@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{
	font-weight:bold;
	font-size:48px;
	line-height:52px;
	color:#142d5a;
	text-align:center;
}
.bdhding span{color:#23aaff;}
.bdfont{
	font-size:18px;
	line-height:28px;
}
@media only screen and (max-width: 1179px){
.container{ max-width:1004px; width:100%; }
}
@media only screen and (max-width: 1013px){
.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;	
}
}
@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: 6px 0 0 0;
    max-width: 270px;
}
.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:#00ae6e;}
@media only screen and (max-width: 1179px){
ul.nav li a{padding:0 12px;}
}
@media only screen and (max-width: 1013px){
.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:260px;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:57.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:46px;
	line-height:53px;
	color:#142d5a;
	text-align:left;
	letter-spacing:-1px;
	padding:9px 0 0 0;
}
h1 span{color:#23aaff;}
.bnrbx{
	height:43px;
	background:url(../images/bnrbxbg.png) left top no-repeat;
	margin:10px 0 0 0;
}
ul.bnrbx-list{padding:0 0 0 28px;}
ul.bnrbx-list li{
	float:left;
	display:inline-block;
	font-weight:600;
	font-size:20px;
	line-height:43px;
	color:#fff;
	text-align:left;
	margin:0 10px 0 0;
}
ul.bnrbx-list li img{margin:11px auto 0 auto;display:block;}
.bnrtxt2{
	margin:16px 0 0 0;
	background:url(../images/bnrtxt-icon.png) left top no-repeat;
	padding:0 0 18px 44px;
	font-size:18px;
	line-height:28px;
	text-align:left;
	border-bottom:1px solid #ebebeb;
}
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;
}
.bnrprd{
	    position: absolute;
    right: 0;
    top: 72px;
    max-width: 540px;
}
/*--------------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--------------------*/
.icon-strip{padding:14px 0;background:#f8fafe;}
.istrip-hding{
	font-weight:600;
	font-size:26px;
	line-height:30px;
	color:#002059;
	text-align:center;
}
ul.istrip-list{    
	text-align: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
}
ul.istrip-list li{
	font-size: 18px;
    float: left;
}
ul.istrip-list li img{
	display:block;
	 margin:0 auto 10px;
	}
ul.istrip-list li:last-child{margin:0 0 0 0;}
@media only screen and (max-width: 1179px){
.banner{height:635px;}
.bnrlft{width:60%;}
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 {}
}
@media only screen and (max-width: 1013px){
.banner{height:auto;padding:25px 0;}
.bnrlft, .bnrrgt{width:100%; margin-top: 0px;}
.bnrrgt{margin-top:20px;}
.bnrprd {
        right: 0;
    top: 180px;
    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:60%;}
}
@media only screen and (max-width: 767px){
.banner{background:url(../images/bnr-mob-ind2.jpg) right top no-repeat;}
.bnrprd{display:none;}
.bnrprd-mob{margin:15px auto 0 auto;width:340px;}
.bnrtxt1, h1{text-align:center; font-size: 20px;}	
h1 {
    font-size: 40px;
    line-height: 44px;
	padding: 3px 0 0 0;
}	
.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:20px;
	line-height:24px;
	text-align:center;
	margin:0 10px 0 10px;
}	
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;}
}
@media only screen and (max-width: 479px){
h1 {
    font-size: 24px;
    line-height: 34px;
}
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;
}
ul.bnrbx-list li {
    font-size: 18px;
    line-height: 22px;
    margin: 0 5px 0 5px;
	vertical-align: top;
}
.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;
}
h1 {
    font-size: 29px;
    line-height: 33px;
}
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: 65px 0 70px 0; text-align: center;}
.s1img{float:left;margin:40px 0 0 0;}
.s1txtarea{
	width: 61%;
    float: right;
    margin: 44px 0% 0 0;
    text-align: left;
}
ul.s1list{padding:10px 0 0 0;}
ul.s1list li{
	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{
	font-weight:bold;
	font-size:22px;
	line-height:28px;
	text-align:left;
}
.s1ltxt{padding:2px 0 0 0;}
@media only screen and (max-width: 1179px){
.s1txtarea{margin:44px 0 0 0; width: 56%;}
}
@media only screen and (max-width: 1013px){
.s1img{width:330px;}
ul.s1list li {padding: 13px 0 13px 50px;}
.s1lnum {font-size: 30px;}
}
@media only screen and (max-width: 767px){
.sec1{padding:35px 0 22px 0;}
.s1img{
	float:none;
	margin:25px auto 0 auto;
	display:block;
	width:300px;
}
.s1txtarea{width:100%;margin:24px 0 0 0;}
.s1lhding{
	font-size:22px;
	line-height:26px;
}
}
/*=====================section2======================*/
.sec2{padding:65px 0 70px 0;background:#f5fbff; text-align: center;}
.s2txt{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:24px;
	line-height:30px;
	color:#142d5a;
	text-align:left;
	margin:20px 27px 0 27px;
}
.s2ltxt{margin:15px 27px 0 27px; text-align: left;}
@media only screen and (max-width: 1179px){
.s2lnum{margin:-68px 27px 0 27px;}
.s2ltxt{margin: 15px 20px 0 27px;}
}
@media only screen and (max-width: 1013px){
.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;}
}
@media only screen and (max-width: 767px){
.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;}
.s3sldr{}
.brandbx{
	display:block;
	width:92%;	
	margin:50px auto 0 auto;
	border-radius:15px;
	background:#fff;
	padding:20px 15px 25px 15px;
	border:1px solid #dce6ec;
}
.prod-box{ 
	    float: left;
    width: 100%;
    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: 110px;}
p.prod-sub-hed {
       float: left;
    width: 100%;
    text-align: left;
    font-size: 22px;
    /* 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: 24px;
	line-height: 32px;
	color: #142d5a;
	text-align: center;
	padding: 0px 0 0 0;
}
.bnrandbx-txt{
	padding: 16px 0 0 0;
	text-align: center;
	color: #000;
}
.bnrandbx-txt2{
	font-size: 36px;
	line-height: 60px;
	color: #142d5a;
	text-align: center;
	padding: 5px 0 0 0;
}
@media only screen and (max-width: 1179px){
.bnrandbx-hding {
    font-size: 22px;
    line-height: 32px;
}
.mainprd-sec1 .brandbx{padding: 20px 10px 25px 10px;}
}
@media only screen and (max-width: 1013px){
.bnrandbx-hding{
	font-size:20px;
	line-height:25px;
}
.brandbx{
	width:94%;
	padding:15px 5px 15px 5px;
}
.mainprd-sec1 .brandbx{width: 32%;}
}
@media only screen and (max-width: 767px){
.sec3{padding:35px 0 40px 0;}
.brandbx{
	width:300px;	
	margin:30px auto 0 auto;
}
.bnrandbx-txt {padding: 10px 0 0 0;}
.bnrandbx-txt2 {
}
.mainprd-sec1 .brandbx { width: 49%;}
p.prod-sub-hed:after{ width:100%;}
}
@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:#f5fbff; 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: 1013px){
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: 1013px){
.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;
	top:
}
.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:40px 0;}
ul.ftrlist{text-align:center;}
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;}
.ftrtxt{
	font-size:18px;
	line-height:16px;
	color:#343434;
	text-align:center;
	padding:15px 0 0 0;
}
@media only screen and (max-width: 767px){
footer{padding:0 0 25px 0;}
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;
}
@media only screen and (max-width: 1179px){
.thnkbx{width:94%;}
.thnkbx-hding{
	font-size:38px;
	line-height:42px;
}
.thnkbx-txt {padding: 15px 0 0 0;}
}
@media only screen and (max-width: 1013px){
.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;
}
}



