@import url('style-global.css?v=1.0');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 20px !important;
}

/* Page header --- start */
/* #slideshow .owl-carousel.owl-drag .owl-item .page-header img {
  scale: 1;
  transition: 20s ease-out;
}

#slideshow .owl-carousel.owl-drag .owl-item.active .page-header img {
  scale: 1.2;
} */

.page-header {
  padding: 50px 0;
  background-color: #f9d6d2;
  min-height: calc(50vh + 1px);
}

@media (min-width: 1600px) {
  .page-header {
    min-height: calc(95vh - 100px);
  }
}

.page-header .container {
  padding: 0 20px;
}

.page-header .back_btn {
  margin: 10px 10px 10px 15.5%;
}

.page-header .back_btn a {
  font-size: .8em !important;
}

.page-header .banner-text {
  padding: 30px;
  width: 90%;
  max-width: 1400px;
  margin: 0 !important;
}

.page-header .banner-text h1 {
  font-size: clamp(20px, 2.6vw, 42px);
  line-height: 1;
  padding: 0 0 0 32px;
  margin: 0 0 30px 0 !important;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 1024px;
  border-left: #fff 5px solid;
}

.page-header .banner-text h1 strong {
  display: block;
  font-size: clamp(30px, 4.6vw, 82px);
  font-weight: 900;
}

.page-header .banner-text h2 {
  font-size: clamp(1.8rem, 2vw, 20px);
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 20px 0;
}

.page-header .pre_heading {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.page-header .flexrow {
  padding-top: 10px;
  gap: 30px;
}

.page-header .flexrow img {
  border-radius: 3px;
}

.page-header .num_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  min-width: 35%;
}

.page-header .num_list li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 20px 0 0;
  margin: 0 0 1px 0;
  list-style-type: none;
  background: #fff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}

.page-header .num_list li em {
  font-style: normal;
  font-size: 20px;
  font-weight: 200;
  background: var(--ld-pink);
  border-radius: 3px;
  padding: 12px 0;
  color: #fff;
  display: inline-flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  flex: 0 0 50px;
}



.page-header .banner-text img {
  border-radius: 5px;
}

/*
.page-header .btn_outline .wp-block-button__link {
  color: #1ae7ff !important;
  border-color: #1ae7ff;
}
*/

.page-header .banner-text .wp-block-buttons {
  flex: 1;
  height: 100%;
}

.page-header .banner-text .wp-block-buttons .wp-block-button__link {
  justify-content: center;
  font-size: 20px !important;
}

@media (max-width: 1180px) {
  .page-header .banner-text .wp-block-columns {
    flex-direction: column;
    text-align: center;
  }

  .page-header .banner-text .wp-block-columns .button_column {
    order: 2;
  }
}


.page-header-inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 100px 0 0 0;
  min-height: 540px !important;
  margin-top: -110px;
}

/* Admin preview */
.page-header-inner.block-editor-block-list__block {
  margin: 0;
}

.page-header-inner h3 {
  font-size: clamp(18px, 3vw, 20px);
  line-height: 1.1;
  padding: 0 20px 5px 20px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 2px;
}


.page-header-inner .post_meta {
  gap: 30px;
  font-size: 15px;
  margin: -30px 0 20px 0;
}

.page-header-inner .post_meta p {
  margin: 0;
}

.page-header-inner .post_meta a {
  color: currentColor;
  text-decoration: underline;
}

article.post .page-header-inner .inner_page_title {
  font-size: clamp(3.4rem, 4vw, 48px);
}

@media (max-width: 1280px) {
  .page-header-inner {
    margin-top: 0;
  }
}



@media (max-width: 1100px) {
  .page-header-inner .banner_columns {
    flex-direction: column;
  }
}

@media (max-width: 800px) {
  .page-header {
    flex-direction: column;
  }

  .page-header .container {
    padding: 0;
  }

  .page-header {
    padding: 0;
  }

  .page-header .banner-text {
    width: 100%;
    padding: 40px 0;
  }

  .page-header .banner-text h1 {
    border: 0;
    padding-left: 0;
  }


  .page-header .wp-block-cover__image-background {
    display: block;
    position: static;
  }

  .page-header .wp-block-cover__background {
    opacity: 0 !important;
  }

  .page-header .num_list {
    min-width: calc(100% - 2px);
    text-align: left;
  }

  .page-header .num_list li {
    padding: 10px 15px 10px 10px;
  }

  .page-header .num_list li em {
    margin: -10px;
  }

  .page-header-inner {
    margin: 0;
    padding-top: 0;
    min-height: auto !important;
  }

  .single-post .page-header-inner {
    padding-bottom: 0;
  }

}



/* Page header --- End */

/* Page header layout 2--- START */
.header_2 {
  padding: 0;
  gap: 0;
}

.header_2 .banner_columns {
  padding: 0;
  gap: 0;
}


.header_2 .page_title,
.header_4 .page_title {
  font-size: clamp(28px, 3.6vw, 58px);
  line-height: 1.2;
  padding: 0;
  margin: 0 0 20px 0 !important;
  font-weight: normal;
}

.header_2 .page_title {
  font-size: clamp(34px, 3.4vw, 48px);
  color: var(--ld-color-primary-heading);
}


/* .header_2 .page_title strong,
.header_4 .page_title strong {
  display: block;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 900;
} */

.header_2 .pre_heading,
.header_4 .pre_heading {
  font-size: clamp(2.0rem, 1.5vw, 24px);
  line-height: 1.5;
  font-weight: 400 !important;
  margin-bottom: 15px;
  text-transform: none;
}

.header_2 .tick_list li::before {
  content: "\f00c";
}

.header_2 .column-text {
  display: flex;
  align-items: center;
}

@media (min-width: 999px) {
  .header_2 .sub_heading {
    padding-right: 30px;
  }
}

@media (max-width: 999px) {
  .header_2 .banner_columns {
    flex-direction: column;
  }

  .header_2 .container {
    width: 100%;
  }

  /* .header_2 .column-text {
    order: 2;
    padding-bottom: 40px;
  } */

  /* .header_2 .column_image {
    background: linear-gradient(0deg, #e8e8e8 0%, rgb(255, 255, 255) 100%);
  } */


  .header_2 .page_title,
  .header_4 .page_title {
    border: 0;
    padding: 0;
  }

  /* .header_2 .wp-block-buttons {
    justify-content: center;
  } */
}

/* Page header layout 2--- End */
.header_3 {
  margin-top: -110px;
}

.header_3_title {
  margin-top: -200px;
  gap: 20px;
  justify-content: space-around !important;
  position: relative;
  z-index: 1;
  padding: 150px 0 0 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 1280px) {
  .header_3 {
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .header_3_title {
    margin-top: -150px;
    padding: 100px 0 0 0;
  }
}

@media (max-width: 600px) {
  .header_3_title {
    margin-top: 0;
    padding: 40px 20px;
  }
}

/* Header style 4 ------- START */
.page-header-block {
  position: relative;
  gap: 0;
}

.header_4 {
  height: 100%;
}

.header_2 .banner-text,
.header_4 .banner-text {
  font-size: 18px;
  line-height: 1.3;
  color: var(--ld-color-primary-text);
  padding: 0 20px 0 0;
  max-width: 1024px !important;
  margin: 0 calc(4% + 1.5vw) 0 calc(5% + 1.5vw);
}

.header_2 .banner-text {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 999px) {
  .header_2 .column_image {
    order: -1;
    aspect-ratio: 16/9;
  }

  .header_2 .column_image .wp-block-cover {
    min-height: auto !important;
    display: block;
  }

  .header_2 .column_image .wp-block-cover img {
    aspect-ratio: 16/9;
    position: static;
  }

  .page-header-block {
    /* flex-direction: column !important; */
    display: block !important;
  }

  .page-header-block.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0% !important;
  }

  .page-header-block .header_form_column {
    flex-basis: 100% !important;
    max-width: 100%;
    min-width: 100%;
  }

  .header_2 .banner-text {
    padding: 30px;
    margin: 0;
  }
}

@media (max-width: 800px) {

  .header_4 {
    /* flex-direction: column; */
    padding: 40px 0;
    min-height: auto !important;
  }

  /* 
  .header_4 .wp-block-cover__image-background {
   display: none;
    position: static; 
  } */

  .header_4 .has-background-dim {
    opacity: .85 !important;
  }

  .header_4 .banner-text {
    padding: 30px;
    margin: 0;
  }
}

/* Header style 4 ------- END */

.header_video_abs {
  position: relative;
}

.header_video_abs .img_abs {
  left: 35%;
  bottom: 0;
}

/* Admin preview only */
.wp-block.img_abs {
  position: static !important;
}

.wp-block.img_abs a {
  float: none !important;
}

