:root {
    --black: #1a1b1e;
    --white: #e4e6ec;
    --invisible: rgba(221, 221, 221, 0);
    --cyan: #81d8d0;
    --orange: #ff8000;
    --blue: #3469b7;
    --white-transparent: rgba(228, 230, 236, .1);
}


body {
    /* font-family: 'Circular Std Book'; */
    font-family: "Inter", sans-serif !important;
    color: #222222;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #0b1220;
    /* font-family: 'Reckless Neue'; */
    font-weight: 400;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 3.125rem;
}

@media (min-width: 768px) {

    h1,
    .h1 {
        font-size: 3.75rem;
    }
}

@media (min-width: 992px) {

    h1,
    .h1 {
        font-size: 4.5rem;
    }
}

a {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-style-1 {
    background-color: #092668;
    color: #fff;
    border-radius: 16px;
    font-size: 1rem;
    line-height: 1;
    min-width: 11.938rem;
    padding: 1.25rem 0.625rem;
    border: none;
}

.btn-style-1:hover,
.btn-style-1:focus {
    background-color: #fe8100;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.btn-style-2 {
    background-color: #FFF;
    color: #092668;
    border: 1px solid #092668;
    font-size: 1rem;
    border-radius: 16px;
    padding: 1rem;
}

.btn-style-2:hover,
.btn-style-2:focus {
    background-color: #092668;
    color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*========Header=======*/
.site-header {
    padding: 0.5rem 0;
    line-height: 1;
    z-index: 10;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    background-color: rgba(26, 27, 30, .72);
    position: sticky;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.site-header .container-fluid {
    /* max-width: 1264px; */
    max-width: 91.2vw;
}

.site-header .navbar-toggler {
    border: none;
    box-shadow: none !important;
}

.site-header .navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #09266853;
}

.site-header .navbar-toggler span {
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg fill='%23FFF' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M416 224H31.1C14.33 224 0 238.3 0 256s14.33 32 31.1 32h384C433.7 288 448 273.7 448 256S433.7 224 416 224zM416 384H31.1C14.33 384 0 398.3 0 415.1S14.33 448 31.1 448h384C433.7 448 448 433.7 448 416S433.7 384 416 384zM416 64H31.1C14.33 64 0 78.33 0 95.1S14.33 128 31.1 128h384C433.7 128 448 113.7 448 96S433.7 64 416 64z'/%3E%3C/svg%3E") no-repeat center;
    background-size: 80% auto;
}


.site-header .nav-item .nav-link {
    padding: 1rem 0;
    font-size: 0.938rem;
    font-weight: 500;
    /* text-transform: uppercase; */
    color: #fff;
}

.site-header .nav-item .nav-link.active {
    color: #ff8000;
}

.site-header .nav-item .btn-style-1 {
    font-size: 0.938;
    padding: 1.188rem 1.188rem 1.063rem 1.313rem;
    text-transform: uppercase;
    min-width: unset;
}

@media (min-width: 992px) {
    .site-header .nav-item .nav-link {
        padding: 0;
    }

    .site-header .nav-item .nav-link::after {
        /* content: '|'; */
        content: '';
        display: inline-block;
        margin: 0 1.688rem;
    }

    .site-header .nav-item:nth-child(4) .nav-link::after {
        display: none;
    }

    .site-header .nav-item .btn-style-1 {
        margin-left: 2.313rem;
    }
}


/*========Footer=======*/
.site-footer {
    max-width: 1264px;
    /* font-family: 'Circular Std Book'; */
    font-size: 0.875rem;
    text-align: center;
    color: #374155;
}

.site-footer .footer-top {
    padding-top: 3.75rem;
    padding-bottom: 2.25rem;
}

.site-footer h2 {
    font-size: 24px;
    font-weight: 600;
    color: #D6DAE7;
    /* margin-bottom: 10px; */
}

.footer-logo p {
    line-height: 1.8;
}

.footer-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-social-links a:hover {
    opacity: 0.7;
}

.footer-social-links img {
    width: auto;
    height: 19px;
}

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

.footer-list a {
    display: inline-block;
    color: #fff;
    margin-bottom: 1rem;
}

.footer-list li:last-child a {
    margin-bottom: 0;
}

.footer-list a:hover {
    text-decoration: underline;
}

.footer-newsletter-form label {
    display: block;
    /* line-height: 1.8; */
    margin-bottom: 1.875rem;
}

.footer-newsletter-form .input-field-wrap {
    position: relative;
}

.footer-newsletter-form .form-control {
    padding: 0.625rem 3.4375rem 0.625rem 1.5rem;
    font-size: 0.875rem;
    height: 3.125rem;
    border-color: #ececee;
    border-radius: 100px;
    background-color: #e4e6ec;
}

.footer-newsletter-form .form-control::-webkit-input-placeholder {
    color: rgba(55, 65, 85, 0.502);
    font-weight: 400;
}

.footer-newsletter-form .form-control::-moz-placeholder {
    color: rgba(55, 65, 85, 0.502);
    font-weight: 400;
}

.footer-newsletter-form .form-control:-ms-input-placeholder {
    color: rgba(55, 65, 85, 0.502);
    font-weight: 400;
}

.footer-newsletter-form .form-control::-ms-input-placeholder {
    color: rgba(55, 65, 85, 0.502);
    font-weight: 400;
}

.footer-newsletter-form .form-control::placeholder {
    color: rgba(55, 65, 85, 0.502);
    font-weight: 400;
}

.footer-newsletter-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #092668;
}

.footer-newsletter-form .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.1875rem;
    height: 2.1875rem;
    min-width: unset;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 10px;
    text-align: center;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.footer-newsletter-form .btn img {
    width: 24px;
    height: auto;
}

.footer-bottom {
    border-top: 1px solid rgba(228, 230, 236, .1);
    padding: 2.1875rem 0;
    text-align: center;
}

.footer-bottom .copyright {
    display: block;
    font-size: 16px;
    color: #fff;
}

.footer-bottom a {
    font-size: 16px;
    color: #fff;
}

/* .footer-bottom a:hover {
    text-decoration: underline;
} */

@media (min-width: 576px) {
    .site-footer {
        text-align: left;
    }

    .footer-logo p {
        max-width: 13.125rem;
    }

    .footer-social-links {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (min-width: 768px) {
    .footer-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}


/*========Homepage=======*/
.home .container-lg {
    max-width: 1264px;
}

.home-section-1 {
    overflow-x: hidden;
}

.home-section-1 .content-col {
    padding-top: 4.375rem;
    padding-bottom: 5rem;
    text-align: center;
}

.home-section-1 h1 {
    min-width: 38.125rem;
    line-height: 1.1;
    margin: 0 auto 30px auto;
    font-size: 4rem;
}

.home-section-1 h1 span {
    display: block;
    color: #092767;
}

.home-section-1 p {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
}

.home-section-1 .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-section-1 .links a {
    width: 12.5rem;
}

.home-section-1 .image {
    max-width: 100%;
}

.home-section-2 {
    padding-top: 9.375rem;
    padding-bottom: 7.375rem;
    margin-top: -3.125rem;
    text-align: center;
    color: #FFF;
    font-size: 1.25rem;
    position: relative;
    overflow: hidden;
}

.home-section-2 .inner-container {
    max-width: 60.5rem;
    margin: 0 auto;
}

.home-section-2 .inner-container p {
    color: #000;
    margin-bottom: 6px;
    font-size: 24px;
}

.home-section-2 h2 {
    color: #052465;
    margin-bottom: 1.875rem;
}

.home-section-3 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
}

.home-section-3 h2 {
    font-size: 2.25rem;
    max-width: 50rem;
    text-align: center;
    margin: 0 auto 3.75rem auto;
}

.app-screens-carousel {
    max-width: 1440px;
    margin: 0 auto;
}

.app-screens-carousel .swiper-slide {
    text-align: center;
}

.app-screens-carousel .swiper-slide div {
    margin: 0 -2.5rem;
}

.home-section-3 .btn-style-1 {
    padding: 0.6875rem 1.625rem 0.6875rem 4.6875rem;
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.2;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 512 512' id='Layer_1' version='1.1' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M448.7,174.8c-8,6.8-16,12.7-22.9,19.6c-35.7,35.9-37.9,89.7-20.2,126.7c11.3,23.6,29.2,40.6,52.6,52 c3.6,1.8,4.4,3.3,3,7.2c-11.4,31.4-26.9,60.5-48.2,86.4c-6.6,8.1-13.5,16.1-21,23.4c-15.3,14.9-33.6,21.4-54.9,16.7 c-9.1-2-18.3-4.3-26.7-8.1c-26.1-11.7-52.3-12.8-79.2-3.5c-11.8,4.1-23.5,8.5-35.5,11.7c-18.7,5.1-35.2-0.1-49.5-12.8 c-21.4-18.8-38-41.3-52.3-65.8c-18.4-31.7-30.6-65.8-37.4-101.7c-6.7-35.4-7.6-70.8,3.2-105.8c7-22.6,18-43,35.4-59.4 c27.4-25.9,59.7-38.1,97.3-32.3c13.5,2.1,26.8,6.9,39.4,12.4c17.4,7.5,33.9,10.1,51.9,1.8c15.2-7,31.2-12.6,47.9-15.4 c33.1-5.5,63.1,1.9,90.7,20.6C433,155.6,442.1,164.2,448.7,174.8z'/%3E%3Cpath d='M357.7,4.3c0.8,16-1.5,30.8-6.1,45.3c-7.9,24.9-24.2,43.6-44.8,58.3c-13.4,9.5-29.1,13.5-45.8,13.2c-3.9-0.1-5-1.4-5.1-5.2 c-0.6-25.7,7.4-48.4,23.4-68.4c19.1-23.7,43.9-37.6,73.8-42.9C354.4,4.5,355.7,4.5,357.7,4.3z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 38px auto;
    background-repeat: no-repeat;
    background-position: 25px center;
}

.home-section-3 .btn-style-1 span {
    display: block;
    font-size: 0.875rem;
}

.home-section-4 {
    padding-top: 2.1875rem;
    padding-bottom: 3.125rem;
    font-size: 1.25rem;
    text-align: center;
}

.home-section-4 h2 {
    text-align: center;
    margin-bottom: 5rem;
}

.home-section-4 .content-block {
    max-width: 20rem;
    margin: 0 auto;
    text-align: center;
}

.home-section-4 h3 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

.home-section-4 .shape-1 {
    position: absolute;
    top: 15px;
    left: -138px;
}

.home-section-4 .shape-2 {
    position: absolute;
    top: -54px;
    left: -54px;
}

.home-section-4 .shape-3 {
    position: absolute;
    top: -37px;
    left: 85px;
}

.home-section-5 {
    position: relative;
    padding-top: 1.875rem;
    padding-bottom: 2.8125rem;
    font-size: 1.25rem;
    z-index: 2;
}

.home-section-5 .row {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.home-section-5 h2 {
    font-size: 3rem;
    margin-bottom: 1.25rem;
}

.home-section-6 {
    padding-top: 3.125rem;
    background-color: #f5f5f7;
    overflow: hidden;
    text-align: center;
}

.home-section-6 h2 {
    line-height: 1;
    margin-bottom: 2.5rem;
}

.testimonials-carousel {
    margin-bottom: 3.75rem;
}

.testimonials-carousel blockquote {
    /* font-family: 'Reckless Neue'; */
    font-weight: 300;
    font-style: italic;
    font-size: 1.5rem;
    margin: 0;
}

.testimonials-carousel blockquote .slider-footer {
    position: relative;
    margin-top: 3.125rem;
    padding-top: 1.5625rem;
    font-size: 1.125rem;
    background-color: transparent;
}

.testimonials-carousel blockquote .slider-footer::before {
    content: '';
    display: block;
    width: 3.125rem;
    height: 0.1875rem;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #092668;
}

.testimonials-carousel .swiper-pagination {
    position: static;
    text-align: center;
    margin-top: 1.875rem;
}

.testimonials-carousel .swiper-pagination-bullet {
    /*background-color: #bec4d4;*/
    background-color: #000000;
    opacity: .5;
}

.testimonials-carousel .swiper-pagination-bullet-active {
    background-color: #092767;
    opacity: 1;
}


@media (min-width: 576px) {}

@media (min-width: 768px) {
    .home-section-1 h1 span {
        display: inline-block;
    }

    .home-section-5 h2 {
        font-size: 3.375rem;
    }

    .home-section-4 {
        text-align: left;
    }

    .home-section-4 .content-block {
        margin: auto;
    }
}

@media (max-width: 991px) {
    .home-section-1 h1 {
        font-size: 3.7rem;
    }
}

@media (max-width: 767px) {
    .home-section-1 h1 {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {

    .home-section-5::after {
        content: '';
        display: block;
        position: absolute;
        width: 40vw;
        height: calc(100% - 170px);
        bottom: 0;
        right: 0;
        background-color: #f5f5f7;
        z-index: -1;
    }
}

@media (min-width: 1200px) {
    .home-section-1 .content-col {
        padding-top: 7.5rem;
        padding-bottom: 10rem;
        text-align: left;
    }

    .home-section-1 p {
        max-width: 34.375rem;
    }

    .home-section-1 .links {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .home-section-1 .image {
        position: relative;
        left: -50px;
        max-width: unset;
    }

    .home-section-4 {
        padding-top: 4.375rem;
        padding-bottom: 6.25rem;
    }

    .home-section-5 {
        padding-top: 3.75rem;
        padding-bottom: 5.625rem;
    }

    .home-section-5 h2 {
        font-size: 3.75rem;
    }

    .home-section-5 .row {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .home-section-6 {
        padding-top: 5rem;
        text-align: left;
    }

    .home-section-6 .image {
        margin-left: -5.625rem;
    }

    .testimonials-carousel blockquote .slider-footer::before {
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .testimonials-carousel .swiper-pagination {
        text-align: left;
    }

}

/*========Contact=======*/

.contact-section-1 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    font-size: 1.125rem;
    line-height: 1.8;
}

.contact-section-1 h1 {
    font-size: 3.125rem;
}

.contact-section-1 h1,
.contact-section-1 p {
    margin-bottom: 2.5rem;
}

.contact-section-2 {
    padding-top: 3.75rem;
    padding-bottom: 6.25rem;
}

.contact-section-2 h2 {
    font-size: 3.125rem;
    margin-bottom: 2.5rem;
}

.contact-form .form-control,
.contact-form .form-select {
    font-size: 1.125rem;
    height: 3.125rem;
    border-width: 0 0 1px 0;
    border-radius: 0;
    border-color: #9ca0ab;
    padding: 0;
    margin-bottom: 1.5625rem;
}

.contact-form textarea.form-control {
    height: 6.25rem;
    resize: none;
    margin-bottom: 2.5rem;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: rgba(34, 34, 34, 0.502);
}

.contact-form .form-control::-moz-placeholder {
    color: rgba(34, 34, 34, 0.502);
}

.contact-form .form-control:-ms-input-placeholder {
    color: rgba(34, 34, 34, 0.502);
}

.contact-form .form-control::-ms-input-placeholder {
    color: rgba(34, 34, 34, 0.502);
}

.contact-form .form-control::placeholder {
    color: rgba(34, 34, 34, 0.502);
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #092668;
}

.mailing-address {
    max-width: 28.75rem;
    position: relative;
    background-color: #f8f7fd;
    border-radius: 20px;
    height: 25rem;
    padding: 4.25rem 4.875rem;
    margin-right: 1.25rem;
}

.mailing-address::after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 2px dashed #ffc34b;
}

.mailing-address .icon {
    display: inline-block;
    margin-bottom: 1.4375rem;
}

.mailing-address h3 {
    /* font-family: 'Circular Std'; */
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
}

.mailing-address hr {
    background-color: #e2e1e7;
}

.mailing-address a {
    color: #222222;
}

.mailing-address a:hover {
    text-decoration: underline;
}

.subscribe-section {
    position: relative;
    background: url('../images/form-bg.jpg') no-repeat center center;
    background-size: cover;
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
    color: #FFF;
    text-align: center;
    z-index: 2;
}

.subscribe-section::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background-color: rgb(9, 38, 104);
    opacity: .70;
    z-index: -1;
}

.subscribe-section .section-container {
    max-width: 43.5rem;
    margin: 0 auto;
}

.subscribe-section h2 {
    font-size: 2.25rem;
    color: #FFF;
    margin-bottom: 0.9375rem;
}

.newsletter-form {
    position: relative;
}

.newsletter-form .form-control {
    height: 3.4375rem;
    border-radius: 16px;
    /* font-family: 'Circular Std Book'; */
    font-size: 1.125rem;
    padding: 0.625rem 1.875rem;
    color: #1f1f1f;
    margin-bottom: 0.625rem;
}

.newsletter-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #092668;
}

.newsletter-form .form-control::-webkit-input-placeholder {
    color: rgba(31, 31, 31, 0.502);
}

.newsletter-form .form-control::-moz-placeholder {
    color: rgba(31, 31, 31, 0.502);
}

.newsletter-form .form-control:-ms-input-placeholder {
    color: rgba(31, 31, 31, 0.502);
}

.newsletter-form .form-control::-ms-input-placeholder {
    color: rgba(31, 31, 31, 0.502);
}

.newsletter-form .form-control::placeholder {
    color: rgba(31, 31, 31, 0.502);
}

.newsletter-form .btn {
    width: 100%;
    text-transform: uppercase;
}

/*========Login-Signup=======*/

.login-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    /* min-height: 100vh; */
}

.login-section h1 span {
    /* text-align: center; */
    /* margin-bottom: 2.5rem; */
    /* color: #fff; */

    background-image: linear-gradient(292deg, var(--orange), var(--cyan) 48%, var(--blue));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 3rem;
    font-weight: 600;
}

.login-section .form .form-control,
.login-section .form .form-select {
    font-size: 1.125rem;
    height: 38px;
    border-width: 0 0 1px 0;
    border-radius: 0;
    border-color: #9ca0ab;
    margin-bottom: 1rem;
    padding: 0px 10px;
    background-color: var(--black);
    border: 0px !important;
    border-radius: 8px;
    color: #fff;
}

.login-section .form textarea.form-control {
    height: 6.25rem;
    resize: none;
    margin-bottom: 2rem;
}

.login-section .form .form-control::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}

.login-section .form .form-control::-moz-placeholder {
    color: #fff;
    font-size: 14px;
}

.login-section .form .form-control:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
}

.login-section .form .form-control::-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
}

