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

/*  
font-family: "Font Awesome 6 Pro";
font-family: 'Jost', sans-serif;
font-family: "Russo One", sans-serif;
*/
:root,
* {
	color-scheme: only light !important;
}

html,
body {
	background-color: #ffffff !important;
}

html,
body {
	background-color: #ffffff !important;
	background-image: linear-gradient(#ffffff, #ffffff) !important;
}

.x-item-description-child {
	all: initial
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Jost", sans-serif;
}

body {
	background-color: #ffffff !important;
}

img {
	max-width: 100%;
}

*,
::after,
::before {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

ul {
	list-style: none;
}

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

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

.star_img img {
	display: block;
}

.star_content {
	font-size: 18px;
	font-weight: 400;
	color: #191919;
	margin: 0px 0 0px 0;
	letter-spacing: 0.3px;
	font-family: 'Jost', sans-serif;
}

.star_content span {
	color: #0c3e89;
	font-weight: 700;
	text-transform: uppercase;
}

.star_content i {
	margin-right: 5px;
}

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

.about_button a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	padding: 12px 25px;
	display: inline-block;
	position: relative;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	text-transform: uppercase;
	font-family: 'Jost', sans-serif;
	background-color: #22262b;
	clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
}

.about_button a:hover {
	color: #fff;
	background-color: #fe030c;
}

.header_right_top {
	background-color: #fff;
	border-radius: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 30px;
	margin: 0 0 40px;
}

.top_header {
	position: relative;
	margin: 40px 0 0;
}

.main_menu_mobile {
	display: none !important;
}

.header_menu {
	background-color: #f3f5f9;
	padding: 32px 0;
	clip-path: polygon(0% 0, 100% 0px, 100% 100%, 4% 100%);
	margin: -20px 0 0 0;
}

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

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

.main_menu ul li a {
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #191919;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 86px;
	font-family: "Jost", sans-serif;
	line-height: 18px;
}

.main_menu ul li {
	position: relative;
}

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

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

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

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

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

.mobile_menu {
	display: none;
}

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

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

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

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

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

.bars img {
	width: 70%;
	margin-left: 7px;
}

.amon ul li {
	display: inline-block;
}

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

.amon ul li a {
	background-color: transparent;
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 0;
	font-family: "Jost", sans-serif;
	width: 100%;
}

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

.amon ul li {
	overflow: hidden;
	text-align: center;
}

.open-text .amon ul li {
	width: 100%;
}

.open-text .amon ul li a span {
	opacity: .8;
	display: inline-block;
}

/* menu_icon */
.menu_icon_wrapper {
	position: relative;
}

.menu_icon div {
	display: block;
	position: absolute;
	height: 4px;
	width: 30px;
	opacity: 1;
	left: auto;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	right: 0;
	border-radius: 5px;
	background-color: #0e408a;
}

.menu_icon .line-one {
	top: 0px;
	transform-origin: left center;
}

.menu_icon .line-two {
	top: 27%;
	transform: translateY(-50%);
	transform-origin: left center;
}

.menu_icon .line-three {
	top: 53%;
	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;
}

.top_header_contant .service_item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
}

.top_header_contant .service_item .service_box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.top_header_contant .service_item .service_box .service_img {
	background-color: transparent;
}

