.header-light #mainmenu>li>a {
    color: #fff !important;
}

a.btn-main:hover,
.btn-main:hover {
    box-shadow: 2px 2px 20px 0px rgba(var(--secondary-color-rgb), 0.5);
}

.subfooter {
    border-top: solid 1px rgba(255, 255, 255, .1);
    margin-top: 0px !important;
    padding: 20px 0 20px 0;
}

section {
    background: #ffffff;
    padding: 70px 0 70px 0 !important;
    position: relative;
}

.subfooter {
    border-top: solid 1px #6f432a;
}

.about {
    padding-left: 40px;
}

.footer-logo img {
    width: 270px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 10px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    align-content: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


@media only screen and (max-width: 600px) {
    header.header-mobile.header-light {
        padding: 0px !important;
    }

    header.header-mobile.header-light #menu-btn {
        color: #fff !important;
    }

    .pricing-s1 .m,
    .pricing-s1 .y {
        font-size: 30px;
    }

    .pricing-s1 .mid {
        padding: 20px;
    }

    .price {
        margin-bottom: 0px !important;
    }

    #content {
        padding: 0 !important;
    }

    section {
        padding: 20px 0 20px 0 !important;
    }

    .about {
        padding-top: 20px;
        padding-left: 12px;

    }

    #slider-carousel .owl-thumb-item img {
        width: 49px !important;
    }

    .footer-logo img {
        width: 150px;
    }

    .sm-p-1 {
        padding: 20px !important;
    }

    .widget {
        margin-bottom: 0px !important;
    }

}