@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;500;600;700&display=swap');
body{
	margin:0;
	padding:0;
	font-size:14px;
	color:#222222;
	font-family: 'Open Sans', sans-serif;
	background:#FAFAFA;
	
}
.top-right-bg{background:url(../images/landing-img.png);
	background-repeat: no-repeat;
    background-position: 113% -152px;}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
body.home{
	overflow: hidden;
}

*{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

*::selection{
	background:#50AB4F;
	color:#ffffff;
}

*:focus,*:active{
	outline:0;
}

*:focus-visible{
	outline:1px dotted rgba(0,0,0,.1);
}


a{
	text-decoration:none;
	color:#FF3464;
}

a:hover{
	color:#50AB4F;
}

button{
	cursor:pointer;
}

.mt-20{
	margin-top:20px !important;
}

.t-left{
	text-align:left !important;
}

.t-center{
	text-align:center !important;
}

.t-right{
	text-align:right !important;
}


.w-10{
	max-width: 10% !important;
}

.w-20{
	max-width:20% !important;
}

.w-30{
	max-width:30% !important;
}

.w-40{
	max-width:40% !important;
}

.w-50{
	max-width:50% !important;
}

.w-60{
	max-width:60% !important;
}

.w-70{
	max-width:70% !important;
}

.w-80{
	max-width:80% !important;
}

.w-90{
	max-width:90% !important;
}

.w-100{
	max-width:100% !important;
}

.img-fluid{
	max-width:100%;
	display:inline-block;
}

.d-flex{
	display:flex;
}

.container{
	max-width:1170px;
}

.clearfix{
	clear:both;
}

#header{
	position:absolute;
	z-index:9;
	display:flex;
}

.menu-toogle{
	background:none;
	border:0;
	padding:10px 15px;
	font-size:26px;
	margin-right:15px;
	transition:all .2s;
}

.menu-toogle:hover{
	color:#FF3464;
}

.logo{
	display:inline-block;
	padding: 10px 0;
}

.menu-bar {
    display: flex;
	position:relative;
    justify-content: center;
	margin: 80px 0;
}

.menu-bar ul{
	margin:40px 0 30px;
	padding:0;
	display:flex;
	width:80%;
	max-width:800px;
	height:2px;
	    justify-content: space-between;
	background:#d5d5d5;
}

.menu-bar ul li{
	list-style:none;
}

.menu-bar ul li a span{
	display:block;
	width:18px;
	height:18px;
	background:#d5d5d5;
	position:relative;
	border-radius:50%;
}

.menu-bar ul li a{
	width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    position: relative;
    margin-top: -10px;
    justify-content: space-between;
    z-index: 1;
    background:rgba(255,52,100,.2);
    text-align: center;
    padding: 3px;
	z-index:1;
}

.menu-bar ul li a:after{
	content:attr(data-title);
	position:absolute;
	bottom:30px;
	transition:all .5s;
	opacity:0;
	margin: 0 0 0 50%;
	transform: translate(-50%,0);
	white-space:nowrap;
	color:#404652;
	width: 140px;
	font-size:0;
    display: block;
}

.menu-bar ul li a:before{
	width:26px;
	height:1px;
	background:#FF3464;
	content:"";
	display:none;
	position:absolute;
	left:42px;
	transition:all .3s;
	transform:translate(-30px,0);
	top:24px;
	opacity:0;
}

.menu-bar ul li a:hover:after,.menu-bar ul li a:hover:before,.menu-bar ul li.active a:before,.menu-bar ul li.active a:after{
	bottom:30px;
	opacity:1;
	color:#FF3464;
	font-size:14px;
}

.menu-bar ul li.active span{
	background:#FF3464;
	box-shadow:0 0 10px rgba(0,0,0,.1);
}

.main-bg{
    position: absolute;
    right: -255px;
    top: -52px;
    transform: rotate(-124deg);
    width: 906px;
	z-index:0;
}

main{

	padding-left:72px;
	padding-right:72px;
	
}

footer{
	width:100%;
	bottom:0px;
	font-size:12px;
	padding:0 30px;
	line-height:20px;
}

footer p{
	margin-top:5px;margin-bottom: 20px;
}

.main-home{
	display: flex;
	padding:20px 100px 20px 10%;
	max-width:900px;
	flex-direction: column;
	justify-content: center;
	min-height:calc(100vh - 150px);
}

.main-home h1{
	z-index: 1;
	font-size:44px;
	line-height:58px;
	color:#333333;
	font-weight:bold;
	padding:20px 0 0;
	margin:0;
}


.main-home h2{
	margin-bottom: 30px;
}

.select_gender{
	display:flex;
}


.select_gender a{
	border-radius:8px;
	padding:20px;
	box-shadow:0 0 10px rgba(0,0,0,.1);
	background:#ffffff;
	display:flex;
	text-align:center;
	transition:all 700ms;
	position: relative;
	width:200px;
	height:200px;
	justify-content:center;
	align-items:center;
}

.back_button{
	display:none;
}

.select_gender a:first-child{
	margin-right:60px;
}

.select_gender a span{
	display:block;
	color:#000000;
	padding:10px 10px 0;
	width:150px;
	font-size:20px;
	font-weight:bold;
	transition:all 700ms;
	
}

.select_gender a:before {
    content: "";
    background: rgba(0,0,0,.1);
    width: 140%;
    height: 140%;
    display: block;
    position: absolute;
    z-index: -1;
    top: -20%;
    left: -20%;
    border-radius: 6px;
    animation: ripple 2.4s infinite;
}
.select_gender a:after{
	content: "";
    background: rgba(0,0,0,.1);
    width: 160%;
    height: 160%;
    display: block;
    position: absolute;
    z-index: -1;
    top: -30%;
    left: -30%;
    border-radius: 6px;
    animation: ripple 2.4s infinite;
}

@keyframes ripple{
	0%{
		opacity:1;
		transform:scale(0);
	}
	100%{
		opacity:0;
		transform:scale(1);
	}
	
}

.select_gender a:hover span{
	color:#ffffff;
}

.select_gender .male svg path{
	fill:#50AB4F;
	transition:all 700ms;
}


.select_gender .female svg path{
	fill:#FF3464;
}

.select_gender .male:hover{
	box-shadow:0 0 20px rgba(0,0,0,.1);
	background:#50AB4F;
}

.select_gender .female:hover{
	box-shadow:0 0 20px rgba(0,0,0,.1);
	background:#FF3464;
}

.select_gender a:hover svg path{
	fill:#ffffff;
}

.center-box{
	/*--
	background: rgba(0,0,0,.03);
	--*/
	border-radius:5px;
	min-width: 500px;
	max-width:960px;
	/*--
	padding:30px;--*/
	position: relative;
	transition:all .2s;
	text-align: center;
}

/*
.center-box.age_sliders{
	min-width:775px;
}
*/

