@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/*
font-family: "Jost", sans-serif;
font-family: "Playfair Display", 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: "Jost", 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_dezign_brain_header {
	margin: 0 0 60px;
}

.header_bottom {
	z-index: 1;
	position: relative;
	padding: 18px 0;
	background-color: #1f324a;
	border-radius: 10px;
}

.main_menu_mobile {
	display: none !important;
}

.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: center;
}

.main_menu ul li {
	position: relative;
}

.main_menu ul li:last-child::after {
	content: none;
}

.main_menu ul li::after {
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	height: 17px;
	width: 1px;
	margin: auto;
	background-color: #ffffff;
}

.main_menu ul li a i {
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}

.main_menu ul li a {
	font-family: "Jost", sans-serif;
	font-size: 18px;
	letter-spacing: 0.3px;
	font-weight: 400;
	position: relative;
	transition: all .5s ease-in-out;
	color: #f2f2f2;
	text-decoration: none;
	display: inline-block;
	padding: 0 100px;
}

.main_menu ul li a:hover {
	color: #dbeeff;
}

.main_menu ul li:last-child a {
	border-right: none;
}

.top_section {
	position: relative;
	margin: 50px 0;
}

.logo {
	position: relative;
	z-index: 1;
}

.main_menu.right_box2 ul {
	justify-content: end;
	display: flex;
}

/* .Verifie-box.box-second{
	text-align: right;
} */
.Verifie-icon {
	/* margin: -5px 0 -5px -10px; */
}

.Verifie-main1 {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	/* justify-content: start; */
	/* border: 1px solid #eeeeee; */
	/* border-radius: 80px; */
	padding: 0 20px 0 0;
}

.Verifie-text1 h1 {
	font-size: 22px;
	font-family: "Jost", sans-serif;
	font-weight: 700;
	margin-bottom: 5px;
	color: #282827;
	letter-spacing: 0.3px;
	line-height: 25px;
	/* text-transform: uppercase; */
}

.Verifie-text1 p {
	font-size: 18px;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	margin-bottom: 0;
	color: #666666;
	letter-spacing: 0.3px;
}

.Verifie-main1.box1 {
	justify-content: end;
}

.top_header {
	text-align: center;
}

.top-header {
	text-align: center;
	padding: 10px 0;
	background-color: #e4f3fb;
}

.top-header p {
	margin: 0;
}

.top-header p i {
	color: #00834f;
}

.top-header p span {
	color: #1970a0;
	text-transform: uppercase;
	font-weight: 600;
}

/* mobile-menu-css-tart */
.amon {
	color: #000;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	background-color: transparent;
	display: inline-block;
	width: 65px;
	overflow: hidden;
	height: 26px;
	transition: width 2s;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
	position: absolute;
	right: 20px;
	z-index: 22222;
	margin-top: -7px;
	margin-bottom: 0;
}

.mobile_menu {
	display: none;
}

.amon-container #open {
	display: none;
}

#open:checked+.amon {
	width: auto;
	height: auto;
}

.amon .bars:hover {
	background-color: transparent;
}

.amon .bars {
	cursor: pointer;
	width: 65px;
	height: 30px;
	text-align: center;
	position: relative;
	left: 0;
	top: 0px;
	font-size: 20px;
	display: block;
	margin-left: auto;
}

.amon ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	display: inline-grid;
	width: 180px;
	overflow: hidden;
	padding: 10px;
	background-color: #1f324a;
}

.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: "Jost", sans-serif;
	font-size: 14px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 10px;
	display: inline-block;
	width: 100%;
}

.amon ul li a:hover {
	color: #dbeeff;
}

.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: #1f324a;
}

.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:1399px) {
	.main_menu ul li a {
		padding: 0 78px;
	}
}

@media screen and (max-width:1299px) {
	.main_menu ul li a {
		font-size: 16px;
	}

	.header_bottom {
		padding: 16px 0;
	}
}

@media screen and (max-width:1199px) {
	.main_menu ul li a {
		padding: 0 62px;
	}

	.main_dezign_brain_header {
		margin: 0 0 40px;
	}

	.Verifie-text1 p {
		font-size: 15px;
	}

	.Verifie-text1 h1 {
		font-size: 17px;
	}
}

@media screen and (max-width: 991px) {
	.top_section1 {
		display: none;
		margin: 0;
	}

	.promo_top_text {
		padding: 10px 0;
	}

	.logo {
		display: flex;
		align-items: center;
	}

	.top_section .container .row .col-lg-4:first-child {
		order: 2;
	}

	.top_section1 {
		display: none;
	}

	.menu {
		display: none;
	}

	.main_menu_mobile {
		text-align: center;
	}

	.main_menu_mobile {
		display: flex !important;
	}

	.mobile_menu {
		display: block !important;
	}

	.top_section {
		margin: 30px 0;
	}

	.top_section {
		z-index: 3;
		position: relative;
	}

	.Verifie-main1 {
		margin: 25px 0 0 0;
		justify-content: center;
	}

	.Verifie-main1.box1 {
		justify-content: center;
	}

	.main_dezign_brain_header {
		margin: 0;
	}
}

@media screen and (max-width: 767px) {
	.Verifie-main1 {
		justify-content: center;
	}

	.amon ul li a {
		font-size: 13px;
		padding: 6px 10px;
	}

	.logo img {
		width: 170px;
		margin: 0;
	}

	.Verifie-main1.box1 {
		justify-content: center;
	}

	.menu_icon .line-two {
		top: 29%;
	}
}

@media screen and (max-width: 480px) {
	.menu-links {
		top: 45px;
	}

	.top_section {
		margin: 20px 0;
	}

	.logo img {
		width: 140px;
	}
}

@media screen and (max-width:361px) {}

/* ============================== HEADER CSS END ============================== */

/* ============================== PRODUCT_DES3 CSS START ============================== */
.product_section {
	position: relative;
}

#right_box .desc-rd.desc-text {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}

.desc-text h6 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.desc-text h5 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 20px;
}

.table_box {
	width: 80%;
}

#right_box .desc-rd .table_item .table_box tr {
	display: flex;
}

#right_box .desc-rd .table_item .table_box tr td:first-child {
	padding-left: 0px;
	padding-right: 15px;
	font-weight: 400;
	font-family: "Jost", sans-serif;
	width: 20%;
	letter-spacing: 0.30px;
}

