body {
    color: #464749;
    font-weight: normal;
    font-size: .9rem;
    padding-top: 0 !important;
    overflow-x: hidden;
}

* {
    outline: none;
}

* {
    box-shadow: none;
}

.modalLayout .ui-shadow {
    box-shadow: none !important;
}

.modalLayout .ui-dialog {
    box-shadow: none !important;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
    line-height: 1.3;
    color: #464749;
}

h6 {
    font-weight: 500;
}

h1 {
    font-size: 3rem;
    line-height: 1.5;
}

a:hover {
    color: #ed1c24;
    cursor: pointer;
}

.link:hover {
    cursor: pointer;
}

.font-normal {
    font-weight: normal !important;
}

.vh-100 {
    min-height: 100%;
    height: auto;
}

.font-bold {
    font-weight: 600 !important;
}

.form-control:focus {
    box-shadow: none;
}

.form-control {
    padding: .375rem .35rem .375rem .35rem;
    line-height: 1.2;
    height: 2.0625rem !important;
}

select.form-control {
    line-height: 1.2;
    height: 2.0625rem !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select.form-control {
        line-height: 1.875rem;
    }

    .btn-more {
        margin-top: -1.25rem;
        float: right;
    }

    nav.top-nav .navbar-nav {
        /* position: absolute;
         left: 0;*/
    }

    .banner-container h4 {
        float: none !important;
    }
}

.btn.focus,
.btn:focus,
button:focus,
button.focus {
    box-shadow: none;
}

.btn,
button {
    box-shadow: none;
    border: none;
    outline: none;
}

:hover {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.required {
    margin: -3px 0 0 3px;
    color: #DC3546;
}

label {
    color: #1FABAD;
    font-size: 0.9375rem;
}

.text-decoration-line-through {
    text-decoration: line-through;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c1c3c6 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #c1c3c6 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #c1c3c6 !important;
}

.img-reponsive img {
    max-width: 100%;
}

.med-bag {
    /*margin-top: -0.4375rem;*/
    border: none;
}

.container {
    max-width: 120rem;
}

.container-sm {
    max-width: 78.75rem;
    margin: 0 auto;
    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.container-md {
    max-width: 93.125rem;
    margin: 0 auto;
    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0.625rem 0;
}

.banner-container .filters {
    background: #00707E;
    padding: 0.9375rem 1.25rem;
    width: 100%;
    margin: 2.5rem 0 0 0;
}

.banner-container .filters .form-control {
    margin-bottom: 0.625rem;
}

.banner {
    width: 100%;
    max-width: 120rem;
    background: url(../images/banner-bg.jpg) no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 2.9375rem 0 1.5rem 0;
}

.banner-container {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
}

.banner-container h2 {
    color: #fff;
    margin: 3.75rem 0 0.625rem 0;
    font-weight: normal;
    font-size: 2.25rem;
}

.banner-container h4 {
    color: #fff;
    margin: 0.625rem 0;
    font-weight: normal;
    font-size: 1.75rem;
    float: left
}

.banner-container .filters label {
    color: #fff;
    font-size: 0.8125rem
}

.banner-container .search-btn {
    width: 100%;
    margin-top: 1.9375rem;
    background: #1FABAD;
    color: #fff;
}

.btn-more {
    font-size: 0.9375rem;
    font-weight: 500;
    background: #1FABAD;
    color: #fff;
    float: right;
    margin-top: 0.3125rem;
    margin-left: 1rem;
    width: 5.75rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0, 0, 0, 0.32)
}

.font-0 {
    font-size: 0;
}

.hr {
    width: 100%;
    float: left;
}

.rounded1x {
    border-radius: 0.625rem;
    overflow: hidden;
}

.row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}


/*Buttons*/

.btn-green {
    background: #1FABAD;
    color: #fff;
}

.btn-red {
    background: #DC3546;
    color: #fff;
}

.btn-grey-l {
    background: #e0e1e3 !important;
    color: #fff;
}

.btn-grey {
    background: #818386 !important;
    color: #fff;
}

.btn-orange {
    color: #464749;
    background: #FFE9E1;
}

.btn-offgreen2 {
    color: #1FABAD;
    background: #F4FAFB;
}

.droopdown-sm button {
    border-radius: 0;
    background: #F4FAFB;
    height: 1.4375rem;
    font-size: 0.8125rem;
    color: #00707E;
    padding: 1px 0.625rem 3px 0.625rem;
}

.req-done {
    border-radius: 0.3125rem;
    background: #1FABAD;
    height: 1.875rem;
    font-size: 0.8125rem;
    color: #fff;
    padding: 0;
    width: 7.3125rem;
    text-align: center;
    line-height: 1.5rem;
}

.droopdown-sm button:hover {
    background: #00707E;
    color: #fff;
}

.btn {
    margin-bottom: 3px;
}

.dropdown-item:focus {
    background: #1FABAD !important;
    color: #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #1FABAD !important;
    color: #fff !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #1FABAD !important;
    color: #fff !important;
}


/*Font size*/

