.investors_hero{
    padding: 60px 0 0;
}

.investors-section {
    background-color: #dfe5ea;
    color: #fff;
    border-radius: 16px;
    padding: 150px 50px 150px;
    position: relative;
    overflow: hidden;
}

.circle-big, .circle-small {
    position: absolute;
    border: 50px solid #0c819e;
    border-radius: 50%;
    opacity: 0.3;
}
.circle-big {
    width: 280px;
    height: 280px;
    right: 30px;
    top: -120px;
}
.circle-small {
    width: 200px;
    height: 200px;
    left: -50px;
    bottom: -60px;
}

.annual_reports_hero .circle-big {
    left: 30px;
}

.annual_reports_hero .circle-small {
    right: -50px;
    left: auto;
}

.process-heading {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

.timeline {
    position: relative;
    border-top: 2px dashed #281d64;
    padding-top: 50px;
}

.timeline .row{
    display: flex;
    justify-content: center;
}

.timeline-step {
    text-align: center;
    flex: 1;
    position: relative;
    padding: 0 10px;
}

.timeline-step::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 50px;
    background: repeating-linear-gradient(
    to bottom,
    #281d64,
    #281d64 6px,
    transparent 4px,
    transparent 8px
    );
}
/* Step Dot */
.step-icon {
    width: 18px;
    height: 18px;
    background-color: #0c819e;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0 auto 15px;
    z-index: 2;
    position: relative;
}
.timeline-step h5 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}
.timeline-step p {
    font-size: 0.85rem;
    opacity: 0.85;
    line-height: 1.4;
}

.investors-links {
  color: #fff;
  padding: 8px 30px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  background-color: #0c819e;
}

.investors-links:hover {
  background-color: #fff;
  transform: translateY(-2px);
}

.investors-links:focus {
    color: #fff;
    background-color: #0c819e;
}

.investors_ver2_hero {
    width: 100%;
    overflow: hidden;
    padding-top: 68px !important;
    background: var(--right-bg);
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.investors_ver2_title{
    position: relative;
}

.investors_ver2_title p{
    font-size: 16px;
    color: #1e2637;
    font-weight: 600;
}
.investors_ver2_title p strong{
    color: #000;
    font-weight: bold;
}

.investors_right_panel {
    background: #fff;
    padding: 80px 60px;
    position: relative;
    min-height: 520px;
}
.investors_ver2_content{
    position: relative;
}
.investors_ver2_content::before{
    content: "";
    position: absolute;
    top: 12px;
    left: 6px;
    width: 2px;
    height: 100%;
    background: repeating-linear-gradient(to bottom, #281d64, #281d64 6px, transparent 4px, transparent 8px);
}

.investors_ver2_title h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    display: block;
    padding-left: 30px;
}

.investors_ver2_title .bullet {
  position: absolute;
  left: 0;
  top: 12px;
  width: 14px;
  height: 14px;
  background: #0c819e;
  border-radius: 50%;
}

.investors_right_list .investors-links{
    border: 1px solid #055a6e;
}
.investors_right_list .investors-links:hover {
    color: #055a6e;
    background-color: #fff;
    transform: translateY(0px);
}

/* LEFT PANEL */
.investors_left_panel {
    height: 100%;
    color: #fff;
    padding: 80px 60px;
    position: relative;
    align-items: center;
    display: flex;
    background: #dfe5ea;
}

.investors_left_panel::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: calc(var(--arrow-height) / 2) solid transparent;
  border-bottom: calc(var(--arrow-height) / 2) solid transparent;
  border-left: var(--arrow-width) solid var(--right-bg);
}

.investors_left_panel .title {
    font-size: 36px;
    font-weight: 700;
}

.investors_decor_circle {
  position: absolute;
  border-radius: 50%;
  border: 30px solid #0c819e;
  opacity: 0.3;
}
.investors_decor_circle.circle-1 {
  width: 230px;
  height: 230px;
  left: 40px;
  top: -80px;
}
.investors_decor_circle.circle-2 {
  width: 160px;
  height: 160px;
  right: 40px;
  bottom: 40px;
}

/* RIGHT PANEL */


.investors_right_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.investors_right_list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
}


.timeline_second_row{
    border: none;
}
.investors_sub_connect {
  color: #fff;
  padding: 8px 30px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  background-color: #0c819e;
}