.inner-pages{
	min-height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner-pages.pro_page{
	 flex-direction: column;
}

.inner-pages.pro_page>img{
	margin-bottom:40px;
}
.inner-pages:after{
	content: "";
	background: url(../images/stock.png) no-repeat;
	width:126px;
	height:171px;
	display: block;
	z-index: -1;
	position:absolute;
	left:-50px;
	bottom:24px;
	transform: rotate(45deg);
}

/*.inner-pages:before{
	content: "";
	background: url(../images/banner-img.png) no-repeat;
	width:180px;
	height:200px;
	display: block;
	z-index: -1;
	background-size: cover;
	position:absolute; 
	right:-00px; 
	bottom:-00px;
}*/

.btn-main{
	padding:12px 50px;
	background:#FF3464;
	color:#ffffff;
	font-size: 21px;
	display: inline-block;
	transition:all .2s;
	border:0;
	border-radius: 50px;
	box-shadow: 0px 6px 10px rgba(0,0,0,.1);
	font-weight: 600;
}

.position-static{
	position:static;
}
.btn-main:hover,.btn-main:focus,.btn-main:active{
	background:#50AB4F;
	color:#ffffff;
}

.top-icon{
	width:65px;
	height:65px;
	border-radius: 50%;
	color:#707070;
	font-size:38px;
	background: transparent;
	border: 1px solid #707070;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px auto 0;
}

.top-icon img{
	width:30px;
}

.center-box h1{
	font-size: 32px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.center-box h3{
	    font-size: 16px;
    margin: 10px 0 20px;
    font-weight: normal;
    color: #666666;
}
 
.options_sec a{
	display: block; 
    background: #ffffff;
    border-radius: 5px;
    padding:15px 25px;
	border:1px solid #ffffff;
    font-size: 18px;
    font-weight: 600;
    color: #222222; 
	position:relative;
    margin-bottom:18px;
    box-shadow: 0 0px 8px rgb(0 0 0 / 20%);
    transition: all 0.2s ease 0s;
}

.options_sec.scroll{
    max-height:calc(100vh - 360px);
    margin: 0 -10px 20px;
    padding: 0 10px 5px;
}

.options_sec a:last-child{
	margin:0;
}

.options_sec a:hover{
	background: #FF3464;
	border-color:#FF3464;
	color:#ffffff;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}


.white-box{
	background:#ffffff;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,.15);
	text-align: left;
	padding:30px;
	max-width: 800px;
	max-height: 365px;
	overflow: auto;
	margin-top:20px;
}
.email .white-box {box-shadow: none!important;}
.white-box p{
	margin-top: 0;
	font-size: 16px;
	line-height: 26px;
}



.white-box h3{
	font-size: 18px;
	font-weight: bold;
	color:#FF3464;
	margin:0 0 5px;
}

.white-box ul{
	margin:0 0 15px;
	padding: 0;
	list-style: none;
}

.white-box ul li{
	position: relative;
	padding:5px 0 5px 25px;
	font-size:16px;
}

.white-box ul li i{
	color:#50AB4F;
	position: absolute;
	left: 0;
	    top: 10px;
    font-size: 16px;
}

.white-box::-webkit-scrollbar ,.scroll::-webkit-scrollbar {
  width:6px;
}
 
.white-box::-webkit-scrollbar-track,.scroll::-webkit-scrollbar-track {
  background: #E3E3E3;
}
 
.white-box::-webkit-scrollbar-thumb,.scroll::-webkit-scrollbar-thumb {
  background-color: #FF3464;
  outline: 0px solid slategrey;
  border-radius: 10px;
}


.center-box .btn-main{
	margin: auto;
	max-width:350px;
	z-index:1;width:100%;
}

.center-box .white-box{
	margin-bottom:20px;
}

.s_meat{
	display:flex;
	flex-wrap:wrap;
}
.meat_wrapper{
	max-width:600px;
}
.s_meat a{
	display:block;
	width: calc(50% - 10px);
	border:1px solid #ffffff;
	display:flex;
	align-items:center;
	background:#ffffff;
	border-radius:5px;
	box-shadow:0 0 5px rgba(0,0,0,.1);
	overflow:hidden;
	transition:all .2s;
	font-size:20px;
	color:#222222;
	position:relative;
	margin-bottom:15px;
}

.s_meat a:nth-of-type(2n+1){
	margin-right:20px;
}

.s_meat a .svg_icon{
	background:rgba(0,0,0,.02);
	padding:10px 15px;
	margin-right:10px;
	transition:all .2s;
}

.s_meat a .svg_icon path{
	fill:rgba(0,0,0,.7);
	transition:all .2s;
}

.s_meat a:hover{
	background:#FF3464;
	border-color:#FF3464;
	color:#ffffff;
}

.s_meat a::after,.options_sec a::after{
	width:18px;
	height:18px;
	content:"\f00c";
	border-radius:50%;
	display:block;
	position:absolute;
	right:5px;
	top:5px;
	background:#50AB4F;
	color:#ffffff;
	font-family: 'Line Awesome Free';
    font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
	transform:scale(0) translate(-50px,0);
	transition:all .3s;
	opacity:0;
    text-rendering: auto;
    line-height: 18px;
	font-size:12px;
	text-align:center;
}

.s_meat a.active,.options_sec a.active{
	border-color:#FF3464;
}

.s_meat a.active::after, .options_sec a.active::after{
transform:scale(1) translate(0px,0);
	opacity:1;
}

.s_meat a:hover .svg_icon{
	background:rgba(0,0,0,.17);
}

.s_meat a:hover .svg_icon path{
	fill:#ffffff;
}

.popup{
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.7);
	display:flex;
	align-items:center;
	justify-content:center;
	top:0;
	left:0;
	z-index:9;
	opacity:0;
	transition:all .2s;
	visibility:hidden;
}

.popup_box{
	background:#ffffff;
	padding:40px 50px 0px 50px;
	border-radius:5px;
	box-shadow:0px 0px 20px rgba(0,0,0,5);
	text-align:center;
	transition:all .2s;
	transform:translate(0,-100%);
}

.popup.open{
	opacity:1;
	visibility:visible;
}

.popup.open .popup_box{
	transform:translate(0,0);
}

.popup_box h2{
	font-size:32px;
	margin:0;
}

.popup_box p{
	text-align: left;
	color:#000;
	font-size:16px;
	margin:5px 0 15px 0;
}
#nextmonth {
    margin-left: 33px;
}

.popup_box .btn-main{
    transform: translate(0, 20px);
}

.scroll{
	overflow:auto;
}
.s_meat.scroll{
	max-height:calc(100vh - 350px);
	margin:0 -10px 20px;
	padding:0 10px;
	min-height: 210px;
}

/* rank */
.meal-plan{
	background-color: #ffffff;
	padding: 20px;
	border-radius: 5px;
	text-align: left;
}
.meal-plan h4 {
	color: #FF3464;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
}
.progress-bar{
	position: relative;
    width:100%;
    height: 20px;
    background-color: #f6f9ff;
    border-radius: 25px;
    color: #ffffff;
}
.progress-bar span{
    left: 0px;
    bottom: 0px;
    top: 0px;
	display:block;
	height:100%;
	max-width:100%;
    background-color:#FF3464;
    border-radius: 25px;
    padding: 10px 8px;
	transition:width .2s;
}

.meal-plan h2 {
	color: #000000;
    font-size: 28px;
    margin: 9px 0px;
}
.meal-plan span {
	    color: #000000;
    font-size: 18px;
}

.meal-plan p{
	color:#FF3464;
}

.ctrl-label{
	margin-bottom:42px;
	display:block;
	font-size:16px;
}

.ui-widget-content{
	border:0;
	background:rgba(238,32,60,.1);
	border-radius:20px;
	height:8px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: #FF3464;
    box-shadow: 0 0 0px 6px rgb(238 32 60 / 30%);
    top: -10px;
}


.age_sliders .white-box{
	padding-top:15px;
	padding-bottom:15px;
}

.ui-slider-float .ui-slider-tip, .ui-slider-float .ui-slider-tip-label{
opacity: 1;
    visibility: visible;
    border: 0;
    background: #FF3464;
    color: #ffffff;
    font-size: 14px;
    width: 30px;
    border-radius: 5px;
    line-height: 25px;
    height: 22px;
    top: -33px !important;
    margin-left: -16px;
}

.ui-slider-float .ui-slider-tip:before, .ui-slider-float .ui-slider-pip .ui-slider-tip-label:before{
	    border: 8px solid rgba(255, 255, 255, 0);
	border-top-color:#FF3464;
	bottom: -13px;
    left: 50%;
    margin-left: -7px;
}

.ui-slider-float .ui-slider-tip:after, .ui-slider-float .ui-slider-pip .ui-slider-tip-label:after{
	border-top-color:#FF3464;
	display:none;
}

.ui-slider-pips .ui-slider-pip{
	top:10px;
}

.ui-slider-pips .ui-slider-line{
	height:8px;
	background:rgba(112,112,112,.3);
}

.ui-slider-pips .ui-slider-label {
    top: 0;
    left: 24%;
    width: 2.1em;
    background: #ffffff;
}

.ui-slider-pips [class*=ui-slider-pip-initial],.ui-slider-pips [class*=ui-slider-pip-selected]{
	color:rgba(112,112,112,.3);
}

.white-box.height .d-flex,.c_logos{
	justify-content: space-between;
}

.white-box.height  input[type="checkbox"] {
  display: none;
}

#switch {
  position: relative;
  display: block;
  width: 100px;
  height: 30px;
  background-color: #DCDCDC;
  color:#333333;
  border-radius: 350px;
  cursor: pointer;
  margin: 0 auto;
}

