@font-face {
  font-family: "Gilroy";
  src: url('fonts/gilroy.ttf') format('truetype');
}

@font-face {
  font-family: "Gilroy Bold";
  src: url('fonts/gilroy_bold.ttf') format('truetype');
}

@font-face {
  font-family: "Montserrat";
  src: url('fonts/montserrat.ttf') format('truetype');
}

@font-face {
  font-family: "Montserrat Bold";
  src: url('fonts/montserrat_bold.ttf') format('truetype');
}

.my_button
{
    border: none;
    cursor: pointer;
    background: none;
}

.disable_div {
    pointer-events: none;
}

.light_green
{
    color: #90EE90;
    font-weight: bolder;
    font-size: 30px;
}

.amber
{
    color: #FFBF00;
    font-weight: bolder;
    font-size: 30px;
}

.light_red
{
    color: #FF7F7F;
    font-weight: bolder;
    font-size: 30px;
}

.dark_red
{
    color: #8B0000;
    font-weight: bolder;
    font-size: 30px;
}

#send_again
{
    pointer-events: none;
}

.forgot_code_body
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.forgot_input
{
    display: flex;
    width: 62px;
    height: 62px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 11px;
    border: 1px solid rgba(23, 25, 30, 0.34);
    background: #FFF;
    padding-left: 22px;
}

.forgot_body
{
    display: flex;
    width: 396px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: absolute;
    left: 40%;
}

.forgot_title
{
    color: #17191E;
    font-family: "Montserrat Bold";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 111.9%; /* 31.332px */
    text-transform: uppercase;
}

.forgot_sub_title
{
    color: rgba(23, 25, 30, 0.58);

    /* 16px Regular text */
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.9%; /* 25.104px */
}

.quiz_black
{
    color: #000;
}

.quiz_red
{
   color: #F00; 
}

.quiz_result_title
{
    
    text-align: center;

    /* 35px Bold */
    font-family: "Montserrat Bold";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 111.9%; /* 39.165px */
    text-transform: uppercase;
}


.who_body_img.mobile_hide
{
    display: block;
}

.who_body_img.mobile_show
{
    display: none;
}

.who_body
{
    width: 1148px;
    height: 537px;
    flex-shrink: 0;
    display: flex;
    gap: 107px;
    margin-top: 200px;
}

.who_body_gap
{
    height: 50px;
}


.who_body_txt
{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px; 
}

.who_body_img
{
    width: 501px;
    height: 537px;
    flex-shrink: 0;
}

.who_body_txt_title
{
    width: 540px;
    color: #17191E;
    font-family: "Montserrat Bold";
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 107.9%; /* 69.056px */
    text-transform: capitalize;
}

.who_body_txt_title_light
{
    color: rgba(23, 25, 30, 0.33);
}

.who_body_txt_sub
{
    width: 540px;
    color: #17191E;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140.905%; /* 22.545px */
}


.my_container
{
    padding: 30px;
}
.arr
{
	font-weight: bolder;
	color: #00F;
	font-size: 15px;
}

.arr.active
{
	color:#F00;
}

.my_href
{
    text-decoration: none;
    color: #17191E;
}

#backtest
{
    width: 300px;
    text-align: left;
}

.fcn_main_content h5
{
    font-weight: 700;
    margin-bottom: -30px;
    margin-top: 0px;
}

.mobile_menu
{
    display: none;
}

.pricing_underlying_body
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 22px;
    gap: 18px;

    width: 300px;

    /* Whitemode/Silver */
    background: #EFEFEF;
    border-radius: 11px;
    
}

.pricing_underlying_body_sub
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 8px;

    width: 240px;
    height: 22.78px;
}

#pricing_underlying_body, #pricing_underlying_body_sub1, #pricing_underlying_body_sub2, #pricing_underlying_body_sub3
{
    display: none;
}

.pricing_underlying_body_text
{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 7px;

    width: 104.78px;
    height: 22.78px;
    
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    /* identical to box height */

    /* Whitemode/Black */
    color: #17191E;
}

.pricing_text_body_two
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 18px;
    gap: 8px;

    width: 300px;

    /* Whitemode/Silver */
    background: #EFEFEF;
    border-radius: 11px;
    
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    /* identical to box height */

    /* Whitemode/Black */
    color: #17191E;
}

