.feedback-wrapper {
    background-color: #2B2F32;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-right: -15px;
    margin-left: -15px;
}
.feedback {
    padding-top: 40px;
    padding-bottom: 52px;
}
.row_cont {
    margin-right: -12px;
    margin-left: -12px;
}

.col-xs-12_cont {
    width: 100%;
}
.feedback .h1 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
}
p.after_section_tel_footer {
    margin: 0px;
    font-weight: 500;
    font-size: 28px;
    margin-top: 15px;
    text-align: center;
}
.after_section_tel_footer a {
    color: #ffffff !important;
    text-decoration: none;
}
.feedback .h1 {
    padding-bottom: 32px;
}
.container_cont {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}
.whatsapp_desktop {
    z-index: 1079;
    position: fixed;
    right: 2rem;
    bottom: 1rem;
}
.whatsapp_tel_min {
    display: none;
}
.whatsapp_maim {
    color: #fff;
    display: block;
    border-radius: 3rem;
    font-size: 1rem;
    padding: 0.8rem 1rem!important;
    background: #349933;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    border-color: #349933;
    text-decoration: none;
    text-align: center;
}
@media (max-width: 768px){
    .container_cont {
        width: 750px;
    }
    .whatsapp_tel_min {
        position: fixed;
        right: 0;
        bottom: 0;
        display: block;
        left: 0;
        z-index: 1030;
        padding: 0.5rem!important;
    }
}
@media (max-width: 1043px){
    .container_cont {
        width: 970px;
    }
    .whatsapp_tel_min {
        position: fixed;
        right: 0;
        bottom: 0;
        display: block;
        left: 0;
        z-index: 1030;
        padding: 0.5rem!important;
    }
    .whatsapp_tel_min span{
        font-size: 15px;
    }
}
@media (max-width: 1272px) {
    .container_cont {
        width: auto;
    }
}