@charset "utf-8";
/*====CSS Document====*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	/*background:url(../images/index1.jpg) no-repeat center top;*/
	color: #000000;
	text-align: center;
    font-family: "DM 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;}
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;
	}
	
.overflow{overflow:hidden;}
	
/*-------Top-Caption-------*/
.top-caption{
	float: left;
    width: 100%;
    padding: 4px 0 3px;
    background: #f5f5f5;
	}
.caption-txt{
	    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    font-weight: 600;
	}

/*========Header========*/	
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:67px;
	}
.header{
	float: left;
    width: 100%;
    height: 67px;
    margin-top: -67px;
    top: 67px;
    position: relative;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 9999;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	background:#fff;
	margin-top:0;
	top:0;
	box-shadow: 0 0 5px #fef2f4;
	}		
.logo{
	float: left;
    margin-top: 9px;
    max-width: 130px;
	}
ul.topMenu{
	    float: right;
    vertical-align: top;
    margin-top: 22px;
	}
ul.topMenu li{
	float:left;
	padding:0 15px;
	position:relative;
	}
ul.topMenu li a{
	color: #000;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
	}	
ul.topMenu li a:hover, ul.topMenu li a.active{color:#d73c23;}
a.nav-btn{
   float: right;
    width: 134px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 39px;
    text-align: center;
    border-top: 1px solid #00b641;
    font-weight: 600;
    background: #09d552;
    margin-top: 14px;
    border-radius: 34px;
	}
.nav-btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 10px;
	}

/*=======banner=======*/
.banner{
	float:left;
	width:100%;
	padding:45px 0;
	position:relative;
	overflow:hidden;
	background: rgb(252,239,237);
	background: linear-gradient(135deg, rgba(252, 239, 237, 1) 15%, rgb(255 237 235) 85%);;
	}
.banner_content{
	float:left;
	width:56%;
	text-align:left;
	}	
.banner_heading{
        font-size: 60px;
    line-height: 64px;
    font-weight: 900;
    margin-top: 15px;
    color: transparent;
    background: rgb(141, 46, 147);
    background: linear-gradient(90deg, #d6381f 15%, #3d1918 85%);;
    -webkit-background-clip: text;
	}
.banner_strip{
        display: inline-block;
    vertical-align: top;
    font-size: 22px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    padding: 10px 20px 8px;
    margin-top: 40px;
    border-radius: 5px;
    background: #fff;
    letter-spacing: 1px;
	}
.banner_text{
	font-size: 18px;
	line-height: 28px;
	color: #000;
	margin-top: 20px;
	border-top: 1px solid #efccc8;
	border-bottom: 1px solid #efccc8;
	padding: 10px 0;
	}
.banner_points{
	    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 550px;
    margin-top: 15px;
    text-align: left;
	}
.banner_points li{
	float:left;
	width:100%;
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:600;
	padding-left: 38px;
	background:url(../images/banner-point-thik.png) no-repeat;
	background-position:center left;
	background-size:27px;
	}
.banner_points li p{
	margin-top:12px;
	padding-bottom: 12px;
	border-bottom:1px solid #e2e2e2;
	text-transform:capitalize;
	}
.banner_points li:last-child p{
	padding-bottom:0;
	border-bottom:none;
	}
	
.banner_right{
	float: right;
    width: 43.5%;
    padding-top: 0px;
    position: relative;
	}	
.banner_product_box{
	    float: right;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin: 0 0px 0 0px;
	}
.banner-product{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	max-width:none;
	}
.banner_product_content{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:175px;
	}
.banner_product_content div{
	position:absolute;
	width:100%;
	max-width:175px;
	}
.banner-right-icn{
	display:block;
	margin:0 auto 10px;
	width:72px;
	}
.banner_product_content div p{
	font-size: 22px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	}
.banner_product_content_col1{
	top:0;
	right:-50px;
	}
.banner-right-arrw{ position:absolute;}
.banner-right-arrw1{
	bottom:-78px;
	left:50%;
	width:24px;
	}
.banner_product_content_col2{
	bottom: 80px;
	left: -60px;
	}
.banner-right-arrw2{
	top:-78px;
	left:65px;
	width:39px;
	}
	
/*====Button===*/	
.button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
	}
