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

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "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;
	margin: 0 0 50px;
}
.top_section1 {
	padding: 40px 0;
}
.logo {
	text-align: center;
}

.header_bottom {
	/* z-index: 111;
	position: relative; */
}
.main_menu_mobile{
	display: none !important;
}
.main_menu{
	background-color: #fff;
	position: relative;
}

.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
}
.main_menu ul li a i {
	margin-right: 5px;
	color:#000352;
	transition: all 0.5s ease-in-out;
}
.main_menu ul li a {
	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: uppercase;
	display: inline-block;
	padding: 0 50px;
	font-family: "Figtree", sans-serif;
	position: relative;
}
.main_menu ul li a::before {
	content: "";
	position: absolute;
	left: auto;
	top: 0;
	bottom: 0;
	right: 0;
	width: 6px;
	height: 6px;
	background: #000;
	margin: auto;
	transform: rotate(42deg);
}
.main_menu ul li:last-child a::before{
	content: none;
}
.main_menu ul li a:hover{
	color:#000352;
}
.main_menu ul li:last-child a{
	border-right:none;
}
/* 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: 260px;
	overflow: hidden;
	padding: 10px;
	background-color: #f2f2f6;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
}
.amon ul li a i {
	margin-right: 5px;
	color:#000352;
	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: #191919;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 7px 0;
	font-family: "Figtree", sans-serif;
}
.amon ul li a:hover{
	color:#000352;
}
.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: #000352;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
}
.menu_icon .line-two {
	top: 26%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.menu_icon .line-three {
	top: 53%;
	transform-origin: left center;
	transform: translateY(-100%);
}
#open:checked + .amon .menu_icon .line-one {
    transform: rotate(45deg);
    top: 0px;
}
#open:checked + .amon .menu_icon .line-two {
	width: 0%;
	opacity: 0;
}
#open:checked + .amon .menu_icon .line-three {
	transform: rotate(-45deg);
	top: 21px;
}
/* Header_responsive */
@media screen and (min-width:1200px){
	.container {
		max-width: 1290px;
	}
}
@media screen and (max-width:1199px){
	.verifie_title h4 {
		font-size: 18px;
	}
	.seller_box {
		padding: 0 10px;
	}
	.main_menu ul li a{
		padding: 0 30px;
	}
}
@media screen and (max-width: 991px) {
	.top_contact {
		display: none;
	}
	.top_section1 {
		padding: 20px 0 10px;
	}
	.verifie_box.verifie_box_mob {
		margin-top: 20px;
	}
	.header_right_top {
		padding: 10px 30px;
		margin:20px 0 0px;
	}
	.main_menu{
		display:none;
	}
	.top_newsletter_link {
		display: none;
	}
	.header_bottom .row .col-lg-4:nth-child(2){
		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;
	}
	.top_header {
		margin: 0;
	}
	.seller_item {
		justify-content: center;
	}
	.header_bottom {
		margin: 0 0 20px 0;
		display: flex;
		align-items: center;
		position: relative;
	}
	.verifie_box {
		justify-content: center;
		margin:20px 0 0;
	}
	.star_review {
		margin: 0 0 15px;
		justify-content: center;
	}
	.main_dezign_brain_header {
		margin: 0 0 0px;
	}
}
@media screen and (max-width:767px){
	.logo {
		width: 90%;
	}
}
@media screen and (max-width:575px){
	.logo {
		width: 80%;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}	
	.seller_item {
		display: block;
	}
	.logo {
		width: 70%;
	}
	.star_img {
		display: inline-flex;
	}
	.seller_box {
		padding: 5px 0;
		justify-content: center;
		border-right: none;
	}
}
@media screen and (max-width:361px){
	.logo {
		width: 65%;
	}
}
/* ============================== HEADER CSS END ============================== */

/* ============================== PRODUCT_DES3 CSS START ============================== */
.Product_image {
	position: relative;
	border: 1px solid #dadada;
	border-radius: 20px;
	padding: 20px;
	margin: 0 0 30px 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: #111111;
	font-size: 20px;
	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;
	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;
}
.desc-rd.desc-text ul {
	
	
}
.desc-rd.desc-text ul li {

	margin-bottom: 5px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #444444;
	font-family: "Figtree", sans-serif !important;
	position: relative;
	padding-left: 20px;
}
.desc-rd.desc-text ul li::before ,section ul li::before, .footer_menu ul li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: auto;
	width: 6px;
	height: 6px;
	background: #000;
	margin: auto;
	transform: rotate(42deg);
}
.desc-rd.desc-text b, strong {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #444444;
	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 #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;
}
.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: 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){
	
	
}
@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;
	}
	.feature-title h2 {
		padding: 0 40px;
	}
	.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;
	}
}
/* ============================== PRODUCT_DES3 CSS END ============================== */
.db_category {
	margin: 0 0 60px 0;
}
.db_category .db_category_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 20px 0;
}
.db_category .db_category_title h2{
	color: #111111;
  font-size: 18px;
  font-weight: 600;
  z-index: 1;
  position: relative;
  text-align: center;
  line-height: 30px;
  font-family: "Figtree", serif ;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
}
.db_category .db_category_title a{
	font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: 600;
  position: relative;
  transition: all .5s ease-in-out;
  color: #191919;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Figtree", sans-serif;
  position: relative;
}
.db_category .db_category_title a:hover{
	
	text-decoration: underline;
}
.db_category .db_category_box {
	text-align: center;
}
.db_category .db_category_box .db_category_image {
	margin: 0 0 20px 0;
}
.db_category .db_category_box .db_category_text a{
	font-size: 18px;
  letter-spacing: 0.3px;
  font-weight: 600;
  position: relative;
  transition: all .5s ease-in-out;
  color: #191919;
  display: inline-block;
  font-family: "Figtree", sans-serif;
  position: relative;
}
@media (max-width:991px) {
	.db_category .col-lg-3:nth-child(1) .db_category_box,
	.db_category .col-lg-3:nth-child(2) .db_category_box{
		margin:   0 0 30px 0;
	}
}
@media (max-width:767px) {
	.db_category .col-lg-3:nth-child(1) .db_category_box,
	.db_category .col-lg-3:nth-child(2) .db_category_box,
	.db_category .col-lg-3:nth-child(3) .db_category_box{
		margin:   0 0 30px 0;
	}
}
@media (max-width:480px) {
	.db_category .db_category_title {
		display: block;
		text-align: center;
	}
	.db_category .db_category_title h2 {
		display: block;
		margin: 0 0 10px;
		
	}
}
/*================================== MAIN TAB CSS START ================================== */
.clear {
	clear: both;
}
.tab [type=radio] {
	display: none
}
.customsearchbox input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	line-height: normal;
	display: none;
}
.tabsbottom label {
	display: inline-block;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	color: #646464;
	font-weight: 500;
	font-size: 20px;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
	margin: 0 10px 0 20px;
	letter-spacing: 0.5px;
	font-family: "Gabarito", sans-serif;
	border-bottom: 2px solid #fff;
}
.message_desk {
	display: inline-grid;
	vertical-align: middle;
}
.tabsbottom {
	margin-bottom: 40px;
}
.tabsbottom label:hover {
	border-color: #191919;
	color: #191919;
}
.tabsbottom input:checked + label {
	color: #191919;
		border-color: #191919;
}
.message_desk img:last-child{
	display: none;
}
.tabsbottom label:hover .message_desk img:last-child{
	display: block;
}
.tabsbottom label:hover .message_desk img:first-child{
	display: none;
}
.tabsbottom input:checked + label .message_desk img:first-child{
	display: none;
}
.tabsbottom input:checked + label .message_desk img:last-child{
	display:block;
}
#table1:checked~#content1,
#table2:checked~#content2,
#table3:checked~#content3,
#table4:checked~#content4,
#table5:checked~#content5,
#table6:checked~#content6,
#table7:checked~#content7 {
	display: block !important;
	height: auto;
}
section {
	text-align: left;
}
section p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #444444;
	text-align: left;
	margin: 0 0 15px 0;
	font-family: "Gabarito", sans-serif;
}
section p span,section ul li span {
	font-weight: 600;
	color: #444444;
}
section b {
	font-weight: 600;
	color: #444444;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	margin: 0 0 10px 0;
	font-family: "Gabarito", sans-serif;
	display: inline-block;
}
section ul li {
	padding-left: 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #111;
	text-align: left;
	font-family: "Gabarito", sans-serif;
	margin: 0 0 7px 0;
	position: relative;
}

.tabsbottom label img {
	transition: all 0.5s ease-in-out;
	margin: 0 10px 0 0;
	text-align: center;
}
section {
	display: none !important;
	padding: 30px 0 0;
	border-top: 1px solid #cdcdcd;
}
.tabs_top {
	text-align: center;
	padding: 30px;
	border: 1px solid #dadada;
	border-radius: 25px;
}
@media screen and (min-width: 768px) {
	.tabs_top {
	display: flex;
	flex-wrap: wrap;
}
	#table1 {
	order: 1;
	position: relative;
	}
	.tabs_top label:nth-child(2) {
	order: 2;
	position: relative;
	}
	#table2 {
	order: 3;
	position: relative;
	}
	.tabs_top label:nth-child(5) {
	order: 4;
	position: relative;
	}
	#table3 {
	order: 5;
	position: relative;
	}
	.tabs_top label:nth-child(8) {
	order: 6;
	position: relative;
	}
	#content1{
		order: 7;
	position: relative;
	width: 100%;
	}
	#content2{
		order: 8;
	position: relative;
	width: 100%;
	}
	#content3{
		order: 9;
	position: relative;
	width: 100%;
	}
}
@media screen and (max-width: 991px) {
	section {
		padding: 20px 20px 0;
	}
	.tabs_top {
		padding: 10px;
	}
}
@media screen and (max-width: 767px) {
	.tabsbottom label {
		width: 100%;
		margin: 0 0 5px;
		font-size: 17px;
	}
	section {
		padding: 15px 0 0;
	}
	.tabsbottom {
		margin-bottom: 40px;
	}
	.tabs_top {
		padding: 25px 25px;
	}
	section{
		border: none;
	}
}
@media screen and (max-width: 575px){
	.tabs label, .tabsbottom label{
		width: 100%;
		margin-right: 0;
	}
	.tabs .tab, .tabsbottom label {
		-webkit-box-ordinal-group: unset;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.tabs label:nth-child(8) {
		border-radius: 0;
	}
	.tabsbottom label:nth-child(3) {
		margin-left: auto;
	}
	.tabsbottom label:nth-child(7) {
		margin-left: auto;
	}
	.tabsbottom {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px) {
	section p {
		font-size: 16px;
	}
	.tabs_top {
		padding: 20px 20px;
	}
	section ul li{
		font-size: 16px;
		line-height: 27px;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			footer CSS START
============================================*/
.footer_wrapper {
	position: relative;
	background-color: #f5f5f5;
	padding: 30px 0;
}
.store_footer_wapper {
	position: relative;
}
.footer_block.footer_block02 {
	margin: 20px 0 0;
	padding-top: 20px;
	border-top:1px solid #ececf0;
}
.footer_menu ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 11px 0;
	margin: 0;
}
.payment_img {
	text-align: right;
}
.footer_menu ul li i{
	margin-right:5px;
		/* color: #000352; */
	transition: 0.5s all ease-in-out;
}
.footer_menu ul li {
position: relative;
}
.footer_menu ul li a {
	font-size: 16px;
	color: #191919;
	line-height: 25px;
	font-weight: 400;
	transition: 0.5s all ease-in-out;
	display: inline-block;
	letter-spacing: 0.3px;
	padding-left: 25px;
	font-family: "Figtree", sans-serif;
	text-transform: uppercase;
}
.footer_menu ul li a:hover {
	color: #000352;
}
.footer_menu ul li:last-child a{
	border-right:none;
}
.footer_menu ul li i {
	margin-right: 5px;
	color: #000352;
}
.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_bottom {
	position: relative;
	padding: 14px 0;
	background-color: #fff;
}
.dezign_copyright {
	font-size: 16px;
	color: #444444;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0.3px;
	/* text-transform: uppercase; */
	font-family: "Figtree", sans-serif;
}
.dezign_copyright span {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #001111;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Figtree", sans-serif;
}
.dezign_by {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #444444;
	font-weight: 500;
	text-align: right;
	/* text-transform: uppercase; */
	font-family: "Figtree", sans-serif;
}
.dezign_by span {
	font-size: 16px;
	font-weight: 700;
	color: #001111;
	letter-spacing: 0.3px;
	font-family: "Figtree", sans-serif;
}
@media screen and (max-width:1199px){
	.footer_menu ul li a {
		padding: 0 11px;
	}
	/* .verifie_title h4 {
		font-size: 16px;
	} */
}

@media screen and (max-width: 991px){
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom:10px;
		line-height: 24px;
	}
	.footer_block.footer_block04 {
		margin: 0px 0 20px 0;
		text-align: center;
	}

	.footer_block.footer_block03 {
		text-align: center;
	}
	.footer_block.footer_block02 {
		display: block;
		margin: 0;
	}
	.footer_logo {
		text-align: center;
		margin: 0 0 20px;
	}
	.footer_block.footer_block01 {
		display: none;
	}
	.footer_menu ul {
		display: block;
		/* text-align: center; */
		margin: 0 auto 20px;
		width: 240px;
	}
	.footer_menu ul li a {
		padding: 7px 0px 7px 20px;
		border-right: none;
	}
	.verifie_box {
		border-right: none;
		margin: 0 0 20px;
	}
	.payment_img {
		text-align: center;
	}
}
@media screen and (max-width:480px){
	.dezign_copyright span {
		font-size: 15px;
	}
	.dezign_by span {
		font-size: 15px;
	}
	.dezign_by {
		font-size: 15px;
	}
}
@media screen and (max-width:361px){
	.dezign_copyright span {
		font-size:15px;
	}
	.dezign_copyright {
		font-size: 15px;
	}
	.dezign_by span {
		font-size:14px;
	}
	.dezign_by {
		font-size:14px;
	}
}
/*============================================
			feature CSS START
============================================*/

/*================================== PROMOTION CSS START  ================================== */
.service_wrapper {
	margin: 0 0 40px;
	z-index: 1;
	position: relative;
}
.service_item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_logo {
	text-align: center;
}
.service_icon {
	position: relative;
	width: 33.33%;
	transition: all 0.5s ease-in-out;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_img {
	margin: 0 0 20px;
}
.service_box:last-child{
	border-right:none;
}
.service_title h4 {
	font-size: 18px;
	font-weight: 600;
	color: #111111;
	text-transform: uppercase;
	margin: 0 0 0px;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-family: 'Figtree', sans-serif;
}
.service_title p {
	font-size: 16px;
	font-weight: 400;
	color: #5f5f5f;
	text-transform: uppercase;
	margin: 0 0 0px;
	letter-spacing: 0.3px;
	line-height: 22px;
	font-family: 'Figtree', sans-serif;
}
@media screen and (max-width: 991px) {
	.service_item {
		justify-content: center;
		flex-wrap: wrap;
	}
	.service_icon:nth-child(1), .service_icon:nth-child(2){
		margin:0 0 20px;
	}
	.service_icon {
		width: 50%;
	}
}
@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 {
		width: 100%;
	}
}
@media screen and (max-width:361px) {
	.service_title h4 {
		font-size: 15px;
	}

	.service_img {
		margin: 0 0 8px;
	}
}
/*================================== PROMOTION CSS END  ================================== */