.hero-padding-for-three {
  padding: 70px 0px 160px 0px;
}
@media (max-width: 991px) {
  .hero-padding-for-three {
    padding: 60px 0px 90px 0px;
  }
}

.plan-area-three {
    padding-bottom: 50px;
}

.plan-section-three .destination-result-three {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    /*text-align: right;*/
}

.select-dropdown-section-tujuan .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: right!important;
}

.select2-selection__arrow b {
    display:none !important;
}

.section-padding2 {
    padding-top: 24px;
}

.dataTable.no-footer tfoot th, 
.dataTable.no-footer tfoot td {
    border-bottom: none;
}

/** remove datatable td border bottom */
.table>:not(caption) > * > * {
    border-bottom-width: 0;
}
/** remove datatable td padding top and bottom */
.dataTable tbody th, table.dataTable tbody td {
  padding: .5rem 0;
}
/** remove datatable showing count page padding top */
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0!important;
}

/** BOOTSTRAP STEPPER CSS */
.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}
.step-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: #c3c3c3;
    transition: .4s;
}
.step-button[aria-expanded="true"] {
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    color: #fff;
}
.done {
    background-color: var(--primary-color);
    color: #fff;
}
.step-item {
    z-index: 10;
    text-align: center;
}
#progress {
  -webkit-appearance:none;
    position: absolute;
    width: 95%;
    z-index: 5;
    height: 10px;
    margin-left: 18px;
    margin-bottom: 18px;
}
/* to customize progress bar */
#progress::-webkit-progress-value {
    background-color: var(--primary-color);
    transition: .5s ease;
}
#progress::-webkit-progress-bar {
    background-color: #c3c3c3;

}
/** END BOOTSTRAP STEPPER */

.choose-plan-nav .select-dropdown-section, .choose-plan-nav .custom-date-beranda {
    border: 1px solid var(--tertiary-border);
    border-radius: 12px;
    padding: 8px 20px;
    background: transparent;
    width: 100%;
    max-width: 100%;
}