/*----------------------------------------------------
@File: Responsvie Styles
----------------------------------------------------*/
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/

.default .navbar .navbar-header   .navbar-toggle, .default.home3 .navbar .navbar-header button {
    background: #0186d5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 33px;
    line-height: 40px;
    margin: 28px 18px 0px;
    padding: 0;
    text-transform: uppercase;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
@media (max-width: 1199px) {
    .default .navbar {
        margin-bottom: 0;
    }
    .default .navbar #main_nav .nav li a {
        padding: 0 10px;
        font-weight: 400;
    }
}
@media (max-width: 991px) {
    .top_bar{
    }
    .top_bar .container > .row i{
        float: none;
    }
    .top_bar .container .schedule {
        width: 100%;
        text-align: center;
    }
    .top_bar .container .contact_info {
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }
    .top_bar .container .contact_info div{
        float: none;
        display: inline-block;
    }


    /*   .default .navbar .navbar-header a.navbar-brand{
           margin: 0 auto;
           display: inline-block;
           float: none;
       }
     .default .navbar #main_nav .nav li a {
       padding: 0 9px;
     }
     .default .navbar #main_nav .nav li.book a {
       padding: 0 14px;
       line-height: 40px;
       font-weight: 400;
     }
     .default .navbar.navbar2 .navbar-header a.navbar-brand {
       line-height: 50px;
     }
     .default .navbar.navbar2 #main_nav .nav li a {
       line-height: 48px;
     }
     .default .navbar.navbar2 #main_nav .nav li.book {
       padding-top: 0;
     }
     .default .navbar.navbar3 .navbar-header a.navbar-brand {
       line-height: 50px;
     }
     .default .navbar.navbar3 #main_nav .nav li a {
       line-height: 48px;
     }
     .default .navbar.navbar3 #main_nav .nav li.book {
       padding-top: 0;
     }*/
}
@media (max-width: 767px) {
    .top_bar{
    }
    .top_bar .container > .row i{
        float: none;
    }
    .top_bar .container .schedule {
        width: 100%;
        text-align: left;
    }
    .top_bar .container .schedule i{
        padding-bottom: 15px;
        float: left;
    }
    .top_bar .container .contact_info {
        width: 100%;
        margin-top: 0;
        text-align: left;
    }
    .top_bar .container .contact_info div{
        float: none;
        display: block;
    }
    .top_bar .container .contact_info div + div{
        margin-top: 15px;
    }
    .default .navbar .container{
        padding: 0;
    }
    .default.home .navbar, .default .navbar{
        height: auto;
        background: #0186d5;
        padding-top: 0;
    }
    .default .navbar .navbar-header{
        margin: 0;
        padding: 0;
    }
    .default .navbar .navbar-header button {
        background: #fff;
        padding: 0 0;
        color: #fff;
        line-height: 40px;
        border-radius: 0;
        text-transform: uppercase;
        border: none;
        font-family: 'Lato', sans-serif;
        margin: 45px 18px 0px;
        font-size: 33px;
    }
    .default.home .navbar .navbar-header button, .default.home3 .navbar .navbar-header button, .default .navbar .navbar-header button {
        background: #0186d5;
        padding: 0 0;
        color: #fff;
        line-height: 40px;
        border-radius: 0;
        text-transform: uppercase;
        border: none;
        font-family: 'Lato', sans-serif;
        margin: 28px 18px;
        font-size: 33px;
    }
    .default .navbar .navbar-header button .icon-bar{
        width: 33px;
        margin: 0;
        height: 3px;
        background: #0186d5;
    }
    .default.home .navbar .navbar-header button .icon-bar,.default.home3 .navbar .navbar-header button .icon-bar, .default .navbar .navbar-header button .icon-bar{
        width: 33px;
        margin: 0;
        height: 3px;
        background: #fff;
    }
    .default .navbar .navbar-header button .icon-bar + .icon-bar{
        margin-top: 4px;
    }
    .default .navbar .navbar-header a.visible-xs {
        background: #fe824c;
        padding: 0 25px;
        color: #fff;
        line-height: 40px;
        border-radius: 0;
        text-transform: uppercase;
        border: none;
        font-family: 'Lato', sans-serif;
        margin-top: 0;
        margin-bottom: 0;      
        display: block;
        margin: 0;
        width: 100%;
        text-align:center;
        font-size:13px;
    }
    .default .navbar .navbar-header a.navbar-brand,
    .default .navbar.navbar2 .navbar-header a.navbar-brand ,
    .default .navbar.navbar3 .navbar-header a.navbar-brand {
        line-height: 1;
        float: left;
        margin: 20px 18px;
        padding: 0;
    }
    .default .navbar #main_nav {
        background: #0186d5;
        border: none;
    }
    .default .navbar #main_nav .nav li.dropdown a {
        background: none;
    }
    .default .navbar #main_nav .nav li.dropdown .dropdown-menu {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        display: none;
        background: #43b9f6;
    }
    .default .navbar #main_nav .nav li.dropdown.open .dropdown-menu {
        display: block;
    }
    .default .navbar.navbar2 #main_nav .nav li a {
        color: #ccd5e7;
    }
    .default .navbar.navbar2 #main_nav .nav li a:hover {
        color: #fff;
    }
    .default .navbar.navbar2 #main_nav .nav li.active a {
        color: #fff;
    }
    .default .navbar.navbar2 #main_nav .nav li.dropdown:hover a {
        color: #fff;
    }
    .default .navbar .navbar-header   .navbar-toggle, .default.home3 .navbar .navbar-header button, .default.home .navbar .navbar-header button{margin-top:50px;}
	

}
@media (max-width: 559px) {
    /*
      .default .navbar {
        background: #0186d5;
        height: auto;
      }
      .default .navbar .navbar-header button {
        width: 100%;
        margin: 0 0 5px;
        padding: 0 15px;
        text-align: center;
      }
      .default .navbar .navbar-header a.visible-xs {
        margin: 0 0 5px;
        width: 100%;
        text-align: center;
      }
      .default .navbar .navbar-header a.navbar-brand {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
      }
    */
}
@media (max-width: 468px) {
    .top_bar{
    }
    .top_bar .container > .row i{
    }
    .top_bar .container .schedule {
        margin-bottom: 15px;
    }
    .top_bar .container .schedule i{
    }
    .top_bar .container .contact_info {
    }
    .top_bar .container .contact_info div{
    }
    .top_bar .container .contact_info div + div{
    }
}
@media (max-width: 371px) {
    .top_bar .container .contact_info .email {
        margin-bottom: 10px;
    }
}
/*----------------------------------------------------------------*/
@media (max-width: 767px) {
    .background_slider_row.row {
        position: relative;
    }
    .background_slider_row.row .background_slider {
        margin-bottom: 0;
    }
}
/*----------------------------------------------------------------*/
@media (max-width: 1199px) {
    .form_row .col-sm-3 button {
        padding: 0 32px;
        width: 100%;
    }

    .form_top_part p{
        display: none;
    }
	.ipad-med { 
    height: 75px;
    position: relative!important;
    top: -15px!important;
	transform: scale(0.68)!important;
    transform-origin: left;}
}
@media (max-width: 991px) {
    .form_top_part{
        padding: 30px 35px 0;
    }
    .form_top_part h2{
        margin-bottom: 30px;
    }
    .form_top_part h4{
        margin: 0 -35px;
        width: 430px;
        display: block;
        padding: 0;
    }
    .form_row .inner{
        padding: 0 0 20px 0;
    }
    .form_bottom_part_row {
        background: #0186d5;
    }
    .form_bottom_part {
        padding: 20px 8px;
        max-width: 100%;
    }
	.ipad-med {
    height: 75px;
    position: relative!important;
    top: -9px!important;
    transform: scale(0.54)!important;
    transform-origin: left;
    }
}
@media (max-width: 767px) {
    .form_row .col-sm-4:before,
    .form_row .col-sm-5:before {
        bottom: 0;
    }
    .form_row .col-sm-4 input + .placeholder,
    .form_row .col-sm-5 input + .placeholder {
        margin-top: 5px;
    }
    .form_top_part_row .container{
        padding: 0;
    }
    .form_top_part{
        width: 100%;
        padding: 20px;
    }    
    .form_top_part h4{
        margin: 0 -20px;
        width: calc(100vw - 17px);
        padding: 0 20px;
    }
    .form_row .col-sm-4 input, .form_row .col-sm-5 input{
        margin: 12px 0;
    }
    .form_row .col-sm-4 input:focus + .placeholder, .form_row .col-sm-5 input:focus + .placeholder, .form_row .col-sm-4 input.notEmpty + .placeholder, .form_row .col-sm-5 input.notEmpty + .placeholder{
        margin-top: -14px;
    }
    .form_row .col-sm-3 button{
        width: 100%;
        margin-top: 15px;
    }
	.ipad-med { 
    height: 75px;
    position: relative!important;
    top: 0px!important;
	transform: scale(0.68)!important;
    transform-origin: left;}
}
@media (max-width: 480px) {
    #appointmefnt_form_pop .modal-sm {
        width: 360px;
        max-width: 100%;
        margin: 50px auto 0;
    }
	#dept7 .modal-sm {
        width: 360px;
    }
