body {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    height: 100vh;
}

.intercom-lightweight-app {
    z-index: 1000 !important;
}

.unread-icon {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #e74c3c;
    position: absolute;
    top: 5px;
    left: 4px;
}

input,
textarea,
select {
    font-family: "Montserrat", sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 400 !important;
}

.select2-container--bootstrap-5 .select2-selection {
    background: #fff url(/images/select-arrow-down.png) no-repeat right 0.7rem center;
    background-size: auto;
}

.select2-small .select2-selection {
    min-height: calc(1.5em + .5rem + 2px) !important;
    padding: .25rem .5rem !important;
}

.select2-font-small .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: 0.7rem !important;
}

.offcanvas-end-alt {
    width: 490px;
}

.select2-container--open {
    z-index: 999999 !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999 !important;
    opacity: 1;
    font-weight: 500 !important;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999 !important;
    font-weight: 500 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999 !important;
    font-weight: 500 !important;
}

a {
    color: #000;
}

ul {
    list-style: none;
    margin: auto;
    padding: 0;
}

label.error {
    display: none !important;
}

.hide-register {
    font-weight: 600 !important;
}

.far {
    font-weight: 600 !important;
}

.error, .error > * {
    border-color: #d8311e !important;
}

.bg-grey {
    background-color: #f8f8f8;
}

.min-w100 {
    min-width: 100px;
}

.help-block.form-error {
    display: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.page-link, .page-link:hover {
    color: #000;
}

.dropdown-menu-center {
    right: auto !important;
    left: 50% !important;
    bottom: 40px !important;
    -webkit-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
}

.modal-title {
    font-weight: 500;
}

.fs-home-modal-button > * {
    font-size: 1rem !important;
}

.filepond--drop-label label, .filepond--drop-label.filepond--drop-label label {
    font-weight: 600 !important;
    text-decoration: underline;
}

.light-modal-content {
    background: #fff !important;
    color: #000 !important;
    overflow: hidden;
}

.light-modal-footer {
    background: #e74c3c !important;
    color: #fff !important;
    border-radius: 0 0 0.2rem 0.2rem;
    justify-content: center !important;
    overflow: hidden;
}

    .light-modal-footer .light-modal-close-btn {
        background: #fff !important;
        color: #e74c3c !important;
        margin: auto 0.5rem;
        font-size: 0.9rem !important;
    }

        .light-modal-footer .light-modal-close-btn:nth-child(1):before {
            font-family: "Font Awesome 5 Free";
            content: "\f00d";
            font-weight: 600;
        }

        .light-modal-footer .light-modal-close-btn:nth-child(2):before {
            font-family: "Font Awesome 5 Free";
            content: "\f0e2";
            font-weight: 600;
        }

        .light-modal-footer .light-modal-close-btn:nth-child(3):before {
            content: "3";
            font-family: "Font Awesome 5 Free";
            content: "\f00c";
            font-weight: 600;
        }

.xdsoft_datetimepicker {
    font-family: "Montserrat", sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    border: 1px solid #eee !important;
}

.xdsoft_inline {
    width: 100% !important;
}

    .xdsoft_inline > .xdsoft_datepicker {
        width: auto !important;
        float: none !important;
    }

    .xdsoft_inline .xdsoft_label {
        z-index: 9 !important;
    }

        .xdsoft_inline .xdsoft_label i {
            display: none !important;
        }

    .xdsoft_inline .xdsoft_calendar th, .xdsoft_inline .xdsoft_calendar td:not(.xdsoft_current) {
        background: none !important;
        background-color: none !important;
        border: none !important;
        font-size: 0.9rem;
    }

    .xdsoft_inline .xdsoft_calendar th, .xdsoft_inline .xdsoft_calendar td {
        text-align: center !important;
    }

        .xdsoft_inline .xdsoft_calendar td > div {
            padding: 0.5rem;
        }

    .xdsoft_inline .xdsoft_month {
        width: auto !important;
        margin-left: calc(35% - 40px) !important;
    }

    .xdsoft_inline .xdsoft_year {
        width: auto !important;
    }

.modal-alternative {
    max-width: 600px;
}

    .modal-alternative .modal-header {
        padding: 1rem 0;
    }

    .modal-alternative .btn-close {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        color: #fff;
        opacity: 1;
    }

    .modal-alternative .modal-content {
        background-color: transparent;
        border: none;
    }

    .modal-alternative .modal-body {
        background-color: #fff;
    }

.modal-endmeeting {
    max-width: 450px;
}

    .modal-endmeeting .modal-header {
        padding: 1rem 0;
    }

    .modal-endmeeting .btn-close {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        color: #fff;
        opacity: 1;
    }

    .modal-endmeeting .modal-content {
        background-color: transparent;
        border: none;
    }

    .modal-endmeeting .modal-body {
        background-color: #fff;
        border-radius: 0.5rem;
    }

        .modal-endmeeting .modal-body .btn {
            font-weight: 600;
        }

.rate-md-content {
    width: auto;
    overflow: hidden;
}

    .rate-md-content .rate:not(:checked) > label:before {
        font-size: 1.7rem;
    }

.rate {
    display: inline-block;
    width: auto;
    overflow: hidden;
}

    .rate:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .rate:not(:checked) > label {
        float: right;
        width: auto;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 30px;
        color: #ccc;
    }

        .rate:not(:checked) > label:before {
            font-family: "Font Awesome 5 Free";
            content: "\f005";
            font-weight: 600;
        }

    .rate > input:checked ~ label {
        color: #e71b1b;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #d8311e;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #ea2828;
    }

.meeting-wait-time div {
    background-color: #e74c3c;
    border-radius: 0.5rem;
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 0.7rem;
    font-weight: 500;
}

    .meeting-wait-time div span {
        font-size: 2.5rem;
        font-weight: 600;
        display: block;
        line-height: 2.5rem;
        margin-bottom: 0.5rem;
    }

.meeting-menu-bars {
    width: auto;
    position: absolute;
    align-items: center;
    top: 1rem;
    z-index: 2;
    right: 1rem;
    height: 100%;
    display: flex;
}

    .meeting-menu-bars .dropdown-menu-center {
        margin-top: 2.5rem !important;
        bottom: 0 !important;
    }

        .meeting-menu-bars .dropdown-menu-center li {
            background-color: #fff;
        }

.form-check-orange:checked {
    border-color: #e74c3c !important;
    background-color: #e74c3c !important;
}

    .form-check-orange:checked[type=radio] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    }

.form-check-orange .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #e74c3c !important;
    background-color: #e74c3c !important;
}

.form-check-orange .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.form-check-orange .form-check-input:checked[type="checkbox"] {
    background-position: center;
}

.form-check-orange .form-check-input {
    width: 1.2em;
    height: 1.2em;
}

    .form-check-orange .form-check-input:checked {
        background-color: #e74c3c;
        border-color: #e74c3c;
    }

        .form-check-orange .form-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
        }

.form-check-orange input[type="checkbox"].error, input[type="radio"].form-check-orange.error {
    background-position: center !important;
}

.form-elements-default label:not(.form-check-label) {
    font-size: 1rem;
    font-weight: 500;
}

.form-elements-default input[type="text"],
.form-elements-default input[type="file"],
.form-elements-default input[type="email"],
.form-elements-default input[type="password"],
.form-elements-default select {
    border-radius: 0.3rem;
    padding: 1rem 1rem;
    color: #666;
    border: 1px solid #ced4da;
}

.form-elements-default select {
    padding: 1rem 0.4rem !important;
}

select.select-arrow.valid {
    background-image: none !important;
    background: #fff url(/images/select-arrow-down.png) no-repeat right 0.7rem center !important;
    background-size: auto;
}

.ht-doctordetails {
    max-height: 240px;
}

.iti {
    display: block !important;
}