.top_header_contant .service_item .service_box .service_title h4 {
	font-size: 18px;
	font-weight: 500;
	color: #191919;
	margin: 0 0 0px;
	line-height: 22px;
	font-family: 'Jost', sans-serif;
}

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

	.top_header_contant .service_item .service_box .service_title {
		width: 100%;
	}

	.main_menu ul li a {
		font-size: 15px;
		padding: 0 70px;
	}

	.star_img {
		width: 90px;
	}

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

	.header_menu {
		padding: 26px 0;
	}
}

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

	.about_button a {
		font-size: 14px;
		padding: 12px 20px;
	}

	.star_img {
		margin: 0 auto 5px;
	}

	.main_menu ul li a {
		font-size: 14px;
		padding: 0 54px;
	}

	.top_header_contant .star_review {
		display: block;
		text-align: center;
	}

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

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

	.top_contact,
	.header_menu {
		display: none;
	}

	.header_right_top {
		padding: 10px 30px;
		margin: 20px 0 0px;
	}

	.main_menu {
		display: none;
	}

	.top_header {
		margin: 30px 0 0;
	}

	.top_newsletter_link {
		display: none;
	}

	.top_section1 .row .col-lg-3 {
		display: flex;
		justify-content: space-between !important;
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
	}

	.service_wrapper {
		order: 2;
	}

	.star_review {
		order: 1;
	}

	.menu {
		display: none;
	}

	.main_menu_mobile {
		text-align: center;
	}

	.main_menu_mobile {
		display: flex !important;
	}

	.mobile_menu {
		display: block !important;
	}

	.star_review {
		justify-content: center;
	}

	.top_header .logo a img {
		width: 150px;
	}

	.main_dezign_brain_header {
		margin: 0;
	}

	.seller_item {
		justify-content: center;
	}

	.top_header_contant .star_review {
		padding: 14px 30px;
		display: flex;
	}

	.star_img {
		margin: 0;
	}

	.top_header_contant {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		margin: 0;
		padding: 0 10px 0;
		display: flex;
		flex-direction: column;
	}

	.header_top .col-lg-3 {
		display: none;
	}

	.top_section1 {
		margin: 0 0 25px 0;
	}
}

@media screen and (max-width:767px) {
	.header_right_top {
		display: block;
		padding: 10px 10px;
	}
}

@media screen and (max-width:575px) {
	.top_header .logo a img {
		width: 130px;
	}

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

	.top_header_contant .service_item .service_box {
		gap: 6px;
	}

	.star_content {
		font-size: 16px;
	}

	.top_header_contant .star_review {
		padding: 12px 30px;
	}

	.amon ul li a {
		font-size: 14px;
		padding: 6px 0;
	}
}

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

	.seller_item {
		display: block;
	}

	.top_header_contant .service_item .service_box {
		margin: 0 0 8px 0;
	}

	.top_header_contant .service_item .service_box .service_img {
		margin: 0;
	}

	.top_header_contant .service_wrapper {
		margin: 0;
	}

	.top_header_contant .service_item {
		display: block;
		text-align: center;
	}

	.top_header_contant .star_review {
		padding: 8px 30px;
		display: block;
		text-align: center;
	}

	.top_header .logo a img {
		width: 110px;
	}

	.top_header {
		margin: 10px 0 0;
	}

	.star_img {
		margin: 0 auto 5px;
	}

	.star_img img {
		width: 100px;
		margin: 0 auto;
	}
}

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


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

.banner_res {
	display: none !important;
}

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

/* Container styles */
#slidersection {
	width: 100%;
	overflow: hidden;
	position: relative;
}

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

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

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

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

