@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
/*
font-family: "Montserrat", sans-serif;
 font-family: "Montserrat", sans-serif;
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: "Montserrat", sans-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;
}
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
============================================*/
.top_section1 {
	/* padding: 10px 0; */
	background-color: #97c11f;
}
.top_section1 .col-md-12 {
	text-align: center;
}
.main_menu_mobile{
	display: none !important;
}
.menu{
	padding: 10px 0;
	position: relative;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: center;
}
.main_menu ul li {
	padding: 0px 25px;
	position: relative;
	border-right: 2px solid #b49441;
}
.main_menu ul li:last-child{
	border-right: none;
}
.main_menu.right ul {
	margin-bottom: 00px;
	display: flex;
	justify-content: start;
	list-style: none;
}
.main_menu ul li a {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #191919;
	text-decoration: none;
	display: inline-block;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 0;
	overflow: hidden;
}
.main_menu ul li a::after {
	content: '\f0d8';
	position: absolute;
	bottom: -10px;
	left: 0;
	top: auto;
	font-size: 25px;
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	line-height: 5px;
	right: 0;
	margin: auto;
	width: 17px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.main_menu ul li a:hover::after {
	bottom: 0px;
}
/* .main_menu ul li a:hover {
	color: #fff;
} */
.top_header {
	text-align: center;
}
.top_section {
	background-image: url(../images/header-top-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0px 3px 10px 0px rgba(86, 86, 86, 0.1);
	background-size: cover;
	padding: 25px 0;

}
.Verifie-main1 {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
}
.Verifie-main1.box {
	justify-content: end;
}
.Verifie-text1 h2 {
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	margin-bottom: 2px;
	color: #000000;
	line-height: 20px;
	letter-spacing: 0.50px;
	text-transform: uppercase;
}
.Verifie-text1 p {
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	color: #555555;
	margin-bottom: 0;
	line-height: 20px;
	letter-spacing: 0.5px;
}
.header-icon-text p{
	margin: 0;
	font-size: 14px;
	font-family: "Montserrat";
	color: #fff;
	font-weight: 400;
}
.header-icon-text p b{
	text-transform: uppercase;
	color: #97c11f;
}
/* mobile-menu-css-tart */
.amon {
	color: #000;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	background-color: transparent;
	display: inline-block;
	width: 65px;
	overflow: hidden;
	height: 26px;
	transition: width 2s;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
	position: absolute;
	right: 0;
	z-index: 22222;
	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: 30px;
	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: 250px;
	overflow: hidden;
	padding: 10px;
	background-color: #fff;
}
.amon ul li a img{
	margin: 0 5px 0 0 ;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;

}
.amon ul li a {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #111;
	text-decoration: none;
	display: inline-block;
	padding: 8px 0px;
}
.amon ul li a::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #000;
	transform-origin: bottom right;
	transition: transform 0.5s ease-in-out;
}
.amon ul li a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}
.amon ul li {
	width: 65px;
	overflow: hidden;
	text-align: center;
}
.open-text .amon ul li {
	width: 100%;
	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: #8cc33b;
	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;
	width: 20px;
}
.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%);
	width: 20px;
	left: 0;
}
#open:checked + .amon .menu_icon .line-one {
    transform: rotate(45deg);
    top: 0px;
	width: 30px;
}
#open:checked + .amon .menu_icon .line-two {
	width: 0%;
	opacity: 0;
}
#open:checked + .amon .menu_icon .line-three {
	transform: rotate(-45deg);
	top: 21px;
	width: 30px;
}
/* Header_responsive */
@media screen and (max-width: 1199px) {
	.main_menu ul li {
		padding: 0px 17px;
	}
	.Verifie-text1 h1 {
		font-size: 17px;
	}
	.Verifie-text1 p {
		font-size: 14px;
	}
}
@media screen and (max-width: 1024px) {
	.header-icon-text p {
		font-size: 13px;
	}
}
@media screen and (max-width: 991px) {
	.top_section1 {
		display: none;
	}
	.logo {
		width: auto;
		margin: 0;
		text-align: left;
	}
	.logo{
		width: auto;
		margin: 0;
	}
	.top_header {
		margin: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.top_section .container .row .col-md-2 {
		display: flex;
		justify-content: space-between !important;
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
	}
	.top_section .container .row .col-lg-5:nth-child(1), .top_section .container .row .col-lg-5:nth-child(2) {
		justify-content: center;
		display: flex;
		order: 2;
	}
    .menu{
        display: none;
    }
    .menu .col-md-12{
        text-align: right;
    }
	.mobile_menu {
		display: block !important;
	}
		.Verifie-main1 {
		display: flex;
		grid-column-gap: 10px;
		align-items: center;
		margin: 0 0 20px 0;
	}

	.Verifie-text1 h1 {
		font-size: 18px;
	}
	.top_section .container .row .col-lg-4:nth-child(2) {
		order: 2;
	}
}
@media screen and (max-width: 767px) {
	.top_section .container .row .col-md-5:nth-child(1), .top_section .container .row .col-md-5:nth-child(2) {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.Verifie-main1.box {
		justify-content: center;
	}
	/* .Verifie-main1 {
		margin: 20px 0 0;
	} */
	.top_section {
		padding-bottom: 20px;
	}
	.Verifie-main1 {
		justify-content: center;
	}
}
@media screen and (max-width: 575px){
	.menu-links {
		top: 60px;
	}
	.amon {
		right: 20px;
	}
	.logo img {
		width: 70%;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 50px;
	}
}
@media screen and (max-width: 361px){
	.Verifie-text1 h1 {
		font-size: 16px;
	}
	.Verifie-text1 p {
		font-size: 13px;
	}
}
/* end */
/*============================================
			Banner CSS START
============================================*/
#dezign_home_banner {
	margin: 0 auto;
	text-align: center;
	display: table;
	/* 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
============================================*/
/* ============================== PRODUCT_DES2 CSS START ============================== */
.round_bg {
	margin: -50px 0 40px 0;
}
.product_section {
	position: relative;
}
#right_box .desc-rd.desc-text {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	padding: 25px;
}
.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;
}
.desc-rd li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-left: 20px;
	margin-bottom: 5px;
}
#right_box .desc-rd table td {
	font-size: 15px;
	font-weight: normal;
	position: relative;
	color: #333333;
	padding: 4px 8px;
}
#right_box .desc-rd table tr td:first-child {
	padding-left: 0px;
	padding-right: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
