/**variables **/
.steps-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.steps-section {
  clear: both;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 7;
  text-align: center;
  background-color: #f7f7f7;
  padding-bottom: 1.6em; }
  .steps-section .page-title {
    padding: 1.38em 0 1.4em;
    margin: 0;
    line-height: 1.34;
    letter-spacing: 1px; }
  .steps-section:after {
    content: '';
    position: absolute;
    background-image: url(../../view/images/secondery-backround-bottom2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    bottom: -85px;
    right: 0;
    height: 85px;
    width: 100%; }
  @media (max-width: 450px) {
    .steps-section:after {
      height: 40px;
      bottom: -40px; } }

.steps {
  margin-top: .2em; }
  .steps img {
    max-width: 165px;
    display: inline-block; }
    @media (max-width: 450px) {
      .steps img {
        width: 140px; } }
    @media (max-width: 360px) {
      .steps img {
        width: 120px; } }
    @media (max-width: 320px) {
      .steps img {
        width: 100px; } }
  .steps h3 {
    font-weight: bold;
    font-size: 1.625em;
    margin-bottom: .2em; }
  .steps p {
    margin-bottom: 2.5em;
    font-size: 1.025em;
    line-height: 1.35; }
    @media (max-width: 500px) {
      .steps p > br {
        display: none; } }

.steps-section .steps:nth-child(1) {
  padding-right: 0;
  margin-right: 0; }

.steps-section .steps:nth-last-child(1) {
  padding-left: 0;
  margin-left: 0; }

.step-number-wrapper {
  position: relative;
  margin-bottom: 2.95em; }

.steps-number {
  font-weight: 600;
  font-family: "poppins", sans-serif;
  color: #1a1a1a;
  font-size: 3.7em;
  margin: 0;
  padding-right: .1em;
  text-align: center;
  letter-spacing: -4px; }

@media only screen and (max-width: 1000px) {
  .steps {
    font-size: 1.5em; }
    .steps h2 {
      font-size: 3em; }
  h3 {
    font-size: 1.5em; }
  .steps-section span {
    margin: 0.8em 0; } }

#bottom-section img {
  right: 50%;
  position: absolute;
  width: 23px;
  bottom: -28px;
  transform: translate(40%, 55%);
  z-index: 100; }
  @media (max-width: 450px) {
    #bottom-section img {
      width: 17px;
      bottom: -13px; } }

@media only screen and (max-width: 700px) {
  .steps h2 {
    font-size: 4em; } }
  @media only screen and (max-width: 700px) and (max-width: 450px) {
    .steps h2 {
      font-size: 3.5em; } }
  @media only screen and (max-width: 700px) and (max-width: 360px) {
    .steps h2 {
      font-size: 3.2em; } }
  @media only screen and (max-width: 700px) and (max-width: 320px) {
    .steps h2 {
      font-size: 3em; } }

@media only screen and (max-width: 485px) {
  .steps-section p {
    padding: 0 1em; }
  .steps-section .page-title {
    padding: 1em 0.4em 0; }
  #steps-number {
    margin-top: 0; }
    #steps-number p {
      padding: 0.5em; }
  .small-screen-br {
    display: none; } }

@media (min-width: 794px) and (max-width: 1000px) {
  #main_banner {
    height: 60em; } }

@media (min-width: 320px) and (max-width: 793px) {
  #main_banner {
    height: 47em; } }

.success form.form-site .thanks {
  top: auto;
  bottom: 5px; }

.line-break {
  display: block; }

