.info-box .mb-ext-box h4{
background: #22644b;
    /* border-radius: 20px; */
    box-shadow: none;
    border-top: 3px dashed #ffeb3b;
    border-bottom: 3px dashed #ffeb3b;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.info-box .status {
	background:#368BBA;
	width: 100%;
	max-width: 100%;
	box-shadow: none;
	border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.info-box .mb-box{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}