@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/*  
font-family: "Rubik", sans-serif;
font-family: "Nunito", 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: "Rubik", 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 ============================== */
.top_section1 {
	background-color: #25aa96;
}
.header_bottom {
	z-index: 1;
	position: relative;
}
.main_menu_mobile{
	display: none !important;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content:center;
}
.main_menu ul li a i{
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.main_menu ul li a {
	font-family: "Rubik", sans-serif;
	font-size: 14px;
	letter-spacing: 0.3px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
	padding: 14px 30px;
	display: inline-block;
}
.main_menu ul li a:hover{
	color:#333333;
}
.main_menu ul li a::after{
	content:'';
	position:absolute;
	background-image: linear-gradient(to right, #67c4b6 50%, #219987 50%);
	width:2px;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	margin:auto;
}
.main_menu ul li:last-child a::after{
	content:none;
}
.top_section2 {
	background-color: #333333;
}
.bottom_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content:center;
}
.bottom_menu ul li a {
	font-family: "Rubik", sans-serif;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 14px 30px;
	display: inline-block;
	background-color: transparent;
}
.bottom_menu ul li a:hover{
	background-color: #25aa96;
}
.top_section {
	position: relative;
	padding: 20px 0;
	background-color: #fff;
}
.logo {
	margin: 0;
	position: relative;
}
.Verifie-main1 {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	justify-content: end;
}
.Verifie-text1 h1 {
	font-size: 18px;
	font-family: "Rubik", sans-serif;
	font-weight: 600;
	margin-bottom: 0;
	color: #111111;
	letter-spacing: 0.3px;
	line-height: 22px;
}
.Verifie-text1 p {
	font-size: 14px;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	color: #444444;
	margin-bottom: 0;
	line-height: 20px;
}
.Verifie_right {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 40px;
}
/* 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: 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: 270px;
	overflow: hidden;
	padding: 10px;
	background-color: #25aa96;
}
.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: "Rubik", sans-serif;
	font-size: 15px;
	letter-spacing: 0.3px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	padding: 9px 5px;
	display: inline-block;
}
.amon ul li a:hover{
	color: #333;
}
.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: #25aa96;
}
.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: 14px 20px;
	}
	.Verifie_right {
		gap: 18px;
	}
	.bottom_menu ul li a {
		padding: 14px 20px;
	}
}
@media screen and (max-width: 991px) {
	.promo_top_text {
		padding: 5px 0;
	}
	.top_section1 {
		display: none;
		margin: 0;
	}
	.Verifie_right {
		gap: 30px;
		margin: 25px 0 0 0;
		justify-content: center;
	}
	.top_section .container .row .col-lg-5{
		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;
	}
	.top_section2 {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.Verifie-main1 {
		justify-content: center;
		margin: 20px 0 0 0;
	}
	.Verifie_right {
		margin: 0px 0 0 0;
		display: block;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}
	.logo {
		width: 70%;
	}
}
/* ============================== HEADER CSS END ============================== */

/* ============================== PRODUCT_DES3 CSS START ============================== */
.listing_section {
	margin: 0 0 40px 0;
}
.main_title p {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.50px;
	font-weight: 500;
	font-family: "Rubik", sans-serif !important;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	background-color: #25aa96;
	padding: 7px 5px;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 22px;
}
.desc-text span h1 {
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.30px;
	font-weight: 800;
	font-family: "Rubik", sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.desc-text span h2 {
	font-family: "Rubik", 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: "Rubik", 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: "Rubik", 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;
}
.pro-and-about {
	padding: 20px;
}
.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: "Rubik", 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: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.30px;
	color: #444444;
	font-family: "Rubik", serif !important;
}
.desc_box {
	border: 1px solid #dadada;
	border-radius: 20px;
	padding: 10px 10px 0;
}
.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: 600;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.30px;
	color: #444444;
	font-family: "Rubik", 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: auto;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#main_gallery #main_row {
	height: 720px;
	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;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    display: table-cell;
    overflow: hidden;
    _float: left;
    height: 164px;
    vertical-align: middle;
    width: 164px;
}
#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-bottom:0px;
	height: auto;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #d4d4d4 #f9f9f9;
}
.desc-hedtitle p {
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0.2px;
	font-weight: 400;
	font-family: "Rubik", sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	background-color: #25aa96;
	padding: 7px 5px;
	margin-bottom: 0;
	max-width: 100%;
	border-radius: 22px;
}
.desc-rd li {
	margin-bottom: 10px;
}
.product-text {
	margin-top: 10px;
	margin-bottom: 40px;
}
.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 11px;
	padding-left: 18px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0.30px;
	color: #444444;
	font-family: "Rubik", 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: 100%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 66%;
	border-radius: 20px;
	overflow: hidden;
}
#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: 10px 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;
		height:auto;
	}
	#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: 0px 0px 0px;
		width: 100%;
		min-height: auto;
	}
	.listing_section {
		margin: 0 0 0 0;
	}
}
@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;
	}
	.top_newsletter_link ul li {
		padding: 0px 8px 0px;
	}
	.main_title p {
		font-size: 17px;
	}
	.desc-hedtitle p {
		font-size: 17px;
	}
	.pro-and-about {
		padding: 13px;
	}
}
/* ============================== PRODUCT_DES3 CSS END ============================== */

