.banner {
    position: relative;
    height: 700px;
}

.home_baner_bg_home {
    background: url("../images/banner.jpg");
    background-size: cover;
    background-position: center;
}

.banner .bannerlink aside a {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: none;
    border: 2px solid #fff;
}

.banner .bannerlink aside a:hover {
    background: rgba(0, 0, 0, 0.5);
}

.banner .bannerlink h1 {
    color: #f7c331;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner .bannerlink h1::after {
    display: none;
}

.banner::before {
    background: #37404d;
}

.auto_baner_bg {
    background: url(../images/car_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.home_baner_bg {
    background: url(../images/home_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.life_baner_bg {
    background: url(../images/life_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.health_baner_bg {
    background: url(../images/health_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.medicare_baner_bg {
    background: url(../images/medicare_banner.png);
    background-repeat: no-repeat;
    background-position: center;
}

.home_listing_bg {
    background: url(../images/home_listing_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.life_listing_bg {
    background: url(../images/life_listing_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.auto_listing_bg {
    background: url(../images/car_listing_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.health_listing_bg {
    background: url(../images/health_listing_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.home_form {
    background: url(../images/home_blog_form.jpg) no-repeat;
    padding: 220px 30px 30px 30px;
    background-color: #4c596c;
    -webkit-box-shadow: 0 0 10px #e2e2e2;
    box-shadow: 0 0 10px #e2e2e2;
    border-radius: 10px;
    background-size: 100% 200px;
}

.auto_form {
    background: url(../images/home_blog_form.jpg) no-repeat;
    padding: 220px 30px 30px 30px;
    background-color: #4c596c;
    -webkit-box-shadow: 0 0 10px #e2e2e2;
    box-shadow: 0 0 10px #e2e2e2;
    border-radius: 10px;
    background-size: 100% 200px;
}

.health_form {
    background: url(../images/health_blog_form.jpg) no-repeat;
    padding: 220px 30px 30px 30px;
    background-color: #4c596c;
    -webkit-box-shadow: 0 0 10px #e2e2e2;
    box-shadow: 0 0 10px #e2e2e2;
    border-radius: 10px;
    background-size: 100% 200px;
}

.medicare_form {
    background: url(../images/medicare_form.png) no-repeat;
    padding: 220px 30px 30px 30px;
    background-color: #4c596c;
    -webkit-box-shadow: 0 0 10px #e2e2e2;
    box-shadow: 0 0 10px #e2e2e2;
    border-radius: 10px;
    background-size: 100% 200px;
}

.life_form {
    background: url(../images/life_blog_form.jpg) no-repeat;
    padding: 220px 30px 30px 30px;
    background-color: #4c596c;
    -webkit-box-shadow: 0 0 10px #e2e2e2;
    box-shadow: 0 0 10px #e2e2e2;
    border-radius: 10px;
    background-size: 100% 200px;
}


/*====================================================================================================

Privacy policy and terms page css Start here 

====================================================================================================*/

.tiny-footer {
    height: auto;
}

.pp_banner {
    background: #778191;
    text-align: center;
    padding: 150px 0 80px 0;
}

.pp_banner h1 {
    color: #fff;
    font-size: 40px;
    margin: 0;
}

.content_part {
    padding: 50px 0;
}

.content_part h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 20px 0;
    color: #3c4d6b;
}

.content_part p {
    font-size: 16px;
    line-height: 28px;
    margin: 15px 0;
}

@media screen and (max-width: 992px) {
    .pp_banner {
        padding: 50px 0;
    }
    .pp_banner h1 {
        font-size: 30px;
    }
    .content_part h3 {
        font-size: 24px;
        margin: 10px 0;
    }
    .content_part p {
        font-size: 16px;
        line-height: 24px;
        margin: 10px 0;
    }
}

@media screen and (max-width: 767px) {
    .pp_banner h1 {
        font-size: 26px;
    }
    .content_part h3 {
        font-size: 22px;
        margin: 10px 0;
    }
    .content_part p {
        font-size: 15px;
        line-height: 22px;
    }
}


/*====================================================================================================

Privacy policy and terms page css End here 

====================================================================================================*/