#top__header{
    background-image: url(../images/hedder.png);
    /* background:linear-gradient(0deg, rgba(24, 42, 82, 0.7), rgba(24, 42, 82, 0.7)), url(../images/kurupz_gallery9.jpg); */
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 153%;
    width: 100%;
    height: 360px;
    z-index: 2;
    position: absolute;
    top: 0px;
}
nav.topHeader p.yourQuote{
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
nav.topHeader .contact-detail {
    color: #fff;
    font-size: 22px;
    text-align: right;
}
nav.topHeader .contact-detail a{
    color: #fff;
    margin-bottom: 7px;
    display: inline-block;
}
.main_all{
    background-image: url(../images/app_hero_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    /* position: absolute; */
    top: 0px;
    width: 100%;
    z-index: 1;
    padding-top: 380px;
    padding-bottom: 5rem;
}
/* .quote-form .card{
    background-color: #fff;
    background-image: url('../images/form-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem;
    position: relative;
    bottom: 5rem;
    z-index: 98;
} */
.quote-form .card {
    background-color: #fff;
    background-image: url(../images/form-bg.png);
    background-position: bottom center; /* Center the image horizontally and position it at the bottom */
    background-repeat: no-repeat;
    background-size: contain;
    padding: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
    bottom: 3rem;
    z-index: 98;
}
/* footer.page-footer.position-relative{
    display: none;
} */
.quote-form .card h5{
    color: #2C3659 !important;
    font-weight: 600;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #F5F5F5;
}
label{
    color: #2C3659;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
}
.form-control{
    border-color: #EFF2F3;
    background-color: #EFF2F3;
    border-radius: 8px;
    height: 50px;
    color: #A7AEC1;
    font-weight: 500;
}
.quote-form .card ::placeholder{
    color: #A7AEC1;
    font-weight: 500;
}
section.quote-form ul.tabsList li a{
    color: #fff;
    font-weight: 500;
    text-decoration: none;

}
section.quote-form img.userIcon {
    width: 100px;
    position: absolute;
    bottom: -55px;
    z-index: 99;
    right: -85px;
}

/* otp */
input#otp_value:focus-visible {
    outline: none !important;
  }
   
  .input-field{
    display: flex;
    gap: 15px;
    margin-top: 15px;
    justify-content: center;
  }
  .otp_width{
    width: 100%;
  }
  .input-field input {
    
    min-height: 55px;
    min-width: 75px;
    max-height: 75px;
    max-width: 75px;
    border-radius: 15px;
    outline: none;
    font-size: 2rem;
    text-align: center;
    border: 1px solid #CBD5E1;
    background: transparent;
    color: #1F2C37;
    font-weight: 700;
  }
  .input-field input::-webkit-inner-spin-button,
  .input-field input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
  
  .input-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #80B4F2;
  }
  .input-field input::-webkit-inner-spin-button,
  .input-field input::-webkit-outer-spin-button {
    display: none;
  }
  .otp_resnd{
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #206BD8;
    font-family: 'Manrope', sans-serif;
  }
  .otp_resnd span{
    margin-right: 20px;
  }
  .btn_otp_submit{
    background-color: #80B4F2;
    padding:10px 16px;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
    color: #fff;
    margin-top: 70px;
    margin-bottom: 25px;
    transition: 0.35s ease-in;
  }
  .resend_box{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
  }
  .btn_otp_resend{
    font-size: 14px;
    font-weight: 600;
    color: #80B4F2;
    border: 1px solid #80B4F2;
    border-radius: 8px;
    padding: 10px 110px;
    transition: 0.35s ease-in;
  }
  .btn_otp_resend:hover,.btn_otp_submit:hover{
    color: #80B4F2;
    border: 1px solid #80B4F2;
  }
  .otp-right h3{
    color:#1F2C37;
    font-weight: 700;
    font-size: 2.3rem;
}
  .otp-right p{
    color: #66707A;
  }

  .logothankyou{
    background-image: url('../images/logoThankyou.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
  #thankYouModal .modal-content{
    border-radius: 1.3rem !important;
  }
  .drop-zone {
    width: 100%;
    height: 150px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #000000;
    border: 2px dashed #172A55;
    border-radius: 10px;
    background-color: #EFF2F3;
}
  
.drop-zone--over {
    border-style: solid;
}
  
.drop-zone__input {
    display: none;
}
  
.drop-zone__thumb {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
    margin-right: 10px;
}
  
.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}
.otp-right {
    padding-top: 6rem;
    padding-bottom: 5rem;
}
label.table-light-text {
    color: #A7AEC1;
    font-weight: 500;
}
.addAafterContent{
    position: relative;
}
.addAafterContent::after{
    content: "X";
}
.addAafterContent::after {
    content: "X";
    position: absolute;
    right: -17px;
    top: 50%;
    color: #A7AEC1;
    font-weight: 600;
}
.input-group span{
    position: absolute;
    right: 9px;
    top: 20%;
    color: #A7AEC1;
    font-weight: 600;
}
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
/* contact */
.contact_section{
    background-color: transparent;
    padding-top: 30px;
}
.aboutUs{
    color: #fff;
}
.modal.fade.show{
    display: block;
}
.iconOuter{
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #172a55;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
}
.contact-detail a{
    text-decoration: none;
}
.footer__flex__items address a{
    word-break: break-all;
}
/* media query */
@media only screen and (max-width:1300px) {
    section.quote-form img.userIcon{
        right: -70px;
    }

}
@media only screen and (max-width:1105px) {
    /* .quote-form .card{
        bottom: 12rem;
    } */
    #top__header{
        height: 290px;
    }
    .main_all{
        padding-top: 380px;
    }
    a.navbar-brand.font-weight-bold img {
        width: 250px;
    }
    .contact-detail p {
        margin-bottom: 1rem !important;
    }
    section.quote-form img.userIcon{
        right: -60px;
        width: 90px;
    }
    .gallery img{
        min-height: 200px !important;
    }
}


