footer {
    background: #eee url(../../images/backroud-standard-images/footer.jpg) no-repeat right center;
    background-size: contain;
    padding: 0;
    clear: both;
    float: left;
    width: 100%;
    margin: 2px 0 0;
}

.footer-top {
    width: 100%;
    margin: 0;
    clear: both;
    float: left;
}

.footer-container {
    width: 87%;
    margin: 0 auto;
    padding: 0;
}

.footer-row-top {
    clear: both;
    display: flex;
    float: left;
    padding: 30px 0;
    margin: 0;
    width: 90%;
}

.footer-data {
    /* width: 34%; */
    margin-bottom: 0;
    margin-right: 3%;
    color: #404040;
}

.footer-row-top .footer-logo {
    padding: 0 15px 0 0;
    width: 50%;
}

figure {
    margin: 0;
}

.footer-row-top .footer-logo img {
    width: 100%;
    max-width: 150px;
}

.footer-data p {
    font-size: 14px;
    line-height: 24px;
}

.locations {
    margin-right: 0;
}

.footer-data:nth-child(3),
.footer-data:nth-child(4) {
    margin-bottom: 0;
}

p {
    margin: 0 0 10px;
}

.footer-data h2 {
    font-size: 22px;
    margin-bottom: 25px;
}

.social-icons {
    margin: 0;
    padding: 0;
}

.social-icons li {
    list-style: none;
    display: flex;
    margin-bottom: 15px;
    width: 100%;
}

.social-icons li a img {
    width: 42px;
}

.social-icons li p {
    margin: 0 0 0 15px;
    display: inline-block;
    font-size: 13px;
    line-height: 14px;
    margin: 0 0 0 7px;
    width: 73%;
}

.visit-us {
    font-family: "Raleway", sans-serif;
    color: var(--logo-red-color);
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.locations .location-part {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-size: 13px;
    line-height: 14px;
    margin: 0 0 20px 7px;
}

.locations .location-part span {
    color: #222729;
}

.footer-bottom {
    background: #666;
    padding: 30px;
    color: #fff;
}

.footer-container-bottom p{
    margin: 0;
}

.footer-container-bottom, .footer-container-bottom a{
    display: flex;
    color: #fff;
    justify-content: space-between;
    margin-right: 44px;
    text-decoration: none;
}

.footer-menu{
    display: flex;
}

.visitor-section{
    color: lightslategray;
}

.location-icon{
    color: var(--logo-red-color);
    font-size: 15px;
    margin-right: 5px;
}

.rate-us{
    color: var(--logo-red-color);
    width: 100%;
    padding-top: 10px;
    margin-top: 30px;
    font-size: 12px;
    cursor: pointer;
}

.rating {
    display: inline-block;
    unicode-bidi: bidi-override;
    direction: rtl;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }

  .rating > input {
    display: none;
  }

  .rating > label {
    position: relative;
    display: inline-block;
    width: 1.1em;
    /* font-size: 2em; */
    font-size: 5em;
    color:#e42127;
    cursor: pointer;
  }

  .rating > label::before {
    content: '\2605';
    position: absolute;
    opacity: 0.3;
  }

  .rating > label:hover:before,
  .rating > label:hover ~ label:before,
  .rating > input:checked ~ label:before {
    opacity: 1;
  }
  
  .whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 15px;
    width: 50px;
    height: 50px;
    background-color: #25d366; /* WhatsApp green */
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 24px;
    text-decoration: none;
  }

@media screen and (max-width: 600px) {
    .footer-row-top {
        flex-direction: column;
    }
    .footer-container-bottom{
        flex-direction: column;
    }
    .visitor-section{
        display: none;
    }
}