/*********************/
/* Main CSS Start */
/*******************/
/* Global Css */
.desktop_none {
    display: none !important;
}
.mobile_none {
    display: block !important;
}
/* FAQ START */
.faq_s1{
    margin-top: 123px;
    padding: 104px 0px;
}
.faq_c1{
    max-width: 1256px !important;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.faq_top{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.faq_title{
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    margin: 0px;
}
.faq_subtitle{
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0px;
}
.faq_link{
    color: var(--brand-blue, #2C6AFB);
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
    margin: 0px;
}
.faq_bottom{
    display: flex;
    padding: 64px;
    flex-direction: column;
    gap: 40px;
    border-radius: var(--standard, 4px);
    background: var(--Base-Off-White, #FAFAFA);
}
.faqaccordion{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.faqaccordion-item{
    border: 0px;
    border-radius: 0px;
    margin: 0px;
}
.faqaccordion-header{
    margin: 0px;
}
.faqaccordion-button::after{
    display:none;
}
.faqaccordion-button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    background: transparent;
    padding: 0px;
    border: none;
    box-shadow: none;
}
.faqaccordion-button:not(.collapsed){
    background: transparent;
    box-shadow: none;
}
.faqaccordion-button:focus{
    box-shadow: none;
}
.faq-title{
    color: var(--Base-Off-Black, #0F0F0F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    margin: 0px;
}
.faqaccordion .faqaccordion-body{
    color: var(--Base-Off-Black, #0F0F0F);
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0px;
    margin-top: 8px;
    max-width: 95%;
}
.faq-icon{
    width:24px;
    height:24px;
}
.faq-icon img{
    height: 24px;
    width: 24px;
    display:block;
    transition:transform .35s ease;
}
.faqaccordion-button:not(.collapsed) .faq-icon img{
    transform:rotate(180deg);
}
/* FAQ END */
/* Browse Individual Start */
.brin_s1{
    margin-top: 123px;
    padding: 0px;
    display: flex;
    background: #FAFAFA;
}
.brin_s1left{
    width: 50%;
    padding: 40px 12.5% 40px 0px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.brin_s1img{
    width: 50%;
}
.brin_s1leftinner{
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 428px;
}
.brin_s1lefttop{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.brin_s1lefttitle{
    color: var(--Base-Off-Black, #0F0F0F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    margin: 0px;
}
.brin_s1leftsubtitle{
    color: var(--Base-Off-Black, #0F0F0F);
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0px;
    opacity: 0.5;
}
.brin_s1leftmid{
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--Base-04, #E9E9E9);
    background: var(--Base-White, #FFF);
}
.brin_s1leftmidtextline{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.brin_s1leftmidtext{
    color: var(--Base-Off-Black, #0F0F0F);
    font-family: "Google Sans Flex";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0px;
}
.brin_s1leftmidtexta{
    color: var(--Base-Off-Black, #0F0F0F);
    font-family: "Google Sans Flex";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0px;
    opacity: 0.5;
}
.brin_s1leftbottom{
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.brin_whitebtn{
    display: inline-flex;
    height: 56px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid var(--Base-04, #E9E9E9);
    background: var(--Base-White, #FFF);
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    max-width: 150px;
    width: 100%;
}
.brin_whitebtn:hover{
    border: 1px solid var(--Base-04, #0F0F0F);
    background: var(--Base-Off-Black, #0F0F0F);
    color: #FFFFFF;
}
.brin_blackbtn{
    display: inline-flex;
    height: 56px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Base-Off-Black, #0F0F0F);
    color: var(--Base-Off-White, #FAFAFA);
    text-align: center;
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    width: 100%;
}
.brin_blackbtn:hover{
    border: 1px solid var(--Base-03, #BDBDBD);
    background: var(--Base-Off-White, #FAFAFA);
    color: #0F0F0F;
}
/* Browse Individual End */

/* About Us Start */
.abt_s1{
    margin-top: 123px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    height: 74vh;
    position: relative;
    background-color: #FAFAFA;
}
.scrolldown_btn{
    position: absolute;
    left: 50%;
    bottom: 24px;
    height: 40px;
    width: 40px;
    padding: 8px;
    transform: translateX(-50%);
    border-radius: 100px;
    background: var(--Base-Off-Black, #0F0F0F);
    z-index: 10;
}
.abt_s1left{
    width: 50%;
    padding: 40px 5.4% 40px 0px;
    justify-content: end;
    display: flex;
}
.abt_s1leftinner{
    width: 524px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 32px;
}
.abt_s1titlebar{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.abt_s1title{
    color: var(--Base-Off-Black, #0F0F0F);
    font-family: "Google Sans Flex";
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.56px;
    text-transform: capitalize;
    margin: 0px;
}
.abt_s1subtitle{
    color: var(--Base-Off-Black, #0F0F0F);
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0px;
    opacity: 0.5;
}
.abt_s1right{
    width: 50%;
}
.abtvideo-wrapper{
    width:100%;
    height: -webkit-fill-available;
    overflow:hidden;
    line-height: 0;
}
.abtvideo-wrapper video{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: center;
}
.abt_s2{
    padding: 0px;
    scroll-margin-top: 123px;
}
.abt_c2{
    max-width: 1240px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.abt_s2top{
    display: flex;
    padding: 80px 104px 24px 104px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
.abt_s2label{
    color: var(--brand-blue, #2C6AFB);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    margin: 0px;
}
.abt_s2title{
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    margin: 0px;
}
.abt_s2bottom{
    display: flex;
    padding: 32px 104px;
    align-items: center;
    gap: 80px;
    align-self: stretch;
    background: var(--Base-Off-White, #FAFAFA);
}
.abt_s2subtitle{
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;
    font-family: Geist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0px;
    opacity: 0.5;
}
.abt_s3{
    padding: 40px;
}
.abt_c3{
    max-width: 100%;
    width: 100%;
    background-image: url(../img/abt_s3bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 520px;
    padding: 80px 0px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.abt_con3{
    max-width: 1240px !important;
    padding: 0px;
}
.abt_s3left{
    max-width: 524px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.abt_s3titlebar{
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.abt_s3label{
    color: var(--brand-blue, #2C6AFB);
    font-family: Geist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.4px;
    margin: 0px;
}
.abt_s3title{
    color: var(--Base-Off-Black, #0F0F0F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    margin: 0px;
}
.abt_s3subtitle{
    color: var(--Base-Off-Black, #0F0F0F);
    font-family: Satoshi Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    margin: 0px;
    opacity: 0.5;
}
.abt_s4{
    background: var(--Base-Off-White, #FAFAFA);
    padding: 0px;
    display: flex;
    flex-direction: row;
}
.abt_s4left{
    width: 50%;
    padding: 80px 5% 80px 0px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.abt_s4leftinner{
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 524px;
}
.abt_s4lefttop{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.abt_s4titlebar{
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.abt_s4label{
    color: var(--brand-blue, #2C6AFB);
    font-family: Geist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.4px;
    margin: 0px;
}
.abt_s4title{
    color: var(--Base-Off-Black, #0F0F0F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    margin: 0px;
}
.abt_s4subtitle{
    color: var(--Base-Off-Black, #0F0F0F);
    font-family: Satoshi Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    margin: 0px;
    opacity: 0.5;
}
.abt_s4right{
    width: 50%;
}
.abt_blackbtn{
    display: inline-flex;
    height: 56px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Base-Off-Black, #0F0F0F);
    color: var(--Base-Off-White, #FAFAFA);
    text-align: center;
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    width: max-content;
}
.abt_blackbtn:hover{
    border: 1px solid var(--Base-03, #BDBDBD);
    background: var(--Base-Off-White, #FAFAFA);
    color: #0F0F0F;
}
.abt_s5{
    padding: 0px;
    display: flex;
    flex-direction: row;
}
.abt_s5left{
    width: 41.1%;
}
.abt_s5right{
    padding: 40px 40px 40px 9%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.abt_s5rightinner{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.abt_s5title{
    color: var(--Base-Off-Black, #0F0F0F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    margin: 0px;
}
.abt_s5rightbottom{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    gap: 40px;
    max-width: 706px;
}
/* .abt_s5rightbottomline{
    display: flex;
    flex-direction: column;
    grid-gap: 40px;
} */
.abt_s5card{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.abt_s5cardtitlebar{
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.abt_s5cardnumber{
    color: var(--brand-blue, #2C6AFB);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    margin: 0px;
}
.abt_s5cardtitle{
    color: var(--Base-Off-Black, #0F0F0F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Google Sans Flex";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    margin: 0px;
}
.abt_s5cardsubtitle{
    color: var(--Base-Off-Black, #0F0F0F);
    font-family: "Google Sans Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0px;
    opacity: 0.5;
}
/* About Us End */














/*************************/
/* Responsive CSS Start */
/***********************/
@media only screen and (max-width: 600px) {
    /*******************/
    /* Global Css */
    .desktop_none {
        display: block !important;
    }
    .mobile_none {
        display: none !important;
    }
    /* FAQ START */
    .faq_s1{
        margin-top: 91px;
        padding: 40px 0px;
    }
    .faq_c1{
        padding: 0px 24px;
    }
    .faq_title{
        font-size: 32px;
    }
    .faq_bottom{
        padding: 24px;
    }
    .faq-title{
        font-size: 18px;
        text-align: start;
    }
    .faqaccordion .faqaccordion-body{
        max-width: 82%;
    }
    /* FAQ END */
    /* Browse Individual Start */
    .brin_s1{
        margin-top: 91px;
        flex-direction: column-reverse;
    }
    .brin_s1left{
        width: 100%;
        padding: 40px 24px;
    }
    .brin_s1img{
        width: 100%;
    }
    .brin_s1lefttitle{
        font-size: 24px;
    }
    .brin_s1leftbottom{
        flex-direction: column-reverse;
        gap: 16px;
    }
    .brin_whitebtn{
        max-width: 100%;
    }
    /* Browse Individual End */
    /* About Us Start */
    .abt_s1{
        margin-top: 91px;
        height: auto;
        flex-direction: column-reverse;
    }
    .abt_s1right{
        width: 100%;
    }
    .abt_s1left{
        width: 100%;
        padding: 40px 24px;
    }
    .abt_s1leftinner{
        gap: 24px;
    }
    .abt_s1title{
        font-size: 32px;
        max-width: 280px;
    }
    .abtvideo-wrapper video{
        height: 300px;
    }
    .abt_s2top{
        padding: 40px 24px;
        gap: 8px;
        align-items: start;
    }
    .abt_s2title{
        font-size: 24px;
        text-align: start;
    }
    .abt_s2subtitle{
        text-align: start;
    }
    .abt_s2bottom{
        padding: 40px 24px;
    }
    .abt_s3{
        padding: 24px;
    }
    .abt_c3{
        padding: 40px 24px 40px 24px;
        border-radius: 8px;
        background-image: url(../img/abt_s3bgmob.png);
        min-height: 445px;
        align-items: flex-end;
    }
    .abt_s3title{
        font-size: 24px;
        max-width: 200px;
    }
    .abt_s3subtitle{
        line-height: 160%;
        font-family: 'Google Sans Flex';
        font-weight: 400;
    }
    .abt_s4{
        flex-direction: column-reverse;
    }
    .abt_s4left{
        width: 100%;
        padding: 40px 24px;
    }
    .abt_s4right{
        width: 100%;
    }
    .abt_s4title{
        font-size: 24px;
    }
    .abt_s4leftinner{
        gap: 24px;
    }
    .abt_s4subtitle{
        line-height: 160%;
    }
    .abt_s5{
        flex-direction: column;
    }
    .abt_s5left{
        width: 100%;
    }
    .abt_s5right{
        padding: 40px 24px;
    }
    .abt_s5rightinner{
        gap: 24px;
    }
    .abt_s5title{
        font-size: 24px;
    }
    .abt_s5cardtitle{
        font-size: 18px;
    }
    .abt_s5cardnumber{
        font-size: 18px;
    }





    .abt_s5rightbottom{
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-auto-flow: row;
        gap: 24px;
    }
    /* About Us End */
}

@media only screen and (min-width: 900px) and (max-width:999px) {}

@media only screen and (min-width: 1000px) and (max-width:1099px) {
    .faq_c1{
        max-width: 950px !important;
    }
    .brin_s1left{
        padding: 40px 4% 40px 0px;
    }
    .abt_s3{
        padding: 24px;
    }
    .abt_s5rightbottom{
        gap: 24px;
    }
    .abt_s5cardtitle{
        font-size: 20px;
    }
}

@media only screen and (min-width: 1100px) and (max-width:1199px) {
    .faq_c1{
        max-width: 1050px !important;
    }
    .brin_s1left{
        padding: 40px 7% 40px 0px;
    }
    .abt_s3{
        padding: 24px;
    }
    .abt_con3{
        padding: 0px 32px;
    }
    .abt_s4left{
        padding: 80px 4% 80px 0px;
    }
    .abt_s4leftinner{
        max-width: 480px;
    }
    .abt_s4title{
        font-size: 36px;
    }
    .abt_s5rightbottom{
        gap: 24px;
    }
    .abt_s5cardtitle{
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1348px) {
    .faq_c1{
        max-width: 1150px !important;
    }
    .brin_s1left{
        padding: 40px 7% 40px 0px;
    }
    .abt_s3{
        padding: 24px;
    }
    .abt_con3{
        padding: 0px 32px;
    }
    .abt_s4left{
        padding: 80px 4.7% 80px 0px;
    }
    .abt_s5rightbottom{
        gap: 24px;
    }
}

@media only screen and (min-width: 1349px) and (max-width:1439px) {
    .brin_s1left{
        padding: 40px 7% 40px 0px;
    }
    .abt_s3{
        padding: 24px;
    }
    .abt_s4left{
        padding: 80px 7.1% 80px 0px;
    }
    .abt_s5rightbottom{
        gap: 24px;
    }
}

@media only screen and (min-width: 1440px) and (max-width:1499px) {
    .abt_s4left{
        padding: 80px 6.9% 80px 0px;
    }
}

@media only screen and (min-width: 1500px) and (max-width:1599px) {
    .abt_s4left{
        padding: 80px 6.4% 80px 0px;
    }
}

@media only screen and (min-width: 1600px) and (max-width:1699px) {
    .abt_s4left{
        padding: 80px 6% 80px 0px;
    }
}

@media only screen and (min-width: 1700px) and (max-width:1799px) {
    .abt_s4left{
        padding: 80px 5.7% 80px 0px;
    }
}

@media only screen and (min-width: 1800px) and (max-width:1919px) {
    .abt_s4left{
        padding: 80px 5.35% 80px 0px;
    }
}

@media only screen and (min-width: 9000px) and (max-width:1599px) {}

