.footer-section li {
  list-style: none;

}
.mta{
  margin-top: 27px;
}
.sizeStyleadd
{
color:#fff;position: absolute;
    width: 15%;
    margin-left: 44px;
}
@media only screen and (max-width:990px){
  .submit{
    margin-top: 10px;
  }
  .form-label {
    color: #000000;
    font-weight: 500;
    margin-top: 1px;
}
#submitEnquiryForm{
  margin-top: 28px;
}
.mla{
  /* margin-left:20px; */
}
.sizeStyleadd
{
color:#fff;position: relative;
    width: 100%;
    margin-left: 1px;
}
}

#bClick {
    position: relative;
    background: transparent; /* No background initially */
    color: black; /* Text color */
   
    overflow: hidden;
    transition: color 0.3s ease-in-out;
}

#bClick::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0; /* Initially no width */
    height: 100%;
    background: #C2FFEC; /* Background color */
    border-bottom-right-radius: 10rem;
    border-top-right-radius: 10rem;
    transition: width .3s linear; /* Smooth transition */
    z-index: -1; /* Behind text */
}

#bClick:hover::after {
    width: 100%; /* Expands fully on hover */
}

.social-icons a.linkedin img {
  content: url('https://enovoinsights.com/assets/images/linkdin.png');
}

.social-icons a.linkedin:hover img {
  content: url('https://enovoinsights.com/assets/images/linkdin-hover.png');
}

.social-icons a.facebook img {
  content: url('https://enovoinsights.com/assets/images/facebook.png');
}

.social-icons a.facebook:hover img {
  content: url('https://enovoinsights.com/assets/images/facebook-hover.png');
}

.social-icons a.instagram img {
  content: url('https://enovoinsights.com/assets/images/instagram.png');
}

.social-icons a.instagram:hover img {
  content: url('https://enovoinsights.com/assets/images/instagram-hover.png');
}
/* Call icon hover */
.contact-item:hover .call-icon {
    content: url('https://enovoinsights.com/assets/images/calll-hover.png');
}

/* Mail icon hover */
.contact-item:hover .mail-icon {
    content: url('https://enovoinsights.com/assets/images/maill-hover.png');
}

/* Location icon hover */
.contact-item:hover .location-icon {
    content: url('https://enovoinsights.com/assets/images/locationn-hover.png');
}
/* Location icon hover */
.contact-item:hover .wh-icon {
    content: url('https://enovoinsights.com/assets/images/whatsappp-hover.png');
}


/* .hostyle1:hover {
    content: url('https://enovoinsights.com/assets/images/calll-hover.png');
}

.hostyle2:hover {
    content: url('https://enovoinsights.com/assets/images/maill-hover.png');
}

.hostyle3:hover {
    content: url('https://enovoinsights.com/assets/images/locationn-hover.png');
} */
