@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: 'Inter';
	font-weight:400;
	}
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;
	}

/*====Fonts====*/
@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
	src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraBold.woff2') format('woff2'),
	url('Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
    src: url('Inter-Black.woff2') format('woff2'),
	url('Inter-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'stefanie-notes';
    src: url('stefanie-notes.woff2') format('woff2'),
	url('stefanie-notes.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'SFMono';
    src: url('SFMono-Semibold.woff2') format('woff2'),
	url('SFMono-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Flama Trial';
    src: url('FlamaTrial-Bold.woff2') format('woff2'),
	url('FlamaTrial-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Flama Trial';
    src: url('FlamaTrial-Extrabold.woff2') format('woff2'),
	url('FlamaTrial-Extrabold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}

/*=====MAIN CSS START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	

/*====header====*/
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:65px;
	}
.header{
	float:left;
	width:100%;
	height:65px;
	margin-top:-65px;
	top:65px;
	position:relative;
	background:#000;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	background:#000;
	-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);
	}	
.header-row{
	width:100%;
	height:65px;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	}			
.logo{
	float:left;
	width:165px;
	}
ul.topMenu{
	float:right;
	}
ul.topMenu li{
	float:left;
	padding:0 15px;
	position:relative;
	}
ul.topMenu li a{
	font-size:16px;
	line-height:16px;
	color:#fff;
	font-weight:600;
	}
.header-btn{
	float:right;
	width:100%;
	max-width:220px;
	height:48px;
	background:linear-gradient(0deg, #2e9b13, #51b928);
	border-radius:5px;
	font-size:16px;
	line-height:20px;
	letter-spacing:0.3px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	}
.header-btn img{
	display:inline-block;
	vertical-align:middle;
	width:17px;
	margin:0 0 0 10px;
	}

/*====MobileMenuCss====*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:15px;
    top:40px;
	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;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width:25px;
	height:2px;
	background-color: #fff;
	transition: 0.4s;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	}
.bar2{margin:5px 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:110px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:78px;}	
.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;}

/*====hero-section====*/
.hero-section{
	float:left;
	width:100%;
	background:url(../images/hero-bg.webp) no-repeat center top;
	background-size:cover;
	padding:35px 0 45px;
	position:relative;
    overflow-x: clip;
	}
.hero_content{
	width:58%;
	text-align:left;
	}
.hero-rev-text{
	font-size:15px;
	line-height:21px;
	color:#000;
	font-weight:600;
	}
.hero-rev-text img{
	display:inline-block;
	vertical-align:middle;
	width:73px;
	margin:-2px 7px 0 0;
	}
.hero-heading{
	font-size:56px;
	line-height:58px;
	color:#000;
	font-weight:800;
	letter-spacing:-1px;
	font-family: 'Flama Trial';
	margin-top:20px;
	}
.hero_description{
	max-width:570px;
	width:100%;
	background: #FFF;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.66) 70%, rgba(0, 0, 0, 0) 100%);
	padding:10px 14px;
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:500;
	margin-top:12px;
	}
	
.hero_list-box {
    width: 100%;
	max-width:550px;
    position: relative;
    margin: 18px 0 0;
	}
.hero_list{
	display:inline-block;
	vertical-align:top;
    width: 100%;
    max-width:370px;
	}
.hero_list li{
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
    align-items: center;
	column-gap:12px;
	padding:5px 0;
	border-bottom:1px solid #c8c7c3;
	}
.hero_list li:last-child{padding-bottom:0; border-bottom:none;}
.hero_list-icn{
	width:21px;
	flex-shrink:0;
	margin-top:4px;
	}
.hero_list-icn img{
	width:100%;
	}
.hero_list-content{
	text-align:left;
	}
.hero_list-content p{
	font-size:18px;
	line-height:24px;
	font-weight:600;
	color:#000;
	}	
.reticle-box{
	position:absolute;
	right:0;
	top:-20px;
	width:90px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	flex-direction:column;
	}
.reticle-col{
	width:100%;
	text-align:center;
	}
.reticle-col img{
	display:block;
	margin:0 auto 0;
	width:82px;
	}
.reticle-col p{
	font-size:11px;
	line-height:15px;
	font-weight:600;
	color:#000;
	text-transform:uppercase;
	}

.hero_product{
	position:absolute;
	bottom:-85px;
	right:-70px;
	width:939px;
	}
.hero-section .button_box{ max-width:400px;}

/*--------------
	COMMON CSS
--------------*/
.common-heading{
	font-size:50px;
	line-height:56px;
	color:#000;
	font-weight:700;
    font-family: 'Flama Trial';
	}
.common-text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:20px;
	}
.button_box{
	display:inline-block;
	vertical-align:top;
	max-width:430px;
	width:100%;
	text-align:center;
	margin:35px 0 0;
	}
.button_top_text{
	font-size:14px;
	line-height:20px;
	color:#000;
	position:relative;
	}
.button_top_text img{
	width:21px;
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 5px;
	}
.button_top_text:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:8px; 
	height:8px;
	border-radius:50%;
	background:#34c759;
	margin:-2px 8px 0 0;
	animation:fade 1s ease infinite;
	}
.common_button{
	width: 100%;
    height:68px;
	background: #FF6B1A;
	background: linear-gradient(0deg, #2e9b13, #51b928);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.2);
	border-radius:10px;
    overflow: hidden;
	font-size:26px;
	line-height:30px;
	font-weight:800;
	color:#fff;
	text-transform:uppercase;
	margin:8px auto 12px;
	}
.common_button img{
	display:inline-block;
	vertical-align:middle;
	margin: 0px 0 0 12px;
	width:24px;
	}
.button_list{
	width:100%;
	display: flex;
    align-items: center;
    justify-content: center;
	column-gap:12px;
	}
.button_list li{
	display: flex;
    align-items: center;
    justify-content: flex-start;
	column-gap:5px;
	text-align:left;
	font-size:14px;
	line-height:18px;
	color:#000;
	}
.button_list li img{
	width:18px;
	flex-shrink:0;
	}

/*====feature-strip====*/
.feature-strip{
	float:left;
	width:100%;
	background:#fff;
	padding:50px 0 30px;
	border-bottom:1px solid #ccc;
	}
.feature-strip-heading{
	display: flex;
	display: -webkit-flex;
    align-items: center;
    justify-content:center;
	column-gap:10px;
	font-size:18px;
	line-height:22px;
	color:#000;
	font-weight:600;
	text-transform:uppercase;
	position:relative;
	}
.feature-strip-heading:before, .feature-strip-heading:after{
	content:"";
	border-top:1px solid #ccc;
	width:130px;
	}
.feature-strip-row{
	width:100%;
	max-width:1030px;
	display: flex;
	display: -webkit-flex;
    justify-content:center;
	margin:20px auto 0;
	}
.feature-strip-col{
	width:25%;
	text-align:center;
	border-right:1px solid #ccc;
	padding:0 20px;
	}
.feature-strip-col:last-child{
	border-right:none;
	}
.feature-strip-img{
	display:block;
	margin:0 auto 0;
	width:136px;
	max-width:100%;
	}
.feature-strip-text{
	font-size:16px;
	line-height:20px;
	color:#000;
	font-weight:600;
	}


/*====advertise-section====*/
.advertise-section{
	float:left;
	width:100%;
	background: url(../images/advertise-sec-bg.webp) no-repeat center top;
	padding:60px 0 65px;
	}
.advertise-box{
	width:100%;
	max-width:800px;
	margin:0 auto 0;
	background: url(../images/advertise-box-bg.webp) repeat center top;
	border:2px solid #c50d00;
	padding:25px;
	
	/*border: 50px solid transparent;
    border-image-source: url(../images/advertise-bdr-img.webp);
    border-image-repeat: repeat;
    border-image-slice: 50;*/
	
	}
.advertise-inner{
	width:100%;
	background: url(../images/advertise-inner-bg.webp) no-repeat center top;
	background-size:cover;
	padding:15px 25px 20px;
	text-align:left;
 	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
	}
.advertise-top{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.advertise-top-left{
	width:55%;
	text-align:left;
	align-content:center;
	}
.advertise-heading{
	font-size:50px;
	line-height:48px;
	letter-spacing:0.3px;
	color:#000;
	font-family: 'stefanie-notes';
	}
.advertise-subhead{
	font-size:27px;
	line-height:25px;
	letter-spacing:0.5px;
	color:#000;
	font-family: 'stefanie-notes';
	margin-top:25px;
	}
	
.advertise-top-right{
	width:37%;
	position:relative;
	}
.advertise-top-img{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	}
.advertise-seal{
	position:absolute;
	left:-65px;
	bottom:10px;
	width:108px;
	}

.advertise-star{
	display:block;
	width:368px;
	margin-top:25px;
	}
.advertise-text1{
	font-size:36px;
	line-height:30px;
	letter-spacing:0.5px;
	color:#000;
	font-family: 'stefanie-notes';
	}
.advertise-text2{
	font-size:15px;
	line-height:23px;
	color:#000;
	font-weight:600;
	font-family: 'SFMono';
	margin-top:25px;
	}
.advertise-text2 span{
	color:#c50d00;
	}
.advertise-img-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:25px auto 0;
	}
.advertise-img-col{
	width:32.5%;
	}

.advertise-img-col img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.advertise-experience-box{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	align-items:center;
	column-gap:20px;
	margin:25px auto 0;
	border:1px solid #8a6a2f;
	padding:10px 25px;
	}
.advertise-experience-icn{
	width:33px;
	flex-shrink:0;
	}
.advertise-experience-icn img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.advertise-experience-content{
	text-align:left;
	}
.advertise-experience-text{
	font-size:30px;
	line-height:30px;
	letter-spacing:0.5px;
	color:#000;
	font-family: 'stefanie-notes';
	}
.advertise-text3{
	font-size:24px;
	line-height:22px;
	letter-spacing:0.5px;
	color:#000;
	font-family: 'stefanie-notes';
	margin-top:25px;
	}
.advertise-info-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	margin:5px auto 0;
	}
.advertise-info-col{
	width:50%;
	padding:0 20px;
	position:relative;
	}
.advertise-info-col:after{
	content:"";
	position:absolute;
	top:20px;
	bottom:15px;
	right:0;
	border-right:1px solid #bbab92;
	}
.advertise-sign{
	display:block;
	width:285px;
	max-width:100%;
	}
.advertise-info-col:first-child{
	padding-left:0;
	}
.advertise-info-col:last-child:after{
	display:none;
	}
.advertise-info-prod{
	display:block;
	margin:-35px auto 0;
	width:200px;
	max-width:100%;
	}


/*===inspire-section===*/
.inspire-section{
    float: left;
    width: 100%;
    background: url(../images/inspire-sec-bg.webp) no-repeat center top;
	background-size:cover;
    padding: 60px 0 65px;
	position:relative;
	overflow:hidden;
	}
.inspire-sec-inner{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.inspire-sec-left{
	width:49%;
	text-align:left;
	}
.inspire-sec-lock-strip{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	column-gap:10px;
	align-items:center;
	background:#287b14;
	margin:10px 0 0;
	padding:4px 8px;
	}
.inspire-sec-lock-strip img{
	width:30px;
	flex-shrink:0;
	}
.inspire-sec-lock-strip p{
	font-size:22px;
	line-height:26px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	}

.inspire-benefit-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	margin:25px 0 0;
	}
.inspire-benefit-col{
	position:relative;
	padding:0 18px;
	display: flex;
	display: -webkit-flex;
	justify-content:flex-start;
    align-items: center;
    column-gap:10px;
	}
.inspire-benefit-col:first-child{
	padding-left:0;
	}
.inspire-benefit-col:last-child{
	padding-right:0;
	}
.inspire-benefit-col:after{
	content:"";
	position:absolute;
	right:0;
	top:10px;
	bottom:0;
	border-right:1px solid #bfc2bf;
	}
.inspire-benefit-col:last-child:after{
	display:none;
	}
.inspire-benefit-col-icn{
	width:36px;
	}
.inspire-benefit-col-icn img{
	display:block;
	width:100%;
	}
.inspire-benefit-col-info{
	text-align:left;
	}
.inspire-benefit-col-text1{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:700;
	text-transform:uppercase;
	}
.inspire-benefit-col-text2{
	font-size:16px;
	line-height:20px;
	color:#000;
	font-weight:500;
	margin-top:5px;
	}

.inspire-sec-right{
	width:48%;
    padding: 10px 0 0;
	}
.inspire-sec-vdo-box{
	border:1px solid #f00;
	padding:5px;
	display:inline-block;
	vertical-align:top;
	width:100%;	
	position:relative;
	cursor:pointer;
	padding-bottom:60%;
	}
.inspire-sec-vdo-box video {
    position: absolute;
    left:5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width:calc(100% - 10px);
    height:calc(100% - 10px);
    background: #000;
    object-fit: cover;
	}

.inspire-sec-product{
	position:absolute;
	left: 24%;
    bottom: -75px;
    width: 1000px;
	}


/*====feature-section====*/
.feature-section{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 65px;
	}
.feature-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:40px auto 0;
	}
.feature-col{
	width:32%;
	background:#1b1b17;
	outline:1px solid #0e991b;
	outline-offset:-7px;
    display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
    flex-direction: column;
	justify-content: space-between;
	}
.feature-col-top{
	width:100%;
	padding:25px 25px 20px;
	text-align:left;
	position:relative;
	}
.feature-col-line{
	position:absolute;
	top:4px;
	left:50%;
	transform:translateX(-50%);
	width:25px;
	height:4px;
	border-radius:50px;
	background:#0e991b;
	}
.feature-col-heading{
	font-size:28px;
	line-height:34px;
	color:#fff;
	font-weight:800;
    font-family: 'Flama Trial';
	}
.feature-col-text{
	font-size:16px;
	line-height:22px;
	color:#fff;
	margin-top:10px;
	}
                
.feature-col-btm{
	width:100%;
	border-top:1px solid #32322f;
	padding:20px 0 250px;
	position:relative;
	}
.feature-col-info-box{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	flex-direction:column;
	row-gap:20px;
	padding:0 25px;
	position:relative;
	z-index:1;
	}
.feature-col-info-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	align-items: center;
	column-gap:15px;
	}
.feature-col-info-icn{
	width:50px;
	height:50px;
	border:1px solid #0a9f3b;
	border-radius:50%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	flex-shrink: 0;
	}
.feature-col-info-icn img{
	display:block;
	margin:0 auto 0;
	width:27px;
	max-width:100%;
	}
.feature-col-info-content{
	text-align:left;
	}
.feature-col-info-text1{
	font-size:18px;
	line-height:24px;
	color:#0a9f3b;
	font-weight:700;
	}
.feature-col-info-text2{
	font-size:16px;
	line-height:22px;
	color:#fff;
	margin-top:2px;
	}
.feature-col-img{
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	right:0;
	}


/*====Specific-section====*/
.specific-section{
	float:left;
	width:100%;
	background:#f4f6f5;
	padding:60px 0 65px;
	}
.specific-box{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	position:relative;
	margin:80px auto 0;
	}
.specific-row{
	width:28%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	flex-direction:column;
	row-gap:40px;
	position:relative;
	}
.specific-col{
	width:100%;
	}
.specific-col-icn{
	width:60px;
	margin:0 auto 0;
	}
.specific-col-icn img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}            	
.specific-col-info{
	width:100%;
	text-align:center;
	padding:10px 0 0;
	}