.login-section .form .form-control::placeholder {
    color: #fff;
    font-size: 14px;
}

.login-section .form .form-control:focus,
.login-section .form .form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #092668;
}

.login-section .links {
    margin-top: 1.25rem;
    font-size: 0.875rem;
}

.login-section .links p {
    margin: 0 0 0.4375rem 0;
    text-align: right;
}

.login-section .links a {
    color: #092668;
    text-decoration: underline;
}

.login-section .links a:hover {
    text-decoration: none;
}

@media (min-width: 576px) {
    .subscribe-section {
        padding-top: 8.125rem;
        padding-bottom: 8.125rem;
    }

    .mailing-address {
        height: 33.4375rem;
    }
}

@media (min-width: 768px) {

    .contact-section-1 h1,
    .contact-section-2 h2 {
        font-size: 3.75rem;
    }

    .newsletter-form .form-control {
        padding: 0.625rem 12.5rem 0.625rem 1.875rem;
        margin-bottom: 0;
        height: 4.375rem;
    }

    .newsletter-form .btn {
        position: absolute;
        width: 10.875rem;
        top: 50%;
        right: 8px;
        font-size: 1.125rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
    }
}

@media (min-width: 992px) {
    .contact-section-1 {
        padding-top: 1.25rem;
    }

    .contact-section-1 h1,
    .contact-section-2 h2 {
        font-size: 4.5rem;
    }

    .login-section {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }
}

