/* Custom Margin Style */
ul li{
	list-style-type: none;
}
a, a:hover{
	text-decoration: none;
}
.mr0 {
    margin-bottom: 3px;
}

/* Body */
body{
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
	color: #005992;
    font-weight: 700;
    font-family: 'Dosis', sans-serif;
}
p{
	color:#4c4c4c;
}
button.navbar-toggler.toggler-example {
    background: #064672;
}
button.navbar-toggler.toggler-example i.fa.fa-bars.fa-1x {
    color: rgba(247, 247, 247, 0.94);
}


/* Customization */

nav.navbar.navbar-expand-lg {
    background-color: #005992;
}
.navbar {
    padding: 0;
    transition: all .9s ease-in 0.3s;
}
.navbar a {
    color: #fff;
    font-weight: normal;
}
a.navbar-brand img {
    height: 46px;
}
.dropdown-toggle::after {
    vertical-align: .100em;
}
li.nav-item {
    border-left: 1px solid #054772;
    padding: 10px 10px;
    transition: all 0.4s ease-in-out 0.1s;    
}
li.nav-item:last-of-type {
    border-right: 1px solid #054772;
}
.dropdown-menu {
    padding: 0;
    background-color: #005992;
    border: 1px solid rgba(255,255,255,.15);
}
.header-cb a {
    margin-left: 50px;
    display: inline-block;
    background-color: #045284;
    border: 1px solid #0375be;
    margin-top: 10px;
    border-radius: 6px;
    transition: all 0.4s ease 0.1s;
    float:right;
}
.header-cb a i {
    padding: 10px;
    border-right: 1px solid #0375be;
}
.header-cb span {
    padding: 10px;
}
.header-cb a:hover {
    box-shadow: 0px 0px 2px 0px #007bff;
}   


li.nav-item:hover {
    background: #004D7E;
}
li.nav-item:hover a{
	color: #fff;
}
a.dropdown-item {
    border-bottom: 1px solid #054772;
    padding: 7px 12px;
    transition: all 0.4s ease-in-out 0.1s;  
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #004D7E;
}



/* Footer Design */
.footer-top {
	background-image: linear-gradient(to bottom, #0d6eb0, #0c69a9, #0a65a2, #08609c, #075c95);
    padding: 30px;
}
.social-icon a {
    width: 25%;
    display: block;
    float: left;
    text-align: center;
    transition: all .3s ease-in 0.1s;
}
.social-icon a i {
    color: #fff;
    font-size: 40px;
}
.social-icon a:hover {
    opacity: 0.7;
}

/* Middle Footer Design */
.footer-middle {
    background-image: linear-gradient(to bottom, #12649b, #0c629d, #0a5a91, #084f80, #06446f);
    padding: 40px 0 10px;
}
.footer-middle, .footer-middle a, .footer-middle h3, .footer-middle p, .footer-bottom p{
	color: #fff;
}
.footer-middle h3 {
    font-size: 1.6vw;
    font-weight: 600;
    letter-spacing: 2px;
}
.footer-middle ul{
	padding: 0;
}
.footer-middle ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2px 0;
}
.footer-middle a, .footer-middle p {
	font-size: 1.1vw;
	transition: all .3s ease-in 0.1s;
}
.footer-middle a:hover{
	opacity: 0.7;
}
.footer-middle p{
    margin-top: 0.8vw;
    margin-bottom: 2vw;
}

/* Footer Bottom Copyright Section */
.footer-bottom {
    padding: 0;
    margin-top: 36px;
    border-top: 1px solid #226693;
}
.footer-bottom p {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
}

/* Home Page Banner Design */
.home-banner {
    position: relative;
    background: url('doctorhomebanner.jpg');
    height: 442px;
    background-position: center center;
    background-size: cover;
}
.home-banner::before {
    content: "";
    position: absolute;
    background: #2859913b;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.left-banner {
    position: absolute;
    bottom: 120px;
    left: 90px;
}
.left-banner h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.left-banner a {
    background: #09629d;
    border-color: transparent;
    text-transform: uppercase;
    transition: all .3s ease-in 0.1s;  
    font-family: 'Dosis', sans-serif;
}
.left-banner a:hover {
    background: #005992;
    border-color: 09629d;
}

/* Button Design */
.basic-info, .service-part, .choose-us{
    padding-top: 30px;
}
.bione, .bitwo {
    padding: 0; 
}
.bione h3, .bitwo h3{
    display: block;
    width: 100%;
    border: 0;
    padding: 20px;
    transition: all .3s ease-in 0.1s; 
    font-size: 25px;
}
.bione i, .bitwo i {
    font-size: 35px;
    margin-right: 15px;
    top: 3px;
    position: relative;
}
.bione h3{
    background: #09629d; 
    border-radius: 10px 0 0 10px;
}
.bitwo h3{
    background: #005992; 
    border-radius: 0 10px 10px 0;
}
.bione h3:hover, .bione h3:focus, .bitwo h3:hover, .bitwo h3:focus{
    background: #06456f
}

/* Home Page Service Design */
.service-part h2{
    text-transform: uppercase;
    margin-bottom: 35px;
}
.single-service {
    background: #09629d;
    padding: 15px;
    border-radius: 10px;
    transition: all 0.4s ease-in 0.1s;
    height: 535px;
}
.single-service img {
    height: 165px;
    width: 165px;
    margin: 10px auto 0;
    display: block;
}
.single-service h4 {
    color: #fff;
    font-size: 22px;
    padding: 15px 0 8px;
    text-align: center;
    line-height: 25px;
    border-bottom: 4px solid #fff;
}
.single-service p {
    color: #ffffff;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Dosis', sans-serif;
}
.single-service:hover {
    background: #06456F;
    box-shadow: 0px 0px 18px 2px rgba(0,0,0,.5);
}

/* Home Page Choosing Reason */
div#accordionExample {
    width: 100%;
    display: block;
}
.card {
    background-color: #005992;
}
.accordion h2 button {
    color: #fff;
    text-transform: uppercase;
}
.accordion h2 button:hover, .accordion h2 button:focus{
    color: #fff;
    text-decoration: none;
}
.card-body {
    background: #09629d;
    color: #fff;
}

