@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter', sans-serif;
	font-weight:400;
	letter-spacing:0.5px;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

.fl{ float:left;}
.fr{ float:right;}

.showTab, .showMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}

/*=====MAIN CSS START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*====Top-Fix-Bar====*/
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:75px;
	}
.header{
	float:left;
	width:100%;
	height:75px;
	margin-top:-75px;
	top:75px;
	position:relative;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	background:rgba(43,44,46,1);
	}				
.logo{
	float:left;
	margin-top:12px;
	}
ul.topMenu{
	display:inline-block;
	vertical-align:middle;
	margin:25px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:4px 20px;
	position:relative;
	}
ul.topMenu li a{
	color:#fff;
	font-size:16px;
	line-height:16px;
	font-weight:500;
	letter-spacing:0;
	}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#00bb29;}
a.nav-btn{
    float: right;
	width:190px;
	height:48px;
	background:#00bb29;
    color: #fff;
    font-size:16px;
    text-align: center;
    line-height:47px;
	border-radius:5px;
	margin-top:14px;
	font-weight:bold;
	letter-spacing:0;
	}
/*====MobileMenuCss====*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:15px;
    top:30px;
	z-index:16;
	height:20px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width:25px;
	height:3px;
	background-color: #fff;
	transition: 0.4s;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	}
.bar2{margin:4px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background:#fff;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
	background:#fff;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:75px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:75px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:12px 20px;
	font-size:15px;
	color:#000;
	font-weight:500;
	}	
.mobilemenu li a:hover{color:#000;}

/*====Banner====*/
.banner{
	float:left;
	width:100%;
	padding:0 0 92px;
	background:url(../images/banner.jpg) no-repeat center top #2b2c2e;
	}
.banner-left{
	float:left;
	width:66%;
	padding:40px 0 0;
	text-align:left;
	position:relative;
	}
.banner-heading{
	float:left;
	width:100%;
	font-size:72px;
	line-height:78px;
	color:#ffffff;
	font-weight:bold;
	}
.banner-heading span{ color:#e8252d;}
.common-text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	font-weight:normal;
	color:#202224;
	margin-top:30px;
	}
.banner-left .common-text{ color:#fff;}
.btnBox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:395px;
	margin-top:40px;
	}
.banner-left .btnBox{ margin-top:40px;}
a.commonBtn{
	float: left;
    width: 100%;
	height:70px;
    background:#0cc34d;
    font-size:22px;
    line-height:70px;
    color:#fff;
    font-weight:700;
    overflow: hidden;
	text-align:center;
	border-radius:9px;
	-webkit-appearance:none;
	letter-spacing:0;
	}
.btn-arrw{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 15px;
	}
.lead-genrt{
	position:absolute;
	right:5%;
	top:84%;
	width:300px;
	}
.lead-gnrt-ico{
	display:inline-block;
	vertical-align:middle;
	}
.lead-gnrt-text{
	display:inline-block;
	vertical-align:middle;
	margin-left:8px;
	font-size:16px;
	line-height:22px;
	color:#fff;
	font-weight:600;
	}
.lead-gnrt-text span{ color:#e8252d;}

/*====bannerBtm====*/
.bannerBtm{
	float:left;
	width:100%;
	padding:0 0 55px;
	background:url(../images/banner-btm-bg.jpg) no-repeat center top #fbfbfb;
	}
.bannerBtm-left{
	float:left;
	width:25.5%;
	}
ul.banner-btm-list{
	float:left;
	width:100%;
	margin-top:25px;
	}
ul.banner-btm-list li{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	padding:8px 0 8px 45px;
	margin-top:10px;
	}
ul.banner-btm-list li img{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	}
ul.banner-btm-list li p{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#202224;
	font-weight:500;
	}
.bannerBtm-right{
	float:right;
	width:73%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.bnr-btm-col{
	float:left;
	width:31.5%;
	margin-top:-40px;
	}
.bnr-btm-rgt-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:10px;
	}
/*====AsSeen====*/
.asseen-strip{
	float:left;
	width:100%;
	padding:35px 0;
	border-bottom:1px solid #d5d5d5;
	}
.asseen-text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:500;
	}