@media (max-width: 999px) {
  .header_video_abs .img_abs {
    position: static !important;
    padding: 20px;
    margin: 0 !important;
    justify-content: center;
    max-width: none !important;
    background-color: var(--ld-color-secondary);
  }
}

/* .header-bottom ------- START */

.header-bottom {
  /* margin: 0; */
  /* display: flex; */
  /* gap: 0; */
  /* flex-wrap: wrap !important; */
  box-shadow: #0000001c 0 -1px 0 0 inset;
}

.header-bottom .media-text-columns {
  gap: 0;
  padding: 15px 0;
}

.header-bottom .media-text-columns .wp-block-column {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  background: var(--ld-lightgray);
}

.header-bottom .media-text-columns .wp-block-image {
  opacity: .2;
  overflow: hidden;
}

.header-bottom .media-text-columns .wp-block-media-text {
  margin: 0;
  padding: 5px 15px;
  /* width: 100%; */
  grid-template-columns: 50px auto !important;
  justify-content: center;
}

.header-bottom .media-text-columns .wp-block-media-text .wp-block-media-text__media {
  max-width: 50px;
  transition: .3s;
  /* background: #fff; */
  width: 50px;
  height: 50px;
  /* border-radius: 50%; */
  overflow: hidden;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-bottom .media-text-columns .wp-block-media-text .wp-block-media-text__media img {
  width: 92%;
}

.header-bottom .media-text-columns .wp-block-media-text:hover .wp-block-media-text__media {
  scale: 1.05;
}

.header-bottom .media-text-columns .wp-block-media-text .wp-block-media-text__content {
  word-break: normal;
  padding-right: 0px;
  padding-left: calc(1.2% + 10px);
}

.header-bottom .media-text-columns .wp-block-media-text .wp-block-media-text__content p {
  padding: 5px 0;
  font-size: clamp(1.5rem, 1.5vw, 24px);
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-bottom .media-text-columns .wp-block-media-text .wp-block-media-text__content,
.header-bottom .media-text-columns .wp-block-media-text .wp-block-media-text__content a {
  display: inline-block;
  /* color: var(--ld-white); */
}

/* .header-bottom .media-text-columns .wp-block-media-text .wp-block-media-text__content a:hover {
  color: var(--ld-yellow);
}

.header-bottom .media-text-columns .wp-block-media-text .wp-block-media-text__content small {
  display: inline-block;
} */

.header-bottom .pre_heading {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding-top: 1px;
  margin: 0;
  border-top: #fff 1px solid;
  text-align: center;
}

.header-bottom .pre_heading h3 {
  display: inline-flex;
  color: var(--ld-link-color);
  background: #fff;
  position: relative;
  transform: translate(0, -50%);
  padding: 0 0;
  font-size: 20px;
  line-height: 1.4 !important;
  margin: 0 auto;
  align-items: center;
}

.header-bottom .Refer_offer {
  gap: 30px;
  align-items: stretch;
  flex: 1;
  align-self: stretch;
  width: 100%;
  padding-right: 20px;
}

.header-bottom .Refer_offer>h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  padding: 20px 20px;
  white-space: nowrap;
  min-width: 100px;
}

.header-bottom .Refer_offer>h3 strong {
  font-size: 34px;
}

.header-bottom .Refer_offer>h3 br {
  display: none;
}

.header-bottom .Refer_offer>p {
  padding: 20px 0;
  align-self: center;
  font-size: clamp(1.8rem, 1.5vw, 24px);
  line-height: 1.2;
}

.header-bottom .tick_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(1.2vw + 5px);
  justify-content: center;
  margin: auto !important;
  padding: 20px 10px !important;
}

.header-bottom .tick_list li {
  font-size: clamp(1.8rem, 1.25vw, 22px);
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-bottom .column_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.8rem, 1.25vw, 22px);
  padding: 20px 15px;
}


@media (min-width: 800px) {

  .header-bottom .pre_heading h3::before,
  .header-bottom .pre_heading h3::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 30px solid #fff;
    border-bottom: 20px solid transparent;
    margin-left: -30px;
    margin-right: 20px;
  }

  .header-bottom .pre_heading h3::after {
    transform: scale(-1);
    margin-left: 20px;
    margin-right: -30px;
  }
}

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

  .header-bottom .pre_heading {
    position: relative;
    border: 0;
    padding: 20px 10px;
  }

  .header-bottom .pre_heading h3 {
    transform: none;
  }

  .header-bottom .logo_img {
    border: 0;
    width: 100%;
    height: auto;
    padding: 5px 15px;
  }


  .header-bottom .media-text-columns .wp-block-column {
    border: 0;
  }
}

@media (max-width: 1024px) {
  .header-bottom .wp-block-columns {
    flex-direction: column-reverse;
    border-top: #686f77 1px solid;
  }

  .header-bottom .media-text-columns {
    flex-wrap: wrap !important;
    padding: 0;
    width: 100%;
  }

  .header-bottom .media-text-columns .wp-block-column {

    flex: 1 50% !important;
  }

  .header-bottom .media-text-columns .wp-block-media-text {
    justify-content: start;
  }
}

@media (max-width: 600px) {

  .header-bottom .media-text-columns .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }

  .header-bottom .media-text-columns .wp-block-column {
    flex: 1 1 100% !important;
    border: 0 !important;
  }

  .header-bottom .media-text-columns .wp-block-media-text .wp-block-media-text__media {
    margin: 0 auto;
  }

  .header-bottom .media-text-columns .wp-block-media-text {
    margin: 0 auto;
    padding: 10px 3%;
    text-align: center;
    grid-template-columns: 100% !important;
  }
}

@media (max-width: 359px) {
  .header-bottom .media-text-columns {
    display: block;
  }
}

.header-bottom .categories {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  list-style-type: none;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
}

.header-bottom .categories a {
  padding: 10px 20px;
  margin: 5px;
  /* color: #fff; */
  border: var(--ld-color-primary) 1px solid;
  border-radius: 0;
  display: block;
  /* text-transform: uppercase; */
  font-weight: 600;
}

.header-bottom .categories a:hover {
  background: rgba(255, 255, 255, .1);
}

/* .header-bottom ------- END */
.thumbnail_gallery {
  gap: 20px !important;
}

.thumbnail_gallery figure {
  border-radius: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: rgba(255, 255, 255, 0.6) 0 0 0 1px;
  padding: 10px;
  width: 120px !important;
  flex: 0 0 auto !important;
  transition: background .3s;
}

.thumbnail_gallery figure:hover {
  background: rgba(255, 255, 255, 0.6);
}

