body::-webkit-scrollbar-thumb {
    background-color: rgb(0, 0, 0, 0.9);
    border: 1px solid #555555;
    border-radius: 30px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: transparent;
}

body::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: #034ea1;
    border: 1px solid transparent;
    border-radius: 30px;
}
body {
    max-width: 1660px;
    margin: 0 auto;
    top: 0px !important;
}
.footer-nav .nav-bar{
    padding: 0;
}
.footer-nav p {
    margin: 0;
    background: #f2f2f2;
    padding: 5px 0px;
    color: #333;
    font-size: 14px;
}
.footer-nav p a{
    color: #333;
    text-decoration: none;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
/* Display Properties starts */
.d-block {
    display: block !important;
}
.d-inline {
    display: inline;
}
.d-none {
    display: none !important;
}
.d-inline-block {
    display: inline-block;
}
.d-grid {
    display: grid;
}
.d-inline-grid {
    display: inline-grid;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex;
}
.d-contents {
    display: contents;
}
.d-table {
    display: table;
}
.d-inline-table {
    display: inline-table;
}
.d-table-caption {
    display: table-caption;
}
.d-table-cell {
    display: table-cell;
}
.d-table-column {
    display: table-column;
}
.d-table-column-group {
    display: table-column-group;
}
.d-table-footer-group {
    display: table-footer-group;
}
.d-table-header-group {
    display: table-header-group;
}
.d-table-row {
    display: table-row;
}
.d-table-row-group {
    display: table-row-group;
}
.d-flow-root {
    display: flow-root;
}
.d-revert {
    display: revert;
}
.d-list-item {
    display: list-item;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-around {
    justify-content: space-around;
}
.justify-content-evenly {
    justify-content: space-evenly;
}
.justify-content-end {
    justify-content: end;
}
.justify-content-start {
    justify-content: start;
}
.align-items-center {
    align-items: center;
}
.align-items-start {
    align-items: flex-start;
}
.align-items-end {
    align-items: flex-end;
}
.align-items-baseline {
    align-items: baseline;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.flex-direction-row {
    flex-direction: row;
}
.flex-direction-row-reverse {
    flex-direction: row-reverse;
}
.flex-direction-column {
    flex-direction: column;
}
.flex-direction-column-reverse {
    flex-direction: column-reverse;
}

/* display properties ends */

/* opacity */

.opacity-0 {
    opacity: 0;
}
.opacity-1 {
    opacity: 1;
}

/* cursor starts */

.pointer {
    cursor: pointer;
}
.not-allowed {
    cursor: not-allowed;
}
.cursor-none {
    cursor: none;
}
.no-drop {
    cursor: no-drop;
}

/* overflow starts */

.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-scroll {
    overflow: scroll;
}

/* cursor end */

/* margin */

.mt-0 {
    margin-top: 0rem;
}
.mt-10px {
    margin-top: 10px !important;
}
.mt-18px {
    margin-top: 18px !important;
}
.mt-1 {
    margin-top: 1rem;
}
.mt-2 {
    margin-top: 2rem;
}
.mt-3 {
    margin-top: 3rem !important;
}
.mt-4 {
    margin-top: 4rem !important;
}
.mt-5 {
    margin-top: 5rem !important;
}
.mt-6 {
    margin-top: 6rem;
}
.mt-7 {
    margin-top: 7rem;
}
.mt-8 {
    margin-top: 8rem !important;
}
.mt-9 {
    margin-top: 9rem;
}
.mt-10 {
    margin-top: 10rem;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-1 {
    margin-bottom: 1rem;
}
.mb-2 {
    margin-bottom: 2rem;
}
.mb-3 {
    margin-bottom: 3rem;
}
.mb-4 {
    margin-bottom: 4rem;
}
.mb-5 {
    margin-bottom: 5rem;
}
.mb-6 {
    margin-bottom: 6rem;
}
.mb-7 {
    margin-bottom: 7rem;
}
.mb-8 {
    margin-bottom: 8rem;
}
.mb-9 {
    margin-bottom: 9rem;
}
.mb-10 {
    margin-bottom: 10rem;
}
.mb-20px{
    margin-bottom: 20px;
}
.ml-1 {
    margin-left: 1rem;
}
.ml-2 {
    margin-left: 2rem;
}
.ml-3 {
    margin-left: 3rem;
}
.ml-4 {
    margin-left: 4rem;
}
.ml-5 {
    margin-left: 5rem;
}
.ml-6 {
    margin-left: 6rem;
}
.ml-7 {
    margin-left: 7rem;
}
.ml-8 {
    margin-left: 8rem;
}
.ml-9 {
    margin-left: 9rem;
}
.ml-10 {
    margin-left: 10rem;
}
.mr-1 {
    margin-right: 1rem;
}
.mr-2 {
    margin-right: 2rem;
}
.mr-3 {
    margin-right: 3rem;
}
.mr-4 {
    margin-right: 4rem;
}
.mr-5 {
    margin-right: 5rem;
}
.mr-6 {
    margin-right: 6rem;
}
.mr-7 {
    margin-right: 7rem;
}
.mr-8 {
    margin-right: 8rem;
}
.mr-9 {
    margin-right: 9rem;
}
.mr-10 {
    margin-right: 10rem;
}
.m-1 {
    margin: 1rem;
}
.m-2 {
    margin: 2rem;
}
.m-3 {
    margin: 3rem;
}
.m-4 {
    margin: 4rem;
}
.m-5 {
    margin: 5rem;
}
.m-6 {
    margin: 6rem;
}
.m-7 {
    margin: 7rem;
}
.m-8 {
    margin: 8rem;
}
.m-9 {
    margin: 9rem;
}
.m-10 {
    margin: 10rem;
}
.m-auto {
    margin: auto;
}

/* margin ends */

/* padding */

.pt-1 {
    padding-top: 1rem;
}
.pt-2 {
    padding-top: 2rem;
}
.pt-3 {
    padding-top: 3rem;
}
.pt-4 {
    padding-top: 4rem;
}
.pt-5 {
    padding-top: 5rem;
}
.pt-6 {
    padding-top: 6rem;
}
.pt-7 {
    padding-top: 7rem;
}
.pt-8 {
    padding-top: 8rem;
}
.pt-9 {
    padding-top: 9rem;
}
.pt-10 {
    padding-top: 10rem;
}
.pb-1 {
    padding-bottom: 1rem;
}
.pb-2 {
    padding-bottom: 2rem;
}
.pb-3 {
    padding-bottom: 3rem;
}
.pb-4 {
    padding-bottom: 4rem;
}
.pb-5 {
    padding-bottom: 5rem;
}
.pb-6 {
    padding-bottom: 6rem;
}
.pb-7 {
    padding-bottom: 7rem;
}
.pb-8 {
    padding-bottom: 8rem;
}
.pb-9 {
    padding-bottom: 9rem;
}
.pb-10 {
    padding-bottom: 10rem;
}
.pl-0px{
    padding-left: 0px !important;
}
.pl-1 {
    padding-left: 1rem;
}
.pl-2 {
    padding-left: 2rem;
}
.pl-3 {
    padding-left: 3rem;
}
.pl-4 {
    padding-left: 4rem;
}
.pl-5 {
    padding-left: 5rem;
}
.pl-6 {
    padding-left: 6rem;
}
.pl-7 {
    padding-left: 7rem;
}
.pl-8 {
    padding-left: 8rem;
}
.pl-9 {
    padding-left: 9rem;
}
.pl-10 {
    padding-left: 10rem;
}
.pr-1 {
    padding-right: 1rem;
}
.pr-2 {
    padding-right: 2rem;
}
.pr-3 {
    padding-right: 3rem;
}
.pr-4 {
    padding-right: 4rem;
}
.pr-5 {
    padding-right: 5rem;
}
.pr-6 {
    padding-right: 6rem;
}
.pr-7 {
    padding-right: 7rem;
}
.pr-8 {
    padding-right: 8rem;
}
.pr-9 {
    padding-right: 9rem;
}
.pr-10 {
    padding-right: 10rem;
}
.p-1 {
    padding: 1rem;
}
.p-2 {
    padding: 2rem;
}
.p-3 {
    padding: 3rem;
}
.p-4 {
    padding: 4rem;
}
.p-5 {
    padding: 5rem;
}
.p-6 {
    padding: 6rem;
}
.p-7 {
    padding: 7rem;
}
.p-8 {
    padding: 8rem;
}
.p-9 {
    padding: 9rem;
}
.p-10 {
    padding: 10rem;
}

/* padding ends */
/* whitepsace starts*/

.white-space-pre-wrap {
    white-space: pre-wrap;
}
.white-space-no-wrap {
    white-space: nowrap;
}
.white-space-normal {
    white-space: normal;
}

/* whitespace ends */

/* font size starts */

.fs-8 {
    font-size: 8px;
}
.fs-10 {
    font-size: 10px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-24 {
    font-size: 24px;
}
.fs-26 {
    font-size: 26px;
}
.fs-28 {
    font-size: 28px;
}
.fs-30 {
    font-size: 30px;
}
.fs-50 {
    font-size: 50px;
}

/* font size ends */

/* font weight starts */

.fw-100 {
    font-weight: 100;
}
.fw-200 {
    font-weight: 200;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fw-bold {
    font-weight: bold;
}
.fw-bolder {
    font-weight: bolder;
}

/* font weight ends */

/* width starts */

.w-80 {
    width: 80%;
}
.w-100 {
    width: 100%;
}
.max-width-100 {
    max-width: 100%;
}
.w-fit-content {
    width: fit-content;
}
.w-0 {
    width: 0;
}
.w-10 {
    width: 10%;
}
.w-25 {
    width: 25%;
}
.w-50 {
    width: 50%;
}
.w-75 {
    width: 75%;
}
.w-inheirt {
    width: inherit;
}
.w-auto {
    width: auto;
}
.w-initial {
    width: initial;
}

/* width ends */

/* height starts */

.h-100 {
    height: 100%;
}
.max-height-100 {
    max-height: 100%;
}
.h-fit-content {
    height: fit-content;
}
.h-0 {
    height: 0;
}
.h-10 {
    height: 10%;
}
.h-25 {
    height: 25%;
}
.h-50 {
    height: 50%;
}
.h-75 {
    height: 75%;
}
.h-inheirt {
    height: inherit;
}
.h-auto {
    height: auto;
}
.h-initial {
    height: initial;
}

/* height ends */

/* content center starts */

.content-center {
    margin: 0 auto;
}
.vertical-align-middle {
    vertical-align: middle;
}
.vertical-align-baseline {
    vertical-align: baseline;
}

/* content center ends */

/* postion starts */

.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.fixed {
    position: fixed;
}
.static {
    position: static;
}
.sticky {
    position: sticky;
}

/* position ends */

/* img starts */

.img-responsive {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.object-contain {
    object-fit: contain;
}
.object-cover {
    object-fit: cover;
}

/* img ends */

/* text align starts */

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

/* text align ends */

/* text transform start */

.text-capitalize{
    text-transform: capitalize;
}

/* text decoration starts */

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

/* text decoration ends */

/* colors starts */

.text-white {
    color: white;
}
.text-black {
    color: black;
}
.bg-white {
    background-color: white;
}
.bg-black {
    background-color: black;
}
.appiness-text-color {
    color: #57bfff;
}
.appiness-bg-color {
    background-color: #00aecb;
}

/* colors ends */


/* back to top starts */

@media (max-width: 991px) {
    .back-top {
        top: 93% !important;
    }
}
.back-top {
    position: fixed;
    top: 92%;
    left: 10px;
    background: #034ea1;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s ease all;
    transform: rotate(-135deg);
    width: 40px;
    height: 40px;
}

@keyframes back {
    0% {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}
.triangle-up {
    border-right: 4px solid;
    border-bottom: 4px solid;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    width: 8px;
    margin-bottom: 4px;
    transition: all .2s;
}
.hide-back-to-top {
    cursor: default;
    opacity: 0;
}

/* back to top ends */

/* center starts */

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/* center ends */

/* visible starts */

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
/* visible ends */

/* chevron starts */

.chevron-arrow-left {
    display: inline-block;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    width: 10px; height: 10px;
    transform: rotate(135deg);
}

.chevron-arrow-right {
    display: inline-block;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    width: 10px; height: 10px;
    transform: rotate(-45deg);
}

/* chevron ends */

/* container starts */

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* container ends */

/* header starts */

header {
    box-shadow: 0 0 10px #ccc;
    width: 100%;
    border-bottom: 5px solid #034ea1;
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
.main-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}
.manipal-logo{
    width: 240px;
    height: 46px;
}
.lifes-on {
    width: 150px;
    height: 60px;
    background: linear-gradient(90deg,#034ea1 0,#00b7ac 100%);
    padding: 1px;
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 1;
}
.lifes-on:before {
    animation: 8s ease-in-out infinite ripple;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.lifes-on-img {
    background: #fff;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center
}
.checkup-pkg {
    height: 100%;
    width: 0;
    animation: 8s linear infinite pkg;
    transition: .6s ease-in-out;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.checkup-pkg, .lifes-on p{
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.checkup-pkg, .lifes-on:before {
    background: linear-gradient(90deg,#034ea1 0,#00b7ac 100%);
    border-radius: 5px;
    position: absolute;
}
.lifes-on p {
    position: absolute;
    top: 50%;
    font-size: 10.5px;
    margin: 0;
    text-align: center;
    padding: 2px;
    line-height: 15px;
    width: 100%;
    color: #fff;
    animation: 8s linear infinite pkg-txt;
    transition: .1s ease-in-out;
}
@keyframes ripple {
    0% {
        opacity: .1;
        transform: scale(1.03)
    }
    10% {
        opacity: .3;
        transform: scale(1.05)
    }
    20% {
        opacity: 1;
        transform: scale(1.06)
    }
    30% {
        opacity: .5;
        transform: scale(1.05)
    }
    100%,
    40% {
        opacity: 0;
        transform: scale(1)
    }
}
@keyframes pkg {
    0%,
    50% {
        opacity: 0;
        width: 0
    }
    60%,
    90% {
        opacity: 1;
        width: 100%
    }
    100% {
        opacity: 0;
        width: 100%
    }
}
@keyframes pkg-txt {
    0%,
    100%,
    50% {
        opacity: 0
    }
    60%,
    70%,
    90% {
        opacity: 1
    }
}
.header-right{
    display: flex;
    gap: 20px;
    align-items: center;
}
.access-lab-reports{
    border: 1px solid #00b7ac;
    border-radius: 6px;
    color: #284797;
    padding: 10px;
    margin: 0;
    position: relative;
    display: block;
    outline: 0;
    text-decoration: none;
    transition: 0.5s ease all;
    font-size: 13px;
}
.access-lab-reports:hover{
    background: linear-gradient(90deg,#034ea1 0,#00b7ac 100%);
    color: #fff;
}
.appointment{
    background: linear-gradient(90deg,#034ea1 0,#00b7ac 100%);
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    height: 38px;
    width: 150px;
    justify-content: center;
    font-size: 14px;
    line-height: 27px;
    border: none;
    color: #fff;
    margin: 0;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    font-size: 14px;
    padding: 0;
}
.appointment:hover{
    transition: 0.5s ease-in-out;
    background: linear-gradient(90deg,#0054b4 0,#43c2ba 100%);
}
.appointment svg {
    width: 18px;
    height: 18px;
    padding-right: 5px;
}
.appointment svg path {
    fill:#fff;
}

.appointment-mobile svg {
    padding-right: 2px !important;
    padding-right: 0px !important;
}
.emergency-mobile{
    border-radius: 50%!important;
    width: 25px!important;
    height: 25px!important;
    padding: 9px!important;
}
.emergency{
    background: #c61c1a;
    border-radius: 5px;
    height: 38px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .5s ease all;
    cursor: pointer; 
    border: none;
    font-size: 14px;
    padding: 0;
}
.emergency:hover{
    background: #a51613;
}
.emergency img{
    width: 30px;
    height: 18px;
}
.emergency span{
    margin-top: 2px;
}
.whitespace-initial{
    white-space: initial!important;
}
.logo-mobile{
    display: none;
}
.logo-desktop{
    display: block;
}
.mini-logo{
    width: 40px;
    height: 40px;
}
@media screen and (max-width: 576px) {
    .nav-bar {
        background: #fff !important;
        overflow-x: clip;
    }
    .nav-layout{
        justify-content: space-between;
        padding: 5px 5px 5px 10px !important;
    }
    .main-header{
        background: linear-gradient(90deg,#034ea1 0,#00b7ac 100%);
    }
    .manipal-logo-mobile{
        margin-right: auto;
    }
    .manipal-logo-mobile img{
        width: 110px;
        height: 46px;
    }
    .google_translate_icon_list{
        margin-right: 8px !important;
        margin-left: 5px !important;
    }
    .header-right{
        gap: 10px;
    }
    .access-lab-reports{
        color: #034ea1;
        padding: 9px 4px;
        font-size: 10px;
        width: auto;
        background-color: #fff;
        width: 60px !important;
        text-align: center;
        word-wrap: break-word;    
    }
    .manipal-mini-logo{
        display: none;
    }
    .appointment-mobile{
        display: flex !important;
    }
    .appointment-mobile svg path{
        fill: #034ea1 !important;
    }
    .appointment-desktop{
        display: none !important;
    }
    .emergency-desktop{
        display: none !important;
    }
    .emergency-mobile{
        display: flex !important;
    }
    .hamburger-icon{
        display: none !important;
    }
    .gg-menu-right-alt{
        display: block !important;
    }
    .search-desktop{
        display: none !important;
    }
    .checkup-pkg{
        background: #fff !important;
    }
    .lifes-on p{
        color: #034ea1 !important;
    }
    .search-mobile{
        width: 20px;
        height: 20px;
        padding: 10px;
        max-height: 20px;
        display: flex !important;
    }
    .appointment-mobile{
        width: 20px;
        height: 20px;
        padding: 10px;
        max-height: 20px;
    }
}
@media screen and (max-width: 370px) {
    .manipal-logo-mobile img{
        width: 94px !important;
    }
}
@media screen and (min-width: 577px) and (max-width:991px) {
    .search-mobile{
        display: flex !important;
        border: solid 1px #034ea1;
        width: 20px;
        height: 20px;
        padding: 10px;
        max-height: 20px;
    }
    .appointment-mobile{
        display: flex !important;
        border: solid 1px #034ea1;
        width: 20px;
        height: 20px;
        padding: 10px;
        max-height: 20px;
    }
    .appointment svg{
        width: 16px !important;
        height: 16px !important;
    }
    .appointment-mobile svg path{
        fill: #034ea1 !important;
    }
    .appointment-desktop{
        display: none !important;
    }
    .emergency-mobile{
        display: flex !important;
    }
    .emergency-desktop{
        display: none !important;
    }
    .manipal-logo{
        width: 170px !important;
    }
    .header-right{
        gap: 10px !important;
    }
    .podcast-mobile{
        border-radius: 50%!important;
        padding: 6px 8px!important;
        display: flex;
        align-items: center;
        text-decoration: none;
        background: #fff;
        max-height: 15px;
        width: 17px;
        height: 20px !important;
        max-height: 20px !important;
    }
    .podcast-mobile .micro-phone{
        margin-left: 1px;
    }
    .podcast-mobile span {
        display: none!important;
    }
    
    
}
.appointment-mobile{
    display: none;
}
.emergency-mobile{
    display: none;
}
.search-mobile{
    display: none;
    border-radius: 50%!important;
    align-items: center;
    text-decoration: none;
    background: #fff;
}
.appointment-mobile{
    border-radius: 50%!important;
    align-items: center;
    text-decoration: none;
    background: #fff;
    max-height: 20px;
}
.nav-bar{
    background: linear-gradient(90deg,#034ea1 0,#00b7ac 100%);
}
.nav-layout{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 13px;
    padding: 5px 5px 5px 0px;
}
.caret{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.nav-list{
    color: #fff;
    font-size: 13px;
    transition: 0.5s ease-in-out;
    padding: 5px;
    margin-right: 15px;
}
.nav-list:hover{
    color: #034ea1 !important;
    background: #ffffffeb;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    transition: 0.5s ease-in-out;
    padding: 5px;
}
.podcast{
    display: flex;
    align-items: center;
    background: #fff;
    color: #034fa1!important;
    border-radius: 50px;
    padding: 3px 8px;
    height: 21px;
    margin-right: 15px;
}
@media screen and (max-width: 576px) {
    .podcast-mobile{
        border-radius: 50% !important;
        padding: 8px 8px !important;
        border: 1px solid #00b7ac !important;
        display: flex;
        align-items: center;
        text-decoration: none;
        background: #fff;
        max-height: 15px;
    }
    .podcast-mobile span{
        display: none !important;
    }
}
.podcast span{
    margin-left: 4px;
}
.micro-phone {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 15px;
    height: 8px;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
    border: 2px solid;
    border-top: 0;
    margin-top: 3px;
}  
.micro-phone::after,
.micro-phone::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
} 
.micro-phone::after {
    border: 2px solid;
    width: 7px;
    height: 11px;
    left: 2px;
    top: -6px;
    border-radius: 4px;
    background-color: #034fa1;
}  
.micro-phone::before {
    width: 10px;
    height: 3px;
    top: 8px;
    left: -3px;
    box-shadow: 0 0 0, inset -2px 0 0;
}
.search-popup{
    display: flex;
    align-items: center;
    background: #fff;
    color: #034fa1!important;
    border-radius: 50px;
    padding: 3px 8px!important;
    height: 21px;
    margin-right: 15px;
    cursor: pointer;
}
.search-popup .search-text{
    margin-left: 6px;
    color: #87898b;
}
.search-icon-header {
    position: relative;
    display: inline-block;
    border-radius: 37px;
    height: 7px;
    width: 7px;
    border: 2px solid #034ea1;
    position: relative;
    bottom: 1px;
}
.search-icon-header:after {
    border-radius: 0 1px 1px 0;
    content: "";
    height: 2px;
    width: 7px;
    background: #034ea1;
    position: absolute;
    top: 8px;
    left: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.gg-menu-right-alt {
    color: #008081 !important;
}
.gg-menu-right-alt {
    box-sizing: border-box;
    position: relative;
    display: none;
    width: 26px;
    height: 24px;
    color: #fff;
    cursor: pointer;
}
.gg-menu-right-alt::after, .gg-menu-right-alt::before {
    background: linear-gradient(90deg,#034ea1 0,#00b7ac 100%) !important;
}
.gg-menu-right-alt::before {
    width: 26px;
    box-shadow: 0 18px 0;
    cursor: pointer;
}
.gg-menu-right-alt::after {
    width: 20px;
    right: 0;
    top: 9px;
    cursor: pointer;
}
.gg-menu-right-alt::after, .gg-menu-right-alt::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}
.hamburger-menu{
    position: relative;
    height: 20px;
    cursor: pointer;
}
.hamburger-icon {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 26px;
    height: 24px;
    color: #fff;
    cursor: pointer;
}
.hamburger-icon::after,
.hamburger-icon::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: block;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}
.hamburger-icon::before {
    width: 26px;
    box-shadow: 0 18px 0;
    cursor: pointer;
}
.hamburger-icon::after {
    width: 20px;
    right: 0;
    top: 9px;
    cursor: pointer;
}
.specialities-list{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 75%;
    overflow: hidden;
    transform: translateX(-50%);
    z-index: -1;
    transition: all .7s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear 10ms;
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 5px;
    border: 1px solid #034fa1;
}
.sepeciality-heading{
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
}
.center-of-excellence:hover .specialities-list{
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transition: .5s ease all;
    transition-delay: 0.3s,0.3s,0.3s;
}
.nav-list:hover .caret{
    transform: rotate(182deg);
}
.specialities-content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}
.specialities-content .montserrat-sb{
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 30px;
}
.specialities-content .montserrat-sb::-webkit-scrollbar {
    width: 3px !important;
    border-radius: 8px !important;
  }
  
  .specialities-content .montserrat-sb::-webkit-scrollbar-track {
    background: #00b7ab1c !important;
    box-shadow: none !important;
  }
  
  .specialities-content .montserrat-sb::-webkit-scrollbar-thumb {
    background: #034ea1 !important;
  }
.center-of-excellence:hover > a{
    color: #034ea1 !important;
}
.specialities-list p{
    font-family: MontserratBold, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #707070;
    font-weight: 600;
}
.specialities-list a{
    font-family: MontserratSB;
    font-size: 12px;
    line-height: 34px;
    color: #707070;
    transition: .5s;
    cursor: pointer;
    text-decoration: none;
    border-bottom: solid 1px #70707033;
    display: block;
}
.specialities-list a:hover{
    padding-left: 5px;
    color: #034ea1;
}

.hospitals-list{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    /* right: 20%; */
    width: 200px;
    height: 395px;
    transform: translateY(-2em);
    z-index: -1;
    transition: all .7s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear 10ms;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #034fa1;
    left: -100%;
}
.hospitals:hover .hospitals-list {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transition: .5s ease all;
    transform: translateY(0);
    transition-delay: 0.3s,0.3s,0.3s;
}
/* } */
.hospitals:hover > a{
    color: #034ea1 !important;
}
.hospitals-list p{
    font-family: MontserratBold, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #707070;
    font-weight: 600;
}
.hospitals-list a{
    font-family: MontserratSB;
    font-size: 14px;
    line-height: 34px;
    color: #585757;
    /* margin: 0 10px 0 0; */
    transition: .5s;
    cursor: pointer;
    text-decoration: none;
    /* border-bottom: solid 1px #70707033; */
    display: block;
}
/* .hospitals-list a:hover{
    transform: scale(1.02);
} */


.hospital-menu-three a {
    border: 0 !important;
    display: flex !important;
    margin-bottom: 4px;
}
.hospital-city{
    margin-top: 2px;
    margin-left: 10px;
    text-transform: capitalize;
    color: #585757;
    font-size: 14px;
}
.hamburger-menu-list{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 143%;
    right: 0;
    width: 250px;
    height: auto;
    overflow: auto;
    transform: translateY(-2em);
    z-index: -1;
    transition: all .7s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear 10ms;
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 5px;
    border: 1px solid #034fa1;
}
@media screen and (min-width: 577px) {
    .hamburger-menu:hover .hamburger-menu-list{
        visibility: visible;
        opacity: 1;
        z-index: 9999;
        transition: .5s ease all;
        transform: translateY(0);
        transition-delay: 0s,0s,.3s;
    }   
}
@media screen and (max-width: 576px) {
    .hamburger-close{
        display: flex !important;
    }    
}
.hamburger-close{
    width: 30px;
    height: 30px;
    display: none;
    justify-content: right;
    align-items: center;
    border: 2px solid #bfc3c3;
    border-radius: 100px;
    cursor: pointer;
    position: absolute;
    text-align: center;
    margin-left: auto;
    right: 8px;
    top: 3px;
}
.hamburger-close i{
    position: absolute;
    right: 8px;
    transition: all .2s;
    font-size: 24px;
    font-weight: bolder;
    text-decoration: none;
    color: #9fa2a8;
    text-align: center;
    bottom: 4px;
    font-family: normal;
    line-height: 1;
    font-style: normal;
}
.hamburger-active{
    visibility: visible !important;
    opacity: 1 !important; 
    z-index: 9999 !important;
    transition: .5s ease all !important;
    transform: translateY(0) !important;
    transition-delay: 0s,0s,.3s !important;
}
.hamburger-menu-list a:hover{
    background: linear-gradient(90deg,#034ea1 0,#00b7ac 100%);
    color: #fff;
    border-radius: 2px;
    width: 90%;
    display: block;
    margin-left: 5px;
    transition: 0.5s ease all;
}    
.hamburger-menu a{
    color: #707070;
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    width: max-content;
    transition: 0.5s ease all;
    font-family: MontserratSB, Helvetica, sans-serif;
}
.hamburger-menu-list hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e5e5e5;
    padding: 0;
    height: 1px;
}
.ham-menu {
    display: flex;
    flex-wrap:wrap;
    grid-row-gap: 8px;
}
.ham-menu a{
    border-right: 1px solid #ccc;
    padding: 5px 10px;
    width: auto !important;
    font-family: MontserratSB, Helvetica, sans-serif;
}
.ham-menu a:hover{
    width: auto !important;
}
.no-border{
    border: none !important;
}
.ham-contact-us{
    border: 1px solid #00b7ac;
    border-radius: 5px;
}
.ham-contact-us:hover{
    margin-left: 5px;
    border-radius: 5px;
    transition: 0.5s ease all;
    background: none !important;
    color: #034ea1 !important;
    width: fit-content !important;
}
.accordion-item {
    margin: 0;
    overflow: hidden;
    position: relative;
    border: none;
    outline: none;
    transition: 0.5s ease-in-out;
}
.accordion-item #hospital{
    border: 1px solid #034ea1;
}
.accordion-item.active .hospital-accordion-body{
    transition: 0.5s ease all;
    visibility: visible !important;
    height: max-content !important;
    padding-left: 10px;
    padding-top: 10px;
}
.accordion-item.active .accordion-chevron{
    transform: rotate(180deg);
}
.hospital-accordion-body{
    visibility: hidden;
    /* margin-left: 10px; */
    height: 0;
    transition: 0.5s ease all;
    /* background: linear-gradient(90deg,#034ea1 0,#00b7ac 100%); */
    border: 1px solid #034ea1;
    margin-top: 10px;
}
.accordion-chevron{
    transition: 0.5s ease all;
    position: absolute;
    right: 20px;
}
.accordion-sub-chevron{
    transition: 0.5s ease all;
    position: absolute;
    right: 26px;
}
.accordion-sub-menu {
    margin: 0;
    overflow: hidden;
    position: relative;
    border: none;
    outline: none;
    transition: 0.5s ease-in-out;
}
.accordion-sub-menu.sub-active .hospital-list-accordion{
    transition: 0.5s ease all;
    visibility: visible !important;
    height: max-content !important;
    margin-top: 5px;
}
/* .accordion-sub-menu{
    filter: brightness(0) invert();
} */
.accordion-sub-menu.sub-active .accordion-chevron{
    transform: rotate(180deg);
}
.accordion-sub-menu.sub-active .accordion-sub-chevron{
    transform: rotate(180deg);
    right: 21px;
}
.hospital-list-accordion{
    visibility: hidden;
    /* margin-left: 23px; */
    height: 0;
    transition: 0.5s ease all;
}
.accordion-chevron::after,.accordion-chevron::before{
    position:relative;
    content:'';
    display:block;
    width:9px;
    height:1px;
    background:#15181b;
    transition:.3s ease-in-out
}
.accordion-chevron::before{
    transform: rotate(45deg);
}
.accordion-chevron::after{
    left: 6px;
    top: -1px;
    transform: rotate(-45deg);
}
.accordion-sub-chevron::after,.accordion-sub-chevron::before{
    position:relative;
    content:'';
    display:block;
    width:9px;
    height:1px;
    background:#034ea1;
    transition:.3s ease-in-out
}
.accordion-sub-chevron::before{
    transform: rotate(45deg);
}
.accordion-sub-chevron::after{
    left: 6px;
    top: -1px;
    transform: rotate(-45deg);
}
.hospital-list-accordion-others > a{
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}
.ml-0px{
    margin-left: 0px !important;
}
.hospital-list-accordion-others > a span{
    color: #000 !important;
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
.hospital-accordion-list .accordion-sub-menu{
    filter: none !important;
}
.pl-10px{
    padding-left: 10px;
}
.pl-11px{
    padding-left: 11px;
}
.pl-12px{
    padding-left: 12px;
}
.pr-5px{
    padding-right: 5px !important;
}
.pr-7px{
    padding-right: 7px !important;
}
.pr-14px{
    padding-right: 14px !important;
}
.pr-19px{
    padding-right: 19px !important;
}
.hospital-list-accordion-others>a img{
    padding-right: 13px;
}
.hospital-accordion{
    display: none;
}
.location {
    width: 13px ;
    height: 13px ;
    background-color: #034ea1 ;
    border-radius: 20px 20px 0px 20px ;
    position:relative ;
    transform: rotate(45deg);
    margin-right: 4px;
}
.location::after {
    content: "" ;
    width: 5px ;
    height: 5px ;
    background: #fff ;
    position: absolute ;
    left: 26% ;
    top: 26% ;
    border-radius: 20px ;
}
@media screen and (min-width: 769px) {
    .hospital-dropdown-mobile{
        display: none;
    }   
}
.hospital-dropdown-mobile .hospital-data{
    display: flex;
    width: fit-content;
    border-radius: 8px;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #034ea1;
    background: #fff;
    align-items: center;
}
/* .hospital-dropdown-mobile .hospital-data div{
    padding-left: 4px;
} */ 
.hospital-name{
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    color: #034ea1;
}
@media screen and (max-width: 430px){
    .hospital-name{
        max-width: 80px;
    }
}
/* .hospital-dropdown-mobile .hospital-data span{
    color: #034ea1;
} */
.hospital-accordion-list{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 120%;
    left: -20px;
    width: 200px;
    max-height: 390px;
    overflow: auto;
    transform: translateY(-2em);
    z-index: 1;
    transition: all .7s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear 10ms;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #034fa1;
}
/* .hospital-dropdown-mobile:hover .hospital-accordion-list{
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transition: .5s ease all;
    transform: translateY(0);
    transition-delay: 0s,0s,.3s;
    margin-left: 10px;
} */
.hospital-accordion-list-active{
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transition: .5s ease all;
    transform: translateY(0);
    transition-delay: 0s,0s,.3s;
    margin-left: 10px;
}
.hospital-accordion-list .accordion-sub-menu .hospital-list a{
    display: block;
    padding: 3px 10px;
    text-decoration: none !important;
    width: max-content;
    transition: .5s ease all;
    font-size: 13px !important;
    line-height: 27px !important;
    font-family: Montserrat,Helvetica,sans-serif;
    margin: 0;
    text-indent: 35px;
}
.hospital-accordion-list a{
    margin-bottom: 15px;
}
.hospital-accordion-list .accordion-sub-menu .hospital-city{
    font-family: Montserrat, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 27px !important;
}
@media screen and (max-width: 767px) {
    .hospital-accordion{
        display: block;
    }
    .hamburger-menu-list{
        height: 420px !important;
    }
}
/* google translator starts */
.google-translate-desktop{
    display: none;
}
.google-translate-mobile{
    display: none;
}
@media screen and (min-width:481px) {
    .google-translate-desktop{
        margin-right: 15px;
        max-height: 31px;
        display: block;
    }
    .google-translate-desktop img{
        width: 100%;
        height: 30px;
    }
}
@media screen and (max-width:480px) {
    .google-translate-mobile{
        margin-right: 9px;
        margin-left: 9px;    
        max-height: 31px;
        display: block;
    }
    .google-translate-mobile img{
        width: 100%;
        height: 30px;
    }
    .bg-bengali-desktop, .bg-telugu-desktop, .bg-kannada-desktop, .bg-tamil-desktop, .bg-hindi-desktop, .bg-Group-1308, .bg-punjab-desktop{
        display: none;
    }
}

#google_translate_element {
    width: 65px;
    overflow: hidden;
    opacity: 0;
    max-height: 30px;
}
.goog-te-banner-frame {
    visibility: hidden !important;
}
.google_translate_icon_list {
    position: relative !important;
    margin-right: 15px;
    overflow: hidden;
}
.google_icons_custom {
    position: absolute;
    z-index: -1;
    height: 35px;
    width: 35px;
    overflow: hidden;
}
.google_translate_inner_logo {
    position: absolute !important;
}
#google_translate_element .goog-te-gadget span {
    line-height: 24px !important;
}
#google_translate_element .goog-te-menu2 table {
    width: 150px !important;
}
@media only screen and (max-width: 480px) {
    .hidden-mobile {
        display: block;
    }
    .hidden-desktop {
        display: none;
    }
    #google_translate_element {
        width: 35px;
    }
}
@media (min-width: 481px) and (max-device-width: 2440px) {
    .hidden-mobile {
        display: none;
    }
    .hidden-desktop {
        display: block;
    }
    #google_translate_element {
        width: 74px;
    }
    .google_translate_inner_logo {
        box-shadow: 0 0 4px #cacaca;
        border-radius: 17px;
    }
}
@media (min-width: 768px) and (max-device-width: 780px){
    .nav-list{
        white-space: nowrap;
        margin-right: 3px !important;
        font-size: 12px;
    }
    .hospital-dropdown-mobile {
        margin-right: 9px !important;
    }
}
.hospital-dropdown-mobile {
    z-index: 9999;
}
.goog-te-banner-frame.skiptranslate{
    display:none !important
}
.skiptranslate iframe {
    top: -100px;
    display: none;
}
#translationDetector {
    position: absolute;
    display: block;
    height: 0;
    overflow: hidden;
    line-height: 0;
}
.bg-Group-1308 {
    width: 73px;
    height: 28px;
    background: url(../../images/manipal-sprites.png) -10px -104px;
}
@media (min-width: 481px) and (max-device-width: 2440px){
    .google_translate_inner_logo {
        box-shadow: 0 0 4px #cacaca;
        border-radius: 17px;
    }
}
@media (min-width: 481px) and (max-device-width: 2440px){
    .hidden-desktop {
        display: block;
    }
    .hidden-mobile {
        display: none;
    }
    .google_translate_inner_logo {
        box-shadow: 0 0 4px #cacaca;
        border-radius: 17px;
    }
    #google_translate_element {
        width: 74px;
    }
}
.click-text, .langs {
    cursor: pointer;
}
.bg-english-mobile {
    background: url(../../images/manipal-icons-sprites.png) -65px -154px;
}
.bg-punjab-desktop,
.bg-punjab-mobile {
    width: 73px;
    height: 28px;
    background: url(../../images/manipal-icons-sprites.png) -68px -202px;
}
.bg-punjab-mobile {
    background: url(../../images/manipal-icons-sprites.png) -176px -198px;
}
.bg-marathi-desktop,
.bg-marathi-mobile {
    width: 73px;
    height: 28px;
    background: url(../../images/manipal-icons-sprites.png) -226px -202px;
}
.bg-marathi-mobile {
    background: url(../../images/manipal-icons-sprites.png) -195px -107px;
}
.bg-bengali-mobile, .bg-english-mobile, .bg-hindi-mobile, .bg-kannada-mobile, .bg-tamil-mobile, .bg-telugu-mobile {
    width: 36px;
    height: 29px;
    margin-left: 5px;
}
.bg-bengali-mobile,
.bg-english-mobile,
.bg-hindi-mobile,
.bg-kannada-mobile,
.bg-tamil-mobile,
.bg-telugu-mobile {
    width: 36px;
    height: 29px;
    margin-left: 5px;
}
.bg-hindi-mobile {
    background: url(../../images/manipal-icons-sprites.png) -196px -65px;
}
.bg-bengali-mobile {
    background: url(../../images/manipal-icons-sprites.png) -10px -154px;
}
.bg-english-mobile {
    background: url(../../images/manipal-icons-sprites.png) -65px -154px;
}
.bg-telugu-mobile {
    background: url(../../images/manipal-icons-sprites.png) -120px -154px;
}
.bg-tamil-mobile {
    background: url(../../images/manipal-icons-sprites.png) -175px -154px;
}
.bg-kannada-mobile {
    background: url(../../images/manipal-icons-sprites.png) -251px -10px;
}
.bg-telugu-desktop {
    width: 73px;
    height: 28px;
    background: url(../../images/manipal-icons-sprites.png) -10px -10px;
}
.bg-kannada-desktop {
    width: 73px;
    height: 28px;
    background: url(../../images/manipal-icons-sprites.png) -103px -10px;
}
.bg-bengali-desktop {
    width: 73px;
    height: 28px;
    background: url(../../images/manipal-icons-sprites.png) -10px -58px;
}
.bg-tamil-desktop {
    width: 73px;
    height: 28px;
    background: url(../../images/manipal-icons-sprites.png) -103px -58px;
}
.bg-hindi-desktop {
    width: 73px;
    height: 28px;
    background: url(../../images/manipal-icons-sprites.png) -10px -106px;
}
#google_translate_element .goog-te-gadget span {
    line-height: 24px!important;
    font-size: 14px;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    text-decoration: none;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf{
    display: none;
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed{
    pointer-events: none;
    cursor: default;
}
/* google translate ends */
@media screen and (max-width: 576px) {
    .logo-desktop{
        display: none;
    }
    .logo-mobile{
        display: block;
    }
    .lifes-on{
        width: 130px;
        height: 60px;
    }
}
.emrgncy-num{
    white-space:  nowrap;
}
#emergency.popup-active{
    overflow-y: scroll;
}
/* header ends */
/* footer starts */
.footer{
    background-color: #13110c;
}
.footer-end-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.footer-content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    padding: 50px 0 0 0;
}
.manipal-address{
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
}
.email-footer{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.manipal-social-media{
    display: flex;
    align-items: center;
    gap: 10px;
}
.manipal-social-media a{
    border-radius: 50%;
    padding: 10px;
    background-color: #fff;    
    width: 6% !important;
    transition: 0.5s ease all;
}
.manipal-social-media a:hover{
    transform: scale(1.1);
}
.manipal-social-media a img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
.manipal-play-store{
    background-color: #164194;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 7px;
    margin-top: 10px;
    padding: 6px 50px 6px 50px;
}
.pricing{
    background-color: #fff;
    color: #024d9f;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: flex;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    width: fit-content;
}
.footer-heading{
    font-family: MontserratSB;
    font-size: 18px;
    line-height: 22px;
    display: block;
    color: #fff;
}
.footer-sub-heading{
    margin-top: 3rem;
    padding-left: 0px;
    list-style-type: none;
}
.footer-sub-heading li{
    transition: 0.5s ease all;
}
.footer-sub-heading li:hover{
    transition: 0.5s ease all;
    transform: scale(1.05);
}
.footer-sub-heading li:hover a{
    transition: 0.5s ease all;
    color: #fff;
}
.footer-sub-heading li a{
    text-decoration: none;
    font-size: 14px;
    line-height: 39px;
    color: #f4f7fd80;
    font-weight: 600;
}
.manipal-locations{
    padding: 16px 0px 16px 0px;
    background: #00b7ac;
    text-align: center;
    width: 100%;
}
.manipal-locations p a{
    color: #fff;
    padding: 0 3%;
    text-decoration: none;
    font-family: Montserrat, 'Helvetica';
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    border-right: 2px solid #ccc;
}
.copy-right{
    color: #f4f7fd80;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
}
.privacy-policy{
    color: #f4f7fd80;
    text-align: end;
}
.privacy-policy a{
    color: #f4f7fd80;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
}
.privacy-policy a:hover{
    transition: 0.5s ease all;
    color: #fff;
}
@media screen and (min-width: 577px) and (max-width: 992px) {
    .footer-content{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 992px) {
    .footer-heading{
        margin-top: 2rem;
    }
    .footer-sub-heading{
        margin-top: 1rem;
    }
}
@media screen and (max-width: 576px) {
 
    .footer-content{
        display: grid;
        grid-template-columns: 1fr;
        padding-bottom: 15px;
    }
    .manipal-locations p a{
        font-size: 10px !important;
        line-height: 28px !important;
    }
    .footer-end-content{
        grid-template-columns: 1fr !important;
        gap: 0px !important;
    }
    .keywords-area-grid{
        grid-template-columns: 1fr !important;
    }
    .privacy-policy a{
        font-size: 10px !important;
        line-height: 20px !important;
        white-space: nowrap;
    }
}

/* footer ends */

/* beware of scam starts */

.scam-text,
.scam-text span {
    transition: 1s ease-in-out;
    margin: 0
}

.beware-position {
    position: relative;
    cursor: pointer
}

.anim-section {
    position: fixed;
    bottom: 8%;
    left: 15px;
    margin: 0;
    z-index: 100
}

.scam-text {
    background: linear-gradient(90deg, #a90505 0, #ff9c9c 126.8%);
    width: 60px;
    top: 2px;
    left: 25px;
    text-align: center;
    border-radius: 5px;
    z-index: -1;
    padding: 3px 2px 3px 12px;
    animation: 4s linear infinite beware-txt;
    height: 74%;
    overflow: hidden;
    position: absolute;
    color: #fff
}

.scam-text span {
    right: 5px;
    animation: 3s linear infinite;
    font-size: 10px;
    line-height: 13px;
    display: block
}

@keyframes beware-txt {
    0% {
        opacity: 0;
        width: 0%
    }
    25%,
    50%,
    75% {
        opacity: 1;
        width: 60px
    }
    100% {
        opacity: 0;
        width: 0
    }
}

.review-us{
    border-radius: 0px;
    width: 100%;
    height: 100%;
}
#yellow-messenger-icon {
    position: fixed;
    bottom: 5%;
    right: 19px;
    margin: 0;
    z-index: 100;
}
#yellow-messenger-icon img{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0px;
    object-fit: cover !important;
}
/* beware of scame ends */
/* popup css starts */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}
.popup-active {
    visibility: visible;
    opacity: 1;
}
  .popup {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    transition: all 5s ease-in-out;
}

@media (min-width: 768px){
    #appointment .popup {
        width: 600px;
        margin: 30px auto;
    }
}
  
#appointment .popup .modal-heading {
    margin-top: 0;
    color: #000;
    font-size: 14px;
    line-height: 27px;
}
.popup .close-popup {
    position: absolute;
    right: 20px;
    transition: all .2s;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
}
.popup .close-popup:hover {
    color: #000;
}
.popup .modal-content {
    overflow: auto;
}
.tel-number{
    color: #034ea1;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
}
.telephone svg{
    width: 28px;
    height: 28px;
}
.telephone svg path{
    fill: none;
    stroke: #c61c1a;
    stroke-width: 10;
}
#appointment .popup{
    top: 30%;
}
#emergency .popup{
    padding: 10px !important;
}
#emergency .popup .modal-heading {
    color: #fff;
    font-size: 14px;
    background: #c61c1a;
    display: flex;
    padding: 10px 30px;
    border-radius: 20px;
    align-items: center;
    margin-bottom: 0px;
}

.modal-heading a{
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
.modal-heading a svg{
    width: 20px;
    height: 18px;
    padding: 0px 5px 4px 5px;
}
.modal-heading a svg path {
    fill: #fff;
}
@media screen and (min-width: 992px){
    #emergency .popup {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        margin: 0; /* override margin to avoid accidental vertical offset */
        z-index: 9999; ;
    }
}
@media screen and (min-width: 821px){
    #emergency .numberset-one{
        border-right: solid 2px #034ea1;
        height: 100%;
     }
}
.numberset-one table{
    width: 100%;
    border-collapse: collapse;
}
.numberset-two table{
    width: 100%;
    border-collapse: collapse;
}
#emergency .modal-content a {
    font-size: 14px;
    line-height: 27px;
    color: #121212;
    text-align: left;
    padding: 8px 0px;
    text-decoration: none;
}
#emergency .modal-content a:hover{
    color: #034ea1;
    transition: .5s ease all;
    transform: scale(1.005);
}
#emergency .modal-content table tr:nth-child(2n) {
    background-color: #f7f7f7;
}
#emergency .modal-content table tr:nth-child(odd) {
    background-color: #fff;
}
#emergency .modal-content table tr td:last-child {
    text-align: right;
}
#emergency .modal-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: baseline;
    gap: 5px;
}
@media screen and (max-width: 820px) {
    #emergency .modal-content{
        grid-template-columns: 1fr;
    }
    #emergency .popup {
        width: 90% !important;
    }
    #emergency .popup .modal-content {
        height: 600px;
        overflow: auto;
    }
}
@media screen and (max-width: 576px) {
    #emergency .modal-content table tr td{
        width: 50% !important;
        white-space: initial !important;
    }
    #emergency .modal-content a{
        padding: 0px !important;
    }
    #emergency .popup .modal-heading {
        flex-direction: row;
    }
}
@media screen and (max-width: 991px) {
    #emergency .popup {
        width: 98%;
        margin: 30px auto;
    }
}
#emergency .modal-content table tr td {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
    text-align: left;
    padding: 8px 6px;
    transition: .5s;
    white-space: nowrap;
}

