body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img, abbr {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ul li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

legend {
  color: #000; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

img {
  max-width: 100%;
  height: auto; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 768px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

body {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #9ca5a9;
  background: url("/img/doctor-bg1.jpg") center 400px no-repeat, url("/img/woman-bg.jpg") 60% 1300px no-repeat; }
  @media screen and (max-width: 560px) {
    body {
      background: none; } }

.btn {
  box-sizing: border-box;
  height: 49px;
  border: 2px solid #3ae59f;
  background-color: #3ae59f;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  padding: 10px 30px 0 30px;
  font-family: Quicksand;
  font-weight: 500;
  text-transform: uppercase;
  color: white; }
  .btn:hover {
    border: 2px solid #3c93db;
    background-color: #3c93db;
    color: white; }

.btn-ghost {
  box-sizing: border-box;
  height: 49px;
  border: 2px solid #3ae59f;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  padding: 11px 30px 0 30px;
  font-family: Quicksand;
  font-weight: 500;
  text-transform: uppercase;
  color: #3ae59f; }
  .btn-ghost:hover {
    border: 2px solid #3c93db;
    color: #3c93db; }

a {
  text-decoration: none;
  color: #fff; }

h2 {
  font-weight: 600;
  font-family: Lato;
  font-size: 56px;
  color: #3c93db;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 960px) {
    h2 {
      font-size: 48px; } }
  @media screen and (max-width: 560px) {
    h2 {
      font-size: 36px; } }
  h2 p::first-letter {
    color: #3ae59f; }
  h2 .circle-small {
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background-color: #3ae59f;
    margin: 5px; }
    @media screen and (max-width: 560px) {
      h2 .circle-small {
        display: none; } }
  h2 .circle-middle {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: #3ae59f;
    margin: 5px; }
    @media screen and (max-width: 560px) {
      h2 .circle-middle {
        display: none; } }
  h2 .circle-big {
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background-color: #3ae59f;
    margin: 5px; }
    @media screen and (max-width: 560px) {
      h2 .circle-big {
        display: none; } }
    h2 .circle-big--single {
      width: 12px;
      height: 12px;
      border-radius: 100px;
      background-color: #3ae59f;
      margin-top: 10px;
      /* display: none; */
     }

.field {
  border-radius: 4px;
  border: 2px solid rgba(53, 199, 252, 0.3);
  padding: 10px;
  padding-left: 55px;
  font-weight: 500;
  font-size: 24px;
  color: #35c7fc;
  position: relative;
  box-sizing: border-box; }
  .field::placeholder {
    color: rgba(53, 199, 252, 0.3); }
  .field:focus {
    border: 2px solid #35c7fc;
    outline: none; }

/* Special Sltyles */
.inner_header_bg {
  display: none;
}

.treatments {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  .treatments h2 {
    margin-top: 70px;
    margin-bottom: 80px; }
  .treatments .row {
    margin-bottom: 100px; }
    .treatments .row .item {
      border-top: 2px solid #35c7fc;
      box-sizing: border-box;
      word-wrap: break-word;
      margin-left: 15px;
      margin-right: 15px;
      width: calc(33.33333% - 30px); }
      @media screen and (max-width: 768px) {
        .treatments .row .item {
          width: calc(100% - 30px); } }
      @media screen and (max-width: 560px) {
        .treatments .row .item {
          width: calc(100% - 30px); } }
      .treatments .row .item p {
        color: #0d3d49; }
      .treatments .row .item h3 {
        font-weight: 600;
        color: #0d3d49;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        margin-top: 40px; }
        .treatments .row .item h3 svg {
          fill: #3ae59f;
          width: 80px;
          height: 80px;
          margin-right: 30px; }
      .treatments .row .item .learn-more {
        margin-top: 20px;
        color: #3ae59f;
        border-bottom: 2px dashed #3ae59f;
        font-weight: 500;
        width: 100px;
        margin-bottom: 40px;
        display: inline-block; }
        .treatments .row .item .learn-more:hover {
          font-weight: 600;
          cursor: pointer; }
      .treatments .row .item .line {
        height: 2px;
        background-color: #35c7fc;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .treatments .row .item .line {
            display: none; } }
  .treatments .divider {
    margin-top: -20px;
    margin-bottom: 70px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 560px) {
      .treatments .divider {
        margin-top: -60px; } }
    .treatments .divider .circle-small {
      width: 6px;
      height: 6px;
      border-radius: 100px;
      background-color: #3ae59f;
      margin: 5px; }
    .treatments .divider .circle-middle {
      width: 10px;
      height: 10px;
      border-radius: 100px;
      background-color: #3ae59f;
      margin: 5px; }
    .treatments .divider .circle-big {
      width: 12px;
      height: 12px;
      border-radius: 100px;
      background-color: #3ae59f;
      margin: 5px; }
      .treatments .divider .circle-big--single {
        width: 12px;
        height: 12px;
        border-radius: 100px;
        background-color: #3ae59f;
        margin-top: 10px; }

.cta {
  background: linear-gradient(129deg, #32c3fc, #0f7fdb);
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 100px; }
  .cta:before {
    content: "";
    position: absolute;
    top: -30%;
    border-top: 260px solid rgba(255, 255, 255, 0.15);
    border-right: 200vw solid transparent;
    margin-left: 0px; }
    @media screen and (max-width: 960px) {
      .cta:before {
        top: -10%; } }
  .cta .row {
    align-items: center; }
    @media screen and (max-width: 768px) {
      .cta .row {
        justify-content: center;
        text-align: center; } }
    .cta .row p {
      color: white;
      line-height: 1.4;
      width: 65%;
      padding: 30px; }
      @media screen and (max-width: 1200px) {
        .cta .row p {
          width: 55%; } }
      @media screen and (max-width: 960px) {
        .cta .row p {
          width: 80%; } }
      @media screen and (max-width: 560px) {
        .cta .row p {
          width: 95%; } }
      .cta .row p span {
        font-weight: 500;
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 15px;
        display: inline-block; }
    .cta .row .btn-ghost {
      color: white;
      border-color: white;
      margin-left: 40px;
      cursor: pointer;
      z-index: 1; }
      @media screen and (max-width: 960px) {
        .cta .row .btn-ghost {
          margin-bottom: 30px; } }
      @media screen and (max-width: 768px) {
        .cta .row .btn-ghost {
          margin-left: 0;
          margin-bottom: 30px; } }
      .cta .row .btn-ghost:hover {
        color: #3c93db;
        background-color: #fff; }



