html, body {
      margin: 0;
      padding: 0;
    }

    * {
      box-sizing: border-box;
    }

    .slider {
        width: 50%;
        margin: 100px auto;
        margin-bottom: 50px;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      /**color: black;**/
    }
.slick-prev:before{
  background-image: url(../slick/img/left.png) !important;
    background-repeat: no-repeat !important;
}
   .slick-next:before {
    background-image: url(../slick/img/right.png) !important;
    background-repeat: no-repeat !important;
   } 


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
      color: #198f4a;
    }

  .title-heading.text-center, .text-center .title-heading {
    margin: 119px auto -84px;
    font-size: 24px;
  }
  .bordered {
    position: relative;
    color: #000;
    text-align: center;
    padding: 0.5625rem 0;
    transition: all 1s;
    display: inline-block;
    margin: 0 auto 1rem;
    z-index: 10;
    font-weight: 600;
  }
  .bordered.go:after, .bordered.go:before {
    width: 50.2%;
}
.bordered:after, .bordered:before {
    position: absolute;
    content: ' ';
    height: 0.525rem;
    width: 0%;
    top: 100%;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.bordered:before {
    left: 0;
    border-top: 1px solid #8fb73e;
    border-right: 1px solid #8fb73e;
    transform-origin: left bottom;
    transform: skewX(50deg);
}
.bordered:after {
    right: 0;
    border-top: 1px solid #8fb73e;
    border-left: 1px solid #8fb73e;
    transform-origin: right bottom;
    transform: skewX(-50deg);
}
.slick-disabled{
  cursor:default !important;
}
.table-outer .table>thead {
    vertical-align: middle !important;
}
.table-outer thead tr, .table-outer tbody tr {
    font-weight: 500;
    font-size: 1.125rem;
}
.table-outer thead tr {
    background: #8fb73e;
    color: #fff;
}
.table-outer thead tr th {
    font-size: 16px;
    font-weight: 600;
}
.table thead th, .table tbody th {
    border-bottom: none;
}
.table-outer td, .table-outer th {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.table-outer .table td, .table-outer .table th {
    padding: 0.75rem;
}
#quarterly-table .table-striped tbody tr:nth-of-type(odd), #quarterly-table tbody tr:nth-child(odd) td:first-child, #quarterly-table tbody tr:nth-child(odd) td:nth-child(4), #quarterly-table tbody tr:nth-child(odd) td:last-child {
    background-color: #f3f9e5;
}
#quarterly-table tbody tr td {
    font-size: 16px;
    vertical-align: middle;
    border-bottom: none;
    padding: 23px 0px 23px 0px !important;
}
.table-outer td, .table-outer th {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.table-large-txt {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #198f4a;
    white-space: nowrap;
}
.table-outer .table{
  border: 2px solid #f9f9f982;
}
.table-striped>tbody>tr:nth-of-type(odd)>*{
      --bs-table-accent-bg: none !important;
}
.pdf-download-icon {
    height: 24px;
    width: 20px;
    background: url(../slick/img/css_sprites.png) no-repeat;
    background-position: -175px -214px;
    display: inline-block;
}
.audio-download-icon {
    height: 24px;
    width: 28px;
    background: url(../slick/img/css_sprites.png) no-repeat;
    background-position: -205px -216px;
    display: inline-block;
}
.all-download-icon {
    height: 24px;
    width: 21px;
    background: url(../slick/img/css_sprites.png) no-repeat;
    background-position: -180px -342px;
    display: inline-block;
}
#annual-table .table-striped tbody tr:nth-of-type(odd), #annual-table tbody tr:nth-child(odd) td:first-child, #annual-table tbody tr:nth-child(odd) td:nth-child(4), #annual-table tbody tr:nth-child(odd) td:last-child {
    background-color: #f3f9e5;
}
/* #annual-table tbody tr td {
    font-size: 16px;
    vertical-align: middle;
    border-bottom: none;
    padding: 25px 39px 26px 34px !important;
} */
#annual-table .table-large-txt {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #198f4a;
    white-space: nowrap;
}
#shareholders-table .table-striped tbody tr:nth-of-type(odd), #annual-table tbody tr:nth-child(odd) td:first-child, #annual-table tbody tr:nth-child(odd) td:nth-child(4), #annual-table tbody tr:nth-child(odd) td:last-child {
    background-color: #f3f9e5;
}