.steps {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.steps-inner {
  padding: 65px 0 152px;
}

@media (max-width: 991px) {
  .steps-inner {
      padding: 30px 0 77px;
  }
}

.steps-info {
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 991px) {
  .steps-info {
      margin-bottom: 50px;
  }
}

.steps-info-title {
  margin-bottom: 23px;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}

.steps-info-title span {
  color: #FDD803;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .steps-info-title {
      font-size: 20px;
  }
}

.steps-info-suptitle {
  max-width: 512px;
  margin: 0 auto;
  font-size: 18px;
  font-family: "Gotham-Pro", sans-serif;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
}

.steps-info-suptitle span {
  padding: 4px 5px;
  background: #FDD803;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 991px) {
  .steps-info-suptitle {
      font-size: 16px;
  }
}

.steps-grid-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.steps-grid-col + .steps-grid-col {
  margin-top: 20px;
}

@media (max-width: 1229px) {
  .steps-grid-col {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .steps-grid-col {
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

.steps-grid-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.steps-grid-item + .steps-grid-item {
  margin-left: 120px;
}

.steps-grid-item-img {
  width: 150px;
  height: 150px;
}

.steps-grid-item-img img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 650px) {
  .steps-grid-item-img {
      width: 130px;
      height: 130px;
  }
}

.steps-grid-item-title {
  padding: 3px 24px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Gotham-Pro", sans-serif;
  text-align: center;
  background: #FDD803;
  color: #000;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .steps-grid-item-title {
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

.steps-grid-item-subtitle {
  font-size: 18px;
  line-height: 23px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.steps-grid-item-subtitle span {
  display: block;
  font-weight: 500;
  font-family: "Gotham-Pro", sans-serif;
  color: #FDD803;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .steps-grid-item-subtitle {
      font-size: 16px;
  }
}

.steps-grid-item-arrow {
  display: block;
  max-width: 46px;
  height: auto;
  margin: 0 38px;
}

.steps-grid-item-arrow.second {
  margin-right: -30px;
}

@media (max-width: 991px) {
  .steps-grid-item-arrow.second {
      margin: 30px auto;
  }
}

.steps-grid-item-arrow.third {
  margin: 0 0 0 -30px;
}

@media (max-width: 991px) {
  .steps-grid-item-arrow.third {
      display: none;
  }
}

.steps-grid-item-arrow.forth {
  margin: 0;
}

@media (max-width: 991px) {
  .steps-grid-item-arrow.forth {
      margin: 30px auto;
  }
}

@media (max-width: 991px) {
  .steps-grid-item-arrow {
      margin: 30px auto;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }
}

.steps-videos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 70px 0;
}

@media (max-width: 991px) {
  .steps-videos {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
  }
}

.steps-video {
  width: 384px;
  height: 216px;
  position: relative;
  overflow: hidden;
}

.steps-video + .steps-video {
  margin-left: 20px;
}

@media (max-width: 991px) {
  .steps-video {
      margin: 0 auto;
  }

  .steps-video + .steps-video {
      margin: 20px auto 0;
  }
}

.steps-video:hover {
  box-shadow: 0px 0px 30px 0px rgba(253, 216, 3, 0.2588235294);
  cursor: pointer;
}

.steps-video:hover .steps-video-bg {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.steps-video-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.1s linear;
}

.steps-video-youtube-icon {
  display: block;
  max-width: 55px;
  height: auto;
  position: absolute;
  bottom: 23px;
  left: 25px;
  z-index: 1;
}

.steps-subinfo {
  padding-bottom: 70px;
  max-width: 797px;
  margin: 0 auto;
}

.steps-subinfo-hours {
  max-width: 520px;
  margin: 0 auto 30px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Gotham-Pro", sans-serif;
  text-align: center;
  color: #fff;
}

.steps-subinfo-hours span {
  color: #FED809;
}

@media (max-width: 991px) {
  .steps-subinfo-hours {
      font-size: 20px;
  }
}

.steps-subinfo-almadom {
  padding: 10px;
  background: #FED809;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Gotham-Pro", sans-serif;
  text-align: center;
  color: #404040;
}

@media (max-width: 991px) {
  .steps-subinfo-almadom {
      font-size: 20px;
  }
}

.steps-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  background-size: cover;
  background-position: center;
  row-gap: 15px;
}

@media (max-width: 991px) {
  .steps-form {
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 45px 15px;
  }
}

.steps-form-input {
  max-width: 480px;
  width: 100%;
  /* margin-right: 60px; */
  padding: 19px 25px;
  background: #F5F5F5;
  border: 2px solid #E5E5E5;
  font-family: "Gotham-Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 128%;
  color: #404040;
}

.steps-form-input::-webkit-input-placeholder {
  font-family: "Gotham-Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 128%;
  color: #959595;
}

.steps-form-input:-ms-input-placeholder {
  font-family: "Gotham-Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 128%;
  color: #959595;
}

.steps-form-input::-ms-input-placeholder {
  font-family: "Gotham-Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 128%;
  color: #959595;
}

.steps-form-input::placeholder {
  font-family: "Gotham-Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 128%;
  color: #959595;
}

@media (max-width: 991px) {
  .steps-form-input {
      /* margin: 0 0 20px; */
      max-width: none;
      font-size: 16px;
  }

  .steps-form-input::-webkit-input-placeholder {
      font-size: 16px;
  }

  .steps-form-input:-ms-input-placeholder {
      font-size: 16px;
  }

  .steps-form-input::-ms-input-placeholder {
      font-size: 16px;
  }

  .steps-form-input::placeholder {
      font-size: 16px;
  }
}

.steps-form-btn {
  padding: 20px 60px;
  background: #FED809;
  color: #333333;
  font-size: 18px;
  font-family: "Gotham-Pro", sans-serif;
  font-weight: 700;
  border: 0;
  transition: all 0.2s ease-in-out;
  border: 1px solid #FED809;
}

.steps-form-btn:hover {
  background: #000;
  color: #FED809;
}

.steps-form__radio-items {
  /*display: flex;*/
  /*justify-content: space-evenly;*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  align-items: center;
  width: 100%;
    margin-left: 15px !important;
}

.steps-form__custom-radio {
  margin-bottom: 0;
}

.steps-form__custom-radio input[type="radio"] {
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0;
}

.steps-form__custom-radio span {
  position: relative;
  display: flex;
  align-items: center;
  color: #626262;
  font-size: 19px;
  font-weight: 300;
  line-height: 38px;
}

.steps-form__custom-radio span::before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 6px;
  border-radius: 100%;
  background-color: #fff;
}

.steps-form__custom-radio span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(8px, -50%);
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.steps-form__custom-radio input[type="radio"]:checked + span::after {
  opacity: 1;
}

@media (max-width: 991px) {
  .steps-form-btn {
      font-size: 16px;
      padding: 15px;
  }
}