@media (min-width: 1400px) and (max-width: 1599px) {
  .bar-pad {
    padding-left: 85px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .bar-pad {
    padding-left: 45px !important;
  }
}

@media (max-width: 1100px) {
  .bar-pad {
    padding: 1rem 0 !important;
  }
  .staticbar-position .icon-text {
    font-size: 12px;
  }
}

.static-bar-wrapper {
  position: fixed;
  bottom: 50px;
  width: 100%;
  z-index: 999;
  background: #fff;
}

.btn-primary {
  background: #21B8EC !important;
  padding: 1rem 1rem;
  border-radius: 10px;
  color: white !important;
  text-align: center;
  cursor: pointer;
}

.btn-primary:hover {
  background: #21B8EC;
}

.bar-pad {
  padding: 0.5rem 0 0.5rem 80px;
}

.staticbar-position {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.staticbar-position .staticbar-image {
  width: 200px;
}

.staticbar-position .bar-div {
  margin-right: 40px;
  width: 200px;
}

.staticbar-position .bar-div .bar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.staticbar-position .bar-div .bar-content .icon-text {
  margin-left: 10px;
  font-size: 12px;
}

.staticbar-position .staticbar-btn {
  width: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.staticbar-position .staticbar-btn a {
  font-size: 13px;
  font-weight: bold;
}

.staticbar-position .staticbar > .slick-list {
  height: 100%;
}

.staticbar-position .staticbar > .slick-list > .slick-track {
  height: 100%;
}

.staticbar-position .staticbar > .slick-list > .slick-track > li.bar-div {
  height: 100%;
}

.staticbar-position .staticbar > .slick-list > .slick-track > li.bar-div > .bar-content {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.staticbar {
  width: 90%;
}

@media screen and (max-width: 1200px) {
  .staticbar-position {
    display: -webkit-box;
    padding-left: 0 !important;
  }
  .staticbar-position .staticbar-image {
    display: none;
  }
  .staticbar-position .staticbar-btn {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .static-bar-wrapper {
    bottom: 47px !important;
  }
}

@media screen and (max-width: 620px) {
  .staticbar-position {
    display: block;
  }
  .staticbar-position .staticbar {
    width: 100% !important;
  }
  .staticbar-position .staticbar .bar-div {
    text-align: center;
  }
  .staticbar-position .staticbar .bar-div .bar-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .staticbar-position .staticbar-btn {
    margin-top: 30px !important;
    text-align: center;
    width: 100% !important;
  }
}
/*# sourceMappingURL=staticbar.css.map */