@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*  
font-family: 'Montserrat', 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: "Montserrat", sans-serif;
}
body{
	background-color: #fff !important;
}
img{
    max-width: 100%;
}
*, ::after, ::before {
	box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
}
ul{
    list-style: none;
}
i span{
	font-size: 0 !important;
}
/* ============================== HEADER CSS START ============================== */
.main_dezign_brain_header {
	margin: 0 0 0 0;
	position: relative;
}

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

}
.main_menu_mobile{
	display: none !important;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: center;
}
.main_menu ul li a i{
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.main_menu ul li a {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 700;
	position: relative;
	transition: all .5s ease-in-out;
	color: #131f2f;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 35px;
	display: inline-block;
	border-right: 1px solid #b6b6b6;
}
.main_menu ul li a:hover{
	color:#131f2f;
}
.main_menu ul li:last-child a{
	border-right:none;
	padding-right: 0;
}
.top_section {
	position: relative;
	padding: 45px 0;
	border-bottom: 1px solid #d5d5d5;
}
.logo {
	position: relative;
	z-index: 1;
	text-align: center;
}
/* 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: 35px;
	height: 35px;
	text-align: center;
	position: relative;
	left: 0;
	top: 0;
	font-size: 20px;
	display: block;
	margin-left: auto;
}
.amon ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	display: inline-grid;
	width: 210px;
	overflow: hidden;
	padding: 10px;
	background-color: #e9ebeb;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
}
.amon ul li a i {
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.amon ul li a {
	padding: 4px 10px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	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: 27px;
}
.amon ul li a:hover{
	color:#131f2f;
}
.verifie_center {
	margin: 15px 0px;
}
.amon ul li {
	overflow: hidden;
	text-align: center;
}
.open-text .amon ul li {
	width: 100%;
}
.open-text .amon ul li a span {
	opacity: .8;
	display: inline-block;
}
/* menu_icon */
.menu_icon_wrapper{
	position: relative;
}
.menu_icon div {
	display: block;
	position: absolute;
	height: 4px;
	width: 30px;
	opacity: 1;
	left: auto;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	right: 0;
	border-radius: 5px;
	background-color: #000;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
}
.menu_icon .line-two{
	top: 30%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.menu_icon .line-three{
	top: 60%;
  	transform-origin: left center;
  	transform: translateY(-100%);
}
#open:checked + .amon .menu_icon .line-one {
    transform: rotate(45deg);
    top: 0px;
}
#open:checked + .amon .menu_icon .line-two {
	width: 0%;
	opacity: 0;
}
#open:checked + .amon .menu_icon .line-three {
	transform: rotate(-45deg);
	top: 21px;
}
/* Header_responsive */
@media screen and (max-width: 1399px) {
	.main_menu ul li a {
		padding: 0 25px;
	}
}

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

	.header_bottom {
	}
}
@media screen and (max-width:1024px){
	.main_dezign_brain_header::before {
		width: 186px;
		height: 200px;
	}
}
@media screen and (max-width: 991px) {
	.dezign_top_menu {
		flex-direction: column;
		gap: 9px 0;
	}
	.top_reating {
		justify-content: center;
	}
	.top_section1 {
		display: none;
		margin: 0;
	}
	.logo {
		width: 90%;
		margin: 0;
		text-align: left;
	}
	.top_section .container .row .col-lg-3{
		display: flex;
		justify-content: space-between !important;
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
		order: -1;
	}
    .menu{
        display: none;
    }
	.main_menu_mobile {
		text-align: center;
	}
	.main_menu_mobile {
		display: flex !important;
	}
	.mobile_menu {
		display: block !important;
	}

	.welcom_text {
		text-align: center;
		margin: 0 0 5px 0;
	}
	.main_dezign_brain_header {
		margin: 0 0 0px 0;
	}
	.promo_top_text {
		margin: 0 0 0px 0;
	}
	.top_header {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
	}
	.header_right{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.logo {
		width: 260px;
	}
	.dezign_top_menu {
		flex-direction: column;
		gap: 8px;
	}
}
@media screen and (max-width: 575px){
	.top_section {
		padding: 35px 0;
	}
	.top_reating{
		font-size: 14px;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}
	.logo {
		width: 70%;
	}
	.top_section {
	padding: 25px 0;
}
	
}
@media screen and (max-width:361px){
	.main_dezign_brain_header::before {
		width: 136px;
		height: 150px;
	}

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

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


.product_section {
	position: relative;
}

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

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

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

#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, .des_title {
	max-width: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #111111;
	display: block;
	padding: 7px 10px;
	z-index: 1;
	position: relative;
	line-height: 30px;
	text-align: center;
	background-color: #f5f5f5;
	font-family: "Montserrat", sans-serif !important;
	border-radius: 20px 20px 0 0;
	width: 95%;
	margin: 0 auto;
	border: 1px solid #dadada;
	border-bottom: 0;
}
.des_title {
	width: auto;
	max-width: fit-content;
	padding: 8px 30px;
	text-transform: uppercase;
}
.listing_content {
	width: 100%;
	margin: 0px auto 30px;
	display: table;
	padding: 00;
}

#main_gallery {
	border: 0px solid #b4b4b4;
	border-radius: 0px;
	box-sizing: border-box;
	min-height: 730px;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

#main_gallery #main_row {
	height: 730px;
	margin: 0 auto;
	max-width: inherit;
	overflow: auto;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
	display: flex;
	justify-content: end;
	scroll-behavior: smooth;
	scrollbar-width: thin;
}

