@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Mark Pro';
	font-weight: normal;
	}
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;}
a:hover {}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

/*==========Header==============*/
.header{
	float:left;
	width:100%;
	height:70px;
    position: relative;
	padding:14px 0;
	}

.logo{float:left;}
a.header-btn{ 
	float:right; 
	width:195px;
	font-size:18px;
	color:#ffffff;
	height:42px;
	line-height:38px;
	font-weight:bold;
	border-radius:50px;
	background:#ff8a00;
	}
.call-us{
	float:right;
	margin:0 20px 0 0;
	position:relative;
	padding-left:40px;
	font-size:14px;
	line-height:22px;
	text-align:left;
	color:#000;
	text-transform:uppercase;
	}
.call-us img{
	position:absolute;
	top:14px;
	left:0;
	}	
.call-us span{
	font-size:18px;
	font-weight:bold;
	}		

/*==============banner===============*/
.banner{
    float: left;
    width: 100%;
    background: #eff7ff;
    height: 520px;
	}
.bnr-left{
	float:left;
	width:750px;
	position:relative;
	text-align:left;
	margin-top:40px;
	}
.bnr-txt1{
	float:left;
	width:100%;
	font-size:16px;
	line-height:16px;
	color:#1e1e1e;
	font-weight:500;
	}
.bnr-txt1 img{
    display: inline-block;
    vertical-align: middle;
    margin: -6px 4px 0 0;
	}	
.bnrHdng{
	float:left;
	width:100%;
	font-size:46px;
	line-height:48px;
	font-weight:bold;
	color:#22316e;
	margin-top:6px;
	}
.bnrHdng span{ color:#0f60cf;}
.bnr-para{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#141414;
	margin-top:15px;
	}	
.bnr-strip{
	float:left;
	width:78%;
	position:relative;
	margin:20px 0 0 12px;
	padding-left:18px;
	}
.bnr-strip-icon{
	position: absolute;
    left: -12px;
    top: -1px;
	}
.bnr-strip-txt1{
    float: left;
    width: 100%;
    background: #22316e;
    border-radius: 5px 5px 0 0;
    padding: 5px 5px 5px 65px;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
	}
.bnr-strip-txt2{
	float: left;
    width: 100%;
    padding: 1px 0 5px 65px;
    background: #0f60cf;
    border-radius: 0 0 5px 5px;
	}
.bnr-strip-txt2 li{
	display:inline-block;
	vertical-align:middle;
	}
.bnr-strip-txt2 li p{
	color:#fff;
	font-size:20px;
	line-height:20px;
	font-weight:500;
	}
.bnr-strip-txt2 li span{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	height:18px;
	line-height:14px;
	background:#22316e;
	border-radius:50%;
	margin:-4px 3px 0;
	text-align:center;
	color:#fff;
	}
.bnr-list{
	float:left;
	width:100%;
	margin-top:12px;
	}
.bnr-list li{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/bnr-tik.png) no-repeat left center;
	font-size:20px;
	line-height:26px;
	color:#141414;
	padding-left:30px;
	font-weight:500;
	margin-top:11px;
	}
.bnr-home{
    max-width: 100%;
    position: absolute;
    top: 246px;
    right: 218px;
	}	

/*========form========*/
.bnr-rght{
	float: right;
    width: 32%;
    margin-top: 40px;
    position: relative;
    z-index: 9;
	}
.bnr-formBox{
	float:left;
	width:100%;
	background:#22316e;
	border-radius:20px;
	position:relative;
	}
.bnr-frmTop{
    float: left;
    width: 100%;
    text-align: left;
    background: #0f60cf;
    border-radius: 18px 18px 0 0;
    padding: 12px 10px 15px 22px;
    position: relative;
	}
.bnr-frmTop:before{
    content: "";
    position: absolute;
    right: 22px;
    bottom: -16px;
    background: #0f60cf;
    width: 64px;
    height: 64px;
    border-radius: 50%;
	}	
.bnr-frmTop p{
	float:left;
	width:100%;
	color:#ffffff;
	font-size:32px;
	line-height:36px;
	font-weight:bold;
	}
.bnr-frmTop p span{
	color:#ffc600;
	display:block;
	}
.home-ic{
    position: absolute;
    right: 17px;
    top: -15px;
	}		
.bnr-frmtopbg{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin:-7px 0 15px;
	}
.bnr-from-inner{
	float:left;
	width:100%;
	padding:15px 22px;
	}
.frm-t1{
	float:left;
	width:100%;
	text-align:left;
	font-size:20px;
	line-height:24px;
	color:#fff;
	font-weight:500;
	margin-bottom:8px;
	}	
