/*----------------------------------------affiliate styles start--------------------------------------*/

.affiliate-block {
    background: #ffffff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    overflow: hidden;
    padding: 0 0 10px 0;
}

.affiliate-table, .affiliate-table-text {
    display: table;
    width: 100%;
}

.affiliate-table > div, .affiliate-table-text > div {
    display: table-cell;
    vertical-align: top;
}

.affiliate-table > div:first-of-type {
    width: 450px;
    min-width: 450px;
    background: #2d3c44;
    color: #fff;
    padding: 35px 40px;
}

.affiliate-table > div:last-of-type, .affiliate-table-text > div:last-of-type {
    width: 100%;
}

.affiliate-table > div:last-of-type {
    background: #b7bdbf url("https://edgeprime.online/templates/Default/images/affiliate-bg.jpg") no-repeat center;
    background-size: cover;
    vertical-align: bottom;
}

.affiliate-table a {
    margin: 0 0 30px 30px;
}

.affiliate-table-text > div:first-of-type {
    width: 450px;
    min-width: 450px;
    padding: 0 30px 0 15px;
}

.affiliate-table-text h5 {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 600;
}

.affiliate-table-text h2 {
    margin: 20px 0;
    font-size: 36px;
    color: #000e18;
    font-weight: 600;
    text-transform: uppercase;
}

.affiliate-table-text > div:last-of-type {
    padding-right: 30px;
}

/*----------------------------------------affiliate styles end--------------------------------------*/

/*----------------------------------------response start--------------------------------------*/

@media (max-width: 1200px) {

    .affiliate-table-text h2 {
        font-size: 28px;
    }

    .affiliate-table > div:first-of-type, .affiliate-table-text > div:first-of-type {
        width: 400px;
        min-width: 400px;
    }

}

@media (max-width: 992px) {

    .affiliate-table-text h2 {
        font-size: 20px;
    }

    .affiliate-table > div:first-of-type, .affiliate-table-text > div:first-of-type {
        width: 300px;
        min-width: 300px;
    }

}

@media (max-width: 768px) {

    .affiliate-table-text h2 {
        font-size: 18px;
    }

    .affiliate-table > div, .affiliate-table-text > div, .affiliate-table, .affiliate-table-text {
        display: block;
        width: 100% !important;
    }

    .affiliate-table > div:last-of-type {
        text-align: center;
        padding: 50px 15px;
    }

    .affiliate-table a {
        margin: 0;
    }

    .affiliate-table-text > div {
        padding: 0 15px !important;
    }

}

@media (max-width: 480px) {

    .affiliate-table > div:first-of-type {
        padding: 15px;
    }

}

/*----------------------------------------response end--------------------------------------*/