.fs-11 {
    font-size: 0.6875rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-16 {
    font-size: 1rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-19 {
    font-size: 1.1875rem;
}

.fs-22 {
    font-size: 1.375rem;
}

.fs-34 {
    font-size: 2.375rem;
}

.fs-38 {
    font-size: 2.375rem;
}

.fs-39 {
    font-size: 2.4375rem;
}

.fs-36 {
    font-size: 2.25rem;
}

.fs-40 {
    font-size: 2.5rem;
}

.fs-41 {
    font-size: 2.5625rem;
}

.fs-42 {
    font-size: 2.625rem;
}

.fs-50 {
    font-size: 3.125rem;
}

.fs-59 {
    font-size: 3.6875rem;
}

.fs-72 {
    font-size: 4.5rem;
}

.fs-75 {
    font-size: 4.6875rem;
}

.fs-80 {
    font-size: 5rem;
}

.fs-87 {
    font-size: 5.4375rem;
}

.fs-88 {
    font-size: 5.5rem;
}

.fs-20 {
    font-size: 1.25rem;
}

.fs-123 {
    font-size: 7.6875rem;
}

.fs-114 {
    font-size: 7.125rem;
}

.fs-332 {
    font-size: 20.75rem !important;
}

.font-sm {
    font-size: 80%;
}

.font-xl {
    font-size: 400% !important;
}

.font-lg {
    font-size: 200% !important;
}


/*Margins*/

.mt-31 {
    margin-top: 1.9375rem;
}

.mt-44 {
    margin-top: 2.75rem;
}

.mt-49 {
    margin-top: 3.0625rem;
}

.mrm-2x {
    margin-right: -1.25rem
}


/*Paddings*/

.ptb-3x {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.ptb-4x {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.ptb-2x {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.pt-3x {
    padding-top: 1.875rem;
}

.ptb-1xx {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.prl-0 {
    padding-left: 0;
    padding-right: 0;
}

.prl-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.prl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}


/*Colors*/

.color-white {
    color: #fff !important;
}

.color-grey-l {
    color: #a0a2a4;
}

.color-grey-m {
    color: #818386;
}

.color-grey {
    color: #464749;
}

.color-grey-d {
    color: #1A1818;
}

.color-green {
    color: #00707E;
}

.color-green-s {
    color: #1FABAD;
}

.color-green-l {
    color: #1FABAD;
}

.color-red {
    color: #DC3546;
}

.color-blue-d {
    color: #5F7EAB;
}

.color-red2 {
    color: #E50019;
}

/*Backgrounds*/

.bg-grey {
    background: #818386;
}

.bg-grey-l {
    background: #f8f8f8;
}

.bg-offwhite1 {
    background: #f1f1f1;
}

.bg-green-l {
    background: #F4FAFB;
}

.bg-offgreen {
    background: #F4FAFB;
}

.bg-offgreen2 {
    background: #F4FAFB;
}

.bg-offgreen3 {
    /* background: #F4FAFB; */
}

.bg-offgreen4 {
    background: #F4FAFB;
}

.bg-offgreen5 {
    background: #F4FAFB;
}

.bg-green {
    background: #1FABAD;
}

.bg-green-d {
    background: #00707E;
}

.bg-offwhite {
    background: #F4FAFB;
}

nav.bg-offwhite {
    background: #f8f8f8;
    min-height: 4.125rem;
}

.bg-green-md {
    background: #1FABAD !important;
}

.bg-orange {
    background: #F28477;
}

.bg-offorange {
    background: #FFE9E1;
}

.bg-offred {
    background: #FDD7C8;
}

.bg-red {
    background: #eb422f;
}

.bg-offwhite2 {
    background: #F8F8F8;
}

.color-0C8944 {
    color: #1FABAD !important;
}

/*Borders*/

.bdr-btm-white {
    border-bottom: 1px solid #fff;
}

.bdr-btm-green {
    border-bottom: 1px solid #00707E;
}

.bdr-btm-green-l {
    border-bottom: 1px solid #1FABAD;
}

.bdr-green {
    border: 1px solid #1FABAD !important;
}

.bdr-red {
    border: 1px solid #DC3546
}

.bdr-green-l {
    /* border: 1px solid #7c9f5f !important; */
}

.bdr-orange {
    border-bottom: 3px solid #f28477;
}

.bdr-green-s {
    border: 1px solid #1FABAD;
}

.bdr-top-green-l {
    border-top: 1px solid #1FABAD;
}

.no-radius {
    border-radius: 0 !important
}


/*Offers slider*/

.offers-list {
    padding: 0.625rem 8.125rem 1.25rem 8.125rem;
}

.owl-carousel .item {
    padding: 0.625rem;
}

.offer-img {
    position: relative;
    min-height: 8.625rem;
}

.offer-img img {
    width: 100% !important;
    height: 8.625rem;
    object-fit: cover;
}

.offer-name {
    min-height: 2.5rem;
    max-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-name span {
    line-height: 1;
}

.offers-qty {
    position: absolute;
    width: 1.5625rem;
    height: 1.5625rem;
    top: -0.75rem;
    right: -0.75rem;
    background: #e50019;
    text-align: center;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.4375rem;
    border-radius: 50%;
    z-index: 333;
}

.offer-name {
    background: #00707E;
    margin: 0px 0 0 0;
    font-size: 1rem;
    position: sticky;
    color: #fff;
    line-height: 1.5rem;
    padding: 0.625rem 0.3125rem 0.8125rem 0.3125rem;
    text-align: center;
}

.offers-list2 .offer-name {
    font-size: 1.25rem;
    font-weight: normal;
}

.offer-tag {
    background: #DC3546;
    margin: -2.4375rem 0 0 0;
    position: sticky;
    color: #fff;
    line-height: 0.875rem;
    padding: 0.25rem;
    text-align: left;
    border-top-right-radius: 0.5rem;
    min-width: 5rem;
    float: left;
}

.offer-tag p:first-child {
    color: #fff;
    font-size: 0.6875rem;
    margin: 0 0 3px 0;
    text-align: left;
}

.offer-tag p:last-child {
    color: #fff;
    font-size: 0.6875rem;
    margin: 0 0 0 0;
    text-align: right;
}

.offers-list4 .slick-initialized .slick-track {
    min-width: 25rem;
}

.offers-list4 .slick-initialized .slick-slide {
    min-width: 25rem;
}

.offers-list4 .item-inner {
    min-width: 22.5rem;
}

.offers-list4 .item-inner img {
    width: 100%;
    object-fit: cover;
}

/*----- End offers ---------*/

.number-status {
    width: 100%;
}

.number-status ul li {
    display: inline-block;
    width: 19%;
    min-width: 10.625rem;
}

.number-status ul li .icon-status {
    margin-bottom: 0.625rem;
    min-height: 4.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.number-status ul li .icon-status img {
    height: 3.75rem;
    width: auto;
}

.number-status ul li p {
    text-align: center;
    margin: 0 0 3px 0;
    line-height: 1.1875rem;
    font-size: 1.125rem;
}

.number-status ul li p.numbers {
    color: #DC3546;
}

.footer h5 {
    color: #fff;
    margin-bottom: 0.3125rem;
    font-weight: normal;
    font-size: 1rem;
}

.footer p {
    color: #fff;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.0625rem
}

.footer textarea.form-control {
    height: 5.75rem !important;
    font-size: 0.75rem;
}

.footer input.form-control {
    height: 2.3125rem !important;
    margin-bottom: 1.125rem !important;
}


.app-mg img {
    width: 8.9375rem;
}

.footer a {
    color: #fff;
    text-decoration: none;
    font-size: 0.875rem;
}

.sub-footer {
    border-top: 1px solid #4e9b74;
    background: #1FABAD;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.sub-footer p {
    font-size: 0.75rem;
}

.sub-footer ul li {
    float: left;
    padding: 0 0.625rem 2px 0.625rem !important;
    border-right: 1px solid #fff;
    line-height: 0.875rem;
    list-style: none;
}

.sub-footer ul li:last-child {
    border: none;
}

.sub-footer ul li a {
    color: #fff !important;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 400;
}

.sub-footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.ui-dialog-wrapper {
    background: rgba(0, 0, 0, 0.3)
}

.custom-modal {
    background: #fff;
}

.modal-header {
    background: #1FABAD;
    border: none;
    padding: 0.625rem;
    border-radius: 0;
}

.custom-modal .ui-dialog-titlebar {
    background: #1FABAD;
    border: none;
    padding: 0.625rem;
    border-radius: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 1.375rem;
}

.ui-dialog .ui-dialog-titlebar-icon span {
    color: #fff;
}

.sub-footer ul li a:focus {
    color: #fff !important;
    text-decoration: underline;
}


/*Modal css*/

.custom-modal {
    max-width: 100%;
}

.custom-modal .modal-content {
    border-radius: 0;
    border: 0;
}

.custom-modal h5.modal-title {
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 1.375rem;
}

.custom-modal .modal-header .close {
    color: #fff;
    opacity: 1;
}

.custom-modal .modal-body {
    padding: 1rem 2rem;
}

.custom-modal .form-control {
    border-radius: 0;
}

.custom-modal-round {
    border-radius: 1.25rem !important;
    overflow: hidden;
}

.custom-modal .color-red {
    color: #FC1D06 !important;
}

.custom-modal .input-group-prepend .input-group-text {
    background: none;
    border-left: 0;
    border-radius: 0;
    float: right !important;
    line-height: 0.6875rem;
}

/* .custom-modal .input-group-prepend input {
    border-right: 0;
} */

.modal-req-rece {
    max-width: 34.375rem;
    border-radius: 1.25rem !important;
    overflow: hidden;
}

.modal-req-rece .color-red {
    margin-right: -1.25rem;
    color: #FC1D06 !important;
}

.modal-req-rece h5 {
    color: #1FABAD;
    text-align: center !important;
    margin-top: 1rem !important;
    margin-bottom: .25rem !important;
}

.modal-req-rece p {
    color: #1FABAD;
    text-align: center !important;
    margin-bottom: .25rem !important;
}

.reg-new-user {
    max-width: 34.375rem;
    border-radius: 0 !important;
}

.reg-new-user .modal-content {
    border-radius: 0;
    border: 0;
}

.reg-new-user .modal-header {
    background: #1FABAD;
    border: none;
    padding: 0.625rem;
    border-radius: 0;
}

.reg-new-user h5.modal-title {
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 1.375rem;
}

.reg-new-user label {
    color: #1FABAD;
    font-size: 1.125rem;
    margin-bottom: 0px;
}

.reg-new-user .input-group-prepend .input-group-text {
    background: none;
    border-left: 0;
    border-radius: 0;
    float: right !important;
    line-height: 0.6875rem;
}

.reg-new-user .modal-header .close {
    color: #fff;
    opacity: 1;
}

.reg-new-user .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.reg-new-user .modal-body {
    padding: 1rem 2rem;
}

.reg-new-user .input-group-prepend input {
    border-right: 0px;
}

.reg-new-user .form-control {
    border-radius: 0px;
}


/*Add your clinic*/

.welcom-singin {
    font-size: 2.375rem;
    background: #1FABAD;
    color: #fff;
    max-width: 30rem;
    width: 100%;
    margin: 6.25rem auto 1.25rem auto;
    border-radius: 0.9375rem;
    padding: 0;
    height: 6.25rem;
    line-height: 6.25rem;
    text-align: center;
    float: none !important;
}

.subm-req {
    font-size: 1.25rem;
    background: #1FABAD;
    color: #fff;
    width: 100%;
    border-radius: 0.25rem;
    margin: 1.25rem 0;
    padding: 0;
    height: 2.875rem;
    line-height: 2.875rem;
    text-align: center;
}

.add-clinic-header {}

.add-clinic-header .container {
    max-width: 112.5rem;
}

.add-clinic-header .filters {
    background: #00707E;
    padding: 0.9375rem 1.875rem;
    width: 100%;
    margin: 2.5rem 0 0 0;
}

.add-clinic-header .filters .form-control {
    margin-bottom: 0.625rem;
}

.add-clinic-header .filters select.form-control {
    font-size: 0.75rem;
}

.add-clinic-header .btn-submit {
    margin-top: 2.8125rem;
    background: #1FABAD;
    color: #fff;
    height: 2.3125rem;
    line-height: 1.6875rem;
}

.add-clinic-reg-btn {
    float: right;
    font-size: 1.75rem;
    width: 19.375rem;
    height: 3.9375rem;
    background: #1FABAD;
    color: #fff;
    margin: 0 0 5rem 0;
}

.filters {
    background: #00707E;
    padding: 0.9375rem 0;
    width: 100%;
    margin: 0.9375rem 0 0 0;
}

.filters .form-control {
    margin-bottom: 0.625rem;
}

.container-md .filters label {
    color: #fff;
    margin: 0.625rem 0 0.75rem 0;
}

.container-md .filters .filter-search {
    margin-top: 3.5625rem;
    background: #1FABAD;
    color: #fff;
    border-radius: 0.25rem;
    height: 2.375rem;
    line-height: 2.125rem;
    width: 100%;
    text-align: center;
    font-size: 0.9375rem;
}

.add-clinic-header {
    width: 100%;
    max-width: 120rem;
    background: url(../images/add-clinic-banner-bg.jpg) no-repeat top;
    background-size: cover;
    margin: -3.5rem auto 0 auto;
    padding: 2.5rem 0 9.375rem 0;
}


/*medicta more*/

.medicta-more {
    width: 100%;
    max-width: 120rem;
    background: url(../images/medicta-more-banner-bg.jpg) no-repeat top;
    background-size: cover;
    margin: -3.5rem auto 0 auto;
    padding: 5rem 0 3.75rem 0;
}

.medicta-more .container-sm h2 {
    font-size: 3.125rem;
    color: #fff;
    margin: 6.875rem 0 0.625rem 0;
    font-weight: normal;
}

.medicta-more .container-sm h4 {
    font-size: 3.875rem;
    color: #fff;
    margin: 0.625rem 0;
    font-weight: normal;
}

.medicta-more .btn-register {
    margin: 3.125rem 0 0 0;
    float: right;
    font-size: 1.75rem;
    background: #1FABAD;
    float: right;
    color: #fff;
    width: 19.375rem;
    height: 3.9375rem;
    text-align: center;
    line-height: 3.5rem;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0, 0, 0, 0.32)
}

.m-m-btn-register {
    margin: auto;
    float: initial;
    font-size: 1.75rem;
    background: #1FABAD;
    /* float: right; */
    color: #fff;
    width: 19.375rem;
    height: 3.9375rem;
    text-align: center;
    line-height: 3.5rem;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0, 0, 0, 0.32);
}

.add-clinic-header .container-md h2 {
    color: #fff;
    margin: 5rem 0 0.625rem 0;
    font-weight: normal;
    font-size: 3.875rem;
}

.add-clinic-header .container-md h4 {
    color: #fff;
    margin: 0.625rem 0;
    font-weight: normal;
    font-size: 2.5rem;
}

.add-clinic-header .container-md .filters label {
    color: #fff;
    font-size: 1rem
}

.imp-comment {
    background: #DC3546;
    float: left;
    width: 100%;
    padding: 0.625rem 3.125rem 2.5rem 3.125rem;
    margin-bottom: 4.375rem;
    color: #fff;
    font-size: 5.0625rem;
    font-weight: normal;
    position: relative;
    text-align: center;
    line-height: 5.75rem;
}

.imp-comment .triangle {
    position: absolute;
    bottom: -5.75rem;
    left: 1.25rem;
    width: 0;
    height: 0;
    border-left: 5.3125rem solid transparent;
    border-right: 3px solid transparent;
    border-top: 6.5625rem solid #DC3546;
    z-index: 333;
}

.rounded-cont-odd {
    background: #F4FAFB;
    width: 100%;
    border-radius: 7.5rem;
    float: left;
    margin-bottom: 4.375rem;
}

.rounded-cont-even {
    background: #F4FAFB;
    width: 100%;
    border-radius: 7.5rem;
    float: left;
    margin-bottom: 4.375rem;
}

.rounded-cont-odd h4 {
    font-size: 1.8125rem !important;
    margin: 1.875rem 0px 0 3.125rem;
    color: #1A1818;
}

.rounded-cont-even h4 {
    font-size: 1.8125rem !important;
    margin: 1.875rem 1.25rem 0 0px;
    color: #1A1818;
}

.control-panel ul {
    margin: 0;
    padding: 1.25rem 0 0 0;
}

.control-panel ul li {
    font-size: 2rem;
    margin: 0 0 1.875rem 0;
    padding: 0;
    color: #1A1818;
}

.control-panel ul li i {
    color: #1FABAD;
    margin: 0.625rem 1.875rem 1.75rem 0;
    float: left;
}

.choose-medicta ol {
    margin: 0;
    padding: 0;
}

.choose-medicta ol li {
    margin: 0 0 1.25rem 0;
    padding: 0;
    font-size: 1.5rem;
}

.ease-number {
    font-size: 12.5rem;
    color: #fff;
    font-weight: bold;
    line-height: .7;
}

.bg-green-l .orange-bdr {
    position: relative;
    border-bottom: 0.25rem solid #f28477;
    bottom: -2px;
}

.bg-green-l .orange-bdr img {
    width: 1.25rem;
    position: absolute;
    top: -0.5625rem;
    left: 0;
}

.orange-bdr-rgt {
    position: relative;
    border-bottom: 0.25rem solid #f28477;
    bottom: -2px;
}

.orange-bdr-rgt img {
    width: 1.25rem;
    position: absolute;
    top: -0.5625rem;
    right: 0;
}

.green-bdr {
    position: relative;
    border-bottom: 0.25rem solid #f28477;
}

.orange-bdr {
    position: relative;
    border-bottom: 0.25rem solid #f28477;
    bottom: -2px;
}

.discount-pr {
    margin: 0 0 0 0.625rem;
    background: #e4001b;
    color: #fff;
    padding: 1px 0.25rem;
}

.box-shadow {
    /* background: #fff; */
    -webkit-box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0, 0, 0, 0.32);
}

.offers-list h4 {
    font-size: 2.125rem;
}

.offers-list h3 {
    font-size: 6.8125rem;
}

.technical-support {
    width: 27.4375rem;
    max-width: 100%;
}

.choose-medicta h4 {
    font-size: 2.125rem;
}

.choose-medicta h3 {
    font-size: 6.8125rem;
}


/* Fixed sidenav, full height */

.sidenav {
    min-height: 70%;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 0.625rem;
    border-top: solid 1px #1FABAD;
}


/* Style the sidenav links and the dropdown button */

.sidenav a,
.dropdown-btn {
    padding: 0.375rem 0.5rem 0.375rem 1rem;
    text-decoration: none;
    font-size: 1rem;
    color: #1FABAD;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}


/* On mouse-over */

.sidenav a:hover,
.dropdown-btn:hover {
    color: #fff;
    background-color: #1FABAD;
}


/* Main content */

.main {
    margin-left: 12.5rem;
    /* Same as the width of the sidenav */
    font-size: 1.25rem;
    /* Increased text to enable scrolling */
    padding: 0px 0.625rem;
}


/* Add an active class to the active dropdown button */

button.dropdown-btn.main-menu.active {
    background-color: green;
    color: white;
}


/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */

.dropdown-container {
    display: none;
    background-color: #fff;
    padding-left: 0px;
}


/* Optional: Style the caret down icon */

.fa-caret-down {
    float: right;
    padding-right: 0.5rem;
}


/* Some media queries for responsiveness */

@media screen and (max-height: 28.125rem) {
    .sidenav {
        padding-top: 0.9375rem;
    }

    .sidenav a {
        font-size: 1rem;
    }
}

a.main-menu {
    border-bottom: solid 1px #1FABAD;
}

button.dropdown-btn.main-menu {
    border-bottom: solid 1px #1FABAD;
}

.drop-bg {
    background-color: #F4FAFB;
}

button.dropdown-btn.drop-bg.active {
    color: green;
}

.sidenav input.form-check-input {
    margin-left: 0px;
}

.doctor-listbox {
    width: 100%;
}

.doctor-listbox .item {
    padding: 0.625rem;
}

.doctor-listbox .item-inner {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}

.doctor-listbox .offer-img img {
    display: block;
    width: 100%;
}

.doctor-listbox .offer-name {
    background: rgba(23, 114, 70, 0.5);
    margin: -2.125rem 0 0 0;
    position: sticky;
    color: #fff;
    line-height: 0.875rem;
    padding: 0.625rem 0;
    text-align: center;
    transition: all 0.5s ease;
}

.sidebar-filters {
    background: #fff;
    width: 100%;
    float: left;
    border: none;
    padding: 0;
    height: 100%;
    overflow-y: scroll;
    overflow: auto;
}

.doctor-listbox:hover .offer-name {
    background: rgba(23, 114, 70, 1);
    transition: all 0.5s ease;
}

.doctor-listbox .offers-qty {
    right: 0.4375rem;
}

.sidebar-cont {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0.3125rem 1.25rem 0.3125rem 1.25rem;
}

.sidebar-cont .column-1 {
    float: left;
}

.sidebar-cont .column-2 {
    float: right;
}

.sidebar-filters button.dropdown-btn.main-menu {
    background: #F4FAFB;
}

.sidebar-filters .dropdown-btn {
    padding: 0.375rem 1rem;
}

.sidebar-filters button.dropdown-btn.main-menu .fa-angle-down {
    float: right;
    margin-top: 3px;
}

.sidebar-filters button.dropdown-btn.main-menu:hover {
    background: #1FABAD !important;
    color: #fff;
}

.sidebar-filters button.dropdown-btn.main-menu:focus {
    background: #F4FAFB !important;
    color: #464749;
}

.sidebar-filters button.dropdown-btn.main-menu.active {
    background: #F4FAFB !important;
    color: #464749;
}


/*.sidebar-filters button.dropdown-btn.main-menu.active{ background:#1FABAD !important; color:#fff;}*/

.sidebar-filters .dropdown-container {
    display: none;
    margin-bottom: 0.625rem !important;
    padding: 0 0 0 0.9375rem;
}

.sidebar-filters .dropdown-container .form-check {
    padding-top: 0.625rem;
}

.sidebar-filters .dropdown-container input.form-check-input {
    margin-left: -0.3125rem !important;
}

.sidebar-filters .dropdown-container .form-check-label {
    padding-left: 0.8125rem;
}

.sidebar-filters button.dropdown-btn.main-menu {
    border: none;
}

.ratings {
    margin-right: 0.625rem;
}

.ratings i {
    color: #1FABAD;
    margin-right: -3px;
}

.ratings img {
    float: left;
    margin-right: 3px;
    width: 0.9375rem;
    margin-top: 3px;
}


/* Customize the label (the container) */

.sidebar-filters .check-container {
    display: block;
    position: relative;
    padding-left: 1.375rem;
    padding-top: 0.4375rem;
    margin-bottom: 0.3125rem;
    cursor: pointer;
    font-size: 0.875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #464749
}


/* Hide the browser's default checkbox */

.sidebar-filters .check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.sidebar-filters .checkmark {
    position: absolute;
    top: 0.625rem;
    left: 0;
    height: 0.9375rem;
    width: 0.9375rem;
    background-color: #eee;
    border: 1px solid #1FABAD;
    border-radius: 2px;
}


/* On mouse-over, add a grey background color */

.sidebar-filters .check-container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.sidebar-filters .check-container input:checked~.checkmark {
    background-color: #1FABAD;
}


/* Create the checkmark/indicator (hidden when not checked) */

.sidebar-filters .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.sidebar-filters .check-container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.check-container .checkmark:after {
    left: 0.25rem;
    top: 1px;
    width: 0.3125rem;
    height: 0.625rem;
    border: solid white;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*Radio button start*/


/* The container */

.radio-container {
    display: block;
    position: relative;
    padding-left: 1.5625rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    font-size: 0.875rem;
    color: #464749;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.125rem;
    width: 1.125rem;
    background-color: #eee;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #aeb0b3;
    margin-top: 2px;
}


/* On mouse-over, add a grey background color */

.radio-container:hover input~.checkmark {
    background-color: #fff;
    border: 2px solid #aeb0b3;
}


/* When the radio button is checked, add a blue background */

.radio-container input:checked~.checkmark {
    background-color: #1FABAD;
    border-color: #1FABAD;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.radio-container input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radio-container .checkmark:after {
    top: 0.25rem;
    left: 0.25rem;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background: white;
}


/*Radio button end*/

.sidebar-filters .more-opitons {
    background: none;
}

.sidebar-filters .more-opitons button.dropdown-btn.main-menu {
    background: none !important;
    color: #1FABAD !important;
    padding-left: 0 !important;
}

.sidebar-filters .more-opitons button.dropdown-btn.main-menu img {
    float: left;
    margin: 2px 0.3125rem 0 0;
}

.sidebar-filters .more-opitons button.dropdown-btn.main-menu:hover {
    background: none !important;
    color: #00707E !important;
}

.sidebar-filters .more-opitons .dropdown-container {
    padding-left: 0 !important;
}

.sidebar-filters .addintional button.dropdown-btn.main-menu {
    background: #1FABAD !important;
    color: #fff;
}


/*Services*/

.services {
    width: 100%;
    float: left;
}

.services p {
    width: 100%;
    float: left;
    background: #F4FAFB;
    padding: 0.3125rem 0;
    margin-bottom: 1.2rem;
    text-align: center;
    text-decoration: none;
    color: #E50019;
    font-size: 0.8125rem;
}

.services a {
    width: 100%;
    float: left;
    background: #F4FAFB;
    padding: 0.3125rem 0;
    margin-bottom: 1.2rem;
    text-align: center;
    text-decoration: none;
    color: #E50019;
    font-size: 0.8125rem;
}

.services a:hover {
    text-decoration: none;
    background: #00707E;
    color: #fff !important;
}

.services a:focus {
    text-decoration: none;
    background: #00707E;
    color: #fff !important;
}

.more-services {
    border-bottom: 1px solid #707070;
    margin-bottom: 1.875rem;
    padding-bottom: 1.25rem;
    width: 100%;
    float: left;
}

.more-services button {
    background: #F4FAFB;
    color: #1FABAD;
    text-align: center;
}

.more-services button:hover {
    background: #b3e5e7;
    color: #1FABAD;
    text-decoration: none;
}

.selected-service {
    position: relative;
}

p.selected-service {
    width: 100%;
    float: left;
    background: #F4FAFB;
    padding: 0.3125rem 0;
    margin-bottom: 1.2rem;
    text-align: center;
    text-decoration: none;
    color: #E50019;
    font-size: 0.8125rem;
    max-height: 1.6875rem;
    overflow: hidden;
    line-height: 1.125rem;
}

.selected-service .cross a {
    position: absolute;
    top: -0.4375rem;
    right: -0.4375rem;
    z-index: 333;
    background: none;
    padding: 0;
    width: 0.9375rem;
}

.total-services {
    max-height: 37.5rem;
    overflow-y: scroll;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 0.75rem;
}


/*Breadcrumb*/

.custom-breadcrumb {}

.custom-breadcrumb ol {
    width: 100%;
    float: left;
    margin: 0 0 0.625rem 0;
    padding: 0;
    background: none;
}

.custom-breadcrumb li {
    font-size: 0.75rem;
    color: #000;
}

.custom-breadcrumb li a {
    color: #1FABAD;
}

.custom-breadcrumb li a:hover {
    color: #1FABAD;
    text-decoration: underline;
}


/*Sidbar user photo*/

.sidebar-user-pic {
    background: #1FABAD;
    height: 7.5rem;
    width: 100%;
    float: left;
    text-align: center;
    padding: 1.25rem 0 0 0;
    margin-bottom: 4.375rem;
}

.sidebar-user-pic .logo {
    position: absolute;
    top: 2.3125rem;
    width: 100%;
    text-align: center;
    left: 0;
    display: none;
}

.sidebar-user-pic .logo img {
    opacity: 0.3;
    max-width: 80%;
    display: none;
}

.sidebar-user-pic .user-pic {
    position: sticky;
    border: 1px solid #1FABAD;
    border-radius: 1.25rem;
    margin: 2.25rem auto -8.125rem auto;
    width: 70%;
    max-width: 7.5rem;
    overflow: hidden;
    z-index: 0;
    background: #fff;
}

.sidebar-user-pic .user-pic img {
    max-width: 100%;
    max-height: 7.5rem;
}


/*Sidebar nav*/

.sidebar-nav {
    width: 100%;
    float: left;
    margin: 0 0 1.25rem 0;
}

.sidebar-nav ul {}

.sidebar-nav ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #1FABAD75;
}

.sidebar-nav ul li a {
    font-size: 1.125rem;
    color: #1FABAD;
    padding: 0 1.25rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-decoration: none;
    display: block;
}

.sidebar-nav ul li:hover a,
li:focus a,
li.active a {
    color: #fff !important;
    padding: 0 1.25rem;
    background: #00707E;
    text-decoration: none;
}


/*Custom table css*/


/*Table Style*/

.custom-table {
    width: 100%;
    float: left;
    margin: 0 0 1.25rem 0;
    width: 100%;
    overflow-x: scroll;
    overflow: auto;
    padding-bottom: 0.625rem;
}

.custom-table table {
    min-width: 50rem;
    padding-bottom: 0.625rem;
    width: 100%;
}

.custom-table thead tr {
    background: #1FABAD;
}

.custom-table tbody tr:nth-child(odd) {
    background: #fff;
}

.custom-table tbody tr:nth-child(even) {
    background: #F1F1F1;
}

.custom-table tbody tr:hover {
    background: #D9D9D9;
}

.custom-table thead tr th {
    color: #fff;
    padding: 0.3125rem 0.625rem;
    font-weight: normal;
}

.custom-table tbody tr:nth-child(odd) td {
    color: #000;
    padding: 0.3125rem 0.625rem;
}

.custom-table tbody tr:nth-child(even) td {
    color: #000;
    padding: 0.3125rem 0.625rem;
}


/*Favorite*/

.doctor-pic {
    border: 1px solid #1FABAD;
    border-radius: 1.25rem;
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 9.6875rem;
    overflow: hidden;
}

.doctor-pic img {
    width: 100%;
}

.radius-1x {
    border-radius: 0.625rem;
}

.comments {
    margin: 6.25rem 0 0 0;
}

.favorite-icon {
    max-width: 3.75rem;
    width: 33%;
    float: left;
    text-align: center;
}

.social-icon {
    float: left;
    width: 65%;
    float: right;
}

.commnt-n {
    background: url(../images/commnt-n-bg-eng.svg) no-repeat top;
    width: 3.9375rem;
    height: 3.5rem;
    text-align: center;
    line-height: 2.5rem;
    color: #fff;
    font-size: 1.25rem;
    margin: 6.875rem 0 1.25rem 0;
}

.commnt-n-tp {
    margin: 0.625rem 0 1.25rem 0
}

.evalutions {
    background: url(../images/commnt-n-bg-eng.svg) no-repeat top;
    width: 3.9375rem;
    height: 3.5rem;
    text-align: center;
    line-height: 2.5rem;
    color: #fff;
    font-size: 1.25rem;
    margin: 0.625rem 0 1.25rem 0;
}

.remove-fav {
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    z-index: 333;
}

.remove-fav img {
    width: 1.5625rem;
}

.remove-fav-sm {
    position: absolute;
    right: 3px;
    top: -0.6875rem;
    z-index: 333;
}

.remove-fav-sm img {
    width: 1.25rem;
}

.extra-det {
    position: relative;
    margin: 0 0 1.875rem 0;
}

.caption {
    position: absolute;
    top: 0;
    line-height: 0.75rem;
    right: -12.5rem;
    float: left;
    background: #FDD7C8;
    color: #464749;
    padding: 0.3125rem;
    width: 12.5rem;
    /*box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0,0,0,0.2;*/
    -webkit-box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0, 0, 0, 0.2);
    font-size: 0.625rem;
}

.mob-extra-det {
    position: relative;
    margin: 0 0 1.875rem 0;
}

.mob-caption {
    position: absolute;
    top: 0;
    line-height: 0.75rem;
    right: -10.625rem;
    background: #FDD7C8;
    color: #464749;
    padding: 0.3125rem;
    width: 12.5rem;
    float: left;
    -webkit-box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0, 0, 0, 0.2);
    /*box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0,0,0,0.2;*/
    font-size: 0.625rem;
}

.doct-services {}

.doct-services ul {
    display: block;
    margin: 0 -0.3125rem 0 -0.3125rem;
}

.doct-services ul li {
    margin: 0 1px 0.3125rem 1px;
    background: #fff;
    padding: 0.3125rem;
    font-size: 0.875rem;
    display: inline-block;
    border: 1px solid #A0A0A0;
    color: #00707E;
}

.doct-services ul li a {
    color: #00707E;
    padding: 0;
}

.doct-services ul li:hover {
    background: #00707E;
    color: #fff;
}

.doct-services ul li.active {
    background: #00707E;
    color: #fff;
}

.doct-services ul li:hover a,
li.active a {
    color: #fff;
    text-decoration: none
}


/*Choose an appropriate date start*/

.appropriate-area h5 {
    display: block !important;
    background: transparent !important;
    color: #0f172a !important;
    font-size: 1.125rem !important;
    font-weight: 800 !important;
    padding: 0 !important;
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
}

.appropriate {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 1.5rem !important;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.04) !important;
    padding: 2rem 1.5rem !important;
}

.appropriate-table h4 {
    font-size: 1rem;
    text-align: center;
    padding: 0.625rem;
}

.appropriate-table table {
    border-collapse: collapse;
}

.appropriate-table table th {
    background-color: #818386;
    color: #fff;
    padding: 0.25rem;
    font-weight: 600;
}

.appropriate-table table tr td {
    padding: 0.25rem;
    background-color: #F4FAFB;
    border: solid 1px #1FABAD;
}

.appropriate-table table tr td.selected {
    background: #1FABAD;
    color: #fff;
}

.table-bg {
    background-color: #DC3546 !important;
    color: #fff;
}

.border-botm {
    border-bottom: solid 1px #fff !important;
}

.appropriate .offers-list {
    padding: 0.625rem 2.875rem;
}

.appropriate p {
    padding: 0 !important;
    line-height: 1.625rem;
}

/* Remove nested borders/shadows/radii of calendar cards when inside .appropriate container */
.appropriate .appointment-calendar-card,
.appropriate .appointment-slots-card {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}


/*Choose an appropriate date End*/

.Evaluation {
    float: right;
    display: flex;
}

.Evaluation p {
    margin: 0 0.625rem;
}

.Evaluation img {
    width: 30%;
}

.hospital-listing ul li {
    float: left;
    width: 25%;
    padding: 3px 0.3125rem;
}

.hospital-listing ul li a {
    color: #E50019;
    padding: 0.3125rem 0.3125rem;
    float: left;
    background: #F4FAFB;
    text-decoration: none;
    font-size: 0.8125rem;
    width: 100%;
}

.hospital-listing ul li:hover a {
    color: #000;
    background: #ceceda;
}


/* photo-video-style */

.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer {
    display: block;
}

.thumb {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
}

.patient-opinions .media i {
    color: green;
}

.homepage-banner-slider-frame {
    width: 100%;
    max-width: 30.625rem;
    aspect-ratio: 590 / 402;
    margin: 0 auto;
    overflow: hidden;
}

.homepage-banner-slider,
.homepage-banner-slider-frame .slick-list,
.homepage-banner-slider-frame .slick-track,
.homepage-banner-slider-frame .slick-slide,
.homepage-banner-slider-frame .slick-slide>div,
.homepage-banner-slider-frame .slick-slide>div>div {
    height: 100%;
}

.homepage-banner-slider-frame .slick-slide>div {
    margin: 0 !important;
    min-height: auto !important;
}

.homepage-banner-slider-frame .slick-list {
    overflow: hidden;
    border-radius: 0.5rem;
}

.homepage-banner-slider-frame .homepage-banner-container {
    width: 100%;
    max-width: none;
    height: 100%;
    aspect-ratio: auto;
    margin: 0;
    overflow: hidden;
}

.homepage-banner-container {
    width: 100%;
    max-width: 36.875rem;
    aspect-ratio: 590 / 402;
    margin: 0 auto;
    overflow: hidden;
}

.homepage-banner {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-container img.homepage-banner {
    max-width: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center center;
}

.filters p-dropdown .pi-times {
    transform: translateY(-2px);
}

.filters p-dropdown .pi-times::before {
    content: "\f00d" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-2px);
    color: #1FABAD;
}

@media (min-width: 48rem) and (max-width: 64rem) {
    .filters .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .filters .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .filters .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .services .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .md-rs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .commnt-n {
        margin-top: 1.25rem;
    }
}

@media (min-width: 48rem) {
    .mlm-3 {
        margin-left: -1.875rem;
    }

    .pl-4-md {
        padding-left: 1.5rem;
    }

    .pr-2x-md {
        padding-right: 1.25rem;
    }

    .services .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 47.9375rem) {
    .specialist-bg .price-discount {
        align-items: flex-end;
    }

    .notifModal .p-dialog {
        width: 95vw !important;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .form-control {
        margin-bottom: 3px;
    }

    .banner-container {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .rounded-cont-odd {
        border-radius: 1.25rem;
        float: left;
    }

    .rounded-cont-even {
        border-radius: 1.25rem;
        float: left;
    }

    .rounded-cont-odd .pl-5,
    .mt-5 {
        padding: 0.625rem !important;
        margin-top: 1.25rem !important;
    }

    .rounded-cont-even .pl-5,
    .mt-5 {
        padding: 0.625rem !important;
        margin-top: 1.25rem !important;
    }

    .rounded-cont-odd .img-reponsive {
        text-align: center !important;
        margin: 1.25rem auto;
        width: 6.25rem;
    }

    .rounded-cont-even .img-reponsive {
        text-align: center !important;
        margin: 1.25rem auto;
        width: 6.25rem;
    }

    .number-status ul li {
        max-width: 33%
    }

    .modal button.mr-4 {
        margin-right: .5rem !important
    }

    .modal button.ml-4 {
        margin-left: .5rem !important
    }

    .mb2-sm {
        margin-bottom: 1rem;
    }

    .pr3-sm {
        padding-right: 1rem;
    }

    .commnt-n {
        margin-top: 1.25rem;
    }

    .filters .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .filters .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .filters .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .services .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 30rem) {
    .number-status ul li {
        max-width: 100%
    }

    .add-clinic-header li.nav-item .dropdown-menu {
        left: -5.5rem !important;
    }

    .filters .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .filters .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .filters .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}


/* extra-styling */

select.form-control,
input.form-control {
    font-size: 0.75rem;
}


.media-body h5 {
    font-size: 1rem;
    font-weight: bold;
}

.media-body p {
    line-height: 1.25rem;
    font-size: 0.9375rem;
    margin-top: 0.625rem;
}

.media-body strong {
    font-size: 0.9375rem;
}

.mt-104 {
    margin-top: 6.5rem;
}

.discount-bg button.btn.btn-red {
    width: initial;
}

.sidenav button {
    margin-bottom: 2px;
}

/*.btn:not(:disabled):not(.disabled) {*/
/*    cursor: pointer;*/
/*    -webkit-box-shadow: 0px 0.4375rem 0.625rem -0.25rem rgba(7, 41, 5, 0.43);*/
/*    -moz-box-shadow: 0px 0.4375rem 0.625rem -0.25rem rgba(7, 41, 5, 0.43);*/
/*    box-shadow: 0px 0.4375rem 0.625rem -0.25rem rgba(7, 41, 5, 0.43);*/
/*}*/

h2.text-center.mt-3.mb-5.color-white.fs-50 a {
    color: white;
    font-weight: 500;
}

h2.text-center.color-green .font-bold {
    font-weight: 700 !important;
}

.mt-6 {
    margin-top: 4rem !important;
}

.mt-7 {
    margin-top: 5rem !important;
}

.all-doc-heading h6 {
    font-weight: normal;
}

.hr.mb-4.box-shadow.bg-white.pb-2.rounded1x textarea {
    height: 4rem !important;
}

.favrt-doc h6 {
    font-weight: normal;
}

.badge {
    font-size: 100%;
}

div#mySidepanel button.btn.btn-secondary.dropdown-toggle {
    box-shadow: unset;
}

#mega-menu .navbar-nav>li:last-child {
    align-self: flex-end !important;
    margin-left: auto;
    border: none;
}

a.navbar-brand img {
    max-width: 70%;
}

li.nav-item.med-bag a img {
    margin-top: -1rem;
    width: 2.1875rem;
}

.nav-link {
    padding: 0.25rem 2px;
}

.modal-header {
    padding: 0;
    border-bottom: none;
}

.navbar {
    padding: .7rem 1rem;
}

.navbar-brand {
    margin-right: 0;
}

.banner-container .filters button {
    margin-top: 1.6875rem;
    padding: 0.3125rem 0.75rem;
    font-size: 1rem;
}

.top-nav .navbar-nav .nav-link {
    font-size: 1rem;
}

.border-r {
    border-right: none !important;
}

h6.text-center.fs-18 {
    font-weight: normal;
}

.owl-stage-outer h6 {
    font-weight: normal !important;
}

.footer button {
    padding: 1px 0;
}

span.ng-tns-c6-1.ui-calendar {
    display: block;
}

input.ng-tns-c6-1.ui-inputtext.ui-widget.ui-state-default.ui-corner-all.ng-star-inserted {
    width: 100%;
    font-size: 0.75rem;
    padding: .375rem .35rem .375rem .35rem;
    line-height: 1.2;
    height: 2.0625rem !important;
    display: block;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ng-trigger.ng-trigger-overlayAnimation.ng-tns-c6-1.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.ui-shadow.ng-star-inserted {
    background-color: white;
}

/* Change Pass Success CC*/
/*Modal css*/

.confirm-modal {
    background: #fff;
}

.confirm-modal.ui-dialog {
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
}

.confirm-modal .ui-dialog-titlebar {
    display: none;
}

.confirm-modal {
    max-width: 34.375rem;
}


.confirm-modal .modal-body {
    padding: 1rem 2rem;
}

.confirm-modal .form-control {
    border-radius: 0;
}

.confirm-modal-round {
    border-radius: 1.25rem !important;
    overflow: hidden;
}

.confirm-modal .color-red {
    color: #FC1D06 !important;
}

.confirm-modal .input-group-prepend .input-group-text {
    background: none;
    border-left: 0;
    border-radius: 0;
    float: right !important;
    line-height: 0.6875rem;
}

.confirm-modal .input-group-prepend input {
    border-right: 0;
}

/*faq page*/
p-accordiontab>div>a>span {
    font-size: 2.1875rem;
    color: #138C48;
    text-decoration: none;
    margin-top: -0.625rem
}

p-accordiontab>div>a:hover {
    text-decoration: none
}

p-accordiontab>div>a>span.pi-chevron-right:before {
    content: '\e90d' !important;
    border: 1px solid #1FABAD;
    background-color: #1FABAD;
    color: #ffffff;
    padding: 2px;
    border-radius: 50%;
    font-size: 0.8125rem
}

.pi-chevron-down:before {
    content: "\2212" !important;
    border: 1px solid #DC3546;
    background-color: #DC3546;
    color: #ffffff;
    padding: 2px 0.3025rem 2px 0.3025rem;
    border-radius: 50%;
    font-size: 0.8125rem;
    display: inline-block;
    width: 1.1875rem;
    height: 1.1875rem;
    padding: 0;

}

p-accordiontab>div>a>span.ui-accordion-toggle-icon.pi.pi-fw.pi-chevron-down {
    margin-top: -0.5rem;
}

.ui-accordion-content.ui-widget-content {
    font-size: 1.125rem;
}

.ui-accordion-header.ui-state-default.ui-corner-all {
    border-bottom: 2px solid #F3F3F4;
}

.owl-carousel .item {
    position: relative;
}

.appointment-inner-table tbody tr.hidden {
    display: none;
}

.appointment-inner-table-div {
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    overflow-y: hidden;
}

.cursor-pointer {
    cursor: pointer !important;
}

/**
-------------------------------------------------------------------------
    Style code written by M Umar Farooq @ 8/12/2020 - 8:10 AM
-------------------------------------------------------------------------
 */

/*----- Filter ------------*/
.select-wrapper select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    line-height: 1.375rem;
}

.select-wrapper {
    position: relative;
}

.banner-container .filters {
    padding: 1.875rem 1.25rem 2.5rem 1.25rem;
    /* -webkit-box-shadow: 1px 0.25rem 0.4375rem 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0.25rem 0.4375rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0.25rem 0.4375rem 0 rgba(0, 0, 0, 0.2); */
    box-shadow: 0px 0.25rem 0.625rem rgba(0, 0, 0, 0.3);
    border-radius: 0.625rem !important;
}

.select-wrapper .form-control,
.footer .form-control {
    -webkit-box-shadow: 0 0.4375rem 0.625rem -0.25rem rgba(7, 41, 5, 0.43);
    -moz-box-shadow: 0 0.4375rem 0.625rem -0.25rem rgba(7, 41, 5, 0.43);
    box-shadow: 0 0.4375rem 0.625rem -0.25rem rgba(7, 41, 5, 0.43);
}

.select-wrapper::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    color: #1FABAD;
    margin-left: 0.4375rem;
    position: absolute;
    top: 50%;
    right: 0.625rem;
    font-size: 1.25rem;
    font-weight: 900;
    transform: translateY(-50%);
}

/*------ All specialties right drawer ---------*/

.primary-navigation-bar .all-specialties,
#navbarSupportedContent>ul .all-specialties {
    position: absolute;
    top: -2.6875rem;
    right: 0;
    min-width: 16.25rem;
    visibility: hidden;

    transform: translateX(15.625rem);
    -o-transform: translateX(15.625rem);
    -moz-transform: translateX(15.625rem);
    -webkit-transform: translateX(15.625rem);

    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.primary-navigation-bar .all-specialties.show,
.primary-navigation-bar .all-specialties.show {
    visibility: visible;
    width: 15.625rem;

    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.all-specialties-backdrop {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1040 !important;
    visibility: hidden;
    opacity: 0;

    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.all-specialties-backdrop.show {
    visibility: visible;
    opacity: 1;
}

.primary-navigation-bar .cd-secondary-nav,
.primary-navigation-bar .cd-nav-gallery,
.primary-navigation-bar .cd-nav-icons {
    width: 16.25rem !important;
}

.primary-navigation-bar.all-specialties-wrapper {
    position: relative;
    z-index: 100;
    left: 0;
}

.primary-navigation-bar .cd-secondary-nav {
    top: 2.6875rem !important;
}

.primary-navigation-bar .all-specialties h6 {
    margin: 0;
    min-height: 2.6875rem;
    background: #1FABAD;
    max-height: 2.6875rem;
    text-align: center;
    line-height: 2.6875rem;
    color: #fff;
}

/* Modern all-specialities multi-level drawer */
.primary-navigation-bar .specialties-drawer,
#navbarSupportedContent>ul .specialties-drawer {
    background: #ffffff;
    border-radius: 0 1.75rem 1.75rem 0;
    box-shadow: 0 1.5rem 4.375rem rgba(15, 23, 42, 0.22);
    display: flex;
    flex-direction: column;
    height: 100vh;
    left: 0;
    max-width: 92vw;
    min-width: 0;
    overflow: hidden;
    position: fixed;
    right: auto;
    top: 0;
    transform: translateX(-105%);
    transition: transform 0.28s ease, visibility 0.28s ease;
    visibility: hidden;
    width: 26.25rem;
    z-index: 1050;
}

.primary-navigation-bar .specialties-drawer.show,
#navbarSupportedContent>ul .specialties-drawer.show {
    transform: translateX(0);
    visibility: visible;
    width: 26.25rem;
}

.specialties-drawer__header {
    background: linear-gradient(135deg, #1FABAD 0%, #1FABAD 100%);
    padding: 1.5rem 1.5rem 1.125rem;
    position: relative;
}

.primary-navigation-bar .specialties-drawer h6 {
    background: transparent;
    color: #ffffff;
    font-size: 1.6875rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 1.25rem;
    max-height: none;
    min-height: 0;
    text-align: center;
}

.specialties-drawer__close {
    /* align-items: center; */
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 62.4375rem;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.5rem;
    height: 2.25rem;
    justify-content: center;
    line-height: 1;
    padding: 3px 0;
    position: absolute;
    right: 1.125rem;
    top: 1.125rem;
    width: 2.25rem;
}

.specialties-drawer__close:hover {
    background: rgba(255, 255, 255, 0.26);
}

.primary-navigation-bar .cd-secondary-nav.specialties-drawer__nav {
    background: #ffffff;
    border: 0;
    border-bottom: 0.5rem solid #1FABAD;
    flex: 1;
    height: auto;
    left: auto;
    margin: 0;
    overflow-y: auto;
    padding: 1.375rem 0 0.625rem;
    position: relative;
    top: auto !important;
    width: 100% !important;
}

.primary-navigation-bar .cd-secondary-nav>li.specialties-drawer__panel {
    float: none;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.primary-navigation-bar .specialties-drawer__search {
    align-items: center;
    background: #ffffff;
    border-radius: 0.5625rem;
    display: flex;
    gap: 0.75rem;
    height: 3rem;
    padding: 0 1rem;
}

.primary-navigation-bar .specialties-drawer__search img {
    flex: 0 0 auto;
    height: 1.375rem;
    margin: 0;
    opacity: 0.78;
    width: 1.375rem;
}

.primary-navigation-bar .specialties-drawer__search input {
    border: 0;
    color: #333333;
    flex: 1;
    font-size: 1.125rem;
    font-weight: 600;
    height: auto;
    line-height: 1.4;
    outline: 0;
    padding: 0;
    width: auto;
}

.primary-navigation-bar .specialties-drawer__search input::placeholder {
    color: #aeb4b1;
}

.primary-navigation-bar ul.specialties-drawer__list {
    background: #ffffff;
    min-height: 100%;
    padding: 0 1.125rem 1.5rem !important;
    position: relative;
}

.primary-navigation-bar ul.specialties-drawer__list>li.specialties-drawer__item {
    border-radius: 0.875rem;
    float: none;
    margin: 0 0 0.25rem;
    overflow: visible;
    padding: 0;
    position: static;
    transition: background-color 0.16s ease;
    width: 100%;
}

.primary-navigation-bar .specialties-drawer__link,
.primary-navigation-bar .cd-secondary-nav .specialties-drawer__link {
    align-items: center;
    border: 0;
    color: #4a4f52 !important;
    display: flex;
    font-size: 1.4375rem;
    font-weight: 600;
    gap: 0.875rem;
    height: auto;
    justify-content: space-between;
    line-height: 1.3;
    padding: 0.625rem 0.75rem;
    text-decoration: none;
    transition: color 0.16s ease, transform 0.2s ease;
}

.primary-navigation-bar .specialties-drawer__item:hover {
    background: #f1faf5;
}

.primary-navigation-bar .specialties-drawer__item:hover>.specialties-drawer__link {
    color: #1FABAD !important;
}

.specialties-drawer__chevron {
    color: #c4c9c4;
    flex: 0 0 auto;
    font-size: 1.75rem;
}

.primary-navigation-bar .specialties-drawer__submenu {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow-y: auto;
    padding: 0 1.125rem 1.5rem !important;
    position: absolute !important;
    right: 0;
    top: var(--specialties-drawer-top) !important;
    transform: translateX(0);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    width: 100%;
    z-index: 2;
}

.primary-navigation-bar .specialties-drawer__submenu.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-1.5rem);
    visibility: hidden;
}

.primary-navigation-bar .specialties-drawer__submenu .specialties-drawer__item {
    border-radius: 0.875rem;
    float: none;
    height: auto;
    margin: 0 0 0.25rem;
    padding: 0;
    width: 100%;
}

.primary-navigation-bar .specialties-drawer__back {
    border-bottom: 1px solid #e8efeb;
    float: none;
    margin: 0 0 0.875rem;
    padding: 0 0 0.875rem;
    width: 100%;
}

.primary-navigation-bar .specialties-drawer__back a,
.primary-navigation-bar .cd-secondary-nav .specialties-drawer__back a {
    align-items: center;
    color: #1FABAD !important;
    display: inline-flex;
    font-size: 1.25rem;
    font-weight: 700;
    gap: 0.625rem;
    height: auto;
    line-height: 1.3;
    padding: 0.625rem 0.25rem 0;
}

.primary-navigation-bar .specialties-drawer__back i {
    font-size: 1.5rem;
}

.all-specialties-backdrop {
    backdrop-filter: blur(2px);
    background-color: rgba(15, 23, 42, 0.42);
    z-index: 1040;
}

@media (max-width: 35.9988rem) {

    .primary-navigation-bar .specialties-drawer,
    #navbarSupportedContent>ul .specialties-drawer,
    .primary-navigation-bar .specialties-drawer.show,
    #navbarSupportedContent>ul .specialties-drawer.show {
        border-radius: 0 1.375rem 1.375rem 0;
        width: 92vw;
    }

    .specialties-drawer__header {
        padding: 1.375rem 1.125rem 1rem;
    }

    .primary-navigation-bar .specialties-drawer h6 {
        font-size: 1.4375rem;
    }

    .primary-navigation-bar .specialties-drawer__link,
    .primary-navigation-bar .cd-secondary-nav .specialties-drawer__link {
        font-size: 1.3125rem;
        padding: 0.5625rem 0.625rem;
    }
}

