/** Media Queries for Standard Devices **/
/* ----------------------------------*/
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .check_street_btn {
        /* height: 40px; */
    }
.aes-section.home-eco-scheme h2 {
    font-size: 4.1vw;
}

.hero.hero-home h1 {
   
    /* margin: 15px auto 15px auto; */
        /* font-size: 7vw; */
        /* line-height: 1.5; */
}
.search-pincode.home1 {
    margin: 5vw 0px 5vw 0px;
}
 .search-pincode.home1 p {
    margin: 4.5vw 0px 4.5vw 0px;
        font-size: 4.9vw;
 }

 }

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .check_street_btn {
        /* height: 40px; */
    }
}

/* Portrait */
@media (max-device-width: 800px) and (orientation: portrait) {
    label.error {
        text-align: left;
        font-size: 15px;
    }
}

/*********/
@media (min-device-width: 540px) and (max-device-height: 720px) and (orientation: portrait) {
    .check_street_btn {
        /* height: 58px; */
    }
.aes-section.home-eco-scheme h2 {
    font-size: 4.1vw;
}
.hero.hero-home h1 {

    /* margin: 20px auto 20px auto; */
    /* font-size: 8vw; */
    /* line-height: 1.7; */
}

.search-pincode.home1 {
    margin: 5vw 0px 7vw 0px;
}

.search-pincode.home1 p {
    margin: 6vw 0px 6vw 0px;
    font-size: 4.9vw;
}
}

/*********/
@media (min-device-width: 280px) and (max-device-height: 655px) and (orientation: portrait) {
    .check_street_btn {
        /* height: 30px; */
    }
.aes-section.home-eco-scheme h2 {
    font-size: 4.1vw;
}
.hero.hero-home h1 {

    /* margin: 20px auto 20px auto; */
    /* font-size: 8vw; */
    /* line-height: 1.7; */
}

.search-pincode.home1 {
    margin: 5vw 0px 7vw 0px;
}

.search-pincode.home1 p {
    margin: 6vw 0px 6vw 0px;
    font-size: 4.9vw;
}
}

@media (min-device-width: 1280px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .check_street_btn {
        /* height: 56px; */
    }
}

@media (min-device-width: 1440px) and (max-device-width: 1600px)and (max-device-height: 900px) and (-webkit-min-device-pixel-ratio: 1) {
    .check_street_btn {
        /* height: 64px; */
    }

    .home2 .check_street_btn {
        /* height: 72px; */
    }

    .home3 .check_street_btn {
        /* height: 72px; */
    }
}