@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/*  
font-family: 'Jost', sans-serif;
font-family: "Font Awesome 6 Pro";
*/
:root, * { color-scheme: only light !important; }
html, body { background-color: #fff !important; }
html, body { background-color: #fff !important; background-image: linear-gradient(#fff, #fff) !important; }
.x-item-description-child { all: initial }

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Jost", sans-serif;
}
body{
	background-color: #fff !important;
}
img{
    max-width: 100%;
}
*, ::after, ::before {
	box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
}
ul{
    list-style: none;
}
i span{
	font-size: 0 !important;
}
/* ============================== HEADER CSS START ============================== */
.main_dezign_brain_header {
	margin: 0 0 0 0;
	position: relative;
}

.promo_top_text {
	background: #e9ebeb;
	
	position: relative;
	margin: 00;
	z-index: 1;
}
.dezign_top_menu {
	position: relative;
	padding: 8px 0;
	z-index: 1;
	/* border-radius: 0px 0px 10px 10px; */
	display: flex;
	align-content: center;
	justify-content: space-between;
}
.top_reating {
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 500;
	color: #191919;
	font-family: "Jost", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.welcom_text {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.2px;
	line-height: 28px;
	font-family: "Jost", sans-serif;
}
.welcom_text span {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.2px;
	color: #fff;
	font-family: "Jost", sans-serif;
}
.top_section1{
	position: relative;
}
.header_right {
	text-align: right;
}
/* .top_section1::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 100%;
	background-color: #2a3d37;
	top: 0;
	left: 15px;
	bottom: 0;
	margin: auto;
	transform: skew(-15deg);
} */
.header_bottom {

}
.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: "Jost", sans-serif;
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 400;
	position: relative;
	transition: all .5s ease-in-out;
	color: #191919;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 35px;
	display: inline-block;
	border-right: 1px solid #dadada;
}
.main_menu ul li a:hover{
	color:#2a3d37;
}
.main_menu ul li:last-child a{
	border-right:none;
	padding-right: 0;
}
.top_section {
	position: relative;
	margin: 35px 0;
}
.logo {
	position: relative;
	z-index: 1;
}
/* 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: 210px;
	overflow: hidden;
	padding: 10px;
	background-color: #e9ebeb;
}
.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 {
	padding: 4px 10px;
	font-family: "Jost", sans-serif;
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 400;
	position: relative;
	transition: all .5s ease-in-out;
	color: #191919;
	text-decoration: none;
	text-transform: capitalize;
	display: inline-block;
	line-height: 27px;
}
.amon ul li a:hover{
	color:#2a3d37;
}
.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: #000;
}
.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 25px;
	}
}

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

	.header_bottom {
	}
}
@media screen and (max-width:1024px){
	.main_dezign_brain_header::before {
		width: 186px;
		height: 200px;
	}
}
@media screen and (max-width: 991px) {
	.top_reating {
		justify-content: center;
	}
	.top_section1 {
		display: none;
		margin: 0;
	}
	.logo {
		width: 90%;
		margin: 0;
	}
	.top_section .container .row .col-lg-3{
		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 0 5px 0;
	}
	.main_dezign_brain_header {
		margin: 0 0 0px 0;
	}
	.promo_top_text {
		margin: 0 0 0px 0;
	}
	.top_header {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
	}
	.header_right{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.logo {
		width: 260px;
	}
	.dezign_top_menu {
		flex-direction: column;
		gap: 8px;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}
	.logo {
		width: 70%;
	}
}
@media screen and (max-width:361px){
	.main_dezign_brain_header::before {
		width: 136px;
		height: 150px;
	}

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

/* ============================== PRODUCT_DES3 CSS START ============================== */

.Product_image_wapper {
	max-width: 860px;
	text-align: center;
	height: 730px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	overflow: hidden;
	margin: 0 auto 20px;
	border: 1px solid #e5e5e5;
}

.Product_image_wapper img {
	max-height: 600px;
}
/* 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 {
	max-width: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #191919;
	display: block;
	padding: 7px 10px;
	z-index: 1;
	position: relative;
	line-height: 30px;
	text-align: center;
	background-color: #fbf6e5;
	font-family: "Gabarito", sans-serif !important;
	text-transform: uppercase;
}
.listing_content {
	width: 100%;
	margin: 0px auto 30px;
	display: table;
	padding: 00;
}

#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: 730px;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
	display: flex;
	justify-content: end;
}

.section-tittle span {
	color: #2ECC87 !important;
	text-transform: capitalize;
}

.section-tittle.box {
	text-transform: capitalize !important;
}

#main_row>div {
	margin-top: 0;
	width: 380px;
}

#main_gallery #main_row div ul {
	display: flex;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	flex-wrap: wrap;
	justify-content: start;
	margin-left: auto;
	margin-right: 0;
}

#main_gallery #main_row div ul li:last-child {
	margin-right: 0;
}

#main_gallery .full_img_wapper {
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	height: 0;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}

#main_gallery .thumb {
	background-color: #fff;
	border: 1px solid #dadada;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	_float: left;
	height: 164px;
	vertical-align: middle;
	width: 164px;
	overflow: hidden;
	border-radius: 10px;
}

#main_gallery .thumb>img {
	display: table-cell;
	height: auto;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}

#main_gallery #main_row div#row1 ul:first-child li:first-child .imagsbox_w {
	z-index: 1;
}

#main_gallery #main_row input {
	display: none;
}

#main_gallery #main_row input:checked~.imagsbox_w {
	z-index: 2;
}

#main_gallery div.imagsbox_w .imagsbox {
	display: flex;
	height: 100%;
	max-width: 100%;
	padding: 0;
	width: 100%;
	background-color: #fff;
}

#main_gallery div.imagsbox_w .full-img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}

#main_gallery div.imagsbox_w {
	border: 1px solid #dadada;
	bottom: 0;
	height: 100%;
	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 24px 23px;
	padding: 0;
	width: auto;
}

#main_gallery #main_row div ul li:nth-last-child(2),
#main_gallery #main_row div ul li:last-child {
	margin-bottom: 0;
}

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

@media only screen and (max-width:1399px) {
	.main_title {
		font-size: 17px;
		line-height: 28px;
	}
}

@media only screen and (max-width:1349px) {
	#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: 60%;
	}
}

@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) {

	#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: 0px 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;
	}
}

.desc-hedtitle {
	position: relative;
	font-size: 20px;
	letter-spacing: 0.3px;
	font-weight: 400;
	padding: 7px 6px;
	color: #191919;
	text-align: center;
	text-transform: capitalize;
	font-family: "Jost", serif !important;
	background: #e9ebeb;
	line-height: 30px;
	margin: 0 30px -20px;
	border-radius: 10px;
}
.desc-rd p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #444444;
	font-family: "Jost", serif !important;
	margin: 0 0 15px 0;
}
.desc-rd p:last-child{
	margin: 0;
}
.desc-rd.desc-text b, .desc-rd.desc-text strong {

	text-transform: uppercase;
	margin-bottom: 7px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.30px;
	font-weight: 700;
	color: #222222;
	font-family: "Jost", serif !important;
	display: block;
}
.desc-rd.desc-text ul{
	/* margin-left:15px; */
} 
.desc-rd.desc-text li {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #444444;
	font-family: "Jost", serif !important;
	margin: 0 0 6px 0;
	background-image: url('../images/true2.png');
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 30px;
}
.desc-rd.desc-text li b,
.desc-rd.desc-text li strong{
font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	color: #191919;
	font-family: "Jost", serif !important;
	margin: 0;
	text-transform: none;
	display: inline-block;
}
.product-text {
	border-radius: 20px;
	margin:  0 0 40px 0;
}
.pro-and-about {
	border: 1px solid #dadada;
	margin: 00px 0px 00px;
	overflow: hidden;
	padding: 40px 20px 20px;
		border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
	.product-text .container{
		max-width: 100%;
		padding: 0 20px;
	}
	.Product_image_wapper {
	max-width: 690px;
	height: 600px;
}
}
@media only screen and (max-width:767px){
	#right_box .desc-rd .table_item .table_box tr {
		display: block;
		padding: 5px 0;
	}
	#right_box .desc-rd .table_item .table_box tr td:first-child {
		width: 100%;
    	display: flex;
    	align-items: center;
	}
	#right_box .desc-rd .table_item .table_box tr td{
		width: 100%;
	}
}
@media only screen and (max-width: 575px){
.Product_image_wapper {
	height: 500px;
}
}

