/*   
Theme Name: Wellness Coach India    
Theme URI: http://techartus.com 
Author: Praveen    
Author URI: http://techartus.com   
Description: Wellness Coach India provides tension free life style through training and consultation    
Version: 1.0    
License: GNU General Public License v2 or later    
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*----------------------------------------*/

/* Style CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
    /*    font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    /*    font-family: "Oswald", sans-serif;*/
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 36px;
}

p {
    font-size: 15px;
    color: #6c6e7e;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #0b1033;
}

li,
ul {
    margin: 0;
    padding: 0;
}

/*------------------------
	Helper css
--------------------------*/

.fix {
    overflow: hidden;
}

.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}

.mt100 {
    margin-top: 100px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt60 {
    margin-top: 70px;
}

.mr20 {
    margin-right: 20px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.col-push {
    left: 50%;
}

.col-pull {
    right: 50%;
}

.nopad {
    padding-left: 0;
    padding-right: 0;
}

.spad {
    padding-top: 95px;
    padding-bottom: 95px;
}

.section-title {
    text-align: left;
    /*	margin-bottom: 90px;*/
    /*	padding-top: 50px;*/
    position: relative;
}

.define-section {
    padding: 30px 0px;
}

.section-title h2 {
    /*    text-transform: uppercase;*/
    color: #009e2f;
    font-weight: 400;
}

.section-title h2 span {
    background: #2be6ab;
    padding: 0 3px 5px;
    display: inline-block;
    color: #0b1033;
}

.service-title {
    color: black!important;
    border-bottom: 2px solid #009e2f;
    width: 300px;
    margin: 20px 0px;
}

/*
.section-title:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 5px;
	height: 30px;
	margin-left: -2.5px;
	background: #2be6ab;
}
*/

.section-title.left {
    text-align: left;
}

.section-title.left:after {
    left: 0;
    margin-left: 0;
}

.section-title.dark h2 {
    color: #0b1033;
    margin-bottom: 20px;
}

.title {
    border-bottom: 3px solid #009e2f;
    width: 203px;
    line-height: 50px;
}

/*------------------------
	Common elements
--------------------------*/

.site-btn {
    font-family: 'Montserrat', sans-serif;
    /*    font-family: "Oswald", sans-serif;*/
    font-size: 15px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    background: #ff6e40;
    padding: 15px 50px;
    font-weight: 500;
    letter-spacing: 1px;
    min-width: 170px;
    text-align: center;
    border: none;
    float: right;
}

.site-btn.btn-2 {
    background: #6a23b5;
    color: #fff;
    font-weight: 400;
}

.site-btn.btn-3 {
    background: transparent;
    color: #6a23b5;
    border: 1px solid #6a23b5;
    padding: 14px 50px;
}

.site-btn:hover,
.site-btn:focus {
    text-decoration: none;
    outline: none;
}

/*------------------
	Preloder
--------------------*/

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #f1f1f1;
    display: table;
}

.loader {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.loader img {
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

.loader h2 {
    font-size: 14px;
    margin-top: 10px;
}

@keyframes loader {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes loader {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}


/*------------------------
	Header css
--------------------------*/

.responsive {
    display: none;
}

.header-section {
    position: relative;
    /*    top: 0;*/
    /*    left: 0;*/
    width: 100%;
    z-index: 999;
    /*	padding: 0 50px;*/
    background: #ffffffbd;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    box-shadow: 2px 1px 1px 0px #ccc;
    margin-bottom: -5px;

}

.header-section .logo {
    display: inline-block;
    float: left;
    padding-top: 5px;
}

.header-section .logo img {
    width: auto;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.header-section .menu li.menu-item-has-children:hover .sub-menu {
    /*
    display: block;
    width: auto;
    border-radius: 5px;
    margin: auto 36%;
    left: 0;
*/
    display: block;
    width: auto;
    border-radius: 5px;
    color: white !important;
}

.header-section .menu .sub-menu {
    /*
    display: none;
    position: absolute;
    background-color: #ffffff;
    z-index: 2000;
    box-shadow: 0px 0px 2px 1px #ccc;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
*/
    display: none;
    position: absolute;
    background-color: #ffffff;
    z-index: 2000;
    box-shadow: 0px 0px 2px 1px #ccc;
    padding: 0;
    margin: 0;
    list-style: none;
    /*    width: 100%;*/
    right: -10px;
}

.header-section .menu {
    list-style: none;
    float: right;
}

.header-section .menu li {
    display: inline;
}

.header-section .menu li .sub-menu li a {
    margin: 5px 0px;
    padding: 6px 20px;
}

.header-section .menu li .sub-menu li {
    display: flex!important;
    width: 100%;
}

.header-section .menu li a {
    display: inline-block;
    padding: 5px 7px;
    margin-right: 5px;
    margin-top: 30px;
    color: #222;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 0.06em;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-weight: 600;
    margin-left: 15px;
}

.header-section .menu li a:hover,
.header-section .menu li a.active {
    color: #6a23b5;
}

.header-section .menu-list li:last-child a {
    margin-right: 0;
}

.header-section .menu li.current_page_item a {
    /*	background: #2be6ab;*/
    color: #009e2f;
    border-bottom: 2px solid #009e2f;
}

.header-section .menu .current a:after {
    width: 10px;
    margin-left: -5px;
}

/*------------------------
	Hero section
--------------------------*/

.hero-section {
    height: 100%;
    position: relative;
    background-image: url('/wp-content/themes/wellness-coach-india/img/home-banner.jpg');
    background-size: cover;
    background-position: center top;
}

.hero-content {
    position: absolute;
    width: calc(100% - 210px);
    height: 100%;
    margin-left: 105px;
    display: table;
    text-align: center;
    z-index: 5;
}

.hero-content .hero-center {
    display: table-cell;
    vertical-align: middle;
}

/*
.hero-content p {
	font-size: 24px;
	color: #0b1033;
	margin-bottom: 0;
	margin-top: 35px;
}
*/

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    display: inline-block;
    height: 50px;
    width: 100px;
    background: #6a23b5;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    cursor: pointer;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background: #2be6ab;
}

.owl-carousel .owl-nav .owl-next {
    float: right;
}

.owl-carousel #bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #2be6ab;
}

.owl-carousel #progressBar {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}


/*------------------------
	About section
--------------------------*/

.about-section,
.team-section {
    background: #000;
    position: relative;
    z-index: 2;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    background-image: url("/wp-content/themes/wellness-coach-india/img/overlay.png");
    background-repeat: no-repeat;
    background-size: cover;
}

/*Card Section*/

.card-section {
    position: relative;
    padding-bottom: 100px;
    z-index: 5;
}

.graybg h2 {
    color: black!important;
}

.graybg {
    background: #b2b4b6;
    opacity: 0.8;
}

.blackbg h2 {
    color: white!important;
}

.blackbg {
    background: #31302e;
    opacity: 0.8;
}

.lab-card {
    position: relative;
    /*	margin: 10px 0px;*/
    padding: 10px 5px;
    text-align: center;
    /*	background: #f5faf8;*/
    -webkit-box-shadow: 0 0 8px rgba(74, 74, 74, 0.1);
    box-shadow: 0 0 8px rgba(74, 74, 74, 0.1);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.lab-card .icon img {
    width: auto;
    height: 70px;
}

.lab-card .icon {
    /*	margin-bottom: 30px;*/
    font-size: 70px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.lab-card h2 {
    text-transform: uppercase;
    font-size: 18px;
    color: #2b1640;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    min-height: 40px;
}

.lab-card p {
    color: #6c6e7e;
    line-height: 30px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;
}

/*
.lab-card:hover {
	background: #2be6ab;
}
*/

/*
.lab-card:hover h2,
.lab-card:hover p,
.lab-card:hover .icon {
	color: #fff;
}
*/

/* About contant */

.about-contant {
    position: relative;
    z-index: 5;
}

.about-contant p {
    color: #fff;
    text-align: justify!important;
}

.intro-video {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    margin-top: -90px;
}

.intro-video img {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
}

.intro-video a {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    color: #6a23b5;
    background: #2be6ab;
    border-radius: 50%;
    text-align: center;
    padding-top: 20px;
    padding-left: 5px;
}


/*------------------------
  Testimonial section
--------------------------*/

.testimonial-section {
    padding-top: 320px;
    background: #220c3b;
    position: relative;
}

.test-overlay {
    position: absolute;
    background-image: url("/wp-content/themes/wellness-coach-india/img/test-man.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    bottom: 0;
    height: 78%;
    left: 50px;
}

.testimonial span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    color: #6a23b5;
}

.testimonial p {
    font-style: italic;
    color: #fff;
    font-weight: 400;
    line-height: 36px;
}

.testimonial .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.testimonial .client-info {
    margin-top: 40px;
}

.testimonial .client-name {
    float: left;
    padding-top: 20px;
}

.testimonial .client-name h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.testimonial .client-name p {
    font-style: normal;
    font-size: 12px;
    color: #969696;
}

/* Testimonial carousel */

#testimonial-slide {
    position: relative;
}

#testimonial-slide .owl-dots {
    position: absolute;
    width: 8px;
    top: 100px;
}

#testimonial-slide .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 15px;
    display: block;
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#testimonial-slide .owl-dots .owl-dot:after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    border: 2px solid #6a23b5;
    border-radius: 40px;
    left: -10px;
    top: -10px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

#testimonial-slide .owl-dots .owl-dot.active {
    background: #6a23b5;
    margin-bottom: 25px;
    margin-top: 25px;
}

#testimonial-slide .owl-dots .owl-dot.active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#testimonial-slide .owl-dots .owl-dot:first-child.active {
    margin-top: 15px;
}


/*----------------------------------
	header and icon box element
------------------------------------*/

.service {
    margin-bottom: 90px;
}

.service,
.icon-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.service .icon,
.icon-box .icon {
    font-size: 40px;
    margin-right: 30px;
}

.service .service-text h2,
.service .icon-box-text h2,
.icon-box .service-text h2,
.icon-box .icon-box-text h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
}

