.swiperMobileGallery {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.mobileGallery-heding .swiper-button-next.swiper-button-disabled,
.mobileGallery-heding .swiper-button-prev.swiper-button-disabled {
	border-color: #78878d;
	background-color: #d3d9dc;
	opacity: 1 !important;
}

.mobileGallery-holder {
	background-color: #edf1f3;
}

.mobileGallery-box {
	padding: 10px 8px;
	border: 4px solid #73e5ff;
	border-radius: 40px;
	max-height: 530px;
	background-color: #fff;
}
@media (max-width: 991.98px) {
	.mobileGallery-box {
		max-height: 430px;
	}
}

.mobileGallery-inrbox {
	height: 490px;
	overflow: hidden;
	border-radius: 40px;
}
@media (max-width: 991.98px) {
	.mobileGallery-inrbox {
		height: 390px;
	}
}
.mobileGallery-inrbox img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.mg-title {
	width: 100%;
	height: 65px;
	background-color: #004148;
	color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 15px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 767.98px) {
	.mg-title {
		font-size: 14px;
	}
}

.phoneBtn-one {
	width: 3px;
	height: 20px;
	background-color: #2e8ed0;
	top: 90px;
	left: -7px;
}

.phoneBtn-two {
	width: 3px;
	height: 40px;
	background-color: #2e8ed0;
	top: 130px;
	left: -7px;
}

.phoneBtn-three {
	width: 3px;
	height: 40px;
	background-color: #2e8ed0;
	top: 180px;
	left: -7px;
}

.phoneBtn-four {
	width: 3px;
	height: 70px;
	background-color: #2e8ed0;
	top: 140px;
	right: -7px;
}

.btn-slider-next,
.btn-slider-prev {
	position: relative !important;
	border: 2px solid #0e1f42;
	background-color: #6cf5ee;
	width: 38px;
	height: 38px;
	display: inline-block;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	user-select: none;
	border-radius: 7px;
}
.btn-slider-next:hover,
.btn-slider-prev:hover {
	background-color: #1dc7b8;
}
.btn-slider-next:before,
.btn-slider-prev:before {
	top: 12px;
	left: 0;
	margin: auto;
	width: 11px;
	height: 11px;
	border: solid #0e1f42;
	border-width: 0 2px 2px 0;
	content: '';
	position: absolute;
}
.btn-slider-next:after,
.btn-slider-prev:after {
	display: none;
}

.btn-slider-next:before {
	transform: rotate(-45deg);
	right: 5px;
}

.btn-slider-prev:before {
	transform: rotate(135deg);
	right: -5px;
}
