.mobile-slider-main{
	position: relative;
}
/* .mobile-slider-main::before{
	content: '';
	background: url('../images/phone.png');
	position: absolute;
	top: 0;
	left: calc(50% - 50%);
	bottom: 0;
	right: 0;
	z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    width: 264px;
    height: 90vh;
    margin: 0 auto;
    text-align: center;
    display: block;
} */
.mobile-slider-swiper-list-wrapper.swiper {
	width: 100%;
}

.phn-img, 
.phn-img img{
	pointer-events: none;
	z-index: 2;
}

.mobile-slider-swiper-list-wrapper .swiper-slide>* {
	font-family: var(--e-global-typography-daa32db-font-family), Sans-serif;
}
.mobile-slider-swiper-list-wrapper.swiper .item-content{
	text-align: center;
}
 
 
.mobile-slider-swiper-list-wrapper .swiper-slide img{
	border-radius: 55px;
	height: calc(80vh - 20px);
	width: auto;
	padding: 5px 25px;
}
 

/*09. Media Query start*/
@media screen and (min-width: 992px) {}

@media screen and (min-width: 768px) {}

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

/*Tablet*/
@media screen and (max-width: 991px) {}

/*Small Device*/
@media screen and (max-width: 767px) {
	  .mobile-slider-swiper-list-wrapper .swiper-slide img {
		border-radius: 30px;
		padding: 5px 0px;
	}
}

/*Mobile Device*/
@media screen and (max-width: 640px) {}

/*Extra Small Mobile Device*/
@media screen and (max-width: 480px) {}

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

/*09. Media Query end*/