﻿@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&display=swap";

.blue-color {
    color: #0084fd !important
}

.red-color {
    color: #ff543e
}

.red {
    background: #ff543e
}

.blue {
    background: #0084fd
}

.green {
    background: #31b73a
}

.main-color {
    background: #23a2a4
}

.sub-color {
    background: #e4f1ef
}

.brouwn-color {
    background: #eee4dd
}

.border-primary {
    border-color: #23a2a4 !important
}

.border-secondary {
    border-color: #f2af42 !important
}

.primary-bg {
    background: #23a2a4;
    color: #fff !important
}

    .primary-bg a {
        color: #fff !important
    }

.secondary-bg {
    background: #e4f1ef;
    color: #fff !important
}

    .secondary-bg a {
        color: #fff !important
    }

.btn {
    display: inline-block;
    font-weight: 400;
    padding: .63rem .95rem .65rem .95rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .375rem;
    min-height: 48px
}

.btn-lg {
    font-weight: 400;
    padding: .789rem .95rem .809rem .95rem;
    font-size: 1rem;
    min-height: 56px
}

.btn-sm {
    font-size: .875rem;
    font-weight: 400 !important;
    min-height: 40px
}

.btn-primary {
    color: #fff;
    background-color: #23a2a4;
    border-color: #23a2a4;
    box-shadow: 0px 3px 6px rgba(0,0,0,.16)
}

    .btn-primary:hover {
        color: #fff;
        background-color: #1a999b !important;
        border-color: #1a999b !important
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(35,162,164,.5) !important;
        background-color: #1a999b !important;
        border-color: #1a999b !important
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #23a2a4 !important;
        border-color: #23a2a4 !important
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #1a999b !important;
        border-color: #1a999b !important
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(35,162,164,.5) !important
        }

.btn-outline-primary {
    color: #23a2a4;
    background-color: #fff;
    border-color: #23a2a4;
    box-shadow: none
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #23a2a4;
        border-color: #23a2a4
    }

.btn-success {
    color: #fff;
    background-color: #19b123;
    border-color: #19b123
}

    .btn-success:hover {
        color: #fff;
        background-color: #06a110;
        border-color: #06a110
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(6,161,16,.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #19b123;
        border-color: #19b123
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #06a110;
        border-color: #06a110
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(6,161,16,.5)
        }

.btn-danger {
    color: #fff;
    background-color: #ff543e;
    border-color: #ff543e
}

    .btn-danger:hover {
        color: #fff;
        background-color: #f92e14;
        border-color: #f92e14
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(255,84,62,.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #ff543e;
        border-color: #ff543e
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #f92e14;
        border-color: #f92e14
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,84,62,.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #f2af42;
    border-color: #f2af42
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #efa630;
        border-color: #efa630
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(242,175,66,.5)
    }

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #f2af42;
    border-color: #f2af42
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #efa630;
    border-color: #efa630
}

    .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(242,175,66,.5)
    }

.btn-white {
    background-color: #fff
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

a {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    color: #36454f
}

    a:hover {
        text-decoration: none
    }

    a:hover, a:focus, a:active {
        text-decoration: none;
        color: #23a2a4
    }

img {
    border: none
}

    img[src=""] {
        display: none
    }

label {
    font-family: inherit
}

ul, dl, li {
    list-style: none;
    margin: 0px;
    padding: 0px
}

a, strong, i, big {
    font-weight: normal;
    font-style: normal
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0px;
    margin: 0px
}

input[type=button], input[type=submit] {
    outline: 0;
    box-shadow: 0;
    border: none;
    transition: all .5s ease
}

button {
    transition: all .5s ease;
    cursor: pointer
}

video::-webkit-media-controls {
    display: none !important
}

video::-webkit-media-controls-play-button {
    display: none !important
}

video::-webkit-media-controls-volume-slider {
    display: none !important
}

video::-webkit-media-controls-mute-button {
    display: none !important
}

video::-webkit-media-controls-timeline {
    display: none !important
}

video::-webkit-media-controls-current-time-display {
    display: none !important
}

button {
    border: none;
    outline: none
}

input[type=text], input[type=file], input[type=password], input[type=search], input[type=email], input[type=tel], input[type=number], input[type=time], input[type=date], input[type=url], select, textarea {
    width: 100%;
    outline: 0;
    font-size: .9em;
    color: #333;
    border: 1px solid #ccc;
    background-color: #fff !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    input[type=text]::placeholder, input[type=file]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=time]::placeholder, input[type=date]::placeholder, input[type=url]::placeholder, select::placeholder, textarea::placeholder {
        color: #333;
        font-size: .9em;
        opacity: 1
    }

input[type=text], input[type=password], input[type=email], input[type=search], input[type=tel], input[type=number], input[type=time], input[type=url], input[type=date] {
    height: 48px;
    padding: 6px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

input[type=file] {
    cursor: pointer;
    padding: 13px 15px;
    direction: ltr;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

select {
    background: url(../images/drop-arrow.svg) no-repeat 16px 16px #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    height: 50px;
    padding: 6px 20px
}

textarea {
    padding: 18px !important;
    border-radius: 6px;
    resize: none
}

.form-label {
    font-weight: 600;
    font-size: .9rem
}

    .form-label i {
        color: red;
        padding: 0px 2px;
        font-size: 1rem
    }

.form-check-label {
    font-size: .86rem;
    font-weight: 700;
    cursor: pointer
}

    .form-check-label span {
        font-weight: 400;
        font-size: .8rem
    }

.ripple {
    background-position: center;
    transition: background .8s
}

    .ripple:hover {
        background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%
    }

    .ripple:active {
        background-color: #6eb9f7;
        background-size: 100%;
        transition: background 0s
    }

.button {
    border: none;
    border-radius: 2px;
    padding: 12px 18px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    background-color: #2196f3;
    box-shadow: 0 0 4px #999;
    outline: none
}

.check-container {
    position: relative;
    height: 18px;
    width: 18px;
    overflow: hidden;
}

    .check-container input {
        width: 18px !important;
        height: 18px !important;
        position: absolute;
        top: 0;
        opacity: 0;
    }

    .check-container span.checkmark {
        height: 18px;
        width: 18px;
        border: 1px solid #ccc;
        display: block;
        border-radius: 4px;
    }

    .check-container input:checked + span.checkmark {
        background: #1a999b;
        border-color: #1a999b;
    }

        .check-container input:checked + span.checkmark::before {
            height: 6px;
            width: 11px;
            border-left: 2px solid #FFF;
            content: "";
            border-bottom: 2px solid #FFF;
            transform: rotate(-45deg);
            display: block;
            position: relative;
            top: 3px;
            right: 2px;
        }

.radio-container {
    position: relative;
    display: inline-block;
    height: 18px;
    vertical-align: middle;
}

    .radio-container input {
        position: absolute !important;
        top: 0 !important;
        opacity: 0;
    }

    .radio-container .checkmark {
        height: 15px;
        width: 15px;
        display: inline-block;
        background: #FFF;
        border-radius: 50%;
        border: 1px solid #DCDCDC;
    }

    .radio-container input:checked + .checkmark {
        background: #23A2A4;
        border-color: #23A2A4;
    }

        .radio-container input:checked + .checkmark::before {
            content: "";
            display: block;
            background: #FFF;
            height: 7px;
            width: 7px;
            border-radius: 50%;
            margin: 3px;
        }

.speciality-radio-item.selectedSpeciality {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #e4f1ef;
    border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
    padding: 28px 12px 5px 12px;
}

.woot-widget-bubble.woot-widget--expanded div {
    padding: 0 0 0 20px !important;
}

.woot-widget-bubble.woot-widget--expanded img {
    margin: 14px 16px 14px 8px !important;
}

.speciality-radio-item.selectedSpeciality label.speciality-radio-item-label::before {
    content: "المحدد";
    display: block;
    position: absolute;
    top: 5px;
    right: 12px;
    font-size: 12px;
}

.tooltip {
    font-size: .75em
}

.p-relative {
    position: relative
}

.rotate {
    transform: rotate(180deg)
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 26px
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 3px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s
    }

input:checked + .slider {
    background-color: #23a2a4
}

input:focus + .slider {
    box-shadow: 0 0 1px #23a2a4
}

input:checked + .slider:before {
    -webkit-transform: translateX(28px);
    -ms-transform: translateX(28px);
    transform: translateX(30px)
}

.slider.round {
    border-radius: 32px
}

    .slider.round:before {
        border-radius: 50%
    }

.reg-font {
    font-weight: 600
}

.modal {
    z-index: 2000
}

.modal-backdrop {
    z-index: 1500
}

.pac-container {
    background-color: #fff;
    z-index: 2050;
    position: fixed;
    float: left;
    font-size: 2rem !important;
    box-shadow: 0px 3px 15px rgba(0,0,0,.08);
    padding: 15px
}

.h4 {
    font-size: 1.2rem;
    font-weight: 700
}

.h3 {
    font-size: 1rem;
    font-weight: 700
}

@media screen and (min-width: 1280px) {
    .p-60 {
        padding: 60px
    }
}

@media screen and (min-width: 1280px) {
    .p-50 {
        padding: 20px 50px
    }
}

html, body {
    overflow-x: hidden !important;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-family: "Cairo",sans-serif;
    font-size: 16px;
    position: relative;
    direction: rtl;
    text-align: right;
    color: #36454f
}

*::-webkit-scrollbar {
    width: 6px
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

*::-webkit-scrollbar-thumb {
    background-color: #23a2a4;
    border-radius: 20px
}

@media(min-width: 1201px) {
    .container {
        max-width: 1664px !important
    }
}

@media screen and (min-width: 1366px)and (max-width: 1440px) {
    .container {
        max-width: 1320px !important
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url("../images/ripple.gif");
    background-repeat: no-repeat;
    background-color: #f2f8fb;
    background-position: center
}

input[type=email]::placeholder {
    text-align: right
}

.user-side-mobile-view .before-user-login {
    display: block !important;
    padding: 0px !important
}

.main-navigation-container {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 600;
    box-shadow: 0px 8px 8px rgba(0,0,0,.05)
}

    .main-navigation-container .top-bar {
        background-color: #f6f6f6;
        padding: 8px 0px;
        border-bottom: 1px solid #ddd
    }

        .main-navigation-container .top-bar .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            direction: ltr
        }

            .main-navigation-container .top-bar .container > span {
                display: flex;
                align-items: center;
                gap: 30px
            }

            .main-navigation-container .top-bar .container .social-media {
                display: flex;
                align-items: center;
                gap: 10px
            }

                .main-navigation-container .top-bar .container .social-media a {
                    filter: grayscale(1);opacity:0.4;
                }

                    .main-navigation-container .top-bar .container .social-media a:hover {
                        filter: grayscale(0);opacity:1;
                    }

    .main-navigation-container .head-bar {
        padding: 6px 0px
    }

        .main-navigation-container .head-bar .container {
            display: flex;
            align-items: center;
            justify-content: space-between
        }

            .main-navigation-container .head-bar .container .logo-side {
                display: flex;
                align-items: center;
                gap: 20px
            }

                .main-navigation-container .head-bar .container .logo-side .logo img {
                    height: auto
                }

.provider-avatar-info figcaption {
    width: calc(100% - 70px);
}

.provider-avatar-info button {
    color: #23a2a4;
    height: 25px;
    width: 28px;
    background: #F9FCFC;
    border-radius: 50%;
}

#tag-container {
    overflow-x: scroll;
    width: 100%;
}

    #tag-container::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

@media (max-width: 1365px) {
    .service-cards-container .service-cards .service-card-item .card-content {
        background: #FFF !important;
        border-radius: 4px !important;
        color: #302d3d !important;
        border: 1px solid #ddd;
    }

    .service-cards-container .service-cards .service-card-item:hover .card-content {
        border-color: #23a2a4;
    }

    body .service-cards-container .service-cards .service-card-item .card-content h1 {
        color: #23a2a4 !important;
    }
}

@media(max-width: 768px) {
    .main-navigation-container .head-bar .container .logo-side .logo img {
    }
}

@media screen and (min-width: 1366px)and (max-width: 1440px) {
    .main-navigation-container .head-bar .container .logo-side .logo img {
    }
}

.main-navigation-container .head-bar .container .logo-side .open-side-menu-btn, .main-navigation-container .head-bar .container .logo-side .user-side-mobile-view {
    display: none
}

@media screen and (max-width: 1199px) {
    .main-navigation-container .head-bar .container .logo-side .open-side-menu-btn, .main-navigation-container .head-bar .container .logo-side .user-side-mobile-view {
        display: block
    }
}

.main-navigation-container .head-bar .container .main-navgation > ul {
    display: flex;
    gap: 34px;
    align-items: center
}

    .main-navigation-container .head-bar .container .main-navgation > ul > li {
        position: relative
    }

        .main-navigation-container .head-bar .container .main-navgation > ul > li > a {
            display: block;
            font-weight: 700;
            font-size: .938rem
        }

@media(min-width: 1200px) {
    .main-navigation-container .head-bar .container .main-navgation > ul > li > a {
        padding: 15px 0px
    }
}

@media screen and (min-width: 1366px)and (max-width: 1440px) {
    .main-navigation-container .head-bar .container .main-navgation > ul > li > a {
        font-size: .84rem
    }
}

.main-navigation-container .head-bar .container .main-navgation > ul > li > a:hover {
    color: #23a2a4
}

.main-navigation-container .head-bar .container .main-navgation > ul > li .drop-menu {
    display: none;
    background-color: #23a2a4;
    padding: 20px 10px
}

    .main-navigation-container .head-bar .container .main-navgation > ul > li .drop-menu a {
        font-size: 1rem !important;
        font-weight: 400 !important;
        padding: 8px 10px;
        color: #fff;
        display: block;
        border-radius: 6px;
        border-bottom: 1px solid rgba(0,0,0,.2);
        text-transform: capitalize
    }

@media screen and (min-width: 1366px)and (max-width: 1440px) {
    .main-navigation-container .head-bar .container .main-navgation > ul > li .drop-menu a {
        font-size: .84rem
    }
}

.main-navigation-container .head-bar .container .main-navgation > ul > li .drop-menu a:hover {
    background-color: rgba(0,0,0,.1)
}

.main-navigation-container .head-bar .container .main-navgation > ul > li .drop-menu a:last-of-type {
    border: 0px
}

@media(min-width: 1200px) {
    .main-navigation-container .head-bar .container .main-navgation > ul > li .drop-menu {
        position: absolute;
        right: 0;
        z-index: 10;
        width: 240px;
        border-radius: 6px;
        box-shadow: 0px 10px 10px rgba(0,0,0,.06)
    }
}

.main-navigation-container .head-bar .container .main-navgation > ul > li .btn-sm {
    width: 159px;
    padding: 10px 0px
}

@media screen and (max-width: 1366px) {
    .main-navigation-container .head-bar .container .main-navgation > ul > li .btn-sm {
        display: none
    }
}

.main-navigation-container .head-bar .container .main-navgation > ul > li .btn-sm:hover {
    color: #fff
}

.main-navigation-container .head-bar .container .main-navgation .active > a {
    color: #23a2a4
}

    .main-navigation-container .head-bar .container .main-navgation .active > a.btn {
        color: #FFF !important;
    }



.drop-arrow {
    background-image: url(../images/drop-arrow.svg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 22px !important
}

.user-side {
    display: flex;
    flex-direction: row-reverse
}

.before-user-login {
    display: flex;
    gap: 20px;
    align-items: center;
}

    .before-user-login .btn-link {
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        color: #23a2a4;
        background-color: #fff !important;
        border: 0px
    }

        .before-user-login .btn-link:hover {
            text-decoration: underline
        }

        .before-user-login .btn-link span {
            font-size: .813rem;
            font-weight: bold
        }

.after-user-login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

    .after-user-login .user-avatar {
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer
    }

        .after-user-login .user-avatar .avatar {
            width: 44px;
            height: 44px;
            border-radius: 100%;
            background-color: #d6e4e5
        }

            .after-user-login .user-avatar .avatar img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

@media screen and (max-width: 500px) {
    .after-user-login .user-avatar .avatar {
        width: 36px;
        height: 36px;
        margin-top: 10px;
        margin-left: -10px
    }

    .before-user-login {
        gap: 10px;
    }

    .main-navigation-container .head-bar .container {
        flex-direction: column;
        position: relative;
    }

    .open-side-menu-btn {
        position: absolute;
        right: 15px;
        top: calc(50% - 21px);
    }

    .before-user-login .after-user-login {
        position: absolute;
        left: 15px;
        top: calc(50% - 21px);
    }

    body#layoutbody {
        padding-top: 155px !important;
    }
}

@media screen and (max-width: 359px) {
    .after-user-login .user-avatar .avatar {
        display: none
    }
}

.after-user-login .user-avatar figcaption {
    display: none
}

@media screen and (min-width: 520px) {
    .after-user-login .user-avatar figcaption {
        display: block
    }
}

.after-user-login .user-avatar figcaption span, .after-user-login .user-avatar figcaption b {
    display: block
}

.after-user-login .user-avatar figcaption span {
    font-size: .7rem
}

.after-user-login .user-avatar figcaption b {
    font-size: .8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80px;
    white-space: nowrap
}

.after-user-login .user-avatar i {
    top: -5px;
    position: relative;
}

@media screen and (min-width: 520px) {
    .after-user-login .user-avatar i {
        display: block;
        position: relative;
        top: -5px;
    }
}

.after-user-login .user-avatar:hover figcaption b {
    color: #23a2a4
}

.after-user-login .user-icons {
    display: flex;
    align-items: center;
    gap: 10px
}

    .after-user-login .user-icons button {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        width: 40px;
        height: 40px;
        display: block;
        position: relative
    }

        .after-user-login .user-icons button span {
            position: absolute;
            top: 0;
            right: 0;
            background-color: #23a2a4;
            border-radius: 100px;
            padding: 2px 6px;
            color: #fff;
            font-size: .8rem;
            font-weight: 600;
            margin: -8px
        }

        .after-user-login .user-icons button:hover {
            color: #23a2a4
        }

        .after-user-login .user-icons button i {
            font-size: 1rem;
            color: #36454f
        }

.open-side-menu-btn {
    height: 42px;
    width: 42px;
    border: 1px solid #23a2a4;
    border-radius: 6px;
    cursor: pointer;
    background: url(../images/ic-menu.svg) center center no-repeat
}

.side-menu-logo {
    display: none;
    width: 250px;
    text-align: center;
    padding: 15px 0px
}

    .side-menu-logo img {
        width: 100px;
        height: auto
    }

@media(max-width: 1199px) {
    .side-nav {
        display: block !important;
        margin: 0px !important;
        position: fixed;
        top: 0;
        right: 0;
        background: #fff;
        width: 0;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 0px;
        z-index: 60;
        -webkit-transition: width .4s ease;
        -moz-transition: width .4s ease;
        -ms-transition: width .4s ease;
        -o-transition: width .4s ease;
        transition: width .4s ease;
        -webkit-box-shadow: 2px 2px 20px rgba(0,0,0,.4);
        -moz-box-shadow: 2px 2px 20px rgba(0,0,0,.4);
        -o-box-shadow: 2px 2px 20px rgba(0,0,0,.4);
        -ms-box-shadow: 2px 2px 20px rgba(0,0,0,.4);
        box-shadow: 2px 2px 20px rgba(0,0,0,.4)
    }

        .side-nav > ul {
            display: block !important;
            width: 250px !important
        }

            .side-nav > ul li {
                width: 100% !important;
                padding: 10px
            }

                .side-nav > ul li .btn-sm {
                    display: block !important;
                    width: 100% !important;
                    margin-top: 15px !important
                }

        .side-nav .side-menu-logo {
            display: block
        }

    .sub-menu {
        width: 100% !important;
        display: block;
        position: relative
    }

    .menu-btn {
        display: inline-block
    }
}

.nav-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 59 !important;
    display: none
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px
}

    .contact-item p {
        font-weight: 700;
        font-size: .875rem;
        direction: ltr
    }

    .contact-item a {
        font-weight: 700;
        font-size: .875rem;
        direction: ltr
    }

.owl-carousel .owl-stage-outer {
    transform: translate3d(0, 0, 0) !important
}

.main-slider-container {
    position: relative;
    background-color: #23a2a4
}

    .main-slider-container .main-slider-carousel .slid-item {
        position: relative;
        display: block;
        height: calc(100vh - 270px) !important
    }

@media(max-width: 820px) {
    .main-slider-container .main-slider-carousel .slid-item {
        height: 500px !important
    }
}

@media screen and (min-width: 1366px)and (max-width: 1440px) {
    .main-slider-container .main-slider-carousel .slid-item {
        height: 480px !important
    }
}

.main-slider-container .main-slider-carousel .slid-item img {
    height: 100% !important;
    object-fit: cover;
    min-width: 100% !important;
    width: 100% !important
}

.main-slider-container .main-slider-carousel .slid-item .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4)
}

    .main-slider-container .main-slider-carousel .slid-item .img-overlay .container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .main-slider-container .main-slider-carousel .slid-item .img-overlay .container article {
            width: 800px;
            max-width: 100%;
            display: flex;
            overflow: hidden;
            flex-direction: column;
            gap: 25px;
            text-align: center
        }

@media screen and (min-width: 1500px) {
    .main-slider-container .main-slider-carousel .slid-item .img-overlay .container article {
        padding-bottom: 100px
    }
}

@media screen and (max-width: 820px) {
    .main-slider-container .main-slider-carousel .slid-item .img-overlay .container article {
        gap: 18px
    }
}

@media screen and (min-width: 1366px)and (max-width: 1440px) {
    .main-slider-container .main-slider-carousel .slid-item .img-overlay .container article {
        gap: 10px;
        padding-bottom: 100px
    }
}

.main-slider-container .main-slider-carousel .slid-item .img-overlay .container article h1 {
    font-size: 2.9rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 10px 30px rgba(0,0,0,.4)
}

@media(max-width: 820px) {
    .main-slider-container .main-slider-carousel .slid-item .img-overlay .container article h1 {
        font-size: 2.2rem;
        line-height: 44px
    }
}

@media screen and (min-width: 1366px)and (max-width: 1440px) {
    .main-slider-container .main-slider-carousel .slid-item .img-overlay .container article h1 {
        font-size: 2rem;
        line-height: 44px
    }
}

.main-slider-container .main-slider-carousel .slid-item .img-overlay .container article span {
    font-size: 1.875rem;
    color: #fff;
    text-shadow: 1px 10px 30px rgba(0,0,0,.4)
}

@media(max-width: 576px) {
    .main-slider-container .main-slider-carousel .slid-item .img-overlay .container article span {
        font-weight: 500;
        font-size: 1.2rem;
        font-weight: 500
    }

    .register-serv-box .services-checks .form-check-inline {
        display: block;
    }
}

@media screen and (min-width: 1366px)and (max-width: 1440px) {
    .main-slider-container .main-slider-carousel .slid-item .img-overlay .container article span {
        font-size: 1.1rem;
        line-height: 44px
    }
}

.main-slider-container .main-slider-carousel .slid-item .img-overlay .container article p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 36px;
    color: #e2e2e2;
    padding: 8px 0px;
    width: 80%;
    margin: 0 auto
}

@media(max-width: 820px) {
    .main-slider-container .main-slider-carousel .slid-item .img-overlay .container article p {
        font-size: 1rem;
        text-align: center;
        line-height: 30px;
        width: 100%
    }
}

@media(min-width: 769px) {
    .main-slider-container .main-slider-carousel .slid-item .img-overlay .container article .btn {
        width: 200px;
        margin: 0 auto
    }
}

@media screen and (min-width: 1366px)and (max-width: 1440px) {
    .main-slider-container .main-slider-carousel .slid-item .img-overlay .container article .btn {
        font-size: .9rem;
        padding: 8px !important;
        min-height: 34px
    }
}

.main-slider-container .main-slider-carousel .owl-nav .owl-next, .main-slider-container .main-slider-carousel .owl-nav .owl-prev {
    display: none;
    position: absolute;
    top: 46%
}

@media(min-width: 1280px) {
    .main-slider-container .main-slider-carousel .owl-nav .owl-next, .main-slider-container .main-slider-carousel .owl-nav .owl-prev {
        display: block
    }
}

.main-slider-container .main-slider-carousel .owl-nav .owl-next:hover, .main-slider-container .main-slider-carousel .owl-nav .owl-prev:hover {
    background-color: #23a2a4 !important
}

@media screen and (min-width: 1366px)and (max-width: 1440px) {
    .main-slider-container .main-slider-carousel .owl-nav .owl-next, .main-slider-container .main-slider-carousel .owl-nav .owl-prev {
        width: 34px;
        height: 34px
    }
}

.main-slider-container .main-slider-carousel .owl-nav .owl-next {
    right: 6%
}

