/*
Theme Name: Beauty Spa
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.our-service-wrapper .single-service .service-icon span.bg-icon {
    left: 39% !important;
}
.our-service-wrapper .single-service .service-icon i img {
    margin-left: 30px;
}
@media (max-width: 767px) {
    .back-to-top {
        bottom: 90px;
    }
    .our-service-wrapper .single-service .service-icon i img {
        margin-left: 75px;
    }
}
.mbws_section-news .box .box-text {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 88%;
}
.mbws_section-news .box .box-image img {
    height: 270px;
    object-fit: cover;
}
.mbws_section-news .box .box-text-inner {
    background: white;
    padding: 30px;
    margin-top: -60px;
}
.mbws_section-news .box .box-text-inner .text {
    min-height: 88px;
}
.counter-box-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.counter-box-wrapper .single-counter {
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-right: 10px !important;
}
.counter-box-wrapper .single-counter span {
    font-size: 35px !important;
}
.counter-box-wrapper .single-counter {
    width: 215px !important;
}
.transparent #logo img {
    min-height: 160px;
}
.stuck #logo img {
    max-height: 128px !important;
}
@media (max-width: 1024px) {
    .counter-box-wrapper .single-counter {
        width: 100% !important;
        margin-right: 0 !important;
        font-size: 40px;
    }
    .counter-box-wrapper .single-counter span {
        font-size: 55px !important;
    }
}