@media only screen and (max-width:991px){
    .banner-content .banner-left h1{
        width: 100%;
    }
    .banner-content .banner-left h4 {
        width: 100%;
    }
    .banner-content .banner-right{
        width: 100%;
        padding: 30px;
    }
    .banner-content .banner-right p {
        width: 100%;
    }
    .banner-right .gs-input .name{
        width: 100%;
    }
    .banner-right .gs-input .mail{
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .banner-right .call h5{
        font-size: 1rem;
    }
    .section-1 .sec1-head p{
        width: 100%;
    }
    .section-1 .sec1-body .sec1-body-up p{
        width: 100%;
    }
    .section-1 .sec1-body .sec1-body-down p{
        width: 100%;
    }
    .section-1 .sec1-body .sec1-body-down h3{
        font-size: 1.5rem;
    }
    .section-2 .row {
        padding: 50px 0;
    }
    .section-2 .sec2-right {
        padding: 0px;
    }
    .section-2 .sec2-right p{
        width: 100%;
    }
    .section-3 h3{
        font-size: 1.3rem;
    }
    .section-4 .sec4-head p{
        width: 100%;
    }
    .section-4 .sec4-body .fp{
        padding: 0;
    }
    .sec5-right {
        padding: 0px;
    }
    .sec5-right p{
        width: 100%;
    }
}

@media only screen and (max-width:767px){
    .top-bar {
        text-align: center;
    }
    .banner-content .banner-left{
        text-align: center;
    }
    .banner-content .banner-left h1{
        font-size: 2.2rem;
    }
    .banner-content .banner-left h4{
        font-size: 1.3rem;
    }

    .banner-content .banner-right {
        margin-top: 30px;
    }
    .section-1 .sec1-body .sec1-body-up .col-md-4{
        margin-left: 0;
        margin-top: 30px;
    }
    .section-1 .sec1-body .sec1-body-down .col-md-7{
        margin-left: 0;
        margin-top: 30px;
    }
    .section-2 .sec2-right {
        margin-top: 30px;
    }
    .section-3{
        text-align: center;
    }
    .section-4 .sec4-body{
        margin-top: 50px;
    }
    .section-4 .sec4-body .fp{
        padding: 10px 50px;
        text-align: center;
    }
    .section-4 .sec4-body .fp i {
        float: none;
    }
    .sec5-right {
        padding:20px;
    }
    .sec4-body .fp h4{
        padding-left: 0;
    }
    
   
}

@media only screen and (max-width:576px){
    .banner-content .banner-left h4{
        width: 80%;
        margin: auto;
    }
    .sec1-head {
        text-align: center;
    }
    .sec5-right{
        text-align: center;
    }
    .section-6{
        margin-top: 50px;
    }
}

@media only screen and (max-width:435px){
    .section-4 .sec4-head p{
        font-size: 15px;
    }
    .section-3 h3 {
        font-size: 1.2rem;
    }
    .section-4 .sec4-head h3{
        font-size: 1.5rem;
    }
    .banner-content .banner-left h4{
        font-size: 1rem;
        width: 100%;
    }
    header .banner-content{
        margin-top: 0;
    }
}