.main-slider-container .main-slider-carousel .owl-nav .owl-prev {
    left: 6%
}

.service-cards-container .container {
    padding-top: 15px
}

@media(min-width: 1365px) {
    .service-cards-container .container {
        position: relative;
        z-index: 100;
        margin-top: -170px;
        padding-top: 0px
    }
}

.service-cards-container .shadow-box {
    display: none
}

@media(min-width: 1366px) {
    .service-cards-container .shadow-box {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 50px;
        box-shadow: 0px 3px 22px rgba(0, 0, 0, .18);
        z-index: -1;
    }
}

.service-cards-container .service-cards {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    max-width:100%;
}

@media(max-width: 1365px) {
    .service-cards-container .service-cards {
        flex-wrap: wrap
    }
}

.service-cards-container .service-cards .service-card-item {
    height: 212px;
    display: block;
    color: #302d3d
}

@media screen and (min-width: 1366px)and (max-width: 1440px) {
    .service-cards-container .service-cards .service-card-item {
        height: 180px
    }
}

@media(max-width: 1365px) {
    .service-cards-container .service-cards .service-card-item {
        height: 150px;
        flex: 0 0 33.333333%;
        padding: 4px
    }
}

@media(max-width: 991px) {
    .service-cards-container .service-cards .service-card-item {
        flex: 50%
    }

    .main-footer .footer-social-media {
        justify-content: flex-start !important;
    }
}

@media(max-width: 576px) {
    .service-cards-container .service-cards .service-card-item {
        flex: 100%
    }
}

.service-cards-container .service-cards .service-card-item .card-content {
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: .2s ease-in-out !important;
    background-color: #fff;
    background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgb(242, 242, 242))
}

@media(max-width: 1365px) {
    .service-cards-container .service-cards .service-card-item .card-content {
        background: #23a2a4;
        border-radius: 4px;
        color: #fff
    }

        .service-cards-container .service-cards .service-card-item .card-content h1 {
            color: #fff !important
        }
}

.service-cards-container .service-cards .service-card-item .card-content h1 {
    font-size: 1.25rem;
    color: #302d3d;
    font-weight: 600
}

@media screen and (min-width: 1366px)and (max-width: 1440px) {
    .service-cards-container .service-cards .service-card-item .card-content h1 {
        font-size: .9rem
    }
}

.service-cards-container .service-cards .service-card-item .card-content .se-price {
    opacity: 1
}

@media(max-width: 1365px) {
    .service-cards-container .service-cards .service-card-item .card-content .se-price {
        opacity: 1
    }
}

.service-cards-container .service-cards .service-card-item .card-content .se-price span, .service-cards-container .service-cards .service-card-item .card-content .se-price b {
    display: block
}

.service-cards-container .service-cards .service-card-item .card-content .se-price b {
    font-size: 1.7rem;
    margin: 0px;
    padding: 0px;
    font-weight: 700
}

@media screen and (min-width: 1366px)and (max-width: 1440px) {
    .service-cards-container .service-cards .service-card-item .card-content .se-price b {
        font-size: 1.1rem
    }
}

.service-cards-container .service-cards .service-card-item .card-content .se-price span, .service-cards-container .service-cards .service-card-item .card-content .se-price i {
    font-size: .65rem;
    display: block
}

@media screen and (min-width: 1366px)and (max-width: 1440px) {
    .service-cards-container .service-cards .service-card-item .card-content .se-price span, .service-cards-container .service-cards .service-card-item .card-content .se-price i {
        font-size: .6rem
    }
}

.service-cards-container .service-cards .service-card-item .card-content .se-price i {
    margin-bottom: -5px
}

.service-cards-container .service-cards .service-card-item .card-content .se-price span {
    margin-top: -5px
}

.service-cards-container .service-cards .service-card-item .card-content img {
    width: 96px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 6px;
    transition: .3s ease-in-out
}

@media screen and (min-width: 1366px)and (max-width: 1440px) {
    .service-cards-container .service-cards .service-card-item .card-content img {
        width: 76px
    }
}

@media(min-width: 1366px) {
    .service-cards-container .service-cards .service-card-item {
        width: 279px;
        padding-top: 57px
    }

        .service-cards-container .service-cards .service-card-item:hover {
            padding-top: 0px
        }

            .service-cards-container .service-cards .service-card-item:hover .card-content {
                background-color: #23a2a4 !important;
                color: #fff;
                background-image: none;
                border-top-left-radius: 8px;
                border-top-right-radius: 8px;
                box-shadow: 0px 0px 15px rgba(0,0,0,.1)
            }

                .service-cards-container .service-cards .service-card-item:hover .card-content h1 {
                    color: #fff
                }

            .service-cards-container .service-cards .service-card-item:hover .se-price {
                opacity: 1 !important
            }

            .service-cards-container .service-cards .service-card-item:hover img {
                width: 144px
            }
}

@media(max-width: 1365px) {
    .service-cards-container .service-cards .service-card-item:hover img {
        width: 120px
    }
}

@media screen and (min-width: 1366px)and (max-width: 1440px) {
    .service-cards-container .service-cards .service-card-item:hover {
        padding-top: 20px
    }

        .service-cards-container .service-cards .service-card-item:hover img {
            width: 100px
        }
}

.service-cards-container .service-cards .service-card-item:first-child .card-content {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.service-cards-container .service-cards .service-card-item:last-child .card-content {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.service-cards-container .service-cards .rounded-left-category {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.service-cards-container .service-cards .rounded-right-category {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.service-cards-container .service-cards .service-card-item:nth-child(1) {
    animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -o-animation-delay: .1s
}

.service-cards-container .service-cards .service-card-item:nth-child(2) {
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s
}

.service-cards-container .service-cards .service-card-item:nth-child(3) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s
}

.service-cards-container .service-cards .service-card-item:nth-child(4) {
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s
}

.service-cards-container .service-cards .service-card-item:nth-child(5) {
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s
}

.service-cards-container .service-cards .service-card-item:nth-child(6) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s
}

.section-description h2 {
    color: #23a2a4;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 55px
}

@media(max-width: 991px) {
    .section-description h2 {
        font-size: 2.2rem
    }
}

@media(max-width: 375px) {
    .section-description h2 {
        font-size: 2rem
    }
}

.section-description h3 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 2.1rem
}

@media(max-width: 991px) {
    .section-description h3 {
        font-size: 1.8rem
    }
}

.section-description h4 {
    color: #23a2a4;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 1.8em;
    line-height: 35px
}

@media(max-width: 991px) {
    .section-description h4 {
        font-size: 1.6rem
    }
}

@media(max-width: 375px) {
    .section-description h4 {
        font-size: 1.4rem
    }
}

.section-description p {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 36px
}

.center-description {
    text-align: center
}

    .center-description p {
        width: 900px;
        max-width: 100%;
        margin: 0px auto
    }

.white-text * {
    color: #fff !important
}

.offers-section {
    padding: 70px 0px 60px 0px
}

@media screen and (max-width: 768px) {
    .offers-section {
        padding: 10px 0px 30px 0px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px
    }
}

.offers-section h2 {
    text-align: center;
    padding: 30px 0px 50px 0px;
    font-size: 1.875rem;
    color: #23a2a4;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .offers-section h2 {
        font-size: 1.6rem;
        padding: 30px 0px 30px 0px
    }
}

@media(min-width: 1500px) {
    .offers-section {
        position: relative;
        z-index: 1;
        margin-top: -44px;
        background-image: linear-gradient(180deg, #f6f6f6, #fff)
    }
}

.offers-section .offers-banners-carousel .item a img {
    width: 536px !important;
    height: 230px !important;
    border: 1px solid #d6e4e5;
    border-radius: 8px;
    object-fit: cover
}

@media screen and (max-width: 1500px) {
    .offers-section .offers-banners-carousel .item a img {
        width: 100% !important;
        height: auto !important
    }
}

.offers-section .owl-theme .owl-dots .owl-dot.active span, .offers-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #23a2a4
}

.features-section {
    padding: 10px 0px;
    background-color: #fff
}

    .features-section .features-figure-container {
        width: 900px;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 90px auto 15px auto
    }

@media(max-width: 991px) {
    .features-section .features-figure-container {
        margin: 60px auto 15px auto
    }
}

.features-section .features-figure-container .features-figure {
    text-align: center
}

    .features-section .features-figure-container .features-figure .figure-img {
        background-color: #23a2a4;
        border-radius: 100%;
        width: 114px;
        height: 114px;
        overflow: hidden;
        display: inline-block;
        box-shadow: 0px 10px 30px rgba(0,0,0,.18)
    }

        .features-section .features-figure-container .features-figure .figure-img img {
            width: 100%;
            height: 100%
        }

@media(max-width: 991px) {
    .features-section .features-figure-container .features-figure .figure-img {
        width: 80px;
        height: 80px
    }
}

.features-section .features-figure-container .features-figure figcaption {
    margin-top: 15px;
    font-size: 1.125rem;
    color: #23a2a4;
    display: block;
    text-align: center;
    font-weight: 500
}

.appstore-section {
    background: url(../images/pattren-bg.png) #23a2a4;
    margin-top: 190px
}

@media(max-width: 1199px) {
    .appstore-section {
        margin-top: 30px
    }
}

@media(max-width: 991px) {
    .appstore-section {
        margin-top: 20px;
        padding: 25px 20px
    }
}

@media(max-width: 768px) {
    .appstore-section {
        text-align: center !important
    }
}

.appstore-section .container {
    position: relative;
    padding-top: 82px;
    padding-bottom: 82px
}

@media(max-width: 991px) {
    .appstore-section .container {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.appstore-section .appstore-icons {
    margin-top: 50px
}

    .appstore-section .appstore-icons h2 {
        color: #fff;
        font-weight: 700;
        font-size: 2.2rem;
        margin: 30px 0px
    }

@media(max-width: 991px) {
    .appstore-section .appstore-icons h2 {
        font-size: 1.8rem
    }
}

@media(max-width: 768px) {
    .appstore-section .appstore-icons {
        text-align: center !important
    }
}

.appstore-section .appstore-icons span {
    display: flex;
    gap: 10px
}

@media(max-width: 991px) {
    .appstore-section .appstore-icons span {
        width: 100%;
        display: block;
        gap: 0px
    }
}

.appstore-section .appstore-icons span a:hover {
    opacity: .8
}

@media(max-width: 991px) {
    .appstore-section .appstore-icons span a {
        padding-top: 10px;
        display: block
    }
}

.appstore-section .mobile-mockup {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0px 0px 15px -50px
}

@media(max-width: 1200px) {
    .appstore-section .mobile-mockup img {
        width: 500px;
        height: auto;
        margin: 0px 0px 15px -80px
    }
    .users-list .chat-user-item .unread-badge {
        position: absolute;
        right: 2px;
        top: 2px;
    }
}

@media(max-width: 767px) {
    .appstore-section .mobile-mockup {
        display: none
    }

    .medical-report-item .btn {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media(max-width: 991px) {
    .naraakum-story {
        padding: 0px 0px 60px 0px
    }
}

.naraakum-story .story-container {
    display: flex;
    gap: 30px;
    align-items: center
}

@media(max-width: 991px) {
    .naraakum-story .story-container {
        display: block
    }
}

.naraakum-story .story-container .video-side {
    width: 1084px;
    position: relative
}

@media(max-width: 1200px) {
    .naraakum-story .story-container .video-side {
        width: 800px
    }
}

@media(max-width: 991px) {
    .naraakum-story .story-container .video-side {
        width: 100%
    }
}

.naraakum-story .story-container .video-side video {
    width: 100%
}

.naraakum-story .story-container .video-side .video-side-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.naraakum-story .story-container .text-side {
    width: 500px
}

@media(max-width: 991px) {
    .naraakum-story .story-container .text-side {
        width: 100%;
        text-align: center
    }
}

.call-fixed-icons {
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin: 20px;
    z-index: 120;
    width: 70px
}

@media(max-width: 990px) {
    .call-fixed-icons {
        margin: 10px;
        display: none
    }
}

@media(max-width: 990px) {
    .call-fixed-icons img {
        width: 60px;
        height: 60px;
        margin: 0px
    }
}

@media screen and (min-width: 1366px)and (max-width: 1440px) {
    /*.call-fixed-icons {
        display: none
    }*/
}

.bottom-bar {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 50;
    box-shadow: 0px -4px 10px rgba(0,0,0,.1)
}

@media(max-width: 991px) {
    .bottom-bar {
        display: flex
    }
}

.bottom-bar a {
    flex: 1;
    text-align: center;
    border-left: 1px solid #ddd;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .bottom-bar a img {
        width: 28px;
        height: 28px
    }

    .bottom-bar a:nth-last-of-type() {
        border: none
    }

    .bottom-bar a i {
        font-size: 1.4rem;
        color: #23a2a4;
        margin-top: 4px
    }

@media(min-width: 1200px) {
    .center-carousel-arrow .owl-nav .owl-next, .center-carousel-arrow .owl-nav .owl-prev {
        position: absolute !important;
        top: 50% !important
    }

    .center-carousel-arrow .owl-nav .owl-next {
        right: 0
    }

    .center-carousel-arrow .owl-nav .owl-prev {
        left: 0
    }
}

@media(max-width: 1200px) {
    .center-carousel-arrow .owl-nav .owl-next, .center-carousel-arrow .owl-nav .owl-prev {
        display: none
    }
}

.blog-section {
    padding: 70px 0px;
    background: url(../images/pattren-bg.png) #23a2a4
}

    .blog-section .section-description h2, .blog-section .section-description p {
        color: #fff
    }

    .blog-section .blog-carousel-container {
        padding: 30px 0px
    }

@media(min-width: 1000px) {
    .blog-section .blog-carousel-container {
        padding: 70px 90px 40px 90px
    }
}

.blog-section .blog-carousel-container .blog-carousel {
    position: relative
}

    .blog-section .blog-carousel-container .blog-carousel .owl-nav .owl-next, .blog-section .blog-carousel-container .blog-carousel .owl-nav .owl-prev {
        margin-top: -30px;
        width: 60px;
        height: 60px
    }

    .blog-section .blog-carousel-container .blog-carousel .owl-nav .owl-next {
        margin-right: -90px
    }

    .blog-section .blog-carousel-container .blog-carousel .owl-nav .owl-prev {
        margin-left: -90px
    }

.blog-section .blog-carousel-container .blog-card-item {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff
}

    .blog-section .blog-carousel-container .blog-card-item .blog-card-img > img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-bottom: 1px solid #ddd
    }

    .blog-section .blog-carousel-container .blog-card-item .blog-card-content {
        height: 172px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 25px
    }

        .blog-section .blog-carousel-container .blog-card-item .blog-card-content h3 a {
            font-size: 1.125rem;
            font-weight: 700;
            list-style: 36px
        }

        .blog-section .blog-carousel-container .blog-card-item .blog-card-content span {
            font-size: .938rem
        }

.btn-outline-white {
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 0px !important;
    width: 200px;
    margin: 0px auto !important
}

    .btn-outline-white:hover {
        color: #23a2a4;
        background-color: #fff
    }

.main-footer {
    padding: 90px 0px 0px 0px
}

    .main-footer .footer-article p {
        font-size: .875rem;
        font-weight: 400;
        width: 423px;
        max-width: 100%;
        margin: 30px 0px;
        line-height: 26px
    }

@media(max-width: 1199px) {
    .main-footer .footer-article p {
        text-align: center;
        margin: 30px auto
    }
}

@media(max-width: 1199px) {
    .main-footer .footer-article {
        text-align: center
    }
}

.main-footer .footer-social-media {
    display: flex;
    align-items: center;
    gap: 10px
}

    .main-footer .footer-social-media a {
        opacity: .6
    }

        .main-footer .footer-social-media a:hover {
            opacity: 1
        }

@media(max-width: 1199px) {
    .main-footer .footer-social-media {
        justify-content: center;
        margin-bottom: 30px
    }
}

.main-footer .footer-list a {
    display: block;
    font-size: .938rem;
    padding: 7px 0px;
    font-weight: 400
}

@media(max-width: 991px) {
    .main-footer .footer-payments {
        margin: 30px 0px
    }
}

.main-footer .footer-payments h6 {
    font-size: 1rem;
    font-weight: 700
}

.main-footer .footer-payments p {
    font-size: .875rem;
    font-weight: 300;
    padding: 10px 0px 30px 0px
}

.main-footer .footer-contacts-container {
    padding: 10px 0px 30px 0px
}

    .main-footer .footer-contacts-container .row {
        align-items: center
    }

    .main-footer .footer-contacts-container .licensed {
        display: flex;
        align-items: center;
        gap: 20px
    }

        .main-footer .footer-contacts-container .licensed figcaption p {
            font-size: .813rem;
            font-weight: 300;
            padding-bottom: 4px
        }

        .main-footer .footer-contacts-container .licensed figcaption span {
            display: flex;
            align-items: center;
            gap: 10px
        }

            .main-footer .footer-contacts-container .licensed figcaption span p {
                font-size: .813rem;
                font-weight: 300
            }

            .main-footer .footer-contacts-container .licensed figcaption span b {
                font-size: 1rem;
                font-weight: 700
            }

.footer-contacts {
    display: flex;
    align-items: center;
    gap: 40px
}

@media(min-width: 1200px) {
    .footer-contacts {
        padding-left: 110px
    }
}

@media(max-width: 500px) {
    .footer-contacts {
        flex-direction: column;
        gap: 0px;
        align-items: flex-start
    }
}

.foot-contact-item {
    display: flex;
    align-items: center;
    gap: 20px
}

@media(max-width: 991px) {
    .foot-contact-item {
        margin: 20px 0px
    }
}

.foot-contact-item span i {
    font-size: .8rem
}

.foot-contact-item span p {
    font-size: .9rem;
    font-weight: 700
}

.foot-contact-item:nth-child(1) {
    border-left: 1px solid #ddd;
    padding-left: 40px
}

@media(max-width: 500px) {
    .foot-contact-item:nth-child(1) {
        padding-left: 0px;
        border-left: 0px
    }
}

.QR-figure {
    display: flex;
    align-items: center;
    gap: 30px
}

    .QR-figure figcaption img {
        margin-bottom: 10px
    }

    .QR-figure figcaption h6 {
        font-size: .938rem;
        padding: 6px 0px;
        font-weight: 700;
        padding: 6px 0px
    }

    .QR-figure figcaption p {
        font-size: .9rem;
        font-weight: 300
    }

@media screen and (max-width: 768px) {
    .QR-figure {
        display: none
    }
}

.footer-copyrigts {
    background-color: #23a2a4;
    text-align: center;
    padding: 50px 0px
}

    .footer-copyrigts p {
        color: #fff;
        font-size: .938rem
    }

@media(max-width: 991px) {
    .mobile-nav.bottom-bar ~ .main-footer {
        margin-bottom: 56px;
    }

    .inside-main-page.inside-main-page-cart-side ~ .main-footer {
        margin-bottom: 147px;
    }

    .inside-main-page.inside-main-page-payment ~ .main-footer {
        margin-bottom: 68px;
    }

    .category-cart-side_warp {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .woot-widget-bubble.woot-widget--expanded {
        bottom: 64px !important;
        right: 10px !important;
    }
}

@media(max-width: 1199px) {
    .f-c {
        justify-content: space-between;
        width: 100%
    }
}

@media(max-width: 991px) {
    .f-c {
        flex-wrap: wrap;
        gap: 40px
    }
}

.country-flag-input {
    position: relative
}

    .country-flag-input input {
        padding-left: 110px
    }

    .country-flag-input .sa-country-flag {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        gap: 8px;
        direction: ltr;
        margin-top: 12px;
        margin-left: 16px;
        border-right: 1px solid #ddd;
        padding-right: 10px
    }

@media(min-width: 992px) {
    .personal-data-box {
        border-right: 1px solid #eee;
        padding-right: 40px;
        padding-bottom: 40px
    }

        .personal-data-box .btn {
            margin-top: 20px
        }
}

.success-box {
    padding-bottom: 80px;
    text-align: center
}

    .success-box lottie-player {
        width: 300px;
        height: 300px;
        display: inline-block
    }

    .success-box h2 {
        font-size: 1.8rem;
        padding-bottom: 15px;
        font-weight: 700;
        color: #23a2a4;
        margin-top: 10px
    }

    .success-box h3 {
        font-size: 1.2rem
    }

.modal-head-title {
    background-color: #e4f1ef;
    padding: 15px;
    border-radius: 14px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}

    .modal-head-title .modal-title {
        font-size: 1rem !important;
        font-weight: 700
    }

.image-section {
    display: block;
    text-align: center
}

    .image-section img {
        max-width: 100%;
        height: auto
    }

.slogan-banner {
    background: url(../images/doctors-banner-bg.jpg) top right #23a2a4;
    background-size: cover;
    margin: 150px 0px 0px 0px
}

@media(max-width: 1280px) {
    .slogan-banner {
        margin: 0px 0px 0px 0px
    }
}

.slogan-banner .container {
    position: relative;
    height: 410px;
    display: flex;
    align-items: center
}

@media(max-width: 800px) {
    .slogan-banner .container {
        text-align: center;
        justify-content: center
    }
}

.slogan-banner .container article h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    padding: 10px;
    line-height: 60px
}

@media(max-width: 1199px) {
    .slogan-banner .container article h2 {
        width: 450px
    }
}

@media(max-width: 800px) {
    .slogan-banner .container article h2 {
        width: 100%
    }
}

.slogan-banner .container img {
    position: absolute;
    bottom: 0;
    height: auto;
    left: 0
}

@media(max-width: 1280px) {
    .slogan-banner .container img {
        width: 500px
    }
}

@media(max-width: 991px) {
    .slogan-banner .container img {
        margin-left: -100px
    }
}

@media(max-width: 800px) {
    .slogan-banner .container img {
        display: none
    }
}

.how-it-work {
    margin-top: 160px
}

@media(max-width: 1199px) {
    .how-it-work {
        margin-top: 100px
    }

        .how-it-work .section-description {
            padding-bottom: 20px
        }
}

@media(max-width: 810px) {
    .how-it-work {
        margin: 60px 0px 80px 0px !important
    }
}

@media(min-width: 1650px) {
    .how-it-work .step-cards-container {
        position: relative;
        height: 520px;
        margin-top: 120px;
        position: relative
    }

        .how-it-work .step-cards-container .step-card-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            position: absolute;
            top: 0;
            width: 260px
        }

            .how-it-work .step-cards-container .step-card-item .card-icon {
                width: 200px;
                height: 200px;
                background-color: #23a2a4;
                border-radius: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 4px solid #fff;
                box-shadow: 10px 10px 20px rgba(0,0,0,.24)
            }

            .how-it-work .step-cards-container .step-card-item .card-data i {
                font-size: 1.438rem;
                font-weight: 700;
                color: #23a2a4
            }

            .how-it-work .step-cards-container .step-card-item .card-data span h3 {
                font-weight: 700;
                font-size: 1.563rem;
                margin: 20px 0px
            }

            .how-it-work .step-cards-container .step-card-item .card-data span p {
                font-size: .813rem;
                line-height: 24px;
                color: #666
            }

            .how-it-work .step-cards-container .step-card-item:nth-child(even) {
                flex-direction: column-reverse;
                height: 400px;
                justify-content: space-between
            }

            .how-it-work .step-cards-container .step-card-item:nth-child(1) {
                text-align: right;
                right: 0;
                margin-right: 0px;
                width: 360px;
                margin-top: 40px
            }

                .how-it-work .step-cards-container .step-card-item:nth-child(1) .card-icon {
                    margin-right: 150px
                }

                .how-it-work .step-cards-container .step-card-item:nth-child(1) .card-data {
                    display: flex;
                    justify-content: flex-start;
                    gap: 30px;
                    margin-top: 38px
                }

                .how-it-work .step-cards-container .step-card-item:nth-child(1) span h3 {
                    margin-top: 0px
                }

            .how-it-work .step-cards-container .step-card-item:nth-child(2) {
                margin-right: 410px;
                margin-top: 60px
            }

                .how-it-work .step-cards-container .step-card-item:nth-child(2) .card-icon {
                    background-color: #278788
                }

            .how-it-work .step-cards-container .step-card-item:nth-child(3) {
                height: 400px;
                justify-content: space-between;
                margin-right: 690px;
                margin-top: 40px
            }

                .how-it-work .step-cards-container .step-card-item:nth-child(3) .card-icon {
                    background-color: #195e5e
                }

            .how-it-work .step-cards-container .step-card-item:nth-child(4) {
                left: 0;
                margin-left: 405px;
                margin-top: 60px
            }

                .how-it-work .step-cards-container .step-card-item:nth-child(4) .card-icon {
                    background-color: #278788
                }

            .how-it-work .step-cards-container .step-card-item:nth-child(5) {
                text-align: right;
                align-items: right;
                width: 300px;
                left: 0;
                margin-left: 20px;
                margin-top: 50px
            }

                .how-it-work .step-cards-container .step-card-item:nth-child(5) .card-icon {
                    margin-left: 160px
                }

                .how-it-work .step-cards-container .step-card-item:nth-child(5) .card-data {
                    display: flex;
                    justify-content: flex-start;
                    gap: 30px;
                    margin-top: 38px
                }

                .how-it-work .step-cards-container .step-card-item:nth-child(5) span h3 {
                    margin-top: 0px
                }
}

@media(max-width: 1649px) {
    .how-it-work .step-cards-container {
        display: flex;
        flex-wrap: wrap;
        gap: 30px
    }
}

@media(max-width: 1649px)and (max-width: 1650px) {
    .how-it-work .step-cards-container {
        margin-top: 50px
    }
}

@media(max-width: 1649px) {
    .how-it-work .step-cards-container .step-card-item {
        text-align: center;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px
    }
}

@media(max-width: 1649px)and (max-width: 499px) {
    .how-it-work .step-cards-container .step-card-item {
        flex-direction: row;
        align-items: right;
        text-align: right;
        width: 100%;
        flex: none
    }
}

@media(max-width: 1649px) {
    .how-it-work .step-cards-container .step-card-item .card-icon {
        width: 180px;
        height: 180px;
        display: block;
        background-color: #23a2a4;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 4px solid #fff;
        box-shadow: 10px 10px 20px rgba(0,0,0,.24)
    }
}

@media(max-width: 1649px)and (max-width: 499px) {
    .how-it-work .step-cards-container .step-card-item .card-icon {
        width: 110px;
        height: 110px
    }
}

@media(max-width: 1649px)and (max-width: 499px) {
    .how-it-work .step-cards-container .step-card-item .card-icon {
        box-shadow: none !important
    }
}

@media(max-width: 1649px) {
    .how-it-work .step-cards-container .step-card-item .card-icon img {
        width: 110px;
        height: 110px
    }
}

@media(max-width: 1649px)and (max-width: 499px) {
    .how-it-work .step-cards-container .step-card-item .card-icon img {
        width: 70px;
        height: 70px
    }
}

@media(max-width: 1649px)and (max-width: 499px) {
    .how-it-work .step-cards-container .step-card-item .card-data {
        width: calc(100% - 110px)
    }
}

@media(max-width: 1649px) {
    .how-it-work .step-cards-container .step-card-item .card-data i {
        font-size: 1.438rem;
        font-weight: 700;
        color: #23a2a4
    }

    .how-it-work .step-cards-container .step-card-item .card-data span h3 {
        font-weight: 700;
        font-size: 1.563rem;
        margin: 20px 0px
    }
}

@media(max-width: 1649px)and (max-width: 499px) {
    .how-it-work .step-cards-container .step-card-item .card-data span h3 {
        margin: 10px 0px;
        font-size: 1.4rem
    }
}

@media(max-width: 1649px) {
    .how-it-work .step-cards-container .step-card-item .card-data span p {
        font-size: .813rem;
        line-height: 24px;
        color: #666
    }
}

.section-clear {
    height: 200px;
    background-color: #fff
}

@media(max-width: 810px) {
    .section-clear {
        display: none
    }
}

#lottie {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

@media(max-width: 1649px) {
    #lottie {
        display: none
    }
}

.modal-content {
    border: 0px;
    border-radius: 14px;
    box-shadow: 0px 10px 20px rgba(0,0,0,.2)
}

    .modal-content .modal-header {
        border: none
    }

.login-tabs-buttons {
    margin: 20px 0px 30px 0px
}

    .login-tabs-buttons .nav-pills {
        border-bottom: 1px solid #ddd
    }

        .login-tabs-buttons .nav-pills .nav-item .nav-link {
            background-color: #fff;
            border-bottom: 2px solid #fff;
            border-radius: 0px;
            font-size: .85rem;
            color: inherit;
            padding-bottom: 14px;
            font-weight: 600
        }

        .login-tabs-buttons .nav-pills .nav-item .active {
            background-color: #fff;
            color: #23a2a4;
            border-color: #23a2a4
        }

.loginModal .btn-close {
    margin-right: 10px;
    margin-top: 8px
}

.loginModal .modal-body {
    padding: 10px 40px 30px 40px
}

@media screen and (max-width: 500px) {
    .loginModal .modal-body {
        padding: 10px 20px 30px 20px
    }
}

.loginModal .login-logo {
    text-align: center;
    padding-bottom: 20px
}

    .loginModal .login-logo img {
        height: auto
    }

.loginModal .remember-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px
}

    .loginModal .remember-bar .form-check-label {
        font-size: .8rem
    }

    .loginModal .remember-bar button {
        background: none !important;
        border: 0px !important;
        font-size: .9rem
    }

    .loginModal .remember-bar > a {
        font-size: .9rem;
        text-decoration: underline
    }