.owl-carousel {
    z-index: 0 !important;
}

/*--------- Side drawer menu ul ---------*/
.primary-navigation-bar ul.is-hidden {
    padding: 0 !important;
}

.primary-navigation-bar ul.is-hidden>li {
    padding: 0 0.9375rem;
    margin-left: 0.9375rem;
}

ul.is-hidden li:hover a,
ul.is-hidden li:hover {
    background: transparent !important;
}

.primary-navigation-bar ul.is-hidden>li.has-children {
    margin-left: 0;
}

.primary-navigation-bar ul.is-hidden>li.has-children>a {
    font-weight: 600;
}

.primary-navigation-bar ul.is-hidden>li.has-children:hover {
    background: #F4FAFB !important;
}

.primary-navigation-bar ul.is-hidden>li.has-children>ul>li.go-back {
    padding: 0 0.9375rem;
    padding-left: 0;
}

.primary-navigation-bar ul.is-hidden>li.has-children>ul>li.go-back:hover {
    background-color: transparent;
}

.primary-navigation-bar ul.is-hidden>li.has-children ul>li:hover {
    background: #F4FAFB !important;
}

.primary-navigation-bar ul.is-hidden>li.has-children ul>li:hover a {
    background: transparent;
}

.primary-navigation-bar ul.moves-out>li.has-children:hover,
.primary-navigation-bar ul.moves-out>li.has-children>ul>li.go-back {
    background-color: transparent !important;
}

.primary-navigation-bar ul.is-hidden>li.has-children ul>li {
    padding: 0 0.9375rem;
    margin-left: 0.9375rem;
}

.primary-navigation-bar ul.is-hidden>li.has-children ul>li a:hover {
    text-decoration: none;
}

ul.is-hidden li.selected a {
    font-weight: 600;
    color: #238c4f !important;
}

/*------ OWL Slider ------------*/

#appointment-date-slider button.owl-prev {
    left: -3.375rem;
}

#appointment-date-slider button.owl-next {
    right: -1.125rem !important;
}

/*---------- footer style ---------*/
.form-connect .btn-green {
    font-size: 0.75rem;
}

.service-provider-wrapper .btn-green {
    font-size: 0.875rem;
    -webkit-box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.1);
}

.footer-links-col {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-links-col ul {
    width: initial;
}

.left-footer-logo-col {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: start;
}

.footer .left-col .download-app-col {
    max-width: calc(33.3% - 2.5rem);
}

.footer .left-col .connect-col {
    max-width: calc(66.6% + 2.5rem);
    flex: 0 0 calc(66.6% + 2.5rem);
}

.footer .right-col .contact-details {
    padding-left: 2.5rem;
}

.footer .right-col .service-provider-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer .right-col .social-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 1.6875rem;
}

.social-col a {
    margin-left: 0.6875rem !important;
    margin-right: 0 !important;
    display: inline-block;
}

.footer .right-col .payment-methods {
    margin-top: 2.375rem !important;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sub-footer {
    padding-left: 1.5rem;
    padding-right: 1.875rem;
}

/*----- Utils ----------*/
.top-spacer-15 {
    margin-top: 0.9375rem !important;
}

.top-spacer-30 {
    margin-top: 1.875rem !important;
}

.top-spacer-50 {
    margin-top: 3.125rem !important;
}

.pt-40 {
    padding-top: 2.5rem !important;
}

.pt-30 {
    padding-top: 1.875rem !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

/*---------- Style for mobile home page ---------------*/

.navbar.bg-offwhite .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;

}

.navbar-expand-md .navbar-collapse {
    justify-content: baseline;
}

.mobile-responsive-logo,
.top-menu-for-user {
    display: none;
}

.top-menu-for-user {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: #F4FAFB;
    overflow-y: scroll;

    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

    transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);

}

.top-menu-for-user.show {
    transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
}

/*---- Menu Header ----*/

.menu-header {
    background-color: #00707E;
    /* min-height: 9.375rem; */
    min-height: 3.125rem;
}

.menu-header .menu-image {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: start;
    min-height: 6.25rem;
    padding-left: 0.9375rem;
}

.menu-header .menu-image p {
    margin: 0;
    color: #fff;
    padding-left: 0.9375rem;
    line-height: 2;
    padding-top: 1.25rem;
}

.menu-header .menu-image>div {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: start;
}

.menu-header .menu-image .nav-link {
    display: inline-block;
    border-radius: 50%;
    width: 3.75rem;
    height: 3.75rem;
    overflow: hidden;
    padding: 0;
}

.menu-header .menu-image .nav-link img {
    width: 3.75rem;
    height: 3.75rem;
}

.menu-header button {
    padding: 0;
    margin: 0 0.625rem;
    float: right;
}

/*-------- Side drawer menus ----------*/

.top-menu-for-user .navbar-nav {
    margin-left: 0 !important;
    padding: 0 0.9375rem;
    min-height: calc(100vh - 2.875rem);
}

.top-menu-for-user li.nav-item {
    padding: 0.3125rem 0;
}

.top-menu-for-user li.nav-item:not(:last-child) {
    border-bottom: 3px solid #fff;
}

.top-menu-for-user li.nav-item.active {
    border-bottom: transparent;
}

.top-menu-for-user li.nav-item .nav-link {
    font-size: 1.125rem;
    color: #464749;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.top-menu-for-user li.nav-item.active .nav-link {
    margin: 0.625rem -0.9375rem;
    position: relative;
    background-color: #fff;
    padding: 0 0.9375rem;
    min-height: 2.375rem;
    line-height: 2.375rem;
    color: #464749 !important;
}

.top-menu-for-user li.nav-item.active .nav-link:before {
    content: "";
    position: absolute;
    background-color: #1FABAD;
    height: 100%;
    width: 0.5625rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top-menu-for-user li.nav-item:last-child .nav-link {
    color: #1FABAD;
}

/*------- Footer -------*/
.top-menu-for-user .menu-footer .navbar-brand img {
    max-width: 7.9375rem;
}

.top-menu-for-user .menu-footer {
    background-color: #00707E;
    padding: 0.375rem 0;
    border-top: 0.25rem solid #1FABAD;
}

/*------- Mobile Carousel slider -----------*/
.mobile-number-status-row {
    display: none;
}

/*------- Mobile Mega menu -----------*/
#mobile-mega-menu {
    display: none;
}

.mobile-mega-menu-shadow {
    display: none;
}

/**
---------------------------------------------------------------
            Doctors page style
---------------------------------------------------------------
 */

/*----------- Responsive header of doctors page -----------*/
.responsive-header {
    display: none;
    background-color: #f8f8f8;
}

.responsive-header .top-header {
    background-color: #1FABAD;
    /* min-height: 4.375rem; */
    min-height: 2.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 0.625rem;

    -webkit-box-shadow: 0px 3px 0.75rem 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 0.75rem 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 0.75rem 0px rgba(0, 0, 0, 0.15);
}

.responsive-header .top-header a,
.responsive-header .top-header span {
    color: #fff;
}

.responsive-header .top-header span {
    font-size: 1.25rem;
}

.responsive-header .top-header a:last-of-type {
    margin-right: 0.9375rem;
    font-size: 1.25rem;
}

.responsive-header .mobile-filters-bar {
    /* background-color: #F4FAFB; */
    min-height: 1.6875rem;
    -webkit-box-shadow: 0px 3px 0.3125rem 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 0.3125rem 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 0.3125rem 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
    position: relative;
    z-index: 99;
}

.responsive-header .mobile-filters-bar .btn-group {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.responsive-header .mobile-filters-bar .btn-group .btn {
    min-width: 33.3%;
    box-shadow: none !important;
    color: #1FABAD;
    padding: 0;
    margin: 0;
    height: initial;
    font-size: 1.25rem;
}

.responsive-header .mobile-filters-bar .btn-group .btn span {
    font-size: 1rem;
    margin-left: 0.625rem;
}

.responsive-header .mobile-filters-bar .btn-group .btn:not(:last-child) {
    border-right: 2px solid #fff !important;
}

.responsive-header .mobile-filters-bar .sort-dropdown {
    position: absolute;
    top: 1.875rem;
    left: 50%;
    z-index: 99999;
    background-color: #f1f1f1;
    width: calc(100% - 1.875rem);
    transform: translateX(-50%);
    padding: 0.9375rem;
    -webkit-box-shadow: 0px 0.3125rem 3px 0px rgba(0, 0, 0, 0.1);
    ;
    -moz-box-shadow: 0px 0.3125rem 3px 0px rgba(0, 0, 0, 0.1);
    ;
    box-shadow: 0px 0.3125rem 3px 0px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;

    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.responsive-header .mobile-filters-bar .sort-dropdown.show {
    opacity: 1;
    visibility: visible;
}

.responsive-header .mobile-filters-bar .sort-dropdown .custom-control:not(:last-of-type) {
    margin-bottom: 0.5rem;
}

.responsive-header .mobile-filters-bar .sort-dropdown .custom-control-label {
    color: #464749;
    font-size: 1rem;
}

.responsive-header .mobile-filters-bar .sort-dropdown .custom-control-label::before {
    background-color: transparent;
    border: 1px solid #aeb0b3;
}

.responsive-header .mobile-filters-bar .sort-dropdown .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.responsive-header .mobile-filters-bar .sort-dropdown .custom-control-input:checked~.custom-control-label::before {
    background-color: #1FABAD;
    width: 0.5rem;
    height: 0.5rem;
    top: 0.5rem;
    left: 0.25rem;
}

.responsive-header .mobile-filters-bar .sort-dropdown .custom-control-input:checked~.custom-control-label::after {
    background-color: transparent;
    border: 1px solid #1FABAD;
    background-image: none;
    border-radius: 50%;
}

/*------------- Doctors screen filter bottom bar -------------*/
.filter-button-fixed-action-bar {
    display: none;
}

.font-small {
    font-size: 0.875rem;
}


/*------------------------------------------------
                Filter area
------------------------------------------------*/

.filter-area h4,
.filter-area .sidenav button {
    font-size: 0.875rem;
    padding: 0.375rem 0.9375rem;
}

.filter-area .sidenav button {
    padding: 0.25rem 0.9375rem;
    font-weight: 400 !important;
    display: flex;
    display: -o-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.filter-area .sidenav button i {
    position: relative;
    bottom: 2px;
    right: 0;

    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);

    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

html[dir="rtl"] .filter-area .sidenav button i {
    left: 0;
    right: auto;
}

.filter-area .sidenav button[aria-expanded='true'] i {
    transform: rotate(0deg);
    bottom: 3px;
    right: 0.3125rem;
}

html[dir="rtl"] .filter-area .sidenav button[aria-expanded='true'] i {
    left: 0.3125rem;
    right: auto;
}

.filter-area .sidenav .collapse,
.filter-area .sidenav .collapsing {
    padding: 0.3125rem 0.9375rem;
    background-color: #fff;
    max-height: 12.5rem;
    overflow-y: auto;
}

.filter-area .sidenav .custom-control {
    padding-left: 1.125rem;
    display: flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: flex-end;
}

.filter-area .sidenav .custom-control-label {
    font-size: 0.75rem;
    display: flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-basis: 100%;
    align-content: center;
    justify-content: space-between;
    color: #464749;
}

.filter-area .sidenav .collapse-evaluation .custom-control-label span:last-child {
    min-width: 3.75rem;
    flex-basis: 3.75rem;
    text-align: left;
    color: #1FABAD;
}

.filter-area .sidenav .custom-control-label::before,
.filter-area .sidenav .custom-control-label::after {
    border-radius: 0.125rem;
}

.filter-area .sidenav .custom-control-label::before {
    background-color: transparent;
    border: 1px solid #1FABAD;
}

.filter-area .sidenav .custom-control-label::before,
.filter-area .sidenav .custom-control-label::after {
    width: 0.8125rem;
    height: 0.8125rem;
    top: 0.3125rem;
}

.filter-area .sidenav .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-color: #1FABAD;
}

.filter-area .sidenav .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.bg-green-dark {
    background-color: #00707E !important;
    color: #fff !important;
}

.bg-green-sub-light {
    background-color: #F4FAFB !important;
    color: #464749 !important;
}

.bottom-spacer-2 {
    margin-bottom: 2px !important;
}

.sidenav a.bg-green-sub-light,
.sidenav a.bg-green-dark {
    padding: 0.25rem 0.9375rem !important;
}


.specialist-bg .description-col .evaluation-col {
    margin-bottom: 1.375rem;
    position: relative;
}

.evaluation-col span.badge {
    min-height: 2.3125rem;
    height: 2.3125rem;
    min-width: 3.0625rem;
    line-height: 1.8125rem;
    font-size: 1rem;
    border-radius: 0.375rem;
    position: relative;
}

.evaluation-col span.badge:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-left: 0px solid transparent;
    border-right: 1.375rem solid transparent;
    border-top: 0.6875rem solid #1FABAD;
    position: absolute;
    left: 0;
    bottom: -0.375rem;
}

/*--- Doctor section ----*/
.specialist-bg .profile-col {
    flex-basis: 9.8125rem;
    margin-right: 0.625rem;
}

.specialist-bg .description-col {
    flex-basis: calc(100% - 9.8125rem);
    margin-left: 0.625rem;
}

.specialist-bg .description-col .main-desc {
    display: flex;
    justify-content: space-between;
}

.specialist-bg .description-col .pricing-col {
    position: relative;
    min-width: 13.875rem;
}

.specialist-bg .nav-tabs {
    white-space: nowrap;
    display: block;
    width: calc(100% - 1.25rem);
    overflow-x: scroll;
    min-height: 3rem;
    scrollbar-color: #1FABAD #f1f1f1;
    scrollbar-width: thin;
}

.specialist-bg .nav-tabs li {
    display: inline-block;
}

/*------------ Nav tabs ----------------*/
.specialist-bg .nav-tabs {
    white-space: nowrap;
    display: block;
    width: calc(100% - 1.25rem);
    overflow-x: scroll;
    min-height: 3rem;
    scrollbar-color: #1FABAD #f1f1f1;
    scrollbar-width: thin;
}

.specialist-bg .nav-tabs li {
    display: inline-block;
}

/* width */
.specialist-bg .nav-tabs::-webkit-scrollbar {
    width: 0.3125rem;
    height: 0.3125rem;
}

/* Track */
.specialist-bg .nav-tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.specialist-bg .nav-tabs::-webkit-scrollbar-thumb {
    background: #1FABAD;
}

/* Handle on hover */
.specialist-bg .nav-tabs::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.mini-map {
    width: 8.75rem;
    margin: 0 auto;
}

.mini-map p {
    font-size: 0.75rem;
    min-width: 8.75rem;
    font-weight: 400 !important;
}

/*--------- Breadcrumbs ------------*/
.specialist-section,
.specialist-section .breadcrumb {
    background-color: #f8f8f8;
}

.breadcrumb {
    background-color: #f8f8f8 !important;
    padding: 0.625rem 0;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
    font-size: 0.75rem;
}

.breadcrumb .breadcrumb-item a {
    color: #1e1e1e;
}

.breadcrumb .breadcrumb-item.active {
    color: #1FABAD;
}

/*-------- Doctors screens custom cols ---------*/
.col-filter-area {
    -ms-flex: 0 0 calc(14.375rem + 0.9375rem);
    flex: 0 0 calc(14.375rem + 0.9375rem);
    max-width: calc(14.375rem + 0.9375rem);
    padding-right: 0.9375rem;
}

.col-doctors-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 14.375rem - 0.9375rem);
    flex: 0 0 calc(100% - 14.375rem - 0.9375rem);
    max-width: calc(100% - 14.375rem - 0.9375rem);
    padding-left: 0.9375rem;
}

/*-------- Doctors Appointment ---------*/
#appointment-date-slider .owl-carousel .owl-item.active .slide-div {
    margin-right: 1.875rem;
}

#appointment-date-slider .owl-carousel .owl-item.active:last-child .slide-div {
    margin-right: 0px;
}

/*--------- Partners page ------------*/
.partners-row .offer-img {
    min-height: 15.625rem;
    max-height: 15.625rem;
}

.partners-row .col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.doctor-listbox .offer-img img {
    width: auto;
    max-height: 15.625rem;
    margin: 0 auto;
}

/*-------------- Sign In Modal -----------*/
.sign-in-modal .custom-modal {
    max-width: 28.4375rem !important;
    max-height: 25rem;
}

/*------------ Remember me modal --------*/
.sign-in-modal .form-group-remember-me {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row !important;
}

.sign-in-modal .form-group-remember-me .form-check-label,
.sign-in-modal .form-group-remember-me .forgot-password-anchor {
    font-size: 0.875rem;
    color: #a0a2a4;
}

/*------------ /End Remember me modal --------*/

.create-account-modal .custom-modal.ui-dialog,
.create-account-modal .custom-modal.p-dialog {
    max-width: 34.375rem;
    width: 30vw !important;
    /* max-height: 30.625rem; */
}

.create-account-modal .terms-col p {
    padding: 0 0 0.625rem 0;
    font-size: 0.75rem;
}

.create-account-modal .footer-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.create-account-modal .footer-col .btn:not(:disabled):not(.disabled) {
    box-shadow: none;
    padding: 0.3125rem 3.75rem;
    font-size: 0.875rem;
    margin-right: 0.625rem;
}

.create-account-modal .form-control {
    border: 2px solid #ced4da;
}

.create-account-modal .password-rules {
    list-style: none;
    padding: 0;
    margin: 0.375rem 0 0;
}