@media only screen and (min-width: 767px) and (max-width: 768px) {
    a.navbar-brand.font-weight-bold img {
        width: 200px !important;
    }
    nav.topHeader .contact-detail{
        font-size: 18px;
    }
    nav.topHeader p.yourQuote{
        font-size: 25px;
    }
    .main_all {
        padding-top: 380px;
    }
    section.quote-form img.userIcon{
        bottom: -99px;
        right: -50px;
        width: 72px;
    }
    .quote-form .card{
        bottom: 5rem;
    }
    .gallery img {
        min-height: 140px !important;
    }
}
@media only screen and (max-width:767px) {
    #header {
        background-color: transparent;
    }
    #top__header {
        height: 280px;
}
.main_all {
    padding-top: 340px;
}
    a.navbar-brand.font-weight-bold img {
        width: 200px !important;
        margin-bottom: 1rem;
    }
    nav.topHeader.d-flex.align-items-end.justify-content-between.py-4 {
        display: block !important;
        text-align: center !important;
    }
    nav.topHeader .contact-detail{
        text-align: center;
    }
    .quote-form .card{
        padding-left: 1rem;
        padding-right: 1rem;
        bottom: 6rem;
    }
    section.quote-form img.userIcon{
        right: -5px;
    bottom: -118px;
    width: 43px;
    }
    p.yourQuote {
        font-size: 18px !important;
    }
    .input-field input {
        min-height: 50px;
        min-width: 50px;
        max-height: 50px;
        max-width: 50px;
    }
    .page-footer{
        clip-path: none;
        padding-top: 0px;
    }
    a.navbar-brand.font-weight-bold {
        margin-right: 0px !important;
    }
    #top__header {
        height: 243px !important;
    }
    main.main_all {
        padding-bottom: 0px;
    }
}
@media only screen and (max-width:320px) {
    #top__header {
        height: 270px !important;
    }
    .main_all {
        padding-top: 380px !important;
    }
    main.main_all.gallery,main.main_all.about,main.main_all.contact {
        padding-top: 265px !important;
    }
}