@media screen and (min-width: 768px) {
    .user-Modal {
        max-width: 400px
    }
}

.user-settings-list > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    padding: 6px 0px;
    border-bottom: 1px solid #eee;
    margin: 4px 0px
}

    .user-settings-list > a .link-right-side, .user-settings-list > a .link-left-side {
        display: flex;
        align-items: center
    }

        .user-settings-list > a .link-right-side i, .user-settings-list > a .link-left-side i {
            color: rgba(0,0,0,.8);
            width: 34px;
            height: 34px;
            display: flex;
            align-items: center;
            justify-content: center
        }

    .user-settings-list > a .link-right-side {
        gap: 16px
    }

        .user-settings-list > a .link-right-side i {
            color: rgba(0,0,0,.7);
            background-color: #e4f1ef;
            width: 34px;
            height: 34px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px
        }

        .user-settings-list > a .link-right-side p {
            font-weight: 700;
            font-size: .9rem
        }

    .user-settings-list > a .link-left-side span {
        background-color: #23a2a4;
        color: #fff;
        padding: 2px 10px;
        font-size: .8rem;
        border-radius: 100px;
        font-weight: 700
    }

    .user-settings-list > a:hover {
        background-color: #e4f1ef
    }

.cart-service-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,.06);
    padding: 10px;
    margin: 8px 0px;
    min-height: 60px
}

    .cart-service-item .service-item__info {
        display: flex;
        align-items: center;
        gap: 10px
    }

        .cart-service-item .service-item__info button {
            background-color: rgba(0,0,0,0);
            border: none
        }

            .cart-service-item .service-item__info button img {
                width: 18px;
                height: 18px
            }

            .cart-service-item .service-item__info button:hover {
                opacity: .7
            }

        .cart-service-item .service-item__info article h3 {
            font-size: .84rem;
            font-weight: 700;
            line-height: 24px
        }

@media screen and (max-width: 460px) {
    .cart-service-item .service-item__info article h3 {
        font-size: .76rem
    }
}

.cart-service-item .service-item__info article p {
    color: #23a2a4
}

    .cart-service-item .service-item__info article p span {
        font-size: .9rem;
        font-weight: 700
    }

    .cart-service-item .service-item__info article p i {
        font-size: .8rem
    }

.cart-service-item .service-item__info article .discount {
    color: #777;
    margin-top: -7px
}

    .cart-service-item .service-item__info article .discount span {
        text-decoration: line-through;
        font-weight: 600;
        font-size: .8rem
    }

    .cart-service-item .service-item__info article .discount i {
        font-size: .7rem
    }

.cart-service-item .service-item__counter {
    display: flex;
    align-items: center;
    gap: 10px
}

@media screen and (max-width: 460px) {
    .cart-service-item .service-item__counter {
        gap: 8px
    }
}

.cart-service-item .service-item__counter button {
    width: 29px;
    height: 29px;
    border-radius: 100%;
    background-color: #e4f1ef;
    overflow: hidden;
    font-size: 1.1rem;
    line-height: 33px;
    transition: all .2s ease
}

    .cart-service-item .service-item__counter button i {
        display: block;
        height: auto !important;
        font-size: 1rem;
        color: #36454f
    }

    .cart-service-item .service-item__counter button:hover {
        color: #fff;
        background-color: #23a2a4
    }

        .cart-service-item .service-item__counter button:hover i {
            color: #fff
        }

.cart-service-item .service-item__counter .service-item-quantity {
    font-size: 1rem;
    font-weight: 700;
    min-width: 20px;
    text-align: center
}

@media screen and (max-width: 460px) {
    .cart-service-item .service-item__counter .service-item-quantity {
        min-width: 10px
    }
}

@media screen and (max-width: 460px)and (max-width: 460px) {
    .cart-service-item .service-item__counter .service-item-quantity {
        font-size: .9rem
    }
}

.cart-services-container {
    max-height: 400px;
    overflow-y: auto;
    padding-left: 12px
}

@media screen and (max-width: 768px) {
    .cart-services-container {
        padding-left: 0px
    }
}

.cart-services-container .cart-service-item {
    box-shadow: none;
    border: 1px solid #ddd
}

    .cart-services-container .cart-service-item article h3 {
        font-weight: 5000
    }

.cart-services-container::-webkit-scrollbar-thumb {
    background-color: #b5b5b5
}

.cart-services-container::-webkit-scrollbar {
    width: 6px
}

.cart-services-container::-webkit-scrollbar-track {
    background-color: #fff !important;
    box-shadow: none
}

.provider-cart-item {
    padding-bottom: 15px
}

    .provider-cart-item .provider__info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #e4f1ef;
        border-radius: 6px;
        font-size: .9rem;
        font-weight: 700;
        padding: 8px 7px
    }

.cart-btns-container {
    padding: 10px 30px;
    margin: 0px -15px;
    border-top: 6px solid #ddd
}

@media screen and (max-width: 500px) {
    .cart-btns-container {
        padding: 10px 15px
    }
}

.cart-btns-container .btn {
    margin: 6px 0px
}

.cart-btns-container .cart-total-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px 20px 0px
}

    .cart-btns-container .cart-total-bar p {
        font-size: 1rem
    }

    .cart-btns-container .cart-total-bar b {
        font-size: 1.2rem
    }

        .cart-btns-container .cart-total-bar b i {
            font-size: .8rem
        }

.notification-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 10px 0px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px
}

    .notification-item .notification-item__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: #e4f1ef
    }

    .notification-item .notification-item__content {
        width: calc(100% - 50px)
    }

        .notification-item .notification-item__content h6, .notification-item .notification-item__content p {
            font-size: .9rem;
            line-height: 24px
        }

        .notification-item .notification-item__content p {
            color: #666
        }

        .notification-item .notification-item__content h6 {
            font-weight: 700
        }

        .notification-item .notification-item__content p, .notification-item .notification-item__content .btn {
            margin: 10px 0px
        }

.inside-header-banner {
    height: 282px;
    background-color: #23a2a4;
    position: relative
}

@media screen and (max-width: 1365px) {
    .inside-header-banner {
        height: 182px
    }
}

.inside-header-banner .header-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    display: flex;
    align-items: center
}

    .inside-header-banner .header-overlay .container {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

#speciality-radio-list {
    padding-top: 0 !important;
}

@media screen and (max-width: 991px) {
    .inside-header-banner .header-overlay .container {
        flex-direction: column;
        gap: 20px
    }

    .inside-header-banner .back-arrow {
        height: 32px !important;
        width: 32px !important;
        font-size: 1.0rem !important;
    }

        .inside-header-banner .back-arrow i {
            margin-top: 4px !important;
        }
}

@media screen and (min-width: 1366px) {
    .inside-header-banner .header-overlay .container {
        padding-bottom: 80px
    }
}

.inside-header-banner > img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.inside-header-banner .page-title {
    display: flex;
    align-items: center;
    gap: 30px
}

    .inside-header-banner .page-title h2 {
        font-size: 2rem;
        color: #fff;
        font-weight: 700
    }

@media screen and (max-width: 991px) {
    .inside-header-banner .page-title {
        gap: 10px
    }

        .inside-header-banner .page-title h2 {
            font-size: 1.6rem
        }
}

@media screen and (max-width: 500px) {
    .inside-header-banner .page-title h2 {
        font-size: 1.4rem
    }
}

.inside-header-banner .back-arrow {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.4);
    border-radius: 100%;
    font-size: 1.4rem;
    color: #fff
}

    .inside-header-banner .back-arrow i {
        margin-top: 8px
    }

    .inside-header-banner .back-arrow:hover {
        background-color: rgba(255,255,255,.1)
    }

.inside-header-banner .visiting-location {
    display: flex;
    align-items: center;
    gap: 15px
}

@media screen and (max-width: 991px) {
    .inside-header-banner .visiting-location {
        flex-direction: column;
        gap: 20px
    }
}

.inside-header-banner .visiting-location span {
    color: #fff;
    font-size: 1rem
}

.inside-header-banner .visiting-location div {
    box-shadow: 0px 2px 6px rgba(0,0,0,.2);
    cursor: pointer;
    background-color: #fff;
    border-radius: 100px;
    width: 323px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 15px
}

    .inside-header-banner .visiting-location div p {
        font-size: .875rem;
        font-weight: 700;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    .inside-header-banner .visiting-location div i {
        font-size: 1rem;
        color: #23a2a4
    }

    .inside-header-banner .visiting-location div:hover p {
        color: #23a2a4
    }

.inside-main-page {
    background-color: #eff5f5;
    padding-bottom: 40px
}

@media screen and (max-width: 1366px) {
    .inside-main-page {
        padding-top: 30px
    }
}

.inside-main-page .inside-main-page__container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 15px rgba(0,0,0,.05);
    padding: 51px
}

.inside-main-page.del {
    min-height: 100vh
}

.whatsApp-text {
    font-size: 1.1rem;
    font-weight: 700;
}

.inside-page-container {
    padding: 60px 0;
    background-image: linear-gradient(#fff 40%, #f1f1f1);
}

.inside-main-page .inside-main-page__container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, .05);
    padding: 51px;
}

.care-providers-registration-box {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

    .care-providers-registration-box .form-side {
        flex: 1;
        padding: 2rem 3rem;
        position: relative;
        padding-left: calc(40% + 3rem);
    }

    .care-providers-registration-box .img-side {
        width: 40%;
        flex-shrink: 0;
        background-color: #23a2a4;
        position: relative;
    }

.inside-main-page.del .backlink {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: absolute;
    top: 10px;
    right: 10px;
    gap: 10px;
}

    .inside-main-page.del .backlink img {
        filter: invert(1);
    }

.inside-main-page.del .inside-main-page__container {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px
}

.joinserviceprovider .login-tabs-buttons ul {
    border: none;
    display: flex;
    gap: 1rem;
}

    .joinserviceprovider .login-tabs-buttons ul li {
        flex: 0 0 calc(50% - 0.50rem);
    }

        .joinserviceprovider .login-tabs-buttons ul li button {
            border: 1px solid #ddd !important;
            padding: 14px 0;
            width: 100%;
            color: #0f0f0f !important;
            border-radius: 0.6rem !important;
        }

            .joinserviceprovider .login-tabs-buttons ul li button.active {
                background-color: #e4f1ef !important;
                color: #23a2a4 !important;
                border-color: #23a2a4 !important;
            }

.join-hospital-img {
    background-image: url(../images/hospital-img.jpg);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    background-size: 857px;
    background-position: center bottom;
    min-height: 888px;
    background-color: #23a2a4;
    background-repeat: no-repeat;
}

#individual-tab .join-hospital-img {
    background-image: url(../images/individual-img.jpg);
}

#org-tab .join-hospital-img:not(.orgOtherChecked) {
    background-position: center calc(100% + 148px);
}

.register-serv-box {
    padding: .9rem 1.2rem .6rem 1.2rem;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 12px;
}

    .register-serv-box .box-ti {
        font-weight: 700 !important;
    }

    .register-serv-box .form-check label {
        font-weight: 400 !important;
    }

.iti__country {
    text-align: left;
}

@media screen and (min-width: 1366px) {
    .inside-main-page .inside-main-page__container {
        margin-top: -100px;
        position: relative
    }

        .inside-main-page .inside-main-page__container.joinserviceprovider {
            margin-top: -120px !important;
            position: relative;
        }
}

@media screen and (max-width: 1359px) {
    .care-providers-registration-box .join-hospital-img {
        display: none;
    }

    .care-providers-registration-box .form-side {
        padding-left: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .care-providers-registration-box .form-side {
        padding: 1rem
    }
}

@media screen and (max-width: 991px) {
    .inside-main-page .inside-main-page__container {
        padding: 30px
    }
}

@media screen and (max-width: 499px) {
    .inside-main-page .inside-main-page__container {
        padding: 30px 18px
    }
}

.page-description {
    text-align: center;
    padding: 15px 0px
}

    .page-description h2 {
        font-size: 1.6rem;
        font-weight: 700
    }

@media screen and (max-width: 499px) {
    .page-description h2 {
        font-size: 1.2rem
    }
}

.page-description p {
    padding: 18px 0px;
    font-size: 1.1rem;
    line-height: 26px;
    color: #666
}

@media screen and (max-width: 499px) {
    .page-description p {
        font-size: .8rem
    }
}

.all-categories-container {
    display: flex;
    flex-flow: row wrap;
    gap: 20px 10px;
    padding: 30px 0px
}

@media screen and (max-width: 499px) {
    .all-categories-container {
        padding: 15px 0px
    }
}

.all-categories-container .service-card-item {
    flex: 0 0 32.2%;
    height: 190px;
    display: block;
    color: #302d3d
}

@media screen and (min-width: 1920px) {
    .all-categories-container .service-card-item {
        flex: 1 1 16%
    }
}

@media screen and (max-width: 767px) {
    .all-categories-container .service-card-item {
        flex: 0 0 calc(50% - 6px)
    }
}

@media screen and (max-width: 499px) {
    .all-categories-container .service-card-item {
        flex: 100%;
        height: 160px
    }
}

.all-categories-container .service-card-item .card-content {
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: .2s ease-in-out !important;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px
}

    .all-categories-container .service-card-item .card-content h1 {
        font-size: 1.2rem;
        color: #23a2a4;
        font-weight: 600
    }

    .all-categories-container .service-card-item .card-content .se-price {
        opacity: 1
    }

@media(max-width: 1365px) {
    .all-categories-container .service-card-item .card-content .se-price {
        opacity: 1
    }
}

.all-categories-container .service-card-item .card-content .se-price span, .all-categories-container .service-card-item .card-content .se-price b {
    display: block
}

.all-categories-container .service-card-item .card-content .se-price b {
    font-size: 1.7rem;
    margin: 0px;
    padding: 0px;
    font-weight: 700
}

@media screen and (min-width: 1366px)and (max-width: 1440px) {
    .all-categories-container .service-card-item .card-content .se-price b {
        font-size: 1.3rem
    }
}

.all-categories-container .service-card-item .card-content .se-price span, .all-categories-container .service-card-item .card-content .se-price i {
    font-size: .65rem;
    display: block
}

.all-categories-container .service-card-item .card-content .se-price i {
    margin-bottom: -5px
}

.all-categories-container .service-card-item .card-content .se-price span {
    margin-top: -5px
}

.all-categories-container .service-card-item .card-content img {
    width: 96px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 6px;
    transition: .3s ease-in-out
}

@media screen and (min-width: 1366px)and (max-width: 1440px) {
    .all-categories-container .service-card-item .card-content img {
        width: 86px
    }
}

.all-categories-container .service-card-item .card-content:hover {
    border-color: #23a2a4
}

    .all-categories-container .service-card-item .card-content:hover img {
        width: 120px
    }

.order-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 22px 56px
}

@media screen and (max-width: 991px) {
    .order-progress-bar {
        padding: 18px 16px
    }
}

.order-progress-bar .step-number-item span {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 32px;
    display: block;
    background-color: #eff5f5;
    border: 2px solid #eff5f5;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #666;
    margin: 0px auto;
    z-index: 4;
    position: relative
}

@media screen and (max-width: 991px) {
    .order-progress-bar .step-number-item span {
        width: 28px;
        height: 28px;
        line-height: 22px;
        font-size: .8rem
    }
}

.order-progress-bar .step-number-item p {
    padding-top: 10px;
    font-size: .875rem;
    font-weight: 500;
    color: #666
}

@media screen and (max-width: 991px) {
    .order-progress-bar .step-number-item p {
        font-size: .8rem
    }
}

@media screen and (max-width: 500px) {
    .order-progress-bar .step-number-item p {
        display: none
    }
}

.order-progress-bar .active span {
    background-color: #fff;
    border-color: #23a2a4;
    color: #23a2a4;
    /*border-color: orange;
    color: orange;*/
}

.order-progress-bar .active p {
    /*color: orange;*/
    color: #23a2a4
}

.order-progress-bar .done span {
    background-color: #23a2a4;
    border-color: #23a2a4;
    color: #fff;
    position: relative
}

    .order-progress-bar .done span::after {
        content: "";
        border-radius: 100%;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(../images/step-done.svg) center center no-repeat #23a2a4
    }

.order-progress-bar .done p {
    color: #23a2a4
}

.order-progress-bar::after {
    content: "";
    background-color: #ddd;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    margin-top: 42px;
    z-index: 1
}

@media screen and (max-width: 991px) {
    .order-progress-bar::after {
        margin-top: 32px
    }
}

.progress-bar-clear {
    height: 82px;
    display: block
}

@media screen and (max-width: 500px) {
    .progress-bar-clear {
        height: 20px
    }
}

.category-info-container {
    display: flex;
    gap: 34px;
    padding-top: 30px
}

@media screen and (max-width: 1199px) {
    .category-info-container {
        flex-direction: column
    }
}

.category-info-container .category-content-side {
    width: 70%
}

@media screen and (max-width: 1280px) {
    .category-info-container .category-content-side {
        width: 62%
    }
}

@media screen and (max-width: 1199px) {
    .category-info-container .category-content-side {
        width: 100%
    }
}

.category-info-container .category-cart-side {
    width: 30%
}

@media screen and (max-width: 1280px) {
    .category-info-container .category-cart-side {
        width: 38%
    }
}

@media screen and (max-width: 1199px) {
    .category-info-container .category-cart-side {
        width: 100%
    }
}

.category-info-container .category-cart-side .category-cart-side_warp {
    background-color: #e4f1ef;
    padding: 15px;
    border-radius: 14px
}

@media screen and (max-width: 1199px) {
    .category-info-container .category-cart-side {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 100;
        box-shadow: 0px -2px 10px rgba(0,0,0,.1)
    }

        .category-info-container .category-cart-side .category-cart-side_warp {
            border-radius: 0px;
            background-color: #fff
        }
}

.category-cart-side__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin-bottom: 16px*/
}

    .category-cart-side__title h4 {
        font-size: 1.125rem;
        font-weight: 700
    }

@media screen and (max-width: 575px) {
    .category-cart-side__title h4 {
        font-size: .9rem
    }
}

.category-cart-side__title span b {
    font-size: .8rem;
    font-weight: 700;
    display: none
}

@media screen and (max-width: 1199px) {
    .category-cart-side__title span b {
        display: inline-block
    }
}

.category-cart-side__title span button {
    display: none;
    width: 25px;
    height: 25px;
    background-color: #23a2a4;
    color: #fff;
    border-radius: 100%;
    margin-right: 9px;
    text-align: center;
    padding: 0px !important
}

    .category-cart-side__title span button i {
        display: block;
        margin-top: 2px
    }

@media screen and (max-width: 1199px) {
    .category-cart-side__title span button {
        display: inline-block
    }
}

.category-cart-side__content {
    padding: 5px 0px 10px 0px
}

@media screen and (max-width: 1199px) {
    .category-cart-side__content {
        display: none;
        max-height: 50vh;
        overflow-y: auto;
        margin-bottom: 15px
    }

        .category-cart-side__content .cart-service-item {
            box-shadow: none;
            border: 1px solid #ddd
        }

        .category-cart-side__content .amount-information {
            background-color: #e4f1ef;
            border-radius: 10px
        }
}

.category-content-side .category-description h4 {
    font-size: 1.1rem;
    font-weight: 700
}

@media screen and (min-width: 992px) {
    .category-content-side .category-description h4 {
        font-size: 1.4rem
    }
}

.category-content-side .category-description p {
    font-size: .8rem;
    line-height: 24px;
    color: #666;
    padding: 15px 0px
}

@media screen and (min-width: 992px) {
    .category-content-side .category-description p {
        font-size: 1rem;
        line-height: 26px
    }
}

@media screen and (min-width: 1200px) {
    .stickysidebarWrap {
        position: relative
    }

        .stickysidebarWrap .category-cart-side_warp {
            position: absolute;
            transition: top .4s ease-in-out;
            top: 0px
        }

            .stickysidebarWrap .category-cart-side_warp .selected-services-list {
                /*max-height: 180px;*/
                max-height: 150px;
                overflow-y: auto;
                margin-bottom: 10px;
                padding-left: 18px
            }

        .stickysidebarWrap .sidebarfixed {
            position: fixed;
            top: 160px;
            transition: top .4s ease-in-out
        }
}

