@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400&display=swap');
body {
	font-size: 14px;
	color: #000;
	font-family: 'Raleway', sans-serif;
	float: left;
	width: 100%;
	line-height: 1.4;
}
*{margin:0; padding:0; box-sizing: border-box;}
img{border:none; max-width:100%; width: auto;height:auto;}
a{text-decoration:none !important; color:#0f1539;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;  
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;}
ul li{
	list-style:none;
}
ol, ul{margin: 0;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{line-height: 1.1;}
h1, h2{
	font-family: 'Montserrat', sans-serif;
}
h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
}
p{
	color: #6b6b6b;
	font-size: 16px;
	font-style: italic;
	font-family: 'Lato', sans-serif;
}
input, textarea, button, a, select{
	outline: none;
	font-family: 'Raleway', sans-serif;
}
@media (min-width: 1240px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1230px;
		padding: 0 30px;
	}
}
header.header {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
	display: contents;
}
.header_top {
	background: #fff;
	padding: 7px 0;
}
.logo {
	max-width: 320px;
}
.notificationbar{
	text-align: center;
}
.notificationbar p{
	margin: 0;
	font-size: 13px;
}
.notificationbar p img {
	margin-top: -1px;
	margin-right: 2px;
}
.header_bottom {
	float: left;
	width: 100%;
	background: #6b6b6b;
	padding: 14px 0;
	position: sticky;
	top: 0;
	z-index: 99;
}
.header_bottom .container{
	position: relative;
}
.menu_icon, .close_icon{
	display: none;
}
.headerflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.navbar {
	padding: 0;
	margin-left: auto;
}
.navbar ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 15px;
	font-weight: bold;
	max-width: 110px;
	text-align: center;
	display: inline-block;
	padding: 6px 0;
	font-family: 'Montserrat', sans-serif;
}
.navbar ul li.shopnav a {
	max-width: 100%;
	padding-left: 30px;
	background: url(../images/shopnav.png) no-repeat;
}
.navbar ul li a:hover {
	color: #3fe0d0;
}
.navbar ul {
	display: flex;
	align-items: center;
}
.navbar ul li {
	float: left;
}
.header_search {
	background: #fff;
	padding: 10px 40px 10px 20px;
	border-radius: 50px;
	position: relative;
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	border: 1px solid #ccc;
}
body.searchopen .header_search {
	display: block; 
}
.header_search input[type="text"] {
	padding: 2px;
	border: none;
	outline: none;
	background: transparent;
	width: 250px;
	color: #777;
}
.header_search input[type="submit"] {
	border: none;
	font-size: 0;
	width: 26px;
	height: 24px;
	position: absolute;
	background: url(../images/search_icon.png) no-repeat;
	background-position: center;
	right: 12px;
}
.header_cart{
	position: relative;
	top: 1px;
}
.mob_serach_icon {
	margin: 0 20px 0 15px;
	cursor: pointer;
}
.header_right {
	display: flex;
}
.header_cart span {
	position: absolute;
	width: 18px;
	height: 18px;
	background: #3fe0d0;
	text-align: center;
	border-radius: 20px;
	top: -8px;
	left: 12px;
	font-size: 12px;
	line-height: 18px;
}
.container.container_design {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
	padding: 30px;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.carousel-indicators li {
	width: 12px;
	height: 12px;
	border-radius: 10px !important;
	border: none;
	background: #000;
	margin: 0 5px;
	float: left;
	opacity: .3 !important;
}
.carousel-indicators li.active{
	background: #3fe0d0;
	opacity: .7 !important;
}
ul.carousel-indicators {
	width: auto;
	display: inline-table;
	left: 50%;
	margin: 0 auto;
	bottom: 50px;
	transform: translate(-50%, 0);
}
.main_container {
	float: left;
	width: 100%;
	position: relative;
	min-height: 300px;
}
.main_container:before {
	content: "";
	background: #ecfffd;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 270px;
}
.banner_text {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	max-width: 450px;
	background: rgba(255, 255, 255, 0.94);
	border-radius: 7px;
	left: 70px;
	padding: 30px;
}
.banner_text h2 {
	font-size: 56px;
	color: #6b6b6b;
	font-weight: 800;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	line-height: 1;
}
.banner_text h1{
	color: #3dcebf;
	font-size: 56px;
	font-weight: 500;
	margin: 0 0 25px;
	line-height: .7;
	font-family: 'Raleway', sans-serif;
}
.banner_text p {
	color: #323232;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-style: italic;
}
a.btn_design {
	border: 2px solid #353535;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	padding: 9px 18px 8px;
	display: inline-block;
	margin-top: 10px;
}
a.btn_design:hover{
	background: #353535;
	color: #fff;
}
.benefit_col h5 {
	color: #317f78;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 5px;
}
.benefit_col {
	border: 1px dashed #aaa;
	padding: 10px;
	text-align: center;
}
.benefit_col p {
	margin: 0;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	color: #666;
}
.benefit_col {
	border: 1px dashed #aaa;
	padding: 10px;
	text-align: center;
	margin: 30px 0 0;
}
.blinds_section {
	float: left;
	width: 100%;
	margin: 50px 0px 0;
}
.blends_tabs .blends_name {
	float: left;
	color: #3dcebf;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 23px;
	line-height: .9;
}
.blends_tabs ul.nav.nav-tabs {
	border: none;
}
.nav-tabs .nav-item {
	margin-bottom: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	border: none !important;
	position: relative;
}
.nav-tabs .nav-item.show .nav-link:before, .nav-tabs .nav-link.active:before {
	content: "";
	position:  absolute;
	bottom: -6px;
	height: 1px;
	background: #6b6b6b;
	width: 100%;
}
.nav-tabs .nav-link {
	border: none !important;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 23px;
	color: #6b6b6b;
}
.nav-tabs .nav-item:first-child{
	padding: 0;
	border: none;
}
.nav-tabs .nav-item {
	margin-bottom: 0;
	margin-left: 30px;
	border-left: 4px solid #6b6b6b;
	padding-left: 20px;
	line-height: .9;
}
.tab-content {
	float: left;
	width: 100%;
	margin: 40px 0;
}

.slick-slide {
	margin: 0 15px;
}
button.slick-arrow {
	background: #6b6b6b;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 1;
}
.slick-prev {
	left: -10px;
}
.slick-next {
	right: -10px;
}
button.slick-arrow:hover, .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
	background: #3fe0d0;
}
button.slick-next.slick-arrow:before{
	content: "";
	background: url(../images/arrow_right.png) no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	display: inline-block;
}
button.slick-prev.slick-arrow:before{
	content: "";
	background: url(../images/arrow_left.png) no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	display: inline-block;
}
.productname {
	color: #6b6b6b;
	font-size: 20px;
	font-style: italic;
	font-family: 'Lato', sans-serif;
}
.product_price {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	color: #6b6b6b;
	margin-top: 3px;
}
.product_detail {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 8px;
	align-items: center;
}
.product_img img {
	width: 100%;
}
.viewall_btn {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
a.btn_design.btn_arrow {
	background: url(../images/btn_arrow.png) no-repeat;
	background-position: calc(100% - 16px) center;
	padding: 13px 53px 13px 20px;
	font-size: 15px;
	color: #6b6b6b;
}
a.btn_design.btn_arrow:hover{
	background-color: #353535;
	color: #fff;
}
.recent_title {
	margin-bottom: 15px;
	display: inline-block;
}
.recent_title h2{
	float: left;
	color: #3dcebf;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 23px;
}
.recent_title h2:after {
	content: "";
	background: #ccc;
	width: 100px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.recentcol {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 0 25px;
}
.recentcol .productname {
	font-size: 16px;
}
.recentcol  .product_price {
	font-size: 16px;
}
.recent_product_detail {
	margin-left: 20px;
}
.signup_sec {
	background: #ecfffd;
	float: left;
	width: 100%;
}
.signup_sec .container {
	padding: 0;
}
.newsletter_img img{
	width: 100%;
}
.newsletter h2 {
	color: #6b6b6b;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 15px;
}
.newsletter {
	padding: 5%;
	text-align: center;
}
.newsletter p {
	color: #6b6b6b;
	font-size: 16px;
	font-style: italic;
	font-family: 'Lato', sans-serif;
	max-width: 360px;
	margin: 0 auto 20px;
}
.newsletter form{
	max-width: 400px;
	margin: 50px auto 0;
	position: relative;
}
.newsletter input[type="email"] {
	border: 2px solid #d7d7d7;
	padding: 10px 38px 10px 15px;
	width: 100%;
	color: #6b6b6b;
	font-size: 16px;
	font-style: italic;
	font-family: 'Lato', sans-serif;
}
.newsletter input[type="submit"] {
	background: url(../images/send_icon.png) no-repeat;
	width: 20px;
	height: 20px;
	border: none;
	font-size: 0;
	position: absolute;
	right: 15px;
	top: 14px;
}
.signup_sec .row {
	align-items: center;
}
.blog_col {
	border: 1px solid #ebebeb;
	padding: 15px;
	text-align: center;
	margin: 10px 0;
}

.blog_inner h3 {
	color: #3fe0d0;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 15px;
}
.blog_col h5 {
	font-weight: bold;
	color: #6b6b6b;
	text-transform: uppercase;
	font-size: 13px;
	margin: 10px 0;
}
.blog_col p {
	font-size: 15px;
	line-height: 1.3;
}

.blog_col a{
	color: #2d2d2d;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: inline-block;
}
.blog_img img {
	width: 100%;
}
.blog_img {
	margin-bottom: 15px;
	float: left;
	width: 100%;
	position: relative;
}
.postdate {
	position: absolute;
	top: 0;
	left: 0;
	background: #f8f8f8;
	width: 55px;
}
.postdate h5 {
	margin: 0;
	background: #3fe0d0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 0;
}
.postdate span {
	margin: 0;
	color: #2c6f66;
	font-size: 10px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 8px 0;
	display: inline-block;
}
.blog_sec {
	padding: 30px 20px;
}
.blog_inner .col-sm-12 {
	display: flex;
}




















footer {
	float: left;
	width: 100%;
	background: #6b6b6b;
}

.footer_center {
	float: left;
	width: 100%;
	padding: 70px 0;
}
.footer_center h3 {
	color: #fff;
	margin-bottom: 25px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	border-left: 2px solid #3fe0d0;
	padding-left: 11px;
}
.footer_center li, .footer_center a, .footer_center p {
	color: #fff;
	font-family: 'Lato', sans-serif;
}
footer .foot_col1 li{
	padding: 0;
}
footer .foot_col1 li:before{
	display: none;
}
.footer_center a:hover{
	color: #3fe0d0;
}
.footer_center li {
	margin: 5px 0;
	display: block;
	float: left;
	padding-left: 18px;
	position: relative;
	width: 100%;
}
.footer_center li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #8e8e8e;
	position: absolute;
	border-radius: 10px;
	left: 0;
	top: 8px;
}
.footer_center li i{
	margin-right: 5px;
}

.copyright {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	background: #4b4b4b;
	color: #c5c5c5;
	margin-top: 0;
}
.mob_view{
	display: none;
}
.foot_col1 ul {
	margin-bottom: 20px;
	display: inline-block;
}
.copyright p {
	float: left;
	color: #999999;
	font-style: normal;
	font-size: 14px;
	margin: 0;
}
.social_icons {
	float: right;
}
.social_icons li {
	display: inline-block;
	border-left: 1px dashed #666;
	padding-left: 15px;
	margin-left: 15px;
}
.social_icons li:first-child{
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

/*****************************About Page**************************/
.page-title{
	float: left;
	width: 100%;
	text-align: center;
	padding: 100px 0;
	background: #f3f3f3;
}
.page-title h1 {
	font-size: 60px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	color: #6b6b6b;
	margin: 0;
}
.page-title h1 span{
	color: #3fe0d0;
	font-weight: 500;
}
.page-title h2 {
    font-size: 22px;
    font-style: normal;
    font-family: 'Raleway', sans-serif;
    color: #111;
    letter-spacing: .5px;
}
ol.breadcrumb {
	background: no-repeat;
	border-bottom: 1px solid #ebebeb;
	border-radius: 0;
	padding: 10px 0;
	font-family: 'Lato', sans-serif;
}
.breadcrumb a {
	color: #606060;
	font-family: 'Lato', sans-serif;
}
.breadcrumb li.active{
	color: #1d7d74;
	font-weight: 600;
}
.about_img {
	border: 1px solid #e8e8e8;
	padding: 30px;
	margin-bottom: 30px;
}
.about_img img{
	width: 100%;
}
.about_content{
	margin-bottom: 30px;
}
.about_content h3 {
	font-size: 18px;
	color: #6b6b6b;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.25;
	margin-bottom: 20px;
}
.row.about_sec {
	align-items: center;
}
.about_content p {
	font-style: normal;
	line-height: 1.7;
}
.breadcrumb_row {
	margin-bottom: 30px;
}
.about_sec:nth-child(odd) h3, .about_sec:nth-child(odd) p{
	text-align: right;
}
.row.about_sec:nth-child(odd){
	flex-direction: row-reverse; 
}
.woocommerce-cart main#main article {
    width: 100%;
}
.woocommerce-cart main#main form.woocommerce-cart-form .coupon input#coupon_code {
    width: 100%;
}
.woocommerce-cart main#main form.woocommerce-cart-form .coupon {
    display: flex;
    width: 100%;
    max-width: 315px;
}
.woocommerce-cart main#main form.woocommerce-cart-form .coupon button.button {
    width: auto !important;
    max-width: initial !important;
    display: block;
    padding: 15px;
    min-width: 150px;
}
.woocommerce-cart main#main form.woocommerce-cart-form button.button[type="submit"] {
    width: auto !important;
    max-width: initial !important;
    padding: 15px;
    min-width: 150px;
}
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
    background-color: #4cb1a6;
    font-size: 14px;
    font-weight: 700 !important;
    font-family: 'Raleway', sans-serif !important;
}