/* Doctors Heading */
.doctors-heading, .testimonial-heading, .choose-us-heading{
    background: #005992;
    padding: 25px 0;
    margin-top: 50px;
}
.doctors-heading h3, .testimonial-heading h3, .choose-us-heading h3{
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

/* Choosing Us Heading */
.choose-us-heading {
    margin: 30px 0 20px;
}

/* Doctors Part Design */
.doctors-part {
    padding: 50px 0 15px;
}
.doctor-des {
    margin-top: 20px;
}
.doctor-des span {
    font-size: 12px;
    position: relative;
    top: -12px;
}
.doctor-contact {
    padding: 10px 0px;
}
.doctor-contact a {
    margin-right: 25px;
    color: #333;
    border: 1px solid #dfcfcf;
    transition: all 0.4s ease-in 0.1s;
    display: inline-block;
}
.doctor-contact a i {
    margin-right: 10px;
    font-size: 18px;
    color: #333;
    transition: all 0.4s ease-in 0.1s;
    padding: 7px 10px;
    border-right: 1px solid #d5bebe;
}
.doctor-contact span {
    padding-right: 10px;
}
.doctor-des b {
    position: relative;
    top: -16px;
    color: #9d8080;
}
.doctor-quote span {
    font-size: 45px;
    border-bottom: 4px solid #005992;
    border-top: 4px solid #005992;
    color: #005992;
    display: block;
    text-align: center;
    margin: 0px 0 18px;
    font-weight: 700;
    padding: 0px 0 6px;
    font-family: Dosis;
    line-height: 60px;
}
.doctor-contact a:hover, .mb-singlepost-text a:hover{
    color: #007bff;
    border: 1px solid #007bff;
}
.doctor-contact a:hover i {
    color: #007bff;
    border-color: #007bff;
}


/* Testimonial Section */
.testimonial-section {
    padding: 26px 0 20px;
}
.carousel-inner {
    padding-top: 12px;
}
.carousel-caption {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 0;    
}
.testimonial-section iframe {
    width: 500px;
    height: 300px;
    margin: 8px auto 0;
    display: block;
    border: 5px solid #fff;
    box-shadow: 0px 0px 18px 2px rgba(0,0,0,.5);
}
.carousel-caption h5 {
    margin-top: 10px;
    margin-bottom: 0;
}
span.pproblem {
    color: #856404;
    position: relative;
    top: -3px;
    font-size: 12px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background: none;
}
.carousel-control-prev-icon i, .carousel-control-next-icon i {
    color: #937d7d;
    font-size: 25px;
}


/* VIdeo Section Design */
.video-section {
    margin-bottom: 50px;
}
.video-top {
    padding: 40px 0 10px;
}
.video-top h2 {
    margin-bottom: 20px;
}
.single-video h4 {
    font-size: 22px;
    margin-bottom: 15px;
}
.single-video iframe {
    border: 5px solid #fff;
    box-shadow: 0px 0px 18px 2px rgba(0,0,0,.5);
}
.single-video {
    padding: 10px 0;
}


/* Contact Page */
.contact-page {
    padding: 40px 0 50px;
}
.contact-page .btn-primary {
    background-color: #0C69A9;
    border-color: #007bff;
}
.contact-page h3 {
    margin-bottom: 15px;
}
.contact-page h2 {
    font-size: 35px;
    margin-bottom: 25px;
}
label, .contact-page .btn-primary{
	font-weight: 700;
}
select.form-control {
    margin-top: 5px;
}
.location {
    margin-top: 20px;
    margin-bottom: 30px;
}
.location h5 {
    margin-bottom: 10px;
}


/* Doctors Part */
.doctor-part {
    padding: 35px 0;
}
.drintro {
    margin-top: 10px;
    padding: 15px 15px;
    transition: all .3s ease-in 0.1s;
    background: #09629d69;
    border-radius: 10px;
}
.drintro h4 {
    font-size: 20px;
    margin-bottom: 0;
    transition: all .3s ease-in 0.1s;
    margin-top: 20px;
}
.drintro span {
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.68);
    font-weight: 700;
    transition: all .3s ease-in 0.1s; 
}
.drintro p {
    margin-top: 10px;
    transition: all .3s ease-in 0.1s; 
}
.drintro:hover{
    background: #005992;
}
.drintro:hover h4, .drintro:hover span, .drintro:hover p{
	color: #fff;
} 