.banner_res {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

	.slider {
		padding-bottom: 70%;
	}

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

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

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

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

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

/* ============================== BANNER 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;
}

#right_box .desc-rd table td {
	font-size: 18px;
	font-weight: 400;
	position: relative;
	color: #333333;
	padding: 5px 10px;
}

#right_box .desc-rd table tr td:first-child {
	padding-left: 0px;
	padding-right: 15px;
	font-weight: 600;
	padding-left: 30px;
}

#right_box .desc-rd table tr td:first-child::after {
	position: absolute;
	content: ":";
	right: 0px;
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
	top: 4px;
}

#right_box .desc-rd table tr td:first-child::before {
	content: "";
	position: absolute;
	background-image: url(../images/right_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 18px;
	height: 18px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* 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: #f3f5f9;
	font-family: "Jost", sans-serif !important;
	border-radius: 10px;
}

.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 #dedede;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	_float: left;
	height: 164px;
	vertical-align: middle;
	width: 164px;
	overflow: hidden;
}

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

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

#main_gallery #main_row input {
	display: none;
}

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

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

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

#main_gallery div.imagsbox_w {
	border: 1px solid #dedede;
	bottom: 0;
	height: 100%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 70%;
	overflow: hidden;
}

#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 20px 10px;
}

@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: 67%;
	}

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

@media only screen and (max-width: 1189px) {
	#main_gallery div.imagsbox_w {
		width: 66%;
	}
}
@media only screen and (max-width: 1121px) {
	#main_gallery div.imagsbox_w {
		width: 64%;
	}
}
@media only screen and (max-width: 1043px) {
	#main_gallery div.imagsbox_w {
		width: 62%;
	}
}

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

.main_bottom {
	text-align: center;
}

.desc-hedtitle {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin: 0 auto;
	padding: 7px 20px;
	z-index: 1;
	position: relative;
	text-align: center;
	line-height: 30px;
	background-color: #3f7ade;
	text-transform: uppercase;
	font-family: "Jost", serif !important;
	display: inline-block;
	border-radius: 25px;
}

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

.desc-rd.desc-text {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #333333;
	font-family: "Jost", sans-serif !important;
}

.tab-content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #333333;
	font-family: "Jost", sans-serif !important;
}

.tab-content p:last-child {
	margin: 0;
}

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

.desc-rd.desc-text ul {
	position: relative;
}

.desc-rd.desc-text ul li {
	background: url('../images/right_arrow.png');
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 35px;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #666666;
	font-family: "Jost", sans-serif !important;
}

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

.desc-rd.desc-text b,
.desc-rd.desc-text strong {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	color: #666666;
	font-family: "Jost", sans-serif !important;
	display: block;
	text-transform: uppercase;
}

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

.desc_box {
	border: 1px solid #cdcdcd;
	overflow: hidden;
	padding: 14px;
}

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

	.desc-rd p {
		font-size: 17px;
		line-height: 23px;
	}

	.desc-rd.desc-text b {
		font-size: 17px;
		line-height: 29px;
		margin: 0 0 8px 0;
	}

	.desc-rd.desc-text ul li {
		font-size: 17px;
		line-height: 29px;
	}

	.desc-rd.desc-text ol li {
		font-size: 17px;
		line-height: 29px;
	}
}

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

@media only screen and (max-width:575px) {
	#right_box .desc-rd table td {
		padding: 5px 0;
		width: 100%;
		display: block;
	}

	.table_item .table_box tr {
		border-bottom: 1px solid #dadada;
	}

	.table_box {
		width: 100%;
	}

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

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

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

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

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

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

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

	.main_title {
		font-size: 16px;
		line-height: 24px;
		padding: 5px 10px;
	}

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

	.pro-and-about {
		padding: 10px 4px;
	}


	.desc_box {
		padding: 10px 14px;
	}

	.desc-hedtitle {
		font-size: 18px;
		padding: 5px 20px;
	}

	.desc-rd p {
		font-size: 15px;
		line-height: 21px;
	}

	.desc-rd.desc-text b {
		font-size: 15px;
		line-height: 27px;
	}

	.desc-rd.desc-text ul li {
		font-size: 15px;
		line-height: 27px;
	}

	.desc-rd.desc-text ol li {
		font-size: 15px;
		line-height: 27px;
	}
}


/*============================================
			image Css END 	
============================================*/

/*================================== BANNER CSS START  ================================== */
.banner_res {
	display: none !important;
}

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

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

/*================================== BANNER CSS END  ================================== */

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

.about_img {
	position: relative;
	text-align: center;
}

.about_content {
	position: relative;
}

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

.about_content h6 {
	font-size: 40px;
	font-weight: 500;
	color: #333333;
	line-height: 44px;
	text-transform: uppercase;
	margin: 0px 0 30px 0px;
	position: relative;
	font-family: "Jost", serif;
	position: relative;
	padding: 0px 0px 0px 46px;
}

.about_content h6 span {
	color: #0e408a;
	font-weight: 800;
}

.about_content h6::after {
	content: "";
	position: absolute;
	border: 1px solid #333333;
	width: 40px;
	height: 2px;
	top: 0;
	left: 0px;
	bottom: 0;
	margin: auto;
	right: auto;
}

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

.about_content p:nth-child(4) {
	margin: 0 0 30px 0;
}

.browse_all_btn {
	text-align: center;
}

.button {
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	padding: 16px 35px 16px 25px;
	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: #111111;
	text-transform: uppercase;
	clip-path: polygon(0% 0, 100% 0px, 88% 100%, 0% 100%);
	font-family: 'Jost', sans-serif;
	letter-spacing: 1px;
}

.button:hover {
	background-color: #0e408a;
}

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

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

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

}

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

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

	.about_content p {
		font-size: 16px;
		line-height: 25px;
	}

	.about_content h6 {
		font-size: 30px;
		line-height: 36px;
	}

	.about_content p:nth-child(4) {
		margin: 0 0 22px 0;
	}
}

