@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
/*
font-family: "Figtree", sans-serif;
font-family: "Font Awesome 6 Pro";
*/
: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: "Figtree", sans-serif;
}
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 ============================== */
.main_db_header{
	position: relative;
}
.promo_top_text {
	padding: 10px 0;
	background-color: #f0f6f1;
}
.dezign_top_menu {
	text-align: center;
}
.top_section1 {
	margin: 40px 0;
}
.top_header {
	position: relative;
}
.header_bottom {
	z-index: 111;
	position: relative;
}
.main_menu_mobile{
	display: none !important;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: space-around;
}
.main_menu ul li a i{
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
	color:#a1c6a4;
}
.main_menu ul li a {
	font-family: "Figtree", sans-serif;
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #191919;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}
.main_menu ul li a:hover{
	color:#a1c6a4;
}
.top_contact a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	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: #191919;
	text-transform: uppercase;
	border-radius: 10px;
	letter-spacing: 0.3px;
	font-family: 'Figtree', sans-serif;
}
.top_contact a:hover{
	background-color: #81a984;
}
/* mobile-menu-css-tart */
.amon {
	color: #000;
	font-family: 'Droid Sans', 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: #fff;
	border: 1px solid #81a984;
}
.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;
	color:#81a984;
}
.amon ul li a {
	background-color: transparent;
	font-family: "Figtree", sans-serif;
	font-size: 15px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #191919;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 0;
}
.amon ul li a:hover{
	color:#81a984;
}
.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: #81a984;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
}
.menu_icon .line-two{
	top:29%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.menu_icon .line-three {
	top: 58%;
	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: 991px) {
.top_section1 {
	margin: 30px 0;
}
.top_contact {
	display: none;
}
	.main_menu{
		display:none;
	}
	.top_newsletter_link {
		display: none;
	}
	.top_section1 .container .row .col-lg-4{
		display: flex;
		justify-content: space-between !important;
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
		order: -1;
	}
    .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;
	}
	.top_header {
		margin: 0;
	}
	.promo_top_text {
		padding: 10px 0;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}
	.logo {
		width: 90%;
	}
	.dezign_top_menu svg{
		width: 300px;
	}
	.dezign_top_menu svg image {
		width: 300px;
	}
}
@media screen and (max-width:361px){
	.dezign_top_menu svg{
		width:285px;
	}
	.dezign_top_menu svg image {
		width:285px;
	}
.logo {
	width: 80%;
}
}
/* ============================== HEADER CSS END ============================== */