#dept8 .modal-sm {
        width: 360px;
    }
    .form_bottom_part a {
        line-height: 32px;
        font-size: 24px;
    }
    .form_bottom_part a img {
        margin-right: 15px;
    }
}
@media (max-width: 396px) {
    #appointmefnt_form_pop .modal-sm {
        width: 300px;
        max-width: 100%;
        margin: 50px auto 0;
    }
	#dept7 .modal-sm {
        width: 300px;
    }
#dept8 .modal-sm {
        width: 300px;
    }
    .form_bottom_part a {
        font-size: 18px;
    }
    .form_bottom_part a img {
        margin-right: 10px;
        width: 130px;
    }
}
@media (max-width: 354px) {
}
/*----------------------------------------------------------------*/
@media (max-width: 1199px) {
    .titleRow h2 {
        font-size: 24px;
    }
    .sidebar .view_all {
        padding: 0 38px;
    }
}
@media (max-width: 991px) {
    .sidebar.doctor_details_sidebar {
        margin-top: 50px;
    }
    .sidebar.doctor_details_sidebar .view_all {
        padding: 0 45px;
    }
}
@media (max-width: 767px) {
    #appointmefnt_form_pop .modal-sm {
        width: 400px;
        max-width: 100%;
        margin: 50px auto 0;
    }
	#dept7 .modal-sm {
        width: 400px;
    }
