.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);
}


/*
* Coaching Consulting
*/
.coaching-consulting .col-coaching-consulting-imgs .card {
	position: absolute;
}
.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(1) {
	z-index: 1;
	top: 0;
	right: 20px;
}
.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(2) {
	z-index: 3;
	bottom: 30px;
	left: 60%;
	transform: translateX(-50%);
}
.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(3) {
	z-index: 2;
	left: 40px;
	bottom: 10%;
}
@media (max-width: 991px) {
	.coaching-consulting .col-coaching-consulting-imgs .card {
		position: relative;
		max-width: 30%;
		margin-top: 30px;
		transform: none !important;
		top: 0 !important;
		left: 0 !important;
		bottom: 0 !important;
		right: 0 !important;
		float: left;
		margin-right: 3.33%;
	}
}

/*
* What We Do
*/
.custom-image-style-2 {
	position: absolute;
	left: 10%;
	bottom: 0;
	/*box-shadow: 0px 7px 60px -15px rgba(0, 0, 0, 0.5);*/
}
.custom-image-style-2._big {
	width: 90%;
}
@media (max-width: 991px) {
	.custom-image-style-2._big {
		position: static;
	}
}
.custom-image-style-2._small {
	left: 0;
}
@media (max-width: 991px) {
	.custom-image-style-2._small {
		left: auto;
		right: 25px;
		bottom: 0;
		width: 23.5%;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.custom-image-style-2 {
		bottom: 111px;
	}
	.custom-image-style-2._small {
		left: 25px;
		bottom: 100px;
	}
}

svg#curved-line-2 {
	position: absolute;
	top: -85px;
	right: 190px;
	z-index: 1;
}
svg#curved-line-2 .path, svg#curved-line-2 .circle {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1700;
	opacity: 0.3;
}
svg#curved-line-2 .circle {
	stroke-dashoffset: 1000;
}
.custom-porto-svg-logo path {
	fill-opacity: 0;
	stroke-width: 1px;
	stroke: #FFF;
	stroke-dasharray: 630;
	stroke-dashoffset: 630;
	transition: ease stroke-dashoffset 5s, ease fill-opacity 1s 1.7s;
}

/* Rev Slider - Custom Porto SVG Logo */
.active-revslide .custom-porto-svg-logo path {
	stroke-dashoffset: 0;
	fill-opacity: 1;
}


/* Style the input container */
.input-container {
	display: flex;
	width: 100%;
	margin-bottom: 15px;
  }
  
  /* Style the form icons */
  .icon {
	padding: 15px 10px 10px 10px;
	background: #62CDD2;
	color: white;
	min-width: 50px;
	text-align: center;
  }

  .thumb-info-side-image-custom {
	border: 0 none;
	color: #777;
	margin: 0 0 35px;
	transition: all 0.3s ease;
}
.thumb-info-side-image-custom .thumb-info-side-image-wrapper {
	padding: 0;
	margin-right: 30px;
}
.thumb-info-side-image-custom .thumb-info-caption {
	text-align: left;
}
.thumb-info-side-image-custom .thumb-info-caption h4 {
	margin: 30px 0 0;
	padding: 0;
}
.thumb-info-side-image-custom .thumb-info-caption p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 24px;
}
.thumb-info-side-image-custom:hover {
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33) !important;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-side-image-wrapper {
	margin: 0 0 10px 0;
	padding: 0;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption {
	padding: 0 10px;
	display: block;
	clear: both;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption h4 {
	margin: 3px 0 0;
	padding: 0;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption p {
	margin: 0;
	padding: 0;
}

@media (max-width: 767px) {
	.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-side-image-wrapper {
		width: 100%;
	}
}