
/*
Theme Name: EHC
Author: Ali Alaa El Dine
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
  font-family: "Alexandria";
  src: url("assets/fonts/Alexandria-Regular.eot");
  src:
    url("assets/fonts/Alexandria-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/Alexandria-Regular.woff2") format("woff2"),
    url("assets/fonts/Alexandria-Regular.woff") format("woff"),
    url("assets/fonts/Alexandria-Regular.ttf") format("truetype"),
    url("assets/fonts/Alexandria-Regular.svg#Alexandria-Regular") format("svg");
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
}

@font-face {
  font-family: "Alexandria";
  src: url("assets/fonts/Alexandria-SemiBold.eot");
  src:
    url("assets/fonts/Alexandria-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/Alexandria-SemiBold.woff2") format("woff2"),
    url("assets/fonts/Alexandria-SemiBold.woff") format("woff"),
    url("assets/fonts/Alexandria-SemiBold.ttf") format("truetype"),
    url("assets/fonts/Alexandria-SemiBold.svg#Alexandria-SemiBold")
      format("svg");
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
}

@font-face {
  font-family: "Alexandria";
  src: url("assets/fonts/Alexandria-Bold.eot");
  src:
    url("assets/fonts/Alexandria-Bold.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Alexandria-Bold.woff2") format("woff2"),
    url("assets/fonts/Alexandria-Bold.woff") format("woff"),
    url("assets/fonts/Alexandria-Bold.ttf") format("truetype"),
    url("assets/fonts/Alexandria-Bold.svg#Alexandria-Bold") format("svg");
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

:root {
  /*--main-pad-horiz: 120px;
  --blks-pad-horiz: 30px;
  --blks-margin-fix: -30px;*/
}

/*html{
  scroll-behavior: smooth;
}*/

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #576572;
  font-family: "Alexandria", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background-color: #ffffff;
}

p {
  margin: 0;
}

a,
input,
button,
textarea {
  outline: none !important;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 400;
}

.mobile-only {
  display: none;
}

a,
input,
textarea,
button {
  outline: none !important;
}

.first-sec .sec-wrap {
  padding-top: 85px;
  transition: all 400ms ease;
}

.scrolling .first-sec .sec-wrap {
  padding-top: 73px;
}

.pad-horiz {
  padding: 0 60px;
}

.no-pad-right{
  padding-right: 0;
}

.pad-left {
  padding-left: 60px;
}

.pad-horiz-double {
  padding: 0 120px;
}

.pad-horiz-double-left {
  padding-left: 120px;
}

.pad-horiz-double-right {
  padding-right: 120px;
}

.pad-vertical {
  padding: 80px 0;
}

.pad-vertical.lessv {
  padding: 60px 0;
}

.pad-vertical.morev {
  padding: 140px 0;
}

.no-pad-bottom {
  padding-bottom: 0 !important;
}

.no-pad-top {
  padding-top: 0 !important;
}

.extra-pad-top {
  padding-top: 90px !important;
}

.extra-pad-bottom {
  padding-bottom: 90px !important;
}

.maxed-container {
  max-width: 1440px;
}

.centered-container {
  margin: 0 auto;
}

.centered-content {
  text-align: center;
}

.mobile_menu_cta {
  display: none;
}

header.ehc-header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  transition: all 300ms ease;
}

.scrolling header.ehc-header {
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

header.ehc-header .menu-logo-wrap {
  display: flex;
  align-items: center;
  gap: 35px;
}

header.ehc-header .header-wrapper {
  padding: 20px 0;
  transition: all 300ms ease;
}

.scrolling header.ehc-header .header-wrapper{
  padding: 10px 0;
}

.ehc-sec.hero-sec .sec-cont {
  background-color: #23362d;
  position: relative;
}

.ehc-sec.hero-sec .hero-content {
  position: relative;
  z-index: 2;
  /* background:
    linear-gradient(
      113.96deg,
      rgba(2, 24, 23, 0.2) 0%,
      rgba(2, 24, 23, 0.2) 60%,
      rgba(2, 24, 23, 0.2) 100%
    ),
    radial-gradient(
      120% 120% at 20% 0%,
      rgba(29, 132, 128, 0.2) 0%,
      rgba(29, 132, 128, 0) 60%
    ),
    linear-gradient(
      270deg,
      rgba(35, 54, 45, 0.6) 10%,
      rgba(35, 54, 45, 0.372) 40%,
      rgba(35, 54, 45, 0.258) 51.11%,
      rgba(35, 54, 45, 0) 65%
    ); */

  background:
    linear-gradient(
      246.04deg,
      rgba(2, 24, 23, 0.2) 0%,
      rgba(2, 24, 23, 0.2) 60%,
      rgba(2, 24, 23, 0.2) 100%
    ),
    radial-gradient(
      120% 120% at 80% 0%,
      rgba(29, 132, 128, 0.2) 0%,
      rgba(29, 132, 128, 0) 60%
    ),
    linear-gradient(
      90deg,
      rgba(35, 54, 45, 0.6) 10%,
      rgba(35, 54, 45, 0.372) 40%,
      rgba(35, 54, 45, 0.258) 51.11%,
      rgba(35, 54, 45, 0) 65%
    );
}

.home .ehc-sec.hero-sec .hero-content{
  background:
    linear-gradient(
      246.04deg,
      rgba(2, 24, 23, 0.5) 0%,
      rgba(2, 24, 23, 0.5) 60%,
      rgba(2, 24, 23, 0.5) 100%
    ),
    radial-gradient(
      120% 120% at 80% 0%,
      rgba(29, 132, 128, 0.2) 0%,
      rgba(29, 132, 128, 0) 60%
    ),
    linear-gradient(
      90deg,
      rgba(35, 54, 45, 0.6) 10%,
      rgba(35, 54, 45, 0.372) 40%,
      rgba(35, 54, 45, 0.258) 51.11%,
      rgba(35, 54, 45, 0) 65%
    );
}

.ehc-sec.hero-sec .hero-content .hero-content-cont {
  max-width: 640px;
  padding: 130px 0 100px;
  position: relative;
}

.hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-content .hero-title{
  padding: 0 0 20px;
}

.hero-content .hero-title h1{

}

.hero-content .hero-desc{
  color: rgba(255,255,255,0.9);
}

.hero-content .hero-title h1 span{
  display: block;
  color: #fff;
  font-size: 46px;
  line-height: 54px;
  font-weight: 700;
}

.ehc-hblk.ehc-switchers-blk .ehc-switchers-wrap{
  display: flex;
  align-items: center;
  gap: 12px;
}

.ehc-hblk.ehc-menu-blk{
  flex: 1;
}

.ehc-breadcrubmbs {
  color: rgba(255,255,255,0.7);
  position: absolute;
  left: 0;
  top: 25px;
}

.ehc-breadcrubmbs .bc-lbl{
  font-size: 0;
  line-height: 0;
}

.ehc-breadcrubmbs .bc-lbl a,
.ehc-breadcrubmbs .bc-lbl span{
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
}

.ehc-breadcrubmbs .bc-lbl span.sep{
  padding: 0 3px;
}

.ehc-breadcrubmbs .bc-lbl a.linked{
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: all 300ms ease;
}

.ehc-breadcrubmbs .bc-lbl a.linked:hover{
  color: #B85C5C;
}

.ehc-breadcrubmbs .bc-lbl span.bc-current-pg{
  color: rgba(255,255,255,0.9);
}

.hero-btn-wrap {
  padding: 20px 0 0;
}

.ehc-btn{
  background-color: #698E7C;
  color: #fff;
  display: inline-block;
  height: 44px;
  line-height: 42px !important;
  border: 1px solid #698E7C;
  padding: 0 20px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  transition: all 300ms ease;
}

.ehc-btn.full {
  width: 100%;
  text-align: center;
}

.ehc-btn.white{
  background-color: #fff;
  color: #7A9A8A;
  border-color: #fff;
}

.ehc-btn.smaller-btn{
  height: 34px;
  line-height: 33px !important;
  font-size: 12px;
  padding: 0 12px;
}

.ehc-btn:hover{
  background-color: rgba(255,255,255,0.8);
  color: #698E7C;;
}

.ehc-btn.white:hover{
  background-color: transparent;
  color: #fff;
}

.ehc-btn.with-icon span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
}

