.address-modal .modal-content {
  border-radius: 12px;
  border: none;
  padding: 10px;
}
.address-modal .modal-title-custom {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #2d2d2d;
}

.address-modal .Green_btn_holder .Green_btn {
  padding: 8px 30px;
}
.address-modal .btn-wrapper {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 50px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .address-modal .modal-title-custom {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .address-modal .btn-wrapper {
    margin-bottom: 25px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .address-modal .modal-title-custom {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .address-modal .modal-content {
    padding: 0px;
  }
  .address-modal .btn-wrapper {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