.form1 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 4em;
  padding-bottom: 8em; }
  .form1 .page-title {
    margin-top: 1.167em;
    text-align: center;
    margin-bottom: .5em;
    letter-spacing: 1.1px; }
  .form1 span {
    font-weight: normal; }
  .form1 form {
    max-width: 920px;
    margin: 0 auto;
    position: relative;
    padding: 0; }
    .form1 form .phone-prefix {
      width: 6em;
      float: left; }
    .form1 form select,
    .form1 form input {
      border-radius: 10px;
      margin-left: 0.6em;
      margin-top: 0.7em;
      width: 100%;
      height: 2.778em;
      border: 1px solid rgba(0, 113, 183, 0.5);
      padding: 0 1.2em 0 .3em;
      font-size: 1.125em;
      text-align: right;
      font-weight: normal; }
    .form1 form input[name="phone_number"] {
      width: 18.1em; }
    .form1 form input:hover {
      border: 1px solid #d8e6ef;
      background-color: #fbf8f8; }
    .form1 form input:focus {
      background-color: #fbf8f8; }
    .form1 form .inputs.error > input {
      border-color: #f14b52; }

.form1 span.red-bubble {
  font-weight: 700; }

.form1 input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1a1a1a; }

.form1 input::-moz-placeholder {
  /* Firefox 19+ */
  color: #1a1a1a; }

.form1 input:-ms-input-placeholder {
  /* IE 10+ */
  color: #1a1a1a; }

.form1 input:-moz-placeholder {
  /* Firefox 18- */
  color: #1a1a1a; }

#form_1_submit {
  position: relative;
  top: -.15em;
  height: 2.6em;
  font-size: 1.16em;
  width: 10.8em;
  padding: 0;
  margin-left: 0.6em;
  margin-top: 0.7em; }

.red-bubble {
  color: #ffffff;
  height: 1.25em;
  width: auto;
  padding: 0 0.3em;
  line-height: 1.3;
  background: #ed1c24;
  border-radius: 20px;
  position: relative;
  display: inline-block; }

a.red-bubble:hover, a.red-bubble:active, a.red-bubble:focus {
  background-color: #f14b52;
  color: white;
  text-decoration: none; }
  a.red-bubble:hover::before, a.red-bubble:active::before, a.red-bubble:focus::before {
    background-color: #f14b52; }

.red-bubble:before {
  content: "";
  position: absolute;
  height: 1em;
  width: 1em;
  background: #ED1C25;
  bottom: -4%;
  right: -1px;
  z-index: -1;
  border-radius: 0 0 100% 0;
  transform: rotate(85deg); }

.red-bubble:after {
  content: "";
  position: absolute;
  height: 40px;
  width: 21px;
  z-index: -1;
  background: white;
  bottom: 7%;
  right: -14px;
  border-radius: 50%;
  transform: rotate(-5deg); }

#form1-disclaimer {
  float: left;
  color: #0072b9;
  margin: .6em 1.75em; }

@media only screen and (max-width: 1000px) {
  form input {
    margin: 0 0 20px 0; }
  #form_1_submit {
    width: 13.5em;
    height: 3.5em;
    display: block;
    margin: 0 auto; }
  .form1 form {
    max-width: 600px; }
  #form1-disclaimer {
    float: none;
    text-align: center;
    font-size: 1.4em; } }

.doctors-section {
  background-image: url(../../view/images/doctors.jpg);
  background-size: cover;
  height: 46.75em;
  clear: both;
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center 27%;
  text-align: center;
  padding: 5px; }
  .doctors-section .wrap-title {
    max-width: 1280px;
    margin: 0 auto; }
  .doctors-section h2 {
    position: relative;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.263;
    font-size: 2.375em;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.11);
    margin: 0;
    top: .82em; }
    @media only screen and (max-width: 1000px) {
      .doctors-section h2 {
        margin: 2em auto;
        padding: 0 2em; } }
  .doctors-section:after {
    content: '';
    background-image: url(../../view/images/doctors-cover.png);
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    height: 81px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

.swiper-container-doctors {
  box-shadow: none;
  top: 45.5%;
  position: relative; }

@media only screen and (max-width: 1000px) {
  .doctors-section .swiper-container-doctors {
    top: 0; } }

.doctors-box {
  position: relative;
  background-color: white;
  opacity: 0.949;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  border-radius: 28px;
  padding: 6px;
  min-height: 207px;
  height: 215px;
  font-weight: bold;
  width: 22%;
  float: right;
  overflow: auto;
  transition: bottom 0.5s, opacity 0.5s, background 0.5s, box-shadow 0.5s; }
  @media only screen and (min-width: 1000px) {
    .doctors-box {
      margin: 0 0 0 3.6%; } }
  @media only screen and (max-width: 1110px) {
    .doctors-box {
      min-height: 176px;
      height: 176px; } }
  @media only screen and (max-width: 1000px) {
    .doctors-box {
      height: 22em; } }
  .doctors-box h3 {
    font-weight: 800;
    font-size: 1.625em;
    line-height: 1.208;
    color: #1a1a1a;
    margin: .47em 0 0 0; }
  .doctors-box p {
    padding: .5em .4em 0 .4em;
    line-height: 1.333;
    font-size: 1em;
    font-weight: 500;
    text-shadow: 0px 8px 16px rgba(0, 0, 0, 0.09); }
  .doctors-box:last-of-type {
    margin: 0; }

@media only screen and (max-width: 1000px) {
  .doctors-section {
    height: 80em;
    padding: 0;
    overflow: hidden;
    background-image: url(../../view/images/BG_Docotors.jpg); }
    .doctors-section img {
      width: 100%;
      position: absolute;
      bottom: 2px; }
    .doctors-section h2 {
      margin: 2em 0; }
  .line-break-mobile {
    display: block; }
  .line-break {
    display: inline; }
  .hide-slide {
    display: none; }
  .show-slide {
    display: block;
    margin: 0 auto; }
  .swiper-wrapper {
    margin: 0 auto;
    width: 100%; }
  .doctors-box {
    padding: 2%;
    top: 0; }
    .doctors-box p {
      padding: 0;
      font-size: 1.5em; }
    .doctors-box h3 {
      font-size: 2.5em; }
  .swiper-pagination {
    bottom: -5em;
    left: 50%;
    transform: translate(-50%, 0); }
    .swiper-pagination .big-bullet {
      padding: 7px;
      background-color: #0072b9; }
  #main_banner .swiper-pagination.home-banner {
    right: 50%;
    top: 90%; } }
  @media only screen and (max-width: 1000px) and (max-width: 793px) {
    #main_banner .swiper-pagination.home-banner {
      top: 90%; } }
  @media only screen and (max-width: 1000px) and (max-width: 378px) {
    #main_banner .swiper-pagination.home-banner {
      top: 90%; } }
  @media only screen and (max-width: 1000px) and (max-width: 372px) {
    #main_banner .swiper-pagination.home-banner {
      top: 90%; } }