.modal-content .input-group{
    border-bottom: 1px solid #fff;
    position: relative;
    display: flex;
    border-collapse: separate;
    color: #fff;
    align-items: center;
}
.modal-content .input-group .form-control{
    color: #fff!important;
    font-size: 14px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 34px;
    padding: 6px 12px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    appearance: none !important;
    -webkit-appearance: none !important;
}
#search-popup .input-group button{
    background-color: transparent;
    color: #fff;
    opacity: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 0;
    padding: 6px 12px;
    display: inline-block;
    outline: 0;
    margin: 0;
}
#search-popup .popup{
    background: 0 0!important;
    top: 35% !important;
    width: 600px;
    display: block;
    margin: 0 auto;
}
#search-popup .modal-content .search-icon-header{
    border-radius: 37px;
    height: 10px;
    width: 10px;
    border: 2px solid #ffffff;
}
#search-popup .modal-content .search-icon-header::after{
    height: 3px;
    width: 8px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 8px;
}
#search-popup .modal-content .input-group input[type=search]::placeholder {
    color: #fff!important;
    font-size: 14px;
}
#search-popup .close-popup{
    opacity: 1!important;
    color: #fff!important;
}

@media screen and (max-width: 767px) {
    #search-popup .popup{
        width: 85% !important;
    }
}