#dept8 .modal-sm {
        width: 400px;
    }
    .sidebar {
        margin-top: 50px;
    }
    .pager .next {
        margin-top: 20px;
    }
    .author_description .media-body {
        padding: 30px 15px;
    }
    .col1,
    .col2,
    .col3,
    .col4,
    .col5,
    .col6 {
        float: none;
        display: block;
        width: 100%;
    }
    .pagination_col1 {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    #appointmefnt_form_pop {}
    #appointmefnt_form_pop .appointment_home_form2 .title{
        color: #fff;
    }
    #appointmefnt_form_pop .appointment_home_form2 .form_inputs {
        padding-top: 72px;
    }
    #appointmefnt_form_pop .appointment_home_form2 .form_inputs .input_row{
        width: 100%;
    }
    #appointmefnt_form_pop .appointment_home_form2 .form_inputs .input_row:first-child{
        width: 100%;
    }
    #appointmefnt_form_pop .appointment_home_form2 .form_inputs .input_row:first-child .col-sm-12{
        width: 100%;
    }
    #appointmefnt_form_pop .appointment_home_form2 .form_inputs .input_row:first-child .col-sm-12 + .col-sm-12 {}
    #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_footer a {
        font-size: 20px;
    }
}
@media (max-width: 400px) {
    #appointmefnt_form_pop .modal-sm {
        width: 290px;
    }
    #appointmefnt_form_pop .modal-sm .modal-content .appointment_home_form2 .form_footer a {
        font-size: 20px;
    }
	#dept7 .modal-sm {
        width: 290px;
    }
