body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

* {
  -webkit-font-smoothing: antialiased;
}

p {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 980px) {
  .container {
    padding: 0 20px !important;
  }
}

#policybazaar {
  width: 100% !important;
}

.main {
  width: 100%;
}

.main .first-row {
  background: #fff;
}

@media only screen and (max-width: 1023px) {
  .main .first-row {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f4f4));
    background: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$first-color, endColorstr=$second-color,GradientType=1 );
    padding-bottom: 25px;
  }
}

.main .first-row .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1023px) {
  .main .first-row .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    height: auto;
  }
}

.main .first-row .block .left {
  padding-top: 130px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

@media only screen and (max-width: 1023px) {
  .main .first-row .block .left {
    padding-top: 30px;
    width: 100%;
  }
}

.main .first-row .block .left h1 {
  color: #0065ff;
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  margin: 40px 0 20px;
}

.main .first-row .block .left h1 span {
  color: #000;
}

@media only screen and (max-width: 1023px) {
  .main .first-row .block .left h1 {
    font-size: 22px;
    line-height: 32px;
  }
  .main .first-row .block .left h1 br {
    display: none;
  }
}

.main .first-row .block .left .app-links a {
  display: inline-block;
}

.main .first-row .block .left .app-links a img {
  width: 165px;
  height: auto;
}

@media only screen and (max-width: 1023px) {
  .main .first-row .block .left .app-links a img {
    width: 98px;
  }
}

.main .first-row .block .left .app-links a:first-child {
  margin-right: 10px;
}

.main .first-row .block .right img {
  width: 96%;
  margin-top: 60px;
}

@media only screen and (max-width: 1023px) {
  .main .first-row .block .right img {
    width: 90%;
  }
}

.main .second-row {
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f4f4));
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f4f4f4));
  background: linear-gradient(to bottom, white 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0 );
}

.main .second-row .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .main .second-row .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main .second-row .block .right {
  padding-top: 130px;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1023px) {
  .main .second-row .block .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 40px;
    text-align: center;
  }
}

.main .second-row .block .right p.heading {
  color: #0065ff;
  font-size: 16px;
}

@media only screen and (max-width: 1023px) {
  .main .second-row .block .right p.heading {
    font-size: 12px;
    text-align: center;
  }
}

.main .second-row .block .right p.offers {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 30px;
}

@media only screen and (max-width: 1023px) {
  .main .second-row .block .right p.offers {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
  }
}

.main .second-row .block .right h2 {
  color: #212121;
  font-weight: 400;
  font-size: 40px;
  margin: 10px 0 10px;
}

@media only screen and (max-width: 1023px) {
  .main .second-row .block .right h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
  }
}

.main .second-row .block .right .learn-more {
  border-radius: 4px;
  border: 2px solid #0065ff;
  padding: 16px 54px;
  margin-top: 30px;
  display: inline-block;
  color: #0065ff;
  text-decoration: none;
}

@media only screen and (max-width: 1023px) {
  .main .second-row .block .right .learn-more {
    font-size: 12px;
    padding: 10px 20px;
  }
}

.main .second-row .block .right .app-links a {
  display: inline-block;
}

.main .second-row .block .right .app-links a img {
  width: 165px;
  height: auto;
}

.main .second-row .block .right .app-links a:first-child {
  margin-right: 10px;
}

.main .second-row .block .left {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  margin-right: 50px;
}

.main .second-row .block .left img {
  width: 100%;
  margin-top: 60px;
  vertical-align: bottom;
}

@media only screen and (max-width: 1023px) {
  .main .second-row .block .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0px;
  }
}

.main .third-row .blue-bg {
  height: 400px;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .main .third-row .blue-bg {
    height: auto;
  }
}

