@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: 'Montserrat';
	font-weight: 300;
	}
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;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Regular.woff2') format('woff2'),
        url('Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Bold.woff2') format('woff2'),
        url('Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Light.woff2') format('woff2'),
        url('Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-SemiBold.woff2') format('woff2'),
        url('Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
	
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}		
	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom: 116px;
	}
.header{
	float:left;
	width:100%;
	height:116px;
	padding:10px 0;
	
	margin-top:-116px;
	top:116px;
	position:relative;		
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	background:#000;
	}				
.logo{
	float:left;
	}
ul.topMenu{
	float:right;
	margin: 35px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:1px 20px;
	position:relative;
	letter-spacing:0.5px;
	}
ul.topMenu li a{
	color:#fff;
	font-size:16px;
	line-height:16px;
	}
ul.topMenu li a:hover, ul.topMenu li a.active{}	

/*-----------------------
		BANNER
------------------------*/
.banner{
	background: url(../images/bnr-hero.jpg) no-repeat center top;
    float: left;
    width: 100%;
    height:712px;
	overflow:hidden;
	}
.bnr-left{
    float: left;
    width: 63%;
    text-align: left;
    margin-top: 65px;
	}					
.bnr-txt1{
    float: left;
    width: 100%;
    font-size: 45px;
    line-height: 54px;
    color: #fff;
	font-weight:600;
	letter-spacing:0.5px;
	}
.bnr-txt2{
    float: left;
    width: 100%;
    font-size: 122px;
    line-height: 128px;
    color: #fff;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	}	
.bnr-para{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
	letter-spacing:0.5px;	
    margin-top: 30px;
	font-weight:normal;
	}				
.btn-box{
    display: inline-block;
    vertical-align: middle;
    margin-top:40px;
    text-align: center;
    width:248px;
	max-width:100%;
	}
.banner .btn-box{ margin-top:50px;}	
a.packageBtn{
    display: block;
    width: 100%;
    margin:0 auto;
    height:60px;
    overflow: hidden;
    color: #ffffff;
    font-size:20px;
    line-height:60px;
	position:relative;
	border:2px solid #fff;
	border-radius:5px;
	font-weight:600;
	}
.btn-arw{
	position:absolute;
	right:0;
	height:100%;
	top:0;
	}
.btn-arw:after {
    content: '';
    position: absolute;
    right: 34px;
    top: 50%;
    background: url(../images/btn-arw.png) no-repeat;
    margin-top: -8px;
    width: 10px;
    height: 16px;
	}
a.stock-txt{
	float:left;
	width:100%;
	color:#fff;
	font-size:14px;
	margin-top:10px;
	text-decoration:underline;
	letter-spacing:0.5px;
	}
a.stock-txt img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 6px 0 0; 
	}			

/*-----------------------
	STRIP SECTION
------------------------*/			
.s1-strp{
	float:left;
	width:100%;
	background:#fff;
	text-align:center;
	padding:30px 0 40px;
	}
.s1-strp-t1{
	float:left;
	width:100%;
	background:url(../images/s1-stp-ln.png) center center no-repeat;
	font-size:18px;
	line-height:20px;
	color:#333333;
	font-weight:normal;
	}
.s1-strp-t1 span{
	display:inline-block;
	background:#fff;
	padding:0 10px;
	}
ul.s1-strip-list{
	display:inline-block;
	width:100%;
	margin-top:35px;
	}
ul.s1-strip-list li{
	float:left;
	width:25%;
	padding:0 20px;
	font-size:17px;
	line-height:21px;
	color:#000;
	font-weight:300;
	position:relative;
	}
ul.s1-strip-list li img{
	display:block;
	margin:10px auto 0;
	}
ul.s1-strip-list li:after{
	content:'';
	width:1px;
	right:0;
	top:30px;
	bottom:5px;
	background:#e3e3e3;
	position:absolute;
	}
ul.s1-strip-list li:last-child:after{display:none;}

/*-----------------------
		SECTION 1
------------------------*/	
.section1{
	background: #f9f9f9;
	float:left;
	width:100%;
	padding:65px 0 70px;
	}			
.common-head{
	float:left;
	width:100%;
	font-size:50px;
	line-height:56px;
	color:#000;
	font-weight:bold;
	}
.common-head span{
	font-weight:normal;
	font-size:80%;
	}	