/* ============================== PRODUCT_DES3 CSS START ============================== */
.listing_section {
	margin: 0 0 20px 0;
}
.main_title {
	max-width: 100%;
	font-size: 20px;
	font-weight: 700;
	color: #444444;
	margin-bottom: 0px;
	display: block;
	text-align: center;
	background-color: #f3f3f3;
	text-transform: capitalize;
	border-radius: 12px;
	padding: 7px 20px;
	z-index: 1;
	position: relative;
	line-height: 30px;
	font-family: "Figtree", sans-serif !important;
}
.desc-text span h1 {
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.30px;
	font-weight: 800;
	font-family: "Figtree", sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.desc-text span h2 {
	font-family: "Figtree", sans-serif;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.70px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.desc_bottum p {
	display: inline-block;
	font-family: "Figtree", sans-serif;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #959595;
	width: 81%;
}
.desc_bottum span {
	display: inline-block;
	font-family: "Figtree", sans-serif;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin: -43px 10px 0px 0px;
}
.desc_box {
	padding: 20px;
	margin: 0;
	border: 1px solid #cdcdcd;
	background-color: #fff;
	border-radius: 15px;
}
.desc-rd.desc-text table {
	border-collapse: collapse;
	margin-bottom: 40px;
	width: 80%;
}
.desc-rd.desc-text tbody tr td:nth-child(1) {
	width: 37%;
}
.desc-rd.desc-text th, td {
	text-align: left;
	padding: 3px 13px;
}
.desc-rd.desc-text tr{
	color: #e4e4e4;
	font-family: "Figtree", sans-serif;
	font-size: 15px;
	line-height: 40px;
	letter-spacing: 0.70px;
	font-weight: 300;
	text-align: left;
}
.desc-rd.desc-text tr:nth-child(odd) {
	background-color: #000;
}
.product_section {
	position: relative;
}
.product_images_wappers {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	height: 850px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #000 #FFF;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #000;
	border: 1px solid transparent;
	border-image: linear-gradient(to bottom, #737373, #b48540) 1;
}
.product_images_gallery {
	width: 48%;
	min-height: 550px;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
	vertical-align: top;
	padding: 5px;
	margin: 0.5%;
	position: relative;
	border: 1px solid #373737;
}
.desc-hedtitle img {
	margin-top: -3px;
	margin-right: 6px;
}
.desc-rd.desc-text p {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #333333;
	font-family: "Figtree", serif !important;
}
.desc-rd.desc-text p:last-child{
	margin-bottom:0;
}
.desc-rd ul {
	margin-bottom: 15px;
	padding-left: 10px;
}
.desc-rd.desc-text b, strong {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
	line-height: 25px;
	color: #191919;
	font-family: "Figtree", serif !important;
	display: block;
	margin: 0 0 5px 0;
}
.desc-rd table h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
#main_gallery {
	border: 0px solid #b4b4b4;
	border-radius: 0px;
	box-sizing: border-box;
	min-height: 730px;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#main_gallery #main_row {
	height: auto;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
	display: flex;
	justify-content: end;
}
#main_row > div {
	margin-top: 0;
	max-width: 374px;
}
#main_gallery #main_row div ul {
	display: flex;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	justify-content: start;
	flex-wrap: wrap;
}
#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;
	float: left;
	height: 614px;
	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: 20px;
	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;
}
section p {
	font-family: "Cormorant", serif;
	margin-bottom: 10px;
}
#right_box {
	position: relative;
	z-index: 1;
	margin-top: 20px;
}
.desc-hedtitle p {
	line-height: 30px;
	font-family: "Figtree", sans-serif;
	max-width: 100%;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	border-radius: 25px;
	padding: 8px 20px;
	z-index: 1;
	position: relative;
	background-color: #27323b;
}
.desc-rd li {
	margin-bottom: 10px;
}
.product-text {
	margin-bottom: 50px;
	z-index: 1;
	position: relative;
}
.desc-hedtitle {
	text-align: center;
}
.desc-rd.desc-text ul{
	padding-left: 0;
}
.desc-rd.desc-text ul li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: #333;
	font-family: "Figtree", serif !important;
}
#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: 66%;
	overflow: hidden;
	border-radius: 20px;
}
#main_gallery #main_row div ul li {
	float: right;
	height: auto;
	margin: 0 0px 20px 22px;
	padding: 0;
	width: auto;
}
@media screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.product-text .container {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width:1079px){
	#main_gallery div.imagsbox_w {
		width: 63%;
	}
}
@media screen and (max-width: 1024px) {
	#main_gallery div.imagsbox_w {
		width: 100% !important;
		height: 400px;
		left: 0;
    	margin:0px auto 0;
    	right: 0;
    	top: 0 !important;
	}
	#main_gallery .thumb > img {
		max-height: 100%;
		max-width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 20px auto 0;
	}
	#main_gallery .full_img_wapper {
		height: 430px;
		width: 100%;
	}
	.product-text {
		margin-top: 0px;
	}
	#main_row > div {
		float: none;
		margin: 0 auto !important;
		text-align: center;
		max-width: 100%;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#main_gallery #main_row div ul li {
		margin: 0 8px 20px 8px;
	}
	#main_gallery div.imagsbox_w .imagsbox {
		height: 100% !important;
		display: flex;
		margin: 0 auto;
	}
	#main_gallery #main_row .thumb {
		width: 55px;
		height: 55px;
	}
	#main_gallery {
		margin: 0px 0 0px;
		padding: 0 0px 20px;
		width: 100%;
		min-height: auto;
	}
}
@media screen and (max-width:991px) {
	.listing_section {
		margin: 0 0 0px 0;
	}
}
@media screen and (max-width: 480px) {
	#main_gallery #main_row div ul li {
		margin: 0 5px 10px 5px;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.main_title p {
		font-size: 17px;
	}
	.desc-hedtitle p {
		font-size: 17px;
	}
	#right_box {
		height: auto;
		overflow: auto;
		scrollbar-width: thin;
		scrollbar-color: #d4d4d4 #f9f9f9;
		max-height: 450px;
	}
	.main_title {
		font-size: 17px;
	}
	.main_top {
		margin-bottom: 10px;
	}
	.product-text {
		margin-bottom: 35px;
	}
}
/* ============================== PRODUCT_DES3 CSS END ============================== */

