/* Our Story Start */
.hero_innercontent-wrap {
    padding: 0px 50px;
}

.inner_banner_grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 10px;
    padding-top: 20px;
}

.inner_banner_grid-left {
    grid-column: span 5 / span 6;
}

.inner_banner_grid-right {
    grid-column: span 7 / span 6;
}

.heroinnersection {
    padding: 120px 0px 60px 0px;
}

.bannerinnerpage_para {
    font: 300 22px/26px var(--fontone);
    color: var(--text-color);
    text-align: right;
}

.innerpage_cardview_section {
    width: 100%;
    height: auto;
    border-top: 1px solid #ccc;
}

.hero_innercontainer {
    width: 100%;
    max-width: 68%;
    min-width: 68%;
    margin: 0px auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    /* border-bottom: 1px solid #ccc; */
    z-index: 10;
}

.ourstorycard_grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 10px;
    padding: 5px;
}

.ourstorycard_grid-box {
    grid-column: span 4 / span 6;
}

.ourstorycard_grid-boxbg {
    width: 100%;
    background-color: #222222;
    padding: 10px;
    border-radius: 10px;
    height: 166px;
    position: relative;
    z-index: 4;
}

.ourstorycard_grid-boxbg::after {
    position: absolute;
    content: url(../Images/cardorangebg.svg);
    top: 0;
    right: 0;
    width: 100%;
    max-width: 290px;
    min-width: 290px;
    border-top-right-radius: 10px;
    overflow: hidden;
    height: 166px;
    z-index: 5;
    border-bottom-right-radius: 10px;
}

.ourstorycard_grid-para {
    position: absolute;
    bottom: 0;
    z-index: 6;
    font: 400 30px/35px var(--fonttwo);
    color: var(--white-color);
}

.story_sectionmain {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
}

.story_sectionmaingrid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 10px;
}

.story_sectionmaingrid_left {
    grid-column: span 8 / span 6;
}

.story_sectionmaingrid_right {
    grid-column: span 4 / span 6;
}

.story_sectionmaingridgap {
    padding: 30px 44px 21px 44px;

}

.story_sectionparaone {
    font: 400 34px / 40px var(--fontone);
    color: var(--text-color);
    padding-bottom: 30px;
    margin-bottom: 0px;
}

.story_sectionparaone span {
    color: #F47C26;
}

.story_sectionparatwo {
    font: 400 28px / 32px var(--fontone);
    color: var(--text-color);
}

.story_sectionmaingrid_rightimg {
    width: 100%;
    height: auto;
}

.story_sectionmaingrid_rightimg img {
    width: 100%;
    height: 100%;
}

.call-btnstorymission {
    width: 100%;
    max-width: max-content;
    min-width: min-content;
}

/* Our Story End */


/* Our Bio Start */
.herobiosection {
    padding: 140px 0px;
}

.ourbiocard_view_section {
    width: 100%;
    height: auto;
}

.biocard_header {
    width: 100%;
}

.biocard_headercontent {
    width: 100%;
    background-color: #222222;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    border-radius: 10px;
    position: relative;
    padding: 50px;
}

.biocard_headercontent::after {
    position: absolute;
    content: url(../Images/Blueleft.png);
    top: 0;
    left: 0;
    width: 100%;
    max-width: 290px;
    min-width: 290px;
    border-top-right-radius: 10px;
    overflow: hidden;
    height: 201px;
    z-index: 5;
    border-bottom-left-radius: 10px;
}

.biocard_headercontent::before {
    position: absolute;
    content: url(../Images/Blueright.png);
    top: 0;
    right: 0;
    width: 100%;
    max-width: 290px;
    min-width: 290px;
    border-top-right-radius: 10px;
    overflow: hidden;
    height: 201px;
    z-index: 5;
    border-bottom-right-radius: 10px;
}

.ourbiocardwrap_view {
    padding: 20px;
}

.biocard_headercontent_text {
    color: var(--white-color);
    font: 300 25px / 32px var(--tablefont-family);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    margin: 0;

}

.biocard_body_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px 0px 0px 0px;
}

.biocard_body_gridbox {
    grid-column: span 1;
}

