.sticky-nav {
    max-width: 100%
}

.home_header .why_pay_more {
    line-height: 100px;
    margin-top: 80px;
    margin-bottom: 45px
}

.home_header .benner_h1 {
    margin-bottom: 70px;
    line-height: 70px
}

.option_boxes_outer .option_boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px
}

.option_boxes_outer .option_boxes .option_box {
    background-color: #e6f1e1;
    height: 150px;
    width: 225px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 5px #00000070
}

.option_boxes_outer .option_boxes .option_box p {
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: 0px auto;
    gap: 10px;
}

.option_boxes_outer .option_boxes .option_box p img {
    width: 32px;
}

.option_boxes_outer .option_boxes .option_box .image {
    width: 70px;
    height: 70px;
    margin: 8px auto 0
}

.option_boxes_outer .option_boxes .option_box:nth-child(4) .image {
    width: 90px
}

.option_boxes_outer .option_boxes .option_box:nth-child(5) .image {
    width: 50px
}

.first_form_outer .first_form {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    margin: 0 auto
}

.first_form_outer .first_form {
    margin: 0 auto
}

.first_form_outer .first_form .label_field {
    display: flex;
    flex-direction: column;
    width: 40%
}

.first_form_outer .first_form .label_field .label_and_icon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed img,
.error-msg {
    display: none
}

.first_form_outer .first_form .label_field .label_icon {
    width: 36px
}

.first_form_outer .first_form .first_form_submit {
    width: 20%;
    border-radius: 10px;
    height: 70px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .25);
    transition: .3s ease-in-out
}

.first_form_outer .first_form .first_form_submit:hover {
    background-color: #5faa46 !important
}

.first_form_outer .first_form input {
    border: 1px solid #9d9d9d;
    border-radius: 10px;
    padding: 0 10px 0 55px;
    height: 70px;
    background-color: #fff
}

.error-msg {
    position: absolute;
    bottom: -20px
}

.error-msg-boxes {
    top: -20px
}

.family_image {
    height: 800px
}

.serving_image {
    height: 800px
}

.family_image img {
    object-fit: cover;
    object-position: left
}

.slide_arrows_outer .slide_arrows {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 12px
}

.slide_arrows_outer .slide_arrows .left_slide,
.slide_arrows_outer .slide_arrows .right_slide {
    background-color: #fff;
    width: 53px;
    height: 53px;
    border-radius: 100px;
    padding: 13px 20px 13px 13px;
    position: static;
    margin: 0
}

.slide_arrows_outer .slide_arrows .right_slide {
    padding: 13px 13px 13px 20px
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-top: 20px
}

.swiper-pagination-bullet {
    background-color: #d9d9d9;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 5px
}

.swiper-pagination-bullet-active {
    background-color: #62a845;
    opacity: 1
}

.our_companies {
    margin-top: 80px;
}

.contact_us {
    margin: 80px 0px;
}

.serving_sec .serving_sec_p {
    margin-top: 40px;
    margin-bottom: 40px
}

.serving_image {
    background-image: url("../images-new/universal/nearest-location-image.avif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.serving_sec .serving_sec_h2 {
    line-height: 70px
}

.serving_sec .new_button:hover {
    background-color: #5faa46 !important
}

.serving_sec .new_button {
    padding: 17px 40px;
    border-radius: 50px;
    transition: .3s ease-in-out
}


/* CITY SEARCH FILTER */
.city_filter {
    margin: 80px 0px;
    padding: 80px 0px;
    text-align: center;
    background-color: #e6f1e1;
}

.cities_btn {
    padding: 30px 30px;
    border-radius: 10px;
}

.city_filter_h2 {
    margin-bottom: 40px;
    line-height: 70px;
}

.city_filter .highlight {
  color: #e6007e;
}

.search_bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}

.search_bar input {
  padding: 12px 18px;
  width: 550px;
  border: 1.5px solid #ccc;
  border-radius: 6px;
  transition: border 0.3s ease;
  font-size: 18px;
  font-weight: 500;
  font-family: satoshi !important;
  color: #4D4D4D;
}

.search_bar input:focus {
  border-color: #e6007e;
  outline: none;
}

.search_bar input::placeholder {
  font-size: 18px;
  font-weight: 400;
  font-family: satoshi !important;
  color: #4D4D4D;
}


