/**
* Template Name: Mamba - v4.7.0
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

a {
  color: #19e5e5;
  text-decoration: none;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

.orange a:hover {
  color: #19e5e5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Raleway", sans-serif;
}

.orange {
  color: #ff6600;
}

.bleu {
  color: #19e5e5;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #343a40;
}

.underline {
  text-decoration: underline;
  text-decoration-color: #ff6600;
  font-weight: 600;
}

.cursor {
  cursor: pointer;
}

#exampleModal h5 {
  color: #ff6600;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #ff6600;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  transform: scale(1.15);
  transition: all 0.4s;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  height: 40px;
  padding: 0;
}

#topbar .contact-info a {
  line-height: 0;
  color: #444;
  transition: 0.3s;
}

#topbar i {
  color: #19e5e5;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #5c768d;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #19e5e5;
}

@media (max-width: 768px) {
  #topbar {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 75px;
  background: #fff;
  z-index: 997;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #19e5e5;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 5px 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #444;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #ff6600;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: 100%;
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #ff6600;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #1f3548;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(31, 53, 72, 0.9);
  transition: 0.3s;
  z-index: 998;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1f3548;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #19e5e5;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #19e5e5;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 600px;
  padding: 0;
}

#hero .img-fond {
  height: 600px;
  width: 100%;
  background: linear-gradient(
      190deg,
      rgba(255, 255, 255, 0.1) 20%,
      rgba(255, 255, 255, 0.6) 100%
    ),
    url(/assets/img/photocabinetint2.webp);
  background-position: center;
  background-size: cover;
}

/* #hero .titre {
  text-align: end;
  padding-top: 150px;
  padding-right: 50px;
} */

#hero .titre {
  text-align: center;
  padding-top: 20px;
  padding-right: 0px;
}

#hero h1 {
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: bold;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #19e5e5;
}

#hero .btn-get-started:hover {
  background: #1c5c93;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

#faq article {
  margin-bottom: 35px;
}

aside {
  display: flex;
  height: 100%;
  align-items: center;
}

aside img {
  max-width: 100%;
}

.h5 {
  font-weight: bold;
  padding: 10px;
  border: 2px solid #ff6600;
  border-radius: 40px;
}

/* @media (min-width: 1080px) {
  .fixed-img {
    position: fixed;
    top: 10%;
    z-index: 1;
    transition: all 500ms;
    max-width: 100%;
  }
} */

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f5f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #ff6600;
}

.section-title p {
  margin-bottom: 0;
}

.section-cercles {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}

.section-cercles .cercle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border: 3px solid #19e5e5;
  border-radius: 50%;
  overflow: hidden;
  transition: background-color 400ms;
}

.section-cercles .cercle:hover {
  background-color: #19e5e5;
  transform: rotate(12deg);
  transition: all 400ms;
}

.cercle-img {
  width: 85%;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-bottom: 30px;
}

.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.about .video-box img {
  padding: 15px 0;
}

.about .section-title p {
  text-align: left;
  font-style: italic;
  color: #666;
}

.about .about-content {
  padding: 40px;
}

.about .icon-box + .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 6px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #19e5e5;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #19e5e5;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #19e5e5;
}

.about .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .about .about-content {
    padding: 30px 10px;
  }
}

/*--------------------------------------------------------------
# About Lists
--------------------------------------------------------------*/
.about-lists {
  padding: 40px;
}

.about-lists .row {
  overflow: hidden;
}

.about-lists .content-item {
  padding: 40px;
  border-left: 1px solid #d9e8f4;
  border-bottom: 1px solid #d9e8f4;
  margin: -1px;
}

.about-lists .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #9eccf4;
}

.about-lists .content-item h4 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}

.about-lists .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .about-lists .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #19e5e5;
  box-shadow: 0px 0px 30px rgba(25, 229, 229, 0.5);
  overflow: hidden;
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services .img {
  width: 60%;
}

.services .icon-box:hover .icon {
  box-shadow: inset 0px 0px 15px rgba(25, 229, 229, 0.5);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #19e5e5;
  text-decoration: underline;
}

.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #19e5e5;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .services {
    padding-bottom: 0px;
  }
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0 30px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  position: absolute;
  bottom: -48px;
  left: 20px;
  right: 20px;
  background: linear-gradient(
    360deg,
    #5c768d 0%,
    rgba(92, 118, 141, 0.9) 35%,
    rgba(140, 167, 191, 0.8) 100%
  );
  padding: 15px 0;
  border-radius: 4px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #19e5e5;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  color: #9eccf4;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .team {
    padding: 40px 20px;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-bottom: 30px;
}

.faq .faq-item {
  margin-bottom: 20px;
}

.faq-item-img img {
  border-radius: 30px;
}

.faq .faq-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f3548;
}

