@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Inter';
	}
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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
	
/*-----------------------
FONTS
------------------------*/
@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Bold.woff2') format('woff2'),
        url('Figtree-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-ExtraBold.woff2') format('woff2'),
        url('Figtree-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraBold.woff2') format('woff2'),
        url('Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@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;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.overflow{
	overflow:hidden;
}

.fl{float:left;}
.fr{float:right;}

.hide-desk, .show-tab{display:none;}
.only-mob-d {
        display: none;
    }
/*-----------------------
TOP STRIP
------------------------*/
.top__strip{
	background:#e32d2c;
	padding:10px 0;
}
.top__strip p{
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#fff;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	padding-bottom:3px;
}
.top__strip p img{
	width:20px;
	margin:0 8px -3px 0;
}
.top__strip p a{
	color:#fff;
	position:relative;
}
.top__strip p:after{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	border-bottom:1px solid #fff;
}

/*-----------------------
HEADER
------------------------*/
.top-fix-bar {
	margin-bottom:70px;
}
.header{
	height:70px;
	background:#fff;
	box-shadow:0px 1px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 1px 10px 0px rgba(0,0,0,0.1);
	padding:12px 0;
	margin-top:-70px;
	top:70px;
	position:relative;
}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	width:100%;
}
.header__inner{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
ul.menu-list{
	margin-top:-3px;
}
ul.menu-list li{
	display:inline-block;
	vertical-align:middle;
	padding:0 12px;
}
ul.menu-list li a{
	font-size:17px;
	line-height:20px;
	color:#000;
}
.header__button{
	width:175px;
	height:46px;
	font-size:22px;
	line-height:44px;
	color:#fff;
	font-family: 'Figtree';
	font-weight:bold;
	background:#00af3a;
	border-radius:6px;
}

/*-----------------------
SECTION-1
------------------------*/
.section-1{
	overflow-y:clip;
}
.section-1__inner {
    width: 52%;
    text-align: left;
    padding: 20px 0 150px 0;
}
.rating__text{
	font-size:16px;
	line-height:20px;
	font-weight:500;
}
.rating__text img{
	display:inline-block;
	vertical-align:middle;
	width:115px;
	margin:-4px 8px 0 0;
}
.section-1__heading{
	font-size:56px;
	line-height:65px;
	font-family: 'Figtree';
	font-weight:800;
	margin-top:10px;
}
.section-1__text{
	font-size:17px;
	line-height:26px;
	margin-top:10px;
}
.sell__fast{
	display:inline-block;
	vertical-align:top;
	background:#fffed9;
	border:1px dashed #222;
	border-radius:6px;
	font-size:17px;
	line-height:20px;
	font-weight:bold;
	position:relative;
	padding:10px 65px 10px 45px;
	margin-top:25px;
}
.sell__fast:after{
	content:'';
	position:absolute;
	left:20px;
	bottom:-11px;
	background:url(../images/pointed.jpg) left bottom no-repeat;
	width:26px;
	height:11px;
}
.sell__fast small{
	position:absolute;
	left:15px;
	top:11px;
	width:18px;
	height:18px;
	border-radius:50%;
	border:1px solid #f81312;
}
.sell__fast small:before{
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	background:#f81312;
	width:8px;
	height:8px;
	border-radius:50%;
}
.sell__fast span{
	color:#ff0000;
}
.sell__fast__product{
	width:26px;
	height:26px;
	border-radius:50%;
	background:#4181b5;
	position:absolute;
	right:20px;
	top:7px;
	text-align:center;
}
.sell__fast__product img{
	max-width:70%;
	display:inline-block;
	vertical-align:top;
}

.section-1__image{
	position:absolute;
	right:-120px;
	top:0;
	bottom:0;
}
ul.section-1__list{
	display:inline-block;
	vertical-align:top;
	margin-top:15px;
}
ul.section-1__list li{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin-top:15px;
	background:url(../images/sec1-list-tick.png) left 2px no-repeat;
	background-size:20px;
	padding-left:30px;
	text-align:left;
}
.section-1__product{
	position: absolute;
    right: 310px;
    top: 170px;
    width: 335px;
    z-index: 1;
}
.section-1__product-img{
	max-width:100%;
}
.section-1__seal{
	position: absolute;
    left: -10px;
    top: 80px;
    width: 122px;
}
.button__box{
	display:inline-block;
	vertical-align:top;
	max-width:397px;
	width:100%;
	margin-top:40px;
}
ul.button__list{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	max-width:330px;
	margin:0 auto;
	width:100%;
}
ul.button__list li{
	font-size:15px;
	line-height:20px;
}
ul.button__list li img{
	display:inline-block;
	vertical-align:middle;
	width:17px;
	margin:-3px 5px 0 0;
}
.separator{
	position:relative;
}
.separator:before{
	content:'';
	position:absolute;
	top:-8px;
	bottom:-8px;
	right:0;
	border-right:1px solid #c1c1c1;
}
.common__button{
	width:100%;
	display:inline-block;
	vertical-align:top;
	height:65px;
	background:#00af3a;
	font-size:24px;
	line-height:64px;
	font-weight:800;
	color:#fff;
	border-radius:6px;
	text-align:center;
}
.button__arrow{
	width:21px;
	display:inline-block;
	vertical-align:middle;
	margin:-5px 0 0 6px;
}

/*-----------------------
ADVERTISEMENT
------------------------*/
.advertise{
	padding:15px 0;
	background:#f4f4f4;
}
.ads__heading{
	font-size:16px;
	line-height:20px;
}
ul.ads__list{
	max-width:530px;
	margin:20px auto 0;
	width:100%;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
ul.ads__list li img{
	width:auto;
	max-height:40px;
}

/*-----------------------
SECTION-2
------------------------*/
.section-2{
	padding:65px 0 70px;
}
.sub-heading{
	font-size:18px;
	line-height:24px;
	font-family: 'Figtree';
	font-weight:bold;
	color:#e32d2d;
	text-transform:uppercase;
	margin-bottom:5px;
}
.heading{
	font-size:46px;
	line-height:54px;
	font-family: 'Figtree';
	font-weight:800;
}
.heading sup{
	font-size:18px;
	line-height:20px;
	font-weight:500;
}
.common__text--center{
	max-width:860px;
	margin:auto;
	width:100%;
}
.common__text{
	font-size:17px;
	line-height:27px;
	margin-top:20px;
}
.section-2__inner{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
	max-width:1030px;
	width:100%;
	margin:50px auto 75px;
}
.section-2__inner__left{
	width:52%;
	position:relative;
}
.section-2__img-box{
	width:91%;
	position:relative;
}
.section-2__img-box img{
	max-width:100%;
	border-radius:10px;
}
.section-2__img-box__text{
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	position:absolute;
}
.section-2__img-box__text--1{
	right:22px;
	top:90px;
}
.section-2__img-box__text--2{
	left: 20px;
	bottom: 138px;
}
.section-2__product{
	width: 310px;
    position: absolute;
    right: -30px;
    bottom: -55px;
}
.section-2__inner__right{
	width:47%;
}
.switch_opt{
	display:flex;
	-webkit-display:flex;
	justify-content:center;
	-webkit-justify-content:center;
	align-items:center;
	-webkit-align-items:center;
	column-gap: 15px;
	margin:0 auto 0;
	padding:0 4px;
	}
.opt_text{
	font-size:18px;
    line-height:22px;
    font-weight:bold;
    color:#888;
    display:inline-block;
    vertical-align:middle;
	}
.opt_text.active{ color:#000;}

.switch {
	position: relative;
	display: inline-block;
	vertical-align:middle;
	width:90px;
	height:36px;
	margin:0 12px;
	border-radius:100px;
	}
.switch input{ 
	opacity: 0;
	width: 0;
	height: 0;
	}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:#d3d3d3;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius:100px;
	}
.slider:before {
	position: absolute;
	content: "";
	height: 27px;
	width: 27px;
	right: 5px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius:50%;
	box-shadow:0px 0px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 3px 3px rgba(0,0,0,0.1);
	}
input:checked + .slider {
	background-color: #e32d2d;
	}
input:focus + .slider {
	box-shadow: 0 0 1px #3eb7e0;
	}
input:checked + .slider:before {
	-webkit-transform: translateX(-41px);
	-ms-transform: translateX(-41px);
	transform: translateX(-41px);
	}
.switch__img__box{
	margin:45px auto 0;
	/*width:462px;
	height:462px;*/
	width:370px;
	height:370px;
	position:relative;
}
.switch__img__box img{
	width:220px;
	border-radius:50%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}
ul.compare__list{
	position:relative;
	width:100%;
	height:100%;
	margin:0 auto;
}
ul.compare__list:before{
	content: '';
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px dotted #e32d2d;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
ul.compare__list li{
	font-size:18px;
	line-height:24px;
	font-weight:800;
	color:#000;
	text-transform:uppercase;
	box-shadow:0px 0px 0px 10px #fff;
	position:absolute;
	background:#fff;
}
ul.compare__list li.active {color:#e32d2d;}
.compare__top-text, .compare__bottom-text{
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.compare__top-text{top:-15px;}
.compare__bottom-text{bottom:-30px;}

.compare__left-text, .compare__right-text{
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.compare__left-text{left:-40px;}
.compare__right-text{right:-40px;}
.withthirdzy, .withoutthirdzy{width:100%; height:100%;}

.join__text{
	font-size:30px;
	line-height:38px;
	font-weight:bold;
	font-family: 'Figtree';
	color:#e32d2d;
}

.button__top__text {
    margin:0 0 -5px;
	}
.button__top__text p {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	font-size: 14px;
	line-height:14px;
	font-weight:bold;
	}
.button__text-1:before {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
	width: 9px;
	height: 9px;
	background: #16b00e;
	border-radius: 50%;
	content: "";
	animation: fade 1s ease-in-out infinite;
	}
.button_line{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.button_line:before{
	content:'';
	position:absolute;
	border-left:1px solid #353535;
	top:0;
	left:0;
	height:15px;
}
.button__text-2 span{
	color:#ef0000
}
.hourglass {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 3px 0 0;
    animation: rotateP 2.5s ease-in-out forwards infinite;
	width:8px;
	}
.low-sign{
	display:inline-block;
	vertical-align:top;
}
.low-sign__inner{
	display:flex;
	justify-content: space-evenly;
	border:1px solid #ff3535;
	width:60px;
	height:15px;
	padding:2px 0;
	position:relative;
}
.low-sign__inner span{
	width:12%;
	height:100%;
	background:#ebe9ea;
	display:inline-block;
	vertical-align:top;
}
.low-sign__inner span.active{
	background:#fe0000;
	animation: fade 1s ease-in-out infinite;
}


@keyframes rotateP{
	0%{
	  transform:rotate(0)
	}
		50%{
	transform:rotate(180deg)
	}
	100%{
	 transform:rotate(180deg)
	}
  } 
  @keyframes rotate{
	0%{
	  transform:rotate(00deg)
	}
	100%{
	  transform:rotate(360deg)
	}
  }
 @keyframes rotateP{
	0%{
	  transform:rotate(0)
	}
		50%{
	transform:rotate(180deg)
	}
	100%{
	 transform:rotate(180deg)
	}
  } 
  @keyframes rotate{
	0%{
	  transform:rotate(00deg)
	}
	100%{
	  transform:rotate(360deg)
	}
  }
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	70%{opacity:100%;}
	100%{opacity:100%;}
  }
  
/*-----------------------
SECTION-3
------------------------*/
.section-3{
	padding:60px 0 65px;
	background:#f9f9f9;
}
.benefit{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	margin-top:80px;
}
.benefit__inner{
	width:31.62%;
}
.benefit__inner__box{
	position:relative;
}
.benefit__inner--left .benefit__inner__box{text-align:left; padding:0 15px 0 55px;}
.benefit__inner--right .benefit__inner__box{text-align:right; padding:0 55px 0 15px;}

.benefit__inner__box img{
	width:40px;
	position:absolute;
	top:8px;
}
.benefit__inner--left .benefit__inner__box img{left:0;}
.benefit__inner--right .benefit__inner__box img{right:0;}
.benefit__inner__box h3{
	font-size:24px;
	line-height:32px;
	font-weight:bold;
}
.benefit__inner__box p{
	font-size:17px;
	line-height:27px;
	margin-top:10px;
}
.benefits__line{
	border-top:1px solid #eee;
	margin:40px 0;
}
.benefits__product{
	background:#fef0f1;
	width:430px;
	height:430px;
	border-radius:50%;
}
.benefits__product img{
	max-width: 85%;
	margin-top: -35px;
}

/*-----------------------
SECTION-4
------------------------*/
.section-4{
	padding:65px 0 70px;
}
ul.trusted__brand__list{
	max-width:970px;
	width:100%;
	margin:45px auto 10px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
ul.trusted__brand__list li{
	padding:0 10px;
}
ul.trusted__brand__list li img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
}

/*-----------------------
SECTION-5
------------------------*/
.section-5{
	padding:65px 0 70px;
	background:#f9f9f9;
}
.uses__inner{
	max-width:1030px;
	width:100%;
	margin:40px auto 0;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	position:relative;
	z-index:1;
}
.uses__inner:before{
	content:'';
	position:absolute;
	left:100px;
	top:60px;
	right:100px;
	border-top:2px dotted #e32d2d;
	z-index:-1;
}
.uses__inner__box{
	width:28%;
}
.uses__icon{
	width:112px;
	height:112px;
	background:#fff;
	border-radius:50%;
	border:2px solid #e32d2d;
	margin:0 auto 20px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	box-shadow:0px 0px 0px 15px #f9f9f9;
}
.uses__icon img{
	max-width:67px;
	width:62%;
	margin:0 auto;
}
.uses__inner__box h3{
	font-size:22px;
	line-height:24px;
	font-weight:bold;
}
.uses__inner__box p{
	font-size:17px;
	line-height:27px;
	margin-top:10px;
}

.section-5__bottom{
	display:inline-block;
	vertical-align:top;
	max-width:670px;
	width:100%;
	background:#fdfdfd;
	border:1px solid #9e9e9e;
	border-radius:10px;
	overflow:hidden;
	margin-top:45px;
}
.section-5__bottom__box{
	background:#fff4f4;
	padding:10px 25px;
	text-align:center;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content: center;
}
.section-5__bottom__box h3{
	font-size:22px;
	line-height:24px;
	font-weight:bold;
	position:relative;
	width:100%;
}

.section-5__bottom__box h3 img{
	width:55px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 10px 0 0;
}
.section-5__bottom__box-text{
	font-size:17px;
	line-height:27px;
}
ul.section-5__bottom__list{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	padding:20px 25px;
}
ul.section-5__bottom__list li{
	font-size:16px;
	line-height:20px;
	font-weight:500;
	background:url(../images/cross-icon.png) left 3px no-repeat;
	background-size:15px;
	padding-left:25px;
	text-align:left;
}

/*-----------------------
SECTION-6
------------------------*/
.section-6{
	padding:65px 0 70px;
	border-bottom:1px solid #ddd;
}

.ingredients__top__list{
	max-width:1080px;
	width:100%;
	margin:100px auto 0;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	position:relative;
	z-index:1;
}
.ingredients__top__list:before{
	content:'';
	position:absolute;
	left:80px;
	right:80px;
	top:calc(50% - 13px);
	border-top:2px solid #e74949;
	z-index:-1;
}
.ingredients__top__list li img{
	border:2px solid #e74949;
	border-radius:50%;
	width:106px;
}
.ingredients__top__list li.ingredient__big__img img{
	border:none;
	border-radius:0px;
	margin-top:-65px;
	width:292px;
	max-width:100%;
}
.ingredients__top__list li p{
	font-size:22px;
	line-height:26px;
	font-weight:bold;
	margin-top:5px;
}

.ing-sec{
	max-width:2400px;
	width:100%;
	margin:25px auto 0;
	position:relative;
}
.ing-bx{
	width:380px !important;
	border:1px solid #d8d7d7;
	border-radius:10px;
	background:#fff;
	text-align:left;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
	margin:30px 10px 0;
}
.ing-bx-top{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	position:relative;
	padding:5px 20px;
	border-bottom:1px solid #d8d7d7;
}
.s3-ing-img{
	width:111px;
}
.ing-nm{
	font-size:22px;
	line-height:26px;
	font-weight:bold;
}
.ing-nm small{
	display:block;
	font-size:18px;
	font-weight:500;
}
.ing-bx-btm{
	padding:20px;
}
.ing-tx{
	font-size:17px;
	line-height:26px;
	min-height:130px;
}
.s3-list-hd{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin-top:40px;
}
ul.s3-list{
	display:inline-block;
	vertical-align:top;
	margin:15px 0;
}
ul.s3-list li{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:20px;
	margin-top:10px;
	padding:0 40px;
}
ul.s3-list li img{
	display:block;
	margin:0 auto 5px;
	width:66px;
}

/*-----------------------
SECTION-7
------------------------*/
.section-7{
	padding:65px 0 70px;
	background:#f9f9f9;
}
.review__rating{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	-webkit-justify-content:center;
	-webkit-align-items:center;
	text-align:left;
	margin-top:30px;
}
.review__rating h3{
	font-size:60px;
	line-height:50px;
	font-weight:800;
	margin-right:15px;
}
.review__rating img{
	width:106px;
}
.review__rating p{
	font-size:16px;
	line-height:24px;
}
.review__inner{
	max-width:1035px;
	width:100%;
	margin:20px auto 10px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.review__inner__box{
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	-webkit-flex-direction:column;
	width:48.5%;
	border:1px solid #e43939;
	border-radius:6px;
	padding:25px;
	text-align:left;
	background:#fff;
	position:relative;
	margin-top:45px;
}
.review__quote{
	width:45px;
	position:absolute;
	left:20px;
	top:-20px;
}
.review__face{
	border-radius:50%;
	position:absolute;
	top:15px;
	right:15px;
}
.review__box__heading{
	font-size:21px;
	line-height:26px;
	font-weight:bold;
	margin:15px 0 8px;
}
.review__box__star{
	width:85px;
	margin:0 0 10px;
}
.review__box__text{
	font-size:17px;
	line-height:27px;
	margin-bottom:20px;
}
.review__box__name{
	margin-top:auto;
}
.review__box__name span{
	font-size:20px;
	line-height:24px;
	display:inline-block;
	vertical-align:middle;
	font-weight:500;
}
.verify__tick{
	width:15px;
	display:inline-block;
	vertical-align:middle;
	margin:0 4px;
}
.review__box__name small{
	font-size:15px;
	line-height:20px;
	display:inline-block;
	vertical-align:middle;
}
.facts__text{
	font-size:15px;
	line-height:19px;
	font-weight:bold;
	margin-top:20px;
	text-decoration:underline;
}
.facts__img{
	padding-top:25px;
}
.facts__img img{
	display:inline-block;
	vertical-align:top;
	max-width:88%;
}

/*-----------------------
SECTION-8
------------------------*/
.section-8{
	padding:65px 0 70px;
}
.pkg_block{
    width: 100%;
	margin:70px auto 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.pkg_box{
	width:31.33%;
	background:#fff;
	border:2px solid #e32d2d;
	border-radius:8px;
	padding:30px 20px 25px;
	position:relative;
	}
.pkg_top_box{
    position: absolute;
    top: -17px;
    left: 50%;
	width:100%;
	max-width:168px;
    padding: 8px 15px 7px;
    font-size: 15px;
    line-height: 15px;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
	text-transform:uppercase;
    background: #ffee8f;
    transform: translateX(-50%);
	}
.pkg3 .pkg_top_box{ background:#49f2af;}
.pkg_hdg_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.pkg_hdg{
	font-size:40px;
	line-height:45px;
	color:#e32d2d;
	font-family: 'Figtree';
	font-weight:800;
	}
.pkg_sub_hdg{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	margin-top:5px;
	}
.pkg_prod_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:282px;
	position:relative;
	margin-top:28px;
	}
.pkg_prod_box img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	}
.pkg_seal{
	position: absolute;
	top: 0;
	right: 45px;
	width: 70px;
	height: 72px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	padding-top: 15px;
	background: url(../images/pkg-seal.png) no-repeat;
	background-size: 100%;
	text-transform:uppercase;
	}
.pkg_seal span{
	font-size:20px;
	}
.pkg_cont{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	}
.pkg_cut_price{
	font-size: 17px;
	line-height: 22px;
	color: #666666;
	}
.pkg_cut_price span{ position:relative;}
.pkg_cut_price span:before{
	content: '';
	position: absolute;
	top: 12px;
	left: -3px;
	right: -3px;
	height: 2px;
	background: #eb1e26;
	transform: rotate(-11deg);
	}
.pkg_price{
	font-size: 42px;
	line-height: 43px;
	color: #000;
	font-weight: bold;
	margin-top:12px;
	}
.pkg_price small{
	font-size:19px;
	line-height:19px;
	font-weight:500;
}
.pkg_btn_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:25px;
	}
.pkg_btn_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:345px;
	text-align:center;
	}
.pkg_shiping{
	font-size: 15px;
    line-height:16px;
	font-weight:500;
	letter-spacing:0.3px;
    color: #000;
	margin-bottom:12px;
	}
.pkg_shiping img{
	display:inline-block;
	vertical-align:middle;
	width:25px;
	margin:-3px 2px 0 0;
	}
.pkg_grnty{
	font-size: 13px;
	line-height: 14px;
	color: #000;
	font-weight:500;
	margin-top:12px;
	}
.pkg_grnty img{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:-3px 6px 0 0;
	}
.pkg_btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:58px;
	color:#fff;
	background:#00af3a;
	font-size:23px;
	line-height:58px;
	font-family: 'Figtree';
	font-weight:bold;
	letter-spacing:0.5px;
	text-align:center;
	border-radius:6px;
	border:none;
	-webkit-appearance:none;
	cursor:pointer;
	}
.pkg_btn img{
	display:inline-block;
	vertical-align:middle;
	width:24px;
	margin:-3px 0 0 12px;
	}
.card{
	display:block;
	margin:20px auto 0;
	width:190px;
	}
.pkg2 .pkg_seal{ right:5px;}
.pkg3 .pkg_seal{ right:0;}

/*-----------------------
SECTION-9
------------------------*/
.section-9{
	padding:65px 0 70px;
	background:#f9f9f9;
}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:840px;
	width:100%;
	margin:30px 0 10px;
	}
.up-slide-dwn{
	border-bottom:1px solid #c2c2c2;
	}
.faq-innr{

	}
.accordion{
	text-align:left;
	background:url(../images/close-btn.png) no-repeat right 10px center;
	padding:20px 45px 20px 0;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	color:#000;
	cursor:pointer;
	position:relative;
	}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.png) no-repeat right 10px center;
	}
.acdn-content{
	text-align:left;
	padding:0 30px 15px 0;
	}
.acdn-para{
	font-size:17px;
	line-height:27px;
	color:#000;
	margin-bottom:20px;
	}
.up-slide-dwn:last-child{
	border-bottom:none;
}
.faq-img {
    display: block;
    margin: 20px auto 15px;
    max-width: 100%;
}

/*-----------------------
FOOTER
------------------------*/
.footer{
	padding:50px 0;
}
.footer__logo{
	display:block;
	margin:0 auto 25px;
}
.footer__text{
	font-size:17px;
	line-height:27px;
	color:#000;
	margin-top:20px;
}
.footer__text a{
	color:#000;
	margin:0 5px;
}
.footer__disclaimer{
	max-width:900px;
	margin:20px auto 0;
	font-size:15px;
	line-height:23px;
	color:#2f2f2f;
	padding:12px 30px;
	width:100%;
	border:1px solid #e8e8e8;
}

/*-----------------------
CONTACT PAGE
------------------------*/
.contact{
	position:relative;
}
.contact:before{
	content:'';
	position:absolute;
	background:#f9f9f9;
	left:0;
	bottom:0;
	width:100%;
	height:135px;
}
.inner__strip{
	padding:12px 0;
	border-bottom:1px solid #e5e5e5;
	text-align:left;
	font-size:15px;
	line-height:15px;
	color:#000;
}
.inner__strip span{color:#7d7d7d;}
.inner__strip a{
	color:#000;
}
.contact__top{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
	padding:30px 0;
}
.contact__top__inner, .contact__top__product{
	width:48.71%;
}
.contact__top__product{
	margin-bottom:-35px;
}
.contact__top__inner{
	text-align:left;
}
.contact__heading{
	font-size:56px;
	line-height:60px;
	font-family: 'Figtree';
	font-weight:800;
}
.contact__text{
	font-size:18px;
	line-height:28px;
	margin-top:15px;
}
.contact__top__product img{
	max-width:100%;
	display:inline-block;
	vertical-align:top;
}
.contact__bottom{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.contact__bottom__box{
	width:48.71%;
	border:1px solid #f2cbcb;
	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);
	border-radius:10px;
	background:#fff;
	padding:15px 20px 35px;
	margin-top:25px;
}
.contact__box__top{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
	padding-bottom:15px;
	border-bottom:1px solid #dfdfdf;
}
.contact__box__heading{
	position:relative;
	font-size:27px;
	line-height:32px;
	padding:15px 0 15px 80px;
	text-align:left;
	font-weight:500;
}
.contact__info__icon{
	width:63px;
	height:63px;
	border-radius:50%;
	background:#fff1f1;
	padding-top:17px;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
}
.contact__info__icon img{
	max-width:30px;
}
.avail{
	font-size:13px;
	line-height:15px;
	font-weight:500;
	border:1px solid #47df8f;
	border-radius:100px;
	padding:3px 15px 3px 25px;
	position:relative;
	text-align:left;
}
.avail:before{
	content:'';
	position:absolute;
	left:12px;
	top:8px;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#47df8f;
	animation: fade 1s ease-in-out infinite;
}
.phone__text, .mail__text{
	font-size:44px;
	line-height:44px;
	position:relative;
	font-family: 'Figtree';
	font-weight:800;
	display:inline-block;
	vertical-align:top;
	padding-bottom:2px;
	margin-top:30px;
}
.phone__text:after, .mail__text:after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	border-bottom:3px solid #000;
}
.mail__text{
	font-size:40px;
	line-height:40px;
}
.support__avail{
	font-size:20px;
	line-height:28px;
	margin-top:20px;
	color:#343434;
}

.contact__page .section-9{padding-bottom:40px;}

/*-----------------------
MEDIA
------------------------*/
@media only screen and (max-width:1180px){
.container{width:1000px;}

.section-1__heading{font-size:44px; line-height:54px;}
.section-1__product{right:200px; top:150px;}

.benefits__product{width:380px; height:380px;}

/*-----------------------
CONTACT
------------------------*/
.phone__text{font-size:36px; line-height:36px;}
.mail__text{font-size:32px; line-height:32px;}
}

@media only screen and (max-width:1010px){
.container{width:750px;}
.show-tab{display:block;}
.hide-tab{display:none;}

.header{padding:15px 0;}
.logo{width:170px;}
ul.menu-list li{padding:0 8px;}
ul.menu-list li a{font-size:14px; line-height:20px;}
.header__button{width:140px; height:40px; font-size:18px; line-height:40px;}

.rating__text img{width:105px;}
.rating__text{font-size:14px; line-height:18px;}
.section-1__heading{font-size:34px; line-height:44px;}
.section-1__text{font-size:15px; line-height:24px; text-align:left; max-width:345px; width:100%; margin:10px auto 0;}
.sell__fast{padding:10px 45px 10px 35px; font-size:14px; line-height:20px;}
.sell__fast small{left:10px;}
.sell__fast__product{right:10px;}
ul.section-1__list li{font-size:18px; line-height:24px;}
.section-1__product{right:0; top:140px;width: 320px;}

.heading{font-size:38px; line-height:46px;}
.common__text{font-size:16px; line-height:26px; margin-top:15px;}

.section-2{padding:40px 0 50px;}
.section-2__product{width:220px;}
.section-2__img-box__text--1{top:80px;}
.section-2__img-box__text--2{bottom:95px;}
.opt_text{font-size:15px; line-height:20px;}
.switch{margin:0; width:115px;}
.switch__img__box{width:260px; height:260px; margin:35px auto 0;}
ul.compare__list li{font-size:13px; line-height:18px;}
.switch__img__box img{width:170px;}

.section-3{padding:40px 0 50px;}
.benefits-product__tab{margin:40px auto 0;}
.benefit{max-width:500px; width:100%; flex-wrap:wrap; margin:20px auto 0;}
.benefit__inner{width:100%;}
.benefit__inner--left .benefit__inner__box{padding:12px 15px 15px;}
.benefit__inner--left .benefit__inner__box img{left:auto; right:15px; top:15px; width:38px;}
.benefit__inner--right .benefit__inner__box{text-align:left; padding:15px;}
.benefit__inner--right .benefit__inner__box img{right:15px; top:15px;}
.benefit__inner__box{border:2px solid #e43939; border-radius:10px; margin:20px 0 0;}
.benefit__inner__box h3{font-size:22px; line-height:30px; border-bottom:1px solid #f0f0f0; padding-bottom:15px;}
.benefit__inner__box p{font-size:16px; line-height:26px;}
.benefits__line{display:none;}

.section-4{padding:40px 0 50px;}

.section-5{padding:40px 0 50px;}

.section-6{padding:40px 0 50px;}
.ingredients__top__list li img{width:90px;}
.ingredients__top__list li.ingredient__big__img img{width:250px;}
.ingredients__top__list li p{font-size:16px; line-height:22px;}

.section-7{padding:40px 0 50px;}

.section-8{padding:40px 0 50px;}
.pkg_block{margin:50px auto 0;}
.pkg_box{width:32.33%; padding:20px 15px;}
.pkg_hdg{font-size:30px; line-height:36px;}
.pkg_grnty{font-size:12px;}

.section-9{padding:40px 0 50px;}

/*-----------------------
CONTACT
------------------------*/
.contact__heading{font-size:44px; line-height:50px;}
.contact__box__heading{font-size:17px; line-height:25px; padding:8px 0 8px 55px;}
.contact__info__icon{width:40px; height:40px; padding-top:10px;}
.contact__info__icon img{max-width:20px;}
.phone__text{font-size:32px; line-height:34px;}
.mail__text{font-size:26px; line-height:28px;}

.contact__page .section-9{padding-bottom:20px;}
}

@media only screen and (max-width:767px){
.hide-mob{display:none;}
.hide-desk{display:block;}
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.top__strip{padding:5px 0 7px;}
.top__strip p{font-size:14px; line-height:18px;}

.top-fix-bar{margin-bottom:50px;}
.header{height:50px; top:50px; margin-top:-50px; padding:14px 0;}
/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
/*    position:absolute;
    right:15px;
    top:12px;*/
	z-index:16;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	display:inline-block;
	vertical-align:top;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color:#1a1a1a;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#1a1a1a;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#1a1a1a;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:82px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:50px;}
.mobilemenu li{
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:17px 20px;
	font-size:17px;
	color:#000;
	}
	
.section-1__inner{padding:30px 0; width:100%; text-align:center;}
.rating__text{font-size:13px; line-height:15px;}
.rating__text img{width:75px;}
.section-1__heading{font-size:32px; line-height:37px;}
.section-1__mobile-box{padding:9px; position:relative; background:#e32d2d; border-radius:10px; margin:15px auto 0; max-width:345px; width:100%;}
.mobile-box__inner{background:#fff; border-radius:10px; width:100%; overflow:hidden; position:relative;}
.section-1__product{position:relative; top:0; left:0; width:190px; margin-top:15px;}
.section-1__seal{width:70px; left:10px; top:20px;}
.section-1__image{right:-70px; top:-90px; width:220px;}
ul.mobile-box__list{display:flex; display:-webkit-flex; justify-content:space-between; -webkit-justify-content:space-between;align-items: center; padding-top:10px;}
ul.mobile-box__list li{font-size:12px; line-height:16px; font-weight:500; color:#fff; position:relative;}
ul.mobile-box__list li:before{content:''; width:1px; height:28px; background:#fff; position:absolute; left:0; top:2px; bottom:0;}
ul.mobile-box__list li:first-child:before{display:none;}
.sell__fast{padding: 5px 35px 5px 25px; font-size:13px; margin-top:15px;}
.sell__fast small{left:5px; top:7px; width:16px; height:16px;}
.sell__fast__product{width:20px; height:20px; top:5px; right:7px;}
ul.section-1__list{ margin:0 0 0;}
ul.section-1__list li{font-size:15px; line-height:22px; margin-top:10px; letter-spacing:0.5px;}
.button__box{margin-top:25px;}
.common__button{font-size:22px; font-weight:bold;}
.section-1__button-card{margin:12px auto 0; max-width:177px;}

.review__inner__box{width:100%; padding:15px; margin-top:35px;}
.review__quote{width:35px; left:15px; top:-15px;}
.review__face{width:50px;}
.review__box__heading{font-size:18px; line-height:22px;}
.review__box__text{font-size:16px; line-height:23px; margin-bottom:12px;}
.review__box__name span{font-size:15px; line-height:18px;}
.review__box__name small{font-size:12px; line-height:15px;}

ul.ads__list li img{max-height:32px;}

.banner_list-sec{padding: 25px 0;}

.section-2{padding:35px 0 35px;}
.sub-heading{font-size:16px; line-height:22px;}
.heading{font-size:26px; line-height:31px;}
.section-2__inner{flex-wrap:wrap; -webkit-flex-wrap:wrap; text-align:left; margin:25px auto 0;}
.section-2__inner__left, .section-2__inner__right{width:100%;}
.section-2__inner__left{max-width:345px; width:100%; margin:0 auto;}
.section-2__inner__right{text-align:center;}
.section-2__img-box{width:100%; background:#d2effb; border-radius:10px; padding:15px 0 25px; overflow:hidden;}
.section-2__img-box img{width:240px; margin:-20px 0;}
.section-2__img-box__text{font-size:13px; line-height:15px;}
.section-2__img-box__text--1{top:15px; right:35px;}
.section-2__img-box__text--2{left:10px; bottom:25px;}
.section-2__product{right:0; bottom:0; width:140px;}
.join__text{font-size:20px; line-height:28px; margin-top:25px;}
.switch_opt{margin-top:25px; max-width:345px;}
.switch{ width:100px; height:30px; margin:0 6px;}
.slider:before{ width:22px; height:22px;}
input:checked + .slider:before {-webkit-transform: translateX(-33px);-ms-transform: translateX(-33px);transform:translateX(-33px);}
.switch__img__box{margin-bottom:30px;}

.section-3{padding:30px 0 35px;}
.benefits-product__tab{margin:30px auto 0;}
.benefit{margin:10px auto;}

.section-4{padding:30px 0 35px;}
.section-4__box{display:flex; display:-webkit-flex; align-items:center; -webkit-align-items:center; max-width:350px; margin:20px auto -10px;}
.section-4__product{max-width:320px; margin:0 -30px;}
.section-4__product img{max-width:100%; display:inline-block; vertical-align:top;}
ul.trusted__brand__list{grid-template-columns: 1fr; margin:-20px auto 0;}
ul.trusted__brand__list li{width:100%; margin:5px 0;}
ul.trusted__brand__list li img{width:80px;}

.section-5{padding:30px 0 35px;}
.uses__inner{flex-wrap:wrap; -webkit-flex-wrap:wrap; margin:30px auto 0;}
.uses__inner:before{border-left:2px dotted #e32d2d; left:40px; top:40px; right:0; bottom:40px; border-top:none;}
.uses__inner__box{width:100%; position:relative; text-align:left; padding:15px 0 15px 110px;}
.uses__icon{width:85px; height:85px; position:absolute; left:0; top:0; box-shadow: 0px 0px 0px 5px #f9f9f9; margin:0;}
.uses__inner__box h3{font-size:20px; line-height:24px;}
.uses__inner__box p{font-size:16px; line-height:22px;}
.section-5__bottom{margin-top:20px;}
.section-5__bottom__box{padding:15px 15px;}
.section-5__bottom__box h3{ text-align:left;font-size: 20px;}
.section-5__bottom__box h3:before{display:none;}
.section-5__bottom__box h3 img{width:35px; top:-4px;}
.section-5__bottom__box-text{font-size:14px; line-height:20px; text-align:left; padding:15px 20px;}
ul.section-5__bottom__list{flex-wrap:wrap; -webkit-flex-wrap:wrap; padding:15px 15px 10px;}
ul.section-5__bottom__list li{font-size:15px; line-height:20px; margin-bottom:10px;}

.section-6{padding:30px 0 35px;}
.ing-sec{margin:0 auto;}
.ingredient__big__img{display:none;}
.ingredients__top__mobile{position:relative;}
.ingredients__top__mobile__image{ position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); z-index:2;}
.ingredients__top__list{flex-wrap:wrap; -webkit-flex-wrap:wrap; margin:10px auto 0;}
.ingredients__top__list:before{display:none;}
.ingredients__top__list li{width:34%; padding:25px 0;}
.ingredients__top__list li:nth-child(n+3){border-top:1px solid #e32d2d;}
.ingredients__top__list li img{border:none; border-radius:0px; margin:-20px auto;}
.ingredients__top__list li p{min-height:44px;}
.ing-bx{width:286px !important; margin:15px 8px 20px;}
.ing-bx-top{padding:5px 15px;}
.ing-nm{font-size:20px; line-height:26px;}
.ing-nm small{font-size:16px;}
.s3-ing-img{width:80px;}
.ing-bx-btm{padding:15px;}
.ing-tx{font-size:16px; line-height:24px; min-height:168px;}

.section-7{padding:30px 0 35px;}
.review__inner{margin:0 auto 10px;}
.review__rating{flex-wrap:wrap; -webkit-flex-wrap:wrap; text-align:center; margin-top:25px;}
.review__rating h3{font-size:40px; line-height:40px; width:100%; margin:0 0 10px;}

.section-8{padding:30px 0 35px;}
.pkg_block{flex-wrap:wrap; -webkit-flex-wrap:wrap; max-width:450px; margin:0 auto;}
.pkg_box{width:100%; margin-top:45px;}
.pkg_top_box{max-width:130px; font-size:12px; line-height:12px;}
.pkg_prod_box{margin-top:20px;}
.pkg_hdg{font-size:27px; line-height:32px;}
.pkg_sub_hdg{font-size:15px; line-height:20px;}
.pkg_price{font-size:40px; line-height:40px; margin-top:5px;}
.pkg_btn_box{margin-top:20px;}
.card{margin:12px auto 0; width:170px;}
.pkg2{order:1;}
.pkg3{order:2;}
.pkg1{order:3; margin-top:20px;}

.section-9{padding:30px 0 35px;}
.faq-container{margin:10px 0 0;}
.accordion{font-size:18px; line-height:26px; padding: 15px 35px 15px 0;}
.acdn-para{font-size:16px; line-height:24px; margin-bottom:15px;}

.footer{padding:30px 0;}
.footer__logo{width:170px;}
.footer__text{font-size:13px; line-height:21px;}
.footer__disclaimer{font-size:12px; line-height:18px; padding:10px;}

/*-----------------------
CONTACT
------------------------*/
.contact__page .header{ padding:7px 0;}
.contact__page  .header__button {width: 125px;height: 35px;font-size: 16px;line-height: 34px;}

.contact__top{padding:20px 0 10px;}
.contact__top__inner{width:100%;}
.contact__bottom{flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.contact__bottom__box{width:100%; margin-top:20px;}
.contact__heading{font-size:40px; line-height:44px;}
.contact__text{font-size:16px; line-height:24px;}
.avail{font-size:10px;}
.support__avail{font-size:18px; line-height:26px; margin-top:15px;}

.contact__page .section-9{padding-bottom:0px;}
    
    .only-desk-d {
        display: none;
    }
    
    .only-mob-d {
        display: block;
    }
    
    
        .pkgcontainern {
        margin: 10px 0 0 0;
    }
        .package-sec {
        border: 2px solid #2c63be;
        background-color: #fefcc3;
        border-radius: 5px;
        margin-top: 15px;
    }
    a:hover {
    text-decoration: none;
}
        .col-6 {
        width: 49%;
        padding: 5px;
        display: inline-block;
        margin: 0px;
        vertical-align: top;
        text-align: center;
    }
    
    .col-6 h3 {
        text-align: center;
        color: #000000;
        font-weight: 800;
        font-size: 20px;
    }
    
    .pkgbtl {
        margin: 15px auto 0 auto;
        display: block;
        max-width:100%;
    }
    
        .col-6 h1 {
        font-size: 50px;
        color: #215094;
        font-weight: 800;
        vertical-align: middle;
    }
    
        .col-6 h2 {
        margin-top: 10px;
        text-align: center;
        color: #2c4891;
        font-weight: 800;
        font-size: 20px;
    }
    
    .d-in-block {
        display: inline-block;
    }
    
    span.f-top {
        color: #215094;
        font-size: 20px;
        font-weight: 800;
    }
    
        .only-mob {
        margin-top: 20px;
        width: 100%;
                    display: block;
    }
}