.table > :not(:first-child) {
    border-top: none;
}

a {
    text-decoration: none;
}

    a:hover {
        color: #666;
        text-decoration: none;
    }

.sign-up-button-fixed {
    display: inline-block;
    background: #e74c3c;
    color: #fff;
    padding: 0.5rem 1rem;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    font-weight: 600;
    border-radius: 0.5rem;
    cursor: pointer;
}

    .sign-up-button-fixed a {
        color: #fff;
    }

    .sign-up-button-fixed small {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-color: #000;
        border: 2px solid #fff;
        border-radius: 100%;
        text-align: center;
        font-size: 0.7rem;
        line-height: 0.9rem;
        position: absolute;
        top: -0.5rem;
        right: -0.5rem;
    }

    .sign-up-button-fixed:hover {
        background: #d8311e;
        color: #fff;
    }

.top-search-container {
    -webkit-box-shadow: 15px 15px 15px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 15px 15px 15px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 15px 15px 15px 15px rgba(0, 0, 0, 0.1);
}

.top-search {
    height: auto;
    background: transparent;
    border-bottom: none;
    margin-top: 70px;
}

.top-search-list div > a > picture {
    display: block;
    margin-bottom: 0.5rem;
    border-radius: 2rem;
}

.top-search-list div:hover > a > picture {
    background-color: #f8f6f6;
}

.top-search-list > div > a > span {
    display: block;
    font-weight: 500;
    text-align: center;
    position: relative
}

.top-search-content {
    width: auto;
    margin: auto 1rem;
    padding: 0.4rem 1rem;
    border: 1px solid #aaa;
    border-radius: 2rem;
    overflow: hidden;
}

    .top-search-content div {
        width: auto;
        margin: auto 1rem;
    }

    .top-search-content button {
        border: none;
        background: none;
    }

    .top-search-content input {
        padding: .375rem 0;
        border: none;
        border-radius: 2rem;
        outline: 0px !important;
        -webkit-appearance: none;
        box-shadow: none !important;
    }

        .top-search-content input::placeholder {
            color: #333 !important;
        }

.hero {
    height: 500px;
    position: relative;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 998;
    height: 100%;
}

.home-slider {
    max-height: 500px;
    overflow: hidden;
}

.home-slider-content {
    height: 100%;
}

    .home-slider-content div {
        height: 100%;
    }

        .home-slider-content div img.img-fluid {
            height: 100%;
            object-fit: cover;
        }

.slider-title {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.11;
    letter-spacing: normal;
    color: #fff;
    max-width: 590px;
}

.slider-button-register {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e74c3c;
    padding: 0.5rem 1.5rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 2rem;
    border: 2px solid #fff;
    transition: all 1s;
    cursor: pointer;
}

    .slider-button-register:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 10px;
        background: url(/images/right-arrow.png) no-repeat center;
        background-size: 20px 20px;
        margin-left: 0.5rem;
    }

    .slider-button-register:hover {
        color: #fff;
        background-color: #d8311e;
    }

.slider-button-expert {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #28a745;
    padding: 0.5rem 1.5rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 2rem;
    border: 2px solid #fff;
    transition: all 1s;
    cursor: pointer;
}

    .slider-button-expert:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 10px;
        background: url(/images/right-arrow.png) no-repeat center;
        background-size: 20px 20px;
        margin-left: 0.5rem;
    }

    .slider-button-expert:hover {
        color: #fff;
        background-color: #1d9a3a;
    }

.slider-image-list > ul {
    list-style: none;
    margin: auto;
    padding: 0;
}

    .slider-image-list > ul > li {
        margin-right: 1rem
    }

        .slider-image-list > ul > li > a {
            color: #fff;
            font-size: 14px;
            position: relative
        }

            .slider-image-list > ul > li > a > picture {
                display: block;
                max-width: 105px;
                position: relative;
                -webkit-transition: all 1s;
                transition: all 1s;
                margin-bottom: .5rem;
                border: 3px solid #fff;
                border-radius: .5rem;
                overflow: hidden
            }

                .slider-image-list > ul > li > a > picture:hover {
                    -webkit-box-shadow: 0 0 50px #ccc;
                    box-shadow: 0 0 50px #ccc
                }

                    .slider-image-list > ul > li > a > picture:hover > img {
                        -webkit-transform: scale(1.15);
                        transform: scale(1.15)
                    }

                .slider-image-list > ul > li > a > picture > img {
                    max-width: 100px;
                    position: relative;
                    -webkit-transform-origin: center;
                    transform-origin: center;
                    -webkit-transition: all 1s;
                    transition: all 1s
                }

            .slider-image-list > ul > li > a > strong {
                display: block;
                text-align: center;
                position: relative
            }

                .slider-image-list > ul > li > a > strong:before {
                    content: "";
                    position: absolute;
                    left: -webkit-calc(50% - 5px);
                    left: calc(50% - 5px);
                    top: -8px;
                    width: 0;
                    height: 0;
                    border-left: 5px solid transparent;
                    border-right: 5px solid transparent;
                    border-top: 5px solid #fff;
                    clear: both;
                    z-index: 9999
                }

.slider-links {
    width: auto;
    max-width: 500px;
    color: #fff;
    font-size: 1rem;
    overflow: hidden;
}

    .slider-links > a {
        display: inline-block;
        font-weight: 600;
        color: #fff;
    }

        .slider-links > a > span {
            display: inline-block;
        }

        .slider-links > a:not(:last-child):after {
            display: inline-block;
            content: ",";
        }

        .slider-links > a:last-child:after {
            display: inline-block;
            content: ".";
        }

.home-card {
    padding: 2.5rem;
    text-align: center;
    border-radius: 1.5rem;
    border: 1px solid #eee;
    transition: all .3s;
}

    .home-card:hover {
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
        box-shadow: 0 0 12px rgba(0, 0, 0, .1)
    }

    .home-card img {
        width: 160px;
        height: 160px;
        object-fit: contain;
    }

    .home-card h2 {
        max-width: 17rem;
        margin: auto auto;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.27;
    }

    .home-card p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.31;
    }

.home-about {
    width: auto;
    border-radius: 1.5rem;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

    .home-about > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding: 2.5rem 4rem;
        z-index: 1;
        position: relative;
        text-align: justify;
    }

    .home-about span {
        display: block;
        color: #e74c3c;
        font-weight: 500;
    }

    .home-about b {
        display: block;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.27;
    }

    .home-about p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
    }

        .home-about p:last-child {
            margin-bottom: auto;
        }

    .home-about > img {
        position: absolute;
        margin: 0;
        width: 100%;
        z-index: 0;
        height: auto;
        opacity: 0.2;
    }

.home-video {
    width: auto;
    min-height: 600px;
    border-radius: 1.5rem;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

    .home-video > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding: 2.5rem 4rem;
        z-index: 1;
        position: relative;
        text-align: justify;
    }

    .home-video a {
        display: block;
        color: #fff;
        font-weight: 600;
        text-align: center;
    }

        .home-video a > span {
            display: block;
            margin-top: 0.5rem;
        }

    .home-video > img {
        position: absolute;
        margin: 0;
        width: 100%;
        z-index: 0;
        height: auto;
    }

.home-reviews {
    border: 1px solid #eee;
    border-radius: 1rem;
}

    .home-reviews img.reviews-photo {
        border-radius: 100%;
    }

    .home-reviews .reviews-text {
        color: #666;
    }

.home-subtitle {
    font-weight: 600;
}

.blog-home-photo {
    width: auto;
    margin-bottom: 2rem;
    position: relative;
}

    .blog-home-photo > span {
        display: inline-block;
        margin: 5px 20px;
        padding: 5px 20px;
        background-color: #eee;
        color: #999;
        font-size: 14px;
        border-radius: 5px;
        position: absolute;
        bottom: -1rem;
    }

    .blog-home-photo > img {
        width: 380px;
        height: 240px;
        object-fit: cover;
    }

