/*-----------------------------------------------------------------------------------

 Theme Name: Live Healthy Win
 Theme URI: http://
 Description: This template is only for use of Live Healthy Win Owners.
 Author: Manish Bajpai
 Author URI: https://codexious.com
 Version: 1.0

 Main Color   : #EE3158
 main Font    : Poppins,Muli

-----------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Barlow:300,300i,400,500,500i,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
h1, h2, h3, h4, h5, p{
	font-family: Barlow;
}

.ttl {
	padding: 20px 10px;
	display: block;
}
.ttl h2{
	font-size: 56px;
	font-weight: 800;
  background: -webkit-linear-gradient(#34AF45, #B5E1BB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-toggler {
    padding: .6rem .75rem !important;
    font-size: 1.25rem !important;
    line-height: 1 !important;
    background-color: #404040fc !important;
    border: 1px solid transparent !important;
    border-radius: 100px !important;
	color: #fff !important;
}
/*-------Header------*/
header {
	min-height: 100vh;
	overflow: hidden;
	background: url(../img/header-welcome.jpg) no-repeat;
	background-size: cover;
	background-position: top;

}
header h1{
	font-size: 50px !important;
	/* line-height: 110px !important; */
	font-weight: 900;
	color: #272727 !important;
	margin-top: 20px;
}
header h2{
	margin-top: 0px;
	font-size: 30px !important;
	line-height: 70px !important;
	font-weight: 700;
	color: #45AC5A !important;
}
header p{
	font-size: 18px !important;
	line-height: 28px;
	color: #4F4F4F !important;
	margin: 20px 0;
}

header .hbtn{
	background: #2FAB54;
	color: #fff;
	font-size: 18px;
	font-family: Barlow;
	border-radius: 3px;
	padding: 13px;
	text-align: center;
	display: block;
	width: 280px;
	margin-top: 6%;
	text-decoration: none;
	transition: ease-in 0.7s all 0s;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
header .hbtn i{
	padding-left: 10px;
}
header .hbtn:hover{
	background: #2F2F2F;
	color:#fff;
	text-decoration: none;
}

header .ppd2{
	padding-top: 10%;
}


header .vid-butn {
  font-size: 70px;
  color: #2FAB54;
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  z-index: 3;
}
header .vid-butn:hover:after {
  -webkit-transform: scale(2, 2);
          transform: scale(2, 2);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
header .vid-butn:after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
  background: rgba(47,171,84,0.11);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all .2s;
  transition: all .2s;
}
header .vid-butn:before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: -5px;
  left: -5px;
  background: rgba(47,171,84,0.21);
  border-radius: 50%;
  z-index: -1;
}

