@media only screen and (max-width: 600px){
    header .navbar>.container{
        justify-content: end;
    }
    
    header .top-header select {
        width: 130px;
        height: 42px;
        font-size: 14px;
        padding: 10px 10px 10px 36px;
    }
    
    .counrty-select i {
        position: absolute;
        font-size: 12px;
        left: 18px;
        top: 16px;
        color: var(--secondary-color);
    }
    
    header .navbar-brand img{
        width: 55vw; 
    }
    
    header .top-header .call, header .top-header .timing{
        display: none;
    }
    
    header .navbar #navbarLogin{
        position: absolute;
        background: #fff;
        z-index: 5;
        top: 90%;
        right: 24px;
        color: #000;
        padding: 14px 20px 5px;
        border-radius: 10px;
        box-shadow: 0 0 10px #0000003b;
    }
    
    header .navbar .navbarLogin .user_img{
        height: 44px;
        width: 44px;
        border-radius: 100%;
        overflow: hidden;
        margin: 0;
        background: var(--color-1);
        color: var(--secondary-color);
        font-weight: 600;
        font-size: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    header .navbar .navbarLogin:after{
        position: relative;
        top: -2px;
    }
    header .navbar #navbarMenu {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        z-index: 4;
        background: #e95258;
        padding: 14px;
        border-top: 1px solid #ffffff42;
    }
    
    header .user-info .list{
        background: transparent;
        box-shadow: none;
        margin: 0;
        list-style: none;    
    }
    
    header .navbar .signUp a,
    header .navbar .login a{
        background: transparent;
        border: 0;
        padding: 0;
        color: #000;
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 500;
    } 
    
    .loginSignup .leftSide{
        display: none;
    }
    
    .loginSignup .rightSide {
        padding: 0;
    }
    
    .loginSignup .modal-body {
        padding: 60px 30px 30px;
    }
    
    .bottomToTop{
        right: 12%;    
    }
    
    .callback{
        height: auto;
        padding: 12px 00px;
    }
    
    .callback p{
        font-size: 15px;
        width: 100%;
    }
    
    .callback > div{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    
    .callback .btn{
        margin-top: 10px;
    }
    
    .navbar-toggler{
        color: #fff;
        position: relative;
        box-shadow:  none;
        outline: 0;
        font-size: 16px;
    }
    
    .navbar-toggler:focus{
        box-shadow: none;
    }
    
    .navbar-toggler.navbarLogin:after{
        content: '\f078';
        font-family: 'Font Awesome 5 Pro';
        font-size: 14px;
    }
    
    .navbar-toggler.navbarMenu .menu{
        font-size: 18px;
        color: #fff;
    }
    
    .gig_form{
        right: 60px;
        bottom: 190px;
        top: auto;
    }
    
    footer .footer-top .f_heading{
        margin-bottom: 18px;
    }
    
    .doctorsPage .banner {
        height: 120vh;
        padding: 40px 0;
    }
    
    .doctorsPage .banner:before {
        content: '';
        height: 50%;
        width: 100%;
        background: var(--secondary-color);
        position: absolute;
        left: 0;
        right: auto;
        top: auto;
        bottom: 0;
        z-index: 1;
    }
    
    .doctorsPage .banner img {
        height: auto;
        width: auto;
        z-index: 1;
        position: relative;
    }
    
    .doctorsPage .plans .card{
        margin-bottom: 20px;
    }
    
    .doctorsPage .plans .card.active{
            margin-right: 0px;
    }
    
    .tryforfree {
        background: #F5F6FA;
        padding: 50px 20px 00px;
        overflow: hidden;
    }
    
    .tryforfree .leftSide {
        padding-left: 0px;
    }
    
    .tryforfree .leftSide h4{
        width: 100%;
        line-height: 50px;
        margin-bottom: 24px;
    }
    
    .doctorsPage .contact{
        padding-top: 0;
    }
    
    .doctorsPage .map iframe{
        height: 250px;
    }
    
    .contact .card{
        margin-bottom: 30px;
        padding: 14px 30px;
        justify-content: center;
    }
    
    .appointment_section .bottom i{
        display: none;
    }
    
    .whyChooseUs .owl-carousel.owl-drag .owl-item{
        padding: 00px;
    }
    
    .whyChooseUs .owl-carousel.owl-drag .owl-item.center .card{
        transform: scale(1);
    }
    
    .whyChooseUs .owl-carousel.owl-drag .owl-stage .active {
        transform: translateX(0px);
        z-index: 1;
    }
    
    .whyChooseUs .owl-carousel.owl-drag .owl-stage .center{
        transform: translateX(0px);
        z-index: 2;
    }
    
    .whyChooseUs .owl-carousel.owl-drag .owl-stage .center + .active{
        transform: translateX(80px);
        z-index: 1;
    }
    
    .appointmnet form {
        padding: 24px;
        border-radius: 10px;
    }
    
    .appointmnet form .text-success{
        position: static;
    }
    
    .appointmnet form .form-group{
        margin-bottom: 20px;
    }
    
    .appointmnet form .form-group:last-child{
        margin-bottom: 0;
    }
    
    .nd-appointmnet .card .icon{
        height: 60px;
        width: 60px;
    }
    
    .nd-appointmnet .card .icon svg{
        height: 30px;
        width: 30px;
    }
    
    .nd-appointmnet .card h4{
        font-size: 16px;
        margin-bottom: 0;
    }
    
    .nd-appointmnet .card{
        padding: 20px;
    }
    
    .aboutPage .whoWeAre{
        padding-top: 50px;
    }
    
    .services {
        padding: 50px 0; 
    }
    
    .services .card-box{
        padding: 50px 20px;
    }
    
    .servicePage .f-18{
        text-align: center;
    }
    
    .contactPage .schedule{
        padding: 24px;
    }
    
    .contactPage .schedule .time-table span{
        font-size: 14px;
    }
    
    .gig{
        padding-top: 50px;
    }
    
    .home-banenr{
        height: 300px;
    }
    
    .home-banenr .volume{
        bottom: 80px;
        right: 30px;
        font-size: 20px;
    }
    
    .home-banenr video{
        object-fit: contain;
    }
    
    .dataTables_length label,
    .dataTables_filter label{
        margin: 0 auto 15px;
    }
    
    .dataTables_info{
        text-align: center;
        margin-bottom: 15px;
    }
    
    .pagination{
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .doctors .card{
        padding: 30px 20px;
    }
    
    .doctors .owl-carousel .item{
        padding: 0;
    }
    
    .doctors p i{
        width: 90%;
    }
    
    .mobileView{
        display: block;
    }
    
    .desktopView{
        display: none;
    }
}