.booking-page{
  margin: 2rem 0;
}
#form-booking-now {
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin: 2rem 0;
}
#form-booking-now .card {
  border: none;
  background: #ffffff;
}
textarea.textarea-booking {
  width: 100%;
  height: 150px;
  padding: 8px 12px;
  border: 2px solid #e9ecef;
  border-radius: 4px;
}
textarea.textarea-booking:focus {
  color: #495057;
  border-color: #316ffe;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}
textarea.textarea-booking::placeholder {
  color: #a5a5a5;
}
.booking-page button.btn.btn-primary {
  margin-bottom: 30px;
}
.booking-page button.btn.btn-primary i {
  margin-left: 6px;
}
.form-booking button.btn.btn-secondary {
  margin: auto;
  display: block;
  margin-top: 8px;
  background: var(--primary-color);
  border: 3px solid var(--primary-color);
  color: #fff;
  margin-bottom: 24px;
}
.form-booking button.btn.btn-secondary:hover {
  border: 3px solid #EDCC48;
  background: #EDCC48;
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
}
.epic-journeys h3,
h3.tour-overview-title {
  margin-bottom: 32px;
}
.form-booking .form-group i {
  position: absolute;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  right: 16px;
  top: 32px;
  color: #525252;
}

.form-booking .form-group label {
    font-weight: bold;
}
.form-booking input.form-control {
  border-radius: 4px;
  height: 45px;
  position: relative;
  border: 2px solid #e9ecef;
  font-size: 15px;
  font-weight: 300;
}
.form-booking .form-control:focus {
  color: #495057;
  border-color: #316ffe;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}
.form-booking textarea.form-control {
  border: 2px solid #adadad;
  border-radius: 0px;
}
.form-booking input.form-control::placeholder {
  color: #a5a5a5;
}
.form-booking input.form-control.date::placeholder {
  color: #a5a5a5;
}



/* booking 2 */
.payment-selection {
    margin-top: 60px;
    margin-bottom: 60px;
}
.payment-selection h3.title {
    margin: 0;
    color: #1a2b48;
    font-size: 24px;
    font-weight: 500;
}
.payment-selection .check-out-form {
    border-top: 2px solid #eaeef3;
    padding-top: 30px;
    margin-top: 20px;
}


.custom-checkbox-style .custom-check {
    display: none;
}
.custom-checkbox-style label div {
    width: 18px;
    height: 18px;
    display: inline-block;
    border: 1px solid #a0a9b2;
    text-align: center;
    line-height: 16px;
    margin-right: 6px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    color: #5191fa;
    font-weight: 100;
}

.custom-checkbox-style .custom-check:checked+label .fa {
    opacity: 1;
}
.custom-checkbox-style label div .fa {
    opacity: 0;
}
.custom-checkbox-style label span {
    font-size: 14px;
    cursor: pointer;
    color: #5e6d77;
}

.payment-selection .cart-info {
    border: 1px solid #eaeef3;
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
    margin-top: 20px;
}
.payment-selection .cart-info .package-title {
    padding: 20px 0;
    border-bottom: 1px solid #eaeef3;
    font-size: 16px;
    font-weight: 600;
}
.payment-selection .cart-info .package-title:before {
    content: "";
    width: 3px;
    height: 22px;
    background: #5191fa;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.payment-selection .cart-info .package-info {
    border-bottom: 1px solid #eaeef3;
}
.payment-selection .cart-info .package-info .package-img {
    object-fit: cover;
    width: 30%;
    height: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    float: left;
    margin-top: -1px;
}
.payment-selection .cart-info .package-info .package-img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    object-fit: cover;
}
.payment-selection .cart-info .package-info .package-img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    object-fit: cover;
}
.payment-selection .cart-info .package-info .package-desc {
    padding-bottom: 10px;
}
.payment-selection .cart-info .package-info .package-desc .title {
    color: #1a2b50;
    font-weight: 500;
    padding: 10px 10px 0;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.payment-selection .cart-info .package-info .package-desc .package-desc-list i {
    padding-right: 5px;
    padding: 0 10px 5px;
}
.payment-selection .cart-info .package-info .package-desc .package-desc-list i img {
    width: 17px;
    height: 17px;
}
.payment-selection .cart-info .package-info .package-desc .package-desc-list span {
    font-size: 14px;
}
.payment-selection .cart-info .info-section {
    padding: 20px 30px 10px;
    border-bottom: 1px solid #eaeef3;
}

.payment-selection .cart-info .info-section ul li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
}
.payment-selection .cart-info .info-section ul li span.label {
    color: #1a2b48;
    font-size: 100%;
    width: 45%;
    display: inline-block;
    text-align: left;
    padding: 0;
    white-space: normal;
    line-height: 18px;
    font-weight: 400;
}
.payment-selection .cart-info .info-section ul li span.value {
    justify-items: right;
    font-size: 100%;
    color: #5e6d77;
    font-weight: 400;
    float: right;
    width: 55%;
}
.payment-selection .cart-info .coupon-section {
    border-bottom: 1px solid #eaeef3;
}
.payment-selection .cart-info .coupon-section form .form-group {
    margin-bottom: 0;
    display: block;
    width: 100%;
}
.payment-selection .cart-info .coupon-section form .form-group input[type=text] {
    border: none;
    height: 40px;
    width: 70%;
    padding: 10px;
    font-size: 14px;
}
.payment-selection .cart-info .coupon-section form .form-group .btn {
    width: 30%;
    border-radius: 0;
    height: 42px;
    float: right;
    margin-top: -1px;
}
.payment-selection .cart-info .total-section {
    border-bottom: 1px solid #eaeef3;
    padding: 20px 30px;
}
.payment-selection .cart-info .total-section ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.payment-selection .cart-info .total-section ul li span.label {
    color: #1a2b48;
    font-size: 100%;
    padding: 0;
    text-align: left;
    font-weight: 400;
}
.payment-selection .cart-info .total-section ul li span.value {
    justify-items: right;
    font-size: 100%;
    color: #5e6d77;
    font-weight: 400;
}



.payment-type-section {
    padding: 20px 0 0;
}
.payment-type-section .border-title {
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
}
.payment-type-section .payment-type {
    padding: 0 30px;
}
.payment-type-section .payment-type input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}
.payment-type-section .drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20%;
    height: 43px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}
.paypal {
    background-image: url(../img/paypal.svg);
}
.visa {
    background-image: url(../img/visa.svg);
}
.mastercard {
    background-image: url(../img/mastercard.svg);
}
.payment-type input:active+.drinkcard-cc {
    opacity: .9;
}
.payment-type-section .drinkcard-cc:hover {
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}
.payment-selection .cart-info .btn-submit {
    line-height: 60px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-transform: uppercase;
}
.btn-submit {
    line-height: 100px;
}
.btn-submit {
    outline: none;
    border: none;
    font-family: inherit;
    display: inline-block;
    line-height: 25px;
    background: #5191fa;
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    padding: 0 30px;
    width: 100%;
    cursor: pointer;
}
.btn-submit:hover {
    background: #2073f8;
}