@media screen and (min-width: 1200px) {
    .stickysidebarWrap .category-cart-side_warp {
        width: 380px
    }
}

@media screen and (min-width: 1280px) {
    .stickysidebarWrap .category-cart-side_warp {
        width: 456px
    }
}

@media screen and (min-width: 1300px) {
    .stickysidebarWrap .category-cart-side_warp {
        width: 324px
    }
}

@media screen and (min-width: 1367px) {
    .stickysidebarWrap .category-cart-side_warp {
        width: 381px
    }
}
@media screen and (min-width: 1540px) {
    .stickysidebarWrap .category-cart-side_warp {
        width: 427px
    }
}

.amount-information {
    padding: 10px
}

    .amount-information .amount-information__item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 3px 0px
    }

        .amount-information .amount-information__item p {
            font-size: .9rem;
            font-weight: 600
        }

        .amount-information .amount-information__item span {
            font-size: .9rem;
            font-weight: 600
        }

        .amount-information .amount-information__item b {
            font-size: 1rem;
            font-weight: 700
        }

.package-container {
    padding: 20px 0px
}

    .package-container h3 {
        font-size: 1rem;
        font-weight: 700;
        padding: 20px 0px
    }

.checkboxes-container {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    flex-direction: row
}

    .checkboxes-container .c-box-item {
        position: relative;
        flex: 1 1 21%;
        min-height: 90px
    }

@media(max-width: 991px) {
    .checkboxes-container .c-box-item {
        flex: 48%
    }
}

@media(max-width: 576px) {
    .checkboxes-container .c-box-item {
        flex: 100%
    }
}

.checkboxes-container .c-box-item .info-icon {
    background: url(../images/ic-info-green.svg) right no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 24px;
    z-index: 5;
    cursor: pointer;
    font-size: .8rem;
    font-weight: 600;
    color: #666;
    display: block;
    margin: 14px
}

    .checkboxes-container .c-box-item .info-icon:hover {
        opacity: .8
    }

.checkboxes-container .checkbox-item {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative
}

    .checkboxes-container .checkbox-item input {
        visibility: hidden;
        position: absolute
    }

    .checkboxes-container .checkbox-item .custom-checkbox {
        padding: 12px 12px 44px 12px;
        transition: .2s ease-in-out;
        height: 100%
    }

        .checkboxes-container .checkbox-item .custom-checkbox div b {
            font-size: .9rem;
            font-weight: 700;
            line-height: 22px
        }

.checkbox-item input ~ .custom-checkbox {
    border-radius: 8px;
    background-color: #fafafa;
    border: 1px solid #ddd
}

.checkbox-item input:checked ~ .custom-checkbox {
    background-color: #23a2a4;
    box-shadow: 0px 0px 20px rgba(0,0,0,.14)
}

    .checkbox-item input:checked ~ .custom-checkbox * {
        color: #fff !important
    }

    .checkbox-item input:checked ~ .custom-checkbox .info-icon {
        color: #fff !important
    }

.checkboxes-container .selectedItem .info-icon {
    color: #fff !important
}
/*.checkboxes-container .checkbox-item input:not(:checked) .info-icon {
    color: #666 !important;*/ /* Change this to your desired color for the unchecked state */
/*}*/
.checkbox-item input:checked ~ .custom-checkbox .ch-icon {
    background-image: url(../images/ic-chcek-green.svg)
}

.empty-note {
    text-align: center;
    padding: 10px 0px;
    font-size: .9rem
}

.modal-article p {
    min-height: 100px;
    line-height: 32px;
    font-size: 1rem;
    font-weight: 600
}

.calendar-bar-container {
    background-color: #e4f1ef;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px
}

    .calendar-bar-container *::-webkit-scrollbar-track {
        -webkit-box-shadow: none !important
    }

    .calendar-bar-container *::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,0)
    }

@media screen and (max-width: 500px) {
    .calendar-bar-container {
        border-radius: 0px;
        margin: 15px -16px 0px -16px
    }
}

@media screen and (max-width: 991px) {
    .calendar-bar-container {
        flex-direction: column;
        gap: 10px 0px
    }
}

.calendar-bar-container .calendar__weekDays {
    display: flex;
    align-items: center;
    gap: 10px
}

@media screen and (max-width: 991px) {
    .calendar-bar-container .calendar__weekDays {
        width: 100%;
        overflow-x: auto
    }

        .calendar-bar-container .calendar__weekDays::-webkit-scrollbar {
            opacity: 0 !important;
            width: 0px !important
        }

        .calendar-bar-container .calendar__weekDays *::-webkit-scrollbar-thumb {
            background-color: #fff !important
        }
}

@media screen and (max-width: 576px) {
    .calendar-bar-container .calendar__weekDays {
        gap: 7px
    }
}

.calendar-bar-container .calendar__weekDays .dayitem {
    min-width: 66px;
    min-height: 70px;
    padding: 6px 5px;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(0,0,0,.11);
    text-align: center;
    color: #0f0f0f;
    transition: all .2s ease;
    cursor: pointer
}

    .calendar-bar-container .calendar__weekDays .dayitem p, .calendar-bar-container .calendar__weekDays .dayitem i, .calendar-bar-container .calendar__weekDays .dayitem b, .calendar-bar-container .calendar__weekDays .dayitem span {
        display: block;
        margin: 0px !important;
        padding: 0px !important
    }

    .calendar-bar-container .calendar__weekDays .dayitem p {
        font-size: .8rem;
        font-weight: 600;
        color: #888
    }

    .calendar-bar-container .calendar__weekDays .dayitem i {
        font-size: .74rem;
        font-weight: 600;
        color: #888
    }

    .calendar-bar-container .calendar__weekDays .dayitem b {
        font-size: 1.1rem;
        font-weight: 700
    }

    .calendar-bar-container .calendar__weekDays .dayitem span {
        font-size: 1.2rem;
        font-weight: 700
    }

@media screen and (max-width: 500px) {
    .calendar-bar-container .calendar__weekDays .dayitem span {
        font-size: 1rem
    }
}

.calendar-bar-container .calendar__weekDays .active {
    background-color: #23a2a4
}

    .calendar-bar-container .calendar__weekDays .active p, .calendar-bar-container .calendar__weekDays .active b, .calendar-bar-container .calendar__weekDays .active i, .calendar-bar-container .calendar__weekDays .active span {
        color: #fff !important
    }

.calendar-bar-container .calendar__dropmenu {
    width: 526px
}

@media screen and (max-width: 991px) {
    .calendar-bar-container .calendar__dropmenu {
        width: 100%
    }
}

.calendar-bar-container .calendar__dropmenu > div {
    position: relative;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(0,0,0,.11);
    width: 100%;
    text-align: center
}

    .calendar-bar-container .calendar__dropmenu > div input {
        min-height: 66px;
        text-align: center;
        border: none;
        cursor: pointer;
        font-size: 1.1rem;
        font-weight: 700;
        min-height: 74px;
        background-color: rgba(0,0,0,0) !important;
        z-index: 2;
        position: relative
    }

@media screen and (max-width: 991px) {
    .calendar-bar-container .calendar__dropmenu > div input {
        min-height: 50px;
        font-size: .9rem
    }
}

.calendar-bar-container .calendar__dropmenu > div i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 4px 30px;
    z-index: 1
}

@media screen and (max-width: 991px) {
    .calendar-bar-container .calendar__dropmenu > div i {
        font-size: 1.1rem !important;
        margin: 4px 20px
    }
}

.calendar-bar-container .calendar__dropmenu > div .fi-rr-calendar-minus {
    right: 0px;
    font-size: 1.4rem
}

.calendar-bar-container .calendar__dropmenu > div .fi-rr-caret-down {
    left: 0px;
    font-size: 1.2rem
}

.search-bar-container .search-bar {
    display: flex;
    align-items: center;
    gap: 12px
}

    .search-bar-container .search-bar .search-field {
        width: 73%;
        position: relative
    }

        .search-bar-container .search-bar .search-field span {
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            padding: 10px 6px
        }

            .search-bar-container .search-bar .search-field span button {
                width: 30px;
                height: 30px;
                background-color: #fff;
                border-radius: 3px;
                transition: .2s ease-in-out;
                color: #666
            }

                .search-bar-container .search-bar .search-field span button i {
                    position: relative;
                    top: 2px;
                }

                .search-bar-container .search-bar .search-field span button:hover {
                    color: #fff;
                    background-color: #23a2a4
                }

    .search-bar-container .search-bar .filter-list {
        width: 27%
    }

        .search-bar-container .search-bar .filter-list select {
            width: 100%
        }

@media screen and (max-width: 767px) {
    .search-bar-container .search-bar {
        flex-direction: column
    }

        .search-bar-container .search-bar .search-field, .search-bar-container .search-bar .filter-list {
            width: 100%
        }
}

.results {
    font-size: .9rem;
    font-weight: 600;
    padding: 15px 8px 6px 8px
}

.care-provider-card-item {
    border: 1px solid #ddd;
    padding: 27px;
    border-radius: 10px;
    display: flex;
    margin: 18px 0px;
    position: relative
}

    .care-provider-card-item .card__image {
        border: 1px solid #ddd;
        border-radius: 10px;
        width: 182px;
        height: 182px;
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden
    }

        .care-provider-card-item .card__image img {
            max-width: 100%;
            max-height: 100%;
            height: auto;
            object-fit: cover
        }

        .care-provider-card-item .card__image .fi-sr-heart {
            color: #23a2a4
        }

        .care-provider-card-item .card__image .active-overlay {
            width: 100%;
            height: 100%;
            background-color: rgba(35,162,164,.4);
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 10px;
            display: none;
            z-index: 3
        }

            .care-provider-card-item .card__image .active-overlay::after {
                content: "";
                width: 48px;
                height: 48px;
                display: block;
                background: url(../images/chcek-overlay.svg);
                position: absolute;
                bottom: 0;
                left: 0;
                margin: 10px
            }

        .care-provider-card-item .card__image i {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 2;
            font-size: 1.3rem;
            margin: 8px;
            cursor: pointer;
            color: #666
        }

            .care-provider-card-item .card__image i:hover {
                opacity: .8
            }

    .care-provider-card-item .card__content {
        width: calc(100% - 182px);
        padding-right: 30px
    }

        .care-provider-card-item .card__content .provider-data {
            display: flex;
            align-items: flex-start;
            justify-content: space-between
        }

            .care-provider-card-item .card__content .provider-data .name h1 {
                font-size: 1.25rem;
                font-weight: 700
            }

            .care-provider-card-item .card__content .provider-data .name span {
                background: url(../images/star.svg) right no-repeat;
                padding-right: 20px;
                display: flex;
                align-items: center;
                gap: 6px;
                margin: 8px 0px 0px 0px
            }

                .care-provider-card-item .card__content .provider-data .name span b {
                    font-size: 1rem
                }

                .care-provider-card-item .card__content .provider-data .name span p {
                    font-size: .8rem
                }

            .care-provider-card-item .card__content .provider-data .price i {
                font-size: .9rem
            }

            .care-provider-card-item .card__content .provider-data .price span {
                font-size: 1.375rem;
                display: block;
                font-weight: 700;
                color: #23a2a4;
                margin-top: -4px
            }

            .care-provider-card-item .card__content .provider-data .price p {
                font-size: 1.1rem;
                text-decoration: line-through;
                margin-top: -6px;
                color: #777
            }

            .care-provider-card-item .card__content .provider-data .tag {
                position: absolute;
                top: 0;
                left: 0;
                min-width: 88px;
                text-align: center;
                z-index: 10;
                padding: 2px 8px;
                color: #fff;
                font-size: .86rem;
                font-weight: 700
            }

                .care-provider-card-item .card__content .provider-data .tag span {
                    font-weight: 400;
                    font-size: .8rem
                }

        .care-provider-card-item .card__content .provider-info {
            display: flex;
            gap: 6px;
            margin-top: 8px
        }

            .care-provider-card-item .card__content .provider-info p {
                width: 70%;
                font-size: .8rem;
                text-overflow: ellipsis;
                overflow: hidden;
                line-height: 26px;
                white-space: nowrap
            }

            .care-provider-card-item .card__content .provider-info button {
                font-size: .8rem;
                text-decoration: underline;
                color: #23a2a4;
                background-color: #fff;
                padding: 0px;
                margin: 0px
            }

        .care-provider-card-item .card__content .provider-info-read-more {
            display: block
        }

            .care-provider-card-item .card__content .provider-info-read-more p {
                width: 100%;
                white-space: initial
            }

        .care-provider-card-item .card__content .provider-time {
            padding-top: 6px
        }

            .care-provider-card-item .card__content .provider-time h5 {
                display: flex;
                align-items: center;
                gap: 6px;
                margin: 10px 0px
            }

                .care-provider-card-item .card__content .provider-time h5 i {
                    font-size: 1rem;
                    color: #23a2a4;
                    font-weight: 700;
                    margin-top: 4px
                }

                .care-provider-card-item .card__content .provider-time h5 span {
                    font-size: .9rem;
                    font-weight: 700
                }

            .care-provider-card-item .card__content .provider-time .time-carousel-container {
                position: relative;
                padding: 0px 36px
            }

                .care-provider-card-item .card__content .provider-time .time-carousel-container button {
                    width: 100%;
                    display: block;
                    border-radius: 100px;
                    font-size: .8rem;
                    font-weight: 700;
                    background-color: #fff;
                    border: 1px solid #23a2a4;
                    padding: 7px 4px;
                    text-align: center;
                    cursor: pointer;
                    transition: background-color .1s ease
                }

                    .care-provider-card-item .card__content .provider-time .time-carousel-container button:hover {
                        background-color: #d8ece9
                    }

                .care-provider-card-item .card__content .provider-time .time-carousel-container .time-active {
                    background-color: #23a2a4;
                    color: #fff
                }

                    .care-provider-card-item .card__content .provider-time .time-carousel-container .time-active:hover {
                        background-color: #23a2a4;
                        color: #fff
                    }

                .care-provider-card-item .card__content .provider-time .time-carousel-container button:disabled, .care-provider-card-item .card__content .provider-time .time-carousel-container button[disabled] {
                    background-color: #ddd;
                    color: #777;
                    cursor: no-drop;
                    border-color: #ddd
                }

                .care-provider-card-item .card__content .provider-time .time-carousel-container .owl-nav .owl-next, .care-provider-card-item .card__content .provider-time .time-carousel-container .owl-nav .owl-prev {
                    position: absolute;
                    top: 50%;
                    width: 24px;
                    height: 24px;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    transform: rotate(180deg);
                    margin-top: -12px
                }

                    .care-provider-card-item .card__content .provider-time .time-carousel-container .owl-nav .owl-next:hover, .care-provider-card-item .card__content .provider-time .time-carousel-container .owl-nav .owl-prev:hover {
                        background-color: #23a2a4 !important
                    }

                .care-provider-card-item .card__content .provider-time .time-carousel-container .owl-nav .owl-next {
                    left: 0%
                }

                .care-provider-card-item .card__content .provider-time .time-carousel-container .owl-nav .owl-prev {
                    right: 0%
                }

.care-provider-selected {
    box-shadow: 0px 3px 39px rgba(0,0,0,.16);
    border-color: #fff
}

    .care-provider-selected .card__image .active-overlay {
        display: block
    }

.red {
    background-color: #e82424
}

.orange {
    background-color: orange;
    color: #0f0f0f !important
}

@media screen and (max-width: 991px) {
    .care-provider-card-item .card__image {
        width: 100px;
        height: 100px
    }

        .care-provider-card-item .card__image img {
            max-width: 80%;
            max-height: 80%
        }

    .care-provider-card-item .card__content {
        width: calc(100% - 100px)
    }

        .care-provider-card-item .card__content .provider-data .name h1 {
            font-size: 1rem
        }

        .care-provider-card-item .card__content .provider-data .price i {
            font-size: .8rem
        }

        .care-provider-card-item .card__content .provider-data .price span {
            font-size: 1.2rem
        }

        .care-provider-card-item .card__content .provider-data .price p {
            font-size: 1rem
        }

        .care-provider-card-item .card__content .provider-info {
            display: none
        }

        .care-provider-card-item .card__content .provider-time {
            border-top: 1px solid #ddd;
            margin-top: 15px
        }

            .care-provider-card-item .card__content .provider-time h5 i {
                font-size: .9rem
            }

            .care-provider-card-item .card__content .provider-time h5 span {
                font-size: .84rem
            }
}

@media screen and (max-width: 767px) {
    .care-provider-card-item {
        flex-direction: column;
        padding: 12px
    }

        .care-provider-card-item .card__image {
            width: 100%;
            height: 160px;
            margin-bottom: 15px
        }

        .care-provider-card-item .card__content {
            width: 100%;
            padding: 10px
        }

            .care-provider-card-item .card__content .provider-data .name h1 {
                font-size: 1rem
            }

            .care-provider-card-item .card__content .provider-data .price i {
                font-size: .8rem
            }

            .care-provider-card-item .card__content .provider-data .price span {
                font-size: 1.2rem
            }

            .care-provider-card-item .card__content .provider-data .price p {
                font-size: 1rem
            }

            .care-provider-card-item .card__content .provider-info {
                display: none
            }

            .care-provider-card-item .card__content .provider-time h5 {
                text-align: center;
                display: block;
                padding-bottom: 10px
            }

                .care-provider-card-item .card__content .provider-time h5 i {
                    font-size: .9rem;
                    display: none
                }

                .care-provider-card-item .card__content .provider-time h5 span {
                    font-size: .84rem;
                    font-weight: 600
                }
}

.summary-view {
    flex-direction: row !important;
    align-items: center;
    margin: 0px
}

    .summary-view .card__image {
        width: 120px;
        height: 120px;
        padding: 10px
    }

    .summary-view .card__content .name h1 {
        font-size: 1.1rem !important
    }

    .summary-view .card__content .provider-info {
        display: block
    }

        .summary-view .card__content .provider-info p {
            width: 100%;
            text-overflow: initial;
            overflow: initial;
            line-height: 26px;
            white-space: initial
        }

@media screen and (max-width: 767px) {
    .summary-view {
        gap: 8px
    }

        .summary-view .card__image {
            width: 100px;
            height: 100px;
            padding: 0px !important;
            margin: 0px !important
        }

        .summary-view .card__content .name h1 {
            font-size: .9rem !important
        }

        .summary-view .card__content .provider-info p {
            display: none
        }
}

.box-item .box-item__title {
    background-color: #e4f1ef;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 700;
    margin: 8px 0px
}

@media screen and (max-width: 767px) {
    .box-item .box-item__title {
        font-size: .9rem
    }
}

.box-item .flex-title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .box-item .flex-title h4 {
        font-size: 1rem;
        font-weight: 700
    }

    .box-item .flex-title .btn {
        padding: 2px 10px !important;
        min-height: auto !important
    }

.box-item .box-item__content {
    display: block;
    padding: 8px 0px;
    margin-bottom: 15px
}

.visiting-info {
    padding-bottom: 20px;
    margin: 0px -20px;
    display: flex;
    flex-wrap: wrap
}

    .visiting-info .visiting-info__item {
        padding: 0px 20px
    }

        .visiting-info .visiting-info__item + .visiting-info__item {
            border-right: 1px solid #eee;
        }

        .visiting-info .visiting-info__item p {
            display: block;
            font-size: .9rem;
            padding: 10px 0px;
            font-weight: 600
        }

            .visiting-info .visiting-info__item p i {
                color: #23a2a4;
                padding: 0px 4px
            }

        .visiting-info .visiting-info__item span {
            display: block;
            text-align: center;
            font-size: .84rem;
            font-weight: 700;
            border-radius: 8px;
            padding: 6px 25px;
            border: 1px solid #ddd;
            background-color: #eff5f5
        }

        .visiting-info .visiting-info__item:last-of-type {
            border: none
        }

        .visiting-info .visiting-info__item .address-details {
            font-size: .8rem
        }

@media screen and (max-width: 991px) {
    .visiting-info {
        margin: 0px 0px
    }

        .visiting-info .visiting-info__item {
            flex: 0 0 50%;
            padding: 0px 4px;
            border: none !important;
            flex-grow: 1;
        }

            .visiting-info .visiting-info__item span {
                text-align: right;
                padding: 6px 10px
            }

            .visiting-info .visiting-info__item:last-of-type {
                flex: 0 0 100% !important
            }
}

.patient-information {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    padding: 10px 0px
}

@media screen and (max-width: 1280px) {
    .patient-information {
        gap: 20px
    }
}

@media screen and (max-width: 1279px) {
    .patient-information {
        display: block
    }
}

.patient-information .buttons-side {
    display: flex;
    gap: 10px;
    flex-direction: column
}

@media screen and (max-width: 1279px) {
    .patient-information .buttons-side {
        flex-direction: row;
        margin-bottom: 15px
    }
}

.patient-information .buttons-side .form-check {
    border-radius: 100px;
    border: 1px solid #ddd;
    padding: 8px 15px;
    padding-left: 0px;
    min-width: 150px;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all .2s ease
}

    .patient-information .buttons-side .form-check input {
        margin: 0px
    }

    .patient-information .buttons-side .form-check label {
        cursor: pointer;
        flex: 2;
        font-size: 1rem;
        font-weight: 600
    }

.patient-information .buttons-side .active {
    background-color: #23a2a4;
    color: #fff
}

.patient-information .inputs-side {
    width: 100%
}

.patient-information .other-patient-data {
    display: none
}

.other-patient-data {
    padding-top: 14px;
    border-top: 1px solid #ddd;
    margin-top: 12px
}

.previous-patient-row {
    display: none
}

.accommodation-input-row {
    display: none
}

.modal_accommodation-input-row {
    display: none
}

@media screen and (min-width: 1280px) {
    .voice-record-container {
        padding: 15px
    }
}

.audio-container-box {
    background: #F1F3F4;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.voice-record-container audio {
    height: 44px;
    vertical-align: middle;
    width: calc(100% - 90px);
}

#audioElementDuration {
    border-right: 1px solid #FFF;
    padding: 0 10px;
}

.patient-complaint audio {
    height: 44px;
    vertical-align: middle;
    width: calc(100% - 90px);
}

.patient-complaint-container-box {
    background: #F1F3F4;
    border-radius: 30px;
    display: flex;
    align-items: center;
    width: 349px;
    max-width: 100%;
}

.voice-record-container button {
    height: 42px;
    min-width: 90px;
    border-radius: 8px;
    transition: all .2s cubic-bezier(0.075, 0.82, 0.165, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 16px;
    font-weight: 600
}

    .voice-record-container button span {
        font-size: .9rem
    }

    .voice-record-container button:hover {
        opacity: .8
    }

.voice-record-container .audio-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 8px
}

    .voice-record-container .audio-buttons #startRecording {
        background-color: #e4f1ef;
        font-size: 1rem;
        color: #23a2a4
    }

    .voice-record-container .audio-buttons #stopRecording {
        font-size: .9rem;
        display: none;
        background-color: #eee;
        color: #888
    }

    .voice-record-container .audio-buttons #removeRecording {
        background-color: #fec3c3;
        color: red;
        font-size: 1rem;
        display: none
    }

    .voice-record-container .audio-buttons #playRecording {
        background-color: #e4f1ef;
        font-size: 1rem;
        color: #23a2a4;
        display: none
    }

    .voice-record-container .audio-buttons #pauseRecording {
        background-color: #e4f1ef;
        font-size: 1rem;
        color: #23a2a4;
        display: none
    }

.voice-record-container #isRecording {
    color: red;
    font-size: .9rem;
    display: none
}

.voice-record-container #audioElement {
    opacity: .7
}

.sms-note {
    text-align: center;
    padding: 15px 0px
}

    .sms-note h4 {
        font-size: 1.1rem;
        font-weight: 700
    }

@media screen and (max-width: 500px) {
    .sms-note h4 {
        display: none
    }

    .category-info-container .order-summary-side {
        padding: 30px 15px !important;
    }
}

.sms-note p {
    font-size: .9rem;
    padding: 8px 0px
}

.sms-note b {
    display: block;
    font-size: 1rem
}

.sms-note .fi-rr-message-sms {
    font-size: 2.6rem;
    color: #23a2a4
}

.sms-note .change-phone-number {
    color: #23a2a4;
    font-size: .9rem;
    background-color: #fff
}

    .sms-note .change-phone-number:hover {
        text-decoration: underline
    }

.sms-form {
    padding: 4px
}

@media screen and (min-width: 992px) {
    .sms-form {
        padding: 10px 30px
    }
}

.sms-form .btn {
    margin-top: 6px
}

.sms-form input[type=text] {
    height: 54px;
    text-align: center
}