@media (min-width: 1400px) {
    .container-lg {
        max-width: 1140px;
    }
}

/*========Terms=======*/
.terms-page-title {
    position: relative;
    background: url('../images/terms-title-bg.jpg') no-repeat center center;
    background-size: cover;
    padding-top: 4.375rem;
    text-align: center;
    color: #FFF;
    z-index: 2;
}

.terms-page-title::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background-color: #092668;
    opacity: 0.90;
    z-index: -1;
}

.terms-page-title p {
    font-weight: 500;
    margin: 0;
    color: #000000;
    text-align: start;
}

.terms-page-title h1 {
    font-size: 3.125rem;
    color: #FFF;
    margin: 0 0 2.5rem 0;
}

.terms-page-title .search-form {
    max-width: 45rem;
    margin: 0 auto;
    position: relative;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.terms-page-title .form-control {
    border-radius: 100px;
    border-color: #cbcbcb;
    height: 3.75rem;
    padding: 0.625rem 5rem 0.625rem 2rem;
    font-size: 1.125rem;
}

.terms-page-title .form-control::-webkit-input-placeholder {
    color: rgba(55, 65, 85, 0.502);
}

.terms-page-title .form-control::-moz-placeholder {
    color: rgba(55, 65, 85, 0.502);
}

.terms-page-title .form-control:-ms-input-placeholder {
    color: rgba(55, 65, 85, 0.502);
}

.terms-page-title .form-control::-ms-input-placeholder {
    color: rgba(55, 65, 85, 0.502);
}

.terms-page-title .form-control::placeholder {
    color: rgba(55, 65, 85, 0.502);
}

.terms-page-title .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #092668;
}

