body{
    margin:0px;
    padding:0px;
    font-family: 'Poppins';
    font-size: 16px;
    letter-spacing: 0.3px;
}
.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
.primary-text{
    color:#000;
}
.secondary-text{
    color:#03A9F4;
    text-shadow: 1px 2px 1px #0a0a0a52;
}
.shadow{
    box-shadow: 0px 1px 10px #ccc;
}

p{
    font-size: 16px;
}
@font-face {
font-family: Roobert;
src: url(fonts/Roobert-Regular.ttf);
}


.my-5{
    margin-top:3rem;
    margin-bottom: 3rem;
}
.mb-1{
    margin-bottom: 0.5rem;
}
.mb-2{
    margin-bottom: 1rem;
}
.mb-3{
    margin-bottom: 1.5rem;
}
.mb-4{
    margin-bottom: 2rem;
}
.mb-5{
    margin-bottom: 3rem;
}
.py-5{
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.logo{
    width:230px;
}

.text-white{
    color:#fff;
}

label{
    display: inline-block;
    width: 95px;
    vertical-align: top;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

.form-control, .form-control option{  
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;  
    border: 1px solid #ccc;
    border-radius: 0;
    color: #212529;   
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 96%;
    margin-bottom:15px;
}

.form-control:focus-visible{
   outline: none;
}
.text-center{
    text-align:center;
}
.btn-primary{
    padding: 10px 36px;
    border:none;
    font-size: 16px;
    background-color: #fff500;
    color:#000;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    margin: 0px auto;
    position:relative;
}

.btn-secondary{
    padding: 0.5rem 2rem;
    border:none;
    font-size: 18px;
    background-color: #dbdbdb;
    color:#000000;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    margin: 0px auto;
}

.applyNow{
    padding: 0.5rem 2rem;
    border:none;
    font-size: 18px;
    background-color: #ffffff;
    color:#000000;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    margin: 0px auto;
}
.bg-light{
    background-color: #f5f6f7;
}
.second .w-100{
    width:fit-content;
}
.justify-content-center {
    justify-content: center!important;
}
.align-items-center {
    align-items: center!important;
}
.rounded{
    border-radius: 10px;
}
.p-3{
    padding:1.5rem;
}
.fw-bold{
    font-weight: 600;
}
.fw-normal{
    font-weight: 400;
}




.m-0{
    margin:0px;
}
.mx-auto{
    margin:0px auto;
}

.position-relative{
    position: relative;
}

.rounded-circle{
    border-radius:50%;
}






.accordion-btn {
    background-color: #2a4e9c;
    color: #fff;
    padding: 15px 15px;
    border: none;
    text-align: left;
    width: 100%;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    letter-spacing: 0.4px;
}

.accordion-content {
    display: none;
    padding: 10px;
}
.accordion p{
    font-size: 18px;
}
.accordion-icon {
    position: absolute;
    right: 10px;
    font-size: 30px;
    color: #fff;
  }
  .bg-primary{
    background-color: #2a4e9c;
  }
  .w-f{
    width: fit-content;
    padding: 5px 22px;
    color: #fff;
    border-radius: 0px 13px;
    border: 1px dotted #ffffff;
  }
  .text-decoration-none{
    text-decoration: none;
  }
  @media(min-width:768px){
    
        .pt-5{
            padding-top: 3rem;
        }
      .img-fluid{
        max-width:100%;
        height: auto;
    }
    .accordion {
        margin: 10px;
        position: relative;
    }
    
    ul li{
        line-height: 1.7;
    }
   
    

    .top-contact-form h4{
        font-size: 30px;
    }

    .form-group{
        display: flex;
        flex-wrap: wrap;
    }
    .form-group label{
        width:28%;
    }
    .form-group input{
        width:65%;
    }
    .form-group select{
        width:71%;
    }

    h1{
        font-size: 48px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1.2;
    }
    h2{
        font-size: 40px;
        letter-spacing: 1px;
        line-height: 1.2;
        margin:0px;
    }
    .h3, h3{
        font-size: 32px;
    }
    h4, .h4{
        font-size: 22px;
        font-weight: 400; 
        margin:0px;   
    }
    h5, .h5{
        font-size: 18px;
        letter-spacing: 1px;
    }

    .container{
        width:84%;
        padding-left: 8%;
        padding-right: 8%;
    }
    .bg-white{
        background-color: #fff;
    }
    .hero-title {
        font-size: 45px;
        font-weight: bold;
        color: #ffffff;
        text-shadow: 1px 2px 1px #0a0a0a52;
        text-transform: capitalize;
    }
    .bannertext{
        padding-top: 50px;
        padding-bottom: 200px;
    }
    .col-md-1{
        flex: 0 0 auto;
        width:8.33%
    }
    .col-md-2{
        flex: 0 0 auto;
        width:16.66%
    }
    .col-md-3{
        width: 22.99%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .col-md-4{
        flex: 0 0 auto;
        width:33.33%
    }
    .col-md-5{
        flex: 0 0 auto;
        width:41.66%
    }
    .col-md-6{
        flex: 0 0 auto;
        width: 46%;
        padding-left: 2%;
        padding-right: 2%;
    }
    .col-md-7{
        flex: 0 0 auto;
        width:58.33%
    }
    .col-md-8{
        flex: 0 0 auto;
        width:66.66%
    }
    .col-md-9{
        flex: 0 0 auto;
        width:74.99%
    }
    .col-md-10{
        flex: 0 0 auto;
        width:82.33%
    }
    .col-md-12{
        width:100%;
    }
    .row{
        display: flex;
        flex-wrap: wrap;
        min-width: 100%;
    }
    .whatsappIcon {
        position: fixed;
        top: 67%;
        right: 0;
        z-index: 9999;
    }
    .whatsappIcon img {
        height: 50px;
        width: 50px;
    }
    
    .callIcon {
        position: fixed;
        top: 77%;
        right: 0;
        z-index: 9999;
    }
    .callIcon img {
        height: 50px;
        width: 50px;
    }
    
    .Mailcon {
        position: fixed;
        top: 87%;
        right: 0;
        z-index: 9999;
    }
    .Mailcon img {
        height: 50px;
        width: 50px;
        background: #e41e37;
    }
    #ApplyNow{
        background-image: url(./assets/Second-Opinion-KBK-Banner_1920x865.webp);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .first{
        background-color: #000;
        width: 100%;
    }
    .top-contact-form{
        background-color: #fff;
        padding: 0% 2%;
        border-radius: 5px;
        margin-top: -10%;
    }
    .top-contact-form h4{
        font-size: 30px;
    }
    
  }

  @media(max-width:767px){
    .pb-5 {
        padding-bottom: 1rem!important;
    }
    .accordion-btn {        
        padding: 15px 30px!important;
    }
    .w-f {       
        padding: 14px 22px!important;  
        margin-top: -65px;
        margin-left: 44px;      
    }
    .ps-4 {
        padding-left: 0rem!important;
    }
    .secondOpBox{
        margin-bottom: 25px!important;
    }
    .form-control, .form-control option {        
        width: 92%;       
    }
    .top-contact-form h4{
        font-size: 30px;
    }
    .top-contact-form {
        background-color: #fff;
        padding: 0% 7%;
        border-radius: 5px;
        margin-top: -10%;
    }
    
    
    .bannertext{
        padding-top: 50px;
    }
    .bannertext .text-white{
        color: #000;
    }
    .logo {
        width: 230px;
    }

    #ApplyNow{
        background-image: url(./assets/Second-Opinion-KBK-Banner_1.jpg);
        background-repeat: no-repeat;
        background-size: 100% 45%;
    }
     
    .textCenter{
        text-align:center;
    }
    .accordion {
        margin: 5px 0px;
        position: relative;
    }
    
    .four h3, .fifth h3, .seventh h3{
        font-size: 22px;
    }

    ul li {
        line-height: 1.7;
        font-size: 14px;
    }

    
    .col-md-4.col-6.mb-5{
        margin-bottom: 0rem;
    }
    .seventh.py-5{
        padding-bottom: 1rem;
        padding-top: 3rem;
    }
    
    .col-md-4.col-6{
        width:50%;
    }
    .fifth.my-5{
        margin-top: -1rem;
        margin-bottom: -1rem;
    }
    
    

    .formSec.my-5{
        margin-top: 1rem;
        margin-bottom: 0rem;
    }
    .second.my-5{
        margin-top: 1rem;
        margin-bottom: 0rem;
    }

    .top-contact-form h4{
        font-size: 22px;
    }

    .form-group{
        display: flex;
        flex-wrap: wrap;
    }
    .form-group label{
        width:100%;
        display: none;
    }
    .form-group input{
        width:100%;
    }
    .form-group select{
        width:100%;
    }

    h1{
        font-size: 36px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1.2;
    }
    h2{
        font-size: 22px;
        letter-spacing: 1px;
        line-height: 1.2;
        margin:0px;
    }
    .h3, h3{
        font-size: 18px;
    }
    .text-white .h3{
        color:#ff4358;
    }
    h4, .h4{
        font-size: 17px;
        font-weight: 400; 
        margin:0px;   
    }
    h5, .h5{
        font-size: 16px;
        letter-spacing: 1px;
    }

    .img-fluid{
        max-width:100%;
        height: auto;
    }
    .container{
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .col-md-1{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-2{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-3{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-4{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-5{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-6{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-7{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-8{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-9{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-10{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-12{
        width:100%;
    }
    .row{
        display: flex;
        flex-wrap: wrap;
    }
    
    .whatsappIcon {
        position: fixed;
        top: 75%;
        right: 0;
        z-index: 9999;
    }
    .whatsappIcon img {
        height: 30px;
        width: 30px;
    }
    .callIcon {
        position: fixed;
        top: 80.3%;
        right: 0;
        z-index: 9999;
    }
    .callIcon img {
        height: 30px;
        width: 30px;
    }
    
    .Mailcon {
        position: fixed;
        top: 85.3%;
        right: 0;
        z-index: 9999;
    }
    .Mailcon img {
        height: 30px;
        width: 30px;
        background: #e41e37;
    }
    
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 0.8s linear infinite;
    margin-left: 8px;
    margin-top:4px;
    display: inline-block;
    position: absolute!important;
    top: 1px!important;
    right:10px;
}
.secondOpBox{   
    background: #fff;
    margin: 0px 15px;
}
.secondOpBox img{
    width: 80px;
}
.secondOpBox:hover{
    background-color: #03A9F4;
    animation: color 5s linear infinite;
}

@keyframes color {
    0% { background-color: #03A9F4; }
    100% { background-color: #2a4e9c; }
}
.secondOpBox:hover h4, .secondOpBox:hover p{
    color: #fff;
}
.ps-4{
    padding-left: 2rem;
}
.pb-5{
    padding-bottom: 5rem;
}
.d-flex{
    display: flex;
}
.rounded11 {
    border:1px solid #2a4e9c;
    padding-left: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.rounded11 img{
    width: 40px;
    height: 40px;
}
.rounded11 h6{
    font-size: 17px;
    padding-left: 15px;
    color: #2a4e9c!important;
    margin: 20px 0px;
}