#knob {
  width: 56px;
  height: 30px;
  background:#FF3464;
  position: relative;
  top: 0px;
  box-shadow:0 6px 16px rgba(0,0,0,.2); 
  left: 45px;
  border-radius: 30px;
  transition: 0.4s ease left, 0.4s ease background-position;
  z-index: 1;
}

#cm,
#feet {
  position: absolute;
 color: #444444;
  margin-left:15px;
  z-index: 2;
  transition:color .2s;
}

#feet {
  margin-left:0px;
  color:#444444;
}

#lol-checkbox:checked + #switch #knob {
  left: 0;
}

#lol-checkbox:checked + #switch #cm{
	color:#ffffff;
}

#lol-checkbox:checked + #switch #feet{
	color:#222222;
}

.height .ui-slider .ui-slider-pip:nth-of-type(5n+2)  .ui-slider-line{
	height:14px;
}

.weight-switch input{
	display:none;
}

.weight-switch #switch{
	transform:scale(1.3);
	margin:20px auto 10px;
}

.processing{
	width:100%;
}

.form-control{
	width:100%;
	padding:15px;
	border-radius:10px;
	font-size:14px;
	transition:all .3s;
	border:2px solid #eeeeee;
}

.form-control:focus{
	border-color:#FF3464;
	box-shadow:0 0 10px rgba(237,32,60,.3);
	outline:0;
}

.s-text{
	font-size:12px;
	opacity:.6;
}
.plan-page{
	height:auto;
	overflow:auto;
	
}

.plan{
	height:auto;
	padding-bottom:30px;
	overflow: visible;
}
.plan .white-box{
	margin-top:30px;
	max-width:100%;
}

.plan .center-box{
	max-width:900px;
	margin:auto;
}


.plan .logo{
	margin:0px 0 0;
	display:block;
}

.plan h1{
	margin-top:0;
	color:#FF3464;
	font-size:30px;
	margin-bottom:15px;
	font-weight:normal;
}

.plan .white-box .btn-main{
	max-width: 350px;
	text-align:center;
	
}


.plan .mt-heading{
	margin-top:40px;
}

.four-box,.two-box {
	justify-content: space-between;
}

.plan h2{
	font-size:26px;
	margin-top:0;
}

.plan .btn-static{
	margin:20px auto 0px;
	position:static;
}

.icon-box{
	padding:15px;
	border-radius:5px;
	background:#ffffff;
	text-align:center;
	box-shadow:0 2px 5px rgba(0,0,0,.1);
	font-size:16px;
	text-transform:uppercase;
	margin-top:30px;
}

.icon-box .icon{
	width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 38px;
    background: #50AB4F;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -50px auto 0;
}

.four-box .icon-box{
	width:calc(25% - 30px);

}

.icon-box strong{
	font-size:62px;
	display:block;
	text-align:center;
	line-height: 66px;
}

.icon-box strong span{
	font-size:20px;
	    line-height: 0;
}

.icon-box.target{
background: #fff;
    color: #383838;
    border: 1px solid #56468f;
}

.icon-box.target .icon{
	background:#ffffff;
}

.two-box .white-box{
	width:calc(50% - 20px);
	font-size:16px;
}


.two-box .white-box strong{
	color:#FF3464;
	font-size:30px;
}

.two-box h3{
	color:#222222;
	font-size:20px;
	margin-top:0;
	margin-bottom:20px;
}

.plan .white-box h2{
	margin-bottom:0;
}

.c_logos{
	align-items:center;
	
}
.c_logos img{
	width:140px;
	margin-top:20px;
	padding:5px;
	border:1px solid #f8f8f8;
}

.no-scroll{
	max-height:none;
}

.our_pro h2{
	color:#FF3464;
	margin-bottom:10px;
}

.our_pro .name{
	margin:10px 0;
	font-size:16px;
	line-height:24px;
}

 /* offers */
h2.second-heading{
	font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    color: #FF3464;
    margin-top: 8px;
    margin-bottom: 0px;
}
span.first-span {
    font-size: 22px;
    color: #222229;
}
h1.first-heading{
	    font-size: 40px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}
h3.third-heading {
    font-size: 22px;
    color: #000000;
    margin: 0px;
}
p.pasa {
    margin: 2px;
}
.white-box span{
	font-size: 22px;
	line-height: 1.2;
}
.white-box h2{
	
	padding-bottom: 18px;
}
.img-gif {
    text-align: center;
    padding-bottom: 20px;
}


.btn-main2 {
    padding: 15px 50px;
    background: #FF3464;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    transition: all .2s;
    border: 0;
	cursor:pointer;
    border-radius: 50px;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 10%);
}
.center-box .btn-main2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 350px;
    z-index: 1;
        text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.white-box li span{
	 color: #000000;
    font-size: 14px;
    font-weight: normal;
}
.box
{
	text-align: center;
    border: 1px solid #222121;
    padding: 20px 30px;
    display: block;
    margin: 13px auto;
    width: 37%;
}
.box h1{
	    font-size: 52px;
    font-weight: 700;
    margin: 0px;
}
.box h3{
	    font-size: 18px;
    font-weight: 600;
    padding: 6px 0px;
}
.box p{
	font-size: 14px;
    margin: 0px;
}
.bild_mnth
{
	text-align: center;
    margin: 0px;
}
.skp {
    color: #000;
    text-decoration: underline;
    margin-top: 10px;
    display: block;
    font-weight: 600;
    margin-top: 4%;
}