/*================================== PROMOTION CSS START  ================================== */
.service_wrapper {
	background-color: #fff;
	margin: 0 0 50px 0;
}
.service_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service_box {
	text-align: center;
	position: relative;
	transform-style: preserve-3d;
	transition: all 0.5s ease-in-out;
}
.service_img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	width: 100px;
	margin: 0 auto 15px;
	position: relative;
	background-color: transparent;
}
.service_img::after {
	content: '';
	position: absolute;
	background-image: url(../images/service_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100px;
	height: 100px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.button.about3_button i {
	font-size: 20px;
	margin-right: 5px;
}
.service_img img {
	transition: all 0.5s ease-in-out;
}
.service_box:hover img {
	transform: rotateY(360deg);
}
.service_title h4 {
	font-size: 17px;
	font-weight: 600;
	color: #444444;
	text-transform: capitalize;
	margin: 0px 0 3px 0;
	letter-spacing: 0.35px;
	text-align:center;
	font-family: "Nunito", sans-serif;
}
@media screen and (max-width: 991px) {
	.service_box {
		width: 48%;
	}
	.service_item {
		flex-wrap: wrap;
	}
	.service_item .service_box:nth-child(1), .service_item .service_box:nth-child(2){
		margin-bottom:20px;
	}
}
@media screen and (max-width:575px) {
	.service_title h4 {
		font-size: 15px;
	}
}
@media screen and (max-width: 480px) {
	.service_box {
		width: 100%;
	}
	.service_title h4 {
		font-size: 18px;
	}
	.service_item .service_box:nth-child(3){
		margin-bottom:20px;
	}
}
/*================================== PROMOTION CSS END  ================================== */

/*================================== BANNER CSS START  ================================== */
#dezign_home_banner {
	text-align: center;
	margin: 0 0 40px 0;
}
.banner_section_res{
	display: none;
}
@media screen and (max-width: 991px) {
	#dezign_home_banner {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 767px) {
	.banner_section_res {
		display: block;
		margin: 0 auto;
	}
	.banner_section{
		display: none;
	}
}
/*================================== BANNER CSS END  ================================== */

/* ABOUT1 CSS START */
.about3_wrapper {
	margin: 90px 0px;
	background-color: #fff1ec;
}
.about3_bg{
	position: relative;
}
.about_bottom {
	position: relative;
	overflow: hidden;
	border: 8px solid #fff;
	border-radius: 20px;
	display: flex;
	box-shadow: 0px 0px 21px 0px rgba(102, 102, 102, 0.2);
	margin: -50px 0;
}
.about_bottom_img1 {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.about_right_content h3 {
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	position: relative;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	line-height: 22px;
	background-color: #d84427;
	padding: 8px 25px;
	display: inline-block;
	border-radius: 25px;
	font-family: "Nunito", sans-serif;
}
.about_right_content h5 {
	font-size: 50px;
	font-weight: 500;
	color: #111111;
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 5px;
	line-height: 52px;
	font-family: "Nunito", sans-serif;
}
.about_right_content p {
	font-size: 16px;
	font-weight: 500;
	color: #444444;
	line-height: 25px;
	margin-bottom: 25px;
	font-family: "Nunito", sans-serif;
}
.about_right_content b {
	font-size: 16px;
	font-weight: 700;
	color: #111111;
	line-height: 25px;
	margin-bottom: 30px;
	font-family: "Nunito", sans-serif;
	text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
	.about_right_content p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.about_right_content b {
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.about_right_content h5 {
		font-size: 38px;
		line-height: 40px;
	}
	.about_right_content p {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 25px;
	}
	.about_bottom {
		text-align: center;
	}
	.about_right_content {
		margin-top: 20px;
	}
	.about_bottom {
		width: 80%;
		margin: -50px auto 0;
	}
	.about3_wrapper {
		padding: 0 0 30px 0;
		margin: 80px 0px 40px;
	}
}
@media screen and (max-width: 767px) {
	.about_left_img {
		text-align: center;
	}
	.about_bottom {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.about_right_content h5 {
		font-size: 40px;
		line-height: 42px;
	}
}
@media screen and (max-width: 361px) {
	.about_right_content h5 {
		font-size: 32px;
		line-height: 34px;
	}
}
/* ============================== ABOUT1 CSS END ============================== */

/*================================== MAIN TAB CSS START ================================== */
.main_tab_row {
	position: relative;
	z-index: 99;
	margin: 0 0 40px 0;
}
.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	padding: 0px;
	margin: 0px 0 0 0;
	border: 1px solid #e9e9e9;
	border-radius: 20px;
	padding: 10px 10px;
}
.tabs label {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	display: block;
	cursor: pointer;
	float: left;
	box-sizing: border-box;
	position: relative;
	color: #111111;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	transition: all 0.5s ease 0s;
	text-align: center;
	text-decoration: none;
	background: #fff1ec;
	text-transform: capitalize;
	margin-right: 10px;
	margin-bottom: 0;
	border-radius: 27px;
	font-family: "Nunito", sans-serif;
	padding: 8px 30px;
}
.tab.description_content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #444;
	letter-spacing: 0.3px;
	font-family: "Rubik", sans-serif;
	margin: 0 0 20px 0;
}
.tab.description_content b {
	font-size: 16px;
	font-weight: 600;
	color: #111111;
	line-height: 28px;
	letter-spacing: 0.3px;
	font-family: "Rubik", sans-serif;
	margin: 0;
	display: block;
	text-transform: uppercase;
}
.tabs .nomarginright.none {
	margin-right: 0px;
}
.tabs label:hover {
	color: #FFF;
	background: #d84427;
}
.p_text {
	margin-bottom: 20px;
}
.tabs .tab {
	-moz-box-flex: 1;
	-moz-box-ordinal-group: 100;
	box-sizing: border-box;
	color: #444444;
	font-weight: 400;
	display: none;
	flex-grow: 1;
	font-family: "Rubik", sans-serif !important;
	margin: 0px auto 0;
	order: 99;
	width: 100%;
	background: #FFF;
	font-size: 16px;
	line-height: 28px;
	padding: 20px 15px 0;
	letter-spacing: 0.3px;
}
.tabs .tab p:last-child {
	margin-bottom: 0;
}
.tab.description_content h6 {
	font-size: 17px;
	font-weight: 700;
	color: #222222;
	line-height: 25px;
	letter-spacing: 0.30px;
	padding-bottom: 10px;
}
.ship_t {
	margin-left: -30px;
}
.payment_text {
	margin-bottom: 20px;
}
.tabs label:hover a {
	color: #ffffff;
}
.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.tabs input[type="radio"]:checked + label {
	color: #FFF;
	background: #d84427;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.tabele_border td {
	padding: 5px 15px;
}
.tab.description_content li {
	margin-bottom: 15px;
}
.tab.description_content li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width:767px) {
	.tabs label {
		margin-bottom: 5px;
		width: 100%;
		margin-right: 0;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	padding: 40px 0;
	position: relative;
	margin: 0 0 40px 0;
	background-image: url(../images/about_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.guaranteed-head {
	position: relative;
	text-align: center;
	margin: 0 0 55px 0;
	padding:55px 0 0;
}
.guaranteed-head::after {
	content: '';
	position: absolute;
	background-image: url(../images/gift_card.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 48px;
	height: 48px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.guaranteed-head h5 {
	font-size: 30px;
	font-weight: 800;
	color: #111111;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 0;
	display: inline-block;
	position: relative;
	line-height: 32px;
	font-family: "Nunito", sans-serif;
}
.guaranteed_box::after {
	content: '';
	position: absolute;
	background-image: url(../images/coma.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 80px;
	height: 80px;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
}
.start {
	margin: 15px 0 0px 0;
}
.guaranteed_box {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border: 2px solid #efefef;
	padding: 25px;
	border-radius: 10px;
}
.guaranteed_name {
	font-size: 20px;
	color: #000000;
	letter-spacing: 0.3px;
	font-weight: 700;
	font-family: "Nunito", sans-serif;
}
.guaranteed_text {
	font-size: 17px;
	color: #555555;
	font-weight: 400;
	line-height: 26px;
	padding: 35px 0 20px;
	transition: all 0.8s ease-in-out;
	letter-spacing: 0.3px;
	font-family: "Nunito", sans-serif;
}
.button.review {
	text-align: center;
}
@media screen and (max-width: 991px) {
	.guaranteed_box {
		margin-bottom: 50px;
	}
	.guaranteed_text {
		height: unset;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_box {
		max-width: 70%;
		margin: 60px auto 0px;
	}
	.guaranteed-head {
		margin: 0 0 0px 0;
	}
	.button.review {
		margin: 30px 0 0 0;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed-head h5 {
		font-size: 27px;
		line-height: 30px;
	}
}
@media screen and (max-width:480px){
	.guaranteed_box {
		max-width:90%;
	}
	.guaranteed-head h5 {
		font-size: 24px;
		line-height: 28px;
	}
}
@media screen and (max-width:361px){
	.guaranteed-head h5 {
		font-size: 22px;
	}
	.guaranteed_box {
		max-width: 100%;
	}
}
/*============================================
			guaranteed CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_logo {
	margin: 0px 0 0px 0;
	text-align: center;
}
.footer_menu {
	margin: 30px 0px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 0;
}
.footer_menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_menu ul li a i{
	transition:all 0.5s ease-in-out;
	margin-right:5px;
}
.footer_menu ul li a {
	font-size: 14px;
	color: #111111;
	line-height: 20px;
	font-weight: 500;
	transition: 0.5s all ease-in-out;
	text-transform: capitalize;
	display: inline-block;
	font-family: "Rubik", sans-serif;
	padding: 5px 30px;
	border-right: 1px solid #e5e5e5;
}
.footer_menu ul li:last-child a{
	border-right: none;
}
.footer_menu ul li a:hover{
	color:#25aa96;
}
.footer_top_menu {
	display: flex;
	justify-content: center;
}
.footer_menu ul li a {
	position: relative;
}
.footer_shop {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 70px;
	margin: 0 0 25px 0;
}
.footer_bottom {
	padding: 13px 0;
	position: relative;
	background-color: #d74427;
}
.dezign_copyright {
	font-size: 14px;
	letter-spacing: 0.6px;
	color: #fff;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
}
.dezign_copyright span {
	font-size: 17px;
	letter-spacing: 0.8px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
}
.dezign_by {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 400;
	text-align: right;
	font-family: 'Rubik', sans-serif;
}
.dezign_by span {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
	font-family: 'Rubik', sans-serif;
}
@media screen and (max-width:1199px){
	.footer_menu ul li a {
		padding: 5px 25px;
	}
}
@media screen and (max-width: 991px){
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 8px;
	}
	.footer_menu {
		margin: 0 0px;
	}
	.footer_menu ul {
		display: block;
		text-align: center;
	}
	.footer_menu ul li a {
		padding: 9px 0px;
		border-right: 0;
		font-size: 15px;
	}
	.footer_menu {
		margin: 20px 0px;
	}
}
@media screen and (max-width:575px){
	.footer_shop {
		gap: 30px;
	}
}
@media screen and (max-width: 480px){
	.footer_shop {
		gap: 10px;
	}
	.dezign_copyright span {
		font-size: 15px;
	}
}
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 0 0 40px 0;
}
.feature-title {
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
	padding:55px 0 0 0;
}
.feature-title::after{
	content:'';
	position:absolute;
	background-image: url(../images/gift_card.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	width:48px;
	height:48px;
	top: 0;
	left: 0;
	right: 0;
	margin:auto;
}
.feature-title h2 {
	font-size: 30px;
	font-weight: 800;
	color: #111111;
	text-transform: capitalize;
	text-align: center;
	position: relative;
	margin: 0;
	display: inline-block;
	line-height: 32px;
	font-family: "Nunito", sans-serif;
}
.cate_box {
	position: relative;
	text-align: center;
	display: block;
	margin: 0 auto 30px;
	transition: all 0.5s ease-in-out;
}
.feature_box {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.cate_box:hover .feature_box a{
	border-color:#d84427;
}
.feature_box a {
	display: block;
	border: 2px solid rgba(37, 170, 150, 0.2);
	padding:7px;
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}
.feature_box a img{
	border-radius: 50%;
}
.cate_box .fat_text h2 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	transition: all 0.5s ease-in-out;
	text-transform: capitalize;
	color: #111111;
	position: relative;
	display: block;
	font-family: "Rubik", serif;
	padding: 0px 5px;
	margin: 10px 0 0;
}
.cate_box:hover .fat_text h2{
	color: #d84427;
}
.button.category {
	text-align:center;
}
.button a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
	padding: 12px 30px;
	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: #333333;
	text-transform: uppercase;
	font-family: "Nunito", sans-serif;
	border-radius: 30px;
}
.button a:hover {
	background: #25aa96;
	color: #fff;
}
@media screen and (max-width:1199px) {
	.cate_box .fat_text h2 {
		font-size: 15px;
	}
}
@media screen and (max-width: 991px) {
	.cate_box .fat_text h2 {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.cate_box .fat_text h2 {
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.cate_box .fat_text h2 {
		font-size: 18px;
	}
}
@media screen and (max-width: 361px) {
	.feature-title h2 {
		font-size: 25px;
	}
}
/*============================================
			feature CSS END
============================================*/