@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@100..900&display=swap');
/*  
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;
}
/* ============================== HEADER CSS START ============================== */
.header_top {
	margin: 15px 0 0;
}
.welcom_text {
	color: #111111;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	font-family: "Gabarito", sans-serif;
}
.welcom_text span {
	font-size: 16px;
	font-weight: 700;
	color: #111111;
	font-family: "Gabarito", sans-serif;
	text-transform: uppercase;
}
.main_dezign_brain_header {
	position: relative;
	margin: 0;
}			
.top_section1 {
	position: relative;
	background-color: #fff;
	padding: 20px 0;
}
.top_header_contant {
	background: #f5f5f5;
	padding: 13px 15px;
	border-radius: 25px;
}
.star_content {
	font-size: 16px;
	font-weight: 500;
	color: #111111;
	text-transform: uppercase;
	margin: 0px 0 0px 0;
	letter-spacing: 0.3px;
	font-family: 'Gabarito', sans-serif;
}
.star_review {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: end;
}	
.header_right_top {
	background-color: #fff;
	border-radius: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 30px;
	margin: 0 0 40px;
}
.top_header {
	position: relative;
}
.header_bottom {
	z-index: 111;
	position: relative;
}
.main_menu_mobile{
	display: none !important;
}
.header_menu {
	background-color: #0091b3;
	padding: 15px 0;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: space-between;
	align-items: center;
}
.main_menu ul li a i {
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.main_menu ul li a {
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 0;
	font-family: "Gabarito", sans-serif;
}
.main_menu ul li a:hover{
	color:#191919;
}
.main_menu ul li:last-child a{
	border-right:none;
}
/* mobile-menu-css-tart */
.amon {
	color: #000;
	font-family: 'Gabarito', sans-serif;
	font-size: 15px;
	background-color: transparent;
	display: inline-block;
	width: 55px;
	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: 55px;
    height: 35px;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    font-size: 20px;
    display: block;
    margin-left: auto;
}
.amon ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	display: inline-grid;
	width: 230px;
	overflow: hidden;
	padding: 10px;
	background-color: #0091b3;
}
.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 {
	background-color: transparent;
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 0;
	font-family: "Gabarito", sans-serif;
}
.amon ul li a:hover {
	color: #111;
}
.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: #0091b3;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
}
.menu_icon .line-two {
	top: 28%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.menu_icon .line-three {
	top: 57%;
	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:1300px){
	.main_menu ul li a {
		/* padding: 0 40px; */
	}
}
@media screen and (max-width:1199px){
	.star_content {
		font-size: 14px;
	}
	.main_menu ul li a {
		/* padding: 0 30px; */
	}
}
@media screen and (max-width: 991px) {
	.top_contact ,.header_menu{
		display: none;
	}
	.header_right_top {
		padding: 10px 30px;
		margin:20px 0 0px;
	}
	.main_menu{
		display:none;
	}
	.top_newsletter_link {
		display: none;
	}
	.header_bottom .row .col-lg-2{
		display: flex;
		justify-content: center !important;
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
	}
    .menu{
        display: none;
    }
	.main_menu_mobile {
		text-align: center;
	}
	.main_menu_mobile {
		display: flex !important;
	}
	/* .mobile_menu {
		display: block !important;
	} */
	.welcom_text {
		text-align: center;
		margin: 0 0 10px;
	}
	.star_review {
		justify-content: center;
	}
	.top_header {
		margin: 0;
	}

	.main_dezign_brain_header {
		margin: 0;
	}
	.seller_item {
		justify-content: center;
	}
	/* .header_bottom {
		margin: 20px 0 0;
	} */
	.service_wrapper {
		margin: 30px 0 0;
	}
	.header_top .col-lg-3 {
		display: none;
	}
}
@media screen and (max-width:767px){
	.header_right_top {
		display: block;
		padding: 10px 10px;
	}
	
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}
	.seller_item {
		display: block;
	}
	.star_content {
		font-size: 15px;
	}
	.top_header .logo a img {
		width:90px;
	}
	.star_img img {
		width: 30px;
	}
}
@media screen and (max-width:361px){
	.top_header .logo a img {
		width:80px;
	}
}
/* ============================== HEADER CSS END ============================== */
/*================================== PROMOTION CSS START  ================================== */
.service_wrapper {
	margin: 20px 0;
}
.service_item {
	display: flex;
	justify-content: end;
	align-items: center;
}
.service_logo {
	text-align: center;
}
.service_box {
	position: relative;
	transition: all 0.5s ease-in-out;
	display: flex;
	align-items: center;
	column-gap: 10px;
	width: 33%;
	justify-content: center;
}
.service_title h4 {
	font-size: 20px;
	font-weight: 600;
	color: #111;
	/* text-transform: uppercase; */
	margin: 0 0 4px;
	line-height: 22px;
	font-family: 'Gabarito', sans-serif;
}
.service_title p {
	font-size: 16px;
	font-weight: 400;
	color: #555555;
	margin: 0px 0 0px 0;
	font-family: 'Gabarito', sans-serif;
}
@media screen and (max-width:1199px){
	.service_title p {
		font-size: 14px;
	}
	.service_title h4 {
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	.service_box {
		justify-content: center;
		width: 49%;
		border-right: none;
	}
	.service_item {
		justify-content: center;
		flex-wrap: wrap;
	}
	.service_box:nth-child(1), .service_box:nth-child(2){
		margin:0 0 20px;
	}
	.service_title h4 {
		font-size: 18px;
	}
	.service_title p {
		font-size: 16px;
	}
}
@media screen and (max-width:767px){
	.service_box {
		width: 100%;
	}
}
/*================================== PROMOTION 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: 15px;
	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: 15px;
}
#main_gallery #main_row div ul li {
	height: auto;
	margin: 0 0px 20px 23px;
	padding: 0;
	width: auto;
}
@media only screen and (max-width: 1349px) {
	#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: 22px;
	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: 10px;
	padding: 7px 20px;
	background: #f5f5f5;
	width: 97%;
	margin: 20px 0 10px;
}
.desc-rd p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #555555;
	font-family: "Gabarito", serif !important;
}
.desc-rd p b, .desc-rd p strong,.desc-rd ul li b {
	font-size: 16px !important;
	font-weight: 600 !important;
	display: inline-block !important;
	padding: 0 !important;
	text-transform: none !important;
	color: #000 !important;
}
.desc-rd p:last-child{
	margin: 0;
}
.desc-rd.desc-text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 7px;
  	padding-left: 28px;
	margin-bottom: 7px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #555;
	font-family: "Gabarito", serif !important;
}
.desc-rd.desc-text b, strong {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #4dade2;
	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;
	border-radius: 20px;
}
@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;
	}
}
/*============================================
			image 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 50px;
	position: relative;
	background-color: #f5f5f5;
	padding:  30px 0;
}
.about_box {
	position: relative;
	border-radius:20px;
}
.about_img {
	margin: 0;
	position: relative;
	z-index: 11;
}
.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::before {
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	width: 70px;
	height: 1px;
	background: #0091b3;
	margin: auto;
}
.about_content h6 {
	font-size: 42px;
	font-weight: 600;
	color: #111111;
	/* text-transform: uppercase; */
	position: relative;
	display: inline-block;
	line-height: 45px;
	font-family: "Gabarito", sans-serif;
	margin: 0 0 20px;
	padding: 0 0 0 90px;
}
.about_content h6 span{
	font-weight:600;
	color: #0091b3;
}
.about_content p {
	font-size: 18px;
	font-weight: 400;
	color: #555555;
	line-height: 30px;
	margin: 0 0 30px 0px;
	position: relative;
	font-family: 'Gabarito', sans-serif;
}
.about_content p b{
	font-weight:700;
	color: #0091b3;
}
.free_img {
	margin: 0 0 20px 0;
}
.button {
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Gabarito', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 13px 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;
	background-color: #222222;
	text-transform: uppercase;
	border-radius: 10px;
}
.button:hover {
	background-color: #0091b3;
}
.browse_all_btn i {
	color: #fff;
	font-size: 15px;
	transition:all 0.5s ease-in-out;
	margin-left: 5px;
}
@media screen and (max-width:1199px) {
	.about_content p {
		margin: 0 0 20px 0px;
	}
	.about_content h6 {
		font-size: 30px;
		line-height: 35px;
		padding: 0 0 0 50px;
	}
	.about_content h6::before {
		width: 38px;
	}
	.about_content p{
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	.about_img {
		margin: 0 auto;
		text-align: center;
		width: 80%;
	}
	.about_content {
		margin:20px 0 0 0;
	}
	.about_content p {
		font-size: 17px;
		line-height: 25px;
	}
}
@media screen and (max-width:767px){
	.about_img {
		width: 100%;
	}
}
@media screen and (max-width:575px){
	.about_wrapper {
		margin: 0px 0px 40px;
	}
}
@media screen and (max-width:480px){
	.about_content h6 {
		font-size: 24px;
		line-height: 28px;
	}
}
@media screen and (max-width:361px){
	.about_content h6 {
		font-size: 21px;
		line-height: 25px;
	}
}
/* ============================== 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;
}
.tab_box {
	padding: 10px 10px 0;
	background-color: #fff;
	
	border-radius: 15px;
	text-align: center;
}
.tabsbottom label {
	display: inline-block;
	padding: 12px 25px 12px;
	text-align: center;
	cursor: pointer;
	color: #111111;
	background-color: #ebf6f4;
	font-weight: 600;
	font-size: 18px;
	transition: all .5s ease-in-out;
	letter-spacing: 0.3px;
	margin: 0 15px;
	text-transform: uppercase;
	position: relative;
	font-family: 'Gabarito', sans-serif;
	border-radius: 20px 20px 0 0;
}
.tabsbottom {
	margin-bottom: 50px;
}
.tabsbottom label:hover {
	background: #0091b3;
	color:#fff;
}
.tabsbottom input:checked + label {
	background: #0091b3;
	color:#fff;
}
.tabsbottom label img {
	display: block;
	margin-right: 10px;
	transition: all 0.5s ease-in-out;
}
.tab_img {
	display: inline-block;
	vertical-align: middle;
}
.tabsbottom label img:nth-child(2){
	display: none;
}
.tabsbottom label:hover img:nth-child(2){
	display:block;
}
.tabsbottom label:hover img:first-child{
	display:none;
}
.tabsbottom input:checked + label img:nth-child(2){
	display:block;
}
.tabsbottom input:checked + label img:first-child{
	display:none;
}
#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 p {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #555555;
	text-align: left;
	margin: 0 0 25px 0;
	letter-spacing: 0.3px;
	font-family: "Gabarito", sans-serif;
}
section ul{
	margin-bottom: 0;
}
section ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #555555;
	text-align: left;
	margin: 0 0 5px 0;
	letter-spacing: 0.3px;
	font-family: "Gabarito", sans-serif;
}
section b {
	font-weight: 600;
	color: #222222;
	font-family: "Gabarito", sans-serif;
}
section p:last-child{
	margin: 0;
}
section {
	display: none !important;
	padding: 25px 20px;
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 20px;
}	
@media screen and (max-width:991px) {
	.tabsbottom {
		margin-bottom: 40px;
	}
	.tabsbottom label{
		margin: 0 5px;
	}
}
@media screen and (max-width:767px) {
	.tabsbottom label {
		padding: 12px 15px;
		margin: 0 2px;
	}
}
@media screen and (max-width: 575px){
	.tabs label, .tabsbottom label {
		width: 100%;
		margin-right: 0;
		border-bottom-color: #222;
	}
	.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 label {
		padding: 10px 10px 10px;
		margin: 0 0 5px;
	}
	section {
		padding: 25px 10px;
	}
}
@media screen and (max-width: 480px) {
	section p {
		font-size: 17px;
		line-height: 24px;
	}
	section ul li {
		font-size: 17px;
		line-height: 25px;
		margin: 0 0 10px 0;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	position: relative;
	margin: 0 0 50px 0;
}
.guaranteed-head {
	position: relative;
	text-align: center;
}
.guaranteed-head h5 {
	font-size: 30px;
	font-weight: 700;
	color: #111111;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	line-height: 33px;
	font-family: 'Gabarito', sans-serif;
}
.guaranteed_box {
	position: relative;
	z-index: 1;
}
.guaranteed_top {
	position: relative;
	z-index: 1;
	padding: 25px 20px;
	background-color: #fff;
	margin: 0 0 30px 0;
	border: 1px solid #d3d3d3;
	border-radius: 20px;
}
.guaranteed_name {
	font-size: 18px;
	color: #191919;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	font-family: "Gabarito", sans-serif;
}
.guaranteed_star {
	font-size: 14px;
	color: #191919;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	font-family: "Gabarito", sans-serif;
}
.guaranteed_left {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.guaranteed_text {
	font-size: 18px;
	color: #555555;
	font-weight: 400;
	line-height: 30px;
	margin: 20px 0px;
	height: 120px;
	display: flex;
	align-items: center;
	font-family: "Gabarito", sans-serif;
}
.browse_all_btn.review {
	text-align: center;
}
@media screen and (max-width:1300px){
	.guaranteed_top {
		padding: 25px 11px;
	}
}
@media screen and (max-width:1199px){
	.guaranteed_text {
		line-height: 26px;
		height: 100px;
	}
}
@media screen and (max-width:991px) {
	.guaranteed_text {
		height: 80px;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_box {
		max-width: 70%;
		margin: 0px auto 30px;
	}
	.guaranteed_text {
		height: unset;
	}
	.guaranteed-head h5{
		font-size: 24px;
	}
}
@media screen and (max-width:575px){
	.guaranteed_wapper {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width:480px){
	.guaranteed_box {
		max-width:90%;
	}
	.guaranteed-head h5 {
		font-size: 23px;
		line-height: 27px;
	}
}
@media screen and (max-width:361px){
	.guaranteed-head h5 {
		font-size: 20px;
		line-height: 23px;
	}
	.guaranteed_box {
		max-width: 100%;
	}
}
/*============================================
			guaranteed CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
footer {
	background: #0091b3;
}
.Verifie-icon {
	width: 50px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Verifie-main1 {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
}
.Verifie-main1.box {
	justify-content: end;
}
.Verifie-text1 h1 {
	font-size: 20px;
	font-family: "Gabarito", sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	color: #111;
	letter-spacing: 0.30px;
	text-transform: inherit;
}
.Verifie-text1 p {
	font-size: 16px;
	font-family: "Gabarito", sans-serif;
	font-weight: 400;
	color: #111111;
	margin-bottom: 0;
	letter-spacing: 0;
}
.store_footer_wapper {
	padding: 25px 0px;
	background-color: #f5f5f5;
	/* border-top: 1px solid #0001; */
}	
.footer_logo {
	text-align: center;
}
.footer_block.footer_block04 {
	text-align: center;
}
.footer_menu ul {
	margin-bottom: 20px;
	display: flex;
	list-style: none;
	justify-content: space-between;
	padding: 20px 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.footer_menu ul li a i{
	color: #0091b3;
}
.footer_menu ul li a {
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #111;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	display: inline-block;
	font-family: "Gabarito", sans-serif;
}
.footer_menu ul li:last-child a{
	border: none;
}
.footer_menu ul li a:hover {
	color: #0091b3;
}
.footer_menu.menu1 {
	margin: 20px 0 0 0;
	text-align: center;
}

.footer_menu.menu2 {
	display: none;
}

.footer_bottom {
	padding: 10px 0;
	position: relative;
	/* background-color: #1c486f; */
	/* border-top: 1px solid #323232; */
}
.dezign_copyright {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	font-family: 'Gabarito', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.30px;
}
.dezign_copyright span {
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Gabarito', sans-serif;
	line-height: 22px;
}
.dezign_by {
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 400;
	text-align: right;
	font-family: 'Gabarito', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.30px;
}
.dezign_by span {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-family: 'Gabarito', sans-serif;
}
@media screen and (max-width:1199px){
	.dezign_copyright span {
		font-size: 15px;
	}
	.Verifie-text1 h1{
		font-size: 16px;
	}
}
@media screen and (max-width: 991px){
	.footer_block.footer_block03, .footer_block.footer_block04 {
		text-align: center;
		margin: 30px 0 0px 0;
	}
	.store_footer_wapper .container .row .col-lg-3:nth-child(1) {
		order: 2;
	}
	.dezign_copyright {
		text-align: center;
		margin: 0 0 10px 0;
	}
	.dezign_by {
		text-align: center;
	}
	.footer_menu.menu1 ul {
		display: none;
	}
	.footer_menu.menu2 {
		display: block;
		margin: 20px 0 ;
	}
	.footer_menu ul {
		display: block;
		text-align: center;
	}
	.footer_menu ul li a {
		font-size: 16px;
		padding: 6px 0px;
		border: none;
	}
}
@media screen and (max-width: 767px){
	.Verifie-main1{
		margin: 0 0 20px 0;
		justify-content: center;
	}
	.Verifie-main1.box{
		justify-content: center;
		margin: 0;
		
	}
}
@media screen and (max-width: 480px){
	
	.Verifie-text1 h1 {
		font-size: 14px;
	}
	.Verifie-text1 p {
		font-size: 14px;
	}
	.dezign_copyright,.dezign_by {
		font-size: 14px;
	}
}
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 0 0 50px 0;
}
.feature-title {
	position: relative;
	text-align: center;
}
.feature-title h2 {
	font-size: 30px;
	font-weight: 700;
	color: #111111;
	margin-bottom: 25px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	line-height: 35px;
	font-family: "Gabarito", sans-serif;
}
.cate_box {
	position: relative;
	text-align: center;
	display: block;
	margin: 0 auto 30px;
	border: 1px solid #dadada;
	padding: 10px;
	border-radius: 10px;
	transition: all 0.5s ease-in-out;
}
.cate_box .fat_text a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f5f5f5;
	padding: 12px 15px;
	border-radius: 10px;
	transition: all 0.5s ease-in-out;
}
.feature_box {
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	z-index: 2;
}
.feature_box a {
	display: block;
}
.cate_box .fat_text i {
	color: #000;
	transition: all 0.5s ease-in-out;
	font-size: 22px;
	transform: rotate(-40deg);
}
.cate_box .fat_text .cat_title {
	font-size: 19px;
	font-weight: 600;
	transition: all 0.5s ease-in-out;
	text-transform: capitalize;
	color: #111111;
	position: relative;
	font-family: "Gabarito", sans-serif;
	margin: 0;
}
.cate_box:hover .fat_text a{
	background: #0091b3;
}
.cate_box:hover {
	border-color:#0091b3;
}
.cate_box:hover .fat_text .cat_title,
.cate_box:hover .fat_text i{
	color: #fff;
}