ul.asSeenList{
	float:right;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
ul.asSeenList li{
	float:left;
	width:16.66%;
	text-align:center;
	margin-top:30px;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	}
ul.asSeenList li img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
/*====Section1====*/
.section1{
	float:left;
	width:100%;
	padding:60px 0;
	}
.sec1-row{
	float:left;
	width:100%;
	}
.s1-left{
	float:left;
	width:47%;
	text-align:left;
	}
.common-subHead{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#202224;
	font-weight:800;
	letter-spacing:0;
	text-transform:uppercase;
	}
.common-heading{
	float:left;
	width:100%;
	font-size:60px;
	line-height:66px;
	color:#202224;
	font-weight:800;
	margin-top:15px;
	letter-spacing:0.5px;
	}
.common-heading span{ color:#ed1b24;}
.s1-left .btnBox{ margin-top:50px;}
.s1-right{
	float:right;
	width:42%;
	text-align:left;
	}
.s1-right-row{
	float:left;
	width:100%;
	margin-top:25px;
	border-bottom:1px solid #d7d7d7;
	padding:0 30px 25px 0;
	}
.s1-right-row:last-child{ padding-bottom:0; border-bottom:none;}
.s1-rgt-head{
	float:left;
	width:100%;
	position:relative;
	padding-left:55px;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	}
.s1-right-ico{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	}
.s1-right-text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#202224;
	margin-top:15px;
	letter-spacing:0.3px;
	}
.s1-mid{
	float:left;
	width:100%;
	margin-top:70px;
	}
.s1-couple-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:25px;
	}
.s1-mid-inner{
	float:left;
	width:100%;
	padding:0 90px;
	}
ul.s1-inner-list{
	float:left;
	width:100%;
	margin-top:35px;
	}
ul.s1-inner-list li{
	float:left;
	width:33.33%;
	text-align:center;
	position:relative;
	}
ul.s1-inner-list li span{
	float:left;
	width:100%;
	font-size:50px;
	line-height:52px;
	color:#000000;
	font-weight:bold;
	}
ul.s1-inner-list li span img{
	display:inline-block;
	vertical-align:top;
	margin:-3px 0 0 0;
	}
ul.s1-inner-list li p{ margin-top:10px;}

/*====ScorallStrip====*/
.scrollStrip {
	width:100%;
	height:60px;
	overflow: hidden;
	background:#202224;
	position: relative;
	}
.scrollStrip .item-wrap {
	transform: translateX(0px);
	width: 400%;
	position: relative;
	white-space: nowrap;
	display: flex;
	}
.item {
	display:inline-block;
	vertical-align:middle;
	background: #202224;
	padding:20px 20px 18px;
	font-size:15px;
	line-height:20px;
	font-weight:400;
	color:#ffffff;
	text-transform:uppercase;
	}
/*====Section2====*/
.section2{
	float:left;
	width:100%;
	padding:85px 0;
	background:url(../images/s2-bgr.jpg) no-repeat center top #fbfbfb;
	}
.s2-top-box{
	float:left;
	width:100%;
	}
.s2-top-left{
	float:left;
	width:50%;
	text-align:left;
	}
.s2-top-right{
	float:right;
	width:49%;
	padding:30px 95px 0 0;
	text-align:left;
	}
.s2-mid{
	float:left;
	width:100%;
	padding:0 90px 0 175px;
	margin-top:35px;
	}
.s2-mid-row{
	float:left;
	width:100%;
	padding:0 0 45px;
	margin-top:45px;
	border-bottom:1px solid #e1e1e1;
	text-align:left;
	}
