@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	overflow-x:hidden;
	font-family: 'Jost', sans-serif;
	font-weight:400;
}
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
* {
	box-sizing: border-box;
}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.for-mob {display: none;}
.forMob,.forTab{ display:none ;}
.hide-mob{ display:block;}
/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom:90px;
	}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:90px;
	margin-top: -90px;
    position: relative;
	border-bottom: 1px solid #e1e1e1;
    top:90px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-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 {
	padding: 20px 0 10px;
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
}
.logo {
	float: left;
	max-width:200px;
}
ul.nav {
	float: right;
    margin: 10px 0px 0 0;
}
ul.nav li {
	float: left;
	margin-right: 70px;
}
ul.nav li:last-child {
	margin-right:0;
}
ul.nav li a {
	color: #2d2d2d;
	font-size: 20px;
	line-height: 28px;
}
ul.nav li a:hover,ul.nav li a.active {
	color: #fa494c;
	text-decoration:underline;
}
p.hdrlist {
	float: right;
	padding: 9px 0 0 30px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	position: relative;
	}
p.hdrlist a {
	color: #2d2d2d;
}
p.hdrlist img {
	position: absolute;
	top: 15px;
	left: 0;
}
ul.hdrlist li:last-child {
	padding: 0 0 0 13px;
	border-right: none;
}
#menu-wrapper {
	overflow: hidden;
	max-width: 40px;
	cursor: pointer;
	float: right;
}
#menu-wrapper #hamburger-menu {
	position: relative;
	width: 25px;
	height: 20px;
	margin: 18px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 10px;
	color: black;
	background-color: #1ebc6c;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {
	top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
	top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
	top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
	top: 9px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#menu-container .menu-list {
	padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    top: 60px;
    background: #d4841e;
    border-top: 1px solid #ffffff;
}
#menu-container .menu-list li a {
	font-weight: 600;
    font-size: 18px;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #fff;
    display: block;
    border-bottom: 1px dotted #ffffff;
}
#menu-container .menu-list li a.active {
	background: #333;
	color: #fff;
}

/************BANNER************/
.banner {
	float: left;
	width: 100%;
	height: 796px;
	background: url(../images/bg-bnr.jpg) no-repeat center top;
	background-size: cover;
}
.bnr-content {
	width: 100%;
	float: left;
	box-sizing: border-box;
	position: relative;
}

.bnr-rgt {
	width: 70%;
	float: left;
	text-align:left;
	margin-top:50px;
	box-sizing: border-box;
}
.p1-bnr, .p2-bnr {
	float: left;
	width: 100%;
	color: #000000;
	text-transform: uppercase;
}
.p1-bnr {
	font-size: 38px;
	line-height: 46px;
	
}
.p2-bnr {
	font-size: 49px;
	line-height: 55px;
	font-weight:700;
	margin: 10px 0 0;
}
.p2-bnr span{
	display: block;
    font-weight: 800;
    font-size: 60px;
    line-height: 70px;
	}
.p3-bnr {
	float:left;
	width:100%;
	font-size:20px;
	line-height: 30px;
	color:#333;
	margin: 20px 0 0;
}	
.brn-bx{
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #d4d4d4;
	padding:40px 30px;
	position:relative;
	margin-top:60px;
	}
.product-bnr {
    position: absolute;
    top: 11px;
    left: 30px;
    max-width: 251px;
}
.brn-bx-rgt{
        float: right;
    width: 63%;
    position: relative;
    padding: 0 0 0 0;
	}
.brn-bx-rgt-p1{
	float:left;
	width:100%;
	font-size:32px;
	line-height:40px;
	color:#000000;
	font-weight:700;
	}	
.brn-bx-rgt-p2{
	float:left;
	width:100%;
	font-size:20px;
	line-height:30px;
	color:#333;
	margin-top:15px;
	
	}		
