.left-image{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
}

.right-content{
    max-width: 585px;
    padding-left: 40px;
}

@media screen and (max-width: 767px) {
    .right-content{
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .right-content{
        max-width: 363px;
    }
}

@media screen  and (max-width: 1199px) {
    .right-content{
        max-width: 466px;
    }
}


.nav-border-left-right {
    border-left: 1px solid #e2e2e2;
    /* border-right: 1px solid #e2e2e2; */
}
.nav-hr {
    border-top: 5px solid #e2e2e2;
    margin-top: 0px;
    margin-bottom: 0px;
}

.svg-eyecentric .svg {
    height: auto;
    width: 70px;
    margin-left: 18px;
}
.promotion-menu {
    background-color: #f5f5f5;
    border-style: none;
    width: 100%;
    color: var(--primary);
    padding: 10px;
    font-size: 14px;
    margin-top: 5px;
}

.text-underline {
    text-decoration: underline;
}
.promotion-menu:hover {
    text-decoration: none;
    background-color: var(--primary);
    color: white;
}
.promotion-active {
    background-color: var(--primary);
    color: white;
}

.category-box {
    background: rgb(255, 98, 98);
    background: linear-gradient(
        90deg,
        rgba(255, 98, 98, 1) 54%,
        rgba(224, 33, 39, 1) 78%
    );
}
.fs-23 {
    font-size: 23px;
}

body {
    font-size: 16px;
}
html {
    scroll-behavior: smooth;
}
.modal-title {
    font-size: 17px;
}

.about-us-h4 h4 {
    color: var(--primary);
}

.font-montserrat {
    font-family: "Montserrat", "Raleway", arial;
}

.font-raleway {
    font-family: "Raleway", sans-serif, arial;
}
.font-montserrat-bold {
    font-family: Montserrat-Bold, arial;
}
.font-weight-medium {
    font-weight: 500 !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-14 {
    font-size: 14px !important;
}
/* font-family End */

.privacy-tabs {
    border: none;
}

.privacy-tabs a.nav-link {
    border: none;
    font-size: 24px;
    color: var(--primary);
    border: 1px solid var(--primary);
}

.privacy-tabs .nav-link.active,
.privacy-tabs a.nav-link:hover {
    background-color: var(--primary);
    color: white;
}

/* container Start */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
/* container End */

/* 01142020 Start */

.general-box {
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06),
        0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.packages-res {
    position: absolute;
    bottom: 14px;
    right: 32%;
}
/* 01142020 END */

/* CME CSS Start */

.object-fit {
    object-fit: cover;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.cme-bg-form {
    background-color: #f2f2f2;
}
label {
    display: inline;
    margin-bottom: 0px;
}

.regular-checkbox {
    display: none;
}
.regular-checkbox + label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
}
.regular-checkbox + label:active,
.regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.regular-checkbox:checked + label {
    background-color: #2aa459;
    border: 1px solid #2aa459;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
        inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #2aa459;
}
.regular-checkbox:checked + label:after {
    content: "\2714";
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: white;
}
/* BOXES */

.cme-box {
    padding: 29px 40px 5px 40px;
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    background-color: white;
    position: relative;
    z-index: 999;
    margin: 35px;
    min-height: 510px;
}
.cme-blue-box {
    background: linear-gradient(to top, #1e4eb5 50%, #4e74c6 50%);
    height: 98%;
    width: 80%;
    position: absolute;
    z-index: 1;
    left: 16%;
    bottom: 2px;
}

/* CME CSS  END*/

/* CSS VARIABLES */
@import "variable.css";

.label-a-button {
    color: #17a2b8;
}
.label-a-button-active {
    color: white;
}
.label-text-color-white:hover > * {
    color: white;
    text-decoration: none;
}

/* Custom All */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-info {
    background-color: #0194d2;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.btn-outline-secondary {
    color: var(--secondary);
    border-color: var(--secondary);
}

.required:after {
    content: "*";
    color: red;
    margin-left: 5px;
}

.form-control {
    border-radius: 0px;
}
.a-default-btn {
    background-color: var(--tertiary);
    color: white;
    border-radius: 0px;
    width: 135px;
    font-size: 14px;
}
.page-banner {
    height: 380px;
    /* padding: 80px; */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.a-default-btn:hover,
.a-map-btn:hover,
.return-btn:hover,
.a-brochuer-btn:hover,
.a-super-default-bt {
    color: white !important;
}
.link {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    width: 6% !important;
}

/* Nav Header START */

.brand-name {
    font-size: 1.3em;
    font-weight: bolder;
    display: inline-block;
}

.btn-lang {
    background-color: #d7d7d7;
}

.hospital_title {
    color: var(--primary);
    font-weight: bold;
}

#navbar {
    position: fixed;
    width: 100%;
    z-index: 9;
    /* font-family: "Montserrat", "arial"; */
    font-weight: bold;
}

.nav-height{
    /** height: 196px; */
    height: 11.688rem;
}


.top-nav {
    /* background-color: #f5f5f5; */
    background-color: #fff;
    padding: 0px;
}

.top-nav .nav-link {
    padding: 9px 5px 5px 5px;
}
.top-nav h4 {
    color: #d60000;
}
.mobile_number,
.mobile_number a {
    color: var(--primary);
    font-size: 1em;
    font-weight: bold;
}
.mobile_number .fab {
    font-size: 1.3em;
}
/* .mid-nav{
    padding-top: 18px;
} */
.mid-nav .nav-link {
    color: #b7b7b7;
    font-size: 1em;
}
.nav-item {
    padding: 0 7px;
}
.nav-item-icon {
    padding: 0 3px;
}
.mid-nav .menu-active .nav-link {
    color: var(--primary) !important;
    font-weight: bold;
}

/* .mid-nav .menu-active:after, .mid-nav .nav-item:hover:after{
    content: "";
    border-bottom: 3px solid var(--primary);
    width:60%;
    display:block;
    margin: auto;
} */

.nav li > .dropdown-menu a:hover {
    background-color: lightblue;
    color: #d60000 !important;
}

.lower-nav li:hover {
    /* background-color: #061f33; */
}
.lower-nav li:hover > a {
    color: #d60000;
}

.nav li:hover > ul.dropdown-menu {
    opacity: 0.98;
    border-style: none;
    display: block;
    position: absolute;
    transform: translate3d(7px, 47px, 0px);
    top: -10px;
    left: 15px;
    will-change: transform;
}

.nav li:hover > ul.dropdown-menu.submenu {
    top: -50px;
    left: 330px;
}

.nav-search {
    width: 200px;
}

.nav-search .input-group-text {
    color: white;
    border: none;
    border-radius: 0;
}
.nav-search input {
    border: 1px solid var(--primary);
    padding: 5px;
    border-radius: 0;
}

.nav-search input::placeholder {
    color: var(--primary);
    font-size: 18px;
    padding: 5px;
}
#searchbar {
    background: rgba(255, 255, 255, 0.95);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}
#searchbar .btn-close {
    height: 2rem;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 2rem;
}

.sidebar-container {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0px;
    z-index: 5;
    visibility: hidden;
    opacity: 0;

    transition: visibility 0s, opacity 0.3s linear;
}
.sidebar-backdrop {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0px;
    z-index: -6;
}

.sidebar {
    overflow-y: auto;
    height: 85vh;
    color: white;
    right: 0px;
    background-color: var(--primary) !important;
    width: 250px;
    height: 100%;
    z-index: 10;
    padding-bottom: 81px;
}
.sidebar nav ul {
    width: 100%;
}
.bg-primary {
    background-color: var(--primary) !important;
}

.lower-nav .nav-link {
    color: white;
}

/* Header END */

/* Footer Start /////////////////////////////////////*/
#pmc-footer {
    background-color: var(--primary);
    color: white;
}

