@font-face {
    src: url(/Font/Rubik-Regular.ttf);
    font-family: 'Rubik-Regular';
}

@font-face {
    src: url(/Font/Rubik-Medium.ttf);
    font-family: 'Rubik-Medium';
}

@font-face {
    src: url(/Font/Rubik-Bold.ttf);
    font-family: 'Rubik-Bold';
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Rubik-Regular';
}

/* navbar */

.nav_bar {
    background-color: #F2F2F2;
}

.nav_Btn_Top {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #11142D;
    border-bottom: 2px solid transparent;
    border-radius: 10px;
    padding-left: 5px;
}

.nav_Btn_Top_Active {
    border-bottom: 2px solid blue;
    font-weight: 600;
    color: #084380 !important;
}

.nav_Btn_Top:hover {
    background-color: white;
}

.min_nav {
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}

.Login_Btn {
    border-radius: 10px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #001F3F;
    padding: 10px 15px;
    border: none;
}

.User_Btn {
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 20px;
    border: none;
}

.for_res {
    display: none;
}

.Login_Btn:hover,
.User_Btn:hover {
    box-shadow: 0px 0px 5px black;
}

.Nav_Btn {
    gap: 10px;
}

@media only screen and (max-width: 991.5px) {
    .Login_Btn {
        margin-bottom: 20px;
        display: none;
    }

    .User_Btn {
        display: none;
    }

    .for_res {
        display: unset;
        font-weight: 700;
    }
}

/* end of navbar */

/* Section Investor */

.Investor_Heading {
    font-size: 44px;
    font-weight: 400;
    line-height: 46px;
    color: #0F0D23;
}

.entrepreneurs {
    font-size: 44px;
    font-weight: 400;
    line-height: 46px;
    color: #002060;
}

.looking {
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    color: #000000;
}

.Investor_Img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.Investor_Btns_1 {
    background-color: #001F3F;
    color: #FFFFFF;
    border-radius: 8.5px;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 16px;
    padding: 10px 40px;
    border: none;
}

.Investor_Btns_2 {
    background-color: #094380;
    color: #FFFFFF;
    border-radius: 8.5px;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 16px;
    padding: 10px 40px;
    border: none;
}

.Investor_Btns_1:hover {
    background-color: rgba(41, 40, 40, 0.799);
    box-shadow: 0px 0px 5px black;
}

.Investor_Btns_2:hover {
    background-color: #0e355ecc;
    box-shadow: 0px 0px 5px black;
}

.Investor_Btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.Investor {
    padding-top: 20px;
    padding-bottom: 45px;
}

/* end of Section Investor */


/* Section Feature */

.Why {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    color: #0F0D23;
}

.Feature_box {
    background-color: #FFFFFF;
    border-radius: 16.5px;
    box-shadow: 0px 0px 9.9px 0px #00000040;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 70px;
}

.Crores {
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    color: #333333;
}

.Transacted {
    font-size: 10.5px;
    font-weight: 400;
    line-height: 15.5px;
    color: #999999;
    margin-bottom: 0px;
}

.left_part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.Feature_box_One {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #d9d9d94b;
    padding: 30px;
}

/* end of Section Feature */

/* Section Most-Momentum */

.Most-Momentum {
    background-color: #F2F2F2;
    padding-top: 45px;
    padding-bottom: 55px;
}

.Momentum {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    color: #0F0D23;
    margin-bottom: 15px;
}

.Offerings {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}

.Learn_Btn {
    border: none;
    border-radius: 10px;
    background-color: #001F3F;
    padding: 13.5px 8.5px;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 18.5px;
    color: #FFFFFF;
    width: 100%;
}

.Learn_Btn:hover {
    color: #001F3F;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 5px black;
}

.Card_One {
    border-radius: 13.5px;
    border: none;
    width: 100% !important;
}

.WiGL {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #303030;
}

.para_one {
    font-size: 15.5px;
    font-weight: 400;
    line-height: 15.5px;
    color: #303030;
    margin-bottom: 0px;
}