.wp-block-group.thumbnail_gallery {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-group.thumbnail_gallery figure {
  width: auto !important;
}

/* .logo_gallery ------ START */
.logo_gallery {
  padding: 40px calc(1.5vw + 5px);
}

.logo_gallery figure.wp-block-gallery {
  align-items: stretch !important;
  justify-content: center;
}

.logo_gallery figure.wp-block-image {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: rgba(0, 0, 0, .1) 0 0 0 1px;
  flex-grow: inherit !important;
  height: auto;
  padding: 10px 10px;
}

.logo_gallery figure.wp-block-image:hover img {
  scale: 1.05;
  opacity: 1;
}

.logo_gallery figure.wp-block-image img {
  background: #fff;
  opacity: .9;
  transition: .3s;
  display: block;
  object-fit: scale-down !important;
  max-height: 80px;
}

.logo_gallery.has_aspect_ratio figure.wp-block-image img {
  max-height: none;
}

@media (min-width: 800px) {
  .logo_gallery figure.wp-block-gallery {
    flex-wrap: nowrap;
  }
}

@media (max-width: 600px) {
  .logo_gallery {
    padding: 15px;
  }
}

@media (max-width: 1024px) {
  .logo_gallery figure.wp-block-gallery {
    flex-wrap: wrap;
  }

  .logo_gallery figure.wp-block-image {
    min-width: 130px;
  }
}


.logo_carousel .owl-item {
  padding: 1px;
  /* box-shadow: rgba(0, 0, 0, .07) 0 0 0 1px inset; */
  border-radius: 6px;
  overflow: hidden;
}

.logo_carousel figure.wp-block-image {
  height: 100%;
  width: 100% !important;
  max-width: none !important;
}

/* Admin preview */
.logo_carousel.wp-block-gallery.block-editor-block-list__block {
  flex-wrap: wrap !important;
}

.logo_carousel.wp-block-gallery.block-editor-block-list__block figure.wp-block-image {
  max-width: 200px !important;
}

.logo_carousel.wp-block-gallery .wp-block-image img {
  height: 100% !important;
}

/* .logo_gallery ------ END */

.logo_gallery_block {
  padding: 40px 0;
}

/* .logo_gallery_block .wp-block-heading {
  padding: 0;
  margin: 0;
} */

.logo_gallery_block .logo_gallery {
  padding: 20px 0;
  padding-bottom: 0;
}

.logo_gallery_block .logo_gallery figure.wp-block-gallery {
  gap: 15px;
}

.logo_gallery_block .logo_gallery figure.wp-block-image {
  /* background: #a9a9a9; */
  box-shadow: none;
  padding: 0;
  max-width: 200px;
}

.logo_gallery_block .logo_gallery figure.wp-block-image img {
  min-height: 100px;
  padding: 10px;
  max-height: 130px;
  width: calc(100% + 2px) !important;
  max-width: none !important;
  margin-left: -1px;
}


@media (max-width: 600px) {
  .logo_gallery_block .logo_gallery {
    padding: 20px 0;
  }

  .logo_gallery_block .logo_gallery figure.wp-block-gallery {
    gap: 5px;
  }

}


@media (max-width: 781px) {
  .wp-block-cover.sec_cover_cta {
    padding: 40px 0;
    min-height: auto;
  }
}



/* Image with caption ---------- START */
.img_caption {
  position: relative;
}

.img_caption .caption,
.img_caption figcaption {
  display: block;
  border-radius: 10px;
  position: absolute;
  bottom: -25px;
  left: -25px;
  background: var(--ld-blue);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  max-width: 90%;
  padding: 15px 25px;
  margin: 0;
  color: #fff;
}

@media (max-width: 1024px) {

  .img_caption .caption,
  .img_caption figcaption {
    position: static;
    max-width: none;
    padding: 20px;
    margin: 10px 0;
  }
}

/* Image with caption ---------- END */
.pos_relative {
  position: relative;
}

.img_abs:not(.wp-block) {
  display: flex;
  position: absolute;
  z-index: 30 !important;
  width: auto;
  max-width: 300px;
  min-width: 180px;
}

.img_abs a {
  width: auto;
  float: left;
}

.img_abs img {
  /* box-shadow: rgba(0, 0, 0, 0.10) -20px -20px 0 0; */
}

.img_abs.buttom_left:not(.wp-block) {
  left: 0;
  bottom: 0;
}

.img_abs.right_top {
  right: 0;
  top: 0;
  transform: translate(-10%, 30%);
}

.img_abs.right_bottom {
  right: 0;
  bottom: 0;
  transform: translate(10%, 30%);
}

.img_abs.top_left {
  top: 0;
  left: 0;
  transform: translate(-20%, 20%);
}

.img_abs.vertical {
  width: 30%;
  max-width: 200px;
  min-width: 100px;
}

@media (min-width: 1280px) {
  .img_abs.buttom_left:not(.wp-block) {
    left: 0;
    bottom: 0;
    transform: translateX(-50%);
  }
}

@media (max-width: 781px) {
  .img_abs {
    position: static !important;
    margin: 20px auto !important;
    width: 100% !important;
    transform: none !important;
    justify-content: center;
  }
}

/* Stats */

.stats {
  padding: 40px 0 20px 0;
}

.stats .wp-block-column {
  padding: 20px;
  color: #fff;
}

.stats .wp-block-heading {
  font-weight: 300;
  padding-bottom: 10px;
}

@media (max-width: 782px) {
  .stats .wp-block-column {
    padding: 0;
  }
}


@media (min-width: 782px) {
  .column_2 {
    column-gap: calc(3vw + 20px);
  }

  .column_2 .wp-block-column:first-child {
    padding-right: 5%;
  }
}


/* Home why choose us section ---------- START */

.video_cover {
  min-height: 600px;
  height: 100%;
  padding: 50px 20px 60px calc(3vw + 30px);
}

.video_text_column {
  gap: 20px;
}

.video_text_column .wp-block-heading {
  padding: 5px 0;
  margin: 0;
  letter-spacing: 1px;
  color: var(--ld-link-color);
}

/* Home why choose us section ---------- END */



.wp-block-image a.fancybox_video,
.wp-block-image a.popup_video {
  display: block;
  position: relative;
}

a.fancybox_video::before {
  content: "";
  background: url(images/play-red.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  transform: translate(-50%, -50%);
  opacity: .6;
  box-shadow: rgba(255, 255, 255, 0.4) 0 0 0 6px;
}

a.fancybox_video.icon_80::before {
  width: calc(2vw + 40px);
  height: calc(2vw + 40px);
  max-width: 80px;
  max-height: 80px;
}

a.fancybox_video:hover:before {
  animation: glow-fade 1s;
  animation-iteration-count: infinite;
}

a.fancybox_video img {
  max-width: 100% !important;
}

@keyframes glow-fade {
  from {
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
  }

  to {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

}

a.popup_video.video_icon {
  display: inline-flex;
}

a.video_icon::before {
  content: "";
  background: url(images/play-white.png) center center no-repeat;
  background-size: 71px;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  transition: .3s;
}

a.video_icon:hover::before {
  background-size: 68px;
}




/* Home treatments section ---------- START */
.sec_treatments {
  padding: 10px 0;
}

.sec_treatments .treatment_columns {
  gap: calc(1.2vw + 10px);
  margin-top: 30px;
}

.sec_treatments .treatment_columns .wp-block-heading {
  padding: 8px 30px;
  display: inline-block;
  background: var(--ld-color-secondary);
  color: #fff;
  font-weight: normal;
  font-size: clamp(2.2rem, 1.6vw, 28px);
  ;
  margin-bottom: 25px;
  margin-top: -10px;
}

.sec_treatments .treatment_columns .wp-block-heading a {
  color: #fff;
  /* display: flex;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 1px;
  text-align: right; */
}

.sec_treatments .treatment_columns .wp-block-heading a:hover {
  color: var(--ld-link-color);
}

/* .sec_treatments .treatment_columns .wp-block-heading strong {
  font-size: clamp(3.6rem, 4vw, 60px);
  font-weight: 200;
  color: var(--ld-color-primary);
  white-space: nowrap;
} */
.sec_treatments .treatment_columns ul {
  padding: 0 0 30px 30px !important;
  margin: 0;
}

.sec_treatments .treatment_columns ul a {
  color: currentColor;
  font-weight: 600;
}

.sec_treatments .treatment_columns ul a:hover {
  color: var(--ld-color-primary-heading);
  padding-left: 2px;
}

.treatment_tabs { padding: 30px 0;}
.treatment_tabs .tabs figure {
  cursor: pointer;
   border: var(--ld-color-button) 1px solid;
   position: relative;
}
.treatment_tabs .tabs figcaption {
  display: block !important;
  padding: 0 0 6px 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.treatment_tabs .tabs figure::after {
	content: "";
	display: none;
	border: solid var(--ld-color-button);
	border-width: 0 1px 1px 0;
	padding: 9px;
	background: #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 0;
	height: 0;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);

}
.treatment_tabs .tabs .active figure::after{ display: block;}
/* Home treatments section ---------- END */

/* Home KEY STAGES IN YOUR JOURNEY ---------- START */
.sec_key_stages .heading-s {
  margin-bottom: 30px;
}

.sec_key_stages .heading-s.separator::after {
  background: #4e555e;
}

.sec_key_stages .wp-block-image {
  padding-bottom: 30px;
}

/* Home KEY STAGES IN YOUR JOURNEY ---------- END */

.review_columns>.wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* The LINIA Promise ---------- STSRT */
.sec_linia_promise {
  padding: 20px 0 0 0;
  background-color: var(--ld-lightgray);
}

.sec_linia_promise .column_promise_list {
  padding: 50px 0;
}

.sec_linia_promise .column_fill_image img {
  object-position: center top;
}

.promise_list {
  display: block;
  padding: 0 0 0 50px;
  margin: 0 !important;
  counter-reset: item;
  /* Initializes a counter named 'item' */
}

.promise_list li {
  display: block;
  position: relative;
  color: var(--ld-blue);
  font-weight: 500;
  background-color: var(--ld-color-button);
  margin: 0 0 15px 0;
  border-radius: 3px;
  padding: 10px 20px;
  transition: background-color .3s;
  transition-delay: .2s;
  counter-increment: item;
  /* Increments 'item' for each li */
}

.promise_list li::before {
  content: counter(item);
  /* Displays the counter value followed by a period and space */
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  left: -50px;
  top: calc(50% - 20px);
  line-height: 33px;
  font-size: 24px;
  font-weight: 400;
  border: 1px solid #78808a;
  overflow: hidden;
  z-index: 1;
  transition: background-color .3s;
}

.promise_list li::after {
  content: "";
  border-left: 1px solid #78808a;
  width: 1px;
  height: auto;
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
  bottom: -15px;
}

.promise_list li:first-child::after {
  top: 50%;
}

.promise_list li:last-child::after {
  bottom: 50%;
}

.promise_list li:hover {
  background-color: var(--ld-color-primary);
}

.promise_list li:hover::before {
  background-color: var(--ld-color-primary);
}

@media (max-width: 1024px) {
  .sec_linia_promise .container {
    width: 100%;
  }

  .sec_linia_promise .column_promise_list {
    padding: 50px 30px;
  }
}

/* The LINIA Promise ---------- END */
.Quick_Guide {
  padding: 10px 0;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 5px;
}

.Quick_Guide>div {
  width: calc((100% - 10px) / 3);  
}

.Quick_Guide.col-4>div {
  width: calc((100% - 15px) / 4);
}
.Quick_Guide .wp-block-media-text a{ color: currentColor;}
.Quick_Guide .wp-block-media-text a:hover{ color: var(--ld-link-color);}

.Quick_Guide .wp-block-media-text.media_42{
  background: #fbfbfb;
  padding: 20px;
  margin: 0; 
}



@media (max-width: 1024px) {
  .Quick_Guide>div {
    width: calc(50% - 40px) !important;
  }
}

@media (max-width: 600px) {
  .Quick_Guide>div {
    width: 100% !important;
    flex: auto !important;
  }
}

/* Team section ---------- START */
.sec_team {
  padding: 20px 0;
}

.sec_team .media_text_columns {
  padding: 30px 0;
}

.sec_team .media_text_columns .wp-block-media-text .wp-block-media-text__media img {
  aspect-ratio: 1;
  object-position: top;
}

/* Team section ---------- END */


/* Home blog posts section ---------- START */
.sec_blog {
  margin-bottom: 1px;
  /* background-color: var(--ld-lightgray); */
}

.sec_blog .container {
  max-width: calc(var(--ld-container-size) + 40px);
}


.blog_carousel .owl-stage-outer {
  margin: 0;
  padding: 80px 0 0 0;
  position: relative;
}

.blog_carousel .owl-nav {
  position: absolute;
  top: 0;
  left: 50%;
  width: 140px;
  height: 50px;
  transform: translateX(-50%);
}


.blog_carousel .owl-item {
  /* background: #fff;
  border-radius: 40px; */
  overflow: hidden;
  /* color: var(--ld-color-primary-text); */
  /* box-shadow: rgba(0, 0, 0, .1) 0 2px 20px 0; */
  margin: 0 15px;
}

/* Admin preview */
.block-editor-iframe__html .blog_carousel ul.wp-block,
.block-editor .blog_carousel ul.wp-block {
  display: flex;
  flex-wrap: wrap;
}

.block-editor-iframe__html .blog_carousel li.wp-block-post,
.block-editor .blog_carousel ul.wp-block li.wp-block-post {
  max-width: 300px !important;
}

.blog_carousel li.wp-block-post {
  display: flex;
  height: 100%;
  flex-direction: column;
  max-width: 450px;
}

.blog_carousel li.wp-block-post>.wp-block-group {
  flex: 1;
  /* display: flex;
  flex-direction: column; 
  background: #fff;*/
  padding: 30px calc(5% + 15px) 20px calc(5% + 15px);
  margin: 0;
}

.blog_carousel .taxonomy-category {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog_carousel .wp-block-post-date {
  padding: 0 10px 0 0;
  font-size: 14px;
  /* text-transform: uppercase;
  color: var(--ld-gray);
  font-weight: 700; */
  margin: 0;
  display: inline-block;
}


.blog_carousel .wp-block-post-date::before {
  content: "\f145";
  font-family: 'dashicons';
  margin-right: 10px;
  vertical-align: top;
}

.blog_carousel .wp-block-post-title {
  padding: 20px 0;
  font-size: clamp(2.0rem, 2vw, 24px);
  ;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  display: block;
  width: 100%;
  /* text-transform: uppercase; */
}

.blog_carousel .wp-block-post-title a {
  color: currentColor;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog_carousel .wp-block-post-title a:hover {
  color: var(--ld-link-hover-color);
}

.blog_carousel .wp-block-post-excerpt {
  padding: 0;
  font-size: .9em;
  line-height: 1.4;
  /* color: #4b4b4b; */
  margin: 0;
}

.blog_carousel .wp-block-post-excerpt__more-text {
  padding: 0;
}

.blog_carousel .wp-block-post-excerpt__more-link {
  display: none;
  padding: 5px 0;
  font-weight: 600;
  margin-top: 5px;
  font-size: 1em;
  /* color: #fff;
  background: var(--ld-orange);
  border-radius: 4px;*/
  text-transform: uppercase;

}

.blog_carousel .wp-block-post-excerpt__more-link::after {
  font-family: 'dashicons';
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  content: "\f345";
  margin-left: 4px;
  position: relative;
  top: 1px;
  color: var(--ld-gray);
  transition: margin .3s;
}

.blog_carousel .wp-block-post-excerpt__more-link:hover::after {
  margin-left: 8px;
}

.blog_carousel .wp-block-post-featured-image {
  /* flex: 1; */
  aspect-ratio: 3/2;
}

.blog_carousel .wp-block-post-featured-image a {
  display: flex;
  overflow: hidden;
}

.blog_carousel .wp-block-post-featured-image div {
  display: flex;
}

.blog_carousel .wp-block-post-featured-image img {
  transition: .3s;
  object-fit: cover;
}

.blog_carousel .wp-block-post-featured-image a:hover img {
  transform: scale(1.03);
}

@media (max-width: 782px) {


  .sec_blog .container {
    width: calc(100% - 30px);
    max-width: 100%;
  }

  .blog_carousel li.wp-block-post {
    flex-direction: column;
  }

  .blog_carousel .owl-item {
    margin: 0 5px;
  }

  .blog_carousel li.wp-block-post>.wp-block-group {
    padding: 30px 20px;
  }
}

/* Home blog posts section ---------- END */

.gray_block {
  background: var(--ld-lightgray);
  padding: 30px;
}

.white_group {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px 0;
}

.white_group .wp-block-columns {
  gap: 0;
}

.white_group .wp-block-columns>.wp-block-column {
  /* display: flex;
  flex-direction: column; 
  row-gap: 20px;
  */
  padding: 40px calc(1.4vw + 20px);

}




.white_box {
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 15px 0;
}

/* .white_columns */

.white_columns {
  margin-top: 30px;
}

.white_columns.wp-block-columns {
  gap: calc(1vw + 20px);
  margin-bottom: 30px;
}

.white_columns>.wp-block-column {
  background: #fff;
  display: flex;
  flex-direction: column;
  /* padding: 40px calc(1.5% + 20px); */
  padding: 0;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 15px 0;
  overflow: hidden;
  /* transition: .2s cubic-bezier(0, .0, 0, .8); */
}

.white_columns .wp-block-column.column_fill {
  background: none;
  box-shadow: none;
}


.white_columns ul {
  padding-top: 15px;
}



.white_columns .content {
  padding: 25px calc(3% + 20px) 35px calc(3% + 20px);
}

.white_columns .align_middle {
  margin: auto;
}

@media (max-width: 600px) {
  .white_columns {
    width: 100% !important;
    margin: 0 !important;
  }

  .white_columns>.wp-block-column {
    border-radius: 0;
    box-shadow: none;
  }

}

/* Image above the text*/
.media_text_columns {
  --colgap: 25px;
  gap: var(--colgap);
  padding-top: 30px;
}


.media_text_columns .wp-block-media-text {
  display: flex;
  flex-direction: column;
  width: calc((100% - (var(--colgap) * 5)) / 6);
  min-width: 250px;
  margin: 0;
  background: var(--ld-lightgray);
}

.media_text_columns.col-2 .wp-block-media-text {
  width: calc((100% - (var(--colgap) * 1)) / 2);
}

.media_text_columns.col-3 .wp-block-media-text {
  width: calc((100% - (var(--colgap) * 2)) / 3);
}

.media_text_columns.col-4 .wp-block-media-text {
  width: calc((100% - (var(--colgap) * 3)) / 4);
}

.media_text_columns.col-5 .wp-block-media-text {
  width: calc((100% - (var(--colgap) * 4)) / 5);
}

@media (max-width: 1024px) {

  .media_text_columns.col-2 .wp-block-media-text,
  .media_text_columns.col-3 .wp-block-media-text,
  .media_text_columns.col-4 .wp-block-media-text {
    width: calc((100% - (var(--colgap) * 1)) / 2);
  }
}

@media (max-width: 600px) {
  .media_text_columns .wp-block-media-text {
    width: 100% !important;
  }
}

.media_text_columns .wp-block-media-text .wp-block-media-text__media {
  width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
  /* align-items: center;
  margin: 0 0 20px 0;  */
}

.media_text_columns .wp-block-media-text .wp-block-media-text__media img {
  opacity: .9;
  transition: .3s;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.media_text_columns .wp-block-media-text .wp-block-media-text__media img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* For admin preview */
.media_text_columns.block-editor-block-list__layout .wp-block-media-text__media {
  margin: 0;
}

.media_text_columns .wp-block-media-text .wp-block-media-text__content {
  width: 100%;
  padding: 15px;
}

.media_text_columns .wp-block-media-text .wp-block-heading.heading {
  font-family: var(--ld-font);
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  padding: 0;
}

.media_text_columns .wp-block-media-text .wp-block-heading a {
  color: currentColor;
}

.media_text_columns .wp-block-media-text .wp-block-heading a:hover {
  color: var(--ld-link-hover-color);
}

.media_text_columns .wp-block-media-text .wp-block-buttons {
  margin-top: 20px;
}

.media_text_columns .wp-block-column.column {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 15px 0;
  overflow: hidden;
}

.media_text_columns .content {
  padding: 0 calc(1vw + 20px);
}

@media (max-width: 480px) {
  .sec_onditions .container {
    width: 100%;
    padding: 30px 10px;
  }

  .media_text_columns {
    gap: 15px;
  }

  .media_text_columns .wp-block-media-text {
    width: calc((100% - 30px) / 2);
    min-width: 150px;
  }

}


/* media text group. Fixed width icon on left*/
.media_text_group .wp-block-media-text {
  background: #fff;
  border-radius: 2px;
  margin: 20px 0;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 10px 0;
  grid-template-columns: 250px auto !important;
  grid-gap: calc(1% + 20px);
  width: 100%;
}

.media_text_group .wp-block-media-text .wp-block-media-text__media {
  /*  text-align: center;
  max-width: 200px;
 padding-top: 8px; */
}

/* For admin preview */
.media_text_group.block-editor-block-list__layout .wp-block-media-text__media {
  margin: 0;
}

.media_text_group .wp-block-media-text .wp-block-media-text__content {
  padding: 0 5% 0 0;
}

.media_text_group .wp-block-media-text .wp-block-heading {
  /* font-size: clamp(2.4rem, 2.8vw, 30px); */
  color: var(--ld-black);
  margin: 0;
  padding-bottom: 10px;
  font-weight: bold;
}

.wp-block-column.media_text_group {
  display: flex;
}

.wp-block-column.media_text_group .wp-block-media-text {
  padding-top: 30px;
  margin: 0;
}

@media (max-width: 600px) {
  .media_text_group .wp-block-media-text {
    padding: 20px 20px 10px;
    margin: 15px 0;
    /* box-shadow: none; */
  }

  .media_text_group .wp-block-media-text .wp-block-media-text__media img {
    width: auto;
    max-width: 100%;
  }

  .media_text_group .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }

  .media_text_group .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}


/* Expandable and Collapsible -------- START */
.toggleBlock,
.title_box {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 0 15px 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 10px 0;
  overflow: hidden;
}

.toggleBlock .toggleBlock_title {
  width: 100%;
  padding: 10px 10px 10px 20px !important;
  margin: 0;
  cursor: pointer;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: between;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--ld-color-primary);
  color: #fff;
  transition: background 300ms;
  font-size: clamp(1.8rem, 2.1vw, 20px) !important;
  line-height: 1.2;
}

.title_box .title_box_heading {
  background-color: var(--ld-color-primary);
  color: #fff;
  font-size: clamp(1.8rem, 2.1vw, 20px) !important;
  line-height: 1.2;
  margin: 0;
  padding: 10px 10px 10px 20px !important;
}

.toggleBlock .toggleBlock_title::after {
  font-family: 'dashicons';
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  margin-top: 2px;
  content: "\f345";
  margin-left: auto;
  opacity: .8;
}

.toggleBlock .toggleBlock_title:hover,
.toggleBlock .active .toggleBlock_title {
  background-color: var(--ld-color-button-hover);
  color: #1ae7ff;
}

.toggleBlock .active .toggleBlock_title::after {
  content: "\f343";
}


.toggleBlock .content,
.title_box .content {
  padding: 20px;
}

.toggleBlock .toggleBox:not(.block-editor-block-list__block) {
  display: none;
  padding: 15px;
}

.toggleBlock .active .toggleBox {
  display: block;
}

/* Expandable and Collapsible -------- END */



/* FAQ Expandable and Collapsible -------- START */

.sec_faq {
  padding: 60px 0;
  background: #4e555e;
  color: #fff;
}

.sec_faq .Toggle_FAQ {
  /* box-shadow: rgba(0, 44, 71, 0.12) 0 10px 30px 0;
  border-radius: 10px;
  background: #fff; */
  padding: 15px 0 0 0;
}

.Toggle_FAQ {
  width: 100%;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}

.Toggle_FAQ .wp-block-quote {
  display: block;
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
  /*  margin: 12px 0; 
  border: 0;
  border-radius: 0px;
  background: #fff;
  
   box-shadow: rgba(0, 0, 0, 0.05) 0 2px 8px 0; */
}

.Toggle_FAQ .wp-block-heading {
  padding: 20px 0;
  margin: 0;
  font-size: clamp(2.0rem, 1.98vw, 24px);
  line-height: 1.3;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  /* color: var(--ld-link-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: var(--ld-lightgray); */
}

.Toggle_FAQ .wp-block-heading::before,
.Toggle_FAQ .wp-block-heading::after {
  font-family: 'dashicons';
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  margin-top: 2px;
}


.Toggle_FAQ .wp-block-heading::after {
  content: "\f347";
  margin-left: auto;
  opacity: .8;
}

.Toggle_FAQ .wp-block-quote .cite,
.Toggle_FAQ .wp-block-quote>.wp-block-group:not(.wp-block) {
  display: none;
  padding: 0 20px 20px;
  font-style: normal;
}

body.wp-admin .Toggle_FAQ .wp-block-quote .cite {
  display: block;
  /* Admin only*/
}

.Toggle_FAQ .wp-block-quote cite {
  padding: 0 20px 20px;
  /* Admin only*/
}

.Toggle_FAQ .wp-block-quote.active .cite,
.Toggle_FAQ .wp-block-quote.active>.wp-block-group {
  display: block !important;
}

.Toggle_FAQ .wp-block-quote.active .wp-block-heading {
  color: var(--ld-link-color);
  /* background-color: #fff; */
}

.Toggle_FAQ .wp-block-quote.active .wp-block-heading::after {
  content: "\f343";
}

@media (max-width: 781px) {
  .sec_faq {
    padding-top: 40px;
  }

  .Toggle_FAQ .wp-block-heading {
    font-size: 20px;
  }
}

/* FAQ Expandable and Collapsible -------- END */

/* Collapsible ---------- START */
.collapsible {
  padding-top: 20px;
}

.collapsible .wp-block-quote {
  margin-bottom: 20px;
  width: 100%;
}

.collapsible .wp-block-quote .wp-block-heading {
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  width: 100%;
  justify-content: start;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

.collapsible .cite {
  padding: 15px 0 15px 50px;
  display: none;
}

.collapsible .wp-block-quote .wp-block-heading::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--ld-pink);
  display: block;
  flex-shrink: 0;
}

.collapsible .wp-block-quote.open .wp-block-heading {
  color: var(--ld-black);
}

.collapsible .wp-block-quote.open .wp-block-heading::before {
  content: "\f106";
  font-family: 'FontAwesome';
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  margin-top: 0;
  background: none;
  height: auto;
  text-align: right;
}

/* Collapsible -------- END */

/* Media width auto */
.auto_media_text_block .wp-block-media-text {
  margin-bottom: 20px;
}

.auto_media_text_block .wp-block-media-text .wp-block-heading {
  padding-bottom: 10px;
}

.wp-block-media-text.auto_media {
  grid-template-columns: auto 1fr !important;
}

.wp-block-media-text.auto_media>.wp-block-media-text__media {
  padding: 5px;
}

.wp-block-media-text.auto_media>.wp-block-media-text__media,
.wp-block-media-text.auto_media>.wp-block-media-text__media img {
  width: auto;
}

.wp-block-media-text.media_42 {
  grid-template-columns: 42px 1fr !important;
}

.wp-block-media-text.media_42>.wp-block-media-text__media,
.wp-block-media-text.media_42>.wp-block-media-text__media img {
  width: 100%;
  height: auto;
}

/* Overlay text on image ---------- START */
.media_text_overlay .media_text_columns {
  padding: 30px 0;
  flex-wrap: wrap;
  gap: calc(1.08vw + 15px);
}

.media_text_overlay .media_text_columns .wp-block-media-text {
  flex: 1 1 45%;
  min-width: 200px;
  position: relative;
  padding: 0 !important;
}

.media_text_overlay .media_text_columns figure {
  margin: 0 !important;
  max-height: none !important;
  background-color: #a8a8a8 !important;
}

.media_text_overlay .media_text_columns .wp-block-media-text__content {
  position: absolute;
  padding: 0;
  left: 0;
  bottom: 0;
}

.media_text_overlay .wp-block-media-text .wp-block-buttons,
.media_text_overlay .wp-block-media-text .wp-block-buttons .wp-block-button {
  width: 100%;
  gap: 0;
  margin: 0 !important;
}

.media_text_overlay .wp-block-media-text .wp-block-button a {
  border-radius: 0 !important;
  padding: 16px 25px;
  text-transform: none;
  font-size: 20px !important;
  text-align: left;
}

.media_text_overlay .wp-block-media-text .wp-block-button a::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(images/angle-white.svg) right center no-repeat;
  background-size: 20px;
}

@media (max-width: 999px) {
  .media_text_overlay .media_text_columns .wp-block-media-text__content {
    position: static;
  }

  .media_text_overlay .wp-block-media-text .wp-block-button a {
    width: 100%;
  }
}

/* Overlay text on image ---------- END */


/* Testimonials carousel ---------- START */
#testimonials-section {
  padding-bottom: 40px;
}

/* #testimonials-section::after {
  content: "";
  width: 130px;
  height: 130px;
  background: url(images/icon.png) 0 0 no-repeat;
  background-size: cover;
  display: block;
  margin: 20px auto;
  opacity: .15;
} */

/* Google review */
#testimonials-section .wp-gr .wp-google-text,
#testimonials-section .wp-google-right {
  font-size: 18px !important;
}

