.importantactions {
  padding-top: 15%;
}
a,
a:hover,
a:focus {
  color: #2cc1f3;
  text-decoration: none;
}
.nopadding_left {
  padding-left: 0px;
}
.store_badges {
  margin-top: 15px;
}
.center {
  text-align: center;
}
.important-action-image {
  position: relative;
  margin-top: -50px;
}

.important-action-image > img:last-child {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
/* mobile */
@media (max-width: 767px) {
  .map_img {
    width: 100%;
  }
  .mob_nodisp {
    display: none;
    width: 0px;
  }
  .vid_con {
    color: #2cc1f3;
  }
  .play_vid {
    width: 35px;
  }
  .vidbadge_wrap {
    text-align: right;
    height: 30px;
  }
  .google_play {
    height: 42px;
    width: auto;
    max-width: 100%;
  }
  .rating {
    max-width: 70px;
  }
  .sub_sec2_head {
    margin-top: 60px;
  }
  .sub_sec2space {
    margin-top: 35px;
    text-align: center;
  }
  .impicons > img {
    height: 35px;
    width: auto;
  }
  .importantactions {
    background: url(../../images/background-mobile.png) no-repeat center;
    background-size: 100%;
    background-position-y: bottom;
  }
  .important-action-image {
    margin-top: 0px;
  }
}
/* tablets */

@media (min-width: 768px) {
  .map_img {
    width: 100%;
  }
  .play_vid {
    width: auto;
    height: 21px;
    padding-left: 0px;
  }
  .vid_con {
    padding-left: 0px;
    color: #2cc1f3;
    padding-top: 5px;
  }
  .google_play {
    height: 25.4px;
  }
  .sec_spacing {
    margin-top: 25px;
  }
  .lg_nodisp {
    display: none;
    width: 0px;
  }
  .rating {
    max-width: 70px;
  }
  .sub_sec2_head {
    margin-top: 40px;
  }
  .sub_sec2space {
    margin-top: 23px;
    text-align: center;
  }
  .impicons > img {
    height: 25px;
  }
  .importantactions {
    background: url(../../images/background.png) no-repeat center;
    background-size: cover;
    background-position-y: 13vw;
  }
}
/* medium devices */
@media (min-width: 992px) {
  .play_vid {
    width: auto;
    height: 35px;
  }
  .google_play {
    height: 44px;
  }
  .store_badges {
    margin-top: 36px;
  }
  .sec_spacing {
    margin-top: 15px;
  }
  .sub_sec2_head {
    margin-top: 90px;
  }
  .sub_sec2space {
    margin-top: 36px;
  }
  .impicons > img {
    height: 41.7px;
  }
}
/* large devices */
@media (min-width: 1200px) {
  .importantactions {
    padding-top: 10%;
    padding-bottom: 4%;
  }
  .play_vid {
    width: auto;
    height: 42px;
  }
  .google_play {
    height: 50px;
  }
  .sub_sec2space {
    margin-top: 45px;
  }
  .sub_sec2_head {
    margin-top: 110px;
  }
  .impicons > img {
    height: 50px;
  }
}
