.feedback {
    padding: 40px 0 50px 0;
}

.feedback wts-question-text {
    color: #333;
}

.feedback button>.svg-call {
    display: inline-block;
    vertical-align: middle;
}

.feedback button {
    background: rgb(243, 88, 36);
    border: 0;
    color: #fff;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.05s ease-out 0.05s;
}

.feedback button:focus {
    outline: 0;
}

.feedback button:hover {
    background: rgb(206, 76, 31);
    opacity: 0.8;
}

.contact_with_us button,
.feedback button,
.view_all button {
    box-shadow: 0 2px 3px rgba(0,0,0,0.5);
}

.contact_with_us button:hover,
.feedback button:hover,
.view_all button:hover {
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.feedback button>i.svg-call:after {
    top: -1px;
}

section.container.feedback {
    text-align: center;
}

.feedback input {
    font-size: 17px;
    border-radius: 13px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px 15px;
    margin: 15px 0;
    width: 50%;
}

.feedback input:focus,
wts-input-cont [name="client_phone"]:focus {
    outline: 0;
    border: 1px solid rgb(102, 180, 243);
}

.feedback i.svg-call:after {
    background-color: #fff;
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    padding-right: 3px;
}