.carousel.testimonials_carousel {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  padding: 25px;
}

.carousel.testimonials_carousel .owl-stage {
  align-items: flex-start;
}

.carousel.testimonials_carousel .wp-block-quote .wp-block-group {
  text-align: center;
  padding: 20px calc(12% + 15px);
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 10px;
}

.carousel.testimonials_carousel .wp-block-quote .cite,
.carousel.testimonials_carousel .wp-block-quote cite {
  text-align: center;
  /* color: var(--ld-darkgray); */
  font-size: 16px;
  padding: 0 15px;
}

.carousel.testimonials_carousel .wp-block-quote .cite strong {
  /* color: #000; */
  font-size: 1.1em;
}

.carousel.testimonials_carousel .wp-block-quote .cite mark {
  font-size: 24px;
}

.carousel.testimonials_carousel .wp-block-quote .cite img {
  margin: -42px auto 0 auto;
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonials_carousel .owl-carousel .owl-nav button.owl-next,
.testimonials_carousel .owl-carousel .owl-nav button.owl-prev {
  top: 50px !important;
}

@media (max-width: 781px) {
  .carousel.testimonials_carousel {
    padding: 30px 0;
  }

  .carousel.testimonials_carousel .wp-block-quote .wp-block-group {
    font-size: 18px;
  }

}

/* Testimonials carousel ---------- END */


/* carousel ---------- START */
.carousel {
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
}


/* For admin preview */
.carousel .owl-carousel.block-editor-block-list__block {
  display: flex;
  flex-wrap: wrap;
  gap: 2px !important;
}

.owl-carousel {
  padding: 0;
  margin: 0;
}


.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* .owl-carousel.owl-drag .owl-item {
  margin: 8px;
} */

.owl-carousel.owl-drag .owl-item img {
  max-width: 100%;
}

.owl-carousel.owl-drag .owl-dots {
  width: 100%;
  text-align: center;
  padding: 10px 0 0 0;
}

.owl-carousel.owl-drag .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: var(--ld-color-primary);
  border-radius: 8px;
  margin: 4px;
}

