
/**** Media Query ****/
ul.menu-top .hide-menu {
	display: none;
}

.menu-wrap {
	display: none;
}

.no-scroll {
	overflow: hidden;
}

.ph-number img, .ph-number svg {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}

.promotion_banner {
	background: #695941;
}

.promotion_banner img {
	height: calc(100vh - 110px);
}

.meet-staff-sec.med-spa .meet-team-lists .col-lg-4:first-child {
	width: 100%;
}

.meet-staff-sec.med-spa .meet-team-lists .col-lg-4:first-child .meet-team-list {
	max-width: 33.33333333%;
	margin: 0 auto;
}

@media (min-width: 1200px) {
	#category-filter {
		font-size: 32px !important;
		border-radius: 10px;
		border: 3px solid #bd001f;
	}
}

@media (max-width: 1200px) {
	.current-menu-ancestor > a {
		background: #bd001f;
	}
	
	.menu-top li a {
		font-size: 11px;
	}
	
	.ph-number a {
		font-size: 12px;
	}
	
	.ph-number span {
		font-size: 10px;
	}
}

@media (min-width:1401px) {
	.container {
		max-width: 1366px;
	}
}

@media (min-width:1200px) and (max-width:1800px) {
	header.main-header .container {
		max-width: 96%;
	}
}

@media (min-width:1200px) and (max-width:1400px) {
	.container {
		max-width: 95%;
	}
}

@media (max-width: 1700px) {
	.medspa-team .item {
		width: 16%;
	}
}

@media (max-width: 1500px) {
	.medspa-team .first-row .item {
		width: 16%;
	}
	
	.medspa-team .item img {
		height: 230px;
	}
}

@media (max-width: 1400px) {
	.medspa-team .item {
		width: 20%;
	}
	
	.medspa-team .first-row .item {
		width: 18%;
	}
	
	.medspa-team .item img {
		height: 300px;
	}
	
	.ph-number a {
		font-size: 14px;
	}
	
	.menu-top li a {
		font-size: 13px;
	}
	
	.ph-number span {
		font-size: 11px;
	}
	
	ul.menu-top li {
		padding: 10px 6px;
	}
	
	.search-icon {
		margin-left: 10px;
	}
	
	.ph-number {
		margin-left: 10px;
	}
	
	.banner-home .banner-title {
		font-size: 82px;
		line-height: 92px;
	}
	
	.doctor-tabs li a {
		font-size: 18px;
		letter-spacing: .02em;
		padding: 20px 10px;
	}
}

@media (min-width: 1201px) {
	.home-contact-sec h2 {
		font-weight: 400;
		font-size: 42px;
	}
	
	.top-logo {
		width: 22%;
	}
	
	.top-menu {
		width: 78%;
	}
}

