﻿body, html {
    font-family: "Inter", sans-serif !important;
}
* {
    margin: 0;
    padding: 0;
}
.ehnote-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
}
.radius-0 {
    border-radius: 0 !important;
}
.appointment-booking-confirm-eh {
    margin: 0;
    padding: 0;
}
.appointment-booking-confirm-eh > li {
    list-style: none;
    display: block;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
}
.appointment-booking-confirm-eh > li > b {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
}
.appointment-booking-confirm-eh > li > span {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D5558
}
.appointment-booking-confirm-eh > li > img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 15px;
}
.doctor-details-ehnote-border.active {
    background-color: #1D5558;
    color: #fff !important;
}
.add-patient-text {
    color: #1D5558;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: right;
}
.doctor-details-ehnote-border.active > .dr-profile-list-ehnote > div > h1,
.doctor-details-ehnote-border.active > .dr-profile-list-ehnote > div > label {
    color: #fff;
}
.doctor-details-ehnote-border {
    border: 1px solid #5E6366;
    border-radius: 6px;
    /*padding: 20px 15px;*/
    padding: 10px 15px;
}
.doctor-details-ehnote-border > h3,
.subheading-text-ehnote{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D5558;
}
.Appointment-confirm-text-h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D5558;
}
.btn-back-ehnote-plugin {
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    padding: 10px 15px;
    color: #606060;
    border-radius: 1px;
}
/*New Appointment Plugin*/
.otp-input-ehnote {
    width: 100%;
    background-color: transparent;
    border-bottom: 2px solid #D9D9D9;
    padding: 15px 8px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}
.textresend-otp {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center !important;
    color: #0094FF;
}
.text-otp-conditions {
 /*   font-family: Poppins;*/
    /*font-size: 14px;*/
    font-size: 15px;
    /*font-weight: 500;*/
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: #5E6366;
    display: block;
}
.text-orp-confirm-ehr {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D5558;
}
.btn-appt-ehnote-plugin,
.btn-appt-ehnote-plugin:focus,
.btn-appt-ehnote-plugin:hover {
    background: #1D5558;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    padding: 0.375rem 2rem !important;
    color: #fff;
    border-radius: 5px;
}
.slots-calendar-avnot {
    display: block;
    margin: 0;
}
.slots-calendar-avnot > li {
    list-style: none;
    margin-bottom: 10px;
    width: calc(100% * (1/3) - 5px - 0px);
    display: inline-block;
}
.slots-calendar-avnot > li > a {
    display: block;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #fff;
    margin: 0 5px;
    box-shadow: 2px 1px 1px 1px rgba(165, 165, 165, .1);
}
.slots-calendar-avnot > li.slots-avaliable-ehnote > a {
    background-color: #f8f8f8 !important;
}
.slots-calendar-avnot > li.slots-avaliable-ehnote.active > a {
    background-color: #27AE60 !important;
    color: #fff;
}
.slots-calendar-avnot > li.slots-notavaliable-ehnote > a {
    background-color: #FACACB !important;
}
.box-section-shadow {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    overflow: hidden;
    position: relative;
}
.h-302 {
    height: 302px;
}
.h-350 {
    height: 350px;
}
.doctors-list-unstyled {
    margin: 0;
    /*height: 302px;*/
    /*height: 330px;*/
    overflow-y: scroll;
    overflow-x: hidden;
}
.doctors-list-unstyled::-webkit-scrollbar {
    width: 6px;
	background-color: #068cb0;
    border-radius: 100px;
}
.doctors-list-unstyled::-webkit-scrollbar-thumb {
    background-color: #1D5558;
    border-radius: 100px;
}
.doctors-list-unstyled > li {
    list-style: none;
    margin-bottom: 10px;
    cursor: pointer;
}
.doctors-list-unstyled > li:hover > a {
    background-color: #f5f3f3;
}
.text-avaliable-slots {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    margin: 10px 0;
}
.text-appointment-plugin {
    font-size: 21px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D5558;
}
.formgroup-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 4px;
    margin-left: 5px;
}
.step {
    list-style: none;
    margin: 0 auto .2rem auto;
    /*margin-top: 10px;*/
}
.step .step-item {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-top: 0;
    min-height: 1rem;
    position: relative;
    text-align: center;
}
.step .step-item:not(:first-child)::before {
    background: #1D5558;
    content: "";
    height: 2px;
    left: -50%;
    position: absolute;
    top: 12px;
    width: 100%;
}