.cate_box:hover .fat_text i{
	transform: rotate(0);
}
.browse_all_btn.view2 {
	text-align: center;
}
@media screen and (max-width:1199px){
	.cate_box .fat_text .cat_title {
		font-size: 17px;
	}
}
@media screen and (max-width:991px){
	.feature_section {
		margin: 0 0 40px 0;
	}
	.feature-title h2 {
		font-size: 27px;
		line-height: 32px;
	}
	.footer_menu ul li {
		margin: 0 0 10px 0;
	}
	.footer_menu ul {
		padding: 10px 0;
	}
	.footer_menu ul li:last-child {
		margin: 0;
	}
}
@media screen and (max-width:767px){
	.feature_section {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width:575px) {
	.feature-title h2 {
		font-size: 25px;
		line-height: 32px;
	}
}
@media screen and (max-width: 480px) {
	.feature-title h2 {
		font-size: 22px;
    	line-height: 25px;
	}
}
@media screen and (max-width: 361px) {
	.feature-title h2 {
		font-size: 21px;
	}
}
/*============================================
			feature CSS END
============================================*/
/*================================== PROMOTION CSS START  ================================== */
.promo_wrapper {
	margin: 0 0 50px;
	z-index: 1;
	position: relative;
}
.promo_item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.promo_icon {
	position: relative;
	width: 25%;
	transition: all 0.5s ease-in-out;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.promo_img {
	margin: 0 0 15px;
}
.promo_title h4 {
	font-size: 22px;
	font-weight: 500;
	color: #111111;
	margin: 0 0 0px;
	line-height: 22px;
	font-family: 'Gabarito', sans-serif;
}
@media screen and (max-width: 991px) {
	.promo_item {
		justify-content: center;
		flex-wrap: wrap;
	}
	.promo_icon:nth-child(1), .promo_icon:nth-child(2) {
		margin: 0 0 30px;
	}
	.promo_icon {
		width: 50%;
	}
	.promo_wrapper {
		margin: 0 0 40px;
	}
}
@media screen and (max-width: 480px) {
	.promo_title h4 {
	font-size: 17px;
}
}

/*================================== PROMOTION CSS END  ================================== */
i span{
	font-size: 0;
}