@media (max-width: 1200px) {
	.medspa-team .first-row .item {
		width: 25%;
	}
	
	.medspa-team .item {
		width: 25%;
	}
	
	.medspa-team .item img {
		height: 300px;
	}
	
	.h2 .h2, h2, .heading, h2.title {
		font-size: 36px;
	}
	
	.postlist-single h1 {
		font-size: 36px;
	}
	
	.postlist-single h2 {
		font-size: 32px;
	}
	
	.postlist-single h3 {
		font-size: 30px;
	}
	
	.postlist-single h4 {
		font-size: 25px;
	}
	
	.postlist-single h5 {
		font-size: 22px;
	}
	
	.postlist-single h6 {
		font-size: 18px;
	}
	
	.menu-header {
		display: none;
	}
	
	ul.menu-top .hide-menu {
		display: block;
	}
	
	.main-header .container {
		max-width: 100%;
	}
	
	.wrap-header {
		-ms-flex-pack: flex-end !important;
		justify-content: flex-end !important;
	}
	
	.menu-wrap {
		background-color: #08191c;
		position: fixed;
		top: 110px;
		height: 100%;
		width: 100%;
		right: -100%;
		font-size: 1em;
		font-weight: 700;
		overflow: auto;
		transition: .5s;
		z-index: 12;
		display: flex;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
	}
	
	.menu-full-wrapper {
		width: 100%;
		position: absolute;
		top: 0;
		text-align: left;
	}
	
	.menu-show {
		right: 0;
		max-width: 100%;
	}
	
	.menu-sidebar {
		margin: 0;
		position: relative;
		top: 0;
		width: 100%;
		margin-left: auto;
		height: 100%;
		padding-bottom: 50%;
	}
	
	.menu-bar-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}
	
	.menu-sidebar .menu-bar-wrapper li {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		margin: 0;
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		padding: 0;
	}
	
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
		border-top: 1px solid rgba(255, 255, 255, .2);
	}
	
	.menu-sidebar .menu-bar-wrapper li:last-child {
		border: none;
	}
	
	.menu-sidebar .menu-bar-wrapper li > a {
		color: #fff;
		padding: 10px 15px;
		position: relative;
		display: block;
		font-weight: 300;
		font-size: 15px;
	}
	
	.menu-sidebar .menu-bar-wrapper li > a:hover:after {
		opacity: 1;
	}
	
	.menu-sidebar .menu-bar-wrapper li > a:hover {
		color: #fff;
		width: 100%;
	}
	
	.menu-sidebar .menu-bar-wrapper li.current-menu-item > a {
		background-color: #bd001f;
	}
	
	.menu-sidebar .sidebar-menu-arrow:after {
		content: "";
		cursor: pointer;
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
		display: inline-block;
		width: 10px;
		height: 10px;
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin: auto;
		position: absolute;
		right: 15px;
		top: 50%;
		bottom: 0;
		margin-top: -5px;
	}
	
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow:after {
		transform: rotate(135deg);
		display: block;
		margin: 0;
	}
	
	.menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after {
		color: #0e2743;
	}
	
	.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
		font-weight: 500;
		background-color: #e93941;
		color: #fff;
		width: 100%;
	}
	
	.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link:after {
		opacity: 1;
	}
	
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children {
		position: relative;
	}
	
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
		position: absolute;
		right: 0;
		top: 0;
		height: 47px;
		width: 44px;
		background-color: transparent;
	}
	
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
		display: none;
		background: none;
	}
	
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0px;
	}
	
	.menu-sidebar .menu-bar-wrapper li .sub-menu li a {
		font-size: 16px;
		padding-left: 30px;
	}
	
	.menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow:after {
		font-size: 16px;
	}
	
	.sidebar-menu-arrow::after {
		cursor: pointer;
		content: "";
		position: absolute;
		top: 0px;
		margin: auto;
		bottom: 0px;
		right: 0;
		background-size: 14px;
		height: 40px;
		width: 40px;
	}
	
	.menu-sidebar .menu-bar-wrapper li .sub-menu li a:after {
		display: none;
	}
	
	.menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li a {
		padding-left: 50px;
	}
	
	/* 	body.nav-open-menu {
		position: fixed;
		overflow: hidden;
	} */
	.menu-button {
		height: 42px;
		width: 42px;
		position: relative;
		margin-left: 0;
		background: none;
		border: 1px solid #fff;
	}
	
	.menu-button .menu-bar {
		position: absolute;
		transition: .5s;
		opacity: 1;
		margin: 0 auto;
		width: 30px;
		right: 0;
		left: 0;
		background: #fff;
		height: 1.5px;
		border-radius: 10px;
	}
	
	.menu-button:hover {
		cursor: pointer;
	}
	
	.menu-button .menu-bar-top {
		top: 10px;
	}
	
	.menu-button .menu-bar-middle {
		top: 50%;
		transform: translateY(-50%);
		margin-left: auto;
		margin-right: auto;
	}
	
	.menu-button .menu-bar-bottom {
		top: auto;
		bottom: 10px;
	}
	
	.menu-button.button-open {
		z-index: 13;
	}
	
	.menu-button.button-open {
		z-index: 13;
	}
	
	.button-open .menu-bar-middle {
		background-color: #fff;
		transform: translate(230px);
		transition: .1s ease-in;
		opacity: 0;
	}
	
	.menu-button.button-open .menu-bar-top {
		transform: rotate(45deg) translate(8px, 8px);
		transition: .5s;
		top: 10px;
		background: #fff;
		opacity: 1;
	}
	
	.menu-button.button-open .menu-bar-bottom {
		transform: rotate(-45deg) translate(10px, -12px);
		transition: .5s;
		right: 0;
		background: #fff;
		top: 37px;
		bottom: auto;
	}
	
	.sub-menu li ul.sub-menu {
		position: static;
	}
	
	.search-icon {
		margin-left: 0;
		margin-right: 15px;
		width: 30px;
		height: 30px;
	}
	
	.search-icon svg, .search-icon img {
		width: 30px;
		height: 30px;
	}
	
	.ph-number img, .ph-number svg {
		width: 30px;
		height: 30px;
		top: 0;
	}
	
	.ph-number {
		margin-left: 0;
		margin-right: 20px;
	}
	
	.ph-number a {
		font-size: 16px;
	}
	
	.blog-list {
		padding-right: 0;
	}
	
	.postlist-single {
		padding-right: 0;
	}
	
	.page-contnet {
		padding-right: 0;
	}
	
	.cat-nav-title a {
		font-size: 20px;
		line-height: 30px;
		padding: 0 15px;
	}
}