.service .service-text p,
.service .icon-box-text p,
.icon-box .service-text p,
.icon-box .icon-box-text p {
    font-size: 15px;
}

.service.light h2,
.service.light p,
.service.light .icon,
.icon-box.light h2,
.icon-box.light p,
.icon-box.light .icon {
    color: #fff;
}

.service.left,
.icon-box.left {
    text-align: right;
}

.service.left .icon,
.icon-box.left .icon {
    margin-left: 30px;
    margin-right: 0;
}


/*------------------------
	Team section
--------------------------*/

.team-section .container {
    position: relative;
    z-index: 5;
}

.member {
    text-align: center;
}

.member img {
    margin-bottom: 60px;
}

.member h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
}

.member h3 {
    font-size: 14px;
    color: #2be6ab;
    font-weight: 400;
    text-transform: uppercase;
}


/*------------------------
	Promotion section
--------------------------*/

.promotion-section {
    background: #2be6ab;
    padding: 115px 0;
}

.promotion-section h2 {
    font-weight: 400;
    color: #fff;
    font-size: 48px;
    margin-bottom: 18px;
}

.promotion-section p {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 300;
}

.promotion-section .promo-btn-area {
    text-align: right;
    padding-top: 15px;
}


/*------------------------
	Contact section
--------------------------*/

.contact-section {
    position: relative;
}

/*
.contact-section:after {
	position: absolute;
	content: "";
	width: 50%;
	height: 100%;
	right: -15px;
	top: 0;
	background: #6a23b5;
	z-index: -1;
}
*/

.form-class input[type="text"],
input[type="email"] {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    ;
    /*	background: #f6edfb;*/
    padding: 10px 20px;
}

.form-class input[type="text"]:focus,
.form-class input[type="text"]:hover {
    outline: none;
}

.form-class textarea {
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid #ccc;
    ;
    /*	background: #f6edfb;*/
    padding: 15px 20px;
    height: 150px;
}

.form-class textarea:focus,
.form-class textarea:hover {
    outline: none;
}

.form-class ::-webkit-input-placeholder {
    font-style: italic;
}

.form-class :-ms-input-placeholder {
    font-style: italic;
}

.form-class ::-ms-input-placeholder {
    font-style: italic;
}

.form-class ::placeholder {
    font-style: italic;
}

.form-class :-ms-input-placeholder {
    font-style: italic;
}

.form-class ::-ms-input-placeholder {
    font-style: italic;
}

/* Contact Info*/

.contact-info .section-title {
    margin-bottom: 40px;
}

.contact-info p {
    color: #fff;
}

.contact-info h3 {
    font-weight: 400;
    color: #2be6ab;
    margin-bottom: 20px;
}

.contact-info .con-item {
    font-size: 14px;
}


/*------------------------
	Footer section
--------------------------*/

.main-footer {
    /*	background: #220c3b;*/
    background: url("/wp-content/themes/wellness-coach-india/img/foot-bg.png");
    background-size: cover;
    background-position: center;
    /*	text-align: center;*/
    padding: 30px 0px 0px 0px;
}

.footer-section h2 a {
    color: green;
}

.footer-section h2 {
    color: #fff;
    font-size: 14px;
    padding: 18px 0;
}

.sub-footer {
    /*    padding: 0px 0px;*/
    /*    display: inline-block;*/
    /*    width: 100%;*/
    background: #000;
    /*    margin: 0px;*/
}

/*=========================
	Other Pages
=========================*/

/*------------------------
	Page Top Section
--------------------------*/

.page-top-section {
    position: relative;
    height: 405px;
    background: #6a23b5;
}

.page-top-section .container {
    position: relative;
    z-index: 5;
}

.page-top-section .page-info {
    display: inline-block;
    padding-top: 200px;
}

.page-top-section .page-info h2 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    float: left;
}

.page-top-section .page-info .page-links a,
.page-top-section .page-info .page-links span {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    /*    font-family: "Oswald", sans-serif;*/
    color: #fff;
    margin-right: 12px;
    padding-right: 12px;
    font-weight: 400;
    position: relative;
}

