@media only screen and (min-width:100px) and (max-width:766px) {
.navbar-brand img{
margin-left:-35px !important;
}
       .navbar-toggler {
        padding:7px 12px;
           margin-top:-10px;
    }
.navbar-light .navbar-toggler {
        color: #666;
        border-color: #666;
        border-radius: 0;
    }
    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        height:40px;
}
    .navbar-light .navbar-nav .nav-link {
    color: #666;
    font-weight: 500;
}
    .navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #666;
}
    .banner-w3l {
    height:100vh;
        background-position: center;
}
    .banner-left-wthree {
   bottom: 7em;
    position: absolute;
}
    .under-text{
    line-height: 20px;
}
    .under-text1-1{
    line-height: 20px;
    padding-top: 10px;
}
    .img-about img{
    width:100%;
    padding-top: 40px;
}
    .about-text1 {
    padding-top: 50px;
}
    .heading-featuers {
   text-align: center;
        padding-top: 10px;
}
    .featuers-cntnt {
text-align: center;
    padding-top: 10px;
}
    .team{
   min-height:1800px;

}
    .img-col-footer img {
    width: 45px;
    margin-top: 30px;
}
    .map-bg {
    min-height: 1300px;
    background-size: cover;
    margin-top: 50px;
}
}


@media only screen and (min-width:767px) and (max-width:1024px) {
.navbar-brand img{
margin-left:-35px !important;
}
       .navbar-toggler {
        padding:7px 12px;
           margin-top:-10px;
    }
.navbar-light .navbar-toggler {
        color: #666;
        border-color: #666;
        border-radius: 0;
    }
    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        height:40px;
}
    .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
}
    .navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}
    .banner-w3l {
    height:100vh;
        background-position: center;
}
    .banner-left-wthree {
   bottom: 7em;
    position: absolute;
}
    .under-text{
    line-height: 20px;
}
    .under-text1-1{
    line-height: 20px;
    padding-top: 10px;
}
    .img-about img{
    width:100%;
    padding-top: 40px;
}
    .about-text1 {
    padding-top: 50px;
}
    .heading-featuers {
   text-align: center;
        padding-top: 10px;
}
    .featuers-cntnt {
text-align: center;
    padding-top: 10px;
}
    .team{
   min-height:1200px;

}
    .img-col-footer img {
    width: 45px;
    margin-top: 30px;
}
    .map-bg {
    min-height: 1300px;
    background-size: cover;
    margin-top: 50px;
}
}