.whats-new{
	position: relative;
    overflow: hidden;
    height: 450px;
	border-radius: 4px;
    z-index: 9;
}
.blog-heading{
	text-transform:initial;
}
.whats-new-second{
	position: relative;
    overflow: hidden;
    height: 320px;
	border-radius: 4px;
	background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}
.brow .btn{
	line-height: 45px;
    height: 45px !important;
	font-size: 13px;
}
.whats-overlay{
	position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.whats-new-text{
	position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
}
.whats-new-text h4{
	background: #00000099;
    margin: 0px;
    padding: 20px 10px;
    color: #fff;
	font-weight: 400;
}
.whats-new-text h4 a{
	color: #f5821f;
	font-size:16px;
}
.whats-new-text .whats-p{
	font-size: 18px;
    font-weight: 700;
    min-height: 60px;
    color: #fff;
    margin: 0px;
    padding: 30px 10px;
}

img.whatsNewBg {
    width: 100%;
    height: 320px;
}


@media only screen and (max-width: 768px){
	.what-heading{
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.home-rdblogs{
		margin-bottom: 20px;
	}
}
