.infotips-banner {
	background-color: var(--swiper-theme-color);
}

.divider-mob {
	border-color: #b4b4b4 !important;
}

.tipsimg {
	width: 100%;
	height: auto;
	border-radius: 9px;
}

.tipsdesc {
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	color: #000000;
}

.moreinfotips {
	padding-bottom: 15px;
}

.title-style {
	font-style: normal;
	font-weight: 700;
	line-height: 46px;
	color: #000000;
}

.gallerytitle-infotip {
	align-items: center;
}

.infotips-gallery .galleryheading {
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 46px;
	color: #000000;
}

@media (max-width: 767px) {
	.moreinfotips {
		margin-top: 0px;
		margin-bottom: 25px;
	}

	.mob-hid .mc-section {
		margin-bottom: 0px !important;
	}
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
	.infotips-gallery .galleryheading {
		font-size: 22px;
		line-height: 30px;
	}
}