.pricing_text_body
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 18px;
    gap: 8px;

    width: 300px;

    /* Whitemode/Silver */
    background: #EFEFEF;
    border-radius: 11px;
    
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    /* identical to box height */

    /* Whitemode/Black */
    color: #17191E;
}

.pricing_text_body select
{
    width: 260px;
    background: #EFEFEF;
    border: none;
}

.pricing_text_body input
{
    background: #EFEFEF;
    border: none;
}

.pricing_text_continue_btn
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 21px 12px;
    gap: 10px;

    width: 300px;
    height: 62px;

    /* Blackmode/Main */
    background: linear-gradient(70.43deg, #005FCE 16.42%, #53A9F3 123.36%);
    border-radius: 11px;
    
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    /* identical to box height */
    text-align: center;

    /* Blackmode/White */
    color: #FFFFFF;
}

.pricing_text_summery_btn
{
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 21px 12px;
    gap: 10px;

    width: 300px;
    height: 62px;

    border-radius: 11px;
    border: solid 1px #005FCE;
    
        /* 16px Regular */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    /* identical to box height */
    text-align: center;

    /* Blackmode/Main */
    background: linear-gradient(70.43deg, #005FCE 16.42%, #53A9F3 123.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.pricing_text_body_sub_text
{
    opacity: 0.44;
}

.pricing_underlying_body_close
{
    
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.pricing_underlying_item
{
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 19px;
    gap: 7px;

    width: 270px;
    height: 62px;

    border: 1px solid rgba(23, 25, 30, 0.19);
    border-radius: 11px;
}

.pricing_underlying_option img
{
    content: url("images/option.png");
    cursor: pointer;
}

.pricing_underlying_option.active img
{
    content: url("images/option_active.png");
    cursor: pointer;
}

.pricing_percentage
{
    position: absolute;
    height: 4px;
    left: 280px;
    top: 70px;
}

.pricing_percentage_inactive
{
    position: absolute;
    height: 4px;

    top: 0px;

    background: #EFEFEF;
    border-radius: 5px;
}


.pricing_percentage_active
{
    position: absolute;
    
    height: 4px;
    left: 0px;
    top: 0px;

    background: linear-gradient(70.43deg, #005FCE 16.42%, #53A9F3 123.36%);
    border-radius: 5px;
}

.my_btn1
{
    
    border-radius: 11px;
    
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    /* identical to box height */
    text-align: center;
}

.my_btn1.active
{
    /* Blackmode/Main */
    background: linear-gradient(70.43deg, #005FCE 16.42%, #53A9F3 123.36%) !important;
    /* Blackmode/White */
    color: #FFFFFF;
}

.my_save
{
    pointer-events: none;
}

#my_ajax 
{
    display: none;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.3;
    overflow: hidden;
    padding-top: 50%;
    
}

#my_ajax img
{
    content: url("images/ajax-loader-lg.gif");
    width: 200px;
    position: absolute;
    
    
}

.summery_btn
{
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 21px 12px;
    gap: 10px;

    width: 140px;
    height: 62px;

    border-radius: 11px;
    border: solid 1px #005FCE;
    
        /* 16px Regular */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    /* identical to box height */
    text-align: center;

    /* Blackmode/Main */
    background: linear-gradient(70.43deg, #005FCE 16.42%, #53A9F3 123.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.continue_btn
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 21px 12px;
    gap: 10px;

    width: 140px;
    height: 62px;

    /* Blackmode/Main */
    background: linear-gradient(70.43deg, #005FCE 16.42%, #53A9F3 123.36%);
    border-radius: 11px;
    
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    /* identical to box height */
    text-align: center;

    /* Blackmode/White */
    color: #FFFFFF;
}

.pricing_body
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 13px;

    position: absolute;
    width: 325px;
    height: 337px;
    left: calc(50% - 325px/2);
    top: calc(50% - 337px/2 + 0.5px);
}

.pricing_title
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 11px;

    width: 325px;
    height: 25px;
    
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 111.9%;

    /* identical to box height, or 25px */
    text-transform: uppercase;

    /* Whitemode/Black */
    color: #17191E;
}

.pricing_surprise_me
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 18px;
    gap: 8px;

    width: 300px;
    height: 62px;

    background: linear-gradient(70.43deg, #005FCE 16.42%, #53A9F3 123.36%);
    border-radius: 11px 11px 0px 0px;
    
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    /* identical to box height */
    text-align: center;

    /* Blackmode/White */
    color: #FFFFFF;
}



.pricing_add_stock
{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 18px;
    gap: 160px;

    width: 300px;
    height: 62px;

    /* Whitemode/Silver */
    background: #EFEFEF;
    border-radius: 0px 0px 11px 11px;
    
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    /* identical to box height */
    text-align: center;

    /* Whitemode/Black */
    color: #17191E;
}

.pricing_continue_btn
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 21px 12px;
    gap: 10px;

    width: 300px;
    height: 62px;

    /* Blackmode/Main */
    background: linear-gradient(70.43deg, #005FCE 16.42%, #53A9F3 123.36%);
    border-radius: 11px;
    
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    /* identical to box height */
    text-align: center;

    /* Blackmode/White */
    color: #FFFFFF;
}

.pricing_summery_btn
{
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 21px 12px;
    gap: 10px;

    width: 300px;
    height: 62px;

    border-radius: 11px;
    border: solid 1px #005FCE;
    
        /* 16px Regular */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    /* identical to box height */
    text-align: center;

    /* Blackmode/Main */
    background: linear-gradient(70.43deg, #005FCE 16.42%, #53A9F3 123.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}



.portfolio_tab_info_text3
{
    color: #17191E;
}

.portfolio_total
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 28px 36px 37px;
    gap: 9px;

    width: 475.5px;
    height: 150px;

    /* gr */
    background: linear-gradient(70.43deg, #005FCE 16.42%, #53A9F3 123.36%);
    border-radius: 10px;
}


.portfolio_tab
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;

    width: 475.5px;
    height: 312px;
}

.portfolio_total_frame
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;

    width: 222px;
    height: 59px;

}

.portfolio_total_text1
{
    width: 149px;
    height: 17px;

    /* 14px Regular */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;

    /* identical to box height */

    /* Blackmode/White */
    color: #FFFFFF;
}

.portfolio_total_frame_text1
{
    width: 9px;
    height: 30px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: flex-end;

    /* Blackmode/White */
    color: #FFFFFF;
}

.portfolio_total_frame_text2
{
    width: 203px;
    height: 59px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 59px;

    /* identical to box height */

    /* Blackmode/White */
    color: #FFFFFF;
}

.portfolio_tab_top
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;

    width: 475.5px;
    height: 60px;

    background: #EFEFEF;
    border-radius: 10px;
}

.portfolio_tab_top_traded
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 10px;

    width: 237.75px;
    height: 60px;

    /* gr */
    background: linear-gradient(70.43deg, #005FCE 16.42%, #53A9F3 123.36%);
    border-radius: 10px;
    cursor: pointer;
    
}

.portfolio_tab_top_traded_text
{
    width: 56px;
    height: 20px;

    /* 16px Regular */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    /* identical to box height */

    color: #EAEFFB;
}

.portfolio_tab_top_idia
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 10px;

    width: 237.75px;
    height: 60px;

    border-radius: 10px;
    cursor: pointer;
}

.portfolio_tab_top_idia_text
{
    width: 43px;
    height: 20px;

    /* 16px Regular */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    /* identical to box height */

    color: rgba(23, 25, 30, 0.34);
}

.portfolio_tab_info
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 14px 13px;
    gap: 16px;

    width: 475.5px;
    height: 72px;

    background: #EFEFEF;
    border-radius: 10px; 
    cursor: pointer;
}

.portfolio_tab_info_img
{
    width: 44px;
    height: 44px;
}

.portfolio_tab_info_text
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 6px;

    width: 389.5px;
    height: 44px;
}

.portfolio_tab_info_text1
{
    width: 389.5px;
    height: 20px;

    /* 16px Semibold */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;

    /* identical to box height */

    /* Black */
    color: #17191E;
}

.portfolio_tab_info_text2
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    gap: 15px;

    width: 389.5px;
    height: 18px;

    /* 14px Regular */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;

    color: rgba(23, 25, 30, 0.42);
}

