    @keyframes beginBrowserAutofill {
        0% {}
        to {}
    }

    @keyframes endBrowserAutofill {
        0% {}
        to {}
    }

    .zipcode-container {
        background-color: #fff;
        position: absolute!important;
        z-index: 999;
        border-radius: 2px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        top: 51px !important;
        left: 0 !important;
        padding: 19px;
    }

    .zipcode-item {
        cursor: default;
        padding: 0 4px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 30px;
        text-align: left;
        border-top: 1px solid #e6e6e6;
        font-size: 11px;
        color: #999;
        background: #eee;
        padding: 7px;
        cursor: pointer;
    }

    .zipcode-item:hover {
        background-color: #fafafa
    }

    .zipcode-item-selected,
    .zipcode-item-selected:hover {
        background-color: #ebf2fe
    }

    .zipcode-matched {
        font-weight: 700
    }

    .zipcode-item-query {
        font-size: 13px;
        padding-right: 3px;
        color: #000
    }

    .zipcode-icon {
        width: 15px;
        height: 20px;
        margin-right: 7px;
        margin-top: 6px;
        display: inline-block;
        vertical-align: top;
        background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
        background-size: 34px
    }

    .hdpi .zipcode-icon {
        background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png)
    }

    .zipcode-icon-search {
        background-position: -1px -1px
    }

    .zipcode-item-selected .zipcode-icon-search {
        background-position: -18px -1px
    }

    .zipcode-icon-marker {
        background-position: -1px -161px
    }

    .zipcode-item-selected .zipcode-icon-marker {
        background-position: -18px -161px
    }

    .zipcode-placeholder {
        color: gray
    }

    .zipcode-target-input:-webkit-autofill {
        animation-name: beginBrowserAutofill
    }

    .zipcode-target-input:not(:-webkit-autofill) {
        animation-name: endBrowserAutofill
    }

    section.google-app {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        width: 100%;
        height: 90px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 999;
        background: #fff;
        display: none;
    }

    .left-logosection {
        display: flex;
    }
    .closebtn img {
        width: 15px;
    }

    .small-left img {
        width: 60px;
        margin-right: 10px;
        margin-left: 5px;
    }
    .small-right h2 {
        font-size: 12px;
        margin: 0 0 4px 0;
        font-weight: 600;
    }
    .small-right h3 {
        font-size: 11px;
        margin: 0 0 4px 0;
        font-weight: 600;
        color: #dc6e42;
    }
    .small-right p {
        font-size: 11px;
        margin: 0;
        line-height: 12px;
    }
    .right-btnsec {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 75px;
    }
    span.closebtn {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-right: 10px;
    }
    .small-right i {
        color: #dc6e42;
    }
    .right-btnsec a {
        background: #dc6e42;
        color: #fff;
        padding: 2px 10px;
        border-radius: 3px;
    }
    @media only screen and (max-width: 767px) {
        .zipcode-container{
            top: 35px !important;
            width: 100% !important;
            padding: 10px;
        }
        section.google-app {
            display: flex;
        }

        /*Home page design*/
        .your-advantange{
            display: none;
        }
        .how-we-works{
            display: none;
        }
        .footer-logo-home{
            display: none;
        }

        /*20052024*/
        /*.search-form .form-group input {
            height:45px !important;
        }
        .search-form .form-group .button-a{
            height: 45px;
        }*/

        .logo-header-m{
            text-align: center;
        }

    }

    /* Saved address */
    .addressDiv{
        box-shadow: 1px 1px 1px 1px;
        background: white;
        padding: 10px;
        top: 3px;
        position: absolute;
        width: 100%;
        z-index: 100;
    }
    .address-main-list{
        list-style: none;
        margin: 0 !important;
        padding: 0 !important;
    }
    ul.address-main-list > li {
        padding: 0 !important;
        border: 0 !important;
        margin: 0 0 5px !important;
        display: flex;
        align-items: center;
        width: 100%;
        cursor: pointer;
    }
    ul.address-main-list > li > i{
        font-size: 25px;
        width: 30px;
        text-align: center;
    }
    ::-webkit-scrollbar {
        display: none;
    }
    /* end saved add */

    /*@kiran@26032024#homepageaddressnewdesign*/
    .zipcode-address{
        margin-bottom: 10px;
    }
    .address-container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .address-list-new{
        background-color: #fff;
        width: 500px;
        margin: 0 auto; /* Center horizontally */
        padding: 20px; /* Adjust padding as needed */
        border-radius: 8px; /* Add border radius for rounded corners */
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Add shadow for depth */
        z-index: 999; /* Ensure the div appears on top of other content */
        position: absolute;

        overflow-y: scroll;
        max-height: 280px;
        margin-top: 2px;
    }
    .pac-item{
        background: none !important;
        border: 0px;
        cursor: pointer;
    }
    .pac-container{
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .zipcode-item{
        background: none;
        border:0;
    }
    .recent-address{
        margin-bottom: 10px;
    }
    .pac-container{
        /* width: 428px !important;*/
    }
    @media only screen and (max-width: 767px) {
        /*@kiran@26032024#homepageaddressnewdesign*/
        .address-list-new{
            width: 275px !important;
            margin-top: 1px;
        }
        .pac-container {
            width: 278px !important;
        }
    }
    /*end*/

    /*Homepage UI changes - 30052024*/
    main{
        background: #dc6e42;
        height: 100%;
    }
    .app-download{
        background: #dc6e42;
    }
    .app-detail h3{
        color: #ffffff;
    }
    .app-detail{
        color: #ffffff;
    }
    .app-detail h3 span{
        color: #ffffff;   
    }
    .search-form.home-search-form{
        padding-bottom: 0 !important;
    }
    .home-find-deals{
        padding-left: 10px;
        padding-right:10px;
        width: 100% !important; 
    }
    .nav-bar-brand{
        margin-top: 10px;
    }
    .nav-bar-brand img{
        width: 200px;
    }
    /*end*/

    /*Home page search new design - 30052024*/
    .search_wrap {
        width: 500px;
       /*margin: 30px auto;*/
    }
    .search_wrap .search_box {
        position: relative;
        width: 500px;
        height: 55px;
    }
    .search_wrap .search_box .input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 10px 20px;
        border-radius: 3px;
        font-size: 18px;
    }
    .search_wrap .search_box .btn {
        position: absolute;
        top: 0;
        width: 55px;
        height: 100%;
        background: #8cb944;
        z-index: 1;
        cursor: pointer;
    }
    .search_wrap .search_box .btn:hover {
        background: #8cb944;
    }
    .search_wrap .search_box .btn.btn_common .fas {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.5rem;
        color: #fff;
    }
    .search_wrap.search_wrap1 .search_box .btn {
        right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    .search_wrap.search_wrap1 .search_box .input,
    .search_wrap.search_wrap3 .search_box .input {
        padding-right: 80px;
    }
    .search_wrap.search_wrap2 .search_box .input,
    .search_wrap.search_wrap4 .search_box .input {
        padding-left: 80px;
    }
    .search_wrap.search_wrap2 .search_box .btn {
        left: 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    .search_wrap.search_wrap3 .search_box .input,
    .search_wrap.search_wrap4 .search_box .input {
        border-radius: 50px;
    }
    .search_wrap.search_wrap3 .search_box .btn {
        right: 0;
        border-radius: 50%;
    }
    .search_wrap.search_wrap4 .search_box .btn {
        left: 0;
        border-radius: 50%;
    }
    .search_wrap.search_wrap5 .search_box .btn,
    .search_wrap.search_wrap6 .search_box .btn {
        right: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 45px;
        width: 125px;
        top: 8px;
        border-radius: 3px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
    }
    .search_wrap.search_wrap6 .search_box .input {
        border-radius: 50px;
    }
    .search_wrap.search_wrap6 .search_box .btn {
        border-radius: 50px;
    }
    @media (max-width: 767px) {
        .search_wrap .search_box {
            width: 100%;
        }
        .search_wrap .search_box{
            height: 50px;
        }
        .search_wrap .search_box .btn{
            width: 50px;
        }
    }
    /*end*/