.mobileShow{
  display: none;
}
@media only screen and (min-width: 401px) and (max-width: 991px) {
  .mobileShow{
    display: block !important;
  }
  .mobileTopCall{
    color:#FFF;
    background-color: #003756;
    width: 120px;
    text-align: center;
    padding: 10px 0px;
    float: right;
    text-transform: uppercase;
    margin-top: 40px;
    border: 0px;
  }
  .mobileViaturaMessage{
    width: 47%!important;
    float: left !important;
  }
  .mobileViaturaCall{
    width: 47%!important;
    float: right!important;
    color:#FFF;
    background-color: green;
    text-align: center;
    margin-top: 25px;
    padding: 10px 0px 9px 0px;
    font-size: 18px;
    border: 0px;
  }
  .footerMobileSocialIcons{
    margin-top: 20px
  }

}

@media only screen and (max-width: 400px) {
  .mobileShow{
    display: block !important;
  }
  .mobileTopCall{
    color:#FFF;
    background-color: #003756;
    width: 120px;
    text-align: center;
    padding: 10px 0px;
    float: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    border: 0px;
  }
  .mobileViaturaMessage{
    width: 47%!important;
    float: left !important;
  }
  .mobileViaturaCall{
    width: 47%!important;
    float: right!important;
    color:#FFF;
    background-color: green;
    text-align: center;
    margin-top: 25px;
    padding: 10px 0px 9px 0px;
    font-size: 18px;
    border: 0px;
  }
  .footerMobileSocialIcons{
    margin-top: 20px
  }
}
