/* Add your custom css in this file */

@media (max-width: 900px) {
 .wabtn a,.wabtn p,.wanav {
  text-align:center !important
 }
 .wanavwrap {
  display:block !important
 }
 .wanav {
  width:auto !important;
  background-color:#f5f5f5 !important;
  padding:0 !important;
  z-index:9999 !important;
  position:fixed !important;
  bottom:0px !important;
  display:flex !important;
  display:-webkit-flex;
  justify-content:flex-end !important;
  opacity:.9 !important;
  left:0
 }
 .wabtn {
  position:relative !important;
  display:-webkit-flex;
  margin:2px !important;
  background-color:#2ab200 !important;
  height:60px !important;
  flex:1
 }
 .wabtn a {
  position:relative !important
 }
 .wabtn p {
  margin-top:5% !important;
  color: white !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size: 14px;
  font-weight: bold;
 }
 .wactn {
  text-align:center;
  margin-top:-10%
 }
 #smsnavbtn {
  background-color:#0f96f7 !important
 }
 #smsnavbtn p {
  color:#fff !important
 }
 #callnavbtn {
  background-color:#f7473a !important
 }
 #callnavbtn p {
  color:#fff !important
 }
 #wanavimg {
    width: 40% !important;
    margin-top: 16% !important;
    margin-bottom: -12% !important;
 }
 #callnavimg {
    width: 40% !important;
    margin-top: 16% !important;
    margin-bottom: -12% !important;
 }
 #smsnavimg {
  width: 40% !important;
    margin-top: 16% !important;
    margin-bottom: -12%;
 }
    .mbr-small-footer {
        display: none !important;
}}