/* =====================================================
   PGPEX EIM - MAIN PAGE
===================================================== */

.pgpex-eim-page {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
    color: #111111;
}


/* =====================================================
   TOP WHITE BAR
===================================================== */

.pgpex-top-bar {
    width: 100%;
    height: 50px;
    min-height: 50px;

    background: #ffffff !important;
    color: #000000 !important;

    margin: 0;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    z-index: 9999;

    border-bottom: 1px solid #dddddd;

    box-sizing: border-box;
}

.pgpex-top-bar .container {
    width: 100%;
    max-width: 1280px;
    height: 100%;

    margin: 0 auto;
    padding: 0 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
}

.pgpex-top-bar-text {
    width: 100%;

    margin: 0;
    padding: 0;

    color: #000000 !important;

    font-size: 15px;
    line-height: 20px;
    font-weight: 600;

    text-align: center;

    display: block;

    visibility: visible !important;
    opacity: 1 !important;
}


/* =====================================================
   HEADER
===================================================== */

.pgpex-header {
    width: 100%;

    background: #ffffff;

    position: relative;
    z-index: 100;

    border-bottom: 1px solid #eeeeee;

    margin: 0;
    padding: 0;
}

.pgpex-header-container {
    width: 100%;
    max-width: 1280px;

    min-height: 92px;

    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 10px 25px;

    box-sizing: border-box;
}


/* =====================================================
   LOGO
===================================================== */

.pgpex-header-logo {
    flex: 0 0 auto;
}

.pgpex-header-logo a {
    display: block;
    text-decoration: none;
}

.pgpex-header-logo img {
    width: 82px;
    height: auto;

    display: block;
}


/* =====================================================
   INSTITUTE TITLE
===================================================== */

.pgpex-header-title {
    flex: 1;

    text-align: center;

    padding: 0 25px;
}

.pgpex-hindi {
    color: #d88916;

    font-size: 13px;
    line-height: 17px;

    font-weight: 500;
}

.pgpex-header-title h1 {
    margin: 3px 0 2px;

    color: #111111;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 22px;
    line-height: 28px;

    font-weight: 700;
}


/* Programme name */

.pgpex-header-programme {
    color: #666666;

    font-size: 12px;
    line-height: 17px;

    font-weight: 500;
}


/* =====================================================
   HEADER REGISTER BUTTON
===================================================== */

.pgpex-header-action {
    flex: 0 0 auto;

    min-width: 165px;

    text-align: right;
}

.pgpex-register-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    background: #ff5a00;

    color: #ffffff !important;

    padding: 13px 22px;

    border-radius: 7px;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none !important;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.pgpex-register-btn:hover {
    background: #e94f00;

    color: #ffffff !important;

    text-decoration: none !important;

    transform: translateY(-1px);
}

.pgpex-register-arrow {
    font-size: 16px;
    line-height: 1;
}


/* =====================================================
   HERO
===================================================== */

.pgpex-hero {
    position: relative;
    width: 100%;
    min-height: 700px;

    background-image: url("https://iimmumbai.ac.in/pgpex-eim/storage/img/iim-mumbai.jpg");

    background-size: 120% auto;
    background-position: center center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: flex-start;

    overflow: hidden;
    margin-top: 0;
}

/* =====================================================
   HERO INNER
===================================================== */

.pgpex-hero-inner {
    width: 100%;

    max-width: 1200px;

    text-align: center;

    padding: 80px 20px 140px;
}


/* =====================================================
   LOGO + NIRF
===================================================== */

.pgpex-ranking {
    display: flex;

    justify-content: center;

    align-items: center;

    gap: 14px;

    margin-bottom: 35px;
}


/* Ranking cards */

.pgpex-ranking-logo,
.pgpex-ranking-nirf {
    background: #ffffff;

    border-radius: 18px;

    min-height: 110px;

    display: flex;

    align-items: center;

    justify-content: center;

    box-shadow:
        0 5px 20px rgba(0, 0, 0, 0.08);
}


/* Institute logo */

.pgpex-ranking-logo {
    width: 130px;
}

.pgpex-ranking-logo img {
    width: 90px;

    height: auto;

    display: block;
}


/* NIRF */

.pgpex-ranking-nirf {
    width: 200px;

    padding: 10px 15px;

    justify-content: flex-start;

    gap: 10px;
}


