* {
  margin: 0;
  padding: 0;
}

button {
  /*background-image: linear-gradient(180deg, #ffe148 0%, #fcdc38 100%);*/
  font-weight: 600;
  background-color: transparent;
  font-size: 24px;
  line-height: 36px;
  height: 63px;
  border: none;
  border-radius: 38px;
  margin: 5px 0px;
  padding-left: 30px;
}

hr {
  border: 0.5px solid rgba(50, 50, 50, 10%);
}
.modal-list {
  list-style: none;
  margin-bottom: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.modal h3 {
  margin-bottom: 20px;
  font-weight: 500;
}
.sub-head {
  text-decoration: underline;
}
.modal-link {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
.color-blue {
  color: #007bff;
}
.modal tbody {
  font-size: 14px;
  line-height: 1.4;
}
.text-center {
  text-align: center;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}
.table tr {
  text-align: left;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.btn-row {
  display: block;
  margin: 0 auto;
}
.yel-btn {
  width: 100%;
  max-width: 405px;
  display: block;
  margin: 0 auto;
  background: #ffc107;
  border-color: #ffc107;
  padding: 10px 10px;
  color: #212529;
  text-align: center;
  border-radius: 10px;
}
.yel-btn:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.content section {
  padding: 15px 20px 0;
}
section.heading-holder {
  padding: 0;
}
section.heading-holder h1 {
  font-size: 30px;
}
.shipping__content {
  position: relative;
  width: auto;
  max-width: 900px;
  margin: 0 auto;
}
.modal-hd img {
  width: 100%;
  max-width: 375px;
}
.modal-hd p {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: -6px;
}
.modal-hd {
  text-align: center;
  background: linear-gradient(180deg, #2997cf 0%, #0e6a91 100%);
  border-radius: 10px;
  color: #ffffff;
  padding: 15px 10px 1px 10px;
}
.mdl-contnt {
  width: 100%;
  max-width: 83%;
  margin: auto;
  text-align: center;
  padding: 20px 0px;
}
.atc-odr,
.atc-upgd {
  text-decoration: none;
  color: #161616;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 7px 5px;
  max-width: 400px;
  font-weight: 600;
  margin: 0 auto;
}
.mdl-prdt-prc {
  display: flex;
  position: absolute;
  left: 28%;
  bottom: -9%;
}
.mdl-prdt-prc p {
  font-size: 24px;
  margin: auto 0px;
}
.mdl-prdt-prc strong {
  font-size: 40px;
}
.mdl-prdt-prc span {
  font-size: 14px;
  line-height: 1;
  text-align: left;
  margin: auto 0px;
}
.grab-btl {
  margin-bottom: 10px !important;
}

.atc-odr {
  background: linear-gradient(180deg, #f5d947 0%, #fada38 100%);
  border: 1px solid #fcd200;
  border-radius: 50px;
  margin-bottom: 10px;
}
.atc-upgd {
  background: #ebebeb;
  border: 1px solid #dadada;
  border-radius: 50px;
}
.mdl-prdt-img img {
  width: 100%;
  max-width: 350px;
}
.mdl-prdt-img {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.mdl-contnt p i {
  font-size: 14px;
  font-weight: 500;
}
div#bazopril__modal {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border-radius: 10px;
  z-index: 9999;
}
div#bazopril__modal a.close-modal {
  position: absolute;
  top: 10px !important;
  right: 10px !important;
}
.modal-main-sec {
  position: relative;
}
@media (max-width: 768px) {
  .btn-close {
    position: absolute;
    right: 2%;
  }
}

@media (max-width: 500px) {
  .btn-close {
    top: 16px;
    position: absolute;
    right: 3%;
  }
  .modal-hd img {
    max-width: 275px;
  }
  .modal-hd p {
    font-size: 14px;
  }
  .mdl-prdt-prc {
    display: flex;
    position: absolute;
    left: 23%;
    bottom: -5%;
  }
  .mdl-prdt-prc strong {
    font-size: 44px;
  }
  .atc-odr,
  .atc-upgd {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .mdl-prdt-prc strong {
    font-size: 30px;
  }
  .mdl-prdt-prc span {
    font-size: 10px;
  }
  .mdl-prdt-prc p {
    font-size: 16px;
  }
  .mdl-contnt p i {
    font-size: 12px;
  }
  .atc-odr,
  .atc-upgd {
    font-size: 11px;
  }
  .mdl-contnt p i {
    font-size: 11px;
    font-weight: 500;
  }
  .grab-btl {
    line-height: 1;
  }
  .modal-hd p {
    font-size: 12px;
  }
  div#bazopril__modal a.close-modal {
    width: 20px !important;
    height: 20px !important;
    top: 5px !important;
    right: 5px !important;
  }
}
