.banr-img {
    min-height: 400px;
    object-fit: cover;
    height: 45vh;
}
.info-card-div {
    left: 0;
    width: 40%;
    margin: 0 auto;
    right: 0;
}
.terms-cndition {
    text-decoration: underline !important;
}
.book-appoint-head h1 {
    position: relative;
    padding-bottom: 10px;
    font-size: 30px;
    font-family: Roboto-B;
    margin-bottom: 30px;
}
.book-appoint-head h1::before {
    background: #ed1d24 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 5px;
}
.book-appoint-head h1::after {
    background: #ed1d24 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 40px;
}
.cal-days ul li {
    width: 10%;
    font-size: 16px;
    line-height: 1.5;
    padding: 9px 10px 6px 10px;
}
.cal-days li:hover {
    -webkit-box-shadow: 0 1px 6px 5px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 6px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px 5px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}
.cal-time li {
    border: 1px solid;
    width: 20%;
    font-size: 16px;
    line-height: 1;
    border-radius: 4px;
    margin-right: 26px !important;
    padding: 14px 10px 11px 10px;
}
.cal-time li:hover {
    -webkit-box-shadow: 0 1px 6px 5px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 6px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px 5px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}
.slot {
    width: 8% !important;
}
.label {
    border-radius: 0.25em;
    font-size: 14px;
    padding: 9px 10px;
    line-height: 1.5;
}
.label-default {
    width: 150px;
}

.app-form-left {
    width: 200px;
    font-size: 16px;
    text-align: left;
}
input[type="checkbox"].add-to-calendar-checkbox {
    position: absolute;
    visibility: hidden;
}
.add-to-calendar-checkbox ~ a {
    display: none;
}
.add-to-calendar-checkbox:checked ~ a {
    display: block;
}
.add-to-calendar-checkbox ~ a:before {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../../images/output.png);
    background-position: 32px center;
    margin-right: 0.5em;
    content: " ";
}
.br-info-card-str-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
}
.br-info-card-str-name i {
    position: relative;
    top: 0;
}
.br-info-card-str-add {
    font-size: 14px;
    line-height: 1.6;
}
.br-info-card-str-add-info {
    line-height: 1.5;
}
.share-data a > i {
    font-size: 24px;
    position: relative;
    top: 2px;
}
.share-data .share-btn {
    vertical-align: top;
    border-radius: 0;
    line-height: 1;
    padding: 0;
}
.br-info-card-str-cont,
.br-info-card-str-email,
.br-info-card-str-kms,
.br-info-card-str-loc,
.br-info-card-str-time {
    font-size: 14px;
}
.br-info-card-str-cont-info,
.br-info-card-str-email-info,
.br-info-card-str-kms-info,
.br-info-card-str-loc-info,
.br-info-card-str-time-info {
    text-align: right;
}
.br-info-change-loc-btn {
    font-size: 14px;
    font-family: Roboto-M;
    height: 40px;
    margin-top: 10px;
}
.btn-check-status,
.btn-conf-book {
    height: 40px;
    border-radius: 5px !important;
    z-index: 1;
    font-family: Roboto-M;
    font-size: 14px;
    padding: 5px 10px;
}
.appoint-form h4,
.cal-data h4,
.check-appoint h4 {
    font-family: Roboto-B;
    font-size: 22px;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}