@media only screen and (max-width: 480px) {
  .Product_image_wapper {
    height: 400px;
  }
}
/* ============================== PRODUCT_DES3 CSS END ============================== */
.db_info_service {
	margin: 0 0 40px 0;
}
.db_info_service_wapper {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 10px;
	justify-content: center;
}
.db_info_service_box {
	display: flex;
	align-items: center;
	gap:10px;
}
.db_info_service_title h4{
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	color: #191919;
	margin: 0px;
	font-family: "Jost", sans-serif;
}
.db_info_service_title p{
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	color: #191919;
	margin: 0px;
	font-family: "Jost", sans-serif;
}
@media (max-width:991px) {
	.db_info_service_wapper {
		grid-template-columns: repeat(2,1fr);
		gap: 20px 10px;
	}
}
/*================================== BANNER CSS START  ================================== */

#dezign_home_banner {
	margin: 0px auto 40px;
	text-align: center;
}

/* Container styles */
#slidersection {
	width: 100%;
	overflow: hidden;
	position: relative;
	max-width: 1600px;
	margin: auto;
}

.slider {
	width: 100%;
	position: relative;
	padding-bottom: 37%;
	margin: 0 auto;
}

.slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	animation: zoomFade 12s infinite;
}

/* Banner image styles */
.slider .main_banner {
	width: 100%;
	height: auto;
	display: block;
	transform: scale(1);
	animation: zoomIn 4s infinite;
}