@media (max-width: 991px) {
	.medspa-team .item {
		width: 33%;
	}
	
	.medspa-team .first-row .item {
		width: 35%;
	}
	
	.page-banner .banner-title {
		font-size: 45px;
		line-height: 50px;
	}
	
	.space-pd {
		padding: 50px 0;
	}
	
	.space-mr {
		margin: 50px 0;
	}
	
	.mainpage h1, .postlist-single h1 {
		font-size: 34px;
	}
	
	.mainpage h2, .postlist-single h2 {
		font-size: 30px;
	}
	
	.mainpage h3, .postlist-single h3 {
		font-size: 27px;
	}
	
	.mainpage h4, .postlist-single h4 {
		font-size: 23px;
	}
	
	.mainpage h5, .postlist-single h5 {
		font-size: 20px;
	}
	
	.mainpage h6, .postlist-single h6 {
		font-size: 18px;
	}
	
	.h2 .h2, h2, .heading, h2.title {
		font-size: 38px;
	}
	
	.top-logo {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	
	.top-menu {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	
	.banner-home {
		height: 600px;
	}
	
	.banner-home img {
		height: 600px;
	}
	
	.promotion_banner {
		height: 570px;
	}
	
	.promotion_banner img {
		height: calc(570px - 110px);
	}
	
	.banner-home .container {
		margin-top: 50px;
	}
	
	.banner-home .banner-title {
		font-size: 60px;
		line-height: 72px;
	}
	
	.home-meet-doctors .tab-content img {
		padding-right: 0;
		margin-bottom: 20px;
	}
	
	.doctor-tabs {
		justify-content: center;
	}
	
	.doctor-tabs li a {
		font-size: 18px;
		line-height: 30px;
		letter-spacing: .03em;
		padding: 20px 10px;
	}
	
	.doctor-tabs li {
		width: 33.33%;
	}
	
	.home-content-sec .right-img {
		position: static;
		max-width: 100%;
	}
	
	.home-content-sec .right-img img {
		height: auto;
		width: 100%;
	}
	
	.home-announcement-sec img {
		margin-bottom: 25px;
	}
	
	.home-contact-sec .form-box {
		margin-top: 30px;
	}
	
	.home-stories-sec > img {
		max-width: 100%;
		object-fit: cover;
		height: 550px;
		object-position: center;
	}
	
	.footer-info {
		padding-left: 0;
		margin-top: 30px;
	}
	
	aside.blog-sidebar {
		margin-top: 50px;
	}
	
	.about-page-sec img {
		margin-bottom: 30px;
		width: 100%;
	}
	
	.our-philosophy-sec {
		margin-bottom: 0;
		padding-bottom: 50px !important;
	}
	
	.our-philosophy-sec img {
		margin-bottom: 30px;
		width: 100%;
	}
	
	.ps-about-sec .item .attorney-name {
		font-size: 18px;
	}
	
	.our-dermatologist-sec img {
		margin: 0 auto 30px;
	}
	
	.home-content-sec {
		margin-top: 0;
		padding-top: 0 !important;
		background-color: #fff;
		background-image: none !important;
		padding-bottom: 0;
	}
	
	.home-content-sec.nitro-lazy {
		background-image: none !important;
	}
	
	.home-about-sec img, .home-consultation-surgeon img {
		width: 100%;
		margin-bottom: 25px;
	}
	
	.home-content-sec .inner-content {
		padding: 30px 0 0;
	}
	
	.procedure-page img {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.procedure-page .inner-content {
		padding-top: 0;
		margin-bottom: 30px;
	}
	
	.procedure-page .odd .inner-content {
		padding-left: 0;
	}
	
	.procedure-page .loop-row:nth-last-child(-n + 3) {
		margin-bottom: 30px;
		text-align: center;
	}
	
	.procedure-page .loop-row.odd:nth-last-child(-n + 3) .inner-content {
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	
	.procedure-page .loop-row.odd:nth-last-child(-n + 3) img {
		margin-bottom: 0;
	}
	
	.procedure-page .main-title, .procedure-page .main-title a {
		font-size: 32px;
	}
	
	.doctor-single-page {
		background: rgba(235, 247, 247, .2);
	}
	
	.doctor-single-page::before {
		display: none;
	}
	
	.mobile-img.d-none {
		display: block !important;
		margin-bottom: 30px;
	}
	
	aside.team-sidebar > img {
		display: none !important;
	}
	
	aside.team-sidebar {
		margin-top: 40px;
	}
	
	.gallery-single-page .slider-for img {
		height: 350px;
	}
	
	.gallery-single-page .slider-nav img {
		height: 100px;
	}
	
	.meet-staff-sec.med-spa .meet-team-lists .col-lg-4:first-child .meet-team-list {
		max-width: 50%;
	}
	
	.meet-staff-sec.administrative .meet-team-lists .col-lg-4:first-child .meet-team-list {
		max-width: 50%;
	}
	
	.treatments-list {
		font-size: 16px;
	}
}

/* Small Devices View  New*/
@media (max-width: 767px) {
	.banner-home .inner-content {
		margin-top: -50px;
	}
	
	.medspa-team .item {
		width: 100%;
		background: #f5f5f5;
	}
	
	.medspa-team .first-row .item {
		width: 100%;
	}
	
	.medspa-team .item img {
		height: 350px;
	}
	
	.page-banner .banner-title {
		font-size: 34px;
		line-height: 40px;
	}
	
	.h2 .h2, h2, .heading, h2.title {
		font-size: 32px;
	}
	
	.page-banner {
		min-height: 380px;
	}
	
	.order-col-sec {
		order: 1;
		text-align: left !important;
		margin-bottom: 30px;
	}
	
	.order-col-first {
		order: 2;
	}
	
	.order-col-third {
		order: 3;
	}
	
	.doctor-tabs li {
		width: 50%;
	}
	
	.home-testimonial-sec .client-content {
		font-size: 17px;
		line-height: 35px;
		letter-spacing: .03em;
	}
	
	.home-testimonial-sec .item svg, .home-testimonial-sec .item svg img {
		width: 80px;
	}
	
	.meet-staff-sec.med-spa .meet-team-lists .col-lg-4:first-child .meet-team-list {
		max-width: 100%;
	}
	
	.meet-staff-sec.administrative .meet-team-lists .col-lg-4:first-child .meet-team-list {
		max-width: 100%;
	}
	
	.treatments-list {
		font-size: 16px;
		grid-template-columns: auto auto;
	}
	
	.gallery-doctor-details span {
		display: block;
	}
	
	.gallery-doctor-details span::after {
		display: none;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
	.banner-home .banner-title {
		font-size: 45px;
		line-height: 55px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.banner-home .banner-title {
		font-size: 52px;
		line-height: 62px;
	}
}

/* Iphone X */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
	.banner-home .banner-title {
		font-size: 45px;
		line-height: 55px;
	}
}

@media (max-width:575px) {
	.mainpage h1, .postlist-single h1 {
		font-size: 32px;
	}
	
	.mainpage h2, .postlist-single h2 {
		font-size: 28px;
	}
	
	.mainpage h3, .postlist-single h3 {
		font-size: 24px;
	}
	
	.mainpage h4, .postlist-single h4 {
		font-size: 22px;
	}
	
	.mainpage h5, .postlist-single h5 {
		font-size: 20px;
	}
	
	.mainpage h6, .postlist-single h6 {
		font-size: 17px;
	}
	
	.top-logo {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.top-menu {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.banner-home {
		height: 480px;
	}
	
	.banner-home img {
		height: 480px;
	}
	
	.promotion_banner {
		height: 480px;
	}
	
	.promotion_banner img {
		height: calc(480px - 90px);
	}
	
	.banner-home .banner-title {
		font-size: 30px;
		line-height: 40px;
	}
	
	.home-meet-doctors {
		padding: 50px 20px !important;
	}
	
	.doctor-tabs li a {
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 0;
		padding: 16px 15px;
	}
	
	.blog-list .blog-title, .postlist-single .blog-title {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	.cat-sub-lists .sub-cat-nav-title a:hover, .second-menu .sub-sub-cat-nav-title a:hover {
		transform: scale(1);
	}
	
	.ph-number {
		margin-right: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.ph-number span, .ph-number a {
		font-size: 0;
	}
	
	header.main-header {
		height: 90px;
	}
	
	.menu-wrap {
		top: 90px;
	}
	
	.ph-number img, .ph-number svg {
		display: block;
	}
	
	.home-stories-sec h2 {
		font-size: 25px;
	}
	
	.home-stories-sec .content {
		line-height: 30px;
	}
	
	.home-stories-sec .inner-content {
		padding: 0;
	}
	
	.home-meet-doctors .tab-content .doctor-name {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	
	.procedure-page .main-title, .procedure-page .main-title a {
		font-size: 28px;
	}
	
	.table-responsive .table {
		width: 800px;
	}
	
	.gallery-single-page .slider-for img {
		height: 260px;
	}
	
	.gallery-single-page .slider-nav img {
		height: 80px;
	}
}

/* Extra Small Devices View */
@media (max-width: 480px) {
	.h2 .h2, h2, .heading, h2.title {
		font-size: 32px;
	}
	
	.page-banner .banner-title {
		font-size: 30px;
		line-height: 36px;
	}
	
	.btn {
		font-size: 15px;
		padding: 12px 25px;
	}
	
	.sidebar-heading, .sidebar-list .widget-title {
		font-size: 25px;
		line-height: 35px;
	}
	
	.doctor-tabs li {
		width: 100%;
		text-align: center;
	}
	
	.doctor-tabs li a {
		border: 1px solid #ddd;
		margin-bottom: 5px;
	}
	
	.doctor-tabs li:last-child a {
		margin-bottom: 0;
	}
}

@media (max-width:380px) {
	.h2 .h2, h2, .heading, h2.title {
		font-size: 28px;
	}
	
	.banner-home, .banner-home img {
		height: 450px;
	}
	
	.promotion_banner {
		height: 420px;
	}
	
	.promotion_banner img {
		height: calc(420px - 90px);
	}
	
	.banner-home .banner-title {
		font-size: 30px;
		line-height: 40px;
	}
	
	.mainpage h1, .postlist-single h1 {
		font-size: 30px;
	}
	
	.mainpage h2, .postlist-single h2 {
		font-size: 28px;
	}
	
	.mainpage h3, .postlist-single h3 {
		font-size: 25px;
	}
	
	.mainpage h4, .postlist-single h4 {
		font-size: 22px;
	}
	
	.mainpage h5, .postlist-single h5 {
		font-size: 19px;
	}
	
	.mainpage h6, .postlist-single h6 {
		font-size: 17px;
	}
	
	.home-blog-sec .slick-list {
		padding: 0;
	}
	
	.post-image img.featured-img {
		height: 320px;
	}
	
	.gallery-single-page .slider-for img {
		height: 240px;
	}
}

@media (min-width: 1700px) {
	.menu-top li a {
		font-size: 12px;
	}
}
