
.tcity {
    border: none !important;
    width: 100%;
    padding-left: 0 !important;
}

.header3 {
    display: none;
}

.city-location-sec .city-popular-location .city-left-box .popular-city-content .all-locations {
    margin-top: 24px;
    margin-bottom: 0;
}

.city-right-box {
    width: 50%;
    position: sticky;
    top: 80px;
}

.lazyload {
    opacity: 0;
    transition: opacity 0.3s;
}

.lazyload.lazyloaded {
    opacity: 1;
}


.image-skeleton {
    position: relative;
    background: linear-gradient(100deg, #e0e0e0 8%, #f8f8f8 18%, #e0e0e0 33%);
    background-size: 800px 104px;
    animation: shimmer 1.5s infinite linear;
}

.image-skeleton img {
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

@keyframes shimmer {
    0% {
        background-position: -800px 0;
    }
    100% {
        background-position: 800px 0;
    }
}

/*new*/
.search-city {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.address-rating-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    height: 52px;
}
.address-rating-box svg ,  .address-rating-box img{
    height: 52px;
    max-width: 150px;
}
.cities-custom-select{
    max-width: 54%;
}
.cities-select-button-box{
    height: 70px;
}
.city-location-sec .search-city input[type="text"] {
    padding: 16px 1px;
    font-weight: 400;
    color: #475467;
    font-size: 25.15px;
    font-style: normal;
    font-weight: 400;
    line-height: 37.725px;
}
.cities-loc-selected-value , .dropdown-cities-loc {
    width: 100%;
    font-weight: 400;
}
.popular-cities-florida , .cities-loc-arrow {
    display: none;
}
.city-location-sec .search-city {
    position: relative;
    margin-bottom: 30px;
}
.city-location-sec .city-popular-location .city-left-box .popular-city-content h2{
    margin-bottom: 0;
}
.city-details .city-address .premium-loc h3{
    margin-bottom: 6px;
}
.city-location-sec .city-right-box .right-main-content {
    margin-top: 32px;
}
.get-office {
    padding: 96px 0;
}
.get-office-content .office-txt h2 , .get-office-content .office-txt p {
    margin-bottom: 0;
}

.search-state-name{
    margin-bottom: 0;
    color: #101828;
    font-size: 22.15px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.725px;
    white-space: nowrap;
}

input.tcity::placeholder {
    color: #475467 !important;
}
.right-main-content ul li {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 26px;
    padding-top: 0px;
    gap: 10px;
}
/** city */
.bocaraton-testimonial {
    padding-top: 128px !important;
}

.content-first-mob {
    padding-top: 64px !important;
}

.right-side-box .content-img {
    margin: 0 -16px;
}

.content-section .content-row .left-side-box h2 {
    font-size: 24px;
    line-height: 32px;
}

.content-section .content-row .left-side-box h2 br {
    display: none;
}

#citynamefilter {
    padding: 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
}

.cities-select-dropdown li a {
    color: #101828;
}

.left-side-box h2:nth-of-type(2) {
    display: none;
}


@media (min-width:993px) and (max-width:1240px) {
    .address-rating-box{
        height: 42px;
    }
    .cities-select-button-box {
        padding: 14px 20px;
        height: 60px;
    }
    .address-rating-box svg, .address-rating-box img {
        height: 42px;
        max-width: 110px;
        width: 100%;
    }
    .city-location-sec .search-city input[type="text"] {
        padding: 12px 1px;
        font-size: 18px;
        line-height: 28px;
    }
    .search-state-name {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
    }
    .city-filter-loc {
        width: 50%;
    }
    .city-location-sec .city-left-box{
        width: 100% ;
    }
}

@media (min-width:768px) and (max-width:992px){
    .city-location-sec .search-city {
        flex-direction: column;
        gap: 24px;
    }
    .cities-custom-select {
        max-width: 85%;
    }
    .city-location-sec .search-city input[type="text"] {
        padding: 14px 1px;
        font-size: 22px;
        line-height: 32px;
    }
    .cities-select-button-box {
        padding: 14px 18px;
        height: 64px;
    }
    .city-filter-loc {
        width: 50%;
    }
    .city-location-sec .city-left-box {
        width: 100% !important;
    }
    .city-location-sec h1 {
        font-size: 30px;
        font-weight: 600;
        line-height: 38px;
        letter-spacing: -0.5px;
    }
}

@media (max-width: 767px) {
    .city-location-sec .search-city{
        flex-direction: column;
        gap: 24px;
        margin-bottom: 20px;
    }
    .cities-custom-select {
        max-width: 100%;
        font-size: 12px;
        line-height: 18px;
    }
    .address-rating-box svg, .address-rating-box img {
        height: 40px;
        max-width: 112px;
        width: 100% !important;
    }
    .address-rating-box {
        gap: 18px;
        height: 40px;
    }
    .cities-select-button-box {
        padding: 10px 14px;
        height: 44px;
    }
    .city-location-sec .search-city input[type="text"] {
        padding: 10px 1px;
        font-size: 12px;
        font-style: normal;
        line-height: 18px;
    }
    .search-state-name {
        font-size: 16px;
        line-height: 24px;
    }
    .dropdown-cities-loc{
        gap: 8px;
    }
    .city-location-sec h1 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: normal;
    }
    .city-location-sec .city-breadcrumb {
        margin-bottom: 0;
    }
    .city-location-sec .city-popular-location {
        padding: 0 !important;
    }
    .city-details .city-address .premium-loc .premium-btn{
        display: none;
    }
    .get-office {
        padding: 64px 0;
    }
    .get-office-content .office-txt h2 {
        font-size: 36px !important;
        line-height: 44px !important;
        letter-spacing: -0.72px !important;
        margin-bottom: 0;
    }
    .get-office-content .office-txt p {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
    }
    .dropdown-cities-loc svg {
        width: 28px;
        height: 20px;
    }

    .city-location-sec .city-popular-location .city-left-box .popular-city-content .city-details img {
        width: 100%;
        height: 200px !important;
        max-width: 100%;
        min-height: 200px;
    }

    .city-location-sec .city-popular-location {
        padding: 0 16px;
        display: block;
    }

    .city-details .city-address {
        min-width: fit-content;
    }
}

@media (min-width: 768px) and (max-width: 997px) {
    .city-location-sec .city-popular-location .city-left-box .popular-city-content {
        flex-direction: column;
        min-width: 353px;
        width: 100%;
        max-width: 100%;
    }

    .city-right-box img {
        max-width: 100%;
    }
}