.terms-page-title .btn-style-1 {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.8125rem;
    height: 2.8125rem;
    background-color: #03112c;
    min-width: unset;
    padding: 0.5rem;
    border-radius: 50%;
    z-index: 2;
}

.terms-page-title .btn-style-1:hover,
.terms-page-title .btn-style-1:focus {
    background-color: #fe8100;
}

.terms-section-1 {
    padding-top: 6.25rem;
    padding-bottom: 3.125rem;
}


.terms-section-1 .icon-box {
    padding: 3.125rem 3.125rem 2.5rem 2.5rem;
    background-color: #FFF;
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgb(235, 235, 235);
}

.terms-section-1 .icon-box .icon {
    display: inline-block;
    margin-bottom: 1.875rem;
}

.terms-section-1 .icon-box .heading {
    /* font-family: 'Circular Std'; */
    font-size: 1.375rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1.25rem;
}

.terms-section-1 .icon-box p {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.terms-section-2 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}

.terms-section-3 {
    padding-bottom: 3.75rem;
}

.terms-section-2 h2,
.terms-section-3 h2 {
    font-size: 3rem;
    margin-bottom: 1.25rem;
    text-align: start;
}

.terms-accordion {
    padding: 0 1.5625rem;
    margin-top: 1.875rem;
    background-color: #FFF;
    border-radius: 15px;
    border: 1px solid rgb(235, 235, 235);
}