/* Blog Part Design */
.mb-singlepost {
    padding: 25px 0;
    border-bottom: 1px solid #0d0d0d30;
}
.mb-singlepost-img, .sp-img{
    width: 100%;
    display: block;
    overflow: hidden;
}
.mb-singlepost-img img, .sp-img img{
    transition: all .3s ease-in 0.1s; 
    padding: 0;
    border-radius: 0;
}
.mb-singlepost-img:hover img, .sp-img:hover img{
    transform: scale(1.15);
}
.mb-singlepost:last-of-type{
    border-bottom: none;
}
.mb-singlepost-content h3 {
    font-size: 18px;
}
.mb-singlepost-content h3 a{
    color: #005992;
}
.mb-singlepost-meta {
    border: 1px solid #c2acac80;
    top: -5px;
    position: relative;
    display: inline-flex;
}
.mb-singlepost-meta span {
    font-size: 12px;
    border-left: 1px solid #c2acacbf;
    padding: 2px 8px;
}
.mb-singlepost-meta span:last-of-type {
    border-right: 1px solid #c2acacbf;
}
.mb-singlepost-meta a {
    color: #004085;
}
.mb-singlepost-text p {
    font-size: 14px;
    margin-bottom: 5px;
}
.mb-singlepost-text a {
    border: 1px solid #f6cece;
    padding: 5px 10px;
    border-radius: 6px;
    color: #333;
    font-size: 14px;
    float: right;
    transition: all .3s ease-in 0.1s;  
}



/* Doctors Part Sidebar*/
.drs-sidebar {
    margin-bottom: 25px;
    margin-top: 25px;
}
.drs-sidebar h3 {
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}
.drs-sidebar p {
    margin-bottom: 6px;
}
.drs-sidebar p a {
    color: #4c4c4c;
    padding: 5px 10px;
    transition: all .3s ease-in 0.1s;   
}
.drs-sidebar a:hover {
    background: #005992;
    color: #fff;
    border-radius: 5px;
}
.ac-card {
    background: #005992;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    color: #fff;
}
.ac-card h4 {
    color: #fff;
    font-size: 19px;
    margin: 10px 0px 20px;
}