a.skp:hover {
    text-decoration: none;
    color: #FF3464;
}
.btn-main2:hover, .btn-main2:focus, .btn-main2:active {
    background: #50AB4F;
    color: #ffffff;
}
h1.thank-heading {
    color: #FF3464;
    font-weight: 700;
    text-align: center;
    font-size: 62px;
    font-family: 'Great Vibes';
    margin-top: 12px;
}
p.qustn-dscrp {
    text-align: center;
    font-size: 30px;
    font-family: 'Great Vibes';
    margin: 6px;
}
.pasa4 {
    color: #FF3464;
    text-align: center;
    margin-top: 10px;
}

table {
  table-layout: fixed;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  /* border-bottom: 2px solid; */
}
h3.hd3 {
    font-size: 25px;
    font-weight: bold;
    color: #FF3464;
    margin: 0 0 5px;
    text-align: center;
}

em {
    font-style: italic;
}
.proce {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-top: 6px;
}
p.psec {
    padding-top: 10px;
}
.h3-center{
	text-align: center;
	padding: 10px 0px;
}
.h2-center{
	text-align: center;
}
.me-img {
    vertical-align: top;
    margin: 5px 10px 0px 0px;
    border: 2px solid #FF3464;
}
.img-responsive {
    display: inline-block;
    max-width: 70%!important;
    height: auto;
}
.btn-submit {     
	font-weight: 500;
    background: #FF3464;
    padding: 17px;
    color: #ffffff;
    border: 2px solid;
    border-radius: 7px;
}


#vidBox {
    z-index: 999;
    position: fixed;
    bottom: 0px!important;
    right: 8px!important;
    float: right;
}
video {
	border-radius: 7px;
    width: 100%;
    opacity: 1 !important;
    max-width: 340px;
    position: relative;
}

.pplr_keto {
    color: #FF3464;
    font-size: 24px;
    font-weight: 500;
    line-height: 37px;
    margin-bottom: 6px;
    margin-top: 6px;
    text-align: center;
}
.mnofrdv {
    text-align: center;
    margin: 30px 0 50px;
    position: relative;
}
.final-ofer {
    color: #ffffff;
    font-size: 15px;
    background-color: #694296;
    padding: 20px 40px 20px;
    text-align: center;
    border-radius: 85px;
    box-shadow: 0 7px 20px 0 rgb(194 193 193 / 15%);
}

span#timer {
    font-size: 25px;
    font-weight: 600;
}

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

.rate-lists {
    border-radius: 10px!important;
    background-color: #ffffff;
    border: 3px solid #eeeeee;
    padding: 10px 15px;
    display: flex;
	cursor:pointer;
    color: #000000;
    margin: 30px 15px;
}

.rate-lists.active{
	border-color:#FF3464;
}
.check {
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
	transition: all .35s ease;
    margin-right: 1rem;
    align-self: center;
}
.check i {
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 600;
    color: #5BB05A;
    display:none;
}

.rate-lists .check .la-times-circle{
	display: block;
}
.rate-lists.active .check .la-check-circle {
    color: #FF3464;
    display: block;
}

.rate-lists.active .check .la-times-circle{
	display: none;
}


.dvcntmn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 2;
    text-align: left;
}
.dvcntmn2 {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: .6rem;
}
.dvcntmn .check-titl {
    font-size: 23px!important;
    padding-bottom: 0;
}
.prcmnth {
    font-size: 1.3rem;
    font-weight: 300;
    color: #9a949c;
    padding-top: 5px;
}
.price-list {
    color: #4e4290;
}
.striked {
    text-decoration: line-through;
    color: #4e4290;
    font-size: 13px!important;
    padding-left: 0;
}
.ratpng {
    color: #FF3464;
    padding: .4rem 0;
    display: block;
    font-size: 30px!important;
    font-weight: bold;
}
.rate-lists:hover {
    box-shadow: 0 8px 12px 0 #e5e4e4e0;
}
.offeres {
    background: linear-gradient(90deg ,#FF3464,#000000);
    border-radius: 4px;
    color: #ffffff;
    width: 76%;
    position: relative;
    left: 12%;
    top: -36px;
}
.col-aling{
	align-items: flex-start;
	display: flex;
}
.prize {
    font-size: 16px;
}
a.main3 {
	color: #ffffff;
	background-color: #56468f;
	font-weight: 700;
	padding: 16px 60px;
	border-radius: 50px;
	display: inline-block;
	margin: 10px 10px 25px!important;
	font-size: 18px;
}
.payment-btn{
	text-align: center;}
.spacer {
    padding: 3px;
}
.rght-sd img {
    max-width: 320px;
}

.bnftmndv {
    text-align: center;
}
.bottom-text{
	color: rgb(2 1 5 / 70%);
	font-size:80%;
}
.btmhtp {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1119px;
    margin: 38px auto 0;
    border-radius: 63px 63px 0 0;
    padding: 40px 65px;
    background-color: rgba(21,18,38,.9);
}
.btmhtp_immg {
    margin: 0px 5%;
    align-items: center;
    justify-content: center;
    margin-bottom: -20px;
    flex-wrap: wrap;
    display: inline-block;
    text-align: center;
}

.o-section-security__bottom {
    background: #ffffff;
    padding: 50px 15px 30px;
    margin-top: -30px;
}
.o-section-security__cards {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    max-width: 1520px;
    margin: auto;
}
.small {
    font-size: 80%;
}
.o-section-security__card {
    max-height: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    transition: .35s ease;
}
.o-section-security__card2 {
    max-height: 50px;
    }
.o-section-security__item {
    max-height: 30px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    transition: .35s ease;
    margin-right: 30px;
    margin-bottom: 20px;
}

.covered-in img {
    margin: 10px 0 20px; 
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 1;
}

/*------slider-----*/
#marquee {
    height: 285px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.five_marq .mar_inner {
    animation: moveSlideshowtwo 50s linear infinite;
}
.mar_inner {
    height: 320px;
    width: 10000px;
    display: flex;
    position: absolute;
    overflow-x: hidden;
    padding: 30px 0;
    top: 0;
    left: 0;
    animation: moveSlideshow 50s linear infinite;
}
.mar_inner>div {
    width: 300px;
    height: 100%;
    padding: 0 20px;
}
.text-center {
    text-align: center!important;
}
.block {
    position: relative;
    background: #fff;
   	transition: all .2s;
    }
.mar_inner .block {
    height: 250px;
}


@keyframes moveSlideshow {
  100% { 
    transform: translateX(-1800px);  
  }
}

@keyframes moveSlideshowtwo {
  100% { 
    transform: translateX(-1500px );  
  }
}

header nav {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
header nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 170px;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
}
header nav ul li {
  transform: translateY(50px);
  opacity: 0;
}
header nav ul li a {
  display: block;
  font-size: 2em;
  text-decoration: none;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
header nav ul li a:hover {
  color: #E84A5F;
}

.toggle-btn {
    display: none;
    position: relative;

    z-index: 10;
    cursor: pointer;
    padding: 8px 13px;
    margin-right: 10px;
}
.toggle-btn .bar {
  width: 30px;
  height: 2px;
  margin: 7px auto;
  background-color: #333333;
  transition: all 0.3s ease-in-out;
}

.toggle-btn:hover .bar{
	background:#FF3464;
}

.toggle-btn .bar:nth-child(2) {
  width: 30px;
}

#toggle:checked ~ nav {
  opacity: 1;
  visibility: visible;
}
#toggle:checked ~ nav ul {
  top: 70px;
}
#toggle:checked ~ nav ul li {
  transform: translateY(0px);
  opacity: 1;
}
#toggle:checked ~ nav ul li:nth-child(1) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
}
#toggle:checked ~ nav ul li:nth-child(2) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
}
#toggle:checked ~ nav ul li:nth-child(3) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
}
#toggle:checked ~ nav ul li:nth-child(4) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
}
#toggle:checked + label.toggle-btn .bar {
  background-color:#FF3464;
}
#toggle:checked + label.toggle-btn .bar:nth-child(2) {
  transform: translateX(50px);
  opacity: 0;
}
#toggle:checked + label.toggle-btn .bar:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
#toggle:checked + label.toggle-btn .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

