.main{
    min-width: 250px;
    max-width: 500px;
    min-height: 400px;
    margin: 0px auto;
    border:1px solid #eee;
    border-radius: 10px;
}.apt-wrapper ul, .apt-wrapper .time-slots ul li{
    margin: 0px !important;
}.apt-wrapper ul > li::before{
    list-style: none !important;
    content: none !important;
}.clear{
    clear: both;
}.apt-tabs{
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 1px 2px #ccc;
    margin-bottom: 10px;
}.apt-tabs ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}.apt-tabs ul li{
    float: left;
    width: 49%;
    padding: 15px 4%;
}.apt-tabs ul li.active{
    border-bottom: 3px solid #a83b4c;
}.apt-tabs ul li a{
    display: block;
    color: #a83b4c;
    font-size: 14px;
    text-decoration: none !important;
    box-shadow: none;
}.form-group{
    position: relative;
    padding: 10px;
}.form-group select{
    width: 100%;
}.apt-purpose{
    font-size: 11px;
    color: #223645;
    position: absolute;
    top: -14px;
    left: 10px;
    letter-spacing: 0.05em;
    padding: 1px 5px;
}.booking_purpose{
    border: 1px solid #c1c1c1;
    height: 30px;
}.navigate-date.disabled{
    opacity: 0.4;
    cursor: default;
}.select-date .navigate-date{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    background: #f5f5f5;
    cursor: pointer;
    margin-right: 1px;
}.select-date{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd9d9;
    border-radius: 4px;
    background: #f5f5f5;
    margin: 0px 10px;
    position: relative;
}.selected-date{
    font-size: 12px;
    font-weight: 500;
    color: #6e6e6e;
    text-align: center;
    border: none;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    width: 100%;
    padding: 4px 0;
    border-radius: 3px;
    background: #ffffff;
}.time-slots{
    margin: 0px 10px;
    height: 330px;
    overflow-x: auto;
    margin-bottom: 15px;
}.time-slots ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #dcdcdc;
    border-radius: 4px;
    border-left: 1px solid #dcdcdc;
}.time-slots ul li{
    min-width: 20%;
    font-size: 11px;
    padding: 8px;
    list-style: none;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    font-weight: 500;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}.apt-tab-content{display: none;}.apt-screen-head{
    border-bottom: 3px solid #a83b4c;
}.screen-back{
    position: relative;
}.screen-back img{
    margin-right:2px;
    width:20px;
    transform:rotate(-180deg);
    position: absolute;
    top: 5px;
    width: 32px;
    cursor: pointer;
}.apt-screen-head .head-title{
    display: block;
    width: 300px;
    margin: 0px auto;
    text-align: center;
}.apt-screen-head .head-title span{
    font-size: 14px;
}.apt-screen-head .head-title #time{
    display: block;
    color: #666;
}.apt-screen-2{
    display: none;
}.skeleton-card{
    height: 100%;
    position: absolute;
    width: 100%;
    top: 130px;
    max-height: 300px;
}.skeleton-card.disabled{
    display: none;
}
:root {
    --card-padding: 15px;
    --card-height: 340px;
    --card-skeleton: linear-gradient(#ffffff var(--card-height), transparent 0);
    --avatar-size: 0px;
    --avatar-position: var(--card-padding) var(--card-padding);
    --avatar-skeleton: radial-gradient(circle 16px at center, white 99%, transparent 0);
    --title-height: 65px;
    --title-width: 90%;
    --title-position: var(--card-padding) 50px;
    --title-skeleton: linear-gradient(#f7f7f7 var(--title-height), transparent 0);
    --desc-line-height: 65px;
    --desc-line-skeleton: linear-gradient(#efefef var(--desc-line-height), transparent 0);
    --desc-line-1-width: 90%;
    --desc-line-1-position: var(--card-padding) 170px;
    --desc-line-2-width: 80px;
    --desc-line-2-position: var(--card-padding) 28px;
    --desc-line-3-width: 80px;
    --desc-line-3-position: var(--card-padding) 148px;
    --footer-height: 0px;
    --footer-position: 0 calc(var(--card-height) - var(--footer-height));
    --footer-skeleton: linear-gradient(white var(--footer-height), transparent 0);
    --blur-width: 200px;
    --blur-size: var(--blur-width) calc(var(--card-height) - var(--footer-height));
}.skeleton-card:empty::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%), var(--title-skeleton), linear-gradient(#f7f7f7, var(--desc-line-height), transparent 0), var(--desc-line-skeleton), var(--desc-line-skeleton), var(--avatar-skeleton), var(--footer-skeleton), var(--card-skeleton);
    background-size: var(--blur-size), var(--title-width) var(--title-height), var(--desc-line-1-width) var(--desc-line-height), var(--desc-line-2-width) 15px, var(--desc-line-3-width) 15px, var(--avatar-size) var(--avatar-size), 100% var(--footer-height), 100% 100%;
    background-position: -150% 0px, var(--title-position), var(--desc-line-1-position), var(--desc-line-2-position), var(--desc-line-3-position), var(--avatar-position), var(--footer-position), 0 0;
    background-repeat: no-repeat;
    -webkit-animation: loading 1.5s infinite;
    animation: loading 1.5s infinite;
}.time-slots ul li span.disabled{
    color: #ccc;
}blockquote{
    margin: 0.5rem 0 0 0 !important;
}.appointment-form{position: relative;}#bookingModal{
    margin: 50px auto;
}.modal-title, .pop-up-title{
    color: #69b1b1;
}.pop-up-title{
    font-family: 'Monserrat',sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    color: #69b1b1;
    margin-bottom: 0px;
}.appointment-pop-up-text{
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    color: #adadad;
}.pop-up-value{
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #5c5c5c;
}.appointment-pop-up-detail{
    text-align: left;
    font-family: 'Montserrat',sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 15px;
    color: #898989;
}.main #confirmBooking{
    background: #a83b4c;
    height: 40px;
    border: none;
}.main #sendEnquiry{
    background: #a83b4c;
    height: 40px;
    border: none;
}
