/*  
font-family: "Font Awesome 6 Pro";
font-family: 'Gabarito', sans-serif;
*/
:root, * { color-scheme: only light !important; }
html, body { background-color: #ffffff !important; }
html, body { background-color: #ffffff !important; background-image: linear-gradient(#ffffff, #ffffff) !important; }
.x-item-description-child { all: initial }

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Gabarito", sans-serif;
}
body{
	background-color: #ffffff !important;
}
img{
    max-width: 100%;
}
*, ::after, ::before {
	box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
}
ul{
    list-style: none;
}

.template-wapper {
	display:flex;
    flex-direction:column;
}

/* ============================== HEADER CSS START ============================== */
.main_dezign_brain_header {
	margin: 0 0;
}
.top_section1 {
	/* background-color: #00834f; */
	clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
	 background-image: -moz-linear-gradient( 90deg, rgb(0,131,79) 0%, rgb(26,168,112) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,131,79) 0%, rgb(26,168,112) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,131,79) 0%, rgb(26,168,112) 100%);

}
.header_bottom {
	z-index: 1;
	position: relative;
	padding: 17px 0;
	
}
.main_menu_mobile{
	display: none !important;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: center;
}
.main_menu ul li {
	width: 25%;
	text-align: center;
	border-right: 1px solid #aebac0;
}
.main_menu ul li:last-child{
	border-right:none;
}
.main_menu ul li a i{
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.main_menu ul li a {
	font-family: "Gabarito", sans-serif;
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 400;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}
.main_menu ul li a:hover{
	color:#000;
}
.main_menu ul li:last-child a{
	border-right:none;
}
.top_section {
	position: relative;
	padding: 30px 0;
}
.logo {
	position: relative;
	z-index: 1;
}
.main_menu.right_box2 ul {
	justify-content: end;
	display: flex;
}
/* .Verifie-box.box-second{
	text-align: right;
} */
.Verifie-icon {
	/* margin: -5px 0 -5px -10px; */
}
.Verifie-main1 {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	/* justify-content: start; */
	/* border: 1px solid #eeeeee; */
	/* border-radius: 80px; */
	padding: 0 20px 0 0;
}
.Verifie-text1 h1 {
	font-size: 22px;
	font-family: "Gabarito", sans-serif;
	font-weight: 700;
	margin-bottom: 5px;
	color: #282827;
	letter-spacing: 0.3px;
	line-height: 25px;
	/* text-transform: uppercase; */
}
.Verifie-text1 p {
	font-size: 18px;
	font-family: "Gabarito", sans-serif;
	font-weight: 400;
	margin-bottom: 0;
	color: #666666;
	letter-spacing: 0.3px;
}
.Verifie-main1.box1 {
	justify-content: end;
}
.top_header {
	text-align: center;
}
.top-header {
	text-align: center;
	padding: 10px 0;
	background-color: #e4f3fb;
}
.top-header p{
	margin: 0;
}
.top-header p i{
	color: #00834f;
}
.top-header p span{
	color:#1970a0;
	text-transform: uppercase;
	font-weight: 600;
}
/* mobile-menu-css-tart */
.amon {
	color: #000;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	background-color: transparent;
	display: inline-block;
	width: 65px;
	overflow: hidden;
	height: 26px;
	transition: width 2s;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
	position: absolute;
	right: 20px;
	z-index: 22222;
	margin-top: -7px;
	margin-bottom: 0;
}
.mobile_menu{
	display: none;
}
.amon-container #open {
	display: none;
}
#open:checked + .amon {
	width: auto;
	height: auto;
}
.amon .bars:hover {
	background-color: transparent;
}
.amon .bars {
	cursor: pointer;
	width: 65px;
	height: 30px;
	text-align: center;
	position: relative;
	left: 0;
	top: 0px;
	font-size: 20px;
	display: block;
	margin-left: auto;
}
.amon ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;	
	display: inline-grid;
	width: 180px;
	overflow: hidden;
	padding: 10px;
	background-color: #00834f;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
}
.amon ul li a i {
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.amon ul li a {
	font-family: "Gabarito", sans-serif;
	font-size: 14px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 10px;
	display: inline-block;
}
.amon ul li a:hover{
	color:#000;
}
.verifie_center {
	margin: 15px 0px;
}
.amon ul li {
	overflow: hidden;
	text-align: center;
}
.open-text .amon ul li {
	width: 100%;
}
.open-text .amon ul li a span {
	opacity: .8;
	display: inline-block;
}
/* menu_icon */
.menu_icon_wrapper{
	position: relative;
}
.menu_icon div {
	display: block;
	position: absolute;
	height: 4px;
	width: 30px;
	opacity: 1;
	left: auto;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	right: 0;
	border-radius: 5px;
	background-color: #00834f;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
}
.menu_icon .line-two {
	top: 30%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.menu_icon .line-three{
	top: 60%;
  	transform-origin: left center;
  	transform: translateY(-100%);
}
#open:checked + .amon .menu_icon .line-one {
    transform: rotate(45deg);
    top: 0px;
}
#open:checked + .amon .menu_icon .line-two {
	width: 0%;
	opacity: 0;
}
#open:checked + .amon .menu_icon .line-three {
	transform: rotate(-45deg);
	top: 21px;
}
/* Header_responsive */
@media screen and (max-width:1199px){
	.main_menu ul li a {
		padding: 0 15px;
	}
	.Verifie-text1 p{
		font-size: 15px;
	}
	.Verifie-text1 h1 {
		font-size: 17px;
	}
}
@media screen and (max-width: 991px) {
	.top_section1 {
		display: none;
		margin: 0;
	}
	.promo_top_text {
		padding: 10px 0;
	}
	.logo img {
		width: 200px;
		margin: 0;
	}
	.logo {
		display: flex;
		align-items: center;
	}
.top_section .container .row .col-lg-4:first-child {
	order: 2;
}	
	.top_section1 {
		display: none;
	}
    .menu{
        display: none;
    }
	.main_menu_mobile {
		text-align: center;
	}
	.main_menu_mobile {
		display: flex !important;
	}
	.mobile_menu {
		display: block !important;
	}
	.top_section {
		padding: 25px 0;
		z-index: 3;
		position: relative;
	}
	.Verifie-main1 {
		margin: 25px 0 0 0;
		justify-content: center;
	}
	.Verifie-main1.box1 {
		justify-content: center;
	}
	.main_dezign_brain_header {
		margin: 0;
	}
}
@media screen and (max-width: 767px) {
	.Verifie-main1 {
		justify-content: center;
	}
	/* .logo {
		width: 75%;
	} */
	.Verifie-main1.box1 {
		justify-content: center;
	}
	.menu_icon .line-two {
		top: 29%;
	}
	.Verifie-box,.Verifie-box.box-second{
		/* text-align: center; */
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}
}
@media screen and (max-width:361px){
	
}
/* ============================== HEADER CSS END ============================== */

