html {
    margin: 0 !important;
}

select {
    border: 1px solid #e8e8e8 !important;
    margin-top: 4px !important;
}


body {
    font-family: 'Nunito', sans-serif;
    color: #384047;
}

#header {
    text-align: center;
}


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


.shadow-default {
    box-shadow: 0rem 0.25rem 0.625rem 0rem rgba(0, 0, 0, 0.06);
}

.shadow-default-top {
    box-shadow: 0rem -0.25rem 0.625rem 0rem rgba(0, 0, 0, 0.06);
}

.rounded-10 {
    border-radius: 0.625rem;
}

.w-110 {
    width: 6.875rem;
}

.w-308 {
    width: 19.25rem;
}

.w-350 {
    width: 21.875rem;
}

.wh-100 {
    width: 100px;
    height: 100px;
    object-fit: fill;
    min-width: 100px;
}

.wh-200 {
    width: 200px;
    height: 200px;
    object-fit: fill;
    min-width: 200px;
}

.wh-150 {
    width: 9.375rem;
    height: 9.375rem;
}

.h-150 {
    height: 9.375rem;
}


.h-70vh {
    height: 70vh;
}

.h-80vh {
    height: 80vh;
}

.h-90vh {
    height: 90vh;
}

.gap-7_5 {
    gap: 1.875rem;
}

.p-7_5 {
    padding: 1.875rem;
}

.py-7_5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.text-xxs {
    font-size: 0.625rem;
}

.z--9 {
    z-index: -9;
}

.z-100 {
    z-index: 100;
}

input {
    outline: 0 !important;
}

[multiple],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
    --tw-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-radius: 0;
    border-width: 1px;
    border: 0;
    padding: 0;
}

[type=checkbox]:checked {
    background-image: url(../images/Vectors/tick.svg);
    background-repeat: no-repeat;
    background-size: 95%;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    background-color: #1b4e9b;
    border: none;
}

[type=checkbox]:focus,
[type=radio]:focus {
    --tw-ring-offset-color: none;
}

[multiple],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
    background-color: transparent;
}

select {
    border: 1px solid #e8e8e8;
    margin-top: 4px !important;
}

::placeholder {
    color: var(--text-extra-light) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.prefer {
    border-radius: 0.625rem 0rem;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(0.125rem);
}

.active::after {
    content: "";
    width: 1.875rem;
    height: 0.125rem;
    display: block;
    background-color: var(--primary-orange);
    border-radius: 10rem;
    position: absolute;
    right: 0;
}

.header-menu-desktop li a:before {
    content: "";
    height: 1.25rem;
    width: 0.063rem;
    background-color: var(--border-stroke);
    display: block;
    margin-right: 1.25rem;
    position: absolute;
    left: -1.25rem;
}

.header-menu-desktop li:first-child a:before {
    display: none;
}

.active-item {
    color: var(--primary-orange) !important;
}

.active-item path {
    stroke: var(--primary-orange);
}

.footer {
    background: url(../images/footer.png), lightgray 50% / cover no-repeat;
}

.resetpassword {
    background-image: url(../images/reset.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.tab-active-left {
    background-color: var(--primary-blue) !important;
    color: white !important;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.tab-active-right {
    background-color: var(--primary-blue) !important;
    color: white !important;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.rounded-left-10 {
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
}

.rounded-right-10 {
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
}

#default-tab button {
    color: var(--primary-blue);
}

#menu-footer-menu {
    display: flex;
    gap: 40px;
}

.terms:after {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    background: white;
    border-radius: 100px;
    position: absolute;
    right: -20px;
}

.loader.show {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}


.ms-options-wrap>.ms-options>ul label.focused,
.ms-options-wrap>.ms-options>ul label:hover {
    background-color: transparent;
    border-color: transparent !important;
}

.ms-options-wrap>.ms-options>ul li.selected label {
    background-color: transparent;
    border-color: transparent;
}


.time-icon {
    width: 6%;
    height: 10%;
}

.cancel-booking {
    margin: 0 0 0 10px;
}

.paytm-pg-donar-info1 {
    display: none;
}

.register-page form {
    max-width: 80%;
}

.docListLeftInner .docButtons {
    padding-top: 10px;
    padding-bottom: 21px;
}

#wpadminbar {
    display: none;
}

.mt {
    margin-top: 10px;
}

.schedule-time-slot .form-check {
    display: inline-table;
    margin: 10px 10px 10px 10px;
}

.health-checkup-wrap .col-md-4 {
    margin-bottom: 20px;
}


.ms-options-wrap button {
    border: 1px solid #e8e8e8 !important;
    border-radius: 4px;
    padding: 0.875rem !important;
    margin: 0 !important;
}

.ms-options-wrap button span {
    margin-right: 20px;
    font-size: 14px;
    color: var(--text-extra-light);
    width: 160px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-options label {
    font-size: 14px;
}

.ms-options-wrap>.ms-options>ul label {
    padding: 0px;
}

.ms-options li {
    border-bottom: 1px solid rgba(232, 232, 232, 0.50);
    padding: 10px;
}

.ms-options-wrap>.ms-options>ul input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: unset;
}

.ms-options-wrap>button:after {
    content: ' ';
    height: 16px;
    position: absolute;
    width: 16px;
    border: 0;
    border-top-color: #999;
    margin-top: -3px;
    background-image: url(../images/Vectors/dropdown.svg);
    background-repeat: no-repeat;
    display: block;
    top: 40%;
    right: 14px;
    transition: 300ms ease all;

}

.ms-options-wrap.ms-active>button:after {
    transform: rotate(180deg);
    transition: 300ms ease all;

}

.ms-options-wrap>.ms-options>.ms-search input {
    width: 100%;
    padding: 4px 14px;
}

#scroll-to {
    display: flex;
    justify-content: center;
}

.page-template-health-checkup #scroll-to {
    height: 30vw;
    align-items: center;
}