.page-top-section .page-info .page-links a:after,
.page-top-section .page-info .page-links span:after {
    position: absolute;
    content: "|";
    right: -3px;
}

.page-top-section .page-info .page-links span {
    margin-right: 0;
    padding-right: 0;
    color: #2be6ab;
}

.page-top-section .page-info .page-links span:after {
    display: none;
}


/*------------------------
	Features Section
--------------------------*/

.features .icon-box .icon {
    color: #2be6ab;
    margin-top: -10px;
}

.features .icon-box:last-child {
    margin-bottom: 0;
}

.features .icon-box {
    margin-bottom: 90px;
}


/*------------------------
	Services Card Section
--------------------------*/

.sv-card .card-img {
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 260px;
}

.sv-card .card-img img {
    min-width: 100%;
}

.sv-card .card-img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #2be6ab;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sv-card:hover .card-img:after {
    opacity: 0.8;
}

.sv-card .card-text {
    padding: 70px 45px;
    padding-right: 15px;
    background: #f5f9f8;
}

.sv-card .card-text h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 28px;
}

.sv-card .card-text p {
    font-size: 15px;
}


/*------------------------
	Newsletter Section
--------------------------*/

.newsletter-section {
    background: #2be6ab;
}

.newsletter-section h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 400;
}

/* Newsletter form */

.nl-form {
    padding-top: 5px;
    text-align: right;
}

.nl-form input[type="text"] {
    border: none;
    padding: 15px 30px;
    height: 51px;
    float: left;
    margin-right: 30px;
    width: calc(100% - 211px);
    background: #19cc93;
    color: #fff;
}

.nl-form input[type="text"]:focus,
.nl-form input[type="text"]:hover {
    outline: none;
}

.nl-form ::-webkit-input-placeholder {
    color: #fff;
}

.nl-form :-ms-input-placeholder {
    color: #fff;
}

.nl-form ::-ms-input-placeholder {
    color: #fff;
}

.nl-form ::placeholder {
    color: #fff;
}

.nl-form :-ms-input-placeholder {
    color: #fff;
}

.nl-form ::-ms-input-placeholder {
    color: #fff;
}


/*------------------------
	Blog Page
--------------------------*/

.post-item {
    margin-bottom: 90px;
}

.post-thumbnail img {
    max-height: 412px;
    height: 412px;
	width: 100%;
	object-fit: cover;
}
.blog-banner-img img {
	width: 100%;
    object-fit: cover;
}

.post-thumbnail {
    position: relative;
    overflow: hidden;
    /*    margin-bottom: 60px;*/
}

.post-thumbnail .post-date {
    position: absolute;
    width: 90px;
    height: 90px;
    background: #6a23b5;
    top: 17px;
    left: 17px;
    text-align: center;
    padding-top: 15px;
}

.post-thumbnail .post-date h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
}

.post-thumbnail .post-date h3 {
    font-size: 15px;
    color: #2be6ab;
    font-weight: 400;
}

.post-title:after {
    position: absolute;
    content: "";
    width: 27%;
    height: 5px;
    left: 41px;
    top: 72px;
    background: #009f2f;
    border-radius: 10px;
}

.post-title {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.post-thumbnail:hover .post-meta {
    opacity: 1;
}

.post-details li {
    margin: 0px 8px;
}

.post-details {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.mt4 {
    margin-top: 40px;
}

.mb-4 {
    margin-bottom: 20px;
}

.post-meta:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 0;
    border-style: solid;
    border-width: 0 0 412px 80px;
    border-color: transparent transparent #ffffff transparent;
}

.sidebar-post {
    border: 1px solid #eaeaea;
    padding: 20px 20px;
    box-shadow: 0px 0px 2px 0px #ccc;
}

.post-meta {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    padding: 135px;
    background: #0000008c;
    opacity: 0;
    transition: opacity 0.2s linear 0s;
}

.meta {
    margin: 12px 0px;
}

.post-item1 .col-md-6 {
    padding: 0px;
}

.post-meta a {
    color: #fff;
    font-size: 15px;
    /*    padding-left: 20px;*/
    position: relative;
    margin-left: 10px;
}

.post-meta i {
    color: #fff;
    font-size: 15px;
    /*    padding-left: 20px;*/
    position: relative;
    margin-left: 10px;
}

/*
.post-meta a:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    left: 0;
    top: 3px;
    background: #2be6ab;
    border-radius: 10px;
}
*/

.post-meta a:first-child {
    margin-left: 0;
}

.read-more {
    font-family: 'Montserrat', sans-serif;
    /*    font-family: "Oswald", sans-serif;*/
    font-size: 16px;
    color: #009f2f;
    position: relative;
    display: inline-block;
    clear: both;
    padding-bottom: 5px;
    margin-top: 40px;
    float: right
}

.read-more:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #009f2f;
    border-radius: 10px;
}

.page-pagination a {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    /*    font-family: "Oswald", sans-serif;*/
    font-size: 16px;
    color: #0b1033;
    padding: 6px 10px;
    margin-right: 5px;
}

.page-pagination a.active {
    background: #2be6ab;
}

/* Sidebar */

.widget-item {
    margin-bottom: 60px;
    overflow: hidden;
}

.widget-item .widget-title {
    font-size: 18px;
    margin-bottom: 45px;
}

.widget-item ul {
    list-style: none;
}

.widget-item ul li a {
    color: #6c6e7e;
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
}

.widget-item ul li a:hover {
    color: #2be6ab;
}

.widget-item ul li:last-child a {
    margin-bottom: 0;
}

.widget-item ul.instagram {
    margin-left: -5px;
    margin-right: -5px;
}

.widget-item ul.instagram li {
    width: 33.33%;
    float: left;
    padding: 5px;
}

.widget-item ul.instagram li img {
    min-width: 100%;
}

.widget-item ul.tag li {
    display: inline-block;
    background: #2be6ab;
    padding: 10px 24px;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

.widget-item ul.tag li a {
    color: #6a23b5;
    margin-bottom: 0;
}

.widget-item .quote .quotation {
    display: block;
    color: #2be6ab;
    font-size: 60px;
    line-height: normal;
    margin-bottom: -20px;
}

.search-form {
    position: relative;
}

.search-form input[type="text"] {
    width: 100%;
    border: none;
    background: #2be6ab;
    padding: 15px 20px;
}

.search-form input[type="text"]:focus,
.search-form input[type="text"]:hover {
    outline: none;
}

.search-form .search-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    right: 0;
    top: 0;
    border: 0;
    background: #6a23b5;
    color: #2be6ab;
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
    outline: none;
}


/*------------------------
	Single Post
--------------------------*/

.single-post .post-content {
    margin-bottom: 90px;
}

.single-post .post-content p {
    margin-bottom: 40px;
}

.single-post .author {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 100px;
}

.single-post .author .avatar {
    margin-right: 40px;
}

.single-post .author .avatar img {
    min-width: 117px;
}