#toggle:checked + label.toggle-btn{
	background:transparent;
}

.white-box.p-content{
	max-height:none;
}

.white-box.p-content ol li,.white-box.p-content ul li{
	padding-bottom: 5px;
    line-height: 24px;
}

.p-content hr{
	border: 0;
    border-top: 1px solid #eeeeee;
    margin: 30px 0;
}

.other-footer{
	position:relative;
}

.other-footer ul{
	margin:0;
	padding:0;
	list-style:none;

}

.other-footer ul li{
	display:inline-block;
}

.other-footer ul li a{
	color:#333333;
	display:block;
	font-size:14px;
	padding:0 8px 0;
	margin:10px 0;
	border-right:1px solid #d5d5d5;
}

.other-footer ul li a:hover{
	color:#FF3464;
}

.other-footer ul li:last-child a{
	border:0;
}

.question {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    background: rgba(0,0,0,.02);
}

.question:before {
    content: "";
    width: 50px;
    height: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

 .question:after {
    content: "";
    width: 50px;
    height: 100%;
    background: rgba(0,0,0,.03);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.question .title {
    padding:15px 40px 15px 65px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.question .title .num {
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 18px;
    font-weight: bold;
    width: 50px;
	font-size:16px;
    text-align: center;
}

 .question .title i {
    font-size: 18px;
    line-height: 18px;
    display: block;
    position: absolute;
    right: 15px;
    top: 21px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: rgba(0,0,0,.25);
}

.question .title > .la-plus {
    display: block;
}

.question .title > .acc-icon-minus {
    display: none;
}

.question .answer {
    padding: 0 20px 20px 80px;
    overflow: hidden;
    display: none;
}

.question.active .title {
    color: #50AB4F;
}

.answer p span{
	color:#FF3464;
	font-size:14px;
}

.question.active .title > .la-minus {
    display: block;
}

.question.active .title > .la-plus {
    display: none;
}

.contact-info ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
	padding-right:30px;
    margin-bottom: 0;
}

.contact-info ul li {
    position: relative;
    margin-bottom: 35px;
    padding-left: 100px;
}


.contact-info ul li .icon {
    width: 75px;
    height: 85px;
    
	background-color: #f8f9f8;
    border-radius: 3px;
    position: absolute;
    text-align: center;
    left: 0;
   
    -moz-transition: .5s;
    transition: .5s;
    top: 0;
}

.contact-info ul li h3 {
    margin-bottom: 8px;
    font-size: 24px;
	    color: #221638;
    font-weight: 800;
}

.contact-info ul li p {
    font-weight: 600;
    max-width: 300px;
    margin-bottom: 0;
    margin-top: 2px;
}

.contact-info ul li .icon i {
    position: absolute;
    left: 0;
	color: #FF3464;
	 font-size: 40px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-form{
	padding-left:30px;
	margin-top:20px;
}

.contact-form .form-control{
	margin-bottom:30px;
	background:#f9f9f9;
}

.contact-form .btn-main{
	margin:0;
	cursor:pointer;
}

.sign-box{
	text-align: center;
}
.forgot-heading
{
	 font-weight: normal;
    color: #000000;
}
/*-----error----*/
.err_popup{
	background-color: #ffffff!important;
    margin: 5px auto;
    padding: 10px 10px 10px 40px;
    color: #FF3464;
    border: solid 2px;
    background: url(../images/x-mark.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: -33px -3px;
    background-origin: content-box;
    font-weight: 600;
}
.o-section-security__bottom {
	background: #fff;
	padding: 50px 15px 30px
}

.o-section-security__cards {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	max-width: 1520px;
	margin: auto
}

.o-section-security__card.small {
	max-height: 30px
}

.o-section-security__card {
	max-height: 50px;
	margin-right: 30px;
	margin-bottom: 20px;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
	transition: .35s ease
}

.o-section-security__card:last-child {
	margin-right: 0
}

.covered-in {
	color: #9a949c;
	text-align: center;
	font-size: 14pt
}

.o-section-security__cards {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	max-width: 1520px;
	margin: auto
}

.covered-in img {
	margin: 10px 0 20px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 1
}

::placeholder {
	color: #000;
	opacity: .8
}

:-ms-input-placeholder {
	color: #000;
	opacity: .8
}

::-ms-input-placeholder {
	color: #000;
	opacity: .8
}

#myModals {
	display: none
}

.smooth-scroll {
	cursor: pointer
}

#paypl_err {
	display: none;
	color: red;
	margin-top: 10px;
}

@media only screen and (min-width: 1000px) {
	.fnlovrly {
		background: url(./images/biling-bg.png) no-repeat;
		background-position: 100% 0%;
		background-size: 25%;
	}
}

.ttldv {
	padding: 15px;
	max-width: 760px!important;
	margin: 0 auto!important;
	align-items: center;
	line-height: 2px
}

p#mrpidl {
	color: #4e4290;
	text-decoration: line-through;
}

.payment-separator {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ebebeb;
	line-height: .1em;
	margin: 25px 0;
}

.payment-separator span {
	background: #fff;
	padding: 0 10px;
}

.payment-outer {
	padding: 10px 0px;
	border-radius: 12px;
	cursor: default;

}
.pay-sect {
    width: 100%;
    padding: 30px;
    max-width: 480px;
}

.modal-title {
	color: #000;
	text-align: left;
	font-weight: normal;
	font-size: 25px;
	margin-bottom: 5px;
	margin-top: 10px;
}
#gif {
    text-align: center;
    font-size: 12px;
    padding-top: 20px;
}

.modal-header {
	justify-content: flex-start!important;
	padding: 0!important;
}

.ccr {
    margin: 12px 0px;
    text-align: left;
}

.ccr img {
	width: 45px;
}
button#sumit {
    margin-bottom: 15px;
        max-width: 300px;
    }