#scroll-to img {
    width: 80px;
    height: 80px;
}


a:where(:not(.wp-element-button)):active {
    color: white;
}

.iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/10.0.2/img/flags.png");
}

/* Verify OTP */
.otp-form .otp-field {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    line-height: 4rem;
    text-align: center;
    border: none;
    border-bottom: 2px solid var(--bs-secondary);
    outline: none;
}

.otp-form .otp-field:focus {
    border-bottom-color: var(--bs-dark);
}

.hide {
    display: none !important;
}


.border-radius-10 {
    border-radius: 0.625rem;
}

#ui-id-1 {
    display: none;
}

.ui-widget-header {
    border: none;
    background: transparent;
    color: #333333;
    font-weight: bold;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    height: 28px;
    border-radius: 50px;
    width: 28px;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
    box-shadow: 0rem 0.25rem 0.625rem 0rem rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 30px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0;
    position: unset;
}

.ui-dialog .ui-dialog-title {
    display: none;
}

.ui-widget-content a {
    color: white;
}

#controls-carousel button:after {
    display: none;
}

.tool-tip:hover .tooltip {
    visibility: visible !important;
}

.tool-tip:hover .tooltip-arrow:after {
    visibility: visible;
}

.tool-tip:hover .tooltip-arrow:before {
    visibility: hidden;
}

[data-popper-arrow],
[data-popper-arrow]:before {
    background: inherit;
    height: 8px;
    position: absolute;
    width: 8px;
    bottom: -3px;
    right: 20px;
}

.slots div:hover label {
    color: white;
}

#default-tab-content li {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--text-light);
    position: relative;
    padding-left: 1.5rem;
}

#default-tab-content ul {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}

.z-41{
	z-index:41;
}

.page-template-health-checkup-details .logo-image {
    margin: 0 auto !important;
}

#default-tab-content li:before {
    content: ' ';
    height: 20px;
    position: absolute;
    width: 20px;
    background-image: url(../images/Vectors/point_orange.svg);
    background-repeat: no-repeat;
    left: 0;
}

.selected-dial-code {
    font-size: 14px;
    color: var(--Text-Light, #535353);
    font-weight: 400;
}

.help-block {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    color: red;
    text-wrap: nowrap;
}

.loader {
    margin: 0 auto;
}

a:where(:not(.wp-element-button)):active {
    color: black;
}

.alert.alert-danger {
    font-size: 12px;
    color: red;
}


::-webkit-scrollbar-thumb {
    background-color: #2557d6;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(271deg, rgba(255, 255, 255, 0.5) -15%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 95%, transparent 15%, transparent);
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.intl-tel-input .country-list {
    max-width: 320px;
}

#password-message {
    position: absolute;
    bottom: -18px;
    font-size: 12px;
    color: red;
    text-wrap: nowrap;
}

.my-history li:before {
    display: none !important;
}

.my-history li {
    padding-left: 0rem !important;
}

a:where(:not(.wp-element-button)):active {
    color: white;
}

.ui-widget-overlay {
    background: #000;
    opacity: 0.5;

}

.doctor-clear-list .clear-all {
    font-size: 14px;
    color: #1B4E9B;
    text-wrap: nowrap;
}

.doctor-info #default-tab-content h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

a:where(:not(.wp-element-button)):focus {
    text-decoration: none !important;
}

a:where(:not(.wp-element-button)):active {
    color: black !important;
}

.header-menu-desktop li a:hover {
    color: #ef7f1a;
}

.sticky-headers {
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow: 0rem 0.25rem 0.625rem 0rem rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(30px);
}

.desktop-filters label {
    display: flex !important;
    align-items: center;
    gap: 4px;
}

#drawer-filter label {
    display: flex !important;
    align-items: center;
    gap: 4px;
}