#write-to-coo img{
    display: block;
    margin: 0 auto;
    width: auto;
}
#write-to-coo .popup {
    width: 530px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#write-to-coo h3, #write-to-coo h4{
    font-size: 20px;
    line-height: 24px;
    color: #034ea1;
    text-align: center;
    margin: 0px;
}
#write-to-coo h4{
    padding-top: 10px;
    padding-bottom: 10px;
}

#write-to-coo .modal-header {
    padding: 6px 20px 6px 20px !important;
}
#write-to-coo .formArea {
    padding: 15px;
}
#write-to-coo .form-group, select:focus, textarea:focus {
    box-shadow: none;
    outline: 0;
}
#write-to-coo .form-group {
    margin-bottom: 15px;
}
#write-to-coo form .form-control, #write-to-coo form .form-control::placeholder {
    font-size: 14px;
    line-height: 22px;
    color: #034ea1!important;
    font-weight: 600!important;
}
#write-to-coo form .form-control {
    background-color: #f3f3f3;
    border: 1px solid #b9c6e0;
    box-sizing: border-box;
    width: 100%;
}
#write-to-coo .form-control {
    display: block;
    width: 95%;
    height: 35px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#write-to-coo form label {
    color: #e91818;
    font-size: 10px;
    position: absolute;
    line-height: 15px;
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
#write-to-coo .formCta .btn {
    font-size: 16px;
    line-height: 18px;
    color: #fff!important;
    padding: 14px 55px;
    background-color: #034ea1;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#write-to-coo .modal-content{
    position: relative;
    padding: 15px;
    height: auto;
    overflow: auto;
}
.form-hospital-select{
    width: 100% !important;
    height: 34px !important;
}
#write-to-coo .form-group textarea{
    resize: vertical; 
    height: 45px;
}
@media screen and (max-width: 576px) {
    #write-to-coo .popup{
        width: 90%;
    }
}

