@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/*** GENERIC CSS ***/
html,body {
	font-family: "Source Sans 3", sans-serif;
}

body {
	font-size: 15px;
	color: #555555;
}

a {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	text-decoration: none;
	color: #00bcd4;
}

a:hover {
	text-decoration: none;
	color: #24a9e2;
}

a:focus {
	text-decoration: none;
}

button {
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color:#2c2c2c;
	font-family: "Montserrat", sans-serif;
}

h1 {
}

h2 {
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
}

h3 {
}

h4 {
}

h5 {
}

a {
	cursor: pointer;
}

p {
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 1.8;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.btn-default {
	display: inline-block;
	height: 50px;    
	border-color: rgb(44, 44, 44);
	color: rgb(44, 44, 44);
	background-color: transparent;
	padding: 0 25px;
	font-size: 19px;
	line-height: 46px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	border:1px solid rgba(44,44,44);
	letter-spacing: 0.05em;
}

.btn-default:hover {
	background: #23272FFF;
	color: #FFEB7CFF;
}

.btn-yellow {
	background: rgb(255, 235, 125);
	color: rgb(44, 44, 44);
	border: 0px;
	padding: 0px 17px;
	line-height: 40px;
	height: 40px;
}

.w-30 {
	width: 30%;
}

.w-60 {
	width: 60%;
}

.w-90 {
	width: 90%;
}

.p-relative {
	position: relative;
}

/*** Topbar ***/
.topbar {
	border-top: 5px solid #8a99c8;
	border-bottom: 1px solid #dfe5e8;
    background-color: #f4f6f7;
	/* padding: 10px 0; */
	position: relative;
}

.topbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.topbar ul li {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	padding: 10px 17px;
	color: #5f727f;
}

.topbar ul li a:hover {
	color: #00bcd4;
}

.topbar ul li a:hover i {
	color: #5f727f;
}

.topbar ul li a {
	color: #5f727f;
}

.topbar ul li .fa {
	margin-right: 4px;
	top: 1px;
	position: relative;
	width: 16px;
	font-size: 16px;
}

.topbar ul li {
	display: inline-block;
}

.topbar ul.social {
	display: inline-block;
	border-left: 1px solid #dfe5e8;
	border-right: 1px solid #dfe5e8;
	padding: 0px 30px;
	margin-left: 10px;
	margin-right: 30px;
}

.topbar ul.social li {
	display: inline-block;
	padding: 10px 7px;
}

.topbar ul.social li .fa {
	margin: 0;
	width: auto;
	font-size: 18px;
}

.topbar .faqbtn {
	display: inline-block;
	color: #5f727f;
	font-size: 14px;
}

.topbar .faqbtn i {
	margin-right: 3px;
}

.topbar .faqbtn:hover {
	color: #00bcd4;
}

.topbar .yellowbtn {
	display: inline-block;
	color: #2C2C2CFF;
	background-color: #FFEB7CFF;
	border-radius: 3px;
	font-size: 14px;
	line-height: 30px;
	margin-left: 40px;
	padding: 0 14px;
	display: inline-block;
}

.topbar .yellowbtn:hover {
	background-color: #2C2C2CFF;
	color: #FFEB7CFF;
}



/*** HEADER ***/
.header {
	position: absolute;
	width: 100%;
	z-index: 99;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header.inner-header {
	position: static;
	background: #fff;
}

.header.inner-header .navbar-light .navbar-nav .nav-item>.nav-link {
	color: #3c3950 !important;
}

.header.inner-header .navbar-light .navbar-nav .nav-item:hover>.nav-link {
	color:#8A99C8FF!important;
}

.header.inner-header .navbar-light .navbar-nav .nav-item.lbtn>.nav-link:hover {
	color: #3c3950 !important;
	border: 2px solid #3c3950;
}

.header.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background: rgba(255,255,255,0.95);
	box-shadow: 0 0 2px 0 rgba(56, 69, 84, .2);
}

.header.fixed .navbar-light .navbar-nav .nav-item.lbtn>.nav-link {
	color: #3c3950 !important;
	border: 2px solid #3c3950;
	line-height: 27px;
}

.header.fixed .navbar-light .navbar-nav .nav-item>.nav-link {
	color: #3c3950 !important;
}

.header.fixed .navbar-light .navbar-nav .nav-item:hover>.nav-link {
	color:#8A99C8FF!important;
}

.header.fixed .navbar-light .navbar-nav .nav-item.lbtn>.nav-link:hover {
	color: #3c3950 !important;
	border: 2px solid #3c3950;
}


.header .container {
	max-width: 1170px;
}

.navbar-brand {
	padding: 0px !important;
	margin: 0;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
	position: relative;
	transition: all .3s;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding:0px 15px !important;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	line-height: 24px;
	border: 2px solid transparent;
}

.navbar-light .navbar-nav>.nav-item {
	padding-top: 31px;
	padding-bottom: 31px;
	position: relative;
}

.header.fixed .navbar-light .navbar-nav>.nav-item {
	padding-top: 16px;
	padding-bottom: 16px;
}


.navbar-light .navbar-nav .nav-item>.nav-link {
	color: #fff;
}

.navbar-light .navbar-nav .nav-item:hover>.nav-link {
	color:#8A99C8FF!important;
}

.header .navbar-light .navbar-nav>.nav-item.active>.nav-link:hover,
.header .navbar-light .navbar-nav>.nav-item.active>.nav-link {
	color: #fff !important;
	border: 2px solid #fff;
	line-height: 27px;
}

.header.inner-header .navbar-light .navbar-nav>.nav-item.active>.nav-link,
.header.inner-header .navbar-light .navbar-nav>.nav-item.active>.nav-link:hover,
.header.fixed .navbar-light .navbar-nav>.nav-item.active>.nav-link,
.header.fixed .navbar-light .navbar-nav>.nav-item.active>.nav-link:hover {
	color: #3c3950 !important;
	border: 2px solid #3c3950;
	line-height: 27px;
}

.navbar-light .navbar-nav .nav-item.active>a,
.header.innerheader .menu-btn span {
	color:#8A99C8FF!important;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover {
	background: #fff;
}

.navbar-expand-lg .navbar-nav>li {
	display:inline-block;
	vertical-align: top;
}

.navbar-expand-lg .navbar-nav>li:first-child {
	margin: 0;
}

.navbar-brand img,
.header .logo img {
	max-height: 105px;
	margin-right: 0px;
}

.navbar {
	padding:0px 0px;
}

.navbar-nav {
	align-items: center;
}

.navbar-nav .nav-item {
	position:relative;
}

.navbar-light .navbar-nav .nav-item.lbtn>.nav-link {
	color: #fff;
	border: 2px solid #ffffff;
	line-height: 27px;
	padding:0px 15px !important;
}

.navbar-light .navbar-nav .nav-item.lbtn>.nav-link:hover {
	color: #000 !important;
	background: #fff;
	border: 2px solid #ffffff;
}

@media only screen and (min-width:992px) {
	.navbar-nav li.dropdown:hover ul.sub-menu {
		display:block;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover>a,
	.navbar-light .navbar-nav .nav-item ul.sub-menu li.active>a {
		color:#3c3950!important;
		background: none !important;
		border-color: #8A99C8FF;
	}

}

ul.sub-menu {
	min-width:278px;
	width: 100%;
	padding:0px 0px;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
	text-align: left;
	margin: auto;
	background: none;
	margin-top: 0px;
	display: block;
	list-style: none;
	margin: 0;
	background: 0 0;
	position: absolute;
	left: 0px;
	min-width: 250px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	background: #fff;
	border: 1px solid #dfe5e8;
	border-bottom: none;
	top: 100%;
}

.navbar-light .navbar-nav ul.sub-menu li {
	width:100%;
	position: relative;
	border-bottom: 1px solid #dfe5e8;
	background:#f4f6f7;
}

.navbar-light .navbar-nav ul.sub-menu li:hover {
	background:#fff;
}

.navbar-nav ul.sub-menu li a.nav-link {
	line-height: 1;
	transition: all .3s;
	text-transform: capitalize;
	display: inline-block;
	clear: both;
	white-space: nowrap;
	border: 0;
	margin: 0px;
	position:relative;
	padding: 0px 27px !important;
	color: #5f727f !important;
	border: none;
	white-space: nowrap;
	font-size: 16px;
	line-height: 50px;
	font-weight: 400;
	letter-spacing: 0;
	border-left: 3px solid transparent;
	-o-transition: color .3s, background-color .3s, border-left-color .3s;
	-webkit-transition: color .3s, background-color .3s, border-left-color .3s;
	transition: color .3s, background-color .3s, border-left-color .3s;
    font-family: "Source Sans 3", sans-serif;
}

.search-btn {
	position: relative;
	font-size: 18px !important;
}

.search-form {
	position: absolute;
	top: 100%;
	right: 0;
	width: 280px;
	border: 1px solid #dfe5e8;
	background-color: #ffffff;
	opacity: 0;
	padding: 20px;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
}

.search-form input {
	border: 1px solid #dfe5e8;
	background-color: #f4f6f7;
	font-size: 16px;
	width: 100%;
	height: 40px;
	border-radius: 4px;
	padding-right: 40px;
	outline: none;
	color: #3c3950;
	padding: 0 10px;
}

.search-form button {
	position: absolute;
	right: 19px;
	font-size: 17px;
	width: 40px;
	height: 40px;
	background: none;
	border-radius: 0;
	text-align: center;
	color: #3c3950;
}

.search-btn.active i:before {
	content: "\f00d";
	font-size: 18px;
}

.search-form.active {
	left: auto;
	right: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, transform .5s;
}

/*** Banner ***/
.banner {
	background: url(../img/bg-banner.webp) bottom center no-repeat;
	background-size: cover;
	height: 970px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 220px;
}

.banner h6 {
	color: rgb(255, 255, 255);
	line-height: 24px;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
}

.banner h1 {
	color: rgb(255, 235, 125);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 150px;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 120px;
}

.banner h3 {
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 80px;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 80px;
	margin-top: 15px;
	margin-bottom: 50px;
}

.banner .btn-default {
	letter-spacing: 0;
	color: #fff;
	border-color: #999c9a;
	height: inherit;
	line-height: 44px;
	font-size: 16px;
	padding: 0px 40px;
}

.banner .btn-default:hover {
	color: #23272FFF;
	background: #fff;
	border-color: #fff;
}


/*** Medical-consulting ***/
.medical-consulting {
	padding: 35px 0px 60px 0px;
	background-color: #1b2c57;
}

.medical-consulting h2 {
	color: #ffeb7d;
	font-size: 24px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
	padding-top: 35px;
}

.contact-icon {
	display: flex;
	align-items: start;
}

.contact-icon {
	display: flex;
	align-items: start;
	color: #ffffff;
	white-space: nowrap;
	line-height: 25px;
	font-size: 16px;
}

.contact-icon a {
	color: #ffffff;
}

.contact-icon>i {
	margin-top: 2px;
	margin-right: 5px;
	min-width: 25px;
}

/*** about ***/
.about {
	padding: 130px 0px 0px 0px;
}

.about.homi .row>div {
	padding-left: 21px;
	padding-right: 21px;
}

.about h2 {
	color: #23272f;
	font-size: 36px;
	font-weight: 700;
	line-height: 53px;
	margin-bottom: 60px;
	letter-spacing: 0.05em;
}

.about h2 span {
	color: #8a99c8;
}

.about p {
	color: #5f727f;
	margin-bottom: 75px;
}

.quotebox .img {
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: 67px;
	right: 35px;
	bottom: -5px;
	color: #e7ebee;
	position: absolute;
	font-style: normal;
	content: "\f10e";
	width: 80px;
}

.about .quotebox {
	padding: 3px;
	border: 1px solid #c9d2d9;
	position: relative;
	overflow: hidden;
}

.about .quotebox p {
	color: #23272f;
	font-size: 24px;
	line-height: 37px;
	font-weight: 100;
	border: 1px solid #e9edf0;
	padding-left: 39px;
	padding-right: 20px;
	padding-top: 44px;
	padding-bottom: 50px;
	margin: 0;
}






/*** Expertise ***/
.expertise {
	padding: 0px 0px 0px 0px;
}

.expertise-box {
	padding: 115px 75px 75px 75px;
	background-color: #1b2c57;
}

.expertise-box h6 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 19px;
	font-weight: 300;
	margin: 0;
}

.expertise-box h2 {
	color: #ffeb7d;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 19px;
	line-height: 53px;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
}

.expertise-box p {
	color: #ffffff;
	display: block;
	max-width: 350px;
	line-height: 25px;
	font-size: 16px;
}

.expertise-box.yellow {
	background-color: #ffeb7d;
}

.expertise-box.yellow h6 {
	color: #1e2128;
}

.expertise-box.yellow h2 {
	color: #3c3950;
}

.expertise-box.yellow p {
	color: #1e2128;
}

.expertise-box.grey {
	background-color: #8a99c8;
}

.expertise-box.grey h6 {
	color: #fff;
}

.expertise-box.grey h2 {
	color: #fff;
}

.expertise-box.grey p {
	color: #fff;
}

/*** naturopathic-services ***/
.naturopathic-services {
	padding: 110px 0px 110px 0px;
}

.naturopathic-services h2 {
	color: #23272f;
	font-size: 36px;
	font-weight: 700;
	line-height: 53px;
	margin-bottom: 40px;
}

.naturopathic-services p {
	line-height: 25px;
	font-size: 16px;
	color: #5f727f;
	margin-bottom: 0px;
}

.naturopathic-services p a {
	color: #8A99C8FF;
}

.naturopathic-services p a:hover {
	color: #000;
}

.naturopathic-services .rowspace>div {
	padding-left: 21px;
	padding-right: 21px;
}

.naturopathic-services .down {
	margin-bottom: 40px;
}

.naturopathic-services .top {
	margin-top: 100px;
}

.service-box {
	padding-top: 45px;
	padding-bottom: 40px;
	padding-left: 35px;
	padding-right: 35px;
	border: 1px solid #dedede;
	margin-top: 40px;
}

.service-box h3 {
	color: #23272f;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 35px;
}

.cta-btn {
	position: relative;
	width: 100%;
	margin-top: 65px;
}

.cta-btn .btn-default {
	background: #fff;
	z-index: 2;
	position: relative;
}

.cta-btn .btn-default:hover {
	background: #23272FFF;
	color:  rgb(255,235,125);
	color:  #fff;
}

.cta-btn::before {
	width: 50%;
	content: '';
	position: absolute;
	left: 0px;
	top:45%;
	height: 7px;
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	z-index: 1;
}

.cta-btn::after {
	width: 50%;
	content: '';
	position: absolute;
	right: 0px;
	top:45%;
	height: 7px;
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	z-index: 1;
}




/*** ABOUT ME ***/
.about-me {
	background: #1B2C57 url(../img/healing-power-of-nature-with-naturopathic-medicine.jpg) top left no-repeat;
	background-size: 50% auto;
	padding:110px 0px;
}

.about-me .p-80 {
	padding-left: 80px;
	padding-right: 80px;
}

.about-me h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 53px;
	margin-bottom: 0px;
}

