:root {
  --body-color: #333;
  --title-color: #121229;
  --primary-color: #415da1;
  --white: white;
  --black: black;
  --secondary-color-one: #e9f0ff;
  --secondary-color-two: #d1e1ff;
  --secondary-color-three: #c6daff;
  --neutral-colors-one: #121229;
  --neutral-colors-two: #39394a;
  --neutral-color-three: #646478;
  --fondotripticotext: #46687d91;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--body-color);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

h1 {
  color: var(--title-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.137;
}

h2 {
  color: var(--title-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.342;
}

h3 {
  color: var(--title-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375;
}

h4 {
  color: var(--title-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  color: var(--title-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.222;
}

h6 {
  color: var(--title-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.222;
}

p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

a {
  color: var(--primary-color);
  font-weight: 500;
  text-decoration: none;
  transition: color .3s cubic-bezier(.215, .61, .355, 1);
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  color: var(--title-color);
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px 10px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.583;
}

.page-wrapper {
  z-index: 1;
  background-image: url('../images/breadcrumb-bg.svg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.side-panel {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  height: 100vh;
  padding: 75px 35px 35px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.content-section {
  float: right;
  width: 80%;
  margin-top: 125px;
  position: relative;
}

.another-container {
  flex-direction: column;
  max-width: 95%;
  display: flex;
}

.page-title-box {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.page-title {
  color: var(--title-color);
  font-size: 60px;
  line-height: 80px;
}

.box-title {
  color: var(--white);
  background-color: #415da1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding-bottom: 10px;
  font-size: 50px;
  line-height: 1.5;
  display: flex;
}

.contact-block {
  margin-top: 50px;
}

.content-title {
  color: var(--title-color);
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.single-content-block {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.display-heading-one {
  color: var(--title-color);
  font-size: 80px;
  line-height: 1.175;
}

.display-heading-one.display-heading-two {
  font-size: 68px;
  line-height: 1.117;
}

.display-heading-one.display-heading-three {
  font-size: 32px;
  line-height: 1.125;
}

.text-describ {
  color: var(--black);
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.text-size {
  color: #415da1;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.single-content-inner {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.single-content-inner.flex-horizontal {
  grid-column-gap: 30px;
  flex-direction: row;
}

.pragraph-small {
  font-size: 16px;
  line-height: 26px;
}

.paragraph-large {
  font-size: 24px;
  line-height: 38px;
}

.paragraph-small-v2 {
  font-size: 14px;
  line-height: 22px;
}

.text-bold {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.text-italic {
  color: var(--black);
  font-style: italic;
}

.container-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.another-container {
  width: 100%;
}

.color-block {
  width: 220px;
  height: 160px;
}

.color-block.primary-color {
  background-color: var(--primary-color);
}

.color-block.secondary-color-one {
  background-color: var(--secondary-color-one);
}

.color-block.secondary-color-two {
  background-color: var(--secondary-color-two);
}

.color-block.secondary-color-three {
  background-color: var(--secondary-color-three);
}

.color-block.neutral-color-one {
  background-color: var(--neutral-colors-one);
}

.color-block.neutral-color-two {
  background-color: var(--neutral-colors-two);
}

.color-block.neutral-color-three {
  background-color: var(--neutral-color-three);
}

.single-link {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.single-link:hover {
  color: var(--primary-color);
}

.header-top-section {
  color: var(--white);
  background-color: #22469e;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}

.container {
  max-width: 1000px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 50px;
  font-weight: 500;
  position: static;
}

.header-top-left-content {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.header-top-left-single-content, .header-top-right-single-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.header-contact-link {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
}

.header-top-text {
  font-size: 14px;
  line-height: 14px;
}

.header-top-design-shape {
  border-right: 1px dashed var(--white);
  width: 1px;
  height: 20px;
  margin-left: 5px;
}

.header-top-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.5rem;
  padding-right: .5rem;
  display: flex;
}

.navbar-left.d-lg-none {
  display: none;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-content-side {
  grid-column-gap: 41px;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  line-height: 18px;
  display: flex;
}

.header-content-wrapper.d-u-md-block {
  display: none;
}

.nav-link {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.nav-link:hover {
  color: var(--primary-color);
  border-bottom-color: #ff7029;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--primary-color);
  text-transform: none;
  object-fit: fill;
  border-bottom-color: #ff7029;
  max-width: none;
}

.button-primary {
  grid-column-gap: 15px;
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  vertical-align: baseline;
  border-radius: 5px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  min-width: 146px;
  min-height: 48px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: transform .2s, color .3s;
  display: inline-block;
  position: static;
}

.button-primary:hover {
  color: #fff;
  transform: translate(0, -3px);
}

.button-primary.testimonial-button {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: #0000;
  border-radius: 4px;
  font-weight: 700;
}

.button-primary.testimonial-button:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.button-primary.team-link {
  align-self: flex-end;
  min-width: 108px;
  margin-bottom: 10px;
}

.button-primary.service-page {
  margin-top: 40px;
}

.button-primary.service-details-button {
  min-width: 102px;
  margin-top: 30px;
}

.button-primary.team-details-button {
  max-width: 162px;
  margin-top: 25px;
}

.button-primary.appointment-page-button {
  max-width: 218px;
  margin-top: 25px;
}

.button-primary.contact-button {
  max-width: 162px;
  margin-top: 20px;
}

.button-primary.password-page {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary.error-button {
  margin-left: auto;
  margin-right: auto;
}

.nav-list-item {
  background-image: none;
  padding-left: 0;
  list-style-type: none;
}

.nav-dropdown-toggle {
  color: #333;
  padding: 0 14px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  transition: border-color .3s, color .3s;
}

.nav-dropdown-toggle:hover {
  color: var(--primary-color);
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.header-single-content-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.social-link-block {
  background-color: #2a2e41;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  transition: top .3s;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 5px;
  width: 190px;
  max-width: 190px;
  padding-top: 15px;
  padding-bottom: 15px;
  top: 200%;
  box-shadow: 0 4px 12px #00000026;
}

.nav-menu-wrapper {
  display: none;
}

.nav-dropdown-icon {
  margin-right: 0;
  font-size: 13px;
}

.footer-social-block {
  grid-column-gap: 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-block.sidebar-social-block {
  display: none;
}

.nav-dropdown-link {
  color: #1f242c;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  transition: color .3s;
}

.nav-dropdown-link:hover {
  color: var(--primary-color);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--primary-color);
}

.mobile-margin-top-10 {
  background-image: none;
  padding-left: 0;
}

.number-link {
  color: #fff;
  text-decoration: none;
}

.number-link:hover {
  color: #ff7029;
}

.nav-dropdown {
  flex-wrap: nowrap;
  display: flex;
}

.slider-section {
  background-color: var(--secondary-color-one);
  background-image: url('../images/slider-bg-image_1slider-bg-image.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-section.slider-section-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#49d7f0, #fff);
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: block;
}

.slider-content-inner {
  grid-row-gap: 81px;
  flex-direction: column;
  width: 100%;
  max-width: 550px;
  min-height: 680px;
  padding-top: 200px;
  padding-bottom: 0;
  display: flex;
}

.slider-intro {
  color: var(--body-color);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 16px;
}

.slider-title {
  color: var(--neutral-colors-one);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 24px;
}

.slider-summary-text {
  text-align: center;
  object-fit: fill;
  max-width: 500dvh;
  margin-bottom: 41px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.our-achievement {
  grid-column-gap: 47px;
  display: flex;
}

.single-achievement {
  margin-top: -6px;
}

.achievement-icon-image {
  margin-bottom: 0;
  margin-right: 0;
}

.achievement-content {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-left: -4px;
  display: flex;
}

.achievement-title {
  padding-right: 0;
  line-height: 24px;
}

.achievement-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
}

.position-relative {
  position: relative;
}

.slider-sticker {
  z-index: 1;
  grid-row-gap: 12px;
  border-right: 6px solid var(--primary-color);
  box-shadow: none;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  text-align: center;
  background-color: #e7f0ff66;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 132px;
  font-weight: 500;
  display: flex;
  position: absolute;
  bottom: 110px;
  right: 0;
}

.slider-sticker.service-sticker {
  border-left: 6px solid var(--primary-color);
  box-shadow: none;
  text-align: center;
  border-right-style: none;
  width: 167px;
  height: 162px;
  font-weight: 500;
  line-height: 22px;
  bottom: 107px;
  left: -58px;
  right: auto;
}

.slider-sticker.service-sticker.service-two {
  background-color: #e7f0ff66;
  margin-left: 34px;
  bottom: 50px;
  left: -50px;
}

.slider-sticker.choose-sticker {
  width: 150px;
  height: 150px;
  bottom: 31px;
  left: -89px;
  right: auto;
  box-shadow: 10px 0 30px #0000001a;
}

.slider-sticker.choose-sticker.choose-two {
  border-left: 6px solid var(--primary-color);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-right-style: none;
  bottom: 64px;
  left: -27px;
}

.slider-sticker.choose-sticker.border-left {
  border-left: 6px solid var(--primary-color);
  border-right-width: 0;
  bottom: 60px;
  left: -69px;
}

.slider-sticker.testimonial-sticker {
  grid-column-gap: 15px;
  border-left: 6px solid var(--primary-color);
  color: var(--title-color);
  border-right-style: none;
  flex-direction: row;
  width: 250px;
  height: auto;
  min-height: 80px;
  line-height: 24px;
  bottom: 90px;
  left: -69px;
  right: auto;
}

.sticker-text {
  font-size: 18px;
  font-weight: 400;
}

.features-section {
  padding-top: 100px;
}

.features-section.pb-0px {
  padding-top: 0;
}

.feature-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.single-feature {
  grid-column-gap: 20px;
  display: flex;
}

.single-feature.sidebar-feature {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
}

.feature-content {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.feature-title {
  line-height: 18px;
}

.feature-title.sidebar-feature-title {
  font-weight: 600;
}

.feature-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
}

.feature-text.sidebar-feature-text {
  font-size: 15px;
}

.feature-design-shape {
  border-right: 1px dashed #8f8f95;
  width: 1px;
  height: 70px;
}

.about-section {
  background-color: #d3e6ff;
  background-image: linear-gradient(#d3e6ff, #fff);
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-section.pb-0px {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: none;
  background-clip: border-box;
  padding-bottom: 0;
}

.section-title-block {
  margin-bottom: 50px;
}

.section-title-block.block-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-title-block.block-center.max-width-428px {
  max-width: 428px;
}

.section-title-block.max-width-529px {
  max-width: 529px;
}

.section-title-block.max-width-560px {
  width: 100%;
  max-width: 560px;
}

.section-title-block.max-width-394px {
  max-width: 394px;
}

.section-title-block.about-two-section-title.mb-40px {
  margin-bottom: 40px;
}

.section-title-block.subscribe-title-block {
  margin-bottom: 35px;
}

.section-title {
  margin-top: 34px;
  font-size: 25px;
}

.section-title.blog-section-title {
  max-width: 251px;
  margin-bottom: 20px;
}

.section-title.service-page-title {
  max-width: 444px;
}

.section-intro-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 18px;
}

.about-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.about-wrapper.about-wrapper-two {
  flex-direction: row-reverse;
}

.about-left-content {
  width: 100%;
  max-width: 572px;
}

.about-left-content.service-page {
  max-width: 504px;
}

.about-right-content {
  width: 100%;
  max-width: 508px;
}

.about-right-content.about-two {
  max-width: 529px;
}

.about-left-image {
  width: 100%;
}

.about-sub-title {
  max-width: 365px;
}

.about-sub-title.appointment-page {
  max-width: 400px;
}

.about-summary {
  text-align: left;
  margin-top: 49px;
  margin-bottom: 20px;
  font-size: 18px;
}

.about-feature-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 39px;
  margin-bottom: 50px;
  display: grid;
}

.about-feature-wrapper.appointment-page {
  margin-bottom: 0;
}

.about-single-feature {
  grid-column-gap: 11px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.service-section.service-section-two {
  padding-top: 100px;
}

.service-link {
  color: var(--body-color);
  letter-spacing: .1em;
  margin-top: 40px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: underline;
  display: inline-block;
}

.service-link:hover {
  color: var(--primary-color);
}

.service-link.team-link {
  margin-top: 0;
  margin-bottom: 10px;
}

.service-link.blog-link {
  margin-top: 30px;
}

.service-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.service-left-block {
  width: 100%;
  max-width: 350px;
}

.service-image-block {
  position: relative;
}

.service-right-block {
  width: 100%;
  max-width: 665px;
}

.single-service-block {
  grid-row-gap: 25px;
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  padding: 25px 20px;
  text-decoration: none;
  transition: background-color .5s, color .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  box-shadow: 3px 0 20px #0000001a;
}

.single-service-block:hover {
  background-color: var(--primary-color);
}

.service-icon-block {
  background-color: #ebf2ff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  display: flex;
}

.service-icon {
  width: 34px;
  height: 34px;
}

.service-content {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.service-summary {
  color: var(--body-color);
  font-size: 16px;
  line-height: 26px;
}

.service-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-service-bg-image {
  position: absolute;
  top: 20px;
  right: 14px;
}

.counter-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.counter-wrapper {
  background-color: #e9f0ff;
  border-radius: 10px;
  justify-content: space-between;
  padding: 60px;
  display: flex;
}

.single-counter {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter-number {
  color: var(--primary-color);
  margin-bottom: 5px;
}

.counter-sub-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
}

.design-shape {
  border-right: 1px dashed #2d5da5;
  width: 1px;
  height: 100px;
  position: relative;
}

.choose-section.pt-140px {
  padding-top: 100px;
}

.choose-left-block {
  width: 100%;
  max-width: 488px;
}

.choose-wrapper {
  grid-column-gap: 130px;
  display: flex;
}

.choose-wrapper.choose-wrapper-two {
  grid-column-gap: 64px;
  flex-direction: row-reverse;
}

.choose-right-block {
  width: 100%;
  max-width: 484px;
  position: relative;
}

.choose-content {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.choose-single-content {
  grid-column-gap: 25px;
  display: flex;
}

.choose-icon-block {
  background-color: #ebf2ff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 89px;
  min-width: 89px;
  height: 90px;
  display: flex;
}

.choose-icon-block.choose-icon-block-two {
  border: 1px solid var(--white);
  box-shadow: 4px 0 15px #0000001a;
}

.choose-single-content-block {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.choose-title {
  font-weight: 700;
}

.choose-summary {
  direction: ltr;
  letter-spacing: normal;
  text-shadow: 0 2px 1px #0003;
  column-count: auto;
  white-space: normal;
  order: 1;
  font-family: Merriweather, serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}

.choose-design-image {
  z-index: -1;
  position: absolute;
  top: -38px;
  right: -32px;
}

.choose-thumb-block {
  position: relative;
}

.team-section {
  padding-top: 100px;
}

.team-section-title-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.mb-0px {
  margin-bottom: 0;
}

.team-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.team-list-wrapper {
  width: 100%;
}

.team-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-list.team-two {
  grid-column-gap: 50px;
  grid-template-columns: 1fr 1fr;
}

.single-team-wrapper {
  grid-row-gap: 15px;
  border-radius: 0 0 6px 6px;
  flex-direction: column;
  transition: box-shadow .3s;
  display: flex;
  box-shadow: 3px 0 20px #0000000f;
}

.single-team-wrapper:hover {
  box-shadow: 3px 0 20px #0003;
}

.single-team-wrapper.team-two {
  grid-column-gap: 36px;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.team-thumbnail-block {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}

.team-thumbnail-block.team-two {
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
  width: 100%;
  max-width: 244px;
}

.team-thumbnail {
  width: 100%;
}

.team-content-block {
  grid-row-gap: 15px;
  flex-direction: column;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.team-content-block.team-two {
  padding-bottom: 0;
  padding-left: 0;
}

.single-team-link-block {
  align-self: flex-start;
  text-decoration: none;
}

.team-member-name.team-details {
  font-size: 38px;
  line-height: 1;
}

.team-member-job-title-rating-block {
  grid-column-gap: 19px;
  display: flex;
}

.team-member-job-title-rating-block.team-details {
  grid-column-gap: 27px;
  align-items: center;
}

.job-title {
  line-height: 16px;
}

.job-title.team-details {
  font-size: 20px;
  line-height: 20px;
}

.rating-block {
  grid-column-gap: 5px;
  color: var(--primary-color);
  font-weight: 600;
  display: flex;
}

.rating-text {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
}

.team-social-link-block {
  grid-column-gap: 25px;
  margin-top: -5px;
  font-size: 14px;
  line-height: 14px;
  display: flex;
}

.single-social-link {
  color: #646478;
  text-decoration: none;
}

.single-social-link:hover {
  color: var(--primary-color);
}

.team-border-shape {
  background-color: #ddd;
  width: 100%;
  height: 1px;
}

.testimonial-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-wrapper {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.testimonial-thumbnail-block {
  width: 100%;
  max-width: 500px;
}

.testimonial-content {
  width: 100%;
  max-width: 461px;
}

.testimonial-slider-wrapper {
  background-color: #0000;
  height: auto;
  padding-bottom: 80px;
  position: relative;
}

.testimonial-content-text {
  margin-bottom: 35px;
}

.testimonial-text {
  font-size: 20px;
  line-height: 34px;
}

.client-name {
  color: var(--title-color);
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 20px;
}

.client-title {
  color: #646478;
  font-size: 16px;
  line-height: 20px;
}

.testimonial-icon {
  margin-bottom: 30px;
}

.testimonial-icon.testi-icon-two {
  margin-bottom: 25px;
}

.testimonial-nav {
  display: none;
}

.testimonial-image-inner {
  position: relative;
}

.testimonial-client-image {
  border-radius: 8px;
}

.testi-arrow-left {
  border: 1px solid var(--primary-color);
  color: var(--title-color);
  border-radius: 4px;
  width: 35px;
  height: 40px;
  font-size: 18px;
  transition: background-color .3s, color .3s;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.testi-arrow-left:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.testi-arrow-right {
  border: 1px solid var(--primary-color);
  color: var(--title-color);
  border-radius: 4px;
  width: 35px;
  height: 40px;
  font-size: 18px;
  inset: auto auto 0% 50px;
  overflow: visible;
}

.testi-arrow-right:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.blog-section {
  padding-bottom: 100px;
}

.blog-section.blog-page {
  padding-top: 100px;
  padding-bottom: 0;
}

.blog-title-side {
  width: 100%;
  max-width: 280px;
}

.blog-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.blog-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-collection-list.blog-page {
  grid-template-columns: 1fr 1fr 1fr;
}

.section-summary.center {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.single-blog-wrapper {
  grid-row-gap: 25px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-direction: column;
  display: flex;
  box-shadow: 3px 0 20px #0000000f;
}

.single-blog-wrapper.popular-post {
  grid-row-gap: 15px;
}

.blog-thumbnail-block {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}

.blog-thumbnail-image {
  width: 100%;
}

.team-link-block, .blog-thumbnail-link-block {
  display: block;
}

.blog-content-inner {
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 21px;
}

.blog-content-inner.popular-post {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 15px;
}

.blog-title-link-block {
  text-decoration: none;
}

.blog-title {
  margin-bottom: 15px;
  font-size: 20px;
}

.blog-title.popular-post {
  margin-bottom: 10px;
  font-size: 18px;
}

.blog-summary {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

.blog-summary.popular-post {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

.blog-border-shape {
  background-color: #ddd;
  width: 100%;
  height: 1px;
}

.blog-meta-content {
  color: #646478;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-size: 13px;
  line-height: 14px;
  display: flex;
}

.blog-meta-content.blog-details-meta-block {
  grid-column-gap: 35px;
  justify-content: flex-start;
  margin-top: 35px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 18px;
}

.blog-meta-content.popular-post {
  margin-top: 11px;
}

.author-name {
  color: #646478;
  text-decoration: none;
}

.author-name:hover {
  color: var(--primary-color);
}

.author-image {
  border-radius: 50%;
  width: 22px;
  min-width: 22px;
  height: 22px;
}

.author-block {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.date-block {
  grid-column-gap: 10px;
  display: flex;
}

.date-block.popular-post {
  font-size: 14px;
}

.faq-section {
  padding-bottom: 100px;
}

.faq-section.pb-0px {
  padding-bottom: 0;
}

.faq-section.pb-0px.pt-140px {
  padding-top: 100px;
}

.faq-wrapper {
  margin-top: 60px;
}

.faq-wrapper.faq-page {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.accordion-item {
  background-color: #e9f0ff;
  border-radius: 8px;
  padding-bottom: 28px;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.icon-block {
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  display: flex;
}

.accordion-item-content {
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
}

.faq-title {
  color: #39394a;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.accordion-text {
  font-size: 16px;
  line-height: 26px;
}

.accordion-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.faq-border-shape {
  background-color: #b8b8b8;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 14px;
}

.footer {
  background-image: url('../images/footer-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 10px;
}

.footer-text {
  color: var(--primary-color);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 24px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.address-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 235px;
  margin-bottom: 10px;
  font-style: normal;
  display: flex;
}

.footer-content-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  width: 100%;
  margin-left: 20px;
  display: flex;
}

.footer-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.mail-address {
  color: var(--primary-color);
  letter-spacing: .4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.mail-address:hover {
  color: var(--primary-color);
}

.mail-address-block {
  margin-bottom: 0;
  display: block;
}

.footer-title {
  letter-spacing: .2px;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.footer-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.footer-link {
  color: var(--body-color);
  letter-spacing: .4px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--primary-color);
}

.footer-address-text {
  letter-spacing: .4px;
  font-size: 14px;
  line-height: 26px;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 30px;
  display: flex;
}

.footer-logo-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 275px;
  position: relative;
}

.bottom-link {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
}

.bottom-link:hover {
  color: var(--primary-color);
}

.phone-number {
  color: var(--body-color);
  letter-spacing: .02em;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.phone-number:hover {
  color: var(--primary-color);
}

.website-link {
  color: var(--primary-color);
  letter-spacing: .4px;
  text-transform: none;
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
}

.website-link:hover {
  color: var(--primary-color);
}

.footer-bottom {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  display: flex;
}

.company-link {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
}

.social-icon-link-block {
  transition: transform .3s, color .3s cubic-bezier(.215, .61, .355, 1);
}

.social-icon-link-block:hover {
  transform: translate(0, -3px);
}

.service-single-icon-color-image {
  text-shadow: 0 1px 1px #0003;
  max-width: 60%;
  max-height: 60%;
  position: absolute;
}

.service-tabs-menu {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-wrap: wrap;
  align-content: center;
  margin-bottom: 50px;
  display: flex;
}

.service-tabs-content {
  overflow: visible;
}

.service-tab-link {
  background-color: #ebf2ff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding: 0;
  transition: box-shadow .3s, color .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.service-tab-link:hover {
  background-color: var(--white);
  box-shadow: 10px 0 30px #0003;
}

.service-tab-link.w--current {
  background-color: var(--white);
  text-transform: capitalize;
  text-shadow: 0 1px 1px #0003;
  box-shadow: 10px 0 30px #0003;
}

.service-two-wrapper {
  grid-column-gap: 50px;
  align-items: flex-start;
  display: flex;
}

.service-two-left-block {
  width: 100%;
  max-width: 528px;
}

.service-two-right-block {
  width: 100%;
  max-width: 508px;
}

.service-two-thumb-block {
  z-index: 1;
  position: relative;
}

.service-two-thumb-image {
  border-radius: 8px;
  margin-left: 74px;
}

.service-two-title {
  margin-bottom: 25px;
}

.service-summary-two {
  margin-bottom: 20px;
  position: relative;
}

.service-feature-block {
  grid-column-gap: 11px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.service-feature-wrapper {
  grid-row-gap: 25px;
  flex-direction: column;
  margin-top: 39px;
  display: flex;
}

.about-counter-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 45px;
  display: flex;
}

.doctor-degree {
  color: #646478;
  margin-top: -5px;
  font-size: 14px;
  line-height: 14px;
}

.team-design-image {
  z-index: -1;
  position: absolute;
  inset: 20px 20px auto auto;
}

.testimonial-two-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-two-wrapper.testimonial-page {
  grid-row-gap: 50px;
}

.client-meta-content-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.client-image {
  border-radius: 50%;
  width: 66px;
  min-width: 66px;
  height: 66px;
}

.testimonial-button-block {
  grid-column-gap: 35px;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.amount-customer {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-inner-page {
  width: 100%;
  position: absolute;
  top: 85px;
}

.breadcrumb-section {
  text-align: center;
  background-color: #e9f0ff;
  background-image: url('../images/breadcrumb-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 0;
  padding-top: 192px;
  padding-bottom: 162px;
  display: flex;
}

.breadcrumb-section.about-page {
  mix-blend-mode: normal;
  background-color: #e9f0ff;
  background-image: none;
  padding-top: 192px;
  padding-bottom: 514px;
}

.breadcrumb-section.about-page:hover {
  transform: scale(1);
}

.breadcrumb-wrapper {
  margin-top: 2px;
}

.breadcrumb-intro {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 16px;
  position: relative;
}

.breadcrumb-title {
  text-transform: none;
  white-space: normal;
  margin-top: 55px;
  margin-bottom: 20px;
  font-size: 25px;
}

.breadcrumb-summay {
  box-sizing: border-box;
  color: #071420;
  text-align: center;
  object-fit: fill;
  width: 100%;
  max-width: 534px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  position: static;
}

.newsletter-section {
  padding-bottom: 100px;
}

.newsletter-section.pt-140px {
  padding-top: 100px;
}

.email-field {
  border: 1px solid var(--white);
  border-radius: 4px;
  height: 56px;
  margin-bottom: 0;
  padding-right: 100px;
}

.email-field:focus {
  border-color: var(--secondary-color-two);
}

.email-field::placeholder {
  color: #646478;
  font-size: 14px;
}

.subscription-form-block {
  width: 100%;
  margin-bottom: 0;
}

.subscription-form {
  position: relative;
}

.button {
  color: #fff;
  background-color: #01614e;
  border-radius: 5px;
  height: 46px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
  transition: background-color .3s;
}

.button:hover {
  background-color: #ff6500;
}

.button.submit-button {
  background-color: var(--primary-color);
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translate(0, -50%);
}

.subscription-form-side {
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  max-width: 543px;
  line-height: 1;
}

.subscription-wrapper {
  z-index: 1;
  background-color: #ebf2ff;
  border-radius: 8px;
  flex-flow: column;
  place-content: flex-start space-between;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.subscribe-summary {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 18px;
}

.section-image {
  z-index: -1;
  position: absolute;
  inset: auto 0 3px auto;
}

.service-details-section {
  padding-top: 100px;
}

.service-details-link-wrapper {
  margin-bottom: 50px;
}

.service-details-link {
  background-color: #ebf2ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  transition-property: box-shadow;
  display: flex;
}

.service-details-link:hover, .service-details-link.w--current {
  background-color: var(--white);
  box-shadow: 10px 0 30px #0003;
}

.service-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  display: flex;
}

.service-details-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  display: flex;
}

.service-details-content-block {
  width: 100%;
  max-width: 630px;
}

.service-details-image-block {
  border-radius: 8px;
  margin-bottom: 34px;
  overflow: hidden;
}

.service-details-image {
  width: 100%;
}

.service-details-content-richtext p {
  margin-bottom: 20px;
}

.service-details-content-richtext h2 {
  margin-bottom: 25px;
}

.treatment-process-block {
  margin-bottom: 50px;
}

.treatment-process-title {
  margin-bottom: 25px;
}

.treatment-process-content-block {
  grid-column-gap: 50px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.treatment-process-summary {
  margin-bottom: 35px;
}

.treatment-process-single-title {
  color: var(--primary-color);
  margin-bottom: 15px;
}

.treatment-process-single-summary {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.service-sidebar-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  width: 100%;
  max-width: 270px;
  display: flex;
}

.single-sidebar-box {
  background-color: var(--secondary-color-one);
  border-radius: 8px;
  padding: 15px;
}

.single-sidebar-inner {
  grid-row-gap: 40px;
  border: 1px dashed #8f8f95;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 28px;
  display: flex;
}

.single-item {
  text-align: center;
}

.sidebar-design-shape {
  border-bottom: 1px dashed #8f8f95;
  width: 100%;
  height: 1px;
}

.sidebar-banner-box {
  border-radius: 8px;
  overflow: hidden;
}

.filter-by-property-sort {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-bottom: 40px;
}

.filter-dropdown-property-size {
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 100%;
  max-width: 250px;
}

.price-filter-dropdown {
  color: var(--body-color);
  background-color: #fff;
  border: 0 solid #ddd;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  transition: box-shadow .2s, border-color .2s;
  display: flex;
}

.price-filter-dropdown:focus {
  border-color: #ff6500;
}

.filter-icon {
  color: #01614e;
  margin-right: 12px;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.dropdown-filter-list {
  background-color: #fff;
  width: 100%;
  margin-top: 5px;
  transition: box-shadow .2s, border-color .2s;
  inset: 100% 0% auto auto;
}

.dropdown-filter-list.w--open {
  z-index: 2;
  border: 1px solid #ddd;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 6px 15px #0000001a;
}

.filter-nav {
  color: var(--body-color);
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.filter-nav:hover, .filter-nav.w--current {
  color: var(--primary-color);
}

.filter-text {
  color: var(--body-color);
  text-transform: capitalize;
  font-weight: 500;
}

.relative-product-title-block {
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.team-details-wrapper {
  grid-column-gap: 40px;
  display: flex;
}

.team-details-thunmbnail-block {
  width: 100%;
  max-width: 476px;
}

.team-details-thunmbnail {
  position: relative;
}

.team-details-thunmbnail-image {
  border-radius: 8px;
}

.team-details-content-block {
  width: 100%;
  max-width: 549px;
}

.team-meta-details {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.team-bio-richtext-block {
  margin-top: 45px;
}

.team-bio-richtext h4 {
  margin-bottom: 25px;
  font-size: 24px;
}

.team-bio-richtext p {
  margin-bottom: 25px;
}

.team-contact-block {
  grid-column-gap: 35px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.agent-message {
  align-items: center;
  display: flex;
}

.property-amenities-details {
  margin-bottom: 30px;
}

.agent-property-amenitie {
  width: 100%;
  max-width: 508px;
}

.form-block {
  margin-bottom: 0;
}

.agent-message-details {
  margin-top: 25px;
  margin-bottom: 40px;
}

.property-amenities-icon {
  width: 16px;
  height: 16px;
  margin-top: 8px;
  margin-right: 15px;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  background-color: #244d4d;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 19px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: transform .3s;
}

.button-primary-2:hover {
  color: #fff;
  transform: translate(0, -5px);
}

.property-amenities-text {
  font-size: 18px;
  line-height: 30px;
}

.agent-message-heading {
  margin-top: 0;
  margin-right: 5px;
}

.agent-message-heading.theme-color {
  color: var(--primary-color);
}

.agent-contact-side {
  width: 100%;
  max-width: 568px;
}

.property-amenities-list {
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.form-field {
  border: 1px solid #646478;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 20px;
  transition: box-shadow .3s, border-color .3s;
}

.form-field:focus {
  border-color: var(--primary-color);
  box-shadow: 0 6px 15px #0000001a;
}

.form-field::placeholder {
  color: #646478;
  font-size: 14px;
  line-height: 14px;
}

.form-field.form-textarea {
  height: 300px;
}

.form-field.form-textarea.max-height-200px {
  max-height: 243px;
  padding-top: 21px;
}

.form-field.form-textarea.max-height-243px {
  max-height: 243px;
}

.form-field.select-option-block {
  background-color: #0000;
}

.property-single-amenities {
  display: flex;
}

.agent-contact-section {
  padding-top: 95px;
}

.agent-contact-wrapper {
  grid-column-gap: 40px;
  display: flex;
}

.property-amenities-title {
  margin-bottom: 25px;
}

.agency-form {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pagination-wrapper {
  margin-top: 50px;
}

.blog-details-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  display: flex;
}

.blog-details-content-block {
  width: 100%;
  max-width: 847px;
}

.blog-details-sidebar-block {
  width: 100%;
  max-width: 270px;
}

.blog-details-image-block {
  border-radius: 8px;
  overflow: hidden;
}

.blog-details-richtext p {
  margin-bottom: 25px;
}

.blog-details-tag-block {
  grid-column-gap: 6px;
  grid-row-gap: 13px;
  align-items: center;
  line-height: 14px;
  display: flex;
}

.blog-details-bottom-title {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.blog-details-social-block {
  grid-column-gap: 6px;
  grid-row-gap: 13px;
  align-items: center;
  line-height: 14px;
  display: flex;
}

.blog-details-tag-list {
  grid-column-gap: 7px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.blog-details-social-text-link {
  color: #393939;
  text-decoration: none;
}

.blog-details-social-text-link:hover {
  color: var(--primary-color);
}

.blog-details-bottom-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #898989;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.blog-details-social-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.tag-link-text {
  color: #1e1c1c;
  font-weight: 400;
  line-height: 14px;
}

.tag-link-text:hover {
  color: var(--primary-color);
}

.blog-details-sidebar-wrapper {
  grid-row-gap: 45px;
  flex-direction: column;
  display: flex;
}

.blog-details-sidebar-title {
  margin-bottom: 25px;
  font-weight: 600;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.error-page {
  width: 100%;
  height: 100%;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 380px;
  display: flex;
}

.utility-page-content.error-page {
  max-width: 100%;
  padding-top: 220px;
  padding-bottom: 100px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.blog-details-search-wrapper {
  margin-bottom: 0;
  position: relative;
}

.blog-details-search-wrapper.search-page {
  margin-top: 80px;
  margin-bottom: 50px;
}

.blog-details-search-button {
  background-color: var(--primary-color);
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5px;
  width: 49px;
  height: 44px;
  position: absolute;
  inset: 50% 3px 0% auto;
  transform: translate(0, -50%);
}

.blog-category-link {
  color: var(--body-color);
  font-weight: 400;
  transition: padding-left .3s, color .3s cubic-bezier(.215, .61, .355, 1);
}

.blog-category-link:hover {
  color: var(--primary-color);
  padding-left: 5px;
}

.blog-category-list {
  grid-row-gap: 25px;
  flex-direction: column;
  line-height: 16px;
  display: flex;
}

.popular-post-list {
  grid-row-gap: 15px;
  flex-flow: column wrap;
  display: flex;
}

.blog-deatils-tag-link {
  color: var(--body-color);
  font-weight: 400;
  transition: font-variation-settings .3s, color .3s cubic-bezier(.215, .61, .355, 1);
}

.blog-deatils-tag-link:hover {
  color: var(--primary-color);
}

.blog-deatils-tag-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  line-height: 16px;
  display: flex;
}

.appointment-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
}

.appointment-form-block {
  width: 100%;
  max-width: 568px;
}

.appointment-image-block {
  width: 100%;
  max-width: 400px;
}

.appointment-image-iner {
  border-radius: 8px;
  display: inline-block;
  overflow: hidden;
}

.appointment-summary {
  max-width: 499px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.appointment-form-wrapper {
  margin-bottom: 0;
}

.appointment-form-block-wrpper {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-2 {
  color: #494949;
  background-color: #0000;
  border: 1px solid #273d7a;
  height: 50px;
  margin-bottom: 0;
  transition: box-shadow .3s, border-color .3s;
}

.form-field-2:focus {
  border-color: #ff8b43;
  box-shadow: 0 6px 15px #0000001a;
}

.form-field-2::placeholder {
  color: #757575;
  font-size: 13px;
  line-height: 13px;
}

.calnder-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.form-date-block {
  position: relative;
}

.sub-heading {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
}

.section-heading {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 60px;
}

.single-contact {
  grid-column-gap: 24px;
  grid-row-gap: 15px;
  background-color: #0000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 35px;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.message-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.form-field-3 {
  color: #494949;
  border: 1px solid #696969;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 0;
  transition: box-shadow .3s, border-color .3s;
}

.form-field-3:focus {
  border-color: #41844d;
  box-shadow: 0 6px 15px #0000001a;
}

.form-field-3::placeholder {
  color: #393939;
  font-size: 14px;
}

.section-image-wrapper {
  width: 100%;
  max-width: 474px;
  position: relative;
}

.contact-form-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.send-message-section {
  padding-top: 100px;
}

.title-top-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.contact-form {
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  max-width: 570px;
}

.theme-color {
  color: #41844d;
}

.contact-address {
  color: #1f223e;
  text-align: left;
  max-width: 450px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.agency-form-2 {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.contact-content {
  line-height: 24px;
}

.contact-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.contact-mail {
  color: var(--body-color);
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  transition: color .3s;
  display: block;
}

.contact-mail:hover {
  color: var(--primary-color);
}

.contact-section-summary {
  max-width: 474px;
  margin-top: 25px;
}

.send-message-summary {
  max-width: 427px;
  margin-bottom: 30px;
}

.search-result-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.password-title {
  margin-top: 20px;
}

.error-image {
  width: 100%;
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.error-text {
  margin-bottom: 30px;
  font-size: 18px;
}

.button-primary-4 {
  grid-column-gap: 15px;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #000;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  min-width: 175px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #ff7029;
  border-color: #ff7029;
}

.error-title {
  margin-top: 40px;
  margin-bottom: 20px;
}

.license-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 60px;
  display: grid;
}

.license-inner {
  flex: 0 auto;
}

.license-single-item {
  background-color: #fff;
  border: 1px solid #415da199;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 6px 15px #0000001a;
}

.licenses-title {
  color: #1f242c;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
}

.license-details {
  font-size: 16px;
}

.license-link {
  color: var(--primary-color);
  text-transform: capitalize;
  margin-top: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.license-link:hover {
  color: #415da1cc;
}

.changelog-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #415da199;
  border-radius: 10px;
  max-width: 550px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 6px 15px #0000001a;
}

.version-title {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 24px;
}

.relesed {
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: auto;
  height: 44px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 44px;
  display: inline-block;
}

.released-date {
  color: #15110b;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.bold-text {
  color: #000;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.bold-text-2 {
  -webkit-text-stroke-color: #23d2db;
}

.text-span {
  font-family: Merriweather, serif;
}

.link {
  font-size: 18px;
}

.link.w--current {
  color: var(--body-color);
}

.list-item {
  text-align: left;
  mix-blend-mode: normal;
  font-size: 18px;
  font-weight: 400;
  list-style-type: disc;
}

.text-block {
  clear: none;
  font-size: 10px;
  font-weight: 400;
  text-decoration: underline;
  position: relative;
  bottom: 0;
}

.bold-text-3 {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 24px;
}

.image {
  object-fit: fill;
  width: auto;
  margin-top: 199px;
  margin-left: 44px;
  margin-right: auto;
  position: static;
}

.section {
  text-align: center;
}

.section-2 {
  mix-blend-mode: normal;
  display: block;
}

.image-2 {
  mix-blend-mode: normal;
  border-radius: 3px;
  transition: all .5s;
  box-shadow: 6px 5px 5px #0003;
}

.image-2:hover {
  transform: scale(1.1);
}

.column {
  padding-left: 0;
}

.infocab {
  color: var(--white);
  background-color: #22469e;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-contact-link2 {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.header-top-text1, .header-top-text-copy {
  font-size: 14px;
}

.div-block {
  background-image: linear-gradient(#ccd6db, #fff);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.grid {
  grid-column-gap: 9px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  margin-top: 5px;
}

.slider-intro-2 {
  color: #333;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 16px;
}

.bold-text-4 {
  text-align: center;
  font-family: Oswald, sans-serif;
}

.text-block-2 {
  color: var(--primary-color);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.text-block-3 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.divetiqueta {
  background-color: #cccccc87;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 2px 5px;
  transform: translate(0);
  box-shadow: 2px 2px 5px #3333;
}

.text-block-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

.text-block-5 {
  text-align: center;
}

.txtinfo {
  color: var(--primary-color);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.grid-2 {
  grid-column-gap: 6px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-left: 150px;
  margin-right: 150px;
}

.divgrupo {
  display: flex;
}

.lbllabel {
  border: 1px solid var(--secondary-color-three);
  color: #000;
  text-align: left;
  background-color: #d5d5d552;
  align-self: center;
  width: 87px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 13px;
  font-weight: 400;
  box-shadow: 0 2px 5px #6d6d6d33;
}

.txtintro {
  text-align: center;
  background-color: #fff;
  border: 1px solid #bdbdbdd1;
  flex: 1;
  align-self: flex-start;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 13px;
}

.link-2 {
  text-align: right;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 12px;
}

.divapp {
  background-image: linear-gradient(#d2e1e994, #fff);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  display: flex;
}

.grdusr {
  grid-column-gap: 4px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.lbllabel-2 {
  color: #000;
  text-align: left;
  background-color: #d5d5d552;
  border-bottom: 2px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  align-self: center;
  width: 87px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 0 2px 5px #6d6d6d33;
}

.txtintro-2 {
  background-color: var(--white);
  border: 1px solid #bdbdbdd1;
  flex: 1;
  align-self: flex-start;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  font-size: 12px;
  line-height: 20px;
}

.text-block-6 {
  color: var(--white);
  text-align: center;
  background-color: #22469e;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
}

.grdresult {
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  width: 100%;
}

.image-3 {
  margin-left: 3px;
}

.slider, .slide, .slide-2 {
  width: 100%;
}

.image-4 {
  width: auto;
}

.wrapper {
  z-index: 1;
  background-image: url('../images/breadcrumb-bg.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: scroll;
  width: 100%;
  height: 100vw;
  position: relative;
  overflow: hidden;
}

.brand {
  height: auto;
}

.brand.w--current {
  flex: 1;
  order: 0;
  align-self: center;
  align-items: stretch;
  margin-left: 0;
  display: flex;
  position: relative;
}

.container-2 {
  margin-left: 30px;
  margin-right: 0;
}

.navbar-2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-5 {
  margin-top: 0;
}

.nav-menu {
  order: 0;
  align-self: center;
}

.navicon, .navicon.w--current {
  font-size: 1rem;
}

.div-block-2 {
  height: 200px;
}

.image-6 {
  vertical-align: baseline;
}

.div-block-3 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-7 {
  margin-right: 10px;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr .75fr;
}

.footeret {
  margin-bottom: 5px;
  padding: 20px 10px;
}

.image-8 {
  border-radius: 20px;
  height: 350px;
}

.code-embed {
  border: 1px #000;
  border-radius: 0;
  height: 350px;
  box-shadow: 6px 6px 5px #0003;
}

.slider-2 {
  background-color: #0000;
  height: 100%;
}

.grid-5 {
  grid-column-gap: 11px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .75fr;
}

.bold-text-5 {
  text-align: center;
  font-family: Oswald, sans-serif;
}

.slider-title-2 {
  color: #121229;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 22px;
}

.rich-text-block {
  font-size: 12px;
  line-height: 12px;
}

.seccioninfo {
  margin: 40px 10px 50px;
}

.text-block-7 {
  text-align: center;
  margin-top: 10px;
}

.text-block-8 {
  color: var(--primary-color);
  text-align: center;
  border-bottom: 1px solid #9ea8d5;
  margin-top: 5px;
  padding-bottom: 7px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-9 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}

.imgslide {
  border-radius: 40px;
  width: 90%;
  box-shadow: 5px 5px 5px #0003;
}

.slide-3 {
  vertical-align: baseline;
}

.slide-img {
  justify-content: center;
  align-items: center;
  width: 98%;
  height: 100%;
  display: flex;
}

.text-block-10 {
  margin-left: 10px;
}

.titlesection {
  color: var(--primary-color);
  border: 1px #000;
  border-bottom: 1px solid #9ea8d5;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0;
  padding-bottom: 10px;
  font-size: 30px;
}

.grdservicios {
  grid-column-gap: 11px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.serviciotitle {
  color: var(--primary-color);
  text-align: center;
  border-bottom: 1px solid #9ea8d5;
  margin-top: 5px;
  padding-bottom: 7px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.mask {
  color: var(--body-color);
}

.mask-2 {
  background-color: #0000;
  width: auto;
}

.slider-3 {
  background-color: #0000;
  width: 100vw;
  height: 425px;
}

.slide-4, .slide-5, .slide-6, .slide-7 {
  width: 25%;
}

.slidemult {
  width: 33%;
  margin-left: 0;
  margin-right: 5px;
}

.slide-img-esp {
  border-radius: 25px;
  margin-bottom: 10px;
}

.link-esp {
  text-align: left;
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 600;
}

.divimgesp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grdtriptico {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--fondotripticotext);
  mix-blend-mode: normal;
  background-image: url('../images/Triptico.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 550px;
  margin-top: 20px;
  margin-left: 110px;
  margin-right: 110px;
  display: grid;
  box-shadow: 10px 10px 5px #5f5f5f99;
}

.grdtr1 {
  background-image: url('../images/triptico1.png');
  background-position: 50%;
  background-size: 100% 100%;
}

.grdtr2 {
  background-image: url('../images/triptico2.png');
  background-position: 50%;
  background-size: 100% 100%;
}

.grdtr3 {
  background-image: url('../images/triptico3.png');
  background-position: 50%;
  background-size: 100% 100%;
}

.div-block-5 {
  background-image: url('../images/Triptico.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 450px;
  padding-right: 0;
}

.text-block-11 {
  background-color: var(--fondotripticotext);
  color: var(--title-color);
  text-align: left;
  width: 340px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  top: 65px;
}

.text-block-12 {
  color: var(--black);
  width: 270px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  top: 104px;
}

.div-block-6 {
  width: 278px;
  position: relative;
  top: 140px;
}

.text-block-13 {
  background-color: var(--fondotripticotext);
  color: var(--title-color);
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  font-size: 25px;
  font-weight: 700;
}

.text-block-14 {
  color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-left: 90px;
  margin-right: 90px;
  box-shadow: 6px 6px 5px #4e4e4e4a;
}

.image-9, .image-10, .image-11 {
  width: 100%;
}

.image-12 {
  width: 100%;
  height: 570px;
  margin-top: 0;
}

.image-13, .image-14 {
  width: 100%;
  height: 570px;
}

.text-block-13-copy {
  background-color: var(--fondotripticotext);
  color: var(--title-color);
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  font-size: 25px;
  font-weight: 700;
}

.otrtext {
  background-color: var(--fondotripticotext);
  color: var(--title-color);
  text-align: right;
  padding: 25px 10px 25px 0;
  font-size: 25px;
  font-weight: 700;
}

.text-block-14-copy {
  color: var(--black);
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.textlab {
  padding-left: 10px;
  font-size: 13px;
  font-weight: 700;
}

.slide-imgtr {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.imgslidetr {
  border-radius: 40px;
  width: 100%;
  box-shadow: 5px 5px 5px #0003;
}

.grid-7 {
  grid-column-gap: 11px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-15 {
  font-size: 13px;
  font-weight: 700;
}

.image-15 {
  margin-left: 10px;
  margin-right: 10px;
}

.txtcaption {
  background-color: var(--fondotripticotext);
  color: var(--neutral-colors-one);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.image-16 {
  transform-style: preserve-3d;
  position: relative;
  top: 20px;
  left: 65px;
  transform: rotateX(-31deg)rotateY(0)rotateZ(23deg);
  box-shadow: 10px 10px 10px 10px #69696954;
}

.image-17 {
  transform-style: preserve-3d;
  position: relative;
  top: 44px;
  left: 11px;
  transform: rotateX(42deg)rotateY(0)rotateZ(-20deg);
  box-shadow: 10px 10px 10px 10px #69696954;
}

.image-18 {
  transform-style: preserve-3d;
  position: relative;
  top: 62px;
  left: -11px;
  transform: translate(0)rotateX(39deg)rotateY(0)rotateZ(-34deg);
  box-shadow: 10px 10px 10px 10px #69696954;
}

.image-19 {
  position: relative;
  top: 29px;
  left: 170px;
  transform: translate(-214px)rotate(0);
  box-shadow: 10px 10px 10px 10px #69696954;
}

.image-20 {
  transform-style: preserve-3d;
  position: relative;
  top: 65px;
  left: -71px;
  transform: rotateX(47deg)rotateY(4deg)rotateZ(39deg);
  box-shadow: -10px 10px 10px 10px #69696954;
}

.image-21 {
  transform-style: preserve-3d;
  position: relative;
  top: 32px;
  left: -98px;
  transform: rotateX(23deg)rotateY(0)rotateZ(7deg);
  box-shadow: -10px 10px 10px 10px #69696954;
}

.div-block-8 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 5px 10px 15px;
  display: flex;
}

.div-block-9, .slide-nav {
  width: auto;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }

  .nav-menu-two {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .button-primary.service-details-button {
    margin-top: 45px;
  }

  .nav-list-item {
    background-image: none;
    padding-left: 0;
  }

  .mobile-margin-top-10 {
    background-image: none;
    margin-left: -15px;
    padding-left: 0;
  }

  .slider-section {
    background-position: 50%;
  }

  .slider-content-inner {
    max-width: 562px;
    min-height: 810px;
    padding-top: 293px;
    padding-bottom: 132px;
  }

  .slider-title {
    font-size: 24px;
  }

  .slider-summary-text {
    font-size: 18px;
    line-height: 30px;
  }

  .slider-sticker {
    bottom: 120px;
    right: -30px;
  }

  .slider-sticker.service-sticker.service-two {
    left: -75px;
  }

  .features-section {
    padding-top: 120px;
  }

  .about-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-title-block {
    margin-bottom: 60px;
  }

  .section-title-block.max-width-394px.mb-0px {
    margin-bottom: 0;
  }

  .about-wrapper {
    grid-column-gap: 95px;
    align-items: center;
  }

  .about-wrapper.about-wrapper-two {
    grid-column-gap: 113px;
  }

  .about-right-content.about-two {
    max-width: 529px;
  }

  .about-feature-wrapper {
    grid-column-gap: 35px;
  }

  .about-single-feature {
    font-size: 18px;
  }

  .service-section.service-section-two {
    padding-top: 120px;
  }

  .service-link {
    z-index: 2;
    position: relative;
  }

  .service-wrapper {
    grid-column-gap: 56px;
    align-items: flex-end;
    margin-top: -80px;
  }

  .service-left-block {
    max-width: 454px;
  }

  .service-right-block {
    max-width: 665px;
  }

  .single-service-block {
    height: 100%;
  }

  .service-summary {
    font-size: 16px;
  }

  .service-list, .service-item {
    height: 100%;
  }

  .counter-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .choose-section.pt-140px {
    padding-top: 120px;
  }

  .choose-wrapper {
    grid-column-gap: 163px;
  }

  .choose-wrapper.choose-wrapper-two {
    grid-column-gap: 64px;
    justify-content: flex-end;
    align-items: center;
  }

  .team-section {
    padding-top: 120px;
  }

  .team-section-title-block {
    margin-bottom: 60px;
  }

  .team-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .testimonial-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .testimonial-wrapper {
    grid-column-gap: 94px;
    max-width: 1140px;
    padding-left: 20px;
  }

  .testimonial-slider-wrapper {
    padding-bottom: 115px;
  }

  .testimonial-text {
    font-size: 24px;
    line-height: 38px;
  }

  .blog-section {
    padding-bottom: 120px;
  }

  .blog-section.blog-page {
    padding-top: 120px;
  }

  .blog-title-side {
    max-width: 354px;
  }

  .blog-wrapper {
    grid-column-gap: 48px;
  }

  .blog-meta-content {
    font-size: 14px;
    line-height: 14px;
  }

  .faq-section {
    padding-bottom: 120px;
  }

  .faq-section.pb-0px.pt-140px {
    padding-top: 120px;
  }

  .faq-wrapper.faq-page {
    grid-column-gap: 50px;
    grid-template-rows: auto;
  }

  .footer-text {
    margin-top: 40px;
  }

  .address-block {
    max-width: 235px;
    font-size: 18px;
    line-height: 30px;
  }

  .footer-content-block {
    justify-content: space-between;
    width: 750px;
  }

  .footer-inner {
    padding-top: 120px;
    padding-bottom: 65px;
  }

  .footer-wrapper {
    grid-column-gap: 129px;
    grid-row-gap: 129px;
  }

  .service-single-icon-color-image {
    max-width: 100%;
    max-height: 100%;
  }

  .service-tabs-menu {
    margin-bottom: 65px;
  }

  .service-tab-link {
    width: 120px;
    height: 120px;
  }

  .service-two-wrapper {
    grid-column-gap: 105px;
    align-items: center;
  }

  .service-feature-block {
    font-size: 18px;
    line-height: 18px;
  }

  .about-counter-wrapper {
    margin-top: 50px;
    margin-bottom: 55px;
  }

  .testimonial-two-wrapper {
    grid-column-gap: 79px;
  }

  .testimonial-two-wrapper.testimonial-page {
    grid-row-gap: 70px;
  }

  .testimonial-button-block {
    margin-top: 80px;
  }

  .newsletter-section {
    padding-bottom: 120px;
  }

  .newsletter-section.pt-140px {
    padding-top: 120px;
  }

  .subscription-wrapper {
    padding-top: 67px;
    padding-bottom: 60px;
    padding-left: 60px;
  }

  .section-image {
    right: 46px;
  }

  .service-details-section {
    padding-top: 120px;
  }

  .service-details-link-wrapper {
    margin-bottom: 70px;
  }

  .service-details-link {
    width: 120px;
    height: 120px;
  }

  .service-details-wrapper {
    grid-column-gap: 53px;
    justify-content: space-between;
  }

  .service-details-content-block {
    max-width: 845px;
  }

  .service-details-content-richtext p {
    margin-bottom: 25px;
  }

  .treatment-process-content-block {
    grid-column-gap: 115px;
  }

  .relative-product-title-block {
    margin-bottom: 50px;
  }

  .team-details-wrapper {
    grid-column-gap: 93px;
    align-items: flex-end;
    padding-left: 30px;
  }

  .team-details-thunmbnail-block {
    max-width: 476px;
  }

  .team-details-content-block {
    max-width: 549px;
  }

  .agent-message {
    align-items: center;
    display: flex;
  }

  .agent-property-amenitie {
    max-width: 508px;
  }

  .button-primary-2 {
    text-align: center;
    min-width: 140px;
    min-height: 50px;
    font-size: 16px;
  }

  .agent-message-heading {
    margin-right: 5px;
  }

  .agent-contact-side {
    max-width: 568px;
  }

  .agent-contact-wrapper {
    grid-column-gap: 94px;
    display: flex;
  }

  .agency-form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pagination-wrapper {
    margin-top: 60px;
  }

  .blog-details-wrapper {
    grid-column-gap: 49px;
  }

  .appointment-wrapper {
    grid-column-gap: 101px;
  }

  .appointment-image-block {
    max-width: 502px;
  }

  .sub-heading {
    margin-bottom: 30px;
  }

  .section-heading {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 64px;
  }

  .contact-form-wrapper {
    grid-column-gap: 131px;
  }

  .send-message-section {
    padding-top: 120px;
  }

  .contact-form {
    width: 100%;
  }

  .agency-form-2 {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }

  .infocab {
    width: 100%;
  }

  .slider-title-2 {
    font-size: 58px;
  }

  .divimgesp {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .header-contact-link, .header-top-text {
    font-size: 15px;
    line-height: 15px;
  }

  .slider-title {
    font-size: 24px;
  }

  .slider-sticker {
    right: -100px;
  }

  .features-section {
    padding-top: 140px;
  }

  .about-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-title-block {
    margin-bottom: 70px;
  }

  .section-title-block.max-width-394px.mb-0px {
    margin-bottom: 0;
  }

  .section-intro-text {
    font-size: 20px;
  }

  .service-section.service-section-two {
    padding-top: 140px;
  }

  .counter-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .choose-section.pt-140px, .team-section {
    padding-top: 140px;
  }

  .team-section-title-block {
    margin-bottom: 70px;
  }

  .testimonial-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .blog-section {
    padding-bottom: 140px;
  }

  .blog-section.blog-page {
    padding-top: 140px;
  }

  .faq-section {
    padding-bottom: 140px;
  }

  .faq-section.pb-0px.pt-140px {
    padding-top: 140px;
  }

  .footer-content-block {
    justify-content: space-between;
  }

  .footer-inner {
    padding-top: 140px;
  }

  .testimonial-two-wrapper.testimonial-page {
    grid-row-gap: 80px;
  }

  .newsletter-section {
    padding-bottom: 140px;
  }

  .newsletter-section.pt-140px, .service-details-section, .send-message-section {
    padding-top: 140px;
  }

  .bold-text-3 {
    font-size: 20px;
  }

  .infocab {
    width: 100%;
  }

  .bold-text-4, .bold-text-5 {
    font-size: 20px;
  }

  .slider-title-2 {
    font-size: 50px;
  }

  .slidemult {
    width: 33%;
  }

  .grdtriptico {
    margin-left: 170px;
    margin-right: 170px;
  }
}

@media screen and (min-width: 1920px) {
  .page-wrapper {
    z-index: 2;
  }

  .header-contact-link, .header-top-text {
    font-size: 15px;
    line-height: 15px;
  }

  .slider-section, .slider-section.slider-section-two {
    background-position: 50% 100%;
  }

  .slider-title {
    font-size: 24px;
  }

  .slider-sticker {
    bottom: 140px;
    right: -240px;
  }

  .slider-sticker.slider-two {
    right: -200px;
  }

  .footer-content-block {
    justify-content: space-between;
  }

  .service-tabs-menu {
    margin-bottom: 65px;
  }

  .testimonial-two-wrapper.testimonial-page {
    grid-row-gap: 100px;
  }

  .button-primary-2 {
    font-size: 16px;
  }

  .contact-form-wrapper {
    grid-column-gap: 148px;
    justify-content: flex-start;
  }

  .contact-form {
    width: 100%;
  }

  .infocab {
    width: 100%;
    display: block;
  }

  .grid {
    margin-top: 0;
  }

  .wrapper {
    z-index: 2;
  }

  .container-2 {
    width: auto;
  }

  .grdtriptico {
    margin-left: 240px;
    margin-right: 240px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
  }

  .side-panel {
    grid-column-gap: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 140px 10px 25px;
    display: flex;
    position: relative;
  }

  .content-section {
    float: none;
    clear: left;
    width: 100%;
    max-width: 95%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: visible;
  }

  .page-title {
    font-size: 40px;
    line-height: 60px;
  }

  .box-title {
    font-size: 36px;
  }

  .content-title, .text-describ, .text-size {
    font-size: 28px;
  }

  .single-content-inner.flex-horizontal {
    flex-wrap: wrap;
  }

  .another-container {
    max-width: 100%;
  }

  .color-block {
    width: 100%;
    max-width: 220px;
    height: 100%;
    min-height: 160px;
    max-height: 160px;
  }

  .header-top-section {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .container {
    max-width: 100%;
  }

  .header-top-left-content {
    display: none;
  }

  .header-top-wrapper {
    justify-content: center;
  }

  .menu-button {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #324679;
  }

  .navbar {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .navbar-left.d-lg-none {
    background-color: #00820b;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .navbar-left.d-lg-block {
    display: none;
  }

  .header-content-side {
    grid-column-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-content-side.nav-sidebar {
    justify-content: flex-start;
  }

  .nav-menu-two {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: var(--primary-color);
    border-bottom: 1px solid #fff9;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    display: flex;
  }

  .nav-menu-two.bb-0px {
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .header-content-wrapper {
    font-size: 14px;
  }

  .header-content-wrapper.d-u-md-block {
    display: block;
  }

  .header-content-wrapper.d-u-md-block.nav-sidebar {
    color: #fff;
    border-top: 1px solid #fff9;
    border-bottom: 1px solid #fff9;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    font-weight: 500;
    display: block;
  }

  .nav-link {
    color: #fff;
    padding-left: 0;
    padding-right: 5px;
    font-size: 16px;
  }

  .nav-link:hover, .nav-link.w--current {
    color: var(--secondary-color-two);
  }

  .button-primary {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-primary.sideber-button {
    color: #fff;
    background-color: #0000;
    border: 1px solid #fff9;
  }

  .nav-dropdown-toggle {
    color: #fff;
    border-bottom-style: none;
    padding-right: 18px;
    font-size: 16px;
    display: block;
  }

  .nav-dropdown-toggle:hover {
    color: var(--secondary-color-two);
  }

  .logo-image {
    margin-top: 15px;
  }

  .social-link-block {
    background-color: #0000;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    box-shadow: none;
    background-color: #3a5494;
    border-radius: 0;
    position: relative;
    top: 10px;
    left: 5px;
  }

  .nav-menu-wrapper {
    background-color: var(--primary-color);
    width: 100%;
    max-width: 400px;
    height: 100vh;
    padding-top: 10px;
    padding-bottom: 30px;
    display: flex;
    position: absolute;
    overflow: visible;
  }

  .header-content-left {
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .footer-social-block.sidebar-social-block {
    margin-left: 30px;
    display: flex;
  }

  .nav-dropdown-link {
    color: #fff;
    font-size: 14px;
  }

  .nav-dropdown-link:hover, .nav-dropdown-link.w--current, .number-link:hover {
    color: var(--secondary-color-two);
  }

  .nav-dropdown {
    display: block;
  }

  .slider-content-inner {
    grid-row-gap: 40px;
    max-width: 400px;
    min-height: 600px;
    padding-top: 150px;
  }

  .slider-title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .slider-summary-text {
    margin-bottom: 35px;
  }

  .our-achievement {
    grid-column-gap: 20px;
  }

  .achievement-title {
    font-size: 20px;
    line-height: 20px;
  }

  .achievement-text {
    font-size: 14px;
  }

  .slider-sticker {
    display: none;
  }

  .slider-sticker.service-sticker {
    display: flex;
    left: 0;
  }

  .slider-sticker.choose-sticker {
    display: flex;
  }

  .slider-sticker.testimonial-sticker {
    display: flex;
    left: 0;
  }

  .features-section {
    padding-top: 80px;
  }

  .single-feature {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-title-block {
    margin-bottom: 40px;
  }

  .section-title-block.max-width-394px.mb-0px {
    margin-bottom: 0;
  }

  .about-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .about-wrapper.about-wrapper-two {
    flex-direction: column;
  }

  .service-section.service-section-two {
    padding-top: 80px;
  }

  .service-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .service-left-block {
    max-width: 454px;
  }

  .counter-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .counter-wrapper {
    padding: 40px 30px;
  }

  .choose-section.pt-140px {
    padding-top: 80px;
  }

  .choose-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .choose-wrapper.choose-wrapper-two {
    flex-direction: column-reverse;
  }

  .team-section {
    padding-top: 80px;
  }

  .team-section-title-block {
    margin-bottom: 40px;
  }

  .team-list {
    grid-template-columns: 1fr 1fr;
  }

  .team-list.team-two {
    grid-template-columns: 1fr;
  }

  .team-member-name.team-details {
    font-size: 32px;
  }

  .testimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-wrapper {
    grid-column-gap: 30px;
  }

  .testimonial-content-text {
    margin-bottom: 25px;
  }

  .testimonial-text {
    font-size: 18px;
    line-height: 30px;
  }

  .blog-section {
    padding-bottom: 80px;
  }

  .blog-section.blog-page {
    padding-top: 80px;
  }

  .blog-title-side {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .blog-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-collection-list.blog-page {
    grid-template-columns: 1fr 1fr;
  }

  .single-blog-wrapper {
    height: 100%;
  }

  .blog-meta-content {
    font-size: 14px;
  }

  .faq-section.pb-0px.pt-140px {
    padding-top: 80px;
  }

  .faq-wrapper {
    margin-top: 30px;
  }

  .footer-content-block {
    width: 100%;
  }

  .footer-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-title {
    font-size: 22px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .service-tabs-menu {
    grid-column-gap: 25px;
    justify-content: center;
  }

  .service-tab-link {
    width: 70px;
    height: 70px;
  }

  .service-two-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .testimonial-two-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .amount-customer {
    font-size: 18px;
  }

  .navigation-inner-page {
    top: 35px;
  }

  .breadcrumb-section {
    min-height: 400px;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .breadcrumb-section.about-page {
    padding-bottom: 350px;
  }

  .breadcrumb-intro {
    font-size: 16px;
  }

  .breadcrumb-title {
    font-size: 36px;
  }

  .breadcrumb-summay {
    font-size: 16px;
  }

  .newsletter-section {
    padding-bottom: 80px;
  }

  .newsletter-section.pt-140px {
    padding-top: 80px;
  }

  .email-field {
    max-width: 100%;
  }

  .button {
    display: inline-block;
  }

  .subscription-form-side {
    width: 100%;
  }

  .subscription-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-right: 50px;
  }

  .subscribe-summary {
    font-size: 16px;
  }

  .section-image {
    display: none;
  }

  .service-details-section {
    padding-top: 80px;
  }

  .service-details-link-wrapper {
    margin-bottom: 40px;
  }

  .service-details-link {
    width: 70px;
    height: 70px;
  }

  .service-collection-list {
    grid-column-gap: 25px;
    justify-content: center;
  }

  .service-image-icon {
    max-width: 60%;
    max-height: 60%;
  }

  .service-details-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .service-details-content-block {
    max-width: 100%;
  }

  .treatment-process-content-block {
    grid-column-gap: 50px;
    grid-row-gap: 25px;
  }

  .price-filter-dropdown {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .team-details-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .property-amenities-details {
    max-width: 460px;
  }

  .agent-property-amenitie {
    width: 100%;
  }

  .button-primary-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .agent-contact-side {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }

  .form-field {
    padding-left: 20px;
  }

  .agent-contact-section {
    padding-top: 50px;
  }

  .agent-contact-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .pagination-wrapper {
    margin-top: 40px;
  }

  .blog-details-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .utility-page-content.error-page {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .appointment-wrapper {
    flex-direction: column-reverse;
  }

  .section-heading {
    font-size: 36px;
    line-height: 55px;
  }

  .contact-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    margin-top: 40px;
  }

  .message-title {
    margin-bottom: 20px;
  }

  .section-image-wrapper {
    width: 100%;
    max-width: 570px;
  }

  .contact-form-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .send-message-section {
    padding-top: 80px;
  }

  .contact-form {
    width: 100%;
    margin-top: 0;
  }

  .contact-section-summary, .send-message-summary {
    max-width: 100%;
  }

  .error-image {
    max-width: 50%;
  }

  .button-primary-4 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .license-wrapper {
    margin-top: 40px;
  }

  .changelog-wrapper {
    margin-top: 30px;
  }

  .released-date {
    font-size: 18px;
    font-weight: 500;
  }

  .div-block {
    display: block;
  }

  .grid-2 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .txtintro {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .divapp {
    display: block;
  }

  .grdusr {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grdresult {
    grid-template-rows: auto auto auto auto;
  }

  .grid-3 {
    grid-template-columns: .5fr 1.25fr;
  }

  .menu-button-2 {
    color: var(--white);
    background-color: #fefeff00;
  }

  .menu-button-2.w--open {
    background-color: #22469e;
  }

  .icon {
    color: var(--primary-color);
    background-color: #0000;
  }

  .nav-menu {
    color: var(--primary-color);
    background-color: #22469e;
    margin-top: 60px;
  }

  .navicon {
    color: var(--secondary-color-one);
  }

  .grid-4 {
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .75fr;
  }

  .image-8 {
    width: 250px;
    height: 350px;
  }

  .slider-title-2 {
    font-size: 40px;
  }

  .text-block-8 {
    margin-bottom: 0;
  }

  .grdservicios {
    grid-template-columns: 1fr;
  }

  .serviciotitle {
    margin-bottom: 0;
  }

  .slider-3 {
    width: 750px;
    height: 410px;
  }

  .slidemult {
    vertical-align: baseline;
    width: 49%;
    margin-right: 10px;
  }

  .divimgesp {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grdtriptico {
    margin-left: 60px;
    margin-right: 60px;
  }

  .grid-6 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-7 {
    grid-column-gap: 6px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    margin-bottom: 20px;
  }

  .side-panel {
    padding-bottom: 0;
    padding-right: 35px;
    overflow: auto;
  }

  .another-container {
    padding: 20px 5px;
  }

  .menu-button {
    margin-top: 10px;
  }

  .header-content-side {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header-content-side.nav-sidebar {
    align-items: flex-start;
    padding-top: 10px;
  }

  .nav-menu-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-two.bb-0px {
    border-bottom-style: none;
  }

  .header-content-wrapper.d-u-md-block {
    justify-content: center;
    display: flex;
  }

  .header-content-wrapper.d-u-md-block.nav-sidebar {
    justify-content: flex-start;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
  }

  .button-primary.sideber-button {
    color: #fff;
  }

  .nav-dropdown-toggle {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .logo-image {
    max-width: 80%;
    margin-top: 5px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    margin-bottom: 5px;
  }

  .nav-menu-wrapper {
    max-width: 300px;
    padding-top: 20px;
  }

  .header-content-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #fff;
    flex-direction: column;
    display: flex;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand {
    padding-top: 5px;
    padding-left: 0;
  }

  .slider-section {
    background-position: 33%;
  }

  .slider-section.slider-section-two {
    background-position: 40%;
  }

  .slider-content-inner {
    min-height: 550px;
    padding-top: 130px;
  }

  .slider-intro {
    font-size: 16px;
  }

  .slider-title {
    font-size: 15px;
  }

  .slider-sticker.service-sticker.service-two {
    left: 0;
  }

  .slider-sticker.choose-sticker {
    display: flex;
    left: 0;
  }

  .slider-sticker.choose-sticker.border-left {
    left: 0;
  }

  .feature-wrapper {
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .single-feature {
    width: 100%;
    max-width: 50%;
  }

  .single-feature.sidebar-feature {
    max-width: 100%;
  }

  .feature-design-shape {
    display: none;
  }

  .section-title-block.subscribe-title-block {
    margin-bottom: 25px;
  }

  .counter-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .design-shape {
    display: none;
  }

  .team-list {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .team-member-name.team-details {
    font-size: 28px;
  }

  .team-social-link-block {
    grid-column-gap: 20px;
  }

  .testimonial-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .testimonial-text {
    font-size: 16px;
  }

  .client-name {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .client-title {
    font-size: 14px;
  }

  .blog-collection-list, .blog-collection-list.blog-page {
    grid-template-columns: 1fr;
  }

  .blog-content-side {
    width: 100%;
    max-width: 100%;
  }

  .faq-wrapper.faq-page {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .faq-title {
    font-size: 18px;
  }

  .footer-content-block {
    flex-wrap: wrap;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .footer-logo-block {
    width: 100%;
  }

  .service-tabs {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .service-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .service-two-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .service-summary-two, .service-summary-three {
    font-size: 16px;
  }

  .service-feature-wrapper {
    grid-row-gap: 15px;
    margin-top: 30px;
  }

  .testimonial-two-wrapper {
    grid-column-gap: 30px;
  }

  .client-image {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .testimonial-button-block {
    grid-column-gap: 15px;
    margin-top: 40px;
  }

  .amount-customer {
    font-size: 16px;
  }

  .breadcrumb-section {
    min-height: 350px;
  }

  .breadcrumb-section.about-page {
    background-image: none;
    padding-bottom: 80px;
  }

  .breadcrumb-title {
    font-size: 32px;
  }

  .subscription-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe-summary {
    margin-top: 15px;
    line-height: 1.4;
  }

  .service-collection-list {
    grid-row-gap: 20px;
  }

  .treatment-process-content-block {
    grid-template-columns: 1fr;
  }

  .price-filter-dropdown {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .agent-message-details {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .property-amenities-list {
    margin-top: 30px;
  }

  .property-amenities-title {
    margin-bottom: 25px;
  }

  .blog-details-bottom-block {
    grid-row-gap: 20px;
    padding-top: 20px;
  }

  .blog-details-sidebar-title {
    font-size: 20px;
  }

  .section-heading {
    font-size: 32px;
    line-height: 48px;
  }

  .section-image-wrapper {
    margin-top: 0;
  }

  .contact-form-wrapper {
    flex-direction: column;
    margin-top: 0;
  }

  .error-image {
    max-width: 70%;
  }

  .error-text {
    font-size: 16px;
  }

  .error-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .license-wrapper {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .license-inner {
    width: 100%;
  }

  .licenses-title {
    font-size: 24px;
  }

  .changelog-wrapper {
    margin-top: 20px;
  }

  .div-block {
    display: block;
  }

  .slider-intro-2 {
    font-size: 16px;
  }

  .text-block-2 {
    font-size: 15px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .grid-2 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .divapp {
    display: block;
  }

  .grdresult {
    grid-template-rows: auto auto auto auto;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-9 {
    font-size: 15px;
  }

  .slider-3 {
    width: 550px;
    height: 320px;
  }

  .grdtriptico {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-7 {
    grid-template-columns: 1.5fr;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  p {
    font-size: 16px;
    line-height: 28px;
  }

  .side-panel {
    flex-flow: column wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .content-section {
    margin-top: 0;
  }

  .another-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-top-text {
    font-size: 11px;
    line-height: 11px;
  }

  .menu-button {
    margin-top: 7px;
    padding: 10px;
  }

  .header-content-side {
    grid-row-gap: 15px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button-primary {
    align-self: flex-start;
    min-width: 120px;
    min-height: 38px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .logo-image {
    max-width: 100%;
    margin-top: 7px;
  }

  .header-content-left {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-brand {
    max-width: 120px;
  }

  .slider-content-inner {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .slider-intro {
    font-size: 16px;
  }

  .slider-title {
    font-size: 15px;
  }

  .our-achievement {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .slider-sticker.service-sticker {
    bottom: 0;
  }

  .slider-sticker.service-sticker.service-two, .slider-sticker.choose-sticker, .slider-sticker.testimonial-sticker {
    display: none;
  }

  .features-section {
    padding-top: 60px;
  }

  .single-feature {
    max-width: 100%;
  }

  .about-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-wrapper {
    grid-row-gap: 30px;
  }

  .about-sub-title {
    font-size: 19px;
  }

  .about-feature-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .service-section.service-section-two {
    padding-top: 60px;
  }

  .service-link.team-link {
    margin-bottom: 0;
  }

  .service-list {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .counter-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .counter-wrapper {
    grid-row-gap: 30px;
  }

  .single-counter {
    width: 100%;
  }

  .choose-section.pt-140px {
    padding-top: 60px;
  }

  .choose-single-content {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .team-section {
    padding-top: 60px;
  }

  .team-section-title-block {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .team-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .single-team-wrapper.team-two {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .team-thumbnail-block.team-two {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
    max-width: 100%;
  }

  .team-content-block.team-two {
    padding-bottom: 20px;
  }

  .team-member-name.team-details {
    font-size: 24px;
  }

  .team-member-job-title-rating-block.team-details {
    grid-column-gap: 20px;
  }

  .job-title.team-details {
    font-size: 18px;
  }

  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-wrapper {
    grid-row-gap: 40px;
  }

  .blog-section {
    padding-bottom: 60px;
  }

  .blog-section.blog-page {
    padding-top: 60px;
  }

  .single-blog-wrapper {
    grid-row-gap: 20px;
  }

  .blog-content-inner {
    padding-left: 20px;
  }

  .blog-title {
    font-size: 18px;
  }

  .blog-meta-content {
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    font-size: 13px;
  }

  .faq-section.pb-0px.pt-140px {
    padding-top: 60px;
  }

  .accordion-item, .accordion-item-trigger, .accordion-item-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-title {
    font-size: 16px;
  }

  .footer-content-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
  }

  .footer-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }

  .footer-bottom {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .service-two-wrapper {
    grid-row-gap: 40px;
  }

  .service-feature-block {
    align-items: flex-start;
    line-height: 22px;
  }

  .service-feature-icon {
    margin-top: 7px;
  }

  .about-counter-wrapper {
    grid-row-gap: 20px;
  }

  .testimonial-two-wrapper {
    grid-template-columns: 1fr;
  }

  .testimonial-button-block {
    grid-row-gap: 15px;
    flex-direction: column-reverse;
  }

  .amount-customer {
    font-size: 15px;
  }

  .navigation-inner-page {
    top: 38px;
  }

  .breadcrumb-section, .breadcrumb-section.about-page {
    padding-bottom: 60px;
  }

  .breadcrumb-intro {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .breadcrumb-title {
    font-size: 24px;
  }

  .newsletter-section {
    padding-bottom: 60px;
  }

  .newsletter-section.pt-140px {
    padding-top: 60px;
  }

  .email-field {
    padding-right: 10px;
  }

  .subscription-form-block {
    text-align: center;
  }

  .button.submit-button {
    margin-top: 20px;
    position: static;
    transform: none;
  }

  .subscription-wrapper {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe-summary {
    margin-top: 15px;
  }

  .service-details-section {
    padding-top: 60px;
  }

  .relative-product-title-block {
    margin-bottom: 20px;
  }

  .team-details-wrapper {
    grid-row-gap: 40px;
  }

  .team-bio-richtext-block {
    margin-top: 25px;
  }

  .team-contact-block {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .agent-message {
    grid-row-gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .button-primary-2 {
    align-self: flex-start;
    padding: 15px 25px;
  }

  .property-amenities-text {
    font-size: 16px;
  }

  .agent-message-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .property-amenities-list {
    margin-bottom: -20px;
  }

  .form-field {
    width: 100%;
  }

  .property-single-amenities {
    margin-bottom: 20px;
  }

  .agent-contact-section {
    padding-top: 30px;
  }

  .property-amenities-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 32px;
  }

  .utility-page-content {
    max-width: 290px;
  }

  .blog-details-search-wrapper {
    margin-top: 60px;
  }

  .blog-details-search-wrapper.search-page {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .appointment-wrapper {
    grid-row-gap: 35px;
  }

  .form-field-2 {
    width: 100%;
  }

  .section-heading {
    font-size: 24px;
    line-height: 36px;
  }

  .contact-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .message-title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .section-image-wrapper, .contact-form-wrapper {
    margin-top: 0;
  }

  .send-message-section {
    padding-top: 60px;
  }

  .contact-address {
    font-size: 16px;
  }

  .error-image {
    max-width: 90%;
  }

  .button-primary-4 {
    align-self: flex-start;
    padding: 15px 25px;
  }

  .license-single-item {
    padding: 20px;
  }

  .licenses-title {
    font-size: 20px;
  }

  .released-date {
    margin-left: 10px;
    font-size: 16px;
  }

  .bold-text {
    font-size: 16px;
  }

  .header-top-text-copy {
    font-size: 10px;
  }

  .div-block {
    display: block;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .slider-intro-2 {
    font-size: 16px;
  }

  .text-block-2 {
    font-size: 15px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .grid-2 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .divgrupo {
    width: auto;
  }

  .link-2, .divapp {
    display: block;
  }

  .grdusr {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grdresult {
    grid-template-rows: auto auto auto auto;
  }

  .grid-3 {
    grid-template-columns: .5fr .5fr;
  }

  .footeret {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .slider-title-2 {
    font-size: 31px;
  }

  .text-block-9 {
    font-size: 12px;
  }

  .titlesection {
    font-size: 20px;
  }

  .grdservicios {
    grid-template-columns: 1fr;
  }

  .slider-3 {
    width: 308px;
    height: 350px;
  }

  .slidemult {
    width: 98%;
  }

  .div-block-4 {
    width: 90%;
    margin-top: 10px;
  }

  .grid-7 {
    margin-top: 100px;
  }
}

#Message.w-node-_58f3be4c-300e-e8c7-84b1-bcd0d9413e98-8f68cafa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_58f3be4c-300e-e8c7-84b1-bcd0d9413e99-8f68cafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field-2.w-node-_7a296da2-afab-cf39-b848-4722bf7a1162-b568cb01 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b7dd6a38-c900-0e6a-3afd-06737fbcc606-4168cb03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b423971-9a46-ec5e-18c9-604a39a269dc-4a61340e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0c794484-7d26-ca39-0dbb-13e82a518156-4a61340e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f3d772ce-d067-151e-969b-520a14fea4f4-4a61340e {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-dd4f3a25-ff9f-7da3-986f-9562ba201869-4a61340e {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_49e1bbaa-d220-5a8a-80e0-c2b5626df934-4a61340e {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_3e0a1cd8-5b9d-254b-c7b2-8da78ea046a0-4a61340e {
  grid-area: 2 / 1 / 3 / 2;
  place-self: auto;
}

#w-node-e4554ccf-a9de-9f18-7949-98ced780bc46-4a61340e {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_546cd773-9d95-c451-4e6f-908461dfbc63-1d06ed1b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_670904ec-b131-4296-07c0-e6de197a2912-1d06ed1b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b42be4a3-1fd6-1bab-c4da-58254c74fb5d-1d06ed1b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_8d5bd8ac-db6f-ca29-c881-405303db9b29-1d06ed1b {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_31527298-9d18-8cc2-9346-3099c4135657-1d06ed1b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9ea5149e-d6c0-3c2c-8180-c5e603b6ef26-1d06ed1b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a35be0f7-18ad-eb58-cb6e-358308736eff-1d06ed1b {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_2a81e4e2-fc99-82bb-1abc-6f5a345164f7-1d06ed1b {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_5fce4d17-4a79-6498-effd-9f743a730913-1d06ed1b {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-ff0d36c1-06e3-2105-f3cf-c574aaffcc78-1d06ed1b {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_274dd3db-0e48-9294-93e8-df814bfb0bda-1d06ed1b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_46b8be31-4465-8048-cb08-4fdbef8f7ba9-1d06ed1b {
  justify-self: end;
}

#w-node-_875bf6b4-beac-a8d8-0cf4-834dc9b1c1cb-b340d137 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_55cfcb91-9367-5fae-55d0-b8ec5143f3fe-b340d137 {
  grid-area: 1 / 2 / 5 / 3;
  place-self: center;
}

#w-node-_4d2e76d6-dac9-1f97-12b9-580bfa1f5683-b340d137 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-bc399024-b238-c61e-911e-846cbf171b8e-b340d137 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_91b1f6bc-e92a-d701-29ea-d13e2c7a7346-b340d137 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ae9cc740-f2f7-632a-33eb-94ea2de3fe8a-b340d137 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center stretch;
}

#w-node-_5f35ebed-3f51-b871-84c6-a0dd794e989d-b340d137 {
  place-self: center start;
}

#w-node-_1d078042-fb1f-24bf-2748-a513a4f93697-b340d137 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center start;
}

#w-node-_293343e5-f191-5720-74b9-bc628bf38c5d-b340d137 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center start;
}

#w-node-_23c2ea3c-9457-dc11-0978-f3b2503f9e98-b340d137 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-_04c7a136-3325-0b14-6077-5fd5f0c7fee6-b340d137 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center start;
}

#w-node-f0b1e17f-ebf8-cefa-b319-61266dc48f49-b340d137 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center start;
}

#w-node-_3840e166-d5bb-ecfc-88af-a072989d1f41-b340d137 {
  grid-area: 4 / 2 / 5 / 3;
  place-self: center start;
}

#w-node-_276c9d92-7be7-9ac8-e39f-73bc8f4c3afb-b340d137 {
  grid-area: 5 / 2 / 6 / 3;
  place-self: center start;
}

#w-node-dee62ff0-b615-2248-bd77-54cb4d5c0c27-b340d137 {
  grid-area: 6 / 2 / 7 / 3;
  place-self: center start;
}

#w-node-_533b7423-0b35-1d32-daa2-1813a2f70226-b340d137 {
  grid-area: 7 / 2 / 8 / 3;
  place-self: center start;
}

#w-node-b3bc3610-4ad4-359d-6032-51fc2c0f5afd-b340d137 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center stretch;
}

#w-node-_8fcb7e34-72d0-4a1d-05f4-9216be86319b-b340d137 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center start;
}

#w-node-a56fb055-cca0-6239-9380-d68eaa63af88-b340d137 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: center start;
}

#w-node-ed1242dc-c56c-2b0e-a59c-44f96c60f69b-b340d137 {
  grid-area: 4 / 3 / 5 / 4;
  place-self: center start;
}

#w-node-_15da647f-f1ef-76ae-b542-5fa8fd02b950-b340d137 {
  grid-area: 5 / 3 / 6 / 4;
  place-self: center start;
}

#w-node-_05905e60-6383-e55b-128e-bf586e52945e-b340d137 {
  grid-area: 6 / 3 / 7 / 4;
  place-self: center start;
}

#w-node-c829c3b3-9c9d-5af8-31fd-43958bd0114d-8bd01124 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-_5f35ebed-3f51-b871-84c6-a0dd794e989d-b340d137 {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2b423971-9a46-ec5e-18c9-604a39a269dc-4a61340e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0c794484-7d26-ca39-0dbb-13e82a518156-4a61340e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_546cd773-9d95-c451-4e6f-908461dfbc63-1d06ed1b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_670904ec-b131-4296-07c0-e6de197a2912-1d06ed1b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b42be4a3-1fd6-1bab-c4da-58254c74fb5d-1d06ed1b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8d5bd8ac-db6f-ca29-c881-405303db9b29-1d06ed1b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_31527298-9d18-8cc2-9346-3099c4135657-1d06ed1b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_9ea5149e-d6c0-3c2c-8180-c5e603b6ef26-1d06ed1b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a35be0f7-18ad-eb58-cb6e-358308736eff-1d06ed1b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2a81e4e2-fc99-82bb-1abc-6f5a345164f7-1d06ed1b {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_5fce4d17-4a79-6498-effd-9f743a730913-1d06ed1b {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-ff0d36c1-06e3-2105-f3cf-c574aaffcc78-1d06ed1b {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_274dd3db-0e48-9294-93e8-df814bfb0bda-1d06ed1b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_875bf6b4-beac-a8d8-0cf4-834dc9b1c1cb-b340d137 {
    grid-column-end: 3;
  }

  #w-node-_55cfcb91-9367-5fae-55d0-b8ec5143f3fe-b340d137 {
    grid-area: 3 / 2 / 5 / 3;
    place-self: center;
  }

  #w-node-_91b1f6bc-e92a-d701-29ea-d13e2c7a7344-b340d137 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_91b1f6bc-e92a-d701-29ea-d13e2c7a7346-b340d137 {
    grid-column-end: 2;
  }

  #w-node-adf2bda9-1dd0-3868-c259-df8bbb95e27d-b340d137 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c829c3b3-9c9d-5af8-31fd-43958bd01126-8bd01124 {
    place-self: start center;
  }

  #w-node-c829c3b3-9c9d-5af8-31fd-43958bd0114d-8bd01124 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #name.w-node-_58f3be4c-300e-e8c7-84b1-bcd0d9413e94-8f68cafa, #Email-4.w-node-_58f3be4c-300e-e8c7-84b1-bcd0d9413e95-8f68cafa, #Phone.w-node-_58f3be4c-300e-e8c7-84b1-bcd0d9413e96-8f68cafa, #Subject.w-node-_58f3be4c-300e-e8c7-84b1-bcd0d9413e97-8f68cafa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2b423971-9a46-ec5e-18c9-604a39a269dc-4a61340e, #w-node-_0c794484-7d26-ca39-0dbb-13e82a518156-4a61340e, #w-node-_546cd773-9d95-c451-4e6f-908461dfbc63-1d06ed1b, #w-node-_670904ec-b131-4296-07c0-e6de197a2912-1d06ed1b, #w-node-b42be4a3-1fd6-1bab-c4da-58254c74fb5d-1d06ed1b, #w-node-_8d5bd8ac-db6f-ca29-c881-405303db9b29-1d06ed1b {
    grid-column-end: 2;
  }

  #w-node-_31527298-9d18-8cc2-9346-3099c4135657-1d06ed1b {
    grid-column-end: 4;
  }

  #w-node-_9ea5149e-d6c0-3c2c-8180-c5e603b6ef26-1d06ed1b {
    grid-column-end: 2;
  }

  #w-node-a35be0f7-18ad-eb58-cb6e-358308736eff-1d06ed1b, #w-node-_2a81e4e2-fc99-82bb-1abc-6f5a345164f7-1d06ed1b, #w-node-_5fce4d17-4a79-6498-effd-9f743a730913-1d06ed1b, #w-node-ff0d36c1-06e3-2105-f3cf-c574aaffcc78-1d06ed1b {
    grid-column-end: 4;
  }

  #w-node-_274dd3db-0e48-9294-93e8-df814bfb0bda-1d06ed1b {
    grid-column-end: 2;
  }

  #w-node-_55cfcb91-9367-5fae-55d0-b8ec5143f3fe-b340d137 {
    grid-area: 3 / 2 / 5 / 3;
    place-self: center;
  }

  #w-node-_5f35ebed-3f51-b871-84c6-a0dd794e989d-b340d137 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_23c2ea3c-9457-dc11-0978-f3b2503f9e98-b340d137 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_04c7a136-3325-0b14-6077-5fd5f0c7fee6-b340d137 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-f0b1e17f-ebf8-cefa-b319-61266dc48f49-b340d137 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_3840e166-d5bb-ecfc-88af-a072989d1f41-b340d137 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_276c9d92-7be7-9ac8-e39f-73bc8f4c3afb-b340d137 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-dee62ff0-b615-2248-bd77-54cb4d5c0c27-b340d137 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_533b7423-0b35-1d32-daa2-1813a2f70226-b340d137 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-b3bc3610-4ad4-359d-6032-51fc2c0f5afd-b340d137 {
    grid-area: 13 / 1 / 14 / 2;
  }

  #w-node-_8fcb7e34-72d0-4a1d-05f4-9216be86319b-b340d137 {
    grid-area: 14 / 1 / 15 / 2;
  }

  #w-node-a56fb055-cca0-6239-9380-d68eaa63af88-b340d137 {
    grid-area: 15 / 1 / 16 / 2;
  }

  #w-node-ed1242dc-c56c-2b0e-a59c-44f96c60f69b-b340d137 {
    grid-area: 16 / 1 / 17 / 2;
  }

  #w-node-_15da647f-f1ef-76ae-b542-5fa8fd02b950-b340d137 {
    grid-area: 17 / 1 / 18 / 2;
  }

  #w-node-_05905e60-6383-e55b-128e-bf586e52945e-b340d137 {
    grid-area: 18 / 1 / 19 / 2;
  }

  #w-node-c829c3b3-9c9d-5af8-31fd-43958bd01126-8bd01124, #w-node-c829c3b3-9c9d-5af8-31fd-43958bd01131-8bd01124 {
    place-self: center;
  }

  #w-node-c829c3b3-9c9d-5af8-31fd-43958bd01132-8bd01124 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c829c3b3-9c9d-5af8-31fd-43958bd0114d-8bd01124 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #name.w-node-_58f3be4c-300e-e8c7-84b1-bcd0d9413e94-8f68cafa, #Email-4.w-node-_58f3be4c-300e-e8c7-84b1-bcd0d9413e95-8f68cafa, #Phone.w-node-_58f3be4c-300e-e8c7-84b1-bcd0d9413e96-8f68cafa, #Subject.w-node-_58f3be4c-300e-e8c7-84b1-bcd0d9413e97-8f68cafa, #First-Name-3.w-node-_7a296da2-afab-cf39-b848-4722bf7a115e-b568cb01, #email-4.w-node-_7a296da2-afab-cf39-b848-4722bf7a115f-b568cb01, #Phone-2.w-node-_7a296da2-afab-cf39-b848-4722bf7a1160-b568cb01, #Email-4.w-node-_7a296da2-afab-cf39-b848-4722bf7a1161-b568cb01, #w-node-_7a296da2-afab-cf39-b848-4722bf7a1163-b568cb01 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_17a3c567-f416-debe-ab50-73331c506d69-4a61340e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2b423971-9a46-ec5e-18c9-604a39a269dc-4a61340e, #w-node-_0c794484-7d26-ca39-0dbb-13e82a518156-4a61340e {
    grid-column-end: 2;
  }

  #w-node-_49e1bbaa-d220-5a8a-80e0-c2b5626df934-4a61340e {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_3e0a1cd8-5b9d-254b-c7b2-8da78ea046a0-4a61340e {
    grid-row: 3 / 4;
  }

  #w-node-e4554ccf-a9de-9f18-7949-98ced780bc46-4a61340e {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_546cd773-9d95-c451-4e6f-908461dfbc63-1d06ed1b, #w-node-_670904ec-b131-4296-07c0-e6de197a2912-1d06ed1b, #w-node-b42be4a3-1fd6-1bab-c4da-58254c74fb5d-1d06ed1b, #w-node-_8d5bd8ac-db6f-ca29-c881-405303db9b29-1d06ed1b, #w-node-_31527298-9d18-8cc2-9346-3099c4135657-1d06ed1b, #w-node-_9ea5149e-d6c0-3c2c-8180-c5e603b6ef26-1d06ed1b {
    grid-column-end: 2;
  }

  #w-node-a35be0f7-18ad-eb58-cb6e-358308736eff-1d06ed1b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2a81e4e2-fc99-82bb-1abc-6f5a345164f7-1d06ed1b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_5fce4d17-4a79-6498-effd-9f743a730913-1d06ed1b {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-ff0d36c1-06e3-2105-f3cf-c574aaffcc78-1d06ed1b {
    grid-row: 6 / 7;
    grid-column-end: 2;
  }

  #w-node-_274dd3db-0e48-9294-93e8-df814bfb0bda-1d06ed1b {
    grid-column-end: 2;
  }

  #w-node-_4406e734-ff42-68aa-e117-0dbbe0423f31-b340d137 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_875bf6b4-beac-a8d8-0cf4-834dc9b1c1cb-b340d137 {
    grid-column-end: 2;
  }

  #w-node-_55cfcb91-9367-5fae-55d0-b8ec5143f3fe-b340d137 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_91b1f6bc-e92a-d701-29ea-d13e2c7a7344-b340d137 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_91b1f6bc-e92a-d701-29ea-d13e2c7a7346-b340d137 {
    grid-column-end: 2;
  }

  #w-node-c829c3b3-9c9d-5af8-31fd-43958bd01131-8bd01124 {
    justify-self: center;
  }
}


