.aboutuscollage {
  background: url(../../img/aboutuscollage.jpg) no-repeat center top;
    background-size: auto;
    background-size: cover;
    padding: 0px;

}

.moretopicbox ul li {
    background: url(../../img/check.png) no-repeat left top;
    background-position: 0px 9px;
  }

  .priceboxhighlightpoint ul li {
    background: url(../../img/check.png) no-repeat left top;
    background-position: 0px 10px;
  }

  .loginarea {
    background: url(../../img/loginbg.jpg) no-repeat center top;
      background-size: auto;
    background-size: cover;
    padding: 100px 0px;
  }

  .freetrialsignupbg {
    background: url(../../img/freetrialsignupbg.jpg) no-repeat center top #dcdcdc;
    padding: 50px 0px;
  }

  .btn1{
        padding: 7px;
        margin-bottom: 0;
        font-size: 12px;
        color: #fff;
        border: none;
        background: #222a34;
        border-radius: 4px;
  }