
/* Blocks from different Layouts - move to all layouts*/
#ch-section-whyus {
	z-index: 2;
}

.over-hidden {
	overflow: hidden !important;
}

.over-visible {
	overflow: visible !important;
}

#ch-section-stories {
	background-color: #fff;
}

.layout_wloss .header-social {
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-card-style2 {
	height: 100%;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 33px 40px;
	border: 5px solid #f6f7f5;
	transition: .2s;
}

@media (max-width: 767px) {
	.service-card-style2 {
		padding: 25px 20px 25px;
	}
}

.service-card-style2 > * {
	margin-bottom: 0;
}

.service-card-style2 > *:not(:first-child) {
	margin-top: 22px;
}

.service-card-style2 .service-card-icon {
	font-size: 48px;
	line-height: 1em;
}

.service-card-style2 .service-card-name {
	font-size: 20px;
	line-height: 1em;
	padding-top: 0;
}

@media (max-width: 1023px) {
	.service-card-style2 .service-card-name {
		font-size: 18px;
		line-height: 1.2em;
	}
}

.service-card-style2 .service-card-name a:hover {
	text-decoration: none;
}

.service-card-style2 > ul.marker-list-md:not(:first-child) {
	margin-top: 15px;
}

.service-card-style2 ul.marker-list-md li {
	font-size: 16px;
}

@media (max-width: 1023px) {
	.service-card-style2 ul.marker-list-md li {
		font-size: 15px;
		line-height: 20px;
	}
}

.service-card-style2 ul.marker-list-md li:not(:last-child) {
	margin-bottom: 16px;
}

@media (max-width: 1023px) {
	.service-card-style2 ul.marker-list-md li:not(:last-child) {
		margin-bottom: 8px;
	}
}

/*
.layout-weightloss .page-content .section{z-index:2}
*/
.page-content .section.section-prices {
	z-index: 1;
}

.max-width-reset {
	width: auto;
}

.h-auto {
	height: auto;
}

.max-575 {
	max-width: 575px !important;
}

.max-670 {
	max-width: 670px !important;
}

.max-730 {
	max-width: 730px !important;
}

.max-900 {
	max-width: 900px !important;
	margin-left: auto;
	margin-right: auto;
}

.max-500 {
	max-width: 520px !important;
	margin-left: auto;
	margin-right: auto;
}

.max-600 {
	max-width: 600px !important;
	margin-left: auto;
	margin-right: auto;
}

.img-bg-top-left {
	position: absolute;
	z-index: -1;
	top: -25%;
	left: -25%;
}

@media (max-width: 767px) {
	.image-right-fullheight-col {
		background-color: #fff;
	}
}

.image-right-fullheight {
	position: relative;
	z-index: 1;
	top: 70px;
	top: 0;
	width: 100%;
	overflow: hidden;
	padding-top: 70px;
}

@media (max-width: 1023px) {
	.image-right-fullheight {
		top: 40px;
		left: 20px;
		width: calc(100% + 20px);
		padding-top: 0;
	}
	
	.image-right-fullheight img {
		position: relative;
		left: -50%;
		max-height: 415px;
	}
}

@media screen and (max-width: 767px) and (orientation: landscape) {
	.image-right-fullheight {
		top: 40px;
		left: 0;
		width: 100%;
	}
	
	.image-right-fullheight img {
		position: relative;
		left: 0;
		max-height: 415px;
	}
}

@media (max-width: 575px) {
	.image-right-fullheight {
		top: 0;
		margin-left: 25px;
		width: calc(100% - 25px);
		height: 225px;
	}
	
	.image-right-fullheight img {
		position: static;
		width: auto;
		max-height: 100%;
	}
}

.white-col-wrap {
	position: relative;
	overflow: hidden;
}

.white-col-wrap .white-col {
	position: relative;
}

.white-col-wrap .white-col:after {
	content: "";
	z-index: 0;
	position: absolute;
	top: -200px;
	bottom: -100px;
	right: -115px;
	left: 0;
	background-color: #fff;
}

@media (max-width: 1023px) {
	.white-col-wrap .white-col:after {
		right: -80px;
	}
}

.white-col-wrap .white-col-inside {
	position: relative;
	z-index: 1;
	padding: 90px 0 90px 15px;
	max-width: 570px;
	margin-left: auto;
}

@media (max-width: 1023px) {
	.white-col-wrap .white-col-inside {
		padding: 40px 0 0 15px;
	}
}

@media (max-width: 767px) {
	.white-col-wrap .white-col-inside {
		padding: 40px 15px 40px 15px;
	}
}

@media (max-width: 800px) {
	.white-col-wrap .white-col-inside p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 21px;
	}
}

@media screen and (min-width: 48em) {
	.layout-weightloss .custom-logo-link img, body.layout-weightloss.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.layout-weightloss.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 205px;
	}
}

.layout-weightloss .banner-call {
	position: relative;
	z-index: 1;
}

.layout-weightloss .banner-call .d-flex {
	padding-left: 60px;
	padding-bottom: 35px;
	justify-content: center;
}

@media (max-width: 1229px) {
	.layout-weightloss .banner-call .d-flex {
		padding-left: 0;
	}
}

.layout-weightloss .section .h-decor {
	height: 2px;
	width: 40px;
	margin: 0;
	position: relative;
	top: -5px;
}

.layout-weightloss .banner-call p {
	max-width: 555px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1229px) {
	.layout-weightloss .banner-call p {
		padding: 0;
		margin: 0;
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 20px;
	}
}

@media (max-width: 800px) {
	.layout-weightloss .banner-call p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 21px;
	}
}

@media (max-width: 767px) {
	.layout-weightloss .banner-call p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}
}

.layout-weightloss h6.banner-call-text {
	font-size: 17px;
	line-height: 1.2em;
	font-weight: 600;
	margin-bottom: 10px;
}

.layout-weightloss .banner-call-phone {
	font-size: 26px;
	line-height: 1.2em;
	font-weight: 600;
}

.layout-weightloss .banner-call h2, .prices-packages h2, .layout-weightloss .white-col-inside h2 {
	line-height: 1.22em;
	margin-bottom: 10px;
}

@media (max-width: 1023px) {
	.layout-weightloss .banner-call h2, .prices-packages h2, .layout-weightloss .white-col-inside h2 {
		line-height: 1.2em;
	}
}

@media (max-width: 767px) {
	.layout-weightloss .banner-call h2, .prices-packages h2, .layout-weightloss .white-col-inside h2 {
		line-height: 30px;
	}
}

.blog-post-sm {
	display: flex;
	max-width: 480px;
}

.blog-post-sm-photo {
	min-width: 158px;
	flex-basis: 158px;
}

@media (max-width: 1023px) {
	.blog-post-sm-photo {
		min-width: 128px;
		flex-basis: 128px;
	}
}

@media (max-width: 767px) {
	.blog-post-sm-photo {
		min-width: 100px;
		flex-basis: 100px;
	}
}

.blog-post-sm-photo img {
	width: calc(100% - 30px);
}

@media (max-width: 1023px) {
	.blog-post-sm-photo img {
		width: calc(100% - 20px);
	}
}

@media (max-width: 767px) {
	.blog-post-sm-photo img {
		width: calc(100% - 18px);
	}
}

.blog-post-sm-text {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.blog-post-sm-text {
		padding-right: 10px;
	}
}

.blog-post-sm-date {
	font-size: 14px;
	line-height: 1em;
	font-weight: 600;
}

@media (max-width: 1023px) {
	.blog-post-sm-date {
		font-size: 13px;
	}
}

.blog-post-sm-title:not(:first-child) {
	margin-top: 14px;
}

@media (max-width: 1023px) {
	.blog-post-sm-title:not(:first-child) {
		margin-top: 8px;
	}
}

@media (max-width: 767px) {
	.blog-post-sm-title:not(:first-child) {
		margin-top: 4px;
	}
}

.blog-post-sm-title {
	font-size: 17px;
	line-height: 25px;
	font-weight: 600;
}

@media (max-width: 1023px) {
	.blog-post-sm-title {
		font-size: 13px;
		line-height: 22px;
	}
}

@media (max-width: 1023px) {
	.blog-post-sm-title {
		font-size: 13px;
		line-height: 17px;
	}
}

.blog-post-sm-title a {
	color: #444;
	transition: .2s;
	text-decoration: none;
}

.blog-post-sm-title a:hover {
	text-decoration: none;
}

.blog-post-sm-readmore {
	position: relative;
	margin-top: auto;
	padding-top: 10px;
	font-size: 14px;
	line-height: 1em;
	font-weight: 600;
}

@media (max-width: 1023px) {
	.blog-post-sm-readmore {
		padding-top: 7px;
	}
}

@media (max-width: 767px) {
	.blog-post-sm-readmore {
		margin-top: 4px;
	}
}

.blog-post-sm-readmore:hover {
	text-decoration: none;
	color: #444;
}

.blog-post-sm + * {
	margin-top: 26px;
}

.blog-post-sm-carousel {
	display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.blog-post-sm-carousel {
		display: block;
		margin-top: 24px;
	}
	
	.blog-post-sm-carousel .blog-post-sm {
		margin-top: 0 !important;
	}
	
	.blog-post-sm-carousel.slick-initialized .blog-post-sm.slick-slide {
		display: flex;
	}
	
	.blog-post-sm-carousel .slick-dots {
		margin: 35px 0 20px;
	}
	
	.blog-post-sm-vertical {
		display: none;
	}
}

.blog-post.blog-post-style4 {
	background-color: transparent;
}

.blog-post-style4 .blog-post-info {
	flex-direction: column;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-top: -59px !important;
	left: 23px;
	width: calc(100% - 23px);
	padding: 30px 25px 25px 30px;
}

@media (max-width: 1023px) {
	.blog-post-style4 .blog-post-info {
		padding: 20px;
	}
}

@media (max-width: 575px) {
	.blog-post-style4 .blog-post-info {
		align-items: flex-start;
	}
}

.blog-post-style4 .post-title {
	font-size: 24px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 1023px) {
	.blog-post-style4 .post-title {
		font-size: 20px;
		line-height: 28px;
	}
}

@media (max-width: 575px) {
	.blog-post-style4 .post-title {
		font-size: 18px;
		line-height: 24px;
		max-width: 100%;
	}
}

.blog-post.blog-post-style4  .post-title a {
	color: #444;
}

.blog-post-style4 .post-date-simple {
	font-size: 14px;
	font-weight: 600;
}

@media (max-width: 1023px) {
	.blog-post-style4 .post-date-simple {
		font-size: 13px;
	}
}

.blog-post-style4 .post-title + * {
	margin-top: 20px;
}

@media (max-width: 1023px) {
	.blog-post-style4 .post-title + * {
		margin-top: 12px;
	}
}

.blog-post-style4 .post-teaser + * {
	margin-top: 20px;
}

@media (max-width: 1023px) {
	.blog-post-style4 .post-teaser + * {
		margin-top: 12px;
		font-size: 15px;
		line-height: 24px;
	}
}

@media (max-width: 575px) {
	.blog-post-style4 .post-teaser + * {
		font-size: 14px;
		line-height: 20px;
	}
}

.blog-post-style4 .post-image {
	margin-top: 0 !important;
}

.banner-call img.shift-right-2 {
	margin-left: -20px;
	display: block;
	position: relative;
	z-index: -1;
	height: auto;
}

@media (max-width: 1229px) {
	.banner-call img.shift-right-2 {
		max-width: 110%;
		margin-left: -7%;
	}
}

@media (max-width: 1023px) {
	.banner-call img.shift-right-2 {
		max-width: 165%;
		margin-left: -15%;
	}
}

@media (max-width: 767px) {
	.banner-call img.shift-right-2 {
		max-width: 110%;
		margin-left: -10%;
	}
}

.layout-weightloss .section .h-decor {
	height: 2px;
	width: 40px;
	margin: 0;
	position: relative;
	top: -5px;
}

.layout-weightloss .title-wrap .h-decor {
	top: -11px;
}

.layout-weightloss .title-wrap + * {
	margin-top: 25px;
}

.layout-weightloss .title-wrap + p {
	margin-top: 17px;
}

@media (max-width: 1023px) {
	.layout-weightloss .title-wrap + p {
		margin-top: 5px;
	}
}

.layout-weightloss .blog-post-sm + * {
	margin-top: 40px;
}