/* ============================== PRODUCT_DES3 CSS START ============================== */
.product_section {
	position: relative;
}
#right_box .desc-rd.desc-text {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}
.desc-text h6 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.desc-text h5 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 20px;
}
.table_box {
	width: 80%;
}
#right_box .desc-rd .table_item .table_box tr {
	display: flex;
}
#right_box .desc-rd .table_item .table_box tr td:first-child {
	padding-left: 0px;
	padding-right: 15px;
	font-weight: 700;
	font-family: "Gabarito", sans-serif;
	width: 50%;
	letter-spacing: 0.30px;
}
#right_box .desc-rd .table_item .table_box tr td {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	color: #333333;
	padding: 6px 8px;
	line-height: 22px;
	font-family: "Gabarito", sans-serif;
}
#right_box .desc-rd .table_item .table_box tr td:first-child::after {
	position: absolute;
	content: ":";
	right: 0px;
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
	top: 4px;
}

/* Images Code Start */
.product_images_wappers { 
	border-top: 0px;
	box-sizing: border-box;
	float: left;
	height: auto;
	margin: 0;
	padding: 0px 0 0px;
 	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.product_images_gallery {
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 0px 0px;
	margin-top: 0;
	margin: 0 auto;
}
.img-holder .lightbox:before {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.essWrap input[type="checkbox"], .essWrap input[type="radio"] {
	display: none;
}
.imgBox img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	text-align: center;
}
.ess-gallery .img-box {
	max-width: 640px;
	margin: 0 auto;
}
.img-holder {
	display: none;
}
.img-holder .imgBox {
	cursor: zoom-in;
	margin: 15px 0 20px;
}
.main_title {
	font-size: 20px;
	font-weight: 400;
	padding: 7px 15px;
	color: #111111;
	margin-bottom: 0px;
	/* display: inline-block; */
	text-align: center;
	background-color: #f5f5f5;
	text-transform: capitalize;
	font-family: "Gabarito", serif !important;
	border-radius: 25px;
	position: relative;
	z-index: 1;
}
.main_top{
	position: relative;
	margin-bottom:15px;
}
/* .main_top::after{
	content:'';
	position: absolute;
	width:100%;
	height:1px;
	background-color:#dadada;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
} */
.listing_content {
	width: 100%;
	margin: 0px auto 15px;
	display: table;
	padding: 00;
}
#main_gallery {
	border: 0px solid #b4b4b4;
	border-radius: 0px;
	box-sizing: border-box;
	min-height: auto;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#main_gallery #main_row {
	height: 739px;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
	display: flex;
	justify-content: end;
}
.section-tittle span {
	color: #2ECC87 !important;
	text-transform: capitalize;
}
.section-tittle.box {
	text-transform: capitalize !important;
}
#main_row > div {
	margin-top: 0;
	width: 380px;
}
#main_gallery #main_row div ul {
	display: flex;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	flex-wrap: wrap;
	justify-content: start;
	margin-left: auto;
	margin-right: 0;
}
#main_gallery #main_row div ul li:last-child {
	margin-right: 0;
}
#main_gallery .full_img_wapper {
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	height: 0;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
#main_gallery .thumb {
	background-color: #fff;
	border: 1px solid #dadada;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	_float: left;
	height: 164px;
	vertical-align: middle;
	width: 164px;
	border-radius: 0;
	overflow: hidden;
}
#main_gallery .thumb > img {
	display: table-cell;
	height: auto;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}
