h2 {
  font-size: 22px;
  font-weight: 600;
  color: #000 !important;
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 18px;
  }
}

h1 {
  color: #333;
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 22px;
    line-height: 28px;
  }
}

.h1 {
  color: #333;
  font-size: 34px;
  font-weight: 600;
  line-height: 46px;
}
@media screen and (max-width: 992px) {
  .h1 {
    font-size: 22px;
    line-height: 28px;
  }
}

.h1p, h1 + p {
  color: #333;
  font-size: 18px;
  margin-top: 10px;
  line-height: 28px;
}
@media screen and (max-width: 992px) {
  .h1p, h1 + p {
    font-size: 16px;
    line-height: 22px;
  }
}

.bottom-h2p {
  color: #333;
  font-size: 16px;
  margin-top: 10px;
  line-height: 34px;
}
@media screen and (max-width: 992px) {
  .bottom-h2p {
    font-size: 18px;
    line-height: 22px;
  }
}

.h2p, h2 + p {
  color: #333;
  font-size: 14px;
  margin-top: 10px;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .h2p, h2 + p {
    font-size: 14px;
    line-height: 24px;
  }
}

h2.big-h2 {
  color: #333;
  font-size: 32px;
  font-weight: 600;
  line-height: 54px;
}
h2.big-h2 + p {
  color: #333;
  font-size: 18px;
  margin-top: 20px;
  line-height: 36px;
}
@media screen and (max-width: 992px) {
  h2.big-h2 {
    font-size: 24px;
    line-height: 32px;
  }
  h2.big-h2 + p {
    font-size: 16px;
    line-height: 24px;
  }
}

b {
  color: #000;
}

.mediabar img {
  width: 80%;
  margin: auto;
}

.login-button {
  color: #606060;
  padding: 10px 20px;
  margin-left: 15px;
  font-weight: 600;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
}

.signup {
  color: #fff !important;
  background: green;
  border-radius: 5px;
  transition: all 0.5s;
}

.login {
  color: #fff !important;
  background: #427cac;
  border-radius: 5px;
  transition: all 0.5s;
}

.login-button:hover {
  border-bottom: 1px solid #427cac;
}

.signup:hover {
  transition: all 0.5s;
  margin-top: -5px;
  border-bottom: 1px solid transparent;
  background: #007100;
}

.login:hover {
  color: #fff !important;
  background: #3b6f9a;
  border-radius: 5px;
  transition: all 0.5s;
}

.flexbox {
  display: flex;
}

.flex-items {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .flex-items {
    justify-content: start;
  }
}
.flex-items .boxy {
  width: 150px;
  text-align: center;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
  font-size: 12px;
  padding-bottom: 20px;
  transition: all 0.5s;
}
.flex-items .number {
  color: #303030;
  font-size: 18px;
  padding: 5px;
  margin: auto;
  width: 50px;
  height: 50px;
  text-align: center;
  font-weight: 600;
  line-height: 41px;
  margin-bottom: 10px;
  background: #f3f2f2;
  border-radius: 8px;
}
.flex-items .active .number {
  background: #427cac;
  color: #fff;
}
.flex-items .active {
  color: #427cac;
  font-weight: bold;
}
.flex-items .boxy:hover {
  transition: all 0.5s;
  margin-top: -5px;
}

.imageblock img {
  width: 100%;
  border-radius: 5px;
  box-shadow: -1px -1px 20px 9px rgba(84, 85, 102, 0.14);
  overflow: hidden;
}

.imageblock .slide {
  animation: 0.5s slide-up;
}

@keyframes slide-up {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
hr {
  background-color: #adadad;
}

.flexo div {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexo div:nth-child(3) {
  flex: 0 0 100%;
}

.boxshadowbox {
  position: relative;
  box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.05);
}

.flex-items-partner {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .flex-items-partner {
    justify-content: start;
  }
}
.flex-items-partner .boxy {
  width: 200px;
  text-align: center;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
  font-size: 16px;
  padding-bottom: 20px;
  line-height: 24px;
  transition: all 0.5s;
}
.flex-items-partner .boxy b {
  font-size: 24px;
  line-height: 36px;
}
.flex-items-partner .number {
  color: #303030;
  font-size: 18px;
  padding: 5px;
  margin: auto;
  width: 50px;
  height: 50px;
  text-align: center;
  font-weight: 600;
  line-height: 41px;
  margin-bottom: 10px;
  background: #f3f2f2;
  border-radius: 8px;
}

/*# sourceMappingURL=business_home.css.map */