.biocard_body_gridbox_bg {
    background-color: var(--white-color);
    box-shadow:
        0px -2px 0px 0px #EDEDED inset,
        0px 0px 0px 1px #EAEDF0,
        0px 2px 6px -2px #D4D4D4;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.biocard_body_gridbox_image {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.biocard_body_gridbox_image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.biocard_body_name {
    color: #1F4E79;
    font: 700 20px/24px var(--fontone);
    margin: 15px 20px 8px 20px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.biocard_body_designation {
    color: #4A9EFF;
    font: 400 16px/20px var(--fontone);
    margin: 0 20px 15px 20px;
    padding: 0;
}

.biocard_body_title {
    color: #1F4E79;
    font: 400 26px/30px var(--fontone);
    padding-bottom: 25px;
}

.biocard_body_subtitle {
    color: #3A3A3A;
    font: 400 16px/20px var(--fontone);
    margin: 0 20px 20px 20px;
    padding: 0;
    line-height: 24px;
}

.ourbiocard_bg_section {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
}

.ourbiocard_bg_maingap {
    padding: 20px;
}

.ourbiocard_bg_main {
    width: 100%;
    padding: 60px 80px;
    background-image: url(../Images/biobgmain.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}

/* .ourbiocard_bg_main::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: url(../Images/biobgmain.png);
    width: 100%;
    height: auto;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
} */

.ourbiocard_content_para {
    color: #141B34;
    text-align: center;
    font: 300 25px/30px var(--tablefont-family);
    text-align: center;
    margin-bottom: 0px;
}

.ourbiocard_grid-boxbg {
    width: 100%;
    background-color: #222222;
    padding: 10px;
    border-radius: 10px;
    height: 166px;
    position: relative;
    z-index: 4;
}

.ourbiocard_grid-boxbg::after {
    position: absolute;
    content: url(../Images/biocardbluebg.svg);
    top: 0;
    right: 0;
    width: 100%;
    max-width: 290px;
    min-width: 290px;
    border-top-right-radius: 10px;
    overflow: hidden;
    height: 166px;
    z-index: 5;
    border-bottom-right-radius: 10px;
}

/* Our Bio End */

/* Purpose Start */
.purposeinner_boxgap {
    padding: 25px;
}

.purpose_section {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
}

.purposeinner_boxgapvideo {
    width: 100%;
    height: 200px;
}

.purposeinner_boxgapvideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.purpose_section_boxgap {
    padding: 30px 90px 30px 30px;
}

.purpose-textsubtitle {
    font: 400 40px/45px var(--fonttwo);
    color: #F47C26;
}

.purpose-textsubtitle span {
    color: #1F4E79;
}

.purpose-testtitle {
    color: var(--text-color);
    font: 400 32px/40px var(--fontone);
    margin-bottom: 0px;
}

.purpose-testtitle>svg {
    width: 20px;
    height: 20px;
}

.purpose-textspantitle {
    font: 400 28px/32px var(--fontone);
    color: var(--text-color);
    margin: 0px;
    padding: 15px 0px 15px 0px;
    width: 100%;
    max-width: 75%;
    min-width: 75%;
}

/* Purpose End */

/* Investment Opportunity Start */
.hero-title span {
    color: #F47C26;
}

.investmentopportunites_section {
    width: 100%;
    height: auto;
}

.investmentopportunites_grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    column-gap: 15px;
    align-items: flex-start;

}



.investmentopportunites_bg_main {
    border-right: 1px solid rgba(46, 46, 46, 0.20);
    background: #FFF;
    min-height: auto;
    max-height: auto;
}

.investmentcardone {
    width: 100%;
    height: auto;
    border-top: 1px solid #ccc;
}

.investmentcardone:last-child {
    border-bottom: 1px solid #ccc;
}

.investmentopportunites-top {
    border-bottom: 1.5px solid #ccc;
    padding: 25px;
}

.investmentopportunites-bottom {
    padding: 25px;
    height: 660px;
}

.investmentopportunites-toptext {
    color: #141B34;
    font-family: var(--fonttwo);
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 0px;
}

.investmentopportunites-bottomtext {
    color: #3A3A3A;
    font-family: var(--fontone);
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
}

.investmentopportunites-bottomtext span {
    color: #F47C26;
}

.investmentopportunites_gridvideo {
    width: 100%;
    height: 746px;
}

.investmentopportunites_gridvideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.investmentcarborder {
    width: 100%;
    height: auto;
    border-top: 1px solid #ccc;
}

/* Investment Opportinity End */


/* Faq Start */
.faqsection_main {
    width: 100%;
    height: auto;
}

.faqsection_main_wrap {
    padding: 60px 20px 80px 20px;
}

.faqaccordian_main {
    border-bottom: 1px solid #ccc;
}

.faqaccordian_main_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    cursor: pointer;
}