.btn1-buy, .show-btn, .continue-shpbtn, .proceed-chkbtn, .submit-btn,.cont-submit-btn {
	margin: 30px auto 0;
    display: inline-block;
    background: #fa494c;
    padding: 18px 40px;
    font-size: 22px;
    line-height: 22px;
	font-weight:700;
    color: #fff;
    text-transform: uppercase;
    font-family: inherit;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}
.btn1-buy:hover{color:#fff;}
/***********STRIP1**************/
.strip1 {
	float: left;
	width: 100%;
	position: relative;
}
.strip1in {
	background:#1f7ddc;
	border-radius:80px;
	width: 100%;
	float: left;
	padding: 22px 30px;
	position: relative;
}
.strip1in ul {
        width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
	
}
.strip1in ul li {
	float: left;
    width: 24%;
    padding: 0px 0px 0 60px;
    text-align: left;
    font-size: 17px;
    line-height: 20px;
    position: relative;
    color: #fff;
   }
   
.strip1in ul li:after {
	content: "";
	position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    
    border-right: 1px solid #fff;
} 
.strip1in ul li:last-child:after{ display:none;} 
.strip1in ul li span{
	font-size:18px;
	line-height:24px;
	font-weight:700;
	display:block;
	margin-bottom:2px;
}
.ic-strip {
	position: absolute;
	left: 0;
	top: 0;
}

.shape-strip {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -31px;
	margin: 0 auto;
}
/************SECTION1************/
.section1 {
	float: left;
    width: 100%;
    padding: 40px 0 75px;
    height: 514px;
    background: url(../images/sec1.jpg)#ebebf3 center top no-repeat;
}
.sec1-in {
	width: 67%;
    float: left;
    position: relative;
    text-align: left;
}
.model-sec1 {
	position: absolute;
	left: 0;
	top: 0;
}
.hdng1div {
}
.hdng1div1 {
	width: 61%;
	float: left;
	margin-top: 40px;
	background: url(../images/bg1-hdng1.jpg) repeat-x center center;
}
.hdng1 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	font-family: 'proxima_nova_rgbold';
}
.p1-sec1 {
	padding: 0 25px 0 0;
	background: #fff;
	color: #193f74;
	text-align: left;
	width: auto;
	display: table;
}
.hdng2 {
	width: 100%;
	float: left;
	font-size: 38px;
	line-height: 47px;
	color: #000000;
	text-transform:capitalize;
	margin-top: 0;
	font-weight:700;
}
.hdng2 span{ display:block; color:#e13c4c;}

.cmntxt {
	font-size: 18px;
	line-height: 28px;
}
.p3-sec1 {
	display: inline-block;
    margin-top: 15px;
    font-size: 20px;
    color: #333;
    width: 100%;
}
ul.list-sec1 {
	width: 100%;
    float: left;
    margin: 20px 0 0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    row-gap: 10px;
    column-gap: 20px;
	flex-wrap: wrap;
}
ul.list-sec1 li {
	width: 46%;
    float: left;
    font-size: 19px;
    line-height: 28px;
    position: relative;
	color: #333;
}
ul.list-sec1 li span {
    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}
ul.list-sec1 li:after{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    border-right: 1px dashed #c2c2c2;
}
.ic-sec1 {
	margin: 0 0 10px;;
	display:block;
}
ul.list-sec1 li:last-child:after{border:none}

/************SECTION2************/
.section2 {
	float: left;
	width: 100%;
	padding: 68px 0 56px;
}
.hdng1div2 {
	width: 45.5%;
	display: table;
	margin: 0 auto;
	background: url(../images/bg1-hdng1.jpg) repeat-x center center;
}
.p1-sec2, .p1-sec4 {
	padding: 0 20px;
	color: #193f74;
	text-align: center;
	width: auto;
	display: inline-block;
}
.p1-sec2 {
	background: #eeeeee;
}
.p2-sec2 {
	text-align: center;
}
.p3-sec2 {
    display: inline-block;
    margin-top: 12px;
    text-align: center;
	font-size: 20px;
	width: 70%;
}
.sec2-in, .sec2-in1 {
	width: 100%;
    float: left;
    margin: 60px 0 0;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    row-gap: 20px;
    column-gap: 23px;
}
.sec2-in{
	float: right;
    width: 66%;}
.slick-prev, .slick-prev:hover, .slick-next, .slick-next:hover {
    background: rgba(0,0,0,0.7);
    height: 30px;
    width: 30px;
}
.slick-prev {
    left: -30px;
}
.slick-next {
    right: -30px;
}
.prod-div-sec2 {
	width: 48%;
    float: left;
    background: #fff;
    position: relative;
}
.sec2-in .prod-div-sec2:last-child {}
.s2detls {
	float: right;
	width: 100%;
	padding: 20px 10px;
	text-align:center;
}
.s2-model{
	float:left;
	margin:58px 0 0 0;
	}
.padd1-sec2 {
}
.mrgn1-sec2 {
	margin-left: 30px;
}
.p4-sec2 {
	color: #fa494c;
	font-size: 20px;
	line-height: 24px;
	font-family: 'proxima_nova_rgbold';
}
.p5-sec2 {
	color: #333;
	font-size: 16px;
	line-height: 16px;
	padding-top: 2px;
	font-family: 'proxima_nova_rgbold';
}
.clr1-sec2 {
	color: #0398d0;
}
.p6-sec2 {
	color: #333;
	font-size: 18px;
    line-height: 26px;
	margin: 14px 0 10px;
}
ul.list-sec2 {
	width: 100%;
	float: left;
	margin: 18px 0 24px;
}
ul.list-sec2 li {
	width: 100%;
	float: left;
	color: #000;
	padding-left: 27px;
	margin-bottom: 8px;
	background: url(../images/bullet-sec2.png) no-repeat 5px 3px;
}
ul.list-sec2 li:last-child {
	margin-bottom: 0;
}
.prod-divin-sec2 {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	padding: 20px 0;
	overflow: hidden;
}
.prod-divin-sec2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f8f8f8;
    transform: rotate(50deg);
    border-radius: 150px;
}
.prod-sec2 {
    position: relative;
    display: inline-block;
    z-index: 9;
    max-width: 110px;
	margin: 0 auto;
}
.prod-sec2:nth-child(2), .prod-sec2:nth-child(3), .prod-sec2:nth-child(4), .prod-sec2:nth-child(5),.prod-sec2:nth-child(6), .prod-sec2:nth-child(7) {
    position: absolute;
    z-index: 5;
    max-width: 100px;
    left: 20%;
    top: 33px;
}
.prod-sec2:nth-child(3) { left: auto; right: 20%;}
.prod-sec2:nth-child(4), .prod-sec2:nth-child(5) { z-index: 3; left: 10%; max-width: 90px; top: 49px;}
.prod-sec2:nth-child(5) {left: auto;right: 10%;}
.prod-sec2:nth-child(6), .prod-sec2:nth-child(7) {z-index: 0; left: 3%; max-width: 80px; top: 70px;}
.prod-sec2:nth-child(7){left:auto; right:3%;}
.sec2-in .prod-div-sec2:last-child .prod-divin-sec2,.sec2-in .prod-div-sec2:last-child .s2detls {
    width: 100%;
}
.stars-sec2 {
	margin: 0 auto 0;
}
.p7-sec2 {
	    color: #fa494c;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0px;
}
.price-cut {
	position: relative;
	font-size: 20px;
	margin: 0 0 0 12px;
}
.price-cut img {
	position: absolute;
	left: 0;
	width: 100%;
	top: 3px;
}
.btndiv-sec2 {
	width: 100%;
	float: left;
	background: #eeeeee;
	padding: 15px;
}
.btn-sec2 {
    margin-top: 10px;
    padding: 14px 26px;
}