.single-post .author .author-info h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.single-post .author .author-info h2 span {
    color: #8e8f9b;
}

/* Comments css*/

.comments h2,
.comment-from h2 {
    font-size: 18px;
    margin-bottom: 70px;
}

.comment-body {
    font-size: 13px;
    background: #eee;
    padding: 10px 20px;
    width: 50%;
    margin: 10px 0px;
}

.comment {
    list-style-type: none;
}

#respond .form-submit input {
    background: #009e2f;
    border: none;
    padding: 8px 10px;
    color: white;
    margin-left: 4px;
    -webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    -moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
}

#respond .form-submit {
    margin-top: 50px;
    /*    background: #eee;*/
}

#respond .comment-form-comment label {
    background: #eee;
    -webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    -moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    color: #555;
    display: inline-block;
    font-size: 13px;
    left: 4px;
    min-width: 90px;
    padding: 12px 22px;
    position: relative;
    z-index: 1;
    top: 20px;
}

#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-age label {
    background: #eee;
    -webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    -moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    color: #555;
    display: inline-block;
    font-size: 13px;
    left: 3px;
    min-width: 112px;
    padding: 12px 22px;
    position: relative;
    top: 40px;
    z-index: 1;
    border: none;
}

#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input,
#respond .comment-form-age input,
#respond .comment-form-comment textarea {
    background: #eee;
    -webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    -moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    color: #555;
    display: inline-block;
    font-size: 13px;
    left: 4px;
    width: 50%;
    height: 48px;
    /*    min-width: 60px;*/
    padding: 12px 22px;
    position: relative;
    top: 40px;
    border: none;
    z-index: 1;
}

.comment-list {
    list-style: none;
    /*    margin-bottom: 90px;*/
}

.comment-list li {
    margin-bottom: 60px;
}

.comment-list li .avatar {
    /*    width: calc(100% - (100% - 80px));*/
    float: left;
    margin-right: 40px;
}

.comment-list li .commetn-text h3 {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    font-weight: 600;
}

/* Contact page Map */

.map {
    height: 450px;
}


/*------------------------
	Elements
--------------------------*/

.element {
    margin-bottom: 90px;
}

.element h4 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 70px;
}

/*===  Progress Bar Element ===*/

.single-progress-item {
    margin-bottom: 15px;
    position: relative;
}

.single-progress-item p {
    /*    font-family: "Oswald", sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    color: #333;
    margin-bottom: 12px;
    font-weight: 500;
}

.progress-bar-style {
    display: block;
    height: 5px;
    position: relative;
    width: 100%;
    background: #f4f8fc;
}

.bar-inner {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #2be6ab;
}

.bar-inner span {
    position: absolute;
    right: 0;
    font-weight: bold;
    top: -35px;
    font-family: 'Montserrat', sans-serif;
    /*    font-family: "Oswald", sans-serif;*/
    color: #333;
    font-weight: 500;
}

/*===  Accordions Element ===*/

.site-accordions {
    margin-top: 40px;
}

.site-accordions .panel {
    margin-bottom: 24px;
}

.site-accordions .panel-heading {
    background: #6a23b5;
    color: #fff;
    position: relative;
    padding: 16px 50px;
    border: none;
    border-radius: 0;
}

.site-accordions .panel-heading .panel-title {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    margin: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.site-accordions .panel-heading a {
    position: absolute;
    display: block;
    height: 100%;
    width: 48px;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.site-accordions .panel-heading a:after {
    position: absolute;
    content: "+";
    color: #fff;
    left: 20px;
    font-size: 15px;
    padding-top: 15px;
}

.site-accordions .panel.active .panel-heading {
    background: #2be6ab;
    color: #6a23b5;
}

.site-accordions .panel.active .panel-heading a {
    background: #6a23b5;
}

.site-accordions .panel.active .panel-heading a:after {
    content: "-";
    color: #2be6ab;
    left: 23px;
    padding-top: 13px;
}

/*===  Progress Circle Element ===*/

.circle-progress {
    text-align: center;
    position: relative;
}

.circle-progress canvas {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.circle-progress .progress-info {
    position: absolute;
    width: 100%;
    top: 30%;
}

.circle-progress .progress-info p {
    font-family: 'Montserrat', sans-serif;
    color: #7c8d93;
    font-size: 14px;
    font-weight: 600;
}

/*===  Facts Element ===*/

.facts .fact {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.facts .fact .icon {
    margin-right: 20px;
    color: #6a23b5;
    font-size: 45px;
    padding-top: 10px;
}

.facts .fact .fact-text h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 72px;
    color: #2be6ab;
    font-weight: 600;
    margin-bottom: 5px;
}

.facts .fact .fact-text h3 {
    font-size: 16px;
    font-weight: 500;
}



/* ===========================
	Responsive
==============================*/

/* Desktop :768px. */

@media only screen and (min-width: 1550px) {
    #testimonial-slide .owl-dots {
        right: -100px;
    }
    .test-overlay {
        width: 500px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1549px) {
    #testimonial-slide .owl-dots {
        right: -40px;
    }
    .test-overlay {
        width: 400px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
    #testimonial-slide .owl-dots {
        right: -25px;
    }
}

@media only screen and (max-width: 1254px) {
    #testimonial-slide .owl-dots {
        top: 95%;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        left: 50%;
        margin-left: -4px;
    }
}


/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .test-overlay {
        display: none;
    }
    #testimonial-slide .owl-dots {
        top: 95%;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        left: 50%;
        margin-left: -4px;
    }
    .card-section {
        padding-bottom: 0;
    }
    .lab-card {
        margin-bottom: 80px;
    }
    .promotion-section .promo-btn-area {
        text-align: left;
    }
    .contact-section::after {
        width: 100%;
        right: 0;
    }
    .contact-info {
        margin-bottom: 95px;
    }
    .col-push {
        left: 0;
    }
    .col-pull {
        right: 0;
    }
    .sv-card {
        margin-bottom: 30px;
    }
    .newsletter-section h2 {
        margin-bottom: 30px;
    }
    .circle-progress {
        margin-bottom: 40px;
    }
    .icon-box {
        margin-bottom: 30px;
    }
    .facts .fact {
        margin-bottom: 40px;
    }
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
    .header-section .logo {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header-section .menu {
        display: none;
        float: none;
        clear: both;
        border-top: 1px solid #ddd;
    }
    .header-section .menu li {
        display: inline;
    }
    .header-section .menu li a {
        display: block;
        padding: 10px;
        margin-right: 0;
        margin-top: 0px;
    }
    .header-section .menu li a:after {
        left: 0%;
    }
    .header-section .menu li a:hover:after {
        width: 10px;
        margin-left: 10px;
    }
    .header-section .menu .current a:after {
        margin-left: 10px;
    }
    .responsive {
        display: block;
        color: #333;
        font-size: 34px;
        position: absolute;
        right: 30px;
        padding-top: 10px;
    }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        width: 50px;
    }
    .hero-content img {
        max-width: 280px;
    }
    .test-overlay {
        display: none;
    }
    #testimonial-slide .owl-dots {
        top: 86%;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        left: 50%;
        margin-left: -4px;
    }
    .card-section {
        padding-bottom: 0;
    }
    .lab-card {
        margin-bottom: 20px;
    }
    .testimonial-section {
        padding-top: 160px;
    }
    .member {
        margin-bottom: 60px;
    }
    .promotion-section .promo-btn-area {
        text-align: left;
    }
    .contact-section::after {
        width: 100%;
        right: 0;
    }
    .contact-info {
        margin-bottom: 95px;
    }
    .col-push {
        left: 0;
    }
    .col-pull {
        right: 0;
    }
    .devices {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .sv-card {
        margin-bottom: 30px;
    }
    .newsletter-section h2 {
        margin-bottom: 30px;
    }
    .nl-form {
        text-align: center;
    }
    .nl-form input[type="text"] {
        margin-bottom: 30px;
        width: 100%;
    }
    .circle-progress {
        margin-bottom: 40px;
    }
    .page-pagination,
    .blog-posts {
        margin-bottom: 90px;
    }
    .buttons button {
        margin-bottom: 20px;
    }
    .icon-box {
        margin-bottom: 30px;
    }
    .facts .fact {
        margin-bottom: 40px;
    }
}

