@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: "Libre Franklin", sans-serif;
	font-weight: normal;
	color: #2d2d2d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0;
	list-style: none;
}
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {text-decoration: none; color: #333}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
* {
	box-sizing: border-box;
}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.dsplay{width:100%; box-sizing:border-box; float:left;}
.bdhding1{	
	font-size:20px;
	line-height:28px;
	color:#a5a5a5;
}
.comn-txt-lft{
	float:left;
	width:33%;
	text-align:left;
	position:relative;
	}
.bdhding2{
	font-size: 25px;
    line-height: 35px;
    color: #e71339;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    padding: 0 0 0 66px;
	margin-bottom:6px;
    text-transform: capitalize;
    position: relative;
}

.bdhding2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    border-bottom: 3px solid #e71339;
    width: 50px;
}
.comn-txt-rgt{
	    float: right;
    width: 67%;
    text-align: left;
    margin: 25px 0 0 0;
	}
.com-line{
	    position: absolute;
    top: 9px;
    left: 0;
	}
.bdhding4{
	display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 50px; 
    color: #000;
    font-family: "Sriracha", cursive;
    text-transform: capitalize;
    vertical-align: middle;
	}
.bdfont{
	font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    display: inline-block;
    width: 100%;
    margin-top: 18px;
}
.mariin-25{
	float:left;
	width:100%;
	margin-top:25px;}
.fullpage{ float:left; width:100%; overflow:hidden;}

.bnrbtn, .s2btn, .s3btn, .s4btn, .s5btn, .cart-btn, .cart-btn2 {
    height: 52px;
    width: 242px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    margin: 30px 0 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #e71339;
    padding-left: 0px;
    position: relative;
    border: 2px solid #e71339;
    border-radius: 50px;
    text-transform: uppercase;
}
.bnrbtn img{
	    display: inline-block;
    vertical-align: middle;
    margin: -6px 0 0 32px;
	}
/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom: 70px;
	border-top: 7px solid #e71339;
}
.header {
	padding: 10px 0;
    float: left;
    width: 100%;
    
    position: relative;
    z-index: 9;
    text-align: center;
    height: 70px;
    top: 70px;
    margin-top: -70px;
}
.fixed-nav .header{
	float:left;
	width:100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	background: #fff;
	border-bottom:1px solid #dedede;
}