.sms-resend {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px 30px 0px
}

    .sms-resend p {
        font-size: .9rem
    }

    .sms-resend button, .sms-resend a {
        color: #23a2a4;
        font-weight: 700;
        text-decoration: underline;
        background-color: #fff;
        font-size: .9rem
    }

.p-30 {
    padding: 4px
}

@media screen and (min-width: 992px) {
    .p-30 {
        padding: 30px
    }
}

.confirm-note {
    text-align: center
}

    .confirm-note .lottie-player {
        display: block;
        margin: 0 auto
    }

    .confirm-note h4 {
        font-size: 1.2rem;
        font-weight: 700;
        padding-bottom: 10px
    }

    .confirm-note p {
        font-size: .9rem;
        font-weight: 600;
        padding-bottom: 10px;
        color: #23a2a4
    }

    .confirm-note span {
        font-size: 1rem;
        font-weight: 700
    }

.confirm-buttons {
    display: flex;
    padding: 20px 0px;
    gap: 10px;
    align-items: center;
    justify-content: center
}

    .confirm-buttons .btn {
        min-width: 150px
    }

.payment-section {
    padding: 20px 0px
}

@media screen and (max-width: 1199px) {
    .payment-section .viewOrder {
        flex-direction: column-reverse;
        gap: 20px
    }
}

@media screen and (min-width: 1600px) {
    .payment-section {
        padding: 40px 100px
    }

        .payment-section .payment-form-side {
            padding-left: 100px
        }
}

.payment-form-side .payment-tabs-nav button {
    color: #666 !important;
    font-size: 1rem;
    font-weight: 600
}

    .payment-form-side .payment-tabs-nav button span {
        padding: 0px 10px
    }

    .payment-form-side .payment-tabs-nav button img {
        filter: grayscale(1);
        opacity: .8
    }

@media screen and (max-width: 767px) {
    .payment-form-side .payment-tabs-nav button img {
        display: none
    }
}

.payment-form-side .payment-tabs-nav .active {
    color: #23a2a4 !important
}

    .payment-form-side .payment-tabs-nav .active img {
        filter: grayscale(0);
        opacity: 1
    }

.payment-form-side .tab-content {
    padding: 20px 0px
}

.wallet-box {
    padding: 20px 0px
}

    .wallet-box .total-price {
        display: flex;
        gap: 8px;
        align-items: center
    }

        .wallet-box .total-price p {
            font-size: .9rem
        }

        .wallet-box .total-price b {
            font-size: 2rem;
            font-weight: 700;
            color: #23a2a4
        }

@media screen and (max-width: 767px) {
    .wallet-box .total-price b {
        font-size: 1.6rem
    }
}

.wallet-box .total-price b i {
    font-size: .9rem
}

.wallet-box .wallet-balance-bar {
    background-color: #eff5f5;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 8px 15px;
    margin: 10px 0px
}

@media screen and (max-width: 450px) {
    .wallet-box .wallet-balance-bar {
        justify-content: space-between
    }
}

.wallet-box .wallet-balance-bar > div {
    display: flex;
    align-items: center;
    gap: 10px
}

    .wallet-box .wallet-balance-bar > div > i {
        color: #84a0a0
    }

    .wallet-box .wallet-balance-bar > div p {
        font-size: .9rem
    }

    .wallet-box .wallet-balance-bar > div b {
        font-size: 1rem
    }

        .wallet-box .wallet-balance-bar > div b i {
            font-size: .7rem
        }

@media screen and (max-width: 450px) {
    .wallet-box .wallet-balance-bar > div {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px
    }

        .wallet-box .wallet-balance-bar > div > i {
            display: none
        }
}

.form-box {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 30px
}

@media screen and (max-width: 992px) {
    .form-box {
        padding: 0px;
        border: none
    }
}

.form-box > .row > .col-12 {
    padding-bottom: 12px
}

.form-box .form-label {
    padding-left: 8px;
    padding-right: 8px
}

.form-box .expiry-row {
    padding-left: 6px;
    padding-right: 6px
}

@media screen and (min-width: 992px) {
    .form-box .expiry-row {
        padding-left: 66px
    }
}

.form-box .expiry-row > div {
    padding-left: 6px;
    padding-right: 6px
}

.pay-form-check-container .form-check {
    padding-top: 6px;
    color: #666
}

    .pay-form-check-container .form-check a {
        color: #23a2a4;
        text-decoration: underline
    }

.payment-btn {
    width: 100%;
    padding: 30px 0px;
    display: flex;
    gap: 10px
}

    .payment-btn .show-mobile-invoice {
        background-color: #e4f1ef;
        font-size: .9rem;
        border-radius: 6px;
        padding: 10px 15px;
        cursor: pointer;
        display: none
    }

@media screen and (max-width: 1199px) {
    .payment-btn {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 100;
        box-shadow: 0px -2px 10px rgba(0,0,0,.1);
        padding: 10px;
        background-color: #fff
    }

        .payment-btn .show-mobile-invoice {
            display: block
        }
}

.insurance-note {
    text-align: center;
    padding: 20px
}

    .insurance-note h4 {
        font-size: 1rem;
        font-weight: 600;
        padding: 8px 0px;
        font-weight: 700
    }

    .insurance-note p {
        font-size: .9rem;
        color: #666
    }

.total-service-side .side-content-container {
    background-color: #e4f1ef;
    border-radius: 10px;
    padding: 0px 10px
}

@media screen and (min-width: 1201px) {
    .total-service-side .side-content-container {
        padding: 0px 40px
    }
}

.total-service-side .side-content-container .close-mobile-invoice {
    background-color: #fff;
    color: #23a2a4;
    font-size: 1.6rem;
    margin: 14px 2px;
    display: none;
    position: fixed
}

.total-service-side .side-content-container .side-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px
}

    .total-service-side .side-content-container .side-title h3 {
        font-size: 1.2rem;
        font-weight: 700
    }

.total-service-side .side-content-container .cart-services-container {
    background-color: #fff;
    box-shadow: 0px 3px 30px rgba(0,0,0,.04);
    border-radius: 10px;
    padding: 20px
}

.total-service-side .side-content-container .total-amount-box {
    padding: 30px 0px
}

    .total-service-side .side-content-container .total-amount-box > h4 {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 15px
    }

    .total-service-side .side-content-container .total-amount-box .discount-code {
        background-color: #fff;
        border-radius: 6px;
        position: relative;
        margin-bottom: 12px
    }

        .total-service-side .side-content-container .total-amount-box .discount-code input {
            border: 0px;
            padding-left: 100px
        }

        .total-service-side .side-content-container .total-amount-box .discount-code button {
            position: absolute;
            top: 0;
            left: 0;
            padding: 6px 20px;
            font-size: .9rem;
            background-color: #fff;
            border: 1px solid #23a2a4;
            border-radius: 4px;
            margin: 8px;
            color: #23a2a4
        }

            .total-service-side .side-content-container .total-amount-box .discount-code button:hover {
                background-color: #23a2a4;
                color: #fff
            }

@media screen and (max-width: 1199px) {
    .invoice-mobile-view {
        display: none;
        height: 100%;
        overflow-y: auto;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 1000;
        padding-bottom: 60px !important;
        background-color: #fff !important
    }

        .invoice-mobile-view .close-mobile-invoice {
            display: block !important
        }

        .invoice-mobile-view .side-title {
            padding-top: 50px !important
        }

        .invoice-mobile-view .cart-services-container {
            max-height: 300px;
            padding: 0px !important;
            box-shadow: none !important;
            margin-bottom: 16px;
            border-bottom: 4px solid #ddd;
            border-radius: 0px !important
        }

        .invoice-mobile-view .total-amount-box {
            padding-top: 0px !important
        }

            .invoice-mobile-view .total-amount-box h4 {
                text-align: center;
                padding: 10px 0px
            }

            .invoice-mobile-view .total-amount-box .discount-code {
                background-color: #ddd !important;
                border: 1px solid #ddd
            }
}

.absolute-close {
    position: absolute;
    top: 0;
    left: 0;
    margin: 15px !important;
    background-color: #fafafa
}

.map-tabs-buttons {
    width: 100%
}

    .map-tabs-buttons .nav-pills {
        border-bottom: 1px solid #ddd
    }

        .map-tabs-buttons .nav-pills .nav-item .nav-link {
            background-color: #fff;
            border-bottom: 2px solid #fff;
            border-radius: 0px;
            font-size: 1rem;
            color: inherit;
            padding-bottom: 14px;
            font-weight: 600
        }

        .map-tabs-buttons .nav-pills .nav-item .active {
            background-color: #fff;
            color: #23a2a4;
            border-color: #23a2a4
        }

.map-modal-container .map-view-box {
    position: relative;
    margin: -15px;
    margin-bottom: 0px
}

    .map-modal-container .map-view-box #map {
        width: 100%;
        height: 500px;
        background-color: #fafafa
    }

    .map-modal-container .map-view-box .search-input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px
    }

        .map-modal-container .map-view-box .search-input input[type=text] {
            text-overflow: ellipsis;
            box-shadow: 0px 3px 6px rgba(0,0,0,.1)
        }

        .map-modal-container .map-view-box .search-input #reset-input-value {
            margin: 33px 36px;
            position: absolute;
            top: 0;
            left: 0;
            width: 22px;
            height: 22px;
            border-radius: 100px;
            background-color: #010101;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 4px
        }

    .map-modal-container .map-view-box .map-marker-overlay {
        width: 55px;
        height: 55px;
        background: url(../images/map-marker.svg) center center no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        background-size: contain
    }

    .map-modal-container .map-view-box .GPS-Button {
        width: 55px;
        height: 55px;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0px 15px 30px 15px;
        background-color: #fff;
        padding: 8px 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.4rem;
        color: #010101;
        box-shadow: 0px 3px 6px rgba(0,0,0,.1);
        border-radius: 10px
    }

        .map-modal-container .map-view-box .GPS-Button i {
            margin-top: 8px
        }

        .map-modal-container .map-view-box .GPS-Button:hover {
            color: #23a2a4
        }

.map-modal-container .map-location-info h4 {
    padding: 8px 10px;
    font-size: 1rem;
    font-weight: 700
}

.map-modal-container .map-location-info article {
    background-color: #e4f1ef;
    padding: 18px;
    border-radius: 10px
}

    .map-modal-container .map-location-info article p, .map-modal-container .map-location-info article b {
        padding: 2px 4px
    }

    .map-modal-container .map-location-info article p {
        font-size: 1rem;
        font-weight: 600
    }

.map-modal-container .map-location-info .buttons .btn-primary {
    margin: 15px 0px 8px 0px
}

.sub-btn {
    width: 100%;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 10px 6px 12px 6px;
    font-size: .9rem;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    color: #000
}

    .sub-btn b {
        color: #23a2a4
    }

    .sub-btn:hover {
        background-color: #fff;
        border-color: #23a2a4
    }

@media screen and (min-width: 768px) {
    .Region-form {
        padding: 15px
    }
}

.Region-form article {
    text-align: center;
    padding: 10px 0px 22px 0px
}

    .Region-form article p {
        font-size: 1rem;
        font-weight: 600
    }

.saved-addresses-list article {
    text-align: center;
    padding: 10px 0px 22px 0px
}

    .saved-addresses-list article p {
        font-size: 1rem;
        font-weight: 600
    }

@media screen and (min-width: 768px) {
    .saved-addresses-list {
        padding: 10px 30px 40px 30px
    }
}

.saved-addresses-list .address-item {
    margin-bottom: 15px
}

.radio-item {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative
}

    .radio-item input {
        visibility: hidden;
        position: absolute
    }

    .radio-item .custom-radio {
        padding: 12px;
        transition: .2s ease-in-out;
        height: 100%
    }

        .radio-item .custom-radio div figure {
            display: flex;
            gap: 10px;
            margin: 0px
        }

            .radio-item .custom-radio div figure > span {
                padding: 4px;
                opacity: .5
            }

            .radio-item .custom-radio div figure figcaption b {
                font-size: 1rem;
                font-weight: 700;
                color: #000
            }

            .radio-item .custom-radio div figure figcaption p {
                font-size: 1rem;
                font-weight: 600;
                color: #000
            }

            .radio-item .custom-radio div figure figcaption span {
                font-size: .9rem;
                color: #666;
                display: block;
                padding: 2px 0px 4px 0px
            }

    .radio-item input ~ .custom-radio {
        border-radius: 8px;
        background-color: #fafafa;
        border: 1px solid #ddd
    }

    .radio-item input:checked ~ .custom-radio {
        background-color: #23a2a4;
        box-shadow: 0px 0px 20px rgba(0,0,0,.14)
    }

        .radio-item input:checked ~ .custom-radio * {
            color: #fff !important
        }

.user-orders-container {
    margin: 0px auto
}

    .user-orders-container .nav-pills {
        justify-content: center;
        gap: 10px;
        flex-wrap: nowrap
    }

@media screen and (max-width: 991px) {
    .user-orders-container .nav-pills {
        width: 100%;
        overflow-x: auto;
        justify-content: right
    }

        .user-orders-container .nav-pills::-webkit-scrollbar {
            opacity: 0 !important;
            width: 0px !important
        }

        .user-orders-container .nav-pills *::-webkit-scrollbar-thumb {
            background-color: rgba(0,0,0,0) !important
        }
}

.user-orders-container .nav-pills .nav-link {
    border: 1px solid #23a2a4;
    color: #23a2a4;
    border-radius: 100px;
    font-size: 1rem;
    font-weight: 600;
    width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.user-orders-container .nav-pills .active {
    background-color: #23a2a4;
    color: #fff
}

.user-orders-list {
    display: flex;
    flex-flow: row wrap;
    width: 1250px;
    max-width: 100%;
    margin: 50px auto 5px auto
}

    .user-orders-list .item {
        padding: 10px;
        flex: 0 0 33.333%
    }

        .user-orders-list .item .user-orders-item {
            background-color: #e4f1ef;
            padding: 25px;
            border-radius: 10px
        }

            .user-orders-list .item .user-orders-item .order-item__info {
                padding: 0px 0px 20px 0px;
                display: flex;
                gap: 15px
            }

                .user-orders-list .item .user-orders-item .order-item__info span {
                    border-left: 1px solid rgba(0,0,0,.12);
                    padding-left: 15px
                }

                    .user-orders-list .item .user-orders-item .order-item__info span:last-of-type {
                        border: 0px
                    }

                    .user-orders-list .item .user-orders-item .order-item__info span i, .user-orders-list .item .user-orders-item .order-item__info span p, .user-orders-list .item .user-orders-item .order-item__info span b {
                        display: block;
                        font-size: .9rem
                    }

                    .user-orders-list .item .user-orders-item .order-item__info span p {
                        border-radius: 4px;
                        text-align: center;
                        color: #fff !important;
                        padding: 2px 15px 4px 15px
                    }

                    .user-orders-list .item .user-orders-item .order-item__info span i {
                        padding-bottom: 4px
                    }

@media screen and (max-width: 450px) {
    .user-orders-list .item .user-orders-item .order-item__info {
        flex-direction: column;
        gap: 4px
    }

        .user-orders-list .item .user-orders-item .order-item__info span {
            display: flex;
            padding: 0px;
            gap: 6px;
            border: 0px
        }
}

@media screen and (max-width: 1366px) {
    .user-orders-list {
        margin: 30px auto 5px auto
    }

        .user-orders-list .item {
            flex: 0 0 50%
        }
}

@media screen and (max-width: 992px) {
    .user-orders-list {
        flex-direction: column
    }

        .user-orders-list .item {
            width: 100%;
            flex: 0 0 100%;
            padding: 8px 0px
        }
}

.user-order-container {
    display: flex;
    justify-content: space-between
}

    .user-order-container .order-info-side {
        width: calc(100% - 457px);
        padding: 50px
    }

        .user-order-container .order-info-side .box-item .box-item__content {
            padding: 27px 0px
        }

        .user-order-container .order-info-side .box-item .visiting-info .visiting-info__item {
            border: 0px
        }

        .user-order-container .order-info-side *::-webkit-scrollbar-track {
            -webkit-box-shadow: none !important
        }

        .user-order-container .order-info-side *::-webkit-scrollbar-thumb {
            background-color: #fff
        }

    .user-order-container .order-bill-side {
        width: 457px;
        height: inherit;
        background-color: #e4f1ef;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        padding: 40px 29px
    }

.call-btn-container {
    flex-grow: 1;
}

@media screen and (max-width: 1279px) {
    .user-order-container {
        flex-direction: column
    }

        .user-order-container .order-info-side, .user-order-container .order-bill-side {
            width: 100%;
            border-radius: 0px
        }

    .order-summary-side {
        width: 100% !important;
    }

    .user-order-container .order-bill-side {
        border: 2px solid #fff
    }
}

@media screen and (max-width: 767px) {
    .user-order-container .order-info-side, .user-order-container .order-bill-side {
        padding: 20px 12px
    }
}

.bill-box .h4 {
    margin-bottom: 10px;
    padding: 8px
}

.bill-box .amount-information {
    background-color: #fff;
    border-radius: 14px;
    padding: 35px 25px;
    box-shadow: 0px 3px 30px rgba(0,0,0,.04)
}

    .bill-box .amount-information .amount-information__item {
        padding: 8px 4px
    }

        .bill-box .amount-information .amount-information__item b {
            color: #23a2a4;
            font-size: 1.4rem
        }

        .bill-box .amount-information .amount-information__item span {
            font-size: 1rem
        }

@media screen and (max-width: 767px) {
    .bill-box .amount-information {
        padding: 25px 15px
    }
}

.cancellation-box {
    padding: 33px 0px;
    margin: 33px 0px;
    border-top: 1px solid rgba(0,0,0,.1)
}

    .cancellation-box p {
        font-size: .9rem;
        line-height: 26px;
        padding: 15px 0px
    }

    .cancellation-box a {
        color: #23a2a4;
        text-decoration: underline
    }

.order-info-tabs-buttons {
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    height: 92px
}

    .order-info-tabs-buttons .nav-item {
        padding: 0px
    }

        .order-info-tabs-buttons .nav-item .nav-link {
            text-align: right;
            padding: 8px;
            width: 246px;
            color: #000;
            border: 1px solid #ddd;
            transition: all .2s ease-in-out
        }

            .order-info-tabs-buttons .nav-item .nav-link figure {
                display: flex;
                gap: 10px;
                align-items: center;
                margin: 0px;
                position: relative;
                z-index: 1;
            }

                .order-info-tabs-buttons .nav-item .nav-link figure span {
                    background-color: #fff;
                    padding: 2px;
                    border: 1px solid #ddd;
                    border-radius: 4px;
                    width: 47px;
                    height: 47px;
                    display: flex;
                    flex-shrink: 0;
                    align-items: center;
                    justify-content: center;
                    position: relative
                }

                    .order-info-tabs-buttons .nav-item .nav-link figure span img {
                        max-width: 100%;
                        max-height: 100%;
                        height: auto;
                        object-fit: cover
                    }

                .order-info-tabs-buttons .nav-item .nav-link figure figcaption {
                    width: calc(100% - 47px)
                }

                    .order-info-tabs-buttons .nav-item .nav-link figure figcaption i, .order-info-tabs-buttons .nav-item .nav-link figure figcaption b {
                        display: block
                    }

                    .order-info-tabs-buttons .nav-item .nav-link figure figcaption i {
                        font-size: .8rem
                    }

                    .order-info-tabs-buttons .nav-item .nav-link figure figcaption b {
                        font-size: .84rem;
                        text-overflow: ellipsis !important;
                        white-space: nowrap !important;
                        overflow: hidden !important
                    }

            .order-info-tabs-buttons .nav-item .nav-link::after {
                transition: all .2s ease-in-out
            }

        .order-info-tabs-buttons .nav-item .active {
            background-color: #23a2a4;
            color: #fff;
            border-color: #23a2a4;
            position: relative
        }

            .order-info-tabs-buttons .nav-item .active::after {
                content: "";
                width: 20px;
                height: 20px;
                display: block;
                background-color: #23a2a4;
                position: absolute;
                left: 50%;
                bottom: 0;
                transform: translateX(-50%) rotate(45deg);
                margin-bottom: -8px;
                transition: all .2s ease
            }

.info-items {
    padding: 0px 0px 20px 0px;
    display: flex;
    gap: 15px
}

    .info-items span {
        border-left: 1px solid rgba(0,0,0,.12);
        padding-left: 15px
    }

        .info-items span:last-of-type {
            border: 0px
        }

        .info-items span i, .info-items span p, .info-items span b {
            display: block;
            font-size: .9rem
        }

        .info-items span p {
            border-radius: 4px;
            text-align: center;
            color: #fff !important;
            padding: 2px 15px 4px 15px
        }

        .info-items span i {
            padding-bottom: 4px
        }

@media screen and (max-width: 450px) {
    .info-items {
        flex-direction: column;
        gap: 4px
    }

        .info-items span {
            display: flex;
            padding: 0px;
            gap: 6px;
            border: 0px
        }
}

.box-item__content .info-items {
    padding: 15px 0px
}

@media screen and (max-width: 499px) {
    .box-item__content .info-items {
        flex-direction: column;
        gap: 4px
    }

        .box-item__content .info-items span {
            display: flex;
            padding: 0px;
            gap: 6px;
            border: 0px
        }
}

.flex-content {
    display: flex !important;
    align-items: flex-start;
    gap: 40px
}

.order-status {
    margin-right: 10px
}

    .order-status i {
        font-size: .9rem;
        display: none;
        padding-bottom: 15px
    }

    .order-status p {
        font-size: .9rem;
        font-weight: 600;
        color: #888;
        padding: 2px 0px;
        position: relative;
        border-right: 1px solid #eee;
        padding-right: 28px
    }

        .order-status p::after {
            content: "";
            width: 17px;
            height: 17px;
            background: url(../images/status-chcek.svg);
            position: absolute;
            right: 0;
            margin-right: -9px;
            display: none;
            top: 0px;
            margin-top: 3px
        }

    .order-status .active {
        font-weight: 700;
        color: #23a2a4
    }

        .order-status .active::after {
            display: block
        }

@media screen and (max-width: 991px) {
    .flex-content {
        flex-direction: column;
        gap: 4px
    }

        .flex-content .order-status i {
            font-size: .9rem;
            display: block
        }
}

.services-selected-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px
}

    .services-selected-list li {
        flex: 0 0 33.3%;
        padding: 6px
    }

@media screen and (max-width: 992px) {
    .services-selected-list li {
        flex: 0 0 50%
    }
}

@media screen and (max-width: 767px) {
    .services-selected-list li {
        flex: 0 0 100% !important;
    }
}

.services-selected-list li div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px
}

    .services-selected-list li div p {
        font-size: .9rem;
        font-weight: 600
    }

    .services-selected-list li div span {
        font-size: .9rem;
        padding: 2px 10px;
        background-color: #23a2a4;
        color: #fff;
        display: block;
        border-radius: 100px;
        font-weight: 700
    }

.box-row {
    display: flex;
    gap: 50px
}

    .box-row .box-col:nth-child(1) {
        border-left: 1px solid #ddd;
        width: 350px;
        flex: 0 0 350px;
    }

@media screen and (max-width: 991px) {
    .box-row {
        flex-direction: column;
        gap: 10px
    }

        .box-row .box-col {
            width: 100% !important;
            border: none !important
        }

            .box-row .box-col:nth-child(1) {
                flex: 0 0 auto;
            }
}

.patient-information-list .p-list-item {
    display: flex;
    gap: 10px;
    font-size: .9rem;
    padding: 4px 0px
}

    .patient-information-list .p-list-item p {
        min-width: 86px
    }

.patient-information-action-buttons {
    display: flex;
    flex-wrap: wrap;
    padding-top: 18px;
    padding-left: 40px;
    margin: 0px -6px
}

    .patient-information-action-buttons span {
        flex: 0 0 50%;
        padding: 6px
    }

        .patient-information-action-buttons span:nth-last-child(1) {
            flex: 0 0 100%
        }

@media screen and (max-width: 991px) {
    .patient-information-action-buttons {
        padding-left: 0px
    }
}

.red-note {
    font-size: .84rem;
    color: red;
    padding: 6px 0px
}

.patient-complaint h4 {
    font-weight: 700;
    font-size: 1.1rem;
    padding: 10px
}

.patient-complaint p {
    font-size: 1rem;
    padding: 4px
}

.order-payment-method p {
    font-size: .9rem;
    padding: 10px 0px
}

.order-payment-method span {
    display: flex;
    gap: 8px
}

.order-payment-information .amount-information {
    padding: 0px
}

    .order-payment-information .amount-information .amount-information__item {
        gap: 55px
    }

.Questionnaire {
    display: flex;
    gap: 20px;
    padding: 15px;
    align-items: center
}

    .Questionnaire p {
        font-size: 1.1rem
    }

    .Questionnaire .btn {
        width: 200px
    }

