@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins-Regular.otf');
    src: url('../webfonts/Poppins-Regular.woff') format('woff'), 
        url('../webfonts/Poppins-Regular.woff2') format('woff2'), 
        url('../webfonts/Poppins-Regular.svg') format('svg'), 
        url('../webfonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-Light';
    src: url('../webfonts/Poppins-Light.otf');
    src: url('../webfonts/Poppins-Light.woff') format('woff'), 
        url('../webfonts/Poppins-Light.woff2') format('woff2'), 
        url('../webfonts/Poppins-Light.svg') format('svg'), 
        url('../webfonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../webfonts/Poppins-Medium.otf');
    src: url('../webfonts/Poppins-Medium.woff') format('woff'), 
        url('../webfonts/Poppins-Medium.woff2') format('woff2'), 
        url('../webfonts/Poppins-Medium.svg') format('svg'), 
        url('../webfonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../webfonts/Poppins-Bold.otf');
    src: url('../webfonts/Poppins-Bold.woff') format('woff'), 
        url('../webfonts/Poppins-Bold.woff2') format('woff2'), 
        url('../webfonts/Poppins-Bold.svg') format('svg'), 
        url('../webfonts/Poppins-Bold.ttf') format('truetype');
}

body{
    font-family: 'Poppins';
    overflow-x: hidden;
}
img{
    border: none;
    outline: none;
    max-width: 100%;
}
.menu-wrapper {
display: block;
    position: absolute;
    width: 100%;
    z-index: 99;
    height: 73px;
    background-color: rgb(255 255 255 / 90%);
}
ul.main-nav {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    float: right;
    display: block;
}
ul.main-nav li {
    display: inline-block;
}
button.hamburger-btn {
    display: none;
}
ul.main-nav li a {
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 26px 20px;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    transition: 0.6s ease;
    color: #8d97a0;
}
.head-logo a{
        display: inline-block;
    float: left;
    padding: 6px 0px;
}
.head-logo a img{
    float: left;
}
.banner-objects{}
.banner-objects .banner-objects-01{
        position: absolute;
    right: -0%;
    bottom: 0;
    opacity: 0.2;
}
.banner-objects .banner-objects-02{
    position: absolute;
    bottom: 50%;
    margin-bottom: -280px;
    left: -20%;
    border: 30px solid rgba(255, 255, 255, 0.2);
    border-radius: 900px;
    height: 400px;
    width: 400px;
}
.form-content{
    padding: 90px 0px 60px 0px;
}
.title-head-text {
    text-align: center;
    margin-bottom: 60px;
}
.title-head-text h4 {
    font-size: 20px;
    color: #3dbff1;
    margin-bottom: 15px;
}
.title-head-text h2 {
    color: #232323;
    font-size: 25px;
    margin-bottom: 0px;
}
form.register-form .input-group .input-group-prepend span{
        min-height: 60px;
    font-size: 16px;
    background-color: #f4f7fa;
    border: none;
    border-right: 1px solid #dfe2e4;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; 
    margin-right: 1px;
}
form.register-form input[type="text"], form.register-form select{
    border: none;
    box-shadow: none;
    padding: 15px;
    background: #f4f7fa;
    min-height: 60px;
    font-size: 16px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
form.register-form input[type="email"]{
    border: none;
    box-shadow: none;
    padding: 15px;
    background: #f4f7fa;
    min-height: 60px;
    font-size: 16px;
}
form.register-form .form-group {
    margin-bottom: 20px;
}
form.register-form .inline-box label{
    display: block;
}
form.register-form .inline-box .form-check{
    display: inline-block;
    margin-right: 10px;
}
form.register-form button {
    color: #ffffff;
    background: linear-gradient( 
45deg
 ,#18afed 0%,#63cbf5 100%);
    padding: 10px 25px;
    border-radius: 36px;
    border: 2px solid #84d7f7;
    text-decoration: none;
    display: inline-block;
}
form.register-form button:hover {
    background: linear-gradient(
45deg
,#63cbf5 0%,#18afed 100%);
}
.shape-wrapper {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
form.register-form button i{
    margin-left: 5px;
}
.shape-background.shape-right {
        left: 80%;
}
.shape-background.shape-right {
    -webkit-transform: rotate( 
-45deg
 );
    transform: rotate( 
-45deg
 );
   top: -147px;
}
.shape-background {
    background-color: rgb(249 251 253 / 90%);
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 120px;
    z-index: -1;
}
.shape-center, .shape-left, .shape-right, .shape-top {
    position: absolute;
    max-width: 560px;
}
.shape-background.shape-left {
-webkit-transform: rotate( 
60deg
 );
    transform: rotate( 
60deg
 );
    left: -471px;
    max-width: 750px;
    top: 300px;
}
.shape-left {
    left: 0;
    top: 200px;
}
.form-content{
    position: relative;
}
.radio-title{
    margin-bottom: 30px;
}
.radio-title h3{
font-size: 18px;
    margin-bottom: 20px;
    color: #2b4c69;
}
.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle{
    background-color: #18afed;
    border-color: #78cff3;
}
.radio-title .btn-secondary{
    background-color: transparent;
    color: #18afed;
    border: 2px solid #18afed;
    border-radius: 5px;
    padding: 10px 25px;
        box-shadow: none !important;
}
footer .copyright{
    color: #666666;
    font-size: 15px;
    text-align: center;
    padding: 35px 0px;
    margin: 0px;
}
footer .copyright span{
    float: left;
}
footer .copyright a{
    float: right;
    color: #666666;
    font-size: 14px;
    vertical-align: middle
}
.card-body{
        padding: 30px;
    margin-top: 93px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.09)!important;
    background-color: #fff;
}
.card-body .title h1{
    font-family: 'Poppins-Bold';
    font-size: 25px;
    margin-bottom: 10px;
}
.card-body .title div{
        color: #555a64;
    margin: 0px;
}
.card-body .title{
    margin-bottom: 15px;
}
.card-body p{
    
    margin-bottom: 8px;
color: #555a64;
}
.card-body .card-content h3{
    font-size: 18px;
    font-family: 'Poppins-Medium';
    margin-bottom: 15px;
}
.video-wrap{
position: relative;
    display: grid;
    overflow: hidden;
}
.video-wrap video{
height: 100%;
    width: 100%;
}
.video-wrap .video-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgb(0 0 0 / 50%) url('../images/grid.png') repeat;
    -webkit-backface-visibility: hidden;
}
.video-wrap .bottom-text{
    position: absolute;
    right: 50%;
    top: auto;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 0;
    padding-bottom: 30px;
    z-index: 9;
}
.video-wrap .bottom-text h5{
color: #fff;
    font-size: 12px;
    font-family: 'Poppins-Light';
}
.video-wrap .bottom-text .line-container{
        position: absolute;
    right: 50%;
    top: auto;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 0;
    height: 30px;
    width: 1px;
}
.video-wrap .bottom-text .line-container .line{
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}
.video-wrap .center-text{
position: absolute;
    top: 50%;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 8%;
    z-index: 9;
    max-width: 100%;
    color: #fff;
}
.video-wrap .center-text h1{
    font-family: 'Poppins-Light';
    margin-bottom: 40px;
}
.video-wrap .center-text h1 b{
    font-family: 'Poppins-Bold';
}
.video-wrap .center-text p{
    font-family: 'Poppins-Light';
    margin-bottom: 0px;
}
.video-wrap .center-text .design-text{
    position: relative;
    vertical-align: middle;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.video-wrap .center-text .design-text i{
    font-size: 45px;
    box-shadow: rgb(255 255 255 / 41%) 0px 0px 23px 1px;
    border-radius: 100px;
    margin-right: 30px;
    opacity: .9;
}
.price-table {
padding: 50px 30px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    text-align: center;
    margin-bottom: 60px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(72 73 121 / 15%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
    box-shadow: 0px 0px 15px 0px rgb(72 73 121 / 15%);    
}
.price-table::before {
    background: #fafaff;
    content: "";
    height: 300px;
    left: -25%;
    position: absolute;
    top: -10%;
    transform: rotate(
-10deg
);
    width: 150%;
}
.price-table .price-inside {
font-size: 42px;
    line-height: 48px;
    position: absolute;
    width: 320px;
    left: 30px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate( 
-90deg
 );
    font-weight: 900;
    color: rgba(0,0,0,0.040);
    font-family: 'Poppins-Bold';
}
.price-table .price-header, .price-table .price-body{
    position: relative;
    z-index: 99;
    min-height: 111px;
}
.price-table .price-body .form-check input[type="checkbox"].form-check-input:checked{
    background-color: #3dbff1;
    border-color: #3dbff1;
}
.price-table .price-body .form-check input[type="checkbox"].form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.price-table .price-body .form-check{
    display: inline-block;
}
.price-table .price-value span, .price-table .price-value-two span{
    color: #666666;
}
.price-table .price-value h2, .price-table .price-value-two h2{
    font-family: 'Poppins-Medium';
    color: #232323;
    font-size: 20px;
    margin: 0px;
    line-height: 35px;
}
.price-table .price-value h2 span, .price-table .price-value-two h2 span{
    color: #232323;
    font-size: 26px;
    font-family: 'Poppins-Bold';
    vertical-align: middle;
}
.price-table h3.price-title{
    font-size: 30px;
    color: #3dbff1;
    margin: 0px;
    font-family: 'Poppins-Medium';
}
.price-table span.package-title{
        color: #666666;
    margin: 15px 0;
    display: block;
    font-size: 15px;
}
.price-table .price-body select{
    font-size: 16px;
    padding: 12px 25px;
    border: 1px solid #ccc;
    border-radius: 46px;
    margin: 20px 0px;
    appearance: none;
    font-family: 'Poppins-Medium';
    cursor: pointer;
    outline: none;
        color: #232323;
}
/*
.price-table  ul.list-unstyled{
    padding: 0px 25px;
    margin: 0px;
    color: #5f5f5f;
    font-family: 'Poppins-Light';
    text-align: center;
}
*/
.price-table .content-para p{
        color: #5f5f5f;
    font-family: 'Poppins-Light';
}
/*
.price-table .content-para{ 
        min-height: 449px;
}

.price-table ul.list-unstyled li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
*/
.price-table ul.list-unstyled span.showmore{
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    color: #000;
}
.price-table .btn-group-select .btn-outline-primary{
    font-size: 16px;
    padding: 12px 30px;
    border: 1px solid #3dbff1;
    border-radius: 46px;
    margin: 10px 0px 0px 0px;
    appearance: none;
    font-family: 'Poppins-Medium';
    cursor: pointer;
    outline: none;
    color: #3dbff1;
        box-shadow: none !important;
}
.price-table .btn-group-select .btn-outline-primary:hover{
    background-color: transparent;
}
.price-table .package-radio .btn-check:active+.btn-outline-primary, .price-table .package-radio .btn-check:checked+.btn-outline-primary, .price-table .package-radio .btn-check:active+.btn-outline-primary:hover, .price-table .package-radio .btn-check:checked+.btn-outline-primary:hover{
    background-color: #3dbff1;
    color: #fff;
}
.price-table .btn-group-select .btn-check:checked+.btn-outline-primary{
    background: linear-gradient(
45deg
,#63cbf5 0%,#18afed 100%);
    color: #fff;
}
.price-table .package-radio .btn-outline-primary{
    font-size: 14px;
    padding: 12px 25px;
    border: 1px solid #ccc;
    margin: 20px 0px;
    appearance: none;
    font-family: 'Poppins-Medium';
    cursor: pointer;
    outline: none;
    color: #232323;
    outline: none;
    box-shadow: none;
}
.price-table .package-radio .btn-outline-primary.right-radio{
border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-left: none;
}
.price-table .package-radio .btn-outline-primary.left-radio{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.price-table .package-radio .btn-outline-primary:hover{
    background-color: transparent;
}
.service-pc-box h4{
    text-align: center;
    font-size: 19px;
    color: #3dbff1;
    margin-bottom: 20px;
}
.service-pc-box h6{
font-size: 17px;
    margin-bottom: 15px;
    font-family: 'Poppins-Medium';
}
.service-pc-box ul{
        padding: 0px;
    margin: 0px 0px 30px 0px;
}
.service-pc-box ul li{
display: block;
    padding: 5px 5px;
    color: #666666;
}
.service-pc-box ul li span{
        float: right;
}
.box{
        -webkit-box-shadow: 0px 0px 15px 0px rgb(72 73 121 / 15%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
    box-shadow: 0px 0px 15px 0px rgb(72 73 121 / 15%);
    padding: 15px;
    min-height: 163px;
}
h1.new-title{
        font-size: 24px;
    margin: 60px 0px 50px 0px;
    text-align: center;
}
.small-text{
        text-align: center;
    font-size: 14px;
    color: #5f5f5f;
    margin-bottom: 50px;
}
.small-text p{
    margin: 0px;
}
.confirm_selection {
        animation: glow .50s infinite alternate;
}
form.register-form input.error {

}
form.register-form label.error {
    color: #ea1c1c;
    font-size: 13px;
    display: block;
    width: 100%;
}

@keyframes glow {
    to {
        text-shadow: 1px 1px 2px #3dbff1;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){

}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .price-table .content-para{ 
    min-height: 0px;
}
        button.hamburger-btn{        
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    margin: 18px 0px;
    background-color: transparent;
    border: 2px solid #00b3fd;
    border-radius: 50px;
    }
    button.hamburger-btn span{
            width: 20px;
    height: 2px;
    display: block;
    background-color: #00b3fd;
    margin: 4px auto;
    border-radius: 13px;
    }
    .lightHeader button.hamburger-btn{
        border: 2px solid #00b3fd;
    }
    .lightHeader button.hamburger-btn span{
        background-color: #00b3fd;
    }
        ul.main-nav {
    display: none;
        margin-top: 74px;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
}
    ul.main-nav li a{
        color: #8d97a0;
    padding: 10px 15px;
    }
    ul.main-nav li {
    display: block;
    border-bottom: 1px solid #ccc;
}
    ul.main-nav li:last-child{
        border-bottom: none;
    }
        .banner-text h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
    .menu-wrapper {
    background-color: #fff;
}
    .justify-content-md-center{
        padding-right: 0px;
    }
    .price-table {
    margin-bottom: 40px;
}
    .form-content {
    padding: 60px 0px 60px 0px;
}
    footer .copyright{
        padding-top: 0px;
    }
}
ul.main-nav li ul li a {
    padding: 5px 10px !important;
}
