@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*
font-family: "Anek Devanagari", sans-serif;
font-family: "Font Awesome 6 Pro";
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	  font-family: "Anek Devanagari", 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;
	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: rgb(1,1,1);
	background: linear-gradient(0deg, rgb(4, 7, 7) 0%, rgb(58, 58, 60) 100%);
	/* padding: 8px 0; */
	position: relative;
	clip-path: polygon(0px 0px, 100% 0px, 98.68% 102.33%, 1.32% 100%);
	/* height: 38px; */
	overflow: hidden;
}
.promo_top_text::after, .promo_top_text::before {
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 51px;
	height: 41px;
}
.promo_top_text::after{
	background-image: url(../images/top_header_after.png);
	left: 10px;
}
.promo_top_text::before{
	background-image: url(../images/top_header_before.png);
	right: 10px;
}
.welcom_text img{
    margin-right: 5px;
    margin-bottom: 5px;
}
.welcom_text {
	color: #fff;
	font-family: "Anek Devanagari", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 21px;
}
.welcom_text span {
	font-size: 17px;
	letter-spacing: 0.50px;
	text-transform: uppercase;
	font-weight: 600;
	color: #e0bff3;
}
.top_newsletter_link ul{
    display: flex;
    list-style: none;
    justify-content: end;
    margin-bottom: 0px ;
    grid-column-gap: 10px;
}
.top_newsletter_link ul li a {
	color: #fff;
	font-family: "Anek Devanagari", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 3px 14px;
	text-transform: uppercase;
	transition: all .5s ease-in-out;
}
.top_newsletter_link ul li a:hover{
    text-decoration: none;
}
.top_section {
	padding: 23px 0;
}
.top_header_wrapper {
	display: flex !important;
	justify-content: center !important;
	align-items: center;
	position: relative;
}
.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: "Anek Devanagari", sans-serif;
	font-weight: 700;
	letter-spacing: 0.3px;
	margin-bottom: 0px;
	color: #282827;
	margin-top: 10px;
	line-height: 20px;
	margin-bottom: 3px;
}
.Verifie-text p {
	font-size: 16px;
	font-family: "Anek Devanagari", sans-serif;
	letter-spacing: 0.6px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 0;
	line-height: 20px;
}
.main_menu_mobile{
	display: none !important;
}
.menu{
	padding: 10px 0;
	position: relative;
}
.menu::after {
	content: '';
	background-image: url(../images/menu-shadow.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: -24px;
	margin: auto;
	width: 100%;
	height: 14px;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	justify-content: end;
	list-style: none;
}
.main_menu ul li {
	/* padding: 0px 30px; */
	position: relative;
}
.main_menu ul li:nth-child(4) {
	padding-right: 0px;
}

.main_menu ul li:nth-child(4)::after{
    display: none;
}
.main_menu ul li a {
	/* color: #000; */
	font-family: "Anek Devanagari", sans-serif;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: 400;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff !important;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 0;
}
.main_menu ul li a:hover {
	text-decoration: none;
	background: #86499d !important;
}

/* mobile-menu-css-tart */
.amon {
	color: #FFF;
	font-family: "Anek Devanagari", sans-serif;
	font-size: 15px;
	background-color: transparent;
	display: inline-block;
	width: 34px;
	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: 100%;
	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: #222222;
	display: inline-grid;
	width: 200px;
	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: #FFF;
	text-decoration: none;
	display: block;
	transition: all .5s ease-in-out;
	font-size: 17px;
	padding: 8px 0 0;
	line-height: inherit;
	text-transform: uppercase;
}
.amon ul li a:hover {
	background-color: #86499d;
	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: 0px;
}
.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: #86499d;
	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: 1250px){
	.main_menu ul li:nth-child(4) {
		padding-right: 30px;
	}
	.welcom_text {
		padding-left: 20px;
	}
}
@media screen and (max-width: 1200px) {
    /* .main_menu ul li {
        padding: 0px 28px;
    } */
}
@media screen and (max-width: 1199px){
	.welcom_text {
		padding-left: 0px;
	}
	/* .main_menu ul li:nth-child(4) {
		padding-right: 0px;
	} */
}
@media screen and (max-width: 1059px){
	.welcom_text {
		padding-left: 20px;
	}
	/* .main_menu ul li:nth-child(4) {
		padding-right: 30px;
	} */
}
@media screen and (max-width: 991px) {
    .top_header {
        text-align: left;
    }
	.top_header_wrapper{
		justify-content: space-between !important;
	}
    .Verifie-main {
        justify-content: center;
    }
	.top_section .container .row .col-lg-4:nth-child(3) .Verifie-main {
		justify-content: center;
	}
    .top_section .container .row{
        grid-row-gap: 20px;
    }
    .menu{
        display: none;
    }
    .mobile_menu{
		display: block;
	}
	.top_header .logo a img {
		width: 75%;
	}
    .promo_top_text {
        padding: 10px 0;
    }
    .dezign_top_menu .row {
        display: grid;
    }
    .main_menu{
        display: none;
    }
    .welcom_text {
        text-align: center;
    }
    .top_section {
        padding: 19px 0;
    }
	.top_section .container .row .col-lg-4:nth-child(2) {
		order: -1;
	}
	.welcom_text {
		padding-left: 0px;
	}
}

