#lawmsg {
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ff6d26d9;
    color: #fff;
}

.bg-crru {
    background-color: #FF6D26;
    color: #fff;
}

#lawmsg {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #EE4B02c2;
    color: #fff;
    text-align: center !important;
}

.service-list {
    height: 135px !important;
    width: 135px;
    border-radius: 100px;
    border: 2px solid #cfcfcf;
    /* background-color: #d7d7d7; */
    background: linear-gradient(90deg, rgba(239, 239, 239, 1) 0%, rgba(215, 215, 215, 1) 100%);
    /* background-image: linear-gradient(to right top, #dddddd, #dbd7e7, #dad0ef, #dcc8f6, #e0c0fc); */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    transition: transform .25s;
}
.service-list:hover {
    transform: scale(1.1);
}