.togglefaq_icon .fa-plus {
    color: var(--bg-colorone);
    font-size: 20px;
    transition: transform 0.3s ease;
}

.togglefaq_icon .fa-minus {
    color: #B1B1B1;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.faqaccordian_main_toptext {
    color: #0085FF;
    font-family: var(--fonttwo);
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.faqaccordian_main_bottomtext {

    color: var(--text-color);
    font-family: var(--fontone);
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

.faqaccordian_main_bottom {
    overflow: hidden;
    height: 0;
    transition: height 0.35s ease;
    cursor: pointer;
}

.faqaccordian_main.active .faqaccordian_main_bottom {
    height: auto;
}

.personalinjury_statistics_section {
    width: 100%;
    height: auto;
}

.lawstatics_box_gap {
    width: 100%;
    padding: 10px;
}

.lawstatics_box_gapbg {
    background-image: url(../Images/Rectanglechallengebox.svg);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 40px;
    margin-bottom: 50px;
}

.challenge-title span {
    color: var(--bg-colorone);
}

.text_statusmatter {
    text-align: center;
    color: #141B34;
    font-family: var(--fonttwo);
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 0px;
    margin: 0px;
}

.pi-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 25px 25px 50px 25px;
}

.pi-box {
    padding: 40px 20px;
    text-align: center;
    border: 1px solid #DEDEDE;
    background: #FFF;

}

.pi-box img {
    width: 40px;
    height: auto;
    margin-bottom: 20px;
}

.pi-box p {
    color: #0C1A2B;
    text-align: center;
    font-family: var(--fontone);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.lawstatics_box_border {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.lawstatics_faq_wrapmain {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
    counter-reset: statCounter;
}

.stats-accordion {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    font-family: "Inter", sans-serif;
}

.stats-item {
    border-bottom: 1px solid #ccc;
}

.stats-item:last-child {
    border-bottom: 0px solid #ccc;
}

.stats-header {
    counter-increment: statCounter;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 20px;
    font-size: 20px;
    cursor: pointer;
    column-gap: 10px;
}

.stats-header .stats-title::before {
    content: counter(statCounter) ". ";
    font-weight: 500;
    font-family: var(--fonttwo);
    font-size: 26px;
    line-height: 30px;
}

.stats-title {
    color: #141B34;
    font-family: var(--fonttwo);
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
}

.stats-icon {
    color: #ff7a00;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease;
}

/* content */
.stats-content {
    overflow: hidden;
    height: 0;
    padding: 0 15px;
    transition: height 0.35s ease;
}

.stats-item.active .stats-content {
    padding-bottom: 15px;
}

.stats-content ul {
    margin: 8px 0;
    padding-left: 36px;
}

.stats-content li {
    margin-bottom: 6px;
    text-align: left;
    color: #3A3A3A;
    font-family: var(--fontone);
    font-size: 20px;
    font-weight: 400;
    line-height: 25px
}


.highlight {
    color: #F47C26;
    font-weight: 400;
}

/* active icon */
.stats-item.active .stats-icon {
    color: #F47C26
}

/* Faq End */


/* Our Mission Start */
.divider-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.divider-text {
    position: relative;
    font-family: var(--fontone);
    font-size: 16px;
    color: var(--text-color);
    padding: 0 20px;
    font-weight: 400;
}

.divider-wrap::before,
.divider-wrap::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #dcdcdc;
}

.divider-text span {
    color: var(--bg-colorone);
    /* Orange 400+ */
    font-weight: 600;
}

.divider-wrap::before {
    margin-right: 10px;
    margin-left: 70px;
}

.divider-wrap::after {
    margin-left: 10px;
    margin-right: 70px;
}

.logo-slider {
    width: 100%;
    overflow: hidden;
    /* padding: 20px 40px; */
    max-width: 90%;
    min-width: 90%;
    margin: auto;
}

.logo-track {
    display: flex;
    align-items: center;
    gap: 60px;
    animation: slideLR 12s linear infinite;
}

.logo-track img {
    width: 100%;
    max-width: 120px;
    min-width: 121px;
    height: 40px;
    opacity: 0.8;
    transition: 0.3s ease;
}

.divider-wrap-logomain {
    padding-bottom: 200px;
}

.logo-track img:hover {
    opacity: 1;
    transform: scale(1.05);
}

@keyframes slideLR {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.ourmission_sectionmain {
    width: 100%;
    height: auto;
    border-top: 1px solid #ccc;

}

.ourvission_sectionmain {
    width: 100%;
    height: auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.ourmissionview_card {
    padding: 10px;
}

.ourmissionview_cardbg {
    border-radius: 10px;
    border: 1px solid #DEDEDE;
    background: var(--white-color);
    padding: 15px;
}

.ourmissionview_title {
    color: var(--text-color);
    font-family: var(--fontone);
    font-size: 39px;
    font-weight: 400;
    line-height: 44px;
    padding: 15px 0px 0px 0px;
    margin: 0px;
}

.ourmissionview_title span {
    color: var(--bg-colorone);
}

.corevalues-section_wrap {
    width: 100%;
    max-width: 44%;
    min-width: 45%;
    margin: auto;
    text-align: center;
    padding: 20px;
}

.values-section {
    width: 100%;
    padding: 50px 0;
    background: #fff;
}





.value-card {
    padding: 30px 35px;
    background: #FFF;
    border-bottom: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
}

.value-card:nth-child(6) {
    border-right: none;
}

/* ICON STYLE */
.icon-box {
    width: 48px;
    height: 48px;
    background: #ff7a00;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.icon-box img {
    width: 24px;
    height: 24px;
}


.value-cardtitle {
    color: #0C1A2B;
    font-family: var(--fontone);
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
}

.value-cardsubtitle {
    color: #3A3A3A;
    font-family: var(--fontone);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0px;
}

.values-grid {
    display: grid;
    width: 100%;
    gap: 0;
    grid-template-columns: repeat(6, 1fr);
}

.value-card:nth-child(1) {
    grid-column: 1 / span 3;
}

.value-card:nth-child(2) {
    grid-column: 4 / span 3;
}


.value-card:nth-child(3) {
    grid-column: 1 / span 2;
}

.value-card:nth-child(4) {
    grid-column: 3 / span 2;
}

.value-card:nth-child(5) {
    grid-column: 5 / span 2;
}

.stackholder_section {
    width: 100%;
    height: auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.stackholder_sectionbox_wrap {
    width: 100%;
    padding: 30px;
}

.stackholder_headingtitle {
    color: #0C1A2B;
    font-family: var(--fonttwo);
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 20px;

}

.acc-item {
    border-radius: 10px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 18px 20px;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 20px;
}

.acc-item:last-child {
    margin-bottom: 0px;
}

.acc-item.active {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    border-color: #d0d5dd;
}

.acc-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.acc-title {
    flex: 1;
    margin-left: 12px;
    color: #0C1A2B;
    font-family: var(--fontone);
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

.acc-body {
    margin-top: 10px;
    color: #3A3A3A;
    font-family: var(--fontone);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.acc-item.active .acc-body {
    height: auto;
    transition: 0.5s all ease-in-out;
}

.acc-toggle i {
    color: var(--bg-colorone);
    transition: 0.4s all ease-in;
}

.acc-item.active .acc-toggle i {
    transform: rotate(-45deg);
    transition: 0.5s all ease-in;
    color: #B1B1B1;
}


.problem_section_right {
    position: relative;
}

.right-video-box {
    width: 100%;
    height: 277px;

    display: none;
    transition: opacity .4s ease;
}

.right-video-box.visible {
    display: block;

}

.right-video-box video {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    object-fit: cover;
}

/* Our Mission End */

/* Pro Farma Start */
.profarma_excelsection {
    width: 100%;
    height: auto;
}

.profarma_excelsectionbg {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    height: auto;
    padding-bottom: 170px;
}

.profarma_excelsectionbg img {
    width: 100%;
    height: 100%;
}

.injuryprocard_section {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.injuryprocard_sectionimg {
    width: 100%;
    max-width: 90%;
    min-width: 90%;
    margin: auto;
    /* border-left: 1px solid #cccc; */
    /* border-right: 1px solid #ccc; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.injuryprocard_sectionimgmain {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
}

.injuryprocard_sectionimgmain img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.promarmaborder_section {
    border-bottom: 1px solid #ccc;
    /* border-top: 1px solid #ccc; */
}

.profarmabordercustom {
    width: 100%;
    max-width: 68%;
    min-width: 68%;
    margin: 0px auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 100px;
}

/* Pro Farma End */

@media(max-width:1870px) {
    .story_sectionparaone {
        font: 400 28px / 34px var(--fontone);
        color: var(--text-color);
        padding-bottom: 30px;
        margin-bottom: 0px;
    }
}

@media(max-width:1700px) {
    .story_sectionparaone {
        font: 400 24px / 28px var(--fontone);
        padding-bottom: 30px;
        margin-bottom: 0px;
    }

    .story_sectionparatwo {
        font: 400 26px / 30px var(--fontone);
    }

    .hero_innercontainer {
        width: 100%;
        max-width: 80%;
        min-width: 80%;
    }

    .profarmabordercustom {
        width: 100%;
        max-width: 80%;
        min-width: 80%;
    }
}

@media(max-width:1650px) {
    .bannerinnerpage_para {
        font: 300 18px / 25px var(--fontone);
    }

    .story_sectionparatwo {
        font: 400 22px / 27px var(--fontone);

    }

    .story_sectionparaone {
        font: 400 20px / 26px var(--fontone);
    }

    .herobiosection {
        padding: 100px 0px;
    }

    .biocard_headercontent_text {
        font: 300 22px / 30px var(--tablefont-family);
    }

    .biocard_headercontent {
        height: 180px;
        padding: 30px;
    }

    .biocard_headercontent::before {
        height: 180px;
    }

    .biocard_headercontent::after {
        height: 180px;
    }

    .ourmissionview_title {
        font-size: 32px;
        line-height: 39px;
    }
}

@media(max-width:1399px) {
    .bannerinnerpage_para {
        font: 300 16px / 22px var(--fontone);
    }

    .heroinnersection {
        padding: 80px 0px 60px 0px;
    }

    .ourstorycard_grid-para {
        font: 400 27px / 31px var(--fonttwo);
        color: var(--white-color);
    }

    .story_sectionparatwo {
        font: 400 18px / 24px var(--fontone);
    }

    .story_sectionparaone {
        font: 400 18px / 23px var(--fontone);
    }

    .story_sectionmaingridgap {
        padding: 18px 30px 18px 30px;
    }

    .herobiosection {
        padding: 60px 0px;
    }

    .biocard_headercontent_text {
        font: 300 19px / 27px var(--tablefont-family);
    }

    .purpose-testtitle {
        color: var(--text-color);
        font: 400 24px / 32px var(--fontone);
        margin-bottom: 0px;
    }

    .purpose-textspantitle {
        font: 400 25px / 29px var(--fontone);
        width: 100%;
        max-width: 90%;
        min-width: 90%;
    }

    .purpose-textsubtitle {
        font: 400 36px / 40px var(--fonttwo);
        color: #F47C26;
    }

    .corevalues-section_wrap {
        width: 100%;
        max-width: 60%;
        min-width: 60%;
    }

    .stackholder_sectionbox_wrap {
        width: 100%;
        padding: 20px;
    }

    .herosection {
        padding: 180px 0px;
    }

    .hero_innercontainer {
        width: 100%;
        max-width: 90%;
        min-width: 90%;
    }
        .profarmabordercustom {
        width: 100%;
       max-width: 90%;
        min-width: 90%;
    }
}

@media(max-width:1270px) {
    .right-video-box {
        width: 100%;
        height: 300px;
    }

    .ourbiocard_content_para {
        font: 300 20px / 26px var(--tablefont-family);

    }
}

@media(max-width:1199px) {
    .inner_banner_grid-left {
        grid-column: span 4 / span 6;
    }

    .inner_banner_grid-right {
        grid-column: span 8 / span 6;
    }

    .hero_innercontent-wrap {
        padding: 0px 30px;
    }

    .heroinnersection {
        padding: 60px 0px 60px 0px;
    }

    .ourstorycard_grid-para {
        font: 400 25px / 30px var(--fonttwo);
        color: var(--white-color);
    }

    .story_sectionmaingridgap {
        padding: 18px 18px 18px 18px;
    }

    .story_sectionparatwo {
        font: 400 16px / 22px var(--fontone);
    }

    .story_sectionparaone {
        font: 400 16px / 22px var(--fontone);
    }

    .purpose-testtitle {
        color: var(--text-color);
        font: 400 21px / 29px var(--fontone);
        margin-bottom: 0px;
    }

    .purpose-textspantitle {
        font: 400 22px / 26px var(--fontone);
    }

    .ourmissionview_title {
        font-size: 28px;
        line-height: 34px;
    }

    .inner_banner_grid {
        column-gap: 3px;
    }

    .value-cardtitle {
        font-size: 21px;
    }

    .value-cardsubtitle {
        color: #3A3A3A;
        font-size: 14px;
        line-height: 18px;
    }

    .faqaccordian_main_toptext {
        font-size: 20px;
        line-height: 25px;
    }

    .faqaccordian_main_bottomtext {
        font-size: 17px;
        line-height: 22px;
    }

    .herosection {
        padding: 140px 0px;
    }

    .stats-title {
        font-size: 22px;
        line-height: 30px;
    }

    .stats-content li {
        margin-bottom: 6px;
        font-size: 18px;
        line-height: 23px;
    }

    .investmentopportunites_grid {
        grid-template-columns: 1fr;
    }

    .investmentopportunites_gridright {
        order: 2;
    }

    .investmentopportunites_gridleft {
        order: 1;
    }

    .ourbiocard_bg_main {
        width: 100%;
        padding: 50px 50px;
    }

    .purposeinner_boxgapvideo {
        width: 100%;
        height: auto;
    }

    .purposeinner_boxgapvideo video {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 10px;
    }
}

@media(max-width:991px) {
    .hero_innercontainer {
        width: 100%;
        max-width: 90%;
        min-width: 90%;
    }

    .ourstorycard_grid-box {
        grid-column: span 6 / span 6;
    }

    .ourstorycard_grid {
        row-gap: 10px;
    }

    .ourmissionview_title {
        font-size: 24px;
        line-height: 30px;
    }

    .divider-wrap::before {
        margin-right: 5px;
        margin-left: 35px;
    }

    .divider-wrap::after {
        margin-left: 5px;
        margin-right: 35px;
    }

    .divider-wrap-logomain {
        padding-bottom: 100px;
    }

    .corevalues-section_wrap {
        width: 100%;
        max-width: 80%;
        min-width: 80%;
    }

    .stackholder_headingtitle {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .faqaccordian_main_toptext {
        font-size: 16px;
        line-height: 22px;
    }

    .faqaccordian_main_bottomtext {
        font-size: 15px;
        line-height: 20px;
    }

    .herosection {
        padding: 100px 0px;
    }

    .stats-title {
        font-size: 20px;
        line-height: 27px;
    }

    .stats-header .stats-title::before {
        font-size: 20px;
        line-height: 27px;
    }

    .ourbiocard_content_para {
        font: 300 16px / 24px var(--tablefont-family);
    }

}

@media(max-width:776px) {

    .inner_banner_grid-left {
        grid-column: span 12 / span 6;
        order: 2;
    }

    .inner_banner_grid-right {
        grid-column: span 12 / span 6;
        order: 1;
    }

    .bannerinnerpage_para {
        font: 300 16px / 22px var(--fontone);
        text-align: left;
    }

    .ourstorycard_grid-box {
        grid-column: span 12 / span 6;
    }

    .story_sectionmaingrid_left {
        grid-column: span 12 / span 6;
    }

    .story_sectionmaingrid_right {
        grid-column: span 12 / span 6;
    }

    .heroinnersection {
        padding: 40px 0px 40px 0px;
    }

    .herobiosection {
        padding: 40px 0px;
    }

    .biocard_body_grid {
        grid-template-columns: 1fr;
    }

    .biocard_body_gridbox {
        grid-column: span 1;
    }

    .biocard_body_name {
        font: 700 18px/22px var(--fontone);
        margin: 12px 15px 6px 15px;
    }

    .biocard_body_designation {
        font: 400 14px/18px var(--fontone);
        margin: 0 15px 12px 15px;
    }

    .biocard_body_subtitle {
        color: #3A3A3A;
        font: 400 15px / 22px var(--fontone);
        margin: 0 15px 15px 15px;
    }

    .biocard_headercontent_text {
        font: 300 17px / 24px var(--tablefont-family);
    }

    .ourstorycard_grid-para {
        font: 400 21px / 26px var(--fonttwo);
    }

    .purpose-testtitle {
        color: var(--text-color);
        font: 400 18px / 26px var(--fontone);
        margin-bottom: 0px;
    }

    .purpose-textspantitle {
        font: 400 19px / 24px var(--fontone);
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .purpose-textsubtitle {
        font: 400 30px / 34px var(--fonttwo);
        color: #F47C26;
    }

    .divider-text {
        font-size: 14px;
    }

    .corevalues-section_wrap {
        width: 100%;
        max-width: 90%;
        min-width: 90%;
    }

    .value-card:nth-child(1) {
        grid-column: span 6 / span 6;
    }

    .value-card:nth-child(2) {
        grid-column: span 6 / span 6;
    }

    .value-card:nth-child(3) {
        grid-column: span 6 / span 6;
    }

    .value-card:nth-child(4) {
        grid-column: span 6 / span 6;
    }

    .value-card:nth-child(5) {
        grid-column: span 6 / span 6;
    }

    .pi-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .pi-box {
        padding: 20px 20px;
    }

    .pi-box p {
        font-size: 14px;
        line-height: 18px;
    }

    .investmentopportunites-bottom {
        padding: 25px;
        height: 540px;
    }

    .investmentopportunites_gridvideo {
        width: 100%;
        height: 590px;
    }

    .investmentopportunites-bottomtext {
        font-size: 21px;
        line-height: 26px;
    }

    .investmentopportunites-toptext {
        color: #141B34;
        font-size: 25px;
        line-height: 30px;
    }

    .ourbiocard_bg_main {
        width: 100%;
        padding: 40px 40px;
    }

    .purposeinner_boxgap {
        padding: 20px;
    }
}

@media(max-width:576px) {
    .bannerinnerpage_para {
        font: 300 14px / 20px var(--fontone);
        text-align: left;
    }

    .herobiosection {
        padding: 30px 0px;
    }

    .biocard_body_title {
        color: #1F4E79;
        font: 400 20px / 24px var(--fontone);
        padding-bottom: 10px;
    }

    .biocard_headercontent_text {
        font: 300 12px / 20px var(--tablefont-family);
    }

    .biocard_headercontent::before {
        max-width: 245px;
        min-width: 245px;
    }

    .biocard_headercontent::after {
        max-width: 245px;
        min-width: 245px;
    }

    .purpose_section_boxgap {
        padding: 20px 20px 20px 20px;
    }

    .purpose-textsubtitle {
        font: 400 25px / 30px var(--fonttwo);
        color: #F47C26;
    }

    .purpose-textspantitle {
        font: 400 18px / 22px var(--fontone);
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .ourmissionview_title {
        font-size: 20px;
        line-height: 27px;
    }

    .divider-wrap-logomain {
        padding-bottom: 50px;
    }

    .stackholder_sectionbox_wrap {
        width: 100%;
        padding: 10px;
    }

    .stackholder_headingtitle {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 0px;
    }

    .faqaccordian_main_toptext {
        font-size: 14px;
        line-height: 20px;
    }

    .investmentopportunites-top {
        border-bottom: 1.5px solid #ccc;
        padding: 15px;
    }

    .faqaccordian_main_bottomtext {
        font-size: 14px;
        line-height: 18px;
    }

    .faqaccordian_main_top {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .faqsection_main_wrap {
        padding: 40px 20px 50px 20px;
    }

    .herosection {
        padding: 50px 0px;
    }

    .stats-title {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }

    .stats-content li {
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 19px;
    }

    .stats-header {
        padding: 15px 15px;
    }

    .pi-features {
        grid-template-columns: repeat(1, 1fr);
    }

    .ourbiocard_bg_main {
        width: 100%;
        padding: 30px 30px;
    }

    .purposeinner_boxgap {
        padding: 10px;
    }

    .investmentopportunites_gridvideo {
        width: 100%;
        height: 400px;
    }

    .investmentopportunites-bottom {
        padding: 25px;
        height: 460px;
    }

    .investmentopportunites-toptext {
        color: #141B34;
        font-size: 20px;
        line-height: 25px;
    }

    .investmentopportunites-bottomtext {
        font-size: 16px;
        line-height: 23px;
    }
}