
@import "https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css";
@import 'https://cdn.jsdelivr.net/npm/bulma-tooltip@2.0.2/dist/css/bulma-tooltip.min.css';
@import 'https://cdn.jsdelivr.net/npm/bulma-pageloader@0.3.0/dist/css/bulma-pageloader.min.css';
@import 'https://cdn.rawgit.com/octoshrimpy/bulma-o-steps/master/bulma-steps.css';
@import 'https://cdn.jsdelivr.net/npm/bulma-carousel@4.0.4/dist/css/bulma-carousel.min.css';
@import 'https://cdn.jsdelivr.net/npm/bulma-pricingtable@0.2.0/dist/css/bulma-pricingtable.min.css';
@import 'https://cdn.jsdelivr.net/npm/bulma-timeline@3.0.4/dist/css/bulma-timeline.min.css';

html, body {
	position: relative;
	width: 100%;
	height: 100%;
    scroll-behavior: smooth;
}

body {
	color: #333;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: NotoSans, Lucida Grande, Lucida Sans Unicode, sans-serif;
    font-size: 14px;
    display:flex;
    flex-direction:column;
}

a {
	color: #00d1b2;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: none 86ms ease-out;
    transition: none 86ms ease-out;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #4a4a4a;
}

.hover-no-underline:hover {
    text-decoration: none;
}

.section {
    overflow: hidden;
}

.menu-list a.is-active, .navbar a.is-active {
    background-color: #00d1b2;
    color: #fff;
}

.menu-list a:hover, .navbar a:hover {
    background-color: #f5f5f5;
    color: #00d1b2;
}
.menu-list a {
    border-radius: 2px;
    color: #4a4a4a;
    display: block;
    padding: .5em .75em;
}

.navbar-link:not(.is-arrowless)::after{
    color: #00d1b2;
}

label {
	display: block;
}

button:active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}

.button:hover {
    text-decoration: none;
}

.label{
	color: #333;
	font-weight: normal;
    font-size: 14px;
}

.center {
    width: 800px;
    position: relative;
    margin: 0 auto;
    background: #fff;
}

.form {
    padding: 24px;
    border: #dcdcdc 1px solid;
    position: relative;
    margin: 20px 0;
    background: #fff;
}

.form h2 {
    font-weight: 400;
    color: #f06b6c;
    font-size: 26px;
    text-align: center;
    line-height: 1.1em;
    margin-top: 0;
    margin-bottom: 30px;
}

.form h3 {
    font-weight: bold;
    font-size: 16px;
    color: #222;
    text-align: left;
    line-height: 1.1em;
    margin-top: 0;
    margin-bottom: 10px;
}

.input, .select, .button, .textarea, .checkbox {
    font-size: 14px;
}

.is-fixed{
    position:fixed;
}

.icon-button:hover{
    cursor: pointer;
    color: #00d1b2;
}

header {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 111;
    transition: left 0.2s;
    box-shadow: 1px 1px 2px #c5c5c5;
    height: 80px;
}

.header-title {
    font-size: 35px;
    font-weight: 400;
    margin: 15px 10px;
}

.page-header h2 {
    font-weight: bold;
    color: #f06b6c;
    font-size: 18px;
    text-align: left;
    line-height: 1.1em;
}

.main-content {
    margin: 81px 0 0;
}

.main-logo {
    padding: .5rem .75rem;
}

.home-content {
    margin: 2% auto;
}

.home-content-about-hr {
    margin: auto;
    width: 15%;
}

.home-content-expert-hr {
    margin: auto;
    width: 35%;
}

.home-content-location-hr {
    margin: auto;
    width: 17%;
}

.home-content-news-hr {
    margin: auto;
    width: 35%;
}

.home-content-subtitle {
    padding: 10px;
}

.home-content-service {
    margin: 20px auto;
    /*min-width: 500px;*/
    /*float: left;*/
}

.home-content-service-icon {
    float: left;
    margin-right: 25px;
}

.home-content-ul {
    list-style: none !important;
    margin: 0 !important;
}

.tile-container {
    margin-bottom: 2%;
    margin-top: 2%;
}

.footer {
    padding: 0;
    margin-top:auto;
}

