*,::before,::after{
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto/Roboto-Thin.ttf);
    font-weight: 100;
}
@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto/Roboto-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto/Roboto-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto/Roboto-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto/Roboto-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto/Roboto-Black.ttf);
    font-weight: 900;
}
:root{
    --primaryColor: #171e43;
    --secondaryColor: #000000;
    --headingColor: #1b1525;
    --bodyFont: "Roboto";
}
.contentTitle h2{
    font-size: 50px;
    font-weight: 700;
    color: var(--secondaryColor);
}
h5{
    font-size: 15px;
    font-weight: 800;
    color: #171e43;
}
body {
    font-family: var(--bodyFont);
    font-size: 16px;
}
section{
    width: 100%;
    float: left;
}
p{
    font-size: 17px;
}
a{
    display: inline-block;
    text-decoration: none;
    color: #d61818;
    font-weight: 700;
    font-size: 15px;
}
.object-cover{
    object-fit: cover;
    object-position: center;
}
span.leftCalculate{
    color: #0c1b6f;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    display: inline;
    margin-left: 12px;
}
.ml{
    margin-left: 0;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.primaryBtn{
    background-color: #054d46;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
    color: #fff;
    width: 100%;
    text-align: center;
}
#isSubmitData{
    background-color: #054d46;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    color: #fff;
}
section.formWrapper .dropWrap {
    background-color: rgb(109 132 134 / 6%);
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
}
input,textarea,.form-select-lg,select{
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    border-radius: 9px;
    padding: 10px 25px;
    color: #424141;
    margin-bottom: 20px;
    width: 100%;
    border: solid 1px #e4e4e4;
    resize: none;
}
input:focus,textarea:focus,.form-select-lg:focus,select:focus{
    outline: none;
    border: 1px solid #2eaee4;
    box-shadow: none;
}
section.formWrapper .dropWrap .contentTitle h3{
    font-size: 17px;
    color: #102883;
    font-weight: 800;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
section.formWrapper .dropWrap .contentTitle h4{
    font-size: 17px;
    color: #102883;
    font-weight: 800;
}
section.formWrapper .dropWrap .contentTitle h3::after{     
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0470d9;
    height: 2px;
    width: 100px;
    margin: 0 auto;
}
section.formWrapper .dropWrap .contentTitle p{
    font-size: 15px;
    color: #424141;
    font-weight: 500;
}
section.formWrapper .dropWrap h5.formTitle{
    font-size: 15px;
    color: var(--secondaryColor);
    font-weight: 900;
    margin: 0 0 20px;
}
section.formWrapper .dropWrap h4.bottomTitle{
    font-size: 15px;
    color: var(--secondaryColor);
    font-weight: 900;
    margin: 0 0 20px;
}
label{
    margin: 0 0 15px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
input.submit{
    margin: 25px 0 0;
    background-color: #054d46;
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
}
section.formWrapper{
    background-image: url(../img/bg1.jpg);
    background-position: center;
    background-size: cover;
    padding: 30px 0 90px;
}
.accordion-item{
    background-color: #fff;
}
section.formWrapper.bg2{
    background-image: url(../img/bg2.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
    padding: 0 0 30px;
}
section.formWrapper.bg2 .btnWrapper{
    display: flex;
    align-items: center;
    gap: 40px;
}
section.formWrapper.bg2 .btnWrapper a.furtherWrap{
    line-height: 20px;
}
section.formWrapper.bg2 .pdfBtn{
    background-color: #0e6960;
    color: #fff;
    border: none;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 700;
    width: 30%;
    margin: 30px auto 0;
    border-radius: 50px
}



.bgBlue{
    background-color: #f3f3ff;
}
a.calculateBtn2{
    background-color: var(--primaryColor);
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 10px;
    margin: 0 0 10px;
    font-size: 14px;
}
section.formWrapper.bg2 .dropWrap{
    border: 1px solid #9ad6f0;
}
.modal.fade .ctPopUpWrap.modal-dialog {
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-out;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    background-color: #d9f7f5;
}
.ctPopUpWrap {
    max-width: 700px;
    width: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
}
.modal.fade .ctPopUpWrap.modal-dialog .modal-body h3{
    font-size: 14px;
    font-weight: 800;
    color: #035149;
}
.modal.fade .ctPopUpWrap.modal-dialog .modal-body p{
    font-size: 15px;
    color: #424141;
}
.modal.fade .ctPopUpWrap.modal-dialog .modal-body .box{
    width: 100%;
    border: solid 1px #ded9d9;
    transition: .3s ease;
    box-shadow: 0 0 18px rgba(0,0,0,0.1);
    padding: 10px;
    margin: 0 0 20px;
}
.modal.fade button:focus:not(:focus-visible){
    box-shadow: none;
}
section.formWrapper.bg2 .dropWrap .boxInner{
    padding: 30px 30px 15px 30px;
    border-radius: 10px;
    margin: 0 0 20px;
}
section.formWrapper.bg2 .dropWrap .boxInner{
    background-color: #9fcdc7;
}
section.formWrapper.bg2 .dropWrap .boxInner.box2{
    background-color: #d6cee3;
}
section.formWrapper.bg2 .dropWrap .boxInner.box3{
    background-color: #acd9d9;
}
section.formWrapper.bg2 .dropWrap .boxInner.box4{
    background-color: #bfdfea;
}
section.formWrapper.bg2 .dropWrap .boxInner.box5{
    background-color: #e1c1c1;
}
form.forms input.submit.innersubmit{
    margin: 0.5rem 0 0;
}
.content .dropwrap{
    background-color: #ffff;
    width: 100%;
    transition: .3s ease;
    border-radius: 10px;
    box-shadow: 0 0 18px rgba(0,0,0,0.1);
    padding: 20px;
}
.content .dropwrap h3.innerTitle{
    color: #004d46;
    font-size: 19px;
    font-weight: 800;
    margin: 0 0 20px;
}

section.formWrapper .dropWrap h6{
    font-size: 15px;
    color: var(--secondaryColor);
    font-weight: 900;
    margin: 0 0 20px;
}
a.calculateBtn{
    background-color: #054d46;
    color: #fff;
    font-weight: 600;
    padding:10px 25px;
    border-radius: 10px;
    margin: 0 0 10px;
    font-size: 14px;
}
section.formWrapper.bg2 .dropWrap p{
    color:#424141;
    font-size: 13px;
    font-weight: 600;
}
.accordion-item:first-of-type .accordion-button{
    padding: 15px 20px 15px 44px;
    color: #fff;
    width: 30%;
    background-color: #1b5d7d;
    justify-content: center;
    float: right;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin: 35px 0 25px;
}
.accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.accordion-item:first-of-type .accordion-button:focus{
    box-shadow: none;
}
.accordion-button::after,.accordion-button:not(.collapsed)::after{
    background-image: inherit;
}
.accordion-button:not(.collapsed)::after{
    margin-left: 0;
}
.content .dropwrap h3.otpTitle{
    font-size: 21px;
    color:var(--primaryColor);
    font-weight: 800;
    text-align: center;
}
section.formWrapper.bg2 .amountinEd {
    transform: translatey(93px);
}
section.formWrapper.bg2 .insuraceAd {
    transform: translatey(64px);
}
section.formWrapper.bg2 .financeAd {
    transform: translatey(78px);
}






a.whatsapp_btn {
    position: fixed;
    bottom: 70px;
    left: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color:#1cab1c;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
}
footer .footerTop p{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

footer{
    background-color: #171e43;
    padding:15px 0;
    width: 100%;
    float: left;
}
@media screen and (max-width: 1400px){
    section.formWrapper.bg2{
        padding: 0;
    }
}

@media screen and (max-width: 767px){
    .accordion-item:first-of-type .accordion-button{
        width: 100%;
        margin: 0 0 30px;
    }
    section.formWrapper.bg2 .btnWrapper{
        flex-wrap: wrap;
        gap: 20px;
    }
    section.formWrapper .dropWrap .contentTitle h3{
        font-size: 14px;
    }
    section.formWrapper .dropWrap{
        padding: 20px;
    }
    input, textarea, .form-select-lg, select{
        font-size: 13px;
        margin: 0 0 8px;
    }
    section.formWrapper.bg2 .dropWrap p{
        margin: 0;
    }
    section.formWrapper .dropWrap h6{
        margin: 0 0 5px;
    }
    section.formWrapper{
        padding: 0;
    }
    label{
        margin: 10px 0 0;
    }
    section.formWrapper.bg2 .amountinEd {
    transform: inherit;
    }
    section.formWrapper.bg2 .insuraceAd {
    transform: inherit;
    }
    section.formWrapper.bg2 .financeAd {
    transform: inherit;
}
    }