
a {
  text-decoration: none;
}

.new-mobile-bar {
  z-index: 9999;
  display: block;
  /* width: 768px; */
  width:100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 24px;
  background-color: #006747;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006747), to(#006747));
  background-image: linear-gradient(180deg, #006747, #006747);
}

.new-mobile-bar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
}

.new-mobile-bar-wrapper {
  position: fixed;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* width: 768px; */
  width:100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.new-tabclix-text {
  position: absolute;
  left: 0px;
  top: 5px;
  right: 0px;
  bottom: auto;
  margin-top: 20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-weight: 600;
}

.new-tabclix-brand-1 {
  display: block;
  width: 768px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
}

.tabclix-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Source Sans Pro', sans-serif;
  color: #212529;
  font-size: 12px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .new-mobile-bar {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: block;
    height: 60px;
    background-color: #000;
  }

  .new-mobile-bar-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
  }

  .tabclix-main-brand {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #1abaff;
  }

  .new-tabclix-brand-1 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 767px) {
  .new-mobile-bar{
    padding-right: 50px;
    padding-left: 50px;
  }

  .new-mobile-bar-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
  }

  .new-mobile-bar-wrapper {
    width: 100%;
  }

  .new-tabclix-text {
    font-size: 12px;
  }

  .new-tabclix-brand-1 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .new-mobile-bar {
    position: relative;
    padding-top: 14px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#006747), to(#006747));
    background-image: linear-gradient(180deg, #006747, #006747);
  }

  .new-mobile-bar-menu {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
  }

  .new-mobile-bar-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .tabclix-main-brand {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 26px;
    padding-top: 1px;
    padding-bottom: 1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1abaff;
  }

  .new-tabclix-text {
    left: 0px;
    top: 2px;
    right: 0px;
    bottom: auto;
    margin-top: 24px;
  }

  .new-tabclix-brand-1 {
    display: block;
    padding-top: 1px;
    padding-bottom: 1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f1f1f1;
  }

  .tabclix-text {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
    color: #212529;
    font-size: 9px;
  }

  .new-tabclix-span {
    font-size: 11px;
  }
}