.banner_res {
	display: none;
}

/* Animation for each slide */
.slider li:nth-child(1) {
	animation-delay: 0s;
}

.slider li:nth-child(2) {
	animation-delay: 4s;
}

.slider li:nth-child(3) {
	animation-delay: 8s;
}

/* Keyframe animations */
@keyframes zoomFade {
	0% {
		opacity: 0;
		z-index: 0;
	}

	8% {
		opacity: 1;
		z-index: 1;
	}

	33% {
		opacity: 1;
		z-index: 1;
	}

	41% {
		opacity: 0;
		z-index: 0;
	}

	100% {
		opacity: 0;
		z-index: 0;
	}
}

@keyframes zoomIn {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1);
	}
}

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

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

	.slider {
		padding-bottom: 70%;
	}

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

@media screen and (max-width:700px) {
	.slider {
		padding-bottom: 77%;
	}
}

@media screen and (max-width:600px) {
	.slider {
		padding-bottom: 100%;
	}
}

@media screen and (max-width:575px) {
	.slider {
		padding-bottom: 100%;
	}

	.banner_res {
		height: 500px;
	}
}

@media screen and (max-width:480px) {
	.banner_res {
	height: auto;
}
.slider {
	padding-bottom: 119%;
}

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

@media screen and (max-width:360px) {
	
}
/*================================== BANNER CSS END  ================================== */

/* ABOUT1 CSS START */
.about_wrapper {
	margin: 0px 0px 20px;
	position: relative;
	text-align: center;
}
.about_img {
	margin: 0 0 20px 0;
	position: relative;
	z-index: 11;
	border-radius: 20px;
	overflow: hidden;
	display: inline-block;
}
.about_img img{
	z-index:1;
	position: relative;
}
.about_content .about_title {
	position: relative;
	margin: 0 0 25px 0;
}
.about_content {
	position: relative;
	z-index: 11;
	padding: 10px 0;
}
.browse_all_btn.about {
}
.about_content .feature-title{
	margin: 0 0 20px 0;
}
.about_content h6 {
	font-size: 42px;
	font-weight: 600;
	color: #191919;
	line-height: 44px;
	text-transform: uppercase;
	margin: 0 0 20px 0px;
	position: relative;
	display: inline-block;
	font-family: 'Playfair Display', sans-serif;
}
.about_content p {
	font-size: 18px;
	font-weight: 400;
	color: #191919;
	line-height: 30px;
	margin: 0 0 25px 0px;
	position: relative;
	display: inline-block;
	font-family: 'Jost', sans-serif;
}
.about_content p span{
	font-weight:700;
	color:#4e5e59;
}
.browse_all_btn a {
	display: inline-block;
}
.button {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 1px;
	padding: 10px 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: 40px;
	font-family: 'Jost', sans-serif;
}
.button:hover{
	background-color:#2a3d37;
	color: #fff;
}

.button i {
	margin-left: 5px;
	transition: all .5s ease-in-out;
	text-align: center;
	border-radius: 40px;
	color: #fff;
	transform: rotate(-30deg);
}
.button:hover i{
	color:#fff;
	transform: rotate(0deg);
}
.browse_all_btn.view {
	text-align: center;
}
@media screen and (max-width:1199px) {
	.about_content h6 {
		font-size: 32px;
		line-height: 34px;
	}
	
}
@media screen and (max-width:1090px){
	
	
}
@media screen and (max-width: 991px) {
	.about_img {
		margin: 0 auto;
		text-align: center;
		width: 80%;
	}
	.about_content {
		margin: 20px 0 0 0;
	}
	.about_content p {
		font-size: 16px;
	}
	.about_wrapper {
		margin: 0px 0px ;
	}
}
@media screen and (max-width:767px){
	.about_img {
		width: 100%;
	}
}
@media screen and (max-width:575px){
	.about_wrapper {
		margin: 0px 0px 40px;
	}
	
}
@media screen and (max-width:480px){
	/* .about_content h6 {
		font-size: 27px;
		line-height: 30px;
	} */

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

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

/*================================== MAIN TAB CSS START ================================== */
.clear {
	clear: both;
}
.tab [type=radio] {
	display: none
}
.customsearchbox input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	line-height: normal;
	display: none;
}
.tabsbottom label {
	display: inline-block;
	margin: 0;
	padding: 10px 30px;
	text-align: center;
	cursor: pointer;
	color: #191919;
	background-color: #fff;
	border: 1px solid #c4c4c4;
	font-weight: 400;
	font-size: 18px;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
	border-radius: 30px;
	margin: 0px 10px 0;
	letter-spacing: 0.5px;
	font-family: "Jost", sans-serif;
}
.message_desk {
	display: inline-block;
	vertical-align: middle;
}
.tabsbottom {
	margin-bottom: 40px;
}
.tabsbottom label:hover {
	background: #2a3d37;
	color: #fff;
	border-color: #2a3d37;
}
.tabsbottom input:checked + label {
	background: #2a3d37;
	color: #fff;
	border-color: #2a3d37;
}
.message_desk img:last-child{
	display: none;
}
.tabsbottom label:hover .message_desk img:last-child{
	display: block;
}
.tabsbottom label:hover .message_desk img:first-child{
	display: none;
}
.tabsbottom input:checked + label .message_desk img:first-child{
	display: none;
}
.tabsbottom input:checked + label .message_desk img:last-child{
	display:block;
}
#table1:checked~#content1,
#table2:checked~#content2,
#table3:checked~#content3,
#table4:checked~#content4,
#table5:checked~#content5,
#table6:checked~#content6,
#table7:checked~#content7 {
	display: block !important;
	height: auto;
}
section {
	text-align: left;
}
section p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #444444;
	text-align: left;
	margin: 0 0 25px 0;
	font-family: "Jost", sans-serif;
}
section p:last-child{
	margin: 0;
}
section p span,section ul li span {
	font-weight: 600;
	color: #01b3d2;
}
section b {
	font-weight: 600;
	color: #191919;
	font-size: 18px;
	text-align: left;
	margin: 0 0 10px 0;
	font-family: "Jost", sans-serif;
	display: inline-block;
}
section ul{
	/* margin-left: 20px; */
}
section ul li {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	color: #191919;
	text-align: left;
	font-family: "Jost", sans-serif;
}
.tabsbottom label img {
	transition: all 0.5s ease-in-out;
	margin: 0 10px 0 0;
	text-align: center;
}
section {
	display: none !important;
	padding: 30px 10px 10px;
}
.tabs_top {
	text-align: center;
	padding: 20px;
	border: 1px solid #dadada;
	border-radius: 25px;
}
@media screen and (min-width: 768px) {
	.tabs_top {
	display: flex;
	/* justify-content: center; */
	flex-wrap: wrap;
}
	#table1 {
	order: 1;
	position: relative;
	}
	.tabs_top label:nth-child(2) {
	order: 0;
	position: relative;
	}
	#table2 {
	order: 3;
	position: relative;
	}
	.tabs_top label:nth-child(4) {
	order: 4;
	position: relative;
	}
	#table3 {
	order: 5;
	position: relative;
	}
	.tabs_top label:nth-child(6) {
	order: 6;
	position: relative;
	}
	#content1{
		order: 7;
	position: relative;
	}
	#content2{
		order: 8;
	position: relative;
	}
	#content3{
		order: 9;
	position: relative;
	}
}
@media screen and (max-width: 991px) {
	.tabs_top {
		padding: 10px 15px;
	}
	.tabsbottom label {
		padding: 10px 30px;
	}
}
@media screen and (max-width: 767px) {
	.tabsbottom label {
		width: 100%;
		margin: 0 0 5px;
		font-size: 17px;
	}
	section {
		padding: 15px 0 ;
	}
	.tabsbottom {
		margin-bottom: 40px;
	}
	.tabs_top {
		padding: 25px 25px;
	}
	.accordion1-title {
		width: 100%;
		margin: 0 5px 5px  !important;
	}
}
@media screen and (max-width: 575px){
	.tabs label, .tabsbottom label{
		width: 100%;
		margin-right: 0;
	}
	.tabs .tab, .tabsbottom label {
		-webkit-box-ordinal-group: unset;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.tabs label:nth-child(8) {
		border-radius: 0;
	}
	.tabsbottom label:nth-child(3) {
		margin-left: auto;
	}
	.tabsbottom label:nth-child(7) {
		margin-left: auto;
	}
	.tabsbottom {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px) {
	section p {
		font-size: 17px;
	}
	.tabs_top {
		padding: 20px 20px;
	}
}
/*================================== MAIN TAB CSS END  ================================== */


/*============================================
			footer CSS START
============================================*/
.footer_wrapper {
	position: relative;
	background-color: #224b44;
	padding: 40px 0 0;
}
.footer_wrapper::before{
	top: 0;
	bottom: auto;
	  transform: rotateX(180deg);
}
.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 {
	/* background-color: #fff; */
	/* padding: 20px 0; */
	position: relative;
	/* box-shadow: 2px 3.464px 2px 0px rgba(0, 0, 0, 0.15); */
	/* border-bottom: 2px solid rgb(230, 230, 230); */
	border-radius: 30px;
	margin: 0 0 30px 0;
	/* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05); */
}
.footer_menu ul {
	display: flex;
	margin: 0px 0 0;
	justify-content: center;
}
.payment_img {
	text-align: right;
}
.footer_menu ul li i{
	margin-right:5px;
	transition: 0.5s all ease-in-out;
}
.footer_menu ul li a {
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 400;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 40px;
	border-right: 2px solid rgba(255,255,255,0.2);
	font-family: "Jost", sans-serif;
}
.footer_menu ul li a:hover {
	/* color: #2a3d37; */
}
.footer_menu ul li:last-child a{
	border-right:none;
}
.footer_menu ul li i {
	margin-right: 5px;
}
.footer_right_box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_right {
	display: flex;
	align-items: center;
	column-gap:30px;
}
.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: 700;
	color: #111111;
	text-transform: uppercase;
	margin: 0 0 0px;
	font-family: 'Jost', sans-serif;
}
.footer_verifie_title p {
	font-size: 16px;
	font-weight: 500;
	color: #555555;
	margin: 5px 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;
	text-align: center;
	margin: 0 0 30px 0;
}
.footer_logo a{
	display:block;
	z-index: 1;
	position: relative;
}
.footer_bottom .footer_wrap {
	position: relative;
	padding: 13px 10px;
	background-color: #ffffff;
	border-radius: 15px 15px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dezign_copyright {
	font-size: 16px;
	color: #111111;
	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: #111111;
	font-weight:700;
	font-family: "Jost", sans-serif;
	/* text-transform: uppercase; */
}
.dezign_by {
	font-size: 16px;
	color: #111111;
	font-weight:400;
	text-align: right;
	letter-spacing: 0.3px;
	font-family: "Jost", sans-serif;
}
.dezign_by span {
	font-size: 16px;
	font-weight: 700;
	color: #111111;
	letter-spacing: 0.3px;
	font-family: "Jost", sans-serif;
}
@media screen and (max-width:1399px){
.footer_menu ul li a{
	padding: 0 20px;
}
}
@media screen and (max-width:1199px){

	
	.footer_right_box {
		margin-top: 30px;
		column-gap:15px;
	}
	.footer_right {
		column-gap: 15px;
	}
	
	/* .payment_img {
		width: 240px;
	} */
}
@media screen and (max-width: 991px){
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		line-height: 24px;
		margin: 0 0 10px 0;
	}
	.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_block.footer_block01 {
		display: none;
	}
	.footer_menu ul {
		display: block;
		text-align: center;		
	}
	.footer_menu ul li a {
		padding: 7px 0px;
		border-right: none;
	}
	.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_title h4 {
		font-size: 18px;
	}
	.footer_verifie_title p {
		font-size: 16px;
	}
	.footer_verifie_box {
		justify-content: center;
	}
	.footer_right {
		column-gap: 30px;
		justify-content: center;
	}
.payment_img {
	text-align: center;
	margin: 0px 0 20px 0;
	width: auto;
}
	.footer_right_box {
	margin: 0;
	padding: 0;
}
.footer_bottom .footer_wrap {
	display: block;
}
}
@media screen and (max-width:767px){
	.footer_verifie_box {
		justify-content: center;
	}
	.footer_right {
		display: block;
	}

}
@media screen and (max-width:361px){
	.dezign_by {
		font-size: 14px;
	}
	.dezign_by span {
		font-size: 15px;
	}
	.footer_verifie_title h4 {
		font-size: 16px;
	}
	.footer_verifie_title p {
		font-size: 14px;
	}
}

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

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

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

.feature_make .category_item {
	margin: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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

.guaranteed_wapper .Shop_title {
	margin: 0 0 40px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Shop_box {
	text-align: center;
	display: inline-block;
	transition: all 0.5s ease-in-out;
	margin: 0 0 20px 0;
	overflow: hidden;
	border-radius: 110px;
	border: 1px solid #c0c0c0;
}
.cate_box1:hover .Shop_box {
	border-color: #0f4d78;
}

.category_box .row .col-lg-4:nth-child(2) .cate_box1 .Shop_box {
	border-radius: 0 0 50px 50px;
}

.Shop_box a img {
	transition: all 0.5s ease-in-out;
}

.cate_box1 {
	position: relative;
	background-color: #fff;
	text-align: center;
}

.cate_box1 .fat_text1 a {
	display: block;
}

.cate_box1 .fat_text1 span {
	font-size: 18px;
	font-weight: 400;
	transition: all 0.5s ease-in-out;
	color: #191919;
	position: relative;
	display: block;
	line-height: 22px;
	text-align: center;
	margin: 0;
	font-family: "Jost", sans-serif;
}

.cate_box1:hover .fat_text1 span {
	color: #0f4d78;
}

.cate_box1 .fat_text1 span i {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	background-color: #fff;
	margin: 10px auto 0;
	color: #909090;
	transition: all 0.5s ease-in-out;
	border: 1px solid #909090;
	transform: rotate(-45deg);
}

.cate_box1:hover .fat_text1 span i {
	background-color: #0f4d78;
	color: #fff;
	border-color:#0f4d78;
}
.cate_box1 .fat_text1 a h2{
	font-size: 16px;
	font-weight: 400;
	transition: all 0.5s ease-in-out;
	color: #191919;
	position: relative;
	display: block;
	line-height: 22px;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}
.cate_box1 .fat_text1 a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #c0c0c0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #c0c0c0;
	margin: 10px auto 0;
	transition: all 0.5s ease-in-out;
}
.cate_box1:hover .fat_text1 a i {
	background-color: #0f4d78;
	color: #fff;
	border-color:#0f4d78;
}
.button.view1 {
	text-align: center;
}

.browse_all_btn.view {
	text-align: center;
	display: none;
}

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

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

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

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

	.browse_all_btn.view {
		display: block;
	}
}

@media screen and (max-width:767px) {
	.cate_box1 {
		display: inline-block;
	}

	.feature_make .category_item {
		display: block;
		text-align: center;
		margin: 0 0 20px 0;
	}

	.Shop_title {
		margin: 0 0 20px;
		display: block;
	}

	.category_box {
		text-align: center;
	}

	.category_item {
		margin: 0 0 20px;
		justify-content: center;
	}

	.Shop_box {
		margin: 0 0 12px 0;
	}

	.guaranteed_wapper .Shop_title {
		margin: 0 0 20px 0;
		display: block;
	}

	.Shop_title .guaranteed_wapper_box {
		margin: 0 0 20px 0;
	}
}

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

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

	.Shop_title {
		margin: 0 0 14px;
	}

	.top_choice {
		font-size: 11px;
		line-height: 19px;
		margin: 0 0 6px;
		letter-spacing: 5px;
	}

	.Shop_title .guaranteed_wapper_box {
		margin: 0 0 16px 0;
	}
}

