.hospital-bg-light {
    height: 94vh;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to right top, #cee5dc, #d0e7d9, #d4e8d5, #dae9d0, #e1e9cc, #e6e6c7, #ece2c3, #f1dec0, #f3d5bc, #f4cdbb, #f2c5bc, #eebebe);
}

.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: .8;
    z-index: -1;
}

.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: 219px;
    left: 99px;
    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: 50px;
    line-height: 50px;
    /*
    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: #c93900;
}

.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 #2490EB;
    -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: #2490EB;
    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: #a0ebf7;
}

.hospitalsImagesGrp .mainHospImg:after {
    right: -50px;
    bottom: -50px;
    background-color: #ffc0cc;
}

.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: #1b8293;
}

.aminitiesSlider .aminities .amn-name {
    font-size: 11px;
    color: #000;
}

.viewDtlBtn a {
    width: 200px;
    display: block;
    margin: 30px 20px;
    background: #fbb4c1;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #f59faf;
    box-shadow: 3px 6px 15px -5px #e9657d;
    transition: all .8s;
    /*    box-shadow: 3px 6px 15px -5px #a5a5a5, 3px 6px 15px -5px #a5a5a5;*/
}

.viewDtlBtn a:hover {
    background: #f99cad;

    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;
}











/*Responsive Css Start*/
@media only screen and (max-width: 575px) {

    .hospital-bg-light {
        height: 100vh;
    }

    .tileSubText {
        margin-top: 50px;
    }

    .plr-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .ServiceHeading {
        font-size: 32px;
        font-weight: 400;
        line-height: 40px;
        margin-bottom: 26px;
    }

    .counter-card-hospital .counter-card .counter-icon i {
        font-size: 36px;
        line-height: 50px;
    }

    .counter-card-hospital .counter-num {
        margin-bottom: 0;
        line-height: 28px;
        font-size: 20px;
    }

    .counter-card-hospital .counter-text p {
        margin-bottom: 0px;
        font-size: 12px;
        font-weight: 400;
        color: #c93900;
    }

    .hospitalsImagesGrp .mainHospImg:after,
    .hospitalsImagesGrp .mainHospImg:before {
        content: " ";
        position: absolute;
        height: 145px;
        width: 227px;
        z-index: -1;
    }

    .hospitalsImagesGrp .mainHospImg:before {
        left: -50px;
        top: -12px;
        background-color: #a0ebf7;
    }

    .hospitalsImagesGrp .mainHospImg:after {
        right: -50px;
        bottom: -12px;
        background-color: #ffc0cc;
    }

    .viewDtlBtn a {
        margin: 10px 20px 30px;
    }

    .about-hospital {
        position: relative;
        margin-top: 50px;
    }

    .hospitaloddevn {
        flex-direction: column-reverse !important;
    }







}


/*Responsive Css Start*/
