#avail-section {
    margin-bottom: 60px;
    padding-top: 50px;
}
#avail-section h3{
    color: black;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.5;
    
}

#avail-section h3 .greencolor{
    color: #01877E;
    
}
#avail-section ul li{
    list-style: none;
    padding: 0px;

}
#avail-section li {
    padding-left: 0px;
    line-height: 2;
    display: flex;
    color: #707070;
    
}
#avail-section li img{
 
    padding-right: 10px;
    height: 20px;
    margin-top: 5px;
}

#solution .main-para-p {
    font-size: 16px !important;
    line-height: 2;
}
#solution .cta-button img {
    width: 25px;
    height: 25px;
    margin: 10px 0px;
}
#solution .lead-submit-btn a{
    background-color: #FFBA00;
    color: white;
    padding: 5px 50px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    border-radius: 3px;
    text-decoration: none;
}
#solution .lead-submit-btn a p {
    color: white;
    margin-bottom: 2px;
    margin-left: 15px;
    font-size: 14px;
}
#email-lead a{
    background-color: #01877E !important;

}
#solution .cta-button{
    max-width: 75% !important;
    
}
#solution .lead-submit-btn {
    margin-bottom: 14px;
}
#avail-section p{
    color: #707070;
}

.list-headdin-styl li
{
    line-height: unset !important;
}

.list-heading{
    color: #01877e;
    font-weight: 700;
    display: list-item;
}

#dp-pros{
    padding: 70px 0;
}

#dp-pros .main-heading h2{
    color: #373737;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    line-height: 1.5;
}
#dp-pros .main-para p {
    color: #707070;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
}

#dp-pros .main-heading h2 span {
    color: #01877e;
}

@media only screen and (max-width: 768px){
    #solution .cta-button{
        max-width: none !important;
    }
}



@media (max-width: 500px){
    #solution .lead-submit-btn a{
        padding: 5px 15px;
    }
}

