@import url('https://fonts.googleapis.com/css2?family=Figtree&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

/*  
font-family: 'Figtree', 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: "Figtree", 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;
}

/* ============================== HEADER CSS START ============================== */
.main_dezign_brain_header {
	margin: 0 0 0 0;
	position: absolute;
	top: 20px;
	z-index: 2;
	left: 0;
	right: 0;
	margin: auto;
}

.promo_top_text {

	position: relative;
	margin: 00;
	z-index: 1;
}

.dezign_top_menu {
	position: relative;
	padding: 11px 0;
	z-index: 1;
	background: #f5f5f5;
	border-radius: 0px 0px 20px 20px;
}

.top_reating {
	font-size: 14px;
	letter-spacing: 0.3px;
	font-weight: 400;
	color: #111111;
	font-family: "Figtree", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.top_reating span {
	color: #1c56a2;
	font-weight: 700;
	text-transform: uppercase;
}

.welcom_text {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.2px;
	line-height: 28px;
	font-family: "Figtree", sans-serif;
}

.welcom_text span {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.2px;
	color: #fff;
	font-family: "Figtree", sans-serif;
}

.top_section1 {
	position: relative;
}

/* .top_section1::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 100%;
	background-color: #f2d3ca;
	top: 0;
	left: 15px;
	bottom: 0;
	margin: auto;
	transform: skew(-15deg);
} */

.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: "Figtree", sans-serif;
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #111111;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 50px;
	display: inline-block;
}

.main_menu ul li:first-child a {
	padding: 0 50px 0 0;
}

.main_menu ul li {
	position: relative;
}

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

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

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

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

.top_section {
	position: relative;
	margin: 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: #dedede;
}

.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: 3px 10px;
	font-family: "Figtree", sans-serif;
	font-size: 15px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #191919;
	text-decoration: none;
	text-transform: capitalize;
	display: inline-block;
	line-height: 22px;
	width: 100%;
}

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

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

.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: #3172a5;
}

.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 {
		font-size: 15px;
		padding: 0 36px 0px 0px;
	}

	.main_menu ul li:first-child a {
		padding: 0 40px 0 0;
	}

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

}

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

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

	.header_right .button {
		font-size: 14px;
		padding: 3px 6px 3px 22px;
	}

	.header_right .button i {
		margin-left: 8px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.main_menu ul li:first-child a {
		padding: 0 30px 0 0;
	}

	.main_menu ul li a {
		font-size: 14px;
		padding: 0 25px;
	}
	.main_menu ul li:first-child a{
		padding: 0 25px 0 0;
	}
	.main_menu ul li:last-child a{
		padding: 0 0 0 25px;
	}

	.birthstone_wrapper {
		gap: 0 32px;
	}
}

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

}

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

	.birthstone_wrapper {
		display: none;
	}
.top_section{
	padding: 25px 0;
}
	.top_section1 {
		display: none;
		margin: 0;
	}

	.logo {
		width: 280px;
		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 {
	position: relative;
	top: 0;
}

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

	.top_header {
		position: relative;
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width: 767px) {
	.logo img {
		width: 230px;
	}
}

@media screen and (max-width: 575px) {
	.amon ul li a {
		font-size: 14px;
		line-height: 20px;
	}

	.amon ul {
		width: 190px;
	}
}

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


	.top_reating {
		font-size: 13px;
	}
}

@media screen and (max-width:361px) {
	.main_dezign_brain_header::before {
		width: 136px;
		height: 150px;
	}

	.top_reating img {
		width: 80px;
	}
	.logo img {
		width: 200px;
	}
}

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



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

.banner_res {
	display: none !important;
}
#dezign_home_banner {
	margin: 0px auto 40px;
	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  ================================== */