.faq h3 {
  text-align: center;
  font-style: italic;
  color: #ff6600;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

.dividertest {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.faq .divider {
  width: 60px;
  height: 2px;
  background-color: #ff6600;
}

.btn-suite {
  background-color: transparent;
  border: 2px solid #19e5e5;
  color: #444;
  font-size: small;
  transition: all 500ms;
  border-radius: 10px;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.btn-suite:hover {
  background-color: #19e5e5;
  transition: all 500ms;
}

@media (max-width: 768px) {
  #faq {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/

.form-iframe {
  min-height: 350px;
}

.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  width: 100%;
}

.contact .info-box i {
  font-size: 25px;
  color: #19e5e5;
  border-radius: 50%;
  padding: 5px;
  border: 2px dotted #19e5e5;
  margin-right: 10px;
}

.info-box .header {
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  padding-left: 40px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  background-color: rgba(25, 229, 229, 0.1);
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #19e5e5;
  border: 0;
  padding: 10px 30px;
  color: #444;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ff6600;
  color: #fff;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#footer {
  background: #19e5e5;
  padding: 20px 30px;
  color: #444;
  font-size: 14px;
}

#footer .footer-info {
  display: flex;
  justify-content: flex-end;
}

#footer .copyright {
  text-align: center;
  padding-top: 20px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #9eccf4;
}

#footer .row {
  max-height: 100px;
}

@media (max-width: 768px) {
  #footer .footer-info {
    display: none;
  }

  #contact iframe {
    height: 270px;
  }

  #contact .col-lg-6:nth-child(1) {
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
# Therapeute
--------------------------------------------------------------*/
#thera {
  padding: 40px 0px;
  min-height: 650px;
}

#thera h1,
#faq h1 {
  color: #ff6600;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.thera .divider {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #ff6600;
  margin-bottom: 50px;
  transition: all 300ms;
}

.thera .faq-item {
  margin-bottom: 40px;
}

#thera .member-list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#thera .member-info {
  width: 40%;
  height: 290px;
  box-shadow: 0px 5px 20px rgba(25, 229, 229, 0.4);
  border-radius: 35px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transition: all 300ms;
}

#thera .info-coach {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#thera .member-info:hover {
  box-shadow: 0px 5px 20px rgba(225, 102, 0, 0.5);
  transition: all 300ms;
}

#thera .member-info:hover .divider {
  background-color: #19e5e5;
  transition: all 300ms;
}

.member-info .info-day {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: space-around;
}

.day {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-bottom: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 16px;
}

.day-open {
  background-color: #67b99a;
}

.day-closed {
  background-color: #ef476f;
}

.day-letter {
  font-size: small;
  text-align: center;
}

.text-base {
  opacity: 1;
}

.text-hover {
  display: none;
}

.info:hover .text-base {
  opacity: 0;
  display: none;
}

.info:hover .text-hover {
  display: inline-block;
}

.icone {
  border: 1px solid #19e5e5;
  border-radius: 50%;
  padding: 20px;
  box-shadow: 0px 0px 30px rgba(25, 229, 229, 0.5);
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  transition: all 500ms;
}

.icone:hover {
  box-shadow: 0px 0px 30px rgba(225, 102, 0, 0.5);
  border: 1px solid #ff6600;
  transition: all 500ms;
}

.icone-list {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}

.icone img {
  width: 100%;
}

.info {
  border: 1px dotted #19e5e5;
  border-radius: 5px;
  cursor: pointer;
}

.info a {
  text-decoration: none;
  color: black !important;
  transition: all 0.3s;
}

.info a:hover {
  color: #19e5e5 !important;
  transition: all 0.3s;
}

.info .bi {
  color: #19e5e5;
  margin-right: 10px;
}

.carousel {
  margin-top: 40px;
  height: auto;
}

.carousel h5 {
  color: #ff6600;
}

.amandinelogo {
  border-radius: 50px;
}

@media (max-width: 821px) {
  #thera .member-info {
    margin-bottom: 20px;
  }

  #thera .icone-list {
    margin-bottom: 20px;
  }

  #contact .col-lg-6:nth-child(1) {
    margin-bottom: 20px;
  }

  #imgemotion {
    width: 70%;

    margin-bottom: 20px;
  }

  .amandinelogo {
    border-radius: 50px;
    width: 70%;
  }
}

@media (max-width: 768px) {
  .form-iframe {
    min-height: 400px;
  }

  #imgcycle {
    width: 90% !important;
  }

  #imgemotion {
    margin-bottom: 20px;
  }

  #thera {
    padding: 40px 10px;
  }

  #thera h1 {
    font-size: 35px;
  }

  #thera h2 {
    font-size: 30px;
  }

  #thera .member-list {
    flex-direction: column;
  }

  #thera .member-list .member-info {
    margin-bottom: 15px;
  }

  #thera .container .row:nth-child(6) {
    margin-bottom: 5px !important;
  }

  .kinerow {
    margin-bottom: 5px !important;
  }

  #thera .col-lg-4 {
    margin-bottom: 40px;
  }

  #thera .col-lg-8 {
    text-align: center;
  }

  #thera .member-info {
    width: 95%;
  }
}

#faq2:after {
  display: block;
  content: "";
  border-bottom: 2px solid #ff6600;
  animation: test2 8s ease-in-out 2s infinite backwards;
}

@keyframes test2 {
  0% {
    transform: scale(0);
    transform-origin: 0% 50%;
  }

  25% {
    transform: scale(1);
    transform-origin: 100 50%;
  }

  50% {
    transform: scale(0);
    transform-origin: 100% 50%;
  }

  75% {
    transform: scale(1);
    transform-origin: 100 50%;
  }

  100% {
    transform: scale(0);
    transform-origin: 0% 50%;
  }
}
