@media only screen and (max-width: 600px) {
    .slick-slide img{
        width: 100% !important;
    }
    .hidden-web{
        display: flex;
    }
    header.has-notification{
        top:36vw;
    } 
    .notification{
        height: 36vw;
    }
    .has-notification-margin{
        margin-top:36vw;
    }
    .hidden-mobile{
        display: none !important;
    }  
    footer{ 
        padding: 6% 8% !important;
        text-align: center !important;
    }  
    footer .logo img{
        width: 20% !important;
        margin-bottom: 4%;
    } 
    footer .title{
        font-size: 4.2vw !important; 
    }
    footer .copyright, footer .menu{
        padding-right: 0%;
    } 
    footer .copyright small{
        font-size: 0.6em;
        color: #FC2824;
    } 
    footer .menu {
        width: 100%;
    }
    footer .menu ul li a{
        font-size: 2vw; 
    }
    footer .menu ul img {
        width: 30%;
    }
    footer .icons{
        margin-left: 25%;
    } 
    header{
        padding: 2% 4% 0% 4% !important;
    }
    header .logo img{
        width: 70%;
    }
    header .menu span{
        cursor: pointer;
        color: white;
        font-size: 1.6em;
    }
    header .menu-drawer{
        background-color: #CFCFCF;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100000;
        padding-top: 20%;
    }
    header{ 
        background-size: 100% 100%; 
        padding: 2% 4% 0% 4%; 
        height: 26vw; 
    }
    section.loading{ 
        font-size: 5vw; 
    }
    .error-page h1{
        font-size: 10vw !important;
    }
    .error-page p{
        font-size: 3vw !important; 
    }

    .carousel.slide{
        width: 100%;
        height: auto;
        background: black;
        padding-top: 6%;
    }
    .carousel-item{ 
        height: auto;  
    }
    .carousel-item img{ 
        height: auto; 
        width: 100%;
    }
    .carousel-item.active {
        display: flex;
        justify-content: center;
    }
    .find-a-doctor .find-a-doctor--form{
        width: 93% !important;
    }
    .find-a-doctor .find-a-doctor--form .input input{
        font-size: 2.2vw;
    }
    .find-a-doctor .find-a-doctor--form .input .button button svg {
        width: 4.6vw;
    }
    .doctor-cards .cards .item {
        width: 86%; 
        padding: 3%;
        margin: 2% 1%;
        height: 48vw;
    }
    .doctor-cards .cards .item .main img {
        width: 12%;
        float: left;
    }
    .doctor-cards .cards .item .main .basic h6 { 
        font-size: 3vw;
    }
    .doctor-cards .cards .item .main .basic span, 
    .doctor-cards .cards .item .sub {
        font-size: 2.4vw;
    }
}