@import "style-eldercare.css";

.iot-banner{
  background: url("../images/iot/blood_pressure.jpg") no-repeat;
  background-size: cover;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
  background-color: #43425d;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 150px;
}
.iot-image-first {
  height: 600px;
  background-image: url(../images/iot/wheelchair.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
.iot-image-second {
  height: 600px;
  background-image: url(../images/iot/kakko.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
.iot-image-third {
  height: 600px;
  background-image: url(../images/iot/shopping.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
.iot-image-fourth {
  height: 600px;
  background-image: url(../images/iot/shopping.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}


.pricing img {
  display: block;
  margin: auto;
  width: 32px;
}
.pricing li:first-child,
.pricing li:last-child {
  padding: 20px 13px;
}
.pricing li {
  list-style: none;
  padding: 13px;
  padding-top: 0;
  padding-bottom: 0px;
}
.pricing li + li {
  /*border-top: 1px solid #f0f0f0;*/
}
.pricing span {
  font-size: 12pt;
}
.pricing li:nth-last-child(2) {
  /*padding: 30px 13px;*/
}
.pricing button {
  width: auto;
  margin: auto;
  font-size: 15px;
  font-weight: bold;
  border-radius: 50px;
  color: #fff;
  padding: 9px 24px;
  background: #aaa;
  opacity: 1;
  transition: opacity .2s ease;
  border: none;
  outline: none;
}
.pricing button:hover {
  opacity: .9;
}
.pricing button:active {
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}

ul.pricing {
  /*border: 1px solid;*/
}


@media only screen and (min-width: 0px) and (max-width: 599px) {
  .last-grid{ height: -webkit-fill-available !important; }
}


@media only screen and (min-width: 600px) and (max-width: 959px) {
  .last-grid{ height: -webkit-fill-available !important; }
}