@media screen and (max-width: 350px) {
.top_newsletter_link ul li a {
	font-size: 12px;
	padding: 3px 7px;
}
.top_newsletter_link ul {
	grid-column-gap: 0px;
}
.promo_top_text {
	clip-path: border-box;
}
.promo_top_text::before {
	right: 0;
}
.promo_top_text::after {
	left: 0;
}
.promo_top_text::after, .promo_top_text::before {
	width: 31px;
	height: 41px;
}
.promo_top_text::after {
	background-position: right;
}
}
/*============================================
			Header Css END
============================================*/
/*============================================
			image Css START
============================================*/
.round_bg {
	margin: 0 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;
}
.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: 'Poppins', 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: 'Poppins', 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: 'Poppins', 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: 23px;
	font-weight: 600;
	margin: 0 0 0px;
	text-align: left;
	letter-spacing: 0.30px;
	z-index: 1;
	font-family: 'Poppins', 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: 'Poppins', 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: 'Poppins', 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: 'Poppins', 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: 'Poppins', 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;
	}
}
@media screen and (max-width: 480px) {
	.thumb label {
		padding: 0 4.1px;
	}
}
/*============================================
			image Css END
============================================*/
/*============================================
			Banner CSS START
============================================*/
.banner_res {
	display: none !important;
}
#slidersection {
	margin: 0px auto 40px;
	text-align: center;
	max-width: 1400px;
}
  .slider {
    padding: 0;
    margin: 0;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .slider ul {
    width: 1000%;
    height: auto;
    position: relative;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    -moz-animation:slide-animation 10s infinite;
    -webkit-animation:slide-animation 10s infinite;
  }
  .slider li {
    width: 10%;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
  }
  img {
    max-width: 100%;
  }
  @-webkit-keyframes slide-animation {
	  	1% {
		  left: 0%;
		  opacity: 1;
		}
	  20% {
		  left: 0%;
		  opacity: 1;
		}
		  25%{
			opacity: 0.2;
		  }
		33.33% {
		  left: -100%;
			opacity: 1;
		}
	  50% {
		  left: -100%;
			opacity: 1;
		}
	  75% {
		  opacity: 0.2;
		}
	  83.33% {
		  left: -200%;
			opacity: 1;
		}
	  95% {
		  left: -200%;
			opacity: 1;
		}
	  100% {
		  left: 0%;
		}

  }
  @-moz-keyframes slide-animation {
    	1% {
		  left: 0%;
		  opacity: 1;
		}
	  20% {
		  left: 0%;
		  opacity: 1;
		}
		  25%{
			opacity: 0.2;
		  }
		33.33% {
		  left: -100%;
			opacity: 1;
		}
	  50% {
		  left: -100%;
			opacity: 1;
		}
	  75% {
		  opacity: 0.2;
		}
	  83.33% {
		  left: -200%;
			opacity: 1;
		}
	  95% {
		  left: -200%;
			opacity: 1;
		}
	  100% {
		  left: 0%;
		}

  }
@media screen and (max-width: 767px){
	.main_banner{
		display: none;
	}
	.banner_res{
		display: block !important;
		margin: 0 auto;
	}
}
/*============================================
			Banner 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: 13px;
	/* padding: 33px 0; */
	transition: all 0.5s ease-in-out;
}
.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: 700;
	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) {

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

}
@media screen and (max-width:1000px) {
	.service_box {
		width: 34.33%;
		justify-content: center;
	}
	.service_item {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		row-gap: 30px;
	}
	.service_title h4 {
		font-size: 18px;
	}
}
@media screen and (max-width: 991px) {
	.service_box {
		width: 50%;
		justify-content: center;
	}
	.service_item {
		padding: 15px 0;
	}
}
@media screen and (max-width: 899px) {

}
@media screen and (max-width: 767px){
	.service_title h4 {
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.service_box {
		width: 100%;
		justify-content: center;
	}
	.service_title h4 {
		font-size: 18px;
	}
	.service_item {
		padding: 0;
		/* display: table; */
		margin: 0 auto;
	}
}
@media screen and (max-width: 370px) {
	.service_title h4 {
		font-size: 14px;
	}
	.service_item {
		padding: 20px 15px;
	}
}
/*================================== SERVICES CSS END  ================================== */
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 40px 0px 45px;
}
.feature-title {
	margin: 0 auto;
	text-align: center;
}
.feature_section .feature_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin: 0 0 40px 0;
}
.feature_section .feature_title::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 2px;
	width: 90%;
	height: 100%;
	border-bottom: 1px solid #dadada;
}
.feature_title h1 {
	font-size: 35px;
	font-weight: 700;
	font-family: "Anek Devanagari", sans-serif;
	color: #000;
	letter-spacing: 0.40px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	display: inline-block;
	background: #fff;
	padding: 6px 0;
	line-height: 37px;
}
.cate_box {
	position: relative;
	margin: 0 auto 20px;
	display: table;
}
.feature_box {
	position: relative;
	display: flex;
	margin: 0 auto;
	overflow: hidden;
	transition: all .5s ease-in-out;
	position: relative;
	border-radius: 250px;
	border: 2px solid #86499d;
}
.feature_box a {
	border-radius: 250px;
	margin: 10px;
	overflow: hidden;
	display: inline-block;
	/* margin: auto; */
}
.mob_btn {
	display: none;
}
.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;
}
.cate_box .fat_text h1 {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.2px;
	transition: all 0.8s ease-in-out;
	text-transform: capitalize;
	display: block;
	text-align: center;
	color: #191919;
	padding: 20px 3px 0;
	font-family: "Anek Devanagari", sans-serif;
	margin-bottom: 0;
}
.cate_box:hover .fat_text h1 {
	color: #86499d;
}
.view_all_btn {
	text-align: center;
	margin: 0 auto;
	position: relative;
	display: inline-block;
}
.about_btn_main {
	text-align: left !important;
	padding-left: 7px;
}
.btn_section {
	text-align: center;
	overflow: hidden;
	height: 48px;
	padding: 0 10px;
}

