/*** Wp Lead Pages ***/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container{
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}
.wlp_container{
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	line-height: 1.8em;
}
.wlp_wrap-video-bg {
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
img{
	max-width:100%;
}
.wlp-video-bg .wlp_column{
	position: relative;
}
.align-left{
	text-align: left;
}
.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}
.wlp_row{
	clear: both;
	/*margin-left: -15px;
    margin-right: -15px;*/
	width: 100%;
}
.wlp_wrapper{

}
[class*="wlp_col-lg-"],
[class*="wlp_col-md-"],
[class*="wlp_col-sm-"],
[class*="wlp_col-of-"],
[class*="wlp_col-xs-"]{
	min-height: 1px;
	position: relative;
	padding-right: 15px;
    padding-left: 15px;
}
div.wlp_row, .wlp_column_inner, .wlp_column{
	width: 100%;
	float: left;
}
.wpleadpages div.wlp_column_inner, .wpleadpages div.wlp_column{
	clear: none;	
}
.wlp_clfw{
	width: 100% !important;
	clear: both !important;
	display: block !important;
	height: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}
@media screen and (min-width: 1000px){
	body div[data-wlp-equalheight="true"], body div[data-wlp-equalheight="true"]>.container{
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	div[data-wlp-fullheight="middle-content"]{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
}
div[data-wlp-fullheight]{
	min-height: 100vh;
}
.wlp_row_inner div[class*="wlp_col-lg-"],
.wlp_row_inner div[class*="wlp_col-md-"],
.wlp_row_inner div[class*="wlp_col-sm-"],
.wlp_row_inner div[class*="wlp_col-of-"],
.wlp_row_inner div[class*="wlp_col-xs-"]{

}

.wlp_col-sm-1{
	width: 8.33333%;
}
.wlp_col-sm-2{
	width: 16.6667%;
}
div.wlp_col-of-5{
	width: 20%;
	float: left;
}
.wlp_col-sm-3{
	width: 25%;
}
.wlp_col-sm-4{
	width: 33.3333%;
}
.wlp_col-sm-5{
	width: 41.6667%;
}
.wlp_col-sm-6{
	width: 50%;
}
.wlp_col-sm-7{
	width: 58.3333%;
}
.wlp_col-sm-8{
	width: 66.6667%;
}
.wlp_col-sm-9{
	width: 75%;
}
.wlp_col-sm-10{
	width: 83.3333%;
}
.wlp_col-sm-11{
	width: 91.6667%;
}
.wlp_col-sm-12{
	width: 100%;
}

@media screen and (max-width: 768px){
	div[class*="wlp_col-lg-"],
	div[class*="wlp_col-md-"],
	div[class*="wlp_col-sm-"],
	div[class*="wlp_col-of-"],
	div[class*="wlp_col-xs-"]{
		width: 100% !important;
	}
	div.wlp_row{
		display: block;
	}
}

div[data-wlp-bgfull="true"]{
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
div[data-wlp-parallax="true"]{
	background-position: 50% 0px;
}
div[data-wlp-fullwidth]{
	margin-left: 0px !important;
	margin-right: 0px !important;
	position: relative;
	box-sizing: content-box;
}
.wlp_text_block{
	text-align: justify;
}

/****** tabs *****/
.wlp_tabs{
	display: inline-block;
	width: 100%;
}
.wlp_wrapper.ui-tabs{
	width: 100%;
	border: 1px solid #e0e0e0;
	display: inline-block;
}
.wlp_vertical_tabs>.wlp_wrapper.ui-tabs{
	border: none;
}
.wlp_tabs.wlp-tabs-slider ul.wlp-tabs-slider-nav{
	margin: 0px;
}
ul.wlp-tabs-slider-nav li{
	display: inline-block;
	cursor: pointer;
	padding: 8px 15px;
}
ul.wlp-tabs-slider-nav li.wlp-title-active{
	background: #ddd;
}
.wlp_tabs_nav,
.nav-pills {
	*zoom: 1;
	line-height: 45px;
	margin: 0;
	padding:0;
}

.wlp_tabs_nav:before,
.nav-pills:before,
.wlp_tabs_nav:after,
.nav-pills:after {
	display: table;
	line-height: 0;
	content: "";
}

.wlp_tabs_nav:after,
.nav-pills:after {
  clear: both;
}

.wlp_tabs_nav ~ .wlp_tab{
	overflow: hidden;
	float: left;
	width: 100%;
	height: 0px;
}
.wlp_tabs_nav ~ .wlp_tab.ui-tabs-body-active{padding: 20px;height: inherit !important;}
.wlp_tabs_nav > li,
.nav-pills > li {
  float: left;
}

.wlp_tabs_nav > li > a,
.nav-pills > li > a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}

.wlp_tabs>.wlp_wrapper>.wlp_tabs_nav {
    background: #eee;
    width: 100%;
    height: 50px;
    margin: 0px;
}

.wlp_tabs_nav > li {
	margin-bottom: -1px;
	list-style: none;
	border-right: 1px solid #fff;
}

.wlp_tabs_nav > li{
	line-height: 50px;
    height: 50px;
    display: inline-block;
    margin: 0px;
    float: left;
	padding: 0 20px;
	color: #333;
	box-shadow: none;
    font-weight: 300;
    cursor: pointer;
}
.wlp_tabs_nav > li a,
.wlp_tabs_nav > li p{
    line-height: inherit;
	color:#ffa507;
}
.wlp_tabs_nav > li:hover,
.wlp_tabs_nav > li > a:hover,
.wlp_tabs_nav > li > a:focus {
	background-color: #ddd;
}
.wlp_tabs_nav > li:hover a{
	color: #333333;
}

.wlp_tabs_nav > .ui-tabs-active,
.wlp_tabs_nav > .ui-tabs-active:hover,
.wlp_tabs_nav > .ui-tabs-active > a,
.wlp_tabs_nav > .ui-tabs-active > a:hover,
.wlp_tabs_nav > .ui-tabs-active > a:focus {
	color: #555555;
	cursor: default;
	background-color: #ffffff;
}


.wlp_vertical_tabs>.wlp_wrapper>ul.ui-tabs-nav{
	float: left;
    margin: 0;
    padding: 0px;
    position: relative;
    width: 25%;
    z-index: 10;
    border-right: 1px solid #ddd;
    right: -1px;
}
.wlp_vertical_tabs.tabs_right>.wlp_wrapper>ul.ui-tabs-nav{
	border-right: none;
	border-left: 1px solid #ddd;
    right: 0px;
    left: -1px;
}
.wlp_vertical_tabs>.wlp_wrapper>ul.ui-tabs-nav ~ div.wlp_tab{
	float: left;
	width: 75%;
	border-left: 1px solid #ddd;
	height: 0px;
	overflow: hidden;
}
.wlp_vertical_tabs>.wlp_wrapper>ul.ui-tabs-nav ~ div.wlp_tab.ui-tabs-body-active{
	padding: 20px;
	height: inherit;
}
.wlp_vertical_tabs.tabs_right>.wlp_wrapper>ul.ui-tabs-nav ~ div.wlp_tab{
	border-left: none;
	border-right: 1px solid #ddd;
}
.wlp_vertical_tabs>.wlp_wrapper>ul.ui-tabs-nav>li{
	list-style: outside none none;
}

.wlp_vertical_tabs>.wlp_wrapper>ul.ui-tabs-nav>li.ui-tabs-active > a,
.wlp_vertical_tabs>.wlp_wrapper>ul.ui-tabs-nav>li.ui-tabs-active > a:hover{
	border: none;
	border-right: 3px solid #888;
	background: #f0f0f0;
	margin-left: 0px;
	margin-right: -1px;
}

.wlp_vertical_tabs>.wlp_wrapper>ul.ui-tabs-nav>li>a{
	display: block;
    padding: 12px 0 12px 20px;
    outline: none;
    text-decoration: none;
}

.wlp_vertical_tabs.tabs_right>.wlp_wrapper>ul.ui-tabs-nav{
	float: right;
}
.wlp_vertical_tabs.tabs_right>.wlp_wrapper>ul.ui-tabs-nav>li{
}
.wlp_vertical_tabs.tabs_right>.wlp_wrapper>ul.ui-tabs-nav>li>a{}
.wlp_vertical_tabs.tabs_right>.wlp_wrapper>ul.ui-tabs-nav>li.ui-tabs-active > a{
	border: none;
	border-right: none;
	border-left: 3px solid #888;
	background: #f0f0f0;
	margin-left: -1px;
	margin-right: 0px;
}
.wlp_vertical_tabs.tabs_right>.wlp_wrapper>ul.ui-tabs-nav>li.ui-tabs-active > a:hover{
	background: #f0f0f0;
}
.wlp_vertical_tabs.tabs_right>.wlp_wrapper>ul.ui-tabs-nav>li>a:hover{
	background-color: #fafafa;
}

.wlp_vertical_tabs.tabs_right>.wlp_wrapper>ul.ui-tabs-nav > .ui-tabs-active > a,
.wlp_vertical_tabs.tabs_right>.wlp_wrapper>ul.ui-tabs-nav > .ui-tabs-active > a:hover,
.wlp_vertical_tabs.tabs_right>.wlp_wrapper>ul.ui-tabs-nav > .ui-tabs-active > a:focus {
	border: none;
	border-left: 3px solid #888;
	background: #f0f0f0;
	margin-left: -1px;
}

.wlp-video-inner iframe{
	margin-bottom: 0px;
}
/*** accordion ***/
.wlp_accordion_content {
    padding-bottom: 0px;
    padding-bottom: 0px;
    border-left: 1px solid #eaeaea;
    color: #727272;
    border-right: 1px solid #eaeaea;
    color: #727272;
    display: none;
}
.wlp_accordion_content.ui-state-body-active{
	height: inherit !important;
}
div.wlp_accordion_wrapper>div.wlp_accordion_section:last-child>.wlp_accordion_content{
	border-bottom: 1px solid #f0f0f0;
}
.wlp_accordion_section > .wlp_accordion_header{
    position: relative;
    cursor: pointer;
    min-height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: inherit;
    margin-top: 0px;
    margin-bottom: -1px;
    clear: both;
    border: 1px solid #e0e0e0;
}
.wlp_accordion_section > .ui-state-active{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin: 0px;
}
.wlp_accordion_header > span.ui-accordion-header-icon{
	float: right;
	font-family: 'simple-line-icons';
	margin: 17px;
    color: #aaa;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wlp_accordion_header > span.ui-accordion-header-icon:before{
	content: "\e604";
}
.wlp_accordion_header.ui-state-active > span.ui-accordion-header-icon:before{
	content: "\e607";
}
.wlp_accordion_header > a {
	display: block;
    font-size: 15px;
    padding: 10px 15px;
    text-decoration: none;
    outline: none;
    font-weight: normal;
    border: none;
}

.wlp_accordion_header > a {
	cursor: pointer;
}

.wlp_accordion_content .wlp-panel-body{
	padding: 15px;
	display: inline-block;
	width: 100%;
}
.wlp_form{
	float: left;
	width: 100%;
	margin: 0px auto 0px;
	padding: 10px;
	position: relative;
}
.wlp_lead_form input[type=email], 
.wlp_lead_form input[type=text]{
	display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.wlp_lg_input  input[type=email], .wlp_lg_input input[type=text]{
    height: 50px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;  
}
.wlp_sm_input  input[type=email], .wlp_sm_input input[type=text]{
	height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.wlp_lead_form.wlp_email  input[type=email]{
    background-image: url(../images/mail.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.wlp_lead_form.wlp_user  input[type=text]{
    background-image: url(../images/user.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.wlp_lead_form{
	display: block;
	margin-bottom: 20px;
}
.wlp_lead_form button{
	display: inline-block;
    padding: 9px 30px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
}
.wlp_lg_input  button{
    height: 50px;
    padding: 10px 40px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;  
}
.wlp_sm_input button{
	height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.wlp_lead_form button:hover, .wlp_lead_form button:focus {
    opacity: 0.9;
    outline: none;
    box-shadow: none;
}
.wlp_lead_form .wlp_lead_error{
	color: red;
	font-size: 11px;
	float: left;
	width: 100%;
	padding: 5px 10px;
    text-align: left;  	
}
.wlp_lead_errors {
    float: left;
    width: 100%;
    color: #f3430f;
    font-size: 15px;
    border: 1px solid #f00;
    padding: 5px;
    margin: 10px 0px;
}
.wlp_lead_success {
    float: left;
    width: 100%;
    color: green;
    font-size: 15px;
    border: 1px solid green;
    padding: 5px;
    margin: 10px 0px;
}
.wlp_lead_form button {
    margin: 4px auto 10px;
}
.wlp_lead_form .wlp_lead_loader {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.35);
    text-align: center;
}
.wlp_lead_form .wlp_lead_loader i{
    color: #ffffff;
    font-size: 2em;
    margin-top: 12%;
    position: relative;
    z-index: 100;
}
.field-optinlist_hidden{
	display: none;	
}
/*--------extra css Start----------*/
.wlp_quote_form .wlp_lead_form button {
    border: 2px solid;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 40px;
}
.wlp_black_bg {
    background-color: rgba(21, 31, 40, 0.90) !important;
}
.wlp_finance_frm .wlp_lead_form.wlp_user.wlp_lg_input input {
    background-image: inherit;
}
.wlp_finance_frm .wlp_lead_form.wlp_email.wlp_lg_input input {
    background-image: inherit;
}
.wlp_opto_form {
    border-radius: 10px;
}
.wlp_med_icon .wlp-icon-wrapper i {
    display: inline-block;
    width: 95px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    background-color: #07bc83;
    border-radius: 100%;
}
.wlp_cab_form {
	background-color: rgba(0, 0, 0, 0.2) !important;
}
.wlp_cab_form .wlp_formsubscribe input {
    background-color: transparent !important;
    color: #fff;
}
.wlp_cab_form .wlp_lead_form.wlp_user  input[type=text]{
    background-image: inherit;
}
.wlp_cab_form .wlp_lead_form.wlp_email input[type=email] {
    background-image: inherit;
}
.wlp_nutri_bg .wlp-col-container > .wlp_row:first-child {
    background: rgba(0, 0, 0, 0.6);
}
.ply_scl_frm .wlp_lead_form.wlp_user.wlp_lg_input, 
.ply_scl_frm .wlp_lead_form.wlp_email.wlp_lg_input {
    width: 37%;
}
.ply_scl_frm .wlp_lead_form.wlp_lg_input{
	width: 19%;
}
.ply_scl_frm .wlp_lead_form.wlp_lg_input button {
    background-color: transparent !important;
    border: 2px solid #fff;
	width:92%;
	font-size: 21px;
}
.wlp_logistics_frm .wlp_lead_form.wlp_lg_input button{
	width: 100%;
	font-size: 20px;
}
.foot_bnr_frm button {
    padding: 16px 60px;
    height: auto;
}
.chocolate_frm{
	background-color: rgba(255, 255, 255, 0.15) !important;
}
.chocolate_frm button {
    height: auto;
    padding: 14px 70px;
}
.wlp_tailor_frm .wlp_lead_form button {
    width: 100%;
}
.wlp_full_width_frm .wlp_formsubscribe .wlp_lead_form, 
.wlp_full_width_frm .wlp_formsubscribe .wlp_lead_form button {
    width: 100%;
}
.wlp_library_form .wlp_lg_input button {
    height: auto;
    padding: 13px 73px;
    line-height: inherit;
}
.garden_frm .wlp_lg_input button{
	padding: 10px 55px;
}

@media (min-width:1200px){
	.wlp_handyform .wlp_lead_form.wlp_email.wlp_lg_input {
		width: 320px;
	}
}
@media (min-width:600px){
	.gift_news_frm .wlp_lead_form.wlp_email.wlp_lg_input {
		width: 400px;
	}
}
@media (max-width:767px){
	.ply_scl_frm .wlp_lead_form.wlp_user.wlp_lg_input, 
	.ply_scl_frm .wlp_lead_form.wlp_email.wlp_lg_input, 
	.ply_scl_frm .wlp_lead_form.wlp_lg_input, .ply_scl_frm 
	.wlp_lead_form.wlp_lg_input button {
		width: 100%;
	}
	.wlp_kids_thumb .wlp_single_image {
		margin-top: 0 !important;
	}
	.wlp_center{ 
	text-align:center !important;
	}
	.wlp_center p, 
	.wlp_center h1, 
	.wlp_center h2, 
	.wlp_center h3, 
	.wlp_center h4,
	.wlp_center h5, 
	.wlp_center .wlp-icon-wrapper{
		text-align:center !important;
	}
	.width_24{
		width:24% !important;
	}
	.wlp_center .wlp_single_image {
		text-align: center !important;
	}
}
@media (max-width:480px){
	.wlp_food_form {
		padding: 16px 15px 10px !important;
	}
	.veternity_form{
		padding:30px 20px !important;
	}
}
/*--------extra css End----------*/