#modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8) url("/img/ajax-loader.gif") 50% 50% no-repeat;
}



.card {
    border: 0px;
}

.main-tour-feature .item .icon .jpa-icon img {
    width: 60px;
    height: 60px;
    color: #02a2dc;
}

.text-title-blue {
    color: #02a2dc;
    font-size: 30px;
    font-weight: bold;
}

.modal-content {
    font-size: 14px;
}

.panel-transportation {
    background-color: #F3F3F3;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.panel-transportation .header-transportation {
    background-color: #2FAC42;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 20px 15px 20px;
}

.panel-transportation .header-transportation .title {
    color: orange;
    font-size: 30px;
    font-weight: 800px;
}

.panel-transportation .header-transportation .subtitle {
    color: #fff;
    font-size: 30px;
    font-weight: 800px;
}

.panel-transportation .header-transportation .content {
    color: #fff;
    font-size: 14px;
}


.header-locations {
    height: 500px;
    background-color: #02a2dc;
    color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}


.payment-checkout-section {
    padding: 20px 0 0;
    border-top: 1px solid #c8c8c8;
}

.payment-checkout-section .border-title {
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
}

.payment-checkout-section .payment-type {
    padding: 0 30px;
}

.payment-checkout-section .payment-checkout input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}


.payment-checkout-section .drinkcard-cc {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 15%;
    height: 35px;

}

.package-info img {
    margin-top: 20px;
    width: 80px;
    height: 80px;
    color: #02a2dc;
}

.package-info .title {
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 800;
    color: #02a2dc;
}

.package-info .subtitle {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 10px;
    font-size: 14px;


}

.select2-checkout {
    height: 25px;
}

.card-white {
    background-color: #fff;
}

.card-white:read-only {
    background-color: #fff;
}


.text-green{
    color: #34E0A1;
}


.text-gold {
    
    color: #ffbb58;
}