.pdb_40 {
    padding: 40px 0;
	padding-bottom: 0px;
}
.ec_ul{
	padding-left:0px;
	text-align: center;
}
.ec_ul li{
	border: 1px solid #ffb258;
    padding: 12px 12px;
    background-color: #ffb258;
    color: black;
    border-radius: 1px;
    list-style: none;
    margin-bottom: 12px;
    transition: all .3s;
    display: inline-block;
    font-weight: 600;
}
.ec_par1{
	font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 600;
}
.outst1{
	padding-left:0px;
	}
.outst1 li{
	border: 1px solid #dadada;
    padding: 5px 12px;
    background-color: #333858;
    color: white;
    border-radius: 5px;
    list-style: none;
    margin-bottom: 12px;
	border-bottom: 2px dotted;
	transition:all .3s;
}
.outst1 li i {
    background-color: #ffb258;
    border-radius: 50%;
    padding: 6px;
    color: black;
    transition: all .3s;
}
.outst{
	padding-left:0px;
	}
.outst li{
	border: 1px solid #3f86ed;
    padding: 5px 12px;
    background-color: #3f86ed;
    color: white;
    border-radius: 5px;
    list-style: none;
    margin-bottom: 12px;
	border-bottom: 2px dotted;
	transition:all .3s;
}
.outst li:hover{
	border: 1px solid #ffb258;
    padding: 5px 12px;
    background-color: #ffb258;
    color: white;
    border-radius: 5px;
    list-style: none;
    margin-bottom: 12px;
    border-bottom: 2px dotted;
	transition:all .3s;
}
.outst li:hover i{
	background-color: #ffffff;
    border-radius: 50%;
    padding: 6px;
    color: black;
	transition:all .3s;
}
.outst li i{
	background-color: #ffb258;
    border-radius: 50%;
    padding: 6px;
    color: black;
	transition:all .3s;
}
.benef1{
    text-align: center;
    border: 3px dashed #3f86ed;
    border-radius: 8px;
    margin-bottom: 14px;
    overflow: hidden;
    /* box-shadow: 1px 2px 5px #3f86ed;*/
	transition:all 3s;
}
.benef1:hover{
    text-align: center;
    border: 3px dashed #ffb258;
    border-radius: 8px;
    margin-bottom: 14px;
    overflow: hidden;
	transition:all .3s;
}
.benef1:hover .icn {
    background: #ffb258;
    padding: 25px 0px;
    border-bottom: 3px dashed #ffffff;
	transition:all .3s;
}
.benef1 .icn{
    background: #3f86ed;
    padding: 25px 0px;
    border-bottom: 3px dashed #d9edf7;
	transition:all .3s;
}
.benef1 .icn i{
    color: #ffffff;
    font-size: 68px;
}
.benef1 h3{
    margin: 0px;
	font-size: 21px;
    padding: 19px 0px;
    height: 66px;
}
@media (max-width:992px)
{
	.benef1 h3 {
    margin: 0px;
    font-size: 17px;
    padding: 18px 0px;
    height: 56px;
}
}