.logoBlock {
    display: inline-block;
  }
  .brand .square {
    width: 30px;
    height: 30px;
    background: #13c16b;
    border-radius: 5px;
    display: inline-block;
  }
  .brand h3 {
    color: #fff;
    font-family: sans-serif;
    font-size: 2.2em;
    line-height: 1.3;
    font-weight: bold;
    margin: 20px 0 30px;
  }
  .brand p {color:#fff;margin: 0;font-size: 18px;font-weight: bold;}
  .logoBlock p {
    margin: 0 0 8px;
    color: #1b48c6;
    font-weight: bold;
  }
  .layout-style-1 {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .heading-style-1 {
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
  }
  
  .heading-style-1:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 35%;
    max-width: 50px;
    height: 4px;
    background: #0716d5;
    left: 0;
    border-radius: 100px;
  }
  
  .heading-style-2 {
    margin: 1rem auto 3rem;
    position: relative;
    display: block;
    clear: both;
    color: #484848;
  }
  
  .heading-style-2:after {
    content: "";
    position: relative;
    display: table;
    width: 15%;
    margin: 15px auto 10px;
    height: 4px;
    background: #0716d5;
    left: 0;
    border-radius: 100px;
  }
  
  .heading-style-3:after {
    content: "";
    position: relative;
    display: table;
    width: 70px;
    margin: 15px 0 10px;
    height: 4px;
    background: #0716d5;
    left: 0;
    border-radius: 100px;
  }
  
  .fullHeight-ContentBlock {
    min-height: 400px;
    display: table;
    width: 100%;
    position: relative;
    padding-bottom: 100px;
  }
  
  .block-width-style-1 {
    display: inline-block;
    max-width: 450px;
    text-align: left;
    width: 100%;
    padding: 50px 0;
  }
  
  ul.block-input-masking li input {
    min-height: 3em;
  }
  
  .hidden-xs {
    display: none;
  }
  
  @media (min-width: 768px) {
    .mobilePageDisplay {
      display: none !important;
    }
  
    .hideonMobile {
      display: block !important;
    }
  
    .fullHeight-ContentBlock {
      height: calc(100vh);
      min-height: 400px;
      display: table;
      width: 100%;
      position: relative;
      padding-bottom: 100px;
      padding-top: 100px;
    }
  
    .fullHeight-Block {
      height: calc(100vh);
      min-height: 600px;
      display: table;
      position: fixed;
      left: 0;
      width: 50%;
    }
  
    .block-width-style-1 {
      display: inline-block;
      max-width: 450px;
      text-align: left;
      width: 100%;
      padding: 10px 0;
      min-height: 450px;
    }
  }
  .vertical-center {
    vertical-align: middle;
    display: table-cell;
  }
  .horizontal-center {
    text-align: center;
  }
  .heading-style-2 {
    margin: 1rem auto 3rem;
    position: relative;
    display: block;
    clear: both;
    color: #484848;
  }
  footer ul {
    padding: 0;
    list-style: none;
  }
  footer {
    position: relative;
    display: block;
    bottom: 0;
    text-align: center;
    border-top: 5px solid #00000026;
    width: 100%;
    left: 0;
    padding: 20px;
    background: #0000004d;
    color: #fff;
  }
  footer ul li {
    display: inline-block;
    margin: 10px;
    font-size: 14px;
  }
  
  /*-------------------------------------------*/
  .help-block {
    display: none;
  }
  .ul-style-1 {
    list-style: none;
    color: #545454;
    font-weight: normal;
  }
  .ul-style-1a {
    list-style: none;
    background: #424242;
    color: #eaeaea;
    padding-left: 0;
    border-radius: 5px;
  }
  .ol-style-1 {
    margin: 20px 0 10px;
  }
  ol,
  ul {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .ul-style-1 li {
    margin: 10px 0;
  }
  .ul-style-1a li {
    padding: 5px 10px;
  }
  code {
    color: #6f0227;
  }
  
  /*-------------------------block-input-masking----------------------*/
  ul.block-input-masking {
    list-style: none;
    /* width: 100%; */
  
    display: table;
    padding: 0;
    margin: 10px auto;
  }
  ul.block-input-masking li {
    float: left;
    width: calc((100% / 6) - 10px);
    position: relative;
    margin: 0 5px 0;
    user-select: none;
    outline: 0;
  }
  ul.block-input-masking li input {
    width: 100%;
    text-align: center;
    min-height: 4em;
    border-radius: 5px;
    border: 1px solid #dadada;
    box-shadow: inset 0 0 5px 1px #eee;
  }
  .table-block {
    display: table;
    width: 100%;
  }
  .table-block .table-cell-middle {
    display: table-cell;
    vertical-align: middle;
  }
  .table-block .table-cell-bottom {
    display: table-cell;
    vertical-align: bottom;
  }
  .table-block .table-cell-top {
    display: table-cell;
    vertical-align: top;
  }
  .form-steps {
    display: none;
    padding: 0;
  }
  .form-steps.active {
    display: block !important;
  }
  .img-thumbnail-1 {
    width: 100px;
    height: 100px;
    display: inline-table;
    padding: 10px;
    border-radius: 100px;
    background: #eee;
  }
  .vertical-middle {
    display: table-cell;
    vertical-align: middle;
  }
  h3.heading-style-1 {
    font-size: 16px;
    font-weight: 400;
  }
  .img-responsive {
    max-width: 100%;
  }
  .table-style-1 {
    border: 1px solid #e3eaef;
    box-shadow: 0px 4px 11px 0px #eeeeeeb0;
    background: #fff;
  }
  .table-style-1 thead tr th {
    background: #272822;
    padding: 5px 10px;
    border: none;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    /* text-transform: uppercase; */
  
    font-family: sans-serif;
    letter-spacing: 0.5px;
  }
  .table-style-1 tbody tr td {
    padding: 10px;
  }
  