.slider_about_text {
    position: relative;
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 1;
  }
  .slider_about .container {
    position: relative;
  }
  .slider_about_text h4 {
    color: #e5b73b;
    margin-bottom: 10px;
    /* display: flex; */
    font-size: 22px;
    margin-right: 60px;
    position: relative;
    text-align: right;
  }
  .slider_about_text h4:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 7px;
    background: #e5b73b;
    right: -60px;
    top: 10px;
    bottom: 0;
  }
  .slider_about_text p {
    color: #fff;
    width: 54%;
    line-height: 1.5;
    font-size: 28px;
    float: right;
    text-align: right;
  }
  .slider_about_text p span {
    color: #e5b73b;
    font-size: 38px;
    margin: 0;
  }
  .slider_about_text p b {
    color: #e5b73b;
  }
  .slider_about.slider_a-green-vision {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100vh;
  }
  
  .rayzon-solar-pc:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 0.1;
    background: #000;
    z-index: 1;
  }
  .videoembed {
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
  }

  @media screen and (max-width: 767px) {
    .slider_about.slider_a-green-vision:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgb(0 0 0 / 50%);
      top: 0;
      z-index: 1;
    }
  }
  @media screen and (max-width: 1199px) {
    .slider_about_text p {
      font-size: 32px;
    }
  }
  @media screen and (max-width: 991px) {
    .slider_about_text {
      top: 50%;
    }
    .slider_about_text p {
      width: 75%;
    }
  }
  @media screen and (max-width: 575px) {
    .slider_about_text p {
      width: 100%;
      font-size: 24px;
      text-align: center;
    }
    .slider_about_text {
      top: 50%;
      right: 0;
      margin: 0 15px;
    }
    .slider_about_text h4 {
      text-align: center;
      margin: 0 0 15px;
      font-size: 32px;
    }
    .slider_about_text h4:before {
      display: none;
    }
  }

/* ========= Investor ========= */
.investor {
    background: #f8f9fa;
    padding: 80px 0;
}
.investor-title {
    width: 80%;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
}
.investor h1 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    color: rgb(0 0 0 / 50%);
}
.investor-tabs {
  width: 100%;
}
.investor .nav-tabs {
    border-bottom: none;
    margin: 0 auto 10px;
}
.investor .nav-item {
  margin-bottom: 5px;
  width: 100%;
  background: #fff;
}
.investor .nav-item button {
  background: #fff;
  padding: 13px 15.3px;
  width: 100%;
  display: inline-block;
  border-radius: .25rem;
  text-align: left;
}
.investor .nav-tabs .nav-item.show {
  background: #095763;
  color: #fff;
  border-color: #095763;
  outline: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.investor .nav-tabs .nav-item button.active {
    background: #095763;
    color: #fff;
    border-color: #095763;
    outline: none;
}
.investor .nav-tabs .nav-item button:focus {
    outline:none;
}
.custom-table .table-row.table-header {
    background: #095763;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: -2px;
}
.custom-table .table-row .table-column {
    display: flex;
    padding: 10px 20px;
    min-height: 60px;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}
.custom-table .table-row.table-header .table-column {
    padding: 14px 20px;
    min-height: inherit;
}
.custom-table .table-row {
    background: #ffffff;
    box-shadow: 0px 5px 7px rgba(163, 161, 161, 0.15);
    border-radius: 2px;
    margin-bottom: 2px;
}
.custom-table .table-row .table-column > a {
    color: #373f41;
}
.custom-table .table-row .table-column > a:hover {
    color: #095763;
}
.custom-table .table-row .table-column svg {
    width: 20px;
    height: 20px;
}

.investor .contact-info a {
  color: #000;
  font-weight: 500;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .investor-title {
    width: 100%;
  }
  .investor h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .investor-tabs {
    padding: 0 15px;
  }
}


/* ----- FAQ's ----- */

.accordion .accordion-item {
  border: 1px solid #e5e5e5;
  padding: 12px 15px;
  margin: 10px 0;
  background: #fff;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  text-transform: capitalize;
  font-size: 16px;
  color: #000;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: max-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
.accordion-content .table-row {
    box-shadow: none;
}
@media screen and (max-width: 991px) {
.accordion button {
  font-size: 1rem;
}
}
@media screen and (max-width: 575px) {
  .accordion button .accordion-title {
      font-size: 13px;
  }
  .accordion-content table {
    max-width: 100%;
    display: grid;
    flex-wrap: unset;
    width: 800px;
    overflow: auto;
    scrollbar-width: none;
    border: unset !important;
  }
  .accordion-content thead tr th,.accordion-content tbody tr td {
      min-width: 170px;
  }
}



/* -------New css ---------- */
.continue {
    text-align: right;
}
.continue button {
    background: #095763;
    color: #fff;
    border: none;
    font-size: 14px;
    text-transform: capitalize;
}
.confirm button {
    padding: 15px 60px;
}
.directors-image img {
    max-width: 229px;
}
.designation h5 {
    font-weight: 700;
    font-size: 22px;
    color: #095763;
    margin: 0;
}
.designation p {
    font-size: 18px;
    font-weight: 600;
}
#drhpModal .modal-body p {
    font-size: 12px;
}
.drhp-box {
    background: #fff;
    padding: 15px 0;
}
.drhp-video h4 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}
@media screen and (max-width: 575px) {
  #board-of-directors .table-bordered tbody tr {
      display: grid;
  }
}