﻿#homeBanner .selected {
    border: 3px #058b8b solid !important;
}

.bookAppointmentBox option {
    font-size: 11px;
}

    .bookAppointmentBox option:hover {
        font-size: 11px;
        background-color: var(--color-bg);
    }

.fx.hos-box:hover span {
    /*border: 1px solid #0178B0;*/
    border: 1px solid var(--color-bg);
}

.fx.hos-box:hover h5 {
    color: #867c6a;
}

.bookAppointmentBox label {
    color: black;
}

.paddingTopBottom {
    padding: 20px 0px 50px 0px;
}

.headingParagraph {
    margin-bottom: -15px;
}

.mobileMarginTop {
    margin-top: 10px;
}

.everySectionHeading {
    font-weight: 600;
    text-align: center;
    /*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    color: var(--color-bg);
    padding-bottom: 12px;
}

.everyContentHeading {
    /*font-family: 'Lora';*/
    font-style: normal;
    font-weight: 600;
    text-align: center;
    color: var(--color-bg);
    padding-bottom: 12px;
}

/*TWITTER SECTION CSS*/

.twitter-container {
    width: 100%;
    background-color: #F9FAFB;
    text-align: center;
}

.twitterIframe > iframe {
    height: 350px !important;
    width: 500px !important;
}

.twitterIframe {
    filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.15));
    border-radius: 8px;
    padding: 2px 16px 2px 16px;
}

.twitterBackgroundHeading {
    color: #111827;
    position: absolute;
    left: 33%;
    top: -20px;
    Opacity: 8%;
}

/*TESTTIMONIAL CSS*/

.testimonialCard {
    height: 430px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 1px 2px 1px 2px;
    border-radius: 8px;
}

.testimonialBackgroundHeading {
    color: #111827;
    position: absolute;
    left: 29%;
    top: 3%;
    Opacity: 8%;
}

.hotTopicBanner > .slick-prev {
    top: 18% !important;
    left: 5% !important;
    margin-left: 0px !important;
    background-color: var(--color-bg);
    border: 1px solid white;
    color: white;
    border-radius: 100%;
}

    .hotTopicBanner > .slick-prev:hover {
        top: 18% !important;
        left: 5% !important;
        margin-left: 0px !important;
        background-color: white;
        border: 1px solid var(--color-bg);
        color: var(--color-bg);
        border-radius: 100%;
    }

.hotTopicBanner > .slick-next {
    top: 18% !important;
    right: 5% !important;
    margin-right: 0px;
    background-color: var(--color-bg);
    border: 1px solid white;
    color: white;
    border-radius: 100%;
}

    .hotTopicBanner > .slick-next:hover {
        top: 18% !important;
        right: 5% !important;
        margin-right: 0px;
        background-color: white;
        border: 1px solid var(--color-bg);
        color: var(--color-bg);
        border-radius: 100%;
    }

.hotTopicBanner > ul.slick-dots {
    position: relative !important;
    bottom: 0 !important;
}

/*SERVICESS SECTION CSS*/
.services-container {
    background-color: #F9FAFB;
    text-align: center;
}

.ourServicesBackgroundHeading {
    color: #111827;
    position: absolute;
    left: 40%;
    top: 5px;
    Opacity: 8%;
}

.serviceCard {
    height: 370px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 12px 0px 12px;
    border-radius: 18px;
    text-align: center;
    background-color: white;
}

    .serviceCard:hover {
        height: 370px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
        padding: 25px 12px 0px 12px;
        border-radius: 18px;
        text-align: center;
        background-color: white;
    }

.serviceCardMobile {
    height: 300px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 20px 0px 20px;
    border-radius: 18px;
    text-align: center;
    background-color: white;
}

    .serviceCardMobile:hover {
        height: 300px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
        padding: 25px 20px 0px 20px;
        border-radius: 18px;
        text-align: center;
        background-color: white;
    }

#ourServicesSlider > .slick-prev {
    top: 25% !important;
    left: 4% !important;
    margin-left: 0px !important;
    background-color: var(--color-bg);
    border: 1px solid white;
    color: white;
    border-radius: 100%;
}

    #ourServicesSlider > .slick-prev:hover {
        top: 25% !important;
        left: 4% !important;
        margin-left: 0px !important;
        background-color: white;
        border: 1px solid var(--color-bg);
        color: var(--color-bg);
        border-radius: 100%;
    }

