.contactus {
  padding: 15px;
  background-color: aliceblue;
  border: 1px solid #ccc;
  border-radius: 20px;
  margin-top: 100px;
}

.appleads h1 {
  font-size: 35px;
  font-weight: 700;
  margin-top: 30px;
}

.contactus h1 {
  font-size: 25px;
  margin-bottom: 15px;
}

.appleads .adsimagelist img {
  width: 100%;
}

.appleads .adsimagelist a.whatsappicon {
  width: auto;
  position: fixed;
  left: 0;
  bottom: 0;
}

.logocenter {
  text-align: center;
  width: 240px;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}

/* fix header */


/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 0;
  z-index: 1;
  background-color: #fff;
  display: flex;
  justify-content: center;
}

.page-header h2 {
  margin: 15px;
  width: 13%;
  text-align: center;
  padding-top: 30px;
}

.page-header .headermiddle {
  margin: 0 20px;
}

.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
}

.page-header.is-sticky img {
  max-width: 80%;
}

.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@media only screen and (max-width: 600px) {
  .logocenter {

    width: 170px;

  }

  .appleads h1 {
    font-size: 20px;
    font-weight: 700;
  }

  .page-header {

    display: block;
    justify-content: center;
    text-align: center;
  }

  .page-header h2 {
    margin: 0;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    font-size: 18px;
  }

  .appleads .adsimagelist a.whatsappicon {
    width: 60px;
    position: fixed;
    left: 0;
    bottom: 30px;
  }
}