.quiz_percentage
{
    position: absolute;
    height: 4px;
    left: 80px;
    top: 170px;
}

.quiz_percentage_inactive
{
    position: absolute;
    height: 4px;

    top: 0px;

    background: #EFEFEF;
    border-radius: 5px;
}


.quiz_percentage_active
{
    position: absolute;
    
    height: 4px;
    left: 0px;
    top: 0px;

    background: linear-gradient(70.43deg, #005FCE 16.42%, #53A9F3 123.36%);
    border-radius: 5px;
}

.fcn_button_one
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 9px 18px;
    gap: 10px;

    width: 74px;
    height: 38px;

    background: rgba(23, 25, 30, 0.08);
    border-radius: 40px;

    /* 16px Semibold */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;

    color: #17191E;  
}


.fcn_main_content
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
    gap: 34px;

    width: 975px;
    height: fit-content;

    background: rgba(23, 25, 30, 0.04);
    border-radius: 10px;
}

.fcn_body
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;

    position: absolute;
    height: 778px;
    left: 0px;
    right: 0px;
    top: 0px;  
}

.fcn_left_panel
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 22px;
    gap: 23px;

    width: 257px;
    height: 100vh;

    /* Silve */
    background: #F6F6F6;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.fcn_logo
{
    width: 213px;
    height: 22px;

    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 110%;

    /* identical to box height, or 22px */

    /* Black */
    color: #17191E;
}