.step .step-item a {
    color: #acb3c2;
    display: inline-block;
    padding: 20px 10px 0;
    text-decoration: none;

}

.step .step-item a::before {
    background: #1D5558;
    border: .1rem solid #1D5558;
    border-radius: 50%;
    content: "";
    display: block;
    height: 1.2rem;
    left: 50%;
    position: absolute;
    top: .2rem;
    transform: translateX(-50%);
    width: 1.2rem;
    z-index: 1;
}

.step .step-item.active a::before {
    background: #fff;
    border: .1rem solid #1D5558;
}

.step .step-item.active ~ .step-item::before {
    background: #e7e9ed;
}

.step .step-item.active ~ .step-item a::before {
    background: #e7e9ed;
}
/*Step-----------------------------------------------------------*/
/*Responsive--------*/
@media(max-width:767px) {
    .step {
        width: 260px;
    }
    .visible-xs {
        display: block;
    }
    
    .visible-xl,
    .visible-lg {
        display: none;
    }
    .login-container-details > h2 {
        font-size: 20px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
    }

    .login-container-details > h3 {
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
    }
}

@media(min-width:768px) {
    .step {
        width: 300px;
    }
    .visible-md {
        display: block;
    }
    
    .visible-xl,
    .visible-lg {
        display: none;
    }
    .login-container-details > h2 {
        font-size: 20px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
    }

    .login-container-details > h3 {
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
    }

}

@media(min-width:992px) {
    .visible-lg{
        display: block;
    }
    .visible-md,
    .visible-xs,
    .visible-xl{
        display: none;
    }
    .login-container-details > h2 {
        font-size: 28px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
    }

    .login-container-details > h3 {
        font-size: 24px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
    }
}

@media(min-width:1200px) {
    .visible-xl {
        display: block;
    }
    .visible-md,
    .visible-xs,
    .visible-lg {
        display: none;
    }
}
/*----------------------End Responsive*/
/*----------------*/
hr.space {
    border: none;
    margin: 0;
}
hr.space.l {
    height: 50px
}

hr.space.xs {
    height: 10px
}

hr.space.s {
    height: 20px
}

hr.space.m {
    height: 30px
}

/*---------------------------------------------------------------------------------------------------------------------------------*/