.button a
.button:hover{
	color:#191919;
}
.button::after, .button::before {
	content: '';
	position: absolute;
	width: 6px;
	height: 60px;
	top: -10px;
	margin: auto;
	overflow: hidden;
	z-index: -1;
	transition: all 0.8s ease-in-out;
	background-color: #070707;
	bottom: 0;
}
.button::after {
	rotate: 17deg;
	left: 1px;
}
.button::before {
	right: 2px;
	rotate: 17deg;
}
.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;
}
@media only screen and (max-width: 1199px) {

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

	.feature_section .feature_title {
		justify-content: center;
		margin: 0 0 30px 0;
	}
	.feature_section .feature_title .btn_section{
		display: none;
	}
	.feature_section .feature_title::before {
		content: none;
	}
	.mob_btn {
		display: block;
		margin: 30px 0 0 0;
	}
}
@media only screen and (max-width: 767px){
	.cate_box {
		margin: 0 7px 23px;
	}

	.feature_section {
		margin: 15px 0px 45px;
	}
	.feature_box {
		outline-offset: 10px;
	}
}
@media only screen and (max-width: 575px){

	.cate_box {
		margin: 0 auto 23px;
	}
	.feature_section .container .row .col-sm-6:last-child .cate_box{
		margin-bottom: 30px;
	}
}
@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 h1 {
		font-size: 24px;
		margin: 0px 0 25px;
	}
	.feature_section {
		padding: 0 20px;
	}
	.feature_title h1{
		font-size: 27px;
		line-height: 29px;
	}
}
@media only screen and (max-width: 361px){
	.feature_title h1 {
		font-size: 22px;
		line-height: 24px;
	}
	.feature_section .feature_title {
		margin: 0 0 10px 0;
	}
	.feature_section {
		margin: 20px 0px 45px;
	}
g
	.cate_box {
		margin: 0 auto 37px;
	}
	.button a {
		font-size: 13px;
	}
}
/*============================================
			feature CSS END
============================================*/