.owl-carousel.owl-drag .owl-dots .owl-dot.active {
  background: var(--ld-red);
}

.carousel .owl-carousel {
  display: flex;
  flex-wrap: nowrap;
}

.carousel .owl-carousel .owl-nav button.owl-next,
.carousel .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  background: var(--ld-darkgray);
  color: #000;
  height: 50px;
  width: 50px;
  text-align: center;
  padding: 4px !important;
  overflow: hidden;
  transform: translateY(-50%);
  border-radius: 0;
}

.carousel .owl-carousel .owl-nav button.owl-next:hover {
  right: 2px;
}

.carousel .owl-carousel .owl-nav button.owl-prev:hover {
  left: 2px;

}

.carousel .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 10px;
}

.carousel .owl-carousel .owl-nav button.owl-next span,
.carousel .owl-carousel .owl-nav button.owl-prev span {
  display: block;
  font-size: 24px;
  width: auto;
  height: auto;
}


/* Gravity forms ---------- START */
.LD_form {
  position: relative;
  padding-top: 20px;
}

.LD_form input.large,
.LD_form select.large,
.LD_form textarea {
  /* border: 0 !important; */
  padding: 15px !important;
  line-height: normal !important;
  font-family: inherit !important;
  /* background-color: var(--ld-lightgray) !important; */
  box-shadow: none !important;
  height: auto !important;
}