@media only screen and (max-width: 1000px) {
  .story-section p {
    font-size: 1.2em; }
  .story-section .full-story {
    font-size: 1.2em; } }

@media only screen and (max-width: 800px) {
  .doctors-section {
    height: 70em; } }

@media only screen and (max-width: 700px) {
  body {
    font-size: 10px; }
  .doctors-section {
    height: 75em; }
    .doctors-section h2 {
      margin: 2em 0;
      padding: 2%; }
  .form1 form select,
  .form1 form input {
    height: 3em;
    margin-bottom: 0em;
    border-radius: 5px;
    margin-top: 0px; }
  /*  STORY SECTION */
  .story-section .box {
    width: 70%; }
  .story-section p {
    font-size: 1.6em; }
  .story-section .full-story {
    font-size: 1.6em; } }

@media only screen and (max-width: 580px) {
  .doctors-section {
    height: 70em; } }

@media only screen and (max-width: 480px) {
  .doctors-box {
    height: 16em;
    min-height: 16em; }
    .doctors-box P {
      font-size: 1.3em; }
    .doctors-box h3 {
      font-size: 2em; }
  .doctors-section {
    height: 65em; }
    .doctors-section span {
      font-size: 0.8em; }
  .swiper-pagination {
    font-size: 1px;
    top: 72%; } }

@media only screen and (max-width: 400px) {
  .doctors-section {
    height: 60em; } }

