﻿.sb-sidenav-menu::-webkit-scrollbar {
    width: 1px;
    display: none;
}
.sb-sidenav-menu:hover::-webkit-scrollbar {
    width: 7px;
    display: block;
}
.sb-sidenav-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.sb-sidenav-menu::-webkit-scrollbar-thumb {
    background-color: #3090b5;
    outline: 1px solid #9acfe4;
}
.md-errors-spacer {
    display: none;
}
@font-face {
    font-family: 'FaunaOne-Regular';
    src: url('../fonts/FaunaOne-Regular.ttf') format('truetype');
}
body {
    font-family: 'Montserrat', sans-serif !important;
}
.w-100 {
    width: 100px;
}
.w-150 {
    width: 150px !important;
}
.w-200 {
    width: 200px;
}
.w-300 {
    width: 300px;
}
.top-5 {
    top: 5px;   
}
.top-15 {
    top: 15px;
}
.fs-12 {
    font-size: 12px !important
}
.fs-14 {
    font-size: 14px !important
}
/*No data*/
.no-data {
    display: block;
    padding: 5px;
    text-align: center;
}
.no-data > img {
    display: block;
    margin: auto;
    padding: 5px;
}
.no-data > p {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 8px;
}
/*Fonts*/
.verify-text {
    font-size: 14px;
    font-weight: 500;
    color: #000
}
.patient-dropdown > button {
    border-bottom: 1px solid #757575;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
.patient-dropdown-lab {
    font-size: 14px;
    color: #e36528;
    font-weight: 600;
}
.col-container {
    padding: 0 2.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: -webkit-box;
    display: flex;
}
.EH-card {
    border-radius: 8px;
    background-color: #fff;
    padding: 32px;
    -webkit-transition: 300ms all cubic-bezier(.4,0,.2,1);
    transition: 300ms all cubic-bezier(.4,0,.2,1);
    margin-top: 24px;
    box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 100%;
    /*text-align: center;*/
    -webkit-box-align: center !important;
    /*align-items: center !important;*/
}
.continue-btn {
    border-radius: 5px !important;
    box-shadow: 0px 8px 15px rgba(22, 81, 83, 0.3);
}
    .continue-btn,
    .continue-btn:focus {
        background-color: #FB5F00 !important;
        color: #fff !important;
        border-radius: 5px !important;
    }

.continue-btnB {
    box-shadow: 0px 8px 15px rgba(22, 81, 83, 0.3);
}
    .continue-btnB,
    .continue-btnB:focus {
        border-radius: 5px !important;
        background-color: #28a745 !important;
        color: #fff !important;
    }

.continue-btnC {
    border-radius: 5px !important;
    box-shadow: 0px 8px 15px rgba(22, 81, 83, 0.3);
}
.login-or {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 0;
    width: 85px;
    height: 24px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.loginWithUP > span {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    display: block;
}
.loginWithUP > button {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
}
.span-message > b {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.span-message > p {
    font-size: 13px;
    font-weight: 400;
    color: #616061;
    font-family: 'Roboto', sans-serif;
}
.hr-line {
    top: 11px;
    position: relative;
}
.continue-btnC,
.continue-btnC:focus {
    background-color: #92b0b3 !important;
    color: #fff !important;
}
/*.square-overlay {
    width: 30%;
    height: 30%;
    right: 0;
    left: 10%;
    bottom: 0;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    position: absolute;
    z-index: -1;
    background-color: #86dcdf;
    opacity: 0.1;
    border-radius: 5px;
}*/
.patient-app-logo > img {
    width: 100px;
    margin-bottom: 0px;
}
/*.circle-overlay {
    width: 250px;
    height: 250px;
    left: 50%;
    position: absolute;
    z-index: -1;
    background-color: #2b9da1;
    opacity: 0.1;
    border-radius: 100%;
    right: 0;
    top: 30%;
    border: 1px solid #2b9da1;
}*/
.EH-footer {
    border-top: 1px solid #ddd;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    padding: 15px 0 10px 0;
    color: #616061;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.EH-footer > p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #344054;
    margin: 0;
}
.EH-footer > ul > li > a  {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #007bff;
}
.footer-url > ul > li > a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;

}
.footer-url > h5 {
    color: #2b9da1;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}
.radius-100  {
    border-radius: 100px;
}
.my-ehnote-bg {
    background-color: #fff !important;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
/*Appointment List*/
/*.doctor-profile-EH {
    border-right: 1px solid #eee;
}*/
.doctor-profile-EH > h3 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}
.doctor-profile-EH > p {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 2px;
    font-family: 'Roboto', sans-serif;
}
.appt-timing {
    text-align: left;
    margin-left: 20px;
}
.appt-timing > h3 {
    margin-bottom: 1rem;
    font-size: 20px;
}
.appt-timing > p {
    font-size: 15px;
    color: #484848;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: 25px;
    font-weight: 500;
}
.appt-timing > p > span {
    color: #92b0b3;
    font-size: 15px;
    text-transform: capitalize;
}
.appt-timing > p > i, 
.appt-timing > label > i,
.patient-fees > label > i {
    margin-right: 5px;
    color: #089BAB;
}
.appt-timing > label {
    color: #808080;
    display: block;
    margin-bottom: 0px;
}
.patient-fees {
    color: #787878;
    font-weight: 400;
    text-transform: uppercase;
}
.appt-list-label {
    color: #212529;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
}
.patient-fees > i {
    font-size: 13px;
}
.image-video > img {
    width: 30px;
    display: inline-block;
}

.image-video > a {
    text-transform: uppercase;
    font-weight: 500;
    color: #047ec5 !important;
}
.cancel-appointment > i , 
.cancel-appointment > a {
    color: #ff0000;
}
/*-----------------*/
.uploaded-requisite-list > a {
    list-style: none;
    display: block;
    position: relative;
    cursor: pointer;
}
.uploaded-requisite-list > a > i {
    display: inline-block;
    vertical-align: middle;
}
.delete-icon {
    position: absolute;
    right: 15px;
    color: #ff0000;
    cursor: pointer;
    line-height: 25px;
    font-size: 20px;
}
.example-vid-img > li {
    display: inline-block;
    margin-right: 15px;
    border: 2px solid #eee;
    padding: 5px;
}
.example-vid-img > li > img {
    width: 50px;
    cursor: pointer;
}
/*File Drag & Drop*/
.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}

    .files input:focus {
        outline: 2px dashed #92b0b3;
        outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        border: 1px solid #92b0b3;
    }

.files {
    position: relative;
    margin: 10px;
}

    .files:after {
        pointer-events: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 50px;
        right: 0;
        height: 56px;
        content: "";
        /*background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);*/
        display: block;
        margin: 0 auto;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.color input {
    background-color: #f1f1f1;
}
.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: "Select or drag it here.";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
/*Custom Image Uploader*/
.preview-deafult-img {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 20px;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}
.default-img > img {
    width: 100%;
}
.choose-file {
    cursor: pointer;
    border-top: 1px dashed #92b0b3;
}
.select-file-EH,
.change-image {
    background-color: #047ec5;
    margin-top: 5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    line-height: 0;
    text-align: center;
}
.select-file-EH > input {
    cursor: pointer;
}
.select-file-EH:after {
    content: "Choose Image";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto 0;
    font-size: 13px;
    color: #fff;
}
.change-image:after {
    content: "Change Image";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto 0;
    font-size: 13px;
    color: #fff;
}
.patient-eye-img {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    border-top: 1px dashed #92b0b3;
    padding-top: 5px;
}
.patient-eye-img > img {
    width: 100%;
    height: auto;
    background-size: contain;
}
/*Another*/
.default-thumb {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 20px;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}
.delete-hover {
    position: relative;
}
.delete-hover > i {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #f00;
    position: absolute;
    right: 0;
    top: -5px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid #fff;
}
.pointer {
    cursor: pointer;
}
.text-over-elli {
    width: 70%;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.accordion-history > .card > .card-header {
    padding: 0 !important;
    background-color: #165153;
}
.accordion-history > .card > .card-header > h5 > button {
    color: #fff !important;
    width: 100%;
    text-align: left;
}
/*Checkbox*/
ul.ks-cboxtags {
    list-style: none;
    padding: 0px;
}
.custom-img {
    width: 100%;
    height: 70px !important;
    object-fit: cover;
}

ul.ks-cboxtags li {
    display: inline-block;
    width: auto;
}
.edit-icon {
    background-image: url(../img/edit-icon.png);
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 13px;
    top: 10px;
    cursor: pointer;
}
.custom-otp > input {
    width: 40px !important;
    height: 40px;
    margin: 0 20px;
    text-align: center;
}
ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

        ul.ks-cboxtags li label {
            padding: 8px 12px;
            cursor: pointer;
        }

            ul.ks-cboxtags li label::before {
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                font-size: 12px;
                padding: 2px 6px 2px 2px;
                content: "\f067";
                transition: transform .3s ease-in-out;
            }

        ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
            content: "\f00c";
            transform: rotate(-360deg);
            transition: transform .3s ease-in-out;
        }

        ul.ks-cboxtags li input[type="checkbox"]:checked + label {
            border: 2px solid #1bdbf8;
            background-color: #12bbd4;
            color: #fff;
            transition: all .2s;
        }

        ul.ks-cboxtags li input[type="checkbox"] {
            display: absolute;
        }

        ul.ks-cboxtags li input[type="checkbox"] {
            position: absolute;
            opacity: 0;
        }

            ul.ks-cboxtags li input[type="checkbox"]:focus + label {
                border: 2px solid #e9a1ff;
            }
.text-ehnote {
    color: #145153 !important;

}
/*Profile*/
.avatar-image > img {
    margin-bottom: 15px;
    border-radius: 2px;
    border: 1px solid #eeeeee;
    padding: 5px;
    width: 100%;
}
.avatar-doctor > div > h4 > a, .avatar-doctor > div > h4 > i {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 75%;
    color: #5f5e5e;
}
.info-meet > li:first-child {
    border: none;
}
.info-meet > li {
    border-top: 1px solid #f7f4f4;
    margin-right: 15px;
    padding: 20px 5px 15px 5px;
    
}
.info-meet > li > p > span {
    float: right;
}
.logo-text {
    font-size: 35px;
    position: relative;
    top: 7px;
    font-family: 'FaunaOne-Regular' !important;
}
.table-custom > tbody > tr > td {
    vertical-align: middle;
}
.video-center {
    font-size: 22px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background-color: #165153;
    cursor: pointer;
}
.under-constructions {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 0;
    margin: auto auto;
    display: block;
    text-align: center;
    width: 500px;
}
.underconst-thumb {
    width: 100%;
    height: 250px;
    background-image: url(../img/2451240-01.png);
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.video-responsive {
    width: 100%;
}
/*add by bharath reddy*/
.modal.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.modal-backdrop.in {
    opacity: 0.5;
    /* opacity: $modal-backdrop-opacity; (SCSS) */
}

.modal-center-override {
    top: 50% !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
}

/*Added BY bharath Reddy*/
/*Responsive*/

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .w-300 {
        width: 300px;
    }
    .EH-card {
        padding: 15px;
        box-shadow: none;
        margin-top: 0;
    }
    .appt-list-label {
        white-space: nowrap;
    }
    .TokApp-main {
        height: calc(100vw) !important;
    }
    .appt-timing {
        margin-left: 0;
    }
    button.image-video {
        width: 100%;
        margin-top: 15px;
    }
    .input-group > input {
        width: 80px !important;
    }
    textarea {
        width: 180px !important;
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .mobile-view-user {
        width: 100% !important;
        transform: translateX(0) !important;
    }
    .w-300 {
        width: 300px;
    }
    .EH-card {
        padding: 0;
        box-shadow: none;
    }
    .appt-list-label {
        white-space: nowrap;
    }
    .TokApp-main {
        height: calc(100vw) !important;
    }
    .appt-timing {
        margin-left: 0;
    }
    button.image-video {
        width: 100%;
        margin-top: 15px;
    }
    .input-group > input {
        width: 80px !important;
    }
    textarea {
        width: 180px !important;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .mobile-view-user {
        width: 30% !important;
        transform: translateX(0) !important;
    }
    .w-300 {
        width: auto;
    }
    .TokApp-main {
        height: calc(100vw) !important;
    }
    .appt-timing {
        margin-left: 0;
    }
    button.image-video {
        width: 100%;
        margin-top: 15px;
    }
    .input-group > input {
        width: 1% !important;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .mobile-view-user.ng-hide {
        display: block !important;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    
}

.image-load-center {
    width: 60px;
    margin: auto auto;
    position: relative;
    top: 28px;
    background-image: url(../img/diary-icon.png);
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;

}

.Box {
    position: absolute;
    width: 150px;
    height: 150px;
    left: 0;
    right: 0;
    margin: auto auto;
    top: 0;
    bottom: 0;
    border: 3px solid #205559;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    color: #57beec;
    font-size: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    font-weight: bold;
    background-color: #fff;
    padding: 17px;
}

    /*.Box:before {
        content: '';
        position: absolute;
        top: 1px;
        left: -2px;
        width: 100%;
        height: 100%;
        background-color: transparent;
        border: 3px solid transparent;
        border-top: 3px solid #219173;
        border-right: 3px solid #219173;
        border-radius: 50%;
        transform: rotate(0deg);
        animation: SpanLoading 2s linear infinite;
    }*/

    .Box span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50%;
        height: 3px;
        background-color: transparent;
        transform-style: preserve-3d;
        transform-origin: left;
        transform: rotate(42deg);
        animation: Loading 2s linear infinite;
    }

        .Box span:before {
            content: '';
            position: absolute;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: #219173;
            right: -7px;
            bottom: -7px;
            box-shadow: 0px 0px 10px #57beec;
        }


@keyframes Loading {
    0% {
        transform: rotate(42deg);
    }

    100% {
        transform: rotate(402deg);
    }
}

@keyframes SpanLoading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}





/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */
.dialog > div > .txt-body-centre {
    font-size: 17px;
    line-height: 22px;
    padding: 15px 10px 5px 10px;
}
.dialog > div > nav {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
}
.btn-agree {
    padding: 5px 25px !important;
    border-radius: 100px !important;
    outline: none !important;
    background-color: #1D5558 !important;
    color: #fff !important;
}
.modalCustomClass > .modal-dialog {
    margin-top: 100px;
}
.ol-list > li {
    list-style: decimal;
}
.ul-list {
    list-style: disc;
}
.header-modal {
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    justify-content: space-between;
    padding: 1rem 1rem;
}
.table-custom > thead > tr > th,
.table-custom > thead > tr > td {
    padding: 6px 10px;
    position: relative;
    font-weight: 600;
}
.table-custom > thead > tr > th {
    background-color: rgba(103,151,255,.11)
}

.radio-patient input, .radio-patient label {
    display: inline-block;
}
.history-position-new {
    display: block;
    position: absolute;
    right: 5px;
    color: #047ec5 !important;
}
/*loader*/
.form-group.input-group > .input-group-prepend > .input-group-text {
    width: 40px;
}
/*QR Register*/
.main-circle {
    width: 128px;
    height: 128px;
}
.circle-register {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 8px solid rgba(213, 242, 245, 0.7);
    margin: auto;
    text-align: center;
    position: relative;
}
.circle-register > i {
    line-height: 1.3;
    color: #92b0b3;
}
.choose-image {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    border-radius: 100px;
    border: 3px solid #ddd;
    line-height: 2;
    cursor: pointer;
}
/*Wizard*/
#progressbar-care {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar-care .active {
    color: #000000
}

#progressbar-care li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    text-align: center;
    position: relative
}
#progressbar-care #BasicICON:before {
    content: "\f2bd"
}

#progressbar-care #EmergencyICON:before {
    content: "\f479"
}

#progressbar-care #ContactICON:before {
    content: "\f2b9"
}