/* Single Blog Design */
.breadcrumb {
    background-color: #005992;
    margin-bottom: 5px;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}
li.breadcrumb-item a {
    color: #fff;
    font-weight: 700;
}
.breadcrumb-item.active {
    color: #f8f8f8;
}
.sp-img{
    margin-top: 15px;
}
.sp-content {
    padding: 15px 0;
}
.sp-social {
    padding: 5px 15px;
    background: #00599214;
    border: 1px solid #dbc4c4;
    border-radius: 10px;
}
.sp-social span {
    color: #000;
    margin-right: 20px;
    font-size: 25px;
    font-variant: small-caps;
    margin-top: 3px;
}
.sp-social a.fa {
    padding: 8px 50px;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
    color: #fff;
    transition: all 0.3s ease-in 0.1s;
}
a.fa-facebook {
  background: #3B5998;
  color: white;
}
a.fa-twitter {
  background: #55ACEE;
  color: white;
}
a.fa-google {
  background: #dd4b39;
  color: white;
}
a.fa-linkedin {
  background: #007bb5;
  color: white;
}
.sp-social a.fa:hover{
    opacity: 0.7;
}
.sp-related-post {
    padding: 25px 0 0;
}
.sp-related-post h4 {
    text-align: center;
    margin-bottom: 15px;
}
.sprp-single img{
    transition: all 0.4s ease 0.1s;
}
.sprp-single:hover img{
    opacity: 0.7;
}
.sprp-single h6{
    margin-top: 3px;
}
.sprp-single h6 a {
    font-size: 16px;
    color: #005992;
}

