*{
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,p{
    margin: 0;
}
a{
    text-decoration: none;
}
body{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    background-color: #f8f9fa;
}
.img-fluid{
    max-width: 100%;
}
.text-center{
    text-align: center;
}
.container{
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.sec-padding{
    padding: 50px 0;

}

/* header part start */
.header-box{
    padding: 12px 0;
}
.logo{
    width: 225px;
}
/* header part end */

/* banner part start */
.banner{
    padding-bottom: 20px;
}
.banner-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0px 0;
}
.banner-text{
    width: 100%;
    height: 530px;
    padding: 48px;
    border-radius: 8px;
    background-image: url("../images/banner-bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    color: #fff;
    z-index: 10;
}
.banner-text img{
    width: 339px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.banner-p-box p svg{
    fill: #fff;
}
.banner-text h7{
    font-size: 28px;
    line-height: 29px;
    font-weight: 700;
}
.banner-text h4{
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    margin-bottom: 3px;
}
.banner-text h2{
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    margin-bottom: 55px;
}
.banner-p-box{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
    margin-bottom: 20px;
}
.banner-p-box p{
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 8px;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.banner-user-box{
    max-width: 258px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    position: absolute;
    left: 48px;
    bottom: 16px;
}
.single-user-box h3{
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 8px;
}
.single-user-box p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.banner-form{
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}
.banner-form p{
    font-size: 14px;
    line-height: 21px;
}
.banner-form h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.success-box{
    padding: 16px;
    background-color: #fff;
    margin-bottom: 16px;
    border-radius: 6px;
    border: 1px solid rgb(233, 236, 239);
    display: grid;
    grid-template-columns: 102px 1fr;
    gap: 20px;
    align-items: center;
}
.success-box p{
    font-size: 16px;
    line-height: 24px;
}
.success-box p span{
    color: #0d6efd;
    font-weight: 600;
}

.rla-animation {
    width: 100%;
    height: 80px;
}
.banner-input-box{
    display: grid;
    grid-template-columns: 42px 1fr;
    border: 1px solid rgba(33, 37, 41, 0.5);
    border-radius: 6px;
    margin-bottom: 16px;
    align-items: center;
    background-color: #fff;
    
    
}
.banner-input-box input{
    padding: 16px 15px;
    border: none;
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    color: #212529;
    font-weight: 600;
    border-radius: 6px;
}
.banner-input-box ::placeholder{
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    color: #333;
    font-weight: 400;
}
.input-icon{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(33, 37, 41, 0.5);
    font-weight: 500;
}
.clean-number-input::-webkit-outer-spin-button,
.clean-number-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.amount-box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.single-amount-box{
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border-radius: 8px;
    padding: 16px;
    display: grid;
    grid-template-columns: 16px 1fr;
    cursor: pointer;
    align-items: center;
}
.single-amount-box.active{
    background-color: #d9e4fc;
}
.amount-radio{
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
}
.single-amount-box.active .amount-radio{
    border-color: #377dff;
}
.amount-text p{
    color: #212529;
    font-size: 16px;
    line-height: 24px;
}
.amount-text h4{
    color: #212529;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.continue-box{
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 20px;
    margin-bottom: 20px;
}
.continue-left{
    padding: 6px 12px;
    border: 1px solid #6c757d;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .3;
}
.continue-left svg{
    fill: #6c757d;
    width: 30px;
    height: 30px;
}
.continue-right button{
    font-family: "Montserrat", sans-serif;
    padding: 8px 16px;
    width: 100%;
    background-color: rgb(13 110 253);
    border: 1px solid rgb(13 110 253);
    border-radius: 8px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    transition: .3s all linear;
}
.continue-right button:hover{
    background-color: rgb(13 110 253 / 80%);
    border-color: rgb(13 110 253 / 80%);
}
.banner-bottom-p p,
.banner-bottom-p a{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px;
}
.banner-bottom-p a{
    color: #212529bf;
    text-decoration: underline;
    margin: 0;
    
}
.banner-bottom-p{
    margin-bottom: 25px;
}

.dynamic-icon{
    width: 40px;
    height: 40px;
}
.banner-bottom-icon-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
.banner-bottom-icon-box p{
    margin-top: 5px;
}
.banner-bottom-icon-box p span{
    font-size: 16px;
    line-height: 20px;
}
/* banner part end */

/* decision part start */
.decision-box{
    max-width: 896px;
    width: 100%;
    margin: 0 auto;
}
.decision-box p:first-child{
    line-height: 19px;
    font-weight: 500;
    color: #c00;
}
.com-heading{
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #243564;
    margin-top: 8px;
    margin-bottom: 24px;
}
.decision-box .com-heading .word-break{
    color: #243564;
}


/* decision part end */

/* fill out part start */
.fill-out-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    align-items: center;
}
.fill-out-img img{
    width: 588px;
}
.single-fill-out-text{
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 25px;
}
.fill-out-text-content h3{
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 8px;
}

.fill-out-text{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
}
/* fill out part end */

/* quick step part start */
.quick-step-box{
    display: grid;
    grid-template-columns: 416px 1fr;
    gap: 40px;
    align-items: center;
}
.quick-step-text h2{
    margin-top: 0;
}
.com-heading span{
    color: #0d6efd;
    
}
.quick-step-text{
    line-height: 32px;
}
/* quick step part end */

/* faq part start */
.faq-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
    padding: 48px;
    background-color: #fff;
    border-radius: 32px;
}
.faq-left p:first-child{
    font-weight: 500;
    color: #c00;
    margin-bottom: 10px;
}
.faq-left p:last-child{
    line-height: 32px;
}


.faq-item {
      border-bottom: 1px solid #dee2e6;
      margin-bottom: 10px;
      border-radius: 5px;
      overflow: hidden;
    }
.faq-item:last-child{
    border: none;
}
    .faq-question {
      
      padding: 16px 20px;
      cursor: pointer;
      position: relative;
      font-size: 16px;
      line-height: 19px;
      color: #212529;
    }

    .faq-question::after {
      content: '+';
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
    }

    .faq-question.expanded::after {
      content: '-';
      font-size: 25px;
    }

    .faq-answer {
      padding: 0px 20px;
      font-size: 14px;
      line-height: 21px;
      transition: 0.3s ease-out;
      height: 0;
      overflow: hidden;
      color: #212529bf;
    }

    .faq-answer.show-answer {
      padding: 16px 20px;
      height: auto; 
      
    }
    .faq-question.expanded{
        color: #0d6efd;
    }
    .faq-answer ul{
        padding-left: 30px;
    }
/* faq part end */

/* footer part start */
.footer{
    padding: 35px 0;
    font-size: 12px;
    line-height: 18px;
}
.footer-top .logo{
    width: 180px;
}
.footer-top h4{
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 5px;
}
.footer-top p a{
    color: #0d6efd;
}
.footer-top p{
    margin-bottom: 5px;
}
.footer-bar{
    width: 100%;
    height: 1px;
    background-color: #dee2e6;
    margin: 20px 0;
}
.footer-bottom p{
    margin-bottom: 16px;
    color: #212529bf;
}
.footer-bottom p a{
    color: #212529bf;
    text-decoration: underline;
}
.footer-bottom p:last-child{
    margin: 0;
}
.footer-top,.footer-bottom{
    padding: 0 24px;
}
/* footer part end */


/* main form part start */
#_lg_form_{
    display: none;
}
#_lg_form_.active{
    display: block;
}
#mainPage.active,
#footer.active{
    display: none;
}
#banner.active .banner-box{
    grid-template-columns: repeat(1,1fr);
    justify-content: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
#banner.active .banner-form{
    display: none;
}
#banner.active .banner-text .main-banner-text-bottom,
#banner.active .banner-text br{
    display: none;
}
#banner.active .banner-text{
    height: auto;
    padding: 24px;
}
#banner.active .banner-text h2{
    margin: 0;
}
/* main form part end */

/* popup part start */
.popup{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: .3s all linear;
}
.popup.active{
    opacity: 1;
    visibility: visible;
}
.popup-box{
    max-width: 800px;
    width: 98%;
    height: 575px;
    padding: 65px 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    border-radius: 10px;

}
.popup-heading{
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #d3d3d3;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.popup-heading h3{
    padding-left: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.main-popup-box{
    padding: 20px 0;
}
.main-popup-box p{
    margin-bottom: 20px;
}
.main-popup-box ol{
    padding-left: 40px;
    padding-right: 20px;
}
.main-popup-box li{
    margin-bottom: 20px;
}
.main-popup-box{
    height: 100%;
    overflow-y: auto;
}

.popup-close{
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 110;
}
/* popup part end */