.s2-mid-row:last-child{ border-bottom:none; padding-bottom:0;}
.s2-row-left{
	float:left;
	width:49%;
	text-align:left;
	position:relative;
	padding:15px 0 15px 100px;
	}
.s2-ico{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	}
.s2-row-left p{
	float:left;
	width:100%;
	font-size:26px;
	line-height:32px;
	color:#202224;
	font-weight:500;
	}
.s2-row-right{
	float:right;
	width:51%;
	}
.s2-row-right p{ margin-top:0;}

/*====Section3====*/
.section3{
	float:left;
	width:100%;
	overflow:hidden;
	}
.sec3-left{
	float:left;
	width:50%;
	position:relative;
	text-align:left;
	padding:76px 70px 76px 0;
	}
.sec3-left:before{
	position:absolute;
	content:"";
	left:-2200px;
	top:0;
	bottom:0;
	height:auto;
	background:url(../images/s3-banner-left.jpg) no-repeat center right #202224;
	right:0;
	}
.sec3-right{
	float:right;
	width:50%;
	position:relative;
	text-align:left;
	padding:76px 0 76px 70px;
	}
.sec3-right:after{
	position:absolute;
	content:"";
	right:-2200px;
	top:0;
	bottom:0;
	height:auto;
	background:url(../images/s3-banner-right.jpg) no-repeat center left #d7333a;
	left:0;
	}
.s3-inner{
	float:left;
	width:100%;
	position:relative;
	z-index:1;
	}