.all-fields, .selcet-fld{
	float: left;
	width:100%;
    height: 40px;
    background: #fff;
    border:1px solid #93aacb;
    outline: none;
    padding: 10px 15px;
    border-radius: 7px;
	font-family: 'Mark Pro';
	font-weight: normal;
    font-size: 16px;
    color: #000;
	margin-top:10px;
    -webkit-appearance: none;
    -moz-appearance: none;	
	}
.selcet-fld{
    background: url(../images/select-arw.jpg) no-repeat 94% center #fff;
	}
.fld-hlf{ width:48%;}	
.bnr-frm-submit {
    float: left;
    width:100%;
    border: none;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: #fe8e00;
    height: 56px;
    border-radius:40px;
	font-family: 'Mark Pro';
    color: #fff;
    font-size: 24px;
	line-height:50px;
    font-weight: bold;
    position: relative;
	margin-top:20px;
	padding-right:40px;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 40%);
	}
.bnr-frm-submit span{
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: url(../images/search-icon.png) no-repeat center center #e67c00;
    background-size: 50%;
    right: 10px;
    top: 10px;
	}
.frm-secure-txt{
	float:left;
	width:100%;
	font-size:13px;
	line-height:18px;
	color:#bcbcbc;
	margin-top:14px;
	}	

/*============================*/
.bnr-btm-sec{
	background:#0f60cf;
	float:left;
	width:100%;
	position:relative;
	}	
.keybnft-txt{
	float: left;
    background: #22316e;
    padding: 25px 30px 35px 0;
    font-size: 30px;
    line-height: 36px;
	text-align:left;
    color: #fff;
    font-weight: bold;
	position:inherit;
	}
.keybnft-txt:before{
	content:'';
	position:absolute;
	right:0;
	left:-40000px;
	top:0;
	bottom:0;
	background:#22316e;
	}
.keybnft-txt p{
	position:relative;
	z-index:1;
	}
.keybnft-txt span{ 
	font-size:20px;
	line-height:20px;
	}	
ul.bnr-btm-list{
	float:left;
	width:46%;
	margin-top:30px;
	}
ul.bnr-btm-list li{
    float: left;
    position: relative;
    padding: 0 25px;
	}
ul.bnr-btm-list li:before{
	content: '';
    border-right: 1px solid #5691e2;
    top: 12px;
    bottom: 0;
    right: 0;
    position: absolute;
	}
ul.bnr-btm-list li:last-child:before{ display:none;}			
ul.bnr-btm-list li img{
	display:inline-block;
	vertical-align:middle;
	}		
ul.bnr-btm-list p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:18px;
	color:#fff;
	margin-top:12px;
	}		

	
/*==========sectionOne============*/
.section1{
	float:left;
	width:100%;
	padding:50px 0 75px;
	}
.common-head{
	float:left;
	width:100%;
	font-size:42px;
	line-height:50px;
	font-weight:bold;
	color:#22316e;
	}
