body {
    overflow-x: hidden;
    font-family: 'Inter';
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #ca252b;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #ca252b;
    }

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

.check-area {
    display: flex;
    align-items: top;
}

.custom-container {
    padding: 0% 8%;
}

a {
    font-family: "Open Sans", sans-serif;
}

p {
    font-family: "Open Sans", sans-serif;
}

/* header */
.header-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-brand {
    display: flex;
}

.logo-img img {
    width: 200px;
    padding: 10px 0px;
}

.navbar-brand li a {
    margin-left: 30px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-decoration:none;
}
li a {
    text-decoration: none;
}
    .navbar-brand li a:hover {
        color: #ca252b;
        text-decoration: none;
    }

.apply-btn {
    background-color: #ca252b;
    color: #fff !important;
    padding: 10px 8px;
    border: 2px solid #ca252b;
}

    .apply-btn:hover {
        background-color: transparent;
        color: #ca252b !important;
        border: 2px solid #ca252b;
    }

.header-right .menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #000 !Important;
    text-decoration: none !Important;
}

.hc-offcanvas-nav.hc-nav-1.nav-position-left .nav-container {
    transform: translate3d(-1010px, 0, 0);
}

.header-right .navbar-brand {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

    .header-right .navbar-brand li {
        display: inline-block;
    }

@media screen and (max-width: 991px) {
    .header-right .navbar-brand {
        display: none;
        flex-direction: column;
        background-color: #fff;
        position: absolute;
        top: 80px;
        right: 0;
        width: 100%;
        text-align: left;
    }

        .header-right .navbar-brand.show {
            display: flex;
            z-index: 100;
        }

        .header-right .navbar-brand li {
            display: block;
            margin: 0;
            padding: 0px 20px;
            margin-top: 10px;
        }

    .header-right .menu-toggle {
        display: block;
    }
}


/* banner */
.banner {
    position: relative;
    top: 0px;
    margin-top: 120px;
}

.display-btn {
    display: block !important;
}

.fixedbtn {
    position: fixed;
    right: 64px;
    bottom: 48px;
    z-index: 15;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: "OpenSans";
    height: 60px;
    border-radius: 50px;
    line-height: normal;
    background-color: #ce181e;
    border: none;
    display: none;
    align-items: center;
    padding: 20px 32px;
    cursor: pointer;
    font-weight: 800;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.banner-form {
    position: absolute;
    top: 50%;
    left: 89%;
    transform: translate(-89%, -50%);
    background: rgb(255, 255, 255);
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 28%;
    max-width: 500px;
    z-index: 1;
}

    .banner-form .form-group {
        position: relative;
        margin-bottom: 10px;
        /*15px asp change*/
    }

    .banner-form label {
        position: absolute;
        top: -10px;
        left: 0;
        background-color: #fff;
        padding: 0 5px;
        font-size: 12px;
        color: #666;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s ease;
        font-family: "Open Sans", sans-serif;
    }

    .banner-form input:focus + label,
    .banner-form select:focus + label {
        opacity: 1;
    }
    .banner-form [type='submit'] {
        width: 100%;
        padding: 8px; /*12px*/
        background: #ca252b;
        border: none;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        margin-top: 10px;
    }

        .banner-form [type='submit']:hover {
            background: #960018;
        }
element.style {
}

.float-group {
    position: relative;
    margin-bottom: 7px;
}
.float-label {
    position: absolute;
    left: 9px;
    bottom: 10px !Important;
    pointer-events: none;
    color: var(--placeholder-color);
    transition: all 200ms ease-in-out;
    color: #000;
    opacity: 0.5 !Important;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.banner-form input:focus ~ .float-label {
    top: -10px;
    color: black;
    left: 15px;
    border-radius: 0.25em;
    background: #fff;
    opacity: 1;
    font-size: 12px;
}

.apply-btn:hover {
    background-color: transparent;
    color: #ca252b !important;
    border: 2px solid #ca252b;
}

.header-right .menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #000 !Important;
    text-decoration: none !Important;
}


.banner-form input, .banner-form select {
    width: 100%;
    padding: 6px;
    font-size: 13px;
    border: 1px solid #ccc;
    transition: border-color 0.3s ease;
    font-family: "Open Sans", sans-serif;
    background: transparent;
    outline: none;
}

    .banner-form button {
        width: 100%;
        padding: 12px;
        background: #ca252b;
        border: none;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        margin-top: 10px;
    }

        .banner-form button:hover {
            background: #960018;
        }

.button {
    width: 100% !Important;
    /* padding: 12px!Important;*/
    background: #ca252b !Important;
    border: none !Important;
    border-radius: 5px !Important;
    color: #fff !Important;
    font-size: 16px !Important;
    cursor: pointer !Important;
    margin-top: 10px !Important;
}

    .button:hover {
        background: #960018 !Important;
    }

.check-area {
    display: flex;
    align-items: baseline;
    flex-direction: row;
}

    .check-area input {
        width: auto;
        margin-right: 10px;
    }

    .check-area a {
        text-decoration: underline;
        color: #000;
    }

        .check-area a:hover {
            color: #ca252b;
        }

.banner-text {
    position: absolute;
    top: 70%;
    left: 13%;
    transform: translate(-13%, -70%);
    width: 50%;
}

    .banner-text h1 {
        color: #fff;
        font-size: 57px;
        font-weight: 700px;
        line-height: 74px;
    }

.banner-img {
    position: relative;
    max-height: 580px;
}

    .banner-img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        background: linear-gradient(#00000000, #000000c9);
        z-index: 1;
    }

.banner-text {
    z-index: 2;
    color: white;
}

.banner .owl-nav {
    display: none;
}

.phone-banner {
    display: none;
}

.desktop {
    display: block;
}

.mobile {
    display: none !important;
}

.mob-text {
    display: none;
}

.desk-text {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.terms {
    font-size: 11px;
    margin-bottom: 0px;
    /*5px asp change*/
}

.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    left: 7%;
    bottom: 90px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background-color: #869791;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.banner .owl-dot {
    color: #fff !important;
    border-radius: 50% !important;
    margin-right: 10px !important;
    border: unset !important;
    background: #fff !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    padding: 5px !important;
}

.banner .owl-carousel .owl-dots .active {
    background: #ffffff41 !important;
}

.banner-text h6 {
    background-color: #fff;
    color: #ca252b;
    border-radius: 15px;
    padding: 8px;
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
}

/* why choose us */

.choose-us {
    background-color: #FCF9F2;
    padding: 50px 0px;
}

.container-1 {
    padding: 0% 16%;
}

.title-block {
    /*  margin-bottom: 40px;*/
}

    .title-block h6 {
        font-size: 18px;
        color: #ca252b;
    }

    .title-block h2 {
        font-weight: 700;
    }

.choose-left img {
    width: 75%;
}

.title-block h2 {
    font-weight: 700;
    margin-top: 30px;
}

.right-list li {
    border-bottom: 1px solid #ccc;
    padding: 30px 0px;
}


/* about */

.about {
    padding: 50px 0px;
}

    .about .title-block {
        margin-bottom: 25px;
    }

.about-btn {
    background-color: #ca252b;
    color: #fff;
    padding: 10px;
    border: 2px solid #ca252b;
    text-decoration: none;
}

    .about-btn:hover {
        color: #ca252b;
        text-decoration: none;
        background-color: transparent;
    }

.about p {
    margin-bottom: 30px;
}

.about-right img {
    width: 70%;
}

.d-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* benefits */

.benefits {
    padding: 50px 0px;
    background-color: #f5f5f5;
}

    .benefits .title-block {
        text-align: center;
    }

.bene-card {
    background-color: #fff;
    padding: 30px 20px;
    height: 95%;
}

.icon img {
    margin-bottom: 50px;
}

.card-content h6 {
    font-weight: 600;
    margin-bottom: 20px;
}

.bene-btn {
    background-color: #ca252b;
    color: #fff;
    padding: 10px;
    border: 2px solid #ca252b;
    text-decoration: none;
    text-align: center;
}

.benefits-btn {
    text-align: center;
}

.bene-inner {
    margin-bottom: 30px;
}

.bene-btn:hover {
    color: #ca252b;
    text-decoration: none;
    background-color: transparent;
}


/* documents required */

.docs-img {
    background-image: url(../images/docs.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.table {
    padding: 20px;
}

th,
td {
    padding: 8px;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    border-right: 1px solid #fff;
}

thead {
    background-color: #F4F1EB;
}

.custom-bg {
    background-color: #F4F1EB;
}

th {
    border-right: 1px solid #fff;
}

thead th {
    font-weight: 600;
}

.docs-area {
    padding-bottom: 50px;
    background-color: #f5f5f5;
}

.column1 {
    width: 15%;
}

.column2 {
    width: 32%;
}

.column3 {
    width: 28%;
}

.column4 {
    width: 25%;
}

.iti {
    width: 100% !important;
}

/* document required */

.docs-sec {
    padding: 50px 0px;
}

.docs-acco {
    margin-top: 40px;
}

    .docs-acco .card {
        cursor: pointer;
    }

.docs-right-img {
    text-align: center;
}

.docs-inner p {
    margin-bottom: 20px;
}

/* faq */

.faq {
    padding: 50px 0px;
    background-color: #FCF9F2;
}

.card-header {
    background-color: transparent !important;
    border-bottom: none !important;
    padding-left: 0px;
}

.plus-icon.fa-minus::before {
    font-size: 32px;
    line-height: 0;
}

.faq-inner .btn:focus {
    box-shadow: none;
}

.faq-inner #accordion {
    border-radius: 0;
}

.faq-inner .card {
    border-top: 0;
    border-radius: 0;
}

.faq-inner .card-header {
    border-radius: 0 !important;
}

.faq-inner .card:first-child .card-header {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.faq-inner .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    color: #212529;
}

.faq-inner .collapsed .plus-icon::before {
    font-size: 26px;
    line-height: 1;
}

.faq-inner .card-body {
    padding-top: 0;
}


.card {
    border-left: none;
    border-right: none;
}

.card-body {
    font-family: "Open Sans", sans-serif;
}

.btn-link {
    color: #000;
    font-weight: 600;
    padding-left: 0px;
    padding-bottom: 0px;
    white-space: normal;
    text-align: left;
}

    .btn-link:hover {
        text-decoration: none;
        color: #ca252b;
    }

.card-header .fa {
    transition: transform 0.2s;
}

.faq .card {
    background-color: transparent;
    cursor: pointer;
}

.faq ul {
    margin-top: 20px;
    padding-left: 1.25rem;
}

/* footer */

.footer {
    background-color: #ca252b;
    padding: 50px 0px;
    padding-bottom: 10px;
}

.footer-left img {
    width: 200px;
}

.footer ul {
    list-style: none;
}

.footer-top {
    display: flex;
    justify-content: space-between;
}

.footer-right {
    width: 70%;
    position: relative;
}

.footer h6 {
    color: #fff;
    font-weight: 600;
}

.footer li {
    margin-top: 20px;
}

    .footer li a {
        color: #fff;
        display: flex;
        align-items: center;
    }

.footer i {
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer svg {
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    margin-right: 20px;
}

.footer i:hover {
    background-color: #fff;
    color: #ca252b;
    text-decoration: none;
}

.footer svg:hover {
    background-color: #fff;
    fill: #ca252b;
}

.social-links ul {
    display: flex;
}

.social-links i {
    margin-right: 20px;
}

.social-links a:hover {
    text-decoration: none;
}

.copyright {
    text-align: center;
    margin-top: 30px;
}

    .copyright p {
        color: #ccc;
    }

/* back to top */
.back-to-top {
    position: absolute;
    right: 0px;
    bottom: 90px;
    display: none;
}

#back-to-top {
    /* position: fixed;
    bottom: 20px;
    right: 20px; */
    z-index: 99;
    font-size: 40px;
    border: 1px solid #ccc;
    outline: none;
    background-color: transparent;
    color: #ccc;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #back-to-top:hover {
        background-color: #ffffff;
    }

    #back-to-top::before {
        content: "\2191";
    }

.doc-mobile {
    display: none;
    width: 100%;
}

.doc-desktop {
    display: block;
}

.nav-content img {
    width: 100px;
}

.headerRightmainAll {
    display: none;
}

    .headerRightmainAll ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0 !important;
}

.hc-offcanvas-nav.hc-nav-1.nav-position-left .nav-container {
    transform: translate3d(-493px, 0, 0);
}

/* responsice design */

@media (max-width:1200px) {

    .banner-form input,
    .banner-form label {
        font-size: 14px;
    }

    .banner-form select {
        font-size: 14px;
    }

    .terms {
        font-size: 12px;
    }

    .banner-text h1 {
        font-size: 45px;
        line-height: 55px
    }

    .banner-form input,
    .banner-form select {
        padding: 8px;
    }
}

@media(max-width:991px) {
    .headerRightmainAll {
        display: block;
    }

        .headerRightmainAll ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

    .hc-offcanvas-nav.nav-position-left .nav-container {
        left: 0 !important;
    }

    nav.hc-offcanvas-nav.hc-nav-1 {
        display: none;
    }

        nav.hc-offcanvas-nav.hc-nav-1.nav-open {
            display: block;
        }

    .hc-offcanvas-nav .nav-container {
        width: 100%;
    }

    .callbtn {
        background: #ca252b !important;
        border-radius: 0;
        border-color: #ca252b;
        font-family: 'FigtreeRegular';
        font-weight: 400;
        font-size: 14px;
        padding: 10px 30px !important;
        color: #fff !important;
        width: 150px;
        margin-left: 10px;
        margin-top: 15px;
    }

    .header-right {
        display: none;
    }

    .bene-card {
        height: auto;
        min-height: 300px;
        max-height: 300px;
    }

    .banner-form {
        padding: 5px 10px;
        margin-top: 0px;
    }

        .banner-form button {
            padding: 1px;
        }

    .banner-form {
        left: 0;
        top: 0;
        position: relative;
        transform: none;
        background: rgb(255, 255, 255);
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 50%;
        max-width: 500px;
        z-index: 1;
        margin: auto;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .owl-theme .owl-nav.disabled + .owl-dots {
        position: absolute;
        bottom: 45px;
    }
}

@media (max-width:767px) {
    .banner-text {
        width: 70%;
    }

    .choose-left img {
        width: 100%;
    }

    .about-left {
        margin-bottom: 30px;
    }

    .title-block h2 {
        font-size: 24px;
    }

    .banner-text h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .footer-top {
        display: flex;
        flex-direction: column;
    }

    .footer-left {
        text-align: left;
    }

    .footer-right {
        width: 100%;
        margin-top: 30px;
    }

    .doc-mobile {
        display: block;
    }

    .doc-desktop {
        display: none;
    }
}

@media (max-width:571px) {
    .banner-form {
        width: 70%;
    }

    .btn-link {
        font-size: 14px;
    }

    .footer ul {
        margin-bottom: 30px;
    }

    .choose-right {
        padding: 0px 30px;
    }
}

@media (max-width:499px) {
    .mobile {
        display: block !important;
    }

    .about img {
        width: 100%;
    }

    .about .mobile {
        margin-bottom: 20px;
    }

    .about-left {
        margin-bottom: 0px;
    }

    .desktop {
        display: none;
    }

    .custom-container {
        padding: 0% 4%;
    }

    .mob-text {
        display: block;
        padding: 0% 4%;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .banner-form {
        width: 92%;
    }

    .about-btn {
        background-color: #ca252b;
        color: #fff;
        padding: 5px;
        border: 2px solid #ca252b;
        text-decoration: none;
    }

    p {
        font-size: 14px;
    }

    .title-block h6 {
        font-size: 16px;
    }

    .title-block h2 {
        font-size: 22px;
    }

    .about p {
        margin-bottom: 20px;
    }

    .bene-btn {
        display: none;
    }

    .eligib-img img {
        margin-top: 30px;
    }

    .eligib-bottom {
        margin-top: 10px;
    }

    .docs-area-mob {
        padding: 50px 0px;
        background-color: #FCF9F2;
    }

        .docs-area-mob .card {
            background-color: transparent;
        }

        .docs-area-mob .card-body {
            padding-top: 0px !important;
        }

    .benefits {
        padding-bottom: 20px;
    }

    .apply-btn {
        padding: 7px 7px;
    }

    .navbar-brand li a {
        display: block;
        width: 100%;
        margin-left: 0px;
        font-size: 14px;
        font-weight: 400;
    }

    .nav-btn {
        text-align: center;
    }

    .logo-img img {
        width: 150px;
    }

    .card-header h5 a {
        white-space: normal;
        text-align: left;
    }

    .mob-text {
        display: block;
    }

    .bene-inner .row {
        display: none;
    }

    .owl-theme .owl-nav.disabled + .owl-dots {
        bottom: 65px;
    }

    .desk-text {
        display: none;
    }

    .card-header {
        padding-left: 0px !important;
    }

    .social-links ul {
        display: flex;
        justify-content: center;
        border-top: 1px solid #cccccc69;
        margin-bottom: 0px;
    }

    .card-header h5 {
        font-size: 16px;
    }

    .mtr-30 {
        margin-top: 30px;
    }

    .back-to-top {
        display: block;
    }

    .banner-text h1 {
        font-size: 25px;
        line-height: 35px;
    }
}

.plus-icon::before {
    content: "-";
    font-size: 20px;
    font-weight: 400;
}

.collapsed .plus-icon::before {
    content: "+";
    font-size: 20px;
    font-weight: 400;
}