#main_gallery #main_row div#row1 ul:first-child li:first-child .imagsbox_w {
	z-index: 1;
}
#main_gallery #main_row input {
	display: none;
}
#main_gallery #main_row input:checked ~ .imagsbox_w {
	z-index: 2;
}
#main_gallery div.imagsbox_w .imagsbox {
	display: flex;
	height: 100%;
	max-width: 100%;
	padding: 0;
	width: 100%;
	background-color: #fff;
}
#main_gallery div.imagsbox_w .full-img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
#main_gallery div.imagsbox_w {
	border: 1px solid #dadada;
	bottom: 0;
	height: 97%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 70%;
	overflow: hidden;
	border-radius: 0;
}
#main_gallery #main_row div ul li {
	height: auto;
	margin: 0 0px 20px 23px;
	padding: 0;
	width: auto;
}
@media only screen and (max-width: 1299px) {
	#main_gallery div.imagsbox_w{
		width: 66%;
	}
}
@media only screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
  }
@media only screen and (max-width:1140px){
	#main_gallery div.imagsbox_w {
		width: 64%;
	}
}
@media only screen and (max-width: 1079px) {
	#main_gallery div.imagsbox_w {
		width: 61%;
	}
  }
@media only screen and (max-width: 1024px) {
	#main_gallery .full_img_wapper {
	  height: 395px;
	  width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 20px auto 0;
	}
	#main_row > div {
		max-width: 100%;
		float: none;
		margin: 0 auto !important;
		text-align: center;
		width: 100%;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		gap: 0 5px;
	}
	#main_gallery #main_row div ul li {
		margin: 0 0px 0px 0px;
	}
	#main_gallery .thumb {
		height: 100px;
		width: 100px;
	}
	#main_gallery div.imagsbox_w {
		width: 100% !important;
		height: 400px;
	}
	#main_gallery #main_row {
		height: auto;
	}
  }
  @media only screen and (min-width: 320px) and (max-width: 1024px) {
	.main_title {
		margin-bottom: 5px;
	}
	#listingarea {
		margin-bottom: 0px;
	}
	#main_gallery {
		margin: 0px 0 0px;
		padding: 0 0px 0px;
		width: 100%;
		min-height: auto;
	}
	#main_gallery .full_img_wapper {
		background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
		height: 410px;
		width: 100%;
	}
	#main_gallery #main_row div ul {
		width: auto;
		margin: 0 auto;
		flex-wrap: wrap;
		grid-row-gap: 10px;
	}
	#main_gallery #main_row div ul li {
		float: left;
	}
	#main_gallery #main_row .thumb {
		width: 55px;
		height: 55px;
	}
	#main_gallery #main_row .thumb img {
		max-height: 55px;
		max-width: 55px;
	}
	#main_gallery div.imagsbox_w {
		left: 0;
		margin: 10px auto 0;
		right: 0;
		top: 0 !important;
	}
	#main_gallery div.imagsbox_w .imagsbox {
		height: 100% !important;
		display: flex;
		margin: 0 auto;
	}
	#main_gallery div.imagsbox_w .full-img {
		max-height: calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
	.listing_content {
		margin: 0px auto 25px;
	}
}
@media only screen and (max-width:480px){
	.main_title {
		font-size: 18px;
	}
	#right_box .desc-rd.desc-text {
		max-height: 500px;
		overflow: auto;
		height: auto;
	}
}
.desc_top {
	text-align: center;
}
.desc-hedtitle {
	color: #444444;
	font-size: 20px;
	font-weight: 600;
	z-index: 1;
	position: relative;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
	font-family: "Gabarito", serif;
	display: inline-block;
	border-radius: 0 0 20px 20px;
	padding: 7px 20px;
	background: #e5f2ed;
	clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
	width: 95%;
	margin: 20px 0 10px;
}
.desc-rd p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #666666;
	font-family: "Gabarito", serif !important;
}
.desc-rd p:last-child{
	margin: 0;
}
.desc-rd.desc-text li {
	background: url('../images/top_header2.png');
	background-repeat: no-repeat;
	background-position: left 7px;
  	padding-left: 28px;
	margin-bottom: 7px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #555;
	font-family: "Gabarito", serif !important;
}
.desc-rd.desc-text b, strong {
	background: url('../images/true.png');
	background-repeat: no-repeat;
	background-position: left 5px;
  	padding-left: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #333333;
	font-family: "Gabarito", serif !important;
	display: block;
}
.desc-rd.desc-text h3{
	background: url('../images/search.png');
	background-repeat: no-repeat;
	background-position: left 5px;
  	padding-left: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #333333;
	font-family: "Gabarito", serif !important;
	display: block;
}
.product-text {
	margin: 0 0 40px 0;
}
.pro-and-about {
	padding: 20px;
	/* border: 1px solid #e9e9e9; */
}
.desc_box {
	border: 1px solid #e9e9e9;
}
@media only screen and (max-width: 1199px) {
	.product-text .container{
		max-width: 100%;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 575px){
	.product-text {
		margin: 0 0 30px 0;
	}
	.desc-hedtitle {
		font-size: 18px;
	}
}
@media only screen and (max-width: 480px){
	.desc-hedtitle {
		font-size: 15px;
		padding: 7px 15px;
	}
	.main_title {
		font-size: 16px;
	}
}
/* ============================== PRODUCT_DES3 CSS END ============================== */

/*================================== BANNER CSS START  ================================== */
.banner_res {
	display: none !important;
}
#dezign_home_banner {
	margin: 0 auto 40px;
	text-align: center;
	
}
@media screen and (max-width: 767px){
	.main_banner{
		display: none;
	}
	.banner_res{
		display: block !important;
		margin: 0 auto;
	}
}
/*================================== BANNER CSS END  ================================== */

