@media (max-width: 399px) {
    .container-fluid {
        padding: 0px !important;
    }
    .rmd-section1 .nav-tabs > li.active > a {
        display: inline-table;
        height: auto !important;
    }
    .rmd-HeroBlock h1 {
        font-size: 24px !important;
    }
}

@media (max-width: 767px) {
    .rmd-HeroBlock select {
        width: 100% !important;
    }
    .rmd-HeroBlock .search-col {
        height: 40px !important;
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .hide-mobile {
        display: none;
    }
    .container-fluid {
        padding: 0px !important;
    }
    .hide-bigscreen {
        display: inline-block;
    }
    .rmd-section1 {
        width: 100%;
    }
    .rmd-section1 ul li {
        width: 30%;
    }
    .testimoni {
        margin-top: 20px;
    }
}

@media (max-width: 599px) {
    .hideMobile {
        display: none !important;
    }
    .rmd-carousel .owl-controls .owl-next:before,
    .rmd-carousel .owl-controls .owl-prev:before {
        font-size: 40px !important;
    }
    .rmd-works-text h4 {
        text-align: center;
    }
    .rmd-works-text p {
        display: none;
    }
    .reqPanel .testimoni h5,
    .reqPanel .testimoni p {
        text-align: justify;
    }
    .reqPanel .testimoni .col-md-6 {
        width: 100% !important;
    }
    .reqPanel .testimoni .person img {
        margin: 0px !important;
    }
}

@media (min-width: 768px) {
    .hide-mobile {
        display: inline-block;
    }
    .hide-bigscreen {
        display: none;
    }
}

@media (max-width: 998px) {
    .rmd-section1 ul li {
        height: 50px;
    }
    .rmd-section1 ul li h4 {
        text-align: center;
    }
    .rmd-section1 ul li h4 span {
        display: none;
    }
}

@media (min-width:999px) and (max-width: 1200px) {
    .rmd-section1 ul li i {
        display: none;
    }
    .rmd-section1 ul li h4 span {
        display: blocl;
    }
    .rmd-section1 .btn-lg {
        font-size: 16px !important;
    }
}

@media (max-width: 1200px) {
    .reqPanel .testimoni .col-md-6 {
        width: 60%;
        float: right;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .navbar-custom.top-nav-collapse .navbar-header {
        height: 40px;
    }
    .row {
        padding: 0 10px;
    }
    footer .row {
        width: 100% !important;
    }
    .margin-lft2 {
        margin-left: 0;
    }
    footer .row .col-xs-12 {
        padding: 0;
        text-align: center;
    }
    .rmd-HeroBlock select {
        margin-bottom: 10px;
    }
    .rmd-HeroBlock .search-col {
        width: 80%;
    }
}

@media (max-width: 1200px) {
    .rmd-center-form {
        position: absolute;
        top: 50%;
    }
    .rmd-HeroBlock button {
        display: block;
        /* margin: 20px auto; */
    }
}

@media (min-width: 768px) and (max-width: 998px) {
    .reqPanel .owl-carousel {
        margin-top: 50px;
    }
    .rmd-HeroBlock select {
        width: 26%;
    }
    .rmd-HeroBlock h1 {
        margin-bottom: 10px;
        text-transform: none;
        letter-spacing: -1px;
        font-family: Proxima Nova Semibold;
        font-size: 34px;
    }
}

@media (min-width: 999px) {
    .rmd-HeroBlock h1 {
        margin-bottom: 10px;
        text-transform: none;
        letter-spacing: -1px;
        font-family: Proxima Nova Semibold;
        font-size: 42px;
    }
}


/*Section 2nd rmd*/

@media (max-width: 767px) {
    .footext {
        padding: 0px !important;
    }
}


/* for patients */

@media (min-width: 520px) and (max-width: 991px) {
    .container-fluid.whyUseRMD {
        padding: 0px 81px;
    }
}

@media (min-width: 535px) and (max-width: 767px) {
    .container-fluid.benfits {
        padding: 0px 95px !important;
    }
}

@media (max-width: 991px) {
    .getStarted {
        margin-bottom: 322px;
    }
}