.body {
	font-family: "Montserrat", sans-serif;
}

/*
* Container
*/
@media (min-width: 1240px) {
	.container {
		max-width: 1240px !important;
	}
}
/*
* Border
*/
.border-color-grey {
	border-color: #e7e7e7 !important;
}

/*
* Header
*/
.header-top {
	border-bottom: 1px solid #e7e7e7 !important;
}
.header-top .header-top-phone {
	font-size: 16px !important;
	padding: 6px 40px 6px 0 !important;
}
.header-top .header-top-phone img {
	margin-right: 7px;
}
.header-top .header-top-email,
.header-top .header-top-opening-hours {
	font-size: 12px !important;
	letter-spacing: -0.3px;
}
.header-top .header-top-email i,
.header-top .header-top-opening-hours i {
	margin-right: 6px !important;
}
.header-top .header-top-email {
	margin-right: 15px;
}
@media (max-width: 1199px) {
	.header-top .nav-item-header-top-socials {
		width: 100%;
	}
}
.header-top .nav-item-header-top-socials .header-top-socials ul li {
	margin-right: 30px;
}
.header-top .nav-item-header-top-socials .header-top-socials ul li i {
	font-size: 15px !important;
}
.header-top .header-top-button-make-as-appoitment {
	width: 195px;
}
.header-top .header-top-button-make-as-appoitment a {
	font-size: 12px;
}

/*
* Header Container
*/
.header-container .header-nav .nav li > a {
	text-transform: none !important;
	font-size: 14px !important;
}
.header-container .header-nav .nav li .dropdown-menu a {
	font-size: 0.8em !important;
}
.header-container .header-nav .nav li:hover > a {
	background: #fff !important;
}
.header-container .header-nav .nav li:hover > a:before {
	border-bottom: 0 !important;
}
.header-container .header-nav .nav li:hover > a + ul.dropdown-menu {
	border-top: 0 !important;
	margin-top: -5px !important;
}

/*
* Header Search
*/
.header-column-search {
	flex-grow: 0.14 !important;
}
@media (max-width: 1199px) {
	.header-column-search {
		flex-grow: 0.3 !important;
	}
}
@media (max-width: 991px) {
	.header-column-search {
		order: 2;
		flex-grow: 0.1 !important;
		width: 100%;
		padding-right: 15px;
	}
}

@media (max-width: 991px) {
	.header-column-logo {
		order: 1;
	}
}

@media (max-width: 991px) {
	.header-column-nav-menu {
		order: 3;
		flex-grow: 0.1 !important;
	}
}

.header-nav-features {
	padding: 0 !important;
	margin: 0 !important;
}
.header-nav-features:not(.header-nav-features-no-border):before {
	display: none !important;
}

/*
* Slider
*/
.slider-container .custom-bottom-label {
	width: 200px;
	height: 60px;
	letter-spacing: -0.35px !important;
	font-size: 14px !important;
	line-height: 60px !important;
}
.slider-container .section-funnel-layer-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 96px 0;
	padding: 6rem 0;
	transform: translate3d(0, 50%, 0);
	z-index: 20;
}
.slider-container .section-funnel-layer-bottom .section-funnel-layer:nth-child(1) {
	transform: skewY(4.7deg);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 6;
}
.slider-container .section-funnel-layer-bottom .section-funnel-layer:nth-child(2) {
	transform: skewY(-4.7deg);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 6;
}
.slider-container .tp-bullet {
	width: 16px;
	height: 16px;
	box-shadow: 0 0 0 2px #222529 !important;
	opacity: .5;
}
.slider-container .tp-bullet.selected {
	opacity: 1;
	box-shadow: 0 0 0 2px #222529 !important;
}
.slider-container .tp-bullet.selected .tp-bullet-inner {
	display: block;
}
.slider-container .tp-bullet .tp-bullet-inner, .slider-container .tp-bullet .tp-bullet-inner:hover {
	transform: scale(0.5) !important;
}
.slider-container .tp-bullet .tp-bullet-inner {
	display: none;
}

/*
* Cards
*/
.custom-cards {
	position: relative;
	min-height: 300px;
}
@media (max-width: 1199px) {
	.custom-cards {
		height: auto;
	}
}
.custom-cards .cards-container {
	position: absolute;
	top: -70%;
	left: 0;
}
@media (max-width: 1199px) {
	.custom-cards .cards-container {
		position: static;
	}
}
.custom-cards .cards-container .card {
	min-height: 420px;
}
.custom-cards .cards-container .card .card-body {
	padding: 50px;
}
.custom-cards .cards-container .card .card-body img {
	padding-bottom: 20px;
}
.custom-cards .cards-container .card .card-body .card-title {
	font-size: 24px;
}
.custom-cards .cards-container .card .card-body .card-text,
.custom-cards .cards-container .card .card-body .card-title {
	margin: 0;
}