/* review us popup starts */

#review-us .popup{
    max-height: 80vh;
    overflow-y: auto;
    position: fixed;
    padding: 0px 10px 10px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
#review-us .popup .modal-heading {
    margin-top: 0;
    color: #034ea1;
    font-size: 16px;
    line-height: 27px;
    margin: 0px auto 5px;
}
@media screen and (min-width: 992px){
    #review-us .popup {
        width: fit-content;
    }
}
@media screen and (min-width: 768px){
    #review-us .numberset-one::after{
        content: "";
        background-color: #034ea1;
        position: absolute;
        width: 2px;
        height: 100%;
        top: 10px;
        left: 50%;
        display: block;
    }
}
.numberset-one table{
    width: 100%;
    border-collapse: collapse;
}
.numberset-two table{
    width: 100%;
    border-collapse: collapse;
}
#review-us .modal-content a {
    font-size: 14px;
    line-height: 27px;
    color: #121212;
    text-align: left;
    padding: 8px 6px;
    text-decoration: none;
}
#review-us .modal-content a:hover{
    color: #034ea1;
    transition: .5s ease all;
    transform: scale(1.005);
}
#review-us .modal-content table tr:nth-child(2n) {
    background-color: #f7f7f7;
}
#review-us .modal-content table tr:nth-child(odd) {
    background-color: #fff;
}
#review-us .modal-content table tr td:last-child {
    text-align: left;
}
#review-us .modal-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}
@media screen and (max-width: 767px) {
    #review-us .modal-content{
        grid-template-columns: 1fr;
    }
    #review-us .popup {
        width: 90% !important;
    }
    #review-us .popup .modal-content {
        height: 600px;
        overflow: auto;
    }
}
@media screen and (max-width: 576px) {
    #review-us .modal-content table tr td{
        white-space: nowrap !important;
    }
    #review-us .modal-content a{
        padding: 0px !important;
    }
}
@media screen and (max-width: 991px) {
    #review-us .popup {
        width: fit-content;
    }
}
#review-us .modal-content table tr td {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
    text-align: left;
    padding: 8px 6px;
    transition: .5s;
    white-space: nowrap;
}