#right_box .desc-rd .table_item .table_box tr td {
	font-size: 18px;
	font-weight: 400;
	position: relative;
	color: #191919;
	padding: 6px 8px;
	line-height: 22px;
	font-family: "Jost", 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: "Jost", 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: 2px solid #e9e9e9;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	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;
}

#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: 2px solid #e9e9e9;
	bottom: 0;
	height: 97%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 70%;
	overflow: hidden;
	border-radius: 20px;
}

#main_gallery #main_row div ul li {
	height: auto;
	margin: 0 0px 20px 23px;
	padding: 0;
	width: auto;
}

@media only screen and (max-width: 1399px) {
	#main_gallery div.imagsbox_w {
		width: 65%;
	}
}

@media only screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}

	#main_gallery div.imagsbox_w {
		width: 66%;
	}
}

@media only screen and (max-width:1140px) {
	#main_gallery div.imagsbox_w {
		width: 64%;
	}
}

@media only screen and (max-width:1140px) {
	#main_gallery .thumb {
		border-radius: 12px;
	}
}

@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:991px) {
	#right_box .desc-rd .table_item .table_box tr td:first-child {
		width: 30%;
	}
}

@media only screen and (max-width:575px) {
	#right_box .desc-rd .table_item .table_box tr td {
		font-size: 16px;
		line-height: 20px;
	}

	#right_box .desc-rd .table_item .table_box tr td:first-child {
		width: 40%;
	}
}

@media only screen and (max-width:480px) {
	.main_title {
		font-size: 18px;
	}

	#right_box .desc-rd .table_item .table_box tr td:first-child {
		width: 50%;
	}

	#right_box .desc-rd.desc-text {
		max-height: 500px;
		overflow: auto;
		height: auto;
	}
}

@media only screen and (max-width:360px) {
	#right_box .desc-rd .table_item .table_box tr td:first-child {
		width: 60%;
	}
}

.desc_top {
	text-align: center;
}

.desc-hedtitle {
	color: #191919;
	font-size: 18px;
	font-weight: 400;
	z-index: 1;
	position: relative;
	text-align: center;
	line-height: 28px;
	text-transform: uppercase;
	font-family: "Jost", serif;
	display: inline-block;
	border-radius: 10px;
	padding: 6px 18px;
	background: #f4f5f6;
	width: 95%;
	margin: 20px 0 10px;
}

.desc-rd p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #191919;
	font-family: "Jost", serif !important;
}

.desc-rd p:last-child {
	margin: 0;
}

.desc-rd.desc-text ul li {
	margin-bottom: 7px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #191919;
	font-family: "Jost", serif !important;
	list-style: disc;
}

.desc-rd.desc-text ul {
	list-style: none;
	padding: 0 0 0 16px;
}
.desc-rd.desc-text  h1,
.desc-rd.desc-text  h2,
.desc-rd.desc-text  h3,
.desc-rd.desc-text  h4,
.desc-rd.desc-text  h5,
.desc-rd.desc-text  h6{
text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #191919;
	font-family: "Jost", serif !important;
	display: block;
}
.desc-rd.desc-text b b,
.desc-rd.desc-text strong {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #191919;
	font-family: "Jost", serif !important;
	display: block;
}

.desc-rd.desc-text h3 {
	background: url('../images/search.png');
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #333333;
	font-family: "Jost", serif !important;
	display: block;
}

.product-text {
	margin: 0 0 60px 0;
}

.pro-and-about {
	padding: 20px 30px;
}

.desc_box {
	border: 1px solid #cdcdcd;
	border-radius: 10px;
}

@media only screen and (max-width: 1199px) {
	.product-text .container {
		max-width: 100%;
		padding: 0 20px;
	}

	.product-text {
		margin: 0 0 50px 0;
	}

	.desc-hedtitle {
		margin: 16px 0 0;
	}

	.desc-rd.desc-text ul {
		margin: 0;
	}
}

@media only screen and (max-width: 991px) {

	.desc-rd.desc-text b,
	strong {
		margin-bottom: 6px;
	}

	.product-text {
		margin: 0px 0 40px 0;
	}

	.desc-rd.desc-text ul li {
		margin-bottom: 4px;
	}

	.desc-rd p {
		margin: 0 0 8px 0;
	}
}

@media only screen and (max-width: 575px) {

	.desc-hedtitle {
		margin: 12px 0 0;
	}

	.pro-and-about {
		padding: 14px 20px;
	}

	.desc-rd p {
		font-size: 16px;
		line-height: 22px;
	}

	.desc-rd.desc-text b,
	strong {
		font-size: 18px;
		line-height: 28px;
	}

	.desc-rd.desc-text ul li {
		font-size: 16px;
		line-height: 28px;
		margin: 0;
	}
}

@media only screen and (max-width: 480px) {

	.product-text {
		margin: 0px 0 30px 0;
	}

	.main_title {
		font-size: 16px;
	}
}

/* ============================== PRODUCT_DES3 CSS END ============================== */

/*================================== BANNER CSS START  ================================== */

.banner_res {
	display: none !important;
}

#dezign_home_banner {
	margin: 0px auto 60px;
	text-align: center;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1199px) {
	#dezign_home_banner {
		margin: 0px auto 40px;
	}
}

@media screen and (max-width: 767px) {
	.main_banner {
		display: none;
	}

	.banner_res {
		display: block !important;
		margin: 0 auto;
	}

	#dezign_home_banner {
		margin: 0px auto 30px;
	}

}

@media screen and (max-width: 480px) {
	#dezign_home_banner {
		margin: 0px auto 20px;
	}

}

/*================================== BANNER CSS END  ================================== */
/*================================== PROMOTION CSS START  ================================== */
.service_wrapper {
	z-index: 1;
	position: relative;
}

.service_item {
	display: grid;
	justify-content: center;
	align-items: start;
	grid-template-columns: repeat(2, 1fr);
}

.service_logo {
	text-align: center;
}

.service_icon {
	position: relative;
	width: 70%;
	transition: all 0.5s ease-in-out;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: start;
}

.service_item .service_icon:nth-child(1),
.service_item .service_icon:nth-child(2) {
	margin: 0 0 30px 0;
}

.service_img {
	position: relative;
	position: relative;
	background-color: #ffffff;
	border-radius: 100%;
	width: 70px;
	margin: 0 auto 12px;
	padding: 10px;
}

/* .service_img::after {
	content: '';
	position: absolute;
	top: -2px;
	bottom: auto;
	left: auto;
	right: 1px;
	height: 100px;
	width: 100px;
	background-color: #ffffff;
	border-radius: 50%;
} */

.service_box:last-child {
	border-right: none;
}