.investors_sub_connect_links{
    padding-top: 50px;
    position: relative;
}
.investors_sub_connect_links::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 50px;
    background: repeating-linear-gradient(to bottom, #281d64, #281d64 6px, transparent 4px, transparent 8px);
}


.financial_results_sub_link{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 40px;
    background-color: #a0c7d2;
}

.group_company_financials_list{
    display: flex;
}

.investors_ver2_title h2 {
    font-size: 20px;
}

.ipo_disclosures{
    background-color: #dfe5ea;
    color: #fff;
    border-radius: 16px;
    padding: 150px 0px 150px;
    position: relative;
    overflow: hidden;
}

.ipo_disclosures .container-fluid{
    padding-left: 50px;
    padding-right: 50px;
}

.ipo_disclosures .investors-section {
    padding: 150px 50px 170px;
}

.ipo_disclosures .featured-title{
    padding: 40px 0;
    text-align: center;
    background: #fff;
    height: 100%;
    border-radius: 12px;
    position: relative;
    border-left: 2px solid #292563;
    border-bottom: 2px solid #292563;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ipo_disclosures .featured-title:hover{
    color: #fff;
    background-color: #2c2865;
}

.ipo_disclosures .featured-title:hover h5{
    color: #fff;
}


.board_committees {
    text-align: center;
    padding-top: 68px !important;
    background-color: #f8f8f8;
    padding: 60px 0 40px;
}

.board_committees .container-fluid{
    padding-left: 60px;
    padding-right: 60px;
}

.board_committees_title h1{
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    color: #1e2637;
    padding: 60px 0 0px;
    margin-bottom: 40px;
    position: relative;
}

.board_committees_title h1::after{
    width: 78px;
    bottom: -10px;
    height: 3px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    content: '';
    border: 3px solid #0c819e;
    border-bottom: 0;
}

.board_committees .team-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1a3d2f;
}
.board_committees .team-subtitle {
    font-size: 1rem;
    color: #555;
    margin-bottom: 40px;
}
.board_committees .team_content {
    padding: 25px 0;
    height: 100%;
    display: flex;
    align-items: center;
    /* background: #fff; */
    border-radius: 16px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.board_committees .h3 {
    font-weight: 600;
    font-size: 1.1rem;
    color: #1a3d2f;
}

.team-member-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0eaf6;
    border-top: 4px solid #0c819e;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}

.senior_board_committees .team-member-img {
    background: #e0eaf6;
    border-top: 4px solid #0c819e;
}

.senior_board_committees{
    padding: 60px 0;
    background-color: #f8f8f8;
}
.senior_board_committees .container-fluid{
    padding-left: 60px;
    padding-right: 60px;
}
.senior_board_committees .board_committees_title h1{
    padding-top: 0;
     margin-bottom: 50px;
}

.senior_board_committees .leadership_team_content h6{
    line-height: 24px !important;
}

.senior_board_committees_content{
    display: flex;
    align-items: center;
    justify-content: center;
}

.senior_board_committees_content .leadership_team_content{
    padding-left: 30px;
}

.functional_heads{
    padding: 60px 0;
}
.functional_heads .container-fluid{
    padding-left: 60px;
    padding-right: 60px;
}

.functional_heads .senior_leadership_team_content h2{
    margin-bottom: 0px;
}
.functional_heads .leadership_team_img{
    display: flex;
    justify-content: center;
}

.functional_heads .leadership_team_img img{
    width: 220px;
    height: auto;
    background: #e0eaf6;
    border-top: 4px solid #0c819e;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}
.functional_heads .board_committees_title h1{
    padding-top: 0;
    margin-bottom: 50px;
}
.functional_heads  .senior_leadership_team_content{
    margin-bottom: 36px;
}

.team-member-img img {
    width: 220px;
    height: auto;
}

.board_committees .team_role{
    padding: 15px 12px;
    text-align: center;
    position: relative;
    background: #0c819e;
}


/* .team_role::after{
    width: 78px;
    bottom: -10px;
    height: 3px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    content: '';
    border: 3px solid #2d4a8a;
    border-bottom: 0;
} */
.board_committees .team_role h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 12px;
    line-height: normal
}
.board_committees .team_role h4 {
    font-size: 16px;
    color: #fff;
    line-height: normal;
    margin-bottom: 6px;
    font-weight: 500;
}
.board_committees .team_bio{
    padding: 0 20px;
}

.board_committees .team_bio p{
    color: #000;
    text-align: justify;
    margin-bottom: 0;
}

.functional_heads .senior_leadership_team_content h6 {
    line-height: normal !important;
}

.senior_management_personnel{
    background-color: #fff
}

.investors_ploicies_list{
    display: flex;
    padding-bottom: 18px;
}

.investors_ploicies_list a{
    font-size: 16px;
    color: #281d64;
    font-weight: 600;
    padding-left: 30px;
}

.investors_ploicies_list a:hover{
    color: #078fb1;
}

.investors_ploicies_section .investors_left_panel{
    padding-top: 50%;
}

.investors_ploicies_section .investors_ver2_content::before {
    top: 4px;
}
.investors_ploicies_section .investors_ver2_title .bullet {
    top: 4px;
}

.investors_ploicies_section .investors_ver2_title .bullet {
    left: 2px;
    top: 6px;
    width: 10px;
    height: 10px;
}

.group_company_financials .investors_ver2_title h2 {
    line-height: normal;
}


.ipo_disclosures .box-link:hover {
    background: #e9ecef;
}

.ipo_disclosures .box-list {
    text-align: left;
}

.ipo_disclosures .tree-list {
    padding: 0;
    display: inline-block;
    margin: 10px 0 0 15px;
    list-style: none;
    border-left: 2px solid #ccc;
}

.ipo_disclosures .tree-list li {
    text-align: left;
    position: relative;
    padding: 6px 0 6px 12px;
}

.ipo_disclosures .tree-list li::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -2px;
    width: 10px;
    height: 2px;
    background: #ccc;
}