/* small mobile :320px. */

@media only screen and (max-width: 479px) {
    .header-section {
        padding: 0px 0px;
        position: relative;
        /*        top: -14px;*/
    }
    .yui-calendar {
        width: 290px!important;
        height: 400px!important;
    }
    .blog-banner-img img {
        height: auto!important;
        width: 100%!important;
    }
    .post-details {
        display: block;
    }
    .doc-title {
        width: 100%!important;
        font-size: 24px;
    }
    .documents-page {
        /*        padding: 0px 20px;*/
    }
    #listcal2 div {
        width: 200px!important;
        padding: 10px 20px;
    }
    #calarea_1 {
        display: block!important;
    }

    #calarea_2 {
        display: block!important;
    }
    #calarea_3 {
        display: block!important;
    }
    #calarea_4 {
        display: block!important;
    }
    .hero-content {
        display: none;
    }
    .header-section .menu .sub-menu {
        left: 20px;
        right: 0px;
    }
    .menu-area1 {
        float: left;
    }
    .finduserexist {
        padding: 20px 0px 20px 0px!important; 
    }
    .finduserexist h3 {
        text-align: left!important;
        margin-top: 0px!important;
        margin-bottom: 10px;
    }
    .intro-video {
        margin-top: -30px;
    }
    .thankspage {
        padding: 75px 0px!important;
    }
    .info-company {
        margin-left: 0px!important;
    }
    .thanks {
        color: #ff6e40;
        font-size: 25px!important;
        text-align: center;
        font-weight: 600;
        text-shadow: 0px 5px 6px #ccc;
        margin: 15px!important;
    }
    .updatedprof {
        font-size: 25px!important;
    }
    .middle {
        height: auto!important;
    }
    .fields-grid h2.rad-title {
        width: 100%!important;
    }
    .tab-content {
        padding: 0px!important;
    }
    .post-thumbnail .post-date {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }
    .single-post .author .avatar {
        margin-right: 20px;
    }
    .single-post .author .avatar img {
        min-width: 60px;
    }
    .buttons button {
        margin-bottom: 20px;
    }
    .top-bar {
        /*    background: #f3f3f3;*/
        padding: 0px 30px!important;
    }
    .social-icon {
        float: left!important;
    }
    .nav-head {
        display: block!important;
    }
    .main-nav {
        padding: 0px 2px!important;
    }
    .main-footer .col-sm-12 {
        margin-top: 20px;
    }
    .img-footer {
        display: none;
    }
    .newletter {
        max-width: auto!important;
        margin-left: 0px!important;
    }
    .footer-links {
        margin-left: 0px!important;
    }
    .footer-section h2 {
        text-align: center!important;
        float: none!important;
    }
    .service-point {
        display: block!important;
    }
    .service-point li {
        margin: 0px 0px!important;
        font-size: 16px!important;
        font-weight: bold!important;
        line-height: 30px!important;
    }
    .service-point li:before {
        background-size: contain!important;
        width: 30px!important;
        height: 30px!important;
    }
    .features-li li {
        font-size: 15px!important;
        padding: 5px 0px!important;
        margin-left: 0px!important;
    }
    .feature-btn {
        margin-top: 10%!important;
    }
    .features-corpo li {
        font-size: 15px!important;
        padding: 5px 0px!important;
        margin-left: 0px!important;
    }

    .header-info {
        display: inline-block;
    }
    .post-thumbnail img {
        height: auto!important;
    }
    .post-meta {
        padding: 35px;
    }
    .post-content {
        padding: 40px 15px!important;
    }
    .post-title:after {
        top: 95px;
        left: 15px;
    }
    .read-more {
        float: none;
    }
    .rectangle:after {
        border-width: 0 0 207px 50px!important;
        width: 49px!important;
    }
    .service-hero-section {
        background-position: -170px!important;
    }
    .post-meta:after {
        border-width: 0 0 207px 50px!important;
        width: 49px!important;
    }

}

.nav-head {
    display: flex;
}

.img-footer img {
    max-width: 90%;
}

.img-footer {
    position: absolute;
    right: 31%;
    top: -130px;
}

.footer-logo {
    display: block;
    margin: auto;
    width: 134px;
}

.lab-card:hover {
    transform: scale(1.02);
    z-index: 999;
}

.banner-txt {
    font-size: 55px;
    color: white;
    font-style: italic;
    font-weight: 700;
    text-shadow: 0px 3px 10px #383838;
    text-align: center;
    line-height: 66px;
}

.s-icons {
    display: flex;
    list-style-type: none;
    padding: 10px 0px;

}

.s-icons li {
    margin: 0px 10px;
}

.welcome {
    float: left;
    padding: 10px 0px;
}

.top-bar {
    background: #f3f3f3;
    /*    padding: 0px 80px;*/
}

.main-nav {
    /*    padding: 0px 50px;*/
    /*    box-shadow: 2px 1px 1px 0px #ccc;*/
}

.sound {
    font-size: 20px;
    color: white;
}

.wellness-define p {
    margin: 0px 0px 0px 10px;
    font-size: 20px;
    color: white;
}

.about-content p {
    text-align: justify!important;
    line-height: 25px;
}

.spad1 {
    padding: 40px 0px;
}

.work-section .col-md-4 {
    padding: 0px!important;
}

.work-section {
    background: url(/wp-content/themes/wellness-coach-india/img/runner.png);
    background-position: center;
    background-size: cover;
}

.faq-section {
    background: url(/wp-content/themes/wellness-coach-india/img/faq-bg.png);
    background-position: center;
    height: 300px;
    background-size: cover;
}

