.topnav {
  /*overflow: hidden;*/
  /*background-color: #333;*/
}

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
  font-size: 25px;
}



.topnav .icon {
  display: none;
  padding-top: 25px;
}

@media screen and (max-width: 768px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .header-logo-text{
    font-size: 30px;
  }
  .header-logo{
    width: 60px;
  }
  .help-logo-a{
    top: -6px;
    position: relative !important;
    float: right !important;
}
  .help-responsive{
    background-color: white !important;
    position: relative !important;
    text-align: center !important;
    height: auto !important;
    box-shadow: 0 0 5px #585858 !important;
    padding: 10px !important;
    bottom: 5px !important;
    right: 10px !important;
  }

  .promo-text{
    margin-top: 150px;
    font-size: 35px;
  }

  .promo-span{
    font-size: 25px;
  }

  .h-380{
    height: 380px;
  }

  .h2-light{
    font-size: 2.5rem;
    font-weight: 100;
  }

  .h2-bold{
    font-size: 2.5rem;
    font-weight: 600;
  }

  .home-section2 > h2.h2-bold-1{
     font-size: 2.3rem;
    font-weight: 600;
  }

  .small-sec1-content{
    margin: 60px;
  }

  .mlr-5{
    margin-bottom:20px !important;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .box-space-mb7{
    width: 100%!important;
    margin-left: 3%;
  }
}