/*
* Custom List Icons
*/
.custom-list-icons li {
	line-height: 35px !important;
	padding-left: 52px !important;
}
.custom-list-icons li i {
	border-color: #e7e7e7 !important;
	width: 40px !important;
	height: 40px !important;
	line-height: 33px !important;
	top: 0 !important;
}
.custom-list-icons:first-child li {
	padding-right: 60px !important;
}

/*
* Custom Carousel
*/
.custom-owl-carousel .owl-next:before {
	content: "\f061" !important;
	color: #212529 !important;
	font-size: 20px !important;
}
.custom-owl-carousel .owl-prev:before {
	content: "\f060" !important;
	color: #212529 !important;
	font-size: 20px !important;
}
.custom-owl-carousel .owl-carousel .owl-nav {
	top: 40%;
}

/*
* About Me
*/
.more-about {
	background-color: #FFF;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 70px;
}
@media (max-width: 991px) {
	.more-about {
		padding-top: 70%;
		position: static;
		background-size: 100%;
		background-position: 0 0;
		background-color: #FFF;
		margin-bottom: 0;
		overflow: auto;
	}
}
@media (min-width: 992px) {
	.more-about .col-cuttin-more-about:before {
		content: '';
		position: absolute;
		top: -35%;
		right: -90%;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 0;
		transform: rotate(75deg);
	}
	.more-about .col-cuttin-more-about:after {
		content: '';
		position: absolute;
		top: 35%;
		right: -90%;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 0;
		transform: rotate(-75deg);
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.more-about {
		background-size: 130%;
	}
	.more-about .col-cuttin-more-about:before {
		right: -127%;
		top: -38%;
	}
	.more-about .col-cuttin-more-about:after {
		right: -127%;
		top: 38%;
	}
}

/*
* Patient Reviews
*/
.patient-reviews {
	background-position: right;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: contain;
	height: auto;
	position: relative;
	overflow: hidden;
}
@media (max-width: 1199px) {
	.patient-reviews {
		padding-top: 51%;
		position: static;
		background-size: 100%;
		background-position: 0 0;
		background-color: #FFF;
		margin-bottom: 0;
		overflow: auto;
	}
}
@media (min-width: 1200px) {
	.patient-reviews .col-cutting-patient-reviews:before {
		content: '';
		position: absolute;
		top: -50%;
		left: -68%;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 0;
		transform: rotate(-70deg);
	}
	.patient-reviews .col-cutting-patient-reviews:after {
		content: '';
		position: absolute;
		top: 50%;
		left: -68%;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 0;
		transform: rotate(70deg);
	}
}
@media (max-width: 991px) {
	.patient-reviews {
		padding-top: 54%;
	}
}
.patient-reviews section.section {
	padding: 90px 0 !important;
}
@media (max-width: 1199px) {
	.patient-reviews section.section {
		padding: 30px 0 70px !important;
	}
}
.patient-reviews section.section .owl-carousel .owl-nav {
	top: 19%;
}
.patient-reviews section.section p.lead {
	font-size: 14px;
}
.patient-reviews section.section h4.review-signature {
	font-size: 18px;
}
.patient-reviews .owl-stage-outer .owl-item {
	padding: 0 60px;
}
.patient-reviews .owl-next {
	transform: none !important;
}
.patient-reviews .owl-next:before {
	content: "\f061" !important;
	color: #212529 !important;
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900 !important;
	font-size: 20px !important;
	left: 1px !important;
	top: -1px !important;
	border: none !important;
	position: static !important;
	transform: none !important;
}
.patient-reviews .owl-next:after {
	display: none !important;
}
.patient-reviews .owl-prev {
	transform: none !important;
}
.patient-reviews .owl-prev:before {
	content: "\f060" !important;
	color: #212529 !important;
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900 !important;
	font-size: 20px !important;
	left: 1px !important;
	top: -1px !important;
	border: none !important;
	position: static !important;
	transform: none !important;
}
.patient-reviews .owl-prev:after {
	display: none !important;
}
.patient-reviews .review-quotes {
	left: 0;
	width: 10%;
}
.patient-reviews .review-quotes + .lead {
	width: 90%;
}

/*
* Medical Services
*/
.medical-services {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.medical-services .cards-medical-services {
	margin-bottom: 32px;
}
.medical-services .cards-medical-services .card {
	margin-bottom: 30px;
}
.medical-services .section-funnel-layer-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 96px 0;
	padding: 6rem 0;
	transform: translate3d(0, 99%, 0);
	z-index: 20;
}
@media (max-width: 1199px) {
	.medical-services .section-funnel-layer-bottom {
		display: none;
	}
}
.medical-services .section-funnel-layer-bottom .section-funnel-layer:nth-child(1) {
	transform: skewY(-4.7deg);
	position: absolute;
	top: 0;
	left: -50%;
	width: 100%;
	height: 100%;
	z-index: 6;
}
.medical-services .section-funnel-layer-bottom .section-funnel-layer:nth-child(2) {
	transform: skewY(-175.3deg);
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	z-index: 6;
}

/*
* Google Maps
*/
#googlemaps {
	min-height: 480px;
}