.mobile-menu a:where(:not(.wp-element-button)):active {
    color: white !important;
}

#drawer-filter {
    z-index: 100;
}

.youtube-modal {
    z-index: 999 !important;
}

.bg-gray-900\/50 {
    z-index: 99 !important;
}



.timeslot-view strong {
    margin: 0 auto;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 30px;
    height: 50px;
    background-color: #ef7f1a;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scroll span {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -8px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #1b4e9b;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.notification {
    display: none;
}

.logo-image {
    height: 40px;
}

.appointment-filter {
    position: sticky;
    top: 80px;
    z-index: 9;
}

.doctor-result {
    z-index: 8;
    position: relative;
}

/* 11 */
.btn-11 {
    border: none;
    background: linear-gradient(0deg, #ff9119 0%, #ff9119 100%);
    color: #fff;
    overflow: hidden;
}

.btn-11:hover {
    text-decoration: none;
    color: #fff;
}

.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}

.btn-11:hover {
    opacity: .7;
}

.btn-11:active {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .3),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
        inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

#deleteModal {
    z-index: 100;
}

.card span {
    min-width: 120px;
}

.link-mrno a:last-child {
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e7eb;
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 30px;
    color: var(--text-primary-blue-dark);
}

.validation-error {
    color: red !important;
}




@-webkit-keyframes action-button-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes action-button-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.action-button {
    background: turquoise;
    color: white;
    padding: 9px 15px;
    font-size: 1.2em;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    outline: none;
    border: none;
    transition: color 0.2s ease;
    position: relative;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    margin: 5px;
    font-variant: small-caps;
}

.action-button:hover {
    color: white;
    transform: scale(1.1);
}

.action-button--loading {
    color: transparent;
    position: relative;
    pointer-events: none;
}

.action-button--loading:after {
    box-sizing: border-box;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1em 0 0 -1em;
    text-indent: -9999em;
    border: 0.3em solid rgba(127, 127, 127, 0.5);
    border-left-color: #ffffff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: action-button-loader 1s infinite linear;
    animation: action-button-loader 1s infinite linear;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    content: '';
}

.confirmation-loader {
    background: #00000047;
    width: 100%;
    height: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 99999;
    overflow: hidden;
}

.confirmation-loader img {
    width: 80px;
}

.page-template-health-checkup-details .confirmation-loader {
     height: 100vh !important;
}
.body-validation-error {
    overflow: hidden !important;
    height: 100vh !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 14px;
}

.appointment-date {
    background-image: url(https://shalby.org/patient-portal/wp-content/themes/twenty-twenty-three-child/assets/images/Vectors/calendar.svg);
    background-repeat: no-repeat;
    background-position: 93% 50%;
}

#tooltip-location .tooltip-arrow:before {
    opacity: 0;
}

h3.about-inner-title {
    font-weight: 500;
    margin-bottom: 20px;
}

a {
    outline: 0;
}

img {
    outline: 0;
}

/* Media queries */

@media (min-width:1280px) and (max-width:1330px){
	    .container {
        padding: 0px 12px;
    }
}

@media (max-width:1024px) {
    .container {
        padding: 0 15px;
    }

    .logo img {
        width: 80%;
    }

    .logo-mobile {
        width: 30%;
    }
}

@media (max-width:768px) {

.confirmation-loader {
        height: 100vh;
	}
}
	
@media (max-width:767px) {
	
	.page-template-appointment-schedule  .doctor {
    margin: 0 auto;
}

    .doc-name:after {
        content: "";
        background-image: url(https://static.thenounproject.com/png/2084009-200.png);
        width: 12px;
        height: 12px;
        display: block;
        background-size: contain;
        position: absolute;
        top: 4px;
        right: -10px;
    }

    .doc-name {
        position: relative;
    }


	
    .appointment-filter {
        top: 80px !important;
    }

    .bg-gray-900\/50 {
        z-index: 40 !important;
    }

    #drawer-filter .ms-options-wrap {
        width: 100%;
    }

    .footer {
        display: none;
    }

    .copyrights {
        display: none;
    }


    .active::after {
        display: none;
    }

    .logo img {
        width: 60%;
    }

    .signup .logo img {
        margin: 0 auto;
    }

    #default-tab-content li {
        text-align: justify;
    }

    .timeslot-view strong {
        text-align: center;
        font-weight: 600;
    }

}

@media (max-width:500px) {
    .doc-name {
        width: 99%
    }

    .location h4 {
        font-size: 0;
    }

}

@media (max-width:400px) {
    .w-350 {
        width: 17.875rem;
    }

    .w-96 {
        width: 100% !important;
    }
	
}
/*.confirm-btn{
	display:none !important
}*/
	.confirm-btn {
    display: inline-block !important;
}

