body {
    margin: 0;
    padding: 0;
}

.search-and-analysis .banner {
    background-image: url("../img/sub-banner1.jpg");
    background-repeat: no-repeat;
    height: 400px;
    background-size: cover;
    position: relative;
}

.search-and-analysis .banner::before {
    background-color: #000000;
    content: " ";
    opacity: .6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}

.search-and-analysis .banner .banner-caption h1 {
    font-weight: 500;
    font-size: 60px;
    color: #ffffff;
    padding-top: 150px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0;
}

.search-and-analysis .content {
    padding: 80px 0;
}

.search-and-analysis ul li, .search-and-analysis ol li {
    padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .search-and-analysis .banner .banner-caption h1 {
        font-size: 55px;
    }
}

@media screen and (max-width: 767px) {
    .search-and-analysis .banner {
        height: 300px;
    }

    .search-and-analysis .banner .banner-caption h1 {
        font-size: 40px;
        padding-top: 100px;
    }
}

@media screen and (max-width: 527px) {
    .search-and-analysis .banner {
        height: 250px;
    }

    .search-and-analysis .banner .banner-caption h1 {
        font-size: 36px;
        padding-top: 85px;
    }

    .search-and-analysis .content {
        padding: 50px 15px;
    }
}

@media screen and (max-width: 425px) {
    .search-and-analysis .banner {
        height: 215px;
    }

    .search-and-analysis .banner .banner-caption h1 {
        font-size: 30px;
        padding-top: 75px;
    }

    .search-and-analysis .content {
        padding: 50px 15px;
    }
}

@media screen and (max-width: 375px) {
    .search-and-analysis .banner {
        height: 165px;
    }

    .search-and-analysis .banner .banner-caption h1 {
        font-size: 22px;
        padding-top: 55px;
    }

    .search-and-analysis .content {
        padding: 30px 15px;
    }
}