.banner .button_box{ margin-top: 40px;}
.button_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:400px;
	text-align:center;
	}

.selefast{
        color: #000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 10px;
	}
.selefast img{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	margin:-3px 8px 0 0;
	}
.button_strip{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 15px;
    color: #000;
    margin-bottom: 10px;
    padding: 8px 10px 8px;
    border: 1px solid #eeeced;
    border-radius: 6px;
    background: #fffddf;
	}
.banner_content .button_strip{ margin: 15px 0 0;}
.button_strip img{
    display: inline-block;
    vertical-align:middle;
	width:16px;
	margin:-2px 8px 0 0;
	}
.common_button{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 65px;
    text-align: center;
    border-radius: 8px;
    font-size: 23px;
    line-height: 68px;
    color: #fff;
    font-weight: bold;
    position: relative;
    background: #00be58;
    -webkit-box-shadow: 2px 7px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 7px 3px 0 rgba(0, 0, 0, .1);
	}		
.common_button img{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin: -5px 0 0 15px;
	}	
.button_granty_text{
    font-size: 16px;
    line-height: 16px;
	color: #000000;
    font-weight: 600;
    margin-top: 15px;
	}
.button_granty_text img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 8px 0 0;
	width:18px;
	}
	
	
/*====section 2====*/	
.section_1{
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    background: #fff;
	}
.common_sub_heading{
    font-size: 29px;
    line-height: 33px;
    color: #000;
    font-weight: 900;
	margin-bottom:20px;
	}
.common_heading{
    font-size: 48px;
    line-height: 50px;
    font-weight: 900;
	}
.heading_gradient{
	display:inline-block;
	vertical-align:top;
	color:transparent;
	background: rgb(141,46,147);
	background: linear-gradient(90deg, #d6381f 15%, #3d1918 85%);
	-webkit-background-clip: text;
	}
.common_text{
	font-size:20px;
	line-height:28px;
	color:#000;
	margin-top:20px;
	}
.s1_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:968px;
	margin:10px 0 20px;
	padding:88px 12px 12px 10px;
	background:url(../images/s1-block-bg.jpg) no-repeat;
	background-position:top center;
	background-size: cover;
	}
.s1_img_box{
	float:left;
	width:44%;
	position:relative;
	}
.s1-product{
	position:absolute;
	width:150px;
    filter: drop-shadow(0 2px 7px #6b6c70);
	}
.s1-product1{
    top: -49px;
    left: -20px;
    transform: rotate(-29deg);
	}
.s1-product2{
    top: 170px;
    right: 30px;
    transform: rotate(22deg);
	}
.s1_content_box{
	float:right;
	width:55%;
	}
.s1_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:40px 35px 40px;
	border-radius:15px;
	background:#fff;
	}
.s1_row{
	width:100%;
	margin-top:22px;
	padding-top:22px;
	border-top:1px solid #e1e1e1;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s1_row:first-child{
	margin-top:0;
	padding-top:0;
	border-top:none;
	}
