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

:root {
  --black: #000000;
  --white: #ffffff;
  --subheader: #050505;
  --header1: #ed0f0f;
  --bg1: #fbfbfb;
  --theme1: #0bacb9;
  --btnbg: #fa8100;
  --theme3: #f4fdff;
  --border1: #e9e9e9;
  --gray: #999999;
  --bodyfont:'Montserrat', sans-serif;
  --hdngfont:'DM Serif Display', sans-serif;
}

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:var(--white);
	color:var(--black);;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: var(--bodyfont);
	font-weight: normal;
    font-style: normal;	
}
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; max-width: 100%; vertical-align: middle;}
li {list-style:none;}
*{box-sizing:border-box;}
.ovrfl{overflow:hidden;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}

/*--------fonts--------*/
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('Montserrat-Bold.woff2') format('woff2'),
        url('Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
        url('Montserrat-Medium.woff2') format('woff2'),
        url('Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
        url('Montserrat-SemiBold.woff2') format('woff2'),
        url('Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Light'), local('Montserrat-Light'),
        url('Montserrat-Light.woff2') format('woff2'),
        url('Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Serif Display';
    src: local('DM Serif Display Regular'), local('DMSerifDisplay-Regular'),
        url('DMSerifDisplay-Regular.woff2') format('woff2'),
        url('DMSerifDisplay-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{display:none;}


/*-----------------------
TOP STRIP
------------------------*/
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
}

/*-----------------------
LOGO SECTION
------------------------*/
.logo-sec{
	float: left;
    width: 100%;
    padding: 7px 0;
    position: relative;
    z-index: 1;
    height: 70px;
    margin-top: -70px;
    top: 70px;
    background: var(--white);
}
.logo{
	float: left;
}
.logo-sec .top-btn {
	width: 200px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	float: right;
	margin-top: 3px;
}

.fixed-nav .logo-sec{
	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);	
	}

ul.menu-list{
	display: inline-block;
	margin: 21px 0 0 0px;
	}
ul.menu-list li{
	float: left;
	border-right: 1px solid #cecece;
	}
ul.menu-list li:last-child{ border:none;}	
ul.menu-list li a{
	float: left;
    color: var(--black);
    font-size: 17px;
    line-height: 17px;
    padding: 0 20px;
	}	
ul.menu-list li a:hover{color: var(--black);}
ul.menu-list li a.active{color: var(--black);}

.top_strip {
    float: left;
    width: 100%;
    background: var(--theme1);
    position: relative;
    overflow: hidden;
	padding:7px 0;
}
.top_strip p {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
}

/*--------BANNER--------*/
.banner{
	float: left;
    width: 100%;
    padding: 43px 0;
    background: url(../images/banner-background.jpg) no-repeat center center #fefffa;
    overflow: hidden;
}
.banner_left{
	float: left;
	width: 67%;
	text-align: left;
	position: relative;
}
.banr__sub__heading {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #0bacb9;
    font-weight: 500;
}
.banner__heading{
	float: left;
	width: 100%;
	color: var(--black);
	font-size: 70px;
	line-height: 78px;
	font-family: var(--hdngfont);
}
ul.s1-list1{
	float: left;
	width: 74%;
	background: #ffffff;
	border: 2px solid #e7e7e7;
	margin-top: 20px;
}
ul.s1-list1 li{
	float: left;
	padding: 10px 15px 10px 15px;
	font-size: 18px;
	line-height: 26px;
	color: #151314;
	font-weight: 700;
	text-align: left;
	position: relative;
	border-right: 2px solid #e7e7e7;
	display: flex;
	align-items: center;
	column-gap: 15px;
	}
ul.s1-list1 li img{
	max-width: 29px;
	}
ul.s1-list1 li:last-child{ border:none;}

.banner__right{
	position: absolute;
    bottom: -20px;
    right: -80px;
    height: 582px;
    width: 340px;
    z-index: 1;
	text-align: center;
	}

.bar-aerrow {
    display: inline-block;
    margin: 40px auto -20px -30px;
    transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
}
.banner__product{
	position: absolute;
    bottom: 0;
    right: 0;
	}
.bnr-div1 {
    float: left;
    width: 100%;
	background: linear-gradient(to right, #017540, #017540, #459a72, rgba(255, 255, 255, 0.1));
    margin: 30px 0 0;
    border-radius: 10px;
    max-width: 520px;
    padding: 16px 40px 15px 25px;
    position: relative;
}
.banner__text{
	float: left;
	width: 80%;
	color: var(--black);
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	border-bottom: 1px solid #e7e7e7;
	padding: 25px 0 20px;
	}
.bnr-div1 img {
    position: absolute;
    right: -60px;
    top: -10px;
}
.bnr-txt2 {
    float: left;
    width: 100%;
    margin: 36px 0 0 0;
    font-size: 22px;
    line-height: 32px;
    padding: 10px 10px 10px 10px;
    position: relative;
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #017540, rgba(0, 0, 0, 0)) 1 0;
}
.banner-model {
    position: absolute;
    right: -125px;
    top: -5px;
}
.banner__points{
	float: left;
	width: 100%;
	margin-top: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 12px;
	}
.banner__points li{
	float: left;
	width: 100%;
	color: var(--black);
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	text-transform: capitalize;
	text-align: left;
	background: url(../images/bnr-list-icn.webp) no-repeat left top;
	background-size: 23px;
	padding-left: 35px;
}
.banner__points li img {
    display: inline-block;
    margin: -3px 10px 0px 0;
	width: 28px;
}
.button_box{
	float:left;
	width:100%;
	margin-top:35px;
	}
.button__width{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 420px;
    text-align: center;
	}
.common__button{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 70px;
    background: var(--btnbg);
    font-family: inherit;
    color: var(--white);
    font-size: 26px;
    line-height: 70px;
    font-weight: 700;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s;
	}
.common__button img {
    display: inline-block;
    margin: 0  0px 0 15px;
}
.button__caption{
	    float: left;
    width: 100%;
    color: var(--black);
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
    letter-spacing: 1px;
	}
.button__caption span{ padding: 3px 0 3px 0px;}


/*--------BANNER STRIP--------*/
.bnrstrip{
	float: left;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #e1e1e1;
	}
.bnrstrip-hding{
	    font-size: 20px;
    line-height: 30px;
    color: #29323a;
    font-weight: 600;
    text-align: center;
	}
.bnrstrip-hding:before,.bnrstrip-hding:after{
	display: inline-block;
	vertical-align: middle;
	width: 130px;
	margin: -5px 20px;
	border-bottom: 1px solid #ddd;
	content: "";
	}
.bnrstrip-para{
	font-size: 18px;
    line-height: 26px;
    color: var(--black);
    margin-top: 10px;
	}

ul.bnrstrip-list{
	    float: left;
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.bnrstrip-list li{
	float: left;
    width: 15.5%;
    text-align: center;
    position: relative;
	}
ul.bnrstrip-list li:after {
	    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100px;
    width: 1px;
    background: #e1e1e1;
	}
ul.bnrstrip-list li:last-child:after{ display:none;}			
ul.bnrstrip-list li img{
	margin:0 auto 0;
	display:block;
	width: 50px;
	}		
ul.bnrstrip-list li p{
	font-size: 16px;
	line-height: 24px;
	color: var(--black);
	font-weight: 500;
	text-transform: capitalize;
	margin-top: 5px;
}
/************************/
.banner-bottom {
    float: left;
    width: 100%;
    padding: 60px 0 70px;
	position: relative;
}
.banner-bottom:before {
        content: '';
    position: absolute;
    /* left: 50%; */
    bottom: -46px;
    background: url(../images/bnr-btm-separator.webp) no-repeat center bottom;
    width: 83px;
    height: 83px;
    /* margin-left: -9px; */
    transform: translate(-50%);
}
.bnr-btm-inner {
    display: inline-block;
    vertical-align: middle;
    margin: 40px 0 0 0;
    width: 100%;
}
.bnr-btm-inner .mdl-img {
    float: left;
}
.bnr-btm-inner div {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 620px);
	text-align: left;
	padding: 0px 0px 0 16px;
}
.bnr-btm-txt {
    font-size: 20px;
    color: var(--header1);
    line-height: 32px;
    font-weight: 700;
    margin: 0;
}
.bnr-btm-inner ul {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 12px;
}
.bnr-btm-inner ul li {
	float: left;
    width: 100%;
    padding: 10px 0px 15px 80px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}
.bnr-btm-inner ul li:last-child{
	border:none;
}
img.s1-icon {
    position: absolute;
    left: 0;
    top: 8px;
}
.bnr-btm-inner ul li span{ 
	display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 8px;
}
.banner-bottom .common__text1 {
	margin-top: 30px;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
}
.bnr-btm-sec {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 830px;
    margin-top: 40px;
    position: relative;
}
.bnr-btm-sec:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(-50%);
	left: 50%;
	right: 0;
	background: url(../images/bnr-btm-line.webp) no-repeat;
	width: 100%;
	height: 8px;
}
.bnr-btm-capsule {
    display: inline-block;
    position: relative;
    z-index: 1;
}

/*=======SECTION1======*/
.section1{
    float: left;
    width: 100%;
	padding:60px 0;
	background:#fbfbfb;
	}	
	
.common__subhead{
	float:left;
	width:100%;
	margin-bottom:15px;
	color:var(--black);
	font-size:25px;
	line-height:25px;
	font-weight:600;
	}
.common__heading{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: var(--black);
    font-size: 50px;
    line-height: 58px;
    font-family: var(--hdngfont);
    text-transform: capitalize;
	}
.common__text{
	    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: var(--black);
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
	}
	
.s1-cont{
	    float: left;
    width: 35%;
    text-align: left;
	}			
.s1-prodbox{
	display: inline-block;
	width: 30%;
	text-align: center;
	position: relative;
	margin-top: 40px;
	}	
.s1-product{
	display:inline-block;
	vertical-align:top;
	width:288px;
	position:relative;
	margin-top:62px;
	}			
		
.s1-rgt{
	float:right;
	width:34%;
	text-align:left;
	margin-top:15px;
	}
ul.s1list{margin:50px 0 0 0;}
ul.s1list li{
	    display: inline-block;
    width: 100%;
    background: #fff url(../images/s1l1bg.webp) right center no-repeat;
    position: relative;
    padding: 18px 26px 18px 84px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}
ul.s1list li:nth-child(2){background:#fff url(../images/s1l2bg.webp) right center no-repeat;}
ul.s1list li:nth-child(3){background:#fff url(../images/s1l3bg.webp) right center no-repeat;}
ul.s1list li:nth-child(2), ul.s1list li:last-child{margin:25px 0 0 0;}
.s1lhding, .s1ltxt{
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #a1a1a1;
	text-align: left;
}
.s1ltxt{
	color: #000;
    font-size: 18px;
}
.s1lhding2{
	    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #1082bf;
    text-align: left;
    background: linear-gradient(to right, #b7d545 0%, #00acc2 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dots{margin:6px 0;display:block;}
.s1licon, .s1licon2{
	position:absolute;
	left:20px;
	top:45px;
}
.s1licon2{top:40px;}
.s1_btm_img_box {
    float: left;
    width: 100%;
    margin-top: 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.s1_btm_img_box li{
	position:relative;
	overflow:hidden;
}

/*--------SECTION 2--------*/
.section2{
	float:left;
	width:100%;
	padding:60px 0;
	text-align:center;
	background: var(--white);
	}

ul.s2-list {
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    float: left;
    margin-top: 50px;
    row-gap: 50px;
	}
ul.s2-list li {
	width: 32%;
    background: var(--white);
    border-radius: 0;
    text-align: left;
    padding: 0;
    position: relative;
    float: left;
    font-size: 18px;
    line-height: 28px;
    color: var(--black);
	z-index: 1;
	overflow: visible;
}
.s2-icon {
	display: block;
    width: 113px;
    margin-bottom: 50px;
    margin-left: 50px;
    position: static;
}
ul.s2-list li:after {
    content: "";
    position: absolute;
    left: 90px;
    top: -20px;
    height: 152px;
    width: 152px;
    border-radius: 50%;
    background: #f4fdff;
    z-index: -1;
}
ul.s2-list li span {
	display: block;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: capitalize;
}

/*==============section3===============*/
.section3{
	background: var(--bg1);
	float:left;
	width:100%;
	padding:60px 0;
	text-align:center;
}
.sec3_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:970px;
	margin-top:40px;
	}
.sec3_order_box{
	background: var(--theme1);
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 47px 280px 45px 30px;
    text-align: left;
    position: relative;
    border-radius: 15px;
}
.s3_box_row h3 img {
    display: inline-block;
    width: 44px;
    margin-right: 20px;
}
.s3-odrbx-arw{
	position: absolute;
    left: 116px;
    bottom: -7px;
	z-index:2;
	}	
.s3_women{
	position:absolute;
	right:0;
	bottom:0;
	}
.s3_prod{
	position: absolute;
    right: 108px;
    bottom: 0px;
	}
.s3_order_head{
	font-size:37px;
	line-height:43px;
	color:#fff;
	font-weight:600;
	}
.odr_date_box{
	float:left;
	width:100%;
	margin-top:20px;
	
	display: -webkit-flex;
    display: flex;
    align-items: center;
	}	
.odr_date_box h3{
	font-size:80px;
	line-height:70px;
	color:#fff;
	font-weight:500;	
	}	
.date_cont{
	width:calc(100% - 60px);
	text-align:left;
	padding-left:15px;
	margin-top:9px;
	}	
.date_cont p{
	font-size:26px;
	line-height:30px;
	color:#fff;
	letter-spacing:0.5px;
	font-weight:500;
	text-transform:uppercase;
	}	
.date_cont p span{
	display:block;
	font-size:26px;
	text-transform:uppercase;
	letter-spacing:2px;
	}	
.s3_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:735px;
	position:relative;
	margin-top:30px;
	padding-left:75px;
	}	
.s3_box:before{
	content:'';
	position:absolute;
	top:-30px;
	bottom:18%;
	left:10px;
	border-left:1px solid var(--theme1);
	}	
.s3_box_row{
	width:100%;
	text-align:left;
	position:relative;
	padding:25px 30px 30px;
	background:#fff;
	border-radius:5px;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 6px 1px rgba(0, 0, 0, 0.1);
	margin-top:30px;
	}	
.s3_box_row:before{
        content: '';
    position: absolute;
    top: 30px;
    left: -75px;
    background: var(--theme1);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
	-webkit-box-shadow: 0 0 0 4px var(--theme4);
   	box-shadow: 0 0 0 4px var(--theme4);
}
.s3_box_row:after{
	position: absolute;
    content: "";
    background: url(../images/s3_bx_arw.png) no-repeat left top;
    background-size: 100%;
    width: 10px;
    height: 17px;
    left: -10px;
    top: 25px;
	}	
.s3_box_row h3{
	font-size: 22px;
	line-height: 30px;
	color: #000;
	font-weight: 600;
	}	
ul.s3_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	}
ul.s3_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:12px;
	font-size:17px;
	line-height:26px;
	color:#000;
	font-weight:400;
	padding-left:35px;
	text-align:left;
	background:url(../images/s3_list_point.png) no-repeat left 3px;
	background-size:21px;
	}
.s3_prg_box{
	    right: 20px;
    width: 38%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    border-radius: 10px;
    transform: translateY(-50%);
}
.s3_prg_img{ width:100%; vertical-align:middle;}
.s6-note-txt{
	display: inline-block;
    height: 40px;
    background: #cdeef5;
    border-radius: 12px;
    margin-top: 40px;
    position: relative;
    font-size: 16px;
    line-height: 40px;
    color: var(--black);
    padding: 0px 15px 0px 30px;
    text-align: left;
	}
.s6-note-txt span{
	font-weight:bold;
	}
.s6-note-txt:before{
	content: "";
    position: absolute;
    left: 12px;
    top: 14px;
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background: var(--theme1);
    background: linear-gradient(90deg, var(--theme1), #b5d552);
	}

/*==============section4===============*/
.section4{
	float:left;
	width:100%;
	background: var(--bg1);
	padding:60px 0;
	}
.s4-inner {
    float: left;
    width: 100%;
    margin-top: 60px;
}
.pck-sec-inr{
	display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 18px;
    row-gap: 15px;
    float: left;
    width: 100%;
}
.pck-bx{
	margin: 60px 0 0;
    width: 32%;
    border-radius: 10px;
    background: var(--white);
    position: relative;
    border: 3px solid #e1e1e1;
}
.top_prod{
    border: 3px solid var(--theme1);
}
.count-tab{
	color: #000;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    background: #fff;
    border-radius: 100px;
    padding: 0px 0;
    width: 217px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.pck-prd-nm{
	font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: var(--black);
    padding: 30px 0 16px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #f1f1f1;
}
.pck-dwn-arw{
	display:block;
	margin:-15px auto 0;
}
.pck-prd-bx{
	display:flex;
	-webkit-display:flex;
	justify-content:center;
	-webkit-justify-content:center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	margin-top:15px;
	border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.prd-img{
	max-width:100%;
}
.prd-img{
	max-width:100%;
}
.prd-count{
	margin-left:35px;
}
.prd-count p{
	font-size:38px;
	line-height:42px;
	font-weight:600;
	color:#eab784;
}
.pck-prd-icn{
	margin-top:10px;
}
ul.pck-list{
	display: inline-block;
    vertical-align: top;
    max-width: 85%;
    width: 100%;
    margin: 5px 0 10px;
}
ul.pck-list li{
	    text-align: left;
    float: left;
    width: 100%;
    display: flex;
    margin: 5px 0;
    align-items: center;
}
.pck-lst-icn{
	display:inline-block;
	vertical-align:top;
	filter: brightness(0);
}
ul.pck-list li p{
	    font-size: 16px;
    line-height: 23px;
    color: var(--black);
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
    padding-left: 6px;
}
ul.pck-list li p span{
	
}
.pck-prd-info{
	max-width: 94%;
    background: #f0f0f0;
    border-radius: 15px;
    padding: 15px 15px 20px;
    margin: 10px 4%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.pck-prd-info .common__button{line-height: 60px; height:60px; font-size:22px;}
.top_prod .pck-prd-info {
    background: var(--theme1);
}
.ret-prc{
	font-size:18px;
	line-height:22px;
	color:#494949;
	margin-top:8px;
}
.ret-prc span{
	position:relative;
}
.top_prod .ret-prc {
    color: var(--white);
}
.ret-prc span:after{
	content:'';
	position:absolute;
	left:0;
	top:10px;
	-webkit-transform:rotate(-10deg);
	transform:rotate(-10deg);
	height:2px;
	background:#f00;
	width:100%;
}
.prd-prc{
	font-size:16px;
	line-height:20px;
	color:#858585;
	margin-top:10px;
}
.prd-prc span{
	font-size: 44px;
    line-height: 44px;
    color: var(--black);
    font-family: var(--hdngfont);
}
.top_prod .prd-prc, .top_prod .prd-prc span,.top_prod .prd-sve,.top_prod .button__caption span {
    color: var(--white);
}
.prd-sve{
	font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    color: #010101;
    margin-top: 10px;
}

.pck-btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:20px;
}
.pck-btn .common_btn {
    font-size: 23px;
    line-height: 65px;
    height: 65px;
    padding: 0 15px;}
.pck-btn .btn-text2 {
    font-size: 13px;
    line-height: 22px;
    margin-top: 8px;}
.pck-btn .btn-text2:before, .pck-btn .btn-text2:after {
    display: none;}		
.pck-sh{
	color:#5f6277;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
	margin-top:10px;
}
.pck-sh img{
	display:inline-block;
	vertical-align:top;
	margin:2px 8px 0 0;
}
a.pakge_btn{
	    float: left;
    width: 100%;
    height: 50px;
    background: #28b40d;
    font-size: 21px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: center;
    border-radius: 7px;
    margin: 10px 0 0;
	}
.package_tag{
	position: absolute;
    left: -3px;
    top: -2px;
    background: url(../images/package_tag.png) no-repeat left top;
    background-size: 100%;
    width: 85px;
    height: 84px;
    text-align: center;
    padding-top: 21px;
    padding-left: 5px;
	}
.package_tag2{
	background: url(../images/package_tag2.png) no-repeat left top;
	}
.package_tag3{
	background: url(../images/package_tag3.png) no-repeat left top;
	}		
.package_tag p{
	float: left;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    font-weight: 700;
    transform: rotate(-45deg);
    margin-left: 5px;
    text-transform: uppercase;
	}

/*-----------------------
Section-6
------------------------*/

.section-6{
	background: var(--white);
	float:left;
	width:100%;
	padding:60px 0;
	}	
.compare_Box{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 836px;
    margin-top: 50px;
	}
.compare_col1{
	float: left;
    width: 26.5%;
	}
.compare_top{
    height: 190px;
	position:relative;
	padding:0 10px;
	}
.compare_col1 .compare_top{height: 183px;}
.compare_Prod{
	display:block;
	margin: -80px auto 15px;
}
.compare_col2 .compare_Prod {
    width: 157px;
}
.compare_top p{
	    font-size: 18px;
    line-height: 26px;
    color: var(--black);
    font-weight: bold;
}
ul.compare_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
ul.compare_list li{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 112px;
    border-bottom: 1px solid var(--black);
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
    font-weight: 700;
}
ul.compare_list li p{ display:inline-block; width:100%;}
.compare_col1 ul.compare_list li {
    text-align: left;
}
ul.compare_list li:last-child{ border-bottom:none;}
.compare_col2{
	float: left;
    width: 36%;
    background: var(--theme3);
    border: none;
    padding: 0px 0 0;
    border-radius: 12px;
    margin-top: 73px;
	}
.compare_col2 .compare_top {
    /*height: 190px;*/
}
.compare_col2 ul.compare_list li{ 
	justify-content: center; 
	padding:0 14px; 
	align-content: center;
	}
.compare-icn{
	display:block;
	margin:0 auto 5px;
	width:34px;
	}
.comp_text{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:var(--black);
	font-weight:400;
	margin-top:8px;
	}
.compare_col3{
	float: left;
    width: 33%;
	margin-top: 73px;
	}
.compare_col3 ul.compare_list li{ justify-content: center; padding:0 20px; align-content: center; font-weight: 400;}
.compare_col3 ul.compare_list li{ display:inline-block; width:100%;}

.guarantee_box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 840px;
    background: var(--theme1);
    border: none;
    margin: 50px auto 0;
    padding: 20px 70px 20px 20px;
    border-radius: 12px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
}
.guarantee_seal{
	display:block;
	margin:0 auto;

	}
.guarantee_cont_bx{
	width:calc(100% - 173px);
	padding-left:30px;
	text-align:left;
	}
.guarantee_cont_bx h3{
	font-size: 40px;
    line-height: 47px;
    color: var(--white);
    font-weight: 400;
    font-family: var(--hdngfont);
	}
.guarantee_cont_bx p{
	font-size: 18px;
    line-height: 26px;
    color: var(--white);
    margin-top: 15px;
	}

/************************/

.section7{
	float: left;
    width: 100%;
    padding: 60px 0;
    background: var(--white);
    text-align: center;
}
.s7-inner{
	
}

.faq-section{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 42px 0 0;
    max-width: 972px;

	}
.faq-slide-row{
	float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 24px 5px;
    background: var(--white);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e1e1e1;
	}
.faq-slide-row-open{
	padding: 5px 24px 15px;
    border-radius: 0;
}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/s7-close.png) no-repeat 98% center;
    background-size: 18px;
    padding: 17px 25px 17px 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: var(--black);
    position: relative;
    cursor: pointer;
    
	}
.acdn-heading.accordion-open{
	background:url(../images/s7-open.png)var(--white) no-repeat 98% center;
	background-size:18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
}

.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 35px 0px 0;
	}
.accordion.last, .acdn-content.last{border-bottom:none;}
.acdn-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	color:var(--black);
	margin-bottom:15px;
	font-weight:normal;
	}
	
.acdn-para a{ color:#00F; text-decoration:underline;}
ul.acdn-list{
	float:left;
	width:100%;
	margin-bottom:15px;
	padding-left:15px;
	}
ul.acdn-list li{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:var(--black);
	font-weight:normal;
	margin:5px 0;
	list-style: disc;
	}


/*-----------------------
		Footer
------------------------*/
.footer{
	float: left;
    width: 100%;
    padding: 40px 0;
	border-top:1px solid #f1f1f1;
	}	
.ftr-linkBx{
	display:inline-block;
	vertical-align:middle;
	max-width:860px;
	width:100%;
	}
.ftr-logo{
	display:block;
	margin:0 auto;
	}
.ftr-linbx-rgt{
	float:left;
	width:100%;
	margin-top:20px;
	}
.ftr-txt1{
	float: left;
    width: 100%;
	font-size:16px;
	line-height:24px;
	color:#212121;
	}
.ftr-txt1 a{
	padding:0 5px;
	}
.ftr-txt2{
	float: left;
    width: 100%;
	font-size:16px;
	line-height:24px;
	color:#212121;
	font-weight:500;
	margin-top:20px;
	}
.ftr-txt2 span{ padding:0 4px;}
.ftr-txt2 span img{ display:inline-block; vertical-align:middle; margin:-2px 5px 0 0; filter: hue-rotate(145deg);}
.ftr-bx2{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #ddd;
    background: #fbfbfb;
    padding: 15px 25px;
    font-size: 14px;
    line-height: 24px;
    color: #212121;
	}
.ftr-txt3{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    color:#2d2d2d;
	margin-top:25px;
	}

.white{color:var(--white);}


/* CONTACT CSS */
.contact-hd{
	font-size:48px;
	line-height:58px;
	float:left;
	width:100%;
}
.contact-bx{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border:1px solid #d3d3d3;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	overflow:hidden;
	    background: var(--white);
}
.contact-lft{
	width:54%;
	float:left;
	color:#252525;
	text-align:left;
	padding:40px;
}
.contact-bx-hd{
	font-size:22px;
	line-height:24px;
	text-transform:uppercase;
	font-weight:bold;
}
.contact-bx-tx{
	font-size:18px;
	line-height:26px;
	margin-top:20px;
}
ul.contact-list{
	float:left;
	width:100%;
}
ul.contact-list li{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	padding-left:50px;
	font-size:18px;
	line-height:26px;
	margin-top:28px;
}
.contact-lst-icn{
	position: absolute;
    left: 0;
    top: 0;
    
}
ul.contact-list li h3{
	font-weight:bold;
}
ul.contact-list li p{
	margin-top:5px;
}

.contact-rgt{
	width:46%;
	float:right;
	background:var(--theme1);
	padding:40px 40px 80px;
	color:var(--white);
	text-align:left;
	position:relative;
}
.cont-frm{
	float:left;
	width:100%;
	margin-top:20px;
}
.frm-fld{
	float:left;
	width:100%;
	margin-top:20px;
}
.contact-inp-fld{
	-webkit-appearance:none;
	border:none;
	outline:none;
	border-bottom:1px solid #a4bcb1;
	background:none;
	width:100%;
	padding:20px 0;
	font-size:18px;
	line-height:26px;
	color:var(--white);
}
textarea.contact-inp-fld{
	height:130px;
	resize:none;
	padding-right:150px;
}
.contact-inp-fld::placeholder{
	color:var(--white);
}
.pos-abs{
	position: absolute;
    right: 32px;
    bottom: 70px;
}
.cont-btn{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:26px;
	text-transform:uppercase;
	cursor:pointer;
}
.cont-btn img{
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;

}	
	

/*-----------------------
		MEDIA
------------------------*/


@media only screen and (max-width:1010px){


}

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



}

/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: var(--bg1);
    padding: 40px 0;
}
.trms-innner {
    float: left;
    width: 100%;
    background: var(--white);
    padding: 10px 20px;
}
.trms-sec2 h1{
	height:40px;
	line-height:40px;
	background:#333;
	color:white;
	margin:20px 0 20px 0;
	padding:0 10px;
	font-size:26px;
	float: left;
    width: 100%;
}
.trms-sec2 h3{
	font-size:24px;
	font-weight:700;
	float:left;
	width:100%;
	margin:0px 0 10px;
}
.trms-sec2 p{
	    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0 20px;
}
.trms-sec2 ol{
	float:left;
	width:100%;
	padding:0 20px;
	}
.trms-sec2 ol li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0 10px;
    list-style: auto;
}
.trms-sec2 h4, .trms-sec2 h5{
	font-size:20px;
	font-weight:600;
	float:left;
	width:100%;
	margin:10px 0;
	}
.trms-sec2 h5{ font-size:20px; font-weight:400;}
.top_sec {
    float: left;
    width: 100%;
    background: var(--theme1);
    margin-bottom: 20px;
    text-align: left;
}
.trms-sec2 .top-txt {
        float: left;
    width: 100%;
    font-weight: 700;
    color: var(--white);
    text-transform: capitalize;
    line-height: 31px;
    /* height: 37px; */
    font-size: 22px;
    padding: 5px 14px;
    margin: 0;
}
.ing-lft-bx {
    float: left;
    width: 100%;
    text-align: center;
}
.ing-lft-bx img {
    max-width: 100%;
}

@media only screen and (max-width: 767px){
	.trms-sec2{padding: 20px 0;}
	.tems_bg {    padding: 10px 0;}
	.trms-sec2 .top-txt{ font-size:20px;}
	}