#pmc-footer .footer-divider {
    background-color: white;
    margin: 20px 0px;
}
#pmc-footer .footer-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-list .list-item {
    line-height: 36px;
}
.footer-list .list-item a,
.footer-link,
.footer-link:hover {
    color: white;
}
#pmc-footer .sub-footer {
    background-color: #002241;
}
.footer-social a {
    font-size: 32px;
    padding: 10px;
}
.footer-social a:hover {
    text-decoration: none;
}

/* Home CSS */
#pmc-slider .carousel-inner img {
    height: auto;
}
#pmc-slider .carousel-inner .carousel-caption {
    bottom: 100px;
}

#pmc-quick-links .row {
    margin-top: -50px;
    box-shadow: 1px 3px 3px 2px #ccc;
}
.doctor-svg {
    height: 50px;
    width: 50px;
    fill: #d60000;
}
.screening-svg {
    height: 100px;
    width: 100px;
    fill: red;
}
.female-premium {
    height: 100px;
    width: 100px;
    fill: white !important;
}

.quick-link {
    height: 200px;
    background-color: white;
    width: 100%;
    padding: 20px;
    cursor: pointer;
}

.quick-link:nth-child(2) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.quick-link:hover {
    background-color: red;
    color: white !important;
}

.quick-link:hover h5.title {
    background-color: red;
    color: white !important;
}
.quick-link:hover div.desc {
    background-color: red;
    color: white !important;
}