/* Rank number */

.rank-number {
    font-size: 62px;

    line-height: 1;

    font-weight: 800;

    color: #ff5a00;
}


/* Rank text */

.rank-text {
    text-align: left;

    color: #101d73;

    display: flex;

    flex-direction: column;
}

.rank-text strong {
    font-size: 15px;

    line-height: 18px;

    font-weight: 800;
}

.rank-text small {
    color: #ff5a00;

    font-weight: 700;

    font-size: 13px;

    margin-top: 3px;
}


/* =====================================================
   HERO TITLE
===================================================== */

.pgpex-hero-title {
    color: #07175f;

    text-align: center;

    max-width: 1000px;

    margin: 0 auto;
}

.pgpex-hero-small-title {
    font-size: 28px;

    line-height: 36px;

    font-weight: 400;

    margin-bottom: 7px;

    color: #07175f;
}

.pgpex-hero-title h1 {
    margin: 0;

    font-size: 50px;

    line-height: 1.08;

    font-weight: 800;

    color: #07175f;
}


/* =====================================================
   HERO BUTTON CONTAINER
===================================================== */

.pgpex-hero-cta {
    position: absolute;

    left: 50%;

    bottom: 0;

    transform: translateX(-50%);

    width: 730px;

    background: #ffffff;

    border-radius: 22px 22px 0 0;

    padding: 18px;

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 15px;

    box-shadow:
        0 -3px 15px rgba(0, 0, 0, 0.10);
}


/* =====================================================
   HERO BUTTONS
===================================================== */

.pgpex-register-main,
.pgpex-brochure-main {
    min-width: 230px;

    padding: 14px 25px;

    border-radius: 30px;

    font-size: 13px;

    font-weight: 700;

    text-align: center;

    cursor: pointer;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}


/* Register */

.pgpex-register-main {
    background: #ff5a00;

    color: #ffffff !important;

    text-decoration: none !important;

    border: 2px solid #ff5a00;
}

.pgpex-register-main:hover {
    background: #e94f00;

    border-color: #e94f00;

    color: #ffffff !important;

    text-decoration: none !important;

    transform: translateY(-1px);
}

.pgpex-register-main span {
    margin-left: 8px;
}


/* Brochure */

.pgpex-brochure-main {
    background: #ffffff;

    color: #ff5a00;

    border: 2px solid #ff5a00;
}

.pgpex-brochure-main:hover {
    background: #ff5a00;

    color: #ffffff;

    transform: translateY(-1px);
}


/* =====================================================
   PROGRAMME HIGHLIGHTS
===================================================== */

.pgpex-highlights {
    width: 100%;

    background: #ffffff;

    padding: 45px 0;
}

.pgpex-highlight-card {
    text-align: center;

    padding: 20px;

    min-height: 130px;
}

.pgpex-highlight-card i {
    font-size: 25px;

    color: #ff5a00;

    margin-bottom: 10px;
}

.pgpex-highlight-card h4 {
    margin: 5px 0;

    font-size: 18px;

    line-height: 25px;

    font-weight: 700;

    color: #111111;
}

.pgpex-highlight-card p {
    margin: 0;

    font-size: 15px;

    line-height: 22px;

    color: #555555;
}


/* =====================================================
   PROGRAMME CONTENT
===================================================== */

.pgpex-section {
    width: 100%;

    background: #f7f8fa;

    padding: 75px 0;
}

.pgpex-section-title {
    max-width: 900px;

    margin: 0 auto 45px;

    text-align: center;
}

.pgpex-section-title .small-title {
    color: #ff5a00;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1px;

    margin-bottom: 8px;
}

.pgpex-section-title h2 {
    margin: 0 0 15px;

    color: #07175f;

    font-size: 38px;

    line-height: 1.2;

    font-weight: 800;
}

.pgpex-section-title p {
    margin: 0 auto;

    max-width: 750px;

    color: #666666;

    font-size: 16px;

    line-height: 27px;
}


/* =====================================================
   CMS CONTENT
===================================================== */

.pgpex-cms-content {
    width: 100%;

    background: #ffffff;

    border-radius: 12px;

    padding: 35px;

    box-shadow:
        0 3px 20px rgba(0, 0, 0, 0.06);

    box-sizing: border-box;
}