.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;
	border-radius: 30px;
}

#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;
	border-radius: 30px;
}

#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;
	border: 1px solid #cdcdcd;
	overflow: hidden;
	border-radius: 15px;
}
.product_images_wappers {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #D4D4D4 #FFF;
	padding: 0px;
	margin-bottom: 40px;
	background: #FFF;
	/* border: 1px solid #d8d8d8; */
}
.product_images_gallery {
	width: 48%;
	/* margin: 0 auto; */
	min-height: 500px;
	/* height: 100%; */
	display: inline-block;
	text-align: center;
	/* border: 1px solid #e2e2e2; */
	margin-bottom: 30px;
	vertical-align: top;
	padding: 5px;
	margin: 0.5%;
	position: relative;
	border: 1px solid #d8d8d8;
border-radius: 20px;
}

.listing_listingarea-box {
	padding: 10px;
	border: 1px solid #dadada;
	border-radius: 30px;
}
.pro-and-about .listing_listingarea-box {
	padding: 0;
	border: none;
	border-radius: 0;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .product_images_gallery {
    width: 99%;
  }
.product_images_wappers {
    height: 350px;
  }
}
@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%;
	}

}

@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: 0 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;
		border-radius: 10px;
	}

	#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;
	}
	.des_title {
		padding: 6px 18px;
		font-size: 16px;
	}
	.main_title {
		font-size: 16px;
		line-height: 28px;
	}
}

.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: "Montserrat", serif !important;
	display: inline-block;
	border-radius: 25px;
}

.desc-rd p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #111111;
	font-family: "Montserrat", sans-serif !important;
	margin: 0 0 15px 0;
}

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

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

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

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

.desc-rd.desc-text b, .desc-rd.desc-text strong {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	color: #131f2f;
	font-family: "Montserrat", sans-serif !important;
	display: block;
	text-transform: uppercase;
	background: url('../images/right_arrow.png');
	background-position: center;
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 22px;
}
.desc-rd.desc-text ul {
	position: relative;
	margin-left: 30px;
}

.desc-rd.desc-text ul li {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #444444;
	font-family: "Montserrat", sans-serif !important;
	list-style: disc;
	
}
.desc-rd.desc-text ul li b, .desc-rd.desc-text ul li strong {
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
	padding: 0;
	margin: 0;
	background-image: none;
	font-weight: 700;
	text-transform: capitalize;
}
.desc-rd.desc-text ul li:last-child {
	margin: 0;
}



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

.desc_box {
	
}

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

}

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

	.main_title {
		font-size: 16px;
		line-height: 24px;
		/* margin: 0 0 10px 0; */
	}
	.listing_listingarea-box,#main_gallery div.imagsbox_w {
		border-radius: 10px;
	}
	

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

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


/* ============================== PRODUCT_DES3 CSS END ============================== */
.clear {
	clear: both;
}

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

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

