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

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Figtree", sans-serif;
}
img{
    max-width: 100%;
}
*, ::after, ::before {
	box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
}
ul{
    list-style: none;
}
/* ============================== HEADER CSS START ============================== */
.main_dezign_brain_header {
	position: relative;
}
.top_section1 {
	position: relative;
	padding: 120px 0 30px;
}
.top_section1::before {
	content: "";
	position: absolute;
	background-image: url(../images/header_top.png);
	background-repeat: repeat-x;
	background-size: contain;
	background-position: top center;
	width: 100%;
	height: 115px;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	margin: auto;
}
.logo {
	text-align: center;
}
.header_right_top {
	background-color: #fff;
	border-radius: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 30px;
	margin: 0 0 40px;
}
.verifie_box {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.top_section1 .container .header_bottom .row .col-lg-4:nth-child(3) .verifie_box{
	justify-content:end;
}
.verifie_title h4 {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 0px;
	font-family: 'Figtree', sans-serif;
	line-height: 25px;
}
.verifie_title p {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	margin: 0px 0 0px 0;
	line-height: 25px;
	font-family: 'Figtree', sans-serif;
}
.header_bottom {
	z-index: 111;
	position: relative;
}
.main_menu_mobile{
	display: none !important;
}
.main_menu {
	position: relative;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	align-items: center;
}
.main_menu ul li a i {
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
	color:#c00001;
}
.main_menu ul li a {
	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;
	display: inline-block;
	padding: 0 30px;
	font-family: "Figtree", sans-serif;
}
.main_menu ul li a:hover{
	color:#c00001;
}
.main_menu ul li:last-child a{
	border-right:none;
}
.header_right {
	display: flex;
	justify-content:end;
	align-items: center;
	column-gap: 15px;
}
.about_button a {
	color: #111111;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
	padding: 11px 25px;
	display: inline-block;
	position: relative;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	border: 2px solid #111;
	border-radius: 5px;
	background-color: transparent;
	font-family: 'Figtree', sans-serif;
}
.about_button a:hover{
	background-color: #c00001;
	color:#fff;
	border-color:#c00001;
}
.about_button a i{
	margin-right: 5px;
}
.about_button.contact_button a{
	background-color: #111;
	border-color:#111;
	color:#fff;
}
.about_button.contact_button a:hover{
	background-color: #c00001;
	border-color:#c00001;
	color:#fff;
}
/* mobile-menu-css-tart */
.amon {
	color: #000;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	background-color: transparent;
	display: inline-block;
	width: 55px;
	overflow: hidden;
	height: 26px;
	transition: width 2s;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
	position: absolute;
	right: 20px;
	z-index: 22222;
	margin-top: -7px;
	margin-bottom: 0;
}
.mobile_menu{
	display: none;
}
.amon-container #open {
	display: none;
}
#open:checked + .amon {
	width: auto;
	height: auto;
}
.amon .bars:hover {
	background-color: transparent;
}
.amon .bars {
    cursor: pointer;
    width: 55px;
    height: 35px;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    font-size: 20px;
    display: block;
    margin-left: auto;
}
.amon ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	display: inline-grid;
	width: 180px;
	overflow: hidden;
	padding: 10px;
	background-color: #f9cfcf;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
}
.amon ul li a i {
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.amon ul li a {
	background-color: transparent;
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #111;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 7px 0;
	font-family: "Figtree", sans-serif;
}
.amon ul li a:hover{
	color:#c90000;
}
.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: #c90000;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
}
.menu_icon .line-two {
	top: 28%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.menu_icon .line-three {
	top: 57%;
	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:1349px){
	.main_menu ul li a {
		padding: 0 20px;
	}
	.top_section1 {
		padding: 100px 0 30px;
	}
}
@media screen and (max-width:1199px){
	.main_menu ul li a {
		padding: 0 9px;
		font-size: 15px;
	}
	.about_button a {
		padding: 11px 18px;
	}
	.verifie_title p {
		font-size: 16px;
	}
	.top_section1 {
		padding: 80px 0 30px;
	}
}
@media screen and (max-width: 991px) {
	.top_contact {
		display: none;
	}
	.header_right_top {
		padding: 10px 30px;
		margin:20px 0 0px;
	}
	.main_menu{
		display:none;
	}
	.top_newsletter_link {
		display: none;
	}
	.header_bottom .row .col-lg-2{
		display: flex;
		justify-content: space-between !important;
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
	}
    .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;
	}
	.verifie_box {
		justify-content: center;
		margin:20px 0 0;
	}
	.main_dezign_brain_header {
		margin: 0 0 0px;
	}
	.top_section1 .container .header_bottom .row .col-lg-4:nth-child(3) .verifie_box {
		justify-content: center;
	}
	.logo img {
		width: 90px;
	}
	.header_right {
		display: none;
	}
}
@media screen and (max-width:767px){
	.top_section1 {
		padding: 60px 0 30px;
	}
}
@media screen and (max-width:575px){
	.top_section1 {
		padding: 50px 0 30px;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}
	.top_section1 {
		padding: 30px 0 20px;
	}
	.logo img {
		width: 75px;
	}
}
/* ============================== 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 {
	max-width: 100%;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	display: block;
	text-transform: capitalize;
	padding: 10px 10px;
	z-index: 1;
	position: relative;
	line-height: 30px;
	text-align: center;
	background-color: #c20001;
	border-radius: 8px;
	font-family: "Figtree", sans-serif !important;
}
.listing_content {
	width: 100%;
	margin: 0px auto 30px;
	display: table;
	padding: 00;
}
#main_gallery {
	border: 0px solid #b4b4b4;
	border-radius: 0px;
	box-sizing: border-box;
	min-height: 730px;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#main_gallery #main_row {
	height: 730px;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
	display: flex;
	justify-content: end;
}
.section-tittle span {
	color: #2ECC87 !important;
	text-transform: capitalize;
}
.section-tittle.box {
	text-transform: capitalize !important;
}
#main_row > div {
	margin-top: 0;
	width: 380px;
}
#main_gallery #main_row div ul {
	display: flex;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	flex-wrap: wrap;
	justify-content: start;
	margin-left: auto;
	margin-right: 0;
}
#main_gallery #main_row div ul li:last-child {
	margin-right: 0;
}
#main_gallery .full_img_wapper {
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	height: 0;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
#main_gallery .thumb {
	background-color: #fff;
	border: 1px solid #dadada;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	_float: left;
	height: 164px;
	vertical-align: middle;
	width: 164px;
	overflow: hidden;
	border-radius: 20px;
}
#main_gallery .thumb > img {
	display: table-cell;
	height: auto;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}
#main_gallery #main_row div#row1 ul:first-child li:first-child .imagsbox_w {
	z-index: 1;
}
#main_gallery #main_row input {
	display: none;
}
#main_gallery #main_row input:checked ~ .imagsbox_w {
	z-index: 2;
}
#main_gallery div.imagsbox_w .imagsbox {
	display: flex;
	height: 100%;
	max-width: 100%;
	padding: 0;
	width: 100%;
	background-color: #fff;
}
#main_gallery div.imagsbox_w .full-img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
#main_gallery div.imagsbox_w {
	border: 1px solid #dadada;
	bottom: 0;
	height: 100%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 70%;
	overflow: hidden;
	border-radius: 20px;
}
#main_gallery #main_row div ul li {
	height: auto;
	margin: 0 0px 24px 23px;
	padding: 0;
	width: auto;
}
#main_gallery #main_row div ul li:nth-last-child(2), #main_gallery #main_row div ul li:last-child{
	margin-bottom: 0;
}
.pro-and-about {
	padding: 20px 0 0;
}
@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;
	}
  }
@media only screen and (max-width: 1079px) {
	#main_gallery div.imagsbox_w {
		width: 61%;
	}
  }
@media only screen and (max-width: 1024px) {
	#main_gallery .full_img_wapper {
	  height: 395px;
	  width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 20px auto 0;
	}
	#main_row > div {
		max-width: 100%;
		float: none;
		margin: 0 auto !important;
		text-align: center;
		width: 100%;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		gap: 0 5px;
	}
	#main_gallery #main_row div ul li {
		margin: 0 0px 0px 0px;
	}
	#main_gallery .thumb {
		height: 100px;
		width: 100px;
	}
	#main_gallery div.imagsbox_w {
		width: 100% !important;
		height: 400px;
	}
	#main_gallery #main_row {
		height: auto;
	}
  }
  @media only screen and (min-width: 320px) and (max-width: 1024px) {
	.main_title {
		font-size: 17px;
	}
	#listingarea {
		margin-bottom: 0px;
	}
	#main_gallery {
		margin: 0px 0 0px;
		padding: 0 0px 0px;
		width: 100%;
		min-height: auto;
	}
	#main_gallery .full_img_wapper {
		background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
		height: 410px;
		width: 100%;
	}
	#main_gallery #main_row div ul {
		width: auto;
		margin: 0 auto;
		flex-wrap: wrap;
		grid-row-gap: 10px;
	}
	#main_gallery #main_row div ul li {
		float: left;
	}
	#main_gallery #main_row .thumb {
		width: 55px;
		height: 55px;
	}
	#main_gallery #main_row .thumb img {
		max-height: 55px;
		max-width: 55px;
	}
	#main_gallery div.imagsbox_w {
		left: 0;
		margin: 0px auto 0;
		right: 0;
		top: 0 !important;
	}
	#main_gallery div.imagsbox_w .imagsbox {
		height: 100% !important;
		display: flex;
		margin: 0 auto;
	}
	#main_gallery div.imagsbox_w .full-img {
		max-height: calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
	.listing_content {
		margin: 0px auto 25px;
	}
}
.main_bottom {
	text-align: center;
}
.desc-hedtitle {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin: 0 auto;
	padding: 7px 20px;
	z-index: 1;
	position: relative;
	text-align: center;
	line-height: 30px;
	background-color: #3f7ade;
	text-transform: uppercase;
	font-family: "Figtree", serif !important;
	display: inline-block;
	border-radius: 25px;
}
.desc-rd p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #555555;
	margin: 0 0 17px;
	font-family: "Figtree", sans-serif !important;
}
.desc-rd.desc-text{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #555555;
	font-family: "Figtree", sans-serif !important;
}
.tab-content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #555555;
	font-family: "Figtree", sans-serif !important;
}
.tab-content p:last-child{
	margin: 0;
}
.desc-rd p:last-child{
	margin: 0;
}
.desc-rd.desc-text ul{
	margin-bottom: 0;
}
.desc-rd.desc-text ul li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 23px;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #555555;
	font-family: "Figtree", sans-serif !important;
}
.desc-rd.desc-text b, strong {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #c20001;
	display: block;
	text-transform: uppercase;
	margin: 0 0 7px;
	font-family: "Figtree", sans-serif !important;
}
.frame_box {
	display: flex;
	padding: 20px 25px;
	border-bottom: 1px solid #dadada;
}
.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 #dadada;
	margin: 0 25px 0 0;
	width: 100%;
}
.frame_item {
	border: 1px solid #dadada;
	border-radius: 15px;
	margin: 0 0 25px;
}
.desc_icon {
	display: flex;
	align-items: flex-start;
	column-gap: 15px;
	margin: 0 0 15px;
}
.desc_icon img {
	margin-top: 5px;
}
.product-text {
	margin: 0 0 40px 0;
}
.desc_box {
	border: 1px solid #dadada;
	padding: 20px;
	border-radius: 20px;
	background-color: #fff;
}
@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;
	}
}
@media only screen and (max-width:991px){
	.product-text {
		margin: 0 0 30px 0;
	}
}
@media only screen and (max-width:767px){
	.frame_text {
		max-width: 33%;
		margin: 0 15px 0 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: 15px;
	}
	.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;
	}
}
@media only screen and (max-width:480px){
	#right_box .desc-rd.desc-text {
		overflow: auto;
		max-height: 450px;
		height: auto;
	}
	.desc-hedtitle {
		font-size: 18px;
		padding: 5px 20px;
	}
	.desc-rd.desc-text b, strong {
		font-size: 17px;
		line-height: 24px;
	}
}
/* ============================== PRODUCT_DES3 CSS END ============================== */