.blog-home-link > h5 {
    line-height: 2rem;
}

.blog-home-link span.link-more {
    display: block;
    margin-top: 0.5rem;
    color: #e74c3c;
    font-size: 0.85rem;
}

    .blog-home-link span.link-more > i {
        font-weight: 500;
    }

.blog-home-all > i {
    font-weight: 600;
}
/* */

ul.contact-info-list {
    list-style: none;
}

    ul.contact-info-list > li {
        align-items: center;
    }

        ul.contact-info-list > li > span:first-child {
            min-width: 3rem;
            font-size: 1.75rem;
            color: #e74c3c;
        }

ul.paged-list {
    display: inline-block;
}

    ul.paged-list > li {
        display: inline-block;
    }

        ul.paged-list > li > a {
            display: inline-block;
            min-width: 32px;
            min-height: 30px;
            line-height: 0.9rem;
            padding: 0.5rem;
            border: 1px solid #ced4da;
            border-radius: 0.5rem;
            font-weight: 500;
        }

            ul.paged-list > li > a.active,
            ul.paged-list > li > a:hover {
                background-color: #e74c3c;
                border-color: #e74c3c;
                color: #fff;
            }
/* Doctor */

.left-doctor-menu {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    padding: 1rem;
    font-size: 0.9rem;
}

    .left-doctor-menu > ul {
        margin: auto;
    }

        .left-doctor-menu > ul > li {
            border: 1px solid #eee;
            border-radius: 0.5rem;
            font-weight: 600;
        }

            .left-doctor-menu > ul > li.active > a,
            .left-doctor-menu > ul > li:hover > a {
                color: #e74c3c;
                border-right: 3px solid #e74c3c;
            }

            .left-doctor-menu > ul > li:not(:last-child) {
                margin-bottom: 0.5rem;
            }

            .left-doctor-menu > ul > li > a {
                display: block;
                margin: 0.5rem 0 0.5rem 0.5rem;
                color: #666;
            }

                .left-doctor-menu > ul > li > a > i {
                    min-width: 13px;
                    margin: auto 0.5rem;
                }

.left-doctor-statistic {
    padding: 0 1rem;
    color: #666;
    font-size: 0.9rem;
}

    .left-doctor-statistic > ul {
    }

        .left-doctor-statistic > ul > li {
            margin-bottom: 1rem;
            font-weight: 600;
            color: #787878;
        }

            .left-doctor-statistic > ul > li > div {
                display: inline-block;
                min-width: 48px;
                margin-right: 0.5rem;
            }

            .left-doctor-statistic > ul > li > span {
                color: #e74c3c;
            }

.doctor-header {
    width: auto;
    height: 150px;
    background: url(/images/bg-doctor-profile.jpg) no-repeat right, #e74c3c;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    color: #fff;
    position: relative;
}

.doctor-profile-photo {
    margin-bottom: -2rem;
}

.doctor-profile-border {
    width: 150px;
    height: 150px;
    border: 3px solid #fff;
    border-radius: 0.5rem;
    position: relative;
}

    .doctor-profile-border > img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    .doctor-profile-border > span.status {
        display: inline-block;
        width: 1rem;
        height: 1rem;
        border: 2px solid #fff;
        border-radius: 100%;
        background-color: #2bbb11;
        position: absolute;
        top: -5px;
        right: -5px;
    }

.doctor-header-details h5 {
    font-weight: 600;
}

.doctor-header-details h4 {
    font-weight: 600;
}

.doctor-location > ul {
    margin-bottom: auto;
    list-style: none;
    font-size: 0.8rem;
}

    .doctor-location > ul > li {
        display: inline-block;
    }

        .doctor-location > ul > li > span {
            color: rgba(255, 255, 255, 1);
        }

        .doctor-location > ul > li:not(:first-child)::before {
            content: " | ";
            display: inline-block;
            padding: 0 0.5rem;
            color: rgba(255, 255, 255, 1);
        }

.doctor-price {
    margin: auto 1rem 2.5rem auto;
    font-weight: 600;
}

.doctor-profile-buttons {
    margin-left: calc(150px + 3rem);
    position: relative;
}

.doctor-calendar-time-list {
}

    .doctor-calendar-time-list li span {
        display: block;
        border: 1px solid #eee;
        border-radius: 1rem;
        padding: 0.5rem;
        text-align: center;
        cursor: pointer;
    }

    .doctor-calendar-time-list li:hover span {
        display: block;
        border: 1px solid #e74c3c;
        border-radius: 1rem;
        padding: 0.5rem;
        text-align: center;
        cursor: pointer;
    }

    .doctor-calendar-time-list li.selected span {
        background-color: #e74c3c;
        border: 1px solid #e74c3c;
        color: #fff;
    }

.patient-header {
    width: auto;
    height: 150px;
    background: #6a738a;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    color: #fff;
    position: relative;
}

.patient-profile-photo {
    margin-bottom: -2rem;
}

.patient-profile-border {
    width: 150px;
    height: 150px;
    border: 3px solid #fff;
    border-radius: 0.5rem;
}

    .patient-profile-border > img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

.patient-header-details > h5 {
    font-weight: 600;
}

    .patient-header-details > h5 > span:last-child {
        font-size: 0.9rem;
    }

        .patient-header-details > h5 > span:last-child:before {
            content: "/";
            display: inline-block;
            margin: auto 0.5rem;
            color: rgba(255, 255, 255, 0.5);
        }

.patient-info > ul {
    margin-bottom: auto;
    list-style: none;
}

    .patient-info > ul > li {
        display: inline-block;
        padding-right: 1rem;
        margin-right: 1rem;
        color: rgba(255, 255, 255, 0.75);
        font-weight: 600;
        vertical-align: top;
    }

        .patient-info > ul > li > span {
            display: block;
            color: #fff;
            font-size: 1rem;
        }

.img-patient-pets {
    width: 100%;
    height: 100%;
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
    object-fit: cover;
    border-radius: 1rem;
}

.patient-pets-detail-list {
    list-style: none;
    font-size: 0.8rem;
    font-weight: 600;
}

    .patient-pets-detail-list > li {
        display: inline-block;
        color: #000;
    }

        .patient-pets-detail-list > li:not(:last-child):after {
            display: inline-block;
            content: "/";
            padding: 0 0.5rem;
        }

.patient-pet-title {
    font-size: 1rem;
    color: #e74c3c;
}

.patient-pets-desc {
    font-size: 0.8rem;
}

.tab-section {
    border: 1px solid #eee;
    border-radius: 0.5rem;
    padding: 1rem 2rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: #666;
}

    .tab-section > .tab-title {
        font-size: 1rem;
        font-weight: 500;
        color: #000;
    }

        .tab-section > .tab-title:after {
            content: "";
            display: block;
            width: 2rem;
            margin-bottom: 1rem;
            padding: 0.4rem 0;
            border-bottom: 1px solid #e74c3c;
        }

    .tab-section:hover .edit-pencil {
        display: inline-block;
    }