.ehc-btn.with-icon span.icn{
  width: 22px;
}

.ehc-btn.with-icon span.icn svg{
  width: 100%;
  height: auto;
  display: block;
}

.ehc-btn.with-icon span.icn svg.stroke path{
  transition: all 300ms ease;
  stroke: #fff;
}

.ehc-btn.with-icon:hover span.icn svg.stroke path{
  stroke: #698E7C;
}

.hero-content .hero-title h1 span.hero-title2 {
  color: #698E7C;
}

.ehc-hblk.ehc-menu-blk .ehc-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.ehc-hblk.ehc-menu-blk .ehc-menu ul li{
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
}

.ehc-hblk.ehc-menu-blk .ehc-menu ul li a{
  font-size: 13px;
  line-height: 30px;
  color: #576572;
  text-decoration: none;
  padding: 0 10px;
  border-radius: 5px;
  height: 30px;
  display: block;
  transition: all 300ms ease;
}

.ehc-hblk.ehc-menu-blk .ehc-menu ul li a:hover{
  color: #7A9A8A;
}

.ehc-hblk.ehc-menu-blk .ehc-menu ul li.current-menu-item a{
  background-color: rgba(122, 154, 138, 0.1);
  color: #7A9A8A;
}

.last-updated-badge .last-updated-cont {
  background-color: #EAF0EC;
  color: #5C7A6B;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  border-radius: 40px;
  font-size: 0;
}

.last-updated-badge .last-updated-cont span{
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 38px;
}

.last-updated-badge .last-updated-cont span.icn{
  width: 22px;
  padding-right: 6px;
}

.last-updated-badge .last-updated-cont span.lbl{
  padding-right: 5px;
}

.last-updated-badge .last-updated-cont span.icn svg{
  width: 100%;
  height: auto;
  display: block;
}

.terms-content h2 {
  color: #202428;
  font-size: 24px;
  margin: 25px 0 15px;
  font-weight: 600;
  border-bottom: 2px solid rgba(32, 36, 40, 0.1);
  padding: 0 0 3px;
  line-height: 30px;
}

.terms-content p{
  padding: 0 0 15px;
}

.terms-content p:last-child{
  padding: 0;
}

.terms-content p strong{
  font-weight: 600;
}

.terms-content .terms-txts {
  padding: 20px 0 0;
}

header.ehc-header .ehc-logo a {
  display: block;
  max-width: 160px;
  height: auto;
  text-decoration: none;
  transition: all 300ms ease;
}

.scrolling header.ehc-header .ehc-logo a{
  max-width: 130px;
}

header.ehc-header .ehc-logo a svg {
  width: 100%;
  height: auto;
  display: block;
}

.ehc-hblk.ehc-switchers-blk .lang-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ehc-hblk.ehc-switchers-blk .lang-item a {
  height: 32px;
  line-height: 32px !important;
  font-size: 12px;
  padding: 0 10px 0 27px;
  border: 1px solid #E7E1D6;
  border-radius: 40px;
  display: block;
  text-transform: uppercase;
  color: #202428;
  text-decoration: none;
  background-image: url(/wp-content/themes/ehc/assets/images/globe.svg);
  background-position: center left 7px;
  background-repeat: no-repeat;
  background-size: 16px auto;
  transition: all 300ms ease;
}

.ehc-hblk.ehc-switchers-blk .lang-item a:hover{
  background-color: #E7E1D6;
}

.ehc-hblk.ehc-switchers-blk .ehc-search a {
  width: 32px;
  height: 32px;
  display: flex;
  text-decoration: none;
  border: 1px solid #E7E1D6;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 300ms ease;
}

.ehc-hblk.ehc-switchers-blk .ehc-search a:hover{
  background-color: #E7E1D6;
}

