.page-get-in-touch .clinic-location-section .inner-wrap .map::before {
	height: 0px !important;
}


/* Reset default checkbox look */
.woocommerce-form-row--marketing-promo input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: white;
  border: 2px solid #c74b4b;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}

/* Show checkmark when checked */
.woocommerce-form-row--marketing-promo input[type="checkbox"]:checked::after {
  content: "✓"; /* Or use → if needed */
  position: absolute;
  top: 5px;
  left: 12px;
  font-size: 22px;
  color: #c74b4b; /* Ensure it's visible */
  font-weight: bold;
}

.article-banner {
  position: relative !important;
  height: 100vh !important;
  min-height: 43.75rem !important;
}
.article-banner p{
  color: #AE3939 !important;
}

.single-ac-article .content-intro-section .inner .image:nth-of-type(5) {
  max-width: 230px;
  max-height: 305px;
  z-index: 999;
}

@media only screen and (min-width: 768px) {
  .single-ac-article .content-intro-section .inner{
    grid-template-rows: min-content min-content 80px 115px 255px 115px;
  }
  .article-single .article-banner {
    min-height: 50rem !important;
  }
  .single-ac-article .content-intro-section .inner .image0 {
    grid-column: 1 / 3;
    grid-row: 2 / 12;
  }
  .single-ac-article .content-intro-section .inner .image1 {
    z-index: 20;
    grid-column: 7 / 11;
    grid-row: 4 / 6;
    align-self: unset;
  }
  .single-ac-article .content-intro-section .inner .image3 {
      z-index: 20;
      justify-self: end;
      right: 30px;
      grid-row: 2 / 6;
      grid-column: 10 / 13;
  }
  .single-ac-article .content-intro-section .inner .image:nth-of-type(5) {
    max-width: 200px;
    max-height: 275px;
    z-index: 999;
  }
  .single-ac-article .content-intro-section .inner .image4 {
      z-index: 20;
      justify-self: end;
      right: 30px;
      grid-row: 3 / 12;
      grid-column: 7 / 14;
  }
}

@media only screen and (min-width: 992px) {
  .single-ac-article .content-intro-section .inner .title{
    grid-column: 3 / 11;
    z-index: 99;
  }
  .single-ac-article .content-intro-section .inner .image:nth-of-type(2) {
    max-width: 300px;
    max-height: 380px;
  }
  .single-ac-article .content-intro-section .inner .image3 {
    right: 60px;
    padding-top: 40px;
    grid-row: 2 / 6;
    grid-column: 10 / 13;
  }
  .single-ac-article .content-intro-section .inner .image:nth-of-type(5) {
    max-width: 230px;
    max-height: 305px;
    z-index: 999;
  }
  .single-ac-article .content-intro-section .inner .image1 {
    grid-row: 3 / 6;
    justify-self: end;
    top: 35%;
    z-index: 1;
  }
  .single-ac-article .content-intro-section .inner .image4 {
    right: 60px;
    padding-top: 40px;
    grid-row: 3 / 12;
    grid-column: 7 / 14;
  }
}

@media only screen and (min-width: 1400px) {
  .single-ac-article .content-intro-section .inner .title{
    grid-column: 3 / 11;
    z-index: 99;
  }
  .single-ac-article .content-intro-section .inner .image1 {
    grid-row: 3 / 6;
    align-self: end;
    justify-self: end;
    grid-column: 6 / 12;
    position: absolute;
    z-index: 300;
    bottom: -64px;
    top: unset;
  }
  .single-ac-article .content-intro-section .inner .image4 {
    right: 60px;
    padding-top: 40px;
    grid-row: 3 / 12;
    grid-column: 7 / 14;
  }
}

.single-ac-article .content-intro-section .inner .links {
    /* width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 20; */
    grid-column: 2 / 12;
    grid-row: 7 / 7;
    align-self: center;
    padding-top: 55px;
    padding-bottom: 55px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.single-ac-article .content-intro-section .inner .links a {
  text-decoration: none;
}
.single-ac-article .content-intro-section .inner .links .view {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: 40%;
}
.single-ac-article .content-intro-section .inner .links .view .gray-text {
  color: #8C8C8C;
  font-family: "Courier Prime";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.single-ac-article .content-intro-section .inner .links .view .red-text {
  color: #AE3939;
  font-family: "Courier Prime";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.single-ac-article .content-intro-section .inner .links .button {
  border: #AE3939 1px solid;
  height: 50px;
  transition: all 0.5s ease;
  position: relative;
  top: 74px;
  width: 100%;
  padding: 0;
}
.single-ac-article .content-intro-section .inner .links .button:hover {
  background-color: #AE3939;
}
.single-ac-article .content-intro-section .inner .links .button a {
  text-decoration: none;
}
.single-ac-article .content-intro-section .inner .links .button .go .text {
  color: #AE3939;
  font-family: "Courier Prime";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  /* padding-top: 15px; */
  padding-left: 0;
  text-align: center;
  margin-top: 15px;
}
.single-ac-article .content-intro-section .inner .links .button .go .text:hover {
  color: #F5F0EA;
}
.single-ac-article .content-intro-section .inner .links .button .go .arrow-right {
  display: none;
}

.single-ac-article .content-intro-section .inner .links.mobile-links{
  display: none;
}
@media only screen and (max-width: 426px) {
  .single-ac-article .content-intro-section .inner .links{
    /* justify-content: space-evenly; */
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-ac-article .content-intro-section .inner .links .button{
    display: none;
  }
  .single-ac-article .content-intro-section .inner .links.mobile-links{
    padding-top: 0px;
    justify-content: center;
  }
  .single-ac-article .content-intro-section .inner .links.mobile-links .button{
    display: block;
    top: 0px;
    width: 90%;
  }

}
@media only screen and (min-width: 992px) {
  .single-ac-article .content-intro-section .inner .links  {
    padding-top: 55px;
    padding-bottom: 55px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .single-ac-article .content-intro-section .inner .links  a {
    text-decoration: none;
  }
  .single-ac-article .content-intro-section .inner .links .view {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 25%;
  }
  .single-ac-article .content-intro-section .inner .links  .view .gray-text {
    color: #8C8C8C;
    font-family: "Courier Prime";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
  }
  .single-ac-article .content-intro-section .inner .links  .view .red-text {
    color: #AE3939;
    font-family: "Courier Prime";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
  }
  .single-ac-article .content-intro-section .inner .links .button {
    border: none;
    height: 0px;
    transition: all 0.5s ease;
    padding-bottom: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    top: 0;
  }
  .single-ac-article .content-intro-section .inner .links .button:hover {
    background-color: transparent;
  }
  .single-ac-article .content-intro-section .inner .links .button a {
    text-decoration: none;
  }
  .single-ac-article .content-intro-section .inner .links .button .go {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 300px;
    padding: 8px;
    gap: 10px;
  }
  .single-ac-article .content-intro-section .inner .links .button .go .text {
    color: #8C8C8C;
    font-family: "Courier Prime";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    /* padding-top: 15px; */
    padding-left: 35%;
  }
  .single-ac-article .content-intro-section .inner .links .button .go .text:hover {
    color: #8C8C8C;
  }
  .single-ac-article .content-intro-section .inner .links .button .go .arrow-right {
    display: flex;
    padding-top: 10px;
  }
}
