.landingWrapperCard {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 24px 30px;
	gap: 10px;
	width: 100%;
	background: #FFFFFF !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	position: inherit;
}

.landingCardBody {
	width: 100%;
	flex: 1 1 auto !important;
	padding: 0px 0px 0px 0px !important;
}

#landingLeftCarouselArrow {
	left: 24% !important;
}

#landingRightCarouselArrow {
	right: 24% !important;
}

.carouselCard {
	display: flex;
	flex-direction: row;
	align-items: center;
	border: none;
}

.carouselCardBtnArrows {
	width: 20%;
	border: none;
	display: flex !important;
	background-color: transparent !important;
}

.landingWrapper {
	margin: 95px 72px 20px 72px;
}

.carouselWrapper {
	display: flex;
}

.readMore, .readMore:visited {
	padding-top: 10px;
}

.readMore a, .readMore a:visited {
	color: #036A73 !important;
}

.readMore a:hover {
	color: #17838C !important;
}

.carouselIndicator {
	top: 0;
	text-align: center;
	align-items: center;
	margin: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.carouselArrowIndicator {
	top: 0 !important;
	text-align: center;
	align-items: center;
	margin: 0;
	bottom: 0;
}

.carouselBtn {
	z-index: 9;
	opacity: 1;
	color: #202020 ! important;
	margin-bottom: 0;
	width: 0 !important;
}

.indicatorWrapper {
	display: flex;
	justify-content: center;
	position: absolute;
}

.currentIndicator, .totalIndicator {
	padding: 0 10px;
}

.d-flexCarousel {
	display: flex;
}

.carouselText {
	overflow: hidden;
	text-overflow: ellipsis;
	
}

.carouselTextOpen {
	white-space: normal;
	overflow: visible;
	text-overflow: ellipsis;
	
}

.carouselFont {
	font-size: 16px;
}

.carouselFlex {
	flex-direction: column;
	padding: 10px;
}

.carouselTitleFont {
	color: #01384D;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 2px;
}

.indicatorFont {
	font-size: 16px;
    font-weight: 700;
    
}

/* tablet */
@media screen and (min-width:768px) and (max-width: 1023.9px) {
	#landingLeftCarouselArrow {
		left: 0 !important;
	}
	#landingRightCarouselArrow {
		right: 0 !important;
	}
	.landingWrapper {
	margin: 95px 56px 20px 56px;
	}
}

/* mobile */
@media screen and (max-width: 767.9px) {
	#landingLeftCarouselArrow {
		left: 20% !important;
	}
	#landingRightCarouselArrow {
		right: 20% !important;
	}
	.landingWrapperCard {
		padding: 12px 20px;
		border-radius: 0;
	}
	.landingWrapper {
		margin: 0 0 20px
	}
	.carouselFont {
		font-size: 12px !important;
	}
	.carouselWrapper, .d-flexCarousel {
		flex-direction: column;
	}
	.carouselText {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		width: 275px;
		white-space: normal;
	}
	.carouselTextOpen {
		width: 275px;
	}
	.carouselCardBtnArrows {
		width: 50%;
		margin: 2% 25% 0 25%;
	}
	.landingCardBody {
		width: 100%;
		flex: 1 1 auto !important;
		padding: 0px 0px 10px 0px !important;
	}
	.readMore {
		display: flex;
		justify-content: center;
	}
	.indicatorFont {
		font-size: 12px !important;
		font-weight: 700;
	}
}

.bannerWordBreak{
	word-break: break-all;
}