/* Mobile */
  @media only screen and (max-width: 767px) {
    .section--location-info .two-col .col,
    .phone-details,
    .location-more-info {
      width: 100% !important;
      max-width: 100% !important;
      flex: 0 0 100% !important;
    }
    .banner_sec_inner .container .row {
      padding: 1rem;
    }
    .banner_sec_inner .container .row .banner-box {
      width: auto;
    }
    .banner-inmediate-care .banner-text {
      margin-bottom: 2rem;
    }
    .section--two-col-all {
      padding: 2em 1rem;
    }
    .section-wrapper .two-col {
      flex-direction: column !important;
    }
    .section--two-col-all .section-wrapper .two-col .col {
      flex: 0 0 100% !important;
      max-width: 100% !important;
    }
    .reverse .section-wrapper .two-col {
      flex-direction: column-reverse !important;
    }
    .section--boxes,
    .section--faq,
    .section--related-location,
    .section--location-info,
    .section--location-overview,
    .section--office-tour {
      padding: 4em 2rem !important;
    }
    .section--faq .section-wrapper .two-col {
      gap: 0 !important;
    }
    .section--boxes .heading-wrapper {
      width: 100% !important;
      flex-direction: column;
    }
    .section--boxes .heading-wrapper .title,
    .section--boxes .heading-wrapper .content {
      width: 100% !important;
    }
    .section--boxes .boxes-wrapper,
    .locations-list {
      grid-template-columns: 1fr;
    }
    .section--faq .section-wrapper .two-col .col {
      width:100%;
    }
    .faq:before {
      height: 200px;
      width: 100%;
      top: -15rem;
      left: 5rem;
    }
    .section--cta-banner .row {
      width: 100% !important;
    }
    .section--cta-banner .button-wrapper {
      flex-direction: column;
    }
  }
  /* Tablet */
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .section--two-col-all {
      padding: 6em 0;
    }
    .section--testimonials .slide {
      width: 100% !important;
    }
    .section--boxes .boxes-wrapper {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
    .section--faq .section-wrapper .two-col {
      gap: 6rem;
    }
    .single-service .banner_sec_inner .banner-box {
      width: 70%;
    }
    .section--cta-banner .row {
      width: 100% !important;
    }
  }
  /* Desktop */
  @media only screen and (min-width: 1024px) {
    .section--two-col-all {
      padding: 6em 0;
    }
    .banner-inmediate-care a.btn {
      width: 70%;
    }
    .section--boxes .boxes-wrapper {
      grid-template-columns: repeat(4, 1fr);
    }
    .section--faq .section-wrapper .two-col {
      gap: 6rem;
    }
    .section--testimonials .testimonial-slider { 
      padding: 1rem 6rem !important;
    }
    .section--testimonials .slick-dots {
      display: none !important;
    }
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #2B327B;
    text-shadow: none;
  }
  .inner_banner_sec {
    min-height: 500px;
  }
  .banner_sec_inner {
    position: relative;
    left: auto;
    transform: none;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 30%;
    text-align: center;
  }
  .banner_sec_inner .container {
    margin: 5rem 0;
    padding-bottom: 5rem;
  }
  .banner_sec_inner .banner-box {
    background-color: #2B327B;
    padding: 3rem;
    border-radius: 2rem;
    width: 50%;
    text-align: left;
  }
  .banner_sec_inner .banner-title {
    font-size: 50px;
    font-weight: 500;
    padding-bottom: 2rem;
    float: none;
    line-height: normal;
  }
  .banner_sec_inner p,
  .location-info-address,
  .phone-description {
    margin-bottom: 2rem;
  }
  .banner-inmediate-care {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    transform: translateX(-50%);
  }
  .banner-inmediate-care .banner-title {
    font-size: 2rem;
    line-height: normal;
  }
  .section--location-info {
    clear: both;
  }
  .section--location-info .two-col .col.left {
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
  }
  .section--location-info .two-col .col.right {
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
  }
  .phone-details,
  .phone-description,
  .location-info-address, 
  .heading-board {
    display: flex;
  }
  .phone-details {
    flex-direction: column;
  }
  .phone-details,
  .location-more-info {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .phone-details h4 {
    font-size: 20px;
  }
  .phone-details svg {
    width: 20px;
    height: 20px;
    margin-right: 0.75rem;
    flex-shrink: 0;
    color: #2B7D26;
  }
  .phone-description {
    width: 100% !important;
    max-width: 100% !important;
  } 
  .phone-description .phone-info span {
    display: inline-block;
    margin-right: 1rem;
  }
  .phone-description .phone-info .span-title,
  .location-more-info h5 {
    font-weight: 700;
    color: #2B327B;
  }
  .schedule-btn.schedule {
    text-align: left;
  }
  .schedule-btn.schedule a.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    font-size: 14px;
    padding: 1rem;
    text-align: center;
  }
  .location-more-info {
    display: flex;
    flex-flow: column;
  }
  .location-more-info a {
    text-decoration: none;
    color: #000000;
  }
  .section--two-col-all {
    clear: both;
  }
  .section-wrapper .two-col {
    display: flex;
    gap: 3rem;
    flex-direction: row;
  }
  .reverse .section-wrapper .two-col {
    flex-direction: row-reverse;
  }
  .section-wrapper {
    max-width: 1310px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
  }
  .section {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;        
  }
  .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }
  .section--two-col-all .section-wrapper .two-col .col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 50%;
  }
  .two-col .content p {
    margin: 0;
  }
  .two-col .button-wrapper  {
    margin-top: 2rem;
  }
  .title,
  .section--location-info .heading-single h4 {
    font-size: 2rem;
    color: #2B327B;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: normal;
    gap: 2rem;
  }
  .content {
    font-size: 16px;
  }
  .section--testimonials {
    background: #F7F7F7;
  }
  .section--testimonials .title {
    text-align: center;
  }
  .section--testimonials .testimonial-slider { 
    display: flex;
    align-items: stretch;
    padding: initial;
    margin-top: 5rem;
  }
  .section--testimonials .slick-track { 
    display: flex !important;
    align-items: stretch;
  }
  .section--testimonials .slick-slide { 
    margin: 0 2rem;
    display: flex !important;
    align-items: stretch;
    height: auto;
  }
  .section--testimonials .slide {
    padding: 2rem;
    background: #FFFFFF;
    border-radius: 1rem;
    display: flex !important;
    flex-direction: column;
    justify-content: stretch;
    height: 100%;
  }
  .section--testimonials .slide .slide-content {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }
  .section--testimonials .slide .information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
  }
  .section--testimonials .avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
  }
  .section--testimonials .slick-arrow {
    z-index: 2;
  }
  .section--testimonials .slick-prev {
    left: 5%;
  }
  .section--testimonials .slick-next {
    right: 5%;
  }
  .slick-next:before, .slick-prev:before {
    font-size: 2rem !important;
    color: #000000 !important;
  }
  .section--testimonials .name {
    font-weight: 900;
  }
  .section--testimonials .date {
    color: #A5A5A5;
    margin-bottom: 1rem;
  }
  .section--testimonials .stars {
    width: 5rem;
  }
  .section--boxes {
    clear: both;
    background-color: #F7F7F7;
  }
  .section--boxes .heading-wrapper {
    display: flex;
    margin-bottom: 2rem;
    gap: 2rem;
  }
  .section--boxes .heading-wrapper .title,
  .section--boxes .heading-wrapper .content {
    width: 50%;
  }
  .section--boxes .boxes-wrapper {
    display: grid;
    gap: 2rem;
    align-items: stretch;
  }
  .section--boxes .boxes-wrapper .box {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 2rem;
    padding: 2rem;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .section--boxes .boxes-wrapper .box .box-title {
    color: #2B327B;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .section--boxes .boxes-wrapper .box .box-content {
    margin-bottom: 1rem;
  }
  .section--boxes .boxes-wrapper .box a {
    color: #2B327B;
    font-weight: 700;
    font-size: 0.8rem;
    margin-top: auto;
    display: inline-block;
  }
  .section--faq {
    display: flex;
    max-width: 100%;
  }
  .section--faq .section-wrapper {
    max-width: 1180px;
  }
  .section--faq .section-wrapper .two-col {
    gap: 6rem;
  }
  .faq .tabs {
    margin-top: -18rem;
    width: 100%;
  }
  .faq:before {
    content: "";
    position: relative;
    transform: rotate(2deg);
    display: flex;
    height: 300px;
    width: 100%;
    top: -7rem;
    left: 0rem;
  }

  @media only screen and (max-width: 550px) {
    .faq:before {
      top: -13rem;
      left: 1rem;
    }
    .faq label {
      line-height: 1.5rem;
      margin-bottom: 1rem;
    }
  }

  @media only screen and (max-width: 413px) {
    .faq:before {
      top: -10rem;
    }
  }

  .faq .tab {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 1rem;
    padding: 0.5em;
  }

  .faq .tab.is-open {
    background-color: #EBF5FB;
  }

  .faq input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }

  .faq label {
    position: relative;
    display: block;
    padding: 0 3em;
    font-size: 1rem;
    cursor: pointer;
    color:#2B327B;
    font-weight: 900;
  }

  .faq label p {
    font-size: 1.2rem;
    font-weight: 900;
  }

  .faq .tab-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
  }

  .faq .tab-content p {
    margin: 1em 0;
    padding: 0 3rem;
  }

  .faq .tab-content ul {
    padding-left: 5rem;
  }

  /* :checked */
  .faq input:checked ~ .tab-content {
    max-height: fit-content;
  }

  .faq label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
  }

  .faq input[type=checkbox] + label::after {
    content: "⌄";
    color: #2B7D26;
    font-size: 2rem;
    top: -.6rem;
    font-weight: 500;
  }

  .faq input[type=radio] + label::after {
    content: "⌃";
    color: #2B7D26;
    font-size: 2rem;
    top: -.6rem;
    font-weight: 500;
  }

  .faq input[type=checkbox]:checked + label::after {
    transform: rotate(180deg);
    font-size: 2rem;
    font-weight: 900;
  }

  .faq input[type=radio]:checked + label::after {
    transform: rotateX(180deg);
    font-size: 2rem;
    font-weight: 900;
  }

  .section--related-location,
  .section--additional-services,
  .section--office-tour,
  .section--testimonials,
  .section--cta-banner,
  .section--location-info,
  .section--boxes,
  .section--faq,
  .section--location-overview {
    padding: 6em 0;
  }
  .section--related-location {
    background: #F7F7F7;
  }

  .section--related-location .content {
    margin-bottom: 2rem;
  }

  .locations-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 5rem;
    list-style: none;
  }

  .locations-list li a {
    color: #2B327B;
    font-weight: 600;
    text-decoration: none;
  }

  .section--cta-banner {
    background: none;
    background: linear-gradient(90deg, #263C85 0%, #028BD0 100%);
    text-align: left;
    color: #FFFFFF;
  }

  .section--cta-banner .row {
    width: 60%;
  }

  .section--cta-banner h2 {
    text-align: left;
    padding: 2rem 0;
  }

  .section--cta-banner .button-wrapper {
    margin-top: 4rem;
    display: flex;
    gap: 2rem
  }