.Your_Location_modal .option-list-holder {
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}

.Your_Location_modal .current-location-text-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0px 40px 0px;
}

.Your_Location_modal .search-field-holder .search-field {
  display: flex;
  justify-content: space-between;
  align-items: start;
}



.Your_Location_modal .option-list-holder .option-holder {
  display: flex;
  justify-content: start;
  align-items: start;
  border-bottom: 1px solid #707070;
  padding: 10px 0px;
}

.Your_Location_modal .option-list-holder .option-holder .img-holder {
  height: 20px;
  width: 20px;
  margin-right: 15px;
  aspect-ratio: 1/1;
}

.Your_Location_modal .option-list-holder .option-holder .img-holder .location_icon_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Your_Location_modal .option-list-holder .option-holder .text-holder h4 {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

.Your_Location_modal .option-list-holder .option-holder .text-holder p {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  color: #707070;
  margin-bottom: 0px;
}

.Your_Location_modal .address-text-holder {
  display: flex;
  align-items: start;
}

.Your_Location_modal .btn_holder {
  width: 130px;
}

.Your_Location_modal .btn_holder .Light_Gray_Outline_Btn {
  width: 100%;
}

.Your_Location_modal .address-text-holder .icon-holder {
  margin-right: 15px;
  height: 30px;
  width: fit-content;
}

.Your_Location_modal .address-text-holder .icon-holder .icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Your_Location_modal .address-text-holder .text-holder h6 {
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    font-weight: 700;
}

.Your_Location_modal .address-text-holder .text-holder p {
  font-size: 15px;
  font-weight: 500;
  color: #707070;
  margin-bottom: 0px;
}


@media (min-width: 0px) and (max-width: 575px) {
  .Your_Location_modal .option-list-holder .option-holder .text-holder p {
    font-size: 13px;
  }

  .Your_Location_modal .option-list-holder .option-holder .text-holder h4 {
    font-size: 14px;
  }

  .Your_Location_modal .address-text-holder .text-holder h6 {
    font-size: 15px !important;
  }

  .Your_Location_modal .address-text-holder .text-holder p {
    font-size: 13px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .Your_Location_modal .current-location-text-holder {
    display: block;
  }

  .Your_Location_modal .modal-body {
    padding: 18px 20px;
  }

  .Your_Location_modal .address-text-holder .text-holder h6 {
    font-size: 17px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .Your_Location_modal .modal-body {
    padding: 18px 20px;
  }

  .Your_Location_modal .current-location-text-holder {
    display: block;
  }

  .Your_Location_modal .address-text-holder .text-holder h6 {
    font-size: 17px;
  }

  .Your_Location_modal .address-text-holder {
    display: flex;
    align-items: start;
    margin-bottom: 10%;
  }
}