.pgpex-cms-content img {
    max-width: 100%;

    height: auto;
}

.pgpex-cms-content table {
    width: 100%;

    max-width: 100%;
}

.pgpex-cms-content h1,
.pgpex-cms-content h2,
.pgpex-cms-content h3,
.pgpex-cms-content h4 {
    color: #07175f;
}

.pgpex-cms-content a {
    color: #ff5a00;
}


/* =====================================================
   CALL TO ACTION
===================================================== */

.pgpex-cta {
    width: 100%;

    background: #07175f;

    padding: 10px 5px;

    text-align: center;

    color: #ffffff;

    box-sizing: border-box;
}

.pgpex-cta h2 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 34px;

    line-height: 1.25;

    font-weight: 800;
}

.pgpex-cta p {
    margin: 0 auto 25px;

    color: rgba(255, 255, 255, 0.85);

    font-size: 16px;

    line-height: 25px;
}


/* =====================================================
   COMMON BUTTON
===================================================== */

.pgpex-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    border-radius: 30px;

    padding: 13px 25px;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    cursor: pointer;

    transition: all 0.2s ease;
}

.pgpex-btn-primary {
    background: #ff5a00;

    border: 2px solid #ff5a00;

    color: #ffffff;
}

.pgpex-btn-primary:hover {
    background: #e94f00;

    border-color: #e94f00;

    color: #ffffff;
}

.pgpex-btn-light {
    background: #ffffff;

    border: 2px solid #ffffff;

    color: #07175f;
}

.pgpex-btn-light:hover {
    background: #ff5a00;

    border-color: #ff5a00;

    color: #ffffff;
}


/* =====================================================
   BROCHURE MODAL
===================================================== */

#apply-participant-modal .modal-content {
    border: 0;

    border-radius: 14px;

    overflow: hidden;

    box-shadow:
        0 15px 50px rgba(0, 0, 0, 0.20);
}

#apply-participant-modal .modal-header {
    background: #07175f;

    color: #ffffff;

    padding: 18px 22px;
}

#apply-participant-modal .modal-title {
    color: #ffffff;

    font-size: 20px;

    font-weight: 700;
}

#apply-participant-modal .modal-header .btn-close {
    filter: brightness(0) invert(1);
}

#apply-participant-modal .modal-body {
    padding: 25px;
}

#apply-participant-modal label {
    display: block;

    margin-bottom: 7px;

    color: #333333;

    font-size: 14px;

    font-weight: 600;
}

#apply-participant-modal .form-control {
    min-height: 45px;

    border: 1px solid #dddddd;

    border-radius: 6px;

    box-shadow: none;
}

#apply-participant-modal .form-control:focus {
    border-color: #ff5a00;

    box-shadow:
        0 0 0 2px rgba(255, 90, 0, 0.10);
}

/* =====================================================
   TOP MENU STRIP
===================================================== */

.pgpex-menu-strip {
    width: 100% !important;

    height: 44px !important;
    min-height: 44px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #07175f !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    position: relative;

    z-index: 10000;

    box-sizing: border-box;
}


/* Bootstrap container */

.pgpex-menu-strip .container,
.pgpex-menu-strip .container-fluid {

    width: 100% !important;

    max-width: 100% !important;

    margin: 0 !important;

    padding: 0 !important;

    height: 100% !important;
}


/* =====================================================
   GENERATED MENU COLLAPSE
===================================================== */

.pgpex-menu-strip #headerNavigationCollapse {

    display: flex !important;

    width: 100% !important;

    height: 100% !important;

    margin: 0 !important;

    padding: 0 !important;

    align-items: center !important;

    justify-content: center !important;

    visibility: visible !important;

    opacity: 1 !important;
}


/* Remove inline margin-bottom:-17px */

.pgpex-menu-strip #headerNavigationCollapse[style] {

    margin-bottom: 0 !important;
}


/* =====================================================
   MENU UL
===================================================== */

.pgpex-menu-strip ul.list-inline {

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    flex-wrap: nowrap !important;

    width: auto !important;

    height: 100% !important;

    margin: 0 !important;

    padding: 0 !important;

    list-style: none !important;
}


/* =====================================================
   MENU LI
===================================================== */

