.payment-chose-div i{
    color: #535353;
}
::-webkit-input-placeholder {
        /* WebKit browsers */
         color: transparent;
    }
     :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
         color: transparent;
    }
     ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
         color: transparent;
    }
     :-ms-input-placeholder {
        /* Internet Explorer 10+ */
         color: transparent;
    }
     input::placeholder {
         color: transparent;
    }
.pat_title {
    font-size: 1.5rem;
    color: #000;
}
div#appointment_details {
    text-align: left;
}
.appointment_details_title{
    font-size:24px;
}
#appointment_details .col-md-4 p:first-child {
    margin-bottom: 5px;
}
#appointment_details .col-md-4 p:last-child {
    margin-bottom: 15px;
}
.xdsoft_datetimepicker{
    float: left;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.appoinment-booking-area .single-booking-support{
    min-height: 300px;
}
.appoint_title {
    text-align: center;
    padding-top: 20px;
    border-top: 2px solid #dfdfdf;
    margin-top: 10px;
    font-size: 1.3rem;
}
p.booking_number {
    text-align: center;
    color: #b51e8d;
    font-size: 18px;
}
/* .appoinment-booking-area .form-wrap .form-control {
    padding: 1px 7px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 2px;
    margin-bottom: 10px;
    border-color: #d2d2d2;
    height: 30px !important;
} */
.appoinment-booking-area .form-wrap {
    text-align: center;
}
.appoinment-booking-area{
    margin-top: -65px;
}
.appoinment-booking-area .single-booking-area {
    padding: 50px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgb(0 42 106 / 10%);
    position: relative;
}
.actions.clearfix ul li:after,.actions.clearfix ul li:before{
    display: none !important;
}

#serviceDate{
    width: 242px;
    margin-bottom: 0;
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
    background: #fff;
}
#divTopDays{
    padding-top: 18px !important;
}
#iPrvDate{
    background:var(--theamColor);
    padding: 5px 8px 4px 5px;
    border-radius: 24px;
    cursor: pointer;
    color: #fff;
    height: 25px;
    width: 26px;
}

#iNextDate{
    background:var(--theamColor);
    padding: 5px 5px 4px 8px;
    border-radius: 24px;
    cursor: pointer;
    color: #fff;
    height: 25px;
    width: 26px;
}
#iPrvDate:hover{
    background:var(--theamHoverColor);
}

#iNextDate:hover{
    background:var(--theamHoverColor);
}
select#request {
    margin-top: 30px;
}
#serviceStep ul li:after {
    position: relative;
    top: -34px;
    left: 56%;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 89%;
    height: 2px;
    content: "";
    background-color: currentColor;
    z-index: 1;
}
#serviceStep ul li.done:after{
    background-color: #117aff;
}
#serviceStep ul li.last:after{
    display: none;
}
#serviceStep ul li.current:before, #serviceStep ul li.done:before{
    background-color: #117aff;
    width: 15px;
    height: 15px;
    border: none;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active{
    background-color: transparent !important;
}
#serviceStep ul li:before {
    position: relative;
    top: 0;
    left: 50%;
    display: block;
    width: 13px;
    height: 13px;
    content: "";
    transform: translateX(-50%);
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border: 2px solid currentColor;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 3;
    text-align: center;
}
#divPreNext{
    width: 60px;
}
.form-control {
    height: 50px;
    border: 1px solid rgba(12, 184, 182, 0.25) !important;
    padding-left: 15px;
}
.iti {
    position: relative;
    display: table;
    width: 100%;
}
#serviceStep .col-md-12 {
    margin-top: 10px;
}
/* label{
    font-weight: 500;
    margin-bottom: 1px !important;
    color:var(--theamColor);
} */
#divDaysName{
    font-weight: 400;
    font-size: 17px;
    color:var(--theamColor);
}

#divServiceAvaiableTime{
    border: 1px solid #dbdbdb;
    height: 263px;
    border-radius: 2px;
    padding: 7px;
    overflow-y: auto;
}

.divServiceAvaiable{    
    padding: 15px;
    padding-top: 6px;

}

.divTimeSlot{
    float: left;
    border: 1px solid #d2d2d2;
    border-radius: 1px;
    margin: 3px 3px;
    padding: 7px 7px;
    background: #fefefe;
    font-weight: 600;
    color: #666363;
    box-shadow: 1px 1px 3px -2px;
    cursor: pointer;
    min-width: 118px;
    font-size: 15px;
}

.divTimeSlotActive{
    color: #fff;
    background: var(--theamColor);
    border-color: var(--theamColor);
    border-radius: 2px;
}

.divTimeSlotActive:hover{
    color: #fff;
    background: var(--theamHoverColor) !important;
    border-color: var(--theamHoverColor) !important;
    border-radius: 2px;
}

.divTimeSlot:hover{
    background: #f5f5f5;
}

.divSelectedService{
    color: #fff;
    border-radius: 2px;
    text-align: left;
    padding: 2px 15px;
    background: var(--theamColor);
}


.wizard > .content > .body {
    float: none; 
    position: unset;
     width: auto;
     height: auto;
    padding: 1px;
}

.wizard > .content {
    background:none;
    display: unset;
    margin: auto;
    min-height: auto;
    overflow: auto;
    position: none;
    width: auto;
    -webkit-border-radius: auto;
    -moz-border-radius: auto;
    border-radius: auto;
}


.wizard > .steps .number {
    font-size: 13px;
}
.wizard > .steps {
    margin-bottom: 5px;
}
.wizard > .actions > ul{
    margin-bottom: -4px;
}
.wizard > .actions{
    margin-top: 10px;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active{
    border-radius: 2px;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active, .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active{
    background:transparent !important;
    color:#117aff;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active{
    background:transparent !important;
}
.wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active {
			padding: 1px;
			margin: 1px;
			border-radius: 0px;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active{
    background:var(--theamColor);
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current{
    background:var(--theamColor) !important;
    box-shadow: none;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
    color: var(--theamColor);
}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
border: none;
background: none;
}
.xdsoft_datetimepicker{
    height: 214px;
}


.serviceTime{
    margin: 5px 3px;
}

.cp{
    cursor: pointer;
}

.payment-radio{
    width: 16px;
    height: 16px;
    margin-top: 2px;
    cursor: pointer;
}

.color-black{
    color: #000 !important;
}
.border-red{
    border: 2px solid red !important;
}

.disabled-service{
    background: #eeeeee;
    border: 1px solid #d8d1d1;
    color: red;
}
.disabled-service-text{
    text-decoration: line-through !important;
}
.color-success{
    color: #3ac259;
}
@media only screen and (max-width: 768px) {
    .divTimeSlot  {
      width: 46% !important;
    }
    #divServiceCalendar{
        display: none;
    }
  }

  .payment-chose-div{
    float: left;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    margin: 3px 3px;
    padding: 15px 21px;
    box-shadow: 1px 1px 3px -2px;
    font-size: 15px;
    min-width: 220px;
    cursor: pointer;
    font-weight: 600;
  }

  .payment-chose{
    background:var(--theamColor);
    border: 1px solid var(--theamColor);
  }

  .payment-chose div{
      color: #fff !important;
  }
  .payment-chose i{
    color: #fff !important;
  }