#right_box .desc-rd table tr td:first-child::after {
	position: absolute;
	content: ":";
	right: 0px;
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
}

/* 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: 600px;
	margin: 0 auto;
}
.img-holder {
	display: none;
}
.img-holder .imgBox {
	cursor: zoom-in;
	text-align: center;
	padding-bottom: 100%;
	overflow: hidden;
	background: #FFF;
	margin: 0;
	display: block;
	position: relative;
	z-index: 1;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
}
.img-popup {
	background-color: #FFF;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.thumb {
	font-size: 0;
	margin-left: -7.5px;
	margin-right: -7.5px;
	text-align: center;
}
.thumb label {
	width: 16%;
	padding: 0 7.1px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 0px;
}
.thumb label .box {
	cursor: pointer;
	border: 1px solid #e2e2e2;
	background-color: #FFF;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding-bottom: 100%;
	border-radius: 10px;
}
.thumb label img {
	display: inline-block;
	border: 0;
}
#imgView1:checked ~ .img-box #content1, #imgView2:checked ~ .img-box #content2, #imgView3:checked ~ .img-box #content3, #imgView4:checked ~ .img-box #content4, #imgView5:checked ~ .img-box #content5, #imgView6:checked ~ .img-box #content6, #imgView7:checked ~ .img-box #content7, #imgView8:checked ~ .img-box #content8, #imgView9:checked ~ .img-box #content9, #imgView10:checked ~ .img-box #content10, #imgView11:checked ~ .img-box #content11, #imgView12:checked ~ .img-box #content12, #imgView13:checked ~ .img-box #content13, #imgView14:checked ~ .img-box #content14, #imgView15:checked ~ .img-box #content15, #imgView16:checked ~ .img-box #content16, #imgView17:checked ~ .img-box #content17, #imgView18:checked ~ .img-box #content18, #imgView19:checked ~ .img-box #content19, #imgView20:checked ~ .img-box #content20 {
	display: block;
}
@-webkit-keyframes zoom {
 from {
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
to {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
}
@keyframes zoom {
 from {
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
to {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
}
.img-holder .lightbox:before {
	content: "";
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 999;
}
.img-holder input:checked ~ .lightbox:before {
	position: fixed;
	opacity: 1;
	visibility: visible;
	top: 0;
}
.img-holder input:checked ~ .lightbox {
	position: static;
	cursor: zoom-out;
}
.img-popup {
	-webkit-animation: zoomOut 0.5s ease-out;
	animation: zoomOut 0.5s ease-out;
}
.img-holder input:checked ~ .lightbox .img-popup {
	border: 3px solid #000000;
	margin: 0 auto;
	z-index: 9999;
	max-width: 800px;
	max-height: 600px;
	-webkit-animation: zoom 0.5s ease-out;
	position: fixed;
	animation: zoom 0.5s ease-out;
	top: 5%;
}
.img-holder input:checked ~ .lightbox .img-popup::after {
	content: "x";
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 33px;
	color: red;
	background: #000000;
	width: 50px;
	height: 50px;
	border-radius: 0 0 0 10px;
	color: #FFF;
}
/* Images Code END */