.three_part_text {
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    color: #303030;
    margin-bottom: 15px;
}

.Raised {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    color: #303030;
}

.three_part {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.shadow_card {
    box-shadow: 38.77px 38.77px 68.92px 0px #08041614;
}

/* end of Section Most-Momentum */

/* Section MOST-FUNDED */

.MOST-FUNDED {
    padding-top: 35px;
    padding-bottom: 50px;
}

/* end of Section MOST-FUNDED */

/* Section Process */

.Process {
    padding-top: 30px;
    padding-bottom: 100px;
}

.Process_heading {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    color: #0F0D23;
}

.img_one {
    width: 70px;
}

.text_one {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: #0F0D23;
    margin-top: 35px;
}

.para_one2 {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    opacity: 50%;
}

.Heading {
    margin-bottom: 50px;
}

/* end of Section Process */

/* Section STARTUPS */

.STARTUPS {
    background-image: url("/Images/Group\ 237686.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.IN {
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
}

.para3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 15px;
}

.Extra {
    margin-top: 30px;
    background-color: #FFFFFF;
    color: #0080FF;
    width: 200px;
}

/* end of Section STARTUPS */

/* Secttion FAQs */

.FAQs {
    padding: 60px 0px;
}

.FAQs_Heading {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    color: #0F0D23;
    margin-top: 50px;
    margin-bottom: 60px;
}

.FAQs_Box {
    border-radius: 30px;
    box-shadow: 10px 24px 54px 0px #0000000A;
    color: #FFFFFF;
    padding-bottom: 20px;
}

.Q1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    margin-bottom: 0px;
}

.Question {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 19px;
    cursor: pointer;
}

.A1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    margin-bottom: 0px;
}

.Open {
    transition: all 0.3s;
}

.Answer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding-left: 35px;
    overflow: hidden;
    transition: all 0.3s;
    transition-timing-function: linear;
    max-height: 0px;
}

.Show_Ans {
    max-height: 60px;
}

.QLine {
    margin-top: 15px;
    margin-bottom: 40px;
}

/* end of Secttion FAQs */

/* footer */

.Last_para {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
}

.Email_Id {
    margin-top: 3px;
}

.logo_img {
    width: 70%;
}

