.custom_about_page {
    font-family: SansProReg, PFHandbookPro-Regular, sans-serif;
}
.custom_about_page .container {
    max-width: 1000px;
}
.custom_about_page .banner__intro-tile-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}
.custom_about_page .banner__intro-tile-title {
    color: #000;
    font-size: 3rem;
    line-height: 3.8rem;
    margin-bottom: 0;
    text-align: center;
}
.custom_about_page img {
    max-width: 100%;
}
.custom_about_page .abt-img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.profile_content_box {
    margin-bottom: 10px !important;
    /* visibility: hidden; */
}
.section_content {
    max-width: 1000px;
    margin: 0 auto;
}
.profile_content_box.content_box_1 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    border-radius: 10px;
}
.profile_content_box.content_box_2 {
    max-width: 1030px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
/* .profile_content_box .content-inner {
    padding: 20px;
} */
.profile_content_box.content_box_1 .content-inner {
    min-height: 200px;
    margin: 20px 10px;
}

.profile_content_box.content_box_2 .content-inner {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-height: 200px;
    margin: 5px 15px;
    padding: 15px;
    border-radius: 10px;
    width: 45%;
}
.profile_content_box .slick-arrow {
    z-index: 1;
}
.about_us_page .slick-list {
    padding-bottom: 
    0;
}
.profile_content_box .slick-list,
.profile_content_box .slick-track {
    display: flex;
}

.profile_content_box.content_box_1 .slick-list {
    margin: 20px 15px;
}
.profile_content_box .content-inner .details-inner {
    margin-top: 15px;
    padding: 0 10px;
}
.profile_content_box.content_box_2 .slick-track {
    padding-bottom: 20px;
}

.about_us_page .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    margin: 0;
    bottom: auto;
    width: 40px;
    height: 40px;
    padding: 10px auto 30px;
    cursor: pointer;
    font-size: 24px;
    transition: all 0.1s ease-in-out;
}
  .about_us_page .slick-arrow {
    font-size: 24px;
    color: #6c7174;
  }
  
  .about_us_page .slick-arrow {
    font-size: 24px;
    color: #949494;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 1;
}
.about_us_page .slick-arrow.slick-disabled {
    background: #f0f0f0;
    color: #c3c3c3;
    opacity: 1;
}
.profile_content_box.content_box_2 .custom-arrow.prev-arrow {
    left: -6px;
}
.profile_content_box.content_box_2 .custom-arrow.next-arrow {
    right: -6px;
}
.about_us_page .green-title {
    color: #3e593c;
    font-size: 17px;
    line-height: normal;
    font-weight: 600;
    font-family: inherit;
    text-align: justify;
}
.about_us_page p.content_txt {
    color: #6c7174;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    /* display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}
.custom-arrow.prev-arrow {
    left: -22px;
}
.custom-arrow.next-arrow {
    right: -22px;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition-delay: 100ms;
}
.objective_content.section_content {
    margin-bottom: 20px;
}

.left-numbers-list .number_item {
    padding: 20px;
    background: #969f6e;
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    display: flex;
    align-items: center !important;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
    color: #FFFFFF;
    font-weight: 600;
}
.left-numbers-list {
    height: 100%;
}
.objective-img {
    height: 100%;
    display: flex;
    align-items: center;
}
.left-numbers-list .numbers-list-itm {
    column-gap: 20px;
    margin-bottom: 15px;
}
.left-numbers-list .number_content {
    padding: 5px 5px 0 0;
}

.left-numbers-list .num_title {
    font-size: 16px;
    font-weight: 600;
    line-height: initial;
}

.left-numbers-list .num_txt {
    font-size: 14px;
    line-height: initial;
}
.objective-img img {
    max-height: 500px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/*/ starts count stats /*/
.inner-title-white {
    text-align: center;
    color: #FFF;
    margin-bottom: 20px;
}
.inner-title-white p {
    color: #ffffff;
    font-size: 16px;
}
.inner-title-white h3 {
    color: #fff;
    font-size: 3rem;
    line-height: 4.8rem;
    margin-bottom: 0;
}

.statistic-section {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    background: #3e593c;
    margin-bottom: 30px;
}
.counter-list {
    display: flex;
    padding-top: 10px;

}
.counter-list .counter {
    width: 20%;
    margin-bottom: 15px;
}
.count-title {
   font-size: 25px;
   font-weight: normal;
   margin-bottom: 0;
     text-align: center;
     font-weight: bold;
   color: #fff;
}

.stats-text {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.stats-line-black {
   margin: 12px auto 0;
   width: 55px;
   height: 2px;
   background-color: #fff;
}
.stats-icon {
     font-size: 35px;
     margin: 0 auto;
   float: none;
   display: table;
   color: #fff;
}

@media (max-width: 992px) {
   .counter {
       margin-bottom: 40px;
   }
}

section#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.stats .fa {
  color: #008080;
  font-size: 60px;
}

/*/ end count stats /*/

.custom_accordion {
    background: #f1f3f6;
    margin-bottom: 20px;
}
.custom_accordion .section_content {
    margin-bottom: 20px;
    margin-top: 20px;
}
.custom_accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #d0d0d0;
}
/* .custom_accordion .accordion-item:last-child {
    border: none;
} */
.custom_accordion .pillar-tile__wrapper {
    padding: 0 15px;
    height: 100%;
    overflow: hidden;
}
.custom_accordion .pillar-tile__img img {
    display: inline-block;
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.custom_accordion .accordion {
    float: none;
    padding: 0;
    height: 100%;
    background: #fff;
}
.accordion-heading a {
    font-size: 19px;
    line-height: normal;
    padding: 15px;
    display: block;
    color: #000;
    border: none;
    text-decoration: none;
    background: #fff;
    border-bottom: 1px solid #000;
    position: relative;
    font-weight: 600;
}

.accordion-heading a:hover {
    color: #000;
    text-decoration: none;
}

.pillar-tile__list li a::after{
    top: 14px;
}
.accordion-heading a::after {
    top: 19px;
}
.pillar-tile__list li a::after, .accordion-heading a::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url("https://mutualfund.adityabirlacapital.com/-/media/BSL/Images/Others/right-arrow.png") no-repeat;
    right: 0px;
    position: absolute;
    display: inline-block;
}

.pillar-tile__list li:nth-child(n) a, .accordion-header {
    border-bottom: 1px solid #c7c8ca !important;
}

.pillar-tile__list li a:visited {
    color: #000;
    border: none;
}
.pillar-tile__list li a {
    color: #000;
    display: block;
    position: relative;
    text-decoration: none !important;
}
.pillar-tile__list li a {
    padding: 10px 30px 10px 0;
    font-size: 19px;
    line-height: normal;
    padding: 11px;
}

.pillar-tile__list{
   font-size:1.1rem;
   padding-left:20px;
}

.custom_accordion .accordion-button {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 19px;
    transition: 0.4s;
    box-shadow: none;
    z-index: 1;
}
.custom_accordion .accordion-button::after {
    background-image: none; 
    font-family: 'Glyphicons Halflings';
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: auto;
    height: auto;
    font-weight: bold !important;
}
.custom_accordion .accordion-button:not(.collapsed)::after {
    background-image: none; 
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.custom_accordion .accordion-button:focus, .custom_accordion .accordion-button:hover  {
    z-index: 1;
}
.accordion-button[aria-expanded="true"] {
    background-color:#f6f6f4;
  }
  .pillar-tile__list li:last-child a {
    border-bottom: none;
}

section.Awards {
    background: #fbfbfb;
}
.awards-item .award-img {
    display: flex;
    justify-content: center;
    text-align: center;
}
.awards-item .award-img img {
    border-radius: 50%;
    display: inline-block;
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.awards-item .item-content {
    text-align: center;
}
.awards-item .item-content .award-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 10px;
    color: #000;
}
.award-title h3 {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.awards-item .award-desc {
    line-height: 20px;
    font-size: 13px;
    color: #6c7174;
}
.awards_content.section_content {
    margin-bottom: 30px;
    visibility: hidden;
}
.awards-item a {
    color: #000;
    text-decoration: none;
}

.Testimonial {
    margin-top: 10px;
}
.testimonial_section {
    margin-bottom: 30px;
}
.testimonial_section .slick-list, .testimonial_section .slick-track {
    display: flex;
}
.testimonial_section .slick-track {
    margin-bottom: 30px;
}
.testi-item {
    padding: 0;
}
.testimonial_section {
    max-width: 1030px;
    margin: 0 auto;
    display: flex;
    border-radius: 10px;
}
.testi-item .content-inner {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-height: 200px;
    margin: 10px 15px 10px 10px;
    padding: 20px 15px 0;
    border-radius: 10px;
    height: 100%;
}
.testimonial_section .custom-arrow.prev-arrow {
    left: -12px;
}
.testimonial_section .custom-arrow.next-arrow {
    right: -8px;
}
.testi-item .itm-img {
    padding: 15px;
    margin-bottom: 15px;
    display: inline-block;
}
.testi-item .itm-img img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.testi-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.testi-desc {
    font-size: 14px;
    line-height: 20px;
    color: #6c7174;
    text-align: justify;
    margin: 0 6px;
    /* display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.timeline-nav {
    border: none;
}
.timeline-nav .year-itm {
    text-align: center;
    position: relative;
    line-height: normal;
    height: 90px;
    cursor: pointer;
    background: none !important;
    border: none !important;
    margin: 0 15px;
    padding: 0;
}
.timeline-nav .year-itm .yr {
    color: #000000;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    font-weight: 700;
}
.timeline-nav .year-itm .yr::after {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px!important;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #969f6e;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: border .3s;
    bottom: 35px;
}
.timeline-nav .year-itm.slick-current .yr::after {
    border: 3px solid #c7222a;
}
.timeline_year .slick-list {
    margin: 0 40px;
}
.timeline_year .timeline-nav .slick-list:before {
    content: "";
    position: absolute;
    bottom: 45px;
    width: calc(100% - 80px);
    left: 40px;
    height: 2px;
    background-color: #969f6e;
}
.timeline_year .custom-arrow.prev-arrow {
    top: 21px;
}
.timeline_year .custom-arrow.next-arrow {
    top: 21px;
}
.timeline_details {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f1f3f6;
    box-shadow: inset 0px -1px 3px 0px rgb(167 167 167);
}
.year-details .img-content {
    margin-bottom: 10px;
}
.year-details .img-content img {
    max-width: 475px;
    max-height: 200px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.timeline-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: justify;
}
.timeline-content .timeline-text {
    font-size: 16px;
    line-height: normal;
    color: #6c7174;
    text-align: justify;
}
.year-itm.slick-current:after {
    content: "";
    height: 0;
    width: 0;
    border: solid transparent;
    border-width: 12px 12px 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom-color: #ababab;
    z-index: 999;
    bottom: 0;
}
/****************** Popular Searches **********************/
.searches {
    margin-top: 2rem;
  }
  
  .searches-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.5rem;
  }
  
  .searches-container .search-item {
    color: #6c7174;
  
    font-size: 1rem;
    border: 1px solid #6c7174;
    padding: 0 1rem;
    border-radius: 50px;
  
    margin-right: 0.25rem;
    margin-bottom: 1rem;
  }
  .searches-container .search-item {
    font-size: 1.1rem;

    margin-right: 0.5rem;
  }
  .searches {
    margin-top: 4rem;
  }
  .searches-container {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .searches-container .search-item {
    font-size: 1.2rem;
    margin-right: 2rem;
  }
  .searches-container .search-item {
    font-size: 16px;
    padding: 7px 16px;
    margin-right: 4px;
    margin-bottom: 16px;
    text-decoration: none;
  }

  .moreLinksContent, .buyNowContent {
    position: fixed;
    display: none;
    z-index: 1005;
    right: 7px;
    bottom: 134px;
    width: 260px;
    border-left: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    -webkit-box-shadow: -1px -1px 1px #ebebeb;
    -moz-box-shadow: -1px -1px 1px #ebebeb;
    box-shadow: -1px -1px 1px #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}
  
/*Responsive*/

@media screen and (min-width: 1400px) {
    .searches-container .search-item {
        padding: 10px 16px;
        font-size: 19px;
        margin-right: 40px;
    }
  
  }
  @media screen and (min-width: 768px) {
      .searches-container .search-item {
          font-size: 17px;
          margin-right: 8px;
      }
      .point-to-info > h3 {
        font-size: 24px;
      }
    }
@media (max-width: 991px) {
.objective-img img {
    max-height: 400px;
}
.left-numbers-list {
    margin-top: 20px;
}
.awards_content .custom-arrow.prev-arrow, .timeline-nav .custom-arrow.prev-arrow {
    left: 0;
}
.awards_content .custom-arrow.next-arrow, .timeline-nav .custom-arrow.next-arrow {
    right: 0;
}
.profile_content_box.content_box_1 {
    margin: 0px 15px;
}
.green-title {
    margin-top: 10px;
}
}
@media (max-width: 767px) {
    .profile_content_box.content_box_2 .content-inner {
        width: 100%;
    }
    .counter-list {
        flex-wrap: wrap;
    }
    .counter-list .counter {
        width: 33.33%;
    }
    .year-details .img-content img {
        max-width: 100%;
        max-height: 300px;
        height: 100%;
        padding-right: 0px;
    }

}
@media (max-width: 575px) {
    .counter-list .counter {
        width: 50%;
        margin-bottom: 40px;
    }
    .custom_about_page .mob-intro-tile {
        font-size: 2.5rem;
        line-height: 3.8rem;
    }
    .custom_about_page .banner__intro-tile-title {
        line-height: 3.8rem;
    }
}

@media only screen and (min-width:1102px) {
    .bottombar_dark {
        padding-left: 20px !important;
    }
}

@media (max-width: 767px) {
    #listenArticle1 .profile_content_box:nth-child(odd) .content-inner .row {
        flex-direction: column-reverse;
    }
}