@charset "utf-8";
/* CSS Document */

/*--------RESET-CSS--------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter';
	font-weight:400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.wrapper{ overflow:hidden;}

/*--------fonts--------*/
@font-face {
	font-family: 'Inter';
	src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
    src: url('Inter-Light.woff2') format('woff2'),
	url('Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
	}
@font-face {
	font-family: 'Campton';
	src: url('Campton-Medium.woff2') format('woff2'),
	url('Campton-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}

/*--------MAIN-CSS--------*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*--------TOP-STRIP--------*/
.top-strip{
	float:left;
	width:100%;
	background:#0b4d75;
	padding:5px 0;
	}
.top-strip__text{
	float:left;
	width:100%;
	font-size:14px;
	line-height:22px;
	color:#fff;
	font-weight:500;
	}

/*--------Header--------*/
.header{
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header__fixed{
	float:left;
	width:100%;
	background:#ffffff;
	height:70px;
	padding:10px 0;
	margin-top:-70px;
	top:70px;
	position:relative;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.fixed-nav .header__fixed{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}				
.header__logo{
	float: left;
	margin-top: 0px;
	max-width: 160px;
	}
ul.header__menu{
	display:inline-block;
	vertical-align:middle;
	margin:14px 17px 0 0;
	}
ul.header__menu li{
	float:left;
	padding:0 20px;
	position:relative;
	}
ul.header__menu li a{
	color:#000000;
	font-size:14px;
	line-height:14px;
	font-weight:500;
	text-transform:uppercase;
	}
ul.header__menu li a:hover, ul.header__menu li a.active{color:#00426b;}
a.header__button{
    float: right;
	width: 180px;
    height: 40px;
	background:#02d36e;
	border-radius: 6px;
	margin-top:5px;
    color: #fff;
    font-size:16px;
	line-height:40px;
	font-weight:700;
	text-align: center;
	}

/*--------MENU-ICON-MOBILE--------*/
.menu-icon-mobile{
    cursor: pointer;
    position:absolute;
    right:15px;
    top:18px;
	z-index:16;
	height:25px;
	}
.menu-icon-mobile button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.menu-icon-mobile span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width:25px;
	height:3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	}
.bar2{margin:4px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
	background:#000;
	}	
.mobile-menu{
	left:0;
	position:fixed;
	top:102px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
    border-top: 1px solid #dddddd;
	}
.mobimenu-top{ top:70px;}	
.mobile-menu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobile-menu li a{
	float:left;
	width:100%;
	padding:12px 20px;
	font-size:15px;
	color:#000;
	font-weight:500;
	}	
.mobile-menu li a:hover{color:#000;}

/*--------BANNER--------*/
.banner{
	float:left;
	width:100%;
	background:#f2fbff;
	}
.banner__left{
	    float: left;
    width: 58%;
    padding: 50px 0 60px;
    text-align: left;
	}
.banner__top-text{
	float:left;
	width:100%;
	color:#081936;
	font-size:18px;
	line-height:18px;
	font-weight:400;
	}
.banner__top-text img{
	    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0 0;
    width: 80px;
	}
.banner__top-text span{
	color:#19aae9;
	font-weight:700;
	}
.banner__heading{
	float: left;
    width: 100%;
    margin-top: 20px;
    color: #00426b;
    font-family: 'Campton';
    font-size: 54px;
    line-height: 64px;
    font-weight: 500;
	}
.banner__points {
	float:left;
	width:100%;
	margin-top:20px;
	}
.banner__points li {
	    float: left;
    width: 100%;
    margin-top: 15px;
    padding-left: 36px;
    position: relative;
    color: #000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    background: url(../images/s1-tick.png) left 3px no-repeat;
    background-size: 22px;
	}
.banner__points li img{
	position:absolute;
	top:0;
	left:0;
	width:28px;
	}
.button__box {
	float:left;
	width:100%;
	margin-top:40px;
	}
.button__width {
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:400px;
	text-align:center;
	}
.common-button {
	float:left;
	width:100%;
	height:60px;
	border-radius: 6px;
	background:#02d36e;
	text-align:center;
	color:#fff;
	font-size:20px;
	line-height:60px;
	font-weight:700;
	text-transform:uppercase;
	}
.common-button img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 10px;
	}
.button__caption {
	float: left;
    width: 100%;
    margin-top: 10px;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
	}
.button__caption img {
    display: inline-block;
    vertical-align: middle;
    margin: -6px 8px 0 0;
    width: 11px;
}
.banner__right{
	float:right;
	width:40%;
	position:relative;
	}
.banner__background {
	display:block;
	margin:0 auto;
	width:450px;
	}
.banner__product {
	    position: absolute;
    top: 50px;
    left: -70px;
    max-width: 470px;
	}

/*--------FEATURED--------*/
.featured{
	float:left;
	width:100%;
	background:#f9f9f9;
	padding:30px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	}
.featured__row{
	float:left;
	width:100%;
	display:flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	}
.featured__row li{
	width:auto;
	padding:0 30px;
	}
.featured__icon{
	display:block;
	margin:0 auto;
	max-width:100%;
	}

/*--------ABOUT--------*/
.about{
	float:left;
	width:100%;
	padding:60px 0 0;
	background:#fff;
	}
.common__heading{
	float:left;
	width:100%;
	font-family: 'Campton';
	color:#00426b;
	font-size:50px;
	line-height:60px;
	font-weight:500;
	}
.common__text{
	float: left;
    width: 100%;
    margin-top: 25px;
    color: #000;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
	}
.about__row{
	float:left;
	width:100%;
	margin-top:40px;
	display:flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	}
.about__left-col{
	width:66%;
	}
.about__video-box{
	float:left;
	width:100%;
	border-radius:20px;
	overflow:hidden;
	cursor:pointer;
	}
.about__thumbnail {
	float:left;
	width:100%;
	}
.about__video-box video{
	display:inline-block;
	vertical-align:middle;
	width: 100%;
    height: 100%;
    background: #000;
	}
.about__right-col{
	width:31%;
	}
.about__right-list {
	float:left;
	width:100%;
	height:100%;
	display:flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-direction:column;
	justify-content:space-between;
	}
.about__right-list li{
	float:left;
	width:100%;
	min-height:106px;
	margin-bottom: 20px;
	border:1px solid #e1e1e1;
	border-radius:20px;
	overflow:hidden;
	display:flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	}
.about__list-left{
	width:34%;
	padding:15px 0;
	background:#f3fbff;
	border-radius:19px 0 0 19px;
	border-right:1px solid #e1e1e1;
	position:relative;
	display:grid;
	place-items:center;
	}
.about__list-no{
	color:#00426b;
	font-size:40px;
	line-height:40px;
	font-weight:400;
	}
.about__list-sign{
	position:absolute;
	right:-11px;
	top:50%;
	transform:translateY(-50%);
	width:22px;
	height:22px;
	border:1px solid #e1e1e1;
	border-radius:50%;
	background:#fff;
	}
.about__list-arrow{
	float:left;
	width:100%;
	height:100%;
	display:relative;
	}
.about__list-arrow:after{
	content:'';
	position:absolute;
	top:50%;
	left:8px;
	transform:translateY(-50%);
	border-left:6px solid #527f9b;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	}
.about__list-right{
	width:66%;
	display:flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items:center;
	flex-wrap: wrap;
	padding:15px 0;
	}
.about__list-right p{
	float:left;
	width:100%;
	text-align:left;
	padding:0 30px;
	color:#000;
	font-size:18px;
	line-height:24px;
	font-weight:400;
	}

/*--------SCALE--------*/
.scale{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.scale__box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:630px;
	background:#fff;
	margin-top:40px;
	border-radius:25px;
	padding:30px 50px 20px;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.1);
	}
.current-weight{
	float:left;
	width:100%;
	}
.current-weight p{
	font-size:22px;
	line-height:30px;
	color:#000000;
	font-weight:bold;
	}
.rangebar{
	float:left;
	width:100%;
	margin-top:20px;
	position:relative;
	}
.weight-count{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color: #00426b;
	margin-top:20px;
	}	
.weight-count span {
    font-size: 50px;
    line-height:50px;
    font-weight: 600;
	}
.scale-row{
	display:inline-block;
	vertical-align:top;
	max-width:480px;
	width:100%;
	margin-top:20px;
	position:relative;
	}
.scale__image{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.weight-lose-col{
	position:absolute;
	top:75px;
	left:0;
	right:0;
	width:100%;
	text-align:center;
	padding:0 30px;
	}
.weight-text{
	font-size:18px;
	line-height:24px;
	color:#000000;
	font-weight:500;
	}
.result{
	font-size:20px;
	line-height:24px;
	color:#00426b;
	font-weight:500;
	}
.result span{
	font-size:77px;
	line-height:77px;
	font-weight:700;
	}
	
.scale__box .button__box{ margin-top:20px;}

/*-----------------------
SECTION-3
------------------------*/
.sec3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f2fbff;
	}
.s3-bx-sec{
	display:flex;
	-webkit-display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	margin-top:20px;
	}
.s3-bx{
	width:32%;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	padding:20px;
	background:#fff;
	border-radius:12px;
	text-align:left;
	position:relative;
	margin-top:25px;
	}
.s3-bx-num{
	font-size:22px;
	line-height:26px;
	color:#1c478b;
	float:right;
	}
.s3-bx-hd{
	font-size:22px;
	line-height:30px;
	font-weight:bold;
	color:#081935;
	}
.s3-bx-tx{
	font-size:17px;
	line-height:26px;
	margin-top:20px;
	opacity:0.8;
	}
.s3-bx-icn{
	width:80px;
	float:right;
	margin-right:-20px;
	}
ul.s3-bx-lst{
	margin-top:15px;
	}
ul.s3-bx-lst li{
	background:url(../images/grn-tk.png) left 5px no-repeat;
	font-size:17px;
	line-height:26px;
	font-weight:600;
	padding-left:30px;
	margin-top:15px;
	color:#1c478b;
	}


/*--------HOW-TO--------*/
/*--------HOW-TO--------*/
.how-to{
	float:left;
	width:100%;
	padding:60px 0;
	background:#ffffff;
	}
.how-to__row {
	float:left;
	width:100%;
	display:flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	}
.how-to__col{
	width:33.33%;
	margin-top:50px;
	position:relative;
	}
.how-to__col:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:1px;
	background:#e1e1e1;
	}
.how-to__col:last-child:after{ display:none;}
.how-to__col-img{
	float:left;
	width:100%;
	padding:0 10px;
	}
.how-to__col-img img {
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.how-to__col-top {
	float:left;
	width:100%;
	padding:0 60px;
	margin-top:30px;
	}
.how-to__col-head {
	float:left;
	width:100%;
	color:#00426b;
	font-size:26px;
	line-height:26px;
	font-weight:600;
	}
.how-to__col-text {
	float:left;
	width:100%;
	margin-top:15px;
	color:#000;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	}

.how-to__row2{
	float:left;
	width:100%;
	margin-top:60px;
	display:flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	}
.how-to__col2-left{
	width:65%;
	border-radius:20px;
	text-align:left;
	padding:35px 30px 30px 40px;
	background:#00426b;
	}
.how-to__col2-head{
	float:left;
	width:100%;
	font-family: 'Campton';
	color:#fff;
	font-size:48px;
	line-height:48px;
	font-weight:500;
	}
.how-to__col2-text{
	float:left;
	width:100%;
	margin-top:20px;
	color:#fff;
	font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.5px;
	font-weight:400;
	}
.how-to__col2-list{
	float:left;
	width:100%;
	display:flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	margin-top:20px;
	}
.how-to__col2-list li{
	width:20%;
	margin-top:25px;
	text-align:center;
	}
.how-to__col2-list li img{
	display:block;
	margin:0 auto;
	width:60px;
	}
.how-to__col2-list li p{
	float:left;
	width:100%;
	margin-top:10px;
	color:#fff;
	font-size:16px;
	line-height:24px;
	font-weight:300;
	}
.how-to__col2-right{
	width:32%;
	border-radius:20px;
	overflow:hidden;
	position:relative;
	}
.how-to__col2-prod{
	float:left;
	width:100%;
    height: 100%;
    object-fit: cover;
	}
.how-to__ozempic{
	position:absolute;
	top:20px;
	right:15px;
	}
.how-to__col2-right .button__box{
	position:absolute;
	bottom:20px;
	left:50%;
	transform:translateX(-50%);
	}
.how-to__col2-right .button__width{
	max-width:300px;
	}
.how-to__col2-right .common-button{
	height:50px;
	font-size:18px;
	line-height:50px;
	}
.how-to__col2-right .button__caption{ font-size:12px;}

/*--------FAQ--------*/
.faq{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f2fbff;
	}
.faq__container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:800px;
	margin-top:30px;
	}
.faq-section__container{
	display:inline-block;
	vertical-align:top;
	max-width:850px;
	width:100%;
	
	}	
.faq-section__slide-toggle{
	float:left;
	width:100%;
	background:#fff;
	padding:0 10px;
	margin:5px 0;
	border-radius:10px;
	}
.faq-section__slide-toggle:first-child{ border-top:none;}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat 99% center;
	padding: 20px 20px 20px 0;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	color:#00426b;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	}
.faq-section__accordion-heading.accordion-open{
	background:url(../images/open.png) no-repeat 95% center;
	border:none;
	}
.faq-section__accordion-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 0 40px 0;
	}
.faq-section__accordion-text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color:#000000;
	}


.section5{
	background:#fff;
	float:left;
	width:100%;
	padding:50px 0;
	}
.s5_box{
	width:100%;
	margin:0 auto 0;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.s5_box h3{
	width:440px;
	font-size:36px;
	line-height:46px;
	color:#000;
	font-weight:bold;
	text-align:left;
	}
.s5_box_right{
	width:calc(100% - 440px);
	text-align:left;
	position:relative;
	padding-left:28px;
	}
.s5_box_right:before{
	content:'';
	position:absolute;
	top: 15px;
	bottom: 15px;
	left:0;
	width:1px;
	background:#cccccc;
	}
.s5_box_right p{
	font-size:16px;
	line-height:24px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:15px;
	}

/*--------FOOTER--------*/
.footer{
	float:left;
	width:100%;
	padding:30px 0;
	border-top:1px solid #dcdcdc;
	}
.footer__logo{
	display:block;
	margin:30px auto 15px;
	}

.footer__text{
	float:left;
	width:100%;
	margin:10px 0;
	color:#000;
	font-size:16px;
	line-height:20px;
	font-weight:400;
	}
.footer__text a {
	padding:0 10px;
	}

/*--------COMMON--------*/
.fl{ float:left;}
.fr{ float:right;}

.showTab, .showMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}

/*--------PULSE--------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
	0% {transform: scale(0.9);}
	50% {transform: scale(1);}
	100% {transform: scale(0.9);}
	}

@-webkit-keyframes pulse {
	0% {-webkit-transform: scale(0.95);}
	50% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.95);}
	}	

/*--------Media-Querry--------*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner__left { padding: 50px 0 50px;}
.banner__heading { margin-top: 20px; font-size: 46px; line-height: 56px;}
.banner__background { width: 410px;}
.banner__product { width:400px;}
.featured__row li { padding: 0 20px;}

.about { padding: 50px 0 0;}
.common__heading { font-size: 42px; line-height: 52px;}
.common__text { margin-top: 20px; font-size: 18px; line-height: 24px;}
.about__left-col { width: 62%;}
.about__right-col { width: 36%;}
.about__list-no { font-size: 34px; line-height: 34px;}

.scale { padding: 50px 0;}

.how-to { padding: 50px 0;}
.how-to__col { margin-top:40px;}
.how-to__col-top { padding: 22px 15px 45px 20px;}
.how-to__col-text { width:100%;}
.how-to__row2 { margin-top:50px;}
.how-to__col2-left { padding: 25px 25px 30px 30px;}
.how-to__col2-head { font-size: 40px; line-height: 40px;}
.how-to__col2-text { margin-top: 15px;}
.how-to__col2-list li { width: 23%;}
.how-to__col2-list li img { width:50px;}
.how-to__col2-right .button__width{ max-width:260px;}

.faq { padding: 50px 0;}

.s5_box_right{ padding-left: 54px;}
.s5_from_block_left{ width: 65%;}
.s5_from_block_heading{ font-size: 38px; line-height: 48px;}

}


@media only screen and (max-width:1023px){
.container{width:750px;}

.showDesk{display: none;}
.showTab{display: block;}

.banner__left { padding: 30px 0; width:62%;}
.banner__top-text { font-size: 16px; line-height: 20px;}
.banner__top-text img {}
.banner__heading { margin-top: 15px; font-size: 38px; line-height: 46px;}
.banner__points { margin-top:15px;}
.banner__points li { padding-left: 35px; font-size: 17px; line-height: 26px; letter-spacing:0.5px;}
.banner__points li img { width: 25px;}
.button__box { margin-top: 30px;}
.banner__right { width: 38%;}
.banner__background { width: 348px;}
.banner__product { width: 300px;}

.featured { padding: 20px 0;}
.featured__row li { padding: 0 15px;}

.about { padding: 40px 0 0;}
.common__heading { font-size: 34px; line-height: 44px;}
.about__row { margin-top:30px;}
.about__left-col { width: 60%;}
.about__right-col { width: 38%;}
.about__video-box { border-radius: 14px;}
.about__right-list li { border-radius:12px; min-height: auto;}
.about__list-left { width: 28%;}
.about__list-no { font-size: 24px; line-height: 24px;}
.about__list-right { width: 72%;}
.about__list-right p { padding: 0 15px 0 20px; font-size: 16px; line-height: 20px;}

.scale { padding: 40px 0;}

.pck-hd{font-size:22px;}
.s3-bx-hd{font-size:20px; line-height:26px;}

.how-to { padding: 40px 0;}
.how-to__col { margin-top: 30px; border-radius:12px;}
.how-to__col-top { padding: 20px 15px 30px 20px;}
.how-to__col-no { font-size:16px; line-height:16px;}
.how-to__col-head { font-size:22px; line-height:22px;}
.how-to__row2 { margin-top: 40px;}
.how-to__col2-left { padding: 25px 15px 20px 20px; border-radius:14px;}
.how-to__col2-head { font-size: 30px; line-height: 30px;}
.how-to__col2-text { font-size: 16px; line-height: 24px;}
.how-to__col2-list li { margin-top: 20px;}
.how-to__col2-list li img { width: 40px;}
.how-to__col2-list li p { margin-top: 7px; font-size: 15px; line-height: 22px;}
.how-to__col2-right { width: 33%; border-radius: 14px;}
.how-to__col2-right .button__width { max-width: 200px;}
.how-to__col2-right .common-button { height: 45px; font-size: 14px; line-height: 45px;}

.faq { padding: 40px 0;}
.faq__container { margin-top: 15px;}
.accordion { font-size: 19px; line-height: 23px;}

.section5{ padding: 45px 0;}
.s5_from_block{ border-radius: 15px; padding: 40px 30px 45px; background-position:top left 100%; background-size: 400px;}
.s5_from_block_heading{ font-size: 29px; line-height: 37px;}
.s5_from_block_right{ width: 30%;}
.from-prod{ width: 151px;}

.footer { padding: 0 0 20px 0;}
.footer__logo { margin: 20px auto 15px; width: 170px;}
.footer__text { font-size: 14px; line-height: 24px;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}

.top-strip__text { font-size: 11px; line-height: 18px;}

.header { margin-bottom: 55px;}
.header__fixed { height: 55px; margin-top: -55px; top: 55px;}
.header__logo { margin-top: 0px; width: 110px;}
.menu-icon-mobile { top: 10px;}
.mobile-menu { top: 83px;}
.mobimenu-top { top: 55px;}

.banner__left { padding: 20px 0; width: 100%; text-align:center;}
.banner__heading { font-size: 30px; line-height: 38px;}
.banner__product-mob { float:left; width:100%; margin-top:10px;}
.banner__product { position:static; display:block; margin-left:-15px; width:calc(100% + 30px);}
.banner__points { float:none; display:inline-block; vertical-align:top; max-width:460px; text-align:left; margin-top: 5px;}
.banner__points li img { top: 3px;}
.button__caption { font-size:12px; line-height:12px;}
.banner__points li { padding-left: 25px; font-size: 16px; line-height: 24px; font-weight: 500; background-size: 18px; letter-spacing: 0;}

.featured { padding: 16px 0 11px;}
.featured__row { width:calc(100% + 30px); margin-left:-15px;}
.featured__row li { padding:0;}
.featured__icon { max-width: 70%;}

.about { padding: 30px 0 0;}
.common__heading { font-size: 24px; line-height: 32px;}
.common__text { margin-top:15px;font-size: 17px;line-height: 24px; letter-spacing:0.5px;}
.about__row { flex-wrap:wrap; justify-content:center;}
.about__left-col { width:100%; max-width:360px;}
.about__right-col { width:100%; max-width:360px;}
.about__right-list li { height:auto; margin-top:15px; margin-bottom:0;}
.about__list-left { padding: 30px 0;}
.about__list-right p { padding: 0 30px 0 30px; font-size: 17px; line-height: 24px; letter-spacing:0.3px;}

.scale { padding: 30px 0;}
.scale__box { margin-top: 30px; border-radius: 16px; padding: 25px 15px;}
.current-weight p{ font-size:18px; line-height:25px; letter-spacing:0.5px;}
.scale-row{ margin-top:10px; max-width:320px;} 
.weight-lose-col{ top:60px;}
.weight-count{font-size: 16px; margin-top: 15px;}
.weight-count span {font-size: 40px;line-height: 40px;}
.weight-text {font-size: 14px;line-height: 20px;}
.result {font-size: 16px;line-height: 22px;}
.result span {font-size: 50px;line-height: 52px;}

.sec3{padding:25px 0 35px;}
.s3-bx-sec{margin-top:20px;}
.s3-bx{width:100%; margin-top:15px;}
.s3-bx-tx{min-height:auto;}

.how-to { padding: 30px 0 35px;}
.how-to__row { flex-wrap:wrap; justify-content:center; width:calc(100% + 30px); margin-left:-15px;}
.how-to__col { margin-top:25px; width:320px !important;}
.how-to__col-text { font-size: 17px; line-height: 25px;}
.how-to__row2 { flex-wrap:wrap; justify-content:center; margin-top:0;}
.how-to__col2-left { width:100%; max-width:360px; margin-top: 25px; padding: 30px 15px 20px 20px;}
.how-to__col2-head { font-size: 28px; line-height: 28px;}
.how-to__col2-text { }
.how-to__col2-right { width:100%; max-width:360px; margin-top: 25px;}
.how-to__col2-list { flex-wrap:wrap;}
.how-to__col2-list li { margin-top:25px; width:43%;}
.how-to__col2-right .button__width { max-width: 260px;}

.faq { padding: 30px 0;}
.accordion { font-size:18px; line-height:24px; padding: 16px 30px 15px 0;}
.faq-section__accordion-content { padding: 0 0 20px 0;}
.faq__container{ padding:5px;}
.faq-section__slide-toggle{ padding: 0 15px;}

.section5 {padding:30px 0;}
.s5_box h3{ width: 100%; font-size: 22px; line-height: 30px;}
.s5_box_right{ padding-left: 0; width: 100%; margin-top:15px; padding-top:0px; border-top:1px solid #cccccc;}
.s5_box_right:before{ display:none;}
.s5_box_right p{ margin-top: 20px;}
.contact-btn{ margin: 25px auto 0; max-width:291px; display:block;}

.footer__logo { margin: 20px auto 10px; width: 150px;}
.footer__text { margin-top:15px;}
.footer__text a{ padding: 0 5px;}
.footer__text a:first-child{ padding-left:0;}
.footer__text a:last-child{ padding-right:0;}
.white{ color:#fff;}
.footer .button__caption img{margin: -4px 5px 0 0;}

#ctabtn-mob{
	background: #00426b;
	padding:10px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#ctabtn-mob .commonBtn{ font-size:26px; height:62px; line-height:62px; margin-top:0;}
#ctabtn-mob .commonBtn .btn-arrw{margin:-5px 0 0 20px;}

}

