@import 'fonts.css';

* {
  margin: 0;
  padding: 0px;
}

body {
  font-family: 'SFUIDisplay-Regular';
}

.nav {
  padding: 30px 0px 0px 50px;
}

.left-content {
  width: 50%;
  height: 100vh;
  float: left;
  background: -webkit-linear-gradient(#edf4ec, #c6e2e9, #c6e2e9);
  background: -moz-linear-gradient(#edf4ec, #c6e2e9, #c6e2e9);
  background: -o-linear-gradient(#edf4ec, #c6e2e9, #c6e2e9);
}

.home-page-img {
  padding: 60px 15px 0;
}

.home-page-img img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.main-head {
  text-align: left;
  font-size: 26px;
  margin-bottom: 29px;
  padding-left: 40px;
  color: #37383c;
  font-weight: normal;
  text-align: center;
}

.banner-text {
  display: none;
}

.line {
  width: 175px;
  margin: 15px auto;
  display: block;
  border-bottom: 1px solid #c5c5c5;
  float: none;
}

.icon {
  height: 74px;
  width: 168px;
  margin: 0 auto;
  background: url('../images/1400 x 560.png');
  background-size: contain;
  margin-bottom: 21px;
}

.app-head {
  display: none;
}

.right-content {
  height: 100vh;
  width: 50%;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ios-popup-content li {
  font-size: 14px;
  text-align: left;
  font-family: 'SFUIDisplay-Regular';
}

.container {
  margin: 0 auto;
}

.main-content {
  padding-left: 40px;
}

.text-head {
  text-align: left;
  color: #37383c;
  font-size: 22px;
  font-weight: normal;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}

.android-content a b,
.ios-content a b {
  color: #1096d4;
}

.android-content a:hover b,
.ios-content a:hover b {
  color: #0d77a9;
}

.text-para {
  text-align: left;
  font-size: 14px;
  line-height: 1.75;
  margin-top: 20px;
  color: #37383c;
  padding-right: 30px;
}

.download-icons {
  list-style: none;
  margin-top: 50px;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}

.version-date {
  font-size: 12px;
  padding: 10px 0;
  font-weight: normal;
  text-align: center;
}

.version-date span {
  font-size: 12px;
  margin-right: 10px;
}

.android-content a {
  height: 45px;
  padding: 0 25px;
  margin-right: 20px;
  border-radius: 30px;
  background-color: #4479c5;
  vertical-align: middle;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  cursor: pointer;
}

.android-content a {
  text-decoration: none;
  color: #ffffff;
  outline: none;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 19px;
}

.android-content,
.ios-content,
.chrome-content {
  display: inline-block;
}

.android-content span,
.chrome-content span {
  margin-right: 8px;
}

.ios-content a {
  color: #ffffff;
  border-radius: 30px;
  background-color: #6f4c9e;
  min-width: 140px;
  height: 45px;
  vertical-align: middle;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
}
.chrome-content .chrome {
  height: 29px;
  width: 29px;
  margin-right: 10px;
  background: url(../images/chrome.png);
  background-repeat: no-repeat;
  background-size: 29px 29px;
  display: inline-block;
  vertical-align: middle;
}
.ios-content {
  margin-right: 20px;
}
.chrome-content a {
  height: 45px;
  padding: 0 25px;
  margin-right: 20px;
  border-radius: 30px;
  background-color: #3f2562;
  vertical-align: middle;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  outline: none;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 19px;
  margin: 0 auto;
}

.ios-content span {
  margin-right: 10px;
}

#thank {
  display: none;
  text-align: center;
  padding-top: 20px;
  line-height: 30px;
  color: #1096d4;
}

#ios {
  display: none;
  text-align: center;
  padding-top: 20px;
  line-height: 30px;
  color: #1096d4;
}

.app-footer-content {
  display: none;
}

#ios p {
  font-size: 15px;
  line-height: 24px;
  color: #313131;
  margin-bottom: 11px;
}

.ui-dialog .ui-dialog-titlebar {
  background-color: #ccc;
}

.ui-dialog {
  padding: 0;
  -webkit-box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.15);
}

