@import url(https://fonts.googleapis.com/css?family=Mulish:200,300,regular,500,600,700,800,900,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Nanum+Pen+Script:regular);
::-moz-selection {
  background: #007bff;
  color: #fff;
}
::selection {
  background: #007bff;
  color: #fff;
}

html {
  font-size: 80%;
  overflow-x: hidden;
}

html,
body,
input,
select,
textarea,
button {
  font-family: "Mulish", sans-serif;
  color: #333;
}

img {
  max-width: 100%;
}

a {
  color: #0072f7;
  font-weight: 700;
  text-decoration: none;
  box-shadow: inset 0 -0.0625rem 0 0;
}

a:has(img) {
  box-shadow: none;
}

.container {
  max-width: 43.375rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* footer {
  color: rgba(255, 255, 255, 0.5) !important;
  padding-bottom: 9rem !important;
  padding-top: 3rem !important;
} */

footer {
  padding: 2rem 0;
}

.d-flex {
  display: flex;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-sm-3, .col-sm-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.flex-column {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.card {
  position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.p-0 {
  padding: 0 !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.border-0 {
  border: 0 !important;
}
.bg-primary {
  background-color: #007bff !important;
}

.text-white {
  color: #fff !important;
}
.text-center {
  text-align: center !important;
}

hr {
  border-color: rgb(223, 223, 223) !important;
}

.banner-2 .logo, .banner-2 p {
  text-align: center;
}

.banner-2 .logo {
  margin-bottom: .5rem;
}

#headline h1 {
  font-family: "Domine", serif;
  margin: 0 0 0.75rem;
  line-height: 1.25;
  font-size: 40px;
  font-weight: 550;
}

#headline h2 {
    font-family: "Domine", serif;
  color: #D0021B;
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
}

header h2 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  margin: 0;
  opacity: 0.7;
  max-width: 18.75rem;
  line-height: 1.5;
}

.big-span {
  font-size: 23px;
  color: #2F8AE4;
  font-weight: 700;
  text-decoration: underline;
}

#subtitle {
  margin: 2em 0 0 0;
}

#subtitle hr {
  border-top: 1px solid #AAA;
  margin: 1.6em 0 0.8em 0;
}

#subtitle .text {
  font-size: 1.4em;
  line-height: 1.75em;
}

a.video-button {
  background-color: #ff4e6d;
  border-radius: 8px;
  color: white;
  display: block;
  margin: 0 auto 30px auto;
  padding: 10px 0;
  text-align: center;
  width: 80%;
}

.fb-article {
  padding-bottom: 1rem;
}

.fb-container {
  max-width: 694px!important;
  margin: 0!important;
}

.fb-card {
  margin-bottom: 40px;
}

.fb-content {
  position: relative;
  width: 90%;
}

.fb-photo {
  padding: 0 1em 0 0!important;
  width: 8%!important;
  max-width: none!important;
  flex: none!important;
}

.fb-photo img {
  width: 48px;
}

.fb-comment {
  background-color: #f1f1f6;
  border-radius: 20px;
  padding: 25px 15px 5px 15px;
}

.fb-comment p {
  font-size: 1em;
}

.fb-comment p span {
  color: #4d6aa3;
  font-size: 1.1em;
  font-weight: 500;
}

.fb-links {
  font-size: 0.8em;
  padding: 5px 0 0 30px;
}

.fb-icons {
  position: absolute;
  right: 5px;
  bottom: 0;
}

.reaction {
    position: relative;
}

.heart {
    margin-left: -8px; 
    z-index: 1; 
}

.like {
    z-index: 0;
}

article {
  padding: 2rem 0 4rem;
}
article h2,
article h3 {
  font-size: 1.3125rem;
  font-weight: 900;
  line-height: 1.57;
  margin: 0 0 1.875rem;
}
article p {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.66;
  margin: 0 0 1.5rem;
}
article figure {
  margin: 3.125rem auto;
  text-align: center;
  /* max-width: 23.75rem; */
}
article figure figcaption {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 1.25rem auto 0;
  max-width: 20rem;
}
article blockquote {
  background-color: #d9eaff;
  padding: 3.125rem 0 2rem;
  text-align: center;
  margin: 0 0 2.5rem;
}
article blockquote .container {
  position: relative;
  max-width: 22.5rem;
  width: 90%;
}
article blockquote .container:before,
article blockquote .container:after {
  content: "";
  background-image: url(./../img/quote-lightblue.svg);
  width: 2.625rem;
  height: 2.125rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  transform: translate(25%, -100%);
}
article blockquote .container:after {
  right: 0;
}
article blockquote .container:before {
  transform: translate(-25%, -100%) rotate(180deg);
  left: 0;
}
article blockquote p {
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  max-width: 38.125rem;
}
article blockquote p:last-of-type {
  margin: 0 auto;
}
article blockquote img {
  max-width: 4.875rem;
  width: 100%;
  display: block;
  border-radius: 50%;
  margin: 1.875rem auto 0;
}
article blockquote cite {
  font-size: 1.25rem;
  font-weight: 900;
  max-width: 15.3125rem;
  display: block;
  margin: 0.75rem auto 0;
  font-style: normal;
}
article .before-after {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 5rem 0 2.5rem;
  position: relative;
}
article .before-after:before {
  content: "";
  background-image: url(./assets/img/right-arrow_v2.svg);
  width: 30%;
  max-width: 9.375rem;
  height: 1.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -1.125rem;
  left: 50%;
  transform: translate(-50%, -100%);
}
article .before-after .before,
article .before-after .after {
  max-width: 50%;
  position: relative;
  --text: attr(data-text);
}
article .before-after .before:before,
article .before-after .after:before {
  content: var(--text);
  display: block;
  position: absolute;
  top: -0.625rem;
  left: 50%;
  transform: translate(-50%, -100%);
  font-family: "Nanum Pen Script", cursive;
  font-size: 2.5rem;
  font-weight: 400;
  color: #fa727b;
}
article .questions-list .question h3 {
  line-height: 1.66;
  margin: 0 0 2.5rem;
}
article .questions-list .question h3:before {
  content: "P: ";
  color: #9593b7;
}
article .questions-list .question p {
  margin: 0 0 1.875rem;
}
article .questions-list .question p span.highlight {
  background: rgba(78, 75, 135, 0.6);
  padding: 0.125rem 0.4375rem;
  border-radius: 0.3125rem;
  color: #fff;
  font-weight: 600;
}
article .video-container {
  margin: 1.875rem 0;
}
article .video-container p {
  text-align: center;
  font-size: 1rem;
  margin: 1.25rem 0 0;
}
article .video-container > a {
  box-shadow: none;
}
article a {
  font-size: 1.3125rem;
  line-height: 1.66;
}

