
div#bni-number-section {
    margin: 50px 0 0;
}

.number-testimonial-section {
    display: flex;
    position: relative;
}

.number-block {
    width: 90%;
    position: relative;
    /* margin-right: 20px; */
}

.number-block h5 {
    /* width: 80%; */
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 60px;
}

.number-counts {
    /* display: flex; */
    /* flex-direction: column; */
}

.number-counts .numbers {
    /* width: 175px; */
    height: 140px;
    padding: 15px 0 15px 15px;
    position: relative;
    /* margin-bottom: 30px; */
    display: block;
}

.number-counts .numbers::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border: 0 solid transparent;
    border-top-width: 0;
    border-bottom-width: 120px;
    border-left: 120px solid #F2F2F2;
}

.number-counts .numbers:nth-child(2) {
    /* display: flex; */
    /* flex-direction: column; */
    /* align-self: flex-end; */
    /* margin-top: -40px; */
    width: 185px;
    margin: 10px 20px 20px auto;
}

.number-counts .numbers h6 {
    color: #CF2030;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

.number-counts .numbers span {
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    display: block;
    z-index: 1;
    position: relative;
}

.number-img-member {
    display: flex;
}

.number-testimonials img {
    position: absolute;
    left: -25%;
    margin-top: -16px;
}

.number-img-member {
    display: flex;
    align-items: center;
}

.number-testimonials {
    display: flex;
    height: 88%;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    align-items: flex-end;
}

.number-testimonial-block p,
.number-testimonial-block span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.number-testimonial-block span {
    font-weight: 700;
}

.number-testimonials div {
    width: 75%;
    margin-right: 10px;
}

.number-testimonial-description p {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.number-block h5 span {
    color: #CF2030;
    word-break: break-word;
    display: inline-block;
}

.disclaimer-description {
    margin: 60px 0;
}

.more-text {
    display: none;
}
.read-more-btn {
    cursor: pointer;
    background: none;
    border: none;
    font-weight: bold;
    margin-left: 5px;
    padding: 0;
    color: #64666A;
    text-transform: capitalize;
    text-decoration: underline;
}

@media only screen and (max-width: 1400px) {
    .number-block h5,
    .number-counts .numbers h6 {
        width: 100%;
        font-size: 44px;
    }

    .number-testimonials img {
        left: -35%;
        width: 120px;
        height: 120px;
        margin-top: -5px;
    }

    .number-testimonials {
        height: 86%;
    }

    .number-testimonials div {
        width: 70%;
        margin-right: 0;
    }

    .number-counts .numbers {
        /* width: 140px; */
        /* height: 120px; */
        /* padding: 15px 0 15px 15px; */
        /* position: relative; */
    }

    .number-counts .numbers:nth-child(2) {
        /* display: flex; */
        /* flex-direction: column; */
        /* align-self: flex-end; */
        /* margin-top: -25px; */
        /* width: 150px;
        margin: 10px 0 20px auto; */
    }

    .number-counts .numbers::before {
        border-bottom-width: 120px;
        border-left: 120px solid #F2F2F2;
    }

    .number-testimonial-block p {
        font-size: 14px;
        line-height: 18px;
    }

    .number-testimonial-block span {
        font-size: 12px;
        line-height: 18px;
        display: block;
    }

    .number-testimonial-block p {
        margin-bottom: 15px;
    }

    .number-testimonial-description p {
        font-size: 16px;
    }

    .number-counts .numbers span {
        font-size: 14px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 1200px) {
    .number-block h5, .number-counts .numbers h6 {
        font-size: 36px;
    }

    img.home-number-main-img {
        width: 67%;
        height: auto;
    }

    .number-testimonials img {
        left: -37%;
        width: 110px;
        height: 110px;
        margin-top: -3px;
    }

    .number-testimonials {
        height: 85%;
    }

    .number-testimonial-block span {
        font-size: 11px;
        line-height: 14px;
        display: block;
    }

    .number-testimonial-description p {
        font-size: 15px;
    }

}

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

    .number-block h5, .number-counts .numbers h6 {
        font-size: 24px;
    }
    .number-counts .numbers:nth-child(2),
    .number-counts .numbers {
        width: 110px;
        height: 110px;
        padding: 10px 0 10px 10px;
    }

    .number-counts .numbers::before {
        border-bottom-width: 110px;
        border-left: 110px solid #F2F2F2;
    }

    .number-counts .numbers::before {
        border-bottom-width: 90px;
        border-left: 90px solid #F2F2F2;
    }

    .number-counts .numbers span {
        font-size: 12px;
        line-height: 14px;
    }

    .number-testimonials img {
        left: -47%;
        margin-top: -10px;
    }

    .number-testimonial-block p {
        font-size: 12px;
        line-height: 16px;
    }

    .number-testimonial-block span {
        font-size: 9px;
        line-height: 12px;
    }

    .number-testimonial-description p {
        font-size: 12px;
    }

    .networking-left h6::before {
        border-width: 0 15px 15px 0;
        top: 2px;
        left: 12px;
    }
}

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

    div#bni-number-section {
        margin: 50px -11px 70px;
    }
    .number-block h5, .number-counts .numbers h6 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .number-counts {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 40px 0;
    }

    .number-counts .numbers {
        width: 140px;
        height: 140px;
        padding: 15px 0 15px 15px;
    }

    .number-counts .numbers::before {
        border-bottom-width: 110px;
        border-left: 110px solid #F2F2F2;
    }

    .number-counts .numbers span {
        font-size: 14px;
        line-height: 20px;
    }

    .number-img-member {
        flex-direction: column;
    }

    img.home-number-main-img {
        width: 100%;
        height: auto;
        border-radius: 32px;
    }

    .number-testimonials {
        height: auto;
    }

    .number-testimonials img {
        left: 30px;
        width: 150px;
        height: 150px;
        top: -50px;
    }

    .number-testimonials div {
        width: 60%;
        margin-right: 0;
    }

    .number-testimonial-block {
        margin-top: 15px;
    }

    .number-testimonial-block p, .number-testimonial-block span {
        font-size: 16px;
        line-height: 22px;
    }

    .number-testimonials .number-testimonial-description {
        width: 100%;
        margin-top: 20px;
        border-left: 2px solid #cf2030;
        padding-left: 25px;
        min-height: 35px;
    }

    .number-testimonials .number-testimonial-description p {
        color: #64666A;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .number-counts .numbers {
        order: 2;
    }
    .number-counts .numbers:last-child {
        order: 1;
    }
    .number-counts .numbers:first-child {
        order: 0;
    }
}

