.FixedNav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: block;
  -webkit-box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.FixedNav-cont {
  display: block;
}

.ReceptionTime {
  font-size: 0.8rem;
}

.CompanyCode {
  border: 1px solid #eb5505;
  padding: 15px;
}

@media (min-width: 768px) {
  .FixedNav-cont {
    display: table;
  }
  .FixedNav-cont div {
    display: table-cell;
    width: 100vw;
    padding: 0 2rem;
    vertical-align: middle;   
  }
  .FreeTelNum {
    font-size: 25px;
  }
  .ReceptionTime {
    font-size: 1rem;
  }
}

.FixedNav-ctn {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.FixedNav-btn {
  top: -36px;
  width: 70px;
  height: 36px;
  border-radius: 2px 2px 0 0;
  position: absolute;
  background-color: #777777;
  background-image: url(/content/dam/au-com/lp/smartvalue-application/fi_common_fixednav_arrow.png);
  background-repeat: no-repeat;
  background-size: 20px 12px;
  background-position: center center;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.FixedNav-btn.close {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  border-radius: 0 0 2px 2px;
}
.FixedNav-display {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 1% 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .FixedNav-display {
    padding: 10px 2.6% 5px;
  }
}

.FixedNav .card-section .card-ctr .card-display .cardBox {
  padding: 0 1% 10px;
}
