.activetimeslot {
    background: #02008b !important;
    color: #fff !important;
}
.caldates .owl-nav div.owl-next,
.caldates .owl-nav div.owl-prev,
.caldates_1 .owl-nav div.owl-next,
.caldates_1 .owl-nav div.owl-prev {
    color: #0c94b8;
    font-size: 12px;
    margin-top: -14px;
    position: absolute;
    top: 49%;
    text-align: center;
    line-height: 12px;
    opacity: 0;
    border: 1px solid #fff;
    width: 22px;
    height: 20px;
    background: 0 0;
}
.caldates .owl-nav div.owl-prev,
.caldates_1 .owl-nav div.owl-prev {
    left: 1%;
    color: #0c94b8;
    background: 0 0;
    opacity: 1;
}
.caldates .owl-nav div.owl-next,
.caldates_1 .owl-nav div.owl-next {
    right: 1%;
    color: #0c94b8;
    background: 0 0;
    opacity: 1;
}

.owl-theme .owl-dots {
    margin-top: 25px !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #040744 !important;
}

/* Design Booking Slot */
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    background: #fff;
    font-size: 14px;
    font-size: 0.75rem;
    font-family: "Noto Sans JP", Helvetica, sans-serif;
    font-display: swap;
    color: #555;
}
.tabs_styled_2 .tab-pane {
    background-color: #fff;
    padding: 30px 30px 20px;
    border: 1px solid #e1e8ed;
}
.add_bottom_15 {
    margin-bottom: 15px;
}
.calendar_dates {
    text-align: center;
    color: #1a1a1a;
    border-radius: 5px;
    padding: 3px;
    line-height: 1.5;
}
.calendar_dates, .strip_list {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}
.calendar_dates strong {
    font-size: 1rem;
    line-height: 1;
}
strong {
    font-weight: 600;
}
.time_select li {
    float: left;
}
ul.time_select li input[type="radio"] {
    display: none;
    cursor: pointer;
}
ul.time_select li label {
    display: inline-block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #f8f8f8;
    border-radius: 3px;
    padding: 8px 10px 6px;
    line-height: 1;
    min-width: 100px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
    color: #0d75a7;
}

ul.time_select li label {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
}
ul.time_select li label:hover {
    background-color: #00b8ff;
    color: #fff;
}
ul.time_select li input[type="radio"]:checked + label {
    background-color: #fb8c00;
    color: #fff;
}
.btn_1, a.btn_1 {
    border: none;
    color: #fff;
    background: #00b8ff;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: 0;
    font-size: 14px;
    font-size: 0.83rem;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 5px;
    font-weight: 500;
}
.btn_1.medium, a.btn_1.medium {
    padding: 5px 21px;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
}
.btn_1:hover, a.btn_1:hover {
    background: #74d1c6;
}
ul {
    list-style: none;
}
ol, ul {
    margin: 0 0 25px;
    padding: 0;
}
.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}