.pgpex-menu-strip ul.list-inline > li {

    display: flex !important;

    align-items: center !important;

    margin: 0 3px !important;

    padding: 0 !important;

    height: 100% !important;
}


/* =====================================================
   MENU BUTTON
===================================================== */

.pgpex-menu-strip .header_button {

    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    height: 100% !important;

    min-height: 44px !important;

    margin: 0 !important;

    padding: 0 15px !important;

    border: 0 !important;

    border-radius: 0 !important;

    background: transparent !important;

    color: #ffffff !important;

    font-size: 13px !important;

    font-weight: 600 !important;

    line-height: 44px !important;

    text-decoration: none !important;

    box-shadow: none !important;

    transition: all 0.2s ease;
}


/* =====================================================
   MENU TEXT
===================================================== */

.pgpex-menu-strip .header_button small {

    display: inline-block !important;

    margin: 0 !important;

    padding: 0 !important;

    color: #ffffff !important;

    font-size:10px !important;

    font-weight: 600 !important;

    line-height: 1 !important;
}


/* =====================================================
   HOVER
===================================================== */

.pgpex-menu-strip .header_button:hover {

    background: #ff5a00 !important;

    color: #ffffff !important;

    text-decoration: none !important;
}


.pgpex-menu-strip .header_button:hover small {

    color: #ffffff !important;
}


/* =====================================================
   REMOVE GAP WITH HEADER
===================================================== */

.pgpex-menu-strip + .pgpex-header {

    margin-top: 0 !important;

    padding-top: 0 !important;
}


/* =====================================================
   WHITE HEADER
===================================================== */

.pgpex-header {

    margin: 0 !important;

    padding: 0 !important;

    width: 100%;

    background: #ffffff;

    position: relative;

    z-index: 100;
}

/* =====================================================
   MENU - MOBILE
===================================================== */

@media (max-width: 768px) {

    .pgpex-menu-strip {

        height: auto !important;

        min-height: 40px !important;

        padding: 0 !important;

        overflow-x: auto !important;

        justify-content: flex-start !important;
    }


    .pgpex-menu-strip #headerNavigationCollapse {

        display: flex !important;

        width: 100% !important;

        height: 40px !important;

        overflow-x: auto !important;

        overflow-y: hidden !important;

        justify-content: flex-start !important;

        margin: 0 !important;

        padding: 0 !important;
    }


    .pgpex-menu-strip ul.list-inline {

        display: flex !important;

        flex-wrap: nowrap !important;

        justify-content: flex-start !important;

        width: max-content !important;

        height: 40px !important;

        white-space: nowrap !important;

        margin: 0 !important;

        padding: 0 !important;
    }


    .pgpex-menu-strip ul.list-inline > li {

        flex: 0 0 auto !important;

        height: 40px !important;

        margin: 0 !important;
    }


    .pgpex-menu-strip .header_button {

        min-height: 40px !important;

        height: 40px !important;

        padding: 0 10px !important;

        font-size: 10px !important;

        line-height: 40px !important;
    }


    .pgpex-menu-strip .header_button small {

        font-size: 10px !important;

        line-height: 1 !important;
    }

}

/* =====================================================
   RESPONSIVE - TABLET
===================================================== */

@media (max-width: 992px) {

    /* TOP BAR */

    .pgpex-top-bar {
        height: 45px;
        min-height: 45px;
    }

    .pgpex-top-bar-text {
        font-size: 13px;
        line-height: 18px;
    }


    /* HEADER */

    .pgpex-header-container {
        max-width: 100%;

        padding: 10px 18px;
    }

    .pgpex-header-title {
        padding: 0 15px;
    }

    .pgpex-header-title h1 {
        font-size: 18px;

        line-height: 23px;
    }

    .pgpex-header-programme {
        font-size: 10px;

        line-height: 14px;
    }

    .pgpex-header-action {
        min-width: 135px;
    }

    .pgpex-register-btn {
        padding: 11px 15px;

        font-size: 11px;
    }


    /* HERO */

    .pgpex-hero {
        min-height: 650px;
    }

    .pgpex-hero-title h1 {
        font-size: 43px;
    }

    .pgpex-hero-small-title {
        font-size: 24px;
    }

    .pgpex-hero-cta {
        width: 680px;
    }
}


/* =====================================================
   RESPONSIVE - MOBILE
===================================================== */

