@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{
	font-family: 'Euclid Square';
	font-weight:normal;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding:0;
	margin:0;
	list-style:none;
	background:#fff;	
	}
.container{
	width:1170px;
	height:auto;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	}
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;
	}
.position{position:relative;}
.dsplay{width:100%;display:table;}
*{box-sizing:border-box;}
.flt{float:left;width:100%;}
/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
.bdhding{
	display: inline-block;
    font-weight: bold;
    font-size: 46px;
    line-height: 56px;
    color: #142d5a;
    text-transform: capitalize;
    width: 100%;
}
.bdhding span{color:#23aaff;}
.bdfont{
	font-size: 18px;
    float: left;
    width: 100%;
    line-height: 28px;
    margin-top: 18px;
}
@media only screen and (max-width: 1187px){
.container{ max-width:1004px; width:100%; }
.bdhding {font-size: 40px;line-height: 50px;}

}
@media only screen and (max-width: 1023px){
.container{ max-width:760px; width:100%; }
.bdhding{
	font-size: 36px;
	line-height: 46px;	
}
}
@media only screen and (max-width: 767px){
.container{ width:100%; max-width:640px;}
.bdinpad{padding:0 10px;}
.bdhding{
	    font-size: 26px;
    line-height: 34px;	
}
.bdfont{
	font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
}
}
@media only screen and (max-width: 359px){
.bdhding{
	font-size:29px;
	line-height:34px;	
}
}
/*=========================
CSS FOR HEADER
===========================*/
.redbar{background:#ff0000;padding:4px 0;}
.rdbartxt{
	font-size:18px;
	line-height:22px;
	color:#fefefe;
	text-align:center;
}
.rdbartxt span{
	font-weight:600;
	color:#fff601;
	text-decoration:underline;
}
.top-fix-bar {margin-bottom: 65px;}
.header{		
	height:65px;	
	margin-top: -65px;
    position: relative;
    top: 65px;
}
.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;
	height:65px;
	background:#fff url(../images/navline.jpg) left bottom repeat-x;
	}
.logo{
	float: left;
	margin: 12px 0 0 0;
	max-width: 225px;
}
.hdrbtn, ul.nav{
	float:right;
	display:inline-block;
}
.hdrbtn{	
	padding:0 24px;	
	margin:10px 0 0 8px;
	height:44px;
	background:#00c650;
	border-radius:5px;
	font-weight:600;
	font-size:19px;
	line-height:44px;
	color:#fff;
	text-align:center;	
}
ul.nav{float:right;margin:12px 0 0 0;}
ul.nav li{
	float:left;
	display:inline-block;		
	font-weight:500;
	background:url(../images/mnuline.png) right center no-repeat;
	}
ul.nav li a{
	padding:0 17px;	
	display:block;		
	font-size:16px;
	line-height:44px;
	text-align:center;
	color:#000000;	
	}
ul.nav li:last-child{background:none;}
ul.nav li a.active{ color:#00c650;}
#menu-wrapper {
    overflow: hidden;
    max-width: 40px;
    cursor: pointer;
	float:right;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 25px 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:#636466;
    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:70px;	
	background:#23aaff;
	border-top:1px solid #ccc;	
}
#menu-container .menu-list  li a{
	font-size:18px;
	padding:10px 20px 10px 20px;
	text-align:left;
	color:#fff;
	display:block;
	border-bottom:1px dotted #ccc;	
}
#menu-container .menu-list  li a.active{background:#232323;}
#menu-container .menu-list  li:last-child{background:#00c650;}
@media only screen and (max-width: 1187px){
ul.nav li a{padding:0 12px;}
}
@media only screen and (max-width: 1023px){
.header{height:60px; top:60px; margin-top:-60px;}
.top-fix-bar {margin-bottom: 60px;}
.fixed-nav .header{height:60px;}
#menu-container .menu-list{top:60px;}
ul.nav, a.hdrbtn, .prdhdrbtn{display:none;}
.logo {margin: 8px 0 0 0; max-width: 210px;}
#menu-wrapper #hamburger-menu {margin: 19px 0 5px 0;}
}
@media only screen and (max-width: 479px){
.rdbartxt {
    font-size: 16px;
    line-height: 20px;
}
.logo{max-width:200px;}
}
@media only screen and (max-width: 359px){
.rdbartxt {
    font-size: 14px;
    line-height: 18px;
}
.logo{max-width: 180px;margin:11px 0 0 0;}
}
/*===================start banner====================*/
.banner{
	background:url(../images/banner.jpg) center top no-repeat;
	height:625px;
	padding:38px 0 0 0;
}
.bnrlft, .bnrrgt{
	float: left;
    display: inline-block;
    width: 55.43%;
    position: relative;
    margin-top: 100px;
}