.specific-col-text1{
    font-size:26px;
    line-height:30px;
    color: #000;
    font-weight:700;
    font-family: 'Flama Trial';
	}
.specific-col-text2{
	font-size:16px;
    line-height:22px;
    color: #000;
	margin-top:10px;
	}
.specific-product-box{
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	width:804px;
	}
.specific-product-box img{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	}

.specific-include-box{
	width:100%;
	max-width:600px;
	margin:50px auto 15px;
	}
.specific-include-heading{
	font-size:26px;
	line-height:30px;
	color:#000;
	font-weight:700;
    font-family: 'Flama Trial';
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	column-gap:15px;
	align-items:center;
	position:relative;
	}
.specific-include-heading:before, .specific-include-heading:after{
	content:"";
	border-top:1px solid #00b400;
	flex-grow:1;
	}
.specific-include-row{
	width:100%;
	max-width:600px;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	margin:20px auto 0;
	}
.specific-include-col{
	text-align:center;
	}
.specific-include-col-img{
	display:block;
	margin:0 auto 0;
	width:148px;
	max-width:100%;
	}
.specific-include-col-text{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:700;
	margin-top:10px;
	}



/*====performance-section====*/
.performance-section{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 65px;
    overflow: hidden;
	}
.performance-box{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.performance-left{
	width:34%;
	text-align:left;
	}
.performance-content-box{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	flex-direction:column;
	row-gap:30px;
	margin:25px 0 15px;
	}
.performance-content-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	column-gap:15px;
	}
