<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* footer section */

.footer {
    /* padding: 5rem 0; */
    margin-bottom: 2rem;
}

.footer .footer-part {
    width: 70%;
    margin: 3rem auto;
}

.footer .section-heading {
    font-family: myFirstFont2;
    font-size: 40px;
    line-height: 40px;
    color: #1B1B1B;
    font-weight: 600;
    width: 80%;
    color: #B7DBFF;
    background: linear-gradient(90deg, #02FA72, #0074FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.footer .disclaimer {
    font-family: myFirstFont3;
    font-size: 16px;
    line-height: 20px;
    color: #717171;
    font-weight: 400;
}

.footer .disclaimer:first-child {
    color: #33363F;
}

.footer .disclaimer a {
    color: #717171;
}

.footer .disclaimer2 {
    /* font-size: 10px; */
    /* font-style: italic; */
    color: #B3B3B3;
}

.footer ul {
    padding-left: 1rem;
}

.footer .extras ul li,
.footer ul li {
    list-style-type: none;
    /* margin-bottom: 0.5rem; */
}

.footer ul li a {
    text-decoration: none;
    font-family: myFirstFont3;
    font-size: 14px;
    line-height: 15px;
    color: #221849;
    font-weight: 400;
    vertical-align: super;
}

.footer ul li button.company-btn {
    color: #ffffff;
    padding: 0;
    background: transparent;
    border: 0;
    font-family: myFirstFont3;
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
    vertical-align: super;
}

.footer ul li .company-btn-ul {
    padding-left: 0;
    margin-top: 0.5rem;
}

.footer .social_media {
    /* margin-top: 2rem; */
}

.footer .social_media .col-2 {
    width: 10%;
}

.footer .social_media a img {
    width: 18px;

}

.footer .extras ul {
    display: flex;
    padding-left: 0;
}

.footer .extras ul li {
    padding: 0 1rem 0 0;
}

.copyrights,
.copyrights a,
.footer .extras ul li a {
    text-decoration: none;
    font-family: myFirstFont3;
    font-size: 12px;
    line-height: 26px;
    color: #BBBFC5;
    font-weight: 400;
}

.copyrights,
.copyrights a {
    line-height: 16px;
}

.footer .desktop-footer3 li:last-child a:hover,
.copyrights a:hover,
.footer .extras ul li a:hover {
    color: #272636;
}

.footer ul li a.dropdown-item {
    color: #1B1B1B;
}

.copyrights {
    text-align: right;
}

.footer .mobile-footer ul li a:hover,
.footer .desktop-footer ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.footer .footer-last,
.footer .section-header {
    width: 80%;
    margin-left: auto;
    margin-right: auto;

}

.footer .footer-last {
    margin-bottom: 2rem;
}

.footer hr {

    width: 80%;
    color: #D2D6DB;
    border-width: 1px;
    margin: 32px auto;
    opacity: unset;
}

.desktop-footer3 {
    margin: auto;
    padding-top: 2rem;
}

.desktop-footer3 ul {
    margin-bottom: 0;
}

.desktop-footer3 ul li a {
    color: #717171;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.contact-help .rightside textarea::placeholder,
.contact-help .rightside input::placeholder {
    color: #b3b3b3;
    opacity: 1;
}

@media (max-width: 1199px) {

    .footer .footer-part {
        width: 80%;
    }

    .footer .disclaimer,
    .footer ul li button.company-btn,
    .footer ul li a {

        font-size: 12px;

    }
}

@media (max-width: 1024px) {
    .footer .footer-part {
        width: 85%;
    }

    .footer .extras ul li,
    .footer ul li {
        margin-bottom: 0;
    }

    .footer .social_media .col-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .copyrights,
    .copyrights a,
    .footer .extras ul li a {

        font-size: 10px;
    }

    .footer .container {
        max-width: 850px;
    }
}

@media (max-width: 991px) {

    .footer .footer-last,
    .footer .section-header,
    .faqs {
        width: 90%;
    }
}

@media (max-width: 840px) {
    .footer .footer-part {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .footer {
        width: 100%;
        margin-bottom: 1rem;
    }

    .footer .disclaimer,
    .footer .disclaimer2 {
        /* font-size: 11px; */
    }

    .footer .container {
        max-width: 700px;
    }

    .footer .section-heading {
        width: 80%;
    }

    .footer ul {
        padding-left: 0;
    }

    .copyrights {
        padding-top: 1rem;
    }

    .copyrights,
    .footer .extras ul {
        margin: auto;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .copyrights,
    .copyrights a,
    .footer .extras ul li a {

        font-size: 11px;
    }

    .footer .extras ul li {
        padding: 0 0.5rem;
    }

    .footer .logo-img {
        width: 134px;
        height: auto;
    }

    .desktop-footer3 {
        display: block;
        /* text-align: center; */
    }

    .footer .social_media .row {
        /* align-items: center;
        justify-content: center;
        margin: auto; */
    }

}

@media (min-width: 576px) {
    .mobile-footer {
        display: none;
    }
}

@media (max-width: 575px) {

    .desktop-footer {
        display: none;
    }

    .desktop-footer3 {
        display: block;
    }

    .mobile-footer:first-child ul {
        margin-bottom: 0;
    }

    .footer ul {
        margin-bottom: 2rem;
    }

    .footer ul li {
        /* text-align: center; */

    }

    .footer .disclaimer {
        width: 70%;
        font-size: 12px;
    }

    .footer .disclaimer2 {
        /* font-size: 12px; */
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer ul li button.company-btn,
    .footer ul li a {
        font-size: 12px;
    }

    .footer .social_media .col-2 {
        text-align: center;
    }

    .footer .social_media {
        /* width: 70%; */
        margin-left: auto;
        margin-right: auto;
    }

    .footer .social_media a img {
        width: 20px;
    }

    .footer .section-heading {
        width: 90%;
    }

    .footer .container {
        max-width: 500px;
    }

    .desktop-footer3:last-child ul {
        margin-bottom: 0;
    }
}

@media (max-width: 426px) {
    .footer .section-heading {
        font-size: 30px;
        line-height: 30px;
    }

    .footer .footer-last,
    .footer .section-heading {
        width: 100%;
    }

    /* .footer .logo img {
        width: 25%;
    } */

    .footer .extras ul li {
        padding: 0 0.5rem;
    }

    .footer .disclaimer,
    .footer .disclaimer2 {
        width: 100%;
    }

    .footer ul {
        margin-bottom: 2rem;
    }

    .footer .social_media .col-2 {
        width: 16%;
    }

    .footer .social_media {

        margin-left: 0;

    }

    .footer .footer-part {
        margin: 1rem auto;
    }

    .footer .disclaimer2 {
        font-size: 11px;
        margin-bottom: 0;
    }

    .footer hr {
        margin: 16px auto;
    }
        .footer .logo img {
        margin-top: 0;
    }
}

@media (max-width: 321px) {
    .footer .logo img {
        width: 120px;
        margin-top: 0;
    }

    .footer .extras ul li {
        padding: 0 0.3rem;
    }

    .footer .section-heading {
        width: 100%;
    }

    .copyrights, .copyrights a, .footer .extras ul li a {
        font-size: 10px;
    }
.footer {
padding: 0;
    }
    .desktop-footer3 {
        padding-top: 1rem;
    }
}

@media (max-width: 299px) {


    .footer .social_media a img {
        width: 90%;
    }


}</pre></body></html>