/******************************************************************
Theme Name: Terumo AU
Theme URI: https://www.increaseo.com
Description: Terumo
Author: Increaseo
Author URI: https://www.increaseo.com
Version: 1.0
Tags: Terumo

******************************************************************/
/*31-10-2025*/
.ack-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none; /* hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.ack-content {
  background: #008d61;
  color: #fff;
  padding: 30px;
  max-width: 600px;
  width: 90%;
  border-radius: 6px;
  position: relative;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.ack-content h2 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

.ack-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}
.topnewfooter {
    border-top: 2px solid #008d61;
    }
    
.topnewfooter .topnewfooter-inner {
    margin: 0px auto;
    max-width: 1280px;
    padding: 20px 25px;
    }
    
@media only screen and (max-width: 991.98px) {
    .topnewfooter .topnewfooter-inner { padding: 20px 20px; }
} 