/* Table Code START */
.bg-transparent {
	background: none;
	border: none;
	text-align: right;
	padding: 0 10px;
	font-weight: 600;
	font-size: 18px;
}
.product_section {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 35px 15px;
	background: #fff;
}
.round_bg2::after {
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	right: 0px;
	content: "";
	width: 206px;
	height: 358px;
	background:url("../images/round_bg2_after.png");
	background-repeat: no-repeat;
	background-position: center center;
	animation: shimmyright 5s infinite;
	animation-direction: alternate;
}
@keyframes shimmyright {
 0% {
 transform: translate(0, 0);
}
 100% {
 transform: translate(50px, 0px);
}
}

.listing_listinghead h1 {
	margin: 0 0 0px;
	padding: 0px 0px;
	font-family: 'Montserrat', sans-serif;
}
#listingarea {
	width: 100%;
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 0;
	background: none;
}
.listing_listingarea-box {
	float: left;
	width: 100%;
}
#right_box {
	background: #FFF;
	padding: 25px;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	padding: 20px 0px 0;
	border-radius: 10px !important;
	margin-top: 0px;
	border: 1px solid #e2e2e2;
	max-height: 660px;
	height: 660px;
}
.listing_listinghead h1 {
	width: 100%;
	color: #FFF;
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 0px;
	padding: 10px 10px;
	text-align: center;
	background: #333333;
	letter-spacing: 1px;
	z-index: 99;
	font-family: 'Montserrat', sans-serif;
	position: relative;
}
.listing_listinghead.spider_text {
	position: relative;
}
.listing_listinghead span {
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 5px;
	display: block;
	letter-spacing: 1.5px;
	font-family: 'Montserrat', sans-serif;
}
.desc-rd.desc-text p{
	margin-bottom: 10px;
}
.desc-rd.desc-text b {
	font-size: 18px;
	letter-spacing: 0.30px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 15px;
}
.desc-hedtitle {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 0px;
	text-align: left;
	letter-spacing: 0.30px;
	z-index: 1;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	text-transform: capitalize;
	border-bottom: 2px solid #e6e6e6;
	padding: 0 0 12px 0;
	margin: 0 25px;
}
.desc-rd p {
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 0.30px;
	line-height: 26px;
	color: #333333;
}
.desc-rd.desc-text h6 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.25px;
}
.desc-rd.desc-text p:last-child {
	margin-bottom: 0px;
}
.desc-text {
	font-size: 15px;
	color: #333;
	font-weight: 400;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.30px;
	line-height: 25px;
	overflow: auto;
	scrollbar-width: 2px;
	scrollbar-color: #d4d4d4 #F8F8F8;
	max-height: 630px;
	height: auto;
}
.desc-rd ul {
	margin-bottom: 10px;
	padding-left: 0;
}
.desc-rd li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.desc-rd.desc-text table {
	margin-bottom: 20px;
}
.desc-rd.desc-text tr td {
	padding: 0px !important;
	padding-right: 12px !important;
}
.desc-rd table, .desc-rd table tr td, .desc-rd table tr th {
	padding: 8px 10px;
	color: #515151 !important;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400 !important;
}
.table_section .st_text {
	background: #000;
	color: #FFF;
}
.table_section .st_text {
	background: #000;
	color: #FFF;
	text-transform: uppercase;
}
.table_section {
	margin-bottom: 15px;
}
.table_section {
	margin-bottom: 15px;
}
.desc-rd h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
}
.desc-rd ul {
	margin-bottom: 15px;
	padding-left: 0;
}
.desc-rd li {
	margin-bottom: 10px;
}
.desc-rd table h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 1199px) {
	.round_bg .container {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 991px) {
	.product_section {
		position: relative;
		margin: 0px 0;
	}
	#right_box {
		max-height: 560px;
		height: 560px;
	}
	.desc-text{
		max-height: 560px;
	}
}
@media screen and (max-width: 767px) {
	.product_images_wappers {
		padding: 0px 0 30px;
	}
	#right_box {
		max-height: 560px;
		height: auto;
	}
	.round_bg {
		margin: -50px 20px 20px;
	}
	.product_section{
		padding: 35px 15px 20px;
	}
}
@media screen and (max-width: 480px) {
	.thumb label {
		padding: 0 4.1px;
	}
	.round_bg .container{
		padding: 0;
	}
	.desc-hedtitle {
		font-size: 19px;
	}
}
/* ============================== PRODUCT_DES2 CSS END ============================== */
/*================================== SERVICES CSS START  ================================== */
.service_wrapper {
	margin: 0px 0px 45px;
}
.service_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.2) 0 16px 50px -36px,rgba(0, 0, 0, 0.2) 0 -22px 50px -41px;
}
.service_box {
	position: relative;
	display: flex;
	align-items: center;
	grid-column-gap: 10px;
	padding: 33px 0;
	transition: all 0.5s ease-in-out;
}
.service_box::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: rgba(218,218,218,0.5);
	top: 0;
	right: -30px;
	bottom: 0;
	margin: auto;
}
.service_box:last-child:after{
	display: none;
}
.service_img img {
	transition: all 0.5s ease-in-out;
}
.service_box:hover .service_img img {
	transform: rotateY(360deg);
}
.service_title h4 {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	margin: 0px 0 0 0;
	letter-spacing: 0.20px;
}
@media screen and (max-width: 1199px) {
	.service_title h4 {
		font-size: 14px;
	}
}
@media screen and (max-width:1078px) {
	.service_box::after {
		right: -30px;
	}
}
@media screen and (max-width: 1040px) {
	.service_box::after {
		right: -20px;
	}
}
@media screen and (max-width:1000px) {
	.service_box {
		padding: 30px 0px;
		width: 50%;
		justify-content: center;
	}
	.service_item {
		display: flex;
		justify-content:center;
		flex-wrap: wrap;
	}
	.service_item  .service_box:nth-child(2)::after{
		display: none;
	}
	.service_title h4 {
		font-size: 18px;
	}
	.service_box::after {
		right: -5px;
	}
}
@media screen and (max-width: 991px) {
	.service_box {
		padding: 20px 0px;
		width: 50%;
		justify-content: center;
	}
	.service_item {
		padding: 15px 0;
	}
	.service_item  .service_box:nth-child(3)::after{
		display: block;
	}
	.service_box::after {
		height: 70%;
	}
}
@media screen and (max-width: 899px) {
	.service_item  .service_box:nth-child(2)::after{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.service_title h4 {
		font-size: 14px;
	}
	.service_box {
		width: 100%;
	}
}
@media screen and (max-width: 575px) {
	.service_box {
		padding:15px 0px;
		width: 100%;
		justify-content: start;
	}
	.service_item  .service_box::after, .service_item  .service_box:nth-child(3)::after{
		display: none;
	}
	.service_title h4 {
		font-size: 18px;
	}
	.service_item {
		padding: 20px 30px;
		display: table;
		margin: 0 auto;
	}
}
@media screen and (max-width: 370px) {
	.service_title h4 {
		font-size: 16px;
	}
	.service_item {
		padding: 20px 15px;
	}
}
/*================================== SERVICES CSS END  ================================== */
/* ABOUT3 CSS START */
.about3_wrapper {
	margin: 0px 0px 60px;
}
.about3_bg{
	position: relative;
}
.about_bottom {
	position: relative;
	overflow: hidden;
}
.about_bottom_img1 {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.about_right_content h3 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 500;
	color: #75990f;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	margin-bottom: 15px;
	text-transform: capitalize;
	margin: 20px 0 21px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #d2d2d2;
}
.about_right_content h3::before {
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	top: auto;
	bottom: 0;
	width: 15%;
	height: 2px;
	background: #d2d2d2;
}
.about_right_content ul li {
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	font-family: 'Montserrat', sans-serif;
	line-height: 27px;
	letter-spacing: 0.50px;
	margin: 0 0 15px 0;
	padding-left: 25px;
	background-image: url('../images/about-icon.png');
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: left 0;
	padding-left: 40px;
	/* margin-bottom: 0; */
}
.about3_button {
	margin-top: 15px;
}
.about3_button a {
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.50px;
	font-family: 'Montserrat', sans-serif;
	transition: all 0.8s ease 0s;
	text-align: center;
	margin: 0 auto;
	padding: 12px 20px;
	display: inline-block;
	position: relative;
	background: #000141;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	text-transform: capitalize;
}
.about3_button a::after {
	content: '';
	position: absolute;
	border: 1px solid #000141;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	transition: all .8s ease-out;
	opacity: 0;
}
.about3_button a:hover::after {
	opacity: 1;
	left: 5px;
	top: 5px;
	transition: all .8s ease-out;
}
.about3_button img{
	margin-right: 10px;
}
@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 1024px) {
	.about_right_content p {
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	/* .about_right_content h3 {
		font-size: 44px;
		margin-bottom: 9px;
	} */
	.about_right_content ul li {
		font-size: 17px;
	}
}
@media screen and (max-width: 991px) {
	/* .about_right_content h3 {
		font-size: 40px;
		margin-bottom: 5px;
	} */
	.about_right_content p {
		font-size: 14px;
		line-height: 23px;
		margin-bottom: 11px;
	}
	.about3_button {
		margin-top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.about_left_img {
		text-align: center;
	}
	.about_right_content {
		margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {

}
@media screen and (max-width: 480px) {
	.about_right_content {
		margin-top: 10px;
	}
	/* .about_right_content h3 {
		font-size: 32px;
		margin-bottom: 10px;
	} */
}
@media screen and (max-width: 361px) {
	/* .about_right_content h3 {
		font-size: 30px;
		margin-bottom: 7px;
	} */
}
@media screen and (max-width:320px) {

}
/* ABOUT3 CSS END */

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed-wapper {
	margin: 0 0 -50px 0;
	background: #fff;
	z-index: 1;
	position: relative;
	padding: 0 0 40px 0;
}
.guaranteed-head {
	margin-bottom: 60px;
	text-align: center;
	position: relative;
}
.guaranteed-head h5 {
	font-size: 28px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
	letter-spacing: 0.8px;
	font-family: "Montserrat", sans-serif;
	display: inline-block;
	position: relative;
	padding: 0 185px;
}
.guaranteed-head h5::before,.guaranteed-head h5::after{
	content: '';
	background-image: url(../images/headding_img.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	width: 100%;
	height: 7px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.guaranteed-head h5::before{
	left: 0;
	right: auto;
}
.guaranteed-head h5::after{
	left: auto;
	right: 0;
	transform: rotate(180deg);
}
.ebay_logo {
	width: 70px;
	height: 70px;
	border: 3px solid #97c11f;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -42px auto 0;
	background-color: #fff;
}
.guaranteed_box {
	text-align: center;
	padding: 5px 12px 23px;
	margin-bottom: 35px;
	position: relative;
	border: 2px solid #eeeeee;
	position: relative;
}
.guaranteed_box::after {
	content: '';
	background-image: url(../images/coma.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 34px;
	top: 16px;
	width: 46px;
	height: 40px;
}
.guaranteed_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.guaranteed_name {
	font-size: 17px;
	color: #000000;
	letter-spacing: 0.30px;
	font-weight: 700;
	margin: 0;
	font-family: "Montserrat", sans-serif;
}
.guaranteed_wapper .container .row .col-lg-4 {
	padding-left: 7px;
	padding-right: 7px;
}
.guaranteed_text {
	font-size: 18px;
	color: #555555;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	line-height: 27px;
	margin: 35px 0px 25px;
	letter-spacing: 0.30px;
}
.cat-btn {
	margin: 0 auto;
	text-align: center;
}
.cat-btn02 {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.8px;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 13px 25px;
	display: inline-block;
	position: relative;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	/* overflow: hidden; */
	z-index: 1;
	text-transform: uppercase;
	transition: all .5s ease-in-out;
	background-color: #97c11f;
	position: relative;
	letter-spacing: 0.80px;
	/* border-radius: 5px; */
}
.cat-btn02::before {
	content: '\f30b';
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	transition: all .5s ease-out;
	overflow: hidden;
	background-color: #75990f;
	font-size: 16px;
	line-height: 43px;
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	z-index: -1;
	opacity: 0;
}
.cat-btn02:hover::before{
	right: -50px;
  	transition: all .5s ease-out;
	opacity: 1;
}
.cat-btn02:hover{
	color: #fff !important;
}
@media screen and (max-width: 1199px) {
	.guaranteed_name {
		font-size: 14px;
	}
	.guaranteed_text {
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	.guaranteed_wapper .container .col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.guaranteed_name {
		font-size: 17px;
	}
	.guaranteed_wapper .container .row {
		display: flex;
		justify-content: center;
		gap: 25px 0;
	}
	.ebay_logo {
		margin: -47px auto 0;
	}
	.guaranteed-head {
		margin-bottom: 55px;
	}
	.guaranteed-head h5 {
		padding: 0 99px;
	}
	.guaranteed-head h5::before, .guaranteed-head h5::after {
		width: 14%;
		background-size: cover;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed-head h5 {
		font-size: 20px;
		padding: 0 69px;
	}
	.guaranteed-head {
		margin-bottom: 55px;
	}
	.guaranteed-head h5::before, .guaranteed-head h5::after {
		content: '';
		width: 13%;
		background-size: cover;
	}
	.guaranteed-head p {
		font-size: 35px;
	}
	.guaranteed_box {
		padding: 5px 15px 23px;
		width: 70%;
		margin: 0 auto 40px;
	}
	.guaranteed_name {
		font-size: 17px;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed_wapper .container .col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.guaranteed-head h5 {
		font-size: 18px;
		padding: 0px 64px;
	}
	.guaranteed-head h5::before, .guaranteed-head h5::after {
		content: '';
		width: 12%;
		background-size: cover;
	}
	.guaranteed-head p {
		font-size: 24px;
	}
	.guaranteed_text {
		margin-top: 22px;
	}
	.guaranteed_box {
		padding: 5px 15px 23px;
		width: 70%;
		margin: 0 auto 40px;
	}
	.guaranteed_name {
		font-size: 17px;
	}
}
@media screen and (max-width:480px){
	.guaranteed-head h5::before, .guaranteed-head h5::after {
		content: '';
		width: 11%;
		background-size: cover;
	}
	.guaranteed-head h5 {
		font-size: 15px;
		padding: 0px 49px;
	}
	.guaranteed-head {
		margin-bottom: 30px;
	}
	.guaranteed-head p {
		font-size: 22px;
	}
	.guaranteed_name {
		font-size: 16px;
	}
	.guaranteed_box {
		padding: 28px 10px;
		width: 90%;
		margin: 0 auto 20px;
	}
	.guaranteed_wapper {
		margin: 30px 0px;
	}
	.guaranteed_wapper .container .row .col-lg-4 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.guaranteed-head h5::before, .guaranteed-head h5::after {
		content: '';
		width: 12%;
		background-size: cover;
	}
}
@media screen and (max-width:361px){
	.guaranteed-head p {
		font-size: 18px;
	}
	.guaranteed-head h5 {
		font-size: 15px;
		padding: 0px 40px;
	}
	.guaranteed_box {
    	width:100%;
	}
	.guaranteed_name {
		font-size: 13px;
	}
	.cat-btn02{
		padding: 11px 11px;
		font-size: 12px;
	}
	.cat-btn02::before {
		width: 30px;
		font-size: 12px;
		line-height: 39px;
	}
	.cat-btn02:hover::before {
		right: -30px;
	}
}
/*============================================
			guaranteed CSS END
============================================*/
/* Tab Code Start */
.footer-bg{
	background-image: url(../images/footer-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.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_wrapper {
	position: relative;
}
.tabsbottom label {
	margin: 0;
	padding: 14px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	background-color: #888888;
	font-weight: 600;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	transition: all .5s ease-in-out;
	letter-spacing: .8px;
	margin-right: 10px;
	position: absolute;
	left: -20px;
	top: 20px;
}
.tabsbottom label:nth-child(4) {
	top: 100px;
}
.tabsbottom label:nth-child(6) {
	top: 177px;
}
.tabsbottom label:nth-child(7) {
	margin-right: 0;
}
.tabsbottom input:checked + label::after, .tabsbottom label:hover::after{
	color: #97c11f;
}
.tabsbottom label::after {
	content: "\27A7";
	position: absolute;
	right: 0;
	color: #888;
	z-index: 99;
	transition: all 0.8s ease 0s;
	font-size: 30px;
	opacity: 1;
	top: 8px;
	z-index: -1;
	right: -12px;
	z-index: 1;
}
.tabsbottom {
	/* background-color: #f6f6f6; */
	padding: 100px 0 40px 0;
	margin-bottom: 40px;
	position: relative;
}
.tabsbottom label:hover {
	background: #97c11f;
	color: #fff;
}

.tabsbottom input:checked + label {
	background: #97c11f;
}
#table1:checked~#content1,
#table2:checked~#content2,
#table3:checked~#content3,
#table4:checked~#content4,
#table5:checked~#content5,
#table6:checked~#content6,
#table7:checked~#content7 {
	display: block !important;
}

.tab_wrapper section p {
	font-size: 15px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0.30px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	text-align: left;
}
.tabsbottom label img {
	display: inline-block;
	width: 29px;
}
.tab_wrapper section {
	display: none !important;
	border: 1px solid #97c11f;
	padding: 20px;
	background-color: rgba(0,0,0,0.7);
	padding-left: 65px;
	/* height: 330px; */
}
section h1 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	/* letter-spacing: 0.60px; */
	text-align: left;
	font-weight: 700;
	color: #fff;
}
.tabs {
	position: relative;
	min-height: 110px;
	position: relative;
	margin: 20px 0;
	padding: 10px 0 0;
	height: auto
}
section ol li h3{
 	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0.50px;
	color: #97c11f;

}
section ol li p{
 	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 0.50px;
	color: #fff;

}
section ol{
	counter-reset: section;
}
section ol li{
	position: relative;
}
section ol li::before {
	font-size: 16px;
	color: #fff;
	width: 25px;
	height: 25px;
	background-color: #888888;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	display: inline-block;
	counter-increment: section;
	content: "" counter(section) "";
	position: absolute;
	left: -36px;
	right: auto;
	top: 3px;
	bottom: auto;
	text-align: center;
	line-height: 25px;
}


@media screen and (max-width: 1199px) {
	.main_tab_row {
		margin: 0px 0px 40px;
	}
}
@media screen and (max-width: 991px) {
	section {
		height: 400px;
	}
	.tab_wrapper section{
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.tabs label {
		padding: 2px 20px;
	}
	section {
		height: 550px;
	}
}
@media screen and (max-width: 575px){
	.tabs label:nth-child(8) {
		border-radius: 0;
	}
	.tabsbottom label:nth-child(3) {
		margin-left: auto;
		border-radius: 0;
	}
	.tabsbottom label:nth-child(7) {
		margin-left: auto;
		border-radius: 0;
	}
	section {
		height: 550px;
		margin-left: 30px;
	}
	.tabsbottom label {
		left: 0px;
	}
	.tab_wrapper section {
		padding-left: 20px;
		padding-top: 50px;
	}
	.tabsbottom{
		padding: 60px 0 40px 0;
	}
}
@media screen and (max-width: 483px) {
	.main_tab_row {
		margin: 35px 0px;
	}
	.tabs .tab {
		padding: 15px;
	}
	.tabs label, .tabsbottom label{
		margin-right: 0;
		border-bottom: 1px solid rgb(255, 255, 255, 0.5);
	}
	.tabs .tab, .tabsbottom label {
		-webkit-box-ordinal-group: unset;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.tabsbottom label {
		position: relative;
		left: 0px;
		margin-right: 20px;
		top: 30px;
	}
	.tabsbottom label:nth-child(4) {
		top: 20px;
		top: 30px;
	}
	.tabsbottom label:nth-child(6) {
		top: 20px;
		top: 30px;
	}
	.tab_wrapper {
		position: relative;
		text-align: center;
	}
	section {
		height: auto;
	}
	section {
		padding-left: 20px;
		padding-top: 60px;
	}
	.tabsbottom label::after {
		right: 0;
		bottom: -24px;
		left: 0;
		margin: auto;
		rotate: 89deg;
		top: auto;
	}
	section {
		margin-left: 0;
	}
	section ol li{
		text-align: left;
	}
	.tabsbottom{
		padding: 30px 0 40px 0;
	}
	section h1 {
		font-size: 18px;
	}
	section ol li h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.tab_wrapper section p {
		font-size: 14px;
		line-height: 24px;
	}
}
/* end */
/*================================== FOOTER CSS START  ================================== */
.store_footer_wapper {
	padding: 0 0 25px;
}
.footer_block_titel {
	font-size: 21px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 0px;
}
.footer_logo {
	display: flex;
	justify-content: center;
}
.footer_block.footer_block04 {
	text-align: center;
}
.footer_block01 .footer_menu ul {
	display: flex;
	margin-top: 20px;
	grid-column-gap: 20px;
	padding: 10px 20px;
	border: 1px solid #9ea87e;
	border-right: none;
	border-left: none;
}
.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: #97c11f;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: auto;
    transition: all .5s ease-in-out;
}
.footer_menu {
	margin: 0 -50px;
}
.footer_menu ul li a {
	font-size: 15px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 30px;
	letter-spacing: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.footer_menu ul li a:hover{
	color: #97c11f;
}
.footer_menu ul li a:hover::after{
    width: 100%;
}
.footer_menu ul li a:hover{
    text-decoration: none;
}
.footer_menu ul li a {
	position: relative;
}
.footer_bottom {
	padding: 10px 0;
	position: relative;
	background: #888888;
}
.dezign_copyright {
	text-align: left;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
.dezign_copyright span {
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.60px;
}
.dezign_by {
	text-align: right;
	font-size: 14px;
	letter-spacing: 0.50px;
	color: #fff;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
}
.dezign_by span {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 700;
}
@media screen and (max-width: 1199px) {
	.footer_block_titel {
		font-size: 17px;
	}
	.footer_block01 .footer_menu ul {
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media screen and (max-width: 1024px) {
	.footer_block_titel {
		font-size: 17px;
	}
}
@media screen and (max-width: 991px) {
	.footer_block_titel {
		font-size: 12px;
	}
	.footer_menu {
		margin: 0 -20px;
	}
	.dezign_by {
		font-size: 13px;
		text-align: center;
	}
	.dezign_by span {
		font-size: 14px;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 8px;
	}
}
@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;
	}
}
@media screen and (max-width: 575px){
	.footer_menu {
		margin: 0;
	}
}
@media screen and (max-width: 361px){
	.footer_block.footer_block01 {
		display: flex;
		justify-content: center;
	}
}
/*================================== FOOTER CSS END  ================================== */