.tab-detail > ul {
}

    .tab-detail > ul > li {
        display: inline-block;
        margin-right: 0.4rem;
    }

        .tab-detail > ul > li:before {
            content: "";
            display: inline-block;
            width: 0.4rem;
            height: 0.4rem;
            margin-right: 0.5rem;
            margin-bottom: 0.1rem;
            background-color: #fff;
            border: 1px solid #e74c3c;
            border-radius: 100%;
        }

    .tab-detail > ul.alt {
        font-weight: 500;
    }

        .tab-detail > ul.alt > li {
            display: block;
        }

            .tab-detail > ul.alt > li:not(:last-child) {
                margin-bottom: 0.5rem;
            }

            .tab-detail > ul.alt > li:before {
                content: "";
                display: inline-block;
                width: 0.4rem;
                height: 0.4rem;
                margin-right: 0.5rem;
                margin-bottom: 0.1rem;
                background-color: #fff;
                border: 1px solid #e74c3c;
                border-radius: 100%;
            }

            .tab-detail > ul.alt > li > span {
                display: inline-block;
                width: 40%;
            }

            .tab-detail > ul.alt > li > b {
                color: #000;
            }

                .tab-detail > ul.alt > li > b:before {
                    content: ":";
                    display: inline-block;
                    margin-right: 1.5rem;
                    font-weight: normal;
                }

    .tab-detail > ul.list {
    }

        .tab-detail > ul.list > li {
            display: block;
        }

            .tab-detail > ul.list > li:not(:last-child) {
                margin-bottom: 0.5rem;
            }

            .tab-detail > ul.list > li:before {
                content: "";
                display: inline-block;
                width: 0.4rem;
                height: 0.4rem;
                margin-right: 0.5rem;
                margin-bottom: 0.1rem;
                background-color: #fff;
                border: 1px solid #e74c3c;
                border-radius: 100%;
            }

.tab-detail table {
    width: 100% !important;
}

    .tab-detail table > thead > tr {
        background-color: #f8f8f8;
    }

        .tab-detail table > thead > tr > th {
            padding: 0.5rem 1rem;
        }

    .tab-detail table > tbody > tr > td {
        padding: 0.5rem 1rem;
        border-bottom: 1px solid #eee;
    }

.tab-doctor-list {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    padding: 1rem;
    font-size: 0.9rem;
    position: relative;
}

    .tab-doctor-list .see-details {
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        z-index: 1;
    }

.doctor-list-profile {
}

    .doctor-list-profile > .profile-photo {
        max-width: 100px;
        position: relative;
    }

        .doctor-list-profile > .profile-photo > img {
            border-radius: 10px;
        }

    .doctor-list-profile > .profile-details {
    }

        .doctor-list-profile > .profile-details > h5 {
            font-weight: 600;
            font-size: 1.1rem;
        }

            .doctor-list-profile > .profile-details > h5 > span {
                display: inline-block;
                font-size: 0.7rem;
                margin-left: 0.5rem;
                padding: 0.15rem 0.5rem;
                color: #fff;
                background-color: #2bbb11;
                border-radius: 5rem;
            }

        .doctor-list-profile > .profile-details > h6 {
            font-size: 0.9rem;
        }

        .doctor-list-profile > .profile-details > ul {
            font-weight: 500;
            font-size: 0.9rem;
        }

            .doctor-list-profile > .profile-details > ul > li {
                display: inline-block;
                margin-right: 1rem;
            }

                .doctor-list-profile > .profile-details > ul > li > i {
                    color: #e74c3c;
                }

span.icon-favorite {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.25);
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    text-align: center;
    line-height: 1.6rem;
    color: #fff;
    cursor: pointer;
}

span.icon-status {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #fff;
    border-radius: 100%;
    background-color: #2bbb11;
    position: absolute;
    top: -5px;
    right: -5px;
}

.doctor-list-info {
    margin-bottom: auto;
}

    .doctor-list-info > li {
        font-size: 0.8rem;
    }

        .doctor-list-info > li.limit {
            height: 60px;
            overflow: hidden;
        }

        .doctor-list-info > li:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .doctor-list-info > li b {
            display: block;
            font-size: 0.8rem;
            font-weight: 600;
            color: rgba(0, 0, 0, 0.4);
        }

.right-other-doctor > ul {
    margin: 1rem;
}

    .right-other-doctor > ul > li:not(:last-child) {
        margin-bottom: 1rem;
        color: #000;
    }

    .right-other-doctor > ul > li > a {
        color: #000;
    }

        .right-other-doctor > ul > li > a > img {
            border-radius: 100%;
        }

        .right-other-doctor > ul > li > a > span {
            line-height: normal;
        }

            .right-other-doctor > ul > li > a > span > b {
                font-size: 0.9rem;
            }

.tab-other-doctor {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    font-size: 0.9rem;
}

    .tab-other-doctor > .tab-title {
        margin: 1rem;
        font-size: 1rem;
        font-weight: 600;
    }

        .tab-other-doctor > .tab-title:after {
            content: "";
            display: block;
            width: 2rem;
            margin-bottom: 1rem;
            padding: 0.4rem 0;
            border-bottom: 1px solid #e74c3c;
        }

    .tab-other-doctor > .tab-after {
        border-top: 1px solid #eee;
        padding: 0.5rem;
        font-weight: 600;
        text-align: center;
    }

        .tab-other-doctor > .tab-after > a {
            color: #000;
        }

.see-details {
    padding: 0.5rem 1rem;
    text-align: center;
    font-weight: 500;
}

    .see-details:after {
        content: "";
        display: inline-block;
        width: 16px;
        height: 10px;
        margin-left: 0.5rem;
        background: url(/images/arrow-see-details.png) no-repeat;
    }

.certificate-list > ul {
    margin-bottom: auto;
}

    .certificate-list > ul > li {
        font-size: 0.9rem;
    }

        .certificate-list > ul > li:not(:last-child) {
            display: block;
            margin-bottom: 1rem;
        }

        .certificate-list > ul > li > b {
            display: block;
        }

            .certificate-list > ul > li > b:before {
                content: "";
                display: inline-block;
                width: 0.7rem;
                height: 0.15rem;
                background-color: #ddd;
                margin-right: 0.5rem;
                margin-bottom: 0.2rem;
            }

        .certificate-list > ul > li > span {
            display: block;
        }

.previous-operations-list > ul {
    margin-bottom: auto;
}

    .previous-operations-list > ul > li {
    }

        .previous-operations-list > ul > li:not(:last-child) {
            display: block;
            margin-bottom: 1rem;
        }

        .previous-operations-list > ul > li > b {
            display: block;
            color: #000;
        }

        .previous-operations-list > ul > li > span {
        }

        .previous-operations-list > ul > li > b:before {
            content: "";
            display: inline-block;
            width: 0.7rem;
            height: 0.15rem;
            background-color: #ddd;
            margin-right: 0.5rem;
            margin-bottom: 0.2rem;
        }

.education-list > ul {
    margin-bottom: auto;
}

    .education-list > ul > li:not(:last-child) {
        margin-bottom: 1rem;
    }

    .education-list > ul > li {
        display: flex;
        width: 100%;
    }

        .education-list > ul > li > picture {
            margin-right: 1rem;
        }

        .education-list > ul > li > section {
            width: 100%;
            padding-bottom: 1rem;
            border-bottom: 1px solid #eee;
            font-size: 0.9rem;
        }

            .education-list > ul > li > section > b {
                display: block;
            }

            .education-list > ul > li > section > span {
                display: block;
            }

.publication-list > ul {
    margin-bottom: auto;
}

    .publication-list > ul > li:not(:last-child) {
        display: block;
        margin-bottom: 1rem;
    }

    .publication-list > ul > li > b {
        display: block;
    }

    .publication-list > ul > li > span {
        color: rgba(0, 0, 0, 0.5);
    }

    .publication-list > ul > li > a {
        float: right;
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(/images/list-arrow.png) no-repeat center;
    }

.show-more {
    display: inline-block;
    color: #e74c3c !important;
    font-weight: 600;
}

.tab-right-icon {
    width: 20px;
    height: 20px;
    background-color: #fff;
    padding: 1rem;
    border: 2px solid #eee;
    border-radius: 100%;
    position: absolute;
    top: 1rem;
    right: 1rem;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
}

.tab-middle-icon {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin: auto auto;
    padding: 1.5rem;
    border: 2px solid #eee;
    border-radius: 100%;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 1rem;
    color: #e74c3c;
    cursor: pointer;
}
/* */