@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;
		display: inline-block;
	}

}

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

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

	.button {
		padding: 14px 30px 14px 14px;
	}
}

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

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

	}
}

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

	.button {
		padding: 12px 28px 12px 12px;
		font-size: 15px;
	}

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

	.about_content h6 {
		font-size: 24px;
		line-height: 28px;
	}

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

@media screen and (max-width:360px) {
	.about_content p {
		font-size: 14px;
		line-height: 22px;
	}
}


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


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

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

.service_logo {
	text-align: center;
}

.service_icon .service_box {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 14px;
}

.service_icon {
	position: relative;
	width: 100%;
	transition: all 0.5s ease-in-out;
	text-align: center;
	margin: 0 auto;
}

.promo {
	margin: 0 0 60px 0;
}

.service_img {
	position: relative;
	background-color: #e6ecf3;
}

.service_title {
	text-align: left;
}

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

.service_title h4 {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin: 0 0 0px;
	line-height: 22px;
	font-family: 'Jost', sans-serif;
}

.service_title h4 span {
	color: #0e408a;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
}

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

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

	.service_title {
		width: 80%;
	}

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

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

	.service_title {
		width: 100%;
	}

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

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

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

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

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

	.service_title {
		text-align: left;
	}

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

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

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

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

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

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

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

	.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) {
	.service_title h4 {
		font-size: 15px;
	}

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

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

/*================================== PROMOTION 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: 10px 54px 10px 34px;
	text-align: center;
	cursor: pointer;
	color: #191919;
	font-weight: 500;
	font-size: 18px;
	transition: all .5s ease-in-out;
	margin: 0 10px;
	line-height: 30px;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
	clip-path: polygon(0% 0, 100% 0px, 88% 100%, 0% 100%);
	background: #f1f1f1;
}

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

.tabsbottom label:hover {
	background: #e6ecf3;
}

.tabsbottom input:checked+label {
	background: #e6ecf3;
}


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

.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: left;
	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 0px 0 0;
	text-align: center;
}

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

.tabs_top {
	padding: 30px 50px;
	border: 1px solid #b9b9b9;
	text-align: center;
}

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

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

	.tabsbottom label {
		font-size: 16px;
		line-height: 26px;
	}

	.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: 20px 10px;
	}

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

	.tabs_top {
		padding: 18px;
	}
}

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

	section {
		padding: 6px 0 0;
	}

	.tabs_top {
		padding: 12px;
	}

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

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

	section p {
		font-size: 15px;
		line-height: 25px;
	}
}

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

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	position: relative;
	margin: 0 0 60px 0;
	text-align: center;
}

.guaranteed-head {
	position: relative;
	text-align: center;
}

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

.guaranteed_top {
	position: relative;
	z-index: 1;
	padding: 45px 40px;
	clip-path: polygon(0 0, 100% 0px, 94% 100%, 0% 100%);
	background-color: #f5f7fa;
	margin: 0 0 16px 0;
}

.guaranteed_name {
	font-size: 20px;
	color: #333333;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	text-align: left;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
}

.guaranteed_star {
	font-size: 14px;
	color: #191919;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
	text-align: left;
	font-family: "Jost", sans-serif;
}

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

.guaranteed_wapper .Shop_title h2 {
	font-size: 26px;
	color: #191919;
	font-weight: 700;
	line-height: 28px;
	margin: 0;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
}

.guaranteed_wapper .Shop_title .Shop_title_star {
	display: flex;
	align-items: center;
	gap: 10px;
}

.guaranteed_wapper .Shop_title .Shop_title_star .Shop_title_star_text {
	font-size: 14px;
	color: #191919;
	font-weight: 400;
	line-height: 16px;
	margin: 0;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
	letter-spacing: 6px;
}

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

.coma {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 26px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Jost", sans-serif;
	background-color: #0e408a;
}

.guaranteed_last {
	display: flex;
	align-items: center;
	gap: 16px;
}

.guaranteed_text {
	font-size: 18px;
	color: #191919;
	font-weight: 400;
	line-height: 24px;
	margin: 20px 0px;
	height: 40px;
	text-align: left;
	font-family: "Jost", sans-serif;
}

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

@media screen and (max-width:1300px) {
	.guaranteed_top {
		padding: 35px 24px;
	}
}

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

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

	.guaranteed_text {
		font-size: 16px;
		line-height: 22px;
		height: 60px;
	}

	.guaranteed_top {
		padding: 26px 24px;
	}

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

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

	.Shop_title {
		margin: 0 0 26px 0;
	}

}

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

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

	.guaranteed_text {
		height: 40px;
	}

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

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

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

	.Shop_title_logo img {
		width: 100px;
	}

	.Shop_title_star_img img {
		width: 100px;
	}

	.Shop_title {
		display: block;
	}

	.Shop_title_logo {
		margin: 12px 0;
	}

	.guaranteed_wapper .Shop_title .Shop_title_star {
		justify-content: center;
	}

	.guaranteed-head h5 {
		font-size: 25px;
		margin-bottom: 25px;
	}
}

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

	.guaranteed_wapper .Shop_title .Shop_title_star .Shop_title_star_text {
		font-size: 13px;
		line-height: 14px;
		letter-spacing: 5px;
	}

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

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

	.guaranteed_wapper .Shop_title h2 {
		font-size: 22px;
		line-height: 24px;
	}

	.Shop_title_logo {
		margin: 8px 0;
	}

	.guaranteed-head h5 {
		font-size: 23px;
		line-height: 27px;
	}

	.guaranteed_top {
		padding: 18px;
	}

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

	.guaranteed_last {
		gap: 10px;
	}

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

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

	.guaranteed_box {
		max-width: 100%;
	}

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

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

/*============================================
			footer CSS START
============================================*/
.footer_wrapper {
	position: relative;
}

.store_footer_wapper {
	padding: 48px 0;
	position: relative;
	background-color: #f5f7fa;
}

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

.footer_menu ul {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}

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

.footer_menu ul li a i {
	color: #000000;
}

.footer_menu ul li {
	position: relative;
}

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

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

.footer_menu ul li a {
	font-size: 16px;
	color: #191919;
	line-height: 25px;
	font-weight: 500;
	transition: 0.5s all ease-in-out;
	display: inline-block;
	letter-spacing: 0.3px;
	padding: 0 40px;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
}

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

.footer_menu ul li a:hover i {
	color: #0e408a;
}

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

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

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

.footer_menu ul li a {
	position: relative;
}

.footer_menu ul li:first-child a {
	padding: 0 90px 0 0;
}

.footer_menu ul li:last-child a {
	padding: 0 0 0 90px;
}

.footer_menu .footer_menu_first {
	justify-content: start;
}

.footer_menu .footer_menu_second {
	justify-content: end;
}

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

.footer_bottom {
	position: relative;
	padding: 8px 0;
	background-color: #0e408a;
}

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

.dezign_copyright span {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Jost", sans-serif;
	line-height: 24px;
}

.dezign_by {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	text-align: right;
	font-family: "Gabarito", sans-serif;
	line-height: 24px;
}

.dezign_by span {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.5px;
	line-height: 24px;
	font-family: "Gabarito", sans-serif;
}

@media screen and (max-width:1399px) {
	.store_footer_wapper {
		padding: 42px 0;
	}
}

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

	.payment_img {
		display: block;
		text-align: right;
	}

	.footer_menu ul li:last-child a {
		padding: 0 0 0 60px;
	}

	.footer_menu ul li:first-child a {
		padding: 0 60px 0 0;
	}

	.footer_menu .footer_menu_second,
	.footer_menu .footer_menu_first {
		justify-content: center;
	}

	.payment_img img {
		margin: 0 0 5px 0;
	}
}

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

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

	.dezign_by {
		text-align: center;
	}

	.dezign_copyright {
		text-align: center;
		margin-bottom: 10px;
		line-height: 24px;
	}


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

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

	.footer_menu ul li a {
		margin: 0 0 5px 0;
	}

	.store_footer_wapper {
		padding: 30px 0;
	}

	.footer_menu ul li:first-child a,
	.footer_menu ul li:last-child a {
		padding: 0;
	}

	.footer_logo img {
		width: 150px;
	}

	.footer_block.footer_block01 {
		margin: 25px 0 0;
	}

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

	.footer_bottom {
		display: block;
	}

	.footer_block.footer_block03 {
		text-align: center;
		display: block;
		margin: 30px 0;
	}
}

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

	.dezign_by {
		font-size: 14px;
	}

	.footer_block.footer_block01 {
		margin: 16px 0 0;
	}

	.store_footer_wapper {
		padding: 20px 0;
	}
}