/*================================== BANNER CSS START  ================================== */
.banner_res {
	display: none !important;
}
#dezign_home_banner {
	margin: 0px auto 50px;
	text-align: center;
}
@media screen and (max-width: 767px){
	.main_banner{
		display: none;
	}
	.banner_res{
		display: block !important;
		margin: 0 auto;
	}
	#dezign_home_banner {
		margin: 0px auto 40px;
	}
}
/*================================== BANNER CSS END  ================================== */

/* ABOUT1 CSS START */
.about_wrapper {
	margin: 0px 0px 50px;
	position: relative;
}
.about_img {
	margin: 0 0px 0 0px;
	position: relative;
	z-index: 1;
	mix-blend-mode: darken;
}
.about_content {
	position: relative;
}
.browse_all_btn.about {
	text-align: left;
}
.top_choice {
	font-size: 16px;
	font-weight: 400;
	color: #185939;
	line-height: 25px;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0px 0px 0px 85px;
	position: relative;
	letter-spacing: 5px;
	display: inline-block;
	font-family: "Figtree", sans-serif;
}
.top_choice::after {
	content: "";
	position: absolute;
	border: 1px solid #185939;
	width: 70px;
	height: 1px;
	top: 0;
	left: 0px;
	bottom: 0;
	margin: auto;
}
.about_content h6 {
	font-size: 36px;
	font-weight: 500;
	color: #111111;
	line-height: 40px;
	margin: 0px 0 20px 0px;
	position: relative;
	font-family: "Figtree", sans-serif;
}
.about_content h5 {
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	line-height: 25px;
	text-transform: uppercase;
	margin: 0 0 20px 0px;
	position: relative;
	font-family: 'Figtree', sans-serif;
}
.about_content p {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #555555;
	font-family: "Figtree", serif !important;
}
.about_content p span {
	font-weight: 700;
	color: #4773bd;
	font-family: "Figtree", serif !important;
}
.browse_all_btn.view {
	text-align: center;
}
.button {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	text-transform: uppercase;
	padding: 7px 20px;
	background-color: #185939;
	border-radius: 5px;
	line-height: 30px;
	font-family: 'Figtree', sans-serif;
}
.button:hover{
	color: #fff;
	background-color:#c90000;
}
.button i {
	margin-left: 5px;
	transition: all .5s ease-in-out;
}
@media screen and (max-width:1199px){
	.about_content h6 {
		font-size: 32px;
		line-height: 35px;
		margin: 0px 0 15px 0px;
	}
	.about_content p {
		margin-bottom: 15px;
		line-height: 25px;
	}
}
@media screen and (max-width: 991px) {
	.about_img {
		margin: 0 auto;
		text-align: center;
		width:90%;
	}
	.about_content {
		margin: 25px 0px 0 0;
	}
	.about_wrapper {
		margin: 0px 0px 35px;
	}
}
@media screen and (max-width:767px){
	.about_img {
		width: 100%;
	}
}
@media screen and (max-width:575px){
	.about_content h6 {
		font-size: 29px;
		line-height: 33px;
	}
}
@media screen and (max-width:480px){
	.about_content p {
		font-size: 17px;
		line-height: 23px;
	}
	.about_content h5 {
		font-size: 16px;
	}
	.about_content h6 {
		font-size: 25px;
		line-height: 30px;
	}
}
@media screen and (max-width:361px){
	.about_content h5 {
		font-size: 14px;
	}
	.about_content h6 {
		font-size: 21px;
		line-height: 25px;
	}
}
/* ============================== ABOUT1 CSS END ============================== */

