.hide_container{
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
}
.hide_container .vc_column-inner {
    padding: 0 !important;
}
.small_banner {
    padding: 50px 0;
    background-color: #0089d1;
}

.small_banner h5 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: normal;
    text-align: center;
    color: #f8f8f8;
}
.flex_wrp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flex_wrp h6 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 33px;
    letter-spacing: normal;
    text-align: center;
    color: #f8f8f8;
    padding: 10px 0;
    margin:10px 5px 0 5px;
}

.flex_wrp button {
    padding: 15px 40px;
    border-radius: 32px;
    display: inline-block;
    border: solid 2px #f90;
    background: #f90;
    color: #fff;
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin: 10px 5px 0 5px;
}
@media(max-width:1200px){
    .small_banner h5 { font-size: 26px;}
}
@media(max-width:576px){
    .small_banner { padding: 50px 0 4px 0 !important; }
    .small_banner.fitness_contact_banner{ padding: 50px 0 50px 0 !important;}
}