.create-account-modal .password-rules li {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

.create-account-modal .password-rules li i {
    font-size: 0.6875rem;
}

.create-account-modal .rule-pass {
    color: #00707E;
}

.create-account-modal .rule-fail {
    color: #888888;
}

.create-account-modal .input-group .form-control:focus {
    border-right: none;
    box-shadow: none;
}

.create-account-modal .input-group .input-group-text {
    border-left: none;
    background: #fff;
    cursor: pointer;
}

.create-account-modal .input-group .form-control.ng-invalid,
.create-account-modal .input-group .form-control.ng-invalid.ng-touched,
.create-account-modal .input-group .form-control.ng-invalid.ng-dirty,
.create-account-modal .form-control.ng-invalid,
.create-account-modal .form-control.ng-invalid.ng-touched,
.create-account-modal .form-control.ng-invalid.ng-dirty {
    border-color: #ced4da;
    box-shadow: none;
}

.create-account-modal .input-group .input-group-text.ng-invalid,
.create-account-modal .input-group-append .input-group-text {
    border-color: #ced4da !important;
    box-shadow: none !important;
}

.create-account-modal .input-group>.form-control:not(:last-child).ng-invalid,
.create-account-modal .input-group>.form-control:not(:last-child).ng-invalid.ng-touched,
.create-account-modal .input-group>.form-control:not(:last-child).ng-invalid.ng-dirty {
    border-right-color: #ced4da !important;
    border-color: #ced4da !important;
    box-shadow: none !important;
}

.create-account-modal .register-mobile-row,
.sign-in-modal .register-mobile-row {
    direction: ltr !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
}

.create-account-modal .register-mobile-code,
.sign-in-modal .register-mobile-code {
    flex: 0 0 32%;
    max-width: 32%;
    padding-right: 0 !important;
}

.create-account-modal .register-mobile-code select,
.sign-in-modal .register-mobile-code select {
    direction: ltr !important;
    text-align: left !important;
    text-overflow: ellipsis;
}

.create-account-modal .register-mobile-zero,
.sign-in-modal .register-mobile-zero {
    direction: ltr !important;
    flex: 0 0 2.875rem;
    max-width: 2.875rem;
    min-width: 2.875rem;
}

.create-account-modal .register-mobile-input,
.sign-in-modal .register-mobile-input {
    flex: 1 1 auto;
    max-width: none;
    padding-left: 0 !important;
}

.create-account-modal .register-mobile-input .mobile-form-control,
.sign-in-modal .register-mobile-input .mobile-form-control {
    direction: ltr !important;
    text-align: left !important;
    unicode-bidi: plaintext;
    width: calc(100% - 0.75rem);
    max-width: none;
    margin-left: 0.75rem;
}

.create-account-modal .register-mobile-input .mobile-form-control::placeholder,
.sign-in-modal .register-mobile-input .mobile-form-control::placeholder {
    direction: ltr !important;
    text-align: left !important;
}

.create-account-modal label {
    margin-bottom: 0;
}

.create-account-modal p-dropdown {
    border: 2px solid #ced4da;
    border-radius: 0;
}

.create-account-modal p-dropdown label {
    padding: 0;
    line-height: 1.75rem;
}

.create-account-modal p-dropdown .ui-dropdown .ui-dropdown-trigger .ui-dropdown-trigger-icon::before {
    font-size: 0.75rem;

}

.sign-in-modal .ui-widget-header,
.create-account-modal .ui-widget-header {
    max-height: 3rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 1.875rem;
    line-height: 1.875rem;
}

.sign-in-modal .ui-widget-header>span,
.create-account-modal .ui-widget-header>span {
    font-weight: 600;
}

.create-account-modal .ui-widget-header a span::after {
    bottom: 2px;
    left: 0;
}

.create-account-modal .custom-modal .modal-body {
    padding: 1.875rem 3.75rem 6.25rem 3.75rem;
}

.create-account-modal .ng-dirty.ng-invalid,
.create-account-modal .ng-dirty.ng-invalid~.input-group-append .input-group-text {
    border-color: red;
}

.create-account-modal .input-group-append .input-group-text {
    border: 2px solid #ced4da;
    background: transparent;
    border-left: none;
    border-radius: 0;
}

.create-account-modal .input-group-append .input-group-text i {
    cursor: pointer;
}

.create-account-modal .input-group .form-control {
    border-right: none;
}

.create-account-modal .signin-prompt {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.create-account-modal .signin-prompt span {
    font-size: 0.8125rem !important;
}

.create-account-modal .signin-prompt .color-red {
    font-size: 1rem !important;
    cursor: pointer;
}

@media screen and (max-width: 47.9375rem) {
    .create-account-modal .signin-prompt {
        margin-top: 0.75rem;
        justify-content: center;
        width: 100%;
    }
}

.sign-in-modal .modal-body .form-group:nth-of-type(2) {
    margin-bottom: 0.625rem;
}

.sign-in-modal .modal-body .form-group:nth-of-type(2) .form-check {
    position: relative;
}

.sign-in-modal .modal-body .form-check input[type='checkbox'] {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.sign-in-modal .modal-body .form-check input[type='checkbox']~label:before {
    content: "";
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    border: 1px solid #1FABAD;
    position: absolute;
    top: 0.3125rem;
    left: 0;
    border-radius: 2px;
}

.sign-in-modal .modal-body .form-check input[type='checkbox']:checked~label:before {
    background-color: #1FABAD;
}

.sign-in-modal .modal-body .form-check input[type='checkbox']~label:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 3px;
    left: 1px;
    font-size: 0.625rem;
}

.min-height-container {
    min-height: calc(100vh - 18.75rem);
}

.shot-by-drop button {
    border-radius: 0;
    padding: 2px 0.4375rem;
    margin: 0 0 0 0.4375rem;
    background-color: #F4FAFB;
    box-shadow: none;
    font-size: 0.75rem;
    color: #1FABAD;
}

.shot-by-drop span {
    font-weight: bold;
    font-size: 0.875rem;
    float: left;
    color: #000;
    margin: 0 0.8125rem;
}

.shot-by-drop .dropdown-menu {
    width: calc(100% - -1.75rem);
    font-size: 0.875rem;
}

.shot-by-drop h5 {
    color: #000;
    font-size: 0.9375rem;
    margin-top: 0.75rem;
    margin-bottom: 0.3125rem;
}

.shot-by-drop span {
    color: #000;
    min-width: 3.125rem;
    margin: 0;
}

.bottom-spacer-30 {
    margin-bottom: 1.875rem !important;
}

.bottom-spacer-10 {
    margin-bottom: 0.625rem !important;
}

.fs-28 {
    font-size: 1.75rem !important;
}

.p-dropdown {
    background-color: #fff;
    max-width: 100% !important;
    display: block;
    height: 2.0625rem;
    border: 1px solid #ced4da;
    border-radius: 0px !important;
    width: 100%;
}

p-dropdown label,
.p-dropdown.p-dropdown-clearable .p-dropdown-label,
.p-dropdown .p-dropdown-label.p-placeholder {
    color: #000000 !important;
    min-height: 2.0625rem;
    line-height: 0.375rem;
    padding-left: 0.3125rem !important;
    font-size: 0.75rem !important;
    width: 100% !important;
    /* issue break */
}

.p-dropdown .p-inputtext {
    color: #000000 !important;
    min-height: 2.0625rem;
    line-height: 0.375rem;
    padding-left: 0.3125rem !important;
    font-size: 0.75rem !important;
    width: 100% !important;
}

.p-dropdown .p-dropdown-trigger {
    width: 2rem !important;
    /* issue break */
    position: absolute;
    right: 0;
    top: 1.0625rem;
}

.filters .p-dropdown {
    border-radius: .25rem !important;
}

.filters .p-dropdown .p-dropdown-trigger svg {
    color: #1FABAD;
}

.p-dropdown.p-dropdown-clearable .p-dropdown-label {
    padding-right: 2.1875rem !important;
}

p-dropdown .ui-dropdown {
    min-width: 100%;
    max-width: 100%;
    padding-right: 1.5rem;
}

p-dropdown .ui-dropdown .ui-dropdown-panel {
    background-color: #fff;
    top: 2.4375rem !important;
    min-width: 14.375rem;
}

.ui-dropdown .ui-dropdown-trigger .ui-dropdown-trigger-icon::before {
    content: "\f107" !important;
    font-family: 'Font Awesome 5 Free';
    color: #1FABAD;
    margin-left: 0.4375rem;
    position: relative;
    top: 0.375rem;
    right: 0.625rem;
    font-size: 1.25rem;
    font-weight: 900;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    padding: 0.4375rem 0.3125rem !important;
}

.p-dropdown-panel .p-dropdown-items {
    padding: 1px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0.3125rem 0.9375rem;
}

.p-dropdown-panel.p-componen,
.boxShad {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0.3125rem 0.9375rem;
}

.number-status ul {
    display: flex;
    /* align-items: center;
    justify-content: center; */
    flex-wrap: wrap;
}

.p-dropdown-panel .p-dropdown-header {
    background-color: transparent;
    padding: 0.3125rem !important;
}

.p-dropdown-panel .p-dropdown-header .p-inputtext {
    max-height: 2.125rem !important;
    border-radius: 0px !important;
}

.number-status ul li {
    display: flex;
    flex-direction: column;
}

.number-status ul li>div {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.pointer:hover {
    cursor: pointer
}

#slider2 .owl-carousel .owl-item img {
    width: auto;
    min-width: auto;
    max-height: 18.125rem;
    margin: 0 auto;
}

/*-------- Customer Profile page --------------*/

#toast-container>div {
    opacity: 1;
}

.dob-col input {
    min-width: 28.5rem;
    border-radius: 0;
    border: 1px solid #ced4da;
    min-height: 2.125rem;
    max-height: 2.125rem;
    padding-left: 0.3125rem;
    color: #b0afaf;
    font-size: 0.9375rem;
}

.dob-col label {
    width: 100%;
}

.ui-calendar .ui-datepicker {
    background-color: #fff;
}


.customer-profile-section .ui-dropdown .ui-dropdown-trigger .ui-dropdown-trigger-icon::before {
    color: #676767;
    top: 0.4375rem;
}

.navbar-container {
    max-width: calc(100% - 3.75rem);
}

#mega-menu .navbar-collapse {
    max-width: calc(100% - 4.375rem);
    margin: 0 auto !important;
    position: relative;
    padding-right: 0.8125rem !important;
}

.page-item.active .page-link {
    background-color: #1FABAD;
    border-color: #1FABAD;
}

.page-link {
    padding: .5rem .75rem !important;
    olor: #464749;
}

.page-link:hover {
    color: #464749;
}

.page-link:hover {
    background-color: #F4FAFB;
}

.list-pagination .pagination {
    margin: 0;
}

/*-------- More page --------------*/

/*---------- Add Clinic page ------*/

.add-clinic-header .ui-dropdown label.ui-dropdown-label {
    margin: 0;
    width: 100%;
    max-width: 100%;
    font-size: 0.75rem !important;
}

.join-section-container .ui-dropdown label.ui-dropdown-label {
    margin: 0;
    width: 100%;
    max-width: 100%;
    font-size: 0.75rem !important;
}


/*------- Spinner Infinite Rotation Animation -----*/
@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.data-loading {
    width: 100%;
    float: left;
    text-align: center;
}

.owl-theme .owl-nav [class*="owl-"] {
    top: 50%;
    transform: translateY(-50%);
}

.owl-theme .owl-nav .owl-prev {
    left: -3.5625rem;
}


.owl-theme .owl-nav .owl-next {
    right: -2.875rem;
}

.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-theme .owl-nav [class*="owl-"],
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent !important;
}

.med-bag {
    position: static !important;
}

.med-bag a {
    position: relative !important;
    display: inline-block !important;
}

.med-bag span.badge-cart {
    width: 1.375rem;
    height: 1.375rem;
    padding: 0;
    border-radius: 50%;
    font-size: 0.625rem;
    line-height: 1.25rem;
    position: absolute;
    top: -0.9375rem !important;
    right: -0.9375rem !important;
}

.change-mobile-modal p-dropdown .ui-dropdown .ui-dropdown-panel {
    min-width: 6.75rem;
}

.change-mobile-modal p-dropdown .ui-dropdown .ui-dropdown-panel input {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.change-mobile-modal .ui-dropdown-panel .ui-dropdown-filter-container .ui-dropdown-filter-icon {
    top: 50%;
    transform: translateY(-50%);
}

/*
--------------------------------------------
        Cart Style
--------------------------------------------
*/

.choose-family-member-col p-dropdown label {
    font-size: 0.875rem !important;
    color: #464749 !important;
    padding: 0.375rem;
}


/*------------------- Slick Slider ----------------------*/
.slick-initialized .slick-slide {
    position: relative;
}

.slick-initialized .slick-slide>div {
    height: 17.1875rem;
    position: relative;
    /* margin: 0.75rem 1.25rem 0 1.25rem; */
}

.slick-initialized .slick-slide>div .item-inner {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}

.slick-slider {
    width: 100%;
    margin: auto;
}

.nav-btn {
    height: 2.9375rem;
    position: absolute;
    width: 1.625rem;
    cursor: pointer;
    top: 6.25rem !important;
}

.prev-slide.slick-disabled,
.next-slide.slick-disabled {
    pointer-events: none;
    opacity: 0.2;
}

.prev-slide {
    background: url('../images/prev.png') no-repeat 0 0;
    left: -2.0625rem;
}

.next-slide {
    background: url('../images/next.png') no-repeat 0 0;
    right: -2.0625rem;
}

/*End of slider */

/*--------- Image Slider ----------------*/

#slider2 .item-inner {
    min-height: 15.875rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

#slider2 .item-inner .offer-name {
    width: 100%;
}

/**======================================================================
    End Style by M Umar Farooq @ 8/12/2020 - 8:10 AM
=========================================================================*/


.td-disabled {
    color: #ada9a9 !important;
}

.ui-rating a {
    color: #FFFF00 !important;
}

#doc-rating .ui-rating a {
    color: #1FABAD !important;
}

#doc-rating1 .ui-rating a {
    color: #1FABAD !important;
}

#doc-pro-rating .ui-rating a {
    color: #1FABAD !important;
}

#doc-pro-rating .ui-rating {
    font-size: 1.875rem !important;
}

.description-col .justify-content-between p {
    line-height: 2rem;
}

.star-checkbox svg {
    /* padding-left: 11.25rem !important; */
    width: 0.625rem !important;
    height: 0.625rem !important;
}

.star-checkbox .ui-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.star-checkbox .ui-rating a {
    width: 0.625rem;
    padding: 0 0.9375rem 0 0;
}

.star-checkbox .ui-rating a:hover {
    background-color: transparent !important;
}

.star-checkbox .ui-rating a span {
    color: #1FABAD !important;
}

.star-checkbox a {
    background: transparent !important;
}

.most-booked .owl-carousel.owl-drag .owl-item {
    margin-right: 0.625rem;
    margin-left: 0.625rem;
}

.most-booked .owl-carousel.owl-drag .owl-item,
.most-booked .owl-carousel .item-inner {
    width: 22.375rem !important;
    height: 12.25rem;
}

.most-booked .offer-img {
    min-height: 12.25rem;
}

.most-booked .offer-img img {
    width: 22.375rem !important;
    height: 12.25rem;
    object-fit: cover;
}

.offers-list4 .item-inner img {
    width: 100% !important;
}

/**--------------------------------------------------
    Change Password dialoge
*--------------------------------------------------*/

.custom-modal .ui-dialog-titlebar-icons {
    display: flex;
}

.custom-modal .ui-dialog-titlebar {
    padding: 0.375rem 0 0.5rem 0 !important;
}

.pi-times::before {
    content: url("../../assets/icons/white-close.svg") !important;
}

.custom-modal .ui-dialog-titlebar-icon {
    padding-top: 3px !important;
    padding-right: 0.9375rem !important;
}

.custom-modal .form-group {
    display: flex;
    flex-direction: column;
}

.custom-modal .form-group p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.custom-modal .ui-dialog {
    width: 26vw;
}

.custom-modal .modal-body {
    padding: 1rem 1.5rem;
}

.custom-modal .form-control {
    height: 2.125rem !important;
}

.modal-change-pass.custom-modal .form-group:first-of-type {
    margin-bottom: 0;
}

.custom-modal .form-group label {
    font-size: 1.25rem;
    margin-bottom: 0;
}

/**------------------------------------------------
        Appointment Table & Slider
-------------------------------------------------*/
#appointment-date-slider {
    padding: 1.875rem 3.125rem 1.875rem 3.375rem !important;
}

#appointment-date-slider .slick-initialized .slick-slide>div {
    margin: 0;
}

#appointment-date-slider .prev-slide {
    left: -2.3125rem;
}

#appointment-date-slider .next-slide {
    right: -2.625rem;
}

/*-------- Main Header -------*/
.appointment-table-container .row-main-header {
    background-color: #1FABAD;
    padding: 0.3125rem;
}

.appointment-table-container .row-main-header h4 {
    color: #fff;
    font-size: 0.875rem;
    margin: 0;
    text-align: center;
}

/*-------- Times Header -------*/
.appointment-table-container .row-time-header {
    background-color: #818386;
    text-align: center;
}

.appointment-table-container .row-time-header .col-6:first-child {
    border-left: 1px solid #1FABAD;
    border-right: 1px solid #1FABAD;
}

.appointment-table-container .row-time-header .col-6:last-child {
    border-right: 1px solid #1FABAD;
}

.appointment-table-container .row-time-header span {
    color: #fff;
    font-size: 0.875rem;
}


/*-------- Main Body ----------*/
.appointment-table-container .row-body {
    background-color: #F4FAFB;
    border-left: 1px solid #1FABAD;
    border-right: 1px solid #1FABAD;
}

.appointment-table-container .row-body .col-6 {
    display: flex;
    flex-direction: column;
}

.appointment-table-container .row-body .col-6:nth-child(odd) {
    border-right: 1px solid #1FABAD;
}

.appointment-table-container .row-body .item-row {
    border-bottom: 1px solid #fff;
}

.appointment-table-container .row-body .item-row.last-order {
    order: 1000;
}

.appointment-table-container .row-body .item-row button {
    color: #646863;
    font-size: 0.75rem;
    padding: 2px 0;
    margin: 0;
    border-radius: 0;
    min-height: 1.375rem;
}

.appointment-table-container .row-body .item-row button:focus,
.appointment-table-container .row-body .item-row button:active,
.appointment-table-container .row-body .item-row button:hover {
    color: #646863;
    text-decoration: none !important;
    box-shadow: none !important;
}

.appointment-table-container .row-body .item-row button.active {
    background-color: #1FABAD;
    color: #fff;
}

/*-------- Main Footer ------*/
.appointment-table-container .row-footer .btn.btn-danger {
    border: none;
    border-radius: 0;
    background-color: #DC3546;
    padding: 2px 0;
    font-size: 0.75rem;
}

.table-cell {
    height: 0;
    overflow: hidden;

    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.table-cell.hide {
    border-bottom: none !important;
}

.table-cell.show {
    height: 1.4375rem;
}

.table-cell:empty {
    display: none;
}

.hidden {
    display: none !important;
}

.bordered-nav {
    border-bottom: 1px solid #1FABAD;
}

.bordered-nav.navbar.bg-offwhite .container {
    margin-left: 0.75rem;
}

/*----------------------------------
        Success booking modal
----------------------------------*/
body .booking-success-dialoge,
body .booking-success-dialoge.ui-dialog,
body .booking-success-dialoge.p-dialog,
body .booking-success-dialoge.modalLayout {
    width: 32rem !important;
    max-width: 92vw !important;
    border-radius: 1.5rem !important;
    overflow: hidden !important;
    border: none !important;
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.12) !important;
    background: #ffffff !important;
    padding: 0 !important;
}

body .booking-success-dialoge .ui-dialog,
body .booking-success-dialoge .p-dialog {
    width: 32rem !important;
    max-width: 92vw !important;
    height: auto !important;
    border-radius: 1.5rem !important;
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.12) !important;
    border: none !important;
    background-color: #ffffff !important;
    overflow: hidden !important;
}

body .booking-success-dialoge .ui-dialog-titlebar,
body .booking-success-dialoge .p-dialog-header {
    display: none !important;
}

body .booking-success-dialoge .ui-dialog-content,
body .booking-success-dialoge .p-dialog-content {
    display: block !important;
    padding: 0 !important;
    border-radius: 1.5rem !important;
    background-color: #ffffff !important;
    border: none !important;
    overflow: hidden !important;
}

.booking-success-modal-content {
    position: relative;
    padding: 2.25rem 2rem;
    background: #ffffff;
    border-radius: 1.5rem;
    box-sizing: border-box;
}

.booking-success-modal-content .btn-close-modal-danger,
body .booking-success-dialoge button.close,
body .booking-success-dialoge .modal-body button.close {
    position: absolute !important;
    top: 1.25rem !important;
    inset-inline-start: 1.25rem !important;
    inset-inline-end: auto !important;
    background: transparent !important;
    border: none !important;
    color: #DC3546 !important;
    font-size: 1.35rem !important;
    cursor: pointer !important;
    padding: 0.25rem !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10 !important;
    opacity: 1 !important;
    box-shadow: none !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
}

.booking-success-modal-content .btn-close-modal-danger:hover,
body .booking-success-dialoge button.close:hover {
    transform: scale(1.1) !important;
    opacity: 0.85 !important;
}

.booking-success-modal-content .btn-close-modal-danger i,
body .booking-success-dialoge button.close i {
    color: #DC3546 !important;
    font-size: 1.35rem !important;
}

.booking-success-modal-content .booking-success-body,
body .booking-success-dialoge .div-success {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.booking-success-modal-content .booking-success-icon-wrap,
body .booking-success-dialoge .div-success-img {
    margin-bottom: 1.25rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.booking-success-modal-content .booking-success-icon-wrap img,
.booking-success-modal-content .booking-success-icon-wrap svg,
body .booking-success-dialoge .div-success-img img {
    width: 5rem !important;
    height: 5rem !important;
    object-fit: contain !important;
}

.booking-success-modal-content .booking-success-title,
body .booking-success-dialoge .div-success h5 {
    font-size: 1.625rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 2rem 0 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.3px !important;
    text-align: center !important;
}

.booking-success-modal-content .booking-success-actions-row,
body .booking-success-dialoge .div-btns-modal-action {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1rem !important;
    width: 100% !important;
    border-top: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.booking-success-modal-content .btn-booking-action-book-another,
.booking-success-modal-content .btn-booking-action-checkout,
body .booking-success-dialoge .div-btns-modal-action button,
body .booking-success-dialoge .div-btns-modal-action .btn {
    flex: 1 !important;
    height: 3.25rem !important;
    border-radius: 0.875rem !important;
    background-color: #1FABAD !important;
    border: 1px solid #1FABAD !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    cursor: pointer !important;
    box-shadow: 0 4px 12px rgba(31, 171, 173, 0.25) !important;
    transition: all 0.2s ease !important;
    margin: 0 !important;
    padding: 0 1rem !important;
}

.booking-success-modal-content .btn-booking-action-book-another:hover,
.booking-success-modal-content .btn-booking-action-checkout:hover,
body .booking-success-dialoge .div-btns-modal-action button:hover,
body .booking-success-dialoge .div-btns-modal-action .btn:hover {
    background-color: #188a8c !important;
    border-color: #188a8c !important;
    box-shadow: 0 6px 16px rgba(31, 171, 173, 0.35) !important;
    transform: translateY(-1px) !important;
}

.booking-success-modal-content .btn-booking-action-checkout i,
body .booking-success-dialoge .div-btns-modal-action i {
    font-size: 1.1rem !important;
    color: #ffffff !important;
}

.eye-open {
    background: url(../icons/eye-icon.svg) no-repeat;
    width: 1.0625rem;
}

.eye-close {
    background: url(../images/eye-green-bar.svg) no-repeat;
    width: 1.0625rem;
}

.btn-mobile-number-link {
    margin-top: 0.625rem;
}

.btn-mobile-number-link:hover {
    color: #007bff;
}

@media screen and (min-width: 112.5rem) {

    /* Success booking modal is handled responsively above */

}

.career-page-content {
    height: 3.5rem;
    line-height: 1.25rem;
    overflow: hidden;
}

.new-page-content {
    height: 3.5rem;
    line-height: 1.25rem;
    /* Height / no. of lines to display */
    overflow: hidden;

    line-height: 2;
    max-width: 89%;
    margin: 0 auto;
    text-align: left !important;
}

.new-page-content p {
    line-height: 2;
}

.ql-direction-rtl.ql-align-justify h2 {
    font-size: 1.125rem !important;
    color: #1FABAD;
}

.ql-direction-rtl.ql-align-justify strong {
    font-size: 0.875rem !important;
}

.ql-align-center.ql-direction-rtl,
.ql-direction-rtl.ql-align-right {
    font-size: 1.125rem !important;
    color: #1FABAD;
}

h1.ql-align-right {
    font-size: 1.125rem !important;
    color: #1FABAD;
}

h2.ql-align-right {
    font-size: 0.875rem !important;
}

.col-offers-section .offers-container {
    padding: 3.125rem 2.5rem !important;
}


@media screen and (max-width: 47.9375rem) {

    .banner-container img.homepage-banner {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: none;
        object-fit: cover;
    }

    .navbar-container {
        max-width: 100%;
    }

    /*----------- Speciality Page style ----------------*/
    .all-doc-heading>.row:first-of-type {
        background-color: #f1f1f1;
        box-shadow: 0 3px 0.3125rem 0 rgba(0, 0, 0, 0.15);
        padding: 0.3125rem;
    }

    .all-doc-heading>.row:first-of-type .col-md-8 {
        display: flex;
        justify-content: space-between;
    }

    .all-doc-heading>.row:first-of-type .col-md-8 h6 {
        font-size: 0.625rem;
        margin-bottom: 0;
    }

    .all-doc-heading>.row:first-of-type .col-md-8>h6:first-child {
        font-weight: 600;
    }

    .all-doc-heading>.row:first-of-type .col-md-4 {
        padding-top: 0 1.25rem !important;
    }

    .all-doc-heading>.row:first-of-type .col-md-4 .shot-by-drop>span {
        margin-left: 0 !important;
    }

    .all-doc-heading>.row:first-of-type .shot-by-drop {
        margin-top: 0.625rem;
    }

    .all-doc-heading>.row:first-of-type .shot-by-drop>span {
        font-size: 0.625rem;
        font-weight: 500;
    }

    .all-doc-heading>.row:first-of-type .shot-by-drop>.dropdown button {
        margin: 0;
        width: 100%;
        font-size: 0.625rem;
        padding: 0 0.3125rem;
        height: initial;
    }

    /* Offers cols */
    .col-offers-section .offers-container {
        padding: 0 !important;
        background-color: transparent !important;
        box-shadow: none;
    }

    .col-offers-section .offers-container .col-md-4:first-child,
    .col-offers-section .offers-container .col-md-4:last-child,
    .col-offers-section .offers-container .col-md-4:nth-child(2),
    .col-offers-section .offers-container .col-md-4:nth-child(3) {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-left: 0.9375rem;
        max-width: calc(100% - 1.875rem);
        margin-right: 0.9375rem;
        box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2);
    }

    .col-offers-section .offers-container .col-md-4 {
        display: flex;
        flex-direction: column;
        margin-top: 0 !important;
        margin-bottom: 0.9375rem !important;
    }

    .col-offers-section .offers-container .col-md-4>div.box-shadow {
        box-shadow: none !important;
        margin-bottom: 0 !important;
    }



    .col-offers-section .offers-container .col-md-4>h6 {
        margin-bottom: 0;
        background-color: #F4FAFB;
        padding: 0.3125rem 0;
    }

}

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

.confirmation-close .p-dialog-content {
    border-radius: 1.875rem !important;
}

.confirmation-close .close {
    border-radius: 1.875rem !important;
    color: #fff !important;
    width: 3.125rem;
    height: 3.125rem;
}

.confirmation-close .close img {
    max-width: 1.5625rem;
}

.confirmation-close .p-dialog-header {
    background-color: transparent !important;
}

.p-dialog-content {
    overflow-y: unset !important;
}

.top-body .tooth-area-one h5 {
    padding-right: 1.25rem !important;
}

.description-col .evaluation-col .badge {
    margin-left: 0.625rem !important;
    margin-bottom: 0.875rem !important;
}


.green-header-modal .p-dialog-header {
    justify-content: center;
}

.green-header-modal .p-dialog-header .p-dialog-title {
    font-weight: 500 !important;
}

.green-header-modal .p-dialog-header .p-dialog-header-icon {
    position: absolute;
    right: 0.9375rem;
    top: 0.4375rem;
}

.green-header-modal .p-dialog-content {
    padding-bottom: 0px !important;
}

.green-header-modal .p-dialog-content .modal-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.confirm_modal .p-dialog-header {
    background: transparent !important;
    border-radius: 1.875rem !important;
}

.confirm_modal .p-dialog-header .p-icon-wrapper svg {
    color: red;
}

.confirm_modal {
    border-radius: 1.875rem !important;
    border: 1px solid #1FABAD;
}

.confirm_modal .modal-body {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.confirm_modal .p-dialog-content {
    padding-bottom: 0px !important;
}

.specialist-bg h4 {
    width: max-content;
}

.specialist-bg .social-media-icon {
    margin: 0px !important;
}

.specialist-bg .price-discount {
    align-items: center !important;
}

.p-dialog .p-dialog-header .p-dialog-title {
    font-weight: 500 !important;
    width: 100%;
}

.map_modal .p-dialog-header {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
    padding-top: 0.625rem !important;
    padding-bottom: 0.3125rem !important;
    background: white !important;
}

.map_modal .modal-content {
    border: 1px solid white !important;
}

.map_modal .modal-body {
    padding: 0px !important;
}

.p-multiselect {
    width: 100% !important;
    border: none !important;
    height: 2.1875rem !important;
}

.p-multiselect-panel .p-multiselect-header {
    padding: 3px 0.625rem !important;
    background-color: transparent !important;

}

.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
    height: 2.1875rem !important;
}

.p-multiselect-panel .p-multiselect-items {
    padding: 0px !important;
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
    padding: 0.3125rem 0.625rem !important;
    font-size: 0.875rem !important;
}

.p-checkbox .p-checkbox-box.p-highlight {
    border-color: gray !important;
    background: #fff !important;
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
    color: #000 !important;
    background-color: transparent !important;
}

.p-multiselect .p-multiselect-label {
    padding: 0.3125rem !important;
}

.p-checkbox .p-checkbox-box .p-checkbox-icon {
    color: #000 !important;
}

.p-inputtext:enabled:focus {
    box-shadow: none !important;
    border-color: #050505 !important;
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus,
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:hover,
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:active {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.p-inputswitch {
    width: 2.375rem !important;
    height: 1.125rem !important;
}

.p-inputswitch .p-inputswitch-slider::before {
    background-color: #ffffff !important;
    height: 0.75rem !important;
    width: 0.75rem !important;
    left: 0.25em !important;
    top: 0.78125rem !important;
    border-radius: 50% !important;
}

.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider::before {
    transform: translate(1.12rem) !important;
}


/* Notification Settings Pop-up styling */
.notfi-modal.p-dialog,
.notifModal.p-dialog,
.notfi-modal .p-dialog {
    border-radius: 1.375rem !important;
    overflow: hidden !important;
    border: none !important;
    box-shadow: 0 1rem 3rem rgba(7, 27, 58, 0.1) !important;
    background-color: #ffffff !important;
}

.notfi-modal p-header {
    background-color: #1FABAD !important;
    color: #ffffff !important;
    padding: 1.25rem 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-radius: 1.375rem 1.375rem 0 0 !important;
    position: relative !important;
}

.notfi-modal .p-dialog-header button,
.notfi-modal .ui-dialog-titlebar button,
.notfi-modal p-header button,
.notfi-modal p-header .p-button {
    position: absolute !important;
    right: 1.5rem !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background-color: transparent !important;
    padding: 0px !important;
    color: #ffffff !important;
    border: none !important;
    z-index: 999 !important;
}

html[dir="rtl"] .notfi-modal .p-dialog-header button,
html[dir="rtl"] .notfi-modal .ui-dialog-titlebar button,
html[dir="rtl"] .notfi-modal p-header button,
html[dir="rtl"] .notfi-modal p-header .p-button {
    left: 1.5rem !important;
    right: auto !important;
}

.notfi-modal p-header p {
    color: #ffffff !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
    padding: 0 !important;
    font-size: 1.125rem !important;
    width: 100% !important;
    text-align: center !important;
}

.notfi-modal .p-dialog .p-dialog-content {
    padding: 1.5rem !important;
    background-color: #ffffff !important;
}

.notWrap p,
.notWrap>p,
.notfi-modal .notWrap p {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    padding: 1rem 1.5rem !important;
    color: #60708A !important;
    font-size: 0.875rem !important;
    line-height: 1.6 !important;
}

.notWrap {
    margin: 0 !important;
}

.notWrap table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    width: 100% !important;
    border: 1.5px solid #E2E8F0 !important;
    border-radius: 0.75rem !important;
    overflow: hidden !important;
}

.notWrap table th {
    background-color: #F4FAFB !important;
    color: #1FABAD !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    vertical-align: middle !important;
    padding: 1rem 1.25rem !important;
    border-bottom: 1.5px solid #b3e5e7 !important;
}

.notWrap table td {
    padding: 1rem 1.25rem !important;
    color: #071B3A !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #F1F5F9 !important;
    vertical-align: middle !important;
}

.notWrap table tr:last-child td {
    border-bottom: none !important;
}

.notWrap table th:first-child,
.notWrap table td:first-child {
    padding-left: 1.25rem !important;
    text-align: right !important;
}

.notWrap table th:last-child,
.notWrap table td:last-child {
    padding-right: 1.25rem !important;
}

.notWrap table tr:nth-child(even) td {
    background-color: #F8FAFC !important;
}

.notWrap table tr:nth-child(odd) td {
    background-color: #ffffff !important;
}

.showEmailVerifiedMessage {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1.25rem;
    text-align: center;
    background-color: #1FABADe5;
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    z-index: 999;
}

.showEmailVerifiedMessage .p-button {
    position: absolute;
    right: 0px;
    top: 0.625rem;
    background-color: transparent;
    padding: 0px;
}

/* Premium switches */
.p-inputswitch .p-inputswitch-slider {
    background-color: #CBD5E1 !important;
}

.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
    background-color: #1FABAD !important;
}

.notWrap table th .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
    background-color: #1FABAD !important;
    /* GREEN - all ON */
}

/* RED - all OFF (master switch unchecked state) */
.notWrap table th .p-inputswitch .p-inputswitch-slider {
    background-color: #DC3546 !important;
}

/* Force Left for OFF */
.notWrap table th .p-inputswitch .p-inputswitch-slider::before,
html[dir="rtl"] .notWrap table th .p-inputswitch .p-inputswitch-slider::before {
    background-color: #ffffff !important;
    left: 0.25em !important;
    right: auto !important;
    transform: translateX(0) !important;
}

/* Force Right for ON */
.notWrap table th .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider::before,
html[dir="rtl"] .notWrap table th .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider::before {
    transform: translateX(1.12rem) !important;
}

/* GRAY + CENTER - Indeterminate (some ON, some OFF) */
.notWrap table th .indeterminate-switch .p-inputswitch-slider {
    background-color: #6B7280 !important;
}

/* Force Center for Indeterminate */
.notWrap table th .indeterminate-switch .p-inputswitch-slider::before,
html[dir="rtl"] .notWrap table th .indeterminate-switch .p-inputswitch-slider::before {
    background-color: #ffffff !important;
    transform: translateX(0.55rem) !important;
}

.notFooter {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1rem !important;
    margin: 0 auto !important;
    padding-top: 1.5rem !important;
    border-top: 1.5px solid #F1F5F9 !important;
    width: 100% !important;
}

.notFooter .btn-green {
    background-color: #1FABAD !important;
    border-color: #1FABAD !important;
    color: #ffffff !important;
    border-radius: 0.75rem !important;
    height: 3rem !important;
    padding: 0.625rem 1.5rem !important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 138, 67, 0.15) !important;
    border: none !important;
    transition: all 0.3s ease !important;
    min-width: 7.5rem !important;
}

