
/* start key insights section */

.key_insights{
    display: block;
    width: 100%;
    position: relative;
    padding-top: 50px;
}

.key_insights .container{
    padding: 0;
}
.key_insights .key_insights_inner {
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}
.key_insights_div {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    gap: 50px;
}
.key_slide_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    padding: 70px 50px 30px 50px;
    background-color: #fff;
    width: 100%;
    box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px;
    border: 1px solid #dfdfdf;
}
.key_slide_inner h4 {
    font-size: 20px;
    color: #2f3043;
    font-family: 'Manrope-ExtraBold';
    margin-top: 8px;
    text-align: left;
    width: 100%;
}
.key_slide_inner p {
    display: block;
    margin-top: 10px;
    color: #55555a;
}

.key_insight_slider .slick-slide {
    margin: 0 20px;
}

.key_insight_slider button.slick-next.slick-arrow {
    width: 45px;
    height: 45px;
    background: #4475effa;
    border-radius: 50%;
    right: -20px;
}
.key_insight_slider .slick-next:before {
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    height: 15px;
    width: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 1.75;
}
.key_insight_slider button.slick-prev.slick-arrow {
    width: 45px;
    height: 45px;
    background: #4475effa;
    border-radius: 50%;
    left: -20px;
    z-index: 1;
}
.key_insight_slider .slick-prev:before {
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    height: 15px;
    width: 15px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    opacity: 1.75;
}
.key_insight_slider .slick-list {
    margin-left: -22px;
    margin-right: -22px;
}
.key_insight_slider .key_insight_slider .slick-slide {
    padding-left: 22px;
    padding-right: 22px;
}
/* end key insights section */


/* start sector index section */

.sector_index{
    display: block;
    width: 100%;
    position: relative;
}

.sector_index .container{
    padding: 0;
}
.sector_index .sector_index_inner {
    width: 100%;
    padding: 50px 0px;
    border-bottom: 1px solid #e9e9e9;
}

.sector_index_border {
    border: 1px solid rgba(18, 14, 52, 0.20);
    border-radius: 10px;
    width: 66%;
}
.sector_index .sector_index_table {
    width: 100%;
    border-collapse: collapse;
   
}
.sector_index .sector_index_table tr th {
    font-size: 18px;
    color: #2f3043;
    font-family: 'Manrope-ExtraBold';
    
    width: 50%;
    padding: 15px 0px;
    border-left: 1px solid rgba(18, 14, 52, 0.20);
}