@media (max-width: 1023px) {
	.layout-weightloss .blog-post-sm + * {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.layout-weightloss .tab-content > .tab-pane h3 {
		margin-bottom: 15px;
	}
}

@media (max-width: 575px) {
	.layout-weightloss .tab-content > .tab-pane h3 {
		margin-bottom: 10px;
	}
}

.layout-weightloss ul.marker-list-md {
	color: #444;
}

@media (max-width: 1229px) {
	.layout-weightloss ul.marker-list-md {
		font-size: 14px;
		line-height: 22px;
	}
}

.layout-weightloss .btn-sm, .layout-weightloss .btn-group-sm > .btn, .layout-weightloss body:not(.touch) .btn-sm:focus, .layout-weightloss body:not(.touch) .btn-group-sm > .btn:focus {
	border-radius: 22px;
}

@media (max-width: 767px) {
	.layout-weightloss .btn-sm, .layout-weightloss .btn-group-sm > .btn, .layout-weightloss body:not(.touch) .btn-sm:focus, .layout-weightloss body:not(.touch) .btn-group-sm > .btn:focus {
		border-radius: 20px;
	}
}

.layout-weightloss .btn-fill, .layout-weightloss:not(.touch) .btn-fill:focus, .layout-weightloss .btn-hover-fill, .layout-weightloss:not(.touch) .btn-hover-fill:focus {
	color: #fff;
	border: 1px solid transparent;
}

.layout-weightloss:not(.touch) .btn-fill:hover, .layout-weightloss:not(.touch) .btn-fill:focus:hover, .layout-weightloss:not(.touch) .btn-hover-fill:hover, .layout-weightloss:not(.touch) .btn-hover-fill:focus:hover {
	background: #30c7bc;
	color: #fff;
	border: 1px solid transparent;
}

.layout-weightloss:not(.touch) .btn-fill:hover [class*='icon'], .layout-weightloss:not(.touch) .btn-fill:focus:hover [class*='icon'], .layout-weightloss:not(.touch) .btn-hover-fill:hover [class*='icon'], .layout-weightloss:not(.touch) .btn-hover-fill:focus:hover [class*='icon'] {
	color: #fff;
}

.layout-weightloss .btn-white, .layout-weightloss .btn-white:focus, .layout-weightloss:not(.touch) .btn-white:focus {
	border-color: #fff;
	background-color: #fff;
}

@media (max-width: 767px) {
	.layout-weightloss .btn-white, .layout-weightloss .btn-white:focus, .layout-weightloss:not(.touch) .btn-white:focus {
		box-shadow: inset 0 0 0 1px #fff;
	}
}

.layout-weightloss:not(.touch) .btn-white:hover, .layout-weightloss .btn-white:hover {
	color: #fff;
}

.layout-weightloss:not(.touch) .btn-white:hover [class*='icon'], .layout-weightloss .btn-white:hover [class*='icon'] {
	color: #fff;
}

.layout-weightloss:not(.touch) .btn-white--all:hover, .layout-weightloss .btn-white--all:hover {
	background-color: #fff;
}

.layout-weightloss .services-tab-wrap {
	padding: 30px 44px 80px 0;
}

.layout-weightloss .services-tab-wrap {
	padding: 30px 30px 50px 15px;
}

.layout-weightloss .footer h3 {
	font-size: 24px;
}

@media (max-width: 1023px) {
	.layout-weightloss .footer h3 {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.layout-weightloss .footer h3 {
		font-size: 18px;
	}
}

.layout-weightloss .footer-post-title a {
	font-size: 15px;
}

.layout-weightloss .footer-post-text, .layout-weightloss .footer-post-text p, .layout-weightloss .footer-text p {
	font-size: 14px;
	line-height: 23px;
}

.layout-weightloss .over-image-card-icon {
	padding-right: 25px;
}

@media (max-width: 1023px) {
	.layout-weightloss .over-image-card-icon {
		padding-right: 20px;
	}
}

@media (max-width: 767px) {
	.layout-weightloss .over-image-card-icon {
		padding-right: 20px;
	}
}

.layout-weightloss .over-image-card-icon .icon {
	font-size: 60px;
	width: auto;
}

@media (max-width: 1023px) {
	.layout-weightloss .over-image-card-icon .icon {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.layout-weightloss .over-image-card-icon .icon {
		font-size: 40px;
	}
}

.layout-weightloss .banner-call-phone {
	font-size: 30px;
}

@media (max-width: 1023px) {
	.layout-weightloss .banner-call-phone {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.layout-weightloss .banner-call-phone {
		font-size: 22px;
	}
}

.layout-weightloss .banner-call-phone [class*='icon'] {
	font-size: 19px;
}

@media (max-width: 1023px) {
	.layout-weightloss .banner-call-phone [class*='icon'] {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.layout-weightloss .banner-call-phone [class*='icon'] {
		font-size: 15px;
	}
}

@media (max-width: 1023px) {
	.layout-weightloss .blog-grid-carousel .slick-slide {
		padding: 0;
	}
}

.layout-weightloss #mainSlider .slide-txt2:not(:first-child) {
	text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.layout-weightloss #mainSlider .slide-txt1 b {
	font-weight: 600;
}

@media (max-width: 767px) {
	.layout-weightloss #mainSlider .slide-txt1 b {
		font-weight: 500;
	}
}

.title-wrap-alt + * {
	margin-top: 24px;
}

@media (max-width: 1023px) {
	.title-wrap-alt + * {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.title-wrap-alt + * {
		margin-top: 12px;
	}
}

.btn-link.btn-link--sm {
	font-size: 14px;
	line-height: 16px;
}

.p-bold {
	font-weight: 600;
}

.page-content .section-top-padding {
	padding-top: 110px;
	margin-top: 0;
}

@media (max-width: 1229px) {
	.page-content .section-top-padding {
		padding-top: 80px;
		margin-top: 0;
	}
}

@media (max-width: 1023px) {
	.page-content .section-top-padding {
		padding-top: 70px;
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.page-content .section-top-padding {
		padding-top: 0;
		margin-top: 40px;
	}
}

.h-sub-lined {
	position: relative;
	z-index: 1;
	margin-bottom: 14px;
	font-size: 17px;
	line-height: 1.2em;
	font-weight: 500;
	letter-spacing: 1.5px;
}

@media (max-width: 1023px) {
	.h-sub-lined {
		font-size: 15px;
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.h-sub-lined {
		font-size: 13px;
		margin-bottom: 10px;
		letter-spacing: .5px;
	}
}

.h-sub-lined:before {
	position: relative;
	top: -5px;
	display: inline-block;
	margin-right: 10px;
	content: "";
	width: 40px;
	height: 2px;
}

@media (max-width: 1023px) {
	.h-sub-lined:before {
		width: 30px;
		height: 2px;
	}
}

@media (max-width: 767px) {
	.h-sub-lined:before {
		width: 20px;
		height: 1px;
	}
}

.signature {
	display: flex;
	align-items: center;
}

.signature-img {
	margin-right: 15px;
}

.signature-img .icon {
	max-width: 100%;
	height: 64px;
}

.signature-text, .signature-text p {
	font-size: 14px;
	line-height: 24px;
	color: #929292;
}

.signature-text h5 {
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 1em;
}

@media (max-width: 767px) {
	.signature-text h5 {
		font-size: 16px;
		font-weight: 400;
	}
}

.img-with-bg {
	position: relative;
}

@media (max-width: 1023px) {
	.img-with-bg {
		margin-left: 30px;
	}
	
	.img-with-bg + p .video-btn-circle-left {
		left: 15px;
	}
}

@media (max-width: 767px) {
	.img-with-bg {
		margin-left: 30%;
	}
	
	.img-with-bg + p .video-btn-circle-left {
		left: calc(30% - 17px);
		top: 30px;
	}
}

.img-with-bg img:not(.img-bg) {
	position: relative;
	z-index: 1;
	max-width: calc(100% + 50px);
}

.img-with-bg .img-bg {
	position: absolute;
	top: 0;
	left: 0;
	max-width: inherit;
}

@media (max-width: 1023px) {
	.img-with-bg .img-bg {
		top: auto;
		left: -50%;
		bottom: -40px;
	}
}

@media (max-width: 767px) {
	.img-with-bg .img-bg {
		max-width: 200vw;
		top: 40px;
		bottom: auto;
	}
}

.video-btn-circle-left {
	position: absolute;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 64px;
	left: -30px;
	width: 93px;
	height: 93px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 6px #f4f4f4;
	font-size: 25px;
	transition: .2s;
}

@media (max-width: 1023px) {
	.video-btn-circle-left {
		width: 64px;
		height: 64px;
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.video-btn-circle-left {
		right: 0;
		width: 48px;
		height: 48px;
		font-size: 16px;
	}
}

.video-btn-circle-left:hover {
	box-shadow: 0 0 0 20px rgba(244, 244, 244, .5);
	color: #fff;
	text-decoration: none;
}

.over-image-card {
	position: absolute;
	z-index: 1;
	display: flex;
	width: 455px;
	padding: 30px;
	color: #fff;
}

.over-image-card h4 {
	margin-bottom: 10px;
	color: #fff;
}

.over-image-card p {
	margin-bottom: 25px;
	color: #fff !important;
}

@media (max-width: 800px) {
	.over-image-card p {
		font-size: 14px;
		line-height: 22px;
	}
}

.over-image-card.pos-center {
	left: 226px;
	bottom: -51px;
	width: 430px;
	padding: 35px 25px;
}

@media (max-width: 1229px) {
	.over-image-card.pos-center {
		right: 40px;
		left: auto;
	}
}

@media (max-width: 1023px) {
	.over-image-card.pos-center {
		width: 330px;
		bottom: -10px;
		padding: 25px 20px;
	}
}

@media (max-width: 767px) {
	.over-image-card.pos-center {
		position: relative;
		max-width: calc(100vw - 30px);
		bottom: 25px;
		left: auto;
		right: auto;
	}
}

.over-image-card.pos-center-1 {
	left: 105px;
	bottom: -68px;
}

@media (max-width: 1229px) {
	.over-image-card.pos-center-1 {
		right: 40px;
		left: auto;
	}
}

@media (max-width: 1023px) {
	.over-image-card.pos-center-1 {
		position: relative;
		right: -20px;
		top: -50px;
		margin-bottom: -50px;
		z-index: 1;
	}
}

@media (max-width: 767px) {
	.over-image-card.pos-center-1 {
		right: 0;
	}
}

.over-image-card.pos-right {
	right: 0;
	bottom: 0;
}

.over-image-card.pos-left {
	left: 25px;
	bottom: -15px;
}

@media (max-width: 1229px) {
	.over-image-card.pos-left {
		left: 15px;
		bottom: 0;
	}
}

@media (max-width: 1023px) {
	.over-image-card.pos-left {
		left: 0;
	}
}

@media (max-width: 1229px) {
	.over-image-card {
		width: 398px;
		max-width: 100%;
		padding: 25px;
	}
	
	.over-image-card h4 {
		font-size: 20px;
		line-height: 1.1em;
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.over-image-card {
		position: static;
	}
	
	.over-image-card h4 {
		font-size: 18px;
		font-weight: 500;
	}
}

.over-image-card-icon {
	font-size: 70px;
	padding-right: 25px;
}

@media (max-width: 1229px) {
	.over-image-card-icon {
		font-size: 45px;
		padding-right: 15px;
	}
}

.over-image-card--sm {
	width: 438px;
	padding: 30px 25px;
}

@media (max-width: 1229px) {
	.over-image-card--sm {
		width: 390px;
		padding: 25px;
	}
}

@media (max-width: 1023px) {
	.over-image-card--sm {
		width: 350px;
		padding: 25px;
	}
}

@media (max-width: 575px) {
	.over-image-card--sm {
		width: 295px;
		padding: 20px;
	}
}

.bg-dotted {
	padding: 100px 0 80px;
}

@media (max-width: 1023px) {
	.bg-dotted {
		padding: 50px 0 40px;
	}
}

@media (max-width: 575px) {
	.bg-dotted {
		padding: 40px 0 20px;
	}
}

/*carousel health*/
.service-card-style4 {
	margin: 0 15px;
	position: relative;
	cursor: pointer;
}

@media (max-width: 1229px) {
	.service-card-style4 {
		margin: 0 12px;
	}
}

@media (max-width: 1023px) {
	.service-card-style4 {
		margin: 0 5px;
	}
}

.service-card-style4 .service-card-img {
	position: relative;
	z-index: 1;
}

.service-card-style4 .service-card-img img {
	position: relative;
	width: 100%;
}

.service-card-style4 .service-card-img-num {
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: -32px;
	font-size: 240px;
	line-height: 1em;
	font-weight: 300;
	color: #f4f4f4;
	opacity: 1 !important;
	transition: .35s ease-in;
}

@media (max-width: 1229px) {
	.service-card-style4 .service-card-img-num {
		font-size: 180px;
		right: -25px;
	}
}

@media (max-width: 1023px) {
	.service-card-style4 .service-card-img-num {
		font-size: 135px;
		right: -10px;
	}
}

.service-card-style4 .service-card-name {
	position: relative;
	z-index: 1;
	margin: 0 0 10px;
	padding: 24px 15px 24px 65px;
	font-size: 20px;
	line-height: 1.4em;
}

@media (max-width: 1229px) {
	.service-card-style4 .service-card-name {
		font-size: 16px;
		padding: 15px 0 15px 55px;
	}
}

@media (max-width: 1023px) {
	.service-card-style4 .service-card-name {
		font-size: 16px;
		padding: 10px 0 10px 48px;
	}
}

@media (max-width: 575px) {
	.service-card-style4 .service-card-name {
		font-size: 18px;
		padding: 15px 0 15px 48px;
	}
}

.service-card-style4 .service-card-bg {
	position: absolute;
	overflow: hidden;
	z-index: 0;
	top: 20%;
	left: 30px;
	right: -30px;
	bottom: -15px;
	padding: 30px 35px;
	background-color: #fff;
}

@media (max-width: 1229px) {
	.service-card-style4 .service-card-bg {
		left: 20px;
		right: -20px;
		padding: 20px;
	}
}

@media (max-width: 1023px) {
	.service-card-style4 .service-card-bg {
		left: 20px;
		right: -20px;
		padding: 15px;
	}
}

.service-card-style4 .service-card-bg p {
	margin-bottom: 0;
}

.service-card-style4 .service-card-bg p + * {
	margin-top: 40px;
}

@media (max-width: 1229px) {
	.service-card-style4 .service-card-bg p + * {
		margin-top: 20px;
	}
}

@media (max-width: 1023px) {
	.service-card-style4 .service-card-bg p + * {
		margin-top: 15px;
	}
}

@media (max-width: 1023px) {
	.service-card-style4 .service-card-bg p {
		font-size: 15px;
		line-height: 24px;
		max-height: 45px;
		overflow: hidden;
	}
}

@media (max-width: 575px) {
	.service-card-style4 .service-card-bg p {
		max-height: none;
	}
}

.service-card-style4 .service-card-bg > * {
	opacity: 0;
}

.service-card-style4 .service-card-bg [class*='icon'] {
	display: block;
	font-size: 60px;
	margin-bottom: 20px;
	transition: .5s;
	transform: scale(.75);
	opacity: .5;
	width: auto;
}

@media (max-width: 1023px) {
	.service-card-style4 .service-card-bg [class*='icon'] {
		font-size: 40px;
		margin-bottom: 15px;
	}
}

.service-card-style4 .service-card-bg .service-card-name {
	padding: 0;
	margin-bottom: 8px;
}

.service-card-style4:hover .service-card-bg {
	z-index: 10;
	overflow: auto;
	overflow-x: hidden;
}

.service-card-style4:hover .service-card-bg > * {
	opacity: 1;
}

.service-card-style4:hover .service-card-img-num {
	bottom: 15%;
}

.service-card-style4:hover [class*='icon'] {
	transform: scale(1);
	opacity: 1;
}

.service-card-style4-carousel.row {
	flex-wrap: nowrap;
	padding-left: 100px;
	padding-right: 100px;
}

@media (max-width: 1229px) {
	.service-card-style4-carousel.row {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 1023px) {
	.service-card-style4-carousel.row {
		padding-left: 0;
		padding-right: 0;
	}
}

.btn-plus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	text-decoration: none;
	text-decoration: none;
	font-size: 24px;
	line-height: 1em;
	color: #fff;
	box-shadow: 0 0 0 0 rgba(244, 244, 244, 0);
	transition: .2s;
}

@media (max-width: 1023px) {
	.btn-plus {
		width: 26px;
		height: 26px;
		font-size: 18px;
	}
}

@media (max-width: 575px) {
	.btn-plus {
		width: 46px;
		height: 46px;
		font-size: 24px;
	}
}

.btn-plus:hover {
	color: #fff;
	box-shadow: 0 0 0 10px rgba(244, 244, 244, .5);
	text-decoration: none;
}

.slick-dots li {
	margin: 0;
}

@media (max-width: 1229px) {
	.layout-weightloss .page-content .section {
		margin-top: 80px;
	}
}

@media (max-width: 1023px) {
	.layout-weightloss .page-content .section {
		margin-top: 70px;
	}
}

@media (max-width: 767px) {
	.layout-weightloss .page-content .section {
		margin-top: 40px;
	}
}

/*bmi calculator*/
.image-corner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	color: #fff;
	font-size: 44px;
}

@media (max-width: 1023px) {
	.image-corner {
		width: 66px;
		height: 66px;
		font-size: 30px;
	}
}

.image-corner .icon {
	width: 44px;
}

.image-corner.image-corner--left {
	right: auto;
	left: 0;
	top: 70px;
}

@media (max-width: 1023px) {
	.image-corner.image-corner--left {
		top: 0;
	}
}

[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	position: relative;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	display: inline-block;
	color: #444;
}

select [disabled="disabled"] {
	color: red;
}

.bmi-form {
	padding: 38px 46px;
	background-color: #fff;
	box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}

@media (max-width: 1023px) {
	.bmi-form {
		padding: 15px 15px;
		box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	}
}

.bmi-form .unit-selector {
	margin-bottom: 15px;
}

.bmi-form .form-group .col {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.bmi-form .form-group .col input[type="text"] {
	display: block;
	width: 100%;
	padding: 10px 12px;
	line-height: 19px;
	color: #424242;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	font-size: 14px;
	font-weight: 400;
	min-height: 41px;
}

.bmi-form .form-group .col .input-unit {
	margin-left: 7px;
	font-size: 16px;
	color: #444;
	word-wrap: normal;
}

.bmi-form .form-group + .form-group {
	margin-top: 25px;
}

@media (max-width: 1023px) {
	.bmi-form .btn {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.bmi-form-col {
	max-width: 630px;
	padding: 0 45px 0 75px;
	padding: 0 30px 0 55px;
}

@media (max-width: 1023px) {
	.bmi-form-col {
		padding: 0 20px 0 35px;
	}
}

@media (max-width: 575px) {
	.bmi-form-col {
		padding: 0 15px;
	}
}

.bmi-result {
	font-size: 20px;
	font-weight: 600;
	color: #444;
}

@media (max-width: 1023px) {
	.bmi-result {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.bmi-result {
		font-size: 15px;
	}
}

.bmi-form-table {
	display: flex;
	flex-wrap: wrap;
	margin: 40px -4px 0;
	text-align: center;
}

@media (max-width: 1023px) {
	.bmi-form-table {
		margin-top: 25px;
	}
}

.bmi-form-table br {
	display: none;
}

.bmi-form-table > * {
	display: flex;
	flex: 25%;
	max-width: calc(25% - 8px);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100px;
	padding: 10px;
	margin: 0 4px;
	font-size: 17px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #fff;
}

@media (max-width: 1023px) {
	.bmi-form-table > * {
		height: 80px;
		flex: 50%;
		max-width: calc(50% - 8px);
	}
}

.bmi-form-table > * .bmi-form-table-info {
	font-size: 12px;
	line-height: 1.1em;
	font-weight: 400;
}

.bmi-form-table > *:nth-child(4) {
	background-color: #ec4955;
}

.bmi-form-table + * {
	margin-top: 20px;
}

@media (max-width: 1023px) {
	.bmi-form-table + * {
		margin-top: 15px;
	}
}

.bmi-error {
	margin: -10px 0 0 !important;
	font-size: 14px;
	color: #ec4955;
}

.bmi-form-image {
	position: relative;
	z-index: 2;
	top: 70px;
	width: 100%;
	overflow: hidden;
}

@media (max-width: 1023px) {
	.bmi-form-image {
		top: 40px;
	}
	
	.bmi-form-image img {
		position: relative;
		left: -65%;
		max-height: 640px;
	}
}

@media (max-width: 767px) {
	.bmi-form-image {
		top: 40px;
		margin-bottom: 40px;
	}
	
	.bmi-form-image img {
		position: relative;
		left: 0;
		max-height: 640px;
		height: auto;
	}
}

@media (max-width: 575px) {
	.bmi-form-image {
		top: 0;
		margin-bottom: 0;
		max-width: calc(90% - 25px);
	}
	
	.bmi-form-image img {
		position: relative;
		left: 0;
		max-height: none;
		width: 100%;
	}
}

.bmi-form-wrap {
	position: relative;
	overflow: hidden;
}

.bmi-form-wrap .bmi-form-col {
	position: relative;
}

.bmi-form-wrap .bmi-form-col:after {
	content: "";
	z-index: 0;
	position: absolute;
	top: -200px;
	bottom: -100px;
	right: -100%;
	left: -100px;
	background-color: #fff;
}

.bmi-form-wrap .bmi-form-col-inside {
	position: relative;
	z-index: 1;
	padding: 90px 0;
}

@media (max-width: 1023px) {
	.bmi-form-wrap .bmi-form-col-inside {
		padding: 40px 0 0;
	}
}

.before-after {
	position: relative;
	display: flex;
	padding: 83px 0 60px;
	z-index: 1;
}

@media (max-width: 1229px) {
	.before-after {
		padding: 60px 0 40px;
	}
}

@media (max-width: 767px) {
	.before-after {
		flex-direction: column;
		padding: 0;
	}
}

.before-after-text {
	position: relative;
	z-index: 1;
	margin-left: auto;
	width: 54.7%;
	padding: 90px 70px 50px;
	background-color: #fff;
	box-shadow: 0 5px 50px rgba(110, 110, 110, .05);
}

.before-after-text .icon {
	position: absolute;
	right: 50px;
	top: 15px;
	font-size: 55px;
	width: auto;
}

@media (max-width: 1023px) {
	.before-after-text .icon {
		font-size: 45px;
	}
}

@media (max-width: 767px) {
	.before-after-text .icon {
		font-size: 35px;
		right: 30px;
		top: 20px;
	}
}

@media (max-width: 1229px) {
	.before-after-text {
		padding: 90px 50px 30px;
	}
}

@media (max-width: 767px) {
	.before-after-text {
		padding: 65px 35px 30px;
		width: 100%;
	}
}

.before-after-name {
	padding-top: 0;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 600;
}

.before-after-name span {
	font-size: 16px;
	color: #787878;
}

@media (max-width: 767px) {
	.before-after-name {
		font-size: 18px;
	}
	
	.before-after-name span {
		font-size: 15px;
	}
}

.bmi-form .form-group .col input[type="text"].nitro-lazy {
	background-image: none !important;
}

.before-after-label {
	position: absolute;
	z-index: 1;
	top: -53px;
	left: 70px;
	width: 107px;
	height: 107px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	font-weight: 600;
}

.before-after-label span.before-after-weight {
	position: relative;
	top: 4px;
	font-size: 46px;
	line-height: .85em;
}

@media (max-width: 1229px) {
	.before-after-label {
		top: -42px;
	}
}

@media (max-width: 1023px) {
	.before-after-label {
		width: 84px;
		height: 84px;
		font-size: 14px;
		font-weight: 500;
	}
	
	.before-after-label span.before-after-weight {
		top: 3px;
		font-size: 34px;
		line-height: .9em;
	}
}

@media (max-width: 767px) {
	.before-after-label {
		left: 30px;
	}
}

.before-after-image {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	max-width: calc(45.3% + 70px);
}

@media (max-width: 1229px) {
	.before-after-image {
		max-width: calc(45.3% + 30px);
	}
}

.before-after-image img {
	width: 100%;
}

@media (max-width: 767px) {
	.before-after-image {
		position: relative;
		max-width: 100%;
		z-index: 0;
	}
}

.before-after:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #f7f7f7;
	width: 63.3%;
}

.before-after-bg {
	position: absolute;
	z-index: -1;
	left: -70px;
	bottom: -53px;
}

.before-after--reverse .before-after-text {
	margin-left: 0;
	margin-right: auto;
}

.before-after--reverse .before-after-text .icon {
	right: auto;
	left: 70px;
}

@media (max-width: 1229px) {
	.before-after--reverse .before-after-text .icon {
		right: auto;
		left: 50px;
	}
}

@media (max-width: 767px) {
	.before-after--reverse .before-after-text .icon {
		right: auto;
		left: 30px;
	}
}

.before-after--reverse .before-after-label {
	left: auto;
	right: 70px;
}

@media (max-width: 1229px) {
	.before-after--reverse .before-after-label {
		right: 50px;
	}
}

@media (max-width: 767px) {
	.before-after--reverse .before-after-label {
		left: auto;
		right: 30px;
	}
}

.before-after--reverse .before-after-image {
	right: 0;
	left: auto;
}

.before-after--reverse:before {
	left: auto;
	right: 0;
}

.before-after--reverse .before-after-bg {
	right: -70px;
	left: auto;
}

.before-after + .before-after {
	margin-top: 105px;
}

@media (max-width: 1023px) {
	.before-after + .before-after {
		margin-top: 80px;
	}
}

@media (max-width: 767px) {
	.before-after + .before-after {
		margin-top: 50px;
	}
}

/*review stories carousel*/
.reviews-style5 {
	margin-top: -40px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center top !important;
	height: 674px;
}

@media (max-width: 1229px) {
	.reviews-style5 {
		margin-top: -20px;
		min-height: 57vw;
		height: auto;
		background-size: auto calc(57vw + 5px);
	}
	
	.reviews-style5 .slick-slider {
		margin-bottom: 0;
	}
}

@media (max-width: 479px) {
	.reviews-style5 {
		margin-top: 0;
	}
}

.reviews-style5 .reviews-wrap {
	padding: 0;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.reviews-style5 .review {
	display: flex;
}

.reviews-style5 .review-left, .reviews-style5 .review-right {
	flex: 1;
	position: relative;
	z-index: 1;
}

.reviews-style5 .review-left img, .reviews-style5 .review-right img {
	position: absolute;
	bottom: 0;
	max-width: 100%;
	width: auto;
}

.reviews-style5 .review-right img {
	right: 0;
}

.reviews-style5 .review-left img {
	left: 0;
}

@media (max-width: 1229px) {
	.reviews-style5 .review-right img {
		left: -4vw;
		right: auto;
	}
	
	.reviews-style5 .review-left img {
		right: -4vw;
		left: auto;
	}
}

@media (max-width: 575px) {
	.reviews-style5 .review-left img, .reviews-style5 .review-right img {
		max-height: 200px;
		top: 0;
	}
	
	.reviews-style5 .review-right img {
		right: -7vw;
		left: auto;
	}
	
	.reviews-style5 .review-left img {
		left: -7vw;
		right: auto;
	}
}

.reviews-style5 .review-center {
	max-width: 550px;
	padding: 93px 0 0 0;
}

@media (max-width: 1023px) {
	.reviews-style5 .review-center {
		max-width: 410px;
		padding-top: 7vw;
	}
}

@media (max-width: 575px) {
	.reviews-style5 .review-center {
		max-width: 274px;
	}
}

.reviews-style5 .review-title-1 {
	font-size: 103px;
	line-height: 1.2em;
	font-weight: 600;
	text-align: center;
}

@media (max-width: 1229px) {
	.reviews-style5 .review-title-1 {
		font-size: 74px;
	}
}

@media (max-width: 767px) {
	.reviews-style5 .review-title-1 {
		font-size: 50px;
	}
}

@media (max-width: 575px) {
	.reviews-style5 .review-title-1 {
		font-size: 38px;
	}
}

.reviews-style5 .review-title-2 {
	margin-top: 38px;
	font-size: 46px;
	line-height: 1.2em;
	font-weight: 600;
	color: #bebebe;
	text-align: center;
}

@media (max-width: 1229px) {
	.reviews-style5 .review-title-2 {
		margin-top: 5vw;
		font-size: 31px;
	}
}

@media (max-width: 767px) {
	.reviews-style5 .review-title-2 {
		font-size: 26px;
	}
}

@media screen and (max-width: 767px) and (orientation: landscape) {
	.reviews-style5 .review-title-2 {
		margin-top: 10vw;
	}
}

@media (max-width: 575px) {
	.reviews-style5 .review-title-2 {
		font-size: 16px;
	}
}

.reviews-style5 .review-box {
	position: relative;
	margin: 33px 0 57px 0;
	padding: 45px 60px;
	border: 0;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 5px 30px rgba(0, 0, 0, .05);
}

.reviews-style5 .review-box .icon {
	position: absolute;
	left: 25px;
	top: 25px;
	font-size: 44px;
	width: auto;
}

@media (max-width: 1023px) {
	.reviews-style5 .review-box .icon {
		top: 20px;
		left: 20px;
		font-size: 36px;
	}
}

@media (max-width: 1023px) {
	.reviews-style5 .review-box .icon {
		top: 15px;
		left: 15px;
		font-size: 28px;
	}
}

.reviews-style5 .review-box .review-text {
	font-size: 16px;
	line-height: 27px;
}

@media (max-width: 1229px) {
	.reviews-style5 .review-box .review-text {
		font-size: 15px;
		line-height: 24px;
		max-height: 74px;
		overflow: hidden;
	}
}

@media (max-width: 767px) {
	.reviews-style5 .review-box .review-text {
		font-size: 14px;
		line-height: 20px;
		max-height: none;
	}
}

.reviews-style5 .review-box .review-author {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 600;
	color: #444;
}

@media (max-width: 1229px) {
	.reviews-style5 .review-box .review-author {
		margin-bottom: 8px;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.reviews-style5 .review-box .review-author {
		font-size: 15px;
	}
}

@media (max-width: 1229px) {
	.reviews-style5 .review-box {
		margin: 20px 0 20px;
		padding: 25px 35px;
	}
}

@media (max-width: 575px) {
	.reviews-style5 .review-box {
		z-index: 10;
		margin: 20px 0 20px;
	}
}

.reviews-style5 .slick-list {
	overflow: visible;
}

.reviews-style5 .slick-dots {
	margin: 0;
}

@media (max-width: 1023px) {
	.reviews-style5 .slick-dots {
		margin-top: 15px;
	}
}

@media (max-width: 575px) {
	.reviews-style5 .slick-dots {
		margin-top: -5px;
		bottom: 5px;
		position: relative;
	}
}

.reviews-style5 .slick-slide img {
	opacity: 0;
	transition: .5s;
	-webkit-backface-visibility: hidden;
	height: 100%;
	max-width: none;
	filter: blur(20px);
}

.reviews-style5 .review-left img {
	transform: translate3d(-100%, 0, 0);
}

.reviews-style5 .review-right img {
	transform: translate3d(100%, 0, 0);
}

.reviews-style5 .slick-slide.slick-active .review-left img, .reviews-style5 .slick-slide.slick-active .review-right img {
	opacity: 1;
	filter: blur(0);
	transform: translate3d(0, 0, 0);
}

@media (max-width: 767px) {
	.layout-weightloss .btn-link {
		box-shadow: none;
		border-radius: 0;
	}
}

.table-striped-custom tr {
	border: none;
}

.double-title, .double-title + p {
	position: relative;
}

.double-title span {
	position: relative;
	z-index: 1;
}

.double-title:after {
	position: absolute;
	z-index: 0;
	right: 0;
	left: -.05em;
	top: -.65em;
	font-size: 120px;
	line-height: 1em;
	white-space: nowrap;
	content: attr(data-title);
	color: #f7f9fb;
}

@media (max-width: 1229px) {
	.double-title:after {
		font-size: 100px;
	}
}

@media (max-width: 575px) {
	.double-title:after {
		font-size: 70px;
	}
}

.bg-title {
	font-size: 120px;
	line-height: 1em;
	white-space: nowrap;
	content: attr(data-title);
	color: #fff;
}

@media (max-width: 1229px) {
	.bg-title {
		font-size: 100px;
	}
}

@media (max-width: 1229px) {
	.bg-title {
		margin-bottom: -.75em;
	}
}

@media (max-width: 575px) {
	.bg-title {
		font-size: 70px;
	}
}

.bg-title + * {
	position: relative;
	margin-top: -60px;
}

.double-title--white:after {
	color: #fff;
}

.double-title--vcenter:after {
	top: -.36em;
}

.double-title--center:after {
	right: auto;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 1023px) {
	.banner-appointment-form .double-title--center:after {
		left: 85%;
	}
}

@media (max-width: 767px) {
	.banner-appointment-form .double-title--center:after {
		left: 45%;
	}
}

@media (min-width: 1230px) {
	.text-lg-left .double-title:after {
		left: -.2em;
	}
}

@media (max-width: 1229px) {
	.text-lg-left .double-title:after {
		left: 0;
	}
}

@media (max-width: 1229px) {
	.double-title--center-lg:after {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}

.double-title--left:after {
	left: -.2em;
}

.double-title--right:after {
	left: auto;
	right: -.2em;
}

@media (max-width: 1229px) {
	.double-title--right:after {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}

.double-title--top:after {
	left: -.2em;
	top: -.76em;
}

.double-title--top-md:after {
	left: -.2em;
	top: -.84em;
}

@media (max-width: 1024px) {
	.double-title--top-md:after {
		left: 0;
	}
}

.double-title--top:after {
	left: -.2em;
	top: -.76em;
}

.double-title--top-md:after {
	left: -.2em;
	top: -.84em;
}

.container-shift-left {
	margin-left: calc(100% - 570px);
}

@media (max-width: 1229px) {
	.container-shift-left {
		margin: 0;
		padding: 0 15px;
	}
}

.container-shift-right {
	margin-right: calc(100% - 570px);
}

@media (max-width: 1229px) {
	.container-shift-right {
		margin: auto;
		padding: 0 15px;
		text-align: center;
		padding-top: 75px;
	}
}

@media (max-width: 767px) {
	.container-shift-right {
		padding-top: 55px;
	}
}

.section-news-achiev .row-shift img {
	max-width: inherit;
}

@media (max-width: 1229px) {
	.section-news-achiev .row-shift img {
		max-width: 100%;
	}
}

.image-shift-right {
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
	margin-right: -25px;
}

@media (max-width: 1023px) {
	.image-shift-right {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.image-shift-right {
		display: block;
	}
}

.image-shift-left {
	position: relative;
	z-index: 1;
	margin-left: -50px;
}

@media (max-width: 575px) {
	img.w-xs-100 {
		width: 100%;
	}
}

@media (max-width: 767px) {
	img.w-sm-100 {
		width: 100%;
	}
}

@media (max-width: 1023px) {
	img.w-md-100 {
		width: 100%;
	}
}

.col-shift-right {
	background-color: #f2f4f6;
	padding-bottom: 0;
}

@media (min-width: 1230px) {
	.row-shift {
		flex-wrap: nowrap;
	}
	
	.col-shift-right {
		flex: 0 0 calc(50% + 70px);
		max-width: calc(50% + 70px);
		padding-top: 77px;
	}
}

@media (min-width: 1230px) and (max-width: 1023px) {
	.col-shift-right {
		padding: 50px 0;
	}
}

@media (min-width: 1230px) {
	.col-shift-right .container-shift-left {
		margin-left: calc(100% - 640px);
	}
	
	.col-shift-left {
		margin-left: -55px;
	}
	
	.col-shift-left .container-shift-right {
		padding-left: 135px;
	}
}

.text-image-block {
	background-color: #f6f7f5;
}

.text-image-block.block_dl_forms, .text-image-block.block-bg__patient-info {
	background-color: transparent;
}

.text-image-block .image-col {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.block_dl_forms.text-image-block .image-col {
	display: block;
}

.container-shift-left {
	margin-left: calc(100% - 570px);
}

@media (max-width: 1229px) {
	.container-shift-left {
		margin: 0;
		padding: 0 15px;
		padding-top: 52px;
	}
}

@media (max-width: 767px) {
	.container-shift-left {
		padding-top: 55px;
	}
}

.image-shift-right {
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
	margin-right: -25px;
}

@media (max-width: 1023px) {
	.image-shift-right {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.image-shift-right {
		display: block;
	}
}

.image-shift-left {
	position: relative;
	z-index: 1;
	margin-left: -50px;
}

@media (max-width: 767px) {
	.text-image-block .image-col {
		display: block;
	}
}

.text-image-block .image-col img {
	max-height: 100%;
}

@media (max-width: 1229px) {
	.text-image-block .image-col img {
		max-height: 95%;
		margin-right: -5%;
		max-width: initial;
	}
	
	.section-patient-info .text-image-block .image-col img, .block_dl_forms.text-image-block .image-col img {
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 1023px) {
	.text-image-block .image-col img {
		max-height: 95%;
		margin-right: -20%;
		max-width: initial;
	}
	
	.section-patient-info .text-image-block .image-col img {
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 767px) {
	.text-image-block .image-col img {
		max-width: 100%;
		max-height: none;
		margin: 0;
	}
}

.text-image-block .text-col {
	position: relative;
	z-index: 1;
	padding: 100px 15px;
	max-width: 570px;
}

@media (max-width: 1023px) {
	.text-image-block .text-col {
		z-index: 2;
	}
}

@media (max-width: 767px) {
	.text-image-block .text-col {
		padding: 50px 15px 20px;
		order: -1;
	}
	
	.text-image-block .text-col .title-wrap {
		text-align: center;
	}
}

.text-image-block .h-sub {
	position: relative;
	z-index: 1;
}

.text-image-block [data-title] {
	display: inline-flex;
	position: relative;
	z-index: 0;
}

.text-image-block [data-title] span {
	position: relative;
	z-index: 1;
}

.text-image-block [data-title]:after {
	position: absolute;
	z-index: 0;
	right: -7px;
	top: -.52em;
	font-size: 120px;
	line-height: 1em;
	color: #fff;
	white-space: nowrap;
	content: attr(data-title);
}

@media (max-width: 1229px) {
	.text-image-block [data-title]:after {
		font-size: 100px;
		left: 50%;
		right: auto;
		transform: translateX(-47%);
	}
}

@media (max-width: 575px) {
	.text-image-block [data-title]:after {
		top: -10px;
		font-size: 70px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
}

.section-about {
	background-image: url("https://cdn-iledpfn.nitrocdn.com/SwvohtEUrUoBwMkdlyUoafTwFCOlXWPL/assets/images/optimized/rev-e56d784/stockportimplantcentre.com/wp-content/themes/medin/images/medlab/bg_hp_about01.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 115px;
	padding-bottom: 105px;
}

.section-about.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 1024px) {
	.section-about {
		padding-bottom: 80px;
		padding-top: 60px;
	}
}

@media (max-width:767px) {
	.section-about {
		padding-bottom: 65px;
		padding-top: 60px;
	}
}

@media (max-width:767px) {
	.section-about .block-right {
		padding-top: 31px;
	}
}

.section-about .block-right .h-sub {
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	.section-about .block-right .h-sub {
		margin-bottom: 7px;
	}
}

.section-about .block-right .title-wrap .h1 {
	line-height: 44px;
}

@media (max-width: 1024px) {
	.section-about .block-right .title-wrap .h1 {
		line-height: 34px;
	}
	
	.section-about .block-right p {
		line-height: 25px;
	}
	
	.section-about .block-right p + ul.marker-list-md {
		padding-top: 1px;
		padding-left: 5px;
	}
	
	.section-about .block-right ul.marker-list-md {
		line-height: 24px;
		letter-spacing: .03em;
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.section-about .block-right .title-wrap .h1 {
		line-height: 30px;
	}
	
	.section-about .block-right p {
		line-height: 20px;
		margin-bottom: 20px;
	}
	
	.section-about .block-right ul.marker-list-md {
		line-height: 20px;
		font-size: 14px;
	}
}

.section-about .block-right .title-wrap + .department-carousel {
	margin-top: 24px;
}

@media (max-width: 1024px) {
	.section-about .block-right .title-wrap + .department-carousel {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.section-about .block-right .title-wrap + .department-carousel {
		text-align: left;
		margin-top: 21px;
	}
}

.section-about .container {
	position: relative;
	z-index: 1;
}

.department-tabs2-bg {
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0;
	transform: translateX(-80%);
}

.department-tabs2-bg img {
	max-width: inherit;
}

@media (max-width: 1023px) {
	.department-tabs2-bg img {
		max-width: 65vw;
	}
}

@media (max-width: 767px) {
	.department-tabs2-bg img {
		max-width: 120vw;
	}
}

.ch-block-numb-texts .department-tabs {
	display: flex;
	flex-wrap: wrap;
	margin: -30px 6px 0;
	padding-top: 20px;
}

@media (max-width: 1024px) {
	.ch-block-numb-texts .department-tabs {
		margin: -20px 0px 0;
		margin-left: -10px;
		margin-right: -10px;
	}
}

.ch-block-numb-texts .department-tabs:not(.js-tests-mobile-carousel) > * {
	min-width: inherit;
	min-width: calc(50% - 30px);
	flex: auto;
	flex: 0 0 calc(50% - 30px);
	align-items: inherit;
	padding-top: 23px;
	padding-bottom: 40px;
	padding-left: 30px;
	margin: 15px;
	margin-left: 0;
	margin-right: 30px;
}

@media (max-width: 1024px) {
	.ch-block-numb-texts .department-tabs:not(.js-tests-mobile-carousel) > * {
		margin: 1px 10px 20px 10px;
		flex: 0 0 calc(50% - 20px);
		min-width: calc(50% - 20px);
		padding: 15px 10px 28px 20px;
	}
}

@media (max-width:767px) {
	.ch-block-numb-texts .department-tabs:not(.js-tests-mobile-carousel) > * {
		padding: 14px 5px 22px 15px;
		margin-bottom: 17px;
	}
}

.ch-block-numb-texts .department-tab .department-tab-numb {
	font-size: 90px;
	line-height: 100px;
	font-weight: 600;
	padding-bottom: 16px;
}

@media (max-width: 1024px) {
	.ch-block-numb-texts .department-tab .department-tab-numb {
		font-size: 62px;
		padding-bottom: 7px;
		line-height: 70px;
	}
}

@media (max-width:767px) {
	.ch-block-numb-texts .department-tab .department-tab-numb {
		font-size: 50px;
		line-height: 51px;
	}
}

.ch-block-numb-texts .department-tab .department-tab-text {
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	padding-bottom: 16px;
}

@media (max-width: 1024px) {
	.ch-block-numb-texts .department-tab .department-tab-text {
		font-size: 15px;
		padding-bottom: 7px;
	}
}

@media (max-width:767px) {
	.ch-block-numb-texts .department-tab .department-tab-text {
		font-size: 12px;
		padding-bottom: 4px;
	}
}

.h-decor {
	position: relative;
}

.ch-block-numb-texts .department-tab .h-decor {
	width: 33px;
}

@media (max-width: 1024px) {
	.ch-block-numb-texts .department-tab .h-decor {
		width: 24px;
	}
}

@media (max-width: 767px) {
	.ch-block-numb-texts .department-tab .h-decor {
		width: 18px;
	}
}

.ch-block-numb-texts .department-tab.active .department-tab-numb, .ch-block-numb-texts .department-tab:hover .department-tab-numb, .ch-block-numb-texts .department-tab.active, .ch-block-numb-texts .department-tab:hover {
	color: #fff;
}

.ch-block-numb-texts .department-tab.active .h-decor, .ch-block-numb-texts .department-tab:hover .h-decor {
	background-color: #fff;
}

.ch-block-numb-texts .department-carousel .slick-prev, .ch-block-numb-texts .department-carousel .slick-next {
	display: none !important;
}

.input-group [class*='icon-'].ws-form-icons__icon-wrapper {
	top: 0;
}

.input-group .ws-form-icons__icon-wrapper [class*='icon-'] {
	top: 8px;
}

@media (min-width: 1024px) {
	.header-search {
		margin-left: 0;
	}
	
	.header-nav + .header-search {
		margin-left: 20px;
	}
	
	.header-nav + .header-cart {
		margin-left: 10px;
	}
}

.filterCarousel, .section-perfect-team .content-search {
	margin-bottom: 34px;
}

.section-perfect-team .content-search {
	margin-top: 41px;
}

@media (max-width: 1023px) {
	.section-perfect-team .content-search {
		margin-top: 24px;
		width: 220px;
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.section-perfect-team .content-search {
		margin-top: 15px;
		margin-bottom: 10px;
		width: 250px;
	}
}

.filterCarousel:not(:first-child) {
	margin-top: 40px;
}

@media (max-width: 1023px) {
	.filterCarousel:not(:first-child) {
		margin-top: 25px;
	}
}

@media (max-width: 1023px) {
	.filterCarousel {
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.filterCarousel {
		margin-bottom: 25px;
	}
}

.filterCarousel .selectWrapper, .section-perfect-team .content-search {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.filterCarousel .selectWrapper.input-group select {
	margin-left: 0 !important;
	padding-left: 15px !important;
}

.section-perfect-team .filterCarousel .selectWrapper.input-group select, .section-perfect-team .content-search .form-control {
	font-size: 16px;
	font-weight: bold;
	color: #787878;
}

.section-perfect-team .content-search ::-webkit-input-placeholder {
	color: #787878 !important;
}

.section-perfect-team .content-search :-ms-input-placeholder {
	color: #787878 !important;
}

.section-perfect-team .content-search ::-moz-placeholder {
	color: #787878 !important;
}

.section-perfect-team .content-search :-moz-placeholder {
	color: #787878 !important;
}

.section-perfect-team .content-search .form-control, .section-perfect-team .content-search button, body:not(.touch) .section-perfect-team .content-search button:focus {
	min-height: 42px;
	height: 42px;
}

@media (max-width: 1023px) {
	.section-perfect-team .content-search .form-control, .section-perfect-team .content-search button, body:not(.touch) .section-perfect-team .content-search button:focus {
		min-height: 37px;
		height: 37px;
	}
	
	.section-perfect-team .content-search .form-control {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.section-perfect-team .content-search .form-control, .section-perfect-team .content-search button, body:not(.touch) .section-perfect-team .content-search button:focus {
		min-height: 42px;
		height: 42px;
	}
	
	.section-perfect-team .content-search .form-control {
		font-size: 14px;
	}
}

.section-perfect-team .content-search .form-control {
	border-radius: 6px 0 0 6px;
}

.section-perfect-team .content-search button, body:not(.touch) .section-perfect-team .content-search button:focus {
	border-radius: 0 6px 6px 0;
}

.doctor-box:not(.doctor-box-style2).doctor-box-style3 {
	box-shadow: none;
}

@media (max-width: 1023px) {
	.doctor-box.doctor-box-style3 {
		padding: 0;
	}
}

.doctor-box.doctor-box-style3 .doctor-box-photo:after, .doctor-box.doctor-box-style3:hover .doctor-box-photo:after {
	content: none;
}

.doctor-box-style3.doctor-box:hover .doctor-box-photo {
	border-radius: 0;
}

.doctor-box-style3 .doctor-box-top {
	margin-top: 27px;
}

@media (max-width: 767px) {
	.doctor-box-style3 .doctor-box-top {
		margin-top: 20px;
	}
}

.doctor-box-style3 .doctor-box-name {
	font-size: 20px;
	margin-bottom: 17px;
}

@media (max-width: 767px) {
	.doctor-box-style3 .doctor-box-name {
		font-size: 18px;
		margin-bottom: 0;
	}
}

@media (max-width: 1023px) {
	.doctor-box-style3 .doctor-box-name, .doctor-box-style3 .doctor-box-position {
		display: none;
	}
}

@media (max-width: 767px) {
	.doctor-box-style3 .doctor-box-name, .doctor-box-style3 .doctor-box-position {
		display: block;
	}
	
	.doctor-box-style3 .doctor-box-position {
		font-size: 13px;
		margin-top: 9px;
	}
}

.doctor-box-style3 .doctor-box-photo {
	position: relative;
}

@media (max-width: 1023px) {
	.doctor-box-style3 .doctor-box-photo {
		margin: 0;
	}
}

.doctor-box-social.style-medlab {
	background-color: #fff;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 1;
	height: auto;
	display: block;
	padding: 0;
	text-align: center;
}

.doctor-box-social.style-medlab > a {
	width: 43px;
	display: block;
	margin: auto;
	height: auto;
	padding: 5px 0;
}

@media (max-width: 1023px) {
	.doctor-box-social.style-medlab > a {
		padding: 3px 0;
	}
}

@media (max-width: 767px) {
	.doctor-box-social.style-medlab > a {
		padding: 2px 0;
	}
}

.doctor-box-social.style-medlab > a:hover {
	background-color: transparent;
	box-shadow: none;
}

.doctor-box-social.style-medlab > a .icon {
	width: 14px;
}

@media (max-width: 1023px) {
	.doctor-box-social.style-medlab > a .icon {
		width: 13px;
	}
}

@media (max-width: 767px) {
	.doctor-box-social.style-medlab > a .icon {
		width: 12px;
	}
}

.section-perfect-team .specialist-carousel .slick-slide {
	padding-bottom: 0;
}

@media (max-width: 1023px) {
	.section-perfect-team .specialist-carousel .slick-slide {
		padding-bottom: 10px;
	}
	
	.section-perfect-team .specialist-carousel .slick-dots {
		margin: 0;
		margin-bottom: -17px;
	}
	
	.section-perfect-team .slick-dots li button {
		width: 7px;
		height: 7px;
	}
}

@media (max-width: 767px) {
	.section-perfect-team .specialist-carousel .slick-dots {
		margin-top: 18px;
		margin-bottom: -15px;
	}
}

@media (min-width: 1025px) {
	.section-prices {
		margin-bottom: -10px;
	}
}

@media (max-width: 1229px) {
	.page-content .section.section-prices {
		margin-top: 75px;
	}
}

@media (max-width: 767px) {
	.page-content .section.section-prices {
		margin-top: 55px;
	}
}

@media (max-width: 1023px) {
	.h1 + .h-decor {
		top: -7px;
	}
}

.price-box {
	text-align: center;
	margin-top: 42px;
	padding-top: 2px;
	margin-bottom: 10px;
	font-size: 16px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .07);
	padding-bottom: 47px;
}

@media (max-width: 1024px) {
	.price-box {
		margin-top: 24px;
		font-size: 15px;
		padding-bottom: 42px;
	}
}

@media (max-width: 1024px) {
	.price-box {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.price-box {
		padding-bottom: 40px;
	}
}

.prices-box {
	padding: 0 0 40px;
	margin: 10px 0 25px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .07);
}

.prices-box-title {
	margin-bottom: 0;
	padding: 20px;
}

@media (max-width: 1023px) {
	.prices-box-title {
		padding: 20px 10px;
	}
}

.prices-box-price {
	margin-bottom: 36px;
	padding: 15px;
	font-size: 46px;
	line-height: 1em;
	font-weight: 600;
	background-color: #f7f7f7;
}

.prices-box-price sub {
	bottom: 0;
	font-size: 20px;
}

.prices-box-price sub:first-child {
	bottom: .1em;
	padding: 0 5px;
	color: #444;
}

.prices-box-link {
	margin-top: 32px;
}

.prices-box-row {
	position: relative;
	margin-bottom: 11px;
}

.prices-box-text {
	font-size: 16px;
	line-height: 24px;
}

.prices-box.prices-box--style2 {
	margin: 20px auto;
	padding: 0 0 48px;
	max-width: 370px;
}

.prices-box.prices-box--style2 .prices-box-price {
	margin-bottom: 7px;
	background-color: transparent;
}

.prices-box.prices-box--style2 .prices-box-title {
	padding: 40px 20px 0;
	padding: 40px 16px 0;
}

.prices-box.prices-box--style2 .prices-box-text {
	margin-bottom: 23px;
}

.prices-box.prices-box--style2 .prices-box-row {
	margin: 0 25px 5px;
	padding: 0 0 7px;
}

.prices-box.prices-box--style2 .prices-box-row:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #f7f7f7;
}

.prices-box.prices-box--style2 .prices-box-link {
	margin-top: 26px;
}

.prices-box.prices-box--style3 {
	margin-top: 0;
	padding: 0;
	box-shadow: 5px 5px 22px rgba(0, 0, 0, .07);
}

.prices-box.prices-box--style3 .prices-box-title-wrap {
	background-color: #454f4e;
	margin-bottom: 40px;
	padding: 35px 25px 33px;
}

@media (max-width: 575px) {
	.prices-box.prices-box--style3 .prices-box-title-wrap {
		margin-bottom: 25px;
		padding: 19px 20px 16px;
	}
}

.prices-box.prices-box--style3 .prices-box-title {
	padding: 0;
	color: #fff;
}

.prices-box.prices-box--style3 .prices-box-title + * {
	margin-top: 15px;
}

@media (max-width: 575px) {
	.prices-box.prices-box--style3 .prices-box-title + * {
		margin-top: 10px;
	}
}

@media (max-width: 575px) {
	.prices-box.prices-box--style3 .prices-box-title {
		font-size: 18px;
	}
}

.prices-box.prices-box--style3 .prices-box-price {
	padding: 0;
	margin-bottom: 0;
	color: #fff;
	background-color: transparent;
}

.prices-box.prices-box--style3 .prices-box-price + * {
	margin-top: 6px;
}

@media (max-width: 575px) {
	.prices-box.prices-box--style3 .prices-box-price {
		font-size: 34px;
	}
	
	.prices-box.prices-box--style3 .prices-box-price + * {
		margin-top: 4px;
	}
}

.prices-box.prices-box--style3 .prices-box-price sub:first-child {
	color: #fff;
}

.prices-box.prices-box--style3 .prices-box-text {
	font-size: 16px;
	color: #fff;
}

@media (max-width: 575px) {
	.prices-box.prices-box--style3 .prices-box-text {
		font-size: 14px;
	}
}

.prices-box.prices-box--style3 .prices-box-row {
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 17px;
	padding-right: 40px;
	text-align: left;
	position: relative;
	color: #787878;
}

.prices-box.prices-box--style3 .prices-box-row .icon {
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 3px;
	width: auto;
}

@media (max-width: 767px) {
	.prices-box.prices-box--style3 .prices-box-row {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 15px;
		margin-left: 20px;
		margin-right: 20px;
		padding-right: 30px;
	}
}

.prices-box.prices-box--style3 .prices-box-link {
	margin-top: 40px;
	text-align: center;
	border-top: 1px solid #f4f4f4;
}

.prices-box.prices-box--style3 .prices-box-link .btn-link.btn-link--sm {
	display: block;
	width: 100%;
	padding: 27px 25px;
	font-size: 14px;
	line-height: 16px;
}

@media (max-width: 575px) {
	.prices-box.prices-box--style3 .prices-box-link .btn-link.btn-link--sm {
		padding: 19px 25px;
	}
}

@media (max-width: 575px) {
	.prices-box.prices-box--style3 .prices-box-link {
		margin-top: 25px;
	}
}

.prices-box.prices-box--style3.prices-box--special {
	z-index: 10;
	background-color: #fff;
}

.prices-box.prices-box--style3.prices-box--special .prices-box-title {
	color: #fff;
}

.prices-box.prices-box--style3.prices-box--special .prices-box-row {
	color: #787878;
}

.prices-box--special .prices-box-title, .prices-box--special .prices-box-text, .prices-box--special .prices-box-price, .prices-box--special .prices-box-row, .prices-box--special .prices-box-price sub, .prices-box--special .prices-box-price sub:first-child {
	color: #fff;
}

.prices-box--special .prices-box-row:after {
	background-color: #fff;
	opacity: .2;
}

.prices-carousel {
	margin-top: -20px;
	margin-bottom: -25px;
}

@media (max-width: 1023px) {
	.prices-box {
		margin-bottom: 20px;
	}
	
	.prices-carousel {
		margin-left: 50px;
		margin-right: 50px;
	}
	
	.prices-carousel .slick-dots {
		margin: 10px 0 -10px;
	}
	
	.prices-box.prices-box--style2 {
		margin-bottom: 25px;
	}
}

@media (max-width: 1023px) {
	.prices-carousel-column .slick-dots {
		position: absolute;
		margin: 5px 0 0;
	}
}

@media (max-width: 575px) {
	.prices-carousel {
		margin-left: 0;
		margin-right: 0;
	}
	
	.prices-carousel .slick-dots {
		margin: 10px 0 10px;
	}
	
	.prices-box.prices-box--style2 {
		margin-top: 0;
		margin-bottom: 20px;
	}
}

.price-box.prices-box--style2 {
	margin: 20px auto;
	padding: 0 0 48px;
	max-width: 370px;
}

.price-box-price {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
}

@media (max-width: 1024px) {
	.price-box-price {
		font-size: 18px;
		padding-bottom: 7px;
	}
}

.price-box-price span {
	vertical-align: middle;
}

.price-box-price b {
	font-size: 46px;
	line-height: 71px;
	letter-spacing: -.03em;
	font-weight: 600;
}

@media (max-width: 1024px) {
	.price-box-price b {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.price-box-price b {
		font-size: 36px;
		line-height: 52px;
	}
}

.price-box-title {
	position: relative;
	padding: 20px;
	color: #444;
	font-size: 24px;
	line-height: 25px;
	font-weight: 600;
	padding-top: 46px;
	padding-bottom: 6px;
}

@media (max-width: 1024px) {
	.price-box-title {
		font-size: 20px;
		padding-top: 40px;
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.price-box-title {
		font-size: 18px;
		padding-top: 25px;
		padding-bottom: 1px;
	}
}

.price-box-sub {
	color: #444;
	letter-spacing: .08em;
	padding-bottom: 20px;
	line-height: 25px;
}

@media (max-width: 1024px) {
	.price-box-sub {
		padding-bottom: 10px;
	}
}

.price-box-list {
	padding: 0 50px;
	list-style: none;
	font-size: 16px;
	line-height: 37px;
	color: #787878;
	padding-bottom: 27px;
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.price-box-list {
		font-size: 15px;
		line-height: 33px;
		padding-bottom: 23px;
	}
}

@media (max-width: 767px) {
	.price-box-list {
		font-size: 14px;
		line-height: 27px;
		padding-bottom: 21px;
	}
}

.price-box-list li:not(:first-child) {
	border-top: 1px solid #f7f7f7;
}

.price-box--special, .price-box--special .price-box-title, .price-box--special .price-box-sub, .price-box--special .price-box-list {
	color: #fff !important;
}

@media (max-width: 1024px) {
	.section-prices .slick-dots {
		margin-top: 18px;
	}
	
	.section-prices .slick-dots li button {
		width: 7px;
		height: 7px;
	}
}

@media (max-width: 767px) {
	.section-prices .slick-dots {
		margin-top: 10px;
	}
}

/*layout 01 - icn carousel - move to layout 02*/
.layout_surgeon .icon-carousel-style01 .icn-text:hover, .icon-carousel-style01 .icn-text:hover {
	border: none;
	box-shadow: none;
}

.icon-carousel-style01 .icn-text .icn-text-circle {
	margin-top: 7px;
	width: 81px;
	height: 81px;
	background-repeat: repeat-x;
	box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, .1);
	border-radius: 50%;
	color: #fff;
	color: #fff;
	text-align: center;
	transition: .25s;
}

@media (max-width: 767px) {
	.icon-carousel-style01 .icn-text .icn-text-circle {
		flex-basis: 74px;
		width: 74px;
		height: 74px;
		margin: 0;
	}
	
	.icon-carousel-style01 .icn-text .icn-text-circle [class*='icon'] {
		height: 74px;
	}
}

.icon-carousel-style01 .icn-text .icn-text-title {
	max-width: inherit;
}

@media (max-width: 767px) {
	.icon-carousel-style01 .icn-text .icn-text-title {
		padding-top: 10px;
	}
}

.title-with-clone {
	position: relative;
	display: inline-block;
}

@media (max-width: 1229px) {
	.page-content .section.section-patient-info {
		margin-top: 65px;
	}
}

@media (max-width: 767px) {
	.page-content .section.section-patient-info {
		margin-top: 55px;
	}
}

.section-patient-info .block-bg__patient-info {
	z-index: 1;
}

.section-patient-info .section-lab-serv-download {
	right: 0;
	left: auto;
	bottom: 0;
}

.faq-wrap--pad-lg {
	padding: 95px 100px 95px 80px;
}

@media (max-width: 1023px) {
	.faq-wrap--pad-lg {
		padding: 65px 15px;
	}
}

@media (max-width: 767px) {
	.faq-wrap--pad-lg {
		padding: 25px 15px;
	}
}

.faq-wrap--pad-md {
	padding: 25px 15px 10px 110px;
	max-width: 855px;
}

@media (max-width: 1229px) {
	.faq-wrap--pad-md {
		padding: 25px 15px;
	}
}

@media (max-width: 767px) {
	.faq-wrap--pad-md {
		padding: 25px 15px;
	}
}

.faq-wrap-bg {
	background-color: #f2f4f6;
	min-height: 100%;
}

@media (min-width: 1230px) {
	.faq-wrap-bg {
		/*margin-left: -65px;*/
		width: calc(100% + 65px);
	}
}

.section-patient-info .text-image-block .image-col img {
	max-height: inherit;
	max-width: inherit;
}

.section-patient-info .faq-wrap {
	background-color: #f2f4f6;
	padding-top: 55px;
	padding-bottom: 10px;
}

@media (max-width: 1024px) {
	.section-patient-info .faq-wrap {
		padding-right: 0;
		padding-top: 43px;
		padding-bottom: 45px;
		padding-left: 0;
	}
	
	.section-patient-info .faq-wrap .title-wrap {
		padding-left: 15px;
	}
}

@media (max-width: 767px) {
	.section-patient-info .faq-wrap {
		padding-bottom: 60px;
	}
}

.section-patient-info .faq-wrap .nav-pills .nav-link {
	font-size: 17px;
	height: auto;
	padding-top: 8px;
	padding-right: 5px;
}

@media (max-width: 1024px) {
	.section-patient-info .faq-wrap .nav-pills .nav-link {
		font-size: 15px;
		padding-top: 4px;
	}
}

@media (max-width: 767px) {
	.section-patient-info .faq-wrap .nav-pills .nav-link {
		font-size: 13px;
		padding: 0;
		display: flex;
		flex-direction: column;
		padding-top: 8px;
	}
}

.section-patient-info .faq-wrap .nav-pills .nav-link .icon {
	width: auto;
	margin-right: 0;
	padding-right: 10px;
	vertical-align: top;
}

@media (max-width: 767px) {
	.section-patient-info .faq-wrap .nav-pills .nav-link .icon {
		padding: 0;
		font-size: 16px;
		margin-bottom: 6px;
	}
}

.section-patient-info .faq-wrap .nav-pills .nav-link:after {
	content: none;
}

.section-patient-info .faq-item {
	background-color: #fff;
}

@media (max-width: 767px) {
	.section-patient-info .faq-item {
		margin-bottom: 6px;
	}
}

.section-patient-info .faq-item [data-toggle='collapse'] {
	box-shadow: none;
	color: #444;
	padding-bottom: 16px;
}

@media (max-width: 1024px) {
	.section-patient-info .faq-item [data-toggle='collapse'] {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.section-patient-info .faq-item [data-toggle='collapse'] {
		font-size: 14px;
		padding-right: 30px;
		padding-top: 9px;
		padding-bottom: 8px;
	}
}

.section-patient-info .faq-item .faq-item-content > * {
	padding-top: 0;
	padding-bottom: 26px;
	padding-right: 35px;
}

@media (max-width: 1024px) {
	.section-patient-info .faq-item .faq-item-content > * {
		padding-bottom: 28px;
	}
}

@media (max-width: 767px) {
	.section-patient-info .faq-item .faq-item-content > * {
		padding-bottom: 20px;
	}
}

.section-patient-info .faq-item [data-toggle='collapse'] .icon {
	right: 12px;
}

@media (max-width: 767px) {
	.section-patient-info .faq-item [data-toggle='collapse'] .icon {
		right: 0;
	}
}

.bg-title, h1.bg-title {
	font-size: 120px;
	line-height: 1em;
	white-space: nowrap;
	content: attr(data-title);
	color: #fff !important;
}

.bg-title + * {
	position: relative;
	margin-top: -60px;
}

.section-patient-info .block-bg__patient-info .title-block:before {
	width: 68px;
	background-color: #f2f4f6;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	display: block;
	z-index: 1;
	height: 100%;
}

@media (max-width: 1230px) {
	.section-patient-info .block-bg__patient-info .title-block:before {
		content: none;
	}
}

.tab-content > .tab-pane .tab-wrapper-form {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	padding: 56px 59px 58px 59px;
}

@media (max-width: 1024px) {
	.tab-content > .tab-pane .tab-wrapper-form {
		padding: 15px;
	}
}

.tab-wrapper-form .contact7__custom-form .input-group .form-control {
	border: none;
}

.tab-content > .tab-pane .tab-wrapper-form .form-control {
	border-color: #d5d5d5;
}

@media (max-width: 767px) {
	.tab-content > .tab-pane .tab-wrapper-form .form-control:not(textarea) {
		padding-top: 0;
	}
}

.tab-content > .tab-pane .tab-wrapper-form textarea.form-control {
	min-height: 65px;
	height: 65px;
	padding-top: 10px;
}

.form-ask_btn_c {
	display: block;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.tab-wrapper-form .form-ask_btn_c, .modal-form .form-ask_btn_c {
	display: flex;
}

.section-testimonials {
	background-color: #f2f4f6;
}

.section-testimonials .h-sub {
	margin-bottom: 12px;
}

@media (max-width: 1023px) {
	.section-testimonials .h-sub {
		margin-bottom: 8px;
	}
}

@media (max-width: 767px) {
	.section-testimonials .h-sub {
		margin-bottom: 5px;
	}
}

.title-wrap.text-center:not(.text-md-left) .title-with-clone:after {
	left: 20%;
	top: -.6em;
}

.section-testimonials .reviews-wrap {
	max-width: 650px;
	padding: 35px 50px 60px 0;
}

@media (max-width:768px) {
	.section-testimonials .reviews-wrap {
		padding-right: 10px;
		padding-top: 40px;
		padding-bottom: 45px;
		padding-left: 10px;
	}
}

@media (max-width: 767px) {
	.section-testimonials .reviews-wrap {
		padding-left: 10px;
		padding-right: 10px;
		max-width: inherit;
		text-align: center;
		padding-bottom: 0;
	}
}

.section-testimonials .reviews-carousel {
	margin-top: 18px;
}

@media (max-width: 1023px) {
	.section-testimonials .reviews-carousel {
		margin-top: 10px;
	}
}

.section-testimonials .reviews-carousel .review-text {
	color: #424242;
	font-style: italic;
	margin-bottom: 25px;
	padding-right: 5px;
	line-height: 28px;
}

@media (max-width: 1023px) {
	.section-testimonials .reviews-carousel .review-text {
		line-height: 24px;
		margin-bottom: 18px;
	}
}

@media (max-width: 767px) {
	.section-testimonials .reviews-carousel .review-text {
		text-align: center;
		padding: 0;
		line-height: 22px;
		margin-bottom: 13px;
	}
	
	.section-testimonials .reviews-carousel .review-author, .section-testimonials .reviews-carousel .review-author-position {
		font-size: 13px;
	}
}

.section-testimonials .review-author-position {
	font-style: normal;
}

.section-testimonials .slick-dots {
	text-align: right;
	margin-top: 30px;
}

.section-testimonials .reviews-photo {
	position: relative;
	z-index: 1;
}

@media (max-width: 1024px) {
	.section-testimonials .reviews-photo:not(.reviews-photo-2) img {
		transform: translateX(-75px);
	}
}

@media (max-width: 1023px) {
	.section-testimonials .reviews-photo:not(.reviews-photo-2) {
		max-height: 515px;
		margin-left: -35px;
	}
}

@media (max-width: 768px) {
	.section-testimonials .reviews-photo:not(.reviews-photo-2) img {
		width: 135%;
		transform: translateX(10px);
	}
}

@media (max-width: 767px) {
	.section-testimonials .reviews-photo:not(.reviews-photo-2) {
		max-height: inherit;
		margin: 0;
		margin-top: -70px;
	}
	
	.section-testimonials .reviews-photo:not(.reviews-photo-2) img {
		width: 100%;
		transform: none;
	}
}

@media (max-width: 479px) {
	.section-testimonials .reviews-photo:not(.reviews-photo-2) img {
		width: 140%;
		max-width: inherit;
		transform: translateX(-90px) translateY(80px);
	}
}

.section-testimonials .reviews-carousel:before {
	content: none;
}

.ch-testimonials-img-wrap {
	position: relative;
	margin-bottom: 30px;
}

.section-testimonials .ch-testimonials-img-wrap:before {
	position: absolute;
	content: "“";
	color: #fff;
	top: 50%;
	font-size: 76px;
	line-height: 145px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	z-index: 1;
	font-weight: 600;
	left: 50%;
	right: auto;
	margin-left: -45px;
	margin-top: -45px;
}

@media (max-width: 1025px) {
	.section-testimonials .ch-testimonials-img-wrap:before {
		font-size: 55px;
		line-height: 105px;
		width: 65px;
		height: 65px;
		margin-left: -30px;
		margin-top: -30px;
	}
}

@media (max-width: 1024px) {
	.section-testimonials .ch-testimonials-img-wrap:before {
		margin-left: -105px;
	}
}

@media (max-width: 768px) {
	.section-testimonials .ch-testimonials-img-wrap:before {
		margin-left: 45px;
	}
}

@media (max-width: 767px) {
	.section-testimonials .ch-testimonials-img-wrap:before {
		margin-left: -25px;
	}
}

@media (max-width: 479px) {
	.section-testimonials .ch-testimonials-img-wrap:before {
		margin-top: 55px;
		margin-left: -45px;
	}
}

.testimonials-bg-wrap {
	position: relative;
}

.testimonials-icon {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 39%;
	left: 59%;
	width: 55px;
	height: 55px;
}

.testimonials-icon span {
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	width: 100%;
}

.testimonials-icon span span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 77px;
	line-height: 1.9em;
	border-radius: 50%;
	background-color: #3368c6;
	text-align: center;
}

@media (max-width: 1229px) {
	.testimonials-icon {
		width: 75px;
		left: 220px;
	}
	
	.testimonials-icon span span {
		font-size: 70px;
	}
}

@media (max-width: 575px) {
	.testimonials-icon {
		top: 39%;
		left: 43%;
		width: 16%;
	}
	
	.testimonials-icon span span {
		font-size: 14vw;
	}
}

@media (max-width: 1023px) {
	.section-testimonials .reviews-carousel .slick-dots {
		margin-top: 30px;
	}
	
	.section-testimonials .slick-dots li button {
		width: 7px;
		height: 7px;
	}
}

@media (max-width: 767px) {
	.section-testimonials .reviews-wrap .title-wrap {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.section-testimonials .reviews-carousel .slick-dots {
		margin-top: 25px;
	}
}

.section_make_app {
	padding-bottom: 80px;
}

@media (max-width: 1023px) {
	.section_make_app {
		padding-bottom: 70px;
	}
}

@media (max-width: 767px) {
	.section_make_app {
		padding-bottom: 40px;
	}
}

.section_make_app .title-wrap {
	z-index: 0;
}

.section_make_app .banner-contact-us .title-with-clone {
	padding-bottom: 15px;
}

@media (max-width: 1023px) {
	.section_make_app .banner-contact-us .title-with-clone {
		padding-bottom: 10px;
		padding-top: 5px;
	}
}

.section_make_app .banner-contact-us .contact-form {
	padding-top: 6px;
}

.section_make_app .banner-contact-us .contact-form .form-control {
	border-radius: 5px;
	border: 1px solid #d5d5d5;
	min-height: 42px;
	font-size: 14px;
}

@media (max-width: 1023px) {
	.section_make_app .banner-contact-us .contact-form .form-control {
		font-size: 13px;
		min-height: 13px;
		padding: .55em;
		margin-bottom: 5px;
	}
}

.section_make_app .banner-contact-us .contact-form textarea.form-control {
	min-height: 75px;
	padding-top: 10px;
}

@media (max-width: 1023px) {
	.section_make_app .banner-contact-us .contact-form textarea.form-control {
		min-height: 55px;
		padding-top: 6px;
	}
}

.title-with-clone span {
	position: relative;
	z-index: 1;
}

@media (max-width: 1023px) {
	.section_make_app .banner-contact-us img {
		max-width: 150%;
		position: relative;
		z-index: 1;
	}
}

@media (max-width: 767px) {
	.section_make_app .banner-contact-us img {
		max-width: 65%;
		margin: auto;
	}
}

@media (max-width: 767px) {
	.layout_medlab .footer-logo.ch-footer-logo-resize img {
		max-height: 30px;
	}
}

@media (max-width: 1023px) {
	.title-with-clone {
		display: block;
	}
}

.title-with-clone:after {
	position: absolute;
	z-index: 0;
	left: 90%;
	top: -.35em;
	font-size: 120px;
	line-height: 1em;
	white-space: nowrap;
	content: attr(data-title);
	color: #f6f7f5;
}

.title-with-clone:after {
	color: #fcfdfd;
}

.layout05 .title-with-clone:after {
	color: #f6f7f5;
}

@media (max-width: 1229px) {
	.title-with-clone:after {
		font-size: 100px;
		left: 50%;
	}
}

@media (max-width: 1023px) {
	.title-with-clone:after {
		font-size: 100px;
		left: auto;
		right: 0;
	}
	
	.faq-wrap .title-with-clone:after {
		left: 0;
		right: auto;
	}
}

@media (max-width: 575px) {
	.title-with-clone:after {
		font-size: 70px;
	}
	
	.faq-wrap .title-with-clone:after {
		left: -.2em;
	}
}

.bg-grey .title-with-clone:after {
	color: #fff;
}

.title-wrap.text-center:not(.text-md-left) .title-with-clone {
	display: block;
}

.title-wrap.text-center:not(.text-md-left) .title-with-clone:after {
	z-index: -1;
	right: auto;
	left: 50%;
	top: -.4em;
	transform: translateX(-50%);
}

.section-testimonials .title-wrap.text-center:not(.text-md-left) .title-with-clone:after {
	z-index: -1;
	right: 0;
	left: auto;
	top: -.6em;
	transform: translateX(40px);
}

@media (min-width:767px) and (max-width: 1500px) {
	.section-testimonials .title-wrap.text-center:not(.text-md-left) .title-with-clone:after {
		right: auto;
		left: 0;
	}
}

@media (max-width: 1023px) {
	.title-wrap.text-center:not(.text-md-left) .title-with-clone:after {
		top: -.35em;
		left: 100%;
	}
	
	.title-wrap.text-center:not(.text-md-left) .title-with-clone:after {
		left: 50%;
	}
}

@media (max-width: 1023px) {
	.title-wrap.text-center.text-md-left .title-with-clone {
		display: block;
	}
	
	.title-wrap.text-center.text-md-left .title-with-clone:after {
		z-index: 0;
		right: auto;
		left: 50%;
		top: -.5em;
		transform: translateX(-50%);
	}
}

.department-tabs {
	display: flex;
	flex-wrap: wrap;
	margin: -6px -6px 0;
}

.section-general-diagnostic .department-tabs {
	justify-content: center;
}

.department-tabs:not(.js-tests-mobile-carousel) > * {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex: 0 0 calc(25% - 12px);
	min-width: calc(25% - 12px);
	padding: 41px 10px 45px;
	margin: 6px;
	background-color: #f6f7f5;
}

.section-general-diagnostic .department-tabs > * {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 41px 10px 45px;
	flex: 0 0 calc(16.1% - 10px);
	background-color: #fff;
	text-align: center;
	margin: 9px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 1025px) {
	.section-general-diagnostic .department-tabs > * {
		min-width: calc(16.1% - 10px);
	}
}

@media (max-width: 1024px) {
	.section-general-diagnostic .department-tabs > * {
		margin: 7px;
		max-width: 170px;
		width: 170px;
		padding: 19px 10px;
		flex: initial;
	}
}

@media (max-width: 479px) {
	.section-general-diagnostic .department-tabs > * {
		margin: 3px;
		flex: 0 0 calc(33% - 5px);
		min-width: calc(33% - 5px);
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
	}
}

ul.marker-list-md + .btn-wrapper {
	padding-top: 30px;
}

@media (max-width: 575px) {
	ul.marker-list-md + .btn-wrapper {
		padding-top: 25px;
	}
}

.section-general-diagnostic .department-tabs > .department-tab:last-child {
	margin-right: 0;
}

.department-tab {
	transition: .2s;
	cursor: pointer;
}

.department-tab.active .department-tab-icon, .department-tab:hover .department-tab-icon {
	box-shadow: 0 0 0 5px rgba(255, 255, 255, .2);
}

.section-general-diagnostic .department-tab.active .department-tab-icon, .section-general-diagnostic .department-tab:hover .department-tab-icon {
	box-shadow: none;
}

.section-general-diagnostic .department-tab.active .department-tab-icon, .section-general-diagnostic .department-tab:hover .department-tab-icon, .department-tab.active .department-tab-text, .department-tab:hover .department-tab-text {
	color: #fff;
}

.department-tab-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	font-size: 40px;
	border-radius: 50%;
	background-color: #fff;
	color: #a5a7ac;
	box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
	transition: .5s;
}

.section-general-diagnostic .department-tab-icon {
	background-color: transparent;
}

@media (max-width: 575px) {
	.section-general-diagnostic .department-tab-icon {
		width: auto;
		height: auto;
	}
}

.department-tab-icon:not(:last-child) {
	margin-bottom: 12px;
}

@media (max-width: 575px) {
	.department-tab-icon {
		width: 70px;
		height: 70px;
	}
}

.section-general-diagnostic .department-tab-icon, .section-general-diagnostic .department-tab-icon:not(:last-child) {
	margin-bottom: 0;
}

.section-general-diagnostic .department-tab-icon .icon {
	height: 63px;
}

@media (max-width: 575px) {
	.section-general-diagnostic .department-tab-icon .icon {
		height: 33px;
	}
}

.department-tab-text {
	font-size: 14px;
	line-height: 1em;
	font-weight: 600;
	color: #444;
	transition: .2s;
}

.section-general-diagnostic .department-tab-text {
	line-height: 1.5em;
}

@media (max-width: 575px) {
	.department-tab-text {
		font-size: 13px;
	}
	
	.section-general-diagnostic .department-tab-text {
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		line-height: 1.2em;
	}
}

ul.marker-list-md.dark {
	color: #444;
}

@media (max-width: 1023px) {
	p + ul.marker-list-md {
		padding-top: 10px;
	}
	
	.section-general-diagnostic p + ul.marker-list-md {
		padding-top: 0;
	}
}

@media (max-width: 1023px) {
	.department-carousel {
		margin: 45px 0;
	}
	
	.section-general-diagnostic .department-carousel {
		margin: 15px 0;
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.department-carousel {
		text-align: center;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.section-general-diagnostic .department-carousel {
		text-align: left;
	}
	
	.department-carousel .department-item {
		padding-left: 15px;
		padding-right: 15px;
		overflow: hidden;
	}
	
	.section-general-diagnostic .department-carousel .department-item {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 576px) {
	.department-carousel .slick-list {
		overflow: visible;
	}
}

.department-carousel .department-item {
	position: relative;
	z-index: 0;
	background-color: #fff;
	transition: all .5s cubic-bezier(.7, 0, .3, 1);
	opacity: 0;
}

.section-general-diagnostic .department-carousel .department-item {
	background-color: transparent;
}

.department-carousel .department-item.slick-active {
	opacity: 1;
	z-index: 1;
}

.department-carousel .department-item.slick-active h3:after {
	opacity: 1;
	left: -7px;
}

.department-carousel .department-tab {
	display: none;
	margin: 0 auto 20px;
	width: 162px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px 10px 30px;
}

@media (max-width: 575px) {
	.department-carousel .department-tab {
		display: flex;
	}
}

.department-carousel .department-tab-icon {
	background-color: #fff;
}

.department-carousel .department-tab-text {
	color: #fff;
}

.department-carousel h3 {
	position: relative;
	z-index: -1;
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 30px;
}

@media (max-width: 1023px) {
	.department-carousel h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.department-carousel h3 {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

.department-carousel h3:after {
	position: absolute;
	z-index: 0;
	left: -7px;
	left: 100%;
	top: -24px;
	font-size: 120px;
	line-height: 1em;
	color: #f6f7f5;
	white-space: nowrap;
	content: attr(data-title);
	opacity: 0;
	transition: 1s;
}

.section-general-diagnostic .department-carousel h3:after {
	color: #fcfdfd;
}

@media (max-width: 1023px) {
	.department-carousel h3:after {
		font-size: 100px;
	}
}

@media (max-width: 575px) {
	.department-carousel h3:after {
		top: -20px;
		font-size: 70px;
		left: 50% !important;
		transform: translateX(-50%);
	}
}

.department-carousel h3 span {
	position: relative;
	z-index: 1;
}

.section-general-diagnostic .department-carousel .slick-prev, .section-general-diagnostic .department-carousel .slick-next {
	display: none !important;
}

@media (min-width:1200px) {
	.department-item.slick-slide img {
		width: auto;
	}
}

.department-carousel .slick-disabled {
	pointer-events: none;
	opacity: .75;
}

@media (max-width: 767px) {
	.department-carousel .slick-prev, .department-carousel .slick-next {
		top: 120px;
	}
	
	.department-carousel .slick-prev, .department-carousel .slick-next, .department-carousel .slick-prev:hover, .department-carousel .slick-next:hover {
		border: 0;
		background-color: transparent !important;
	}
}

@media (min-width: 576px) {
	.department-carousel .slick-prev, .department-carousel .slick-next {
		bottom: -70px;
		top: auto;
		margin: 0;
	}
	
	.department-carousel .slick-prev {
		left: 0;
	}
	
	.department-carousel .slick-next {
		left: 60px;
	}
}

@media (max-width: 1023px) {
	.department-carousel .slick-prev, .department-carousel .slick-next {
		bottom: -50px;
	}
}

.section-laboratory-services .services-tab-wrap {
	padding-right: 80px;
	padding-top: 30px;
	padding-bottom: 60px;
}

@media (min-width: 1230px) {
	.section-laboratory-services .services-tab-wrap {
		width: 650px;
	}
}

@media (max-width: 1023px) {
	.section-laboratory-services .services-tab-wrap {
		width: auto;
		min-width: inherit;
		padding-right: 30px;
	}
}

@media (max-width: 479px) {
	.section-laboratory-services .services-tab-wrap {
		float: none !important;
		width: auto;
		padding-bottom: 50px;
		padding-top: 0;
	}
	
	.section-laboratory-services .services-tab-wrap .title-wrap {
		text-align: center;
	}
	
	.section-laboratory-services ul.marker-list-md li:last-child {
		margin-bottom: 8px;
	}
}

.service-tab-banner {
	overflow: visible;
	position: relative;
}

.section-laboratory-services .service-tab-banner {
	padding-bottom: 40px;
}

@media (max-width: 1023px) {
	.section-laboratory-services .service-tab-banner {
		margin: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 1023px) {
	.section-laboratory-services ul.marker-list-md li:not(:last-child) {
		margin-bottom: 16px;
	}
	
	.section-laboratory-services {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.section-laboratory-services .tab-pane > p + .row {
		padding-top: 10px;
	}
	
	.section-laboratory-services .service-tab-banner img {
		transform: none;
		width: 100%;
	}
}

@media (max-width: 479px) {
	.section-laboratory-services .tab-pane > p + .row {
		padding-top: 5px;
	}
	
	.section-laboratory-services ul.marker-list-md li:not(:last-child) {
		margin-bottom: 8px;
	}
}

.section-lab-serv-download {
	position: absolute;
	left: -50px;
	bottom: 0;
	color: #fff;
	padding: 40px;
	width: 455px;
	display: flex;
}

@media (max-width: 1023px) {
	.section-lab-serv-download {
		left: 0;
		bottom: 0;
		max-width: 400px;
		width: auto;
		padding: 20px;
		padding-top: 33px;
		padding-bottom: 37px;
	}
}

@media (max-width: 479px) {
	.section-lab-serv-download, .section-patient-info .section-lab-serv-download {
		position: static;
		width: 100%;
		padding: 16px;
		padding-bottom: 29px;
	}
}

.section-lab-serv-download .title {
	margin-bottom: 15px;
}

@media (max-width: 1024px) {
	.section-lab-serv-download .title {
		margin-bottom: 5px;
	}
}

@media (max-width: 479px) {
	.section-lab-serv-download .title {
		margin-bottom: 9px;
	}
}

.section-lab-serv-download p {
	margin-bottom: 20px;
}

@media (max-width: 1024px) {
	.section-lab-serv-download p {
		margin-bottom: 15px;
	}
}

@media (max-width: 479px) {
	.section-lab-serv-download p {
		margin-bottom: 15px;
	}
}

.section-lab-serv-download .title, .section-lab-serv-download p {
	color: #fff;
}

.section-lab-serv-download .icon_block {
	min-width: 85px;
}

.section-lab-serv-download .btn-white, body:not(.touch) .section-lab-serv-download .btn-white:focus {
	background: #fff;
}

@media (max-width: 1024px) {
	.section-lab-serv-download .icon_block {
		min-width: 65px;
	}
}

@media (max-width: 479px) {
	.section-lab-serv-download .icon_block {
		min-width: 70px;
		padding-top: 12px;
	}
	
	.info_block {
		padding-top: 10px;
	}
}

.section-lab-serv-download .icon_block .icon {
	height: 64px;
}

@media (max-width: 1024px) {
	.section-lab-serv-download .icon_block .icon {
		height: 51px;
	}
}

@media (max-width: 479px) {
	.section-lab-serv-download .icon_block .icon {
		height: 57px;
	}
}

@media (max-width: 1229px) {
	.section-general-diagnostic .services-tab-wrap {
		width: 100%;
		min-width: 500px;
		padding: 50px 30px;
	}
}

@media (max-width: 1023px) {
	.section-general-diagnostic .services-tab-wrap {
		padding: 50px 30px 50px 15px;
	}
}

@media (max-width: 767px) {
	.section-general-diagnostic .services-tab-wrap {
		min-width: inherit;
		padding: 0 20px 30px;
	}
}

.section-news-achiev {
	margin-top: 110px;
}

.section-news-achiev .block-left-news {
	padding-top: 7px;
}

.section-news-achiev .block-left-news > .justify-content-center {
	max-width: 585px;
}

@media (max-width: 768px) {
	.section-news-achiev .block-left-news > .justify-content-center {
		max-width: inherit;
	}
}

.section-news-achiev .block-left-news .ch-block-title {
	padding-top: 70px;
}

@media (max-width: 1024px) {
	.section-news-achiev .block-left-news .ch-block-title {
		padding-top: 45px;
		padding-left: 15px;
	}
}

@media (min-width: 769px) and (max-width:1200px) {
	.section-news-achiev .block-left-news .ch-block-title {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.section-news-achiev .block-left-news .ch-block-title {
		padding-top: 47px;
	}
}

.text-shadow-left .title-with-clone {
	z-index: 0;
}

.text-shadow-left .title-with-clone:after {
	left: 0;
	z-index: -1;
	top: -.5em;
}

@media (max-width: 1024px) {
	.text-shadow-left .title-with-clone:after {
		top: -.5em;
	}
}

.medlab-posts {
	margin-top: 16px;
	padding-bottom: 55px;
}

@media (max-width: 1024px) {
	.medlab-posts {
		margin-top: 18px;
		padding-bottom: 65px;
	}
}

@media (min-width: 769px) and (max-width:1200px) {
	.medlab-posts {
		padding-bottom: 5px;
	}
}

@media (max-width: 767px) {
	.medlab-posts {
		padding-bottom: 35px;
	}
}

.medlab-posts-element {
	padding: 0;
	margin: 0;
	display: flex;
	background: none;
	width: 100%;
	padding-right: 165px;
	margin-bottom: 22px;
}

@media (max-width: 1024px) {
	.medlab-posts-element {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width:767px) {
	.medlab-posts-element {
		margin-bottom: 25px;
		padding: 0;
	}
}

.medlab-posts-element .blog-post {
	display: flex;
	flex-direction: row;
	background: none;
	padding: 0;
}

.page-main .medlab-posts-element .blog-post, .page-main .medlab-posts-element .blog-post:last-of-type {
	padding: 0;
	margin: 0;
}

.medlab-posts-element .blog-post  .post-image {
	margin: 0;
	margin-right: 30px;
	min-width: 127px;
	flex-basis: 127px;
	padding-top: 8px;
}

@media (max-width: 1024px) {
	.medlab-posts-element .blog-post  .post-image {
		margin: 0;
		margin-right: 22px;
		min-width: 106px;
		flex-basis: 106px;
		padding-top: 8px;
	}
}

@media (max-width:767px) {
	.medlab-posts-element .blog-post  .post-image {
		margin-right: 15px;
		min-width: 85px;
		flex-basis: 85px;
		padding-top: 5px;
	}
}

.medlab-posts-element .blog-post-description {
	display: flex;
	flex-direction: column;
	margin: 0;
}

.medlab-posts-element .blog-post-description .post-teaser {
	display: none;
}

.medlab-posts-element .post-date-inline {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 8px;
}

@media (max-width: 1024px) {
	.medlab-posts-element .post-date-inline {
		font-size: 13px;
		padding-bottom: 2px;
	}
}

@media (max-width: 767px) {
	.medlab-posts-element .post-date-inline {
		padding-bottom: 5px;
	}
}

.medlab-posts-element .blog-post .blog-post-description .post-title, .medlab-posts-element .blog-post .blog-post-description .post-title a {
	font-size: 17px;
	font-weight: 600;
	color: #424242;
	line-height: 25px;
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.medlab-posts-element .blog-post .blog-post-description .post-title, .medlab-posts-element .blog-post .blog-post-description .post-title a {
		font-size: 15px;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.medlab-posts-element .blog-post .blog-post-description .post-title, .medlab-posts-element .blog-post .blog-post-description .post-title a {
		font-size: 13px;
		line-height: 17px;
	}
}

.medlab-posts-element .btn-rm-wrapper {
	padding: 0;
	margin-top: auto;
}

.medlab-posts-element .btn-rm-wrapper .btn-link {
	display: inherit;
}

@media (max-width: 1023px) {
	.medlab-posts-element .btn-rm-wrapper .btn-link {
		padding: 0;
	}
}

.medlab-posts-element .btn-link:before {
	content: "...";
	font-size: 14px;
	font-weight: 600;
}

.medlab-posts-element .btn-link .icon, .medlab-posts-element .btn-link .rm_text {
	display: none;
}

.medlab-posts-element .btn-link {
	box-shadow: none;
}

@media (max-width: 1023px) {
	.section-news-achiev .block-left-news > .justify-content-center {
		max-width: inherit;
	}
}

@media (max-width: 1025px) {
	.medlab-posts .slick-dots {
		margin-top: 10px;
	}
	
	.medlab-posts .slick-dots li button {
		width: 7px;
		height: 7px;
	}
}

.section-news-achiev .title-block .title-wrap {
	padding: 2px 10px 37px 137px;
	background-color: #fff;
}

@media (max-width: 1025px) {
	.section-news-achiev .title-block .title-wrap {
		text-align: center;
		padding: 73px 20px 18px 20px;
	}
}

@media (max-width: 600px) {
	.section-news-achiev .title-block .title-wrap {
		padding-top: 55px;
	}
}

.section-news-achiev .title-block .title-wrap:before {
	width: 68px;
	background-color: #f2f4f6;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	z-index: 1;
	height: 100%;
}

@media (max-width: 1025px) {
	.section-news-achiev .title-block .title-wrap:before {
		content: none;
	}
}

.ach-numbers-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

@media (min-width: 769px) and (max-width:1200px) {
	.ach-numbers-wrapper {
		position: static;
	}
}

@media (max-width: 767px) {
	.ach-numbers-wrapper {
		position: static;
	}
}

@media (min-width: 2000px) {
	.ach-numbers-wrapper {
		padding-right: 140px;
	}
}

.ach-numbers .js-counter-carousel {
	margin: 0;
	padding: 0;
}

@media (max-width: 767px) {
	.ach-numbers .js-counter-carousel {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.ach-numbers .js-counter-carousel .slick-track {
	padding: 0;
	padding-top: 32px;
	padding-bottom: 33px;
	margin: 0;
	width: auto !important;
}

@media (max-width: 1024px) {
	.ach-numbers .js-counter-carousel .slick-track {
		padding-bottom: 3px;
	}
}

.ach-numbers .col {
	min-height: 90px;
	min-width: 33%;
}

.ach-numbers .col.col01 {
	/* min-width:294px; */
	padding-left: 86px;
}

.ach-numbers .col.col02 {
	/* min-width:270px; */
	padding-left: 52px;
}

.ach-numbers .col.col03 {
	/* min-width:245px; */
	padding-left: 53px;
}

@media (max-width: 1200px) {
	.ach-numbers .col.col01, .ach-numbers .col.col02, .ach-numbers .col.col03 {
		min-width: 33%;
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.ach-numbers .col.col01, .ach-numbers .col.col02, .ach-numbers .col.col03 {
		min-height: inherit;
		padding-left: 15px;
	}
}

.ach-numbers .col:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 48px;
	height: 100%;
}

.ach-numbers .col.col03:after {
	content: none;
}

.ach-numbers .counter-box {
	background-color: transparent;
	box-shadow: none;
	text-align: left;
	margin: 0;
	padding: 0;
	align-items: baseline;
	padding-top: 7px;
}

@media (max-width: 1024px) {
	.ach-numbers .counter-box {
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.ach-numbers .counter-box {
		text-align: center;
		padding: 0;
		padding-top: 3px;
	}
}

.ach-numbers .counter-box-number, .ach-numbers .counter-box-text {
	color: #fff;
}

.ach-numbers .counter-box-number {
	font-size: 44px;
	font-weight: normal;
}

@media (max-width: 1024px) {
	.ach-numbers .counter-box-number {
		font-size: 38px;
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.ach-numbers .counter-box-number {
		font-size: 32px;
		text-align: center;
	}
	
	.ach-numbers .col.col01 .counter-box-number {
		padding-left: 15px;
	}
	
	.ach-numbers .col.col02 .counter-box-number {
		padding-left: 15px;
	}
	
	.ach-numbers .col.col03 .counter-box-number {
		padding-left: 0;
	}
}

.ach-numbers .counter-box-number sup {
	font-size: 26px;
}

@media (max-width: 1024px) {
	.ach-numbers .counter-box-number sup {
		font-size: 22px;
	}
}

.ach-numbers .counter-box > .counter-box-text {
	font-size: 17px;
	font-weight: 500;
	margin-top: 1px;
}

@media (max-width: 1023px) {
	.ach-numbers .counter-box > .counter-box-text {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.ach-numbers .counter-box > .counter-box-text {
		font-size: 13px;
		line-height: 17px;
		margin-top: 0;
		padding-top: 0;
	}
}

.counter-box-sm {
	color: #fff;
}

.counter-box-sm-number {
	position: relative;
	font-size: 44px;
	line-height: 1em;
}

.counter-box-sm-number span.sup {
	font-size: .6em;
	line-height: 1em;
	position: absolute;
	top: 0;
	padding: 0 .1em;
}

@media (max-width: 1229px) {
	.counter-box-sm-number {
		font-size: 40px;
	}
}

@media (max-width: 1023px) {
	.counter-box-sm-number {
		font-size: 38px;
	}
}

@media (max-width: 767px) {
	.counter-box-sm-number {
		font-size: 32px;
	}
}

.counter-box-sm-text {
	margin-top: 2px;
	font-size: 17px;
	line-height: 25px;
	font-weight: 600;
}

@media (max-width: 1229px) {
	.counter-box-sm-text {
		font-size: 15px;
		line-height: 23px;
	}
}

@media (max-width: 767px) {
	.counter-box-sm-text {
		font-size: 13px;
		line-height: 17px;
	}
}

.counter-box-grid {
	display: flex;
	flex-wrap: wrap;
}

.counter-box-grid .counter-box-sm {
	min-width: 50%;
	padding: 0 30px 20px;
	color: #444;
}

.counter-box-grid .counter-box-sm:nth-child(odd) {
	border-right: 1px solid #efefef;
}

.counter-box-grid .counter-box-sm:nth-child(n+3) {
	padding-top: 20px;
	border-top: 1px solid #efefef;
}

@media (max-width: 1023px) {
	.counter-box-grid .counter-box-sm {
		padding: 0 20px 15px;
	}
}

@media (max-width: 575px) {
	.counter-box-grid .counter-box-sm {
		padding: 0 10px 15px;
	}
}

.over-image-counter {
	position: absolute;
	z-index: 1;
	display: flex;
	width: 810px;
	max-width: calc(50vw - 20px);
	padding: 42px 15px;
	color: #fff;
}

@media (max-width: 1229px) {
	.over-image-counter {
		padding: 25px 10px;
	}
}

@media (max-width: 1023px) {
	.over-image-counter {
		padding: 28px 10px;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.over-image-counter {
		position: static;
		text-align: center;
		width: auto !important;
	}
}

@media (max-width: 575px) {
	.over-image-counter {
		padding: 21px 0;
	}
}

.over-image-counter.pos-left {
	left: 0;
	bottom: 0;
}

.over-image-counter .counter-box-sm {
	position: relative;
	flex: 1;
	padding: 0;
	margin: 0 50px;
	margin: 0 30px;
}

@media (max-width: 1229px) {
	.over-image-counter .counter-box-sm {
		margin: 0 25px;
	}
}

@media (max-width: 767px) {
	.over-image-counter .counter-box-sm {
		margin: 0 15px;
	}
}

@media (max-width: 575px) {
	.over-image-counter .counter-box-sm {
		margin: 0;
		padding: 0 10px;
	}
}

.over-image-counter .counter-box-sm:last-child {
	margin-right: 0;
}

.over-image-counter .counter-box-sm:not(:last-child):after {
	content: "";
	position: absolute;
	top: 0;
	right: -45px;
	right: -25px;
	height: 100%;
	width: 1px;
	background-color: #fff;
	opacity: .3;
}

@media (max-width: 1229px) {
	.over-image-counter .counter-box-sm:not(:last-child):after {
		right: -20px;
	}
}

@media (max-width: 575px) {
	.over-image-counter .counter-box-sm:not(:last-child):after {
		right: -5px;
	}
}

/*layout 06*/
.page-content .section.reset-margin {
	margin: 0;
	padding-top: 120px;
	padding-bottom: 80px;
}

@media (max-width: 1023px) {
	.page-content .section.reset-margin {
		padding-top: 50px;
		padding-bottom: 65px;
	}
}

@media (max-width: 767px) {
	.page-content .section.reset-margin {
		padding-bottom: 55px;
	}
	
	.page-content .section.reset-margin.section-laboratory-services {
		padding-top: 60px;
	}
}

.section-general-diagnostic {
	background-color: #f2f4f6;
}

.section-general-diagnostic .title-wrap {
	z-index: 1;
}

.page-content .section.section-general-diagnostic {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 1229px) {
	.page-content .section.section-general-diagnostic {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.page-content .section.section-general-diagnostic {
		padding-top: 55px;
		padding-bottom: 50px;
	}
}

@media (min-width:376px) and (max-width: 480px) {
	.page-content .section.section-general-diagnostic {
		padding-bottom: 30px;
	}
}

@media (min-width: 1025px) {
	.bg_molecular_t_left {
		background-image: url("https://cdn-iledpfn.nitrocdn.com/SwvohtEUrUoBwMkdlyUoafTwFCOlXWPL/assets/images/optimized/rev-e56d784/stockportimplantcentre.com/wp-content/themes/medin/images/medlab/bg_molecular_t_left.png");
		background-position: top left;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	
	.bg_molecular_b_left {
		background-image: url("https://cdn-iledpfn.nitrocdn.com/SwvohtEUrUoBwMkdlyUoafTwFCOlXWPL/assets/images/optimized/rev-e56d784/stockportimplantcentre.com/wp-content/themes/medin/images/medlab/bg_molecular_b_left.png");
		background-position: bottom left;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	
	.bg_molecular_b_left.nitro-lazy {
		background-image: none !important;
	}
	
	.bg_molecular_b_right {
		background-image: url("https://cdn-iledpfn.nitrocdn.com/SwvohtEUrUoBwMkdlyUoafTwFCOlXWPL/assets/images/optimized/rev-e56d784/stockportimplantcentre.com/wp-content/themes/medin/images/medlab/bg_molecular_b_right.png");
		background-position: bottom right;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	
	.bg_molecular_b_right.nitro-lazy {
		background-image: none !important;
	}
	
	.bg_molecular_t_left.nitro-lazy {
		background-image: none !important;
	}
}

.block-full-appointment {
	padding-top: 150px;
	padding-bottom: 150px;
	color: #fff;
}

@media (max-width: 1229px) {
	.block-full-appointment {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media (max-width: 1023px) {
	.block-full-appointment {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (max-width: 767px) {
	.block-full-appointment {
		padding-top: 50px;
		padding-bottom: 50px;
		background-position: right;
	}
}

.block-full-appointment h1, .block-full-appointment h2, .block-full-appointment h3, .block-full-appointment h4, .block-full-appointment h5, .block-full-appointment h6 {
	color: #fff;
}

.block-full-appointment .text1 {
	font-size: 36px;
	line-height: 52px;
}

@media (max-width: 1023px) {
	.block-full-appointment .text1 {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.block-full-appointment .text1 {
		font-size: 26px;
		line-height: 30px;
	}
}

.block-full-appointment .text2 {
	font-size: 14px;
	line-height: 24px;
}

@media (max-width: 1023px) {
	.block-full-appointment .text2 {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 767px) {
	.block-full-appointment .text2 {
		font-size: 13px;
		line-height: 18px;
	}
}

.block-full-appointment .btn, body:not(.touch) .block-full-appointment:focus {
	font-weight: 500;
	color: #fff;
	border: 1px solid transparent;
	box-shadow: none !important;
}

.box-progress {
	display: flex;
}

@media (max-width: 767px) {
	.box-progress {
		flex-direction: column;
		align-items: center;
	}
}

.box-progress-number {
	font-size: 48px;
	line-height: 1em;
	font-weight: 600;
	min-width: 125px;
	padding-right: 15px;
}

@media (max-width: 1023px) {
	.box-progress-number {
		font-size: 42px;
		min-width: 100px;
	}
}

@media (max-width: 767px) {
	.box-progress-number {
		font-size: 38px;
		padding: 0 0 10px;
		text-align: center;
	}
}

.box-progress-number sup {
	font-size: 28px;
	top: -18px;
}

@media (max-width: 1023px) {
	.box-progress-number sup {
		font-size: 24px;
		top: -16px;
	}
}

@media (max-width: 767px) {
	.box-progress-number sup {
		font-size: 22px;
		top: -15px;
	}
}

.box-progress-text {
	flex: 1;
	max-width: 380px;
}

.box-progress-text p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.box-progress-text {
		text-align: center;
		max-width: 240px;
	}
}

.box-progress h5 {
	font-size: 18px;
	line-height: 24px;
}

@media (max-width: 1023px) {
	.box-progress h5 {
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.box-progress h5 {
		margin-bottom: 10px;
	}
}

.box-progress + .box-progress {
	margin-top: 42px;
}

@media (max-width: 767px) {
	.box-progress + .box-progress {
		margin-top: 30px;
	}
}

.medlab-card.service-card {
	box-shadow: none;
	padding-bottom: 50px;
	padding-right: 20px;
}

@media (max-width: 767px) {
	.medlab-card.service-card {
		padding-bottom: 20px;
	}
}

.medlab-card.service-card .service-card-photo {
	margin-right: -20px;
}

.medlab-card.service-card > .service-card-name:not(:first-child) {
	margin-top: 0;
	padding-top: 30px;
	line-height: 30px;
}

.medlab-card.service-card h5.service-card-name + .h-decor {
	top: -4px;
}

.medlab-card.service-card p {
	max-width: 305px;
	margin-top: 11px;
	margin-bottom: 26px;
}

.medlab-card.service-card ul.marker-list-md-line li:not(:last-child) {
	margin-bottom: 16px;
}

.block_dl_forms_left {
	max-width: 615px;
}

@media (max-width:1023px) {
	.block_dl_forms_left {
		max-width: inherit;
	}
	
	.dl_docs_list {
		padding-bottom: 50px;
	}
}

.dl_docs_list::before {
	content: "";
	position: absolute;
	top: 0;
	left: 61px;
	width: 1px;
	height: calc(100% - 100px);
	background-color: #e5e5e5;
}

.dl_docs_list .dl_docs_block {
	padding-left: 130px;
	position: relative;
	padding-bottom: 30px;
}

@media (max-width:736px) {
	.dl_docs_list .dl_docs_block {
		padding-left: 100px;
		padding-right: 10px;
	}
}

.dl_docs_list .dl_docs_block:last-child {
	padding-bottom: 0;
}

.dl_docs_block .icon-circle {
	position: absolute;
	top: 0;
	left: 10px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	text-align: center;
	padding-top: 16px;
}

@media (max-width:767px) {
	.dl_docs_block .icon-circle {
		line-height: 65px;
	}
}

.dl_docs_block .icon-circle .icon {
	color: #fff;
	font-size: 38px;
}

@media (max-width:767px) {
	.dl_docs_block .icon-circle .icon {
		font-size: 32px;
	}
}

.dl_docs_list .dl_docs_block .title {
	margin-bottom: 27px;
	padding-top: 5px;
}

@media (max-width:1023px) {
	.page-slug_download-forms .footer {
		margin-top: 0;
	}
}

.btn-wrapper .ls-payment-button-wrapper {
	text-align: left;
}

.price-box .btn-wrapper .ls-payment-button-wrapper {
	text-align: center;
}

.ls-payment-button-wrapper .ls-payment-button-icons {
	display: none !important;
}

.ls-payment-button.btn, body:not(.touch) .ls-payment-button.btn:focus {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	text-shadow: none;
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	padding: 16px 30px;
	border-radius: 26px;
	background: transparent;
	text-transform: none;
	letter-spacing: .05em;
	transition: .3s;
	box-shadow: inset 0px 0px 0px 1px rgba(30, 118, 222, .7);
	box-shadow: none;
	background-color: #fff;
	margin: 0;
	border: none;
}

@media (max-width: 1229px) {
	.ls-payment-button.btn, body:not(.touch) .ls-payment-button.btn:focus {
		font-size: 14px;
		line-height: 18px;
		padding: 15px 35px;
		border-radius: 25px;
	}
}

@media (max-width: 1023px) {
	.ls-payment-button.btn, body:not(.touch) .ls-payment-button.btn:focus {
		font-size: 13px;
		line-height: 18px;
		padding: 10px 28px;
		border-radius: 21px;
	}
}

@media (max-width: 767px) {
	.ls-payment-button.btn, body:not(.touch) .ls-payment-button.btn:focus {
		font-size: 12px;
		line-height: 16px;
		padding: 8px 22px;
		border-radius: 18px;
	}
}

.ls-payment-button.btn-fill:hover, body:not(.touch) .ls-payment-button.btn-fill:focus:hover {
	background-color: #fff;
}

.btn-wrapper .ls-payment-button-icons {
	display: none !important;
}

/* Blocks from different Layouts*/
body {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	overflow-wrap: break-word;
}

body {
	overflow-x: hidden;
}

*:focus {
	outline: 0 !important;
}

input:not([type="checkbox"]):not([type="radio"]), textarea, select {
	-webkit-appearance: none;
}

ol:not([class]), ul:not([class]) {
	padding-left: 25px;
}

.cd-schedule ul:not([class]) {
	padding-left: 0;
}

.block-img-fluid img {
	max-width: 100%;
	height: auto;
}

.btn-link, .btn, body:not(.touch) .btn:focus, ul.marker-list, #mainSlider .slide-txt1, #mainSlider .slide-txt2, .counter-box-number, .banner-left-text1, .special-card-tx3, .services-nav > .nav-item > .tt-block-link > .nav-link, .banner-call .btn-lg, .banner-call .btn-group-lg > .btn, .footer-post-title, .h-sub, .faq-wrap .nav-pills .nav-link, .btQuoteBooking .ddTitleText label, .btQuoteBooking .btQuoteBookingForm .btQuoteTotal, .btQuoteBooking .btQuoteTotalCurrency, .btQuoteBooking .btQuoteTotalCalc, .btQuoteBooking .btContactNext, .nav-pills .nav-link, .filters-by-category ul a, .doctor-box-phone a, .product-block-info button.single_add_to_cart_button, .woocommerce .product-block-info a.button.alt, .blog-post:not(.post-preview) .post-date, .blog-post .post-title a, .blog-post.post-preview .post-title, .quote:after, .blog-post .post-image .post-link, .tt-single-post .post-teaser .post-link, .comments-block .comment .text .reply a, .blog-post.tt-single-post-image .site-branding, .nav-links .nav-title, .medlab-posts-element .btn-link:before, .ch-block-numb-texts .department-tab .department-tab-numb, .ls-payment-button.btn, body:not(.touch) .ls-payment-button.btn:focus, .ch-block-numb-texts .department-tab .department-tab-text, .box-progress-number, .block-full-appointment .text2, .department-tab-text, .testimonials-icon span span, .section-testimonials .ch-testimonials-img-wrap:before, .price-box-title, .price-box-price, .blog-post-sm-date, .blog-post-sm-title, .p-bold, .h-sub-lined, .bmi-result, .bmi-form-table > *, .before-after-label, .reviews-style5 .review-title-1, .reviews-style5 .review-title-2, .reviews-style5 .review-box .review-author, .prices-box-price, .counter-box-sm-text {
	font-family: "Poppins", sans-serif !important;
}

input, button, select, optgroup, textarea, .wpcf7-form .tt-footer-newsletter__input input, .wpcf7-form .tt-footer-newsletter__input input:focus, .footer ul.icn-list .btn, .breadcrumbs, .breadcrumbs a, .doctor-info-name h6, .services-nav ul .nav-link, .woocommerce .simple-pagination nav.woocommerce-pagination ul li a, .woocommerce .simple-pagination nav.woocommerce-pagination ul li span, .pagination .page-link, .tt-link-arrow a, .form-control, .signature-text h5, .bmi-form-table > * .bmi-form-table-info, .section-patient-info .faq-item [data-toggle='collapse'] {
	font-family: "Roboto", sans-serif !important;
}

.footer ul.icn-list .btn, .bold {
	font-weight: 700;
}

.special-card-txt1, .special-card-txt2, .banner-call .btn, .btQuoteBooking .ddTitleText .ddlabel, .justify-content-center.nav-pills .nav-link, .service-card-name, .service-card-name a, .services-nav > .nav-item > .tt-block-link > .nav-link, .blog-post .post-image .post-link, .tt-single-post .post-teaser .post-link, .comments-block .comment .text .reply a, .comments-block .comment .text .meta .meta-author {
	font-weight: 600;
}

.text-sub {
	font-size: 13px;
	line-height: 17px;
}

.counter-box-icn {
	font-size: 48px;
	padding-bottom: 4px;
}

.p-l-0 {
	padding-left: 0 !important;
}

.tt_pl_10, .btQuoteBooking .btQuoteBookingForm.btActive .boldBtn {
	padding-left: 10px;
}

.p-l-86 {
	padding-left: 82px;
}

.blog-isotope .quote {
	padding-left: 97px;
}

.tt_pr_10, .tt_categories_list_title {
	padding-right: 10px;
}

.p-r-14, .btQuoteBooking {
	padding-right: 14px;
}

.doctor-info .doctor-box-bottom {
	padding-top: 0;
}

#commentform {
	padding-top: 2px;
}

.tt_pt_3 {
	padding-top: 3px;
}

.tt_pt_4, ul.numbered-list.tt_pt_4 {
	padding-top: 4px;
}

.ch-btn-block, .ch_pt_5 {
	padding-top: 5px;
}

.ch_pt_6 {
	padding-top: 6px;
}

.tt_pt_7, .tt-newsletter-notice {
	padding-top: 7px;
}

.tt_pt_8 {
	padding-top: 8px;
}

.tt_pt_9, .ch-block-welcome-left {
	padding-top: 9px;
}

.tt_pt_10 {
	padding-top: 10px;
}

.tt_pt_13 {
	padding-top: 13px;
}

.tt_pt_15, .product-block-info > .product_meta {
	padding-top: 15px;
}

.pt-1_5 {
	padding-top: 15px;
}

.header-quickLinks .link-drop {
	padding-top: 30px;
	padding-bottom: 30px;
}

.tt_pt_17 {
	padding-top: 17px !important;
}

.rating-box .star-rating + div {
	padding-top: 18px;
}

.tt_pt_20, .woocommerce #review_form #respond p.form-submit {
	padding-top: 20px;
}

.tt-wrapper-nav-search {
	padding-top: 22px;
}

.tt_pt_25 {
	padding-top: 25px;
}

.tt_pt_31 {
	padding-top: 31px;
}

.tt_pt_33 {
	padding-top: 33px;
}

.tt_pt_34 {
	padding-top: 34px;
}

.tt-entry-title + div.entry-content, .tt_pt_35 {
	padding-top: 36px;
}

.tt_pt_40 {
	padding-top: 40px;
}

.tt_pt_45 {
	padding-top: 45px;
}

.tt_pt_59 {
	padding-top: 59px;
}

.tt_pt_60 {
	padding-top: 60px;
}

.tt-comment-body + .comment-respond {
	padding-top: 64px;
}

.tt_pt_80 {
	padding-top: 80px !important;
}

.tt_pt_95 {
	padding-top: 95px !important;
}

.tt_pt_116 {
	padding-top: 116px !important;
}

.tt-testimonial-border .testimonial {
	padding-top: 48px;
	padding-bottom: 50px;
}

.inset-top-120 {
	padding-top: 120px;
}

.side-block:last-child, .cost-block-text .cost-block-text__part:last-child {
	padding-bottom: 0;
}

.tt_pb_3 {
	padding-bottom: 3px;
}

.tt_pb_4 {
	padding-bottom: 4px;
}

.tt_pb_5 {
	padding-bottom: 5px;
}

.tt_pb_6 {
	padding-bottom: 6px;
}

.tt_pb_9 {
	padding-bottom: 9px !important;
}

.page-title.tt-bc-wrapper {
	padding-bottom: 15px;
}

.tt_pb_20, .tt-single-post.blog-post-single {
	padding-bottom: 20px;
}

.tt_pt_28, .woocommerce-privacy-policy-text {
	padding-bottom: 28px;
}

.tt_pb_30 {
	padding-bottom: 30px;
}

.tt_pb_35 {
	padding-bottom: 35px;
}

.page-main .blog-post:not(.blog-post-style4):last-of-type, .blog-isotope .blog-post {
	padding-bottom: 40px;
}

.tt_pb_43, .column-filters-inside {
	padding-bottom: 43px;
}

#comments .comments-block ul {
	padding-bottom: 30px;
}

.tt-page-sub {
	padding-bottom: 36px;
	padding-top: 4px;
}

.btQuoteBooking .btQuoteItem label, body.page-slug_gallery .footer, body.page-slug_gallery-simple .footer, body.page-slug_medclinic-layout-main-slider .footer {
	margin-top: 0;
}

.tt_mt_13 {
	margin-top: 13px;
}

.tt_mt_19 {
	margin-top: 19px;
}

.doctor-box > .doctor-box-text {
	margin-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.service-card > ul.circle-list {
	margin-top: 25px;
}

.title-wrap + .specialist-carousel {
	margin-top: 28px;
}

.specialist-carousel .slick-dots, .comments-block .comment:first-of-type {
	margin-top: 30px;
}

.blog-all-posts .blog-isotope .btn-more-wrapper {
	margin-top: 32px;
}

.title-wrap + .js-icn-carousel {
	margin-top: 35px;
}

.title-wrap + p {
	margin-top: 37px;
}

.title-wrap + p.tt_mt_38, .tt_mt_38 {
	margin-top: 38px;
}

.title-wrap + .prd-grid.prd-carousel .prd, .blog-post:not(.post-preview).blog-post-single > .post-navigation {
	margin-top: 41px;
}

.prd-grid.ch-o-f-hidden {
	margin-top: 0;
}

.tt_mt_43, .title-wrap + .tt_mt_43 {
	margin-top: 43px;
}

.ch_mt_55, .page-content .section.ch_mt_55 {
	margin-top: 55px;
}

.blog-post .post-teaser + .tt-blog-single-footer, .tt-tags-list-categories {
	margin-top: 60px;
}

.page-content .section.tt_mt_100, .tt_mt_100 {
	margin-top: 100px;
}

.blog-post {
	background-color: #fff;
}

.page-content .section.tt_mt_110, .tt_mt_110 {
	margin-top: 110px;
}

.page-content .section.tt_mt_116, .tt_mt_116 {
	margin-top: 116px;
}

.page-content .section.tt_mt_117, .tt_mt_117 {
	margin-top: 117px;
}

.btQuoteBooking, .btQuoteBooking .btQuoteBookingForm, #commentform.comment-form, ul.pagination {
	margin-bottom: 0;
}

.tt_mb_3 {
	margin-bottom: 3px;
}

.h-sub + .tt-entry-title {
	margin-bottom: 9px;
}

.tt-blog-posts-page h1, .tt-blog-posts-page .h1, .grid .tt-entry-title {
	margin-bottom: 10px;
}

.tt_mb_14 {
	margin-bottom: 14px;
}

.tt_mb_17 {
	margin-bottom: 17px;
}

.tt_mb_19 {
	margin-bottom: 19px;
}

.tt_mb_20 {
	margin-bottom: 20px;
}

.tt_mb_-15, .specialist-carousel.last-item .slick-dots {
	margin-bottom: -15px;
}

.tt_mb_-20 {
	margin-bottom: -20px;
}

.tt_mb_26 {
	margin-bottom: 26px;
}

.prd-grid.ch-o-f-hidden .prd {
	margin-bottom: 30px;
	margin-top: 25px;
}

.tt_mb_40, .comments-block .comment-reply-title {
	margin-bottom: 40px;
}

.title-wrap + p.text-gallery {
	margin-bottom: 44px;
}

.link-drop .btn-wrap .btn + .btn, .header-quickLinks .link-drop .btn-wrap .btn + .btn {
	margin-left: 10px;
}

.banner-call img.shift-left-15 {
	margin-left: -15px;
}

.quickLinks-wrap .input-group:not(.selectWrapper) [class*='icon-'] {
	top: 6px;
}

.gallery-specialist .gallery-item img, .comments-block .comment .text .meta [class*='icon'] {
	display: inherit;
}

.tt_categories_list_title, .post-categories {
	display: inline;
}

.wpcf7-form .ajax-loader {
	display: inline-block;
	float: none;
}

.wpcf7-form .text-right .ajax-loader {
	float: left;
}

.blog-isotope + .pagination {
	clear: both;
	padding-top: 25px;
}

.blog-post .post-image .link_image {
	min-height: 50px;
	display: block;
}

#questionForm {
	text-align: right;
}

.tt-single-post-image .ch_exert, body.blog:not(.home) .tt_home_link_single, .tt-display-none, .questionForm br, .service-img .tt-image__wrapper + p, #post-162 span.tt-dots, .tt-f-posts-wrapper + .widget_text.side-block.widget_custom_html, .quote + p > span.tt-dots, .tt-reset-tag-p p:empty {
	display: none;
}

.counter-box .counter-box-icn [class*='icon']:before, .icn-text .icn-text-circle [class*='icon']:before, .icn-text-alt .icn-text-alt-icn [class*='icon']:before, .modal-form .close i:before {
	display: block;
}

nav.header-menu > div > ul > li {
	display: inline-block;
}

.edit-link a, .aside-left ul li a:hover, .calendar_wrap a {
	text-decoration: underline;
}

.backToTop i.icon {
	vertical-align: middle;
}

.edit-link a:hover, .blog-post a, .blog-post a:hover, .tt-link-arrow a, #comments a:hover, .calendar_wrap a:hover, .calendar_wrap #today a, .tagcloud a:hover, .header-search a:hover, .header-cart a.button:hover {
	text-decoration: none;
}

.vc_custom_heading a:hover {
	opacity: 1 !important;
}

.medin-front-page article:not(.has-post-thumbnail):not(:first-child), .pagination, tfoot tr, .medall-front-page article:not(.has-post-thumbnail):not(:first-child), .tt-footer-widgets__posts .side-block, .blog-isotope .blog-post, .doctor-info .doctor-box-bottom, .doctor-page-table, .doctor-page-table tr, .doctor-page-table td, .price-table, .price-table tr, .price-table td, .price-table th, .price-table td, .doctor-page-table th, .doctor-page-table td, .price-table th, .price-table td {
	border: none;
}

.banner-call .btn {
	border: none !important;
	padding-top: 0 !important;
}

.tt-options-no .footer-bottom, .tt-options-no .footer, .modal-form .close:hover {
	background: none;
}

.header-search input[type='text'], .header-search input[type='search'] {
	border-radius: 0;
}

#content .prd-info a.product_type_external {
	white-space: normal;
}

.medin-theme-set h5, .tt-entry-title, .page-title, .quickLinks, .contact7__custom-form button, .contact7__custom-form input[type="button"], .contact7__custom-form input[type="submit"], h5.icn-text-title, h5.vc_custom_heading {
	text-transform: none;
}

.post-date span {
	text-transform: uppercase;
}

.page-content {
	position: relative;
}

.widget_calendar tfoot td {
	text-align: left;
}

.doctor-box-social a {
	text-align: center;
}

.widget_calendar tfoot td#next {
	text-align: right;
}

.gallery-smiles .gallery-caption, .js-reviews-text-carousel .review-author-position {
	font-style: normal;
}

.header-logo__wrapper {
	margin: 0 0 .75em;
	padding: 0;
	font-size: inherit;
	margin-bottom: 0;
}

.header-topline {
	min-height: 47px;
}

.page-title, form .contact-form label, .reviews-carousel .slick-prev, .reviews-carousel .slick-next, .nav-links .nav-title, form label, .single-service-carousel button {
	font-weight: normal;
}

h5, .page-title {
	letter-spacing: normal;
}

#content a, #content a:hover, .comments-block .comment .text .reply, .widget select, .contact7__custom-form button, .contact7__custom-form input[type="button"], .wpcf7-form input[type="submit"], .calendar_wrap td a, .woocommerce .filters-row .woocommerce-ordering select, .gallery-smiles .gallery-item img {
	cursor: pointer;
}

.selectWrapper > span {
	width: 100%;
}

.contact-box ul.icn-list [class*='icon-'] {
	vertical-align: text-bottom;
	margin-right: 4px;
}

img.tt_full_sized, .reviews-photo img:not(.ch-image-full-width), .testimonial-photo img, .tt-reset-max-width {
	max-width: initial;
}

.header-menu ul, .comments-block ul {
	list-style: none;
}

iframe, #mainSlider, .backToTop i.icon, .googlemap__contact .wpb_content_element, .googlemap__contact .ultimate-map-wrapper.ult-adjust-bottom-margin, .tt-footer-widgets__posts .textwidget.custom-html-widget, .post-navigation, #wp-calendar, figure.slick-slide, .link-drop .row-table {
	margin: 0;
}

.gallery-smiles .gallery-item, .pagination, .gallery-specialist .gallery-item, .p-0, .doctor-info .doctor-box-social {
	padding: 0;
}

.tt-footer-widgets__posts .side-block, .page.medin-theme-set #content, .tt-options-no .footer > .container > .row > *, .aside .comments-block {
	padding-bottom: 0;
}

.testimonial .star-rating, .doctor-review-row .star-rating, .tt-options-no .footer > .container > .row > *, .service-card-photo + .service-card-name, .doctor-box-photo + .doctor-box-name, .doctor-info-name h6, .side-block h3.tt-widget-title:first-child, .tt-page-index:not(.ch-index-isotope) .blog-post.bg-grey {
	padding-top: 0;
}

.footer-post-title {
	padding-top: 2px;
}

h3.tt-widget-title:first-child {
	padding-top: 4px;
	margin-bottom: 35px;
}

.btn.btn-primary:not(.btn-comment-reply), .btn.btn-primary:not(.btn-comment-reply):focus {
	padding-top: 13px;
}

.aside-left .widget_archive ul li {
	padding-left: 0;
}

.widget select {
	padding-left: 10px;
}

.tt-block-text-image p.tt-p-r {
	padding-right: 8px;
}

.comments-block .comment .text .reply [class*='icon'] {
	padding-right: 12px;
}

.doctor-info-phone {
	padding-right: 26px;
}

.doctor-info-social a {
	margin-left: 4px;
}

.content-social a, .footer-social a {
	margin-right: 8px;
}

.doctor-box-social a + a {
	margin-right: 9px;
}

.doctor-info .doctor-box-social a + a {
	margin-right: 0;
}

.justify-content-center.nav-pills .nav-link {
	margin-right: 4px;
}

.collapse-wrap .ml-auto i {}

.footer-social a {
	margin-top: 2px;
	padding-top: 4px;
}

.banner-call .btn {
	margin-top: 9px;
}

.page-title h1.tt-entry-title, .page-title .h1.tt-entry-title, .widget ul li ul {
	margin-top: 14px;
}

.special-card-caption .btn {
	margin-top: 23px !important;
}

.special-card-txt2:first-child {
	margin-top: 5px;
}

.special-card-txt2 + .special-card-txt1 {
	margin-top: 6px;
}

.blog-grid-full .blog-post:not(.post-preview):not(.blog-post-style2) > .post-teaser {
	margin-top: 29px;
	padding-bottom: 6px;
}

.special-card-txt1 + .special-card-txt3 {
	margin-top: 20px;
}

.tt-blog-post .blog-post-info + .post-teaser {
	margin-top: 24px;
}

.blog-post:not(.post-preview):not(.blog-post-style2) > .post-image + .blog-post-info {
	margin-top: 34px;
}

.tt-blog-post .post-image + .post-teaser {
	margin-top: 40px;
}

.blog-post-single .blog-post-info + .post-teaser {
	margin-top: 33px;
}

.blog-post-single .blog-post-info + .post-teaser p + h4 {
	margin-bottom: 24px;
}

.services-wrap .title-wrap + p {
	margin-top: 29px;
}

.mt-32 {
	margin-top: 32px;
}

.medin-theme-set .wpb_button, .medin-theme-set .wpb_content_element, .medin-theme-set ul.wpb_thumbnails-fluid>li, .banner-call h6 {
	margin-bottom: 0;
}

.page-title h1.tt-entry-title, .page-title .h1.tt-entry-title {
	margin-bottom: 6px;
}

.footer-text .textwidget p.tt-newsletter-notice {
	margin-bottom: 14px;
	line-height: 23px;
	line-height: 23px;
}

.mt-3 + h5, .mt-4 + h5 {
	margin-bottom: 25px;
}

.tt-single-product__image {
	margin-bottom: 30px;
}

.question-box .questionForm span + br + * {
	margin-top: 6px;
	display: block;
}

.layout_medin .services-tab-wrap h3 {
	margin-bottom: .69em;
}

p, .layout_medin .testimonial-card-text, .layout_medin .bg-grey ul.circle-list-bordered, .testimonial-card .testimonial-card-author {
	color: inherit;
}

.footer ul.icn-list .btn, .contact7__custom-form button:hover, .contact7__custom-form input[type="button"]:hover, .wpcf7-form input[type="submit"]:hover, .contact7__custom-form button:focus:hover, .contact7__custom-form input[type="button"]:focus:hover, .wpcf7-form input[type="submit"]:focus:hover, .medin-theme-set.layout_dentco  .entry-content #mainSliderWrapper a.btn, .medin-theme-set .entry-content #mainSliderWrapper a.btn:hover, .medin-theme-set.layout_dentco .entry-content a.btn-hover-fill:hover, .calendar_wrap thead th, .tagcloud a:hover, .layout_surgeon .contact7__custom-form input[type="submit"]:focus, .layout_surgeon .testimonial-bg2 .testimonial-name, .testimonial-bg2 p, .gallery-smiles .gallery-caption p, .contact-box h5, .gallery-smiles .gallery-caption-title, .gallery-smiles .gallery-caption h5, .layout_surgeon.woocommerce .widget_price_filter .price_slider_amount .button:hover, .layout_surgeon.woocommerce .widget_price_filter .price_slider_amount .button:focus, .layout_medall .contact7__custom-form input[type="submit"]:hover, body:not(.touch) .slick-prev:hover .icon, body:not(.touch) .slick-next:hover .icon {
	color: #fff;
}

.layout_surgeon .entry-content .arrows-white a:not(.btn-hover-fill):not(.btn-white):hover, .medin-theme-set .entry-content .block-bg__patient-info a.btn-fill, .layout_dentco .contact7__custom-form input[type="submit"]:hover, .layout_surgeon .contact7__custom-form input[type="submit"]:hover, .layout_dentco.medin-theme-set .entry-content a.btn.btn-hover-fill:hover {
	color: #fff !important;
}

.question-box .form-control, .question-box .input-group:after {
	border-color: #fff;
}

.content-search .btn.btn-icon:not(.btn-noanimate) [class*='icon']:first-child, body:not(.touch) .content-search .btn:focus:not(.btn-noanimate) [class*='icon']:first-child, .content-search .btn.btn-icon:hover, body:not(.touch) .content-search .btn-icon.btn:focus:hover, .content-search .btn, .content-search .btn:hover, body:not(.touch) .content-search .btn:focus {
	background-color: #fff;
}

.comments-block .comment .text .reply:hover, .comments-block .comment .text .reply:hover a, .comments-block .comment .text .reply:hover [class*='icon'], .page-title, .navbar-toggler, button.navbar-toggler:hover, button.navbar-toggler:focus {
	color: #424242;
}

.vc_custom_heading a:hover {
	color: #424242 !important;
}

.banner-call .btn, .footer-post-title, .footer-post-title a, .header-search .tt-toggle-button, .counter-box-text, .faq-item [data-toggle='collapse'], .special-card-txt2, .btQuoteBooking .ddTitleText label, .btQuoteBooking .btQuoteTotalCurrency, .btQuoteBooking .btQuoteTotalCalc, .blog-post .post-title a, .doctor-card .doctor-name, .blog-post-single p b, .services-nav > .nav-item > .tt-block-link > .nav-link {
	color: #444;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="url"], .contact-form input[type="password"], .contact-form input[type="search"], .contact-form input[type="number"], .contact-form input[type="tel"], .contact-form input[type="range"], .contact-form input[type="date"], .contact-form input[type="month"], .contact-form input[type="week"], .contact-form input[type="time"], .contact-form input[type="datetime"], .contact-form input[type="datetime-local"], .contact-form input[type="color"], textarea, select {
	border: 1px solid #e5e5e5;
}

.modalBookingForm.contact-form input[type="text"], .modalBookingForm.contact-form input[type="email"], .modalBookingForm.contact-form input[type="url"], .modalBookingForm.contact-form input[type="password"], .modalBookingForm.contact-form input[type="search"], .modalBookingForm.contact-form input[type="number"], .modalBookingForm.contact-form input[type="tel"], .modalBookingForm.contact-form input[type="range"], .modalBookingForm.contact-form input[type="date"], .modalBookingForm.contact-form input[type="month"], .modalBookingForm.contact-form input[type="week"], .modalBookingForm.contact-form input[type="time"], .modalBookingForm.contact-form input[type="datetime"], .modalBookingForm.contact-form input[type="datetime-local"], .modalBookingForm.contact-form input[type="color"], textarea {
	border: 1px solid #e7e7e7;
}

.tt-f-posts-wrapper.side-block .blog-post.post-preview:not(:last-child) {
	border-bottom: 1px solid #f6f6f6;
}

.contact7__custom-form input[type="date"], .contact7__custom-form input[type="time"], .contact7__custom-form input[type="datetime-local"], .contact7__custom-form input[type="month"], .quickLinks .link-drop .row-table tr:last-child {
	background-image: none;
	border: none;
}

.contact7__custom-form input[type="date"].nitro-lazy, .contact7__custom-form input[type="time"].nitro-lazy, .contact7__custom-form input[type="datetime-local"].nitro-lazy, .contact7__custom-form input[type="month"].nitro-lazy, .quickLinks .link-drop .row-table tr:last-child.nitro-lazy {
	background-image: none !important;
}

.contact7__custom-form .input-group .form-control {
	width: 100%;
}

.icon-google-plus-logo-circle::before {
	content: "";
}

.admin-bar .header-content.stuck, .admin-bar .quickLinks.stuck {
	top: 32px;
}

span.edit-link {
	text-align: center;
	margin: auto;
	display: block;
}

.contact7__custom-form .input-group .form-control, .contact7__custom-form .selectWrapper.input-group select {
	margin-left: 0;
	padding-left: 10px !important;
}

.contact7__custom-form input[type="text"], .contact7__custom-form input[type="email"], .contact7__custom-form input[type="url"], .contact7__custom-form input[type="password"], .contact7__custom-form input[type="search"], .contact7__custom-form input[type="number"], .contact7__custom-form input[type="tel"], .contact7__custom-form input[type="range"], .contact7__custom-form input[type="date"], .contact7__custom-form input[type="month"], .contact7__custom-form input[type="week"], .contact7__custom-form input[type="time"], .contact7__custom-form input[type="datetime"], .contact7__custom-form input[type="datetime-local"], .contact7__custom-form input[type="color"], textarea {
	padding: 10px 12px;
}

.contact7__custom-form button, .contact7__custom-form input[type="button"], .contact7__custom-form input[type="button"]:focus, .wpcf7-form input[type="submit"], .wpcf7-form input[type="submit"]:focus {
	position: relative;
	overflow: hidden;
	text-shadow: none;
	font-size: 15px;
	line-height: 16px;
	padding: 17px 39px;
	border-radius: 30px;
	transition: .3s;
	font-weight: 600;
}

.contact7__custom-form button.btn.btn-sm, .contact7__custom-form input.btn.btn-sm[type="button"], .contact7__custom-form input.btn.btn-sm[type="submit"] {
	padding: 10px 25px;
}

.contact7__custom-form input.btn.btn-sm[type="submit"], .contact7__custom-form input.btn.btn-sm[type="submit"]:focus {
	line-height: 22px;
	margin: 0;
	text-transform: none;
	font-weight: bold;
}

@media (max-width: 1229px) {
	.contact7__custom-form button, .contact7__custom-form input[type="button"], .contact7__custom-form input[type="button"]:focus, .wpcf7-form input[type="submit"], .wpcf7-form input[type="submit"]:focus {
		font-size: 14px;
		line-height: 18px;
		padding: 15px 25px;
		border-radius: 25px;
	}
}

@media (max-width: 1023px) {
	.contact7__custom-form button, .contact7__custom-form input[type="button"], .contact7__custom-form input[type="button"]:focus, .wpcf7-form input[type="submit"], .wpcf7-form input[type="submit"]:focus {
		font-size: 13px;
		line-height: 18px;
		padding: 10px 23px;
		border-radius: 21px;
	}
}

@media (max-width: 767px) {
	.contact7__custom-form input.btn.btn-sm[type="submit"], .contact7__custom-form input.btn.btn-sm[type="submit"]:focus, .contact7__custom-form button.btn.btn-sm, .contact7__custom-form input.btn.btn-sm[type="button"], .contact7__custom-form input.btn.btn-sm[type="submit"], .contact7__custom-form button, .contact7__custom-form input[type="button"], .contact7__custom-form input[type="button"]:focus, .wpcf7-form input[type="submit"], .wpcf7-form input[type="submit"]:focus {
		font-size: 12px;
		line-height: 16px;
		padding: 8px 22px;
		border-radius: 18px;
	}
}

span.wpcf7-not-valid-tip, div.wpcf7-response-output {
	font-size: 13px;
	line-height: 16px;
}

.tt-footer-newsletter span.wpcf7-not-valid-tip {
	padding-top: 10px;
}

.contact-form.contact7__custom-form button.btn-sm, .contact-form.contact7__custom-form input[type="button"].btn-sm, .contact-form.contact7__custom-form input[type="submit"].btn-sm {
	padding: 10px 25px;
}

.contact-form.questionForm textarea.form-control {
	height: 100px;
	min-height: 100px;
}

.layout_dentco .block-bg__patient-info {
	background-image: url("https://cdn-iledpfn.nitrocdn.com/SwvohtEUrUoBwMkdlyUoafTwFCOlXWPL/assets/images/optimized/rev-e56d784/stockportimplantcentre.com/wp-content/themes/medin/images/content/banner-left.jpg");
	background-size: cover;
}

.layout_dentco .block-bg__patient-info.nitro-lazy {
	background-image: none !important;
}

.block-bg02 {
	background-image: url("https://cdn-iledpfn.nitrocdn.com/SwvohtEUrUoBwMkdlyUoafTwFCOlXWPL/assets/images/optimized/rev-e56d784/stockportimplantcentre.com/wp-content/themes/medin/images/content/banner-center.jpg");
}

.block-bg02.nitro-lazy {
	background-image: none !important;
}

.ch-block-bg03 {
	background-image: url("https://cdn-iledpfn.nitrocdn.com/SwvohtEUrUoBwMkdlyUoafTwFCOlXWPL/assets/images/optimized/rev-e56d784/stockportimplantcentre.com/wp-content/themes/medin/images/clinic/banner-left.jpg");
}

.ch-block-bg03.nitro-lazy {
	background-image: none !important;
}

.ch-block-bg04 {
	background-image: url("https://cdn-iledpfn.nitrocdn.com/SwvohtEUrUoBwMkdlyUoafTwFCOlXWPL/assets/images/optimized/rev-e56d784/stockportimplantcentre.com/wp-content/themes/medin/images/clinic/banner-center-02.jpg");
}

.ch-block-bg04.nitro-lazy {
	background-image: none !important;
}

.ch-block-bg-right {
	background-image: url("https://cdn-iledpfn.nitrocdn.com/SwvohtEUrUoBwMkdlyUoafTwFCOlXWPL/assets/images/optimized/rev-e56d784/stockportimplantcentre.com/wp-content/themes/medin/images/medera/banner-right.jpg");
}

.ch-block-bg-right.nitro-lazy {
	background-image: none !important;
}

.ch-block-bg-online-appoint {
	background-image: url("https://cdn-iledpfn.nitrocdn.com/SwvohtEUrUoBwMkdlyUoafTwFCOlXWPL/assets/images/optimized/rev-e56d784/stockportimplantcentre.com/wp-content/themes/medin/images/medera/online-appointment-bg.jpg");
}

.ch-block-bg-online-appoint.nitro-lazy {
	background-image: none !important;
}

.ch-block-bg-testimonials {
	background-image: url("https://cdn-iledpfn.nitrocdn.com/SwvohtEUrUoBwMkdlyUoafTwFCOlXWPL/assets/images/optimized/rev-e56d784/stockportimplantcentre.com/wp-content/themes/medin/images/medera/reviews-bg.jpg");
}

.ch-block-bg-testimonials.nitro-lazy {
	background-image: none !important;
}

.services-nav > .nav-item > .tt-block-link > .nav-link {
	display: block;
	border: 0;
	background-color: #f8f8f8;
	margin-bottom: 0;
	border-bottom: 1px solid #e6e6e6;
	border-radius: 0;
	transition: .3s;
	padding-top: 13px;
	padding-bottom: 12px;
}

.review-form-wrap.contact7__custom-form input[type="date"], .review-form-wrap.contact7__custom-form input[type="time"], .review-form-wrap.contact7__custom-form input[type="datetime-local"], .review-form-wrap.contact7__custom-form input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	border: 1px solid #d5d5d5;
}

.tt-link-arrow a {
	position: relative;
	display: block;
	line-height: 39px;
	color: #d5d5d5;
	background-color: transparent;
	border: 1px solid #d5d5d5;
	font-weight: 400;
	width: 41px;
	height: 41px;
	border-radius: 50% !important;
	padding: 0;
	margin-left: 7px;
	transition: all .2s ease;
	text-align: center;
}

.comments-block .comment .userpic img {
	border-radius: 50%;
}

.aside-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 24px;
}

.aside-left .side-block ul li {
	border: none;
	padding: 0;
	position: relative;
}

.aside-left .side-block:not(.widget_recent_comments):not(.widget_recent_entries):not(.widget_rss) ul li {
	padding-left: 28px;
}

.aside-left ul li:not(:last-child) {
	margin-bottom: 14px;
}

.aside-left .side-block:not(.widget_recent_comments):not(.widget_recent_entries):not(.widget_rss) ul li:before {
	content: "●";
	font-size: 14px;
	position: absolute;
	left: 5px;
	top: 0;
}

.aside-left .side-block:not(.widget_recent_comments):not(.widget_recent_entries):not(.widget_rss) ul.ch-categories li:before {
	content: none;
}

.aside-left .side-block:not(.widget_recent_comments):not(.widget_recent_entries):not(.widget_rss) ul.ch-categories li .icon {
	font-size: 10px;
	position: absolute;
	left: 5px;
	top: 7px;
	width: auto;
}

.calendar_wrap td {
	padding: 1px;
	border: 1px solid #fff;
	line-height: 39px;
	text-align: center;
	transition: all .2s ease;
}

.calendar_wrap #today {
	position: relative;
}

.calendar_wrap caption {
	line-height: 22px;
	padding: 0 0 25px;
	caption-side: top;
	text-align: right;
}

.calendar_wrap thead th {
	padding: 1px;
	border: 0;
	font-size: 14px;
	line-height: 39px;
	text-align: center;
	font-weight: 500;
}

.calendar_wrap tbody tr:nth-child(even) {
	background-color: #f5f7f8;
	border: none;
}

.tagcloud a {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 2px;
	border: none;
	font-size: 14px !important;
	line-height: 25px;
	padding: 5px 10px;
	text-decoration: none;
	border-radius: 3px;
	background: #f8f8f8;
	transition: all .2s ease;
}

.blog-post .post-meta > .post-meta-date {
	line-height: 20px;
}

.tt-f-posts-wrapper.side-block .blog-post .post-meta > .post-meta-date, .comments-block .comment a.comment-edit-link, .comments-block .comment .meta-date {
	color: #989898;
	font-size: 14px;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

button.navbar-toggler:hover, button.navbar-toggler:focus {
	background: transparent;
	border: 0;
	border-radius: 0;
	line-height: 1;
}

.modal-form .questionForm > span {
	margin-top: 8px;
	display: block;
}

.calendar_wrap tbody a {
	display: block;
	font-weight: bold;
	font-weight: bold;
	text-decoration: none;
	max-width: 37px;
	max-height: 37px;
	line-height: 35px;
	border: 1px solid;
}

.breadcrumbs > a.tt_home_link_single:after, .header-nav .nav-item.active > .nav-link:before, .header-nav .nav-item > .nav-link.dropdown-toggle:before, .aside-left .widget_archive ul li:before, .tt-testimonial-border .testimonial:before {
	content: none;
}

.header-nav .nav-item > .nav-link, .header-logo__wrapper .bloginfo_name {
	right: 0;
}

.header-nav .nav-item > .nav-link:before {
	height: 2px !important;
}

.header-search .tt-toggle-button {
	display: block;
	width: auto;
	line-height: inherit;
	font-size: 25px;
	padding-left: 40px;
	padding-right: 4px;
	vertical-align: top;
	height: auto;
	margin: 0;
	margin-top: 1px;
}

header .header-search .search-form {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: absolute;
	top: 15px;
	right: 120px;
	max-height: 0;
	overflow: hidden;
	z-index: 9;
}

.blog-grid-full .btn-sm.btn-hover-fill, body:not(.touch) .blog-grid-full .btn-sm.btn-hover-fill:focus {
	padding: 10px 25px;
	padding-bottom: 11px;
}

.js-counter-carousel .slick-list {
	overflow: visible;
}

.btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText, .btQuoteBooking .btQuoteSwitch, .btQuoteBooking .ui-slider, .btQuoteBooking .btContactFieldMandatory input, .btQuoteBooking .btContactFieldMandatory textarea {
	border-color: #d5d5d5;
}

.btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText, .btQuoteBooking .btContactFieldMandatory input, .btQuoteBooking .btContactFieldMandatory textarea, .btQuoteBooking input[type="text"], .btQuoteBooking input[type="email"], .btQuoteBooking input[type="password"], .btQuoteBooking input[type="url"], .btQuoteBooking input[type="tel"], .btQuoteBooking input[type="number"], .btQuoteBooking input[type="date"], .btQuoteBooking textarea, .btQuoteBooking .fancy-select .trigger {
	border-radius: 6px;
}

.btQuoteItemDescription {
	font-size: .81em;
}

.btQuoteBooking .ddTitleText span span, .btQuoteBooking .ddChild ul li span span, .btQuoteBooking .ddChild ul li:hover span span, .btQuoteBooking .ddChild ul li.selected:hover span span {
	font-size: 14px;
	font-weight: normal;
}

.btQuoteBooking .ui-slider {
	background: none;
	height: 6px;
}

.btQuoteBooking .ui-slider .ui-slider-handle {
	min-width: 34px;
	height: 34px;
}

.btQuoteBooking .btQuoteSliderValue {
	font-size: 12px;
	line-height: 34px;
	height: 34px;
}

.btQuoteBooking .ui-slider-horizontal .ui-slider-handle {
	top: -15px;
}

.btQuoteBooking .ddTitleText.btNotSelected .ddlabel, .btQuoteBooking .btContactFieldMandatory input, .btQuoteBooking .btContactFieldMandatory textarea, .btQuoteBooking input[type="text"], .btQuoteBooking input[type="email"], .btQuoteBooking input[type="password"], .btQuoteBooking input[type="url"], .btQuoteBooking input[type="tel"], .btQuoteBooking input[type="number"], .btQuoteBooking input[type="date"], .btQuoteBooking textarea, .btQuoteBooking .fancy-select .trigger {
	font-size: 14px;
	font-weight: normal;
}

.faq-wrap .nav-pills .nav-link, .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	box-shadow: none;
}

.wpcf7-form .tt-footer-newsletter__btn input[type="submit"] {
	box-shadow: none !important;
}

.btn-gradient, body:not(.touch) .btn-gradient:focus, .btQuoteBooking .btContactSubmit:hover, .btQuoteBooking .btContactFieldMandatory input, .btQuoteBooking .btContactFieldMandatory textarea {
	box-shadow: none;
	opacity: 1;
	text-shadow: none;
}

.btQuoteBooking .btQuoteItem {
	clear: both;
}

.btQuoteBooking .ddTitle .arrow:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #444;
}

.service-card .h-decor {
	height: 2px;
}

h2 + .h-decor {
	margin-top: 15px;
}

h5 + .h-decor {
	height: 1px;
	width: 25px;
}

h2 + .h-decor.ch-lg-space {
	margin-top: 25px;
}

.ch-video-block {
	position: relative;
}

.ch-video-block__btn {
	position: absolute;
	left: 45%;
	top: 39%;
	text-align: center;
	width: 91px;
	height: 91px;
	border-radius: 50%;
}

.ch-video-block__btn a {
	display: block;
}

.ch-video-block__btn .icon {
	line-height: 91px;
	font-size: 34px;
	color: #fff;
	height: 90px;
}

header .header-search .search-form.open {
	min-height: 44px;
	height: 44px;
}

header .header-search .search-form .input-wrap {
	position: relative;
}

header .header-search .search-form input {
	display: block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .header-search .search-form button.search-submit {
	display: block;
	top: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.tt-footer-newsletter {
	position: relative;
	max-width: 300px;
}

.tt-footer-newsletter__btn {
	position: absolute;
	right: 0;
	top: 0;
}

div.wpcf7 .tt-footer-newsletter__btn .ajax-loader {
	display: none;
}

.wpcf7-form .tt-footer-newsletter__input input, .wpcf7-form .tt-footer-newsletter__input input:focus {
	border: 1px solid #d5d5d5;
	width: 100%;
	font-size: 14px;
	padding: .5em;
	padding-left: 18px;
}

.tt-footer-newsletter__btn .icon {
	right: 18px;
	top: 12px;
	position: absolute;
	font-size: 18px;
	width: auto;
	z-index: 0;
	cursor: pointer;
}

.wpcf7-form .tt-footer-newsletter__btn input[type="submit"] {
	width: 19px;
	height: 13px;
	background: none;
	padding: 0;
	right: 17px;
	top: 7px;
	border-radius: 0;
	z-index: 1;
	cursor: pointer;
}

.layout_surgeon .wpcf7-form .tt-footer-newsletter__btn input[type="submit"]:focus, .layout_medall .wpcf7-form .tt-footer-newsletter__btn input[type="submit"]:focus, .wpcf7-form .tt-footer-newsletter__btn input[type="submit"], .wpcf7-form .tt-footer-newsletter__btn input[type="submit"]:hover {
	position: relative;
	color: transparent;
	border: transparent;
	background: transparent !important;
}

.reviews-wrap .title-wrap {
	z-index: 1;
}

.ch-section-z-index {
	z-index: 90;
}

.cost-block-bg {
	background-color: #f5f7f8;
}

.cost-block {
	padding: 37px;
}

.cost-block-img {
	margin-bottom: 40px;
}

.cost-block-text__part {
	padding-bottom: 35px;
}

#cost-form .btQuoteBooking .btQuoteBookingForm .btTotalNextWrapper .btQuoteTotal {
	background: none !important;
	border-radius: 0;
	text-align: center;
}

.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn {
	margin: 0 auto;
}

.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
	font-size: 17px;
	font-weight: 500;
}

.btQuoteBooking .btQuoteTotalCurrency, .btQuoteBooking .btQuoteTotalCalc {
	background: none;
	font-size: 30px;
	font-weight: 600;
}

.btQuoteBooking .btContactNext {
	text-transform: none;
	font-weight: 600;
}

.page-title.tt-bc-wrapper {
	box-shadow: inset 1px 4px 0px 0px rgba(0, 0, 0, .01);
}

.doctor-box-phone, .doctor-box-social {
	display: inline-block;
}

.doctor-box-phone i {
	font-size: 11px;
}

.layout_dentco .service-box-greybg {
	background: #f5f7f8 !important;
}

.special-card-tx3 {
	font-size: 16px !important;
}

.btn-lg {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.footer-post-photo {
	margin-right: 8px;
}

.blog-grid-full .slick-dots li button {
	width: 11px;
	height: 11px;
}

.section-care h6 {
	font-size: 18px;
	margin-bottom: 28px;
}

.side-block.widget_search .tt-toggle-button {
	display: none;
}

.questionForm span.wpcf7-form-control-wrap + span {
	margin-top: 6px;
	display: block;
}

.comments-block .comment .text .reply a, .quickLinks ul.icn-list a, .nav-title, .tt_categories_list_title, .post-categories, .tt-newsletter-notice, .btQuoteBooking .btContactNext, .pagination .active .page-link, .tt-link-arrow a, .calendar_wrap caption, .comments-block .comment .text .reply [class*='icon'] {
	font-size: 15px;
}

.nav-links .nav-title {
	font-size: 16px;
	font-weight: bold;
}

.post-navigation .nav-links {
	padding: .6em 0;
}

.gallery-wrap .twentytwenty-container {
	height: auto !important;
}

.contact-form#commentform .form-control {
	min-height: 53px;
}

.aside-left .side-block.widget_archive ul li {
	border: none;
	padding: 0;
	position: relative;
	padding-left: 28px;
}

.aside-left .side-block:not(.widget_recent_comments):not(.widget_recent_entries):not(.widget_rss) ul li:before {
	position: absolute;
	left: 5px;
	top: -3px;
}

.ws-form-icons .form-control:not(.form-control-textarea) {
	border-left: none !important;
	border-right: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	border-bottom: none !important;
	border-top: none !important;
	min-height: 40px !important;
	font-size: 14px !important;
}

.input-group {
	z-index: 9;
	flex-wrap: nowrap;
}

.wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
}

.contact7__custom-form.ws-form-icons .input-group .form-control:not(.form-control-textarea) {
	padding-left: 0 !important;
}

.ws-form-icons .form-control:not(.form-control-textarea):focus {
	box-shadow: none !important;
	background-color: transparent !important;
}

.modal-form .ws-form-icons .input-group:after {
	height: 42px;
}

.ws-form-icons .selectWrapper > span.ws-form-icons__icon-wrapper {
	width: auto;
}

.ws-form-icons .selectWrapper select {
	min-height: 42px !important;
	padding-top: 10px;
}

.ws-form-icons .selectWrapper .wpcf7-form-control-wrap {
	width: 88%;
}

.ws-form-icons .selectWrapper .input-group [class*='icon-'] {
	top: 3px;
}

.ws-form-icons .ws-form-icons__date .wpcf7-form-control-wrap {
	width: 100%;
}

form .ws-form-icons > * + * {
	margin-top: 8px;
	flex-wrap: nowrap;
}

.modal-form .modal-content .form-control + .wpcf7-not-valid-tip {
	text-align: center;
}

#mainSlider .slide-content.slide_content_1 .vert-wrap {
	padding-left: 110px;
}

#mainSlider .slide-content.slide_content_2 .vert-wrap {
	padding-right: 110px;
}

.tt-testimonial-border .rating-box .rating-number {
	font-size: 80px;
	line-height: 78px;
	font-weight: bold;
}

.tt-testimonial-border {
	border: 2px solid;
}

.slick-slider.reviews-text-carousel {
	margin-top: 24px;
}

#mainSlider .slide-content.slide_content_1 {
	text-align: right;
}

#mainSlider .slide-content.slide_content_2 {
	text-align: left;
}

.special-card, .tt-section-cert__image-wrapper, .layout_surgeon .content-area .blog-post:not(.bg-grey):not(.blog-post-single), .layout_surgeon .icn-text:hover {
	box-shadow: 0px 2px 20px 4px rgba(0, 0, 0, .03);
}

.tt-section-cert .col {
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}

.tt-section-cert .slick-dots {
	margin-top: 35px;
	margin-bottom: -15px;
}

#mainSlider .slide-txt1 .slide-txt1_1 {
	font-size: 64px;
	line-height: 1.8em;
}

#mainSlider .slide-txt1 .slide-txt1_2 {
	font-size: 90px;
	line-height: .87em;
	font-weight: bold;
}

.tt-page-sub h5 {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 0;
}

.tt-notice p {
	font-size: 13px;
	line-height: 13px;
	padding-top: 21px;
}

.page-title + .tt-entry-title {
	text-align: center;
}

.header-quickLinks .link-drop .row-table i {
	font-style: normal;
}

.content-search .btn.btn-icon:not(.btn-noanimate) [class*='icon']:first-child, body:not(.touch) .content-search .btn:focus:not(.btn-noanimate) [class*='icon']:first-child, .content-search .btn.btn-icon:hover, body:not(.touch) .content-search .btn-icon.btn:focus:hover {
	transform: none;
	opacity: 1;
	width: auto;
	font-size: 18px;
}

body:not(.touch) .btn.btn-icon:not(.btn-noanimate):hover [class*='icon']:first-child {
	width: auto;
	padding: 0;
}

.side-block.widget_search .input-wrap {
	width: 100%;
}

.woocommerce .simple-pagination nav.woocommerce-pagination ul li a, .woocommerce .simple-pagination nav.woocommerce-pagination ul li span, .pagination .page-link, .pagination .active .page-link, .tt-link-arrow a {
	position: relative;
	display: block;
	line-height: 39px;
	background-color: transparent;
	border: 2px solid #dedede;
	width: 41px;
	height: 41px;
	border-radius: 50% !important;
	padding: 0;
	margin-left: 7px;
	transition: all .2s ease;
}

.woocommerce .simple-pagination nav.woocommerce-pagination ul li span, .pagination .active .page-link {
	border-width: 1px;
}

.blog-isotope .quote:after {
	left: 15px;
}

.blog-post-single p + h5 {
	padding-top: 12px;
	margin-bottom: 32px;
}

.comments-block .comment .text .reply {
	line-height: 25px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	transition: none !important;
}

#cost-form .btContactNext {
	border-width: 1px !important;
	height: 53px;
}

.ch-bg-banner-right {
	background-image: url("https://cdn-iledpfn.nitrocdn.com/SwvohtEUrUoBwMkdlyUoafTwFCOlXWPL/assets/images/optimized/rev-e56d784/stockportimplantcentre.com/wp-content/themes/medin/assets/css/images/banner-right.jpg");
	background-size: cover;
}

.ch-bg-banner-right.nitro-lazy {
	background-image: none !important;
}

.review-form-wrap .contact-form label {
	font-size: 16px;
}

.btn-more-wrapper .btn {
	padding: 11px 25px;
	font-size: 15px;
}

.cost-block-text__part h5 {
	margin-bottom: 13px;
}

.contact-form textarea.form-control {
	max-height: 166px;
	padding-top: 16px;
}

.star-rating [class*='icon-'] {
	margin-right: 4px;
}

.reviews-wrap-alt .reviews-carousel .star-rating [class*='icon-'] {
	margin-right: 0;
}

.testimonial .star-rating [class*='icon-'] {
	margin-right: 2px;
}

.title-wrap + .specialist-carousel.last-item {
	margin-top: 15px;
}

.specialist-carousel .doctor-box-bottom {
	border-top: 1px solid #fafafa;
	padding-top: 10px;
}

.ch-welcome-block-icon i {
	font-size: 140px;
	color: #444;
}

.layout_surgeon .tt-newsletter-notice {
	margin-bottom: 13px;
	padding-top: 19px;
}

.layout_surgeon .footer-social_min-h {
	min-height: 65px;
}

.layout_surgeon .contact7__custom-form input[type="submit"]:focus {
	border-radius: 30px;
}

.surgeon-block-patient-info-bg {
	background-image: url("https://cdn-iledpfn.nitrocdn.com/SwvohtEUrUoBwMkdlyUoafTwFCOlXWPL/assets/images/optimized/rev-e56d784/stockportimplantcentre.com/wp-content/themes/medin/assets/css/images/surgeon/banner-left.jpg");
}

.surgeon-block-patient-info-bg.nitro-lazy {
	background-image: none !important;
}

.surgeon-block-trust-bg {
	background-image: url("https://cdn-iledpfn.nitrocdn.com/SwvohtEUrUoBwMkdlyUoafTwFCOlXWPL/assets/images/optimized/rev-e56d784/stockportimplantcentre.com/wp-content/themes/medin/assets/css/images/surgeon/banner-center-02.jpg");
}

.surgeon-block-trust-bg.nitro-lazy {
	background-image: none !important;
}

.layout_surgeon .tt-footer-widgets__posts, .layout_surgeon .ch-footer-right {
	margin-top: 20px;
}

.row.col-equalH.ch-col-equalH-sm {
	margin-top: -26px;
	padding-bottom: 10px;
}

.ch-footer-newsletter {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.tt-footer-newsletter + div.wpcf7-response-output {
	position: absolute;
	margin-top: 10px;
	height: auto;
	width: auto;
	margin-left: 0;
	background-color: #fff;
}

.wpcf7-form .tt-footer-newsletter__input input, .wpcf7-form .tt-footer-newsletter__input input:focus {
	padding-right: 40px;
	border-radius: 5px;
	box-shadow: none;
	outline: none;
	background-color: #fff;
	background-image: none;
}

.wpcf7-form .tt-footer-newsletter__input input.nitro-lazy, .wpcf7-form .tt-footer-newsletter__input input:focus.nitro-lazy {
	background-image: none !important;
}

.js-bg-fix, .ch-o-f-hidden {
	overflow: hidden;
}

body.touch .header-search input[type='submit'], body.touch .header-search button[type='submit'] {
	display: none;
}

body.touch [type="submit"] {
	-webkit-appearance: none;
}

body.touch .header-search [class*='icon-'] {
	z-index: 1;
	cursor: pointer;
	display: block;
	color: #444;
	text-align: center;
	background-color: #fff;
	min-width: 39px;
}

.header-content .header-search form {
	height: 40px;
}

.slick-dots li.slick-active button {
	color: transparent !important;
}

.product-block-mainimage.ch-block-no-images {
	float: none;
	width: 100%;
}

.counter-box7 {
	box-shadow: 0px 2px 20px 4px rgba(0, 0, 0, .05);
}

.counter-box7:hover, .blog-grid-full .blog-post:hover {
	box-shadow: 0 2px 20px 3px rgba(0, 0, 0, .1);
}

.tt-page-index:not(.ch-index-isotope) .blog-post-info, .tt-page-index:not(.ch-index-isotope) .post-teaser {
	padding: 0 40px;
}

.site-header.featured-image {
	overflow: hidden;
	position: relative;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
	text-shadow: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.site-header.featured-image {
		min-height: 100vh;
		min-height: 474px;
	}
}

.site-header.featured-image .site-featured-image .post-thumbnail img {
	max-width: 1000%;
	min-height: 100%;
	min-width: 100vw;
	position: absolute;
	top: 50%;
	top: 0;
	transform: translateX(-50%) translateY(-50%);
	transform: none;
	width: auto;
	width: 100%;
	z-index: 1;
	height: 100%;
	left: 0;
	object-fit: cover;
}

.site-header.featured-image .site-featured-image .entry-header {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 9;
	text-align: center;
}

.blog-post.tt-single-post-image .post-meta {
	display: block;
	margin-top: calc(2.2 * 1rem);
}

.blog-post.tt-single-post-image .post-meta > * {
	float: none;
	display: inline-block;
}

.blog-post.tt-single-post-image .site-branding {
	font-size: 17px;
	margin: 0;
	padding: 0;
	margin-top: calc(10.5 * 1rem);
}

.blog-post.tt-single-post-image.no-image .site-branding {
	margin-top: 40px;
}

.blog-post.tt-single-post-image.featured-image .ch-comments-link, .blog-post.tt-single-post-image.featured-image .post-title, .blog-post.tt-single-post-image.featured-image .post-meta-author a {
	color: #fff;
}

.post-teaser h4 + p {
	padding-top: 7px;
}

.post-teaser p + .row {
	padding-top: 8px;
}

.post-teaser p + .ch_teaser_image {
	padding-top: 15px;
}

.post-teaser p + .quote {
	padding-top: 6px;
}

.ch-container-postt-image .tt-blog-sidebar > .widget_search {
	padding-top: 43px;
}

.blog-post:not(.post-preview) > .author-bio {
	margin-top: 65px;
}

.author-bio {
	padding: 39px 37px 30px;
}

.author-bio-gravatar {
	min-width: 147px;
	flex-basis: 147px;
	padding-bottom: 30px;
}

.author-bio-description {
	margin-bottom: 15px;
}

.author-bio-info h4 {
	margin-bottom: 14px;
}

.author-bio, .layout_surgeon .icn-text:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.post-navigation .nav-previous > a {
	display: block;
	overflow: hidden;
}

.nav-links .nav-title {
	display: block;
}

.ch_nav_thumb {
	width: 104px;
	margin-top: 7px;
	display: block;
	float: left;
	margin-bottom: 30px;
}

.nav-next .ch_nav_thumb {
	float: right;
	margin-left: 30px;
}

.ch_nav_descr {
	display: block;
	margin-left: 130px;
}

.nav-next .ch_nav_descr {
	float: none;
	margin: 0;
}

.ch_nav_descr .nav-tip {
	font-size: 14px;
	color: #989898;
	font-weight: normal;
	padding-bottom: 6px;
	display: block;
}

.ch_nav_descr .nav-tip i {
	font-size: 10px;
	color: #49b0c1;
}

.nav-previous .ch_nav_descr .nav-tip i {
	padding-right: 12px;
}

.nav-next .ch_nav_descr .nav-tip i {
	padding-left: 12px;
}

.nav-links .nav-title {
	color: #444;
	font-weight: 600;
	line-height: 22px;
}

.post-navigation .nav-links {
	padding: 1.4em 0;
	border-bottom: 1px solid #f6f6f6;
	padding-bottom: 3em;
	margin-bottom: 17px;
}

.ch_blog_layout02 .blog-post:not(.post-preview) > .post-image + .blog-post-info {
	margin-top: 0;
	padding-top: 40px;
	position: relative;
}

.ch_blog_layout02 .blog-post:not(.post-preview) .post-date span {
	color: #fff;
	display: block;
}

.ch_blog_layout02 .blog-grid-full .blog-post:not(.post-preview) > .post-teaser {
	margin-top: 20px;
	padding-bottom: 13px;
}

.ch-banner-call-left .banner-call p {
	max-width: 500px;
	margin: 0;
}

.ch_aligner_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ch_layout02 .counter-box {
	box-shadow: none;
	margin: 0;
}

.ch_layout02 .counter-box-icon {
	width: 121px;
	height: 121px;
	background-color: #f8f9f7;
	border-radius: 50%;
	text-align: center;
}

#comments .comments-block ul {
	border-bottom: 1px solid #f6f6f6;
}

#comments .comments-block ul ul {
	border-bottom: none;
}

.comments-block .comment-reply-title {
	font-size: 24px;
	margin-bottom: 25px;
}

#comments .comment-respond {
	padding-top: 55px;
}

p.logged-in-as {
	margin-bottom: 10px;
}

.ch-banner-call-left {
	background-image: url("https://cdn-iledpfn.nitrocdn.com/SwvohtEUrUoBwMkdlyUoafTwFCOlXWPL/assets/images/optimized/rev-e56d784/stockportimplantcentre.com/wp-content/themes/medin/assets/css/images/surgeon/ch_bg_12.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.ch-banner-call-left.nitro-lazy {
	background-image: none !important;
}

.ch_bg02_1 {
	background: url("https://cdn-iledpfn.nitrocdn.com/SwvohtEUrUoBwMkdlyUoafTwFCOlXWPL/assets/images/optimized/rev-e56d784/stockportimplantcentre.com/wp-content/themes/medin/assets/css/images/surgeon/ch_bg02_1.png") no-repeat bottom right;
}

.ch_bg02_1.nitro-lazy {
	background: none !important;
}

.ch_bg02_2 {
	background: url("https://cdn-iledpfn.nitrocdn.com/SwvohtEUrUoBwMkdlyUoafTwFCOlXWPL/assets/images/optimized/rev-e56d784/stockportimplantcentre.com/wp-content/themes/medin/assets/css/images/surgeon/ch_bg02_2.png") no-repeat top right;
}

.ch_bg02_2.nitro-lazy {
	background: none !important;
}

.aside-left .side-block:not(.widget_recent_comments):not(.widget_recent_entries):not(.widget_rss) ul li ul li {
	padding-left: 10px;
}

.aside-left .side-block:not(.widget_recent_comments):not(.widget_recent_entries):not(.widget_rss) ul li ul li:before {
	content: none;
}

.service-box-icon-bg [class^="icon-"]:before {
	display: block;
}

.service-box-icon {}

.service-box-icon [class^="icon-"]:before {
	margin-right: -30px;
}

.faq-item [data-toggle='collapse'].collapsed .icon {
	transform: translateY(-50%) rotate(90deg);
}

.faq-item [data-toggle='collapse'] .icon {
	transform: translateY(-50%) rotate(-90deg);
}

/*media styles*/
@media (min-width:414px) and (max-width:736px) {
	header .header-search .search-form {
		top: 80px;
	}
}

@media (min-width:768px) and (max-width: 1024px) {
	.contact-box ul.icn-list li b {
		display: inline-block;
	}
	
	.p-l-86 {
		padding-left: 0;
	}
}

@media (min-width: 1024px) {
	.header-nav .nav-item > .nav-link .icon {
		display: none;
	}
	
	.header-logo, .header-logo img, .header-logo .ch-icon-logo {
		max-width: 175px;
		max-height: 60px;
	}
	
	h3 + ul.circle-list {
		padding-top: 24px;
	}
	
	p + h3 {
		padding-top: 35px;
	}
	
	p + .ch-btn-link-block {
		padding-top: 5px;
	}
	
	#mainSlider .slick-prev {
		left: 150px;
	}
	
	#mainSlider .slick-next {
		right: 150px;
	}
	
	#mainSlider .slide-content.slide_content_1 .vert-wrap {
		padding-left: 0;
	}
	
	#mainSlider .slide-content.slide_content_2 .vert-wrap {
		padding-right: 0;
	}
	
	.max-w-510 {
		max-width: 510px;
	}
	
	.footer-col1 .col-lg-auto {
		width: 100%;
	}
	
	.content-area.aside {
		padding-right: 53px;
	}
	
	.title-wrap + .js-icn-carousel.icn-carousel-simple {
		margin-top: 30px;
	}
	
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: auto !important;
	}
}

@media (min-width: 1025px) {
	.tt_mt_135, .page-content .section.tt_mt_135 {
		margin-top: 135px;
	}
	
	.tt_mt_138, .page-content .section.tt_mt_138 {
		margin-top: 138px;
	}
	
	.tt-single-product__wrapper .single-product .woocommerce-message {
		width: 40%;
		line-height: 40px;
	}
	
	.btn-no-border, .btn.btn-no-border:focus {
		border: none;
		border-radius: 0;
		box-shadow: none;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.ch_pr_45 {
		padding-right: 45px;
	}
	
	.banner-center-btn .btn-white, body:not(.touch) .banner-center-btn .btn-white:focus {
		line-height: 20px;
		padding-top: 17px;
		padding-bottom: 16px;
	}
	
	.banner-call.ch-banner-call-left-image .h-decor + p {
		padding-top: 35px;
	}
	
	.banner-call .h-decor.ch-lg-space + p {
		padding-top: 6px;
	}
	
	.site-header.featured-image {
		margin-bottom: 55px;
	}
}

@media (max-width:1200px) {
	.blog-post-single p + .row img {
		padding-bottom: 25px;
	}
}

@media (max-width: 1600px) {
	p.tt_text_restrict {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.blog-grid-carousel-full .post-teaser {
		padding-left: 0;
		padding-right: 0;
	}
	
	.blog-grid-full .post-title {
		padding-right: 20px;
		font-size: 20px;
		line-height: 25px;
	}
	
	.layout_dentco .service-box-caption.w-50 {
		width: 50% !important;
		padding-left: 0;
		padding-right: 10px;
	}
	
	.service-box-image.ch-bg-resize {
		background-position-x: 36%;
	}
	
	.link-drop-title + p {
		margin-bottom: 17px;
	}
	
	.header-quickLinks .link-drop  ul.icn-list li:not(:last-child) {
		margin-bottom: 5px;
	}
	
	.header-quickLinks .link-drop .row-table {
		max-width: inherit;
	}
}

@media (max-width:1024px) {
	.ch_pt_sm_4 {
		padding-top: 4px;
	}
	
	.tt_pt_md_8 {
		padding-top: 8px;
	}
	
	.h-decor {
		height: 2px;
	}
	
	.tt-section-welcome .h-sub + h2.h1 {
		padding-top: 0;
	}
	
	.tt-section-welcome .title-wrap + * {
		margin-top: 25px;
	}
	
	.tt-section-welcome .tt-image__wrapper {
		padding-top: 7px;
	}
	
	.ch-video-block {
		text-align: center;
	}
	
	.tt-section-welcome p {
		margin-bottom: 22px;
	}
	
	.ch-welcome-block-icon i {
		font-size: 100px;
		line-height: 90px;
	}
	
	h2 + .h-decor {
		margin-top: 0;
		width: 37px;
	}
	
	header .header-search .search-form {
		top: 80px;
	}
	
	.admin-bar .quickLinks.stuck {
		top: 0;
	}
	
	.services-wrap .title-wrap + p {
		margin-top: 24px;
	}
	
	.services-wrap ul.circle-list-dark {
		padding-top: 14px;
	}
	
	.woocommerce-result-count, .woocommerce-ordering {
		padding-bottom: 15px;
	}
	
	header .header-search .search-form {
		right: auto;
		left: 70px;
		top: 90px;
	}
	
	body.shop-page .header-content .col-lg.align-items-lg-center:last-child {
		position: relative;
	}
	
	.tt-d-inline {
		display: inline !important;
	}
	
	.page-content .section.tt_mt_116, .tt_mt_116, .page-content .section.tt_mt_110, .tt_mt_110, .page-content .section.tt_mt_100, .tt_mt_100 {
		margin-top: 60px;
	}
	
	.tt_pt_116 {
		padding-top: 50px !important;
	}
	
	.tt_pt_80 {
		padding-top: 40px !important;
	}
	
	.tt_pt_95 {
		padding-top: 50px !important;
	}
	
	.special-card-caption .btn {
		margin-top: 13px !important;
	}
	
	.tt-section-banner-callus.mt-6 {
		margin-top: 36px !important;
	}
	
	.tt-newsletter-notice {
		padding-top: 4px;
	}
	
	.layout_medall .tt-newsletter-notice {
		font-size: 14px;
		line-height: 20px;
		padding-top: 7px;
		padding-bottom: 5px;
	}
	
	p > br {
		display: none;
	}
	
	.tt_pt_md_9 {
		padding-top: 9px;
	}
	
	.ch-video-block__btn {
		width: 57px;
		height: 57px;
	}
	
	.ch-video-block__btn .icon {
		line-height: 57px;
		font-size: 22px;
		height: 57px;
	}
	
	.title-wrap + p {
		margin-top: 24px;
	}
	
	.ch-block-welcome-right {
		padding-top: 97px;
	}
	
	.ch-block-welcome-left {
		padding-top: 0 !important;
	}
	
	.layout_medall .ch-block-welcome-left {
		padding-top: 5px !important;
	}
	
	.ch-block-welcome-left .title-wrap {
		margin-right: -35px;
	}
	
	.service-box--hiddenbtn .btn-wrap {
		margin-top: 0;
	}
	
	.icn-text .icn-text-circle [class*='icon'] {
		font-size: 48px;
	}
	
	.icn-text > * + * {
		padding-left: 1px;
		padding-right: 1px;
	}
	
	.icn-text .icn-text-title {
		padding-top: 3px;
		line-height: inherit;
	}
	
	.title-wrap + .icn-carousel {
		margin-top: 23px;
	}
	
	.reviews-carousel:before {
		right: -50px;
		top: 60px;
		font-size: 880px;
	}
	
	.reviews-wrap-alt .reviews-carousel:before {
		font-size: 720px;
		top: -710px;
		right: -35px;
	}
	
	.layout_dentco .reviews-wrap, .reviews-wrap {
		padding-right: 60px;
		padding-left: 35px;
		padding-top: 45px;
		padding-bottom: 27px;
	}
	
	.reviews-wrap-alt .h-sub + h2.h1 {
		padding-top: 0;
	}
	
	.reviews-wrap-alt .reviews-carousel .review-text:not(:first-child) {
		margin-top: 10px;
		margin-bottom: 1.5em;
	}
	
	.reviews-photo:not(.reviews-photo-2) {
		max-height: 446px;
	}
	
	.js-counter-carousel .slick-track {
		padding: 0;
		margin: -5px 0 0;
	}
	
	.counter-box {
		margin-top: 0;
	}
	
	.counter-box-icn {
		font-size: 36px;
	}
	
	.counter-box > *:not(:first-child) {
		margin-top: 8px;
	}
	
	.ch_layout02 .counter-box > .counter-box-number {
		margin-top: -23px;
	}
	
	.counter-box .decor {
		width: 16px;
	}
	
	.faq-wrap .nav-pills .nav-link {
		font-size: 13px;
		height: 25px;
	}
	
	.faq-wrap .nav-pills {
		margin-top: 13px !important;
	}
	
	.layout_medall .faq-wrap .nav-pills {
		margin-top: 29px !important;
		padding-bottom: 9px;
	}
	
	.faq-accordion {
		padding: 0;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.faq-item [data-toggle='collapse'] {
		padding: 18px 42px 17px 20px;
	}
	
	.faq-wrap .btn-wrap {
		padding-left: 15px;
	}
	
	.special-carousel .special-card {
		margin-top: 0;
	}
	
	.special-carousel .slick-dots {
		margin: 29px 0 -17px;
	}
	
	.special-card-txt1 {
		font-size: 20px;
		line-height: 30px;
	}
	
	.special-card-txt2 {
		font-size: 16px;
	}
	
	.title-wrap + p.text-gallery {
		margin-bottom: 34px;
	}
	
	.blog-grid-full .blog-post:not(.post-preview) > .post-teaser {
		margin-top: 22px;
	}
	
	.footer-post-title {
		padding-top: 0;
	}
	
	.footer-post-title, .footer-post-title a {
		font-size: 15px;
	}
	
	.footer ul.icn-list .btn {
		font-size: 14px;
		padding-top: 6px;
		padding-bottom: 6px;
		box-shadow: none;
	}
	
	.footer-logo img {
		max-width: inherit;
		max-height: 42px;
		width: auto;
	}
	
	.layout_medall .footer-logo img {
		max-height: 52px;
	}
	
	.footer-post-title + p {
		font-size: 13px;
	}
	
	.footer h3 {
		padding-top: 0;
	}
	
	.footer-post {
		margin-top: 6px;
	}
	
	.footer-post + * {
		margin-top: 16px;
	}
	
	.icn-text {
		max-width: 100%;
	}
	
	.ch_layout02 .icn-text {
		padding: 20px 0 40px 0;
	}
	
	.services-wrap1 .title-wrap + p {
		line-height: 25px;
		margin-bottom: 27px;
	}
	
	.gallery-hover-item-state {
		font-size: 16px;
		line-height: 25px;
	}
	
	.blog-post:not(.post-preview) .post-date {
		width: 60px;
		min-width: 60px;
		height: 60px;
		font-size: 27px;
		line-height: 27px;
	}
	
	.blog-post:not(.post-preview) .post-date span {
		font-size: 12px;
		line-height: 12px;
	}
	
	.blog-post .post-teaser p:last-child {
		font-size: 14px;
		line-height: 25px;
	}
	
	.blog-post .post-teaser + .tt_pl_10 {
		padding-left: 0;
	}
	
	.banner-center .btn, body:not(.touch) .banner-center .btn:focus {
		padding: 10px 22px;
	}
	
	.banner-call h2 + .h-decor {
		margin-top: 22px;
	}
	
	.tt-section-banner-callus {
		margin-top: 48px !important;
	}
	
	.ch_bg02_1, .ch_bg02_2 {
		background-size: 125%;
		background-position-x: 10px;
	}
}

@media (max-width:768px) {
	ul.marker-list-md + div + h3 {
		padding: 0;
	}
	
	.faq-item [data-toggle='collapse'] {
		font-size: 14px;
		line-height: 22px;
	}
	
	.woocommerce-pagination {
		padding-bottom: 60px;
	}
	
	.special-card-caption, .special-card-caption.text-left {
		right: 2%;
	}
	
	#modalQuestionForm .close i:before, #modalBookingForm .close i:before {
		display: block;
	}
	
	.inset-top-120 {
		padding-top: 60px;
	}
	
	.header-search .tt-toggle-button {
		padding-left: 0;
		margin-bottom: 40px;
		margin-top: 20px;
	}
	
	header .header-search .search-form {
		top: 60px;
	}
	
	.single-service [class*='col-'] > div h3:not(.vc_custom_heading) {
		text-align: center !important;
	}
	
	.slick-slider:not(.js-reviews-text-carousel):not(.slider-gallery-main):not(.js-reviews-carousel):not(.department-carousel):not(.js-services-tabs-carousel), .layout_dentco .slick-slider:not(.js-cert-carousel):not(.slider-gallery-main):not(.js-reviews-carousel) {
		margin-bottom: 0;
	}
	
	.reviews-carousel .slick-dots {
		margin: 55px 0 0;
		text-align: right;
	}
	
	.tt-page-sub h5 {
		line-height: 26px;
	}
	
	.tt-block-text-image {
		margin-bottom: 19px !important;
	}
	
	.tt-block-text-image.mb-0 {
		margin-bottom: 0 !important;
	}
	
	.tt_text_md_center {
		text-align: center !important;
	}
	
	.tt-testimonial-border .testimonial {
		padding-top: 10px;
		padding-bottom: 30px;
	}
	
	.page:not(.home) #content {
		padding-bottom: 0;
	}
	
	.btn-sm, .btn-group-sm > .btn, body:not(.touch) .btn-sm:focus, body:not(.touch) .btn-group-sm > .btn:focus {
		font-size: 13px;
	}
	
	.link-drop-title {
		font-size: 22px;
		margin-bottom: 13px;
	}
	
	.service-box-image.ch-bg-resize {
		background-position-x: 36%;
		background-size: 148%;
	}
	
	.corner-ribbon-wrap {
		width: 100px;
		height: 100px;
		top: -50px;
		left: -50px;
		font-size: 14px;
		line-height: 16px;
	}
	
	.corner-ribbon span {
		font-size: 9px;
		line-height: 1em;
	}
}

@media (max-width:480px) {
	.admin-bar .header-content.stuck, .admin-bar .quickLinks.stuck {
		top: 0;
	}
	
	.banner-center .btn-fill {
		font-size: 15px;
		padding: 10px 20px;
	}
	
	.prd-info .price {
		font-size: 18px;
		line-height: 20px;
	}
	
	header .header-search .search-form.open {
		right: 50px;
		min-width: 250px;
	}
	
	.reviews-text-carousel .star-rating {
		display: none;
	}
	
	#mainSlider .slide-txt1 .slide-txt1_1 {
		font-size: 20px;
	}
	
	#mainSlider .slide-txt1 .slide-txt1_2 {
		font-size: 28px;
		line-height: 1em;
	}
	
	#mainSlider .slide-txt2 {
		font-size: 12px;
	}
	
	#mainSlider .slide-txt2:not(:first-child) {
		margin-top: 10px;
	}
	
	#mainSlider .slide-content.slide_content_1 .vert-wrap {
		padding-left: 0;
		padding-right: 0;
	}
	
	#mainSlider .slide-content.slide_content_2 .vert-wrap {
		padding-right: 0;
		padding-left: 0;
	}
	
	.js-reviews-text-carousel .mt-4 {
		margin-top: 0 !important;
	}
	
	.tt_text_sm_center {
		text-align: center !important;
	}
	
	.banner-call h2 {
		font-size: 26px;
		line-height: 32px;
	}
	
	.admin-bar .header-content.stuck, .admin-bar .quickLinks.stuck {
		top: 0;
	}
	
	.banner-left .btn-fill, .banner-center .btn-fill, body:not(.touch) .banner-center .btn.btn-fill:focus {
		font-size: 14px;
		padding: 10px 20px;
	}
	
	.product_meta {
		text-align: center;
	}
}

@media screen and (min-width: 30em) {
	.gallery-specialist .gallery-item, .gallery-smiles .gallery-item {
		max-width: inherit;
		padding: 0;
	}
	
	.gallery-item {
		max-width: 24.5%;
	}
	
	.gallery-columns-2 .gallery-item {
		max-width: 49.7%;
	}
	
	.gallery-columns-3 .gallery-item {
		max-width: 32.9%;
	}
	
	.gallery-columns-4 .gallery-item {
		max-width: 24.5%;
	}
}

@media screen and (min-width: 48em) {
	.js .menu-toggle, .js .dropdown-toggle {
		display: inherit;
	}
	
	.gallery-columns-5 .gallery-item {
		max-width: 19.5%;
	}
	
	.gallery-columns-6 .gallery-item {
		max-width: 16.2%;
	}
	
	.gallery-columns-7 .gallery-item {
		max-width: 13.8%;
	}
	
	.gallery-columns-8 .gallery-item {
		max-width: 12.01%;
	}
	
	.gallery-columns-9 .gallery-item {
		max-width: 10.61%;
	}
}

@media (min-width: 1201px) and (max-width: 1700px) {
	.layout_medall .faq-wrap .title-wrap .h1 {
		font-size: 36px;
	}
}

@media (min-width: 1201px) {
	.surgeon-block-patient-info-bg {
		min-height: 647px;
	}
	
	.ch-block-bg03 {
		min-height: 711px;
	}
}

@media screen and (min-width: 48em) {
	.page:not(.home).medall-theme-set #content {
		padding-bottom: 0;
	}
}

@media (min-width: 768px) {
	.medin-page-cart .actions input.input-text {
		display: inline-block;
		width: auto !important;
		vertical-align: middle;
	}
}

@media (min-width: 1199px) {
	.ch-col:not(.no-sidebar) .products.columns-4.prd-grid:not(.prd-carousel) .prd:nth-child(3n+1), .ch-col:not(.no-sidebar) .products.columns-5.prd-grid:not(.prd-carousel) .prd:nth-child(3n+1), .ch-col:not(.no-sidebar) .products.columns-6.prd-grid:not(.prd-carousel) .prd:nth-child(3n+1) {
		clear: none;
	}
	
	.ch-col.no-sidebar .prd-grid.columns-4:not(.prd-carousel) .prd:nth-child(4n+1) {
		clear: left;
	}
	
	.tt-single-product__wrapper .single-product .woocommerce-message {
		width: auto;
	}
	
	.blog-post-single p + .row img {
		margin-top: 7px;
	}
}

@media (max-width: 1023px) {
	.selectWrapper:before {
		margin-top: -10px;
	}
	
	.woocommerce-product-details__short-description table td:first-child span:before {
		top: -1px;
		left: 0;
	}
	
	.woocommerce-product-details__short-description table td:first-child span {
		padding-left: 20px;
	}
	
	.woocommerce-product-details__short-description {
		font-size: 15px;
		line-height: 20px;
	}
	
	.navbar-collapse .nav-item > .nav-link:not(.dropdown-toggle) {
		padding-left: 8px;
	}
	
	.text-center .h-sub.vc_custom_heading {
		text-align: center !important;
	}
}

@media (max-width: 575px) {
	.woocommerce-product-details__short-description {
		padding: 10px 0;
		font-size: 14px;
		line-height: 18px;
	}
	
	.tt-single-product__wrapper .single-product .woocommerce-message {
		left: auto;
		right: auto;
	}
}

@media (max-width: 767px) {
	.tt_mt_138, .page-content .section.tt_mt_138, .page-content .section.ch_mt_xs_45 {
		margin-top: 45px;
	}
	
	.tt_pt_xs_0 {
		padding-top: 0;
	}
	
	.tt_pb_xs_0 {
		padding-bottom: 0;
	}
	
	.title-wrap + p {
		margin-top: 20px;
	}
	
	.ws-form-icons .wpcf7-form-control-wrap:not(.bookingmessage) {
		width: 80%;
	}
	
	.h-sub + h2.h1 {
		padding-top: 0;
		margin-bottom: 7px;
	}
	
	.navbar-collapse .nav-item > .nav-link:not(.dropdown-toggle) {
		padding-left: 6px;
	}
	
	.section.tt-front-page + .section {
		margin-top: 28px;
	}
	
	.tt-section-welcome .title-wrap + * {
		margin-top: 0;
	}
	
	.tt-section-welcome .tt-image__wrapper {
		padding-top: 12px;
		text-align: center;
	}
	
	.tt-section-welcome p {
		margin-bottom: 20px;
	}
	
	.ch-block-welcome-left .title-wrap {
		margin-right: -1px;
		margin-left: -3px;
	}
	
	.ch-welcome-block-btn {
		text-align: center;
	}
	
	.tt-section-welcome .btn-link, .tt-section-welcome .btn-link:hover, .tt-section-welcome .btn-link:focus {
		padding: 8px 10px;
		line-height: 12px;
	}
	
	div + .ch-btn-link-block {
		text-align: center;
	}
	
	p + .ch-btn-link-block {
		padding-top: 10px;
	}
	
	.ch-block-welcome-right {
		padding-top: 39px;
	}
	
	.ch-video-block__btn {
		width: 51px;
		height: 51px;
		top: 35%;
	}
	
	.ch-video-block__btn .icon {
		line-height: 51px;
		font-size: 20px;
		height: 51px;
	}
	
	.services-box-wrap-mobile .service-box-rotator .slick-dots {
		margin: 30px 0 0 !important;
	}
	
	.services-wrap1 .title-wrap + p {
		line-height: 20px;
		margin-bottom: 20px;
		margin-top: 16px;
	}
	
	.service-box-image.ch-bg-resize {
		background-position-x: 50%;
		background-size: 205%;
	}
	
	.icn-text .icn-text-circl [class*='icon'] {
		font-size: 38px;
	}
	
	.title-wrap + .icn-carousel {
		margin-top: 10px;
	}
	
	.icn-text .icn-text-title {
		line-height: 22px;
		font-size: 16px;
	}
	
	.ch_layout02 .icn-text .icn-text-title {
		margin-top: -20px;
	}
	
	.reviews-photo {
		max-height: inherit;
	}
	
	.reviews-photo:not(.reviews-photo-2) img {
		max-width: 100%;
		min-height: 187px;
	}
	
	.layout_dentco .reviews-wrap, .reviews-wrap {
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 30px;
		padding-bottom: 5px;
	}
	
	.reviews-wrap-alt .reviews-wrap {
		margin-bottom: 0;
	}
	
	.reviews-wrap .title-wrap {
		padding: 0 !important;
	}
	
	.reviews-carousel:before {
		font-weight: 600;
		font-size: 620px;
		top: -570px;
		right: -35px;
		z-index: 0;
	}
	
	.reviews-wrap-alt .reviews-carousel:before {
		font-weight: 600;
		font-size: 620px;
		top: -570px;
		right: -35px;
		z-index: 0;
	}
	
	.layout_dentco .reviews-carousel:before {
		top: 10px;
		font-size: 600px;
		right: -20px;
	}
	
	.reviews-carousel .slick-dots {
		margin: 27px 0 0;
		text-align: center;
	}
	
	.counter-box {
		max-width: 250px;
		padding: 50px 5px 55px;
	}
	
	.ch_layout02 .counter-box {
		max-width: 100%;
		padding-top: 20px;
		padding-bottom: 10px !important;
	}
	
	.counter-box-icn {
		font-size: 44px;
	}
	
	.counter-box-number {
		font-size: 38px;
		padding-bottom: 4px;
	}
	
	.ch_layout02 .counter-box-number {
		font-size: 28px;
		padding-bottom: 0;
	}
	
	.counter-box .decor {
		width: 26px;
	}
	
	.counter-box-text {
		font-size: 15px;
		padding-top: 10px;
	}
	
	.counter-box > *:not(:first-child) {
		margin-top: 10px;
	}
	
	.counter-box > *:not(:first-child) {
		margin-top: inherit;
		padding-top: 5px;
	}
	
	.ch_layout02 .counter-box > .counter-box-text {
		padding-top: 15px;
	}
	
	.faq-wrap .text-center {
		text-align: left !important;
	}
	
	.faq-wrap .nav-pills {
		margin-top: 8px !important;
	}
	
	.faq-wrap .nav-pills .nav-link {
		font-size: 13px;
		line-height: 17px;
		height: 18px;
	}
	
	.faq-item [data-toggle='collapse'] span:first-child {
		font-size: 15px;
		min-width: 22px;
	}
	
	.faq-item [data-toggle='collapse'] {
		font-size: 15px;
		line-height: 20px;
		padding: 7px 60px 10px 10px;
	}
	
	.faq-item [data-toggle='collapse'] .icon {
		font-size: 10px;
	}
	
	.faq-item .faq-item-content > * {
		padding: 12px 10px 5px 33px;
	}
	
	.title-wrap + .special-carousel {
		margin-top: 10px;
	}
	
	.special-card {
		margin-top: 0;
	}
	
	.special-card-caption, .special-card-caption.text-left {
		right: auto;
		width: 42%;
		left: 55%;
		padding-top: 0;
	}
	
	.special-card-txt1 + .special-card-txt2 {
		margin-top: 0;
	}
	
	.special-card-txt1 {
		font-size: 18px;
		line-height: 23px;
	}
	
	.special-card-txt2 {
		font-size: 14px;
	}
	
	.special-card-txt3 {
		font-size: 13px;
		line-height: 15px;
		margin-top: 10px;
		height: auto;
	}
	
	.special-card-txt3 br {
		display: none;
	}
	
	.special-carousel .slick-dots {
		margin: 22px 0 0px;
	}
	
	.title-wrap + p.text-gallery {
		margin-bottom: 20px;
		margin-top: 8px;
	}
	
	.blog-post .post-teaser p:last-child {
		line-height: 20px;
	}
	
	.banner-call p {
		padding-top: 6px;
		margin-bottom: 24px;
		text-align: left;
		padding-right: 20px;
	}
	
	.ch-banner-call-left {
		padding-top: 15px;
		background-size: 195%;
		background-position-x: -150px;
		background-position-y: 10px;
	}
	
	.banner-call.ch-banner-call-left p {
		padding-top: 18px;
		margin-bottom: 20px;
		padding-right: 30px;
		padding-left: 30px;
	}
	
	.banner-call-phone.ch-banner-call-left [class*='icon'] {
		padding-right: 0;
	}
	
	.banner-call-phone {
		font-size: 18px;
		max-width: 250px;
		margin: auto;
	}
	
	.banner-call-phone [class*='icon'] {
		font-size: 12px;
	}
	
	.banner-call img.shift-left {
		max-width: 128%;
		margin-left: -10%;
	}
	
	.footer-logo img {
		max-height: 34px;
	}
	
	.wpcf7-form .tt-footer-newsletter__input input, .wpcf7-form .tt-footer-newsletter__input input:focus {
		font-size: 13px;
		padding: .75em;
		padding-left: 14px;
	}
	
	.wpcf7-form .tt-footer-newsletter__btn input[type="submit"] {
		top: 14px;
	}
	
	.tt-footer-newsletter__btn .icon {
		top: 12px;
	}
	
	h3 + .h-decor, h3 + .textwidget.custom-html-widget .h-decor {
		top: -12px;
	}
	
	.footer-post {
		margin-top: 4px;
	}
	
	.footer-post + * {
		margin-top: 15px;
	}
	
	.footer-post-title + p {
		font-size: 12px;
	}
	
	.footer-post-text, .footer-post-text p {
		font-size: 12px;
		line-height: 20px;
	}
	
	.footer ul.icn-list {
		font-size: 14px;
		line-height: 20px;
	}
	
	.footer ul.icn-list li {
		padding-left: 30px;
	}
	
	.footer ul.icn-list li > [class*='icon'] {
		font-size: 14px;
	}
	
	.footer ul.icn-list .btn {
		margin-top: 6px;
		margin-bottom: 7px;
	}
	
	.footer h3 {
		margin-bottom: 13px;
	}
	
	.layout_surgeon .textwidget.custom-html-widget .h-decor {
		top: -10px;
	}
	
	.footer-bottom [class*='icon'] {
		font-size: 12px;
	}
	
	.woocommerce-product-details__short-description table td:first-child span {
		padding-left: 15px;
	}
	
	.blog-grid-full .post-title, .title-wrap + .specialist-carousel.last-item {
		padding-top: 0;
		margin-top: 0;
	}
	
	.blog-post:not(.post-preview) .post-date {
		margin-right: 0;
	}
	
	.blog-post-info {
		align-items: inherit;
	}
	
	body:not(.layout_medall) .blog-post:not(.post-preview) .post-date {
		width: auto;
		height: auto;
		display: inline;
		background: none;
		text-align: left;
		box-shadow: none;
	}
	
	.blog-isotope .blog-post.bg-grey .post-date {
		background: none;
	}
	
	.blog-post:not(.post-preview) .post-date span {
		font-size: 14px;
		display: block;
	}
	
	.blog-post-single p + .row img {
		padding-bottom: 25px;
	}
	
	.banner-center .banner-center-btn {
		margin-top: 25px;
	}
	
	.btQuoteBooking .ui-slider-horizontal .ui-slider-handle {
		margin-left: 0;
	}
	
	.layout_dentco .header-logo__wrapper {
		padding-top: 10px;
	}
	
	.layout_dentco .header-logo__wrapper.empty-logo {
		margin: 0;
		padding: 0;
		margin-top: -5px;
	}
	
	.faq-accordion .faq-item:last-child, .cd-schedule .events .tt-outer .events-group:last-child, .cd-schedule ul {
		margin-bottom: 0;
	}
	
	.gallery-wrap {
		margin-bottom: -15px;
	}
	
	.blog-post:not(.post-preview) > .post-image + .blog-post-info, .blog-post-single .blog-post-info + .post-teaser {
		margin-top: 25px;
	}
	
	h4 + p {
		margin-bottom: 25px;
	}
	
	.blog-post:not(.post-preview).blog-post-single > .post-navigation, .doctor-page-table {
		margin-top: 35px;
	}
	
	.tt-single-post.blog-post-single {
		padding-bottom: 10px;
	}
	
	.comments-block .comment-reply-title, h3.tt-widget-title:first-child {
		margin-bottom: 20px;
	}
	
	.side-block + .side-block {
		margin-top: 30px;
	}
	
	.side-block {
		padding-bottom: 30px;
	}
	
	.tt-page-index:not(.ch-index-isotope) .blog-post-info, .tt-page-index:not(.ch-index-isotope) .post-teaser {
		padding: 0 20px;
	}
	
	.btQuoteItemDescription {
		padding-top: 30px;
	}
	
	.page-title.tt-bc-wrapper {
		display: none;
	}
	
	.blog-post.tt-single-post-image .site-branding {
		font-size: 11px;
	}
	
	.site-header.featured-image .site-featured-image .post-thumbnail img {
		min-height: 200px;
		height: auto;
	}
	
	.blog-post.tt-single-post-image .site-branding, .blog-post.tt-single-post-image .post-meta {
		margin-top: 0;
	}
	
	.tt-single-post-image .post-thumbnail {
		margin-bottom: 0;
	}
	
	.site-header.featured-image .site-featured-image .entry-header {
		padding-bottom: 15px;
	}
	
	.blog-post.tt-single-post-image .site-branding {
		padding-bottom: 10px;
		padding-top: 40px;
	}
	
	.blog-post.tt-single-post-image {
		margin-bottom: 5px;
	}
	
	.post-teaser p + .ch_teaser_image {
		padding-top: 0;
		margin-bottom: 0;
	}
	
	.post-teaser p + .row {
		padding-top: 0;
	}
	
	.blog-post-single p + .row img {
		padding-bottom: 8px;
	}
	
	.post-teaser p + .quote {
		padding-top: 0;
	}
	
	.blog-post .post-teaser + .tt-blog-single-footer, .tt-tags-list-categories {
		margin-top: 45px;
	}
	
	.author-bio-gravatar img {
		width: 83px;
		margin: auto;
	}
	
	.blog-post:not(.post-preview) > .author-bio {
		padding: 30px 30px 24px 30px;
	}
	
	.author-bio-gravatar {
		padding-bottom: 25px;
	}
	
	.author-bio-info h4 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.author-bio-description {
		margin-bottom: 25px;
	}
	
	.blog-post:not(.post-preview).blog-post-single > .post-navigation {
		margin-top: 8px;
	}
	
	.post-navigation .nav-next {
		margin-top: 0;
	}
	
	.post-navigation .nav-links {
		padding-bottom: 1.7em;
		margin-bottom: 30px;
	}
	
	.comments-block .comment:first-of-type {
		margin-top: 23px;
	}
	
	.comments-block .comment .text .reply a {
		font-size: 11px;
	}
	
	.comments-block .comment .text .reply [class*='icon'] {
		font-size: 8px;
	}
	
	.comments-block .comment .userpic {
		width: 65px;
	}
	
	.comments-block .comment .userpic img {
		max-width: 50px;
	}
	
	.contact-form#commentform .form-control {
		min-height: 50px;
	}
	
	.contact-form textarea.form-control {
		max-height: 150px;
		padding-top: 14px;
	}
	
	.tt_pt_20 {
		padding-top: 10px;
	}
	
	.comments-block .comment .text p {
		margin-bottom: 2px;
	}
	
	#comments .comments-block ul {
		padding-bottom: 22px;
	}
	
	.comments-block .comment-reply-title {
		font-size: 18px;
	}
	
	#comments .comment-respond {
		padding-top: 30px;
	}
	
	#commentform {
		padding-top: 4px;
	}
	
	.ch_sub_text {
		margin-bottom: 14px;
	}
	
	.ch-container-postt-image .tt-blog-sidebar > .widget_search {
		border-top: 1px solid #f6f6f6;
	}
	
	.ch-container-postt-image .tt-blog-sidebar > .widget_search {
		padding-top: 50px;
	}
	
	.ch-mobile-btn {
		margin-top: 5px;
	}
	
	.page-content .section.tt_mt_116, .tt_mt_116, .page-content .section.tt_mt_110, .tt_mt_110, .page-content .section.tt_mt_100, .tt_mt_100 {
		margin-top: 50px;
	}
	
	.ch_layout02 .icn-text {
		padding: 20px 5px 10px 5px;
		margin: 0;
		border: none;
		box-shadow: none;
	}
	
	.title-wrap + .ch_layout02.icn-carousel {
		margin-top: 0;
	}
	
	.services-wrap1 .title-wrap .h1 {
		line-height: 32px;
	}
	
	ul.marker-list-md {
		line-height: 20px;
	}
	
	.ch_layout02.row.slick-slider [class*='col'] {
		width: 100% !important;
	}
	
	.ch_blog_layout02 .blog-post:not(.post-preview) > .post-image + .blog-post-info {
		padding-top: 48px;
	}
	
	.ch_blog_layout02 .blog-grid-full .blog-post:not(.post-preview) > .post-teaser {
		margin-top: 14px;
		padding-bottom: 0;
	}
	
	.content-area .ch_blog_layout02 .blog-post:not(.bg-grey):not(.blog-post-single) {
		box-shadow: none;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
		padding-bottom: 5px;
	}
	
	.ch_blog_layout02 .blog-grid-full .blog-post .post-image {
		margin-left: 0;
		margin-right: 0;
	}
	
	.ch_blog_layout02 .blog-grid-carousel-full .btn-link {
		font-size: 11px;
	}
	
	.ch_blog_layout02 .blog-grid-carousel-full .btn-link [class*='icon'] {
		font-size: 8px;
	}
	
	.ch_blog_layout02 .blog-grid-full .slick-dots li button {
		width: 7px;
		height: 7px;
	}
	
	.ch_blog_layout02 .blog-grid-full .slick-dots {
		margin-top: 20px;
		margin-bottom: -3px;
	}
	
	.banner-call.ch-banner-call-left .tt-reset-max-width {
		max-width: 63%;
	}
	
	.reset-pl-pl-xs {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 320px) {
	.woocommerce div.product form.cart .variations select {
		padding-left: 20px;
		padding-right: 50px;
	}
	
	.doctor-box-bottom {
		padding: 14px 0px 30px;
	}
	
	.doctor-box-bottom .doctor-box-phone {
		padding-right: 0;
	}
	
	.doctor-box-phone {
		font-size: 15px;
	}
}

@media (min-width:321px) and (max-width:768px) {
	.woocommerce div.product form.cart .variations select {
		padding-left: 40px;
		padding-right: 60px;
	}
	
	.woocommerce div.product form.cart .variations td.label {
		width: 200px;
	}
	
	.woocommerce div.product .product-block-info form.cart .variations {
		margin-bottom: -30px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.reviews-photo img {
		max-width: inherit;
	}
}

@media (min-width: 576px) and (max-width: 768px) {
	.layout_surgeon .header-content.stuck .header-logo, .layout_surgeon .header-content.stuck .header-logo img {
		max-height: 60px;
	}
}

/*end media styles*/
.icon {
	display: inline-block;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.icon.ch-icon-logo {
	height: auto;
	width: auto;
}

.service-box-icon .icon, .service-box-icon-bg .icon {
	width: 200px;
}

.icn-text .icn-text-circle [class*='icon'] {
	height: 81px;
	width: 42px;
}

html:not(.ie) .btn .icon, html:not(.ie) .footer ul.icn-list li > [class*='icon'], html:not(.ie) .icn-text .icn-text-simple [class*='icon'], html:not(.ie) .star-rating [class*='icon-'], html:not(.ie) .services-nav ul .nav-link .icon, html:not(.ie) .quickLinks ul.icn-list li > [class*='icon'], html:not(.ie) ul.icn-list-lg li > [class*='icon'], html:not(.ie) .blog-post .post-meta-social a [class*='icon'], html:not(.ie) .icn-text-alt .icn-text-alt-icn [class*='icon'], html:not(.ie) .btn-link [class*='icon'], html:not(.ie) .department-tab-icon .icon, html:not(.ie) .service-card-style2 .service-card-icon .icon {
	width: auto;
}

.question-box .input-group [class*='icon-'] {
	top: 10px;
}

.post-navigation .nav-next .icon {
	margin-right: -10px;
}

.post-navigation .nav-previous .icon {
	margin-left: -10px;
}

@media (max-width: 1023px) {
	.custom-logo-link img {
		max-height: 56px;
	}
}

@media (max-width: 767px) {
	.custom-logo-link img {
		max-height: 40px;
	}
	
	.layout_medlab .custom-logo-link img {
		max-height: 35px;
	}
}

/*LANGUAGES BLOCK*/
.header-lang {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 14px;
	padding-right: 0;
}

.header-lang .icon {
	font-size: 19px;
	text-decoration: none;
	color: #444;
	cursor: pointer;
	width: auto;
}

@media (max-width: 1023px) {
	.header-lang .icon {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.header-lang .icon {
		font-size: 18px;
	}
}

@media (min-width: 1024px) {
	.header-lang {
		top: 0 !important;
	}
}

@media (max-width: 1023px) {
	.header-lang {
		position: absolute;
		right: 72px;
		top: 25px;
		margin-top: 5px;
	}
	
	.ch-woo-no .header-lang {
		margin-top: -62px;
	}
	
	.ch-woo-no .header-search {
		margin-top: -65px;
		right: 115px;
	}
	
	.ch-woo-no.ch_lang_0 .header-search {
		margin-top: -79px;
		right: 70px;
	}
	
	.ch-woo-no .header-content.stuck .header-lang {
		margin-top: -23px;
	}
	
	.ch-woo-no .header-content.stuck .header-search {
		margin-top: -25px;
	}
}

@media (max-width: 767px) {
	.header-lang {
		top: 7px;
		right: 50px;
	}
	
	.ch-woo-no .header-lang {
		margin-top: -64px;
	}
	
	.ch-woo-no .header-search {
		margin-top: -51px;
		right: 71px;
	}
	
	.ch-woo-no.ch_lang_0 .header-search {
		margin-top: -53px;
		right: 45px;
	}
	
	.ch-woo-no .header-content.stuck .header-lang {
		margin-top: -17px;
	}
	
	.ch-woo-no .header-content.stuck .header-search {
		margin-top: -18px;
	}
}

.header-content.stuck .header-lang {
	margin-top: 2px;
}

@media (max-width: 1229px) {
	.header-content.stuck .header-lang {
		margin-top: 0;
	}
}

@media (max-width: 1023px) {
	.header-content.stuck .header-lang {
		margin-top: 0;
		top: 50% !important;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.header-lang-dropdown {
	position: absolute;
	z-index: 1000;
	left: -5px;
	top: -5000px;
	width: 220px;
	padding: 25px 30px;
	background: #fff;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .2);
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	text-align: left;
}

@media (max-width: 1570px) {
	.header-lang-dropdown {
		left: auto;
		right: -10px;
	}
}

@media (max-width: 767px) {
	.header-lang-dropdown {
		width: 170px;
		padding: 10px 15px;
	}
}

.header-lang-dropdown:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 3px;
	width: 60px;
}

@media (max-width: 1570px) {
	.header-lang-dropdown:after {
		left: auto;
		right: 0;
	}
}

@media (max-width: 767px) {
	.header-lang-dropdown:after {
		width: 45px;
	}
}

.header-lang-dropdown ul {
	padding: 0 !important;
	margin: 0;
	list-style: none;
}

.header-lang-dropdown ul li > a {
	font-size: 15px;
	line-height: 23px;
	padding: 5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #787878;
	border-bottom: 1px solid #f2f2f2;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.header-lang-dropdown ul li > a img {
	position: relative;
	top: -1px;
	margin-right: 9px;
}

.header-lang-dropdown ul li > a:hover {
	text-decoration: none;
}

.header-lang-dropdown ul li:last-child > a {
	border-bottom: 0;
}

.header-lang-dropdown ul li > a span {
	padding-left: 0 !important;
}

.header-lang.opened .header-lang-dropdown {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	transition: opacity .4s ease 0s, transform .4s ease 0s, -webkit-transform .4s ease 0s;
	opacity: 1;
	visibility: visible;
	top: 100%;
	margin-top: 3px;
}

/*ICONS*/
.navbar-toggler.collapsed.tt-topmenu-btn .ch-close {
	display: none;
}

.navbar-toggler.collapsed.tt-topmenu-btn .ch-menu {
	display: block;
}

.navbar-toggler:not(.collapsed).tt-topmenu-btn .ch-close {
	display: block;
}

.navbar-toggler:not(.collapsed).tt-topmenu-btn .ch-menu {
	display: none;
}

@media (min-width: 1024px) {
	.header .navbar-nav svg.icon {
		/* display:none; */
		position: absolute;
		right: 0;
		top: 15px;
		width: auto;
	}
	
	ul#menu-medin-header-menu > li > ul > li a:not(.dropdown-toggle) {
		padding-left: 8px;
	}
	
	ul#menu-medin-header-menu > li > ul > li a {
		text-transform: none;
	}
	
	.header-nav .dropdown-menu .nav-item > .nav-link .icon {
		display: block;
	}
	
	.btco-hover-menu .collapse ul ul ul {
		top: 40px !important;
		left: 30% !important;
	}
	
	.header .navbar-nav > .nav-item > .dropdown-menu a.dropdown-toggle, .dropdown-item + .dropdown-menu a.dropdown-toggle {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1023px) {
	.icon.ch-icon-logo {
		max-height: 40px;
	}
}

@media (max-width: 767px) {
	.quickLinks .col > .link > [class*='icon-'] {
		width: auto;
	}
}

.quickLinks-top .link-drop .google-map {
	height: auto;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */
.layout-landing-2 svg[class*='icon'] {
	width: auto;
}

.icon-tooth_1 {
	width: 1.078125em;
}

.icon-dental-chair {
	width: 1.078125em;
}

.icon-team {
	width: 1.125em;
}

.icon-medical-kit {
	width: 1.046875em;
}

.icon-user-3 {
	width: 1.078125em;
}

.icon-facebook-logo {
	width: 1.03125em;
}

.icon-emergency {
	width: 1.0595703125em;
}

.icon-tooth1221 {
	width: 1.0595703125em;
}

.icon-927381 {
	width: 1.3125em;
}

.icon-placeholdd {
	width: 1.0751953125em;
}

.icon-65570 {
	width: 1.15625em;
}

.icon-174977 {
	width: 1.046875em;
}

.icon-zoob {
	width: 1.0673828125em;
}

.icon-man {
	width: 1.09375em;
}

.icon-mommy {
	width: 1.046875em;
}

.icon-principles {
	width: 1.109375em;
}

.icon-sign {
	width: 1.28125em;
}

.icon-surgery_icon {
	width: 1.1005859375em;
}

.icon-ambulance_icon {
	width: 1.1943359375em;
}

.icon-woman {
	width: 1.125em;
}

.icon-body {
	width: 1.046875em;
}

.icon-body1 {
	width: 1.03125em;
}

body.home .quickLinks-wrap {
	height: auto;
	top: 1%;
}

.quickLinks-wrap {
	height: 100%;
}

@media (max-width: 1025px) {
	body.home .quickLinks-wrap, .quickLinks-wrap {
		top: 0;
	}
}

.header-quickLinks .contact7__custom-form .input-group .form-control, .header-quickLinks .contact7__custom-form .selectWrapper.input-group select, .quickLinks-wrap .contact7__custom-form .input-group .form-control, .quickLinks-wrap .contact7__custom-form .selectWrapper.input-group select {
	padding-left: 0 !important;
}

.ie ul li .icon, .ie svg.icon {
	max-height: 32px;
	max-width: 32px;
}

.ie .header-social a [class*='icon-'], .ie.layout-landing .icn-text-alt .icn-text-alt-icn [class*='icon'] {
	max-width: 48px;
}

.ie :not(.stuck).quickLinks > .container > .row > .col {
	flex: 1 1 auto;
}

.ie .quickLinks .col > .link {
	height: 98px;
}

.ie .quickLinks .col > .link > [class*='icon-'] {
	max-width: 100% !important;
}

.ie promo-text [class*='icon'] {
	max-width: 56px;
}

.ie .header-lang .icon {
	max-width: 32px !important;
}

.ch_modal {
	opacity: .8;
	display: flex !important;
	background: black;
	width: 100%;
	bottom: auto;
	top: 0;
}

.ch_modal .modal-dialog {
	width: 100%;
	height: 100%;
	min-width: 100%;
}

.ch_modal .modal-dialog .inner_wrapper {
	background: red;
	display: flex;
	align-items: center;
	text-align: center;
	flex-direction: row;
	padding: 50px;
}

.ch_modal .modal-dialog .inner_wrapper {
	color: #fff;
	font-size: 32px;
	line-height: 38px;
	width: 100%;
}

.ch_modal .modal-dialog .inner_wrapper > div {
	width: 100%;
	height: 100%;
}

.ch_modal .modal-dialog .inner_wrapper h1 {
	color: #fff;
}

.ch_modal .modal-dialog .inner_wrapper p {
	font-size: 32px;
	line-height: 38px;
	color: #fff;
}

.ch_modal .modal-dialog .inner_wrapper a {
	color: #fff;
	font-size: 32px;
	line-height: 38px;
	text-decoration: underline;
}

/*common colors for all layouts*/
:root {
	--color_general_sticky: #fff;
	--color_content_rs: #fff;
	--color_content_bg: #fff;
	--color_content_t: #787878;
	--color_content_l: #787878;
	--color_content_head: #444;
	--color_content_sub: #787878;
	--color_content_blocks_bg: #fff;
	--color_content_forms_t: #a9a9a9;
	--color_header_bg: #fff;
	--color_header_t: #444;
	--color_header_l: #444;
	--color_header_menu_top_l: #444;
	--color_header_menu_sub_bg: #fff;
	--color_header_menu_sub_l: #444;
	--color_footer_t: #787878;
	--color_footer_l: #787878;
	--color_footer_titles: #444;
	--color_footerbottom_t: #fff;
	--color_content_bc_bg: #f8f8f8;
	--color_content_bc_t: #424242;
}

/* content */
#mainSlider .slick-dots li.slick-active button {
	background-color: var(--color_content_rs);
}

#mainSlider .slick-dots li button {
	border-color: var(--color_content_rs);
}

#mainSlider .btn-white, body:not(.touch) #mainSlider .btn-white:focus, body:not(.touch) #mainSlider .btn-white:hover, body:not(.touch)  #mainSlider .btn-white:hover [class*='icon'] {
	border-color: var(--color_content_rs);
	color: var(--color_content_rs);
}

#mainSlider .slide-txt1, #mainSlider .slide-txt2 {
	color: var(--color_content_rs);
}

.header-content.stuck, .header-content.stuck .header-search input[type="search"], .header-content.stuck .header-search button, .header-content.stuck .header-search [class*='icon-'] {
	background: var(--color_general_sticky);
}

body, .site-content-contain, .bg-grey-dark {
	background: var(--color_content_bg);
}

.icn-text, .counter-box, .faq-item [data-toggle='collapse'], .ch_layout02 .counter-box-icon, .blog-post {
	background-color: var(--color_content_blocks_bg);
}

.reviews-carousel:before {
	color: var(--color_content_blocks_bg);
}

.form-control, .wpcf7-form .tt-footer-newsletter__input input[type="email"], .contact7__custom-form .input-group .form-control, .contact7__custom-form .selectWrapper.input-group select, .btQuoteBooking .ddTitleText span span, .btQuoteBooking .ddChild ul li span span, .btQuoteBooking .ddChild ul li:hover span span, .btQuoteBooking .ddChild ul li.selected:hover span span {
	color: var(--color_content_forms_t);
}

::-webkit-input-placeholder {
	color: var(--color_content_forms_t) !important;
}

:-ms-input-placeholder {
	color: var(--color_content_forms_t) !important;
}

::-moz-placeholder {
	color: var(--color_content_forms_t) !important;
}

:-moz-placeholder {
	color: var(--color_content_forms_t) !important;
}

body, p {
	color: var(--color_content_t);
}

a {
	color: var(--color_content_l);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .banner-call-phone {
	color: var(--color_content_head);
}

.h-sub:not(.theme-color), .banner-call .btn, .footer-post-title, .header-search .tt-toggle-button, .counter-box-text, .special-card-txt2, .btQuoteBooking .ddTitleText label, .btQuoteBooking .btQuoteTotalCurrency, .btQuoteBooking .btQuoteTotalCalc, .blog-post .post-title a, .doctor-card .doctor-name, .blog-post-single p b, .services-nav > .nav-item > .tt-block-link > .nav-link {
	color: var(--color_content_sub);
}

.header-content, .header-search input[type="search"], .header-search button, .header-search [class*='icon-'] {
	background-color: var(--color_header_bg);
}

/* header: top panel, menu */
.header-logo__wrapper .bloginfo_name {
	color: var(--color_header_t);
}

.header-search [class*='icon-'], .header-cart a.icon, .header-lang .icon {
	color: var(--color_header_l);
}

.header-nav .nav-item > .nav-link, .header-logo__wrapper .bloginfo_name {
	color: var(--color_header_menu_top_l);
}

@media (min-width: 1024px) {
	.header .navbar-nav > .nav-item > .dropdown-menu, .dropdown-item + .dropdown-menu, .btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu {
		background-color: var(--color_header_menu_sub_bg);
	}
	
	.cart_list, .cart_list p, .header .navbar-nav > .nav-item > .dropdown-menu a, .dropdown-item + .dropdown-menu a, .header-lang-dropdown ul li > a span {
		color: var(--color_header_menu_sub_l);
	}
	
	.header .navbar-nav > .nav-item > .dropdown-menu a:hover, .dropdown-item + .dropdown-menu a:hover {
		color: var(--color_header_menu_sub_l_h);
	}
}

.header-cart-dropdown, .header-lang-dropdown {
	background-color: var(--color_header_menu_sub_bg);
}

/*footer*/
.footer {
	background: var(--color_footer_bg);
}

.footer, .footer-text p, .footer-post-text, .footer-post-text p {
	color: var(--color_footer_t);
}

.footer ul.icn-list a, .footer a {
	color: var(--color_footer_l);
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer-post-title a {
	color: var(--color_footer_titles);
}

.footer-bottom, .footer-bottom a {
	color: var(--color_footerbottom_t);
}

.breadcrumbs-wrap {
	background-color: var(--color_content_bc_bg);
	color: var(--color_content_bc_t);
}

.breadcrumbs, .breadcrumbs a {
	color: var(--color_content_bc_t);
}

/*captcha*/
.contact-page-form .b-c-wrapper {
	display: flex;
	align-items: flex-start;
}

.form-btn-wrap {
	display: flex;
	text-align: center;
}

.ch_btn_vc {
	display: flex;
	justify-content: center;
}

@media (min-width:1230px) and (max-width:1366px) {
	.tab-wrapper-form .ch_btn_vc {
		display: block;
	}
}

@media (max-width:767px) {
	.contact-form .ch_btn_vc, .popup-wrap .ch_btn_vc {
		display: block;
		margin-right: 20px;
	}
	
	.section_make_app .contact-form .ch_btn_vc {
		display: flex;
		margin-right: 20px;
	}
}

.ch_btn_vc em {
	font-size: 13px;
}

.ch_btn_vc .v_c_img {
	margin-right: 10px;
}

@media (max-width:768px) {
	.ch_btn_vc .v_c_img {
		margin-right: 15px;
	}
}

.ch_btn_vc .v_c_img + .wpcf7-form-control-wrap {
	width: auto;
}

input.v_c_field[type="text"] {
	width: auto;
	max-width: 140px;
	padding: 6px;
	border-radius: 5px;
	font-size: 14px;
}

@media (max-width:1023px) {
	input.v_c_field[type="text"] {
		max-width: 120px;
		font-size: 13px;
	}
}

@media (max-width:767px) {
	input.v_c_field[type="text"] {
		max-width: 130px;
		padding: 10px;
	}
}

input.v_c_field[type="text"] + span.wpcf7-not-valid-tip {
	text-align: left;
}

.ch_btn_vc + .ch_btn_wrapper {
	padding-left: 20px;
}

.instagram_private {
	text-align: center;
	padding-bottom: 50px;
}

/*Advanced Main Slider*/
#mainSlider.adv-main-slider, #mainSlider.adv-main-slider .img--holder {
	height: auto;
}

.adv-main-slider.main-slider {
	position: relative;
	width: 100%;
	height: 95vh;
	min-height: 8vw;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease;
}

@media (max-width:1200px) {
	.adv-main-slider.main-slider {
		height: calc(100vw * .5);
	}
}

@media (max-width:767px) {
	.adv-main-slider.main-slider {
		height: calc(159vw * .5);
	}
}

.adv-main-slider.main-slider.slick-initialized {
	opacity: 1;
	visibility: visible;
}

.adv-main-slider.main-slider .slick-slide {
	position: relative;
	height: 95vh;
}

@media (max-width:1200px) {
	.adv-main-slider.main-slider .slick-slide {
		height: calc(100vw * .5);
	}
}

@media (max-width:767px) {
	.adv-main-slider.main-slider .slick-slide {
		height: calc(159vw * .5);
	}
}

.adv-main-slider.main-slider .slick-slide::before {
	background-color: #000;
	opacity: .3;
	z-index: 1;
}

.adv-main-slider.main-slider .slick-slide video {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.adv-main-slider.main-slider .slick-slide iframe {
	position: relative;
	pointer-events: none;
	margin: 0;
	width: 100%;
	left: 0 !important;
}

.adv-main-slider.main-slider .slick-slide figure {
	position: relative;
	height: 100%;
	margin: 0;
}

.adv-main-slider.main-slider .slick-slide .slide-image {
	opacity: 0;
	height: 100%;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.adv-main-slider.main-slider .slick-slide .slide-image.show {
	opacity: 1;
}

.adv-main-slider.main-slider .slick-slide .image-entity {
	width: 100%;
	opacity: 0;
	visibility: hidden;
}

.adv-main-slider.main-slider .slick-slide .loading {
	position: absolute;
	top: 44%;
	left: 0;
	width: 100%;
}

.adv-main-slider.main-slider .slick-slide .slide-media {
	-webkit-animation: slideOut .4s cubic-bezier(.4, .29, .01, 1);
	animation: slideOut .4s cubic-bezier(.4, .29, .01, 1);
}

.adv-main-slider.main-slider .slick-slide.slick-active {
	z-index: 1;
}

.adv-main-slider.main-slider .slick-slide.slick-active .slide-media {
	-webkit-animation: slideIn 2.4s cubic-bezier(.4, .29, .01, 1);
	animation: slideIn 2.4s cubic-bezier(.4, .29, .01, 1);
}

.adv-main-slider.main-slider .slick-slide.slick-active .caption {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .7s cubic-bezier(.32, .34, 0, 1.62) .6s;
	transition: all .7s cubic-bezier(.32, .34, 0, 1.62) .6s;
}

@-webkit-keyframes slideIn {
	from {
		-webkit-filter: blur(15px);
		filter: blur(15px);
	}
	
	to {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}

@keyframes slideIn {
	from {
		-webkit-filter: blur(15px);
		filter: blur(15px);
	}
	
	to {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}

@-webkit-keyframes slideOut {
	from {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
	
	to {
		-webkit-filter: blur(15px);
		filter: blur(15px);
	}
}

@keyframes slideOut {
	from {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
	
	to {
		-webkit-filter: blur(15px);
		filter: blur(15px);
	}
}

.test_div .icon {
	height: 50px;
}

div#ui-datepicker-div {
	z-index: 1000 !important;
}

.page404_icon {
	margin: auto;
	background-color: #3368c6;
	border-radius: 50%;
	width: 157px;
	height: 157px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

@media (max-width: 1023px) {
	.page404_icon {
		width: 140px;
		height: 140px;
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.page404_icon {
		width: 100px;
		height: 100px;
		margin-bottom: 40px;
	}
}

.page404_icon .icon {
	font-size: 50px;
	color: #fff;
	width: 63px;
	height: 63px;
}

@media (max-width: 1023px) {
	.page404_icon .icon {
		font-size: 40px;
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 767px) {
	.page404_icon .icon {
		font-size: 34px;
		width: 40px;
		height: 40px;
	}
}

.page404_h1 h1 {
	font-size: 120px;
	line-height: 120px;
}

@media (max-width: 1023px) {
	.page404_h1 h1 {
		font-size: 100px;
		line-height: 100px;
	}
}

@media (max-width: 767px) {
	.page404_h1 h1 {
		font-size: 80px;
		line-height: 80px;
	}
}

@media (max-width: 479px) {
	.page404_h1 h1 {
		font-size: 60px;
		line-height: 60px;
	}
}

.four-zero-page-area h3 {
	font-size: 36px;
	margin-bottom: 35px;
}

@media (max-width: 1023px) {
	.four-zero-page-area h3 {
		font-size: 30px;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.four-zero-page-area h3 {
		font-size: 26px;
		margin-bottom: 26px;
	}
}

.four-zero-page-area p {
	max-width: 610px;
	margin: auto;
	text-align: center;
	margin-bottom: 50px;
}

.header-search input[type='search'] {
	opacity: 0;
}

.header-search:hover input[type='search'], .header-search input[type='text']:focus, .header-search input[type='search']:focus {
	opacity: 1;
}

.instagram_gallery.instagram_gallery_html  .outer_image {
	width: 16.5%;
	margin: 0%;
	position: relative;
	display: inline-block;
	height: 100%;
}

.instagram_gallery.instagram_gallery_html .outer_image .insta_icon {
	background: #1e76bd;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	padding-top: 5px;
}

.instagram_gallery_html .insta_icon .icon {
	width: 20px;
	height: 20px;
	-webkit-transition: .25s;
	transition: .25s;
	margin: auto;
	margin: auto;
	color: #fff;
}

.loader-circle {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.loader-circle:before {
	content: "";
	display: block;
	width: 70px;
	height: 35px;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	background-color: #000;
	opacity: .35;
	transform-origin: bottom center;
	animation: loader-animate 1.5s linear infinite;
	-webkit-animation: loader-animate 1.5s linear infinite;
}

@-webkit-keyframes loader-animate {
	0% {
		transform: rotateX(0deg);
	}
	
	70%, 100% {
		transform: rotateX(360deg);
		background-color: white;
	}
}

.loader-circle:after {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: transparent;
	border: 7px solid #ddd;
	border-right: 7px solid #f37f1d;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	animation: loader-before-animate 1.5s linear infinite;
	-webkit-animation: loader-before-animate 1.5s linear infinite 1.5s linear;
	transform-origin: center;
}

@keyframes loader-before-animate {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loader-before-animate {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.ws-form-icons .input-group > p {
	display: flex;
	width: 100%;
}

.header-topline .align-items-center {
	justify-content: space-between;
}
