@media (min-width: 300px) {
  .modal-body {
    font-size: .782rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .modal-body {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

html, body {
  overflow-x: hidden;
}

@media (min-width: 300px) {
  .bubble-group {
    position: relative;
    margin-bottom: 3rem;
  }
}

@media (min-width: 300px) {
  .man-1 {
    position: relative;
    width: 250px;
  }
}

@media (min-width: 300px) {
  .man-2 {
    position: relative;
    width: 220px;
    left: 70px;
    top: -25px;
  }
}

@media (min-width: 300px) {
  .woman-1 {
    position: relative;
    width: 200px;
    top: -100px;
  }
}

@media (min-width: 300px) {
  #consumers, #murchants, #employers {
    position: relative;
  }
}

@media (min-width: 300px) {
  #consumers .inner {
    position: relative;
    z-index: 100;
  }
}

@media (min-width: 300px) {
  #employers .inner {
    position: relative;
    z-index: 100;
  }
}

@media (min-width: 300px) {
  #murchants .inner {
    position: relative;
    z-index: 100;
  }
}

@media (min-width: 300px) {
  #consumers .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

@media (min-width: 300px) {
  #murchants .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

@media (min-width: 300px) {
  #employers .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

@media (min-width: 300px) {
  #consumers .bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 300px) {
  #murchants .bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 300px) {
  #employers .bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 300px) {
  .inner-header {
    background: linear-gradient(#ffb300 0%, #ff8f00 100%);
    padding-top: 2rem;
    text-align: center;
  }
}

@media (min-width: 300px) {
  .inner-header h1 {
    font-size: 3rem;
  }
}

@media (min-width: 300px) {
  .inner-header p {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .inner-header p {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .inner-header {
    background: transparent;
    text-align: left;
    padding-top: 6rem;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 21px;
  line-height: 28px;
  overflow-x: hidden;
}

@media (min-width: 300px) {
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans';
    font-weight: 800;
  }
}

body {
  font-family: 'Open Sans';
}

@media (min-width: 300px) {
  #header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
}

#murchants .inner {
  background-position: right;
  background-size: cover;
}

#employers .inner {
  background-position: left;
}

#learn-more {
  background-color: #F6F6F6;
  background-repeat: repeat-x;
}

#app {
  padding-top: 5rem;
  background-size: cover;
  background-position: right;
  /*min-height: 947px;*/
}

.app-preview {
  padding-top: 8rem;
}

#app ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#app ul li .check {
  height: 26px;
  width: 26px;
  /*margin-top: 10px;*/
  display: block;
  margin-right: 10px;
}

#app ul li {
  display: flex;
  margin-top: 20px;
  color: #fff;
}

#masterCard {
  background-position: left top;
  background-size: cover;
  min-height: 720px;
}

#masterCard .icon {
  width: 83px;
}

#footer {
  background-position: left top;
  background-size: cover;
  min-height: 720px;
}

.bottom-fotter {
  padding-top: 10px;
}

.bottom-fotter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.bottom-fotter ul li {
  font-size: 12px;
}

.bottom-fotter ul li i, .bottom-fotter ul li a {
  padding: 5px;
}

@media (min-width: 1200px) {
  #header h1 {
    font-size: 5rem;
  }
}

@media (min-width: 1200px) {
  #header h2 {
    font-size: 3rem;
  }
}

.phone-in-hand {
  display: flex;
  align-items: flex-end;
}

#header-info {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.step {
  margin: 0;
  padding: 0;
  list-style: none;
}

.step li {
  display: flex;
}

.step div {
  margin-left: 10px;
}

.step span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  color: #fff;
  background-color: #F33C0C;
  text-align: center;
  line-height: 35px;
}

