@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: "Raleway", 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;}
img {border: none; max-width: 100%; height: auto; vertical-align: middle}
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;
	}
	
/*========Header========*/	
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:80px;
	}
.header{
	float:left;
	width:100%;
	height:80px;
	margin-top:-80px;
	top:80px;
	position:relative;	
	padding: 10px 0;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	border-bottom:1px solid #ddd;
	background:#fff;
	margin-top:0;
	top:0;
	}		
.logo{
	    float: left;
    margin-top: 0;
    width: 220px;
	}
ul.topMenu{
	display:inline-block;
	vertical-align:top;
    margin-top:20px;
	}
ul.topMenu li{
	float:left;
	padding:0 15px;
	position:relative;
	}
ul.topMenu li a{
	color:#202020;
	font-size:17px;
	line-height:24px;
	font-weight:500;
	letter-spacing:0.3px;
	}	
ul.topMenu li a:hover, ul.topMenu li a.active{color:#1fb7e9;}
a.nav-btn{
	float: right;
    width: 170px;
    font-size: 15px;
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
	}
	
/*=====Banner-Section=======*/
.bnr-sec{
	float: left;
    width: 100%;
    background:url(../images/banner.jpg) center top no-repeat;
    padding: 60px 0;
	height:668px;
    position: relative;
	}
.bnr-left{
	    float: left;
    width: 49%;
    text-align: left;
    margin-top: 62px;
    position: relative;
    z-index: 1;
}
.bnr-sub-hdg{
	float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding: 5px 35px;
    background: linear-gradient(45deg, #01399f, transparent);
	}
.bnr-hdg{
	float: left;
    width: 100%;
    color: #27bbeb;
    font-size: 55px;
    line-height: 66px;
    text-transform: capitalize;
    font-weight: 800;
	}
.bnr-hdg span{ color:#125ca7; }
.bnr-para{
	float: left;
    width: 90%;
    color: #000;
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
	}
.bnr-sec .commn-btn{}
.bnr-img{
	position: absolute;
    top: 0;
    right: -11%;
	}
.line{
	float: left;
    background: #019dde;
    width: 170px;
    height: 2px;
    margin: 15px 0px 0px;
	}
/*=======Logos Section======*/	
.logos-sec{
	float:left;
	width:100%;
	padding:40px 0;
	border-bottom:1px solid #ddd;
	}	
.logos-hdg{
    font-size:15px;
	line-height:24px;	
	color:#000;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:0.4px;
	}
ul.logos-list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:20px;
	}
ul.logos-list li{
	display:inline-block;
	vertical-align:middle;
	padding:0 20px
	}
ul.logos-list li img{
	display:inline-block;
	vertical-align:middle;
	filter:grayscale(1);
	width:150px;
	}	
ul.logos-list li:nth-child(2) img{ width:100px;}
ul.logos-list li:nth-child(3) img{ width:120px;}	
ul.logos-list li:hover img{filter:grayscale(0);}
	
/*========Common-CSS========*/
.commn-hdg{
    color: #0f579f;
    font-size: 46px;
    line-height: 56px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-transform: capitalize;
    font-weight: 700;
	}
.commn-hdg span{ color: #27bbeb;}	
.commn-hdg.white-txt{color:#fff;}
.commn-para{
	    color: #4b4a4a;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-weight: 500;
	}
.commn-para.white-txt{color:#fff;}
.btn-bx{
	display:inline-block;
	vertical-align:top;
	max-width:300px;
	width:100%;
	text-align:center;
	margin-top:45px;
	}
.btn-bx{
	display:inline-block;
	vertical-align:middle;
	max-width:210px;
	width:100%;
	margin-top:40px;
	}
.commn-btn{
	margin-top: 35px;
    display: inline-block;
    vertical-align: middle;
    max-width: 210px;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
    border-radius: 56px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: center;
    background: linear-gradient(to right, #019ee0, #01abe6, #007fcd, #0088d3);
    font-family: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
	}
.btn-txt{
	color:#000;
	font-size:11px;
	line-height:22px;
	margin-top:8px;
	letter-spacing:0.5px;
	}
.btn-txt.white-txt{color:#fff;}
.btn-star{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 0;
	}
.dsk-bnr-img{
	position: absolute;
    top: 420px;
    right: 530px;
    width: 300px;
	}
/*========Section-1========*/
.sec1{
	float: left;
    width: 100%;
    padding: 50px 0 60px;
	}
.s1-contnt{
	display:inline-block;
	width:100%;
	}
.s1-left{
	float:left;
	width:40%;
	}
.s1-img{
	position: absolute;
    left: 0;
    top: 0;
	}
.s1-rgt{
	float: right;
    width: 53%;
    text-align: left;
    padding: 65px 45px 60px 0;
	}
.s1-bx{
	    float: left;
    width: 100%;
    background: url(../images/s1-bx-bg.jpg)no-repeat center top;
    border-radius: 25px;
    padding: 35px 35px;
    margin-top: 20px;
	}
/*========Section-2========*/
.sec2{
	float:left;
	width:100%;
	padding:60px 0;
	overflow:hidden;
	
	}
.s2-para{padding:0 40px;}
.s2-row{
	display: flex;
    flex-wrap: wrap;
    justify-content:center;
    row-gap: 20px;
    column-gap: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
    float: left;
    margin-top:30px;
	}
.s2-col{
	    float: left;
    width: 24%;
    background: #f5f9ff;
    position: relative;
    padding: 20px;
    border: 1px solid #e4e4e4;
	}
.s2-img-div{
	display:inline-block;
	vertical-align:middle;
	}	
.s2-bx-img{
	    display: block;
    margin: 0 auto;
    max-width: 200px;
	}
.s2-bx{
	float: left;
    width: 100%;
	margin-top: 3px;
	}
.s2-bx-txt1{
	color: #000;
    font-size: 20px;
    line-height: 30px;
	}
.s2-bx-txt2{
	color: #292929;
    font-size: 27px;
    line-height: 35px;
    letter-spacing: 0.5px;
    margin-top: 5px;
    font-weight: 700;
	}
.s2-col .commn-btn{
	margin-top:12px;
	}

.s2-bx-txt3 span:hover{}
.s2-bx-arw{
	display:none;
	float:right;
	margin:4px;
	}
	
/*========Section-3========*/
.sec3{
	float: left;
	width:100%;
	padding:60px 0 70px;
	position:relative;
	background:#eff5fa;
	}
.s3lft{
	float: left;
    width: 58%;
    margin: 25px 0 0;
	}
.s3uls{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 0 0;
	row-gap: 20px;
    column-gap: 13px;
    flex-wrap: wrap;
    justify-content: space-between;
	}		
.s3uls li{
	float: left;
    width: 48%;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    background: #fff;
    text-align: left;
    color: #000;
    overflow: hidden;
    position: relative;
    padding: 15px 15px 25px 15px;
    text-transform: capitalize;
	border: 1px solid #e4e4e4;
	}
.s3uls li span{
	display: block;
    padding: 8px 0 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
	}
.s3price{
	position:absolute;
	top:0;
	right:0;
	}	
.s3-li-imgs{
    max-width: 150px;
    display: block;
    margin: 0 auto 10px;
	}
.s3li-cont {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    margin-top: 15px;
}
.s3uls li:nth-child(2), .s3uls li:nth-child(3){}
.s3uls li:nth-child(2) .s3price, .s3uls li:nth-child(3) .s3price{}
.s3uls li:nth-child(2) .s3-li-imgs{ }
.s3uls li:nth-child(3){ }
	
.s3rgt{
	    float: right;
    width: 40%;
    text-align: center;
    margin-top: 25px;
    padding: 40px 14px 20px;
    border: 1px solid #e4e4e4;
    background: #fff;
    height: 520px;
	}
.s3rgt-txt{
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
	}
.s3rgt-txt-pric{
	display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
	margin-top:10px;
	}
.s3rgt-prod{
	display:block;
	margin: 15px auto 0;
	
	}			
/*========Section-4========*/
.sec4{
	float: left;
    width: 100%;
    padding: 70px 0;
    text-align: center; 
	background: url(../images/sec4-bg.jpg) #e6e5e1 center top no-repeat;
    height: 700px;
}
.s4-inr{
	float:left;
    width: 100%;
    position: relative;
    margin-top:0px;
}
.s4-inr-lft{
	float: left;
    padding: 32px 0px 0px;
    width: 55%;
    text-align: left;
	}
.s4-inr-lft .commn-para{ width:86%; }
.s4-inr-lft-txt{
	width: 100%;
    margin-top: 0;
    float: left;
	}		
.s4-prd1{
    position: absolute;
    top: 114px;
    right: 15px;
}
ul.s4-list{
	float: left;
    width: 100%;
	margin-top:40px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	column-gap:13px;
	row-gap: 20px;
    /* display: -webkit-box; */
    /*display: -moz-box;*/
    /*display: -ms-flexbox;*/
    /* display: -webkit-flex; */
    
	}
ul.s4-list li{
    width: 32%;
    text-align: left;
    color: #1d1d1d;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding: 45px 40px;
    background: rgba(255, 255, 255, 0.8);
	}
ul.s4-list li img{
	display: block;
    margin: 0 auto 0;
	}	
ul.s4-list li span{
	display: block;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    text-transform: capitalize;
    margin: 0px 0px 15px 0;
    font-weight: 700;
    position: relative;
    padding-left: 25px;
	} 
ul.s4-list li span:before{
	position: absolute;
    top: 8px;
    left: 0;
    background: linear-gradient(to bottom, #019ee0, #01abe6, #007fcd, #0088d3);
    height: 20px;
    border-radius: 0%;
    width: 5px;
    content: '';
    z-index: 9;
	}
/*========Section6==========*/	  
.sec6{
    float: left;
    width: 100%;
    background: #fff;
    padding: 70px 0 50px;
}
.s6lft{
	float: left;
    width: 100%;
    text-align: center;
    margin: 0px 0 0;
	}
.s6rit{
    float: right;
    width: 100%;
    text-align: center;
    margin: 70px 0 40px;
    position: relative;
}
.s6-pics{
        position: absolute;
    top: -40px;
    left: -10px;
    width: 470px;
	}
.s6uls{
	    float: right;
    width: 60%;
    margin: 20px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	}
.s6uls li{
	    float: left;
    width: 49%;
    font-size: 18px;
    line-height: 28px;
    padding: 25px 30px 25px;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 15px #bbb;
    background: #fff;
}

.s6uls li:last-child:after{background: none;}			
.s6uls li span{
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 6px;
    color: #047dca;
    font-size: 22px;
    line-height: 30px;
	}
.s6uls li img{
	display:block;
	margin:0 auto 15px;
	}
/*========STRIP==========*/	
.strip{
	float:left;
	width:100%;
	background:#fff;
	padding:50px 0;
	}
.strip_inr{
	display:inline-block;
	width:100%;
	text-align:center;
	}
.strip_inr .commn-para{ width:77%; }
ul.strp-lst{
	float: left;
    width: 100%;
    margin: 40px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
    row-gap: 20px;
	}
ul.strp-lst li{
	    float: left;
    width: 49%;
    font-size: 18px;
    line-height: 28px;
    padding: 135px 20px 30px;
    position: relative;
    text-align: center;
    background: url(../images/strp-li-bg.png) center top no-repeat;
    height: 379px;
}
/*.s6uls li:before{
	    position: absolute;
    top: 8px;
    left: 0;
    background: #000;
    height: 10px;
    border-radius: 50%;
    width: 10px;
    content: '';
    z-index: 9;
	}
.s6uls li:after{
	position: absolute;
    top: 8px;
    left: 4px;
    background: #000;
    height: 125px;
    width: 2px;
    content: '';
    z-index: 9;
	}*/
ul.strp-lst li:last-child{ background: url(../images/strp-li-bg2.png) center top no-repeat;}	
.strp-lst_cont{ 
	display:inline-block;
	width:100%;
    padding: 50px 50px 40px;
	text-align: center; 
	background: rgba(255, 255, 255, 0.8);
	}		
ul.strp-lst li span{
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 6px;
    color: #020202;
    font-size: 22px;
    line-height: 30px;
	}
ul.strp-lst li img{
	display:block;
    margin: -100px auto 15px;
	}	
.strp-li-icns{
	}
/*========STRIP_BAR==========*/		
.strip_bar{
	float:left;
	width:100%;
	background:#eff5fa;
	padding:30px 0;
	}
.strip_bar_inr{
	display:inline-block;
	width:100%;
	text-align:center;
	}	
ul.strp-bar-lst{
	float: left;
    width: 100%;
    margin: 0px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
    column-gap: 13px;
	}	
ul.strp-bar-lst li{
	float: left;
    width: 24%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
	color:#000;
    padding: 0px 0px 0px; 
    position: relative;
	text-align:center;
	border-right: 1px solid #fff
}	
ul.strp-bar-lst li span{
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 28px;
	}
ul.strp-bar-lst li img{
	display:block;
    margin: 0px auto 10px;
	}
ul.strp-bar-lst li:last-child{ border-right:none; }
/*========footer==========*/
.footer{
	float: left;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    background: linear-gradient(45deg, #125ca7, #125ca7);
	color: #fff;
	}
.ftr-logo{
	    display: block;
    margin: 0 auto 25px;
    filter: brightness(0) invert(1);
	}
.ftr-txt{
	
	font-size:17px;
	line-height:28px;
	}
.ftr-txt.margin-top{margin-top:8px;}
.ftr-txt a{ padding:0 3px;}				   

.f-p1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    background: #333;
    padding: 10px;
    border-radius: 20px;
    width: 70%;
    margin: 10px 0 0px;
}
/*-----------------------
		Pulse
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}		
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.bnr-left { width: 60%;}
.bnr-hdg{ font-size: 53px; line-height: 66px;}
.bnr-para{ font-size:18px; }
.dsk-bnr-img { top: 372px; right: 36%;}
ul.logos-list li{ padding:0 13px;}

.commn-hdg { font-size: 42px; line-height: 50px;}
.commn-hdg span{}

.sec1 { overflow:hidden;}
.s1-img{left: -5%;}
.s1-rgt{width: 58%;padding: 65px 0 60px 0;}
.s1-bx{ padding: 55px 15px; margin-top: 25px; background-size: cover;}
ul.s1-list li{padding: 0 10px;}


.s2-row{column-gap: 13px;}
.s5-col{width:32%;}



.s3_mid {background-position: 117%;}
.s3uls{ column-gap:11px;}
.s3uls li{ width:49%; font-size: 18px; padding: 15px 15px 22px 15px;}
.s3-li-imgs {  max-width: 135px;}
.s3rgt-prod { margin: 15px auto 24px;}
.s3rgt-txt{ font-size:24px; line-height:36px;}
.s3rgt-txt-pric {font-size: 26px;line-height: 36px;}

.sec4{ padding:60px 0px; }
.s4-inr-lft { padding: 30px 0px 0px; width: 50%;}
.s4-inr-lft-txt {margin-top: 21px;}
.s4-prd1 {top: 135px; right: 15px; width: 300px;}
ul.s4-list li { padding: 35px 30px 40px;}
ul.s4-list li span { font-size: 22px; line-height: 30px; margin: 0px 0px 10px 0;}

.s6rit { width: 54%; padding-bottom: 80px; margin: 25px 0 0;}
.s6-pics{ top: 175px; left: -18px; max-width: 590px;}
.s6lft{ width: 88%;}
.s6uls li { font-size: 17px; line-height: 28px; padding: 25px 15px 25px;}

.strip_inr .commn-para { width: 88%;}
ul.strp-lst {column-gap: 20px; margin: 35px 0 0;}
ul.strp-lst li { padding: 135px 20px 20px; width: 490px;}

ul.strp-bar-lst li span{ font-size:18px; }

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{display:block;}
.show-desk{display:none;}

/*=====Menu-CSS========*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 24px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #000;
	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(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:70px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #dddddd;
	}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
	
/*=====Common-CSS====*/
.commn-hdg{ font-size: 32px; line-height: 40px;}
.commn-para{ font-size: 17px; line-height: 27px; margin-top: 10px;}
.btn-bx{ margin-top:30px;}

/*====Header======*/
.top-fix-bar{margin-bottom:70px;}
.header{height:70px; margin-top:-70px; top:70px;}
.logo{ width: 120px; margin-top: 5px;}
.mobimenu-top{top:69px;}
ul.topMenu{margin-top: 25px;}
ul.topMenu li{padding: 0 10px;}
a.nav-btn{ margin-top: 10px;}

/*=====Banner-Section======*/
.bnr-sec{ padding: 40px 0 40px; background-position: 60% top; height:auto; background-size:cover;  }
.bnr-left{width: 60%; margin-top: 35px; padding-bottom: 35px;}
.bnr-hdg{font-size: 37px; line-height: 53px;}
.bnr-img{max-width: 625px;right: -27%;}
.bnr-para{font-size: 17px;line-height: 28px; margin-top: 11px;}
.commn-btn {margin-top: 25px;}
.line { width: 145px;}
.dsk-bnr-img { top: 310px; right: 30%; max-width: 152px;}

.logos-sec{ padding:30px 0;}
ul.logos-list{ margin-top:0;}
ul.logos-list li{ padding:0 15px; margin-top:20px;}

/*====Section-1=====*/
.sec1{padding:40px 0;}
.s1-rgt{float:none;display:inline-block;width:100%;text-align:center;padding:0;}
.s1-img {position: static;margin: 10px 0 0; max-width: 100%;}	
.s1-bx{padding:30px 15px; margin-top:25px;}
.s1-list-txt1{font-size: 18px;line-height: 30px;}
.s1-list-txt2 {font-size: 17px;line-height: 26px;}

/*====Section-2=====*/
.sec2{padding:35px 0;}
.s2-para{padding:0;}
.s2-row {justify-content: center;column-gap: 25px;}
.s2-col{ width: 48%;}
.s2-bx-txt3{padding:16px 15px 20px;}

/*====Section-3=====*/
.sec3{ padding:40px 0px; }
.s3_mid_row { float: left; width: 100%; text-align: center;}
.s3lft { width:100%;}
.s3uls li{ padding: 16px 15px 16px 15px; line-height: 28px;}
.s3uls li:nth-child(2), .s3uls li:nth-child(3){}
.s3rgt{ width:100%; margin-top: 20px; padding: 20px 20px 20px;}
.s3rgt-prod { margin: 0px auto -40px; max-width: 260px;}
/*====Section-4=====*/
.sec4 {padding: 40px 0 40px; height: auto; background-size: cover;}
.s4-inr-lft { padding: 0px; width: 60%;}
.s4-prd1 {top: 41px;right: 15px;width: 271px;}
.s4-inr-lft-txt {margin-top: 10px;}
ul.s4-list {width: 100%; margin: 30px 0 0 0;}
ul.s4-list li { padding: 25px 15px 30px; font-size: 16px; line-height: 26px;}
ul.s4-list li span{ font-size: 18px; line-height: 28px; padding-left: 15px;}
ul.s4-list li span:before { top: 3px;}

/*====Section-6=====*/
.sec6{ padding:30px 0;}
.s6-pics{ position:static; margin: 10px auto 0;display: inline-block;  max-width: 360px; width:100%;}
.s6lft{ width:100%; text-align:center;}
.s6rit{ width:100%; padding-bottom: 0; margin: 10px 0 0;}
.s6uls{ }
.s6uls li { font-size: 16px; line-height: 26px; padding: 20px 20px 20px; box-shadow: 0px 0px 7px #bbb;}
.s6uls li span{ font-size:20px; line-height:28px; }
.s6uls li img{ max-width:88px;}

.strip{ padding:40px 0px; }
.strip .commn-hdg{ width:100%; text-align:center; border:none;}
.strip .commn-para{ width:100%; text-align:center; margin-top: 10px;}
ul.strp-lst { column-gap: 13px; margin: 25px 0 0;}
ul.strp-lst li { padding: 105px 20px 20px; width: 373px; height: 300px; background-size:cover; font-size: 17px; line-height: 27px;}
.strp-lst_cont { padding: 30px 20px 25px;}
ul.strp-lst li img { max-width:100px; margin: -88px auto 10px;}

.strip_bar{ padding:25px 0px; }
ul.strp-bar-lst{ column-gap:10px; }
ul.strp-bar-lst li span { font-size: 17px;}
ul.strp-bar-lst li { font-size: 15px; line-height: 25px;}
/*====Footer=====*/
.footer{padding:40px 0 30px;}
.ftr-logo{margin:0 auto 20px;}
.ftr-txt{font-size:14px; line-height:22px;}

}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

/*=====Common-CSS====*/
.commn-hdg{font-size: 26px;        line-height: 32px;}
.commn-hdg span{display: block}
.commn-para{ font-size: 16px; line-height: 24px; margin-top: 10px;}
.btn-bx{margin-top:30px;}

/*====Header======*/
.top-fix-bar{margin-bottom:60px;}
.header{height:60px; margin-top:-60px; top:60px;     border-bottom:1px solid #ddd;}
.logo{width: 150px; margin-top: 0px;}
.mob-mnu-ic{right:15px; top:11px;}
.mobilemenu{top:59px;}
.mobimenu-top{top:59px;}

/*=====Banner-Section======*/
.bnr-sec{ padding: 30px 0; background: #fff; height: auto; border-bottom: 1px solid #e4e4e4;}
.bnr-left{ width:100%;text-align:center;margin:0;padding-top:0px; float: none; display: inline-block; padding-bottom:0px; }
.bnr-rating-txt{ font-size:18px;}
.bnr-sub-hdg { float: none; display: inline-block; font-size: 16px; line-height: 26px; margin-bottom: 8px; padding: 3px 30px;background: linear-gradient(45deg, #01399f, #7d7d7d);}
.bnr-hdg{ font-size: 34px;line-height: 40px;}
.bnr-hdg span{}
.mob-bnr-img{ display: inline-block;vertical-align: middle;margin: 10px auto 0px -20px;max-width: inherit;width: calc(100% + 40px);}
.bnr-para{ margin-top: 10px;font-size: 16px;line-height: 24px;width: 100%;}
.commn-btn{ margin-top: 20px; max-width: 200px; font-size: 16px; line-height: 48px; height: 48px;}
.line{ display:none;}
/*====Section-1=====*/
.sec1{padding:30px 0;}
.s1-contnt { max-width:355px;}
.s1-img {margin: 6px 0 -7px;max-width: 95%;}
.s1-rgt{width:100%; text-align:center;}
.mob-s1-img{width:250px; display:block; margin:20px auto 0;}
.s1-bx{padding:0 15px 28px; margin-top:25px; background-size:cover;}
ul.s1-list {margin: 25px auto 0;float:none; row-gap: 34px;}
ul.s1-list li{width:100%;padding: 0;}
.s1-list-txt1 {font-size: 20px;line-height: 32px;}
.s1-list-txt2{font-size: 17px; line-height: 27px;}

/*====Section-2=====*/
.sec2{padding:30px 0; text-align:center;}
.s2-row{justify-content: center;margin-top: 16px;row-gap: 20px;}
.s2-col{width: 100%;padding: 15px;}
.s2-bx-txt3{padding:16px 15px 20px;}
.s2-bx-txt1{ min-height:auto;font-size: 18px;line-height: 28px;}
.s2-img-div {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
/*====Section-3=====*/
.sec3{ padding:25px 0; text-align:center;}
.s3_mid{ max-width:100%;}
.s3uls { justify-content: center; row-gap: 15px;}
.s3uls li, .s3uls li:nth-child(2), .s3uls li:nth-child(3){ padding: 15px 15px 20px 15px; width: 100%; }
.s3-li-imgs,.s3uls li:nth-child(2) .s3-li-imgs{top: 0;right: 10px;max-width: 230px;}
.s3price,.s3uls li:nth-child(2) .s3price, .s3uls li:nth-child(3) .s3price{margin: 10px 0 0 0;}
.s3uls li:nth-child(2), .s3uls li:nth-child(3){ width:100%;}
.s3uls li:nth-child(2) .s3-li-imgs {}
.s3uls li span{ font-size:20px; line-height:30px; }
.s3li-cont{ margin-top:5px; }
.s3_mid_row{margin-top: 0;}
.s3_row_inner { width:100% !important; text-align:center; padding:0 0;}
.s3_row_inner img {position: static;}
.s3rgt-txt{font-size: 20px;line-height: 28px;}
.s3rgt-txt-pric { font-size: 24px; line-height: 30px;}
.s3rgt-prod{max-width: 220px; margin: 0 auto;}
.s3_row_inner:nth-child(2){ margin:20px 0 20px;}
.s3lft { width: 100%; margin: 20px 0 0; float: none; display: inline-block;}
.s3rgt { width: 100%; margin-top: 15px; padding: 15px 15px 20px; float: none; display: inline-block;  height: auto;}

.sec4 { padding: 25px 0 25px; height: auto; background: #e6e5e1;}
.s4-inr { width: 100%; margin-top: 0; float: none; display: inline-block;}
.s4-inr-lft{ float:none; display:inline-block; width:100%; text-align:center; }
.s4-inr-lft .commn-para{ width:100%; }
ul.s4-list {margin-top: 20px;column-gap: 5px; justify-content: center;}
ul.s4-list li {font-size: 16px;line-height: 26px;width: 100%;/*flex: 1 1 90px;*/ max-width:355px; padding: 15px 15px; box-shadow: 0px 0px 5px #ccc; }
.s4-inr-lft-txt {width: 100%;margin-top: 10px;}
.s4-prd1 {display:block;position: static;margin: 8px auto 0;width: 252px;}	
ul.s4-list li img {width: 60px;}

.sec6 { padding: 25px 0;}
.s6uls{ row-gap: 16px; margin-top: 15px; justify-content: center; width: 100%}
.s6uls li{padding: 20px 15px;font-size: 15px;line-height: 26px; width:100%; max-width:355px; }
.s6uls li span{font-size: 18px;line-height: 28px;}
.s6uls li img { max-width: 68px; margin:0 auto 10px; }
.s6uls li:after{    height: 152px;}
.s6rit{ float:none; display:inline-block; }

.strip{ padding:30px 0px; }
ul.strp-lst{ margin-top:20px; }
ul.strp-lst li { padding: 100px 10px 10px; width: 100%;  height: auto; font-size: 16px; line-height: 26px;}
ul.strp-lst li img { max-width: 78px; margin: -75px auto 10px;}
ul.strp-lst li span{ font-size:20px; }
.strp-lst_cont { padding: 25px 20px 20px;}

ul.strp-bar-lst { justify-content: center;}
ul.strp-bar-lst li{ width: 100%;  padding: 15px 15px; box-shadow: 0px 0px 5px #ccc; border:none;}
/*====Footer=====*/

.footer{ padding:0 0 30px 0;}
.ftr-logo{ width:140px; margin:30px auto 15px;}
.ftr-txt {  font-size: 15px;      line-height: 22px;    }
	.f-p1{width:100%; font-size: 15px;line-height: 23px;}

}