.upper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.Contact_Us {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.List_Last {
    list-style-type: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 0px;
}

.Head_List {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #084380;
    margin-bottom: 10px;
}

.Follow_Last {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #084380;
    margin-bottom: 
    25px;
}

.Logo4 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.Last_Logo {
    width: 24%;
    cursor: pointer;
}

.footer {
    padding-top: 35px;
    background-color: #F2F2F2;
}

.Text_Last {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #161616;
    margin-bottom: 0px;
}

.Copy {
    background-color: #D7D7D7;
    padding: 20px 0px;
    margin-top: 50px;
}

/* end of footer */


/* Media Query */

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .Investor_Heading {
        font-size: 35px;
        line-height: 40px;
    }

    .entrepreneurs {
        font-size: 35px;
        line-height: 40px;
    }

    .Investor_Btns_1 {
        padding: 10px 30px;
    }

    .Investor_Btns_2 {
        padding: 10px 25px;
    }

    .Crores {
        font-size: 18px;
    }

    .para_one {
        font-size: 12.5px;
    }

    .WiGL {
        font-size: 20px;
        line-height: 20px;
    }

    .three_part_text {
        font-size: 13px;
    }

    .Learn_Btn {
        font-size: 13.5px;
    }

    .Heading {
        margin-bottom: 20px;
    }
    
    .text_one {
        font-size: 17px;
        line-height: 30px;
        margin-top: 25px;
    }

    .para_one2 {
        font-size: 10px;
        line-height: 20px;
    }

    .img_one {
        width: 60px;
    }

    .Process {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .Show_Ans {
        max-height: 90px;
    }

    .QLine {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .Last_para {
        font-size: 14px;
    }

    .List_Last {
        font-size: 12px;
        gap: 10px;
    }

    .Head_List {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .Follow_Last {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .Text_Last {
        font-size: 12px;
        line-height: 15px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 767px) {
    .Investor_Heading {
        font-size: 27px;
        line-height: 36px;
    }

    .entrepreneurs {
        font-size: 27px;
        line-height: 36px;
    }

    .Investor_Btns_1 {
        font-size: 12.5px;
        padding: 10px 25px;
    }

    .Investor_Btns_2 {
        font-size: 12.5px;
        padding: 10px 20px;
    }

    .Investor_Btns {
        gap: 10px;
    }

    .Investor {
        padding-top: 10px;
        padding-bottom: 25px;
    }

    .Why {
        font-size: 20px;
        line-height: 25px;
    }

    .Feature_box_One {
        padding: 10px;
    }

    .Crores {
        font-size: 15px;
        line-height: 21px;
    }

    .feature_logo {
        width: 40px;
    }

    .Most-Momentum {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .Card_One {
        padding: 10px !important;
    }

    .WiGL {
        margin-top: 10px;
        font-size: 15px;
        line-height: 25px;
    }

    .para_one {
        font-size: 8.5px;
        line-height: 9.5px;
    }

    .three_part_text {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 10px;
    }

    .Raised {
        font-size: 8px;
        line-height: 13px;
    }

    .three_part {
        margin-top: 5px;
    }

    .Learn_Btn {
        font-size: 11.5px;
        line-height: 12.5px;
    }

    .Momentum {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .Offerings {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    .Process {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .Heading {
        margin-bottom: 15px;
    }

    .Process_heading {
        font-size: 20px;
        line-height: 30px;
    }

    .img_one {
        width: 60px;
    }

    .text_one {
        font-size: 14px;
        line-height: 25px;
        margin-top: 20px;
    }

    .para_one2 {
        font-size: 8px;
        font-weight: 400;
        line-height: 15px;
    }

    .IN {
        font-size: 20px;
        line-height: 25px;
    }

    .para3 {
        font-size: 15px;
        line-height: 20px;
        margin-top: 10px;
    }

    .Extra {
        margin-top: 10px;
        width: 150px;
    }

    .STARTUPS {
        padding: 50px 0px;
    }

    .FAQs {
        padding: 30px 0px;
    }

    .FAQs_Heading {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        color: #0F0D23;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .QLine {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .Show_Ans {
        max-height: 60px;
    }

    .Q1 {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 0px;
    }

    .A1 {
        font-size: 12px;
        line-height: 18px;
    }

    .Last_para {
        font-size: 10px;
        line-height: 12px;
    }

    .Contact_Us {
        gap: 10px;
    }

    .loc_icon {
        width: 15px;
    }

    .upper {
        gap: 6px;
    }

    .List_Last {
        font-size: 9px;
        line-height: 10px;
        gap: 6px;
    }

    .Head_List {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 5px;
    }

    .Follow_Last {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 15px;
    }

    .logos {
        gap: 5px;
    }

    .Last_Logo {
        width: 22%;
    }

    .Text_Last {
        font-size: 10px;
        line-height: 12px;
    }

    .Copy {
        padding: 10px 0px;
        margin-top: 20px;
    }

    .MOST-FUNDED {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .nav_Btn_Top {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
    .main_logo {
        width: 60px;
    }

    .menu_icon {
        font-size: 15px;
    }

    .menu_Btn {
        padding: 5px;
    }

    .Investor_Heading {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
    }

    .entrepreneurs {
        font-size: 25px;
        line-height: 30px;
    }

    .looking {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 15px;
        text-align: center;
    }

    .Investor_Btns_1 {
        font-size: 11.5px;
        font-weight: 400;
        line-height: 15px;
        padding: 8px 23px;
    }

    .Investor_Btns_2 {
        font-size: 10.5px;
        font-weight: 400;
        line-height: 16px;
        padding: 8px 20px;
    }

    .Investor_Btns {
        justify-content: center;
        gap: 5px;
    }

    .Invest_Frist {
        margin-top: 10px !important;
    }

    .growth {
        width: 80%;
    }

    .Investor_Img {
        justify-content: center;
    }

    .Why {
        font-size: 20px;
        line-height: 22px;
    }

    .Feature_box_One {
        padding: 10px;
    }

    .Crores {
        font-size: 11px;
        line-height: 14px;
    }

    .feature_logo {
        width: 30px;
    }

    .Transacted {
        font-size: 7.5px;
        line-height: 9.5px;
    }

    .Investor {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .Feature_box {
        padding-top: 25px;
        padding-bottom: 25px;
        margin-top: 40px;
        margin-bottom: 35px;
    }

    .Most-Momentum {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .Momentum {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .Offerings {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px;
    }

    .media_sm {
        width: 70%;
    }
    
    .media_sm_pro {
        justify-content: center;
    }

    .WiGL {
        margin-top: 10px;
        font-size: 20px;
        line-height: 25px;
    }

    .para_one {
        font-size: 12.5px;
        line-height: 13.5px;
    }

    .three_part_text {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 15px;
    }

    .three_part {
        margin-top: 5px;
    }

    .Learn_Btn {
        font-size: 11.5px;
        line-height: 14.5px;
    }

    .MOST-FUNDED {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .Process {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .Process_heading {
        font-size: 20px;
        line-height: 25px;
    }

    .Heading {
        margin-bottom: 5px;
    }

    .text_one {
        font-size: 18px;
        line-height: 23px;
        margin-top: 15px;
    }

    .para_one2 {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 0px;
    }

    .img_one {
        width: 50px;
    }

    .IN {
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        color: #FFFFFF;
    }

    .para3 {
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
        color: #FFFFFF;
        margin-top: 9px;
    }

    .Extra {
        margin-top: 0px;
        background-color: #FFFFFF;
        color: #0080FF;
        width: 120px;
        padding: 10px 0px;
    }

    .STARTUPS {
        padding: 40px 0px;
    }

    .FAQs {
        padding: 25px 0px;
    }

    .FAQs_Heading {
        font-size: 20px;
        line-height: 25px;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .Question {
        gap: 15px;
        margin-bottom: 5px;
    }

    .Q1 {
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        color: #000000;
        margin-bottom: 0px;
    }

    .QLine {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .A1 {
        font-size: 13px;
        line-height: 15px;
    }

    .Show_Ans {
        max-height: 75px;
    }

    .logo_img {
        width: 45%;
        margin-right: 15px;
    }

    .Last_para {
        font-size: 15px;
        line-height: 20px;
        margin-top: 0px;
        text-align: center;
    }

    .loc_icon {
        width: 25px;
    }

    .Contact_Us {
        margin-top: 20px;
        gap: 15px;
        align-items: center;
    }

    .List_Last {
        font-size: 15px;
        line-height: 18px;
        padding-left: 0px;
        align-items: center;
        gap: 5px;
        margin-top: 35px;
    }

    .Head_List {
        font-size: 17px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .upper {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .Follow_Last {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .logos {
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
    
    .Last_Logo {
        width: 20%;
    }

    .follow_on {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        margin-top: 30px;
    }

    .Copy {
        padding: 10px 0px;
        margin-top: 25px;
    }

    .Text_Last {
        font-size: 10px;
        line-height: 15px;
    }

    .justify-content-center .col-8 {
      width: 100%;
    }
}

@media only screen and (max-width: 576px) and (min-width: 0px) {
    .main_logo {
        width: 60px;
    }

    .menu_icon {
        font-size: 15px;
    }

    .menu_Btn {
        padding: 5px;
    }

    .Investor_Heading {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
    }

    .entrepreneurs {
        font-size: 25px;
        line-height: 30px;
    }

    .looking {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 15px;
        text-align: center;
    }

    .Investor_Btns_1 {
        font-size: 11.5px;
        font-weight: 400;
        line-height: 15px;
        padding: 8px 23px;
    }

    .Investor_Btns_2 {
        font-size: 10.5px;
        font-weight: 400;
        line-height: 16px;
        padding: 8px 20px;
    }

    .Investor_Btns {
        justify-content: center;
        gap: 5px;
    }

    .Invest_Frist {
        margin-top: 10px !important;
    }

    .growth {
        width: 80%;
    }

    .Investor_Img {
        justify-content: center;
    }

    .Why {
        font-size: 30px;
        line-height: 35px;
    }

    .Feature_box_One {
        padding: 10px;
        width: 80%;
    }

    .Three_Content {
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .Crores {
        font-size: 25px;
        line-height: 30px;
    }

    .feature_logo {
        width: 60px;
    }

    .Transacted {
        font-size: 12px;
        line-height: 20px;
    }

    .Investor {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .Feature_box {
        padding-top: 25px;
        padding-bottom: 25px;
        margin-top: 40px;
        margin-bottom: 35px;
    }

    .Most-Momentum {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .Momentum {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 5px;
    }

    .Offerings {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 5px;
        padding-top: 20px;
    }

    .media_sm {
        width: 100%;
    }
    
    .media_sm_pro {
        justify-content: center;
    }

    .WiGL {
        margin-top: 10px;
        font-size: 20px;
        line-height: 25px;
    }

    .para_one {
        font-size: 12.5px;
        line-height: 13.5px;
    }

    .three_part_text {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 15px;
    }

    .three_part {
        margin-top: 5px;
    }

    .Learn_Btn {
        font-size: 11.5px;
        line-height: 14.5px;
    }

    .MOST-FUNDED {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .Process {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .Process_heading {
        font-size: 20px;
        line-height: 25px;
    }

    .Heading {
        margin-bottom: 5px;
    }

    .text_one {
        font-size: 18px;
        line-height: 23px;
        margin-top: 15px;
    }

    .para_one2 {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 0px;
    }

    .img_one {
        width: 50px;
    }

    .IN {
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        color: #FFFFFF;
    }

    .para3 {
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
        color: #FFFFFF;
        margin-top: 9px;
    }

    .Extra {
        margin-top: 0px;
        background-color: #FFFFFF;
        color: #0080FF;
        width: 120px;
        padding: 10px 0px;
    }

    .STARTUPS {
        padding: 40px 0px;
    }

    .FAQs {
        padding: 25px 0px;
    }

    .FAQs_Heading {
        font-size: 20px;
        line-height: 25px;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .Question {
        gap: 15px;
        margin-bottom: 5px;
    }

    .Q1 {
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        color: #000000;
        margin-bottom: 0px;
    }

    .QLine {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .A1 {
        font-size: 13px;
        line-height: 15px;
    }

    .Show_Ans {
        max-height: 75px;
    }

    .logo_img {
        width: 45%;
        margin-right: 15px;
    }

    .Last_para {
        font-size: 15px;
        line-height: 20px;
        margin-top: 0px;
        text-align: center;
    }

    .loc_icon {
        width: 25px;
    }

    .Contact_Us {
        margin-top: 20px;
        gap: 15px;
        align-items: center;
    }

    .List_Last {
        font-size: 15px;
        line-height: 18px;
        padding-left: 0px;
        align-items: center;
        gap: 5px;
        margin-top: 35px;
    }

    .Head_List {
        font-size: 17px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .upper {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .Follow_Last {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .logos {
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
    
    .Last_Logo {
        width: 20%;
    }

    .follow_on {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        margin-top: 30px;
    }

    .Copy {
        padding: 10px 0px;
        margin-top: 25px;
    }

    .Text_Last {
        font-size: 10px;
        line-height: 15px;
    }

    .justify-content-center .col-8 {
      width: 100%;
    }

    .logo_img {
      width: 60%;
    }
}