.notFooter .btn-green:hover:not(:disabled) {
    background-color: #00707E !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 0.375rem 1rem rgba(0, 138, 67, 0.25) !important;
}

.notFooter .btn-green:disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

.notFooter .btn-danger {
    background-color: #ffffff !important;
    border: 1.5px solid #E2E8F0 !important;
    color: #475569 !important;
    border-radius: 0.75rem !important;
    height: 3rem !important;
    padding: 0.625rem 1.5rem !important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    min-width: 7.5rem !important;
}

.notFooter .btn-danger:hover {
    background-color: #F8FAFC !important;
    border-color: #CBD5E1 !important;
    color: #071B3A !important;
    transform: translateY(-2px) !important;
}

.panel-light {
    padding: 2.5rem 0px;
}

.panel-light .h5 {
    font-size: 2.25rem;
    color: #1FABAD;
}

.panel-light .h4 {
    text-align: center;
    font-size: 2rem;
}

.panel-light img {
    max-width: 100%;
}

.panel-act {
    padding: 2.5rem 0px;
    background-color: #F4FAFB;
}

.panel-act .h5 {
    font-size: 2.125rem;
    color: #464749;
}

.btnBar {
    text-align: right;
    padding-top: 1.5625rem;
}

.panel-green {
    padding: 2.5rem 0px;
    background-color: #1FABAD;
    color: #fff;
}

.panel-green .imgWrap {
    text-align: right;
    margin-left: auto;
}

.panel-green .imgWrap img {
    max-width: 15.625rem !important;
}

.panel-green .imgWrap .qst {
    max-width: 15.625rem !important;
}

.panel-green .h2 {
    font-size: 4.5rem;
    font-weight: bold;
}

.panel-mid {
    padding: 2.5rem 0px;
    background-color: #F4FAFB;
    color: #464749;
}

.panel-mid .h3 {
    font-size: 3.25rem;
    font-weight: 500;
    padding-bottom: 2.5rem;
}

.panel-mid .h2 {
    font-size: 4.5rem;
    font-weight: bold;
    color: #DC3546;
}


.numList {
    padding-left: 0px;
}

.numList li {
    display: flex;
    align-items: center;
    padding: 0.625rem 0px;
}

.numList li .number {
    font-size: 5.625rem;
    font-weight: bold;
    color: #1FABAD;
    padding: 0.625rem;
}

.numList li .value {
    font-size: 1.75rem;
    color: #1A1818;
}

.panel-sml {
    padding: 2.5rem 0px;
    background-color: #1FABAD;
    color: #fff;
}

.panel-sml .h2 {
    font-size: 4.5rem;
    font-weight: bold;
    color: #fff;
}

.panel-sml .h3 {
    font-size: 2.125rem;
    /* font-weight: bold; */
    color: #fff;
}

.panel-sml .h4 {
    font-size: 1.75rem;
    color: #fff;
}

.panel-sml img {
    max-width: 100%;
}

.wrapList {
    list-style: none;
    padding-left: 0px;
    max-width: 62.5rem;
    margin: auto;
}

.wrapList li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F4FAFB;
    border-radius: 5rem;
    align-items: center;
    margin-bottom: 3.125rem;
}

.wrapList li:last-child {
    margin-bottom: 0px;
}

.wrapList li img {
    width: 10rem;
}

.wrapList li p {
    padding: 0.9375rem 1.875rem;
    font-size: 1.625rem;
    color: #1A1818;
}

.panel-gray {
    background-color: #F1F1F1;
    padding: 2.5rem 0px;
}

.panel-gray .h4 {
    font-size: 2.375rem;
    font-weight: bold;
    color: #E50019;
}

.sm-qst {
    max-width: 15.625rem !important;
}

.panel-gray ul {
    list-style: disc;
    line-height: 2.25rem;
    font-size: 2.5rem;
}

.panel-gray ul li {
    line-height: 2.25rem;
    font-size: 2.5rem;
    color: #1FABAD;
    padding: 0.625rem 0px;
    list-style: disc;
}

.panel-gray ul li span {
    color: #1A1818;
    font-size: 1.75rem;
}

.btnWrap {
    text-align: center;
    padding: 2.5rem 0px;
}

.panel-light .container,
.panel-act .container,
.panel-green .container,
.panel-mid .container,
.panel-sml .container,
.panel-gray .container {
    max-width: 85% !important;
    margin-left: 7.5% !important;
}

@media only screen and (max-width: 48rem) {

    .panel-sml .h2,
    .panel-mid .h2,
    .panel-green .h2 {
        font-size: 2.625rem;
    }

    .wrapList li {
        flex-direction: column;
        padding: 0.9375rem;
    }
}

.bannerWrap {
    position: relative;
}

.bannerWrap img {
    width: 100%;
}

.bannerWrap .content {
    width: 100%;
    position: absolute;
    height: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 4.5rem;
    color: #fff;
}

.panel-acc {
    padding-top: 3.75rem;
    background-color: #F4FAFB;
    color: #464749;
}

.panel-acc .h3 {
    font-size: 2.125rem;
}

.panel-acc .container,
.bannerWrap .content .container {
    max-width: 85% !important;
    margin-left: 7.5% !important;
}


img {
    max-width: 100%;
}

.bannerWrap {
    position: relative;
}

.bannerWrap img {
    width: 100%;
    min-height: 25rem;
    object-fit: cover;
}

.container-fluid {
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.bannerWrap .content {
    width: 100%;
    position: absolute;
    height: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 4.5rem;
    color: #fff;
}

.panel-acc {
    padding-top: 3.75rem;
    background-color: #F4FAFB;
    color: #464749;
}

.bigText {
    font-size: 15rem;
    color: #fff;
    font-weight: bolder;
    line-height: 100%;
    text-align: center;
}

.panel-acc .h3 {
    font-size: 2.125rem;
}

.panel-light .container,
.panel-act .container,
.panel-green .container,
.panel-mid .container,
.panel-sml .container,
.panel-gray .container,
.panel-acc .container,
.bannerWrap .content .container,
.listView_1 .container,
.listView_2 .container,
.listView_3 .container {
    max-width: 85% !important;
    margin-left: 7.5% !important;
}

.panel-light {
    padding: 2.5rem 0px;
}

.panel-light h2 {
    font-size: 3.5rem;
    text-align: center;
    color: #1FABAD;
    font-weight: bold;
    padding: 1.25rem 0px;
}

.panel-light h1 {
    font-size: 5.375rem;
    text-align: center;
    color: #1FABAD;
    font-weight: bold;
    padding: 1.25rem 0px;
}

.panel-light .h4 {
    text-align: center;
    font-size: 2rem;
}

.panel-light img {
    max-width: 100%;
}

.panel-act {
    padding: 2.5rem 0px;
    background-color: #F4FAFB;
}

.panel-act .h5 {
    font-size: 2.125rem;
    color: #464749;
}

.btnBar {
    text-align: right;
    padding-top: 1.5625rem;
}

.panel-green {
    padding: 2.5rem 0px;
    background-color: #1FABAD;
    color: #fff;
}

.text-green {
    color: #1FABAD;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 600;
}

.panel-green .imgWrap {
    text-align: right;
    margin-left: auto;
}

.panel-green .imgWrap img {
    max-width: 100%;
}

.panel-green .imgWrap .qst {
    max-width: 15.625rem;
}

.panel-green .h2 {
    font-size: 4.5rem;
    font-weight: bold;
}

.panel-mid {
    padding: 2.5rem 0px;
    background-color: #F4FAFB;
    color: #464749;
}

.panel-mid .h3 {
    font-size: 3.25rem;
    font-weight: 500;
    padding-bottom: 2.5rem;
}

.panel-mid .h2 {
    font-size: 4.5rem;
    font-weight: bold;
    color: #DC3546;
}

.panel-mid img {
    max-width: 100%;
}


.panel-sml {
    padding: 2.5rem 0px;
    background-color: #1FABAD;
    color: #fff;
}

.panel-sml .h2 {
    font-size: 4.5rem;
    font-weight: bold;
    color: #fff;
}

.panel-sml .h3 {
    font-size: 2.375rem;
    font-weight: bold;
    color: #fff;
}

.panel-sml .h3 a {
    font-weight: bold;
    color: #fff !important;
    text-decoration: none
}

.panel-sml .h4 {
    font-size: 1.75rem;
    color: #fff;
}

.panel-sml img {
    max-width: 100%;
}

.panel-black {
    background-color: #818386;
    padding: 2.5rem 0px;
}

.panel-red {
    background-color: #f28477;
    padding: 2.5rem 0px;
}

.panel-black .h2,
.panel-red .h2 {
    font-size: 4.5rem;
    font-weight: bold;
    color: #fff;
}

.panel-gray {
    background-color: #F1F1F1;
    padding: 2.5rem 0px;
}

.panel-gray .h4 {
    font-size: 2.375rem;
    font-weight: bold;
    color: #E50019;
}

.sm-qst {
    max-width: 15.625rem !important;
}

.listView_1,
.listView_2,
.listView_3 {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.listView_1 li,
.listView_2 li,
.listView_3 li {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    font-size: 1.75rem;
    color: #464749;
    position: relative;
}

.listView_1 li:nth-child(odd) {
    background-color: #F4FAFB;
}

.listView_2 li:nth-child(odd) {
    background-color: #f1f1f1;
}

.listView_3 li:nth-child(odd) {
    background-color: #ffe9e1;
}

.listView_1 li:nth-child(odd):after,
.listView_2 li:nth-child(odd):after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 85% !important;
    margin-left: 7.5% !important;
    height: 0.25rem;
    border-radius: 0.625rem;
    background-color: #f28477;
}

.listView_1 li:nth-child(4n)::before {
    content: " ";
    position: absolute;
    left: 7.5%;
    right: auto !important;
    top: -0.9375rem;
    height: 1.875rem;
    width: 1.875rem;
    border-radius: 0.9375rem;
    background-color: #f28477;
    z-index: 99;
}

.listView_1 li:nth-child(2n)::before {
    content: " ";
    position: absolute;
    right: 7.5%;
    top: -0.9375rem;
    height: 1.875rem;
    width: 1.875rem;
    border-radius: 0.9375rem;
    background-color: #f28477;
    z-index: 99;
}

.listView_3 li:nth-child(odd):after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 85% !important;
    margin-left: 7.5% !important;
    height: 0.25rem;
    border-radius: 0.625rem;
    background-color: #1FABAD;
}

.btnWrap {
    text-align: center;
    padding: 2.5rem 0px;
}

@media only screen and (max-width: 79.25rem) {

    .bigText {
        font-size: 9.375rem;
    }

    .bannerWrap .content,
    .panel-black .h2,
    .panel-red .h2,
    .panel-green .h2 {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 48rem) {

    .bannerWrap .content,
    .panel-black .h2,
    .panel-red .h2,
    .panel-green .h2,
    .panel-light h1 {
        font-size: 2.625rem;
    }

    .panel-sml .h2,
    .panel-mid .h2,
    .panel-green .h2 {
        font-size: 2.625rem;
    }

    .wrapList li {
        flex-direction: column;
        padding: 0.9375rem;
    }

}

._langArb {
    position: relative;
    z-index: -1;
}

._langArb .h1,
._langArb .h2,
._langArb .h5,
._langArb .h6,
._langArb p,
._langArb span,
._langArb ul li {
    text-align: right !important
}

.panel-green .imgWrap .qst {
    max-width: 15.625rem;
}


._langArb .panel-light .h5 {
    line-height: 150%;
    font-size: 1.875rem;
}


._langArb .panel-act .h5 {
    font-size: 1.875rem;
    color: #464749;
}

._langArb .panel-light .h5 {
    font-size: 1.875rem;
    color: #1FABAD;
    line-height: 150%;
}

._langArb .panel-light .btnBar {
    text-align: left !important;
}

._langArb .panel-green .imgWrap {
    text-align: left !important;
}

._langArb .panel-green .imgWrap.questn img {
    max-width: 15.625rem !important;
}

._langArb .panel-green .imgWrap img {
    max-width: 100% !important;
}

._langArb .panel-green .h2 {
    line-height: 150%;
    text-align: right;
}

._langArb .panel-mid .h3 {
    font-size: 4.0625rem;
    line-height: 150%;
}

._langArb .panel-mid .h2 {
    font-size: 4.5rem;
    line-height: 150%;
}

._langArb .panel-mid .imgWrap.right img {
    max-width: 15.625rem !important;
}

._langArb .panel-sml .h2 {
    line-height: 150%;
}


._langArb .panel-gray .h4 {
    line-height: 150%;
}

.panel-mid .imgWrap.questn img {
    max-width: 15.625rem !important;
}


.panel-green .imgWrap.questn img {
    max-width: 15.625rem !important;
    text-align: left !important;
}

.panel-mid .imgWrap.right img {
    max-width: 15.625rem !important;
}

.panel-mid .imgWrap.questn img {
    max-width: 15.625rem !important;
}



.btnOuter {
    text-align: left;
}

._langArb .panel-gray .h4 {
    line-height: 150%;
    text-align: right;
}

.panel-mid .imgWrap.right {
    text-align: right !important;
}

._arbImg img {
    max-width: 15.625rem !important;
}

.btnBarArb {
    text-align: center !important;
    display: inline-block;
}



.btnBarArb,
.btnBar {
    padding: 0.625rem 1.25rem;
    background: #1FABAD;
    width: 15.625rem;
    margin-left: auto;
    color: #fff;
    border-radius: 0.3125rem;
    text-align: center;
}

.btnBarArb a:hover,
.btnBar a:hover {
    color: #fff;
}


._langArb .panel-mid .h3 {
    font-size: 4.0625rem;
    line-height: 150%;
    text-align: right;
}

.wrapList {
    list-style: none;
    padding-left: 0px;
    max-width: 87.5rem;
    margin: auto;
}

.t-r {
    text-align: right;
}

.specialist-bg .text-green {
    font-size: 1.75rem !important;
    text-align: left !important;
    font-weight: 400 !important;
}

.specialist-bg {
    text-align: left !important;
}

.pubic-carousel .p-carousel-indicators {
    display: none !important;


}

.pubic-carousel .item-inner {
    position: relative !important;

}

.pubic-carousel .item-inner .offers-qty {
    position: absolute !important;
    right: 0px !important;
    top: 0px !important;
}

.map-wrapper {
    position: relative;
    width: auto;
    height: auto;
    margin-top: 1.5625rem;
}

.map-wrapper .mapIcon {
    background: rgb(255, 255, 255);
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-transform: none;
    appearance: none;
    position: absolute;
    cursor: pointer;
    user-select: none;
    --pegman-scaleX: 1;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 0.25rem -1px;
    border-radius: 2px;
    width: 2.5rem;
    height: 2.5rem;
    left: 0.625rem;
    bottom: 1.875rem;
    padding: 0.625rem;
}

#cd-primary-nav li {
    position: relative;
}

.max-width-map-dr-image {
    max-width: 7.5rem !important;
}

.justify-content-around {
    justify-content: space-around !important;
    padding-bottom: 0.9375rem !important;
}

.gm-style-iw .gm-style-iw-c,
.gm-style .gm-style-iw-c {
    width: 28.75rem !important;
    max-width: 42.5rem !important;
    /* height: 23.75rem !important; */
    padding: 0px !important;
}

.close-btn-cls {
    border-radius: 3.125rem;
    float: right;
    margin-bottom: 0.9375rem;
    position: absolute;
    right: 0.75rem;
    top: 0.4375rem
}

.media {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.share {
    justify-content: center;
    align-items: center;
}

.share p {
    margin: 0;
}

@media (max-width:36rem) {
    .myBalanc {
        align-items: center;
        flex-direction: column;
    }
}

#mega-menu .nav-item {
    max-height: 3.75rem !important;
}

.content-p {
    margin: 0 !important;
    font-size: 0.875rem !important;
    line-height: 1.5rem !important;
}

.w-5 {
    width: 1.5625rem;
}

.dr-Name {
    /* margin-top: 3.5625rem !important; */
    margin-bottom: 0 !important;
}

.media-body .content-p .dr-Name {
    font-size: 1.125rem !important;

}

.gm-style .gm-style-iw-d {
    margin-top: -2.125rem !important;
}

.confModal .p-dialog {
    width: 25vw !important;
}

.confModal .p-dialog .modal-footer-wrap {
    padding: 0.625rem;
}

.gm-ui-hover-effect {
    z-index: 999 !important;
}

customer-profile-component .specialist-bg .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    margin-bottom: 0;
}

customer-profile-component .nav-tabs .nav-item:not(:last-child) {
    margin-left: 0.625rem !important;
}

customer-profile-component .nav-tabs .nav-item:last-child {
    margin-left: 0.625rem !important;
}

