/*========================= charge.html ========================= */
.about.charge nav {
  z-index: 2; }

body.charge{
  background-color: #ECF2FD;
  background-image: none;
}
body.charge h1{
  color: #09215D;
}

#charge {
  position: relative;
  top: -55px;
  z-index: 1; }
  #charge h2 {
    position: relative;
    color: #09215D !important;
    z-index: 2; }
    #charge h2:nth-child(1) {
      top: 110px; }
    #charge h2:nth-child(2) {
      top: 230px; }
  #charge .table {
    position: relative;
    overflow-x: auto;
    z-index: 1;
    margin: 20px auto;
    padding: 0 20px;
    width: 1000px;
    height: 500px;
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1); }
    #charge .table table {
      font-family: "Montserrat";
      font-size: 14px;
      font-weight: 500;
      border-collapse: collapse;
      border: 1px solid #ddd;
      position: relative;
      left: 0;
      right: 0;
      margin: 20px auto;
      width: 900px; }
      #charge .table table tr {
        font-family: "Montserrat";
        font-size: 14px;
        font-weight: 500;
        border-collapse: collapse;
        border: 1px solid #ddd; }
        #charge .table table tr th, #charge .table table tr td {
          font-family: "Montserrat";
          font-size: 14px;
          font-weight: 500;
          border-collapse: collapse;
          border: 1px solid #ddd; }
      #charge .table table:nth-child(1) {
        top: 40px; }
      #charge .table table:nth-child(2) {
        top: 90px; }
      #charge .table table caption {
        text-align: left;
        color: #09215D; }
      #charge .table table tr:nth-child(odd) {
        background-color: rgba(0, 0, 0, 0.2); }
      #charge .table table tr th {
        padding: 5px 0;
        color: #fff;
        background-color: #09215D; }
      #charge .table table tr td {
        padding: 5px 0;
        text-align: center;
        color: #09215D; }
   
    .contactBox {
      background-color: #fff;
      padding: 10px 0px 30px;
      -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
      width: auto;
      max-width: 900px;
      border-radius: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: space-evenly;
      margin: 20px auto 40px; }
      @media screen and (max-width: 740px) {
        .contactBox {
          width: 100%;
          border-radius: 0px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .contactBox .left, .contactBox .right {
        width: 40%; }
        @media screen and (max-width: 740px) {
          .contactBox .left, .contactBox .right {
            width: 100%; } }
      @media screen and (max-width: 740px) {
        .contactBox .left {
          padding-bottom: 25px;
          border-bottom: 1px solid #ddd; } }
      @media screen and (max-width: 740px) {
        .contactBox .right {
          padding-top: 5px; } }
      .contactBox a.button {
        width: 320px;
        height: 60px;
        line-height: 60px; }
      .contactBox p {
        font-size: 20px;
        text-align: center; }
        @media screen and (max-width: 740px) {
          .contactBox p {
            font-size: 16px;
            line-height: 1.6; } }


    body.charge section#trial.thin{
      background-color: #fff;
    }
    body.charge section#trial.thin h3{
      color: #424242;
    }

@media only screen and (max-width: 1000px) {
  #charge .table {
    width: 90%; } }