.main .third-row .blue-bg:before {
  content: " ";
  width: 100%;
  height: 270px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  background: #495bff;
  background: -webkit-gradient(left top, right top, color-stop(0%, #495bff), color-stop(100%, #0acdfe));
  background: -webkit-gradient(linear, left top, right top, from(#495bff), to(#0acdfe));
  background: linear-gradient(to right, #495bff 0%, #0acdfe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#495bff', endColorstr='#0acdfe', GradientType=1 );
}

@media only screen and (max-width: 1023px) {
  .main .third-row .blue-bg:before {
    height: 410px;
    background: -webkit-gradient(linear, left top, left bottom, from(#495aff), to(#0acffe));
    background: linear-gradient(to bottom, #495aff 0%, #0acffe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$first-color, endColorstr=$second-color,GradientType=1 );
  }
}

.main .third-row .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .main .third-row .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main .third-row .block .left {
  padding-top: 110px;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  margin-right: 50px;
}

@media only screen and (max-width: 1023px) {
  .main .third-row .block .left {
    padding-top: 50px;
    margin-right: 0px;
  }
}

.main .third-row .block .left p.heading {
  color: #FFFFFF;
  font-size: 18px;
}

@media only screen and (max-width: 1023px) {
  .main .third-row .block .left p.heading {
    text-align: center;
    font-size: 12px;
  }
}

.main .third-row .block .left h3 {
  color: #FFFFFF;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  margin: 10px 0 40px;
}

@media only screen and (max-width: 1023px) {
  .main .third-row .block .left h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
  }
}

.main .third-row .block .left p.copy {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 30px;
}

@media only screen and (max-width: 1023px) {
  .main .third-row .block .left p.copy {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 300;
  }
}

.main .third-row .block .left .learn-more {
  border-radius: 27px;
  border: 2px solid #0065ff;
  padding: 16px 54px;
  margin-top: 30px;
  display: inline-block;
  color: #0065ff;
  text-decoration: none;
}

.main .third-row .block .left .app-links a {
  display: inline-block;
}

.main .third-row .block .left .app-links a img {
  width: 165px;
  height: auto;
}

.main .third-row .block .left .app-links a:first-child {
  margin-right: 10px;
}

.main .third-row .block .right {
  padding-top: 110px;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

@media only screen and (max-width: 1023px) {
  .main .third-row .block .right {
    padding-top: 50px;
  }
}

.main .third-row .block .right p.heading {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
  .main .third-row .block .right p.heading {
    font-size: 14px;
  }
}

.main .third-row .block .right img {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .main .third-row .block .right img {
    width: 102%;
  }
}

.main .fourth-row {
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f4f4));
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f4f4f4));
  background: linear-gradient(to bottom, white 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0 );
}

.main .fourth-row .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1023px) {
  .main .fourth-row .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.main .fourth-row .block .right {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

@media only screen and (max-width: 1023px) {
  .main .fourth-row .block .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 30px;
    text-align: center;
  }
}

.main .fourth-row .block .right p.heading {
  color: #0065ff;
  font-size: 16px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1023px) {
  .main .fourth-row .block .right p.heading {
    font-size: 12px;
  }
}

.main .fourth-row .block .right p.offers {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 30px;
}

@media only screen and (max-width: 1023px) {
  .main .fourth-row .block .right p.offers {
    font-size: 12px;
    line-height: 20px;
  }
}

.main .fourth-row .block .right h2 {
  color: #212121;
  font-weight: 400;
  font-size: 40px;
}

@media only screen and (max-width: 1023px) {
  .main .fourth-row .block .right h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 10px;
  }
}

.main .fourth-row .block .right .learn-more {
  border-radius: 27px;
  border: 2px solid #0065ff;
  padding: 16px 54px;
  margin-top: 30px;
  display: inline-block;
  color: #0065ff;
  text-decoration: none;
}

.main .fourth-row .block .right .app-links a {
  display: inline-block;
}

.main .fourth-row .block .right .app-links a img {
  width: 165px;
  height: auto;
}

.main .fourth-row .block .right .app-links a:first-child {
  margin-right: 10px;
}

.main .fourth-row .block .left {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  margin-right: 50px;
}

@media only screen and (max-width: 1023px) {
  .main .fourth-row .block .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    margin-right: 0px;
  }
}

.main .fourth-row .block .left img {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .main .fourth-row .block .left img {
    margin: 20px 0;
  }
}

.main .sixth-row {
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f4f4));
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f4f4f4));
  background: linear-gradient(to bottom, white 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0 );
}

.main .sixth-row .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .main .sixth-row .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main .sixth-row .block .right {
  padding-top: 130px;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  margin-right: 50px;
}

@media only screen and (max-width: 1023px) {
  .main .sixth-row .block .right {
    padding-top: 50px;
    margin-right: 0px;
  }
}

.main .sixth-row .block .right p.heading {
  color: #0065ff;
  font-size: 16px;
}

@media only screen and (max-width: 1023px) {
  .main .sixth-row .block .right p.heading {
    font-size: 12px;
    text-align: center;
  }
}

.main .sixth-row .block .right p.offers {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 30px;
}

.main .sixth-row .block .right h2 {
  color: #212121;
  font-weight: 400;
  font-size: 40px;
  margin: 10px 0 10px;
}

@media only screen and (max-width: 1023px) {
  .main .sixth-row .block .right h2 {
    font-size: 24px;
    text-align: center;
    line-height: 34px;
    font-weight: 600;
  }
}

.main .sixth-row .block .right .features {
  margin: 0;
  padding: 0;
}

.main .sixth-row .block .right .features li {
  margin: 0;
  padding: 0;
  float: left;
  width: 48%;
  list-style: none;
  padding-bottom: 40px;
  margin-right: 4%;
}