.top-menu {
    z-index: 0;
}

.top-margin-10 {
    margin: 20px auto !important;
}

.top-margin-13 {
    margin: 13px auto !important;
}

.top-margin-120 {
    margin-top: 120px;
}

.hero, .has-background {
    position: relative;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.hero-background, .is-transparent {
    opacity: 0.8;
}

.is-transparent-footer {
    opacity: 0.2;
}

.message {
    margin: 20px auto;
}

.main-content .hero .hero-body-footer {
    padding: 20px;
}

.footer-app-items {
    margin: auto;
}

.footer-app-item {
    padding-top: 20px;
    padding-bottom: 0;
}

.footer-app-item-icon {
    width: 150px;
    border-radius: 30px;
    padding: 20px 0;
    border: 2px solid #fff;
    margin: 4px 0;
}

.container {
    width: 90%;
}

.title {
    font-size: 1.5rem;
}

.subtitle {
    font-size: 14px;
}

.title:not(:last-child) {
    margin-bottom: 1rem;
}

.tag:not(body) {
    white-space: normal;
}

.tag:not(body).is-medium {
    font-size: 0.5rem;
}

.content-tab .content-title {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
}

.pricing-table {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: space-between;
}

.pricing-table .pricing-plan {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    background-color: #fff;
    border: 0.1rem solid #f5f5f5;
    border-radius: 4px;
    list-style-type: none;
    transition: 0.25s;
    margin: 0;
}

.pricing-table .pricing-plan .plan-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #fff;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 600;
    padding: .75em;
    align-content: center;
    text-align: center;
}

.pricing-table .pricing-plan .plan-price {
    background-color: #fff;
    color: #4a4a4a;
    font-size: .75rem;
    font-weight: 400;
    padding: .75em;
    align-content: center;
    text-align: center;
}

.pricing-table .pricing-plan .plan-price .plan-price-amount {
    font-size: 2.5rem;
    font-weight: 700;
}

.pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
    vertical-align: super;
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #4a4a4a;
    margin-right: .25rem;
}

.plan-items {
    max-height: 160px;
    overflow: auto;
}

.pricing-table .pricing-plan .plan-item {
    background: #f5f5f5;
    border-bottom: 0.1rem solid #fff;
    padding: .75em;
    align-content: center;
    text-align: center;
    font-size: .9em;
    color: #7a7a7a;
}

.pricing-table .pricing-plan .plan-footer {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: .75em;
    align-content: center;
    text-align: center;
    margin-top: auto;
}

.button.is-fullwidth {
    display: flex;
    width: 100%;
}

.modal-card-symptom {
    width: 80%;
}

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

.consultant-image {
    border: solid rgba(178, 176, 176, 0.78);
}

.symptom-duration {
    width: 100px;
}

.symptom-remarks {
    width: 275px;
}

.modal {
    z-index: 1000;
}

.form-message {
    width: 100%;
}

.prescription {
    display: none;
}

.clinicNote {
    display: none;
}

.referralLetter {
    display: none;
}

.medicalCertificate {
    display: none;
}

.appointmentReceipt {
    display: none;
}

.printAppointmentReceipt {
    display: none;
}

.tab-header {
    margin-bottom: 30px;
}

.right-space {
    margin-bottom: 1px;
}

.padding-0 {
    padding: 0;
}

.padding-top-40 {
    padding-top: 40px;
}

.modal-print-referral-letter {
    width: 850px;
}

.icon-empty {
    padding: 1em;
}

.dr-profile-left {
    margin-left: .75rem;
}

.dr-profile-left__menu {
    position: fixed; width: 17rem;
}

.dr-profile-left__menu-image {
    margin: auto;
}

.menu-list_item {
    font-weight: 600;
    text-transform: uppercase;
    color: hsl(0, 0%, 100%) !important;
}

.menu-list_item:hover {
    color: hsl(0, 0%, 4%) !important;
    text-decoration: none;
}

.card-image__middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.card-image:hover .consultant-image {
    opacity: 0.3;
}

.card-image:hover .card-image__middle {
    opacity: 1;
}

.slider:focus {
    outline: none;
}

.navbar-item .navbar-link .image {
    margin-right: 10px;
}

