@charset "utf-8";
img, object, embed, video {max-width: 100%;}
.ie6 img {width:100%;}
body{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;	
	font-family: 'Inter', sans-serif;
	font-weight:normal;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding:0;
	list-style:none;
	background:#fff;
	letter-spacing:0.5px;
	}
.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;}
*{box-sizing:border-box;}
.flt{float:left;width:100%;}
.ovrfl{overflow:hidden;}


/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
.bdhding1{	
	font-weight:600;
	font-size:21px;
	line-height:30px;
	color:#02336d;
	text-align:center;	
	}
.bdhding2{
	font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #02336d;
    text-align: center;
    text-transform: capitalize;
	}
.bdfont{
	font-size: 17px;
	line-height: 26px;
	color: #3e4144;
	margin-top: 20px;
	}
.white{color:#fff;}

@media only screen and (max-width: 1190px){
.container{ max-width:1000px; width:100%; }
}

@media only screen and (max-width: 1020px){
.container{ max-width:760px; width:100%; }
.bdfont{font-size:16px;line-height:26px;}
}

@media only screen and (max-width: 767px){
.container{ width:100%; max-width:640px; padding: 0 12px;}
.bdhding1{	font-size:18px;line-height:25px;}
.bdhding2{font-size:32px;line-height:40px;	}
}

@media only screen and (max-width: 479px){
.bdhding2{ font-size: 26px; line-height: 36px;}
}

@media only screen and (max-width: 359px){
.bdhding2{font-size:28px;line-height:36px;	}
}

/*=========================
CSS FOR HEADER
===========================*/
.hdrstrip{background:#02336d;padding:6px 0;}
ul.hdrlist{padding:0;}
ul.hdrlist li{
	float:left;
	display:inline-block;
	margin:0 25px 0 0;
	font-size:15px;
	line-height:16px;
	color:#fff;
	text-align:left;
	}
ul.hdrlist li:last-child{margin:0;font-weight:600;}
ul.hdrlist li a{color:#fff;}
ul.hdrlist li img{margin:0 10px -2px 0;}
.hdrstrip-txt2{
	float:right;
	font-size:13px;
	line-height:16px;
	color:#fff;
	text-align:right;
	}
.hdrstrip-txt2 a{color:#fff;}
.hdrstrip-txt2 a:hover{text-decoration:underline;}
.hdrstrip-txt2 img{margin:0 4px -2px 0;}
.top-fix-bar {margin-bottom: 88px;}
.topsec{
	background: url(../images/topsec.jpg) center bottom no-repeat;
    height: 540px;
    background-size: cover;
}
.header{		
	height:88px;	
	margin-top: -88px;
    position: relative;
    top: 88px;	
	}
.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:88px;
	background:#fff;
	-webkit-box-shadow: 0 2px 10px 5px rgba(0,0,0,.1);
	box-shadow: 0 2px 10px 5px rgba(0,0,0,.1);
	}
.logo{margin:14px 0 0 0;float:left; width:160px;}
ul.nav{float:right;margin:23px 0 0 0;}
ul.nav li{
	float:left;
	display:inline-block;	
	margin:0 22px;	
	font-weight:500;
	font-size:17px;
	line-height:40px;
	color:#02336d;
	text-align:center;
	position:relative;
	}
ul.nav li:last-child{
	border:1px solid #02336d;
	border-radius:5px;
	text-align:center;
	margin:0 0 0 14px;
	padding:0 18px;
	font-weight:700;		
	}
ul.nav li a{color:#02336d;display:block;}
ul.nav li a.active{ color:#6398d7;}
ul.nav li:last-child:hover{background:#02336d;color:#fff;}
ul.nav li:last-child:hover a{color:#fff;}
ul.nav  ul {
	position:absolute; 
	left:0;	
	display:none; /* Hide it by default */
	margin:0 0 0 -60px; 
	padding:0; 
	list-style:none;
	z-index:9999;
	background:#02336d;
	width:240px; 
	}
ul.nav  ul li, ul.nav  ul li:last-child {	
	float:left;
	width:100%; 
	border-top:none;
	border-bottom:1px dotted #1e579a;	
	font-size:16px;
	line-height:40px;
	color:#fff;
	font-weight:normal;
	padding:0;
	text-align:center;
	margin:0;
	}
	
	
/* Sub Cat menu link properties */
ul.nav  ul li a, ul.nav  ul li:last-child a{
	display:block;
	color:#fff;
	text-align:center;
	padding:5px 0;
	}
ul.nav  ul li:hover, ul.nav  ul li:last-child:hover{ 
	background:#2271cf;
	border-radius:0;
	}
#menu-wrapper {
	overflow: hidden;
	max-width: 40px;
	cursor: pointer;
	float:right;
	}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 24px 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:#1d1d1d;
    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:69px;	
	background:#02336d;	
	border-top:1px solid #5489c7;	
	}
#menu-container .menu-list  li a{	
	font-size:18px;
	padding:12px 0 12px 12px;
	text-align:left;
	color:#fff;
	display:block;
	border-bottom:1px dotted #5489c7;	
	}
#menu-container .menu-list  li a.active{background:#128e3b;color:#fff;}
#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {font-size: 16px; padding: 0;}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
	}
.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
	}
.accordion-content {
    display: none;
	height:420px;
	overflow-y: scroll!important;
	background:#2f7fde;	
	}
.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-out;
	}
.accordion-toggle a:before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 1;
	z-index: 2;
	}
