.review-ul {
    list-style: none;
    padding: 20px 30px;
}

.review-star {
    text-align: center;
    font-size: 20px;
    color: #fadb1e;
    border-top: 1px solid #e9e4e4;
    border-bottom: 1px solid #e9e4e4;
    padding: 20px;
}

.review-p {
    color: #777;
    margin: 3% 0 0 0;
}

.custname {
    font-weight: 600;
    color: black;
}

.hdng-dash {
    width: 16%;
    background: #0b81ba;
    height: 6px;
}

header {
    height: 439px;
    width: 100%;
    background: black;
    overflow: hidden;
    background: #C33764;
    /* fallback colour. Make sure this is just one solid colour. */
    background: -webkit-linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)), url("https://mellozone.com/demo/websitetemplates/website03/asset/Images/img1.jpg");
    background: linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)), url("https://mellozone.com/demo/websitetemplates/website03/asset/Images/img1.jpg");
    /* The least supported option. */
}

.starthere {
    margin: 2% 0 0 45%;
    font-weight: 600;
    background: #f0f8ff00 !important;
    color: white;
    width: 10%;
}

.abt-icns {
    font-size: 50px;
    margin: 2% 0 5% 41%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 2px 3px 16px 2px #c6d0e2;
    padding: 11px 13px;
    color: darkcyan;
}