/*######################### import Google Font ########################*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

/*############################################
#################  Default Css ###############
############################################*/

* {
  box-sizing: border-box;
}
body {
  background: #ffffff;
  color: #414464;
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
  font-size: 15px;  
  overflow-x: hidden;
}
section, div, header, footer, article, aside, nav {
  margin: 0px;
  padding: 0px;
  display: block;
  position: relative;
}
h1, h2, h3, h4, h5, h6, form {
  margin: 0px;
  padding: 0px;
}
p, ul, ol, li, a, span {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
a, label, span, i {
  display: inline-block;
}
a {
  outline: none;
  border: none;
  font-family: 'lato', sans-serif;
  text-decoration: none;
    -o-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: "Lato", sans-serif;    
}
pre {
    font-family: "Lato", sans-serif;
    white-space: -webkit-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0px;
}
img {
  border: none;
  outline: none;
}
.wrapper {
  width: 1170px;
  margin: 0px auto;
}
.clr {
  clear: both;
}


/*############################################
###################  Header #################
############################################*/

header { padding: 36px 0px 25px; }
header .logo {
   /* width: 50%;
    float: left;*/
    text-align:center;
}
header .logo img { max-width: 20%; }
header .headerText {
    /*width: 50%;
    float: right;*/
    text-align:center;
}
header .headerText h1 {
    font-size: 34px;
    color: #5355C3;
    font-weight: 500;
    padding-top: 20px;
    text-align: center;
}


/*############################################
###################  content #################
############################################*/
.bgGray {
    height: 50%;
    width: 100%;
    background: #F3F4F6;
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
}
.contentArea { 
    text-align: center; 
    background: #fff;
    min-height: 500px;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.13);
}
.contentArea h2 {
    font-size: 26px;
    font-weight: 500;
    padding: 50px 0px 20px;
}
.contentArea .engIphone {
    float: left;
    width: 66%;
}
.contentArea .iPhone { 
    width: 50%;
    float: right;
}
.contentArea .english   {
    width: 50%;
    float: left;
    padding-top: 10%;
    padding-left: 26%;
}
.contentArea .engIphone .iPhone span img {
    max-width: 100%;
}
.contentArea .features ul li {
    font-size: 20px;    
    color: #1B1B22;
    padding-bottom: 20px;
    padding-left: 23px;
    display: block;
    text-align: left;
    position: relative;
}
.contentArea .features ul li:before {
    content: "\f138";
    font-family: 'Fontawesome';
    color: #F0916E;
    position: absolute;
    top: 5px;
    left: 0px;
    font-size: 18px;
}
.contentArea .hindiSec  { float: right; width: 33%; padding-top: 6.5%;}
.contentArea .hindiSec ul { padding-left: 3%; }
.contentArea .downloadBtn {
    margin: 25px 0px;
    font-size: 16px;
    background: #5355C3;
    padding: 18px 90px;
    font-weight: 500;
    color: #fff;
    font-weight: 500;
    cursor: pointer;

    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;

    -moz-box-shadow: 0px 7px 16px 0px rgba(63, 63, 88, 0.24);
    -webkit-box-shadow: 0px 7px 16px 0px rgba(63, 63, 88, 0.24);
    box-shadow: 0px 7px 16px 0px rgba(63, 63, 88, 0.24);

    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
}
.contentArea .downloadBtn:hover {
    background: #383a94;
}


/*############################################
###############  responsive css ##############
############################################*/

/* for tablet */

@media only screen and (max-width: 768px) {
    .wrapper { width: 90%; }
    /*header .logo img { max-width: 25%; }*/    
    .contentArea .english { padding-left: 14%; }
}


/* for mobile */
@media only screen and (max-width: 767px) {
    body { background: #F4F5F7; }
    .wrapper { width: auto; }
    header { padding: 30px 10px 20px; }
    /*header .logo { width: 30%; }*/
    header .logo img { max-width: 60%; }
    /*header .headerText { width: 70%; float: right; }*/
    header .headerText h1 { font-size: 25px; }
    .contentArea {
        background: none;
        min-height: initial;
        border-radius: 0px;
        box-shadow: none;
    }
    .contentArea h2 {
        font-size: 21px;
        font-weight: 500;
        padding: 0px 6px 20px;
        line-height: 28px;
    }
    .contentArea .engIphone {
        float: none;
        width: auto;
    }
    .contentArea .iPhone {
        width: auto;
        float: none;
    }
    .contentArea .features { padding: 0px 20px; }
    .contentArea .english {
        width: 100%;
        padding-top: 20px;
    }
    .contentArea .hindiSec {
        float: none;
        width: auto;
    }
    .contentArea .hindiSec ul { 
        padding-left: 0px; 
        border-top: 1px solid #d8d8d8;
        padding-top: 25px;
        margin-top: 10px;
    }
    .contentArea .features ul li {
        font-size: 18px;
        padding-bottom: 18px;
    }
    .contentArea .downloadBtn {
        margin: 5px 0px 10px;
    }

}