.common-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#000;
	letter-spacing:0.5px;	
	margin-top:25px;
	}	
ul.sec1-list{
	float:left;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:45px;
	}
ul.sec1-list li{
    float: left;
    width: 23%;
	background:#fff;
    position: relative;
	padding:20px 9px;
	border-radius:5px;
	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);
	}		
ul.sec1-list li img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}	
ul.sec1-list li span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	margin-top:25px;
	}	
ul.sec1-list li p{margin-top:12px;}

/*-----------------------
		SECTION 2
------------------------*/	
.section2{
	background: #fff;
	float:left;
	width:100%;
	padding:65px 0 70px;
	}
.s2-prod{
	margin:30px auto 0;
	display:block;
	max-width:100%;
	}	
.s2-brand-txt{
	float:left;
	width:100%;
	font-size:26px;
	line-height:30px;
	color:#000;
	font-weight:600;
	margin-top:40px;
	}
ul.s2-list{
	float:left;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:35px;
	}
ul.s2-list li{
	float:left;
	width:25%;
	padding:0 15px;
	position:relative;
	}
ul.s2-list li img{
	display:block;
	margin:0 auto;
	}
ul.s2-list li p{ margin-top:12px;}	
ul.s2-list li:after{
	content:'';
	width:1px;
	right:0;
	top:30px;
	bottom:5px;
	background:#e3e3e3;
	position:absolute;
	}
ul.s2-list li:last-child:after{display:none;}		
	
/*-----------------------
		SECTION 3
------------------------*/	
.section3{
	background:url(../images/sec3-bg.jpg) no-repeat center top;
	float:left;
	width:100%;
	height:750px;
	padding:65px 0 70px;
	}	
.s3ContBox{
	background:rgba(248,246,244,0.8);
	float:right;
	width:770px;
	text-align:left;
	max-width:100%;
	padding:40px 30px 50px 60px;
	position:relative;
	}	
.s3-desgn-t1{
	float:left;
	width:100%;
	font-size:26px;
	line-height:30px;
	color:#000;
	font-weight:600;
	margin:4px 0 10px;
	}	

/*-----------------------
		SECTION 4
------------------------*/	
.section4{
	background:#fff;
	float:left;
	width:100%;
	padding:65px 0 70px;
	overflow:hidden;
	}
.slide-testibx{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	padding:16px 0 15px 13px;
	}
.slide-testibx img{
    position: absolute;
    top: 6px;
    left: 14px;
	}
.slide-testibx span{
	float:left;
	width:100%;
	font-size:18px;
	line-height:18px;
	color:#000;
	font-weight:bold;
	}
.slide-testibx p{
	float:left;
	width:100%;
	font-size:14px;
	color:#949494;
	margin-top:2px;
	}				
.slide-testImg{
	float:left;
	width:390px;
	position:relative;
	margin-top:5px;
	margin-bottom:26px;
	}
.slide-testImg:before{
	content: "";
	position: absolute;
    right: -25px;
    top: 25px;
    left: 25px;
    bottom: -25px;
    border: 1px solid #e5e5e5;
	}	
.slide-testImg img{
	max-width:100%;
	margin:0 auto;
	display:block;
	}
.slide-testCont{
	float:right;
	width:728px;
	text-align:left;
	}
.slide-testCont .s3-desgn-t1{ margin-bottom:0;}	
	
/*-----------------------
		SECTION 5
------------------------*/	
.section5{
	background:#f9f9f9;
	float:left;
	width:100%;
	padding:65px 0 70px;
	}
.protBox1, .protBox2, .protBox3{
	float:left;
	width:100%;
	padding:40px;
	margin-top:40px;
	}
