.nav-border-left-right {
    border-left: 1px solid #e2e2e2;
    /* border-right: 1px solid #e2e2e2; */
}

.h5-fs-original {
    font-size: 1.25rem;
}
.fs-23 {
    font-size: 23px;
}
.nav-hr {
    border-top: 5px solid #e2e2e2;
    margin-top: 0px;
    margin-bottom: 0px;
}
.svg-eyecentric .svg {
    height: auto;
    width: 70px;
    margin-left: 18px;
}
.box-shadow {
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    padding: 20px;
    height: 100%;
}

.ceb-movement {
    margin-top: -54px;
    margin-left: 130px;
}
.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;
}

#rsdNav .nav-link.active .btn-primary {
    background-color: #286090 !important;
    border: 1px solid #204d74 !important;
}

.detect-according[aria-expanded="true"] .btn-primary {
    background-color: #286090 !important;
    border: 1px solid #204d74 !important;
}

.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;
}

.covid-about::after {
    content: "";
    border-bottom: 5px solid orange;
    width: 78%;
    display: block;
    margin-top: 5px;
}

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

.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;
}

.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);
}

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

/* Custom All */

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

.cursor-pointer {
    cursor: pointer;
}

html,
body {
    overflow-x: hidden;
}
#select-category,
select:not([multiple]) {
    background-image: url("");
}

/* NEW From live */
.video-tag {
    cursor: pointer;
}
.img-responsive {
    object-fit: cover;
    width: 100%;
    height: 220px;
}

#eyeCare a {
    font-size: 13px;
}

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

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
}
.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;
}

select::-ms-expand {
    display: none;
}

.form-control {
    border-radius: 0px;
}
.a-default-btn {
    background-color: var(--secondary);
    color: white;
    border-radius: 0px;
    width: 135px;
    font-size: 14px;
}
.a-download-btn {
    background-color: #ccc;
    color: var(--primary);
    border-radius: 0px;
    width: 190px;
    font-size: 14px;
}
.page-banner {
    height: 350px;
    /* padding: 80px; */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.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;
}
#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;
}

.a-default-btn:hover,
.a-map-btn:hover,
.return-btn:hover,
.a-brochuer-btn:hover,
.a-super-default-bt {
    color: white !important;
}
.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;
}

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

.top-nav .nav-link {
    /* padding: 9px 5px 5px 5px; */
    padding: 9px 0px 5px 0px;
    font-size: 14px !important;
}
.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: 1.3em; */
    font-size: 1em;
}
.nav-item {
    padding: 0 7px;
}
.mid-nav .menu-active .nav-link {
    color: var(--primary) !important;
    font-weight: bold;
}
.nav-hover:hover {
    background-color: #e7e7e7;
}
.sub-menuhover > li > a:hover {
    background-color: lightblue;
}

/* .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:hover > ul.dropdown-menu {
    opacity: 0.98;
    border-style: none;
    display: block;
    position: absolute;
    transform: translate3d(7px, 47px, 0px);
    top: -10px;
    left: 0px;
    will-change: transform;

}

.services > ul.dropdown-menu {
    display: block;
    position: absolute;
    transform: translate3d(7px, 47px, 0px);
    top: -10px;
    left: 0px;
    will-change: transform;
    opacity: 0.98;
    border: 0px !important;
}

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

.nav-search {
    width: 200px;
}

.nav-search .input-group-text {
    /* color :white;
    background-color:#d7d7d7;
    border: none;
    border-radius: 0; */

    color: white;
    border: none;
    border-radius: 0;
}
.nav-search input {
    /* background-color: #d7d7d7;
    border:none;
    border-radius: 0; */

    border: 1px solid var(--primary);
    padding: 5px;
    border-radius: 0;
}

.nav-search input::placeholder {
    /* color:white; */

    color: var(--primary);

    font-size: 18px;
    padding: 5px;
}

.sidebar-container {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0px;
    z-index: 5;
}
.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: 300px;
    height: 100%;
    z-index: 10;
}
.sidebar nav ul {
    width: 100%;
}
.bg-primary {
    background-color: var(--primary) !important;
}

.lower-nav .nav-link {
    color: white;
}
.lower-nav > li:hover {
    background-color: #061f33;
}

.link {
    position: absolute;
    bottom: 20px;
}
.international-box {
    box-shadow: 0px 12px 8px -10px #ccc, 0px -12px 8px -10px #ccc;
}
/* 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 */
.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) !important;
    border: 1px solid var(--secondary); */
    background-color: #d3d3d3;
}