.fcn_menu
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;

    width: 213px;
    height: 250px;
    
    
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    /* identical to box height */
}

.fcn_menu_active
{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 11px 11px;
    gap: 7px;

    width: 213px;
    height: 42px;

    /* gr */
    background: linear-gradient(70.43deg, #005FCE 16.42%, #53A9F3 123.36%);
    border-radius: 7px;
    cursor: pointer;
}

.fcn_menu_inactive
{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 11px 11px;
    gap: 7px;

    width: 213px;
    height: 42px;

    opacity: 0.26;
    border-radius: 7px;
    cursor: pointer;
}

.fcn_menu_icon, .fcn_menu_icon img
{
    width: 18px;
    height: 18px;
}

.fcn_menu_text_active
{
    /*width: 69px;*/
    height: 20px;

    color: #FFFFFF;
}

.fcn_menu_text_inactive
{
    /*width: 69px;*/
    height: 20px;
    color: #17191E;
}

.fcn_right_panel
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;

    width: 1023px;
    height: fit-content;
}

.fcn_right_top
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 100px;

    width: 975px;
    height: 38px;
}

.fcn_content
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;

    width: 975px;
    height: 312px;
}

.fcn_right_top_text
{
    height: 32px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;

    width: -moz-available;

    color: #17191E;
    flex-shrink: 0; 
}

.fcn_right_top_user
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 22px;

     width: -moz-available; 
    height: 38px;
    
    right: 450px;
    position: relative;
    flex-shrink: 0;
   
 
}

#correct_ans, #wrong_ans
{
    display: none;
}

.my_q
{
    color: #17191E; 
    font-weight: bold;
}

.my_question
{
    padding: 21px 23px;
    background: #EFEFEF;
    border-radius: 11px;  
}



#login_eye{
  position: absolute;
  top: 31%;
  right: 4%;
  cursor: pointer;
  color: #9FA0A2;
}

#signup_eye{
  position: absolute;
  top: 36%;
  right: 4%;
  cursor: pointer;
  color: #9FA0A2;
}

.abcRioButtonIcon, .abcRioButtonContents
{
    display: none;
}

.abcRioButtonLightBlue
{
    height: 40px !important;
    color:  #17191E !important;
}
.abcRioButton
{
    box-shadow: none !important;
    transition: none !important;
}

.abcRioButtonContentWrapper:before
{
    content: "Google";
}

.primary_button
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 21px 12px;
    gap: 10px;

    width: 350px;
    height: 62px;

    border: none;
    cursor: pointer;
    background: linear-gradient(70.43deg, #005FCE 16.42%, #53A9F3 123.36%);
    border-radius: 11px;
    color: #FFF;
    
}

.Frame_427319762
{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 21px;

    width: 350px;
    height: 17px;
}

.login_line1
{
    width: 169.5px;
    height: 0px;

    border: 1px solid rgba(23, 25, 30, 0.34);
}

.login_or
{
    width: 15px;
    height: 17px;

    /* 14px Regular */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;

    /* identical to box height */
    text-align: center;

    color: rgba(23, 25, 30, 0.41);
}

.Frame_427319732
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 21px;

    width: 350px;
    height: 62px;
}

.btn_google
{
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 12px;
    gap: 10px;

    width: 187.5px;
    height: 62px;

    border: 1px solid rgba(23, 25, 30, 0.34);
    border-radius: 11px;
    font-size: 30px;
    font-weight: bold;
    font-family: "Gilroy Bold";
    cursor: pointer;
}