@media only screen and (max-width: 576px) {
    .number-block h5, .number-counts .numbers h6 {
        font-size: 28px;
        margin-bottom: 0;
    }

    .number-counts .numbers {
        width: 50%;
    }

    .number-counts {
        display: flex;
        flex-direction: row;
        margin: 40px 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .number-counts .numbers:last-child {
        margin-top: 30px;
    }

    .number-testimonials .number-testimonial-description p {
        font-size: 14px;
    }
    .number-counts .numbers:nth-child(2) {
        margin: 0 auto;
    }
    .number-counts .numbers:first-child,
    .number-counts .numbers:last-child {
        margin-top: 0;
    }

}

@media only screen and (max-width: 500px) {
    .number-testimonials img {
        left: 20px;
        width: 120px;
        height: 120px;
        top: -30px;
    }

    .number-testimonial-block p, .number-testimonial-block span {
        font-size: 14px;
        line-height: 18px;
    }

    .number-testimonial-block p {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .number-testimonials img {
        left: 20px;
        width: 90px;
        height: 90px;
        top: -20px;
    }

    .number-testimonial-block p, .number-testimonial-block span {
        font-size: 12px;
        line-height: 16px;
    }

    .number-testimonials div {
        width: 55%;
        margin-right: 0;
    }

}

#homeGrowthNumbersSection .homeGrowthNumbersBlock {
    height: 100%;
    margin-top: 0;
    width: 100%;
}

.homeGrowthNumbersBlock h4 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.homeGrowthNumbersBlock h4 span {
    color:#CF2030;
}

.homeGrowthNumbersBlock p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#homeGrowthNumbersSection .counterSectionImg img {
    width: 100%;
    display: block;
    position: relative;
    margin-top: -60px;
}
.bniCounterNumberBlock {
    border-radius: 24px;
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}
.bniCounterNumberBlock .col-6 {
    height: 230px;
    display: flex;
    justify-content: center;
    padding: 30px;
}

#counter_info_2, #counter_info_3 {
    background: rgba(241, 241, 241, 1);
}
.counter_blocks {
    text-align: center;
}
#counter_info_5 .counter_blocks {
    position: absolute;
    border-radius: 16px;
    background: var(--True-White, #FFF);
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.16);
    padding: 20px 30px; 
    max-width: 275px;
}
#counter_info_3,#counter_info_4 {
    align-items: flex-end;
}
.bni_counter_text h4 {
    color: var(--Power-Black, #000);
    text-align: center;
    font-family: "Helvetica Neue LT Std";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* margin-bottom: 10px; */
}
.counterSection {
    margin-top: 16px;
}

.introVideoSection {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    border-radius: 20px;
    overflow: hidden;
}

.position-relative.introVideoSection::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}

.introVideoSection img {
    width: 100%;
    height: auto;
}

.introVideoSection a {
    position: absolute;
    z-index: 99;
}

.introVideoSection a i{
    font-size: 65px;
    color:#FFFFFF;
    opacity: 0.6;
    transition: all 0.3s ease-in;
}

.introVideoSection a:hover i{
    opacity: 1;
}

#homeGrowthNumbersSection .bni_counter_info span{color: #CF2030;font-size: 40px;font-style: normal;font-weight: 700;line-height: normal;}
.bni_counter_info span sup {
    font-size: 75%;
    top: -7px;
    left: -2px;
}
#homeGrowthNumbersSection .bni_counter_text p {
    color: var(--Power-Black, #000);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    /* margin-bottom: 5px; */
}