.s1_icn_box{
	width:70px;
	height:70px;
	border-radius:50%;
	border: 2px solid transparent;
	background: linear-gradient(to bottom, white, white), linear-gradient(to right, #3d1918, #d8442c);
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
	}
.s1-icn{
	display:block;
	margin:0 auto;
	width:38px;
	}
.s1_row_cont{
	width:calc(100% - 70px);
	padding-left:15px;
	text-align:left;
	}
.s1_row_cont h3{
	font-size:22px;
	line-height:30px;
	color:#000;
	font-weight:900;
	}
.s1_row_cont p{
	font-size: 18px;
	line-height: 28px;
	color: #000;
	margin-top: 5px;
	}
	
/*========BNR-STRIP========*/

.bnr-strip{
	float:left;
	width:100%;
	text-align:center;
	padding: 57px 0;
	background:#fff;
	}
.bnr-stp-txt{
	    display: inline-block;
    width: 45%;
    font-size: 32px;
    line-height: 36px;
    position: relative;
    
	}
.bnr-stp-txt:before, .bnr-stp-txt:after{
	content: '';
    position: absolute;
    top: 18px;
    left: -70px;
    background: #dadfe1;
    width: 105px;
    height: 1px;
	}	
.bnr-stp-txt:after{
	left: auto;
    right: -69px;
	}	
.strp-txt{
	display: inline-block;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    padding: 15px 0 0;
	}
.bnr-stp-uls{
	float: left;
    width: 100%;
    display: flex;
    margin: 34px 0 0;
    flex-wrap: wrap;
    justify-content: space-around;
	}	
.bnr-stp-uls li{
	    display: inline-block;
    width: 23%;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    background: #fcf4f2;
    border: 1px solid #ffced0;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 8px 1px #ffe1e2;
    padding: 27px 25px 28px;
	}
.stp-li-img{
	display:block;
	margin:0 auto 10px
	}					
/*========Section-1========*/
.sec1{
	float: left;
    width: 100%;
        padding: 60px 0;
    background: #fff;
	}
.s1-contnt{
	float: left;
    width: 100%;
    margin-top: 0px;
    position: relative;
	}
	
.s1-lft{
	    float: left;
    width: 51%;
    text-align: left;
    position: relative;
    margin: 0;
	}
.s1-model{
	    position: absolute;
    top: -80px;
    right: -390px;
    z-index: 2;
	}
.s1-box{
	display: inline-block;
    width: 100%;
    background: url(../images/s1-inr-bg.png) no-repeat center top;
    height: 185px;
    position: relative;
    z-index: 9;
    margin: 30px 0 0;
	}
.s1-prod{
	    position: absolute;
    top: -208px;
    right: -35px;
    z-index: 5;
    max-width: 390px;
	}
.s1-tape{
	position: absolute;
	top: 16px;
	right: 270px;
	z-index: 1;
	}	
.sec1 .btn-bx{
	    float: left;
    display: block;
    margin: 40px 0 0 20px;
	}
.sec1 .btn-guaranty span{ color:#fff;}						
.s1-arw2{
	position: absolute;
    top: -267px;
    right: 109px;
	}
	
/*========Section-2========*/
.sec2{
	    float: left;
    width: 100%;
    background: #fff;
    overflow: hidden;
	padding: 0 0 60px;
	}
.s2-lft-img{
	float: left;
    max-width: 500px;
    border-radius: 10px;
	}	
.s2-rgt{
	float: right;
    width: 54%;
    text-align: left;
    padding: 0px 0 0 0;
    position: relative;
	}
ul.s2-list{
	    float: left;
    width: 100%;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
	}
ul.s2-list li{
	    float: left;
    width: 95%;
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding-left: 93px;
	position:relative;
    margin-top: 10px;
	}
ul.s2-list li:nth-child(3):before{border-bottom: none;}	
ul.s2-list li:before{
	position: absolute;
    top: 106px;
    left: 23px;
    content: '';
    z-index: 3;
    width: 500px;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
	}	
ul.s2-list li span{
	    display: block;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: #000;
    padding: 0 0 12px;
	}	
.li-nos{
	position: absolute;
	top: 2px;
	left: 16px;
	color: #ec1f27;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	background: #fcf4f2;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	content: '';
	padding: 12px 7px 0px;
	z-index: 2;
	box-shadow: 4px 4px 8px 4px #e1e1e1;
	}	
/*========Section-3========*/
.section_2{
	float:left;
	width:100%;
	padding:60px 0;
	background: rgb(252, 239, 237);
    background: linear-gradient(135deg, rgba(252, 239, 237, 1) 15%, rgb(255 237 235) 85%);
	}
.product-sec-row{
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 45px;
    row-gap: 30px;
    column-gap: 15px;
	}
.product-col{
	        float: left;
    width: 32%;
    /* margin: 0 10px !important; */
    text-align: center;
    background: #fff;
    box-shadow: 0 0 8px 1px #c0b8cb;
	}
.product-col input[type=radio] {
    opacity: 0;
    position: absolute;
}
.s2-prod-dv{
	    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin-top: 20px;
	}
.s2-prod{
	display:block;
	margin:0 auto;
	width:320px;
	max-width:100%;
	z-index:9;
	position:relative;
	}
.s2-prod:nth-child(2), .s2-prod:nth-child(3){
	position: absolute;
    z-index: 5;
    top: 48px;
    left: 54px;
    max-width: 190px;
}
.s2-prod:nth-child(3){ left:auto; right:54px}
.s2-prod:nth-child(4), .s2-prod:nth-child(5){
	position: absolute;
    z-index: 3;
    top: 54px;
    left: 27px;
    max-width: 180px;
}
.s2-prod:nth-child(5){ left:auto; right:27px}
.s2-prod:nth-child(6){
	    position: absolute;
    z-index: 1;
    top: 60px;
    left: 0;
    max-width: 170px;
}
.dose-seal{
	position:absolute;
	right:40px;
	top:50px;
	background:#1870c2;
	font-size:12px;
	line-height:16px;
	letter-spacing:0.5px;
	color:#fff;
	font-weight:600;
	width:75px;
	height:75px;
	padding:22px 0;
	text-align:center;
	background:#1870c2;
	border-radius:50%;
	}
.dose-seal2{background:#09d552;}
.dose-seal3{background:#e70000;}
.learn-btn{
	position:absolute;
	left:0;
	bottom:0;
	float:left;
    width: 100%;
    font-size: 18px;
	line-height:22px;
	padding:14px;
    color: #fff;
    background: #2e9e2a;
	border: 2px solid #2d9c29;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	opacity:0;
	display:none;
	}
.s2-prod-dv:hover .learn-btn{
	opacity:1;
	display:block;
	}
.s2-prod-content{
	float:left;
	width:100%;
	}
.s2-prod-abt{
	float: left;
    width: 100%;
    padding: 10px 0px 25px;
    -webkit-transition: all 0.10s ease;
    transition: all 0.10s ease;
	}

.s2-prod-abt .button_box{ max-width:300px;}
.s2-prod-abt .button_box .common_button{ height:60px; line-height:62px;}

.prod-name{
	font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.5px;
    color: #262626;
	}
.prod-name span{
	font-size: 24px;
	color: #000000;
	font-weight: 500;
	}
.prd-mg{
	font-size:18px;
	line-height:22px;
	letter-spacing:0.5px;
	color:#4e4e4e;
	}
.prd-mg span{
	padding:0 10px;
	}
.prd-mg span img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 7px 0 0;
	}
.prod-txt {
    padding: 0px 0 10px;
    font-size: 15px;
	float:left;
	width:100%;
	margin-top:0;
}
.buyOpt-row {
    float: left;
    width: 100%;
    padding:3px 15px;
    cursor: pointer;
    position: relative;
	}
.packageOpt {
	float: left;
	text-align: left;
	position: relative;
	padding:0 0 0 30px;
	}
.packageOpt input[type=radio] {
	position: absolute;
	opacity: 0;
	}
.packageOpt input[type=radio] + span {
	position: absolute;
	left: 0;
	top:4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #333;
	}
.packageOpt input[type=radio]:checked + span:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #333;
	}
.packageOpt p {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.5px;
	font-weight: 600;
	}
.packageOpt p span {
	font-weight:600;
	color:#2e9d2a;
	}
.pkp-prc-p1 {
	float: right;
    color: #000;
    font-size: 28px;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-align: center;
    width: 100%;
    padding: 22px 20px 0;
    font-weight: 600;
	}
p.sel-pck {
    float: left;
    padding: 7px 17px;
    font-size: 18px;
    color: #fff;
}
.pkg-btn{
	display: inline-block;
    vertical-align: middle;
    width: 300px;
    font-size: 20px;
    color: #fff;
    height: 55px;
    line-height:51px;
	background:#09d552;
    font-weight: 600;
    margin-top: 30px;
	border-radius: 32px;
    border: 2px solid #09d552;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	}
.pkg-btn img{
	display: inline-block !important;
    vertical-align: middle;
    margin: -8px 0 0 7px;
	}
.packageOpt .pkg-btn{ width:100%;}		

/*========Section-4========*/
.sec4{
	float:left;
	width:100%;
	background: #fff;
	padding:60px 0;
	position:relative;
	}
.s4_uls{
	float: left;
    width: 100%;
    display: flex;
    margin: 30px 0 0;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 12px;
	}	
.s4_uls li{
	    float: left;
    width: 31%;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    padding: 0px 20px 20px;
    text-align: left;
    background: rgb(141, 46, 147);
    background: linear-gradient(90deg, #d6381f 15%, #3d1918 85%);
	}
.s4_uls li span{
	display: block;
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 12px;
    font-weight: 700;
    
	}	
.s4-pics{
	display: block;
	margin: 0 auto 20px;
	width: calc(100% + 40px);
	max-width: unset;
	margin-left: -20px;
	}
.s4-icons{
	position: absolute;
    top: 155px;
    right: 20px;
	}
/*-----------------------
	SECTION-7 CSS
------------------------*/
.section-7{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.faq-container{
	display:inline-block;
	vertical-align:middle;
	max-width:975px;
	width:100%;
	margin:30px 0 0;
	}
.up-slide-dwn{
	float: left;
    width: 100%;
    /* margin-top: 8px; */
    padding: 6px 0;
    /* border-radius: 10px; */
    /* box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1); */
	}
				
/*========footer==========*/
.footer-sec{
	float:left;
	width:100%;
	text-align:center;
	padding:55px 0 35px;
	background: #fbf3f1;
	}
.ftr-logo{
	display: block;
    margin: 0 auto 25px;
    max-width: 150px;
	}
.ftr-txt{
	color:#000;
	font-size:16px;
	line-height:24px;
	}
.ftr-txt.margin-top{margin-top:25px;}
.ftr-txt a{padding:0 3px;}	
.ftr-txt-title{
	color:#000;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	margin-top:20px;
	}
ul.ftr-list{
	    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
	}
ul.ftr-list li{
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0;
	width: 100%;
	}
ul.ftr-list li img{
	display:inline-block;
	vertical-align:middle;
	}

/*========footer==========*/
.footer{
	float:left;
	width:100%;
	border-top:1px solid #c6c6c6;
	padding:25px 0;
	}

.contact {
    background: #fff;
    float: left;
    width: 100%;
    padding: 55px 0 65px;
}
.cntc-inr {
    float: left;
    width: 100%;
    padding: 0 35px 30px 0;
    position: relative;
}
.cont-sec1Lft {
    float: left;
    width: 51%;
    text-align: left;
}
ul.cnt-list {
        float: left;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    padding-right: 30px;
    padding-left: 0;
}
ul.cnt-list li {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 0 20px 55px;
    border-bottom: 1px solid #eaf1f7;
}
ul.cnt-list li img {
       position: absolute;
    left: 7px;
    top: 25px;
    filter: grayscale(1);
}
ul.cnt-list li p {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #1c1c1c;
    line-height: 26px;
}
ul.cnt-list li span {
    font-size: 22px;
    line-height: 30px;
    color: #d73c23;
    font-weight: 600;
    padding-bottom: 4px;
}
ul.cnt-list li:last-child {
    border: none;
    padding-bottom: 0;
}
.cntct-rght2 {
    float: right;
    width: 49%;
    padding: 45px 25px;
    position: relative;
}
.contact-img {
    max-width: 100%;
    margin: 0 auto 0;
    display: block;
    border: 3px solid #fff;
    border-radius: 10px;
    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);
}

/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.logo{margin-top:7px; width:200px;}
a.nav-btn{}

.banner_content{ width: 56%;}
.banner_heading{  font-size: 56px; line-height: 60px;}
.banner_right{ width: 43.5%; padding-top: 50px;}
.banner_text{ font-size:17px;}

.banner_product_box{ max-width:550px;}
.banner-product{ width: 550px;}
.banner_product_content_col1{ top: -40px;}
.banner-right-arrw1{ left: 70%;}

.commn-para.padding{ width: 97%; font-size: 17px; line-height: 25px;}
.commn-hdg{font-size: 40px;    line-height: 55px;}
.btn-bx{max-width: 370px; margin-top: 26px;}

.s1-model{ top: -60px; right: -353px;}
.s1-prod{ top: -177px; right: -27px; z-index: 5; max-width: 358px;}
.s1-tape{ top: 16px; right: 303px; max-width: 378px;}
.s1-arw2{top: -406px; right: 147px;}

.sec2{}
.s2-lft-img{    max-width: 535px;}
.s2-rgt{    width: 45%;    padding: 0px 0 0 0;}
ul.s2-list li {  width: 100%; padding-left: 77px; font-size: 16px; line-height: 24px;}
ul.s2-list li:before {    top: 130px;}
ul.s2-list li span{font-size: 22px; line-height: 24px;}
.li-nos{left: 8px;}


.s4-icons {    top: 125px;}

.prod-name{ font-size:20px;}
.prd-mg{ font-size:16px;}
.prod-name span{ font-size:24px;}

.s4-left{width: 56%;}
.s4-bx-prd{right:15px;}

}

@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:104px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #dddddd;
	}
.mobimenu-top{ top:65px;}	
.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;
	}

/*====Header======*/
.top-fix-bar{margin-bottom:70px;}
.header{height:70px; margin-top:-70px; top:70px;}
.logo{ margin-top: 17px; width: 160px;}
.mobimenu-top{top:65px;}

/*=====Banner-Section======*/
.banner_content{ width: 75%;}
.banner_heading{ font-size: 46px; line-height: 52px;}
.banner_points li{ font-size: 20px; line-height: 26px; padding-left: 34px; background-size: 24px;}
.banner_strip{ font-size:18px;}
.banner-product {width: 310px;}
.banner_product_content_col2{    bottom: -80px;}
.banner_product_content_col1 { top: -80px;}
.banner_product_content div p{    font-size: 18px; line-height: 26px;}
.banner_right{        padding-top: 90px;}


/*====Section-1=====*/
.section_1{ padding:50px 0 60px;}
.s1_img_box{ width: 38%;}
.s1-product{ width: 108px;}
.s1_content_box{ width: 62%;}
.s1_box{ padding: 25px 25px 24px;}
.s1_row{ margin-top: 18px; padding-top: 18px;}
.s1_icn_box{ width: 60px; height: 60px;}
.s1-icn{ width: 32px;}
.s1_row_cont{ width: calc(100% - 60px); padding-left: 12px;}
.s1_row_cont h3{ font-size: 18px; line-height: 26px;}
.s1_row_cont p{ font-size: 17px; line-height: 25px;}
.common_heading{ font-size: 40px; line-height: 46px;}
.common_sub_heading{ font-size: 24px; margin-bottom:10px;}
/*====Section-2=====*/
.s2-rgt{padding: 0 0 0; width: 47%;}
 ul.s2-list li span { font-size: 18px; line-height: 24px; padding: 0 0 5px;}
 ul.s2-list li { width: 100%; padding-left: 60px; font-size: 16px;}
 ul.s2-list li:before{        top: 121px;    width: 420px;}
 .li-nos{left: 8px;top: 2px;width: 40px; height: 40px;padding: 8px 7px 0px;font-size: 20px;}

.s2-left:before{height:637px;}
.s2-lft-img{ max-width:370px;}


/*====Section-3=====*/
.section_2{padding:45px 0;}
.product-col {width: 49%;}

/*====Section-4=====*/
.sec4{padding:35px 0;}
.s4_uls li{width: 45%; font-size: 16px; line-height: 26px;}
.s4-icons{        top: 145px;}

/*====Footer-sec=====*/
.footer-sec{padding:35px 0;}
.ftr-logo{width:200px;}
.ftr-txt.margin-top{margin-top:20px;}

}