.login_input
{
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 21px 23px;
    gap: 10px;

    width: 350px;
    height: 62px;

    /* Whitemode/Stroke */
    border: 1px solid rgba(23, 25, 30, 0.34);
    border-radius: 11px;
}

.div_gap
{
    height: 30px; 
    width: 20px;
}

.login_body
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0px;
    gap: 22px;
    width: 350px;
    height: 484px;
    
    position: absolute;

    left: 40%;
   
}

.login_title
{
    width: 350px;
    height: 31px;

    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 111.9%;

    /* or 31px */
    text-transform: uppercase;

    color: #17191E;
}

.login_info
{
    width: 350px;
    height: 31px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 111.9%;
    color: #17191E;
}

.logo_text_1, .logo_text_2
{
    font-family: 'Gilroy Bold';
    font-style: normal;
    font-weight: 900;
    font-size: 29px;
    line-height: 110%;
}

.logo_text_1
{
    color: #17191E;
}

.logo_text_2
{
    color: #2883E0;
}

.alert-success
{
    display: none;
    width: 94%;
    border-radius: 10px;
    position: relative;
    left: 2%;
    text-align: center;
}

.bg-secondary
{
    background-color: #E3E3E4 !important;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
    width: 98% !important;
    position: relative;
    left: 1%;
    border-radius: 10px;
    
}

.text-primary
{
    font-weight: bold;
    color: #17191E !important;
}

.text-white
{
    color: #2883E0 !important;
}

.card.faq_card .btn.collapsed
{
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card.faq_card .btn
{
    border: none;
}

.card-header, .card-body
{
    background-color: #FFF;
    border: none;
}

.collapse.show .card-body
{
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card.faq_card .btn.collapsed img
{
    content: url("images/faq_plus.png");
}

.card.faq_card .btn img
{
    content: url("images/faq_minus.png");
}

.card.faq_card
{
   border: none;
   font-family: 'Montserrat';
   font-style: normal;
}


.card-header .btn
{
    width: 100%;
    text-align: left;
    background: none;
}

.faq_main_frame
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    width: 812px;
    height: 608px;
    position: absolute;
    top: 150px;
    left: -15px;
}

.faq_427319745
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    gap: 385px;

    position: absolute;
    width: 1148px;
    height: 656px;
    left: 66px;
    top: 1218px;
}

.about_427319734
{
    position: absolute;
    width: 1148px;
    height: 476px;
    left: 80px;
    top: 680px;
    background: url("images/about_us.png");
}

.my_message
{
    position: absolute;
    width: 95%;
    left: 0px;
    top: -100px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
}

.contact_submit
{
    width: 95%;
    height: 82px;
    background: linear-gradient(70.43deg, #005FCE 16.42%, #53A9F3 123.36%);
    border-radius: 11px;
    color: #FFF;
    cursor: pointer;
}

#file-chosen
{
    display: none;
}

.attachment
{
    cursor: pointer;
}

.Group_7524
{
    position: absolute;
    width: 95%;
    height: 630px;
    left: 66px;
    top: 800px;
}

.Group_7524 input[type="text"], .Group_7524 input[type="email"]
{

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 102.4%;
    color: rgba(23, 25, 30, 0.43);
    width: 95%;
    border: none;
    border-bottom: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgba(23, 25, 30, 0.43);
}

a
{
    text-decoration: none !important;
}

.footer_427319740
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 39px;

    position: absolute;
    width: 1148px;
    height: 272px;
    left: 66px;
    top: 2234px;
}

.footer_427319735
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 338px;

    width: 1148px;
    height: 54px;
}

.footer_427319735_text
{
    width: 126px;
    height: 32px;

    font-family: 'Gilroy Bold';
    font-style: normal;
    font-weight: 900;
    font-size: 29px;
    line-height: 110%;

    /* identical to box height, or 32px */

    color: #17191E;
}

.footer_427319737
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 18px;

    width: 236px;
    height: 54px;
}

.footer_427319731
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 17px 30px;
    gap: 10px;

    width: 104px;
    height: 54px;

    background: rgba(23, 25, 30, 0.09);
    border-radius: 11px;
}

.footer_427319731_text
{
    width: 44px;
    height: 20px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140.91%;

    /* identical to box height, or 20px */

    color: #17191E;
}

.footer_427319732
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 17px 30px;
    gap: 10px;

    width: 114px;
    height: 54px;

    /* gr */
    background: linear-gradient(70.43deg, #005FCE 16.42%, #53A9F3 123.36%);
    border-radius: 11px; 
}

