/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.btn-green {
  background-color: #007046;
  color: #fff;
  opacity: 0.9;
}
.btn-green:hover {
  color: #fff !important;
  opacity: 1;
}
.green-color a:hover {
  color: inherit;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .content-page {
    margin-top: 10px;
  }
  .pml0 {
    padding-left: 0 !important;
  }
  .mml0 {
    margin-left: 0 !important;
  }
  .mml10 {
    margin-right: 10px;
  }
  .mmb20 {
    margin-bottom: 20px !important;
  }
  h2 {
    font-size: 20px !important;
  }
}
