.white svg:not(.white .bk-white svg) {
    fill: var(--color-white);
}
.abs-p.tp-lf .with-mega-menu a:after {
    border-top-color: var(--color-pure-white);
}

/* ---------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------
------------------------------------------------- MEDIA QUERY ----------------------------------------------------
------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------*/

    /* Big Laptops - Ok until 1441 px
    ------------------------------------------------------------------------------------------------*/
    @media screen and (max-width: 1620px) {
    }

    /* Standard Laptops - Ok until 1281px
    ------------------------------------------------------------------------------------------------*/
    @media screen and (max-width: 1440px) {

    }

    /* Small Laptops - Ok until 1151px
    ------------------------------------------------------------------------------------------------*/
    @media screen and (max-width: 1280px) {

    }

    /* Small Laptops - Ok until 993px
    ------------------------------------------------------------------------------------------------*/
    @media screen and (max-width: 1150px) {

    }

    /* Mobile Start ok until 768px
    ------------------------------------------------------------------------------------------------*/
    @media screen and (max-width: 992px) {

    }

    /* Mobile starts
    ------------------------------------------------------------------------------------------------*/
    @media screen and (max-width: 767px) {

        .header-txt-container.apply-pad,
        .header-txt-container.apply-pad-2 {
            padding: 0;
        }
        .header-txt .stripe-container-inner {
            padding: 0;
        }
    }


    /* Mobile Port
    ------------------------------------------------------------------------------------------------*/
    @media screen and (max-width: 600px) {

    }