section.recent_slider {
    float: left;
    width: 100%;
}
/***************************************Media Query*************************************/
@media(max-width: 1199px){
	.nav-tabs .nav-link {
		font-size: 20px;
	}
	.nav-tabs .nav-item {
		margin-left: 20px;
		padding-left: 15px;
	}

	.productname {
		font-size: 16px;
	}
	.product_price {
		font-size: 16px;
	}
	.blog_sec {
		padding: 30px 0;
	}
	.signup_sec .container {
		padding: 0 15px;
	}
}
@media (max-width: 991px){
	.menu_icon, .close_icon {
		display: block;
		cursor: pointer;
	}
	.navbar {
		position: fixed;
		left: -100%;
		height: 100%;
		top: 0;
		z-index: 99;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 100%;
		background: rgba(32, 42, 54, 0.95);
		padding: 20px;
		transition: all 0.3s ease-in-out 0s;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
	}
	.header_search {
		display: none;
		position: absolute;
		top: calc(100% + 20px);
		right: 15px;
		background: #fff;
	}
	.mob_view{
		display: flex;
		margin-left: 30px;
	}
	.mob_serach_icon {
		margin-left: 20px;
	}
	.open .navbar {
		left: 0;
	}
	.close_icon {
		position: absolute;
		top: 20px;
		cursor: pointer;
		right: 20px;
		display: block;
	}
	.navbar ul li {
		float: left;
		width: 100%;
		text-align: center;
	}
	.navbar ul li a {
		color: #fff;
		text-transform: uppercase;
		font-size: 18px;
		margin: 1px 0;
		display: inline-block;
		font-weight: bold;
	}
	.logo {
		max-width: 300px;
	}
	
	body {
		font-size: 14px;
	}
	.header_right {
		display: flex;
		margin-left: auto;
	}
	.banner_text h2, .banner_text h1 {
		font-size: 30px;
	}
	.banner_text h1 {
		margin: 0 0 12px;
		line-height: .7;
	}
	.banner_text p {
		font-size: 14px;    
	}
	.banner_text {
		left: 30px;
		padding: 20px;
	}
	a.btn_design {
		font-size: 12px;
		padding: 9px 15px 8px;
		margin: 0;
	}
	.blends_tabs .blends_name, .recent_title h2 {
		font-size: 18px;
	}
	.nav-tabs .nav-link {
		font-size: 17px;
	}
	.nav-tabs .nav-item {
		margin-left: 10px;
		padding-left: 10px;
		border-left-width: 2px;
	}
	a.btn_design.btn_arrow {
		background-position: calc(100% - 11px) center;
		padding: 9px 35px 9px 15px;
		font-size: 13px;
		background-size: 16px;
	}
	.tab-content {
		float: left;
		width: 100%;
		margin: 15px 0;
	}
	button.slick-arrow {
		width: 35px;
		height: 35px;
	}
	.recent_title h2:after {
		width: 50px;
		margin-left: 10px;
	}
	.row.recent_viewed {
		padding-top: 20px;
	}
	.blog_sec {
		padding: 10px 0;
	}
	.footer_center h3 {
		margin-top: 30px;
	}
	.footer_center {
		padding: 40px 0 50px;
	}
	.navbar ul {
		flex-wrap: wrap;
	}
	.navbar ul li.shopnav a {
		padding-left: 35px;
		background-position: left center;
	}
	.navbar ul li a {
		max-width: 100%;
	}
	.signup_sec .container {
		padding: 15px;
	}
	.page-title {
		padding: 60px 0;
	}
	.page-title h2 {
		font-size: 40px;
	}
	.about_img {
		padding: 15px;
		margin-bottom: 20px;
	}
   
}

