.hero-booking-soft {
  background-image: url("/build/assets/hero-pic-new-reservation-CET5f8Jr.avif");
  background-size: cover;
  background-position: 60% 65%;
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
  min-height: calc(100vh - 85px);
  max-width: none;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.hero-booking-soft .bkg {
  background-color: rgba(14, 76, 184, 0.508);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero-booking-soft .container-fluid {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}
.hero-booking-soft .container-fluid .banner {
  min-height: 120px;
}
.hero-booking-soft .container-fluid .subtitle-2 {
  margin-top: 50px;
}
.combines .bkg {
  background-image: url("/build/assets/new-2500-CJLop4ot.avif");
  background-size: cover;
  background-position: 60% 0%;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 650px;
  min-height: 100vh;
  filter: drop-shadow(0px 50px 13px #949494);
}
.combines .container {
  margin-top: -120px;
  max-width: 90%;
}
.combines .container .row .blue-sq {
  background-color: #0066ff;
  justify-content: center;
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  min-height: 575px;
  -webkit-box-shadow: 0px 10px 19px rgba(142, 142, 142, 0.4862745098);
  position: relative;
}
.combines .container .row .blue-sq .icon {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
  padding-right: 85px;
  padding-left: 85px;
}
.combines .container .row .blue-sq .head {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 60px;
  font-weight: 500;
  font-size: 35px;
  line-height: 2.2rem;
}
.combines .container .row .blue-sq .detail {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
  font-size: 20px;
  line-height: 25px;
}

.multi-devices .container-fluid {
  max-width: 90%;
}
.multi-devices .container-fluid .row .full-box {
  box-shadow: 0px 2px 3px rgba(142, 142, 142, 0.3333333333);
}
.multi-devices .container-fluid .row .full-box .margin-sup {
  min-height: 50px;
}
.multi-devices .container-fluid .row .full-box .yellow-box {
  background-color: #000000;
  min-height: 230px;
  padding-bottom: 50px;
  padding-top: 25px;
  border-radius: 5px;
}
.multi-devices .container-fluid .row .full-box .yellow-box .content h3 {
  padding-left: 25px;
}
.multi-devices .container-fluid .row .full-box .yellow-box .content p {
  padding-left: 25px;
  margin-top: 15px;
}
.multi-devices .container-fluid .row .full-box .cell-pic {
  display: flex;
  justify-content: center;
}
.multi-devices .container-fluid .row .full-box .cell-pic img {
  padding-left: 45px;
  padding-right: 45px;
  margin-top: -40px;
  filter: drop-shadow(5px 0px 22px #949494);
  max-width: 300px;
}

@media screen and (min-width: 520px) {
  .multi-devices .container-fluid .row .full-box .cell-pic img {
    max-width: 400px;
  }
}
@media screen and (min-width: 992px) {
  .hero-booking-soft {
    padding-top: 75px;
  }
}