
.contact-email {
    display: block; }
  
  
    .footer__in {
      display: block;
  }
  
  .footer__contact {
      display: inline-block;
      width: 33%;
      vertical-align: top;
      padding: 3%;
      text-align: left;
  }
  
  .footer_above_widget {
      position: relative;
      width: 100% !important;
  }
  
  .above_widget_one {
      width: 36%;
      display: inline-block;
  }
  
  .page {
      margin-bottom: 80vh;
  }
  
  ul#footer_bottom_menu {
    width: 100%;
    float: right;
    margin-top: -1px;
  }
  
  ul#footer_bottom_menu li {
    width: fit-content;
    display: inline-block;
    float: right;
    margin-right: 7%;
    color: #000;
    cursor: pointer;
  }
  
  
  header.header.center.center--1700 {
    max-width: 100vw !important;
    padding-right: 5% !important;
    padding-left: 7% !important;
    /* padding-top: 30px;
    padding-bottom: 30px; */
  }

  footer{
    display: block;
  }

  a.ctn-button.submit_newsletter {
    width: fit-content !important;
    max-width: 100% !important;
}

footer .footer__contact a {
    display: unset;
}



.header ul {
    margin: 10px 0 10px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.header.center.center--1700.overlay_header::before {
    content: "";
    width: 100vw;
    height: 75px;
    position: absolute;
    background: #5ede2b;
    left: 0px;
    top: 0px;
    z-index: 0;
    background: rgb(0 224 0 / 90%) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px);
    transition: top 0.7s ease;
}

.header {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

a.footer-email {
    color: #000;
}