.testimonial-section {
  padding: 44px 0;
}
.feedback.contact-form span.error-message,
.feedback fieldset.contact-form span.error-message {
  font-style: italic;
}
.grecaptcha-badge {
  visibility: hidden;
}


.whatsapp {
  position: fixed;
  right: 10px;
  top: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 32px;
  z-index: 10000;
}

.whatsapp h5 {
  color: white;
  background-color: #0a4684;
  padding: 0px;
  border-radius: 50px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  border: 4px solid #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media only screen and (max-width: 767px) {
    .logo-box .logo-img img {
        height: 50px;
    }
}

.logo-box .logo-img img {
  width: 280px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .main-nav-box .navigation-box {
float:right;
}
.logo-box .logo-img img {
  width: 200px;
}
}

@media only screen and (max-width: 767px) {
  .logo-box .logo-img img {
      height: 50px;
      width: auto !important;
  }
}