.terms-accordion .accordion-item {
    border-width: 0 0 1px 0;
    border-color: rgb(235, 235, 235);
}

.terms-accordion .accordion-item:last-child {
    border-width: 0;
}

.terms-accordion .accordion-item .accordion-button {
    padding: 1.5625rem 0;
    /* font-family: 'Circular Std'; */
    font-weight: 500;
    color: #000;
    font-size: 1.25rem;
    border-radius: 0;
    border: none;
}

.terms-accordion .accordion-item .accordion-button::after {
    width: 1.125rem;
    height: 1.125rem;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTgxLjg0NTcsMjUuMzg3NmE2LjAyMzksNi4wMjM5LDAsMCwwLTguNDUuNzY3Nkw0OCw1Ni42MjU3bC0yNS4zOTYtMzAuNDdhNS45OTksNS45OTksMCwxLDAtOS4yMTE0LDcuNjg3OUw0My4zOTQzLDY5Ljg0NTJhNS45OTY5LDUuOTk2OSwwLDAsMCw5LjIxMTQsMEw4Mi42MDc0LDMzLjg0MzFBNi4wMDc2LDYuMDA3NiwwLDAsMCw4MS44NDU3LDI1LjM4NzZaIi8+PC9zdmc+');
    background-size: 16px auto;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.terms-accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.terms-accordion .accordion-item .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.terms-accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    .terms-page-title h1 {
        font-size: 3.75rem;
    }
}

@media (min-width: 992px) {
    .terms-page-title h1 {
        font-size: 4.5rem;
    }
}


/*========Pricing=======*/
.pricing-section-1 {
    max-width: 1264px;
    padding-top: 3.75rem;
    padding-bottom: 6.25rem;
}

.pricing-section-1 .heading {
    margin-bottom: 3.75rem;
}

.pricing-section-1 h1 {
    font-size: 3rem;
    margin-bottom: 1.25rem;
}

.pricing-section-1 .heading p {
    font-size: 1.125rem;
}

.pricing-section-1 .heading a {
    color: #092668;
    text-decoration: underline;
}