.performance-content-icn{
	width:48px;
	flex-shrink: 0;
	}
.performance-content-icn img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.performance-content-info{
	text-align:left;
	align-content:center;
	position:relative;
	padding-right: 33px;
	}
.performance-content-text1{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:700;
	}
.performance-content-text2{
	font-size:14px;
	line-height:20px;
	color:#000;
	margin-top:5px;
	}
.perform-line{
	position:absolute;
	}
.perform-line-1{
	width:170px;
	top:14px;
	right:-60px;
	}  
.perform-line-2{
	width:181px;
	top:14px;
	right:-30px;
	}  
.perform-line-3{
	width:199px;
	top:-37px;
	right:-90px;
	}
.perform-line-4{
	width:284px;
	top:14px;
	right:-170px;
	}
           
.performance-right{
	width:65%;
	position:relative;
	}
.performance-product{
	float:right;
	margin: 78px 20px 0 0;
	width:726px;
	}
.performance-list{
	width:100%;
	position:relative;
	height:100%;
	}
.performance-list li{
	position:absolute;
	width:235px;
	text-align:left;
	}
.performance-list-text1{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:700;
	}
.performance-list-text2{
	font-size:14px;
	line-height:20px;
	color:#000;
	margin-top:5px;
	}
.performance-list li:first-child{
	top:15px;
	left:200px;
	}	
