@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#2f2f2f;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'DM Sans';
}
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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

.overflow{ overflow:hidden;}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.fl{float:left;}
.fr{float:right;}

.hide-desk{display:none;}
.show-mob{ display:none;}

/*=========Fonts=======*/
@font-face {
    font-family: 'DM Sans';
    src: url('DMSans-Medium.woff2') format('woff2'),
        url('DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('DMSans-Regular.woff2') format('woff2'),
        url('DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('DMSans-Bold.woff2') format('woff2'),
        url('DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




/*-----------------------
		BANNER
------------------------*/	
.banner_section{
	background:url(../images/bnr-bg.jpg) no-repeat center top;
	float:left;
	width:100%;
	height:612px;
	background-size:cover;
	position:relative;
	overflow:hidden;
	}		
.bnr_content{
	    float: left;
    width: 62%;
    text-align: left;
    padding: 100px 0 100px;
	}
.bnr_caption_text{
	display: inline-block;
	vertical-align: top;
	background: #fff;
	font-size: 22px;
	line-height: 24px;
	color: #040707;
	padding: 6px 25px 6px 18px;
	border-radius: 6px;
	}	
.bnr_heading{
        font-size: 64px;
    line-height: 70px;
    color: #040707;
    font-weight: normal;
    margin-top: 15px;
	}
.bnr_heading span{ color:#f79100;}
.bnr_text{
    font-size: 18px;
    line-height: 26px;
	color:#000;
	margin-top:15px;
	}

.btn_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:40px;
	}	
.btn_width{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
	max-width: 320px;
	}	
.btn_review_text{
	font-size: 14px;
    line-height: 16px;
    color: #040707;
    text-align: center;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    justify-content: center;
	}	
.btn_review_text img{
	display: inline-block;
    vertical-align: middle;
    max-width: 10px;
	}	
			
.common__button{
	display:inline-block;
	vertical-align:top;
    width: 100%;
    height: 58px;
    text-align: center;
    border-radius: 40px;
    background: #ed1c24;
    position: relative;
	font-size:17px;
	line-height:58px;
	color:#fff;
	font-weight:500;
	}		
.common__button img{
    display: inline-block;
    vertical-align: middle;
	width:17px;
	margin:0 0 0 10px;
	}		
.bnr_model{
    position: absolute;
    top: 10px;
    right: -40px;
	}	
.bnr_prod{
	position: absolute;
	top: 250px;
	right: 322px;
	max-width: 420px;
	}

/*-----------------------
 Product Terms Strip
------------------------*/	
.product_terms_strip{
	float:left;
	width:100%;
	background:#fff;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	padding:28px 0;
	}
ul.prod_terms_list{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}		
ul.prod_terms_list li{
	float:left;
	background:url(../images/prod-terms-tk.png) no-repeat left 3px;
	background-size:16px;
	font-size:16px;
	line-height:18px;
	color:#000;
	text-align:left;
	padding-left:24px;
	}		
/*-----------------------
CSS FOR SECTION1
------------------------*/		
.section_1{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	overflow:hidden;
	}
.common_heading{
	font-size: 46px;
	line-height: 54px;
	color: #040707;
	font-weight: normal;
	}
.common_text{
    font-size: 18px;
    line-height: 24px;
	color:#000000;
	margin-top:15px;
	}

.product_box_wrap{
	margin: 50px auto 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}	
.product_box_col{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	width: 366px !important;
    position: relative;
    overflow: hidden;
    border-radius: 22px;
	}
.prod_box_bg1{ background: #ffebf2;}	
.prod_box_bg2{ background: #dae7f0;}	
.prod_box_bg3{ background: #ffebdf;}	
.prod_col_imgbox{
	float:left;
	width:100%;
	padding:40px 25px 0;
	position:relative;
	}	
.prod-1{
	margin:0 auto 0;
	display:block;
	width:100%;
	}	
.products {
    margin: 0 auto 0;
    display: block;
    width: 240px;
}
.prod_captn_txt{
    position: absolute;
    top: 15px;
    right: 14px;
    background: #fffcbc;
    border-radius: 3px;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    color: #8c722e;
    text-transform: uppercase;
    padding: 6px 8px 4px;
	}	
	
.prod_col_contbx{
	float:left;
	width:100%;
	text-align:left;
	padding:20px 25px 25px;
	}	
.prod_col_top{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
	padding-right: 35px;
	}		
.prod_rev_text{
	font-size:12px;
	line-height:12px;
	color:#131313;
	}	
.prod_rev_text img{
	display:inline-block !important;
	vertical-align:middle;
	width:80px;
	margin:-2px 4px 0 0;
	}	
.prod_heading{
	font-size:24px;
	line-height:26px;
	color:#000;
	font-weight:500;
	margin-top:10px;
	}	
.prod_icon{
	position:absolute;
	top:10px;
	right:0;
	}	
.prod_desc_text{
	font-size: 16px;
    line-height: 22px;
    color: #383d3f;
    margin-top: 10px;
	}	
.prod_price_text{
	font-size:24px;
	line-height:24px;
	color:#000;
	margin-top:17px;
	font-weight: 700;	
	}	
.prod_list_head{
	display:inline-block;
	vertical-align:top;
    background: #fff;
    border-radius: 22px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #383d3f;
    padding: 4px 9px;
	margin-top:16px;
	}	
ul.prod_list{
	float:left;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin-top:10px;
	column-gap:11px;
	}	
ul.prod_list li{
	    background: url(../images/prod-terms-tk.png) no-repeat left 3px;
    background-size: 12px;
    font-size: 14px;
    line-height: 14px;
    color: #383d3f;
    text-align: left;
    padding-left: 18px;
	}	
	
ul.s1_icon_list{
	margin:50px auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
ul.s1_icon_list li{
	padding:0 20px;
	text-align:center;
	}	
ul.s1_icon_list li img{
	margin: 0 auto 0;
	display: block;
	width: 45px;
	}	
ul.s1_icon_list li p{
	font-size:16px;
	line-height:18px;
	color:#2d2d2d;
	font-weight:500;
	margin-top:15px;
	}

/*-----------------------
 Section 2
------------------------*/
.section_2{
	background:#f0f5fa;
	float:left;
	width:100%;
	padding:60px 0;
	}
.s2_image_slider{
	float:left;
	width:100%;
	}
.s2_imageBox{
	display:inline-block;
	vertical-align:top;
	width:338px !important;
	margin:0 10px;
	position:relative;
	padding:40px 0 20px;
	}
.s2_slide_img{
	display:block;
	margin:0 auto;
	border-radius:10px;
	}	
.s2_slide_testibx{
	    width: 100%;
    max-width: 100%;
    background: #fff;
    padding: 17px 25px 15px 25px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.1);
    text-align: left;
    z-index: 1;
    margin: 10px 0 0 0;
	}	
.testibx1{ bottom:0;}	
.testibx2{ top:0;}	
.s2_slide_pic{
	position:absolute;
	top:20px;
	left:20px;
	width:42px;
	border-radius:50%;
	}
.s2_testi_name{
	font-size: 18px;
	line-height: 20px;
	color: #000;
	font-weight: 600;
	margin-bottom: 10px;
	}
.s2_testi_name span{
	font-size:12px;
	line-height:12px;
	color:#00b67a;
	font-weight:normal;
	}
.s2_testi_name span img{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 3px 0 10px;
	}
.s2_testi_text{
	font-size: 16px;
	line-height: 24px;
	color: #2d2d2d;
	margin-top: 6px;
	}					
/*-----------------------
 Section 3
------------------------*/
.section_3{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}	
.common_heading_strip{
	margin: 0 auto 0;
    width: 100%;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}	
.common_heading_strip .common_heading{
	width:100%;
	}	
.common_heading_strip .common_text{
	width:43%;
	margin:0;
	}		
		
.s3_mid_wrp{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#f0f5fa;
	border-radius:25px;
	padding:50px 45px;
	position:relative;
	overflow:hidden;
	margin-top:40px;
	}
.s3_wrp_box{
	float: left;
	width: 58%;
	position: relative;
	z-index: 1;
	}
.s3_accordion_bx{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fff;
	border-radius:20px;
	padding: 10px 30px 20px;
	text-align:left;
	}
.s3-up-slide-dwn{
	width:100%;
	float: left;
	border-bottom:1px solid #e1e1e1;
	}
.s3-up-slide-dwn:last-child{ border-bottom:none;}
.s3-accordion{
    float: left;
    width: 100%;
    background: url(../images/s3-close-btn.png) no-repeat right 5px center;
   	font-size:24px;
    line-height:30px;
    color: #000;
   	padding:18px 40px 18px 0;
    cursor: pointer;
	}
.s3-acdn-heading.s3-accordion-open{
	background: url(../images/s3-open-btn.png) no-repeat right 5px center;
	}
.s3-acdn-content{
    float: left;
    width: 100%;
	padding:0 0px 15px 0;
	}
.s3-acdn-para{
	float:left;
    width:100%;
    font-size:18px;
    line-height:24px;
	color:#2d2d2d;
	margin-bottom:15px;
	}	
.s3_wrpbx_img{
	position: absolute;
    top: 12px;
    right: 0;
    max-width: 500px;
	}	
.s3_prod_bg{
	position:absolute;
	top:50px;
	right:-70px;
	width:510px;
	}	

/*-----------------------
 Section 5
------------------------*/
.section_5{
	background:#f0f5fa;
	float:left;
	width:100%;
	padding:60px 0;
	}
.faq-container{
	display: inline-block;
	vertical-align:middle;
	width:100%;
	max-width:770px;
	text-align: left;
	padding:10px 5px 0;
	margin-top:40px;
	}
.up-slide-dwn{
    margin-bottom: 20px;
    box-shadow:0 5px 8px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:0 5px 8px 1px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: #fff;
    padding: 0 30px;
	}
.up-slide-dwn.active{ border:2px solid #ed1c24;}
.accordion {
    text-align: left;
    background: url(../images/close.png) no-repeat right center #fff;
    padding: 22px 35px 22px 0;
    font-size:20px;
    line-height:26px;
    color: #000000;
    cursor: pointer;
	}
.acdn-heading.accordion-open {
	background: url(../images/open.png) no-repeat right center #fff;
	border-bottom:2px solid #ededed;
	}
.acdn-content{
    padding: 15px 0;
	background:#fff;
	border-radius:0 0 10px 10px;
	}
.acdn-para{
    font-size:18px;
    line-height: 26px;
	color:#596980;
	margin-bottom:15px;
	}
.up-slide-dwn:last-child{ margin-bottom:12px;}



/* MEDIA START */
@media only screen and (max-width:1185px){
.container{width:980px;}

.hide-1024{display:none;}

.bnr_heading{ font-size: 54px; line-height: 62px;}
.bnr_prod{ top: 255px; width: 400px;}

ul.prod_terms_list li{ font-size:15px;}

.common_heading{ font-size: 42px; line-height: 50px;}

.prod-headbox .prod-1{top: -70px; max-width: 280px;}
.prod-headbox{ padding: 0 64px 30px 0;}
.prodbx-head{ font-size:18px;}
.prodbx-para{ font-size:16px;}


}

@media only screen and (max-width:1023px){
.container{width:730px;}

.hide-tab{display:none;}
.show-tab{display:block;}

.banner_section{ height:auto;}
.bnr_content{ width: 64%; padding: 50px 0 70px;}
.bnr_heading{ font-size: 40px; line-height: 50px;}
.bnr_text{ font-size: 17px; line-height: 25px; margin-top: 15px;}
.bnr_model{ right:-80px;}
.bnr_prod{ top: 236px; width: 330px; right: 180px;}

.product_terms_strip{ padding:25px 0;}
ul.prod_terms_list li{ background-size: 13px; font-size: 11px; line-height: 16px; padding-left: 19px;}

.section_1{ padding:50px 0 60px;}
.common_heading{ font-size: 34px; line-height: 42px;}
.product_box_col{ width: 365px !important;}
ul.s1_icon_list li{ padding: 0 10px;}

.common-para{ font-size:17px;}

.section2{ padding:50px 0 60px;}
.prodbox-row{ padding:20px 15px 25px; width: 46.5%;}
.prod-headbox{ padding:0 10px 20px 0;}
.prodbx-head{ padding-right:72px;}
.prod-1{ width:260px; top:-77px;}
.prod-2{ width:90px; top:-35px; right:-5px;}
.prod-3{ width:100px; top:0; right:0;}
.prodbx-list{ margin-top:10px;}
.prod-headbox .prod-1{right: -60px;}
.mg-txt{ margin-top:15px;}

.section_3{ padding:50px 0 60px;}
.common_heading_strip .common_text{ width: 45%;}
.s3_mid_wrp{ padding: 45px 30px;}	
.s3_wrp_box{ width: 57%;}	
.s3_accordion_bx{ padding: 10px 25px 15px;}	
.s3-accordion{ font-size: 22px; line-height: 28px;}	
.s3_wrpbx_img{ width: 540px; top: 45px; right: -100px;}

.section_5{ padding:50px 0;}	

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}

.hide-mob{display:none;}
.hide-desk{display:block;}
.show-mob{display:block;}

.banner_section{ background:#f9fdff;}
.bnr_content{ width:100%; padding:20px 0 0; text-align:center;}
.bnr_caption_text{ font-size: 16px; line-height: 20px; padding: 4px 15px 4px 12px;}
.bnr_heading{ font-size: 30px; line-height: 36px; margin-top: 10px;}
.bnr_text{ font-size:16px; line-height:24px; margin-top:10px;}
.bnr_model_mob{ margin:0 auto 0; width:calc(100% + 30px); margin-left:-15px; max-width:none;}
.btn_box{ margin-top:30px;}

.product_terms_strip{ padding: 20px 0;}
.prod_terms_list{ display:none !important;}
.brand_strip_scroller{
	width: 100%;
	margin:0 auto 0;
	padding: 0 0 0;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	}
ul.scroll_brand_list{
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	animation: marquee-horizontal 30s linear infinite;
	}
ul.scroll_brand_list li{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	position: relative;
	font-size: 16px;
    line-height: 18px;
    color: #000;
	}
ul.scroll_brand_list li img{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	margin:-2px 8px 0 0;
	}	

@keyframes marquee-horizontal {
from {
	transform: translateX(0);
}

to {
	transform: translateX(-100%);
}
}

.section_1{ padding:25px 0 35px;}
.common_heading{ font-size: 26px; line-height: 34px;}
.common_text{ font-size: 16px; line-height: 22px;}
.product_box_wrap{ margin: 25px auto 0; width: 100%; row-gap: 20px;}	
.product_box_col{ width: 100%;}
.prod-1{ width:200px;}
.prod_col_contbx{ padding: 15px 15px 25px;}	
.prod_rev_text{ font-size: 11px; line-height: 11px;}
.prod_rev_text img{ width: 74px; margin: -4px 4px 0 0;}
.prod_icon{ width:40px;}
.prod_heading{ font-size: 22px; line-height: 24px;}
ul.s1_icon_list{ margin: 30px auto 0; row-gap: 15px;}
ul.s1_icon_list li{ padding: 0 10px; width: 49.33%;}
ul.s1_icon_list li img{ width:30px;}
ul.s1_icon_list li p{ font-size: 15px; line-height: 18px; margin-top: 10px;}
.products{ width: 170px;}

.section_2{ padding:25px 0 20px;}
.s2_imageBox{ margin: 0 7px; padding:20px 0 10px;}
.s2_slide_testibx{ padding:12px 10px 10px 10px;}
.s2_slide_pic{ top: 18px; left: 10px; width: 35px;}
.s2_testi_text{ font-size: 16px; line-height: 22px;}

.section_3{ padding:25px 0 35px;}	
.common_heading_strip{ text-align: center; align-items: center;}
.common_heading_strip .common_heading{ width:100%;}
.common_heading_strip .common_text{ width:100%; margin-top:15px;}
.s3_mid_wrp{ padding: 20px 15px 25px; border-radius: 12px; margin-top: 0;}
.s3_wrp_box{ width:100%;}
.s3_wrpbx_img_mob{ margin: 30px auto 0; width: calc(100% + 30px); margin-left: -15px; max-width: none;}
.s3_accordion_bx{ padding: 5px 15px; border-radius: 12px;}
.s3-accordion{ font-size: 19px; line-height: 26px; padding: 16px 32px 16px 0;}
.s3-acdn-content{ padding: 0 0 10px;}
.s3-acdn-para{ font-size: 16px; line-height: 22px;}

.section_5{ padding:25px 0;}
.faq-container{ margin-top:20px;}
.up-slide-dwn{ padding:0 15px;}
.accordion{ padding: 15px 20px 15px 0; font-size: 18px; line-height: 24px;}
.acdn-content{ padding: 15px 0 5px;}
.acdn-para{ font-size: 16px; line-height: 22px;}

.ftr-links-sec{padding:0 0 25px;}
.ftr-links-col{width:100%; padding-left:0; margin-top:25px;}
.ftr-log{width:170px;}
.ftr-links-hd{margin-bottom:5px;}
}

/* CART STRIP CSS */
.cart-strp{
	background: rgb(246, 251, 255, 0.9);
	padding: 15px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
.cart-inr{
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	font-size:18px;
	line-height:22px;
}
.cart-icon{
	width:20px;
	opacity:0.6;
	display:inline-block;
	vertical-align:top;
	margin-right:5px;
}
.cart-inr span{
	display:inline-block;
	vertical-align:top;
}

p.thnx-txt1 {
    font-size: 50px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
p.thnx-txt2 {
    font-size: 18px;
    float: left;
    width: 100%;
}
