.theme-color-1 {
    --theme-color: #623400;
    --theme-color-rgb: 217, 159, 70
}

.theme-color-2 {
    --theme-color: #0baf9a;
    --theme-color-rgb: 11, 175, 154
}

.theme-color-3 {
    --theme-color: #239698;
    --theme-color-rgb: 35, 150, 152
}

:root {
    --theme-color: #623400;
    --theme-color-rgb: 13, 164, 135;
    --theme-color1: #0e947a;
    --theme-color1-rgb: 14, 148, 122;
    --theme-color2: linear-gradient(90.56deg, var(--theme-color1) 8.46%, var(--theme-color) 62.97%)
}

.section-small-space {
    padding: calc(18px + (42 - 18) * ((100vw - 320px) / (1920 - 320))) 0
}

.section-big-space {
    padding: calc(40px + (160 - 40) * ((100vw - 320px) / (1920 - 320))) 0
}

.section-lg-space {
    padding: calc(30px + (70 - 30) * ((100vw - 320px) / (1920 - 320))) 0
}

section, .section-t-space {
    padding-top: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)))
}

.section-b-space {
    padding-bottom: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)))
}

.container-fluid-lg {
    padding: 0 calc(12px + (160 - 12) * ((100vw - 320px) / (1920 - 320)))
}

.section-small-space {
    padding: 30px 0
}

h1 {
    font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    line-height: 1.1;
    text-transform: capitalize;
    margin: 0
}

h2 {
    font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    margin: 0
}

h3 {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    line-height: 1.2;
    margin: 0
}

h4 {
    font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.2;
    margin: 0;
    font-weight: 400
}

h5 {
    font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.2;
    margin: 0;
    font-weight: 400
}

h6 {
    font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.2;
    margin: 0;
    font-weight: 400
}

span {
    display: inline-block
}

.theme-color {
    color: var(--theme-color) !important
}

.theme-bg-color {
    background: var(--theme-color) !important
}

footer {
    background: linear-gradient(136.8deg, #F6F5F2 17.01%, #FDF7F0 93.97%);
    position: relative;
    z-index: 0
}

@media (max-width: 767px) {
    footer .main-footer {
        border: none;
        padding-top: 0
    }
}

footer .main-footer .footer-theme .footer-theme-contain {
    margin-top: calc(13px + (20 - 13) * ((100vw - 320px) / (1920 - 320)))
}

    footer .main-footer .footer-theme .footer-theme-contain p {
        font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
        color: #4a5568;
        line-height: 27px;
        margin-bottom: 0
    }

[dir="rtl"] footer .main-footer .footer-theme .footer-theme-contain ul {
    padding-left: unset;
    padding-right: 0
}

footer .main-footer .footer-theme .footer-theme-contain ul.address {
    margin-top: calc(17px + (30 - 17) * ((100vw - 320px) / (1920 - 320)))
}

    footer .main-footer .footer-theme .footer-theme-contain ul.address li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        footer .main-footer .footer-theme .footer-theme-contain ul.address li .feather {
            width: 18px;
            height: 18px;
            stroke: #4a5568
        }

        footer .main-footer .footer-theme .footer-theme-contain ul.address li p {
            margin: 1px 0 0 10px;
            color: #4a5568
        }

[dir="rtl"] footer .main-footer .footer-theme .footer-theme-contain ul.address li p {
    margin: 1px 10px 0 0
}

footer .main-footer .footer-theme .footer-theme-contain ul li {
    display: block;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))
}

    footer .main-footer .footer-theme .footer-theme-contain ul li a:hover {
        color: #4a5568
    }

    footer .main-footer .footer-theme .footer-theme-contain ul li + li {
        margin-top: calc(4px + (15 - 4) * ((100vw - 320px) / (1920 - 320)))
    }

footer .main-footer .footer-logo .theme-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 575px) {
    footer .main-footer .footer-logo .theme-logo {
        margin-bottom: 15px
    }
}

footer .main-footer .footer-logo .theme-logo a img {
    width: calc(120px + (160 - 120) * ((100vw - 320px) / (1920 - 320)))
}

footer .main-footer .footer-logo .theme-logo h4 {
    margin-left: 10px
}

footer .main-footer .footer-logo .footer-logo-contain {
    margin: calc(13px + (20 - 13) * ((100vw - 320px) / (1920 - 320))) 0
}

    footer .main-footer .footer-logo .footer-logo-contain p {
        font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
        color: #4a5568;
        line-height: 27px;
        margin-bottom: 0;
        width: 88%
    }

    footer .main-footer .footer-logo .footer-logo-contain .address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: calc(8px + (15 - 8) * ((100vw - 320px) / (1920 - 320)));
        margin-top: calc(7px + (30 - 7) * ((100vw - 320px) / (1920 - 320)))
    }