@media screen and (min-width: 20rem) and (max-width: 77.4375rem) {
    .mt-md-85 {
        margin-top: 5.3125rem;
    }

    doctors-component .docGreenLabel {
        margin-bottom: 0.4375rem;
    }

    hospital-component .specialist-bg .media .starRating span {

        display: block;
    }

    hospital-service-component .responsive-header .top-header {
        margin-bottom: 0 !important;
    }

    doctors-component .specialist-bg .description-col .reservation {
        bottom: -1.4375rem;
    }

    /* .notfi-modal .notWrap table th:last-child,
    td:last-child {
        padding-left: 0.625rem !important;
        padding-right: 0.625rem !important;
    } */

    customer-profile-component .specialist-bg {

        padding-bottom: 0.9375rem !important;
    }

    customer-profile-component .specialist-bg .description-col .reservation._customReserv {
        bottom: -1.5625rem !important;
    }

    speciality-offers-component .offers-qty {
        right: 3px !important;
    }

    speciality-offers-component .maxWImg {
        max-width: 90%;
        margin: 0 auto;
    }

    .btnBarArb a {
        font-size: 1.875rem;
    }

    .badge-cart {
        font-size: 56%;
        padding: .25em .4em;
        color: #fff;
        background-color: #DC3546;
        width: 0.9375rem;
        height: 0.9375rem;
        border-radius: 0.9375rem;
        font-size: 0.5625rem !important;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .offer-name {
        font-size: 0.625rem;
    }

    .rating-tab .card .card-body {
        flex-direction: column;
    }


    .favrtImg {
        min-width: 5.875rem !important;
    }

    .top-body .tooth-area-one h5 {
        max-width: 70%;
        font-size: 1.375rem !important;
    }

    .r-md-0 {
        right: unset !important;
        position: static !important;
    }

    .t-30 {
        top: 1.875rem !important
    }

    .h-md-auto {
        height: auto !important;
    }

    .flex-direction-row {
        flex-direction: row;
    }

    .specFile {
        padding: 0.9375rem 0 0.9375rem 1.5rem;
    }

    .minH {
        min-height: 12.5rem;
    }

    .discount-bg {
        min-height: 15.625rem !important;
    }

    .listView_1 li,
    .listView_2 li,
    .listView_3 li {
        line-height: 1.5;
        font-size: 1.125rem !important;
    }




    .discount-bg {
        min-height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: start !important;
        align-items: flex-end !important;
    }

}

.discount-bg {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-green-sub {
    color: #1FABAD;
    font-size: 1rem;
    font-weight: 600;
}

.mh-150 {
    min-height: 9.375rem;
}

.custom-discount-bg {
    min-width: 23.125rem;
    min-height: 23.125rem;
    width: initial;
    height: initial;
    max-width: 23.125rem;
    max-height: 25.625rem;
    top: 0 !important;
    left: 0;
    position: static !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.reserved-background {
    background-color: #1FABAD;
    color: white !important;

}

button.active {
    border: 2px solid #fff;

}

.badge .badge-secondary,
.btn-close {
    display: flex;
    justify-content: center;
    align-items: center;
}

.r--23 {
    right: -1.4375rem !important;
}

.mh-100 {
    min-height: 6.25rem;
}

.d-f {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
}

.float-none {
    float: none;
}

.btn-mobile-number-link {
    width: 100%;
    text-align: right;
    margin: 0 0.9375rem 0 0;
    right: 0;
    position: relative;
    display: block;
}

.reservation-tab .card .card-body .right-col table tr.success-row td>span:first-child {
    max-width: 12.5rem !important;
}

.min-width-auto {
    min-width: auto !important;
}


a,
button,
.cursor {
    cursor: pointer;
}

.w-unset {
    width: unset !important;
}

.dateSelect {
    background-color: #e0e1e3;
    padding: 0.5rem;
    font-weight: 600;
    max-width: 31.25rem;
}

.flex-row {
    flex-direction: row !important;
}

.patientOpinionAlign {
    display: flex;
    justify-content: space-between;
}

.t-c-md {
    text-align: center !important;
}

.patientOpinion {
    /* max-width: 12.5rem; */
    box-shadow: 0px 3px 0.375rem 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 1.5625rem;
    text-align: center;
    padding: 0.625rem;
}

.hospServBtn {
    margin-right: 0.4375rem;
}

.hospServBtn p {
    padding: 3px 0.25rem;
    font-size: 0.75rem;
}

.hospServBtn .active {
    background-color: #1FABAD;
    color: #fff;
}

.confrmBtn {
    color: #fff;
    background: red;
}

.confrmBtn:disabled {
    background: red;
    opacity: .5;
}

.color-green-s h3 {
    font-size: 1.4375rem;
}

.t-c {
    text-align: center;
}

.centerAlign {
    display: flex;
    justify-content: space-evenly;
    align-self: center;
}

.p-dropdown-panel.p-component {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0.3125rem 0.9375rem !important;
}

.fontbig {
    font-size: 1.125rem !important;
}

.primary-navigation-bar ul.is-hidden>li>a {
    transition: all 0s ease;
}

.top-body .tooth-area-one h5 {
    max-width: 80%;
}

.cart-left-col .red-price-para span {
    text-align: center;
}

.fWeight {
    font-weight: 700;
    max-width: 75%;
    margin: 0 auto;
    text-align: left;
}

.readMore {
    position: relative;
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: end;
    color: #1FABAD;
}

.readMore::after {
    content: '';
    position: absolute;
    bottom: 0.5625rem;
    left: 8.25rem;
    height: 2px;
    background: #1FABAD;
    width: 61%;

}

.pri-dis .priceAlign-a {
    font-size: 2.5rem;
}

.payment-heading span:first-child {
    font-size: 2.5rem;
}

.cart-left-col .discount-price-para span:first-child {
    width: unset !important;
}

.total-price span.less1 {
    margin: 0 auto;
    text-align: center;
}

.cart-left-col .red-price-para span {
    text-align: center;
    margin: 0 auto;
    display: inline;
    width: 100%;
}


.pri-dis.discount-price-para {
    justify-content: center;
}

.priceAlign-b {
    width: unset !important;


}

.justify-content-center {
    justify-content: center;
}

.card .card-body .bottom-row ul li span {
    font-size: 0.875rem;
}

.cart-left-col .red-price-para span {
    width: max-content;
}

.w-unset {
    width: max-content !important;
}

.social-media-icons {
    display: none;
}



@media (max-width: 87.5rem) {
    .cart-left-col .bottom-price-para {
        justify-content: center;
    }



    .total-price p span {
        float: unset !important;
    }

    .cart-left-col .red-price-para span {
        display: inherit
    }
}

@media (max-width:87.5rem) {
    doctor-booking-component .specialist-bg .media .rating .stars {
        margin-top: -2.9375rem;
    }
}

.bookBox {
    display: contents;
}

@media screen and (min-width: 20rem) and (max-width: 77.4375rem) {
    hospital-service-component .specialist-bg .media .rating .stars {
        margin-top: 0px !important;
    }

    hospital-service-component .specialist-bg .media .hospServRating span {
        display: block;
    }

    hospital-service-component .scrollMRI {
        margin-left: 1.25rem !important;
    }

    .bookBox {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .bookBox .col-sm-6:last-child {
        display: block;
    }

    hospital-service-component .centerAl {
        padding-bottom: 1.875rem !important;
    }

    ._notification .p-dialog {
        width: 95vw !important;
    }



    profile-component .hospital-image {
        margin: 0 auto;
        text-align: center;
    }

    .discount-bg._filterBg {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;

        min-height: 9.375rem !important;
    }

    home-component .offers-list4 .item-inner {
        min-width: 100%;
    }

    cart-component .tooth-area-two .dis-pri {
        align-items: flex-start;
        justify-content: space-between;
    }

    cart-component .total-price .red-price-para {
        display: none !important;
    }

    cart-component .reservation-amt-para>span:last-child {
        padding-right: unset !important;
        padding-left: 2.1875rem !important;
    }

    cart-component .chosen-drop small {
        padding-bottom: 1.25rem;
    }

    cart-component .cross-icon {
        width: 1.875rem !important;
        height: 1.875rem !important;
        top: -0.8125rem !important;
        right: -0.375rem !important;
        font-size: 0.9375rem !important;
        line-height: 1.9375rem !important;
        border-radius: 50% !important;

    }

    cart-component .tooth-doc-area {
        padding-bottom: 1.25rem;
    }

    /* cart-component .tooth-area-two .dis-pri .cart-discount-price {
        display: none;
    } */
    profile-component .col-filter-area {
        margin-bottom: 0.625rem !important;
    }

    profile-component .doctor-profile-details-row .media {
        text-align: left !important;
    }

    cart-component .cart-left-col .bottom-price-para .priceAlign-a {
        width: max-content !important;
    }

    hospital-service-component .all-doc-heading>.row:first-of-type .col-md-4 {
        text-align: center;
        margin-bottom: 0.3125rem;
    }

    .deprt {
        text-align: left !important;
        text-align-last: initial !important;
    }

    cart-component .reservationloat-amnt {
        width: 100% !important;
    }

    doctor-booking-component .specialist-bg .media span.docEval {
        margin-top: -3px;
    }

    doctor-booking-component .specialist-bg .media img {
        top: -0.875rem;
    }

    .tooth-area-one p:last-child {
        display: flex;
        justify-content: space-between;
    }

    .tooth-area-one p:last-child span:first-child {
        width: 60%;
    }

    cart-component .stachel-heading {
        display: flex !important;
        align-items: center;
    }

    cart-component .top-body .amount-paid p.paid-in-clinic {
        justify-content: space-between;
    }

    customer-profile-component .specialist-bg .media .rating .stars {
        margin-top: -1.4375rem;
    }

    .mob-eval {
        bottom: 0 !important;
    }

    .docTop-md {
        margin-top: 0 !important;
    }

    .font-md {
        font-size: 1rem !important;
    }

    .fsmNews {
        font-size: 1rem !important;
    }


}

@media (max-width:64rem) {
    doctor-booking-component .specialist-bg .media .rating .stars {
        margin-top: -2px;
    }
}

@media (max-width: 48rem) {
    .priceAlign-b {
        width: unset !important;
    }

    .max-md-block {
        display: block;
    }

    .p-md-30 {
        padding: 1.875rem !important;
    }

    .centerAl .col-md-4 h5 {
        font-size: 1rem;
        padding: 0 0.625rem;
    }

    doctors-component .specialist-bg .description-col .reservation {
        margin-bottom: 0.4375rem;
    }

    doctors-component .media-body p {
        line-height: 1.5;
        font-size: 0.9375rem;
        margin-top: 0;
    }

    .dob-col input {
        min-width: 100% !important;
    }
}



.align-items-center {
    align-items: center;
}

.p-datepicker {
    -webkit-box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0, 0, 0, 0.32);
}

.p-datepicker-group-container table.p-datepicker-calendar tr th {
    min-width: 1.875rem !important;
    text-align: center;
}

.p-datepicker-group-container table.p-datepicker-calendar tr td {
    padding: 0.3125rem !important;
    text-align: center;
}

.p-datepicker-group-container table.p-datepicker-calendar tr td:first-child,
.p-datepicker-group-container table.p-datepicker-calendar tr td:last-child {
    padding: 0.3125rem !important;

}

.p-datepicker table th {
    padding: .76rem !important;
}

.p-datepicker table td>span {
    width: 1.6rem !important;
    height: 1.6rem !important;
    margin: 0px !important;
}

.p-calendar .p-datepicker {
    min-width: 15.625rem !important;
}

.forAr {
    display: none;
}

.card .card-body .parent-services-list div span {
    font-size: 0.875rem !important;
}

.card .card-body .parent-services-list div p {
    font-size: 0.8125rem !important;
}

.patientOpinionAlign {
    flex-direction: column;
}

profile-component .media.patientOpinion,
specialist-component .media.patientOpinion {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

/* specialist-component .specialist-bg .media.patientOpinion img {
    border-radius: 0.9375rem;
    border: solid 1px #1FABAD;
    max-width: 9.375rem;
} */

profile-component .media.patientOpinion #doc-rating,
specialist-component .media.patientOpinion #doc-rating {
    text-align: left;
}

specialist-component .patientImg {
    border-radius: 0.9375rem;
    border: solid 1px #1FABAD;
    max-width: 9.375rem;
    max-height: 9.375rem;
}

specialist-component .media.patientOpinion small,
specialist-component .media.patientOpinion p {
    text-align: left;
    width: 100%;
    display: block;
}

specialist-component .patientOpinion {
    margin-bottom: 1.875rem;
}

.space-btw {
    display: flex;
    justify-content: space-between;
}

.commentBox {
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 20rem) and (max-width: 77.4375rem) {

    ._langArb .panel-mid .h3 {
        font-size: 1.875rem;
    }

    ._fprice {
        font-size: 1.125rem !important;
    }

    ._fpriceSm,
    ._fpriceSm strong,
    .footer-payment-para .rate-right ._fpriceSm {
        font-size: 0.8125rem !important;
    }

    .maxLess {
        max-width: 70%;
        margin: 0 auto;
        text-align: center;
    }


    view-offer-component .specialist-bg .main-desc .main-desc-header {
        flex-direction: column;
    }

    view-offer-component .specialist-bg .main-desc .offer-thumbnail {
        min-width: 100% !important;
    }

    ._langArb .panel-mid .h2 {
        font-size: 2rem;
    }


    all-doctors-component .specialist-bg .description-col .reservation {
        bottom: unset !important;
    }

    branches-component .hospital-media:not(:last-child) {
        margin-bottom: 1.875rem !important;
    }

    branches-component .specialist-bg {

        padding-bottom: 0.9375rem !important;
    }


    profile-component .media.patientOpinion #doc-rating,
    specialist-component .media.patientOpinion #doc-rating,
    specialist-component .media.patientOpinion small,
    specialist-component .media.patientOpinion p {
        text-align: center;
    }

    #favourite-centers .specialist-bg>.row>.col-md-7 {
        align-items: center !important;
        flex-direction: column;
    }

    /* .dental-info {
        text-align: center;
    } */

    .evaluation-div {
        margin: 0 auto;
    }

    customer-profile-component .specialist-bg .media img {
        width: 5.875rem;
        height: 5.875rem;
    }

    customer-edit-appointment-component .specialist-bg .media .rating {
        position: absolute;
        left: 0.9375rem;
        top: 4.8125rem !important;
    }

    .commentBox {
        display: flex;
        justify-content: start
    }
}

.flag {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.offerModal .p-dialog {
    border-radius: 0.3125rem !important;

    @media (max-width:48rem) {
        width: 70vw !important;
    }
}

.p-dialog-header {
    border-radius: 0.3125rem 0.3125rem 0 0 !important;
}

.offerModal .p-dialog .p-dialog-footer {
    display: flex;
    justify-content: space-around;

    @media (max-width:48rem) {
        padding-top: 1.25rem;
    }

}

.offerModal .p-dialog .p-dialog-footer button:first-child {
    background: #DC3546;
    color: #fff;
    padding: 0.3125rem 0.625rem;
    border-radius: 0.3125rem;
}

.offerModal .p-dialog .p-element .p-dropdown {
    border-radius: 0.3125rem !important;
}

.offerModal .p-dialog .p-dialog-footer button:last-child {
    background: #1FABAD;
    color: #fff;
    padding: 0.3125rem 0.625rem;
    opacity: 1;
    border-radius: 0.3125rem;



}

.commentOut {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.payment-loader {
    display: flex;
    flex-direction: column;

}

.payment-loader span {
    font-size: 1.25rem;
    color: #00707E;
    font-weight: 600;
    text-align: center;
    margin-top: 0.625rem;

}

cart-component .priceAlign-a,
cart-component .priceAlign-b {
    font-size: 1.875rem !important;
}

hospital-component .media-body p.reservation {
    font-size: 0.875rem !important;
}

.doc-specialty-bg {
    cursor: pointer;
}

/* Hide default PrimeNG accordion icon */
p-accordion .p-icon {
    display: none !important;
}

/* Base style for the circle icon */
p-accordion .p-accordion-header-text::before {
    content: '+';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.875rem;
    color: #fff;
    background-color: #1FABAD;
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.625rem;
    vertical-align: middle;
    line-height: 0.875rem;
    padding: 0px;
}

/* Active tab shows minus with red background */
p-accordion .p-accordion-tab-active .p-accordion-header-text::before {
    content: '-';
    background-color: #DC3546;
}

@media (max-width:48rem) {
    .custom-modal .p-dialog {
        width: 75vw;
    }
}

.faqHead {
    @media (max-width:48rem) {
        flex-direction: column !important;
    }
}

.faqHead .search_bar,
.faqHead .search_bar2 {
    @media (max-width:36rem) {
        width: 100%;
        flex-direction: column !important;
    }
}

.faqHead .search_bar span {
    @media (max-width:36rem) {
        font-size: 0.875rem;
    }
}

.faqHead .search_bar input {
    @media (max-width:36rem) {
        min-width: 100%;
    }
}

.lh strong {
    line-height: 1.5;
}

.countryDrpdown .p-dropdown.p-component {
    display: flex;
    align-items: center;
}

.custom-container-md {
    max-width: 95% !important;
    width: 95% !important;
}

/* Global Premium Search Card Layout Styles */
.search-section {
    position: relative;
    max-width: 87.5rem;
    margin: -3.125rem auto 3rem;
    padding: 0 0.9375rem;
    z-index: 99;
}

.search-section.internal-search-section {
    margin: 1.5rem auto !important;
    padding: 0 1.5rem !important;
}

.search-card {
    background: #ffffff !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 1.5rem !important;
    padding: 1.25rem 1.75rem !important;
    box-shadow: 0 1.25rem 2.5rem rgba(31, 171, 173, 0.08) !important;
}

.search-card-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1.3fr) 9.375rem !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

.search-col-item {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
    min-width: 0 !important;
}

.search-label {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    color: #64748b !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.375rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.search-icon-label {
    color: #1FABAD !important;
    font-size: 0.875rem !important;
}

.search-divider {
    width: 1px !important;
    height: 2.375rem !important;
    background-color: #e2e8f0 !important;
}

.search-col-item .p-dropdown {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    width: 100% !important;
    min-width: 0 !important;
    position: relative !important;
}

.search-col-item .p-dropdown-label {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-inline-end: 1.875rem !important;
    padding-inline-start: 0 !important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    text-align: start !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    width: 100% !important;
    line-height: 1.2 !important;
}

.search-col-item .p-dropdown-label .rowRev {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
}

.search-col-item .p-dropdown-label .rowRev span {
    display: inline-block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    min-width: 0 !important;
    flex: 1 !important;
}

.search-col-item .p-dropdown-trigger {
    width: 1.25rem !important;
    color: #94a3b8 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.search-col-item input {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0.25rem 0 !important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    width: 100% !important;
    text-align: start !important;
    height: auto !important;
    line-height: 1.2 !important;
}

.search-col-item input::placeholder {
    color: #94a3b8 !important;
    font-weight: 400 !important;
}

.btn-search-submit {
    background-color: #1FABAD !important;
    color: #ffffff !important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    padding: 0.75rem !important;
    border-radius: 0.875rem !important;
    border: none !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 0.25rem 0.625rem rgba(31, 171, 173, 0.15) !important;
}

.btn-search-submit:hover {
    background-color: #005e6a !important;
    box-shadow: 0 0.375rem 0.875rem rgba(31, 171, 173, 0.25) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Override filter-section container shadow / borders */
.filter-section {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

@media (max-width: 61.9375rem) {
    .search-card-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }

    .search-divider {
        display: none !important;
    }

    .search-section {
        margin-top: 1.5rem !important;
    }

    .search-section.internal-search-section {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
        padding: 0 0.9375rem !important;
    }
}

/* LTR text alignment for premium search filters */
.search-col-item .p-dropdown-label,
.search-col-item input {
    text-align: left !important;
}

/* Footer alignment and light background */
.footer-outer-wrapper,
.footer-outer-wrapper.isPrint {
    background: #F4FAFB !important;
}

.footer-outer-wrapper .container-custom,
.footer-outer-wrapper .footer,
.footer-outer-wrapper .footer>.row {
    background: transparent !important;
}

.footer-outer-wrapper .footer,
.footer-outer-wrapper .footer>.row,
.footer-outer-wrapper .footer .left-col>.row,
.footer-outer-wrapper .footer .right-col>.row {
    align-items: flex-start !important;
}

.footer-outer-wrapper .footer .download-app-col,
.footer-outer-wrapper .footer .connect-col,
.footer-outer-wrapper .footer .right-col>.row>[class*="col-"] {
    padding-top: 0 !important;
}

.footer-outer-wrapper .footer h5,
.footer-outer-wrapper .footer h5.mt-4,
.footer-outer-wrapper .footer h5.pl-2 {
    color: #2f8d46 !important;
    line-height: 1.4 !important;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    min-height: 1.5rem;
    white-space: nowrap !important;
}

.footer-outer-wrapper .footer p,
.footer-outer-wrapper .footer a {
    color: #5f6f86 !important;
}

.footer-outer-wrapper .footer .download-app-col,
.footer-outer-wrapper .footer .connect-col,
.footer-outer-wrapper .footer .contact-details,
.footer-outer-wrapper .footer .service-provider-wrapper,
.footer-outer-wrapper .footer .social-col {
    padding-top: 0 !important;
}

.footer-outer-wrapper .footer .social-col,
.footer-outer-wrapper .footer .service-provider-wrapper {
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

.primary-navigation-bar .specialties-drawer,
.primary-navigation-bar .specialties-drawer h6,
.primary-navigation-bar .specialties-drawer input,
.primary-navigation-bar .specialties-drawer button,
.primary-navigation-bar .specialties-drawer__services-title,
.primary-navigation-bar .specialties-drawer__category,
.primary-navigation-bar .specialties-drawer__service {
    font-weight: normal !important;
}

/* Split panel all-specialities menu */
:root {
    --specialties-drawer-top: 116px;
}

body.body-overflow-y-hidden {
    overflow: hidden !important;
}

.primary-navigation-bar.all-specialties-wrapper {
    left: 0 !important;
    pointer-events: none;
    position: fixed !important;
    top: 0 !important;
    z-index: 1060 !important;
}

.primary-navigation-bar .specialties-drawer,
#navbarSupportedContent>ul .specialties-drawer {
    border-radius: 0 1.625rem 0 0 !important;
    height: calc(100dvh - var(--specialties-drawer-top) - 0.3125rem) !important;
    left: 0 !important;
    max-width: min(92vw, 48.75rem) !important;
    pointer-events: auto;
    right: auto !important;
    top: 0 !important;
    transform: translateX(-105%) !important;
    width: 47.5rem !important;
    z-index: 1061 !important;
}

.primary-navigation-bar .specialties-drawer.show,
#navbarSupportedContent>ul .specialties-drawer.show {
    transform: translateX(0) !important;
    width: 47.5rem !important;
}

.specialties-drawer__header {
    padding: 1.5rem 1.75rem 1.375rem !important;
}

.primary-navigation-bar .specialties-drawer h6 {
    font-size: 1.75rem !important;
    font-weight: normal !important;
    margin-bottom: 1.125rem !important;
    padding: 0 2.625rem !important;
}

.primary-navigation-bar .specialties-drawer__body {
    background: #ffffff;
    display: grid;
    flex: 1;
    grid-template-columns: 18.75rem minmax(0, 1fr);
    min-height: 0;
    overflow: hidden;
}

.primary-navigation-bar .specialties-drawer__categories,
.primary-navigation-bar .specialties-drawer__services {
    min-height: 0;
    overflow-y: auto;
    padding: 1.125rem;
}

.primary-navigation-bar .specialties-drawer__categories {
    background: #f7fbf9;
    border-right: 1px solid #e3eee8;
}

.primary-navigation-bar .specialties-drawer__services {
    background: #ffffff;
}

.primary-navigation-bar .specialties-drawer__category {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0.875rem;
    color: #42484b;
    cursor: pointer;
    display: flex;
    font-size: 1.125rem;
    font-weight: normal;
    justify-content: space-between;
    line-height: 1.35;
    margin: 0 0 0.375rem;
    padding: 0.8125rem 0.875rem;
    text-align: left;
    transition: background-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
    width: 100%;
}

.primary-navigation-bar .specialties-drawer__service {
    background: transparent;
    border: 0;
    border-radius: 0.875rem;
    color: #42484b;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.35;
    margin: 0 0 0.375rem;
    padding: 0.8125rem 1rem !important;
    text-align: start !important;
    transition: background-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
    width: 100%;
}

.primary-navigation-bar .specialties-drawer__category:hover,
.primary-navigation-bar .specialties-drawer__category.is-active,
.primary-navigation-bar .specialties-drawer__service:hover {
    background: #ffffff;
    color: #1FABAD;
    box-shadow: 0 0.5rem 1.5rem rgba(31, 171, 173, 0.08);
}

.primary-navigation-bar .specialties-drawer__category.is-active {
    border: 1px solid rgba(31, 171, 173, 0.12);
}

.primary-navigation-bar .specialties-drawer__category i {
    color: #1FABAD;
    font-size: 1.25rem;
    opacity: 0.75;
}

.primary-navigation-bar .specialties-drawer__category--direct {
    color: #5b6164;
}

.primary-navigation-bar .specialties-drawer__services-title {
    align-items: center;
    border-bottom: 1px solid #e8efeb;
    color: #1FABAD;
    display: flex;
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 0.875rem;
    min-height: 3.625rem;
    padding: 0 0.25rem 0.875rem;
}

.primary-navigation-bar .specialties-drawer__services-panel {
    animation: specialtiesPanelFade 0.16s ease;
}

.primary-navigation-bar .specialties-drawer__service {
    background: #f7fbf9;
    color: #42484b;
    font-size: 1.0625rem;
    font-weight: normal;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
    text-align: left;
}

.primary-navigation-bar .specialties-drawer__empty {
    background: #f7fbf9;
    border-radius: 0.875rem;
    color: #8a9490;
    font-size: 1rem;
    padding: 1.125rem;
}

.all-specialties-backdrop {
    backdrop-filter: none !important;
    background-color: rgba(15, 23, 42, 0.38) !important;
    height: calc(100dvh - var(--specialties-drawer-top)) !important;
    top: var(--specialties-drawer-top) !important;
    z-index: 1050 !important;
}

@keyframes specialtiesPanelFade {
    from {
        opacity: 0;
        transform: translateY(0.25rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 47.9988rem) {

    :root {
        --specialties-drawer-top: 3.5rem;
    }


    .primary-navigation-bar .specialties-drawer,
    #navbarSupportedContent>ul .specialties-drawer,
    .primary-navigation-bar .specialties-drawer.show,
    #navbarSupportedContent>ul .specialties-drawer.show {
        border-radius: 0 1.375rem 1.375rem 0 !important;
        width: 94vw !important;
    }

    .primary-navigation-bar .specialties-drawer__body {
        grid-template-columns: 1fr;
    }

    .primary-navigation-bar .specialties-drawer__categories {
        border-right: 0;
        max-height: 48vh;
    }

    .primary-navigation-bar .specialties-drawer__services {
        border-top: 1px solid #e3eee8;
    }
}

/* Modern Login Modal Redesign Overrides */
.sign-in-modal .ui-dialog,
.sign-in-modal .p-dialog {
    width: 27.5rem !important;
    max-width: 95% !important;
    border-radius: 1rem !important;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.08) !important;
    overflow: hidden !important;
    border: none !important;
    background-color: #ffffff !important;
}


.sign-in-modal .custom-modal {
    max-height: none !important;
    /* Prevent content clipping at the bottom */
    max-height: none !important;
    /* Prevent content clipping at the bottom */
}


.sign-in-modal .ui-dialog-content,
.sign-in-modal .p-dialog-content {
    padding: 0 !important;
    background-color: #ffffff !important;
}

/* Dialog Header style */
.sign-in-modal .ui-dialog-titlebar,
.sign-in-modal .p-dialog-header {
    background-color: #1FABAD !important;
    color: #ffffff !important;
    border: none !important;
    padding: 0.75rem 1.5rem !important;
    /* Thinner header bar */
    padding: 0.75rem 1.5rem !important;
    /* Thinner header bar */
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}


.sign-in-modal .ui-dialog-title,
.sign-in-modal .p-dialog-title {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    text-align: center !important;
    width: 100% !important;
    display: block !important;
}

/* Absolute position for the left close button */
.sign-in-modal .ui-dialog-titlebar-close,
.sign-in-modal .p-dialog-header-close {
    position: absolute !important;
    left: 1rem !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-radius: 50% !important;
    width: 2rem !important;
    height: 2rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
}


.sign-in-modal .ui-dialog-titlebar-close:hover,
.sign-in-modal .p-dialog-header-close:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
}


.sign-in-modal .ui-dialog-titlebar-close span,
.sign-in-modal .p-dialog-header-close span {
    color: #ffffff !important;
    font-size: 0.875rem !important;
}

/* Modal Body */
.sign-in-modal .modal-body {
    padding: 1.5rem !important;
    background-color: #ffffff !important;
}


.sign-in-modal .form-group {
    margin-bottom: 1.25rem !important;
}


.sign-in-modal label {
    font-weight: 700 !important;
    color: #2d3748 !important;
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
    text-align: start !important;
    width: 100% !important;
}

/* Input elements - High specificity to override responsive.css */
body .sign-in-modal .form-control {
    height: 3rem !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 0.75rem !important;
    padding: 0 1rem !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #2d3748 !important;
    background-color: #ffffff !important;
}


body .sign-in-modal .form-control::placeholder {
    color: #a0aec0 !important;
    font-weight: 500 !important;
}


body .sign-in-modal .form-control:focus {
    border-color: #1FABAD !important;
    box-shadow: 0 0 0 3px rgba(11, 141, 70, 0.1) !important;
}

/* Password Input Group and Eye Toggle - Matching 3rem height */
body .sign-in-modal .input-group {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    border-radius: 0.75rem !important;
    overflow: hidden !important;
    border: 1px solid #e2e8f0 !important;
    background-color: #ffffff !important;
    height: 3rem !important;
}


body .sign-in-modal .input-group:focus-within {
    border-color: #1FABAD !important;
    box-shadow: 0 0 0 3px rgba(11, 141, 70, 0.1) !important;
}


body .sign-in-modal .input-group .form-control {
    border: none !important;
    height: 100% !important;
    border-radius: 0 !important;
    flex: 1 !important;
    order: 1 !important;
    background-color: transparent !important;
    padding: 0 1rem !important;
}


body .sign-in-modal .input-group-append {
    display: flex !important;
    align-items: center !important;
    order: 2 !important;
    background-color: #f7fafc !important;
    border-inline-start: 1px solid #e2e8f0 !important;
    margin: 0 !important;
}


body .sign-in-modal .input-group-text {
    background: transparent !important;
    border: none !important;
    padding: 0 1rem !important;
    color: #a0aec0 !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}


body .sign-in-modal .input-group-text i {
    font-size: 1rem !important;
}

/* Checkbox & Forgot Password Links Container */
.sign-in-modal .form-group-remember-me {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 1rem !important;
    margin-bottom: 1.5rem !important;
}


.sign-in-modal .form-check {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    margin: 0 !important;
    padding: 0 !important;
}


.sign-in-modal .form-check-input {
    position: static !important;
    margin: 0 !important;
    width: 1.125rem !important;
    height: 1.125rem !important;
    accent-color: #1FABAD !important;
    visibility: visible !important;
    opacity: 1 !important;
    cursor: pointer !important;
}


/* Override any custom checkbox hacks from style-rtl.css */
.sign-in-modal .modal-body .form-check input[type='checkbox']~label:before,
.sign-in-modal .modal-body .form-check input[type='checkbox']~label:after,
.sign-in-modal .form-check-input~label::before,
.sign-in-modal .form-check-input~label::after,
.sign-in-modal .form-check-input~label::before,
.sign-in-modal .form-check-input~label::after {
    display: none !important;
}


.sign-in-modal .form-check-label {
    font-size: 0.875rem !important;
    color: #4a5568 !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    margin: 0 !important;
    padding: 0 !important;
}


.sign-in-modal .forgot-password-anchor {
    color: #718096 !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}


.sign-in-modal .forgot-password-anchor:hover {
    color: #1FABAD !important;
    text-decoration: underline !important;
}

/* Form buttons & Submit */
.sign-in-modal .div-btn-sign {
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
}


.sign-in-modal .btn-green {
    background-color: #1FABAD !important;
    border-color: #1FABAD !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 0.75rem !important;
    width: 100% !important;
    box-shadow: 0 0.25rem 0.75rem rgba(11, 141, 70, 0.2) !important;
    border: none !important;
    height: auto !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease !important;
}


.sign-in-modal .btn-green:hover:not(:disabled) {
    background-color: #00707E !important;
    box-shadow: 0 0.375rem 1rem rgba(11, 141, 70, 0.3) !important;
}


.sign-in-modal .btn-green:disabled {
    background-color: #cbd5e0 !important;
    border-color: #cbd5e0 !important;
    box-shadow: none !important;
    color: #718096 !important;
    cursor: not-allowed !important;
}

/* Center Footer prompt */
.sign-in-modal .sign-in-prompt-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.375rem !important;
    margin-top: 1rem !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #718096 !important;
    clear: both !important;
    width: 100% !important;
    float: none !important;
}


.sign-in-modal .sign-in-prompt-footer a {
    color: #1FABAD !important;
    font-weight: 800 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

/* Modern Create Account Modal Redesign Overrides */
.create-account-modal .ui-dialog,
.create-account-modal .p-dialog {
    width: 30rem !important;
    max-width: 95% !important;
    border-radius: 1rem !important;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.08) !important;
    overflow: hidden !important;
    border: none !important;
    background-color: #ffffff !important;
}


.create-account-modal .custom-modal {
    max-height: none !important;
    /* Prevent content clipping at the bottom */
    max-height: none !important;
    /* Prevent content clipping at the bottom */
}


.create-account-modal .ui-dialog-content,
.create-account-modal .p-dialog-content {
    padding: 0 !important;
    background-color: #ffffff !important;
}

/* Dialog Header style */
.create-account-modal .ui-dialog-titlebar,
.create-account-modal .p-dialog-header {
    background-color: #1FABAD !important;
    color: #ffffff !important;
    border: none !important;
    padding: 0.75rem 1.5rem !important;
    /* Thinner header bar */
    padding: 0.75rem 1.5rem !important;
    /* Thinner header bar */
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}


.create-account-modal .ui-dialog-title,
.create-account-modal .p-dialog-title {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    text-align: center !important;
    width: 100% !important;
    display: block !important;
}

/* Absolute position for the left close button */
.create-account-modal .ui-dialog-titlebar-close,
.create-account-modal .p-dialog-header-close {
    position: absolute !important;
    left: 1rem !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-radius: 50% !important;
    width: 2rem !important;
    height: 2rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
}


.create-account-modal .ui-dialog-titlebar-close:hover,
.create-account-modal .p-dialog-header-close:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
}


.create-account-modal .ui-dialog-titlebar-close span,
.create-account-modal .p-dialog-header-close span {
    color: #ffffff !important;
    font-size: 0.875rem !important;
}

/* Modal Body */
.create-account-modal .modal-body {
    padding: 1.5rem !important;
    background-color: #ffffff !important;
}


.create-account-modal .form-group {
    margin-bottom: 1.25rem !important;
}


.create-account-modal label {
    font-weight: 700 !important;
    color: #2d3748 !important;
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
    text-align: start !important;
}

/* Input elements - High specificity to override responsive.css */
body .create-account-modal .form-control {
    height: 3rem !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 0.75rem !important;
    padding: 0 1rem !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #2d3748 !important;
    background-color: #ffffff !important;
}


body .create-account-modal .form-control::placeholder {
    color: #a0aec0 !important;
    font-weight: 500 !important;
}


body .create-account-modal .form-control:focus {
    border-color: #1FABAD !important;
    box-shadow: 0 0 0 3px rgba(11, 141, 70, 0.1) !important;
}

/* Password Input Groups - Matching 3rem height */
body .create-account-modal .input-group {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    border-radius: 0.75rem !important;
    overflow: hidden !important;
    border: 1px solid #e2e8f0 !important;
    background-color: #ffffff !important;
    height: 3rem !important;
}


body .create-account-modal .input-group:focus-within {
    border-color: #1FABAD !important;
    box-shadow: 0 0 0 3px rgba(11, 141, 70, 0.1) !important;
}


body .create-account-modal .input-group .form-control {
    border: none !important;
    height: 100% !important;
    border-radius: 0 !important;
    flex: 1 !important;
    order: 1 !important;
    background-color: transparent !important;
    padding: 0 1rem !important;
}


body .create-account-modal .input-group-append {
    display: flex !important;
    align-items: center !important;
    order: 2 !important;
    background-color: #f7fafc !important;
    border-inline-start: 1px solid #e2e8f0 !important;
    margin: 0 !important;
}


body .create-account-modal .input-group-text {
    background: transparent !important;
    border: none !important;
    padding: 0 1rem !important;
    color: #a0aec0 !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}


body .create-account-modal .input-group-text i {
    font-size: 1rem !important;
}

/* Mobile number specific styling */
body .create-account-modal select.form-control {
    height: 3rem !important;
    border-radius: 0.75rem !important;
    border: 1px solid #e2e8f0 !important;
    padding: 0 1rem !important;
    background-color: #ffffff !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #2d3748 !important;
}


body .create-account-modal .mobile-form-control {
    height: 3rem !important;
    border-radius: 0.75rem !important;
    border: 1px solid #e2e8f0 !important;
}

/* Terms condition section */
.create-account-modal .terms-col {
    margin-top: 0.75rem !important;
    margin-bottom: 1.5rem !important;
    text-align: start !important;
    width: 100% !important;
}


.create-account-modal .terms-col p {
    font-size: 0.8125rem !important;
    color: #718096 !important;
    font-weight: 600 !important;
}


.create-account-modal .terms-col a {
    color: #1FABAD !important;
    font-weight: 800 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

/* Submit and Footer */
.create-account-modal .div-btn-sign-up {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    align-items: center !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}


.create-account-modal .div-btn-sign-up .btn-green {
    background-color: #1FABAD !important;
    border-color: #1FABAD !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 0.75rem !important;
    width: 100% !important;
    box-shadow: 0 0.25rem 0.75rem rgba(11, 141, 70, 0.2) !important;
    border: none !important;
    height: auto !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease !important;
    float: none !important;
    clear: both !important;
}


.create-account-modal .div-btn-sign-up .btn-green:hover:not(:disabled) {
    background-color: #00707E !important;
    box-shadow: 0 0.375rem 1rem rgba(11, 141, 70, 0.3) !important;
}


.create-account-modal .div-btn-sign-up .btn-green:disabled {
    background-color: #cbd5e0 !important;
    border-color: #cbd5e0 !important;
    box-shadow: none !important;
    color: #718096 !important;
    cursor: not-allowed !important;
}

body .create-account-modal .signin-prompt {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.375rem !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    clear: both !important;
    width: 100% !important;
    float: none !important;
}


body .create-account-modal .signin-prompt span {
    color: #718096 !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
}


body .create-account-modal .signin-prompt a {
    color: #1FABAD !important;
    font-weight: 800 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

/* Sleek dialog header styling for both signin and create-account modals */
body .sign-in-modal-dialog,
body .create-account-modal-dialog,
body .sign-in-modal-dialog.ui-dialog,
body .create-account-modal-dialog.ui-dialog {
    border-radius: 1rem !important;
    overflow: hidden !important;
    border: none !important;
    box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.1) !important;
}

body .sign-in-modal-dialog .ui-dialog-titlebar,
body .sign-in-modal-dialog .p-dialog-header,
body .create-account-modal-dialog .ui-dialog-titlebar,
body .create-account-modal-dialog .p-dialog-header,
body .sign-in-modal .ui-dialog-titlebar,
body .sign-in-modal .p-dialog-header,
body .create-account-modal .ui-dialog-titlebar,
body .create-account-modal .p-dialog-header {
    background-color: #1FABAD !important;
    color: #ffffff !important;
    border: none !important;
    height: 2.5rem !important;
    min-height: 2.5rem !important;
    max-height: 2.5rem !important;
    padding: 0 1.5rem !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

body .sign-in-modal-dialog .ui-dialog-title,
body .sign-in-modal-dialog .p-dialog-title,
body .create-account-modal-dialog .ui-dialog-title,
body .create-account-modal-dialog .p-dialog-title,
body .sign-in-modal .ui-dialog-title,
body .sign-in-modal .p-dialog-title,
body .create-account-modal .ui-dialog-title,
body .create-account-modal .p-dialog-title {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-align: center !important;
    width: 100% !important;
    display: block !important;
    line-height: 2.5rem !important;
}

body .sign-in-modal-dialog .ui-dialog-titlebar-close,
body .sign-in-modal-dialog .p-dialog-header-close,
body .create-account-modal-dialog .ui-dialog-titlebar-close,
body .create-account-modal-dialog .p-dialog-header-close,
body .sign-in-modal .ui-dialog-titlebar-close,
body .sign-in-modal .p-dialog-header-close,
body .create-account-modal .ui-dialog-titlebar-close,
body .create-account-modal .p-dialog-header-close {
    position: absolute !important;
    left: 1rem !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-radius: 50% !important;
    width: 1.75rem !important;
    height: 1.75rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
}

body .sign-in-modal-dialog .ui-dialog-titlebar-close span,
body .sign-in-modal-dialog .p-dialog-header-close span,
body .create-account-modal-dialog .ui-dialog-titlebar-close span,
body .create-account-modal-dialog .p-dialog-header-close span,
body .sign-in-modal .ui-dialog-titlebar-close span,
body .sign-in-modal .p-dialog-header-close span,
body .create-account-modal .ui-dialog-titlebar-close span,
body .create-account-modal .p-dialog-header-close span {
    color: #ffffff !important;
    font-size: 0.6875rem !important;
}

/* Ensure dialog content wraps without scrolling and clips nothing on desktop */
@media (min-width: 62rem) {


    body .sign-in-modal-dialog .ui-dialog-content,
    body .sign-in-modal-dialog .p-dialog-content,
    body .create-account-modal-dialog .ui-dialog-content,
    body .create-account-modal-dialog .p-dialog-content,
    body .sign-in-modal .ui-dialog-content,
    body .sign-in-modal .p-dialog-content,
    body .create-account-modal .ui-dialog-content,
    body .create-account-modal .p-dialog-content {
        max-height: none !important;
        overflow-y: hidden !important;
        padding: 0 !important;
        background-color: #ffffff !important;
    }
}


@media (max-width: 61.9375rem) {


    body .sign-in-modal-dialog .ui-dialog-content,
    body .sign-in-modal-dialog .p-dialog-content,
    body .create-account-modal-dialog .ui-dialog-content,
    body .create-account-modal-dialog .p-dialog-content,
    body .sign-in-modal .ui-dialog-content,
    body .sign-in-modal .p-dialog-content,
    body .create-account-modal .ui-dialog-content,
    body .create-account-modal .p-dialog-content {
        max-height: 90vh !important;
        overflow-y: auto !important;
        padding: 0 !important;
        background-color: #ffffff !important;
    }
}

/* Unify input and dropdown heights & borders to a balanced 2.625rem height */
body .sign-in-modal-dialog .form-control,
body .create-account-modal-dialog .form-control,
body .create-account-modal-dialog select.form-control,
body .create-account-modal-dialog .mobile-form-control,
body .sign-in-modal .custom-modal .form-control,
body .create-account-modal .custom-modal .form-control,
body .create-account-modal .custom-modal select.form-control,
body .create-account-modal .custom-modal .mobile-form-control {
    height: 2.625rem !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 0.75rem !important;
    padding: 0 1rem !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #2d3748 !important;
    background-color: #ffffff !important;
}

body .sign-in-modal-dialog .form-control:focus,
body .create-account-modal-dialog .form-control:focus,
body .create-account-modal-dialog select.form-control:focus,
body .create-account-modal-dialog .mobile-form-control:focus,
body .sign-in-modal .custom-modal .form-control:focus,
body .create-account-modal .custom-modal .form-control:focus,
body .create-account-modal .custom-modal select.form-control:focus,
body .create-account-modal .custom-modal .mobile-form-control:focus {
    border-color: #1FABAD !important;
    box-shadow: 0 0 0 3px rgba(11, 141, 70, 0.1) !important;
}

/* Password Input Groups and Eye Toggle Styling to 2.625rem */
body .sign-in-modal-dialog .input-group,
body .create-account-modal-dialog .input-group,
body .sign-in-modal .custom-modal .input-group,
body .create-account-modal .custom-modal .input-group {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    border-radius: 0.75rem !important;
    overflow: hidden !important;
    border: 1px solid #e2e8f0 !important;
    background-color: #ffffff !important;
    height: 2.625rem !important;
}

body .sign-in-modal-dialog .input-group:focus-within,
body .create-account-modal-dialog .input-group:focus-within,
body .sign-in-modal .custom-modal .input-group:focus-within,
body .create-account-modal .custom-modal .input-group:focus-within {
    border-color: #1FABAD !important;
    box-shadow: 0 0 0 3px rgba(11, 141, 70, 0.1) !important;
}

body .sign-in-modal-dialog .input-group .form-control,
body .create-account-modal-dialog .input-group .form-control,
body .sign-in-modal .custom-modal .input-group .form-control,
body .create-account-modal .custom-modal .input-group .form-control {
    border: none !important;
    height: 100% !important;
    border-radius: 0 !important;
    flex: 1 !important;
    order: 1 !important;
    background-color: transparent !important;
    padding: 0 1rem !important;
    box-shadow: none !important;
}

body .sign-in-modal-dialog .input-group-append,
body .create-account-modal-dialog .input-group-append,
body .sign-in-modal .custom-modal .input-group-append,
body .create-account-modal .custom-modal .input-group-append {
    display: flex !important;
    align-items: center !important;
    order: 2 !important;
    background-color: #f7fafc !important;
    border-inline-start: 1px solid #e2e8f0 !important;
    margin: 0 !important;
    height: 100% !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
}

body .sign-in-modal-dialog .input-group-text,
body .create-account-modal-dialog .input-group-text,
body .sign-in-modal .custom-modal .input-group-text,
body .create-account-modal .custom-modal .input-group-text {
    background: transparent !important;
    border: none !important;
    padding: 0 1rem !important;
    color: #a0aec0 !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

/* Premium styled Select dropdown for country code at 2.625rem */
body .create-account-modal-dialog select.form-control,
body .create-account-modal .custom-modal select.form-control {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 0.875rem !important;
    padding-right: 2.25rem !important;
}

/* Modal Body spacing redistribution - make spaces compact and identical */
body .sign-in-modal-dialog .modal-body,
body .create-account-modal-dialog .modal-body,
body .sign-in-modal .modal-body,
body .create-account-modal .modal-body {
    padding: 1rem 1.25rem 1.25rem 1.25rem !important;
    background-color: #ffffff !important;
}

body .sign-in-modal-dialog .form-group,
body .create-account-modal-dialog .form-group,
body .sign-in-modal .form-group,
body .create-account-modal .form-group {
    margin-bottom: 0.625rem !important;
}

body .create-account-modal-dialog .terms-col,
body .create-account-modal .terms-col {
    margin-top: 0.25rem !important;
    margin-bottom: 0.625rem !important;
    text-align: start !important;
    width: 100% !important;
}

body .create-account-modal-dialog .div-btn-sign-up,
body .create-account-modal .div-btn-sign-up {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    align-items: center !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Password Rules Checklist in 2-Column Grid to save vertical space */
body .create-account-modal-dialog .password-rules,
body .create-account-modal .password-rules {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0.25rem 0.75rem !important;
    margin: 0.375rem 0 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body .create-account-modal-dialog .password-rules li,
body .create-account-modal .password-rules li {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.375rem !important;
    font-size: 0.6875rem !important;
    font-weight: 600 !important;
    margin-top: 0 !important;
}

/* Centered flex buttons to ensure perfect vertical text centering at 2.625rem height */
body .sign-in-modal-dialog .btn-green,
body .create-account-modal-dialog .div-btn-sign-up .btn-green,
body .sign-in-modal .btn-green,
body .create-account-modal .div-btn-sign-up .btn-green {
    height: 2.625rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 1.5rem !important;
    font-size: 0.9375rem !important;
    border-radius: 0.75rem !important;
}

/* Align and clean the prompt footers */
body .sign-in-modal-dialog .sign-in-prompt-footer,
body .sign-in-modal .sign-in-prompt-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.375rem !important;
    margin-top: 0.75rem !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #718096 !important;
    clear: both !important;
    width: 100% !important;
    float: none !important;
}

body .sign-in-modal-dialog .sign-in-prompt-footer a,
body .sign-in-modal .sign-in-prompt-footer a {
    color: #1FABAD !important;
    font-weight: 800 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

body .create-account-modal-dialog .signin-prompt,
body .create-account-modal .signin-prompt {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.375rem !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    clear: both !important;
    width: 100% !important;
    float: none !important;
}


body .create-account-modal-dialog .signin-prompt span,
body .create-account-modal .signin-prompt span {
    color: #718096 !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
}


body .create-account-modal-dialog .signin-prompt a,
body .create-account-modal .signin-prompt a {
    color: #1FABAD !important;
    font-weight: 800 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

/* Registration Mobile Code Dropdown Custom Style */
body .register-mobile-row {
    margin: 0 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
}


body .register-mobile-code {
    padding-inline-end: 0.5rem !important;
    padding-inline-start: 0 !important;
    flex: 0 0 35% !important;
    max-width: 35% !important;
}


body .register-mobile-input {
    padding-inline-start: 0 !important;
    padding-inline-end: 0 !important;
    flex: 0 0 65% !important;
    max-width: 65% !important;
}


body .register-mobile-code p-dropdown {
    border: none !important;
    border-radius: 0 !important;
    height: 2.625rem !important;
    min-height: 2.625rem !important;
    display: inline-block !important;
    padding: 0 !important;
    background: transparent !important;
    width: 100% !important;
}


body .register-mobile-code .p-dropdown,
body .register-mobile-code .ui-dropdown {
    width: 100% !important;
    display: inline-flex !important;
    height: 2.625rem !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 0.75rem !important;
    align-items: center !important;
    background: #ffffff !important;
    box-shadow: none !important;
    position: relative !important;
}


body .register-mobile-code .p-dropdown:focus-within,
body .register-mobile-code .ui-dropdown:focus-within {
    border-color: #1FABAD !important;
    box-shadow: 0 0 0 3px rgba(11, 141, 70, 0.1) !important;
}


body .register-mobile-code .p-dropdown .p-dropdown-label {
    padding-right: 2rem !important;
    padding-left: 0.75rem !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #2d3748 !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}


body .register-mobile-code .p-dropdown .p-dropdown-trigger {
    position: absolute !important;
    right: 0px !important;
    left: unset !important;
    top: 0 !important;
    height: 100% !important;
    width: 1.875rem !important;
    background: transparent !important;
    color: #a0aec0 !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


body .register-mobile-code .p-dropdown .p-dropdown-clear-icon {
    display: none !important;
}

/* Searchable Dropdown Overlay Custom Styles */
body .p-dropdown-panel {
    border: 1px solid #e2e8f0 !important;
    border-radius: 0.75rem !important;
    box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.08) !important;
    background: #ffffff !important;
    z-index: 100001 !important;
}


body .p-dropdown-panel .p-dropdown-header {
    padding: 0.5rem !important;
    border-bottom: 1px solid #edf2f7 !important;
    background: #f7fafc !important;
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
}


body .p-dropdown-panel .p-dropdown-filter-container {
    width: 100% !important;
    position: relative !important;
}


body .p-dropdown-panel .p-dropdown-filter {
    width: 100% !important;
    height: 2.25rem !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 0.5rem !important;
    padding: 0 0.5rem 0 1.875rem !important;
    font-size: 0.8125rem !important;
    box-shadow: none !important;
}


body .p-dropdown-panel .p-dropdown-filter:focus {
    border-color: #1FABAD !important;
}


body .p-dropdown-panel .p-dropdown-filter-icon {
    left: 0.625rem !important;
    right: auto !important;
}


body .p-dropdown-panel .p-dropdown-items-wrapper {
    max-height: 12.5rem !important;
}


body .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    padding: 0.625rem 0.875rem !important;
    font-size: 0.8125rem !important;
    font-weight: 500 !important;
    color: #4a5568 !important;
}


body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:hover,
body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    background-color: #f0fff4 !important;
    color: #1FABAD !important;
}

/* Change Password Modal Premium Styling */
body .modal-change-pass,
body .modal-change-pass.ui-dialog,
body .modal-change-pass.p-dialog {
    border-radius: 1rem !important;
    overflow: hidden !important;
    border: none !important;
    box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.1) !important;
}

body .modal-change-pass .ui-dialog-titlebar,
body .modal-change-pass .p-dialog-header {
    background-color: #1FABAD !important;
    color: #ffffff !important;
    border: none !important;
    height: 3rem !important;
    min-height: 3rem !important;
    max-height: 3rem !important;
    padding: 0 1.5rem !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

body .modal-change-pass .ui-dialog-title,
body .modal-change-pass .p-dialog-title {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-align: center !important;
    width: 100% !important;
    display: block !important;
    line-height: 3rem !important;
}

body .modal-change-pass .ui-dialog-titlebar-close,
body .modal-change-pass .p-dialog-header-close {
    position: absolute !important;
    left: 1rem !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-radius: 50% !important;
    width: 1.75rem !important;
    height: 1.75rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
}

body .modal-change-pass .ui-dialog-titlebar-close:hover,
body .modal-change-pass .p-dialog-header-close:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

body .modal-change-pass .ui-dialog-titlebar-close span,
body .modal-change-pass .p-dialog-header-close span,
body .modal-change-pass .ui-dialog-titlebar-close svg,
body .modal-change-pass .p-dialog-header-close svg {
    color: #ffffff !important;
    font-size: 0.6875rem !important;
}

body .modal-change-pass .modal-body {
    padding: 1.5rem !important;
    background-color: #ffffff !important;
}

body .modal-change-pass .form-group {
    margin-bottom: 1.25rem !important;
}

body .modal-change-pass .form-group label {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #4a5568 !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
}

body .modal-change-pass .form-group label .required {
    color: #DC3546 !important;
}

/* Input Fields */
body .modal-change-pass .input-group-prepend {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    border-radius: 0.75rem !important;
    background-color: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.2s ease !important;
}

body .modal-change-pass .input-group-prepend:focus-within {
    border-color: #1FABAD !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(11, 141, 70, 0.1) !important;
}

body .modal-change-pass .input-group-prepend .form-control {
    border: none !important;
    height: 3rem !important;
    border-radius: 0.75rem !important;
    background-color: transparent !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #2d3748 !important;
    width: 100% !important;
    box-shadow: none !important;
    padding-right: 2.75rem !important;
    padding-left: 1rem !important;
}

/* Eye Toggle Icon Styling (LTR / General) */
body .modal-change-pass .input-group-prepend .input-group-text {
    position: absolute !important;
    right: 1rem !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    width: auto !important;
    z-index: 10 !important;
    line-height: normal !important;
    float: none !important;
}

body .modal-change-pass .input-group-prepend .input-group-text a {
    color: #a0aec0 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: color 0.2s ease !important;
    font-size: 1rem !important;
}

body .modal-change-pass .input-group-prepend .input-group-text a:hover {
    color: #4a5568 !important;
}

/* Forgot password link alignment */
body .modal-change-pass .form-group p.text-right {
    margin-top: 0.5rem !important;
    margin-bottom: 0 !important;
}

body .modal-change-pass .form-group .color-red {
    color: #DC3546 !important;
    font-size: 0.8125rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

body .modal-change-pass .form-group .color-red:hover {
    text-decoration: underline !important;
}

/* Confirmation/Submit Button styling */
body .modal-change-pass .hr.text-center {
    border: none !important;
    margin: 1.5rem 0 0 0 !important;
    padding: 0 !important;
}

body .modal-change-pass .btn-green {
    background-color: #1FABAD !important;
    border-color: #1FABAD !important;
    color: #ffffff !important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    height: 2.75rem !important;
    width: 100% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0.75rem !important;
    box-shadow: 0 0.25rem 0.75rem rgba(11, 141, 70, 0.15) !important;
    border: none !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease !important;
}

body .modal-change-pass .btn-green:hover {
    background-color: #00707E !important;
    box-shadow: 0 0.375rem 1rem rgba(11, 141, 70, 0.25) !important;
}

/* Logout Confirmation Modal Premium Styling */
body .logout-confirm-modal,
body .logout-confirm-modal.ui-dialog,
body .logout-confirm-modal.p-dialog {
    border-radius: 1rem !important;
    overflow: hidden !important;
    border: none !important;
    box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.1) !important;
}

body .logout-confirm-modal .ui-dialog-titlebar,
body .logout-confirm-modal .p-dialog-header {
    background-color: #1FABAD !important;
    color: #ffffff !important;
    border: none !important;
    height: 3rem !important;
    min-height: 3rem !important;
    max-height: 3rem !important;
    padding: 0 1.5rem !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

body .logout-confirm-modal .ui-dialog-title,
body .logout-confirm-modal .p-dialog-title {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-align: center !important;
    width: 100% !important;
    display: block !important;
    line-height: 3rem !important;
}

body .logout-confirm-modal .ui-dialog-titlebar-close,
body .logout-confirm-modal .p-dialog-header-close {
    position: absolute !important;
    left: 1rem !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-radius: 50% !important;
    width: 1.75rem !important;
    height: 1.75rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
}

body .logout-confirm-modal .ui-dialog-titlebar-close:hover,
body .logout-confirm-modal .p-dialog-header-close:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

body .logout-confirm-modal .ui-dialog-titlebar-close span,
body .logout-confirm-modal .p-dialog-header-close span,
body .logout-confirm-modal .ui-dialog-titlebar-close svg,
body .logout-confirm-modal .p-dialog-header-close svg {
    color: #ffffff !important;
    font-size: 0.6875rem !important;
}

body .logout-confirm-modal .modal-body {
    padding: 1.5rem 1.5rem 0.75rem 1.5rem !important;
    background-color: #ffffff !important;
}

body .logout-confirm-modal .modal-body p {
    text-align: center !important;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    color: #2d3748 !important;
    margin: 0 !important;
}

body .logout-confirm-modal .modal-footer-wrap {
    padding: 0.75rem 1.5rem 1.5rem 1.5rem !important;
    background-color: #ffffff !important;
    border: none !important;
}

body .logout-confirm-modal .modal-footer-wrap p-footer {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    gap: 1rem !important;
}

body .logout-confirm-modal .modal-footer-wrap p-footer button {
    flex: 1 !important;
    height: 2.625rem !important;
    border-radius: 0.75rem !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    border: none !important;
    margin: 0 !important;
    float: none !important;
}

/* Cancel Button Override */
body .logout-confirm-modal .modal-footer-wrap p-footer button.btn-danger {
    background-color: #DC3546 !important;
    color: #ffffff !important;
    box-shadow: 0 0.25rem 0.75rem rgba(220, 53, 70, 0.15) !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease !important;
}

body .logout-confirm-modal .modal-footer-wrap p-footer button.btn-danger:hover {
    background-color: #DC3546 !important;
    box-shadow: 0 0.375rem 1rem rgba(220, 53, 70, 0.25) !important;
}

/* Confirm Button Override */
body .logout-confirm-modal .modal-footer-wrap p-footer button.btn-green {
    background-color: #1FABAD !important;
    color: #ffffff !important;
    box-shadow: 0 0.25rem 0.75rem rgba(11, 141, 70, 0.15) !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease !important;
}

body .logout-confirm-modal .modal-footer-wrap p-footer button.btn-green:hover {
    background-color: #00707E !important;
    box-shadow: 0 0.375rem 1rem rgba(11, 141, 70, 0.25) !important;
}

/* Reservation Tab Header Premium Styling */
body .reservation-tab .reservation-header {
    padding: 0 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.75rem !important;
    margin-bottom: 1.5rem !important;
    border-bottom: 1px solid #edf2f7 !important;
    padding-bottom: 0.75rem !important;
}

body .reservation-tab .reservation-header span {
    padding: 0.5rem 1.25rem !important;
    font-weight: 700 !important;
    font-size: 0.9375rem !important;
    cursor: pointer !important;
    border-radius: 0.625rem !important;
    transition: all 0.2s ease !important;
    color: #718096 !important;
    background-color: transparent !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid transparent !important;
}

/* Inactive Hover state */
body .reservation-tab .reservation-header span:not(.active):hover {
    background-color: #f7fafc !important;
    color: #2d3748 !important;
}

/* Active State for Upcoming Reservations */
body .reservation-tab .reservation-header span:first-child.active {
    background-color: #F4FAFB !important;
    color: #1FABAD !important;
    border-color: rgba(11, 141, 70, 0.15) !important;
}

/* Active State for Previous Reservations */
body .reservation-tab .reservation-header span:last-child.active {
    background-color: #f1f5f9 !important;
    color: #475569 !important;
    border-color: rgba(71, 85, 105, 0.15) !important;
}

.sar-currency-symbol {
    display: inline-block;
    width: auto;
    height: 0.9em;
    margin-inline-start: 0.18em;
    vertical-align: middle;
    filter: brightness(0) saturate(100%) invert(52%) sepia(14%) saturate(1819%) hue-rotate(132deg) brightness(103%) contrast(104%);
}

.discount-currency-symbol {
    height: 1.25em;
    margin-inline-start: 0.12em;
    vertical-align: -0.18em;
    filter: brightness(0) invert(1);
}

.prepayment-currency-symbol {
    height: 1.05em;
    margin-inline-start: 0.12em;
    vertical-align: -0.15em;
    filter: brightness(0) saturate(100%) invert(13%) sepia(40%) saturate(2929%) hue-rotate(305deg) brightness(187%) contrast(61%);
}

.trade-name-highlight {
    font-weight: 700;
}

.header-toggle-label .sar-currency-symbol,
.currency-selected-symbol .sar-currency-symbol,
.price-currency .sar-currency-symbol,
.search-price-currency .sar-currency-symbol,
.price-currency-label .sar-currency-symbol,
.currency-label .sar-currency-symbol,
.split-currency .sar-currency-symbol,
.price-curr .sar-currency-symbol,
.curr .sar-currency-symbol,
.final-amount-currency .sar-currency-symbol,
.amount .sar-currency-symbol {
    height: 1.5em !important;
    vertical-align: -0.12em;
}

.header-currency-selected-img {
    height: 1.15em !important;
    margin-inline-start: 0;
    vertical-align: -0.14em;
}

.header-nav .dropdown-menu .dropdown-item .currency-option-icon {
    align-items: center;
    color: #1FABAD;
    display: inline-flex;
    flex: 0 0 1.5rem;
    justify-content: center;
    line-height: 1;
    margin-inline-end: 0.5rem;
    min-width: 1.5rem;
}

.header-nav .dropdown-menu .dropdown-item .currency-option-label {
    line-height: 1.2;
}

.header-nav .dropdown-menu .dropdown-item .header-currency-option-img {
    height: 1.15em !important;
    margin: 0;
    vertical-align: -0.14em;
}

.custom-services-table .sar-currency-symbol,
.total-sum-row .sar-currency-symbol {
    height: 0.9em !important;
    vertical-align: middle;
}

/* Fix PrimeNG dialog overlay backdrop opacity */
body .ui-widget-overlay,
body .p-component-overlay,
body .ui-dialog-mask {
    background-color: rgba(0, 0, 0, 0.4) !important;
    opacity: 1 !important;
}

/* Align specialties drawer exactly below the header navbar and limit its height */
body .primary-navigation-bar.all-specialties-wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    pointer-events: none !important;
    z-index: 1060 !important;
}

@media (min-width: 62rem) {

    body .primary-navigation-bar .specialties-drawer,
    body #navbarSupportedContent>ul .specialties-drawer {
        top: 8.125rem !important;
        height: calc(100dvh - 8.4375rem) !important;
        transform: translateX(-105%) !important;
        border-radius: 0 !important;
    }

    html[dir="rtl"] body .primary-navigation-bar .specialties-drawer,
    html[dir="rtl"] body #navbarSupportedContent>ul .specialties-drawer {
        transform: translateX(-105%) !important;
        border-radius: 0 !important;
    }

    body .all-specialties-backdrop {
        top: 8.125rem !important;
        height: calc(100dvh - 8.125rem) !important;
        z-index: 1050 !important;
    }
}

@media (max-width: 61.9375rem) {

    body .primary-navigation-bar .specialties-drawer,
    body #navbarSupportedContent>ul .specialties-drawer {
        top: 3.9375rem !important;
        height: calc(100dvh - 4.25rem) !important;
        transform: translateX(-105%) !important;
        border-radius: 0 !important;
    }

    html[dir="rtl"] body .primary-navigation-bar .specialties-drawer,
    html[dir="rtl"] body #navbarSupportedContent>ul .specialties-drawer {
        transform: translateX(-105%) !important;
        border-radius: 0 !important;
    }

    body .all-specialties-backdrop {
        top: 3.9375rem !important;
        height: calc(100dvh - 3.9375rem) !important;
        z-index: 1050 !important;
    }
}

body .primary-navigation-bar .specialties-drawer.show,
body #navbarSupportedContent>ul .specialties-drawer.show {
    transform: translateX(0) !important;
}

html[dir="rtl"] body .primary-navigation-bar .specialties-drawer.show,
html[dir="rtl"] body #navbarSupportedContent>ul .specialties-drawer.show {
    transform: translateX(0) !important;
}

body .primary-navigation-bar .specialties-drawer__submenu {
    top: 4rem !important;
}

/* Compact Drawer Header layout to align title, search, and close in one row */
body .specialties-drawer__header {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.75rem !important;
    padding: 0.75rem 1rem !important;
}

body .primary-navigation-bar .specialties-drawer h6 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    white-space: nowrap !important;
    order: 1 !important;
    flex: 0 0 auto !important;
    color: #ffffff !important;
    line-height: 1 !important;
    text-align: start !important;
}

body .primary-navigation-bar .specialties-drawer__search {
    flex: 1 1 auto !important;
    order: 2 !important;
    margin: 0 !important;
    height: 2.5rem !important;
    padding: 0 0.75rem !important;
    gap: 0.5rem !important;
}

body .primary-navigation-bar .specialties-drawer__search input {
    font-size: 0.875rem !important;
}

body .primary-navigation-bar .specialties-drawer__search img {
    height: 1.125rem !important;
    width: 1.125rem !important;
}

body .specialties-drawer__close {
    position: static !important;
    order: 3 !important;
    margin: 0 !important;
    flex: 0 0 2.25rem !important;
    height: 2.25rem !important;
    width: 2.25rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 0 3px !important;
    line-height: 0 !important;
}

/* Extra bottom padding to let users scroll past the last item comfortably */
body .primary-navigation-bar .specialties-drawer__categories,
body .primary-navigation-bar .specialties-drawer__services {
    padding-bottom: 3.75rem !important;
}

/* Premium bottom inner shadow overlay to indicate end of list */
body .primary-navigation-bar .specialties-drawer::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 2.5rem !important;
    background: linear-gradient(to top, rgba(7, 27, 58, 0.08) 0%, rgba(7, 27, 58, 0) 100%) !important;
    pointer-events: none !important;
    z-index: 1000 !important;
}