/* ============================== PRODUCT_DES3 CSS START ============================== */
.Product_image {
	position: relative;
	margin: 0 0 60px 0;
}
.Product_image_wapper {
	max-width: 680px;
	margin: 0 auto 30px;
	text-align: center;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	overflow: hidden;
	margin: 0;
}
.Product_image_wapper img{
	max-height: 600px;
}
#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: 16px;
	font-weight: 400;
	position: relative;
	color: #444444;
	font-family: 'Figtree';
	padding: 5px 10px;
	
}
#right_box .desc-rd table tr td:first-child {
	padding-left: 0px;
	padding-right: 15px;
	font-weight:600;
	padding-left:30px;
	text-transform: uppercase;
}
.main_bottom {
	text-align: center;
}
.desc-hedtitle {
	color: #3172a5;
	font-size: 30px;
	font-weight: 700;
	margin: 0 auto 20px;
	z-index: 1;
	position: relative;
	line-height: 32px;
	font-family: "Figtree", serif !important;
	display: inline-block;
	border-radius: 25px;
}
.desc-hedtitle_2 {
	color: #111111;
	font-size: 18px;
	font-weight: 600;
	margin: 0 auto 20px;
	z-index: 1;
	position: relative;
	text-align: center;
	line-height: 30px;
	font-family: "Figtree", serif !important;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 25px;
}

.desc-rd p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #444444;
	margin: 0 0 17px;
	font-family: "Figtree", sans-serif !important;
	text-align: left;
}
.desc-rd.desc-text{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #444444;
	font-family: "Figtree", sans-serif !important;
}
.tab-content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #444444;
	font-family: "Figtree", sans-serif !important;
}
.tab-content p:last-child{
	margin: 0;
}
.desc-rd p:last-child{
	margin: 0;
}

