/* Booking  */

.booking-section {
    padding: 50px 0px;
}

.massage-detail {
   padding: 10px 15px;
   border: 1px solid #ddd;
   margin-left: 0px !important;
   margin-bottom: 30px;
}

.payment-box {
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-left: 0px !important;
    margin-bottom: 30px;
}

.card-image {
    max-width: 250px;
    max-height: 40px;
    display: inline-block;
}

.service-minutes {
    display: inline-block;
    min-width: 100px;
}

.service-cost {
    display: inline-block;
    margin-left: 12px;
}

.in-room-booking #Booking_guest {
    display: block;
    margin-top: -30px;
}

.services-list {
    margin-left: 22px;
}

.massage-detail h3 {
    font-weight: 400;
}

.massage-detail h4 {
    margin-top: 28px;
}



.massage-detail input.form-control {
    height: 45px;
    padding: 12px 20px;
    font-size: 15px;
}

#btn-next {
    font-size: 22px !important;
    padding: 10px 100px !important;
}


.total-row  {
    background-color: #aeadad !important;
    border-top: 1px solid #8d8c8c !important;
    font-weight: 400;
}

#terms-conditions-page {
    margin-top: -100px;
    text-align: left;
    min-height: 92vh;
}

.row-left {
    margin-left: 20px !important;
}

#terms-conditions {
    height: 200px;
    border: 1px solid #ddd;
    margin-left: 15px !important;
    margin-bottom: 30px;
    margin-top: 30px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 30px;
    overflow-y: scroll;
    text-align: left;
}

#terms-conditions .block-terms {
   margin-left: 15px !important;

}

#terms-conditions-page h3,
#terms-conditions h3 {
    font-size: 20px;
    font-weight: 400;
}

#terms-conditions-page p,
#terms-conditions p {
    text-align: justify;
    margin-bottom: 20px;
}

#terms-conditions-page ul,
#terms-conditions ul {
    list-style:disc;
    padding-left: 20px;
}

#terms-conditions-page ul li,
#terms-conditions ul li {
    margin-bottom: 8px;
}

/*#booknow label {
    display: none;
}*/

#booknow input {
    height: 40px;
    margin-bottom: 15px;
    font-size: 20px;
}

#booknow select {
    height: 40px;
    margin-bottom: 15px;
    font-size: 20px;
}

#booknow textarea {
    font-size: 20px;
}

/* Summary */

#summary-booking {
  border:1px solid #ddd;
  margin-top: 72px;
}

#booking-payment #summary-booking {
    margin-top: 30px;
}

.summary-booking-row {
    padding: 5px 10px 0px 10px;
}

.summary-booking-row h3 {
    display: inline-block;
    color: #737474;
    font-size: 20px !important;
}

.summary-booking-row h3.pull-right {
    color: #000;
}

.summary-booking-row h3 .small {
    font-size: 14px;
}

#summary-booking .even,
#summary-booking .odd {
    border-top: 1px solid #e3e3e3;;
}

#summary-booking .even {
    background-color: #e6e6e6;
}

/* Steps */


.steps {
    min-height: 90px;
    padding: 30px 0 0 0;
    position: relative;
    margin-top: 30px;
}

.steps .steps-container {
    background: #DDD;
    height: 10px;
    width: 100%;
    border-radius: 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    margin: 0;
    list-style: none
}

.steps .steps-container li {
    text-align: center;
    list-style: none;
    float: left
}

.steps .steps-container li .step {
    padding: 0 50px
}

.steps .steps-container li .step .step-image {
    margin: -14px 0 0 0
}

.steps .steps-container li .step .step-image span {
    background-color: #DDD;
    display: block;
    width: 37px;
    height: 37px;
    margin: 0 auto;
    border-radius: 37px;
    -moz-border-radius: 37px;
    -webkit-border-radius: 37px;
    -ms-border-radius: 37px
}

.steps .steps-container li .step .step-current {
    font-size: 18px;
    color: #999;
    margin: 8px 0 0 0
}

.steps .steps-container li .step .step-description {
    font-size: 13px;
    color: #538897
}

.steps .steps-container li.activated .step .step-image span {
    background-color: #5e3896
}

.steps .steps-container li.activated .step .step-image span:after {
    background-color: #FFF;
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    width: 27px;
    height: 27px;
    margin: 5px;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    -ms-border-radius: 27px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15)
}

.steps .step-bar {
    background-color: #5e3896;
    height: 10px;
    position: absolute;
    top: 30px;
    border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px
}

.steps .step-bar.last {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px
}