.button-expert {
    display: block;
    background: url(/images/right-arrow.png) no-repeat right 1rem center, #28a745;
    background-size: 20px 20px;
    border: 1px solid #28a745;
    border-radius: 0.5rem;
    padding: 0.7rem 1rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

    .button-expert:hover {
        color: #fff;
        background-color: #1d9a3a;
    }

.button-reviews {
    display: block;
    background-color: #fff;
    border: 1px solid #e74c3c;
    border-radius: 0.5rem;
    padding: 0.7rem 1rem;
    font-weight: 600;
    color: #e74c3c;
}

    .button-reviews > img {
        margin-right: 0.5rem;
    }

.title-after-solid {
    position: relative;
}

    .title-after-solid > span {
        background-color: #fff !important;
        padding-right: 1rem !important;
        font-weight: 600 !important;
        position: relative;
        z-index: 2;
    }

        .title-after-solid > span.grey {
            background-color: #f8f8f8 !important;
        }

    .title-after-solid:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 0.5em;
        border-top: 2px solid #eee;
        z-index: 1;
    }

.title-payment-success {
    color: #228100;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
}

.title-payment-fail {
    color: #d1403f;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
}

.payment-card-save-info {
    display: inline-block;
    padding-top: 0.2rem;
    font-size: 0.8rem !important;
}

