.hero {
  background: -webkit-linear-gradient(
    top,
    rgb(3, 121, 166) 0%,
    rgb(27, 94, 118) 60%,
    rgb(62, 92, 102) 100%
  );
  background: -o-linear-gradient(
    top,
    rgb(3, 121, 166) 0%,
    rgb(27, 94, 118) 60%,
    rgb(62, 92, 102) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgb(3, 121, 166) 0%,
    rgb(27, 94, 118) 60%,
    rgb(62, 92, 102) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgb(3, 121, 166) 0%,
    rgb(27, 94, 118) 60%,
    rgb(62, 92, 102) 100%
  );
  background: linear-gradient(
    to bottom,
    rgb(3, 121, 166) 0%,
    rgb(27, 94, 118) 60%,
    rgb(62, 92, 102) 100%
  );
  color: white;
  text-align: center;
  padding-top: 75px;
  font-size: 30px;
  padding-bottom: 1.435rem;
}
.hero h1 {
  font-size: 2.475rem;
  line-height: 1.5;
  padding-top: 1.175rem;
  margin-bottom: 0;
}

.btn-large {
  /* width: 300px; */
  height: 3.9rem;
  /* border-radius: 2rem!important; */
  background: #5ac0ec !important;
  line-height: 3.9rem;
  font-weight: bold;
  font-size: 1.45rem;
  text-transform: none;
}

.heroine {
  font-size: 1.3125rem;
}

.heroine .row {
  padding: 2rem 0 0 0;
}
.special .row {
  padding: 2rem 0 0 0;
}
.last .row {
  padding: 2rem 0 0 0;
}

.vpr-des {
  margin: 4rem 0 4rem 0;
  font-size: 2rem;
}
.appFreeSticker {
  height: 90px;
  margin-left: -75px;
}
.contents {
  text-align: left;
  width: 75%;
}

.highlight-text {
  color: #005d9d;
  font-weight: bold;
}
h2 {
  color: #005d9d;
  font-weight: bold;
  font-size: 2.35rem;
}
.small-icon img {
  height: 77px;
}
.medium-icon img {
  height: 115px;
}
.small-icon,
.medium-icon {
  text-align: center;
}

hr {
  padding: 0;
  border: none;
  height: 1.85px;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  color: #969696;
  text-align: center;
  margin-bottom: 35px;
}
li {
  display: list-item;
  list-style-type: disc !important;
}

@media only screen and (min-width: 1224px) {
  .container {
    width: 75%;
  }
}

@media only screen and (min-width: 1000px) {
  .container {
    width: 90%;
  }
}

@media only screen and (max-width: 660px) {
  html {
    font-size: 70%;
  }
  .btn-large {
    font-size: 80%;
  }
}
.inline-icon {
  vertical-align: bottom;
  font-size: 18px !important;
}

/*Timeline*/
.no-margin-b {
  margin-bottom: 0;
}
.page-title {
  color: #097aa8;
}
thin {
  font-weight: lighter;
}
.material-icons {
  /*font-size: 54px;*/
  /*margin-top: 22px;*/
  /*padding: 84px 0;*/
}
.content-wrapper {
  padding: 24px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: white;
  border: 1px solid #ddd;
}
.timeline-bar {
  width: 4px !important;
  background: #bdbdbd;
  height: 50px;
  border-radius: 2px;
  margin-left: calc(100% - 4px);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  transition: all 1s linear;
  -webkit-transition-delay: 2s; /* Safari */
  transition-delay: 2s;
}
.timeline-label-body {
  position: relative;
  height: 24px;
  line-height: 24px;
  width: 88px;
  background: #0b8fc5;
  font-size: 0.8125rem;
  color: white;
  border-radius: 2px;
  text-align: center;
}
.timeline-label-body::before {
  position: absolute;
  content: "";
  display: block;
  left: -6px;
  top: 4px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #0b8fc5;
}
h4,
.h4 {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 3rem;
  margin-top: 0.1rem;
  margin-bottom: 0.5rem;
}
h3,
.h3 {
  color: #9e9e9e;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.latest-label {
  position: absolute;
  background: #f06449;
  height: 24px;
  line-height: 24px;
  color: white;
  font-size: 16px;
  display: block;
  padding: 0 4px;
  top: -3px;
  right: -72px;
  border-radius: 2px;
}
.version-details {
  margin-bottom: 1.5rem;
  /*border-left: 2px solid #ddd;*/
}
@media screen and (max-width: 480px) and (min-width: 0) {
  html {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}
@media screen and (min-width: 0) {
  h6 {
    font-size: 2.5rem !important;
  }
}
.btn-small {
  height: 24px;
  line-height: 24px;
  padding: 0 0.5rem;
  font-size: 0.8rem;
}
.icon-small {
  float: right;
  font-size: 1rem !important;
  margin-left: 6px;
}
.small-icon col {
  padding-top: 10px;
}
.img-my {
  margin-top: 1.1rem;
}
