@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
	font-family: 'Sailec';
	font-weight: normal;
	overflow-x: hidden;
	}
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; max-width:100%;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.for-mob{display:none;}
.for-desk{}

@font-face {
	font-family: 'Sailec Regular';
	src: url('Sailec-Italic.woff2') format('woff2'),
		url('Sailec-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
	}
@font-face {
	font-family: 'Sailec';
	src: url('Sailec-Medium.woff2') format('woff2'),
		url('Sailec-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Sailec';
	src: url('Sailec.woff2') format('woff2'),
		url('Sailec.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Sailec';
	src: url('Sailec-Bold.woff2') format('woff2'),
		url('Sailec-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

/*-----------------------
    MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

.top-strip{
	float:left;
	width:100%;
	padding:5px 0;
	background:#000;
	}
.top-strip p{
	font-size:16px;
	line-height:24px;
	color:#ffffff;
	font-weight:500;
	}
.top-strip p span{
	color:#ff5523;
	}
/*HEADER CSS*/	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top: -70px;
    position: relative;
    top:70px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-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);
	}

.logo{
	float:left;
	margin-top:15px;
	}
a.header-btn{ 
	float:right; 
	width:160px;
	font-size:20px;
	color:#ffffff;
	height:44px;
	line-height:44px;
	font-weight:700;
	margin-top:14px;
	border-radius:6px;
	background:#0fab60;
	}
a.header-btn:hover{
	background:#2bca7e;
	transition:all ease 0.5s;
	}
	
ul.mainMenu{
	margin-top:25px;
	float:right;
	}
ul.mainMenu li{
	float:left;
    padding:0 18px;
	border-right:1px solid #ddd;
	}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float:left;
	color:#000000;
	font-size:16px;
	font-weight:400;
	line-height:22px;
	letter-spacing:0.3px;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{color:#0fab60;}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:175px;
    top:26px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #333;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7.5px, 5px);
	transform: rotate(-45deg) translate(-7.5px, 5px);
	background:#333;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -5px);
	transform: rotate(45deg) translate(-7px, -5px);
	background:#333;
	}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:100px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:70px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}
	
/*-------------------------
     BANNER CSS
--------------------------*/

.banner-sec{
	float:left;
	width:100%;
	background:url(../fzb_files/bnr-bgr.jpg) no-repeat center top;
	background-size:cover;
	}
.bnr-left{
	float:left;
	width:60%;
	padding:70px 0 80px;
	text-align:left;
	}
.bnr-heading{
	font-size:46px;
	line-height:58px;
	font-weight:bold;
	color:#272727;
	}
.bnr-heading span{
	color:#ff5523;
	}
.bnr-para{
	padding-top:30px;
	font-size:19px;
	line-height:28px;
	color:#363636;
	letter-spacing:0.5px;
	}
.click-btn{
	display: inline-block;
    vertical-align: middle;
	height:60px;
	margin:40px 0 0 0;
	font-size:20px;
	line-height:60px;
	color:#ffffff;
	text-align:center;
	border-radius:6px;
	background:#0fab60;
	font-weight:bold;
	padding:0 30px;
	}
.click-btn:hover{
	background:#2bca7e;
	transition: all ease 0.5s;
	}

.bnr-prod{
	position: absolute;
    right: 175px;
    top: 45px;
	}
/*-------------------------
     BANNER BOTTOM CSS
--------------------------*/
.bnr-btm-sec{
	float:left;
	width:100%;
	padding:30px 0 0 0;
	}
.top-para{
	font-size:18px;
	line-height:26px;
	color:#272727;
	font-weight:500;
	background:url(../fzb_files/line1.png) no-repeat center center;
	}
.bnr-btm-list{
	float:left;
	width:100%;
	padding:20px 0 20px;
	border-bottom:2px solid #c8c8c8;
	}
.bnr-btm-list li{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:24px;
	color:#272727;
	font-weight:500;
	position:relative;
	padding:0 54px;
	}
.bnr-btm-list li img{
	display:block;
	margin:0 auto 10px;
	}
.bnr-btm-list li:after{
	content:'';
	position:absolute;
	border-right:1px solid #e0e0e0;
	width:1px;
	top:5px;
	bottom:25px;
	right:0;
	}
.bnr-btm-list li:last-child:after{
	display:none;
	padding:0;
	}
	
/*-------------------------
     SECTION1 CSS
--------------------------*/
.section1{
	float:left;
	width:100%;
	padding:65px 0;
	}
.sec-heading{
	float:left;
	width:100%;
	padding-bottom:40px;
	font-size:42px;
	line-height:52px;
	color:#191919;
	background:url(../fzb_files/hdg-bodr.png) no-repeat center bottom;
	}
.sec-heading span{
	color:#ff5524;
	}
.common-para{
	float:left;
	width:100%;
	font-size:19px;
	line-height:30px;
	color:#545454;
	margin:20px 0;
	}
.com-padding{
	padding:0 80px;
	}
.common-para strong{
	font-weight:500;
	color:#191919;
	}
.tube-video{
	margin:25px 0;
	display:inline-block;
	vertical-align:middle;
	max-width:770px;
	width:100%;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	}
.poster-image{
	float:left;
	width:100%;
	}
video{
	float:left;
	width:100%;	
	}
.sec1-list{
	float:left;
	width:100%;
	padding:20px 30px 10px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.colm-list{
	width:23%;
	padding: 15px 18px 20px;
	border-radius:10px;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	}
.colm-list img{
	display:block;
	margin:15px auto 10px;
	}
.colm-list span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:30px;
	font-weight:500;
	color:#191919;
	padding-bottom:10px;
	}
.colm-list p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	color:#494949;
	}
.s1-bottom-txt{
	float:left;
	width:100%;
	color: #191919;
	font-size:22px;
	line-height:32px;
	margin-top:30px;
	font-weight:bold;
	padding:0 90px;
	}
/*-------------------------
     SECTION2 CSS
--------------------------*/	
.section2{
	float:left;
	width:100%;
	padding:65px 0 70px;
	background:#f2f7fb;
	}

.sec2-list{
	float:left;
	width:100%;
	padding:20px 0 10px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.sec2-list li{
	width:24.5%;
	padding: 30px 15px 55px;
	border-radius:10px;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	}
.sec2-list li img{
	display:block;
	margin:20px auto 20px;
	}
.sec2-list li span{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	font-weight:500;
	color:#ffffff;
	padding-bottom:15px;
	}
.sec2-list li p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:27px;
	color:#ffffff;
	letter-spacing:0.3px;
	}
.sec2-list li:nth-child(1){
	background:url(../fzb_files/s2-listbg1.jpg) no-repeat center top;
	background-size:cover;
	}
.sec2-list li:nth-child(2){
	background:url(../fzb_files/s2-listbg2.jpg) no-repeat center top;
	background-size:cover;
	}
.sec2-list li:nth-child(3){
	background:url(../fzb_files/s2-listbg3.jpg) no-repeat center top;
	background-size:cover;
	}
.sec2-list li:nth-child(4){
	background:url(../fzb_files/s2-listbg4.jpg) no-repeat center top;
	background-size:cover;
	}
	
/*-------------------------
     SECTION3 CSS
--------------------------*/
.section3{
	float:left;
	width:100%;
	padding:65px 0;
	}
.feature-img-box{
	display:inline-block;
	vertical-align:middle;
	margin:40px 20px 0;
	}
.feature-img-box img{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	}
.feature-img-box p{
	color:#1c1c1c;
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	}
.sec3-cont{
	display:inline-block;
	vertical-align:middle;
	max-width:770px;
	width:100%;
	margin-top:30px;
	}
.s3-img{
	display:inline-block;
	vertical-align:middle;
	margin:20px auto 0;
	}
.s3-cont-list{
	float:left;
	width:100%;
	}
.s3-cont-list li{
	float:left;
	width:100%;
	text-align:center;
	}
.s3-cont-list li img{
	display:block;
	margin:35px auto 10px;
	}
.s3-cont-list li span{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	font-weight:700;
	color:#1e1e1e;
	}
.s3-cont-list li p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:27px;
	color:#545454;
	padding-top:10px;
	letter-spacing:0.5px;
	}