/* Responsive */
@media (min-width: 1200px) {
nav.navbar.navbar-expand-lg {
    height: 60px;
}
div#navbarSupportedContent {
    position: relative;
}
ul.navbar-nav {
    position: absolute;
    right: 0;
}

}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    nav.navbar.navbar-expand-lg {
        height: 60px;
    }
    div#navbarSupportedContent {
        position: relative;
    }
    ul.navbar-nav {
        position: absolute;
        right: 0;
    }    
    li.nav-item {
        padding: 8px 5px;
    }
    .nav-link {
        padding: 10px 0;
        font-size: 15px;
    } 
    .left-banner h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .single-service {
        padding: 10px;
    }  
    .single-service h4 {
        font-size: 18px;
    }   
    .doctor-part {
        padding: 30px 0;
    } 
    .drs-sidebar p a {
        padding: 3px 6px;
        font-size: 14px;
    }  
    .drs-sidebar p {
        margin-bottom: 2px;
    }    
    .drs-sidebar {
        margin-bottom: 15px;
    } 
    .drs-sidebar h3 {
        margin-bottom: 10px;
    }  
    .doctor-des {
        margin-top: 0;
    } 
    .doctor-quote span {
        margin: 0px 0 10px;
    } 
    .doctor-contact a {
        margin-right: 10px;
    }  
    .sp-social {
        padding: 5px 10px;
    } 
    .sp-social span {
        margin-right: 10px;
        font-size: 20px;
        margin-top: 3px;
    }   
    .sp-social a.fa {
        padding: 8px 45px;
        font-size: 22px;
    }
	.mb-singlepost-content h3 {
	    font-size: 16px;
	}	
	.mb-singlepost-meta span {
	    font-size: 9px;
	}	
	.mb-singlepost-text p {
	    font-size: 13px;
	}
	.drintro {
	    margin-top: 0px;
    }  
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        max-width: 692px;
    } 
    nav.navbar.navbar-expand-lg {
        padding: 10px 0;
    }    
    li.nav-item {
        border-left: none;
        border-top: 1px solid #054772;
    }
    li.nav-item:last-of-type {
        border-right: none
    }
    .left-banner h2 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .left-banner a {
        font-size: 14px;
        padding: 5px 10px;
    }   
    .bione h3, .bitwo h3 {
        padding: 7px 10px 10px;
        font-size: 14px;
    }    
    .bione i, .bitwo i {
        font-size: 25px;
        margin-right: 10px;
        top: 2px;
    }
    .doctor-des {
        margin-top: 15px;
        text-align: center;
    }
    .doctors-part .col-lg-6 img {
        display: block;
        margin: 0 auto;
    }    
    .single-service {
        padding: 10px;
    }
    .single-service h4 {
        font-size: 18px;
    }  
    .footer-middle h3 {
        font-size: 17px;
    }   
    .footer-middle a, .footer-middle p {
        font-size: 13px;
    }
    .doctor-part {
        padding: 25px 0;
    }
	.header-cb {
	    background: #005992;
	    padding: 10px 0;
	    border-top: 1px solid #054772;
	}    
	.header-cb a {
	    margin: 8px auto 0;
	    display: block;
	    width: 50%;
	    float: none;
	} 
	.header-cb a i {
	    padding: 7px 6px;
	}
    .header-cb span {
        padding: 7px 6px;
    }   
    .navbar-nav {
        margin-top: 10px;
    }    
    .sp-social {
        padding: 5px 10px;
    } 
    .sp-social span {
        margin-right: 15px;
        font-size: 25px;
        margin-top: 3px;
    }   
    .sp-social a.fa {
        padding: 8px 47px;
        font-size: 20px;
    }
    .sp-related-post {
        padding: 25px 0;
    }   
	.drs-sidebar {
	    margin-bottom: 0px;
	}  
	.mb-singlepost-content h3 {
	    font-size: 16px;
	}	
	.mb-singlepost-meta span {
	    font-size: 10px;
	}		        
    .drintro {
        margin-top: 30px;
    }  
    .home-banner {
        height: 342px;
    }
    .home-banner img{
        height: 342px;
    }
}    

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .container {
        max-width: 499px;
    } 
    nav.navbar.navbar-expand-lg {
        padding: 10px 0;
    }    
    li.nav-item {
        border-left: none;
        border-top: 1px solid #054772;
    }
    li.nav-item:last-of-type {
        border-right: none
    }
    .left-banner {
        bottom: 40px;
        left: 20px;
    }    
    .left-banner h2 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .left-banner a {
        font-size: 12px;
        padding: 3px 5px;
    }  
    .bione h3, .bitwo h3 {
        padding: 7px 10px 10px;
        font-size: 14px;
        border-radius: 10px;
    }    
    .bione i, .bitwo i {
        font-size: 25px;
        margin-right: 10px;
        top: 2px;
    }
    .basic-info, .service-part, .choose-us  {
    	padding: 20px 0;
    }
    .doctors-heading h3, .testimonial-heading h3 {
        font-size: 16px;
    }    
    .doctor-des {
        margin-top: 15px;
    }
	.single-service {
	    padding: 10px;
        margin-bottom: 20px;
	}
    .single-service h4 {
        font-size: 18px;
    }  
    .carousel-caption p {
        font-size: 14px;
    }
    .offset-4 {
        margin-left: 0;
    }     
    .offset-3 {
        margin-left: 0;
    }       
    .footer-middle h3 {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 10px;
    }  
    .footer-middle a, .footer-middle p {
        font-size: 16px;
    }
    .sidebar-section {
        margin-top: 40px;
    }
    .main-blog h2 {
        font-size: 25px;
    } 
    .mb-singlepost {
        padding: 15px 0;
    }       
    .drintro {
        text-align: center;
        margin-top: 20px;
    }    
    .drintro img {
        width: 50%;
        margin: 0 auto;
        display: block;
    }
    .mb-singlepost-text a {
        float: none;
        width: 50%;
        display: block;
        text-align: center;
        margin: 5px auto 0;
    } 
    .drs-sidebar p a {
        padding: 2px 4px;
        font-size: 14px;
    }  
    .drs-sidebar {
        margin-bottom: 10px;
    }     
    .drs-sidebar h3 {
        margin-bottom: 5px;
    } 
    .drs-sidebar p {
        margin-bottom: 0;
    }   
    .contact-page h2 {
        font-size: 25px;
        margin-bottom: 10px;
    } 
    .location {
        margin-top: 10px;
        margin-bottom: 20px;
    }  
    .contact-page {
        padding: 20px 0 10px;
    }          
    .doctor-part {
        padding: 20px 0;
    } 
    .basic-info, .service-part, .choose-us {
        padding-top: 10px;
    } 
    .choose-us-heading {
        margin: 5px 0 15px;
        padding: 15px 0 5px;
    }    
    .service-part h2, .choose-us-heading h3{
        margin-bottom: 10px;
        font-size: 20px;
    } 
	.service-part h2{
	    margin-bottom: 15px;
	}    
    .doctors-heading, .testimonial-heading {
        padding: 15px 0;
        margin-top: 0;
    }  
    .doctors-part {
        padding: 20px 0 10px;
    } 
	.testimonial-heading {
	    margin-top: 20px;
	}   
    .testimonial-section {
        padding: 15px 0 10px;
    }
    span.pproblem {
        font-size: 12px;
        line-height: 1.0 !important;
    }
    .testimonial-section iframe {
        width: 95%;
        height: 250px;
        margin-top: 8px;
    }    
    .carousel-control-next, .carousel-control-prev {
        display: none;
    } 
	.header-cb {
	    background: #005992;
	    padding: 10px 0;
	    border-top: 1px solid #054772;
	}    
	.header-cb a {
	    margin: 8px auto 0;
	    display: block;
	    width: 50%;
	    float: none;
	} 
	.header-cb a i {
	    padding: 7px 6px;
	}
    .header-cb span {
        padding: 7px 6px;
    }     
    .navbar-nav {
        margin-top: 10px;
    }      
    li.breadcrumb-item, li.breadcrumb-item a {
        font-size: 14px;
    }
    .single-blog h2 {
        font-size: 20px;
    }
    .sprp-single {
        margin-top: 6px;
    }
    .sp-social {
        padding: 5px 10px;
    } 
    .sp-social span {
        margin-right: 10px;
        font-size: 20px;
        margin-top: 3px;
    }   
    .sp-social a.fa {
        padding: 6px 29px;
        font-size: 18px;
    }
	.sp-related-post {
		    padding: 25px 0 5px;
	}
	.footer-middle {
	    padding: 10px 0;
	}    
	.mb-singlepost-content {
	    margin-top: 5px;
	}
	.dr-sidebar {
	    margin-top: 15px;
	}	
	.col-md-6.mmar {
	    margin-top: 20px;
    }	
    
    .home-banner {
        height: 342px;
    }
    .home-banner img{
        height: 342px;
    }

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .container {
        max-width: 98%;
    }      
    nav.navbar.navbar-expand-lg {
        padding: 0 0;
    }    
    li.nav-item {
        border-left: none;
        border-top: 1px solid #054772;
    }
    li.nav-item:last-of-type {
        border-right: none
    }
    .left-banner {
        bottom: 65px;
        left: 1px;
        text-align: center;
    }
    .left-banner h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .left-banner a {
        font-size: 18px;
        padding: 3px 10px;
    }
    .bione h3, .bitwo h3 {
        padding: 11px 10px 11px;
        font-size: 18px;
        border-radius: 10px;
        margin: 0;
    }
    .bione h3 {
        border-radius: 10px 10px 0 0;
    }
    .bitwo h3 {
        border-radius: 0 0 10px 10px;
    }    
    .bione i, .bitwo i {
        font-size: 25px;
        margin-right: 10px;
        top: 2px;
    }
    .doctors-heading h3, .testimonial-heading h3 {
        font-size: 18px;
    }
    .doctor-des {
        margin-top: 15px;
    }
    .doctor-des h4 {
        font-size: 18px;
    }    
    .doctor-des span {
        font-size: 10px;
        top: -15px;
    }  
    .doctor-des b {
        top: -21px;
        font-size: 13px;
    } 
    .doctor-quote span {
        font-size: 25px;
        margin: -10px 0 10px;
    }  
    .doctor-contact a {
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
    }  
    .doctor-quote p {
        margin: 0;
    }             
	.single-service {
	    padding: 10px;
        margin-bottom: 18px;
        height: auto;
	}
    .carousel-caption p {
        font-size: 14px;
    }
    .offset-4 {
        margin-left: 0;
    }     
    .offset-3 {
        margin-left: 0;
    }     
	.footer-middle {
	    padding: 5px 0 15px;
	}      
    .footer-middle h3 {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 8px;
    }  
    .footer-middle a, .footer-middle p {
        font-size: 14px;
    }
	.footer-bottom p {
	    font-size: 11px;
	}
	.footer-bottom {
	    margin-top: 20px;
	}	    
    .sidebar-section {
        margin-top: 15px;
    }
    .main-blog h2 {
        font-size: 18px;
    } 
    .mb-singlepost {
        padding: 15px 0;
    }       
    .drintro {
        text-align: center;
        margin-top: 20px;
    }    
    .drintro img {
        width: 50%;
        margin: 0 auto;
        display: block;
    }
    .mb-singlepost-text a {
        float: none;
        width: 50%;
        display: block;
        text-align: center;
        margin: 5px auto 0;
    }  
    .mb-singlepost-content h3 {
        font-size: 15px;
    }
    .mb-singlepost-meta span {
        font-size: 10px;
        padding: 2px 4px;
    }  
    .drs-sidebar p a {
        padding: 2px 4px;
        font-size: 14px;
    }  
    .drs-sidebar {
        margin-bottom: 10px;
    }     
    .drs-sidebar h3 {
        margin-bottom: 5px;
    } 
    .drs-sidebar p {
        margin-bottom: 0;
    } 
    .contact-page h2 {
        font-size: 25px;
        margin-bottom: 10px;
    } 
    .location {
        margin-top: 10px;
        margin-bottom: 20px;
    }  
    .contact-page {
        padding: 20px 0 10px;
    }   
    .doctor-part {
        padding: 20px 0;
    }                   
    .basic-info, .service-part, .choose-us {
        padding-top: 10px;
    } 
	.choose-us-heading {
	    margin: 0px 0 20px;
	    padding: 15px 0 5px;
	}  
    .service-part h2, .choose-us-heading h3 {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .doctors-heading, .testimonial-heading {
        padding: 15px 0;
        margin-top: 0;
    }  
    .doctors-part {
        padding: 20px 0 10px;
    } 
	.testimonial-heading {
	    margin-top: 26px;
	}  
    .testimonial-section {
        padding: 15px 0 10px;
    }
	span.pproblem {
	    font-size: 9px;
	    line-height: 1.0 !important;
	    top: -9px;
	}
	.testimonial-section iframe {
	    width: 90%;
	    height: 250px;
	} 
	.carousel-item{
		padding-top: 10px;
	}
    .carousel-control-next, .carousel-control-prev {
        display: none;
    }  
	.carousel-caption {
	    padding: 10px 0 0;
	}	    
	.carousel-caption h5 {
	    margin-top: 0;
	}    
	.header-cb {
	    background: #005992;
	    padding: 10px 0;
	    border-top: 1px solid #054772;
	}    
	.header-cb a {
	    margin: 1px auto 0;
	    display: block;
	    width: 50%;
	    float: none;
	} 
	.header-cb a i {
	    padding: 10px 6px;
	}
    .header-cb span {
        padding: 10px 6px;
    }      
    .navbar-nav{
        margin-top: 10px;
    }      
    li.breadcrumb-item, li.breadcrumb-item a {
        font-size: 9px;
    }
    .single-blog h2 {
        font-size: 16px;
    }
    .mb-singlepost-meta span {
        font-size: 10px;
        padding: 2px 3px;
    }    
    .sprp-single {
        margin-top: 6px;
    }
    .sp-content p {
        font-size: 14px;
    }    
    .sp-social {
        padding: 5px 10px;
    } 
    .sp-social span {
        margin-right: 0px;
        font-size: 15px;
        margin-top: 0px;
    } 
    .sp-social a.fa {
        padding: 4px 13px;
        font-size: 12px;
        margin: 5px 2px;
    }   
	.sp-related-post {
	    padding: 25px 0 5px;
	}
	.mb-singlepost-content {
	    margin-top: 5px;
	}
	.dr-sidebar {
	    margin-top: 15px;
	}	
	.sp-img {
	    margin-top: 10px;
	}
	.sp-content {
	    padding: 10px 0 0;
	}
	.col-md-6.mmar {
	    margin-top: 20px;
	}
    a.navbar-brand img {
        height: 46px;
    }
    .hidden-sm-xs{
        display: none;
    }
    .home-banner {
        height: 242px;
    }
    .home-banner img{
        height: 242px;
    }
}







