.body {
  background-image: url('../images/app_header_bg1.png');
  background-size: cover;
  background-attachment: fixed;
  text-align: left;
}

.image {
  display: inline-block;
  width: 25%;
  height: auto;
  float: none;
}

.image-2 {
  /*position: static;*/
  /*display: inline-block;*/
  position: relative;
  width: 28%;
  margin-top: 0px;
  margin-right: 26px;
  float: none;
  text-align: center;
}

.image-3 {
  display: inline-block;
  width: 10%;
  text-align: left;
}

.container {
  position: relative;
  display: block;
  overflow: visible;
  text-align: center;
}

.link-block {
  display: inline-block;
}

.div-block {
  position: relative;
  display: block;
  width: 320px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
    background-color: white;
  text-align: center;
}

.image-4 {
  /*left: 59px;*/
  /*top: -73px;*/
  /*right: 0px;*/
  /*bottom: 0px;*/
  /*display: inline-block;*/
  /*width: 18%;*/
  /*margin-right: 0px;*/
  /*margin-bottom: -19px;*/
  /*margin-left: 0px;*/
  /*padding-top: 0px;*/
  /*padding-bottom: 0px;*/
  /*float: none;*/
  /*clear: left;*/
  /*text-align: left;*/
  height: 100%;
  max-width: 100%;
}

.heading {
  top: -76px;
  display: block;
  font-family: Montserrat, sans-serif;
  color: black;
  font-weight: 500;
}

.heading-3 {
  display: inline;
}

.div-block-2 {
  position: relative;
  top: 80px;
  display: inline-block;
  width: 320px;
  float: none;
  text-align: center;
}

.heading-4 {
  margin-bottom: 20px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph {
  margin-top: 2px;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
}

.playstore_link {
  width: 43%;
}

.div-block-3 {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.image-6 {
  width: 40%;
}

.section-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline;
  clear: both;
  background-color: transparent;
}

.ordered-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style-type: none;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.list-item a {
  text-decoration: none;
  color: inherit;
}

.paragraph-2 {
  float: right;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.list-item-2 {
  margin: 5px 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.list-item-2 a {
  text-decoration: none;
  color: inherit;
}

.list-item-3 {
  margin: 5px 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.list-item-3 a {
  text-decoration: none;
  color: inherit;
}

.div-block-4 {
  clear: both;
  color: #e9e9e9;
}

.twitter {
  position: relative;
  top: 6px;
  right: -74px;
  display: block;
  clear: none;
  text-align: center;
}

.section-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  /*position: absolute;*/
  /*left: 0px;*/
  /*top: 0px;*/
  /*right: 0px;*/
  /*bottom: 0px;*/
  /*margin: auto;*/
  /*display: block;*/
  /*clear: none;*/
}

.heading-5 {
  color: #fff;
}

.div-block-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #008ae8;
  background-image: -webkit-linear-gradient(132deg, #c80023, #652020);
  background-image: linear-gradient(318deg, #c80023, #652020);
}

@media only screen and (max-width: 720px) {
  .image-2 {
    display: none !important;
  }
  .div-block-2 {
    position: relative;
    display: inline-block;
    top: -50px;
    width: 320px;
    float: none;
    text-align: center;
  }
  .ordered-list {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .ordered-list li {
    flex: auto;
  }
  .paragraph-2 {
    width: 100%;
    text-align: center;
  }
}