.section-price-1 {
	padding-top: 16px !important;
	padding-bottom: 100px !important;
}

.section-price-1 .text.content {
	margin-top: 16px;
}

.section-price-1 .caption {
	color: var(--text-heading);
	font-weight: 600;
}

.section-price-1 .wrap-pricing .item {
	margin-bottom: 24px;
    border-radius: 16px; 
    border-color: 1px solid #DBDADA; 
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch;
}
.section-price-1 .wrap-pricing .item:last-child {
	margin-bottom: 0px;
}
.section-price-1 .wrap-pricing table {
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid #DBDADA;
	margin-bottom: 0px;
	min-width: 800px;
}

.section-price-1 .wrap-pricing table thead tr {
	border-bottom: 1px solid #DBDADA;
	background: #F8F7F4;
}
.section-price-1 .wrap-pricing table thead tr th {
	padding: 12px 18px;
	border-right: 1px solid #DBDADA;
	text-align: center;
	font-size: var(--fz-20);
	font-weight: 600;
	line-height: 1.5;
	color: var(--text-heading);
	text-transform: none;
	white-space: nowrap;
} 
.section-price-1 .wrap-pricing table thead tr th a {
	color: var(--text-heading);
}
.section-price-1 .wrap-pricing table thead tr th a:hover {
	color: var(--primary-color);
}
.section-price-1 .wrap-pricing table thead tr th:first-child {
	padding: 12px 32px;
	text-align: left;
} 
.section-price-1 .wrap-pricing table tbody tr td:last-child,
.section-price-1 .wrap-pricing table thead tr th:last-child {
	border-right: none;
} 

.section-price-1 .wrap-pricing table tbody tr td:nth-child(2) {
	color: #395680;
}

.section-price-1 .wrap-pricing table tbody tr td {
	padding: 12px 18px;
	border-right: 1px solid #DBDADA;
	text-align: center;
	font-size: var(--fz-16);
	font-weight: 500;
	line-height: 1.5;
	color: var(--text-heading);
	white-space: nowrap;
}
.section-price-1 .wrap-pricing table tbody tr td:first-child {
	text-align: left;
	padding: 12px 32px;
}

.section-price-1 .wrap-pricing table tbody tr td:last-child a{
	color: #FEC00F;
}


.section-price-2 .wrap-box .col-inner {
	height: 100%;
}

.section-price-2 .featured-box {
	background: var(--text-white);
	padding: 10px 24px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.06);
	border-radius: 16px;
	height: 100%;
}

.section-price-2 .featured-box .icon-box-img {
	margin: auto;
	border-radius: 999px;
	background: rgba(201, 168, 76, 0.15);
	width: 64px !important;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.section-price-2 .featured-box .icon-box-img img {
	margin-top: 0px;
}
.section-price-2 .featured-box h5 {
	font-size: var(--fz-18);
	font-weight: 700;
	line-height: 1.5;
	color: var(--text-heading);
	margin: 10px 0px;
}
.section-price-2 .featured-box p {
	font-size: var(--fz-16);
	font-weight: 400;
	line-height: 1.5;
	color: var(--text-description);
	margin-bottom: 10px;
}

.wrap-section-bank .wrap-main {
	display: grid;
	grid-template-columns:  repeat(1,1fr);
	gap: 24px;
}
.wrap-section-bank .wrap-main .col-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
}
.wrap-section-bank .wrap-main .col-left .title-48 {
	margin-bottom: 0px;
}
.wrap-section-bank .wrap-main .col-right .title-20 {
	margin-bottom: 24px;
	color: var(--text-heading);
	font-weight: 700;
}
.wrap-section-bank .wrap-main .col-left .desc * {
	font-size: var(--fz-16);
	font-weight:500;
	line-height: 1.5;
	color: var(--text-heading);
}
.wrap-section-bank .wrap-main .col-left .desc ul {
	padding-left: 10px;
	margin-bottom: 0px;
}
.wrap-section-bank .wrap-main .col-left .desc ul li {
	list-style: disc;
	margin-bottom: 8px;
}
.wrap-section-bank .wrap-main .col-right {
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.30);
	padding: 24px;
}
.wrap-section-bank .wrap-main .col-right .list-bank{
	display: flex;
	align-items: center;
	gap: 20px;
}
.wrap-section-bank .wrap-main .col-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 1200px) {
	.section-price-1 .wrap-pricing table thead tr th:nth-child(2) {
		width: 293px;
	}
	.section-price-1 .wrap-pricing table thead tr th:nth-child(3) {
		width: 200px;
	}
	.section-price-1 .wrap-pricing table thead tr th:nth-child(4) {
		width: 164px;
	}
}

@media (min-width: 1024px) {
	.wrap-section-bank .wrap-main {
		grid-template-columns:  calc(438 / 1400 * 100%) 1fr;
		gap: 56px;
	}
	.section-price-2 .wrap-box .col {
		padding-bottom: 0px;
		padding: 0px 12px;
	}
}

@media (min-width: 768px) {
	.wrap-section-bank .wrap-main .col-left {
		gap: 40px;
	}
	.wrap-section-bank .wrap-main .col-right {
		padding: 32px;
	}
	.wrap-section-bank .wrap-main .col-left {
		gap: 40px;
	}
}

@media (max-width: 1200px) {
	.wrap-section-bank .wrap-main .col-left .title-48 br {
		display: none;
	}
}

@media (max-width: 1024px) {
	.section-price-1 {
		padding-top: 0px !important;
	}
}

@media (max-width: 567px) {
	.section-price-2 .wrap-box .col:last-child {
		padding-bottom: 0px;
	}
}