.quick-link:hover svg.doctor-svg {
    fill: white;
}

#pmc-home-article .article .title {
    background-color: #0c2f50;
    color: white;
    margin: 8px 0px;
    padding: 15px 15px;
}

#pmc-home-article .article {
    color: #6b6b6b;
    margin: 10px 0px;
    font-size: 1em;
    line-height: 1.2em;
}

#pmc-home-article .article .link {
    color: var(--secondary);
    font-weight: bolder;
}

.home-banner img {
    width: 100%;
    height: auto;
}

/* Home Content */
.remove-hover:hover {
    text-decoration: none;
}

/* health_Screening */
.package-box {
    padding: 20px;
    box-shadow: 0px 12px 8px -10px #ccc, 0px -12px 8px -10px #ccc;
    height: 526px;
}
.premium-box {
    background-color: var(--secondary);
    color: white !important;
    margin-top: -23px;
    height: 575px;
    box-shadow: 3px 3px 3px 1px #ccc;
}
.pakage-btn {
    border: 2px solid var(--secondary);
    width: 180px;
    border-radius: 0px;
    font-weight: bold;
}
.all-packages-btn {
    background-color: var(--secondary);
    color: white;
    border-radius: 0px;
}
.view-all-btn {
    background-color: var(--secondary);
    color: white;
    border-radius: 0px;
    width: 250px;
    height: 50px;
    font-size: 20px;
}
.package-female-btn {
    background-color: white !important;
    color: var(--secondary);
    border-radius: 0px;
    width: 180px;
    font-weight: bold;
}
.appointment-btn {
    background-color: var(--primary);
    color: white;
    border-radius: 0px;
}
.appointment-btn:hover {
    color: white;
}
.specialty-box {
    box-shadow: 0px 12px 8px -10px #ccc, 0px 12px 8px -10px #ccc;
}
.whats-new-content-box {
    box-shadow: 0 0 5px 2px #ccc;
    /* width: 400px; */
    /* height: 450px; */
    /* margin-right: 50px;
    margin-left: 50px; */
}
/* Find a Doctor  */
.dropdown-specialty {
    background-color: white;
    width: 350px;
    border: 1px solid #ccc;
}
.doctor-search {
    height: 51px;
    width: 350px;
}
.doctor-search-btn {
    background-color: var(--primary);
    color: white;
    height: 51px;
    width: 250px;
}
.clear-btn {
    cursor: pointer;
    text-decoration: underline;
    font-size: 18px;
}
.dropdown-sort {
    background-color: white;
    width: 300px;
    border: 1px solid #ccc;
}

