/*---

-----------------------------------------------------------------------------------
Template Name: Sasly - Multipurpose Landing Page PHP Template
Page Name: Home Business
Description: Landing page for general business purposes, with sections for services, testimonials, and company highlights.
-----------------------------------------------------------------------------------

--*/


/* Common CSS */

:root {
    --primary-color: #c4161c;
    --primary-black-color: #1F1F1F;
    --gray-color: #F0F2F4;
}

.sub-heading {
    background-color: #FEEEED;
    color: var(--heading-color);
}

.primary-bg {
    background-color: var(--primary-color);
}

.primary-black-bg {
    background-color: var(--primary-black-color);
}

ul.ratings li {
    display: inline-block;
}

.form-check .form-check-input:focus {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border-color: transparent;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: transparent;
}

.theme-btn.style-one {
    font-weight: 700;
    font-size: 16px;
    padding: 22px 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.theme-btn.style-one:hover {
    background-color: var(--heading-color);
    color: var(--white-color);
}


/* Header CSS */


/* Hero CSS */

.hero-sb {
    padding: 295px 0 95px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-sb {
        padding: 195px 0 95px;
    }
}

@media screen and (max-width: 991px) {
    .hero-sb {
        padding: 195px 0 95px;
    }
}

.hero-sb .hero-content {
    position: relative;
}

@media screen and (max-width: 991px) {
    .hero-sb .hero-content {
        text-align: center;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-sb .hero-content {
        text-align: center;
    }
}

.hero-sb .hero-content .sub-heading {
    border-color: rgba(241, 79, 68, 0.1);
    margin-bottom: 25px;
}

.hero-sb .hero-content h1 {
    font-size: 120px;
    letter-spacing: -4.5px;
    line-height: 1;
    margin-bottom: 40px;
}

.hero-sb .hero-content h1 span {
    display: block;
}

.hero-sb .hero-content h1 span.light {
    font-weight: 200;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .hero-sb .hero-content h1 {
        font-size: 80px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-sb .hero-content h1 {
        font-size: 100px;
    }
}

@media screen and (max-width: 991px) {
    .hero-sb .hero-content h1 {
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    .hero-sb .hero-content h1 {
        font-size: 65px;
        line-height: 1.3;
    }
}

.hero-sb .hero-content p {
    margin-bottom: 35px;
}

.hero-sb .hero-content p span {
    font-weight: 600;
    color: var(--heading-color);
}

@media screen and (max-width: 991px) {
    .hero-sb .hero-content p {
        margin: 0 auto 35px;
        max-width: 570px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-sb .hero-content p {
        margin: 0 auto 35px;
        max-width: 570px;
    }
}

.hero-sb .hero-content .theme-btn {
    margin-bottom: 70px;
}

.hero-sb .hero-content .hero-image {
    position: absolute;
    top: 100%;
    left: 0;
    width: 670px;
    height: 700px;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .hero-sb .hero-content .hero-image {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .hero-sb .hero-content .hero-image {
        width: 100%;
        height: 400px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-sb .hero-content .hero-image {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        margin: 0 auto;
    }
}

.hero-sb .hero-content .hero-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .hero-sb .hero-content .hero-image {
        width: 525px;
        height: 600px;
    }
}


/* What We CSS */

.what-we-sb {
    border-radius: 50px;
    margin: 0 30px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .what-we-sb {
        margin: 0 15px;
    }
}


/* About CSS */

.about-sb .experience-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-sb .experience-box .number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font: 600 100px var(--heading-font);
    color: var(--heading-color);
    letter-spacing: -2px;
    line-height: 1;
    margin-right: 20px;
}

.about-sb .experience-box .duration {
    font: 600 16px var(--heading-font);
    padding: 25px 40px;
    border: 1px solid var(--border-color);
    border-radius: 30px;
    line-height: 27px;
}

.about-sb .section-content-box {
    max-width: 475px;
}

.about-sb .section-content-box ul.check-list {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .about-sb .section-content-box ul.check-list {
        margin-bottom: 20px;
    }
}


/* Core Features CSS */

.core-features-sb {
    background-color: var(--gray-color);
    border-radius: 50px;
    margin: 0 30px;
}

@media (max-width: 767px) {
    .core-features-sb {
        border-radius: 15px;
        margin: 0 10px;
    }
}


/* Case Study CSS */

.case-study-sb .case-slider {
    margin-right: -50%;
}

.case-study-sb .case-slider .slick-slide {
    margin-right: 30px;
}


/* Features CSS */

.key-features-sb {
    border-radius: 50px;
    margin: 0 30px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .key-features-sb {
        border-radius: 15px;
        margin: 0 10px;
    }
}

.key-features-sb .section-image-box {
    position: relative;
    max-width: 630px;
    min-height: 445px;
    margin-left: auto;
}

@media screen and (max-width: 991px) {
    .key-features-sb .section-image-box {
        margin: 0 auto 50px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .key-features-sb .section-image-box {
        margin: 0 auto 50px;
    }
}

.key-features-sb .section-image-box .sasly-img_two {
    margin-top: 50px;
}

.key-features-sb .section-image-box .sasly-img img {
    width: 100%;
    border-radius: 10px;
}

.key-features-sb .section-image-box .company-box {
    position: absolute;
    bottom: 0;
    left: 20%;
    max-width: 270px;
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 40px 30px 30px;
    text-align: center;
}

.key-features-sb .section-image-box .company-box .content img {
    margin-bottom: 28px;
}

.key-features-sb .section-image-box .company-box .content h5 {
    padding-top: 30px;
    border-top: 1px solid var(--white-color);
    color: var(--white-color);
    letter-spacing: -0.6px;
    line-height: normal;
}

@media screen and (max-width: 991px) {
    .key-features-sb .sasly-iconic-box {
        margin: 0 auto 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .key-features-sb .sasly-iconic-box {
        margin: 0 auto 30px;
    }
}


/* Testimonial CSS */

.testimonial-sb .testimonial-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .testimonial-sb .testimonial-arrows {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.testimonial-sb .testimonial-arrows .slick-arrow {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    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;
    background-color: var(--gray-color);
    z-index: 1;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.testimonial-sb .testimonial-arrows .slick-arrow:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.testimonial-sb .testimonial-arrows .slick-arrow.next {
    margin-left: 10px;
}

.testimonial-sb .sasly-rating-box {
    padding: 20px 50px 50px;
    border-radius: 10px;
}

.testimonial-sb .sasly-rating-box .author-box {
    text-align: center;
}


/* Company CSS */

.company-sb {
    border-top: 1px solid rgba(31, 31, 31, 0.07);
    border-bottom: 1px solid rgba(31, 31, 31, 0.07);
    background-color: var(--white-color);
}

.company-sb .company-item {
    cursor: pointer;
}

.company-sb .company-item .company-img {
    text-align: center;
}

.company-sb .company-item .company-img img {
    margin: 0 auto;
}


/* CTA CSS */

.cta-sb:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25.89%, rgba(31, 31, 31, 0.3)), color-stop(92.7%, #1F1F1F));
    background: linear-gradient(180deg, rgba(31, 31, 31, 0.3) 25.89%, #1F1F1F 92.7%);
}

@media screen and (max-width: 991px) {
    .cta-sb .section-content-box {
        text-align: center;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .cta-sb .section-content-box {
        text-align: center;
    }
}


/* Footer CSS */

.business-footer {
    color: #B8B8B8;
}

.business-footer .footer-widget h4.widget-title {
    color: var(--white-color);
}

.business-footer .footer-widget .footer-content p a:hover {
    color: var(--primary-color);
}

.business-footer .footer-widget .footer-content .social-link li {
    display: inline-block;
}

.business-footer .footer-widget .footer-content .social-link li:not(:last-child) {
    margin-right: 5px;
}

.business-footer .footer-widget .footer-content .social-link a {
    color: var(--white-color);
    background-color: #2A2A2A;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.business-footer .footer-widget .footer-content .social-link a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.business-footer .footer-widget .footer-content ul li a:hover {
    color: var(--primary-color);
}

.business-footer .footer-newsletter-widget .footer-content .form-group .form_control {
    color: rgba(187, 187, 187, 0.7333333333);
    background-color: var(--primary-black-color);
    border: 1.2px solid rgba(255, 255, 255, 0.1);
}

.business-footer .footer-newsletter-widget .footer-content .form-group .form_control::-webkit-input-placeholder {
    color: rgba(187, 187, 187, 0.7333333333);
}

.business-footer .footer-newsletter-widget .footer-content .form-group .form_control::-moz-placeholder {
    color: rgba(187, 187, 187, 0.7333333333);
}

.business-footer .footer-newsletter-widget .footer-content .form-group .form_control:-ms-input-placeholder {
    color: rgba(187, 187, 187, 0.7333333333);
}

.business-footer .footer-newsletter-widget .footer-content .form-group .form_control::-ms-input-placeholder {
    color: rgba(187, 187, 187, 0.7333333333);
}

.business-footer .footer-newsletter-widget .footer-content .form-group .form_control::placeholder {
    color: rgba(187, 187, 187, 0.7333333333);
}

.business-footer .footer-copyright {
    border-top-color: rgba(255, 255, 255, 0.1);
}


/* Page Banner CSS */

.page-hero-ss {
    padding: 275px 0 135px;
}

@media screen and (max-width: 991px) {
    .page-hero-ss {
        padding: 200px 0 130px;
    }
}

@media (max-width: 575px) {
    .page-hero-ss {
        padding: 165px 0 80px;
    }
}


/* Error Page css */

.error-page {
    padding: 275px 0 130px;
}


/* About Page CSS */

.about-page-ss .sasly-image-box img {
    border-radius: 10px;
}

.about-page-ss .section-title {
    padding-left: 110px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .about-page-ss .section-title {
        padding-left: 50px;
    }
}

@media screen and (max-width: 991px) {
    .about-page-ss .section-title {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .about-page-ss .section-title {
        padding-left: 0;
    }
}

.about-page-ss .section-title h2 {
    letter-spacing: -1.04px;
}

@media (max-width: 767px) {
    .about-page-ss .section-title h2 {
        font-size: 20px;
        line-height: 35px;
    }
}

.about-page-ss .section-content-box {
    padding-left: 100px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .about-page-ss .section-content-box {
        padding-left: 50px;
    }
}

@media screen and (max-width: 991px) {
    .about-page-ss .section-content-box {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .about-page-ss .section-content-box {
        padding-left: 0;
    }
}

.about-page-ss .section-content-box .experience-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 575px) {
    .about-page-ss .section-content-box .experience-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.about-page-ss .section-content-box .experience-box .number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font: 600 100px var(--heading-font);
    color: var(--heading-color);
    letter-spacing: -2px;
    line-height: 1;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .about-page-ss .section-content-box .experience-box .number {
        margin-bottom: 20px;
    }
}

.about-page-ss .section-content-box .experience-box .duration {
    font: 600 16px var(--heading-font);
    padding: 25px 40px;
    border: 1px solid var(--border-color);
    border-radius: 30px;
    line-height: 27px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .about-page-ss .section-content-box .experience-box .duration {
        padding: 25px 20px;
    }
}

.why-choose-sel {
    position: relative;
    z-index: 1;
}

.why-choose-sel .choose-bg-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: var(--primary-black-color);
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .why-choose-sel .choose-bg-left {
        display: none;
    }
}

.why-choose-sel .choose-bg-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .why-choose-sel .choose-bg-right {
        width: 100%;
    }
}

.why-choose-sel .choose-bg-right:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 991px) {
    .why-choose-sel .section-content-box {
        text-align: center;
    }
}

.why-choose-sel .section-content-box .section-title {
    margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
    .why-choose-sel .section-content-box .section-title {
        margin-bottom: 50px;
    }
}

.why-choose-sel .section-content-box>p {
    margin-bottom: 40px;
    color: var(--white-color);
}

.why-choose-sel .section-content-box .sasly-iconic-box.style-seven {
    margin-left: auto;
    text-align: left;
}

@media screen and (max-width: 991px) {
    .why-choose-sel .section-content-box .sasly-iconic-box.style-seven {
        margin-left: inherit;
        margin: 0 auto 20px;
    }
}

.what-we-ss {
    border-radius: 50px;
    margin: 0 30px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .what-we-ss {
        border-radius: 20px;
        margin: 0 10px;
    }
}

.company-ss {
    border-top: 1px solid rgba(31, 31, 31, 0.07);
    border-bottom: 1px solid rgba(31, 31, 31, 0.07);
    background-color: var(--white-color);
}

.company-ss .company-item .company-img {
    text-align: center;
}

.company-ss .company-item .company-img img {
    margin: 0 auto;
}

.testimonial-page-ss .testimonial-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 991px) {
    .testimonial-page-ss .testimonial-arrows {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.testimonial-page-ss .testimonial-arrows .slick-arrow {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    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;
    background-color: var(--gray-color);
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.testimonial-page-ss .testimonial-arrows .slick-arrow:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.testimonial-page-ss .testimonial-arrows .slick-arrow.next {
    margin-left: 10px;
}


/* Project Grid Page */

.page-banner-ss .sasly-image-box img {
    border-radius: 10px;
}


/* Project Details Page */

.project-details-ss .project-thumbnail .thumbnail {
    position: relative;
}

.project-details-ss .project-thumbnail .thumbnail img {
    border-radius: 7px;
    min-height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .project-details-ss .project-thumbnail .thumbnail img {
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    .project-details-ss .project-thumbnail .thumbnail img {
        min-height: 20px;
    }
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: var(--primary-color);
    max-width: 400px;
    width: 100%;
    padding: 40px 50px;
    border-radius: 15px;
}

@media (max-width: 767px) {
    .project-details-ss .project-thumbnail .thumbnail .project-info-box {
        padding: 20px 30px;
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 40px;
    }
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box h4.title {
    letter-spacing: -0.48px;
    color: var(--white-color);
    margin-bottom: 20px;
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li {
    display: block;
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li span {
    font: 500 16px var(--heading-font);
    color: var(--white-color);
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li span.title {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.36px;
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li span.info {
    float: right;
}

.project-details-ss .project-content .content h3.title {
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -1.04px;
    margin-bottom: 33px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .project-details-ss .project-content .content h3.title {
        font-size: 22px;
        margin-bottom: 25px;
        line-height: 40px;
    }
}

@media screen and (max-width: 991px) {
    .project-details-ss .project-content .content h3.title {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 40px;
    }
}

.project-details-ss .project-content .content p {
    margin-bottom: 40px;
}

.project-details-ss .project-content .content ul {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .project-details-ss .project-content .content ul {
        margin-bottom: 30px;
    }
}

.project-details-ss .project-content .content h5 {
    margin-bottom: 10px;
}

.project-details-ss .project-content .content .block-image img {
    border-radius: 7px;
}


/* Pricing Page */

.pricing-page-ss .sasly-image-box img {
    border-radius: 7px;
}


/* Faqs Page */

.faqs-page-ss .sasly-image-box img {
    border-radius: 7px;
}

.sasly-nav-tabs .nav-tabs {
    border-bottom: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sasly-nav-tabs li {
    display: block;
}

.sasly-nav-tabs .nav-link {
    display: block;
    border: 1px solid var(--border-color);
    border-radius: 7px;
    padding: 8px 25px;
    letter-spacing: -0.36px;
    font: 600 18px var(--heading-font);
    color: var(--heading-color);
    margin-bottom: 10px;
}

.sasly-nav-tabs .nav-link.active {
    background-color: var(--primary-color);
    color: var(--white-color);
}


/* Services Page */

.services-page-ss .sasly-image-box img {
    border-radius: 7px;
}

.services-page-ss .sasly-card-item.style-one .thumbnail {
    max-height: 215px;
}


/* Service Details Page */

.service-details-page-ss .service-details-wrapper .sasly-image-box img {
    border-radius: 10px;
}

.service-details-page-ss .service-details-wrapper .service-content h3.title {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -2%;
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .service-details-page-ss .service-details-wrapper .service-content h3.title {
        font-size: 27px;
        line-height: 1.4;
    }
}

.service-details-page-ss .service-details-wrapper .service-content h5 {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: -2%;
    font-weight: 400;
    margin-bottom: 30px;
}

.service-details-page-ss .service-details-wrapper .service-content img {
    border-radius: 7px;
    margin-bottom: 35px;
}

.service-details-page-ss .service-details-wrapper .service-content p {
    margin-bottom: 40px;
}

.service-details-page-ss .service-details-wrapper .service-content ul.check-list {
    margin-bottom: 40px;
}

.service-details-page-ss .service-details-wrapper .service-content h4 {
    margin-bottom: 20px;
}


/* Team Page css */

.team-page-ss .sasly-image-box img {
    border-radius: 7px;
}

.team-page-ss .section-content-box .icon {
    margin-bottom: 20px;
}

.feature-page-ss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .feature-page-ss {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.feature-page-ss .feature-left-wrapper {
    width: 50%;
    height: 100%;
    height: 970px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .feature-page-ss .feature-left-wrapper {
        width: 100%;
    }
}

.feature-page-ss .features-right-wrapper {
    width: 50%;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .feature-page-ss .features-right-wrapper {
        width: 100%;
    }
}

.feature-page-ss .sasly-card-item {
    padding: 70px 70px;
    background-color: var(--primary-black-color);
}

.feature-page-ss .sasly-card-item .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    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;
    font-size: 20px;
    margin-bottom: 35px;
}

.feature-page-ss .sasly-card-item .content h4.title {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    color: var(--white-color);
    letter-spacing: -0.48px;
    margin-bottom: 45px;
}

.feature-page-ss .sasly-card-item .content .arrow {
    margin-bottom: 60px;
}

.feature-page-ss .sasly-card-item .content .author-box .author-list li img {
    border: none;
}

.feature-page-ss .sasly-card-item .content .author-box .author-list li .add-author-btn {
    background-color: var(--primary-color);
}

.feature-page-ss .sasly-image-box img {
    width: 100%;
    height: 485px;
}

.feature-page-ss .sasly-rating-box {
    padding: 40px 50px 70px;
}

.feature-page-ss .sasly-rating-box .text-box {
    padding-bottom: 36px;
    margin-bottom: 43px;
}

.faq-page-ss .section-content-box>p {
    margin-bottom: 30px;
}


/* Team Details Page */

.team-details-page .team-details-wrapper .team-item .member-image {
    margin-bottom: 30px;
}

.team-details-page .team-details-wrapper .team-item .member-image img {
    border-radius: 7px;
}

.team-details-page .team-details-wrapper .item h5.title {
    margin-bottom: 15px;
}

.team-details-page .team-details-wrapper .item p:hover a {
    color: var(--heading-color);
    font-weight: 600;
}

.team-details-page .team-details-wrapper .sasly-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 520px;
}

.team-details-page .team-details-wrapper .sasly-item .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40px;
    color: var(--primary-color);
    font-size: 40px;
    margin-right: 30px;
}

.team-details-page .team-details-wrapper .sasly-item .content h5 {
    margin-bottom: 5px;
}

.team-details-page .team-details-wrapper .progress-item .progress-title {
    margin-bottom: 15px;
}

.team-details-page .team-details-wrapper .progress-item .progress-title h6 span {
    float: right;
}

.team-details-page .team-details-wrapper .progress-item .progress {
    background-color: rgba(241, 79, 68, 0.2);
    height: 5px;
    border-radius: 0;
}

.team-details-page .team-details-wrapper .progress-item .progress .progress-bar {
    height: 5px;
    background-color: var(--primary-color);
}

.team-details-page .team-details-wrapper .member-info-content {
    padding-left: 100px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .team-details-page .team-details-wrapper .member-info-content {
        padding-left: 40px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .team-details-page .team-details-wrapper .member-info-content {
        padding-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .team-details-page .team-details-wrapper .member-info-content {
        padding-left: 0;
    }
}

.team-details-page .team-details-wrapper .member-info-content .content-box>p {
    margin-bottom: 25px;
}

.team-details-page .team-details-wrapper .member-info-content .content-box h3.title {
    margin-bottom: 15px;
}

.team-details-page .team-details-wrapper .member-info-content .contact-wrapper {
    padding: 40px 50px;
    background-color: #FEEEED;
    border-radius: 7px;
}

@media (max-width: 767px) {
    .team-details-page .team-details-wrapper .member-info-content .contact-wrapper {
        padding: 30px 20px;
    }
}

.team-details-page .team-details-wrapper .member-info-content .contact-wrapper p {
    margin-bottom: 30px;
}

.team-details-page .team-details-wrapper .member-info-content .contact-wrapper .contact-form .form_control {
    padding: 20px 30px;
    border-radius: 7px;
    background-color: var(--white-color);
    border: 1px solid transparent;
    margin-bottom: 15px;
    font: 600 18px var(--heading-font);
}

.team-details-page .team-details-wrapper .member-info-content .contact-wrapper .contact-form .form_control::-webkit-input-placeholder {
    color: var(--heading-color);
}

.team-details-page .team-details-wrapper .member-info-content .contact-wrapper .contact-form .form_control::-moz-placeholder {
    color: var(--heading-color);
}

.team-details-page .team-details-wrapper .member-info-content .contact-wrapper .contact-form .form_control:-ms-input-placeholder {
    color: var(--heading-color);
}

.team-details-page .team-details-wrapper .member-info-content .contact-wrapper .contact-form .form_control::-ms-input-placeholder {
    color: var(--heading-color);
}

.team-details-page .team-details-wrapper .member-info-content .contact-wrapper .contact-form .form_control::placeholder {
    color: var(--heading-color);
}


/* Shop Page CSS */

.quantity-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--border-color);
    width: 130px;
    padding: 14px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 16px;
}

.quantity-input button {
    background-color: transparent;
}

.quantity-input input {
    width: 50px;
    border: none;
    text-align: center;
}

.product-sidebar-area {
    padding: 25px 30px 30px;
    border-radius: 7px;
    border: 1px solid rgba(31, 31, 31, 0.07);
    background-color: var(--white-color);
}

.product-sidebar-area .product-widget h4.widget-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.36px;
    margin-bottom: 20px;
}

.product-sidebar-area .product-widget.product-search-widget .form_control {
    border-radius: 7px;
    -webkit-box-shadow: 10px 4px 60px 0px rgba(164, 164, 164, 0.25);
    box-shadow: 10px 4px 60px 0px rgba(164, 164, 164, 0.25);
    background-color: var(--white-color);
    border: none;
    padding: 15px 20px;
}

.product-sidebar-area .product-widget.product-search-widget .search-btn {
    position: absolute;
    top: 16px;
    right: 20px;
    border: none;
    background-color: transparent;
}

.product-sidebar-area .product-widget.product-categories-widget .categories-list li:not(:last-child) {
    margin-bottom: 5px;
}

.product-sidebar-area .product-widget.product-categories-widget .categories-list .form-check {
    padding-left: 0;
    margin-bottom: 0;
}

.product-sidebar-area .product-widget.product-categories-widget .categories-list .form-check .form-check-input {
    margin-left: 0;
    border-radius: 0;
    margin-top: 0;
    margin-right: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.product-sidebar-area .product-widget.product-categories-widget .categories-list .form-check .form-check-input:focus {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border-color: transparent;
}

.product-sidebar-area .product-widget.product-categories-widget .categories-list .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: transparent;
}

.product-sidebar-area .product-widget.product-categories-widget .categories-list .form-check-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.product-sidebar-area .product-widget.product-categories-widget .categories-list .form-check-label span {
    margin-left: auto;
}

.product-sidebar-area .product-widget.product-price-filter-widget .widget-content .price-number {
    margin-top: 15px;
}

.product-sidebar-area .product-widget.product-price-filter-widget .widget-content .price-number input {
    border: none;
}

.product-sidebar-area .product-widget.product-price-filter-widget .widget-content .ui-widget.ui-widget-content {
    border: none;
    background-color: rgba(241, 79, 68, 0.1);
    height: 3px;
    border-radius: 2.5px;
}

.product-sidebar-area .product-widget.product-price-filter-widget .widget-content .ui-widget-header {
    background-color: var(--primary-color);
}

.product-sidebar-area .product-widget.product-price-filter-widget .widget-content .ui-slider .ui-slider-handle {
    top: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary-color);
    border: none;
}

.product-sidebar-area .product-widget.product-price-filter-widget .widget-content .ui-slider .ui-slider-handle:focus {
    background-color: var(--primary-color);
    border: transparent;
}

.product-sidebar-area .product-widget.product-recent-item-widget .widget-content>ul>li:not(:last-child) {
    margin-bottom: 20px;
}

.product-sidebar-area .product-widget.product-recent-item-widget .widget-content .product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-sidebar-area .product-widget.product-recent-item-widget .widget-content .product-item .product-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.product-sidebar-area .product-widget.product-recent-item-widget .widget-content .product-item .product-thumbnail img {
    width: 100%;
    border-radius: 7px;
}

.product-sidebar-area .product-widget.product-recent-item-widget .widget-content .product-item .product-info ul.ratings {
    line-height: 1;
    margin-bottom: 7px;
}

.product-sidebar-area .product-widget.product-recent-item-widget .widget-content .product-item .product-info ul.ratings li {
    font-size: 10px;
    color: #FF9900;
}

.product-sidebar-area .product-widget.product-recent-item-widget .widget-content .product-item .product-info h4.title {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.36px;
    margin-bottom: 5px;
}

.product-sidebar-area .product-widget.product-recent-item-widget .widget-content .product-item .product-info h4.title:hover {
    color: var(--primary-color);
}

.product-sidebar-area .product-widget.product-tag-widget .widget-content a {
    padding: 10px 15px;
    border-radius: 7px;
    border: 1.2px solid rgba(31, 31, 31, 0.1);
    line-height: 1;
    margin-bottom: 10px;
    margin-right: 3px;
}

.product-sidebar-area .product-widget.product-tag-widget .widget-content a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: transparent;
}

.product-sidebar-area .product-widget.product-banner-widget {
    background-color: var(--primary-color);
    padding: 30px 40px 40px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    max-width: 400px;
}

.product-sidebar-area .product-widget.product-banner-widget .shape {
    position: absolute;
    z-index: -1;
}

.product-sidebar-area .product-widget.product-banner-widget .shape.shape-one {
    bottom: 0;
    right: 0;
}

.product-sidebar-area .product-widget.product-banner-widget .shape.shape-two {
    top: 18px;
    right: 30px;
}

.product-sidebar-area .product-widget.product-banner-widget .shape.shape-three {
    bottom: 19px;
    left: 19px;
}

.product-sidebar-area .product-widget.product-banner-widget .widget-content h4 {
    font-size: 22px;
    letter-spacing: -0.44px;
    color: var(--white-color);
    margin-bottom: 30px;
}

.product-sidebar-area .product-widget.product-banner-widget .widget-content .theme-btn.style-one {
    padding: 13px 21px;
    background-color: var(--white-color);
    color: var(--heading-color);
}

.product-wrapper .show-text {
    margin-bottom: 35px;
}

.product-wrapper .product-sorting .nice-select {
    padding: 4px 20px;
    border-radius: 7px;
    width: 230px;
    color: var(--heading-color);
    margin-bottom: 40px;
}

.product-wrapper .product-sorting .nice-select:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 4px;
    right: 20px;
}

@media (max-width: 767px) {
    .product-wrapper .product-sorting .nice-select {
        margin: 0 auto 40px;
        float: none;
    }
}


/* Shop Details Page css */

.shop-details-wrapper .product-gallery-slider .product-img {
    cursor: pointer;
}

.shop-details-wrapper .product-gallery-slider .product-img img {
    width: 100%;
    border-radius: 7px;
}

.shop-details-wrapper .product-gallery-slider .product-big-slider .product-img img {
    border-radius: 12px;
}

.shop-details-wrapper .product-gallery-slider .product-thumb-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.shop-details-wrapper .product-gallery-slider .product-thumb-slider .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}

.shop-details-wrapper .product-info {
    padding-left: 80px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .shop-details-wrapper .product-info {
        padding-left: 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .shop-details-wrapper .product-info {
        padding-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .shop-details-wrapper .product-info {
        padding-left: 0;
    }
}

.shop-details-wrapper .product-info ul.ratings {
    margin-bottom: 10px;
}

.shop-details-wrapper .product-info h4.title {
    font-size: 52px;
    line-height: 1;
    letter-spacing: -1.04px;
    margin-bottom: 12px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .shop-details-wrapper .product-info h4.title {
        font-size: 40px;
        line-height: 55px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .shop-details-wrapper .product-info h4.title {
        font-size: 30px;
        line-height: 45px;
    }
}

@media screen and (max-width: 991px) {
    .shop-details-wrapper .product-info h4.title {
        font-size: 24px;
        line-height: 35px;
    }
}

.shop-details-wrapper .product-info p.price {
    font: 600 24px var(--heading-font);
    letter-spacing: -0.48px;
    line-height: 35px;
    margin-bottom: 30px;
}

.shop-details-wrapper .product-info p {
    margin-bottom: 30px;
}

.shop-details-wrapper .product-info .product-cart-variation {
    margin-bottom: 40px;
}

.shop-details-wrapper .product-info .product-cart-variation ul li {
    display: inline-block;
}

.shop-details-wrapper .product-info .product-cart-variation ul li .theme-btn {
    margin-left: 20px;
}

.shop-details-wrapper .product-info .product-cart-variation ul li .theme-btn.style-one {
    padding: 22px 53px;
    font-weight: 700;
    font-size: 16px;
}

.shop-details-wrapper .product-info .product-meta ul li {
    font-size: 22px;
    font-family: var(--heading-font);
    margin-bottom: 30px;
}

.shop-details-wrapper .product-info .product-meta ul li span {
    font-weight: 600;
    color: var(--heading-color);
    margin-right: 20px;
}

.shop-details-wrapper .product-info .product-meta ul li.category a:hover {
    color: var(--heading-color);
}

.shop-details-wrapper .product-info .product-meta ul li.tag a {
    padding: 7px 17px;
    line-height: 1;
    border: 1px solid var(--border-color);
    font-size: 16px;
    margin-right: 10px;
    border-radius: 7px;
}

.shop-details-wrapper .product-info .product-meta ul li.tag a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: transparent;
}

.shop-additional-info .nav-tabs .nav-link {
    position: relative;
    border: none;
    background-color: transparent;
    letter-spacing: -0.44px;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--heading-font);
    padding: 25px 30px;
    color: var(--text-color);
    padding-top: 0;
}

.shop-additional-info .nav-tabs .nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0%;
    height: 1px;
    background-color: var(--primary-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.shop-additional-info .nav-tabs .nav-link.active {
    color: var(--heading-color);
}

.shop-additional-info .nav-tabs .nav-link.active:after {
    width: 100%;
}

.shop-additional-info p {
    margin-bottom: 40px;
}

.shop-additional-info h5 {
    font-size: 22px;
    line-height: 35px;
    letter-spacing: -0.44px;
    margin-bottom: 30px;
}

.related-product-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.related-product-slider .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}


/* Cart Page CSS */

.cart-page-ss .cart-table {
    border: 1px solid var(--border-color);
}

@media (max-width: 767px) {
    .cart-page-ss .cart-table table {
        width: 1000px;
    }
}

.cart-page-ss .cart-table table tr th {
    border-color: var(--border-color);
}

.cart-page-ss .cart-table table tr:last-child {
    border: none;
}

.cart-page-ss .cart-table table tr:last-child td {
    border: none;
}

.cart-page-ss .cart-table table tr td {
    vertical-align: middle;
}

.cart-page-ss .cart-table table tr td .product-thumb-item {
    padding: 20px;
}

.cart-page-ss .cart-table table tr td .cart-total-action {
    padding-right: 20px;
}

.cart-page-ss .cart-table table tr td .cart-total-action .cart-remove {
    margin-left: 10px;
}

.cart-page-ss .cart-table .cart-total-action {
    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;
}

.cart-page-ss .cart-table .product-thumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-page-ss .cart-table .product-thumb-item .product-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    margin-right: 25px;
}

.cart-page-ss .cart-table .product-thumb-item .product-thumbnail img {
    width: 100%;
}

.cart-page-ss .cart-table .product-thumb-item .product-info h4.title {
    font-size: 16px;
    line-height: 30px;
}

@media (max-width: 575px) {
    .cart-page-ss .cart-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cart-page-ss .cart-bottom .theme-btn {
    margin-right: 10px;
}

@media (max-width: 575px) {
    .cart-page-ss .cart-bottom .theme-btn {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }
}

.cart-page-ss .cart-sidebar-area {
    border: 1px solid var(--border-color);
    padding: 30px;
}

.cart-page-ss .cart-sidebar-area .cart-widget h4 {
    font-size: 22px;
    letter-spacing: -0.44px;
    line-height: 35px;
    /* 159.091% */
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 20px;
    margin-bottom: 15px;
}

.cart-page-ss .cart-sidebar-area .cart-widget ul.cart-list {
    margin-bottom: 20px;
}

.cart-page-ss .cart-sidebar-area .cart-widget ul.cart-list li:not(:last-child) {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.cart-page-ss .cart-sidebar-area .cart-widget .form-check {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px;
    cursor: pointer;
}

.cart-page-ss .cart-sidebar-area .cart-widget .form-check .form-check-input {
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0;
}

.cart-page-ss .cart-sidebar-area .cart-widget .form-check label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.cart-page-ss .cart-sidebar-area .cart-widget .list-item {
    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;
}

.cart-page-ss .cart-sidebar-area .cart-widget .payment-option .payment-list {
    margin-right: -5px;
}

.cart-page-ss .cart-sidebar-area .cart-widget .payment-option .payment-list li {
    display: inline-block;
    margin-bottom: 10px;
}

.cart-page-ss .cart-sidebar-area .cart-widget .theme-btn.style-one {
    width: 100%;
    padding: 23px 30px;
}


/* Checkout Page CSS */

.checkout-page-ss .checkout-wrapper h4 {
    margin-bottom: 10px;
}

.checkout-page-ss .checkout-wrapper P {
    margin-bottom: 25px;
}

.checkout-page-ss .checkout-wrapper label {
    color: var(--heading-color);
    margin-bottom: 5px;
}

.checkout-page-ss .checkout-wrapper .form_control {
    padding: 10px 25px;
    border-radius: 7px;
    border: 1px solid var(--border-color);
    margin-bottom: 30px;
}

.checkout-page-ss .checkout-wrapper .nice-select {
    padding: 10px 25px;
    border-radius: 7px;
    margin-bottom: 30px;
}

.checkout-page-ss .checkout-wrapper .nice-select:after {
    position: absolute;
    right: 25px;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
}

.checkout-page-ss .checkout-wrapper .form-check {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    cursor: pointer;
}

.checkout-page-ss .checkout-wrapper .form-check .form-check-input {
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0;
}

.checkout-page-ss .checkout-wrapper .form-check label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.checkout-page-ss .billing-sidebar {
    border: 1px solid var(--border-color);
    padding: 40px 50px;
    border-radius: 7px;
}

@media (max-width: 767px) {
    .checkout-page-ss .billing-sidebar {
        padding: 30px 30px;
    }
}

.checkout-page-ss .billing-sidebar .order-summary-wrapper h3 {
    margin-bottom: 15px;
}

.checkout-page-ss .billing-sidebar .order-summary-wrapper .order-list ul li:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

.checkout-page-ss .billing-sidebar .order-summary-wrapper .order-list .product-item,
.checkout-page-ss .billing-sidebar .order-summary-wrapper .order-list .list-item {
    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;
}

.checkout-page-ss .billing-sidebar .order-summary-wrapper .order-list .product-item .product-name img {
    width: 100px;
    height: 100px;
    margin-right: 35px;
}

@media (max-width: 575px) {
    .checkout-page-ss .billing-sidebar .order-summary-wrapper .order-list .product-item .product-name img {
        margin-right: 10px;
        width: 60px;
        height: 60px;
    }
}

.checkout-page-ss .billing-sidebar .order-summary-wrapper .order-list .product-item .product-name a:hover {
    color: var(--primary-color);
}

.checkout-page-ss .billing-sidebar .order-summary-wrapper .order-list .total,
.checkout-page-ss .billing-sidebar .order-summary-wrapper .order-list .product-cost {
    font: 600 16px var(--heading-font);
    letter-spacing: -0.4px;
    color: var(--heading-color);
}

.checkout-page-ss .billing-sidebar .payment-method-wrapper .form-check {
    padding-left: 0;
    margin-bottom: 20px;
}

.checkout-page-ss .billing-sidebar .payment-method-wrapper .form-check-label {
    border: 1px solid var(--border-color);
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
}

.checkout-page-ss .billing-sidebar .payment-method-wrapper .form-check-label .form-check-input {
    margin-left: 0;
    margin-top: 0;
    margin-right: 10px;
}

.checkout-page-ss .billing-sidebar .payment-method-wrapper .form-check-label[aria-expanded=true] {
    border-color: var(--heading-color);
}

.checkout-page-ss .billing-sidebar .order-button .theme-btn {
    padding: 22px 40px;
    width: 100%;
}


/* Footer CSS */

.cta-sb:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25.89%, rgba(31, 31, 31, 0.3)), color-stop(92.7%, #1F1F1F));
    background: linear-gradient(180deg, rgba(31, 31, 31, 0.3) 25.89%, #1F1F1F 92.7%);
}

@media screen and (max-width: 991px) {
    .cta-sb .section-content-box {
        text-align: center;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .cta-sb .section-content-box {
        text-align: center;
    }
}