.LD_form .gfield_label {
  /* font-size: 1.05em !important; 
  color: #000;
  text-transform: uppercase;*/
}

.LD_form input::placeholder {
  color: #252424;
  font-size: 16px;
  opacity: .7;
}

.LD_form .ginput_container_textarea textarea {
  height: 80px !important;
}

.LD_form .ginput_container_consent {
  font-size: .95em;
  font-weight: normal;
  line-height: 1.3;
  padding-left: 50px;
  padding-top: 10px;
}

.LD_form .ginput_container_consent input {
  margin-left: -40px;
  float: left;
}

.LD_form .button {
  /* border-radius: 5px !important; */
  text-transform: uppercase !important;
  font-size: 18px !important;
  padding: 10px 20px !important;
  font-weight: 600 !important;
}

.LD_form .gform_wrapper.gravity-theme .gfield_validation_message,
.LD_form .gform_wrapper.gravity-theme .validation_message {
  display: none;
}

.gform-theme--foundation .gform_fields {
  row-gap: 20px !important;
}

.gform_wrapper.gravity-theme .gfield_error legend,
.gform_wrapper.gravity-theme .gfield_error label {
  color: currentcolor !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 16px 16px 16px 35px !important;
  line-height: 1;
  border: 0 !important;
}

.gform_required_legend {
  font-size: small;
  margin-top: 10px;
}

@media (max-width: 640px) {
  .gform_wrapper.gravity-theme input[type="submit"] {
    width: 100% !important;
  }
}

.ui_slider_block .slider_val {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  user-select: none;
  font-size: 14px;
}

.gform_wrapper.gravity-theme .multi-step-form .gf_progressbar_title {
  display: none;
}

.gform_wrapper.gravity-theme .multi-step-form .gform_next_button {
  background: var(--ld-green);
}

.gform_wrapper.gravity-theme .multi-step-form .button[type="submit"] {
  background: var(--ld-green);
}

.gform_wrapper.gravity-theme .multi-step-form .gsection {
  border: 0;
  padding: 20px 0 5px 0;
}

.gform_wrapper.gravity-theme .multi-step-form .gsection_title {
  font-size: var(--ld-sub-heading-fontsize);
  color: var(--ld-yellow);
  line-height: 1.2;
  padding-bottom: 10px;
}

.gform_title {
  line-height: 1.2;
}

.gform_description {
  font-size: .85em;
  margin: 20px 0;
}

.gform_confirmation_message {
  margin-bottom: 40px;
}

.ui-slider {
  margin-top: 8px;
  position: relative;
  text-align: left;
  border: 0 !important;
  border-radius: 10px !important;
  background: #e8e8e8 !important;
}

.ui-slider .ui-slider-handle {
  border-radius: 50%;
  background: #fff !important;
  border: var(--ld-green) 4px solid !important;
  box-shadow: var(--ld-green) 0 0 0 1px;
  width: 24px !important;
  height: 24px !important;
  top: -6px !important;
}

.ui-slider-horizontal {
  height: 12px !important;
}

.ui-slider .ui-slider-range {
  border: 0;
  background: var(--ld-green);
}

/* Forms ---------- END */


/* hero_form3 ------- START */
.header_form_column {
  max-width: 480px;
  min-width: 300px;
}

.hero_form3 {
  padding: 10px calc(5% + 12px);
}

.hero_form3 .gform_title {
  /* font-size: clamp(2.8rem, 3vw, 42px); */
  font-size: 24px;
  line-height: 1.1;
  font-weight: bold;
}

.hero_form3 .gform_description {
  padding: 0;
  margin: 20px 0 5px 0;
  font-size: 16px;
  line-height: 1.3;
}

.hero_form3 .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 12px;
}

.hero_form3 p.gform_required_legend,
.hero_form3 .validation_message {
  display: none;
}

.hero_form3 .gfield .gfield_label {
  font-weight: bold;
  color: #fff !important;
}

.hero_form3 .gform_page_footer {
  padding-bottom: 25px;
}

.hero_form3 .gform_page_footer .button {
  flex: 1;
  border: 0 !important;
}

.hero_form3 .gform_wrapper.gravity-theme .gfield input.large {
  border: 0;
  /* padding: 12px 15px !important; */
}

.hero_form3 .gform_wrapper.gravity-theme .gfield select {
  border: 0;
  /* padding: 10px 25px 10px 15px !important; */
}

@media (max-width: 640px) {
  .hero_form3 {
    padding: 40px 30px 20px;
  }
}

