body {
    transition: all 0.5s;
}

.banner_sleep .header_list li {
    font-size: 20px;
}

.prescrition_work_white {
    background: #fff !important;
}

.prescrition_work_white h2 {
    color: #000;
}

.prescrition_work_white .bottom * {
    color: #000 !important;
}


.dont_sleep_white {
    background: #fff !important;
    padding: 50px 0 !important;
}

.dont_sleep_white p,
.dont_sleep_white h2 {
    color: #000;
}

.banner_bottom ul {
    padding-bottom: 23px;
}

.offer_tab_tag {
    background: #338dbf;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
}

.offer_tab_tag p {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
}

#members_reviews .bottom-box .right {
    margin-left: 0;
    text-align: center;
    width: 100%;
}

.slick-slide img {
    display: inline-block !important;
}

@media (max-width:1199px) {
    .banner_bottom ul {
        padding-bottom: 0;
    }
}



@media (max-width: 767px) {

    .banner_sleep .header_list li {
        font-size: 17px !important;
    }


    .offer_tab_tag p {
        font-size: 18px;
        line-height: 20px;
    }

    .offer_tab_tag span {
        display: block;
        font-size: 14px !important;
    }

}

@media (max-width: 400px) {
    .banner_sleep .header_list li {
        font-size: 16px !important;
    }
}