/* review us popup ends */

/* popup css ends */

/* book slider starts */

.hm-book-btn-container {
    width: 172px;
    position: fixed;
    top: 150px;
    right: -172px;
    transition: .5s ease-in-out;
    z-index: 999;
}
.hm-book-btn-div {
    position: relative;
    background: #fff;
}
.hm-book-btn-container button:hover, .rgtBox a {
    font-size: 14px;
}
.down-background img, .rgtbx-ico {
    margin-right: 10px;
}
.bg-icon1 {
    width: 25px;
    height: 24px;
    background: url(assets/images/manipal-icons-sprites.png) -103px -106px!important;
}
.bg-iccon2 {
    width: 24px;
    height: 24px;
    background: url(assets/images/manipal-icons-sprites.png) -148px -106px!important;
}
.bg-icon3 {
    width: 25px;
    height: 25px;
    background: url(assets/images/manipal-icons-sprites.png) -251px -107px!important;
}
.dark-blue-a .home-phone, .home-globeLat, .home-pen {
    padding: 5px;
    font-size: 18px;
}
.hm-book-btn-container button {
    background-color: #034ea1;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 6px 6px 0 0;
    transform: rotate(-90deg);
    padding: 10px 30px 10px 20px;
    box-shadow: 0 0 10px #000;
    position: absolute;
    top: 28px;
    left: -67px;
    display: flex;
    align-items: center;
}
.coo-btn {
    position: unset!important;
    box-shadow: none!important;
    transform: unset!important;
    padding: 10px!important;
    background: 0 0!important;
    width: auto!important;
}
.bg-blue, .bg-pink {
    background-color: #fff;
    color: #034ea1;
}
.rgtbox-show {
    right: 0 !important;
    transition: .5s ease-in-out
}
.rgtBox a {
    background: #fff;
    padding: 6px 10px;
    color: #034ea1;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hm-book-btn-container button:hover, .rgtBox a {
    font-size: 14px;
    text-decoration: none!important;
    cursor: pointer;
}
.bg-icon1 {
    width: 25px;
    height: 24px;
    background: url(../../images/manipal-icons-sprites.png) -103px -106px!important;
}
.bg-iccon2 {
    width: 24px;
    height: 24px;
    background: url(../../images/manipal-icons-sprites.png) -148px -106px!important;
}
.bg-icon3 {
    width: 25px;
    height: 25px;
    background: url(../../images/manipal-icons-sprites.png) -251px -107px!important;
}
.wtc-icon {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(-45deg) scale(var(--ggs,1));
    width: 14px;
    height: 4px;
    border-right: 2px solid transparent;
    box-shadow:
        0 0 0 2px,
        inset -2px 0 0;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    margin-right:10px;
}
.wtc-icon::after,
.wtc-icon::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}
.wtc-icon::before {
    background: currentColor;
    border-left: 0;
    right: -6px;
    width: 3px;
    height: 4px;
    border-radius: 1px;
    top: 0
}
.wtc-icon::after {
    width: 8px;
    height: 7px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 7px solid;
    left: -11px;
    top: -2px
}
.healthCheckCont {
    display: flex;
    align-items: center;
    padding: 0px 5px;
    gap: 10px;
}
.bookslider-contact-us{
    display: flex;
    align-items: center;
    padding: 0px 5px;
}
.bookslider-contact-us i{
    margin-right: 12px;
}
.contact-us-glob,
.contact-us-glob::after,
.contact-us-glob::before {
 display: block;
 box-sizing: border-box;
 height: 20px;
 border: 2px solid
}

