.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 1000;
}

.custom-div .h2-headline-block .h2-text,
.custom-div .inner-text-flex .grey-paragraph {
  color: white;
}

.wpb_wrapper {
  padding-left: 15%;
  padding-right: 15%;
}

.contact-form-div {
  padding-top: 50px;
}

.row .columns {
  display: inline-block;
  width: 48%;
  padding: 10px;
}
.row .columns-full {
  display: inline-block;
  width: 96%;
  padding: 10px;
}

.input-title {
  clear: left;
  font-size: 14px;
  color: #343434;
  margin: 0 0 15px;
  font-weight: 400;
}

textarea {
  min-height: 185px;
  line-height: 1.6;
  overflow:auto;
  /* resize: none; */
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background: #04a49c;
  color: #fff;
  padding: 0 40px;
  max-width: 100%;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.button:hover {
  background: #60e0d7;
}

.input-element {
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 15px 20px;
  height: 48px;
  margin-bottom: 27px;
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  background: #fafafa;
  width: 100%;
  outline: 0;
  font-family: inherit;
  border-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.menu-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}

.menu-icon div {
  width: 35px;
  height: 5px;
  background-color: rgba(4, 164, 156, 0.6);
  margin: 6px 0;
}

.logo-div {
  display: inline-block;
}

.view-in-mobile {
  display: none;
}

.view-in-desktop {
  display: block;
}

@media (max-width: 479px) {
  .row .columns {
    width: 96%;
  }

  .view-in-mobile {
    display: block;
  }

  .view-in-desktop {
    display: none;
  }

  .textual-content-div {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
  }

  div.menu-nav-div.view-in-mobile a {
    display: block;
  }

  .zoomContainer {
    display: none;
  }

  .slick-prev {
    display: none !important;
  }

  .slick-next {
    display: none !important;
  }

  .hero-section {
    padding-top: 100px;
  }
}

.partners{
  background-image: url('../images/adv2.jpg') !important;
}

.display-toast{
  display:block;
}