.service_title h4 {
	font-size: 18px;
	font-weight: 400;
	color: #1f324a;
	margin: 0 0 0px;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-family: 'Jost', sans-serif;
	transition: all .5s ease-in-out;
}

.service_title h4:hover {
	color: #1f324a;
}

.service_title p {
	font-size: 16px;
	font-weight: 400;
	color: #444444;
	/* text-transform: uppercase; */
	margin: 0 0 0px;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-family: 'Jost', sans-serif;
}

@media screen and (max-width: 1399px) {

	.service_icon {
		width: 80%;
	}
}

@media screen and (max-width: 1199px) {

	.service_title h4 {
		font-size: 16px;
		line-height: 20px;
	}
}

@media screen and (max-width: 991px) {

	.service_icon:nth-child(1),
	.service_icon:nth-child(2) {
		margin: 0 0 20px;
	}

	.service_wrapper {
		display: block;
	}
}

@media screen and (max-width: 480px) {
	.service_title h4 {
		font-size: 15px;
		line-height: 18px;
	}

	.service_title p {
		font-size: 15px;
	}

	.service_wrapper {
		margin: 0 0 25px;
	}

	.service_icon {
		width: 100%;
	}

	.service_icon::before {
		content: none;
	}
}

@media screen and (max-width:360px) {

	.service_img img {
		height: 50px;
	}

	.service_img {
		margin: 0 0 8px;
	}
}

/*================================== PROMOTION CSS END  ================================== */
/* ABOUT1 CSS START */
.about_wrapper {
	margin: 0px 0px 60px;
	position: relative;
}

.about_img {
	position: relative;
	text-align: center;
	margin: 0 0 0 -80px;
}

.about_content {
	position: relative;
}

.browse_all_btn.about {
	text-align: left;
}

.about_content h6 {
	font-size: 38px;
	font-weight: 500;
	color: #1f324a;
	line-height: 40px;
	text-transform: uppercase;
	margin: 0px 0 20px 0px;
	position: relative;
	font-family: "Playfair Display", serif;
}

.about_content h5 {
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	line-height: 25px;
	text-transform: uppercase;
	margin: 0 0 20px 0px;
	position: relative;
	font-family: 'Jost', sans-serif;
}

.about_content p {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #333333;
	font-family: "Jost", serif !important;
}

.browse_all_btn a {
	display: inline-block;
}

.browse_all_btn {
	text-align: center;
}

.button {
	color: #191919;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	padding: 18px 22px;
	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: #f4f5f6;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-radius: 8px;
	font-family: 'Jost', sans-serif;
}

.button:hover {
	background-color: #1f324a;
	color: #ffffff;
}

.button i {
	margin-left: 5px;
	transition: all .5s ease-in-out;
	font-size: 20px;
}


@media screen and (max-width:1399px) {
	.about_content h6 {
		font-size: 36px;
		line-height: 38px;
	}
}

@media screen and (max-width:1199px) {
	.about_content p {
		font-size: 16px;
		line-height: 24px;
	}

	.about_content h6 {
		font-size: 32px;
		line-height: 34px;
	}

	.about_wrapper {
		margin: 0px 0px 40px;
	}
}

@media screen and (max-width: 991px) {
	.about_img {
		margin: 0 auto;
		text-align: center;
		width: 90%;
	}

	.about_content {
		margin: 20px 0 0 0;
		text-align: center;
	}

	.browse_all_btn.about {
		text-align: center;
	}

	.about_content h6 {
		margin: 0px 0 20px 0px;
	}

}

@media screen and (max-width:767px) {
	.about_img {
		width: 100%;
	}

	.button {
		font-size: 15px;
		line-height: 17px;
		padding: 16px 30px;
	}
}

@media screen and (max-width:575px) {
	.about_wrapper {
		margin: 0px 0px 40px;
	}

	.about_content h6 {
		font-size: 30px;
		line-height: 32px;
		margin: 0px 0 16px 0px;
	}

	.about_content p {
		margin-bottom: 12px;
	}
}

@media screen and (max-width:480px) {
	.button {
		font-size: 14px;
		line-height: 16px;
		padding: 15px 26px;
	}

	.button i {
		margin-left: 3px;
		transition: all .5s ease-in-out;
		font-size: 18px;
	}

	.about_wrapper {
		margin: 0px 0px 20px;
	}

	.about_content h6 {
		font-size: 26px;
		line-height: 28px;
		margin: 0px 0 12px 0px;
	}
}

@media screen and (max-width:360px) {
	.about_content p {
		font-size: 15px;
		line-height: 23px;
		margin-bottom: 10px;
	}
}

/* ============================== ABOUT1 CSS END ============================== */

/*================================== MAIN TAB CSS START ================================== */
.tabsbottom {
	margin-bottom: 60px;
}

.clear {
	clear: both;
}

.tab [type=radio] {
	display: none
}

.customsearchbox input[type="checkbox"],
input[type="radio"] {
	margin: 0px 0 0;
	line-height: normal;
	display: none;
}


.tabsbottom label {
	display: inline-block;
	padding: 19px 42px;
	text-align: center;
	cursor: pointer;
	color: #444444;
	background-color: #f4f5f6;
	font-weight: 565;
	font-size: 18px;
	transition: all .5s ease-in-out;
	margin: 0 10px;
	line-height: 30px;
	border-radius: 24px;
	font-family: "Jost", sans-serif;
}

.message_desk {
	display: inline-flex;
	vertical-align: middle;
}

.tabsbottom label:hover {
	background: #1f324a;
	color: #ffffff;
}

.tabsbottom input:checked+label {
	background: #1f324a;
	color: #ffffff;
}

.message_desk img:last-child {
	display: none;
}

.tabsbottom label:hover .message_desk img:first-child {
	display: none;
}

.tabsbottom label:hover .message_desk img:last-child {
	display: block;
}

.tabsbottom input:checked+label .message_desk img:first-child {
	display: none;
}

.tabsbottom input:checked+label .message_desk img:last-child {
	display: block;
}

#table1:checked~#content1,
#table2:checked~#content2,
#table3:checked~#content3,
#table4:checked~#content4,
#table5:checked~#content5,
#table6:checked~#content6,
#table7:checked~#content7 {
	display: block !important;
	height: auto;
}

section h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	color: #ecc1b5;
	text-align: left;
	margin: 0 0 7px 0;
	text-transform: uppercase;
	font-family: "Jost", sans-serif;
}