.footer_427319732_text
{
    width: 54px;
    height: 20px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140.91%;

    /* identical to box height, or 20px */

    color: #FFFFFF;
}

.footer_427319740_text, .footer_427319740_text a
{
    width: 1200px;
    height: 120px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140.91%;

    /* or 20px */

    color: rgba(23, 25, 30, 0.54);
}

.footer_427319740_1
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0;
    gap: 142px;

    width: 1148px;
    height: 20px;
    
}

.footer_427319740_1_text
{
    
    width: 200px;
    height: 20px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140.91%;

    /* identical to box height, or 20px */

    color: rgba(23, 25, 30, 0.54);
}

.footer_427319738
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 39px;

    width: 382px;
    height: 20px;
}

.footer_427319738_text_1, .footer_427319738_text_2, .footer_427319738_text_3, .footer_427319738_text_4
{
    height: 20px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140.91%;

    /* identical to box height, or 20px */

    color: #17191E; 
}

.Frame_427319734
{
    position: absolute;
    width: 1148px;
    height: 600px;
    left: 66px;
    top: 1512px;
    background: url("images/Frame_427319734.png");
}

.Frame_427319733
{
    position: absolute;
    width: 1148px;
    height: 600px;
    left: 66px;
    top: 868px;
    background: url("images/Frame_427319733.png");
}

.Frame_427319729
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 28px;

    position: absolute;
    width: 540px;
    height: 524px;
    left: 66px;
    top: 222px;
}

.Frame_427319736
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;

    width: 540px;
    height: 442px;
}

.about_427319736
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    left: 66px;
    width: 540px;
    height: 442px;
}

.Frame_427319747
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 28px;

    width: 368px;
    height: 54px;
}

.Frame_427319731
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 17px 30px;
    gap: 10px;

    width: 162px;
    height: 54px;

    /* gr */
    background: linear-gradient(70.43deg, #005FCE 16.42%, #53A9F3 123.36%);
    border-radius: 11px;  
}

.Frame_427319731_text
{
    width: 102px;
    height: 20px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140.91%;

    /* identical to box height, or 20px */

    color: #FFFFFF;
}

.Frame_427319737
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 17px 30px;
    gap: 10px;

    width: 178px;
    height: 54px;

    background: rgba(23, 25, 30, 0.16);
    border-radius: 11px;
}

.Frame_427319737_text
{
    width: 118px;
    height: 20px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140.91%;

    /* identical to box height, or 20px */

    color: #17191E;
}

.Frame_427319735
{
    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 7px 14px;
    gap: 10px;

    width: 366px;
    height: 34px;

    background: linear-gradient(70.43deg, rgba(0, 95, 206, 0.15) 16.42%, rgba(83, 169, 243, 0.15) 123.36%);
    border-radius: 27px;
}

