@font-face {
  src: url(Montserrat-Bold.ttf);
  font-family: monBold;
}

@font-face {
  src: url(Montserrat-Italic.ttf);
  font-family: monItalic;
}

@font-face {
  src: url(Montserrat-Regular.ttf);
  font-family: monReg;
}

.stepimg {
  position: relative;
}

th {
  font-family: monBold;
  background-color: #bce81e;
  text-align: center !important;
}

tbody tr {
  background-color: transparent !important;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.5rem;
}

thead,
tbody,
tfoot {
  border: none;
  background-color: transparent;
}

table,
th,
td {
  border: 1px solid #030303;
  border-collapse: collapse;
}

/* .middleSteps:after {
  content: "";
  position: absolute;
  background-image: url(../images/separsator.png);
  width: 30px;
  height: 100%;
  top: 0;
  right: -10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.middleSteps:before {
  content: "";
  position: absolute;
  background-image: url(../images/separsator.png);
  width: 30px;
  height: 100%;
  top: 0;
  left: -10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
} */

.stepimg img {
  width: 70%;
  margin: 0 auto;
}

body {
  color: #030303;
  background-color: #f7f7f7;
  font-family: monReg;
}

a {
  color: #fff;
}

a:hover,
a:focus {
  color: #fff;
}

.bigText {
  font-size: 24px;
}
.smallText {
  font-size: 20px;
}
.smaller-text {
  font-size: 15px;
}
.bottom-text {
  font-size: 13px;
}
.footerText {
  font-size: 16px;
}

.button1 {
  background-color: #030303 !important;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  color: #fff !important;
  line-height: 1.2;
  min-width: 200px;
  max-width: 390px;
  padding: 8px 15px;
}

small {
  display: block;
  font-style: italic;
  background-color: red;
  color: #fff;
  text-align: left;
  padding: 0.3rem;
}

.postfix {
  /* padding: 0.3rem; */
  color: #fff !important;
  width: 100%;
  /* display: block; */
  width: 100%;
  display: flex;
  /* height: 100%; */
  align-items: center;
  justify-content: center;
}

.alert-box.alert.radius {
  background-color: red;
  color: #fff;
  padding: 0.3rem;
}

.warning {
  color: red;
  margin-top: -0.5rem;
  font-size: 14px;
}

.rulesText {
  margin-bottom: 0%;
  text-decoration: underline;
  color: black;
}

@media only screen and (max-width: 960px) {
  .bigText {
    font-size: 22px;
  }
  .smallText {
    font-size: 18px;
  }
  .smaller-text {
    font-size: 14px;
  }
  .footerText {
    font-size: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .bigText {
    font-size: 20px;
  }
  .smallText {
    font-size: 16px;
  }
  .smaller-text {
    font-size: 13px;
  }
  .bottom-text {
    font-size: 12px;
  }
  .footerText {
    font-size: 14px;
  }
  .postfix {
    /* padding: 0.5rem;
        line-height: 2; */
    /* width: auto;
        display: inline; */
    max-width: none;
  }
  .warning {
    font-size: 13px;
  }
  .stepimg img {
    width: 50%;
    margin: 0 auto;
  }
  .middleSteps:after,
  .middleSteps::before {
    display: none;
  }
}
