@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 450px) {
  body,
  html {
    width: 100%;
  }

  .hero-text {
    top: 35%;
  }

  #Solutions h3 {
    padding: 0px;
  }

#challenges .limit-width{
width: 90%;
margin-left: 5%;
margin-right: 5%;
}
#challenges .left-3 {
    margin-left: 0%;
}

#challenges {
margin-top: 50px
}

  #image-cta .container,
  #image-cta .container-fluid {
    min-height: auto;
  }

  #image-cta {
    margin-bottom: 20px;
    margin-top: 280px;
  }

    h1 {
        font-size: 38px;
    }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.1rem;
  }

  a {
    font-size: 14px;
    color: white;
  }

  .single_challenge_text p {
    font-size: 14px;
  }
  .cta-text {
    padding: 77px 0px;
  }

  #footer-cta .container-fluid {
    background-position-x: center;
  }

  .footer-cta-title {
    font-size: 1.2rem;
  }

  .footer-cta-text {
    font-size: 8px;
    //margin: 10%;
  }
  
  
  
      #text_block_titlesubtitle_and_text {
        margin: 0;
        /* padding: 0; */
        margin-top: 350px;
    }
  .single_challenge_box-0, .single_challenge_box-1 {
    margin-bottom: 0px;
}
  
  .checkbox {
    font-size: 13px !important;
    margin-top: 20px;
}

.simple-text-form {
    font-size: 12px !important;
}

  footer {
    height: Auto;
    padding-bottom: 44px;
  }
  .footer-first-row {
    height: auto;
  }
  #menu-primary-menu-1,
  #menu-legal {
    padding-left: 0px;
  }
  .Follow {
    margin-top: 20px;
  }
  .footer-menu {
    margin-top: 0px;
  }

  .custom-logo {
    width: 200px;
  }

  .black-li,
  .center-nav-bar-links,
  .translate-button {
    display: none;
  }

  .menu-mobile {
    display: none;
    /* Additional mobile menu-mobile styles here */
  }

  .menu-toggle {
    display: block;
  }

  .menu-mobile.active {
    display: block;
    right: 0;
    position: fixed;
    text-align: right;
    background-color: black;
    /* color: white; */
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 20px;
  }
  #myLinks {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  #hero-not-full {
    padding-bottom: 50px;
  }
  
  .simple-text-form{
  	margin: 0px !important;
  }

  .benefits-image {
    width: 100%;
  }
  .benefits-list-image {
    width: 75%;
  }

  .benefits-list {
    margin: 20px 0px;
  }

  #image-bullet-point-list,
  #slider {
    margin-bottom: 75px;
  }

  .carousel-inner {
    height: 550px;
  }

  #accordian h3 {
    margin-bottom: 0px;
    padding: 10px 20px;
    margin: 20px 0px;
  }

  .accordian-img {
    width: 100%;
  }

  #line-break img,
  #contact-form-image img {
    width: 100%;
  }

  .accordion-item {
    margin-bottom: 16px;
    width: 100%;
  }
  .accordion {
    margin-top: 40px;
  }

  .contact-form-title,
  .contact-form-image {
    margin: 50px 0px;
        line-height: normal;
  }
  
  .contact-form-title {
    font-size: 29px;
    margin-top: 70px !important;
}

  .contact-page-line-break,
  input[type="text"],
  input[type="email"],
  textarea {
    width: 100%;
  }

  input::placeholder,
  textarea::placeholder {
    padding: 4px 4px;
  }

  .box-3,
  .box-4,
  .box-5 {
    margin-bottom: 42px;
  }

  #contact-form-image {
    margin-bottom: 20px;
  }

  .european-announcement p {
    font-size: 0.5rem;
  }
  .navbar-section a,
  #menu-primary-menu li a {
    /*color: black !important;*/
  }


.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}
/* 
.active {
  background-color: #04AA6D;
  color: white;
}
 */
}