.aes-menu .navbar-brand {
    margin: 0;
    /* max-width: 10vw; */
}

.aes-menu .navbar-brand {
    margin: 0;
    /* max-width: 10vw; */
    max-width: 192px;
}

.aes-menu .navbar-collapse {
    padding: 0;
    /* margin-top: 4vw; */
    background-color: var(--bs-primary);
    margin-bottom: 2vw;
}

.aes-menu .navbar-toggler {
    border: none;
    margin-right: 0px;
}

.aes-menu {
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.navbar-div {
    padding: 1vw 5vw;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.aes-menu .navbar-nav .nav-link {
    padding: 1vw 3vw;
    font-size: 3.4vw;
    color: var(--bs-white);
}

.navbar-collapse {
    /* flex-basis: 100%; */
    /* flex-grow: 1; */
}

.hero-home {
    /* padding: 2vw 0 3vw 0; */
    padding-block: 2vw 6vw;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 2em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    font-size: 24px;
}

.navbar-expand-md .navbar-toggler {
    display: block;
}

.wrapper-div {
    background: #469ad6;
    background-size: cover;
    display: flex;
    justify-content: center;
    /* gap: 76px; */
    gap: 4vw;
    position: relative;
    overflow: hidden;
}

.left-div {
    /* width: 50%; */
    /* margin-top: 30px; */
}

.right-div {
    /* margin-left: auto; */
    /* max-width: 50%; */
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.left-div h1 {
    margin-bottom: 3.5vw;
    font-size: 5vw;
    font-weight: 600;
    /* line-height: 100px; */
}

.upgrade-logo {
    /* width: 700px; */
    /* height: 590px; */
    
    /* max-width: 50%; */
    /* height: auto; */
}

.pincode-div p {
    font-size: 1.6vw;
    margin-bottom: 0px;
    /* line-height: 32px; */
    line-height: 1.1;
    font-weight: 600;
}

.pincode-div p small {
    display: block;
    /* font-size: 75%; */
    font-size: 1.7vw;
    font-weight: 400;
}

.hero-home-shadow {
    /* box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2), 0 0 40px 0 rgba(0, 0, 0, 0.25); */
    /* box-shadow: 1px -20px 18px 0 rgba(0, 0, 0, 0.2), 0px 4px 8px 4px rgba(0, 0, 0, 0.45) */
    /* box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 5px 8px 2px rgba(0, 0, 0, 0.45) */
    /* box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0.5vw 1vw 2px rgba(0, 0, 0, 0.45) */
    box-shadow: inset 0px 0.5vw 0.5vw 0px rgba(0, 0, 0, 0.1), 0px 0.5vw 0.5vw 0px rgba(0, 0, 0, 0.5)
}
.hero-home-custom-shadow-01 {
    /* box-shadow: 0px 0vw 0.5vw 0px rgba(0, 0, 0, 0.5) */
    filter: drop-shadow(0px 0vw 0.6vw rgba(0, 0, 0, 0.3))
}

.hero-home .container-fluid .pincode-div .input-group {
    border-radius: 2vw;
    font-size: 2vw;
    border: 1px solid #808080;
    background-color: #fff;
    position: relative;
    width: 100%;
    flex-basis: 100%;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.hero-home .input-group, .hero-home  {
    animation: none;
}

.search-form-and-text {
    margin-top: 3vw;
}

.input-group input {
    /* line-height: 0; */
    font-size: 1.8vw;

    border-radius: 1.8vw !important;
    overflow: hidden;
    padding: 2vw 40% 2vw 2vw;

    border: 1px solid white;
    /* width: 440px; */
    /* border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important; */
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.25);
    /* padding-inline: 24px; */
    /* padding: 24px; */
    /* font-size: 20px; */
}

.input-group input::placeholder {
    font-size: 1.8vw;
    opacity: 0.5;
    /* line-height: 0; */
}
  

input:focus-visible {
    outline-width: 0px;
    /* border: none; */
}

/* .check_street_btn_new {
    height: 80px;
} */

.check_street_btn_new {
    position: absolute;
    background-color: #80B6DC;
    border: 1px solid #80B6DC;
    /* width: 180px; */
    /* padding: 0px 20px; */
    border-radius: 1.8vw !important;
    padding: 2vw 2.5vw;
    font-size: 1.8vw;
    color: #fff;
    font-weight: 600;
    /* font-size: 20px; */
    right: 0px;
    /* left: auto; */
    /* margin-left: auto !important; */
    /* border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.input-group input, .check_street_btn_new {
    /* border-radius: 15px; */

}

.left-text-div {
    /* width: 55%; */
    margin: 5.5vw auto 0 auto;
    /* background-color: rgba(255, 255, 255, 0.9); */
    background-color: rgba(255, 255, 255, 1);
    padding: 1vw;
    border-radius: 1vw;
    /* width: 150%; */
}

.left-text-div p {
    font-size: 1.7vw;
    color: #469ad6;
    margin-bottom: 0px;
    /* line-height: 30px; */
    line-height: 1.2;
}


.right-div p {
    font-size: 1.7vw;
    margin-bottom: 0px;
    /* margin-left: 17px; */
    margin-inline: 2vw;
    font-weight: 600;
    position: relative;
    /* top: 10px; */
}

.right-div p small {
    display: block;
    font-weight: 400;
    letter-spacing: 1;
    /* font-size: ; */
}

.our-img-wrapper {
    display: flex;
    /* width: 100%; */
    justify-content: space-between;
    /* margin-left: 17px; */
    /* gap: 10px; */
    /* gap: 2vw; */
    padding-inline: 2.5vw;
    /* margin-top: 50px; */
}

.our-img-wrapper img {
    /* width: 200px; */
    /* height: 140px; */
    
    /* width: 200px;
    height: 76px; */

    /* position: relative; */
    background-size: cover;
    
    /* left: -25px; */
    /* top: -12px; */
}

.our-img-wrapper span {
    position: relative;
    z-index: 1;
    /* font-size: 18px; */
    font-size: 1.1vw;
    font-weight: 600;
}
.our-img-wrapper .trustpilot-text {
    color: #000000;
    font-size: 0.8vw !important;
    font-weight: 500;
}

.our-img-wrapper-mob {
    display: none;
}

.width-fill-available {
    width: -webkit-fill-available;
    width: -moz-available;
}

.gap05 {
    gap: 0.5vw;
}
.gap1 {
    gap: 1vw;
}
.gap15 {
    gap: 1.5vw;
} 
.gap2 {
    gap: 2vw;
}

.fixHeightImg01 {
    height: 4vw;
    /* height: 6vw; */
    width: auto;
}

@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_new {
        height: 80px;
    } */
}

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

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    /* .check_street_btn_new {
        height: 62px;
    } */
}

@media (min-device-width: 280px) and (max-device-height: 655px) and (orientation: portrait) {
    /* .check_street_btn_new {
        height: 62px;
    } */
}
@media (min-width: 1360px) { 
    /* .pincode-div p {
        line-height: 44px;
    } */

    /* .our-img-wrapper img {
        width: 218px;
        height: 94px;
    } */
}

@media (min-width: 1924px) { 
    /* .input-group input {
        width: 635px;
    } */
    /* .upgrade-logo {
        width: 785px;
        height: 638px;
    } */
    /* .our-img-wrapper img {
        width: 236px;
        height: 92px;
    } */
}

@media (min-width: 2024px) { 
    /* .input-group input {
        width: 700px;
    } */
    /* .left-div h1 {
        line-height: 130px;
    } */
    /* .upgrade-logo {
        width: 854px;
        height: 740px;
    } */
}
@media (min-width: 2212px) {    
    /* .input-group input {
        width: 800px;
    } */
    /* .pincode-div p {
        line-height: 50px;
    } */
    /* .left-div h1 {
        line-height: 140px;
    } */
    /* .upgrade-logo {
        width: 880px;
        height: 800px;
    } */
}

@media (min-width: 2452px) { 
    /* .input-group input {
        width: 900px;
    } */
    /* .pincode-div p {
        line-height: 52px;
    } */
    /* .left-div h1 {
        line-height: 160px;
    } */
    /* .upgrade-logo {
        width: 980px;
        height: 880px;
    } */
    /* .our-img-wrapper img {
        width: 296px;
        height: 115px;
    } */
}

@media (max-width: 1360px) {
    /* .wrapper-div {
        gap: 20px;
    } */
    .left-div {
        /* margin-left: 50px; */
    }
    /* .upgrade-logo {
        width: 615px;
        height: 570px;
    } */
    /* .our-img-wrapper img {
        width: 192px;
        height: 74px;
    } */
}

@media (max-width: 1226px) { 
    /* .left-div h1 {
        line-height: 86px;
    } */
    /* .left-text-div p {
        font-size: 23px;
    } */
    /* .upgrade-logo {
        width: 610px;
        height: 515px;
    } */
    /* .our-img-wrapper img {
        width: 200px;
        height: 134px;
    } */
}

@media (max-width: 1146px) { 
    /* .wrapper-div {
        gap: 10px;
    } */
    /* .upgrade-logo {
        width: 575px;
        height: 505px;
    } */
    /* .our-img-wrapper img {
        width: 180px;
        height: 72px;
    } */
    /* .left-text-div p {
        font-size: 22px;
    } */
}

@media (max-width: 1095px) { 
    /* .left-div h1 {
        line-height: 75px;
    } */
    /* .upgrade-logo {
        width: 540px;
        height: 452px;
    } */
    /* .our-img-wrapper img {
        width: 160px;
        height: 65px;
    } */
    /* .left-div h1 {
        margin-bottom: 2vw;
    } */
    /* .left-text-div p {
        font-size: 20px;
    } */
    .left-div {
        /* margin-left: 20px; */
    }
}

@media (max-width: 1046px) { 
    /* .left-text-div p {
        font-size: 18px;
    } */
    /* .check_street_btn_new {
        width: 154px;
    }     */
}

@media (max-width: 1012px) { 
    .left-div h1 {
        /* line-height: 55px; */
        /* font-size: 4vw; */
    }
    /* .upgrade-logo {
        width: 486px;
        height: 366px;
    } */
    /* .pincode-div p {
        font-size: 1.8vw;
    } */
    /* .left-text-div p {
        font-size: 16px;
        line-height: 22px;
    } */
    /* .wrapper-div {
        gap: 30px;
    } */
    /* .check_street_btn_new {
        width: 135px;
    } */
    .right-div p {
        /* top: -12px; */
    }
    /* .check_street_btn_new {
        height: 64px;
    } */
    /* .our-img-wrapper img {
        width: 144px;
        height: 60px;
    } */

    /* .our-img-wrapper {
        margin-top: 26px;
    } */
}

@media (max-width: 976px) { 
    /* .left-text-div p {
        font-size: 15px;
        line-height: 24px;
    } */
    .hero-home {
        /* padding: 1vw 0 1vw 0; */
        /* padding-block: 1vw; */
    }
    /* .upgrade-logo {
        width: 510px;
        height: 371px;
    } */
    /* .our-img-wrapper img {
        width: 160px;
        height: 104px;
    } */

    /* .our-img-wrapper {
        margin-top: 28px;
    } */
}

@media (max-width: 886px) { 
    /* .wrapper-div {
        gap: 10px;
    } */
    /* .upgrade-logo {
        width: 450px;
        height: 366px;
    } */
    /* .our-img-wrapper img {
        width: 140px;
        height: 57px;
        margin-top: 5px;
    } */
}

@media (max-width: 824px) { 
    .left-div h1 {
        /* font-size: 4vw; */
    }
    /* .pincode-div p {
        line-height: 22px;
    } */
    /* .left-text-div p {
        font-size: 14px;
        line-height: 18px;
    } */
    /* .check_street_btn_new {
        font-size: 18px;
        height: 61px;
    } */
    /* .upgrade-logo {
        width: 432px;
        height: 332px;
    } */
    .our-img-wrapper {
        /* margin-top: 10px; */
        /* width: 126px; */
    }

    /* .our-img-wrapper img {
        width: 130px;
        height: 50px;
    } */
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 776px) {
    .hero-home {
        padding-block: 6vw 13vw;
    }
    .hero-home-shadow {
        box-shadow: inset 0px 1.5vw 1.5vw 0px rgba(0, 0, 0, 0.1), 0px 1vw 1vw 0px rgba(0, 0, 0, 0.5)
    }
    .hero-home-custom-shadow-01 {
        /* box-shadow: 0px 0vw 0.5vw 0px rgba(0, 0, 0, 0.5) */
        filter: drop-shadow(0px 0vw 1.8vw rgba(0, 0, 0, 0.3))
    }

    .mob-padding-inline-2 {
        padding-inline: 2vw;
    }
    .mob-padding-inline-4 {
        padding-inline: 4vw;
    }
    .fixHeightImg01 {
        height: 9vw;
        /* height: 15vw; */
        width: auto;
    }    
    .aes-menu .navbar-brand {
        max-width: 162px;
    }
    .navbar-toggler-icon {
        font-size: 20px;
    }
    .navbar-div {
        padding: 3vw 5vw;
    }
    .hero-home h1 {
        /* max-width: 76vw; */
        margin: 0 0 5vw;
    }
    .right-div {
        display: none;
    }
    .our-img-wrapper-mob {
        display: flex;
        /* width: auto; */
        margin-top: 6vw;
    }
    .left-div h1 {
        margin-bottom: 4.5vw;
        font-size: 10vw;
        font-weight: 600;
        /* line-height: 85px; */
    }
    .left-div {
        margin-left: 0px;
        /* padding: 0px 48px; */
        position: relative;
    }
    .input-group input {
        font-size: 3.3vw;
        border-radius: 3.3vw !important;
        padding: 3.5vw 40% 3.5vw 3.5vw;

        /* width: 518px;
        padding: 24px 70px 24px 24px;
        font-size: 20px; */
    }
    .input-group input::placeholder {
        font-size: 3.3vw;
        opacity: 0.5;
    }
    /* .check_street_btn_new {
        width: 180px;
        font-size: 20px;
        padding: 0px 20px;
        height: 80px;
    } */
    
    .check_street_btn_new {
    border-radius: 3.3vw !important;
    padding: 3.5vw 5vw;
    font-size: 3.3vw;
    }
    
    
    .search-form-and-text {
        margin-top: 5vw;
     }
    
     .left-text-div {
        margin: 6vw auto 0 auto;
        position: relative;
        border-top-left-radius: 3vw;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 3vw;
        border-bottom-right-radius: 0px;
        width: 150%;
    }
    .left-text-div p {
        padding: 2vw 5vw;
        /* line-height: 30px; */
        font-size: 3.7vw;
        width: max-content;
    }
    .our-img-wrapper {
        justify-content: space-between;
        margin-left: 0px;
        padding-inline: 0px;
    }
    /* .our-img-wrapper img {
        width: 200px;
        height: 74px;
    } */
    .pincode-div p {
        font-size: 3.3vw;
        /* line-height: 26px; */
    }
    .pincode-div p small {
        font-size: 3.4vw;
    }
    .our-img-wrapper span {
        font-size: 3vw;
    }
    .our-img-wrapper .trustpilot-text {
        font-size: 2vw !important;
    }    
}

@media (max-width: 699px) { 
    .hero.hero-home h1 {
        /* margin: 20px auto 20px 0; */
        /* line-height: 72px; */
    }
    /* .left-div {
        padding: 0px 31px;
    } */
    .left-text-div { 
        /* right: -39px; */
    }
}

@media (max-width: 668px) {
    /* .our-img-wrapper img {
        width: 180px;
        height: 68px;
    } */
    .left-text-div { 
        /* right: -54px; */
    }
    /* .left-text-div p {
        line-height: 26px;
    } */
}

@media (max-width: 652px) {
    .left-text-div {
        /* right: -45px; */
    }
}

@media (max-width: 612px) { 
    /* .our-img-wrapper img {
        width: 165px;
        height: 106px;
    } */
    /* .check_street_btn_new {
        width: 154px;
    } */
    /* .our-img-wrapper img {
        width: 164px;
        height: 64px;
    } */
    .left-text-div { 
        /* right: -50px; */
    }
}

@media (max-width: 576px) { 
    .left-text-div {
        /* right: -32px; */
    }
    /* .left-div {
        padding: 0px 23px;
    } */
}

@media (max-width: 554px) { 
    /* .left-div h1 {
        line-height: 54px;
    } */
    /* .hero.hero-home h1 {
        line-height: 56px;
    } */
    .pincode-div p {
        /* line-height: 20px; */
        /* font-size: 4vw; */
    }
    /* .our-img-wrapper img {
        width: 140px;
        height: 55px;
    } */
    /* .our-img-wrapper {
        margin-top: 30px;
    } */
    /* .check_street_btn_new {
        height: 62px;
    } */
    .our-img-wrapper-mob {
        /* flex-wrap: wrap; */
    }
    /* .left-div {
        margin-top: 10px;
    } */
    /* .left-text-div p {
        line-height: 22px;
    } */
}

@media (max-width: 480px) { 

    .our-img-wrapper-mob {
        /* flex-direction: column; */
        /* gap: 20px; */
        /* align-items: center; */
    }
    /* .our-img-wrapper img {
        width: 110px;
        height: 44px;
    } */
    /* .our-img-wrapper {
        margin-left: 0px;
        gap: 16px;
    } */
    /* .our-img-wrapper img {
        width: 260px;
        height: 100px;
    } */
    /* .our-img-wrapper span {
        font-size: 16px;
    } */

    /* .input-group input {
        width: 222px;
        padding: 15px 34px 15px 12px;
        font-size: 18px;
    } */
    /* .left-text-div p {
        line-height: 20px;
    } */
    /* .check_street_btn_new {
        font-size: 18px;
        height: 59px;
    } */
    .hero.hero-home h1 {
        /* margin: 15px auto 15px 0; */
        /* line-height: 45px; */
        /* font-size: 8vw; */
    }
    .pincode-div p {
        /* line-height: 18px; */
        /* font-size: 3.5vw; */
    }

}

@media (max-width: 444px) { 
    /* .our-img-wrapper img {
        width: 100px;
        height: 38px;
    } */
    /* .input-group input {
        width: 210px;
        padding: 15px 34px 15px 9px;
        font-size: 16px;
    } */
    /* .check_street_btn_new {
        height: 56px;
        width: 140px;
    } */

    /* .left-div {
        padding: 0px 40px;
    } */
}

@media (max-width: 397px) { 
    /* .left-div h1 {
        line-height: 44px;
    } */
    .our-img-wrapper-mob {
        /* flex-direction: column; */
    }
    /* .our-img-wrapper img {
        width: 300px;
        height: 200px;
    } */

    .our-img-wrapper-mob span {
        /* font-size: 20px !important; */
    }
    /* .our-img-wrapper {
        gap: 10px;
    } */
    /* .our-img-wrapper img {
        width: 100px;
        height: 38px;
    } */
    /* .our-img-wrapper img {
        width: 90px;
        height: 34px;
    } */
    /* .our-img-wrapper span {
        font-size: 14px;
    } */
    /* .input-group input {
        width: 204px;
        padding: 15px 24px 15px 9px;
        font-size: 16px;
    } */
    /* .check_street_btn_new {
        width: 105px;
        font-size: 16px;
        padding: 0px 5px;
        height: 56px;
    } */
    /* .pincode-div p {
        font-size: 14px;
    } */

    /* .left-text-div p {
        line-height: 16px;
        padding: 10px 12px 10px 20px;
    } */

    /* .our-img-wrapper img {
        width: 200px;
        height: 74px;
    } */
    /* .hero.hero-home h1 {
        line-height: 40px;
    } */
}

@media (max-width: 360px) { 
    /* .left-text-div p {
        font-size: 10px;
    } */
    /* .input-group input {
        width: 186px;
        padding: 15px 24px 15px 5px;
        font-size: 14px;
    } */
    /* .hero.hero-home h1 {
        line-height: 38px;
    } */
    /* .check_street_btn_new {
        width: 100px;
        font-size: 14px;
        height: 53px;
    } */
    /* .our-img-wrapper img {
        width: 80px;
        height: 30px;
    } */
}

@media (max-width: 340px) { 
    /* .our-img-wrapper img {
        width: 250px;
        height: auto;
    } */
    .input-group input {
        /* width: 176px; */
        /* padding: 15px 20px 15px 9px; */
        /* font-size: 14px; */
    }
    /* .pincode-div p {
        font-size: 12px;
    } */

    /* .our-img-wrapper span {
        font-size: 12px;
    } */
    /* .left-text-div p {
        padding: 10px 13px 10px 15px;
        line-height: 14px;
    } */
    /* .hero.hero-home h1 {
        line-height: 34px;
    } */
}
.postcode_form input.error{
    border: 1px solid red !important;
}