.about-me h4 {
	color: #ffeb7d;
	font-size: 24px;
	line-height: 38px;
	font-weight: 700;
	margin: 30px 0px 30px 0px;
}

.about-me p {
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	letter-spacing: 0.45px;
}

.about-me ul {
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.about-me ul li {
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	list-style: none;
	margin:10px 0px;
	padding: 0px;
}

.about-me ul li .fa {
	margin-right: 10px;
}

.about-me .btn-yellow {
	padding: 0px 25px;
	height: 50px;
	line-height: 50px;
	margin-top: 50px;
}

/*** CTA ***/
.cta {
	background: rgb(255,235,125);
	padding:0px 0px 85px 0px;
}

.cta .btn {
	position: relative;
	width: 100%;
}

.cta .btn-default {
	margin-top: 85px;
	background: rgb(255,235,125);
	z-index: 2;
	position: relative;
}

.cta .btn-default:hover {
	background: #23272FFF;
	color:  rgb(255,235,125);
}

.cta .btn::before {
	width: 50%;
	content: '';
	position: absolute;
	left: 0px;
	top:111px;
	height: 7px;
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	z-index: 1;
}

.cta .btn::after {
	width: 50%;
	content: '';
	position: absolute;
	right: 0px;
	top:111px;
	height: 7px;
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	z-index: 1;
}

/*** UPGRADE ***/
.upgrade {
	background: url(../img/7_mini.jpg.webp) 50% 50% fixed no-repeat;
	background-size: cover;
	padding: 140px 0px;
}

.upgrade.improve {
	background: url(../img/Bilds.webp) 50% 50% fixed no-repeat;
	background-size: cover;
	padding: 199px 0px;
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
}

.upgrade.improve h3 {
	margin-bottom: 30px;
}

.upgrade.improve h2 {
	margin-bottom: 45px;
}

.upgrade h3 {
	font-size: 28px;
	line-height: 42px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.45px;
	margin-bottom: 30px;
}

.upgrade h2 {
	font-size:50px;
	line-height: 69px;
	color: #ffeb7d;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.45px;
	margin-bottom: 50px;
}

.upgrade p {
	font-size:24px;
	line-height: 37px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.25px;
}


/*** FEEDBACK ***/
.feedback {
	background: #fff;
	padding: 150px 0px 120px 0px;
}

.feedback h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 53px;
	margin-bottom: 65px;
}