section p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #191919;
	text-align: center;
	margin: 0 0 14px 0;
	font-family: "Jost", sans-serif;
}

section p a {
	text-decoration: none;
	color: #191919;
	display: inline-block;
}

section p span {
	font-weight: 700;
	color: #bd9a65;
	font-family: "Jost", serif !important;
	text-transform: uppercase;
}

section ul {
	margin-left: 20px;
}

section ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #191919;
	text-align: left;
	margin: 0 0 8px;
	font-family: "Jost", sans-serif;
	list-style: disc;
}

section p:last-child {
	margin: 0;
}

section p b {
	font-weight: 700;
	color: #191919;
}

.tabsbottom label img {
	transition: all 0.5s ease-in-out;
	margin: 0 5px 0 0;
	text-align: center;
}

section {
	display: none !important;
	padding: 30px 0 0;
}

.tabs_top {
	padding: 50px;
	border: 1px solid #b5bec7;
	border-radius: 36px;
	text-align: center;
}

@media screen and (max-width:1399px) {
	.tabs_top {
		padding: 40px;
	}
}

@media screen and (max-width:1299px) {
	section p {
		margin: 0 0 10px 0;
		line-height: 28px;
	}
}

@media screen and (max-width:1199px) {
	.tabsbottom label {
		padding: 15px 36px;
	}

	.tabsbottom {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:991px) {

	section p {
		font-size: 16px;
		line-height: 26px;
	}

	section {
		padding: 26px 0 0;
	}

	.tabs_top {
		padding: 30px 30px;
	}

	section ul li {
		font-size: 16px;
		line-height: 24px;
	}

	section h2 {
		font-size: 16px;
		line-height: 22px;
	}
}

@media screen and (max-width: 767px) {
	.tabsbottom label {
		width: 100%;
		margin: 0 0 10px;
		font-size: 16px;
	}

	.tabsbottom label {
		padding: 9px 36px;
	}

	.tabs .tab,
	.tabsbottom label {
		-webkit-box-ordinal-group: unset;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}

	section {
		padding: 15px 0 0;
	}

	.tabsbottom {
		margin-bottom: 30px;
	}

	.tabs_top {
		padding: 18px 20px;
	}
}

@media screen and (max-width: 575px) {
	.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;
	}

	.tabs_top {
		padding: 18px;
	}
}

@media screen and (max-width: 480px) {

	section {
		padding: 6px 0 0;
	}

	.tabsbottom label {
		padding: 7px 20px;
	}
}

/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	position: relative;
	margin: 0 0 40px 0;
}

.brand_title {
	text-align: center;
	margin: 0 0 30px 0;
}

.brand_title h1 {
	margin: 0;
	color: #191919;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	text-transform: uppercase;
	font-family: "Playfair Display", sans-serif;
	letter-spacing: 1px;
}

.guaranteed-head {
	position: relative;
	text-align: center;
	margin: 0 0 20px 0;
}

