<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 600px) {
    .section-title {
    font-size: 27px;
    line-height: 30px;
    padding: 41px 2px 14px;
    /* margin: 0 0 14px; */
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    /* margin-top: 43px; */
}
  .menu {
    margin-left: 0px; 
    background-color: #8CCAB3;
    height: 300px;
    overflow: scroll;
}
.navbar-nav .dropdown-menu {
     width: 100%; 
     margin-left: 0px; 
    background-color: #cbede0;
    overflow: scroll;
    height: 300px;
}
.sticky.is-sticky .navbar-nav
{
    margin-left:0px;
}
.header_top .header_info {
    /*float: left;*/
    /*margin-left: -51px;*/
    font-size: 14px;
    text-align:center;
}
.slider_header_top {
    display: block;
    overflow: hidden;
    background-color: #0c4e80;
    height: auto; 
    /* width: 103%; */
}
.slider_header_info1 {
    float: right;
    
    margin-right: 161px;
    display: flex;
    margin-top: -19px;
   
}
.header_top .header_info li a {
    color: white;
    font-size: 15px;
}
.pad45
{
    padding:0px;
}
.sticky.is-sticky {
   display:none;
}
.sticky.is-sticky .logo
{
    width:10%;
}
.abt-img
{
    margin-top:0px;
    width:100%;
}
.testimonial-sec .img-bg
{
    height:auto;
    padding:20px;
}
.testimonial-sec .img-bg img
{
    width:100%;
}
.testimonial-sec .img-bg1
{
    height: 684px;
    padding: 20px;
}
.blog_banner_bg h1 {
    margin-bottom: 5px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    /* position: fixed; */
}
.blog_banner_bg h2 {
    color: #777;
    font-size: 11px;
}
.blog_banner_bg {
    display: block;
    overflow: hidden;
    background: url(../images/aboutbanner.jpg) no-repeat center;
    background-size: cover;
    padding: 7px 0px;
    /* position: fixed; */
    width: 100%;
    /* height: 56px; */
}
.service-box img {
    width: 100%;
    margin-top: 0px; 
    margin-left: 1px;
}
.service-box {
    background-color: #0C4E80;
    border-radius: 20px 20px;
    margin-bottom: 20px;
}
#section-services .owl-nav button.owl-prev {
        display: none;
}
#section-services .owl-nav button.owl-next {
       display: none;
}
#section-services .item {
    position: relative;
    border: none !important;
    height: auto;
}
.our_doctors_area .doctors_items {
    display: block;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    border: solid 1px #ccc;
    background-color: white;
    text-align: center;
    background-color: #dedede;
    text-align: center;
    margin-bottom: 22px;
}
.theme_btn {
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 8px;
    position: relative;
    background: #F3665D;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 13px;
    z-index: 1;
}
.d1 {
    position: absolute;
    right: 1%;
    bottom: -37px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: right;
}
.d1&gt; h1 {
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}
.d2 {
    position: absolute;
    right: 15%;
    bottom: -49px;
    left: 3%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.d2&gt; h1 {
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}
}

/*1208 width css*/
@media only screen and (min-width: 708px) and  (max-width: 1208px) {
  .slider-row {
   margin-left: 279px;
  }
  .d1
  {
      bottom: 155px;
  }
  .d2&gt; h1 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    margin-left: -49px;
}
.slider-row1
{
    margin-left: -4%;
    visibility: visible;
    animation-delay: 0.5s;
    animation-name: slideInLeft;
}
}</pre></body></html>