.tab_box {
	padding: 20px 10px 0;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.tab_box::before,
.tab_box::after {
	top: 0;
	bottom: auto;
}

.tabsbottom label {
	display: inline-block;
	padding: 20px 0;
	text-align: center;
	cursor: pointer;
	color: #131f2f !important;
	font-weight: 700;
	font-size: 18px;
	transition: all .5s ease-in-out;
	margin: 0 15px 0;
	text-transform: uppercase;
	position: relative;
	font-family: 'Figtree', sans-serif;
	/* width: 27%; */
	z-index: 1;
	/* border: 1px solid #cbcbcb; */
	/* border-radius: 50px; */
	/* background: #fff7ee; */
}
.tabsbottom label::before {
	content: '';
	position: absolute;
	left: 0;
	top: auto;
	right: 0;
	bottom: -2px;
	width: 0;
	height: 3px;
	margin: 0 auto;
	background: #131f2f;
	transition: all .5s ease-in-out;
}

.tabsbottom .tab_box label {
	border-radius: 0 0 25px 25px;
}

.tabsbottom {
	margin-bottom: 50px;
}

.tabsbottom label:hover {
	/* background-color: #ff7c08 !important; */
	color: #131f2f !important;
}

.tabsbottom input:checked+label {
	/* background-color: #ff7c08 !important; */
	color: #131f2f !important;
}
.tabsbottom label:hover::before,.tabsbottom input:checked+label:before {
	width: 100%;
	
}

.tabsbottom label img {
	display: block;
	margin-right: 4px;
	transition: all 0.5s ease-in-out;
}

.tab_img {
	display: inline-block;
	vertical-align: middle;
}

.tabsbottom label img:nth-child(2) {
	display: none;
}

.tabsbottom label:hover img:nth-child(2) {
	display: block;
}

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

.tabsbottom input:checked+label img:nth-child(2) {
	display: block;
}

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

#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 p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #111111 !important;
	margin: 0 0 12px 0;
	font-family: "Montserrat", sans-serif;
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 22px;
}

section b {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: #191919 !important;
	margin: 0 0 6px 0;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}

.shipping_text {
	padding: 0 0 0 8px;
}


.shipping_text p {
	margin: 0;
}

.shipping_texts {
	position: relative;
	padding-left: 56px;
	padding-top: 10px;
	margin: 0 0 30px 0;
}

.shipping_text .shipping_texts:last-child {
	margin: 0;
}

.shipping_text .shipping_texts p:last-child {
	margin: 0;
}

.return_text_1::before {
	content: '';
	position: absolute;
	background: url('../images/t4.png');
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: left 0px;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	height: 47px;
	width: 47px;
}

.return_text_2::before {
	content: '';
	position: absolute;
	background: url('../images/t5.png');
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: left 0px;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	height: 47px;
	width: 47px;
}

.return_text_3::before {
	content: '';
	position: absolute;
	background: url('../images/t6.png');
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: left 0px;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	height: 47px;
	width: 47px;
}


.payment_text_1::before {
	content: '';
	position: absolute;
	background: url('../images/t7.png');
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: left 0px;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	height: 47px;
	width: 47px;
}

.payment_text_2::before {
	content: '';
	position: absolute;
	background: url('../images/t8.png');
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: left 0px;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	height: 47px;
	width: 47px;
}

.payment_text_3::before {
	content: '';
	position: absolute;
	background: url('../images/t9.png');
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: left 0px;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	height: 47px;
	width: 47px;
}


.shipping_text_1::before {
	content: '';
	position: absolute;
	background: url('../images/t1.png');
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: left 0px;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	height: 47px;
	width: 47px;
}

.shipping_text_2::before {
	content: '';
	position: absolute;
	background: url('../images/t2.png');
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: left 0px;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	height: 47px;
	width: 47px;
}

.shipping_text_3::before {
	content: '';
	position: absolute;
	background: url('../images/t3.png');
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: left 0px;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	height: 47px;
	width: 47px;
}

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

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

section {
	display: none !important;
	padding: 30px 20px;
	border-top: 1px solid #cdcdcd;
	text-align: left;
}

.tabs_top {
	text-align: center;
	border-radius: 25px;
	border: 1px solid #d8d8d8;
}

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


	.tabs_top {
		padding: 30px 40px;
	}
}

@media screen and (max-width: 1299px) {
	.tabsbottom label {
		padding: 12px 25px;
		font-size: 16px;
	}



	section {
		padding: 20px 0 0;
	}
}

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

	.tabsbottom label {
		padding: 10px 0;
		font-size: 15px;
	}
