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

body {
  background-color: #e6e6e6;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 500;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #007dc4;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

a {
  color: #222;
  font-weight: 600;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

figure {
  width: 100%;
  min-width: 100%;
  margin-bottom: 24px;
}

.nav06 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.dropdown-link {
  min-height: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.dropdown-link:hover {
  color: #007dc4;
}

.right {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown {
  position: relative;
  height: 100%;
  margin: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.navigation-container-full {
  position: static;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navigation-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  margin-right: 12px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.navigation-detail.end {
  margin-right: 0px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 16px 32px 16px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.dropdown-toggle:hover {
  border-bottom-color: #fff;
}

.dropdown-toggle.w--open {
  border-bottom-style: solid;
  color: #fff;
}

.dropdown-toggle.w--open:hover {
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.navigation-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a3f99;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  background-color: #1a3f99;
  color: #1a3f99;
}

.brand {
  width: 100%;
  min-height: 64px;
  min-width: 128px;
  margin-right: 20px;
  padding: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.brand.w--current {
  padding: 0px;
}

.nav-col {
  width: 20%;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navigation-top {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 48px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ececec;
}

.button {
  padding: 15px 20px;
  border: 2px solid transparent;
  background-color: #1a3f99;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-shadow: none;
}

.button:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.white {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

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

.button.white.mobile-only {
  display: none;
}

.button.accent:hover {
  border-color: #1a3f99;
  color: #1a3f99;
}

.dropdown-list {
  position: absolute;
  z-index: -2;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #d4cece;
}

.dropdown-list.w--open {
  z-index: -100;
  width: auto;
  margin-top: 0px;
  padding: 12px;
  border-top: 4px solid #1a3f99;
  background-color: #fffffc;
}

.nav-menu {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3f0a3d;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.detail-icon {
  width: 32px;
  margin-right: 5px;
  padding: 8px;
  border-radius: 50%;
  background-color: #fff;
}

.edans-section-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 85vh;
  padding: 192px 12px 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #272727;
}

.edans-section-hero.tans {
  min-height: 50vh;
  background-color: transparent;
}

.left {
  position: relative;
  z-index: 999;
  padding-bottom: 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.center {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  color: #007dc4;
  text-decoration: underline;
}

.edans-section-mid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75vh;
  padding: 64px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.edans-section-mid.slider {
  overflow: hidden;
  min-height: 25vh;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.edans-section-mid.accent {
  background-color: #f5f5f5;
}

.edans-section-mid._w-bg {
  background-color: #f5f5f5;
  background-image: url('/images/Layer-1.png');
  background-position: 0% 100%;
  background-size: auto 95%;
  background-repeat: no-repeat;
}

.edans-section-mid.service {
  padding-top: 256px;
  background-color: #f5f5f5;
}

.edans-section-mid.hero {
  padding-top: 256px;
}

.edans-section-mid.hero.facial {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.32)), to(hsla(0, 0%, 100%, 0.32))), url('/images/Botox-injecction-in-lip-on-white-background.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.32), hsla(0, 0%, 100%, 0.32)), url('/images/Botox-injecction-in-lip-on-white-background.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
}

.edans-section-mid.hero.body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.32)), to(hsla(0, 0%, 100%, 0.32))), url('/images/body-in-white-undergarments.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.32), hsla(0, 0%, 100%, 0.32)), url('/images/body-in-white-undergarments.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
}

.edans-section-mid.hero.laser {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.32)), to(hsla(0, 0%, 100%, 0.32))), url('/images/medical-laser.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.32), hsla(0, 0%, 100%, 0.32)), url('/images/medical-laser.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
}

.edans-section-mid.hero.vampire {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.32)), to(hsla(0, 0%, 100%, 0.32))), url('/images/pretty-woman-with-hands.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.32), hsla(0, 0%, 100%, 0.32)), url('/images/pretty-woman-with-hands.jpg');
  background-position: 0px 0px, 0% 35%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.edans-section-mid.blog {
  padding-top: 256px;
}

.edans-section-mid.blue {
  background-color: #007dc4;
}

.edans-section-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 66vh;
  padding: 64px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/images/Layer-2.png'), radial-gradient(circle farthest-corner at 90% 100%, #fff, #007dc4 53%, #1a3f99);
  background-position: 100% 100%, 0px 0px;
  background-size: auto 95%, auto;
  background-repeat: no-repeat, repeat;
}

.brand-mobile {
  display: none;
  width: 100%;
  min-height: 64px;
  min-width: 128px;
  margin-right: 20px;
  padding: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.brand-mobile.w--current {
  padding: 10px;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrapper.no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapper.center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wrapper.middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper._24-bottom-m {
  margin-bottom: 24px;
}

.wrapper-50 {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.content-wrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.content-wrapper.white {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
}

.content-wrapper.center {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.content-wrapper.center.dark {
  color: #222;
}

.hero-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-color: transparent;
}

.slide {
  height: 100%;
}

.slide.dark {
  background-image: radial-gradient(circle farthest-corner at 75% 100%, #fff 27%, #007dc4 77%, #1a3f99);
}

.hero-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-img.hero-main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
}

.hero-img-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1a3f99), to(transparent));
  background-image: linear-gradient(180deg, #1a3f99, transparent);
}

.left-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 64px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 64px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.slide-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 160px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-button {
  padding: 15px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #1a3f99;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.nav-button:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.hero-img-overlay-mobie {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-image: none;
}

.icon {
  margin-right: 4px;
}

.service-slider {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  min-height: 66vh;
  margin-top: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: transparent;
}

.service-slide {
  width: 25%;
}

.mask-2 {
  text-align: left;
}

.service-slide-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.service-slide-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-slide-img-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.48);
}

.service-slider-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.hero-slider-nav {
  display: none;
}

.slide-txt {
  letter-spacing: 1px;
}

.deal-card {
  width: 31%;
  margin-right: 1%;
  margin-bottom: 24px;
  margin-left: 1%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

.deal-card:hover {
  box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.deal-card-txt-wrapper {
  padding: 24px 24px 0px;
  color: #222;
}

.deal-card-img {
  width: 100%;
}

.edans-section-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 50vh;
  padding: 64px 12px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.footer-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.footer-col.span {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 24px;
  border-top: 1px solid #c7c7c7;
}

.footer-heading {
  color: #222;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  white-space: normal;
}

.footer-link {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #222;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.footer-link:hover {
  padding-left: 0px;
  color: #007dc4;
  text-decoration: underline;
}

.footer-link.w--current {
  color: #222;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  margin-left: 12px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 50%;
  background-color: #007dc4;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.social-block:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.social-icon {
  max-height: 100%;
}

.spacer {
  height: 64px;
}

.spacer.small {
  height: 24px;
}

.slide-nav {
  display: none;
}

.wrapper-66 {
  width: 66%;
}

.wrapper-33 {
  width: 33%;
}

.sticky-card {
  position: -webkit-sticky;
  position: sticky;
  top: 192px;
  width: 90%;
  margin-left: auto;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.35);
}

.service-txt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.service-txt figure {
  width: auto;
  min-width: 0%;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-txt img {
  width: 100%;
  min-width: 100%;
}

.slider-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.edans-sencondary-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25vh;
  padding: 24px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.edans-sencondary-section.white {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #fff;
}

.credit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 30%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.credit {
  min-width: 128px;
  margin-right: 24px;
  margin-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-2 {
  height: 100%;
  background-color: #1a3f99;
  -o-object-fit: contain;
  object-fit: contain;
}

.testimonial {
  overflow: auto;
  width: 15%;
  min-width: 256px;
  margin-right: 1%;
  margin-bottom: 1%;
  margin-left: 1%;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 8px 16px -3px rgba(0, 0, 0, 0.18);
}

.testimonial-star-wrapper {
  margin-bottom: 8px;
  padding-left: 0px;
}

.star {
  width: 24px;
  height: 32px;
  margin-right: 12px;
}

.service-card {
  display: block;
  max-width: 31%;
  min-width: 31%;
  margin-right: 1%;
  margin-bottom: 24px;
  margin-left: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

.service-card:hover {
  box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.service-card-txt-wrap {
  padding: 24px 24px 12px;
  color: #222;
}

.service-card-img {
  display: block;
  width: 100%;
}

.service-card-img.hide {
  display: none;
}

.service-content-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-subheading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #9c9c9c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.pricing-line-break-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-top: 0px;
  padding: 0px 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-transform: uppercase;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.row._w-break {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 3;
  min-height: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #007dc4;
}

.row.accent {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ececec;
}

.grid-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.pricing-line-break {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-top: 0px;
  padding: 0px 0px 0px 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-line-break.mobile-hidden {
  border-top-style: none;
}

.pricing-line-break.grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-wrapper {
  width: 100%;
  max-width: 1440px;
}

.title {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
}

.pricing-table-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  max-width: 66%;
  min-width: 33%;
  padding: 12px 32px 12px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
}

.pricing-table-cell.first {
  max-width: 66%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2b2b2b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.image-5 {
  max-height: 448px;
  margin-right: 24px;
  margin-bottom: 24px;
}

.image-6 {
  margin-bottom: 24px;
}

.video-wrapper {
  position: relative;
  top: 0px;
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin-top: -112px;
  margin-bottom: 64px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.39);
}

.video {
  margin-top: 0px;
}

.card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card {
  width: 31%;
  min-height: 128px;
  min-width: 48%;
  margin-right: 1%;
  margin-bottom: 2%;
  margin-left: 1%;
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.price {
  margin-bottom: 0px;
}

.blog-img {
  display: block;
  width: 100%;
}

.blog-card {
  display: block;
  max-width: 31%;
  margin-right: 1%;
  margin-bottom: 24px;
  margin-left: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

.blog-card:hover {
  box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.blog-card-txt-wrap {
  padding: 24px 24px 12px;
  color: #222;
}

.blog-date {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-wrapper {
  width: 100%;
  max-width: 1156px;
  margin-top: -20%;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.24);
}

.form-block {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 4px;
}

.form-col {
  width: 50%;
}

.form-col.first {
  padding-right: 8px;
}

.form-col.span {
  width: 100%;
}

.text-field {
  min-height: 48px;
  font-family: Montserrat, sans-serif;
}

.text-field:active {
  background-color: #f5f5f5;
}

.text-field:focus {
  background-color: #f5f5f5;
}

.text-area {
  overflow: auto;
  max-width: 100%;
  min-height: 88px;
  min-width: 100%;
  font-family: Montserrat, sans-serif;
}

.success-txt {
  margin-bottom: 8px;
  font-size: 1rem;
}

.select-field {
  min-height: 48px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sticky-image {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 90%;
  max-height: 384px;
  margin-top: 24px;
  margin-left: auto;
}

.image-7 {
  -o-object-fit: cover;
  object-fit: cover;
}

.dropdown-2 {
  width: 100%;
}

.dropdown-toggle-2 {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.meta-icon {
  margin-right: 4px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dropdown-list-2 {
  left: auto;
}

.dropdown-list-2.w--open {
  left: 105%;
  top: 0%;
  bottom: auto;
  padding-right: 12px;
  padding-left: 12px;
  border-left: 2px solid #007dc4;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .dropdown-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 48px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown {
    width: 100%;
    color: #000;
  }

  .navigation-container-full {
    position: relative;
    min-height: auto;
    padding: 8px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-toggle {
    border-bottom-style: none;
    color: #000;
  }

  .dropdown-toggle.w--open {
    color: #000;
  }

  .nav {
    background-color: rgba(0, 0, 0, 0.27);
  }

  .brand {
    margin-right: 10px;
    padding: 0px;
  }

  .nav-col {
    width: 50%;
    margin-bottom: 20px;
  }

  .nav-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navigation-top {
    position: relative;
    min-height: auto;
  }

  .button.white.mobile-only {
    display: block;
  }

  .dropdown-list {
    min-width: 0px;
  }

  .dropdown-list.w--open {
    position: relative;
    top: 0px;
    z-index: 99;
    max-height: none;
    min-width: 0px;
    padding-right: 12px;
    padding-bottom: 0px;
    padding-left: 12px;
    background-color: #f5f5f5;
  }

  .nav-menu {
    position: absolute;
    z-index: 3;
    overflow: scroll;
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.65);
  }

  .menu-button-green {
    margin-left: auto;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    color: #fff;
  }

  .menu-button-green.w--open {
    border-style: solid;
    border-color: #1a3f99;
    background-color: #1a3f99;
  }

  .left {
    display: none;
  }

  .center {
    min-width: 100%;
  }

  .edans-section-mid._w-bg {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff)), url('/images/Layer-1.png');
    background-image: linear-gradient(90deg, transparent, #fff), url('/images/Layer-1.png');
    background-position: 0px 0px, -50% 100%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .edans-section-mid.service {
    padding-top: 192px;
  }

  .edans-section-mid.hero.vampire {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('/images/pretty-woman-with-hands.jpg');
    background-image: linear-gradient(180deg, null, null), url('/images/pretty-woman-with-hands.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .edans-section-mid.blue {
    background-color: #fff;
  }

  .edans-section-cta {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.19)), to(rgba(0, 0, 0, 0.19))), url('/images/Layer-2.png'), radial-gradient(circle farthest-corner at 100% 100%, #007dc4, #1a3f99);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.19), rgba(0, 0, 0, 0.19)), url('/images/Layer-2.png'), radial-gradient(circle farthest-corner at 100% 100%, #007dc4, #1a3f99);
    background-position: 0px 0px, 100% 100%, 0px 0px;
    background-size: auto, auto 95%, auto;
    background-repeat: repeat, no-repeat, repeat;
  }

  .brand-mobile {
    display: block;
    width: auto;
    margin-right: 10px;
    padding: 0px;
  }

  .wrapper-50.center {
    margin-bottom: 24px;
  }

  .hero-img.hero-main {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 100%;
    object-position: 0% 100%;
  }

  .hero-img-overlay {
    display: block;
  }

  .nav-button {
    width: 100%;
    margin-top: 12px;
    border-color: #1a3f99;
    background-color: #1a3f99;
    color: #fff;
  }

  .hero-img-overlay-mobie {
    display: none;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.88)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.88), transparent);
  }

  .hero-img-overlay-mobie._w-girl {
    display: block;
  }

  .service-slide {
    width: 50%;
  }

  .deal-card {
    width: 48%;
  }

  .footer-col {
    width: 33%;
  }

  .wrapper-66 {
    width: 100%;
  }

  .wrapper-33 {
    width: 100%;
  }

  .sticky-card {
    width: 100%;
    box-shadow: none;
  }

  .service-txt figure {
    min-width: 100%;
  }

  .credit-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testimonial {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .service-card {
    width: 48%;
    max-width: 100%;
    min-width: 48%;
  }

  .pricing-line-break-top {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pricing-line-break-top.mobile-hidden {
    display: none;
  }

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row._w-break {
    top: 88px;
  }

  .pricing-line-break {
    padding: 10px 0px 0px 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pricing-line-break.mobile-hidden {
    display: none;
  }

  .card {
    min-width: 98%;
  }

  .blog-card {
    width: 48%;
    max-width: 100%;
    min-width: 48%;
  }

  .contact-wrapper {
    margin-top: 0px;
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 48px;
  }

  .navigation-top {
    display: none;
  }

  .menu-button-green.w--open {
    background-color: #079cc5;
  }

  .edans-section-mid._w-bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75))), url('/images/Layer-1.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('/images/Layer-1.png');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .edans-section-mid.service {
    padding-top: 128px;
  }

  .edans-section-mid.hero.facial {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('/images/Botox-injecction-in-lip-on-white-background.jpg');
    background-image: linear-gradient(180deg, null, null), url('/images/Botox-injecction-in-lip-on-white-background.jpg');
    background-position: 0px 0px, 50% 0%;
  }

  .edans-section-mid.hero.body {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.48)), to(hsla(0, 0%, 100%, 0.48))), url('/images/body-in-white-undergarments.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.48), hsla(0, 0%, 100%, 0.48)), url('/images/body-in-white-undergarments.jpg');
    background-position: 0px 0px, 50% 0%;
  }

  .edans-section-mid.hero.laser {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('/images/medical-laser.jpg');
    background-image: linear-gradient(180deg, null, null), url('/images/medical-laser.jpg');
    background-position: 0px 0px, 50% 0%;
  }

  .edans-section-mid.hero.vampire {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('/images/pretty-woman-with-hands.jpg');
    background-image: linear-gradient(180deg, null, null), url('/images/pretty-woman-with-hands.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .edans-section-cta {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0.48))), url('/images/Layer-2.png'), radial-gradient(circle farthest-corner at 100% 100%, #007dc4, #1a3f99);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url('/images/Layer-2.png'), radial-gradient(circle farthest-corner at 100% 100%, #007dc4, #1a3f99);
    background-position: 0px 0px, 0% 100%, 0px 0px;
    background-size: auto, auto 95%, auto;
    background-repeat: repeat, no-repeat, repeat;
  }

  .wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper.no-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper-50 {
    width: 100%;
  }

  .content-wrapper.white {
    text-shadow: 1px 1px 16px #000;
  }

  .content-wrapper.center {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .content-wrapper.center._w-right-padding {
    padding-right: 12px;
    padding-left: 12px;
  }

  .hero-img.hero-main {
    display: none;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }

  .hero-img-overlay-mobie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.88)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.88), transparent);
  }

  .hero-img-overlay-mobie._w-girl {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.72)), to(transparent)), url('/images/AdobeStock_228275846.png');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent), url('/images/AdobeStock_228275846.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }

  .service-slide {
    width: 100%;
  }

  .footer-col {
    width: 50%;
  }

  .slide-nav {
    display: block;
  }

  .wrapper-33 {
    width: 100%;
  }

  .sticky-card {
    padding: 12px;
  }

  .service-txt figure {
    max-width: 100%;
    min-width: 100%;
  }

  .credit {
    width: 48%;
    margin-right: 1%;
    margin-bottom: 24px;
    margin-left: 1%;
  }

  .testimonial {
    width: 98%;
    margin-bottom: 4%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .service-card {
    min-width: 98%;
  }

  .service-content-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row-subheading {
    padding-left: 5px;
    font-size: 14px;
    text-transform: capitalize;
  }

  .pricing-line-break-top {
    width: 100%;
  }

  .pricing-line-break-top.mobile-hidden {
    display: none;
  }

  .row._w-break {
    top: 88px;
  }

  .pricing-line-break {
    width: 100%;
    height: 50px;
    padding-top: 20px;
  }

  .pricing-line-break.mobile-hidden {
    display: none;
  }

  .pricing-wrapper {
    display: block;
  }

  .pricing-table-cell {
    overflow: visible;
    width: 33%;
    padding-right: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .row-heading {
    padding-left: 5px;
    text-transform: capitalize;
  }

  .image-5 {
    margin-right: 0px;
  }

  .card {
    min-width: 98%;
  }

  .blog-card {
    min-width: 98%;
  }

  .contact-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
    line-height: 40px;
  }

  .navigation-container-full {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation-detail {
    color: #1a3f99;
  }

  .navigation-contact {
    color: #1a3f99;
  }

  .nav-col {
    width: 100%;
  }

  .navigation-top {
    max-height: 50px;
    color: #1a3f99;
  }

  .menu-button-green {
    border-width: 2px;
    border-color: #fff;
    color: #fff;
  }

  .menu-button-green.w--open {
    background-color: #fff;
    color: #1a3f99;
  }

  .detail-icon {
    color: #1a3f99;
  }

  .edans-section-hero {
    min-height: 95vh;
    padding-top: 108px;
    padding-bottom: 64px;
  }

  .edans-section-mid.slider {
    padding-bottom: 0px;
  }

  .edans-section-mid._w-bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('/images/Layer-1.png');
    background-image: linear-gradient(180deg, null, null), url('/images/Layer-1.png');
    background-position: 0px 0px, 50% 100%;
  }

  .edans-section-mid.hero.body {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('/images/body-in-white-undergarments.jpg');
    background-image: linear-gradient(180deg, null, null), url('/images/body-in-white-undergarments.jpg');
    background-position: 0px 0px, 35% 0%;
  }

  .edans-section-mid.hero.vampire {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('/images/pretty-woman-with-hands.jpg');
    background-image: linear-gradient(180deg, null, null), url('/images/pretty-woman-with-hands.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .edans-section-cta {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0.48))), url('/images/Layer-2.png'), radial-gradient(circle farthest-corner at 100% 100%, #007dc4 79%, #1a3f99);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url('/images/Layer-2.png'), radial-gradient(circle farthest-corner at 100% 100%, #007dc4 79%, #1a3f99);
    background-position: 0px 0px, 0% 50%, 0px 0px;
    background-size: auto, cover, auto;
  }

  .wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .hero-img.hero-main {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .slide-wrap {
    padding-bottom: 64px;
  }

  .mask {
    height: 100%;
    padding-bottom: 0px;
  }

  .service-slider {
    padding-bottom: 0px;
  }

  .service-slide {
    height: 100%;
    padding-bottom: 0px;
  }

  .mask-2 {
    height: 100%;
    padding-bottom: 0px;
  }

  .service-slide-wrapper {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: auto;
  }

  .service-slide-img {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .deal-card {
    width: 98%;
  }

  .footer-col {
    min-width: 100%;
  }

  .slide-nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .service-txt h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .service-txt h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .service-txt h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .service-txt figure {
    min-width: 100%;
  }

  .credit-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .credit {
    width: 98%;
  }

  .service-card {
    width: 98%;
  }

  .service-content-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row-subheading {
    font-size: 16px;
  }

  .pricing-line-break-top {
    width: 100%;
    margin-top: 0px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .pricing-line-break-top.mobile-hidden {
    display: none;
  }

  .row {
    padding-top: 12px;
  }

  .row._w-break {
    top: 96px;
  }

  .row.accent {
    padding-top: 12px;
  }

  .pricing-line-break {
    padding-top: 0px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .pricing-table-cell {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .pricing-table-cell.first {
    max-width: 100%;
  }

  .blog-card {
    width: 98%;
  }

  .form-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-col {
    width: 100%;
  }

  .form-col.first {
    padding-right: 0px;
  }
}

