@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: "Poppins", sans-serif;
	font-weight: 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: inherit;text-decoration: none;}
img {border: none; max-width: 100%; height: auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.fl{ float:left;}
.fr{ float:right;}


/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*========Header========*/	
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:90px;
	}
.header{
	float:left;
	width:100%;
	height:90px;
	margin-top:-90px;
	top:90px;
	position:relative;	
	padding: 10px 0;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	border-bottom:1px solid #ddd;
	background:#fff;
	margin-top:0;
	top:0;
	}		
.logo{
	    float: left;
    margin-top: 15px;
    max-width: 180px;
	}
ul.topMenu{
	display:inline-block;
	vertical-align:top;
    margin-top:20px;
	}
ul.topMenu li{
	float:left;
	padding:0 15px;
	position:relative;
	}
ul.topMenu li a{
	color:#202020;
	font-size:17px;
	line-height:24px;
	letter-spacing:0.3px;
	}	
ul.topMenu li a:hover, ul.topMenu li a.active{color:#bc74a5;}
a.nav-btn{
	float: right;
    width: 170px;
    font-size: 15px;
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
	}
	
/*=====Banner-Section=======*/
.bnr-sec{
	float: left;
    width: 100%;
    background:url(../images/banner1.jpg) center top no-repeat;
    padding: 0px 0 0;
	height:512px;
    position: relative;
    overflow: hidden;
	}
.bnr-left{
	    float: left;
    width: 57%;
    text-align: center;
    margin-top: 76px;
    position: relative;
    padding: 20px;
    z-index: 1;
    border-radius: 14px;
    background: #045072db;
}

.bnr-hdg{
	float: left;
    width: 100%;
    color: #fff;
    font-size: 27px;
    line-height: 49px;
    text-transform: uppercase;
    margin-top: 0;
	}
.bnr-hdg span{
	color: #f44336;
    font-family: "Oswald", sans-serif;
    display: block;
    font-size: 44px;
    line-height: 52px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: -2px 1px 1px #fff;
}
.bnr-para{
	float: left;
    width: 90%;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-top: 14px;
	}
.bnr-sec .commn-btn{}
.bnr-img{
	position: absolute;
    top: 0;
    right: -11%;
	}
	
/*=======Logos Section======*/	
.logos-sec{
	float:left;
	width:100%;
	padding:40px 0;
	border-bottom:1px solid #ddd;
	}	
.logos-hdg{
    font-size:15px;
	line-height:24px;	
	color:#000;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:0.4px;
	}
ul.logos-list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:20px;
	}
ul.logos-list li{
	display:inline-block;
	vertical-align:middle;
	padding:0 20px
	}
ul.logos-list li img{
	display:inline-block;
	vertical-align:middle;
	filter:grayscale(1);
	width:150px;
	}	
ul.logos-list li:nth-child(2) img{ width:100px;}
ul.logos-list li:nth-child(3) img{ width:120px;}	
ul.logos-list li:hover img{filter:grayscale(0);}
	
/*========Common-CSS========*/
.commn-hdg{
	color: #045072;
    font-size: 30px;
    line-height: 35px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-transform: capitalize;
	}