.feedback p {
	font-size: 16px;
	line-height: 25px;
	color: #5f727f;
	letter-spacing: 0.45px;
}

.feedback-box {
	background: #F4F6F7;
	border-radius: 55px;
	padding: 73px;
	padding: 69px 73px 43px 73px;
	margin-top: 100px;
	position: relative;
}

.feedback-box:after {
	content: '';
	position: absolute;
	width: 100px;
	height: 51px;
	margin-left: 105px;
	left: 40px;
	bottom: -51px;
	background: url(../img/testi-art.svg) 50% 50% no-repeat;
	background-size: contain;
}

.feedback-box .item .d-flex {
	gap: 50px;
}

.feedback-box figure {
	width: 128px;
	height: 128px;
}

.feedback-box figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}

.feedback-box .name {
	font-size: 14px;
	text-transform: uppercase;
	color: #1b2c57;
	line-height: 25px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}

.feedback-box small {
	color: #1b2c57;
	font-size: 14px;
	line-height: 25px;
}

.feedback-box p {
	margin-top: 30px;
	font-size: 24px;
	line-height: 36px;
	color: #5f727f;
	font-weight: 300;
}

.feedback-box .owl-nav {
	position: absolute;
	top: 45%;
	top: 41%;
	width: calc(100% + 160px);
	left: -80px;
	width: calc(100% + 156px);
	left: -78px;
}

.feedback-box .owl-nav .owl-prev, .feedback-box .owl-nav .owl-next {
	background-color: #8a99c8 !important;
	border-radius: 0px !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.feedback-box .owl-nav button span {
	color: #fff;
	font-size:24px;
}

.feedback-box .owl-nav .owl-prev {
	float: left;
}

.feedback-box .owl-nav .owl-next {
	float: right;
}

.feedback-box .owl-nav .owl-prev:hover, .feedback-box .owl-nav .owl-next:hover {    
	background-color: #ffe886 !important;
}

.feedback-box .owl-nav .owl-prev:hover span, .feedback-box .owl-nav .owl-next:hover span {
	color: #23272f !important;
}

.feedback-box .img {
	width: 60px !important;
	margin-left: 15px;
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

.feedback-box .mainimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 104%;
}

/*** LATEST NEWS ***/
.latest-news {
	background: #1B2C57;
	padding: 160px 0px 210px 0px;
}

.latest-news * {
	color: #fff;
}

.latest-news h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 53px;
	margin-bottom: 65px;
}

.latest-news p {
	font-size: 16px;
	line-height: 25px;
}

/*** BLOG ***/
.blog {
	margin-top: -80px;
	padding-bottom: 110px;
}

.blog .bg {
	background: url(../img/mother-and-child-combat-problems-with-your-thyroid-during-and-post-pregnancy-thegem-blog-slider-fullwidth.jpg.webp) 50% 50% no-repeat;
	background-size: cover;
	padding: 90px 0px 90px 0px;
	position: relative;
	min-height: 525px;
}

.blog .bg::after {
	content: '';    
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	background-color: #24273c;
	background: rgba(30, 33, 40, 0.8);
}

.blog .bg>div {
	position: relative;
	z-index:2;
	padding: 0px 50px;
}