.select-items.select-hide {
    display: none;
}
.select-selected {
    display: none;
}
.mrgn{
	display: flex;
}
.month-div{
	width: 50%;
    margin: 10px 5px 10px 0px;
}
.year-div{
	width: 50%;
    margin: 10px 0px 10px 5px;

}
#crd_cvv{
	width: 49%;
	margin-right:20px;
}
.mmbtn2{
	background-color: #ddd;
	margin: 0px 0 20px;
    border-radius: 5px;
    cursor: pointer;
}
.mmbtn2:hover{
	background-color: #cfcdcd;
}
.paypal-img {
    vertical-align: middle;
    width: 25%;
    padding: 10px 2px;
}
#stripe-total-price {
    font-size: 30px;
    font-weight: bold;
}
#stripe-text {
    font-size: 18px;
}
.btn-close{
      position: absolute;
    padding: 8px;
    color: #FF3464;
    font-size: 16px;
    display: inline-block;
    transition: all .2s;
    top: 0px;
    right: 0px;
}
i.las.la-times {
    font-size: 25px;
    font-weight: bold;
}
.contact-form a {
    position: absolute;
    right: 43px;
    bottom: 80px;}
 main.plan.inner-pages-2{padding-top:15px;}
  main.inner-pages-2 .t-center.logo img{padding-bottom:10px;}
 .inner-pages-2 {
    height: 100%;
    align-items: center;
    justify-content: center;
    background: url(../images/landing-img.png);
    background-repeat: no-repeat;
    background-position: 113% -152px;
}

.inner-pages-2:before {
    content: "";
    background: url(../images/banner-img.png);
    width: 180px;
    height: 200px;
    display: block;
    z-index: -1;
    background-size: cover;
    position: absolute;
    right: -00px;
    bottom: 30px;
}
.inner-pages-2:after {
    content: "";
    background: url(../images/stock.png);
    width: 276px;
    height: 276px;
    display: block;
    z-index: -1;
    position: absolute;
    left: -50px;
    bottom: -28px;
    transform: rotate(45deg);
}
#ketocntid {
    padding-bottom: 3px;
}
#disid {
    padding-bottom: 3px;
}

.plan-status-hedr{
	    max-width: 430px;
    margin: auto;
    display: flex;
    background: #eeeeee;
    padding: 15px 48px;
    justify-content: space-between;
    font-weight: bold;
    -webkit-box-pack: justify;
	    justify-content: space-between;
}

.plan-status-hedr p{
	margin:0;
}

.plan-c-status-reslt{
	max-width: 430px;
	    min-height: 124px;

    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0 34px;
	margin: auto;
}

.plan-status-reslt{
      margin-bottom: 10px;
    margin-right: 17px;
    margin-left: 12px;
    font-size: 24px;
    font-weight: bold;
    padding-top: 25px;
}

.plan-c-status-reslt em{
	font-size:14px;
	color:#FF3464;
}

.plan-b-status-reslt {
    font-size: 23px!important;
    margin-left: 0;
    margin-top: 10px;
}

 .plan-b-status-reslt {
    position: relative;
    top: 220px;
    left: -9px;
	font-size:24px;
	font-weight:bold;
}

#ach_id {
    top: 58px;
    left: -5px;
}

.grphmn img {
    display: block;
    width: 100%;
	margin:auto;
	display:block;
    max-width: 450px;
	margin: -100px auto 0;
}

.bmimt{
	margin-top:25px;
}

.chart-gauge {
    width: 300px;
    margin: 10px auto;
}

svg:not(:root) {
    overflow: hidden;
}

.chart-color1 {
    fill: #37a930;
}
.chart-color2 {
    fill: #f8a12e;
}

.chart-color3 {
    fill: #e92213;
}

.needle, .needle-center {
    fill: #a2a1a1;
    stroke-width: 1px;
    stroke: #fff;
}

.needle, .needle-center {
    fill: #a2a1a1;
    stroke-width: 1px;
    stroke: #fff;
}


.bmilevel p {
    text-align: center;
    font-size: 22px;
    max-width: 490px;
}

.chart-gauge svg {
    height: 170px;
}

.rdgnmn {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:10px;
}

.rdylgn {
    margin-left: 20px;
}

.rdylgn i{
	width:10px;
	height:10px;
	display:inline-block;
	background:#000000;
	margin-right:5px;border-radius:10px;
}

.rdylgn .green{
	background:#37a930;
}
.rdylgn .orange{
	background:#f8a12e;
}
.rdylgn .red{
	background:#e92213;
}

p.bmilevel{
	font-weight:bold;
    color: #FF3464;
    font-size: 26px;
}

p.rskaso{
	font-weight:bold;
    font-size: 26px;
}


.bmiwtclcu h4{
	font-size: 32px;
    position: absolute;
    bottom:0;
    left:0;
    margin:0;
    right: 0;
    text-align: center;
}

.unweight{
	position: relative;
}

.age_sliders #err_popup3,.age_sliders #err_popup2, .height #err_popup6{
	padding-top:0px;
}


.processing .popup_box{
	padding: 0;
    width: calc(100% - 30px);
    max-width: 750px;
}

.stress, .attention{
	margin-top:20px;
}

.stress img, .attention img{
	margin:5px auto 10px; 
}

.two-box .white-box li strong{
	font-size: 14px;
    color: #222222;
}

.two-box .white-box .rgycrcl{
	display:block;
	text-align:left;
}

.meta-chart{
	position:relative;
	max-width:245px;
	margin:auto;
	margin: 32px auto 0;
}

.meta-chart .bmir i{
    font-size: 30px;
    position: absolute;
    bottom: 0;
	right:10px;
}

.meta-chart .bmir .red_arrowdv{
	color: #e0150b;
	animation: bmred 1s infinite;
}

.meta-chart .bmir .green_arrowdv{
	color:#37a930;
	animation: bmgreen 1s infinite;
	right:auto;
	left:0;
	transform:scale(-1);
}

.meta-chart .bmir .orange_arrowdv{
	color:#f8a12e;
	animation: bmorange 1s infinite;
	right: 0;
    left: 0;
    top: 0;
	width:100%;
	bottom:auto;
	transform:rotate(-90deg);
	margin:auto;
}



@keyframes bmred{
	0%{right:-28px;}
	50%{right:-32px;}
	100%{right:-28px;}
}

@keyframes bmgreen{
	0%{left:-28px;}
	50%{left:-32px;}
	100%{left:-28px;}
}