.tabs_top {
	padding: 15px 40px 30px;
}


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

	section {
		padding: 20px 0 0;
	}

	.tabsbottom label img {
		margin: 0 6px 0 0;
	}


}

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

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

	.tabright {
		text-align: center;
	}
}

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

	section {
		padding: 15px 0 0;
	}



	section p {
		margin: 0 0 14px 0;
	}
}

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

	section p {
		font-size: 16px;
		line-height: 24px;
	}
.tabs_top {
	padding: 15px 20px 30px;
}
	section b {
		font-size: 16px;
		line-height: 18px;
	}

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

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

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


	.tabsbottom label {
		font-size: 15px;
		line-height: 17px;
	}

	.shipping_text {
		padding: 0;
	}

	.tabs_top {
		margin: 0 0 14px 0;
	}
}

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

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

	section {
		padding: 10px 0 0;
	}

	section b {
		font-size: 15px;
		line-height: 19px;
	}
}


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

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

/* ABOUT1 CSS START */
.about_wrapper {
	margin: 0px 0px 60px;
	position: relative;
}
.about_inner_section {
	padding: 30px;
	border-radius: 20px;
	background: #f5f5f5;
}
.about_img {
	margin: 0 0 20px 0;
	position: relative;
	z-index: 11;
	border-radius: 20px;
	overflow: hidden;
	display: inline-block;
}
.about_img img{
	z-index:1;
	position: relative;
}
.about_content .about_title {
	position: relative;
	margin: 0 0 25px 0;
}
.about_content {
	position: relative;
	z-index: 11;
	padding: 10px 0;
}
.browse_all_btn.about {
}
.about_content .feature-title{
	margin: 0 0 20px 0;
}
.about_content h4 {
	font-size: 30px;
	font-weight: 700;
	color: #131f2f;
	line-height: 38px;
	text-transform: uppercase;
	margin: 0 0 20px 0px;
	position: relative;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}
.about_content h6 {
	font-size: 22px;
	font-weight: 700;
	color: #131f2f;
	line-height: 30px;
	margin: 0 0 20px 0px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}
.about_content p {
	font-size: 16px;
	font-weight: 400;
	color: #191919;
	line-height: 30px;
	margin: 0 0 20px 0px;
	position: relative;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}
.about_content p span{
	font-weight:700;
	color:#4e5e59;
}
.browse_all_btn a {
	display: inline-block;
}
.button {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
	padding: 6px 6px 6px 20px;
	position: relative;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	background-color: #191919;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-radius: 28px;
	font-family: 'Montserrat', sans-serif;
	display: inline-flex;
	gap: 5px;
	align-items: center;
}
.button:hover{
	background-color:#131f2f;
	color: #fff;
}


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

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

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

/*================================== MAIN TAB CSS START ================================== */

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


/*============================================
			footer CSS START
============================================*/
.footer_wrapper {
	margin: 0 20px 20px;
	padding: 50px 0;
	background: #f5f5f5;
	border-radius: 30px;
}
.footer_wrapper .footer_box .footer_title {
	font-size: 20px;
	font-weight: 700;
	color: #131f2f;
	line-height: 30px;
	margin: 0 0 20px 0;
	position: relative;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.footer_wrapper .footer_box ul li a {
	font-size: 16px;
	font-weight: 600;
	color: #131f2f;
	line-height: 30px;
	margin: 0 0 10px 0;
	position: relative;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	transition: all .5s ease-in-out;
	background: url('../images/footer-arrow.png');
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 20px;
}
.footer_box.db-footer-logo {
	display: flex;
	align-items: center;
	height: 100%;
}
.footer_bottom {
	background: #131f2f;
	padding: 13px;
	text-align: center;
}
.footer_bottom .footer_bottom_text{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 30px;
	margin: 0;
}
@media (max-width:767px) {
	.footer_wrapper {
		padding: 20px 0;
	}
}
@media (max-width:575px) {
	.footer_box.db-footer-logo {
		margin: 0 0 30px 0px;
		height: auto;
	}
	.footer_wrapper {
		padding: 30px 10px;
	}
}
/*============================================
			feature CSS START
============================================*/

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

.feature-title {
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature-title .button {
	margin: 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: "Montserrat", 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: 33px;
	font-weight: 700;
	color: #191919;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	display: inline-block;
	line-height: 32px;
	z-index: 1;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}
.feature_section_ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px 20px;
	margin: 0;
}
.cate_box {
	position: relative;
	text-align: center;
	display: table;
	margin: 0 auto;
}

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



.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 a {
	font-size: 18px;
	font-weight: 700;
	transition: all 0.5s ease-in-out;
	margin: 10px 0;
	text-transform: uppercase;
	color: #131f2f;
	position: relative;
	display: block;
	font-family: "Montserrat", sans-serif;
	text-align: center;
}

.cate_box .fat_text a i {
	color: #2c2c34;
	background-color: #f4f4f5;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	transition: all 0.5s ease-in-out;
	border-radius: 40px;
}

.cate_box:hover .fat_text h2 {
	color: #131f2f;
}

.cate_box:hover .fat_text a i {
	color: #ffffff;
	background-color: #131f2f;
}

.cate_box .fat_box .fat_text a {
	margin: 10px 0 0;
}
.cate_box:hover .fat_box .fat_text a{
	color: #131f2f;
}
.browse_all_btn {
}
.browse_all_btn.view2 {
	margin: 20px 0 0 0;
	text-align: center;
}

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

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

	.cate_box {
		margin: 0 auto;
	}

	.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-title {
		flex-direction: column;
		gap: 12px;
	}
	.feature_section_ul {
		grid-template-columns: repeat(2, 1fr);
	}
.browse_all_btn{
	margin: 0;
}
	.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;
	}


	.cate_box {
		margin: 0 auto;
	}
	
	
}

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

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

	.feature_section_ul {
		margin: 0;
	}
	.cate_box .fat_text h2 a{
		font-size: 16px;
	}
}

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

	.top_choice {
		margin: 0 0 4px;
	}

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

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

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

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

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

