.menu-wrap.navigation-menu.classic {

    background: #2B3A67;
}

div#page {
    padding: 0;
    margin: 0;
}

.container {
    max-width: 100%;
}

.ref-banner {
    height: 425px;
    display: flex;
    align-items: center;
    justify-content: center;
}

p.ref-banner1-title {
    font-size: 30px;
    font-weight: bold;
}

div#banner-text {
    display: flex;
    flex-direction: column;
    align-content: center;
    transform: translateY(50px);
}

a#affiliate-get-started {
    font-size: 20px;
    border: solid 1px royalblue;
    padding: 1% 5%;
    border-radius: 60px;
    margin: 0px auto;
    display: block;
    width: max-content;
    color: royalblue;
}

a#affiliate-get-started:hover {
    background: royalblue;
    color: white;
}

div#steps {
    display: grid;
    grid-template-columns: 32% 2% 32% 2% 32%;
    padding: 1% 5%;
    border-radius: 25px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    max-width: 1200px;
    width: 100%;
    align-items: center;
    margin: 10px auto;
}

.aff-header {
    font-weight: bold;
    margin: 0;
    font-size: 17px;
}

h2#ref {
    text-align: center;
    font-weight: bold;
    padding-top: 70px;
    font-family: 'Open Sans';
    font-size: 50px;
    color: #3d3d3d;
}

img#ref-banner {
    width: 500px;
    align-self: flex-end;
}

img#withdrawal {
    width: 450px;
}

img#dashboard {
    width: 400px;
}

div#step1 {
    grid-column: 1/2;
}

div#step2 {
    grid-column: 3/4;
    border-left: 1px solid #ddd;
    padding-left: 10%;
}

div#step3 {
    grid-column: 5/6;
    border-left: 1px solid #ddd;
    padding-left: 10%;
}

.main-div {
    margin: 0 auto;
    background: white;
}

p {
    margin-bottom: 20px;
}

p.ref-banner1-text {
    margin-bottom: 50px;
}

div#withdraw-aff {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 450px;
}

p#percentage-green {
    color: green;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    padding: 100px;
    /* font-family: 'Open Sans'; */
    font-family: 'Khula', sans-serif;
}

p.ref-desc {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
}

div#earn-aff {
    margin-top: 50px;
    background: #f0f7ff;
    height: 500px;
}

p.ref-desc1 {
    text-align: start;
    margin-top: 70px;
    font-size: 20px;
    margin-left: 50px;
}

div#withdraw-aff-dec {
    display: flex;
    padding-top: 50px;
}

div#dashboard-aff-dec {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    justify-content: center;
}

p#faq {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: start;
    margin-top: 50px;
}

.ref-faq {
    background: #f0f7ff;
    height: 450px;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    img#ref-banner {
        align-self: center;
    }

    div#banner-text {
        padding: 5%;
        transform: none;
        height: fit-content;
    }

    .ref-banner {
        height: fit-content;
        flex-direction: column;
        padding-bottom: 70px;
    }

    div#earn-aff {
        height: fit-content;
        padding-bottom: 50px;
        padding: 5%;
    }

    div#withdraw-aff-dec {
        flex-direction: column;
        align-items: center;
        padding: 5%;
    }

    div#withdraw-aff {
        height: fit-content;
    }

    div#dashboard-aff-dec {
        flex-direction: column;
        align-items: center;
        padding-bottom: 50px;
        padding: 5%;

    }

    p#faq {
        padding-left: 5%;
        padding-right: 5%;
    }

    div#steps {
        grid-template-columns: auto;
        grid-row-gap: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 90%;
        margin: 5%;
    }

    div#step1 {
        grid-row: 1/2;
        grid-column: 1/2;
        padding-left: 10%;
    }

    div#step2 {
        grid-row: 2/3;
        border-left: none;
        grid-column: 1/2;
    }

    div#step3 {
        grid-row: 3/4;
        border-left: none;
        grid-column: 1/2;
    }

}