.banner-top {
    background-color: #000000;
    height: auto;
}

.header-1 {
    top: inherit;
    position: absolute;
    padding: 20px 50px 20px 50px;
}
.withus-box-1 {
    text-align: center;
    width: 120px;
    height: auto;
    margin: 15px;
}
.withus-box-2 {
    text-align: center;
    width: 220px;
    height: auto;
    margin: 15px;
}

.checked {
    color: orange;
}
.unchecked {
    color: #ffffff;
}

.banner-img {
    display: block;
    width: 100%;
}

.overlay {
    padding-top: 150px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
.banner-box-1 {
    padding: 60px;
}

.film-studio-logo {
    width: 195px;
    height: auto;
}
.free-service-container-bg {
    background: url(https://techgensys.com/public/img/banner/bg10.svg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 12px;
}
@media (min-width: 480px) and (max-width: 960px) {
    .header-1 {
        padding: 10px;
    }

    .banner-box-1 {
        padding: 10px;
    }
    .overlay {
        margin-top: -185px;
        position: relative;
    }
    .film-studio-logo {
    width: 140px;
    height: auto;
}
     .withus-box-1 {
        width: 85px;
        height: auto;
        margin: 5px;
    }
    .withus-box-2 {
        width: 115px;
        height: auto;
        margin: 5px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .header-1 {
        padding: 10px;
    }

    .banner-box-1 {
        padding: 10px;
    }
    .overlay {
        margin-top: -185px;
        position: relative;
    }
    .film-studio-logo {
    width: 140px;
    height: auto;
}
    .withus-box-1 {
        width: 85px;
        height: auto;
        margin: 5px;
    }
    .withus-box-2 {
        width: 110px;
        height: auto;
        margin: 5px;
    }
}
