@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: 'Heebo';
	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%; height:auto;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}
/*-----------------------
	MAIN CSS font
------------------------*/
@font-face {
    font-family: 'Heebo';
    src: url('Heebo-Light.woff2') format('woff2'),
        url('Heebo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Heebo';
    src: url('Heebo-Regular.woff2') format('woff2'),
        url('Heebo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Heebo';
    src: url('Heebo-Bold.woff2') format('woff2'),
        url('Heebo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Heebo';
    src: url('Heebo-SemiBold.woff2') format('woff2'),
        url('Heebo-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Heebo';
    src: url('Heebo-Medium.woff2') format('woff2'),
        url('Heebo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	}


/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
.ovrfl{overflow:hidden;}
	
/*==================================*/		
.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-sec{
	float:left;
	margin-top:5px;
	text-align:left;
	}
.logo{	
	width: 150px;
	height: auto;
	}
a.header-btn{
	font-family: 'Heebo';
	float:right; 
	width:138px;
	font-size:14px;
	color:#fff;
	background:#0bb442;
	height:40px;
	border-radius:6px;
	border:1px solid #000000;
	font-weight:700;
	text-transform:uppercase;
	line-height:40px;
	margin-top:15px;
	letter-spacing:0.5px;
	}
a.header-btn img{
	display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 4px;
	}	
ul.mainMenu{
	float:right;
	margin:27px 0 0 0;
	}
ul.mainMenu li{
	float:left;
    padding:0 30px;
	}
ul.mainMenu li:first-child{ padding-left:0;}

ul.mainMenu li a{
	float:left;
	color:#000000;
	font-size:18px;
	line-height:19px;
	font-weight:400;
	letter-spacing:0.5px;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{color:#00c340;}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:10px;
    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:25px;
	height: 3px;
	background-color: #a7a7a7;
	transition: 0.4s;
	}
.bar2{margin:4px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background:#a7a7a7;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
	background:#a7a7a7;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:58px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:58px;}
.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===============*/
.banner{
	float:left;
	width:100%;
	background: image-set(url(../images/int-img/banner-r1.avif) type("image/avif"), url(../images/int-img/banner-r1.jpg) type("image/jpg")) no-repeat center bottom #fcfcfc;
	padding-bottom: 46px;
	overflow:hidden;
	}
.bnr-lft{
	float:left;
	text-align:left;
	width:58%;
	margin:30px 0 0 0;
	}	
.bnr-lft-p1{
	font-size:20px;
	line-height:24px;
	color:#000000;
	font-weight:700;
	}
.bnr-lft-p1 span{
	color:#ed6a1c;
	}
.bnr-lft-p1 img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin:-2px 2px 0 0;
	}	
.bnr-hding{
	font-size: 56px;
    line-height: 65px;
    color: #123b6b;
    font-weight: 700;
    margin-top: 20px;
	}	
.bnr-strip{
	margin:50px 0 0 0;
	border-bottom:2px solid #b7d3e5;
	padding:0 0 10px 0;
	position:relative;
	text-align:left;
	}	
.bnr-strip img{
	position:absolute;
	top:0;
	bottom:0;
	max-width:100%;
	}	
.bnr-strip p{
	font-size:20px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000000;
	padding:0 0 0 102px;
	width:74%;
	}	
ul.bnr-list {
    margin: 24px 0 0 0;
}	
	
ul.bnr-list li {
    font-size: 22px;
    line-height: 30px;
    color: #0e0e0e;
    background: url(../images/int-img/bnr-tk.webp) left 2px no-repeat;
    background-size: 30px;
    margin: 0 0 8px 0;
    letter-spacing: 0.5px;
    padding: 0 0 0 36px;
    font-weight: 700;
    text-align: left;
    background-size: 22px;
}
ul.bnr-list li:last-child {
    margin-bottom: 0;
}	
	
.common-button-size{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:378px;
	text-align:center;
	margin-top:25px;
	}	
.comn-btn{
	display:inline-block;
	vertical-align:middle;
	width: 100%;
	height:60px;
	background:#0bb442;
	border:1px solid #000;
	border-radius: 8px;
	font-size:20px;
	line-height:58px;
	color: #fff;
	text-align: center;
	margin: 5px auto;
	outline: none;
	font-family: 'Heebo';
	text-shadow:0 0 3px rgba(0,0,0,0.3);
	letter-spacing:0.5px;
	text-transform:uppercase;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 2px 3px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 3px 1px rgba(0,0,0,0.3);
	padding-top:2px;
	}
.button-top-txt{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	line-height:18px;
	color:#000000;
	padding-bottom:3px;
	position:relative;
	font-weight:700;
	letter-spacing:0.5px;
	}
.button-top-txt span{ color:#ef0d0d;}	
.button-text{
	background:#fff;
	border-radius:50px;
	float:left;
	width:100%;
	font-size:14px;
	line-height:14px;
	margin-top:5px;
	color:#000000;
	letter-spacing:0.3px;
	padding:8px 5px 7px;
	}
.button-text-p1, .button-text-p2{
	display:inline-block;
	vertical-align:top;
	}
.button-text-p1 span, .button-text-p2 span{ color:#ff0000; font-weight:700;}	
.button-text-p1{
	padding-left:15px;
	position:relative;
	}
.granty-text{
	font-size:15px;
	line-height:18px;
	color:#000;
	letter-spacing:0.3px;
	margin-bottom:5px;
	}
.granty-text:before,.granty-text:after{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
	width:50px;
	height:1px;
	background:#bcbcbc;
	content:"";
	}
.granty-text:after{ margin:-3px 0 0 5px;}
.percent_box {
	width:70px;
	height:15px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border:1px solid #ff0000;
	margin:0 0 0 8px;
	}
.percent_box > span {
	position: absolute;
	top:2px;
	left:2px;
	bottom:2px;
	background-color: #ff0000;
	}
.percent_box > span.to-fade{ left:12px;}
.to-fade {
	background-color: red;
	animation: fading 1s infinite;
	}
@keyframes fading {
from {opacity: 1; }
50% {opacity: 0; }to {opacity: 1; } 
}

@-webkit-keyframes fading {
from {opacity: 1; }
50% {opacity: 0; }to {opacity: 1; } 
} 	

.bnr-prd{
	position: absolute;
    right: 268px;
    top:110px;
    max-width: 100%;
	}
ul.bnr-rgtlist{
	position: absolute;
    top: 55px;
    right: 0;
    width: 272px;
	}	
ul.bnr-rgtlist li{
	float:left;
	width:33.33%;
	text-align:center;
	font-size:13px;
	line-height:16px;
	color:#000;
	}
ul.bnr-rgtlist li img{
	display:block;
	margin:0 auto 0;
	}
ul.bnr-rgtlist li p{
	padding:0 2px;
	margin-top:8px;
	}	

.devider_strip{
	float:left;
	width:100%;
	background:#123b6b;
	padding:16px 0 14px 0;
	}
.devider_strip p{
	color:#fff;
	font-size:18px;
	letter-spacing:0.9px;
	font-weight:500;
	}
.devider_strip p span{
	color:#ffe744;
	text-decoration:underline;
	}
/*==============section1===============*/
.section1{
	float:left;
	width:100%;
	background:#f9f5f3;
	padding:60px 0;
	}	
.s1-mid{
	display: flex;
    flex-wrap: wrap;
    align-items:flex-start;
	width:100%;
	margin-top:0;
	}
.s1-lft{
	width:43%;
	background:#0777a7;
	border-radius:8px;
	margin-top:10px;
	}		
.s1-img{
	display:block;
	margin:0 auto;
	width:100%;
	border-radius:8px 8px 0 0;
	height: 450px;
    object-fit: cover;
	}
.s1-left-box-rev{
	float:left;
	width:100%;
	padding:30px 25px 30px 148px;
	text-align:left;
	position:relative;
	}	
.s1-left-box-rev img{
	position:absolute;
	left:25px;
	top:35px;
	width:100px;
	}
.s1-left-box-rev span{
	float:left;
	width:100%;
	font-size:30px;
	line-height:36px;
	color:#fff;
	font-weight:600;
	}
.s1-left-box-rev p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#fff;
	font-weight:normal;
	margin-top:10px;
	letter-spacing:0.5px;
	}
.s1-rgt{
	width:53%;
	margin:0 0 0 4%;
	text-align:left;
	}
.comn-smhding{
	font-size:21px;
	line-height:26px;
	color:#000000;
	}				
.comn-hding{
	font-size:50px;
	line-height:56px;
	color:#000000;
	font-weight:700;
	margin-top:10px;
	}	
.comn-hding span{ color:#224977;}	
.comn-txt{
	font-size:19px;
	line-height:28px;
	letter-spacing:0.5px;
	color:#000000;
	margin-top:15px;
	}
ul.s1-list{
	padding:15px 0 0 0;
	}	
ul.s1-list li{
	border-bottom: 1px solid #e1e1e1;
    padding: 0 0 20px 77px;
    margin-top: 20px;
    position: relative;
	}
ul.s1-list li:last-child{
	border-bottom:none;
	padding-bottom:0;
	}	
ul.s1-list li img{
	position:absolute;
	top:0;
	left:0;
	max-width:100%;
	width:60px;
	}	
ul.s1-list li h1{
	font-size:23px;
	line-height:29px;
	color:#000000;
	font-weight:700;
	}			
ul.s1-list li p{
	font-size:19px;
	line-height:28px;
	letter-spacing:0.5px;
	color:#000000;
	margin-top:7px;
	}	
.section1 .common-button-size{margin-top: 45px;}

/*==============section2===============*/
.section2{
	float:left;
	width:100%;
	text-align:center;
	padding:60px 0;
	}
.s2-mid{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	position:relative;
	margin:40px 0 0 0;
	}
.s2-img{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	top:14px;
	}		
.s2-lft{
	float:left;
	width:36.15%;
	position:relative;
	margin-top:10px;
	}
.s2-lft-bx {
    position: relative;
    padding: 0 105px 0 0;
    margin: 0 0 0 0;
    text-align: left;
	}	
.s2-lft-bx:nth-child(2){ margin-top:40px;}	
.s2-lft-bx:last-child{ margin-top:50px;}	
.lft-bx-icon{
	position:absolute;
	top:10px;
	right:0;
	max-width:100%;
	}
.s2-lft-bx-hding{
	font-size:29px;
	line-height:33px;
	color:#124178;
	font-weight:700;
	}				
.s2-lft-bx-txt{
	font-size:19px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#000;
	margin-top:10px;
	}
.s2-rgt{
	float:right;
	width:36.15%;
	position:relative;
	margin-top:10px;
	}
.s2-rgt-bx {
    position: relative;
    padding: 0 0 0 105px;
    margin: 0 0 0 0;
    text-align: right;
	}
.rgt-bx-icon{
	position:absolute;
	top:10px;
	left:0;
	max-width:100%;
	}		
.s2-rgt-bx:nth-child(2){ margin-top:40px;}	
.s2-rgt-bx:last-child{ margin-top:50px;}
.s2-sml-hding{
	font-size:30px;
	line-height:37px;
	color:#000000;
	font-weight:700;
	margin-top:100px;
	}
/*====shower-mode-sec====*/
.shower-mode-sec{
	float:left;
	width:100%;
	padding:70px 0;
	background:#eaf5f9;
	}

.showermode-mid{
	float:left;
	width:100%;
	margin-bottom:25px;
	}
.showe-mode-left{
	float:left;
	width:40%;
	margin-top:45px;
	}
.showe-mode-left-img{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	border-radius:10px;
	object-fit: cover;
    height: 425px;
	}
.shower-mode-right{
	float:right;
	width:55%;
	margin-top:25px;
	}
ul.s2-list2 {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
ul.s2-list2 li {
	width:22%;
	margin-top: 20px;
	}
ul.s2-list2 li img {
    display: block;
    margin: 0 auto 10px;
	border-radius:8px;
	max-width:100%;
	}
ul.s2-list2 li p {
	font-size: 15px;
	line-height: 19px;
	font-weight:500;
	color: #000000;
	}
/*==============section3===============*/
.section3{
	float:left;
	width:100%;
	background:#fff;
	padding-bottom:50px;
	text-align:center;
	}
.section3 .common-button-size{ margin-top:50px;}		
.s3_bx{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
	background:#fff;
	}
.s3_bx.bg2{background:#fff3f4;}
.s3_bx.reverse{
	flex-direction: row-reverse;
	}	
.s3_rgt{width:50%; text-align:center;}
.s3-rgt-bx2{ background:#1d1d1d; padding:40px 20px;}
.s3-rgt-bx3{ background:#b8daeb;}
.s3-rgt-bx4{ background:#191919;}
.s3-rgt-bx2-img{
	display:block;
	float:right;
	}
.s3-rgt-bx3-img{
	display:block;
	float:left;

	}
.s3-rgt-bx4-img{
	display:block;
	float:right;
	}		
.s3_lft{
	width:50%;
	}
.s3-rgt-img {
    display: block;
    object-fit: cover;
}	
	
.s3_lft_contnt{
    max-width: 574px;
    width: 100%;
	padding: 15px 70px;
	}	
.s3-icon{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s3-bx-hding{
	font-size:32px;
	line-height:37px;
	color:#131c26;
	font-weight:700;
	margin-top:25px;
	}
.s3-bx-txt{
	font-size:19px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#000;
	margin-top:15px;
	padding:0 0;
	}
.s3-cont-left {
    float: right;
	}	
.s3-cont-rgt {
    float: left;
	}
/*==============section4===============*/
.section4{
	float:left;
	width:100%;
	background:#f0f5fa;
	padding:60px 0;
	text-align:center;
	}
.s5-mid{
	display:inline-block;
	vertical-align:middle;
	max-width:1025px;
	width:100%;
	margin-top:50px;
	position:relative;
	border:2px solid #224977;
	}
.vs{
	position:absolute;
	top:45%;
	transform:translatey(-50%);
	-webkit-transform:translatey(-50%);
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	z-index:2;
	
	}		
.s5-mid-lft{
	float:left;
	width:50%;
	background:#234a78 url(../images/int-img/s4-lft-bg.webp) left top no-repeat;
	padding:30px 0 20px;
	}
.brand-name{
	font-size:40px;
	color:#000;
	line-height:46px;
	font-weight:700;
	text-align:center;
	}	

.s5-mid-rgt{
	float:right;
	width:50%;
	background:#ececec url(../images/int-img/s4-rgt-bg.webp) right top no-repeat;
	padding:30px 0 20px;
	}
ul.compare-list {
    float: left;
    width: 100%;
	margin-top:30px;
	}
ul.compare-list li {
    float: left;
    width: 100%;
    height: 124px;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
	border-bottom:1px solid #b0bfd2;
    padding: 0 65px;
    position: relative;
    display: flex;
	letter-spacing:0.3px;
    flex-wrap: wrap;
    align-items: center;
	}
.s5-mid-lft ul.compare-list li{border-bottom:1px solid #315a89;}
ul.compare-list li span{
	color:#ff0000;
	font-weight:700;
	}
ul.compare-list li:last-child{ border-bottom:none;}
.comp-col1-img {
    float: left;
    width: 100px;
    margin-right: 20px;
	}
.comp-col1-img img{ max-width:100%;}
ul.compare-list li p {
    float: right;
    width: calc(100% - 126px);
    text-align: left;
	}

/*==============section5===============*/
.section5{
	float:left;
	width:100%;
	padding:60px 0;
	text-align:center;
	}
.offer-bx{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	border:2px dashed #434343;
	}
.ofrbx-lft{
	float:left;
	width:52%;
	text-align:center;
	margin:0 0 0 0;
	background:#fdf5e6;
	padding:50px 30px;
	}
.ofrbx-lft-p1{
	font-size:42px;
	line-height:50px;
	color:#224977;
	font-weight:700;
	}
.ofrbx-lft-p2{
	font-size:20px;
	line-height:24px;
	color:#000000;
	font-weight:500;
	margin-top:10px;
	}	
.count-down{
	margin:10px 0 0 0;
	position:relative;
	}
ul.ofr-list{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	margin-top:30px;
	max-width:400px;
	}
ul.ofr-list li {
    text-align: left;
    font-size: 21px;
    line-height: 28px;
	letter-spacing:0.5px;
    color: #000000;
    padding: 0 0 0 45px;
    margin:15px 0 0 0;
    position: relative;
	}
ul.ofr-list li span{
	color:#ff0000;
	font-weight:700;
	}	
ul.ofr-list li img{
	position:absolute;
	top:2px;
	left:0;
	max-width:100%;
	}				
.ofrbx-rgt{
	float:right;
	width:48%;
	background:#fff;
	position:relative;
	}
.s5-prd1{
	display:block;
	margin:20px auto 0;
	max-width:100%;
	width:250px;
	}
.seal30{
	position:absolute;
	top:100px;
	right:50px;
	max-width:100%;
	}
.s5-revw-prt{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:center;
	margin-top:60px;
	}	
.s5-review {
	padding: 0 0;
	margin:15px 0 15px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width:100%;
	}
.comment-bx-col, .comment-bx-co2 {
	width:48.60%;
    background:#fff;
	border-radius:6px;
	padding:25px;
	text-align:left;
	box-shadow:0 0 10px 3px rgba(205,228,238.2);
	-webkit-box-shadow:0 0 10px 3px rgba(205,228,238.2));
	margin-top:30px;
	position:relative;
	border-top:5px solid #b4d6e4;
	}
.cotation{
	position:absolute;
	top:20px;
	right:20px;
	max-width:100%;
	}	
.comment-bx-co2{ float:right;}	
.t-star{
	display:block;
	margin:10px 0 0;
	width:90px;
	}
.t-hding{
	font-size:20px;
	line-height:27px;
	color:#000000;
	font-weight:700;
	}	
.t-txt1{
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-top:10px;
	}	
.t-txt2{
	font-size:14px;
	line-height:16px;
	color:#019b46;
	margin-top:25px;
	font-weight:500;
	position:relative;
	}	
.vrfy{
	display:inline-block !important;
	vertical-align:middle;
	margin: -2px 4px 0 4px;
	width:16px;
	}		
.t-txt2 span{
	font-size:17px;
	padding-bottom:5px;
	color:#000;
	}	
/*==============section6===============*/
.section6{
	float:left;
	width:100%;
	background:#f3f8fa;
	padding:60px 0;
	text-align:center;
	}	
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:968px;
	width:100%;
	padding:0 15px 15px;
	margin:20px 0 0;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	background:#fff;
	-webkit-box-shadow:0 4px 9px 1px rgba(0,0,0,0.1);
	box-shadow:0 4px 9px 1px rgba(0,0,0,0.1);
	margin-top:15px;
	overflow:hidden;
	border-radius:6px;
	}
.faq-innr{
	float:left;
	width:100%;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/int-img/close-btn.webp) no-repeat right 30px center;
	color:#070808;
	font-size:20px;
	line-height:26px;
	font-weight:700;
	letter-spacing:0.5px;
	padding:23px 45px 21px 30px;
	cursor:pointer;
	position:relative;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/int-img/open-btn.webp) no-repeat right 30px center #fff;
	border:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	background:#fff;
	padding:0 60px 15px 30px;
	}
.acdn-para{
	float:left;
	width:100%;
	color:#000000;
	letter-spacing:0.5px;
	font-size:19px;
	line-height:26px;
	margin-bottom:15px;
	}
										
/*=====footer=====*/
.footer{
	float:left;
	width:100%;
	padding:50px 0;
	}
.footer-logo{
	display:block;
	margin:0 auto 20px;
	width:250px;
	filter: grayscale(100%);
	}
.footer-text{
	font-size:16px;
	line-height:24px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:15px;
	}
.footer-text a{ padding:0 10px;}
.ftr-btm{
	float:left;
	width:100%;
	margin-top:30px;
	padding-top:10px;
	}
													
/*============================*/
.fl{ float:left;}
.fr{ float:right;}
.forTab, .forMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}
.white{ color:#fff;}
.mrg-top0{ margin-top:0;}
/*------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 Querry---------*/

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

.bnr-prd { right: 215px;top: 203px; width: 289px;}
.bnr-strip p {width: 81%;}

.comn-hding {font-size: 44px;line-height: 52px;}
.s1-mid {padding: 0 0;}
.s1-left-box-rev{ padding:25px 15px 25px 120px;}
.s1-left-box-rev img{ width:80px; left:20px;}
.s1-left-box-rev span{ font-size:24px; line-height:30px;}
.s1-left-box-rev p{ font-size:17px; line-height:25px; letter-spacing:0;}
.s1-rgt { width: 54%;margin: 0 0 0 3%;}
ul.s1-list li p{ font-size:17px; line-height:25px;}

.s2-lft-bx-hding {font-size: 24px; line-height: 30px;}
.s2-rgt-bx:nth-child(2), .s2-rgt-bx:last-child { margin-top: 30px;}
.s2-lft-bx:nth-child(2){ margin-top:50px;}
.s2-lft-bx:last-child{ margin-top:60px;}
.s2-lft-bx{ padding:0 115px 0 0;}
.s2-rgt-bx{padding:0 0 0 115px;}
.lft-bx-icon {top:10px; right: 26px;}
.rgt-bx-icon {top:10px; left: 26px;}
.s2-lft-bx-txt{ font-size:17px;}

.showe-mode-left-img{ height:390px;}

.s3-bx-hding { font-size: 28px; line-height: 35px;}
.s3_lft_contnt {  padding: 15px 40px;}
.s3-rgt-img{ height:400px;max-width: 100%;}
.s3-rgt-bx2-img, .s3-rgt-bx3-img, .s3-rgt-bx4-img{ width:100%;}

.ofrbx-lft-p1{font-size:44px;}

}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk, .showDesk{ display:none;}
.forTab{ display:block;}

ul.mainMenu{ display:none;}

.banner { background-size:cover;}
.bnr-lft {width: 58%;}
ul.bnr-rgtlist { top: 24px;}
.bnr-prd {right:145px;top:334px; width:200px;}
.bnr-strip {margin: 25px 0 0 0;}
.bnr-hding {font-size: 43px;line-height: 47px; letter-spacing: 0px; margin-top: 10px;}
.bnr-strip p { width: 93%;font-size: 19px;line-height: 25px;}
ul.bnr-list li {font-size: 18px;  line-height: 26px;}

.devider_strip p{font-size:16px;}

.section1 {padding: 45px 0;}
.comn-smhding {font-size: 18px;line-height: 22px;}
.comn-hding {font-size: 36px;line-height: 45px;}
.comn-txt {font-size: 18px;line-height: 26px;margin-top: 10px;}
ul.s1-list {padding: 8px 0 0 0;}
ul.s1-list li { padding: 0 0 10px 65px; margin-top: 10px;}
ul.s1-list li h1 { font-size: 21px;line-height: 28px;}
ul.s1-list li p {font-size:16px;line-height: 26px; margin-top: 3px;}
.s1-icons {width: 259px;}
.section1 .common-button-size { margin-top: 25px;}
.s1-left-box-rev{ padding:20px 15px 20px 100px;}
.s1-left-box-rev span{ font-size:18px; line-height:26px;}
.s1-left-box-rev img{ width:70px; left:15px;}
.s1-left-box-rev p{ font-size:16px;}
ul.s1-list li img{ width:54px;}
.s1-img{ height:320px;}

.section2 {padding: 45px 0;}
.s2-img {top: 40px; width: 292px;}
.s2-lft-bx { padding: 0 64px 0 0;}
.s2-rgt-bx { padding: 0 0 0 64px;}
.s2-lft-bx-txt {font-size:16px;line-height: 24px; margin-top: 5px;}
.s2-lft-bx-hding {font-size: 20px;line-height: 26px;}
.lft-bx-icon {top: 0; right: -1px; width: 67px;}
.rgt-bx-icon {top: 0;left: -1px;width: 67px;}
.s2-lft-bx:nth-child(2), .s2-lft-bx:last-child, .s2-rgt-bx:nth-child(2), .s2-rgt-bx:last-child { margin-top: 25px;}
.s2-sml-hding {font-size: 26px; line-height: 33px;margin-top: 20px;}
.shower-mode-right{ width:58%;}
ul.s2-list2 li{ width:23%;}
ul.s2-list2 li p {font-size: 14px; line-height: 18px;}

.showe-mode-left-img{ height:335px;}

.section3 {padding-bottom: 40px;}
.s3-icon { width: 50px;}
.s3-bx-txt {font-size: 17px; line-height: 24px;margin-top: 12px; padding: 0 0;}
.s3-bx-hding {font-size: 25px;line-height: 30px; margin-top:15px;}
.section3 .common-button-size {margin-top: 40px;}


.section4 {padding: 45px 0;}
ul.compare-list li {font-size: 18px;line-height: 24px; padding: 0 33px;height: 97px;}
.s5-mid {margin-top: 20px;}
.brand-name {font-size: 33px; line-height: 35px;}
ul.compare-list {margin-top: 19px;}
.comp-col1-img {width: 75px; margin-right:10px;}
ul.compare-list li p {  width: calc(100% - 94px);}

.section5 {padding: 45px 0;}
.ofrbx-lft { padding: 40px 30px;}
.ofrbx-lft-p1 {font-size: 28px; line-height: 30px;}
.ofrbx-lft-p2 {font-size: 15px; line-height: 22px; margin-top:5px;}
ul.ofr-list {margin-top: 10px;}
ul.ofr-list li {font-size: 17px;line-height: 23px;padding: 0 0 0 31px;margin: 8px 0 0 0;}
ul.ofr-list li img { width: 20px;}
.s5-prd1 {margin: 10px auto 0;width: 200px;}
.seal30 {top: 93px;right: 30px; width: 100px;}

.section6 {padding: 45px 0;}
.faq-container{padding:0 10px; margin:15px 0 0;}

.t-txt1 {font-size: 18px; line-height: 26px;}
.comment-bx-col, .comment-bx-co2{padding: 20px 14px;}
.cotation {top: 14px; right: 11px;width: 16px;}
}

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

.forMob{ display:block;}
.hide-mob{ display:none;}

.top{padding:10px 0 5px 0;}
.top p{ font-size: 12px; line-height: 15px;}
.top p img{margin: -5px 3px 0 0; width: 16px;}

.top-fix-bar{ margin-bottom:50px;}

.header{ height:50px; margin-top:-50px; top:50px; background:#fff;}
.mob-mnu-ic{right:15px; top:16px; left:auto;}
.mobilemenu{top:48px;}
.mobimenu-top{top:48px;}
.logo-sec{margin-top:5px;}
.logo {width: 105px;}

.banner{ background:#e9ecef; padding:0 0 30px;}
.bnr-lft { width: 100%; margin:20px 0 0 0; text-align: center;}
.bnr-lft-p1 {font-size: 16px;line-height: 22px;}
.bnr-lft-p1 img { margin: -2px 0 0 0;}
.bnr-hding {font-size: 34px;line-height: 40px; margin-top: 10px;}
ul.bnr-list{display: inline-block;vertical-align: middle; }
ul.bnr-list li {font-size: 17px;line-height: 25px;background-size: 18px;padding: 0 0 0 29px;margin: 0 0 10px 0;}
ul.bnr-list {margin: 22px 0 0 0;}
.mob-bnr {display: inline-block;vertical-align: top; width: calc(100% + 30px); margin: 20px 0 0 -15px; max-width: none;}
ul.bnr-rgtlist {position: static;margin: 15px auto 0;width:100%;}
ul.bnr-rgtlist li img { width: 58px;}
ul.bnr-rgtlist li{font-size: 15px;line-height: 19px;}

.devider_strip{padding:10px 0;}
.devider_strip p{font-size:15px; line-height:22px;}

.section1 {padding: 30px 0;}
.comn-hding { font-size:30px; line-height: 36px;}
.comn-txt {font-size: 17px;line-height: 26px;margin-top: 10px; letter-spacing:0.5px;}
.s1-rgt { width: 100%; margin:0 0 0 0; text-align:center;}
.s1-rgt .comn-hding, .s1-rgt .comn-txt, .s1-rgt .comn-smhding{text-align:left;}
.s1-lft { display:inline-block; vertical-align:middle; max-width:100%;width: 350px;padding: 0 0 0; margin:25px auto 0;}
.s1-lft.hide-mob{ display:none;}
.s1-img{ height:280px;object-fit: cover;}
ul.s1-list{ padding:0; margin-top:25px;}
ul.s1-list li { padding: 0 0 10px 70px; text-align: left;}
ul.s1-list li img {top: 5px;}
ul.s1-list li p {font-size: 17px;line-height: 24px; letter-spacing:0.5px;}
.s1-left-box-rev{ padding:15px 10px 15px 90px;}
.s1-left-box-rev span{ font-size:22px; line-height:28px;}
.s1-left-box-rev p{ letter-spacing:0.5px;}
.s1-left-box-rev img{ width:60px;}

.section2 {padding: 30px 0;}
.s2-mid {margin: 20px 0 0 0;}
.s2-img {width: 280px; position: static; transform:none; display:block; margin:0 auto;}
.s2-lft, .s2-rgt {float: left;width: 100%;margin-top: 0;}
.lft-bx-icon, .rgt-bx-icon {position:static; margin: 0 auto 10px; display:block;}
.s2-lft-bx, .s2-rgt-bx {padding: 0 30px;text-align: center;margin-top:30px;}
.s2-lft-bx:nth-child(2), .s2-lft-bx:last-child, .s2-rgt-bx:nth-child(2), .s2-rgt-bx:last-child{ margin-top:30px;}
ul.ofr-list li {font-size: 17px; line-height: 23px; padding: 0 0 0 26px; margin: 10px 0 0 0;}
ul.ofr-list li img {width: 18px;}
.s2-lft-bx-hding {margin: 10px 0 0;}
.s2-sml-hding { font-size: 24px; line-height: 30px;}

.shower-mode-sec{ padding:30px 0;}
.showermode-mid{ margin-bottom:0;}
.showe-mode-left{ width:100%; margin-top:30px;}
.showe-mode-left-img { height:300px;}
.shower-mode-right{ width:100%; margin-top:10px;}
ul.s2-list2{ margin-top:0;}
ul.s2-list2 li { width:50%; padding: 0 6px; margin-top:12px;}
ul.s2-list2 li img{margin:0 auto 10px;}
ul.s2-list2 li p {font-size:15px;line-height: 20px;}
.s1-icons {width: 293px;margin: 20px auto 0;}
.s2-lft-bx-hding { font-size: 22px;line-height: 28px; margin-top:0; letter-spacing:0.5px;}
.s2-lft-bx-txt { font-size: 17px;line-height: 24px;letter-spacing:0.5px;}

.section3 {padding-bottom: 0;}
.s3_rgt { width: 100%; text-align: center;}
.s3_lft{width: 100%;}
.s3_lft_contnt{ padding:25px 20px; float:none; display:inline-block; vertical-align:top; max-width:400px;}
.reverse{ flex-direction: row-reverse;}
.s3-bx-hding {font-size: 23px;line-height: 30px;}
.s3-rgt-bx3-img, .s3-rgt-bx4-img {float: none;margin:0 auto;width: 100%;}
.s3-rgt-bx2-img{ width:auto; max-width:90%; margin:0 auto; float:none;}
.s3-rgt-img {width: 100%; height:250px;}
.s3-rgt-bx2 { padding: 20px 0;}
.s3-bx-txt { letter-spacing:0.5px;}
.s3-icon { width:50px;}


.section4 {padding: 30px 0;}
.s5-mid-lft, .s5-mid-rgt{padding: 20px 0 0;}
.brand-name {font-size: 25px;line-height: 30px;}
ul.compare-list { margin-top: 10px;}
ul.compare-list li {font-size: 15px; line-height: 20px;padding: 15px 10px;height: 180px;text-align:center;display: inline-block;}
ul.compare-list li p {width: 100%;text-align: center;}
.comp-col1-img {margin:0 0 5px; width:100%;}
.comp-col1-img img{ width:75px;}
.vs{width: 45px;}

.section5 {padding: 30px 0;}
.offer-bx{ margin-top:0;}
.ofrbx-lft { padding: 20px 15px; width: 100%;}
.ofrbx-rgt{ float:none; padding:0 0 0; margin-top:20px;width: calc(100% + 30px);margin-left: -15px; background:none;}
.s5-prd1-bx{ width:300px; margin:0 auto 0; position:relative;}
.ofrbx-lft-p2 { font-size: 14px;line-height: 20px;}
.seal30{top:0; right: 30px; width: 91px}
.s5-prd1{ margin: 0 auto 0; width:125px;}
.ofrbx-lft-p1 {font-size: 28px;line-height: 38px;}
.timer-hg {font-size: 18px; line-height: 24px;}
.s5-revw-prt {margin-top: 30px;}
.comment-bx-col, .comment-bx-co2 {padding: 20px 14px;width:100%;}
.s5-review {width: 100%; margin-top:0; padding:0 10px;}
.t-txt2 { margin-top: 15px;}
.t-txt1 {font-size: 17px;line-height: 25px;letter-spacing:0.5px;}

.section6 {padding: 30px 0;}
.faq-container{ margin:10px 0 0;padding: 0 0;}
.accordion{font-size:19px; padding: 15px 28px 15px 18px;}
.acdn-content{padding:0 20px 15px 20px;}
.acdn-para{font-size:17px; line-height:24px; letter-spacing:0.5px;}
.accordion{background-position:right 15px center;}
.acdn-heading.accordion-open{background-position:right 30px center;}


.footer{ padding:0 0 15px;}
.footer-logo{ margin:20px auto 10px;width: 160px;}
.footer-text a { padding: 0 2px;}
.footer-text { font-size: 14px;line-height: 24px; margin-top:10px;}

.comn-btn{font-size:19px; height:62px; line-height:62px;}
.ftr-btm { margin-top: 15px; padding-top: 5px;}

#ctabtn-mob{
	background:#224977;
	padding:10px 12px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#ctabtn-mob .comn-btn{ padding:0; margin:0;}

}

.special-offer-section {
	max-width: 100%;
	margin-top: 30px;
}

.special-offer-section > p {
	font-size: 40px;
    line-height: 46px;
    color: #19191e;
    font-weight: bold;	
	margin: 0 auto;
	margin-bottom: 40px;
}

.special-offer-section div {
	max-width: 378px;
	margin: 0 auto;
}