.bnrrgt{
	width:34.70%;
	float:right;
	margin-top:0;
}
.bnrtxt1{
	font-weight:500;
	font-size:18px;
	line-height:24px;
	color:#000;
	text-align:left;
	padding:0 0 0 0;
}
h1{
	font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    color: #23aaff;
    text-align: left;
    letter-spacing: -1px;
    padding: 9px 0 0 0;
    width: 88%;
    text-transform: capitalize;
}
h1 span{color:#23aaff;}
.bnrtxt2{
	margin: 16px 0 0 0;
    /* background: url(../images/bnrtxt-icon.png) left top no-repeat; */
    padding: 0 0 0;
    font-size: 18px;
    width: 95%;
    color: #000;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
}
ul.bnrlist{padding:10px 0 0 0;}
ul.bnrlist li{
	background:url(../images/bullet.png) left 1px no-repeat;
	font-weight:600;
	font-size:22px;
	line-height:28px;
	text-align:left;
	padding:0 0 0 44px;
	margin:10px 0 0 0;
}
.bnrsealbx{
	margin:22px 0 0 0;
	position:relative;
	padding:8px 0 0 96px;
	height:90px;
	width:450px;
}
.bnrseal{
	position:absolute;
	left:0;
	top:0;
}
.bnrsealbx p{
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	margin:0 0 0 0;
	padding:14px 0 12px 18px;
	font-weight:600;
	font-size:20px;
	line-height:26px;
	color:#142d5a;
	text-align:left;
	background:url(../images/arw.png) 99% center no-repeat;
}
/*--------------form-------------*/
.bnrfrm{
	background:#153c82;
	border-radius:15px;
	padding:25px 0 0 0;
	position:relative;
}
.bnrhding{
	background:url(../images/frmicon.png) 24px top no-repeat;
	font-weight:bold;
	font-size:34px;
	line-height:37px;
	color:#fff;
	text-align:left;
	padding:0 20px 0 100px;
}
.bnrhding span{color:#00e55d;}
.bnrfrm-strip{
	background:#172f5b;
	padding:6px 15px;
	margin:10px 0 0 0;
	font-weight:500;
	font-size:14px;
	line-height:18px;
	color:#fff;
	text-align:center;
}
.frmbx{padding:10px 25px 20px 25px;}
.frmElmnts{
	float:left;
	width:100%;
	margin:12px 0 0 0;
}
.frmElmnts input, .frmElmnts select{
	width:100%;
	height:48px;
	background:#fff;
	border:1px solid #b9cede;
	border-radius:5px;
	outline:none;
	padding:0 10px;
	font-family: 'Euclid Square';
	font-size:18px;
	color:#333;
	text-align:left;
}
.frmElmnts select{line-height:48px;}
.bnrfrm-btm{
	background:#142d5a;
	padding:20px 25px 25px 25px;
	border-radius:0 0 14px 14px;
}
.frmtxt{
	font-size:14px;
	line-height:20px;
	color:#fff;
	text-align:center;
	margin:15px 0 0 0;
}
.frmtxt img{margin:0 8px 0 0;}
/*-------------------icon strip--------------------*/
@media only screen and (max-width: 1187px){
.banner{height:535px;}
.bnrlft{width:60%; margin-top: 40px;}
h1 {
    font-size: 42px;
    line-height: 48px; 
}	
.bnrbx{border-radius:5px;}	
.bnrfrm {padding: 22px 0 0 0;}
.bnrhding {
    font-size: 31px;
    line-height: 35px;
	background: url(../images/frmicon.png) 15px top no-repeat; 
	padding: 0 20px 0 90px;
}	
.bnrfrm-strip {padding:6px 20px;}	
.bnrprd {
    max-width: 410px;
}	
.frmbx {padding: 10px 15px 20px 15px;}	
.bnrfrm-btm {padding: 20px 15px 25px 15px;}	
ul.istrip-list{ row-gap:20px; margin-top: 10px;}
ul.istrip-list li {font-size: 16px;}
}
@media only screen and (max-width: 1023px){
.banner{height:auto;padding:30px 0;}
.bnrlft, .bnrrgt{width:70%; margin-top: 0px;}
.bnrrgt{margin-top:20px;}
.bnrprd {
        right: 0;
    top: 70px;
    width: 310px;
}	
.bnrsealbx {
    margin: 15px 0 0 0;
    position: relative;
    padding: 8px 0 0 89px;
    height: 90px;
    width: 431px;
}
.bnrfrm{width:500px;margin:0 auto;display:block;}
.bnrtxt2{ width: 100%;font-size: 16px; line-height: 26px;}

.icon-strip{ padding:30px 0;}
ul.istrip-list{margin-top: 20px;}
ul.istrip-list li{ width: 32%;}
}
@media only screen and (max-width: 767px){
.banner{background: #fbfbf9; text-align: center;}
    .bnrlft, .bnrrgt {
        width: 100%;
        margin-top: 0px;
        text-align: center;
    }
    .bnrtxt2 { text-align:center;}	
.bnrprd{display:none;}
.bnrprd-mob{margin:15px auto 0 auto;width:340px;}
.bnrtxt1, h1{text-align:center; font-size: 20px;}	
h1 {font-size: 28px; line-height: 36px;  padding: 8px 0 0 0; width: 100%;}	
.bnrbx{width:100%;height:auto;background:#142d5a;display:table;padding:10px 0;}
ul.bnrbx-list{text-align:center;padding:0;}
ul.bnrbx-list li{  float: none;font-size: 18px; line-height: 24px; text-align: center; margin: 0 10px 0 10px;
  vertical-align: top;}	
  
ul.bnrbx-list li img{margin:0 auto 7px auto;display:block;}	
.bnrfrm{width:450px;}
.bnrsealbx{width:100%;padding:0 0 0 0;margin:55px 0 0 0;}	
.bnrsealbx p{border-bottom:none;	padding:14px 0 12px 0;font-size:20px;line-height:26px;
text-align:center;background:none;}	
.bnrseal {display:none;}	
.bnrseal-mob{margin:-60px auto 0 auto;display:block;}	
ul.bnrlist{padding:10px 0 0 0;width:450px;margin:0 auto;display:block;}	
ul.bnrlist li{font-size:21px;line-height:26px;}
.istrip-hding{ font-size: 20px; line-height: 28px;	}
.istrip-logos{margin:10px auto 0 auto;display:block;}
ul.istrip-list li {font-size: 14px;}
.bnr-prod{ position: static; margin: 18px auto 14px; max-width: 100%;}
}
@media only screen and (max-width: 479px){

ul.bnrlist, .bnrfrm{width:100%;}
ul.bnrlist li { 
	background:url(../images/bullet.png) left 3px no-repeat;  
	background-size:20px;
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 0 28px;
    margin: 5px 0 0 0;
}

.bnrfrm {padding: 14px 0 0 0;}
.frmtxt{font-size:12px;}
.frmbx {padding: 5px 15px 15px 15px;}
.bnrfrm-btm {padding: 15px 10px 15px 10px;}
}
@media only screen and (max-width: 359px){
.bnrtxt1 {
    font-size: 16px;
    line-height: 22px;
}
ul.bnrbx-list li {
    font-size: 16px;
    line-height: 20px; 
}
ul.bnrbx-list li img {margin: 0 auto 4px auto;}
ul.bnrlist li {
    font-size: 16px;
    line-height: 22px;
	padding:0 0 0 24px;  
}
.bnrhding {
    font-size: 26px;
    line-height: 30px;
    background: url(../images/frmicon.png) 10px top no-repeat;
	background-size:50px;
    padding: 0 20px 0 70px;
}
.frmbx {padding: 5px 10px 15px 10px;}
}
/*=====================section1======================*/
.sec1{padding:60px 0 40px 0; text-align: center;}
.s1img{float:left;margin-top: 35px;}
.s1txtarea{
	width: 55%;
    float: right;
    padding: 33px 0 0px;
    text-align: left;
}
.s1txtarea .bdfont {}
ul.s1list{    float: left;
    padding: 10px 0 0 0;
    width: 100%;}
ul.s1list li{
	float:left;
	width:100%;
	position:relative;
	padding:13px 0 13px 62px;
	border-bottom:1px solid #d0d5de;
}
ul.s1list li img{ position: absolute; top: 21px; left: 0;}
ul.s1list li:last-child{border-bottom:none;}
.s1lnum{
	position:absolute;
	left:0;
	top:22px;
	font-size:34px;
	line-height:36px;
	color:#142d5a;
	text-align:left;
	text-transform:uppercase;
}
.s1lhding{
	float:left;
	width:100%;
	font-weight:bold;
	font-size:22px;
	line-height:28px;
	text-align:left;
}
.s1ltxt{padding:2px 0 0 0;}
@media only screen and (max-width: 1187px){
.s1txtarea{padding: 28px 0 25px;}
.s1img {max-width: 430px;}
}
@media only screen and (max-width: 1023px){
.s1img{max-width: 330px;}
ul.s1list li {padding: 13px 0 13px 50px;}
.s1lnum {font-size: 30px;}
.s1txtarea{width: 54%;}
}
@media only screen and (max-width: 767px){
.sec1{padding:35px 0 22px 0;}
.s1img{
	float: none;
	margin: 15px auto 0 auto;
	display: block;
	max-width: 100%;
}
.s1txtarea{width: 100%;padding: 0;text-align: center;}
.s1txtarea .bdfont {
    width: 100%;
}
.s1lhding{
	font-size:20px;
	line-height:26px;
}
.bdfont {font-size: 16px; line-height: 25px;}
}
/*=====================section2======================*/
.sec2{padding:65px 0 70px 0;background:#f5fbff; text-align: center;}
.s2txt, .sec4-txt{padding:15px 0 0 0;text-align:center;}
ul.s2list{    
	padding: 10px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;}
ul.s2list li{
	float:left;
	display:inline-block;
	width:31.11%;
	margin:20px 3.33% 0 0;
	border-radius:20px;
	background:#fff;
	-moz-box-shadow: 0 0 5px #dce6ec;
	-webkit-box-shadow: 0 0 5px #dce6ec;
	box-shadow: 0 0 5px #dce6ec;
	padding:0 0 24px 0;
}
ul.s2list li:last-child{margin:20px 0 0 0;}
.s2limg{margin:0 auto;display:block;}
.s2lnum{
	margin:-78px 27px 0 27px;
	font-weight:300;
	font-size:65px;
	line-height:68px;
	color:#142d5a;
	text-align:left;
	text-transform:uppercase;
}
.blue{color:#23aaff;}
.green{color:#11d39f;}
.s2lhding{
	    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #142d5a;
    text-align: left;
    margin: 20px 15px 0 15px;
	text-transform:capitalize;
}
.s2ltxt{margin: 5px 15px 0 15px; text-align: left;}
@media only screen and (max-width: 1187px){
.s2lnum{margin:-68px 27px 0 27px;}
.s2ltxt{margin: 15px 20px 0 27px;}
}
@media only screen and (max-width: 1023px){
.s2lnum{
	margin:-42px 17px 0 17px;
	font-size:55px;
	line-height:58px;
}
.s2lhding{
	font-size:22px;
	line-height:28px;
	margin:10px 17px 0 17px;
}
.s2ltxt{margin:15px 17px 0 17px;}
.sec1{ padding:40px 0;}
}
@media only screen and (max-width: 767px){
.sec1 {padding: 25px 0 10px;}	
.sec2{padding:35px 0 40px 0;}
ul.s2list{padding:0;}
ul.s2list li, ul.s2list li:last-child{
	float:none;
	display:block;
	width:364px;
	margin:30px auto 0 auto;	
}
.s2lnum{margin:-78px 17px 0 17px;}
.s2lhding{margin:10px 17px 0 17px;}
.s2ltxt{margin:12px 17px 0 17px;}
}
@media only screen and (max-width: 390px){
ul.s2list li, ul.s2list li:last-child{width:100%;}
.s2lnum{margin:-52px 17px 0 17px;}
}
/*=====================section3======================*/
.sec3{padding: 65px 0 70px 0;
    text-align: center;
    background: #f8fafe;}
.s3sldr{}
.brandbx{
	display: block;
	width: 96%;
	margin: 20px auto 0 auto;
	border-radius: 15px;
	background: #fff;
	padding: 20px 15px 25px 15px;
	border: 1px solid #dce6ec;
	height: auto !important;
}
.prod-box{ 
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    column-gap: 10px;
}
.mainprd-sec1 .brandbx{width: 24%; margin-top: 20px;}
.brandimg{margin:0 auto;display:block; max-width: 220px;}
p.prod-sub-hed {
       float: left;
    width: 100%;
    text-align: left;
    font-size: 26px;
    /* border-bottom: 1px solid #d2d2d2; */
    padding-bottom: 13px;
    color: #142d5a;
    font-weight: 700;
    position: relative;
    margin: 30px 0 10px;
}
p.prod-sub-hed:after{
	content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 360px;
    height: 3px;
    background: #00c650;
}
.bnrandbx-hding{
	    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #142d5a;
    text-align: center;
    padding: 0px 0 0 0;
       min-height: 31px;
	text-transform:capitalize;
}
.bnrandbx-txt{
	padding: 16px 0 0 0;
	text-align: center;
	color: #939393;
	font-weight: 300;
}
.bnrandbx-txt2{
	font-size: 26px;
	line-height: 34px;
	color: #23aaff;
	text-align: center;
	    font-weight: 600;
	padding: 10px 0 0;
}
.mainprd-sec1{
	float:left;
	width:100%;
	text-align: center;
	padding: 50px 0;
	}
@media only screen and (max-width: 1187px){
.bnrandbx-hding {
    font-size: 22px;
    line-height: 32px;
}
.mainprd-sec1 .brandbx{padding: 20px 10px 25px 10px;}
}
@media only screen and (max-width: 1023px){
.bnrandbx-hding{
	font-size:20px;
	line-height:25px;
}
.brandbx{
	width:94%;
	padding:15px 5px 15px 5px;
}
.mainprd-sec1 .brandbx{width: 32%;}

.sec3{ padding:40px 0;}
}
@media only screen and (max-width: 767px){
.sec3{padding:35px 0 40px 0;}
.brandbx{
	width:300px;	
	margin:30px auto 0 auto;
}
.bnrandbx-hding{min-height:auto;}
.bnrandbx-txt {padding: 10px 0 0 0;}
.bnrandbx-txt2 {
}
.mainprd-sec1 .brandbx { width: 49%;}
p.prod-sub-hed:after{ width:100%;}
p.prod-sub-hed{ font-size:22px;}
.mainprd-sec1{padding:30px 0;}
}
@media only screen and (max-width: 479px){
.mainprd-sec1 .brandbx {
    width: 100%;
}
}
@media only screen and (max-width: 359px){
.brandbx{width:76%;}
}
/*=====================section4======================*/
.sec4{padding:65px 0 70px;background:#fff; text-align:center;}
ul.s4list{    
	padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;}
ul.s4list li{
	    float: left;
    display: inline-block;
    width: 30.59%;
    margin: 34px 4.11% 0 0;
    border: 1px solid #e6ebef;
    -moz-box-shadow: 0 0 5px #dde9f2;
    -webkit-box-shadow: 0 0 5px #dde9f2;
    box-shadow: 0 0 5px #dde9f2;
    background: #fff;
    border-radius: 15px;
    padding: 20px 22px 25px 22px;
}
ul.s4list li:nth-child(3), ul.s4list li:nth-child(6){margin:34px 0 0 0;}
.s4licon{margin:0 auto;display:block;}
.s4lhding{
	font-weight:600;
	font-size:24px;
	line-height:28px;
	text-align:center;
	padding:10px 0 0 0;
}
.s4ltxt{
	text-align:center;
	padding:10px 0 0 0;
}
@media only screen and (max-width: 1023px){
.sec4{ padding:40px 0;}
ul.s4list li{
	width:32%;
	margin:34px 2% 0 0;
	padding:20px 10px 25px 10px;
}
ul.s4list li:nth-child(3), ul.s4list li:nth-child(6){margin:34px 0 0 0;}
.s4lhding {
    font-size: 22px;
    line-height: 26px;
}
}
@media only screen and (max-width: 767px){
.sec4{padding:35px 0 40px 0;}
ul.s4list{padding:5px 0 0 0;}
ul.s4list li, ul.s4list li:nth-child(3), ul.s4list li:nth-child(6){
	float:none;
	width:100%;
	margin:20px auto 0 auto;
	display:block;
	padding:20px 10px;
}
}
/*=====================section5, 6======================*/
.sec5{padding:65px 0 70px 0;}
.rvbx1, .rvbx2{
	width:84%;
	margin:0 auto;
	padding:28px 0 0 86px;
	display:table;
	position:relative;
	left:0;
	top:
}
.rvbx2{border-top:1px solid #e6ebef;margin:30px auto 0 auto;}
.rvlbx{
	height:66px;
	width:66px;
	background:#ecf6ff;
	border-radius:50%;
	position:absolute;
	left:0;
	top:30px;
	font-size:26px;
	line-height:66px;
	color:#99a2bd;
	text-align:center;
	text-transform:uppercase;
}
.rvstar{margin:0;display:block;}
.rvtxt{
	color:#333333;
	padding:12px 0 0 0;
}
.rvtxt2{
	font-size:14px;
	line-height:22px;
	color:#9b9b9b;
	text-align:left;
	padding:14px 0 0 0;
}
.rvtxt2 span{
	font-size:20px;
	color:#1f387e;
	font-weight:500;
}
.vrf-tick{margin:0 0 0 6px;}
/*-----------------section6------------------*/
.sec6{padding:65px 0 70px 0;background:#f5fbff;}
#accordion{height:auto!important;margin:25px auto 0 auto;display:block;width:84%;}
.ui-accordion .ui-accordion-header { 
	display: block; 
	cursor: pointer; 
	zoom: 1; 
	background: url(../images/plus.png) right 28px no-repeat;	
	text-align:left; 
    padding:20px 34px 20px 0;
	margin:0 0 0 0;	
	outline:none;
	position:relative;	
	font-weight:600;
	font-size:20px;
	line-height:26px;
	text-align:left;
	border-bottom:1px solid #e6e9eb;	
}
.ui-accordion .ui-accordion-header.active{
	background: url(../images/minus.png) right 28px no-repeat;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.ui-accordion .ui-accordion-content { 
	padding:0; 
	border-top: 0; 
	overflow: auto; 
	zoom: 1; 
	border:none;
	padding:0 0 0 0;	
}
.accord-txt{
	box-sizing: border-box;
    float: left;
	text-align:left;
    padding: 20px 0 30px 0;	
}
@media only screen and (max-width: 1023px){
.rvbx1, .rvbx2, #accordion{width:100%;}
}
@media only screen and (max-width: 767px){
.sec5, .sec6{padding:35px 0 40px 0;}
.rvbx1, .rvbx2{	
	padding:20px 0 0 56px;
	display:table;
	position:relative;
	left:0;
}
.rvbx2{border-top:1px solid #e6ebef;margin:24px auto 0 auto;}
.rvlbx{
	height:45px;
	width:45px;	
	font-size:21px;
	line-height:45px;
}
.ui-accordion .ui-accordion-header { 
	background: url(../images/plus.png) right 23px no-repeat;	 
    padding:15px 34px 15px 0;
	font-size:19px;	
}
.accord-txt{padding: 15px 0 20px 0;}
}
@media only screen and (max-width: 359px){
.vrf-tick{margin:0 0 0 0;}
}
/*============================
FOOTER SECTION
=============================*/
.footer{padding: 20px 0; background: #f8fafe;}
ul.ftrlist {
    text-align: center;
    float: left;
    width: 100%;
   margin: 24px 0 10px;
}
ul.ftrlist li{
	display:inline-block;
	border-right:1px solid #343434;
	padding:0 7px 0 2px;
	font-size:18px;
	line-height:16px;
	color:#343434;
	text-align:center;
	margin:0;
}
ul.ftrlist li:last-child{border-right:none;}
ul.ftrlist li a{color:#343434;}
.ftr-card {
    display: block;
    margin: 0 auto;
}
.ftrtxt{
	font-size:18px;
	line-height:16px;
	color:#343434;
	text-align:center;
	padding:15px 0 0 0;
	float: left;
    width: 100%;
}
@media only screen and (max-width: 767px){
footer{}
ul.ftrlist{padding:16px 0 0 0;}
ul.ftrlist li, .ftrtxt{
	font-size: 16px;
    line-height: 24px;
}
.ftrtxt{padding:6px 0 0 0;}
#ctabtn-mob {
	padding: 10px 0 8px 0;
	background: #193265;
	position: fixed;
	bottom: 0%;
	left: auto;
	z-index: 5;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
.ctabtn{max-width:96%;margin:0 auto;display:block;}
}
@media only screen and (max-width: 479px){
ul.ftrlist{width:290px;margin:0 auto;display:block;}
}
/*=====================start thnakyou page=========================*/
.thnkbnr{
	padding:80px 0 70px 0;
	border-bottom:1px solid #f4f4f4;
}
.thnkbx{
	width:85%;
	margin:0 auto;
	display:table;
	background-color: rgba(241, 241, 241, 0.8);
	border-radius:10px;
	padding:30px 30px 40px 30px;
}
.phicon{margin:-65px auto 5px auto;display:block;}
.thnkbx-hding{
	font-weight:900;
	font-size:40px;
	line-height:44px;
	color:#153c82;
	text-align:center;
}
.thnkbx-txt{
	text-align:center;
	padding:15px 50px 0 50px;
	color:#000;
	font-size:22px;
	line-height:32px;
}
.thnk-contbx{
	width:450px;
	background:#153c82;
	margin:70px auto 0 auto;
	display:block;
	border-radius:10px;
	padding:20px 0 30px 0;
}
.thnk-contbx-hding{
	font-weight: bold;
    font-size: 26px;
    line-height: 36px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #2e559b;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}
.thnk-contbx-txt{	
	font-size:22px;
	line-height:24px;
	color:#fff;
	text-align:center;
	padding:10px 0 0 0;
}
/*****************************/
/*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: #ffc001;
    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 #ffc001;
}
.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;
}
@media only screen and (max-width: 1187px){
.thnkbx{width:94%;}
.thnkbx-hding{
	font-size:38px;
	line-height:42px;
}
.thnkbx-txt {padding: 15px 0 0 0;}
}
@media only screen and (max-width: 1023px){
.thnkbnr{padding:50px 0 50px 0;}
.thnkbx{width:100%;}
}
@media only screen and (max-width: 767px){
.thnkbnr{padding:30px 0 30px 0;}
.thnkbx-hding{
	font-size:32px;
	line-height:38px;
}
.thnk-contbx{width:100%;}
.thnkbx-txt {
    font-size: 19px;
    line-height: 27px;
}
}
@media only screen and (max-width: 479px){
.thnkbx{padding:25px 10px 35px 10px;}	
.thnk-contbx-hding{line-height:32px;}
.thnk-contbx-txt{	
	font-size:19px;
	padding:6px 0 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;
	background: rgba(0, 0, 0, 0.8);
}
.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:1px solid #4CAF50;
}
.no-btn{border:1px solid #2196F3;}
.no-btn:hover {background:#2196F3;}
.yes-btn:hover {background:#4CAF50;}

@media only screen and (max-width: 1700px){
ul.nav li{margin:0 20px 0 0;}
ul.nav li:nth-child(7){padding:0 20px 0 0;}
ul.nav li:last-child{margin:0;}
}
@media only screen and (max-width: 1185px){
ul.nav li{margin:0 16px 0 0;font-size:17px;}
ul.nav li:nth-child(7){padding:0 16px 0 0;}
ul.nav li:last-child{margin:0;}
}
@media only screen and (max-width: 1023px){
.btmhdr {
    padding: 18px 0;}
.header {
    height: 75px;}
ul.tophdr-list1 li, ul.tophdr-list2 li{
	padding:0 10px 0 0;
	margin:0 10px 0 0;
	font-size:13px;	
}
ul.tophdr-list1 li:last-child{margin:0;padding:0;}
ul.tophdr-list2 li:last-child{padding:0;margin:0 15px 0 0;}
ul.tophdr-list1 li span.span1{display:none;}
ul.tophdr-list1 li img, ul.tophdr-list2 li img{margin:0 3px 0 0;}
.logo{max-width: 200px; margin-top: 5px;}
ul.nav li{font-size:15px;}
ul.nav li:nth-child(7){padding:0 7px 0 0;}
ul.nav li:last-child{margin:0;}
ul.nav li:last-child img{margin:0 0 0 0;}
}
@media only screen and (max-width: 767px){
.tophdr{display:none;}
ul.tophdr-list1, ul.tophdr-list2{padding:4px 0 0 0;}
ul.tophdr-list2 li:last-child{margin:0 0 0 0;}
ul.tophdr-list3{display:none;}
.header{height:55px; top:55px; margin-top:-55px;}
.top-fix-bar {margin-bottom:55px;}
.fixed-nav .header{height:55px;}


.btmhdr{height:55px ; padding: 13px 0;}
.inheader{height: 90px; margin-top: -90px;  top: 90px;}
.intop-fix-bar {margin-bottom: 90px;}
.fixed-nav .inheader{height:55px;}


.logo{        max-width: 175px;
        margin: 10px 0 0 0;}
ul.nav{display:none;}
.cart-link{position:absolute;right:40px;top:0px;}
#menu-wrapper #hamburger-menu{        margin-top: 18px;}

.pop-innr {width: 100%;text-align: center;}

}
@media only screen and (max-width: 479px){
ul.tophdr-list1 li span.span2{display:none;}
}
@media only screen and (max-width: 359px){
ul.tophdr-list1 li, ul.tophdr-list2 li {
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    font-size: 12px;
}
}