@media screen and (max-width:480px) {
	.cate_box1 {
		margin: 0 0 10px 0;
	}

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

	.cate_box1 .fat_text1 span {
		font-size: 18px;
		line-height: 20px;
	}

	.Shop_title .guaranteed_wapper_box {
		margin: 0 0 12px 0;
	}
}

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

	.top_choice {
		margin: 0 0 4px;
		letter-spacing: 4px;
	}
}

/*============================================
			feature CSS END
============================================*/
/*============================================
			db_why_choose_us CSS START
============================================*/
.db_why_choose_us {
	margin: 0 0 60px 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;
}

.db_why_choose_us_text {
	padding: 30px;
	display: flex;
	gap: 60px;
	position: relative;
	background: #f6f7f7;
	border-radius: 30px;
}
.db_why_choose_us_box {
	border-radius: 40px;
}

.db_why_choose_us_text_second_2 {
	text-align: center;
}

.db_why_choose_us_text_second {
	position: relative;
	text-align: center;
	border-radius: 0px;
	width: 100%;
	padding: 0;
	border-color: #fff !important;
}

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

table tr td {
	padding: 0 0 26px 0;
	border-color: #f6f7f7  !important;
}

table tr th {
	padding: 0px 0 34px 0;
	border-color: #f6f7f7  !important;
	background-color: #f6f7f7  !important;
}