@media screen and (max-width: 991px) {
    .Questionnaire {
        flex-direction: column;
        gap: 30px;
        text-align: center
    }
}

.full-rating-box {
    padding: 15px
}

    .full-rating-box .rating-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0px;
        border-radius: 4px;
        border-bottom: 1px solid #ddd
    }

        .full-rating-box .rating-row p {
            padding: 0px 10px;
            font-size: .9rem;
            font-weight: 700
        }

@media screen and (max-width: 991px) {
    .full-rating-box .rating-row {
        flex-direction: column;
        gap: 15px
    }
}

.full-rating-box .star-rating {
    white-space: nowrap;
    padding: 8px
}

    .full-rating-box .star-rating [type=radio] {
        appearance: none
    }

    .full-rating-box .star-rating i {
        font-size: 1.2em;
        transition: .3s;
        padding: 8px 2px;
        color: #999;
        cursor: pointer
    }

    .full-rating-box .star-rating label:is(:hover,:has(~:hover)) i {
        color: #23a2a4
    }

    .full-rating-box .star-rating label:has(~:checked) i {
        color: #23a2a4
    }

.full-rating-box .btn {
    margin-top: 15px
}

.user-profile-avatar {
    display: block;
    text-align: center
}

    .user-profile-avatar img {
        width: 120px;
        height: 120px;
        object-fit: contain;
    }

.wallet-balance-box {
    background-color: #e4f1ef;
    border-radius: 15px;
    padding: 30px
}

@media screen and (max-width: 767px) {
    .wallet-balance-box {
        padding: 5px 10px;
        margin-bottom: 40px
    }
}

.wallet-balance-box h2 {
    font-weight: 700;
    font-size: 1.4rem;
    padding: 20px 10px
}

.wallet-balance-box > div {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px
}

@media screen and (max-width: 767px) {
    .wallet-balance-box > div {
        height: 100px
    }
}

.wallet-balance-box > div b {
    font-size: 1.8rem;
    color: #23a2a4
}

.wallet-balance-box article {
    padding: 20px 10px
}

    .wallet-balance-box article h4 {
        font-weight: 700;
        font-size: 1.1rem
    }

    .wallet-balance-box article p {
        font-size: .9rem;
        line-height: 26px;
        padding-top: 15px
    }

    .wallet-balance-box article a {
        color: #23a2a4;
        text-decoration: underline;
        display: inline-block;
        padding-top: 10px
    }

@media screen and (max-width: 767px) {
    .wallet-balance-box article {
        padding: 15px 8px
    }

        .wallet-balance-box article p {
            padding-top: 8px;
            font-size: .8rem
        }
}

.address-figure {
    display: flex;
    gap: 10px;
    margin: 0px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px
}

    .address-figure > span {
        padding: 4px;
        opacity: .5
    }

    .address-figure figcaption b {
        font-size: 1rem;
        font-weight: 700;
        color: #000
    }

    .address-figure figcaption p {
        font-size: 1rem;
        font-weight: 600;
        color: #000
    }

    .address-figure figcaption span {
        font-size: .9rem;
        color: #666;
        display: block;
        padding: 2px 0px 4px 0px
    }

.patient-card {
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
    padding: 28px 40px;
    border-radius: 10px
}

    .patient-card h2 {
        font-size: 1.4rem;
        font-weight: 700
    }

    .patient-card > span {
        display: flex;
        gap: 10px;
        padding-top: 10px
    }

        .patient-card > span i {
            font-size: .9rem
        }

@media screen and (max-width: 767px) {
    .patient-card {
        padding: 18px 14px
    }

        .patient-card h2 {
            font-size: 1.1rem
        }
}

.patient-card .card-btns {
    display: flex;
    gap: 10px;
    padding: 20px 0px 5px 0px
}

@media screen and (max-width: 375px) {
    .patient-card .card-btns {
        flex-direction: column
    }
}

.patient-card .dropdown {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px
}

    .patient-card .dropdown .more-btn {
        width: 30px;
        height: 30px;
        background-color: #e4f1ef;
        display: block;
        color: #010101;
        border-radius: 100px;
        text-align: center;
        padding-top: 6px;
        font-size: 1rem
    }

        .patient-card .dropdown .more-btn:hover {
            opacity: .8
        }

    .patient-card .dropdown .dropdown-item {
        cursor: pointer;
        font-size: .94rem
    }

.patient-card .dropdown-menu {
    box-shadow: 0px 4px 20px rgba(0,0,0,.1);
    border: 0px;
    border-radius: 6px
}

.medical-report-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 8px 4px
}

    .medical-report-item article h2 {
        font-size: 1rem;
        font-weight: 700
    }

    .medical-report-item article span {
        font-size: .9rem;
        padding: 10px 0px;
        display: block
    }

@media screen and (max-width: 767px) {
    .medical-report-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }

        .medical-report-item .btn {
            width: 100%
        }
}

.page-wrap {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex
}

    .page-wrap .image-side {
        width: 70%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1
    }

        .page-wrap .image-side img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

    .page-wrap .page-wrap-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.4);
        display: flex;
        align-items: center
    }

        .page-wrap .page-wrap-overlay .white-box {
            background-color: #fff;
            width: 100%;
            height: 100%;
            padding: 60px 56px 10px 56px;
            overflow-y: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative
        }

            .page-wrap .page-wrap-overlay .white-box .language-bar {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                background-color: #fafafa;
                border-bottom: 1px solid #eee;
                padding: 8px 15px;
                display: flex;
                align-items: center;
                justify-content: space-between
            }

                .page-wrap .page-wrap-overlay .white-box .language-bar p {
                    font-weight: 700
                }

                .page-wrap .page-wrap-overlay .white-box .language-bar a {
                    font-weight: 600
                }

            .page-wrap .page-wrap-overlay .white-box article {
                text-align: center;
                padding-bottom: 20px
            }

@media screen and (min-width: 1366px)and (max-width: 1440px) {
    .page-wrap .page-wrap-overlay .white-box article {
        display: none
    }
}

.page-wrap .page-wrap-overlay .white-box article p {
    font-size: 600;
    font-size: .9rem;
    padding: 10px 0px
}

.page-wrap .page-wrap-overlay .white-box article span {
    display: block;
    margin-top: 15px
}

.page-wrap .page-wrap-overlay .white-box article img {
    display: inline-block
}

@media screen and (min-width: 1366px) {
    .page-wrap .page-wrap-overlay .white-box {
        width: 36%
    }
}

@media screen and (max-width: 767px) {
    .page-wrap .page-wrap-overlay .white-box {
        padding: 70px 15px 15px 15px;
        align-items: flex-start
    }
}

.register-note {
    font-size: .74rem;
    padding: 12px 0px 8px 0px
}

    .register-note a {
        color: #23a2a4;
        font-weight: 700
    }

        .register-note a:hover {
            text-decoration: underline
        }

.social-media-register-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px
}

    .social-media-register-buttons span {
        flex: 1
    }

    .social-media-register-buttons a, .social-media-register-buttons button {
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px 8px;
        border-radius: 6px;
        font-size: .9rem;
        text-align: center;
        flex: 1
    }

        .social-media-register-buttons a img, .social-media-register-buttons button img {
            width: 26px;
            height: 26px;
            object-fit: contain
        }

        .social-media-register-buttons a:hover, .social-media-register-buttons button:hover {
            background-color: #e4f1ef;
            border-color: #e4f1ef
        }

.divider {
    position: relative;
    height: 30px;
    margin-top: 30px
}

    .divider span {
        background-color: #fff;
        padding: 0px 15px;
        font-size: .9rem;
        position: absolute;
        top: 0%;
        left: 50%;
        display: inline;
        height: 25px;
        line-height: 0px;
        transform: translate(-50%, 0%);
        margin-top: -3px
    }

    .divider i {
        height: 1px;
        background-color: #ddd;
        display: block
    }

.account-note {
    text-align: center;
    padding: 18px 0px 5px 0px;
    font-size: .9rem
}

    .account-note a {
        font-weight: 700;
        color: #23a2a4
    }

button i {
    color: inherit
}

.payment-cards-icons {
    display: flex;
    padding: 15px 0px;
    gap: 8px
}

    .payment-cards-icons .radio-item {
        flex: 1;
        text-align: center;
        padding: 0px
    }

        .payment-cards-icons .radio-item .custom-radio {
            padding: 6px 0px
        }

            .payment-cards-icons .radio-item .custom-radio img {
                height: 24px;
                width: auto
            }

            .payment-cards-icons .radio-item .custom-radio p {
                color: #888 !important;
                font-size: .9rem;
                font-weight: 700;
                height: 24px
            }

        .payment-cards-icons .radio-item input:checked ~ .custom-radio {
            background-color: #e4f1ef;
            box-shadow: 0px !important;
            border-color: #23a2a4
        }

            .payment-cards-icons .radio-item input:checked ~ .custom-radio p {
                color: #23a2a4 !important
            }

.card-input {
    position: relative
}

    .card-input span {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 30px;
        border-radius: 4px;
        margin: 10px 10px;
        text-align: center;
        border-right: 1px solid #ddd
    }

        .card-input span img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain
        }

    .card-input input {
        padding-left: 80px
    }

.blogs-card-item {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd
}

    .blogs-card-item .blog-card-img > img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-bottom: 1px solid #ddd
    }

    .blogs-card-item .blog-card-img .blog-video-icon {
        background-color: rgba(0,0,0,.3)
    }

    .blogs-card-item .blog-card-content {
        height: 172px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 25px
    }

        .blogs-card-item .blog-card-content h3 a {
            font-size: 1.125rem;
            font-weight: 700;
            list-style: 36px
        }

        .blogs-card-item .blog-card-content span {
            font-size: .938rem
        }

.latest-blogs-card-item {
    height: 400px;
    background-color: #eee;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 10px 10px rgba(0,0,0,.1)
}

@media screen and (max-width: 414px) {
    .latest-blogs-card-item {
        height: 350px
    }
}

@media screen and (max-width: 375px) {
    .latest-blogs-card-item {
        height: 300px
    }
}

.latest-blogs-card-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.latest-blogs-card-item .text-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    display: flex;
    flex-direction: column-reverse;
    padding: 20px;
    background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7))
}

.visit-info-item span._VistingLocation {
    word-break: break-word;
}

@media screen and (max-width: 414px) {
    .latest-blogs-card-item .text-content {
        padding: 10px 18px
    }
}

.latest-blogs-card-item .text-content h2 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 8px 0px;
    line-height: 38px
}

@media screen and (max-width: 414px) {
    .latest-blogs-card-item .text-content h2 {
        font-size: 1.2rem
    }
}

.latest-blogs-card-item .text-content h2 span {
    color: #eee;
    display: block;
    font-size: .9rem
}

.latest-blogs-card-item .text-content:hover {
    background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8))
}

    .latest-blogs-card-item .text-content:hover .blog-video-icon {
        background-color: #23a2a4
    }

.latest-blogs .owl-nav .owl-next, .latest-blogs .owl-nav .owl-prev {
    margin-top: -50px;
    width: 60px;
    height: 60px;
    background-color: #23a2a4 !important
}

.latest-blogs .owl-nav .owl-next {
    margin-right: -20px
}

.latest-blogs .owl-nav .owl-prev {
    margin-left: -20px
}

.latest-blogs .owl-theme .owl-dots .owl-dot.active span, .latest-blogs .owl-theme .owl-dots .owl-dot:hover span {
    background: #23a2a4
}

.section-title {
    margin-bottom: 25px
}

    .section-title h3 {
        font-weight: 700;
        font-size: 1.8rem;
        color: #23a2a4
    }

@media(max-width: 991px) {
    .section-title h3 {
        font-size: 1.6rem
    }
}

.section-title p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    color: #666
}

.blog-video-icon {
    background-color: rgba(255,255,255,.26);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center
}

.big-size {
    width: 60px;
    height: 60px
}

.blog-card-img {
    position: relative !important
}

.blog-categories-tabs-bar {
    margin-top: 30px
}

    .blog-categories-tabs-bar *::-webkit-scrollbar-track {
        -webkit-box-shadow: none !important
    }

    .blog-categories-tabs-bar *::-webkit-scrollbar-thumb {
        background-color: #fff
    }

    .blog-categories-tabs-bar ul {
        gap: 10px;
        flex-wrap: nowrap;
        overflow-x: auto
    }

        .blog-categories-tabs-bar ul .nav-item {
            padding: 0px
        }

            .blog-categories-tabs-bar ul .nav-item .nav-link {
                text-align: center;
                background-color: #e4f1ef;
                padding: 8px;
                width: 246px;
                color: #000;
                border: 1px solid #e4f1ef;
                transition: all .2s ease-in-out;
                border-radius: 100px;
                font-size: 1rem;
                font-weight: 600
            }

            .blog-categories-tabs-bar ul .nav-item .active {
                background-color: #23a2a4;
                color: #fff;
                border-color: #23a2a4;
                position: relative
            }

.blog-info-side .blog-media-box {
    background-color: #eee;
    border-radius: 6px;
    margin: 20px 0px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ddd
}

    .blog-info-side .blog-media-box > img {
        width: 100%;
        height: auto;
        max-height: 500px;
        object-fit: cover
    }

.blog-head h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #23a2a4
}

.blog-head span {
    font-size: .9rem;
    color: #666;
    padding: 8px 0px;
    display: block
}

.media-view-section {
    position: relative
}

@media screen and (min-width: 1366px) {
    .media-view-section {
        margin: 0px -50px;
        padding-bottom: 30px
    }

        .media-view-section::after {
            content: "";
            width: 100%;
            height: 50%;
            background-color: #fafafa;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1
        }
}

.blog-media-banner-container {
    z-index: 2;
    position: relative
}

    .blog-media-banner-container .ratio {
        box-shadow: 0px 8px 15px rgba(0,0,0,.3);
        border-radius: 10px;
        overflow: hidden;
        margin: 20px 0px
    }

.media-img {
    padding: 30px 0px
}

    .media-img img {
        width: 100%;
        height: auto;
        max-height: 600px;
        object-fit: cover;
        box-shadow: 0px 8px 15px rgba(0,0,0,.1);
        border-radius: 10px
    }

.auther-figure {
    border-radius: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 10px;
    background-color: #fafafa;
    border: 1px solid #eee
}

@media screen and (min-width: 1366px) {
    .auther-figure {
        padding: 20px 30px;
        background-color: #fff
    }
}

.auther-figure img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 100%
}

.auther-figure figcaption p {
    font-size: .8rem;
    padding: 4px 0px
}

.auther-figure figcaption h2 {
    font-size: 1.2rem;
    font-weight: 600
}

.blog-video-article {
    margin: 30px 0px
}

.blog-article-content {
    padding-bottom: 30px;
    line-height: 30px;
}
/*.blog-article-content h2 {
        font-size: 2.1rem;
        font-weight: 700;
        padding: 6px 0px;
        color: #23a2a4;
        line-height: 36px
    }*/
/*
    .blog-article-content h3 {
        font-size: 1.6rem;
        font-weight: 600;
        padding: 6px 0px;
        color: #23a2a4;
        line-height: 36px
    }

    .blog-article-content h4 {
        font-size: 1.6rem;
        font-weight: 600;
        padding: 6px 0px;
        line-height: 36px
    }*/

/* .blog-article-content p {
        font-size: 1.1rem;
        line-height: 32px;
        color: #666;
        padding: 10px 0px
    }*/
/* .blog-article-content h2 {
        font-size: 2.1rem;
        font-weight: 700;
        padding: 6px 0px;
        color: #23a2a4;
        line-height: 36px
    }*/

/* .blog-article-content h3 {
        font-size: 1.6rem;
        font-weight: 600;
        padding: 6px 0px;
        color: #23a2a4;
        line-height: 36px
    }

    .blog-article-content h4 {
        font-size: 1.6rem;
        font-weight: 600;
        padding: 6px 0px;
        line-height: 36px
    }

    .blog-article-content p {
        font-size: 1.1rem;
        line-height: 32px;
        color: #666;
        padding: 10px 0px
    }*/

@media screen and (max-width: 768px) {
    .blog-article-content h2 {
        font-size: 1.8rem
    }

    .blog-article-content h3 {
        font-size: 1.4rem
    }

    .blog-article-content h4 {
        font-size: 1.4rem
    }
}

.related-blogs .owl-nav .owl-next, .related-blogs .owl-nav .owl-prev {
    margin-top: -50px;
    width: 60px;
    height: 60px;
    background-color: #23a2a4 !important
}

.related-blogs .owl-nav .owl-next {
    margin-right: -70px
}

.related-blogs .owl-nav .owl-prev {
    margin-left: -70px
}

.related-blogs .owl-theme .owl-dots .owl-dot.active span, .related-blogs .owl-theme .owl-dots .owl-dot:hover span {
    background: #23a2a4
}

.related-blogs .related-blogs-carousel {
    display: block
}

@media screen and (min-width: 1366px) {
    .comments-section, .related-blogs, .blog-video-article {
        margin: 30px -50px
    }
}

.title-box {
    padding: 10px 0px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #23a2a4;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 18px
}

.comment-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin: 20px 0px
}

    .comment-item img {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        object-fit: cover
    }

    .comment-item figcaption {
        background-color: #e4f1ef;
        padding: 25px;
        border-radius: 10px;
        width: 100%
    }

        .comment-item figcaption h3 {
            font-weight: 600;
            font-size: 1.2rem
        }

        .comment-item figcaption p {
            font-weight: 600;
            font-size: .9rem;
            color: #444;
            padding-top: 8px
        }

        .comment-item figcaption span {
            font-size: .9rem
        }

.add-comment-box {
    background-color: #fafafa;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px
}

    .add-comment-box h3 {
        font-size: 1.1rem;
        padding: 15px 0px
    }

    .add-comment-box .btn {
        margin-top: 8px
    }

.naraakum-story-section {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 40px
}

@media(max-width: 1200px) {
    .naraakum-story-section {
        display: block;
        flex-direction: row
    }
}

.naraakum-story-section .video-side {
    width: 800px;
    position: relative
}

@media(max-width: 1200px) {
    .naraakum-story-section .video-side {
        width: 100%
    }
}

.naraakum-story-section .video-side video {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px
}

.naraakum-story-section .video-side .video-side-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.naraakum-story-section .text-side {
    width: 50%
}

@media(max-width: 1200px) {
    .naraakum-story-section .text-side {
        width: 100%
    }
}

.naraakum-story-section .text-side h2 {
    font-size: 1.8rem
}

.about-fig {
    background-color: #e4f1ef;
    padding: 22px;
    min-height: 350px;
    border-radius: 12px
}

    .about-fig > span i {
        font-size: 2rem;
        color: #23a2a4
    }

    .about-fig figcaption h3 {
        font-size: 1.2rem;
        font-weight: 700;
        padding: 8px 0px;
        margin-bottom: 8px
    }

    .about-fig figcaption p {
        font-size: 1rem;
        line-height: 30px
    }

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #e4f1ef !important
}

.accordion .accordion-item .accordion-header .accordion-button {
    color: #010101;
    font-size: 1.1rem;
    font-weight: 600
}

.accordion .accordion-item .accordion-body {
    padding: 30px 20px;
    line-height: 28px;
    font-size: 1rem
}

.location-map-container {
    background-color: #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 20px rgba(0,0,0,.1);
    margin-bottom: 20px
}

.contact-icon-fig {
    border-radius: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 10px;
    background-color: #fafafa;
    border: 1px solid #eee
}

@media screen and (min-width: 1366px) {
    .contact-icon-fig {
        padding: 20px 30px;
        background-color: #fff
    }
}

.contact-icon-fig span {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #23a2a4;
    color: #fff;
    flex-shrink: 0
}

.contact-icon-fig figcaption p {
    font-size: .8rem;
    padding: 4px 0px
}

.contact-icon-fig figcaption h2 {
    font-size: 1.2rem;
    font-weight: 600
}

.contact-icon-fig figcaption a {
    font-size: 1.1rem;
    font-weight: 700
}

.form-conatiner {
    margin-top: 40px
}

.hero-banner {
    background-color: #e4f1ef;
    padding: 50px 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px
}

    .hero-banner p {
        font-size: .9rem;
        padding: 4px 0px;
        line-height: 26px
    }

    .hero-banner h3 {
        font-size: 1.2rem;
        font-weight: 700;
        padding: 15px 0px 4px 0px;
        line-height: 30px
    }

@media screen and (min-width: 1200px) {
    .available-jobs-side {
        padding: 30px
    }
}

.available-jobs-side article {
    padding: 10px 0px
}

    .available-jobs-side article h3 {
        color: #23a2a4
    }


.edit-icon {
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .edit-icon a, .edit-icon button {
        background-color: #fff;
        padding: 0px 12px !important;
        border-radius: 104px;
        margin: -2px 0;
    }

        .edit-icon a:hover, .edit-icon button:hover {
            opacity: .9
        }

.description-figure {
    display: flex;
    align-items: flex-start;
    gap: 20px
}
/*# sourceMappingURL=naraakum_style_Ar.css.map */



.password-container {
    position: relative;
    margin-bottom: 20px;
}

.password-input {
    padding-left: 30px;
}

.toggle-password {
    position: absolute;
    left: 10px;
    top: 45px;
    cursor: pointer;
    color: #666;
}

.provider-name-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #e4f1ef;
    border-radius: 6px;
    font-size: .9rem;
    font-weight: 700;
    padding: 8px 12px;
    margin: 10px 0px;
}

.accommodation-data._userinfodetail {
    display: flex;
    flex-direction: column-reverse;
}

div.accommodation-input-row[style="display: none;"] + div {
    position: relative;
    top: -8px;
}

.accommodation-radio-row {
    height: 29px;
}

.accomodation-data-align {
    align-self: flex-end;
}

.provider-name-bar span a, .provider-name-bar span button {
    background-color: #23a2a4;
    padding: 2px 12px !important;
    border-radius: 104px;
    font-size: .8rem;
    color: #fff !important;
    margin-right: 8px;
    margin-left: -4px;
}

