/* CUSTOM PAGES | WESTMINSTER & THORNTON */
.custom-pages {
    padding: 0;
}
@media (max-width: 1025px) {
    .page-id-3672 .show-mobile {
        display: block;
        padding: 30px 25px;
        width: 100%;
        position: relative;
    }
    .page-id-3674 .show-mobile {
        display: block;
        background-color: #EAE9E6;
        padding: 30px 20px;
        width: 100%;
        position: relative;
    }
    .page-id-3672 .show-mobile .page-header.internal,
    .page-id-3674 .show-mobile .page-header.internal {
        display: block;
        position: relative;
    }
    .page-id-3672 .show-mobile .page-header.internal h1,
    .page-id-3674 .show-mobile .page-header.internal h1 {
        font-size: 24px;
        color: #280500;
        line-height: 35px;
    }
    .page-id-3672 .show-mobile .page-header.internal h2,
    .page-id-3674 .show-mobile .page-header.internal h2 {
        font-size: 35px;
        color: #280500;
        line-height: 48px;
    }
    .page-id-3672 .page-header.internal,
    .page-id-3674 .page-header.internal {
        display: none;
    }
}

/* CUSTOM FORM */
.form-holder {
    background-color: #EAE9E6;
    padding: 30px 25px;
}
.custom-pages .custom_form3 {
    z-index: 1;
    position: relative;
    margin-top: -150px;
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0;
}
.custom-pages .custom_form3 .title-holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 50px 15px;
}
.custom-pages .custom_form3 .title-holder h2{
    color: #2F1610;
    font-family: "Open Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 140% */
    text-transform: uppercase;
}
.custom-pages .custom_form3 .title-holder a{
    display: flex;
    align-items: center;
    gap: 15px;
}
@media (max-width: 1025px) {
    .custom-pages .custom_form3 {
        margin-top: 0;
    }
    .custom-pages .custom_form3 .title-holder {
        flex-direction: column;
    }
}
/* meet_the_staff_4_css
---------------------------------------------------------- */
.meet_the_staff_4 {
    padding: 100px 25px;
    position: relative;
    z-index: 1;
  }