.main .sixth-row .block .right .features li p {
  font-size: 18px;
  color: #212121;
  font-weight: 500;
  display: inline-block;
  width: calc(100% - 70px);
}

@media only screen and (max-width: 1023px) {
  .main .sixth-row .block .right .features li p {
    font-size: 14px;
    font-weight: 600;
  }
}

.main .sixth-row .block .right .features li p span {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

@media only screen and (max-width: 1023px) {
  .main .sixth-row .block .right .features li p span {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 1023px) {
  .main .sixth-row .block .right .features li p {
    width: 100%;
    text-align: center;
  }
}

.main .sixth-row .block .right .features li:nth-child(2n) {
  margin-right: 0;
}

.main .sixth-row .block .right .features li span.icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ecf3ff;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

@media only screen and (max-width: 1023px) {
  .main .sixth-row .block .right .features li span.icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 10px;
    width: 32px;
    height: 32px;
  }
}

.main .sixth-row .block .right .features li span.icon i {
  width: 20px;
  height: 22px;
  background: url(../../images/app-landing/icons.png) no-repeat;
  display: block;
  background-size: 100%;
  margin: 14px auto 0;
}

.main .sixth-row .block .right .features li span.icon i.help {
  background-position: 0 -30px;
}

@media only screen and (max-width: 1023px) {
  .main .sixth-row .block .right .features li span.icon i.help {
    background-position: 0 -24px;
  }
}

.main .sixth-row .block .right .features li span.icon i.search {
  background-position: 0 -60px;
}

@media only screen and (max-width: 1023px) {
  .main .sixth-row .block .right .features li span.icon i.search {
    background-position: 0 -48px;
  }
}

.main .sixth-row .block .right .features li span.icon i.vehicle {
  background-position: 0 -90px;
}

@media only screen and (max-width: 1023px) {
  .main .sixth-row .block .right .features li span.icon i.vehicle {
    background-position: 0 -70px;
  }
}

@media only screen and (max-width: 1023px) {
  .main .sixth-row .block .right .features li span.icon i {
    margin: 0 auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 16px;
    height: 18px;
  }
}

.main .sixth-row .block .left {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.main .sixth-row .block .left img {
  width: 100%;
  margin-top: 60px;
}

.main .eighth-row .blue-bg {
  position: relative;
}

.main .eighth-row .blue-bg:before {
  content: " ";
  width: 100%;
  height: 450px;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
  display: block;
  background: url(../../images/app-landing/blue-bg.png) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1023px) {
  .main .eighth-row .blue-bg:before {
    top: 0px;
    height: 670px;
  }
}

.main .eighth-row .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .main .eighth-row .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main .eighth-row .block .left {
  padding-top: 175px;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  margin-right: 50px;
}

@media only screen and (max-width: 1023px) {
  .main .eighth-row .block .left {
    padding-top: 48px;
    margin-right: 0px;
  }
}

.main .eighth-row .block .left p.heading {
  color: #FFFFFF;
  font-size: 18px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1023px) {
  .main .eighth-row .block .left p.heading {
    font-size: 14px;
    text-align: center;
  }
}

.main .eighth-row .block .left h3 {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin: 20px 0;
}

@media only screen and (max-width: 1023px) {
  .main .eighth-row .block .left h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin: 10px 0;
  }
}

.main .eighth-row .block .left p.copy {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1023px) {
  .main .eighth-row .block .left p.copy {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 24px;
  }
}

.main .eighth-row .block .left .learn-more {
  border-radius: 27px;
  border: 2px solid #0065ff;
  padding: 16px 54px;
  margin-top: 30px;
  display: inline-block;
  color: #0065ff;
  text-decoration: none;
}

@media only screen and (max-width: 1023px) {
  .main .eighth-row .block .left .app-links {
    text-align: center;
  }
}

.main .eighth-row .block .left .app-links a {
  display: inline-block;
}

.main .eighth-row .block .left .app-links a img {
  width: 170px;
  height: auto;
}

@media only screen and (max-width: 1023px) {
  .main .eighth-row .block .left .app-links a img {
    width: 102px;
  }
}

.main .eighth-row .block .left .app-links a:first-child {
  margin-right: 10px;
}

.main .eighth-row .block .right {
  padding-top: 50px;
  text-align: center;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

@media only screen and (max-width: 1023px) {
  .main .eighth-row .block .right {
    padding-top: 46px;
  }
}

.main .eighth-row .block .right p.heading {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 20px;
}

.main .eighth-row .block .right img {
  width: 267px;
}

@media only screen and (max-width: 1023px) {
  .main .eighth-row .block .right img {
    width: 177px;
  }
}

.main .reviews {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f4f4));
  background: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$first-color, endColorstr=$second-color,GradientType=1 );
  min-height: 300px;
  background-size: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
}