.performance-list li:nth-child(2){
	bottom:0;
	left:200px;
	}
.performance-list li:nth-child(3){
	bottom:60px;
	left:450px;
	}
.performance-list li:last-child{
	bottom:185px;
	right:-20px;
	}		
.perform-list-line-1{
	position:absolute;
	width:121px;
	top:14px;
	right:-140px;
	}  
.perform-list-line-2{
	display:block;
	width:1px;
	margin: 0 0 10px 45px;
	}  
.perform-list-line-3{
	display:block;
	margin:0 0 10px 30px;
	width:1px;
	}
.perform-list-line-4{
	display:block;
	margin:0 0 10px 16px;
	width:1px;
	}



/*====compare-section====*/
.compare-section{
	float:left;
	width:100%;
	background:#f4f6f5;
	padding:60px 0 65px;
    overflow: hidden;
	}

.compare-Box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:980px;
	margin:200px 0 45px;
	border:3px solid #000;
	border-radius:10px;
	}
.compare-col1{
	float: left;
    width:30%;
	background:#edffee;
    position: relative;
	border-radius:7px 0 0 7px;
	}
.compare-list{
	float:left;
	width:100%;
	}
.compare-list li{
	float:left;
	width:100%;
	height:85px;
	font-size:20px;
	line-height:24px;
	color:#000;
	letter-spacing:0.3px;
	font-weight:500;
	position:relative;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content:center;
	border-bottom:1px solid #c0c9c0;
	padding:0 15px;
	}
.compare-list li:last-child{
	border:none;
	}
.compare-col2{
	float: left;
	width:40%;
	background:#141414;
	border-radius:20px;
	padding:0 0 40px;
	border:5px solid #0e991b;
	margin: -50px 0 -45px;
	position:relative;
	}
.compare-top{
	float:left;
	width:100%;
	height:120px;
	position:relative;
	padding:50px 0 0;
	}
.compare-col2 .compare-top{
	height:165px;
	padding:95px 0 0;
	}	
.compare-top p{
	font-size:26px;
	line-height:30px;
	color:#0e991b;
	font-weight:900;
	}
.compare-top h3{
	font-size:30px;
	line-height:34px;
	color:#fff;
	font-weight:800;
	text-transform:uppercase;
	}
