.footer-col{
  width: 30%;
}

.footer-col-sm{
  width: 20%;
}

.footer-revamp .link-list{
  list-style: none;
}

.footer-revamp .link-list li{
padding: 8px 0;
}

.foot-sec-title{
  font-size: 20px;
  font-weight: 800;
}
.address-sec {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px 0;
}


.footer-revamp {
  display: flex;
  gap: 10px;
  padding: 30px 10px;
  border-top: 1px solid lightgrey;
  border-bottom: : 1px solid lightgrey;
}

.link-list li{
  padding: 5px 0 !important;;
}

.link-list li a{
  color: #000;
}

.foot-sec-title{
  font-weight: 600 !important;
  margin-bottom: 20px;
}


.footer-revamp p{
  text-align: left;
}
.SPJinsights h4{
  margin: 5px !important;
}

input.hs-button.primary.large{
  background-image: none !important;
  background-color: #fff !important;
  color: grey !important;
  border: 1px solid lightgrey !important;
  margin-bottom: 10px !important;
  padding: 8px !important;
}

.address-sec p{
  margin: 0;
  text-align: left !important;
}


@media (max-width: 600px){
  .footer-revamp{
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-revamp .footer-col, .footer-revamp .footer-col-sm{
    width: 100%;
  }
}

@media (min-width: 601px) and (max-width: 1100px){
  .footer-revamp{
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-revamp .footer-col{
    width: 100%;
  }
  .footer-revamp .footer-col-sm{
    width: 48%;
  }
}


.iconSection {
  display: flex;
  gap: 20px !important;
  height: 50px;
}

.footer-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid lightgrey;
  padding-top: 10px;
  flex-wrap: wrap;
}

.footer-bottom .fb-p1{
  max-width: 500px;
}
.footer-bottom .fb-p1 p{
  font-size: 14px;
  color: grey;
}
.footer-bottom .so1icon {
  height: 0;
}
.iconSection img{
  filter: grayscale(10%);
}