* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Rubik", serif !important;
}
.fiq_pricing_page_header {
    position: relative;
    height: 520px;
}
.fiq_pricing_page._header_bg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.fiq_pricing_page_header_wrap {
    width: 1280px;
    margin: auto;
    z-index: 10;
    position: relative;
    padding-top: 20px;
}
.fiq_pricing_page_logo_user_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fiq_pricing_page_logo {
    width: 210px;
    height: auto;
}
.fiq_pricing_page_user_img {
    width: 60px;
    height: 60px;
    display: block;
    background: white;
    border-radius: 100%;
    overflow: hidden;
}
.fiq_pricing_page_user_img img {
    width: 100%;
    height: 100%;
}
.fiq_pricing_page_user_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}
.fiq_pricing_page_user_wrap span {
    color: white;
    font-size: 16px;
}
.fiq_pricing_page_header_heading {
    color: white;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-top: 160px;
}
.fiq_pricing_page_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_pricing_page_current_page_wrap span {
    color: #d6c100;
}
.fiq_pricing_page_content_wrap .pricing-section {
    padding: 80px 0px !important;
}
@media (max-width: 500px) {
    .fiq_pricing_page_header {
        height: 360px;
    }
    .fiq_pricing_page_logo {
        width: 110px;
    }
    .fiq_pricing_page_header_wrap {
        width: 100%;
    }
    .fiq_pricing_page_logo_user_wrap {
        padding: 0px 20px;
    }
    .fiq_pricing_page_user_wrap {
        gap: 10px;
    }
    .fiq_pricing_page_user_wrap span {
        font-size: 12px;
    }
    .fiq_pricing_page_user_img {
        width: 40px;
        height: 40px;
    }
    .fiq_pricing_page_header_heading {
        font-size: 22px;
        margin-top: 100px;
    }
    .fiq_pricing_page_current_page_wrap {
        width: 150px;
        height: 35px;
        font-size: 12px;
    }
}