.product-text ul li {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #333333;
	font-family: "Figtree", sans-serif !important;
	position: relative;
	padding-left: 28px;
	background-image: url(../images/arrow-left.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
}
.desc-rd.desc-text b, strong {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #333333;
	display: block;
	text-transform: uppercase;
	margin: 0 0 7px;
	font-family: "Figtree", sans-serif !important;
}
.des_pointd {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0 0 20px 0;
}
.des_pointd_text {
	width: 80%;
}
.des_pointd_text h2{
	font-size: 24px;
	line-height: 28px;
	font-weight: 800;
	color: #26558b;
	font-family: "Figtree", sans-serif !important;
	margin: 0 0 10px 0;
}
.des_pointd_text p{
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #333333;
	font-family: "Figtree", sans-serif !important;
	margin: 0;
}
.product_btn .button {
	font-size: 28px;
	padding: 14px 30px;
	border-radius: 10px;
	margin: 0 8px;
	font-weight: 500;
}

.frame_box {
	display: flex;
	padding: 20px 25px;
	border-bottom: 1px solid #4f4f4f;
}
.frame_box:last-child{
	border-bottom: none;
}
.frame_text {
	display: flex;
	align-items: flex-start;
	column-gap: 15px;
	max-width: 25%;
	border-right: 1px solid #4f4f4f;
	margin: 0 25px 0 0;
	width: 100%;
}
.frame_item {
	border: 1px solid #4f4f4f;
	border-radius: 15px;
	margin: 0 0 25px;
}
.desc_icon {
	display: flex;
	align-items: center;
	column-gap: 15px;
	margin: 0 0 15px;
	justify-content: center;
}
.desc_icon img {
	margin-right: 5px;
}
.product-text {
	margin: 0;
}
.product-text ul{
	margin: 0 0 25px 0;
}
.desc_box {
text-align: center;
}

.db-specifications .table_item .table_box tr td:first-child {
	padding-right: 15px;
	font-family: "Figtree", sans-serif;
	width: 50%;
	letter-spacing: 0.30px;
	text-transform: uppercase;
}
.db-specifications .table_item .table_box tr td {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	padding: 10px 8px;
	line-height: 22px;
	font-family: "Figtree", sans-serif;
	color: #444444;
	font-family: 'Figtree';
}
.db-specifications .table_item .table_box tr td:first-child::after {
	position: absolute;
	content: ":";
	right: 0px;
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
	top: 50%;
	transform: translateY(-50%);
}
.text-wapper {
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #ededed;
}
.text-wapper-last{
	padding: 0;
	border: none;
	margin:  0 0 50px 0;
}
@media only screen and (max-width: 1399px) {
	.product_btn .button {
		padding: 12px 24px;
		margin: 0 4px;
		font-size: 25px;
	}
}
@media only screen and (max-width: 1199px) {
	.product-text .container {
		max-width: 100%;
		padding: 0 15px;
	}
	.frame_text {
		column-gap: 10px;
	}
	.desc-rd.desc-text b, strong {
		font-size: 18px;
	}
	.desc-hedtitle {
		font-size: 25px;
	}
	.product-text ul li {
		font-size: 16px;
		line-height: 24px;
	}
	.des_pointd_text h2 {
		font-size: 22px;
		line-height: 24px;
	}
	.des_pointd_text p {
		font-size: 16px;
		line-height: 24px;
	}
	.product_btn .button {
		font-size: 21px;
	}
}
@media only screen and (max-width:991px){
	.Product_image {
		margin: 0 0 30px 0;
	}
	
}
@media only screen and (max-width:767px){
	.frame_text {
		max-width: 33%;
		margin: 0 15px 0 0;
	}
	.desc-hedtitle::before, .desc-hedtitle::after, .feature-title h2::before, .feature-title h2::after {
		width: 33px;
	}

	.text-wapper {
		padding: 0 0 15px 0;
		margin: 0 0 15px 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_box {
		padding: 0;
	}
	.desc-rd p {
		font-size: 17px;
	}
	.frame_text {
		max-width: 100%;
		margin: 0 0px 0 0;
		border-right: none;
	}
	.frame_box {
		display: block;
		padding: 20px 15px;
	}
	.desc-rd.desc-text ul li {
		font-size: 16px;
		line-height: 26px;
	}
	.desc-hedtitle_2 {
		font-size: 16px;
		margin: 0 auto 10px;
	}
}
@media only screen and (max-width:480px){
	#right_box .desc-rd.desc-text {
		
	}
	.desc-hedtitle {
		font-size: 18px;
		/* padding: 5px 20px; */
	}
	.desc-rd.desc-text b, strong {
		font-size: 17px;
		line-height: 24px;
	}
	.Product_image_wapper {
		margin: 0 auto 10px;
	}
	.Product_image_wapper {
		height: 400px;
	}
	.des_pointd_text h2 {
		font-size: 20px;
		line-height: 22px;
	}
	.product_btn .button {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.Product_image {
		margin: 0 0 20px 0;
	}
}
/* ============================== PRODUCT_DES3 CSS END ============================== */

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

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

.dezign_home_banner2 {
	margin: 0px auto 40px !important;
}

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

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

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

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

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

/* ABOUT1 CSS START */
.about_wrapper {
	margin: 0px 0px 60px;
	position: relative;
	padding: 50px 0;
	background: #eff4f8;
}
.about_img {
	position: relative;
	text-align: center;
}

.about_content {
	position: relative;
}

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

.about_content h6 {
	font-size: 16px;
	font-weight: 400;
	color: #191919;
	line-height: 18px;
	letter-spacing: 8px;
	text-transform: uppercase;
	margin: 0px 0 30px 0px;
	position: relative;
	font-family: "Figtree", serif;
	position: relative;
	padding: 0px 0px 0px 55px;
}

.about_content h6::after {
	content: "";
	position: absolute;
	border: 1px solid #7d7f81;
	width: 48px;
	height: 1px;
	top: 0;
	left: 0px;
	bottom: 0;
	margin: auto;
}
.about_content img{
	margin: 0 0 20px 0;
}
.about_content span {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	color: #222222;
	font-family: "Figtree", serif !important;
	display: block;
}

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


.browse_all_btn a {
	display: inline-block;
}

.button {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
	padding: 13px 30px;
	display: inline-block;
	position: relative;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	background-color: #3172a5;
	text-transform: uppercase;
	border-radius: 40px;
	font-family: 'Figtree', sans-serif;
	border: 1px solid #3172a5;
}

.button:hover {
	background-color: #fff;
	color: #3172a5;
}

.button i {
	margin-left: 5px;
	transition: all .5s ease-in-out;
	text-align: center;
}
.button.button2{
	background-color: #fff;
	color: #3172a5;
}
.button.button2:hover{
	background-color: #3172a5;
	color: #fff;
}

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

@media screen and (max-width:1499px) {
	.about_content p {
		margin-bottom: 20px;
	}

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

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

	.about_content span {
		margin-bottom: 15px;
	}
}

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

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

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


}

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

	.about_content {
		margin: 20px 0 0 0;
		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 span {
		font-size: 19px;
		line-height: 24px;
	}

	.button {
		font-size: 15px;
		padding: 5px 6px 5px 20px;
	}

	.button i {
		width: 33px;
		height: 33px;
		line-height: 33px;
		margin-left: 10px;
	}
}

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

	.about_content span {
		font-size: 18px;
	}



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

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

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

	.button {
		font-size: 14px;
		padding: 4px 5px 4px 18px;
	}

	.button i {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-left: 6px;
	}



	.about_content span {
		font-size: 17px;
		line-height: 23px;
	}
}

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

}

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

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


}

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


}

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



