/* Font face */
@font-face {
  font-family: "Worksans";
  src: url("./../fonts/WorkSans-Regular.ttf");
}
@font-face {
  font-family: "Worksans";
  font-weight: 400;
  src: url("./../fonts/WorkSans-Regular.ttf");
}
@font-face {
  font-family: "Worksans";
  font-weight: 700;
  src: url("./../fonts/WorkSans-Bold.ttf");
}
@font-face {
  font-family: "Worksans";
  font-weight: 900;
  src: url("./../fonts/WorkSans-Black.ttf");
}
/* End of font declaration*/
html {
  font-size: 10px;
}

body {
  font-family: "Worksans";
}

#mh360_screen {
  background-image: url("./../images/background@3x.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  display: none;
}

#telemedicine_div {
  background-color: #fff;
  display: none;
}

.page_wrapper {
  width: 100%;
  height: 100%;
}

#qr_android, #qr_ios {
  display: none;
}

@media screen and (max-width: 480px) {
  .page_wrapper__left {
    width: 100%;
    padding: 4rem 2.5rem 3rem 2.5rem;
  }
  .page_wrapper__left img.logo {
    width: 27%;
    max-width: 16rem;
  }
  .page_wrapper__left .heading {
    padding: 2.8rem 0 1.8rem 0;
  }
  .page_wrapper__left .heading .heading__line1, .page_wrapper__left .heading .heading__line2 {
    padding: 0;
    font-weight: 900;
    font-size: 4rem;
    color: #255082;
    line-height: 115%;
  }
  .page_wrapper__left .slogan {
    font-size: 2rem;
    color: #255082;
  }
  .page_wrapper__left .img_mobile {
    width: 100%;
    padding: 2.8rem 0 2rem 0;
  }
  .page_wrapper__left .img_mobile img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .page_wrapper__left .download_line {
    font-size: 1.4rem;
    color: #255082;
    text-align: center;
  }
  .page_wrapper__left .qrcode {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 1rem 0 0 0;
  }
  .page_wrapper__left .qrcode .qrcode__ios, .page_wrapper__left .qrcode .qrcode__androids {
    width: 13.5rem;
  }
  .page_wrapper__left .qrcode .qrcode__ios #iphone, .page_wrapper__left .qrcode .qrcode__ios #android, .page_wrapper__left .qrcode .qrcode__androids #iphone, .page_wrapper__left .qrcode .qrcode__androids #android {
    width: 100%;
    padding: 0.75rem;
  }
  .page_wrapper__left .qrcode .qrcode__ios #iphone img, .page_wrapper__left .qrcode .qrcode__ios #android img, .page_wrapper__left .qrcode .qrcode__androids #iphone img, .page_wrapper__left .qrcode .qrcode__androids #android img {
    width: 100%;
  }
  .page_wrapper__left .qrcode .store_image_link {
    margin: 1.5rem 0 0 0;
  }
  .page_wrapper__left .qrcode .store_image_link img {
    width: 100%;
  }
  .page_wrapper__right {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 480.01px) and (max-width: 900px) {
  .page_wrapper {
    display: flex;
    flex-direction: row;
  }
  .page_wrapper__left {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 5rem;
  }
  .page_wrapper__left img.logo {
    width: 27%;
    max-width: 16rem;
  }
  .page_wrapper__left .heading {
    padding: 2.8rem 0 1.8rem 0;
  }
  .page_wrapper__left .heading .heading__line1, .page_wrapper__left .heading .heading__line2 {
    padding: 0;
    font-weight: 900;
    font-size: 5.5rem;
    color: #255082;
    line-height: 115%;
  }
  .page_wrapper__left .slogan {
    font-size: 3rem;
    color: #255082;
  }
  .page_wrapper__left .img_mobile {
    display: block;
    padding-top: 3rem;
  }
  .page_wrapper__left .img_mobile img {
    display: block;
    width: 90%;
    max-width: 40rem;
    margin: 0 auto;
  }
  .page_wrapper__left .download_line {
    padding-top: 4rem;
    font-size: 1.8rem;
    color: #255082;
    text-align: center;
  }
  .page_wrapper__left .qrcode {
    display: flex;
    flex-direction: row;
    padding: 1rem 0 0 0;
    justify-content: space-around;
    width: 75%;
    margin: 0 auto;
  }
  .page_wrapper__left .qrcode .qrcode__ios, .page_wrapper__left .qrcode .qrcode__androids {
    width: 13.5rem;
  }
  .page_wrapper__left .qrcode .qrcode__ios #iphone, .page_wrapper__left .qrcode .qrcode__ios #android, .page_wrapper__left .qrcode .qrcode__androids #iphone, .page_wrapper__left .qrcode .qrcode__androids #android {
    width: 100%;
    padding: 0.75rem;
  }
  .page_wrapper__left .qrcode .qrcode__ios #iphone img, .page_wrapper__left .qrcode .qrcode__ios #android img, .page_wrapper__left .qrcode .qrcode__androids #iphone img, .page_wrapper__left .qrcode .qrcode__androids #android img {
    width: 100%;
    max-width: 13.5rem;
  }
  .page_wrapper__left .qrcode .store_image_link {
    margin: 1.5rem 0 0 0;
  }
  .page_wrapper__left .qrcode .store_image_link img {
    width: 100%;
  }
  .page_wrapper__right {
    display: none;
    width: 100%;
    vertical-align: center;
    padding-top: 1.2%;
  }
  .page_wrapper__right img {
    width: 85%;
    max-width: 40rem;
    max-height: 95%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 900.01px) {
  .page_wrapper {
    display: flex;
    flex-direction: row;
  }
  .page_wrapper__left {
    width: max-content;
    padding-left: 9%;
    padding-top: 6rem;
  }
  .page_wrapper__left img.logo {
    width: 27%;
    max-width: 16rem;
  }
  .page_wrapper__left .heading {
    padding: 2.8rem 0 1.8rem 0;
  }
  .page_wrapper__left .heading .heading__line1, .page_wrapper__left .heading .heading__line2 {
    padding: 0;
    font-weight: 900;
    font-size: 7rem;
    color: #255082;
    line-height: 115%;
  }
  .page_wrapper__left .slogan {
    font-size: 4rem;
    color: #255082;
  }
  .page_wrapper__left .img_mobile {
    display: none;
  }
  .page_wrapper__left .img_mobile img {
    display: block;
    width: 90%;
    max-width: 40rem;
    margin: 0 auto;
  }
  .page_wrapper__left .download_line {
    padding-top: 8rem;
    font-size: 1.8rem;
    color: #255082;
  }
  .page_wrapper__left .qrcode {
    display: flex;
    flex-direction: row;
    padding: 1rem 0 0 0;
  }
  .page_wrapper__left .qrcode .qrcode__ios, .page_wrapper__left .qrcode .qrcode__androids {
    width: 13.5rem;
  }
  .page_wrapper__left .qrcode .qrcode__ios #iphone, .page_wrapper__left .qrcode .qrcode__ios #android, .page_wrapper__left .qrcode .qrcode__androids #iphone, .page_wrapper__left .qrcode .qrcode__androids #android {
    width: 100%;
    padding: 0.75rem;
  }
  .page_wrapper__left .qrcode .qrcode__ios #iphone img, .page_wrapper__left .qrcode .qrcode__ios #android img, .page_wrapper__left .qrcode .qrcode__androids #iphone img, .page_wrapper__left .qrcode .qrcode__androids #android img {
    width: 100%;
    max-width: 13.5rem;
  }
  .page_wrapper__left .qrcode .qrcode__androids {
    margin-left: 10%;
  }
  .page_wrapper__left .qrcode .store_image_link {
    margin: 1.5rem 0 0 0;
  }
  .page_wrapper__left .qrcode .store_image_link img {
    width: 100%;
  }
  .page_wrapper__right {
    width: 100%;
    vertical-align: center;
    padding-top: 2%;
  }
  .page_wrapper__right img {
    width: 85%;
    max-width: 40rem;
    max-height: 95%;
    display: block;
    margin: 0 auto;
  }
}
/* Tele medicine */
.page_wrapper__center {
  width: 100%;
  max-width: 51.2rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.page_wrapper__center .header {
  position: relative;
  width: 100%;
}
.page_wrapper__center .header img.header__img {
  width: 100%;
}
.page_wrapper__center .header #header_teleAppStore, .page_wrapper__center .header #header_teleGooglePlay {
  position: absolute;
  display: none;
}
.page_wrapper__center .header #header_teleAppStore img, .page_wrapper__center .header #header_teleGooglePlay img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .page_wrapper__center .header #header_teleAppStore, .page_wrapper__center .header #header_teleGooglePlay {
    width: 26%;
    top: 26%;
    left: 10%;
  }
}
@media screen and (min-width: 480.1px) {
  .page_wrapper__center .header #header_teleAppStore, .page_wrapper__center .header #header_teleGooglePlay {
    width: 26%;
    top: 26%;
    left: 10%;
  }
}
.page_wrapper__center .text_content {
  color: rgb(20, 76, 103);
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .page_wrapper__center .text_content {
    padding: 1.2rem 6%;
  }
}
@media screen and (min-width: 480.1px) {
  .page_wrapper__center .text_content {
    padding: 2rem 7.5%;
  }
}
@media screen and (max-width: 480px) {
  .page_wrapper__center .text_content {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 480.1px) {
  .page_wrapper__center .text_content {
    font-size: 2.2rem;
  }
}
.page_wrapper__center .text_content p {
  padding-top: 1rem;
}
.page_wrapper__center .download_app {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .page_wrapper__center .download_app {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 480.1px) {
  .page_wrapper__center .download_app {
    margin-top: 4rem;
  }
}
.page_wrapper__center .download_app img.download_app__img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.page_wrapper__center .download_app .app_download_div {
  padding: 1.4rem 10%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page_wrapper__center .download_app .app_download_div .store_image_link {
  display: none;
  width: 45%;
}
.page_wrapper__center .download_app .app_download_div .store_image_link img {
  width: 100%;
}
.page_wrapper__center .footer p.footer__text {
  text-align: center;
  color: rgb(98, 98, 98);
  margin: 0;
}
.page_wrapper__center .footer a.mailto {
  display: block;
  color: rgb(121, 156, 175);
  text-align: center;
}
@media screen and (max-width: 480px) {
  .page_wrapper__center .footer {
    padding: 2rem 0;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 480.1px) {
  .page_wrapper__center .footer {
    padding: 3rem 0;
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=index.css.map */
