.Use_Current_Location .footer-btn-holder {
  display: flex;
  justify-content: center;
  align-items: center;
}



.Use_Current_Location .footer-btn-holder .btn_holder .submit-btn {
  text-wrap-mode: nowrap;
}

.Use_Current_Location .footer-btn-holder .btn_holder .use-btn {
  text-wrap-mode: nowrap;
  padding: 9px 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 3px;
  color: #202020;
  margin-left: 14px;
}

.Use_Current_Location .modal-body {
  padding: 40px 20px;
  border-radius: 10px;
}

.Use_Current_Location .modal-dialog {}


.Use_Current_Location .address-text-holder {
  display: flex;
  align-items: start;

  margin-bottom: 20px;
}

.Use_Current_Location .address-text-holder .icon-holder {
  margin-right: 15px;
  height: 30px;
  width: fit-content;
}

.Use_Current_Location .address-text-holder .icon-holder .icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Use_Current_Location .address-text-holder .text-holder p {
  font-size: 15px;
  font-weight: 500;
  color: #323232;
  margin-bottom: 5px;
}

@media (min-width: 0px) and (max-width: 390px) {
  .Use_Current_Location .modal-body {
    padding: 18px 20px;
  }

  .Use_Current_Location .footer-btn-holder {
    display: block;
  }

  .Use_Current_Location .footer-btn-holder .btn_holder .submit-btn {
    width: 100%;
    margin: 0px;
  }

  .Use_Current_Location .footer-btn-holder .btn_holder .use-btn {
    width: 100%;
    margin: 0px;
  }

  .Use_Current_Location .footer-btn-holder .btn_holder .use-btn {
    margin-left: 0px !important;
    margin-top: 10px;
  }


}

@media (min-width: 0px) and (max-width: 767px) {
  .Use_Current_Location .footer-btn-holder .btn_holder .use-btn {
    margin-left: 10px;
  }
}