.feature_pro {
padding: 35px 25px 23px 25px;
box-shadow: 0 0 15px #e5e5e5;
border-radius: 22px;
background: #fff;
}
.hd_content:after {
position: absolute;
top: -24px;
left: 8px;
width: 250px;
bottom: 50px;
background-image: radial-gradient(#efeffb 2px,transparent 2px);
content: '';
background-size: 16px 17px;
z-index: -1;
}
.thanks-banner {
background-image: url(../../asset/img/thankyou.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.act-banner {
background-image: url(../../asset/img/act.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
text-align:center;
}
.act-btn {
border: 1px solid #ffffff;
padding: 10px;
color: #ffffff;
text-decoration: none;
background-color: #54a3d8;
}
.act-btn:hover {
background-color: #5297d8;
color: #fff;
text-decoration: none;
}
.mt-5{
margin-top: 5rem !important;
}