#dept8 .modal-sm {
        width: 290px;
    }
}
/*----------------------------------------------------------------*/
@media (max-width: 991px) {
    .service_block {
        height: 215px;
    }
}
/*----------------------------------------------------------------*/
@media (max-width: 991px) {
    .recent_post_home {
        margin-bottom: 70px;
    }
}
@media (max-width: 480px) {
    .recent_post_home .media .media-left {
        display: block;
        padding-bottom: 20px;
    }
}
/*----------------------------------------------------------------*/
@media (max-width: 1199px) {
    .about_medicalpro .content {
        padding: 30px 30px 35px;
    }
    .about_medicalpro .content h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .about_medicalpro .content p {
        line-height: 23px;
        margin-bottom: 5px;
    }
    .about_medicalpro_N_form .container_area {
        background-position: center bottom;
    }
    .appointment_home_form2 .form_footer a {
        font-size: 20px;
    }
    .appointment_home_form2 .form_inputs .input_row:first-child {
        padding: 0;
        border: none;
    }
    .appointment_home_form2 .form_inputs .input_row:first-child .col-sm-12 {
        padding: 22px 30px;
        border-bottom: 1px solid #48a8d4;
    }
}
@media (max-width: 991px) {
    .about_medicalpro .content {
        padding: 40px 45px 55px;
    }    
    .about_medicalpro_N_form .container_area {
        margin: 0;
        background-position: 400px 137px;
    }
    .about_medicalpro_N_form .container_area .trusted_area{
        width: 100%;
    }
    .about_medicalpro_N_form .container_area .trusted_area .inner{
        width: 442px;
    }
    .about_medicalpro_N_form .container_area .form_area{
        width: 100%;
        margin-top: 0;
    }
    .about_medicalpro_N_form .container_area .form_area .form_header{
        padding: 20px 30px 0;
    }
    .about_medicalpro_N_form .container_area .form_area .form_header a{
        float: right;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        font-size: 30px;
        color: #404d5f;
        line-height: 72px;
    }
    .about_medicalpro_N_form .container_area .form_area .form_header a img{        
        margin-right: 10px;
    }
    .appointment_home_form2 .title{
        float: left;
        color: #404d5f;
    }
    .appointment_home_form2 .form_inputs input[type="submit"] {
        font-size: 13px;
    }
    .appointment_home_form2 .form_inputs .input_row {
        padding: 20px;
        width: 50%;
        float: left;
    }
    .appointment_home_form2 .form_inputs .input_row:nth-child(3),.appointment_home_form2 .form_inputs .input_row:nth-child(5) {
        border-left: 1px solid #48a8d4;
    }
    .appointment_home_form2 .form_inputs .input_row textarea.form-control{
        height: 30px;
    }
    .appointment_home_form2 .form_inputs .input_row .form-control {
        font-size: 13px;
    }
    .appointment_home_form2 .form_inputs .input_row:first-child{
        width: 100%;
        float: none;
    }
    .appointment_home_form2 .form_inputs .input_row:first-child .col-sm-12{
        width: 50%;
    }
    .appointment_home_form2 .form_inputs .input_row:first-child .col-sm-12 + .col-sm-12{
        border-left: 1px solid #48a8d4;
    }
}
@media (max-width: 767px) {
	
    .about_medicalpro_row > .container > .row {
        margin: 0;
    }
    .about_medicalpro_N_form .container_area {
        background-image: none;
        margin: 0 -15px;
    }
    .about_medicalpro_N_form .container_area .trusted_area {
        padding: 80px 30px 40px;
    }
    .about_medicalpro_N_form .container_area .trusted_area .inner{
        width: auto;
    }
    .about_medicalpro_N_form .container_area .form_area {
        width: 100%;
        padding: 0;
    }
    .appointment_home_form2 {
        width: 100%;
    }
    .appointment_home_form2 .title {
        color: #404d5f;
    }
    .appointment_home_form2 .form_inputs .input_row {
        padding: 20px;
        width: 100%;
        float: none;
    }
    .appointment_home_form2 .form_inputs .input_row:nth-child(3),.appointment_home_form2 .form_inputs .input_row:nth-child(5) {
        border-left: none;
    }
    .appointment_home_form2 .form_inputs .input_row textarea.form-control{
        height: 30px;
    }
    .appointment_home_form2 .form_inputs .input_row .form-control {
        font-size: 13px;
    }
    .appointment_home_form2 .form_inputs .input_row:first-child{
        width: 100%;
        float: none;
    }
    .appointment_home_form2 .form_inputs .input_row:first-child .col-sm-12{
        width: 100%;
    }
    .appointment_home_form2 .form_inputs .input_row:first-child .col-sm-12 + .col-sm-12{
        border-left: 1px solid #48a8d4;
    }
    .appointment_home_form2 .form_footer {
        padding: 20px;
    }
    .appointment_home_form2 .form_footer a {
        font-size: 24px;
        display: inline-block;
    }
    .appointment_home_form2 .form_footer a img {
        display: inline-block;
        margin-right: 20px;
    }
}
@media (max-width: 600px) {
    .about_medicalpro_row > .container > .row {
        margin: 0;
    }
    .who_weR .media .media-left {
        display: block;
        padding-bottom: 30px;
    }
}
@media (max-width: 410px) {
    .about_medicalpro_row > .container > .row {
        margin: 0;
    }
    .appointment_home_form2 .form_footer a {
        font-size: 24px;
    }
    .who_weR .media .media-left {
        display: block;
        padding-bottom: 30px;
    }
}
@media (max-width: 380px) {
    .about_medicalpro_row > .container > .row {
        margin: 0;
    }
    .appointment_home_form2 .form_footer a {
        font-size: 18px;
    }
    .who_weR .media .media-left {
        display: block;
        padding-bottom: 30px;
    }
}
@media (max-width: 340px) {
    .about_medicalpro_row > .container > .row {
        margin: 0;
    }
    .appointment_home_form2 .form_footer a {
        font-size: 16px;
    }
    .appointment_home_form2 .form_footer a img {
        margin-right: 10px;
    }
    .who_weR .media .media-left {
        display: block;
        padding-bottom: 30px;
    }
}
/*----------------------------------------------------------------*/
@media (max-width: 1199px) {
    .team_section .nav-tabs + .view_all {
        margin-bottom: 70px;
    }
    .team_section .tab-content .media-left a {
        width: 380px;
    }
}
@media (max-width: 991px) {
    .team_section .tab-content .media-left a {
        width: 355px;
    }
}
@media (max-width: 767px) {
    .team_section .team_menu {
        padding: 0;
    }
    .team_section .team_menu > .row {
        margin: 0;
        text-align: center;
    }
    .team_section .team_menu > .row .view_all {
    }
    .team_section .titleRow {
        text-align: center;
    }
    .team_section .titleRow h2:after {
        margin-left: auto;
        margin-right: auto;
    }
    .team_section .nav-tabs {
        padding-top: 40px;
    }
    .team_section .nav-tabs li {    
        text-align: left;
    }
    .team_section .tab-content .titleRow {
        text-align: left;
    }
    .team_section .tab-content .social_list {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .team_section_type2 .titleRow {
        text-align: center;
    }
    .team_section_type2 .titleRow h2:after {
        margin-left: auto;
        margin-right: auto;
    }
    .team_section_type2 .team_member {
        max-width: 292px;
        margin: 0 auto;
    }
    .team_section_type2 .team_member + .team_member {
        margin-top: 40px;
    }
}
@media (max-width: 480px) {
    .team_section .tab-content .media-left {
        display: block;
        padding-top: 40px;
        text-align: center;
    }
    .team_section .tab-content .media-left a {
        display: inline-block;
    }
    .team_section .tab-content .titleRow {
        margin-top: 20px;
    }
}
/*----------------------------------------------------------------*/
@media (max-width: 991px) {
    .book_banner h3.bannerTitle {
        font-size: 20px;
    }
    .slide_banner.slide_banner2 {
        width: auto;
        top: 25%;
    }
    .slide_banner.slide_banner2 .inner h4{
        font-size: 14px;
    }
    .slide_banner.slide_banner2 .inner h2{
        font-size: 24px;
        margin-bottom: 0;
    }
    .slide_banner.slide_banner2 .inner p{
        display: none;
    }
    .slide_banner.slide_banner2 .inner a.view_all{
        margin-top: 10px;
        padding: 0 40px;
    }
}
@media (max-width: 767px) {
    .book_banner .view_all {
        margin-top: 20px;
    }
    .slide_banner.slide_banner2 {
        display: none;
    }
}
/*----------------------------------------------------------------*/
@media (min-width: 1199px) {
    footer .newsletter_form2 .form_inputs .input_row:first-child {
        padding: 0;
        border-bottom: 0;
    }
    footer .newsletter_form2 .form_inputs .input_row:nth-child(2) {
        width: 100%;
        border-top: 1px solid #48a8d4;
    }
    footer .newsletter_form2 .form_inputs .input_row:first-child .col-xs-6{
        padding: 20px;
    }
    footer .newsletter_form2 .form_inputs .input_row:first-child .col-xs-6 + .col-xs-6{
        border-left: 1px solid #48a8d4;
    }
	.ipad-large {
    height: 75px;
    position: relative!important;
    top: 0px!important;
    transform: scale(0.866)!important;
    transform-origin: left;
    }
}
@media (max-width: 1199px) {
    footer .newsletter_form2 .form_inputs .input_row:first-child {}
    footer .newsletter_form2 .form_inputs .input_row:nth-child(2) {
        width: 100%;
        border-top: 1px solid #48a8d4;
    }
    footer .newsletter_form2 .form_inputs .input_row:first-child .col-xs-6{
        padding: 20px;
    }
    footer .newsletter_form2 .form_inputs .input_row:first-child .col-xs-6 + .col-xs-6{
        border-left: 1px solid #48a8d4;
    }
	
}
@media (max-width: 991px) {
    footer .newsletter_form2 .form_inputs .input_row:first-child {}
    footer .newsletter_form2 .form_inputs .input_row:nth-child(2) {
        width: 100%;
        border-top: 1px solid #48a8d4;
    }
    footer .newsletter_form2 .form_inputs .input_row:first-child .col-xs-6{
        padding: 20px;
    }
    footer .newsletter_form2 .form_inputs .input_row:first-child .col-xs-6 + .col-xs-6{
        border-left: 1px solid #48a8d4;
    }
    footer .footer_bottom .copyright {
        width: 100%;
        line-height: 40px;
    }
}
@media (max-width: 600px) {
    footer .footer_bottom ul {
        width: 100%;
    }
    footer .footer_bottom .copyright {
        width: 100%;
        line-height: 40px;
    }
}
@media (max-width: 500px) {
    footer .footer_menuList .menuList ul {
        width: 100%;
        padding-left: 0;
    }
    footer .footer_menuList .menuList ul li a {
        line-height: 30px;
    }
    footer .footer_menuList .menuList ul:nth-child(2) {
        border: none;
    }
}
/*----------------------------------------------------------------*/
@media (max-width: 1199px) {
    .quick_block .inner {
        padding: 26px;
    }
}
@media (max-width: 991px) {
    .quick_block {
        padding: 0;
    }
    .quick_block .inner {
        padding: 20px;
    }
    .quick_block .inner .heading h3{
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .quick_block {
        margin-bottom: 0;
    }
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
@media (max-width: 767px) {
    .blog .media-left {
        display: block;
        padding-bottom: 30px;
    }
    .blog .media-left a {
        max-width: 100%;
    }
    .blog .media-left a img {
        max-width: 100%;
    }
    .comments .comment.reply_comment {
        margin-left: 50px;
    }
    .comments .comment.reply_comment .comment_body {
        padding-right: 15px;
    }
    .comments .comment.reply_comment .comment_body .reply_btn {
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .comments .comment .commenter_img {
        display: block;
        margin-bottom: 20px;
    }
    .comments .comment.reply_comment {
        margin-left: 0;
    }
    .comments .comment.reply_comment .comment_body {
        padding: 0 15px;
    }
}
/*----------------------------------------------------------------*/
@media (max-width: 1199px) {
    .contact_intro.row .inner .col-sm-7 {
        padding-right: 15px;
    }
    .contact_intro.row .inner .col-sm-7 h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .contact_intro.row .inner .col-sm-7 h2 {
        font-size: 24px;
        margin-top: 35px;
        line-height: 28px;
    }
    .contact_intro.row .inner .col-sm-7 .phone_fax {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .contact_intro.row .inner .col-sm-7 {
        padding-bottom: 60px;
    }
    .contact_address {
        margin-top: 40px;
    }
}
/*----------------------------------------------------------------*/
@media (max-width: 767px) {
    .contents404 {
        text-align: center;
    }
    .contents404 .logo404 {
        text-align: center;
        margin-bottom: 80px;
    }
}
@media (max-width: 440px) {
    .contents404 h2,
    .contents404 h3 {
        line-height: 70px;
    }
    .contents404 h2 {
        font-size: 120px;
    }
    .contents404 h3 {
        font-size: 70px;
    }
    .contents404 p {
        font-size: 13px;
        line-height: 24px;
    }
}
/*----------------------------------------------------------------*/
@media (max-width: 767px) {
    .doctor_cv .cv_widget {
        min-height: 0;
        margin-bottom: 40px;
    }
}
@media (max-width: 480px) {
    .doctor_details .doctor_about .social_list {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
}
/*----------------------------------------------------------------*/
@media (max-width: 1199px) {
    .timeTableFilters li {
        margin-bottom: 10px;
    }
    .timeTable tbody tr td {
        padding: 20px 10px;
    }
}
/*----------------------------------------------------------------*/
@media (max-width: 1199px) {
    .bannercontainer .main_slider li.third-slide {
        text-align: center;
    }
    .bannercontainer .main_slider li.third-slide .heading {
        left: 195px;
    }
    .bannercontainer .main_slider li.third-slide .para {
        left: 278px;
    }
    .bannercontainer .main_slider li.third-slide .link {
        left: 391px;
    }
}
@media (max-width: 991px) {
    .bannercontainer .main_slider li.third-slide {
        text-align: center;
    }
    .bannercontainer .main_slider li.first-slide .heading {
        top: 300px;
    }
    .bannercontainer .main_slider li.first-slide .para {
        top: 390px;
    }
    .bannercontainer .main_slider li.first-slide .link {
        top: 430px;
    }
    .bannercontainer .main_slider li.third-slide .heading {
        left: 86px;
    }
    .bannercontainer .main_slider li.third-slide .para {
        left: 168px;
    }
    .bannercontainer .main_slider li.third-slide .link {
        left: 281px;
    }
}
@media (max-width: 767px) {
    .bannercontainer .main_slider li .container {
        position: static;
    }

    .bannercontainer .main_slider li .para {
        font-size: 24px;
    }
    .bannercontainer .main_slider li .link a {
        font-size: 12px;
    }
    .bannercontainer .main_slider li.first-slide .heading {
        top: 10%;
    }
    .bannercontainer .main_slider li.first-slide .para {
        top: 25%;
        font-size: 10px!important;
    }
    .bannercontainer .main_slider li.first-slide .link {
        top: 28%;
    }
    .bannercontainer .main_slider li.second-slide .heading {
        top: 10%;
    }
    .bannercontainer .main_slider li.second-slide .para {
        top: 25%;
        font-size: 10px!important;
    }
    .bannercontainer .main_slider li.second-slide .link {
        top: 28%;
    }
    .bannercontainer .main_slider li.third-slide {
        text-align: right;
    }
    .bannercontainer .main_slider li.third-slide .heading {
        top: 10%;
        left: auto;
        right: 15px;
    }
    .bannercontainer .main_slider li.third-slide .para {
        top: 25%;
        left: auto;
        right: 15px;
        font-size: 10px!important;

    }
    .bannercontainer .main_slider li.third-slide .link {
        top: 28%;
        left: auto;
        right: 15px;
    }
}
@media (max-width: 600px) {
    /*
      .bannercontainer .main_slider li.third-slide {
        text-align: center;
      }
    */
}
/*----------------------------------------------------------------*/
@media (max-width: 991px){
    .team_section{}
    .team_section > .container{}
    .team_section > .container > .row{
        margin: 0;
    }
    .team_section > .container > .row .team_menu,.team_section > .container > .row .team_descss{
        width: 100%;
    }
    .team_section .nav-tabs{       
    }
    .team_section .nav-tabs .media{
        width: 281px;
        height: 70px;
    }
    .team_section .nav-tabs .media + .media{
        margin-top: 0;
    }
    .team_section .nav-tabs + .view_all{
        display: none;
    }
    .team_section .tab-content .titleRow{
        margin-top: 50px;
    }
    .team_section .tab-content .media-left{
        padding: 0;
    }
}
@media (max-width: 767px){
    .testimonial_section{
        height: auto;
    }
    .testimonial_section .testimonial_slider .testi_content .inner .postText{
        font-size: 15px;
        letter-spacing: 0.7px;
        line-height: 24px;
        font-weight: 400;
    }

    .quick_blocks_row.quick_blocks_row_home2{
        background: #fff;
    }
    .quick_blocks_row.quick_blocks_row_home2 > .container{
    }
    .quick_block{
        padding: 0;
    }
    .view_all_btn_4_mobile{
        text-align: center;
        padding-bottom: 30px;
    }
    .view_all_btn_4_mobile .view_all{}
}

/*---------------------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1366px){
    .default.about_page .navbar{
        height: 118px;
        background-size: contain;
    }
    #appointmefnt_form_pop .modal-sm {
        width: 900px;
        max-width: 100%;
        margin: 50px auto 0;
    }
	#dept7 .modal-sm {
        width: 900px;
    }
#dept8 .modal-sm {
        width: 900px;
    }
}
@media (min-width: 992px) and (max-width: 1366px){
    .default.home .navbar{
        height: 118px;
        background-size: contain;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    #appointmefnt_form_pop .modal-sm {
        width: 700px;
        max-width: 100%;
        margin: 50px auto 0;
    }
	#dept7 .modal-sm {
        width: 700px;
    }
#dept8 .modal-sm {
        width: 700px;
    }
    .default .navbar.navbar4{background:#0186d5;  height:auto;}
    .default .navbar.navbar4 .container {padding:0px}


    .background_slider_row.row {
        position: relative;
    }
    .background_slider_row.row .background_slider {
        margin-bottom: 0;
    }
    .default.home .navbar {
        background: #0186d5 none repeat scroll 0 0;
        height: auto;
        padding-top: 0;
    }
    .navbar-toggle{display:block}
    .default.home .navbar .navbar-header button, .default.home3 .navbar .navbar-header button {
        background: #0186d5 none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        color: #fff;
        font-family: "Lato",sans-serif;
        font-size: 33px;
        line-height: 40px;
        margin: 28px 18px;
        padding: 0;
        text-transform: uppercase;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .default .navbar .navbar-header{
        width: 100%;
        text-align: center;
        padding: 15px 0 0px;
    }
    .default .navbar #main_nav .nav{width: 100%; float:none}
    .default .navbar #main_nav .nav.navbar-nav > li{float:none;}

    .default .navbar .navbar-header a.visible-xs {
        background: #fe824c none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        color: #fff;
        display: block;
        font-family: "Lato",sans-serif;
        line-height: 40px;
        margin: 0;
        padding: 0 25px;
        text-transform: uppercase;   
        width: calc(100%);
        text-align: center;
    }
    .default .navbar.navbar3 #main_nav .nav li.book  a, .default .navbar .navbar-header a.visible-xs{
        margin: 0 -9px;
        width: calc(100% + 20px);
    }

    .default .navbar.navbar4 #main_nav .nav li.book{display:none;}
    .default .navbar .navbar-header a.visible-xs.btn-appointment{font-size:14px;
    }

    .default .navbar .navbar-header a.visible-xs.btn-appointment{
        display:block !important;
        font-size:14px;
    }
    .default .navbar .navbar-header a.navbar-brand{padding-bottom:10px;}

}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
    .default .navbar .navbar-header a.visible-xs.btn-appointment{
        display:block !important;
        margin: 0px -27px 0px 0px;
        width: calc(100% + 54px);
        font-size:14px;
    }
    .default .navbar .navbar-header a.navbar-brand{padding-bottom:10px;}

}

@media (min-width:1200px){
    .navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}
    .default .navbar {
        background: #fff;
        padding-top: 0;
        background-color: rgba(0, 0, 0, 0.4);
        margin:0;
    }
    .default .navbar #main_nav .nav li a {
        padding: 0 11px 0 12px;
        font-size: 13px;
    }
    body.home .navbar{margin: 0 0 73px !important;}
    #appointmefnt_form_pop .modal-sm {
        width: 900px;
        max-width: 100%;
        margin: 50px auto 0;
    }
	#dept7 .modal-sm {
        width: 900px;
    }
#dept8 .modal-sm {
        width: 900px;
    }
    .default .navbar #main_nav .nav li.book a {
        margin-left: 10px;
    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .default .navbar #main_nav .nav li a {
        padding: 0 8px;
    }	
    .default .navbar-default .collapse {
        display: block;
    }
    #main_nav .nav li a {
        padding: 0 8px 0 7px;
        font-size: 11px;
    }
    .default .navbar #main_nav .nav li.book a {
        padding: 0 10px;
        margin-left: 0;
    }
    #appointmefnt_form_pop .modal-sm {
        width: 900px;
        max-width: 100%;
        margin: 50px auto 0;
    }
	#dept7 .modal-sm {
        width: 900px;
    }
#dept8 .modal-sm {
        width: 900px;
    }
}
@media (min-width: 1025px) {
    #appointmefnt_form_pop .modal-sm {
        width: 900px;
        max-width: 100%;
        margin: 50px auto 0;
    }
	#dept7 .modal-sm {
        width: 900px;
    }
#dept8 .modal-sm {
        width: 900px;
    }
    .about_page .navbar {
        background-color: #015f9f !important;
        /*border-bottom: 2px solid rgba(255,255,255,0.25);*/
    }
}
@media (max-width: 1024px) {
    .default .navbar #main_nav .nav li a {
        padding: 5px 10px;
        line-height: 26px !important;
    }
}