[dir="rtl"] footer .main-footer .footer-logo .footer-logo-contain .address {
    padding-left: unset;
    padding-right: 0
}

footer .main-footer .footer-logo .footer-logo-contain .address li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

    footer .main-footer .footer-logo .footer-logo-contain .address li:hover a {
        color: var(--theme-color)
    }

    footer .main-footer .footer-logo .footer-logo-contain .address li:hover .feather {
        stroke: var(--theme-color)
    }

    footer .main-footer .footer-logo .footer-logo-contain .address li .feather {
        width: 18px;
        height: 18px;
        stroke: #4a5568
    }

    footer .main-footer .footer-logo .footer-logo-contain .address li a {
        margin: 0 0 0 10px;
        color: #4a5568;
        line-height: 18px;
        font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))
    }

[dir="rtl"] footer .main-footer .footer-logo .footer-logo-contain .address li a {
    margin-right: 10px;
    margin-left: unset
}

footer .main-footer .footer-title h4 {
    font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600
}

@media (max-width: 575px) {
    footer .main-footer .footer-title h4 {
        font-weight: 500
    }
}

footer .main-footer .footer-contain {
    margin-top: calc(8px + (20 - 8) * ((100vw - 320px) / (1920 - 320)))
}

    footer .main-footer .footer-contain p {
        font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
        color: #4a5568;
        line-height: 27px;
        margin-bottom: 0
    }

[dir="rtl"] footer .main-footer .footer-contain ul {
    padding-right: 0
}

footer .main-footer .footer-contain ul.address {
    margin-top: calc(17px + (30 - 17) * ((100vw - 320px) / (1920 - 320)))
}

    footer .main-footer .footer-contain ul.address li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        footer .main-footer .footer-contain ul.address li .feather {
            width: 18px;
            height: 18px;
            stroke: #4a5568
        }

        footer .main-footer .footer-contain ul.address li p, footer .main-footer .footer-contain ul.address li a {
            margin: 0 0 0 10px;
            color: #4a5568;
            line-height: 18px
        }

[dir="rtl"] footer .main-footer .footer-contain ul.address li p, [dir="rtl"] footer .main-footer .footer-contain ul.address li a {
    margin-right: 10px;
    margin-left: unset
}

footer .main-footer .footer-contain ul li {
    display: block;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))
}

    footer .main-footer .footer-contain ul li a {
        display: inline-block;
        position: relative
    }

        footer .main-footer .footer-contain ul li a::before {
            content: "";
            position: absolute;
            width: 0;
            height: 2px;
            left: 0;
            bottom: 0;
            background-color: var(--theme-color);
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out
        }

[dir="rtl"] footer .main-footer .footer-contain ul li a::before {
    left: unset;
    right: 0
}

footer .main-footer .footer-contain ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    left: -13px;
    background-color: var(--theme-color);
    border-radius: 0px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

[dir="rtl"] footer .main-footer .footer-contain ul li a::after {
    left: unset;
    right: -13px
}

footer .main-footer .footer-contain ul li a:hover {
    color: var(--theme-color);
    margin-left: 13px
}

[dir="rtl"] footer .main-footer .footer-contain ul li a:hover {
    margin-left: unset;
    margin-right: 13px
}

footer .main-footer .footer-contain ul li a:hover::before {
    width: 100%
}

footer .main-footer .footer-contain ul li a:hover::after {
    opacity: 1
}

footer .main-footer .footer-contain ul li + li {
    margin-top: calc(4px + (15 - 4) * ((100vw - 320px) / (1920 - 320)))
}

footer .main-footer .social-app::before {
    content: none
}

footer .main-footer .social-app ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

[dir="rtl"] footer .main-footer .social-app ul {
    padding: 0
}

footer .main-footer .social-app ul li {
    display: inline-block
}

    footer .main-footer .social-app ul li::before {
        content: none !important
    }

    footer .main-footer .social-app ul li a {
        display: block
    }

        footer .main-footer .social-app ul li a img {
            width: 140px
        }

footer .main-footer .footer-contact {
    margin-top: calc(13px + (20 - 13) * ((100vw - 320px) / (1920 - 320)))
}

[dir="rtl"] footer .main-footer .footer-contact {
    padding-left: unset;
    padding-right: 0
}

    [dir="rtl"] footer .main-footer .footer-contact ul {
        padding-left: unset;
        padding-right: 0
    }