#ourServicesSlider > .slick-next {
    top: 25% !important;
    right: 4% !important;
    margin-right: 0px;
    background-color: var(--color-bg);
    border: 1px solid white;
    color: white;
    border-radius: 100%;
}

    #ourServicesSlider > .slick-next:hover {
        top: 25% !important;
        right: 4% !important;
        margin-right: 0px;
        background-color: white;
        border: 1px solid var(--color-bg);
        color: var(--color-bg);
        border-radius: 100%;
    }

#ourServicesSlider > .slick-dots {
    bottom: 0% !important;
    left: 0% !important;
}
/*HOSPITAL LIST CSS*/
.hospitalList-container {
    background-color: #F9FAFB;
    text-align: center;
}

.hospitalListBackgroundHeading {
    color: #111827;
    position: absolute;
    left: 29%;
    top: 20%;
    Opacity: 8%;
}


.hospitalImageSpan {
    border: none !important;
    background-color: white !important;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px !important;
    width: 150px !important;
}

    .hospitalImageSpan:hover {
        border: none !important;
        background-color: white !important;
        box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.3) !important;
        border-radius: 8px !important;
        width: 150px !important;
    }

#hospitalLocationsSlider > .slick-prev {
    top: 25% !important;
    left: 4% !important;
    margin-left: 0px !important;
    background-color: var(--color-bg);
    border: 1px solid white;
    color: white;
    border-radius: 100%;
}

    #hospitalLocationsSlider > .slick-prev:hover {
        top: 25% !important;
        left: 4% !important;
        margin-left: 0px !important;
        background-color: white;
        border: 1px solid var(--color-bg);
        color: var(--color-bg);
        border-radius: 100%;
    }

#hospitalLocationsSlider > .slick-next {
    top: 25% !important;
    right: 4% !important;
    margin-right: 0px;
    background-color: var(--color-bg);
    border: 1px solid white;
    color: white;
    border-radius: 100%;
}

    #hospitalLocationsSlider > .slick-next:hover {
        top: 25% !important;
        right: 4% !important;
        margin-right: 0px;
        background-color: white;
        border: 1px solid var(--color-bg);
        color: var(--color-bg);
        border-radius: 100%;
    }

/*ABOUT HOSPITAL CSS*/

.aboutHospitalBackgroundHeading {
    color: #111827;
    position: absolute;
    left: 3%;
    top: -22px;
    Opacity: 8%;
}

/*FIGURES & FUNN STAFF CSS*/
.figuresBox {
    padding: 15px 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    border-radius: 8px;
    /*display: flex;*/
    justify-content: center;
}

/*MOBILE APPLICATION SLIDES*/
.mobileApplicationSlider {
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

/*BOOK APPOINTMENT CSS*/

.bookAppointmentBox {
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 16px 16px;
    position: absolute;
    top: 11.5%;
    width:88%;
    z-index: 999;
    right: 1%;
    left: 1%;
    /*margin-left: 1.1%;*/
    
}

.bookingAppointmentDDL {
    display: flex;
    justify-content: space-around;
}

#ddlDepartment {
    //width: 170px;
    width: 200px;
    border: none;
    background: none;
    font-size: 14px;
    cursor: pointer;
}

#ddlLocation {
    /*width: 170px;*/
    width: 170px;
    border: none;
    background: none;
    font-size: 14px;
    cursor: pointer;
}

#ddlSpecialization {
    /*width: 170px;*/
    width: 220px;
    border: none;
    background: none;
    font-size: 14px;
    cursor: pointer;
}

#ddlDate {
    /*width: 170px;*/
    width: 230px;
    border: none;
    background: none;
    font-size: 14px;
    margin-top: 7px;
    cursor: pointer;
}

#appointmentButton {
    background: linear-gradient(287.95deg, var(--color-bg) 6.31%, rgba(1, 120, 176, 0) 190.58%);
    border-radius: 6px;
    color: white;
    height: 55px;
    border: none;
    width: 100%;
}

    #appointmentButton:hover {
        background: linear-gradient(287.95deg, var(--color-bg) 6.31%, rgba(1, 120, 176, 0) 190.58%);
        filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
        border-radius: 6px;
        border: none;
        color: white;
        height: 55px;
        width: 100%;
    }

.tp-leftarrow {
    left: 8% !important;
    top: 40% !important;
}
#mb-banner > .tp-leftarrow {
    top: 55% !important;
}

#mb-banner > .tp-rightarrow {
    top: 55% !important;
}

.tp-rightarrow {
    right: 8% !important;
    top: 40% !important;
}

.tp-bullets {
    bottom: 14% !important;
}

/*.bannerImage {
    border-radius: 0% 0% 0% 30% !important;
}

#bannerVideo {
    border-radius: 0% 0% 0% 30% !important;
}*/
