@charset "utf-8";







/* CSS Document */







@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
 @import url('https://fonts.googleapis.com/css?family=Asap:400,400i,500,500i,600,600i,700,700i&display=swap');
 @import url('https://fonts.googleapis.com/css?family=Condiment&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	color: #757575;
	font-size: 14px;
	font-weight: 400;
}
a,  input {
	outline: none!important
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
button:hover {
	cursor: pointer;
}
a:focus,  a:hover,  button:focus,  * {
	text-decoration: none;
	outline: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a,  input[type='submit'],  button {
	transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	text-decoration: none;
}
a:hover,  input[type='submit']:hover,  buton:hover {
	transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0, 123, 255, .25);
}
button:focus {
	outline: 1px dotted;
	outline: 0px auto -webkit-focus-ring-color !important;
}
.form-control:focus {
	box-shadow: 0px 0px 0px #fff;
	border: 1px solid #d79b2e !important;
	transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}
.custom-header .nav-link {
	color: #333333 !important;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 15px !important;
}
.custom-header .navbar-brand {
	max-width: 180px;
}
.custom-header .navbar-nav li:last-child .nav-link {
	border: 1px solid #60ba62;
	border-radius: 30px;
	padding: 11px 20px !important;
}
section.home-banner {
	background-size: cover !important;
	margin-top: -150px;
}
.banner-text {
	padding-top: 254px;
	padding-bottom: 190px;
}
.banner-text h4 {
	font-family: 'Poppins', sans-serif;
	color: #433833;
	font-size: 28px;
	font-weight: 300; line-height: normal; width:78%;
}
.banner-text h4 span {
	font-family: 'Poppins', sans-serif;
	color: #433833;
	font-size: 60px;
}
.banner-text p {
	font-size: 17px;
	line-height: 30px;
	color: #757575;
	margin: 10px 0px 30px;
}
.learn-btn {
	min-width: 200px;
	background: #60ba62;
	text-align: center;
	color: #fff;
	font-size: 17px;
	min-height: 50px;
	border-radius: 3px;
	line-height: 30px;
	padding: 9px 0px 0px;
	display: table;
}
.learn-btn:hover {
	text-decoration: none;
	color: #fff;
}
header.custom-header {
	position: relative;
	z-index: 9;
}
.btn-read {
	background: #60ba62;
	text-align: center;
	color: #fff !important;
	display: table;
	font-size: 14px;
	padding: 10px 28px;
	margin-top: 28px;
	border-radius: 3px;
}
.btn-read:hover {
	text-decoration: none;
	color: #fff;
}
.abt_sec {
	background-repeat: no-repeat !important;
	background-position: -2% 10%!important;
}
.title-sec h6 {
	color: #7209a2;
	font-family: 'Covered By Your Grace', cursive;
	font-size: 22px;
}
.title-sec h4 {
	color: #433833;
	font-size: 36px;
	font-weight: 400;
	text-transform: capitalize;
}
.ques-sec {
	margin-top: 30px;
}
.ques-sec p {
	color: #757575;
	font-size: 14px;
	line-height: 20px;
}
.read-more-sec {
}
.read-more-sec p {
	color: #433833;
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
	margin: 20px 0px;
}
.read-more-sec img.rounded-circle {
	width: 170px;
	height: 161px;
    object-fit:cover;
}

.abt_sec.adjust.repeat-sec .read-more-sec img.rounded-circle{ height:147px;}


.read-more-sec a {
	color: #7209a2;
	font-size: 14px;
	font-weight: 500;
}
.read-more-sec a img {
	margin-left: 10px;
}
.read-more-sec a:hover {
	text-decoration: none;
	color: #60ba62;
}
.read-more-sec {
	margin: 43px 20px 40px;
}
.bordr-side {
	margin-top: 30px;
}
.bg-pad {
	padding: 90px 0px 30px;
}
.container.my-cont .col-md-4.offset-3.pr-0 {
	border-right: 1px solid #eee;
}
.bordr-btm {
	position: relative
}
.container.my-cont:before {
	content: "";
	background: #eee;
	width: 42%;
	height: 1px;
	position: absolute;
	/* left: 0px; */



	top: 44%;
	right: 0;
}

.abt_sec.adjust .container.my-cont:before{top: 50%;}

.container.my-cont {
	max-width: 100%;
	width: 100%;
	position: relative;
}
.quote-sec {
	position: relative;
	background-size: cover !important;
	padding: 60px 0px;
	text-align: center
}
.overlay_div {
	background: rgba(111, 67, 36, 0.7);
	position: absolute;
	top: 0;
	background-position: 100%;
	width: 100%;
	height: 100%
}
.quote-sec p {
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
	position: relative;
	padding: 10px 43px;
	margin-top: 24px;
}
.quote-sec p:before {
	content: "";
	background: url(../images/quote.png) no-repeat;
	position: absolute;
	left: 0;
	width: 100%;
	height: 50px;
}
.quote-sec p:after {
	content: "";
	background: url(../images/quote2.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	background-position: 90%;
	width: 100%;
	height: 50px;
}
.quote-sec h5 {
	color: #fff;
	font-size: 18px;
}
.quote-sec a {
	color: #fff;
	font-size: 17px;
	display: table;
	margin: 0 auto;
	border: 1px solid #fff;
	padding: 11px 29px;
	margin-top: 26px;
	min-width: 150px;
}
.quote-sec a:hover {
	color: #fff;
	text-decoration: none;
}
.training-sec-div {
	background-size: cover !important;
	padding: 70px 0px 20px;
	background-position: 100% !important;
}
.training-sec {
}
.training-sec p {
	color: #60ba62;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid #60ba62;
	display: table;
	width: 100%;
	padding: 14px 15px;
	border-radius: 3px;
}
.training-sec p a:hover {
	text-decoration: none;
	color: #fff;
	background: #60ba62;
}
.training-sec p a {
	color: #60ba62;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid #60ba62;
	display: table;
	width: 100%;
	padding: 14px 15px;
	border-radius: 3px;
}
.title-sec h5 {
	color: #212121;
	font-size: 15px;
	margin-top: 20px;
}
.wid-90 {
	width: 90%;
}
.service-sec {
	position: relative;
	background-size: cover !important;
	background-position: 90% !important;
}
.title-right {
	color: #fff;
	margin-left: 30px;
}
.title-right {
	padding: 60px 0px 50px;
}
.title-right h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	margin: 12px 0px;
}
.title-right h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 30px;
}
.title-right p {
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
	padding: 15px 20px;
	border-radius: 3px;
}
.title-right p a {
	color: #fff;
	font-size: 16px;
}
.title-right p a:hover {
	text-decoration: none;
}
.service-sec:before {
	background: rgba(95, 185, 94, 0.5);
	content: "";
	position: absolute;
	width: 38%;
	height: 100%;
	right: 0;
}
section.blog-sec {
	padding: 60px 0px 0px;
}
.blog-sec img {
	width: 182px;
	height: 178px;
	object-fit: cover;
}
.blog-sec {
	background: #f7f7f7;
	margin-top: 25px;
	padding: 20px 20px 10px;
	border-radius: 3px;
	min-height: 230px;
}
.blog-sec h5 {
	color: #7209a2;
	font-size: 12px;
	font-weight: 500;
	margin: 10px 0px 14px;
}
.blog-sec h3 {
	color: #212121;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 16px;
}
.blog-sec p {
	color: #757575;
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
}
section.blog-div {
	padding: 60px 0px;
}
/*.insta-list ul {
	margin: 0;
	padding: 0;
}*/
.insta-list ul {
    margin: 0;
    padding: 0;
    float: left;
}
/*
.insta-list ul li {
	display: inline-table;
	width: 19.75%;
}
.insta-list ul li img {
	width: 100%;
}
*/
.insta-list ul li a {
}
.insta-list ul li .overlay-insta {
	position: relative;
}
.insta-list ul li .overly {
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
}
.insta-list ul li .overlay-insta .overly {
	opacity: 0
}
.insta-list ul li .overlay-insta:hover .overly {
	opacity: 1
}
.insta-title h5 {
	color: #7209a2;
	font-family: 'Covered By Your Grace', cursive;
	font-size: 22px;
	margin-bottom: 20px;
}
section.insta-div {
	padding: 20px 0px 0px;
}
.section-form {
	background: #7209a2;
	padding: 25px 0px 15px;
}
.subs-form label {
	font-family: 'Covered By Your Grace', cursive;
	font-size: 21px;
	color: #fff;
	line-height: 24px;
	font-weight: 300;
}
.subs-form .form-control {
	background:rgb(132, 44, 197);
	border: 0;
	min-height: 52px;
	border-radius: 3px;
	padding: 5px 15px;     color: #fff;
}
 .subs-form .form-control::-webkit-input-placeholder {



	/* Chrome/Opera/Safari */



	color: #fff;
}
 .subs-form .form-control::-moz-placeholder {



	/* Firefox 19+ */



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



	/* IE 10+ */



	color: #fff;
}
 .subs-form .form-control:-moz-placeholder {



	/* Firefox 18- */



	color: #fff;
}
.subs-form button {
	width: 100%;
	color: #fff2ea;
	background: transparent;
	border: 1px solid #fff;
	min-height: 48px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 3px;
}
.form_qyery .form-control {
	min-height: 52px;
	background: #f7f7f7;
	border: 0px;
}
.form_qyery button {
	background: #60ba62;
	color: #fff;
	border: 0px;
	padding: 10px 27px;
	border-radius: 3px;
}
.query-sec {
	position: relative
}
.query-sec:after {
	background: url(../images/footer-img.jpg) #61bb61;
	content: "";
	position: absolute;
	right: 0;
	width: 42%;
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
}
.bg-top {
	margin-top: 42px;
}
form.form_qyery {
	margin-top: 30px;
}
.info-text {
	position: relative;
	z-index: 99;
	display: table;
	margin: 0 auto;
	margin-top: 31px;
	margin-bottom: 33px;
	margin-right: 0;
}
.info-text img {
	display: table;
	margin: 0 auto;
	margin-bottom: 30px !important;
}
.info-addrss {
	display: table;
	margin: 0 auto;
	padding-left: 47px;
	margin-bottom: 20px;
	margin-top: 11px;
}
.info-addrss h6 {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	margin: 0;
}
.info-addrss p {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}
.info-addrss p a {
	color: #fff;
}
.blog-sec h3 a {
	color: #212121;
}
.info-text ul {
/*	margin-top: 30px;*/



}
.info-text ul li {
	display: table;
}
.info-text ul li a {
	display: table;
	width: 46px;
	background: #8dd78e;
	height: 46px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	padding-top: 8px;
}
.footer {
	background: #3e1a5a;
	text-align: center;
	padding: 15px 0px 15px;
}
.footer p {
	color: #d6c7e2;
	font-size: 14px;
	margin: 0;
}
.footer p a {
	color: #d6c7e2;
}
section.icon_float {
	position: fixed;
	right: 0px;
	z-index: 999;
	top: 150px;
}
section.icon_float .list_2 {
	margin: 0;
	padding: 0;
}
section.icon_float .list_2 li {
	padding: 0px;
	margin: 4px 0px;
}
section.icon_float .list_2 li:first-child a {
	background: #60ba62;
}
section.icon_float .list_2 li a {
	display: table;
	padding: 5px 9px;
	width: 46px;
	height: 46px;
	text-align: center;
	border-radius: 20px 0px 0px 20px;
	line-height: 32px;
	position: relative;
}
section.icon_float .list_2 li:last-child a {
	background: #51a5e5;
}
section.icon_float .list_2 li a div.no {
	line-height: 20px;
	width: 20px;
	height: 21px;
	background: #367eb6;
	position: absolute;
	right: 0;
	top: 4px;
	color: #fff;
	border-radius: 50%;
	font-size: 9px;
}
.slide-toggle {
	float: left;
}
.box-list {
	position: absolute;
	top: 0;
	border-radius: 20px 0px 0px 20px;
}
.box-list ul li {
	display: inline-table;
}
.box-list ul li a {
	width: 28px !important;
	height: 28px !important;
	background: #fa8134 !important;
	border-radius: 50% !important;
	padding: 0px !important;
	color: #fff;
}
.requestform {
	position: fixed;
	background: #928984;;
	right: -150px;
	z-index: 9;
	padding: 5px;
	width: 150px;
	height: 46px;
	text-align: center;
	line-height: 32px;
	transition: all 1s ease-in-out 0s;
	z-index: 99;
}
.requestform.open {
	right: 0%;
	transition: all 1s ease-in-out 0s;
}
#right-panel-link {
	position: absolute;
	top: 0%;
	left: -30%;
	background: #433834 none repeat scroll 0% 0%;
	z-index: 9999;
	color: #FFF;
	/* transform: rotate(-90deg); */



	cursor: pointer;
	padding: 6px 9px;
	width: 46px;
	height: 46px;
	text-align: center;
	border-radius: 20px 0px 0px 20px;
}
.share-link li {
	display: inline-table;
	padding: 2px 5px;
}
.share-link li a {
	background: #433834;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
}
.share-link li a:hover {
	background: #60ba62;
}
.custom-header .navbar-nav li a {
	position: relative;
	display: inline-block;
}
.custom-header .navbar-nav>li>a:hover::after,  .custom-header .navbar-nav>.active>a:after {
	content: '';
	position: absolute;
	width: 9px;
	height: 8px;
	border-radius: 50%;
	top: -25%;
	background: #60ba62;
	left: 46%;/*	    transition: all 1s ease-in-out 0s;*/



}
.custom-header .navbar-nav>li>a:hover::before,  .custom-header .navbar-nav>.active>a:before {
	content: '';
	position: absolute;
	top: -100%;
	left: 50%;
	height: 35px;
	right: 50%;
	border: 1px solid #60ba62;
	margin: 0 auto;
	transition: all 1s ease-in-out 0s;
}
.custom-header .navbar-nav>li:last-child a:after {
	display: none;
}
.custom-header .navbar-nav>li:last-child a:before {
	display: none;
}
section.home-banner {
	background-position: 90% !important;
}
.info-text ul li a:hover {
	background: #51a5e5;
}
section.sub-page-banner {
	background: #f3f3f3;
	border-top: 1px solid #9cec9e;
}
.section-tabcont .tab-pane.fade.show.active {
	opacity: 1;
}
.custom-header nav.navbar.navbar-expand-lg.navbar-light {
	margin-bottom: 0px;
}
.inner-page-head .navbar-brand img {
	width: 130px;
}
.banner-text-sub h3 {
	font-size: 55px;
	color: #60ba62;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
.banner-text-sub .breadcrumb {
	background-color: transparent;
	padding-left: 0px;
}
.banner-text-sub .breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #3e1a5a;
	content: ">";
}
.banner-text-sub li.breadcrumb-item {
	color: #3e1a5a;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.banner-text-sub li.breadcrumb-item a {
	color: #7209a2;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.banner-text-sub li.breadcrumb-item.active {
	color: #60ba62;
	;
}
.banner-text-sub {
	padding: 20px 0px 3px;
}
.contact_sec {
	padding: 66px 0px;
}
.form-title {
	text-align: center;
	margin-bottom: 45px;
}
.form-title h3 {
	color: #3e1a5a;
	font-family: 'Poppins', sans-serif;
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.form-title p {
	color: #565656;
	font-size: 18px;
	width: 90%;
	display: table;
	margin: 0 auto;
}
.form-contact form .form-control {
	background: #eee9e4;
	border: 0px;
	min-height: 61px;
	border-radius: 30px;
	padding: 15px 28px;
	margin-bottom: 26px;
}
 .form-contact form .form-control::-webkit-input-placeholder {



	/* Chrome/Opera/Safari */



	color: #888888;
}
 .form-contact form .form-control::-moz-placeholder {



	/* Firefox 19+ */



	color: #888888;
}
 .form-contact form .form-control:-ms-input-placeholder {



	/* IE 10+ */



	color: #888888;
}
 .form-contact form .form-control:-moz-placeholder {



	/* Firefox 18- */



	color: #888888;
}
.form-contact form textarea.form-control {
	resize: none;
}
.form-contact {
	margin-top: 58px;
}
.custom-control.overflow-checkbox .overflow-control-input {
	display: none;
}
.custom-control.overflow-checkbox .overflow-control-input:checked~.overflow-control-indicator::after {
	-webkit-transform: rotateZ(45deg) scale(1);
	transform: rotateZ(45deg) scale(1);
	top: -6px;
	left: 5px;
}
.custom-control.overflow-checkbox .overflow-control-input:checked~.overflow-control-indicator::before {
	opacity: 1;
}
.custom-control.overflow-checkbox .overflow-control-indicator {
	border-radius: 3px;
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 2px solid #000;
}
.custom-control.overflow-checkbox .overflow-control-indicator::after {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	transition: 0.3s;
	-webkit-transform: rotateZ(90deg) scale(0);
	transform: rotateZ(90deg) scale(0);
	width: 10px;
	border-bottom: 4px solid #b70b1b;
	border-right: 4px solid #b70b1b;
	border-radius: 3px;
	top: -2px;
	left: 2px;
}
.custom-control.overflow-checkbox .overflow-control-indicator::before {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	transition: 0.3s;
	width: 10px;
	border-right: 7px solid #fff;
	border-radius: 3px;
	-webkit-transform: rotateZ(45deg) scale(1);
	transform: rotateZ(45deg) scale(1);
	top: -4px;
	left: 5px;
	opacity: 0;
}
.form-contact span.overflow-control-description {
	font-size: 16px;
	color: #565656;
}
.form-contact label.custom-control.overflow-checkbox {
	margin-bottom: 15px;
}
.form-contact button {
	color: #fff;
	font-size: 18px;
	background: #60ba62;
	display: table;
	margin: 0 auto;
	border: 0px;
	padding: 17px 37px;
	border-radius: 30px;
	margin-top: 30px
}
.form-contact button:hover {
	cursor: pointer;
}
.contact-icon-sec {
	background: #7209a2;
	color: #fff;
	padding: 46px 0px 30px;
}
.icon-contact {
	text-align: center;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
}
.icon-contact p {
	margin-bottom: 10px;
}
.icon-contact p a {
	color: #fff;
}
.img-icon {
	margin-bottom: 17px;
}
.icon-contact p span {
	font-weight: 500;
}
.map-sec {
	margin-bottom: -6px;
}
.event-text {
}
.event-text h3 {
	color: #3e1a5a;
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	line-height: 30px;
}
.event-text h3 a {
	color: #3e1a5a;
}
.event-text h4 {
	color: #60ba62;
	font-size: 18px;
	margin: 14px 0px 13px;
	font-weight: 400;
	line-height: 24px;
}
.event-text p {
	color: #565656;
	font-size: 14px;
	line-height: 24px;
}
.event-div {
	margin-bottom: 40px;
}
.event-text {
	margin-top: 29px;
}
.event-text a {
	color: #7209a2;
	display: table;
	margin-top: 20px;
}
.event-text h3 a:hover {
	color: #60ba62;
	cursor: pointer;
}
section.evevt_sec {
	padding: 70px 0px 30px;
}
.evevt_details-sec {
	padding: 70px 0px 30px;
}
.evevt_details-sec img {
	margin: 50px 0px 20px;
}
.details-sec h3 {
	color: #7209a2;
	font-size: 36px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
}
.details-sec h5 {
	color: #60ba62;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.details-sec p {
	color: #565656;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	margin-top: 30px;
}
.reg-btn {
	background: #60ba62;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	border: 0;
	padding: 13px 34px;
	font-size: 24px;
	border-radius: 5px;
	margin-top: 26px;
}

.reg-btn:hover{color: #ffffff;}

.details-sec-sml {
	margin-top: 40px;
}
.gap20 {
	height: 20px;
}
.details-sec-sml h3 {
	color: #3e1a5a;
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin: 9px 0px 20px;
}
.details-sec-sml p {
	color: #565656;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 5px;
}
.map-gray iframe {
	filter: gray;
	/* IE6-9 */



	-webkit-filter: grayscale(99%);/* Chrome 19+ & Safari 6+ */



}
.map-gray {
	margin: 30px 0px;
}
.share-sec {
	margin-bottom: 30px;
}
.share-sec ul {
}
.share-sec ul li {
	display: inline-table;
	margin: 0px 5px 0px 0px;
}

.addtoany_shortcode{ display:inline-block;}

.share-sec span {
	color: #928884;
	font-size: 18px;
	font-weight: 600;     float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
}
.share-sec ul li a {
	display: table;
	background: #928884;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	padding-top: 6px;
}
.share-sec ul li a:hover {
	background: #61bb61;
}
.yoga_sec-bg {
	background-size: cover !important;
	padding: 90px 0px 90px;
}
.overlay-white {
	background: rgba(255, 255, 255, 0.8);
	padding: 43px 28px;
	border-radius: 10px;
}
.yoga-text {
}
.yoga-text p {
	color: #565656;
	font-size: 16px;
	line-height: 28px;
	width: 97%;
}
.service-org {
	background: #7209a2;
}
.service-org h4 {
	font-size: 55px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	padding: 20px 0px;
	margin-bottom: 20px;
}
.yoga-text h5 {
	color: #565656;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
}
.yoga-text h3 {
	color: #3e1a5a;
	font-size: 36px;
	font-weight: 300;
}
.yoga_sec-bg.two-row .overlay-white {
	padding: 43px 19px;
	min-height: 369px;
}
.yoga_sec-bg.two-row .overlay-white .yoga-text h3 {
	margin-bottom: 10px;
}
.sign-upbtn {
	margin: 0 auto;
	display: table;
	margin-top: 70px !important;
}
.testimonial_sec {
	background-size: cover !important;
	position: relative;     background-position: center !important;
}
.overlay_testi {
	background: rgba(80, 50, 98, 0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.client-say {
	padding: 76px 30px 105px;
	text-align: center;
	border-radius: 10px;
}
.client-say h3 {
	color: #fff;
	font-size: 36px;
	text-align: center;
	margin-bottom: 73px;
}
.client-text {
	background: rgba(255, 255, 255, 0.2);
	padding: 46px 30px;
	text-align: center;
	border-radius: 10px;
	min-height: inherit;
}
.client-text p {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-weight: 300;
}
.client-text h5 {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-weight: 600;
	font-style: italic;
}
.testimonial_sec .carousel-control-next-icon,  .testimonial_sec .carousel-control-prev-icon {
	background: rgba(0, 0, 0, 0.7) !important;
	border-radius: 50px;
	width: 50px!important;
	height: 50px;
	display: table;
	line-height: 48px;
	text-align: center;
}
.testimonial_sec .carousel-control-next,  .carousel-control-prev {
	width: auto;
}
.slide-mid {
	position: absolute;
	top: -45px;
	left: 48%;
	z-index: 99;
}
.testimonial_sec .carousel-control-prev {
	left: -90px;
}
.testimonial_sec .carousel-control-next {
	right: -90px;
}
.slide_say {
	position: relative;
}
.section-tabber {
	background: #3e1a5a;
	;
}
.section-tabber .nav-tabs .nav-item {
	margin-right: 25px;
}
.section-tabber .nav-tabs .nav-link {
	border: 0px;
	flex: initial;
	padding: 7px 4px 9px;
	font-size: 24px;
	margin-right: 44px;
	color: #fff;
	border-top: 3px solid #3e1a5a !important;
}
.section-tabber .nav-tabs .nav-item.show .nav-link,  .nav-tabs .nav-link.active {
	background: transparent;
	/*	border: 1px solid #fff !important;*/



	border: 0px;
	border-radius: 0px;
	border-top: 3px solid #fff !important;
}
.section-tabber .nav-tabs .nav-link:hover {
	background: transparent;
	border-top: 3px solid #fff !important;
	border: 0px;
	border-radius: 0px;
}
.tab-cont-1 {
	padding: 30px 0px;
}
.private_yoga-text h4 {
	color: #3e1a5a;
	font-size: 30px;
	font-weight: 400;
	margin: 15px 0px;
}
.private_yoga-text h6 {
	color: #3e1a5a;
	font-size: 20px;
	font-weight: 400;
}
.private_yoga-text h5 {
	color:#60ba62;
	font-size: 24px;
	font-weight: 400;
	margin: 20px 0px 25px;
}
.private_yoga-text h5 span {
	padding-left: 14px;
	border-left: 1px solid #60ba62;
	margin-left: 10px;
}
.private_yoga-text p {
	font-size: 16px;
	color: #565656;
	line-height: 28px;
	margin-bottom: 25px;
}
.img_2 {
	margin: 25px 0px;
}
.private_yoga-text p a {
	color: #3e1a5a;
	text-decoration: underline;
}
.book_sec {
	background-size: cover !important;
	padding: 90px 0px 0px;
	margin-top: 30px;
}
.text_book h4 {
	color: #7209a2;
	font-size: 36px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 36px;
}
.text_book button {
	background: #60ba62;
	color: #fff;
	font-size: 24px;
	border: 0;
	margin: 0 auto;
	display: table;
	padding: 10px 40px;
	border-radius: 6px;
	position: relative
}
.div-btn {
	position: relative;
	height: 132px;
}
.text_book button:hover {
	cursor: pointer
}
.div-btn:after {
	content: "";
	background: url(../images/btn-img.png) no-repeat;
	width: 250px;
	height: 123px;
	position: absolute;
	bottom: 0px;
	background-position: 12% 100%;
	right: 0;
}
header.custom-header.sticky {
	background: #fff !important;
	position: fixed !important;
	width: 100%;
	z-index: 999;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	box-shadow: 0px 1px 4px 1px #c7c3c3;
}
header.custom-header.inner-page-head.sticky .navbar-brand img {
	width: 100px !important;
}
header.custom-header.sticky .navbar-brand img {
	width: 100px !important;
}
.reg-btn:hover {
	cursor: pointer;
}
.sec-tab-bg {
	background-size: cover !important;
	padding: 70px 0px;
	margin-bottom: -30px;
	margin-top: 35px;
}
.bg-white-overlay {
	background: rgba(255, 255, 255, 0.8);
	padding: 30px 30px;
	border-radius: 10px;
}
.tab-white-cont h3 {
	color: #3e1a5a;
	font-size: 36px;
	font-weight: 300;
	line-height: 45px;
	margin-bottom: 21px;
}
.bg-white-overlay ul {
}
.bg-white-overlay ul li {
	background: url(../images/arrow-tick.png) no-repeat;
	padding-left: 45px;
	font-size: 18px;
	color: #313131;
	font-family: 'Asap', sans-serif;
	margin-bottom: 15px;
	font-weight: 400; line-height: 30px;
}
.tab-white-cont p {
	color: #313131;
	font-size: 18px;
	font-family: 'Asap', sans-serif;
	font-weight: 400;
}
.tab-white-cont p span {
	font-weight: 600;
}
.gap40 {
	height: 40px;
}


.sec-tab-bg-service {
	position: relative;
	background-size: cover !important;
	margin-bottom: -30px;
}
.section-tabber .nav-tabs {
	border-bottom: 0px solid #dee2e6;
}
.overlay-service {
	background: rgba(83, 57, 105, 0.7);
	position: absolute;
	width: 100%;
	height: 100%;
}
.icon-service {
}
.icon-img {
}
.icon-img img {
	width: 170px;
}
.icon-text_service {
	text-align: center;
	color: #fff;
	width: 90%;
	margin: 0 auto;
}
.icon-text_service h3 {
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin: 20px 0px;
}
.icon-text_service p {
	font-size: 21px;
	line-height: 30px;
	color: #ffffff;
	font-family: 'Asap', sans-serif;
	margin: 30px 0px 36px;
}
.icon-text_service h5 {
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
    background: #60ba62;
    padding: 5px;
    border-radius: 5px;
}
.icon-text_service h5 span {
	padding-left: 14px;
	border-left: 1.5px solid #fff;
	margin-left: 10px;
	display: inline-block;
}
.icon-img {
	display: table;
	margin: 0 auto;
}
.icon-text_service a {
	display: table;
	margin: 0 auto;
}
.icon-service {
	padding: 60px 0px;
}
section.meet_sec {
	padding: 70px 0px 60px;
}
.text-about p {
	color: #565656;
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
	font-weight: 300;
}
.video-sec {
	position: relative;
	background-size: cover !important;
}
.video-sec .overlay_div {
	background: rgba(115, 90, 42, 0.7);
}
.nadia-video {
	text-align: center;
	color: #fff;
	margin: 100px 0px;
}
.nadia-video h4 {
	font-size: 36px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
.nadia-video p {
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin: 20px 0px;
}
.nadia-video a {
	display: table;
	margin: 0 auto;
	padding: 30px 0px;
}
.text-about {
	width: 90%;
}
.abt-trainin {
	margin-left: 50px;
}
.abt-trainin .text-about {
	width: 100%;
}
.sec-half_green {
	background: #f1ece8;
	position: relative;
}
.sec-half_green:after {
	content: "";
	position: absolute;
	background: #60ba62;
	height: 100%;
	width: 40%;
	right: 0;
	top: 0;
	z-index: 1;
}
.health_sec h4 {
	color: #433833;
	font-size: 36px;
	line-height: 45px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
.health_sec p {
	color: #565656;
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
	font-weight: 300;
}
.health_sec p span {
	font-weight: 600;
}
.green-bg {
	color: #fff;
	background: #60ba62;
	padding: 64px 32px;
	position: relative;
	z-index: 10;
}
.green-bg h6 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}
.green-bg ul li {
	font-size: 15px;
	font-weight: 300;
	background: url(../images/bullet_1.png) no-repeat;
	padding-left: 24px;
	margin-bottom: 15px;
	background-position: 1% 26%;
}
.health_sec {
	margin-top: 65px;
}
.passion_sec {
	background-size: cover !important;
	position: relative;
	padding: 80px 0px 100px;
}
.overlay_1 {
	background: rgba(83, 57, 104, 0.7);
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.icon-list.icon-right {
	float: right;
}
.icon-list.icon-right ul li {
	font-size: 21px;
	color: #fff;
	font-family: 'Asap', sans-serif;
	background: url(../images/arrow-tick.png) no-repeat;
	background-position: 97%;
	padding-right: 58px;
	text-align: right;
	margin-bottom: 20px;
}
.icon-list.icon-left ul li {
	font-size: 21px;
	color: #fff;
	font-family: 'Asap', sans-serif;
	background: url(../images/arrow-tick.png) no-repeat;
	background-position: 3%;
	padding-left: 58px;
	text-align: left;
	margin-bottom: 20px;
}
.passion_sec .col-md-6:first-child {
	border-right: 2px solid #868894;
}
.passion_sec h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 36px;
	color: #fff;
	text-align: center;
	position: relative;
	margin-bottom: 55px;
}
.para-text p {
	color: #565656;
	font-size: 16px;
	line-height: 28px;
	font-family: 'Poppins', sans-serif;
}
.coach_sec1 {
	background-size: cover !important;
	padding: 70px 0px;
}
.text-gap {
	padding: 10px 20px 0px;
}
.ribbon-title {
	background: #60ba62;
}
.ribbon-title h4 {
	color: #fff;
	font-size: 36px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-align: center;
	padding: 20px 0px;
	margin-bottom: 0;
}
section.zigzag-sec {
	padding: 70px 0px 40px;
}
.img_zigzag img {
	border-radius: 50px;
}
.text-zigzag .para-text {
	margin-top: 15px;
}
.text-zigzag {
	margin-top: 23px;
}
.coach_sec1 .text-gap .title-sec {
	margin-bottom: 20px;
}
.text-zigzag .para-text {
	width: 95%;
}
.programme_sec {
	background-size: cover !important;
	position: relative;
	padding: 70px 0px;
}
.list-icon ul li {
	font-size: 21px;
	color: #fff;
	font-family: 'Asap', sans-serif;
	background: url(../images/green-right.png) no-repeat;
	background-position: 3% 0%;
	padding-left: 58px;
	text-align: left;
	margin-bottom: 20px;
}
.programme_sec h4 {
	font-size: 36px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	position: relative;
	font-weight: 300;
	margin-bottom: 50px;
}
.shape-img {
	display: table;
	margin: 0 auto;
	margin-top: 47px !important;
}
.prgrm-option h4 {
	font-family: 'Covered By Your Grace', cursive;
	color: #fff;
	font-size: 30px;
	font-size: 24px;
}
.prgrm-option ul {
	display: table;
	margin: 0 auto;
}
.prgrm-option ul li {
	display: inline-table;
	text-align: center;
	color: #fff;
	font-family: 'Covered By Your Grace', cursive;
	font-size: 24px;
	padding: 0px 25px;
	position: relative;
}
.prgrm-option ul li .circle-icon img {
	width: 145px;
}
.prgrm-option ul li .circle-icon h5 {
	font-size: 24px;
}
.prgrm-option ul li .circle-icon h5 a {
	font-size: 24px;
	color: #fff;
}
.prgrm-option ul li:first-child:after {
	background: url(../images/green-arrow.png) no-repeat;
	position: absolute;
	content: "";
	width: 100%;
	height: 69px;
	top: 0;
	margin-left: 27px;
}
.prgrm-option ul li:nth-child(2):after {
	background: url(../images/pink-arrow.png) no-repeat;
	position: absolute;
	content: "";
	width: 100%;
	height: 69px;
	top: 0;
	margin-left: 27px;
}
.prgrm-option {
	margin-top: 43px;
}
.form_qyery input[type='submit'] {
	text-decoration: none;
	background: #60ba62;
	color: #fff;
	border: 0px;
	padding: 10px 27px;
	border-radius: 3px;
}
.subs-form input[type='submit'] {
	width: 100%;
	color: #fff2ea;
	background: transparent;
	border: 1px solid #fff;
	min-height: 48px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 3px;
}
.blog-div {
	background:#f4f3f1;
	margin-bottom: 30px;
	padding: 28px 27px;
	border-radius: 10px;
}
.blog-sectn {
	padding: 50px 0px;
}
.tag-sec ul li {
	display: inline-table;
}
.tag-sec ul li a {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 19px;
	    background: #97c361;
	display: table;
	padding: 5px 21px;
	border-radius: 70px;
	margin-right: 1px;
	font-weight: 600;
	margin-bottom: 10px;
}
.tag-sec {
	margin-bottom: 25px;
}
.tag-sec ul li a:hover {
	background: #333333;
}
.blog-info h3 {
	color: #222426;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	margin-top: 14px;
	font-size: 30px;
}
.blog-info p {
	color: #565656;
	font-size: 19px;
	line-height: 30px;
}
.date-info li {
	font-family: 'Poppins', sans-serif;
	color: #565656;
	font-size: 18px;
	font-weight: 600;
	display: inline-table;
	padding: 0px 10px 0px 0px;
}
.date-info li span {
	color: #949494;
	font-size: 16px;
	font-weight: 400;
	border-right: 1.5px solid #d2d2d2;
	padding-right: 17px;
}
.video-utube {
	margin: 35px 30px 0px;
}
.blog-info h3 a {
	color: #222327;
}
.bullet-list li {
	color: #565656;
	font-size: 19px;
}
ul.bullet-list {
	margin-bottom: 20px;
}
.search_sec {
	background:#f4f3f1;
	padding: 23px 20px;
	border-radius: 10px;
}
.search_sec h3 {
	color: #222426;
	font-size: 36px;
	text-align: center;
	font-weight: 800;
}
.search_sec .form-control {
	background:#98a58b;
	color: #fff;
	border: 0px !important;
	min-height: 48px;
	border-radius: 30px 0px 0px 30px;
	padding: 10px 20px;
	text-transform: capitalize;
	z-index: 10;
	position: relative;
}
.btn-outline-secondary {
	min-height: 48px;
	background:#98a58b;
	color: #fff;
	border-radius: 0px 30px 30px 00px;
	border: 0px !important;
}
.search_sec .input-group{
	border: 2px solid #687655;
    border-radius: 25px;
}
/*.search_sec .input-group:before {
	content: "";
	border: 2px solid #687655;
	width: 99%;
	height: 53px;
	border-radius: 30px;
	top: -2px;
	position: absolute;
	left: -3px;
	z-index: 9;
}*/
.side-sec {
	background: #f4f3f1;
	margin-top: 25px;
	padding: 25px 24px 10px;
	border-radius: 10px;
}
.side-sec h3 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 22px;
	color: #433833;
}
.side-sec h3 a {
	color: #433833;
}
.side-sec img {
	border-radius: 10px;
	margin-bottom: 20px;
}
.side-sec p {
	color: #928884;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.category-sec {
	background: #f4f3f1;
	margin-top: 25px;
	padding: 25px 24px 25px;
	border-radius: 10px;
}
.category-sec h3 {
	color: #433833;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}
.category-sec ul li {
	padding: 3px 5px;
}
.category-sec ul li a {
	color: #928884;
	font-size: 21px;
}
.category-sec ul li a i {
	font-size: 8px;
	margin-right: 15px;
	vertical-align: middle;
}
.popular_post {
	background: #e3e6e8;
	padding: 25px 24px 25px;
	border-radius: 10px;
	margin-top: 25px;
}
.popular_post h3 {
	color: #222426;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}
.post-div {
	margin-top: 25px;
}
.post-div img {
}
.post-div h4 {
	font-size: 24px;
	color: #222426;
	font-weight: 700;
	margin: 10px 0px 15px;
}
.post-div h4 a {
	color: #222426;
	font-size: 24px;
}
.post-div ul li {
	font-family: 'Poppins', sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: 600;
	display: inline-table;
	padding: 0px 4px 0px 0px;
}
.post-div ul li span {
	color: #949494;
	border-left: 1.5px solid #d2d2d2;
	padding-left: 10px;
}
.achv-sec {
	background: #f4f3f1;
	padding: 25px 24px 25px;
	border-radius: 10px;
	margin-top: 25px;
}
.achv-sec h3 {
	color: #433833;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}
.achv-sec ul li {
	padding: 3px 5px;
}
.achv-sec ul li a {
	color: #928884;
	font-size: 21px;
}
.achv-sec ul li a i {
	font-size: 8px;
	margin-right: 15px;
	vertical-align: middle;
}
.follow_sec {
	background: #f4f3f1;
	padding: 35px 24px 5px;
	border-radius: 10px;
	margin-top: 25px;
}
.category-sec ul li a:hover {
	color: #60ba62;
}
.post-div h4 a:hover {
	color: #60ba62;
	cursor: pointer;
}
.achv-sec ul li a:hover {
	color: #000;
	cursor: pointer;
}
.blog-info h3 a:hover {
	color: #60ba62;
	cursor: pointer;
}
li.nav-item.dropdown.dmenu .dropdown-toggle::after {
	content: inherit;
	border: 0px;
	margin: 0;
}
.dropdown-menu.sm-menu {
	border: 0px;
	box-shadow: 0px 0px 1px 1px #eee;
}
.dropdown-menu.sm-menu a {
	color: #333333;
	font-size: 15px;
	padding: 7px 20px 6px;
	border-bottom: 1px solid #eee;
}
.dropdown-menu.sm-menu {
	padding: 0px;
	border-radius: 0px;
}
.dropdown-menu.sm-menu a:hover {
	background: #583771;
	color: #fff;
}
.list-green li {
	color: #565656;
	font-size: 19px;
	margin-bottom: 10px;
}
.list-green li i {
	color: #60ba62;
	font-size: 9px;
	vertical-align: middle;
	width: 15px;
}
.notes_div h6 {
	color: #565656;
	font-size: 14px;
	font-style: italic;
}
.notes_div h5 {
	color: #60ba62;
	font-size: 15px;
	margin: 25px 0px 20px;
}
.notes_div h5 span {
	color: #565656;
	font-weight: 700;
}
.notes_div {
	border-bottom: 1px solid #ded9d9;
	padding: 10px 0px;
}
.share-sec.blog-share li a {
	background: transparent;
	width: auto;
}
.share-sec.blog-share {
	margin-top: 22px;
	margin-bottom: 11px;
}
.share-sec.blog-share li a:hover {
	background: transparent;
	opacity: 0.7;
}
.shop-slider .img-fluid {
	width: 100%;
}
.shop-slider .carousel-caption {
	position: absolute;
	right: auto;
	bottom: 137px;
	left: auto;
	text-align: left;
}
.shop-slider .carousel-caption h3 {
	color: #fff;
	font-size: 72px;
	font-weight: 200;
	font-family: 'Poppins', sans-serif;
}
.shop-slider .carousel-caption h5 {
	color: #fff;
	font-size: 36px;
	font-weight: 200;
	font-family: 'Poppins', sans-serif;
}
.shop-slider .carousel-caption a {
	background: #60ba62;
	color: #fff;
	text-align: center;
	border: 0px;
	padding: 10px 27px;
	border-radius: 3px;
	font-size: 18px;
	width: 190px;
	margin: 20px 0px;
	display: table;
	font-family: 'Poppins', sans-serif;
}
.banner-text-sub.shop-brdcrb {
	padding: 0px 0px;
}
.banner-text-sub.shop-brdcrb .breadcrumb {
	padding-bottom: 0px;
}
.shop-heading {
	text-align: center;
}
.shop-heading p {
	color: #565656;
	font-size: 18px;
	line-height: 30px;
	margin-top: 15px;
}
section.shop-section {
	padding: 41px 0px;
}
.shop-slider .carousel-control-prev {
	left: auto;
	width: 15%;
}
.shop-info {
	margin-top: 31px;
}
.shop-text {
	margin-top: 5px;
}
.color_optn li {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: inline-block;
	margin: 10px 2px 0px 0px;
}
.shop-text h5 {
	font-size: 17px;
	line-height: 28px;
	margin: 10px 0px 15px;
	font-family: 'Poppins', sans-serif;
}
.shop-text h5 a {
	color: #3e1a5a
}
.shop-text h5 a:hover {
	color: #60ba62
}
p.star-rate {
	color: #ffb800;
	margin-bottom: 2px;
	font-size: 17px;
}
.shop-text h6 {
	color: #fa8134;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.add-bnr {
	position: relative;
	margin-top: 20px;
}
.add-bnr img {
}
.add_bnr-text {
	position: absolute;
	right: 20px;
	bottom: 60px;
	color: #fff;
}
.add_bnr-text h4 {
	font-family: 'Condiment', cursive;
	font-size: 30px;
	margin: 0;
	font-style: italic;
	font-weight: 200;
	text-align: right;
}
.add_bnr-text h3 {
	font-size: 72px;
	font-family: 'Poppins', sans-serif;
	line-height: 66px;
	text-align: right;
}
.add_bnr-text a {
	background: #60ba62;
	color: #fff;
	border: 0px;
	padding: 10px 37px;
	border-radius: 3px;
	font-size: 18px;
	float: right;
	margin-top: 10px;
	font-family: 'Poppins', sans-serif;
}
.ad_banner {
	padding: 30px 0px;
}
.spt_icon {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 23px 21px 5px;
}
.spt_icon h6 {
	color: #3e1a5a;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
}
.spt_icon p {
	color: #666666;
	font-size: 14px;
}
.support-sec {
	padding: 31px 0px 20px;
}
.listing-icn li {
	display: inline-table;
}
.listing-icn li a {
	width: 40px;
	height: 40px;
	border: 1px solid #adadad;
	display: table;
	border-radius: 50%;
	color: #838383;
	font-size: 18px;
	text-align: center;
	line-height: 32px;
	padding-top: 3px;
}
.listing-icn li a:hover {
	background: #fa8134;
	color: #fff;
	border: 1px solid #fa8134;
}
.listing-icn li.active a {
	background: #fa8134;
	color: #fff;
	border: 1px solid #fa8134;
}
.form_select label {
	color: #565656;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}
.form_select .form-control {
	width: 82%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-appearance: none;
	background: url(../images/arw-down.png) no-repeat;
	background-position: 97%;
}
.shop_img {
	min-height: 245px;
	border: 1px solid #eee;
	padding: 10px;
	position: relative;
}
.shop-section .shop-text h5 {
	font-size: 16px;
	color: #3e1a5a;
	line-height: 24px;
}
.offer-sec {
	background: #f4375a;
	position: absolute;
	right: 6px;
	color: #fff;
}
.offer-sec p {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0px;
	padding: 3px 7px 2px;
}
.offer-sec p span {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	display: table;
}
.shop-text h6 span {
	color: #afafaf;
	font-size: 14px;
	text-decoration: line-through;
}
.left_panel {
	border: 1px solid #eee;
	border-radius: 5px;
	margin-bottom: 20px;
}
.left_panel h3 {
	background: #7209a2;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 5px 5px 0px 0px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.left_panel ul li {
	padding: 0px 17px;
}
.left_panel ul li a {
	color: #565656;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	display: table;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 8px 0px 9px;
}
.left_panel ul li a i {
	color: #60ba62;
	font-size: 9px;
	vertical-align: middle;
	width: 20px;
}
.left_panel ul li a:hover {
	color: #3e1a5a;
}
.left_panel ul li a:hover i {
	color: #3e1a5a;
}
.left_panel ul li.active a {
	color: #3e1a5a;
}
.left_panel ul li.active a i {
	color: #3e1a5a;
}
.left_panel ul li:last-child a {
	border-bottom: 0px solid #eee;
}
.left_panel ul li a span {
/*	width: 15px;
	height: 15px;
	display: inline-table;
	border-radius: 50%;
	margin-right: 13px;
	vertical-align: middle;*/
}
.size_list li {
	display: inline-table;
	padding: 0px 5px !important;
	padding: 0px 5px 1px!important;
	position: relative;
}
.size_list li a {
	width: 45px !important;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #eee;
	text-align: center;
	margin: 5px 0px;
	padding: 10px 0px 0px !important;
	line-height: 23px;
}
ul.size_list {
	padding: 0px 9px;
}
.left_panel .size_list li.active a {
	color: #fff !important;
	background: #60ba62;
}
.shop_price h3 {
	color: #3e1a5a;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.left_panel .custom-control.overflow-checkbox .overflow-control-indicator {
	border: 2px solid #d8d8d8;
}
.left_panel label.custom-control.overflow-checkbox {
	color: #565656;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}
.left_panel .custom-controls-stacked {
	border-bottom: 1px solid #eee;
	padding: 10px 0px 0px;
}
.left_panel ul li:last-child .custom-controls-stacked {
	border-bottom: 0px solid #eee;
}
.list_shopdiv {
	border-bottom: 1px solid #eee;
	padding: 0px 0px 20px;
	margin-top: 24px;
}
.list_shopdiv .shop_img {
	min-height: auto;
}
span.chk-btn.check {
	color: #ffffff !important;
	background: #60ba62;
}
.chk-btn {
	width: 45px !important;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #eee;
	text-align: center;
	padding: 10px 0px 0px !important;
	line-height: 23px;
	display: table;
	background: #fff;
}
.size_list li label {
	margin-bottom: 0px;
}
.size_list li input[type=checkbox],  input[type=radio] {
	position: absolute;
	top: 18px;
	left: 21px;
	z-index: -9;
}
.product-img {
	border: 1px solid #eee;
}
.product-img-thumb ul li {
	display: inline-table;
}
.product-img-thumb ul li a {
	display: table;
}
.product-img-thumb ul li img {
	width: 77px;
	border: 1px solid #eee;
	margin: 10px 0px;
}
.product-img-info {
}
.product-img-info h3 {
	color: #3e1a5a;
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
.star-rate a {
	color: #2570e0;
	font-size: 14px;
	margin-left: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
.product-img-info .star-rate {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.product-img-thumb ul li a:hover img {
	border: 1px solid #fa8134;
}
.product-img-thumb ul li a.active img {
	border: 1px solid #fa8134;
}
.product-img-info h5 {
	color: #7209a2;
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-top: 18px;
	font-family: 'Poppins', sans-serif;
}
.product-img-info h5 span {
	color: #565656;
	font-size: 14px;
	display: table;
	font-weight: 300;
}
.color_optn1 .heading {
	color: #565656;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 2px;
}
.color_optn1 .heading span {
	color: #242121;
	font-weight: 600;
	margin-left: 5px;
}
.color_optn1 ul li a {
	width: 25px;
	height: 25px;
	display: table;
	border-radius: 50%;
	border: 2px solid transparent;
}
.color_optn1 ul li {
	display: inline-block;
	margin: 2px 1px
}
.color_optn1 ul li.active a {
	border: 2px solid #0D0D0D;
}
.color_optn1 {
	margin: 19px 0px 15px;
}
.size-list p {
	font-size: 14px;
	color: #565656;
	font-family: 'Poppins', sans-serif;
}
.product_info .row {
	margin-top: 8px;
}
.size-list p {
	margin-top: 10px;
}
.size-list .size_list li {
	padding: 0px 0px 1px!important;
}
.product_info {
}
.product_info p {
	color: #565656;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	margin-top: 9px;
}
.product_info .border-txt {
	font-family: 'Poppins', sans-serif;
	color: #565656;
	font-size: 14px;
	border: 2px solid #565656;
	display: table;
	padding: 5px 14px;
	border-radius: 5px;
	font-weight: 600;
}
.product_info button.btn.btn-number {
	background: transparent;
	border: 1px solid #595353;
	border-radius: 0px;
}
.product_info .form-control {
	border: 1px solid #595353;
	text-align: center
}
.product_info h6 {
	color: #fa8134;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	margin-top: 6px;
	margin-bottom: 0px;
}
.product_info p span {
	font-weight: 600;
}
.btn-grp a {
	display: table;
	min-width: 130px;
	float: left;
	text-transform: uppercase;
	text-align: center;
	padding: 11px 20px;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #fff;
}
.btn-grp a i {
	margin-right: 10px;
}
.cart-btn {
	background: #60ba62;
}
.wish-btn {
	background: #e07496;
}
.like-sec {
	background: #f9f9f9;
	margin-top: 30px;
	padding: 10px;
	border: 1px solid #eee;
}
.like-sec ul li {
	display: inline-table;
}
.tab-sec-detail {
	margin-top: 30px;
	border: 1px solid #c2c2c2;
}
.tab-sec-detail .nav-tabs {
	border: 0px;
}
.tab-sec-detail .nav-tabs li {
}
.tab-sec-detail .nav-tabs li a {
	color: #275f89;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #c2c2c2;
	border-radius: 0px;
	padding: 15px 28px;
	font-family: 'Poppins', sans-serif;
}
.show div {
	z-index: 99 !important
}
.tab-sec-detail .nav-tabs .nav-item.show .nav-link,  .tab-sec-detail .nav-tabs .nav-link.active {
	color: #60ba62 !important;
	border: 1px solid #fff !important;
}
.tab-sec-detail .show {
	border: 0px !important;
}
.descptn-tab {
	margin: 20px 15px;
	font-family: 'Poppins', sans-serif;
}
.descptn-tab h5 {
	color: #3e1a5a;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 12px;
	margin-top: 27px;
	font-family: 'Poppins', sans-serif;
}
.form_qyery textarea.form-control {
	resize: none;
}
.descptn-tab p {
	color: #676767;
	font-size: 14px;
	line-height: 28px;
	font-family: 'Poppins', sans-serif;
}
.review-sec p {
	font-size: 14px;
	color: #676767;
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
}
.review-sec h5 {
	font-size: 15px;
	color: #454545;
	font-weight: 600;
	margin-top: 17px;
	margin-bottom: 18px;
	font-family: 'Poppins', sans-serif;
}
.review-sec {
	margin-top: 15px;
	padding: 11px 15px;
	font-family: 'Poppins', sans-serif;
}
#colorstar {
	color: #275f89;
	margin-top: 5px
}
.badForm {
	color: #FF0000;
}
.goodForm {
	color: #00FF00;
}
.evaluation {
	margin-left: 0px;
}
.bad-rate {
	font-size: 14px;
	color: #676767;
	font-weight: 400;
}
.good-rate {
	font-size: 14px;
	color: #676767;
	font-weight: 400;
}
.review-form label {
	font-size: 14px;
	color: #676767;
	font-weight: 500;
}
.review-form .form-control {
	border: 1px solid #cecece;
	border-radius: 0px;
	min-height: 48px;
}
.review-form .form-control:focus {
	box-shadow: 0px 0px 0px #fff;
}
.review-form button {
	color: #fff;
	font-size: 14px;
	background: #60ba62;
	border: 0px;
	text-transform: uppercase;
	padding: 10px;
	width: 100%;
	min-height: 46px;
}
.review-form {
	margin-bottom: 20px;
}
 .review-form .form-control::-webkit-input-placeholder {



	/* Chrome/Opera/Safari */



	color: #676767;
}
 .review-form .form-control::-moz-placeholder {



	/* Firefox 19+ */



	color: #676767;
}
 .review-form .form-control:-ms-input-placeholder {



	/* IE 10+ */



	color: #676767;
}
 .review-form .form-control:-moz-placeholder {



	/* Firefox 18- */



	color: #676767;
}
.specifctn-tab {
}
.specifctn-tab h3 {
	color: #9f0a0e;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}
.specifctn-tab table {
}
.specifctn-tab table tr {
}
.specifctn-tab table tr td {
	color: #fff;
	font-size: 14px;
	background: #81429e;
	font-weight: 300;
	padding: 14px 11px;
}
.specifctn-tab table tr td:last-child {
	background: #7209a2;
	width: 50%;
	padding: 14px 20px;
}
.star_rate1 .rating {
	float: left;
}
.star_rate1 .rating:not(:checked)>input {
	position: absolute;
	top: -9999px;
	clip: rect(0, 0, 0, 0);
}
.star_rate1 .rating:not(:checked)>label {
	float: right;
	width: 1em;
	/* padding:0 .1em; */



	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	/*font-size:300%;*/



	/* line-height:1.2; */



	color: #ddd;
	font-size: 30px;
}
.star_rate1 .rating:not(:checked)>label:before {
	content: '★ ';
}
.star_rate1 .rating>input:checked~label {
	color: dodgerblue;
}
.star_rate1 .rating:not(:checked)>label:hover,  .star_rate1 .rating:not(:checked)>label:hover~label {
	color: #fa8134;
}
.star_rate1 .rating>input:checked+label:hover,  .star_rate1 .rating>input:checked+label:hover~label,  .star_rate1 .rating>input:checked~label:hover,  .star_rate1 .rating>input:checked~label:hover~label,  .star_rate1 .rating>label:hover~input:checked~label {
	color: dodgerblue;
}
.title-list h3 {
	font-size: 30px;
	font-weight: 600;
	color: #000;
	font-family: 'Poppins', sans-serif;
	border-bottom: 1px solid #eee;
	padding: 10px 0px;
	margin-top: 30px;
}
li.nav-item.dropdown.dmenu:hover .dropdown-menu.sm-menu {
	display: block;
}
.view-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-left: 0;
	margin-bottom: 0;
}
.item.list-group-item {
	float: none;
	width: 100%;
	background-color: #fff;
	margin-bottom: 30px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 1rem;
	border: 0;
}
.item.list-group-item .img-event {
	float: left;
	width: 30%;
}
.item.list-group-item .list-group-image {
	margin-right: 10px;
}
.item.list-group-item .thumbnail {
	margin-bottom: 0px;
	display: inline-block;
}
.item.list-group-item .shop-text {
	float: left;
	width: 66%;
	margin: 0;
	padding: 3px 10px;
}
.item.list-group-item:before, .item.list-group-item:after {
	display: table;
	content: " ";
}
.item.list-group-item:after {
	clear: both;
}
/*10-06-2019*/

.quantity.quntity_sec .product_info button.btn.btn-number {
	background: transparent;
	border: 1px solid #595353;
	border-radius: 0px;
}
.quantity.quntity_sec .form-control {
	border: 1px solid #595353;
	text-align: center;
}
.quantity.quntity_sec button.btn.btn-number {
	background: transparent;
	border: 1px solid #595353;
	border-radius: 0px;
}
.single_add_to_cart_button {
	background-color: #60ba62 !important;
	padding:0px !important;
	/*text-transform: uppercase;
	margin-top: 20px !important;*/
}
.descptn-tab .table-responsive p {
	color: #fff;
	margin-bottom: 0px;
}
#commentform input[type=text] {
	border: 1px solid #b5a9a9;
	min-height: 40px;
	    padding: 5px 10px
}
#commentform input[type=email] {
	border: 1px solid #b5a9a9;
	min-height: 40px;
	    padding: 5px 10px
}
#commentform input[type=checkbox] {
	    width: 30px;
    height: 17px;
    vertical-align: middle;
}
#commentform label {
	font-weight: 400;
}
#commentform input[type=submit] {
	display: table;
	min-width: 130px;
	background-color: #60ba62 !important;
	text-transform: uppercase;
	text-align: center;
	padding: 16px 20px !important;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #fff !important;
}
#reviews .woocommerce-Reviews-title {
	color: #3e1a5a !important;
	font-size: 16px!important;
	font-weight: 600;
	margin-bottom: 12px!important;
	margin-top: 2px!important;
	font-family: 'Poppins', sans-serif!important;
}
a.cart-btn {
	margin-top: 13px;
	border-radius: 3px;
}
section.common_page {
	margin-top: 30px;
}
.shop_table th {
	color: #3e1a5a;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	    background: #f3f3f3;
}
.shop_table td a{color: #000;
    font-size: 14px;
    line-height: 23px;}
input#coupon_code {
	width: 200px;
}
a.checkout-button.button.alt.wc-forward {
	background: #61bb61;
	font-weight: 500;
}
a.button.wc-backward {
	background-color: #7209a2 !important;
	color: #fff !important;
	font-weight: 400;
}
.quantity input.plus {
	background: transparent;
	border: 1px solid #595353;
	border-radius: 0px;
}
.quantity input.minus {
	background: transparent;
	border: 1px solid #595353;
	border-radius: 0px;
}
input.input-text.qty.text {
	width: 41px;
	border: 1px solid #595353;
	padding: 0 !important;
	min-height: 25px;
}
.shop_table .quantity {
	min-width: 100px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float: left;
	width: 48%;
	/* flex: inherit; */

	max-width: inherit;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: right;
	width: 48%;
	max-width: inherit;
}
.woocommerce-billing-fields__field-wrapper label {
	width: 100%;
	font-weight: 500;
	margin-bottom: 4px;
}
.woocommerce-billing-fields__field-wrapper input[type=text] {
     width: 100%;
    border-radius: 3px;
    padding: 0px 10px;
    min-height: 52px;
    background: #f7f7f7;
    border: 0px
}
.woocommerce-billing-fields__field-wrapper input[type=email] {
	    width: 100%;
    border-radius: 3px;
    padding: 0px 10px;
    min-height: 52px;
    background: #f7f7f7;
    border: 0px
}
.woocommerce-billing-fields__field-wrapper span.woocommerce-input-wrapper {
	display: inline-table;
	width: 100%;
}
.woocommerce-billing-fields__field-wrapper span.select2-selection.select2-selection--single {
    width: 100%;
    border-radius: 3px;
    
    min-height: 52px;
    background: #f7f7f7;
    border: 0px;
	padding: 7px 2px;
}
.woocommerce-billing-fields__field-wrapper input[type=tel] {
    width: 100%;
    border-radius: 3px;

    min-height: 52px;
    background: #f7f7f7;
    border: 0px;
	padding: 0px 10px;
}
.form-row.notes label {
	width: 100%;
	font-weight: 500;
}
textarea#order_comments {
    width: 100%;
    border-radius: 3px;
    padding: 7px 10px;
    min-height: 52px;
    background: #f7f7f7;
    border: 0px
}
span.woocommerce-input-wrapper {
	width: 100%;
}
form.checkout.woocommerce-checkout h3 {
	color: #3e1a5a;
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
.woocommerce table.shop_table tfoot th {
	font-weight: 600;
}
div#order_review {
	margin-left: 15px;
}
h3#order_review_heading {
	margin-left: 15px;
}
button#place_order {
	background: #61bb61 !important;
	font-weight: 500!important;
	background-color: #61bb61 !important;
}
.dropdown-menu.sm-menu .active a {
	background-color: #7209a2;
	color: #fff;
}
.event-img {
    min-height: 260px;
    overflow: hidden;
}

.details-sec-sml p a{color: #3e1a5a;}
.em-booking-form-details input[type=text]{
	    background: #eee9e4;
    border: 0px;
  min-height:48px;
    border-radius: 6px;
    padding: 12px 28px;
    margin-bottom: 15px;
	width:100%;
}
.em-booking-form-details label{margin-bottom:2px;width:100%;}
.em-booking-form-details textarea{	    background: #eee9e4;
    border: 0px;
    min-height:48px;
    border-radius: 6px;
    padding: 12px 28px;
    margin-bottom: 15px;
	width:100%;}
	
.em-booking-form-details select{   background: #eee9e4;
    border: 0px;
    min-height:48px;
    border-radius: 6px;
    padding: 12px 28px;
    margin-bottom: 15px;
	width:100%;}
	
.em-booking-form-details input[type=submit]	{    text-decoration: none;
    background: #60ba62;
    color: #fff;
    border: 0px;
    padding: 10px 27px;
    border-radius: 3px;}	
	
	
form.em-booking-login-form	input[type=text]{
	    background: #eee9e4;
    border: 0px;
  min-height:48px;
    border-radius: 6px;
    padding: 12px 28px;
    margin-bottom: 15px;
	width:100%;
} 
form.em-booking-login-form	input[type=password]{
	    background: #eee9e4;
    border: 0px;
  min-height:48px;
    border-radius: 6px;
    padding: 12px 28px;
    margin-bottom: 15px;
	width:100%;
} 
form.em-booking-login-form	input[type=submit]	{    text-decoration: none;
    background: #60ba62;
    color: #fff;
    border: 0px;
    padding: 10px 27px;
    border-radius: 3px;    display: table;    margin-bottom: 18px;}
	div.em-booking-login {border:0px;}	
	div.em-booking-login label{min-width:200px;}
	form.em-booking-login-form	input[type=submit]:hover{    background: #51a5e5 !important; cursor:pointer;}
.em-booking-form-details input[type=submit]:hover{    background: #51a5e5 !important;  cursor:pointer;}
   	div.em-booking-login a{ display: table;
    float: right;
    color: #7209a2;
    border-bottom: 1px solid #7209a2;}
	
	#em-booking p a{    color:#7209a2;}
	.em-my-bookings table{width:100%;    border: 1px solid #f1ecec;}
	.em-my-bookings table th{    background: #61bb61;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px;}
	.em-my-bookings table td{    padding: 10px 20px;border: 1px solid #f1ecec;    font-size: 15px;}
		.em-my-bookings table td a{    color: #01b74a !important;}
		
		section.category-sec.wc_myAccount {
    background: #fff;
  
    margin: 30px 0px;
}
section.category-sec.wc_myAccount nav.woocommerce-MyAccount-navigation.panel-list ul li a{    background: #61bb61;
    color: #fff;
    width: 99%;
    display: table;
    padding: 10px;
    font-size: 17px;}
	
section.category-sec.wc_myAccount nav.woocommerce-MyAccount-navigation.panel-list ul	li.is-active a{    background: #eee; color:#2e2e2e;}

section.category-sec.wc_myAccount .woocommerce-MyAccount-content{  background: #eee;
    padding: 16px 27px;}
	
	section.category-sec.wc_myAccount .woocommerce-MyAccount-content p{font-size:15px;}
section.category-sec.wc_myAccount a.woocommerce-Button.button {
    background: #60ba62;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
section.category-sec.wc_myAccount .woocommerce-info {
    border-top-color: #61bb61;
}
section.category-sec.wc_myAccount .woocommerce-info::before {
    color: #61bb61;
}
section.category-sec.wc_myAccount h3{    color: #000000;    font-size: 17px;}
section.category-sec.wc_myAccount header.woocommerce-Address-title.title a.edit {
    float: right;
    display: table;
    background: #61bb61;
    color: #fff;
    padding: 3px 10px;
}
section.category-sec.wc_myAccount .edit-account input[type=text]{
    background: #ffffff;
    border: 0px;
    min-height: 48px;
    border-radius: 4px;
    padding: 8px 21px;
    margin-bottom: 10px;
    width: 100%;

}
section.category-sec.wc_myAccount .edit-account label{margin-bottom:2px;} 
section.category-sec.wc_myAccount .edit-account input[type=password]{
    background: #ffffff;
    border: 0px;
    min-height: 48px;
    border-radius: 4px;
    padding: 8px 21px;
    margin-bottom: 10px;
    width: 100%;

}

section.category-sec.wc_myAccount .edit-account input[type=email]{
    background: #ffffff;
    border: 0px;
    min-height: 48px;
    border-radius: 4px;
    padding: 8px 21px;
    margin-bottom: 10px;
    width: 100%;

}
section.category-sec.wc_myAccount button{text-decoration: none;
    background: #60ba62;
    color: #fff;
    border: 0px;
    padding: 10px 27px;
    border-radius: 3px;}

	form.woocommerce-form.woocommerce-form-login.login input[type=text]{
	    background: #eee9e4;
    border: 0px;
  min-height:48px;
    border-radius: 6px;
    padding: 12px 28px;
    margin-bottom: 15px;
	width:100%;
} 
form.woocommerce-form.woocommerce-form-login.login	input[type=password]{
	    background: #eee9e4;
    border: 0px;
  min-height:48px;
    border-radius: 6px;
    padding: 12px 28px;
    margin-bottom: 15px;
	width:100%;
} 
form.woocommerce-form.woocommerce-form-login.login label{margin-bottom:2px;    width: 100%;}
form.woocommerce-form.woocommerce-form-login.login button[type=submit]	{    text-decoration: none;
    background: #60ba62;
    color: #fff;
    border: 0px;
	font-weight:400;
	display:table;
    padding: 13px 27px;
    border-radius: 3px;   
	   margin-bottom: 18px;}
	   
p.woocommerce-LostPassword.lost_password a 	   {    color: #fa8134;
    float: right;
    font-size: 17px;
 
    display: table;}
	
	form.woocommerce-ResetPassword.lost_reset_password input[type=password]{
	    background: #eee9e4;
    border: 0px;
  min-height:48px;
    border-radius: 6px;
    padding: 12px 28px;
    margin-bottom: 15px;
	width:100%;
} 
	form.woocommerce-ResetPassword.lost_reset_password input[type=text]{
	    background: #eee9e4;
    border: 0px;
  min-height:48px;
    border-radius: 6px;
    padding: 12px 28px;
    margin-bottom: 15px;
	width:100%;
}
	form.woocommerce-ResetPassword.lost_reset_password input[type=text]{
	    background: #eee9e4;
    border: 0px;
  min-height:48px;
    border-radius: 6px;
    padding: 12px 28px;
    margin-bottom: 15px;
	width:100%;
}

.product-img-info h5 span.woocommerce-Price-amount.amount {
    display: inline;
    color: #60ba62;
    font-size: 24px !important;
    font-weight: 600;
}


.product-img-info h5 span.woocommerce-Price-currencySymbol{display:inline;   color: #60ba62;
    font-size: 24px !important;
    font-weight: 600}

form.woocommerce-ResetPassword.lost_reset_password label{margin-bottom:2px;    width: 100%;}
form.woocommerce-ResetPassword.lost_reset_password button[type=submit]	{    text-decoration: none;
    background: #60ba62;
    color: #fff;
	font-weight:400;
    border: 0px;
	display:table;
    padding: 13px 27px;
    border-radius: 3px;   
	   margin-bottom: 18px;}
	   
	  .product_meta a{color:#000; font-weight:600;}
	  
.yith-wcwl-add-to-wishlist a {    display: inline-block;
   /* float: right;*/
    /*background: #e07496 !important;*/
	background: #7209a2 !important;
    color: #fff;
    padding: 7px 8px;
    border-radius: 5px;}
	
	
table.shop_table.cart.wishlist_table th{    background: #f3f3f3;
    font-size: 14px;}
table.shop_table.cart.wishlist_table td{    font-size: 14px;}
table.shop_table.cart.wishlist_table td a{   color: #60ba62;
    font-size: 14px;
    line-height: 23px;}	
table.shop_table.cart.wishlist_table td .add_to_cart_button{    background-color: #60ba62; color:#fff;}
table.shop_table.cart.wishlist_table td:nth-child(3){width:55%;}

.woocommerce-info {
    border-top-color: #60ba62;
}
.woocommerce-info::before {
    color: #60ba62;
}

.form-contact input[type=submit]{    color: #fff;
    font-size: 18px;
    background: #60ba62;
    display: table;
    margin: 0 auto;
    border: 0px;
    padding: 17px 37px;
    border-radius: 30px;
    margin-top: 30px}
	
.form-contact p{width:100%;}

.search_sec .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.search_sec .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.search_sec .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.search_sec .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left;
    background: #60ba62;
    color: #fff;
    font-weight: 500;
	    margin: 20px 10px 10px;
}	
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {    background-color: #60ba62;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {    background-color: #60ba62;}
.shop-section ul.woocommerce-widget-layered-nav-list.product_attribute_size.size_list li a{    text-align: center;
    display: table;
    width: 50px !important;
    height: 50px;}
	
	.price_slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    margin: 14px;
}
.coupon button{    background: #7209a2 !important; color:#fff !important; font-weight:400;}
.woocommerce-address-fields label{margin-bottom:2px;}
.woocommerce-address-fields input[type=text] {
    background: #ffffff;
    border: 0px;
    min-height: 48px;
    border-radius: 4px;
    padding: 8px 21px;
    margin-bottom: 10px;
    width: 100%;
}
.woocommerce-address-fields input[type=email] {
    background: #ffffff;
    border: 0px;
    min-height: 48px;
    border-radius: 4px;
    padding: 8px 21px;
    margin-bottom: 10px;
    width: 100%;
}
.woocommerce-address-fields input[type=tel] {
    background: #ffffff;
    border: 0px;
    min-height: 48px;
    border-radius: 4px;
    padding: 8px 21px;
    margin-bottom: 10px;
    width: 100%;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single {
    background: #ffffff;
    border: 0px;
    min-height: 48px;
    border-radius: 4px;
    padding: 8px 21px;
    margin-bottom: 10px;
    width: 100%;
}

.woocommerce p.stars a{color: #ffb800;}

.details-sec h4 + p{ display: none;}

.details-sec-sml > div.wow > div + p{ display: none;}

.featured-video-plus iframe{ width: 100%;}

.list-green li:before{ width: 7px; height:7px; background: #60ba62; border-radius:100%; content: ""; display: inline-block; vertical-align:middle; margin-right: 7px;}





.listing-icn li a.active{
    background: #7209a2;
    color: #fff;
    border: 1px solid #7209a2;
}

.abt_sec.repeat-sec{ background-position: right !important;     background-size: 32% !important;}

.abt_sec.repeat-sec .container.my-cont:before{ left:0; right: inherit; top: 47%; width: 30%;}

.abt_sec.repeat-sec .container .offset-mdr-3{ margin-right: 15%;}

.abt_sec.repeat-sec .bg-pad{padding: 65px 0px 30px;}

.abt-trainin .text-about img{ width: 55%; padding: 0 0 30px 30px; float: right; height: auto;}

.woocommerce-checkout #payment ul.payment_methods .stripe-card-group{    width: 200px;}
.woocommerce-checkout .woocommerce form .form-row label {
    line-height: 2;
    width: 100%;
    margin-bottom: 0px;
}
.woocommerce-checkout .wc-stripe-elements-field, .wc-stripe-iban-element-field{width: 200px;}

.woocommerce-checkout span.woocommerce-input-wrapper input.input-text{    border-radius: 3px;
    padding: 0px 10px;
    min-height: 52px;
    background: #f7f7f7;
    border: 0px}
	.woocommerce-checkout .select2-container--default .select2-selection--single{    background-color: #fff;
    border: 0px solid #aaa;
    border-radius: 4px;
    padding: 0px 10px;
    min-height: 52px;
    background: #f7f7f7;}

section.up-sells, div.cross-sells { display: none;}
/* For Place holder color */

.subs-form .form-control::placeholder { /* Firefox, Chrome, Opera */ 
    color: #fff; 
} 
  
.subs-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #fff; 
} 
  
.subs-form .form-control::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #fff; 
} 


.subs-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #fff;
}
.subs-form .form-control::-moz-placeholder { /* Firefox 19+ */
   color: #fff;
}
.subs-form .form-control:-ms-input-placeholder { /* IE 10+ */
   color: #fff;
}
.subs-form .form-control:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

/* -------*/

.hvr-wobble-top a {color: #fff;}