.navbar-item .navbar-link .banner-profile-image {
    max-height: 48px;
}

.navbar-item .navbar-link span {
    color: #2C3E50;
}

.autocomplete .autocomplete-input {
    box-sizing: border-box;
    border-color: #00d1b2;
    border-radius: 4px 4px 0 0;
}

.autocomplete .autocomplete-input::placeholder {
    color: #333333;
}

.autocomplete .autocomplete-input:-ms-input-placeholder {
    color: #333333;
}

.autocomplete .autocomplete-input::-ms-input-placeholder {
    color: #333333;
}

.autocomplete-list {
    background: #fff;
    position: relative;
    width: 100%;
    overflow-y: auto;
    z-index: 99;
    padding: 10px 0;
    top: 0;
    border: 1px solid #00d1b2;
    max-height: calc(15 * (1rem + 10px) + 15px);
    user-select: none;
    border-radius: 0 0 4px 4px;
    border-top: none;
}

.autocomplete-list-item:hover, .autocomplete-list-item.selected {
    background-color: #00d1b2;
    color: #fff;
}

.autocomplete-list-item {
    padding: 5px 15px;
    color: #333;
    cursor: pointer;
    line-height: 1;
}

.autocomplete-list.hidden {
    display: none;
}

.autocomplete-list-item-no-results {
    padding: 5px 15px;
    color: #999;
    line-height: 1;
}

.mt-28 {
    margin-top: 28px;
}

.datatable {
    background: #fff;
}

.datatable .dt-search {
    margin-left: 16px;
    margin-bottom: 16px;
}
.datatable .dt-search input {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    outline: none;
    padding: 0 8px;
    line-height: 24px;
    margin: 0;
    height: 24px;
    background: transparent;
    width: 176px;
    transition: all, 0.1s;
}
.datatable .dt-search input:focus {
    border: 2px solid #e0e0e0;
}
.datatable .dt-search input::placeholder {
    color: #9e9e9e;
    line-height: 24px;
}

.datatable thead:not([style*='hidden']) th {
    padding: 8px 0px 8px 16px;
    text-align: center;
    border-bottom: 1px solid #eee;
    background: #dbdbdb;
}
.datatable .dt-table th.sortable {
    cursor: pointer;
}
.datatable .dt-table th.sortable span {
    padding-right: 16px;
    position: relative;
}
.datatable .dt-table th.sortable span:before,
.datatable .dt-table th.sortable span:after {
    border: 4px solid transparent;
    content: '';
    display: block;
    height: 0;
    right: 0;
    top: 50%;
    position: absolute;
    width: 0;
}
.datatable .dt-table th.sortable span:before {
    border-bottom-color: #e0e0e0;
    margin-top: -9px;
}
.datatable .dt-table th.sortable span:after {
    border-top-color: #e0e0e0;
    margin-top: 1px;
}
.datatable .dt-table th.sortable.asc:not(.desc) span:before {
    border-bottom-color: #9e9e9e;
}
.datatable .dt-table th.sortable.desc:not(.asc) span:after {
    border-top-color: #9e9e9e;
}
.datatable .dt-table th.filter {
    padding: 0;
    margin: 0;
    background-image: none;
    border: 1px solid #fafafa;
}
.datatable .dt-table th.filter input {
    background: #fff;
    height: 24px;
    border: none;
    border-bottom: 1px solid #eee;
    text-align: center;
    outline: none;
    border-radius: 0;
    font-size: 14px;
}
.datatable .dt-table th.filter input::placeholder {
    color: #bdbdbd;
    font-style: italic;
    font-size: 13px;
}

.datatable .dt-table {
    border-bottom: 1px solid #e0e0e0;
    scrollbar-width: thin;
}
.datatable .dt-table::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.datatable .dt-table::-webkit-scrollbar-track {
    background: #f5f5f5;
}
.datatable .dt-table::-webkit-scrollbar-thumb {
    background: #c2c2c2;
}
.datatable .dt-table::-webkit-scrollbar-thumb:hover {
    background: #9e9e9e;
}
.datatable .dt-table::-webkit-scrollbar-track-piece:start {
    top: 40px;
}
.datatable .dt-table table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    margin-bottom: 6px;
    margin-top: -20px!important;
}