/* doctor_card */
.card-doctor {
    border: 1px solid #ccc;
}
.doctor-card {
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 20px;
    height: 100%;
    min-height: 362px;
    background-size: 213px auto;
    border: 1px solid #ccc;
}
.specialty-doctor-card {
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 14px;
    height: 100%;
    width: 100%;
    background-size: 152px 223px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.btn-view-profile {
    background-color: var(--primary);
    color: white;
    font-size: 14px;
    padding: 10px;
    width: 180px;
}
.btn-view-profile:hover {
    color: white;
}
.btn-bottom-position {
    position: absolute;
    bottom: 20px;
}
/* doctor-info  */
.doctor-image-box {
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.a-map-btn {
    background-color: var(--primary);
    color: white;
    border-radius: 0px;
    width: 285px;
    font-size: 18px;
    padding: 10px;
}
.profile-card {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.special-card {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.return-btn {
    background-color: var(--tertiary);
    color: white;
    border-radius: 0px;
    width: 290px;
    height: 50px;
    font-size: 18px;
}
.profile-header-bg {
    background-color: #f8f7f8;
    padding: 20px;
}
.day-row {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.day-column {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    height: 100%;
    padding: 5px;
}
/* clinic-table */
.clinic-table {
    border: 1px solid rgba(0, 0, 0, 0.125);
    width: 100%;
}
.table-border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}

/* enquiry */
.myself input::placeholder {
    color: var(--secondary);
}
.card-grey {
    background-color: #f8f7f8;
    border-color: #f8f7f8;
}

/* Management Team */
.management-doctor-box {
    width: 200px;
}
.management-doctor-box > img {
    cursor: pointer;
}
.doctor-modal-body {
    padding: 50px;
}

/* doctor-profile */

.clinic-table td {
    border: 1px solid #dee2e6;
}
.clinic-table th {
    white-space: nowrap;
}
.text-sjmc {
    /* color: #74b2ee; */
    color: #de0000;
}
.text-admc {
    color: #de0000;
}
.text-pmc {
    color: #35fa76;
}

/* about-us */
.nav-body {
    background-color: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.125);
    height: auto;
}
.nav-li {
    background-color: #083a66;
    margin-bottom: 1px;
    padding: 10px;
}
.nav-li > a {
    color: white;
}
.nav-link-about {
    background-color: var(--primary);
    color: white;
    border-radius: 0px !important;
    margin: 1px;
    width: 321px;
}
.nav-link-about:hover {
    background-color: var(--secondary);
    color: white;
}
/* healthcare-management-and-consultancy */
.nav-link-health-care {
    background-color: var(--primary);
    color: white;
    border-radius: 0px !important;
    margin: 1px 0px 1px 1px;
    padding: 20px;
}
.nav-link-health-care:hover {
    color: white;
}
.tab-content-health-care {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    padding: 10px;
}
.tab-content-health-care > ul > li {
    margin-bottom: 10px;
}

/* health-screening-pacakges */
.tab-content-packages {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    padding: 10px;
}
.tab-content-packages > ul > li {
    margin-bottom: 10px;
}

.a-brochuer-btn {
    background-color: #eb9422;
    color: white;
    border-radius: 0px;

    font-size: 14px;
}

/* Specialty */

/* Patient Care */
.header-box {
    color: white;
    background-color: rgba(13, 47, 80, 0.5);
    padding: 40px;
    position: relative;
    left: -83px;
}
.header-box h1 {
    margin-left: 20px;
    margin-bottom: 0px;
}
.header-box h2 {
    margin-left: 20px;
    margin-bottom: 0px;
}
.header-box h3 {
    margin-left: 20px;
    margin-bottom: 0px;
}
.header-box h4 {
    margin-left: 20px;
    margin-bottom: 0px;
}
.header-box p {
    margin-left: 20px;
    margin-bottom: 0px;
}
.header-wrapper {
    padding-top: 50px;
}

.view-list-btn {
    background-color: var(--secondary);
    color: white;
    border-radius: 0px;
    width: 135px;
    font-size: 14px;
}
.patient-tab-box {
    border: 1px solid #ccc;
}
.patient-tab-box > ul > li {
    padding: 0px;
}
.tab-content-room {
    padding-left: 20px;
}

.nav-link-hospital {
    background-color: var(--primary);
    color: white;
    border-radius: 0px !important;
    margin: 1px;
    height: 50px;
    font-size: 14px;
}
.nav-link-hospital:hover {
    background-color: var(--secondary);
    color: white;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--secondary);
}

/* all-services */
.service-box {
    background-color: var(--primary);
    width: 100%;
    padding: 20px;
    color: white;
}
.service-box-details {
    width: 336px;
}
.service-box-details > img:hover {
    background-color: green;
}
.service-title:after {
    content: "";
    width: 30%;
    display: block;
    margin-top: 10px;
    color: white;
}
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 10px;
}

.hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 50px 0 0;
    padding: 7px 14px;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* MEDIA EVENTS New  */
.arrow-box:before {
    content: "Read More";
    position: absolute;
    left: -85px;
    top: 2px;
}
.arrow-box {
    content: "";
    position: absolute;
    bottom: 14px;
    right: 24px;
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid #fff;
    background-image: url(../images/link-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
}
.arrow-box:hover {
    background-color: #fff;
    background-image: url(../images/link-arrow-hover.png);
}
.media-box:hover > .arrow-box {
    background-color: #fff;
    background-image: url(../images/link-arrow-hover.png);
}
.media-box {
    height: 100%;
}

.event-image {
    object-fit: cover;

    width: 300px;
    height: 337px;
}

/* END MEDIA EVENTS NEW */

/* events */
.career-box {
    width: 300px;
    height: 200px;
    margin: auto;
}
.event-box {
    width: 100%;
    height: 200px;
}
.promo-box {
    width: 100%;
    height: 202px;
    object-fit: cover;
}
.hovereffect-event img {
    max-width: 100%;
    object-fit: cover;
}

.hovereffect-event {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect-event .overlay {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect-event:hover .overlay {
    background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect-event img {
    display: block;
    position: relative;
}

.hovereffect-event h3 {
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 51px;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
}
.event-category {
    background-color: var(--primary) !important;
    width: 200px !important;
    margin: auto !important;
    position: absolute;
}
.event-space {
    padding-top: 105px;
}
.hovereffect-event h4 {
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 54px;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hovereffect-event h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    bottom: 0px;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* carrers */
.carrers-table {
    border: 1px solid #ccc;
}

/* SJMC HOME */
.column-background {
    background-color: #f8f8f8;
    border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
    height: 100%;
    text-align: center;
    padding: 10px;
}
.column-cancers {
    background-color: #f8f8f8;
    border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
    height: 100%;
    text-align: center;
    padding: 10px;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
.top-nav-whatsapp {
    color: #4fce5d;
}
.top-nav-phone {
    color: #ff0000;
}
.header-home-text {
    background-color: var(--primary);
    color: white;
    padding: 10px;
}
.header-home-text-second {
    background-color: var(--secondary);
    color: white;
    padding: 10px;
}
.sjmc-default-btn {
    background-color: #0194d2;
    color: white;
    border-radius: 0px;
    width: 135px;
    font-size: 14px;
}
.find-out-btn {
    background-color: var(--primary);
    color: white;
    width: 200px;
    font-size: 14px;
    padding: 10px;
}
.find-out-btn:hover {
    color: white;
}
.appoint-btn {
    background-color: #0194d2;
    color: white;
    width: 255px;
    font-size: 14px;
    padding: 10px;
}
.sidebar-btn {
    background-color: #f5f5f5;
    border-style: none;
    color: #696969;
    width: 100% !important;
    font-size: 14px;
    padding: 10px;
}
.sidebar-btn:hover {
    background-color: #061f33;
    color: #ffffff;
}
.sidebar-active {
    background-color: #0d2f50;
    color: #ffffff;
}
.hr-style {
    box-shadow: 2px 1px 1px 1px #ccc;
}
.international-box {
    box-shadow: 0px 12px 8px -10px #ccc, 0px -12px 8px -10px #ccc;
}
.wrap {
    width: 100%;
    /* max-width: 1248px; */
    margin: 0 auto;
}
.main-shadow {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.globe-color {
    color: var(--tertiary);
}
.sjmc-text-color {
    color: var(--tertiary);
}
.insurance-border {
    border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
}

.insurance-border-2 {
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
}
.br-hide {
    display: none;
}

/* Enquiry */
.math-input::placeholder {
    color: var(--tertiary);
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid grey;
}
.carousel-indicators {
    z-index: 2 !important;
    margin-bottom: 7px !important;
}

.carousel-indicators .active {
    /* background-color: var(--secondary);
    border: 1px solid var(--secondary); */
    background-color: #d3d3d3;
}
.arrow-shadow {
    text-shadow: 2px 2px;
}

.about-menu {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    color: var(--primary);
    margin-top: -25px;
}

/* HOME SPECIALTY SLIDER */

#pmc-specialty-slider .carousel-item-next,
#pmc-specialty-slider .carousel-item-prev,
#pmc-specialty-slider .carousel-item.active {
    justify-content: center;
    display: flex;
}

#pmc-specialty-slider .carousel-inner .carousel-item-right.active,
#pmc-specialty-slider .carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
}

#pmc-specialty-slider .carousel-inner .carousel-item-left.active,
#pmc-specialty-slider .carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%);
}

#pmc-specialty-slider .carousel-inner .carousel-item-right,
#pmc-specialty-slider .carousel-inner .carousel-item-left {
    transform: translateX(0);
}
#pmc-specialty-slider .carousel-inner .carousel-item {
    height: 50x;
}
#pmc-specialty-slider .carousel-inner .carousel-item .slide-img {
    width: 150px;
    height: 150px;
    background-color: white;
    vertical-align: middle;
}
#pmc-specialty-slider .carousel-inner .carousel-item .slide-img img {
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100px;
    height: 100px;
}
#pmc-specialty-slider
    .carousel-inner
    .carousel-item
    .slide-img:nth-child(3)
    img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    width: 150px;
    height: 150px;
}

