.mobile_bottle {
    display: none;
}

.banner_batch {
    position: relative;
}

.banner_batchimg {
    position: absolute;
    right: 109px;
    bottom: 89px;
    width: 117px;
    display: none;
}

.top-banner-area .banner-innr-area .banner_batch ul li {
    font-size: 22px;
}

.top-banner-area h2 {
    font-size: 37px;
}

@media screen and (min-width:800px) and (max-width: 900px) {

    .top-banner-area h2 {
        width: 75%;
    }

    .top-banner-area .banner-innr-area .banner_batch ul li {
        font-size: 20px;
    }

}


@media screen and (max-width: 575px) {
    .desktop_bottle {
        display: none;
    }

    .mobile_bottle {
        display: block;
    }

    .banner_batchimg {
        display: block;
        right: 3px;
        bottom: 86px;
    }

    .top-banner-area .banner-innr-area .banner_batch ul li {
        font-size: 19px !important;
        line-height: 23px;
    }

    .top-banner-area h2 {
        font-size: 30px;
        line-height: 37px;
        width: 60%;
    }

    .top-banner-area {
        background: #e6e7e9 url("app-client/images/haircare/banner-pic-mob1.png") no-repeat top center;
        background-size: 70% auto;
        background-position: right top;
    }

}

@media screen and (max-width: 420px) {
    .top-banner-area .banner-innr-area .banner_batch ul li {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 400px) {
    .top-banner-area .banner-innr-area .banner_batch ul li {
        font-size: 17px !important;
        line-height: 20px;
    }
}

@media screen and (max-width: 389px) {
    .top-banner-area h2 {
        font-size: 24px;
        line-height: 32px;
        width: 50%;
    }

    .top-banner-area .banner-innr-area .banner_batch ul li {
        font-size: 16px !important;
        line-height: 20px;
    }
}

@media screen and (min-width:640px) and (max-width: 750px) {
    .mobile_bottle {
        width: 106px;
        margin-right: 0;
        position: absolute;
        right: 1px;
        top: 212px;
    }

    .top-banner-area .banner-innr-area {
        -webkit-flex-direction: inherit;
        flex-direction: inherit;
        -webkit-justify-content: inherit;
    }

    .banner_batch {
        width: 260px;
    }

    .steps_top {
        margin-top: 15px;
    }

    body.haircare .start_treatment .start-yellow img {
        max-width: 100% !important;
        height: 64px;
    }

    body.haircare .start_treatment .start-yellow {
        float: left;
        margin-left: 15px;
    }



}