.guaranteed_box .start {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.guaranteed_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.guaranteed_top_text p {
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.2px;
	margin: 0;
	font-family: "Jost", sans-serif;
}

.guaranteed_box {
	position: relative;
	z-index: 1;
	padding: 25px;
	background-color: #f4f5f6;
	border-radius: 20PX;
	margin: 0 0 20px 0;
}

.guaranteed_name {
	font-size: 17px;
	color: #191919;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0.2px;
	margin: 0;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
}

.guaranteed_text_left {
	font-size: 16px;
	color: #8b8b8b;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.2px;
	margin: 0;
	font-family: "Jost", sans-serif;
	font-style: italic;
	text-transform: none;
}

.guaranteed_sub {
	font-size: 16px;
	color: #8b8b8b;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.2px;
	margin: 0;
	font-family: "Jost", sans-serif;
	font-style: italic;
}

.guaranteed_left {
	display: flex;
	column-gap: 15px;
}

.start span {
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	font-family: "Jost", sans-serif;
}

.guaranteed_text {
	font-size: 18px;
	color: #444444;
	font-weight: 400;
	line-height: 26px;
	transition: all 0.8s ease-in-out;
	margin: 20px 0px;
	font-family: "Jost", sans-serif;
	height: 130px;
	display: flex;
	align-items: center;
}

.coma {
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 26px;
	color: #191919;
	border-radius: 50%;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	background-color: #d0d6dc;
}

.browse_all_btn.guaranteed {
	text-align: center;
}

@media screen and (max-width: 1399px) {
	.guaranteed_text {
		height: 150px;
	}
}

@media screen and (max-width: 1299px) {

	.guaranteed_text {
		font-size: 16px;
		line-height: 24px;
		margin: 10px 0px;
		height: 130px;
		align-items: start;
	}
}

@media screen and (max-width: 1199px) {

	.guaranteed_text {
		height: 110px;
	}

	.guaranteed_wapper {
		margin: 0 0 20px 0;
	}

	.guaranteed_box {
		padding: 20px;
	}

	.guaranteed_name {
		font-size: 16px;
		line-height: 24px;
	}

	.guaranteed_text_left {
		font-size: 15px;
	}

	.coma {
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 22px;
	}
}

@media screen and (max-width: 991px) {

	.guaranteed_text {
		height: 90px;
	}

	.brand_title h1 {
		font-size: 26px;
		line-height: 30px;
	}

	.brand_title {
		margin: 0 0 20px 0;
	}
}

@media screen and (max-width: 767px) {
	.guaranteed_box {
		max-width: 70%;
		margin: 0px auto 30px;
	}

	.guaranteed_left {
		column-gap: 12px;
	}

	.coma {
		width: 44px;
		height: 44px;
		line-height: 44px;
		font-size: 24px;
	}

	.guaranteed_name {
		font-size: 15px;
		line-height: 22px;
	}

	.guaranteed_text_left {
		font-size: 14px;
	}

	.guaranteed_text {
		height: unset;
		margin: 20px 0;
	}

}

@media screen and (max-width: 575px) {
	.guaranteed-head h5 {
		font-size: 25px;
		line-height: 30px;
	}

	.coma {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 22px;
	}

	.guaranteed_name {
		font-size: 16px;
		line-height: 24px;
	}

	.brand_title h1 {
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (max-width:480px) {
	.guaranteed_box {
		max-width: 90%;
	}

	.guaranteed_wapper {
		margin: 0 0 0px 0;
	}

	.start img {
		width: 110px;
	}

	.brand_title h1 {
		font-size: 22px;
		line-height: 28px;
		margin: 0 0 12px 0;
	}

	.guaranteed_box {
		padding: 22px 10px;
	}

	.brand_title {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width:360px) {
	.guaranteed-head h5 {
		font-size: 23px;
		line-height: 26px;
	}

	.guaranteed_name {
		font-size: 15px;
		line-height: 23px;
	}

	.coma {
		width: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 20px;
	}

	.guaranteed_text {
		font-size: 15px;
		line-height: 23px;
	}

	.guaranteed_box {
		max-width: 100%;
	}
}

/*============================================
			guaranteed CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.footer_wrapper {
	position: relative;
	background-color: #1f324a;
	padding: 50px 0 0;
}

.store_footer_wapper {
	position: relative;
}

.store_footer_wapper .container .row .col-lg-4:nth-child(3) .verifie_box {
	justify-content: end;
}

.footer_block.footer_block02 {
	margin: 30px 0 0;
}

.footer_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: center;
}

.dezign_by i {
	margin: 0 4px;
}

.payment_img {
	text-align: right;
}

.footer_menu {
	display: flex;
	align-items: center;
}

.footer_menu ul li i {
	margin-right: 5px;
	transition: 0.5s all ease-in-out;
}

.footer_menu ul li a {
	font-family: "Jost", sans-serif;
	font-size: 17px;
	letter-spacing: 0.3px;
	font-weight: 400;
	position: relative;
	transition: all .5s ease-in-out;
	color: #f2f2f2;
	text-decoration: none;
	padding: 0 50px;
	display: inline-block;
}

.footer_menu ul li:nth-child(1) a {
	padding: 0 50px 0 0;
}

.footer_menu ul li:nth-child(4) a {
	padding: 0 0 0 50px;
}

.footer_menu ul li:last-child::after {
	content: none;
}

.footer_menu ul li::after {
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	height: 17px;
	width: 1px;
	margin: auto;
	background-color: #ffffff;
}

.footer_menu ul li {
	position: relative;
}

.footer_menu ul li a:hover {
	color: #dbeeff;
}

.footer_left_box {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 0 30px;
}

.footer_menu ul li:last-child a {
	border-right: none;
}

.footer_menu ul li i {
	margin-right: 5px;
}

.footer_second_box {
	margin: 40px 0 30px;
}

.footer_right {
	display: flex;
	align-items: center;
	gap: 60px;
	justify-content: end;
}

.footer_verifie_box {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 10px;
	border-radius: 15px;
}

.footer_verifie_title h4 {
	font-size: 18px;
	font-weight: 600;
	color: #f2f2f2;
	text-transform: uppercase;
	margin: 0 0 0px;
	font-family: 'Jost', sans-serif;
}

.footer_verifie_title p {
	font-size: 16px;
	font-weight: 400;
	color: #f2f2f2;
	margin: 2px 0 0 0;
	font-family: 'Jost', sans-serif;
}

.footer_top_menu {
	display: flex;
	justify-content: center;
}

.footer_menu ul li a {
	position: relative;
}

.footer_logo {
	z-index: 1;
	position: relative;
}

.footer_logo a {
	display: block;
	z-index: 1;
	position: relative;
}

.footer_bottom .footer_wrap {
	position: relative;
	padding: 16px 0;
	border-top: 2px solid #435367;
}

.dezign_copyright {
	font-size: 16px;
	color: #f2f2f2;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0.3px;
	font-family: "Jost", sans-serif;
}

.dezign_copyright span {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #f2f2f2;
	font-weight: 600;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
}

.dezign_by {
	font-size: 16px;
	color: #f2f2f2;
	font-weight: 400;
	text-align: right;
	letter-spacing: 0.3px;
	font-family: "Jost", sans-serif;
}

.dezign_by span {
	font-size: 16px;
	font-weight: 600;
	color: #f2f2f2;
	letter-spacing: 0.3px;
	font-family: "Jost", sans-serif;
}


@media screen and (max-width:1199px) {
	.payment_img .img-fluid {
		width: 330px;
	}

	.footer_bottom .footer_wrap {
		padding: 13px 18px;
	}

	.footer_menu ul li:nth-child(1) a {
		padding: 0 30px 0 0;
	}

	.footer_menu ul li:nth-child(4) a {
		padding: 0 0 0 30px;
	}

	.footer_menu ul li a {
		padding: 0 30px;
	}

	.footer_right {
		column-gap: 15px;
	}

}

@media screen and (max-width: 991px) {
	.dezign_by {
		text-align: center;
	}

	.footer_menu ul li:nth-child(1) a,
	.footer_menu ul li:nth-child(4) a {
		padding: 6px 0;
	}

	.store_footer_wapper .birthstone_wrapper {
		display: block;
		text-align: center;
		margin: 0 0 20px 0;
	}

	.footer_left_box {
		margin: 0 0 30px 0px;
	}

	.footer_menu {
		justify-content: center;
		margin: 0 0 10px 0;
	}

	.footer_menu ul li::after {
		content: none;
	}

	.dezign_copyright {
		text-align: center;
		line-height: 24px;
		margin: 0 0 5px 0;
	}

	.footer_bottom .footer_wrap {
		padding: 12px 18px;
	}

	.footer_block.footer_block04 {
		margin: 0px 0 20px 0;
		text-align: center;
	}

	.footer_block.footer_block03 {
		text-align: center;
	}

	.footer_block.footer_block02 {
		display: block;
		margin: 0;
	}

	.footer_logo {
		text-align: center;
		margin: 0 0 30px 0;
	}

	.footer_wrapper {
		padding: 40px 0 0;
	}

	.footer_menu ul li a {
		font-size: 16px;
		padding: 6px 0px;
		border-right: none;
	}

	.footer_block.footer_block01 {
		display: none;
	}

	.footer_menu ul {
		display: block;
		text-align: center;
	}

	.footer_second_box {
		margin: 20px 0 20px;
	}

	.payment_img {
		text-align: center;
	}

	.store_footer_wapper .container .row .col-lg-4:nth-child(3) .verifie_box {
		justify-content: center;
	}

	.footer_right_box {
		display: block;
	}

	.footer_verifie_box {
		justify-content: center;
	}

	.footer_right {
		column-gap: 30px;
		justify-content: center;
	}

	.payment_img {
		text-align: center;
		width: auto;
	}

	.footer_right_box {
		margin: 0;
		padding: 0;
	}

	.footer_left_box {
		gap: 0 20px;
		justify-content: center;
	}

	.footer_left_box_img1 .img-fluid,
	.footer_left_box_img2 .img-fluid,
	.footer_left_box_img3 .img-fluid {
		width: 180px;
	}

}

@media screen and (max-width:767px) {
	.footer_verifie_box {
		justify-content: center;
		margin: 0 0 20px;
	}

	.footer_second_box {
		margin: 0 0 20px;
	}

	.footer_verifie_title h4 {
		font-size: 16px;
	}

	.footer_verifie_title p {
		font-size: 14px;
	}

	.footer_verifie_img img {
		width: 35px;
	}

	.footer_logo img {
		width: 180px;
	}

	.footer_right {
		display: block;
	}

	.payment_img {
		margin: 0 0 0px;
	}

	.footer_wrapper {
		padding: 30px 0 0;
	}

}

@media screen and (max-width:575px) {
	.footer_logo .img-fluid {
		width: 150px;
	}

	.footer_verifie_img img {
		width: 30px;
	}

	.payment_img .img-fluid {
		width: 280px;
	}

	.payment_img {
		margin: 0 0 20px;
	}

	.store_footer_wapper .birthstone_wrapper {
		margin: 0 0 30px 0;
	}

	.footer_left_box {
		display: block;
		text-align: center;
	}

	.footer_second_box {
		margin: 0px 0;
	}

	.footer_left_box_img2 {
		margin: 20px 0;
	}
}

@media screen and (max-width:480px) {

	.footer_logo .img-fluid {
		width: 140px;
	}

	.payment_img .img-fluid {
		width: 240px;
	}

	.footer_left_box_img1 .img-fluid,
	.footer_left_box_img2 .img-fluid,
	.footer_left_box_img3 .img-fluid {
		width: 160px;
	}
}

@media screen and (max-width:361px) {}

/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 0 0 60px 0;
}

.feature-title {
	position: relative;
	text-align: center;
	margin: 0 0 10px 0;
}

.top_choice::after {
	content: "";
	position: absolute;
	border: 1px solid #88929e;
	width: 48px;
	height: 1px;
	top: 0;
	left: 0px;
	bottom: 0;
	margin: auto;
}

.top_choice {
	font-size: 16px;
	font-weight: 400;
	color: #1f324a;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0px 0px 0px 60px;
	position: relative;
	letter-spacing: 10px;
	display: inline-block;
	font-family: "Jost", sans-serif;
}

.feature_section_title_img {
	text-align: center;
	margin: 0 0 30px;
}

.feature-title img {
	margin: 0 0 15px 0;
}

.feature-title h2 {
	font-size: 28px;
	font-weight: 500;
	color: #191919;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	display: inline-block;
	line-height: 30px;
	z-index: 1;
	font-family: 'Playfair Display', sans-serif;
	letter-spacing: 1px;
}

.feature_section_ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 15px;
	margin: 0;
}

.cate_box {
	position: relative;
	text-align: center;
	display: table;
	margin: 0 auto 60px;
}

.feature_box {
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	z-index: 2;
	background: #f9f9f9;
	border-radius: 50%;
}

.feature_section_ul li .cate_box:hover .feature_box {
	background: #f2f9f6;
}

.feature_box a {
	display: block;
}

.fat_box {
	/* background: #00834f; */
	/* padding: 20px 10px 15px; */
	/* margin: -14px 0 0 0; */
	z-index: 2;
	position: relative;
	/* clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%); */
	transition: all 0.5s ease-in-out;
}

.cate_box .fat_text h2 {
	font-size: 17px;
	font-weight: 500;
	transition: all 0.5s ease-in-out;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: #191919;
	position: relative;
	display: inline-block;
	font-family: "Jost", sans-serif;
}

.cate_box:hover .fat_text h2 {
	color: #1f324a;
}

.cate_box .fat_box .fat_text a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0 0;
}

.browse_all_btn.view2 {
	text-align: center;
}

@media screen and (max-width:1199px) {

	/* .cate_box .fat_text h2 {
		font-size: 15px;
	} */
	.feature_section_ul {
		grid-template-columns: repeat(3, 1fr);
	}

	.top_choice {
		font-size: 14px;
		line-height: 18px;
	}

	.feature_section {
		margin: 0 0 40px 0;
	}
}

@media screen and (max-width:991px) {
	.feature_section {
		margin: 0 0 40px 0;
	}
}

@media screen and (max-width:767px) {
	.browse_all_btn.view {
		display: none;
	}

	.feature_section_title_img {
		margin: 0 0 20px;
	}

	.cate_box {
		margin: 0 auto 40px;
	}

	.browse_all_btn.view2 {
		display: block;
	}

	.feature_section {
		margin: 0 0 40px 0;
	}

	.feature-title h2 {
		font-size: 26px;
		line-height: 28px;
	}

	.feature_section_ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 575px) {
	.top_choice {
		margin: 0 0 6px;
	}
}

@media screen and (max-width: 480px) {
	.feature_section .container .row .col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.feature_section {
		margin: 0 0 30px 0;
	}

	.top_choice {
		padding: 0px 0px 0px 56px;
		letter-spacing: 8px;
	}

	.cate_box {
		margin: 0 auto 30px;
	}

	.feature-title h2 {
		font-size: 24px;
		line-height: 26px;
	}

	.feature_section_ul {
		grid-template-columns: repeat(1, 1fr);
		margin: 0 0 20px 0;
	}
}

@media screen and (max-width: 360px) {
	.feature-title h2 {
		font-size: 22px;
		line-height: 24px;
	}

	.top_choice {
		margin: 0 0 4px;
	}

	.feature_section_ul {
		margin: 0 0 10px 0;
	}
}

/*============================================
			feature CSS END
============================================*/
/*============================================
			db_why_choose_us CSS END
============================================*/
.db_why_choose_us {
	margin: 0 0 60px 0;
	background-color: #f4f5f6;
	padding: 40px 0;
}

/* .db_why_choose_us .db_why_choose_us_wapper {
	background: #fcf9f7;
	padding: 0 15px 15px;
	border-radius: 30px;
	overflow: hidden;
} */

.db_why_choose_us .db_why_choose_us_wapper .db_why_choose_us_image {
	text-align: center;
}

.category_item {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0 0 40px 0;
}

.category_item .Shop_title {
	width: 60%;
}

.category_item .Shop_title h2 {
	font-size: 32px;
	font-weight: 500;
	color: #1f324a;
	line-height: 36px;
	text-transform: uppercase;
	position: relative;
	font-family: "Playfair Display", serif;
	margin: 0;
}

.db_why_choose_us_text {
	background-color: #ffffff;
	padding: 50px 10px 10px 60px;
	border-radius: 30px;
	display: flex;
	gap: 60px;
	position: relative;
	margin: 60px 0 0 0;
}

.db_why_choose_us_text_second_2 {
	text-align: center;
}

.db_why_choose_us_text_second_img {
	margin: 20px 0 0 0;
}

.db_why_choose_us_text_second {
	position: relative;
	text-align: center;
	border-radius: 0px;
	width: 100%;
	padding: 0;
	margin: -110px 0 0 0;
}

table tr td:first-child {
	text-align: left;
}

table tr td {
	padding: 0 0 26px 0;
}

table tr th {
	padding: 0px 0 40px 0;
}

table tr td {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #1f324a;
	font-family: "Jost", sans-serif !important;
}

table tr th h4 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #333333;
	font-family: "Jost", sans-serif !important;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

.db_why_choose_us_text table tr td:nth-child(2),
.db_why_choose_us_text table tr th:nth-child(2) {
	background-color: #1f324a;
	width: 24%;
}

table tr td:nth-child(3),
table tr th:nth-child(3) {
	width: 20%;
}

.db_why_choose_us_text table tr th:nth-child(2) {
	border-radius: 30px 30px 0 0;
}

table tr:last-child td:nth-child(2) {
	border-radius: 0 0 30px 30px;
}

.db_why_choose_us_text_second ul li {
	margin: 0 0 30px 0;
}

@media (max-width:1399px) {
	.category_item .Shop_title {
		width: 70%;
	}
}

@media (max-width:1199px) {
	table tr td {
		padding: 0 0 20px 0;
	}


	.category_item .Shop_title {
		width: 90%;
	}

	.category_item .Shop_title h2 {
		font-size: 28px;
		line-height: 32px;
	}

	table tr th h4 {
		margin: 20px 0 0 0;
	}

	.Shop_title_img img {
		width: 50px;
	}

	.db_why_choose_us_text_second_img img {
		width: 70px;
	}

	.db_why_choose_us {
		padding: 20px 0;
		margin: 0 0 40px 0;
	}

	.db_why_choose_us_text {
		padding: 50px 0px 10px 20px;
	}

	table tr th {
		padding: 0px 0 30px 0;
	}

	.category_item {
		margin: 0 0 30px 0;
	}

	.Shop_title h2 {
		font-size: 26px;
		line-height: 30px;
	}

	.service_icon {
		width: 100%;
	}
}

@media (max-width:991px) {

	.service_item {
		grid-template-columns: repeat(4, 1fr);
	}

	.category_item {
		justify-content: center;
		gap: 10px;
	}

	.category_item .Shop_title {
		width: 70%;
	}

	.service_wrapper {
		display: block;
		margin: 0 0 40px 0;
	}

	.db_why_choose_us {
		text-align: center;
	}

	.service_img {
		margin: 0 auto 6px;
	}

	.service_icon {
		align-items: center;
		width: 100%;
	}

}

@media (max-width:767px) {

	.service_icon {
		width: 90%;
	}

	table tr td {
		font-size: 16px;
		line-height: 24px;
	}

	.service_item {
		grid-template-columns: repeat(2, 1fr);
	}

	.category_item .Shop_title h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.category_item .Shop_title {
		width: 100%;
	}

	.category_item {
		gap: 0px;
		margin: 0 0 20px 0;
	}
}

@media (max-width:575px) {
	.Shop_title h2 {
		font-size: 22px;
		line-height: 26px;
	}

	.db_why_choose_us_text {
		padding: 70px 0px 10px 20px;
	}

	.category_item .Shop_title h2 {
		font-size: 22px;
		line-height: 26px;
	}

	table tr td {
		padding: 0 0 16px 0;
	}

	table tr th h4 {
		font-size: 16px;
		line-height: 20px;
	}

	table tr th {
		padding: 0px 0 14px 0;
	}
}

@media (max-width:480px) {
	.service_item {
		grid-template-columns: repeat(2, 1fr);
	}

	.category_item .Shop_title h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.db_why_choose_us_text {
		margin: 20px 0 0 0;
	}

	.db_why_choose_us_text {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.db_why_choose_us_text_second {
		min-width: 410px;
	}

	.db_why_choose_us_text {
		padding: 120px 10px 20px;
	}

	.service_wrapper {
		margin: 0 0 20px 0;
	}

	.db_why_choose_us {
		margin: 0 0 20px 0;
	}
}

@media (max-width:360px) {
	.db_why_choose_us_text_second {
		min-width: 340px;
	}

	.service_item .service_icon:nth-child(3) {
		margin: 0 0 30px;
	}

	.service_icon {
		width: 100%;
	}

	.db_why_choose_us_text_second_img img {
		width: 60px;
	}

	.service_item {
		grid-template-columns: repeat(1, 1fr);
	}
}

/*============================================
			db_why_choose_us CSS END
============================================*/
/*================================== PROMOTION CSS START  ================================== */
.info_wrapper {
	margin: 0 0 40px;
	z-index: 1;
	position: relative;
	background: #fcf9f7;
	padding: 30px 0;
}

.info_item {
	display: flex;
	justify-content: center;
	align-items: center;
}

.info_logo {
	text-align: center;
}

.info_icon {
	position: relative;
	width: 25%;
	transition: all 0.5s ease-in-out;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.info_icon::before {
	content: "";
	position: absolute;
	left: auto;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 36px;
	background: #d39c8d;
	margin: auto;
}

.info_icon:last-child::before {
	content: none;
}

.info_img {
	margin: 0 0 12px;
}

.info_box:last-child {
	border-right: none;
}

.info_title h4 {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	margin: 0 0 7px;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-family: 'Playfair Display', sans-serif;
}

.info_title p {
	font-size: 16px;
	font-weight: 500;
	color: #444444;
	/* text-transform: uppercase; */
	margin: 0 0 0px;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-family: 'Jost', sans-serif;
}

@media screen and (max-width: 991px) {
	.info_item {
		justify-content: center;
		flex-wrap: wrap;
	}

	.info_icon:nth-child(1),
	.info_icon:nth-child(2),
	.info_icon:nth-child(3) {
		margin: 0 0 20px;
	}

	.info_icon::before {
		content: none;
	}

	.info_icon {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	.info_title h4 {
		font-size: 16px;
	}

	.info_title p {
		font-size: 15px;
	}

	.info_wrapper {
		margin: 0 0 25px;
	}

	.info_icon {
		width: 100%;
	}
}

@media screen and (max-width:361px) {
	.info_title h4 {
		font-size: 15px;
	}

	.info_img img {
		height: 50px;
	}

	.info_img {
		margin: 0 0 8px;
	}
}

/*================================== PROMOTION CSS END  ================================== */
/*================================== db-mega-menu CSS START  ================================== */
.db-mega-menu {
	/* background: #efa259; */
	margin: 0 0 10px 0;
	border-top: 1px solid #ddd;
}

.db-mega-menu-ul ul {
	margin: 0;
	padding: 0;
}

.db-mega-menu-ul ul li ul {
	display: none;

}

.db-mega-menu-ul ul li {
	position: relative;
}

.db-mega-menu-wapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.db-mega-menu-ul ul {
	display: flex;
	align-items: center;
}

.db-mega-menu-ul ul li>a {
	font-size: 16px;
	line-height: 18px;
	/* text-transform: uppercase; */
	color: #111111;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	letter-spacing: 0.3px;
	padding: 14px 10px;
	display: inline-block;
	transition: all .5s ease-in-out;
}

.db-mega-menu-ul ul li>a:is(:hover, :active, :focus) {
	background: #ecc1b5;
	color: #fff;
}

.db-mega-menu-ul ul li>ul {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	min-width: max-content;
	z-index: 9999;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.db-mega-menu-ul ul li>ul li a {
	display: block;
}

.db-mega-menu-ul ul li>ul li ul {
	position: absolute;
	top: 0;
	left: 100%;
	background: #fff;
	min-width: 200px;
	z-index: 9999;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.db-mega-menu-ul ul li:hover>ul {
	display: block;
}

.db-mega-menu-btn a {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	background: #916d9f;
	font-family: "Jost", sans-serif;
	font-weight: 600;
	padding: 14px 20px;
	display: inline-block;
	transition: all .5s ease-in-out;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: all 0.5s ease-in-out;
}

.db-mega-menu-btn a:hover {
	background: #111;
	color: #fff;
}

.mobile_categoey_menu {
	display: none;
}

@media (max-width:1199px) {
	.db-mega-menu-ul ul li>a {
		padding: 14px 4px;
	}
}

@media (max-width:991px) {
	.db-mega-menu-wapper {
		display: none;
	}

	.mobile_categoey_menu {
		display: block;
	}
}

.wrapper {
	max-width: 100%;
}

.tab_wrapper.tab_wrapper_main .wrapper .accordion:nth-child(2) {
	display: block;
}

.db-mega-menu .accordion {
	/* border-bottom: 1px solid #111; */
	padding: 0px 0;
}

.db-mega-menu .accordion:last-child {
	border: none;
}

.db-mega-menu .accordion-title {
	position: relative;
	display: flex;
	align-items: center;
	font-family: 'Outfit', sans-serif;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	border-radius: 30px;
}

.db-mega-menu .accordion-title a {
	font-weight: 600;
	position: relative;
	color: #111;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 0;
	line-height: 28px;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}

.db-mega-menu .accordion-title a:hover {
	color: #111;
}

.db-mega-menu .accordion-content ul {
	margin-left: 30px;
	margin-bottom: 20px;
}

.db-mega-menu .accordion-content ul li {
	/* list-style: disclosure-closed; */
}

.db-mega-menu .accordion-content ul li ul li {
	/* list-style: disc; */
}

.db-mega-menu .accordion-content ul li a {
	display: block;
	font-weight: 400;
	position: relative;
	color: #111;
	font-size: 16px;
	margin-bottom: 4px;
	line-height: 25px;
	letter-spacing: 0.3px;
	font-family: 'Outfit', sans-serif;
}

.db-mega-menu .accordion-content ul li>a {
	font-weight: 400;
}

.db-mega-menu .accordion-content ul li ul li a {
	font-weight: 400;
}

.db-mega-menu .accordion-content ul li a:hover {
	color: #111;
	transition: all 0.5s ease-in-out;
}

.db-mega-menu .accordion-content p:last-child {
	margin-bottom: 0;
}

.db-mega-menu .accordion-content {
	padding: 0 var(--padding) var(--padding);
	display: none;
}

.db-mega-menu input {
	display: none;
}

.db-mega-menu .accordion:has(input:checked) .accordion-content {
	display: block;
	margin: 0;
}

/* Icon */
.db-mega-menu .accordion:nth-child(2) .accordion-title::after,
.db-mega-menu .accordion:nth-child(2) .accordion-title::before,
.db-mega-menu .accordion:nth-child(4) .accordion-title::after,
.db-mega-menu .accordion:nth-child(4) .accordion-title::before {
	content: "";
	display: block;
	width: 2px;
	height: 13px;
	background: #111;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	font-weight: 800;
}

.db-mega-menu .accordion:nth-child(2) .accordion-title::before,
.db-mega-menu .accordion:nth-child(4) .accordion-title::before {
	transform: translateY(-50%) rotate(0deg);
}

.db-mega-menu .accordion:nth-child(2):has(input:checked) .accordion-title::before,
.db-mega-menu .accordion:nth-child(4):has(input:checked) .accordion-title::before {
	opacity: 0;
}

.db-mega-menu .tab_img {
	display: flex;
	align-content: center;
}

.db-mega-menu .tab_img img {
	transition: all 0.5s ease-in-out;
	margin: 0 10px 0px 0;
}

.db-mega-menu .accordion:nth-child(2):has(input:checked) .accordion-title::after,
.db-mega-menu .accordion:nth-child(4):has(input:checked) .accordion-title::after {
	background: #111;
}

.mobile_categoey_menu .accordion:nth-child(2):has(input:checked) .tab_img,
.mobile_categoey_menu .accordion:nth-child(2):hover .tab_img,
.mobile_categoey_menu .accordion:nth-child(4):has(input:checked) .tab_img,
.mobile_categoey_menu .accordion:nth-child(4):hover .tab_img {
	color: #916d9f;
}

/* PRODUCT WRAPPER CSS END */
@media screen and (max-width:991px) {
	.db-mega-menu {
		padding: 20px 0 10px;
		margin: 0;
	}

	.db-mega-menu {
		display: none;
	}
}

@media screen and (max-width:480px) {
	.accordion-title {
		font-size: 18px;
	}

	.wrapper {
		margin: 0;
	}


}

@media screen and (max-width:361px) {
	.accordion-title {
		font-size: 18px;
		line-height: 24px;
	}

	.accordion-title::after,
	.accordion-title::before {
		right: 20px;
	}
}

/* CLASS BOX WRAPPER CSS START */