:root {
  --color-2: #1e1e1e;
  --color-3: #639ace;
  --color-4: #263872;
  --color-9: #ff4545;
  --color: white;
  --color-8: #f2b536;
  --color-7: #9ea2b7;
  --color-5: #525c75;
  --color-6: #7f9bad;
  --color-10: #1da4ff;
}

body {
  color: var(--color-2);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--color-4);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em;
}

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

h5 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--color-3);
  text-decoration: none;
}

a:hover {
  color: var(--color-9);
}

.hero {
  background-color: var(--color-2);
  height: 100vh;
  position: relative;
}

.background-video {
  z-index: 1;
  opacity: 1;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-content-div {
  z-index: 5;
  background-image: linear-gradient(#0000, #0000 40%, #00000073);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 15%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-content-holder {
  align-items: center;
  display: flex;
}

.hero-word-1, .hero-word-2 {
  color: var(--color);
  margin-right: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.2em;
}

.hero-word-3 {
  color: var(--color);
  margin-right: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.2em;
}

.bottom-buttons {
  z-index: 200;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: space-between;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.bucket-link {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color);
  background-color: #0000003b;
  background-image: linear-gradient(#263872a3, #263872a3);
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding: 15px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.bucket-link:hover {
  background-image: linear-gradient(to bottom, var(--color-9), var(--color-9));
  color: var(--color);
}

.bucket-link.mid {
  border-right: 1px solid var(--color-8);
  border-left: 1px solid var(--color-8);
}

.bucket-link.mid:hover {
  border-right-color: var(--color-9);
  border-left-color: var(--color-9);
}

.bucket-icon {
  width: 25px;
  margin-right: 10px;
}

.navbar {
  z-index: 2000;
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  height: 80px;
}

.brand {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
}

.nav-menu {
  align-items: center;
  height: 90px;
  padding-right: 20px;
  display: flex;
}

.dropdown-toggle {
  color: var(--color-3);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
  line-height: 1em;
}

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

.icon {
  width: auto;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: var(--color-3);
}

.dropdown-list.side-by.w--open {
  display: flex;
  left: auto;
  right: -300%;
}

.dropdown-list.end.w--open {
  right: 0;
}

.dropdown-link {
  line-height: 1em;
}

.dropdown-link:hover {
  background-color: var(--color-4);
  color: var(--color);
}

.dropdown-link.special {
  padding-left: 50px;
}

.service-title {
  border-bottom: 1px solid var(--color-4);
  padding: 10px;
  font-weight: 600;
  line-height: 1.2em;
}

.nav-drop-holder {
  min-width: 250px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
}

.nav-link-call {
  background-color: var(--color-4);
  color: var(--color);
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/icons8-phone.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 10px;
  margin-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
  line-height: 1em;
}

.nav-link-call:hover {
  background-color: var(--color-8);
  color: var(--color);
}

.welcome-section {
  background-image: url('../images/welcome-image.jpg');
  background-position: 100% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  min-height: 75vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8%;
  padding-bottom: 8%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-wrap {
  z-index: 20;
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-wrap.max {
  max-width: 1600px;
}

.text-div-50 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.button {
  background-color: var(--color-8);
  color: var(--color-2);
  background-image: url('../images/icons8-right-arrow.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 10px;
  padding: 15px 30px;
  line-height: 1em;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-color: var(--color-4);
  color: var(--color-8);
  background-position: 15px;
  padding-left: 50px;
}

.button.white {
  background-color: var(--color);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  line-height: 1.2em;
}

.button.blue {
  background-color: var(--color-4);
  color: var(--color);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  line-height: 1.2em;
}

.button.blue.btm {
  margin-bottom: 10px;
}

.button.marg {
  margin-bottom: 10px;
  margin-right: 10px;
}

.button.marg:hover {
  background-color: var(--color);
  color: var(--color-4);
}

.button._100 {
  width: 100%;
}

.welcome-eye-block {
  object-fit: cover;
  width: 65%;
  height: 95%;
  max-height: none;
  position: absolute;
  inset: auto -175px -5% auto;
  overflow: hidden;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.purple-hint-div {
  z-index: 10;
  background-image: url('../images/lighter-shape.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 30%;
  width: 50%;
  position: absolute;
  inset: 0 0% 0% -25px;
  transform: rotate(180deg);
}

.doctor-section {
  background-color: var(--color-4);
  background-image: radial-gradient(circle, #0000, #000), url('../images/equipment.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative;
}

.doc-overlay {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #263872e0;
  position: absolute;
  inset: 0%;
}

.h2-white {
  color: var(--color);
}

.awrard-div {
  background-color: #639ace0d;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.2em;
  display: flex;
}

.awrard-div.btm {
  margin-bottom: 20px;
}

.award-icon {
  width: 25px;
  margin-right: 15px;
}

.doc-wrap {
  z-index: 10;
  color: var(--color);
  text-align: center;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-section {
  padding-bottom: 4%;
}

.docs {
  z-index: 20;
  background-color: var(--color);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-top: -5%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 25px 5px;
  display: flex;
  position: relative;
}

.doc-link {
  color: var(--color);
  text-align: center;
  background-color: #639ace0d;
  flex-flow: column;
  align-items: center;
  width: 23%;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 30px 30px 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.doc-photo-div {
  border: 3px solid var(--color-3);
  background-color: var(--color-4);
  object-fit: cover;
  border-radius: 0%;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.doc-overlay-div {
  z-index: 1;
  border: 3px none var(--color-3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #263872db;
  border-radius: 0%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 0%;
  min-height: 0%;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.doc-text-fake-btn {
  background-color: var(--color-8);
  color: var(--color-4);
  text-align: center;
  padding: 15px 20px;
  line-height: 1em;
}

.doc-text-fake-btn:hover {
  background-color: var(--color);
}

.h4-min {
  min-height: 50px;
}

.call-out-service-section {
  background-color: var(--color);
  padding-top: 0%;
  padding-bottom: 5%;
  position: relative;
}

.call-out-service-section.rev {
  background-color: var(--color-3);
  padding-top: 5%;
}

.call-out-service-section.rev._2 {
  padding-top: 0%;
}

.img-50 {
  z-index: 5;
  object-fit: cover;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.right-column-50 {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

._50-top {
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 40%;
  padding: 40px 40px 40px 50px;
  display: flex;
}

._50-top.l {
  color: var(--color-2);
  padding-left: 20px;
}

._50-bottom {
  background-color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0%;
  margin-bottom: 10%;
  padding: 20px 20px 20px 50px;
  display: flex;
  box-shadow: 1px 3px 8px #00000014;
}

._50-bottom.l {
  padding-left: 20px;
  padding-right: 50px;
  box-shadow: -5px -3px 8px #00000014;
}

.h3-white {
  color: var(--color-8);
}

.list-links {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.link-list-49 {
  flex-flow: column;
  width: 49%;
  display: flex;
}

.lt-blue-back {
  background-color: var(--color-3);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.lt-blue-back.dark {
  background-color: var(--color);
}

.premier-section {
  background-color: var(--color-4);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-div-50-prem {
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 0%;
  display: flex;
}

.white-overly-div-prem {
  z-index: 1;
  background-image: url('../images/larger-overlay.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-height: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.video-and-buttons {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 45%;
  display: flex;
}

.code-embed {
  width: 100%;
}

.button-div {
  flex-flow: wrap;
  justify-content: flex-start;
  margin-top: 15px;
  margin-bottom: 20px;
  display: flex;
}

.premier-section-2 {
  background-color: var(--color-4);
  padding-top: 5%;
  padding-bottom: 4%;
  position: relative;
  overflow: hidden;
}

.icon-holder {
  background-image: url('../images/rev-icon.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  position: absolute;
  inset: 0% -25% 0% 0%;
}

.premier-overlay {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #263872db;
  position: absolute;
  inset: 0%;
}

.image-5 {
  max-width: 250px;
  margin-bottom: 20px;
}

.stats {
  padding: 25px;
}

.counter-holder {
  background-color: var(--color-3);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-3), #507cb1 77%, #263872ba);
  border-left: 3px #e04307;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 25px;
  display: flex;
}

.counter-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  padding: 0 0 20px;
  display: flex;
}

.number-info {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 175px;
  display: flex;
}

.heading {
  color: var(--color-4);
  text-align: center;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 900;
  line-height: 1em;
}

.stat-description {
  color: var(--color-4);
  text-align: left;
  border-top: 3px #e04307;
  border-left: 3px #e04307;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 20px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
}

.slider-container {
  width: 100vw;
  min-height: 300px;
  padding: 2% 40px 5%;
  overflow: hidden;
}

.slider-right-arrow {
  color: #444;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-nav {
  display: none;
}

.mask {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
}

.slide-content-wrapper {
  color: var(--color-2);
  text-align: center;
  background-color: #e1e1e100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-style: italic;
  display: flex;
}

.slider-icon {
  filter: brightness(0%);
}

.slide {
  background-color: #639ace1c;
  margin-left: 1%;
  margin-right: 1%;
}

.slider {
  background-color: #0000;
  width: 65%;
  height: 350px;
  position: static;
}

.name {
  margin-top: 15px;
  font-style: normal;
  font-weight: 700;
}

.stars {
  filter: invert();
  max-width: 150px;
  margin-top: 25px;
}

.testimonials {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 4%;
  display: flex;
}

.testimonial-header-text-div {
  text-align: center;
  max-width: 70%;
}

.location-title-section {
  background-color: var(--color-4);
  background-image: radial-gradient(circle, #0000, #000), url('../images/wv-eye-lobby.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative;
}

.location-section {
  pointer-events: auto;
  padding-bottom: 4%;
}

.location-div {
  color: var(--color-2);
  text-align: center;
  background-color: #639ace1a;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 15%;
  margin-bottom: 2%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 15px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.location-photo-div {
  object-fit: cover;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}

.locations {
  z-index: 20;
  background-color: var(--color);
  background-image: linear-gradient(#639ace1a, #639ace1a);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  margin-top: -5%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 25px 5px;
  display: flex;
  position: relative;
}

.footer {
  z-index: 2000;
  background-color: var(--color);
  padding-bottom: 5%;
  position: relative;
}

.footer-top-div {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-div {
  width: 60%;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--color-8);
  height: 50px;
  margin-bottom: 0;
}

.text-field:focus, .text-field::placeholder {
  color: var(--color-4);
}

.text-field.btm {
  margin-bottom: 20px;
}

.text-field.search {
  height: 50px;
  margin-bottom: 0;
}

.search-div {
  width: 35%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.search-1 {
  align-items: center;
  display: flex;
}

.search-button {
  background-color: var(--color-4);
  background-image: url('../images/icons8-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 50px;
  height: 50px;
  margin-left: 0;
}

.social-links {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.social-link {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s ease-in-out;
  display: flex;
}

.social-link:hover {
  transform: scale(.7);
}

.social-img {
  max-width: 90%;
}

.footer-btm-div {
  border-top: 1px solid var(--color-7);
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: flex;
}

.brand-2 {
  width: 15%;
}

.quick-links {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.link-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.ql {
  margin-left: 2%;
  margin-right: 2%;
}

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

.animate-up-div._100 {
  width: 100%;
}

.ip-header {
  background-color: var(--color-4);
  padding-top: 10%;
  padding-bottom: 0%;
  position: relative;
}

.link-list-100 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.breadcrumbs {
  align-items: center;
  display: flex;
}

.bc-txt {
  color: var(--color-8);
  margin-left: 10px;
  margin-right: 10px;
}

.ql-link {
  color: #fff;
}

.ql-link.no-hover {
  color: var(--color);
}

.section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.section._5050 {
  justify-content: space-between;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.flex {
  justify-content: space-between;
  display: flex;
}

.wrapper.flex.btm-marg {
  margin-bottom: 5%;
}

.photo-50 {
  object-fit: cover;
  width: 50%;
  overflow: hidden;
}

.ip-text-50 {
  background-color: #2638720d;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px;
  display: flex;
}

.text-48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.photo-48 {
  object-fit: cover;
  width: 48%;
  overflow: hidden;
}

.img-50-ip {
  z-index: 5;
  object-fit: cover;
  width: 50%;
  position: relative;
  overflow: hidden;
}

._50-top-ip {
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 40%;
  padding: 40px 40px 40px 50px;
  display: flex;
}

.flex-wrap-ip {
  z-index: 20;
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .hero {
    background-image: url('../images/mobile-hero.jpg');
    background-position: 50% 0;
    background-size: cover;
    height: 800px;
  }

  .background-video {
    display: none;
  }

  .hero-word-1, .hero-word-2, .hero-word-3 {
    font-size: 4em;
  }

  .bottom-buttons {
    margin-left: 5%;
    margin-right: 5%;
  }

  .bucket-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .8em;
  }

  .bucket-icon {
    width: 20px;
    margin-right: 10px;
  }

  .nav-menu {
    background-color: var(--color);
    height: auto;
    padding-right: 0;
  }

  .dropdown, .dropdown-toggle {
    display: block;
  }

  .icon {
    margin-right: 10px;
  }

  .nav-link-call {
    text-align: left;
    border-radius: 0;
    margin-left: 0;
  }

  .welcome-section {
    background-repeat: no-repeat;
    background-size: auto 700px;
    justify-content: flex-start;
    padding-bottom: 400px;
  }

  .flex-wrap {
    flex-flow: column;
  }

  .text-div-50 {
    width: 100%;
  }

  .button.blue {
    background-color: #26387200;
    margin-bottom: 10px;
  }

  .button.blue.btm {
    background-color: #26387200;
  }

  .doctor-section {
    background-attachment: scroll, scroll;
  }

  .doc-link {
    width: 48%;
  }

  .doc-overlay-div {
    display: none;
  }

  .call-out-service-section {
    padding-top: 2%;
    padding-bottom: 0%;
  }

  .call-out-service-section.rev {
    padding-bottom: 5%;
  }

  .call-out-service-section.rev._2 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .img-50 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 400px;
    display: flex;
  }

  .img-50.to-hide {
    display: none;
  }

  .right-column-50 {
    width: 100%;
  }

  ._50-top {
    padding: 20px 0 0;
  }

  ._50-bottom {
    justify-content: flex-start;
    margin-bottom: 0%;
    padding: 20px;
  }

  ._50-bottom.l {
    box-shadow: none;
  }

  ._50-bottom.marg {
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .lt-blue-back {
    display: none;
  }

  .lt-blue-back.dark {
    height: 10%;
    display: none;
  }

  .text-div-50-prem {
    width: 100%;
    padding-top: 0;
  }

  .video-and-buttons {
    width: 100%;
  }

  .counter-holder {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
    padding: 10px;
  }

  .heading {
    font-size: 3em;
  }

  .stat-description {
    text-align: center;
    margin-left: 0;
    font-size: 1.2em;
  }

  .slider {
    width: 75%;
    height: 500px;
  }

  .testimonial-header-text-div {
    max-width: 90%;
  }

  .location-div {
    width: 48%;
  }

  .footer-btm-div {
    flex-flow: column;
  }

  .brand-2 {
    width: 25%;
    margin-bottom: 20px;
  }

  .quick-links {
    width: 100%;
    margin-bottom: 20px;
  }

  .menu-button.w--open {
    background-color: var(--color-4);
  }

  .ip-header {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .section._5050, .wrapper.flex, .wrapper.flex.btm-marg {
    flex-flow: column;
  }

  .photo-50 {
    width: 100%;
  }

  .ip-text-50 {
    width: 100%;
    padding: 30px;
  }

  .text-48 {
    width: 100%;
    padding-top: 0;
  }

  .photo-48 {
    width: 100%;
  }

  .photo-48.hide {
    display: none;
  }

  .img-50-ip {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 400px;
    display: flex;
  }

  ._50-top-ip {
    padding: 20px 30px 0;
  }

  .flex-wrap-ip {
    flex-flow: column;
    width: 100%;
    padding-top: 10%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
  }

  .hero {
    height: 500px;
  }

  .hero-word-1, .hero-word-2, .hero-word-3 {
    font-size: 2.8em;
  }

  .bottom-buttons {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .bucket-link {
    width: 50%;
  }

  .bucket-link.mid {
    display: none;
  }

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

  .welcome-section {
    background-size: auto 500px;
    padding-bottom: 300px;
  }

  .doc-link {
    padding: 15px;
  }

  .heading {
    font-size: 2em;
  }

  .stat-description {
    font-size: 1em;
  }

  .slide-content-wrapper {
    padding: 20px;
  }

  .slider {
    width: 400px;
    height: 500px;
  }

  .footer-top-div {
    flex-flow: column;
  }

  .contact-div {
    width: 100%;
  }

  .search-div {
    width: 100%;
    margin-top: 20px;
  }

  .link-holder {
    flex-flow: wrap;
    justify-content: center;
  }

  .img-50-ip {
    max-height: 300px;
  }

  ._50-top-ip {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 1em;
  }

  .hero {
    height: 600px;
  }

  .hero-content-holder {
    text-align: center;
    flex-flow: column;
  }

  .hero-word-1, .hero-word-2 {
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 3em;
  }

  .hero-word-3 {
    font-size: 3em;
  }

  .bucket-link {
    width: 100%;
  }

  .bucket-link.hide {
    display: none;
  }

  .image {
    height: 60px;
  }

  .welcome-section {
    background-size: auto 400px;
    padding-bottom: 275px;
  }

  .button.marg {
    padding-right: 20px;
    font-size: .9em;
  }

  .purple-hint-div {
    display: none;
  }

  .awrard-div {
    padding-left: 15px;
    font-size: 1em;
  }

  .doc-link {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  ._50-bottom {
    padding: 15px;
  }

  ._50-bottom.marg {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .list-links {
    flex-flow: column;
  }

  .link-list-49 {
    width: 100%;
  }

  .counter-holder {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .counter-div {
    flex-flow: column;
    width: 100%;
  }

  .heading {
    font-size: 3em;
  }

  .stat-description {
    margin-left: 0;
    font-size: 1.2em;
  }

  .slider-right-arrow {
    right: -50px;
  }

  .slider-left-arrow {
    left: -50px;
  }

  .slider {
    width: 275px;
    height: 600px;
    line-height: 1.5em;
  }

  .testimonials {
    padding-bottom: 3%;
  }

  .location-div {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .locations {
    padding: 15px;
  }

  .footer-top-div {
    flex-flow: column;
  }

  .contact-div {
    width: 100%;
  }

  .search-div {
    width: 100%;
    margin-top: 15px;
  }

  .brand-2 {
    width: 80%;
  }

  .link-holder {
    flex-flow: wrap;
  }

  .link-list-100 {
    width: 100%;
  }

  ._50-top-ip {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}