.ipo_disclosures .tree-list a {
    color: #fff;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 25px;
    display: inline-block;
    text-decoration: none;
    background-color: #281d64;
}

.ipo_disclosures .tree-list a:hover {
    color: #fff;
    background-color: #0c819e;
}

.ipo_disclosures .box-list{
    padding: 40px 0;
    text-align: center;
    background: #fff;
    height: 100%;
    border-radius: 12px;
    position: relative;
    border-left: 2px solid #292563;
    border-bottom: 2px solid #292563;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.ipo_disclosures .box-list h5{
    margin-bottom: 0;
}

.investors_home_hero .investors-section{
    background-color: #eef0f1;
    padding: 100px 50px 100px;
}

.investors_home_hero .circle-big, .investors_home_hero .circle-small {
    border: 50px solid #0c819e;
}

.investors_home_hero .process-heading {
    margin-bottom: 40px;
}

.investors_home_hero .service_menu_pad{
    padding-bottom: 20px;
}

.investors_home_hero .service_menu_pad a{
    font-size: 18px;
    color: #281d64;
    font-weight: 600;
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
    .board_committees .team_content {
        display: block;
    }
    .board_committees .team_bio {
        padding: 20px;
    }
    .team-member-img {
        display: inline-block;
    }

    .ipo_disclosures .tree-list li {
        padding: 6px 20px 6px 12px;
    }
    
}

@media (max-width: 1024px){
    .board_committees_title .service_flex {
        align-items: flex-start;
    }

    .investors_ploicies_section .investors_decor_circle.circle-2 {
        display: none;
    }
    
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .investors_left_panel {
    padding: 50px 30px;
  }
  .investors_right_panel {
    padding: 50px 30px;
  }
  .investors_left_panel::after {
    display: none;
  }
  .investors_decor_circle {
    display: none;
  }
}


@media (max-width: 992px) {
    /* .timeline {
        flex-direction: column;
        border-top: none;
        padding-top: 0;
    } */
    .timeline-step {
    margin-bottom: 40px;
    }
    .timeline-step::before {
    /* display: none; */
    }
}

