body {
    font-family: 'Inter', sans-serif;
    /*background-color: #EEEEEE;*/
    color: #6f6f6f;;
    background-color: #fff;
    /*background-image: url('/images/bg-beam.png');*/
}

.modern-app-round {
    position: fixed;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    z-index: -2;
    background-color: rgba(47, 85, 212, 0.15);
}

.navbar.nav-sticky {
    background: #ffffff;
    margin-top: 0;
    box-shadow: 0 0 3px rgba(36, 39, 44, 0.15);
}


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

.gallery .gallery-images a img {
    /*padding: 10px 7px;*/
    /*width: 270px;*/
    width: 100%;
    border-radius: 15px;
}

.hospitals {
    padding: 32px 0 0 0;
}

.hospitals:not(:last-child) {
    padding-bottom: 20px;
}

.app-title, .app-detail {
    margin-bottom: 0;
}

.hospitals .hosp-detail, .hospitals .hosp-contact, .hosp-map, .hospitals .hosp-timing {
    margin-bottom: 15px;
}

.day {
    width: 60px;
    padding: 5px 10px;
    background-color: blue;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.card-title {
    font-weight: 500;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 24px;
    width: 230px;
}

.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
}

.w3-animate-zoom {
    animation: animatezoom 0.6s;
}

.w3-xlarge {
    font-size: 24px !important;
}

.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}

.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

@media screen and (max-width: 621px) {
    .w3-modal-content {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .gallery .gallery-images a img {
        width: 100%;
    }

    .sm-txt-center {
        text-align: center;
    }
}

.dark-color {
    color: #212529;
}

.no-border {
    border: none;
}

.custom-border {
    border: none;
    border-radius: initial;
}


@media (min-width: 768px) {
    .img-size {
        width: 200px;
        /*height: auto;*/
        height: fit-content;
        border: 1px solid #dfdcdc;
    }
}


@media (max-width: 767px) {
    .img-size {
        width: 150px;
        height: fit-content;
        margin-bottom: 12px;
        /*border: 1px solid #efefef;*/
    }
}

ul {
    padding-left: 1rem !important;
}

ul > li {
    font-size: 15px;
    font-weight: 500;
    border-bottom: 0.5px solid #f3f3f3;
    line-height: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

.pt-18 {
    padding-top: 18px;
}

.list-group-item {
    color: rgb(111, 111, 111)
}


.offcanvas-body > ul > li {
    border-bottom: none;
}

.tr-border-bottom {
    border-bottom: 0.5px solid #f3f3f3;
}

.fc:first-child {
    border-top: 0.5px solid #f3f3f3;
}


.home {
    padding: 144px 0 80px 0;
}

.profile-title {
    font-size: 24px;
    font-weight: 500;
    color: #212121;
}

.color-shade {
    color: #ffffff !important;
}

.color-shade-10 {
    color: #f1f1f1 !important;
}

.color-shade-20 {
    color: #e2e2e2 !important;
}

.color-shade-30 {
    color: #d4d4d4 !important;
}

.color-shade-40 {
    color: #c5c5c5 !important;
}

.color-shade-50 {
    color: #b7b7b7 !important;
}

.color-shade-60 {
    color: #a9a9a9 !important;
}

.color-shade-70 {
    color: #9a9a9a !important;
}

.color-shade-80 {
    color: #8c8c8c !important;
}

.color-shade-90 {
    color: #7d7d7d !important;
}

.color-shade-100 {
    color: #6f6f6f !important;
}

.color-tint {
    color: #6f6f6f !important;
}

.color-tint-10 {
    color: #646464 !important;
}

.color-tint-20 {
    color: #595959 !important;
}

.color-tint-30 {
    color: #4e4e4e !important;
}

.color-tint-40 {
    color: #434343 !important;
}

.color-tint-50 {
    color: #383838 !important;
}

.color-tint-60 {
    color: #2c2c2c !important;
}

.color-tint-70 {
    color: #212121 !important;
}

.color-tint-80 {
    color: #161616 !important;
}

.color-tint-90 {
    color: #0b0b0b !important;
}

.color-tint-100 {
    color: #000000 !important;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.text-primary, a {
    color: #0400ba !important;
}

.pr-2 {
    padding-right: 8px;
}

.timing {
    font-size: 14px;
}

.app-address {
    padding-top: 8px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 #0400ba;
}

.navbar-nav {
    padding-left: 0 !important;
}

.navbar-nav > li {
    border-bottom: none;
    padding-right: 10px;
}

.nav-link {
    color: #212121 !important;
    font-weight: 600;
}

.offcanvas-header {
    align-items: center;
}

.offcanvas.offcanvas-end {
    border-left: 1px solid #ffffff;
}

@media (min-width: 992px) {
    button {
        display: none !important;
    }
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    justify-content: end;
}

.map iframe {
    width: 100% !important;
    height: 240px !important;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgb(58 58 58 / 25%);
}

.profile-pic,
.profile-banner {
    position: relative;
    color: transparent;
}


.profile-banner img {
    width: 1200px;
    height: 200px;
    object-fit: cover;
}

.rounded-md {
    border-radius: 10px !important;
}

.avatar.avatar-large {
    height: 140px;
    width: 140px;
}

.shadow {
    box-shadow: 0 0 3px rgba(36, 39, 44, 0.15) !important;
}

.mt-n80 {
    margin-top: -80px;
}

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


@media (min-width: 992px) {
    .vertical-line {
        border-right: 1px solid #dfdcdc;
    }

    .vertical-pl {
        padding-left: 24px;
    }

    .vertical-pr {
        padding-right: 24px;
    }
}