#pmc-specialty-slider
    .carousel-inner
    .carousel-item
    .slide-img:not(:nth-child(3))
    img {
    margin-top: 25px;
}

.about-side-menu {
    background-color: #f5f5f5;
    border-style: none;
    width: 100%;
    color: var(--primary);
    padding: 10px;
    font-size: 14px;
    margin-top: 5px;
}
.about-side-menu:hover {
    text-decoration: none;
    background-color: var(--primary);
    color: white;
}
.side-menu-active {
    background-color: var(--primary) !important;
    color: white;
}
.side-menu-active:hover {
    background-color: var(--primary);
    color: white;
}

.slider-hr {
    background-color: var(--primary);
    margin: 0px;
    padding: 2px;
}

/* promo */
.content-tit {
    color: #ffc000;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 15px;
    padding-bottom: 5px;
    line-height: 1;
}
.btm-tnc-f-sjmc {
    font-size: 14px;
    text-align: left;
    padding: 0 10px 0 20px;
    font-weight: 300;
    color: #f4c849;
}
.box2-sjmc {
    font-size: 16px;
    text-align: left;
    padding-left: 40px;
    width: 100%;
    color: #ffffff;
}
.box2-sjmc a {
    color: #f4c830;
}

.gallery-border img {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    width: 112%;
    height: auto;
}
.video-tag {
    cursor: pointer;
}
.img-responsive {
    object-fit: cover;
    width: 100%;
    height: 220px;
}