#progressbar-care #PersonalICON:before {
    content: "\f507"
}

#progressbar-care li:before {
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    font-family: 'Font Awesome\ 5 Free'; 
    font-weight: 900; /* Fix version 5.0.9 */
}

#progressbar-care li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: -1
}
#progressbar-care > li > a {
    font-weight: 600;
    color: #000;
    font-size: 11px;
}
#progressbar-care li.active:before,
#progressbar-care li.active:after {
    background: #1D5558;
}
.registered-patient {
    background-color: #FFF2C8;
    
}
.input-orange {
    background-color: #FF7600 !important
}
.input-orange > i {
    color: #fff !important;
}

.apptsearchdroplist {
    height: auto;
    overflow-y: scroll;
    width: 100%;
    padding: 0px 5px;
}

.dropdown.cstm-dropdown .dropdown-menu, .cstm-dropdown .dropdown-menu {
    max-height: 250px;
    /*overflow: auto;
    width: 250px;*/
    padding: inherit;
}

.drop-menu-Scroll {
    max-height: 175px;
    padding: inherit;
}

.open > .dropdown-menu {
    display: block;
}

.dr-drop-app {
    width: 100% !important;
    left: 0px;
}

.droposearch-EH {
    padding: 5px 10px !important;
    border-bottom: 1px solid #ddd;
}

    .droposearch-EH input.form-control {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }


.apptsearchdroplist ul li,
.apptsearchdroplist > ul > li {
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

    .apptsearchdroplist ul li:last-child {
        border-bottom: none;
    }

    .apptsearchdroplist ul li:hover {
        background-color: #1abc9c;
        color: #fff;
    }

        .apptsearchdroplist ul li:hover a, .apptsearchdroplist ul li a:hover {
            color: #fff !important;
        }

    .apptsearchdroplist ul li a {
        color: #000;
        font-weight: 500;
        white-space: normal;
        word-break: break-word;
        width: 100%;
        display: block;
    }

        .apptsearchdroplist ul li a:hover {
            color: #1e977c;
        }

.apptsearchdroplist div {
    width: 100%;
}
/*--------------------------Table--------------------------------*/
.table-customShadow > thead > tr > th {
    background-color: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #555555;
    line-height: 1.4;
    text-transform: uppercase;
    border: none !important;
    white-space: nowrap;
    padding: 6px 10px;
    vertical-align: middle;
    position: relative;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.table-customShadow > tbody > tr > td:first-child {
    border-left-style: solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.table-customShadow > tbody > tr > td {
    font-size: 13px;
    color: #808080;
    line-height: 1.4;
    background-color: #fff;
    border: solid 1px transparent;
    border-style: solid none;
    padding: 10px 10px;
    vertical-align: middle;
}
.table-customShadow {
    border-collapse: separate;
    border-spacing: 0px 15px;
    padding: 5px;
}
.table-customShadow > tbody > tr {
    -webkit-box-shadow: 0px 1px 5px 1px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 1px 5px 1px #ccc; /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 1px 5px 1px #ddd; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    border-radius: 5px;
}
/*-------------------*/
.patient-profile-ap > h4 {
    color: #009688;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.patient-profile-ap > span {
    font-size: 13px;
    color: #646464;
    font-family: 'Roboto', sans-serif;
}
.hospital-info-p > h4 {
    color: #047ec5;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.patient-profile-ap > p {
    font-size: 13px;
    color: #646464;
    font-family: 'Roboto', sans-serif;
}
.img-hospitals {
    width: 100%;
    height: 80px;
}
.img-hospitals > img {
    width: auto;
    height: 100%;
}
.hospital-info-l {
    font-size: 16px;
    /*font-family: 'FaunaOne-Regular';*/
    color: #646464;
    line-height: 30px;
}
.input-fields {
    width: 100%;
}
.md-select-value,
.md-datepicker-input-container {
    width: 100%;
    min-width: 100% !important;
}
.datePirckerRemove > md-datepicker > button.md-datepicker-button {
    display: none
}
.datePirckerRemove > md-datepicker > .md-datepicker-input-container > .md-datepicker-input {
    max-width: 100% !important;
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused label, md-input-container:not(.md-input-invalid).md-input-focused label, md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused md-icon, md-input-container:not(.md-input-invalid).md-input-focused md-icon {
    color: #FB5F00 !important;
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input, md-input-container:not(.md-input-invalid).md-input-focused .md-input, md-input-container.md-default-theme:not(.md-input-invalid).md-input-resized .md-input, md-input-container:not(.md-input-invalid).md-input-resized .md-input,
md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value {
    border-color: #FB5F00 !important;
}
/*Forefacts Mobile screens*/
.mobile-container {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-head-text {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 5px;
}
.sub-content {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
/*.vertical-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100vh;
}*/
.input-text {
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #0188d1;
}
.input-text > em {
    color: #f37020;
}
.line-control {
    border-bottom: solid 1px #d2d2d2;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.23;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    width: 100%;
}
/*Radio*/
.l-radio {
    padding: 6px;
    border-radius: 50px;
    display: inline-flex;
    cursor: pointer;
    transition: background 0.2s ease;
    margin: 8px 0;
    -webkit-tap-highlight-color: transparent;
}
.l-radio:hover, .l-radio:focus-within {
  background: rgba(159, 159, 159, 0.1);
}
.l-radio input {
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  background: none;
  border: 0;
  box-shadow: inset 0 0 0 1px #9F9F9F;
  box-shadow: inset 0 0 0 1.5px #9F9F9F;
  appearance: none;
  padding: 0;
  margin: 0;
  transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
  pointer-events: none;
}
.l-radio input:focus {
  outline: none;
}
.l-radio input:checked {
  box-shadow: inset 0 0 0 4px #f37020;
}
.l-radio span {
  vertical-align: middle;
  display: inline-block;
  line-height: 15px;
  padding: 0 8px;
  font-size: 15px;
  color: #000;
}
/*Radio*/
.steps-line {
    margin-bottom: 0;
}
.steps-line > li.active {
    background-color: #0188d1;
}
.steps-line > li {
    display: inline-block;
    width: 26px;
    height: 5px;
    border-radius: 100px;
    background-color: #f6f6f6;
}
.btn-next-previous {
    background-color: #f6f6f6;
    border-radius: 100px;
    padding: 5px;
}
.btn-next-previous.active {
    background-color: #0188d1;
}
.line-control-area {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    width: 100% !important;
    border-bottom: solid 1px #d2d2d2;
    margin-bottom: 10px;
}
.mobile-number-text {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.expire-on {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
/*---------------------------------------------------Images----------------------------------------------------------*/
.nav-icon {
    width: 16px;
    height: 16px;
    background-size: contain;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}
.nav-profile-icon {
    background-image: url(../img/menu/home.svg)
}
.nav-appointments-icon {
    background-image: url(../img/menu/appointments.svg)
}
.nav-doctors-icon {
    background-image: url(../img/menu/doctor-services.svg)
}
.nav-communication-icon {
    background-image: url(../img/menu/communications.svg)
}
.nav-medicalrecords-icon {
    background-image: url(../img/menu/medical-records.svg)
}
.nav-health-icon {
    background-image: url(../img/menu/health-profile.svg)
}
.nav-medical-icon {
    background-image: url(../img/menu/medical-rx.svg)
}
.nav-careplans-icon {
    background-image: url(../img/menu/care-plan.svg)
}
.nav-evaluation-icon {
    background-image: url(../img/menu/evaluation-forms.svg)
}
.nav-ordermedicine-icon {
    background-image: url(../img/menu/order-medicines.svg)
}
.nav-orderopticals-icon {
    background-image: url(../img/menu/order-opticals.svg)
}
.nav-contactlens-icon {
    background-image: url(../img/menu/contact-lens.svg)
}
.nav-billing-icon {
    background-image: url(../img/menu/billing.svg)
}
.plus-icon {
    background-image: url(../img/icons/plus.svg)
}
.care-edit-icon {
    background-image: url(../img/icons/edit.svg)
}
.care-delete-icon {
    background-image: url(../img/icons/delete-icon.svg)
}
.choose-icon {
    background-image: url(../img/icons/choose.svg)
}
.capture-icon {
    background-image: url(../img/icons/capture.svg)
}
.close-icn {
    background-image: url(../img/icons/close.svg);
}
.pdf-icon {
    background-image: url(../img/icons/pdf-icon.svg);
}
.print-icon {
    background-image: url(../img/icons/print-icon.svg);
}
.share-icon {
    background-image: url(../img/icons/share-icon.svg);
    height: 28px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
.close-icon {
    background-image: url(../img/icons/close-icon.svg);
}
.right-arrow {
    background-image: url(../img/icons/right-arrow.svg);
    background-size: contain;
    background-position: center;
}
.care-arrow-icon {
    background-image: url(../img/icons/down-arrow.svg);
    background-size: contain;
    background-position: center;
}
.icons-calendar {
    background: url(../img/icons/calendar.svg);
    background-repeat: no-repeat !important;
    background-position: 95% center !important;
    cursor: pointer !important;
    padding-right: 35px !important;
}
.icons-search-gray {
    background: url(../img/icons/search-gray.svg);
    background-repeat: no-repeat !important;
    background-position: 95% center !important;
    cursor: pointer !important;
    padding-right: 35px !important;
}
/*---------------------------Patient App Section Start---------------------------------*/
.tile {
    background-color: #fff;
    /*padding: 8px;*/
    border-radius: 10px;
    margin-bottom: 10px;
}
.tile-shadow {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.tile-header {
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 8px;
}
.tile-header > h1 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 0;
    display: inline-block;
}
.controls {
    margin: 0;
    float: right;
    display: flex;
}
.controls > li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 5px;
}
.controls > li > a {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.93;
    letter-spacing: normal;
    text-align: right;
    color: #068cb0;
}
.controls > li > a > i,
.care-icons {
    width: 18px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}
.tile-body {
    display: block;
    padding: 8px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
.tile-Mddetails {
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    justify-content: space-between;
}
/*Patient App Section End*/
.profile-edit {
    position: absolute;
    top: 15px;
    right: 22px;
}
.care-profile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 0;
    margin-bottom: 0;
}
.care-symbol {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #e2e2e2;
}
.care-symbol > img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
}
.care-details {
    margin-left: 10px;
    flex: 1;
}
.care-details > h1 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 0;
}
.care-details > p {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 4px 0;
}
/*Profile Table*/
.profile-table {
    margin: 0 !important;
    border-spacing: 5px;
    border-collapse: separate;
}
.profile-table > tbody > tr > td:first-child:before {
    border: none;
}
.profile-table > tbody > tr > td,
.rewards-table > tbody > tr > td {
    border: none;
    position: relative;
}
.resting-body {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
.profile-table > tbody > tr > td:before {
    border-left: 1px solid #d2d2d2;
    content: "";
    position: absolute;
    left: 0;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.profile-table > tbody > tr > td > label {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    margin: 0;
}
.profile-table > tbody > tr > td > h2 {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 0;
    margin-top: 5px;
}
/*-----------------------------------------------------------------------------------------------------------------------------------*/
.patient-symbol {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.care-avatar > img {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.chcap-div {
    display: flex;
    align-items: center;
    padding: 15px 0;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    position: relative;
    cursor: pointer;
}
.file-line:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 18px;
    height: 2px;
    background-color: #d2d2d2;
}
/*.chcap-div > input {
    position: relative;
    overflow: hidden;
}*/
.chcap-div > input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
}
.heading-popup {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
    padding: 0 0 30px 0;
}
.input-patient > label {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.input-patient > input,
.input-patient > select,
.input-patient > input:focus,
.input-patient > select:focus,
.profile-uiselect > .ui-select-match > input,
.profile-uiselect > .ui-select-match > .ui-select-search {
    border-bottom: 1px solid #d2d2d2;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    width: 100%;
    padding: 18px 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}
.input-patient > select > option:first-child {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #d2d2d2;
}
.input-patient > md-radio-group {
    padding: 18px 0px;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.input-patient > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #d2d2d2;
}

.input-patient > input::-moz-placeholder { /* Firefox 19+ */
    color: #d2d2d2;
}

.input-patient > input:-ms-input-placeholder { /* IE 10+ */
    color: #d2d2d2;
}

.input-patient > input:-moz-placeholder { /* Firefox 18- */
    color: #d2d2d2;
}
.input-patient > md-radio-button > md-radio-button > .md-container > .md-on {
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
}

.input-patient > md-radio-group > md-radio-button > md-radio-button .md-off {
    border-color: #d2d2d2;
}
/*.md-care > md-radio-button > .md-container > .md-on {
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
}
.md-care > md-radio-button .md-off {
    border-color: #d2d2d2;
}
.md-datepicker-calendar-pane {
    z-index: 999999 !important;
}
.care-datepicker > md-datepicker > button {
    display: none;
}
.care-datepicker > md-datepicker > .md-datepicker-input-container {
    margin-left: 0 !important
}
.care-datepicker > label {
    width: 100% !important;
    right: 0 !important;
}
.care-datepicker > md-datepicker > .md-datepicker-input-container > .md-datepicker-triangle-button .md-datepicker-expand-triangle {
    border: none;
}*/
.general-infopatient {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    justify-content: space-between;
}
.general-infopatient > div {
    background-color: #f9f9f9;
    border-radius: 15px;    
    padding: 10px;
    flex: 0 32%;
}
.general-infopatient > div > label {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #6f6f6f;
    padding: 8px 0 0;
    margin: 8px 0 0;
}
.general-infopatient > div > h2 {
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 8px 0;
    margin: 5px 0 0;
}
.general-infopatient > div > p {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #6f6f6f;
    border-top: 1px solid #d2d2d2;
    padding: 8px 0;
    margin: 8px 0 0;
}
/*-----------------------------------------------------------------------------------------------------------------------------------*/
.history-ul {
    margin: 0;
    background-color: #f1f1f1;
}
.history-ul > li,
.history-added > ul > li {
    list-style: none;
    display: block;
    clear: both;
}
.history-ul > li > a {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: block;
    padding: 15px;
}
.history-added > ul > li > a {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: block;
    padding: 5px 10px;
}
.history-ul > li.active > a {
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
    color:  #fff;
}
.history-ul > li > a > i,
.history-added > ul > li > a > i {
    float: right;
}
.history-list {
    background-color: #f6f6f6;
    padding: 10px;
}
.history-list > table > tbody > tr > td {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 5px 18px;
}
.history-added {
    padding: 10px;
    border-bottom: 1px solid #d2d2d2;
}
.history-added > ul {
    margin: 0;
}

.history-added > label {
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
/*-----------------------------------------------------------------------------------------------------------------------------------*/
.care-family {
    margin-bottom: 15px;
}
.family-verify-icn {
    position: relative;
    /*padding-right: 15px;*/
}
.menu-icon-head {
    background-image: url(../img/icons/menu-head.svg);
}
.family-verify-icn > i {
    background-image: url(../img/icons/family-verify.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: 97;
    display: block;
    background-size: contain;
}
.family-verify-icn > img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: block;
    margin: auto;
}
.care-family > label {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 5px 0;
    width: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.family-verify-icn {
    position: relative;
}
.insurance-details {
    display: block;
}
.insurance-details > span {
      font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #6f6f6f;
}
.insurance-details > b {
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #79c973;
}
.insurance-details > h1 {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 5px 0;
}
.insurance-details > p {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.28px;
  text-align: left;
  color: #6f6f6f;
  margin-bottom: 5px;
}
.insurance-details > p > b {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: 3.6px;
  text-align: left;
  color: #000;
}
.insurance-dates {
  display: flex;
  background-color: #edfaff;
  padding: 10px;
  margin: 5px 0;
}
.insurance-dates > div {
    padding-right: 10px;
}
.insurance-dates > div > label {
    font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #6f6f6f;
}
.insurance-dates > div > p {
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-top: 5px;
}
.rewards-table,
.rewards-table {
    margin: 0 !important;
}
.text-rewards {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #6f6f6f;
}
.text-rewards-points {
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.81;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 5px 0;
}
.text-rewards-money {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.93;
    letter-spacing: normal;
    text-align: right;
    color: #068cb0;
}
.rewards-table {
    table-layout: fixed;
}
.rewards-table > tbody > tr > td {
    padding: 0;
}
.rewards-table > tbody > tr > td:nth-child(2) {
    text-align: right;
}
.rewards-list {
    margin: 0 !important;
}
.rewards-list > li {
    list-style: none;
    border-bottom: 1px solid #d2d2d2;
    padding: 5px 0;
}
.table-history {
    margin-bottom: 5px !important;
    width: 100%;
    border-bottom: 0.5px solid #d2d2d2
}
.table-history > thead > tr > th {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 7px 5px;
}
.table-history > tbody > tr > td {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    margin: 0;
    padding: 7px 5px;
}
/*------------------------------------Modal Popup-------------------------------------------------*/
.patientpopupMain > .modal-dialog {
    max-width: 80%;
}
.patientpopupMain > .modal-dialog  >.modal-content {
    max-width: 100%;
    width: 100%;
    margin-top: 125px;
    border-radius: 0.8rem !important;
}
.modal-header {
    padding: 8px 1rem !important;
}
.patientpopupMain {
    background-color: rgba(0,0,0,0.5);
}
.flex {
    flex: 1;
}
/*Text--------------------------------------------------------------------------------*/
.text-call {
    color: #e86868 !important;
}
.text-79c973 {
    color: #79c973 !important;
}
.text-e86868 {
    color: #e86868;
}
.modal-title {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
/*-------------------------------------Appointment Screens---------------------------------------------*/
.appointment-display {
    display: flex;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.patients-wizard {
    flex: 0 20%;
    border-radius: 10px 0 0 10px;
    background-image: linear-gradient(to bottom, #646480, #2d2d47);
    padding: 5px;
}
.patients-wizard > ul > li {
    list-style: none;
    margin-left: 50px;
    position: relative;
}
.patients-wizard > ul > li > a {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #a1a1a1 !important;
    display: block;
    line-height: 3;
}
.patients-wizard > ul > li.active > a {
    color: #fff !important;
}
.patients-wizard > ul > li > a:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 12px;
    height: 12px;
    background-image: url(../img/icons/tick-gray.svg);
    display: block;
    background-size: contain;
    bottom: 0;
    margin: auto 0;
    background-repeat: no-repeat;
}
.patients-wizard > ul > li.active > a:before {
    background-image: url(../img/icons/tick-active.svg)!important;
}
.select-patients {
    flex: 0 30%;
    border-right: 1px solid #d2d2d2;
}
.select-patients > div > h2 {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;   
    display: inline-block;
}
.select-patients > div.inoutandtext {
    padding: 15px;
    border-bottom: 1px solid #d2d2d2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.select-patients > ul > li,
.select-patients > ul {
    list-style: none;
    display: block;
    padding: 7.5px;
}
.select-patients > ul > li:hover {
    cursor: pointer;
    background-color: #f6f6f6;
}
.care-details > span.care-categ {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.care-details > span.care-apptbooked {
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    border-radius: 5px;
    background-color: rgba(121, 201, 115, 0.1);
    margin-left: 5px;
    padding: 4px;
    font-family: Montserrat;
}
.care-details > p.branch-details-t {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 0;
    font-family: Montserrat;
}
.care-details > label.branch-details-t,
.branch-details-t {
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
    font-family: Montserrat;
    cursor: pointer;
    margin-top: 5px;
}
.allbranches-list > ul > li {
    display: block;
    list-style: none;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}
.allbranches-list > ul > li > a {
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000 !important;
    padding: 8px 25px;
}
.allbranches-list > ul > li > a > i {
    float: right;
}
/*.allbranches-list > ul > li > a::after {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    
}*/
.allbranches-list > ul > li > a > span {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url(../img/icons/branch-icon.svg);
}
.allbranches-list > label {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.time-slots > label {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    margin-top: 15px;
}
.time-slots > ul {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    margin-top: 10px;
}
.time-slots > ul > li {
    list-style: none;
    flex: 0 24%;
    margin-right: 1%;
}
.time-slots > ul > li > a {
    display: block;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #6f6f6f;
    border-radius: 5px;
    background-color: #f6f6f6;
    padding: 5px 10px;
    margin-bottom: 5px;
    cursor: pointer;
}
.time-slots > ul > li.active > a {
    background-color: rgba(0, 139, 134, 0.1);
}
.time-slots > ul > li.selected > a,
.time-slots > ul > li.selected:hover > a{
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
    color: #fff;
}
.book-appointment-care > label {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #6f6f6f;
}
.book-appointment-care > img,
.book-appointment-care .img-baaf {
    border: solid 1px #e2e2e2;
    background-color: #f6f6f6;
    display: block;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin-top: 10px;
}
.gray-nill {
    background-color: #f6f6f6;
    border-radius: 100px;
    height: 24px;
    margin: 5px auto;
    width: 50%;
    display: block;
}
.gray-time {
    background-color: #f6f6f6;
    border-radius: 100px;
    height: 20px;
    margin: 5px auto;
    width: 20%;
    display: block;
}
.gray-hospital {
    background-color: #f6f6f6;
    border-radius: 100px;
    height: 18px;
    margin: 5px auto;
    width: 70%;
    display: block;
}
.line {
    background-color: #d2d2d2;
    width: 50%;
    height: 1px;
    border-radius: 100px;
    margin: 15px auto;
    display: block;
}
.btn-confirm[disabled] {
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5) !important;
    font-size: 14px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #adadad !important;
    margin: auto;
    display: block !important;
}
.btn-confirm,
.btn-confirm:focus {
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0) !important;
    font-size: 14px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff !important;
    margin: auto;
    display: block !important;
}
.btn-appointment,
.btn-appointment:focus {
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #008b86, #1d5558) !important;
    font-size: 14px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff !important;
    margin: auto;
    display: block !important;
}
.book-appointment-care {
    text-align: center;
}
.book-appointment-care > h2 {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.book-appointment-care > p {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.book-appointment-care > b {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    display: block;
}
.book-appointment-care > span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #068cb0;
}
.video-icon-care {
    background-image: url(../img/icons/care-video.svg);
    display: inline-block;
    background-position: center center;
    top: 4px;
    left: -4px;
}
.blue-daytime {
    border-radius: 20px;
    background-color: rgba(7, 160, 212, 0.1);
    padding: 10px;
    display: block;
    width: 40%;
    margin: 10px auto;
}
.blue-daytime > h2 {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #068cb0;
    margin: 15px 0
}
.blue-daytime > h3 {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 15px 0
}
.radio-care > md-radio-button > .md-label {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-left: 23px;
    top: -2px;
}
.radio-care > md-radio-button.md-checked .md-off {
    border: 1px solid #d2d2d2;
}
.radio-care > md-radio-button.md-checked .md-on {
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
}
.radio-care > md-radio-button .md-off, .radio-care > md-radio-button .md-on,
.radio-care > md-radio-button .md-container {
    width: 17px !important;
    height: 17px !important;
}
.care-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.care-header > h1 {
    display: inline-block;
}
.care-header > ul {
    float: right;
}
.care-header > ul > li {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    padding: 0 5px;
}
.icon-search {
    background-image: url(../img/icons/search-gray.svg);
    background-position: 98%;
    background-size: 16px;
    padding-right: 25px !important;
    background-repeat: no-repeat;
}
.doctor-section {
    border-radius: 8px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    width: 100%;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
}
.doctor-details {
    flex: 1%;
    margin-left: 20px;
}
.doctor-image {
    width: 70px;
    height: 70px;
}
.doctor-image > img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 100px;
    border: 1px solid #d2d2d2;
}
.doctor-details > h2 {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.doctor-details > span {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.icons-info {
    background-image: url(../img/icons/care-info.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.icon-Apptsuccess {
    background-image: url(../img/icons/cal-active.svg);
}
.text-hospital {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.branch-heading {
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0;
    margin: 0 0 10px 0;
}
.profile-header > label {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000;
}
.header-logo {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #1d5558;
}
.profile-header > p {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #6f6f6f;
}
.profile-header > img {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 15px;
    border-radius: 100px;
}
.medical-records-list > li {
    list-style: none;
    display: block;
    padding: 5px 13px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 5px;
}
.medical-records-list > li:hover {
    background-color: #ecf6fa;
}
.medical-records-list > li.active {
    background-image: linear-gradient(to bottom, #008b86, #1d5558);
    color: #fff !important;
}
.medical-records-list > li.active > .care-profile > .care-details > h1,
.medical-records-list > li.active > .care-profile > .care-details > span {
    color: #fff !important;
}
.appt-count-badge {
    width: 35px;
    height: 35px;
    background-color: #f6f6f6;
    border-radius: 100px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.2;
    letter-spacing: normal;
    text-align: center;
    color: #6f6f6f;
}
.medical-apptlist {
    display: block;
}
.medical-apptlist > label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #adadad;
    padding: 10px 0;
}
.medical-apptlist > ul {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    margin-top: 6px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
}
.medical-apptlist > ul > li {
    list-style: none;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
    margin-right: 6px;
    padding: 10px 15px;
    margin-bottom: 5px;
}
.medical-apptlist > ul > li > div > div > b {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.medical-apptlist > ul > li > div > div > p {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
/*---------------------------------------------------------Home---------------------------------------------------------*/
.home-profile > b {
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.home-profile > span {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.home-profile > p {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.home-profile > a {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
}
.slider-thumb-home {
    width: 100%;
    display: block;
}
.slider-thumb-home > img {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
}
.home-header {
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
}
.home-header > h1 {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.home-header > ul > li {
    list-style: none;
}
.home-header > ul > li > a {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #068cb0;
    display: block;
}
.home-body {
    padding: 0 10px;
    display: block;
}
.home-footer {
    display: flex;
    border-top: 1px solid #d2d2d2;
    padding: 10px 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.home-footer > div {
    flex: 1;
}
.home-footer > div:first-child {
    border-right: 1px solid #d2d2d2;
}
.home-list {
    margin: 0;
}
.home-list > li {
    padding: 10px;
    border-bottom: 1px solid #d2d2d2;
    list-style: none;
}
.home-list > li > span {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.home-list > li > b {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.home-list > li:last-child {
    border-bottom: 0;
}
.home-symbole {
    display: flex;
    align-items: center;
}
.home-image > img {
    width: 50px;
    height: 50px;
    background-position: center center;
    background-size: cover;
}
.home-details {
    margin-left: 10px;
}
.home-details > label {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.home-details > p {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.appointemnt-home > label {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.appointemnt-home > p {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.medication-home {
    margin-left: 10px;
}
.medication-image {
    position: relative;
    top: -7px;
}
.medication-image > img {
    width: 20px;
    height: 20px;
    background-size: contain;
}
.medication-home > b {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: block;
}
.medication-home > label {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.hedication-image {
    width: 125px;
    height: 60px;
}
.hedication-image > img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
/*------------------------------------------------Medical Records --------------------------------------------------------*/
.profile-pd {
    margin-left: 10px;
}
.profile-pd > label {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: inline-block;
}
.profile-pd > span {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    display: inline-block;
}
.profile-pd-img > img {
    width: 60px;
    height: 60px;
    display: block;
    background-position: center center;
    background-size: cover;
    border: solid 1px #e2e2e2;
    border-radius: 100px;
}
.action-apsc {
    margin: 0;
    display: flex;
    align-items: center;
}
.action-apsc > li {
    margin-right: 10px;
    list-style: none;
}
.text-dt {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000;
    margin: 0;
}
.medical-icon {
    width: 28px;
    height: 28px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}
.table-medical-rec,
.sub-table {
    margin: 0;
    width: 100%;
    margin-bottom: 0;
}
.table-medical-rec > tbody > tr > td,
.table-medical-rec > tbody > tr > th {
    border-bottom: 1px solid #d2d2d2;
    padding: 5px;
}
.table-medical-rec > tbody > tr > th {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
    vertical-align: top;
}
.sub-table > tbody > tr > td {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    vertical-align: top;
}
.sub-table > tbody > tr > td > span {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #e86868;
}
.sub-table > tbody > tr > th {
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    vertical-align: top;
}
.sub-table > tbody > tr > td > span {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    margin-right: 10px;
}
.sub-table > tbody > tr > td > b {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-right: 10px;
}
.mobile-profile-list {
    border-bottom: 1px solid #dee2e6;
}
.mobile-profile-list > div > img {
    display: block;
    margin: 15px auto;
}
.mobile-profile-list > div > label,
.mobile-profile-list > div > p{
    text-align: center;
    margin: 4px 0;
}
.mobile-profile-list > ul > li > a {}