/*Input Your Custom CSS Here*/
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .contact-intro {
        text-align: left;
        display: flex;
    }
}
.info-text a, .info-text span {
    font-size: 14px;
    color: #8d8d8d;
    text-transform: none !important;
}
.message-title {
    color: #fff;
    text-transform: none !important;
    font-size: 40px;
    font-weight: 600;
}
#fixedWhatsAppIcon {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 60px;
  width: 50px;
  height: 50px;
  background-color: #54b460;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  z-index: 9999;
}
#fixedWhatsAppIcon:hover {
  background-color: #339933;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .download-button-area {
       display: block !important; 
    }
    .download-button {
    position: relative;
    z-index: 2;
    padding: 12px 0;
    display: inline-block;
    text-align: right;
    width: 100%;
}
.header-top {
    padding: 0px 0;
}
}