@media (min-width: 320px) and (max-width:480px) {
    .exam-topbar-bg-img {
        background-image: url('../img/combo.png');
        background-repeat: no-repeat;
        background-position: left;
        padding: 0px 0px;
    }
    .course-topbar-bg-img {
        background-image: url('../img/combo-course.png');
        background-repeat: no-repeat;
        background-position: left;
        padding: 0px 0px;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .exam-topbar-bg-img {
        background-image: url('../img/combo.png');
        background-repeat: no-repeat;
        background-position: left;
        padding: 0px 0px;
    }
    .course-topbar-bg-img {
        background-image: url('../img/combo-course.png');
        background-repeat: no-repeat;
        background-position: left;
        padding: 0px 0px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .exam-topbar-bg-img {
        background-image: url(../img/combo.png);
        background-repeat: no-repeat;
        background-position: center;
        padding: 0px 27px;
    }
    .course-topbar-bg-img {
        background-image: url('../img/combo-course.png');
        background-repeat: no-repeat;
        background-position: center;
        padding: 0px 27px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .exam-topbar-bg-img {
        background-image: url(../img/combo.png);
        background-repeat: no-repeat;
        background-position: center;
        padding: 0px 27px;
    }
    .course-topbar-bg-img {
        background-image: url('../img/combo-course.png');
        background-repeat: no-repeat;
        background-position: center;
        padding: 0px 27px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .exam-topbar-bg-img {
        background-image: url(../img/combo.png);
        background-repeat: no-repeat;
        background-position: center;
        padding: 0px 27px;
    }
    .course-topbar-bg-img {
        background-image: url('../img/combo-course.png');
        background-repeat: no-repeat;
        background-position: center;
        padding: 0px 27px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .exam-topbar-bg-img {
        background-image: url(../img/combo.png);
        background-repeat: no-repeat;
        background-position: center;
        padding: 0px 27px;
    }
    .course-topbar-bg-img {
        background-image: url('../img/combo-course.png');
        background-repeat: no-repeat;
        background-position: center;
        padding: 0px 27px;
    }
}

@media (min-width: 1281px) {
    .exam-topbar-bg-img {
        background-image: url(../img/combo.png);
        background-repeat: no-repeat;
        background-position: center;
        padding: 0px 27px;
    }
    .course-topbar-bg-img {
        background-image: url('../img/combo-course.png');
        background-repeat: no-repeat;
        background-position: center;
        padding: 0px 27px;
    }
}