footer .main-footer .footer-contact ul li {
    display: block;
    margin-bottom: calc(0px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
    position: relative
}

    footer .main-footer .footer-contact ul li:last-child {
        margin-bottom: 0
    }

        footer .main-footer .footer-contact ul li:last-child::before {
            content: none
        }

    footer .main-footer .footer-contact ul li.social-app ul li a {
        display: block
    }

        footer .main-footer .footer-contact ul li.social-app ul li a img {
            width: 139px
        }

    footer .main-footer .footer-contact ul li::before {
        content: "";
        position: absolute;
        bottom: -24px;
        right: 0;
        width: calc(100% - 0px);
        border-bottom: 1px dashed #c1c1c1
    }

[dir="rtl"] footer .main-footer .footer-contact ul li::before {
    right: unset;
    left: 0
}

@media (max-width: 1460px) {
    footer .main-footer .footer-contact ul li::before {
        bottom: -5px
    }
}

@media (max-width: 991px) {
    footer .main-footer .footer-contact ul li::before {
        bottom: -18px
    }
}

@media (max-width: 767px) {
    footer .main-footer .footer-contact ul li::before {
        bottom: -16px
    }
}

@media (max-width: 360px) {
    footer .main-footer .footer-contact ul li::before {
        bottom: -13px
    }
}

footer .main-footer .footer-contact ul li .footer-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    footer .main-footer .footer-contact ul li .footer-number .feather {
        width: 18px;
        height: 18px;
        stroke: var(--theme-color);
    }

    footer .main-footer .footer-contact ul li .footer-number .contact-number h5 {
        margin-top: 6px;
        font-weight: 600;
        color: #222
    }

footer .sub-footer {
    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;
    border-top: 1px dashed #c1c1c1
}

@media (max-width: 991px) {
    footer .sub-footer {
        display: block;
    }
}

@media (max-width: 767px) {
    footer .sub-footer {
        margin-bottom: 66px
    }
}

@media (max-width: 991px) {
    footer .sub-footer .payment {
        margin: 8px 0
    }
}

footer .sub-footer .social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991px) {
    footer .sub-footer .social-link {
    }
}

footer .sub-footer .social-link h6 {
    margin-right: 10px
}

[dir="rtl"] footer .sub-footer .social-link h6 {
    margin-left: 10px;
    margin-right: unset
}

footer .sub-footer .social-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

[dir="rtl"] footer .sub-footer .social-link ul {
    padding: 0
}

footer .sub-footer .social-link ul li:hover i {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

footer .sub-footer .social-link ul li a {
    display: block
}

    footer .sub-footer .social-link ul li a i {
        color: var(--theme-color);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

footer .sub-footer .social-link ul li + li {
    margin-left: 8px
}

[dir="rtl"] footer .sub-footer .social-link ul li + li {
    margin-left: unset;
    margin-right: 8px
}

footer .sub-footer ul {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px
}

@media (max-width: 991px) {
    footer .sub-footer ul {
        display: block;
        text-align: center
    }
}

footer .sub-footer ul li {
    display: block
}

.footer-section-2 {
    background-color: #f8f8f8
}

    .footer-section-2::before, .footer-section-2::after {
        content: none
    }

    .footer-section-2 .download-image {
        margin-top: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)))
    }

    .footer-section-2.footer-color-2 {
        background-color: #051616
    }

    .footer-section-2 .main-footer {
        padding-bottom: calc(18px + (50 - 18) * ((100vw - 320px) / (1920 - 320)));
        border-top: unset
    }

        .footer-section-2 .main-footer .foot-logo img {
            width: calc(120px + (160 - 120) * ((100vw - 320px) / (1920 - 320)))
        }

        .footer-section-2 .main-footer .information-text {
            margin-bottom: 0;
            color: #4a5568;
    font-weight: 400;
    line-height: 1.7;
    margin-top: calc(5px + (20 - 5) * ((100vw - 320px) / (1920 - 320)));
}

        .footer-section-2 .main-footer .information-text-2 {
            color: #bfbfbf;
            margin-top: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)))
        }

        .footer-section-2 .main-footer .social-icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 6px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 10px;
            margin-bottom: 20px
        }

[dir="rtl"] .footer-section-2 .main-footer .social-icon {
    padding-left: unset;
    padding-right: 0
}

.footer-section-2 .main-footer .social-icon li {
    width: 40px;
    height: 40px;
    border-radius: 0px;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

    .footer-section-2 .main-footer .social-icon li.light-bg::after {
        background-color: #fff;
        opacity: .1;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

    .footer-section-2 .main-footer .social-icon li.light-bg:hover::after {
        opacity: 0.3
    }

    .footer-section-2 .main-footer .social-icon li::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: var(--theme-color);
        opacity: .06;
        border-radius: 0px;
        z-index: -1
    }

    .footer-section-2 .main-footer .social-icon li:hover::after {
        opacity: 1
    }

    .footer-section-2 .main-footer .social-icon li:hover i {
        color: #fff
    }

    .footer-section-2 .main-footer .social-icon li a {
        width: 100%;
        height: 100%;
        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;
        color: #4a5568
    }

        .footer-section-2 .main-footer .social-icon li a i {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out
        }

        .footer-section-2 .main-footer .social-icon li a.footer-link-color {
            color: #fff
        }

.footer-section-2 .main-footer .download-app {
    margin-top: 20px
}

    .footer-section-2 .main-footer .download-app span {
        margin-bottom: 0;
        margin-top: 20px;
        color: #4a5568;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5
    }

    .footer-section-2 .main-footer .download-app img {
        width: 110px;
        margin-left: 8px
    }

.footer-section-2 .main-footer .footer-title {
    font-family: "Public Sans", sans-serif;
    font-weight: 600;
    position: relative;
    margin-bottom: calc(13px + (36 - 13) * ((100vw - 320px) / (1920 - 320)));
}

.footer-section-2 .main-footer .footer-list-light li a:hover {
    color: #fff
}

.footer-section-2 .main-footer .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(7px + (16 - 7) * ((100vw - 320px) / (1920 - 320)))
}