/*============================================
			footer CSS START
============================================*/
.footer_wrapper {
	position: relative;
	padding: 0 0;
	/* margin: 0 20px; */
	/* border-radius: 20px 20px 0 0; */
}

.store_footer_wapper {
	position: relative;
	padding: 0 0 30px 0;
	border-bottom:1px solid #e8e8e8;
}

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

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

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

.dezign_by i {
	font-size: 11px;
	margin: 0 4px;
}

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

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

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

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

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

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

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

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

.footer_menu ul li {
	position: relative;
}

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

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

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

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

.footer_second_box {
	margin: 30px 0;
}

.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: #fff;
	text-transform: uppercase;
	margin: 0 0 0px;
	font-family: 'Figtree', sans-serif;
}

.footer_verifie_title p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin: 5px 0 0 0;
	font-family: 'Figtree', sans-serif;
}

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

.footer_menu ul li a {
	position: relative;
}

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

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

.footer_right_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0 30px ;
	/* border-top: 1px solid #dcdcdc; */
}
.footer_verifie_box {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 10px;
	border-radius: 15px;
}
.footer_verifie_box {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 10px;
	border-radius: 15px;
}
.footer_verifie_title p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin: 5px 0 0 0;
	font-family: 'Figtree', sans-serif;
}

.footer_bottom {
	position: relative;
	padding: 13px 0;
	background-color: #ffffff;
}
.dezign_copyright {
	font-size: 16px;
	color: #111111;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0.3px;
	font-family: "Figtree", sans-serif;
}

.dezign_copyright span {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #111111;
	font-weight: 600;
	font-family: "Figtree", sans-serif;
}

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

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

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

	.footer_menu ul li a {
		font-size: 15px;
		padding: 0 40px;
	}

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

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

