.btn-shm{
    background: #FFDD00;
    border-radius: 8px;
    box-shadow: 2px 2px 7px rgba(142, 142, 142, 0.75);
}

.card-news{
    border: none;
    box-shadow: 15px 15px 0px #FFDD00;
    border-radius: 15px;
}
.sidebar,
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
}

.sidebar {
    left: -100%;
    max-width: 300px;
    transition: all ease 0.25s;
    overflow-y: auto;
    z-index: 1032;
}

.overlay {
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    visibility: hidden;
    z-index: 1031;
}

.main-navigation.active .sidebar {
    left: 0;
}

.main-navigation.active .overlay {
    visibility: visible;
}





@media (min-width: 992px) {
    .sidebar {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        flex-direction: row;
        max-width: 100%;
        transform: none;
        transition: none;
        overflow-y: visible;
        z-index: auto;
    }
}

.swiper {
    width: 100%;
    height: auto;
}

.service_link {
    text-decoration: none;
    background: white;
    display: block;
    border-radius: 7px;
    /* color: #59988d; */
    margin-bottom: 40px;
}

.service_link:hover {
    /*  color: #065d4e; */
}

.service_icon {
    border-radius: 50%;
    /*  border: 3px solid #59988d; */
    padding: 10px;
}

.nav_shadow {
    -webkit-box-shadow: 0px 10px 24px -12px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 10px 24px -12px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 10px 24px -12px rgba(0, 0, 0, 0.29);
    border-radius: 0px 0px 15px 15px;
}

/*
.btn-primary {
    background-color: #59988d !important;
    border-color: #418f81 !important;
}

.btn-primary:hover {
    background-color: #325450 !important;
    border-color: #244a43 !important;
}
*/

.no_link {
    text-decoration: none !important;
    /* color: #59988d; */
}

.no_link:hover {
    /*  color: #237366; */
}

.welcome_btn {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-bottom: 10px;
    border-radius: 3px !important;
}

/**********************************************************************/
.CoworkerSwiper {
    padding-top: 50px !important;
}

.coworker_btn {
    /*
    -webkit-box-shadow: 0px 10px 24px -12px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 10px 24px -12px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 10px 24px -12px rgba(0, 0, 0, 0.29);
     */
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 1ms;
    background-color: white;
}

.coworker_btn:hover {
    /*
    -webkit-box-shadow: 0px 10px 24px -12px rgba(32, 56, 0, 1);
    -moz-box-shadow: 0px 10px 24px -12px rgba(32, 56, 0, 1);
    box-shadow: 0px 10px 24px -12px rgba(32, 56, 0, 1);
     */
    transform: scale(0.8);
}

.coworker_img {
    object-fit: cover;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    margin-top: 10px;
}

.rtin-title {
    color: #111111;
    position: relative;
    margin-bottom: 15px;
    display: block;
}

.rtin-title:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 150px;
    /* background-color: #57998b; */
    right: 0;
    bottom: -10px;
    left: 0;
    margin: 0 auto;
    border-radius: 4px;
}

.swiper-pagination {
    bottom: -7px !important;
}

.swiper-pagination-bullet-active {
    /* background-color: #59988d !important; */
    transform: scale(1.5);
}

.coworker_arrow_prev {
    background-color: white;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    top: 35px !important;
    right: unset !important;
    left: 70px !important;
}

.coworker_arrow_next {
    background-color: white;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    top: 35px !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: bold;
}

.coworker_title {
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
}

.coworker_expertise {
    margin-top: 12px;
    color: #686779;
    font-size: 12px;
}

.coworker_social {
    padding-left: 90px;
    padding-right: 90px;
}

@media only screen and (max-width: 768px) {
    .coworker_social {
        padding-left: 0px;
        padding-right: 0px;
    }

    .coworker_title {
        font-size: 10px;
    }
    .coworker_expertise{
        font-size: 8px;
    }
}

/***************** timework *******************/
.table_head {
    vertical-align: bottom;
    /*  background-color: #59988d; */
    color: white;
    font-weight: bold;
}

.empty_day {
    /* background-color: #59988d !important; */
}

.table_daytime {
    background: gray !important;
    font-weight: bold;
    color: white !important;
}

