@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
	}
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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.fl{float:left;}
.fr{float:right;}
.hide-desk{display:none;}

@font-face {
	font-family: 'Delecta';
	src: url('Delecta-Bold.woff2') format('woff2'),
		url('Delecta-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

/*******SECTION-1 CSS*******/
.sec1{
	float:left;
	width:100%;
	background:url(../images/sec1.jpg) center top no-repeat;
	}
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 65px;
	}
.top-sec{
	float:left;
	width:100%;
	padding:13px 0;
	margin-top:-65px;
	top:65px;
	position:relative;
	}
.logo{
	float:left;
	margin-top:3px;
	}
.fixed-nav .top-sec{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	background:#173A94;
	}
.menu-btn{
	float:right;
	margin: 0 0 0 10px;
	width:140px;
	height:36px;
	line-height:32px;
	color:#f0653c;
	font-size:14px;
	font-weight:bold;
	border-radius:10px;
	border:2px solid #f0653c;
	}
ul.menu-list{
	display:inline-block;
	margin-top:8px;
	}
ul.menu-list li{
	float:left;
	padding:0 10px;
	}
ul.menu-list li a{
	color:#fff;
	font-size:16px;
	line-height:20px;
	}
ul.menu-list li a.active{ color:#f0653c;}
ul.menu-list li:last-child{border-right:none;}
.s1-inr{
	float:left;
	width:100%;
	position:relative;
	padding:40px 0 70px;
	color:#fff;
	}
.s1-hdg{
	font-size:64px;
	line-height:72px;
	font-family: 'Delecta';
	font-weight:bold;	
	}
.s1-hdg2{
	font-size:64px;
	line-height:72px;
	font-family: 'Delecta';
	font-weight:bold;	
	height:72px;
	color:#00e4ff;
	margin-bottom:20px;
	}
span.typed-cursor{
	display:none;
	}	
.s1-txt{
	font-size:16px;
	line-height:24px;
	margin-bottom:30px;
	}
.comn-btn{
	display: inline-block;
    max-width: 300px;
    width: 100%;
	height:58px;
    text-align: center;
	background:#f0653c;
	overflow:hidden;
	border-radius:10px;
	position:relative;
	padding-right:43px;
	font-size:18px;
	line-height:58px;
	font-family: 'Delecta';
	font-weight:bold;
	color:#fff;
	letter-spacing:0.3px;
	border:none;
	outline:none;
	}
.comn-btn:after{
	content:'';
	width:43px;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	background:url(../images/btn-arw.png) center center no-repeat #df5931;
	}
.star-img{
	display:inline-block;
	vertical-align:top;
	}
.s1-tsti-sec{
	float:left;
	width:100%;
	margin-top:80px;
	}
.s1-tsti-tx1{
	font-size:14px;
	line-height:20px;
	color:#c4c4c4;
	margin-bottom:15px;
	}
.s1-tsti-tx2{
	font-size:14px;
	line-height:20px;
	}
.s1-tsti-tx2 span{color:#c4c4c4;}

/*BRAND STRIP*/
.brnd-strp{
	float:left;
	width:100%;
	border-bottom:1px solid #eee;
	padding:15px 0;
	}
.brnd-strp-tx{
	float:left;
	width:100%;
	background:url(../images/brnd-strp.png) center center no-repeat;
	font-size:16px;
	line-height:24px;
	color:#8c8c8c;
	margin-bottom:10px;
	}
.brnd-strp-tx span{
	display:inline-block;
	vertical-align:middle;
	background:#fff;
	padding:0 10px;
	}
ul.brnd-logos{
	display:flex;
	-webkit-display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	float:left;
	width:100%;
	position:relative;
	}
ul.brnd-logos li{outline:none;}


/*SECTION 2 CSS*/
.sec2{
	float:left;
	width:100%;
	padding:60px 0;
	}
.comn-hdg{
	color:#266ccd;
	font-size:36px;
	line-height:46px;
	font-family: 'Delecta';
	font-weight:bold;
	float:left;
	width:100%;
	color:#266ccd;
	margin-bottom:20px;
	}
.comn-txt{
	font-size:16px;
	line-height:26px;
	color:#585858;
	float:left;
	width:100%;
	margin-bottom:20px;
	}
.s2-inr{
	display:flex;
	-webkit-display:flex;
	float:left;
	width:100%;
	align-items:center;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	}
ul.s2-list{
	float:left;
	width:370px;
	}
ul.s2-list li{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	padding-left:70px;
	margin:20px 0;
	}
.s2-icn{
	position:absolute;
	left:0;
	top:0;
	}
ul.s2-list li h3{
	font-size:24px;
	line-height:28px;
	font-family: 'Delecta';
	font-weight:bold;
	margin-bottom:5px;
	float:left;
	width:100%;
	}
ul.s2-list li p{
	font-size:16px;
	line-height:26px;
	color:#585858;
	float:left;
	width:100%;
	}
.s2-vid{
	float:right;
	position:relative;
	max-width:690px;
	width:100%;
	padding:20px 0;
	}
.s2-vid-inr{
	max-width:484px;
	width:100%;
	display:inline-block;
	vertical-align:top;
	border-radius:15px;
	box-shadow:0px 12px 15px 1px rgba(237,241,245,0.9);
	overflow:hidden;
	position:relative;
	z-index:1;
	overflow:hidden;
	}
.vid-img{
	float:left;
	width:100%;
	}
.s2-dots-1{
	position:absolute;
	left:0;
	top:0;
	}
.s2-dots-2{
	position:absolute;
	right:0;
	bottom:0;
	}
.s2-line-1{
	position:absolute;
	left:15px;
	top:170px;
	}
.s2-line-2{
	position: absolute;
    right: -15px;
    top: 50px;
	}

/*SECTION 3 CSS*/
.sec3{
	float:left;
	width:100%;
	padding:60px 0 0;
	background:#091234;
	}
.sec3 .comn-hdg, .sec3 .comn-txt{color:#fff; padding:0 10px;}
.s3-inr{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	outline:none;
	padding-top:50px;
	padding:0 40px;
	}
.s3-inr-bx{
	float:left;
	width:100%;
	color:#fff;
	position:relative;
	outline:none;
	position:relative;
	text-align:left;
	padding:30px 8%;
	background:url(../images/s3-img-trans.jpg) center top repeat-x;
	}
.s3-inr-bx:after{
	content:'';
	background:url(../images/s3-lst-sepr.png) right top no-repeat;
	position:absolute;
	right:0;
	bottom:0;
	top:0;
	width:1px;
	outline:none;
	}
.s3-inr-bx:hover{
	background:url(../images/s3-img-trans-hvr.jpg) center top repeat-x; 
	}
.s3-inr-bx-img{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	opacity:0.2;
	}
.s3-inr-bx-img.img1{ background:url(../images/s3-img1.png) no-repeat center top; background-size:cover;}
.s3-inr-bx-img.img2{ background:url(../images/s3-img2.png) no-repeat center top; background-size:cover;}
.s3-inr-bx-img.img3{ background:url(../images/s3-img3.png) no-repeat center top; background-size:cover;}
.s3-inr-bx-img.img4{ background:url(../images/s3-img4.png) no-repeat center top; background-size:cover;}
.s3-icn{
	width:42px;
	margin-bottom:25px;
	position:relative;
	}
.s3-inr-bx-hd{
	font-size:24px;
	line-height:28px;
	font-family: 'Delecta';
	font-weight:bold;
	color:#fff;
	margin-bottom:20px;
	position:relative;
	letter-spacing:0.5px;
	}
.s3-inr-bx-tx{
	font-size:16px;
	line-height:26px;
	color:#dcdcdc;
	position:relative;
	}


/*SECTION 4 CSS*/
.sec4{
	float:left;
	width:100%;
	background:url(../images/sec4.jpg) center top no-repeat;
	padding:10px 0;
	}
.s4-inr{
	display:flex;
	-webkit-display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	float:left;
	width:100%;
	align-items:center;
	}
.s4-lft{
	float:left;
	max-width:470px;
	width:100%;
	text-align:left;
	}
.sec4 .comn-btn{margin-top:20px;}
.s4-img{max-width:100%;}


/*SECTION 5 CSS*/
.sec5{
	float:left;
	width:100%;
	padding:60px 0 0;
	}
.s5-inr{
	float:left;
	width:100%;
	padding-right:5px;
	margin-top:30px;
	}
.s5-lft{
	float:left;
	width:53%;
	}
.s5-rgt{
	float:right;
	width:45%;
	}
.s5-bx-content{
	padding:20px 25px 25px;
	float:left;
	width:100%;
	border-radius:12px;
	border:1px solid #f1f1f1;
	text-align:left;
	position:relative;
	margin-bottom:10px;
	overflow:hidden;
	clear:both;
	}	
.s5-bx-content .progressBar {
	width: 100%;
	height: 4px;
	background-color:transparent;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	}
.s5-bx-cont-hd{
	font-size:24px;
	line-height:28px;
	font-family: 'Delecta';
	font-weight:bold;
	color:#266ccd;
	letter-spacing:0.5px;
	}
.slick-current.slick-active .s5-bx-content{
	background:#082391;
	}
.slick-current.slick-active .s5-bx-content .s5-bx-cont-hd{color:#fff;}
.s5-bx-cont-txt{
	font-size:16px;
	line-height:26px;
	color:#d8d8d8;
	margin-top:12px;
	display:none;
	transition:all ease 0.5s;
	}
.slick-current.slick-active .s5-bx-content .s5-bx-cont-txt{
	display:block;
	transition:all ease 0.5s;
	}
.s5-bx-content .progressBar .inProgress {
	float:left;
	background-color: rgba(240, 101, 60, 1);
	width: 0%;
	height: 4px;
	}	
.s5-img{
	max-width:100%;
	}
.s5-mobile{display:none;}
/*SECTION 6 CSS*/
.sec6{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s6-inr{
	float:left;
	width:100%;
	}
.s6-inr-bx{
	width:50%;
	padding:30px 25px;
	text-align:left;
	margin-top:20px;
	}
.s6-inr-bx.fl{
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	border-radius:15px;
	}
.s6-img{
	max-width:100%;
	}
.s6-inr-bx.fl .s6-img{margin-bottom:-33px;}
.mst-pop{
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#4cc900;
	background:#f0fcea;
	padding:5px;
	border-radius:6px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:5px;
	}
.s6-sml-txt{
	color:#3da4d8;
	font-size:14px;
	line-height:20px;
	font-family: 'Delecta';
	font-weight:bold;
	float:left;
	width:100%;
	margin-bottom:5px;
	}
.s6-inr-hd{
	font-size:26px;
	line-height:32px;
	font-family: 'Delecta';
	font-weight:bold;
	float:left;
	width:100%;
	margin-bottom:15px;
	letter-spacing:0.2px;
	}
.s6-content{
	float:left;
	width:100%;
	min-height:307px;
	}
.s6-txt{
	font-size:16px;
	line-height:26px;
	float:left;
	width:100%;
	margin-bottom:12px;
	letter-spacing:0.2px;
	}
ul.s6-list{
	float:left;
	width:100%;
	margin-bottom:20px;
	}
ul.s6-list li{
	font-size:16px;
	line-height:26px;
	background:url(../images/s6-lst-tik.png) left 6px no-repeat;
	padding-left:25px;
	margin:3px 0;
	}

/*SECTION 7 CSS*/
.sec7{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f7f9ff;
	}
.faq-container {
	display: inline-block;
	width: 88%;
	text-align: left;
	padding: 10px 10px 10px 0;
	margin: 10px 0 0;
	}
.up-slide-dwn {
	float: left;
	width: 100%;
	margin-top: 10px;
	background:#f5f5f5;
	overflow:hidden;
	border:1px solid #ddd;
	border-radius:6px;
	}
.accordion {
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn.png)#fff no-repeat 98% center;
    padding: 20px 40px 20px 20px;
    font-size: 20px;
    line-height: 22px;
    color: #266ccd;
	font-family: 'Delecta';
    font-weight:bold;
    cursor: pointer;
    position: relative;
	border-radius:9px;
	}
.acdn-heading.accordion-open {
	background: url(../images/open-btn.png) #fff no-repeat 98% center;
	border: none;
	border-radius:0px;
	padding-top:15px;
	padding-bottom:5px;
	letter-spacing:0.5px;
	}
.acdn-content {
	float: left;
    width: 100%;
    padding: 0px 0 15px 0;
    background: #fff;
	}
.acdn-para{
	float: left;
    width: 100%;
    font-size: 16px;
    color: #1f1f1f;
    line-height: 22px;
	padding: 10px 30px 0 20px;
	font-weight:300;
	letter-spacing:0.3px;
	}


/*SECTION 2 CSS*/
.sec8{
	float:left;
	width:100%;
	background:url(../images/sec8.jpg) center top no-repeat;
	padding:60px 0;
	}
.sec8 .comn-hdg{color:#fff;}
ul.s8-list{
	float:left;
	width:100%;
	padding:0 120px;
	}
ul.s8-list li{
	width:50%;
	float:left;
	color:#fff;
	position:relative;
	padding:5px 15px;
	}
ul.s8-list li h3{
	font-size:24px;
	line-height:28px;
	font-family: 'Delecta';
	font-weight:bold;
	margin-bottom:12px;
	}
ul.s8-list li p{
	font-size:20px;
	line-height:24px;
	color:#6fcfff;
	}
ul.s8-list li p a{color:#6fcfff;}
.s8-scl-icn img{width:33px;}
ul.s8-list li:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:1px;
	border-right:1px solid #5064b4;
	}
ul.s8-list li:last-child:after{
	display:none;
	}
.s8-inr{
	background:#fff;
	float:left;
	width:100%;
	overflow:hidden;
	border-radius:20px;
	margin-top:20px;
	display:flex;
	-webkit-display:flex;
	}
.frm-bg{
	float:left;
	width:50%;
	background:#266ccd;
	padding:25px 40px 30px;
	text-align:left;
	}
.frm-hd{
	font-size:30px;
	line-height:34px;
	font-family: 'Delecta';
	font-weight:bold;
	color:#fff;	
	float:left;
	width:100%;
	margin-bottom:15px;
	letter-spacing:0.4px;
	}
.inp-fld, textarea.inp-fld{
	float:left;
	width:100%;
	resize:none;
	height:52px;
	padding:0 15px;
	border-radius:6px;
	background:#fff;
	border:none;
	color:#555;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	margin:5px 0;
	outline:none;
	}
textarea.inp-fld{
	padding:15px;
	height:120px;
	}
.frm-btn{
	width:220px;
	margin-top:15px;
	cursor:pointer;
	}
.s8-inr-rgt{
	float:right;
	width:50%;
	position:relative;
	}
.cal-img{
	padding:30px;
	position:absolute;
	left:50%;
	top:50%;
	width:100%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	}
.cal-img img{max-width:100%;}

/*FOOTER CSS*/
.footer{
	float:left;
	width:100%;
	}
.ftr-top{
	float:left;
	width:100%;
	padding:30px 0 50px;
	}
.ftr-txt{
	float:left;
	width:100%;
	}
.ftr-txt, .ftr-txt a{
	font-size:16px;
	line-height:20px;
	color:#909090;
	}
.ftr-lnks a{
	margin:0 20px;
	}
.ftr-btm{
	float:left;
	width:100%;
	padding:30px 0;
	background:#ededed;
	}
.ftr-img{
	display:block;
	margin:-55px auto 15px;
	}


/***********MEDIA START*********/

@media only screen and (max-width:1180px){
.container{width:1000px;}
.s2-line-2{right:0;}
.s6-content{min-height:360px;}
ul.s8-list{padding:0;}
}


@media only screen and (max-width:1010px){
.container{width:750px;}

.hide-tab{display:none;}

.logo{width:170px;}
ul.menu-list li{padding:0 7px;}
ul.menu-list li a{font-size:15px;}

.sec1{background-size:cover;}
.s1-inr{padding:20px 0 40px;}
.s1-hdg{font-size:48px; line-height:56px;}
.s1-hdg2{font-size:48px; line-height:56px; height:56px;}
.s1-tsti-sec{margin-top:20px;}

ul.brnd-logos{flex-wrap:wrap; justify-content:center;}
ul.brnd-logos li{margin:3px 10px;}

.sec2{padding:40px 0;}
.s2-icn{width:45px;}
ul.s2-list li{padding-left:55px; margin:8px 0;}
ul.s2-list li h3{font-size:20px; line-height:24px; margin-bottom:3px;}
.s2-vid{max-width:370px; padding:25px 0;}
.s2-line-1, .s2-line-2{display:none;}

.sec3{padding:40px 0 0;}
.s3-inr-bx-hd{font-size:20px; line-height:24px; margin-bottom:15px;}

.sec4{padding:40px 0;}
.s4-img{max-width:360px;}

.sec5{padding:40px 0 0;}
.s5-inr{display:none;}
.s5-bx-cont-txt{ display:block;}
.s5-bx-content{padding:0;}
.s5-mobile{float:left; width:100%; display:block; margin-top:5px;}
.s5-acdn{float:left; width:100%; padding:15px; display:none;}
.s5-bx-cont-hd{padding:15px 40px 20px 15px; background:#082391; font-size:28px; color:#fff; position:relative;}
.s5-bx-cont-hd span{position:absolute; right:20px; top:50%; margin-top:-15px;}
.s5-bx-cont-hd.active span{ transform:rotate(180deg);}
.s5-img{float:right; width:40%;}
.s5-bx-cont-txt{color:#585858; font-size:18px; line-height:28px; margin-top:0;}

.sec6{padding:40px 0;}
.s6-inr-bx{padding:15px 20px;}
.s6-inr-hd{font-size:20px; line-height:24px; margin-bottom:10px;}
.s6-content{min-height:412px;}

.sec7{padding:40px 0;}

.sec8{padding:40px 0;}
.frm-bg{padding:25px;}
.frm-hd{font-size:24px; line-height:30px;}
.inp-fld, textarea.inp-fld{height:40px;}
textarea.inp-fld{height:90px;}
ul.s8-list li h3{font-size:20px; line-height:24px; margin-bottom:8px;}
ul.s8-list li p{font-size:18px; line-height:22px;}
.cal-img{padding:10px;}
}

@media only screen and (max-width:767px){
.hide-mob{display:none;}
.hide-desk{display:block;}
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}

/*******SECTION-1 CSS*******/
.top-fix-bar{margin-bottom:48px;}
.top-sec{padding:11px 0; margin-top:-48px; top:48px;}
.logo{margin-top:0px;}
.mobilemenu{top:87px;}
.mobilemenu.top{top:50px;}
.mob-mnu-ic{
	cursor: pointer;
	position:absolute;
	right: 10px;
	top: 2px;
	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:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #fff;
	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(-7px, 6px);
	transform: rotate(-45deg) translate(-7px, 6px);
	background:#fff;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -7px);
	transform: rotate(45deg) translate(-8px, -7px);
	background:#fff;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:53px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #CCC;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}

ul.menu-list.hide-mob{display:none;}

.s1-inr{padding:20px 0 25px; letter-spacing:0.5px;}
.s1-hdg{font-size:30px; line-height:38px;}
.s1-hdg2{font-size:28px; line-height:38px; height:40px; margin-bottom:12px; width:100%;}
.s1-txt{margin-bottom:25px;}
.s1-tsti-tx1{margin-bottom:8px;}

.brnd-strp {padding-bottom: 5px;}
ul.brnd-logos li{margin:5px 3px; width:30%;}
ul.brnd-logos li:last-child{display:none;}
ul.brnd-logos li img{width:100%;}

.sec2{padding:25px 0;}
.s2-inr{flex-direction: column-reverse;}
.s2-vid{padding:32px 0; margin-bottom:10px;}

.comn-hdg{font-size:26px; line-height:30px; letter-spacing:0.3px; margin-bottom:15px;}
.comn-txt{letter-spacing:0.2px; margin-bottom:15px;}

.sec3{padding:25px 0 0;}
.s3-inr{padding:20px 0 0 0; width:calc(100% + 20px); margin-left:-10px;}
.s3-inr-bx{padding:0px 45px 60px; text-align:center;}
.s3-icn{margin:5px auto 15px;}
.s3-inr-bx-tx{ line-height:24px;}

.sec4{padding:25px 0;}
.s4-inr{flex-wrap:wrap;}
.s4-lft{width:100%; text-align:center;}
.s4-img{margin:0 auto 20px; max-width:100%; width:340px;}
.sec4 .comn-btn{margin-top:5px;}

.sec5{padding:20px 0 15px;}
.s5-bx-cont-hd{font-size:20px; line-height:24px;}
.s5-bx-cont-hd span{right:15px; margin-top:-12px;}
.s5-bx-cont-hd span img{width:25px;}
.s5-img{float:none; display:block; margin:0 auto; width:auto; max-width:100%;}
.s5-bx-cont-txt{font-size:16px; line-height:22px;}

.sec6{padding:20px 0;}
.s6-inr-bx{width:100%;}
.s6-inr-bx.fr{margin-top:5px;}
.s6-content{min-height:auto;}

.sec7{padding:25px 0 30px;}
.faq-container{width:100%; padding:0;}
.accordion{background-position:96% center;}
.acdn-heading.accordion-open{background-position:96% center;}

.sec8{background-size:cover; padding:25px 0;}
ul.s8-list li{width:100%; text-align:left; margin-bottom:8px;}
ul.s8-list li:after{display:none;}
.s8-inr{border-radius:6px; margin-top:10px; flex-wrap: wrap; flex-direction: column-reverse;}
.frm-bg, .s8-inr-rgt{width:100%; padding:25px 15px;}
.cal-img{position:static; transform:none; -webkit-transform:none;}

.ftr-top{padding:20px 0 40px;}
.ftr-btm{padding:20px 0;}
.ftr-txt, .ftr-txt a{font-size:14px;}
.ftr-lnks a{margin:0 5px;}
.ftr-img{width:55px; margin:-42px auto 10px;}
}

