@media only screen and (max-width: 1025px) {
    .container {
        width: 94%;
        margin: 0 3%;
    }
    .certificate_pic {
    width: 100%;
    display: inline-block;
}
.bicycle_models_content h4 {
    width: 100%;
    float: left;
    font-size: 22px;
    font-weight: 600;
    margin-top: 41px;
    text-transform: uppercase;
    line-height: 31px;
}
.benefits_left_bg p {
    width: 92%;
    font-size: 19px;
    color: #fff;
    display: inline-block;
}
}
@media only screen and (max-width: 979px) {
    .container {
        width: 93%;
        margin: 0 3%;
    }

    .certificate_pic {
    width:100%;
    display: inline-block;
}
.banner_content h1 {
    width: 100%;
    float: left;
    font-size: 21px;
    color: #000;
    font-weight: 700;
    margin-bottom:30px;
    text-transform: uppercase;
}
.manufacturing h5 {
    width: 100%;
    float: left;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}
.benefits figure {
    width: 100%;
    float: left;
    background: url(../img/benefits.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 240px;
}
.certificate_padding {
    padding-right: 15px;
}
.certificate_leftpadding {
    padding-left: 15px;
}
.certificate_pic h6 {
    width: 100%;
    float: left;
    color: #000000;
    font-size: 20px;
    margin-bottom:30px;
    font-weight: 500;
}
.certificate_name {
    float: left;
    margin-left: 26%;
}
.benefits_left_content {
    width: 100%;
    float: left;
    padding: 0px 18px;
}
.logo {
    float: left;
    width: 35%;
    margin-top:10px;
}
.top_header_right_content {
    width: 190px;
    float: right;
    margin-top: 5px;
}
.top_header_right_content a {
    float: right;
    color: #000;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
}
section.banner_part {
    width: 100%;
    float: left;
    position: relative;
    background: url(../img/banner.png) no-repeat top center;
    background-size: cover;
    padding: 35px 0px;
}
footer p {
    float: left;
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
    width:100%;
    text-align:center;
}
footer {
    width: 100%;
    float: left;
    background: #ec131a;
    margin-top: 200px;
    padding: 25px 0px;
    text-align:center;
}
.bicycle_models_content figure {
    width: 100%;
    float: left;
    margin-top:20px;
}
section.across_africa {
    width: 100%;
    float: left;
    background: url(../img/bg.png) no-repeat center center;
    background-size:cover;
    padding: 200px 0px;
    
}

}
@media only screen and (max-width: 767px) {
    .container {
        width: 93%;
        display: block;
        margin: auto;
    }
     .your_questions h4 {
    width: 100%;
    float: left;
    font-size: 3vmin;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    line-height:25px;
}
section.your_questions {
    width: 100%;
    float: left;
    background: #ec131a;
    padding: 15px 0px;
}
}
@media only screen and (max-width: 479px) {
    .container {
        width: 100%;
        display: block;
        margin: auto;
    }

}
