@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

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: 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;
	}

.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
/*=========FONTS===========*/

@font-face {
	font-family: 'SF Pro Text';
	src: url('../fonts/SFProText-Medium.woff2') format('woff2'),
	url('../fonts/SFProText-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'SF Pro Text';
	src: url('../fonts/SFProText-Semibold.woff2') format('woff2'),
	url('../fonts/SFProText-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'SF Pro Text';
	src: url('../fonts/SFProText-Bold.woff2') format('woff2'),
	url('../fonts/SFProText-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Uniform Cond';
	src: url('../fonts/Uniform-Condensed4.woff2') format('woff2'),
	url('../fonts/Uniform-Condensed4.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}
	
/*==========Header==============*/
.topStrip{
    float: left;
    width: 100%;
    background: #191919;
    padding:7px 0;
	border-bottom: 2px dashed #fff200;
	min-width:1170px;
	}
.topStrip p{
    float: left;
    width: 100%;
    color: #ffffff;
    font-size:17px;
	line-height:21px;
	letter-spacing:1px;
	}
.topStrip p span{
	color:#ffcc00;
	font-weight:600;
	}
.topStrip p img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 7px -3px 0;
	}

/*==============banner===============*/
.banner{
	float:left;
	width:100%;
	background:url(../images/banner.jpg) no-repeat center top;
	height:950px;
	overflow: hidden;
	min-width:1170px;
	}
.brn-left{
	float:left;
	width:857px;
	margin:0 0 0 0;
	position:relative;
	}	
.brn-mid{
	float:left;
	width:606px;
	text-align:center;
	margin:5px 0 0 231px;
	}
.logo{
	display:block;
	margin:0 auto;
	}
.brn-p1{
	float: left;
    width: 100%;
    font-family: 'SF Pro Text';
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    letter-spacing: -0.5px;
    font-weight: 700;
    margin: 17px 0 0 0;
	}
.brn-line1{
	display:block;
	margin:7px auto 0;
	}
.brn-mid h1{
	float: left;
    width: 100%;
    font-family: 'SF Pro Text';
    font-size: 45px;
    line-height: 62px;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
    margin: 3px 0 0 0;
    letter-spacing: -0.5px;
	}	
.brn-mid h2{
	float: left;
    width: 100%;
    font-family: 'SF Pro Text';
    font-size: 86px;
    line-height: 63px;
    color: #a42a38;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px 0 0 0;
    letter-spacing: -1.8px;
	text-shadow: 2px 2px #e4e4e8;
	}
.brn-mid-p2{
	float: left;
    width: 100%;
	height:60px;
    font-family: 'SF Pro Text';
    font-size: 41px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
    margin: 20px 0 0 0;
	background:#a42a38;
	padding:0 0 0 0;
	border-radius:12px;
    letter-spacing: -0.5px;
	}
.scale{
	display:block;
	margin:0 auto 0;
	}
.brn-mid-p3{
	float: left;
    width: 100%;
    font-family: 'SF Pro Text';
    font-size: 27px;
    line-height: 59px;
    color: #a42a38;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 0 0;
	}	
.brn-mid-p3 span{
	font-weight: 300;
    margin: 0 8px 0;
	}
.brn-mid-p4{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    margin: 4px 0 0 0;
    padding: 0 10px;
	}
ul.brn-list{
	margin: 35px 0 0 43px;
    float: left;
	}
ul.brn-list li{
	float: left;
    width: 100%;
    font-family: 'SF Pro Text';
    background: url(../images/brn-list.png) left 6px no-repeat;
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    text-align: left;
    font-weight: 700;
    padding: 0 0 0 45px;
	margin:2px 0;
	}	
.brn-arw{
	background: url(../images/brn-arw.png) center top no-repeat;
    width: 697px;
    height: 81px;
    margin: 22px 0 0 148px;
    padding: 7px 0 0 101px;
    text-align: center;
	position:relative;
	}
.bnr-slider {
	position:absolute;
	left:0;
	top:0;
	width:740px;
	height: 86px;
	background: url(../images/lp-arrow-in.png) no-repeat;
	animation: AnimationName 3s cubic-bezier(0.43, 0.61, 1, 1) infinite;
	-webkit-animation: AnimationName 3s cubic-bezier(0.43, 0.61, 1, 1) infinite;
	z-index: 9;
	}
@-webkit-keyframes AnimationName {
    100%{background-position:100% 50%}
   	0%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    100%{background-position:100% 50%}
   	0%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    100%{background-position:100% 50%}
   	0%{background-position:0% 50%}
}
@keyframes AnimationName {
    100%{background-position:100% 50%}
   	0%{background-position:0% 50%}
}
.brn-arw-p1{
	font-size:36px;
	line-height:36px;
	color:#ffea00;
	font-weight:700;
	font-style:italic;
	text-transform:capitalize;
	text-shadow: 1px 1px #008739;
	font-family: 'Uniform Cond';
	letter-spacing:1px;
	}
.brn-arw-p2{
	font-size:19px;
	line-height:30px;
	color:#ffffff;
	font-weight:400;
	letter-spacing:0.5px;
	}
.brn-prd {
    position: absolute;
    top: 365px;
    left: -129px;
	z-index:9;
	}
.prduct{
	position: absolute;
    top: 779px;
    left: 136px;
    z-index: 10;
	}	
.brn-seal{
	position: absolute;
    top: 384px;
    left: 132px;
    z-index: 10;
	}
ul.brn-list2{
	margin: 8px 0 0 96px;
    width: 460px;
	}		
ul.brn-list2 li{
	float:left;
	width:25%;
    text-align: center;
    padding: 0 12px;
	font-family: 'SF Pro Text';
	font-size:15px;
	line-height:18px;
	color:#000000;
	font-weight:500;
	}		
ul.brn-list2 li img{
	display:block;
	margin:0 auto 10px;
	}	
/*=========formBx===============*/	
.bnr-rght {
    float: right;
    width: 313px;
	padding:56px 0 0;
    position: relative;
	}
.formBx{
	float: left;
    width: 100%;
    background: #a42a38;
    border: 3px solid #ffffff;
    border-radius: 0 60px 0 0;
    padding: 0 0 30px 0;
    box-shadow: 0 0 9px 1px rgb(0 0 0 / 10%);
	}
.frmHdng1{
	font-family: 'SF Pro Text';
	float:left;
	width:100%;
	background:#a42a38;
	background-size:100%;
	font-size:16px;
	border-radius:0 60px 0 0;
	line-height:20px;
	color:#ffe329;
	padding:12px 10px 10px;
	text-align:left;
	text-transform:uppercase;
	position:relative;
	}	
.frmHdng{
	float:left;
	width:100%;
	background:#72121d;
	padding:15px 15px 15px;
	text-align:left;
	position:relative;
	}
.frm-top-bg{
	position: absolute;
    top: -1px;
    right: -60px;
    z-index: 99;
	}	
.frmHdng p{
	font-family: 'SF Pro Text';
	font-size:28px;
	line-height:33px;
	font-weight:600;
	color:#ffffff;
	}
.frmHdng span{
	font-family: 'SF Pro Text';
	font-size:45px;
	line-height:48px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:5px;
	letter-spacing:-1px;
	color:#ffd143;
	text-shadow:2px 1px 3px rgba(0,0,0,0.2);
	}
.frm-text1{
	float:left;
	background:#a42a38 url(../images/frm-text1bg.jpg) left top no-repeat;
	font-family: 'SF Pro Text';
	width:100%;
	height:40px;
	font-size:20px;
	line-height:24px;
	color:#ffffff;
	text-align:left;
	padding:6px 0 0 15px;
	font-weight:500;
	position:relative;
	}
.stpwatch{
	margin:3px 6px -3px 0
	}
.save{
	font-family: 'Inter', sans-serif;
    background: #ffd143;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    text-align:center;
    position: absolute;
    top: -3px;
    right: 20px;
    padding: 5px 0 0 0;
    font-size: 11px;
    color: #000000;
    line-height: 13px;
	}
.save span{
	display:block;
	font-size:17px;
	font-weight:700;}			
.save span sup{ font-size:11px;}
.frm-mdl{
	float:left;
	width:100%;
	padding:18px 15px 0;
	}
.frmElemts {
	float: left;
	width:100%;
	margin:4px 0;
	box-sizing:border-box;
	}
.frmElemts input, .frmElemts select{
	float: left;
	width:100%;
	height: 36px;
	font-size: 15px;
	line-height:36px;
	color: #2d2d2d;
	background-color: #fff;
	border-radius:5px;
	outline: none;
	padding: 0 30px 0 10px;
	border: 1px solid #d1d1d1;
	box-sizing: border-box;
	font-weight:400;
	letter-spacing:0.5px;
	font-family: 'SF Pro Text';
	}
.frmElemts input::placeholder{ color:#000;}
.frmElemts select {
	line-height: 36px;
	padding: 0 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url(../images/select-d-arw.png) 95% center no-repeat;
	}
.submit {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 0 0;
    /* height: 70px; */
    padding: 0;
    width: 276px;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 10px;
    font-size: 32px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
	letter-spacing:0.5px;
	font-family: 'Uniform Cond';
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
	background: rgb(10,153,55);
	background: -moz-linear-gradient(0deg, rgba(10,153,55,1) 0%, rgba(51,174,57,1) 35%, rgba(96,196,59,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(10,153,55,1) 0%, rgba(51,174,57,1) 35%, rgba(96,196,59,1) 100%);
	background: linear-gradient(0deg, rgba(10,153,55,1) 0%, rgba(51,174,57,1) 35%, rgba(96,196,59,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a9937",endColorstr="#60c43b",GradientType=1);
	box-shadow:0 2px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 2px 2px 2px rgba(0,0,0,0.2);
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	}
.btn-arw{ 
	display:inline-block;
	vertical-align:middle;
	margin:-5px 0 0 0;
	}	
.secure-logos{
	display:inline-block;
	vertical-align:middle;
	margin:15px 0 0;
	}
/*------------animate------------*/		
.frm-arrw{
   transform: rotate(-4deg);
    position: absolute;
    top: 205px;
    right: -99px;
	opacity:0;
	}
.frm-animate-arrow{
	transform: rotate(7deg);
    transition: all 1s ease 0s;
    top: 316px;
    right: -110px;
    z-index: 9;
    opacity: 1;
	}
/*==========sectionOne============*/
.sectionOne{
	float:left;
	width:100%;
	padding:46px 0 100px;
	position:relative;
	min-width:1170px;
	}
.comnHdg {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}		
.common-heading{
	font-family: 'SF Pro Text';
	display:inline-block;
	vertical-align:middle;
	position:relative;
	font-size:45px;
	line-height:62px;
	color:#000000;
	font-weight:700;
	}
.common-heading span{
	color:#a42a38;
	font-size:52px;
	}

.h-arw-txt-right{
	position: absolute;
    right: -140px;
    top: -46px;
    text-align: center;
	}

.h-arw-txt-left{
	position: absolute;
    left: -163px;
    top: -28px;
    text-align: center;
	}
.h-arw-txt-right img, .h-arw-txt-left img{
	display:inline-block;
	vertical-align:middle;
	margin-top:5px;
	}
.h-arw-txt-right img { margin-left: -50px;}
.h-arw-txt-left img{ margin-right:-69px;}
.comnHdg .h-arw-txt-right p, .comnHdg .h-arw-txt-left p {
	font-size:17px;
	line-height:20px;
	padding:0 20px;
	color:#000000;
	font-weight:500;
	}
.common-text{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	font-size:18px;
	line-height:28px;
	color:#000000;
	margin-top:20px;
	letter-spacing:0.5px;
	}	
/*--------*/
.s1-mid{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	float:left;
	position:relative;
	margin-top:30px;
	}
.s1-left-prod{
	    position: absolute;
    left: -11px;
    top: 23px;
    max-width: 100%;
	}
.sec1-right{
	float:right;
	width:60%;
	text-align:left;
	}
.s1-right-box{
	float:left;
	width:100%;
	margin-top:29px;
	}

.s1-rgt-box-col{
	width:49%;
	border-radius:10px;
	background:#fff7f7;
	border:2px solid #e3d1d1;
	}
.s1-rgt-box-col.col2{
	background:#a42a38;
	border:2px solid #a42a38;
	box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	}
.s1-col-top{
	float:left;
	width:100%;
	padding:30px 10px 30px 90px;
	background:#f8eded;
	position:relative;
	border-radius:10px 10px 0 0;
	}
.s1-rgt-box-col.col2 .s1-col-top{ background:#fff; border-radius:8px 8px 0 0;}
.s1-col-top p{
	float:left;
	width:100%;
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}
.s1-col-prod{
	position:absolute;
	left:20px;
	top:10px;
	}
ul.s1-box-col-list{
	    float: left;
    width: 100%;
    padding: 16px 25px 20px
	}
ul.s1-box-col-list li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #eadada;
	background:url(../images/s1-cross.png) no-repeat left 15px;
	padding:14px 0 14px 35px;
	font-size:17px;
	line-height:26px;
	letter-spacing:0.5px;
	font-weight:500;
	color:#000000;
	}
	
ul.s1-box-col-list li:last-child{ border-bottom:none;}
.col2 ul.s1-box-col-list li{
	background:url(../images/s1-chk.png) no-repeat left 15px;
	color:#ffffff;
	}
/*==========sectionOne============*/
.sectiontwo{
	float:left;
	width:100%;
	background:url(../images/sec2.jpg) center top no-repeat;
	padding:46px 0 100px;
	height:900px;
	position:relative;
	min-width:1170px;
	}	
.s2-lft{
	float:left;
	width:669px;
	text-align:left;
	margin:0 0 0 21px;
	}
.s2-lft .h-arw-txt-right {
    position: absolute;
    right: -136px;
    top: -21px;
    text-align: center;
}
.hdimg-lft{
	display:block;
	margin:10px 0 0;
	}
.s2-logo{
	display:inline-block;
	vertical-align:middle;
	margin:-25px 0 0 5px;
	}
.s2-btl{
	position: absolute;
    top: -3px;
    right: 114px;
	}
.s2-mid{
	background:url(../images/s2-bg1.png) center top no-repeat;
	height:420px;
	background-size:100%;
	float:left;
	width:100%;
	position:relative;
	margin-top:36px;
	}		
.s2-lft2{
	float: left;
    width: 603px;
    text-align: left;
    padding: 19px 0 0 30px;
	}
.s2-lft2-hd{
	font-family: 'SF Pro Text';
	display:inline-block;
	vertical-align:middle;
	position:relative;
	font-size:36px;
	line-height:40px;
	color:#ffffff;
	font-weight:700;
	}			
.s2-lft2-p{
	color:#fff;
	margin-top:37px;
	line-height:27px;
	}
.comn-btn {
    display: inline-block;
    vertical-align: middle;
	text-align:center;
    margin: 25px 0 0 0;
    background: #00db5a;
    height: 70px;
    width: 346px;
	border-radius: 10px;
    font-size: 34px;
    line-height: 68px;
    color: #fff;
    font-weight: 700;
	letter-spacing:0.5px;
	font-family: 'Uniform Cond';
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
	background: rgb(10,153,55);
	background: -moz-linear-gradient(0deg, rgba(10,153,55,1) 0%, rgba(51,174,57,1) 35%, rgba(96,196,59,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(10,153,55,1) 0%, rgba(51,174,57,1) 35%, rgba(96,196,59,1) 100%);
	background: linear-gradient(0deg, rgba(10,153,55,1) 0%, rgba(51,174,57,1) 35%, rgba(96,196,59,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a9937",endColorstr="#60c43b",GradientType=1);
	box-shadow:0 2px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 2px 2px 2px rgba(0,0,0,0.2);
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	}
.btn-arw2{
	display:inline-block;
	vertical-align:middle;
	margin:-10px 0 -9px 5px;
	}			
.magazine{
	position:absolute;
	top:60px;
	right:0;
	}
/*==========sectionthree============*/
.sectionthree{
	float:left;
	width:100%;
	background:url(../images/sec3.jpg) center top no-repeat;
	padding:66px 0 50px;
	/* height:1150px; */
	position:relative;
	overflow:hidden;
	min-width:1170px;
    margin-top: 100px;
	}	
.s3-rgt{
	float:right;
	width:671px;
	margin:0 0 0 0;
	text-align:left;
	position:relative;
	}	
.s3-btl{
	position: absolute;
    top: 309px;
    left: -186px;
	}
ul.s3-list{
	margin:40px 0 0 0;
	float:left;
	width:100%;
	}
ul.s3-list li{
	float:left;
	width:100%;
	border-bottom:1px solid #cccccc;
	padding:0 10px 0 96px;
	position:relative;
	text-align:left;
	}	
ul.s3-list li img{
	position:absolute;
	top:25px;
	left:10px;

	}	
.s3-brd{
	border-left:1px solid #cccccc;
	margin:0 0 0 0;
	padding:15px 0 15px 21px;
	}
.s3-brd h1{
	font-size:28px;
	line-height:33px;
	font-weight:700;
	color:#a42a38;
	}
.s3-brd p{
	font-size:18px;
	line-height:28px;
	letter-spacing:0.5px;
	color:#000000;
	margin:10px 0 0 0;
	}
.s3-brd p a{
    color: #595959;
    word-wrap: break-word;
}	
.s3-brd p a:hover{
    color:#a42a38;
}
ul.s3-list li:last-child{ border-bottom:none;}	

/*==========sectionfour============*/
.sectionfour{
	float:left;
	width:100%;
	background:#fff2f4;
	padding:66px 0 70px;
	position:relative;
	text-align:center;
	overflow:hidden;
	min-width:1170px;
    margin-top: 100px;
	}
.sectionfour .h-arw-txt-right {
    right:-85px;
	}
.hdimg-crt{ 
	display:block;
	margin:10px auto 0;
	}
.s4-midbg{
	background:url(../images/s4-midbg.png) center top no-repeat;
	width:100%;
	margin:40px 0 0 0;
	float:left;
	text-align:center;
	}
.s4-midbg .comn-btn{ margin-top:40px;}	
ul.s4-list{
	margin:0 0 0 0;
	float:left;
	width:100%;
	padding:0 0;
	}
ul.s4-list li{
	float:left;
	width:33.33%;
	padding:0 20px ;
	position:relative;
	text-align:center;
	}	
ul.s4-list li img{
	display:block;
	margin:-20px auto 10px;
	}	
ul.s4-list li h1{
	font-size:24px;
	line-height:30px;
	font-weight:600;
	color:#000;
	}
ul.s4-list li p{
	font-size:18px;
	line-height:28px;
	letter-spacing:0.5px;
	color:#000000;
	margin:10px 0 0 0;
	}
.s4-notes-txt{
	color:#F00;
	font-size:19px;
	line-height:34px;
	font-weight:500;
	margin-top:30px;
	letter-spacing:0.5px;
	}

/*==========sectionfive============*/
.sectionfive{
	float:left;
	width:100%;
	background:#fff;
	padding:66px 0 66px;
	position:relative;
	text-align:center;
	overflow:hidden;
	min-width:1170px;
	}
.sectionfive .h-arw-txt-left{left: 0px; top:-45px;}
.s5-mid{
	float:left;
	width:100%;
	position:relative;
	margin:60px auto 0;
	}
		
.s5-lft{
	float:left;
	width:580px;
	text-align:left;
	margin:0 0 0 0;
	}
.ing1{
	display:block;
	margin:0 auto;
	}
.ingbx1{
	text-align:left;
	margin:0 0 0 50px;
	}	
.ingbx1-hd{
	font-size:34px;
	line-height:40px;
	font-weight:700;
	color:#ba1a1c;
	margin-top:20px;
	}
.ingbx1-p1{
	font-size:18px;
	line-height:28px;
	letter-spacing:0.3px;
	color:#000000;
	margin-top:20px;
	}
ul.ingbx1-list{
	margin:30px 0 0 -30px;
	width:100%;
	}
ul.ingbx1-list li{
	float:left;
	width:33.33%;
	text-align:center;
	font-size:17px;
	line-height:25px;
	color:#000;
	}
ul.ingbx1-list li img{
	display:block;
	margin:0 auto 5px;
	}	
.s5-rgt{
	float:right;
	width:610px;
	position:relative;
	text-align:left;
	margin:0 0 0 0;
	border-left:1px solid #f1d1d2;
	}
.s5-midline{
	position: absolute;
    top: 210px;
    left: -11px;
    z-index: 2;
	}	
.ingbx2{
	position:relative;
	margin:0 0 0 0;
	width:100%;
	text-align:left;
	z-index:5;
	}											
.ing2{
	position:absolute;
	top:0;
	left:0;
	}
.ingbx2-inr{
	float:right;
	width:383px;
	}
.ingbx2-inr ul.ingbx1-list { margin: 30px 0 0 0;}
.ingbx3{
	position:relative;
	margin:40px 0 0 0;
	width:100%;
	text-align:left;
	}
.ing3{
	position:absolute;
	top:30px;
	left:0;
	}

.promise-text{
	float:left;
	width:100%;
	font-size:26px;
	line-height:33px;
	color:#141414;
	letter-spacing:0.3px;
	position:relative;
	margin-top:50px;
	font-weight:700;
	}
.promise-text:before, .promise-text:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:250px;
	height:1px;
	background:#ccc;
	
	}
.promise-text:before{margin:-4px 12px 0 0;}
.promise-text:after{margin:-4px 0 0 12px;}	

ul.promise-list{
	float:left;
	width:100%;
	margin-top:30px;
	}
ul.promise-list li{
	float:left;
	width:16.66%;
	text-align:center;
	position:relative;
	}
ul.promise-list li:after{
	position:absolute;
	content:"";
	border-right:1px solid #e1e1e1;
	right:0;
	top:35px;
	bottom:0;
	height:55px;
	}
ul.promise-list li:last-child:after{ display:none;}
ul.promise-list li img{
	display:block;
	margin:0 auto;
	}
ul.promise-list li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:25px;
	color:#000000;
	margin-top:12px;
	letter-spacing:0.5px;
	}
.s5-btn{ margin-top:50px;}

/*==========sectionfive============*/
.sectionsix{
	float:left;
	width:100%;
	background:#fff3f5;
	padding:66px 0 66px;
	position:relative;
	text-align:center;
	overflow:hidden;
	min-width:1170px;
	}	
.sectionsix .h-arw-txt-right {right: -85px;top: -41px;}
.testy-bx{
	margin:50px auto 0;
	float:left;
	width:100%;
	}
.testy-bx1{
	float:left;
	width:32%;
	}
.testy-bx1:nth-child(2){
	margin:0 2%;
	}
.testy-top{
	margin:0 auto 0;
	float:left;
	width:100%;
	position:relative;
	padding-bottom:35px;
	}	
.testy-top:before{
	content: "";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:#a42a38;
	height:174px;
	}	
.t-img{
	position:relative;
	display:block;
	margin:0 auto 0;
	}
.colom{
	position:absolute;
	bottom:-20px;
	left:50px;
	}
.testy-btm{
	text-align:left;
	padding:0 20px;
	float:left;
	width:100%;
	margin:40px 0 0 0;
	}
.star{
	display:block;
	margin:0 0 0;
	}
.t-txt1{
	font-size:20px;
	line-height:28px;
	color:#000000;
	font-weight:600;
	margin-bottom:15px;
	letter-spacing:0.5px;
	}	
.t-txt2{
	font-size:18px;
	line-height:30px;
	color:#000000;
	margin-top:15px;
	letter-spacing:0.5px;
	}
.t-nm{
	display:inline-block;
	font-size:18px;
	line-height:20px;
	color:#000000;
	font-weight:600;
	margin-top:15px;
	}	
.t-vrfy{
	display:inline-block;
	font-size:15px;
	line-height:14px;
	color:#707070;
	margin-top:15px;
	letter-spacing:0.5px;
	}	
.t-vrfy img{ margin:0 5px -2px 5px;}	

/*==========sectionseven============*/
.sectionseven{
	float:left;
	width:100%;
	background:url(../images/sec7.jpg) center top no-repeat;
	padding:36px 0 66px;
	position:relative;
	text-align:center;
	height:972px;
	overflow:hidden;
	min-width:1170px;
	}
.s7-mid{
	float:left;
	position:relative;
	width:605px;
	text-align:left;
	margin:0 0 0 0;
	}	
.s7-logo{
	margin:0 0 0 0;
	}
.s7-mid h1 {
    float: left;
    width: 100%;
    font-family: 'SF Pro Text';
    font-size: 45px;
    line-height: 62px;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
    margin: 22px 0 0 0;
    letter-spacing: -0.5px;
	}	
.s7-mid h2 {
    float: left;
    width: 100%;
    font-family: 'SF Pro Text';
    font-size: 86px;
    line-height: 63px;
    color: #a42a38;
    font-weight: 700;
    text-transform: capitalize;
    margin: 4px 0 0 0;
    letter-spacing: -1.8px;
    text-shadow: 2px 2px #e4e4e8;
	}	
.s7-mid .brn-mid-p2{ text-align:center;margin: 24px 0 0 0;}
.s7-mid .brn-mid-p3{margin: 6px 0 0 0;}
.s7-mid .brn-mid-p4 {width: 83%; margin: 0 0 0 0; padding: 0 0;}
.s7-mid ul.brn-list {  margin: 25px 0 0 0;}	
.s7-mid ul.brn-list li {padding: 0 0 0 45px;margin: 0 0 2px 0;}
.s7-mid ul.brn-list2 { margin: 16px 0 0 -16px;}	
.s7-prd{
	position: absolute;
    top: 275px;
    right: 0;
	}	
.s7-prduct{
	position: absolute;
    top: 739px;
    right: 206px;
	}
.s7-seal{
	position: absolute;
    top: 369px;
    right: 371px;
	}
.last-arw{
	position:absolute;
	top:0;
	left:0;
	}
/*------------animate------------*/		
.s7-arrw{
    transform:rotate(2deg);
    position:absolute;
    top:95px;
    left:-105px;
	opacity:0;
	}
.s7-animate-arrow{
    transform: rotate(-5deg);
    transition: all 1s ease 0s;
    top:192px;
    left:-130px;
    z-index: 9;
    opacity: 1;
	}	

/*==========footer============*/				
.footer{
	float:left;
	width:100%;
	padding:50px 0;
	border-top:1px solid #d4d4d4;
	min-width:1170px;
	}	
.ftr-txt1, .ftr-txt2{
	float:left;
	width:100%;
	font-size:17px;
	line-height:27px;
	color:#3c3d3d;
	}
.ftr-txt1 a, .ftr-txt1 a:hover{
	color:#3c3d3d;
	text-decoration:none;
	}
.ftr-txt1 span{
	padding:0 3px;
	}			
	
.ftr-txt2{
	display:inline-block;
	vertical-align:middle;
	float:none;
	width:93%;
	margin:20px 0;
	font-size:13px;
	line-height:19px;
	letter-spacing:0.5px;
	}						

/*--------------------PLUSE--------------------*/	
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.7s;
	-webkit-animation-duration: 1.7s;
	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.9);
}
 50% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.9);
}
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none; 
    appearance: none;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("<?= $path['images'] ?>/select-bg-new.png");
    background-color: #fff;
}
select::-ms-expand {display: none;} /*FOR IE*/
.m_top_0{
    margin-top: 0 !important;
}
.all_logo_img{
    width: 100%;
    max-width: 800px;
    margin: 80px auto 0;
}