.coming-srv-cls{
    font-size: 28px;
    font-weight: 600;
    text-shadow: 0 0 10px #ff5368, 0 0 10px black;
    margin-bottom: 35px;
    color:white;
}

.bottomMenu_ {
    display: block;
    position: fixed;
    bottom: 10px;
    z-index: 999;
    right: 40px;
    background: #ff5368;
}


#closeButton_ {
    background: #ff5368;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    right: -25px;
    position: absolute;
    cursor: pointer;
    top: 0px;
}

.bottomMenu_ a img {
    width: 220px;
    border: none;
}


.review_img_ {
    width: 100%;
    max-width: 290px;
    border: 1px solid #ff5368;
    border-radius: 10px;
}