.compare-prod-img{
	position:absolute;
	top:-173px;
	left:50%;
	margin-left:-220px;
	width:458px;
	}
.compare-brand-img{
	position:absolute;
	top:-173px;
	left:50%;
	transform: translateX(-50%);
	width:356px;
	}
.compare-col2 .compare-list li{
	font-size:22px;
	color:#fff;
	font-weight:700;
	border-color:#5a5a5a;
	}
.compare-col2 .compare-list li:nth-child(odd){
	background:#202020;
	}
.compare-tick{
	display:block;
	margin:0 auto 0;
	width:40px;
	}
.compare-cross{
	display:block;
	margin:0 auto;
	width:17px;
	}	
.compare-col3{
	float:left;
	width:30%;
	background:#ffebeb;
	border-radius:0 6px 6px 0;
	}
.compare-col3 .compare-top p{
	color:#e70c0c;
	}
.compare-vs{
	position:absolute;
	top:-38px;
	left:50%;
	transform:translateX(-50%);
	width:70px;
	height:70px;
	background:#0e991b;
	border:5px solid #fff;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:30px;
	line-height:34px;
	color:#fff;
	font-weight:800;
	text-transform:uppercase;
	}


/*====guarantee-section====*/
.guarantee-section{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 65px;
	}
.guarantee-heading{
    font-size: 50px;
    line-height: 56px;
    color: #000;
    font-weight: 700;
    font-family: 'Flama Trial';
	}
.guarantee-heading span{
	color:#0e991b;
	}
.guarantee-sub-heading{
	font-size:24px;
    line-height:30px;
    color: #000;
    font-weight: 700;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    column-gap: 5px;
    align-items: center;
    position: relative;
	margin:10px auto 0;
	}
.guarantee-sub-heading:before, .guarantee-sub-heading:after {
    content: "";
    border-top: 1px solid #000;
    width:120px;
	}
.guarantee-box{
	width:100%;
	max-width:970px;
	margin:30px auto 0;
	border:3px solid #000;
	border-radius:10px;
	}
.guarantee-top{
	width:100%;
	background:#000;
	padding:35px 50px 20px 350px;
	position:relative;
	}
.guarante-content{
	text-align:left;
	}
.guarantee-header{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	column-gap:18px;
	position:relative;
	}
.guarantee-header-icn{
	width:60px;
	height:60px;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	background:#51b928;
	border-radius:50%;
	flex-shrink:0;
	}
.guarantee-header-icn img{
	display:block;
	margin:0 auto 0;
	width:36px;
	max-width:100%;
	}
.guarantee-header p{
	font-size:24px;
    line-height:30px;
    color: #fff;
	font-weight:800;
	}
.guarantee-seal-box{
	position:absolute;
	left:20px;
	top:30px;
	width:305px;
	}
.guarantee-seal{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	}
.guarante-text{
	font-size:18px;
	line-height:24px;
	color:#fff;
	margin-top:25px;
	}
.guarantee-btm{
	width:100%;
	text-align:left;
	padding:20px 35px 50px 350px;
	}
.guarante-text2{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:800;
	}
.guarante-text2 span{
	color:#d71212;
	}
.guarante-text3{
	font-size:16px;
	line-height:24px;
	color:#000;
	margin-top:15px;
	}	
.guarantee-box .button_box{
	margin:20px 0 0;
	}

/*===testimonial-section===*/
.testimonial-section{
	float:left;
	width:100%;
	background:#f4f6f5;
	padding:60px 0 60px;
	overflow:hidden;
	}
.testimonial-row{
	width:100%;
	position: relative;
	padding-bottom:30px;
	}
.testimonial-box{
	display: flex;
	display: -webkit-flex;
	overflow: hidden;
	margin:50px auto 10px;
	}
.testimonial-col{
	/*width:364px;*/
	background:#121312;
	height:auto !important;
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
	position:relative;
	border-radius:10px;
	overflow:hidden;
	}
.testimonial-col-top{
	width:100%;
	}
.testimonial-img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.testimonial-col-btm{
	width:100%;
	text-align:left;
	padding:20px 30px 28px;
	display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
	}
.testimonial-col-content{
	width:100%;
	text-align:left;
	}
.testimonial-col-text1{
	font-size:18px;
	line-height:24px;
	color:#fff;
	font-weight:700;
	}
.testimonial-star{
	display:block;
	margin:15px 0 0;
	width:93px;
	}
.testimonial-col-text2{
	font-size:16px;
	line-height:23px;
	color:#fff;
	margin-top:15px;
	}
.testimonial-verify{
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	margin:25px auto 0;
	}
.testimonial-verify-name{
	font-size:16px;
	line-height:22px;
	color:#fff;
	font-weight:700;
	}
.testimonial-verify-text{
	font-size:12px;
	line-height:14px;
    letter-spacing: 0.3px;
	color:#fff;
	}
.testimonial-verify-text img{
	display:inline-block;
	vertical-align:middle;
	width:12px;
	margin:-2px 5px 0 5px;
	}


/*====faq-section====*/
.faq-section{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 65px;
	}
.faq-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:830px;
	margin:15px 0 10px;
	}
.faq-row{
	float:left;
	width:100%;
	border:1px solid #000;
	border-radius:7px;
	margin-top:20px;
	text-align:left;
	position:relative;
	}