.br-info-card-str-cont-icn i,
.br-info-card-str-loc-icn i,
.br-info-card-str-time-icn i {
    position: relative;
    top: 2px;
}
.form-control{
    height: 40px;
    font-size: 14px;
}
@media (min-width: 1499px) {
    .banr-img {
        height: 25vh;
    }
}
@media only screen and (max-width: 1199px) {
    .info-card-div {
        width: 50%;
    }
    .cal-days ul li {
        margin-right: 22px !important;
    }
}
@media only screen and (max-width: 1024px) {
    .banr-img {
        height: 30vh;
        min-height: 350px;
    }
}
@media screen and (max-width: 991px) {
    .nav-container {
        padding: 0;
    }
    .logo-top {
        justify-content: space-between;
    }
    .footer-lnks li,
    .footer-social-lnks li {
        margin-right: 10px !important;
    }
    .appoint-form {
        margin-top: 20px;
    }
    .cal-form-section .row {
        margin: 0 !important;
    }
    .cal-days ul li {
        margin-right: 29px !important;
    }
    .cal-days ul li:last-child {
        margin-right: 0 !important;
    }
    .cal-time ul li {
        margin-right: 40px !important;
    }
    .cal-time ul li:nth-child(4n + 4) {
        margin-right: 0 !important;
    }
    .check-btn-div {
        margin-top: 15px;
        justify-content: center;
    }
    .info-card-div {
        width: 60%;
    }
}
@media only screen and (max-width: 768px) {
    .cal-form-section {
        padding-top: 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .book-appoint-head h1 {
        font-size: 26px;
    }
}
@media screen and (max-width: 767px) {
    .cal-form-section .appoint-form,
    .cal-form-section .cal-data {
        padding: 0 !important;
    }
    .cal-days ul li {
        width: 13%;
        font-size: 14px;
        margin-right: 3px !important;
    }
    .cal-time ul li {
        width: 21% !important;
        font-size: 14px;
        margin-right: 23px !important;
    }
    .cal-time ul li.cal-text {
        width: 22% !important;
    }
    .info-card-div {
        width: 70%;
    }
}
@media only screen and (max-width: 600px) {
    .check-appoint {
        padding: 20px 0 !important;
    }
    .cal-form-section h4,
    .check-appoint h4 {
        font-size: 22px;
    }
    .check-btn-div,
    .check-input-div {
        flex: none !important;
        max-width: 100% !important;
        text-align: center;
    }
    .check-btn-div {
        margin-top: 15px;
        justify-content: center;
    }
    .app-form-left {
        width: 105px;
        font-size: 14px;
    }
    .book-appoint-head h1 {
        font-size: 26px;
    }
}
@media (max-width: 575px) {
    .info-card-div {
        width: 80%;
    }
    .book-appoint-head h1 {
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 528px) {
    .cal-time ul li {
        width: 22% !important;
        margin-right: 9px !important;
    }
    .cal-time ul li:nth-child(4n + 4) {
        margin-right: 9px !important;
    }
    .cal-time ul li.cal-text {
        width: 30% !important;
    }
}
@media only screen and (max-width: 480px) {
    .footer-lnks ul li {
        margin-right: 10px !important;
    }
}
@media only screen and (max-width: 420px) {
    .app-form {
        text-align: left !important;
    }
    .add-to-calendar-checkbox,
    .icon-google {
        padding-left: 0 !important;
        font-size: 12px;
    }
    .cal-days ul li {
        margin-right: 16px !important;
        width: 20%;
    }
    .cal-time ul li {
        margin-right: 8px !important;
    }
    .info-card-div {
        width: 90%;
    }
}
@media only screen and (max-width: 375px) {
    .cal-form-section h4 {
        font-size: 20px;
    }
    .cal-days ul li {
        margin-right: 15px !important;
    }
    .cal-time ul li,
    .cal-time ul li:nth-child(4n + 4) {
        margin-right: 18px !important;
        width: 29% !important;
    }
    .cal-time ul li:nth-child(3n + 3) {
        margin-right: 0 !important;
    }
    .cal-time ul li.cal-text {
        width: 32% !important;
    }
}
@media only screen and (max-width: 360px) {
    .cal-days ul li {
        margin-right: 13px !important;
    }
    .cal-time ul li.cal-text {
        width: 38% !important;
    }
    .cal-time ul li,
    .cal-time ul li:nth-child(4n + 4) {
        margin-right: 17px !important;
    }
    .book-appoint-section .br-info-card {
        padding: 15px 10px !important;
    }
    .br-info-card-str-name {
        font-size: 16px;
    }
}
@media only screen and (max-width: 320px) {
    .footer-lnks ul li {
        margin-right: 15px !important;
    }
    .label-green {
        font-size: 12px;
    }
    .cal-days ul li {
        margin-right: 11px !important;
    }
    .cal-time ul li,
    .cal-time ul li:nth-child(4n + 4) {
        width: 30% !important;
        margin-right: 10px !important;
    }
    .book-appoint-section .br-info-card {
        padding: 15px 5px !important;
    }
    .br-info-card-str-cont-icn .fa-phone-alt,
    .br-info-card-str-email-icn .fa-at,
    .br-info-card-str-kms-icn .fa-map-marker-alt,
    .br-info-card-str-time-icn .fa-clock {
        font-size: 14px;
    }
    .br-info-card-str-cont-icn .fa-phone-alt,
    .br-info-card-str-email-icn .fa-at,
    .br-info-card-str-kms-icn .fa-map-marker-alt,
    .br-info-card-str-time-icn .fa-clock {
        margin-right: 2px !important;
    }
    .br-info-card-str-cont,
    .br-info-card-str-email,
    .br-info-card-str-kms,
    .br-info-card-str-time {
        font-size: 12px;
    }
}

.qrcode canvas {
    width: 140px!important;
    height: 140px!important;
    margin-top: 5px;
}

.add-to-calendar-checkbox:hover{
    color: #214c6f;
}
#cancle-msg{
    text-align: center;
}
#cancle-msg .bg-danger{
    background-color: #dc3545 !important;
    color: #ffffff !important;
}
#bookstatus {
    font-weight: 600;
    border: 3px solid;
}

.new-cal {
    display: flex;
    justify-content: center;
}
.add-to-calendar-checkbox:hover{
    color: #214c6f;
}

.appoinment.check-status .bk-status li {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
}
.appoinment.check-status .bk-status .border-warning{
    color: #ffc107 !important;
}
 .appoinment.check-status .bk-status .text-warning{
    color: #ffc107 !important;
 }
 .appoinment.check-status .bk-status .border-danger{
    color: #dc3545 !important;
}
 .appoinment.check-status .bk-status .text-danger{
    color: #dc3545 !important;
 }
 .appoinment.check-status .bk-status .border-success{
    color: #28a745 !important;
}
 .appoinment.check-status .bk-status .text-success{
    color: #28a745 !important;
 }
 .appoinment.check-status .bk-status .border-info{
    color: #17a2b8 !important;
}
 .appoinment.check-status .bk-status .text-info{
    color: #17a2b8 !important;
 }
