.office-area-grid {
  height: 950px;
}
@media only screen and (max-width: 1404px) {
  .office-area-grid {
    height: 810px;
  }
}
@media only screen and (max-width: 1126px) {
  .office-area-grid {
    height: 710px;
  }
}
@media only screen and (max-width: 884px) {
  .office-area-grid {
    height: auto;
  }
}

.long-office-img {
  height: 100%;
}

/* Contact us page Office Hour list */
@media only screen and (max-width: 575px) {
  .office-hour-list ul li {
    padding: 16px 0;
  }
}

.office-hour-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.office-hour-list ul li {
  display: flex;
  justify-content: space-between;
  padding: 34px 0 16px;
  border-bottom: 1px solid var(--e-global-color-text);
  transition: all 0.3s ease;
  list-style-type: none;
}
.office-hour-list ul li:first-child {
  padding-top: 0;
}
.office-hour-list ul li:hover {
  border-color: var(--e-global-color-primary);
}

.hero-banner-slider {
  position: relative;
}
.hero-banner-slider .custom-slider {
  overflow: hidden;
}
.hero-banner-slider .custom-slider .custom-slide {
  justify-content: center;
  height: 100%;
  min-height: 950px;
  padding-top: 178px;
}
@media only screen and (max-width: 1744px) {
  .hero-banner-slider .custom-slider .custom-slide {
    padding-top: 179px;
  }
}
@media only screen and (max-width: 1404px) {
  .hero-banner-slider .custom-slider .custom-slide {
    min-height: 726px;
    padding-top: 109px;
  }
}
@media only screen and (max-width: 1126px) {
  .hero-banner-slider .custom-slider .custom-slide {
    min-height: 514px;
    padding-top: 125px;
  }
}
@media only screen and (max-width: 884px) {
  .hero-banner-slider .custom-slider .custom-slide {
    min-height: 567px;
    padding-top: 101px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 575px) {
  .hero-banner-slider .custom-slider .custom-slide {
    position: relative;
    min-height: 983px;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding-top: 80px;
  }
}
.hero-banner-slider .custom-slider .custom-slide::after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, rgba(var(--e-global-color-8a7e08f), 0), rgba(var(--e-global-color-8a7e08f), 0.8));
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 1024px;
}
@media only screen and (max-width: 1404px) {
  .hero-banner-slider .custom-slider .custom-slide::after {
    max-width: 782px;
  }
}
@media only screen and (max-width: 1126px) {
  .hero-banner-slider .custom-slider .custom-slide::after {
    max-width: 592px;
  }
}
@media only screen and (max-width: 884px) {
  .hero-banner-slider .custom-slider .custom-slide::after {
    max-width: 598px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-banner-slider .custom-slider .custom-slide::after {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    top: auto;
    bottom: 340px;
    left: 0;
    height: 171px;
    width: 100%;
  }
}
@media only screen and (max-width: 1744px) {
  .hero-banner-slider .custom-slider .custom-slide:nth-child(2) .custom-slide-title {
    width: 80%;
  }
}
@media only screen and (max-width: 884px) {
  .hero-banner-slider .custom-slider .custom-slide:nth-child(2) .custom-slide-title {
    width: 100%;
  }
}
.hero-banner-slider .custom-slider .home-banner-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 575px) {
  .hero-banner-slider .custom-slider .home-banner-slide-bg {
    width: 100%;
    position: relative;
    -o-object-position: right;
       object-position: right;
    height: 509px;
  }
}
.hero-banner-slider .custom-slider .slide-content {
  width: 100%;
  max-width: var(--container-max-width);
  padding-right: var(--container-default-padding-right);
  padding-left: var(--container-default-padding-left);
  margin: 0 auto;
  z-index: 1;
}
.hero-banner-slider .custom-slider .slide-content .slide-content-inner {
  width: 100%;
  max-width: 701px;
}
@media only screen and (max-width: 1744px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner {
    max-width: 675px;
  }
}
@media only screen and (max-width: 1404px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner {
    max-width: 569px;
  }
}
@media only screen and (max-width: 1126px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner {
    max-width: 471px;
  }
}
@media only screen and (max-width: 884px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner {
    max-width: 338px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner {
    max-width: 88.55%;
  }
}
.hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-title {
  margin: 2px 0 11px;
  color: var(--e-global-color-text);
  font: var(--e-global-typography-a56ca75-font-style) var(--e-global-typography-a56ca75-font-weight) var(--e-global-typography-a56ca75-font-size)/var(--e-global-typography-a56ca75-line-height) var(--e-global-typography-a56ca75-font-family), Sans-serif;
  text-transform: var(--e-global-typography-a56ca75-text-transform);
}
@media only screen and (max-width: 1744px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-title {
    margin: 3px 0 15px;
  }
}
@media only screen and (max-width: 1404px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-title {
    margin: 7px 0 15px;
  }
}
@media only screen and (max-width: 1126px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-title {
    margin: 2px 0 9px;
  }
}
@media only screen and (max-width: 884px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-title {
    margin: 4px 0 7px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-title {
    margin: 2px 0 10px;
  }
}
.hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-text-area-1 {
  font: var(--e-global-typography-fb6762f-font-style) var(--e-global-typography-fb6762f-font-weight) var(--e-global-typography-fb6762f-font-size)/var(--e-global-typography-fb6762f-line-height) var(--e-global-typography-fb6762f-font-family), Sans-serif;
  text-transform: var(--e-global-typography-fb6762f-text-transform);
  color: var(--e-global-color-primary);
}
.hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-text-area-2 {
  color: var(--e-global-color-11e32df);
  max-width: 554px;
  font: var(--e-global-typography-66fd62c-font-style) var(--e-global-typography-66fd62c-font-weight) var(--e-global-typography-66fd62c-font-size)/var(--e-global-typography-66fd62c-line-height) var(--e-global-typography-66fd62c-font-family), Sans-serif;
  text-transform: var(--e-global-typography-66fd62c-text-transform);
}
@media only screen and (max-width: 1744px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-text-area-2 {
    max-width: 437px;
  }
}
@media only screen and (max-width: 1126px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-text-area-2 {
    max-width: 424px;
  }
}
@media only screen and (max-width: 884px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-text-area-2 {
    max-width: 260px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-text-area-2 {
    max-width: 100%;
  }
}
.hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap {
  margin-top: 97px;
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 1744px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap {
    gap: 21px;
    margin-top: 87px;
  }
}
@media only screen and (max-width: 1404px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap {
    gap: 13px;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1126px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 884px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap {
    gap: 15px;
    margin-top: 52px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap {
    gap: 8px;
    margin-top: 60px;
  }
}
.hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap .custom-slide-button {
  border: 1px solid;
  border-radius: 6px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: all 0.3s ease;
  padding: 23px 47px 23px 47px;
  font: var(--e-global-typography-760908d-font-style) var(--e-global-typography-760908d-font-weight) var(--e-global-typography-760908d-font-size)/var(--e-global-typography-760908d-line-height) var(--e-global-typography-760908d-font-family), Sans-serif;
  text-transform: var(--e-global-typography-760908d-text-transform);
  text-transform: uppercase;
}
@media only screen and (max-width: 1744px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap .custom-slide-button {
    padding: 19px 56px 19px 56px;
  }
}
@media only screen and (max-width: 1404px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap .custom-slide-button {
    padding: 16.5px 58px 16.5px 58px;
  }
}
@media only screen and (max-width: 1126px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap .custom-slide-button {
    padding: 10.5px 28px 10.5px 28px;
  }
}
@media only screen and (max-width: 884px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap .custom-slide-button {
    padding: 11.5px 46px 11.5px 46px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap .custom-slide-button {
    padding: 14px 49px 14px 49px;
  }
}
.hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap .custom-slide-button .custom-slider-button-text {
  white-space: nowrap;
}
.hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap .custom-slide-button svg {
  width: 17px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 884px) {
  .hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap .custom-slide-button svg {
    width: 14px;
  }
}
.hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap .custom-slide-button.button-1 {
  border-color: var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
  color: white;
}
.hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap .custom-slide-button.button-1 svg {
  fill: #ffffff;
}
.hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap .custom-slide-button.button-1:hover {
  background-color: #ffffff;
  color: var(--e-global-color-primary);
}
.hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap .custom-slide-button.button-2 {
  border-color: var(--e-global-color-text);
  color: var(--e-global-color-text);
}
.hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap .custom-slide-button.button-2 svg {
  fill: var(--e-global-color-text);
}
.hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap .custom-slide-button.button-2:hover {
  border-color: var(--e-global-color-primary);
  background-color: #ffffff;
  color: var(--e-global-color-primary);
}
.hero-banner-slider .custom-slider .slide-content .slide-content-inner .custom-slide-button-wrap .custom-slide-button:hover svg {
  fill: var(--e-global-color-primary);
}
.hero-banner-slider .hero-banner-navigation {
  justify-content: flex-end;
  margin-top: -120px;
  height: 120px;
  align-items: flex-start;
}
@media only screen and (max-width: 1744px) {
  .hero-banner-slider .hero-banner-navigation {
    margin-top: -150px;
    height: 150px;
  }
}
@media only screen and (max-width: 1404px) {
  .hero-banner-slider .hero-banner-navigation {
    margin-top: -130px;
    height: 130px;
  }
}
@media only screen and (max-width: 1126px) {
  .hero-banner-slider .hero-banner-navigation {
    margin-top: -97px;
    height: 97px;
  }
}
@media only screen and (max-width: 884px) {
  .hero-banner-slider .hero-banner-navigation {
    margin-top: -100px;
    height: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-banner-slider .hero-banner-navigation {
    margin-top: -74px;
    height: 74px;
    justify-content: center;
  }
}
.hero-banner-slider .hero-banner-navigation .swiper-pagination {
  margin-top: 17px;
}
@media only screen and (max-width: 1744px) {
  .hero-banner-slider .hero-banner-navigation .swiper-pagination {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1404px) {
  .hero-banner-slider .hero-banner-navigation .swiper-pagination {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 1126px) {
  .hero-banner-slider .hero-banner-navigation .swiper-pagination {
    margin-top: 8.5px;
  }
}
.hero-banner-slider .hero-banner-navigation .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-color: var(--e-global-color-8a7e08f) !important;
}
@media only screen and (max-width: 1744px) {
  .hero-banner-slider .hero-banner-navigation .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}
@media only screen and (max-width: 1404px) {
  .hero-banner-slider .hero-banner-navigation .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 1126px) {
  .hero-banner-slider .hero-banner-navigation .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.hero-banner-slider .hero-banner-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--e-global-color-8a7e08f);
}
@media only screen and (max-width: 884px) {
  .hero-banner-slider .hero-banner-navigation .swiper-button-next,
  .hero-banner-slider .hero-banner-navigation .swiper-button-prev {
    top: auto;
    bottom: 270px;
  }
}
.hero-banner-slider .hero-banner-navigation .swiper-button-next::after,
.hero-banner-slider .hero-banner-navigation .swiper-button-prev::after {
  color: var(--e-global-color-8a7e08f);
}
.hero-banner-slider .hero-banner-navigation .swiper-pagination {
  top: auto;
  bottom: 70px;
}
@media only screen and (max-width: 1126px) {
  .hero-banner-slider .hero-banner-navigation .swiper-pagination {
    bottom: 60px;
  }
}

.welcome-slider {
  position: relative;
}
.welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide {
  height: 100%;
}
.welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card {
  border-radius: 6px 6px 0 6px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: 0px 4px 22.6px 0px var(--e-global-color-c966303);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 575px) {
  .welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}
.welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content {
  background-color: var(--e-global-color-primary);
  padding: 124px 65px 95px 52px;
  height: 100%;
  position: relative;
  border-radius: 6px 6px 0 6px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1744px) {
  .welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content {
    padding: 62px 47px 89px 50px;
  }
}
@media only screen and (max-width: 1404px) {
  .welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content {
    padding: 63px 45px 74px;
  }
}
@media only screen and (max-width: 1126px) {
  .welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content {
    padding: 34px 28px 60px 21px;
  }
}
@media only screen and (max-width: 884px) {
  .welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content {
    padding: 47px 45px 76px 35px;
  }
}
@media only screen and (max-width: 575px) {
  .welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content {
    padding: 61px 31px 90px 30px;
  }
}
.welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content svg {
  width: 104px;
  height: 104px;
}
@media only screen and (max-width: 1404px) {
  .welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content svg {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 1126px) {
  .welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content svg {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (max-width: 884px) {
  .welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content svg {
    width: 72px;
    height: 72px;
  }
}
@media only screen and (max-width: 575px) {
  .welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content svg {
    width: 74px;
    height: 74px;
  }
}
.welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content .card-title {
  font: var(--e-global-typography-7db01a7-font-style) var(--e-global-typography-7db01a7-font-weight) var(--e-global-typography-7db01a7-font-size)/var(--e-global-typography-7db01a7-line-height) var(--e-global-typography-7db01a7-font-family), Sans-serif;
  text-transform: var(--e-global-typography-7db01a7-text-transform);
  color: var(--e-global-color-8a7e08f);
  max-width: 75%;
  margin: 24px 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (max-width: 1744px) {
  .welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content .card-title {
    margin: 28px 0 24px;
  }
}
@media only screen and (max-width: 1404px) {
  .welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content .card-title {
    margin: 25px 0 21px;
  }
}
@media only screen and (max-width: 1126px) {
  .welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content .card-title {
    margin: 18px 0 14px;
  }
}
@media only screen and (max-width: 884px) {
  .welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content .card-title {
    margin: 30px 0 26px;
  }
}
.welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content .card-text {
  font: var(--e-global-typography-07b41a5-font-style) var(--e-global-typography-07b41a5-font-weight) var(--e-global-typography-07b41a5-font-size)/var(--e-global-typography-07b41a5-line-height) var(--e-global-typography-07b41a5-font-family), Sans-serif;
  text-transform: var(--e-global-typography-07b41a5-text-transform);
  color: var(--e-global-color-8a7e08f);
}
.welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content .card-button {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease;
}
.welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content .card-button .button-text {
  color: var(--e-global-color-8a7e08f);
  font: var(--e-global-typography-760908d-font-style) var(--e-global-typography-760908d-font-weight) var(--e-global-typography-760908d-font-size)/var(--e-global-typography-760908d-line-height) var(--e-global-typography-760908d-font-family), Sans-serif;
  text-transform: var(--e-global-typography-760908d-text-transform);
  text-transform: uppercase;
}
.welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content .card-button span[class*=icon-] {
  background-color: var(--e-global-color-8a7e08f);
  padding: 29px;
  border-top-left-radius: 6px;
  color: var(--e-global-color-text);
}
@media only screen and (max-width: 1744px) {
  .welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content .card-button span[class*=icon-] {
    padding: 23.5px;
  }
}
@media only screen and (max-width: 1404px) {
  .welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content .card-button span[class*=icon-] {
    padding: 20.5px;
  }
}
@media only screen and (max-width: 1126px) {
  .welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content .card-button span[class*=icon-] {
    padding: 16.5px;
  }
}
@media only screen and (max-width: 884px) {
  .welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content .card-button span[class*=icon-] {
    padding: 18.5px;
  }
}
@media only screen and (max-width: 575px) {
  .welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card .card-content .card-button span[class*=icon-] {
    padding: 19px;
  }
}
.welcome-slider .home-slider-2 .swiper-wrapper .swiper-slide .card:hover .card-content {
  background-color: var(--e-global-color-4f88519);
}

.services-slider {
  position: relative;
}
.services-slider .home-service-slider .swiper-wrapper .swiper-slide {
  margin: auto;
}
.services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 14px;
  margin: 0 auto;
}
@media only screen and (max-width: 1404px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid {
    gap: 12px;
  }
}
@media only screen and (max-width: 1126px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid {
    gap: 8px;
  }
}
@media only screen and (max-width: 575px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card {
  border-radius: 6px;
  background-color: var(--e-global-color-8a7e08f);
  box-shadow: 0px 4px 22.6px 0px var(--e-global-color-c966303);
  display: flex;
  flex-direction: row;
  transition: all 0.3s ease;
  -moz-column-gap: 48px;
       column-gap: 48px;
  padding: 90px 37px 32px 50px;
}
@media only screen and (max-width: 1744px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card {
    padding: 70px 45px 35px 44px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
}
@media only screen and (max-width: 1404px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card {
    padding: 64px 38px 26px 38px;
    -moz-column-gap: 38px;
         column-gap: 38px;
  }
}
@media only screen and (max-width: 1126px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card {
    padding: 34px 30px 20px 28px;
    -moz-column-gap: 27px;
         column-gap: 27px;
  }
}
@media only screen and (max-width: 884px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card {
    flex-direction: column;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 22px;
    width: 100%;
    padding: 36px 10px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card {
    max-width: 100%;
    padding: 58px 50px;
  }
}
.services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-icon {
  display: inline-block;
  width: 117px;
  height: 117px;
  min-width: 117px;
  border-radius: 50%;
  background-color: var(--e-global-color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1404px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-icon {
    width: 105px;
    height: 105px;
    min-width: 105px;
  }
}
@media only screen and (max-width: 1126px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
  }
}
@media only screen and (max-width: 884px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-icon {
    width: 79px;
    height: 79px;
    min-width: 79px;
  }
}
@media only screen and (max-width: 575px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-icon {
    width: 85px;
    height: 85px;
    min-width: 85px;
  }
}
.services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-icon .service-icon1 {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-icon .service-icon2 {
  display: none;
  transition: all 0.3s ease;
}
.services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-icon svg {
  width: 80px;
  height: 80px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1404px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-icon svg {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 1126px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-icon svg {
    width: 50px;
    height: 50px;
  }
}
.services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-content {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 884px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-content {
    align-items: center;
    padding: 0 38px;
  }
}
@media only screen and (max-width: 575px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-content {
    align-items: center;
    padding: 0;
  }
}
.services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-content .service-title {
  font: var(--e-global-typography-7db01a7-font-style) var(--e-global-typography-7db01a7-font-weight) var(--e-global-typography-7db01a7-font-size)/var(--e-global-typography-7db01a7-line-height) var(--e-global-typography-7db01a7-font-family), Sans-serif;
  text-transform: var(--e-global-typography-7db01a7-text-transform);
  color: var(--e-global-color-text);
  margin-bottom: 14px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1126px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-content .service-title {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 884px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-content .service-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
    margin-bottom: 12px;
    min-height: 58px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-content .service-title {
    min-height: unset;
    padding: 0;
  }
}
.services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-content .service-text {
  color: var(--e-global-color-text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font: var(--e-global-typography-07b41a5-font-style) var(--e-global-typography-07b41a5-font-weight) var(--e-global-typography-07b41a5-font-size)/var(--e-global-typography-07b41a5-line-height) var(--e-global-typography-07b41a5-font-family), Sans-serif;
  text-transform: var(--e-global-typography-07b41a5-text-transform);
  transition: all 0.3s ease;
  min-height: 72.61px;
  padding-right: 100px;
}
@media only screen and (max-width: 1744px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-content .service-text {
    min-height: 65.34px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1404px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-content .service-text {
    min-height: 58.08px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1126px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-content .service-text {
    min-height: 51px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 884px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-content .service-text {
    text-align: center;
    padding-right: 0;
  }
}
.services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-content .service-button {
  display: inline-flex;
  align-self: flex-end;
  align-items: center;
  -moz-column-gap: 13px;
       column-gap: 13px;
  margin-top: 35px;
  color: var(--e-global-color-text);
}
@media only screen and (max-width: 1744px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-content .service-button {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 1126px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-content .service-button {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media only screen and (max-width: 884px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-content .service-button {
    margin-top: 26px;
    align-self: center;
  }
}
@media only screen and (max-width: 575px) {
  .services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-content .service-button {
    margin-top: 38px;
  }
}
.services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-content .service-button .button-text {
  transition: all 0.3s ease;
  font: var(--e-global-typography-760908d-font-style) var(--e-global-typography-760908d-font-weight) var(--e-global-typography-760908d-font-size)/var(--e-global-typography-760908d-line-height) var(--e-global-typography-760908d-font-family), Sans-serif;
  text-transform: var(--e-global-typography-760908d-text-transform);
  text-transform: uppercase;
}
.services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card .service-content .service-button span[class*=icon-] {
  transition: all 0.3s ease;
}
.services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card:hover {
  background-color: var(--e-global-color-primary);
}
.services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card:hover .service-icon {
  background-color: #ffffff;
}
.services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card:hover .service-icon .service-icon1 {
  display: none;
}
.services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card:hover .service-icon .service-icon2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card:hover .service-content .service-title {
  color: #ffffff;
}
.services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card:hover .service-content .service-text {
  color: #ffffff;
}
.services-slider .home-service-slider .swiper-wrapper .swiper-slide .service-grid .service-card:hover .service-content .service-button {
  color: var(--e-global-color-8a7e08f);
}

.review-slider {
  position: relative;
}
.review-slider .home-review-slider .swiper-wrapper .swiper-slide {
  height: 100%;
}
.review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card {
  border-radius: 10px;
  background-color: var(--e-global-color-8a7e08f);
  box-shadow: 0px 4px 22.6px 0px var(--e-global-color-c966303);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  padding: 46px 79px 54px 77px;
}
@media only screen and (max-width: 1404px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card {
    padding: 40px 70px 40px 69px;
  }
}
@media only screen and (max-width: 1126px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card {
    padding: 28px 49px 30px 47px;
  }
}
@media only screen and (max-width: 884px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card {
    padding: 36px 27px 31px 38px;
  }
}
@media only screen and (max-width: 575px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card {
    max-width: 100%;
    width: 100%;
    padding: 48px 30px 41px 42px;
  }
}
.review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-title-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media only screen and (max-width: 1126px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-title-wrap {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
@media only screen and (max-width: 884px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-title-wrap {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-title-wrap {
    -moz-column-gap: 17px;
         column-gap: 17px;
  }
}
.review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-title-wrap svg {
  width: 41px;
  height: 41px;
}
@media only screen and (max-width: 1404px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-title-wrap svg {
    width: 37px;
    height: 37px;
  }
}
@media only screen and (max-width: 1126px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-title-wrap svg {
    width: 26px;
    height: 26px;
  }
}
@media only screen and (max-width: 884px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-title-wrap svg {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-title-wrap svg {
    width: 33px;
    height: 33px;
  }
}
.review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-title-wrap .review-title {
  font: var(--e-global-typography-70e37e6-font-style) var(--e-global-typography-70e37e6-font-weight) var(--e-global-typography-70e37e6-font-size)/var(--e-global-typography-70e37e6-line-height) var(--e-global-typography-70e37e6-font-family), Sans-serif;
  text-transform: var(--e-global-typography-70e37e6-text-transform);
  color: var(--e-global-color-text);
}
.review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-text {
  color: var(--e-global-color-text);
  margin: 36px 0 75px;
  font: var(--e-global-typography-af2c46e-font-style) var(--e-global-typography-af2c46e-font-weight) var(--e-global-typography-af2c46e-font-size)/var(--e-global-typography-af2c46e-line-height) var(--e-global-typography-af2c46e-font-family), Sans-serif;
  text-transform: var(--e-global-typography-af2c46e-text-transform);
}
@media only screen and (max-width: 1404px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-text {
    margin: 28px 0 65px;
  }
}
@media only screen and (max-width: 1126px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-text {
    margin: 16px 0 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
  }
}
@media only screen and (max-width: 884px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-text {
    margin: 26px 0 38px;
  }
}
@media only screen and (max-width: 884px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-text {
    margin: 15px 0 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
}
@media only screen and (max-width: 575px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-text {
    margin: 30px 0 36px;
  }
}
.review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-icon-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-top: auto;
}
@media only screen and (max-width: 1126px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-icon-wrap {
    gap: 10px;
  }
}
@media only screen and (max-width: 884px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-icon-wrap {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-icon-wrap .review-star-icon {
  background-color: var(--e-global-color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 20px;
}
.review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-icon-wrap .review-star-icon svg {
  width: 100px;
  height: 16px;
}
.review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-icon-wrap .review-star-icon svg path {
  fill: var(--e-global-color-8a7e08f);
}
.review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-icon-wrap .review-quote-icon svg {
  width: 47px;
  height: 40px;
}
@media only screen and (max-width: 1404px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-icon-wrap .review-quote-icon svg {
    width: 43px;
    height: 36px;
  }
}
@media only screen and (max-width: 1126px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-icon-wrap .review-quote-icon svg {
    width: 30px;
    height: 25px;
  }
}
@media only screen and (max-width: 884px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-icon-wrap .review-quote-icon svg {
    width: 39px;
    height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-icon-wrap .review-quote-icon svg {
    width: 43px;
    height: 38px;
  }
}
.review-slider .home-review-slider .swiper-wrapper .swiper-slide .review-card .review-icon-wrap .review-quote-icon svg path {
  fill: var(--e-global-color-primary);
}

@media only screen and (max-width: 1126px) {
  .home-blog-slider .custom-home-blog-slider-container {
    overflow: hidden;
    margin: 0 0 18px;
    padding: 0 30px 42px;
  }
}
@media only screen and (max-width: 884px) {
  .home-blog-slider .custom-home-blog-slider-container {
    padding: 0 15px 42px;
  }
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide {
  height: 100%;
}
@media only screen and (max-width: 1126px) {
  .home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 884px) {
  .home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide {
    padding: 0 25px !important;
  }
}
@media only screen and (max-width: 575px) {
  .home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide {
    padding: 0 5px !important;
  }
}
@media only screen and (max-width: 575px) {
  .home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 884px) {
  .home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide:nth-child(3) {
    display: none;
  }
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card {
  border-radius: 6px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 884px) {
  .home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card {
    width: 100%;
    max-width: 346px;
    margin: 0 auto;
  }
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card .custom-card-image a {
  display: block;
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card .custom-card-image a img {
  border-radius: 6px 6px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  transition: all 0.3s ease;
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card .custom-card-blog-info {
  display: flex;
  flex-direction: column;
  padding: 30px 30px 0 30px;
  border-radius: 0 0 6px 6px;
  box-shadow: 0px 4px 22.6px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 884px) {
  .home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card .custom-card-blog-info {
    padding: 20px 20px 0 20px;
  }
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card .custom-card-blog-info .custom-card-meta-info-wrap {
  color: rgba(88, 88, 90, 0.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}
@media only screen and (max-width: 1126px) {
  .home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card .custom-card-blog-info .custom-card-meta-info-wrap {
    font-size: 12px;
  }
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card .custom-card-blog-info .custom-card-meta-info-wrap .custom-card-date {
  position: relative;
  padding: 0 10px 0 30px;
  transition: all 0.3s ease;
  margin-bottom: 0;
  margin-right: 10px;
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card .custom-card-blog-info .custom-card-meta-info-wrap .custom-card-date::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  background-color: rgba(88, 88, 90, 0.5);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.3s ease;
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card .custom-card-blog-info .custom-card-meta-info-wrap .custom-card-date::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/uploads/2024/09/calender.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 5px 0 0 !important;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card .custom-card-blog-info .custom-card-meta-info-wrap .custom-card-author {
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card .custom-card-blog-info .custom-card-title {
  margin: 20px 0 15px;
  line-height: inherit;
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card .custom-card-blog-info .custom-card-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--e-global-color-text);
  transition: all 0.3s ease;
  font: var(--e-global-typography-565a49d-font-style) var(--e-global-typography-565a49d-font-weight) var(--e-global-typography-565a49d-font-size)/var(--e-global-typography-565a49d-line-height) var(--e-global-typography-565a49d-font-family), Sans-serif;
  text-transform: var(--e-global-typography-565a49d-text-transform);
  text-transform: capitalize;
  text-decoration: none;
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card .custom-card-blog-info .custom-card-content {
  color: var(--e-global-color-text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  font: var(--e-global-typography-8a61978-font-style) var(--e-global-typography-8a61978-font-weight) var(--e-global-typography-8a61978-font-size)/var(--e-global-typography-8a61978-line-height) var(--e-global-typography-8a61978-font-family), Sans-serif;
  text-transform: var(--e-global-typography-8a61978-text-transform);
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card .custom-card-blog-info .custom-card-read-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 70px;
  margin-top: auto;
}
@media only screen and (max-width: 884px) {
  .home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card .custom-card-blog-info .custom-card-read-more {
    height: 45px;
  }
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card .custom-card-blog-info .custom-card-read-more a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--e-global-color-text);
  transition: all 0.3s ease;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  font: var(--e-global-typography-760908d-font-style) var(--e-global-typography-760908d-font-weight) var(--e-global-typography-760908d-font-size)/var(--e-global-typography-760908d-line-height) var(--e-global-typography-760908d-font-family), Sans-serif;
  text-transform: var(--e-global-typography-760908d-text-transform);
  text-transform: uppercase;
}
@media only screen and (max-width: 884px) {
  .home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card .custom-card-blog-info .custom-card-read-more a {
    margin-bottom: 0 !important;
  }
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card .custom-card-blog-info .custom-card-read-more a span[class*=icon-] {
  padding: 20px;
  border-top-left-radius: 6px;
  color: #ffffff;
  background-color: var(--e-global-color-primary);
  transition: all 0.3s ease;
  margin-left: 17px;
}
@media only screen and (max-width: 1744px) {
  .home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card .custom-card-blog-info .custom-card-read-more a span[class*=icon-] {
    padding: 18px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1126px) {
  .home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card .custom-card-blog-info .custom-card-read-more a span[class*=icon-] {
    padding: 16px;
    margin-left: 13px;
  }
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card:hover .custom-card-blog-info {
  background-color: var(--e-global-color-primary);
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card:hover .custom-card-blog-info .custom-card-meta-info-wrap {
  color: #ffffff;
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card:hover .custom-card-blog-info .custom-card-meta-info-wrap .custom-card-date::after {
  background-color: #ffffff;
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card:hover .custom-card-blog-info .custom-card-meta-info-wrap .custom-card-date::before {
  filter: brightness(0) invert(1);
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card:hover .custom-card-blog-info .custom-card-title a {
  color: #ffffff;
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card:hover .custom-card-blog-info .custom-card-content {
  color: #ffffff;
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card:hover .custom-card-blog-info .custom-card-read-more a {
  color: #ffffff;
}
.home-blog-slider .custom-home-blog-slider .custom-swiper-wrapper .custom-swiper-slide .custom-slider-card:hover .custom-card-blog-info .custom-card-read-more a span[class*=icon-] {
  background-color: #ffffff;
  color: var(--e-global-color-primary);
}
.home-blog-slider .home-blog-slider-navigation {
  display: none;
}

.hero-banner-navigation,
.home-slider-2-navigation,
.home-service-slider-navigation,
.home-review-slider-navigation,
.home-blog-slider-navigation,
.blog-detail-slider-swiper-navigation {
  width: 100%;
  height: 100%;
  max-width: 1544px;
  margin: 0 auto;
  position: relative;
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 37px;
  height: 44px;
}
@media only screen and (max-width: 1744px) {
  .hero-banner-navigation,
  .home-slider-2-navigation,
  .home-service-slider-navigation,
  .home-review-slider-navigation,
  .home-blog-slider-navigation,
  .blog-detail-slider-swiper-navigation {
    margin-top: 78px;
    height: 40px;
    max-width: 1304px;
    gap: 0 34px;
  }
}
@media only screen and (max-width: 1404px) {
  .hero-banner-navigation,
  .home-slider-2-navigation,
  .home-service-slider-navigation,
  .home-review-slider-navigation,
  .home-blog-slider-navigation,
  .blog-detail-slider-swiper-navigation {
    margin-top: 68px;
    max-width: 1046px;
    height: 36px;
    gap: 0 30px;
  }
}
@media only screen and (max-width: 1126px) {
  .hero-banner-navigation,
  .home-slider-2-navigation,
  .home-service-slider-navigation,
  .home-review-slider-navigation,
  .home-blog-slider-navigation,
  .blog-detail-slider-swiper-navigation {
    margin-top: 70px;
    max-width: 824px;
    height: 24px;
    gap: 0 20px;
  }
}
@media only screen and (max-width: 884px) {
  .hero-banner-navigation,
  .home-slider-2-navigation,
  .home-service-slider-navigation,
  .home-review-slider-navigation,
  .home-blog-slider-navigation,
  .blog-detail-slider-swiper-navigation {
    margin-top: 60px;
    max-width: 660px;
    height: 23px;
    padding: 0 26px;
    gap: 0 10px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-banner-navigation,
  .home-slider-2-navigation,
  .home-service-slider-navigation,
  .home-review-slider-navigation,
  .home-blog-slider-navigation,
  .blog-detail-slider-swiper-navigation {
    max-width: 100%;
  }
}
.hero-banner-navigation .swiper-button-next,
.hero-banner-navigation .swiper-button-prev,
.hero-banner-navigation .swiper-pagination,
.home-slider-2-navigation .swiper-button-next,
.home-slider-2-navigation .swiper-button-prev,
.home-slider-2-navigation .swiper-pagination,
.home-service-slider-navigation .swiper-button-next,
.home-service-slider-navigation .swiper-button-prev,
.home-service-slider-navigation .swiper-pagination,
.home-review-slider-navigation .swiper-button-next,
.home-review-slider-navigation .swiper-button-prev,
.home-review-slider-navigation .swiper-pagination,
.home-blog-slider-navigation .swiper-button-next,
.home-blog-slider-navigation .swiper-button-prev,
.home-blog-slider-navigation .swiper-pagination,
.blog-detail-slider-swiper-navigation .swiper-button-next,
.blog-detail-slider-swiper-navigation .swiper-button-prev,
.blog-detail-slider-swiper-navigation .swiper-pagination {
  position: static;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  width: auto;
  transform: none;
}
.hero-banner-navigation .swiper-button-next,
.hero-banner-navigation .swiper-button-prev,
.home-slider-2-navigation .swiper-button-next,
.home-slider-2-navigation .swiper-button-prev,
.home-service-slider-navigation .swiper-button-next,
.home-service-slider-navigation .swiper-button-prev,
.home-review-slider-navigation .swiper-button-next,
.home-review-slider-navigation .swiper-button-prev,
.home-blog-slider-navigation .swiper-button-next,
.home-blog-slider-navigation .swiper-button-prev,
.blog-detail-slider-swiper-navigation .swiper-button-next,
.blog-detail-slider-swiper-navigation .swiper-button-prev {
  height: 44px;
  font-style: normal;
  margin: 0;
}
@media only screen and (max-width: 1744px) {
  .hero-banner-navigation .swiper-button-next,
  .hero-banner-navigation .swiper-button-prev,
  .home-slider-2-navigation .swiper-button-next,
  .home-slider-2-navigation .swiper-button-prev,
  .home-service-slider-navigation .swiper-button-next,
  .home-service-slider-navigation .swiper-button-prev,
  .home-review-slider-navigation .swiper-button-next,
  .home-review-slider-navigation .swiper-button-prev,
  .home-blog-slider-navigation .swiper-button-next,
  .home-blog-slider-navigation .swiper-button-prev,
  .blog-detail-slider-swiper-navigation .swiper-button-next,
  .blog-detail-slider-swiper-navigation .swiper-button-prev {
    height: 40px;
  }
}
@media only screen and (max-width: 1404px) {
  .hero-banner-navigation .swiper-button-next,
  .hero-banner-navigation .swiper-button-prev,
  .home-slider-2-navigation .swiper-button-next,
  .home-slider-2-navigation .swiper-button-prev,
  .home-service-slider-navigation .swiper-button-next,
  .home-service-slider-navigation .swiper-button-prev,
  .home-review-slider-navigation .swiper-button-next,
  .home-review-slider-navigation .swiper-button-prev,
  .home-blog-slider-navigation .swiper-button-next,
  .home-blog-slider-navigation .swiper-button-prev,
  .blog-detail-slider-swiper-navigation .swiper-button-next,
  .blog-detail-slider-swiper-navigation .swiper-button-prev {
    height: 36px;
  }
}
@media only screen and (max-width: 1126px) {
  .hero-banner-navigation .swiper-button-next,
  .hero-banner-navigation .swiper-button-prev,
  .home-slider-2-navigation .swiper-button-next,
  .home-slider-2-navigation .swiper-button-prev,
  .home-service-slider-navigation .swiper-button-next,
  .home-service-slider-navigation .swiper-button-prev,
  .home-review-slider-navigation .swiper-button-next,
  .home-review-slider-navigation .swiper-button-prev,
  .home-blog-slider-navigation .swiper-button-next,
  .home-blog-slider-navigation .swiper-button-prev,
  .blog-detail-slider-swiper-navigation .swiper-button-next,
  .blog-detail-slider-swiper-navigation .swiper-button-prev {
    height: 24px;
  }
}
@media only screen and (max-width: 884px) {
  .hero-banner-navigation .swiper-button-next,
  .hero-banner-navigation .swiper-button-prev,
  .home-slider-2-navigation .swiper-button-next,
  .home-slider-2-navigation .swiper-button-prev,
  .home-service-slider-navigation .swiper-button-next,
  .home-service-slider-navigation .swiper-button-prev,
  .home-review-slider-navigation .swiper-button-next,
  .home-review-slider-navigation .swiper-button-prev,
  .home-blog-slider-navigation .swiper-button-next,
  .home-blog-slider-navigation .swiper-button-prev,
  .blog-detail-slider-swiper-navigation .swiper-button-next,
  .blog-detail-slider-swiper-navigation .swiper-button-prev {
    height: 23px;
  }
}
.hero-banner-navigation .swiper-button-next::after,
.hero-banner-navigation .swiper-button-prev::after,
.home-slider-2-navigation .swiper-button-next::after,
.home-slider-2-navigation .swiper-button-prev::after,
.home-service-slider-navigation .swiper-button-next::after,
.home-service-slider-navigation .swiper-button-prev::after,
.home-review-slider-navigation .swiper-button-next::after,
.home-review-slider-navigation .swiper-button-prev::after,
.home-blog-slider-navigation .swiper-button-next::after,
.home-blog-slider-navigation .swiper-button-prev::after,
.blog-detail-slider-swiper-navigation .swiper-button-next::after,
.blog-detail-slider-swiper-navigation .swiper-button-prev::after {
  color: var(--e-global-color-text);
  font-size: 44px;
}
@media only screen and (max-width: 1744px) {
  .hero-banner-navigation .swiper-button-next::after,
  .hero-banner-navigation .swiper-button-prev::after,
  .home-slider-2-navigation .swiper-button-next::after,
  .home-slider-2-navigation .swiper-button-prev::after,
  .home-service-slider-navigation .swiper-button-next::after,
  .home-service-slider-navigation .swiper-button-prev::after,
  .home-review-slider-navigation .swiper-button-next::after,
  .home-review-slider-navigation .swiper-button-prev::after,
  .home-blog-slider-navigation .swiper-button-next::after,
  .home-blog-slider-navigation .swiper-button-prev::after,
  .blog-detail-slider-swiper-navigation .swiper-button-next::after,
  .blog-detail-slider-swiper-navigation .swiper-button-prev::after {
    font-size: 40px !important;
  }
}
@media only screen and (max-width: 1404px) {
  .hero-banner-navigation .swiper-button-next::after,
  .hero-banner-navigation .swiper-button-prev::after,
  .home-slider-2-navigation .swiper-button-next::after,
  .home-slider-2-navigation .swiper-button-prev::after,
  .home-service-slider-navigation .swiper-button-next::after,
  .home-service-slider-navigation .swiper-button-prev::after,
  .home-review-slider-navigation .swiper-button-next::after,
  .home-review-slider-navigation .swiper-button-prev::after,
  .home-blog-slider-navigation .swiper-button-next::after,
  .home-blog-slider-navigation .swiper-button-prev::after,
  .blog-detail-slider-swiper-navigation .swiper-button-next::after,
  .blog-detail-slider-swiper-navigation .swiper-button-prev::after {
    font-size: 36px !important;
  }
}
@media only screen and (max-width: 1126px) {
  .hero-banner-navigation .swiper-button-next::after,
  .hero-banner-navigation .swiper-button-prev::after,
  .home-slider-2-navigation .swiper-button-next::after,
  .home-slider-2-navigation .swiper-button-prev::after,
  .home-service-slider-navigation .swiper-button-next::after,
  .home-service-slider-navigation .swiper-button-prev::after,
  .home-review-slider-navigation .swiper-button-next::after,
  .home-review-slider-navigation .swiper-button-prev::after,
  .home-blog-slider-navigation .swiper-button-next::after,
  .home-blog-slider-navigation .swiper-button-prev::after,
  .blog-detail-slider-swiper-navigation .swiper-button-next::after,
  .blog-detail-slider-swiper-navigation .swiper-button-prev::after {
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 884px) {
  .hero-banner-navigation .swiper-button-next::after,
  .hero-banner-navigation .swiper-button-prev::after,
  .home-slider-2-navigation .swiper-button-next::after,
  .home-slider-2-navigation .swiper-button-prev::after,
  .home-service-slider-navigation .swiper-button-next::after,
  .home-service-slider-navigation .swiper-button-prev::after,
  .home-review-slider-navigation .swiper-button-next::after,
  .home-review-slider-navigation .swiper-button-prev::after,
  .home-blog-slider-navigation .swiper-button-next::after,
  .home-blog-slider-navigation .swiper-button-prev::after,
  .blog-detail-slider-swiper-navigation .swiper-button-next::after,
  .blog-detail-slider-swiper-navigation .swiper-button-prev::after {
    font-size: 23px !important;
  }
}
.hero-banner-navigation .swiper-button-prev,
.home-slider-2-navigation .swiper-button-prev,
.home-service-slider-navigation .swiper-button-prev,
.home-review-slider-navigation .swiper-button-prev,
.home-blog-slider-navigation .swiper-button-prev,
.blog-detail-slider-swiper-navigation .swiper-button-prev {
  order: 1;
}
.hero-banner-navigation .swiper-button-next,
.home-slider-2-navigation .swiper-button-next,
.home-service-slider-navigation .swiper-button-next,
.home-review-slider-navigation .swiper-button-next,
.home-blog-slider-navigation .swiper-button-next,
.blog-detail-slider-swiper-navigation .swiper-button-next {
  order: 3;
}
.hero-banner-navigation .swiper-pagination,
.home-slider-2-navigation .swiper-pagination,
.home-service-slider-navigation .swiper-pagination,
.home-review-slider-navigation .swiper-pagination,
.home-blog-slider-navigation .swiper-pagination,
.blog-detail-slider-swiper-navigation .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  top: 100%;
  bottom: auto;
  width: -moz-max-content;
  width: max-content;
  order: 2;
}
@media only screen and (max-width: 1404px) {
  .hero-banner-navigation .swiper-pagination,
  .home-slider-2-navigation .swiper-pagination,
  .home-service-slider-navigation .swiper-pagination,
  .home-review-slider-navigation .swiper-pagination,
  .home-blog-slider-navigation .swiper-pagination,
  .blog-detail-slider-swiper-navigation .swiper-pagination {
    gap: 8px;
  }
}
@media only screen and (max-width: 1126px) {
  .hero-banner-navigation .swiper-pagination,
  .home-slider-2-navigation .swiper-pagination,
  .home-service-slider-navigation .swiper-pagination,
  .home-review-slider-navigation .swiper-pagination,
  .home-blog-slider-navigation .swiper-pagination,
  .blog-detail-slider-swiper-navigation .swiper-pagination {
    gap: 6px;
  }
}
.hero-banner-navigation .swiper-pagination .swiper-pagination-bullet,
.home-slider-2-navigation .swiper-pagination .swiper-pagination-bullet,
.home-service-slider-navigation .swiper-pagination .swiper-pagination-bullet,
.home-review-slider-navigation .swiper-pagination .swiper-pagination-bullet,
.home-blog-slider-navigation .swiper-pagination .swiper-pagination-bullet,
.blog-detail-slider-swiper-navigation .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 12px;
  height: 12px;
  border: 1px solid var(--e-global-color-text);
  background: transparent;
  opacity: 1;
}
@media only screen and (max-width: 1744px) {
  .hero-banner-navigation .swiper-pagination .swiper-pagination-bullet,
  .home-slider-2-navigation .swiper-pagination .swiper-pagination-bullet,
  .home-service-slider-navigation .swiper-pagination .swiper-pagination-bullet,
  .home-review-slider-navigation .swiper-pagination .swiper-pagination-bullet,
  .home-blog-slider-navigation .swiper-pagination .swiper-pagination-bullet,
  .blog-detail-slider-swiper-navigation .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
}
@media only screen and (max-width: 1404px) {
  .hero-banner-navigation .swiper-pagination .swiper-pagination-bullet,
  .home-slider-2-navigation .swiper-pagination .swiper-pagination-bullet,
  .home-service-slider-navigation .swiper-pagination .swiper-pagination-bullet,
  .home-review-slider-navigation .swiper-pagination .swiper-pagination-bullet,
  .home-blog-slider-navigation .swiper-pagination .swiper-pagination-bullet,
  .blog-detail-slider-swiper-navigation .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}
@media only screen and (max-width: 1126px) {
  .hero-banner-navigation .swiper-pagination .swiper-pagination-bullet,
  .home-slider-2-navigation .swiper-pagination .swiper-pagination-bullet,
  .home-service-slider-navigation .swiper-pagination .swiper-pagination-bullet,
  .home-review-slider-navigation .swiper-pagination .swiper-pagination-bullet,
  .home-blog-slider-navigation .swiper-pagination .swiper-pagination-bullet,
  .blog-detail-slider-swiper-navigation .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.hero-banner-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.home-slider-2-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.home-service-slider-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.home-review-slider-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.home-blog-slider-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.blog-detail-slider-swiper-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.welcome-slider .swiper-container,
.services-slider .swiper-container,
.review-slider .swiper-container {
  padding: 14px;
  margin: -14px;
}
.welcome-slider .swiper-container .swiper-wrapper .swiper-slide,
.services-slider .swiper-container .swiper-wrapper .swiper-slide,
.review-slider .swiper-container .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
}
.welcome-slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next, .welcome-slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active,
.services-slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next,
.services-slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active,
.review-slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next,
.review-slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
@media only screen and (max-width: 575px) {
  .welcome-slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next,
  .services-slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next,
  .review-slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
    opacity: 0 !important;
  }
}

.services-slider.service-page-slider .swiper-container {
  margin: 0 -14px;
}

div:has(> .welcome-slider), div:has(> .services-slider), div:has(> .review-slider) {
  overflow: hidden;
}

.welcome-slider .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 1 !important;
}
@media only screen and (max-width: 884px) {
  .welcome-slider .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 0 !important;
  }
}

.icon-arrow-right,
.icon-arrow-left {
  font-size: 20px;
}
@media only screen and (max-width: 1744px) {
  .icon-arrow-right,
  .icon-arrow-left {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1126px) {
  .icon-arrow-right,
  .icon-arrow-left {
    font-size: 16px;
  }
}

.doctor-box-wrapper.single-doctor-box-wrapper .doctor-box {
  width: 100%;
  flex-direction: row;
  box-shadow: 0px 4px 22.6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
@media only screen and (max-width: 884px) {
  .doctor-box-wrapper.single-doctor-box-wrapper .doctor-box {
    flex-direction: column;
  }
}
.doctor-box-wrapper.single-doctor-box-wrapper .doctor-box > .elementor-widget.elementor-widget-image {
  width: 30%;
}
@media only screen and (max-width: 1126px) {
  .doctor-box-wrapper.single-doctor-box-wrapper .doctor-box > .elementor-widget.elementor-widget-image {
    width: 40%;
  }
}
@media only screen and (max-width: 884px) {
  .doctor-box-wrapper.single-doctor-box-wrapper .doctor-box > .elementor-widget.elementor-widget-image {
    width: 100%;
  }
}
.doctor-box-wrapper.single-doctor-box-wrapper .doctor-box > .elementor-widget.elementor-widget-image .elementor-widget-container img {
  border-radius: 0px;
}
.doctor-box-wrapper.single-doctor-box-wrapper .doctor-box > .e-con.e-child {
  width: 70%;
  border-radius: 0px;
  border-left: 2px solid #e7e6eb;
  padding: 50px;
  box-shadow: none;
}
@media only screen and (max-width: 1744px) {
  .doctor-box-wrapper.single-doctor-box-wrapper .doctor-box > .e-con.e-child {
    padding: 40px;
  }
}
@media only screen and (max-width: 1126px) {
  .doctor-box-wrapper.single-doctor-box-wrapper .doctor-box > .e-con.e-child {
    padding: 30px;
    width: 60%;
  }
}
@media only screen and (max-width: 884px) {
  .doctor-box-wrapper.single-doctor-box-wrapper .doctor-box > .e-con.e-child {
    width: 100%;
    padding: 20px;
    border-left: none;
  }
}
.doctor-box-wrapper.single-doctor-box-wrapper .doctor-box > .e-con.e-child .elementor-widget.elementor-widget-icon {
  display: none !important;
}
.doctor-box-wrapper.single-doctor-box-wrapper .doctor-box > .e-con.e-child .elementor-widget.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
.doctor-box-wrapper.single-doctor-box-wrapper .doctor-box > .e-con.e-child .doctor-info > div {
  -webkit-line-clamp: inherit !important;
}
.doctor-box-wrapper > .doctor-box .doctor-info > div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  transition: all 0.3s ease;
}
.doctor-box-wrapper > .doctor-box .elementor-icon {
  cursor: pointer;
}
.doctor-box-wrapper > .doctor-box.show-full-content .doctor-info > div {
  -webkit-line-clamp: inherit;
}

.commitment-item-box-wrapper .commitment-item {
  transition: all 0.3s ease;
  cursor: pointer;
}
.commitment-item-box-wrapper .commitment-item .blue-icon {
  display: none;
  transition: all 0.3s ease;
}
.commitment-item-box-wrapper .commitment-item .icon .elementor-icon-wrapper {
  display: flex;
}
@media only screen and (max-width: 1126px) {
  .commitment-item-box-wrapper .commitment-item .icon .elementor-icon-wrapper .elementor-icon {
    padding: 22.5px !important;
  }
}
.commitment-item-box-wrapper .commitment-item:hover {
  background-color: var(--e-global-color-primary);
}
.commitment-item-box-wrapper .commitment-item:hover .blue-icon {
  display: block;
}
.commitment-item-box-wrapper .commitment-item:hover .white-icon {
  transition: all 0.3s ease;
  display: none;
}
.commitment-item-box-wrapper .commitment-item:hover .elementor-widget-heading .elementor-heading-title {
  transition: all 0.3s ease;
  color: #ffffff;
}
.commitment-item-box-wrapper .commitment-item:hover .elementor-widget-text-editor {
  transition: all 0.3s ease;
  color: #ffffff;
}
.commitment-item-box-wrapper .commitment-item:hover .commitment-item-content {
  border-color: transparent;
  transition: all 0.3s ease;
}
.commitment-item-box-wrapper .commitment-item:hover + .commitment-item {
  border-color: transparent;
  transition: all 0.3s ease;
}

.service-inner-page-sidebar .service-inner-page-sidebar-item .elementor-icon-wrapper {
  display: flex;
}
.service-inner-page-sidebar .service-inner-page-sidebar-item .sidebar-arrow-icon {
  margin-left: auto;
  min-width: 18px;
}
@media only screen and (max-width: 1744px) {
  .service-inner-page-sidebar .service-inner-page-sidebar-item .sidebar-arrow-icon {
    min-width: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .service-inner-page-sidebar .service-inner-page-sidebar-item .sidebar-arrow-icon {
    min-width: 14px;
  }
}
.service-inner-page-sidebar .service-inner-page-sidebar-item .sidebar-arrow-icon .icon-arrow-right {
  font-size: 18px;
}
@media only screen and (max-width: 1404px) {
  .service-inner-page-sidebar .service-inner-page-sidebar-item .sidebar-arrow-icon .icon-arrow-right {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .service-inner-page-sidebar .service-inner-page-sidebar-item .sidebar-arrow-icon .icon-arrow-right {
    font-size: 14px;
  }
}
.service-inner-page-sidebar .service-inner-page-sidebar-item .services-list-item-icon {
  min-width: 70px;
}
@media only screen and (max-width: 1744px) {
  .service-inner-page-sidebar .service-inner-page-sidebar-item .services-list-item-icon {
    min-width: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .service-inner-page-sidebar .service-inner-page-sidebar-item .services-list-item-icon {
    min-width: 50px;
  }
}
.service-inner-page-sidebar .service-inner-page-sidebar-item .services-list-item-icon.services-list-item-blue-icon {
  display: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1404px) {
  .service-inner-page-sidebar .service-inner-page-sidebar-item .services-list-item-icon .elementor-icon {
    padding: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .service-inner-page-sidebar .service-inner-page-sidebar-item .services-list-item-icon .elementor-icon {
    min-width: 10px;
  }
}
.service-inner-page-sidebar .service-inner-page-sidebar-item:hover, .service-inner-page-sidebar .service-inner-page-sidebar-item.active {
  background-color: var(--e-global-color-primary) !important;
}
.service-inner-page-sidebar .service-inner-page-sidebar-item:hover .services-list-item-icon.services-list-item-blue-icon, .service-inner-page-sidebar .service-inner-page-sidebar-item.active .services-list-item-icon.services-list-item-blue-icon {
  display: block;
}
.service-inner-page-sidebar .service-inner-page-sidebar-item:hover .services-list-item-icon.services-list-item-white-icon, .service-inner-page-sidebar .service-inner-page-sidebar-item.active .services-list-item-icon.services-list-item-white-icon {
  transition: all 0.3s ease;
  display: none;
}
.service-inner-page-sidebar .service-inner-page-sidebar-item:hover .elementor-heading-title, .service-inner-page-sidebar .service-inner-page-sidebar-item.active .elementor-heading-title {
  color: #ffffff;
  transition: all 0.3s ease;
}
.service-inner-page-sidebar .service-inner-page-sidebar-item:hover .sidebar-arrow-icon .icon, .service-inner-page-sidebar .service-inner-page-sidebar-item.active .sidebar-arrow-icon .icon {
  transition: all 0.3s ease;
  color: #ffffff;
}

.new-patient-scroll-down-btn .elementor-widget-container > span {
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-color: var(--e-global-color-6bc18f9);
  border: 2px solid var(--e-global-color-8a7e08f);
  border-radius: 50%;
  color: var(--e-global-color-8a7e08f);
}
.new-patient-scroll-down-btn .elementor-widget-container > span:hover {
  color: var(--e-global-color-primary);
  background-color: var(--e-global-color-8a7e08f);
}

.text-content.new-patient-text-content a {
  text-wrap: wrap;
  word-break: break-all;
}

.new-patient-box-wrapper {
  margin: 0 auto;
}
.new-patient-box-wrapper .new-patient-box:hover {
  z-index: 2;
}
.new-patient-box-wrapper .new-patients-icon-box .elementor-icon-box-icon {
  margin-bottom: 32px !important;
}
@media only screen and (max-width: 1744px) {
  .new-patient-box-wrapper .new-patients-icon-box .elementor-icon-box-icon {
    margin-bottom: 35px !important;
  }
}
@media only screen and (max-width: 1404px) {
  .new-patient-box-wrapper .new-patients-icon-box .elementor-icon-box-icon {
    margin-bottom: 25px !important;
  }
}
@media only screen and (max-width: 1126px) {
  .new-patient-box-wrapper .new-patients-icon-box .elementor-icon-box-icon {
    margin-bottom: 8px !important;
  }
}
@media only screen and (max-width: 884px) {
  .new-patient-box-wrapper .new-patients-icon-box .elementor-icon-box-icon {
    margin-bottom: 0 !important;
    margin-right: 55px !important;
  }
}
@media only screen and (max-width: 575px) {
  .new-patient-box-wrapper .new-patients-icon-box .elementor-icon-box-icon {
    margin-right: 0 !important;
    margin-bottom: 33px !important;
  }
}
@media only screen and (max-width: 884px) {
  .new-patient-box-wrapper .new-patients-icon-box .elementor-icon-box-title {
    display: flex;
  }
}
@media only screen and (max-width: 575px) {
  .new-patient-box-wrapper .new-patients-icon-box .elementor-icon-box-title {
    justify-content: center;
  }
}
@media only screen and (max-width: 884px) {
  .new-patient-box-wrapper .dental-health-read-more-btn,
  .new-patient-box-wrapper .new-patient-scroll-down-btn {
    position: absolute;
    bottom: 50px;
    left: 200px;
  }
}
@media only screen and (max-width: 575px) {
  .new-patient-box-wrapper .dental-health-read-more-btn,
  .new-patient-box-wrapper .new-patient-scroll-down-btn {
    position: relative;
    bottom: unset;
    left: unset;
  }
}
@media only screen and (max-width: 884px) {
  .new-patient-box-wrapper .new-patient-scroll-down-btn {
    bottom: 21px;
  }
}
@media only screen and (max-width: 575px) {
  .new-patient-box-wrapper .new-patient-scroll-down-btn {
    bottom: unset;
  }
}

.invisalign-comparison-lcon .elementor-icon-wrapper {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1126px) {
  .invisalign-comparison-lcon .elementor-icon-wrapper .elementor-icon {
    padding: 19px !important;
  }
}

.invisalign-comparison-list ul li .elementor-icon-list-icon i {
  width: 1em;
}
.invisalign-comparison-list ul li .elementor-icon-list-text {
  padding: 0 !important;
}

.financing-options-icon-box {
  flex: 1;
}
.financing-options-icon-box .elementor-icon-box-icon {
  display: flex;
  justify-content: center;
}
.financing-options-icon-box:hover .elementor-icon-box-title {
  transition: all 0.3s ease;
  color: var(--e-global-color-primary) !important;
}

.half-overlay-sec {
  position: relative;
}
.half-overlay-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 51.3692%;
  background-color: var(--e-global-color-038c498);
}
@media only screen and (max-width: 884px) {
  .half-overlay-sec::before {
    width: 100%;
  }
}

.dental-solutions-icon-box .elementor-icon-box-wrapper {
  align-items: center;
}
.dental-solutions-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
  display: flex !important;
}/*# sourceMappingURL=style1.css.map */