.text-color-green {
    color: #00A757 !important;
}
/*.text-color-green p{
    color: #00A757 !important;
}
.text-color-green a{
    color: #00A757 !important;
}*/
.footer-logo {
    border-bottom: 2px solid #00A757;
}
.image-box {
    border: 1px solid #00A757 !important;
}

.quotation {
    position: fixed;
    bottom: 90px;
    right: 40px;
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    height: 45px;
    border: 1px solid #00A757;
    background: #00A757;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 8px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    .quotation:hover {
        background: #ffffff;
        color: #00A757;
        border-color: #00A757;
        transition: all 500ms ease;
    }