.error_message p{
    color: red !important;
}

.btn:focus,
.btn:active,
.btn:hover
{
    background-color: #fff;
    color: #8ed54c;
    border: 1px solid #8ed54c;
}

.bg-orange
{
    font-weight: 600;
    color: #fff;
}

p.boldstrong
{
    color: #000 !important;
    margin-top: 20px;
    font-weight: 600;
}

.dot .dot2
{
        background: rgba(142, 213, 76, 0.8);
}



.toper 
{
    margin-bottom: 15px !important;
    color: #8ed54c !important;
    font-weight: 600 !important;
}


body .agency_featured_content p
{
    font-weight: 600;
    margin-top: 20px;
}







@media only screen and (max-width: 860px) 
{
    .homebtn
    {
        display: flex !important;
    }
    .homebtn .bg-orange
    {
        font-size: 13px;
        margin: 0 !important;
        margin-left: 10px !important;
    }
}