.link-section {
  font-weight: bold;
  position: relative;
  z-index: 6;
  /*
  nav.top-menu > ul > li:hover:before,
  nav.top-menu > ul > li:focus:before{
    content: '\f056';
    font-family: 'FontAwesome';
    color: white;
    top: .85em;
  }
  nav.top-menu > ul > li:before,
  nav.top-menu > ul > li:after{
    background-color: transparent;
    background-color: transparent;
    position: absolute;
    font-size: 2em;
  }*/ }
  .link-section .wrapper {
    max-width: 1460px; }
    @media (max-width: 1000px) {
      .link-section .wrapper {
        width: 100%;
        padding-left: 0px; } }
    .link-section .wrapper > ul {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-bottom: 2.8em;
      overflow: hidden; }
      @media (max-width: 1000px) {
        .link-section .wrapper > ul {
          border-top: 1px solid #0072b9; } }
      .link-section .wrapper > ul > li {
        float: right;
        width: 25%;
        position: relative;
        font-size: 1.2em;
        padding-right: 5%; }
        .link-section .wrapper > ul > li:first-child {
          padding-right: 0; }
        @media (max-width: 1000px) {
          .link-section .wrapper > ul > li {
            float: none;
            width: 100%; } }
        .link-section .wrapper > ul > li > ul {
          display: block;
          list-style: none;
          padding-right: 0;
          padding-top: 2.3em; }
          @media (max-width: 1000px) {
            .link-section .wrapper > ul > li > ul {
              display: none;
              padding-top: 0; } }
          .link-section .wrapper > ul > li > ul > li {
            font-size: 1em;
            font-weight: 500;
            line-height: 1.57em;
            color: #1a1a1a;
            list-style: none;
            padding-right: 1.4em;
            position: relative; }
            @media (max-width: 1000px) {
              .link-section .wrapper > ul > li > ul > li {
                border-bottom: 1px solid #91c2e1;
                padding-right: 5.5em; } }
            .link-section .wrapper > ul > li > ul > li a:before {
              content: '\f104';
              position: absolute;
              right: 0;
              font-family: 'FontAwesome';
              color: #0071b7;
              font-weight: bold; }
              @media (max-width: 1000px) {
                .link-section .wrapper > ul > li > ul > li a:before {
                  right: 4em; } }
            @media (max-width: 1000px) {
              .link-section .wrapper > ul > li > ul > li a {
                line-height: 3; } }
          .link-section .wrapper > ul > li > ul a {
            font-size: .9375em; }
          .link-section .wrapper > ul > li > ul a:link {
            color: #1a1a1a; }
          .link-section .wrapper > ul > li > ul a:visited {
            color: #1a1a1a; }
          .link-section .wrapper > ul > li > ul a:hover {
            color: #0072b9;
            text-decoration: none; }
          .link-section .wrapper > ul > li > ul a:active {
            color: #0072b9; }
          .link-section .wrapper > ul > li > ul i {
            color: #0071b7;
            font-weight: bold; }
    .link-section .wrapper .page-title {
      color: #0072b9;
      margin-top: .65em;
      letter-spacing: 1px;
      margin-bottom: .1em; }
      @media (max-width: 1000px) {
        .link-section .wrapper .page-title {
          margin-bottom: 1em;
          width: 80%;
          margin: 0 auto; } }
  @media (max-width: 1000px) {
    .link-section .wrap-column:first-child {
      border-top: 1px solid darkblue; }
    .link-section .wrap-column:last-child {
      margin-bottom: 100px; }
    .link-section .links-btn {
      position: absolute; }
    .link-section .links-btn:before {
      content: '\f055';
      position: relative;
      font-family: 'FontAwesome';
      top: -0.7em;
      line-height: 3em;
      font-size: 2em;
      right: 18px;
      transform: translate(-50%, -50%);
      color: #0072b9; }
    .link-section .links-btn.mobileOpened:before {
      content: '\f056';
      font-family: 'FontAwesome';
      color: white;
      z-index: 33; }
    .link-section .mobileOpened + h3 {
      background-color: #0072b9;
      color: white; } }
  .link-section h3 {
    position: absolute;
    color: #ed1c24;
    font-weight: bold;
    font-size: 1em;
    top: 0;
    margin-top: .95em;
    pointer-events: none; }
    @media (max-width: 1000px) {
      .link-section h3 {
        position: relative;
        color: #0072b9;
        font-size: 1.3em;
        pointer-events: auto;
        padding-right: 4em;
        margin: 0;
        border-bottom: 1px solid rgba(0, 114, 185, 0.17);
        line-height: 3em; } }
  .link-section:after {
    content: '';
    position: absolute;
    background-image: url(../../view/images/secondery-backround-bottom-white.png);
    background-position: center center;
    bottom: -75px;
    right: 0;
    width: 100%;
    height: 80px; }
    @media (max-width: 1000px) {
      .link-section:after {
        bottom: -35px;
        right: 0;
        width: 100%;
        height: 42px;
        background-size: cover;
        background-repeat: no-repeat; } }

.link-section .wrapper ul li:last-child ul li:last-child {
  border-bottom: none; }

@media (max-width: 1000px) {
  .link-section .wrapper ul li:nth-last-child(2) ul li:last-child {
    border-bottom: 1px solid #0072b9; }
  .link-section .wrap-info div > ul {
    margin-bottom: 0;
    margin-right: 40px; }
  .link-section .wrap-info:last-child ul:last-child {
    margin-bottom: 20px; }
  .wrap-info .title + div > ul li:first-child {
    margin-top: 10px; } }

#list_info {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px; }

#bottom-section-white img {
  position: absolute;
  width: 23px;
  right: 50%;
  bottom: 0;
  z-index: 100;
  transform: translate(30%, 50%); }
  @media (max-width: 1000px) {
    #bottom-section-white img {
      width: 14px; } }

.link-section .wrapper {
  overflow: hidden; }
  @media (max-width: 1000px) {
    .link-section .wrapper {
      padding-bottom: 0px; } }

.wrap-info {
  padding-top: 2.4em;
  position: relative;
  font-size: 1.2em;
  width: 20%;
  float: right;
  margin-left: 6.6%;
  margin-bottom: 1.9em; }
  @media only screen and (max-width: 1000px) {
    .wrap-info {
      width: 100%;
      margin-bottom: 0;
      padding-top: 0; }
    .wrap-info li {
      margin-bottom: 15px;
      font-size: 1.3em; } }
  .wrap-info a {
    color: #333;
    text-decoration: none;
    position: relative; }
    .wrap-info a:before {
      content: "\f104";
      font-family: "FontAwesome";
      color: #0072b9;
      position: absolute;
      right: -15px; }
    .wrap-info a:hover {
      color: #0072b9; }
  .wrap-info ul {
    padding-right: 1.1em;
    line-height: 1.6em; }

.wrap-column:last-of-type .wrap-info {
  margin-left: 0; }

.wrap-info li {
  text-decoration: none;
  list-style-type: none; }

.box {
  width: 100%;
  max-width: 460px;
  position: relative;
  display: block;
  margin: 0 auto 1.3em;
  border-radius: 25px;
  background-color: #f8f8f9;
  box-shadow: 0 2px 1px #888888; }
  .box .article-text-box {
    height: 221px;
    position: relative; }
    @media (max-width: 640px) {
      .box .article-text-box {
        height: 14em; } }
    .box .article-text-box .article-text {
      height: 10em;
      overflow: hidden; }
      @media (max-width: 480px) {
        .box .article-text-box .article-text {
          overflow: hidden; } }

#bottom-section-white2 {
  padding-top: 3.4em; }

.box-image {
  position: relative;
  background-size: cover;
  border-radius: 2% 2% 0 0;
  padding-top: 70.5%; }
  .box-image > img {
    position: absolute;
    opacity: 0;
    pointer-events: none; }

.story-section {
  z-index: 6;
  position: relative; }
  .story-section .wrapper {
    overflow: hidden;
    margin-bottom: 1.75em; }
  .story-section .col-lg-3 {
    padding: 0 0 0 1%; }
  .story-section .page-title {
    color: #0072b9;
    margin-top: 1.8em;
    line-height: 1.35;
    margin-bottom: 1.5em; }
  .story-section p {
    font-weight: bold;
    color: #1a1a1a;
    padding: 1em 1.6em 1em 1em;
    line-height: 170%;
    font-size: 1.12em;
    padding-bottom: 0; }
    @media (max-width: 640px) {
      .story-section p {
        padding-bottom: 3em; } }
  .story-section span {
    color: #0072b9; }
  .story-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 88px;
    bottom: -88px;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../view/images/secondery-backround-bottom-white.png); }
    @media only screen and (max-width: 1000px) {
      .story-section:after {
        height: 56px;
        bottom: -53px;
        background-size: cover; } }

.full-story {
  position: absolute;
  font-weight: bold;
  color: #0072b9;
  font-size: 1.2em;
  bottom: 1em;
  right: 1.3em;
  display: inline; }

.more-storys {
  display: block;
  margin: 0 auto;
  font-family: "Heebo", sans-serif;
  clear: both;
  font-size: 1.125em;
  line-height: 2.7;
  width: 13em;
  height: 2.6em;
  font-weight: 500; }
  @media only screen and (max-width: 1000px) {
    .more-storys {
      max-width: 75%;
      width: 75%;
      font-size: 1.4em; } }

@media only screen and (max-width: 1199px) {
  .story-section p {
    font-size: 1.3em; }
  .story-section .full-story {
    font-size: 1.3em; } }

@media only screen and (max-width: 1000px) {
  .story-section p {
    font-size: 1.5em; }
  .story-section .full-story {
    font-size: 1.5em; } }

@media only screen and (max-width: 700px) {
  .story-section .box {
    width: 80%; }
  .story-section p {
    font-size: 1.6em; }
  .story-section .full-story {
    font-size: 1.6em; } }

@media only screen and (max-width: 480px) {
  .story-section p {
    font-size: 1.4em; }
  .story-section .full-story {
    font-size: 1.4em; } }

@media only screen and (max-width: 1000px) {
  #hp_form .error:before {
    display: none; }
  #hp_form input[name="phone"] {
    width: 100%;
    display: inline; }
  #hp_form #phone_prefix {
    margin-top: 0px !important;
    margin-left: 0px !important;
    width: 8em; }
  form input {
    width: 40em;
    height: 4em;
    display: block;
    margin: 20px auto; }
  .form1 form.row {
    width: 75%;
    margin: 0 auto; }
    .form1 form.row input {
      width: 100%; } }

/*# sourceMappingURL=maps/home.css.map */