.datatable .dt-pagination {
    background: #fff;
}

.datatable .dt-pagination-buttons {
    height: 32px;
    margin-right: 16px;
}
.datatable .dt-pagination-buttons button {
    background: inherit;
    height: 32px;
    width: 32px;
    color: #616161;
    font-size: 13px;
    margin: 0;
    padding: 0;
    transition: all, .2s;
    line-height: 32px;
    border: 1px solid #e0e0e0;
    border-right: none;
    outline: none;
}
.datatable .dt-pagination-buttons button:first-child {
    border-radius: 4px 0 0 4px;
}
.datatable .dt-pagination-buttons button:last-child {
    border-right: 1px solid #e0e0e0;
    border-radius: 0 4px 4px 0;
}
.datatable .dt-pagination-buttons button:not(.active):hover {
    background: #eee;
    cursor: pointer;
}
.datatable .dt-pagination-buttons button.text {
    width: auto;
    min-width: 70px;
    cursor: pointer;
}
.datatable .dt-pagination-buttons button.ellipse:hover {
    background: inherit;
    cursor: default;
}
.datatable .dt-pagination-buttons button.active {
    background: #eee;
    font-weight: bold;
}
.datatable .dt-pagination-buttons button.disabled:hover {
    background: inherit;
    cursor: default;
}
.datatable .dt-pagination-buttons.mobile button.disabled {
    color: #bdbdbd;
}
.datatable .dt-pagination-buttons.mobile button {
    font-weight: bold;
}

.datatable .dt-pagination-rowcount {
    color: #616161;
    line-height: 32px;
    margin-left: 16px;
    font-size: 14px;
}


.report-table .datatable thead:not([style*='hidden']) th {
    padding: 8px 0px 8px 0px !important;
    text-align: left !important;
}
.datatable .dt-table {
    height: auto !important;
}
.report-table .datatable .dt-search {
    margin-left: 0px !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.vp-care-plan:hover {
    cursor: pointer;
    border: 1px solid;
}

@media print {
    .pageloader {
        display: none;
    }

    .page-body {
        display: none;
    }

    header {
        display: none;
    }

    .footer {
        display: none;
    }

    .prescription {
        display: block;
        font-size: 12px !important;
        overflow: hidden !important
    }

    .clinicNote {
        display: block;
        font-size: 12px !important;
        overflow: hidden !important
    }

    .referralLetter {
        display: block;
        font-size: 12px !important;
        overflow: hidden !important
    }

    .medicalCertificate {
        display: block;
        font-size: 12px !important;
        overflow: hidden !important
    }

    .appointmentReceipt {
        display: block;
    }

    .printAppointmentReceipt {
        font-family: Tahoma, Geneva, sans-serif;
        display: block !important;
        font-size: 16px !important;
        overflow: hidden !important;
        float: left;
        height: auto;
    }

    .printAppointmentReceipt table {
        border: solid white !important;
        border-width: 1px 0 0 1px !important;
        border-bottom-style: none !important;
    }

    .printAppointmentReceipt th, td {
        border: solid white !important;
        border-width: 0 1px 1px 0 !important;
        border-bottom-style: none !important;
        padding: 3px 0 !important;
    }

    @page {
        size: B5;
        margin: 0;
    }
}

@media screen and (min-width: 321px) {

}

@media screen and (min-width: 376px) {

}

@media screen and (min-width: 426px) {
    .title {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 16px;
    }

    .navbar>.container {
        width: 85%;
    }

    .container {
        width: 85%;
    }

    .tag:not(body).is-medium {
        font-size: 12px;
    }
}

@media screen and (min-width: 769px) {
    .main-content {
        margin: 132px 0 0;
    }

    .main-content .hero .hero-body-footer {
        padding-bottom: 0;
    }

    .tag:not(body) {
        white-space: nowrap;
    }

    .tag:not(body).is-medium {
        font-size: 14px;
    }
}

@media screen and (min-width: 1025px) {

}

@media screen and (max-width: 768px) {
    #menu-toggle:checked + .nav-menu {
        display: block;
    }
}