.protBox1{ margin-top:60px;}	
.protBox1{background:url(../images/s5-box-img1.jpg)#0f0f0f no-repeat right top;}
.protBox2{background:url(../images/s5-box-img2.jpg)#0f0f0f no-repeat right top;}
.protBox3{background:url(../images/s5-box-img3.jpg)#0f0f0f no-repeat right top;}	
.protboxCont{
	float:left;
	width:100%;
	max-width:610px;
	text-align:left;
	}
.s5-box-logos{
	display:inline-block;
	vertical-align:middle;
	}
.s5-bx-t1{
	color:#fff;
	font-weight:normal;
	margin-top:15px;
	}	
.white{ color:#fff;}							
a.play-txt{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:18px;
	color:#fff;
	font-weight:300;
	margin-top:50px;
	}	
a.play-txt img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0 0;	
	}
.protBox2{ padding:23px 40px;}		
.protBox2 .s5-bx-t1{ margin-top:10px;} 
.protBox2 .common-para{ margin-top:18px;}
.protBox2 a.play-txt{ margin-top:35px;}	
.protBox3 a.play-txt{ margin-top:70px;}	
	
/*-----------------------
		SECTION 6
------------------------*/	
.section6{
	background:#fff;
	float:left;
	width:100%;
	overflow:hidden;
	}
.sec6Blk{
	float:left;
	width:100%;
	display:flex;
	}	
.sec6Cont{
	float:left;
	width:50%;
	text-align:left;
	padding:70px 20px 70px 0;
	}
.s6-txt1{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:normal;
	margin-top:15px;
	}
.compant-snapshot{
	float:left;
	width:100%;
	margin-top:30px;
	}
.ingTable{
	width:100%;
	color:#000;
	font-size:18px;
	text-align:left;
	}	
.ingTable tr td{ height:48px; border-bottom:1px solid #cccccc; padding:10px 0;}
.ingTable tr td:first-child img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 12px 0 0;
	}
.ingTable tr td ul li{
	background: url(../images/bult-img.png) no-repeat left 9px;
    padding-left: 20px;
    margin: 2px 0;
	}
.ingTable tr td:nth-child(2){ width:180px;}	
.s6-rgt{
	float: right;
    width: 50%;
	background:#6f7781;	
	}	
.s6imgbx{
	float:right;
	width:100%;
	height:100%;
	background-size:cover;
	position:relative;
	}
.s6imgbx:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:-1000px;
	background:url(../images/s6-rgt-bg.jpg) no-repeat center center;
	background-size:cover;
	}
.s6-logo{
	max-width:100%;
	position:absolute;
	top:155px;
	left:100px;
	z-index:1;
	}								
	
/*-----------------------
		SECTION 7
------------------------*/	
.section7{
	background:url(../images/sec7-bg.jpg)#f9f9f9 no-repeat center top;
	float:left; 
	width:100%;
	height:754px;
	padding:65px 0 70px;
	}
.contact-lft{
	float:left;
	width:50%;
	text-align:left;
	margin-top:80px;
	}	
.top-0{ margin-top:0;}			
ul.cnt-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:20px;
	}
ul.cnt-list li{
	float: left;
    width: 100%;
    padding: 0 0 25px 60px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    margin-top: 20px;	
	}
ul.cnt-list li img{
    position: absolute;
    left: 0;
    top: 4px;
	}
ul.cnt-list li p {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #000;
    line-height: 22px;
    font-weight:normal;	
	}	
ul.cnt-list li span{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #000;
    line-height: 24px;
	font-weight:600;
	margin-bottom:12px;
	}				
ul.cnt-list li:last-child{ border:none; padding-bottom:0;}	
		
.cont-right{
	float:right;
	width:42%;
	background:#fff;
	text-align:left;
	border:1px solid #e9e9e9;
	padding:30px 35px 35px;
	margin-top:60px;
	}		
.cont-frm-box{
	float: left;
    width: 100%;
	}
.cont-input-box{
	float: left;
    width: 100%;
    height: 50px;
    text-align: left;
    background-color: #cccccc;
    outline: none;
    margin: 7px 0;
    position: relative;
	}
.cont-field-all, .cont-input-box textarea {
    float: left;
    width: 100%;
	background:#fff;
	border:none;
    border-bottom: 1px solid #cccccc;
    outline: none;
    height: 100%;
    color: #000;
    font-size: 18px;
	font-family: 'Montserrat';
	font-weight: 300;
	-webkit-appearance:none;
	}
.cont-fld-hlf{ 
	width:70%; 
	min-height: 150px; 	
	margin:18px 0 0;
	}
.cont-fld-hlf textarea {
    height: 100%;
    min-height: 150px;
    resize: none;
}	
.cont-btn {
    float: right;
    -webkit-appearance: none;
    text-align: center;
    color: #000;
    background: none;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: normal;
    cursor: pointer;
    border: none;
    margin-top: 135px;
    position: relative;
    padding: 0;
	}
.cont-btn span{
	content: '';
	display:inline-block;
	vertical-align:middle;
	background:url(../images/cont-btn-arw.png) no-repeat;
	width:65px;
	height:65px;
	}
																	
/*-----------------------
		Footer
------------------------*/
.footer{
	float: left;
    width: 100%;
	text-align:center;
	background:#fff;
    padding: 60px 0;
	}
.ftr-logo{
	margin:10px auto;
	display:block;
	}	
.ftr-txt{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height:25px;
    color: #000;
	padding:0 80px;
	margin-top:20px;
	}	
.footer .ftr-txt a{
    padding: 0 7px;
    color: #000;
	}	
	
/*-----------------------
		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);}
}	

.show-mob, .show-tab {display: none;}
.show-desk {display: block;}
.fl{ float:left;}
.fr{ float:right;}

/*---------Media Querry---------*/

@media only screen and (max-width:1187px){
.container{width:1004px;}

.bnr-left{ width:72%;}
.slide-testImg{ width:380px;}
.slide-testCont{ width:570px;}
.sec6Cont{ padding:50px 20px 70px 25px;}
.s6-logo{ left:62px;}
.cont-right{ width:48%;}
.ftr-txt{ padding:0 40px;}
}


@media only screen and (max-width:1023px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 25px;
	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: #fff;
	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:#fff;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#fff;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:91px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.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;
	}	
.mobilemenu li a:hover{color:#000;}

.top-fix-bar{ margin-bottom:92px;}
.header{ height:92px; margin-top: -92px; top: 92px;}
.logo{ width:70px;}

.banner{ height:auto; background-size:cover; padding-bottom:50px;}
.bnr-left{ width: 75%; margin-top:30px;}
.bnr-txt1{ font-size:34px; line-height:44px;}
.bnr-txt2{ font-size:100px; line-height:100px;}
.bnr-para{ font-size:18px; line-height:24px;}
.banner .btn-box{ margin-top:40px;}

.s1-strp{ padding:30px 0 20px;}
ul.s1-strip-list{ margin-top:0;}
ul.s1-strip-list li{width:50%; margin-top:30px;}
ul.s1-strip-list li:nth-child(2):after{ background:none;}

.section1{ padding:50px 0 65px;}
.common-head{ font-size:38px; line-height:46px;}
ul.sec1-list{ margin-top:20px; padding:0 25px;} 
ul.sec1-list li{ width:48.5%; margin-top:22px;}

.section2{ padding:50px 0 65px;}
ul.s2-list li{ padding:0 6px;}
ul.s2-list li img{ width:150px;}

.s3ContBox{ padding:40px;}

.section4{ padding:50px 0;}
.slide-testibx img{ left:4px;}
.slide-testibx{ padding-left:70px; padding-top:20px;}
.slide-testibx span{ font-size:16px; line-height:16px;}
.slide-testibx p{ font-size:12px;}
.slide-testImg{ width: 200px;}
.slide-testCont{ width: 498px; padding-right:24px;}

.section5{ padding:50px 0 65px;}

.sec6Cont{ width:70%;}
.s6-rgt{ width:30%;}
.s6-logo{ left: 24px; width: 179px;}

.section7{ padding:50px 0 65px; height:auto; background-size:cover;}
.contact-lft{ width:40%;}
.cont-right{ width:58%; padding:20px 20px 35px;}

.footer{ padding:30px 0 40px;}
.ftr-logo{ width:70px;}
.ftr-txt{ padding:0;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}
.show-desk{display:none;}
.show-mob{display:block;}
.hide-mob{ display:none;}

.top-fix-bar{ margin-bottom:80px;}
.header{ height:80px; margin-top: -80px; top: 80px; padding: 10px 0;}
.logo{ width:60px;}
.mob-mnu-ic{ right:10px; top:19px;}
.mobilemenu{ top:80px;}

.banner{ padding-bottom:30px;}
.bnr-left{ width:100%; text-align:center; margin-top:20px;}
.bnr-txt1{ font-size: 28px; line-height: 34px;}
.bnr-txt2{ font-size: 64px; line-height: 64px; margin-top:3px;}
.bnr-para{ font-size: 15px; line-height: 23px; margin-top: 20px;}
.banner .btn-box{ margin-top: 30px;}

ul.s1-strip-list{ margin-top:20px;}
ul.s1-strip-list li{ padding:5px 5px 15px; font-size:14px; margin-top:0;}
ul.s1-strip-list li img{ width:140px; margin:0 auto 0;}
ul.s1-strip-list li:nth-child(3) img{ margin:-10px auto 0;}
ul.s1-strip-list li:after{ display:none;}
ul.s1-strip-list li:nth-child(1){ border:none; border-right:1px solid #e3e3e3;}
ul.s1-strip-list li:nth-child(3){ border-top:1px solid #e3e3e3; border-right:1px solid #e3e3e3;}
ul.s1-strip-list li:nth-child(4){ border-top:1px solid #e3e3e3;}

.section1{ padding:25px 0 30px;}
.common-head{ font-size: 28px; line-height: 32px;}
ul.sec1-list{ margin-top:0; padding:0 10px;}
ul.sec1-list li{ width:100%; margin-top:25px; padding:20px 10px;}
ul.sec1-list li span{ font-size:22px; line-height:28px; margin-top:12px;}
.common-para{ font-size:15px; line-height:23px; margin-top:15px;}

.section2{ padding:25px 0 30px;}
.s2-prod{ max-width:95%; margin:22px auto 0;}
.s2-brand-txt{ font-size:22px; line-height:26px; margin-top:25px;}
ul.s2-list{ margin-top:0;}
ul.s2-list li:after{ display:none;}
ul.s2-list li{ width:100%; margin-top:25px; padding: 0 40px;}
ul.s2-list li:nth-child(2) { margin-top:5px;}
ul.s2-list li img{ width:170px;}
ul.s2-list li:nth-child(2) img{ margin:0 auto -30px;}
ul.s2-list li:nth-child(3) img{ margin:0 auto -18px;}
ul.s2-list li:nth-child(4) img{ margin:0 auto -10px;}

.section3{ background:#f9f9f9; height:auto; padding:25px 0;}
.s3ContBox{ padding:20px 0; border:1px solid #000; text-align:center; background:#fff;}
.s3-desgn-t1{ font-size:20px; line-height:24px; margin:4px 0;}
.s3ContBox .common-para{ text-align:left; padding:0 12px;}
.brooke-img{ max-width: 100%; margin: 16px auto 0;}

.section4{ padding:25px 0 30px;}
ul.s4-testi-list{ float:left; width:100%;}
ul.s4-testi-list li{ float:left; width:100%; margin-top:35px;}
.slide-testImg{ width:345px; margin-bottom:30px;}
.slide-testImg:before{ right: -15px; top: 15px; left: 15px; bottom: -15px;}
ul.s4-testi-list li .common-head{ text-align:left;}
ul.s4-testi-list li .s3-desgn-t1{ text-align:left;}
ul.s4-testi-list li .common-para{ text-align:left;}
a.show_hide{ color:#009; text-decoration:underline; display:block;}

.section5{ padding:25px 0 30px;}
.protBox1, .protBox2, .protBox3{ margin-top: 30px; padding:25px 15px; background-size:cover;}
.protBox3 a.play-txt{ margin-top:30px;}

.s6-rgt{ display:none;}
.sec6Cont{ width:100%; padding: 25px 0 30px}
.s6-txt1{ font-size:18px; line-height:22px; margin-top:10px;}
.compant-snapshot{ margin-top:10px;}
.ingTable{ font-size:15px;}
.ingTable tr td:first-child img{ margin-right:7px;}
.ingTable tr td:nth-child(2){ width: 148px;}

.section7{ padding:25px 0 30px;}
.contact-lft{ width:100%; margin-top:0;}
ul.cnt-list li{ padding:0 0 20px 45px; margin-top:15px;}
ul.cnt-list li img{ width:25px;}
ul.cnt-list li span{ font-size:19px; margin-bottom:7px;}
ul.cnt-list li p{ font-size:16px; line-height:20px;}
.cont-right{ width: 100%; margin-top: 35px; padding: 10px 20px 25px;}
.cont-btn{ margin-top:118px;}
.cont-btn span{ width: 40px; height: 40px; background-size: 40px;}
.cont-fld-hlf, .cont-fld-hlf textarea{ min-height:120px;}
.cont-field-all, .cont-input-box textarea{ font-size:17px;}

.footer{ padding:20px 0;}
.ftr-txt{ margin-top:10px;}
}