.Frame_427319735_text h2
{
    width: 338px;
    height: 20px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140.91%;

    /* identical to box height, or 20px */
    text-transform: uppercase;

    /* gr */
    background: linear-gradient(70.43deg, #005FCE 16.42%, #53A9F3 123.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.Frame_427319736_text_1 h1
{
    width: 540px;
    height: 276px;

    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 107.9%;

    /* or 69px */
    text-transform: capitalize;

    color: #17191E;
}

.Frame_427319736_text_1_1
{
    opacity: 0.33;
    
}


.Frame_427319736_text_2
{
    width: 540px;
    height: 92px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140.91%;

    /* or 23px */

    color: #17191E;
}

.free_hand_1
{
    position: absolute;
    width: 712px;
    height: 723px;
    left: 568px;
    top: 112px;
    background: url("images/free_hand_1.png");
}



.my_body
{
    position: relative;
    width: 1280px;
    background: #FFFFFF;
    font-family: "Montserrat";
    font-size: 16px;
}

.bg_top
{
    background: url("images/bg_top.png");
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 1280px;
    height: 812px;
}



.signup
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 17px 30px;
    gap: 10px;
    width: 114px;
    height: 54px;
    background: linear-gradient(70.43deg, #005FCE 16.42%, #53A9F3 123.36%);
    border-radius: 11px;
    margin-top: -20px;
    color: #FFFFFF;
}

.login
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 17px 30px;
    gap: 10px;
    width: 104px;
    height: 54px;
    background: rgba(23, 25, 30, 0.09);
    border-radius: 11px;
    margin-top: -20px;
}


.navbar
{
    left: 0;
    right: 0;
    background-color: #FFFFFF;
}

.navbar-light .navbar-nav .nav-link
{
    color: #000;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140.91%;
    margin-top: 20px;
}

.navbar-light .navbar-nav .nav-link:hover
{
    color: #2883E0;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link
{
    text-decoration: underline !important;
    text-decoration-color: #0967D2 !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 7px !important;
}

/* Starting Phone View */

@media (max-width:900px) 
{
   
    .who_body_img.mobile_hide
    {
        display: block;
    }
    
    .who_body_img.mobile_show
    {
        display: none;
    }
    
    .who_body
    {
        width: 812px;
        gap: 50px;
    }

    .who_body_gap
    {
        height: 160px;
    }
    
    .extra_gap1
    {
        display: none;
    }

    .who_body_txt
    {
        width: 382px;
    }

    .who_body_img, .who_body_img img
    {
        width: 330px;
    }

    .who_body_txt_title
    {
        font-size: 44px;
        width: 395px;
    }

    .who_body_txt_title_light
    {

    }

    .who_body_txt_sub
    {
        font-size: 16px;
        width: 395px;
    }

    .fcn_content
    {
        flex-direction: column;
    }
  
    .fcn_right_panel
    {
         width: 650px;
    }

    .fcn_right_top, .fcn_main_content, .fcn_content, .portfolio_total, .portfolio_tab
    {
        width: 600px;
    }
    
    .fcn_right_top
    {
        gap: 50px;
    }

    
    .login_body, .forgot_body
    {
        left: 30%;
    }
    
    .faq_main_frame
    {
        left: -55px;
    }
    
    .my_body
    {
        width: 900px;
    }
    
    .bg_top
    {
        width: 900px;
        left: -5px;
        top: -300px;
    }
    
    .Frame_427319729
    {
        width: 357px;
        height: 459px;
    }
    
    .Frame_427319736
    {
        width: 357px;
        height: 377px;
    }
    
    .about_427319736
    {
        position: relative;
        left: -40px;
    }
    
    .Frame_427319736_text_1
    {
        width: 357px;
        height: 188px;
        font-weight: 700;
        font-size: 44px;
    }
    
    .Frame_427319736_text_2
    {
        width: 357px;
        height: 115px;
    }
    
    .Frame_427319747
    {
        width: 368px;
        height: 54px;
    }
    
    .free_hand_1
    {
        left: 380px;
        top: 89px;
    }
    
    .Frame_427319733
    {
       width: 812px;
       height: 450px; 
       background-size: contain;
       resize: both;
       background-repeat: no-repeat;
    }
    
    .Frame_427319734
    {
       width: 812px;
       height: 450px; 
       background-size: contain;
       resize: both;
       background-repeat: no-repeat;
       top: 1350px; 
    }
    
    .about_427319734
    {
       width: 812px;
       height: 450px; 
       left: 66px;
       background-size: contain;
       resize: both;
       background-repeat: no-repeat;
       top: 800px; 
    }
    
    .footer_427319740
    {
        top: 1900px;
    }
    
    .footer_427319740_text, .footer_427319735
    {
        width: 812px;
    }
    
    .footer_427319740_1
    {
        padding: 120px 0 0 0;
        width: 812px;
    }
    
    
} 
/* 900 */


@media (max-width:500px) 
{
    .row
    {
        flex-wrap: nowrap !important;
    }
    
    .who_body_img.mobile_hide
    {
        display: none;
    }
    
    .who_body_img.mobile_show
    {
        display: block;
    }
    
    .who_body
    {
        width: 350px;
        gap: 10px;
        flex-direction: column;
    }

    .who_body_gap
    {
        height: 610px;
    }
    
    .who_body_mobile_gap
    {
       height: 50px; 
    }
    
    .extra_gap, .who_body_gap.extra_gap1.extra_gap
    {
        display: none;
    }
    
    .extra_gap1
    {
        display: block;
    }

    .who_body_txt
    {
        width: 350px;
    }

    .who_body_img, .who_body_img img
    {
        width: 330px;
    }

    .who_body_txt_title
    {
        font-size: 40px;
        width: 350px;
    }

    .who_body_txt_title_light
    {

    }

    .who_body_txt_sub
    {
        font-size: 16px;
        width: 350px;
    }

    
    .my_message
    {
        top: -250px;
    }
    
    .navbar 
    {
      left: 0;
      right: 0;
    }
    
    .my_question
    {
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: baseline;
    }
    
    .pricing_percentage
    {
        left: 20px;
        top: 120px;
    }
    
    .login_form
    {
        position: relative;
        top: 20px;
    }
    
    #my_ajax 
    {
        padding-top: 30%;
    }
    
    #my_ajax img
    {
        width: 100px;

    }
    .pricing_body
    {
       top: 40px; 
    }
    
    .fcn_content, .portfolio_tab_top
    {
        top: 40px;
        position: relative;
    }
    
    .quiz_percentage
    {
        left: 15px;
    }
    
    .row
    {
        /*flex-wrap: nowrap;*/
    }
    
    .fcn_menu
    {
        padding-top: 20px;
    }
    
    .fcn_body, .fcn_right_top 
    {
      display: block;
      width:  100vw;  
    }

    .fcn_left_panel
    {
        /*height: 300px;
        width: 100vw;*/
        display: none;
    }
    
    .mobile_menu
    {
        display: block;
    }
    
    .fcn_right_panel
    {
        top: 100px;
        position: relative;
    }
    
    .fcn_right_top_user
    {
       left: 0px;
       top:  10px;
    }
    
    .fcn_main_content
    {
        top: 50px;
        position: relative;
    }
    
    .my_body, .Frame_427319736, .Frame_427319735, .Frame_427319736_text_2, .footer_427319740_text, .fcn_right_panel, .fcn_right_top, .fcn_main_content, .fcn_content, .portfolio_total, .portfolio_tab, .portfolio_tab_top, .portfolio_tab_info
    {
        width: 350px;
        
    }
    
    .portfolio_tab_top_traded, .portfolio_tab_top_idia
    {
        width: 175px;
    }
    
    .portfolio_tab_info_text
    {
        width: 280px;
    }
    
    
    #login_eye
    {
      position: absolute;
      top: 24%;
      right: 4%;
      cursor: pointer;
      color: #9FA0A2;
    }

    #signup_eye
    {
      position: absolute;
      top: 34%;
      right: 4%;
      cursor: pointer;
      color: #9FA0A2;
    }
    .login_body, .forgot_body
    {
        left: 2%;
    }
    
    .card.faq_card .col[align="left"]
    {
        flex-basis: 250px;
    }
    
    .card-header .btn
    {
        text-align: left;
        white-space: normal;
    }
    
    .faq_main_frame
    {
        left: 5px;
        width: 400px;
    }
   
    .faq_427319745
    {
        width: 350px;
        height: 656px;
        left: 5px;
        top: 1000px;
    }
    .about_427319734
    {
       width: 350px;
       height: 450px; 
       left: 5px;
    }
    .about_427319736
    {
        left: -5px;
    }
    
    .bg_top
    {
        width: 350px;
        top: -500px;
    }
    
    #accordion
    {
        position: relative !important;
        left: -15px !important;
    }
    
    .Group_7524
    {
        left: 5px;
    }
    
    .footer_427319738
    {
        gap: 10px;
        width: 350px;
    }
    
    
    .Frame_427319729
    {
        left: 5px;
    }
       
    .free_hand_1
    {
        left: -18px;
        top: 696px;
        width: 380px;
        background-size: contain;
        resize: both;
        background-repeat: no-repeat;
    }
    
    .Frame_427319733
    {
       width: 350px;
       height: 600px;
       left: 5px;
       top: 1080px; 
       background-size: contain;
       resize: both;
       background-repeat: no-repeat;
       background: url("images/home1.png"); 
    }
    
    .Frame_427319734
    {
       width: 350px;
       height: 600px;
       left: 5px;
       top: 1720px;
       background-size: contain;
       resize: both;
       background-repeat: no-repeat;
       background: url("images/home2.png"); 
        
    }
    
    .footer_427319740
    {
        top: 2400px;
        width: 350px;
        left: 5px;
    }
    
    .footer_427319740_1
    {
        padding: 480px 0 0 0;
        width: 350px;
        display: block;
    }
    
    .footer_427319735
    {
       width: 350px; 
       display: block;
       height: 300px;
    }
    
    .footer_427319737
    {
       
    }

    .footer_427319740_1_text
    {
        position: relative;
        top: 100px;
        
    }
    
    
} 
/* 500 */