.accordion{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:700;
	padding:20px 40px 20px 20px;
	cursor:pointer;
	background:url(../images/open.webp) no-repeat right 20px center;
	background-size:15px;
	}
.acdn-heading.accordion-open{
	background:url(../images/close.webp) no-repeat right 20px center;
	background-size:10px;
	}
.acdn-content{
	float:left;
	width:100%;
	padding:0 40px 0 20px;
	}
.acdn-content p{
	font-size:16px;
	line-height:23px;
	color:#000;
	margin-bottom:25px;
	}
.link {
    color: #03F;
    text-decoration: underline;
	}


/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#111111;
	padding:45px 0 50px;
	}
.ftr-logo{
	display:block;
	margin:0 auto 25px;
	width:165px;
	}
.footer-txt1{
	font-size:16px;
	line-height:22px;
	color:#fff;
	margin-top:10px;
	}
.footer-txt1 a{ padding:0 5px;}




@keyframes fade{
0%{ opacity:100%;}
50%{ opacity:20%;}
100%{ opacity:100%;}
	}


.btn-align-left{ text-align:left;}
.margin-top0{ margin-top:0;}
.margin-top12{ margin-top:12px;}


.fordesk{ display:block;}
.fortab, .formob{ display:none;}
/*=====Media-Querry=====*/

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

.hero-heading { font-size:48px; line-height:52px;}
.reticle-box {right: 50px;}
.hero_product { bottom: -80px; right:0; width: 700px;}

.common-heading {font-size: 43px; line-height: 49px;}

.inspire-benefit-col { padding: 0 4px; column-gap:8px;}
.inspire-benefit-col-text1 { font-size: 19px; line-height: 23px;}
.inspire-benefit-col-text2 {font-size: 15px; line-height: 20px;}

.feature-col-heading { font-size: 28px; line-height: 34px;}

.performance-left { width: 36%;}
.performance-right { width:63%;}
.performance-product { margin: 100px 0 0 0; width: 630px;}
.performance-list li:first-child {top: 30px; left: 135px;}
.performance-list li:nth-child(2) { bottom:40px; left: 160px;}
.performance-list li:nth-child(3) { bottom:90px; left: 380px;}
.performance-list li:last-child { bottom: 200px; right: -64px;}

.perform-line-1 {width: 150px; right: -60px;}
.perform-line-2 { width: 140px; right: -15px;}
.perform-line-3 { width: 150px; top: -25px; right: -60px;}
.perform-line-4 {width: 240px; right: -150px;}

.inspire-benefit-col { padding: 0 20px;}

.specific-product-box { width: 620px;}
.guarantee-heading { font-size: 43px; line-height: 48px;}
}


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

.fordesk{display: none;}
.fortab{display: block;}


ul.topMenu li { padding: 0 6px;}
ul.topMenu li a { font-size: 14px; line-height: 14px;}
.header-btn { max-width: 180px; font-size:14px;}
.header-btn img { width: 15px; margin: 0 0 0 5px;}

.hero-heading { font-size:40px; line-height:46px;}
.hero_product {bottom: -70px; right: -30px; width: 500px;}
.hero_list { max-width: 320px;}
.reticle-box {right: 0;}

.common-heading {font-size: 38px; line-height: 44px;}
.common-text {font-size: 17px; line-height: 24px;}

.inspire-sec-inner{ max-width:600px; margin:0 auto 0;}
.inspire-sec-left {width: 100%;}
.inspire-sec-lock-strip {}
.inspire-sec-lock-strip p { font-size: 20px; line-height: 24px;}

.inspire-sec-right {width: 100%; padding:15px 0 0;}
.inspire-benefit-col { padding: 0 30px;}
.inspire-sec-product{ position:static; display:block; margin:20px auto 0; width:480px;}
.inspire-sec-vdo-box{ margin-top:15px;}

.feature-row { width: 100%; max-width:400px; row-gap:30px;}
.feature-col { width:100%;}

.performance-box{ max-width:600px; margin:0 auto 0;}
.performance-left { width:100%; text-align: center;}
.performance-right { width:100%;}
.perform-line{ display:none;}
.performance-product {margin: 30px auto 0; width: 560px; max-width:100%; float: none;}

.performance-list { height:auto; display:flex; justify-content:center; flex-wrap:wrap; margin:30px auto 0;}
.performance-list li { position: static; border-right: 1px solid #ccc; text-align: center; padding: 0 8px; width: 25%;}
.performance-list li:first-child{ padding-left:0;}
.performance-list li:last-child{ padding-right:0; border-right:none;}

.compare-prod-img { top: -120px; margin-left:-150px; width:320px;}
.compare-brand-img {top: -127px; width: 256px;}
.compare-list li { font-size: 18px; line-height: 22px; padding: 0 12px;}
.compare-col2 .compare-list li { font-size: 20px; line-height:24px;}

.guarantee-heading { font-size:38px; line-height:44px;}
.guarantee-top { padding: 35px 30px 20px 300px;}
.guarantee-seal-box { width: 250px;}
.guarantee-header p { font-size: 21px; line-height: 28px;}
.guarante-text { font-size: 17px; line-height: 24px; margin-top: 20px;}
.guarantee-btm { padding: 20px 30px 50px 300px;}
.guarante-text2 { font-size: 21px; line-height: 28px;}
}