/* ABOUT1 CSS START */
.about_wrapper {
	margin: 0px 0px 60px;
	position: relative;
}
.about_img {
	margin: 0px 0px 0px -45px;
	position: relative;
	z-index: 11;
	overflow: hidden;
}
.about_img img{
	z-index:1;
	position: relative;
}
.about_content .about_title {
	position: relative;
	margin: 0 0 25px 0;
}
.about_content {
	position: relative;
	z-index:11;
}
.browse_all_btn.about {
	text-align: left;
}
.about_content h6 {
	font-size: 40px;
	font-weight: 700;
	color: #191919;
	font-family: 'Gabarito', sans-serif;
	line-height: 42px;
	text-transform: uppercase;
	margin: 0 0 15px 0px;
	position: relative;
	letter-spacing: 2px;
	display: inline-block;
}
.about_content h6::after {
	content: '';
	position: absolute;
	width: 65px;
	height: 4px;
	background-color: #00834f;
	top: 0;
	bottom: 0;
	margin: auto;
	left: auto;
	right: -75px;
	border-radius: 20px;
	display: inline-block;
}
.about_content h4 {
	font-size: 32px;
	font-weight: 700;
	color: #00834f;
	font-family: 'Gabarito', sans-serif;
	line-height: 34px;
	text-transform: uppercase;
	margin: 0 0 15px 0px;
	display: block;
}
.about_content ul li {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	margin-bottom: 25px;
	font-family: "Gabarito", sans-serif;
}
.about_content ul li b{
	font-weight:700;
	text-transform:uppercase;
	color:#00834f;
}
.browse_all_btn {
	text-align: center;
}
.button {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto;
	padding: 5px 5px 5px 20px;
	display: inline-block;
	position: relative;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	text-transform: uppercase;
	font-family: "Gabarito", sans-serif;
	letter-spacing: 0.6px;
	background-color: #00834f;
	transform: skewX(-12deg);
}
.button span {
	transform: skewX(12deg);
	display: inline-block;
}
.button:hover {
	background-color: #191919;
	color: #fff;
}
.browse_all_btn i {
	margin-left: 5px;
	width: 30px;
	height: 30px;
	background: #fff;
	color: #000;
	line-height: 30px;
}
@media screen and (max-width:1300px){
	.about_img {
		margin: 0px 0px 0px -25px;
	}
}
@media screen and (max-width:1199px) {
	.about_content h6 {
		margin: 0 0 20px 0px;
		font-size: 27px;
		line-height: 30px;
	}
	.about_wrapper {
		margin: 0px 0px 40px;
	}
	.about_img {
		margin: 0px 0px 0px -45px;
	}
	.about_content ul li {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:1110px){
	.about_img {
		margin: 0px 0px 0px -30px;
	}
}
@media screen and (max-width:1024px){
	.about_img {
		margin: 0px 0px 0px -15px;
	}
}
@media screen and (max-width: 991px) {
	.about_img {
		text-align: center;
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
	.about_content {
		margin:30px 0 0 0;
	}
	.about_content ul li {
		font-size: 17px;
		line-height: 26px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width:361px){
	.about_content ul li {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 15px;
	}
}
/* ============================== ABOUT1 CSS END ============================== */

/*================================== MAIN TAB CSS START ================================== */
.clear {
	clear: both;
}
.tab [type=radio] {
	display: none
}
.customsearchbox input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	line-height: normal;
	display: none;
}
.tabsbottom label {
	display: inline-block;
	margin: 0;
	padding: 10px 30px;
	text-align: center;
	cursor: pointer;
	color: #191919;
	background-color: #f5f5f5;
	font-weight: 500;
	font-size: 20px;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
	/* border-radius: 10px; */
	margin: 0 10px;
	letter-spacing: 0.5px;
	font-family: "Gabarito", sans-serif;
	clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
}
.message_desk {
	display: inline-block;
	vertical-align: middle;
}
.tabsbottom {
	margin-bottom: 40px;
}
.tabsbottom label:hover {
	background: #00834f;
	color: #fff;
}
.tabsbottom input:checked + label {
	background: #00834f;
	color: #fff;
}
.message_desk img:last-child{
	display: none;
}
.tabsbottom label:hover .message_desk img:last-child{
	display: block;
}
.tabsbottom label:hover .message_desk img:first-child{
	display: none;
}
.tabsbottom input:checked + label .message_desk img:first-child{
	display: none;
}
.tabsbottom input:checked + label .message_desk img:last-child{
	display:block;
}
#table1:checked~#content1,
#table2:checked~#content2,
#table3:checked~#content3,
#table4:checked~#content4,
#table5:checked~#content5,
#table6:checked~#content6,
#table7:checked~#content7 {
	display: block !important;
	height: auto;
}
section {
	text-align: left;
}
section h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	color: #00834f;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 15px 0;
	font-family: "Gabarito", sans-serif;
}
section h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #191919;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 15px 0;
	font-family: "Gabarito", sans-serif;
}
section p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #666666;
	text-align: left;
	margin: 0 0 15px 0;
	font-family: "Gabarito", sans-serif;
}
section p span,section ul li span {
	font-weight: 600;
	color: #191919;
}
section b {
	font-weight: 600;
	color: #191919;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	margin: 0 0 10px 0;
	font-family: "Gabarito", sans-serif;
	display: inline-block;
}
section ul li {
	background: url('../images/left-true.png');
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 25px;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	color: #666666;
	text-align: left;
	font-family: "Gabarito", sans-serif;
	margin: 0 0 7px 0;
}
section ol li {
	background: url('../images/left-true3.png');
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 35px;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	color: #191919;
	text-align: left;
	text-transform: uppercase;
	font-family: "Gabarito", sans-serif;
	margin: 0 0 7px 0;
	list-style: none;
}
section ol li b{
	color: #00834f;
}
section ul.ul2 li {
	background-image: url('../images/left-true2.png');
	  background-position: left 5px;
}
.tabsbottom label img {
	transition: all 0.5s ease-in-out;
	margin: 0 10px 0 0;
	text-align: center;
}
section {
	display: none !important;
	padding: 20px;
	border: 1px solid #bcbcbc;
	margin: 20px 0 0 0;
}
.tabs_top {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.tabs_top {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
	#table1 {
	order: 1;
	position: relative;
	}
	.tabs_top label:nth-child(2) {
	order: 2;
	position: relative;
	}
	#table2 {
	order: 3;
	position: relative;
	}
	.tabs_top label:nth-child(5) {
	order: 4;
	position: relative;
	}
	#table3 {
	order: 5;
	position: relative;
	}
	.tabs_top label:nth-child(8) {
	order: 6;
	position: relative;
	}
	#content1{
		order: 7;
	position: relative;
	width: 100%;
	}
	#content2{
		order: 8;
	position: relative;
	width: 100%;
	}
	#content3{
		order: 9;
	position: relative;
	width: 100%;
	}
}
@media screen and (max-width: 991px) {
	.tabsbottom label{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.tabsbottom label {
		width: 100%;
		margin: 0 0 5px;
		font-size: 17px;
	}
	section {
		padding: 15px;
		margin: 0 0 10px 0;
	}
	.tabsbottom {
		margin-bottom: 40px;
	}

}
@media screen and (max-width: 575px){
	.tabs label, .tabsbottom label{
		width: 100%;
		margin-right: 0;
	}
	.tabs .tab, .tabsbottom label {
		-webkit-box-ordinal-group: unset;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.tabs label:nth-child(8) {
		border-radius: 0;
	}
	.tabsbottom label:nth-child(3) {
		margin-left: auto;
	}
	.tabsbottom label:nth-child(7) {
		margin-left: auto;
	}
	.tabsbottom {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px) {
	section p {
		font-size: 16px;
	}

	section ul li{
		font-size: 16px;
		line-height: 27px;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	position: relative;
	margin: 0 0 40px 0;
}
.guaranteed-head {
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
}
.guaranteed-head h5 {
	font-size: 32px;
	font-weight: 700;
	color: #111111;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	display: inline-block;
	line-height: 35px;
	font-family: "Staatliches", sans-serif;
}

.guaranteed_box {
	position: relative;
	z-index: 1;
	padding:20px;
	/* background-color: #f7f7f7; */
	border-radius: 0;
	margin: 0 0 30px 0;
	border: 1px solid #d9d9d9;
}
.guaranteed_name {
	font-size: 18px;
	color: #191919;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.3px;
	font-family: "Gabarito", sans-serif;
	margin: 0;
	text-transform: uppercase;
}
.guaranteed_left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 15px;
	padding: 0;
}
.guaranteed_text {
	font-size: 18px;
	color: #191919;
	font-weight: 400;
	line-height: 28px;
	transition: all 0.8s ease-in-out;
	font-family: "Gabarito", sans-serif;
	padding: 15px 0;
	min-height: 120px;
}
.browse_all_btn.review {
	text-align: center;
}
@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 767px) {
	.guaranteed_box {
		max-width: 70%;
		margin: 20px auto 30px;
		/* padding: 0px 20px 0; */
	}
	
	.guaranteed-head h5 {
		font-size: 29px;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed-head h5 {
		font-size: 25px;
		line-height: 30px;
	}
}
@media screen and (max-width:480px){
.guaranteed_box {
	max-width: 100%;
	margin: 0 auto 20px;
	/* padding: 0px 20px 0; */
}
	.guaranteed-head h5 {
		font-size: 23px;
		line-height: 27px;
	}
}
@media screen and (max-width:361px){
	.guaranteed-head h5 {
		font-size: 21px;
	}
	.guaranteed_box {
		max-width: 100%;
	}
}
/*============================================
			guaranteed CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.footer_wrapper {
	position: relative;
	background-color: #f5f5f5;
	padding: 25px 0;
}
.store_footer_wapper {
	position: relative;
}
.footer_block.footer_block02 {
	margin: 40px 0 0;
}
.footer_menu ul {
	display: flex;
	margin:0px 0 0;
}
.payment_img {
	text-align: right;
}
.footer_menu ul li i{
	margin-right:5px;
		color: #00834f;
	transition: 0.5s all ease-in-out;
}
.footer_menu ul li a {
	font-size: 16px;
	color: #191919;
	line-height: 25px;
	font-weight: 600;
	transition: 0.5s all ease-in-out;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 0.3px;
	padding: 0 45px;
	border-right: 1px solid #808280;
	font-family: "Outfit", sans-serif;
}
.footer_menu ul li a:hover {
	color: #00834f;
}
.footer_menu ul li a:hover i {
	color: #00834f;
}
.footer_menu ul li:last-child a{
	border-right:none;
}
.footer_menu ul li i {
	margin-right: 5px;
}
.footer_top_menu {
	display: flex;
	justify-content: center;
}
.footer_menu ul li a {
	position: relative;
}
.footer_logo {
	z-index: 1;
	position: relative;
	text-align: center;
}
.footer_logo a{
	display:block;
	z-index: 1;
	position: relative;
}
.verifie_box {
	position: relative;
	transition: all 0.5s ease-in-out;
	display: flex;
	align-items: center;
	column-gap: 10px;
	justify-content: center;
	/* background-color: #fff; */
	/* box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.15); */
	/* padding: 15px; */
	/* border-radius: 50px; */
}
.verifie_title h4 {
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	color: #191919;
	text-transform: uppercase;
	margin: 0 0 0px;
	font-family: "Outfit", serif;
}
.verifie_title p {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	margin: 0px 0 0px 0;
	font-family: 'Outfit', sans-serif;
}
.footer_bottom {
	position: relative;
	padding: 14px 0;
	background-color: #00834f;
}
.dezign_copyright {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	text-align: left;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	font-family: "Outfit", sans-serif;
}
.dezign_copyright span {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Outfit", sans-serif;
}
.dezign_by {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 500;
	text-align: right;
	text-transform: uppercase;
	font-family: "Outfit", sans-serif;
}
.dezign_by span {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.3px;
	font-family: "Outfit", sans-serif;
}
@media screen and (max-width:1399px){
	.footer_menu ul li a {
		padding: 0 25px;
	}
	.verifie_title h4 {
		font-size: 19px;
		line-height: 25px;
	}
}
@media screen and (max-width:1199px){
	.footer_menu ul li a {
		padding: 0 25px;
	}
	.verifie_title h4 {
		font-size: 17px;
	}
	.verifie_title p {
		font-size: 15px;
	}
}
@media screen and (max-width:1024px){
	.footer_menu ul li a {
		padding: 0px 25px;
	}
}
@media screen and (max-width: 991px){
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom:10px;
		line-height: 24px;
	}
	.footer_block.footer_block04 {
		margin: 0px 0 20px 0;
		text-align: center;
	}
	.store_footer_wapper .container .row .col-lg-3:nth-child(1) {
		order: 2;
	}
	.footer_block.footer_block03 {
		text-align: center;
	}
	.footer_block.footer_block02 {
		display: block;
		margin: 0;
	}
	.footer_logo {
		text-align: center;
		margin: 0 0 20px;
	}
	.footer_block.footer_block01 {
		display: none;
	}
	.footer_menu ul {
		display: block;
		text-align: center;
		margin: 0 0 20px 0;
	}
	.footer_menu ul li a {
		padding: 7px 0px;
		border-right: none;
	}
	.verifie_box {
		border-right: none;
		margin: 0 0 20px;
	}
	.payment_img {
		text-align: center;
	}
}
@media screen and (max-width:480px){
	.dezign_copyright span {
		font-size: 15px;
	}
	.dezign_by span {
		font-size: 15px;
	}
	.dezign_by {
		font-size: 15px;
	}
}
@media screen and (max-width:361px){
	.dezign_copyright span {
		font-size:15px;
	}
	.dezign_copyright {
		font-size: 15px;
	}
	.dezign_by span {
		font-size:14px;
	}
	.dezign_by {
		font-size:14px;
	}
}
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 0 0 60px 0;
}
.feature-title {
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
}
.feature-title img{
	margin:  0 0 15px 0;
}
.feature-title h2 {
	font-size: 32px;
	font-weight: 600;
	color: #001111;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	display: inline-block;
	line-height: 30px;
	background-color: #fff;
	z-index: 1;
	font-family: 'Gabarito', sans-serif;
	padding: 0 50px;
}
.feature-title h2::before{
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url("../images/section-icon.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 42px;
	height: 24px;
	margin: auto;
}
.feature-title h2::after {
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	background-image: url("../images/section-icon.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 42px;
	height: 24px;
	transform: scaleX(-1);
	margin: auto;
}
.feature_section_ul {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 15px;
}
.cate_box {
	position: relative;
	text-align: center;
	display: table;
	margin: 0 auto 30px;
}
.feature_box {
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	z-index: 2;
	background: #f9f9f9;
}
.feature_section_ul li .cate_box:hover .feature_box {
	background: #f2f9f6;
}
.feature_box a {
	display: block;
}
.fat_box {
	/* background: #00834f; */
	/* padding: 20px 10px 15px; */
	/* margin: -14px 0 0 0; */
	z-index: 2;
	position: relative;
	/* clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%); */
	transition: all 0.5s ease-in-out;
}
.cate_box .fat_text h2 {
	font-size: 18px;
	font-weight: 700;
	transition: all 0.5s ease-in-out;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: #191919;
	position: relative;
	display: inline-block;
	font-family: "Gabarito", sans-serif;
	text-transform: uppercase;
}
.cate_box:hover .fat_text h2{
	color: #00834f;
}

.cate_box .fat_box .fat_text a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0 0;
}
.browse_all_btn.view2 {
	text-align: center;
}
@media screen and (max-width:1199px){
	/* .cate_box .fat_text h2 {
		font-size: 15px;
	} */
		 .feature_section_ul {
		grid-template-columns: repeat(3,1fr);
	}
}
@media screen and (max-width:991px){
.feature_section {
	margin: 0 0 40px 0;
}
	.cate_box .fat_text h2 {
		font-size: 18px;
	}
}
@media screen and (max-width:767px){
	.browse_all_btn.view {
		display: none;
	}
	.browse_all_btn.view2 {
		display: block;
	}
	.feature_section {
		margin: 0 0 40px 0;
	}
	.feature-title h2 {
		/* padding: 0 20px 0; */
	}
	/* .cate_box .fat_text h2 {
		font-size: 16px;
	} */
	.feature-title h2 {
		font-size: 22px;
		padding: 0 40px;
	}
	.feature-title h2::before, .feature-title h2::after {
		width: 30px;
		height: 20px;
	}
	.feature_section_ul {
	grid-template-columns: repeat(2,1fr);
}
}
@media screen and (max-width: 480px) {
	.feature_section .container .row .col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.feature_section_ul {
	grid-template-columns: repeat(1,1fr);
}
.feature-title h2 {
	font-size: 18px;
}
}
@media screen and (max-width: 361px) {
	.cate_box .fat_text h2 {
		font-size: 18px;
	}
}
/*============================================
			feature CSS END
============================================*/

/*================================== PROMOTION CSS START  ================================== */
.promotion_wrapper {
	margin: 50px 0px 48px;
	/* background-color: #fff; */
	border-radius: 10px;
	padding: 0;
	/* box-shadow: 0px 0px 25px 0px rgba(163, 163, 163, 0.25); */
}
.promo_main {
	position: relative;
	text-align: center;
	/* border-right: 1px solid #e9e9e9; */
	transition: all 0.5s ease-in-out;
}
.promo_main::after {
	content: "";
	height: 30px;
	width: 1px;
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	background: rgba(85, 85, 85, 0.44);
	margin: auto 0;
}
.promo_main:last-child:after{
	content: none;
}
.promo_icon img {
	transition: all 0.5s ease-in-out;
}
.promo_box {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	justify-content: center;
	align-items: center;
}

.promo_text {
	margin: 10px 0 0 0;
}
.promo_text h1 {
	font-size: 16px;
	letter-spacing: 0.6px;
	font-family: "Gabarito", sans-serif;
	font-weight: 500;
	/* text-transform: uppercase; */
	color: #191919;
	margin-bottom: 3px;
}
.promo_text p {
	font-size: 16px;
	font-family: "Gabarito", sans-serif;
	font-weight: 400;
	color: #191919;
	margin-bottom: 0;
	letter-spacing: 0.80px;
	/* text-transform: uppercase; */
}
@media screen and (max-width: 1399px) {
	.promo_main {
		padding: 0 20px;
	}
}
@media screen and (max-width: 1199px) {
	.promo_main {
		padding: 0 26px;
	}
	.promo_main {
		padding: 0 10px;
	}
	.promo_text h1 {
		font-size: 16px;
	}
.promo_icon {
	width: 80px;
	margin: auto;
}
.promo_main:nth-child(2):after{
	content: none;
}
	.promo_text p {
		font-size: 15px;
	}
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
	.promo_box {
		display: grid;
		align-items: center;
		justify-content: center;
		grid-template-columns: repeat(2, 1fr);
	}
	.promo_main:nth-child(1), .promo_main:nth-child(2){
		margin: 0 0 30px 0;
	}
	.promo_main:nth-child(2){
		border-right: none;
	}
}
@media screen and (max-width: 767px) {
	.promo_main{
		padding: 0;
		border-right: none;
	}
	.promo_main::after{
		content: none;
	}
	.promo_box {
		grid-template-columns: repeat(1, 1fr);
	}
	.promotion_wrapper {
		padding: 30px 30px;
		margin: 0 auto;
		width: 60%;
	}
	.promo_main:nth-child(3){
		margin: 0 0 30px 0;
	}
}
@media screen and (max-width:575px) {
	.promotion_wrapper {
		width: 63%;
	}
}
@media screen and (max-width:480px) {
	.promotion_wrapper {
		width: 88%;
	}
}
@media screen and (max-width:361px) {
	.promotion_wrapper {
		width: 100%;
	}
}
/*================================== PROMOTION CSS END  ================================== */
.db-product {
	margin: 0 0 40px 0;
}
.db-product .cate_box {
	position: relative;
	text-align: left;
	display: block;
	margin: 0 auto 30px;
}
.db-product .db_feature_box {
	position: relative;
	display: inline-block;
	transition: all 0.5s ease-in-out;
	border: 1px solid #dadada;
}
.db-product .db_feature_box a {
	display: block;
}
.db-product .cate_box .fat_text h2 {
	font-size: 15px;
	font-weight: 400;
	transition: all 0.5s ease-in-out;
	margin-bottom: 5px;
	text-transform: capitalize;
	color: #555555;
	position: relative;
	display: inline-block;
	font-family: "Gabarito", sans-serif;
	padding: 10px 0px 0;
	line-height: 23px;
}
.db-product .cate_box:hover .fat_text h2{
	color:#000;
}
.db-product .cate_box .cat_price {
	font-size: 15px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 0px;
	color: #222222;
	font-family: "Gabarito", sans-serif;
}
.db-product .db-product-wapper {
	display: flex;
	gap: 0 20px;
	justify-content: center;
}
@media (max-width:991px) {
	.db-product .db-product-wapper {
		flex-wrap: wrap;
	}
	.db-product .db-product-wapper li {
		width: 226px;
	}
}
@media (max-width:575px) {
	.db-product .db-product-wapper li {
		width: 187px;
	}
}
@media (max-width:480px) {
	.db-product .db-product-wapper li {
		width: 100%;
	}
	.db-product .cate_box {
		text-align: center;
	}
}

.banner_res {
	display: none !important;
}
#dezign_home_banner {
	margin: 0px auto 40px;
	text-align: center;
	 width:100%;
}
 /* Container styles */