.db_why_choose_us_text_second_2 {
	text-align: center;
}

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

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

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

table tr th {
	padding: 20px 0 44px 0;
	border-color: #f6f7f7 !important;
	/* background-color: #f6f7f7 !important; */
}

table tr td {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #131f2f !important;
	font-family: "Montserrat", sans-serif !important;
	border-color: #fff !important;
}

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

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

.db_why_choose_us_text_second tbody tr td {
	position: relative;
}

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

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

table tr td:nth-child(3),
table tr th:nth-child(3) {
	width: 20%;
}
table tr th:nth-child(2) {
	border-radius: 30px 30px 0 0;
}
table tr td:nth-child(2), table tr th:nth-child(2) {
	background-color: #131f2f;
	width: 26%;
}
table tr:last-child td:nth-child(2) {
	border-radius: 0 0 30px 30px;
}

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

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

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

.service_logo {
	text-align: center;
}

.service_icon {
	position: relative;
	transition: all 0.5s ease-in-out;
	text-align: center;
}

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

.db_why_choose_us_wapper .service_img {
	position: relative;
	border-radius: 100%;
	/* margin: 0 auto; */
}

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

.db_why_choose_us_wapper .service_box {
	position: relative;
	background-color: #fff !important;
	padding: 0 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.db_why_choose_us_wapper .service_title h4 {
	font-size: 16px;
	font-weight: 700;
	color: #131f2f !important;
	margin: 0 0 0px;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
	text-align: left;
}

/* .db_why_choose_us_wapper .service_title {
	width: 100%;
} */


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

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

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

@media screen and (max-width: 1199px) {
	table tr td{
		font-size: 18px;
		line-height: 26px;
	}
	.db_why_choose_us_text_second_img {
		width: 190px;
		margin: 0 auto;
	}
	.db_why_choose_us_text {
		margin-top: 110px;
	}
	.db_why_choose_us_text_second{
		margin-top: -80px;
	}
	.db_why_choose_us {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 991px) {
table tr td {
	font-size: 16px;
	line-height: 23px;
}
.db_why_choose_us_text {
	margin-top: 90px;
}
	.service_icon:nth-child(1),
	.service_icon:nth-child(2) {
		margin: 0 0 20px;
	}

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

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

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

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

	.service_icon {
		width: 100%;
	}

	.service_icon::before {
		content: none;
	}

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

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



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



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

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

	table tr th h2 {
		width: 96%;
	}
	table tr th h4{
		font-size: 16px;
	}
}

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

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

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

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

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

	.service_icon {
		width: 100%;
	}

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

@media (max-width:991px) {
	table tr th h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.db_why_choose_us_wapper .service_item {
		grid-template-columns: repeat(2, 1fr);
	}

	table tr th h2 {
		width: 76%;
	}

	.db_why_choose_us_text {
		padding: 20px 10px 0;
	}
	.db_why_choose_us_text_second {
		margin-top: -90px;
	}

	/* .db_why_choose_us .db_why_choose_us_wapper {
		padding: 15px;
	} */
.db_why_choose_us_text {
	margin-top: 110px;
}


	.db_why_choose_us {
		text-align: center;
	}


	.service_icon {
		align-items: center;
		width: 100%;
	}
	.db_why_choose_us_text {
		margin-bottom: 40px;
	}
}

@media (max-width:767px) {

	.db_why_choose_us_text_second_img img {
		width: 120px;
	}

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

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

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

	.service_icon {
		width: 90%;
	}

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

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

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

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

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

@media (max-width:480px) {

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

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

	table tr th h2 {
		width: 100%;
	}

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

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

	.db_why_choose_us_text_second td,
	.db_why_choose_us_text_second th {
		/* white-space: nowrap; */
	}
table tr td:first-child {
	text-align: left;
	width: 100px;
}
.db_why_choose_us_text {
	padding: 20px 20px 0;
	margin: 0 0 20px 0;
	width: 300px;
	margin: 0 auto 30px;
}
	.db_why_choose_us_wapper .service_wrapper {
		margin: 0 0 0px 0;
	}

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

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

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

	.db_why_choose_us_wapper .service_box {
		display: flex;
	}

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

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


	.db_why_choose_us_wapper .service_img {
		margin: 0 0 6px;
	}
	.db_why_choose_us_text_second {
	margin-top: 0;
}
.db_why_choose_us_text_second_img {
	/* width: 120px; */
	padding: 0 20px;
}
}

@media (max-width:360px) {

	

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

/*============================================
			db_why_choose_us CSS END
============================================*/
.banner{
	margin: 0 0 60px 0;
	text-align: center;
}
.banner_img .banner_res{
	display: none;
}
@media screen and (max-width: 991px) {
	.banner {
		margin: 0 0 40px 0;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.banner_img .banner_res {
		display: inline-block;
	}
	.banner_img .main_banner{
		display: none;
	}
}

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


.marquee_box {
	background: #131f2f;
	padding: 13px 0;
}
.marquee_box {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.marquee_content {
  /* display: flex; */
  align-items: center;
  white-space: nowrap;
  gap: 30px;
  animation: marquee-move 30s linear infinite;
}
.marquee_content div img {
	width: 25px;
	height: 25px;
	margin-right: 5px;
}
.marquee_content div {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	margin: 0 40px;
	text-transform: uppercase;
	display: inline-block;
}
@keyframes marquee-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); 
  }
}
.marquee_box:hover .marquee_content {
  animation-play-state: paused;
}
@media (max-width:1199px) {
	
}
@media (max-width:767px) {
	
	.marquee_content span {
		font-size: 18px;
	}
}
/*  */
.db_collection {
	margin: 30px 0;
}
.db_collection .db_collection_wapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 10px;
	flex-wrap: wrap;
}
.db_collection .db_collection_wapper .db_collection_item .db_collection_box a {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease-in-out;
	border: 1px solid #d6d6d6;
	border-radius: 50px;
	overflow: hidden;
	padding: 5px 15px 5px 5px;
	gap: 0 10px;
	color: #131f2f;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	transition: all 0.5s ease-in-out;
}
.db_collection .db_collection_wapper .db_collection_item .db_collection_box a:hover {
	background-color: #131f2f;
	color: #fff;
}

.db_collection_image{
	background-color: #131f2f;
	border-radius: 50%;
	transition: all 0.5s ease-in-out;
}
.db_collection_image img{
	transition: all 0.5s ease-in-out;
}
/* .db_collection .db_collection_wapper .db_collection_item .db_collection_box a:hover .db_collection_image{
	background-color: #fff;
} */
/* .db_collection .db_collection_wapper .db_collection_item .db_collection_box a:hover .db_collection_image img{
	filter: brightness(1) invert(1);
} */
@media (max-width:1199px) {
	.db_collection .db_collection_wapper {
		justify-content: center;
		gap: 20px 30px;
	}
}
@media (max-width:767px) {
	.db_collection .db_collection_wapper {
		gap: 10px;
	}
	.db_collection {
		margin: 20px 0;
	}
}
@media (max-width:575px) {
	.db_collection .db_collection_wapper .db_collection_item .db_collection_box a {
		font-size: 16px;
	}
	.db_collection_image {
		width: 39px;
	}
}