#productBannerTitle,#seoFreeSampleBanner{
    position: relative;
    background-image:url('../images/product_cat_dummy.jpg');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0.5rem;
    display: table;
    width:100%;
    min-height: 20rem;
}
.designServicesTemplate #productBannerTitle{
    margin:8rem 0;	
}
#productBannerTitle .product-banner-title-content {
    padding:0 5rem;
    vertical-align: middle;
    display: table-cell;
    position: absolute;
    margin-top: 3rem;
}
#productBannerTitle .p-names-price {
    position: relative;    
    display: block;    
    color: #484848;
    font-size: 1.7rem;
    margin-bottom: 2rem;
    margin-top: 0rem;
    line-height: 1.2;
    text-align: left;
}
#productBannerTitle .product-banner-title-item-link {
    display: inline-block;
}
.newbadgeprobanner {
    left: 1rem;
}
.newbadgeprobanner{
    position: absolute;
    top: -0.1rem;
    width: 8rem;
}
.newbadgebanner {
    position: absolute;
    width: 8rem;
}
.product-banner-title-content a {
    font-size: 1.4rem;
}
.product-banner-title-content a.button, .special-heading-d a.button{color: #fff;}
#productBannerTitle li{
    list-style: none;
} 
#productBannerTitle a{
   /*  padding: 1.0rem 2rem; */
} 

/*-----------------Mobile and tablet Styling---------------------*/
@media only screen and (max-width: 472px) {

    #productBannerTitle{    
        /* background-image:url('../images/product_banner_mobile_asset.svg') !important; */
        background-position:center top;
        background-repeat:no-repeat;
        min-height: 30rem;
        background-size:100%;
        cursor: pointer;
    }
    #productBannerTitle .product-banner-title-content {
        text-align: center;
        display: none;
    }
      #productBannerTitle .fonts1-big, #productBannerTitle .head1 {
        font-size: 2.1rem;
    }
    .newbadgeprobanner {
        left: 0rem;
    }
    #productBannerTitle .p-names-price{
	     font-size: 1.3rem;
	}
}

@media only screen and (min-width: 473px) and (max-width:711px){
    #productBannerTitle .product-banner-title-content{
        margin-top: 3rem;
    }
    #productBannerTitle .product-banner-title-item-link{
       margin-top: 0.8rem;
    }
}


