.reser-choose h3 {
    font-weight: 900;
    font-size: 18px;
    color: #555555
    margin-bottom: 30px;
    line-height: 24px;
}

.reser-choose span {
    color: #999999;
    font-size: 16px;
    line-height: 24px;
}

.reser-choose .info-pemesanan {
    padding: 20px 20px;
    box-sizing: border-box;
    background: #f5f5f6;
}

.reser-choose .info {
    padding-bottom: 50px;
    box-sizing: border-box;
}

.box-payment .content h3 {
    margin-bottom: 0;
    font-weight: 300;
    color: #666;
    font-size: 30px;
    line-height: 42px;
}

.box-payment .content p {
    font-size: 16px;
    line-height: 25px;
    color: #666;
    margin-bottom: 20px;
    margin-top: 10px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default {
    border-color : #ddd;
    color: #666;
}
.panel-default h4, .panel-default .biaya-total, .panel-default .biaya-channel
{
    color: #333;
}
.panel-default .footer-total
{
    font-size: 26px;
    line-height: 30px;
    color : #ba0716;
}

.panel-default>.panel-heading, .panel-default>.panel-footer {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    text-align: center;
}
.panel-default>.panel-footer h3 
{
    margin-bottom: 0;
    
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-footer {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel-body {
    padding: 15px;
}



.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 1px solid #f4f4f4;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table-harga tbody tr td {
    border-top: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    
}
.table-pnp
{
    margin-top: 1rem;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}
.table-pnp tbody tr td
{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
}
.table-pnp tbody tr td:first-child
{
    width: 50%;
}
.table-pnp tbody tr td:first-child small
{
    color:green;
}
.table-pnp tbody tr:first-child td {
    border-top: 1px solid #ddd;
    
}
.table-harga tbody tr td:not(:first-child)
{
    padding-left: 20px;
}

.info-src-dest
{
    width: 50%;
    float: left;
    display: block;
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
}
.panel-body .row
{
    display: block;
    overflow-y: auto;
}
.panel-body .row:before {
    display: table;
    content: " ";
}

.reser-choose .box .right-rel {
    width: 400px;
    position: relative;
    right: 0;
    top: 20px;
    margin-left: 20px;
}

.right-rel {
    float: right;
    display: inline;
    
}
@media (max-width: 575.98px)
{
    .reser-choose .box .right-rel {
        position: relative!important;
        top: unset!important;
        width: 100% !important;
    }
    .reser-choose .list-payment li img
    {
        float: left;
        width: 100%;
    }
    .reser-choose .list-payment li .payment-desc
    {
        margin-top:15px;
    }
}


/* Accordion styles */
.box-payment .tabs {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.box-payment .tab {
    width: 100%;
    color: white;
    overflow: hidden;
}
.box-payment .tab-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1.5em;
    font-size: 18px;
    /* border: 1px solid #2c3e50; */
    border-bottom: 1px solid #ddd;
    /* border-top: 1px solid #111; */
    font-weight: bold;
    color: #333;
    cursor: pointer;
/* Icon */
}
.box-payment .tab-label:hover {
    background: #f5f5f5;
}
.box-payment .tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.box-payment .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    -webkit-transition: all .35s;
    border-bottom: none;
    transition: all .35s;
    overflow-y: visible;
}
.box-payment .tab-close {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}
.box-payment .tab-close:hover {
    background: #1a252f;
}

.box-payment input:checked + .tab-label {
    background: #f5f5f5;
}
.box-payment input:checked + .tab-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.box-payment input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
    border-bottom: 1px solid #ddd;
}

.box-payment input[type=checkbox] {
    padding: 0;
    display: none;
}

/* Pilihan Pembayaran */

.reser-choose .list-payment
{
    padding: 1em;
}
.reser-choose .list-payment li
{
    display: inline-block;
    /* padding: 10px; */
    width: 100%;
}
.reser-choose .list-payment li .ch-wrapper
{
    padding: 10px 10px 15px 10px;
    height: auto;
    overflow-y: auto;
    position: relative;
}
.reser-choose .list-payment li img
{
    float: left;
    height: 56px;
    margin-right: 10px;
    margin-top: 1px;
}
.reser-choose .list-payment li .payment-desc
{
    /* float: left; */
    padding: 0 2em;
}
.reser-choose .list-payment li:hover
{
    background-color: #ffe0b3;
    cursor: pointer;
}
.reser-choose .list-payment li small
{
font-size: 12px;
}

.reser-choose .list-payment li.active
{
    background-color: #ebfaeb;
}
.reser-choose .list-payment li.active .ch-wrapper:after
{
    position: absolute;
    right: 10px;
    top: calc(( 100% / 2) - 12.5px);
    content: "";
    width: 25px;
    height: 25px;
    
    background:url('../../cfind/source/images/checked.png') no-repeat;
    background-size: 25px;
}
.footer-payment-wrapper
{
    text-align: center;
}
.biaya-total , .biaya-channel , .footer-total
{
    color: #333;
}
.faq.tiket-acc p
{
    margin-top: 0;
}
.faq.tiket-acc h3
{
    margin-bottom: 10px;
}
.faq.tiket-acc p {
    margin-bottom: 10px;
}
.std-content{
    margin-bottom: 30px;
}