/*-------------------------
     SECTION4 CSS
--------------------------*/
.section4{
	float:left;
	width:100%;
	padding:65px 0;
	background:#f2f7fb;
	}
.s4-mid-box{
	float:left;
	width:100%;
	padding:35px 35px 10px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.s4-box-col{
	width:30%;
	border-radius:10px;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	background:#ffffff;
	position:relative;
	padding:0 10px 10px;
	}
.s4-box-col:after{
	position:absolute;
	content:'';
	left:10px;
	top:10px;
	right:10px;
	bottom:10px;
	border-radius:10px;
	border:1px solid #ff8b1c;
	}
.s4-prod{
	display:block;
	margin:0 auto;
	position:relative;
	
	}
.col-txt1{
	float:left;
	width:100%;
	font-size:22px;
	line-height:26px;
	font-weight:500;
	color:#1e1e1e;
	padding:20px 0 15px;
	position:relative;
	z-index:2;
	
	}
.col-txt2{
	float:left;
	width:100%;
	position:relative;
	font-size:18px;
	line-height:26px;
	z-index:2;
	font-weight:500;
	padding:5px 0 4px;
	color:#ffffff;
	background: rgb(255,60,5);
	background: -moz-linear-gradient(90deg, rgba(255,60,5,1) 0%, rgba(255,109,19,1) 50%, rgba(255,139,28,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,60,5,1) 0%, rgba(255,109,19,1) 50%, rgba(255,139,28,1) 100%);
	background: linear-gradient(90deg, rgba(255,60,5,1) 0%, rgba(255,109,19,1) 50%, rgba(255,139,28,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3c05",endColorstr="#ff8b1c",GradientType=1);
	}
.col-txt3{
	float:left;
	width:100%;
	padding:15px 15px 25px;
	position:relative;
	font-size:18px;
	line-height:26px;
	color:#1c1c1c;
	z-index:2;
	}
.s4-icon{
	display:inline-block;
	vertical-align:middle;
	margin-top:30px;
	}
	
/*-------------------------
     SECTION5 CSS
--------------------------*/
.section5{
	float:left;
	width:100%;
	background:url(../fzb_files/se5-bgr.jpg) no-repeat center top;
	background-size:cover;
	overflow:hidden;
	}
	
.s5-cont{
	float:left;
	width:67%;
	padding:65px 0 60px;
	text-align:left;
	}
.white{
	color:#ffffff;
	}
.s5-cont .sec-heading{
	background:url(../fzb_files/s5-hdbdr.png) no-repeat left bottom;
	}
.s5-list{
	float:left;
	width:100%;
	}
.s5-list li{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	padding:20px 0 0 80px;
	}
.s5-list li img{
	position:absolute;
	left:0;
	top:25px;
	}
.s5-list li span{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	color:#ff5524;
	}
.s5-list li p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:27px;
	color:#ffffff;
	}
.s5-prod{
	position:absolute;
	right:0;
	top:200px;
	}
/*-------------------------
     SECTION6 CSS
--------------------------*/
.section6{
	float:left;
	width:100%;
	padding:65px 0;
	}
.review-box{
	display:inline-block;
	vertical-align:middle;
	margin-top:40px;
	max-width:800px;
	width:100%;
	background:#fff;
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	border-radius:10px;
    padding: 25px;
	}
.rating-left{
	display:inline-block;
	vertical-align:middle;
	width:130px;
	text-align:center;
	}
.rating-left span{
	display:block;
	color:#000000;
	font-size:50px;
	line-height:50px;
	font-weight:700;
	margin-bottom:10px;
	}
.rating-left img{width:100px;}
.rating-left p{
	color:#9f9e9e;
	font-size:17px;
	line-height:16px;
	font-weight:400;
	}
ul.rev-bars{
	display:inline-block;
	vertical-align:middle;
    width: calc(100% - 509px);
    padding: 0 20px;
	}
ul.rev-bars li{
	float:left;
	width:100%;
	background-color: #f5f5f5;
    height: 9px;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.21);
    overflow: hidden;
	margin:10px 0;
	}
ul.rev-bars li span{
	float:left;
	background-color: #fab73c;
	height:100%;
	}
ul.rating-vals{
    display:inline-block;
	vertical-align:middle;
    width: 150px;
	margin-right:10px;
	}
ul.rating-vals li{
	float:left;
	width:100%;
	text-align:left;
	color:#000000;
	font-size:16px;
	margin:2px 0;
	font-weight:500;
	}
ul.rating-vals li img{
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
	}
.cs-percent{
    display:inline-block;
	vertical-align:middle;
    width: 160px;
    color: #656565;
    font-size: 15px;
	line-height:22px;
	}
.cs-percent span{
	display:inline-block;
	vertical-align:middle;
	color:#000;
	font-size:36px;
	line-height:36px;
	font-weight:700;
	margin-bottom:10px;
	}
	
.test-sec{
	float:left;
	width:100%;
	padding:20px 70px 0;
	}
.test-row{
	float: left;
    width: 100%;
    text-align: left;
    position: relative;
    min-height: 43px;
    padding-left: 70px;
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #b0b0b0;
	}
.test-row:last-child{ border-bottom:none; padding-bottom:0;}
.test-row-p1{
	position: absolute;
    left: 0;
    top: 10px;
    width: 46px;
    height: 46px;
    background: #d9beb6;
    border-radius: 50%;
    font-size:22px;
    line-height: 46px;
	color:#fffefe;
    text-transform: uppercase;
    text-align: center;
	}
.test-row img{
	display:inline-block;
	vertical-align: middle;
	margin-top:0;
	}
.test-row-p2{
	float:left;
	width:100%;
	color:#000000;
	font-size:17px;
	line-height:26px;
	color:#191919;
	margin:15px 0;
	letter-spacing:0.5px;
	}
.test-row-p3{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	color:#5f5f5f;
	}
.test-row-p3 span{
	font-size:18px;
	line-height:26px;
	font-weight:500;
	color:#191919;
	}

/*-------------------------
     SECTION6 CSS
--------------------------*/
.footer{
	float:left;
	width:100%;
	padding:30px 0;
	border-top:1px solid #eeeeee;	
	}
.logo1{
	display:block;
	margin:5px auto 15px;
	}
.ftr-txt{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height:24px;
    color: #545454;
	margin:5px 0;
	letter-spacing:0.5px;
	}	
.ftr-txt a{
    padding: 0 5px;
    color: #545454;
	}


.for-tab{ display:none;}

@media only screen and (max-width:1187px){
.container{width:1004px;}
.bnr-left{ width:55%; padding: 35px 0 60px 0;}
.bnr-prod{ right:125px;}

.bnr-btm-list li{ padding:0 40px;}

.sec2-list li{ padding:30px 10px;}

.s4-box-col{ width:31%;}

.s5-cont{ width:70%;}
.sec-heading{ font-size:34px; line-height:44px;}

.common-para{ font-size:18px; line-height:28px;}
.s5-prod{ width:370px; top:240px;}
}

@media only screen and (max-width:1021px){
.container{width:750px;}
.for-desk{ display:none;}
.for-tab{ display:block;}

a.header-btn{font-size:19px; width:140px;}
ul.mainMenu li{ padding:0 7px;}
ul.mainMenu li a{font-size:15px;}

.bnr-left{ padding:35px 0 45px 0;}
.bnr-heading{ font-size:35px; line-height:45px;}
.bnr-para{ font-size:18px; line-height:26px;}
.bnr-prod{ right:50px; width:300px;}
.bnr-btm-list li{ padding:0 19px;}
.click-btn{ margin:30px 0 0 0;}



.com-padding{ padding:0 30px;}
.section1{ padding:40px 0;}
.sec1-list{ padding:15px 0 10px;}
.colm-list{ padding:10px 15px 20px;}
.colm-list p{ font-size:16px; line-height:24px; letter-spacing:0.5px;}


.sec2-list{ padding:0 0 10px;}
.sec2-list li{ width:49%; margin-top:15px; padding:30px 19px;}

.feature-img-box{width:44%; margin:20px 10px 0;}

.s4-mid-box{ padding:35px 0 10px;}
.s4-box-col{ width:32%; padding:0 6px 10px;}
.s4-box-col:after{ left:6px; right:6px; top:6px; bottom:6px;}
.col-txt3{ font-size:16px; line-height:24px; padding:10px 10px 15px;}
.col-txt2{ font-size:16px; line-height:24px; padding:3px 0 3px;}



.s5-list li span{ font-size:20px; line-height:28px;}
.s5-list li p{ font-size:16px; line-height:24px;}
.s5-prod{ width:270px; right:-80px;}

.review-box{ padding:20px 14px;}
.rat-img{margin: 0 15px 0 20px;}
.rat-txt{ margin: 0 15px 0 20px;}
.test-sec{ padding:20px 0 0;}
}



@media only screen and (max-width:767px){
.container{width:100%; max-width:600px; padding:0 10px;}
.for-mob{display:block;}
.for-desk{display:none;}
.hide-mob{ display:none;}

.top-strip p{font-size:12px;}

.top-fix-bar{ margin-bottom:50px;}
.header{ height:50px; margin-top:-50px; top:50px;}
.logo {margin-top: 5px;width: 130px;}
.mob-mnu-ic{ right:15px; top:17px;}
.mobilemenu{ top:85px;}
.mobimenu-top{ top:50px;}

.banner-sec{ background:#f2f7fb;}
.banner-sec .container{ padding:0;}
.bnr-left{ width:100%; text-align:center; padding:10px 0 20px;}
.bnr-prod{ display:none;}

.bnr-mob{ margin:0 auto 15px; max-width:100%;}
.bnr-heading{ font-size:24px; line-height:34px; padding:0 10px 14px;}
.bnr-para{ padding-top:0; font-size:17px; line-height:24px; letter-spacing:0.6px; padding:0 20px;}

.bnr-btm-sec{ padding:20px 0 0 0;}
.top-para{ background:none; font-size:17px;}
.bnr-btm-list{ padding:5px 0 20px;}
.bnr-btm-list li{ width:32%; padding:0 9px; margin-top:15px; font-size:14px; line-height:20px;}
.bnr-btm-list li:nth-child(3):after{ display:none;}

.section1 { padding: 25px 0;}
.sec-heading{ font-size:25px; line-height:35px; padding-bottom:35px;}
.common-para{ font-size:16px; line-height:24px; letter-spacing:0.5px; margin:15px 0 5px; padding:0;}

.tube-video{ margin:20px 0;}

.tube-video{margin:10px 0 0 0;}
.sec1-list { padding: 0 10px;}
.colm-list{ width:100%; margin-top:25px; padding: 10px 35px 20px;}
.colm-list p{font-size:17px;}
.s1-bottom-txt{padding:0; font-size:18px; line-height:26px;}

.section2 { padding:30px 0;}
.sec2-list{ padding:0 15px 10px;}
.sec2-list li{ width:100%;}
.sec2-list li img{ margin:10px auto 15px;}
.sec2-list li p{font-size: 16px;line-height: 26px; letter-spacing:0.5px;}

.section3 { padding:25px 0;}
.sec3-cont{margin-top:10px;}
.s3-cont-list{ padding:0 10px;}
.s3-cont-list li img{ margin:25px auto 10px;}
.s3-cont-list li span{ font-size:20px; line-height:28px;}
.s3-cont-list li p{ font-size:16px; line-height:24px; padding:10px 10px 0;}

.feature-img-box{width:90%; margin:25px 0 0 0;}

.section4{ padding:30px 0;}
.s4-mid-box { padding: 0 15px 10px;}
.s4-box-col{ width:100%; margin-top:25px;}

.s5-cont{ width:100%; text-align:center; padding:30px 0;}
.s5-cont .sec-heading { background: url(../fzb_files/hdg-bodr.png) no-repeat center bottom;}
.s5-prod{ position:static; display: inline-block; vertical-align:middle; margin:20px auto 5px; width:180px;}

.test-row-p2{font-size: 16px; line-height: 24px;letter-spacing: 0.5px;}
.test-row-p3,.test-row-p3 span{ font-size:16px;}

.section6{ padding:30px 0;}
.rat-sec{ width:100px;}
.rat-img{ width:190px; margin:0 0 0 15px;}
.rat-txt{ width:100%; margin:15px 0 0 0;}
.rat-txt1{ width:70%; margin-top:15px;}

.test-row{ padding-left:55px; margin-top:10px;}

.rating-left{ width:100%; margin:0 0 15px;}
.rating-left span{ font-size:50px; line-height:40px; margin-bottom:0; display:inline-block; vertical-align:middle;}
.m-rev{display:inline-block; vertical-align:top; margin-left:10px; text-align:left;}
.rating-left p{ font-size:15px; line-height:15px;}
.rating-left img{ width:80px;}
ul.rev-bars{padding:0; float:left; width:calc(100% - 150px);}
ul.rating-vals{ float: right;width:140px; margin:0;}
ul.rating-vals li{margin: 2px 0;}
ul.rev-bars li{ height:7px; margin:11px 0;}
ul.rating-vals li img{ width:80px; vertical-align:middle; margin:-5px 15px 0 0;}
.cs-percent{ width:100%; margin-top:15px;}
.cs-percent span{ font-size:30px; line-height:30px; margin-bottom:5px;}
.cs-percent{ font-size:14px; line-height:20px;}

.footer{ padding:0 0 25px 0;}
.ftr-txt{ font-size:14px; line-height:24px; margin:5px 0 0;}
.ftr-txt a{ font-size:14px; padding:0 2px;}
.logo1{ margin:15px auto 5px; width:120px;}

#call-btn {
    float: left;
    width: 100%;
    padding: 11px 10px 10px;
    background: #115985;
    position: fixed;
    bottom: 0%;
    left: auto;
    z-index:10;
    transition: bottom 1s;
    display: table;
	}
#call-btn .btn-ofr-txt{ color:#fff;}
#call-btn .click-btn{ margin:0; width:100%;}


}