@media screen and (max-width:1199px) {
.payment_img {
	display: block;
	text-align: right;
}

	/* .dezign_copyright,
	.dezign_copyright span,
	.dezign_by,
	.dezign_by span {
		font-size: 14px;
	} */

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

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

	.footer_menu ul li a {
		font-size: 14px;
		padding: 0 20px;
	}

	.footer_right {
		column-gap: 15px;
	}

}

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

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

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

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

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

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

	.dezign_copyright {
		text-align: center;
		line-height: 24px;
		margin: 0 0 5px 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 20px 0;
	}

	.footer_wrapper {
		padding:0;
	}

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

	.footer_block.footer_block01 {
		display: none;
	}

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

	.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 {
		margin: 0;
	}
	.payment_img img{
		margin: 0 0 10px 0;
	}

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

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

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

}

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

	.footer_right {
		display: block;
	}




	.footer_wrapper {
		margin: 0 10px;
	}

	.footer_menu ul li a {
		font-size: 15px;
	}
	.store_footer_wapper {
		padding: 20px 0 10px;
	}

}

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

	



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

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

	.footer_second_box {
		margin: 0px 0;
	}

	.footer_left_box_img2 {
		margin: 20px 0;
	}
}

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


	.dezign_copyright {
		line-height: 20px;
	}



	.footer_left_box_img1 .img-fluid,
	.footer_left_box_img2 .img-fluid,
	.footer_left_box_img3 .img-fluid {
		width: 160px;
	}
	.footer_verifie_title h4 {
		font-size: 16px;
	}
	.footer_verifie_title p {
	font-size: 14px;
}
}

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


/*================================== PROMOTION CSS START  ================================== */
.service_wrapper {
	margin: 0 0 50px;
	z-index: 1;
	position: relative;
}
.service_item {
	display: grid;
	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;
	
}
.service_box{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	background: #f6f6f6;
	height: 80px;
	border-radius: 20px;
	margin: 10px;
	padding: 10px;
}

