
@media screen and (max-width: 1400px) {
    .clients .owl-carousel .owl-nav {
        display: none;
    }
    .clients .owl-carousel .owl-nav .owl-prev {
        display: none;
    }
    .clients .owl-carousel .owl-nav .owl-next, .owl-prev {
        display: none;
    }
}

@media screen and (max-width: 1000px){
    .subscribe_wrapper .subscribe_img{
        display: none;
    }
}

@media screen and (max-width: 936px) {
    .banner{
        padding: 80px 10px;
    }

    .banner .banner_flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .banner .banner_flex .flex_body{
        order: 2;
        margin-top: 20px;
    }

    .banner .banner_flex .img_wrapper{
        order: 1;
    }

    .steps .steps_doctor {
        flex-wrap: wrap;
        justify-content: center;
    }

    .clients .owl-carousel .owl-nav .owl-next, .owl-prev {
        display: none;
    }

    .doctors .doctors_items{
        justify-content: center;
    }
    .doctors .doctors_items .doctors_item{
        margin: 10px;
    }
    .mobile .mobile_img{
        display: none;
    }
    .mobile .mobile_wrapp{
        justify-content: center;
    }
}


@media screen and (max-width: 768px){
    #myBtn{
        display: none !important;
    }
    header{
        position: fixed;
    }
    header:before{
        opacity: 1;
    }
    body.lock{
        overflow: hidden;
    }
    header nav{
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #C0E1F9;
        overflow: auto;
        z-index: 2;
        padding: 100px 20px 0 20px;
        transition: all 0.3s ease 0s;
    }
    header nav.active{
        top: 0;
    }
    header .navbar{
        display: block;
    }
    header .navbar li{
        margin: 0 0 35px 0;
    }
    .header_burger{
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        z-index: 4;
    }
    .header_burger span{
        position: absolute;
        background-color: #40A3F8;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        transition: all 0.3s ease 0s;
    }
    .header_burger:before, .header_burger:after {
        content: '';
        background-color: #40A3F8;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .header_burger:before{
        top: 0;
    }
    .header_burger:after{
        bottom: 0;
    }
    .header_burger.active span{
        transform: scale(0);
    }
    .header_burger.active:before{
        transform: rotate(45deg);
        top: 9px;
    }
    .header_burger.active:after{
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .navbar .navbar_item{
        font-size: 23px;
    }

    .banner .banner_flex .flex_body{
        min-width: 280px;
        max-width: 580px;
    }
    .banner .banner_flex .flex_body .form_wrapper{
        display: flex;
        flex-direction: column;
    }
    .banner .banner_flex .flex_body .form_wrapper .form_search{
        width: 100%;
        margin-right: 0;
        margin-bottom: 13px;
    }
    .banner .banner_flex .flex_body .form_wrapper .select_local{
        width: 100%;
        margin-right: 0;
        margin-bottom: 13px;
        justify-content:center;
    }
    .banner .banner_flex .flex_body .form_wrapper .form_btn{
        width: 100%;
        margin-right: 0;
    }
    .banner .banner_flex .flex_body h1 {
        font-size: 36px;
        line-height: 45px;
    }
    .steps .steps_flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .subscribe_wrapper {
        padding-left: 15%;
    }
    .steps {
        padding: 40px 0;
    }
    .service {
        padding: 50px 0;
    }
    footer .footer_wrapper{
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .footer_wrapper .footer_menu_row .footer_menu{
        margin-right: 70px;
    }
}

@media screen and (max-width: 559px){
    footer .footer_wrapper .footer_menu_row{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    footer .footer_wrapper .menu_sub{
        margin-top: 30px;
    }
    footer .footer_wrapper .footer_menu_row .footer_menu:last-child{
        margin-right: 0;
    }
    footer .footer_wrapper .footer_inform {
        margin-right: 0;
    }
    footer .footer_bottom .container .footer_privacy a {
        margin-left: 30px;
        margin-top: 15px;
        font-size: 12px;
    }
    footer .footer_bottom .container .footer_author {
        margin-top: 15px;
        font-size: 12px;
    }
}