:root {
  --color-3: #002855;
  --color-4: #009cde;
  --color-5: #00685e;
  --color-2: #1a1a1a;
  --color: white;
  --color-7: #722257;
  --color-6: #2d2926;
}

.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;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--color-4);
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--color-5);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  color: var(--color-5);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
  font-size: 1em;
}

.hero {
  background-color: var(--color-2);
  border-radius: 20px;
  height: 80vh;
  margin-top: 135px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

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

.right-arrow {
  background-color: var(--color-4);
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-right: 1%;
  transform: scale(.5);
  box-shadow: 0 0 12px #00000069;
}

.right-arrow:hover {
  background-color: var(--color-3);
  box-shadow: none;
}

.left-arrow {
  background-color: var(--color-4);
  box-shadow: none;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-left: 1%;
  transition: all .2s ease-in-out;
  transform: scale(.5);
}

.left-arrow:hover {
  background-color: var(--color-3);
  box-shadow: 0 0 12px #00000069;
}

.slide-nav {
  margin-bottom: 3%;
  padding-left: 8%;
  display: flex;
}

.hero-slide {
  background-image: linear-gradient(268deg, #0000 1% 23%, #000000b0), url('../images/doctor-with-patient.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero-slide._2 {
  background-image: linear-gradient(268deg, #0000 1% 23%, #000000b0), url('../images/Chhaya-using-iTrace.jpg');
  background-position: 0 0, 100% 0;
}

.hero-slide._3 {
  background-image: linear-gradient(268deg, #0000 1% 23%, #000000b0), url('../images/twins3-v2.jpg');
  background-position: 0 0, 0 30%;
}

.hero-slide-div {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 45%;
  display: flex;
  position: absolute;
  inset: 15% 8%;
}

.hero-lg-headline {
  color: var(--color);
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2em;
}

.hero-sub {
  color: var(--color);
  margin-bottom: 30px;
  font-size: 1.5em;
  line-height: 1.2em;
}

.button {
  background-color: var(--color-3);
  background-image: url('../images/icons8-right-arrow.svg'), linear-gradient(180deg, #009cdeb0, var(--color-3));
  text-align: center;
  text-transform: uppercase;
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 20px, auto;
  border-radius: 50px;
  padding: 15px 40px 15px 30px;
  line-height: 1em;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-image: url('../images/icons8-right-arrow.svg');
  background-size: 20px;
}

.button.mini {
  background-size: 15px, auto;
  padding-left: 20px;
  padding-right: 30px;
  font-size: .8em;
  transition-property: none;
}

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

.button.mini.no-icon {
  background-image: linear-gradient(180deg, #009cdeb0, var(--color-3));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-right: 20px;
}

.button.mini.no-icon:hover {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.button.top-marg {
  margin-top: 10px;
}

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

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

.nav-top {
  background-color: #0028550d;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5px;
  display: flex;
}

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

.top-nav-link {
  color: var(--color-3);
  border-bottom: 3px #009cde00;
  align-items: center;
  padding: 0 15px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.top-nav-link:hover {
  color: var(--color-4);
  border-bottom-style: none;
  border-bottom-color: #009cde;
}

.top-nav-icon {
  width: 20px;
}

.top-link-txt {
  margin-left: 10px;
}

.dropdown {
  line-height: 1em;
}

.dropdown-toggle {
  color: var(--color-3);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  font-weight: 400;
}

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

.icon {
  margin-right: 5px;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  height: 95px;
  margin-right: 15px;
  display: flex;
}

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

.dropdown-list.w--open {
  background-color: var(--color);
  box-shadow: 0 13px 12px -5px #0003;
}

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

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

.dd-link {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.dd-link:hover {
  background-color: var(--color-3);
  color: #fff;
}

.dd-link-holder {
  flex-flow: column;
  display: flex;
}

.image {
  height: 65px;
}

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

.nav-bar-line {
  border-bottom: 1px solid var(--color-3);
  position: absolute;
  inset: auto 0% 0%;
}

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

.section.lt-blue {
  background-color: #0028551a;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
}

.section.lt-blue.top-marg {
  margin-top: 20px;
}

.section.less {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.wrap.flex.top-marg {
  margin-top: 5%;
}

.wrap.flex.top-marg._100 {
  width: 100%;
}

.wrap.flex.blog {
  margin-top: 30px;
}

.wrap.flex._100 {
  width: auto;
  margin-left: 20px;
  margin-right: 5%;
}

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

.wrap._w-bg {
  background-image: linear-gradient(312deg, var(--color), #ffffffc2 46%, #ffffff7d 66%, #ffffff42 91%, #fff0), url('../images/pattern.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 20px;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5%;
}

.wrap._w-bg.more-pad {
  padding-left: 8%;
  padding-right: 8%;
}

.wrap._w-bg.abs {
  position: absolute;
  inset: 0%;
}

.wrap._w-bg.callout-center {
  background-image: linear-gradient(to bottom, #002855d9, #002855d9), linear-gradient(312deg, var(--color), #ffffffc2 46%, #ffffff7d 66%, #ffffff42 91%, #fff0), url('../images/pattern.jpg');
  color: var(--color);
  text-align: center;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.wrap._100 {
  width: 100%;
}

.green-line {
  background-color: var(--color-5);
  border-radius: 50px;
  width: 250px;
  height: 5px;
  margin-top: 30px;
}

.green-line.less-top {
  margin-top: 0;
}

.img-cover-div {
  object-fit: cover;
  overflow: hidden;
}

.img-cover-div._40 {
  border-radius: 20px;
  width: 40%;
}

.img-cover-div.serv {
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.img-cover-div.round {
  border-radius: 10px;
  max-height: 500px;
  position: relative;
}

.img-cover-div._30 {
  border-radius: 10px;
  width: 30%;
}

.img-cover-div._30.l {
  width: 100%;
  max-height: 175px;
  margin-bottom: 10px;
}

.img-cover-div.doc {
  border: 3px #009cde;
  border-radius: 0%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 225px;
  min-height: 225px;
  margin-bottom: 10px;
  display: flex;
}

.img-cover-div.doc.mid {
  justify-content: flex-start;
  height: 225px;
  min-height: 0;
}

.img-cover-div.serv {
  z-index: 1;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.img-cover-div._48 {
  width: 48%;
}

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

.cover-img.zoom {
  width: 120%;
  min-width: 120%;
  max-width: none;
  height: 120%;
  min-height: 120%;
}

.txt-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.txt-div._55 {
  width: 55%;
}

.txt-div._55.blog {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 0;
  position: relative;
}

.txt-div._60 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 60%;
  padding-bottom: 50px;
}

.txt-div._48 {
  width: 48%;
}

.slide {
  height: 100%;
  margin-left: 0%;
  margin-right: 0%;
}

.top-txt-holder {
  width: 90%;
  margin-bottom: 50px;
  margin-left: 50px;
  padding-right: 0%;
}

.why-choose-items {
  background-color: var(--color);
  border-radius: 20px;
  justify-content: space-between;
  min-width: 150%;
  padding: 20px 0 20px 20px;
  display: flex;
}

.why-div {
  border-right: 1px none var(--color-7);
  background-color: #7222570d;
  border-radius: 10px;
  width: 19.25%;
  padding: 15px;
  line-height: 1.5em;
}

.why-div.end {
  border-right-style: none;
  border-radius: 15px;
  padding: 20px;
}

.icon-holder {
  background-color: var(--color-7);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.icon-holder.blue {
  border: 1px solid var(--color-4);
  background-color: var(--color-3);
}

.prple {
  color: var(--color-7);
}

.serv-txt {
  min-height: 40px;
}

.resource-holder {
  justify-content: space-between;
  width: 100%;
  min-height: 150px;
  margin-top: 50px;
  display: flex;
}

.resource-div {
  border-right: 1px none var(--color-7);
  color: var(--color-3);
  text-transform: uppercase;
  background-color: #00285526;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 23%;
  padding: 15px;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
  transition: none;
  display: flex;
}

.resource-div:hover {
  color: var(--color);
  background-color: #002855;
  transform: scale(1.05);
}

.blue {
  color: var(--color-3);
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-div {
  background-color: #009cde1a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.image-2 {
  max-width: 150px;
  margin-bottom: 20px;
}

.lg-p {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 500;
}

.image-3 {
  max-width: 50px;
  margin-bottom: 10px;
}

.review-buttons {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-link {
  background-color: var(--color);
  border-radius: 10px;
  justify-content: space-between;
  width: 49%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.blog-top-div {
  width: 100%;
}

.h3-no-kern {
  letter-spacing: 0;
}

.h3-dark {
  color: var(--color-7);
  margin-top: 0;
}

.blog-arrow-div {
  background-color: var(--color-3);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.address-div {
  background-color: #0028551a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  width: 24%;
  padding: 25px;
  display: flex;
}

.address-div.btm {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: flex-start;
}

.address-txt {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.address {
  max-width: none;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.address-container {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.button-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
}

.h3-no-top {
  margin-top: 0;
}

.text-field {
  background-color: #00285599;
  border: 0 solid #000;
  border-radius: 5px;
}

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

.radio-holder {
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 0;
  margin-left: 15px;
  display: flex;
}

.radio-button {
  margin-right: 10px;
}

.recaptcha {
  margin-bottom: 20px;
}

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

.brand-2 {
  max-width: 200px;
  margin-bottom: 20px;
}

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

.social-link {
  background-color: var(--color-3);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 8px;
  padding: 8px;
  display: flex;
}

.social-link:hover {
  opacity: .5;
}

.ql-holder {
  flex-flow: wrap;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.ql {
  color: var(--color-3);
  margin-bottom: 10px;
  margin-right: 15px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
}

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

.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 {
  margin-bottom: 20px;
  display: flex;
}

.search-input {
  background-color: #00285599;
  border: 1px #000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 40px;
  margin-bottom: 0;
}

.search-input:focus, .search-input::placeholder {
  color: var(--color);
}

.search-button {
  background-color: var(--color-4);
  background-image: url('../images/icons8-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 40px;
  height: 40px;
}

.link {
  color: var(--color-7);
  text-decoration: none;
}

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

.div-block {
  line-height: 1.5em;
}

.icon-full {
  width: 100%;
}

.team-wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  max-width: 1600px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-content-wrapper {
  color: #002855;
  text-align: center;
  background-color: #ffffff80;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 15%;
  height: auto;
  min-height: 235px;
  margin: 2% .5% 0%;
  padding: 10px 10px 0;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  display: flex;
}

.h5-doc {
  font-size: .8em;
  line-height: 1.2em;
}

.green-line-2 {
  background-color: #00685e;
  border-radius: 50px;
  width: 250px;
  height: 5px;
  margin-top: 30px;
}

.green-line-2.serv {
  width: 150px;
  margin-top: -5px;
  margin-bottom: 10px;
}

.pattern-bg-div {
  mix-blend-mode: color-burn;
  background-image: url('../images/pattern.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.serv-slide-wrap-2 {
  border-radius: 0;
  flex-flow: column;
  width: 23%;
  min-height: 300px;
  margin: 1%;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.h3-white-2 {
  color: #fff;
}

.h3-white-2.min {
  min-height: 50px;
}

.serv-wrap {
  flex-flow: wrap;
  align-items: flex-start;
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.serv-button-holder-2 {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #002855c4;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 0%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrap-2 {
  z-index: 1;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrap-2.center {
  z-index: 5;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.serv-text-div-2 {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#0000, #000000b8);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.ip-header {
  background-image: url('../images/pattern.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15% 5% 4%;
}

.breadcrumbs {
  align-items: center;
  padding: 10px 5%;
  display: flex;
}

.bc-link {
  color: var(--color-4);
  text-transform: uppercase;
  margin-right: 10px;
  line-height: 1.2em;
  text-decoration: none;
}

.bc-link:hover {
  color: var(--color-5);
}

.bc-link.current:hover {
  color: var(--color-4);
}

.bc-arrows {
  margin-right: 10px;
  line-height: 1.2em;
}

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

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

  .right-arrow, .left-arrow {
    display: none;
  }

  .slide-nav {
    padding-left: 5%;
  }

  .hero-slide {
    background-position: 0 0, 100% 0;
  }

  .hero-slide._3 {
    background-position: 0 0, 50%;
  }

  .hero-slide-div {
    width: auto;
    left: 5%;
    right: 5%;
  }

  .hero-lg-headline {
    font-size: 2.5em;
  }

  .button.hover-light.top-marg.mini {
    padding-left: 15px;
    font-size: .7em;
  }

  .button.hover-light.mini {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    font-size: .7em;
  }

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

  .nav-menu {
    background-color: var(--color);
    flex-flow: column;
    height: auto;
    margin-right: 0;
    padding-bottom: 10px;
    padding-right: 10px;
    display: block;
  }

  .wrap.flex.top-marg._100 {
    margin-left: 0;
  }

  .wrap.flex.top-marg._100.mob-h {
    flex-flow: row;
  }

  .wrap.flex.blog, .wrap.flex._100 {
    flex-flow: column;
  }

  .wrap._w-bg {
    background-image: linear-gradient(312deg, var(--color), #ffffffc2 46%, #ffffff7d 66%, #ffffff42 91%, #fff0), url('../images/pattern.jpg');
    background-attachment: scroll, scroll;
  }

  .wrap._w-bg.more-pad {
    background-image: linear-gradient(312deg, var(--color), #ffffffc2 46%, #ffffff7d 66%, #ffffff42 91%, #fff0), url('../images/pattern.jpg');
    background-attachment: scroll, scroll;
    padding: 5%;
  }

  .wrap._w-bg.abs {
    background-image: linear-gradient(312deg, var(--color), #ffffffc2 46%, #ffffff7d 66%, #ffffff42 91%, #fff0), url('../images/pattern.jpg');
    background-attachment: scroll, scroll;
  }

  .img-cover-div._40.m-100 {
    width: 100%;
  }

  .img-cover-div.doc {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
  }

  .img-cover-div.serv {
    background-color: var(--color-3);
    position: static;
  }

  .txt-div._60 {
    align-items: flex-start;
    width: 100%;
    padding: 20px 0 0;
  }

  .top-txt-holder {
    margin-left: 0;
  }

  .why-choose-items {
    flex-flow: wrap;
    justify-content: flex-start;
    min-width: 0;
    padding: 0;
  }

  .why-div {
    width: 31%;
    margin-bottom: 15px;
    margin-right: 15px;
  }

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

  .resource-div {
    width: 48%;
    margin-bottom: 4%;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .blog-link {
    width: 100%;
    margin-bottom: 20px;
  }

  .address-div {
    width: 48%;
    margin-bottom: 4%;
  }

  .address-container {
    flex-flow: wrap;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .team-wrap {
    margin-top: 0;
  }

  .slide-content-wrapper {
    width: 24%;
    min-height: 230px;
  }

  .serv-slide-wrap-2 {
    background-color: var(--color-3);
    justify-content: flex-start;
    width: 31%;
    min-height: 0;
  }

  .serv-wrap {
    z-index: 2;
    background-color: var(--color-3);
    justify-content: space-between;
    margin-top: 0;
    padding: 5px;
  }

  .serv-button-holder-2 {
    background-color: var(--color-3);
    padding: 10px 0;
    position: static;
  }

  .serv-text-div-2 {
    background-color: var(--color-3);
    background-image: none;
    padding: 20px 10px 10px;
    position: static;
  }

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

  .ip-header {
    padding-top: 22%;
  }
}

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

  .hero {
    height: 500px;
  }

  .hero-slide._3 {
    background-position: 0 0, 100% 100%;
  }

  .hero-slide-div {
    padding-right: 25%;
  }

  .hero-lg-headline {
    font-size: 2em;
  }

  .hero-sub {
    font-size: 1.2em;
  }

  .top-nav-link {
    padding-left: 0;
    padding-right: 10px;
  }

  .top-link-txt {
    display: none;
  }

  .image {
    height: 45px;
  }

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

  .wrap.flex, .wrap.flex.top-marg._100.mob-h {
    flex-flow: column;
  }

  .img-cover-div._40 {
    width: 100%;
  }

  .img-cover-div._40.max {
    max-height: 400px;
  }

  .img-cover-div.doc {
    height: 150px;
    min-height: 150px;
    max-height: 150px;
  }

  .img-cover-div._48 {
    width: 100%;
  }

  .txt-div._55 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .txt-div._48 {
    width: 100%;
  }

  .why-div {
    width: 30%;
  }

  .blog-link {
    flex-flow: column;
  }

  .slide-content-wrapper {
    width: 32%;
  }

  .serv-slide-wrap-2 {
    width: 48%;
  }

  .h3-white-2.min {
    min-height: 0;
  }

  .ip-header {
    padding-top: 25%;
  }
}

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

  h4 {
    letter-spacing: 3px;
  }

  .hero {
    margin-top: 115px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-slide._2 {
    background-image: linear-gradient(172deg, #0000 1% 23%, #0000004d 38%, #00000082 66%, #000000b0), url('../images/Chhaya-using-iTrace.jpg');
    background-position: 0 0, 100% 0;
    background-size: auto, cover;
  }

  .hero-slide._3 {
    background-image: linear-gradient(219deg, #0000 1% 23%, #0000004a 37%, #00000078 60%, #000000b0), url('../images/twins3-v2.jpg');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
  }

  .hero-slide-div {
    justify-content: flex-end;
    padding-right: 0%;
    top: 5%;
    bottom: 10%;
  }

  .hero-lg-headline {
    font-size: 1.6em;
  }

  .hero-sub {
    margin-bottom: 15px;
    font-size: 1em;
  }

  .button {
    text-align: left;
    padding-left: 20px;
    padding-right: 40px;
    font-size: .9em;
  }

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

  .section.less {
    overflow: hidden;
  }

  .wrap._w-bg, .wrap._w-bg.more-pad {
    padding: 0%;
  }

  .wrap._w-bg.callout-center {
    padding: 5%;
  }

  .img-cover-div.doc {
    height: 200px;
    min-height: 250px;
    max-height: 250px;
  }

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

  .resource-div {
    width: 100%;
  }

  .grid {
    margin-top: 0;
  }

  .blog-link {
    padding: 10px;
  }

  .address-div {
    width: 100%;
    padding: 10px;
  }

  .button-div.stack {
    flex-flow: column;
    align-items: stretch;
  }

  .slide-content-wrapper, .serv-slide-wrap-2 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .serv-wrap {
    padding: 10px;
  }

  .ip-header {
    padding-top: 40%;
  }

  .breadcrumbs {
    flex-flow: wrap;
  }

  .bc-link, .bc-arrows {
    margin-bottom: 10px;
  }

  .form {
    overflow: hidden;
  }
}