@keyframes bmorange{
	0%{top:-28px;}
	50%{top:-32px;}
	100%{top:-28px;}
}
/************************************ New CSS **********************************/
body{background: white}
@media screen and (min-width:768px){#header {left: 0px;}}
.main-home h1{color:#ff3464;font-size: 40px;line-height: 46px}
.main-home h2{color: #444;font-family: Lato,Montserrat;font-size: 20px;font-weight: 700;letter-spacing: .68px;line-height: 23px}
@media (max-width: 768px){.select_gender a {padding: 15px 25px !important}}
@media (min-width: 1200px){.toggle-btn {padding: 0 13px}}
.select_gender a {border-radius: 50%}
.select_gender a span {padding: 4px 10px 0;width: 116px}
.select_gender a.female:before {background: rgba(255,52,100,.4); border-radius: 100%;}
.select_gender a.male:before {background: rgba(86,70,143,.4); border-radius: 100%;}
.select_gender a.female:after {background: rgba(255,52,100,.4); border-radius: 100%;}
.select_gender a.male:after {background: rgba(86,70,143,.4); border-radius: 100%;}
.center-box h3{color: #444;font-family: Karla,Montserrat;font-size: 28px;font-weight: 700;line-height: 32px;margin-top: 28px;margin-bottom: 48px;text-align: center;}main.inner-pages .white-box h3{margin-bottom:18px;}
.center-box h1{font-size: 19px;color: #9b9b9b}
.options_sec a{font-size:1.1rem;color:#444;letter-spacing: .51px;line-height: 21px;font-weight: normal;}
.options_sec a:hover{color:#ff3464;border:1px solid #ff3464;background: transparent}
.btn-main:hover, .btn-main:focus, .btn-main:active{background:#56468f;color:white}
.white-box::-webkit-scrollbar-thumb,.scroll::-webkit-scrollbar-thumb {background-color:#959595}
.s_meat a:hover{background:white;border-color:#FF3464;color:#FF3464;filter:invert(0) !important}
.s_meat a:hover::after, .options_sec a:hover::after{color:#FFF;filter:invert(0) !important}
.s_meat a.active,.options_sec a.active{border-color:#FF3464;filter:invert(0) !important}
.s_meat a:hover .svg_icon{fill: #FF3464 !important;background: rgba(0,0,0,.05) !important}
.s_meat a:hover .svg_icon path{fill: #FF3464 !important;background: rgba(0,0,0,.02) !important}  
.top-icon {margin: 75px auto 0}
.white-box{padding: 24px}
.select_gender a.male svg path{fill:#56468f}
.select_gender a.male:hover{background:#56468f }
.select_gender a.male:hover svg path{fill:white}
.select_gender a span{font-size: 18px}
.s_meat a::after, .options_sec a::after{background:#56468f}
.btn-main-custom{background: #b5b5b5}
.icon-box .icon{background:#56468f }
.icon-box.target .icon{box-shadow: 0px 1px 9px 2px #ddd;}
.target .icon svg path:nth-child(1),.target .icon svg path:nth-child(2),.target .icon svg path:nth-child(3){fill:#56468f}
.target .icon svg path:nth-child(4){stroke:#56468f}
.center-box-custom {max-width: 500px !important}
.center-box h1 {color:#565656}.hide-menu{display:none}
/******* after selection this color will be there .btn-main{background: #ccc} ************/
.position-rel{position:relative}.position-rel input[type=number]{width: 100%;padding: 17px 10px;border: 1px solid #ccc;border-radius: 5px;background: transparent}.position-rel .unitLabel{color:#191717;font-family: Untitled Sans,sans-serif;font-size: 16px;margin: auto 10px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);z-index: 2;letter-spacing: 1px;transition: all ease-in-out 0.5s}.ctrl-label {margin-bottom: 15px}s{margin-bottom: 0px !important}.margin-b{margin-bottom: 0px !important}
.position-rel input[type=number]:focus + .unitLabel,.position-rel input[type=number]:hover + .unitLabel{right: 18px}
@media (max-width: 768px){
.height .ctrl-label {
    margin-bottom:15px !important;
}}
/* button.cstm-btn.disabled{background: #bfbfbf} */
a.disabled{background: #bfbfbf}
/*.center-box.age_slides{min-width:550px!important}*/
.error_message{color:red; font-size:11px; padding-left: 5px}
.pad-10{padding:10px !important}
.blur-img{position: fixed;bottom: 0;left: 0;opacity: 0.3;z-index: 0;}
.plan{position: relative;z-index: 9}
.flex{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:1rem}
@media (max-width: 734px){.plan .two-box .white-box {width: 100%;overflow-x: hidden}}

@media screen and (max-width:768px){.s_meat a:nth-of-type(2n+1){margin-right:20px!important;} .top-right-bg{background-image: none}.options_sec{max-width:500px;min-width: 100px;width: 100%;}}
@media screen and (min-width:769px){.options_sec{width:100%;flex:0 0 100%}}
.sectnmnbg{padding: 60px 25px 12px;background: #0b0d1045;position: relative;min-height: 100vh;}
.main-content {background: transparent;flex: 1 0 auto}
.animated_logo {-webkit-animation-duration: 4s;animation-duration: 4s;-webkit-animation-fill-mode: both;animation-fill-mode: both}
.o-section-head{text-align: center;margin-top: 50px}
.m-block-title {position: relative;display: block;padding: 60px 0 10px;display: inline-flex;flex-direction: column;
 justify-content: center;align-items: center}
.m-block-title__text {font-size: 40px;font-weight: 100;color: #fff;line-height: 40px}
.o-section-step {margin-top: 60px;padding-bottom: 120px}
.m-block-processing__circle {position: relative;width: 232px;height: 232px;padding: 12px}
.m-block-processing__bg {position: relative;width: 100%;height: 100%;opacity:.5;background-color: rgba(204,114,237,.05);
box-shadow: inset 0 0 24px 0 rgb(247 106 153 / 33%);border-radius: 50%}
.m-block-processing__svg, .m-block-processing__svg-wrap {position: absolute;left: 0;top: 0;width: 100%;height: 100%}
svg:not(:root) {overflow: hidden}


/*

.new-modal {position: relative;display: flex;flex-direction: column;justify-content: center;align-items: center;overflow: hidden}*/

.center-box h1 span{font-size: 28px;font-weight: 900;}
.m-block-title{position:relative;display:block;padding:60px 0 10px;display:inline-flex;flex-direction:column;justify-content:center;align-items:center}.m-block-title__icon-title{margin:0 auto 40px}@media (max-width:419px){.m-block-title__icon-title{margin-bottom:20px}}.m-block-title__text{font-size:40px;font-weight:100;color:#fff;line-height:40px}@media (max-width:767px){.m-block-title__text{font-size:26px}}.m-block-title__subtitle{font-size:20px;font-weight:100;margin-top:10px;padding:0 15px;color:hsla(0,0%,100%,.7)}@media (max-width:767px){.m-block-title__subtitle{max-width:380px}}.m-block-processing{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.m-block-processing__circle{position:relative;width:232px;height:232px;padding:12px}.m-block-processing__bg{position:relative;width:100%;height:100%;opacity:.5;background-color:rgba(204,114,237,.05);box-shadow:inset 0 0 24px 0 rgba(247,106,153,.33);border-radius:50%}.m-block-processing__svg,.m-block-processing__svg-wrap{position:absolute;left:0;top:0;width:100%;height:100%}.m-block-processing__svg:nth-child(2){position:absolute;left:0;top:0;transform:rotate(-90deg)}.m-block-processing__status{max-width:360px;margin:35px auto 0;font-size:22px;font-weight:300}@media (max-width:767px){.m-block-processing__status{margin:50px auto 0}}.m-block-processing__items{display:flex;height:50px;align-items:flex-start;text-align:center}@media (max-width:480px){.m-block-processing__items{flex-direction:column;height:100px}}.m-block-processing__text{font-size:18px;font-weight:300;color:hsla(0,0%,100%,.5);transition:.35s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.m-block-processing__item{min-width:100%}@media (max-width:767px){.o-section-head {

  margin-top: 0px!important;
}.m-block-processing__item{padding:5px 0}.main-content{background-position: 26% 0px;}}.m-block-processing__item .m-block-processing__text{transform:scale(.8)}.m-block-processing__item.small .m-block-processing__text{transform:scale(.6);opacity:.2}.m-block-processing__item.invisible .m-block-processing__text{opacity:0}.m-block-processing__item.active .m-block-processing__text{transform:scale(1);color:#fff}.men-theme .m-block-processing__bg{box-shadow:inset 0 0 24px 0 rgba(83,241,225,.33)}.m-block-discount{position:relative;width:100%;padding:30px;font-weight:600;display:flex;max-width:460px;margin-left:auto;margin-right:auto;align-items:center;justify-content:space-between;background-color:rgba(21,18,38,.7);border-radius:12px;color:#fff}
.menu-bar li:first-child {margin-left: -5px;} .menu-bar li:last-child {margin-right: -5px;}

/*************************** latest changes ************************************************/
.menu-bar ul li.slctd span {background:#FF3464;box-shadow: 0 0 10px rgb(0 0 0 / 10%)}
.menu-bar2 ul li a span{width:13px !important;height:13px  !important}#header2 h1{color: #565656;font-size:18px;margin-bottom:10px;margin-top: 20px;font-family: 'Open Sans', sans-serif;font-weight: bold;}
.menu-bar2 ul li a{width:21px  !important;height:21px  !important}
.plan h2{font-size:25px}
.plan .center-box h1 {font-size:25px}
.center-box h1 span {font-size:26px}
.mob-bdr-active{position:relative}
.mob-bdr-active::after{content:'';border:1px solid #ff3464;position:absolute;left:80%;top:0}
footer.t-center .logo {vertical-align: middle;}
#header2{display:flex;justify-content: center;align-items: center;flex-direction:column}
#header2 p{font-size:1.188rem;margin-top: 0.313rem;font-weight:bold;color:#565656;margin-bottom: 0.8rem}
.options_sec.scroll{padding-top:4px}footer{margin-top:80px}.getplan{color:#FF3464!important;font-size:48px!important;padding:25px 0 20px;margin-bottom:0px!important;font-weight:bold!important}.gtplansub{font-size:25px;}.email .s-text {margin-bottom: 20px;}
/*.footer-2{position:fixed;bottom:0;width:100%}*/#provely-widget{left:44px!important;}
@media(max-width:734px){.menu-bar ul li a:hover:after, .menu-bar ul li a:hover:before, .menu-bar ul li.active a:before, .menu-bar ul li.active a:after{font-size: 12px !important}.menu-bar ul li a{margin-top: -8.5px !important}#header2 h1 {font-size: 18px; margin: 6px 0; line-height: 21px;}.top-icon {margin: 8px auto 8px!important;width: 45px;
 height: 45px;}.top-icon img {width: 25px;}
}
@media screen and (max-width:767px)
{.center-box .btn-main,.actions,.plan .white-box .btn-main{max-width:300px!important}.getplan{font-size:28px!important;margin-top:0!important;padding:20px 0 20px;}.toggle-btn {display: block;}.select_gender a:first-child {margin-right:initial;margin-bottom:50px}.select_gender a{margin-bottom:50px}.select_gender {flex-direction: column;    margin-top: 15px;}.select_gender a {border-radius: 50%;height: 150px;width: 150px}/*footer{margin-top:1.5rem}*/.menu-bar ul li a{background:none}.options_sec.scroll{max-height: 100%;}}
@media screen and (min-width:440px) and (max-width:576px){.mob-bdr-active::after{width:42px;}}
@media screen and (min-width:578px) and (max-width:768px){.mob-bdr-active::after{width:62px}}
@media screen and (max-width:439px){.mob-bdr-active::after{width:30px;}}
@media screen and (min-height:850px){/*footer{position: absolute; background: #ffffff;bottom:0px;z-index:8;}*/.getplan{font-size:54px!important;}.minht{min-height:calc(100vh - 120px)}.inner-pages:after{bottom: 30px!important}.inner-pages:before{bottom: 120px;}.top-icon {margin: 10px auto 30px!important;}.top-icon img {width: 45px;}.top-icon {width: 80px;height: 80px;}#header2 h1{font-size: 24px;}.center-box h3 {font-size: 32px;line-height: 36px;margin-top: 22px; margin-bottom: 58px;}
.options_sec a{padding:20px; margin-bottom: 25px;font-size: 1.4rem;line-height: 26px;}.menu-bar ul {margin: 70px 0 30px;}#header {
padding: 20px;}.center-box h1{margin-top: 20px;margin-bottom: 20px;}.s_meat.scroll {max-height: 410px!important;}.center-box .mn-hd{font-size: 52px!important;line-height: 64px;}.mn-hd + h2 {font-size: 30px;}#header{padding: 30px 0 20px!important;}.select_gender {margin-top: 45px;}.menu-bar{margin: 80px 0;}.center-box{max-width:800px!important;width:100%}#header2 h1{font-size:18px}footer{margin-top:120px}.mndvbg{margin-top:3rem!important}
}
@media screen and (min-height:840px) and (max-height: 1024px) {.s_meat.scroll {max-height: 415px;}}
@media screen and  (max-width:768px){.menu-bar ul{margin:2rem 0 .5rem}.minht{min-height:calc(100vh - 50px)}.footer{margin-top:50px}.options_sec a{margin-bottom:15px;}.white-box{margin-top:0;max-height:initial}.inner-pages{padding-top:0}.white-box h3,.center-box h3{margin-top:25px; margin-bottom:25px;}.contact-info ul li{ padding-left: 50px; }.contact-info ul li .icon {  width: 45px;    height: 45px;} .contact-info ul{ padding-right: 0px;}}
.plan .two-box h3 {margin-bottom: 20px;margin-top:8px;}
	
.actions { max-width: 350px; width: 100%;margin: auto;}	
/*************************** latest changes ************************************************/
.icon-box{padding:15px 10px}
.icon-box strong{font-size:49px}	
.white-box.p-content h3 { margin-bottom: 18px;}	
.menu-bar ul li a:hover:after{display: none !important;}
@media only screen and (max-width: 319px) {.ckslcdv p{font-size: 13px;}.ckslcdv label{margin: 0px 2px;}.radio-inline input[type=radio]:checked + span:after{top: 5px;left: 8px;}.radio-inline span:before{margin: 0 2px 0 0;}.mob-bdr-active::after { width: 25px;}.icon-box .icon {width: 60px;height: 60px;}.icon-box svg {width: 28px;}.icon-box strong{line-height: 54px;}.center-box .white-box {padding:10px 4px;}.plan-status-reslt, .plan-b-status-reslt{font-size: 21px!important;}.plan-status-hedr {padding: 15px 12px 15px 24px;}.plan-c-status-reslt{padding: 0 24px;}
.unweight img{max-width: 215px;}.chart-gauge svg {height: 115px;}.chart-gauge svg g {transform: translate(120px, 90px);}.meta-chart img{max-width: 190px;}.meta-chart .bmir .green_arrowdv{margin-left: 8px;}.meta-chart .bmir i{margin-right: 8px;}.final-ofer{padding: 10px 40px 8px;}
.dvcntmn .check-titl {font-size: 18px!important;}header nav ul{left: 40%;transform: translateX(-32%);}.s_meat a::after, .options_sec a::after{width: 15px;
height: 15px;line-height: 15px;font-size: 11px;}.mndvbg{padding: 0px 8px!important;}.two-box .white-box li strong {font-size: 13px!important;}
}


