

@media (max-width: 480px) {
    header {
        background-image: url(../image/features/features_bg.jpg);
        padding-top: 160px;
    }



    .img-features{
        display: block;
        max-width: 20%;
        height: auto;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: right bottom;
        background-size: cover;
    } 

    .map{
        padding-top:70px;
    }

    .google_map{
        width: 100%;
        height:400px;

    }
    .form-control-submit{
        color: #fff;
        background-color: #6da727;
        border-color: #6da727;
        border-radius: 4px;
        font-size: 18px;
        padding: 5px 40px;
        text-align: center;
        width: 250px;
    }

}




@media (min-width: 481px) and (max-width: 767px) {
    header {
        background-image: url(../image/features/features_bg.jpg);
        padding-top: 200px;
    }




    .img-features{
        display: block;
        max-width: 10%;
        height: auto;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: right bottom;
        background-size: cover;
    }

    .map{
        padding-top:70px;
    }

    .google_map{
        width: 100%;
        height:400px;

    }
    .form-control-submit{
        color: #fff;
        background-color: #6da727;
        border-color: #6da727;
        border-radius: 4px;
        font-size: 18px;
        padding: 5px 40px;
        text-align: center;
        width: 250px;
    }

}




@media (min-width: 768px) and (max-width: 991px) {
    header {
        background-image: url(../image/features/features_bg.jpg);
        padding-top: 250px;
    }


    .img-features{
        display: block;
        max-width: 20%;
        height: auto;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: right bottom;

    }


    .map{
        padding-top:105px;
    }

    .google_map{
        width: 100%;
        height:400px;

    }

    .form-control-submit{
        color: #fff;
        background-color: #6da727;
        border-color: #6da727;
        border-radius: 4px;
        font-size: 18px;
        padding: 5px 40px;
        text-align: center;
        width: 300px;
    }

}





@media (min-width: 992px) and (max-width: 1199px) {
    header {
        background-image: url(../image/features/features_bg.jpg);
        padding-top: 250px;
    }


    .img-features{
        display: block;
        max-width: 20%;
        height: auto;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: right bottom;
        background-size: cover;
    }

    .map{
        padding-top:110px;
    }

    .google_map{
        width: 100%;
        height:400px;

    }

    .form-control-submit{
        color: #fff;
        background-color: #6da727;
        border-color: #6da727;
        border-radius: 4px;
        font-size: 18px;
        padding: 5px 40px;
        text-align: center;
        width: 300px;
    }
}





@media (min-width: 1200px) {

    header {
        background-image: url(../image/features/features_bg.jpg);
        padding-top: 250px;
    }


    .img-features{
        display: block;
        max-width: 20%;
        height: auto;
        background-repeat: no-repeat;
        /*    background-attachment: scroll;*/
        /*    background-position: top center;*/
        background-attachment: fixed;
        background-position: right bottom;
        background-size: cover;
    }


    .map{
        padding-top:110px;
    }

    .google_map{
        width: 100%;
        height:400px;

    }

    .form-control-submit{
        color: #fff;
        background-color: #6da727;
        border-color: #6da727;
        border-radius: 4px;
        font-size: 18px;
        padding: 5px 40px;
        text-align: center;
        width: 300px;
    }
}




/*
header {
background-image: url(../image/features/features_bg.jpg);
padding-top: 250px;
}

*/


.navbar-custom {
    background-color: #222;
    border-color: transparent;
}



.about-text h1 ,.about-text p{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    text-align: center;
    margin-left: 25px;
    margin-bottom: 30px;
}


#features_list {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-features-list {
    background-image: url(../image/features/features_bg_logo.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    width:100%;
}


.features{
    margin-left: 0px;
    margin-right: 0px;    
    padding-left: 0px;
    padding-right: 0px;
}

