@font-face {
    font-family: 'exo_2regular';
    src: url('font/exo2-regular.woff2') format('woff2'),
         url('font/exo2-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'exo_2light';
    src: url('font/exo2-light.woff2') format('woff2'),
         url('font/exo2-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'exo_2bold';
    src: url('font/exo2-bold.woff2') format('woff2'),
         url('font/exo2-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.mobile-screen-desktop {
  margin: 80px 0 0 0;
  padding: 0 0 0 0;
  float: left;
  width: 100%;
}
#main {
  max-width: 1920px;
  margin: 0 auto;
  width: auto;
  float: none;
}
.mobile-screen {
  margin: 0;
  padding: 40px 0 25px 0px;
  float: left;
  width: 100%;
  position: relative;
  top: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-screen-inner h3{
  margin: 0 0 40px;
  padding: 0px;
  font-size: 45px;
  color: #6b60b6;
  text-align: center;
  font-family: 'Exo 2';
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  line-height: 1em;
}
.mobile-screen-inner p{ text-align: center; margin: 0 0 50px; padding: 0px; }
p {
  color: #000;
  font-size: 15px;
}
.bg_gray {
  background-color: #f0f0f0;
}
.offWhite {
  background-color: #f8f8f8;
}
.purple_bg {
  background-color: #f2ecf7 !important;
}
.LightYellow_bg {
  background-color: #FFFFE0 !important;
}
.Moccasin_bg {
  background-color: #FFE4B5 !important;
}
.AliceBlue_bg {
  background-color: #F0F8FF !important;
}
.orange_bg {
  background-color: #f2edeb !important;
}
.new-features img {
  max-width: 100%;
}
.mobile-screen-resposive img {
  max-width: 100%;
  vertical-align: top;
}
.mobile-screen-resposive {
  text-align: center;
}
/**********************css for new flow design*********************/
.top0 {
  top: 0 !important;
}
.bigImage {
  width: 400px !important;
}
.innerBlock {
  position: relative;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width:991px) {
  .mobile-screen-inner h3 {
      font-size: 35px;
  }
}
@media screen and (max-width:767px) {
  .mobile-screen-inner h3 {
      font-size: 32px;
  }
}
@media screen and (max-width:630px) {
  .mobile-screen-inner h3 {
      font-size: 28px;
  }
}