.table_center {
    text-align: center;
}

/*************************************************/
/********************** footer *******************/

/*************************************************/
/* CSS Test begin */
.comment-box {
    margin-top: 30px !important;
}
.menu-light a{
    color: #fff;
    text-decoration: none;
}

/* CSS Test end */

.comment-box img {
    width: 50px;
    height: 50px;
}

.comment-box .media-left {
    padding-right: 10px;
    width: 65px;
}

.comment-box .media-body p {
    border: 1px solid #ddd;
    padding: 10px;
}

.comment-box .media-body .media p {
    margin-bottom: 0;
}

.comment-box .media-heading {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 7px 10px;
    position: relative;
    margin-bottom: -1px;
}

.comment-box .media-heading:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-width: 1px 0 0 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: -6px;
}


.list_squre {
    list-style: none;
}

.list_squre li::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 5px;
    font-size: 34px;
    margin-top: -13px;
    position: absolute;
    margin-right: -19px;
}

.whatsappCall {
    width: 64px;
    height: 64px;
    position: fixed;
    bottom: 30px;
    right: 80vw;
    z-index: 2;
}

.show-on-mobile {
    display: none;
}

.hide-on-mobile {
    display: block;
}

@media (max-width: 768px) {
    .show-on-mobile {
        display: block;
    }
}

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }
}

#tr-stripe {
    top: unset !important;
    bottom: 0px !important;
}

.nav-link.active {
    color: white !important;
    border-radius: 5px;
}

.service_item {
    color: black;
    padding: 3px;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 40px;
    display: block;
    box-sizing: border-box;
}

.padding-top {
    padding-top: 45px;
}

.text-justify {
    text-align: justify;
}

.post_item {
    text-decoration: none;
    color: black;
    border: 1px solid #e3e2f2;
    display: block;
    border-radius: 8px;
    position: relative;
}

.no-padding {
    padding: 0 !important;
}

.post_img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.post_date {
    position: absolute;
    background: #396ef2;
    padding: 5px 25px;
    color: white;
    top: 242px;
    right: 30px;
    display: block;
    border-radius: 6px;
}

.post_date_padding {
    padding-right: 10px;
}

.post_caption_section {
    text-align: right;
    padding: 45px;
}

.post_caption {
    text-align: justify;
    color: #6a6a6a;
    margin-top: 30px;
}

.coworker_section {
    background-color: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 100px;
}

/****************************************************/
.time-reservation_section {
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
}

.btn-reservation {
    border-radius: 15px;
    text-decoration: none;
    padding: 15px 30px;
    float: left;
}

/****************************************************/
.col-lg-1-5 {
    width: 20% !important;
}

.read_more {
    color: white;
    padding: 15px 25px;
    border-radius: 5px;
    position: relative;
    bottom: -10px;
}

.service_section {
    padding-top: 50px;
    padding-bottom: 50px;
}

/****************************/
.reset {
    max-width: unset !important;
    height: unset !important;
    position: inherit !important;
    left: 0 !important;
    top: 0 !important;
}

/****************************/
.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

/****************************/
svg {

    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/****************************/
.video_box {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
}

.play_box_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: scale(0.5);
}

.play_box {
    background-color: white;
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

.play_icon {
    color: #396ef2;
    position: absolute;
    left: -15px;
    top: -25px;
    font-size: 48px;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(10);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

.single {
    position: absolute;
    z-index: 0;
    left: -44px;
    top: -50px;
}

.single em {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background: white;
    cursor: pointer;
    display: block;
    position: relative;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
}

.single em:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.8);
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    z-index: 3;
    opacity: 0;
    -webkit-animation: halo 1s 0.5s infinite ease-out;
    -moz-animation: halo 1s 0.5s infinite ease-out;
    animation: halo 1s 0.5s infinite ease-out;
}

@-webkit-keyframes halo {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
    }
}

@-moz-keyframes halo {
    0% {
        opacity: 0;
        -moz-transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1.2);
    }
}

@-ms-keyframes halo {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes halo {
    0% {
        opacity: 0;
        -o-transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -o-transform: scale(1.2);
    }
}

@keyframes halo {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}
/****************/
.margin-top-10{
    margin-top: 10px;
}
