/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .team-member .owl-controls .owl-nav {
        display: none;
    }
}

@media only screen and (min-width: 767px)  {
    .mainmenu-area {
        margin-left: 0px;
        margin-top: 0 !important;
        padding : 0;
        background-color: #fff;
    }
    
    .mainmenu-area.affix {
        background-color: #fff;
        top: 0;
        height: auto;
        margin-top: 0 ;
    }
    
}


/* Wide Mobile Layout: 480px. */


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .right
{
    margin-left:0px;
        margin-top: -102px;
}
    .padding-60,
    .single-service-text {
        padding: 20px !important;
    }
    .team-member .owl-controls {
        display: none;
    }
    .xs-center {
        text-align: center !important;
    }
   
    .mainmenu-area .navbar-toggle {
       border: 2px solid #ce0102;
    border-radius: 0;
    }
   .mainmenu-area  .navbar-nav {
    /*margin: 51.5px -15px;*/
    background-color: white;
}
.page-title h1 {
    position: relative;
    font-size: 42px;
    color: white;
    margin-top: 3px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-align: center;
    font-size: 20px;
}
.health-section .content-column .inner-column {
    position: relative;
    padding: 0px 0px;
}
.space-50 {
    height: 0px;
}
#bs-example-navbar-collapse-1 ul.nav.navbar-nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    /* border-bottom: 2px solid transparent; */
    /* border-top: 2px solid transparent; */
    color: #ce0102;
    font-weight: 700;
    padding: 6px 7px;
    margin: 0 10px;
    border-radius: 1px;
    font-size: 16px;
}
    .mainmenu-area .navbar-toggle .icon-bar {
       background-color: #ce0102;
    border-radius: 0;
    }
    .tparrows  {
        display: none;
    }
    
    .appoinment-area {
        margin-top: 50px;
    }

    .navbar-brand img {
        max-height: 67px;
        margin-top: -20px;
    }

    .mainmenu-area.affix .navbar-brand img {
        max-height: 67px;
        margin-top: 3px;
    }
    
    .carousel .item .caption .banner {
         padding: 0px; 
        width: 100%;
        height: 300px;
        margin-left: 10;
    }

.carousel .item .caption .banner2 {
     padding: 0px; 
    width: 100%;
    height: 300px;
   margin-left: 61%;
    margin-top: -4%;

}
.caption h3 {
    color: #CE0102;
    font-size: 12px;
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 4px;
}
.carousel .item .caption .banner .btn.btn-primary
{

    background-color: #253b6e;
    padding: 3px;
    font-size: 10px;


}
.carousel .item .caption .banner2 .btn.btn-primary
{

    background-color: #253b6e;
    padding: 3px;
    font-size: 10px;

}
.space-60 {
    height: 0px; 
}
.sm-title {
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: 700;
    margin-top: -26px;
}
.blog-post .owl-controls {
    position: absolute;
    right: 0;
    text-align: center;
    top: 264px;
    width: 100%;
}

.mainmenu-area {
        margin-top: 0 !important;
        padding : 0;
        background-color: #fff;
    }
}