.subheader{
	height: 70vh;
}
.subheader .vid-butn {
  font-size: 70px;
  color: #2FAB54;
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  z-index: 3;
	margin-top: 30px;
}
.subheader .vid-butn:hover:after {
  -webkit-transform: scale(2, 2);
          transform: scale(2, 2);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.subheader .vid-butn:after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
  background: rgba(47,171,84,0.11);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.subheader .vid-butn:before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: -5px;
  left: -5px;
  background: rgba(47,171,84,0.21);
  border-radius: 50%;
  z-index: -1;
}
.subheader h1 {
	font-size: 45px;
	font-weight: 900;
	font-family: Roboto;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #333;
}
.subheader h1:after {
	content: '';
	width: 60px;
	height: 2px;
	background-color:#36B558;
	position: absolute;
	bottom: 0;
	left: calc(50% - 30px);
}
.subheader p{
	font-size: 17px;
	line-height: 25px;
	color: #333;
	font-family: Barlow;

}
.subheader .head-link{
	background: #2FAB54;
	color: #fff;
	font-size: 18px;
	font-family: Barlow;
	border-radius: 3px;
	padding: 14px;
	text-align: center;
	display: block;
	margin: auto;
	width: 250px;
	margin-top: 6%;
	text-decoration: none;
	transition: ease-in 0.7s all 0s;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.subheader .head-link:hover{
	background: #333;
	color: #fff;
}
.aff p{
	margin-bottom: 12px;
	font-size: 16px;
	color: rgba(66,66,66,1.00);
}
.aff ul{
    list-style:none;
	display: block;
	margin-left: 10px;
}
.aff ul li{
	list-style: none !important;
	margin: 7px 0;
	font-size: 16px;
}
.aff ul li i{
    color:#35d364;
    padding-right:6px;
}

.aff .spical{
	border-left: 4px solid rgba(40,193,81,1.00);
	padding-left: 10px;
}

.aff .l-link{
	background: #2FAB54;
	color: #fff;
	font-size: 18px;
	font-family: Barlow;
	border-radius: 3px;
	padding: 17px;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 6%;
	text-decoration: none;
	transition: ease-in 0.7s all 0s;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.aff .l-link i{
	padding-left: 10px;
}
.aff .l-link:hover{
	background: #2F2F2F;
	color:#fff;
	text-decoration: none;
}

/*------Header End------*/

.services .item1 {
	background: url(../img/weight-lose.jpg) no-repeat;
	background-size: cover;
	padding: 50px;
	height: 400px;
	background-color: #333;
	border-radius: 0px;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
		  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.services .item2 {
	top: 30px;
	background: url(../img/topne-up.jpg) no-repeat;
	background-size: cover;
	padding: 50px;
	height: 400px;
	background-color: #333;
	border-radius: 0px;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
		  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.services .item3 {
	background: url(../img/body-building.jpg) no-repeat;
	background-size: cover;
	padding: 50px;
	height: 400px;
	background-color: #333;
	border-radius: 0px;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
		  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.services h4 {
	font-weight: 800;
	font-size: 21px !important;
	text-align: center !important;
	color: #2FAB54;
	margin-top: 10px !important;
	margin-bottom: 30px !important;
	display: block;
	margin: auto;
}

.services .wellness{
	background: none;
	border: 2px solid rgba(25,162,57,1.00);
	padding: 16px;
	display: block;
	margin: auto;
	/* width: 450px; */
	border-radius: 50px;
	color: rgba(25,162,57,1.00);
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	font-family: Poppins;
	text-decoration: none;
	transition: ease 0.6s all 0s;
	margin-top: 3%;
	letter-spacing: 2px;
}
.services .wellness:hover{
	background: rgba(25,162,57,1.00);
	border: 2px solid rgba(25,162,57,1.00);
	color: #fff;
	text-decoration: none;
}


.vegan {
	padding: 5%;
}
.vegan h6{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 4px;
	color: rgba(28,201,75,1.00);
	margin-bottom: 0;
	text-transform: uppercase;
}
.vegan h2 {
	font-size: 33px;
	line-height: 50px;
	font-weight: 900;
	font-family: Roboto;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #333;

}
.vegan h2:after {
	content: '';
	width: 60px;
	height: 2px;
	background-color:#36B558;
	position: relative;
	display: block;
}
.vegan p{
	font-size: 16px;
	color: rgba(107,107,107,1.00);
	margin-bottom: 10px;

}
.vegan a{
	background: #2FAB54;
	color: #fff;
	font-size: 18px;
	font-family: Barlow;
	border-radius: 3px;
	padding: 13px;
	text-align: center;
	display: block;
	width: 280px;
	margin-top: 6%;
	text-decoration: none;
	transition: ease-in 0.7s all 0s;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.vegan a:hover{
	background: #2F2F2F;
	color:#fff;
	text-decoration: none;
}
.vegan img{
	border-radius: 20px;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.about{
	padding-top: 70px;
}

.about .lbtn{
	background: #2FAB54;
	color: #fff;
	font-size: 18px;
	font-family: Barlow;
	border-radius: 3px;
	padding: 13px;
	text-align: center;
	display: block;
	width: 280px;
	margin-top: 6%;
	text-decoration: none;
	transition: ease-in 0.7s all 0s;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.about .lbtn:hover{
	background: #2F2F2F;
	color:#fff;
	text-decoration: none;
}

.ppd{
	padding: 30px 0;
}
.spr{
	padding: 20px;
	margin-top: 25px;
}

.s-icon{
	width: 30px;
	height: 30px;
	display: inline-block;
	position: relative;
	background: #fff;
	color: #333;
	margin: 3px;
	padding: 5px;
	font-size: 16px;
	border-radius: 100px;
}
.s-icon:hover{
	background: #2FAB54;
}


.plans{
	display: block;
	background: rgba(240,240,240,1.00);
}
.plans .p-blocks{
	background: rgba(255,255,255,1.00);
	padding: 7% 5%;
	transition: ease-in 0.5s all 0s;


}
.plans .p-blocks:hover{
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);

}
.plans .p-blocks img{
	width: 80%;
	display: block;
	margin: auto;
	border-radius: 100%;
	margin-bottom: 10px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);

}
.plans .p-blocks h3{
	font-family: Barlow;
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 10px;
	font-weight: 700;
	text-align: center;
	color: rgba(29,29,29,1.00);
}
.plans .p-blocks p{
	font-family: Barlow;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #454545;
	margin-bottom: 10px;
}
.plans .p-blocks a{
	background: none;
	/* border-bottom: 2px dashed rgba(28,183,70,1.00); */
	/* border-top: 2px dashed #fff; */
	color:  rgba(28,183,70,1.00);
	font-size:18px;
	font-weight: 500;
	text-decoration: none;
	margin-top: 10px;
	text-align: center !important;
	transition: ease-out 0.7s all 0s;
}
.plans .p-blocks a:hover{
	border-top: 2px solid rgba(28,183,70,1.00);
	border-bottom: 2px solid rgba(28,183,70,1.00);
}

@media only screen and (max-width: 991.98px){
	.ttl h2{
		font-size: 38px;
	}
}

@media only screen and (max-width:740px){

.ttl h2{
	font-size: 33px;
	font-weight: 800;
  background: -webkit-linear-gradient(#34AF45, #B5E1BB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*-------Header------*/
header {
	min-height: 100vh;
	overflow: hidden;
	/* background: url(../img/heade-mobile.jpg) no-repeat; */
	background-size: cover;
	background-position: top;

}
header h1{
	font-size: 35px !important;
	/* line-height: 55px !important; */
	font-weight: 900;
	color: #272727 !important;
	text-align: center;
}
header h2{
	margin-top: 0px;
	text-align: center;
	font-size: 21px !important;
	line-height: 30px !important;
	font-weight: 700;
	color: #45AC5A !important;
}
header p{
	font-size: 16px !important;
	color: #4F4F4F !important;
	margin-bottom: 10px;
	text-align: center;
}

header .hbtn{
	background: #2FAB54;
	color: #fff;
	font-size: 18px;
	font-family: Barlow;
	border-radius: 3px;
	padding: 13px;
	text-align: center;
	display: block;
	margin: auto;
	cursor: pointer;
	width: 260px;
	margin-top: 6%;
	text-decoration: none;
	transition: ease-in 0.7s all 0s;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	margin-bottom: 10%;
}
header .hbtn i{
	padding-left: 10px;
}
header .hbtn:hover{
	background: #2F2F2F;
	color:#fff;
	text-decoration: none;
}

header .ppd2{
	padding-top: 10%;
}

.subheader{
	height: 100%;
	padding: 14% 0;
}
.subheader .vid-butn {
  font-size: 70px;
  color: #2FAB54;
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  z-index: 3;
	margin-top: 30px;
}
.subheader .vid-butn:hover:after {
  -webkit-transform: scale(2, 2);
          transform: scale(2, 2);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.subheader .vid-butn:after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
  background: rgba(47,171,84,0.11);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.subheader .vid-butn:before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: -5px;
  left: -5px;
  background: rgba(47,171,84,0.21);
  border-radius: 50%;
  z-index: -1;
}
.subheader h1 {
	font-size: 33px;
	font-weight: 900;
	font-family: Roboto;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #333;
}
.subheader h1:after {
	content: '';
	width: 60px;
	height: 2px;
	background-color:#36B558;
	position: absolute;
	bottom: 0;
	left: calc(50% - 30px);
}
.subheader p{
	font-size: 17px;
	line-height: 25px;
	color: #333;
	font-family: Barlow;

}
.subheader .head-link{
	background: #2FAB54;
	color: #fff;
	font-size: 18px;
	font-family: Barlow;
	border-radius: 3px;
	padding: 14px;
	text-align: center;
	display: block;
	margin: auto;
	width: 250px;
	margin-top: 6%;
	text-decoration: none;
	transition: ease-in 0.7s all 0s;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.subheader .head-link:hover{
	background: #333;
	color: #fff;
}


/*------Header End------*/

.services .item1 {
	background: url(../img/weight-lose.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px;
	height: 500px;
	background-color: #333;
	border-radius: 4px;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
		  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.services .item2 {
	top: 30px;
	background: url(../img/topne-up.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px;
	height: 500px;
	background-color: #333;
	border-radius: 4px;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
		  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}


.services .item3 {
	background: url(../img/body-building.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px;
	height: 500px;
	background-color: #333;
	border-radius: 4px;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
		  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.services a h4 {
	font-weight: 800;
	font-size: 21px !important;
	text-align: center !important;
	color: #2FAB54;
	margin-top: 10px !important;
	margin-bottom: 30px !important;
	display: block;
	margin: auto;
}
	.ppd{
	padding: 0px 0;
}
}



/*------Product Notif------*/
.product-notif{
	display: none;

	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 999;

	width: 400px;
	height: 100px;
	padding: 10px;
	background: #fff;
	color: #111;

	box-shadow: 0px 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}
.product-notif > .row{
	height: 100%;
}
.product-notif [class^="col"]{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.product-notif img{
	border-radius: 50%;
	height: 60px;
	width: 60px;
}
/*------Product Notif END------*/




.goal-col .p-blocks{
	cursor: pointer;
}

.anim-hover-scale{
	transition: transform 0.2s ease-in!important;
}
.anim-hover-scale:hover{
	transform: scale(1.05);
}



/*------XL Modal support------*/

@media (min-width: 576px) {}

@media (max-width: 767px){

	.plan-col{
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) {
	.modal-xl {
		max-width: 700px;
	}

}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 950px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/*------XL Modal Support ENDS------*/


/* Plan Modals */
.plan-modal{
	padding: 0px 20px;
	background: rgba(240,240,240,1.00);
}
.plan-modal-close{
	text-align: right;
}
.plan-modal-close span{
	font-size: 50px;
}
.plan-modal-container{
	padding-top: 40px;
}
.plan-modal .section-head{
	margin-bottom: 50px;
}

.plan-modal .plan-option{
	background: rgba(255,255,255,1.00);
	padding: 7% 5%;
	/* padding-top: 125px; */
	box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);

	position: relative;
}

.plan-option img.basic{
	width: 60%!important;
}

.plan-option-titles{
	margin: 7% 0;
}
.plan-option h6{
	color: #2FAB54;
}


.plan-option ul{
    list-style:none;
	display: block;
	margin-left: 10px;
}
.plan-option ul li{
	list-style: none !important;
	margin: 7px 0;
	font-size: 16px;
}
.plan-option ul li i{
    color:#35d364;
    padding-right:6px;
}


.plan-modal .buy-btn{
	background: rgba(37,37,37,1.00);
	color: #fff;
	display: block;
	margin: auto;
	/* margin-top: 50px; */
	width: 300px;
	width: 100%;
	/* border-radius: 3px; */
	border-radius: 0 0 3px 3px;
	padding: 14px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(#2FAB54), to(#2FAB54));
  background: linear-gradien
	  t(to right, #2FAB54, #2FAB54);

}
.plan-option .buy-btn:hover{
	background: rgba(53,168,70,1.00);
	color: #fff;
}
.plan-option .buy-btn i{
	padding-left: 10px;
}

/**/




/*----Custom Select Box style-----*/
/* The container must be positioned relative: */
.custom-select {
  font-family: Arial;
  background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    width: 100%;
    padding: 20px !important;
    border-radius: 30px;
    color:#333;
    text-align:left;
    height:50px;
}

.custom-select select {
  display: none; /*hide original SELECT element: */

}

.select-selected {
    color: #333;
    padding: 0px 16px 15px 8px;
    border: none;
    border-color: snow;
    cursor: pointer;
    margin-top: -5px !important;

}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: relative;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
}

/* style the items (options), including the selected item: */
.select-items div {
  color: #fff;
  padding: 8px 16px ;
  border-bottom:1px solid #249c48;
  cursor: pointer;

}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #2FAB54;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 99;

}
.select-items{
    border-radius:10px !important;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
/*------Custom select box style END------*/




.response-msg{
	display: none;
}
#successMsg h6{
	color: #2FAB54;
}
#errorMsg p{
	color: tomato;
}