.pricing-section-1 .heading a:hover {
    text-decoration: none;
}

.pricing-plan {
    position: relative;
    padding: 2.5rem 1.375rem 3rem 1.375rem;
    background-color: #FFF;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

.pricing-plan .tag {
    position: absolute;
    top: -23px;
    right: -12px;
    width: 70px;
    height: 70px;
}

.pricing-plan .plan-name {
    /* font-family: 'Circular Std Book'; */
    font-size: 1.5rem;
    color: #092668;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.pricing-plan .amount {
    /* font-family: 'Reckless Neue'; */
    font-size: 3rem;
    font-weight: 700;
    color: #092668;
    line-height: 1;
}

.pricing-plan .amount span {
    display: inline-block;
    position: relative;
    bottom: 10px;
    /* font-family: 'Circular Std Book'; */
    font-size: 1.125rem;
    font-weight: 400;
    vertical-align: bottom;
    color: #222222;
    opacity: .50;
}

.pricing-plan .or {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    max-width: 6.875rem;
    text-transform: uppercase;
    color: #222;
    opacity: .50;
    line-height: 1;
    margin: 0.9375rem 0;
}

.pricing-plan .or::before,
.pricing-plan .or::after {
    content: '';
    display: inline-block;
    width: 32%;
    height: 2px;
    background-color: #222;
    position: relative;
    top: -3px;
    opacity: 0.6;
}

.pricing-plan .or::before {
    margin-right: 5px;
}

.pricing-plan .or::after {
    margin-left: 0.3125rem;
}

.pricing-plan .plan-desc {
    font-size: 1.125rem;
    margin: 1.25rem 0;
}

.pricing-plan .plan-features {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-plan .plan-features li {
    position: relative;
    padding-left: 1.375rem;
    margin-bottom: 1.25rem;
}

.pricing-plan .plan-features li:last-child {
    margin-bottom: 0;
}

.pricing-plan .plan-features li::before {
    content: '';
    display: inline-block;
    width: 0.875rem;
    height: 0.875rem;
    background: #adafc6 url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E") no-repeat center;
    background-size: 50% auto;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
}

.remove-right-mark li::before {
    display: none !important;
}

.remove-right-mark li {
    padding-left: 0 !important;
}


.pricing-plan .btn-style-2 {
    position: absolute;
    left: 22px;
    bottom: 40px;
    width: 100%;
    /*max-width: 14.375rem;*/
    z-index: 2;
}

.dropdown-pricing {
    /*text-align: center;*/
    background-color: #FFF;
    color: #092668;
    border: 1px solid #092668;
    font-size: 1rem;
    border-radius: 16px;
    padding: 0.75rem 1rem;
}

@media (max-width: 1024px) {

    .home-section-1 h1 {
        min-width: 100% !important;
    }
}


.landing-def .landing-right-box {
    max-width: 420px;
}

.landing-def .landing-right-box h2 {
    color: #052465;
    font-size: 48px;
}

.landing-def .landing-right-box p {
    font-size: 24px;
    margin-top: 15px;
}

.team1,
.team2,
.team3,
.team4 {
    position: relative;
}

.team1::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: #19af5d;
}

.team2::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: #00cc99;
}

.team3::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: #fd7f00;
}

.team4::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: #c00000;
}

.your-way {
    margin-top: 100px;
}


.your-way .way-title-box {
    padding: 30px 40px;
    background-color: #f2f2f2;
}

.your-way .way-title-box h2 {
    font-size: 48px;
    color: #052465;
}

.your-way .way-title-box p {
    font-size: 24px;
}

.blue-way-box {
    background-color: #1c73ba;
}

.yellow-way-box {
    background-color: #9a8800;
}

.purple-way-box {
    background-color: #86519b;
}

.green-way-box {
    background-color: #19af5d;
}

.your-way .way-box {
    padding: 30px;
    height: 100%;
}

.your-way .way-box img {
    margin: 20px 0;
}

.your-way .way-box h2 {
    font-size: 36px;
    margin-top: 30px;
    color: #fff;
    font-weight: 100;
}

.your-way .way-box p {
    font-size: 24px;
    color: #fff;
    font-weight: 100 !important;
}


@media (max-width: 1514px) {
    .way-img {
        height: 64.9%;
    }
}

@media (max-width: 1480px) {
    .way-img {
        height: 66.5%;
    }
}

@media (max-width: 1200px) {
    .m-0-m {
        margin: 0;
    }

    .p-0-m {
        padding: 0;
    }

    .way-img {
        height: auto;
    }
}


.pricing-section-1 .main-box {
    background-color: #ececec;
    padding: 50px;
    position: relative;
}

.pricing-section-1 .main-box .lable-pre {
    position: absolute;
    width: 120px;
    top: -40px;
    left: -40px;
}

.pricing-section-1 .center {
    width: 70px;
    height: auto;
    margin-top: 4px;
}

.pricing-section-1 input[type="checkbox"] {
    position: relative;
    width: 100%;
    background: gainsboro;
    -webkit-appearance: none;
    height: 39px;
    background: #efefef;
    outline: none;
    border-radius: 30px;
    box-shadow: inset 0px 0px 4px 1px rgb(0 0 0 / 8%);
    transition: 0.5s;
}

