@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Montserrat-Regular';
    color: #3A3C42;
    font-size: 16px;
    line-height: 24px;
}

a {
    text-decoration: none;
}

a:hover {
    transition: 0.3s ease-in-out;
}

.cstm_btn {
    font-size: 16px;
    display: inline-block;
    background-color: #EBB449;
    padding: 15px 36px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    box-shadow: 5px 6px 20px 0px #00000040;
}

.cstm_btn:hover {
    background-color: #CF8721;
}


body .btn {
    background-color: #EBB449;
    border-color: #EBB449;
    height: 40px;
    font-size: 16px;
}

body .btn:hover,
body .btn:focus,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active,
.btn-check+.btn:hover {
    background-color: #CF8721;
    border-color: #CF8721;
}

.full_height_img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sec_title {
    font-size: 36px;
    line-height: 1.2;
    font-family: 'Montserrat-Medium';
}

.sub_title {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}

.topbar {
    background-color: #000000;
    text-align: center;
    color: #ffffff;
    padding: 20px 0;
}

.topbar h3 {
    font-size: 19px;
    margin: 0;
}

.topbar img {
    margin-left: 10px;
    max-width: 120px;
}

.banner_sec {
    background-color: #000000;
    padding: 60px;
    color: #ffffff;
    background-image: url('../img/banner_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative
}

.banner_sec:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 70%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.banner_cont {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 30px auto;
}

.banner_cont form {
    background-color: #ffffff;
    padding: 36px;
    border-radius: 12px;
    color: #333333;
    max-width: 720px;
    margin: auto;
}

.form_radio_btns {
    display: grid;
    grid-template-columns: calc(50% - 8px) calc(50% - 8px);
    grid-column-gap: 16px;
    width: 100%;
}

.form_radio_btns label.btn.btn-primary {
    margin-bottom: 15px;
    width: 100%;
    display: block;
    background-color: #0D3960;
    border-color: #0D3960;
}

.form_radio_btns label.btn.btn-primary:hover {
    background-color: #0d5697;
    border-color: #0d5697;
}

.security_line {
    color: #F8B250;
    font-size: 16px;
    font-family: 'Montserrat-Medium';
}

.progress {
    background-color: #0D39601A;
    border-radius: 30px;
}

.progress-bar {
    background-color: #EE9B26;
}

.ques {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
}

.form-control {
    height: 40px;
}

.form-control::placeholder {
    color: #D7D6D6;
}

.form-control:focus {
    border-color: #EE9B26;
    color: #EE9B26;
    box-shadow: none;
    outline: none;
}

.badges {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    margin: 30px auto 0;
    width: 100%;
    max-width: 720px;
}

.badges img {
    width: 100%;
}

.badges h4 {
    color: #0d3960;
    font-size: 21px;
    font-family: 'Montserrat-SemiBold';
}

.except_sec {
    background-color: #F7F9FC;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

.except_sec img {
    border-radius: 10px;
}

.except_sec .row {
    align-items: center;
}

.four_cards_sec {
    padding: 70px 0;
    background-color: #FDFDFD;
}

.four_cards_sec .card {
    padding: 18px;
    box-shadow: 2px 2px 10px -2px #10182826;
    border: none;
    background-color: #ffffff;
}

.four_cards_sec .card-body {
    padding: 18px 0 0;
}

.four_cards_sec .card-title {
    font-family: 'Montserrat-SemiBold';
}

.faq_sec {
    background-color: #EBB4491A;
    padding: 60px 10px;
}

.faq_sec .sec_title {
    text-align: center;
    margin-bottom: 30px;
}

ul.faq_box {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.faq_box li {
    background-color: #0D3960;
    padding: 24px;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #ffffff;
}

ul.faq_box li:last-child {
    margin-bottom: 0;
}

ul.faq_box li h4 {
    margin-bottom: 15px;
}

ul.faq_box li p:last-child {
    margin: 0;
}

.cta_sec {
    padding: 120px 0;
    color: #ffffff;
    background-image: url('../img/cta_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}

.cta_sec:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.cta_sec .container {
    position: relative;
}

footer {
    background-color: #000000;
    padding: 20px 0;
    color: white;
    text-align: center;
}

.social-icons {
    margin: 10px 0;
}

.social-icons a {
    color: #EBB449;
    margin: 0 7px;
    font-size: 27px;
}

.social-icons a:hover {
    color: #ffffff;
}

footer hr {
    border-top: 1px solid white;
    margin: 20px 0 12px;
    width: 100%;
}

.copyright {
    text-align: center;
    width: 100%;
    font-size: 13px;
}

.copyright p {
    margin: 0;
}

.copyright_menu a {
    text-decoration: underline;
}

.copyright_menu a:hover {
    text-decoration: none;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #EE9B26;
}

.footer_text {
    max-width: 1020px;
    margin: auto;
}

.copyright .row {
    align-items: center;
}

.trust_sec {
    padding: 50px 0;
    text-align: center;
}

.trust_sec ul {
    padding: 0;
    margin: 0;
}

.trust_sec ul li {
    display: inline-block;
    margin: 5px;
    font-size: 18px;
}

.trust_sec ul li i {
    color: #0d3960;
    font-size: 18px;
}

.flex_fin_sec {
    padding: 50px 0;
    background-color: #f7f9fc;
    text-align: center;
}

.flex_fin_sec p {
    max-width: 800px;
    margin: auto;
}








/******************************************************************/
/*****************************************************************/
/****************************************************************/

@media screen and (max-width:1199px) {}




@media screen and (max-width:991px) {

    .sec_title {
        font-size: 30px;
    }

    .four_cards_sec {
        padding: 60px 0;
    }

    .cta_sec {
        padding: 70px 0;
    }

    .faq_sec {
        padding: 50px 10px;
    }

    ul.faq_box li:last-child {
        margin: 0;
    }
}



@media screen and (min-width:768px) and (max-width:991px) {

    .container {
        max-width: 90%;
    }
}

@media screen and (min-width:768px) {

    .except_mobile_img {
        display: none;
    }

}

@media screen and (max-width:767px) {

    .header_brand {
        max-width: 274px;
        object-fit: contain;
        margin: 0 auto;
        display: block;
    }

    .banner_sec {
        padding: 20px;
        background-position: bottom;
    }

    .banner_cont h4 {
        font-size: 16px;
    }

    .banner_cont {
        text-align: center;
        max-width: 800px;
        margin: 20px auto;
    }

    .banner_cont form {
        padding: 24px;
    }

    .form_radio_btns {
        display: block;
    }

    .sec_title {
        font-size: 24px;
    }

    .four_cards_sec {
        padding: 40px 10px;
    }

    .cta_sec {
        padding: 60px 10px;
    }

    .sub_title {
        font-size: 15px;
        line-height: 27px;
    }

    .social-icons {
        margin: 15px 0;
    }

    .four_cards_sec .card-body {
        padding: 18px 0 0;
        text-align: center;
    }

    .except_sec {
        padding: 40px 10px;
        background-image: none;
        position: relative;
    }

    .except_mobile_img {
        position: relative;
    }

    .except_mobile_img:before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        background-image: linear-gradient(to bottom, #f7f9fc, transparent, transparent, transparent, transparent);
    }

    .faq_sec {
        padding: 40px 10px;
    }

    .footer_text {
        text-align: justify;
        font-size: 14px;
    }

    .copyright p {
        margin-bottom: 10px;
    }

    .flex_fin_sec {
        padding: 40px 10px;
    }

    .trust_sec {
        padding: 40px 10px;
    }
}



@media screen and (max-width:480px) {

    .topbar img {
        display: block;
        margin: 8px auto 0;
    }

    .trust_sec {
        text-align: left;
    }

    .trust_sec ul li {
        display: block;
        font-size: 16px;
        margin: 4px 0;
        display: flex;
        gap: 8px;
    }
}