[dir="rtl"] .footer-section-2 .main-footer .footer-list {
    padding-right: 0
}

.footer-section-2 .main-footer .footer-list li {
    display: block;
    width: 100%
}

@media (max-width: 575px) {
    .footer-section-2 .main-footer .footer-list li:last-child {
        margin-bottom: 16px
    }
}

.footer-section-2 .main-footer .footer-list li a {
    color: #4a5568;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px
}

    .footer-section-2 .main-footer .footer-list li a i {
        margin-right: 10px
    }

[dir="rtl"] .footer-section-2 .main-footer .footer-list li a i {
    margin-right: unset;
    margin-left: 10px
}

.footer-section-2 .main-footer .footer-list li a.light-text {
    color: #bfbfbf
}

.footer-section-2 .main-footer .footer-list li a:hover {
    color: #fff;
    padding-left: 14px
}

[dir="rtl"] .footer-section-2 .main-footer .footer-list li a:hover {
    padding-left: unset;
    padding-right: 14px
}

.footer-section-2 .main-footer .footer-list li a:hover::before {
    left: 0;
    opacity: 0.7
}

[dir="rtl"] .footer-section-2 .main-footer .footer-list li a:hover::before {
    left: unset;
    right: 0
}

.footer-section-2 .main-footer .footer-list li a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -20px;
    border-radius: 0px;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

[dir="rtl"] .footer-section-2 .main-footer .footer-list li a:before {
    left: unset;
    right: -20px
}

.footer-section-2 .main-footer .footer-list li a.footer-contain-2::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: unset;
    height: unset;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f105";
    left: 0;
    opacity: 0;
    background: none;
    color: var(--theme-color)
}

.footer-section-2 .main-footer .footer-list li a.footer-contain-2:hover {
    padding-left: 6px;
    color: var(--theme-color)
}

    .footer-section-2 .main-footer .footer-list li a.footer-contain-2:hover::before {
        opacity: 1
    }

[dir="rtl"] .footer-section-2 .main-footer .footer-address {
    padding-right: 0
}

.footer-section-2 .main-footer .footer-address li {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .footer-section-2 .main-footer .footer-address li:last-child {
        margin-bottom: 0
    }

    .footer-section-2 .main-footer .footer-address li a {
        color: #4a5568;
        position: relative;
        font-size: 16px;
        display: block;
        width: 100%
    }

        .footer-section-2 .main-footer .footer-address li a.light-text {
            color: #bfbfbf
        }

        .footer-section-2 .main-footer .footer-address li a .inform-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .footer-section-2 .main-footer .footer-address li a .inform-box.flex-start-box {
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start
            }

            .footer-section-2 .main-footer .footer-address li a .inform-box .feather {
                margin-right: 10px;
                width: 20px
            }

[dir="rtl"] .footer-section-2 .main-footer .footer-address li a .inform-box .feather {
    margin-right: unset;
    margin-left: 10px
}

.footer-section-2 .main-footer .footer-address li a .inform-box p {
    margin: -3px 0 0;
    width: calc(100% + (64 - 100) * ((100vw - 320px) / (1920 - 320)));
    font-size: 16px;
    line-height: 30px
}

.footer-section-2 .sub-footer {
    border-top: 1px solid #ececec
}

.footer-section-2 .sub-footer-lite {
    border-top: 1px solid rgba(236, 236, 236, 0.2)
}

.footer-section-2 .sub-footer p {
    margin-bottom: 0;
    font-size: 15px;
    color: #4a5568;
    text-transform: capitalize
}

    .footer-section-2 .sub-footer p.light-text {
        color: #bfbfbf
    }

.footer-section-2 .sub-footer .payment-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 1199px) {
    .footer-section-2 .sub-footer .payment-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px
    }
}

.footer-section-2 .sub-footer .payment-box li {
    margin: 0 5px
}

    .footer-section-2 .sub-footer .payment-box li img {
        width: 40px;
        margin-bottom: -6px;
        display: block
    }