table tr td {
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: #333333 !important;
	font-family: "Jost", sans-serif !important;
	border-color: #fff !important;
}

table tr th h2 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	color: #191919 !important;
	font-family: "Playfair Display", sans-serif !important;
	text-transform: uppercase;
	text-align: left;
	width: 86%;
}

table tr th h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #333333 !important;
	font-family: "Jost", sans-serif !important;
	margin: 0 20px;
	text-transform: uppercase;
	background-color: #f5f5f5 !important;
	border-radius: 50px;
	padding: 5px 0;
}

.db_why_choose_us_text_second tbody tr td {
	position: relative;
}

.db_why_choose_us_text_second tbody tr td:nth-child(2),
.db_why_choose_us_text_second tbody tr td:nth-child(3) {
	padding: 0 0 26px 0;
}

.db_why_choose_us_text_second tbody tr td:first-child::after {
	content: '';
	position: absolute;
	background: url('../images/w1.png');
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: left 5px;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	height: 47px;
	width: 47px;
}

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

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;
}

.db_why_choose_us_wapper .service_wrapper {
	z-index: 1;
	position: relative;
}

.db_why_choose_us_wapper .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;
	transition: all 0.5s ease-in-out;
	text-align: center;
}

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

.db_why_choose_us_wapper .service_img {
	position: relative;
	position: relative;
	background-color: #f5f5f5 !important;
	border-radius: 100%;
	width: 80px;
	margin: 0 auto 12px;
}

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

