@font-face {
    font-family: "Kalameh";
    src: url("/fonts/kalameh/Kalameh Bold.eot");
    src: url("/fonts/kalameh/Kalameh Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/kalameh/Kalameh Bold.woff2") format("woff2"), url("/fonts/kalameh/Kalameh Bold.woff") format("woff"),
    url("/fonts/kalameh/Kalameh Bold.ttf") format("truetype"),
    url("/fonts/kalameh/Kalameh Bold.svg#Kalameh") format("svg");
}

@font-face {
    font-family: 'IRANYekan';
    src: url('/fonts/yekan/IRYekan.eot');
    src: local('IRYekan'), url('/fonts/yekan/IRYekan.woff') format('woff'), url('/fonts/yekan/IRYekan.ttf') format('truetype');
}

body {
    font-family: 'IRANYekan' !important;
}

.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: 3px solid #59988d; */
    padding: 10px;
    transform: scale(1.5);
}

.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;

    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);
}

.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 *******************/
footer {
    color: white;
    padding-bottom: 25px;
    padding-top: 60px;
    font-size: 14px;
    background-image: url("/img/footer pc.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.time-reservation_section {
    background: linear-gradient(to bottom, #e5b701, #ca9c39);

}

@media (max-width: 768px) {
    footer {
        background-image: url("/img/footer.webp");
    }
}

footer a {
    color: white !important;
    text-decoration: none !important;
}

/*************************************************/
/* CSS Test begin */
.comment-box {
    margin-top: 30px !important;
}

/* 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;
    }
    .hide-on-mobile {
        display: none;
    }
}



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

.nav-link {
    color: #ffffff !important;
}

.nav-link.active {
    color: #ffffff !important;
    border-bottom: 2px solid white !important;
}

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

.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: 50px;
}

.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: 50px;
    padding-bottom: 10px;
}

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

.btn-reservation {
    color: #5360ae;
    background-color: white;
    border-radius: 15px;
    text-decoration: none;
    padding: 15px 30px;
    display: block;
    text-align: center;
    max-width: 256px;
    float: left;
}
@media (max-width: 768px) {
    .btn-reservation {
        float: none;
        text-align: center;
        margin: 16px auto auto;
    }
}
/****************************************************/
.col-lg-1-5 {
    width: 20% !important;
}

.read_more {
    color: black;
    padding: 10px 15px;
    border-radius: 50px;
    position: relative;
    bottom: 13px;
}
@media (max-width: 768px) {
    .read_more {
        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: #e5b701;
    position: absolute;
    left: -15px;
    top: -25px;
    font-size: 48px !important;
}

@-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;
}

/**************************/
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.displayNone {
    display: none;
}

.ml-left {
    margin-left: 0;
    margin-right: auto;
}

.lang_icon {
    cursor: pointer;
}

.text-big > * {
    font-size: 19px;
}
.navbar-toggler{
    border: none !important;
}
#side-menu .close{
    background: #f1de94;
    border-radius: 50px;
    width: 60px;
    height: 60px;
}

.emergency-section {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 50px;
    border-radius: 8px;
}

.emergency-title {
    font-size: 24px;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 20px;
}

.emergency-text {
    font-size: 18px;
    color: #343a40;
}

.fa-phone-alt {
    margin-right: 10px;
    color: #007bff;
}

.whatsapp-link {
    color: #25d366;
}

.whatsapp-icon {
    margin-right: 5px;
}