.bottom-set {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

/*social sharing button plugin*/
.SocialSharingButtons {
    text-align: right;
    padding: 15px 0;
}

.SocialSharingButtons ul.share-buttons li {
    padding: 0 5px;
}

.SocialSharingButtons ul.share-buttons li:nth-child(4),
.SocialSharingButtons ul.share-buttons li:nth-child(6),
.SocialSharingButtons ul.share-buttons li:nth-child(7),
.SocialSharingButtons ul.share-buttons li:nth-child(8),
.SocialSharingButtons ul.share-buttons li:nth-child(9),
.SocialSharingButtons ul.share-buttons li:nth-child(10),
.SocialSharingButtons ul.share-buttons li:nth-child(11) {
    display: none;
}

/*****************
call-out when appointment date selected
 *****************/
.min-date-disabled-booking {
    position: relative;
    z-index: 99;
}

/*****************
specialties dropdown menu
 *****************/

 .new-spec-dropdown{
    margin-top: 0 !important;
    column-count: 2;
    top: unset !important;
    left: 130% !important;
    transform: translate(-50%) !important;
    width: 1046px;
    border-bottom: 1px solid black;
 }
.specialties-dropdown-menu {
    margin-top: 0 !important;
    column-count: 5;
    column-rule: dotted 1px #333;
    top: unset !important;
    left: 50% !important;
    transform: translate(-50%) !important;
    min-width: 1046px;
}

.specialties-dropdown-menu li {
    display: inline-block;
    width: 100%;
}

.specialties-dropdown-menu li a {
    padding: 0.5rem 1.5rem;
    white-space: unset;
}

@media (max-width: 1275px) {
    .specialties-dropdown-menu {
        left: 0% !important;
    }
}

@media (max-width: 1030px) {
    .specialties-dropdown-menu {
        column-count: 4;
    }
}

@media (max-width: 991px) {
    .specialties-dropdown-menu {
        left: -80% !important;
    }
    .nav-height{
        /** height: 136px; */
        height: 7.313rem;
    }
}

@media (max-width: 480px) {
    .nav-height{
        /** height: 110px; */
        height: 7.313rem;
    }
}

@media (max-width: 820px) {
    .specialties-dropdown-menu {
        column-count: 3;
    }
}

/*****************
btmc home page
 *****************/
.image-black-fade-bottom {
    position: relative;
}
.image-black-fade-bottom::after {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-image: linear-gradient(180deg, transparent, #0d2f50);
    opacity: 0.9;
}

.home-four-banners-text {
    position: absolute;
    bottom: 8%;
    width: 95%;
    text-align: center;
    /* font-family: "Montserrat" !important; */
}
.home-four-banners-text h4 {
    /* font-family: "Montserrat" !important; */
    font-weight: bold;
}
.home-four-banners-text p {
    display: flex;
    justify-content: center;
}
.home-four-banners-text p img {
    margin-left: 10px;
    align-self: center;
}

.home-two-call-outs {
    box-shadow: 0px 0px 20px 5px #e6e6e6;
    height: 100%;
}
.home-two-call-outs h3,
.international-patients-header {
    letter-spacing: 1px;
}

.read-more-text {
    color: #0e6674;
    display: flex;
}
.read-more-text img {
    margin-left: 10px;
    align-self: center;
}

.home-make-appointment {
    background-image: url(../images/appointment-enquiry.png);
}

.improve-care-overlay {
    position: absolute;
    width: 100%;
    height: 250px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(13, 47, 80, 0.7);
    color: #fff;
    display: none;
}

.improve-care-overlay h5 {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #fff;
}

.improve-care-link:hover .improve-care-overlay {
    display: block;
}

/* Media screen should be always at the bottom*/
@media screen and (max-width: 320px) {
    .mobile_number {
        font-size: 15px;
    }
    .mobile-logo-img {
        height: 55px;
    }
    .nav-mobile-img {
        height: 55px;
    }
    .brand-name {
        font-size: 15px !important;
        margin-top: 8px !important;
    }
	.hovereffect-event img {
		height: auto;
	}
}
@media screen and (min-width: 360px) and (max-width: 442px) {
  
	.hovereffect-event img {
		height: auto;
	}
	.doctor-text-size-only{
		font-size: 14px !important;
	}
}
@media screen and (max-width: 600px) {
	.hovereffect-event img {
		height: auto;
	}
	  .promo-box {
        height: 370px;
    }
    h1 {
        font-size: 24px !important;
    }
    .packages-res {
        position: relative;
        text-align: center;
        bottom: auto;
        right: auto;
    }
    .desktop-only {
        display: none;
    }
    .bottom-set {
        position: relative;
    }
    .mobile-mx-0{
        margin: 0px !important;
    }
    .m-w-100 {
        width: 100% !important;
    }
    .text-h1 {
        font-size: 22px;
    }
    .content-img {
        width: 65%;
    }
    .logo-footer-1 {
        width: 100%;
    }
    .header-box {
        position: relative;
        left: 0px;
    }
    .header-box * {
        margin: 0px !important;
    }
    #gallery-border img {
        width: 100% !important;
    }
    .mobile-hidden {
        display: none;
    }
    .brand-name {
        font-size: 17px;
        margin-top: 19px;
    }

    .nav-link-about {
        width: 290px;
    }
    .page-banner {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .service-box-details {
        width: 291px;
    }
    .premium-box {
        height: 580px !important;
        margin-top: 8px;
    }
    .package-box {
        height: 580px !important;
    }
    /* .doctor-card{

        height: auto;
        background-size: 186px 236px;
    }
    .specialty-doctor-card{

        height: auto;
        background-size: 145px auto;
    } */
    .return-btn {
        margin-top: 0px;
    }
    .br-hide {
        display: block;
    }
    .mobile-show {
        display: block !important;
    }
    .logo-show {
        display: block !important;
        margin: auto;
    }
    .mobile-center {
        text-align: center;
    }
    .footer-details {
        margin: auto;
        text-align: auto;
    }
    .sub-footer {
        margin: auto;
        text-align: auto;
    }
    .c-position {
        position: relative !important;
    }
}
/* Tablet/ Ipad */
@media screen and (min-width: 601px) and (max-width: 993px) {
    .packages-res {
        right: 37% !important;
    }
    .header-box {
        left: -54px;
    }
    .promo-box {
        height: 196px;
    }
    .logo-footer-1 {
        width: 100%;
    }
    .lower-nav {
        font-size: 15px !important;
    }
    .tablet-hidden {
        display: none;
    }
    .tablet-show {
        display: block !important;
    }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
    .packages-res {
        right: 28%;
    }
    .header-box {
        left: -62px;
    }
    .ipad-hidden {
        display: none !important;
    }
    .ipad-show {
        display: block !important;
    }
}

@media (max-width: 1025px) {
    .page-banner {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    /* Sticky-footer Start */
    .custom-col {
        width: 20%;
        font-size: 12px;
        padding: 10px;
    }
    .sticky-footer {
        display: block !important;
        position: -webkit-sticky; /* Safari */
        position: fixed;
        bottom: 0;
        background-color: white;
        text-align: center;
        color: var(--primary);
        z-index: 999;
    }
    .sticky-footer a {
        color: var(--primary);
    }
    .footer-icon {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .footer-text {
        font-size: 12px;
        text-align: center;
    }
    .footer-svg {
        height: 30px;
        fill: var(--primary);
        margin-bottom: 10px;
    }

    /* Sticky-footer END */
}

@media screen and (max-width: 767px) {
    .mobile-mx-0{
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .md-column-reverse {
        flex-direction: column-reverse;
    }
    .m-w-100 {
        width: 100% !important;
    }
}


@media only screen  and (min-width: 100px) and (max-width: 991px) {


}





