.tabs-installment {
	margin-bottom: 15px
}

.tabs-installment ul {
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	gap: 15px
}

.calculate--installment label {
	display: block;
	color: #086acd;
}

.tabs-installment ul>li {
	flex: 1 1 auto;
	text-align: center;
	margin: 0 !important
}

.tabs-installment ul>li>a {
	border: 2px solid #3d80c0;
	color: #086acd;
	display: block;
	padding: .5rem 0rem;
	border-radius: 15px;
	font-size: 1rem;
	font-weight: bold;
}

.tabs-installment ul>li a.active {
	background: #086acd;
	color: #fff
}

.installment-content {
	margin-bottom: 10px
}

.installment-content ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 15px;
	flex-wrap: wrap;
}

.installment-content ul li {
	width: 100px;
	height: 50px;
	box-shadow: 1px 1px 4px 2px #eaeaea;
	border-radius: 15px;
	overflow: hidden;
	margin: 0 !important;
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
}

.installment-content ul li.active {
	border: 1px solid #086acd;
	box-shadow: 0 0 0
}

.installment-content ul li img {
	/* max-width: 100%; */
	/* display: block; */
	/* margin: auto; */
	/* width: 95px; */
	height: 50px;
	/* margin: 0 5px; */
}

.tab--content-installment {
	display: none
}

.tab--content-installment .desc {
	margin-bottom: 15px
}

.installment-period {
	margin: 20px 0
}

.installment-period ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 15px
}

.installment-period ul li {
	min-width: 150px;
	box-shadow: 1px 1px 4px 2px #eaeaea;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	padding: .35rem 1rem;
	border-radius: 15px;
	font-size: 1rem;
	height: auto;
	
}

.installment-period ul li label {
	color: #c3c3c3
}

.installment-period ul input {
	display: none
}

.installment-period ul input:checked+li {
	border: 1px solid #3e81c0;
	box-shadow: 0 0 0
}

.installment-period ul input:checked+li label {
	color: #086acd
}

.installment-period ul li img {
	max-width: 100%
}

.tab--content-period {
	display: none
}

.price--installment {
	margin-bottom: 15px;
	font-weight: 700;
	color: #086acd
}

.additional--fees {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	display: inline-block;
	top: -5px
}