#about {
  background: #d9eaff;

}
#about .container {
  padding: 1.25rem 0 3.125rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
}
#about img {
  width: 100%;
  /* margin: 0 auto 1.875rem; */
  display: block;
}
#about h2 {
  color: #0846ff;
  font-size: 1.3125rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  margin: 0 0 0.875rem;
}
#about p {
  font-size: 1.3125rem;
  line-height: 1.66;
  text-align: center;
  font-weight: 500;
  max-width: 23.125rem;
  margin: 0 auto;
}

.floating-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0rem -1rem 2.125rem -0.625rem rgba(0, 0, 0, 0.15);
  padding: 1.375rem 0;
  z-index: 9999;
  transform: translateY(150%);
  transition: transform 0.2s ease-in-out;
}
.floating-button.show {
  transform: translateY(0);
}

.floating-button a {
  text-decoration: none;
  background-color: #ff4e6d;
  color: #fff;
  text-align: center;
  width: 70%;
  max-width: 23.125rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3125rem;
  font-weight: 800;
  line-height: 1;
  padding: 1.375rem 0;
  gap: 0.75rem;
  font-size: 1.375rem;
}

.doctor {
  margin-bottom: 1rem;
}

@media (max-width: 600px) {
  #headline h1 {
    font-size: 28px;
  }
}

@media (min-width: 375px) {
  html {
    font-size: 92%;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 856px) {
  header h1 {
    margin: 0 0 0.75rem;
    max-width: 36.25rem;
    font-size: 2.375rem;
  }
  header h2 {
    font-size: 1.25rem;
    max-width: 28.75rem;
  }
  
  article .before-after {
    margin: 6.875rem auto 2.5rem;
    gap: 2.5rem;
    max-width: 90%;
  }
  article .before-after:before {
    max-width: 15.625rem;
    height: 1.5625rem;
    top: -2rem;
  }
  article .before-after .before:before,
  article .before-after .after:before {
    top: -0.875rem;
    font-size: 3.125rem;
  }
  /* article .video-container {
    max-width: 90%;
    margin: 2.5rem auto 1.875rem;
  } */
  article blockquote .container {
    position: relative;
    max-width: 40rem;
    width: 100%;
  }
  article blockquote .container:after {
    transform: translate(100%, -100%);
  }
  article blockquote .container:before {
    transform: translate(-100%, -100%) rotate(180deg);
  }
    /*#about .container {
   display: grid;
    grid-template-columns: 8.125rem auto;
    grid-template-rows: auto;
    gap: 1.125rem 1.875rem;
    grid-auto-flow: row;
    grid-template-areas: "img h2" "img p"; 
  } */
  /* #about .container img {
    grid-area: img;
    max-width: 100%;
    margin: 0;
  } */
  #about .container h2 {
    grid-area: h2;
    margin: 1.5625rem 0 0 0;
    text-align: left;
  }
  #about .container p {
    grid-area: p;
    margin: 0;
    text-align: left;
    max-width: 100%;
  }

}
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
  header {
    /* padding: 2rem 0 3.125rem; */
    background-position: center, right 35% top;
  }

  header h1 {
    margin: 0 0 0.9375rem;
    max-width: 100%;
    font-size: 3.375rem;
  }
  header h2 {
    font-size: 1.4375rem;
    max-width: 100%;
  }
  header.banner-2 {
    /* padding: 2rem 0 4.5rem; */
  }
  header.banner-2 h1 {
    font-size: 3.5625rem;
    max-width: 100%;
  }
  header.banner-2 h1 br {
    display: block;
  }
}

@media (min-width: 768px) {
  .doctor {
    flex-direction: row;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

}

@media (max-width: 768px) {
  #about .container {
   flex-direction: column;
   gap: 1rem;
 } 

 #about img {
  max-width: 40%;
}

header.banner-2 {
  /* background-position: center, right 23% top; */
}

.fb-photo {
  width: 20%!important;
}
}