/*feedback block end*/
    .bg-green {
        background-color: #ecf7e7;
    }

    .cms-feedback-form {
        background-color: #fff;
        position: relative;
        border-radius: 8px;
    }

    .cms-feedback-form .cms-feedback-form-logo {
        background-color: #fff;
        width: 120px;
        height: 120px;
        border-radius: 120px;
        border: 10px solid #ecf7e7;
        padding: 20px;
        position: absolute;
        left: 50%;
        margin-left: -60px;
        top: -50px;
    }

    .cms-feedback-form .cms-feedback-form-content {
        padding: 80px 50px 50px 50px;
        font-size: 16px;
    }
    .cms-feedback-form .cms-feedback-form-content h3{
        font-weight: bold;
    }
    .cms-feedback-form .cms-feedback-form-content a {
        color: #70bb18;
        white-space: nowrap;
    }

    .cms-feedback-form .cms-feedback-form-content a:hover {
        color: #4dae18;

    }

    /*feedback block end*/

    /*fix margin empty space from template footer*/
    .footer{
        margin-top: 0 !important;
    }

@media (max-width: 992px) {
  
}