.search_bar button {
  background-color: #e6007e;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  width: 48px;
  height: 48px;
  align-content: center;
}

.search_bar button span img {
    width: 26px;
    height: 26px;
}

.search_bar button:hover {
  background-color: #c3006d;
  transform: scale(1.05);
}

.alphabet-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-bottom: 40px;
}

.alphabet-filter button {
    background: white;
    border: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 900;
    transition: all 0.3s ease;
    font-family: satoshi !important;
    color: #4D4D4D;
}

.alphabet-filter button:hover,
.alphabet-filter button:active,
.alphabet-filter button.active {
  background-color: #e6007e;
  color: white;
  border-color: #e6007e;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.cities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  transition: max-height 0.4s ease;
}

.cities-list.show-all {
  max-height: none;
}

.city-item {
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  position: relative;
  width: 22%;
  font-weight: 500;
  font-family: satoshi !important;
  color: #000;
  text-align: center;
}
.city-item a {
  transition: 0.2s all ease-in-out;
}

#citiesList a {
    color: #000;
}
#citiesList .city-item:hover a {
  color: #e6007e;
  text-decoration: underline;
}

/* .city-item:hover,
.city-item:active,
.city-item.active {
  color: #e6007e;
  transform: translateY(-2px);
}

.city-item::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #e6007e;
  transition: width 0.3s ease;
  margin-top: 4px;
}

.city-item:hover::after,
.city-item:active::after,
.city-item.active::after {
  width: 100%;
} */

.view-more-wrapper {
  margin-top: 40px;
}

#viewMoreBtn {
  padding: 12px 24px;
  border: 2px solid #e6007e;
  background: white;
  color: #e6007e;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.3s ease;
}

#viewMoreBtn:hover {
  background-color: #e6007e;
  color: white;
}

.hidden-city {
  display: none;
}
/* CITY SEARCH FILTER */




@media (min-width:1600px) {

    .family_image,
    .serving_image {
        height: 1080px
    }
}

@media (max-width:1366px) {
    .home_header .why_pay_more {
        line-height: 80px;
        margin-top: 40px;
        margin-bottom: 30px
    }

    .home_header .benner_h1 {
        margin-bottom: 40px;
        line-height: 60px
    }

    .first_form_outer .first_form .first_form_submit,
    .first_form_outer .first_form input {
        height: 50px
    }

    .first_form_outer .first_form .label_field .label_icon {
        width: 28px
    }

    .first_form_outer .first_form input {
        padding-left: 45px
    }

    .slide_arrows_outer .slide_arrows .left_slide,
    .slide_arrows_outer .slide_arrows .right_slide {
        width: 35px;
        height: 35px;
        padding: 10px 15px 10px 10px
    }

    .slide_arrows_outer .slide_arrows .right_slide {
        padding: 10px 10px 10px 15px
    }

    .option_boxes_outer .option_boxes {
        gap: 25px
    }

    .option_boxes_outer .option_boxes .option_box {
        width: 200px
    }
    
    .option_boxes_outer .option_boxes .option_box p {
        line-height: 21px;
    }

    .option_boxes_outer .option_boxes .option_box p img {
        width: 28px;
    }

    .city_filter_h2 {
        line-height: 60px;
    }

    .serving_sec .serving_sec_h2 {
        line-height: 60px
    }

    .serving_sec .new_button {
        padding: 11.5px 40px
    }
}

@media (max-width:1200px) {
    .family_image {
        height: 800px
    }
    .serving_image {
        height: 800px
    }
}

@media (max-width:1024px) {

    .option_boxes_outer .option_boxes {
        gap: 15px
    }

    .option_boxes_outer .option_boxes .option_box {
        width: 160px;
        height: 130px
    }

    .option_boxes_outer .option_boxes .option_box p img {
        width: 20px
    }

    .option_boxes_outer .option_boxes .option_box .image {
        width: 60px;
        height: 60px
    }

    .option_boxes_outer .option_boxes .option_box:nth-child(4) .image {
        width: 80px;
        height: 60px
    }

    .option_boxes_outer .option_boxes .option_box:nth-child(5) .image {
        width: 50px
    }

    .option_boxes_outer .option_boxes .option_box p {
        line-height: 18px;
    }
    
    .serving_image {
        background-position: bottom center;
    }

}

