/* 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;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .padding-60,
    .single-service-text {
        padding: 20px !important;
    }
    .team-member .owl-controls {
        display: none;
    }
    .xs-center {
        text-align: center !important;
    }
    .navbar-brand img
    {
        
height: 47px;
    }
    .mainmenu-area {
        background-color: rgb(0, 93, 183);
    }
    .mainmenu-area .navbar-toggle {
        border: 2px solid #ffffff;
        border-radius: 0;
    }
    .mainmenu-area .navbar-toggle .icon-bar {
        background-color: #ffffff;
        border-radius: 0;
    }
    .tparrows  {
        display: none;
    }
    
    .appoinment-area {
        margin-top: 50px;
    }

    .imgpage{display: none;}
    
    .mediclaim-problem{
        background: url(../images/mcp.jpg);
        background-size: cover;
        background-position: left top;
        width: 100%;
        position: relative;
        padding-bottom: 95px;
    }
    .lifestyle{
        background: url(../images/lifestyle.png);
        background-size: cover;
        background-position: left top;
        width: 100%;
        position: relative;
        padding-bottom: 95px;
    }
    .physical-health{
          background: url(../images/pch.jpg);
        background-size: cover;
        background-position: left top;
        width: 100%;
        position: relative;    
        padding-bottom: 95px;
    }
    .mental-health{
        background: url(../images/mnh.jpg);
        background-size: cover;
        background-position: left top;
        width: 100%;
        position: relative;    
        padding-bottom: 95px;
    }
    
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {}