@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*
font-family: "Work Sans", sans-serif;
font-family: "Font Awesome 6 Pro";
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: "Cinzel", serif;
}
a.linkopac img {
	filter: alpha(opacity=100%);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: transparent;
}
a.linkopac:hover img {
	filter: alpha(opacity=20%);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 0px none;
}
a {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
	display: block;
}
a:hover {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
video{
	outline: none;
	width: 100%;
}
video::-webkit-media-controls{
  display: none;
}
video::controls{
  display: none;
}
.listing_clear {
	clear: both;
}
.listing_wrap {
	width: 100%;
}
.listing_main {
	margin: 0;
	padding: 0;
	text-align: center;
	display: table;
}
.listing_wrapcen {
	text-align: center;
	padding: 0;
	position: relative;
	display: inline-block;
}

/*============================================
			Top Header Css START
============================================*/
.promo_top_text {
	background-color: #bdcfe1;
	padding: 15px 0;
}
.welcom_text img{
    margin-right: 5px;
    margin-bottom: 5px;
}
.welcom_text {
	color: #000;
	font-family: "Cinzel", serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 2.5px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
}
.welcom_text span{
    font-size: 15px;
    letter-spacing: 0.50px;
    text-transform: uppercase;
    font-weight: 600;
}
.top_newsletter_link ul{
    display: flex;
    list-style: none;
    justify-content: end;
    margin-bottom: 0px ;
    grid-column-gap: 10px;
}
.logo {
	text-align: center;
}
.top_newsletter_link ul li a {
	color: #000;
	font-family: "Cinzel", serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 3px 14px;
	text-transform: uppercase;
	background-color: #fff;
	transition: all .5s ease-in-out;
	display: inline-block;
}
.top_newsletter_link ul li a:hover{
    text-decoration: none;
    background-color: #2bc48a;
    color: #fff;
}
.top_section {
	padding: 30px 0 20px;
}
.Verifie-main {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	justify-content: start;
}
.top_section .container .row .col-lg-4:nth-child(3) .Verifie-main {
	justify-content: end;
}
.Verifie-text h1{
    font-size: 20px;
	font-family: "Cinzel", serif;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.50px;
}
.Verifie-text p {
	font-size: 16px;
	font-family: "Cinzel", serif;
	line-height: 20px;
	letter-spacing: 0.50px;
	font-weight: 300;
	color: #555;
	margin-bottom: 0;
}
.main_menu_mobile{
	display: none !important;
}
.menu {
	padding: 10px 0 7px;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	justify-content: space-between;
	list-style: none;
	align-items: center;
}
.main_menu ul li {
	position: relative;
}

.main_menu ul li a {
	color: #000;
	font-family: "Cinzel", serif;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.20px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	padding: 0px 12px;
}
.main_menu ul li a::after {
	content: '';
	background-color: #000;
	height: 1px;
	width: 0%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	margin: auto;
	transition: all .5s ease-in-out;
}
.main_menu ul li a:hover::after{
	width: 100%;
}
.main_menu ul li:first-child a::after{
	content: none;
}
.main_menu ul li:first-child{
	padding: 0 12px;
}
.main_menu ul li:first-child a{
	padding-left: 0px;
}
.main_menu ul li:first-child a, .open-text ul li:first-child a {
	font-family: "Moderustic", sans-serif;
	font-size: 29px;
	font-weight: 400;
	border: 3px solid #bdcfe1;
	padding: 0px 7px;
	line-height: 31px;
	border-radius: 6px;
}
.open-text .amon ul li:first-child{
	position: relative;
}
.main_menu ul li:first-child a .tooltiptext, .open-text ul li:first-child a .tooltiptext {
	visibility: hidden;
	width: 110px;
	background-color: #fff;
	color: #000;
	text-align: center;
	border-radius: 13px;
	padding: 1px 0;
	position: absolute;
	z-index: 1;
	top: 160%;
	left: 65%;
	margin-left: -60px;
	box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.1);
	font-family: "Cinzel", serif;
	font-size: 14px;
}
.main_menu ul li:first-child a .tooltiptext::after, .open-text ul li:first-child a .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}
.main_menu ul li:first-child a:hover .tooltiptext, .open-text ul li:first-child a:hover .tooltiptext {
	visibility: visible;
  }

.main_menu ul li a:hover{
    text-decoration: none;
    color: #000;
}
.open-text ul li:first-child a {
	border: 3px solid #000;
	width: 50px;
	margin: 5px auto;
}
/* mobile-menu-css-tart */
.amon {
	color: #FFF;
	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: 0;
	z-index: 1;
	margin-top: -12px;
}
.mobile_menu{
	display: none;
}
.amon-container #open {
	display: none;
}
#open:checked + .amon {
	width: auto;
	height: auto;
}
.amon .bars:hover {
	background-color: transparent;
}
.amon .bars {
    cursor: pointer;
    width: 65px;
    height: 35px;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    font-size: 20px;
    display: block;
    margin-left: auto;
}
.amon ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	background-color: #bdcfe1;
	display: inline-grid;
	width: 240px;
	border-radius: 10px;
	overflow: hidden;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
	line-height: 40px;
	padding: 0 15px;
}
.amon ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	transition: all .5s ease-in-out;
	font-family: "Cinzel", serif;
	font-size: 16px;
}
.amon ul li a:hover {
	background-color: #000;
	color: #fff;
}
.amon ul li {
	width: 65px;
	overflow: hidden;
	text-align: center;
	letter-spacing: -5px;
}
.open-text .amon ul li {
	width: 100%;
	letter-spacing: 1px;
	padding: 0;
}
.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;
	background: #000;
	border-radius: 9px;
	opacity: 1;
	left: auto;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	right: 0;
}
.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;
}

/* responsive */

@media screen and (max-width: 1199px) {
    .Verifie-text h1 {
        font-size: 19px;
    }
	.main_menu ul li a {
		font-size: 13px;
		padding: 0px 10px;
	}
}
@media screen and (max-width: 991px) {
    .Verifie-text h1 {
        font-size: 19px;
    }
    .top_section .container .row{
        grid-row-gap: 20px;
    }
    .menu{
        display: none;
    }
	.mobile_menu{
		display: block;
	}

    .dezign_top_menu .row {
        display: grid;
        grid-row-gap: 12px;
    }
	.welcom_text {
		text-align: center;
		letter-spacing: 1.5px;
	}
	.top_section .container .row .col-lg-4:nth-child(2) {
		order: -2;
	}
	.top_section .container .row .col-lg-4:nth-child(3) .Verifie-main {
		justify-content: center;
	}
    .top_newsletter_link ul {
        justify-content: center;
    }
	.top_header_wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.logo {
		width: 80%;
	}
    .Verifie-main {
        justify-content: center;
    }
}
@media screen and (max-width: 480px) {
	.logo a img {
		width: 90%;
	}
	.welcom_text {
		text-align: center;
		letter-spacing: 0.5px;
		font-size: 13px;
	}
}
/*============================================
			Header Css END
============================================*/
/*============================================
			image Css START
============================================*/
.listing_section {
	margin: 0 0 40px 0;
}
.main_title p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.50px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	background-color: #bdcfe1;
	padding: 7px 5px;
	margin-bottom: 15px;
	max-width: 100%;
	font-family: "Cinzel", serif;
}
.desc-text span h1 {
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.30px;
	font-weight: 800;
	font-family: "Jost", sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.desc-text span h2 {
	font-family: "Jost", sans-serif;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.70px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.desc_bottum p {
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #959595;
	width: 81%;
}
.desc_bottum span {
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin: -43px 10px 0px 0px;
}
.pro-and-about {
	border: 1px solid #bdcfe1;
	border-top: 0;
	padding: 20px;
}
.desc_table {
	width: 80%;
	margin-bottom: 10px;
}
.desc_table tr[data-value=""]{
	display: none;
}
.desc_table tbody tr td ul {
	margin-bottom: 0px;
}
.desc_table tbody tr td{
	font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.30px;
  color: #333333;
  font-family: "Montserrat", sans-serif;
}
.desc_table tbody tr td:first-child{
	font-weight: 600;
}
.desc_table tbody tr td:last-child {
	padding-left: 10px;
}
.desc_table tbody tr td:last-child{
	position: relative;
}
.desc_table tbody tr td:last-child::after {
	content: ':';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #555555;
}
.product_section {
	position: relative;
}
.product_images_wappers {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	height: 850px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #000 #FFF;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #000;
	border: 1px solid transparent;
	border-image: linear-gradient(to bottom, #737373, #b48540) 1;
}
.product_images_gallery {
	width: 48%;
	min-height: 550px;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
	vertical-align: top;
	padding: 5px;
	margin: 0.5%;
	position: relative;
	border: 1px solid #373737;
}
.desc-hedtitle img {
	margin-top: -3px;
	margin-right: 6px;
}
.desc-rd.desc-text p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #333333;
	font-family: "Montserrat", sans-serif;
}
.desc-rd ul {
	margin-bottom: 15px;
	padding-left: 10px;
}
.desc-rd.desc-text p:last-child{
	margin-bottom: 0px;
}
.desc-rd.desc-text i {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.50px;
	font-weight: 400;
	color: #000;
	font-style: initial;
	text-transform: uppercase;
}
.desc-rd.desc-text b {
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #333333;
	font-family: "Montserrat", sans-serif;
}
.desc-rd table h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
#main_gallery {
	border: 0px solid #b4b4b4;
	border-radius: 0px;
	box-sizing: border-box;
	min-height: auto;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#main_gallery #main_row {
	height: auto;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
	display: flex;
	justify-content: end;
}
#main_row > div {
	margin-top: 0;
	max-width: 374px;
}
#main_gallery #main_row div ul {
	display: grid;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	justify-content: start;
	flex-wrap: wrap;
}
#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;
	float: left;
	height: 614px;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
#main_gallery .thumb {
	background-color: #fff;
	border: 1px solid #bdcfe1;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	_float: left;
	height: 164px;
	vertical-align: middle;
	width: 164px;
}
#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;
}
section p {
	font-family: "Cormorant", serif;
	margin-bottom: 10px;
}
#right_box {
	position: relative;
	z-index: 1;
	margin-bottom:0px;
	height: auto;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #d4d4d4 #f9f9f9;
}
.desc-hedtitle p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.50px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	background-color: #bdcfe1;
	padding: 7px 5px;
	margin-bottom: 0;
	max-width: 100%;
	font-family: "Cinzel", serif;
}
.desc-rd li {
	margin-bottom: 10px;
}
.product-text {
	margin-top: 10px;
	margin-bottom: 40px;
}
.desc-rd.desc-text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #555;
}
#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 #bdcfe1;
	border-radius: 0px;
	bottom: 0;
	height: 94.8%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 78%;
}
#main_gallery #main_row div ul li {
	float: right;
	height: auto;
	margin: 0 0px 20px 22px;
	padding: 0;
	width: auto;
}




.image_section_wrapper {
	width: 72%;
}
.image_and_cat_main {
	display: flex;
	justify-content: space-between;
}
.cat_suggestion_main {
	width: 26%;
}
.link_title h2 {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.50px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	background-color: #bdcfe1;
	padding: 7px 5px;
	margin-bottom: 15px;
	max-width: 100%;
	font-family: "Cinzel", serif;
}
.all_links {
	padding: 20px 0 20px 20px;
	border: 1px solid #bdcfe1;
	margin-bottom: 30px;
}
.all_links ul li a {
	font-size: 16px;
	color: #333333;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	letter-spacing: 0.20px;
	position: relative;
	display: inline-block;
}
.all_links ul li a::after {
	content: '';
	background-color: #000;
	height: 1px;
	width: 0%;
	position: absolute;
	left: 0px;
	bottom: -4px;
	margin: auto;
	transition: all .5s ease-in-out;
}
.all_links ul li a:hover::after {
	width: 100%;
}
.all_links ul li {
	margin-bottom: 15px;
}
.all_links ul li i {
	font-size: 11px;
	margin-right: 5px;
}
.all_links ul li:last-child{
	margin-bottom: 0px;
}
/* new */
.m2e-gallery{
	width: 100% !important;
}
.m2e-gallery .full-image{
	width: auto !important;
	height: auto !important;
}
.m2e-gallery .current{
	float: left !important;
	height: 700px;
	display: flex !important;
	justify-content: center;
	align-content: center;
	border: 1px solid #bdcfe1;
}
.m2e-gallery .preview-container.vertical label {
	display: block;
	width: 164px ;
	height: 164px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #bdcfe1;
}
.m2e-gallery .preview-container.vertical{
	max-height: 700px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
}
.m2e-gallery .preview > img{
	width: auto !important;
	height: auto !important;
}