.content-border {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.form-style label {
    font-weight: 500 !important;
}

.form-style input,
.form-style select {
    height: auto !important;
    padding: 0.7rem 1rem;
}

.mt-payment-right-column {
    margin-top: 70px;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.input-group-text {
    min-width: 3rem;
    background-color: transparent;
    text-align: center;
    justify-content: center;
}

.dot-online {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    border: 2px solid #fff;
    border-radius: 100%;
    background-color: #2bbb11;
    top: 1px;
    position: relative;
}

.btn-filter {
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    padding: .375rem 2.25rem .375rem .75rem !important;
}

.btn-minw {
    min-width: 85px;
}

.btn-tab-minw {
    min-width: 130px;
}

.btn-md {
    padding: 0.7rem 1rem !important;
}

.btn-lg {
    padding: 1rem !important;
}

.btn-fs-normal {
    display: flex;
    padding: 0.7rem 1.2rem;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem !important;
}

    .btn-fs-normal > i {
        font-size: 1rem !important;
        margin-right: 0.5rem;
    }

.btn-empty {
    border: 1px solid #fff;
    border-radius: 0.3rem;
    padding: 0.7rem 0;
    background-color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
}

.btn-orange-border {
    border: 1px solid #e74c3c;
    border-radius: 0.3rem;
    padding: 0.7rem 1.5rem;
    background-color: #fff;
    color: #e74c3c;
    font-weight: 500;
    font-size: 0.8rem;
}

    .btn-orange-border:hover {
        background-color: #d8311e;
        color: #fff;
    }

.btn-orange {
    border: 1px solid #e74c3c;
    border-radius: 0.3rem;
    padding: 0.7rem 1.5rem;
    color: #fff;
    background-color: #e74c3c;
    font-weight: 500;
    font-size: 0.8rem;
}

    .btn-orange:hover {
        background-color: #d8311e;
        color: #fff;
    }

.btn-sm-orange {
    border: none;
    border-radius: 0.3rem;
    padding: 0.5rem 1.5rem;
    color: #fff;
    background-color: #e74c3c;
    font-weight: 500;
    font-size: 0.8rem;
}

    .btn-sm-orange:hover {
        background-color: #d8311e;
        color: #fff;
    }

.btn-xs-orange {
    border: none;
    border-radius: 0.3rem;
    padding: 0.35rem 0.75rem;
    color: #fff;
    background-color: #e74c3c;
    font-weight: 500;
    font-size: 0.8rem;
}

    .btn-xs-orange:hover {
        background-color: #d8311e;
        color: #fff;
    }

.btn-green {
    border: none;
    border-radius: 0.3rem;
    padding: 0.7rem 1.5rem;
    color: #fff;
    background-color: #238200;
    border: 1px solid #238200;
    font-weight: 500;
    font-size: 0.8rem;
}

    .btn-green:hover {
        background-color: #1b6600;
        color: #fff;
    }

.btn-green2 {
    border: none;
    border-radius: 0.3rem;
    padding: 0.7rem 1.5rem;
    color: #fff;
    background-color: #28a745;
    border: 1px solid #28a745;
    font-weight: 500;
    font-size: 0.8rem;
}

    .btn-green2:hover {
        background-color: #259b40;
        color: #fff;
    }

.btn-grey-outline {
    border: none;
    border-radius: 0.3rem;
    padding: 0.5rem 1rem;
    color: #666;
    border: 1px solid #ced4da;
    font-weight: 600;
    font-size: 0.8rem;
}

    .btn-grey-outline:hover {
        background-color: #f8f8f8;
    }

.btn-file-upload {
    display: block;
    width: 100%;
    border-radius: 0.3rem !important;
    margin-top: 0.5rem;
    padding: 1rem 1rem !important;
    text-align: center;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    color: #666;
    border: 1px solid #ced4da;
}

.btn-grey {
    border: none;
    border-radius: 0.3rem;
    padding: 0.5rem 1rem;
    color: #666;
    background-color: #f8f8f8;
    border: 1px solid #ced4da;
    font-weight: 500;
    font-size: 0.8rem;
}

    .btn-grey:hover {
        background-color: #ddd;
    }

.btn-grey-border {
    border: none;
    border-radius: 0.3rem;
    padding: 0.5rem 1rem;
    color: #666;
    background-color: #f8f8f8;
    border: 1px solid #ced4da;
    font-weight: 600;
    font-size: 0.8rem;
}

    .btn-grey-border:hover {
        background-color: #eee;
    }

.btn-small {
    padding: 0.5rem 0.8rem;
    font-size: 0.8rem;
}

.btn-tab {
    border: none;
    border-radius: 0.3rem;
    padding: 0.7rem 1.5rem;
    color: #666;
    background-color: #fff;
    border: 1px solid #ced4da;
    font-weight: 600;
    font-size: 0.8rem;
}

    .btn-tab:hover {
        background-color: #f8f8f8;
    }

    .btn-tab.active {
        border: none;
        border-radius: 0.3rem;
        padding: 0.7rem 1.5rem;
        color: #fff;
        background-color: #e74c3c;
        border: 1px solid #e74c3c;
        position: relative;
    }

        .btn-tab.active:hover {
            background-color: #d8311e;
            border: 1px solid #d8311e;
        }

        .btn-tab.active::after {
            content: "";
            position: absolute;
            left: -webkit-calc(50% - 5px);
            left: calc(50% - 5px);
            bottom: -6px;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #e74c3c;
            clear: both;
            z-index: 3;
        }

.btn-doctor-list-tab {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.8rem;
    text-align: center;
}

    .btn-doctor-list-tab a {
        flex: 1 1 auto !important;
        padding: 0.7rem 1.5rem;
        color: #666;
        text-align: center;
    }

        .btn-doctor-list-tab a:not(:last-child) {
            border-right: 1px solid #ced4da;
        }

        .btn-doctor-list-tab a:hover {
            background-color: #f8f8f8;
        }

        .btn-doctor-list-tab a.active {
            border: none;
            padding: 0.7rem 1.5rem;
            color: #fff;
            background-color: #e74c3c;
            border: 1px solid #e74c3c;
            position: relative;
        }

            .btn-doctor-list-tab a.active:hover {
                background-color: #d8311e;
                border: 1px solid #d8311e;
            }

.btn-width-static {
    min-width: 152px;
    padding: 0.9rem 1.2rem !important;
}

.notification-list {
    min-width: 15rem;
    font-size: 0.8rem;
    transform: translate(-6.5rem, 46px) !important;
    left: 0 !important;
}

    .notification-list > li {
        border-bottom: 1px solid #ddd;
    }

        .notification-list > li:first-child {
            display: flex;
            justify-content: space-between;
        }

            .notification-list > li:first-child > * {
                display: block;
                padding: 0.5rem 1rem;
                font-weight: 600;
            }

            .notification-list > li:first-child > a {
                color: #e74c3c;
                text-decoration: underline;
            }

        .notification-list > li > div {
            padding: 0.5rem 1rem;
        }

            .notification-list > li > div > small {
                font-size: 0.7rem;
                color: rgba(0, 0, 0, 0.5);
                position: relative;
            }

                .notification-list > li > div > small:before {
                    content: "";
                    display: inline-block;
                    width: 5px;
                    height: 5px;
                    border-radius: 100%;
                    background-color: #e74c3c;
                    position: absolute;
                    top: 5px;
                    left: -10px;
                }

            .notification-list > li > div > h5 {
                font-size: 0.9rem;
                font-weight: 600;
            }

            .notification-list > li > div > h6 {
                font-size: 0.8rem;
            }

            .notification-list > li > div > a.btn {
                display: block;
                padding: 0.3rem 1rem;
            }

    .notification-list.dropdown-menu {
        padding: 0;
    }

.notification-page-list {
    position: relative;
}

    .notification-page-list:before {
        content: "";
        display: inline-block;
        width: 3px;
        top: 2.2rem;
        min-height: calc(100% - 4.4rem);
        background-color: #eee;
        position: absolute;
    }

    .notification-page-list > li {
        position: relative;
    }

        .notification-page-list > li:before {
            content: "";
            display: inline-block;
            width: 0.5rem;
            height: 0.5rem;
            border-radius: 100%;
            background-color: #e74c3c;
            position: absolute;
            top: 2.2rem;
            left: -0.13rem;
        }

        .notification-page-list > li > div {
            padding: 0.5rem 1rem;
        }

            .notification-page-list > li > div > small {
                font-size: 0.7rem;
                font-weight: 600;
                color: #e74c3c;
            }

            .notification-page-list > li > div > h5 {
                font-size: 0.9rem;
                font-weight: 600;
            }

            .notification-page-list > li > div > h6 {
                font-size: 0.8rem;
            }

            .notification-page-list > li > div > a.btn {
                padding: 0.3rem 1rem;
            }

.language-menu {
    font-size: 0.8rem;
    min-width: auto;
}

.tab-right-block {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    padding: 1rem;
    font-size: 0.9rem;
    position: relative;
}

.tab-section {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    padding: 1rem 2rem;
    font-size: 0.9rem;
    position: relative;
}

    .tab-section > .tab-title {
        font-size: 1rem;
        font-weight: 600;
    }

        .tab-section > .tab-title:after {
            content: "";
            display: block;
            width: 2rem;
            margin-bottom: 1rem;
            padding: 0.4rem 0;
            border-bottom: 1px solid #e74c3c;
        }

        .tab-section > .tab-title.dark:after {
            content: "";
            display: block;
            width: 0.7rem;
            margin-bottom: 1rem;
            padding: 0.4rem 0;
            border-bottom: 2px solid #000;
        }

.tab-right-icon {
    width: 20px;
    height: 20px;
    background-color: #fff;
    padding: 1rem;
    border: 2px solid #eee;
    border-radius: 100%;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

    .tab-right-icon:hover {
        background-color: #eee !important;
    }

    .tab-right-icon.plus {
        background: url(/images/icon-plus.png) no-repeat center, #fff;
    }

.payment-card-list {
    margin: auto;
    padding: 0;
    list-style-type: none;
}

    .payment-card-list > li:not(:last-child) {
        margin-bottom: 1rem;
    }

    .payment-card-list > li > div {
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: 0.5rem;
        padding: 1rem;
        font-size: 0.9rem;
        align-items: center;
        justify-content: center;
        font-weight: 500;
    }

.payment-card-info {
    padding: 1rem 2rem;
    color: #666;
    font-weight: 500;
}

    .payment-card-info span {
        display: block;
    }

.payment-button-mini {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 1rem;
    color: #e74c3c;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.5rem 1rem !important;
}

    .payment-button-mini:hover {
        color: #d8311e;
    }

.block-info {
    display: block;
    font-weight: 500;
}

.tab-icon-list {
    float: right;
    list-style-type: none;
    border-left: 1px solid #eee;
    padding-left: 2rem;
    font-size: 1rem;
}

    .tab-icon-list.border-none {
        border-left: none;
        padding-left: 0;
    }

    .tab-icon-list > li {
        display: inline-block;
    }

        .tab-icon-list > li:not(:first-child) {
            margin-left: 0.5rem;
        }

.page-detail {
    width: auto;
    overflow: hidden;
}

    .page-detail > h1 {
        font-size: 2.5rem;
        font-weight: 600;
    }

    .page-detail .about-title {
        color: #e74c3c;
        font-size: 1rem;
    }

    .page-detail .faq-title {
        font-size: 1.2rem;
        font-weight: 500;
    }

.page-detail-contact {
    background-color: #f9f9f9;
}

    .page-detail-contact h2 {
        font-size: 2.5rem;
        font-weight: 600;
    }

.blog-detail-date {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
}

.page-detail-social-media li {
    display: inline-block;
}

    .page-detail-social-media li:not(:first-child) {
        margin-left: 0.5rem;
    }

    .page-detail-social-media li > a {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        background-color: #fff;
        padding: 0.5rem;
        border-radius: 100%;
        line-height: 0.9rem;
        text-align: center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .page-detail-social-media li > a:hover {
            background-color: #e74c3c;
            color: #fff;
        }

        .page-detail-social-media li > a > i {
            font-size: 1rem;
        }

.header-link-list li {
    display: block;
    margin-bottom: 0.5rem;
}

.footer-container {
    background-color: #f7f7f7;
    font-size: 0.8rem;
}

    .footer-container a {
        color: #000;
    }

.footer-link-list li {
    display: block;
    margin-bottom: 0.5rem;
}

.footer-link-social-media li {
    display: inline-block;
    margin-right: 0.5rem;
}

    .footer-link-social-media li > a {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        background-color: #fff;
        padding: 0.5rem;
        border-radius: 100%;
        text-align: center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .footer-link-social-media li > a:hover {
            background-color: #e74c3c;
            color: #fff;
        }

        .footer-link-social-media li > a > i {
            font-size: 1rem;
        }

.footer-copyright {
    border-top: 1px solid #e3e3e3;
}

.footer-list-inline > li {
    display: inline-block;
}

    .footer-list-inline > li:not(:first-child) {
        margin-left: 2rem;
    }

.bgcolor-grey {
    background-color: #f7f7f7;
}

.bgcolor-orange {
    background-color: #e74c3c !important;
    color: #fff;
}

.color-orange {
    color: #e74c3c !important;
}

.color-green {
    color: #238200 !important;
}

.color-grey {
    color: #999 !important;
}

.color-grey-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.color-grey-light {
    color: #ccc !important;
}

.page-right {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.page-right-background {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.page-right-block {
    float: right;
    min-width: 470px;
    max-width: 470px;
    right: -470px;
    height: 100%;
    background-color: #fff;
    transition: all 1s ease;
    z-index: 2;
    position: relative;
}

    .page-right-block.open {
        right: 0;
        transition: all 1s ease-out;
    }

.select-arrow {
    background: #fff url(/images/select-arrow-down.png) no-repeat right 0.7rem center;
    background-size: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 3rem !important;
    font-weight: 500 !important;
}
/* Appointments */

.appointment-title {
    font-weight: 600;
}

.appointment-detail {
    display: block;
    color: #555;
    font-weight: 500;
}

.appointment-info {
    font-weight: 500;
}

    .appointment-info > small {
        display: block;
        font-weight: 600;
        color: #e74c3c;
    }

        .appointment-info > small > span.badge {
            margin-left: 0.5rem;
            padding: 0.3rem 0.5rem;
            border-radius: 1rem;
        }

            .appointment-info > small > span.badge > a {
                color: #fff;
            }

.appointment-attachment-list {
    margin: auto;
    padding: 0;
}

    .appointment-attachment-list > li {
        margin-bottom: 1rem;
        position: relative;
    }

        .appointment-attachment-list > li > button {
            font-size: 0.9rem;
            font-weight: 600;
            padding: 0.5rem 1rem !important;
        }

        .appointment-attachment-list > li > span.remove {
            display: inline-block;
            width: 20px;
            height: 20px;
            background-color: #e74c3c;
            border: 2px solid #fff;
            border-radius: 100%;
            text-align: center;
            font-size: 0.7rem;
            line-height: 1rem;
            position: absolute;
            top: -0.5rem;
            right: -0.5rem;
            cursor: pointer;
        }

            .appointment-attachment-list > li > span.remove:before {
                font-family: "Font Awesome 5 Free";
                content: "\f00d";
                font-weight: 600;
                display: inline-block;
                color: #fff;
            }

            .appointment-attachment-list > li > span.remove:hover {
                background-color: #666;
            }
/* Doctor Calendar */
.calendar-row {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    padding: 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    position: relative;
}

    .calendar-row.active:after {
        content: "";
        position: absolute;
        left: 5%;
        bottom: -7px;
        width: 16px;
        height: 7px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAHCAYAAAABIM1CAAAArklEQVQYV2P8////AgYGhnggJgcsZHz06NECbm7ueAEBAQYmJiaiDPn37x/Dhw8fGL5+/bqQEaTjyZMnCaysrJMFBQV5gDReQ37//s3w/v37L0A6V0ZGZgHYAKghBkB6MdAlOkAXYTUEaCPI5itAyVig5gsgRXADQBygyQKfP3+egO4lZCfz8vIWAF36AWYDigFIroF7CWow3MnoTsNqAMxL0BhiYGRkTIA5Gd0AAOTPUutl27fdAAAAAElFTkSuQmCC) no-repeat center;
        clear: both;
        z-index: 2;
    }

.calendar-row-detail {
    font-size: 0.9rem;
    font-weight: 500;
}

.calendar-time-border {
    min-width: 120px;
    margin-right: 1rem;
    border-right: 1px solid #eee;
    overflow: hidden;
}

.calendar-time-list {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 0;
    list-style-type: none;
}

    .calendar-time-list > li {
        min-width: 125px;
        padding: 0 0.5rem;
    }

        .calendar-time-list > li::before {
            content: "";
            display: inline-block;
            background-color: #fff;
            border: 2px solid #e74c3c;
            border-radius: 100%;
            padding: 0.1rem;
            margin: auto 0.2rem 0.1rem auto;
        }

a.calendar-edit {
    display: inline-block;
    min-width: 4.5rem;
    text-align: right;
}

    a.calendar-edit > span {
        font-size: 0.7rem;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.5);
    }
/* Doctor Profile - Right Block */

.doctor-profile-block {
    width: 22rem;
}

.doctor-profile-right > span {
    display: block;
}

    .doctor-profile-right > span:first-child {
        font-weight: 600;
        font-size: 1.2rem;
    }

    .doctor-profile-right > span:last-child {
        font-weight: 500;
        font-size: 0.8rem;
        color: rgba(0, 0, 0, 0.5);
    }

ul.doctor-profile-right-list > li > span:first-child {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}

ul.doctor-profile-right-list > li > span:last-child {
    font-weight: 500;
}

ul.doctor-profile-right-list > li > span.meeting-info {
    color: #555;
    font-size: 0.8rem;
    font-weight: 500;
}

.right-block-title {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 600;
    font-size: 1rem;
}

.right-block-info-list {
    margin: 1rem 1rem auto;
    padding: 0;
    font-size: 0.8rem;
    font-weight: 500;
}

    .right-block-info-list > li:not(:last-child) {
        margin-bottom: 0.5rem;
    }
/* Buttons */

.button-orange {
    display: inline-block;
    background-color: #e74c3c;
    border: 1px solid #e74c3c;
    border-radius: 0.3rem;
    padding: 0.9rem 1.7rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
}

    .button-orange:hover {
        background-color: #d8311e;
        color: #fff;
    }

.button-orange-border {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #e74c3c;
    border-radius: 0.3rem;
    padding: 0.9rem 1.7rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #e74c3c;
}

    .button-orange-border:hover {
        background-color: rgba(245, 245, 245, 0.5);
        color: #e74c3c;
    }

/* Meeting */

.screen-tab {
    height: 100vh;
}

.video-conversation {
    width: 100%;
    height: 100%;
    position: absolute;
}

.video-controls-content {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
}

    .video-controls-content > div {
        display: flex;
        height: 100%;
    }

.doctor-video-screen {
    width: 100%;
    height: 100%;
    position: relative;
}

    .doctor-video-screen div {
        width: 100%;
        height: 100%;
        /*object-fit: cover;*/
    }

    .doctor-video-screen iframe {
        width: 100% !important;
        height: 100% !important;
        /*object-fit: cover;*/
    }

.video-title {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    z-index: 1;
    width: 13%;
}

.video-right-arrow {
    position: absolute;
    top: 1.5rem;
    right: 0;
    z-index: 1;
}

.time-left {
    display: inline-block;
    background-color: #ffac2a;
    color: #fff;
    padding: 0.7rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    border: 2px solid #fff;
    border-radius: 3rem;
}

.doctor-profile {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 2px;
    border-radius: 3rem;
    line-height: 1rem;
}

    .doctor-profile img {
        max-width: 40px;
        max-height: 40px;
        border-radius: 100%;
        margin: 0.3rem 0 0.3rem 0.3rem;
    }

    .doctor-profile div:last-child {
        /*        min-width: 110px;
        max-width: 110px;*/
        padding: 0.2rem;
    }

    .doctor-profile b {
        display: block;
        max-height: 16px;
        font-size: 0.8rem;
        font-weight: 500;
        overflow: hidden;
    }

    .doctor-profile span {
        display: block;
        max-height: 16px;
        font-size: 0.7rem;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.5);
        overflow: hidden;
    }

.video-buttons {
}

    .video-buttons a {
        display: inline-block;
    }

        .video-buttons a:not(:first-child) {
            margin-left: 0.3rem;
        }

    .video-buttons span {
        display: flex;
        width: 2.5rem;
        height: 2.5rem;
        padding: 1rem;
        background-color: #555;
        border-radius: 100%;
        color: #fff;
        font-size: 1rem;
        line-height: 0;
        align-items: center;
        justify-content: center;
    }

        .video-buttons span.red {
            background-color: #e71b1b;
        }

        .video-buttons span i {
            line-height: 0;
        }

.video-controls {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    z-index: 1;
}

.patient-video-screen {
}

    .patient-video-screen div {
        width: 250px;
        height: 250px;
        max-width: 250px;
        max-height: 250px;
        background: url(/images/no-video-image.png) no-repeat center;
        background-size: contain;
        border: 1px solid #fff;
        border-radius: 0.5rem;
        overflow: hidden;
    }

.meeting-patient-details {
    position: relative;
    width: 300px;
    background-color: #f8f8f8;
    padding: 1rem;
    transition: all 2s;
    overflow-y: scroll;
}

.meeting-patient-details-doctor {
    position: relative;
    width: auto !important;
    background-color: none !important;
    padding: 0 !important;
    transition: all 2s;
    overflow-y: scroll;
}

.meeting-arrow {
    display: inline-block;
    background-color: #fff;
    padding: 1rem 0.6rem;
    border: 1px solid #eee;
    border-radius: 0.5rem 0 0 0.5rem;
    cursor: pointer;
}

    .meeting-arrow.open {
        display: inline-block;
        background-color: #e71b1b;
        color: #fff;
        padding: 1rem 0.6rem;
        border: 1px solid #e71b1b;
        border-radius: 0.5rem 0 0 0.5rem;
        cursor: pointer;
    }

.meeting-patient-header {
}

    .meeting-patient-header .meeting-patient-photo {
        align-self: center;
    }

        .meeting-patient-header .meeting-patient-photo img {
            border-radius: 100%;
            max-width: 70px;
            max-height: 70px;
        }

    .meeting-patient-header .meeting-patient-info {
        margin-left: 1rem;
    }

        .meeting-patient-header .meeting-patient-info span {
            display: block;
        }

            .meeting-patient-header .meeting-patient-info span.title {
                font-size: 0.8rem;
                font-weight: 600;
            }

            .meeting-patient-header .meeting-patient-info span.year {
                margin-bottom: 0.3rem;
                font-size: 0.7rem;
                font-weight: 500;
            }

        .meeting-patient-header .meeting-patient-info ul {
        }

            .meeting-patient-header .meeting-patient-info ul li {
                display: inline-block;
                margin-right: 0.5rem;
                font-size: 0.6rem;
                font-weight: 600;
                color: #777;
                vertical-align: top;
            }

                .meeting-patient-header .meeting-patient-info ul li span {
                    font-size: 0.8rem;
                    font-weight: 600;
                    color: #000;
                }

.meeting-patient-details .title-divide {
    position: relative;
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}

    .meeting-patient-details .title-divide > span {
        background-color: #f8f8f8 !important;
        padding-right: 1rem !important;
        font-weight: 600 !important;
        color: #e71b1b;
        position: relative;
        z-index: 2;
    }

    .meeting-patient-details .title-divide:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 0.7em;
        border-top: 2px solid #dfdfdf;
        z-index: 1;
    }

.meeting-patient-details .info-text {
    font-size: 0.75rem;
    font-weight: 500;
}

.meeting-patient-details .info-title {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.meeting-patient-details ul.list-attachment {
    list-style: none;
}

    .meeting-patient-details ul.list-attachment > li {
        font-weight: 600;
    }

        .meeting-patient-details ul.list-attachment > li > i {
            font-weight: 500;
            color: #777;
        }

.meeting-patient-details ul.list-alt {
    margin-bottom: 1rem;
}

    .meeting-patient-details ul.list-alt > li {
        display: block;
    }

        .meeting-patient-details ul.list-alt > li:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .meeting-patient-details ul.list-alt > li:before {
            content: "";
            display: inline-block;
            width: 0.4rem;
            height: 0.4rem;
            margin-right: 0.5rem;
            margin-bottom: 0.1rem;
            background-color: #fff;
            border: 1px solid #e74c3c;
            border-radius: 100%;
        }

        .meeting-patient-details ul.list-alt > li > span {
            display: inline-block;
            width: 40%;
        }

        .meeting-patient-details ul.list-alt > li > b {
            color: #000;
        }

            .meeting-patient-details ul.list-alt > li > b:before {
                content: ":";
                display: inline-block;
                margin-right: 1.5rem;
                font-weight: normal;
            }

.meeting-end-info {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .meeting-end-info img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 0.25rem;
        margin: 0.7rem;
    }

    .meeting-end-info span.title {
        display: block;
        margin-bottom: 0.3rem;
        font-weight: 600;
        color: #e74c3c;
    }

    .meeting-end-info span.time {
        display: block;
        margin-bottom: 0.3rem;
        color: #999;
        font-weight: 500;
        font-size: 0.8rem;
    }

    .meeting-end-info span.money {
        display: block;
        margin-bottom: 0.5rem;
        color: #000;
        font-weight: 600;
    }

/* Wizard */
.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}
/* Responsive */
@media (max-width: 991.98px) {
    .doctor-profile-block {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .tab-detail > ul.alt > li > span {
        width: 45%
    }

    a.calendar-edit {
        min-width: 2rem;
    }

    .tab-icon-list {
        padding: 0 1rem;
    }

    .doctor-profile-border, .patient-profile-border {
        width: 120px;
        height: 120px;
    }

    .patient-video-screen div {
        max-width: 100px;
        max-height: 120px;
        border: 1px solid #fff;
        border-radius: 0.5rem;
        overflow: hidden;
    }

    .fs-home-modal-button > * {
        font-size: 0.9rem !important;
    }

    .hero-content {
        position: relative;
    }

        .hero-content:before {
            content: "";
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            position: absolute;
        }

        .hero-content > div {
            position: relative;
        }

    .slider-title {
        max-width: 290px;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 1.7rem;
    }

    .slider-image-list > ul > li {
        margin-right: 0.4rem;
    }

        .slider-image-list > ul > li > a {
            font-size: 0.7rem;
        }

            .slider-image-list > ul > li > a > picture > img {
                max-width: 100%;
                object-fit: cover;
            }

    .hero {
        height: 400px;
        position: relative;
        overflow: hidden;
    }

    .btn-doctor-list-tab a:not(:last-child) {
        border-right: none;
    }

    .slider-links {
        font-size: 1.15rem;
    }

    .home-about p {
        font-size: 0.8rem;
    }

    .calendar-time-list {
        border-left: none;
    }

        .calendar-time-list > li {
            margin-left: auto;
            margin-right: 1rem;
        }

    .doctor-profile-photo > div:first-child {
        width: 120px;
    }

    .doctor-header-details > h5 {
        font-size: 0.9rem;
    }

    .doctor-header-details > h4 {
        font-size: 0.9rem;
        margin-bottom: auto;
    }

    .doctor-location > ul {
        font-size: 0.7rem;
    }

        .doctor-location > ul > li:not(:first-child)::before {
            display: none;
        }

    .doctor-price {
        display: flex;
        margin: auto 1rem 2.5rem auto;
        font-weight: 600;
        font-size: 0.8rem;
    }

        .doctor-price > small {
            font-size: 0.7rem;
        }

    .doctor-profile-buttons {
        margin-left: auto;
    }

    .doctor-header {
        height: 115px;
    }

    .patient-header {
        height: 115px;
    }

    .patient-header-details > h5 > span {
        display: block;
        font-size: 0.9rem;
    }

        .patient-header-details > h5 > span::before {
            display: none;
        }

    .patient-profile-photo > div:first-child {
        width: 120px;
    }

    .patient-info {
        font-size: 0.6rem;
    }

        .patient-info > ul > li {
            margin-right: auto;
            padding-right: 0;
        }

            .patient-info > ul > li > span {
                font-size: 0.7rem;
            }

    .home-about {
        min-height: 355px;
    }

        .home-about > div {
            padding: 1.5rem;
        }

        .home-about p {
            line-height: 1.3;
        }

    .home-video {
        min-height: 355px;
    }

    .mt-payment-right-column {
        margin-top: 0px;
    }

    .payment-card-list > li > div {
        padding: 1rem 0;
    }

    .page-right-block {
        float: right;
        min-width: 320px;
        max-width: 320px;
        right: -320px;
        height: 100%;
        background-color: #fff;
        transition: all 1s ease;
        z-index: 2;
        position: relative;
    }

    .btn-login {
        font-size: 0.8rem;
    }

        .btn-login > span {
            margin-right: 0.5rem;
        }

    .footer-list-inline > li {
        display: block;
        margin-bottom: 0.5rem;
    }

        .footer-list-inline > li:not(:first-child) {
            margin-left: 0;
        }

    .footer-link-list li {
        margin-bottom: auto;
    }
}