/* Force main header navigation menu to stack above search section and page content */
#mega-menu {
    position: relative !important;
    z-index: 100 !important;
}

/* ==========================================================================
   Premium Dialog & Modal Redesign Overrides
   ========================================================================== */

/* Dialog container adjustments */
body .custom-modal.ui-dialog,
body .custom-modal.p-dialog,
body .ui-dialog.custom-modal,
body .p-dialog.custom-modal {
    border-radius: 1.25rem !important;
    overflow: hidden !important;
    border: none !important;
    box-shadow: 0 1.25rem 3.125rem rgba(7, 27, 58, 0.15) !important;
    background-color: #ffffff !important;
}

/* Dialog Header/Titlebar */
body .custom-modal .ui-dialog-titlebar,
body .custom-modal .p-dialog-header {
    background-color: #1FABAD !important;
    border: none !important;
    padding: 1.25rem 1.5rem !important;
    border-radius: 1.25rem 1.25rem 0 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

body .custom-modal .ui-dialog-title,
body .custom-modal .p-dialog-title {
    color: #ffffff !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
}

/* Dialog Close Button */
body .custom-modal .ui-dialog-titlebar-icon,
body .custom-modal .p-dialog-header-icon {
    color: #ffffff !important;
    opacity: 0.9 !important;
    transition: all 0.2s ease !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    order: -1 !important;
    /* Forces close button to the left in RTL/Arabic */
}

body .custom-modal .ui-dialog-titlebar-icon:hover,
body .custom-modal .p-dialog-header-icon:hover {
    opacity: 1 !important;
    transform: scale(1.1) !important;
}

/* Dialog Content/Body */
body .custom-modal .ui-dialog-content,
body .custom-modal .p-dialog-content,
body .custom-modal .modal-body {
    padding: 1.5rem 1.875rem !important;
    background-color: #ffffff !important;
    border-radius: 0 0 1.25rem 1.25rem !important;
    border: none !important;
}

/* Form Group Labels */
body .custom-modal .form-group label {
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    color: #071B3A !important;
    margin-bottom: 0.5rem !important;
}

/* Inputs & Form Controls */
body .custom-modal .form-control,
body .custom-modal input.form-control {
    height: 3rem !important;
    border-radius: 0.75rem !important;
    border: 1.5px solid #E2E8F0 !important;
    background-color: #F8FAFC !important;
    padding: 0.625rem 1rem !important;
    font-size: 0.875rem !important;
    color: #071B3A !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

body .custom-modal .form-control:focus,
body .custom-modal input.form-control:focus {
    border-color: #1FABAD !important;
    box-shadow: 0 0 0 3px rgba(0, 138, 67, 0.1) !important;
    background-color: #ffffff !important;
    outline: none !important;
}

/* Primary buttons */
body .custom-modal .btn-green,
body .custom-modal .btn-success {
    background-color: #1FABAD !important;
    border-color: #1FABAD !important;
    color: #ffffff !important;
    border-radius: 0.75rem !important;
    height: 3rem !important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    padding: 0.625rem 2rem !important;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 138, 67, 0.15) !important;
    transition: all 0.3s ease !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 10rem !important;
}

body .custom-modal .btn-green:hover:not(:disabled),
body .custom-modal .btn-success:hover:not(:disabled) {
    background-color: #00707E !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 0.375rem 1rem rgba(0, 138, 67, 0.25) !important;
}

body .custom-modal .btn-green:disabled,
body .custom-modal .btn-success:disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

/* Descriptions & links */
body .custom-modal .hr p,
body .custom-modal p.mb-1 {
    font-size: 0.875rem !important;
    color: #475569 !important;
    line-height: 1.6 !important;
}

body .custom-modal .color-red,
body .custom-modal a.color-red {
    color: #DC3546 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

body .custom-modal .color-red:hover,
body .custom-modal a.color-red:hover {
    color: #B91C1C !important;
    text-decoration: underline !important;
}

body .custom-modal .color-green-s {
    color: #1FABAD !important;
    font-weight: 700 !important;
}

/* RTL overrides for register mobile code dropdown trigger and label alignment */
html[dir="rtl"] body .register-mobile-code .p-dropdown .p-dropdown-trigger,
[dir="rtl"] body .register-mobile-code .p-dropdown .p-dropdown-trigger {
    right: auto !important;
    left: 0px !important;
}

html[dir="rtl"] body .register-mobile-code .p-dropdown .p-dropdown-label,
[dir="rtl"] body .register-mobile-code .p-dropdown .p-dropdown-label {
    padding-left: 2rem !important;
    padding-right: 0.75rem !important;
    text-align: right !important;
    justify-content: flex-end !important;
}

/* =====================================================
   Header Lang/Currency Selector – Global Override Rules
   ===================================================== */

/* Currency dropdown toggle: tight flex, bold */
.header-nav .navbar-nav .header-dropdown-toggle {
    display: inline-flex !important;
    align-items: center !important;
    gap: 3px !important;
    font-weight: 700 !important;
}

html[dir="rtl"] .header-nav .navbar-nav .header-dropdown-toggle {
    font-weight: 700 !important;
}

/* Caret only on currency dropdown (has both dropdown-toggle + header-dropdown-toggle), NOT on language link */
.header-nav .navbar-nav .dropdown-toggle.header-dropdown-toggle::after {
    border: none !important;
    content: "\f107" !important;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    font-size: 0.75rem !important;
    margin: 0 0 0 0.5rem !important;
    width: auto !important;
    height: auto !important;
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    color: #444444;
    opacity: 0.7;
}

/* Language toggle – no caret */
.header-nav .navbar-nav a.header-dropdown-toggle:not(.dropdown-toggle)::after {
    content: none !important;
    display: none !important;
}

/* Currency code text (e.g. USD) */
.header-nav .navbar-nav .currency-code-text {
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    line-height: 1;
}

/* Currency symbol text (e.g. $) */
.header-nav .navbar-nav .currency-symbol-text {
    font-size: 0.875rem !important;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

/* SAR image – bigger and vertically centered */
.header-nav .navbar-nav .header-currency-selected-img {
    height: 1.125rem !important;
    width: auto;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    margin: 0;
}

/* Language/currency toggle label – bold */
.header-nav .navbar-nav .header-dropdown-toggle .header-toggle-label,
.header-nav .navbar-nav .header-dropdown-toggle .currency-code-text,
.header-nav .navbar-nav .header-dropdown-toggle .currency-symbol-text {
    font-weight: 700 !important;
}

html[dir="rtl"] .header-nav .navbar-nav .header-dropdown-toggle .header-toggle-label,
html[dir="rtl"] .header-nav .navbar-nav .header-dropdown-toggle .currency-code-text {
    font-weight: 700 !important;
}

/* =====================================================
   Search Suggestions Autocomplete Dropdown Styles
   ===================================================== */
.search-suggestions-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin-top: 0.5rem;
    max-height: 20rem;
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.suggestions-loading {
    padding: 1rem;
    color: #64748b;
    font-size: 0.875rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.suggestions-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

html[dir="rtl"] .suggestions-list {
    text-align: right;
}

.suggestion-item {
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-item:hover {
    background-color: #f8fafc;
    color: #1FABAD;
}

.suggestion-text {
    font-size: 0.875rem;
    font-weight: 500;
}

/* ضبط حجم المنسدلة والتفاف النصوص الطويلة لأسماء الخدمات بالكامل */
#mega-menu .dropdown-menu,
.boxShad {
    min-width: 21.875rem !important;
    max-width: 28.125rem !important;
    border-radius: 0 0 0.75rem 0.75rem !important;
}

#mega-menu .dropdown-menu .dropdown-item,
#mega-menu .dropdown-menu a,
.boxShad .dropdown-item,
.boxShad a {
    white-space: normal !important;
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    line-height: 2.15 !important;
    margin: 0.5rem 0.5rem !important;
    height: auto !important;
    text-align: right !important;
}

html[dir="ltr"] #mega-menu .dropdown-menu .dropdown-item,
html[dir="ltr"] #mega-menu .dropdown-menu a,
html[dir="ltr"] .boxShad .dropdown-item,
html[dir="ltr"] .boxShad a {
    text-align: left !important;
}

/* التفاف نصوص الخدمات بالكامل في قائمة "كل التخصصات" الجانبية */
.primary-navigation-bar .specialties-drawer__service {
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    height: auto !important;
    text-align: start !important;
}

/* Truncate dropdown list items inside the search panel */
::ng-deep .search-dropdown-panel .p-dropdown-items .p-dropdown-item,
::ng-deep .search-dropdown-panel .ui-dropdown-items .ui-dropdown-item {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 25rem !important;
    display: block !important;
    width: 100% !important;
}

/* Reduce main menu item paddings and center items on medium screens (1025px - 1240px) */
@media (min-width: 1025px) and (max-width: 1240px) {

    body #mega-menu .nav-item .nav-link,
    body #mega-menu .dropdown .dropdown-toggle {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    #cd-primary-nav {
        justify-content: center !important;
        width: 100% !important;
    }
}

/* Global HTML Scale for Medium Laptops (1025px - 1240px) */
@media (min-width: 1025px) and (max-width: 1240px) {
    html {
        font-size: 13px !important;
    }

    body .primary-navigation-bar .specialties-drawer,
    body #navbarSupportedContent>ul .specialties-drawer {
        top: 9.7rem !important;
        height: calc(100dvh - 10rem) !important;
    }

    body .all-specialties-backdrop {
        top: 9.7rem !important;
        height: calc(100dvh - 9.7rem) !important;
    }
}

/* Fix footer contact form overlap on medium and small screens, keeping original negative margin on large screens (1920p) */
@media (max-width: 1399px) {
    .form-connect .armt-12 {
        margin-top: 0 !important;
    }
}

/* Cancel negative margin on screen width 1799px and larger to prevent field misalignment */
@media (min-width: 1799px) {

    .armt-12,
    .form-connect .armt-12 {
        margin-top: 0 !important;
    }
}


/* Fix specialty slider slide height to prevent image squeezing */
.section-speciality-offers .slick-initialized .slick-slide>div {
    height: auto !important;
}

/* Fix accordion collapse transition jumps and hangs by removing vertical padding from collapse containers */
body .filter-area .sidenav .collapse,
body .filter-area .sidenav .collapsing,
body .filter-area .sidenav .collapse-evaluation.collapse,
body .filter-area .sidenav .collapse-evaluation.collapsing {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body .filter-area .sidenav .collapsing {
    transition: height 0.2s ease-in-out !important;
}

body .filter-area .sidenav .collapse>*:first-child,
body .filter-area .sidenav .collapsing>*:first-child {
    margin-top: 0.3125rem !important;
}

body .filter-area .sidenav .collapse>*:last-child,
body .filter-area .sidenav .collapsing>*:last-child {
    margin-bottom: 0.3125rem !important;
}

/* Footer social links and payment methods spacing and alignment (LTR) */
.footer .social-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    text-align: right !important;
}

.footer .social-col h5 {
    margin-right: 0 !important;
}

.footer .social-links-list {
    display: inline-flex !important;
    gap: 0.375rem !important;
    /* Reduced spacing between icons */
    justify-content: flex-end !important;
}

.footer .payment-methods {
    display: inline-flex !important;
    gap: 0.375rem !important;
    justify-content: flex-end !important;
}

/* Swap cart and checkout columns visually in LTR (total on the right, items on the left) */
@media (min-width: 64.0625rem) {
    .stachel-section .row {
        display: flex !important;
        flex-direction: row-reverse !important;
    }

    .cart-left-col,
    .checkout-left-col {
        padding-left: 1.5rem !important;
        padding-right: 0.9375rem !important;
    }

    .cart-right-col,
    .checkout-right-col {
        padding-left: 0.9375rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Premium Filter Layout and Dynamic CSS Grid Collapse Transition for Angular */
body .filter-area h4.filter-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding-bottom: 0.75rem !important;
    margin-bottom: 1rem !important;
}

body .filter-header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

body .filter-header-title {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    margin: 0 !important;
}

body .filter-header-title i {
    color: #1FABAD !important;
}

body .btn-reset-filters {
    font-size: 0.8125rem !important;
    font-weight: 600 !important;
    color: #64748b !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    background: none !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    cursor: pointer !important;
}

body .btn-reset-filters:hover {
    color: #DC3546 !important;
}

body .btn-close-filter {
    font-size: 1rem !important;
    color: #94a3b8 !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer !important;
    transition: color 0.2s ease !important;
    display: none !important;
}

@media (max-width: 991px) {
    body .btn-close-filter {
        display: block !important;
    }
}

body .btn-close-filter:hover {
    color: #DC3546 !important;
}

body .filter-area .sidenav .collapse-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.25s ease-in-out;
    overflow: hidden;
}

body .filter-area .sidenav .collapse-wrapper.show {
    grid-template-rows: 1fr;
}

body .filter-area .sidenav .collapse-inner {
    min-height: 0;
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
}

body .filter-scrollable-container {
    max-height: 180px;
    overflow-y: auto;
    padding-right: 6px;
}

body .filter-scrollable-container::-webkit-scrollbar {
    width: 6px;
}

body .filter-scrollable-container::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 4px;
}

body .filter-scrollable-container::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 4px;
}

body .filter-scrollable-container::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}