@media (max-width:992px) {
    .option_boxes_outer .option_boxes {
        gap: 10px;
    }

    .option_boxes_outer .option_boxes .option_box {
        width: 125px;
        height: 110px
    }

    .option_boxes_outer .option_boxes .option_box p {
        line-height: 15px;
        gap: 4px;
    }

    .first_form_outer .first_form {
        gap: 8px
    }

    .city-item {
        font-size: 16px;
        width: 30%;
    }

}

@media (max-width:767px) {
    .home_header .why_pay_more {
        line-height: 35px;
        margin-top: 30px;
        margin-bottom: 20px
    }

    .home_header .benner_h1 {
        line-height: 30px;
        margin-bottom: 20px
    }

    .option_boxes_outer .option_boxes {
        gap: 8px
    }

    .option_boxes_outer .option_boxes .option_box {
        height: 80px;
        width: 90px;
        box-shadow: 0 0 3px #00000070
    }

    .option_boxes_outer .option_boxes .option_box p img {
        width: 13px;
    }

    .option_boxes_outer .option_boxes .option_box .image {
        width: 40px;
        height: 40px;
    }
    .option_boxes_outer .option_boxes .option_box:nth-child(4) .image {
        width: 50px;
        height: 40px;
    }

    .option_boxes_outer .option_boxes .option_box p {
        line-height: 10px;
        gap: 3px;
    }

    .first_form_outer .first_form {
        display: block;
        gap: 15px
    }

    .first_form_outer .first_form .label_field {
        width: 100%
    }

    .first_form_outer .first_form input {
        border-radius: 8px;
        height: 40px
    }

    .first_form_outer .first_form .first_form_submit {
        border-radius: 8px;
        width: 100%;
        height: 40px
    }

    .first_form_outer .first_form .label_field .label_icon {
        width: 20px
    }

    .first_form_outer .first_form .label_field .label_and_icon {
        gap: 5px
    }

    .slide_arrows_outer .slide_arrows {
        width: 100%;
        gap: 12px
    }

    .slide_arrows_outer .slide_arrows .left_slide,
    .slide_arrows_outer .slide_arrows .right_slide {
        width: 25px;
        height: 25px;
        padding: 2px 10px 0 8px
    }

    .slide_arrows_outer .slide_arrows .right_slide {
        padding: 2px 8px 0 10px
    }

    .slide_arrows_outer .slide_arrows .left_slide img,
    .slide_arrows_outer .slide_arrows .right_slide img {
        margin-bottom: 2px
    }

    .swiper-pagination {
        margin-top: 10px
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 2px
    }

    .slide_arrows_outer .slide_arrows {
        margin: 40px auto 0
    }

    .our_companies {
        margin-top: 60px;
    }
    
    .contact_us {
        margin: 60px 0px;
    }

    .family_image {
        height: 200px
    }

    .serving_image {
        height: 200px
    }

    .serving_sec .serving_sec_h2 {
        line-height: 30px
    }
    
    .serving_sec .serving_sec_p {
        margin-top: 20px;
        margin-bottom: 20px
    }
        
    .city_filter {
        margin: 60px 0px;
        padding: 60px 10px;
    }
    
    .city_filter_h2 {
        margin-bottom: 20px;
        line-height: 30px;
    }

    .search_bar {
        margin-bottom: 20px;
        gap: 4px;
    }
    
    .view-more-wrapper {
        margin-top: 20px;
    }

    .alphabet-filter {
        margin-bottom: 20px;
    }

    .serving_sec .new_button {
        padding: 10px 30px;
        line-height: 17px
    }

    .search_bar input {
        width: 230px;
    }
    
    .cities_btn {
        padding: 15px 15px;
    }

    .city-item {
        font-size: 14px;
        width: 43%;
    }

    .alphabet-filter button {
        width: 40px;
        height: 40px;
    }

    .cities-list {
        gap: 15px 15px;
    }
}

@media (max-width:450px) {
    .slide_arrows_outer .slide_arrows {
        margin: 40px auto 0
    }
}


@media (min-width:576px) {
    .container, .container-sm {
        max-width: 540px
    }
}
@media (min-width:768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}
@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}
@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}
@media (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1224px
    }
}