.service_img {
	margin: 0;
}
.service_box:last-child{
	border-right:none;
}
.service_title {
	text-align: left;
}
.service_title h4 {
	font-size: 18px;
	font-weight: 700;
	color: #191919;
	margin: 0 0 0px;
	/* letter-spacing: 0.3px; */
	line-height: 22px;
	font-family: 'Figtree', sans-serif;
	text-transform: uppercase;
}
.service_title p {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	margin: 0 0 0px;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-family: 'Figtree', sans-serif;
}
.service-banner {
	display: flex;
	align-items: center;
	padding: 20px;
	background: #f6f6f6;
	gap: 30px;
	border-radius: 30px;
}
.service-banner-img {
	border-radius: 30px;
	overflow: hidden;
}
.service-banner-text h2{
	font-size: 36px;
	font-weight: 800;
	color: #333333;
	margin: 0 0 0;
	/* letter-spacing: 0.3px; */
	line-height: 38px;
	text-transform: uppercase;
	font-family: 'Figtree', sans-serif;
}
.service-banner-text p {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	margin: 10px 0px;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-family: 'Figtree', sans-serif;
}
@media screen and (max-width: 1299px) {
	.service_title h4 {
		font-size: 16px;
		text-align: left;
	}
	.service-banner-text h2 {
		font-size: 31px;
		line-height: 35px;
	}
	.service-banner-text p {
		font-size: 16px;
		line-height: 20px;
	}
}
@media screen and (max-width: 1199px) {
	.service-banner-text h2 {
		font-size: 28px;
		line-height: 31px;
	}
	.service-banner {
		padding: 20px;
		gap: 15px;
	}
}
@media screen and (max-width: 991px) {
	.service_item {
		justify-content: center;
		flex-wrap: wrap;
	}


	.service_wrapper{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.service_box {
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 575px) {
	.service_box {
		display: block;
		text-align: center;
		height: auto;
	}
	.service_title ,.service_title h4 {
		text-align: center;
	}
	.service_img {
		margin: 0 0 10px 0;
	}
	.service_box {
		padding: 15px 10px;
	}
}
@media screen and (max-width: 480px) {
	.service_title h4 {
		font-size: 16px;
	}
	.service_title p {
		font-size: 15px;
	}
	.service_wrapper {
		margin: 0 0 25px;
	}

	.service_icon::before {
		content: none;
	}

	.service-banner-text h2 {
		font-size: 25px;
		line-height: 28px;
	}
	.service_icon {
		width: 97%;
		margin: auto 0 20px;
	}
}
@media screen and (max-width:360px) {
	.service_title h4 {
		font-size: 15px;
	}
	
	.service_img {
		margin: 0 0 8px;
	}
}
/*================================== PROMOTION CSS END  ================================== */

/*============================================
			why_choose_us CSS START
============================================*/
.feature_top {
	margin: 0 0 30px 0;
	text-align: center;
}

.feature-title h2 {
	font-size: 36px;
	color: #3172a5;
	font-weight: 700;
	line-height: 38px;
	margin: 0;
	font-family: "Figtree", sans-serif;
}
.feature-title p {
	font-size: 20px;
	color: #333333;
	font-weight: 400;
	line-height: 24px;
	margin: 10px 0 0 0;
	font-family: "Figtree", sans-serif;
}
@media (max-width:767px) {
	.feature-title p {
		font-size: 18px;
	}
}





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

.guaranteed-head {
	position: relative;
	text-align: center;
}
.guaranteed_titel {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin: 0 0 20px 0;
}
.guaranteed_titel h2 {
	font-size: 16px;
	font-weight: 400;
	color: #191919;
	line-height: 18px;
	letter-spacing: 8px;
	text-transform: uppercase;
	margin: 0px 0 30px 0px;
	position: relative;
	font-family: "Figtree", serif;
	position: relative;
	padding: 0px 0px 0px 55px;
	display: inline-block;
}
.guaranteed_titel h2::after {
	content: "";
	position: absolute;
	border: 1px solid #7d7f81;
	width: 48px;
	height: 1px;
	top: 0;
	left: 0px;
	bottom: 0;
	margin: auto;
}

.guaranteed-head h5 {
	font-size: 36px;
	font-weight: 600;
	color: #000000;
	text-align: center;
	position: relative;
	display: block;
	margin-bottom: 30px;
	font-family: "Figtree", sans-serif;
}

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

.guaranteed_top {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 20px;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 2px solid #f6f6f6;
}
.guaranteed_box .guaranteed_top:last-child{
	margin: 0;
}
.guaranteed_text_wapper {
	width: 86%;
}

.guaranteed_name {
	font-size: 18px;
	color: #191919;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	font-family: "Figtree", sans-serif;
	padding: 6px 15px;
	background: #eff4f8;
	border-radius: 30px;
	text-transform: uppercase;
	margin-right: 10px;
}


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

.guaranteed_left {
	margin:0 auto 0;
}

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

.guaranteed_wapper_title {
	display: flex;
	align-items: center;
}
.browse_all_btn.review {
	text-align: center;
}

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

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

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

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

	.feature-title h2 {
		font-size: 30px;
		line-height: 32px;
	}


	.brand_title h2 {
		font-size: 42px;
	}
}

@media screen and (max-width:991px) {
	.guaranteed_main_image {
		margin: 0 0 30px 0;
	}
	.guaranteed_box {
		margin: 0 0 30px 0;
	}

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

	.guaranteed_wapper .feature_top .col-lg-3:nth-child(3) .guaranteed_box {
		margin: 0;
	}

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

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


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

	.guaranteed_text {
		margin: 0 0 20px;
	}

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

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

@media screen and (max-width:480px) {
	.guaranteed_titel {
		margin: 0;
	}
	.guaranteed_top {
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
	}

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

	.brand_title h2 {
		font-size: 29px;
	}

	.brand_title p {
		font-size: 16px;
		line-height: 25px;
	}
	.guaranteed_titel {
		display: block;
		margin: 0 0 20px 0;
	}
	.guaranteed_titel h2 {
		margin: 0px 0 15px 0px;
	}
}

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

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


/* */
.product_results_box {
	border: 1px solid #e5e5e5;
	padding: 30px;
	border-radius: 30px;
	margin: 0 0 60px 0;
}
.product_results_item p{
	font-size: 20px;
	font-weight: 400;
	color: #191919;
	letter-spacing: 0.2px;
	line-height: 22px;
	font-family: "Figtree", sans-serif;
	margin: 0 0 5px 0;
}
.product_results_item h2{
	font-size: 24px;
	font-weight: 700;
	color: #dc3545;
	letter-spacing: 0.2px;
	line-height: 26px;
	font-family: "Figtree", sans-serif;
	margin: 0 0 20px 0;
}
@media (max-width:991px) {
	.product_results_item {
		margin: 0 0 20px 0;
	}
	.product_results_box {
		padding: 30px 30px 20px;
		margin: 0 0 30px 0;
	}
}
@media (max-width:480px) {
	.product_results_box {
		padding: 20px 20px 10px;
	}
	.product_results_item p {
		font-size: 18px;
		line-height: 20px;
	}
	.product_results_item h2 {
		font-size: 22px;
		line-height: 24px;
	}
	.feature-title p {
		font-size: 16px;
	}
}
@media (max-width:360px) {
	.guaranteed_top{
		display: block;
	}
	.guaranteed_text_wapper {
		width: 100%;
	}
	.guaranteed_wapper_title {
		justify-content: center;
	}
	.guaranteed_text{
		text-align: center;
	}
}
/*  */
.works-section {
	margin: 0 0 60px 0px;
}
.works-box {
	border: 1px solid #e5e5e5;
	padding: 20px;
	border-radius: 40px;
	text-align: center;
}
.works-box img{
	margin: 0 0 20px 0;
}
.works-box h2 {
	font-size: 23px;
	font-weight: 700;
	color: #26558b;
	letter-spacing: 0.2px;
	line-height: 26px;
	font-family: "Figtree", sans-serif;
}
.works-box p {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	letter-spacing: 0.2px;
	line-height: 30px;
	font-family: "Figtree", sans-serif;
	margin: 0;
	height: 160px;
}
@media (max-width:1299px) {
	.works-box p {
		font-size: 16px;
	}
	.works-box h2 {
		font-size: 20px;
	}
}
@media (max-width:1199px) {
	.works-box {
		padding: 10px;
	}
	.works-box p {
		height: 190px;
	}
}
@media (max-width:991px) {
	.works-box p {
		height: 130px;
	}
	.works-box {
		margin: 0 0 20px 0;
	}
	.works-section {
		margin: 0 0 30px 0px;
	}
}
@media (max-width:767px) {
	.works-box p {
		height: auto;
	}
}
/*  */
.symptoms_associated{
	margin: 0 0 60px 0;
}
.symptoms_associated ul{
	 -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.symptoms_associated ul li {
	font-size: 18px;
	font-weight: 500;
	color: #191919;
	letter-spacing: 0.2px;
	line-height: 30px;
	font-family: "Figtree", sans-serif;
	padding-left: 30px;
	background-image: url(../images/plus.png);
	background-position: 0 8px;
	background-repeat: no-repeat;
	margin: 0 0 15px 0;
}
@media (max-width:991px) {
	.symptoms_associated ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.symptoms_associated ul li{
		font-size: 16px;
		margin: 0 0 10px 0;
	}
	.symptoms_associated {
		margin: 0 0 40px 0;
	}
	
}
@media (max-width:480px){
	.symptoms_associated ul li {
		padding-left: 20px;
		line-height: 27px;
	}
	.symptoms_associated ul {
		margin: 0;
	}
	.symptoms_associated {
		margin: 0 0 20px 0;
	}
}
	@media (max-width:360px){
		.symptoms_associated ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	}
/*  */
.rbc_section{
	background: #f8fafb;
	padding: 50px 0;
	margin: 0 0 60px 0;
}
.rbc_section .rbc_text h2 {
	margin: 30px 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #78ad27;
	font-family: "Figtree", sans-serif !important;
	position: relative;
}
.rbc_section p{
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #333333;
	font-family: "Figtree", sans-serif !important;
	position: relative;
}
.rbc_section p.text_icon {
	padding-left: 28px;
	background-image: url(../images/arrow-left.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
}
.rbc_section ul {
	-webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.rbc_section ul li{
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #333333;
	font-family: "Figtree", sans-serif !important;
	position: relative;
	padding-left: 28px;
	background-image: url(../images/right_arrow.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
}
@media (max-width:991px) {
	.rbc_section {
		padding: 30px 0;
		margin: 0 0 40px 0;
	}
	.rbc_section p {
		font-size: 16px;
		line-height: 25px;
	}
	.rbc_section .rbc_text h2 {
		margin: 20px 0;
		font-size: 21px;
		line-height: 24px;
	}
	.rbc_section ul li {
		font-size: 16px;
		line-height: 23px;
	}
	.rbc_section ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media (max-width:480px) {
	.rbc_section {
		padding: 20px 0;
		margin: 0 0 30px 0;
	}
	.rbc_section ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

/*  */
.db_video {
	margin: 0 0 60px 0;
}
#video-bob {
	width: 100%;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
	border-radius: 40px;
	height: 500px;
}
@media (max-width:1199px) {
	#video-bob {
		height: 310px;
	}
}
@media (max-width:991px) {
	.db_video {
		margin: 0 0 10px 0;
	}
	#video-bob {
		margin: 0 0 30px 0;
	}
}
@media (max-width:480px) {
	#video-bob {
		height: auto;
		margin: 0 0 20px 0;
	}
}

/*============================================
			db_why_choose_us CSS END
============================================*/
.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;
}

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

.category_item .Shop_title {
	/* width: 60%; */
}

.category_item .Shop_title h2 {
	font-size: 40px;
	font-weight: 700;
	color: #333333;
	line-height: 44px;
	text-transform: uppercase;
	position: relative;
	font-family: "Figtree", serif;
	margin: 0;
}

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

.db_why_choose_us_text_second_2 {
	text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:1299px) {
	.category_item .Shop_title h2{
		line-height: 40px;
  		font-size: 34px;
	}
}

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


	

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

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

	.Shop_title_img img {
		width: 50px;
	}

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

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

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

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

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

	.service_icon {
		width: 100%;
	}
}

@media (max-width:991px) {
	.db_why_choose_us {
		margin: 0 0 20px 0;
	}
	.service_item {
		grid-template-columns: repeat(2, 1fr);
		margin: 0 0 20px 0;
	}

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


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

	.db_why_choose_us {
		text-align: center;
	}



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

}

@media (max-width:767px) {

	.service_icon {
		width: 90%;
	}

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

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

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



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

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

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

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

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

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

	table tr th {
		padding: 0px 0 14px 0;
	}
	.db_why_choose_us_text_second{
		margin: -130px 0 0 0;
	}
}

@media (max-width:480px) {
	.service_item {
		grid-template-columns: repeat(2, 1fr);
	}
	.service_item{
		margin: 0;
	}
	.service_box {
		margin: 0 0 0px 0;
	}
	.service-banner {
		display: block;
		text-align: center;
	}
	.service-banner-img {
		overflow: hidden;
		display: inline-block;
		margin: 0 0 10px 0;
	}
	.category_item .Shop_title h2 {
		font-size: 20px;
		line-height: 24px;
	}

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

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

	.db_why_choose_us_text_second {
		min-width: 410px;
		margin: 0;
	}

	.db_why_choose_us_text {
		padding: 0 10px 0;
		margin: 0 0 0 0;
	}

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

	.db_why_choose_us {
		margin: 0 0 20px 0;
		padding: 0;
	}
	.service_icon {
		width: 95%;
		margin: 0 auto 15px;
	}
}

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


	
	.db_why_choose_us_text_second_img img {
		width: 60px;
	}

}

/*============================================
			db_why_choose_us CSS END
============================================*/