/************SECTION3************/
.section3 {
	float: left;
	width: 100%;
	background:#1f7ddc;
	padding:40px 0;
}
.sec3-lft {
    float: right;
    width: 61%;
    text-align: left;
    padding: 55px 0 0 0;
}
.sec3-rgt {
	width: 36%;
    float: left;
}
.prod-sec3{
	margin:20px auto 0;
	width:240px;
	max-width:100%;
	}


.sec3-rgt-in {
	float: left;
}


.p2-sec3 {color: #fff; font-size:44px; line-height:55px;}
.p3-sec3 {
	    width: 100%;
    float: left;
    text-align: left;
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
}

/************SECTION4************/
.section4 {
	float: left;
	width: 100%;
	padding: 62px 0 53px;
	background: #fff;
}
.p1-sec4 {
	background: #fff;
}
.section4 .p3-sec1 {
    width: 50%;
}
ul.list-sec4 {
	width: 100%;
    float: left;
    margin: 53px auto 0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap: 20px;
}
ul.list-sec4 li {
	width:24%;
	border:1px solid #dbdbdb;
	background:#fff;
	color: #000;
	float: left;
	text-align:left;
}
ul.list-sec4 li:nth-child(even) { background:#fa494c; color:#fff;
}

.ic-sec4 {
	display:block;
	margin:0 auto;
	max-width:100%;
}
ul.list-sec4 li p {
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    padding: 20px 20px;
}
ul.list-sec4 li p span{
	display:block;
	font-size:23px;
	line-height:30px;
	font-weight:700;
	margin-bottom:10px;
	}
/*================FOOTER===================*/
footer {
	background: #ffffff;
    padding: 20px 0;
    float: left;
    width: 100%;
    border-top: 4px double #fa494c;
	text-align:center;
}
.ftr-logo {
	margin: 0 auto;
	display: block;
	max-width: 230px;
}
.ftr-cont-info{
	display: inline-block;
    width: 32%;
    text-align: center;
    margin-top: 30px;
}
.ftr-cont-info li, .ftr-cop-info li{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	padding: 2px 20px;
}
.ftr-cont-info li a{ color:#2d2d2d;}
.ftr-cont-info li img{
	position:absolute;
	top:3px;
	left: auto;
	margin-left: -20px;
	}
.ftr-cont-info li span, .ftr-cop-info span, ul.ftrlist li span{ text-transform:uppercase; font-weight:600;}
.ftr-cont-info li:nth-child(2):after{
	content: '';
    position: absolute;
    border-right: 1px solid #e1e1e1;
    top: 0px;
    right: 8px;
    height: 24px;
	}
.ftr-cop-info{
	display: inline-block;
	width: 70%;
	margin-top: 10px;
	}
.ftr-cop-info li span, ul.ftrlist li span{
	font-size:18px;
	display:block;
	float:left;
	width:100%;
	}
.ftr-cop-info li{
	float: left;
	width: 100%;
	line-height: 29px;
	}
ul.ftrlist {
	display: inline-block;
	width: 100%;
	margin: 10px 0px 20px;
}
ul.ftrlist li {
	display: inline-block;
	padding: 0 14px 0 12px;
	border-right: 1px solid #e1e1e1;
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	vertical-align: top;
}
ul.ftrlist li:first-child {
    width: 100%;
}
ul.ftrlist li:last-child {
	border-right: none;
}
ul.ftrlist li a {
	color: #464646;
}
.ftrtxt {
	text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #fa494c;
    padding: 8px 0 0 0;
}
.disclmr{
	float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    padding: 15px;
    background: #333;
    color: #fff;
}
.ftr-rgt {
    float: right;
    width: 100%;
}


/*****************************/
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
}
.trm-bx h1 {
	line-height: 30px;
    color: #193f74;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #193f74;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 20px;
    max-width: 530px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}