@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: 34px;}
.commn-para{font-size:16px;line-height: 24px; margin-top: 15px;}
.btn-bx{margin-top:20px;max-width: 100%;}
.s1-box {height: 140px;}
.commn-btn{ font-size: 20px; line-height: 22px; padding: 14px 0; max-width: 80%;}
.btn-arw{width:20px;margin: 0px 0 0 10px;}

/*====Top-Caption=====*/
.caption-txt{font-size:12px; line-height:16px;}

/*====Header======*/
.top-fix-bar{margin-bottom:60px;}
.header{height:60px; margin-top:-60px; top:60px; border-bottom:1px solid #ddd;}
.logo{ width: 93px; margin-top: 12px;}
.mob-mnu-ic{right:15px; top:17px;}
.mobilemenu{top:60px;}
.mobimenu-top{top:60px;}

/*=====Banner-Section======*/
.banner{ background:#efefe9; padding: 25px 0 30px;}
.banner_content{ width:100%; text-align:center;}
.banner_review_text{ background:none; padding:0; box-shadow:none; font-size: 13px; line-height: 13px;}
.banner_review_text img{ margin: -3px 10px 0 0; width: 55px;}
.banner_heading{ font-size: 30px; line-height: 38px; margin-top: 8px;}
.banner_strip{ font-size: 17px; line-height: 18px; width: calc(100% + 30px); margin: 0px 0 0 -15px; background: rgb(236, 220, 212); background: linear-gradient(90deg, rgba(236,220,212,1) 15%, rgba(221,222,221,1) 85%); letter-spacing:0;}
.banner_text{ display:none;}
.banner-right-icn{ max-width:50px;}
.banner_product_content div p {font-size: 17px; line-height: 23px;}
.banner_product_content_col2{left: -34px;}
.banner-right-arrw1 {left: 87%;}

.banner_right{ width: 100%; padding-top:45px;}
.banner_product_box{ margin:0;}
.banner-product{ max-width:100%;}
.banner_product_content_col1{ top: -20px; right:0;}
.banner_product_content_col2{ bottom:40px;}
.banner-right-arrw2{ top: -55px; left: 35px;}
.banner-right-arrw1{ bottom: -60px;}

.banner_points{ max-width: 316px;}
.banner_points li{ font-size: 18px; line-height: 25px; padding-left: 24px;  background-size: 18px;  margin-top: 10px;  padding-bottom: 10px;  border-bottom: 1px solid #e2e2e2; background-position: top 0px left;}
.banner_points li p{ margin-top: 0; padding-bottom: 0; border-bottom: none;}
.banner_points li:last-child{ padding-bottom: 0; border-bottom: none;}

.button_box{ margin-top: 35px;}
.button_width{ max-width: 350px;}
.button_strip{ font-size: 13px; line-height: 13px; padding: 8px 10px 7px;}
.button_strip img{ width: 14px;}
.common_button{ height: 55px; font-size: 22px; line-height: 55px;}
.common_button img{ width: 19px; margin: -2px 0 0 10px;}
.button_granty_text{ font-size: 15px; line-height: 15px;}
.button_granty_text img{ margin: -3px 6px 0 0; width: 14px;}
.banner .button_box{ margin-top: 25px;}
.banner-seals{ display: inline-block; vertical-align: top; width: 367px; margin: 20px 0 0 0;}

/*====Section-1=====*/
.section_1{ padding: 25px 0 35px; overflow:hidden;}
.s1_block{ background:url(../images/s1-block-bg-mob.jpg) no-repeat top center; max-width:345px; margin:10px 0 0px; padding:88px 12px 12px;}
.s1_img_box{ width:100%;}
.s1_content_box{ width:100%;}
.s1_box{ padding: 35px 0 20px; background:#fff; margin-top:53px; position:relative;}
.s1_box:before{ content:'+'; position:absolute; top:-27px; left:50%; transform:translateX(-50%); width:36px; height:36px; border-radius:50%; font-size:20px; line-height:39px; font-weight:bold; color:#000; border: 8px solid transparent; background:linear-gradient(to bottom, white, white), linear-gradient(to bottom, transparent 40%, #71221b 53%); background-clip: padding-box, border-box; background-origin: padding-box, border-box;}
.s1_row{ margin-top:15px; padding: 15px 15px 0; position:relative;}
.s1_icn_box{ width: 32px; height: 32px;}
.s1-icn{ width: 15px;}
.s1_row_cont{ width: calc(100% - 32px);}
.s1_row_cont h3{ font-size: 18px;line-height: 22px;}
.s1_row_cont p{ font-size: 16px;line-height: 22px;}
.s1-product{ width:88px;}
.s1-product1{ top:-82px; left: -13px; transform: rotate(-17deg);}
.s1-product2{ display:none;}

.common_heading {font-size: 26px; line-height: 34px;}
.common_sub_heading {font-size: 20px; margin-bottom: 0px;}
.common_text{    font-size: 17px; line-height: 26px;}


/*====Section-2=====*/
.sec2{ padding: 0 0 30px;}
.s2-rgt{width:100%;         padding: 0 0 0;}
.s2-img{display: block;margin: 16px auto 10px; max-width: 100%;}
ul.s2-list li{font-size: 16px;line-height: 24px; padding-left: 49px;}
.btn-guaranty span:before, .btn-guaranty span:after{display:none;}
.li-nos{ left: -1px; top: -7px;}
.btn-guaranty{font-size:13px; margin-top:5px;}
ul.s2-list{ margin:0 0 0;}

/*====Section-3=====*/
.section_2{padding:25px 0;}
.product-col{ width:100%;}
.product-sec-row{ margin-top:25px;}

/*====Section-4=====*/
.sec4{ background-size: 100%; padding:30px 0;}
.s4_uls li{ width:100%;}



/*====Footer-sec=====*/
.footer-sec{padding:25px 0;}
.ftr-logo{width:110px; margin:0 auto 15px;}
.ftr-txt {font-size:13px; line-height:21px;}
.ftr-txt.margin-top{margin-top:15px;}
ul.ftr-list{margin-top:15px;}
.ftr-txt-title{font-size:18px; line-height:26px; margin-top:15px;}
.ftr-txt a{padding:0 0px;}
.footer{padding:15px 0;}
ul.ftr-list li{font-size: 14px; line-height: 22px;}

.cont-sec1Lft{ width:100%;}
.cntc-inr{    padding: 0 0 0px 0;}
ul.cnt-list{ padding:0;}
ul.cnt-list li p{ font-size:15px;}
ul.cnt-list li span{ font-size:20px;}
.cntct-rght2{ width:100%; padding: 25px 0;}

}

@media only screen and (max-width:364px){
ul.bnr-list li{ font-size:13px;}	
}


/*--------------------PLUSE--------------------*/	
.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);
}
}




.pulse_icon {
	animation-name: pulse_icon;
	-webkit-animation-name: pulse_icon;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.pulse_icon-delay{animation-delay: .8s;}
@keyframes pulse_icon {
 0% {
 transform: scale(0.9);
}
 50% {
 transform: scale(1.1);
}
 100% {
 transform: scale(0.9);
}
}
@-webkit-keyframes pulse_icon {
 0% {
 -webkit-transform: scale(0.9);
}
 50% {
 -webkit-transform: scale(1.05);
}
 100% {
 -webkit-transform: scale(0.9);
}
}