@media only screen and (max-width: 767.98px) {

 /* banner section */
 section.hero-banner {
    margin-top: 1rem;
}
.banner-img {
    z-index: -999;
    position: absolute;
    top: 0px;
    right: 0px;
}
.banner-img img {
    width: 430px;
    margin-left: 0;
}
.banner-title {
    margin-top: 25px;
    background: #ffffffab;
    padding: 30px 20px;
    border-radius: 20px;
}
.banner-title h3 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.banner-title h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 50px;
    color: #000;
    background: #fff0;
    padding: 5px 0px;
}
img.line-image {
    position: absolute;
    top: 100%;
    left: 3%;
    width: 210px;
    display: none;
}
.banner-title p {
    margin-top: 0px;
    width: 90%;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}
img.btn-image {
    width: 130px;
    margin-top: 20px;
    margin-right: 8px;
}

/* Applicant section */
section.applicant-section {
    background: none;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 42% 37%;
    margin-top: 5rem;
}
.applicant-bg {
    background: url(../uploads/background-img.png) no-repeat left center;
    background-size: 36% 69%;
} 
.applicant-bg.d-flex.justify-content-center.align-items-center {
    margin-top: 0;
}
.applicant-bg img {
    width: 90%;
}
.applicant-heading h1 {
    font-size: 31px;
    font-weight: 700;
    color: #000;
    line-height: 47px;
}
.applicant-heading p {
    font-size: 16px;
    font-weight: 500;
    color: #9B9494;
    line-height: 33px;
    margin-top: 2rem;
}
img.line-img {
    position: absolute;
    top: 99%;
    left: 0;
    width: 155px;
}
.applicant-heading h2 {
    margin-top: 26px;
    font-size: 20px;
    font-weight: 700;
    color: #c7001d;
}
.image-reverse{
    flex-direction: column-reverse;
}


/* Employment section */
.employment-heading h1 {
    font-size: 31px;
    font-weight: 700;
    color: #000;
}
img.employ-line-img {
    position: absolute;
    top: 104%;
    left: 0;
    width: 200px;
}
img.employment-img {
    margin-left: 0rem;
}

/* Rental section */
.rental-bg img {
    width: 336px;
}
.rental-heading h1 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-top: 2rem;
}

/* foo      ter */
.copyright p {
    color: #fff;
    font-size: 14px;
    font-family: 'poppins-regular', sans-serif;
    padding-top: 15px;
}
}



@media (min-width: 768px) and (max-width: 1199.98px) {

 /* banner section */
 .banner-title h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 58px;
    color: #000;
    background: #fff;
    margin-top: -9px;
    padding: 16px 0px;
}
    .banner-title h3 {
        font-size: 16px;
        color: #9B9494;
        font-weight: 500;
    }
    .banner-img img {
        width: 470px;
        height: 570px;
    }
    img.line-image {
        position: absolute;
        top: 102%;
        left: 3%;
        width: 210px;
    }
    img.line-img {
        position: absolute;
        top: 99%;
        left: 0;
        width: 175px;
    }
    section.hero-banner {
        margin-top: 3.5rem;
    }

/* applicant section */

    .applicant-heading h1 {
        font-size: 29px;
        font-weight: 700;
        color: #000;
    }
    .applicant-heading h2 {
        margin-top: 2rem;
        font-size: 20px;
        font-weight: 700;
        color: #c7001d;
    }
    .applicant-heading p {
        font-size: 16px;
        font-weight: 500;
        color: #9B9494;
        line-height: 28px;
        margin-top: 8px;
    }
 
    /* employment */
    .employment-heading h1 {
        font-size:29px;
        font-weight: 700;
        color: #000;
    }
    img.employ-line-img {
        position: absolute;
        top: 104%;
        left: 0;
        width: 181px;
    }
    .employment-heading p {
        font-size: 16px;
        font-weight: 500;
        color: #9B9494;
        line-height: 28px;
        margin-top: 2rem;
    }

    /* Rental */
    .rental-bg img {
        width: 100%;
    }
    .rental-heading h1 {
        font-size: 29px;
        font-weight: 700;
        color: #000;
    }
    .rental-heading p {
        font-size: 16px;
        font-weight: 500;
        color: #9B9494;
        line-height: 28px;
        margin-top: 2rem;
    }
    img.rental-line-img {
        position: absolute;
        top: 98%;
        left: 4px;
        width: 95px;
    }
}


@media (min-width: 1400px) {
    .banner-img img {
        width: 630px;
        height: 650px;
    }
    section.applicant-section {
        background: url(../uploads/background-img.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 36% 69%;
        margin-top: 15rem;
    }
 }