.dholera_sir_content_section p {
    opacity: 0.8;
}

.dholera_sir_content_box p {
    margin-bottom: min(max(10px, 1.563vw), 1.875rem);
}

.dholera_sir_content_box p:last-child {
    margin-bottom: 0rem;
}

.invest__content .cnt__wrap p + p {
    margin-top: min(max(10px, 1.563vw), 1.875rem);
}

.investment_section .tab-menu ul {
    padding-left: 0;
    margin-bottom: 0;
    width: min(max(100%, 80%), 80%);

}

.investment_section .tab-menu ul li {
    border-bottom: solid .25rem transparent;
    padding-bottom: 20px;
    position: relative;
    padding-left: 35px;
    padding-left: min(max(15px, 1.823vw), 35px);
    padding-right: 35px;
    padding-right: min(max(15px, 1.823vw), 35px);
    line-height: 1;
}

.investment_section .tab-menu ul li::before {
    content: '';
    width: 100%;
    height: 4px;
    background: var(--theme-yellow);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    visibility: hidden;
    opacity: 0;
}

.investment_section .tab-menu ul li.active a {
    color: var(--theme-yellow);
}

.investment_section .tab-menu ul li.active::before {
    opacity: 1;
    visibility: visible;
}

.invest__content {
    width: 100%;
    max-width: 1595px;
    margin: auto;
}

.tab-box {
    display: none;
}

.tab-box.active {
    display: block;
}

.logo_box {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
}

.logo_box img {
    max-width: 100%;
    margin: 0 auto;
}

.insights_section .choose__us_wrapper .single__item:hover .img__wrap {
    display: block;
}

.insights_section .choose__us_wrapper .single__item:hover .content_area .heading {
    margin-top: min(max(0.9375rem, 1.302vw), 1.5625rem);
}

.insights_section .choose__us_wrapper .single__item:hover .content_area{
    height: auto !important;
}

.insights_section .choose__us_wrapper .single__item::before {
    display: none;
}

.insights_section .choose__us_wrapper .single__item{
    max-width: 100%;
}

.logo_slider::before {
    content: '';
    position: absolute;
    background: linear-gradient(270deg, rgba(2, 10, 21, 0.00) 0%, #020A15 100%);
    width: min(max(17.9375rem, 14.948vw), 80px);
    height: 100%;
    left: -1px;
    z-index: 9;
}

.logo_slider::after {
    content: '';
    position: absolute;
    background: linear-gradient(-270deg, rgba(2, 10, 21, 0.00) 0%, #020A15 100%);
    width: 287px;
    width: min(max(17.9375rem, 14.948vw), 80px);
    height: 100%;
    right: -1px;
    top: 0;
    z-index: 9;
}

.investment_tab .tab-box .who__we_are_right {
    margin-left: 52px;
}

.logo_slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

.insights_section .swiper-slide{
    height: auto;
}

@media all and (max-width: 991px) {

.investment_tab .tab-box .who__we_are_right{
    margin-left: 0;
}

}

@media all and (max-width: 767px) {
    .investment_section .tab-menu ul {
        padding-left: 0;
        width: 100%;
    }

    .investment_section .tab-menu ul {
        overflow-x: scroll;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 5.927vw;
        white-space: nowrap;
    }
}