.feature-section {
    background: url(/wp-content/themes/wellness-coach-india/img/feature-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.info p {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}

.contact_page .info p {
    font-size: 19px;
    font-weight: 600;
    line-height: 25px;
}

.h-info p {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.info i {
    font-size: 28px;
    color: #009e2f;
    margin: 0px 10px;
    float: left;
    width: 35px;
}

.header-info {
    margin-top: 15px;
    margin-left: 0px;
    /*    float: left;*/
}

.h-info {
    float: left;
}

.header-info .h-info i {
    font-size: 18px;
    color: #009e2f;
    margin: 5px 5px;
    float: left;
    border: 1px solid #ccc;
    height: 32px;
    width: 32px;
    border-radius: 30px;
    line-height: 34px;
    padding-left: 10px;
}


.info {
    display: flex;
    margin: 10px 0px;
}

.h-info {
    display: flex;
    margin: 10px 0px;
}

.info-company {
    margin-left: -50px;
}
@media screen and (min-width:780px) {
    .footer-links {
    margin-left: -77px!important;
        }
    }
.info-company h3,
p {
    text-align: left;
}

.info-company li {
    list-style-type: none;
}

#menu-footer-menu li a {
    color: gray;
}

#menu-footer-menu li a:hover {
    color: #009e2f;
}

#menu-footer-menu li {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    display: block;
}

#menu-footer-menu {
    list-style-type: none;
    margin-top: 30px;
}

.footer-links {
    margin-left: -45px;
}

.footer-links h3 {
    text-align: left;
}

.es_widget_form input {
    background: #e0e0e0;
    border: none;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 0px 10px;
    font-weight: bold;
    margin: 5px 0px;
}

.newletter h3 {
    margin-bottom: 5px;
}

.newletter {
    max-width: 330px;
    margin-left: 20px;
    float: right;
}

.newletter p {
    margin: 0px;
    line-height: 20px;
}

.es_submit_button {
    background: #009e2f!important;
    width: 36%!important;
    color: white;
}

.es_textbox {
    padding-bottom: 0px!important;
}

.title2 {
    color: white!important;
    text-transform: capitalize!important;
    text-align: center;
    border-bottom: 2px solid #149b47;
    width: 170px;
    margin: auto;
    line-height: 54px;
}

.contact-title {
    text-align: center!important;
    color: black!important;
}

.title-section {
    margin-top: 20px;
    margin-bottom: 60px;
}

.contact-head {
    margin-bottom: 30px;
}

.container1 {
    margin: auto 20px;
}

.gallery-img img:hover {
    transform: scale(1.02);
}

.gallery-img img {
    box-shadow: 0px 0px 5px 5px #ccc;
    transition: .2s ease;
}

.gallery-img {
    margin: 5px;
    border: 5px solid #dcdcdc;
}

/*
.section-title span {
    height: 3px;
    display: block;
    width: 12%;
    margin: auto;
    background: #009e2f;
    border-right: 1px white;
    content: '';
}
*/

.title3 {
    color: black!important;
    border-bottom: 2px solid #009f2f;
    text-align: center;
    width: 220px;
    margin: auto;
}

.gallery-title {
    color: black!important;
    border-bottom: 2px solid #009f2f;
    text-align: center;
    width: 150px;
    margin: auto;
}

.gallery-section {
    margin-bottom: 50px;
}

.feature-corporate {
    background: url("/wp-content/themes/wellness-coach-india/img/corpo-bg.png");
    /*    height: 300px;*/
}

.service-hero-section {
    background: url("/wp-content/themes/wellness-coach-india/img/service-bg.png");
    height: 300px;
    background-size: cover;
}

.blog-hero-section {
    background: url("/wp-content/themes/wellness-coach-india/img/blog-bg.png");
    height: 300px;
}

.blog-body {
    background: url("/wp-content/themes/wellness-coach-india/img/blog-body.png");
    /*    height: 300px;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.service-point li:before {
    display: block;
    content: "";
    width: 50px;
    height: 43px;
    background: transparent url('/wp-content/themes/wellness-coach-india/img/service-li.png') no-repeat;
    margin-right: 8px;
    left: 0;
    float: left;
}

.features-corpo li:nth-child(7):before {
    height: 60px;
}
.features-corpo li:before {
    display: block;
    content: "";
    width: 35px;
    height: 30px;
    background: transparent url(/wp-content/themes/wellness-coach-india/img/corpo-li.png) no-repeat;
    margin-right: 15px;
    float: left;
}

.features-li li:before {
    display: block;
    content: "";
    width: 35px;
    height: 30px;
    background: transparent url(/wp-content/themes/wellness-coach-india/img/feature-li.png) no-repeat;
    margin-right: 15px;
    float: left;
}

.service-point li {
    margin: 0px 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}

.service-point {
    display: flex;
    list-style-type: none;
}

.text-white {
    color: white;
}

.feature-title h2 {
    color: white;
    margin: 10px 0px;
}

.features-li li {
    color: white;
    font-size: 18px;
    padding: 5px 0px;
    margin-left: 30px;
}

.features-corpo li {
    color: black;
    font-size: 18px;
    padding: 5px 0px;
    margin-left: 30px;
}

.featuresli {
    list-style-type: none;
}

/*
.register-btn:after {
    display: block;
    content: "";
    width: 35px;
    height: 30px;
    background: transparent url(/wp-content/themes/wellness-coach-india/img/feature-li.png) no-repeat;
    margin-right: 15px;
    float: left;
}
*/

.register-btn {
    background: white;
    padding: 10px 17px;
    color: black;
    border-radius: 8px;
}

.feature-btn1 {
    width: 260px;
    margin: 50px auto;
    display: block;
}

.feature-btn1 a {
    background: #ffffff;
    border: 3px solid #fff;
    padding: 10px 5px;
    box-shadow: 0px 5px 3px 1px #ccc;
}

.register-btn img {
    background: green;
    padding: 10px 4px;
    margin-left: 7px;
    transform: rotate(0deg);
    margin-top: -2px;
    border-radius: 3px;
}

.feature-btn {
    margin-top: 50%;
}

.mt-4 {
    margin: 40px 0px;
}

.bloglist {
    background: white;
    box-shadow: 0px 0px 20px 2px #ccc;
    margin: 50px 0px 20px 0px;
    width: 100%;
    position: relative;
    display: inline-block;
}

.post-content {
    padding: 40px 40px;
}

.read-more svg {
    margin-left: 4px;
}

.rectangle {
    position: relative;
}

.rectangle:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 0;
    border-style: solid;
    border-width: 0 0 412px 80px;
    border-color: transparent transparent #ffffff transparent;
}

.individual-section {
    background: url("/wp-content/themes/wellness-coach-india/img/individual.png");
}

.text-center {
    text-align: center;
    padding: 3px;
}

text-white {
    color: white;
}

.tab-title .img-wc {
    display: none;
}

.current .tab-title .img-wc {
    display: block;
}

.current .tab-title .img-woc {
    display: none;
}

.current .tab-title img {
    border-radius: 0% 0% 150% 150%/0% 0% 25% 25%;
    border-bottom: 1px solid #009e2f;
    border-width: 5px;
}

.tab-title img {
    display: block;
    margin: auto;
    padding: 0px 0px 20px 0px;
}