.contact-us-glob {
 position: relative;
 transform: scale(var(--ggs,1));
 width: 20px;
 border-radius: 22px
}

.contact-us-glob::after,
.contact-us-glob::before {
 content: "";
 position: absolute;
 width: 10px;
 border-radius: 100%;
 top: -2px;
 left: 3px
}

.contact-us-glob::after {
 width: 26px;
 height: 22px;
 border: 2px solid transparent;
 border-bottom: 2px solid;
 top: -10px;
 left: -5px
} 
.bookslider-phone {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    transform: scale(var(--ggs,1));
    margin-right: 10px;
    background-color: #fff;
    border-radius: 50px;
    color: #034fa1;
}
   
.bookslider-phone::after,
.bookslider-phone::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute
}

.bookslider-phone::after {
width: 18px;
height: 18px;
border-top-left-radius: 1px;
border-bottom-right-radius: 1px;
border-bottom-left-radius: 12px;
border-left: 4px solid;
border-bottom: 4px solid;
left: 9px;
bottom: 8px;
background:
linear-gradient(
to left,
currentColor 10px,
transparent 0
) no-repeat right 11px/6px 4px,
linear-gradient(
to left,
currentColor 10px,
transparent 0
) no-repeat -1px 0/4px 6px
}

.bookslider-phone::before {
    width: 20px;
    height: 20px;
    border: 6px double;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    transform: rotate(-45deg);
    bottom: 7px;
    left: 8px;
} 
.call-us-bookslider{
    background-color: #034ea1 !important;
    color: #fff !important;
    padding: 7px 10px !important;
}
.call-us-bookslider i{
    color: #034ea1 !important;
}
#review .modal-header span {
    font-size: 16px;
    font-weight: 600;
    color: #034fa1;
}
#review .modal-header {
    color: #034fa1 !important;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
#review .reviewlist{
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-decoration: none;
    list-style: none;
    margin: 0 auto;
    padding: 0px 0px;
    align-items: center;
}
.modal-wrapper #review{
    width: max-content !important;
    height: max-content !important;
    padding: 20px 10px 0px 10px;
}
.ver-line {
    border-right: 2px solid #034fa1;
    height: inherit;
}
.reviewlist li:nth-child(odd) {
    background-color: #f7f7f7;
}
.reviewlist li:nth-child(2n) {
    background-color: #fff;
}
.review-liststyle li {
    list-style: none;
    padding: 8px 14px;
}
.review-liststyle li a {
    text-decoration: none!important;
    cursor: pointer;
    font-size: 14px;
    line-height: 27px;
    color: #333;
}
#review .close-review:hover{
    color:#000 !important;
    opacity: 1 !important;
}
.custom-chevron-right {
    display: inline-block;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    transition: transform .3s ease;
    position: relative;
    left: 10px;
    border-radius: 1px;
}
.rotate {
    transform: rotate(221deg);
}
.rotate-extra {
    transform: rotate(43deg);
}
.grecaptcha-badge{
    width: 0 !important;
}
#write-to-coo .text-danger{
    color: #e91818;
    font-family: Montserrat;
    font-size: 10px;
    position: absolute;
    line-height: 15px;
    display: block;
}
.keyword-search-main{
    background-image: url("../../images/flowers-bg.webp");
    background-image: image-set("../../images/flowers-bg.webp" type("image/webp"),"../../images/flowers-bg.png" type("image/png"));
    background-color: #fff;
    padding: 2px 0px;
}
.keyword-search-main button{
    background: linear-gradient(90deg,#034ea1 0,#00b7ac 100%);
    padding: 5px 40px 5px 30px;
    color: #fff!important;
    border-radius: 6px;
    border: none;
    outline: none;
    display: block;
    margin: 5px auto;
}
.keywords-area{
    padding: 20px 0px;
}
.keywords-area-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.keywords-area-div{
    border: 1px solid #034fa1;
    border-radius: 10px;
    padding: 15px 22px;
}
.keywords-area-div h4 {
    color: #034ea1;
    font-size: 18px;
    padding: 10px 0;
    margin: 0px;
    font-weight: 700;
}
.keywords-area-div a{
    display: list-item;
    color: #15181b;
    text-decoration: none!important;
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 12px;
    margin-bottom: 5px;
    font-size: 10px;
}
.keyword-common-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
#popular-search-arrow.custom-chevron-right{
    top: 2px;
}
#popular-search-arrow.rotate {
    transform: rotate(225deg) !important;
    top: 1px !important;
}
#popular-search-arrow.rotate-extra {
    transform: rotate(43deg);
    top: -1px;
}
.footer-nav {
    background: #f2f2f2;
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-block;
    position: relative;
}
.breadcrumb-chevron-right{
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(314deg);
    left: 5px;
}
.footer-nav a{
    margin-left: 10px;
}
.modal-content::-webkit-scrollbar-thumb {
    background-color: rgb(0, 0, 0, 0.9);
    border: 1px solid #555555;
    border-radius: 30px;
}

.modal-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: transparent;
}