/* hero_form3 ------- END */


/* About page ------- START */


/* About page ------- END */


/* Contact us page ------- START */
.sec_contact {
  padding: 0;
}


.contact_address {
  padding: 0 0 25px 0;
  margin: 0;
  list-style-type: none;
}

.contact_address ul {
  padding: 10px 0;
  list-style-type: none;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  align-items: start;
  justify-content: space-between;
}

.contact_address li {
  margin: 0;
  padding: 0 0 10px 40px;
  font-size: 24px;
  position: relative;
}

.contact_address li .fa,
.contact_address li .dashicons {
  position: absolute;
  width: 30px;
  text-align: center;
  left: 0;
  top: 5px;
  text-align: left;
  color: var(--ld-black);
  font-size: 1.2em;
  display: block;
}

.contact_form .ginput_container_textarea textarea {
  height: 200px !important;
}

/* Contact us page ------- END */
.sec_gallery {
  padding: 50px 0;
}

.sec_gallery .wp-block-gallery figure {
  background: #000;
  overflow: hidden;
}

.sec_gallery .wp-block-gallery a,
.gallery_group .wp-block-gallery a {
  opacity: .9;
}

.sec_gallery .wp-block-gallery a:hover,
.gallery_group .wp-block-gallery a:hover {
  opacity: 1;
  transform: scale(1.02);
}

.sec_gallery .wp-block-gallery figure a::before {
  content: "\f067";
  font-family: 'FontAwesome';
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  line-height: 2;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 0;
  transition: opacity .3s;
}

.sec_gallery .wp-block-gallery figure a:hover::before {
  transition-delay: .3s;
  opacity: 1;
}

.gallery_group .wp-block-gallery {
  justify-content: center;
}

.gallery_group .heading-s.separator::after {
  background: var(--ld-lightgray);
}

.gallery_group .heading-s {
  font-family: var(--ld-font-heading);
}

.gallery_group .wp-block-gallery figure {
  overflow: hidden;
  position: relative;
  /* box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px 0; */
}

.gallery_group .wp-block-gallery figure.wp-block-image:not(#individual-image) {
  flex: 0 auto;
}

.gallery_group .wp-block-gallery figure.wp-block-image figcaption {
  font-size: 18px;
  text-shadow: none;
  font-weight: 600;
  background: var(--ld-lightgray);
  position: relative;
  color: currentColor;
}


/* Inner pages ------- START */
.inner_page {
  padding: calc(3vw + 20px) 0 0 0;
  background: linear-gradient(to bottom, #fff, transparent 30%);
}

/* Inner pages ------- END */


.CTA_sidebar {
  font-size: 24px;
  line-height: 1.5;
  border-radius: 5px;
  padding: 50px 20px;
}

.CTA_sidebar .icon {
  background: #fff;
  padding: 15px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 40px auto;
  box-shadow: rgba(255, 255, 255, 0.31) 0 0 0 10px;
}

.CTA_sidebar .separator {
  border-top: rgba(26, 232, 255, 0.679) 1px solid;
  max-width: 80px;
  margin: 10px auto 0 auto;
}

.sidebar_group {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 10px calc(1.5% + 20px);
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0;
}

.sidebar_group .heading {
  font-size: clamp(2.2rem, 2.8vw, 20px);
  padding: 15px 0;
}

.sidebar_group .heading a {
  color: inherit;
}

.sidebar_group .heading a::before {
  font-family: 'dashicons';
  content: "\f340";
  font-weight: normal;
  margin-right: 5px;
  display: inline-block;
  font-size: .75em;
  opacity: .8;
  transition: .3s;
}

.sidebar_group .heading a:hover::before {
  transform: translateX(-4px);
}

.sidebar_group .separator {
  /* border-top: var(--ld-color-primary) 3px solid; */
  max-width: 100px;
  margin: 0 0 20px 0 !important;
}


.blog_sidebar .sidebar_group {
  margin-bottom: 40px;
}

.blog_sidebar .wp-block-search {
  margin: 20px 0 5px 0;
}

.blog_sidebar .wp-block-search>div {
  display: flex;
  width: 100%;
}

.blog_sidebar .wp-block-search .wp-block-search__input {
  flex: 1;
}

.blog_sidebar .wp-block-categories-list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}

.blog_sidebar .wp-block-categories-list li {
  padding: 5px 0;
}

.blog_sidebar .wp-block-categories-list li a {
  color: var(--ld-color-primary-text);
}

.blog_sidebar .wp-block-categories-list li a:hover {
  color: var(--ld-link-color);
}

.blog_sidebar .wp-block-categories-list li a::before {
  font-family: 'dashicons';
  content: "\f345";
  font-weight: normal;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.blog_sidebar .social-share-links {
  border: 0;
}

.blog_sidebar .wp-block-latest-posts__list {
  padding: 0 0 15px 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: .92em;
  line-height: 1.3;
}

.blog_sidebar .wp-block-latest-posts__list li:not(:last-child) {
  display: block;
  float: left;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
  border-bottom: rgba(0, 0, 0, .12) 1px solid;
}

.blog_sidebar .wp-block-latest-posts__featured-image.alignleft {
  width: 80px;
}

.blog_sidebar .wp-block-latest-posts__list a {
  color: currentColor;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}


.leftmenu {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
  width: 100%;
}

.leftmenu>li {
  width: 100%;
  font-weight: 600;
  color: var(--ld-color-secondary);
}

.leftmenu>li a {
  width: 100%;
  background: #f1f6fc;
  color: inherit;
  padding: 12px 12px 12px 18px;
  border-radius: 5px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.leftmenu>li a:hover {
  background: var(--ld-link-color);
  color: #fff !important;
}

.leftmenu>li a::after {
  font-family: 'dashicons';
  content: "\f345";
  font-weight: normal;
  width: auto;
  float: right;
  font-size: 1.5em;
  line-height: 1;
  transition: .4s;
}

.leftmenu>li a:hover::after {
  color: #fff;
  transform: translateX(5px);
}

.leftmenu>li.current-menu-item a {
  background: var(--ld-link-hover-color);
  color: #1ae7ff !important;
}

/* Latest posts ---------- START */
.latest_posts_group .wp-block-latest-posts.is-grid {
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
}

@media (max-width: 800px) {
  .latest_posts_group .wp-block-latest-posts.is-grid {
    flex-direction: column;
  }

  .latest_posts_group .wp-block-columns {
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
    flex-wrap: wrap !important;
  }

  .latest_posts_group .wp-block-column .wp-block-buttons {
    justify-content: flex-start;
  }
}

.latest_posts_group .wp-block-latest-posts li {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, .12) 0 3px 10px 0;
  overflow: hidden;
  display: block;
  padding-bottom: 30px;
  margin: 0;
  flex: 1 30%;
  width: auto;
}

.latest_posts_group li .wp-block-latest-posts__post-title {
  font-size: clamp(2.2rem, 2.8vw, 24px);
  color: var(--ld-color-primary-heading);
  line-height: 1.3;
  display: block;
  padding: 20px 20px 10px 30px;
  margin: 0;
  font-weight: bold;
}

.latest_posts_group li a:hover {
  color: var(--ld-link-color);
}

.latest_posts_group li .wp-block-latest-posts__post-author,
.latest_posts_group li .wp-block-latest-posts__post-date {
  display: inline-block !important;
  padding: 0 0 0 30px;
}

/* Latest posts ---------- END */


/* .sidebar_quote_form {
  position: relative;
}

.sidebar_quote_form .quote_form_group {
  position: relative;
  border-radius: 10px;
  width: 100%;
  margin-top: -170px;
  right: 0;
  z-index: 3;
} */


/* Submit an enquiry section with form ---------- START */

.footer_cta {
  /* padding: 50px 0;
  background-color: var(--ld-lightgray); */
  position: relative;
}


.footer_cta .column_left {
  /* padding: 30px calc(2% + 15px); 
  padding: 0;*/
}

.footer_cta .column_left__text {
  padding: calc(2.5vw + 20px);
  max-width: 760px;
}

.footer_cta .column_right {
  padding: calc(2.5vw + 20px);
  color: #fff;
}

.footer_cta .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 4%;
}

.footer_cta .LD_form input.large,
.footer_cta .LD_form select.large,
.footer_cta .LD_form textarea {
  border: 0 !important;
}

.footer_cta .gform_heading .gform_required_legend {
  display: none !important;
}

.footer_cta .gform_wrapper.gravity-theme input[type="submit"] {
  margin-left: auto !important;
}


.footer_cta .gform_validation_errors {
  display: none;
}

.footer_cta .validation_message {
  padding: 5px 0 !important;
  border: 0 !important;
  background: none !important;
}

.footer_cta .appointment-time {
  display: block;
  list-style-type: none;
  padding: 15px 0;
  margin: 0;
  max-width: 360px;
}

