.search-top-banner {
    img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .top-search-form {
        position: relative;
        z-index: 3;

        .search-input {
            margin-top: 120px;
            border-radius: 38px;
            box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);

            @media (max-width: $screen-sm-max) {
                margin-top: 70px;
            }

            @media (max-width: $screen-xs-max) {
                margin-top: 25px;
            }
        }
    }

    .top-search-categories-form {
        position: relative;
        z-index: 3;

        .search-input {
            margin-top: 70px;
            border-radius: 38px;
            box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);

            @media (max-width: $screen-sm-max) {
                margin-top: 40px;
            }

            @media (max-width: $screen-xs-max) {
                margin-top: 20px;
            }
        }

        .course-count-badge {
            background-color: rgba(241,241,241,.5);
        }
    }
}