.db_why_choose_us_wapper .service_box {
	position: relative;
	background-color: #fff !important;
	padding: 0 10px;
	display: block;
}

.db_why_choose_us_wapper .service_title h4 {
	font-size: 16px;
	font-weight: 500;
	color: #191919 !important;
	margin: 0 0 0px;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-family: 'Jost', sans-serif;
	transition: all .5s ease-in-out;
}

.db_why_choose_us_wapper .service_title {
	width: 100%;
}


.db_why_choose_us_wapper .service_title p {
	font-size: 16px;
	font-weight: 400;
	color: #444444 !important;
	/* 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) {

	table tr th h2 {
		width: 94%;
	}
}

@media screen and (max-width: 1199px) {
	table tr td{
		font-size: 18px;
		line-height: 26px;
	}
	.db_why_choose_us_text_second_img {
		width: 190px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 991px) {

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

	.db_why_choose_us_wapper .service_wrapper {
		display: block;
	}
}

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

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

	.db_why_choose_us_wapper .service_wrapper {
		margin: 0 0 25px;
	}

	.service_icon {
		width: 100%;
	}

	.service_icon::before {
		content: none;
	}

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

@media screen and (max-width:360px) {
	.db_why_choose_us_wapper .service_title h4 {
		font-size: 15px;
	}

	.db_why_choose_us_wapper .service_img img {
		height: 50px;
	}

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



@media (max-width:1299px) {
	.db_why_choose_us_text {
		padding: 50px 40px 0px;
	}

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

	table tr th h2 {
		width: 96%;
	}
}

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

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

	table tr th h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.db_why_choose_us_text {
		padding: 40px 20px 20px;
	}

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

	.service_icon {
		width: 100%;
	}

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

@media (max-width:991px) {

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

	table tr th h2 {
		width: 76%;
	}

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

	.db_why_choose_us .db_why_choose_us_wapper {
		padding: 15px;
	}

	.db_why_choose_us_wapper .service_wrapper {
		margin: 0 0 30px 0;
	}

	.db_why_choose_us {
		text-align: center;
	}

	.db_why_choose_us_wapper .service_img {
		margin: 0 auto 6px;
	}

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

}

@media (max-width:767px) {

	.db_why_choose_us_text_second_img img {
		width: 120px;
	}

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

	table tr th h2 {
		font-size: 22px;
		line-height: 26px;
		width: 96%;
	}

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

	.service_icon {
		width: 90%;
	}

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

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

	table tr th h2 {
		font-size: 20px;
		line-height: 24px;
		width: 100%;
	}

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

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

@media (max-width:480px) {

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

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

	table tr th h2 {
		width: 100%;
	}

	.db_why_choose_us_text {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-o-overflow-scrolling: touch;
		-ms-overflow-scrolling: touch;
		overflow-scrolling: touch;
		display: block;
		width: 100%;
	}

	.db_why_choose_us_text_second {
		/* min-width: 500px; */
		width: max-content;
		/* border-collapse: collapse; */
	}

	.db_why_choose_us_text_second td,
	.db_why_choose_us_text_second th {
		white-space: nowrap;
	}

