:root {
  --primary-color: #033683;
  --primary-color-light: #d9e1ec;
  --secondary-color: #0a6555;
  --text-color: #333333;
  --Black: #28282b;
  --secondary-color-light: #e6ebf3;
}

body {
  font-family: "Satoshi", sans-serif;
  overflow-x: hidden;
}
.navbar {
  background: var(--primary-color-light);
  padding: 0;
}
.kope-navbar {
  display: flex;
  justify-content: space-between;
  padding: 15px 100px;
  background: var(--primary-color-light);
  z-index: 100000;
  width: 100vw;
}
.kope-navbar.sticky {
  position: fixed;
  top: 0;
  width: 100vw;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  animation: fadeInDown 1.2s;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.logo img {
  width: 270px;
}
.nav-link {
    margin-top: -10px;
}
.nav-link a {
  color: var(--Black);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  opacity: 0.8;
  text-align: center;
  padding: 15px;
}

.book-button button {
  border-radius: 8px;
  background: var(--primary-color);
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding: 10px 15px;
  border: none;
  margin-top: 10px;
}
.book-button {
  opacity: 1 !important;
}
.slide-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.slide1-text-banner {
  text-align: center;
  background: #01183b;
  margin-top: -20px;
  padding: 30px 30px 40px 30px;
}
.slide1-text-banner h3 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.slide1-text-banner p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.slide1-text-banner button {
  border: none;
  background: var(--primary-color);
  color: #fff;
  padding: 12px 55px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  border-radius: 8px;
}
.home-slide {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: none;
}
.home-slide.active {
  opacity: 1;
  display: block;
}
.slide2-text-banner {
  background: var(--foundation-green-darker, #04231e);
}
.slide3-text-banner {
  background: #2f3b01;
}
.slide4-text-banner {
  background: #3b0135;
}
.home-mission {
  padding: 50px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  text-align: center;
}
.home-mission p {
  color: var(--secondary-color);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding: 5px 15px;
  border-radius: 36px;
  background: rgba(10, 101, 85, 0.1);
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  text-align: center;
  margin-top: 20px;
}
.home-mission h3 {
  color: #28282b;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  margin-top: 15px;
  margin-bottom: 30px;
}
.home-mission h4 {
  color: var(--secondary-color);
  text-align: center;
  font-family: Recoleta;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0.64px;
  padding: 0 180px;
}
.qualities h4 {
  color: var(--secondary-color);
  font-family: "Satoshi", sans-serif !important;
  font-size: 28px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  padding: 0 !important;
  text-align: left !important;
}
.qualities img {
  border: 4px solid #0a6555;
  border-radius: 50%;
  padding: 5px;
  width: 48px;
  height: 48px;
  text-align: left;
  display: flex;
}
.qualities p {
  background: transparent;
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
  padding: 0;
}
.qualities {
  margin-top: 20px;
}
.qualities-learn-more {
  margin-top: 50px;
}
.qualities-learn-more button {
  border-radius: 8px;
  background: var(--primary-color);
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  border: none;
  padding: 10px 15px;
  text-align: center;
}
.qualities-learn-more button i {
  margin-top: 5px;
  font-size: 18px;
}
.home-services {
  padding: 50px 100px;
}
.home-services h3 {
  text-align: center;
  color: #28282b;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}
.home-services p {
  text-align: center;
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.service-tag {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
.service-right h4 {
  color: #28282b;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  textp-align: left;
}
.service-right p {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
}
.service-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  margin-bottom: 0;
  /*margin-left: -40px;*/
}
.service-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  margin-bottom: 0;
}
.service-tag {
  margin-top: 20px;
}
.service-tag p {
  border-radius: 8px;
  background: rgba(76, 128, 119, 0.2);
  padding: 5px 10px;
  color: var(--secondary-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 !important;
}
.service-right button {
  background: none;
  border-radius: 8px;
  border: 1px solid var(--primary-color);
  padding: 10px 28px;
  color: var(--primary-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 30px 0 0 0;
  width: fit-content;
}
.service-left h4 {
  color: #28282b;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  text-align: left;
}
.service-left p {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
}
.service-2 {
  margin-top: 50px;
}
.service-left button {
  background: none;
  border-radius: 8px;
  border: 1px solid var(--primary-color);
  padding: 10px 28px;
  color: var(--primary-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 30px 0 0 0;
  width: fit-content;
}
.service-3 {
  margin-top: 50px;
}
.see-all {
  text-align: center;
  margin-top: 70px;
}
.see-all button {
  border-radius: 8px;
  background: var(--primary-color);
  padding: 8px 15px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.affirmation-text {
  display: flex;
}
.daily-affirmation h3 {
  color: #28282b;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}
.daily-affirmation {
  text-align: center;
  margin: 40px 100px;
}
.affirmation-text p {
  color: var(--secondary-color);
  text-align: center;
  font-family: Recoleta;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0.64px;
  margin-top: 15px;
}
.affirmation-text svg {
  margin-top: -30px;
}
.reviews {
  background: var(--secondary-color-light);
  padding: 20px 100px;
  text-align: center;
  margin-top: 70px;
}
.reviews h3 {
  color: var(--Black);
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  margin-top: 50px;
}
.review-text p {
  color: var(--primary-color);
  text-align: center;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 105%;
  padding: 60px 240px 10px 240px;
}
.client-details p {
  padding: 0;
  color: var(--primary-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 10%;
}
.client-details span {
  color: var(--primary-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #444;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  cursor: pointer;
  opacity: 0.2;
}

.dot.active {
  background-color: var(--primary-color);
  opacity: 1;
}
.review-text {
  display: none;
  text-align: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  margin: 70px 0 100px 0;
}

.review-text.active {
  display: block;
  opacity: 1;
}
.navigation {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: -20% auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.navigation button {
  background: none;
  border: none;
  color: var(--primary-color);
  font-size: 28px;
}
.dot-indicator {
  margin: 90px 0 0 0;
}
.resources {
  margin: 50px 100px;
  text-align: center;
}
.resources h4 {
  color: var(--Black);
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}
.resources p {
  color: var(--Black);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 50px;
  padding: 0 300px;
}

.mental-health span {
  color: rgba(3, 54, 131, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: left !important;
  width: fit-content !important;
  display: flex;
}
.mental-health span i {
  margin-left: 10px;
  font-size: 25px;
}
.mental-health-row {
  margin-top: 30px !important;
}
.mental-health-box img {
  width: 100%;
}
.mental-health-text {
  background: var(--White, #fff);
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.25);
  padding: 15px;
  height: 250px;
}
.mental-health-text h4 {
  color: var(--primary-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: left;
}
.mental-health-text h5 {
  color: var(--Black);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  text-align: left;
}
.mental-health-text p {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
  padding: 0 !important;
  margin-bottom: 24px;
}
.mental-health-lower {
  display: flex;
  justify-content: space-between;
}
.mental-health-lower span {
  color: #444;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  text-align: center;
  margin-top: 10px;
}
.mental-health-lower button {
  padding: 7px 15px;
  border: 2px solid var(--primary-color);
  background: none;
  border-radius: 8px;
  color: var(--Primary-Color);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.health-wellness {
  margin-top: 100px;
}
.read-more-article {
  border: none;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding: 10px 15px;
  background: var(--primary-color);
  margin-top: 80px;
  border-radius: 8px;
}
.meet-team h4 {
  color: var(--Black);
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}
.meet-team {
  margin: 0 100px;
  text-align: center;
}
.team-image img {
  width: 294px;
  height: 294px;
  border-radius: 50%;
  object-fit: cover;
}
.team-image {
  margin-top: 50px;
}
.team-image p {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  margin-bottom: 0 !important;
  margin-top: 10px;
}
.team-image span {
  color: var(--Black);
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.meet-team button {
  color: var(--primary-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding: 8px 10px;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  margin-top: 50px;
  background: none;
  margin-bottom: 50px;
}
.home-faq {
  text-align: center;
  margin: 50px 100px;
}
.home-faq h4 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  margin-top: 15px;
}
.faq-row p {
  color: var(--Black);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  text-align: left !important;
}
.faq-row button i {
  background: var(--primary-color);
  color: #fff;
  padding: 5px 6px 3px 6px;
  border: none;
  border-radius: 50%;
}
.faq-row button {
  background: none;
  border: none;
}
.faq-row {
  border-bottom: 1px dashed #444;
}
.faq-col {
  display: flex;
  justify-content: space-between;
  padding: 25px 20px;
  margin-top: 20px;
}
.faq-col-last {
  border: none !important;
}
.home-faq-button {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  background: var(--primary-color);
  border: none;
  border-radius: 8px;
  padding: 8px 15px;
  margin-top: 30px;
}
.kope-footer {
  background: var(--primary-color-light);
  padding: 50px 100px;
}
.newsletter {
  text-align: left;
  display: flex;
  justify-content: right;
  flex-direction: column;
  margin-left: 40%;
}
.newsletter h4 {
  color: var(--Black);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}
.newsletter p {
  color: var(--Black);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.newsletter input[type="email"] {
  padding: 10px 15px;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  background: transparent;
}
.newsletter input[type="submit"] {
  padding: 10px 15px;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  background: var(--primary-color);
  color: #fff;
}
.newsletter input {
  margin-top: 20px;
}
.first-section {
  border-bottom: 1px solid var(--primary-color);
  padding: 0 10px 40px 10px;
}
.second-section {
  margin-top: 30px;
}
.second-section h4 {
  color: var(--Black);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}
.footer-link a {
  text-decoration: none;
  color: var(--Black);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  opacity: 0.8;
  padding: 10px 0;
}
.social-image img {
  padding: 0 5px 0 2px;
}

/* -------------------------- SERVICE PAGE -------------------- */

.service-page-tag {
  flex-direction: column !important;
}

.service-page-first-section {
  margin-top: 150px;
  padding: 0 30px;
}
.service-page-first-section-image {
  display: flex;
  justify-content: left;
  text-align: left;
}
.service-2-service-page {
  margin-bottom: 70px;
}
.service-page {
  margin-top: 50px;
}

/* ------------- ABOUT US PAGE -------------- */

.aboutus-content {
  margin: 50px 100px;
}
.about-hero-image img {
  width: 100%;
}
.about-company h4 {
  color: var(--Black);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-top: 30px;
}
.about-company p {
  color: var(--Grey, #444);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.about-company h5 {
  color: var(--Black, #28282b);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}
.about-company button {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding: 10px 15px;
  border: none;
  border-radius: 8px;
  background: var(--primary-color);
}
.our-mission {
  text-align: center;
}
.our-mission p {
  padding: 8px 15px;
  border-radius: 36px;
  background: rgba(10, 101, 85, 0.1);
  color: var(--secondary-color);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  width: fit-content;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 70px;
}
.our-mission h3 {
  text-align: center;
  color: var(--Black, #28282b);
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  margin-top: 15px;
}
.our-mission h5 {
  text-align: left;
  color: var(--secondary-color);
  font-family: Recoleta;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0.64px;
  padding: 20px 0;
}
.we-care h3 {
  color: var(--Black);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}
.we-care p {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.we-care {
  margin-top: 50px;
}

.vission {
  text-align: center;
  margin: 20px 100px;
}
.vission h2 {
  color: var(--Black);
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}
.vission p {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
}
.vission h4 {
  color: var(--Black);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  text-align: left;
  margin: 25px 0 10px 0;
}

/* ------- CONTACT US ---------- */
.contact-hero {
  background: var(--secondary-color-light);
  padding: 70px 130px;
}
.contact-hero-text {
  margin-top: 130px;
}
.contact-hero-text h4 {
  color: var(--Black);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.contact-hero-text p {
  color: var(--Grey, #444);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.contact-form-first {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 30px 60px 0px rgba(40, 40, 43, 0.2);
  padding: 50px;
  width: 50%;
  z-index: 999;
}
.contact-form-first h4 {
  color: var(--Black);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}
.contact-form {
  margin: -30px 130px;
  display: flex;
  margin-bottom: 50px;
}
.contact-submit {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}
.contact-submit button {
  border-radius: 8px;
  background: var(--primary-color);
  color: #fff;
  padding: 8px 25px;
  border: none;
}
.contact-form-first label {
  color: var(--Black, #28282b);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  margin-top: 20px;
}
.contact-form-first form {
  margin-top: 30px;
}
.contact-form-first input {
  border: 1px solid var(--primary-color);
  padding: 10px 15px;
}
.contact-form-first input::placeholder {
  font-size: 14px;
}
.contact-form-first textarea {
  border: 1px solid var(--primary-color);
}
.contact-form-second {
  padding: 50px 100px;
  border-radius: 0px 24px 24px 0px;
  background: #04231e;
  margin: 200px 0;
  width: 50%;
}
.contact-form-second h4 {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}
.contact-form-second p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 6px;
  margin-top: 10px;
}
.contact-form-second h4 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  margin-top: 25px;
}

/* -------FAQ SECTION ---------- */
.faq-hero {
  padding: 50px 100px;
}
.faq-hero-text {
  margin-top: 150px;
}
.faq-hero-text h2 {
  color: var(--Black);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.faq-hero-text p {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

/* -----------RESOURCE PAGE SECTION ----------- */

.resource-hero {
  padding: 50px 100px;
  background: var(--secondary-color-light);
}

.resource-hero h1 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px;
}

.resource-hero-text {
  margin-top: 150px;
}
.resource-hero-text h4 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
}
.review-contact-form {
  margin-top: 50px;
}

.resource-hero-text p {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.resource-hero-text button {
  border: none;
  background: var(--primary-color);
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding: 8px 16px;
  border-radius: 8px;
  margin-top: 20px;
}
.article-body h4 {
  color: var(--Black);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  padding: 20px 0;
}

.article-body {
  padding: 50px 100px 0 100px;
}
.article-tags {
  display: flex;
}

.article-tags p {
  margin: 0 30px 0 0;
}

.mental-care {
  padding: 7px 15px;
  border-radius: 36px;
  background: var(--secondary-color-light);
  box-shadow: 0px 30px 40px -5px rgba(40, 40, 43, 0.1);
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
}
.psychiatric-evaluation {
  padding: 7px 15px;
  border-radius: 36px;
  background: #e7f0ee;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.health-wellness-tag {
  padding: 7px 15px;
  border-radius: 36px;
  background: #ebe7f0;
  color: var(--primary-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.counseling-therapy {
  padding: 7px 15px;
  border-radius: 36px;
  background: #f0e7e9;
  color: #c2052f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.resource-article-page {
  margin-top: 0 !important;
  margin-bottom: 100px !important;
}
.faq-row {
  margin: 0px 200px;
}
.service-left {
  margin-top: 50px;
}

/* ---------- MOBILE RESPONSIVENESS */
@media screen and (max-width: 1300px) {
  .row {
    flex-direction: column !important;
    width: 100%;
    justify-content: center;
    margin: auto;
  }
  .service-right button {
    width: fit-content;
  }
  .service-right h4 {
    margin-top: 20px;
  }
  .review-text svg {
    width: 20px;
  }
  .contact-form-second {
    width: 90% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    margin: auto !important;
    margin-top: -50px !important;
  }
  .service-2,
  .service-3,
  .service-1 {
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
  }
  .qualities-learn-more button {
    font-size: 14px;
  }
  .qualities-learn-more button i {
    margin-top: 5px;
    font-size: 13px;
  }
  .book-button button {
    font-size: 14px;
  }
  .client-details {
    line-height: 1px !important;
  }
  .client-details p {
    line-height: 1px;
  }
  .client-details span {
    line-height: 1px;
  }
  .navigation button {
    font-size: 18px;
  }
  .service-2 img {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .service-3 img {
    width: 100%;
  }
  .service-1 img {
    width: 100%;
  }
  .service-2 {
    flex-direction: column-reverse !important;
  }
  .nav-link {
    display: none;
  }
  .home-services {
    padding: 20px 10px;
    justify-content: center;
    overflow-x: hidden;
  }
  .service-2-service-page {
    margin-bottom: 10px;
  }
  .service-left {
    width: 100%;
  }
  .service-page {
    width: 100vw;
  }
  footer {
    width: 100%;
  }

  .service-page-first-section {
    margin-top: 10px;
    padding: 0 10px;
  }
  .service-page-first-section-image-mobile {
    width: 100%;
  }
  .first-section {
    flex-direction: column;
  }
  .kope-footer {
    width: 100vw;
    padding: 50px 30px;
  }
  .newsletter {
    margin-left: 0;
  }
  .col-7,
  .col-5,
  .col-6 {
    width: 100% !important;
  }

  .kope-navbar {
    padding: 15px 20px;
  }
  .mobile-menu-button button {
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: auto;
    margin-top: 10px;
  }
  .contact-form {
    flex-direction: column;
    width: 100%;
    margin: -20px 0;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-hero-mobile {
    flex-direction: column-reverse !important;
  }
  .contact-hero-text {
    margin-top: 20px;
    padding-bottom: 60px;
  }
  .col img {
    /* width: 100vw; */
  }
  .contact-hero {
    padding: 10px 20px;
  }
  .contact-hero img {
    width: 100%;
  }
  .contact-form-first {
    width: 100%;
    z-index: 1000;
  }
  .contact-form-second {
    width: 90%;
    margin: -50px 0 50px 0;
    padding: 50px 20px;
    border-radius: 20px;
  }
  .first-section {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
  .contact-hero-text h4 {
    color: var(--Black);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
  }
  .home-mission h4 {
    padding: 0 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 105%;
    letter-spacing: 0.36px;
  }
  .home-mission {
    padding: 50px 10px;
  }
  .daily-affirmation h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .daily-affirmation svg {
    display: none;
  }
  .affirmation-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 14.7px */
    letter-spacing: 0.28px;
  }
  .reviews {
    padding: 20px 20px;
  }
  .reviews h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
  }
  .review-text p {
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 105%;
    padding: 10px 10px;
  }
  .review-text {
    margin: 70px 20px 0;
  }
  .qualities .col-4 {
    width: 100%;
  }
  .resources p {
    padding: 0 10px;
  }
  .resources {
    margin: 50px 0;
  }
  .resources-mobile p {
    padding: 0 10px;
  }
  .resources-mobile {
    margin: 50px 20px;
  }
  .health-wellness {
    display: none;
  }
  .mental-health-box3 {
    display: none;
  }
  .mental-health-box {
    margin-bottom: 50px;
  }
  .meet-team {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin: auto;
    display: none;
  }
  .home-faq {
    margin: 70px 0;
    width: 100vw;
    overflow-x: hidden;
    padding: 0 20px;
  }
  .faq-row {
    border: none;
  }
  .aboutus-content {
    margin: 50px 20px;
  }
  .faq-image img {
    width: 100%;
  }
  .faq-hero {
    padding: 50px 20px;
  }
  .faq-hero-flex {
    flex-direction: column-reverse !important;
  }
  .faq-hero-text {
    margin-top: 20px;
  }
  .faq-hero-text h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
  }
  .faq-col p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
  }

  .mobile-menu-link {
    flex-direction: column;
    position: absolute;
    z-index: 100000;
    margin-top: 70px;
    text-align: left;
    background: var(--primary-color-light);
    width: 50%;
    padding: 3px 20px 0 20px;
    display: none;
    transition: all 2s ease;
    justify-content: right;
    margin-left: 46%;
    margin-top: 63px;
  }
  .show {
    display: flex !important;
  }
  .mobile-menu-link a {
    color: var(--Black);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-decoration: none;
    opacity: 0.8;
    text-align: left;
    padding: 15px;
  }
  .vission {
    margin: 20px 20px;
  }
  .resource-hero {
    padding: 50px 20px;
    background: var(--secondary-color-light);
  }
  .resource-hero-body {
    flex-direction: column-reverse !important;
  }
  .resource-hero-body img {
    width: 100%;
  }
  .resource-hero-text {
    margin-top: 50px;
  }
  .resource-hero h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
  }
  .resource-hero-text h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .article-body {
    padding: 50px 20px 0 20px;
  }
  .article-tags {
    display: none;
  }
  .mental-health-box-mobile {
    margin-bottom: 50px;
  }
  .footer-col {
    margin-top: 35px;
  }
  .newsletter input[type="submit"] {
    width: 28%;
    padding: 15px 10px;
  }
  .newsletter input[type="email"] {
    width: 70%;
    padding: 15px 10px;
  }
  .first-section img {
    margin-bottom: 30px;
  }
  .service-page-first-section-image {
    margin-top: 30px;
  }

  .navigation {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* margin: -60% auto; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .slide1-text-banner h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
  }
  .home-slide img {
    height: 350px;
  }
  .logo img {
    width: 183px;
  }
  .home-faq {
    margin: 20px 0;
  }
  .mobile-menu-button img {
    margin-top: -7px;
  }
  .daily-affirmation {
    text-align: center;
    margin: 40px 20px;
  }
  .faq-row,
  .faq-col {
    margin: auto;
  }
  .second-section h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
  }
  .footer-link a {
    font-size: 16px;
  }
  .our-mission h5 {
    text-align: center;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 105%;
    letter-spacing: 0.36px;
  }
  .about-company p {
    font-size: 12px;
  }
  .about-company h4 {
    font-size: 24px;
  }
  .about-company h5 {
    font-size: 14px;
  }
  .our-mission h3 {
    font-size: 20px;
  }
  .qualities h4 {
    font-size: 16px !important;
  }
  .qualities p {
    font-size: 12px !important;
  }
  .qualities .col-4 {
    margin-top: 20px;
  }
  .qualities img {
    border: 2px solid #0a6555;
    border-radius: 50%;
    padding: 5px;
    width: 28px;
    height: 28px;
    text-align: left;
    display: flex;
  }
  .service-right {
    /* margin-top: 50px !important; */
    margin-left: -32px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  .contact-form-second p {
    font-size: 14px;
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .contact-form-second h4 {
    font-size: 18px;
    margin-top: 15px;
  }
  .client-details p {
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .row {
    flex-direction: row !important;
  }
  .col-6,
  .col-5,
  .col-7 {
    width: 50% !important;
  }
  .affirmation-text p {
    font-size: 19.676px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 20.659px */
    letter-spacing: 0.394px;
  }
  .daily-affirmation h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
  }
  .review-text p {
    font-size: 18.923px;
    font-style: italic;
    font-weight: 500;
    line-height: 105%;
  }
  .review-text h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
  }
  .navigation {
    margin: -15% auto;
  }
  .review-text {
    margin: 70px 50px;
  }
  .contact-form {
    flex-direction: row;
  }
  .contact-form-second {
    margin: 200px 0 200px -50px;
    padding-left: 100px;
  }
  .contact-hero-mobile {
    padding: 70px 0;
  }
  .article-tags {
    display: flex;
  }
  .review-text {
    margin: 70px 50px;
    height: 400px;
  }
  .mental-health-text h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
  }
  .mental-health-text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .home-faq {
    margin: 20px 0;
  }
  .service-right {
    margin-top: 0;
  }
  .daily-affirmation {
    text-align: center;
    margin: 40px 20px;
  }
  .faq-row,
  .faq-col {
    margin: 0px 20px;
  }
  .article-tags p {
    font-size: 14px !important;
  }
  .second-section h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
  }
  .footer-link a {
    font-size: 16px;
  }
  .service-tag-header h3 {
    padding: 10px 10px !important;
  }
}
@media screen and (min-width: 1363px) {
  .mobile-menu-button {
    display: none;
  }
  .review-text {
    margin: 70px 50px;
    height: 400px;
  }
  .mobile-menu-link {
    display: none;
  }
  .affirmation-text p {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    letter-spacing: 0.394px;
  }
  .review-text p {
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
    line-height: 105%;
  }
  .client-details p {
    font-weight: 700;
  }
  .faq-row,
  .faq-col {
    /* margin: 0px 100px; */
  }
  .navigation {
    margin: -20% auto;
  }
  .faq-row {
    border-bottom: none;
  }
  .affirmation-text p {
    font-size: 32px;
  }
  .all-faq {
    margin: 50px 150px;
  }
  .home-all-faq {
    margin: 20px 150px;
  }
  .service-1-img {
    width: 45% !important;
  }
}

.nav-link a:hover {
  opacity: 1;
}
@media screen and (max-width: 580px) {
  .mobile-home-no-show {
    display: none !important;
  }

  .service-left h4 {
    font-size: 18px;
  }
  .service-left p {
    font-size: 14px;
    margin-top: 5px !important;
  }
  .service-left {
    margin-top: 10px;
  }
  .service-right h4 {
    font-size: 18px;
  }
  .service-right p {
    font-size: 14px;
    margin-top: 5px !important;
  }
  .home-mission p {
    font-size: 12px;
  }
  .mental-health-text {
    background: var(--White, #fff);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 30px 60px 0px;
    padding: 15px;
    height: fit-content;
  }
  .client-details {
    margin-top: -15px !important;
  }
  .review-text {
    margin: 40px 20px 70px 20px;
    height: 200px !important;
  }
  .client-details p {
    font-weight: 700;
    line-height: 0;
    padding: 0;
  }
  .mental-health span {
    margin-left: 10px;
  }
  .service-tag-header h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
    padding: 20px 10px;
  }
  .service-tag-header {
    display: none;
  }
  .resources-desktop {
    display: none !important;
  }
  .faq-hero-text p {
    font-size: 12px;
  }
  .faq-hero-text h2 {
    font-size: 20px;
  }
  .mental-health-text h5 {
    font-size: 14px;
  }
  .mental-health-text p {
    font-size: 12px;
  }
  .faq-hero button {
    font-size: 14px !important;
  }
  .mental-health-lower button {
    font-size: 14px;
  }
}

.carousel-indicators [data-bs-target] {
  background-color: #000;
  margin-top: 30px;
}

.carousel-indicators {
  margin-bottom: -2rem !important;
}
@media screen and (min-width: 581px) {
  .home-service-mobile {
    display: none;
  }
  .contact-form-second {
    margin: 200px 0 200px -50px !important;
    padding-left: 100px;
  }

  .service-tag-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
  }
  .resources-mobile {
    display: none !important;
  }
  .service-tag-header h3 {
    padding: 10px 10px !important;
  }
}

.faq-answer p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.resources-mobile {
  padding: 20px;
}

.faq-hero button {
  border: none;
  padding: 10px 15px;
  color: #fff;
  background: var(--primary-color);
  border-radius: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.service-tag-header h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  padding: 10px 400px;
}



.doctor-img img {
  width: 612px;
  /*height: 700px;*/
  border-radius: 20px;
}
.doctor {
  display: flex;
  background: #E6EBF3;
  padding: 100px;
}
.doctor-text p {
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
}
.doctor-text {
  padding: 0 50px;
}
.doctor-text-2 {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 23.4px !important;
  margin-top: 50px;
}
.doctor-btn button {
  border: none;
  background: #033683;
  padding: 10px 15px;
  border-radius: 8px;
  width: 35%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
.doc-position {
  margin-top: 30px;
} 
.doc-position span {
  font-size: 18px;
  font-weight: 500;
}

.doc-position h6 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 50px;
}

@media screen and (max-width: 992px) {
  .doctor-img img  {
    width: 100%;
    object-fit: cover;
    height: 400px;
  }
  .doctor-text {
    padding: 20px 0;
  }
  .doctor-btn button {
    width: 50%;
  }
  .doctor {
    padding: 20px;
    flex-direction: column;
  }
}

/* -----------APPOINTMENT ---------------- */
.appointment-header {
  text-align: center;
  margin-top: 50px;
  padding: 0 100px;
}
.appointment-header h1 {
  font-weight: 700;
  font-size: 36px;
}
.appointment-header p {
  font-size: 18px;
}

.appointment-form {
  width: 100%;
  margin-top: 50px;
}
.appointment-form iframe {
  width: 100%;
  height: 1000px;
}



