

/* Image wrapper */
.banner-image {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* Image */
.banner-image img {
    max-width: 100%;
    height: auto;
    max-height: 520px;
}

.single-service h4 a {
    color: #000;
}
.single-service h4 a:hover {
    color: #988fff;
}
.genric-btn.primary.btn-whatsapp {
    background-color: #43cd66;
    border-radius: 10px;
}
.genric-btn.primary.btn-whatsapp:hover {
    background-color: transparent;
    border: 1px solid #43cd66;
    color: #43cd66;
}

.whatsapp-float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 50px;
    right: 35px;
    background-color: #43cd66;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: #fff;
}

.single_service_content {
    text-align: justify;
}


@media (max-width: 767px) {
    .banner-area {
        padding-top: 50px;
    }
    .section-gap {
        padding: 50px 0;
    }
    .banner-content h1 {
        font-size: 22px;
    }
    h1 {
        font-size: 22px;
    }
}