#pmc-slider .carousel-inner img {
    height: auto;
}
#pmc-slider .carousel-inner .carousel-caption {
    bottom: 150px;
    margin-left: 250px;
    margin-right: 250px;
}

#pmc-quick-links .row {
    margin-top: -75px !important;
    /* box-shadow: 1px 3px 3px 2px #ccc; */
}

.doctor-svg {
    height: 50px;
    width: 50px;
    fill: white;
}
.screening-svg {
    height: 100px;
    width: 100px;
    fill: grey !important;
}
.female-premium {
    height: 100px;
    width: 100px;
    fill: white !important;
}

.quick-link {
    background-color: var(--primary);
    /* 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: var(--secondary);
    color: white !important;
}

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

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

#pmc-home-article .article .title {
    background-color: var(--secondary);
    color: white;
    padding: 10px;
    /* margin: 8px 0px;
 padding: 18px 18px; */
}

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

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

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

/* Home Content */
.remove-hover:hover {
    text-decoration: none;
}
.weight-banner {
    height: 280px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* health_Screening */
.packages-svg {
    fill: grey !important;
}
.package-box {
    padding: 20px;
    box-shadow: 0px 12px 8px -10px #ccc, 0px -12px 8px -10px #ccc;
    min-height: 550px;
}
.premium-box {
    background-color: var(--primary);
    color: white !important;
    margin-top: -23px;
    min-height: 550px;
    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(--secondary);
    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: 490px;
    /* 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 */
.doctor-card {
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 20px;
    height: 100%;
    min-height: 362px;
    /* min-width: 442px; */
    background-size: 213px auto;
    border: 1px solid #ccc;
}
.specialty-doctor-card {
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 14px;
    height: 100%;
    min-height: 410px;
    width: 100%;
    background-size: 152px 223px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.btn-view-profile {
    background-color: var(--primary);
    color: white;
    border-radius: 0px;
    font-size: 14px;
    width: 200px;
}
.btn-view-profile:hover {
    color: white;
}
/* 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 black;
}

/* 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;
}
.text-pmc {
    color: orange !important;
}

.text-admc {
    color: blue !important;
}
.text-sjmc {
    color: red !important;
}
/* Eye care */
.eye-care-menu {
    background-color: #f5f5f5;
    border-style: none;
    width: 100%;
    height: auto;
    color: var(--primary);
    padding: 10px;
    font-size: 14px;
    margin-top: 5px;
}
.eye-sub-btn {
    width: 20%;
    position: absolute;
    right: 0;
}
.eye-care-menu:hover {
    text-decoration: none;
    background-color: #f5f5f5;
    color: var(--primary);
}

/* about-us */
.about-side-menu {
    background-color: #f5f5f5;
    border-style: none;
    width: 100%;
    height: auto;
    color: var(--primary);
    padding: 10px;
    font-size: 14px;
    margin-top: 5px;
}
.eye-sub-btn {
    width: 20%;
    position: absolute;
    right: 0;
}
.about-side-menu:hover {
    text-decoration: none;
    background-color: var(--primary);
    color: white;
}
.side-menu-active {
    background-color: var(--primary);
    color: white;
}
.about-menu {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    color: var(--primary);
    margin-top: -25px;
}

.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;
}

.a-default-btn:hover,
.a-map-btn:hover,
.return-btn:hover,
.a-brochuer-btn:hover {
    color: white !important;
}
.btn-bottom-position {
    position: absolute;
    bottom: 25px;
}

/* Specialty */
.specialty-banner {
    padding-top: 15vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    width: 100% !important;
}

/* 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;
} */
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    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 */
.a-event-call {
    background-color: var(--secondary);
    color: white;
    padding: 20px;
}

.career-box {
    width: 300px;
    height: 200px;
    margin: auto;
}

.event-box {
    width: 100%;
    height: 200px;
}
.promo-box {
    width: 100%;
    height: 144px;
}
.hovereffect-event img {
    height: auto;
    max-width: 100%;
}

.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);
    /* -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; */
}
.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: 38px;
    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;
}

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

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

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

.hovereffect-event-career img {
    display: block;
    position: relative;
}
.hovereffect-event-career 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;
}