@media (max-width: 768px) {

    /* =================================================
       TOP BAR
    ================================================= */

    .pgpex-top-bar {
        height: 50px;

        min-height: 50px;

        padding: 0;

        display: flex;

        align-items: center;

        justify-content: center;
    }

    .pgpex-top-bar .container {
        height: 50px;

        padding: 0 10px;
    }

    .pgpex-top-bar-text {
        font-size: 11px;

        line-height: 15px;

        font-weight: 600;

        padding: 0;
    }


    /* =================================================
       HEADER
    ================================================= */

    .pgpex-header-container {
        min-height: 65px;

        padding: 6px 10px;
    }

    .pgpex-header-logo img {
        width: 55px;
    }

    .pgpex-header-title {
        padding: 0 6px;
    }

    .pgpex-hindi {
        font-size: 7px;

        line-height: 9px;
    }

    .pgpex-header-title h1 {
        font-size: 11px;

        line-height: 14px;

        margin: 1px 0;
    }

    .pgpex-header-programme {
        display: none;
    }

    .pgpex-header-action {
        min-width: auto;
    }

    .pgpex-register-btn {
        padding: 8px 10px;

        border-radius: 6px;

        font-size: 8px;
    }

    .pgpex-register-arrow {
        font-size: 11px;
    }


    /* =================================================
       HERO
    ================================================= */

    .pgpex-hero {
        min-height: 500px;

        background-position: center center;
    }

    .pgpex-hero-inner {
        padding: 45px 15px 110px;
    }


    /* =================================================
       RANKING
    ================================================= */

    .pgpex-ranking {
        margin-bottom: 25px;

        gap: 8px;
    }

    .pgpex-ranking-logo,
    .pgpex-ranking-nirf {
        min-height: 75px;

        border-radius: 12px;
    }

    .pgpex-ranking-logo {
        width: 85px;
    }

    .pgpex-ranking-logo img {
        width: 60px;
    }

    .pgpex-ranking-nirf {
        width: 140px;

        padding: 7px 10px;

        gap: 6px;
    }

    .rank-number {
        font-size: 42px;
    }

    .rank-text strong {
        font-size: 10px;

        line-height: 12px;
    }

    .rank-text small {
        font-size: 9px;
    }


    /* =================================================
       HERO TITLE
    ================================================= */

    .pgpex-hero-small-title {
        font-size: 19px;

        line-height: 25px;
    }

    .pgpex-hero-title h1 {
        font-size: 29px;

        line-height: 1.12;
    }


    /* =================================================
       HERO BUTTONS
    ================================================= */

    .pgpex-hero-cta {
        width: calc(100% - 30px);

        padding: 12px;

        gap: 8px;

        border-radius: 16px 16px 0 0;
    }

    .pgpex-register-main,
    .pgpex-brochure-main {
        min-width: 0;

        flex: 1;

        padding: 10px 8px;

        font-size: 10px;
    }


    /* =================================================
       HIGHLIGHTS
    ================================================= */

    .pgpex-highlights {
        padding: 25px 0;
    }

    .pgpex-highlight-card {
        padding: 18px 10px;
    }

    .pgpex-highlight-card h4 {
        font-size: 15px;

        line-height: 20px;
    }

    .pgpex-highlight-card p {
        font-size: 13px;
    }


    /* =================================================
       PROGRAMME SECTION
    ================================================= */

    .pgpex-section {
        padding: 45px 0;
    }

    .pgpex-section-title {
        margin-bottom: 25px;

        padding: 0 15px;
    }

    .pgpex-section-title h2 {
        font-size: 28px;
    }

    .pgpex-section-title p {
        font-size: 14px;

        line-height: 22px;
    }

    .pgpex-cms-content {
        border-radius: 0;

        padding: 20px 15px;
    }


    /* =================================================
       CTA
    ================================================= */

    .pgpex-cta {
        padding: 45px 20px;
    }

    .pgpex-cta h2 {
        font-size: 26px;
    }

    .pgpex-cta p {
        font-size: 14px;

        line-height: 22px;
    }


    /* =================================================
       MODAL
    ================================================= */

    #apply-participant-modal .modal-body {
        padding: 20px;
    }
}