.provider-name-bar span a {
    padding: 0 !important;
    width: 25px;
    height: 25px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .provider-name-bar span a i {
        font-size: 13px;
        display: block;
        height: 13px;
        line-height: 13px;
    }

.provider-name-bar span {
    display: flex;
    align-items: center;
}

    .provider-name-bar span i {
        font-size: .9rem;
        font-weight: 700;
    }

.add-more-serv-btn {
    background-color: rgba(0,0,0,0);
    margin-top: 6px;
    display: none
}

@media screen and (min-width: 768px) {
    .add-more-serv-btn {
        display: block
    }
}

/*box chnages*/
.checkboxes-container .c-box-item {
    max-width: 25%
}

@media screen and (max-width:991px) {
    .checkboxes-container .c-box-item {
        max-width: 50%
    }
}

@media screen and (max-width:576px) {
    .checkboxes-container .c-box-item {
        max-width: 100%
    }

    .medicine-body > table, .medicine-body > table tbody, .medicine-body > table tr {
        display: block;
        width: 100%;
    }

        .medicine-body > table td {
            display: flex;
            width: 100%;
            justify-content: space-between;
        }

            .medicine-body > table td b {
                flex: 0 0 50%;
            }
}

@media screen and (min-width: 1030px) {
    .order-summary-side {
        padding: 50px !important;
        width: 67%;
    }
}

@media screen and (max-width: 500px) and (min-width: 300px) {
    .order-summary-side {
        padding: 30px !important;
    }
}

@media screen and (max-width: 1030px) {
    .order-summary-side {
        padding: 50px !important;
    }
}

/*new added css*/


.green-view-container {
    padding: 20px;
    border-radius: 12px;
    background-color: #e4f1ef
}

@media screen and (min-width: 1366px) {
    .green-view-container {
        padding: 40px
    }
}

.card-list-view {
    background-color: #fff;
    border-radius: 10px;
    padding: 18px 20px 14px 20px;
    box-shadow: rgba(0,0,0,.4)
}

    .card-list-view .card-head {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .card-list-view .card-head h4 i, .card-list-view .card-head h4 b {
            display: block
        }

        .card-list-view .card-head h4 i {
            font-size: .8rem;
            color: #444
        }

        .card-list-view .card-head h4 b {
            font-size: 1.1rem;
            font-weight: 700;
            padding-top: 4px
        }

        .card-list-view .card-head span {
            width: 60px;
            height: 60px;
            border-radius: 4px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 4px;
            border: 1px solid #ddd
        }

            .card-list-view .card-head span img {
                max-width: 100%;
                max-height: 100%;
                object-fit: cover
            }

    .card-list-view .card-body {
        padding: 12px 0px
    }

        .card-list-view .card-body ul {
            width: 100%
        }

            .card-list-view .card-body ul li {
                display: flex;
                justify-content: space-between;
                padding: 4px 0px
            }

                .card-list-view .card-body ul li span {
                    display: flex;
                    align-items: center;
                    gap: 10px
                }

                    .card-list-view .card-body ul li span i {
                        color: #23a2a4;
                        font-size: .9rem
                    }

                    .card-list-view .card-body ul li span p {
                        color: #444;
                        font-size: .9rem
                    }

                .card-list-view .card-body ul li b {
                    font-size: .9rem;
                    font-weight: 700
                }

    .card-list-view .card-buttons {
        display: flex;
        gap: 10px;
        padding: 10px 0px
    }

@media screen and (max-width: 767px) {
    .card-list-view .card-buttons {
        flex-direction: column
    }
}

.delete-icon {
    color: red;
    font-size: 1.3rem;
    background-color: #fff;
    padding: 0px
}

.visit-report-item {
    border: 1px solid #ddd;
    direction: rtl;
    text-align: right;
    margin-bottom: 15px;
}

    .visit-report-item:last-of-type {
        border: 1px solid #ddd
    }

    .visit-report-item .report-item-head {
        background-color: #23a2a4;
        padding: 12px 20px
    }

        .visit-report-item .report-item-head h4 {
            color: #fff;
            font-size: 1rem;
            font-weight: 700
        }

    .visit-report-item .report-item-body {
        padding: 12px 20px
    }

        .visit-report-item .report-item-body > article {
            padding: 12px 0px;
            border-bottom: 1px solid #ddd
        }

            .visit-report-item .report-item-body > article h6 {
                font-weight: 700;
                font-size: .9rem;
                padding: 6px 0px;
                color: #0f0f0f
            }

            .visit-report-item .report-item-body > article p {
                font-size: .9rem;
                color: #222;
                padding: 4px 0px;
                text-align: justify;
                font-weight: 400
            }

            .visit-report-item .report-item-body > article:first-of-type {
                padding-top: 0px
            }

            .visit-report-item .report-item-body > article:last-of-type {
                border-bottom: 0px
            }

        .visit-report-item .report-item-body .sub-box {
            margin: 10px 0px;
        }

            .visit-report-item .report-item-body .sub-box h5 {
                background-color: #e4f1ef;
                padding: 8px 10px;
                font-weight: 700;
                color: #0f0f0f;
                font-size: 1rem
            }

            .visit-report-item .report-item-body .sub-box .box-body {
                padding: 10px 0px
            }

                .visit-report-item .report-item-body .sub-box .box-body h6 {
                    font-weight: 700;
                    font-size: 1rem;
                    padding: 4px
                }

                .visit-report-item .report-item-body .sub-box .box-body > div {
                    padding-bottom: 10px
                }

                .visit-report-item .report-item-body .sub-box .box-body .note {
                    padding: 10px 0px
                }

                    .visit-report-item .report-item-body .sub-box .box-body .note h6 {
                        font-size: 1rem;
                        font-weight: 700
                    }

                    .visit-report-item .report-item-body .sub-box .box-body .note p {
                        font-size: .9rem;
                        padding: 3px 5px;
                        color: #444
                    }

.inline-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0px;
    padding: 0px
}

    .inline-list li {
        margin: 0px;
        padding: 4px
    }

        .inline-list li i, .inline-list li b {
            display: block
        }

        .inline-list li i {
            color: #444;
            font-size: .9rem
        }

.block-list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 4px 4px
}

.lab-file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0px;
    border-bottom: 1px solid #ddd
}

    .lab-file-item span i, .lab-file-item span b {
        display: block;
        font-size: .9rem
    }

.medicine-item {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 10px
}

    .medicine-item .medicine-head {
        display: flex;
        align-items: center;
        gap: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px
    }

        .medicine-item .medicine-head > i {
            color: #23a2a4;
            font-size: 1.2rem
        }

        .medicine-item .medicine-head span i, .medicine-item .medicine-head span b {
            display: block
        }

        .medicine-item .medicine-head span i {
            font-size: .9rem
        }

        .medicine-item .medicine-head span b {
            font-size: 1rem
        }

    .medicine-item .medicine-body {
        padding: 10px 0px
    }

        .medicine-item .medicine-body article {
            padding: 10px 0px
        }

            .medicine-item .medicine-body article h6 {
                font-size: 1rem
            }

            .medicine-item .medicine-body article p {
                font-size: .9rem;
                padding: 4px 6px
            }

.filter-bar {
    padding-bottom: 20px
}

.visiting-info-item p {
    display: block;
    font-size: .9rem;
    padding: 10px 0px;
    font-weight: 600
}

    .visiting-info-item p i {
        color: #23a2a4;
        padding: 0px 4px
    }

.visiting-info-item span {
    display: block;
    font-size: .84rem;
    font-weight: 700;
    border-radius: 8px;
    padding: 6px 25px
}

.visiting-info-item:last-of-type {
    border: none
}

.visiting-info-item .address-details {
    font-size: .8rem;
    padding: 0px 25px
}

.icon-list {
    width: 100%
}

    .icon-list li {
        display: flex;
        justify-content: space-between;
        padding: 6px 0px
    }

        .icon-list li span {
            display: flex;
            align-items: center;
            gap: 14px
        }

            .icon-list li span i {
                color: #23a2a4;
                font-size: .9rem
            }

            .icon-list li span p {
                color: #444;
                font-size: .9rem
            }

        .icon-list li b {
            font-size: .9rem;
            font-weight: 700
        }

@media screen and (min-width: 1280px) {
    .Modal-Order-summary {
        padding: 8px 14px
    }
}

.Modal-Order-summary .order-info-tabs-buttons {
    overflow: hidden;
    overflow-x: auto !important
}

    .Modal-Order-summary .order-info-tabs-buttons .nav-item {
        padding-bottom: 50px !important
    }

.Modal-Order-summary *::-webkit-scrollbar {
    height: 5px !important
}

.total-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

    .total-bar p {
        font-size: 1rem;
        font-weight: 700
    }

    .total-bar b {
        font-size: 1.4rem;
        color: #23a2a4
    }

        .total-bar b i {
            font-size: .8rem
        }

.reset-note {
    padding: 20px
}

    .reset-note img {
        width: 90px;
        height: auto;
        margin: 10px 0px 30px 0px
    }

    .reset-note h3 {
        font-size: 1.4rem;
        font-weight: 700;
        color: #23a2a4
    }

    .reset-note p {
        font-size: .8rem !important
    }

    .reset-note span b {
        font-size: 1.2rem;
        direction: ltr !important
    }

.total-rating-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center
}

    .total-rating-box article h3 {
        padding: 8px 0px;
        font-weight: 700;
        font-size: 1.2rem
    }

    .total-rating-box article p {
        font-size: 1rem
    }

    .total-rating-box .rating-tag {
        border: 1px solid #eee;
        padding-top: 6px;
        border-radius: 100px;
        margin: 8px 0px
    }

        .total-rating-box .rating-tag i {
            font-size: 1.4rem
        }

        .total-rating-box .rating-tag b {
            font-size: 1.2rem;
            color: #23a2a4
        }

.rating-tag {
    display: flex;
    gap: 8px;
    direction: ltr;
    align-items: center;
    justify-content: center
}

    .rating-tag i {
        color: #23a2a4;
        font-size: 1rem
    }

    .rating-tag b {
        margin: -6px 0px 0px 0px;
        padding: 0px;
        font-size: 1rem
    }

.user-comments-side .comments-list-container {
    background-color: #fff;
    border-radius: 12px;
    padding: 15px
}

@media screen and (min-width: 768px) {
    .user-comments-side .comments-list-container {
        padding: 40px;
        box-shadow: 0px 4px 30px rgba(0,0,0,.1)
    }
}

@media screen and (max-width: 414px) {
    .user-comments-side .comments-list-container {
        padding: 0px;
        background-color: #e4f1ef
    }
}

.user-comments-side .comment-item {
    position: relative
}

    .user-comments-side .comment-item h3 {
        font-weight: 700;
        font-size: 1.1rem
    }

    .user-comments-side .comment-item span {
        font-weight: 500
    }

    .user-comments-side .comment-item p {
        padding: 10px 0px;
        line-height: 27px
    }

    .user-comments-side .comment-item i {
        font-size: .8rem;
        font-weight: 700
    }

@media screen and (max-width: 500px) {
    .user-comments-side .comment-item img {
        display: none
    }
}

.user-comments-side .comment-item .rating-tag {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px;
    padding: 4px 16px;
    border-radius: 100px;
    display: block
}

@media screen and (max-width: 414px) {
    .user-comments-side .comment-item .rating-tag {
        margin: 0px
    }
}

@media screen and (max-width: 414px) {
    .user-comments-side .comment-item figcaption {
        padding: 10px 0px
    }
}

@media screen and (max-width: 414px) {
    .user-comments-side .comment-item {
        border-bottom: 3px solid rgba(0,0,0,.1)
    }
    .woot-widget-bubble.woot-widget--expanded {
        right: 15px !important;
    }


   
}
@media screen and (max-width: 768px) {

    #woot-widget--expanded__text {
        display: none;
    }
}

.order-visit-record {
    background-color: #e4f1ef;
    padding: 20px !important;
    border-radius: 12px;
    margin-bottom: 30px !important
}

@media screen and (min-width: 1366px) {
    .order-visit-record {
        padding: 30px !important
    }

        .order-visit-record .card-list-view {
            width: 50%
        }
}

.ti-rate-bar {
    background-color: #e4f1ef;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 6px;
    padding: 8px
}

.textpassword {
    direction: ltr;
    text-align: right;
}

.flex-item {
    display: flex;
    justify-content: space-between;
    padding: 4px 0px;
}

    .flex-item span {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .flex-item span i {
            color: #23a2a4;
            font-size: .9rem;
        }

.care-provider-card-item .card__content .consultations-info {
    padding-top: 8px;
}

.d-block {
    display: block !important;
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping */
    overflow: hidden; /* Hide overflow */
    white-space: nowrap; /* Prevent wrapping */
    text-overflow: ellipsis;
}

.type-tag {
    font-size: .8rem;
    color: #666;
    border: 1px solid #ddd;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
    margin: 2px 2px;
}

.care-provider-card-item .card__content .consultations-info p {
    font-size: .8rem;
    padding: 2px 2px 0px 2px;
}


.text-color-primary {
    color: #23a2a4;
}



.info-card-item {
    padding: 16px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    gap: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    height: 100%;
}

    .info-card-item .info-card-header {
        padding-bottom: 4px;
        border-bottom: 1px solid #ddd;
        position: relative
    }

        .info-card-item .info-card-header .dropdown {
            position: absolute;
            top: 0;
            left: 0
        }

            .info-card-item .info-card-header .dropdown .more-btn {
                width: 34px;
                height: 34px;
                display: block;
                text-align: center;
                border-radius: 100%;
                border: 1px solid #23a2a4;
                background-color: #f9fcfc;
                color: #23a2a4;
                padding-top: 5px
            }

                .info-card-item .info-card-header .dropdown .more-btn:hover {
                    background-color: #e4f1ef
                }

            .info-card-item .info-card-header .dropdown .dropdown-item {
                font-size: .9rem;
                font-weight: 600;
                border-bottom: 1px solid #eee;
                padding: 6px 8px
            }

    .info-card-item .info-card-footer {
        padding-top: 4px
    }

    .info-card-item .disabled {
        background-color: #ddd !important;
        color: #444 !important;
        cursor: no-drop !important;
        border-color: #ddd
    }

    .info-card-item button:disabled, .info-card-item button[disabled] {
        background-color: #ddd !important;
        color: #444 !important;
        cursor: no-drop !important;
        border-color: #ddd !important
    }

        .info-card-item button:disabled, .info-card-item button[disabled]:hover {
            cursor: no-drop !important
        }

.info-card-list {
    width: 100%
}

    .info-card-list li {
        display: flex;
        justify-content: space-between;
        padding: 4px 0px
    }

        .info-card-list li span {
            display: flex;
            align-items: center;
            gap: 10px
        }

            .info-card-list li span i {
                color: #23a2a4;
                font-size: .9rem
            }

            .info-card-list li span p {
                color: #444;
                font-size: .9rem
            }

        .info-card-list li b {
            font-size: .9rem;
            font-weight: 700;
            color: #010101
        }

.card-selected-services {
    padding: 12px 8px;
    background-color: #e4f1ef;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

    .card-selected-services span {
        display: flex;
        gap: 8px;
        align-items: center;
        background-color: #fff;
        border-radius: 100px;
        padding: 2px 12px 2px 4px;
        box-shadow: 0px 2px 2px rgba(0,0,0,.1)
    }

        .card-selected-services span p {
            font-size: .8rem;
            font-weight: 600
        }

        .card-selected-services span i {
            background-color: #23a2a4;
            color: #fff;
            padding: 4px;
            border-radius: 100px;
            min-width: 26px;
            text-align: center;
            font-size: .8rem
        }

.session-view {
    background-color: #292d32;
    justify-content: center
}

    .session-view span {
        padding: 0px 6px;
        background-color: #292d32;
        color: #c5c5c5
    }

    .session-view i {
        color: #c5c5c5
    }

.flex-col-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 12px
}

@media screen and (min-width: 576px) {
    .flex-col-2 .btn, .flex-col-2 div {
        flex: 1 1 40%
    }
}

.provider-avatar-info {
    display: flex;
    gap: 12px;
    align-items: center;
    max-width: calc(100% - 40px);
}

    .provider-avatar-info img {
        width: 60px;
        height: 60px;
        object-fit: contain;
        border-radius: 4px;
        flex-grow: 0;
        flex-shrink: 0;
        border: 1px solid #ddd
    }

@media screen and (max-width: 576px) {
    .provider-avatar-info img {
        display: none
    }
}

.provider-avatar-info figcaption p {
    font-size: .9rem;
    padding-bottom: 4px
}

.provider-avatar-info figcaption h2 {
    font-size: 1rem;
    color: #010101;
    font-weight: 700
}

.provider-avatar-info figcaption .type-tags {
    display: flex;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    gap: 4px;
    padding-top: 4px;
    height: 35px;
}

.call-notifcation-popup {
    width: 318px;
    height: 257px;
    max-width: 100%;
    background-color: #444;
    position: fixed;
    z-index: 5000;
    bottom: 0;
    right: 0;
    /* margin:30px; */
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer
}

    .call-notifcation-popup img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .call-notifcation-popup article {
        position: absolute;
        background-color: rgba(0,0,0,.6);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        color: #fff;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center
    }

        .call-notifcation-popup article h6 {
            font-weight: 600;
            font-size: 1.1rem
        }

        .call-notifcation-popup article p {
            font-size: 1rem;
            margin-bottom: 15px
        }

.rippleBg {
    background-color: #23a2a4 !important
}

.waves_container {
    height: 54px;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 100px;
    z-index: 1
}

    .waves_container i {
        font-size: 1.2rem
    }

    .waves_container .ripple {
        position: absolute;
        width: 160px;
        height: 160px;
        z-index: -1;
        left: 50%;
        top: 50%;
        opacity: 0;
        margin: -80px 0 0 -80px;
        border-radius: 100px;
        -webkit-animation: ripple 2.6s infinite;
        animation: ripple 2.6s infinite
    }

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.waves_container .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.waves_container .ripple:nth-child(3) {
    animation-delay: .8s;
    -webkit-animation-delay: .8s
}

.radius-4 {
    border-radius: 4px
}

.radius-8 {
    border-radius: 8px
}

.radius-12 {
    border-radius: 2px
}

.care-provider-name {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff
}

    .care-provider-name img {
        width: 26px;
        height: 26px;
        border-radius: 2px;
        object-fit: contain;
        background-color: #fff
    }

    .care-provider-name p {
        font-size: .86rem;
        font-weight: 600
    }

.content-area {
    background-color: #e4f1ef;
    border-radius: 10px
}

.small-container {
    width: 1036px;
    max-width: 100%;
    margin: 0px auto;
    padding: 40px 10px
}

.upcaming-call-box {
    padding: 20px;
    background-color: #232323
}

    .upcaming-call-box figure {
        display: flex;
        gap: 12px;
        padding: 4px
    }

        .upcaming-call-box figure img {
            width: 32px;
            height: 32px;
            object-fit: cover;
            border-radius: 100px
        }

        .upcaming-call-box figure figcaption {
            color: #ddd;
            font-size: 1.2rem
        }




.room-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}

    .room-container .room-header .time-bar {
        background-color: #222;
        padding: 8px 0px
    }

        .room-container .room-header .time-bar p {
            font-size: .9rem;
            color: #999
        }

            .room-container .room-header .time-bar p span {
                padding: 0px 10px;
                background-color: #333;
                border-radius: 100px;
                color: #ccc;
                margin-left: 4px
            }

    .room-container .room-header .user-bar {
        background-color: #020202;
        padding: 6px 0px
    }

        .room-container .room-header .user-bar p {
            font-size: .9rem;
            color: #999;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px
        }

    .room-container .room-footer {
        background-color: #232323;
        padding: 8px 0px
    }

    .room-container .room-body {
        flex-grow: 1;
        background-color: #000;
        overflow: hidden
    }

.room-img {
    object-fit: contain;
    object-position: top;
    width: 100%;
    height: 100%;
    opacity: .8
}

.session-control-icons {
    display: flex;
    gap: 8px
}

    .session-control-icons button {
        cursor: pointer;
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background-color: #333;
        color: #eee;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem
    }

        .session-control-icons button i {
            padding-top: 4px
        }

.primary-screen {
    height: 100%;
    overflow: hidden
}

.secondary-screen {
    width: 160px;
    height: 160px;
    overflow: hidden;
    border: 2px solid #fff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #020202;
    margin: 0px 0px 90px 14px;
    border-radius: 6px;
    box-shadow: 0px 30px 10px rgba(0, 0, 0, .2)
}

@media screen and (min-width: 922px) {
    .secondary-screen {
        width: 220px;
        height: 220px
    }
}

.secondary-screen video {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%
}

.chat-area-side {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

    .chat-area-side .chat-body {
        background-color: #e4f1ef;
        overflow-y: auto;
        padding: 16px 16px 40px 16px;
        display: flex;
        flex-grow: 1;
        flex-direction: column-reverse
    }

        .chat-area-side .chat-body .chat-items-container {
            display: flex;
            gap: 16px;
            flex-direction: column
        }

    .chat-area-side .chat-footer {
        border-top: 1px solid #ddd
    }

        .chat-area-side .chat-footer .chat-input {
            display: flex;
            align-items: center;
            padding-top: 8px
        }

            .chat-area-side .chat-footer .chat-input .form-control {
                border: 0px;
                box-shadow: none
            }

                .chat-area-side .chat-footer .chat-input .form-control::-webkit-scrollbar {
                    width: 2px
                }

            .chat-area-side .chat-footer .chat-input .btn {
                font-size: 1.4rem;
                width: 60px;
                color: #23a2a4;
                padding: 0px !important
            }

.seen-color {
    color: #59de6a !important
}

.chat-item {
    display: inline-flex;
    gap: 4px;
    align-items: flex-start;
    flex-direction: column
}

    .chat-item .chat-note-txt {
        display: flex;
        align-items: flex-end;
        gap: 12px;
        padding: 8px 12px;
        font-size: .9rem;
        line-height: 1.4rem;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, .1);
        color: #444
    }

        .chat-item .chat-note-txt .fi {
            color: #888
        }

    .chat-item .chat-note-time {
        font-size: .74rem;
        display: block;
        text-wrap: nowrap;
        font-weight: 600;
        color: rgba(0, 0, 0, .6)
    }

.white-style .chat-note-txt {
    background-color: #fff;
    border-radius: 8px;
    border-top-left-radius: 0px
}

.green-style {
    align-items: flex-end
}

    .green-style .chat-note-txt {
        text-align: left;
        color: #fff;
        background-color: #23a2a4;
        border-radius: 8px;
        border-top-right-radius: 0px
    }

.offcanvas-title {
    font-size: 1rem
}

.offcanvas-header {
    padding: 10px 14px
}

.upcaming-call-box {
    padding: 20px;
    background-color: #232323
}

    .upcaming-call-box figure {
        display: flex;
        gap: 12px;
        padding: 4px
    }

        .upcaming-call-box figure img {
            width: 32px;
            height: 32px;
            object-fit: cover;
            border-radius: 100px
        }

        .upcaming-call-box figure figcaption {
            color: #ddd;
            font-size: 1.2rem
        }

.full-screen-view {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0
}

.care-provider-card-item .card__image .hospital-logo {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 6px;
    margin: 8px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

html[lang="ar"] #btnSend {
    transform: scaleX(-1);
}
/*# sourceMappingURL=naraakum_style_Ar.css.map */
@media screen and (min-width:767px) {
    .info-card-item .info-card-header {
        min-height: calc(100% - 293px);
    }

    .address-figure {
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .order-summary-side {
        padding: 30px !important;
    }

    #pills-tab {
        padding-bottom: 10px;
    }

    .services-selected-list li div {
        flex-wrap: wrap;
    }

    .schedule-info .visit-info-item {
        flex-grow: 1
    }

    .address-figure figcaption p {
        word-break: break-word;
    }

    .voice-record-container audio {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .chat-area-side .chat-footer .chat-input .form-control {
        height: 50px;
        padding: 8px !important
    }

    .patient-information .buttons-side {
        flex-wrap: wrap;
    }

        .patient-information .buttons-side .form-check {
            flex-grow: 1;
        }

    .provider-avatar-info {
        max-width: calc(100% - 0px);
    }

        .provider-avatar-info figcaption {
            width: calc(100% - 0px);
        }

            .provider-avatar-info figcaption h2, .provider-avatar-info figcaption .d-flex {
                margin-top: 10px;
            }
}

#loaderModal {
    z-index: 2001 !important;
}


.time-booked {
    background-color: #D3E8E8 !important;
    color: #000;
}

    .time-booked:hover {
        background-color: #D3E8E8 !important;
        color: #000;
    }

._userTelNumber {
    direction: ltr;
}

.scroll-list-container {
    display: flex;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    gap: 4px;
    padding-top: 4px;
    height: 35px;
    width: 100%;
    overflow: hidden;
}

    .scroll-list-container::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

@media screen and (max-width:767px) {
    .btn-outline-primary:hover {
        color: #23a2a4 !important;
        background-color: #fff !important;
        border-color: #23a2a4 !important;
    }

    .btn-outline-primary:active {
        color: #fff !important;
        background-color: #23a2a4 !important;
        border-color: #23a2a4 !important;
    }
}

input[disabled], input[disabled]:hover, button[disabled], button[disabled]:hover,
input.disabled, input:hover.disabled, button.disabled, button:hover.disabled {
    color: #444 !important;
}

._servicenamelink {
    border: 1px solid #ddd;
    padding: 8px 10px;
    border-radius: 4px;
    margin: 6px;
}

@media screen and (min-width: 1920px) {
    .all-categories-container .service-card-item {
        flex: 20%;
    }
}

.qrcHome {
    height: 162px;
    width: 162px;
}

.scheduleDate {
    direction: ltr !important;
    display: inline-block;
    white-space: nowrap;
}

.update-btn {
    position: absolute;
    right: 15px;
    top: 41px;
    padding: 0 5px 0 5px;
    min-height: 30px;
}

.btnUpdateEmail {
    top: 46px !important;
}

.status-icon i {
    min-width: 85px;
    padding: 4px 8px;
    border-right: 4px solid #ddd;
    display: block;
    text-align: center;
    font-size: .8rem;
    font-weight: 500;
    border-radius: 3px;
    text-transform: capitalize;
    color: #0f0f0f
}

.new-order i {
    background-color: #edfbfe !important;
    border-color: #50c8e1 !important
}

.in-progress-order i {
    background-color: #fef6e2 !important;
    border-color: #ffde7a !important
}

.complete-order i {
    background-color: #d2f9cd !important;
    border-color: #2ab318 !important
}

.canceled-order i {
    background-color: #fcf0f1 !important;
    border-color: #ec939b !important
}

.incomplate-order i {
    background-color: #ececec !important;
    border-color: #838a98 !important
}

.gap-12 {
    gap: 12px
}

.gap-16 {
    gap: 16px
}

.gap-20 {
    gap: 20px
}

#btn-rating div {
    display: none;
}

.devLocInfo {
    flex: 0 0 100%
}

._time {
    direction: ltr;
}

.provider-track-view {
    align-items: flex-start
}

    .provider-track-view .call-number {
        display: flex;
        align-items: center;
        gap: 10px
    }

        .provider-track-view .call-number a {
            padding: 4px 20px;
            background-color: #2ab318;
            color: #fff;
            border-radius: 100px;
            font-size: .9rem
        }

