.cal-div {
  width: 100%;
}

.ir-cal-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3em;
  border-bottom: 1px solid #eee;
  position: relative;
}

.ir-cal-area:first-child {
  padding: 0 3em 3em;
}

.ir-cal-area::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00a95f;
  margin: 7px 30px 0 0;
  position: absolute;
  left: 15px;
}

.ir-cal-area .cal-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  font-weight: 400;
  color: #0071bc;
  text-align: justify;
  line-height: 26px;
}

.ir-cal-area .cal-header font {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: #0071bc;
  text-align: justify;
  line-height: 26px;
}

.ir-cal-area .cal-date {
  display: none;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin: 0;
  padding-left: 30px;
  white-space: nowrap;
}

.ir-cal-area .cal-date font {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin: 0;
  padding-left: 20px;
}

.ir-cal-area .cal-body {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  padding-top: 20px;
  margin: 0;
  text-align: justify;
  line-height: 1.7;
}

.ir-cal-area .cal-body strong {
  font: revert;
}

.recent-questions-block .cal-date {
  display: block;
}

.childpage-content.investor-calendar .wrap-contact {
  display: block;
  padding-top: 50px;
  display: none;
}

.childpage-content.investor-calendar .title-section {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.childpage-content.investor-calendar .title-section span {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #0071bc;
  z-index: 1;
}

.childpage-content.investor-calendar .title-section:after {
  display: block;
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  width: 108px;
  height: 6px;
  background-color: #d3ffb0;
  border-radius: 14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.childpage-content.investor-calendar .contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .childpage-content.investor-calendar .contact-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .childpage-content.investor-calendar .contact-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.childpage-content.investor-calendar .contact-content .item {
  max-width: 180px;
  text-align: center;
}

@media (max-width: 1023px) {
  .childpage-content.investor-calendar .contact-content .item {
    width: calc((100% / 3));
    margin-bottom: 30px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .childpage-content.investor-calendar .contact-content .item {
    width: calc((100% / 2));
    text-align: left;
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .childpage-content.investor-calendar .contact-content .item {
    width: calc((100% / 2));
  }
}

@media (max-width: 425px) {
  .childpage-content.investor-calendar .contact-content .item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }
}

.childpage-content.investor-calendar .contact-content .item .title {
  font-size: 20px;
  font-weight: 400;
  color: #00a95f;
  margin-bottom: 16px;
}

@media (max-width: 1600px) {
  .childpage-content.investor-calendar .contact-content .item .title {
    font-size: 16px;
  }
}

.childpage-content.investor-calendar .contact-content .item p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
}

@media screen and (max-width: 1023px) {
  .childpage-content.investor-calendar .contact-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 540px) {
  .ir-cal-area {
    padding: 1em;
  }
  .ir-cal-area:first-child {
    padding: 0 1em 1em;
  }
  .ir-cal-area::before {
    left: 0;
  }
  .ir-cal-area .cal-header {
    display: -ms-inline-grid;
    display: inline-grid;
  }
  .ir-cal-area .cal-date {
    padding: 5px 0 0;
  }
}

.faqs-container .tab-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.faqs-container .tab-head .nav.nav-pill {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.faqs-container .tab-head .nav.nav-pill .nav-item .nav-link {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 1rem;
  color: #999;
}

.faqs-container .tab-head .nav.nav-pill .nav-item .nav-link.active {
  border-bottom: 0;
  position: relative;
  color: #0071bc;
  border-bottom: 3px solid #0071bc;
}

.faqs-container .pagination-visible {
  margin-top: 20px;
}
/*# sourceMappingURL=investor-calendar.css.map */