/* =====================================================
   VERY SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    /* TOP BAR */

    .pgpex-top-bar {
        height: 48px;

        min-height: 48px;
    }

    .pgpex-top-bar .container {
        height: 48px;

        padding: 0 8px;
    }

    .pgpex-top-bar-text {
        font-size: 10px;

        line-height: 14px;
    }


    /* HEADER */

    .pgpex-header-logo img {
        width: 48px;
    }

    .pgpex-hindi {
        font-size: 6px;

        line-height: 8px;
    }

    .pgpex-header-title h1 {
        font-size: 9px;

        line-height: 12px;
    }

    .pgpex-register-btn {
        padding: 7px 8px;

        font-size: 7px;
    }


    /* HERO */

    .pgpex-hero {
        min-height: 470px;
    }

    .pgpex-hero-inner {
        padding-top: 35px;
    }

    .pgpex-ranking-logo {
        width: 75px;
    }

    .pgpex-ranking-nirf {
        width: 130px;
    }

    .rank-number {
        font-size: 36px;
    }

    .rank-text strong {
        font-size: 9px;

        line-height: 11px;
    }

    .rank-text small {
        font-size: 8px;
    }

    .pgpex-hero-small-title {
        font-size: 17px;
    }

    .pgpex-hero-title h1 {
        font-size: 25px;
    }

    .pgpex-hero-cta {
        width: calc(100% - 20px);

        padding: 9px;
    }

    .pgpex-register-main,
    .pgpex-brochure-main {
        padding: 9px 5px;

        font-size: 9px;
    }

    /* =====================================================
   TOP MENU STRIP
===================================================== */

.pgpex-menu-strip {
    width: 100%;
    height: 44px;

    margin: 0 !important;
    padding: 0 !important;

    background: #07175f;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    z-index: 10000;

    box-sizing: border-box;
}


/* Menu wrapper */

.pgpex-menu-strip .navbar-collapse {
    display: flex !important;

    width: 100%;

    align-items: center;
    justify-content: center;

    margin: 0 !important;
    padding: 0 !important;
}


/* UL */

.pgpex-menu-strip ul.list-inline {
    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none;
}


/* LI */

.pgpex-menu-strip ul.list-inline > li {
    display: inline-flex;

    align-items: center;

    margin: 0 3px !important;
    padding: 0 !important;
}


/* MENU BUTTON */

.pgpex-menu-strip .header_button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    margin: 0 !important;

    padding: 7px 15px !important;

    min-height: 30px;

    border: 0 !important;

    border-radius: 3px !important;

    background: transparent !important;

    color: #ffffff !important;

    font-size: 13px;

    font-weight: 600;

    line-height: 1.2;

    text-decoration: none !important;

    box-shadow: none !important;
}


/* SMALL TEXT */

.pgpex-menu-strip .header_button small {
    margin: 0 !important;
    padding: 0 !important;

    font-size: 13px;

    font-weight: 600;

    color: #ffffff !important;
}


/* HOVER */

.pgpex-menu-strip .header_button:hover {
    background: #ff5a00 !important;

    color: #ffffff !important;
}


/* =====================================================
   NO GAP BETWEEN MENU STRIP AND WHITE HEADER
===================================================== */

.pgpex-menu-strip + .pgpex-header {
    margin-top: 0 !important;

    padding-top: 0 !important;
}


/* =====================================================
   REMOVE POSSIBLE BOOTSTRAP SPACING
===================================================== */

.pgpex-menu-strip .container,
.pgpex-menu-strip .container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 768px) {

    .pgpex-menu-strip {
        height: auto;

        min-height: 40px;

        padding: 3px 5px !important;

        overflow-x: auto;

        justify-content: flex-start;
    }


    .pgpex-menu-strip .navbar-collapse {
        width: 100%;

        overflow-x: auto;

        justify-content: flex-start !important;
    }


    .pgpex-menu-strip ul.list-inline {
        flex-wrap: nowrap;

        justify-content: flex-start;

        white-space: nowrap;
    }


    .pgpex-menu-strip ul.list-inline > li {
        flex: 0 0 auto;

        margin: 0 2px !important;
    }


    .pgpex-menu-strip .header_button {
        padding: 6px 10px !important;

        font-size: 10px;
    }


    .pgpex-menu-strip .header_button small {
        font-size: 10px;
    }

}
}