/*================================== PROMOTION CSS START  ================================== */
.service_wrapper {
	margin: 0 0 50px 0;
}
.service_box {
	position: relative;
	transition: all 0.5s ease-in-out;
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.service_box:nth-child(1) {
	margin: 0 0 50px;
}
.service_img {
	position: relative;
	background-color: #fff;
	height:80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_img img {
	transition: all 0.5s ease-in-out;
}
.service_title h4 {
	font-size: 16px;
	font-weight: 700;
	color: #191919;
	font-family: 'Figtree', sans-serif;
	text-transform: uppercase;
	margin: 0 0 3px;
	letter-spacing: 0.3px;
}
.service_title p {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	font-family: 'Figtree', sans-serif;
	text-transform: uppercase;
	margin: 0px 0 0px 0;
	letter-spacing: 0.3px;
}
@media screen and (max-width: 991px) {
	.service_box {
		justify-content: center;
	}
	.watch_wrapper {
		margin: 30px 0;
		text-align: center;
	}
	.service_box:nth-child(1) {
		margin: 0 0 30px;
	}
}
@media screen and (max-width: 480px) {
	.service_title h4 {
		font-size: 16px;
	}
	.service_wrapper {
		margin: 0 0 40px 0;
	}
}
/*================================== PROMOTION CSS END  ================================== */

/*================================== BANNER CSS START  ================================== */
.banner_res {
	display: none !important;
}
#dezign_home_banner {
	margin: 0px auto 35px;
	text-align: center;
}
 /* Container styles */
  #slidersection {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
.slider {
	width: 100%;
	position: relative;
	padding-bottom: 36%;
	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 */
  .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;
	}
	.banner_res{
		display: block !important;
		margin: 0 auto;
	}
	.slider {
		padding-bottom:76%;
	}
}
@media screen and (max-width:700px){
	.slider {
		padding-bottom: 82%;
	}
}
@media screen and (max-width:600px){
	.slider {
		padding-bottom:98%;
	}
}
@media screen and (max-width:575px){
	.slider {
		padding-bottom:100%;
	}
}
@media screen and (max-width:500px){
	.slider {
		padding-bottom: 113%;
	}
}
/*================================== BANNER CSS END  ================================== */

