.add_address_radio_box .save_btn .Green_btn_holder .Green_btn,
.add_address_radio_box
  .cancel_btn
  .Green_Outline_Btn_holder
  .Green_Outline_Btn {
  width: 150px;
  border-radius: 5px;
  padding: 6px 0px;
  font-size: 15px;
  margin: 0px 5px;
}

.address_tabs_wrapper {
   background: #fff;
  /* box-shadow: 0px 3px 6px #00000029; */ 
  padding: 20px 0;
  margin-bottom: 5%;
}

.address_tabs {
  border-bottom: none !important;
  margin-bottom: 25px;
  gap: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.address_tabs .nav-item {
  margin-right: 0;
}

.address_tabs .nav-link {
  border: 2px solid #0072ba;
  border-radius: 6px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 600;
  color: #0072ba;
  background-color: #fff;
  transition: all 0.3s ease;
}

.address_tabs .nav-link:hover {
  background-color: #0072ba;
  color: #fff;
}

.address_tabs .nav-link.active {
  background-color: #0072ba !important;
  color: #fff !important;
  border-color: #0072ba !important;
}

.address_tabs .nav-link:focus {
  box-shadow: none;
}

.tab_form_content {
  margin-top: 20px;
}

/* =============== Responsive ================== */

@media (min-width: 0px) and (max-width: 767px) {
  .address_tabs .nav-link {
    padding: 5px;
  }
}
