.termBannerNewV2RHS .rightContent .imageWrapper__img {
	margin-left: 15px;
}

.termBannerNewV2RHS .imageWrapper img {
	/* width: 100%;
		height: auto; */
	width: 78%;
	height: auto;
}

.termBannerNewV2RHS .imageWrapper {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	gap: 30px;
}

.termBannerNewV2RHS .featureElements {
	margin-top: 20px;
	background: #F5FDFF;
	padding: 5px 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: space-evenly;
	border: 1px solid #A5D1FF;
	border-radius: 5px;
}

.termBannerNewV2RHS .featureElements .featureElements__points--txt {
	display: flex;
	flex-direction: row;
	gap: 5px;
	width: 100%;
}

.termBannerNewV2RHS .featureElements .featureElements__points {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.termBannerNewV2RHS .featureElements .featureElements__points .featureElements__border {
	border-bottom: 1px dashed #ED1C24;
	width: 100%;
	height: 2px;
}

.termBannerNewV2RHS .featureElements__points .featureElements__points--title {
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	color: #2C6CAF;
	text-align: left;
	margin-bottom: 0 !important;
}

.termBannerNewV2RHS .featureElements .featureElements__points .featureElements__points--description {
	font-size: 10px;
	font-weight: 600;
	line-height: 15px;
	color: #454545;
	margin-bottom: 0 !important;
}

.termBannerNewV2RHS .newExtraComponent {
	margin-bottom: 25px;
}

.termBannerNewV2RHS .achievementCounts__wrapper {
	display: flex;
	gap: 15px;
	overflow-x: auto;
	max-width: 555px;
}

.termBannerNewV2RHS .achievementCounts__wrapper .rightRedDash {
	display: block;
	height: 60px;
	margin-top: 15px;
}

.termBannerNewV2RHS .achievementCounts__card {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.termBannerNewV2RHS .achievementCounts__card:last-child {
	border-right: none;
}

.termBannerNewV2RHS .achievementCounts__image {
	width: 150px;
	position: relative;
}

.termBannerNewV2RHS .achievementCounts__image img {
	width: 100%;
	height: auto;
}

.termBannerNewV2RHS .achievementCounts__image .count,
.termBannerNewV2RHS .achievementCounts__image .count p {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	color: #0F4D8F;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}

.termBannerNewV2RHS .achievementCounts__image .count sub {
	font-size: 12px;
	bottom: 0px;
}

.termBannerNewV2RHS .achievementCounts__title,
.termBannerNewV2RHS .achievementCounts__title p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #005E9E;
	text-align: center;
	word-wrap: break-word;
	margin-bottom: 0 !important;
	max-width: none;

}

.termBannerNewV2RHS .rightRedDash {
	border-right: 2px dashed #FF757A;
}

.termBannerNewV2RHS .rightRedDash:last-child {
	border: none;
}

.termBannerNewV2RHS .buyingGuideBtn {
	text-align: center;
	margin-bottom: 10px;
}

.termBannerNewV2RHS .buyingGuideBtn .buyingGuideBtnIcon {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
/* tooltip css */
.termBannerNewV2RHS .featureElements__points .featureElements__points--txt-icon {
	width: 10px;
	height: 15px;
	cursor: pointer;
}
.termBannerNewV2RHS .featureElements__points--txt-icon-tooltip {
    display: none; 
    position: absolute;
    top: 5px;
    background:#fff;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    width: 300px;
    z-index: 9;
	left: 100%; 
    transform: translateY(-100%);
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    white-space: normal; 
    max-width: 250px; 
    overflow-wrap: break-word; 
    box-sizing: border-box;
}

.termBannerNewV2RHS .featureElements__points--txt-icon-tooltip .tooltip-close-wrapper .tooltip-close {
    position: absolute;
    top: 12px;
    right: 4px;
    cursor: pointer;
    width: 15px;
	height: 15px;
}
.termBannerNewV2RHS .tooltip-close-wrapper p {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #000;
	margin-bottom: 5px;
}
.termBannerNewV2RHS .featureElements__points--txt-wrapper {
	width: 75%;
}
.termBannerNewV2RHS .featureElements__points--txt-icon-wrapper {
	width: 20%;
	text-align: right;
}
.termBannerNewV2RHS .tooltip-Btn {
	text-align: right;
} 
.termBannerNewV2RHS .whiteBtn {
    color: #ed1c24;
    border-radius: 4px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
    border: 1px solid #ed1c24 !important;
    padding: 5px 9px;
    width: max-content !important;
    background: #fff;
    outline: none !important;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
	.termBannerNewV2RHS .imageWrapper .featureElements {
		width: 45%;
	}
	
	.termBannerNewV2RHS .imageWrapper .imageWrapper__img {
		width: 45%;
	}

	.termBannerNewV2RHS .imageWrapper .image {
		width: 60%;
	}

	.termBannerNewV2RHS .achievementCounts__wrapper .rightRedDash {
		height: 40px;
	}

	.termBannerNewV2RHS .achievementCounts__wrapper {
		max-width: 100%;
		gap: 15px;
		overflow-x: auto;
		min-height: max-content;
		padding-bottom: 20px;
	}

	.termBannerNewV2RHS .achievementCounts__wrapper {
		margin-top: 50px;
	}

	.termBannerNewV2RHS .achievementCounts__card {
		flex-direction: row;
		align-items: center;
		gap: 5px;
	}

	.termBannerNewV2RHS .achievementCounts__image {
		flex: none;
		width: 100px;
	}

	.termBannerNewV2RHS .achievementCounts__title,
	.termBannerNewV2RHS .achievementCounts__title p {
		font-size: 12px;
		line-height: 16px;
		max-width: max-content;
	}

	.termBannerNewV2RHS .callToBuy .rightRedDash {
		display: none;
	}

	.termBannerNewV2RHS .buyingGuideBtn .buyingGuideBtnIcon {
		width: 15px;
		height: 15px;
	}

	.termBannerNewV2RHS .imageWrapper {
		gap: 20px;
	}

	.termBannerNewV2RHS .imageWrapper img {
		width: 100%;
		height: auto;
	}

	.termBannerNewV2RHS .achievementCounts__image .count, 
	.termBannerNewV2RHS .achievementCounts__image .count p {
		font-size: 14px;
	}

	.termBannerNewV2RHS .achievementCounts__image .count sub {
		font-size: 8px;
	}
	.termBannerNewV2RHS .achievementCounts__title p{
		text-align: left;
	}
	/* tooltip css */
	.termBannerNewV2RHS .featureElements__points--txt-icon-tooltip {
		left: 60%;
		top: 0;
	}
}