.pricing-section-1 input[type="checkbox"]:checked {
    background: #3074ff;
}

.pricing-section-1 input[type="checkbox"]:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: -2px;
    background: #fff;
    /* box-shadow: 0px 1px 6px 1px gainsboro; */
    border-radius: 50%;
    top: 4px;
    left: 6px;
    transform: scale(1.1);
    transition: 0.5s;
}

.pricing-section-1 input[type="checkbox"]:checked:before {
    left: 35px;
}

.pricing-section-1 .pre-options span {
    font-size: 15px;
    color: #000;
}

.pricing-section-1 .per {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.pricing-section-1 .per p {
    width: fit-content;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: bold;
    color: #000;
}

.blue-text {
    color: #0ba4e0;
}

.pricing-section-1 .list ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.pricing-section-1 .list ul li {
    position: relative;
    padding-left: 40px;
}

.pricing-section-1 .list ul li:last-child {
    margin-top: 30px;
}

.pricing-section-1 .list ul li:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 6px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/right-mark.png");
}

.pricing-section-1 .proceed {
    background-color: #092668;
    padding: 15px 30px;
    border-radius: 10px;
    color: #ffff;
    font-size: 16px;
    border: none;
    margin-top: 50px;
}

.pricing-section-1 .cancel {
    background-color: #6c757d;
    padding: 15px 30px;
    border-radius: 10px;
    color: #ffff;
    font-size: 16px;
    border: none;
    margin-top: 50px;
}

.get-a-quote p {
    color: #3074ff;
    font-size: 20px;
    margin-bottom: 0;
}

@media (max-width: 1323px) {
    .pricing-section-1 .main-box .lable-pre {
        left: -12px;
    }
}