.blog h5 {
	font-size: 19px;
	font-weight: 400;
	line-height: 30px;
	font-family: "Montserrat", sans-serif;
	color: #fae276;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}

.blog .bg p {
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #cacaca;
}

.blog .bg .author {
	font-size: 13px;
	line-height: 20px;
	color: #99a9b5;
}

.blog .btn-default {
	margin-top: 80px;
	z-index: 2;
	background: #fff;
}

.blog .btn-default:hover {
	background: #23272FFF;
	color: #fff;
}

.blog .btn-default::before {
	width: 50%;
	content: '';
	position: absolute;
	left: 0px;
	top: 100px;
	height: 7px;
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	z-index: -1;
}

.blog .btn-default::after {
	width: 50%;
	content: '';
	position: absolute;
	right: 0px;
	top: 100px;
	height: 7px;
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	z-index: -1;
}


/*** APPOINTMENTS ***/
.appointments {
	background: rgb(240,243,242);
	padding: 150px 0px 190px 0px;
	overflow: hidden;
}

.appointments h2 {
	color:rgb(35, 39, 47);
	font-size: 36px;
	font-weight: 700;
	line-height: 53px;
	margin-bottom: 65px;
}

.appointments p {
	color: rgb(95, 114, 127);
	font-size: 16px;
	line-height: 25px;
}

.appointments .card {
	margin: 100px 0px 0px 0px;
	border-radius: 0px;
	border: 0;
}

.appointments .card img {
	aspect-ratio: 1 / 0.66;
	border-radius: 0px;
}

.appointments .card-body {
	padding: 40px 25px;
}

.appointments .card-title {
	color:rgb(35, 39, 47);
	font-size: 19px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

.appointments .card-text {
	color:rgb(95, 114, 127);
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
}

.appointments .d-flex p {
	color:rgb(35, 39, 47);
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	margin: 0px;
}

.appointments .d-flex p b {
	color:rgb(35, 39, 47);
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	margin: 0px;
	font-family: "Montserrat", sans-serif;
}

.appointments .progress {
	border-radius: 0px;
	height: 10px;
	background: #DFE5E8;
}

.appointments .progress-bar {
	background: rgb(27, 44, 87);
}

.appointments .btn-default {
	margin-top: 45px;
	font-size: 14px;
}

/*** FAQ SLIDER ***/
.faq-slider {
	background: #1B2C57 url(../img/naturopathic-medical-doctor-in-arizona-dr-gabi-malina.png.webp) center right no-repeat;
	background-size: auto 130%;
	padding: 200px 0px;
}

.faq-slider .faq-carousel {
	padding:0px 80px;
}

.faq-slider .faq-name {
	color:rgb(255, 232, 134);
	font-size: 14px;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	font-family: "Montserrat", sans-serif;
}

.faq-slider .faq-que {
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	font-weight: 300;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.faq-slider .faq-text {
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	width: 100%;
	text-align: center;
	font-weight: 300;
}

.faq-slider .owl-nav {
	position: absolute;
	top: 45%;
	width: calc(100% + 40px);
	left: -20px;
}

.faq-slider .owl-nav .owl-prev, .faq-slider .owl-nav .owl-next {
	background-color: #8a99c8 !important;
	border-radius: 0px !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.faq-slider .owl-nav button span {
	color: #fff;
	font-size:24px;
}

.faq-slider .owl-nav .owl-prev {
	float: left;
}

.faq-slider .owl-nav .owl-next {
	float: right;
}

.faq-slider .owl-nav .owl-prev:hover, .faq-slider .owl-nav .owl-next:hover {    
	background-color: #ffe886 !important;
}

.faq-slider .owl-nav .owl-prev:hover span, .faq-slider .owl-nav .owl-next:hover span {
	color: #23272f !important;
}

/*** ABOUT ME ***/
.about-education {
	background: #F0F3F2;
	padding: 130px 0px 120px 0px;
}

.about-education h2 {
	color:rgb(35, 39, 47);
	font-size: 36px;
	font-weight: 700;
	line-height: 53px;
	margin-bottom: 65px;
}

.about-education p {
	color: rgb(95, 114, 127);
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.45px;
}

/*** QUOTE ***/
.quote {
	background: url(../img/naturopathic-doctor-thyroid-expert.jpg.webp) top center no-repeat;
	background-size: cover;
	padding: 150px 0px 200px 0px;
}

.quote h2 {
	color: rgb(255, 235, 125);
	font-size: 36px;
	font-weight: 700;
	line-height: 53px;
	margin-bottom: 65px;
}

.quote blockquote {
	font-size: 24px;
	line-height: 37px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin-bottom: 90px;
}

.quote p {
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.5px;
}

/***  FOOT CONTACT ***/
.foot-contact {
	padding: 70px 0px;
	background: #FFEB7D;
}

.foot-contact .btn-default {    
	margin: 30px 0px;
}

/*** FOOTER ***/
.footer {
	background: #181828;
	padding: 40px 0px;
}

.footer * {
	color: #99a9b5;
}

.footer a {
	color: #00bcd4;
}

.foot-links {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.foot-links li {
	display: inline-block;
	padding:0px 21px;
	position: relative;
	line-height: 1;
}

.foot-links li a {
	color: #99a9b5;
}

.foot-links li+li:before {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	left: -1px;
	top: 0;
	font-size: 0;
	border-right: 1px solid #333146;
}

.foot-links li:hover a {
	color: #8A99C8FF;
}

.footer .socials a {
	margin: 0px 5px;
	font-size:16px;
}

.footer .fa-facebook {
	color: #4e64b5;
}

.footer .fa-linkedin {
	color: #0288d1;
}

.footer .fa-instagram {
	color: #9a8f62;
}

.footer .fa-whatsapp {
	color: #30b220;
}

.footer .socials a:hover .fa {
	color: #fff;
}

/*** contact page ***/
.page-banner {
	background-color: #8A99C8FF;
	padding-top: 80px;
	padding-bottom: 0px;
}

.page-banner h1 {
	color: #ffffff;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 700;
	line-height: 69px;
	margin: 0;
}

.page-banner p {
	color: #ffffff;
	margin-top: 18px;
	line-height: 37px;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 45px;
}

.breadcrumbs {
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
}

.breadcrumbs a {
	color: #ffffff;
	display: inline-block;
}

.breadcrumbs .divider {
	margin: 0px 15px;
}

.breadcrumbs .current {
	display: inline-block;
	color: #e7ff89;
	padding-bottom: 12px;
	border-bottom: 3px solid #e7ff89;
}

.contact-info iframe {
	margin-bottom: 100px;
}

.contact-info h2 {
	color: #23272f;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 700;
	line-height: 69px;
	margin-bottom: 60px;
}

.contact-info h2 span {
	color: #8a99c8;
}

.contact-info p {
	color: #5f727f;
	margin-bottom: 75px;
	line-height: 25px;
	font-size: 16px;
	margin-bottom: 70px;
}

.contactbox {
	aspect-ratio: 1 / .74;
	padding: 20px 20px;
	background-color: #1b2c57;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}

.contactbox .icon.fa-map-marker {
	font-size: 50px;
}

.contactbox .icon.fa-headphones {
	font-size: 60px;
}

.contactbox .icon {
	color: #ffffff;
	font-size: 40px;
	margin-bottom: 10px;
}

.contactbox h5 {
	color: #ffffff;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 300;
	margin: 25px 0px 20px 0px;
}

.contactbox p {
	color: #ffffff;
	font-size: 16px;
	line-height: 25px;
	margin: 0;
}

.contactbox p a {
	color: #ffffff;
}

.contactbox.yellow {
	background-color: #ffeb7c;
}

.contactbox.yellow:hover {
	background-color: #b6c6c9;
}

.contactbox.yellow .icon {
	color: #1e2128;
}

.contactbox.yellow:hover .icon {
	color: #3c3950;
}

.contactbox.yellow h5 {
	color: #1e2128;
}

.contactbox.yellow:hover h5 {
	color: #3c3950;
}

.contactbox.yellow p {
	color: #23272f;
}

.contactbox.yellow:hover p {
	color: #3c3950;
}

.contactbox.yellow:hover p a {
	color: #3c3950;
}

.contactbox.yellow p a {
	color: #1e2128;
}

.contactbox.lightblue {
	background-color: #8a99c8;
}

.contactbox.lightblue:hover {
	background-color: #b6c6c9;
}

.contactbox.lightblue .icon {
	color: #fff;
}

.contactbox.lightblue:hover .icon {
	color: #3c3950;
}

.contactbox.lightblue h5 {
	color: #fff;
}

.contactbox.lightblue:hover h5 {
	color: #3c3950;
}

/*** business-hours ***/
.business-hours {
	padding: 100px 0px 130px 0px;
}

.business-hours .row>div {
	padding-left: 21px;
	padding-right: 21px;
}

.business-hours h2 {
	color: #23272f;
	font-size: 36px;
	font-weight: 700;
	line-height: 53px;
	margin-bottom: 60px;
	letter-spacing: 0.05em;
}

.business-box {
	background: #f4f6f7;
	padding-top: 80px;
	padding-bottom: 70px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.business-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 27px;
	width: 100%;
	background: url(../img/contact-pattern.png) top left repeat-x;
	background-size: contain;
}

.business-box .icon {
	position: relative;
}

.business-box .icon .fa {
	position: relative;
	color: #dde0e2;
	font-size: 100px;
}

.business-box .icon span {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	letter-spacing: 0.05em;
	color: #3c3950;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
}

.business-box .divider {
	height: 1px;
	background: #00bcd4;
	width: 96px;
	display: inline-block;
	margin: 45px 0px 30px 0px;
}

.business-box h3 {
	color: #1b2c57;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	line-height: 38px;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}


/*** info-gabi ***/
.info-gabi {
	background: #1b2c57;
	padding: 130px 0px;
}

.info-gabi .user {
	height: 160px;
	border-radius: 50%;
}

.info-gabi h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 53px;
	margin-top: 60px;
	margin-bottom: 50px;
	letter-spacing: 0.05em;
}

.info-gabi p {
	color: #ffffff;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 70px;
}

.info-gabi .btn-default {
	background-color: rgb(255, 235, 124);
	border-color: rgb(255, 235, 124);
	color: rgb(35, 39, 47);
}

.info-gabi .btn-default:hover {
	background-color: #fff;
	border-color: #fff;
	color: rgb(35, 39, 47);
}


/*** anyquestion ***/
.anyquestion {
	background-color: rgb(138, 153, 200);
	padding: 100px 0px;
	position: relative;
}

.anyquestion .art {
	position: absolute;
	bottom: -69px;
	left: 50%;
	transform: translate(-50%, 0%);
}

.anyquestion h2 {
	color: #fff;
	font-size: 36px;
	font-size: 40px;
	font-weight: 700;
	line-height: 53px;
	margin: 0;
	letter-spacing: 0.05em;
}


/*** contact-form ***/
.contact-form {
	padding: 120px 0px 100px 0px;
	position: relative;
}

.contact-form h2 {
	color: #23272f;
	font-size: 36px;
	font-weight: 700;
	line-height: 53px;
	margin: 0;
	margin-bottom: 40px;
	letter-spacing: 0.05em;
}

.contact-form p {
	color: #5f727f;
	line-height: 25px;
	font-size: 16px;
	margin-bottom: 90px;
}

.contact-form .form-control::-webkit-input-placeholder {
	color: #3c3950;
}

.contact-form .form-control {
	padding: 12px;
	padding-left: 20px;
	color: #3c3950;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid #394050;  
	border-radius: 0;
	margin-bottom: 20px;
}

.contact-form textarea.form-control {
	height: 171px;
}

.contact-form .submit {
	border: none;
	background-color: #FFEB7CFF;
	height: auto;
	color: #23272FFF;
	line-height: 40px;
	font-weight: 700;
	padding: 0 35px;
	font-size: 14px;
	margin: 25px 0px;
	transition: all .3s;
}

.contact-form .submit:hover {
	border-color: #5f727f;
	background-color: #5f727f;
	color: #FFEB7CFF;
}


/*** stay-connected ***/
.stay-connected {
	padding: 120px 0px 180px 0px;
	position: relative;
	background: url(../img/bg-stay.webp) 50% 50% no-repeat;
	background-size: cover;
	border-bottom: 1px solid #313646;
}

.stay-connected .flower {
}

.stay-connected h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 53px;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 60px;
	letter-spacing: 0.05em;
}

.stay-connected p {
	color: #fff;
	line-height: 25px;
	font-size: 16px;
	margin-bottom: 90px;
}

.stay-connected .social a {
	font-size: 32px;
	color: #2f2a3a;
	background: #4e64b5;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 27px;
	border-radius: 50%;
	display: inline-block;
	margin: 10px 21px;
}

.stay-connected .social a i {
	font-size: 20px;
}

.stay-connected .social a.ig {
	background: #9a8f62;
}

.stay-connected .social a.li {
	background: #0288d1;
}

.stay-connected .social a.wa {
	background: #30b220;
}

/*** stimulate-healing ***/
.stimulate-healing {
	padding: 146px 0px;
}

.stimulate-healing h2 {
	color: #8a99c8;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
	line-height: 53px;
	margin-bottom: 10px;
}

.stimulate-healing h2 span {
	color: #8a99c8;
}

.stimulate-healing h3 {
	color: #23272f;
	font-size: 24px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 40px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.stimulate-healing p.lg {
	color: #5f727f;
	font-weight: 300;
	line-height: 37px;
	font-size: 24px;
	margin-bottom: 30px;
}

.stimulate-healing p {
	color: #5f727f;
	line-height: 25px;
	font-size: 16px;
}

.stimulate-healing .accordion {
	margin-bottom: 40px;
}

.accordion {
	border: none;
	border-radius: 0;
}


.accordion-item {
	background: none;
	border: none;
	border-radius: 0px !important;
	border-top: 1px solid #b6c6c9 !important;
}

.accordion-item:first-child {
	border: none !important;
}

.accordion-button {
	background: none;
	color: #3c3950;
	color: #3c3950;
	color: #5f727f;
	font-weight: 400;
	border-radius: 0px !important;
	box-shadow: none !important;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
	padding: 16px 20px;
	padding-left: 0px;
}

.accordion-body {
	padding: 0px 0px 20px 0px;
	border: none !important;
}

.accordion-button::before {
	content: '';
	background: #b6c6c9;
	color: #fff;
	min-width: 20px;
	height: 20px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.accordion-button::after {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal 14px / 1 FontAwesome;
	content: "\f067";
	font-size: 14px;
	background: none !important;
	position: absolute;
	top: 50%;
	left: 4px;
	text-align: left;
	width: auto;
	height: auto;
	transform: none !important;
	margin-top: -6px;
}

.accordion-button:not(.collapsed) {
	color: #3c3950;
	background: none;
	border: none !important;
}

.accordion-button:not(.collapsed)::after {
	content: "\f068";
	margin-top: -6px;
	font-size: 13px;
	transform: none !important;
}

.accordion-button::after {
}

.accordion-body {
	padding-top: 30px;
	padding-bottom: 40px;
}

ul.list {
	margin: 0;
	padding: 5px;
}

ul.list li {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #5f727f;
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}

ul.list li a {
	color: #8A99C8FF;
}

ul.list li a:hover {
	color: #000;
}

ul.list li::before {
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal 14px / 1 FontAwesome;
	content: "\f0d7";
	content: "\f0d9";
	content: "\f0da";
	font-size: 14px;
	position: absolute;
	top: 7px;
	left: 0px;
}

.naturopathic-services.service {
	background-color: #f3f6f7;
	padding-top: 150px;
	padding-bottom: 0px;
}

.naturopathic-services.service .service-box h3 {
	color: #3c3950;
}

.yellow-btn {
	background-color: rgb(255, 235, 125);
	border-color: rgb(255, 235, 125);
	color: rgb(35, 39, 47);
}

.yellow-btn:hover {
	border-color: rgb(35, 39, 47);
}

.contact-form.servicepage {
	padding: 0px;
	background-color: #1b2c57;
	overflow: hidden;
}

.contact-form.servicepage .bg {
	background: url(../img/clinical.jpg) 50% 50% no-repeat;
	background-size: cover;
	float: left;
	width: 100%;
	height: 600px;
}

.contact-form.servicepage .space {
	padding-right: 50px;
	padding-left: 50px;
	display: flex;
	align-items: center;
}

.contact-form.servicepage .space .row>div {
	padding-right: 21px;
	padding-left: 21px;
}

.contact-form.servicepage h2 {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 0.05em;
}

.contact-form.servicepage .form-control {
	background: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding-left: 0;
}

.contact-form.servicepage .form-control::-webkit-input-placeholder {
	color: #fff;
}

.contact-form.servicepage textarea.form-control {
	height: 71px;
}

.contact-form.servicepage .btn-default {
	line-height: 38px;
	padding: 0px 17px;
	font-size: 14px;
	border:1px solid rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	background: none;
	font-weight: 400;
	margin-top: 25px;
}

.contact-form.servicepage .btn-default:hover {
	background: #fff ;
	border-color: rgb(255, 255, 255);
	color: #97B441FF;
}

.stimulate-healing.faq {
	overflow: hidden;
}

.stimulate-healing.faq h2 {
	color: #3c3950;
	margin-bottom: 45px;
}

.stimulate-healing.faq h2 span {
	color: #8a99c8;
}

ul.small-list {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 30px;
	margin-bottom: 20px;
}

ul.small-list li {
	font-size: 16px;
	line-height: 30px;
	color: #5f727f;
	margin-bottom: 5px;
	position: relative;
}

ul.small-list li:before {
	left: -12px;
	content: "";
	height: 3px;
	width: 3px;
	position: absolute;
	background-color: #002b36;
	border-radius: 50%;
	top: 12px;
}

.stimulate-healing.faq {
	padding: 135px 0px 120px 0px;
}

.stimulate-healing.faq p a {
	color: #8A99C8FF;
}

.stimulate-healing.faq p a:hover {
	color: #000;
}

.stimulate-healing.faq .accordion-body {
	padding-bottom: 50px;
}

.footer-contact {
	padding: 110px 0 55px;
	background-color: #212331;
	border-bottom: 1px solid #313646;
}

.footer-contact p {
	color: #99a9b5;
	font-size: 16px;
	line-height: 25px;
	margin-top: 45px;
	margin-bottom: 0px;
	margin-bottom: 42px;
}

.footer-contact h3 {
	color: #feffff;
	margin-bottom: 21px;
	font-size: 19px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
}

.footer-contact h3 i {
	font-style: normal;
	font-size: 16px;
	padding-left: 2px;
	font-weight: normal;
	color: #f44336;
	display: inline-block;
	transform: rotate(45deg);
	position: relative;
	top: 3px;
}

.contact-item.address.first a {
	color: #99a9b5 !important;
}

.contact-item.address {
	color: #99a9b5;
	border-bottom: 1px solid #393d50;
	padding-bottom: 30px;
	margin-top: -15px;
	margin-bottom: 30px;
}

.contact-item {
	color: #99a9b5;
	padding: 5px 0;
	font-size: 16px;
}

.contact-item i {
	margin-right: 5px;
}

/*** about-section ***/
.about-section {
	background-color: #1b2c57;
	overflow: hidden;
}

.about-section .row>div {
	padding-left: 21px;
	padding-right: 21px;
}

.about-section .space-left {
	padding-top: 45px;
	padding-right: 65px !important;
	padding-left: 10px !important;
}

.about-section .space-top {
	margin-top: 45px;
}

.about-section h6 {
	color: #ffeb7c;
	font-size: 19px;
	line-height: 70px;
	font-family: "Playfair Display", serif;
	font-style: italic;
	margin-bottom: 0;
}

.about-section h2 {
	color: #fff;
	line-height: 69px;
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 50px 0;
}

.about-section p {
	color: #fff;
	font-size: 16px;
	line-height: 25px;
}

.contact-item.oline {
	display: flex;
	align-items: start;
	padding-right: 10px;
	color: #fff;
	margin-bottom: 7px;
}

.contact-item.oline i {
	margin-right: 10px;
	min-width: 24px;
	text-align: center;
	position: relative;
	top: 4px;
}

.contact-item.oline a {
	color: #8A99C8FF;
}

.contact-item.oline a:hover {
	color: #384554;
}

.about-section .socials {
	margin-top: 45px;
	margin-bottom: 60px;
	display: inline-block;
}

.about-section .socials a {
	color: #fff;
	margin-right: 20px;
	font-size: 18px;
	line-height: 16px;
}

.about-section .socials a:hover {
	color: #4e64b5;
}

.about-section .socials a:hover .fa-instagram {
	color: #9a8f62;
}

.about-section .socials a:hover .fa-linkedin {
	color: #0288d1;
}

.about-section .socials a:hover .fa-skype {
	color: #00aff0;
}

.about-section .socials a:hover .fa-whatsapp {
	color: #30b220;
}

.info-gabi p a {
	color: #8A99C8FF;
}

.info-gabi p a:hover {
	color: #384554;
}



@media only screen and (min-width: 768px) {
	.side-menu {
		width: 442px;
	}
}

.side-menu {
	background:#fff;
	position:fixed;
	top:0px;
	right:-140%;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height:100%;
	z-index:9999999;
	padding: 55px 53px;
	width: 100%;
	max-width: 400px;
	overflow:hidden;
	overflow-y:auto;
}

.side-menu.intro {
	right:0px;
}

.side-menu ul.main-menu ul {
	padding: 0;
}

.side-menu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
}

.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:50px;
}

.side-menu ul.main-menu li a {
	display: inline-block;
	padding: 16px 30px;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	-webkit-transition: 0.2s all ease;
	transition: 0.2s all ease;
	font-weight: 400;
	text-align: center;
}

.side-menu ul.main-menu li a:hover {
	background:none;
	color:#000;
}

.side-menu ul.main-menu>li:hover>a,
.side-menu ul.main-menu>li.active>a {
	color:#000;
	font-weight: 600;
}

a.CloseBtn {
	float: right;
	color: #000;
	font-size: 26px;
	margin: 0px 0px 0px 15px;
	position: relative;
	z-index: 99;
	cursor: pointer;
	min-width: 22px;
	min-height: 22px;
}

a.CloseBtn:before,
a.CloseBtn:after {
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	left: 50%;
	top: 50%;
}

a.CloseBtn:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

a.CloseBtn:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.side-menu ul.main-menu.navbar-nav {
	margin-top:30px;
	overflow:hidden;
}

.side-menu ul.main-menu.navbar-nav li {
	margin: 0;
}

.side-menu ul.main-menu.navbar-nav li a {
}

.side-menu ul.main-menu.navbar-nav li:last-child a {
	border: none;
}

.side-menu ul.main-menu.navbar-nav li a:hover {
	background:none;
	color: #000;
	font-weight: 600;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a {
	padding: 10px 0px;
	font-size: 14px;
	background: #ebebeb;
}

.side-menu .menu-item-has-children {
	cursor: pointer;
}

.side-menu .menu-item-has-children>a {
	pointer-events: none;
	cursor: pointer;
	position: relative;
}

.side-menu .menu-item-has-children>a:after {
	content: '';
	width: 25px;
	height: 25px;
	background: #000;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children>a:before {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 27px;
	z-index: 99;
	top: 51%;
	transform: translate(0px, -50%);
	right: 6px;
	content: "\f067";
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
}

.side-menu .menu-item-has-children.current>a:before {
	content: "\f068";
}

.side-menu li.menu-item-has-children ul.sub-menu {
	opacity: 1;
	visibility: visible !important;
	position: relative !important;
	left: 0 !important;
	-webkit-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	transform: translateY(0) !important;
	background: #ccc;
	padding: 0px 0px !important;
	display: none !important;
	top: 0 !important;
}

.side-menu ul li.current ul.sub-menu {
	display: block !important;
	pointer-events: auto;
}

.side-menu ul.navbar-nav li ul.sub-menu li:hover a,
.side-menu ul.navbar-nav li ul.sub-menu li.active>a,
.side-menu ul.navbar-nav li ul.sub-menu li.current_page_item>a {
	background: #000 !important;
	color: #fff !important;
}

.side-menu ul li.current ul.sub-menu {
	display: block !important;
	pointer-events: auto;
}

.side-menu ul.main-menu.navbar-nav li {
	margin: 0;
	padding: 0;
}

.side-menu .social {
	margin-top: 30px;
}

.side-menu .social a {
	display: inline-block;
	color: #000;
	border: 1px solid #000;
	border-radius: 50%;
	font-size: 21px;
	text-align: center;
	width: 55px;
	line-height: 53px;
	margin: 0px 5px;
}

.side-menu .social a i {
	margin-top: 4px;
}

.side-menu .social a:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}


.fixed .menu-btn:hover {
	color: #000 !important;
}

.fixed .menu-btn {
	color: #000 !important;
}

.menu-btn {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: .15em;
	cursor: pointer;
}

.menu-btn:hover {
	color: #000 !important;
}

.header.inner-header .menu-btn span {
	color:#000!important;
	font-weight: 700;
}

.menu-btn:hover div span {
}

.menu-btn div {
	position: relative;
	display: inline-block;
	width: 26px;
	margin-left: 12px;
	position: relative;
	top: -2px;
	vertical-align: middle;
}

.menu-btn div span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: 0.3s -webkit-transform ease;
	transition: 0.3s transform ease;
	margin: 7px 0px;
}


.scroll-top-button.visible {
	opacity: .5;
	visibility: visible;
}

.scroll-top-button {
	position: fixed;
	right: 40px;
	bottom: 35px;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	line-height: 0;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	font-size: 0;
	line-height: 50px;
	width: 50px;
	height: 50px;
	background-color: #06060f;
	text-align: center;
}

.scroll-top-button:before {
	font: normal normal normal 14px / 1 FontAwesome;
	font-style: normal;
	content: "\f106";
	font-size: 22px;
	font-weight: 400;
	line-height: 47px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #99a9b5;
}


.stimulate-healing.faq .accordion-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 30px;
	margin-bottom: 20px;
}

.stimulate-healing.faq .accordion-body ul li {
	font-size: 16px;
	line-height: 30px;
	color: #5f727f;
	margin-bottom: 5px;
	position: relative;
	list-style: disc;
}

.header .navbar-light .navbar-nav>.nav-item.current_page_item>.nav-link:hover, .header .navbar-light .navbar-nav>.nav-item.current_page_item>.nav-link {
	color: #fff !important;
	border: 2px solid #fff;
	line-height: 27px;
}

.header.fixed .navbar-light .navbar-nav>.nav-item.current_page_item>.nav-link:hover, .header.fixed .navbar-light .navbar-nav>.nav-item.current_page_item>.nav-link {
	color: #3c3950 !important;
	border: 2px solid #3c3950;
	line-height: 27px;
}

.header .navbar-light .navbar-nav>.nav-item.current-menu-parent>.nav-link {
	color: #3c3950 !important;
	border: 2px solid #3c3950;
	line-height: 27px;
}

.header.inner-header .navbar-light .navbar-nav .nav-item.current_page_item>.nav-link {
	color: #8A99C8FF !important;
	border-color: #8A99C8FF;
}

.header.inner-header .navbar-light .navbar-nav .nav-item.current-menu-parent:hover>.nav-link {
	color: #3c3950 !important;
}

.header .navbar-light .navbar-nav>.menu-item-has-children>a::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.side-menu ul.main-menu>li.current-menu-item>a {
	color: #000;
	font-weight: 600;
}

.side-menu ul.main-menu>li.current-menu-parent>a {
	color: #000;
	font-weight: 600;
}

input.wpcf7-form-control.wpcf7-not-valid{
	border-bottom: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output{
	display:inline-block !important;
}

.form .wpcf7 form .wpcf7-response-output{
	color:#fff;
}


/*** blog css ***/
.page-banner h1 span {
	font-weight: 300;
}

.bloginfo {
	padding-top: 135px;
	padding-bottom: 110px;
}

.bloginfo .meta-ul ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bloginfo .meta-ul ul li {
	display: inline-block;
	position: relative;
	line-height: 25px;
	font-size: 16px;
	color: #99a9b5;
}

.bloginfo .meta-ul ul li:last-child:after {
	display: none;
}

.bloginfo .meta-ul ul li:after {
	content: "";
	top: 0;
	right: 0;
	margin: 0 7px;
	border-left: 1px solid #d4dee1;
	height: 20px;
	width: 1px;
}

.bloginfo .meta-ul ul li a {
	color: #8A99C8FF;
}

.bloginfo .links-right a:hover {
	color: #3c3950;
}


.bloginfo .links-right a {
	color: #99a9b5;
	font-size: 24px;
	margin-left: 15px;
}

.bloginfo .links-right a.fa-bars {
	font-size: 20px;
}

.bloginfo h3 {
	color: #3c3950;
	font-size: 24px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 40px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.bloginfo p {
	color: #5f727f;
	line-height: 25px;
	font-size: 16px;
}

.bloginfo .bg {
	padding-right: 50px;
	padding-left: 40px;
	padding-bottom: 70px;
	background-color: #f5f7f6;
	padding-top: 35px;
}

.bloginfo .bg h3 {
	margin-top: 40px;
}

.bloginfo .mb {
	margin-bottom: 55px;
}

.bloginfo .bgimg {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.bloginfo h2 {
	color: #3c3950;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
	line-height: 53px;
	margin-top: 85px;
	margin-bottom: 55px;
}

.bloginfo .numbers {
	border: 1px solid #cccccc;
	margin-top: 60px;
}

.bloginfo .numbers .text {
	padding: 30px;
	padding-top: 15px;
	padding-bottom: 25px;
	color: #9b4ce4;
	line-height: 37px;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #cccccc;
}

.bloginfo .numbers .text:last-child {
	border: none;
}

.bloginfo .numbers .text span {
	min-width: 50px;
	height: 50px;
	line-height: 48px;
	color: #ffffff;
	background-color: #9b4ce4;
	margin-right: 21px;
	text-align: center;
	margin-top: 7px;
	border-radius: 50%;
	font-size: 24px;
	display: inline-block;
}

.bloginfo .numbers .text.blue {
	color: #4f67e1;
}

.bloginfo .numbers .text.blue span {
	background-color: #4f67e1;
}

.bloginfo .numbers .text.green {
	color: #00bcd4;
}

.bloginfo .numbers .text.green span {
	background-color: #00bcd4;
}

.bloginfo .mbs {
	margin-bottom: 40px;
}

.bloginfo .checkul ul {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
	color: #5f727f;
	line-height: 25px;
	font-size: 16px;
}

.bloginfo .checkul ul li {
	position: relative;
	margin-bottom: 10px;
}

.bloginfo .checkul ul li:before {
	content: "\f00c";
	font: normal normal normal 14px / 1 FontAwesome;
	position: relative;
	font-size: 14px;
	vertical-align: top;
	display: inline-block;
	width: 21px;
	margin-top: 5px;
	color: #00bcd4;
}

.bloginfo .down-text {
	margin-top: 30px;
}

.bloginfo .down-text p {
	margin-bottom: 30px;
}

.bloginfo .down-text .socials {
	margin-top: 80px;
	margin-bottom: 30px;
}

.bloginfo .down-text .socials a i {
	color: #99a9b5;
	margin: 0 5px;
	font-size: 18px;
	line-height: 16px;
}

.bloginfo h4 {
	color: #3c3950;
	font-size: 16px;
	font-weight: 700;
	line-height: 53px;
	margin-top: 60px;
	margin-bottom: 30px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.bloginfo h4 .fa {
	color: #8A99C8FF;
	font-size: 40px;
	margin-top: 5px;
	margin-right: 20px;
	vertical-align: top;
}

.bloginfo .related-post  {
	border-bottom: 1px solid #dfe5e8;
	padding-bottom: 50px
}

.bloginfo .related-post .knowthing {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bloginfo .related-post .knowthing .img img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	height: 72px;
	width: 72px;
	max-width: none;
	margin-right: 14px;
}

.bloginfo .related-post .knowthing p {
	color: #99a9b5;
	font-size: 14px;
}

.bloginfo .related-post .knowthing p a {
	color: #8A99C8FF;
	font-size: 16px;
}

.bloginfo .related-post .knowthing p a:hover {
	color: #333;
}






.privacy-policys {
	padding-top: 135px;
	padding-bottom: 130px;
}

.privacy-policys h2 {
	font-size: 36px;
	line-height: 53px;
	color: #3c3950;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 75px;
}

.privacy-policys h2 span {
	font-weight: 300;
}

.privacy-policys .legal {
	border: 1px solid #dfe5e8;
	background-color: #ffffff;
	border-radius: 3px;
}

.privacy-policys .heading {
	border-bottom: 1px solid #dfe5e8;
	padding-top: 17px;
	padding-bottom: 17px;
	color: #5f727f;
	padding-left: 50px;
	padding-right: 50px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	position: relative;
	transition: all .3s;
	letter-spacing: 0.05em;
}

.privacy-policys .heading:hover {
	background: #f4f6f7;
}

.privacy-policys .heading i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	color: #dfe5e8;
}

.privacy-policys .text {
	padding: 30px 50px 50px 50px;
}

.privacy-policys h3 {
	letter-spacing: 0.05em;
	color: #3c3950;
	text-transform: uppercase;
	line-height: 25px;
	font-size: 16px;
	font-weight: 700;
	margin: 1.19em 0;
}

.privacy-policys p {
	color: #5f727f;
	line-height: 25px;
	font-size: 16px;
}

.privacy-policys p a {
	color: #8A99C8FF;
}

.privacy-policys p a:hover {
	color: #333;
}




body.privacy-policy {
	padding-top: 0px; 
	padding-bottom: 0px; 
}



.stimulate-healing.faq .accordion-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 30px;
	margin-bottom: 20px;
}

.stimulate-healing.faq .accordion-body ul li {
	font-size: 16px;
	line-height: 30px;
	color: #5f727f;
	margin-bottom: 5px;
	position: relative;
}
.accordion-body ul li {
	width: 100%;
}
.stimulate-healing.faq.blackdot #accordionExample-2 .accordion-body ul li {
	list-style: none;
}
.stimulate-healing.faq.blackdot #accordionExample-2 .accordion-body ul li:before {
	left: -12px;
	content: "";
	height: 3px;
	width: 3px;
	position: absolute;
	background-color: #002b36;
	border-radius: 50%;
	top: 12px;
}
.stimulate-healing.arrowdot .accordion-body ul {
	margin: 0;
	padding: 5px;
}

.stimulate-healing.arrowdot .accordion-body ul li {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #5f727f;
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}

.stimulate-healing.arrowdot .accordion-body ul li::before {
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal 14px / 1 FontAwesome;
	content: "\f0d7";
	content: "\f0d9";
	content: "\f0da";
	font-size: 14px;
	position: absolute;
	top: 7px;
	left: 0px;
}

.stimulate-healing.arrowdot .accordion-body ul li a {
	color: #8A99C8FF;
}

.stimulate-healing.arrowdot .accordion-body ul li a:hover {
	color: #000 !important;
}
.stimulate-healing.faq.blackdot #accordionExample-2 .accordion-body ul li {
	position: relative;
}
.bloginfo .checkul ul li {
	width: 32.33%;
}
.bloginfo .checkul ul li {
	display:inline-block;
}

/*** naturopathy ***/
.page-banner.naturopathy {
	background-color: #6c7cd0;
}

.naturopathy-info {
	padding-bottom: 110px;
	padding-top: 135px;
}

.naturopathy-info .imgbox {
	position: relative;
	overflow: hidden;
}

.naturopathy-info .imgbox:hover:before {
	opacity: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.naturopathy-info .imgbox:hover:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	background-color: rgba(255, 255, 255, 0.8);
}

.naturopathy-info .imgbox:hover:before {
	opacity: 1;
}

.naturopathy-info .imgbox:hover:after {
	opacity: 1;
	top: 50%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: top 0s, opacity .4s, -webkit-transform .4s;
	transition: top 0s, opacity .4s, transform .4s;
}

@font-face {
	font-family: 'thegem-icons';
	src: url(..//fonts/thegem-icons.eot);
	src: url(..//fonts/thegem-icons.eot?#iefix) format('embedded-opentype'),
		url(..//fonts/thegem-icons.woff) format('woff'),
		url(..//fonts/thegem-icons.ttf) format('truetype'),
		url(..//fonts/thegem-icons.svg#thegem-icons) format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: block
}

.naturopathy-info .imgbox:after {
	content: '\e628';
	position: absolute;
	top: 150%;
	left: 50%;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-family: 'thegem-icons';
	font-style: normal;
	font-size: 35px;
	line-height: 70px;
	margin-top: -35px;
	margin-left: -35px;
	opacity: 0;
	text-align: center;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: top .4s, opacity .4s, -webkit-transform 0s .4s;
	transition: top .4s, opacity .4s, transform 0s .4s;
	z-index: 10;
	background-color: #3c3950;
	color: #fff;
}

.naturopathy-info .meta-ul ul {
	list-style: none;
	padding: 0;
	margin: 10px 0px 20px 0px;
}

.naturopathy-info .meta-ul ul li {
	display: inline-block;
	position: relative;
	line-height: 25px;
	font-size: 16px;
	color: #99a9b5;
}

.naturopathy-info .meta-ul ul li:last-child:after {
	display: none;
}

.naturopathy-info .meta-ul ul li:after {
	content: "";
	top: 0;
	right: 0;
	margin: 0 7px;
	border-left: 1px solid #d4dee1;
	height: 20px;
	width: 1px;
}

.naturopathy-info .meta-ul ul li a {
	color: #8A99C8FF;
}

.naturopathy-info h2 {
	color: #3c3950;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 42px;
	font-size: 28px;
	margin-top: 15px;
	margin-bottom: 35px;
}

.naturopathy-info h2 span {
	font-weight: 200;    
}

.naturopathy-info p {
	font-size: 16px;
	line-height: 25px;
	color: #5f727f;
	margin-bottom: 35px;
}

.naturopathy-info hr {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #dfe5e8;
	opacity: 1;
	margin: 50px 0px 55px 0px;
}

.share-btn {
	display: inline-block;
	border-radius: 3px;
	width: 30px;
	letter-spacing: 0.05em;
	background-color: #FFEB7CFF;
	color: #23272FFF;
	text-transform: uppercase;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-right: 13px;
	margin-bottom: 5px;
	text-align: center;
}

.share-btn:hover {
	background-color: #23272FFF;
	color: #FFEB7CFF;
}

.read-btn {
	display: inline-block;
	margin-bottom: 5px;
	border-radius: 3px;
	border-width: 2px;
	border-style: solid;
	letter-spacing: 0.05em;
	border-color: #8A99C8FF;
	color: #8A99C8FF;
	padding: 0 24px;
	background: transparent;
	line-height: 26px;
	font-weight: 700;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

.read-btn:hover {
	background-color: #8A99C8FF;
	color: #fff;
}


.naturopathy-info.searchinfo .text {
    background-color: #f4f6f7;
    padding: 11px 17px 15px 18px;
    margin-bottom: 20px;
}
 
.naturopathy-info.searchinfo .text h6 {
    color: #5f727f;
    line-height: 25px;
    font-weight: normal;
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
}
 
.naturopathy-info.searchinfo .text h2 {
    font-size: 24px;
    line-height: 38px;
    margin-top: 25px;
    font-weight: 500;
    margin-bottom: 25px;
}
 
.naturopathy-info.searchinfo .text span {
    font-weight: 300;
}
 
.naturopathy-info.searchinfo .text .read-btn {
    padding: 0 15px;
}
.blog h5 a {
    color: #fae276;
}
 
.blog h5 a:hover {
    color: #8A99C8FF;
}
 
.header .navbar-light .navbar-nav>.menu-item-has-children>a::after {
    display: none;
}
.bloginfo .checkul ul {
    margin-top: 30px;
    margin-bottom: 30px;
}
span.wpcf7-spinner {
    display: none;
}

/*** MOBILE MENU ***/
.side-menu ul.main-menu.navbar-nav li a {
    text-align: left;
    text-transform: inherit;
    letter-spacing: 0;
    border-color: #dfe5e8;
    color: #5f727f;
    border-left: 4px solid transparent;
}
 
.side-menu ul.main-menu>li.current-menu-item>a,
.side-menu ul.main-menu>li:hover>a,.side-menu ul.main-menu>li.current-menu-parent>a {
    font-weight: 400 !important;
    color: #3c3950 !important;
}
 
.side-menu ul.main-menu.navbar-nav li .sub-menu a {
    background: #f4f6f7;
    text-align: left;
    text-transform: inherit;
    letter-spacing: 0;
    border-color: #dfe5e8;
    color: #5f727f;
    border-left: 4px solid transparent;
    padding: 16px 30px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}
 
.side-menu ul.navbar-nav li ul.sub-menu li:hover a, .side-menu ul.navbar-nav li ul.sub-menu li.active>a, .side-menu ul.navbar-nav li ul.sub-menu li.current_page_item>a {
    background: #000 !important;
    background: #fff !important;
    font-weight: 400 !important;
    color: #3c3950 !important;
    border-left: 4px solid #8A99C8FF;
}
 
.side-menu li.menu-item-has-children ul.sub-menu {
    background: none;
    border: none;
}
.navbar-expand-lg .navbar-nav:last-child>li:last-child>a {
    padding-right: 0px !important;
}
 
.navbar-expand-lg .navbar-nav:last-child {
    margin-right: -10px !important;
}
 
section#services .cta-btn,
.cta .btn {
    max-width: 1162px;
    display: inline-block;
}
 
.blog .bg {
    margin-left: auto;
    margin-right: auto;
}
#internesprungmarke.faq-slider {
    background-position: 100% 29%;
    padding: 200px 0px 119px 0px;
}
.page-banner .container {
    max-width: 1190px;
}
.breadcrumbs a:hover {
    color: #333;
}
ul.sub-menu {
    top: calc(100% + 1px);
}
 
.header.inner-header .navbar-light .navbar-nav ul.sub-menu .nav-item>.nav-link {
    color: #5f727f !important;
}
 
.header.inner-header .navbar-light .navbar-nav ul.sub-menu .nav-item:hover>.nav-link {
    color: #3c3950 !important;
}
 
.header.inner-header .navbar-light .navbar-nav ul.sub-menu .nav-item.current_page_item>.nav-link {
    color: #8A99C8FF !important;
}


/*** faq ***/
.faq {
	padding: 120px 0px;
}


.faq h2 {
	margin-bottom: 50px;
	color: rgb(35, 39, 47);
	font-size: 36px;
	font-weight: 700;
	line-height: 53px;
	margin-bottom: 65px;
}

.faq h3.uppercase {
    font-size: 28px;
    line-height: 42px;
    color: rgb(255, 235, 125);
    font-weight: 700;
    letter-spacing: 0.45px;
    margin-bottom: 30px;
}

.faq .accordion {
	border: none;
	border-radius: 0;
}

.faq .accordion .accordion-item {
	border: none !important;
	border-radius: 0px !important;
	border-bottom: 1px solid #e2e2e2 !important;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.faq .accordion-button {
	background: none !important;
	border: none !important;
	color: #000 !important;
	font-size: 20px;
	font-weight: 600;
	box-shadow: none !important;
}

.faq .accordion-body {
	padding: 20px 20px 20px 20px;
	border: none !important;
	color: #fff;
	background: #000;
}

.faq .accordion-body h3 {
	color: #fff;
}

.faq .accordion-body .accordion-content {
	border-left: 5px solid #fff;
	padding-left: 25px;
	padding-right: 50px;
}

.faq .accordion-button {
	padding:20px 25px;
	background-color: #000 !important;
	color: #fff !important;
	padding-bottom: 0;
	margin-bottom: 0;
}

.faq .accordion-button.collapsed {
	background-color: #f8f8f8 !important;
	padding:20px 25px;
}

.faq .accordion-button::after {
	content:'' !important;
	width: 53px;
	height: 53px;
	border: none !important;
	background: url(../img/faq-arrow-down.svg) 50% 50% no-repeat !important;
	background-size: contain !important;
	transform: rotate(-180deg) !important;
	right: 0px;
	margin-right: 0px;
	filter: invert(1) brightness(1);

	right: 20px;
	margin-right: 0px;
	width: 28px;
	height: 28px;
}

.faq .accordion-button.collapsed::after {
	background: url(../img/faq-arrow-down.svg) 50% 50% no-repeat !important;
	background-size: contain !important;
	transform: rotate(0deg) !important;
	filter: none;
	content:'' !important;
}

.faq .accordion-button h3 {
	color: #fff !important;
	color: rgb(35, 39, 47);
	font-size: 19px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.faq .accordion-button.collapsed h3 {
	color: #000 !important;
	margin-bottom: 0px;
}

.faq .accordion .accordion-item {
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: 1px solid #E3E3E3;
	background: #F8F8F8;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
}

.faq .accordion-button {
	border-radius: 0 !important;
	background: none;
}

.faq  .accordion-button::before{
	display:none;
}


/*** STICKY CONTACT ***/
.sticky-contact {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-45%);
    z-index: 9999;
}

.sticky-contact:hover * {
	color:#000 !important;
}

.sticky-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
    background: rgb(255, 235, 125);
    color: #000;
    text-decoration: none;
    border-radius: 0;
    overflow: visible;
}
.sticky-box i {
    font-size: 18px;
    z-index: 2;
}
.sticky-box span {
    position: absolute;
    right: -100px;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    background: rgb(255, 235, 125);
    white-space: nowrap;
    border-radius: 0;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
}
.sticky-box:hover span {
    opacity: 1;
    transform: translateX(0);
	right: 50px;
	color:#000;
}

.sticky-box:hover i {
	color:#000;
}