.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;
}
/* 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: 150px;
}
#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;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.middle-admc-banner {
    background:
    /* top, transparent red, faked with gradient */ linear-gradient(
            rgba(178, 34, 34, 0.9),
            rgba(178, 34, 34, 0.55)
        ),
        /* bottom, image */ url("../images/ADMC-hospital.jpg");
    color: white;

    /* Set a specific height */
    height: 425px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.middle-admc-number {
    font-size: 26px;
    margin: 0px;
}
.middle-admc-text {
    font-size: 18px;
    margin: 0px;
}
.middle-admc-svg {
    height: 100px;
    width: 100px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

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

/* search-result */
.search-box {
    background-color: #f5f5f5;
    padding: 20px;
    width: 500px;
    height: 100%;
}
#pmc-quick-links .row {
    margin-top: 0px;
}

/* PROMO */
.executive:hover {
    color: #f4c811 !important;
}
.orgbg {
    background: #242359;
    color: #ffffff;
}
.border-btm {
    border-bottom: 5px solid #eeeeee;
}
.tableborder {
    padding: 5px 10px;
    background: none;
    border: 1px solid #eeeeee;
}
.tabtit {
    color: #ffffff;
    font-size: 22px;
    text-align: center;
}
.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 {
    font-size: 14px;
    text-align: left;
    padding: 0 10px 0 20px;
    font-weight: 300;
    color: #f4c849;
}
.box2 {
    font-size: 16px;
    text-align: left;
    padding-left: 40px;
    width: 100%;
    color: #ffffff;
}
.box2 a {
    color: #f4c830;
}
.mohcode {
    float: left;
    padding: 5px 10px;
    font-size: 11px;
    color: #ffffff;
    margin-top: 15px;
    border: 1px solid #f4c916;
}

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

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 70px;
    width: auto;
    height: 93%;
    padding: 50% 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

/* Media screen should be always at the bottom*/
@media screen and (min-width: 320px) and (max-width: 442px) {
    .promo-box {
        height: 213px;
    }
    .mobile_number {
        font-size: 15px;
    }
    .navbar-brand > img {
        height: 50px;
    }
    .brand-name {
        font-size: 16px !important;
        margin-top: 5px !important;
    }
    .header-mobile-logo {
        width: 200px;
    }
    .mobile-w-100 {
        width: 100% !important;
    }

    .m-modal-w {
        max-width: 100% !important;
    }
}
@media screen and (min-width: 360px) and (max-width: 442px) {
    .promo-box {
        height: 246px;
    }
}
@media screen and (min-width: 360px) and (max-width: 1199px) {
    .sidebar-show {
        display: block !important;
    }
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 24px !important;
    }

    h4 {
        font-size: 20px !important;
    }
    .m-w-100 {
        width: 100% !important;
    }
    .m-h-100 {
        height: 100% !important;
    }
    .mobile-mx-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .col-20 {
        width: 100% !important;
    }

    .m-pb-0 {
        padding-bottom: 0px !important;
    }
    .ceb-movement {
        margin-top: 10px;
        margin-left: 20px;
    }
    .m-fs-11 {
        font-size: 11px;
    }
    .c-mt {
        position: relative !important;
    }
    .desktop-only {
        display: none;
    }
    .packages-res {
        position: relative;
        text-align: center;
        bottom: auto;
        right: auto;
    }
    .m-up-call {
        bottom: 101px !important;
    }
    h1 {
        font-size: 24px;
    }

    #media-res .col-md-3 {
        text-align: center;
    }
    #media-res .col-md-3 > img {
        width: 65% !important;
    }
    #media-res .col-md-3 > div > img {
        width: 65% !important;
    }
    #media-res h1 {
        font-size: 22px;
    }

    .header-box {
        position: relative;
        left: 0px;
    }
    .header-box * {
        margin: 0px !important;
    }
    .logo-footer-1 {
        width: 100%;
    }
    .footer-mobile-logo {
        width: auto !important;
    }
    .mobile-hidden {
        display: none;
    }
    .mobile-show {
        display: block !important;
    }
    .brand-name {
        font-size: 17px;
        margin-top: 16px;
    }

    .middle-admc-banner {
        height: 776px;
    }
    .a-download-btn {
        margin: auto;
    }
    .quick-link .title {
        font-size: 12px;
    }
    .quick-link .desc {
        font-size: 10px;
    }
    .doctor-svg {
        height: 40px;
    }

    .nav-link-about {
        width: 290px;
    }
    .page-banner {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .service-box-details {
        width: 291px;
    }
    .premium-box {
        height: 610px !important;
        margin-top: 8px;
    }
    .package-box {
        height: 610px !important;
    }
    .doctor-card {
        width: auto;
        background-size: 136px auto;
    }
    .specialty-doctor-card {
        width: auto;
        background-size: 145px auto;
    }
    .return-btn {
        margin-top: 0px;
    }
    .br-hide {
        display: block;
    }
    .logo-show {
        display: block !important;
        margin: auto;
    }
    .mobile-center {
        text-align: center;
    }
    .sub-footer {
        text-align: center;
        margin: auto;
    }
}
@media screen and (min-width: 600px) and (max-width: 769px) {
    .header-box {
        left: -54px;
    }
    .logo-footer-1 {
        width: 100%;
    }
    .footer-mobile-logo {
        width: 100%;
    }
    .package-box {
        height: 677px;
    }
    .middle-admc-banner {
        height: 543px;
    }
    .lower-nav {
        font-size: 15px !important;
    }
    .mobile_number {
        font-size: 14px;
    }
    .tablet-hidden {
        display: none !important;
    }
    .tablet-show {
        display: block !important;
    }
}