.modal-content::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.modal-content::-webkit-scrollbar-thumb {
    background-color: #034ea1;
    border: 1px solid transparent;
    border-radius: 30px;
}
.clinics-align{
    color: #034ea1;
    align-items: center;
    margin: 10px 0;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-thumb {
    background: #034ea1;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #00b7ab6e;
    border-radius: 10px;
}
.accordion-sub-menu a{
    padding: 0px;
    color:#585757;
    margin-bottom: inherit;
}
.hospital-list-accordion.hospital-list a {
    padding: 5px 8px;
    margin: 0;
    text-indent: 36px;
}

.caret-right{
    line-height: 34px;
    cursor: pointer;
}

.caret-right .caret{
    margin-left: 30px;
    transform: rotate(-90deg) !important ;
    position: absolute;
    right: 10px;
}
.caret-right:hover .caret{
    transform: rotate(-90deg) !important;
}

.component {
    display: none;
  }

  .hospitals-list img{
    width: 35px;
    height: auto;
    margin-right: 15px;
    margin: auto;
    display: flex;
    align-items: center;
  }
.component{
    display:none;
}
.dropdown-hospital{
    left: 2%; 
    border: 1px solid #034ea1;
    background:white;
    top: 100%;
    border-radius: 5px;
    min-width: 250px;
    z-index: 9999;
    padding: 15px 20px;
    transform: translate(50%, 0);
}
.hospital-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.clinics-section{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.clinics-name, .clinics{
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #034ea1;
}

.clinics-section h4{
    color: #034ea1;
    font-size: 14px;
    font-style: italic;
    margin: 0;
    margin-left: 4px;
}
.hospital-names{
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
    
}
.hospital-names a{
    color: #585757;
    text-decoration: none;
    padding-left: 15px;
}
.clinics{
    padding: 3px;
    margin-right: 30px;
}
.clinics-name{
    padding: 15px 10px;
}
.clinics-name a{
    display: inline-block;
    padding: 5px;
    color: #585757;
    font-size: 14px;
    line-height: 12px;
    font-style: italic;
    border-right: 1px solid #a09a9a;
    text-decoration: none;
}
.clinics-name a:last-child{
    border:none;
}

.hospital-sub{
    /* left: 2%;  */
    border: 1px solid #034ea1;
    background:white;
    top: 100%;
    border-radius: 5px;
    min-width: 200px;
    z-index: 9999;
    padding: 15px 20px;
    transform: translate(100%, 0);
}
.unit-lists a{
    display: block;
    color: #585757;
    text-decoration: none;
    padding: 10px 0px 10px 15px;
    border-bottom: 1px solid #f2f2f2;
}
.component .hospital-city{
    color: #034ea1;
}

.hospital-city:hover{
    color: #034ea1;
}
.hospital-toggle{
    position: relative;
}


.city-ico img,
.city-lists a,
.dropdown-submenu:hover::before,
.multi-level .dropdown-submenu:hover .dropdown-menu {
    display: block
}



.multi-level li {
    padding: 5px 15px;
    position: relative;
}

.new-hospital-drop .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 107%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px
}

.hospital-dropdown-menu {
    position: absolute;
    left: 100%;
    background: #fff;
    border: 1px solid #034ea1;
    padding: 5px;
    top: 0;
    border-radius: 5px;
    min-width: 250px;
    list-style-type: none;
    z-index: 999;
    margin-left: 10px;
}

.new-hospital-drop .dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

.new-hospital-drop .dropdown-submenu.pull-left {
    float: none
}

.new-hospital-drop .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.new-hospital-drop {
    display: inline-block
}

.multi-level {
    position: absolute;
    display: none;
    border: 1px solid #034ea1;
    border-radius: 10px;
    background: #fff;
    padding: 15px 0;
    top: 100%;
    right: 0;
    list-style: none;
    width: 200px;
    padding-top: 18px;
}
.city-div{
    position: relative
}

.hospitals{
    position: relative;
}
.hospitals:hover .multi-level {
    display: block !important
}
.multi-level::before
{
    height: 40px;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: -20px;
}
.new-hospital-drop .dropdown-menu {
    border: 1px solid #034ea1;
    border-radius: 10px
}

.city-div span {
    color: #585754;
    margin: 0 10px 0 0;
    font-size: 14px;
}

.selected-city{
    color: #034ea1 !important;
    font-family: montserratBold;
}

.city-div {
    display: flex;
    align-items: center;
    width: 100%
}

.city-div:hover span{
    color: #034ea1 !important;
    font-family: montserratBold;
}

.city-ico {
    width: 35px;
    height: auto;
    margin-right: 15px;
    text-align: center;
}

.city-ico img {
    width: 100%;
    display: block;
    margin: 0 auto
}

.multi-level .dropdown-submenu .dropdown-menu {
    min-width: 440px !important;
    padding: 15px;
    border: 1px solid #034ea1
}

.city-lists a {
    color: #585757;
    padding: 5px 0;
    border-bottom: 1px solid #f2f2f2;
    text-decoration: none;
}

.new-hospital-drop .multi-level .dropdown-submenu .dropdown-menu .col-md-6 {
    padding-left: 15px;
    padding-right: 15px
}

.city-title h5 {
    font-weight: 700;
    font-size: 15px;
    color: #034ea1
}

.city-title {
    margin-bottom: 15px
}

.clinics-ico-tiitle-div,
.clinics-lists {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #034ea1
}
.clinics-lists {
    display:flex;
    flex-wrap:wrap;
    width:380px;
    row-gap:10px;
}
.clinics-ico-tiitle-div h4 {
    color: #034ea1;
    font-size: 14px;
    font-style: italic;
    margin: 0;
}
.clinics-ico-tiitle-div img, .clinics-ico-tiitle-div svg{
    margin-right: 10px;
}

.clinics-lists a {
    display: inline-block;
    padding: 5px;
    color: #585757;
    font-size: 14px;
    line-height: 12px;
    font-style: italic;
    border-right: 1px solid #a09a9a;
    text-decoration: none;
}

.clinic-lists-div {
    display: flex;
    align-items: center;
    margin-top: 15px
}

.clinics-ico-tiitle-div {
    margin-right: 30px
}

.dropdown-submenu:before {
    content: '';
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 100%;
    right: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer
}
.hosp-menu-active .city-div span{
    color: #034ea1;
    font-family: montserratBold !important;
}
.hosp-menu-active .city-div img.city-arrow{
    transform: scale(1.3);
    top: 37%;
}
.mobile-hosp-drpdn-mob ul {
    padding: 0;
    background: 0 0
}

.dropbtnmob {
    border: 1px solid #034ea1 !important
}

.mobile-hosp-mob p {
    margin: 0
}

.new-ham-menu li:hover {
    background: 0 0 !important
}

.mobile-hosp-drpdn-mob a {
    border-bottom: 1px solid #034ea11f
}

.dropbtnmob a {
    border: none !important
}

.mobile-hosp-drpdn-mob a,
.mobile-hosp-drpdn-mob li:hover a {
    color: #15181b !important
}

.clr-blue {
    color: #034ea1 !important
}
.footer-nav .nav-bar{
    padding: 0;
}
.footer-nav p {
    margin: 0;
    background: #f2f2f2;
    padding: 5px 0px;
    color: #333;
    font-size: 14px;
}
.footer-nav p a{
    color: #333;
    text-decoration: none;
}

.footer-nav .nav-bar i:last-child{
    margin-right: 10px;
}
@media(max-width:1199px) {
    .hospital-dropdown-menu {
        width: auto;
    }
    .clinic-lists-div {
        display: block
    }
}

@media(max-width:991px) {
    .multi-level {
        left: -100%
    }
    .clinics-ico-tiitle-div {
        margin-bottom: 10px
    }
}

@media(max-width:767px) {
    .city-ico img,
    .clinics-lists {
        display: block
    }
    .clinics-ico-tiitle-div h4,
    .clinics-lists a {
        font-style: normal
    }
    .city-ico {
        margin-right: 0
    }
    .mob-clinics {
        margin-top: 15px
    }
    .arrow-hosp-mob::after,
    .arrow-hosp-mob::before {
        background: #034ea1
    }
    .mobile-hosp-drpdn-mob a p,
    .mobile-hosp-mob p {
        color: #034ea1;
        margin: 0
    }
    .clinics-ico-tiitle-div,
    .clinics-lists,
    .other-city a {
        border: none
    }
    .city-ico img {
        width: 35px;
        margin: 0 auto;
        object-fit: scale-down
    }
    .dropdown-content-mob {
        background: 0 0 !important;
        overflow: hidden;
        margin-top: 10px;
        border: 1px solid #034ea1;
    }
    .dropdown-contenttwo-mob img,
    .mobile-hosp-mob img {
        filter: unset
    }
    .mobile-hosp-drpdn-mob li {
        border: none !important
    }
    .clinics-ico-tiitle-div {
        margin: 0 !important
    }
    .clinics-ico-tiitle-div img {
        margin-right: 7px
    }
    .clinics-lists a {
        border-right: none
    }
    .footer-nav .nav-bar{
        padding: 0px 15px;
    }
    .footer-nav p{
        background: #fff;
        line-height: 20px;
    }
    .footer-nav .nav-bar p a:first-child{
        margin-left: 0px;
    }
}

.dropdown-submenu a:hover {
    text-decoration: none;
}

.city-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width:500px) and (max-width:991px) {
    .mobile-hosp-drpdn {
        display: none
    }
}

.hidden-submenu {
    display: none
}
.dropdown-submenu:hover .hidden-submenu{
    display: block !important;
}
.mob-show {
    display: block
}

.highlight .city-arrow {
    width: 12px !important;
    transition: .3s
}

.highlight .city-div h5 {
    color: #034fa1;
    font-family: MontserratBold
}


.hospital_category_name{
    color: #034fa1;
}


/* New CSS */
#myDropdown{
    padding-top: 8px;
}
.dropdown-content-mob{
    background-color: #ffff !important;
}
#myFunctionone1 ul, .dropdown-contentone-mob ul{
    padding-left: 10px;
}

#myDropdown .other-city{
    padding-left: 0px !important;
    margin-left: 10px;
    height: 30px !important;
    top: -14px ;
    position: relative;
}
#myDropdown .other-city li{
    width: 90% !important;
    border: none !important;
}
#myDropdown .other-city li a {
    padding: 0px !important;
    color: #000;
}

#myDropdown .dropbtnonemob{
    color: #034ea1 !important;
}
#myDropdown .clinics-ico-tiitle-div{
    padding: 0 !important;
}

#myDropdown .mobile-hosp-mob p{
    margin-left: 10px;
}
.mobile-hosp-drpdn li a{
    font-size: 12px !important;
}
#myDropdown .clinics-lists {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#myDropdown .clinics-lists a {
    height: 30px;
    color: #000;
}
#myDropdown .clinics-lists a:last-child {
    height: 30px;
}
.arrow-hospital::before {
    content: '\f077';
    display: block;
    position: absolute;
    transition: transform .7s;
    transform: rotate(180deg);
    right: 25px;
    font-style: normal;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #034ea1;
    font-size: 12px;
}

.arrow-hospital.rotate::before {
    transform: rotate(-360deg);
}
#myDropdown{
    left: -45px;
    width: 230px;
    top: 30px;
}

.mobile-hosp-drpdn li{
    width: 75px;
}
.dropbtn {
    padding: 0;
    padding-top: 2px;
    padding-left: 5px;
}
.dropdown-hosp .caret{
    top: 44% !important;
    right: 4px !important;
}
.hospitaldropdown-icon{
    margin: auto 3px !important;
}
.unit-color{
    text-decoration: none;
    margin-bottom: 0px !important;
}
.city-div .caret{
    transform: rotate(-90deg) !important;
    position: absolute;
    right: 0;
    top: 45%;
}
.manipal-branches-image{
    width: 35px;
    text-align: center;
}
.manipal-branches-image svg{
    width: auto;
    height: auto;
}
.hospital-list-space a{
    margin-bottom: 10px;
}
.accordion-sub-menu{
    margin-bottom: 10px;
}
@media screen and (min-width: 325px) and (max-width: 420px) {
    .hospital-dropdown-mobile{
        width: 125px;
    }
    }
 /* mobile number popup for city website    */
 .call-popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
  }
  
  .call-popup-modal {
    background: #fff;
    padding: 30px 30px 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }
  
  .call-popup-heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
  }
  
  .call-popup-heading svg {
    width: 20px;
    height: 20px;
    fill: #034ea1;
  }
  
  .call-popup-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    padding: 12px 16px;
    background-color: #f1f4f9;
    border-radius: 6px;
    color: #034ea1;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.2s ease;
  }
  
  .call-popup-link:hover {
    background-color: #e2ecf7;
  }
  
  .call-popup-link span {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .call-popup-link svg {
    width: 18px;
    height: 18px;
    fill: #034ea1;
    flex-shrink: 0;
  }
  
  .call-popup-close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: none;
    border: none;
    font-size: 22px;
    color: #999;
    cursor: pointer;
    transition: color 0.2s ease;
  }
  
  .call-popup-close:hover {
    color: #333;
  }
  
  @media (max-width: 480px) {
    .call-popup-modal {
      padding: 20px 16px 16px;
    }
  
    .call-popup-link {
      flex-direction: column;
      align-items: flex-start;
      gap: 6px;
    }
    .call-popup-link.call-us-pop{
     flex-direction: row;
    }
  }
    
/* mobile number popup for city website    */    
/* EMERGENCY MODAL ONLY */