.ehc-hblk.ehc-switchers-blk .ehc-search a svg{
  width: 50%;
  height: auto;
  display: block;
}

.ov-flex {
  display: flex;
  gap: 50px;
}

.ov-flex .ov-flx-blk.img{
  flex: 0.43;
  border-radius: 20px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ov-flex .ov-flx-blk.txt{
  flex: 0.57;
  padding-right: 10%;
}

.ov-flex .ov-flx-blk img{
  width: 100%;
  height: auto;
  display: block;
  display: none;
}

.ehc-sec-title h1{
  font-size: 34px;
  line-height: 40px;
  color: #202428;
  font-weight: 700;
}

.ehc-sec-title.smaller h1 {
  font-size: 28px;
  line-height: 34px;
}

.ehc-sec-title.green h1{
  color: #698E7C;
}

.ehc-sec-title.white h1{
  color: #fff;
}

.ehc-sec-title{
  padding: 0 0 15px;
}

.ehc-sec-title.less-pad{
  padding: 0 0 10px;
}

.ehc-sec-desc p{
  padding: 0 0 15px;
}

.ehc-sec-desc p:last-child{
  padding: 0;
}

.ov-img-bdg {
  background-color: #fff;
  border-radius: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.ov-img-bdg .img-bdg-cont{
  padding: 10px;
  width: 120px;
  text-align: center;
}

.ov-img-bdg .bdg-yr {
  color: #5E8071;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  padding: 0 0 4px;
}

.ov-img-bdg .bdg-lbl {
  font-size: 12px;
  line-height: 16px;
}

.grey-bg{
  background-color: #F9F9FB;
}

.green-bg{
  background-color: rgba(105, 142, 124, 0.12);
}

.maxed-texts{
  max-width: 800px;
}

.ehc-values{
  padding: 50px 0 0;
  max-width: 1180px;
  margin: 0 auto;
}

.ehc-values-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.ehc-value {
  width: calc(50% - 15px);
}

.ehc-value .value-wrap{
  height: 100%;
  border: 1px solid #E4E7EC;
  box-shadow: 0px 2px 14px 0px #2024280D;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.ehc-value .value-wrap .value-cont{
  padding: 30px;
  position: relative;
  z-index: 2;
}

.val-icon {
  padding: 0 0 16px;
}

.val-icon .val-icon-wrap {
  width: 50px;
  height: 50px;
  background-color: rgba(122, 154, 138, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.val-icon .val-icon-wrap img{
  width: auto;
  height: 30px;
  display: block;
}

.ehc-value .val-title{
  color: #7A9A8A;
  font-size: 22px;
  line-height: 28px;
  padding: 0 0 10px;
  font-weight: 700;
}

.contact-banner {
  background-color: #7A9A8A;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.contact-banner .contact-banner-wrap {
  padding: 50px;
  color: rgba(255,255,255,0.9);
  position: relative;
  z-index: 2;
}

.contact-banner .contact-banner-cont{
  max-width: 900px;
  margin: 0 auto;
}

.contact-banner .cbanner-flex{
  display: flex;
  align-items: center;
  gap: 30px;
}

.contact-banner .cbanner-btn {
  min-width: 200px;
  text-align: center;
  position: relative;
}

.contact-banner .cbanner-txts{
  flex: 1;
}

section.ehc-sec{
  position: relative;
  overflow: hidden;
}

.green-circle{
  background-color: rgba(122, 154, 138, 0.15);
  border-radius: 50%;
  position: absolute;
  aspect-ratio: 1/1;
  z-index: 1;
}

.green-circle.vals-circle{
  height: 90%;
  top: 0;
  right: 0;
  transform: translate(50%,-50%);
}

.green-circle.ov-circle{
  height: 60%;
  bottom: 15%;
  right: 0;
  transform: translate(60%,0);
}

.green-circle.cbanner-circle {
  height: 150%;
  right: 50px;
  bottom: 0;
  transform: translate(0,57%);
  background-color: rgba(255, 255, 255, 0.2);
}

.ehc-sec .sec-wrap{
  position: relative;
  z-index: 2;
}

.events-list .events-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.events-list .events-flex .event-card {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #E2E6EA;
  box-shadow: 0px 2px 14px 0px #2024280D;
}

.event-card .event-img img {
  width: 100%;
  display: block;
  aspect-ratio: 360/200;
  object-fit: cover;
  object-position: center center;
}

.events-list .events-flex.columns_2 .event-card {
  width: calc(50% - 11px);
}

.events-list .events-flex.columns_3 .event-card {
  width: calc(33.333333333% - 15px);
}

.event-card .event-texts,
.news-article .article-txts {
  padding: 20px;
}

.event-card .event-title,
.news-article .article-title h3 a {
  color: #202428;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.news-article .article-title h3 a{
  text-decoration: none;
  transition: all 300ms ease;
}

.news-article .article-title h3 a:hover{
  color: #5C7A6B;
}

.event-card .ev-desc,
.news-article .article-summary{
  font-size: 14px;
  line-height: 22px;
  padding: 6px 0 0;
}

.event-card .event-card-wrap {
  position: relative;
  transition: all 300ms ease;
}
.event-card.with-link .event-card-wrap:hover{
  opacity: 0.7;
}

.overlay-link{
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}

.event-card .event-date,
.news-article .article-date{
  color: #5B6470;
  font-size: 12px;
  line-height: 16px;
  padding: 0 0 3px;
}

.events-pagination{
  padding: 40px 0 0;
}

.events-pagination .page-numbers {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
}

.events-pagination .page-numbers li{
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
}

.events-pagination .page-numbers li a,
.events-pagination .page-numbers li span{
  border: 1px solid #E2E6EA;
  background-color: #fff;
  padding: 0;
  margin: 0;
  color: #646C78;
  font-size: 14px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  text-align: center;
  display: block;
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
  transition: all 300ms ease;
}

.events-pagination .page-numbers li a:hover{
  background-color: rgba(122, 154, 138, 0.2);
}

.events-pagination .page-numbers li span.current{
  background-color: #7A9A8A;
  color: #fff;
}

.events-pagination .page-numbers li a.next,
.events-pagination .page-numbers li a.prev{
  text-indent: -5000px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px auto;
}

.events-pagination .page-numbers li a.next{
  background-image: url(/wp-content/themes/ehc/assets/images/next.png);
}

.events-pagination .page-numbers li a.prev{
  background-image: url(/wp-content/themes/ehc/assets/images/prev.png);
}

.green-circle.events-circle {
  width: 400px;
  top: 20%;
  left: 0;
  transform: translate(-60%, 0);
}

.green-circle.facilities-circle {
  width: 400px;
  top: 10%;
  left: 0;
  transform: translate(-40%, 0);
}

.ehc-sec-lbl {
  padding: 0 0 15px;
}

.ehc-sec-lbl span{
  background-color: rgba(105, 142, 124, 0.14);
  color: #698E7C;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
}

.facilities-list{
  padding: 50px 0 0;
}

.ehc-facility {
  padding: 0 0 50px;
}

.ehc-facility:last-child {
  padding: 0;
}

.ehc-facility .facility-wrap {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #E4E7EC;
  box-shadow: 0px 2px 14px 0px #2024280D;
}

.ehc-facility .facility-flex{
  display: flex;
}

.ehc-facility:nth-child(even) .facility-flex{
  flex-direction: row-reverse;
}

.ehc-facility .facility-flex .fac-flx-blk.txt{
  flex: 0.55;
}

.ehc-facility .facility-flex .fac-flx-blk.img{
  flex: 0.45;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ehc-facility .facility-flex .fac-flx-blk.img img{
  width: 100%;
  height: auto;
  display: none;
}

.ehc-facility .fac-flx-blk.txt .fac-txt-wrap {
  padding: 35px;
}

.facility-flex .fac-flx-blk.txt .fac-head {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 0 20px;
}

.facility-flex .fac-flx-blk.txt .fac-title{
  color: #698E7C;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.facility-flex .fac-flx-blk.txt .fac-head .val-icon{
  padding: 0;
}

.fac-features-list {
  padding: 20px 0 0;
}

.fac-feature .feature-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fac-feature .ficn-wrap {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #698E7C;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fac-feature .ficn-wrap svg {
  width: 13px;
  height: auto;
  display: block;
}

.fac-feature{
  padding: 0 0 10px;
  color: #202428;
}

.fac-feature:last-child{
  padding: 0;
}

.tabs-container .tabs-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}

.mile-tabs-title {
  white-space: nowrap;
  color: #698E7C;
  font-weight: 700;
  transition: all 300ms ease;
  font-size: 15px;
  line-height: 20px;
}

.miles-tabs{
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
}

.mile-tab-flex {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
}

.mile-icon-wrap{
  width: 30px;
  height: 30px;
  background-color: #576572;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}

.mile-icon-wrap img{
  width: 16px;
}

.mile-tab-wrap{
  border-radius: 10px;
  padding: 6px 12px 6px 8px;
  position: relative;
  transition: all 300ms ease;
}

.mile-tab-wrap.active{
  background-color: rgba(105, 142, 124, 0.1);
}

.mile-tab-wrap .mile-name{
  color: #576572;
  font-size: 14px;
  transition: all 300ms ease;
}

.mile-tab-wrap:hover .mile-name,
.mile-tab-wrap.active .mile-name{
  color: #698E7C;
}

.mile-tab-wrap:hover .mile-icon-wrap,
.mile-tab-wrap.active .mile-icon-wrap{
  background-color: #698E7C;
}

.milstones-blocks-container .milstone-blk {
  display: none;
}

.mile-intro{
  padding-bottom: 50px;
}

.mile-sec-title{
  padding: 0 0 20px;
}

.mile-sec-title h2{
  position: relative;
  display: inline-block;
  color: #698E7C;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  padding: 0 0 10px;
}

.mile-sec-title h2:after{
  width: 60px;
  height: 2px;
  background-color: #698E7C;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.mile-info-blk{
  padding-bottom: 50px;
}

.mile-info-blk:last-child{
  padding-bottom: 0;
}

.mile-service {
  padding: 0 20px 0 0;
  height: 100%;
}

.mile-service .services-wrap {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #E4E7EC;
  height: 100%;
}

.mile-service .services-wrap .service-cont {
  padding: 30px;
  text-align: center;
}

.ser-icon {
  padding: 0 0 15px;
}

.ser-icon .ser-icon-wrap {
  width: 50px;
  height: 50px;
  background-color: rgba(122, 154, 138, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.ser-icon .ser-icon-wrap img{
  width: auto;
  height: 30px;
  display: block;
}

.mile-services-slider .slick-track,
.hmedia-articles-carousel .slick-track{
  display: flex;
}

.mile-services-slider .slick-track .slick-slide{
  height: unset;
}

.mile-services-slider .slick-track .slick-slide > div{
  height: 100%;
}

.mile-services-slider .slick-list,
.hfacilities-list-carousel .slick-list,
.hmedia-articles-carousel .slick-list{
  overflow: visible;
}

.mile-services-slider,
.hfacilities-list-carousel,
.hmedia-articles-carousel{
  width: 95%;
  padding: 0 0 50px;
}

.mile-services-slider .slick-arrow,
.hfacilities-list-carousel .slick-arrow,
.hmedia-articles-carousel .slick-arrow{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border-radius: 50%;
  text-indent: -500px;
  cursor: pointer;
  border: 1px solid #698E7C;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px auto;
}

.mile-services-slider .slick-arrow.slick-next,
.hfacilities-list-carousel .slick-arrow.slick-next,
.hmedia-articles-carousel .slick-arrow.slick-next{
  background-image: url(/wp-content/themes/ehc/assets/images/next.png);
  left: 40px;
}

.mile-services-slider .slick-arrow.slick-prev,
.hfacilities-list-carousel .slick-arrow.slick-prev,
.hmedia-articles-carousel .slick-arrow.slick-prev{
  background-image: url(/wp-content/themes/ehc/assets/images/prev.png);
}

.mile-services-slider .slick-arrow.slick-disabled,
.hfacilities-list-carousel .slick-arrow.slick-disabled,
.hmedia-articles-carousel .slick-arrow.slick-disabled{
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

.mile-services-list {
  padding: 15px 0 0;
}

.mile-tab {
  padding: 0 15px 0 0;
}

.tabs-container {
  padding: 20px 0;
}

.ehc-sec.milestones-tabs,
.ehc-sec.news-filters-sec {
  box-shadow: 0px 1px 8px 0px #20242814;
}

.mile-photo-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.mile-photo-flex .mile-photo{
  width: calc(50% - 15px);
}

.mile-photo-flex .mile-photo a{
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: all 300ms ease;
}

/* .mile-photo-flex .mile-photo a:hover{
  opacity: 0.8;
} */

.mile-photo-flex .mile-photo a img{
  width: 100%;
  aspect-ratio: 500/250;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.mile-photo-flex .mile-photo a svg{
  width: 60px;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}

.mile-photo-flex .mile-photo a .gal-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0,0,0,0.25);
  transition: all 300ms ease;
}

.mile-photo-flex .mile-photo a:hover .gal-overlay{
  background-color: rgba(0,0,0,0.15);
}

.mile-photo-list{
  padding: 15px 0 0;
}

.green-circle.milestones-circle {
  width: 400px;
  top: 10%;
  left: 0;
  transform: translateX(-50%);
}

.contact-flex {
  display: flex;
  gap: 30px;
}

.contact-flex .contact-flex-blk{
  flex: 1;
}

.cform-container{
  border: 1px solid #E4E7EC;
  box-shadow: 0px 2px 14px 0px #2024280D;
  border-radius: 20px;
  height: 100%;
}

.cinf-container{
  background-color: rgba(122, 154, 138, 0.1);
  border-radius: 20px;
  height: 100%;
}

.contact-flex-blk .contact-flex-blk-wrap{
  padding: 45px 30px;
}

.map-embed-wrap{
  padding: 50px;
}

.map-embed-wrap .map-embed-cont{
  max-width: 900px;
  margin: 0 auto;
}

.map-embed-wrap .map-embed-cont .map-embed{
  aspect-ratio: 900/420;
}

.map-embed-wrap .map-embed-cont .map-embed iframe{
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.cinf-rows{
  width: 80%;
  padding: 20px 0 0;
}

/* .cinf-rows .cinf-row{
  padding: 0 0 20px;
} */

.cinf-rows .cinf-row:last-child{
  padding: 0;
}

.cinf-row .cinf-row-wrap{
  padding: 25px 0;
  border-bottom: 1px solid  rgba(92, 122, 107, 0.16);
}

.cinf-row:last-child .cinf-row-wrap{
  border-bottom: none;
  padding-bottom: 0;
}

.cinf-flex{
  display: flex;
  gap: 15px;
}

.cinf-flex .val-icon{
  padding: 0;
}

.cinf-flex .val-icon .val-icon-wrap{
  width: 36px;
  height: 36px;
}

.cinf-flex .val-icon .val-icon-wrap img{
  width: 18px;
  height: auto;
}

.cinf-flex .cinf-lbl{
  color: rgba(122, 154, 138, 1);
  font-size: 15px;
  line-height: 20px;
  padding: 0 0 5px;
}

.cinf-flex .cinf-val{
  font-size: 14px;
  line-height: 20px;
  color: rgba(32, 36, 40, 1);
}

.cinf-flex .cinf-val a{
  color: #202428;
  text-decoration: none;
  transition: all 300ms ease;
}

.cinf-flex .cinf-val a:hover{
  color: #7A9A8A;
}

.cinf-texts-flx{
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
}

.cform-row {
  display: flex;
  gap: 20px;
}

.cform-wrapper{
  padding: 30px 0 0;
}

.cform-wrapper .cform-col{
  flex: 1;
}

.cform-wrapper .cform-col .cform-comp p{
  position: relative;
  display: block;
}

.cform-col label{
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  color: #202428;
  padding: 0 0 7px;
  display: block;
}

.cform-col label span.req{
  color: #B85C5C;
  padding: 0 2px;
}

.cform-col .wpcf7-form-control-wrap{
  display: block;
  width: 100%;
  padding: 0 0 24px;
}

.cform-col .wpcf7-form-control-wrap input,
.cform-col .wpcf7-form-control-wrap select,
.cform-col .wpcf7-form-control-wrap textarea{
  width: 100%;
  background-color: #F9F9FB;
  border: 1px solid #E2E6EA;
  border-radius: 8px;
  height: 36px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Alexandria", sans-serif;
  font-weight: 300;
  margin: 0;
}

.cform-col .wpcf7-form-control-wrap textarea{
  height: 100px;
  resize: none;
  padding: 10px;
  font-family: "Alexandria", sans-serif;
  font-weight: 300;
}

.cform-col .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 11px;
  bottom: 9px;
  line-height: 11px;
}

.cform-col .wpcf7-form-control-wrap input[type=checkbox]{
  border-color: #767676;
  width: 15px;
  height: 15px;
}

.wpcf7-form-control.wpcf7-acceptance.optional .wpcf7-list-item {
  display: block;
  margin: 0;
}

.ehc-contact-form .wpcf7-response-output {
  margin: 0 !important;
  border: none !important;
  padding: 0 0 20px !important;
}

.hidden-form-btn{
  display: none !important;
}

.article-content {
  max-width: 800px;
  margin: 0 auto;
}

.article-content figure.wp-block-image,
.article-content figure.wp-block-gallery,
.article-content figure.wp-block-embed{
  margin: 0;
}

.article-content .article-content-wrap > figure.wp-block-image,
.article-content .article-content-wrap > figure.wp-block-gallery,
.article-content .article-content-wrap > figure.wp-block-embed{
  padding: 0 0 25px;
}

.article-content p{
  padding: 0 0 25px;
}

.article-content .article-content-wrap > figure.wp-block-image:last-child,
.article-content .article-content-wrap > figure.wp-block-gallery:last-child,
.article-content .article-content-wrap > figure.wp-block-embed:last-child,
.article-content p:last-child{
  padding: 0;
}

.article-content figure.wp-block-embed .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
}

.article-content figure.wp-block-embed .wp-block-embed__wrapper iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

.article-content h2,
.article-content h3{
  padding: 0 0 17px;
}

.article-content h2{
  font-size: 22px;
  line-height: 28px;
  color: #202428;
  font-weight: 700;
}

.article-content h3{
  font-size: 19px;
  line-height: 25px;
  color: #202428;
  font-weight: 600;
}

.article-attrs-flex {
  display: flex;
  gap: 20px;
  align-items: center;
}

.article-tags .taglist {
  display: flex;
  align-items: center;
  gap: 7px;
}

.article-tag{
  background-color: rgba(32, 36, 40, 0.1);
  padding: 0 15px;
  height: 26px;
  line-height: 26px;
  color: #202428;
  display: inline-block;
  font-size: 12px;
  border-radius: 30px;
}

.article-attrs {
  padding: 0 0 16px;
}

.article-content figure.wp-block-image img {
  border-radius: 10px;
}

.article-attrs .article-date {
  color: #576572;
  font-size: 12px;
  line-height: 12px;
}

.article-tag.announcement,
.article-tag.featured{
  background-color: rgba(105, 142, 124, 0.14);
  color: #7A9A8A;
}

.article-tag.press-release{
  background-color: rgba(184, 92, 92, 0.1);
  color: #B85C5C;
}

.ehc-article-share {
  padding: 30px 0 0;
}

.ehc-article-share .ehc-article-share-wrap {
  padding: 10px 0;
  border-top: 1px solid #E2E6EA;
  border-bottom: 1px solid #E2E6EA;
}

.ehc-article-share .article-share-flex {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #646C78;
  font-size: 14px;
  line-height: 14px;
}

.ehc-article-share .heateor_sss_sharing_ul > a .heateor_sss_svg {
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.ehc-article-share .heateor_sss_sharing_ul > a .heateor_sss_svg svg {
  width: 70%;
  height: auto;
}

.news-listing-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.news-article {
  width: calc(33.333333333% - 14px);
}

.news-article .article-img img{
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 377/200;
  object-fit: cover;
  object-position: center center;
}

.news-article .news-article-wrap {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #E2E6EA;
  box-shadow: 0px 2px 14px 0px #2024280D;
  height: 100%;
}

.news-article .article-link{
  padding: 15px 0 0;
}

.ehc-link{
  text-decoration: none;
  font-size: 0;
}

.ehc-link span{
  display: inline-block;
  vertical-align: middle;
}

.ehc-link span.txt{
  font-size: 14px;
  line-height: 14px;
  color: #5C7A6B;
}

.ehc-link span.icn{
  padding: 0 0 0 5px;
  transition: all 300ms ease;
  width: 20px;
  left: 0;
  position: relative;
}

.ehc-link span.icn svg{
  width: 100%;
  height: auto;
  display: block;
  transform: scaleX(-1);
}

.ehc-link:hover span.icn{
  left: 4px;
}

.news-article .article-tags {
  padding: 0 0 10px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.news-article.featured {
  width: 100%;
}

.news-article.featured .news-article-cont {
  display: flex;
}

.news-article.featured .article-img {
  flex: 1;
  position: relative;
}

.news-article.featured .article-img img {
  aspect-ratio: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: center center;
}

.news-article.featured .article-txts {
  flex: 1;
}



.seach-form-container {
  position: fixed;
  z-index: 50;
  background: rgba(255,255,255,0.97);
  width: 100%;
  height: 100%;
	display: none;
}

.seach-form-container .search-form-wrapper {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
	position: relative;
	z-index: 5;
	padding: 0 20px;
}

.seach-form-container .search-form-wrapper .search-form-cont {
  width: 100%;
}

.seach-form-container .search-form{
	position: relative;
}

.seach-form-container .search-form input {
  background: transparent;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  color: #000;
  height: 40px;
  font-size: 18px !important;
  letter-spacing: 1px;
	font-family: "Alexandria", sans-serif;
  font-weight: 300;
}

.seach-form-container .search-form label {
  position: relative;
  z-index: 1;
  width: 100% !important;
}

.seach-form-container .search-form button.is-search-submit {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  display: block;
	z-index: 2;
	cursor: pointer;
	transition: all 300ms ease;
}

.seach-form-container .search-form button.is-search-submit:hover{
	opacity: 0.75;
	top: -3px;
}

.seach-form-container .search-form button.is-search-submit .is-search-icon {
  width: 40px;
  height: 40px;
  display: flex !important;
  background: none !important;
  border: none;
  align-content: center;
  justify-content: center;
  padding: 0 !important;
}

.seach-form-container .search-form .is-search-icon svg {
  width: 80%;
  height: auto;
  display: block;
}

.seach-form-container .search-form .is-search-icon svg path{
	fill: #000;
}

.seach-form-container .search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
	opacity: 1;
}
.seach-form-container .search-form input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
	opacity: 1;
}
.seach-form-container .search-form input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
	opacity: 1;
}
.seach-form-container .search-form input:-moz-placeholder { /* Firefox 18- */
  color: #000;
	opacity: 1;
}

.seach-form-container .close-search {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 34px;
  height: auto;
	cursor: pointer;
	transition: all 300ms ease;
	z-index: 6;
}

.seach-form-container .close-search:hover{
	opacity: 0.75;
}

.seach-form-container .close-search svg{
	display: block;
	width: 100%;
	height: auto;
}

.seach-form-container .close-search svg path{
	fill: #000;
}

.search-results-wrapper .search-group-items article.search-item {
  padding: 0 0 22px;
}

.search-results-wrapper .search-group-items article.search-item:last-child {
  padding: 0;
}

.search-results-wrapper .search-group-heading {
  padding: 30px 0 20px;
}

.search-results-wrapper .search-group-items article.search-item .search-item-title{
  padding: 0 0 10px;
}

.search-results-wrapper .search-group-items article.search-item .search-item-title h1 a{
  text-decoration: none;
  color: #202428;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

.search-pagination {
  padding: 40px 0 0;
}

.search-pagination .nav-links {
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
}

.search-pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e2e6ea;
  background-color: #fff;
  padding: 0;
  margin: 0 3px;
  color: #646c78;
  font-size: 14px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 300ms ease;
}

.search-pagination a.page-numbers:hover {
  background-color: rgba(122, 154, 138, 0.2);
}

.search-pagination .page-numbers.current {
  background-color: #7a9a8a;
  border-color: #7a9a8a;
  color: #fff;
}

.search-pagination .page-numbers.next,
.search-pagination .page-numbers.prev {
  text-indent: -5000px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px auto;
}

.search-pagination .page-numbers.next {
  background-image: url("/wp-content/themes/ehc/assets/images/next.png");
}

.search-pagination .page-numbers.prev {
  background-image: url("/wp-content/themes/ehc/assets/images/prev.png");
}

.media-filters-flex {
  display: flex;
  gap: 20px;
  align-items: center;
}

.media-search-form-wrapper{
  position: relative;
}

.media-search-form-wrapper .media-search-field{
  position: relative;
  background-color: #F9F9FB;
  border: 1px solid #E2E6EA;
  height: 40px;
  min-width: 400px;
  border-radius: 40px;
  padding: 0 15px 0 40px;
}

.media-search-form-wrapper .media-search-submit {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  left: 2px;
  position: absolute;
  top: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-search-form-wrapper .media-search-submit svg{
  width: 40%;
  display: block;
  transition: all 300ms ease;
}

.media-search-form-wrapper .media-search-submit svg path{
  fill: #5B6470;
}

.media-search-form-wrapper .media-search-submit:hover svg{
  opacity: 0.7;
}

.news-filters {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-filters .filter-btn {
  background-color: #F9F9FB;
  display: block;
  height: 34px;
  border: 1px solid #E2E6EA;
  border-radius: 40px;
  padding: 0 20px;
  line-height: 34px;
  text-decoration: none;
  color: #576572;
  font-size: 13px;
  transition: all 300ms ease;
}

.news-filters .filter-btn:hover,
.news-filters .filter-btn.active{
  background-color: #7A9A8A;
  color: #fff;
  border-color: #7A9A8A;
}

.media-filters-clear .media-search-clear {
  display: inline-block;
  color: #576572;
  text-decoration: underline;
  font-size: 14px;
  line-height: 34px;
  transition: all 300ms ease;
}

.media-filters-wrap{
  padding: 20px 0;
}

.home-slide .home-lide-wrap {
  position: relative;
}

.home-slider .slick-dots,
.impact-cards-carousel .slick-dots,
.miles-cards-carousel .slick-dots{
  position: absolute;
  z-index: 10;
  bottom: 15px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  left: 0;
}

.impact-cards-carousel .slick-dots,
.miles-cards-carousel .slick-dots{
  position: relative;
  padding: 30px 0 0;
}

.home-slider .slick-dots li,
.impact-cards-carousel .slick-dots li,
.miles-cards-carousel .slick-dots li{
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0 3px;
  margin: 0;
  vertical-align: middle;
}

.home-slider .slick-dots li button,
.impact-cards-carousel .slick-dots li button,
.miles-cards-carousel .slick-dots li button{
  background-color: rgba(248, 245, 239, 0.4);
  width: 10px;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  text-indent: -5000px;
  transition: all 300ms ease;
  border: none;
}

.impact-cards-carousel .slick-dots li button,
.miles-cards-carousel .slick-dots li button{
  background-color: rgba(105, 142, 124, 0.4);
}

.home-slider .slick-dots li button:hover,
.impact-cards-carousel .slick-dots li button:hover,
.miles-cards-carousel .slick-dots li button:hover{
  background-color: rgba(105, 142, 124, 1);
}

.home-slider .slick-dots li.slick-active button,
.impact-cards-carousel .slick-dots li.slick-active button,
.miles-cards-carousel .slick-dots li.slick-active button{
  background-color: rgba(105, 142, 124, 1);
  width: 30px;
}

.home-abt-flex {
  display: flex;
  align-items: center;
}

.home-abt-bdg-container{
  display: inline-block;
  height: 100%;
}

.home-abt-bdg-wrap{
  height: 100%;
  padding: 60px;
  border: 1px solid rgba(32, 36, 40, 0.08);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-image: url(/wp-content/themes/ehc/assets/images/year-bdg-bg.png);
  background-position: top right;
  background-size: auto 100%;
  position: relative;
  background-repeat: no-repeat;
  aspect-ratio: 4/3;
}

.home-abt-txts {
  flex: 1;
}

.home-abt-bdg {
  padding-left: 100px;
}

.green-circle.bdg-top {
  top: 0;
  left: 0;
  width: 50%;
  transform: translate(-30%, -30%);
}

.green-circle.bdg-bottom {
  bottom: 0;
  right: 0;
  width: 40%;
  transform: translate(45%, 45%);
}

.home-abt-wrap {
  padding: 15px 0 0;
}

.home-abt-bdg .bdg-yr {
  color: rgba(105, 142, 124, 1);
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
}

.home-abt-bdg .bdg-lbl{
  color: #202428;
  padding: 10px 0 0;
}

.home-btn-wrap{
  padding: 20px 0 0;
}

.ehc-quote-flex {
  display: flex;
  gap: 40px;
  align-items: center;
}

.ehc-quote-flex .qimg{
  flex: 0.25;
}

.ehc-quote-flex .quote-txts{
  flex: 0.75;
}

.ehc-quote-flex .qimg img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  aspect-ratio: 260/325;
  object-fit: cover;
  object-position: center center;
}

.ehc-quote {
  background-color: rgba(105, 142, 124, 0.15);
  padding: 50px;
  border-radius: 13px;
}

.ehc-quote-flex .quote-txts .qt-icn {
  width: 30px;
  height: auto;
  display: block;
  padding: 0 0 14px;
}

.ehc-quote-flex .quote-txts .ehc-sec-desc {
  color: #202428;
  padding: 0 0 20px;
}

.ehc-quote-flex .quote-txts .qname {
  color: #698E7C;
}

.ehc-quote-flex .quote-txts .qtitle {
  color: #202428;
  font-size: 14px;
  line-height: 20px;
}

.ehc-sec.home-quote .sec-wrap {
  padding: 0 0 40px;
}

.ehc-sec-texts.centered-content .article-tags .taglist {
  justify-content: center;
}

.ehc-sec.home-impact .article-tags,
.ehc-sec.home-fac .article-tags,
.ehc-sec.home-media .article-tags,
.ehc-sec.facilities .article-tags {
  padding: 0 0 13px;
}

.impact-cards-carousel .slick-track {
  display: flex;
  gap: 30px;
}

.impact-cards{
  padding: 50px 0 0;
}

.impact-cards-carousel .slick-slide{
  height: unset;
}

.impact-cards-carousel .slick-slide > div {
  height: 100%;
}

.impact-cards-carousel .slick-slide > div .impact-card{
  height: 100%;
  border: 1px solid #E4E7EC;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 2px 14px 0px #2F34370D;
}

.impact-card .impact-card-wrap{
  padding: 30px;
  text-align: center;
}

.impact-card .impact-card-wrap .val-icon .val-icon-wrap{
  margin: 0 auto;
}

.impact-card .imp-num{
  font-size: 0;
}

.impact-card .imp-num span{
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
  color: #202428;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.impact-card .imp-num span.imp-sign{
  color: #B85C5C;
}

.impact-card .imp-desc {
  font-size: 14px;
  line-height: 19px;
  padding: 8px 0 0;
}

.miles-cards-carousel .slick-track,
.hfacilities-list-carousel .slick-track{
  display: flex;
  gap: 20px;
}

.hfacilities-list-carousel .slick-track{
  gap: 0;
}

.miles-cards-carousel .slick-slide,
.hfacilities-list-carousel .slick-slide,
.hmedia-articles-carousel .slick-slide{
  height: unset;
}

.miles-cards-carousel .slick-slide > div,
.hfacilities-list-carousel .slick-slide > div,
.hmedia-articles-carousel .slick-slide > div{
  height: 100%;
}

.miles-cards-carousel .mile-card{
  height: 100%;
  border: 1px solid rgba(228, 231, 236, 1);
  border-radius: 20px;
  overflow: hidden;
  background-color: #F9F9FB;
}

.miles-cards-carousel .mile-card .mile-thumb img{
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 40/15;
  object-fit: cover;
  object-position: center center;
}

.mile-card .mile-txts {
  padding: 20px;
}

.mile-card .mile-txts .mile-title {
  color: #202428;
  font-size: 18px;
  font-weight: 600;
}

.mile-card .mile-txts .mile-summary {
  font-size: 14px;
  line-height: 20px;
  padding: 7px 0 0;
}

.mile-card .mile-txts .article-link {
  padding: 12px 0 0;
}

.mile-card .mile-txts .mile-num{
  padding: 10px 0 0;
}

.mile-card .mile-txts .mile-num{
  font-size: 0;
}

.mile-card .mile-txts .mile-num span{
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
  color: #202428;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.mile-card .mile-txts .mile-num span.mile-sign{
  color: #B85C5C;
}

.hime-miles-cards {
  padding: 50px 0 0;
}

.ehc-sec-head-flex {
  display: flex;
  align-items: center;
  gap: 100px;
}

.ehc-sec-head-flex .ehc-sec-texts{
  flex: 1;
}

.hfacilities-list {
  padding: 50px 0 0;
}

.ehc-facility-card{
  background-color: #F9F9FB;
  border: 1px solid #E4E7EC;
  border-radius: 20px;
  height: 100%;
}

.ehc-facility-card .facility-card-wrap {
  padding: 30px;
}

.ehc-facility-card .val-icon .val-icon-wrap{
  background: linear-gradient(150deg, rgba(184, 92, 92, 0.08) 0%, rgba(122, 154, 138, 0.16) 100%);
}

.ehc-facility-card .fac-title {
  color: #202428;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 10px;
}

.ehc-facility-card .fac-desc {
  font-size: 14px;
  line-height: 20px;
}

.ehc-facility-card .article-link {
  padding: 10px 0 0;
}

.hfacilities-list-carousel .slick-slide,
.hmedia-articles-carousel .slick-slide {
  padding-right: 20px;
}

.hmedia-articles-list {
  padding: 50px 0 0;
}

.hmedia-articles-carousel .news-article {
  height: 100%;
}

.hmedia-articles-carousel .news-article .news-article-wrap{
  background-color: #F9F9FB;
}

.hmedia-articles-carousel .news-article .article-date{
  color: #698E7C;
}

footer.ehc-footer {
  background-color: #202428;
}

footer.ehc-footer .footer-wrapper {
  padding: 40px 0 20px;
}

.footer-flex {
  display: flex;
  align-items: center;
  gap: 30px
}

.footer-blk.right{
  text-align: right;
  flex: 1;
}

footer.ehc-footer .ehc-logo a{
  display: block;
  max-width: 140px;
  height: auto;
  text-decoration: none;
}

footer.ehc-footer .ehc-logo a svg{
  width: 100%;
  height: auto;
  display: block;
}

footer.ehc-footer .ehc-logo a svg path {
  fill: #fff;
}

.copyrights {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  line-height: 16px;
  white-space: nowrap;
}

.footer-menu-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.footer-menu-wrap ul li{
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 25px;
}

.footer-menu-wrap.footer-navigation ul li{
  padding: 0 0 0 35px;
}

.footer-menu-wrap ul li a{
  font-size: 13px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: all 300ms ease;
}

.footer-menu-wrap ul li a:hover{
  color: rgba(255, 255, 255, 0.9);
}

.footer-pt1{
  padding: 0 0 25px;
}

.footer-pt2{
  padding: 25px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}