.logo {
	float: left;
    max-width: 190px;
    margin-top: -6px;
}
ul.nav {
	display: inline-block;
    margin: 13px 0 0 0px;
}
ul.nav li {
	float: left;
    padding: 0 10px;
    border-right: 1px solid #e1e1e1
}
ul.nav li:last-child {
	border: none;
}
ul.nav li a {
	float: left;
    color: #2e333a;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}
ul.nav li a.active {
	color: #001a59;
}
p.hdrlist {
	float: right;
	padding: 12px 0 0 30px;
	font-size: 15px;
	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: #001a59;
	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: #e71339;
    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;
}
/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 9999600;
    border: 0px;
    opacity: 0.3;
    background: #000;
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;     display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background:none;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
	border:1px solid #e71339;
}
.no-btn{}
.no-btn:hover { background: #a09e9e;}
.yes-btn:hover {background: #e71339;}	
/*================start banner===================*/
.banner{
    float: left;
    width: 100%;
    background: url(../images/banner.jpg) center top no-repeat;
    height: auto;
    padding: 0px 0 90px 0;
    position: relative;
    text-align: center;
}
.s1-inner {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 45px 0px 0px 0px;
}
.s1-inner_lft {
    float: left;
    width:50%;
    text-align: left;
    position: relative;
    padding: 48px 0px 0px 0px;
}
.s1-inner_rit {
        float: right;
    width: 25%;
    text-align: left;
    position: relative;
    padding: 100px 0px 0px 0px;
}
.discount-img{
    position: absolute;
    top: 15px;
    right: 315px;
	}
.bnr-bag{
    position: absolute;
    top: 350px;
    left: 22%;
	}
.bnr-prdt{
	position: absolute;
    right: 36%;
    top: 384px;
    max-width: 315px;
	}	
.bnr-prdt-sheld{
    position: absolute;
    top: 190px;
    right: 42%;
    z-index: 1;
	}
.bnrhd{
	font-weight:400;
    font-size: 25px;
    line-height: 35px;
    color: #000;
	font-family: "Sriracha", cursive;
	margin-bottom:7px;
}

.bnr-hdng{		
    font-size: 62px;
    line-height: 72px;
    color: #010302;
    text-transform: capitalize;
    position: relative;
    font-family: "Sriracha", cursive;
    z-index: 9;
    float: left;
    width: 100%;
}
.bnr-hdng span{
        color: #e71339;
}
.bnrhdline{margin:6px 0;display:block;}
.bnrtxt{
	font-size: 18px;
    line-height: 28px;
    color: #010302;
    width: 96%;
    margin-top: 18px;
    display: inline-block;
    position: relative;
}
.bnrtxtHdg{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#010302;
	text-transform:uppercase;
	font-weight:700;
	position: relative;
    z-index: 9;
	}
.bnrtxtHdgBold{
	font-size: 125px;
    line-height: 128px;
    color: #f7f7f7;
    font-weight: 800;
    text-transform: uppercase;
    position: absolute;
    bottom: -267px;
    left: 0px;
	
	}
.bnrprd{
	position:absolute;
	right:0;
	top:30px;
}
.bnr-img-prdts{
	position: absolute;
	top: 375px;
	right: 41%;
	z-index: 1;
}
.bnr-img{
	position: absolute;
    top: 45px;
    left: 28%;
    max-width: 100%;
	z-index: 1;
	}
.bnr-img2{
    position: absolute;
    top: 300px;
    right: 50px;
    max-width: 100%;
	z-index: 1;
	}
/*=============STRIP======================*/
.strip{
	padding:40px 0 90px;
	text-align:center;
	background:#fff;
	position:relative;
	overflow:hidden;
	}
.strip2{
	padding:35px 0px;
	text-align:center;
	background:#332727;
	position:relative;
/*	height:553px;
	background:url(../images/strip2.jpg) no-repeat center top;*/
	}
.strip .comn-txt-lft{    width:100%;}	
.strp2-txt{
	    float: left;
    width: 100%;
    font-size: 44px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    
	}		
.strip2 .shop-list{
	float:right;
	width:75%;
	column-gap: 15px;
	margin:10px 0 0;
	}	
.strip2 .shop-lst-content {padding: 50px 10px 50px 15px;}	
.strp-inr-bx{
	float: left;
    width: 100%;
	position:relative;
	background:#f7fafe;
	}
.strip-img{
    position: absolute;
    top: 0;
    right: 0;
}
.strip-img2{
    position: absolute;
    top: 0;
    right: 12%;
}
.strip-img3{
	position: absolute;
    top:0;
    right:0;
	}
.strp-prodt{
	    position: absolute;
    right: 0;
    top: 310px;
	}	
.strip-prdts2{
	    position: absolute;
    right: 36%;
    top: 105px;
    max-width: 440px;
	}	
.strp-watch{
    position: absolute;
    top: 145px;
    left: 42%;
    width: 202px;
	}
.strip-rgt{
   
    width: 62%;
    text-align:left;
    margin: 48px 0 0;
    float: left;
	}
.strip-rgt .bdfont{width: 100%;}
.strip-rgt .bnrbtn{margin: 48px 0 0 0;}
.strip-rgt-bx{
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px 0px 0px;
	}
.strp-txt1{
	    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    color: #15483f;
    font-weight: bold;
    /* text-transform: uppercase; */
    margin-top: 22px;
    
	}	
.strp-hdg2 {
        font-size: 26px;
    line-height: 32px;
    color: #000;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 15px;
}	
.strp-inr{
	float: left;
    width:100%;
    text-align: left;
	padding: 0px 0 20px;
	position: relative;
	}
.strp-inr2{
	float: left;
    width: 25%;
    text-align: left;
    padding: 0;
	}	
.strp-hdng{
	float: left;
    width: 100%;
    font-size: 33px;
    line-height: 53px;
    color: #fff;
    font-weight: bold;
    
    text-transform: capitalize;
    padding: 0 165px 3px 0;
    background: url(../images/strp-hdng.png) center top no-repeat;
    background-size: 100%;
    text-align: right;
}	
.strp-inr .bdfont{ }
.strp-inr .s1-txt1{ margin-bottom:20px;}
.strp-inr .s1hding{ color:#fff; text-transform: uppercase; font-size:28px; line-height:36px; font-weight:500;}
.strp-inr .bnrbtn{}
.strp-txt{
	font-size:25px;
	line-height:35px;
	color:#fff;
	margin-bottom:8px;
	}
ul.strip-list{
	float: left;
    width: 100%;
    margin-top: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    row-gap: 20px;
    flex-wrap: wrap;
}	
ul.strip-list li{
    float: left;
    width: 49%;
    height: auto;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    text-align: left;
    padding: 30px 0 40px 180px;
    position: relative;
}
ul.strip-list li span{
	display: block;
    text-transform: capitalize;
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    font-family: "Sriracha", cursive;
	}
ul.strip-list li img{
	position: absolute;
    top: 0px;
    left: 0;
    max-width: 160px;
    border: 1px solid #ccc;
	}	
ul.strip-list li:nth-child(2){ }

.strp-inrr-lft{
	float:right;
	width:50%;
	text-align:left;
	}
ul.strip-list2{
	float: left;
    width: 100%;
    margin-top: 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.strip-list2 li{
     float: left;
    width: 30%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding: 0px 15px 0px 55px;
    position: relative;
}	
ul.strip-list2 li span{
        display: block;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0px;
    font-family: "Sriracha", cursive;
    text-transform: capitalize;
	}
ul.strip-list2 li img{
	position:absolute;
	top:5px;
	left:0;
	}
ul.strip-list2 li:after{
	position:absolute;
	content:"";
	border-right:2px solid #ebebeb;
	top:0;
	right:0;
	bottom:0;
}
ul.strip-list2 li:last-child:after{ display:none; }
ul.strip-list2 li:hover{/*background:#0049b7;color:#fff;*/}
ul.strip-list2 li:hover span{}	
ul.strip-list2 li:hover img{/*filter: grayscale(100%) brightness(570%);*/}
/*=============BTM SECTION======================*/
.bnr-btm-sec {
    float: left;
    width: 100%;
    background: #f7f6f4;
    text-align: center;
    padding: 30px 0px;
    position: relative;
}
.bnr-btm-sec .bdhding2{color:#fff;}
.bnr-btm-sec .bdfont{color:#fff;  width: 90%;}
.btm-sec-inr{
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    border-radius: 5px;
	}
.btm-sec-prdt{
    position: absolute;
    top: 205px;
    left: 50%;
    transform: translateX(-50%);
	}
.bnr-btm-sec .bnrbtn {     
	margin-top: 42px;
    border: 2px solid #fff;
    color: #fff;
}
.bnr-btm-hdg {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    text-transform: none;
    display: inline-block;
    width: 100%;
	margin-top:25px;
}
.btm-sec-ritbx{
    float: right !important;
    width: 49%;
	position:relative;
	}
.bnr-btm-sec-hdg{
	display: block;
    width: 55%;
    margin: 0px auto -28px;
    font-weight: 700;
    font-size: 28px;
    line-height: 64px;
    text-transform: capitalize;
    color: #0049b7;
    background: #dde6f5;
    border-radius: 10px;
    position: relative;
	}
.bnr-sec-model{
	display:inline-block;
	vertical-align:middle;
	margin:0px 0 0;
	}
.bnr-btm-prodt1{
	display:inline-block;
	max-width:100%;
	border-radius:15px;
	}	
.btm-sec-lft{
	float: left;
    width: 49%;
    position: relative;
    text-align: center;
    margin-top:40px;
	}
	
.bnr-btm-list{
    float: left;
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
    column-gap: 0px;
	position:relative;
}
.bnr-btm-list:before{
	content: "";
    position: absolute;
    left: 16%;
    top: -135px;
    height: 366px;
    width: 12px;
	background:url(../images/li-dot-line.png);
	}
.bnr-btm-list li {
    width:75%;
    text-align: left;
    position: relative;
	z-index:1;
    padding: 0px 0px 0px 75px;
}

.bnr-btm-list li img {
    position: absolute;
    top:0px;
    left:0px;
	}
.bnr-btm-list li span {
	    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
    text-transform: capitalize;
}
.bnr-btm-list li p {
	float: left;
    width: 100%;
    font-size: 28px;
    line-height: 55px;
    color: #fff;
    font-weight: 700;
    margin-top: 0px;
    padding: 0 0px;
}
.btm-sec-ritbx .bnr-btm-list li {
   padding: 0px 75px 0px 0;
    text-align: right;}
.btm-sec-ritbx .bnr-btm-list li img{
	left:auto;
	right:0;
	}	
.btm-sec-ritbx .bnr-btm-list:before {
	left:auto;
	right:16% ;}


.bnr-btm-mid {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
	margin-top:50px; overflow:hidden;
}
.bnr-btm-hdg2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #c75f03;
    text-transform: none;
    display: inline-block;
    width: 100%;
	margin-top:25px;
}
.bnr-btm-mid:before, .bnr-btm-mid:after{
	position:absolute;
	content:url(../images/shape1.png);
	width:374px;
	height:13px;
    left: 60px;
    top: 100px;
	}
.bnr-btm-mid:after{
	content:url(../images/shape2.png);
	left:auto;
	right:60px;
	
	}
.bnr-btm-mid-prdts{
	position:static;
	display:block;
	margin:0 auto 10px;
	max-width:100%;
	}	
/*================SECTION 1===================*/
/*================start section1===================*/
.sec1{ 
    padding: 60px 0px 60px;
    background: #fff;
    position: relative;
	}
.s1-right{
	float: right;
	width:50%;
	text-align:left;
	}
.s1-image {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 545px;
}	
.s1-inner2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    padding:0px 0px 0px;
}
.sec1-img {
    float: left;
    display: inline-block;
    max-width: 100%;
}
.s1-inner2-rit{
    display: inline-block;
    width: 100%;
    margin-top: 35px;
    text-align: center;
    position: relative;
	}
.left-box { position: relative;}
.rgt-box {
	float: left;
    width: 100%;
    margin: 80px 0 0;
	position:relative;
	}
.s1-modl-pdt{
	position: absolute;
    top: 0;
    left: 0;
	}
.lft-box{
	float: right;
    width: 66.44%;
	height:382px;
    text-align: center;
    padding: 25px 0px 0 185px;
	background: url(../images/s1-lft-box-bg.jpg) center top no-repeat;
	background-size:100% 100%;
	}
.s1-txt1{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    color: #656565;
    font-weight: 500;
    text-transform: capitalize;
	}	
.s1-txt1 span{
	display:block;
	font-size:32px;
	line-height:35px;
	color:#070808;
	font-weight:700;
	}
.s1-btn-bx{ float:left; width:100%; position:relative; margin-top:30px;}	

.s1txt{padding: 20px 0px 0 0px;}

ul.s1-list {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 0;

}
ul.s1-list li{ 
   	    float: left;
    width: 32.5%;
    position: relative;
    color: #000;
    height: 227px;
    text-align: left;
    border-bottom: 4px solid #e71339;
    background: url(../images/s1-icon1.png) no-repeat center top;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 120px 0 20px;
	}
.li-lft{
	width: 67%;
    float: left;
    padding: 18px 0px 0px 32px;
	}	
ul.s1-list li:nth-child(2){
	background:url(../images/s1-icon2.png) no-repeat center top;
	}
ul.s1-list li:nth-child(3){
	background:url(../images/s1-icon3.png) no-repeat center top;
	}
.s1-li-star{
	display: block;
	margin-bottom: 10px;
}	
ul.s1-list li span{
	display: block;
    font-family: "Sriracha", cursive;
    color: #000;
    font-size: 22px;
    line-height: 27px;
    text-transform: capitalize;
	margin-bottom: 6px;
	}
.s1-li-txt2{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	padding:5px 0 0;
	font-weight:400;
	}			
/*================SECTION ODR STRIP ===================*/
.sec_odr_strip{
	float: left;
    width: 100%;
    padding: 0px 0 0px;
    background: #e9e7e6;
    margin: 120px 0 100px;
	}
.odr_strp_inr{
	float: left;
    width: 53%;
    text-align: left;
    padding:55px 0px 55px 0;
	}

.odr-pic{
	position: absolute;
    top: -75px;
    right: 0;
    border: 10px solid #f7f6f4;
	}
/*================SECTION 2===================*/
.sec2 {
    padding: 60px 0 135px;
    text-align: center;
    float: left;
    width: 100%;
	background: #fff;
}
.padng{ padding:0 80px;}
.down-arw{
	position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -18px;
	}
.prod-box{
	float:left;
	width:100%;
	margin-top:0px;
	}
.s2lft, .s2rgt, .s2mid  {
	width: 39%;
	margin: 16px 7px 0 0;
	vertical-align: top;
	display: inline-block;
	position:relative;
}
.prd-detls{
	width:81%;
	float:left;
	}
.s2lft {
	background: #fff;
	padding: 36px 30px 63px;
}
.s2rgt{
	width: 20%;
	background: #fff;
	padding: 20px;
	margin-right: 0;
	}
.s2rgt .s2prd-hding{font-size: 22px; line-height: 30px;}
.s2rgt .s2prd-prc{ margin-top: 10px; padding-top: 0;}
.s2rgt .s2prd1 { max-width: 74.2%; float: none; display: inline-block; margin-top: 28px; position: static;}
.s2prd1, .s2prd_bndl {
	margin-top: 5px;
    max-width: 230px;
    position: absolute;
    top: 125px;
    right: 50px;
}
.s2rgt a.s2btn1{ float:none; display:inline-block; margin-top:5px;}

.s2prd-hding, .s2prd-prc, .s2prd-hding2, .s2prd-prc2, .s2prd-sb-hding {
	font-family: "Sriracha", cursive;
	font-size: 16px;
	line-height: 20px;
	padding: 0px 0 0 0;
	float:left;
	width:100%;
}
.s2prd-hding span{
	display:block;
	}
.s2prd-sb-hding{
	font-size: 19px;
	color: #001a59;
	line-height: 19px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 4px 0 7px;
	margin-top: 10px;
	max-width: 100%;
	}
.fiv-star{
	display:block;
	float:left;
	margin-top:10px;
	}
.s2prd-hding2 {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #383939;
}
.s2prd-hding2 span {
    display: block;
    margin-top: 0px;
    padding: 2px 0 4px;
    color: #818181;
    font-size: 14px;
    font-weight: 400;
}
.s2prd-prc, .s2prd-prc2 {
	font-size: 26px;
	line-height: 30px;
	color: #000;
	padding: 10px 0 0 0;
	width: 100%;
	float: left;
}
.s2prd-prc{ margin-top:120px;}
.s2prd-prc2 {
	float: left;
    width: 100%;
    padding: 0;
    margin-top:10px;
    font-size: 25px;
    line-height: 35px;
    color: #454545;
}
ul.s2list {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    row-gap: 25px;
    column-gap: 20px;
}
ul.s2list li {
	    float: left;
    width:32%;
    position: relative;
    padding: 10px 10px 20px;
    text-align: left;
    overflow: hidden;
    background: #f7f6f4;
}
ul.s2list li .bnrbtn{ 
	margin-top: 20px;
    width: 225px;
    font-size: 19px;
    line-height: 50px;
    height: 50px;
	}

ul.s2list li .btn{
	width:200px;
	height:50px;
	line-height:50px;
	margin-top:0px;
	}
.prdts-bg{
	display:inline-block;
	width:100%;
	padding:10px 0;
	}
.s2prd2 {
	max-width:250px;
    padding: 0px 0 0;
    display: block;
    margin: 0 auto;
    clear: both;
}
.prdts-content{
	    float: left;
    width: 100%;
    padding: 0px 0px;
    text-align: center;
    position: relative;
}
/******FOR MOBILE***************/
.s2list-mob{
	float:left;
	width:100%;
	display:none;
	}
.s2list-mob li{
	width: 48%;
    background: #fff;
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 20px 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    min-height: 229px;
    margin-top: 5px;
	}
.s2list-mob li:nth-child(1) .s2btn2{ margin-top: 14px;}
.s2list-mob li .prd-left{float:left; width:60%;}
.s2list-mob li .s2prd2 { top: 6px; max-width: 140px; right: 30px;}
.s2list-mob li:nth-child(1) .s2prd2{ max-width: 140px; right: 10px; top: 30px;}
.s2list-mob li .s2prd-sb-hding{ font-size:14px;}
.s2list-mob li .s2btn2{margin-top: 56px;}

/*================SECTION 3===================*/
.sec3 {
	padding:30px 0;
	text-align: center;
	float:left;
	width:100%;
	background: #fff;
	overflow:hidden;
}
.sec3-inner {
    background: #efefef;
}
.sec3 .bdhding{}
.s3-Box{
	float:right;
	width:47%;
	margin-top:0;
	padding:65px 0px 65px 0;
	text-align:left;
	}
.s3-model{
	position:absolute;
	left:0;
	top:0;
	}	
ul.s3list {
    float: left;
    width: 100%;
    margin: 28px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 19px;
    justify-content: space-between;
}
ul.s3list li {
	float: left;
    width: 50%;
    text-align: left;
    font-size:22px;
    line-height: 32px;
    font-weight:700;
    color: #000000;
    padding: 0px 0px 0 28px;
	position:relative;
}
ul.s3list li:before{
	content:"";
	position:absolute;
	left:0;
	top:7px;
	width:15px;
	height:15px;
	background:#a6a749;
	border-radius:50px;
	}	
/*================SECTION 4===================*/
.sec4 {
    padding: 65px 0;
    background: #f6f6f6;
    float: left;
    width: 100%;
    text-align: center;
}
.s4-content{
	float:right;
	width:772px;
	text-align:left;
	}
.s4-content-inr{
	float: right;
	width:556px;
	text-align:left;
	
	}
.s4--inr2{
	float:left;
	width:100%;
	background:#fff;
	padding:25px 15px;
	margin-top:40px;
	z-index:9;
	box-shadow: 0 0 20px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 20px 1px rgb(0 0 0 / 10%);
	position:relative;
	}
ul.s4list {
    margin: 6px 0 0 0;
    float: left;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0px;
    row-gap: 0px;
    justify-content: center;
    position: relative;
    z-index: 1;
}
ul.s4list:after{
    position: absolute;
    content: "";
    border-top: 1px solid #000;
    width: 100%;
    left: 0;
    right: 0;
    top: 174px;
	}
ul.s4list li {
    float: left;
    width: 31%;
    padding: 25px 0px 30px;
    color: #060606;
    border-radius: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
}
ul.s4list li img{
	display:block;
	margin:0 auto 10px;
	}
ul.s4list li:after{
	position:absolute;
	content:"";
	border-right:1px solid #000;
	top:0;
	bottom:0;
	right:0;
	}
ul.s4list li:nth-child(3):after{ display:none;}
ul.s4list li:nth-child(6):after{ display:none;}
.s4-img{
	position:absolute;
	top:0;
	left:0;
	max-width:565px;
	}
/*=============*/
.faq-container {
    display: inline-block;
    vertical-align: middle;
    max-width: 905px;
    width: 100%;
    margin: 40px 0 0px;
}
.up-slide-dwn {
        float: left;
    width: 100%;
    background: #fff;
    padding: 0 24px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #d2d2d2;
    border-radius: 10px;
}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn.png) no-repeat 97% center;
    padding: 20px 40px 20px 0;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
	font-weight:600;
	letter-spacing:0.5px;
    cursor: pointer;
}
.acdn-heading.accordion-open {
    background: url(../images/open-btn.png) no-repeat 97% center;
	border:none;
	border-bottom:1px solid #d8d9d9;
	}
.acdn-content {
    float: left;
    width: 100%;
    padding: 20px 20px 0 0;
	}
.acdn-para {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 26px;
	letter-spacing:0.5px;
    color: #000000;
    margin-bottom: 15px;
    text-align: left;
	}
/*================FOOTER===================*/
footer {
	background: #ffffff;
    padding: 20px 0;
    float: left;
    width: 100%;
    margin: 0px 0 0;
    border-top: 4px solid #e71339;
}
.ftr-logo {
	margin: 0 auto;
	display: block;
}
.ftr-cont-info{
	float:left;
	width:100%;
	text-align:center;
	margin-top:10px;
	}
.ftr-cont-info li{
	width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
    position: relative;
}
.ftr-cont-info li a{ color:#2d2d2d;}
.ftr-cont-info li img{
	position:absolute;
	top:6px;
	left:0;
	}
.ftr-cont-info 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;
	}
ul.ftrlist {
	text-align: center;
    float: left;
    width: 100%;
    margin: 25px 0px;
}
ul.ftrlist li {
	display: inline-block;
	padding: 0 14px 0 12px;
	border-right: 1px solid #e1e1e1;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
ul.ftrlist li:last-child {
	border-right: none;
}
ul.ftrlist li a {
	color: #464646;
}
.ftrtxt {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #464646;
	padding: 8px 0 0 0;
}
.disclmr{
	float:left;
	width:100%;
	text-align:center;
	font-size:14px;
	font-weight:300;
	line-height:22px;
	border:1px solid #e1e1e1;
	padding:15px;
	margin-bottom:20px;
	}


