.footer-content {
  max-width: 1250px;
  margin: auto;
  padding: 30px 40px 10px 40px;
}

.iby-footer::before {
  content: '';
  left: 0;
  top: 100px;
  height: 1px;
  width: 100%;
  background: #AFAFB6;
}
.link-boxes {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size:12px;
  color:#fff;
  padding: 0px 120px;
  
}
.link_name {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}
.link-boxes a {
    font-size:12px;
    color:#fff;
}
.link-boxes ul li {
  margin: 10px 0;
}
.top a {
    margin-right: 18px;
}

.link-boxes ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none !important;
  opacity: 0.8;
  transition: all 0.4s ease;
}
.subscribe-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 400px;
}

.subscribe-wrapper .subscri_email {
  height: 30px;
  width: calc(44% + 55px);
  outline: none;
  border-top-left-radius: 4px; 
  border-bottom-left-radius: 4px;
  padding: 0 5px;
  font-size: 15px;
  margin-top: 5px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
}

.subscribe-wrapper .subscribe-btn {
  padding: 3px 8px;
  background-color: #fff;
  color: #1d1d1d;
  margin-top: 5px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  transition: background-color 0.3s ease;
}

.subscribe-wrapper .subscribe-btn:hover {
    color: #443460;
    opacity: 1;
}
.copyrights {
      display:flex;
      justify-content:center;
  }
  .link-boxes li a:hover {
  opacity: 1;
}
.link-boxes .top a:hover {
  opacity: 1;
  color: #fff;
}
