.delivery-center h3 {
  color: #415BAB;
  font-weight: bold;
}
.delivery-center .deli-map div ul{background:#eee;padding: 20px;list-style: inside;max-width: 500px;}
.delivery-center .deli-map li::marker{
    color: #415bae;
}
.delivery-center table {
  width: 100%;
}
.delivery-center table thead th {
  background: #415BAB;
  color: #fff;
}
.delivery-center table th {
  color: #415bab;
  text-align: center;
  background: #ECEEF6;
  white-space: nowrap;
}
.deli-days table {
  width: 57%;
}
.deli-days .flex {
  align-items: flex-start;
}
.deli-days .flex div {
  width: 42%;
  border: 1px solid #ccc;
  padding: 20px 30px;
}
.deli-days .flex div p {
  font-weight: bold;
  margin: 0 0 .3em 0;
  font-size: 1.8rem;
}
.deli-days .flex div li {
  display: flex;
  margin-bottom: 5px;
}
.deli-days .flex div li span {
  margin-right: 1em;
}
.deli-fee1 ul {
  display: flex;
  gap: 1.5em;
  max-width: 727px;
  margin: 2em auto;
}
.deli-fee1 li {
  display: flex;
  border-radius: 20px;
  border: 1px solid #ccc;
  width: 40%;
}
.deli-fee1 li p {
  background: #415BAB;
  color: #fff;
  margin: 0;
  border-radius: 20px 0 0 20px;
  width: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.deli-fee1 li span {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: calc(100% - 94px);
  text-align: center;
  padding: 8px 0;
}
.deli-fee1 {
  margin: 6em auto;
}
.deli-fee1 li:nth-child(2) p {
  background: #51ABB3;
}
.deli-fee1 li:nth-child(2) {
  width: 60%;
}
.deli-map .flex div {
  width: 100%;
}
.deli-map .flex {
  gap: 50px;align-items: flex-start;
}
.deli-map .flex img{max-width:350px}
.deli-map iframe {
  width: 100%;
  margin: 30px auto;
}
.btn_4 {
  background: #405aab;
  color: #fff;
  margin: 3em auto 4em;
}
.btn_4:hover {
  opacity: .8;
}
@media screen and (max-width: 767px) {
  .delivery-center .flex, .deli-fee1 ul {
    flex-wrap: wrap;
  }
  .deli-days table, .deli-days .flex div, .deli-fee1 li {
    width: 100% !important;
  }
  .deli-fee1 li {
    min-height: 62px;
  }
  .deli-map iframe {
    height: 200px;
  }
  .deli-map .flex {
  gap: 20px;        justify-content: center;
}
  .btn_4 {
    margin: 1em auto;
  }
	.delivery-center .deli-map div ul {
    padding: 10px;
}
}