@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding:0;
} 
 body{
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
} 
 .form_section{
    padding: 30px 30px;
    background-repeat: no-repeat;
    background-image:linear-gradient(to bottom,#0000,#000), url(../images/aeroplane-banner.webp);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    opacity: 1;
    visibility: inherit;
}
.form_section .heading{
    margin-bottom: 210px;
}
.formcard{
    background-color: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 15px 64px 0px;
}
.formcard label{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0 !important;
}
.btn-theme {
    color: #fff !important;
    padding: .5rem 1.9rem;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    border-radius: 7px !important;
    display: inline-block;
    outline: 0;
    border: 0;
    overflow: hidden;
    z-index: 2;
    align-items: center;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 14px 47px 0 rgba(28, 28, 28, .24);
    -moz-box-shadow: 0 14px 47px 0 rgba(28, 28, 28, .24);
    box-shadow: 0 14px 47px 0 rgba(28, 28, 28, .24);
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
}
.bg-navy-blue {
    background: #151b54;
}
.heading h1{
    font-size: 54px;
    font-weight: 700;
    color: #ffffff;
}
.heading2{
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
}
.heading-main {
    color: #151b54;
    font-size: 2.25rem;
    font-weight: 400;
    text-align: center;
}
.heading-main span {
    color: #06163a;
    padding-bottom: 5px;
    display: block;
    font-size: .875rem;
    font-weight: 700;
}
.br-16{
    border-radius: 16px;
}
.formcard .form-control{
    background-color: #f4f4f4;
    border-color: transparent;
}
.formcard .form-control:focus{
    box-shadow: unset;
    border-color: #a3802c;
}
.container-fluid {
    width: 80% !important;
}
.unique_key img{
    width: 100px;
}
.about_wrap {
    padding: 100px 0;
}
.img_about::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: #151b54;
    top: -10px;
    right: -10px;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.content {
    padding:20px;
    /* border: 1px dashed #151b54; */
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 15px 64px 0px;
}
.content ul li{
    padding: 5px 0px;
    margin: 5px 0;
    border-radius: 5px;
}
.thankyou_section{
    padding: 80px 0;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
    opacity: 1;
    visibility: inherit;
}
.services img{
    width: 100%;
    border-radius: 10px;
    margin: 20px auto;
}
.boy-image img{
    mix-blend-mode: multiply;
    z-index: 99;
    position: relative;
}
.testimonials p{
    font-size: 14px;
    margin-top: 10px;
}
.user span{
    font-size: 12px;
    color: #151b54;
}
.icon{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
    color: #000;
    font-size: 20px !important;
    font-weight: 800;
}
.calculator_content h4{
    font-size: 36px;
    font-weight: 800;
    color: #151b54;
}
.calculator_content h6{
    font-size: 20px;
}
.calculator_content .btn-theme{
    width: inherit !important;
}
.whatsapp {
    display: inline-block;
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    line-height: 63px;
    z-index: 2;
}
.advantages {
    background-image: linear-gradient(#ffffff, #ffffffed), url(https://kambson.com/images/img/advantages_bg.jpg);
    background-position: bottom;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}
.advantages .prvdr-box img {
    width: 45px;
    margin-bottom: 10px;
}
.advantages .prvdr-box {
    background-color: #f4f4f4;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}
.advantages .about_img::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background-color:#06163a;
    top: -10px;
    left: -10px;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}
.advantages .icon-car {
    position: absolute;
    bottom: -30px;
    left: 25px;
    z-index: 2;
}
.advantages .icon-car img{
    width: 60%;
    animation: mover 2s infinite alternate;
}
@keyframes mover {
    0%{
        transform: translateX(25px);
    }
    100%{
        transform: translateX(45px);
    }
}




@media screen and (max-width:768px) {
    .heading h1 {
        font-size: 36px;
        margin-top: 40px;
        color: #000;
    }
    .heading h3{
        font-size: 24px;
        color: #000 !important;
    }
    .formcard {
        background-color: #fff;
        border-radius: 10px;
        padding: 20px;
    }
    .container-fluid {
        width: 100% !important;
    }
    .heading2 {
        font-size: 36px;
    }
    .img-business-man img{
        width: 100%;
    }
    .wide-tb-40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navbar{
        padding: 0;
    }
    .heading-main {
        color: #151b54;
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 30px;
        text-align: center;
    }
    .col-md-4 .display-4{
        font-size: 38px !important;
        font-weight: 700;
    }
    .services h2{
        font-size: 20px;
        font-weight: 600;
    }
    .icon-box-1{
        margin-bottom: 20px;
    }
    .icon-box-1 img{
        width: 100%;
    }
    .unique_key img{
        width: 60px;
    }
    .calculator_content h4 {
        font-size: 28px;
        font-weight: 800;
        color: #151b54;
    }
    .calculator_content h6 {
        font-size: 16px;
    }
    .form_section {
        padding: 0px 0px 20px;
        background-repeat: no-repeat;
        background-image: none;
        background-size: cover;
        background-color: #f4f4f4;
        background-position: center center;
        width: 100%;
        height: 100%;
        border-radius: 0px;
        opacity: 1;
        visibility: inherit;
    }
    .form_section .heading {
        margin-bottom: 0px;
    }
    .img_about::before ,.advantages .about_img::before{
        display: none;
    } 
    .advantages {
        padding: 40px 0;
        background-image: none;
    } 
    
}