@charset "utf-8";
/*====CSS Document====*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Calibre';
	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;}

/*-----------------------
FONTS
------------------------*/

@font-face {
    font-family: 'Calibre';
	src: url('Calibre-Regular.woff2') format('woff2'),
	url('Calibre-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Calibre';
	src: url('Calibre-Medium.woff2') format('woff2'),
	url('Calibre-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Calibre';
    src: url('Calibre-Semibold.woff2') format('woff2'),
	url('Calibre-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Oswald';
    src: url('Oswald-DemiBold.woff2') format('woff2'),
	url('Oswald-DemiBold.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;
	}
	
/*========Header========*/	
.header{
	float:left;
	width:100%;
	height:90px;
	border-top:8px solid #ee2e53;
	}		
.logo{
	display:inline-block;
	vertical-align:middle;
	width:457px;
	margin-top:11px;
	}
	
/*========Banner========*/
.banner{
	float:left;
	width:100%;
  	background: url(../images/bnr-bg.jpg)repeat center top #fff906;
	background-size:cover;
	padding:105px 0 110px;
	overflow:hidden;
	}
.banner_inner_box{
	display:inline-block;
	vertical-align:middle;
	max-width:820px;
	width:100%;	
	}
.banner_heading{
	float:left;
	width:100%;
	color:#000000;
    font-size:55px;
	line-height:60px;
	font-weight:600;
	font-family: 'Oswald';
	}
.banner_paragraph{
	float:left;
	width:100%;
	color:#000000;
    font-size:22px;
	line-height:28px;
	margin-top:22px;
	}
.banner_product_image1{
	position:absolute;
	top:35px;
	left:-142px;	
	width:347px;
	}
.banner_product_image2{
	position:absolute;
	top:34px;
	right:-170px;
	width:355px;
	}

/*=====Banner-Bottom====*/	
.banner_bottom{
	float:left;
	width:100%;
	border-bottom:1px solid #b7b7b7;
	padding:0 0 35px;	
	}
.banner_bottom_image{
	display:inline-block;
	vertical-align:top;
	width:106px;
	margin:-40px 0 0;
	}
ul.banner_bottom_list{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	width:100%;
	padding:15px 0;
	}
ul.banner_bottom_list li{
	width:17%;
	text-align:left;
	padding-left:110px;
	position:relative;
	}
ul.banner_bottom_list li p{
	color:#000000;
	font-size:25px;
	line-height:32px;
	font-weight:600;
	font-family: 'Oswald';
	text-transform:uppercase;
	}
.banner_bottom_icon{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;	
	width:93px;
	}
	
/*=======COMMON-CSS======*/	
.common_heading{
	color:#000000;
	font-size:50px;
	line-height:55px;
	font-weight:600;
	font-family: 'Oswald';
	}	
.common_paragraph{
	color:#000000;
	font-size:22px;
	line-height:28px;
	margin-top:15px;
	}
.common_paragraph.margin-top-0{margin-top:0;}
.common_paragraph.margin-top-20{margin-top:20px;}
.common_button{
	display:inline-block;
	vertical-align:middle;
	max-width:325px;
	width:100%;
    color:#ffffff;
    font-size:29px;
	line-height:29px;
    font-weight:600;
	font-family: 'Oswald';
	letter-spacing:-0.3px;
	text-transform:uppercase;
    text-align:center;
	border-radius:5px;
	background:#ee2e53;
	padding:23px 0 19px;
	margin-top:55px;
	}
	
/*=========================*/
/*========Section1========*/
.section1{
	float:left;
	width:100%;
	padding:65px 0;
	}
.section1_row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin:25px 0 10px;
	}
.section1_column{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	width:23.5%;
	margin-top:25px;
	}
.section1_column.reverse{flex-direction:column-reverse;}
.section1_column_image_box{
	float:left;
	width:100%;
	padding:30px 0;
	}
.section1_column_product{
	display:inline-block;
	vertical-align:middle;	
	}
.section1_column_content_box{
	float:left;
	width:100%;
	padding:18px 10px;
	}
.section1_column_heading{
	color:#000000;
	font-size:30px;
	line-height:35px;
	font-weight:600;
	font-family: 'Oswald';	
	}
.section1_column_paragraph{
	color:#000000;
	font-size:20px;
	line-height:22px;
	margin-top:6px;
	}

/*========Section2========*/
.section2{
	float:left;
	width:100%;
	background:#dffbff;
	padding:65px 0;
	}
.section2_content{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	width:100%;
	}
.section2_left{
	width:48%;
	
	}
.section2_image{
	display:inline-block;
	vertical-align:middle;	
	}
.section2_right{
	width:45%;
	text-align:left;
	}

/*========Section3========*/
.section3{
	float:left;
	width:100%;
	padding:80px 0 100px;
	}
.section3_content{
	float:left;
	width:100%;
	padding:0 30px;
	}
.section3_left{
	float:left;
	width:47%;
	text-align:left;	
	}
.section3 .common_paragraph{margin-top:25px;}
.section3 .common_button{margin-top:40px;}
.section3_right{
	float:right;
	width:47%;
	margin-top:90px;
	}
.compare_box{
	float:left;
	width:100%;
	background:#fff;
	border-radius:15px;
	position:relative;
	}
.compare_box:before{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	content:"";
	border:2px solid #000;
	border-radius:15px;
	}
.comp_col1{
	float:left;
	width:42%;
	}
ul.comp_col_list{
	float:left;
	width:100%;
	}
ul.comp_col_list li{
	float:left;
	width:100%;
	height:60px;
	display: flex;
    align-items: center;
	font-size:19px;
	line-height:19px;
	color:#000000;
	font-weight:500;
	padding:0 25px;
	text-align:left;
	position:relative;
	border-bottom:2px solid #000;
	}
ul.comp_col_list li>div{ position:relative;}
ul.comp_col_list li>div span{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:-60px;
	}
ul.comp_col_list li>div span:nth-child(2){ right:-30px;}
ul.comp_col_list li:last-child{ border-bottom:none;}
.comp_col{
	float:left;
	width:30%;
	margin-top:-90px;
	}
.comp_col2{
	width:28%;
	background: rgba(238,202,181,1);
	background: linear-gradient(180deg, rgba(238,202,181,1) 0%, rgba(247,214,178,1) 55%, rgba(237,220,174,1) 98%);
	border-radius:15px;
	margin-bottom:-30px;
	padding-bottom: 30px;
	}
.comp_col ul.comp_col_list li{justify-content: center; padding:0 0;}
.comp_col3 ul.comp_col_list li{ padding-right:15px;}
.comp_col_top{
	float:left;
	width:100%;
	height:90px;
	text-align:center;
	}
.comp_col3 .comp_col_top{ padding-right:10px;}
.comp_prod{
	display:block;
	margin:-20px auto 5px;
	width:38px;
	}
.comp_prod2{width:50px; margin:-10px auto 5px;}
.comp_icon{
	display:block;
	margin:0 auto 0;
	width:23px;
	}
.comp_col_top p{
	float:left;
	width:100%;
	font-weight:500;
	font-size:19px;
	line-height:19px;
	color:#000;
	}
.comp_brand{
	display:inline-block;
	vertical-align:middle;
	margin:10px 0 8px 0;
	} 

/*========Section4========*/
.section4{
	float:left;
	width:100%;
	background:#23889e;
	padding:65px 0;
	}	
.section4_box{
	float:left;
	width:100%;
	background:#ffffff;
	padding:0 35px 0 45px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.section4_box_left{
	width:36%;
	text-align:left;
	padding:35px 0;
	}
ul.contact_list{
	float:left;
	width:100%;
	}
ul.contact_list li{
	float:left;
	width:100%;
	text-align:left;
	padding-left:35px;
	margin-top:30px;
	position:relative;
	}
ul.contact_list li p{
	color:#000000;
	font-size:22px;
	line-height:32px;
	}
ul.contact_list li p span{
	font-size:25px;
	font-weight:600;
	}
.contact_list_icon{
	position:absolute;
	top:3px;
	left:0;
	width:21px;	
	}
.section4_box_right{
	width:55%;
	padding:20px 0;
	}
.map_section{
	float:left;
	width:100%;
	height:100%;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border:2px solid #ffffff;
	padding-bottom:58%;
	position:relative;
	}
.map_section iframe{
	position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    width:100%;
	}
	
/*========footer==========*/
.footer{
	float:left;
	width:100%;
	padding:40px 0;
	}
.footer_logo{
	display:block;
	margin:0 auto;
	width:216px;
	}	
.footer_text{
	color:#000000;
	font-size:20px;
	line-height:28px;
	margin-top:10px;
	}
		
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.common_heading{font-size:46px; line-height:51px;}

.banner{padding:80px 0 100px;}
.banner_heading{font-size:72px; line-height:80px;}
.banner_product_image1{left:-215px;}
.banner_product_image2{right:-235px;}
ul.banner_bottom_list li{width:20%;}
.section2_right{width:46%;}
.section4_box{padding:0 30px;}
.section4_box_left{width:38%;}
ul.contact_list li{margin-top:20px;}
.section4_box_right{width:58%; padding:24px 0;}

}

@media only screen and (max-width:1024px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}

.common_heading{font-size:36px; line-height:42px;}
.common_paragraph{font-size:20px; line-height:26px;}
.common_button{max-width:300px; font-size:25px; line-height:25px; padding:20px 0 19px; margin-top:25px;}

.header{height:70px; border-top-width:4px;}
.logo{width:360px; margin-top:10px;}

.banner{padding:40px 0 65px;}
.banner_heading{font-size:45px; line-height:55px;}
.banner_inner_box{max-width:498px;}
.banner_paragraph{font-size:20px; line-height:26px; margin-top:15px;}
.banner_product_image1{top:10px; left:-110px; width:250px;}
.banner_product_image2{top:16px; right:-115px; width:245px;}

.banner_bottom{padding:0 0 30px;}
.banner_bottom_image{width:80px; margin:-25px 0 0;}
ul.banner_bottom_list{padding:0 0; margin-top:15px;}
ul.banner_bottom_list li{padding-left:70px;}
ul.banner_bottom_list li p{font-size:20px; line-height:26px;}
.banner_bottom_icon{width:60px;}

.section1{padding:40px 0;}
.section1_row{margin:15px 0 10px;}
.section1_column{width:23%; margin-top:15px;}
.section1_column_product{max-width:75%;}
.section1_column_image_box {padding:20px 0 15px;}
.section1_column_heading {font-size:22px; line-height:26px;  letter-spacing:0.4px;}
.section1_column_paragraph {font-size:18px; line-height:20px;}

.section2{padding:40px 0;}
.section2_left{width:46%;}
.section2_right{width:49%;}

.section3{padding:45px 0 50px;}
.section3_content{padding:0 0;}
.section3_left{width:45%;}
.section3_right{width:51%;}
.section3 .common_paragraph{margin-top:15px;}
.section3 .common_button{margin-top:25px;}
.comp_col_top p{font-size:18px; line-height:18px;}
ul.comp_col_list li{ height:56px; font-size:18px; line-height:18px; padding:0 15px;}
.comp_col3 .comp_col_top{ padding-right:25px;}
.comp_col3 ul.comp_col_list li{ padding-right:30px;}

.section4{padding:40px 0;}
.section4_box{padding:0 25px;}
.section4_box_left{padding:25px 0;}
ul.contact_list li{padding-left:30px; margin-top:20px;}
ul.contact_list li p{font-size:18px; line-height:26px;}
ul.contact_list li p span{font-size:22px;}
.contact_list_icon{width:18px;}
.section4_box_right{width:60%; padding:40px 0;}

.footer{padding:35px 0;}
.footer_logo{width:180px;}
.footer_text{font-size:18px; line-height:26px;}

}

@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_heading{font-size:28px; line-height:35px;}
.common_paragraph{margin-top:10px;}
.common_button{ font-size:22px; line-height:22px; margin-top:25px; letter-spacing:0;}

.banner_inner_box .common_button{ margin-top:20px;}

.header{height:50px; border-top-width:2px;}
.logo{width:265px;margin-top: 8px;}

.banner{padding:20px 0 35px;}
.banner_inner_box{max-width:100%;}
.banner_heading{font-size:32px; line-height:38px;}
.banner_paragraph{margin-top:10px;}
.banner_product_image1, .banner_product_image2{position:static; display:inline-block; vertical-align:top; width:140px; margin-top:25px;}
.banner_product_image2{width:145px;}

.banner_bottom{padding:0 0 20px;}
.banner_bottom_image{width:60px; margin:-20px 0 0;}
ul.banner_bottom_list{justify-content:space-between; padding:0 0; margin-top:0;}
ul.banner_bottom_list li{padding-left:0;}
ul.banner_bottom_list li p{font-size:17px; line-height:22px; text-align:center;}
.banner_bottom_icon{position:static; display:block; margin:0 auto 10px; transform:none; width:50px;}

.section1{padding:30px 0 35px;}
.section1_row{padding:0 10px; margin:0 0;}
.section1_column{width:100%; margin-top:20px;}
.section1_column.reverse{flex-direction:column;}
.section1_column_product{max-width:35%;}
.section1_column_image_box{padding:20px 0;}
.section1_column_content_box{padding:20px 15px;}
.section1_column_heading{font-size:24px; line-height:28px;  letter-spacing:0.4px;}
.section1_column_paragraph{font-size:20px; line-height:24px;}
.section1 .common_button{margin-top:10px;}

.section2{padding:0 0 35px;}
.section2_right{width:100%;}
.section2_mobile_box{width:calc(100% + 30px); margin-left:-15px;}
.mobile_section2_image{display:inline-block; vertical-align:middle; margin:0 0 25px;}

.section3{padding:30px 0 35px;}
.section3_content{padding:0 0 5px;}
.section3_left{width:100%;}
.section3_right{width:100%; margin:95px 0 10px;}
.section3 .common_paragraph{margin-top:15px;}
.section3 .common_button{margin-top:25px;}
.compare_box{border-radius:10px;}
.compare_box:before{ border-radius:10px;}
.comp_col1{width:43%;}
.comp_col{margin-top:-60px;}
.comp_col2{margin-bottom:-15px;border-radius:8px; padding-bottom:15px; width:27%;}
ul.comp_col_list li{padding:0 10px; font-size:17px; }
.comp_col_top{height:60px;}
.comp_col_top p{font-size:17px; line-height:17px;}
.comp_prod{margin-top:-32px; width:30px;}
.comp_prod2{margin-top:-20px; width:36px;}
.comp_icon{width:18px;}
.comp_col3 .comp_col_top{ padding-right:8px;}
.comp_col3 ul.comp_col_list li{ padding-right:12px;}
ul.comp_col_list li>div span{ right:-42px; font-size:14px;}
ul.comp_col_list li>div span:nth-child(2){right:-22px;}

.section4{padding:25px 0;}
.section4_box{padding:20px 15px 25px;}
.section4_box_left{width:100%; padding:0 0;}
ul.contact_list li{padding-left:30px;}
ul.contact_list li p{font-size:18px; line-height:22px; letter-spacing:0.5px;}
ul.contact_list li p span{font-size:20px;}

.section4_box_right{width:100%; padding:0 0; margin-top:25px;}
.map_section{padding-bottom:65%;}

.footer{padding:25px 0;}
.footer_logo{width:160px;}
.footer_text{font-size:16px; line-height:24px; letter-spacing:0.3px;}

}