.footer-search-bar {
   border-top-left-radius: 35px;
   border-bottom-left-radius: 35px;
   outline: none !important;
}
.search-button {
   border-bottom-right-radius: 35px;
   border-top-right-radius: 35px;
}
.links-heading {
   border-bottom: 1.5px solid #ca2d2c;
}

@media screen and (max-width: 425px) {
   .footer-last-section {
      font-size: 8px;
   }
   .footer-logo {
      width: 210px;
   }
}
@media screen and (max-width: 770px) {
   .footer-last-section {
      font-size: 10px;
   }
}
.facebook-icon {
   background-image: url("../media/footer/facebook-icon.svg");
   background-position: center;
   background-repeat: no-repeat;
   height: 45px;
   width: 45px;
}
.facebook-icon:hover {
   background-image: url("../media/footer/facebook-active-icon.svg");
}
.whatsapp-icon {
   background-image: url("../media/footer/whatsapp-icon.svg");
   background-position: center;
   background-repeat: no-repeat;
   height: 45px;
   width: 45px;
}
.whatsapp-icon:hover {
   background-image: url("../media/footer/whatsapp-active-icon.svg");
}
.email-icon {
   background-image: url("../media/footer/email-icon.svg");
   background-position: center;
   background-repeat: no-repeat;
   height: 45px;
   width: 45px;
}
.email-icon:hover {
   background-image: url("../media/footer/email-active-icon.svg");
}
.instagram-icon {
   background-image: url("../media/footer/instagram-icon.svg");
   background-position: center;
   background-repeat: no-repeat;
   height: 45px;
   width: 45px;
}
.instagram-icon:hover {
   background-image: url("../media/footer/instagram-active-icon.svg");
}
.linkedin-icon {
   background-image: url("../media/footer/linkedin-icon.svg");
   background-position: center;
   background-repeat: no-repeat;
   height: 45px;
   width: 45px;
}
.linkedin-icon:hover {
   background-image: url("../media/footer/linkedin-active-icon.svg");
}