@media(max-width: 767px){
	body {
		font-size: 13px;
	}
	.woocommerce-cart main#main form.woocommerce-cart-form .coupon {
    max-width: 100%;
}
	.header_top {
		padding: 5px 0;
		text-align: center;
	}
	.header_top_right {
		float: right;
		width: 100%;
	}
	
	.footer_center h3 {
		font-size: 16px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.footer_center {
		float: left;
		width: 100%;
		padding: 10px 0 20px;
	}
	.header_search input[type="text"] {
		width: 220px;
	}
	.container.container_design {
		padding: 15px;
		overflow: hidden;
	}
	
	.banner_text {
		left: 5%;
		padding: 20px;
		position: relative;
		width: 90%;
		max-width: 100%;
		background: #f5f5f5;
	}
	.benefit_col {        
		margin: 7px 0;
	}
	.blends_tabs .blends_name {
		line-height: 1.4;
		float: none;
		margin-bottom: 5px;
	}
	.nav-tabs .nav-item:first-child {
		padding: 0;
		border: none;
		margin: 0;
	}
	.nav-tabs .nav-item.show .nav-link:before, .nav-tabs .nav-link.active:before {
		bottom: -2px;
	}
	.nav-tabs .nav-link {
		font-size: 14px;
	}
	.nav-tabs .nav-item {
		margin-left: 5px;
		padding-left: 5px;
		border-left-width: 1px;
		line-height: 1.3;
		margin-bottom: 5px;
	}
	.blends_tabs .blends_name, .recent_title h2 {
		font-size: 17px;
	}
	a.btn_design.btn_arrow {
		background-position: calc(100% - 10px) center;
		padding: 9px 32px 9px 13px;
		font-size: 12px;
		background-size: 15px;
	}
	.blinds_section {
		float: left;
		width: 100%;
		margin: 30px 0px 0;
	}
	.foot_col1 ul {
		margin-bottom: 11px;
		display: inline-block;
		width: 100%;
	}
	.copyright p {
		font-size: 11px;
		margin: 0;
	}
	.social_icons li {
		padding-left: 9px;
		margin-left: 9px;
	}
	.logo {
		max-width: 200px;
	}
	.about_sec:nth-child(odd) h3, .about_sec:nth-child(odd) p {
		text-align: left;
	}
	.page-title h2 {
		font-size: 30px;
	}
	.page-title {
		padding: 40px 0;
	}
	.about_img {
		padding: 10px;
		margin-bottom: 20px;
	}
}

@media(max-width: 480px){
	.banner_text {
		padding: 15px 15px 50px;
		left: 0;
		width: 100%;
		max-width: 100%;
		top: 0;
		transform: none;
	}
	.banner_text h2, .banner_text h1 {
		font-size: 24px;
	}
	ul.carousel-indicators {
		bottom: 20px;
	}
	.benefit_col {        
		margin: 15px 0 5px;
	}
	.menu_icon img {
		max-width: 30px;
	}
	.mob_view {
		margin-left: 25px;
	}
	.mob_serach_icon {
		margin: 0 12px 0 15px;
	}
	.mob_serach_icon img {
		max-width: 17px;
	}
}