.ui-dialog .ui-dialog-titlebar {
  font-size: 22px;
  width: 100%;
  padding: 7px 10px;
  background: #fff;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0;
  font-family: 'SFUIDisplay-Regular';
}

#thank,
#ios {
  color: #704c9e;
  padding: 30px;
  line-height: 24px;
  font-family: 'SFUIDisplay-Regular';
}
.android-content span {
  color: #a4c639;
  font-size: 19px;
}

.android-content span,
.chrome-content span,
.ios-content span {
  font-size: 25px;
}
/* tablet view 500px t0 767px */
@media only screen and (min-width: 500px) and (max-width: 767px) {
  .nav {
    width: 60%;
    margin: 0 auto;
    display: none;
  }

  body {
    display: flex;
    flex-wrap: wrap;
  }

  .left-content {
    width: 100%;
    height: auto;
    order: 2;
  }

  .android-content {
    float: left;
  }

  .ios-content {
    float: left;
  }

  .home-page-img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: url('../images/contus-app.png') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
  }

  .banner-text {
    display: block;
    color: #fff;
    padding: 120px 0px 0px 0px;
    text-align: center;
    font-size: 22px;
  }

  .version-date {
    text-align: center;
    margin: 10px 0px 0px 0px;
  }

  .main-head {
    text-align: left;
    font-size: 18px;
    margin-top: 50px;
    margin-left: 65px;
    padding-right: 50px;
    font-weight: 300;
    color: #37383c;
    display: none;
  }

  .clearfix {
    overflow: auto;
    clear: both;
  }

  .line {
    width: 175px;
    margin: 15px auto;
    display: block;
    border-bottom: 1px solid #c5c5c5;
    float: none;
  }

  .icon {
    height: 80px;
    width: 80px;
    float: left;
    margin-top: 10px;
    background: url('../images/ic_launcher.png');
    background-size: cover;
    margin-left: 10px;
  }

  .app-head {
    display: inline-block;
    margin-top: 30px;
    color: #212121;
    margin-left: 20px;
  }

  .right-content {
    width: 100%;
    height: auto;
    padding: 0;
    order: 1;
  }

  .container {
    width: 100%;
    margin-top: 30px;
  }

  .main-content {
    margin: 0 auto;
    display: none;
  }

  .text-head {
    text-align: left;
    color: #37383c;
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
  }

  .android-content a b,
  .ios-content a b {
    color: #1096d4;
  }

  .android-content a:hover b,
  .ios-content a:hover b {
    color: #0d77a9;
  }

  .text-para {
    text-align: left;
    font-size: 14px;
    line-height: 1.75;
    margin-top: 20px;
    color: #37383c;
    padding-right: 30px;
  }

  .download-icons {
    list-style: none; /*margin-top: 90px;
			overflow: hidden;*/
    margin: 15px 0 15px 0;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0px;
  }

  .android-content {
    width: 43%;
    height: 40px;
    float: none;
    margin-right: 0px;
    border-radius: 0px;
    border: 1px solid #00c7a8;
    text-align: center; /*background-color:#33E2D1;*/
    background-color: #fff;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
  }

  .android-content span {
    margin-right: 8px;
  }

  .ios-content {
    width: 48%;
    height: 40px;
    float: left;
    color: #fff;
    border-radius: 0px;
    background-color: #565656;
    border: 1px solid #565656;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .ios-content span {
    margin-right: 10px;
  }

  #thank {
    display: none;
    text-align: center;
    padding-top: 20px;
    line-height: 30px;
    color: #1096d4;
  }

  .ui-widget.ui-widget-content {
    position: fixed !important;
    top: 10% !important;
  }

  .app-footer-content {
    display: block;
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }

  .app-footer-content h3 {
    font-size: 16px;
    padding: 15px 0px 10px 0px;
    line-height: 23px;
  }

  .app-footer-content p {
    font-size: 13px;
    padding: 5px 0px 15px 0px;
    text-align: left;
    line-height: 21px;
  }

  /*For mirrorfly download buttons*/
  .android-content a,
  .ios-content a {
    width: 80%;
  }
  .android-content,
  .ios-content {
    height: auto;
    background-color: transparent;
    border: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .chrome-content {
    margin-top: 10px;
  }
}
/* mobile view 499px */
@media only screen and (max-width: 499px) {
  .android-content,
  .ios-content,
  .chrome-content {
    width: 90%;
    margin: 10px 0 0;
    display: block;
    margin: 0 auto;
  }
  .android-content a,
  .ios-content a,
  .chrome-content a {
    margin: 10px 0 0;
    display: block;
  }
  .nav {
    width: 60%;
    margin: 0 auto;
    display: none;
  }

  .left-content {
    width: 100%;
    height: auto;
    order: 2;
  }

  body {
    display: flex;
    flex-wrap: wrap;
  }

  .home-page-img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: url('../images/contus-app.png') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
  }

  .banner-text {
    color: #fff;
    display: block;
    padding: 120px 0px 0px 0px;
    text-align: center;
    font-size: 22px;
  }

  .main-head {
    text-align: left;
    font-size: 18px;
    margin-top: 50px;
    margin-left: 65px;
    padding-right: 50px;
    font-weight: 300;
    color: #37383c;
    display: none;
  }

  .clearfix {
    overflow: auto;
    clear: both;
  }

  .line {
    width: 175px;
    margin: 15px auto;
    display: block;
    border-bottom: 1px solid #c5c5c5;
    float: none;
  }

  .icon {
    height: 80px;
    width: 80px;
    float: left;
    margin-top: 10px;
    background: url('../images/ic_launcher.png');
    background-size: cover;
    margin-left: 10px;
  }

  .app-head {
    display: inline-block;
    margin-top: 30px;
    color: #212121;
    margin-left: 20px;
  }

  .right-content {
    width: 100%;
    height: auto;
    padding: 0;
    order: 1;
  }

  .container {
    width: 100%;
    margin-top: 30px;
  }

  .main-content {
    margin: 0 auto;
    display: none;
  }

  .text-head {
    text-align: left;
    color: #37383c;
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
  }

  .android-content a b,
  .ios-content a b {
    color: #1096d4;
  }

  .android-content a:hover b,
  .ios-content a:hover b {
    color: #0d77a9;
  }

  .text-para {
    text-align: left;
    font-size: 14px;
    line-height: 1.75;
    margin-top: 20px;
    color: #37383c;
    padding-right: 30px;
  }

  .download-icons {
    list-style: none;
    margin: 15px 0 15px 0;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
  }

  .version-date {
    text-align: center;
    margin-left: 0;
  }

  .android-content {
    float: none;
    border-radius: 0px;
    text-align: center;
    background-color: #fff;
    line-height: 40px;
  }

  .android-content span {
    margin-right: 8px;
  }
  .ios-content {
    color: #fff;
    border-radius: 0px;
    line-height: 40px;
    text-align: center;
    float: none;
  }

  .ios-content span {
    margin-right: 10px;
  }

  #thank {
    display: none;
    text-align: center;
    padding-top: 20px;
    line-height: 30px;
    color: #1096d4;
  }

  .ui-widget.ui-widget-content {
    position: fixed !important;
    top: 10% !important;
  }

  .app-footer-content {
    display: block;
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }

  .app-footer-content h3 {
    font-size: 16px;
    padding: 15px 0px 10px 0px;
    line-height: 23px;
  }

  .app-footer-content p {
    font-size: 13px;
    padding: 5px 0px 15px 0px;
    text-align: left;
    line-height: 22px;
  }
}