.main .reviews .reviews-bg {
  background: url(../../images/app-landing/review.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  width: 1140px;
  height: 100%;
  top: 0;
  left: 50%;
  margin: 0 0 0 -570px;
  pointer-events: none;
}

.main .reviews .container .sm-heading {
  font-size: 18px;
  color: #0065ff;
  text-align: center;
  padding-top: 100px;
}

.main .reviews .container .heading {
  font-size: 40px;
  color: #212121;
  text-align: center;
  font-weight: 1024px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1023px) {
  .main .reviews .container .heading {
    font-size: 24px;
  }
}

.main .container {
  max-width: 1140px;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .main .container {
    padding: 0 20px;
  }
}

.main .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .main .btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 40px 20px 0;
  }
  .main .btns.short {
    padding-right: 0;
    padding-left: 0;
  }
}

.main .btn {
  width: 263px;
  height: 165px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  margin-right: 25px;
  margin-top: 90px;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.main .btn.btn1 {
  width: 165px;
  height: 104px;
}

@media only screen and (max-width: 1023px) {
  .main .btn.btn1 {
    width: 31%;
    margin-right: 3%;
    border-radius: 3px;
    height: 52px;
    margin-top: 0;
  }
  .main .btn.btn1:nth-child(2n) {
    margin-right: 3%;
  }
  .main .btn.btn1:nth-child(3n) {
    margin-right: 0;
  }
  .main .btn.btn1 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .main .btn {
    width: 48%;
    margin: 30px  4% 0 0;
    height: 95px;
  }
  .main .btn:nth-child(2n) {
    margin-right: 0;
  }
}

.main .btn.blue {
  background: #0065FF;
}

.main .btn.green {
  background: #2ad1a8;
}

.main .btn.violet {
  background: #8d57f9;
}

.main .btn.yellow {
  background: #fbb547;
}

.main .btn:before {
  content: '';
  display: inline-block;
  background: url(../../images/app-landing/mask.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .3;
}

.main .btn:last-child {
  margin-right: 0;
}

.main .btn p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .main .btn p {
    font-size: 20px;
  }
}

.main .btn p span {
  display: block;
  font-size: 16px;
  line-height: 20px;
}

.main .btn p span i {
  width: 16px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url(../../images/app-landing/data-sprite.png) no-repeat;
  background-size: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 1023px) {
  .main .btn p span i {
    width: 10px;
    height: 14px;
  }
}

.main .btn p span i.download {
  background-position: 0 -1px;
}

@media only screen and (max-width: 1023px) {
  .main .btn p span i.download {
    background-position: 0 1px;
  }
}

.main .btn p span i.active-user {
  background-position: 0 -27px;
}

@media only screen and (max-width: 1023px) {
  .main .btn p span i.active-user {
    background-position: 0 -16px;
  }
}

.main .btn p span i.total-reviews {
  background-position: 0 -51px;
}

@media only screen and (max-width: 1023px) {
  .main .btn p span i.total-reviews {
    background-position: 0 -31px;
  }
}

.main .btn p span i.rating {
  background-position: 0 -77px;
}

@media only screen and (max-width: 1023px) {
  .main .btn p span i.rating {
    background-position: 0 -47px;
  }
}

@media only screen and (max-width: 1023px) {
  .main .btn p span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .slick-arrow.slick-prev {
    top: 85px !important;
  }
  .slick-arrow.slick-next {
    top: 85px !important;
  }
  .main .first-row .block .right img {
    width: 100%;
  }
  .main .second-row .block .left {
    text-align: center;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .main .second-row .block .left img {
    width: 50%;
  }
  .main .third-row .block .right img, .main .sixth-row .block .left img {
    width: 90%;
  }
  .main .third-row .block .right {
    text-align: center;
  }
  .main .fourth-row .block .left img {
    width: 70%;
    margin: 20px 0;
  }
  .main .fourth-row .block .left, .main .sixth-row .block .left {
    text-align: center;
  }
  .main .sixth-row .block .left {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media only screen and (max-width: 812px) {
  .slick-arrow.slick-prev {
    top: 65px !important;
  }
  .slick-arrow.slick-next {
    top: 65px !important;
  }
}

@media only screen and (max-width: 600px) {
  .slick-arrow.slick-prev {
    top: 125px !important;
  }
  .slick-arrow.slick-next {
    top: 125px !important;
  }
}

@media only screen and (max-width: 990px) and (orientation: landscape) {
  .main .first-row .block .right img {
    width: 60%;
  }
}
/*# sourceMappingURL=code.css.map */