/* ABOUT1 CSS START */
.about_wrapper {
	margin: 0px 0px 40px;
	position: relative;
}
.about_img {
	margin: 0 0px 0 -35px;
	position: relative;
}
.about_content .about_title {
	position: relative;
	margin: 0 0 25px 0;
}
.about_content {
	position: relative;
}
.browse_all_btn.about {
	text-align: left;
}
.about_content h6 {
	font-size: 32px;
	font-weight: 800;
	color: #191919;
	line-height: 35px;
	text-transform: uppercase;
	margin: 0 0 20px 0px;
	padding: 10px 0 10px 35px;
	position: relative;
	background: linear-gradient( to right, #f1f2f1 15%, #fff 50%);
	font-family: 'Figtree', sans-serif;
}
.about_content h6::after {
	content: '';
	position: absolute;
	background-color: #11314a;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	top: 0;
	left: 15px;
	bottom: 0;
	margin: auto;
}
.about_content p {
	background: url('../images/check.png');
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 27px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #191919;
	font-family: "Figtree", serif !important;
}
.browse_all_btn {
	text-align: center;
	display: inline-block;
}
.browse_all_btn a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #e6e6e6;
	border-radius: 10px;
	transition: all 0.5s ease-in-out;
}
.browse_all_btn:hover a{
	background: #81a984;
}
.button {
	color: #191919;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
	padding: 10px 15px;
	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;
	border-radius: 10px;
	font-family: 'Figtree', sans-serif;
}
.browse_all_btn:hover .button{
	color:#fff;
}
.view_icon{
	width: 45px;
	height: 45px;
	background-color: #191919;
	border-radius: 9px;
	color: #fff;
	line-height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s ease-in-out;
}
.view_icon i {
	transform: rotate(-45deg);
	transition: all .5s ease-in-out;
}
.browse_all_btn:hover .view_icon i {
	transform: rotate(0deg);
}
.button i {
	margin-left: 5px;
	transition: all .5s ease-in-out;
	width: 32px;
	height: 32px;
	background-color: #fff;
	border-radius: 50%;
	color: #000;
	line-height: 32px;
}
@media screen and (max-width:1199px) {
	.about_content p {
		font-size: 16px;
		line-height: 23px;
		margin: 0 0 20px 0;
	}
	.about_wrapper {
		margin: 0px 0px 60px;
	}
}
@media screen and (max-width: 991px) {
	.about_img {
		margin: 0 auto;
		text-align: center;
		width:90%;
	}
	.about_content {
		margin: 10px 0 0 0;
	}
	.about_content p {
		font-size: 17px;
		line-height: 25px;
	}
	.about_content ul li {
		font-size: 17px;
		line-height: 25px;
	}
}
@media screen and (max-width:767px){
	.about_img {
		width: 100%;
	}
	.about_wrapper {
		margin: 0px 0px 45px;
	}
}
@media screen and (max-width:480px){
	.about_content p {
		font-size: 16px;
		line-height: 23px;
	}
	.button {
		font-size: 15px;
	}
	.about_content h6 {
		font-size: 26px;
		line-height: 30px;
	}
}
/* ============================== 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: 20px 10px;
	text-align: center;
	cursor: pointer;
	color: #000000;
	background-color: #FFF;
	font-weight: 800;
	font-size: 18px;
	width: 33.33%;
	transition: all .5s ease-in-out;
	letter-spacing: 0.3px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 4px solid #fff;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin: -10px 0;
	text-transform: uppercase;
	font-family: 'Figtree', sans-serif;
}
.tabsbottom {
	margin-bottom: 50px;
}
.tabsbottom label:hover {
	background: #fff;
	color:#81a984;
	border-bottom-color: #81a984;
	padding:30px 10px;
}
.tabsbottom input:checked + label {
	background: #fff;
	color:#81a984;
	border-bottom-color: #81a984;
	padding:30px 10px;
}
.tabsbottom label:hover .message_res{
	display:block;
}
.tabsbottom label:hover .message_desk{
	display:none;
}
.tabsbottom input:checked + label .message_res{
	display:block;
}
.tabsbottom input:checked + label .message_desk{
	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 {
	background: url('../images/check.png');
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 27px;
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0.30px;
	color: #333333;
	font-family: "Figtree", sans-serif;
	text-align: left;
	margin: 0 0 20px 0;
}
section p:last-child{
	margin: 0;
}
section b {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.30px;
	color: #191919;
	font-family: "Figtree", sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
	display: block;
}
.tabsbottom label .message_desk{
	transition: all 0.5s ease-in-out;
}
.tabsbottom label .message_res{
	display:none;
	transition: all 0.5s ease-in-out;
}
.tabsbottom label img {
	transition: all 0.5s ease-in-out;
	margin: 0 0 12px 0;
}
section {
	display: none !important;
	padding: 30px 20px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
}
@media screen and (max-width:991px) {
	.tabsbottom label {
		width: 100%;
		margin: 0;
	}
	.tabsbottom input:checked + label {
		padding: 20px 10px;
	}
	.tabsbottom label:hover {
		padding: 20px 10px;
	}
	.tabsbottom label img {
		height: 30px;
	}
	section p {
		font-size: 15px;
		line-height: 24px;
	}
	.tabsbottom {
		margin-bottom: 30px;
	}
}
@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) {
	.message_desk {
		width: 50px;
		margin: 0 auto;
	}
	.message_res {
		width: 50px;
		margin: 0 auto;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	position: relative;
	margin: 0 0 0px 0;
}
.guaranteed-head {
	position: relative;
	text-align: center;
	margin: 0 0 25px 0;
}
.guaranteed_box {
	position: relative;
	z-index: 1;
	margin: 0 0 40px 0;
}
.guaranteed_top {
	position: relative;
	z-index: 1;
	padding: 30px 30px;
	background-color: #f4f9f5;
	border-radius: 20px;
	margin: 0 0 25px 0;
}
.guaranteed_name {
	font-size: 20px;
	color: #333333;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0.2px;
	margin: 0;
	font-family: "Figtree", sans-serif;
}
.guaranteed_left {
	display: flex;
	align-items: center;
	column-gap: 15px;
}
.guaranteed_text {
	font-size: 18px;
	color: #191919;
	font-weight: 400;
	line-height: 24px;
	margin: 20px 0px 0;
	font-family: "Figtree", sans-serif;
	height: 70px;
	display: flex;
	align-items: center;
}
.coma {
	width: 52px;
	height: 52px;
	background-color: #81a984;
	line-height: 52px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	border-radius: 50%;
	font-weight: 700;
	font-family: "Figtree", sans-serif;
}
@media screen and (max-width:1199px){
	.guaranteed_top {
		padding: 30px 15px;
	}
	.guaranteed_text {
		font-size: 16px;
	}
}
@media screen and (max-width:991px){
	.guaranteed_text {
		height: unset;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_box {
		max-width: 70%;
		margin: 0px auto 30px;
	}
}
@media screen and (max-width: 575px) {
	
}
@media screen and (max-width:480px){
	.guaranteed_box {
		max-width:90%;
	}
}
@media screen and (max-width:361px){
	.guaranteed-head h5 {
		font-size: 23px;
		line-height: 26px;
	}
	.guaranteed_box {
		max-width: 100%;
	}
}
/*============================================
			guaranteed CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.footer_wrapper {
	position: relative;
}
.store_footer_wapper {
	padding: 40px 0;
	background-color: #191919;
	position: relative;
}
.footer_menu ul {
	display: flex;
	gap: 70px;
	margin: 45px 0 0;
}
.footer_menu ul li i{
	color:#81a984;
	margin-right:5px;
}
.footer_menu ul li a {
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	font-weight: 600;
	transition: 0.5s all ease-in-out;
	text-transform: uppercase;
	display: inline-block;
	font-family: "Figtree", sans-serif;
}
.footer_menu ul li a:hover {
	color: #81a984;
}
.footer_menu ul li i {
	margin-right: 5px;
}
.bottom_contact {
	text-align: right;
	margin: 45px 0 0;
}
.bottom_contact a {
	color: #191919;
	font-size: 16px;
	font-weight: 600;
	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: #f3f3f3;
	text-transform: uppercase;
	border-radius: 10px;
	letter-spacing: 0.3px;
	font-family: 'Figtree', sans-serif;
}
.bottom_contact a:hover {
	background-color: #81a984;
	color:#fff;
}
.footer_top_menu {
	display: flex;
	justify-content: center;
}
.footer_menu ul li a {
	position: relative;
}
.footer_block.footer_block03 {
	text-align: right;
}
.footer_block.footer_block02 {
	display: none;
}
.footer_logo {
	z-index: 1;
	position: relative;
}
.footer_bottom {
	position: relative;
	background: #191919;
	z-index: 1;
}
.footer_wrap{
	border-top:2px solid #393939;
		padding: 15px 0;
}
.dezign_copyright {
	font-size: 16px;
	color: #e3e3e3;
	font-weight: 500;
	font-family: "Figtree", sans-serif;
	text-align: left;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
.dezign_copyright span {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #ffffff;
	font-weight:800;
	font-family: "Figtree", sans-serif;
	text-transform: uppercase;
}
.dezign_by {
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #e2e2e2;
	font-weight: 500;
	font-family: "Figtree", sans-serif;
	text-align: right;
	text-transform: uppercase;
}
.dezign_by span {
	font-size: 16px;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.3px;
	font-family: "Figtree", sans-serif;
}
@media screen and (max-width:1199px){
	.dezign_copyright {
		font-size: 14px;
	}
	.dezign_by {
		font-size: 14px;
	}
}
@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;
	}
	.footer_logo {
		text-align: center;
		margin: 0 0 30px;
	}
	.footer_block.footer_block01 {
		display: none;
	}
	.bottom_contact {
		display: none;
	}
	.footer_menu ul {
		display: block;
		text-align: center;
		margin: 0 0 20px 0;
	}
	.footer_menu ul li a {
		padding: 7px 0px;
		font-size: 16px;
	}
	.footer_logo {
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width:767px){
	.dezign_copyright span {
		font-size: 14px;
	}
	.dezign_by span {
		font-size: 14px;
	}
}
@media screen and (max-width:361px){
	.dezign_copyright span {
		font-size:13px;
	}
	.dezign_by span {
		font-size:13px;
	}
	.dezign_by {
		font-size: 12px;
	}
}
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 0 0 50px 0;
	position: relative;
	text-align: center;
}
.feature-title {
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
}
.feature-title h2 {
	font-size: 28px;
	font-weight: 800;
	color: #444444;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	display: inline-block;
	line-height: 35px;
	font-family: "Figtree", sans-serif;
}
.cate_box {
	position: relative;
	text-align: center;
	display: table;
	margin: 0 auto 30px;
	z-index: 1;
}
.feature_box {
	position: relative;
	display: inline-block;
	transition: all 0.5s ease-in-out;
}
.feature_box a {
	display: block;
}
.feature_box a img{
	border-radius:15px;
}
.fat_item {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 10px;
}
.fat_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #e6e6e6;
	border-radius: 10px;
	transition: all 0.5s ease-in-out;
}
.cate_box:hover .fat_box{
	background-color:#81a984;
}
.cate_box .fat_text1 h2 {
	font-size: 17px;
	font-weight: 600;
	transition: all 0.5s ease-in-out;
	text-transform: capitalize;
	color: #191919;
	position: relative;
	display: block;
	font-family: "Figtree", sans-serif;
	margin:0;
	letter-spacing: 0.5px;
	padding: 11px 0 11px 10px;
}
.cate_box:hover .fat_text1 h2{
	color: #fff;
}
.cate_box .fat_iocn {
	width: 45px;
	height: 45px;
	background-color: #fff;
	border-radius: 9px;
	color: #000;
	line-height: 45px;
	transition: all .5s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cate_box:hover .fat_iocn{
	background-color:#191919;
	color:#fff;
}
.cate_box .fat_iocn i{
	transform:rotate(-45deg);
	transition: all .5s ease-in-out;
}
.cate_box:hover .fat_iocn i{
	transform:rotate(0deg);
}
.browse_all_btn.view2 {
	text-align: center;
}
@media screen and (max-width:1199px){
	.cate_box .fat_text1 h2 {
		font-size: 14px;
		letter-spacing: 0;
	}
	.cate_box .fat_iocn {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}
@media screen and (max-width:991px){
	.cate_box .fat_text1 h2 {
		font-size: 16px;
		letter-spacing: 0.3px;
	}
}
@media screen and (max-width:767px){
	.feature_section {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width:575px){
	.cate_box .fat_text1 h2 {
		font-size: 14px;
		letter-spacing: 0.1px;
	}
}
@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-title h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.cate_box .fat_text1 h2 {
		font-size: 17px;
		letter-spacing: 0.1px;
	}
}
@media screen and (max-width: 361px) {
	.feature-title h2 {
		font-size: 23px;
	}
	.feature-title h2 {
		font-size: 23px;
		padding: 0;
	}
}
/*============================================
			feature CSS END
============================================*/
/*============================================
			PRODUCT CSS START
============================================*/
.product_wrapper {
	margin: 0 0 50px;
}
.product_box{
	position: relative;
	transition: all 0.5s ease-in-out;
}
.product_img a{
	display: block;
}
.product_img img {
	border-radius: 15px;
}
.product_content a {
	font-size: 16px;
	font-weight: 400;
	transition: all 0.5s ease-in-out;
	color: #191919;
	position: relative;
	display: block;
	font-family: "Figtree", sans-serif;
	margin: 10px 0 0;
	line-height: 22px;
}
.product_box:hover .product_content a{
	color: #81a984;
} 
@media screen and (max-width:1199px){
	.product_content a {
		font-size: 15px;
	}
}
@media screen and (max-width:991px){
	.product_box {
		text-align: center;
		margin: 0 0 30px;
	}
	.product_wrapper {
		margin: 0 0 15px;
	}
}
@media screen and (max-width:480px){
.product_wrapper .container .row .col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
}
/*============================================
			PRODUCT CSS END
============================================*/
/*============================================
			VERIFIE CSS START
============================================*/
.verifie_wrapper {
	background-color: #fff;
	box-shadow: 0 0px 20px #00000010, 0 0px 20px #00000010;
	padding: 30px 0;
	margin: 0 0 50px;
}
.verifie_box {
	position: relative;
	transition: all 0.5s ease-in-out;
	display: flex;
	align-items: center;
	column-gap: 10px;
	border-right: 2px solid #dddddd;
}
.verifie_wrapper .container .col-lg-6:nth-child(2) .verifie_box{
	border-right:none;
}
.verifie_wrapper .container .col-lg-6:nth-child(2) .verifie_box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.verifie_title h4 {
	font-size: 20px;
	font-weight: 700;
	color: #191919;
	font-family: 'Figtree', sans-serif;
	text-transform: uppercase;
	margin: 0 0 0px;
}
.verifie_title p {
	font-size: 16px;
	font-weight: 400;
	color: #191919;
	font-family: 'Figtree', sans-serif;
	text-transform: uppercase;
	margin: 0px 0 0px 0;
}
@media screen and (max-width:991px){
	.verifie_box {
		border-right: none;
		margin: 0 0 30px;
		justify-content: center;
	}
	.verifie_wrapper .container .col-lg-6:nth-child(2) .verifie_box{
			margin: 0 0 0px;
	}
}
@media screen and (max-width:480px){
	.verifie_title h4 {
		font-size: 17px;
	}
	.verifie_title p {
		font-size: 13px;
	}
	.verifie_wrapper {
		margin: 0 0 40px;
	}
}
@media screen and (max-width:361px){
	.verifie_title h4 {
		font-size: 14px;
	}
	.verifie_title p {
		font-size: 11px;
	}
}
/*============================================
			VERIFIE CSS END
============================================*/