.hospital-bg-light {
    position: relative;
    z-index: 1;
    height: 100%;
    background-image: linear-gradient(to right top, #acf9ff, #b4f4ff, #c1eeff, #cfe8ff, #dce2ff, #e4defe, #eddafb, #f7d5f5, #fbd2ed, #fecfe4, #ffcddc, #ffcbd3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#1CDCE8", endColorstr="#BB77ED", GradientType=1);
}

.elementDotsOverlay {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(../img/elementdots.png);
    background-repeat: repeat;
    background-size: auto;
    top: 0px;
    left: 0px;
    opacity: .3;
    z-index: -1;
}

.dhLogo img {
    height: 100px;
    margin-bottom: 10px;
}

h1.dhHeading {
    color: #007da8;
    font-size: 52px;
    line-height: 60px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
}

h1.dhHeading span {
    color: #000;
}

.subheadingDD {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}

.servicesBannerImg {
    position: relative;
    z-index: 1;

}

.serviceImg-1 {
    position: relative;
    z-index: 1;
    width: calc(94% - 100px);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;

}

.serviceImg-back {
    position: absolute;
    top: 180px;
    left: 99px;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.serviceImg-back1 {
    position: absolute;
    bottom: 280px;
    left: 40px;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.ServiceHeading {
    font-size: 42px;
    font-weight: 400;
    line-height: 51px;
    margin-bottom: 26px;
}

.tileSubText {
    font-size: 18px;
    font-weight: 500;
    color: #2490EB;
}

.ServiceHeading strong {
    font-weight: 700;
}

.counter-card-hospital {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
}

.counter-card-hospital .counter-card .counter-icon i {
    font-size: 40px;
    line-height: 40px;
    color: #007da8;
    /*
    background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
*/
}

.counter-card-hospital .counter-text p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #930022;
}

.counter-card-hospital .counter-num {
    margin-bottom: 0;
    line-height: 28px;
    font-size: 26px;
}

.hospitalServices .service-card .service-info {
    min-height: 190px;
}

.hospitalServices .service-card .service-info p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #939393;
}

.hospitalServices .service-card .service-info h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

.about-hospital {
    position: relative;

}

.about-hospital::after {
    content: url(../img/services/glocal_logo.png);
    position: absolute;
    position: absolute;
    top: 55px;
    left: 100px;
    opacity: .8;
}

.hospitalDtlItem {
    padding-inline-start: 10px;
}

.about-hospital h3.hospitalName {
    font-size: 1.7rem;
}

.hospitalDtlItem li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px;
    margin: 0 0 5px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.hospitalDtlItem .contact-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    border: 1px dashed #c5455e;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hospitalDtlItem .contact-icon i {
    color: #c5455e;
    line-height: 0.8;
    font-size: 36px;
    position: relative;
    -webkit-transition: 0.34s;
    transition: 0.34s;
}

.hospitalDtlItem .hospItemDtl {
    width: calc(100% - 100px);
    margin-left: 20px;
    font-size: 18px;
    color: #5c5c5c;
    font-weight: 500;
}

.hospitalsImagesGrp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hospitalsImagesGrp .mainHospImg {
    position: relative;
    z-index: 1;
    width: 500px;
    height: 450px;
}

.hospitalsImagesGrp .mainHospImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    box-shadow: 0px 2px 20px -4px rgb(58 71 84);
}

.hospitalsImagesGrp .mainHospImg:after,
.hospitalsImagesGrp .mainHospImg:before {
    content: " ";
    position: absolute;
    height: 450px;
    width: 500px;
    z-index: -1;

}

.hospitalsImagesGrp .mainHospImg:before {
    left: -50px;
    top: -50px;
    background-color: #ccd1b0;
}

.hospitalsImagesGrp .mainHospImg:after {
    right: -50px;
    bottom: -50px;
    background-color: #c5455e;
}

.hospitaloddevn {
    border-bottom: 1px dashed #bdbdbd;
}