.tab-head {
    margin: 30px 0px;
}

.tab-content.current {
    display: block;
}

.tab-content {
    background: white;
    padding: 20px 50px;
    display: none;
}

.tagline {
    font-weight: 500;
    padding: 5px 0px;
}


/* Individual booking Calender */

.yui-calendar {
    width: 400px;
    height: 400px!important;
}

#calarea_1 {
    display: flex;
}

#calarea_2 {
    display: flex;
}

#calarea_3 {
    display: flex;
}

#calarea_4 {
    display: flex;
}

#listcal1 div {
    background-color: #ff6e40;
    padding: 10px 0px;
    color: white;
    border-radius: 8px;
    width: auto;
    margin: 4px 7px;
    text-align: center;
}

#listcal2 div {
    background-color: #ff6e40;
    padding: 10px 0px;
    color: white;
    border-radius: 8px;
    width: auto;
    margin: 4px 7px;
    text-align: center;
}

#listcal3 div {
    background-color: #ff6e40;
    padding: 10px 0px;
    color: white;
    border-radius: 8px;
    width: auto;
    margin: 4px 7px;
    text-align: center;
}

#listcal4 div {
    background-color: #ff6e40;
    padding: 10px 0px;
    color: white;
    border-radius: 8px;
    width: auto;
    margin: 4px 7px;
    text-align: center;
}

#listcal1 {}

.tab-content h3.text-center {
    text-transform: uppercase;
    margin: 10px 0px;
    font-weight: 700;
}

.select-date {
    background-color: #009e2f;
    padding: 10px 20px;
    color: white;
    font-weight: 600;
    text-align: center;
}

.cpp_form {
    background: white;
    box-shadow: 0px 0px 1px 1px #ccc;
}

.form-in input[type="submit"] {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    background: #ff6e40;
    padding: 15px 50px;
    font-weight: 500;
    letter-spacing: 1px;
    min-width: 170px;
    text-align: center;
    border: none;
}

.form-in input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    ;
    /*	background: #f6edfb;*/
    padding: 10px 20px;
}

.form-in {
    padding: 20px 40px;
}

/* Individual booking Calender */

.pb-2 {
    padding-bottom: 20px;
}

.faqs h3 {
    display: none!important;
}

#wpsm_accordion_101 .wpsm_panel-heading {
    background-image: none!important;
}

#wpsm_accordion_101 .ac_open_cl_icon {
    background-image: none!important;
}

.slot-list li {
    margin: 20px 20px;
    padding: 15px 15px;
    background: #ff6e40;
    color: white;
    font-size: 15px;
    font-weight: 600;
}

.slot-list {
    list-style-type: none;
    display: flex;
    margin: auto;
    width: 85%;
}

.slot-after a {
    background: #009e2f;
    color: white;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 30px;
    text-transform: uppercase;
    display: block;
    margin: auto;
    width: 50%;
    text-align: center;
}
.fillprof {
    background: #009e2f;
    color: white;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 30px;
    text-transform: uppercase;
    display: block;
    margin: auto;
    width: 50%;
    text-align: center;
    border: 0;
}

.success-page {
    padding: 50px 0px;
}

.page-168 .doc-title {
/*    width: 41%;*/
}

.doc-title {
    text-transform: uppercase;
    margin-bottom: 20px;
/*    border-bottom: 2px solid #009e2f;*/
/*    width: 27%;*/
    margin: 20px auto;
}

.documents-page ul li {
    padding: 10px 0px;
    color: #6c6e7e;
}

.documents-page ul {
    list-style-type: none;
}

.bpost-content h3 {
    font-size: 16px;
}

/** Appointment Form**/

.register-left {
    background: #009688;
    height: 605px;
}

.form-section {
    background: url(./img/form-bg.jpg);
    background-size: cover;
    background-position: center center;
}

.register-in h3 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 70px;
    color: #fff;
    letter-spacing: 2px;
}

.form-page {
    background: #ffffffd4;
    padding: 8px;
}

.register-left p {
    margin: 2em 0;
    line-height: 1.8em;
    font-size: 1em;
    letter-spacing: 1px;
}

.register-right h1 {
    text-transform: uppercase;
    font-size: 2.2em;
    text-align: center;
    letter-spacing: 1px;
    word-spacing: 5px;
    color: #FFFFFF;
}

.link a {
    color: #FFFFFF;
    padding: .5em;
    font-size: 1.5em;
    border: 2px solid #0a7369;
}

.checkbox a {
    color: #4CAF50;
}

.link a:hover {
    color: #000;
    border: 2px solid #FFFFFF;
    background: none;
}

.register-form {
    margin-top: 25px;
    float: left;
    width: 50%;
}

.appointmentform {
    padding: 5em 0em 0em;
    background-color: #000;
}

h1 {
    text-align: center;
    font-size: 50px;
    margin: 50px 0px;
    color: #fff;
}

.copyright {
    text-align: center;
    margin: 25px 0px;
    color: #fff;
    font-size: 15px;
}

.register-form h4,
.address h4 {
    margin-bottom: 2em;
    color: #404040;
    margin: 0 0 2em 0;
    font-weight: 600;
}

.register input[type="text"],
.register input[type="email"],
.register input[type="password"],
.register input[type="tel"] {
    font-size: 1em;
    color: #8c8c8c;
    padding: 0.7em 1em;
    border: 0;
    width: 90%;
    border-bottom: 1px solid #fff;
    background: none;
    -webkit-appearance: none;
    outline: none;
}

input#datepicker {
    letter-spacing: 1px;
    font-size: .9em;
    background-color: transparent;
}

select#category1,
select#category2 {
    font-size: .9em;
    color: #fff;
    padding: 0.7em;
    border: 0;
    width: 100%;
    border: 1px solid #fff;
    background: none;
    outline: none;
    cursor: pointer;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.w3-agile1 ul li label {
    display: block;
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    padding: 0px 0px 0px 42px;
    color: #000;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    top: 4px;
}

.registerimg {
    width: 41%;
    float: left;
    margin-top: 7.2em;
}

.fields-grid input[type="checkbox"] {
    cursor: pointer;
    margin-right: 15px;
    margin-top: 30px;
}

.fields-grid textarea {
    /*    min-height: 100px;*/
    /*    resize: none;*/
    border: none;
    border-bottom: 1px solid #969696;
    width: 100%;
    background: transparent;
    color: #000;
    font-size: 1em;
    /*    padding: 10px;*/
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    height: 36px;
    overflow: hidden;
}

.fields-grid textarea:focus {
    outline: none;

}

input[type="tel"]:focus {
    border: none;
}

/*-- input-effect --*/

.textarea-grid {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
}

/*-- //input-effect --*/