#homeGrowthNumbersSection .bni_counter_text span {
    display: block;
    color: var(--Granite-Grey, #64666A);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 5px;
    min-height: 19px;
    line-height: 14px;
}

p.counter_center_text {
    position: absolute;
    z-index: 99;
    background: #64666a;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 7px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-weight: bold;
    margin-bottom: 0;
}

div#bniCounterTestimonials {
    margin-top: -25px;
}

div#bniCounterTestimonials .carousel-inner {
    height: auto !important;
}

#bniCounterTestimonials .carousel-item-next,
#bniCounterTestimonials .carousel-item-prev,
#bniCounterTestimonials .carousel-item.active {
    display: flex;
}

.bni_counter_testimonial {
    align-items: center;
    justify-content: center;
}

#bniCounterTestimonials .bni_counter_testimonial img {
    width: 180px;
    margin-right: 35px;
}

.bni_counter_testimonial_inner {
    width: 85%;
    margin: 0 auto;
}

#homeGrowthNumbersSection {
    margin-bottom: 60px;
}
@media only screen and (max-width: 1400px) {
    .homeGrowthNumbersBlock h4 {
        font-size: 34px;
    }

}
@media only screen and (max-width: 1200px) {
    .homeGrowthNumbersBlock h4 {
        font-size: 28px;
    }
    .homeGrowthNumbersBlock p {
        font-size: 18px;
    }
    #homeGrowthNumbersSection .bni_counter_text p {
        font-size: 14px;
    }
    #homeGrowthNumbersSection .bni_counter_info span {
        font-size: 32px;
    }
    .bni_counter_text h4{
        font-size: 16px;
    }
    .bniCounterNumberBlock .col-6 {
        height: 195px;
        padding: 17px;
    }
    #counter_info_5 .counter_blocks {
        max-width: 220px;
        padding: 15px;
    }
    #homeGrowthNumbersSection{
    margin-bottom: 60px;
}
}
@media only screen and (max-width: 992px) {
    .homeGrowthNumbersBlock h4 {
        font-size: 24px;
    }
    .homeGrowthNumbersBlock p {
        font-size: 16px;
    }
    #homeGrowthNumbersSection .bni_counter_text p {
        font-size: 14px;
    }
    #homeGrowthNumbersSection h4.bni_counter_info {
        font-size: 24px;
    }
    #homeGrowthNumbersSection .bni_counter_info span {
        font-size: 32px;
    }
    
    .bni_counter_text h4 {
        font-size: 14px;
        line-height: 14px;
        /* margin-bottom: 5px; */
    }
    
    .bniCounterNumberBlock .col-6 {
        height: 170px;
    }
    
    .counterSection {
        margin-top: 20px;
    }
    
    #homeGrowthNumbersSection {
        margin: 20px 0 50px;
    }
    
    .bniCounterNumberBlock {
        margin: 40px 0;
    }
    
    .introVideoSection {
        width: 100%;
        z-index: 0;
    }
    
    #homeGrowthNumbersSection .bni_counter_text span {
        font-size: 10px;
        min-height: 10px;
        line-height: 10px;
    }
    
}

@media only screen and (max-width: 767px) {
    #homeGrowthNumbersSection .homeGrowthNumbersBlock {
        padding: 0 0 10px;
        text-align: center;
        margin: 0 auto;
    }
    .homeGrowthNumbersBlock h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .homeGrowthNumbersBlock p {
        font-size: 16px;
    }
    #homeGrowthNumbersSection .counterSectionImg img {
        width: 100%;
        display: block;
        position: absolute;
        margin-top: 0;
        top: 0;
        left: 0;
    }
   
    .bniCounterNumberBlock {
        position: relative;
        margin: 30px auto 0px;
        justify-content: center !important;
    }
    #homeGrowthNumbersSection .bni_counter_info span{
        font-size: 20px;
    }
    .bni_counter_text,
    .counter_info p {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
    .bniCounterNumberBlock .col-6{
        height: 140px;
    }
    #counter_info_1, #counter_info_2{
        /* height: 140px; */
    }
    #counter_info_3, #counter_info_4{
    /* height: 165px; */
}
    #counter_info_5 .counter_blocks {
        max-width: 190px;
        padding: 16px 24px;
    }
}
@media only screen and (max-width: 576px) {
    .counter_info {
        width: 88%;
    }
}
@media only screen and (max-width: 360px) {
    .homeGrowthNumbersBlock h4 {
        font-size: 18px;
    }
    .homeGrowthNumbersBlock p {
        font-size: 14px;
    }
    .bniCounterNumberBlock .col-6{
        height: 160px;
        padding: 20px 10px;
    }
}
@media only screen and (max-width: 357px) {
    #homeGrowthNumbersSection h4.bni_counter_info {
        font-size: 20px;
    }
}