.tracking-modal-header {
    padding: 20px 20px 10px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.tracking-modal-map {
    width: 100% !important;
    flex-grow: 1;
    height: 500px !important;
}

.track-statistics {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

    .track-statistics span {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        gap: 4px;
        color: #23a2a4;
        background-color: #e4f1ef;
        border-radius: 4px;
        padding: 0px 20px;
        font-size: 1.4rem
    }

        .track-statistics span b {
            font-size: 1.2rem
        }

        .track-statistics span i {
            font-size: 1rem
        }

    .track-statistics p {
        padding-top: 4px;
        font-size: .9rem
    }

.reminder-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 4px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 8px;
}

    .reminder-note > div {
        display: flex;
        gap: 8px;
        padding: 0px 8px;
        align-items: center;
    }

        .reminder-note > div i {
            color: #23a2a4;
        }

        .reminder-note > div p {
            font-weight: 600;
            font-size: .9rem;
        }

            .reminder-note > div p span {
                font-weight: 700;
            }

@media screen and (max-width: 991px) {
    .tracking-modal-header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px
    }
}

#reminder-Modal .provider-avatar-info {
    max-width: 100%;
}

#reminder-Modal .modal-content {
    background: #e4f1ef;
}

#reminder-Modal .modal-body {
    overflow: hidden
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.btn-xs {
    font-size: .775rem;
    font-weight: 400 !important;
    min-height: 32px;
    padding: .43rem .95rem .45rem .95rem;
}

@media (min-width: 576px) {
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
}

.draggable-screen {
    width: 160px;
    height: 160px;
    overflow: hidden;
    position: fixed;
    transition: inset ease-out .2s;
    left: calc(100% - 297px);
    top: 120px;
    cursor: grab;
    user-select: none;
    border: 2px solid #fff;
    background-color: #020202;
    margin: 0px 14px 90px 0px;
    border-radius: 6px;
    box-shadow: 0px 30px 10px rgba(0, 0, 0, .2)
}

.header {
    background: linear-gradient(to bottom, #048D6A 0%, #229E9F 100%);
    height: 54px;
    max-width: unset;
}

    .header a {
        padding: 7px 15px;
        display: inline-block;
    }

        .header a img {
            max-height: 40px;
        }

.video-call-area {
    background: #202020;
    width: 100%;
    height: calc(100vh - 54px);
    display: flex;
    flex-direction: column;
    padding: 0 55px;
    position: relative;
    overflow: hidden;
}

.time-left {
    background: #464646;
    color: #FFF;
    font-size: 13px;
    padding: 3px 15px;
    border-radius: 15px;
    line-height: 15px;
    margin-left: 15px;
}

.timer {
    color: #FFF;
    font-size: 27px;
    line-height: 27px;
    display: inline-block;
    vertical-align: middle;
    direction: rtl;
}

.user-name {
    color: #FFF;
    font-size: 20px;
    line-height: 20px;
    margin-right: 10px;
}

.signal-alert {
    position: absolute;
    left: 70px;
    bottom: 105px;
    background: rgba(32, 32, 32, 0.8);
    border-radius: 12px;
    font-size: 12px;
    color: #FFF;
    display: flex;
    padding: 10px;
    gap: 10px;
    width: 260px;
    z-index: 10;
}

    .signal-alert span:nth-child(1) {
        align-self: center;
    }

        .signal-alert span:nth-child(1) img {
            width: 40px;
        }

    .signal-alert div span:nth-child(1) {
        font-size: 13px;
    }

.close-info, .close-alert {
    cursor: pointer;
    position: relative
}

    .close-alert img {
        width: 15px !important;
        position: absolute;
        left: 6px;
        top: 0px;
    }

.video:not(.draggable-screen) {
    background: #000;
    border-radius: 20px;
    height: unset !important;
    position: relative;
}

.video.draggable-screen {
    background: #000;
    border-radius: 20px;
    position: relative;
    z-index: 5000;
}

.placeholder-img {
    background: linear-gradient(to bottom, #000000 0%, #6a6a6a 50%, #000000 100%);
    border-radius: 20px;
    height: calc(100vh - 205px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #FFF;
}

.local-placeholder-img {
    background: linear-gradient(to bottom, #000000 0%, #6a6a6a 50%, #000000 100%);
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFF;
    height: 100%;
    padding: 0 5px;
}

    .local-placeholder-img img {
        width: 100px;
    }

    .local-placeholder-img .d-block {
        white-space: normal;
    }

.controls div:not(.c-cont) button.notes {
    width: 180px;
    background: #016670;
    color: #FFF;
    font-size: 15px;
    border-radius: 5px;
    height: 45px;
}

.c-cont {
    display: flex;
    gap: 15px;
}

.controls button {
    padding: 0;
    background: #464646;
    box-shadow: none;
    border: none;
}

    .controls button.end-call {
        width: 180px !important;
        background: #C62A40;
        color: #FFF;
        font-size: 15px;
        border-radius: 5px;
        height: 45px;
    }

.controls .col-auto:last-child .end-call img {
    display: none;
}

@media screen and (min-width: 922px) {
    .draggable-screen {
        width: 220px;
        height: 220px
    }
}

@media screen and (max-width:1340px) {
    .video-call-area {
        padding: 0 30px
    }

    .controls div:not(.c-cont) button.notes, .controls button.end-call {
        width: 160px;
    }

    .c-cont {
        gap: 5px;
    }
}

@media screen and (max-width:1200px) {
    .video-call-area {
        padding: 0 20px
    }

    .controls {
        --bs-gutter-x: 5px;
    }

        .controls div:not(.c-cont) button.notes, .controls button.end-call {
            width: 150px;
        }
}

@media screen and (max-width:991px) {
    .video-call-area {
        padding: 0px;
        background: #111;
        display: flex;
    }

    .video.full-screen {
        flex-grow: 1;
        position: relative !important;
    }

    #remoteVideoBackImg.placeholder-img {
        height: 100%;
    }

    .time-left {
        display: block;
        margin: 0 0 5px;
    }

    .signal-alert {
        position: static;
        background: #252525;
        margin-top: 5px;
        width: 253px;
        padding: 5px 10px;
        text-align: right;
    }

    .video {
        border-radius: 0;
    }

    .controls {
        --bs-gutter-x: 25px;
        position: relative;
    }

    .caller {
        height: 170px;
        width: 180px;
        bottom: 0px;
        right: auto;
        left: 8px;
        top: auto;
    }

    .chat-area, .notes-area {
        position: absolute;
        left: 0;
        width: 100%;
        height: calc(100vh - 132px);
        z-index: 10;
    }

    .close-alert {
        display: none
    }

    .video-call-area > .row:nth-child(1) .col-auto:nth-child(2) {
        text-align: left;
    }

    .controls button.end-call {
        width: 100px;
    }

    .controls .col-auto:last-child {
        position: absolute;
        top: -100px;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        direction: ltr;
    }

        .controls .col-auto:last-child .end-call {
            font-size: 0;
            background: none;
            width: auto !important;
            height: auto !important;
            border: none !important;
            display: block !important;
        }

        .controls .col-auto:last-child img {
            display: block !important;
            width: auto !important;
        }

    .c-cont {
        width: 100%;
        justify-content: center;
        gap: 15px;
    }

    .video-call-area > .row:nth-child(1) .col-auto:nth-child(1) {
        text-align: center;
    }

    .local-placeholder-img {
        font-size: 12px;
    }

        .local-placeholder-img img {
            width: 80px;
        }
}

@media screen and (max-width:767px) {
    .caller {
        height: 120px;
        width: 112px;
    }

    .local-placeholder-img {
        font-size: 10px;
    }

        .local-placeholder-img img {
            width: 50px;
        }

    .info-details {
        background: rgba(32, 32, 32, 1);
        z-index: 10;
    }

    .video-call-area > .row:nth-child(1) {
        gap: 10px;
        padding: 0 10px;
    }

        .video-call-area > .row:nth-child(1) .col-auto:nth-child(1) {
            padding: 0;
        }

    .timer {
        font-size: 25px
    }

    .video-call-area > .row:nth-child(1) .col-auto:nth-child(2) {
        padding: 0
    }

    .time-left {
        margin-right: 0;
        padding: 5px 10px
    }

    .controls button img {
        width: 40px;
    }

    .join-call:active {
        background: red;
    }

    #reminder-Modal .modal-dialog-scrollable {
        height: auto;
        min-height: calc(100% - 3.5rem);
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width:576px) {
    .settings .col {
        flex: 0 0 100%;
        margin-top: 5px;
    }

    .time-left {
        padding: 2px 5px;
        font-size: 10px;
        text-align: center;
    }

    #remoteVideoBackImg span {
        font-size: 20px;
        white-space: normal;
    }

    #remoteVideoBackImg img {
        width: 100px;
    }

    .timer {
        font-size: 18px;
    }

    .user-name {
        font-size: 16px;
    }

    .signal-alert {
        width: 180px;
        padding: 5px 10px;
    }

        .signal-alert div span:nth-child(1) {
            font-size: 11px;
        }

        .signal-alert div span:nth-child(2) {
            font-size: 8px;
        }

        .signal-alert span:first-child img {
            width: 30px;
        }

    .room-img {
        object-fit: cover;
        object-position: center;
    }

    .video {
        border-radius: 0 !important;
    }
    .row.settings select {
        display:none!important;
    }
    .social-media-register-buttons {
        flex-direction: column;
    }
}

.draggable-screen video {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    z-index: 1
}

.full-screen {
    height: calc(100vh - 196px) !important;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    transition: inset ease-out .2s
}

.draggable-screen video {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    z-index: 1
}

.draggable-screen .resizer {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    cursor: e-resize;
    z-index: 30;
    background-color: #23a2a4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eee;
    font-size: 1rem
}

    .draggable-screen .resizer i {
        transform: rotate(45deg)
    }

.video .session-control-icons {
    display: none
}

.draggable-screen .session-control-icons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    justify-content: center;
    padding: 0 8px;
    gap: 6px;
    display: flex;
    align-items: center;
}

    .draggable-screen .session-control-icons .end-call {
        background: none;
        border: none;
        padding: 0;
        width: auto !important;
        height: auto !important;
    }

    .draggable-screen .session-control-icons button:not(.end-call) {
        height: 30px;
        width: 30px;
        font-size: 0.75rem;
    }

    .draggable-screen .session-control-icons .end-call img {
        width: 50px;
    }

#AlreadyCartModal .btn-close {
    position: absolute;
    left: 0;
    top: 10px;
}


div#container-pre-call {
    background: #FFF;
    padding: 0 15px 15px;
    text-align: center;
    min-height: calc(100vh - 54px);
}

    div#container-pre-call > h1 {
        font-size: 25px;
        font-weight: 600;
        color: #212529;
    }

    div#container-pre-call .container-fluid {
        max-width: 804px;
        background: #FFF;
        box-shadow: 0px 4px 22px 0px #1A1A1A0F;
        border: 1px solid #DBD7D7;
        border-radius: 12px;
    }

.video-img-preview {
    background: #000;
    margin: 0 -12px;
    border-radius: 12px 12px 0 0;
    height: calc(100vh - 315px);
    position: relative;
    overflow: hidden;
}

.controls .col-auto:last-child button.end-call.flip {
    width: 40px !important;
    height: 40px !important;
}

.video-img-preview video {
    max-width: 100%;
    max-height: calc(100vh - 315px);
    height: inherit;
}

.row.settings {
    padding-left: 9px;
    padding-right: 9px;
}

.s-title {
    line-height: 40px;
}

    .s-title a {
        display: flex;
        align-items: center;
        gap: 8px;
        padding-right: 10px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .s-title div {
        padding-left: 10px;
    }

    .s-title canvas {
        display: block;
        height: 20px;
        width: 100px;
    }

.row.settings, .row.settings * {
    text-align: right;
    font-size: 14px;
}

    .row.settings > div {
        margin-top: 13px !important;
    }

    .row.settings img {
        transform: scalex(-1);
    }

    .row.settings select {
        padding-left: 30px;
        height: 35px;
        background-position: 16px 8px;
    }

#join-call-pre {
    border: none;
    background: #32A3A4;
    width: 332px;
    border-radius: 5px;
    color: #FFF;
    line-height: 38px;
    margin-top: 15px;
    max-width: 100%;
}

#localVideoPrePlaceholder {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.muted {
    position: absolute;
    color: #FFF;
    z-index: 5;
    border: 1px solid #AC0B0B;
    padding: 4px 15px;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    left: 20px;
    top: 15px;
}

.remote-mic-muted {
    color: #FFF;
    z-index: 5;
    border: 1px solid #AC0B0B;
    padding: 4px 15px;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.muted img {
    filter: invert(1)
}

.center {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#remoteVideoBackImg.placeholder-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#addEmployeeModal .modal-content .modal-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: rgb(35, 162, 164);
    border: none !important;
}
#addEmployeeModal .modal-content .modal-header h5 {
    font-size: 16px !important;
    color: #fff;
}
#addEmployeeModal .form-control, #addEmployeeModal .form-select {
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #E9E9F0;
    border-radius: 12px !important;
    color: #646D82 !important;
    height:unset;
    background-position:calc(100% - 16px) center;
}
.addphotoborder {
    border: 1px dashed #DBDBDB;
    border-radius: 12px;
    padding: 26px 0;
    margin-bottom: 1rem;
}
#addEmployeeModal .modal-content {
    border-radius: 20px;
    border-bottom: 7px solid var(--primary) !important;
    border: none;
}
#addEmployeeModal .primary-btn {
    background: rgb(35, 162, 164) !important;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #FFF !important;
    font-size: 15px;
    margin: 0 auto;
    border-radius: 10px;
    border: none;
    display: block;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
}
#addEmployeeModal .darkGrey-btn {
    background: #64676E !important;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 13px;
    margin: 0 auto;
    border-radius: 10px;
    border: none;
    display: block;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
}
.newEmployee .attach {
    border-radius: 12px;
    border: 1px solid #E9E9F0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
}
#addEmployeeModal .modal-footer {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction:row-reverse
}
#addEmployeeModal .primary-btn, #addEmployeeModal .darkGrey-btn {
    width: 150px;
}
.addphotoborder .ms-3 {
    margin-left: 1rem !important;
    margin-right:0 !important;
}
#addEmployeeModal .iti--show-selected-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05) !important;border-radius:10px 0 0 10px;
}
#addEmployeeModal .iti__flag-container {
padding:0
}
#addEmployeeModal .iti__selected-flag {
flex-direction:row;
}
#addEmployeeModal .select2-selection {
    padding: 9px 15px;
    font-size: 13px;
    border: 1px solid #E9E9F0 !important;
    border-radius: 12px !important;
    color: #646D82 !important;
}
#addEmployeeModal .select2-container .select2-selection--multiple {
    padding-bottom: 9px !important;
}
#addEmployeeModal .select2-search__field {
padding:0 !important;
margin:0 !important;
}
#addEmployeeModal {
text-align:left;
}
    #addEmployeeModal .doctor .form-check {
        padding-left: 1.5em !important;
        padding-right: 0 !important;
    }
    #addEmployeeModal .form-check .form-check-input {
        float: left;
        margin-left: -1.5em;
    }
.attachLicense {
    width: 100%;
    height: 100px;
}
p.RemovePhotoLicence a, .RemovePhoto {
    color: #0d6efd;
    text-decoration: underline;
}
#addEmployeeModal .iti__selected-dial-code {
    font-weight: normal;
}
.f-11 {
    font-size: 11px;
}
.service-selection-container {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}
.price-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: end;
}
.price .priceAmount{
    text-align:left;
}
.price-container .price i {
    font-size: .8rem !important;
    color: #464646;
    font-weight: 600;
}
.price-container .price .readable {
    display: flex;
    background: #FAF8F8;
    justify-content: space-around;
    gap: 5px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #FAF8F8
}
.price-container .price label {
    cursor: pointer;
    display: flex;
    background: #FAF8F8;
    justify-content:space-around;
    gap: 5px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #FAF8F8
}
.price .service-name {
  /*  padding-left: 8px;*/
}
.price-container label:has(input.price-input:checked) {
    background: #ECF6F6;
    border: 1px solid #32A3A4
}
.price-container .price label .price-input {
    cursor: pointer;
}
    .price-container label:has(input.price-input:disabled), .price-container .price label .price-input:disabled {
        cursor: not-allowed;
        
    }
.price-container .check-container span.checkmark {
    border: 1px solid #32A3A4
}
.price-container .check-container .price-input:disabled + .checkmark {
    border: 1px solid #ccc
}

.results-filter-bar {
    padding: 8px 16px;
    border-radius: 6px;
    margin: 8px 0px;
    background-color: #eff5f5
}

    .results-filter-bar > div {
        padding: 10px;
        border-bottom: 1px solid rgba(0,0,0,.2)
    }

        .results-filter-bar > div:last-of-type {
            border: 0px
        }

@media screen and (max-width: 560px) {
    .results-filter-bar .form-check-label {
        font-size: .8rem !important
    }
    .price-container, .care-provider-card-item .card__content .provider-data {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
}

@media screen and (min-width: 992px) {
    .results-filter-bar {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .results-filter-bar > div {
            padding: 0px;
            border: 0px
        }
}


.chat-room-container {
    display: flex;
    gap: 12px;
    padding: 8px !important;
    flex-direction: column
}

@media screen and (min-width: 993px) {
    .chat-room-container {
        flex-direction: row;
        padding: 24px !important
    }
}

.chat-room-container aside {
    border: 1px solid #ddd;
    border-radius: 8px
}

.chat-room-container .chat-list-side {
    flex-grow: 0
}

@media screen and (min-width: 1200px) {
    .chat-room-container .chat-list-side {
        width: 385px
    }
}

.chat-room-container .chat-list-side > h4 {
    font-size: 1.4rem;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    display: none
}

@media screen and (min-width: 1200px) {
    .chat-room-container .chat-list-side > h4 {
        display: block
    }
}

.chat-room-container .chat-area-side {
    flex-grow: 1
}

.online::after {
    background-color: #29b440
}

.offline::after {
    background-color: #666
}

.chat-user-item {
    position: relative;
    display: flex;
    gap: 12px;
    padding: 8px;
    align-items: center;
    flex-direction: row;
    margin: 0
}

    .chat-user-item .img {
        flex-grow: 0
    }

        .chat-user-item .img span {
            position: relative;
            width: 56px;
            height: 56px;
            display: block
        }

            .chat-user-item .img span::after {
                content: "";
                width: 14px;
                height: 14px;
                border-radius: 100%;
                position: absolute;
                left: 0px;
                bottom: 0px;
                border: 2px solid #fff;
                margin: 2px
            }

            .chat-user-item .img span img {
                width: 100%;
                height: 100%;
                border-radius: 100%;
                border: 1px solid #eee
            }

    .chat-user-item figcaption {
        max-width: 250px;
        display: block
    }

        .chat-user-item figcaption h6, .chat-user-item figcaption p {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-wrap: nowrap
        }

        .chat-user-item figcaption h6 {
            font-size: .7rem;
            padding: 4px 0px;
            font-weight: 700;
            font-size: .9rem
        }

        .chat-user-item figcaption p {
            font-size: .8rem;
            color: #666;
            display: block
        }

.users-list .chat-user-item {
    position: relative;
    display: flex;
    gap: 6px;
    cursor: pointer;
    transition: all .3s ease;
    align-items: center;
    flex-direction: column;
    margin: 0
}

@media screen and (min-width: 1200px) {
    .users-list .chat-user-item {
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding: 12px;
        flex-direction: row;
        gap: 12px
    }
}

.users-list .chat-user-item .img {
    flex-grow: 0
}

    .users-list .chat-user-item .img span {
        position: relative;
        width: 56px;
        height: 56px;
        display: block
    }

        .users-list .chat-user-item .img span::after {
            content: "";
            width: 14px;
            height: 14px;
            border-radius: 100%;
            position: absolute;
            left: 0px;
            bottom: 0px;
            border: 2px solid #fff;
            margin: 2px
        }

        .users-list .chat-user-item .img span img {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            border: 1px solid #eee
        }

.users-list .chat-user-item figcaption {
    max-width: 250px;
    display: block;
    flex-grow:1;
}

    .users-list .chat-user-item figcaption h6, .users-list .chat-user-item figcaption p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-wrap: nowrap
    }

    .users-list .chat-user-item figcaption h6 {
        font-size: .7rem;
        padding: 4px 0px;
        width: 80px
    }

@media screen and (min-width: 1200px) {
    .users-list .chat-user-item figcaption h6 {
        font-weight: 700;
        font-size: .9rem;
        width: auto
    }
}

.users-list .chat-user-item figcaption p {
    font-size: .8rem;
    color: #666;
    display: none
}

@media screen and (min-width: 1200px) {
    .users-list .chat-user-item figcaption p {
        display: block
    }
}

.users-list .chat-user-item:hover {
    background-color: #e4f1ef
}

.users-list .active {
    background-color: #e4f1ef
}

.users-list {
    display: flex;
    flex-direction: column;
    padding: 0px 6px;
    gap: 12px;
    max-height: 640px;
    overflow-x: auto
}

@media screen and (min-width: 1200px) {
    .users-list {
        padding: 0px;
        gap: 0px
    }
}

@media screen and (max-width: 992px) {
    .users-list {
        flex-direction: row
    }
}

.users-list::-webkit-scrollbar {
    width: 3px !important;
    height: 3px !important
}

.chat-area-side .chat-header {
    padding: 12px 24px;
    border-bottom: 1px solid #ddd;
    display: none
}

@media screen and (min-width: 993px) {
    .chat-area-side .chat-header {
        display: block
    }
}

.chat-area-side .chat-body {
    background-color: #e4f1ef;
    height: 290px;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column-reverse
}

@media screen and (min-width: 993px) {
    .chat-area-side .chat-body {
        padding: 30px;
        height: 600px
    }
}

.chat-area-side .chat-body .chat-items-container {
    display: flex;
    gap: 8px;
    flex-direction: column
}

.chat-area-side .chat-footer {
    border-top: 1px solid #ddd
}

    .chat-area-side .chat-footer .chat-input {
        display: flex
    }

        .chat-area-side .chat-footer .chat-input .form-control {
            border: 0px
        }

@media screen and (max-width: 576px) {
    .chat-area-side .chat-footer .chat-input .form-control {
        height: 50px;
        padding: 8px !important
    }
}

.chat-area-side .chat-footer .chat-input .form-control::-webkit-scrollbar {
    width: 2px
}

.chat-area-side .chat-footer .chat-input .btn {
    transform: rotate(180deg);
    font-size: 1.4rem;
    width: 60px;
    color: #23a2a4
}

.chat-item {
    display: inline-flex;
    gap: 4px;
    align-items: flex-start;
    flex-direction: column
}

    .chat-item .chat-note-txt {
        display: flex;
        align-items: flex-end;
        gap: 12px;
        padding: 8px 12px;
        font-size: .84rem;
        line-height: 1.4rem;
        box-shadow: 0px 2px 8px rgba(0,0,0,.1);
        font-weight: 600;
        color: #444
    }

        .chat-item .chat-note-txt .fi {
            color: #888
        }

    .chat-item .chat-note-time {
        font-size: .74rem;
        display: block;
        text-wrap: nowrap;
        font-weight: 600;
        color: rgba(0,0,0,.6)
    }

.white-style .chat-note-txt {
    background-color: #fff;
    border-radius: 8px;
    border-top-right-radius: 0px
}

.green-style {
    align-items: flex-end
}

    .green-style .chat-note-txt {
        text-align: left;
        color: #fff;
        background-color: #23a2a4;
        border-radius: 8px;
        border-top-left-radius: 0px
    }

.online-session-box {
    background: #222 !important;
    min-height: 400px;
    border-radius: 10px;
    color: #eee
}

.textarea-custom-height {
    height: 50px;
    padding: 10px !important;
    margin-top: 4px
}

    .textarea-custom-height::placeholder {
        font-size: .8rem
    }

.border-b-r-0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important
}

.border-t-r-0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important
}

.regular {
    font-size: .9rem;
    cursor: pointer;
    font-weight: 500px !important
}

.font-sm {
    font-size: .8rem !important
}

.flex-item {
    display: flex;
    justify-content: space-between;
    padding: 4px 0px
}

    .flex-item span {
        display: flex;
        align-items: center;
        gap: 10px
    }

        .flex-item span i {
            color: #23a2a4;
            font-size: .9rem
        }

        .flex-item span p {
            color: #444;
            font-size: .9rem
        }

    .flex-item b {
        font-size: .9rem;
        font-weight: 700;
        color: #010101
    }
.users-list .chat-user-item .unread-badge {
    background-color: #23a2a4;
    border-radius: 50rem !important;
}

.dynamic-loader {
    border: 12px solid #f3f3f3;
    border-top: 12px solid #23a2a4;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 1s linear infinite;
    position: absolute;
    z-index: 2;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