.hospitaloddevn:nth-child(even) {
    flex-direction: row-reverse;
}

.hospitaloddevn:last-child {
    border-bottom: none !important;
}

.aminitiesSlider .aminities {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.aminitiesSlider .aminities .amn-icons i {
    font-size: 42px;
    line-height: 46px;
    margin: 0 10px;
    color: #899546;
}

.aminitiesSlider .aminities .amn-name {
    font-size: 11px;
    color: #000;
}

.viewDtlBtn a {
    width: 200px;
    display: block;
    margin: 30px 20px;
    background: #c5455e;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #e3677e;
    box-shadow: 3px 6px 15px -5px #761325;
    transition: all .8s;
}

.viewDtlBtn a:hover {
    background: #ed627d;
    border: 1px solid #e995a4;
    box-shadow: inset 6px 6px 9px -2px #f97c93, inset -6px -8px 15px -5px #ffedf1;
}

.appointment-form .form-group textarea {
    width: 100%;
    background-color: #F5F6FA;
    border-radius: 5px;
    padding: 13px 20px;
    border: none;
    color: #000;
}

.boxshdForm {
    box-shadow: -8px 7px 20px -6px #545454;
}


.dhServices {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.dhServicesCard {
    width: calc(100% / 4);
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #f5fbf1;
    transition: all .4s;

}

/*
.dhServicesCard::before, .dhServicesCard::after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
}


.dhServicesCard::before {
    top: -0.3em;
    bottom: -0.3em;
    left: 1em;
    right: 1em;
}
.dhServicesCard::after {
    left: -0.3em;
    right: -0.3em;
    top: 1em;
    bottom: 1em;
}
*/

.dhServName .servName {
    color: #007da8;
    font-weight: 600;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    margin-left: 10px;
}

.dhServicesCard:hover {
    background: #007da8;
    transform: translate(30px, -20px);
    box-shadow: -20px 16px 20px -15px #535b95ab, -30px 20px 0px 0px #eff8f4;
    border: none;
}

.dhCardElement {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dhServIcon i {
    font-size: 42px;
    color: #007da8;
}

.dhServicesCard:hover .dhServName .servName,
.dhServicesCard:hover .dhServIcon i {
    color: #fff;
}


.e-phc-intro {
    background-color: #ffffff;
}

.e-phc-section-title {
    text-align: center;
    box-shadow: 3px 7px 20px -3px #c4cad9ba;
    min-height: 305px;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: #F0F4FF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.e-phc-section-info h3 {
    font-size: 16px
}

.e-phc-section-info p {
    font-size: 14px;
    line-height: 1.6;
    color: #1c1e20cc;
}

.e-circleIcon {
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 50%;
    background: #f0f4ff;
    box-shadow: 2px 3px 4px #b3b6c194, -4px -4px 6px #fff;
}

.e-circleIcon img {
    width: 50px;
    height: 50px
}

.dhLogo img {
    height: 50px;
    /* margin: 4px; */
    /* margin-left: 30px; */
}

.about-wrap.style1 .about-img-wrap .ephc-about-doctor-box {
    position: absolute;
    top: 56px;
    right: 0;
    min-width: 267px;
    height: 60px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 9%);
    box-shadow: 0 0 15px rgb(0 0 0 / 9%);
    background-color: #fff
}

.e-subHeadingText {
    font-family: Roboto;
    font-weight: 600;
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 20px;
    text-align: left;
    color: #14467b
}

.e-phc-rx-subtitle {
    margin-top: 20px
}

.about-e-phc-software ul {
    font-size: 14px;
    list-style-type: lower-alpha
}

.e-phc-litmus-mx-suit p,
ul {
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

.e-phc-rx-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.e-phc-mx-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.e-phc-service {
    background-color: #F0F4FF;
    height: auto
}

.e-phc-service-info {
    background-color: #f0f4ff;
    width: 100%;
    min-height: 450px;
    border-radius: 20px;
    box-shadow: 7px 12px 18px -5px #d5dcef, -11px -14px 18px -5px #fff;
    color: #000;
    padding: 20px
}

h2.e-phc-service-title {
    color: #14467b;
    margin-top: 10px;
    font-size: 42px;
    text-align: center;
    margin-bottom: 50px
}

.e-phc-service-info ul {
    font-size: 16px;
    line-height: 1.5;
    padding: 20px;
    list-style-type: circle
}

.e-phc-design {
    margin-top: 140px;
    min-height: 450px
}

.e-phc-design .nav-tabs {
    border: 0
}

.e-phc-design .nav-link {
    border: 0;
    padding: 20px;
    color: aliceblue;
    border-radius: 0;
    cursor: pointer
}

.e-phc-design .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
    margin-left: 20px;
}

.e-phc-design .nav-link p {
    font-size: 14px;
    margin-bottom: 0
}

.e-phc-design .nav-link:hover h4 {
    color: #3fbbc0
}

.e-phc-design .nav-link.active {
    background: #ffffff;
    border-color: transparent;
    box-shadow: 2px 7px 19px 0 #cdd6e3;
    border-radius: 50px;
}

.e-phc-design .nav-link.active h4 {
    color: #3fbbc0;
    margin-bottom: 0px;
}

.e-phc-design .tab-pane.active {
    -webkit-animation: slide-down 0.5s ease-out;
    animation: slide-down 0.5s ease-out
}

.e-phc-design .tab-pane img {
    float: left;
    max-width: 300px;
    padding: 0 15px 15px 0
}

.subHeadingText {
    margin-top: 10px;
    font-size: 42px;
    text-align: center;
    margin-bottom: 50px;

}

.subHeadingText span {
    color: #2490EB;
}
.elmntBackFlting{
    position: absolute;
    z-index: -1;
}

.about-e-phc-software{
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

.counter-card-hospital .counter-card{
    min-width: 85px;
}
.about-content .content-title p {
    padding-right: 25px;
    font-size: 16px;
    line-height: 1.4;
}
.dhLogoCard{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dhLogoCard img{
    max-height:55px;
}

@media (max-width:768px) {
    .e-phc-design .tab-pane img {
        float: none;
        padding: 0 0 15px 0
    }
}

@media screen and (max-width:600px) {
    .e-phc-design .nav-item {
        flex-direction: row;
        width: 100%;
        padding: 0 0 15px 0
    }
}

.e-phc-design .tab-pane h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2490eb
}

.e-phc-design .tab-pane p:last-child {
    margin-bottom: 0
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes slide-down {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.sdsp_cont_elmn{
    padding: 20px 10px;
}
.sdspCEImg {
    position: relative;
}

.sdspCEImg .elementFlot {
    position: absolute;
    right: 25px;
    bottom: -50px;
    height: 100px;
}

.sdspCEImg .sdsp_IMG {
    border-radius: 10px;
    box-shadow: 0px -11px 20px -6px #c3c3c3;

}

.sdspHeading {
    font-size: 44px;
    text-transform: uppercase;
    line-height: 66px;
}

.sdspLtDX {
    color: #8ca146;
}

.sdspHelyf {
    color: #2aa7e1;
}

.sdspText {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    text-align: justify;
}
.e-phc-rx-title{
       margin-top: 10px;
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 5px;
    text-align: center;
}
.e-phc-rx-title span{
     color: #2490EB;
}
.e-phc-rx-subtitle {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
    color: #626262;
}




/*Responsive Css Start*/
@media only screen and (max-width: 575px) {



    .plr-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .mob-col-reverse {
        flex-direction: column-reverse;
    }

    h1.dhHeading {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 22px;
    }

    .dhLogo {
        margin-top: 50px;
    }

    .counter-card-hospital .counter-text p {

        font-size: 14px;
        line-height: 16px;
    }

    .dhServicesCard {
        width: calc(100% / 2);
        height: 150px;

    }

    .dhCardElement {
        flex-direction: column;
    }

    .dhServName .servName {
        text-align: center;
    }













}
