.shareDataGrpah{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    }
    .shareDataGrpah > iframe{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    background: transparent;
    transition: opacity .2s ease-in-out;
    max-width: 100%
    }
    /* Desktop */
.ticker-iframe-wrap iframe {
    width: 100%;
    height: 210px;
    border: 0;
  }
  .cgCntBlk {
    border-bottom: 1px solid rgba(23, 23, 23, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .financialContain h2 {
    font-size: 40px;
  }

  .finTab li {
    font-size: 22px;
  }
  .cgCntBlk p {
    padding-bottom: 8px;
  }
  .cgCntBlk h3 {
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 18px;
    font-size: 24px;
  }
  .cgCntBlk h4 {
    font-size: 22px !important;
  }
  .cgCntBlk a {
    display: block;
  }
  .cgArtCnt .finDatHd {
    margin-bottom: 20px;
  }
  .cgArtCnt {
    border-bottom: 1px solid rgba(23, 23, 23, 0.1);
    padding: 20px;
    padding-bottom: 0;
  }
  .cgArtCnt:last-child {
    border-bottom: none;
  }
  .help-block{
    color:red !important;
  }