.commn-hdg span{
	display: block;
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    color: #f44336;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}	
.commn-hdg.white-txt{color:#fff;}
.commn-para{
	color: #4b4a4a;
    font-size: 17px;
    line-height: 28px;
    margin-top: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 86%;
	}
.commn-para.white-txt{color:#fff;}
.btn-bx{
	display:inline-block;
	vertical-align:top;
	max-width:300px;
	width:100%;
	text-align:center;
	margin-top:45px;
	}
.btn-bx{
	display:inline-block;
	vertical-align:middle;
	max-width:210px;
	width:100%;
	margin-top:40px;
	}
.commn-btn{
	margin-top: 35px;
    display: inline-block;
    vertical-align: middle;
    max-width: 248px;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
    border-radius: 6px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    background: #f44336;
    font-family: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
	}
.btn-txt{
	color:#000;
	font-size:11px;
	line-height:22px;
	margin-top:8px;
	letter-spacing:0.5px;
	}
.btn-txt.white-txt{color:#fff;}
.btn-star{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 0;
	}
	
/********************************/
.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.75;
	background-color: rgb(0, 0, 0) ;
}
.pop-up-bg-in {
	position: fixed ;
    top: 50%;
    opacity: 0.93;
    box-shadow: rgba(0, 0, 0, 0.25) 4px 0px 5px 0px ;
    background-color: rgb(255, 255, 255) ;
    transition: left 1s ease 0s ;
    z-index: 10000010 ;
    width: 90%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 50px 20px;
    text-align: center;
    max-width: 700px;
    border-radius: 10px;
}
img.age_logo {
    max-width: 150px;
    display: inline-block;
    margin-bottom: 20px;
}
.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 {
    background-image: url(../images/ageverify.png) ;
    color: rgb(0, 0, 0) ;
    font-size: 24px ;
    font-style: normal ;
    text-transform: capitalize;
}
.pop-up-left-txt span{
	font-weight: 700 ;
	}
.no-btn, .yes-btn {
	cursor: pointer;
    margin-top: 35px;
    height: 40px;
    width: 140px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    background-color: #333;
    transition: left 1s ease 0s;
    appearance: none;
    display: inline-block;
    vertical-align: middle;
    border: none;
    font-family: inherit;
}
.yes-btn {
	background-color: #42ac47;
}	
/*========Section-1========*/
.sec1{
	float: left;
    width: 100%;
    padding: 50px 0 60px;
	}
.s1-contnt{
	display:inline-block;
	width:100%;
	}
.s1-left{
	float:left;
	width:40%;
	}
.s1-img{
	position: absolute;
    left: 0;
    top: 0;
	}
.s1-rgt{
	float: right;
    width: 53%;
    text-align: left;
    padding: 65px 45px 60px 0;
	}
.s1-bx{
	    float: left;
    width: 100%;
    background: url(../images/s1-bx-bg.jpg)no-repeat center top;
    border-radius: 25px;
    padding: 35px 35px;
    margin-top: 20px;
	}
/*========Section-2========*/
.sec2{
	float:left;
	width:100%;
	padding:60px 0;
	overflow:hidden;
	}
.s2-para{padding:0 40px;}
.s2-row{
	display: flex;
    flex-wrap: wrap;
    justify-content:center;
    row-gap: 20px;
    column-gap: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
    float: left;
    margin-top:30px;
	}
.s2-col{
	    float: left;
    width: 24%;
    background: #f5f9ff;
    position: relative;
    padding: 20px;
    border: 1px solid #e4e4e4;
	}
.s2-img-div{
	display:inline-block;
	vertical-align:middle;
	}	
.s2-bx-img{
	    display: block;
    margin: 0 auto;
    max-width: 200px;
	}
.s2-bx{
	float: left;
    width: 100%;
	margin-top: 3px;
	}
.s2-bx-txt1{
	color: #000;
    font-size: 20px;
    line-height: 30px;
    min-height: 60px;
	}
.s2-bx-txt2{
	color: #292929;
    font-size: 27px;
    line-height: 35px;
    letter-spacing: 0.5px;
    margin-top: 5px;
    font-weight: 700;
	}
.s2-col .commn-btn{
	margin-top:12px;
	}

.s2-bx-txt3 span:hover{}
.s2-bx-arw{
	display:none;
	float:right;
	margin:4px;
	}
	
/*========Section-3========*/
.sec3{
	float: left;
	width:100%;
	padding:30px 0;
	position:relative;
	}
.s3lft{
	    float: left;
    width: 68%;
    margin: 0 0 0;
	}
.s3uls{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 0 0;
    row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-around;
	}		
.s3uls li{
	float: left;
    width: 37%;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    background: #045072;
    text-align: left;
    color: #fff;
    overflow: hidden;
    position: relative;
    padding: 16px 120px 13px 15px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
	}
.s3uls li span{
	display:block;
	padding:6px 0 0;
	}
.s3price{
	    float: left;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    margin: 65px 0 0;
    font-size: 19px;
    color: #fff;
	}	
.s3-li-imgs{
	position: absolute;
    top: 24px;
    right: 0px;
    max-width: 160px;
	}
.s3uls li:nth-child(2), .s3uls li:nth-child(3){
	width: 61%;
    background: #fff;
    border: 1px solid #e4e4e4;
	padding: 16px 150px 13px 21px;
    color: #045072;
}
.s3uls li:nth-child(2) .s3price, .s3uls li:nth-child(3) .s3price{margin: 79px 0 0;color: #f44336;}
.s3uls li:nth-child(2) .s3-li-imgs{    right: 0;}
.s3uls li:nth-child(3){padding: 16px 220px 13px 21px;
	}
	
.s3rgt{
	float: right;
    width: 31%;
    text-align: center;
    padding: 11px 10px;
    border: 1px solid #e4e4e4;
	}
.s3rgt-txt{
	display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 31px;
    line-height: 38px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
	}
.s3rgt-prod{
	display:block;
	margin: 15px auto 0;
	max-width: 250px;
	}			
/*========Section-4========*/
.sec4{
	float: left;
    width: 100%;
    padding: 35px 0;
    text-align: center;
}

.s4-inr{
	    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top:40px;
}
.s4-inr-lft{
	float: left;
    background: #e9f2ff;
    padding: 20px 30px 36px;
    position: relative;
    width: 59.82%;
    text-align: left;
	}
.s4-inr-lft-txt{
	width: 100%;
    margin-top: 0;
    float: left;
	}		
.s4-prd1{
    position: absolute;
    top: 114px;
    right: 15px;
}
ul.s4-list{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* display: -webkit-box; */
    display: -moz-box;
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    float: left;
    row-gap: 10px;
    width: 100%;
	}
ul.s4-list li{
	    width: 19%;
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
	}
ul.s4-list li img{
	    display: block;
    margin: 0 auto 0;
	}	
ul.s4-list li span{
	display:block;
    font-size: 20px;
    line-height: 32px;
    margin: 5px 0;
	} 
/*========Section6==========*/	  
.sec6{
	float:left;
	width:100%;
	background:#fff;
	position:relative;
	padding: 30px 0 60px;
	}
.s6lft{
	    float: right;
    width: 44%;
    text-align: left;
    margin: 0 0 0;
	}
.s6-pics{
	    position: absolute;
    top: 0;
    left: 0;
    max-width: 534px;
	}
.s6uls{
	float: left;
    width: 100%;
    margin: 30px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-around;
	}
.s6uls li{
	     float: left;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    padding: 0px 63px 0 25px;
    position: relative;
}
.s6uls li:before{
	    position: absolute;
    top: 8px;
    left: 0;
    background: #000;
    height: 10px;
    border-radius: 50%;
    width: 10px;
    content: '';
    z-index: 9;
	}
.s6uls li:after{
	    position: absolute;
    top: 8px;
    left: 4px;
    background: #000;
    height: 125px;
    width: 2px;
    content: '';
    z-index: 9;
	}
.s6uls li:last-child:after{background: none;}			
.s6uls li span{
	display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #f44336;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    line-height: 30px;
	}
/*========STRIP==========*/	
.strip{
	float:left;
	width:100%;
	background:#045072;
	padding:30px 0;
	}
.strip .commn-hdg{text-align: left; color: #fff; text-transform: uppercase; width: 43%; border-right: 1px solid #fff; padding: 0 0 0 0;}

.strip .commn-para{float: right;width: 54%;text-align: left;color: #fff;margin: 0;}


.popup-Box{
	    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    overflow: auto;
    display: flex;
    align-items: center;
	}
.pop-content{
	float: left;
    width: 100%;
    padding: 30px 0;
	}		
.pop-container{
	max-width: 820px;
	margin: 0 auto;
	padding: 0px 0;
	width: 100%;
	}	
.pop-outerBox{
	float: left;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #00b5e3;
	}
.pop-box-body{
	float:left;
	width:100%;
	padding:0;
	}
.pop-close{
	    position: absolute;
    line-height: 19px;
    z-index: 99;
    right: 10px;
    top: 12px;
    font-size: 14px;
    color: #2c2c2c;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    cursor: pointer;
    background: #fff;
    line-height: 22px;
	}
.pop_cong_heading{
	    float: left;
    width: 100%;
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    background: #00b5e3;
    padding: 15px 20px;
    text-transform: uppercase;
	}
.warn_icon{
	display: inline-block;
	vertical-align: middle;
	margin: -8px 10px 0 0;
	width: 52px;
	}
.pop_main{
    float: left;
    width: 100%;
    padding: 30px 40px 40px;
    text-align: left;
    background: url(../images/pop-bg.jpg) no-repeat right top #ffffff;
}
.pop_qualify_text{
	float:left;
	width:100%;
	font-size:48px;
	line-height:52px;
	color:#000000;
	font-weight:500;
	}
.pop_discount_box{
	    display: inline-block;
    vertical-align: middle;
    padding: 0 0 10px;
    /* border: 2px dashed #070707; */
    border-radius: 12px;
    font-size: 42px;
    line-height: 53px;
    color: #00b5e3;
    font-weight: bold;
    margin: 25px 0 20px;
    /* text-transform: uppercase; */
    border-bottom: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #ffffff, #dcdcdc, #838383, #000000);
	}
.pop_text{
	    float: left;
    width: 70%;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin-top: 0px;
	}
.pop_text.pop_text2 span{ position:relative;}
.pop_text.pop_text2 span:after{
	position:absolute;
	left:-8px;
	right:-8px;
	top:57%;
	content:"";
	border-top:3px solid #fe0000;
	transform:rotate(-15deg);
	}
.pop_upgrade_text{
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#3a3939;
	font-weight:normal;
	margin-top:25px;
	}
a.popConfirm_btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#f6c501;
	border:2px solid #e3b603;
	margin-top:25px;
	color:#fff;
	padding:25px 15px;
	border-radius:10px;
	box-shadow:0 4px 4px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 4px 4px 2px rgba(0,0,0,0.1);
	background: rgba(64,160,2,1);
	background: linear-gradient(0deg, rgba(64,160,2,1) 0%, rgba(66,190,30,1) 47%, rgba(67,191,14,1) 100%);
	border:2px solid #30a209;
	}
a.popConfirm_btn p{
	float:left;
	width:100%;
	text-transform:uppercase;
	font-size:42px;
	line-height:42px;
	}
.btn_check{
	display:inline-block;
	vertical-align:middle;
	width:35px;
	margin:-8px 10px 0 0;
	filter: brightness(0) invert(1);
	}
a.popConfirm_btn span{
	float:left;
	width:100%;
	font-size:22px;
	line-height:22px;
	margin-top:12px;
	}
a.no_thanks{
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	line-height:28px;
	margin-top:20px;
	color:#0000ff;
	text-decoration:underline;
	font-weight:500;
	}	


.shipbx{
	    width: 660px;
    height: 110px;
    border-radius: 14px;
    margin: 25px auto 0px auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 17px 25px 15px 130px;
    overflow: hidden;
	    box-shadow: 0px 5px 5px #b7b7b7;
}
.shipbx:before{
	    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    padding: 4px;
    background: linear-gradient(to right, #ffe67e, #ffe15b, #ffdd2b);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    
}
.shipiconbx{
	    background: linear-gradient(to right, #ffe67e, #ffe15b, #ffdd2b);
    padding: 14px 5px 18px 12px;
    position: absolute;
    left: 0;
    top: 0;
}
.taddaY{
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda {
	0% {transform:translateY(0px)}
	50% {transform: translateY(15px);}
	100% {transform: translateY(0px);}
	}
.shipiconbx img{margin:0 auto;display:block;max-width:100%;}
.shipiconbx::after{
	content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 53px solid transparent;
    border-left: 15px solid #ffde37;
    border-bottom: 53px solid transparent;
}
.shipbx-txt1{
	font-size:24px;
	line-height:30px;
	text-align:left;	
	font-weight: 700;
}
.shipbx-txt1 span.red {
        color: #000000;
    text-shadow: 1px 1px #ffdd31;
}
.shipbx-txt2{
	font-size:16px;
	line-height:24px;
	text-align:left;
}


							
/*========footer==========*/
.footer{
	float:left;
	width:100%;
	text-align:center;
	padding:40px 0 40px;
	background:#efefef;
	}
.ftr-logo{
	display:block;
	margin:0 auto 25px;
	}
.ftr-txt{
	color:#000;
	font-size:17px;
	line-height:28px;
	}
.ftr-txt.margin-top{margin-top:8px;}
.ftr-txt a{ padding:0 3px;}		
.ftr-tx{
	display:inline-block;
	width:100%;
	font-size:18px;
	line-height:28px;
	font-weight:400;
	padding:6px 0;
	}		   

/*-----------------------
		Pulse
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}		
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.bnr-left {    width: 46%;}
.bnr-hdg{    font-size: 22px;}
ul.logos-list li{ padding:0 13px;}

.commn-hdg span{    font-size: 34px;    line-height: 52px;}

.sec1 { overflow:hidden;}
.s1-img{left: -5%;}
.s1-rgt{width: 58%;padding: 65px 0 60px 0;}
.s1-bx{ padding: 55px 15px; margin-top: 25px; background-size: cover;}
ul.s1-list li{padding: 0 10px;}


.s2-row{column-gap: 13px;}
.s5-col{width:32%;}

.commn-hdg {font-size: 31px;line-height: 49px;}

.s3_mid {background-position: 117%;}
.s3uls li{    font-size: 24px;}

.s4-inr-lft { padding: 30px 30px 26px;}
.s4-inr-lft-txt {margin-top: 21px;}
.s4-prd1 {top: 135px; right: 15px; width: 300px;}
ul.s4-list li { padding: 11px;}	
.s6-pics{top: 20px; max-width: 513px;}
.s6lft{    width: 48%;}
.s6uls li {    padding: 0 81px 0 25px;}

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{display:block;}
.show-desk{display:none;}

/*=====Menu-CSS========*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 24px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:70px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #dddddd;
	}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
	
/*=====Common-CSS====*/
.commn-hdg{font-size:35px; line-height:45px;}
.commn-para{font-size: 18px;line-height: 30px;margin-top: 12px;}
.btn-bx{margin-top:30px;}

/*====Header======*/
.top-fix-bar{margin-bottom:70px;}
.header{height:70px; margin-top:-70px; top:70px;}
.logo{ max-width: 170px; margin-top: 15px;}
.mobimenu-top{top:69px;}
ul.topMenu{margin-top: 25px;}
ul.topMenu li{padding: 0 10px;}
a.nav-btn{ margin-top: 10px;}

/*=====Banner-Section======*/
.bnr-sec{padding: 0 0 0px; background-position: 44% top;}
.bnr-left{width: 50%; margin-top:70px;}
.bnr-hdg{font-size: 20px;line-height: 47px;}
.bnr-img{max-width: 625px;right: -27%;}
.bnr-hdg span{      font-size: 36px;
    line-height: 52px; margin-top: 11px; width: 100%;}
.bnr-para{font-size: 17px;line-height: 28px; margin-top: 11px;}
.commn-btn {margin-top: 25px;}

.logos-sec{ padding:30px 0;}
ul.logos-list{ margin-top:0;}
ul.logos-list li{ padding:0 15px; margin-top:20px;}

/*====Section-1=====*/
.sec1{padding:40px 0;}
.s1-rgt{float:none;display:inline-block;width:100%;text-align:center;padding:0;}
.s1-img {position: static;margin: 10px 0 0; max-width: 100%;}	
.s1-bx{padding:30px 15px; margin-top:25px;}
.s1-list-txt1{font-size: 18px;line-height: 30px;}
.s1-list-txt2 {font-size: 17px;line-height: 26px;}

/*====Section-2=====*/
.sec2{padding:35px 0;}
.s2-para{padding:0;}
.s2-row {justify-content: center;column-gap: 25px;}
.s2-col{ width: 48%;}
.s2-bx-txt3{padding:16px 15px 20px;}

/*====Section-3=====*/

.s3_mid_row { float: left; width: 100%; text-align: center;}
.s3lft { width:100%;}
.s3uls li{    padding: 16px 110px 13px 21px;}
.s3uls li:nth-child(2), .s3uls li:nth-child(3){    padding: 16px 179px 13px 21px;}
.s3rgt{ width:100%;}
/*====Section-4=====*/
.sec4 {padding: 30px 0 30px;}
.s4-inr-lft {padding: 20px;width: 100%;}
ul.s4-list li span{    font-size: 16px; line-height: 23px}
.s4-prd1 {top: 41px;right: 15px;width: 271px;}
.s4-inr-lft-txt {margin-top: 10px;}
ul.s4-list {width: 100%; margin: 15px 0 0 0;}

/*====Section-6=====*/
.sec6{ padding:30px 0;}
.s6-pics{ position:static; margin: 10px auto 0;display: inline-block;  max-width: 360px; width:100%;}
.s6uls{ text-align:left;}
.s6lft{ width:100%; text-align:center;}

.strip .commn-hdg{ width:100%; text-align:center; border:none;}
.strip .commn-para{ width:100%; text-align:center; margin-top: 10px;}
/*====Footer=====*/
.footer{padding:40px 0 30px;}
.ftr-logo{margin:0 auto 20px;}
.ftr-txt{font-size:14px; line-height:22px;}

}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

/*=====Common-CSS====*/
.commn-hdg{font-size: 22px; line-height: 30px;}
.commn-hdg span{font-size: 25px; line-height: 34px;}
.commn-para{font-size: 16px; line-height: 25px; margin-top: 5px; width:100%;}
.btn-bx{margin-top:30px;}


.pop_main { background: url(../images/pop-bg-mob.jpg) no-repeat right top #ffffff;  padding: 20px;}
.pop_discount_box{ margin:0 0; font-size:38px; line-height:48px; }
.pop_text{ width:100%;    font-size: 20px;
        line-height: 36px;}
.pop_cong_heading {    font-size: 28px;}

/*====Header======*/
.top-fix-bar{margin-bottom:60px;}
.header{height:60px; margin-top:-60px; top:60px;     border-bottom:1px solid #ddd;}
.logo{max-width: 135px;
        margin-top: 7px;}
.mob-mnu-ic{right:15px; top:11px;}
.mobilemenu{top:59px;}
.mobimenu-top{top:59px;}

/*=====Banner-Section======*/
.bnr-sec{padding: 30px 0; background: #045072; height: auto;}
.bnr-left{width:100%;text-align:center;margin:0;padding-top:0px;}
.bnr-rating-txt{font-size:18px;}
.bnr-hdg{font-size: 18px;line-height: 26px;}
.bnr-hdg span{        font-size: 27px;
        line-height: 39px;}
.mob-bnr-img{display: inline-block;vertical-align: middle;margin: 10px auto 0px -20px;max-width: inherit;width: calc(100% + 40px);}
.bnr-para{margin-top: 17px;
        font-size: 16px;
        line-height: 25px;
        width: 100%;}
.commn-btn{margin-top:20px;}
	
/*====Section-1=====*/
.sec1{padding:30px 0;}
.s1-contnt { max-width:355px;}
.s1-img {margin: 6px 0 -7px;max-width: 95%;}
.s1-rgt{width:100%; text-align:center;}
.mob-s1-img{width:250px; display:block; margin:20px auto 0;}
.s1-bx{padding:0 15px 28px; margin-top:25px; background-size:cover;}
ul.s1-list {margin: 25px auto 0;float:none; row-gap: 34px;max-width: 355px;}
ul.s1-list li{width:100%;padding: 0;}
.s1-list-txt1 {font-size: 20px;line-height: 32px;}
.s1-list-txt2{font-size: 17px; line-height: 27px;}

/*====Section-2=====*/
.sec2{padding:30px 0; text-align:center;}
.s2-row{justify-content: center;margin-top: 16px;row-gap: 25px;}
.s2-col{width: 100%;padding: 10px;}
.s2-bx-txt3{padding:16px 15px 20px;}
.s2-bx-txt1{ min-height:auto;font-size: 18px;line-height: 28px;}

/*====Section-3=====*/
.sec3{padding:20px 0 0; text-align:center;}
.s3_mid{ max-width:100%;}
.s3uls li, .s3uls li:nth-child(2), .s3uls li:nth-child(3){padding: 10px 160px 20px 10px; width: 100%;}
.s3-li-imgs,.s3uls li:nth-child(2) .s3-li-imgs{top: 0;right: 10px;}
.s3price,.s3uls li:nth-child(2) .s3price, .s3uls li:nth-child(3) .s3price{margin: 10px 0 0 0;}
.s3uls li:nth-child(2), .s3uls li:nth-child(3){ width:100%;}
.s3uls li:nth-child(2) .s3-li-imgs {}
.s3_mid_row{margin-top: 0;}
.s3_row_inner { width:100% !important; text-align:center; padding:0 0;}
.s3_row_inner img {position: static;}
.s3rgt-txt{font-size: 24px;line-height: 30px;}
.s3rgt-prod{max-width: 220px;}
.s3_row_inner:nth-child(2){ margin:20px 0 20px;}

.sec4 {padding:25px 0 6px;height: auto;}
.s4-inr { width:100%;margin-top: 0;}
ul.s4-list {margin-top: 20px;column-gap: 5px;}
ul.s4-list li {font-size: 16px;line-height: 23px;width: 32%;flex: 1 1 90px;padding: 0px;}
.s4-inr-lft-txt {width: 100%;margin-top: 10px;}
.s4-prd1 {display:block;position: static;margin: 8px auto 0;width: 252px;}	
ul.s4-list li img {width: 60px;}


.s6uls{row-gap: 10px; margin-top: 20px}
.s6uls li{padding-right: 0;font-size: 16px;line-height: 24px;}
.s6uls li span{font-size: 20px;line-height: 28px;}
.s6uls li:after{    height: 152px;}

/*====Footer=====*/

.footer{ padding:0 0 30px 0;}
.ftr-logo{ width:140px; margin:30px auto 15px;}
.ftr-txt {  font-size: 13px;      line-height: 22px;    }
.ftr-tx{ font-size:15px; line-height:26px;}

}