.eh-width-50 {
    width: 50px;
}
.main-plugin-wrapper-ehnote {
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
}
.plugin-header-ehnote {
    display: flex;
    justify-content: space-between;
    clear: both;
    background-image: linear-gradient(to bottom, #f6f6f6, #f1f1f1);
    padding: 15px 15px;
}
.plugin-header-ehnote > h1 {
    font-family: "Inter", sans-serif;
    font-size: 27px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: inline-block;
}
.plugin-body-ehnote {
    display: block;
    background-color: #fff;
    /*padding: 18px 15px;*/
    overflow: hidden;
}
.plugin-footer-ehnote {
    padding: 18px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-calendar-table-ehnote {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}
.main-calendar-table-ehnote > thead {
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
    border-radius: 15px;
    position: sticky;
    top: 0;
    z-index: 99;
}
.main-calendar-table-ehnote > thead > tr > th { 
    text-align: center;
    vertical-align: middle;
    border: none;    
}
.main-calendar-table-ehnote > tbody > tr:first-child > td {
    border-top: none;
}
.main-calendar-table-ehnote > thead > tr > th:first-child {
    text-align: left;
    border-radius: 15px 0 0 15px;
}
.main-calendar-table-ehnote > thead > tr > th:last-child {
    border-radius: 0 15px 15px 0;
}
.main-calendar-table-ehnote > thead > tr > th > label {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    display: block;
}
.main-calendar-table-ehnote > thead > tr > th > span {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #808080;
}
.main-calendar-table-ehnote > tbody > tr > td {
    border: none;
}
.slots-time-ehnote {
    margin-bottom: 0;
}
.slots-time-ehnote > li {
    list-style: none;
}
.slots-time-ehnote > li > a {
    display: block;
    border-radius: 5px;
    background-color: #f6f6f6;
    padding: 5px 10px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #6f6f6f;
    margin-bottom: 5px;
    cursor: pointer;
}
.slots-time-ehnote > li > a.active,
.slots-time-ehnote > li > a:hover,
.slots-time-ehnote > li > a:focus {
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
    color: #fff !important;
}
.slots-time-ehnote > li:last-child > a {
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
    color: #6f6f6f !important;
}
.slots-time-ehnote > li:last-child:hover > a,
.slots-time-ehnote > li:last-child:focus > a {
    background-image: linear-gradient(to bottom, #e5e5e5 , #f6f6f6);
    color: #6f6f6f !important;
}
.arrow-icon-wh-ehnote {
    width: 28px;
    height: 28px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    /*margin-right: 10px;*/
}
.left-arrow-ehnote-icon:hover,
.right-arrow-ehnote-icon:hover {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.left-arrow-ehnote-icon {
    background: url(../img/plugin/left-arrow-ehnote-icon.svg)
}
.right-arrow-ehnote-icon {
    background: url(../img/plugin/right-arrow-ehnote-icon.svg)
}
.hospital-visit-ehnoote-icon {
    background: url(../img/plugin/hospital-visit-ehnoote-icon.svg)
}
.tele-visit-ehnoote-icon {
    background: url(../img/plugin/tele-visit-ehnoote-icon.svg)
}
.avaliable-from-ehnote {
    padding: 6px 30px;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
    text-align: center;
}
.avaliable-from-ehnote > span {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6f6f6f;
}
.avaliable-from-ehnote > b {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}
.select-time-slots-text-ehnote {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.dr-profile-list-ehnote {
    display: flex;
    /*align-items: flex-start;*/
    justify-content: flex-start;
    align-items: center;
    padding: 9px;
}
.dr-profile-list-ehnote.active {
    /* background-color: #f1f1f1;*/
    border: 2px solid #1D5558 !important;
    border-radius: 5px;
    margin-right: 5px
}
.dr-profile-list-ehnote > img {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 100px;
    margin-right: 6px;
}
.dr-details-list-ehnote > h1 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    /*font-size: 18px;*/
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.dr-details-list-ehnote > label {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    /*font-size: 17px;*/
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.dr-details-list-ehnote > p {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.dr-details-list-ehnote > a {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
}
/*------------------------------------------------Login Appt-----------------------------------------------------*/
.hospital-tele-visit-ehnote {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 15px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dr-details-login-ehnote {
    padding: 5px 5px 15px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
.dr-details-login-ehnote > span,
.appt-details-login-ehnote > span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #6f6f6f;
    display: block;
    /*margin: 15px 0;*/
    margin: 5px 0;
}
.dr-details-login-ehnote > img {
    width: 45px;
    height: 45px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 100px;
    display: block;
    margin: 0 auto 0;
}
.dr-details-login-ehnote > h1 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.dr-details-login-ehnote > p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.appt-details-login-ehnote > h2 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #068cb0;
}
.appt-details-login-ehnote > p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.login-details-verify-ehnote > h1 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.login-details-verify-ehnote > p {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.login-input-verify-ehnote {
    padding: 25px 0 15px;
}
.login-input-verify-ehnote > label {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.btn-verify-confirm-ehnote {
    border-radius: 5px !important;
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
    padding: 4px 40px !important;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.btn-Back-Back-ehnote {
    border-radius: 5px !important;
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
    padding: 4px 40px !important;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #6f6f6f;
}
.btn-verify-confirm-ehnote:hover,
.btn-verify-confirm-ehnote:focus {
    background-image: linear-gradient(to bottom, #068cb0, #07a0d4);
    color: #fff;
}
.input-phone-number-ehnote {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.bg-hospital-tele-rad-ehnote {
    border-radius: 10px;
    background-color: #f6f6f6;
    padding: 10px 20px;
}
/*----------------------------------------------------Select Patient-----------------------------------------------------------*/
.plugin-border-radius-ehnote {
    border-radius: 20px;
    border: solid 0.5px #d2d2d2;
    width: 100%;
    overflow: hidden;
}
.text-select-patient-ehnote {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 14px 0;
}
.patient-list-plugin-profile {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.patient-list-plugin-profile > li {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    width: calc(100% * (1/3) - 0px - 0px);
    cursor: pointer;
    /*border-bottom: 0.5px solid #d2d2d2;*/
    background-image: linear-gradient(to bottom, #fff, #f6f6f6);
}
.patient-list-plugin-profile > li:hover {
    background-image: linear-gradient(to bottom, #f6f6f6, #fff);
}
.insurance-details-select-ehnote {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    border-bottom: 0.5px solid #d2d2d2;
}
.patient-list-plugin-profile > li > img,
.insurance-details-select-ehnote > img {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: solid 2px #e2e2e2;
}
.patient-list-plugin-profile > li > div > h3,
.insurance-details-select-ehnote > div > h3 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.patient-list-plugin-profile > li > div > span,
.insurance-details-select-ehnote > div > span {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.patient-list-plugin-profile > li > div > b,
.insurance-details-select-ehnote > div > b {
    font-family: "Inter", sans-serif;
    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);
    padding: 4px 10px;
}
.insurance-input-select-ehnote {
    padding: 20px 15px
}
.label-gender-radio-ehnote {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    position: relative;
    top: -10px;
}
.date-picker-icon-ehnote > .md-datepicker-button,
.date-picker-icon-ehnote > .md-datepicker-input-container > .md-datepicker-triangle-button {
    display: none;
}
.date-picker-icon-ehnote > .md-datepicker-input-container {
    margin-left: 0 !important;
    position: relative;
}
.date-picker-icon-ehnote > .md-datepicker-input-container > input {
    width: 100%;
    max-width: 100%;
}
.date-picker-icon-ehnote > .md-datepicker-input-container:after {
    content: "";
    position: absolute;
    right: 0;
    background: url(../img/icons/calendar.svg);
    width: 20px;
    height: 20px;
    object-fit: contain;
    top: 0;
}
.promo-code-successfully-ehnote {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #5cb85c;
}
.btn-Redeem-button-ehnote {
    position: absolute;
    right: 0;
    z-index: 1;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #07a0d4;
}
.pay-and-book-final-ehnote > li {
    border-bottom: 1px solid #d2d2d2;
    padding: 20px 15px;
    list-style: none;
}
.pay-and-book-final-ehnote > li:last-child {
    border: none;
}
.pay-and-book-final-ehnote > li > span {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.pay-and-book-final-ehnote > li > b {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000;
    float: right;
}
/*-----------------------------------------------------------------Controls-----------------------------------------------------------------*/
.plugin-controls {
    margin: 0;
    display: flex;
    align-items: center;
}
.plugin-controls > li {
    list-style: none;
}
.plugin-dropdown-ehnote {
    position: relative;
}
.plugin-dropdown-ehnote > ul.dropdown-menu {
    width: 100%;
}
.ui-select-input-ehnote,
.ui-select-input-ehnote > .ui-select-match {
    border: none !important;
    outline: none !important;
}
.ui-select-input-ehnote > .form-control,
.ui-select-input-ehnote > .form-control:focus {
    border-radius: 10px;
    border: solid 1px #909090;
    background: #fff;
    height: 48px;
    -webkit-appearance: inherit;
    box-sizing: inherit;
    -webkit-box-sizing: inherit;
    outline: none !important;
    font-weight: 500;
    border-radius: 6px !important;
    box-shadow: none !important;
}
.plugin-dropdown-ehnote > input {
    box-shadow: none !important;
}
.ui-select-input-ehnote > .form-control:disabled {
    border-radius: 10px;
    border: solid 1px #d2d2d2;
    background: #e9e9e9;
    height: 40px;
    -webkit-appearance: inherit;
    box-sizing: inherit;
    -webkit-box-sizing: inherit;
    outline: none !important;
    font-weight: 500;
}
.ui-select-input-ehnote > .ui-select-match > .btn-default.form-control,
.ui-select-input-ehnote > .ui-select-match > .btn-default.form-control:focus {
    border-radius: 10px;
    border: solid 1px #909090;
    background-color: #fff;
    height: 40px;
    padding-left: 18px;
    outline: none !important;
    border-radius: 6px;
}
.ui-select-input-ehnote > .ui-select-match > .btn-default.form-control > span {
    line-height: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ui-select-input-ehnote > .ui-select-match > .btn-default > .ui-select-match-text {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.ui-select-input-ehnote > .ui-select-choices.ui-select-choices-content {
    padding: 0;
    margin-top: 5px;
}
.ui-select-input-ehnote > ul > li > .ui-select-choices-row > .ui-select-choices-row-inner,
.plugin-dropdown-ehnote > .dropdown-menu > li > a {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    background-color: #fff;
    padding: 13px 10px;
}
.plugin-dropdown-ehnote > .dropdown-menu > li > a > strong {
    color: #068cb0;
}
.plugin-dropdown-ehnote > .dropdown-menu > li > a {
    display: block;
}
.ui-select-input-ehnote > ul > li > .ui-select-choices-row:hover > .ui-select-choices-row-inner,
.plugin-dropdown-ehnote > .dropdown-menu > li:hover > a {
    background-color: #E7E7E7;
}
.ui-select-input-ehnote > ul > li > .ui-select-choices-row {
    border-bottom: 1px solid #d2d2d2;
}
.ui-select-input-ehnote > ul > li > .ui-select-choices-row:last-child {
    border-bottom: none;
}
.ui-select-input-ehnote > ul > li > .ui-select-choices-row > .ui-select-choices-row-inner > span > span {
    color: #068cb0;
}
/*.ui-select-input-ehnote:after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: url(../img/plugin/Icon-feather-chevron-down-ehnote.svg);
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-repeat: no-repeat !important;
}*/
/*----------------------------------------------------------Pagination--------------------------------------------------*/
.plugin-pagination ul {
    display: flex;
    justify-content: center;
}
.plugin-pagination ul li a {
    display: block;
    padding: 5px 15px;
}
.plugin-pagination ul li.active a,
.plugin-pagination ul li.active:hover a {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: #2d2d47;
    color: #fff;
    border-radius: 6px;
}
.plugin-pagination ul li a {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.plugin-pagination ul li:hover a {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 0.125rem;
    background-color: #eee;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.hospital-VisitVideo {
    margin: 0;
    border: solid 1px #dbdbdb;
    background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6);
    height: 40px;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}
.hospital-VisitVideo > li > a > input {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    margin: auto;
    position: absolute;
    cursor: pointer;
}
.hospital-VisitVideo > li {
    list-style: none;
    flex: 1;
    position: relative;
}
.hospital-VisitVideo > li.active:first-child:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, #646480, #2d2d47);
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.hospital-VisitVideo > li.active:last-child:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, #646480, #2d2d47);
    transform-origin: top;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.hospital-VisitVideo > li > a {
    display: block;
    line-height: 2.7;
    cursor: pointer;
    position: relative;
    cursor: pointer;
    text-align: center;
    z-index: 2;
}
.hospital-VisitVideo > li > a > i {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    object-fit: contain;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.hospital-VisitVideo > li > a > i.hospitalvisit-icon {
    background: url(../img/plugin/radio-hospital-visit-ehnote.svg);    
}
.hospital-VisitVideo > li.active > a > i.hospitalvisit-icon {
    background: url(../img/plugin/white-radio-hospital-visit-ehnote.svg);    
}
.calendar-check-ehnote {
    background: url(../img/plugin/calendar-check-ehnote.svg);
}
.ionic-ios-time-ehnote {
    background: url(../img/plugin/ionic-ios-time-ehnote.svg);
}
.hospital-VisitVideo > li > a > i.VideoConsultationvisit-icon {
    background: url(../img/plugin/radio-televisti-ehnote-icon.svg);
    background-size: 85% !important;
}
.hospital-VisitVideo > li.active > a > i.VideoConsultationvisit-icon {
    background: url(../img/plugin/white-radio-televisti-ehnote-icon.svg);
    background-size: 85% !important;
}
.hospital-VisitVideo > li.active {
    color: #fff;
    background-image: linear-gradient(to bottom, #646480, #2d2d47);
}
.hospital-VisitVideo > li.active > a > label {
    color: #fff;
}
.hospital-VisitVideo > li > a > label {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.2;
    letter-spacing: normal;
    text-align: center;
    color: #0f0f0f;
    display: inline-block;
}
/*Insurance*/
.Insurance-bg-ehnote > div {
    border: solid 1px #dbdbdb;
    background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6);
    padding: 10px 15px;
    border-radius: 10px;
}
.Insurance-bg-ehnote > label {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #808080;
    margin-bottom: 15px;
    margin-top: 15px;
}
.border-calendar-EHNOTE {
    border: 1px solid #d2d2d2;
    overflow: hidden;
    border-radius: 10px;
}
.appointment-book-success {
    color: #5cb85c;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin: 15px 0;
}
/*Add New Patient*/
.add-patient-details-plugin-ehnote > label {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 8px;
}
.add-patient-details-plugin-ehnote > input,
.add-patient-details-plugin-ehnote > select {
    background-color: #EFF3F8 !important;
    color: #000 !important;
}
.bg-doctor-details-map {
    border-radius: 10px;
    background-color: #f3f3f3;
    padding: 5px;
}
.bg-doctor-date-details {
    border-bottom: 1px solid #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px;
}
.bg-doctor-date-details > span {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: #040404;
    display: flex;
    align-items: center;
}
.bg-doctor-date-details > span > i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.fw-700 {
    font-weight: 700 !important;
}
.p-l-100 {
    padding-left:100px !important;
}
.p-r-100 {
    padding-right: 100px !important;
}
.m-t-35 {
    margin-top:35px !important;
}
/*----------------------*/
.doctor-details-new {
    background-color: #d4fdff;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    width: max-content;
    position: relative;
}
.doctor-details-leftline {
    background-color: #fff;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    width: max-content;
    position: relative;
}
.doctor-details-new > img,
.doctor-details-leftline > img {
    width: 70px;
    height: 70px;
    object-position: center;
    object-fit: cover;
    border-radius: 100px;
    margin-right: 10px;
}
.doctor-details-new-details > label {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #484848;
}
.doctor-details-new-details > label > span {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    text-align: left;
    color: #767676;
}
.doctor-details-new-details > p {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}
.doctor-details-new-details > h4 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.doctor-details-new-details > h4 > span {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    border-radius: 4px;
    background-color: #329297;
    padding: 6px 12px;
    color: #fff;
    margin-left: 20px;
}
.input-plugin {
    margin-bottom: 5px;
    display: block;
}
.input-plugin > label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #484848;
}
.input-plugin > label > span {
    color: #ff5151;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}
.input-plugin > input,
.input-plugin > select {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #909090;
    padding: 8px 10px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.input-plugin > input.h-45 {
    font-size: 20px;
}
.input-plugin > input:disabled {
    background-color: #d9d9d9;
    color: #313131;
}
.input-plugin > input::placeholder {
    color: #b1b1b1;
}
.btn-plugin {
    background-image: linear-gradient(to bottom, #1d5558 0%, #329297 100%);
    color: #fff;
}
.btn-blue {
    background-color: #48adf8;
    color: #fff;
}
.e-btn {
    padding: 14px 35px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    min-width: 190px;
}
.btn-plugin:focus,
.btn-plugin:hover {
    background-image: linear-gradient(to bottom, #329297 0%, #1d5558 100%);
}
.timer-otp {
    text-align: center;
}
.timer-otp > h4 {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    color: rgb(107, 108, 123);
}
.timer-otp > a {
    color: #329297;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-size: 16px;
}
.timer-otp > span {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #767676;
}
.language-select {
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 0.3px solid #909090;
    background-color: #e7e7e7;
    padding: 4px;
}
.language-select > li {
    list-style: none;
    width: 50%;
}
.language-select > li > a {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 4px 13px;
}
.language-select > li.active > a {
    border-radius: 6px;
    background-color: #068cb0;
    color: #fff;
    cursor: default;
}
.plugin-header {
    background-color: #f5f5f5;
}
.plugin-text-heading {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: normal;
    /*text-align: left;*/
    color: #068cb0;
}
.sub-heading-eh {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #767676;
    margin: 10px 0;
    position: relative;
    padding-bottom: 10px;
}
.sub-heading-eh::after {
    width: 60px;
    height: 2px;
    content: "";
    background-color: #ffc107;
    position: absolute;
    left: 0;
    bottom: 0;
}
.uploaded-img {
    background-color: #dee2e6;
}
.uploaded-img > img {
    height: 120px;
    object-fit: contain;
    object-position: center center;
    background-repeat: no-repeat;
    background-position: center;
}
.appointment-section {
    overflow: hidden;
    width: 100%;
    border-radius: 12px;
    background-color: #f5f5f5;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.appointment-header {
    background-color: #0b7479;
    padding: 8px 12px;
}
.appointment-body {
    padding: 8px 12px;
}
.appointment-header > h1 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.flow-2 {
    display: flex;
    flex-wrap: wrap;
}
.flow-2 > .appointment-section {
    margin-right: 5px;
    margin-bottom: 5px;
    width: calc(100% * (1/2) - 5px - 0px);
}
.appointment-profile-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.appointment-profile-details {
    background-color: #fff;
    padding: 15px;
}
.appointment-profile-details > img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 100px;
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center;
}
.appointment-profile-details > h1 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #484848;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
}
.appointment-profile-details > a {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3A8BAC;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.appointment-profile-details > a > i {
    width: 20px;
    height: 20px;
    background-size: contain;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 10px;
}
.appointemnt-list-details {
    display: block;
    margin: 0;
}
.appointemnt-list-details > li {
    list-style: none;
    display: flex;
    align-items: center;
    line-height: 20px;
}
.appointemnt-list-details > li > img {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 10px;
}
.appointemnt-list-details > li > span {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}
.appointemnt-list-details > li > b {
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.appt-slots-details {
    background-color: #e7e7e7;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #313131;
    padding: 6px;
}
.appointemnt-booked-section {
    border-radius: 12px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border: solid 2px #d4fdff;
    background-color: #fff;
    align-items: center;
    display: flex;
    padding: 6px;
}
.right-appt-border {
    border-right: 3px solid #52d2da;
}
.appointemnt-booked-section-details {
    text-align: center;
}
.appointemnt-booked-section-details > i {
    width: 80px;
    height: 80px;
    display: block;
    margin: 10px auto;
    background-repeat: no-repeat;
    object-fit: contain;
}
i.cal-success {
    background-image: url(../img/book-appt/appt-details/plugin-icons.svg);
    background-position: -121px;
}
i.dr-user {
    background-image: url(../img/book-appt/appt-details/plugin-icons.svg);
    background-position: -46px
}
i.booking-confirmed-icn {
    background-image: url(../img/book-appt/appt-details/plugin-icons.svg);
    background-position: 0px -15px;
}
.booking-callback {
    background-image: url(../img/book-appt/appt-details/plugin-icons.svg);
    background-position: -197px -11px;
}
.booking-confirmed {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.booking-confirmed > i {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
}
.booking-confirmed > span {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1b7175;
}
.appointemnt-booked-section-details > span {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    font-size: 14px !important;
}
.appointemnt-booked-section-details > h2 {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #484848;
    margin-bottom: 10px;
}
.appointemnt-booked-section-details > b,
.appointemnt-booked-section-details > span > b {
    font-size: 14px !important;
    color: #1789ca;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}
.sab-slots-view {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.sab-slots-view > i {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 5px;
}
.slots-section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.appointemnt-confirm {
    border-radius: 34px;
    background-color: #f5f5f5;
    padding: 15px;
    position: relative;
}
.appointemnt-confirm > .doctor-details-new:before,
.doctor-details-leftline:before {
    border-radius: 4px;
    background-color: #45c9a5;
    height: 70px;
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    width: 5px;
    margin: auto 0;
}

.appointemnt-confirm > p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}
.appointemnt-confirm > p > b,
.appointemnt-confirm > b {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}
.btn-getdirections {
    border-radius: 6px;
    background-color: #e6e6e6;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.branch-details {
    display: block;
}
.branch-details > img {
    width: 100px;
    height: 100px;
    display: block;
    background-position: center;
    background-color: #d9d9d9;
    border-radius: 10px;
    object-position: center;
    text-align: center;
    margin: 15px auto;
    background-repeat: no-repeat;
    padding: 15px;
}
.branch-details > h3 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #484848;
    margin-bottom: 15px;
    text-transform: capitalize;
}
