.name-heading {
    font-size: 50px;
    font-weight: bold;
}

.heading {
    font-weight: bold;
}

.ul-form-modal-bg {
    z-index: 999;
}


.ul-service-details-block ul {}


.ul-service-details-block ul {
    display: grid;


}

.container {
    position: relative;
}

.page-heading {
    background: #000;
    position: absolute;
    padding: 15px 30px;
    color: #fff;
    margin-top: 0px;
    z-index: 99;
    top: -80px;
    left: 0px;
    font-weight: 500;
}

.card.h-100 {
    /* background: #f5f5f5; */
    box-shadow: 1px 4px 5px 0px #00000066;
}

.card.h-100 .card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    background: #f50404fa;
    margin-top: -30px;
    margin-left: -16px;
    color: #fff;
    padding: 10px 15px;
    /* width: calc(100% + 33px); */
    width: 100%;
    /* display: table; */
}

.info-cont p {
    width: 50%;
    float: left;
}

.info-cont i ,.card.h-100 i{
    color: red;
}