.meet_the_staff_4.crowns {
    background-color: #EAE9E6;
  }
  .meet_the_staff_4 .meet-staff-flex {
    width: min(100%, 1400px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
  }
  .meet_the_staff_4 .meet-staff-right {
    width: min(100%, 632px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    text-align: left;
  }
  .meet_the_staff_4 .meet-staff-title h2{
    line-height: 48px;
    letter-spacing: 3px;
  }
  .meet_the_staff_4 .meet-staff-title h3 {    
      color: #41838C;
  }
  .meet_the_staff_4 .meet-staff-right p {
    margin: 0;
    font-size: 22px;
  }
  .meet_the_staff_4 .meet-staff-aff .external-link {
    display: none;
  }
  .dentist-aff a,
  .dentist-aff img {
    display: block;
  }
  .meet_the_staff_4 .meet-staff-right .main-btn {
    margin: 0;
  }
  .meet_the_staff_4 .meet-staff-left {
    display: block;
    height: min(66vw, 526px);
    width: min(100%, 669px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .loaded .westminister .meet_the_staff_4 .meet-staff-left {
    background-image: url('../images/crowns-bg-westminster.webp');
  }
  .loaded .westminister .meet_the_staff_4.implants .meet-staff-left {
    background-image: url('../images/implants-bg-westminster.webp');
  }
  .loaded .thornton .meet_the_staff_4 .meet-staff-left {
    background-image: url('../images/crowns-bg-thornton.webp');
  }
  .loaded .thornton .meet_the_staff_4.implants .meet-staff-left {
    background-image: url('../images/implants-bg-thornton.webp');
  }
  @media only screen and (max-width: 991px) {
    .meet_the_staff_4 .meet-staff-flex {
      flex-wrap: wrap;
      justify-content: center;
    }
    .meet_the_staff_4 .meet-staff-box {
      margin: 0 auto;
    }
    .meet_the_staff_4 {
      padding: 30px 25px;
    }
    .meet_the_staff_4 .meet-staff-right {
      gap: 20px;
    }
    .meet_the_staff_4 .meet-staff-right p {
      font-size: 20px;
    }
  }
  
  
  /* meet_the_staff_8_css
  ---------------------------------------------------------- */
  .meet_the_staff_8 {
    padding: 92px 25px;
    position: relative;
    z-index: 1;
  }
  .thornton .meet_the_staff_8 {
    background-color: #EAE9E6;
  }
  .meet_the_staff_8 .meet-staff-flex {
    width: min(100%, 1400px);
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 75px 15px;
    flex-wrap: wrap;
  }
  .meet_the_staff_8 .meet-staff-top-title {
    width: 100%;
    text-align: center;
  }
  .meet_the_staff_8 .meet-staff-top-title h2 {
      font-size: 35px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%; /* 52.5px */
      letter-spacing: 5px;
      text-transform: uppercase;
      color: #2F1610;
      width: 100%;
      margin: 0 auto;
  }
  .meet_the_staff_8 .meet-staff-top-title p {
      font-size: 22px;
  }
  .meet_the_staff_8 .meet-staff-right {
    width: min(45%, 632px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: left;
  }
  .meet_the_staff_8 .meet-staff-right p {
    margin: 0;
    font-size: 22px;
  }
  .meet_the_staff_8 .meet-staff-aff .external-link {
    display: none;
  }
  .meet_the_staff_8 .meet-staff-right-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: flex-start;
  }
  .meet_the_staff_8 .meet-staff-check-list p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .meet_the_staff_8 .meet-staff-check-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .meet_the_staff_8 .meet-staff-title {
    width: 100%;
  }
  .meet_the_staff_8 .meet-staff-title h3 {
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 130%;
      color: #2F1610;
      font-family: "Open Sans";
      text-transform: capitalize;
  }
  .dentist-aff a,
  .dentist-aff img {
    display: block;
  }
  .meet_the_staff_8 .meet-staff-right .main-btn {
    margin: 0;
  }
  .meet_the_staff_8 .meet-staff-left {
    display: block;
    height: min(53vw, 695px);
    width: min(50%, 624px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .loaded .westminister .meet_the_staff_8 .meet-staff-left {
    background-image: url('../images/how-bg-westminster.webp');
  }
  .loaded .thornton .meet_the_staff_8 .meet-staff-left {
    background-image: url('../images/how-bg-thornton.webp');
  }
  @media (max-width: 1200px) {
    .meet_the_staff_8 .meet-staff-flex {
      align-items: center;
    }
  }
  @media only screen and (max-width: 991px) {
    .meet_the_staff_8 .meet-staff-flex {
      flex-direction: column;
      gap: 50px;
    }
    .meet_the_staff_8 .meet-staff-right {
      width: min(100%, 632px);
    }
    .meet_the_staff_8 .meet-staff-left {
      width: min(100%, 624px);
      height: min(98vw, 695px);
    }
    .meet_the_staff_8 .meet-staff-box {
      margin: 0 auto;
    }
    .meet_the_staff_8 {
      padding: 30px 25px;
    }
    .meet_the_staff_8 .meet-staff-top-title h2 {
      font-size: 25px;
    } 
    .meet_the_staff_8 .meet-staff-title h3 {
      font-size: 22px;
    }
    .meet_the_staff_8 .meet-staff-right p,
    .meet_the_staff_8 .meet-staff-top-title p {
      font-size: 20px;
    }
  
  }
  /* End of meet_the_staff_8 Style */
  
  
  /* meet_the_staff_7_css
  ---------------------------------------------------------- */
  .meet_the_staff_7 {
      position: relative;
      background-color: #fff;
  }
  
  .meet_the_staff_7 .meet-the-staff-flex {
      display: flex;
      flex-direction: row-reverse;
      justify-content: center;
      align-items: center;
      width: min(100%, 2000px);
      margin: 0 auto 20px;
      gap: 20px;
  }
  .meet_the_staff_7 .meet-the-staff-flex.bottom {
      flex-direction: row;
  }
  
  .meet_the_staff_7 .meet-the-staff-left {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      width: min(50%, 960px);
      height: min(60vw, 460px);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 56px 0;
  }
  .loaded .meet_the_staff_7 .meet-the-staff-left {
      background-image: url('../images/implants-first-bg-cp.webp');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
  }
  .loaded .meet_the_staff_7 .meet-the-staff-right {
      background-color: #41838C;
  }
  .loaded .meet_the_staff_7 .bottom .meet-the-staff-left {
      background-image: url('../images/implants-second-bg-cp.webp');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
  }
  .loaded .meet_the_staff_7 .bottom .meet-the-staff-right {
      background-image: url('../images/implants-third-bg-cp.webp');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
  }
  
  .meet_the_staff_7 .meet-the-staff-right {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      width: min(50%, 960px);
      height: min(55vw, 460px);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 56px 0;
  }
  
  .meet_the_staff_7 .meet-the-staff-inner-box {
      display: flex;
      flex-direction: column;
      gap: 34px;
      height: 100%;
      justify-content: center;
      width: min(90%, 694px);
  }
  .meet_the_staff_7 .meet-the-staff-title {
    display: flex;
    flex-direction: column-reverse;
  }
  .meet_the_staff_7 .meet-the-staff-title h3 {
      color: #fff;
      font-size: 24px;
  }
  .meet_the_staff_7 .meet-the-staff-title h2 {
      margin: 0;
      color: #fff;
      line-height: 48px;
  }
  
  .meet_the_staff_7 .meet-the-staff-content p {
      margin: 0;
      color: #fff;
      line-height: 30px;
  }
  
  /* meet_the_staff_7 Responsive */
  @media (max-width: 1025px) {
      .meet_the_staff_7 {
          flex-wrap: wrap;
      }
      .meet_the_staff_7 .meet-the-staff-flex {
          flex-direction: column-reverse;
      }
      .meet_the_staff_7 .meet-the-staff-flex.bottom {
          flex-direction: column;
      }
  
      .meet_the_staff_7 .meet-the-staff-right {
          width: 100%;
      }
  
      .meet_the_staff_7 .meet-the-staff-left,
      .meet_the_staff_7 .bottom .meet-the-staff-right {
          width: 100%;
          height: 550px;
      }
      .meet_the_staff_7 .meet-the-staff-right {
          height: 460px;
          padding: 30px 0;
          justify-content: flex-start;
      }
      .meet_the_staff_7 .meet-the-staff-content p {
          font-size: 16px;
      }
      .meet_the_staff_7 .meet-the-staff-title h3 {
          font-size: 18px;
      }
  }
  @media (max-width: 600px) {
      .meet_the_staff_7 .main-btn, 
      .meet_the_staff_7 a.main-btn {
          margin: 15px 0;
      }
  }
  
  /* meet_the_staff_4 CANDIDATE
  ---------------------------------------------------------- */
  .meet_the_staff_4.candidate {
      background-color: #fff;
  }
  .meet_the_staff_4.candidate .meet-staff-flex {
      flex-direction: row-reverse;
  }
  .loaded .westminister .meet_the_staff_4.candidate .meet-staff-left {
      background-image: url('../images/candidate-bg-westminster.webp');
  }
  .loaded .thornton .meet_the_staff_4.candidate .meet-staff-left {
      background-image: url('../images/candidate-bg-thornton.webp');
  }
  /* End of meet_the_staff_4 CANDIDATE*/
  
  /* cta_welcome_1_css
  ---------------------------------------------------------- */
  .cta_welcome_1 {
      text-align: left;
      padding: 100px 0;
      position: relative;
      z-index: 1;
      background-color: #EAE9E6;
  }
  
  .cta_welcome_1 .container {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      margin: 0 auto;
      gap: 40px;
      max-width: 1600px;
      align-items: center;
  }
  
  .cta_welcome_1 .welcome-top-title {
      margin: 0;
  }
  
  .cta_welcome_1 .welcome-top-title h2 {
      font-family: "Open Sans";
      font-size: 35px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%; /* 52.5px */
      letter-spacing: 5px;
      text-transform: uppercase;
  }
  
  .cta_welcome_1 .welcome-top-title h3 {
      color: #41838C;
      font-size: 22px;
      margin-bottom: 30px;
  }
  
  .cta_welcome_1 p a,
  .cta_welcome_1 .welcome p a:visited {
      color: var(--black);
      font-weight: bold;
  }
  
  .cta_welcome_1 .welcome-button a {
      margin: 0 auto;
  }
  .cta_welcome_1 .welcome-content {
      max-width: 1000px;
      width: 100%;
  }
  .cta_welcome_1 .welcome-content p {
      margin: 0;
      font-size: 22px;
  }
  @media (max-width: 1025px) {
      .cta_welcome_1 {
          padding: 30px 0;
      }
      .cta_welcome_1 .container {
          flex-direction: column;
          gap: 30px;
      }
      .cta_welcome_1 .welcome-top-title h2 {
          font-size: 25px;
      }
      .cta_welcome_1 .welcome-content p {
          font-size: 20px;
      }
  }
  @media (max-width: 600px) {
      .cta_welcome_1 .main-btn,
      .cta_welcome_1 a.main-btn {
          margin: 15px 0;
      }
  }
  /* cta_welcome_9_css
  ---------------------------------------------------------- */
  .cta_welcome_9 {
      padding: 50px 0 100px;
      background-color: #EAE9E6;
      position: relative;
  }
  
  .cta_welcome_9 .container {
      position: relative;
      z-index: 1;
      max-width: 1500px;
      margin: 0 auto;
  }
  .cta_welcome_9-top-title {
      padding-bottom: min(5%, 48px);
      max-width: 1300px;
      width: 100%;
      margin: 0 auto;
  }
  .cta_welcome_9-top-title h2 {
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      margin: 0;
      text-align: center;
      font-family: "Open Sans";
      font-size: 35px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%; /* 52.5px */
      letter-spacing: 5px;
      text-transform: uppercase;
      color: #2F1610;
  }
  .cta_welcome_9-top-title p {
      font-size: 22px;
      margin: 0;
      text-align: center;
  }
  
  .cta_welcome_9-cards {
      display: flex;
      justify-content: space-between;
      gap: 30px;
      width: 100%;
  }
  
  .cta_welcome_9-card {
      width: min(100%, 450px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 20px;
      margin: 0;
  }
  .cta_welcome_9-card h3 {
      font-family: "Lato";
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 130%; /* 52px */
      text-transform: capitalize;
  }
  .cta_welcome_9-photo {
      height: min(80vw, 450px);
      width: min(100%, 450px);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .loaded .westminister .cta_welcome_9-photo.cta1 {
      background-image: url('../images/benefits-first-bg-westminster.webp');
  }
  
  .loaded .westminister .cta_welcome_9-photo.cta2 {
      background-image: url('../images/benefits-second-bg-westminster.webp');
  }
  
  .loaded .westminister .cta_welcome_9-photo.cta3 {
      background-image: url('../images/benefits-third-bg-westminster.webp');
  }
  .loaded .thornton .cta_welcome_9-photo.cta1 {
    background-image: url('../images/benefits-first-bg-thornton.webp');
}

.loaded .thornton .cta_welcome_9-photo.cta2 {
    background-image: url('../images/benefits-second-bg-thornton.webp');
}

.loaded .thornton .cta_welcome_9-photo.cta3 {
    background-image: url('../images/benefits-third-bg-thornton.webp');
}
  .cta_welcome_9-content {
      display: flex;
      flex-direction: column;
      gap: 22px;
      text-align: left;
      align-items: flex-start;
      justify-content: flex-start;
      height: min(100%, 355px);
  }
  
  .cta_welcome_9-content p {
      margin: 0;
      font-size: 22px;
  }
  @media all and (max-width: 991px) {
      .cta_welcome_9-cards {
          flex-direction: column;
          justify-content: center;
          align-items: center;
      }
      .cta_welcome_9-top-title h2 {
          font-size: 25px;
      }
      .cta_welcome_9-top-title p {
          font-size: 20px;
      }
      .cta_welcome_9-card h3 {
          font-size: 22px;
      }
  }
  @media (max-width: 600px) {
      .cta_welcome_9 {
          padding: 50px 0;
      }
  }
  

/* service_5_css
---------------------------------------------------------- */
.service_5 {
    padding: 100px 0;
    background-color: #fff;
    position: relative;
}
.service_5 .services-flex {
    width: min(100%, 1700px);
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    gap: 30px;
}
.service_5 .services-left {
    width: min(70%, 1150px);
}
.service_5 .services-right {
    width: min(100%, 550px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.service_5 .services-content-holder {
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px 0;
}
.service_5 .services-content-holder h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 52.5px */
    letter-spacing: 5px;
    text-transform: uppercase;
}
.service_5 .services-content-holder p {
    font-size: 22px;
}
.service_5 .services-slider .slick-list {
    width: 100%;
}
.service_5 .services-icon {
    width: min(100%, 350px);
    height: min(40vw, 475px);
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.service_5 .services-icon.doc1 {
    background-image: url('../images/goggins-cp.webp');
}
.service_5 .services-icon.doc2 {
    background-image: url('../images/chertok-cp.webp');
}
.service_5 .services-icon.doc3 {
    background-image: url('../images/aguirre-cp.webp');
}
.service_5 .services-icon.doc4 {
    background-image: url('../images/chae-cp.webp');
}
.service_5 .services-icon.doc5 {
    background-image: url('../images/retana-cp.webp');
}
.service_5 .services-right ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    list-style-type: none;
    gap: 5px 25px;
    flex-wrap: wrap;
}
.service_5 .services-right ul.slick-dots button {
    font-size: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    transition: ease-in-out 0.5s;
    border-radius: 50%;
    border: 2px solid #2F1610;
}
.service_5 .services-right ul.slick-dots button:hover,
.service_5 .services-right ul.slick-dots .slick-active button {
    background-color: #2F1610;
}
.service_5 .services-nav .slick-dots li {
    display: flex;
}
.service_5 .services-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
}
.service_5 .services-box:hover {
    text-decoration: none;
}
/* RESPONSIVE */
@media (max-width: 1300px) {
    .service_5 .services-left {
        width: min(60%, 1150px);
    }
    .service_5 .services-icon {
        height: min(31vw, 400px);
    }
}
@media (max-width: 1025px) {
    .service_5 .services-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .service_5 .services-left {
        width: 100%;
        padding: 0 25px;
        position: relative;
    }
}
@media (max-width: 991px) {
    .service_5 .services-bottom-box p {
        margin: 0;
    }
    .service_5 .services-icon {
        height: min(80vw, 400px);
    }
    .service_5:before {
        display: none;
    }
}
@media all and (max-width: 600px) {
    .service_5 {
        padding: 50px 0;
    }
    .service_5 .services-buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    }
}
/* end of service_5 */

  
  /* cta_welcome_1 FAQ 
  ---------------------------------------------------------- */
  .cta_welcome_1.faq {
      padding: 0 0 350px;
  }
  
  .cta_welcome_1.faq .container {
      display: flex;
      flex-direction: column;
      padding: 75px 25px;
      gap: 40px 0;
      max-width: 1350px;
  }
  .cta_welcome_1.faq .welcome-top-title {
      padding-bottom: min(5%, 30px);
      width: 100%;
      text-align: center;
  }
  .cta_welcome_1.faq .welcome-top-title h2 {
      font-size: 35px;
      font-weight: 700;
      line-height: 150%; /* 52.5px */
      letter-spacing: 5px;
      text-transform: uppercase;
  }
  .cta_welcome_1.faq .welcome-content {
      width: 100%;
      max-width: 1350px;
      text-align: center;
  }
  .cta_welcome_1.faq .welcome-content p {
      margin: 0 0 60px;
      font-size: 22px;
  }
  @media (max-width: 1025px) {
      .cta_welcome_1.faq .container {
          gap: 20px;
          padding: 30px 25px;
      }
      .cta_welcome_1.faq .welcome-top-title h2 {
          font-size: 25px;
      }
  }
  /* accordion_1_css
  ---------------------------------------------------------- */
  .accordion-item {
      color: #fff;
      margin-bottom: 10px;
  }
  
  .accordion-item-header {
      display: flex;
      align-items: flex-start;
      text-align: left;
      padding: 35px 50px;
      cursor: pointer;
      background: #2F1610;
      transition: all 0.3s ease-in-out;
  }
  .thornton .accordion-item-header {
      background: #41838C;
  }
  .accordion-item-header.active {
      background: #41838C;
  }
  .thornton .accordion-item-header.active {
      background: #2F1610;
  }
  .accordion-item-header p {
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .accordion-item-header h3 {
      margin: 0;
      flex-grow: 1;
      font-family: "Open Sans";
      font-size: 25px;
      font-style: normal;
      font-weight: 700;
      line-height: 132%; /* 33px */
      text-transform: uppercase;
      color: #fff;
  }
  .accordion-item-icon {
      margin-left: auto;
      transform: rotate(0deg);
      transition: all 0.3s ease;
      position: relative;
      font-size: 1.5em;
      width: 25px;
      height: 34px;
      display: block;
      text-align: center;
  }
  
  .accordion-item-body {
      padding: 0 50px 25px;
      display: none;
      color: #fff;
      background: #41838C;
      text-align: left;
  }
  .thornton .accordion-item-body {
      background: #2F1610;
  }
  .cta_welcome_1.faq .accordion-item-body p {
      margin: 0;
      font-size: 18px;
  }
  @media (max-width: 1025px) {
      .accordion-item-header {
          padding: 25px 25px;
      }
      .accordion-item-body {
          padding: 0 25px 25px;
      }
      .accordion-item-header h3 {
          font-size: 22px;
      }
  }


/* HEAR FROM YOU SECTION
-----------------------------------------*/
.hear-from-you {
    background-color: #EAE9E6;
}
.hear-box {
    position: relative;
z-index: 5;
background: #fff;
padding: 80px 0 50px;
box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
margin-top: -275px;
width: 90%;
place-self: center;
}

.hear-box::after {
content: '';
position: absolute;
width: 100%;
height: 16px;
bottom: 0;
left: 0;
}

.loaded .hear-box::after {
background: url(/wp-content/themes/charlie-child/images/wood-bg.jpg) top center;

}

.loaded.webp .hear-box::after {
background: url(/wp-content/themes/charlie-child/images/wood-bg.webp) top center;
}



.hear-top {
text-align: center;
color: #2F1610;
}

.hear-info {
max-width: 750px;
margin: 0 auto;
padding: 0 10px;

}

.hear-info h4 {
color: #2F1610; 
margin-bottom: 15px;
}

.c-info {
font-size: 14px;
line-height: 24px;
color: #41838C;
position: relative;
margin-left: 20px;
}

.hear-bottom {
margin-top: 30px;
}

.c-info.c-address::before {
content: url(/wp-content/themes/charlie-child/images/pin.svg);
position: absolute;
left: -20px;
top: 2px;
}

.c-info.c-phone::before {
content: url(/wp-content/themes/charlie-child/images/phone-b.svg);
position: absolute;
left: -20px;
top: 2px;
}

.c-info.c-email::before {
content: url(/wp-content/themes/charlie-child/images/email-b.svg);
position: absolute;
left: -20px;
top: 1px;
}

/* SM SECTION
-----------------------------*/

.sm-section {
    padding: 135px 15px 36px;
    /*padding: 50px;*/
    position: relative;
    margin-top: -85px;
  }
  
  .loaded .sm-section {
    background: url(/wp-content/themes/charlie-child/images/trees-bg.jpg) top
      center no-repeat;
    background-size: cover;
  }
  
  .loaded.webp .sm-section {
    background: url(/wp-content/themes/charlie-child/images/trees-bg.webp) top
      center no-repeat;
    background-size: cover;
  }
  
  .sm-section ul.foot-social {
      margin: 0 auto;
      text-align: center;
  }
  
  .sm-section h3 {
    color: #fff;
    margin-bottom: 15px;
  }
  
  .sm-section .foot-social svg {
    width: 31px;
    height: auto;
    fill: #41838c;
  }
  
  .sm-section .foot-social a {
    background-color: #fff;
  }