#slidersection {
	width: 100%;
	overflow: hidden;
	position: relative;
	max-width: 1600px;
	margin: auto;
}

.slider {
	width: 100%;
	position: relative;
	padding-bottom: 39%;
	margin: 0 auto;
}
  
  .slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: zoomFade 12s infinite;
  }
  
  /* Banner image styles */
  .slider .main_banner {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    animation: zoomIn 4s infinite;
  }
  
  .banner_res {
    display: none;
  }
  
  /* Animation for each slide */
  .slider li:nth-child(1) {
    animation-delay: 0s;
  }
  
  .slider li:nth-child(2) {
    animation-delay: 4s;
  }
  
  .slider li:nth-child(3) {
    animation-delay: 8s;
  }
  
  /* Keyframe animations */
  @keyframes zoomFade {
    0% {
      opacity: 0;
      z-index: 0;
    }
    8% {
      opacity: 1;
      z-index: 1;
    }
    33% {
      opacity: 1;
      z-index: 1;
    }
    41% {
      opacity: 0;
      z-index: 0;
    }
    100% {
      opacity: 0;
      z-index: 0;
    }
  }
  
  @keyframes zoomIn {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1);
    }
  }
@media screen and (max-width: 767px){
	.main_banner{
		display: none !important;
	}
	.banner_res{
		display: block !important;
		margin: 0 auto;
	}
	.slider {
		padding-bottom: 70%;
	}
	#dezign_home_banner{
		margin: 0 auto 35px;
	}
}
@media screen and (max-width:700px){
	.slider {
		padding-bottom:77%;
	}
}
@media screen and (max-width:600px){
	.slider {
		padding-bottom: 90%;
	}
}
@media screen and (max-width:575px){
	.slider {
		padding-bottom:94%;
	}
}
@media screen and (max-width:500px){
	.slider {
		padding-bottom:100%;
	}
}
/*================================== BANNER CSS END  ================================== */
@media (max-width:991px) {
	.main_dezign_brain_header{
		order: 1;
	}
	.listing_section{
		order: 2;
	}
	.product-text{
		order: 3;
	}
	.dezign_home_banner{
		order: 4;
	}
	.promotion_bg{
		order: 5;
	}
	.feature_section{
		order: 6;
	}
	.about_wrapper{
		order: 7;
	}
	.tabsbottom{
		order: 8;
	}
	.dezign_home_banner2{
		order: 9;
	}
	.guaranteed_wapper{
		order: 10;
	}
	footer{
		order: 11;
	}
}
	
