#izbb-footer {
    /* background-image: url(../img/new-footer-images/new-footer-background.jpg); */
    background-color: #1c75c7;
    padding: 30px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#izbb-footer {
  margin-top: auto;
}

#izbb-footer .footer-flex-col {
  display: flex;
  flex-direction: column;
}

#izbb-footer .footer-contack-icon {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

#izbb-footer .footer-contack-icon span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

#izbb-footer .footer-contack-icon a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

#izbb-footer .footer-contack-icon img {
  margin-right: 15px;
}

#izbb-footer .izbb-footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#izbb-footer .izbb-footer-social-sv2 img {
  width: 32px;
}
#izbb-footer .izbb-footer-social img {
  width: 32px;
  margin-right: 4px;
}

#izbb-footer .izbb-footer-social a {
  margin-left: 3px;
}

#izbb-footer .izbb-footer-social a:first-child {
  margin-left: 0;
}

#izbb-footer .izbb-footer-social-v2 {
  margin-top: 25px;
  display: flex;
  align-items: center;
}

#izbb-footer .footer-adress-flex {
  display: flex;
  align-items: flex-start;
}

#izbb-footer .izbb-footer-social-v2 a {
  margin-left: 8px;
}

#izbb-footer .izbb-footer-social-v2 a:first-child {
  margin-left: 0;
}

#izbb-footer .footer-contack-icon:last-child {
  margin-bottom: 0px;
}

#izbb-footer .izbb-footer-social-v2 .footer-bize-ulasin {
  max-width: 100%;
  background-color: #fff;
  margin-right: 0;
  display: flex;
  width: 150px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgba(0, 71, 132, 1);
  border-radius: 20px;
  height: 42px;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 1200px) {
  #izbb-footer .footer-flex-col {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  #izbb-footer .footer-contack-icon {
    justify-content: center;
    margin-bottom: 15px;
  }

  #izbb-footer .footer-flex-col {
    align-items: center;
  }

  #izbb-footer .izbb-footer-social-v2 {
    width: 290px;
  }

  #izbb-footer .izbb-footer-social {
    width: 290px;
  }

  #izbb-footer .footer-contack-icon span {
    text-align: center;
  }

  #izbb-footer .footer-adress-flex {
    max-width: 290px;
  }
  #izbb-footer {
    padding: 0px 0px 30px;
  }
  #izbb-footer .izbb-footer-social {
    justify-content: center;
  }
  #izbb-footer .izbb-footer-social-v2 {
    justify-content: center;
  }
}