/* Overlay styling */
#emergency {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Dimmed background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Emergency popup box */
#emergency .popup {
    background-color: #fff;
    border-radius: 10px;
    padding: 2rem;
    max-width: 450px;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: emergencyFadeIn 0.3s ease;
}

/* Heading style inside emergency popup */
#emergency .modal-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

/* Anchor link styling (phone numbers) */
#emergency .modal-heading a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

/* Phone icon inside link */
#emergency .modal-heading svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* Animation for entry */
@keyframes emergencyFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Close button container */
#emergency .close-popup {
position: absolute;
    top: -25px;
    right: -10px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    color: #ffff;
    text-decoration: none;
    font-weight: bold;
    z-index: 10000;
    transition: all 0.2s ease;
    padding: 0px 5px;
}

#emergency .close-popup:hover {
    color: #00b7ac;
}
.emergency-content-align{
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 15px auto;  
}
.city-appointment-number{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#appointment .popup {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-width: 480px;
    width: 90%;
    margin: 0 !important;
    z-index: 9999; /* stays above others */
}
.nav-layout .hospitals #hospital-listing {
    color: #034ea1;
    background-color: #fff;
}
.nav-layout .hospitals {
    background-color: #fff;
}

/* Responsive tweak */
@media (max-width: 480px) {
    #emergency .popup {
        padding: 1.25rem;
    }

    #emergency .modal-heading {
        font-size: 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    #emergency .modal-heading a {
        font-size: 0.95rem;
    }
    #appointment .popup {
        width: 85%;
    }
    .tel-number {
        font-size: 16px;
    }
}

/* Medical Library C Starts */
.medical-library {
    margin-right: 10px;
    cursor: pointer;
    color: #fff;
  }
  
  .medical-library-container {
    position: relative;
    display: inline-block;
  }
  
  .medical-library-container.caret,
  .medical-lib-mob .accordion-chevron {
    display: inline-block;
    transition: transform 0.3s ease;
  }
  
  .medical-library-container:hover .caret,
  .medical-lib-mob .accordion-chevron.rotate {
    transform: rotate(180deg);
  }
  
  .medical-dropdown {
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
    background-color: #fff;
    border: 1px solid #034fa1;
    border-radius: 5px;
    padding: 10px 15px;
    min-width: 200px;
    z-index: 100;
    width: max-content;
  }
  
  .medical-dropdown ul,
  .sub-dropdown {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .medical-dropdown a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: #707070;
    transition: 0.5s;
    border-bottom: 1px solid #70707033;
  }
  
  .medical-dropdown a:last-child {
    margin-bottom: 0;
    border: none;
    line-height: unset;
  }
  
  .medical-item {
    position: relative;
    padding-right: 10px;
  }
  
  .medical-item > a {
    display: block;
    padding: 8px 30px 8px 0;
    text-decoration: none;
    color: #585754;
    font-size: 14px;
    background-color: #fff;
    border: none;
  }
  
  .medical-item > a:hover {
    color: #034fa1;
  }
  
  .medical-item .caret {
    transform: rotate(-90deg) !important;
    position: absolute;
    right: 0;
    top: 45%;
  }
  
  .sub-dropdown {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 25px !important;
    display: none;
    background-color: #fff;
    border: 1px solid #034fa1;
    border-radius: 5px;
    min-width: 380px;
    white-space: nowrap;
    z-index: 200;
    padding: 5px 15px !important;
    line-height: 20px;
  }
  
  .sub-dropdown li a {
    display: block;
    text-decoration: none;
    color: #585754;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0 !important;
    padding: 8px 0;
  }
  
  .sub-dropdown li a:hover {
    padding-left: 5px;
    color: #034fa1;
  }
  
  .sub-dropdown li.view-all a {
    display: inline-block;
    text-align: center;
    color: #034fa1;
    font-size: 13px;
    line-height: 20px !important;
    text-decoration: underline;
    text-underline-offset: 4px;
    border: none !important;
  }
  
  .sub-dropdown li.view-all a:hover {
    padding-left: 0;
    color: #023b7d;
  }
  
  .mobile-medical {
    display: none;
  }
  
  .mobile-medical a {
    border-bottom: 1px solid #e5e5e5;
    width: 90%;
  }
  
  .mobile-medical a:last-child {
    border: none;
  }
  
  .medical-lib-mob span {
    color: #707070;
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    width: max-content;
    transition: 0.5s ease all;
    font-family: MontserratSB, Helvetica, sans-serif;
    line-height: 10px;
  }
  
  .procedure-toggle .accordion-chevron {
    right: 25px;
  }
  
  .medical-lib-mob .accordion-chevron {
    right: 10px;
  }
  
  .accordion-chevron {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s ease;
  }
  
  .accordion-chevron.rotate {
    transform: rotate(180deg);
  }
  
  .nested-procedure-items {
    display: none;
  }
  .nested-procedure-items a{
    border: none !important;
  }
  .nested-procedure-items a:last-child{
    border-bottom: 1px solid #e5e5e5 !important;
  }
  .procedure-toggle .accordion-chevron::after {
    left: 4px;
  }
  .procedure-toggle .accordion-chevron::before {
    right: 2px;
  }
  @media (max-width: 767px) {
    .view-all a {
      color: #034fa1;
    }
   .telephone svg {
     width: 22px;
     height: 24px;
}
  }
  /* Medical Library CSS Ends */
  .manipal-locations p a:last-child{
    border-right: none;
}
@media screen and (max-width: 768px) {
    .copy-right, .privacy-policy{
        text-align: center;
        margin-top: 0;
        width:100%;
    }
}
.written-doc-home td{
    font-size: 14px;
}

#review-us .d-flex {
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 10;
    padding-top: 10px;
}
.siliguri-padding{
   padding-top: 10px;
}
.clinics-lists.single-clinic{
    width: unset;
}
.clinics-lists.single-clinic a{
    border: none;
}
/* Global Popup */
.global-popup{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #00000096;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999999999;
    height: 100vh;
    overflow: hidden;
}
.global-modal-box-bg{
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    padding: 3px;
    border-radius: 15px;
    max-width: 550px;
    width: 500px;
}
.global-modal-box{
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}
.global-modal-header img{
    width: 208px;
    height: 75px;
    display: block;
    margin: 0 auto 30px auto;
}
.map-img-bg{
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    padding: 3px;
    border-radius: 15px;
}
.map-img-box{
    height: 230px;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    position: relative;
}
.map-img-box img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    opacity: 0;
    animation: fadeSwap 3s infinite;
    display: block;
}
.map-img-box img:nth-child(1) {
  animation-delay: 1.5s;
}

.map-img-box img:nth-child(2) {
  opacity: 1;
}

@keyframes fadeSwap {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
.global-modal-body{
    text-align: center;
}
.global-modal-body h3{
    color: #034ea1;
    margin: 15px 0;
    font-size: 22px;
}
.global-modal-body p{
    color: #535862;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}
.global-modal-footer{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.global-modal-footer button{
    display: block;
    text-decoration: none;
    padding: 15px 15px;
    color: #034ea1;
    font-size: 13px;
    border-radius: 5px;
    width: auto;
    text-align: center;
    box-shadow: none;
    border:none;
    background: #fff;
    cursor: pointer;
}
.global-modal-footer button:first-child{
    color: #fff;
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    flex: 1;
}
.global-modal-footer button:last-child{
    border: 1px solid #00b7ac;
    color: #00b7ac;
}
@media (max-width:767px){
    .global-modal-box-bg{
        width: 90%;
        max-width: 90%;
    }
    .map-img-box {
        height: 150px;
    }
    .global-modal-footer{
        flex-direction: column;
    }
    .global-modal-footer a{
        width: -webkit-fill-available;
    }
    .global-modal-body h3{
        font-size: 17px;
    }
    .global-modal-body p{
        font-size: 14px;
    }
    .global-modal-footer button {
        width: 100%;
    }
}
/* Wcoo form OTP Field Added */
.coo-form-otp-grid{
    display: grid;
    grid-template-columns: calc(60% - 10px) calc(43% - 10px);
    gap: 5px;
}
.otp-request{
    background: #034ea1;
    border: none;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}
input.otp-input{
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.otp-timer{
    font-size: 10px;
    color: #034ea1;
}
button.otp-submit{
    background: #034ea1;
    border: none;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    width: auto;
    display: block;
}
@media  screen and (max-width: 767px) {
    .coo-form-otp-grid{
        grid-template-columns: 1fr;
    }
    input.otp-input{
        width: auto;
    }
    .coo_submit_email_otp_sec, .coo_submit_mobile_otp_sec {
        grid-template-columns: calc(65% - 10px) calc(40% - 10px);
        gap: 20px;
    }
    .coo-form-otp-grid {
        gap: 20px;
    }
    .verified-otp{
        text-align: left !important;
    }
}
.coo_submit_mobile_otp_sec, .coo_submit_email_otp_sec{
    display: grid;
    grid-template-columns: calc(65% - 10px) calc(43% - 10px);
    gap: 5px;
}
#write-to-coo .otp-input {
    width: 50%
}
.verified-otp{
    color: #00b7ac;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}


.cookie-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.cookie-box {
  background: #fff;
  border-radius: 14px;
  padding: 28px 32px;
  max-width: 680px;
  width: 90%;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.cookie-box p {
  font-size: 18px;
  color: #1f2937;
  margin-bottom: 20px;
}

.cookie-actions {
  display: flex;
  gap: 16px;
}

.btn-accept {
  background: #1f4aa8;
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
}

.btn-manage {
  background: #e5e7eb;
  color: #111827;
  border: none;
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
}



.whatsapp-float {
            position: fixed;
            bottom: 20px;
            right: 40px;
            z-index: 9;
    }

    .whatsapp-float img {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            box-shadow: 0 4px 10px rgba(0,0,0,0.25);
            cursor: pointer;
    }
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 64px;
    height: 64px;
}

.whatsapp-base,
.whatsapp-gif {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.whatsapp-gif {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.whatsapp-popup::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 60%;
    transform: translateX(-50%);
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

.popup-text {
    line-height: 1.3;
    white-space: normal;
}

.whatsapp-pill::after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 36px;           
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
}

.popup-close {
    font-size: 16px;
    cursor: pointer;
    color: #777;
    flex-shrink: 0;
}

.popup-close:hover {
    color: #000;
}

.whatsapp-pill {
    position: absolute;
    bottom: 70px;                
    right: 80%;
    transform: translateX(45%);
    height: 42px;
    padding: 0 12px 0 12px;
    background: #000;         
    border-radius: 999px;        
    display: none;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    pointer-events: none;        
    white-space: nowrap;
}

.pill-icon {
    width: 28px;
    height: 28px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pill-icon img {
    width: 16px;
    height: 16px;
}


.pill-text {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 768px) {
    .whatsapp-pill {
        height: 38px;
        bottom: 74px;
    }

    .pill-text {
        font-size: 12px;
    }
}