.common-head span{ color:#0f60cf;}	
.common-head .red{ color:#eb0000;}

.s1-mdl{
	float:left;
	width:100%;
	margin:40px 0 0;
	padding:0 165px;
	}
.s1-sliderbox{
	float:left;
	width:100%;
	position:relative;
	padding:0 10px 20px;
	}
.refregerator{
	position:absolute;
	left:50%;
	top:40px;
	margin-left:-121px;
	z-index:9;
	}
.refregerator-mob{ display:none !important;}	
.s1-bx-hdng{
	float:left;
	width:100%;
	font-size:28px;
	line-height:30px;
	color:#22316e;
	font-weight:bold;
	}
.s1-bx-hdng:after{
	content:"";
	display:inline-block;
	vertical-align:top;
	background:url(../images/s1-dot-line2.png) no-repeat left top;
	width:140px;
	height:101px;
	margin:12px 0 0 50px;
	position:relative;
	z-index:1;
	}
.s1-bx-hdng:before{
	content:"";
	display:inline-block;
	vertical-align:top;
	background:url(../images/s1-dot-line1.png) no-repeat left top;
	width:140px;
	height:101px;
	margin:12px 50px 0 0;
	position:relative;
	z-index:1;	
	}
.ref-savingBox{
	background: url(../images/s4-ref-bg.png) no-repeat center top;
	float:left;
	width:100%;
	margin-top:-20px;
	border-radius:10px;
	box-shadow:0 5px 9px 1px rgba(0,0,0,0.1);
	text-align:center;
	position:relative;
	}
.ref-col1, .ref-col2{
	width: 35%;
    background: #f6f6f6;
    padding: 28px 20px 20px;
	border-radius:12px 0 0 12px;
	}
.ref-col2{
	background:#eff7ff;
	border-radius:0 12px 12px 0;
	}	
.ref-txt1{
	float:left;
	width:100%;
	font-size:20px;
	line-height:20px;
	color:#eb0000;
	font-weight:bold;
	}
.ref-col2 .ref-txt1{ color:#0f60cf;}		
.ref-lns{
	margin:5px auto 0;
	display:block;
	}	
.ref-txt2{
	float:left;
	width:100%;
	font-size:36px;
	line-height:36px;
	color:#eb0000;
	font-weight:bold;
	margin-top:5px;
	}
.ref-col2 .ref-txt2{ color:#0f60cf;}	

.s1-extendBox{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	width:640px;
	position:relative;
	margin-top:30px;	
	}
.s1-extnd-t1{
	float:left;
	width:100%;
	font-size:26px;
	line-height:32px;
	color:#22316e;
	font-weight:bold;
	}
a.free-btn{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	text-align:center;
    width:328px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: #fe8e00;
    height: 56px;
    border-radius:40px;
	font-family: 'Mark Pro';
    color: #fff;
    font-size: 24px;
	line-height:52px;
    font-weight: bold;
    position: relative;
	margin-top:35px;
	padding-right:40px;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 40%);
	}
a.free-btn span{
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: url(../images/search-icon.png) no-repeat center center #e67c00;
    background-size: 50%;
    right: 10px;
    top: 11px;
	}		
.s1-lft-arw, .s1-rgt-arw{
	position:absolute;
	bottom:10px;
	left:10px;
	}
.s1-rgt-arw{
	left:auto;
	right:10px;
	}

/*=============sectionTwo============*/
.section2{
	float:left;
	width:100%;
	background:#e4f0fb;
	padding:50px 0 75px;
	}
.comon-para{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#6e6e6e;
	margin-top:25px;
	}
.s2-warnty-Box{
	width:100%;
	position:relative;
	margin:50px 0 0;
	}
.slick-list {
	perspective:1px;
	}
.slick-track {
	will-change:transform,transition;
	}
.slider__items{
	width:100%;
	display:flex;
	}
	
.s2-warnty-col{
    width: 300px!important;
    height: 330px !important;
    border-radius: 10px;
    margin: 0 10px;
    padding: 30px 15px 0;
    text-align: left;
    position: relative;
	overflow:hidden;
	cursor:pointer;
	transition:all ease 0.5s;
	}
.overllay{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	height:100%;
	right:0;
	background:rgba(0,0,0,0.5);
	z-index:2;
	opacity:0;
	transition:all ease 0.5s;
	}
.s2-warnty-col.bg1{ background:#00abfa;}
.s2-warnty-col.bg2{ background:#ed5b7b;}
.s2-warnty-col.bg3{ background:#29b7c5;}
.s2-warnty-col.bg4{ background:#f49c20;}
.s2-warnty-col.bg5{ background:#32cea0;}
.s2-warnty-col.bg6{ background:#805cf5;}
.s2-warnty-col span{
	float: left;
    width: 100%;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
	font-weight:bold;
	position:relative;
	z-index:3;
	}
.s2-warnty-col p{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
	margin-top:15px;
	position:relative;
	opacity:0;
	transition:all ease 0.5s;
	z-index:3;
	}
.warnty-img{
	max-width:100%;
	position:absolute;
	bottom:0;
	left:0;
	transition:all ease 0.3s;
	z-index:1;
	}
.s2-warnty-col:hover{
	padding-top:15px;
	transition:all ease 0.5s;
	}
.s2-warnty-col:hover p{
	opacity:1;
	transition:all ease 0.5s;
	}
.s2-warnty-col:hover .warnty-img{
	opacity:0.3;
	transition:all ease 0.3s;
	}
.s2-warnty-col:hover .overllay{
	opacity:1;
	transition:all ease 0.3s;
	}
	
.section2 .s1-extendBox{ width:720px;}	
	
	


/*===============sectionThree==========*/
.section3{
	float:left;
	width:100%;
	padding:50px 0 75px;
	}
ul.s3-list{
	float:left;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:30px;
	}
ul.s3-list li{
    float: left;
    width: 33.33%;
    position: relative;
    padding: 0 20px;
	}
ul.s3-list li:before{
    content: '';
    top: 20px;
    bottom: 0px;
    right: 0;
    position: absolute;
	background:url(../images/s3-list-ln.png) no-repeat;
	width:19px;
	height:221px;
	}
ul.s3-list li:last-child:before{ display:none;}			
ul.s3-list li img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}	
ul.s3-list span{
	float:left;
	width:100%;
	font-size:26px;
	line-height:26px;
	color:#22316e;
	font-weight:bold;
	margin-top:10px;
	}	
ul.s3-list p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#333333;
	margin-top:8px;
	}		
	
/*==========sectionFour================*/
.section4{
	background:#e4f0fb;	
	float:left;
	width:100%;
	padding:50px 0 75px;
	}
.s4Lft{
	float:left;
	width:55%;
	text-align:left;
	}
.sec4Box{
	float:left;
	width:100%;
	background:#0f60cf;
	border-radius:10px;
	padding:30px 30px 40px;
	position:relative;
	margin-top:20px;
	}
.s4boxLft{
	float:left;
	width:60%;
	text-align:left;
	}	
.s4Cont{
	float:left;
	width:50%;
	}
.s4cnt-last{ margin-top:35px;}	
.s4cont-t1{
	float:left;
	width:100%;
	font-size:24px;
	line-height:24px;
	color:#fff;
	font-weight:500;
	}	
ul.s4bx-list{
	float:left;
	width:100%;
	margin-top:7px;	
	}	
ul.s4bx-list li{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/s4-lst-tk.png) no-repeat left center;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    padding-left: 35px;
    font-weight: 500;
    margin-top: 12px;
	}
.s4-systm-img{
	max-width:100%;
    position: absolute;
    top: -150px;
    right: 25px;
	}						

/*==============sectionFive===============*/
.section5{
	float:left;
	width:100%;
	background:#fff;
	padding:50px 0 75px;
	}
ul.s5-list{
	float:left;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:40px;
	}
ul.s5-list li{
    float: left;
    width: 33.33%;
    position: relative;
    padding: 0 20px;
	}
ul.s5-list li:before{
    content: '';
    top: 20px;
    bottom: 0px;
    right: 0;
    position: absolute;
	background:url(../images/s5-list-ln.png) no-repeat;
	width:6px;
	height:185px;
	}
ul.s5-list li:last-child:before{ display:none;}			
ul.s5-list li img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}	
ul.s5-list span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:24px;
	color:#22316e;
	font-weight:bold;
	margin-top:12px;
	}	
ul.s5-list p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#333333;
	margin-top:12px;
	}

/*=============sectionSix=============*/
.section6{
	background:#e4f0fb;	
	float:left;
	width:100%;
	padding:50px 0 75px;
	}
.rating-logo{
	display:inline-block;
	vertical-align:middle;
	max-width:96%;
	margin-top:30px;
	}
.s6-slid-list{
	float:left;
	width:100%;
	margin:50px 0 65px;	
	}
.s6-slide{
    float: left;
    width: 360px;
	background:#fff;
    text-align: center;
	box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	padding:17px 17px 25px;
	border-radius:7px;
	margin:0 15px;
	}	
.s6-slide-head{
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    padding: 0 0 12px 85px;	
	}		
.s6-slide-head .slide-imgs{
	max-width:100%;
	position:absolute;
	top:0;
	left:0;
	}
.s6-slide-head .s6-star{
	display:inline-block;
	vertical-align:middle;
	}	
.s6-slide-head .usr-name{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    color: #22316e;
	font-weight:500;
    margin-top: 5px;
	}
.s6-slide-head .usr-name span{ 
    display: block;
    color: #939393;
    font-size: 14px;
    margin-top: 5px;
	}
.s6-slide-head .usr-name span img{
	display:inline-block;
	vertical-align:middle;
	margin-right:6px;
	}	
.s6-slide-Cont{
	float:left;
	width:100%;
	text-align:left;
	margin-top:10px;
	}	
.slide-para{
    float: left;
    width: 100%;
    font-size:18px;
    line-height: 26px;
    color: #333333;
	}


	
/*=============sectionSeven=============*/
.section7{
	background:url(../images/s7-bg.jpg) no-repeat center top;	
	float:left;
	width:100%;
	padding:50px 0 60px;
	background-size:cover;
	}
.white{ color:#fff;}
.s7-content{
	float:left;
	width:60%;
	text-align:left;
	}
ul.s7comntBox{
	float:left;
	width:100%;
	margin-top:25px;
	}
ul.s7comntBox li{
	float:left;
	width:200px;
	background:#fff;
	border-radius:10px;
	margin:0 15px 0 0;
	padding:20px;
	}
ul.s7comntBox li span{
	float:left;
	width:100%;
	font-size:30px;
	line-height:30px;
	color:#22316e;
	font-weight:bold;
	}	
ul.s7comntBox li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:18px;
	color:#22316e;
	font-weight:500;
	margin-top:8px;
	}						
.s7-rgt{
	float:right;
	width:36%;
	margin-top:10px;
	}
/*-----------------------
		Footer
------------------------*/
.footer{
	float: left;
    width: 100%;
	text-align:center;
	background:#fff;
    padding: 40px 0;
	border-top:1px solid #e7e7e7;
	}
.ftr-logo{
	margin:0 auto 22px;
	display:block;
	}	
.ftr-txt{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height:36px;
    color: #343434;
	}	
.footer .ftr-txt a{
    padding: 0 7px;
    color: #343434;
	}	
	
/*-----------------------
		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);}
}		