/*
* Contact Form
*/
.custom-form-style-1 .form-control {
	border: 0;
	padding: 19.2px;
	padding: 1.2rem;
	box-shadow: none !important;
	height: auto;
	background: #F4F4F4 !important;
}

/*
* Footer Top Info
*/
.footer-top-info {
	margin-bottom: -1px;
}
.footer-top-info .footer-top-info-detail {
	position: relative;
	width: 100%;
	padding-right: 190px;
}
@media (max-width: 991px) {
	.footer-top-info .footer-top-info-detail {
		margin: 15px;
	}
}
@media (max-width: 575px) {
	.footer-top-info .footer-top-info-detail {
		margin: 0;
		margin-left: -10px;
	}
}
.footer-top-info .footer-top-info-desc {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.footer-top-info .btn-footer-top-info {
	width: 180px;
	height: 55px;
	line-height: 51px;
	position: absolute;
	right: 20px;
}
.footer-top-info .btn-footer-top-info:hover {
	border-color: #FFF !important;
}
@media (max-width: 991px) {
	.footer-top-info .btn-footer-top-info {
		margin-right: 15px;
	}
}
@media (max-width: 575px) {
	.footer-top-info .btn-footer-top-info {
		margin-right: -5px;
	}
}

/*
* Footer
*/
#footer .custom-info .custom-info-block span {
	display: block;
	font-size: 14px;
}
#footer .custom-info .custom-info-block span.title-custom-info-block {
	letter-spacing: -0.35px;
}
#footer .custom-info .custom-info-block span.text-custom-info-block {
	letter-spacing: -0.35px;
}
#footer .nav-footer > ul {
	padding: 0;
}
#footer .nav-footer > ul li {
	list-style: none;
}
#footer .social-icons li {
	margin: -1px 13px 0 0;
}
#footer .social-icons li a {
	width: 38px;
	height: 38px;
	line-height: 41px;
}
#footer .social-icons li:hover a {
	color: #333 !important;
}
#footer .footer-copyright {
	border-top: 1px solid rgba(225, 225, 225, 0.1);
}
#footer .footer-column-opening-hours .custom-info {
	padding: 15px 0;
	border-bottom: 1px solid rgba(225, 225, 225, 0.1);
}
/*MY Custom*/
.text-normal{text-transform: none;}
.text-upper{text-transform: uppercase;}
.text-lower{text-transform: lowercase;}
.text-1{font-size:10px ! important;} .text-2{font-size:12px ! important;} .text-3{font-size:14px ! important;} .text-4{font-size:16px ! important;} .text-5{font-size:18px ! important;} .text-6{font-size:20px ! important;} .text-7{font-size:22px ! important;} .text-8{font-size:24px ! important;} .text-9{font-size:26px ! important;} .text-10{font-size:28px ! important;} .text-11{font-size:30px ! important;} .text-12{font-size:32px ! important;} .text-13{font-size:34px ! important;} .text-12{font-size:36px ! important;} .text-14{font-size:38px ! important;} .text-15{font-size:40px ! important;} 
.isabolute {position: absolute !important;}
.isrelative {position: relative !important;}
.bg-yellow-light{background:#fff5cc !important; }
.bg-brown-light{background:#fffae6 !important; }
.bg-blue-light{background:#cceeff !important; }
.bg-ash-dark{background:#A19C96 !important; color:#fff !important;}
.bg-ash-dark a {color:#fff !important;}
.bg-none{background-color: #fff !important;} 
.theme-text-white{color: #fff !important;} 
.title-border{ line-height: 32px; margin: 0 0 20px; padding: 0 0 20px; position: relative; z-index: 0;}
.title-border:before { background-color: #d0a963; position: absolute; content: ""; z-index: -1; left: 0; top: auto; bottom: 0; right: auto;width:150px; height: 2px;}
.text-b4-line:before {border-top: 1px solid #1072B8;display: block;position: relative;top: -25px;margin: 0 auto;width: 50%;content: "";}
.title{    border-bottom: 1px solid #dadada;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(218, 218, 218);
    display: inline-block;}
.title-border-left {margin: 10px 0 -2px;}
.title-border-left, .title-border-center {height: 4px;width: 70px;background: #ffb600;display: block;}
.box-shadow{ box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12); border-radius: 0; }
.box-header { padding: 24px 0 12px 0; border-bottom: 1px solid #DEDEDE; }

/* EOf MY Custom*/