@media (max-width: 768px) {

    .annual_reports_hero .timeline {
        padding-top: 50px;
    }

    .ipo_disclosures_industry_reports_mobile{
        margin-top: 30px;
    }

    .ipo_disclosures .process-heading {
        margin-bottom: 20px;
    }

    .investors_decor_circle {
        display: block;
    }
    .investors_decor_circle.circle-1 {
        width: 180px;
        height: 180px;
        left: 30px;
    }
    .investors-section {
        padding: 150px 40px 150px;
    }
    .timeline-step::before {
        left: 47%;
    }    
    .timeline-step {
        text-align: center;
        padding-left: 0px;
    }
    .investors_ver2_hero {
        padding-top: 0px !important;
        border-top: 1px solid #ddd;
    }

    .board_committees .team_role {
        display: inline-block;
        margin-left: 20px;
    }
    .team_des_sec{
        text-align: left;
    }
    .board_committees .team_bio {
        padding: 20px 0;
    }
    .board_committees .team_role {
        min-width: 330px;
    }
    .board_committees_title h1 {
        padding: 0px 0 0px;
        margin-bottom: 30px;
    }
    .board_committees {
        padding-top: 30px !important;
    }

    .senior_board_committees_content {
        display: inline-block;
        text-align: center;
    }
    .senior_board_committees_content .leadership_team_content {
        padding-left: 0px;
    }
    .senior_board_tab{
        text-align: center;
    }

    .investors_home_hero .investors-section {
        background-color: #eef0f1;
        padding: 100px 50px 150px;
    }
}

@media (max-width: 624px) {

    .investors_home_hero .investors-section {
        background-color: #eef0f1;
        padding: 140px 50px 150px;
    }

    .ipo_disclosures .process-heading {
        margin-bottom: 0px;
    }

    .ipo_disclosures .process-heading {
        font-size: 32px;
    }

    .investors_ver2_hero h2.title{
        text-align: center;
    }

    .investors_ver2_hero h2.title br{
        display: none;
    }
    .investors_ploicies_section .investors_left_panel {
        padding-top: 30%;
    }
    .investors_ver2_hero .investors_decor_circle.circle-2{
        display: none;
    }

    .investors_right_panel {
        min-height: auto;
    }

    .investors_left_panel {
        justify-content: center;
    }

    .investors_left_panel {
        padding: 120px 30px 20px;
    }

    .senior_board_committees .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .senior_board_committees .board_committees_title h1 {
        line-height: normal;
    }
    .senior_management_personnel .senior_board_committees_content, .senior_board_committees_content{
        padding-bottom: 30px;
    }
    .senior_management_personnel .senior_board_committees {
        padding: 30px 0 20px;
    }
    .senior_board_committees {
        padding: 40px 0;
    }

    .board_committees .team_content {
        display: block;
    }
    .board_committees .team_role {
        margin-left: 0px;
    }
    .team-member-img {
        display: inline-block;
    }
    .team_des_sec {
        text-align: center;
    }
    .board_committees .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .board_committees_title h1 {
        font-size: 28px;
    }
    .board_committees .team_role {
        min-width: 260px;
    }

    .timeline {
        flex-direction: column;
        border-top: none;
        padding-top: 0;
    }
    .step-icon {
        left: 16.7%;
        margin: 0 0px;
        position: absolute;
    }
    .timeline-step::before{
        left: 20%;
        top: 0px;
    }

    .investors_sub_connect_links::before {
        left: 20%;
        top: -36px;
    }

    .investors_sub_connect_links .step-icon {
        top: -50px;
    }

    .investors_sub_connect_links::before {
        height: 120px;
    }

    .investors_sub_connect_links {
        padding-top: 0px;
    }

    .financial_results_sub{
        display: inline-grid;
    }

    .financial_results_sub a{
        margin-bottom: 12px;
    }

    .circle-big {
        width: 240px;
        height: 240px;
        top: -120px;
    }
    .circle-small {
        bottom: -78px;
    }
    .step-icon {
        left: 17.7%;
    }
}

@media (max-width: 376px) {
    .step-icon {
        left: 17.3%;
    }
    .investors_left_panel .title {
        font-size: 28px;
    }

    .ipo_disclosures .tree-list li {
        padding: 6px 20px 6px 12px;
    }
}

@media (max-width: 321px) {
    .step-icon {
        left: 16.5%;
    }
    .timeline-step::before {
        left: 10%;
    }
    .step-icon {
        left: 6.5%;
    }
    .investors_sub_connect_links::before {
        left: 10%;
    }

}