@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.fordesk{display:none;}
.formob{display:block;}
.hidemob{ display:none;}


.top-fix-bar { margin-bottom:52px;}
.header { height:52px; margin-top: -52px; top:52px;}
.header-row { height:52px;}
.logo { width: 135px; }
.header-btn { max-width: 150px; font-size:12px; line-height:15px; height:34px;}
.header-btn img { width: 13px; margin: 0 0 0 5px;}

.hero-section { background: url(../images/hero-bg-mob.webp) no-repeat center top #fdf9f4; background-size: cover; padding:20px 0 35px;}
.hero_content { width: 100%;}
.hero-rev-text {font-size: 13px; line-height: 19px;}
.hero-rev-text img { width: 65px; margin: -4px 5px 0 0;}
.hero-heading {font-size: 38px; line-height: 42px; letter-spacing:0; margin-top: 12px;}
.hero_description { background:none; padding: 10px 0 0; font-size: 16px; line-height: 22px; margin-top: 0;}
.hero_product { width: calc(100% + 30px); max-width:none; position: static; margin:10px 0 0 -15px;}
.hero_list-box { margin: 12px 0 0;}
.hero_list { max-width: 100%;}
.hero_list li { padding: 3px 0;}
.hero_list-content p {font-size: 17px; line-height: 23px;}

.feature-strip { padding: 20px 0 25px;}
.feature-strip-heading { font-size: 16px; line-height:22px; width: calc(100% + 30px); margin:0 0 0 -15px; column-gap: 5px;}
.feature-strip-heading:before, .feature-strip-heading:after { width: 20px;}
.feature-strip-row{ flex-wrap:wrap;}
.feature-strip-col { width:50%; padding: 0 20px; position:relative;}
.feature-strip-col:nth-child(2){ border-right:none;}
.feature-strip-col:nth-child(n+3){ margin-top:20px; padding-top:10px;}
.feature-strip-col:nth-child(n+3):before{ content:""; position:absolute; top:-10px; left:10px; right:10px; border-top:1px solid #ccc;}
.feature-strip-text{ margin-top:5px;}

.advertise-section { padding: 50px 0 40px; background-size: 550px;}
.advertise-box { padding:15px 12px;}
.advertise-inner { padding: 15px 15px 10px;}
.advertise-top-left {width: 52%;}
.advertise-heading { font-size: 30px; line-height: 32px;}
.advertise-subhead {font-size: 20px; line-height: 24px; margin-top: 10px;}
.advertise-top-right { width: 45%;}
.advertise-text1 {font-size: 23px; line-height: 25px; letter-spacing: 0.8px;}
.advertise-text2 {font-size: 14px; line-height: 20px; margin-top: 20px;}
.advertise-seal {left: -30px; bottom: 0; width: 75px;}
.advertise-star { width: 100%; margin: 10px auto 10px;}
.advertise-img-col img { min-height: 90px; object-fit: cover;}
.advertise-experience-box {column-gap:8px; margin: 20px auto 0; padding: 10px 10px;}
.advertise-experience-icn {width: 25px;}
.advertise-experience-text { font-size: 24px; line-height: 26px;}
.advertise-text3 { font-size: 21px;line-height: 23px; margin-top: 18px;}

.advertise-info-row { margin: 15px auto 0;}
.advertise-info-col { width:auto; padding: 0 5px;}
.advertise-info-prod { width:180px; margin: 0 auto 0;}

.common-heading {font-size:30px; line-height:34px;}
.common-text { font-size: 16px; line-height: 23px;}
.button_box {margin: 25px 0 0;}
.button_top_text { font-size: 12px; line-height: 18px;}
.button_top_text:before { width: 6px; height: 6px; margin: -2px 6px 0 0;}
.common_button { height: 60px; border-radius: 8px; font-size: 22px; margin:6px auto 8px;}
.common_button img { margin: 0px 0 0 10px; width: 20px;}
.button_list li {font-size: 13px; line-height: 18px;}
.button_list li img {width: 14px;}

.inspire-section {padding: 30px 0 35px;}
.inspire-sec-lock-strip { margin: 7px 0 0;}
.inspire-sec-lock-strip img { width: 26px;}
.inspire-sec-lock-strip p {font-size: 16px; line-height: 22px;}
.inspire-benefit-col { padding: 0 15px; flex-direction:column;}
.inspire-benefit-col-icn { width: 30px;}
.inspire-benefit-col-info { text-align: center; padding:10px 0 0;}
.inspire-benefit-col-text1 { font-size: 16px; line-height: 20px;}
.inspire-benefit-col-text2 { font-size: 13px; line-height: 17px;}
.inspire-sec-product{ margin:15px 0 0 -15px; width:calc(100% + 30px);}
.inspire-sec-vdo-box{ margin-top:15px;}
.inspire-sec-right { width:100%; padding: 0 0 0;}

.feature-section { padding: 30px 0 35px;}
.feature-row { row-gap: 20px; margin: 25px auto 0;}
.feature-col-info-icn { width: 42px; height: 42px;}
.feature-col-info-icn img { width: 24px;}
.feature-col-heading {font-size: 26px; line-height: 30px;}
.feature-col-text{font-size: 15px;}
.feature-col-info-text1 {font-size: 16px; line-height: 23px;}
.feature-col-info-text2{font-size: 15px;}
.feature-col-btm { padding: 18px 0 230px;}
.feature-col:nth-child(3) .feature-col-btm { padding-bottom:250px;}

.specific-section { padding: 30px 0 35px; overflow:hidden;}
.specific-box { margin: 25px auto 0;row-gap: 30px;}
.specific-product-box { position: static; transform: none;width: 100%;}
.specific-product-box img { width: calc(100% + 160px); margin: 0 0 -30px -80px; max-width:none;}
.specific-row {width: 100%;row-gap: 30px;}
.specific-col { padding: 0 20px;}
.specific-col-icn {width: 50px;}
.specific-col-text1 { font-size: 24px; line-height: 30px;}
.specific-col-text2 { font-size: 16px; line-height: 23px; margin-top: 5px;}
.specific-include-box { margin: 40px auto 0;}
.specific-include-heading { font-size: 22px; line-height: 28px;}
.specific-include-col-text {font-size: 16px; line-height: 20px;}
.specific-include-col-img {width: 100px;}

.performance-section { padding: 30px 0 35px;}
.performance-content-box {row-gap: 20px; margin: 25px 0 0;}
.performance-content-row {column-gap: 10px;}
.performance-product { margin: 20px auto 0; width: 560px;}
.performance-content-info{ padding:0;}
.performance-content-text2{ font-size: 15px;  line-height: 22px;}

.compare-section { padding: 30px 0 40px; overflow:hidden;}
.compare-Box { margin: 100px 0 0; border-width:2px;}
.compare-top { height: 65px; padding: 22px 0 0;}
.compare-prod-img { top: -60px; margin-left: -70px; width: 160px;}
.compare-brand-img { top: -70px; width: 140px;}
.compare-top p { font-size: 14px; line-height: 18px;}
.compare-top h3 {font-size:18px; line-height:22px;}
.compare-list li { font-size: 14px;line-height: 18px; padding: 0 8px; height:75px;}
.compare-col2 { padding: 0 0 10px; border-width:3px; margin: -30px 0 -14px;}
.compare-col2 .compare-top { height: 92px; padding: 50px 0 0;}
.compare-col2 .compare-list li { font-size: 14px; line-height: 18px;}
.compare-tick { width: 22px;}
.compare-vs {top: -28px; width:50px; height:50px; border:3px solid #fff; font-size:20px; line-height:24px;}


.guarantee-section {padding: 30px 0 35px;}
.guarantee-heading {font-size: 30px; line-height: 34px;}
.guarantee-sub-heading { font-size:17px; line-height:23px; margin:5px auto 0;}
.guarantee-sub-heading:before, .guarantee-sub-heading:after { width: 25px;}
.guarantee-box{ margin:20px auto 0;}
.guarantee-top { padding: 20px 15px 20px 15px;}
.guarantee-seal-box {width: 100px; position:static;flex-shrink: 0;}
.guarantee-header { column-gap: 12px; align-items: center;}
.guarantee-header-icn {width: 50px; height: 50px;}
.guarantee-header-icn img { width: 32px;}
.guarantee-header p {font-size: 18px; line-height: 26px;}
.guarante-text { font-size: 16px; line-height: 23px; margin-top: 20px;}
.guarantee-btm { padding: 25px 15px 25px 15px;}
.guarante-text2 {font-size: 18px; line-height: 24px;}

.testimonial-section { padding: 30px 0 35px;}
.testimonial-row{ width:calc(100% + 30px); margin:0 0 0 -15px; }
.testimonial-box { margin: 15px auto 0;}
.testimonial-col-btm {padding: 15px 20px 25px;}
.testimonial-col-text1 {font-size: 17px; line-height: 23px;}
.testimonial-star { margin: 10px 0 0; width: 80px;}
.testimonial-col-text2 { margin-top: 12px;}

.faq-section { padding: 30px 0 35px;}
.faq-box { margin: 0 0 0;}
.faq-row { margin-top: 15px; min-height: 65px; align-content: center;}
.accordion { font-size: 17px; line-height: 23px; padding: 12px 30px 12px 15px; background-size:12px; background-position:97% center;}
.acdn-heading.accordion-open{background-size:10px; background-position:97% center;}
.acdn-content { padding: 0 15px 0 15px;}
.acdn-content p { font-size:16px; line-height:23px; margin-bottom:20px;}

.footer { padding: 0 0 30px;}
.ftr-logo { margin: 15px auto 25px; width: 165px;}
.footer-txt1 { font-size:14px; line-height:20px; margin-top:10px;}


.btn-align-left{ text-align:center;}

/*====stickybtn====*/
#ctabtn-mob{
	padding:10px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 999;
	transition: bottom 1s;
	display: table;
	width:100%;
	background:#111111;
	}
#ctabtn-mob .button_box{ margin-top:0;}
#ctabtn-mob .common_button{ margin-bottom:0;}
#ctabtn-mob .button_top_text{ color:#fff;}
}

}