/*================================== MAIN TAB CSS START ================================== */
.clear {
	clear: both;
}
.tab [type=radio] {
	display: none
}
.customsearchbox input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	line-height: normal;
	display: none;
}
.tab_box {
	margin: 0;
	text-align: center;
}
.tabsbottom label {
	display: inline-block;
	padding: 10px 25px 10px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background-color: #c20001;
	font-weight: 600;
	font-size: 18px;
	transition: all .5s ease-in-out;
	margin: 0 6px;
	text-transform: uppercase;
	position: relative;
	border-radius: 10px;
	border: 4px solid #eaf5ff;
	font-family: 'Figtree', sans-serif;
}
.tabsbottom {
	margin-bottom: 50px;
}
.tabsbottom label:hover {
	background: #185939;
	color:#fff;
}
.tabsbottom input:checked + label {
	background: #185939;
	color:#fff;
}
.tabsbottom label img {
	display: block;
	margin-right: 10px;
	transition: all 0.5s ease-in-out;
}
.tab_img {
	display: inline-block;
	vertical-align: middle;
}
#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 {
	background: url('../images/right_arrow1.png');
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 30px;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #555555;
	text-align: left;
	margin: 0 0 10px 0;
	font-family: "Figtree", sans-serif;
}
section ul{
	margin-bottom: 0;
}
section ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #555555;
	text-align: left;
	margin: 0 0 5px 0;
	letter-spacing: 0.3px;
	font-family: "Figtree", sans-serif;
}
section b {
	font-weight: 600;
	color: #111111;
	font-family: "Figtree", sans-serif;
}
section p:last-child{
	margin: 0;
}
section {
	display: none !important;
	padding: 50px 30px 30px;
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 15px;
	margin: -25px 0 0;
}
@media screen and (max-width:767px) {
	.tabsbottom label {
		padding: 12px 15px;
	}
	.tabsbottom {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px){
	.tabs label, .tabsbottom label {
		width: 100%;
		margin-right: 0;
		border-color: #fff;
	}
	.tabs .tab, .tabsbottom label {
		-webkit-box-ordinal-group: unset;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.tabs label:nth-child(8) {
		border-radius: 0;
	}
	.tabsbottom label:nth-child(3) {
		margin-left: auto;
	}
	.tabsbottom label:nth-child(7) {
		margin-left: auto;
	}
	.tabsbottom label {
		padding: 10px 10px 10px;
		margin: 0 0 5px;
	}
	section {
		padding: 25px 15px;
	}
}
@media screen and (max-width: 480px) {
	section p {
		font-size: 17px;
		line-height: 24px;
	}
	section ul li {
		font-size: 17px;
		line-height: 25px;
		margin: 0 0 10px 0;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	position: relative;
	margin: 0 0 50px 0;
}
.guaranteed-head {
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
}
.guaranteed_box {
	position: relative;
	padding: 20px 20px 20px 70px;
	background-color: #fff;
	border-radius: 15px;
	border: 1px solid #dadada;
	margin: 0 0 30px 0;
}
.coma {
	position: absolute;
	top: 25px;
	left: 17px;
}
.guaranteed_name {
	font-size: 20px;
	color: #111111;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.3px;
	margin: 0;
	font-family: "Figtree", sans-serif;
}
.start {
	margin: 20px 0 10px;
}
.guaranteed_text {
	font-size: 18px;
	color: #555555;
	font-weight: 400;
	line-height: 30px;
	transition: all 0.8s ease-in-out;
	font-family: "Figtree", sans-serif;
	margin: 0;
	height: 120px;
	display: flex;
}
.browse_all_btn.review {
	text-align: center;
}
@media screen and (max-width:1350px){
	.guaranteed_text {
		font-size: 17px;
	}
}
@media screen and (max-width:1199px){
	.guaranteed_text {
		font-size: 16px;
		line-height: 26px;
		height: 130px;
	}
}
@media screen and (max-width:991px){
	.guaranteed_text {
		height: unset;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_box {
		max-width: 80%;
		margin: 0px auto 30px;
	}
	.guaranteed-head h5 {
		font-size: 29px;
	}
	.guaranteed_text {
		height: unset;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed-head h5 {
		font-size: 25px;
		line-height: 30px;
	}
	.guaranteed_wapper {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width:480px){
	.guaranteed_box {
		max-width:90%;
	}
	.guaranteed-head h5 {
		font-size: 23px;
		line-height: 27px;
	}
}
@media screen and (max-width:361px){
	.guaranteed-head h5 {
		font-size: 21px;
	}
	.guaranteed_box {
		max-width: 100%;
	}
}
/*============================================
			guaranteed CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.footer_wrapper {
	position: relative;
	background-image:url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-size:cover;
	padding:30px 0;
}
.store_footer_wapper {
	position: relative;
}
.store_footer_wapper .container .row .col-lg-4:nth-child(3) .verifie_box{
	justify-content:end;
}
.footer_block.footer_block02 {
	padding: 20px 0 0px;
	border-top: 1px solid #ffffff20;
	margin:30px 0 0px;
}
.footer_menu ul {
	display: flex;
	margin: 0px 0 0;
	justify-content: center;
}
.payment_img {
	text-align: center;
	margin: 20px 0 0;
}
.footer_menu ul li i{
	margin-right:5px;
	transition: 0.5s all ease-in-out;
}
.footer_menu ul li a {
	font-size: 16px;
	color: #ffffff;
	line-height: 25px;
	font-weight: 600;
	transition: 0.5s all ease-in-out;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 0.3px;
	padding: 0 65px;
	font-family: "Figtree", sans-serif;
	border-right: 1px solid #ffffff20;
}
.footer_menu ul li a:hover {
	color: #111;
}
.footer_menu ul li:last-child a{
	border-right:none;
}
.footer_menu ul li i {
	margin-right: 5px;
}
.footer_top_menu {
	display: flex;
	justify-content: center;
}
.footer_menu ul li a {
	position: relative;
}
.footer_logo {
	z-index: 1;
	position: relative;
	text-align: center;
}
.footer_bottom {
	position: relative;
	padding: 12px 0;
	background-color:#c20001;
}
.dezign_copyright {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.3px;
	text-align: left;
	font-family: "Figtree", sans-serif;
}
.dezign_copyright span {
	font-size: 18px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 600;
	font-family: "Figtree", sans-serif;
}
.dezign_by {
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	text-align: right;
	letter-spacing: 0.3px;
	font-family: "Figtree", sans-serif;
}
.dezign_by span {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.3px;
	font-family: "Figtree", sans-serif;
}
@media screen and (max-width:1349px){
	.footer_menu ul li a {
		padding: 0 50px;
	}
}
@media screen and (max-width:1199px){
	.footer_menu ul li a {
		padding: 0 30px;
	}
}
@media screen and (max-width: 991px){
	.dezign_by {
		text-align: center;
	}
	.footer_block.footer_block04 {
		margin: 0px 0 20px 0;
		text-align: center;
	}
	.footer_block.footer_block03 {
		text-align: center;
	}
	.footer_logo {
		text-align: center;
	}
	.footer_block.footer_block01 {
		display: none;
	}
	.footer_menu ul {
		display: block;
		text-align: center;
	}
	.footer_menu ul li a {
		padding: 5px 0px;
		border-right: none;
	}
	.store_footer_wapper .container .row .col-lg-4:nth-child(3) .verifie_box {
		justify-content: center;
	}
	.footer_wrapper {
		padding: 30px 0;
	}
	.store_footer_wapper .container .row .col-lg-4:nth-child(2){
		order:-1;
	}
	.dezign_copyright {
		text-align: center;
		margin: 0 0 10px;
	}
}
@media screen and (max-width:480px){
	.dezign_copyright {
		font-size: 16px;
	}
	.dezign_copyright span {
		font-size: 17px;
	}
}
/*================================== PROMOTION CSS START  ================================== */
.service_wrapper {
	margin: 0 0 30px;
	z-index: 1;
	position: relative;
	background-image:url(../images/top_service_bg.png);
	background-repeat: no-repeat;
	background-size:cover;
	padding:25px 0;
}
.service_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.service_box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	width: 33%;
	border-right: 1px solid #8caa9a;
}
.service_box:last-child{
	border-right:none;
}
.service_title h4 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 0px;
	line-height: 26px;
	font-family: 'Figtree', sans-serif;
}
.service_title p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 0px;
	line-height: 22px;
	font-family: 'Figtree', sans-serif;
}
@media screen and (max-width:1199px){
	.service_title p {
		font-size: 17px;
	}
}
@media screen and (max-width: 991px) {
	.service_item {
		justify-content: center;
		flex-wrap: wrap;
		transform: skew(0deg);
	}
	.service_box:nth-child(1), .service_box:nth-child(2){
		margin:0 0 20px;
	}
	.service_box {
		width: 100%;
		border-right: none;
		transform: skew(0deg);
	}
}
@media screen and (max-width:575px) {
	.service_wrapper {
		margin: 0 0 30px;
	}
}
@media screen and (max-width:361px) {
	.service_title p {
		font-size: 17px;
	}
}
/*================================== PROMOTION CSS END  ================================== */
/*================================== PROMOTION CSS START  ================================== */
.promo_wrapper {
	margin: 0 0 50px 0;
}
.promo_item .promo_box:nth-child(1){
	margin-bottom:25px;
}
.promo_box {
	position: relative;
	transition: all 0.5s ease-in-out;
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.promo_img {
	position: relative;
}
.promo_img img {
	transition: all 0.5s ease-in-out;
}
.promo_title h4 {
	font-size: 16px;
	font-weight: 600;
	color: #191919;
	text-transform: uppercase;
	margin: 0 0 0px;
	letter-spacing: 0.3px;
	font-family: "Figtree", serif;
}
@media screen and (max-width: 991px) {
	.promo_box {
		justify-content: center;
	}
	.promo_logo {
		text-align: center;
		margin: 25px 0;
	}
	.promo_wrapper {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 480px) {
	.promo_wrapper {
		margin: 0 0 10px 0;
	}
	.promo_logo {
		margin: 0 0 20px;
	}
	.promo_item {
		display: block;
	}
	.promo_box {
		margin: 0 0 20px;
	}
}
/*================================== PROMOTION CSS END  ================================== */
.gift_title {
	text-align: center;
}
.gift_title h6 {
	font-size: 26px;
	font-weight: 700;
	color: #000000;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
	text-transform: capitalize;
	padding: 0 50px;
	display: inline-block;
	line-height: 34px;
	font-family: "Figtree", sans-serif;
}
.gift_title h6::before, .gift_title h6::after{
	content: "";
	position: absolute;
	background-image: url(../images/gift_box.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 35px;
	height: 34px;
	top: 0;
	bottom:0;
	margin: auto;
}
.gift_title h6::before{
	left: 0;
}
.gift_title h6::after{
	right:0;
}
@media screen and (max-width:767px){
	.gift_title h6::before, .gift_title h6::after {
		width: 25px;
		height: 25px;
	}
	.gift_title h6 {
		font-size: 22px;
		padding: 0 35px;
		line-height: 30px;
	}
}
@media screen and (max-width:575px){
	.gift_title h6 {
		font-size: 20px;
		line-height: 25px;
	}
}

.truth_wrapper {
	margin: 0 0 50px;
}
.brand_wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	margin: 0 0 25px;
}
.truth_title {
	text-align: center;
}
.truth_title h6 {
	font-size: 30px;
	font-weight: 700;
	color: #111111;
	text-align: center;
	position: relative;
	margin-bottom:30px;
	text-transform: capitalize;
	padding: 0 45px;
	display: inline-block;
	line-height: 34px;
	font-family: "Figtree", sans-serif;
}
.truth_title h6::before, .truth_title h6::after {
	content: "";
	position: absolute;
	background-image: url(../images/verifie1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 29px;
	height: 32px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.truth_title h6::after {
	right: 0;
}
.truth_title h6::before {
	left: 0;
}
.truth_wrapper p {
	font-size: 18px;
	font-weight: 400;
	color: #555555;
	position: relative;
	margin-bottom: 25px;
	line-height: 25px;
	font-family: "Figtree", sans-serif;
}
.truth_wrapper p:last-child{
	margin-bottom: 0;
}
@media screen and (max-width:991px){
	.brand_logo img {
		width: 165px;
	}
	.brand_wrapper {
		column-gap: 10px;
	}
}
@media screen and (max-width:767px){
	.brand_logo {
		margin: 0 0 20px;
	}
	.brand_wrapper {
		margin: 0 0 5px;
	}
	.brand_logo img {
		width: 185px;
	}
	.truth_wrapper {
		margin: 0 0 40px;
	}
}
@media screen and (max-width:575px){
	.truth_title h6::before, .truth_title h6::after {
		width: 20px;
		height: 24px;
	}
	.truth_title h6 {
		font-size: 25px;
		padding: 0 35px;
		line-height: 30px;
	}
	.brand_logo img {
		width: 155px;
	}
}
@media screen and (max-width:480px){
	.truth_title h6::before, .truth_title h6::after {
		content: none;
	}
	.truth_title h6 {
		padding: 0;
		margin-bottom: 15px;
	}
}
@media screen and (max-width:361px){
	.truth_title h6 {
		font-size: 22px;
		line-height: 25px;
	}
	.brand_logo img {
		width: 140px;
	}
}


.from_wrapper {
	background-image: url(../images/from_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 20px 50px;
	padding: 50px 0 25px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}
.from_wrapper::before{
	content:"";
	position:absolute;
	background-image:url(../images/from_before.png);
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center;
	width:305px;
	height:304px;
	top:auto;
	left: 0;
	bottom: 0;
	margin:auto;
}
.from_wrapper::after{
	content:"";
	position:absolute;
	background-image:url(../images/from_after.png);
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center;
	width:266px;
	height:330px;
	top:auto;
	right: 0;
	bottom: 0;
	margin:auto;
}
.from_title {
	text-align: center;
}
.from_title h6 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	text-transform: capitalize;
	padding: 0 40px;
	display: inline-block;
	line-height: 34px;
	font-family: "Figtree", sans-serif;
}
.from_title h6::before, .from_title h6::after {
	content: "";
	position: absolute;
	background-image: url(../images/right_arrow1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 21px;
	height: 21px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.from_title h6::after {
	right: 0;
}
.from_title h6::before {
	left: 0;
}
.from_box {
	background-color: #fff;
	padding: 25px;
	border-radius: 20px;
	margin: 0 0 40px;
}
.from_box_title {
	font-size: 20px;
	font-weight: 700;
	color: #111111;
	position: relative;
	margin: 15px 0;
	line-height: 25px;
	font-family: "Figtree", sans-serif;
}
.from_text p {
	font-size: 18px;
	font-weight: 400;
	color: #555555;
	position: relative;
	margin: 0;
	line-height: 26px;
	font-family: "Figtree", sans-serif;
}
@media screen and (max-width:1199px){
	.from_box {
		padding: 25px 15px;
	}
	.from_text p {
		font-size: 17px;
	}
	.from_wrapper::after {
		width: 215px;
		height: 270px;
	}
	.from_wrapper::before {
		width: 190px;
		height: 185px;
	}
}
@media screen and (max-width:991px){
	.from_box {
		padding: 25px 26px;
	}
}
@media screen and (max-width:767px){
	.from_wrapper {
		margin: 0 20px 40px;
		padding: 30px 0 5px;
	}
	.from_wrapper::after {
		width: 125px;
		height: 150px;
	}
	.from_wrapper::before {
		width: 110px;
		height: 105px;
	}
}
@media screen and (max-width:480px){
	.from_wrapper {
		margin: 0 10px 40px;
	}
	.from_title h6::before, .from_title h6::after {
		width: 16px;
		height: 16px;
	}
	.from_title h6 {
		font-size: 25px;
		margin-bottom: 25px;
		padding: 0 30px;
		line-height: 30px;
	}
	.from_wrapper::after {
		width: 75px;
		height: 90px;
	}
	.from_wrapper::before {
		width: 50px;
		height: 45px;
	}
	.from_box {
		padding: 20px 15px;
	}
}
@media screen and (max-width:361px){
	.from_title h6 {
		font-size: 23px;
		line-height: 26px;
	}
	.from_box_title {
		font-size: 19px;
	}
}
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 0 0 50px 0;
	position: relative;
}
.feature-title {
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
}
.feature-title h2 {
	font-size: 30px;
	font-weight: 700;
	color: #111111;
	text-transform: capitalize;
	text-align: center;
	position: relative;
	margin: 0;
	display: inline-block;
	line-height: 33px;
	font-family: "Figtree", serif;
}
.cate_box {
	position: relative;
	display: table;
	margin: 0 auto 45px;
	z-index: 1;
}
.feature_box {
	position: relative;
	display: block;
	transition: all 0.5s ease-in-out;
}
.feature_box a {
	display: block;
}
.cate_box .fat_text1 h2 {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	color: #111111;
	position: relative;
	display: block;
	margin: 20px 0 0;
	transition: all 0.5s ease-in-out;
	font-family: "Figtree", serif;
}
.cate_box:hover .fat_text1 h2{
	color: #c20001;
}
.cate_box .fat_text1 h2 i {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: #185939;
	border-radius: 50%;
	transition: all 0.5s ease-in-out;
	font-size: 18px;
}
.cate_box:hover .fat_text1 h2 i{
	background-color: #c20001;
}
@media screen and (max-width:991px){
	.cate_box {
		margin: 0 auto 35px;
	}
}
@media screen and (max-width:575px){
	.feature_section {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 480px) {
	.feature-title h2 {
		font-size: 27px;
		line-height: 30px;
	}
}
@media screen and (max-width: 361px) {
	.feature-title h2 {
		font-size: 22px;
		line-height:26px;
	}
}
/*============================================
			feature CSS END
============================================*/