* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Rubik", serif !important;
}

.fiq_about_us_content_wrap {
    overflow: hidden;
}

.fiq_about_us_header {
    position: relative;
    height: 520px;
}

.fiq_about_us._header_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fiq_about_us_header_wrap {
    width: 1280px;
    margin: auto;
    z-index: 10;
    position: relative;
    padding-top: 20px;
}

.fiq_about_us_logo_user_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fiq_about_us_logo {
    width: 210px;
    height: auto;
}

.fiq_about_us_user_img {
    width: 60px;
    height: 60px;
    display: block;
    background: white;
    border-radius: 100%;
    overflow: hidden;
}

.fiq_about_us_user_img img {
    width: 100%;
    height: 100%;
}

.fiq_about_us_user_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.fiq_about_us_user_wrap span {
    color: white;
    font-size: 16px;
}

.fiq_about_us_header_heading {
    color: white;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-top: 160px;
}

.fiq_about_us_current_page_wrap {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 190px;
    margin: auto;
    height: 40px;
    border: 1px solid #009DC8;
    border-radius: 6px;
    margin-top: 10px;
    color: white;
    font-size: 16px;
    background: #062d428a;
}

.fiq_about_us_current_page_wrap span {
    color: #d6c100;
}

.fiq_about_us_perform_wrap {
    width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_us_perform_img {
    width: 600px;
    height: auto;
}

.about_us_perform_img img {
    width: 600px;
    height: auto;
}

.about_us_perform-content-wrap {
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.about_us_perform_yellow-btn,
.y_choose_btn {
    color: #F8C521;
    background-color: #fef9e9;
    padding: 12px 25px;
    border: 1px solid #F8C521;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 450;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.about_us_perform-heading,
.y_choose_heading {
    font-size: 42px;
    color: #2e2e2e;
    margin: 25px 0px;
}

.about_us_perform-heading span,
.y_choose_heading span {
    color: #1c9e75;
    border-left: 3px solid #1c9e75;
    padding: 0px 0px 0px 10px;
    background: linear-gradient(to right, #1c9e75ab -80%, transparent 80%);
}

.about_us_perform-description {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    max-width: 560px;
    margin-bottom: 20px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.y_choose_description {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    max-width: 740px;
    line-height: 24px;
    text-align: center;
}

.color-bar {
    margin-top: 12px;
}

.color-bar img {
    width: 100px;
    height: auto;
}

.about_us_perform_blue-btn {
    color: white;
    background: #00416d;
    border-radius: 6px;
    padding: 15px 30px;
    cursor: pointer;
    margin-top: 15px;
}

.about_us_perform_blue-btn:hover {
    background: #1c9e75;
    transition: all 0.3s ease-in-out;
}

.fiq_about_us_perform_sect_1 {
    position: relative;
    padding: 80px 0px;
}

.about_us_perform_bar_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 16px;
}

.about_us_pogress_bar_1,
.about_us_pogress_bar_2,
.about_us_pogress_bar_3 {
    width: 100%;
    height: 16px;
    background: #d7d7d7;
    border-radius: 15px;
    overflow: hidden;
}

.about_us_pogress_bar_1 span {
    width: 90%;
    max-width: 90%;
    height: 100%;
    background: #f8c521;
    border-radius: 100px;
}
.about_us_pogress_bar_1.active span,.about_us_pogress_bar_2.active span,.about_us_pogress_bar_3.active span{
    animation: progress_Bar 2s ease-in-out;
}
.about_us_pogress_bar_2 span {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: #00416d;
    border-radius: 100px;
}

.about_us_pogress_bar_3 span {
    width: 95%;
    max-width: 95%;
    height: 100%;
    background: #007a9b;
    border-radius: 100px;
}

.about_us_perform_bar_wrap span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2e2e2e;
    font-size: 16px;
}

@keyframes progress_Bar {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.fiq_about_us_perform_sect_1 .circle-gradient {
    position: absolute;
    width: 800px;
    top: 10px;
    left: -20%;
    z-index: -1;
}

.y_choose_card_wrap {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 60px;
}

.fiq_about_us_y_choose_wrap {
    width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fiq_about_us_y_choose_section {
    padding: 80px 0px;
}

.y_choose_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 240px;
    gap: 15px;
}

.y_choose_card h4 {
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 600;
    max-width: 180px;
    text-align: center;
}

.y_choose_card h5 {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    max-width: 200px;
}

.y_choose_next_arrow {
    margin-top: 22px;
}

.fiq_about_us_perform_sect_2 {
    position: relative;
    padding: 80px 0px 0px;
}

img.circle-gradient-right {
    position: absolute;
    width: 800px;
    z-index: -1;
    right: -20%;
    top: -8%;
}

.fiq_about_us_perform_sect_2 .fiq_about_us_perform_wrap {
    flex-direction: row-reverse;
}


.fiq_about_us_trial_section .discover-btn {
    background: #00416d;
}

@media (max-width: 500px) {
    .fiq_about_us_header {
        height: 360px;
    }

    .fiq_about_us_logo {
        width: 110px;
    }

    .fiq_about_us_header_wrap {
        width: 100%;
        padding: 20px;
    }

    .fiq_about_us_user_wrap span {
        font-size: 12px;
    }

    .fiq_about_us_user_img {
        width: 40px;
        height: 40px;
    }

    .fiq_about_us_user_wrap {
        gap: 10px;
    }

    .fiq_about_us_header_heading {
        font-size: 22px;
        margin-top: 110px;
    }

    .fiq_about_us_current_page_wrap {
        width: 150px;
        height: 35px;
        font-size: 12px;
    }

    .fiq_about_us_perform_sect_1 {
        padding: 50px 20px;
    }

    .fiq_about_us_perform_wrap {
        width: 100%;
        flex-direction: column;
        justify-content: center;
    }

    .about_us_perform_img img {
        width: 280px;
    }

    .about_us_perform_img {
        width: 280px;
    }

    .fiq_about_us_perform_sect_1 .circle-gradient {
        left: -25%;
        width: 300px !important;
        top: 50px;
    }

    .about_us_perform-content-wrap {
        width: 100%;
        align-items: center;
        margin-top: 40px;
    }

    .about_us_perform_yellow-btn,
    .y_choose_btn {
        font-size: 12px;
    }

    .about_us_perform-heading,
    .y_choose_heading {
        font-size: 26px;
        margin: 20px 0px;
        text-align: center;
    }

    .about_us_perform-description {
        font-size: 14px;
        text-align: center;
    }

    .about_us_perform_bar_wrap span {
        font-size: 12px;
    }

    .about_us_pogress_bar_1,
    .about_us_pogress_bar_2,
    .about_us_pogress_bar_3 {
        height: 12px;
    }

    .about_us_perform_blue-btn {
        font-size: 12px;
    }

    .fiq_about_us_y_choose_section {
        padding: 50px 20px;
    }

    .fiq_about_us_y_choose_wrap {
        width: 100%;
        padding: 0px 20px;
    }

    .y_choose_card_wrap {
        margin-top: 40px;
        width: 100%;
        overflow: scroll;
    }

    .y_choose_card svg {
        width: 80px;
        height: 70px;
    }

    .y_choose_card {
        width: 180px;
        min-width: 180px;
    }

    .y_choose_card h4 {
        font-size: 14px;
        max-width: 150px;
    }

    .y_choose_card h5 {
        font-size: 11px;
        max-width: 160px;
    }

    .y_choose_next_arrow svg {
        width: 70px;
        height: 40px;
    }

    .y_choose_next_arrow {
        margin-top: 18px;
    }
    .fiq_about_us_perform_sect_2 .fiq_about_us_perform_wrap {
        flex-direction: column;
        padding: 0px 20px;
    }
    .fiq_about_us_perform_sect_2 {
        padding: 50px 0px 0px;
    }
    img.circle-gradient-right {
        width: 300px;
        right: -40%;
        top: 2%;
    }
}