/*============================================
			feature CSS START
============================================*/

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

.feature-title {
	position: relative;
	text-align: center;
	margin: 0 0 30px 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: 30px;
	font-weight: 600;
	color: #191919;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	display: inline-block;
	line-height: 32px;
	z-index: 1;
	font-family: 'Jost', sans-serif;
	letter-spacing: 1px;
}

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

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

.feature_box {
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	z-index: 2;
	border: 1px solid #dfdfdf;
}

.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: 18px;
	font-weight: 400;
	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;
	text-align: left;
}

.cate_box .fat_text i {
	color: #37609e;
	background-color: #e6ecf3;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
}

.cate_box:hover .fat_text h2 {
	color: #0e408a;
}

.cate_box:hover .fat_text i {
	color: #ffffff;
	background-color: #0e408a;
}

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

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

@media screen and (max-width:1399px) {
	.feature-title h2 {
		font-size: 28px;
		line-height: 30px;
	}
}

@media screen and (max-width:1199px) {
	.feature_section_ul {
		grid-template-columns: repeat(3, 1fr);
		margin: 0 0 20px 0;
	}

	.cate_box {
		margin: 0 auto 30px;
	}

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

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

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

	.feature-title {
		margin: 0 0 20px 0;
	}

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

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

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

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

	.feature_section_title_img {
		margin: 0 0 20px;
	}

	.browse_all_btn.view2 {
		display: block;
	}

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

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

	.feature-title {
		margin: 0 0 16px 0;
	}

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

@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 20px;
	}

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

	.feature_section_ul {
		margin: 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-video {
	margin: 0 0 40px 0;
}

.db-video video {
	width: 100%;
}

@media screen and (max-width: 480px) {
	.db-video {
		margin: 0 0 30px 0;
	}
}


/* .promo_wrapper {
	margin: 70px 0 0 -60%;
	z-index: 34;
	position: relative;
	background: #910403;
	padding: 25px 30px;
	clip-path: polygon(3% 0, 100% 0px, 100% 100%, 0% 100%);
}

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

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

}

.promo_box {
	display: flex;
	align-items: center;
	gap: 15px;
	text-align: left;
}

.promo_img {}

.promo_title p {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 0px;
	line-height: 22px;
	font-family: 'Jost', sans-serif;
}

@media screen and (max-width: 1399px) {
	.promo_wrapper {
		margin: 20px 0 0 -60%;
	}
}

@media screen and (max-width: 1299px) {
	.promo_wrapper {
		margin: 40px 0 0 -60%;
	}
}

@media screen and (max-width: 1199px) {
	.promo_title h4 {
		font-size: 17px;
		line-height: 22px;
	}

	.promo_wrapper {
		margin: 10px 0 0 -60%;
		padding: 20px 30px;
	}

	.promo_title p {
		font-size: 14px;
		line-height: 20px;
	}

	.promo_img {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width: 991px) {
	.promo_item {
		justify-content: center;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		align-items: start;
	}

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

	.promo_wrapper {
		padding: 16px 30px;
	}

	.promo_icon {
		width: 100%;
	}

	.promo_wrapper {
		margin: 0;
	}

	.promo_title p {
		font-size: 17px;
		line-height: 22px;
	}
}

@media screen and (max-width: 767px) {
	.promo_wrapper {
		margin: 30px 0 0;
	}

}

@media screen and (max-width: 575px) {
	.promo_title h4 {
		font-size: 18px;
		line-height: 22px;
	}

	.promo_title p {
		font-size: 16px;
	}
}

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

	.promo_icon {
		width: 100%;
	}

	.promo_wrapper {
		padding: 15px 20px;
	}

	.promo_icon:nth-child(3),
	.promo_icon:nth-child(4) {
		margin: 0 0 14px;
	}

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

@media screen and (max-width:361px) {
	.promo_title h4 {
		font-size: 17px;
		line-height: 23px;
	}

	.promo_wrapper {
		padding: 14px 20px 0px;
	}
} */