#footer-news-box i.fa.fa-envelope {
  font-size: 29px;
  margin-top: 9px;
}

.img-corner {
  position: absolute;
  left: 10px; /* Adjust as needed */
  top: 50%;
  transform: translateY(-50%);
  width: 25px; /* Adjust as needed */
  height: auto;
  z-index: 10;
}

@media (max-width: 1024px) {
  .login-search .navbar-form input {
    margin-left: 35px;
    width: 90%;
  }
  .newletterbtn {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .newletterbtn {
    font-size: 13px !important;
  }
  #footer-news-box {
    padding: 10px !important;
  }

  #footer-news-box i.fa.fa-envelope {
    font-size: 19px;
  }

  .img-corner {
    left: 8px;
    width: 20px; /* Slightly smaller on smaller screens */
  }
  .newsletter {
    padding: 15px;
  }
  .newsletter .input-group input {
    width: 129px;
    font-size: 10px !important;
  }
}

@media (max-width: 480px) {
  /* footer */
  #footer-news-box {
    padding: 9px !important;
    background: #024564;
  }

  #footer-news-box i.fa.fa-envelope {
    font-size: 20px;
    margin-top: 9px;
  }

  .img-corner {
    left: 5px;
    width: 18px;
  }

  .newsletter {
    margin-bottom: 30px;
    margin-top: -5px;
    background-color: #27282f;
    text-align: center;
    padding-right: 20px !important;
  }

  .newsletter .title {
    font-size: 20px !important;
  }
  .newsletter .input-group input {
    width: 233px;
    font-size: 11px;
  }
}

@media (min-width: 320px) {
  .newsletter .input-group input {
    width: 178px !important;
  }

  .newletterbtn {
    margin-top: 10px;
  }

  .img-corner {
    position: absolute;
    left: 36px;
    top: 48%;
    transform: translateY(-50%);
    width: 25px;
    height: auto;
    z-index: 10;
  }
}

@media (min-width: 360px) {
  .newsletter .input-group input {
    width: 178px !important;
  }

  .newletterbtn {
    margin-top: 10px;
  }

  .img-corner {
    position: absolute;
    left: 31px;
    top: 48%;
    transform: translateY(-50%);
    width: 25px;
    height: auto;
    z-index: 10;
  }
}
@media (min-width: 375px) {
  .newletterbtn {
    margin-top: 10px;
  }
  .img-corner {
    position: absolute;
    left: 50px;
    top: 49%;
    transform: translateY(-50%);
    width: 25px;
    height: auto;
    z-index: 10;
  }
}

@media (min-width: 425px) {
  .newsletter .input-group input {
    width: 217px;
  }
  .img-corner {
    position: absolute;
    left: 64px;
    top: 52%;
    transform: translateY(-50%);
    width: 25px;
    height: auto;
    z-index: 10;
  }
}

@media (min-width: 768px) {
  .newsletter .input-group input {
    width: 129px;
  }
  .img-corner {
    position: absolute;
    left: 35px;
    top: 48%;
    transform: translateY(-50%);
    width: 25px;
    height: auto;
    z-index: 10;
  }
}

@media (min-width: 1024px) {
  .newsletter .input-group input {
    width: 205px;
    font-size: 14px;
  }

  .img-corner {
    position: absolute;
    left: 50px;
    top: 49%;
    transform: translateY(-50%);
    width: 25px;
    height: auto;
    z-index: 10;
  }
}

.carousel-inner ul li {
  color: white;
  padding: 5px;
  list-style: none;
}