.register-form input[type="submit"] {
    outline: none;
    background: #F44336;
    color: #fff;
    border: none;
    padding: .5em 1em;
    margin: 0em 0 0 0;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    font-size: 1em;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

.register-form input[type="submit"]:hover {
    background: #ffffff;
    color: #F44336;
}

.fields-grid input[type="text"] {
    width: 100%;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #969696;
    box-sizing: border-box;
    font-size: 15px;
    letter-spacing: 2px;
    color: #000;
    outline: none;
    padding: 0px;
    margin-bottom: 35px;
}

.fields-grid input[type="email"] {
    width: 100%;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #969696;
    box-sizing: border-box;
    font-size: 15px;
    letter-spacing: 2px;
    color: #000;
    outline: none;
    padding: 0px;
    margin-bottom: 35px;
}

.fields-grid h2.rad-title {
    width: 34%;
}

.rad-title1 {
    margin-top: 16px!important;
    margin-bottom: 17px!important;
}

.fields-grid h2 {
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;

}

.gender {
    width: 150px;
    margin: auto;
    display: inline-block;
}

.styled-input {
    color: #fff;
}

.middle {
    height: 55px;
}

.history-field {
    margin-left: -8px;
}

label.rating {
    font-size: 17px;
    color: #000;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}

ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
    color: green!important;
}

ul li .check {
    display: block;
    position: absolute;
    border: 2px solid #F44336;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 4px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.fields-grid input[type=radio]:checked ~ label {
    color: #F44336;
}

.fields-grid input[type=radio] ~ label {
    color: #000;
}

ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 9px;
    width: 9px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.fields-grid input[type=radio]:checked ~ .check::before {
    background: #F44336;
}

.grid-w3layouts1 ul li,
.grid-w3layouts2 ul li {
    color: #000;
    display: block;
    position: relative;
    height: 40px;
    float: left;
    width: 50%;
}

#ui-datepicker-div {
    background: #212121;
    position: absolute !important;
    z-index: 999 !important;
}

.copyright p {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.8em;
}

option {
    background-color: #000;
}

::-webkit-input-placeholder {
    color: #fff !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
}

:-ms-input-placeholder {
    color: #fff !important;
}

/** /Appointment Form**/

/* The container */

.containerr {
    /*    display: block;*/
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */

.containerr input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 84%;
}

/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #9a9a9a;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.containerr:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.containerr input:checked ~ .checkmark {
    background-color: transparent;
    border: 2px solid #ff6e40;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.containerr input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.containerr .checkmark:after {
    top: 2px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff6e40;
}

.gradient-button {
    margin: 10px;
    /* font-family: "Arial Black", Gadget, sans-serif; */
    font-size: 14px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    /* background-size: 200% auto; */
    color: #ff6e40;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    width: 170px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
    font-weight: 700;
}

.gradient-button:hover {
    background-image: linear-gradient(to right, #bbbbbb 0%, #ffffff 51%, #bbbbbb 100%);
}

.gradient-button-1 {
    background-image: linear-gradient(to right, #bbbbbb 0%, #ffffff 51%, #bbbbbb 100%);
    margin: 20px auto 55px auto;
    display: block;
    /*    height: 400px;*/
}

.gradient-button-1:hover {
    background-position: right center;
}

textarea::-webkit-input-placeholder {
    color: #000 !important;
    font-weight: 600;
}

input::-webkit-input-placeholder {
    color: #000 !important;
    font-weight: 600;
    letter-spacing:1px!important;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #000 !important;
    font-weight: 600;
    letter-spacing:1px!important;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000 !important;
    font-weight: 600;
    letter-spacing:1px!important;
}

input:-ms-input-placeholder {
    color: #000 !important;
    font-weight: 600;
    letter-spacing:1px!important;
}
/*
.response h1 {
    color: black;
}
.response h2 {
    text-align: center!important;
}
*/
.thankspage img{
    display: block;
    width: auto;
    margin: auto;
}
.thankspage {
    background: #ffffffd4;
    padding: 100px;
}
.updatedprof {
    color: #ff6e40;
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    text-shadow: 0px 5px 6px #ccc;
    margin: 5px;
}
.thanks {
    color: #ff6e40;
    font-size: 75px;
    text-align: center;
    font-weight: 600;
    text-shadow: 0px 5px 6px #ccc;
    margin: 30px;
}
.notfound {
    color: #ff6e40;
    /* margin: 15px; */
    font-size: 60px;
}
.readmore {
/*    background: #ff6e40;*/
    color: white;
/*    padding: 7px 20px;*/
/*    border-radius: 30px;    */
}
.linkworks {
    height: 40px;
}
.mywork-title h2 {
    text-align: center;
    margin-bottom: 60px;
/*    border: 2px solid #ccc;*/
}
.mywork-image img {
    width: 250px;
    height: auto;
    display: block;
    margin: auto;
}
.bg202, .bg204, .bg206{
    background: #31302e!important;
}
.bg202 h2, .bg204 h2, .bg206 h2{
    color: white!important;
}
.readmore:hover{
    color: white!important;
}
.lab-card {
    background: #b2b4b6;
}
.appContainer {
    margin-left: 40px;
/*    border-left: 1px solid #dedede;*/
}
h2.doc-title:after, h2.contact-title:after {
    content: '';
    width: 130px;
    height: 2px;
    background: #009e2f;
    color: white;
    bottom: 0;
    display: block;
    margin: 5px auto;
    left: 27px;
}
.help-section {
    background: #f3f3f3;
}
.first-half {
    border-right: 1px solid #ccc;
}
.finduserexist h3 {
    text-align: right;
    margin-top: 10px;
}
.finduserexist {
    padding: 40px 40px 20px 40px;
    background: white;
    margin-bottom: 40px;
}
.userexistbtn {
    background: #009e2f;
    color: white;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 30px;
    text-transform: uppercase;
    display: block;
/*    margin: auto;*/
    width: 50%;
    text-align: center;
    border: 0; 
}
.usernotpaid {
    margin: 50px 0px;
    padding: 50px 0px;
}
a.page-numbers {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
    padding: 5px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
}
span.page-numbers.current {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
    padding: 5px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #ff6e40;;
}
a.prev.page-numbers {
    background: #009e2f;
    color: white;
    padding: 5px 15px;
    text-transform: uppercase;
}
a.next.page-numbers {
    background: #009e2f;
    color: white;
    padding: 5px 15px;
    text-transform: uppercase;
}
.pagination {
    float: right;
    margin: 10px;
}
.banner-txt1 {
    font-size: 45px;
/*    color: white;*/
    font-style: italic;
    font-weight: 700;
/*    text-shadow: 0px 3px 10px #383838;*/
    text-align: center;
    line-height: 66px;
}
.corporateprgrm .features-corpo {
    margin-bottom: 30px;
}
.corporateprgrm .features-corpo li {
    font-size: 14px!important;
    margin-left: 2px;
}
.corporateprgrm .features-corpo li:nth-child(7):before{
    height: 26px!important;
}
.nav {
  width: 100%;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
/*  width: 100%;*/
  text-align: center;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  display: none;
}
.menu ul ul {
  left: 100%;
  top: 0;
}
.menu li {
  display: inline-block;
  position: relative;
  text-align: left;
}
.menu li:hover > ul {
  display: block;
}
.menu li li {
  display: block;
}