.db_why_choose_us_text {
	padding: 20px 20px 0;
	margin: 0 0 20px 0;
	width: 300px;
	margin: auto;
}

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

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

	.db_why_choose_us_text_second tbody tr td:first-child::after {
		background-position: left 11px;
	}

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

	.db_why_choose_us_wapper .service_box {
		display: flex;
	}

.db_why_choose_us_wapper .service_box {
	display: flex;
	margin: 0;
	padding: 0;
	gap: 8px;
	align-items: center;
}

	.db_why_choose_us_wapper .service_title {
		width: 60%;
		text-align: left;
	}


	.db_why_choose_us_wapper .service_img {
		margin: 0 0 6px;
	}
}

@media (max-width:360px) {

	.db_why_choose_us_wapper .service_img img {
		height: 60px;
	}

	table tr th h2 {
		font-size: 18px;
		line-height: 22px;
		width: 72%;
	}
	.db_why_choose_us_text {
		width: 260px;
	}
}

/*============================================
			db_why_choose_us CSS END
============================================*/
.banner{
	margin: 0 0 60px 0;
	text-align: center;
}
/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	position: relative;
	margin: 0 0 50px 0;
	text-align: center;
}
.guaranteed-head {
	position: relative;
	text-align: center;
}
.feature-title h2 {
	font-size: 28px;
	font-weight: 700;
	color: #1f324a;
	position: relative;
	line-height: 32px;
	text-transform: uppercase;
	font-family: "Playfair Display", serif;
	margin: 0 0 30px 0;
}
.brand_title p{
	font-size: 18px;
	color: #444444;
	font-weight: 400;
	line-height: 30px;
	margin: 10px 0 0 0;
	text-align: center;
	font-family: "GFS Didot", sans-serif;
	width: 70%;
	margin: 0 auto 20px;
}
.guaranteed-head h5 {
	font-size: 36px;
  	font-weight: 600;
  	color: #000000;
  	text-align: center;
  	position: relative;
  	display: block;
  	margin-bottom: 30px;
  	font-family: "Jost", sans-serif;
}
.guaranteed_box {
	position: relative;
	z-index: 1;
	margin: 0 0 0 0px;
	text-align: center;
}
.guaranteed_top {
	position: relative;
	z-index: 1;
	padding: 25px 20px;
	background-color: #fafafa;
	border-radius: 30px;
}
.guaranteed_name {
	font-size: 18px;
	color: #191919;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
	font-family: "Jost", sans-serif;
}
.guaranteed_star {
	font-size: 14px;
	color: #191919;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
	font-family: "Jost", sans-serif;
}
.guaranteed_coma {
	margin: 0 0 15px 0;
	border-radius: 20px;
	overflow: hidden;
	display: inline-block;
}
.guaranteed_left {
	display: flex;
	align-items: center;
	justify-content: center;
}
.guaranteed_text {
	font-size: 20px;
	color: #191919;
	font-weight: 400;
	line-height: 30px;
	margin: 20px 0px;
	min-height: 120px;
	display: flex;
	align-items: center;
	font-family: "Jost", sans-serif;
}
.browse_all_btn.review {
	text-align: center;
}
@media screen and (max-width:1300px){
	.guaranteed_top {
		padding: 25px 11px;
	}
}
@media screen and (max-width:1199px){
	.guaranteed_top {
		border-radius: 50px 50px 0 50px;
	}
	.guaranteed_text {
		line-height: 26px;
		height: 140px;
		font-size: 17px;
	}
	.brand_title h2{
		font-size: 42px;
	}
}
@media screen and (max-width:991px) {
	.guaranteed_text {
		min-height: auto;
		height: auto;
	}
	.guaranteed_box {
		margin: 0 0 20px 0px;
	}
	.guaranteed_wapper {
		margin: 0 0 30px 0;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_box {
		max-width: 70%;
		margin: 0px auto 30px;
	}
	.guaranteed_text {
		height: unset;
	}
	.guaranteed-head h5 {
		font-size: 25px;
		margin-bottom: 25px;
	}
	.brand_title p {
		width: 100%;
	}
}
@media screen and (max-width:575px){
	.guaranteed_wapper {
		margin: 0;
	}
}
@media screen and (max-width:480px){
	.guaranteed_box {
		max-width:90%;
	}
	.guaranteed-head h5 {
		font-size: 23px;
		line-height: 27px;
	}
	.brand_title h2 {
		font-size: 29px;
	}
	.brand_title p {
		font-size: 16px;
		line-height: 25px;
	}
	.feature-title h2 {
		font-size: 24px;
		line-height: 28px;
	}
}

@media screen and (max-width:361px){
	
	.guaranteed_box {
		max-width: 100%;
	}
}
/*============================================
			guaranteed CSS END
============================================*/
.dezign_by{
	display: none;
}