/* ABOUT1 CSS START */
.about_wrapper {
	margin: 0px 0px 60px;
}
.about_img {
	/* margin-left: -145px; */
	position: relative;
	z-index: 2;
	text-align: center;
}
.title {
	text-align: center;
	margin-bottom: 20px;
}
.title h1 {
	font-size: 40px;
	line-height: 42px;
	color: #000;
	font-weight: 700;
	letter-spacing: 0.80px;
	font-family: "Anek Devanagari", sans-serif;
	text-align: center;
	display: inline-block;
	position: relative;
}
.title h1 span {
	font-weight: 400;
}
.title h1::after, .title h1::before{
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	margin: auto;
	width: 77px;
	height: 8px;
}
.title h1::after{
	background-image: url(../images/section_title_after.png);
	left: -85px;
	top: -8px;
}
.title h1::before{
	background-image: url(../images/section_title_before.png);
	right: -85px;
	top: -8px;
}
.about_content {
	padding: 70px 56px;
	background-color: #f7f7f7;
	/* margin-left: -110px; */
	z-index: 1;
	position: relative;
	/* clip-path: polygon(0px 0px, 100% 0%, 93.98% 100.05%, -0.05% 100.12%); */
	clip-path: polygon(10% 1%, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
}
.about_content::before {
	content: "";
	position: absolute;
	left: -30px;
	right: auto;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	background: #fff;
	margin: auto;
	transform: rotate(45deg);
}
.about_content::after {
	content: "";
	position: absolute;
	left: auto;
	right: 30px;
	top: auto;
	bottom: 20px;
	width: 115px;
	height: 130px;
	background-image:url(../images/about-after.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
}
.about_content h3 {
	font-size: 45px;
	font-weight: 600;
	color: #000;
	font-family: "Anek Devanagari", sans-serif;
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 0.80px;
	text-transform: uppercase;
	line-height: 47px;
	padding: 0 0 0 70px;
}
.about_content h3::before {
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	top: -14px;
	bottom: 0;
	width: 67px;
	height: 26px;
	background-image: url(../images/about-titel-before.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
}
.about_content span{
	font-size: 50px;
	font-weight: 300;
	color: #000;
	font-family: "Anek Devanagari", sans-serif;
}
.about_content h6 {
	font-size: 17px;
	font-weight: 600;
	color: #000;
	font-family: "Anek Devanagari", sans-serif;
	line-height: 24px;
	letter-spacing: 0.30px;
}
.about_content p {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	font-family: "Anek Devanagari", sans-serif;
	line-height: 24px;
	letter-spacing: 0.80px;
	margin-bottom: 20px;
}
.about_content p b{
	text-transform: uppercase;
	color: #86499d;
}
.about_button.button {
	position: relative;
	display: inline-block;
}
.about_button.button::before {
	right: -3px;
	rotate: 13deg;
}
.button a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.90px;
	font-family: "Anek Devanagari", sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 13px 29px;
	display: inline-block;
	position: relative;
	background: #86499d;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	outline: 2px solid #fff;
	clip-path: polygon(18px -1px, 99.12% 0px, 92.46% 102.01%, 0.14% 101.85%);
	text-transform: uppercase;
}
.button:hover a{
	background-color: #070707;
	color: #fff;
}
.about_button img{
	margin-right: 10px;
}
@media screen and (max-width: 1399px){
	.about_img {
		margin-left: 0;
	}
}
@media screen and (max-width: 1199px) {
	.about_content::after {
		bottom: 40px;
		width: 85px;
		height: 100px;
	}
	.about_content p {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 22px;
	}

	.about_button {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 991px) {
	.about_content p {
		margin-bottom: 14px;
	}
	.about_content span {
		font-size: 40px;
	}
	.about_img {
		margin: 0 0 30px 0;
	}
}
@media screen and (max-width: 767px) {
	.about_img {
		text-align: center;
		margin: 0 0 10px 0;
	}
	.about_content {
		margin: 20px 0 00;
	}
	.title h1 {
		font-size: 31px;
	}
}
@media screen and (max-width: 575px) {
	.title h1 {
		font-size: 27px;
	}
	.title h1::before {
		right: -50px;
	}
	.title h1::after {
		left: -50px;
	}
	.title h1::after, .title h1::before {
		width: 47px;
	}
}
@media screen and (max-width: 480px) {
	.title h1 {
		font-size: 22px;
	}
	.about_content {
		padding: 50px 26px;
	}
	.about_content h3{
		font-size: 32px;
		line-height: 34px;
	}
	.about_content::before {
		left: -20px;
		width: 30px;
		height: 30px;
	}
	.about_content::after {
		bottom: 20px;
		width: 45px;
		height: 50px;
	}
	.about_content h3::before {
		width: 47px;
		height: 19px;
	}
	.about_content h3 {
		padding: 0px 0 0 50px;
	}
}
@media screen and (max-width: 361px) {
	.title h1::before {
		right: -30px;
		background-position: right;
	}
	.title h1::after {
		left: -30px;
		background-position: left;
	}
	.title h1::after, .title h1::before {
		width: 26px;
		background-size: cover;
	}
	.about_content::after{
		content: none;
	}
}
@media screen and (max-width:320px) {

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

/*============================================
			TAB CSS START
============================================*/
.main_tab_row {
	position: relative;
}
.payment_text {
	margin-left: -28px;
}
.payment_text h1 img {
	padding: 0px 5px;
}
.inner_text {
	border: 1px solid #e4e4e4;
	padding: 20px;
	background: #FFF;
	position: relative;
	padding-top: 15px;
	padding-bottom: 0;
	font-family: "Anek Devanagari", sans-serif;
}
.inner_text p {
	font-size: 17px;
	color: #4f4f4f;
	font-weight: 500;
	line-height: 29px;
	font-family: "Anek Devanagari", sans-serif;
	margin-bottom: 20px;
	letter-spacing: 0.30px;
}
.inner_text b {
	font-weight: 700;
	color: #222222;
}
.au_text {
	margin-left: -60px;
}
.inner_text h6 {
	color: #000;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.20px;
	font-family: "Anek Devanagari", sans-serif;
	line-height: 26px;
}
.returns_section {
	padding-bottom: 55px;
}
.inner_text h2 {
	font-size: 18px;
	font-weight: 700;
	color: #d21034;
	letter-spacing: 0.50px;
	font-family: "Anek Devanagari", sans-serif;
	text-transform: uppercase;
	margin: 16px 0px;
}
.au_section {
	text-align: left;
}
.au_text h1 {
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
	font-family: "Anek Devanagari", sans-serif;
}
.inner_text img{
	margin-right: 5px;
}
.inner_text h1::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: -7px;
	left: 0;
	border-bottom: 4px solid #363636;
	border-right: 4px solid #363636;
	border-left: 4px solid transparent;
	border-top: 4px solid transparent;
}
.inner_text h1 {
	font-size: 19px;
	text-transform: capitalize;
	font-weight: 500;
	color: #fff;
	font-family: "Anek Devanagari", sans-serif;
	margin-bottom: 20px;
	display: inline-block;
	padding: 7px 20px;
	position: relative;
	letter-spacing: 0.8px;
	background-image: url(../images/tab_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 186px;
	height: 42px;
	text-transform: uppercase;
}
.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: 17px;
	font-weight: 500;
	color: #333;
	line-height: 24px;
	letter-spacing: 0.25px;
	font-family: "Anek Devanagari", 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: "Anek Devanagari", sans-serif;
}
.inner_text h5 {
	font-size: 18px;
	font-weight: 700;
	color: #ea0000;
	line-height: 26px;
	font-family: "Anek Devanagari", sans-serif;
	margin-bottom: 20px;
}
.tabe_section .pay_01 {
	margin: 00px 0px 40px;
}
@media screen and (max-width: 575px) {
	.tabe_section .pay_01 {
		margin: 00px 0px 30px;
	}
}
/*============================================
			TAB CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
/*================================== FOOTER CSS START  ================================== */
.store_footer_wapper {
	padding: 40px 0 25px;
	background-color: #f4f4f4;
}
.footer_block_titel {
	font-size: 20px;
	color: #021723;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Anek Devanagari", sans-serif;
	margin-bottom: 10px;
	position: relative;
	letter-spacing: 0.9px;
}
.footer_logo {
	display: flex;
	justify-content: center;
}
.footer_block.footer_block04 {
	text-align: center;
}
.footer_block01 .footer_menu ul {
	display: flex;
	margin-top: 30px;
	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: #86499d;
	bottom: 3px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .5s ease-in-out;
}
.footer_menu ul li a {
	font-size: 18px;
	color: #021723;
	font-family: "Anek Devanagari", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 0.70px;
}
.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-color: #0d0d0d;
}
.dezign_copyright {
	text-align: left;
	font-size: 14px;
	font-family: "Anek Devanagari", sans-serif;
	letter-spacing: 1px;
	color: #c2c2c2;
	font-weight: 400;
}
.dezign_copyright span {
	text-transform: uppercase;
	font-family: "Anek Devanagari", sans-serif;
	color: #e0bff3;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.60px;
}
.dezign_by {
	text-align: right;
	font-size: 14px;
	letter-spacing: 0.50px;
	color: #c2c2c2;
	font-weight: 400;
	font-family: "Anek Devanagari", sans-serif;
}
.dezign_by span {
	color: #ebebeb;
	font-family: "Anek Devanagari", sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 500;
}
.dezign_by i {
	color: #fff;
}
@media screen and (max-width: 1199px) {
	.footer_block_titel {
		font-size: 17px;
	}
	.footer_block01 .footer_menu ul {
		flex-wrap: wrap;
		justify-content: center;
		grid-column-gap: 17px;
	}
	.footer_menu ul li a {
		font-size: 17px;
	}
}
@media screen and (max-width: 1024px) {
	.footer_block_titel {
		font-size: 17px;
	}
}
@media screen and (max-width: 991px) {
	.footer_block_titel {
		font-size: 12px;
	}
	.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: 361px){
	.footer_block.footer_block01 {
		display: flex;
		justify-content: center;
	}
}
/*================================== FOOTER CSS END  ================================== */
.guaranteed_wapper {
	margin: 40px 0px;
}
.guaranteed-head {
	text-align: center;
}
.guaranteed-head h5 {
	font-size: 40px;
	font-weight: 700;
	color: #1d1d1d;
	font-family: "Anek Devanagari", sans-serif;
	margin-bottom: 25px;
	position: relative;
	letter-spacing: 1px;
}
.guaranteed_box {
	background: #fff;
	padding: 20px 15px 17px 21px;
	position: relative;
	box-shadow: 7px 7px 30px 0px rgba(45, 53, 39, 0.1);
	margin: 0 00 35px 0;
}
.start i {
	font-size: 20px;
	color: #ffcf3a;
}
.start {
	margin-bottom: 15px;
}
.guaranteed_name {
	font-size: 18px;
	color: #000000;
	letter-spacing: 0.5px;
	font-weight: 700;
	margin: 10px 0 15px;
	font-family: "Anek Devanagari", sans-serif;
}
.guaranteed_text {
	font-size: 18px;
	color: #222222;
	font-weight: 400;
	font-family: "Anek Devanagari", sans-serif;
	line-height: 25px;
	min-height: 80px;
	display: flex;
	align-items: center;
	letter-spacing: 0.30px;
}
.button.review_all_btn {
	text-align: center;
	position: relative;
	display: inline-block;
}
.review_all_btn::before {
	right: -1px;
	rotate: 16deg;
}
.button.review_all_btn i {
	margin-left: 7px;
}
@media screen and (max-width: 1199px) {
	.guaranteed_box {
		padding: 20px 10px 15px 17px;
	}
	.guaranteed_text {
		min-height: 100px;
	}
	.guaranteed_name {
		font-size: 15px;
	}
}
@media screen and (max-width: 991px) {
	.guaranteed_text {
		min-height: 53px;
	}
	.guaranteed_name {
		font-size: 17px;
	}
}
@media screen and (max-width:767px) {
	.guaranteed-head h5 {
		font-size: 30px;
	}
	.guaranteed_text {
		min-height: auto;
	}
	.guaranteed_box {
		max-width: 300px;
		margin: 0 auto 35px;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed_wapper {
		margin: 0px 0px 40px;
	}
}
@media screen and (max-width: 480px) {
	.guaranteed-head h5 {
		font-size: 21px;
		letter-spacing: 0;
		margin-bottom: 20px;
	}
	.guaranteed-head p {
		font-size: 11px;
		letter-spacing: 0.5px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 361px) {
	.guaranteed-head h5 {
		font-size: 21px;
	}
	.guaranteed_wapper {
		margin: 0px 0px 30px;
	}
	.cat-btn a {
		font-size: 14px;
		padding: 13px 15px;
	}
}
/*================================== 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;
}

@media screen and (max-width: 1199px) {
	.promo_wrapper::after {
		background-size: cover;
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.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-main_title::after{
		content: none;
	}
}
@media screen and (max-width: 480px){
}
@media screen and (max-width: 361px){

}
/*================================== 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  ================================== */