.navbar{padding: 0px;}
.navbar-brand img{width:100px;}
.main-container{min-height:460px;}
.modal-Store .modal-dialog {
    max-width: 500px;
}
.modal-Store.register-call-back .modal-dialog {
    max-width:660px;
}
.modal-Store.book-appointment .modal-dialog {
    max-width:800px;
}


.modal-Store.register-call-back .card-body{padding: .4rem 1rem;}
.modal-Store.register-call-back .card-body h5{font-size: 16px; margin-bottom: 8px;}
.btn{height:45px;}
.navbar-brand {padding-top: 14px;}
.modal-Store .btn-primary.continue{background: #333;
border: 1px solid #333;color:#fff; border-radius: 0px;}
.modal-Store .btn-primary.continue:hover{ background:#f1b903;}
.modal-Store .form-control{height: 46px;border-radius: 0px;}
.modal-Store .modal-header{padding: .5rem 1rem;}
.modal-Store .modal-content{border-radius: 0px;box-shadow: 0px 0px 10px #e5e5e5;
    border: 1px solid #eee;
}
.modal-Store .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #606060;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(233, 233, 233, 0.25);
}
.modal-Store .navbar-text {line-height: 44px;}
.modal-Store .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(232, 232, 232, 0.5);
}

.form-section-row{width:100%;display: inline-block; padding: 10px 50px;}
.readonly:after {
    content: '\f05a ';
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: -27px;
    margin-top: 9px;
}

.time{width:100%;display: inline-block; background:#f2f2f2; line-height:54px; font-size: 14px; font-weight: 600; margin-bottom: 10px; text-align: center;}
.form-control { font-size: 14px;}


.time-slot-section {
    padding: 10px 20px;
    background: #fafafa; margin-bottom: 20px;
}
.weekly-times{margin-top: 25px;}

.slot-box .custom-control-label:after{ background:#e10505;  }

.slot-Available-box .custom-control-label:after{ background:#6ebe63;  }
.time_full .time{ background:#e10505; color:#fff; cursor: pointer;border: 3px solid transparent;}
.time_available .time{ background:#6ebe63;color:#fff;cursor: pointer;border: 3px solid transparent;}
.time_available.time_active .time{border:3px solid #333;}

.store-info h3 {
    display: block;
    width: 100%;
    font-size: 22px;
    margin-bottom: 5px;
}
.store-info a{ color:#333;text-decoration: underline; font-size: 14px; }
.store-info p{
    font-size: 14px;
    width: 100%;
    margin-bottom: 0px;
}
.error {
    font-size: 12px;
    color: #f00;
}

.back {
   position: absolute;
z-index: 999;
margin-top: 0px !important;
left: -100px;
}

/** footer css **/
footer.style-2 .contact-and-links {
    padding-top: 24px;
    padding-bottom: 30px;
    background-color: #ffc507;;
}
footer.style-2 .copyright-bar {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: .025em;
    font-weight: 400;
    background-color: #252525;
    padding-top: 20px;
    padding-bottom: 15px;
}
footer.style-2 .social-info .get-in-touch {
    font-size: 17px;
    color: #231f20;
    display: block;
}
footer.style-2 .social-info .list-social-icons {
    margin-top: 10px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
footer.style-2 .social-info .list-social-icons > li {
    display: inline-block;
    margin-right: 22px;
}
footer.style-2 .social-info .list-social-icons > li > a {
    color: #333;
    font-size: 20px;
    display: block;
}
footer.style-2 .copyright-bar, footer.style-2 .copyright-bar a {
    color: #fff;
}

@media only screen and (max-width: 767px) {

.back {
    position: absolute;
    z-index: 999;
    margin-top: 0px !important;
    left: 0px;
    height: 52px;
    line-height: 36px;
}

.modal-header h4.modal-title{ width: 100%; display: inline-block; text-align: right; }

.time_available .time {
    background: #6ebe63;
    color: #fff;
    cursor: pointer;
    border: 3px solid transparent;
    line-height: 20px;
    white-space: nowrap;
    font-size: 12px;
}
.ap_time {
    padding: 2px 5px;
    font-size: 12px;
}
#selected-Date{border-bottom: none!important;}

}