ul.sec3-point{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.sec3-point li{
	float:left;
	width:100%;
	text-align:left;
	padding-left:35px;
	background:url(../images/s3-point-tik.png) no-repeat left 4px;
	margin-top:12px;
	}
ul.sec3-point li p{ margin-top:0; color:#fff;}
.s3-inner .btnBox{ max-width:370px;}

/*====Section4====*/
.section4{
	float:left;
	width:100%;
	padding:80px 0;
	background:#fff;
	}
.sec4-mid{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin:10px 0 15px;
	}
.s4-mid-col{
	float:left;
	width:31.5%;
	margin-top:35px;
	box-shadow: 0 5px 9px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 9px 2px rgba(0,0,0,0.1);
	background:#fff;
	padding:30px 30px 35px 30px;
	position:relative;
	overflow:hidden;
	text-align:left;
	border-radius:10px;
	}
.s4-col-icn{
	position:absolute;
	right:-30px;
	top:-10px;
	}
.s4-icn1{}
.s4-icn2{}
.s4-icn3{right:-35px; top:-5px;}
.s4-icn4{right:-10px;top:0;}
.s4-icn5{right:-20px;top:-10px;}
.s4-icn6{right:-20px;top:0;}
	
.s4-mid-col span{
	float:left;
	width:80%;
	font-size:24px;
	line-height:30px;
	color:#131a2a;
	font-weight:500;
	position:relative;
	z-index:1;
	}
.s4-mid-col p{
	float:left;
	width:100%;
	margin-top:40px;
	letter-spacing:0.3px;
	position:relative;
	z-index:1;
	}
/*====Section5====*/
.section5{
	float:left;
	width:100%;
	padding:80px 0;
	background:#fbfbfb;
	}
.sec5-mid{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.s5-col{
	float:left;
	width:31.5%;
	margin-top:40px;
	text-align:center;
	}
.s5-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:12px;
	box-shadow:0 0 5px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,0.1);
	}
.s5-col p{
	margin-top:25px;
	color:#000;
	}

/*====CSS For Footerlink====*/
.ftr-links-sec {
    float: left;
    width: 100%;
    background: #212224;
	}
.ftr-links-inr{
	float: left;
    width: 100%;
	text-align:left;
	padding:60px 0 55px;
	}
.ftr-links-col{
	float:left;
	width:34%;
	padding-right:45px;
	}
.ftr-links-col-2{
	width:23%;
	padding-right:0;
	}
.ftr-links-col-3{
	width:18%;
	padding:0;
	}
.ftr-links-col-4{
	width:24%;
	}
.ftr-log{
	max-width:100%;
	}
.ftr-log-tx{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	margin-top:30px;
	color:#fff;
	letter-spacing:0;
	}
.ftr-links-hd {
	float: left;
    width: 100%;
    font-size:20px;
    line-height: 26px;
    color: #ffffff;
    font-weight:bold;
	margin-top:20px;
	}
.ftr-links-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
.ftr-links-list li{
	float:left;
	width:100%;
	margin:15px 0 0;
	font-size:17px;
	line-height:25px;
	color:#fff;
	text-align:left;
	letter-spacing:0.3px;
	}
.ftr-links-list li a{color:#fff;}
.ftr-links-col-4 .ftr-links-list li{
	padding-left:40px;
	position:relative;
	margin-top:12px;
	}
.ftr-links-col-4 .ftr-links-list li a{
	word-break:break-all;
	}
.ftr-links-col-4 .ftr-links-list li img{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	}
.footer2{
	float:left;
	width:100%;
	padding:30px 0;
	border-top:1px solid #373739;
	}
.ftr-tx{
	font-size:16px;
	line-height:24px;
	float:left;
	margin:25px 0 0;
	color:#fff;
	}
.ftr-tx a{color:#fff; padding:0 10px;}	
.footer-txt{
	float:right;
	width:34%;
	text-align:left;
	font-size:14px;
	line-height:22px;
	color:#fff;
	letter-spacing:0;
	margin-top:0;
	}
ul.scl-list{
	display:inline-block;
	vertical-align:middle;
	margin:25px 0 0;
	text-align:left;
	}
ul.scl-list li{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px 0;
	width:30px;
	height:30px;
	border-radius:50%;
	background:#cad3de;
	transition: all 0.2s ease;
	}
ul.scl-list li:hover{ background:#ed1b24;transition: all 0.2s ease;}
ul.scl-list li a img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}

.white{ color:#fff;}


.taddaY{
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda {
	0% {transform:translateY(0px)}
	50% {transform: translateY(10px);}
	100% {transform: translateY(0px);}
	}

/*-----------------------
		Pulse
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
	0% {transform: scale(0.9);}
	50% {transform: scale(1);}
	100% {transform: scale(0.9);}
	}

@-webkit-keyframes pulse {
	0% {-webkit-transform: scale(0.95);}
	50% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.95);}
	}	

/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner-heading{ font-size:60px; line-height:66px;}
.common-text{ font-size:17px; line-height:25px;}
.lead-genrt{ top:82%; right:-12%;}

.s1-left{ width:49%;}
.common-heading{ font-size:52px; line-height:58px;}
.s1-right{ width:45%;}
ul.s1-inner-list li span{ font-size:48px; line-height:54px;}

.s2-top-right{ padding:10px 75px 0 0;}
.s2-mid{ padding:0 85px 0 110px;}
.s2-row-right{ width:50%;}

.ftr-links-list li{ font-size:16px; line-height:24px;}
.ftr-links-col-1{ width:33%;padding-right:35px;}
.ftr-links-col-2{ width:21%; padding-right:10px;}
.ftr-links-col-3{ width:18%;}
.ftr-links-col-4{ width:28%;}
.ftr-links-col-4 .ftr-links-list li{ padding-left:35px;}
.footer-txt{ width:38%;}


}


@media only screen and (max-width:1023px){
.container{width:750px;}

.showDesk{display: none;}
.showTab{display: block;}

ul.topMenu{ margin:27px 0 0;}
ul.topMenu li{ padding:4px 11px;}
ul.topMenu li a{ font-size:14px; line-height:14px;}
a.nav-btn{ width:165px; font-size:14px; line-height:42px; height:42px; margin-top:17px;}

.banner-left{ width:62%;}
.banner-heading{ font-size:40px; line-height:46px;}
.common-text{ font-size:16px; line-height:24px;}
.banner-left .common-text{ width:90%;}
.btnBox{ max-width:375px;}
a.commonBtn{ height:62px; line-height:62px; font-size:21px;}
.banner-seal{ width:100px; top:75%; right:-60%;}
.lead-genrt{ top:84%; right:-32%; width:210px;}
.lead-gnrt-ico{ width:65px;}
.lead-gnrt-text{ font-size:14px; line-height:20px;}
.bannerBtm-right{ width:68%;}
.bannerBtm-left{ width:28%;}
ul.banner-btm-list{ margin-top:15px;}
ul.banner-btm-list li p{ font-size:16px; line-height:24px;}

ul.asSeenList li img{ max-width:85%;}

.common-subHead{ font-size:17px; line-height:25px;}
.common-heading{ font-size:40px; line-height:46px;}
.s1-rgt-head{ font-size:18px; line-height:24px;}
.s1-right-text{ font-size:15px; line-height:20px;}
.s1-mid-inner{ padding:0 30px;}
ul.s1-inner-list li span{ font-size:36px; line-height:40px;}
ul.s1-inner-list li span img{ margin:-2px 0 0 0;}
ul.s1-inner-list li p{ padding:0 40px;}

.s2-top-right{ width:50%; padding:0;}
.s2-top-right .common-text{ margin-top:0;}
.s2-mid{ padding:0 0 0 60px;}
.s2-mid-row{ padding:0 0 25px; margin-top:25px;}
.s2-row-left{ padding:15px 0 15px 65px; width:46%;}
.s2-row-left p{ font-size:21px; line-height:27px;}
.s2-ico{ width:48px;}
.s2-row-right{ width:54%;}

.sec3-left{ padding:50px 40px 65px 0;}
.sec3-right{ padding:50px 0 65px 40px;}

.s4-mid-col{ padding:20px 20px 25px 20px;}
.s4-col-icn{ width:100px;}
.s4-mid-col span{ font-size:21px; line-height:26px;}

.ftr-links-col-1{ width:100%; padding-right:300px;}
.ftr-links-col-2{ width:30%;}
.ftr-links-col-3{width:30%;}
.ftr-links-col-4{width:40%;}
.ftr-links-list{ margin-top:10px;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}

.top-fix-bar{margin-bottom:55px;}
.header{height:55px; margin-top: -55px; top: 55px; padding: 5px 0;}
.logo{ width:120px; margin-top:4px;}
.mob-mnu-ic{top:15px; right:15px;}
.mobilemenu{ top:55px;}
.mobimenu-top{ top:55px;}

.banner{ padding:0 0 30px; background-size:cover;}
.banner-left{ width:100%; padding:20px 0 0; text-align:center;}
.banner-heading{ font-size:30px; line-height:36px;}
.banner-left .common-text{ width:100%; margin-top:15px;}
.mobContent{ float:left; width:100%; position:relative;}
.banner-seal{ width:120px; padding:10px; background:#353537; position:static; display:inline-block; vertical-align:middle; border-radius:50%; margin:25px auto -50px;}
.banner-left .btnBox{ margin-top:25px;}
.bannerBtm{ padding:25px 0 30px; background-size:cover;}
.bannerBtm-left{ width:100%;}
.bannerBtm-right{ width:100%; margin:25px 0 0;}
.bnr-btm-col{ margin-top:0;}
.bannerBtmblock{
	float:left;
	width:calc(100% + 30px);
	margin-left:-15px;
	}
.bnr-btmBox{
	display: inline-block;
    vertical-align: middle;
    width: 300px !important;
	position:relative;
	margin:0 5px 5px;
	}
.bnr-btm-slide-img{
	max-width: 100%;
	display:block;
	border-radius:10px;
	}
.bnr-btm-box-content{
	position: absolute;
    left: 0;
    right: 0;
    bottom:25px;
    width: 100%;
	text-align:left;
    padding: 0 30px;
	}
.clikdiv{
	float:left;
	width:100%;
	padding:6px 0 6px 45px;
	position:relative;
	}
.bnr-btm-ico-m{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	}
.clikdiv p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#fff;
	text-shadow:3px 3px 3px rgba(0,0,0,0.4);
	}


.lead-genrt{ position:static; float:left; margin-top:12px; width:100%;}
.lead-gnrt-text{ color:#000;}
.lead-gnrt-ico{ width:45px;}

.asseen-strip{ padding:20px 0;}
.asseen-text{ font-size:16px; line-height:24px; letter-spacing:0;}
ul.asSeenList{ margin-top:7px;}
ul.asSeenList li{ width:33.33%; margin-top:15px;}
ul.asSeenList li img{ max-width:87%;}

.section1{ padding:30px 0 35px;}
.s1-left{ width:100%;}
.common-text{ margin-top:18px;}
.common-subHead{ font-size:15px; line-height:20px;}
.common-heading{ font-size:28px; line-height:35px; margin-top:2px;}
.btnBox{ margin-top:25px;}
.s1-left .btnBox{ margin-top:25px;}
.s1-right{ width:100%; margin-top:15px;}
.s1-right-row{ padding:0 10px 20px; margin-top:20px;}
.s1-right-text{ font-size:16px; line-height:24px;}
.s1-mid{ margin-top:30px;}
.s1-couple-img-m{ display:block; margin:0 auto; max-width:100%; border-radius:10px;}
.s1-mid-inner{ padding:0;}
ul.s1-inner-list{ margin-top:10px;}
ul.s1-inner-list li{ margin-top:25px; width:100%;}
ul.s1-inner-list li span{ font-size:30px; line-height:32px;}
ul.s1-inner-list li span img{ width:20px;}
ul.s1-inner-list li p{ padding:0; margin-top:5px;}

.scrollStrip{ height:50px;}
.item{ padding:16px 15px 14px; font-size:13px;}

.section2{ padding:30px 0 35px; background-size:cover;}
.s2-top-left{ width:100%;}
.s2-top-right{ width:100%;}
.s2-top-right .common-text{ margin-top:18px;}
.s2-mid{ margin-top:10px; padding:0;}
.s2-row-left{ width:100%;}
.s2-row-right{ width:100%; margin-top:12px;}

.sec3-left{ width:calc(100% + 30px); margin:0 0 0 -15px; padding:23px 15px 33px;}
.sec3-left:before{ left:0;}
.sec3-right{ width:calc(100% + 30px); margin:0 -15px 0 0; padding:23px 15px 33px;}

.section4{ padding:30px 0 35px;}
.sec4-mid{ margin:10px 0 10px; padding:0 20px;}
.s4-mid-col{ width:100%; margin-top:25px;}

.section5{ padding:30px 0 35px;}
.s5-col{ width:100%;}
.s5-col p{ margin-top:15px;}

.ftr-links-inr{ padding:25px 0;}
.ftr-links-col-1{ padding:0;}
.ftr-log-tx{ margin-top:18px;}
.ftr-links-col{ width:100%; margin-top:25px;}
.ftr-links-hd{ margin-top:0;}
.ftr-links-list{ margin-top:0;}
.ftr-links-list li{ margin-top:10px;}
.footer2{ padding:25px 0 25px;}
.ftr-tx{ margin-top:0; width:100%;}
ul.scl-list{ margin:15px 0;}
.footer-txt{ text-align:center; width:100%; font-size:13px; letter-spacing:0.5px;}

a.commonBtn{ font-size:20px;}
.btn-arrw{ width:27px;}

#ctabtn-mob{
	background: #000;
	padding:10px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#ctabtn-mob .commonBtn{ font-size:26px; height:62px; line-height:62px; margin-top:0;}
#ctabtn-mob .commonBtn .btn-arrw{margin:-5px 0 0 20px;}

}

