.search_result_wrapper{
	padding: 0 0 40px 0;
}
.pdb50{
	padding-bottom: 50px;
}
.annualpdfBox {
    position: relative;
    width: 100%;
    padding: 10px 10px 10px 65px;
    display: flex;
    align-items: center;
    border: 1px solid #f15a22;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    background: #f15a22;
    min-height: 70px;
    transition: all 0.3s;
}
.annualpdfBox::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 60px;
    background: url(../images/icons/file-text-white.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 10px;
    font-size: 40px;
    color: #fff;
    top: 10px;
}


#productFormWrapper .error p {
    color: #f15a22;
    margin-top: 0;
}
#productFormWrapper textarea {
    height: auto;
}

#alert-msg .alert-danger p{
    color: red;
}

#alert-msg .alert-success p{
    color: green;
}

.media_inthe_news .newsVerticle .latest_news{
    width: 100%; display: inline-block;min-height:250px;
}
.media_inthe_news .newsVerticle .latest_news_date{
    margin:0;
}