.sector_index .sector_index_table tr th:first-child {
    border-left: none;
}
.sector_index .sector_index_table tr td {
    font-size: 16px;
    color: #55555a;
    font-family: 'Manrope-Medium';
    line-height: 1.5;
    width: 50%;
    padding: 10px 0px;
    border-left: 1px solid rgba(18, 14, 52, 0.20);
    border-top: 1px solid rgba(18, 14, 52, 0.20);
    text-align: center;
}
.sector_index .sector_index_table tr td:first-child {
    border-left: none;
}
.sector_index .sector_index_table tr td:nth-child(1), .sector_index .sector_index_table tr th:nth-child(1) {
    justify-content: start;
    padding-left: 30px;
    text-align: center;
}
.sector_index_ul {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .sector_index_li_img {
    text-align: right;
    width: 50%;
  }
  .sector_index_li_text {
    text-align: left;
    width: 50%;
  }
/* end sector index section */

/* start financial trend section */

.financial_trend{
    width: 100%;
    position: relative;
}



.financial_trend .container{
    padding: 0;
}



.financial_trend_left {
    padding: 50px 0;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    flex: 0 0 100%;
}

.financial_trend_left .title_part{
  justify-content: space-between;
  column-gap: 30px;
  align-items: center;
}
.financial_trend .innter_srock_title {
    width: auto;
}
.financial_tab{
    display: flex !important;
    flex-direction: column;
    gap: 30px;
}

.financial_tab ul{
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px;
    border-radius: 14px;
}

.financial_tab ul li{
    display: inline-block;
}

.financial_tab ul li a{
    display: inline-block;
    background: #fff;
    cursor: pointer;
    padding: 15px;
    color: #a3a2af;
    font-size: 16px;
    font-family: 'Manrope-Medium';
}

.financial_tab ul li a.activelink{
    color: #0461e5;
    font-family: 'Manrope-Medium';
}
.financial_trend  .tab_one {
    max-width: fit-content;
}
.financial_trend  .tab_two {
    width: fit-content;
}


.trend_inner{
   justify-content: space-between;
   column-gap: 40px;
   margin-top: 50px;
   align-items: center;
}

.trend_left{
    flex: 0 0 40%;
    width: 40%;
}

.trend_left img{
    width: 100%;
}


.trend_right{
    width: 100%;
}

.trend_right select {
    width: 50%;
    color: #181636;
    border-radius: 12px;
    border: 1px solid #e1ecfc;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Manrope-SemiBold';
    outline: none;
    padding: 8px;
}


.financial_trend_right {
    width: 100%;
}



/* end financial trend section */

/* start peer comparsion section */

.peers_comparsion{
    display: block;
    width: 100%;
    position: relative;
    padding-top: 50px;
}

.peers_comparsion .container{
    padding: 0;
}
.peers_comparsion .peers_comparsion_inner {
    width: 100%;
}
.peers_comparsion_div {
    padding-top: 20px;
}
.peers_comparsion_border {
    border: 1px solid rgba(18, 14, 52, 0.20);
    border-radius: 10px;
}
.peers_comparsion .peers_comparsion_table {
    width: 100%;
    border-collapse: collapse;
   
}
.peers_comparsion .peers_comparsion_table tr th {
    font-size: 18px;
    color: #2f3043;
    font-family: 'Manrope-ExtraBold';
    padding: 10px 0px;
    border-left: 1px solid rgba(18, 14, 52, 0.20);
    line-height: 30px;
}
.peers_comparsion .peers_comparsion_table tr th a{
    color: #2f3043;
    text-decoration: underline;
}

.peers_comparsion .peers_comparsion_table tr th:first-child {
    border-left: none;
}
.peers_comparsion .peers_comparsion_table tr td {
    font-size: 16px;
    color: #55555a;
    font-family: 'Manrope-Medium';
    line-height: 29px;
    border-left: 1px solid rgba(18, 14, 52, 0.20);
    border-top: 1px solid rgba(18, 14, 52, 0.20);
    text-align: center;
}
.peers_comparsion .peers_comparsion_table tr td:first-child {
    border-left: none;
}
.peers_comparsion .peers_comparsion_table tr td:nth-child(1), .peers_comparsion .peers_comparsion_table tr th:nth-child(1) {
    padding-left: 30px;
    width: 25%;
    border-top: 1px solid rgba(18, 14, 52, 0.20);
    text-align: left;
}

.peers_comparsion .peers_comparsion_table tr td:not(:nth-child(1)), 
.peers_comparsion .peers_comparsion_table tr th:not(:nth-child(1)) {
    width: 12.5%;
}
.peers_comparsion .peers_comparsion_table tr th.first_td_top {
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
}
.peers_comparsion .peers_comparsion_table img {
    display: none;
  }
  .corporate_action h3.innter_srock_title {
    font-size: 20px;
}

/* end peer comparsion section */


/* start corporate_action section */

.corporate_action {
    display: block;
    width: 100%;
    position: relative;
}

.corporate_action .container{
    padding: 0;
}
.corporate_action .corporate_action_inner {
    width: 100%;
    padding: 50px 0px;
    border-bottom: 1px solid #e9e9e9;
}
.corporate_action_div {
    padding: 50px 0px;
}
.corporate_action_div ul {
    list-style: none;
}
.corporate_action_div ul .common_btn a {
    background-color: #000;
    font-family: 'Manrope-SemiBold';
    padding: 20px 50px;
    border-radius: 10px;
}
.corporate_action .corporate_content_inner {
    width: 100%;
    background-color: #E5F0FF;
    padding: 25px;
    margin-top: 20px;
}
.corporate_content_table {
    width: 100%;
}
.corporate_content_table .first_circle {
    width: 20px;
    height: 20px;
    background-color: #0461E5;
    border-radius: 50%;
    display: inline-block;
}
.corporate_content_table h4 {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Manrope-Medium';
    color: #181636;
    display: block;
}
.corporate_content_table tr td:nth-child(1) {
    width: 5%;
    padding: 5px;
}
.corporate_content_table tr td:nth-child(2) {
    width: 55%;
}
.corporate_content_table tr td:nth-child(3) {
    width: 25%;
    text-align: center;
}
.corporate_content_table tr td:nth-child(4) {
    width: 15%;
}
/* end corporate_action section */

/* start faq section*/

.faq_section{
    display: block;
    width: 100%;
    position: relative;
    padding-top: 50px;
}

.faq_section .container{
    padding: 0;
}
.faq_section .faq_inner {
    width: 100%;
}
.faq_section .acc-container {
    padding: 30px 0px;
    border-bottom: 1px solid #E9E9E9;
}
.faq_section .acc-head {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 26px;
    font-family: Manrope-Bold;
    color: #181636;
    color: #181636;
    text-decoration: none;
    display: block;
    padding: 20px 45px 20px 0px;
}
.faq_section .acc-head h3 {
    font-weight: normal;
}
.faq_section .acc-content {
    display: none;
    padding-bottom: 1.25rem;
    padding-right: 2.25rem;
    font: 16px Manrope-Medium;
    color: #55555a;
    font-weight: 500 !important;
    text-align: left;
    border-bottom: 1px solid #dedede;
}
.faq_section .acc-head.active::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq_section .acc-head::before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: .3s ease;
    color: #181636;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* end faq section*/


.popular_stock {
    display: block;
    width: 100%;
    position: relative;
}
.popular_stock .container{
    padding: 0;
}
.popular_stock .popular_stock_inner {
    width: 100%;
    padding: 50px 0px;
    border-bottom: 1px solid #E9E9E9;
}

.popular_stock_row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.popular_stock_row .stock_prt {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    width: 260px;
    box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px;
    margin: 0px;
}
.popular_stock_row .stock_prt img {
    /* width: 50px;
    height: 50px; */
    width: 25%;
    height: auto;
}
.popular_stock_row  .stock_prt h4 {
    font-size: 18px;
    color: #2F3043;
    font-family: 'Manrope-ExtraBold';
    margin-top: 8px;
}
.popular_stock_row  .stock_prt p {
    color: #565656;
    font-family: 'Manrope-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.popular_stock_row  .stock_prt p span{
    color: #E10000;
}

.top_performing_heading {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
  }

/* .sector_index_table img, #comparison-table img {
    max-width: 15%;
} */
  .popular_stock h3.innter_srock_title {
    font-size: 20px;
}
.heading_sec{
    padding-left: 20px;
}



@media only screen and (max-width: 1199px) {

    .popular_stock_row .stock_prt {
        width: 290px;
    }

}
