.hospital-bg-light {
    position: relative;
    z-index: 1;
    height: 100%;
    background-image: linear-gradient(to right top, #0abcc6, #00b0d3, #00a2df, #0091e5, #007de2, #0f78e2, #1c73e2, #286ee1, #317ae9, #3b86f1, #4691f8, #519dff);
}

.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: #61d0ff;
    font-size: 62px;
    line-height: 70px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
}

h1.dhHeading span {
    color: #ffffff;
}

.subheadingDD {
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
}

.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: #61d0ff;
    /*
    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: #ffffff;
}

.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: #002372;
    font-weight: 600;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    margin-left: 10px;
}

.dhServicesCard:hover {
    background: #002372;
    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: #3f51b5;
}

.dhServicesCard:hover .dhServName .servName,
.dhServicesCard:hover .dhServIcon i {
    color: #fff;
}


h2.subHeadingText {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 20px;
    text-align: left;
    color: #14467b;
}

.whatWeDo-wrap {
    min-height: 80vh;
    width: 100%;
    position: relative;
    z-index: 1;
}

.paralaxHospBG {
    background-attachment: fixed;
    background-image: url(../img/services/digital-dispensary/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.whatWeDo-wrap .whatWeDoOverlay {
    background-color: rgb(0 74 133 / 87%);
    background-image: url(../img/fillGraph.png);
    background-size: auto;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.whatWeDo-wrap h2.subHeadingText {
    color: #fff;
    position: relative;
    margin-bottom: 50px;
}

.whatWeDo-wrap h2.subHeadingText::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 190px;
    border-radius: 8px;
    bottom: -9px;
    left: 0px;
    background: #03d3f4;
}

.whatWeDo-wrap h2.subHeadingText span {
    font-weight: 300;
    color: #b1b1b1;
}

.whatWeDo-wrap .subTag h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 28px;
    letter-spacing: 0.01em;
    line-height: 38px;
    text-align: left;
    color: #fff;
    margin-bottom: 25px;

}

.whatWeDo-wrap .subTag h3 span {
    font-weight: 600;
}

.clrOrng {
    color: #ff6500;
}

.clrWhite {
    color: #ffffff;
}

.clrGreen {
    color: #00d400;
}

.whatWeDo-wrap p {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #fff;

}

.whatwedoRightImg {
    position: relative;
    height: 650px;
    z-index: 1;
}

.whatwedoRightImg img {
    position: absolute;
    bottom: -100px;
    z-index: -1;
}


.ddComponent {
    min-height: 80vh;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.litmusMx {
    background-color: #3f6745;
}

.litmusRx {
    background-color: #007ab1;
}

.litmusDx {
    background-color: #FFFFFF;
    background-image: linear-gradient(to right, #a6a6a6, #9f9f9f, #979797, #909090, #898989, #838383, #7d7d7d, #777777, #707070, #696969, #636363, #5c5c5c);
}

.componentContain .compHeading {
    color: #fff;
    font-size: 6rem;
    font-family: "Roboto", sans-serif;
    text-shadow: -2px 7px 7px #00000047;
}

.componentContain .subHeading {
    color: #132417;
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
}

.componentContain .compInfo {
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
    text-align: left;
    font-family: 'Comfortaa', cursive;
}

.componentImg {
    position: relative;
    z-index: 1;
}

.litmusMx .componentImg::before {
    position: absolute;
    content: "";
    height: 600px;
    width: 550px;
    background-color: #1e3322;
    top: 0;
    left: 0;
    z-index: -1;
}

.litmusRx .componentImg::before {
    position: absolute;
    content: "";
    height: 600px;
    width: 550px;
    background-color: #003a54;
    top: 0;
    left: 0;
    z-index: -1;
}

.litmusDx .componentImg::before {
    position: absolute;
    content: "";
    height: 500px;
    width: 550px;
    background-color: #494a4c;
    top: 20px;
    left: 0px;
    z-index: -1;
}

.compProdImg {
    max-height: 700px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.litmusRx .componentContain .subHeading {
    color: #003a54;
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
}

.litmusDx .componentContain .compHeading {
    color: #FFFFFF;
    font-size: 6rem;
    font-family: "Roboto", sans-serif;
    text-shadow: -2px 7px 7px #00000047;
}

.litmusDx .componentContain .compInfo {
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 30px;
    text-align: left;
    font-family: 'Comfortaa', cursive;
}

.litmusDx .componentContain .subHeading {
    color: #292c30;
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
}

.ddoverlayComponent {
    background-color: rgb(98 98 98 / 18%);
    background-image: url(../img/fillGraph.png);
    background-size: auto;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: .3;
    width: 100%;
    z-index: -1;
}














/*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: 32px;
        line-height: 40px;

    }

    .subheadingDD {
        font-size: 14px;
        line-height: 1.4;
        color: #fff;
    }

    .counter-card-hospital .counter-text p {
        font-size: 16px;
        line-height: 22px;
    }

    .dhLogo {
        margin-top: 50px;
    }

    .dhServicesCard {
        width: calc(100% / 2);
        height: 190px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid #f5fbf1;
        transition: all .4s;
    }

    .dhCardElement {
        flex-direction: column;
    }

    .dhServName .servName {
        text-align: center;
    }

    h2.subHeadingText {
        font-size: 28px;
        line-height: 38px;
    }

    .whatWeDo-wrap .subTag h3 {
        font-size: 22px;
        line-height: 30px;

    }

    .whatWeDo-wrap p {
        font-family: "Roboto", sans-serif;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        color: #fff;
    }

    .litmusDx .componentContain .compHeading,
    .componentContain .compHeading {
        font-size: 4rem;
    }

    .litmusDx .componentContain .compInfo,
    .componentContain .compInfo {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .content-title h2 span {
        font-size: 28px !important;
        line-height: 1.3;
    }

    .section-title h2,
    .content-title h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .whatwedoRightImg {
        height: 350px;
    }






}