@media (max-width: 991px) {
    .get-a-quote .btn-get {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .get-a-quote p {
        text-align: center;
    }
}

@media (max-width: 512px) {
    .pricing-section-1 .main-box {
        padding: 50px 15px;
    }

    .pre-options {
        margin-top: 50px;
        gap: 23px !important;
    }
}

.book-demo {
    background-color: #fd7f00;
    border-radius: 10px;
    padding: 10px 0;
    max-width: 100%;
    width: 300px;
    border: none;
    color: #fff !important;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}

@media (max-width: 1024px) {
    .landing-right-box {
        margin: 60px 0 50px 0;
    }

    .mobile-left {
        justify-content: left !important;
    }
}

@media (max-width: 768px) {
    .home-section-2 {
        padding-bottom: 4.375rem;
    }

    .your-way {
        margin-top: 0px;
    }
}

.auth-card {
    border: 1px solid var(--white-transparent);
    -webkit-backdrop-filter: blur(5rem);
    backdrop-filter: blur(5rem);
    background-image: linear-gradient(279deg, rgba(255, 128, 0, .05), rgba(129, 216, 208, .05) 54%, rgba(52, 105, 183, .05));
    border-radius: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    /* height: 100%; */
    padding: 1rem;
    display: grid;
    position: relative;
    transform: translate(0);
    padding: 40px;
}

.auth-btn {
    border-radius: 30px;
    background-color: var(--blue);
    font-weight: 700;
    font-size: 18px;
    min-width: 8.938rem;
    transition: all .2s;
}

.auth-btn:hover {
    filter: brightness(130%);
    transform: scale(1.05);
    background-color: var(--blue);
}

.text-gradient {
    background-image: linear-gradient(292deg, var(--orange), var(--cyan) 48%, var(--blue));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

/* header start*/

.header-top-button:hover,
.header-top-button {
    background-color: rgba(56, 152, 236, 0);
    background-image: url('../../pre_assets/images/Frame-9.svg');
    background-position: 0 0;
    background-size: cover;
    border-radius: .5rem;
    flex: 1;
    align-self: center;
    padding: 1em 2em;
    font-weight: 600;
    transition: all .2s;
    color: #000000;
}


.header-top-button::after {
    display: none !important;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    box-shadow: none !important;
}

.header-top-dropdown-menu {
    border: 1px solid rgba(228, 230, 236, .1);
}

.header-top-dropdown-menu .dropdown-item.active,
.header-top-dropdown-menu .dropdown-item:active {
    color: #fff;
    background-color: transparent;
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: transparent;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #000;
}

.header-main-container .nav-link:hover {
    color: var(--cyan) !important;
}

@media only screen and (max-width: 768px) and (min-width: 200px) {
    .header-logo {
        width: 80px;
    }

    .menu-list-main {
        text-align: end;
    }

    .site-header .nav-item .nav-link {
        font-size: 12px;
        font-weight: 400;
    }

    .client-portal {
        font-size: 12px;
        font-weight: 400;
    }

    .client-portal.dropdown-toggle::after {
        display: none;
    }

    .client-portal {
        color: #fff;
        padding: 1rem 0;
    }

    .client-portal-dropdown li {
        font-size: 12px;
        font-weight: 400;
    }
}

/* header end*/
/* Footer start */
footer {
    /* background-color: #1a1b1e;
    -webkit-backdrop-filter: blur(5rem);
    backdrop-filter: blur(5rem);
    background-image: linear-gradient(279deg, rgba(255, 128, 0, .05), rgba(129, 216, 208, .05) 54%, rgba(52, 105, 183, .05));
    border-radius: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    padding: 1rem;
    display: grid;
    position: relative;
    transform: translate(0); */

    border: 1px solid var(--white-transparent);
    -webkit-backdrop-filter: blur(5rem);
    backdrop-filter: blur(5rem);
    background-image: linear-gradient(279deg, rgba(255, 128, 0, .05), rgba(129, 216, 208, .05) 54%, rgba(52, 105, 183, .05));
    border-radius: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    padding: 4rem 0rem 4rem 0rem;
    /* padding-top: 4rem; */
    /* padding-bottom: 4rem; */

    display: grid;
    position: relative;
    transform: translate(0);
}

.footer-text {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}

.is-social-icon {
    width: 2.5rem !important;
    height: 100% !important;
}

.footer-heading {
    font-size: 1.5rem;
    color: #fff;
}


.footer-lable {
    font-size: 16px;
    color: #e4e6ec !important;
    font-weight: 400;
    line-height: 1.4;
}

.is-submit {
    background-image: linear-gradient(94deg, var(--blue), var(--cyan));
    border-radius: 5rem !important;
    background-color: rgba(56, 152, 236, 0);
    background-position: 0 0;
    background-size: cover;
    border-radius: .5rem;
    flex: 1;
    align-self: center;
    padding: 15px 2em;
    font-weight: 500;
    transition: all .2s;
    border: 0px;
    color: #fff;
    font-size: 17px;
}

.footer-newsletter-form .form-control {
    padding: 4px;
    font-size: 0.875rem;
    height: auto;
    font-weight: 600;
    border-color: #ececee;
    border-radius: 100px;
}

.placeholder-input::placeholder {
    font-weight: 900;
    color: #8f8f91;
    font-family: "Inter", sans-serif !important;
}

.placeholder-input {
    color: #333333;
    font-family: "Inter", sans-serif !important;
}

.footer-list.active {
    color: var(--orange);
}

.form-control:focus {
    box-shadow: none !important;
}

.bottom-error {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
}

.bottom-success {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #d1e7dd;
}

.footer-bottom {
    padding: 2.1875rem 0rem 4.3rem !important;
}

/* .site-footer.container {
    width: 100%;
    max-width: 1200px;
} */

.site-footer .footer-top {
    padding-top: 3.75rem;
    padding-bottom: 2.3rem;
}

.footer-list a {
    margin-bottom: 12px;
    font-size: 16px;
    color: #e4e6ec !important;
}

@media only screen and (max-width: 1024px) and (min-width: 200px) {
    .site-footer h2 {
        font-size: 22px;
    }

}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .footer-bottom .copyright {
        text-align: start;
    }
}

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

    .footer-heading {
        text-align: start;
    }

    .footer-list {
        text-align: start;
    }

    .site-footer h2 {
        font-size: 18px;
        text-align: start;
    }

    .footer-lable {
        text-align: start;
    }

    .site-footer .footer-top {
        padding-top: 3.75rem;
        padding-bottom: 10px;
    }

    .footer-bottom .copyright {
        font-size: 12px;
    }

    .footer-bottom a {
        font-size: 12px;
    }

    .auth-card {
        padding: 10px;
    }

    .login-section h1 span {
        font-size: 40px;
    }
}

.terms-footer:hover {
    color: var(--cyan);
}

.footer-list a:hover {
    color: var(--cyan);
    text-decoration: none;
}

.header-top-dropdown-menu {
    top: auto !important;
    left: auto !important;
    margin-top: 5px !important;
}

/* Footer End */
.fw-600 {
    font-weight: 600;
}

.footer-bottom-text {
    /* padding: 0px !important; */
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.footer-logo img {
    height: 80px;
    margin-bottom: 1rem;
    width: 130px;
}

@media only screen and (max-width: 2560px) and (min-width: 1024px) {
    .our-company {
        margin-left: -15px;
    }
}

@media only screen and (max-width: 2560px) and (min-width: 1024px) {
    .footer-bottom-text {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 200px) {
    .proceed-btn {
        min-width: 13.938rem !important;
    }
}


select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3E%3C/title%3E%3Cg id='chevron-bottom'%3E%3Cline class='cls-1' x1='16' x2='7' y1='20.5' y2='11.5'%3E%3C/line%3E%3Cline class='cls-1' x1='25' x2='16' y1='11.5' y2='20.5'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right 10px top 10px;
    background-size: 20px 20px;
    padding-top: 30px;
    /* Make space for the custom arrow */
    padding-right: 40px;
    /* Make space for the custom arrow */
    padding-bottom: 10px;
    /* Adjust padding */
    padding-left: 10px;
    /* Adjust padding */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #333;
    /* Background color */
    color: #fff;
    /* Text color */
}