@media screen and (min-width: 601px) and (max-width: 768px) {
    .packages-res {
        right: 37% !important;
    }
}
@media screen and (min-width: 601px) and (max-width: 993px) {
    .promo-box {
        height: 117px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
    .packages-res {
        right: 28%;
    }
    .covid-about::after {
        width: 95%;
    }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
    .header-box {
        left: -62px;
    }
    .tablet-size {
        width: 270px;
    }
}
@media (max-width: 1199px) {
    .tablet-hidden {
        display: none !important;
    }
}
@media (max-width: 1025px) {
    .tableborder {
        font-size: 12px;
        text-align: center;
    }
    .tablet-hidden {
        display: none !important;
    }
    .tablet-show {
        display: block !important;
    }
    #pmc-quick-links .row {
        margin-top: 0px !important;
    }

    .package-box {
        min-height: 570px;
    }
    .premium-box {
        min-height: 570px;
    }
    .page-banner {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #pmc-specialty-slider
        .carousel-inner
        .carousel-item
        .slide-img:nth-child(1),
    #pmc-specialty-slider
        .carousel-inner
        .carousel-item
        .slide-img:nth-child(5) {
        display: none;
    }
    /* Sticky-footer Start */
    .custom-col {
        width: 20%;
        font-size: 12px;
        padding: 10px;
    }
    .sticky-footer {
        display: block !important;
        position: fixed;
        bottom: 0;
        background-color: white;
        text-align: center;
        color: var(--primary);
        z-index: 1;
    }
    .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 */
}

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


/*****************
health-screening
*****************/
#showPrice del {
    font-size: 1.6rem !important;
}


/*****************
specialties dropdown menu
 *****************/
 .new-spec-dropdown{
    margin-top: 0 !important;
    column-count: 2;
    top: 38px !important;
    left: 130% !important;
    transform: translate(-50%) !important;
    width: 1046px;
    border-bottom: 1px solid black;
}

 .coe-dropdown {
    margin-top: 0 !important;
    column-count: 1;
    top: unset !important;
    left: 50% !important;
    transform: translate(-50%) !important;
}


.services-dropdown-menu {
    margin-top: 0 !important;
    column-count: 2;
    column-rule: dotted 1px #333;
    top: unset !important;
    left: 50% !important;
    transform: translate(-50%) !important;
    width: 400px;
}

.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;
}

.specialties-dropdown-menu li,
.services-dropdown-menu li,
.coe-dropdown li

{
    display: inline-block;
    width: 100%;
}

.specialties-dropdown-menu li a,
.services-dropdown-menu li a,
.coe-dropdown li a
{
    padding: 0.5rem 1.5rem;
    white-space: unset;
}
@media (max-width: 1030px) {
    .specialties-dropdown-menu {
        column-count: 4;
    }
}

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


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

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
    width: 12px;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

@media screen and (min-width: 768px) and (max-width: 1045px) {
    .m-fs-doctorcard {
        font-size: 13px;
    }
    .wc-bottom-up {
        margin-bottom: 21px !important;
    }
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
    .lower-nav .nav-link{
        font-size: 13px;
    }
}

@media (min-width:641px)  {
    .logoForLand{
        width:200px;
        }
    }