@media screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.product-text .container {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width:1079px){
	#main_gallery div.imagsbox_w {
		width: 76%;
	}
}
@media screen and (max-width: 1024px) {
	#main_gallery div.imagsbox_w {
		width: 100% !important;
		height: 80%;
		left: 0;
		margin: 10px auto 0;
		right: 0;
		top: 0 !important;
	}
	.image_and_cat_main {
		margin: 0 0 20px 0;
	}
	.m2e-gallery{
		display: grid;
}
	.m2e-gallery .current.vertical {
		width: 100% !important;
		height: 500px !important;
	}
	.m2e-gallery .preview-container.vertical {
		width: 100% !important;
		text-align: right;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		overflow: auto;
	}
	.m2e-gallery .preview-container.vertical label {
		width: 80px;
		height: 80px !important;
		overflow: auto;
	}
	#main_gallery .thumb > img {
		max-height: 100%;
		max-width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 20px auto 0;
	}
	#main_gallery .full_img_wapper {
		height: 513px;
		width: 100%;
	}
	.product-text {
		margin-top: 0px;
	}
	#main_row > div {
		float: none;
		margin: 0 auto !important;
		text-align: center;
		max-width: 100%;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#main_gallery #main_row div ul li {
		margin: 0 8px 20px 8px;
	}
	#main_gallery div.imagsbox_w .imagsbox {
		height: 100% !important;
		display: flex;
		margin: 0 auto;
	}
	#main_gallery #main_row .thumb {
		width: 55px;
		height: 55px;
	}
	#main_gallery {
		margin: 0px 0 0px;
		padding: 0 0px 20px;
		width: 100%;
		min-height: auto;
	}
	.desc_table {
		width: 100%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 900px){
	.image_and_cat_main {
		display: grid;
		grid-template-columns: 1fr;
	}
	.cat_suggestion_main {
		width: 100%;
	}
	.image_section_wrapper {
		width: 100%;
	}
}
@media screen and (max-width: 575px){
	.desc_table tbody tr {
		display: grid;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 480px) {
	#main_gallery #main_row div ul li {
		margin: 0 5px 10px 5px;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.top_newsletter_link ul li {
		padding: 0px 8px 0px;
	}
	.top_newsletter_link ul li a {
		font-size: 12px;
	}
	.main_title p {
		font-size: 17px;
	}
	.desc-hedtitle p {
		font-size: 17px;
	}
	.pro-and-about {
		padding: 13px;
	}
}
/*============================================
			image Css END
============================================*/
/*============================================
			Banner CSS START
============================================*/
#dezign_home_banner {
	text-align: center;
	display: block;
	margin-bottom: 40px;
}
#dezign_home_banner img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}
#maine_slider_res, .paypal_section_res {
	display: none;
}
@media only screen and (max-width: 767px) {
	#maine_slider{
		display: none !important;
	}
	#maine_slider_res{
		display: block !important;
		margin-bottom: 0px;
	}
	#dezign_home_banner {
		margin: 0 auto 25px;
	}
}
/*============================================
			Banner CSS END
============================================*/
/*============================================
			promotion CSS START
============================================*/
.promotion_wrapper {
	margin: 50px 0px 48px;
	padding: 30px 0px;
	border: 1px solid #bdcfe1;
}
.promo_main {
	display: flex;
	grid-column-gap: 16px;
	transition: all 0.5s ease-in-out;
}
.promo_main::after {
	content: '';
	background-color: #bdcfe1;
	height: 100%;
	width: 1px;
	position: absolute;
	right: -49px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.promo_box .promo_main:last-child::after{
	content: none;
}
.promo_main:last-child{
	border-right: none;
}
.promo_icon img {
	transition: all 0.5s ease-in-out;
}
.promo_main:hover img {
	transform: rotateY(360deg);
}
.promo_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 35px;
}
.promo_text h2 {
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 3px;
	font-family: "Cinzel", serif;
}
.promo_text p {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	margin-bottom: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1199px) {
	.promo_main::after {
		right: -19px;
	}
	.promo_box {
		padding: 0 15px;
	}
	.promo_text h2 {
		font-size: 17px;
	}
	.promo_text p {
		font-size: 13px;
	}
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
	.promo_box {
		display: grid;
		align-items: center;
		justify-content: center;
		grid-template-columns: repeat(2, 1fr);
	}
	.promo_main:nth-child(1), .promo_main:nth-child(2){
		margin: 0 0 30px 0;
	}
	.promo_main:nth-child(2){
		border-right: none;
	}
	.promo_main {
		justify-content: center;
	}
	.promo_box .promo_main:nth-child(2)::after{
		content: none;
	}
}
@media screen and (max-width: 767px) {
	.promo_main{
		padding: 0;
		border-right: none;
	}
	.promo_box {
		grid-template-columns: repeat(1, 1fr);
	}
	.promotion_wrapper {
		padding: 30px 0;
		margin: 0 auto;
		width: 60%;
	}
	.promo_main:nth-child(3){
		margin: 0 0 30px 0;
	}
	.promo_main::after {
		content: none;
	}
}
@media screen and (max-width:575px) {
	.promotion_wrapper {
		width: 63%;
	}
}
@media screen and (max-width:480px) {
	.promotion_wrapper {
		width: 88%;
	}
}
@media screen and (max-width:361px) {
	.promotion_wrapper {
		width: 100%;
	}
}
/*============================================
			promotion CSS END
============================================*/
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 40px 0px 45px;
}
.feature-title {
	margin: 0 auto;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.feature-title h1 {
	font-size: 36px;
	font-weight: 400;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	letter-spacing: 0.80px;
	display: inline-block;
	margin-bottom: 0;
}
.feature-title p a i {
	font-size: 13px;
}
.feature-title p {
	margin-bottom: 0;
}
.feature-title p a {
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px 20px;
	border-bottom: 1px solid #000;
}
.cate_box {
	position: relative;
}
.feature_box {
	position: relative;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	outline-offset: 13px;
	transition: all .5s ease-in-out;
}
.cate_box:hover .feature_box {
	outline-offset: 0;
	outline-color: transparent;
}
.cate_box .feature_box a img {
	transition: all 0.8s ease-in-out;
}
.cate_box:hover .feature_box img {
	transition: all .8s ease-in-out;
  	transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-ms-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	-webkit-transition: all .8s ease-in-out;
  	-moz-transition: all .8s ease-in-out;
  	-ms-transition: all .8s ease-in-out;
  	-o-transition: all .8s ease-in-out;
}
.cat_btn a {
	display: inline-block;
	padding: 6px 13px;
	background-color: #fff;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	color: #000000;
	letter-spacing: 0.50px;
	text-transform: uppercase;
	font-weight: 500;
	transition: all .5s ease-in-out;
}
.cate_box .fat_text a.cat_name_title {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.5px;
	transition: all 0.8s ease-in-out;
	text-transform: capitalize;
	display: block;
	text-align: center;
	color: #fff;
	padding: 7px 3px 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: "Cinzel", serif;
	margin-bottom: 5px;
}
.cate_box:hover .fat_text .cat_btn a{
	background-color: #bdcfe1;
	color: #000;
}
.fat_text {
	position: absolute;
	bottom: 18px;
	left: 0;
	right: 0;
	margin: auto;
	height: 39px;
	overflow: hidden;
	transition: all .8s ease-in-out;
}
.cate_box:hover .fat_text{
	height: 79px;
}
.cate_box:hover .fat_text h1 {
	color: #000;
}
.view_all_btn {
	text-align: center;
	margin: 55px auto 0px;
}
.cat_btn {
	text-align: center;
}
.button a {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	transition: all 0.8s ease-in-out;
	text-align: center;
	margin: 0 auto;
	padding: 12px 22px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-transform: uppercase;
	font-family: "Cinzel", serif;
	border-bottom: 1px solid #000000;
}
.about3_bg .row .col-lg-12:nth-child(1) .about_right_content {
	padding: 50px 0;
}
.about_bottom {
	text-align: center;
	position: relative;
}
.about_bottom::after {
	content: '';
	background-image: url(../images/about_text.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: -68px;
	right: 0;
	bottom: 49px;
	margin: auto;
	width: 1244px;
	height: 185px;
	z-index: -1;
}
.about_right_content h2 img {
	border-radius: 25px;
}
.about_right_content h2 {
	font-size: 36px;
	line-height: 60px;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: .30px;
	font-weight: 400;
	margin-top: 30px;
}
.about_bg_colour {
	background-color: #e7f1f9;
	height: 674px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.about3_button a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.button a i {
	font-size: 12px;
}
.button a:hover {
	color: #fff;
}
.button a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	bottom: 0;
	margin: auto;
	overflow: hidden;
	z-index: -1;
	transition: all 0.8s ease-in-out;
	background-color: #000;
}
.about3_button a img {
	margin-right: 5px;
}
.button a:hover::after {
	left: 0;
}
.button.view_all_btn i {
	font-size: 17px;
	padding-left: 7px;
}
.promo_icon {
	display: grid;
	align-items: center;
}
.promo_icon img {
	transition: all 0.5s ease-in-out;
}
.cat_btn_main.cat_main_btn_bottom{
	display: none;
}
@media only screen and (max-width: 1244px){
	.about_bottom::after {
		width: 100%;
		bottom: 59px;
	}
}
@media only screen and (max-width: 1199px) {
	.cate_box .fat_text a.cat_name_title {
		font-size: 21px;
	}
	.feature_section {
		background-position: center 70px;
	}
	.feature-title h1 {
		font-size: 32px;
	}
	.about_bottom::after {
		width: 100%;
		bottom: 106px;
		left: 0;
	}
	.about_right_content h2 {
		font-size: 31px;
	}
}
@media only screen and (max-width: 991px){
	.cate_box .fat_text a.cat_name_title {
		font-size: 24px;
	}
	.cate_box {
		position: relative;
		text-align: center;
		margin-bottom: 20px;
	}
	.feature_section {
		background-position: center center;
	}
	.view_all_btn {
		margin: 15px auto 0px;
	}
	.feature-title {
		margin-bottom: 25px;
	}
	.feature_section {
		margin: 40px 0px 30px;
	}
	.about_bottom_img1 img {
		width: 78%;
	}
	.about_right_content h2 {
		font-size: 23px;
		line-height: 48px;
	}
}
@media only screen and (max-width: 767px){
	.cate_box .fat_text a.cat_name_title {
		font-size: 24px;
		padding: 0;
	}
	.fat_text {
		height: 35px;
	}
	.feature_section {
		margin: 15px 0px 45px;
	}
	.feature_box {
		width: 360px;
	}
	.cat_btn_main.cat_main_btn_top {
		display: none;
	}
	.cat_btn_main.cat_main_btn_bottom{
		display: block;
	}
	.feature-title {
		justify-content: center;
	}
	.feature_section {
		margin: 45px 0px 45px;
	}
	.feature-title h1 {
		font-size: 29px;
	}
}
@media only screen and (max-width: 575px){
	.cate_box .fat_text a.cat_name_title {
		font-size: 24px;
	}
	.cate_box {
		margin: 0 auto 47px;
	}
	.feature_section .container .row .col-sm-6:last-child .cate_box{
		margin-bottom: 30px;
	}
	.feature-title h1 {
		font-size: 24px;
	}
}
@media only screen and (max-width: 480px){
	.cat_sec .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.cate_box .fat_text a {
		font-size: 11px;
	}
	.feature-title {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 431px){
	.feature_box {
		width: auto;
	}
}
@media only screen and (max-width: 361px){
	.feature-title h1 {
		font-size: 23px;
	}
	.feature_section {
		margin: 20px 0px 45px;
	}
	.cate_box {
		margin: 0 auto 37px;
	}
	.feature_section .container .row .col-sm-6:last-child .cate_box {
		margin-bottom: 20px;
	}
}
/*============================================
			feature CSS END
============================================*/
/*============================================
			Text_decoration CSS START
============================================*/

.text_decoration_main .text h2 {
	padding: 0 20px;
	font-size: 200px;
	font-family: "DM Serif Display", serif;
	text-transform: uppercase;
	text-align: center;
	color: #052860;
	opacity: 0.1;
	margin-bottom: 0;
	line-height: 40.01px;
	margin-top: 60px;
}

@media only screen and (max-width: 1383px){
	.text_decoration_main .text h2 {
		font-size: 160px;
		line-height: 17.01px;
	}
}
@media only screen and (max-width: 1115px){
	.text_decoration_main .text h2 {
		font-size: 120px;
		line-height: 0;
		margin-bottom: -5px;
	}
}
@media only screen and (max-width: 846px){
	.text_decoration_main .text h2 {
		font-size: 90px;
		line-height: 0;
		margin-bottom: -15px;
	}
}
@media only screen and (max-width: 767px){
	.text_decoration_main .text h2 {
		font-size: 90px;
		line-height: 0;
		margin-bottom: 35px;
	}
}
@media only screen and (max-width: 644px){
	.text_decoration_main .text h2 {
		font-size: 60px;
		line-height: 0;
		margin-bottom: 25px;
		margin-top: 40px;
	}
}
@media only screen and (max-width: 442px){
	.text_decoration_main .text h2 {
		font-size: 44px;
		line-height: 0;
		margin-bottom: 19px;
		margin-top: 40px;
	}
}
@media only screen and (max-width: 335px){
	.text_decoration_main .text h2 {
		font-size: 41px;
		line-height: 0;
		margin-bottom: 17px;
		margin-top: 40px;
	}
}
/*============================================
			Text_decoration CSS END
============================================*/
/*============================================
			About_Us CSS START
============================================*/
.about3_wrapper {
	margin: 50px 0 40px 0;
	position: relative;
}
.about3_bg{
	position: relative;
}
.about_bottom_img1 {
	position: relative;
}
.about_right_content h3 {
	font-size: 36px;
	font-weight: 400;
	color: #000;
	position: relative;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-family: "Cinzel", serif;
	letter-spacing: 0.50px;
}
.about_right_content p {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 27px;
	letter-spacing: 0.20px;
	margin-bottom: 20px;
	font-family: "Montserrat", sans-serif;
}
.about_right_content {
	text-align: center;
}
.about_right_content strong {
	color: #191919;
}
.about_right_content p a {
	display: inline;
}
.about_right_content p a {
	display: inline;
	color: #9e7e31;
	text-decoration: underline;
}
@media screen and (max-width: 1199px){
	.about_right_content p {
		font-size: 15px;
		line-height: 25px;
	}
}
@media screen and (max-width: 991px) {
	.about_right_content p {
		font-size: 15px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.about3_button {
		margin-top: 10px;
	}
	.about_bottom_img1 {
		text-align: center;
	}
	.about3_wrapper {
		margin: 0px 0 40px 0;
		position: relative;
	}
}
@media screen and (max-width: 767px){
	.about_bottom::after {
		bottom: -7px;
	}
	.about_right_content h2 img {
		border-radius: 25px;
		width: 95px;
	}
	.about_right_content h2 {
		font-size: 17px;
		line-height: 41px;
	}
	.about_bg_colour {
		height: 774px;
	}
}
@media screen and (max-width: 575px) {
	.about_bottom::after {
		width: 100%;
		right: 0;
		bottom: 12px;
	}
}
@media screen and (max-width: 480px) {
	.about_right_content h3 {
		font-size: 20px;
	}
	.about_right_content h2 {
		font-size: 14px;
		line-height: 37px;
	}
	.about_bottom_img1 img {
		width: 90%;
	}
	.about_bottom::after {
		bottom: -8px;
	}
	.about_bg_colour {
		height: 817px;
	}
}
@media screen and (max-width: 479px){
	.about_bg_colour {
		height: 869px;
	}
}
@media screen and (max-width: 440px){
	.about_bottom::after {
		content: none;
	}
	.about_bottom_img1 img {
		width: 100%;
	}
}
@media screen and (max-width: 361px) {
	.about_right_content p {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.about_bg_colour {
		height: 929px;
	}
}
/*============================================
			About_Us CSS END
============================================*/
/*============================================
			TAB CSS START
============================================*/
.main_tab_row {
	position: relative;
	margin-bottom: 90px;
}
.main_tab_row .main_payment:last-child{
	margin-bottom: 0px;
}

.payment_text h1 img {
	padding: 0px 5px;
}
.inner_text {
	border: 1px solid #bdcfe1;
	background: #FFF;
	position: relative;
	padding: 25px 35px;
	font-family: "Jost", sans-serif;
	padding-left: 65px;
}
.inner_text p {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 15px;
	letter-spacing: 0.50px;
	font-family: "Montserrat", sans-serif;
	line-height: 26px;
}
.inner_text p:last-child{
	margin-bottom: 0;
}
.inner_text span {
	font-weight: 700;
	color: #222222;
}
.inner_text h6 {
	font-weight: 700;
	color: #222222;
	margin: 0 0 20px 0;
}
.inner_text p strong {
	color: #000;
	font-weight: 600;
}
.au_text h1 {
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
	font-family: "Jost", sans-serif;
}
.tab_icon {
	position: absolute;
	bottom: 0;
	left: -40px;
	background-color: #bdcfe1;
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 30px;
}
.inner_text img{
	margin-right: 5px;
}
.inner_text h1 {
	font-size: 30px;
	font-weight: 400;
	color: #000;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-family: "Cinzel", serif;
}
.inner_text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-weight: 400;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}
.please_note_text p {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 24px;
	letter-spacing: 0.25px;
	font-family: "Jost", sans-serif;
	margin-bottom: 25px;
}
.please_note_text {
	border: 1px solid #e2e2e2;
	margin-bottom: 30px;
	padding: 30px;
	padding-bottom: 5px;
}
.please_note_text h1 {
	color: #ff0000;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Jost", sans-serif;
}
.inner_text h5 {
	font-size: 18px;
	font-weight: 700;
	color: #ea0000;
	line-height: 26px;
	font-family: "Jost", sans-serif;
	margin-bottom: 20px;
}
.tabe_section .pay_01 {
	margin: 0px 0px 40px 40px;
	position: relative;
}
@media screen and (max-width: 991px) {
	.main_tab_row {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 575px) {
	.tabe_section .pay_01 {
		margin: 00px 0px 30px 40px;
	}
	.main_tab_row {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 480px) {
	.tab_icon {
		width: 60px;
		height: 60px;
		padding: 14px;
		left: -30px;
	}
	.inner_text {
		padding-left: 45px;
	}
	.tabe_section .pay_01 {
		margin: 00px 0px 30px 20px;
	}
}
/*============================================
			TAB CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.store_footer_wapper {
	padding: 40px 0 25px;
	background-color: #e7f1f9;
	background-image: url(../images/footer_show_img.png);
	background-position: 1090px -91px;
	background-size: 480px;
	background-repeat: no-repeat;
}

.footer_gallery {
	display: grid;
	row-gap: 20px;
	margin: -70px -30px 0px 0px;
}
.payment_img {
	text-align: center;
}
.footer_block_titel {
	font-size: 22px;
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 0.30px;
	font-family: "Cinzel", serif;
	text-align: left;
}
.payment_part .footer_block_titel {
	text-align: center;
}
.footer_logo {
	display: flex;
	justify-content: center;
}
.footer_block.footer_block04 {
	text-align: center;
}
.footer_block01 .footer_menu ul {
	display: grid;
	margin-top: 20px;
	grid-column-gap: 40px;
}
.footer_menu_block {
	display: flex;
	grid-column-gap: 45px;
}
.store_footer_wapper .container .row .col-md-6{
    display: grid;
    justify-content: center;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_menu ul li:nth-child(1) {
	padding-left: 00px;
}
.footer_menu ul li:nth-child(4) {
	padding-right: 00px;
}
.footer_menu ul li a::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 0%;
	background-color: #000;
	bottom: 0px;
	left: 13px;
	margin: auto;
	transition: all .5s ease-in-out;
	right: 0;
}
.footer_menu ul li a {
	font-size: 15px;
	color: #000000;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 30px;
	letter-spacing: 0;
	font-family: "Montserrat", sans-serif;
	display: inline-block;
}
.footer_menu ul li a i {
	font-size: 14px;
	margin-right: 2px;
}
.footer_menu ul li a:hover::after {
	width: 90%;
}
.footer_logo a img {
	mix-blend-mode: darken;
}

.footer_menu ul li a:hover{
    text-decoration: none;
}
.footer_menu ul li a {
	position: relative;
}
.footer_bottom {
	padding: 10px 0;
	position: relative;
	background-color: #000000;
}
.dezign_copyright {
	text-align: left;
	font-size: 15px;
	letter-spacing: 0;
	color: #fff;
	font-weight: 400;
	font-family: "Cinzel", serif;
}
.dezign_by {
	text-align: right;
	font-size: 15px;
	letter-spacing: 0.50px;
	color: #fff;
	font-weight: 400;
	font-family: "Cinzel", serif;
	text-transform: uppercase;
}
.dezign_by span {
	font-weight: 700;
	color: #bdcfe1;
}
.dezign_copyright span {
	text-transform: uppercase;
	color: #bfd0e2;
	font-size: 15px;
	letter-spacing: 0.60px;
	font-weight: 800;
	font-family: "Cinzel", serif;
}
.dezign_by i {
	color: #bccfe3;
	font-size: 12px;
}


.footer_block.footer_block01 {
	display: grid;
	padding-left: 35px;
	grid-template-columns: 1.5fr 2fr;
	margin-top: 45px;
}
.payment_part .img_part img:last-child {
	margin-top: 0px;
}
@media screen and (max-width: 1600px){
	.store_footer_wapper {
		background-position: 970px -91px;
	}
}
@media screen and (max-width: 1500px){
	.store_footer_wapper {
		background-position: 910px -91px;
	}
}
@media screen and (max-width: 1401px){
	.store_footer_wapper {
		background-position: 850px -91px;
	}
}
@media screen and (max-width: 1290px){
	.store_footer_wapper {
		background-position: 800px -91px;
	}
}
@media screen and (max-width: 1210px){
	.store_footer_wapper {
		background-position: 740px -91px;
	}
}
@media screen and (max-width: 1199px) {
	.footer_block_titel {
		font-size: 18px;
	}
	.footer_block01 .footer_menu ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	.store_footer_wapper {
		background-position: 740px -91px;
		background-size: 420px;
	}
}
@media screen and (max-width: 1112px){
	.store_footer_wapper {
		background-position: 690px -91px;
		background-size: 420px;
	}
}
@media screen and (max-width: 1022px){
	.store_footer_wapper {
		background-position: 650px -21px;
		background-size: 360px;
	}
}
@media screen and (max-width: 991px) {
	.footer_block_titel {
		font-size: 19px;
	}
	.dezign_by {
		font-size: 13px;
		text-align: center;
	}
	.dezign_by span {
		font-size: 14px;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 8px;
	}
	.store_footer_wapper .container .row .col-lg-6 {
		order: -2;
	}
	.footer_block.footer_block03 {
		margin-top: 20px;
	}
	.footer_block.footer_block04 {
		text-align: center;
		margin-top: 20px;
	}
	.store_footer_wapper .container .row .col-lg-5 {
		order: -2;
	}
	.footer_gallery {
		margin: 0px -30px 0px 0px;
	}
	.store_footer_wapper {
		background-position: 520px bottom;
		background-size: 410px;
	}
	.footer_block01 .footer_menu ul {
		justify-content: start;
		margin-bottom: 20px;
	}
	.img_part {
		text-align: center;
	}
	.payment_part .img_part img:last-child {
		margin-top: 15px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 900px){
	.store_footer_wapper {
		background-position: 460px bottom;
		background-size: 410px;
	}
}
@media screen and (max-width: 818px){
	.store_footer_wapper {
		background-position: 400px bottom;
		background-size: 410px;
	}
}
@media screen and (max-width: 767px) {
    .store_footer_wapper .container .row{
        display: grid;
        grid-row-gap: 20px;
    }
    .store_footer_wapper .container .row .col-md-6{
        order: -1;
    }
	.footer_block.footer_block04 {
		text-align: center;
	}
	.footer_block_titel {
		font-size: 18px;
	}
	.footer_block.footer_block03 {
		text-align: center;
	}
	.store_footer_wapper {
		margin-top: 15px;
	}
	.footer_gallery {
		margin: 0;
		display: flex;
		grid-column-gap: 20px;
	}
	.store_footer_wapper {
		background-position: right bottom;
		background-size: 300px;
	}
}
@media screen and (max-width: 440px){
	.footer_block.footer_block01 {
		display: grid;
		padding-left: 0;
		grid-template-columns: 1fr;
		margin-top: 45px;
	}
	.footer_block_titel {
		text-align: center;
	}
	.footer_block01 .footer_menu ul {
		justify-content: center;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 361px){
	.footer_block.footer_block01 {
		display: grid;
		justify-content: center;
	}
}
/*================================== REVIEWS CSS START  ================================== */
.guaranteed_wapper {
	margin: 60px 0px;
}
.guaranteed-head {
	margin: 0px 0 30px 0;
}
.guaranteed-head h5 {
	font-size: 27px;
	font-weight: 600;
	color: #052860;
	font-family: "Work Sans", sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 5px;
}
.guaranteed-head p {
	font-size: 15px;
	font-weight: 400;
	color: #444444;
	font-family: "Work Sans", sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.9px;
}
.guaranteed_box {
	background: #FFF;
	text-align: center;
	padding: 28px 18px;
	margin-bottom: 35px;
	position: relative;
	box-shadow: 4px 5px 20px 0px rgba(152, 152, 152, 0.19);
}
.guaranteed_name {
	font-size: 18px;
	color: #000000;
	letter-spacing: 0.20px;
	font-weight: 500;
	margin: 17px 0;
	font-family: "Work Sans", sans-serif;
}
.guaranteed_text {
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	font-family: "Work Sans", sans-serif;
	line-height: 22px;
	margin: 13px 0px;
	height: 71px;
	justify-content: center;
	display: flex;
	align-items: center;
}
.cat-btn {
	margin: 0 auto;
	text-align: center;
}
.cat-btn02 {
	color: #000 !important;
 	font-size: 15px;
 	font-weight: 500;
 	letter-spacing: 0.7px;
 	font-family: "Work Sans", sans-serif;
 	transition: all 0.8s ease;
 	text-align: center;
 	margin: 0 auto;
 	padding: 13px 24px;
 	display: inline-block;
 	position: relative;
 	background: #b3b3b3;
 	text-transform: uppercase;
 	border-radius: 23px;
 	overflow: hidden;
 	z-index: 1;
}
.cat-btn02:hover{
	color: #000 !important;
}
.cat-btn02::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fcb040;
	border-radius: 23px;
	top: 0;
	bottom: 0;
	left: -100%;
	transition: 0.4s all;
	z-index: -1;
	overflow: hidden;
}
.cat-btn02:hover::before {
	left: 0;
}
.feedback_btn {
	text-align: center;
}
@media screen and (max-width: 1199px) {
	.guaranteed_text {
		height: 88px;
	}
	.guaranteed_box {
		padding: 28px 10px;
	}
	.guaranteed_name {
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
	.guaranteed_box {
		padding: 28px 20px;
	}
	.guaranteed_text {
		height: 58px;
	}
	.guaranteed_name {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_box {
		width: 50%;
		margin: 0 auto 30px;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed-head h5 {
		font-size: 26px;
	}
	.guaranteed_text {
		height: unset;
	}
	.guaranteed_box {
		width: 60%;
	}
}
@media screen and (max-width:480px){
	.guaranteed-head h5 {
		font-size: 20px;
		letter-spacing: 1px;
	}
	.guaranteed-head p {
		font-size: 13px;
	}
	.guaranteed_wapper {
		margin: 30px 0px;
	}
	.guaranteed_box {
		width: 80%;
	}
}
@media screen and (max-width:361px){
	.guaranteed-head h5 {
		font-size: 18px;
		letter-spacing: 0.5px;
	}
	.guaranteed-head p {
		font-size: 12px;
		letter-spacing: 0.5px;
	}
	.guaranteed_box {
		width: 100%;
	}
}
/*================================== REVIEWS CSS END  ================================== */

/*================================== PROMOS CSS START  ================================== */
.promo_wrapper {
	position: relative;
	margin-bottom: 40px;
}
.promo_wrapper::after {
	content: '';
	position: absolute;
	background-image: url(../images/promo_after.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 23px;
	bottom: -23px;
	left: 0;
	right: 0;
	margin: auto;
	background-position: center;
}
.Verifie-main_title {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	padding: 16px 0;
	position: relative;
}
.promo_main{
	position: relative;
}
.Verifie-main_title::after {
	content: '';
	background-color: #e5e5e5;
	height: 100%;
	width: 1px;
	position: absolute;
	right: 23px;
	left: auto;
	top: 0;
	bottom: 0;
}
.promo_wrapper .container .row .col-md-4:nth-child(3) .Verifie-main_title::after{
	content: none;
}
.Verifie-text h1 {
	font-size: 23px;
	font-weight: 400;
	letter-spacing: 0.2px;
	margin-bottom: 2px;
	color: #000;
	line-height: 20px;
	font-family: "Cinzel", serif;
	text-transform: capitalize;
}
.Verifie-text p {
	font-size: 15px;
	letter-spacing: 0.2px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 0;
	line-height: 20px;
	font-family: "Montserrat", sans-serif;
	margin-bottom: -4px;
}
.Verifie-text span {
	font-size: 10px;
	font-family: "Montserrat", sans-serif;
	color: #333333;
	letter-spacing: 0.20px;
}
@media screen and (max-width: 1199px) {
	.promo_wrapper::after {
		background-size: cover;
		width: 100%;
	}
	.Verifie-text h1 {
		font-size: 18px;
	}
	.Verifie-text p {
		font-size: 14px;
	}
}

@media screen and (max-width: 991px) {
	.Verifie-text p {
		font-size: 12px;
	}
	.promo_main .row{
		justify-content: center;
	}
	.promo_main .row .col-lg-4:nth-child(3) .Verifie-main_title::after, .promo_main .row .col-lg-4:nth-child(2) .Verifie-main_title::after{
		content: none;
	}
	.Verifie-main_title::after {
		height: 70%;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 0;
	}
	.Verifie-main_title{
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.promo_wrapper::after {
		display: none;
	}
	.Verifie-main_title.verifie_left {
		justify-content: center;
		border-right: none;
		padding-right: 0;
	}
	.Verifie-main_title{
		justify-content: center;
		border-right: none;
		padding-right: 0;
	}
	.Verifie-main_title {
		padding: 10px 0;
	}
	.Verifie-main_title.verifie_right {
		padding-left: 0;
	}
	.Verifie-text h1 {
		font-size: 20px;
	}
	.Verifie-text p {
		font-size: 15px;
	}
	.Verifie-main_title::after{
		content: none;
	}
}
@media screen and (max-width: 480px){
	.Verifie-text p {
		font-size: 14px;
	}
}
@media screen and (max-width: 361px){
	.Verifie-text h1 {
		font-size: 18px;
	}
}
/*================================== PROMOS CSS END  ================================== */

/*================================== PAYPAL CSS START  ================================== */
.paypal_wrapper {
	text-align: center;
}
@media only screen and (max-width: 575px){
	.paypal_wrapper {
		display: none;
	}
}
/*================================== PAYPAL CSS END  ================================== */