.accordion-toggle.active-tab {
	background: #2271cf;
	transition: all 0.3s ease;
	}
.accordion-toggle a.active:before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	background: #fff !important;
	}
.accordion-toggle a.active:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background: #fff !important;
	opacity: 0;
	}
.menu-submenu li{border-bottom:1px dotted #77a8e0;}

@media only screen and (max-width: 1020px){
ul.nav{display:none;}
.header{height:78px; top:78px; margin-top:-78px;}
.top-fix-bar {margin-bottom: 78px;}
.fixed-nav .header{height:78px;}
#menu-container .menu-list{top:78px;}
.logo {margin: 5px 0 0 0;}
#menu-wrapper #hamburger-menu {margin: 20px 0 5px 0;}
.topsec{height:680px;}
}

@media only screen and (max-width: 767px){
.topsec{background:#edf5f9;height:auto;}
.logo { margin: 10px 0 0 0;  width: 110px;}
.top-fix-bar {margin-bottom: 60px;}
.header {height: 60px;top: 60px; margin-top: -60px;}
.fixed-nav .header {height: 60px;}
#menu-container .menu-list{top:60px;}
}


/*================start banner===================*/
.banner{background:url(../images/banner.jpg) center top no-repeat;	padding:50px 0;}
.bnr-txtarea{width:640px;}
.achbnr-txtarea{width:680px;}
h1{	
	font-weight: 700;
    font-size: 60px;
    line-height: 68px;
    color: #02336d;
    text-align: left;
	}
.bnrtxt{
	font-size: 18px;
	line-height: 28px;
	color: #252627;
	text-align: left;
	margin: 20px 0 0 0;
	}
ul.feature-list{padding:50px 0 0 0;}
ul.feature-list li{
	float:left;
	display:inline-block;
	margin:0 40px 0 0;
	font-weight:600;
	font-size:18px;
	line-height:22px;
	color:#02336d;
	text-align:left;
	}
ul.feature-list li:first-child{
	margin:0 10px 0 0;
	border-right:1px solid #2e303b;
	padding:0 10px 0 0;
	}
ul.feature-list li:last-child{margin:0;}
.bnrprd{
	position:absolute;
	right:-165px;
	top:-50px;
	}
.bnrprdbx{
	    position: absolute;
    right: 60px;
    top: -38px;
    width: 100%;
    max-width: 460px;
	}
.mobile, .circle1, .circle2, .circle3{
	position:absolute;
	left:28px;
	top:37px;
	}
.circle1{left:260px;top:-2px;}
.circle2{left:0;top:326px;}
.circle3{left: 516px;top: 460px;}

@media only screen and (max-width: 1190px){
.bnr-txtarea{width:600px;}
h1{	font-size:58px;line-height:68px;	}
.bnrtxt{padding:10px 60px 0 0;}
ul.feature-list li {margin: 0 27px 0 0;}
.bnrprd, .bnrprdbx {position: absolute; right: -85px;top: -50px;}
}

@media only screen and (max-width: 1020px){
h1{	font-size:48px;line-height:58px}
.bnrtxt {font-size: 18px; line-height: 26px;}
.bnrprd, .bnrprdbx{width:420px;top:-26px;right: -65px;}
.mobile{ left: 17px;top: 32px; width: 364px;}
.circle1 {left: 202px;width: 31px;}
.circle2 {top: 240px;width: 75px;}
.circle3 {left: 371px; top: 331px; width: 49px;}
}

@media only screen and (max-width: 767px){
.banner{padding:25px 0 35px; text-align: center;}
.bnr-txtarea{width:auto;}
h1, .bnrtxt{text-align:center;}
h1 { font-size: 44px;line-height: 49px;}
.bnrtxt { padding: 0px 0 0 0; font-size: 16px; line-height: 24px; margin: 10px 0 0 0;}
.bnrprd{position:inherit;right:auto;top:auto;margin:10px auto 0 auto;display:block;width:380px;}
ul.feature-list {padding: 10px 0 0 0;}
ul.feature-list li{width:20%;margin:15px 0 0 0;padding:0 5px;}
ul.feature-list li:nth-child(5){width:40%;padding:15px 5px 0 5px;}
ul.feature-list li:first-child{width:100%;padding:0 0 10px 0;margin:0;text-align:center;border-right:none;background:url(../images/bnrline.png) center bottom no-repeat;
}
ul.feature-list li img{margin:0 auto;display:block;}
}

@media only screen and (max-width: 479px){
h1 { font-size: 33px; line-height: 39px;}
.bnrprd{width:100%;}
}

@media only screen and (max-width: 359px){
h1 {font-size: 29px;line-height: 35px;}
.hdrstrip-txt {font-size: 15px;line-height: 19px;}
}


/*=================start section1=================*/
.sec1{    
	padding: 60px 0;
    text-align: center;
}
.s1bx{
	background:#fff;
	border-radius:20px;
	-moz-box-shadow: 0 0 10px #edf1f5;
	-webkit-box-shadow: 0 0 10px #edf1f5;
	box-shadow: 0 0 10px #edf1f5;
	padding:40px 0;
	margin-top:40px;
	}
.sec1 .bdfont {
	display: inline-block;
	max-width: 960px;
	}
.s1-vdo{
	    display: block;
    margin: 0 auto;
    width: 800px;
    max-width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border: 2px solid #edf4fa;
	}
.s1-vdo video{max-width:100%; display:block;}
.s1bxhding{
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	color: #02336d;
	text-align: center;
	}
ul.s1bx-list{padding:10px 0 0 0;}
ul.s1bx-list li{
	float:left;
	display:inline-block;
	width:33.33%;
	padding:0 1.5%;
	margin:20px 0 0 0;
	}
ul.s1bx-list li img{margin:0 auto 20px auto;display:block;}
.s1bxl-hding{
	font-weight:900;
	font-size:20px;
	line-height:26px;
	color:#02336d;
	text-align:center;
	}
.s1bxl-txt{
	text-align:center;
	margin:10px 0 0 0;
	}
.s1bxhding2{margin:60px 0 0 0;}
.s1txtarea{
	width: 620px;
	float: left;
	margin: 45px 0 0 0;
	text-align: left;
	}
ul.s1list{}
ul.s1list li{
	background:url(../images/bullet.png) left top no-repeat;
	padding:0 0 0 42px;
	margin:10px 0 0 0;
	font-weight:bold;
	color:#02336d;
	}
.s1img{
	position:absolute;
	right:00px;
	top:20px;
	}
@media only screen and (max-width: 1190px){
.s1txtarea{width:550px;}
.s1img{top:60px;width:490px;}
}

@media only screen and (max-width: 1020px){
.s1bx{padding:25px 0;}
.s1bxhding2{margin:60px 0 0 0;}
.s1txtarea{width:100%;margin:30px 0 0 0;}
ul.s1list{width:400px;}
ul.s1list li{background-size:27px;padding:0 0 0 37px;margin:6px 0 0 0; text-align:left;}
.s1img{top:40px;width:360px;}
}

@media only screen and (max-width: 767px){
.sec1{padding:20px 0 40px 0;}
.s1bxhding {font-size: 26px;line-height: 32px;  }
ul.s1bx-list li{width:100%;}
.s1bxhding2 {margin: 40px 0 0 0;}
.s1txtarea{margin:0px 0 0 0; text-align: center;}
.bdfont{ margin-top:10px;}
.s1txt{text-align:center;}
.s1img{ position: inherit; right: auto; top: auto; margin: 25px auto 0 auto; display: block; width: 100%;}
ul.s1list{width:auto;}
ul.s1list li {background-size: 27px; padding: 0 0 0 33px;  margin: 10px 0 0 0;}
.s1-vdo{margin-top:20px;}
.bdfont { font-size: 16px; line-height: 24px;}
}



/*=================start section2=================*/
.sec2{
	background: #edf5f9 url(../images/sec2.jpg) center top no-repeat;
	padding: 80px 0 60px 0;
	text-align: center;
	}
.s2txt{
	text-align:center;
	}
ul.s2list{margin:15px 0 0 0;}
ul.s2list li{
	float: left;
	display: inline-block;
	width: 25%;
	padding: 0 1%;
	margin: 20px 0 0 0;
	background: url(../images/s2line.png) right 80px no-repeat;
	font-size: 17px;
	line-height: 26px;
	color: #3e4144;
	}
ul.s2list li span{ color:#02336d; font-size:20px;}
ul.s2list li:last-child{background:none;}
.s2lnum{
	font-weight:300;
	font-size:52px;
	line-height:52px;
	color:#02336d;
	text-align:center;
	}
.s2lhding{text-align:center;padding:14px 0 0 0;}
.s2lhding span{font-weight:bold;}
.s2lbullet{margin:15px auto;display:block;}
.s2ltxt{text-align:center;}

@media only screen and (max-width: 1190px){
}

@media only screen and (max-width: 1020px){
}

@media only screen and (max-width: 767px){
.sec2{background:#edf5f9;padding:35px 0 40px 0;}
ul.s2list li{ width: 100%; background: none; padding: 0 2%; margin: 20px 0 0 0;}
.s2lhding{padding:6px 0 0 0;}
.s2lbullet{margin:10px auto;}
ul.s2list {margin: 0;}
}


/*=================start section3=================*/
.sec3{
	background:url(../images/sec3.jpg) center top no-repeat;
	padding:100px 0 60px 0;
	}
.s3bx{margin:80px 0 0 0;}
.s3bxlft, .s3bxrgt{
	float:left;
	display:inline-block;
	width:45.5%;
	}
.s3bxrgt{width:52.5%;float:right;}
.lftpad{padding-left:56px;}
.lftpad2{padding-left:70px;}
.s3bxhding{
	position:relative;
	font-weight:bold;
	font-size:24px;
	line-height:30px;
	color:#02336d;
	text-align:left;
	}
.s3bxhding img{
	position:absolute;
	left:-56px;
	top:-10px;
	}
.s3bxtxt{padding:15px 0 0 0;}
ul.s3bxlist{padding:22px 0 0 0;}
ul.s3bxlist li{
	float:left;
	display:inline-block;
	width:50%;
	background:url(../images/bullet3.png) left 8px no-repeat;
	font-weight:600;
	padding:0 0 0 24px;
	margin:2px 0 0 0;
	}
.s3bximg{margin:0 auto;display:block;}
.s3bximg2{margin:50px 0 0 0;display:block;}
.s3bximg3{margin:60px auto 0 auto;display:block;}

@media only screen and (max-width: 1020px){
.s3bx {margin: 50px 0 0 0;}
.lftpad{padding-left:0;}
.lftpad2{padding-left:10px;}
.s3bxhding{position:relative;padding:0 0 0 60px;font-size:21px;line-height:28px;}
.s3bxhding img{left:0;}
}

@media only screen and (max-width: 767px){
.sec3{padding:35px 0 40px 0;background:#fff;}
.s3bx {margin: 45px 0 0 0;}
.s3bxlft, .s3bxrgt{width:100%;}
.s3bximg, .s3bximg2, .s3bximg3{margin:20px auto 5px auto;width:350px;}
}

/*=================start section4=================*/
.sec4{
	background:#02336d url(../images/sec4.jpg) center top no-repeat;
	padding:120px 0 40px 0;
	}
.s4img{
    position: absolute;
    right: 50px;
    top: -40px;
    max-width: 520px;
	}
.s4txtarea{width:45%;}
.s4hding1{text-align:left;color:#6398d7;}	
.s4hding2{text-align:left;color:#fff;}
.s4txt{color:#fff;}
.s4txt span{font-weight:900;font-size:24px;}

@media only screen and (max-width: 1190px){
.s4txtarea {width: 55%;}
.s4img{width:500px;right:-20px;}
}

@media only screen and (max-width: 1020px){
.s4txtarea {width:auto}
.s4img{width: 410px;right: -20px;top:40px;}
.s4txt{width:50%;}
}

@media only screen and (max-width: 767px){
.sec4{background:#02336d;padding:35px 0 40px 0;}
.s4img{position: inherit; right: auto; top: auto; margin: 25px auto 30px auto;  display: block; max-width: 100%;}
.s4txt{width:auto;padding:0 0 0 0;}
}


/*=================start section5=================*/
.sec5{
	background:#fff url(../images/sec5.jpg) center top no-repeat;
	padding:120px 0 60px 0;
	text-align:center;
	}
ul.s5list{padding:20px 0 0 0;}
ul.s5list li{
	float:left;
	display:inline-block;
	width:23%;
	margin:44px 2.66% 0 0;
	box-shadow: 5px 5px 5px #edf1f5;
	height:246px;
	border-radius:10px;
	padding:25px;
	font-weight:900;
	font-size:20px;
	line-height:26px;
	color:#02336d;
	text-align:center;
	}
ul.s5list li:nth-child(4), ul.s5list li:nth-child(8){margin:44px 0 0 0;}
ul.s5list li img{margin:40px auto 30px auto;display:block;}

@media only screen and (max-width: 1020px){
.sec5{padding:100px 0 70px 0;}
ul.s5list li{height:216px;padding:15px 10px;}
ul.s5list li img {margin: 30px auto 25px auto;}
}

@media only screen and (max-width: 767px){
.sec5{background:#fff;padding:35px 0 40px 0;}
ul.s5list{padding:0 0 0 0;}
ul.s5list li, ul.s5list li:nth-child(4), ul.s5list li:nth-child(8){width:48%;margin:20px 1% 0 1%;height:180px;font-size:18px;line-height:24px;}
ul.s5list li img {margin: 20px auto 20px auto;}
}

@media only screen and (max-width: 479px){
ul.s5list li, ul.s5list li:nth-child(4), ul.s5list li:nth-child(8){height:160px;}
ul.s5list li:nth-child(7), ul.s5list li:nth-child(8){height:180px;}
ul.s5list li img {margin: 10px auto 14px auto;}
}

@media only screen and (max-width: 359px){
ul.s5list li, ul.s5list li:nth-child(4){height:150px;}
ul.s5list li, ul.s5list li:nth-child(8) {    padding: 15px 5px;font-size: 16px;line-height: 21px;}
ul.s5list li:nth-child(7), ul.s5list li:nth-child(8){height:170px;}
}


/*=================start section6=================*/
.sec6{
	background:#edf5f9 url(../images/s6bg.png) center 100px no-repeat;
	padding:74px 0 80px 0;
	}
.s6img{margin:20px auto 0 auto;display:block;}
.s6txt {text-align: center;padding: 15px 50px 0 50px;}
/*-------------------start section7--------------------*/
.sec7{padding:74px 0 90px 0;}
.testimonial{margin:50px 0 0 0;}
.tbx{
	box-shadow: 5px 5px 5px #edf1f5;
	width:94%;
	margin:0 auto 10px auto;
	display:block;
	border-radius:10px;
	padding:30px 15px;
	}
.tstars{margin:0 auto;display:block;}
.ttxt1, .ttxt2{
	text-align:center;
	color:#414141;
	padding:10px 0 0 0;
	}
.ttxt2{font-weight:bold;}
.ttxt1{ min-height:240px;}

/*-------------------start section8--------------------*/
.sec8{padding:100px 0 90px 0;background:#edf5f9 url(../images/sec8.jpg) center top no-repeat;}
@media only screen and (max-width: 1020px){
.sec6, .sec7{padding:60px 0;}
.sec8{padding:100px 0 60px 0;}
}

@media only screen and (max-width: 767px){
.sec6, .sec7, .sec8{padding:35px 0 40px 0;background-size:400px;}
.sec8{background:#edf5f9;}
.s6img{width:360px;}
.s6txt {padding: 5px 0 0 0;}
.testimonial{margin:20px 0 0 0;}
.ttxt1{min-height:0;}
}

@media only screen and (max-width: 479px){
.sec6{background:#edf5f9 url(../images/s6bg.png) center 200px no-repeat;background-size:400px;}
}

/*====================start footer====================*/
footer{
	background:#02336d;
	padding:30px 0 0 0;
	}
.ftrinr{
	padding:0 0 40px 0;
	}
.ftrbx1, .ftrbx2, .ftrbx3, .ftrbx4{
	float:left;
	display:inline-block;
	width:45%;
	margin:20px 2.66% 0 0;
	}
.ftrbx2, .ftrbx3, .ftrbx4{width:22%;}
.ftrbx4{margin:20px 0 0 0;}
.ftrlogo{margin:-10px 0 0 0;display:block; max-width:150px;}
.ftrtxt1, .ftrtxt2{
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	text-align:left;
	margin:20px 0 0 0;
	}
.ftrtxt2{margin:0;}
.ftrtxt1 a{color:#fff;}
ul.sllist{padding:20px 0 0 0;}
ul.sllist li{
	float:left;
	display:inline-block;
	margin:0 10px 0 0;
	}
ul.sllist li:last-child{margin:0;}
.ftrbxhding{
	font-weight:bold;
	font-size:18px;
	line-height:24px;
	color:#fff;
	text-align:left;
	}
ul.linklist{padding:10px 0 0 0;}
ul.linklist li{
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	text-align:left;
	margin:2px 0 0 0;
	}
ul.linklist li a{color:#fff;}	
.ftrdvdr{
	height:1px;
	background:#9c9c9c;
	margin:40px 0;
	}

@media only screen and (max-width: 1020px){
.ftrbx1{width:29%;}
.ftrbx3{width:15%;}
}

@media only screen and (max-width: 767px){
footer{padding:25px 0 0 0;}
.ftrbx1, .ftrbx2, .ftrbx3, .ftrbx4{width:55%;margin:25px 0 0 0;}
.ftrbx2, .ftrbx4{width:45%;}
.ftrdvdr{margin:20px 0;}
}
	
@media only screen and (max-width: 479px){
.ftrbx1, .ftrbx2{width:100%;}
.ftrtxt1{margin:10px 0 0 0;}
.ftrlogo{margin:-15px 0 0 0;}
}

/*TERMS- PRIVACY*/

.prodBreadcrm {
	padding: 10px 0;
	text-align: left;
	float: left;
	width: 100%;
	background: #edf5f9;
	font-size: 14px;
}
.prodBreadcrm p, .prodBreadcrm a{
	color:#515151;
}

.tems_bg {
	float: left;
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #f1f1f1;
}
.trm-bx {
	background: #fff;
    width: 100%;
    float: left;
    text-align: left;
}
.trm-bx h1 {
	    line-height: 30px;
    /* color: #000000; */
    margin: 0;
    padding: 10px 20px 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border: 2px solid #02336d;
    border-style: solid;
    border-width: 2px;
}
.trm-bx h2 {
	line-height: 28px;
	text-align: left;
	font-size: 20px;
	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: disc;
}
.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 img{ display:block; margin-bottom:20px;}
.trm-bx span {
}
.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;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
	max-width:100%;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 10px;
    max-width: 630px;
    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;
}

.dsr-from{
	float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.bg-blue-50 {
	opacity: 1;
    background-color: rgb(249 246 244);
    border-width: 1px;
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #f49b51;
    margin: 15px 0;
}
.dsr-from .frm-fld {
	float: left;
	width: 49%;
	margin-top: 10px;
}
.dsr-from .frm-fld label{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	margin-bottom:10px;
}
.dsr-from .frm-input, select {
        float: left;
    width: 100%;
    background: #fff;
    height: 55px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000;
    font-family: inherit;
    outline: none;
    border: none;
    margin-bottom: 12px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #d2d2d2;
}
.dsr-from .wd-100{ width:100%;}
.dsr-from textarea {
    padding: 10px;
    min-height: 100px;
    max-width: 100%;
    min-width: 100%;
}
.dsr-from .upload {
    padding: 15px;
}
.trm-pg{
	float:left;
	width:100%;
	position:relative;
}
.trm-pg input[type=checkbox] {
    position: absolute;
    top: 4px;
    left: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    background: #f4f4f4;
    line-height: 14px;
}
.trm-pg label{ padding-left:20px;}
.rqst-btn{
	    display: inline-block;
    vertical-align: top;
    width: 100%;
    width: 350px;
    height: 65px;
    background: #02336d;
    font-size: 21px;
    line-height: 64px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    border-radius: 5px;
    margin-top: 25px;
    position: relative;
	border:none;
	cursor:pointer;
	margin-bottom:30px;
}
.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;
}

.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: #01244c;
    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: #ffb300;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #f00;
}

@media only screen and (max-width: 767px){
	.dsr-from .frm-fld{ width:100%;}
	.pop-innr{ width:100%;}
	.pop-up-left-txt{ font-size:14px;}
	.trm-bx h1{ font-size:20px; padding: 10px 10px 10px;}
	.trm-pg input[type=checkbox]{ top:1px;}
}
	
