/*
Theme Name: livingconsciously
Theme URI: http://inizsoft.com
Description: The livingconsciously Theme based on the famous Wordpress CMS.
Version: 2.0
Author: Abhay yadav
*/ 

/* normal */
/*Global CSS*/
@font-face {
  font-family: 'Red Velvet';
  src: url('font/red-velvet.eot'); /* IE9 Compat Modes */
  src: url('font/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/red-velvet.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/red-velvet.woff') format('font-woff'), /* Pretty Modern Browsers */
       url('font/red-velvet.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/red-velvet.svg#svgRedVevet') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

* {margin: 0px;padding: 0px;box-sizing: border-box;}
body, html {margin: 0 !important;}
div.wpcf7-response-output { clear: both; padding: 20px !important; position: relative; top: 20px; text-align: center;}
body {margin: 0px;padding: 0px;color: #333;font-size: 15px;font-family: 'Open Sans', sans-serif;background: #fff;}
p {font-size: 15px;line-height: 22px;}
a {color: #2B2B2B;transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;font-size: 15px;}
a:hover {text-decoration: none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
h1 {font-size: 36px;}
h2 {font-size: 36px;}
h3 {font-size: 36px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
ul, ol {padding: 0px 0px 20px 15px;}
ul.no {padding: 0;margin: 0;list-style: none;list-style-type: none;}
.base-content {padding: 50px 0;}
.base-content p {margin-bottom: 20px;}
.base-content li {margin-bottom: 5px;}

/* Wrapper */
#wrapper {float: left;width: 100%;overflow: hidden;}
/* layout */
#layout {width: 100%;position: relative;padding-top: 0}
#layout .topheader {background: #3aaf45;padding: 20px 0;}
#layout .topheader p a {text-decoration: none;background: #fff;padding: 10px 20px;margin-left: 25px;border-radius: 5px;}
#layout .topheader p a:hover {opacity: 0.8;}
#layout .topheader p {text-align: center;color: #fff;font-size: 20px;}
.wrapper, .wrap {max-width: 1140px;margin: 0 auto;position: relative;}
/* header */
#header {padding: 23px 0px;width: 100%;left: 0;top: 0;z-index: 99;transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;}
header .logo {position: absolute;width: auto;max-width: 150px;left: 50%;margin-left: -5px;top: -8px;}
header .logo img {transition: all 0.4s ease 0s;}
.top-header {width: 100%;float: left;}
.top-header .call-me {width: auto;float: right;padding: 8px 24px;background: #000;border: 3px solid #333;margin-top: 14px;transition: all 0.4s ease 0s;}
.top-header .call-me a {display: inline-block;text-decoration: none;color: #fff;font-size: 22px;font-weight: 600;line-height: 42px;background: url(images/phone-icon.png) left center no-repeat;padding: 0 0 0 66px;background-size: 40px;}
/*Menu Bar */
body .homepage-link {
    display: none !important;
}
.menuBar {width: 100%;float: left;}
.menuBar a.mobilemenu, .menuBar a.close {display: none;}
.menuBar ul {padding: 0px;margin: 0;list-style: none;}
.menuBar li {position: relative;display: inline-block;font-size: 15px;padding: 0;}
.menuBar li a {text-decoration: none;color: #000;font-size: 14px;font-weight: 600;padding: 24px 25px;display: inline-block;}
.menuBar li a:hover {color: #3ecd4b;}
.menuBar li.current-menu-item li a {color: #333;}
.menuBar li.current-menu-item li a:hover, .menuBar li li.current-menu-item a {color: #333;}
.menuBar li ul {padding: 31px 0;position: absolute;left: 0px;top: 32px;width: 180px;}
.menuBar li li {padding: 0px 15px;float: none;background: #01a4ef;width: 100%;z-index: 10;border-bottom: 1px solid #f1f1f1;}
.menuBar li li a {padding: 9px 0;display:block;color: #FFF;position: relative;}
.menuBar li li a:hover {color: #eee;}
.menuBar li li ul {left: 100%;top: 0px;}
.menuBar li ul {display: none;}
.menuBar li:hover ul {display: block;}
.menuBar li:hover li ul {display: none;}
.menuBar li:hover li:hover ul {display: block;}
.leftspace.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-80 {margin-left: 276px;}
/* Desktop Menu */
.header-desktop-menu .inner-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.header-desktop-menu .inner-wrap .menu {
    margin: 0 -25px;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.header-desktop-menu .inner-wrap .menu .menu-item-has-children{
	position: relative;
}
.header-desktop-menu .inner-wrap .menu .menu-item-has-children .sub-menu{
	display: none;
	position: absolute;
	left: 0;
	z-index: 99;
	padding: 43px 0 0;
	margin: 0;
}
.header-desktop-menu .inner-wrap .menu .menu-item-has-children .sub-menu a{
	background: rgba(0,0,0,0.5);
	padding: 10px 15px;
	color: #fff;
	display: block;
	width: 200px;
	text-align: left;
}
.header-desktop-menu .inner-wrap .menu .menu-item-has-children .sub-menu a:hover{
	background: #3ecd4b;
}
.header-desktop-menu .inner-wrap .menu .menu-item-has-children:hover .sub-menu{
	display: block;
}

.header-desktop-menu .inner-wrap .menu li a {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	padding: 24px 15px;
	text-decoration: none;
}

.header-desktop-menu .inner-wrap .menu li a:hover {
	color: #3ecd4b;
}

.header-right-menu, .header-left-menu {
    max-width: 385px;
    width: 100%;
    float: left;
}

.header-desktop-menu .inner-wrap .menu li {
    display: inline-block;
}

.header-desktop-menu .fig-wrap {
    float: left;
    padding: 0 30px;
}

.header-desktop-menu .fig-wrap img {
    display: block;
}

.header-desktop-menu .header-left-menu {
    text-align: right;
}

.header-desktop-menu .header-right-menu {
    text-align: left;
}
/* Banner */
.main-banner {
	background: url('./images/main-banner.png') center center no-repeat;
	height: 600px;
	background-size: cover !important;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.main-banner .left {width: 75%;float: left;padding-top: 0px;}
.main-banner .right {width: 50%;float: right;}
.main-banner .banner-content {padding: 30px 0;position: absolute;z-index: 9;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 100%;}
.main-banner .banner-content h1, .main-banner .banner-content h2 {position: relative;font-style: normal;color: #fff;font-size: 45px;font-family: "Playpen Sans", cursive; margin-bottom: 17px;text-shadow: 1px 1px 1px #000;}
.main-banner .banner-content p {font-size: 22px;line-height: 25px;text-shadow: 1px 1px 1px #000;margin-bottom: 20px;color: #e1e8ee;}
.main-banner .banner-content p:last-of-type{margin-bottom: 0;}
.main-banner .banner-content ul li {font-size: 18px;color: #fff;text-shadow: 1px 1px 1px #000;margin-bottom: 11px;}
.main-banner .banner-content a {margin: 0 30px 10px 0;background: #058a93;display: inline-block;color: #fff;text-decoration: none;
	padding: 10px 24px;text-shadow: none;text-transform: uppercase;font-weight: 500;font-size: 18px;border: 3px solid transparent;}
.main-banner .banner-content a.call {background: transparent;border: 3px solid #333;color: #333;text-shadow: none;}
.main-banner .banner-content a:hover {background: rgba(5,138,147,0.7) !important;color: #fff;border: 3px solid #058a93 !important;}
.main-banner .banner-content a.call:hover {background: #c60c0c;}
.submit input.wpcf7-form-control.wpcf7-submit:hover {background-color: #fff;color: #000;border: 1px solid #000;}

/* main-banner */
.main-banner .right .form-box {max-width: 330px;padding: 30px;background: rgba(1,164,239, 0.8);margin: 0 auto;}
.main-banner .right .form-box h4 {color: #fff;padding-bottom: 15px;padding-top: 9px;text-transform: uppercase;font-weight: 800;font-size: 30px;float: left;}
.main-banner .right .form-box input:focus, .contact-area .right .form-box textarea:focus {outline: none;}
.main-banner .right .form-box .field {margin-bottom: 10px;}
.main-banner .right .form-box .field input, .contact-area .right .form-box .field textarea {width: 100%;border: 0;color: #404040;font-size: 12px;padding: 14px 10px;resize: none;}
.main-banner .right .form-box .submit {text-align: center;}
.main-banner .right .form-box .submit input {border-radius: 5px;background: #c60c0c;color: #fff;border: 0;font-size: 18px;font-weight: 700;text-transform: uppercase;padding: 11px 49px;cursor: pointer;text-align: center;width: 100%;}
.main-banner .right .form-box .submit input:hover {background: #e21c1c;}
.main-banner .right .form-box span.wpcf7-not-valid-tip {margin-top: 5px;font-size: 14px;}
.main-banner .right div.wpcf7-response-output {padding: 20px;margin: 10px 0 !important;}
.main-banner .right .form-box .field textarea {width: 100%;border: 0;color: #404040;font-size: 12px;padding: 16px 10px;resize: none;max-height: 100px}

/*formblock	 */
.formblock a.button {background: #058a93; border: 3px solid #058a93; color: #fff; text-shadow: none; padding: 10px 20px; display: inline-block; font-weight: 500; font-size: 18px; text-transform: uppercase; text-decoration: none; }
.formblock a.button:hover {background: rgba(5,138,147,0.7) !important; }
.formblock {text-align: center; }
.formblock p {color: #fff; font-size: 20px; margin-bottom: 20px; max-width: 850px; margin: 0 auto 20px; }
#content .formblock {padding: 50px 0px;background: #3ecd4b;}
.formblock .field {float: left;width: 25%;padding: 0 10px;}
.formblock .field input {font-weight: 400;padding: 15px 15px;width: 100%;border-radius: 8px;resize: none;border: 1px solid #f5f0ff;}
.formblock .submit {float: left;width: 25%;padding: 0 10px;}
.formblock .submit input {width: 100%;padding: 12px 9px;background: #000;color: #fff;border: 0px;cursor: pointer;font-size: 18px;text-transform: uppercase;border-radius: 8px;}

/* content */
#content {overflow: hidden;width: 100%;}
.slider-text {width: 100%;float: left;background: #fff;}

/* about-content */
.about-content {width: 100%;float: left;padding: 50px 0 70px;background: #fff;}
.about-content .left-content {width: 70%;float: left;padding-right: 30px;}
.about-content .left-content h2 {color: #3aaf45;font-size: 24px;font-weight: 800;padding-bottom: 20px;text-transform: uppercase;}
.about-content .left-content p {margin-bottom: 14px;font-size: 14px;font-weight: 400;line-height: 22px;}
.about-content .left-content a {text-decoration: none;color: #fff;font-size: 18px;font-weight: 500;padding: 10px 30px;background: #c60c0c;border: 3px solid #c60c0c;margin-top: 30px;display: inline-block;}
.about-content .left-content a:hover {background: transparent;color: #c60c0c;}
.about-content .right-content {float: right;width: 30%;padding-left: 30px;}
.about-content .right-content h3 {font-weight: 500;padding-bottom: 20px;}
.about-content .right-content h3 {font-size: 18px;}
.about-content .right-content ul {padding-left: 0px;}
.about-content .right-content ul li {margin-bottom: 5px;background: url(images/list-flower-icon.svg) left center no-repeat;padding: 8px 36px;margin-bottom: 0;background-size: 15px;line-height: 20px;list-style: none;}
.about-content .right-content a {background: #000;color: #fff;padding: 10px 20px;border-radius: 8px;text-decoration: none;font-weight: 500;}
.about-content .right-content a:hover {background: #3aaf45;}
.cta-block {float: left;width: 100%;padding: 80px 0;text-align: center;background-image: url(images/living-consciously-testimonial-bg.jpg);background-attachment: fixed;background-repeat: no-repeat;background-size: cover;}
.cta-block h3 {font-size: 45px;font-weight: 700;color: #fff;padding-bottom: 30px;text-transform: uppercase;}
.cta-block a {background: #058a93;color: #fff;font-weight: 500;padding: 17px 35px;text-decoration: none;font-size: 23px;text-transform: uppercase;display: inline-block;}
.cta-block a:hover {background: rgba(5,138,147,0.7) !important;}

/*services-content*/ 
.services-block {float: left;width: 100%;margin: 54px 0;}
.services-block .heading {float: left;width: 100%;text-align: center;margin-bottom: 30px;}
.services-block .heading h2 {color: #000;font-size: 45px;font-weight: 600;margin: 10px 0;}
.services-block .heading p {text-transform: uppercase;margin: 0px;font-size: 18px;font-weight: 600;color: #000;}
.services-block .service-image {float: left;width: 100%;}
.service-image .service {float: left;width: 33.33%;padding: 40px 20px;text-align: center;}
.service-image .service img {display: block;width: 60%;border-radius: 60%;margin: 0 auto 20px;}
.service-image .service h5 {margin: 10px 0;color: #3aaf45;font-weight: 500;}
.service-image .service p {padding: 10px 0;font-size: 14px;}
.service-image .service a {font-weight: 500;color: #000;}

/* Service Template */
.page-template-Template-services .main-banner::before {content: '';width: 100%;top: 0;left: 0;height: 100%;position: absolute;background: hsla(0, 0%, 0%, 0.2);}
.page-template-Template-services .main-banner .banner-content a.call {background: transparent;border: 3px solid #fff;color: #fff;text-shadow: none;}


/*about-section*/
.about-section {
	float: left;
	width: 100%;
	background: #f8f8f8;
	padding-bottom: 65px;
}
.about-section .heading {
	float: left;
	width: 100%;
	text-align: center;
	padding: 65px 0;
}
.about-section .heading h2 {
	font-size: 45px;
	font-weight: 600;
}
.about-section .heading h3 {
	font-size: 22px;
	font-weight: 700;
}
.about-section .heading h3::after {
	content: '';
	text-decoration: none;
	background-color: #00bcc5;
	position: absolute;
	display: block;
	width: 110px;
	height: 2px;
	margin: 10px auto;
	right: 0;
	left: 0;
}
.about-section .about-left {
	float: left;
	width: 50%;
	padding-right: 40px;
}
.about-section .about-left img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 15px
}
.about-section .about-right {
	float: left;
	width: 50%;
}
.about-section .about-right p {
	margin-bottom: 15px;
}
.about-section .about-right p strong {
	font-size: 17px;
}
.about-section .about-right a {
	font-weight: 500;
	color: #3aaf45;
}
/*step process*/
.step-process {
	float: left;
	width: 100%;
	background: #f8f8f8;
	padding: 80px 0;
	text-align: center
}
.step-process .heading-process {
	float: left;
	width: 100%;
}
.step-process .heading-process h2 {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 45px;
}
.step-process .heading-process p {
	margin-bottom: 10px;
}
/* slider-text */
.slider-text {
	width: 100%;
	float: left;
	padding: 40px 0;
}
.slider-text .heading h4 {
	text-align: center;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 50px;
}
/* service-details */
.service-details {
	width: 100%;
	float: left;
}
.service-details .row {
	width: 100%;
	float: left;
}
.service-details .row .img-box {
	width: 50%;
	float: left;
}
.service-details .row .img-box img {
	max-width: 100%;
	height: auto;
	display: block;
}
.service-details .row .text-box {
	width: 50%;
	float: right;
	padding: 0 80px;
	display: flex;
	align-items: center;
}
.service-details .row .text-box h2 {
	color: #3aaf45;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 15px;
}
.service-details .row .text-box p {
	font-size: 16px;
	color: #333;
	line-height: 25px;
	padding-bottom: 15px;
}
.service-details .row .text-box .button a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 30px;
	background: #058a93;
	border: 3px solid #058a93;
	margin-top: 30px;
	display: inline-block;
	margin-right: 10px;
}
.service-details .row .text-box .button a:hover {
	background: none;
	color: #000;
}
.service-details .row.opposite .img-box {
	float: right;
}
.service-details .row.opposite .text-box {
	float: left;
}
/* choose-me */
.choose-me {
	width: 100%;
	float: left;
	padding: 50px 0;
	background: #f8f8f8;
}
.headingg {
	width: 100%;
	float: left;
	text-align: center;
}
.headingg h5 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
}
.headingg h2 {
	position: relative;
	margin-bottom: 50px;
	color: #000;
	font-size: 45px;
	font-weight: 600;
}
.headingg h2::after {
	content: '';
	text-decoration: none;
	background-color: #3aaf45;
	position: absolute;
	display: block;
	width: 100px;
	height: 2px;
	margin: 17px auto;
	right: 0;
	left: 0;
}
.contentt {
	width: 100%;
	float: left;
}
.choose-me .contentt ul {
	padding: 0;
}
.choose-me .contentt ul li {
	width: 50%;
	display: block;
	float: left;
	margin-bottom: 20px;
	line-height: 25px;
	font-size: 14px;
	background: url(images/list-flower-icon.svg) left 6px no-repeat;
	padding: 0 36px;
}
/* testimonial */
.testimonial {
	width: 100%;
	float: left;
	padding: 50px 0;
}
.testimonial .contentt {
	padding: 40px 0;
	text-align: center;
}
.testimonial .contentt p {
	font-size: 16px;
	line-height: 25px;
	padding: 0 50px;
}
.testimonial .contentt h5 {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.testimonial .owl-nav { margin-top: 40px; } 
.testimonial .owl-prev {
	font-size: 0;
	background: url(images/left-chevron.png) center center no-repeat;
	height: 20px;
	width: 20px;
	display: inline-block;
	padding: 0 20px;
}
.testimonial .owl-next {
	font-size: 0;
	background: url(images/right-chevron.png) center center no-repeat;
	height: 20px;
	width: 20px;
	display: inline-block;
	padding: 0 20px;
}
/* faq */
.faq {
	width: 100%;
	float: left;
	padding: 50px 0;
	background: #f8f8f8;
}
.faq-list {
	width: 50%;
	float: left;
	padding: 0 40px;
	border-left: 2px dotted #ccc;
	min-height: 850px;
}
.faq-list ul {
	padding: 0;
	list-style: none;
}
.faq-list ul li {
	padding-bottom: 20px;
}
.faq-list ul li h3 {
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 18px;
}
.faq-list ul li p {
	margin-bottom: 15px;
}
/* appointment  */
.appointment {
	width: 100%;
	float: left;
	padding: 50px 0;
	text-align: center;
	background: #3ecd4b;
}
.appointment h2 {
	color: #fff;
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 45px;
}

.appointment img { max-width: 250px; margin-bottom: 30px; }
.appointment h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 0;
	font-family: 'Lato', sans-serif;
}
.appointment h4 {
	color: #fff;
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
}
.appointment a {
	padding: 18px 40px;
	color: #000000;
	background-color: #fff;
	border-radius: 8px;
	text-transform: unset;
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	margin-top: 20px;
	font-family: 'Lato', sans-serif;
}
.appointment a:hover {
	background: #000;
	color: #fff;
}

/* Service inner */

.about-service {width: 100%;float: left;padding: 50px 0 70px;background: #fff;text-align: center;}
.about-service .left {width: 100%;float: left;padding-right: 30px;}
.about-service .left h2 {color: #3aaf45;font-size: 24px;font-weight: 800;padding-bottom: 20px;text-transform: uppercase;}
.about-service .left p {margin-bottom: 14px;font-size: 14px;font-weight: 400;line-height: 22px;}
.about-service .left a {text-decoration: none;color: #fff;font-size: 18px;font-weight: 500;padding: 10px 30px;background: #c60c0c;border: 3px solid #c60c0c;margin-top: 30px;display: inline-block;}
.about-service .left a:hover {background: transparent;color: #c60c0c;}

.difference{width: 100%; float: left; padding: 50px 0; background: #f8f8f8; text-align: center;}
.difference h2 {color: #3aaf45;font-size: 24px;font-weight: 800;padding-bottom: 20px;text-transform: uppercase;}
.difference p {margin-bottom: 14px;font-size: 14px;font-weight: 400;line-height: 22px;}
.difference a {text-decoration: none;color: #fff;font-size: 18px;font-weight: 500;padding: 10px 30px;background: #c60c0c;border: 3px solid #c60c0c;margin-top: 30px;display: inline-block;}
.difference a:hover {background: transparent;color: #c60c0c;}


.symptoms {width: 100%; float: left;padding: 50px 0;text-align: center;}
.symptoms h2 {color: #3aaf45;font-size: 24px;font-weight: 800;padding-bottom: 50px;text-transform: uppercase;}
.symptoms .item { width: 25%;float: left; padding: 10px;text-align: center;}
.symptoms .item h3{color: #444;font-size: 18px;font-weight: 600;padding-bottom: 20px;text-transform: uppercase;}
.symptoms .item p{margin-bottom: 14px;font-size: 14px;font-weight: 400;line-height: 22px;}


/* Anxiety */
.page-id-218 .symptoms .item { width: 33.33%;float: left; padding: 10px;text-align: left;}
.page-id-218 .symptoms .item h3{color: #444;font-size: 14px;font-weight: 400;text-transform: capitalize; padding: 0;}


/* Eating Disorders */
.page-id-243 .symptoms .item { width: 33.33%;float: left; padding: 10px;text-align: left;}
.page-id-243 .symptoms .item h3{color: #444;font-size: 14px;font-weight: 400;text-transform: capitalize; padding: 0;}

/* Stress */
.page-id-258 .symptoms{padding-top: 0;}
.page-id-258 .symptoms .item { width: 33.33%;float: left; padding: 10px;text-align: left;}
.page-id-258 .symptoms .item h3{color: #444;font-size: 14px;font-weight: 400;text-transform: capitalize; padding: 0;}
.page-id-258 .help ul{text-align: left; margin:0 auto; max-width: 222px;}
.page-id-258 .help ul li{margin-bottom: 4px;font-size: 14px;font-weight: 400;line-height: 22px;}

/* Drug and Alcohol Problems */
.page-id-235 .difference ul{text-align: left; margin-top: 30px;}
.page-id-235 .difference ul li{margin-bottom: 4px;font-size: 14px;font-weight: 400;line-height: 22px;}
.page-id-235 .help{padding-top: 0;}

/* Trauma and PTSD */
.page-id-227 .help{padding-top: 0;}

/* Counselling and Psychotherapy */
.page-id-253 .difference ul{text-align: left; margin:0 auto; max-width: 304px;}
.page-id-253 .difference ul li{margin-bottom: 4px;font-size: 14px;font-weight: 400;line-height: 22px;}
.page-id-253 .help{padding-top: 0;}
.page-id-253 .banner__button {
	display: block !important;
    margin: 10px 0 0 0;
    text-align: left;
    position: absolute;
}

.help{width: 100%; float: left; padding: 50px 0; background: #f8f8f8; text-align: center;}
.help h2 {color: #3aaf45;font-size: 24px;font-weight: 800;padding-bottom: 20px;text-transform: uppercase;}
.help p {margin-bottom: 14px;font-size: 14px;font-weight: 400;line-height: 22px;}
.help a {text-decoration: none;color: #fff;font-size: 18px;font-weight: 500;padding: 10px 30px;background: #c60c0c;border: 3px solid #c60c0c;margin-top: 30px;display: inline-block;}
.help a:hover {background: transparent;color: #c60c0c;}
.step-process.page-inner-step{background: #fff !important;}



.service-appointment{width: 100%; float: left; padding: 50px 0; background: #3ecd4b; text-align: center;}
.service-appointment p {margin-bottom: 14px;font-size: 14px;font-weight: 400;line-height: 22px;color: #fff;}
.service-appointment a {text-decoration: none;color: #fff;font-size: 18px;font-weight: 500;padding: 10px 30px;background: #c60c0c;border: 3px solid #c60c0c;margin-top: 30px;display: inline-block;}
.service-appointment a:hover {background: transparent;color: #c60c0c;}

.other-service{width: 100%; float: left;padding: 50px 0;}
.other-service h2 {position: relative;margin-bottom: 50px;color: #000;font-size: 45px;font-weight: 600;text-align: center !important;}
.other-service h2::after {content: '';text-decoration: none;background-color: #3aaf45;position: absolute;display: block;width: 100px;height: 2px;margin: 17px auto;right: 0;left: 0;}
.other-service ul{padding: 0;list-style: none;display: flex;justify-content: center;flex-wrap: wrap;}
.other-service ul li{width: 15%;float: left;padding: 10px;border: 1px solid #ccc;margin: 9px;min-height: 100px;border-radius: 5px;}
.other-service ul li a{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;text-align: center;text-decoration: none; font-size: 16px; line-height: 25px;}

.service-faq{width: 100%; float: left; padding: 50px 0;background: #f8f8f8;}
.service-faq h2 {color: #000;font-size: 45px;font-weight: 600;padding-bottom: 60px;text-transform: uppercase;text-align: center !important;position: relative;}
.service-faq h2::after {content: '';text-decoration: none;background-color: #3aaf45;position: absolute;display: block;width: 100px;height: 2px;margin: 17px auto;right: 0;left: 0;}
.service-faq h4 {margin-bottom: 10px;font-size: 18px;font-weight: 600;line-height: 22px;}
.service-faq p {margin-bottom: 20px;font-size: 14px;font-weight: 400;line-height: 22px;}

.whyChooseUs{width: 100%;float: left;padding: 50px 0;background: #f8f8f8;}
.whyChooseUs h2 {position: relative;margin-bottom: 50px;color: #000;font-size: 45px;font-weight: 600;text-align: center !important;}
.whyChooseUs h2::after {content: '';text-decoration: none;background-color: #3aaf45;position: absolute;display: block;width: 100px;height: 2px;margin: 17px auto;right: 0;left: 0;}
.whyChooseUs ul {padding: 0;}
.whyChooseUs ul li {width: 50%;display: block;float: left;margin-bottom: 20px;line-height: 25px;font-size: 14px;background: url(images/list-flower-icon.svg) left 6px no-repeat;padding: 0 36px;}


/*contact page*/
.main-banner.contact {min-height: 300px;}
.field{margin-bottom: 15px;}
.base-content.contact {float: left;width: 100%;padding-bottom: 45px;}
.base-content.contact form { max-width:  400px; margin:  0 auto;   }
.field input.wpcf7-form-control{width: 100%;padding: 10px;padding: 14px 10px; border: 1px solid #a9a9a9;}
.field textarea{font-family: 'Open Sans', sans-serif; width: 100%;resize: none;padding: 14px 10px; height: 150px;}
.submit input.wpcf7-submit{background: #fff;padding: 11px 22px;color: #3ecd4b;border: 1px solid #3ecd4b;cursor: pointer;}
.submit input.wpcf7-form-control.wpcf7-submit:hover{background:#3ecd4b;color: #000; }
div.wpcf7-response-output{margin: 0;}
.contact-wrapper .form, .contact-wrapper .contact-details {float: left; width: 50%; padding: 0 20px; }
.contact-details img {display: block; margin-top: 30px; }

.newsBar { margin-bottom:  50px; float:  left; width:  100%; }
.newsBar aside { width:  33.33%;  padding:  0 15px; margin-bottom:  30px; float:  left;  }
.newsBar figure { max-height:  187px; overflow:  hidden;  margin-bottom:  10px;  }
.newsBar figure img { display: block; }
.newsBar h2 { margin-top:  10px;  }
.newsBar h2 a {  text-decoration: none; font-size: 18px; line-height: 1.2; display: block; color: #000; font-weight: 700; } 
.newsBar h6 { margin-bottom: 10px; font-size: 14px; background: #3aaf45; width: auto; padding: 5px 10px; color: #fff; margin-top: 10px; display: inline-block;  }

.main-banner.blog.contact.inner{background: url(https://livingconsciously.com.au/wp-content/uploads/2019/07/AboutBanner.jpg) center center no-repeat;
}
.main-banner.blog { margin-bottom:  50px; padding:  62px 0;  }
.newsBar .read-more { color: #3aaf45; text-decoration: none; }
 /*my approach*/


.base-content.defaultpage{float: left;width: 100%;}
.base-content.defaultpage h2{font-size: 18px;color: #3f3d3f;padding: 10px 0;}  
.base-content.defaultpage .contents h3{    color: #fff;font-size: 23px; font-weight: 600;background: #3b9f44;padding: 10px;margin-bottom: 10px;} 
.base-content.defaultpage p{margin-bottom: 15px;}
.base-content.defaultpage a.btn { text-decoration: none; color: #fff; font-size: 18px; font-weight: 500; padding: 10px 30px; background: #c60c0c; border: 3px solid #c60c0c; margin-top: 30px; display: inline-block; }
   
 /*base-content aboutpage   */
.base-content .aboutpage{float: left;width: 100%;}
.base-content .aboutpage h1{padding-bottom: 20px;}   
.base-content .aboutpage h2{font-size: 36px;color: #000000; line-height: 1.2em;font-weight: 700;padding-bottom: 10px;} 
.base-content .aboutpage h2.sub {text-transform: uppercase;color: #3b9f44;font-size: 20px;line-height: 1.5em;}  
.base-content .aboutpage h3{margin: 0px 0px 15px;text-transform: uppercase; font-size: 16px;color: #000 !important;font-weight: 700; background: none !important;} 
.base-content .aboutpage img{padding: 0 28px 0 0;}  

 /*main-banner contact blogbanner inner*/

 
 /* Single Posts */
.single-post .postimg {
    height: 500px;
    margin-bottom: 10px;
}
.single-post h1 {
    font-weight: 700;
    margin: 20px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #3b9f44;
}

.single-post h3 , .single-post h4, .single-post h3 , .single-post h4 { margin: 0 0 15px; }


 .main-banner.contact.blogbanner.inner{background: url(https://livingconsciously.com.au/wp-content/uploads/2019/05/living-consciously-home-banner.png) center center no-repeat;float: left;width: 100%;} 

/* footer */
footer .main-footer {
	float: left;
	width: 100%;
	padding: 50px 0px 60px;
}
footer .main-footer .footer-heading {
	float: left;
	width: 33.333%;
}
.main-footer .footer-heading h2 {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin-bottom: 40px;
}
.main-footer .footer-heading h4 {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}
.main-footer .footer-heading p {
	font-size: 14px;
	color: #000;
	padding-bottom: 25px;
}
footer {
	overflow: hidden;
	float: left;
	width: 100%;
}
.footer-heading .map {
	float: left;
	width: 100%;
}
.footer-heading .map iframe {
	border: 0;
	max-width: 100%;
	padding: 0px 30px 0 0px;
	max-height: 260px;
}
.footer-bottom {
	width: 100%;
	float: left;
	padding: 30px 0;
	background: #f8f8f8;
}
.footer-bottom img {
	max-width: 215px;
	margin: 0 auto;
	display: block;
}
.footer-bottom .footer-menu {
	margin-top: 40px;
	width: 100%;
	float: left;
}
.footer-bottom .footer-menu ul {
	padding: 0;
}
.footer-bottom .footer-menu ul li {
	display: inline-block;
	float: left;
	padding: 0 23px;
}
.footer-bottom .footer-menu ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}
.footer-bottom .footer-menu ul li a:hover {
	opacity: 0.5;
}
.footer-bottom .social {
	width: 100%;
	float: left;
	padding: 10px 0;
}
.footer-bottom .social ul {
	padding: 0;
	max-width: 100px;
	margin: 20px auto;
}
.footer-bottom .social ul li {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.footer-bottom .social ul li a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background-size: 40px;
}
.footer-bottom .social ul li a.fb {
	background: url(images/sil-facebook.png) center center no-repeat;
}
.footer-bottom .social ul li a.gplus {
	background: url(images/sil-google.png) center center no-repeat;
}
.footer-copyright {
	width: 100%;
	float: left;
	padding: 20px 0;
	background: #000;
}
footer .copyright-left {
	width: 50%;
	float: left;
}
footer .copyright-right {
	width: 50%;
	float: left;
	text-align: right;
}
footer .copyright-left p {
	line-height: 45px;
	color: #fff;
}
footer .copyright-right a {
	margin-left: 2px;
	background: url(images/copyright.png) right top no-repeat;
	width: 100%;
	height: 50px;
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	background-size: 165px;
	color: #fff;
	padding: 9px 192px 0 0;
}

/* Responsive Css Start */		


@media only screen and (max-width: 1240px) {
.wrapper {
	padding: 0 20px;
}
.menuBar li a {
	font-size: 12px;
	padding: 24px 30px;
}
 
.main-banner .left {
	width: 100%;
}
.service-details .row .text-box {
	margin-bottom: -18px;
	padding: 0 40px;
}
.leftspace.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-80 {
	margin-left: 160px;
}
.footer-bottom .footer-menu ul li {
	padding: 0 14px;
}
.cta-block h3 { font-size: 35px; }
.service-image .service { width: 33.33%; }
.step-process .heading-process h2 { font-size: 35px; }
.headingg h2 { font-size: 35px; }
.appointment h2 { font-size: 35px; }
.other-service ul li{width: 24%;}
.newsBar figure { max-height:  155px;  }
.base-content.aboutpage{padding: 30px 0;}
.base-content.aboutpage p{margin-bottom: 12px;}

.base-content.aboutpage ul li{margin-bottom: 12px;}
}
body.page .the-content {
	padding: 60px 0px;
} 
body.page .section-1 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.page .section-1 .title {
    height: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    padding: 15px;
}

body.page .section-1 h1,
body.page .section-1 h2,
body.page .section-1 h3 {
	position: relative;
	font-style: normal;
	color: #fff;
	font-size: 45px;
	margin-bottom: 17px;
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 0;
	font-family: "Playpen Sans", cursive;
}
body.page .section-1 p {
	font-size: 20px;
}

.section p {
	margin-bottom: 15px;
}

.section {
	padding: 60px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
}

.content-sidebar-wrap > .wrap {
	max-width: 100%;
}
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
	margin-bottom: 20px;
}

.section .wrapper h2 {
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 45px;
}

/*Transition*/ 
.input-cf input[type="submit"],
.btn-wrap .button,
img, a, header,
i, .fa {
	transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

/* WordPress
--------------------------------------------- */

.aligncenter {
	text-align: center;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
	max-width: 100% !important;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
	max-width: 100% !important;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
	max-width: 100% !important;
}

.input-cf input[type="submit"],
.btn-wrap .button,
.pagination a,
#customNav button {
    display: inline-block;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-decoration: none;
	white-space: normal;
	width: auto;
    border-radius: 2px;
    text-transform: uppercase;
    background-color: #058a93;
    color: #fff;
}

.btn-wrap .button:hover {
	background-color: #3ecd4b;
}
.btn-wrap {
	text-align: center;
	margin-top: 35px;
}

.home-section-faq .wrapper{
		text-align: center;
}

.accordion{
	padding: 0px;
	margin: 0px;
	display: inline-block;
	width: 100%;
	list-style: none;

}
.accordion li{
	margin-bottom: 10px;
	display: block;
}
.accordion-panel {
	display: none;
	background-color: #3aaf45;
	padding: 15px 30px;
	border-radius: 0px 0px 6px 6px;						
}
.accordion-panel p:last-child {
	margin-bottom: 0;
}
.accordion-panel p,
.accordion-panel a {
	line-height: 1.5;
	font-size: 15px;
	text-align: left;
	color: #fff;
}
.accordion-control:focus {
	outline:0;
}
.accordion-control::after {
	content: "\f04b";
	font-family: 'FontAwesome';
	right: 0;
	color: #92bfb1;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 1%;
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	line-height: 0;
}
.accordion-control.active {
	border-radius: 6px 6px 0 0;
}
.accordion-control:active::after {
	transform: rotate(90deg);
}
.accordion-control{
	display: block;
	position: relative;
	font-size: 16px;
	width: 100%;
	border-radius: 6px;
	color: #ffffff;
	text-align: left;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	padding: 12px 30px;
	transition: all 0.2s ease-in-out 0s;
	margin-bottom: 0;
	background-color: #058a93;
    border: 0;
    cursor: pointer;
}

#has-icon, #has-icon-2 {
	text-align: center;
}

#has-icon ul {
	display: inline-block;
    list-style: none;
    column-count: 2;
    column-gap: 50px;
    padding: 0;
    page-break-inside: avoid;
    break-inside: avoid-column;
}
#has-icon-2 ul {
	display: inline-block;
    list-style: none;
    padding: 0;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

#has-icon li, #has-icon-2 li {
	text-align: left;
	position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

#has-icon ul li:before, #has-icon-2 ul li:before {
	content: url('images/list-flower-icon.svg');
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	left: 0;
}

.process-section .row .withimg {
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.process-section .text-wrap h3 {
    color: #3aaf45;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 15px;
}

.process-section .row:nth-child(even) .withimg {
    float: right;
}

.process-section .wrap,
.process-section .wrapper {
    max-width: 100%;
    padding: 0 !important;
}

.col-ym-6 {
	width: 50%;
	float: left;
	position: relative;
}

.process-section .text-wrapper {
	max-width: 1140px;
	margin: 0 auto;
	padding: 15px;
}

.process-section .row:nth-child(odd) .withcontent .text-wrap {
    margin-right: auto;
    padding-left: 80px;
        padding-right: 15px;
}

.process-section .row:nth-child(even) .withcontent .text-wrap {
    margin-left: auto;
    padding-right: 80px;
        padding-left: 15px;
}

.withcontent .text-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	height: 500px;
	max-width: 750px;
	    background-color: #fff;
}

.process-section.section {
	padding-bottom: 0;
}

.process-wrap {
    padding-top: 60px;
}

.service-wrap .inner-wrap {
    max-width: 380px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 30px;
}

.service-wrap  .fig-wrap img {
    display: block;
    width: 60%;
    border-radius: 100%;
    margin: 0 auto 20px;
}

.service-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.servce-title {
    margin: 10px 0;
    color: #3aaf45;
    font-weight: 500;
    font-size: 18px;
}

.before-footerr img {
    max-width: 250px;
    margin-bottom: 30px;
}

.before-footerr {
    color: #fff;
}

.before-footerr h2 {
    text-transform: none !important;
    font-weight: 400 !important;
}

.before-footerr p {
    font-size: 20px;
    font-family: Lato;
}

.white-text p,
.white-text h2,
.white-text li {
	color: #fff;
}
.white-text {
	background-attachment: fixed;
}
.white-text li::before {
	filter: brightness(0) invert(1);
}

.map-llocation .wrapper,
.map-llocation .wrap {
    max-width: 100%;
    padding: 0 !important;
}

.map-llocation {
    padding-bottom: 0;
}

.map-llocation p:last-child {
    margin-bottom: 0;
}

.map-llocation iframe {
    display: block;
}

.map-llocation .text-wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}

.map-llocation .text-wrap p {
	margin-bottom: 15px;
}

.before-footerr .btn-wrap .button {
    padding: 18px 40px;
    color: #000000;
    background-color: #fff;
    border-radius: 8px;
    text-transform: unset;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.before-footerr .btn-wrap .button:hover {
    color: #fff;
    background-color: #000;
}

.symptomas .inner-wrap {
    width: 330px;
    padding: 15px;
    margin: 20px;
    background-color: rgba(198, 12, 12, 0.2);
}

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

.symptomas .inner-wrap ul li {
    text-align: left;
    margin-bottom: 15px;
}

.symptomas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.symptomas .inner-wrap h4 {
    color: #c60c0c;
    margin-bottom: 20px;
}

.process-wrap .row {
    background-color: #fff;
}

.contact-wrapper .button {
    background: #058a93;
    border: 3px solid #058a93;
    color: #fff;
    text-shadow: none;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

.contact-wrapper .button:hover {
    border-color: #3aaf45;
    background: #3aaf45;
}

.fa-top-phone {
    display: none;
}

/*COUPLE COUNSELLING MAY 23 2022*/ 
.couples-counselling a.button {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    border-radius: 2px;
    text-transform: uppercase;
    background-color: #058a93;
    color: #fff;
    margin-top: 15px;
}
.couples-counselling a.button:hover {
    background-color: #3ecd4b;
}
body.page .couples-counselling .section-1 .title {
    height: 700px;
    justify-content: center;
    text-align: center;
}
.couples-counselling .white-text {
    text-align: center;
}
.couples-counselling .white-text p {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    text-shadow: 1px 1px 2px #000;  
}

.couples-counselling .white-text h2 {text-shadow: 1px 1px 2px #000;}
@media only screen and (max-width: 1036px) {
	.header-desktop-menu .inner-wrap .menu li a {
		padding: 24px 13px;
	}
	.header-right-menu, .header-left-menu {
		max-width: 375px;
	}
}
@media only screen and (max-width: 1024px) {
	input, textarea, button { -webkit-appearance: none; border-radius: 0; }
}
@media only screen and (min-width: 1021px) {
	.header .logo,
	.header .menuBar {
		display: none;
	}
}
@media only screen and (max-width: 1020px) {
	.header-desktop-menu {
		display: none;
	}
	body .homepage-link {
		display: block !important;
	}
	.page-id-174 .banner-content h1{padding-top: 50px;}
	.page-id-279 .main-banner h1{padding-top: 46px !important;}	
	.base-content.aboutpage img{width: 100%;padding: 0 0 30px 0;}
	.base-content.defaultpage .contents h3{font-size: 20px;}
	/* .main-banner.blog{padding: 0px 0 75px;} */
	.newsBar figure { max-height:  155px;  }
	.newsBar aside { width:  50%;  }
	.main-banner .banner-content {
		position: relative;
		top: 0;
		transform: translate(0, 0);
		left: 0;
	}
/* 	.page-template-Template-services .main-banner {
		min-height: 450px;
	}
	.main-banner {
		min-height: 440px;
	} */
	.main-banner .banner-content h1 {
		font-size: 27px;
	}
	.gallery-area li {
		width: 25%;
	}
	.menuBar li {
		padding: 2px 8px;
	}
	.menuBar li a {
		font-size: 13px;
		padding: 24px 0;
	}
	.service-details .row .img-box {
		width: 100%;
	}
	.service-details .row .text-box {
		width: 100%;
		height: auto !important;
		padding: 20px;
	}
	.choose-me .contentt ul li { width: 100%; }
	.main-banner .left {
		padding-top: 0;
	}
	.main-banner .banner-content a {
		padding: 10px 14px;
		font-size: 16px;
	}
	/*new*/

	#menu {
		display: none;
	}
	.leftspace.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-80 {
		margin-left: 0;
	}
	.menuBar a.mobilemenu, .menuBar a.close {
		display: block;
		float: right;
	}
	#header { padding: 10px 0px 0; }
	header .logo {
		position: static;
		float: left;
		margin-bottom: -15px;
	}
	.menuBar { float: right; width: auto; margin-top: 28px; }
	header .logo a {
		display: inline-block;
		margin-bottom: 14px;
	}
	.formblock .submit input { font-size: 12px; padding: 18px 9px; }
	.about-content .left-content {
		width: 100%;
		padding-bottom: 30px;
	}
	.about-content .right-content {
		width: 100%;
		padding-left: 0px;
	}
	.cta-block h3 {
		font-size: 25px;
	}
	.cta-block {
		padding: 55px 0;
	}
	.service-image .service {
		width: 33.33%;
		padding: 20px 18px;
		min-height: 500px;
	}
	.service-details .text-area {
		padding: 15px 0px;
	}
	.service-details .row .text-box h2 {
		font-size: 26px;
	}
	.step-process {
		padding: 50px 0;
	}
	.footer-bottom .footer-menu ul li {
		padding: 0 5px;
	}
	.footer-bottom .footer-menu ul li a {
		font-size: 12px;
		font-weight: 500;
	}
	.footer-bottom img {
		max-width: 150px;
	}
	.about-service{padding: 50px 0 50px;}
	body.page .couples-counselling .section-1 .title {
	    height: 500px;
	}
	.couples-counselling .white-text p {
	    font-size: 18px;
	}
}
@media only screen and (max-width: 992px) {
	.process-section .row:nth-child(even) .withimg {
	    float: none;
	}
	.process-section .col-ym-6 {
		width: 100%;
	}
	.withcontent .text-wrap {
	    display: block;
	    height: unset;
	    max-width: 100%;
	    background-color: #fff;
	    padding: 30px 15px !important;
	}
	.process-section .row .withimg {
	    height: 300px;
	}
	#has-icon ul {
	    column-count: 1;
	    column-gap: 0;
	}
	.page-id-253 .banner__button {
		position: relative;
		margin:0;
	}
	
	.section .wrapper h2 {
	    font-size: 26px;
	}
	.process-section .text-wrap h3 {
	    font-size: 21px;
	}
	body.page .section-1 h1, body.page .section-1 h2, body.page .section-1 h3 {
	    font-size: 26px;
	}

}
@media only screen and (max-width: 767px) {
	.base-content.defaultpage{padding: 30px 0 !important;}
	.page-id-279 .main-banner h1{padding-top: 50px !important;}	
	.base-content.defaultpage .contents h3{font-size: 18px;}
	.newsBar aside { width:  100%;  }
	.main-banner.blog, .main-banner.contact { min-height:  0; padding:  30px 0;  }
	.page-id-174 .banner-content h1{padding-top: 45px;}

	#header.sticky .call-me a {
		font-size: 0;
		font-weight: 600;
		line-height: 32px;
		padding: 0 0 0 32px !important;
		background-size: 32px;
	}
	.contact-wrapper .form, .contact-wrapper .contact-details {float: none; width: 100%; padding: 0;  }
	.contact-wrapper .form {margin-bottom: 40px; }
	.service-details .text-area{padding: 40px 0px;}
	header .logo a { margin-bottom: 0; }
	#header.sticky .call-me {
		padding: 0;
	}

	.main-banner .banner-content ul li{margin-bottom: 0px;}
	#header.sticky .menuBar a.mobilemenu, .menuBar a.close {
		top: 16px;
	}
	.menuBar nav {
		display: none;
	}
	.menuBar {
		background: transparent;
	}
	.step-process .heading-process h2 { font-size: 25px; }
	.menuBar {
		margin-top: 16px;
	}
	.top-header {
		width: 100%;
	}
	.menuBar {
		width: auto;
		float: right;
	}
	.top-header .call-me {
		padding: 4px 4px;
		margin: 30px 60px 0 0;
		background: transparent;
		border: transparent;
	}
	.main-banner .banner-content {
		top: 0;
	}
	.top-header .call-me a {
		font-size: 0;
		font-weight: 600;
		line-height: 32px;
		background: url(images/watsapp.png) left center no-repeat;
		padding: 0;
		height: 36px;
		width: 36px;
		background-size: 36px;
	}
	.main-banner .right .form-box {
		max-width: 580px;
	}
	.main-banner .banner-content h1 {
		font-size: 21px;
		margin-bottom: 12px
	}
	.main-banner .banner-content p {
		padding: 10px 0;
	}
	.main-banner .banner-content li {
		padding: 3px 0 3px 0px;
		font-size: 16px;
		line-height: 28px;
		background-size: 35px;
	}
	.main-banner .right {
		width: 100%;
	}
	.main-banner .left {
		width: 100%;
		margin: 20px 0 0 0;
	}
	.main-banner .banner-content a {
		font-size: 12px;
	}
	.formblock .field {
		width: 50%;
		margin-bottom: 10px;
	}
	.formblock .submit {
		width: 50%;
		padding: 0px 10px;
	}
	.about-section .about-left {
		padding-right: 0px;
		width: 100%;
		padding-bottom: 30px;
	}
	.about-section .about-right {
		width: 100%;
	}
	.about-section {
		padding-bottom: 35px;
	}
	.about-section .heading {
		padding: 50px 0px;
	}
	.about-section .heading h2 {
		font-size: 35px;
		margin-bottom: 10px;
	}
	.service-image .service {
		width: 50%;
		    min-height: 400px;
	}
	.step-process {
		padding: 50px 0px;
	}
	.service-details .row .text-box h2 {
		font-size: 21px;
	}
	.choose-me .contentt ul li {
		width: 100%;
	}
	.faq-list {
		width: 100%;
		border-color: transparent;
		padding: 0;
	}
	#header {
		margin-bottom: 20px;
	}
	.appointment h2 {
		font-size: 28px;
	}
	.appointment h3 {
		font-size: 26px;
	}
	.main-footer .footer-heading h2 {
		font-size: 21px;
	}
	.footer-bottom img {
		display: none;
	}
	.footer-bottom .footer-menu {
		display: none;
	}
	.footer-bottom {
		padding: 10px 0;
	}

	footer {
		text-align: center;
	}
	footer .copyright-left {
		width: 100%;
	}
	footer .copyright-right {
		width: 100%;
		text-align: center;
	}
	footer .copyright-right a {
		height: 50px;
		background-size: 165px;
		padding: 9px 173px 0 0;
		width: auto;
	}
	footer .main-footer .footer-heading {
		width: 100%;
		margin-bottom: 40px;
	}
	.footer-heading .map iframe {
		padding: 0;
	}
	footer .main-footer .footer-heading.contact {
		text-align: left;
	}
	footer .main-footer {
		padding: 20px 0;
	}
	.service-details .row .text-box {
		padding: 0 20px;
	}
	#layout .topheader {
		display:none
	}
	.fa-top-phone i.fa.fa-phone {
		position: absolute;
		font-size: 24px;
		right: 13%;
		top: 13px;
		color: #3ecd4b;
		padding: 10px;
	}
	.fa-top-phone {
		display: block !important;
	}
	#layout .topheader p {
	    font-size: 14px;
	}
	#layout .topheader p a {
	    margin-left: 0;
	    margin-top: 5px;
	    display: block;
	}
	#layout .topheader {
		padding: 5px 0;
	}
	.menuBar img {
		height: 14px;
	}
	header .logo img {
		height: 50px;
	}
	.main-banner .banner-content h1 {
		font-size: 30px;
		margin-bottom: 0;
	}
	.main-banner .banner-content { text-align: left; }
	.main-banner .banner-content p { font-size: 18px; padding-bottom: 0; }
	.main-banner .banner-content ul { margin: 0; padding: 0; }
	.main-banner .banner-content ul li {font-size: 14px;list-style: none;}

	.symptoms .item{width: 50%;min-height: 175px;}
	.page-id-218 .symptoms .item{min-height: 0;}
	.faq-list{min-height: 525px;}
	.faq{padding: 50px 0 35px;}
	.whyChooseUs ul li{width: 100%;}
	.service-faq h2{font-size: 35px;}
	.other-service h2{font-size: 35px;}
	.page-id-243 .symptoms .item{min-height: 58px;}
	.page-id-243 .whyChooseUs h2{font-size: 35px;}
	.page-id-258 .symptoms .item{min-height: 40;}
	.page-id-258 .symptoms .item{min-height: 59px;}
	.page-id-253 .banner__button {display: none !important;}
	body.page .section-1 .title {
	    height: 213px !important;
	}
	body.page .couples-counselling .section-1 .title {
	    height: 300px !important;
	}
	.couples-counselling a.button {
        font-size: 12px;
        padding: 10px 14px;
	}
}

@media only screen and (max-width:480px) {
	
	.wrapper {padding: 0 10px;}
	.page-id-218 .symptoms .item{width: 100%;}
	.page-id-258 .symptoms .item{width: 100%;min-height: 40px;}
	.page-id-279 .main-banner h1{padding-top: 10px !important;}
	.page-id-174 .banner-content h1{padding: 10px 0 0 0;}

		
	.main-banner.contact {min-height: 150px;} 
	.main-banner { float:  left; min-height:  0; padding:  20px 0; width:  100%;  }
	 #content .formblock { float:  left; padding:  20px 0 0;  }
	 

	.whyChooseUs ul li{padding: 0 25px;}
	.page-id-235 .main-banner{min-height: 545px;}
	.main-banner .banner-content h1{font-size: 25px;}

	 
	.about-service .left{padding: 0;}
	.about-service{padding: 40px 0 40px;}
	.formblock .submit input:hover{background: #fff;}
	.about-service .left h2{font-size: 20px;}
	.difference h2{font-size: 20px;}
	.difference p{margin-bottom: 0;}
	.difference{padding: 40px 0;}
	.help h2{font-size: 20px;}
	.whyChooseUs h2{font-size: 35px;}
	.other-service ul li{width: 100%;}
	.symptoms .item{width: 100%;min-height: 100px;}
	.page-id-243 .symptoms .item{width: 100%;min-height: 0;}
	.other-service h2{font-size: 25px;}
	#layout {
		padding-top: 0px;
	}
	#layout .topheader p {
		font-size: 18px;
	}
	#layout .topheader p a {
		padding: 8px 14px;
		display: inline-block;
		margin-top: 16px;
	}
	#header.sticky .call-me {
		padding: 6px 0 0 0;
	}
	#header.sticky .menuBar a.mobilemenu, .menuBar a.close {
		top: 21px;
	}
	.top-header .call-me {
		margin: 25px 60px 0 0;
	}
	.main-banner .banner-content a {
		padding: 10px 20px;
		margin-right: 10px;
		font-size: 14px;
	}
	.main-banner .banner-content p {
	 font-size: 17px; color: #fff;
	}
	.main-banner .banner-content ul li { margin-bottom: 0; }
	.main-banner .banner-content a { width: 100%; text-align: center; font-size: 15px; 	margin-bottom: 20px; }
	.main-banner .banner-content h1 {
		padding: 0;
	}

	 
	.slider-text .heading h4 {
		font-size: 22px;
	}
	.service-details .row .text-box .button a {
		font-size: 16px;
		padding: 10px 23px;
	}
	.services-block {
		margin: 30px 0;
	}
	.service-details .row .text-box p {
		font-size: 13px;
		color: #333;
		line-height: 21px;
		padding-bottom: 10px;
	}
	.about-content {
		padding: 40px 0 30px;
	}
	.about-section .heading h2 {
		font-size: 25px;
	}
	.about-section .heading h3 {
		font-size: 25px;
	}
	.about-content .left-content {
		padding-right: 0;
	}
	.formblock .field {
		width: 100%;
		padding: 0 0;
	}
	.formblock .submit {
		width: 100%;
		padding: 0 0;
	}
	 
	.cta-block a {
		font-size: 14px;
	}
	.services-block .heading h2 {
		font-size: 30px;
	}
	.services-block .heading p {
		font-size: 14px;
	}
	.service-image .service {
		width: 100%;
	}
	.service-details .row .text-box {
		margin-bottom: 0px;
		padding: 0 10px;
	}
	.testimonial .contentt p {
		padding: 0 10px;
		font-size: 14px;
		line-height: 24px;
	}
	.testimonial .contentt {
		padding: 40px 0 0;
	}
	.testimonial {
		padding: 30px 0;
	}
	.headingg h2 {
		font-size: 26px;
	}
	.faq {
		padding: 30px 0;
	}
	.faq-list {
		padding: 0 10px;
		border-color: transparent;
	}


	.appointment {
		padding: 40px 0;
	}
	.appointment h2 {
		font-size: 18px;
	}
	.appointment h3 {
		font-size: 18px;
	}
	.appointment h4 {
		font-size: 14px;
	}
	.choose-me {
		padding: 30px 0;
	}
	.choose-me .contentt ul li {
		padding: 0 10px 0 40px;
	}
	body.page .section-1 .title {
	    height: 160px !important;
	}
}