.sec8 {
  background-image: url('https://greenpal-production.s3.amazonaws.com/images/general/bg-footer.svg');
}
.total_satisfaction {
  background-image: url(https://greenpal-production.s3.amazonaws.com/images/general/greenpal-guarantee.svg);
}
.total_satisfaction p {
  width: 220px;
}
.container_8 {
  width: 1024px;
}
.footer-pera-list p {
  margin-top: 15px;
}
.footer_sec2 p, .footer_sec3 p {
  padding-bottom: 20px;
}
ul.left {
  padding-left: 7px;
  padding-top: 15px;
}
ul.right {
  padding-top: 15px;
  background-color: transparent;
  padding-bottom: 10px;
}
.footer_locations ul{
  display: grid;
  grid-template-columns: repeat(5, 20%);
  grid-gap: 6px 12px;
}
.footer_locations .location a:hover {
  opacity: 1;
}
.footer_locations .location {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: start;
}
.footer_copyright ul li a:hover,
.footer_sec3 ul li a:hover,
.footer_sec2 ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.greenpal-heading:hover {
  color: blue !important;
  text-decoration: underline;
}
@media screen and (max-width: 1099px) {
  .footer_imp_links.provider li {
    display: block;
  }
  .footer_sec3 p {
    padding-bottom: 10px;
  }
  .container_8 {
    width: 95%;
  }
  .footer_locations ul {
    grid-template-columns: repeat(5, 19%);
  }
}
@media screen and (max-width: 767px) {
  .local_footer {
    padding-bottom: 10px;
  }
  .footer_imp_links.provider li {
    text-align: center;
  }
  .footer_locations ul {
    grid-template-columns: repeat(3, 33%);
    grid-gap: 5px 10px;
  }
  ul.footer_imp_links.provider {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.circle-container {
  display: flex;
  justify-content: space-around;  
  align-items: center; 
}
.instagram_logo {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-top: 0;  
}
.pinterest-inside {
  position: absolute;
  top: 37%;
  left: -32px;
  transform: translate(-50%, -50%);
  margin-left: 0 !important; 
  z-index: 1;  
  width: 22px;
  height: 22px;
}
@media (min-width: 315px) and (max-width: 480px) {
  .pinterest-inside {
    left: -35px; 
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .pinterest-inside {
    left: -36px; 
   
  }
}
