@media only screen and (max-width:767px) {
.h1, h1 {
	font-size: 2rem;
}
.blogs-links li {
	width: 100%;
}
.header-contact {
	display: block;
	background: transparent;
	padding: 0;
}
.header-contact .phone-icon {
	font-size: 40px;
	color: #b4996c;
}
.header-contact .phone-numbers {
	margin-left: 5px;
	font-size: 12px;
	color: #b4996c;
}
.header-contact .phone-numbers a {
	color: #b4996c;
}
.navbar-toggler {
	padding:10px 1rem;
	border: transparent;
}
.mb-menu-icon .navbar-toggler {
	float: right;
}
.mb-menu-icon {
	width: 100%;
	padding: 0rem 0rem 0rem 1rem;
	color: #ffffff;
	line-height: 50px;
	font-size: 16px;
	display:block;
}
.header-middle .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.header-social a {
	width: auto;
	border: 0px solid #8a724b;
	line-height: normal;
	height: auto;
}
.header-social a:hover, .header-social a:focus {
	background: transparent;
	color: #8a724b;
}
.header-social {
	margin-top: 5px;
}
#section-slider .owl-prev, #section-slider .owl-next {
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
}
#section-slider .owl-prev {
	left: 10px;
}
#section-slider .owl-next {
    right:10px;
}
.header-middle .navbar-toggler {
	display:inline-block;
}
.title h2 {
	font-size: 1.4rem;
}
.intro-box {
	margin-bottom: 1rem;
}
.intro-image img {
	width: 100%;
	height: auto;
	display: block;
}
.intro-box {
	font-size: 0.875rem;
}
.intro-text p {
	margin: 0;
}
.appointment-head {
	padding: 1rem;
}
.appointment-head h3 {
	font-size: 1.4rem;
}
#header .navbar {
	padding: 0;
}
.navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
	line-height: 24px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	display:block;
}
.appointment-content {
	padding: 1rem;
}
.appointment-content {
	padding: 1rem;
}
.email-subscribe-form {
	padding: 1rem;
}
.video-box {
	margin-top: 1rem;
}
.dropdown, .dropup {
	position: relative;
}
.dropdown-menu .menu-item {
	float: none;
	width: 100%;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	display: none;
}
.dropdown-menu.show {
	display: block;
	visibility: visible;
	opacity: 1;
}
.dropdown-toggle::after {
	margin:18px 0;
}
.navbar-brand {
	display: block;
	margin-right: 0;
}
.diseases-catbox {
	margin-bottom:1rem;
}
.dropdown-icon.dropdown-toggle {
	display: block;
	margin-right: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	background: rgba(0,0,0,0.2);
}



}


@media only screen and (min-width: 768px) and (max-width: 990px) {






}
@media only screen and (min-width: 991px) and (max-width: 1024px) {



}