.footer_cta .appointment-time li {
  /* display: grid;
  grid-template-columns: 120px 1fr; */
  display: block;
  text-align: right;
  clear: both;
}

.footer_cta .appointment-time li strong {
  text-align: left;
  /* width: 120px; */
  display: block;
  float: left;
  padding-right: 10px;
}

@media (max-width: 781px) {


  .footer_cta .container {
    width: 100%;
  }

}

@media (max-width: 550px) {}

/* Contact form 7 */

.medical-history-grid .quote_form .line {
	border-top: #cbcbcb 1px solid;
	margin: 25px 0;
}

.medical-history-grid .quote_form .hide_div {
	display: none;
}


.quote_form {
  padding: 15px 0;
}

.quote_form h3 {
  padding: 10px 0 !important;
  font-weight: 500 !important;
  margin: 0;
  font-size: clamp(2.2rem, 1.6vw, 20px);
}

.quote_form .has_bg {    
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
}

.quote_form .pb0{ padding-bottom: 0;}
 
.quote_form .field_group {
  width: 100%;
}

.quote_form .form_field {
  display: block;
  padding: 0 0 15px 0;
}

.quote_form .label {
  font-weight: bold;
  display: block;
  padding: 5px 0 10px 0;
}

.quote_form label i {
  /* display: none; */
}

.quote_form small {
  font-size: 82%;
}

.quote_form .wpcf7-text,
.quote_form select,
.quote_form .wpcf7-textarea {
  width: 100%;
}

.quote_form textarea,
.wpcf7-textarea {
  height: 100px;
}

.quote_form .flex-col,
.quote_form .is-flex {
  display: flex;
  gap: 15px 20px;
}

.quote_form .flex-col .form_field,
.quote_form .is-flex .form_field {
  flex: 1;
}
.quote_form .wpcf7-form-control-wrap{ display: block; padding: 8px 0;}
.quote_form .wpcf7-list-item {
  margin-left: 0;
  margin-right: 8px;
}

.quote_form .wpcf7-not-valid-tip {
  font-size: 14px;
  padding-top: 5px;
}

.quote_form .submit_block {
  position: relative;
  margin-top: 5px;
  padding-bottom: 15px;
}

.quote_form .submit_block .button, .quote_form .wpcf7-submit {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px !important;
  min-width: 150px;
}

.quote_form .wpcf7-submit:disabled {
    background-color: #bbb;
    border: 0;
    padding: 12px 20px;
}

.quote_form .hide {
  background: #f8f8f8;
  padding: 5px 15px 15px;
}

.quote_form .revealed {
  display: block !important;
}

@media (max-width: 600px) {

  .quote_form .flex-col,
  .quote_form .is-flex {
    display: block;

  }

  .quote_form .submit_block .button {
    width: 100%;
  }
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0px;
}

.wpcf7 .wpcf7-submit:disabled {
  background-color: #bbb;
}

.wpcf7-spinner {
  position: absolute;
  left: -8px;
  top: 12px;
}

#callback_form {
  display: none;
}

/* Submit an enquiry section with form ----------END  */
.files_group .white_box {
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 1em;
}

.files_group .white_box .wp-block-file__button {
  margin: 0;
}

/* ACCREDITATIONS ---------- START */
.accreditations {
  padding: 30px 0;
}

.accreditations .logo_gallery {
  padding: 10px;
}

.accreditations .wp-block-gallery {
  gap: 0 20px !important;
  align-items: center !important;
  justify-content: center;
}

.accreditations .wp-block-gallery figure.wp-block-image {
  width: auto !important;
  max-width: 220px !important;
  min-width: 70px !important;
  min-height: 100px !important;
  box-shadow: none;
  filter: grayscale(1);
  transition: opacity .3s, filter .3s;
  align-items: center;
  padding: 20px;
  opacity: .9;
}

.accreditations .wp-block-gallery figure.wp-block-image img {
  height: 70px;
  width: 100%;
  object-fit: contain;
}

.accreditations .wp-block-gallery figure.wp-block-image:hover {
  filter: grayscale(0);
  opacity: 1;
}

@media (max-width: 480px) {
  .accreditations .wp-block-gallery figure.wp-block-image {
    width: 28% !important;
    max-width: 120px !important;
    padding: 10px;
  }
}

/* ACCREDITATIONS ---------- END */

/* Footer Top ---------- START */

.footer_top {
  background: var(--ld-lightgray);
  padding: 50px 0;
  letter-spacing: .1rem;
}

.footer_top .container {
  gap: 50px;
}

.footer_top h4 {
  padding: 0;
  margin: 0 0 3px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: var(--ld-font);
}

.footer_top .footer_address {
  gap: calc(2% + 30px);
}

.footer_top .footer_address p {
  font-size: 22px;
  padding: 0;
  line-height: 1.2;
}

.footer_top .wp-block-social-links {
  font-size: 30px;
}

.footer_top .phone a {
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.8rem, 3vw, 40px);
  color: currentColor;
  font-weight: normal;
  line-height: 1;
}


@media (max-width: 781px) {
  .footer_top .container {
    justify-content: space-between;
    gap: 30px;
  }

  .footer_top .footer_address {
    flex-wrap: wrap !important;
  }

  .footer_top .wp-block-columns>.wp-block-column {
    flex: 0 auto !important;
    width: auto;
  }

  .footer_top .wp-block-social-links {
    justify-content: start;
  }

}


/**/
.footer_top .newsletter_form {
  padding: 20px;
}

.footer_top .newsletter_form .wp-block-heading {
  padding: 0;
  margin: 20px 0;
}

/*
.footer_top .newsletter_form .form_block {
  position: relative;
}

 .footer_top .newsletter_form button[type="submit"] {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  height: 42px;
  color: #000;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 40px;
  background: none;
} */

/* Footer Top ---------- END */


/* Before after slider ---------- START */
.dz_before_after_slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: inline-flex !important;
  border: 0;
  background: #fff;
  gap: 0 !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;

}

.dz_before_after_slider>figure {
  position: relative;
  gap: 0 !important;
  top: 0;
  left: 0;
}

.dz_before_after_slider .after_image:not(.block-editor-block-list__block) {
  width: 100% !important;
  flex: 1 1 100%;
}

.dz_before_after_slider:not(.block-editor-block-list__block) .before_image {
  position: absolute !important;
  z-index: 1;
  top: 0px;
  left: 0px;
  overflow: hidden;
  width: 50%;
  height: 100%;
  user-select: none;
  pointer-events: none;
  border-right: solid 4px #fff;
  display: flex !important;
  box-shadow: rgba(0, 0, 0, 0.122) 0 0 30px 0;
  flex-direction: inherit !important;
  justify-content: normal !important;
  padding: 0;
  margin: 0;
  transition: width .08s;
}

.dz_before_after_slider .before_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0;
}

.dz_before_after_slider .dz_slider_button {
  width: 60px;
  height: 60px;
  background: var(--ld-color-button-hover);
  border-radius: 30px;
  position: absolute;
  z-index: 2;
  left: calc(50% - 2px);
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
  user-select: none;
  transition: left .08s;
}

.dz_before_after_slider img {
  display: block !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
}

.dz_before_after_slider .before_image::before,
.dz_before_after_slider .after_image::before,
.ld_fancybox_gallery figure::before,
.ld_fancybox_gallery figure::after  {
  position: absolute;
  top: 50%;
  text-transform: uppercase;
  font-weight: 500;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 14px;
  letter-spacing: 2px;
  width: auto;
  height: auto;
  color: var(--ld-color-primary);
  white-space: nowrap;
  background: rgba(0, 0, 0, .4);
  padding: 0 2px;
  opacity: 0;
  transition: opacity .3s;
}

.dz_before_after_slider .before_image::before, 
.ld_fancybox_gallery figure::before {
  content: "Before";
  left: -20px;
}

.dz_before_after_slider .after_image::before,
.ld_fancybox_gallery figure::after {
  content: "After";
  right: -15px;
}

.dz_before_after_slider.is_hover .before_image::before,
.dz_before_after_slider.is_hover .after_image::before {
  opacity: 1;
}

.ld_fancybox_gallery figure::before,
.ld_fancybox_gallery figure::after  {
	/* opacity: 1; */
	z-index: 1;	 
	font-size: 12px;	 
	background: rgba(0, 0, 0, 0.838);
	padding: 3px 5px;
}

.ld_fancybox_gallery figure:hover::before,
.ld_fancybox_gallery figure:hover::after  {
	opacity: 1;
}
@media (max-width: 781px) {

  .dz_before_after_slider .before_image::before,
  .dz_before_after_slider .after_image::before {
    opacity: 1;
  }
}

/* Before after slider ---------- END */

/* Google Review widgets */
.wp-gr .rpi-dots button {
  padding: 0 !important;
}

.wp-gr .grw-btns {
  padding: 0;
  background: none;
}