@import url("https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap");

/*! CSS Used from: http://websmirno.site/medin/html/medlab-html/icons/style.css */
[class^="icon-"] {
  font-family: "Poppins", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right-arrow:before {
  content: "\e921";
}

/*! CSS Used from: http://websmirno.site/medin/html/medlab-html/css/style.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* .micro {
  font-family: 'SwitzerlandCondensed';
  font-family: fantasy;
  font-weight: 100 !important;
} */

h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #787878;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #3368c6;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

a {
  touch-action: manipulation;
}

h2 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #444;
}

h2 {
  font-size: 36px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-6,
.col-xl-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1230px) {
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 19px;
  border-radius: 2px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn:disabled {
  opacity: 0.65;
}

.btn:not([disabled]):not(.disabled):active {
  background-image: none;
}

.mt-3 {
  margin-top: 30px !important;
}

@media (min-width: 1024px) {
  .mt-lg-4 {
    margin-top: 40px !important;
  }
}

@media (min-width: 1230px) {
  .pr-xl-7 {
    padding-right: 70px !important;
  }
}

*:focus {
  outline: 0 !important;
}

.btn {
  cursor: pointer;
}

.theme-color {
  color: #3368c6;
}

p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 27px;
}

@media (max-width: 1229px) {
  p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 21px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

h2 {
  color: #444;
}

h2 {
  font-family: "Poppins", serif;
  line-height: 1.22em;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

.h-sub {
  position: relative;
  z-index: 1;
  margin-bottom: 17px;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 500;
  font-family: "Poppins", serif;
  letter-spacing: 1px;
}

@media (max-width: 1023px) {
  .h-sub {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .h-sub {
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
  }
}

.btn:not([disabled]):not(.disabled):active {
  background-image: 0;
}

.btn,
body:not(.touch) .btn:focus {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-shadow: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Poppins", serif;
  padding: 15px 25px;
  color: #3368c6;
  border: 2px solid #3368c6;
  border-radius: 26px;
  background: transparent;
  text-transform: none;
  letter-spacing: 0.05em;
  transition: 0.3s;
}

@media (max-width: 1229px) {

  .btn,
  body:not(.touch) .btn:focus {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 25px;
    border-radius: 25px;
  }
}

@media (max-width: 1023px) {

  .btn,
  body:not(.touch) .btn:focus {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 23px;
    border-radius: 21px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {

  .btn,
  body:not(.touch) .btn:focus {
    font-size: 12px;
    line-height: 16px;
    padding: 9px 22px;
    border-radius: 18px;
    border-width: 1px;
    box-shadow: inset 0 0 0 1px #3368c6;
  }
}

.btn [class*="icon"],
body:not(.touch) .btn:focus [class*="icon"] {
  position: relative;
  display: inline-block;
  top: 0;
  font-size: 14px;
  transition: 0.3s;
}

@media (max-width: 767px) {

  .btn [class*="icon"],
  body:not(.touch) .btn:focus [class*="icon"] {
    top: 1px;
  }
}

@media (max-width: 575px) {

  .btn [class*="icon"],
  body:not(.touch) .btn:focus [class*="icon"] {
    top: 1px;
  }
}

.btn .icon-right-arrow,
body:not(.touch) .btn:focus .icon-right-arrow {
  font-size: 12px;
}

.btn:not(.btn-noanimate) [class*="icon"]:first-child,
body:not(.touch) .btn:focus:not(.btn-noanimate) [class*="icon"]:first-child {
  transform: translateX(-55px);
  opacity: 0;
  width: 0;
}

.btn:not(.btn-noanimate) [class*="icon"]:last-child,
body:not(.touch) .btn:focus:not(.btn-noanimate) [class*="icon"]:last-child {
  padding-left: 10px;
}

@media (max-width: 1229px) {

  .btn:not(.btn-noanimate) [class*="icon"]:last-child,
  body:not(.touch) .btn:focus:not(.btn-noanimate) [class*="icon"]:last-child {
    padding-left: 0.6em;
  }
}

body:not(.touch) .btn:not(.btn-noanimate):hover [class*="icon"]:first-child {
  width: auto;
  padding-right: 10px;
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 1229px) {
  body:not(.touch) .btn:not(.btn-noanimate):hover [class*="icon"]:first-child {
    padding-right: 0.6em;
  }
}

body:not(.touch) .btn:not(.btn-noanimate):hover [class*="icon"]:last-child {
  width: 0;
  padding-left: 0;
  transform: translateX(55px);
  opacity: 0;
}

ul.marker-list-md {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 1023px) {
  ul.marker-list-md {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  ul.marker-list-md {
    font-size: 14px;
    line-height: 22px;
  }
}

ul.marker-list-md li {
  position: relative;
  padding-left: 34px;
}

ul.marker-list-md li:before {
  content: "\25CF";
  font-size: 16px;
  position: absolute;
  left: 10px;
  top: -1px;
  color: #3368c6;
}

ul.marker-list-md li:not(:last-child) {
  margin-bottom: 14px;
}

@media (max-width: 1023px) {
  ul.marker-list-md li:not(:last-child) {
    margin-bottom: 7px;
  }
}

ul.marker-list-md {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 1023px) {
  ul.marker-list-md {
    font-size: 14px;
    line-height: 18px;
  }
}

ul.marker-list-md li {
  position: relative;
  padding-left: 24px;
}

ul.marker-list-md li:before {
  content: "\e906";
  font-size: 10px;
  font-family: "dentco";
  position: absolute;
  left: 0;
  top: 1px;
  color: #3368c6;
}

ul.marker-list-md li:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 1023px) {
  ul.marker-list-md li:not(:last-child) {
    margin-bottom: 9px;
  }
}

.bg-norepeat {
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-right {
  background-position-x: right;
}

.bg-bottom {
  background-position-y: bottom;
}

@media (max-width: 1229px) {
  .bg-md-none {
    background: none !important;
  }
}

.container {
  margin: 0px auto;
}

.page-content .section {
  position: relative;
  margin-top: 110px;
}

.page-content .section-top-padding {
  padding-top: 110px;
  margin-top: 0;
}

.page-content .section-bottom-padding {
  /* padding-bottom: 110px; */
}

@media (max-width: 1229px) {
  .page-content .section {
    margin-top: 80px;
  }

  .page-content .section-bottom-padding {
    padding-bottom: 80px;
  }

  .page-content .section-top-padding {
    padding-top: 80px;
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .page-content .section {
    margin-top: 70px;
  }

  .page-content .section-bottom-padding {
    padding-bottom: 70px;
  }

  .page-content .section-top-padding {
    padding-top: 70px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .page-content .section {
    margin-top: 40px;
  }

  .page-content .section-bottom-padding {
    padding-bottom: 0;
  }

  .page-content .section-top-padding {
    padding-top: 0;
    margin-top: 40px;
  }
}

.department-tabs2 {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -15px 0;
}

.department-tabs2>* {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 calc(50% - 30px);
  min-width: calc(50% - 30px);
  margin: 15px;
  background-color: #ffffff;
}

@media (max-width: 1023px) {
  .department-tabs2 {
    margin: -10px -10px 0;
  }

  .department-tabs2>* {
    flex: 0 0 calc(50% - 20px);
    min-width: calc(50% - 20px);
    margin: 10px;
  }
}

.department-tab2 {
  padding: 41px 30px;
  transition: 0.2s;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}

.department-tab2:hover {
  background-color: #3368c6;
  color: #ffffff;
  box-shadow: none;
}

.department-tab2:hover .department-tab2-number,
.department-tab2:hover .department-tab2-text {
  color: #ffffff;
}

.department-tab2:hover .department-tab2-decor {
  background-color: #ffffff;
}

@media (max-width: 1023px) {
  .department-tab2 {
    padding: 25px 5px 25px 15px;
  }
}

@media (max-width: 575px) {
  .department-tab2 {
    padding: 18px 5px 18px 12px;
  }
}

.department-tabs2-bg {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .department-tabs2-bg img {
    max-width: 65vw;
  }
}

@media (max-width: 767px) {
  .department-tabs2-bg img {
    max-width: 120vw;
  }
}

.department-tab2-number {
  font-size: 90px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Poppins", serif;
  color: #3368c6;
}

@media (max-width: 1023px) {
  .department-tab2-number {
    font-size: 62px;
  }
}

@media (max-width: 575px) {
  .department-tab2-number {
    font-size: 50px;
  }
}

.department-tab2-text {
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Poppins", serif;
  color: #444;
}

@media (max-width: 1023px) {
  .department-tab2-text {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .department-tab2-text {
    font-size: 12px;
    font-weight: 500;
  }
}

.department-tab2-text:not(:first-child) {
  margin-top: 10px;
}

.department-tab2-decor {
  width: 33px;
  height: 3px;
  background-color: #3368c6;
}

.department-tab2-decor:not(:first-child) {
  margin-top: 15px;
}

@media (max-width: 1023px) {
  .department-tab2-decor {
    width: 22px;
    height: 2px;
  }

  .department-tab2-decor:not(:first-child) {
    margin-top: 12px;
  }
}

@media (max-width: 575px) {
  .department-tab2-decor {
    width: 19px;
    height: 2px;
  }

  .department-tab2-decor:not(:first-child) {
    margin-top: 8px;
  }
}

@media (max-width: 1023px) {
  .department-carousel2 {
    margin: 45px 0;
  }
}

@media (max-width: 767px) {
  .department-carousel2 {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
  }

  .department-carousel2 .department-item {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
}

.department-carousel2 .department-item {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}

.department-carousel2 .department-item h2 {
  line-height: 1.22em;
  /* margin-bottom: 30px; */
}

.department-carousel2 {
  overflow: hidden;
}

.department-carousel2 .department-item {
  background-color: transparent;
  transition: none;
}

@media (max-width: 1023px) {
  .department-carousel2 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .department-carousel2 {
    margin-top: 40px;
    text-align: left;
  }

  .department-carousel2 .department-item {
    padding: 0;
  }
}

.layout-medlab ul.marker-list-md {
  color: #444;
}

@media (max-width: 1229px) {
  .layout-medlab ul.marker-list-md {
    font-size: 14px;
    line-height: 22px;
  }
}

.layout-medlab .btn,
.layout-medlab:not(.touch) .btn:focus {
  font-weight: 500;
  color: #fff;
  background: #3368c6;
  border: 1px solid transparent;
  box-shadow: none !important;
}

@media (min-width: 1024px) {

  .layout-medlab .btn:not(.btn-xs):not(.btn-sm):not(.btn-lg),
  .layout-medlab:not(.touch) .btn:focus:not(.btn-xs):not(.btn-sm):not(.btn-lg) {
    font-size: 14px;
    line-height: 22px;
    padding: 15px 30px;
  }
}

.layout-medlab .btn .icon-right-arrow,
.layout-medlab:not(.touch) .btn:focus .icon-right-arrow {
  font-size: 10px;
}

.layout-medlab .btn:hover,
.layout-medlab:not(.touch) .btn:focus:hover {
  background: #5885d4;
  color: #fff;
  border: 1px solid transparent;
}

/*! CSS Used from: http://websmirno.site/medin/html/medlab-html/css/style-0.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #787878;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #3368c6;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

a {
  touch-action: manipulation;
}

h2 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #444;
}

h2 {
  font-size: 36px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-6,
.col-xl-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1230px) {
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 19px;
  border-radius: 2px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn:disabled {
  opacity: 0.65;
}

.btn:not([disabled]):not(.disabled):active {
  background-image: none;
}

.mt-3 {
  margin-top: 30px !important;
}

@media (min-width: 1024px) {
  .mt-lg-4 {
    margin-top: 40px !important;
  }
}

@media (min-width: 1230px) {
  .pr-xl-7 {
    padding-right: 70px !important;
  }
}

*:focus {
  outline: 0 !important;
}

.btn {
  cursor: pointer;
}

.theme-color {
  color: #3368c6;
}

p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 27px;
}

@media (max-width: 1229px) {
  p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 21px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

h2 {
  color: #444;
}

h2 {
  font-family: "Poppins", serif;
  line-height: 1.22em;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

.h-sub {
  position: relative;
  z-index: 1;
  margin-bottom: 17px;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 500;
  font-family: "Poppins", serif;
  letter-spacing: 1px;
}

@media (max-width: 1023px) {
  .h-sub {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .h-sub {
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
  }
}

.btn:not([disabled]):not(.disabled):active {
  background-image: 0;
}

.btn,
body:not(.touch) .btn:focus {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-shadow: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Poppins", serif;
  padding: 15px 25px;
  color: #3368c6;
  border: 2px solid #3368c6;
  border-radius: 26px;
  background: transparent;
  text-transform: none;
  letter-spacing: 0.05em;
  transition: 0.3s;
}

@media (max-width: 1229px) {

  .btn,
  body:not(.touch) .btn:focus {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 25px;
    border-radius: 25px;
  }
}

@media (max-width: 1023px) {

  .btn,
  body:not(.touch) .btn:focus {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 23px;
    border-radius: 21px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {

  .btn,
  body:not(.touch) .btn:focus {
    font-size: 12px;
    line-height: 16px;
    padding: 9px 22px;
    border-radius: 18px;
    border-width: 1px;
    box-shadow: inset 0 0 0 1px #3368c6;
  }
}

.btn [class*="icon"],
body:not(.touch) .btn:focus [class*="icon"] {
  position: relative;
  display: inline-block;
  top: 0;
  font-size: 14px;
  transition: 0.3s;
}

@media (max-width: 767px) {

  .btn [class*="icon"],
  body:not(.touch) .btn:focus [class*="icon"] {
    top: 1px;
  }
}

@media (max-width: 575px) {

  .btn [class*="icon"],
  body:not(.touch) .btn:focus [class*="icon"] {
    top: 1px;
  }
}

.btn .icon-right-arrow,
body:not(.touch) .btn:focus .icon-right-arrow {
  font-size: 12px;
}

.btn:not(.btn-noanimate) [class*="icon"]:first-child,
body:not(.touch) .btn:focus:not(.btn-noanimate) [class*="icon"]:first-child {
  transform: translateX(-55px);
  opacity: 0;
  width: 0;
}

.btn:not(.btn-noanimate) [class*="icon"]:last-child,
body:not(.touch) .btn:focus:not(.btn-noanimate) [class*="icon"]:last-child {
  padding-left: 10px;
}

@media (max-width: 1229px) {

  .btn:not(.btn-noanimate) [class*="icon"]:last-child,
  body:not(.touch) .btn:focus:not(.btn-noanimate) [class*="icon"]:last-child {
    padding-left: 0.6em;
  }
}

body:not(.touch) .btn:not(.btn-noanimate):hover [class*="icon"]:first-child {
  width: auto;
  padding-right: 10px;
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 1229px) {
  body:not(.touch) .btn:not(.btn-noanimate):hover [class*="icon"]:first-child {
    padding-right: 0.6em;
  }
}

body:not(.touch) .btn:not(.btn-noanimate):hover [class*="icon"]:last-child {
  width: 0;
  padding-left: 0;
  transform: translateX(55px);
  opacity: 0;
}

ul.marker-list-md {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 1023px) {
  ul.marker-list-md {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  ul.marker-list-md {
    font-size: 14px;
    line-height: 22px;
  }
}

ul.marker-list-md li {
  position: relative;
  padding-left: 34px;
}

ul.marker-list-md li:before {
  content: "\25CF";
  font-size: 16px;
  position: absolute;
  left: 10px;
  top: -1px;
  color: #3368c6;
}

ul.marker-list-md li:not(:last-child) {
  margin-bottom: 14px;
}

@media (max-width: 1023px) {
  ul.marker-list-md li:not(:last-child) {
    margin-bottom: 7px;
  }
}

ul.marker-list-md {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 1023px) {
  ul.marker-list-md {
    font-size: 14px;
    line-height: 18px;
  }
}

ul.marker-list-md li {
  position: relative;
  padding-left: 24px;
}

ul.marker-list-md li:before {
  content: "\e906";
  font-size: 10px;
  font-family: "dentco";
  position: absolute;
  left: 0;
  top: 1px;
  color: #3368c6;
}

ul.marker-list-md li:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 1023px) {
  ul.marker-list-md li:not(:last-child) {
    margin-bottom: 9px;
  }
}

.bg-norepeat {
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-right {
  background-position-x: right;
}

.bg-bottom {
  background-position-y: bottom;
}

@media (max-width: 1229px) {
  .bg-md-none {
    background: none !important;
    margin-top: -30px;
  }
}

.container {
  margin: 0px auto;
}

.page-content .section {
  position: relative;
  margin-top: 110px;
}

.page-content .section-top-padding {
  padding-top: 110px;
  margin-top: 0;
}

.page-content .section-bottom-padding {
  /* padding-bottom: 110px; */
}

@media (max-width: 1229px) {
  .page-content .section {
    margin-top: 80px;
  }

  .page-content .section-bottom-padding {
    padding-bottom: 80px;
  }

  .page-content .section-top-padding {
    padding-top: 80px;
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .page-content .section {
    margin-top: 70px;
  }

  .page-content .section-bottom-padding {
    padding-bottom: 70px;
  }

  .page-content .section-top-padding {
    padding-top: 70px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .page-content .section {
    margin-top: 40px;
  }

  .page-content .section-bottom-padding {
    padding-bottom: 0;
  }

  .page-content .section-top-padding {
    padding-top: 0;
    margin-top: 40px;
  }
}

.department-tabs2 {
  display: flex;
  flex-wrap: wrap;
  /* margin: 20px -70px 0; */
}

.department-tabs2>* {
  display: flex;
  justify-content: start;
  flex-direction: column;
  flex: 0 0 calc(50% - 30px);
  min-width: calc(50% - 30px);
  margin: 15px;
  background-color: #ffffff;
}

@media (max-width: 1023px) {
  .department-tabs2 {
    margin: -10px -10px 0;
  }

  .department-tabs2>* {
    flex: 0 0 calc(50% - 20px);
    min-width: calc(50% - 20px);
    margin: 10px;
  }
}

.department-tab2 {
  padding: 41px 30px;
  transition: 0.2s;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
  background-color: #f2f4f6;
}

.department-tab2:hover {
  background-color: #3368c6;
  color: #ffffff;
  box-shadow: none;
}

.department-tab2:hover .department-tab2-number,
.department-tab2:hover .department-tab2-text {
  color: #ffffff;
}

.department-tab2:hover .department-tab2-decor {
  background-color: #ffffff;
}

@media (max-width: 1023px) {
  .department-tab2 {
    padding: 25px 5px 25px 15px;
  }
}

@media (max-width: 575px) {
  .department-tab2 {
    padding: 18px 5px 18px 12px;
  }
}

.department-tabs2-bg {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .department-tabs2-bg img {
    max-width: 65vw;
  }
}

@media (max-width: 767px) {
  .department-tabs2-bg img {
    max-width: 120vw;
  }
}

.department-tab2-number {
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Poppins", serif;
  color: #3368c6;
}

@media (max-width: 1023px) {
  .department-tab2-number {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .department-tab2-number {
    font-size: 15px;
  }
}

.department-tab2-text {
  font-size: 13px;
  line-height: 1.2rem;
  font-weight: 400;
  font-family: "Poppins", serif;
  color: #444;
}

@media (max-width: 1023px) {
  .department-tab2-text {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .department-tab2-text {
    font-size: 12px;
    font-weight: 300;
  }
}

.department-tab2-text:not(:first-child) {
  margin-top: 10px;
}

.department-tab2-decor {
  width: 33px;
  height: 3px;
  background-color: #3368c6;
}

.department-tab2-decor:not(:first-child) {
  margin-top: 15px;
}

@media (max-width: 1023px) {
  .department-tab2-decor {
    width: 22px;
    height: 2px;
  }

  .department-tab2-decor:not(:first-child) {
    margin-top: 12px;
  }
}

@media (max-width: 575px) {
  .department-tab2-decor {
    width: 19px;
    height: 2px;
  }

  .department-tab2-decor:not(:first-child) {
    margin-top: 8px;
  }
}

@media (max-width: 1023px) {
  .department-carousel2 {
    margin: 45px 0;
  }
}

@media (max-width: 767px) {
  .department-carousel2 {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
  }

  .department-carousel2 .department-item {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
}

.department-carousel2 .department-item {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}

.department-carousel2 .department-item h2 {
  line-height: 1.22em;
  /* margin-bottom: 30px; */
}

.department-carousel2 {
  overflow: hidden;
}

.department-carousel2 .department-item {
  background-color: transparent;
  transition: none;
}

@media (max-width: 1023px) {
  .department-carousel2 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .department-carousel2 {
    margin-top: 40px;
    text-align: left;
  }

  .department-carousel2 .department-item {
    padding: 0;
  }
}

.layout-medlab ul.marker-list-md {
  color: #444;
}

@media (max-width: 1229px) {
  .layout-medlab ul.marker-list-md {
    font-size: 14px;
    line-height: 22px;
  }
}

.layout-medlab .btn,
.layout-medlab:not(.touch) .btn:focus {
  font-weight: 500;
  color: #fff;
  background: #3368c6;
  border: 1px solid transparent;
  box-shadow: none !important;
}

@media (min-width: 1024px) {

  .layout-medlab .btn:not(.btn-xs):not(.btn-sm):not(.btn-lg),
  .layout-medlab:not(.touch) .btn:focus:not(.btn-xs):not(.btn-sm):not(.btn-lg) {
    font-size: 14px;
    line-height: 22px;
    padding: 15px 30px;
  }
}

.layout-medlab .btn .icon-right-arrow,
.layout-medlab:not(.touch) .btn:focus .icon-right-arrow {
  font-size: 10px;
}

.layout-medlab .btn:hover,
.layout-medlab:not(.touch) .btn:focus:hover {
  background: #5885d4;
  color: #fff;
  border: 1px solid transparent;
}

/*! CSS Used fontfaces */
@font-face {
  font-family: "dentco";
  src: url("http://websmirno.site/medin/html/medlab-html/icons/fonts/dentco.eot?hg2v5b");
  src: url("http://websmirno.site/medin/html/medlab-html/icons/fonts/dentco.eot?hg2v5b#iefix") format("embedded-opentype"),
    url("http://websmirno.site/medin/html/medlab-html/icons/fonts/dentco.ttf?hg2v5b") format("truetype"),
    url("http://websmirno.site/medin/html/medlab-html/icons/fonts/dentco.woff?hg2v5b") format("woff"),
    url("http://websmirno.site/medin/html/medlab-html/icons/fonts/dentco.svg?hg2v5b#dentco") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/*! CSS Used from: http://websmirno.site/medin/html/medera-html/css/style.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

h2,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

h2,
h5,
.h1 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #444;
}

.h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
}

h5 {
  font-size: 20px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-md-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.mt-2 {
  margin-top: 20px !important;
}

.px-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
}

@media (min-width: 1024px) {
  .mt-lg-4 {
    margin-top: 40px !important;
  }
}

*:focus {
  outline: 0 !important;
}

.theme-color {
  color: #5c6895;
}

h2,
h5 {
  color: #444;
}

.h1 {
  font-family: "Poppins", serif;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .h1 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  .h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

h2 {
  font-family: "Poppins", serif;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

h5 {
  font-family: "Poppins", serif;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h5 {
    font-size: 17px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  h5 {
    font-size: 15px;
    line-height: 22px;
  }
}

.h-sub {
  margin-bottom: 17px;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 500;
  font-family: "Poppins", serif;
  letter-spacing: 1px;
}

@media (max-width: 1023px) {
  .h-sub {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .h-sub {
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
  }
}

.title-wrap {
  position: relative;
}

.title-wrap+* {
  margin-top: 34px;
}

@media (max-width: 1023px) {
  .title-wrap+* {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .title-wrap+* {
    margin-top: 12px;
  }
}

ul.numbered-list-xl {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  counter-reset: li;
  list-style-type: none;
  font-size: 16px;
  line-height: 27px;
}

@media (max-width: 1023px) {
  ul.numbered-list-xl {
    font-size: 15px;
    line-height: 20px;
  }
}

ul.numbered-list-xl h5 {
  margin-bottom: 15px;
  top: 10px;
}

@media (max-width: 1023px) {
  ul.numbered-list-xl h5 {
    margin-bottom: 7px;
    padding-top: 0;
  }
}

ul.numbered-list-xl li {
  position: relative;
  padding: 0 0 0 110px;
}

@media (max-width: 1023px) {
  ul.numbered-list-xl li {
    padding: 0 0 0 67px;
  }
}

ul.numbered-list-xl li:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
  font-family: "Poppins", serif;
  content: attr(data-num);
  counter-increment: li;
  height: 83px;
  width: 83px;
  padding-left: 2px;
  border-radius: 50%;
  color: #5c6895;
  left: 0;
  top: -6px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(101, 81, 46, 0.1);
  transition: 0.2s;
}

@media (max-width: 1023px) {
  ul.numbered-list-xl li:before {
    font-size: 18px;
    height: 56px;
    width: 56px;
  }
}

ul.numbered-list-xl li:hover:before {
  color: #fff;
  background-color: #5c6895;
}

ul.numbered-list-xl li:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  ul.numbered-list-xl li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.text-image-block {
  background-color: #f6f7f5;
}

.text-image-block .image-col {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.text-image-block .image-col img {
  max-height: 100%;
}

@media (max-width: 1229px) {
  .text-image-block .image-col img {
    max-height: 95%;
    margin-right: -5%;
  }
}

@media (max-width: 1023px) {
  .text-image-block .image-col img {
    max-height: 95%;
    margin-right: -20%;
  }
}

@media (max-width: 767px) {
  .text-image-block .image-col img {
    max-width: 100%;
    max-height: none;
    margin: 0;
  }
}

.text-image-block .text-col {
  position: relative;
  z-index: 1;
  padding: 100px 15px;
  max-width: 570px;
}

@media (max-width: 1023px) {
  .text-image-block .text-col {
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .text-image-block .text-col {
    padding: 50px 15px 20px;
    order: -1;
  }

  .text-image-block .text-col .title-wrap {
    text-align: center;
  }
}

.text-image-block .h-sub {
  position: relative;
  z-index: 1;
}

.text-image-block [data-title] {
  display: inline-flex;
  position: relative;
  z-index: 0;
}

.text-image-block [data-title] span {
  position: relative;
  z-index: 1;
}

.text-image-block [data-title]:after {
  position: absolute;
  z-index: 0;
  right: -7px;
  top: -0.52em;
  font-size: 120px;
  line-height: 1em;
  color: #fff;
  white-space: nowrap;
  content: attr(data-title);
}

@media (max-width: 1229px) {
  .text-image-block [data-title]:after {
    font-size: 100px;
    left: 50%;
    right: auto;
    transform: translateX(-47%);
  }
}

@media (max-width: 575px) {
  .text-image-block [data-title]:after {
    top: -10px;
    font-size: 70px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

.container-fluid.px-0 {
  overflow-x: hidden;
  overflow-y: hidden;
}

.page-content .section {
  position: relative;
  margin-top: 110px;
}

@media (max-width: 1229px) {
  .page-content .section {
    margin-top: 80px;
  }
}

@media (max-width: 1023px) {
  .page-content .section {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .page-content .section {
    margin-top: 40px;
  }
}

.layout-landing .h1 {
  line-height: 1.167em;
}

@media (max-width: 767px) {
  .layout-landing .h1 {
    font-size: 26px;
  }
}

@media (max-width: 1023px) {
  .layout-landing .title-wrap+* {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .layout-landing .title-wrap+* {
    margin-top: 5px;
  }
}

@media (min-width: 1024px) {
  .layout-landing .text-image-block .text-col {
    padding: 115px 15px 90px;
    max-width: 570px;
  }
}

/*! CSS Used from: http://websmirno.site/medin/html/medera-html/css/style-0.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

h2,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

h2,
h5,
.h1 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #444;
}

.h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
}

h5 {
  font-size: 20px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-md-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.mt-2 {
  margin-top: 20px !important;
}

.px-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
}

@media (min-width: 1024px) {
  .mt-lg-4 {
    margin-top: 40px !important;
  }
}

*:focus {
  outline: 0 !important;
}

.theme-color {
  color: #5c6895;
}

h2,
h5 {
  color: #444;
}

.h1 {
  font-family: "Poppins", serif;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .h1 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  .h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

h2 {
  font-family: "Poppins", serif;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

h5 {
  font-family: "Poppins", serif;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h5 {
    font-size: 17px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  h5 {
    font-size: 15px;
    line-height: 22px;
  }
}

.h-sub {
  margin-bottom: 17px;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 500;
  font-family: "Poppins", serif;
  letter-spacing: 1px;
}

@media (max-width: 1023px) {
  .h-sub {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .h-sub {
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
  }
}

.title-wrap {
  position: relative;
}

.title-wrap+* {
  margin-top: 34px;
}

@media (max-width: 1023px) {
  .title-wrap+* {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .title-wrap+* {
    margin-top: 12px;
  }
}

ul.numbered-list-xl {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  counter-reset: li;
  list-style-type: none;
  font-size: 16px;
  line-height: 27px;
}

@media (max-width: 1023px) {
  ul.numbered-list-xl {
    font-size: 15px;
    line-height: 20px;
  }
}

ul.numbered-list-xl h5 {
  margin-bottom: 15px;
  top: 10px;
}

@media (max-width: 1023px) {
  ul.numbered-list-xl h5 {
    margin-bottom: 7px;
    padding-top: 0;
  }
}

ul.numbered-list-xl li {
  position: relative;
  padding: 0 0 0 110px;
}

@media (max-width: 1023px) {
  ul.numbered-list-xl li {
    padding: 0 0 0 67px;
  }
}

ul.numbered-list-xl li:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
  font-family: "Poppins", serif;
  content: attr(data-num);
  counter-increment: li;
  height: 83px;
  width: 83px;
  padding-left: 2px;
  border-radius: 50%;
  color: #0d5ca2;
  left: 0;
  top: -6px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(101, 81, 46, 0.1);
  transition: 0.2s;
}

@media (max-width: 1023px) {
  ul.numbered-list-xl li:before {
    font-size: 18px;
    height: 56px;
    width: 56px;
  }
}

ul.numbered-list-xl li:hover:before {
  color: #fff;
  background-color: #0d5ca2;
}

ul.numbered-list-xl li:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  ul.numbered-list-xl li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.text-image-block {
  background-color: #f6f7f5;
}

.text-image-block .image-col {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.text-image-block .image-col img {
  max-height: 100%;
}

@media (max-width: 1229px) {
  .text-image-block .image-col img {
    max-height: 95%;
    margin-right: -5%;
  }
}

@media (max-width: 1023px) {
  .text-image-block .image-col img {
    max-height: 95%;
    margin-right: -20%;
  }
}

@media (max-width: 767px) {
  .text-image-block .image-col img {
    max-width: 100%;
    max-height: none;
    margin: 0;
  }
}

.text-image-block .text-col {
  position: relative;
  z-index: 1;
  padding: 150px 25px;
  max-width: 570px;
}

@media (max-width: 1023px) {
  .text-image-block .text-col {
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .text-image-block .text-col {
    padding: 50px 15px 20px;
    order: -1;
  }

  .text-image-block .text-col .title-wrap {
    text-align: center;
  }
}

.text-image-block .h-sub {
  position: relative;
  z-index: 1;
}

.text-image-block [data-title] {
  display: inline-flex;
  position: relative;
  z-index: 0;
}

.text-image-block [data-title] span {
  position: relative;
  z-index: 1;
}

.text-image-block [data-title]:after {
  position: absolute;
  z-index: 0;
  right: -7px;
  top: -0.52em;
  font-size: 120px;
  line-height: 1em;
  color: #fff;
  white-space: nowrap;
  content: attr(data-title);
}

@media (max-width: 1229px) {
  .text-image-block [data-title]:after {
    font-size: 100px;
    left: 50%;
    right: auto;
    transform: translateX(-47%);
  }
}

@media (max-width: 575px) {
  .text-image-block [data-title]:after {
    top: -10px;
    font-size: 70px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

.container-fluid.px-0 {
  overflow-x: hidden;
  overflow-y: hidden;
}

.page-content .section {
  position: relative;
  margin-top: 110px;
}

@media (max-width: 1229px) {
  .page-content .section {
    margin-top: 80px;
  }
}

@media (max-width: 1023px) {
  .page-content .section {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .page-content .section {
    margin-top: 40px;
  }
}

.layout-landing .h1 {
  line-height: 1.167em;
}

@media (max-width: 767px) {
  .layout-landing .h1 {
    font-size: 26px;
  }
}

@media (max-width: 1023px) {
  .layout-landing .title-wrap+* {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .layout-landing .title-wrap+* {
    margin-top: 5px;
  }
}

@media (min-width: 1024px) {
  .layout-landing .text-image-block .text-col {
    padding: 115px 15px 90px;
    max-width: 570px;
  }
}

/*! CSS Used fontfaces */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/*! CSS Used from: http://websmirno.site/medin/html/weightloss-html/vendor/slick/slick.css */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-initialized .slick-slide {
  display: block;
}

/*! CSS Used from: http://websmirno.site/medin/html/weightloss-html/icons/style.css */
[class^="icon-"] {
  font-family: "Poppins", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right-arrow:before {
  content: "\e921";
}

/*! CSS Used from: http://websmirno.site/medin/html/weightloss-html/css/style.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

h2,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

a {
  color: #787878;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #269e95;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

a {
  touch-action: manipulation;
}

h2,
h4,
.h1 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #444;
}

.h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
}

h4 {
  font-size: 24px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.col-sm-6,
.col-md-6,
.col-lg-4,
.col-lg-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.order-1 {
  order: 1;
}

.order-2 {
  /* order: 2; */
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }
}

@media (min-width: 1024px) {
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 19px;
  border-radius: 2px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn:disabled {
  opacity: 0.65;
}

.btn:not([disabled]):not(.disabled):active {
  background-image: none;
}

.btn-link {
  font-weight: 400;
  color: #787878;
  background-color: transparent;
}

.btn-link:hover {
  color: #269e95;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus {
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled {
  color: #868e96;
}

.d-none {
  display: none;
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
}

.align-items-center {
  align-items: center !important;
}

.mt-3 {
  margin-top: 30px !important;
}

@media (min-width: 1024px) {
  .pr-lg-6 {
    padding-right: 60px !important;
  }
}

*:focus {
  outline: 0 !important;
}

.btn {
  cursor: pointer;
}

.theme-color {
  color: #269e95;
}

p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 27px;
}

@media (max-width: 1229px) {
  p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 21px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

h2,
h4 {
  color: #444;
}

.h1 {
  font-family: "Poppins", serif;
  line-height: 1.22em;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .h1 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  .h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

h2 {
  font-family: "Poppins", serif;
  line-height: 1.22em;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

h4 {
  font-family: "Poppins", serif;
  line-height: 1.55em;
  margin-bottom: 18px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

.h-sub-lined {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 500;
  font-family: "Poppins", serif;
  letter-spacing: 1.5px;
}

@media (max-width: 1023px) {
  .h-sub-lined {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .h-sub-lined {
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
  }
}

.h-sub-lined:before {
  position: relative;
  top: -5px;
  display: inline-block;
  margin-right: 10px;
  content: "";
  width: 40px;
  height: 2px;
}

@media (max-width: 1023px) {
  .h-sub-lined:before {
    width: 30px;
    height: 2px;
  }
}

@media (max-width: 767px) {
  .h-sub-lined:before {
    width: 20px;
    height: 1px;
  }
}

.h-sub-lined.theme-color:before {
  background-color: #269e95;
}

.title-wrap-alt+* {
  margin-top: 24px;
}

@media (max-width: 1023px) {
  .title-wrap-alt+* {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .title-wrap-alt+* {
    margin-top: 12px;
  }
}

.btn-link {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Poppins", serif;
  letter-spacing: 0.6px;
  color: #269e95;
}

.btn-link.btn-link--sm {
  font-size: 14px;
  line-height: 16px;
}

.btn-link [class*="icon"] {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  top: 0;
  font-size: 12px;
  transition: 0.3s;
}

.btn-link:hover {
  text-decoration: none;
  color: #424242;
}

@media (max-width: 767px) {
  .btn-link {
    font-size: 14px;
    line-height: 16px;
  }
}

.btn:not([disabled]):not(.disabled):active {
  background-image: 0;
}

.btn,
body:not(.touch) .btn:focus {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-shadow: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Poppins", serif;
  padding: 15px 25px;
  color: #269e95;
  border: 2px solid #269e95;
  border-radius: 26px;
  background: transparent;
  text-transform: none;
  letter-spacing: 0.05em;
  transition: 0.3s;
}

@media (max-width: 1229px) {

  .btn,
  body:not(.touch) .btn:focus {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 25px;
    border-radius: 25px;
  }
}

@media (max-width: 1023px) {

  .btn,
  body:not(.touch) .btn:focus {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 23px;
    border-radius: 21px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {

  .btn,
  body:not(.touch) .btn:focus {
    font-size: 12px;
    line-height: 16px;
    padding: 9px 22px;
    border-radius: 18px;
    border-width: 1px;
    box-shadow: inset 0 0 0 1px #269e95;
  }
}

.btn [class*="icon"],
body:not(.touch) .btn:focus [class*="icon"] {
  position: relative;
  display: inline-block;
  top: 0;
  font-size: 14px;
  transition: 0.3s;
}

@media (max-width: 767px) {

  .btn [class*="icon"],
  body:not(.touch) .btn:focus [class*="icon"] {
    top: 1px;
  }
}

@media (max-width: 575px) {

  .btn [class*="icon"],
  body:not(.touch) .btn:focus [class*="icon"] {
    top: 1px;
  }
}

.btn .icon-right-arrow,
body:not(.touch) .btn:focus .icon-right-arrow {
  font-size: 12px;
}

.btn:not(.btn-noanimate) [class*="icon"]:first-child,
body:not(.touch) .btn:focus:not(.btn-noanimate) [class*="icon"]:first-child {
  transform: translateX(-55px);
  opacity: 0;
  width: 0;
}

.btn:not(.btn-noanimate) [class*="icon"]:last-child,
body:not(.touch) .btn:focus:not(.btn-noanimate) [class*="icon"]:last-child {
  padding-left: 10px;
}

@media (max-width: 1229px) {

  .btn:not(.btn-noanimate) [class*="icon"]:last-child,
  body:not(.touch) .btn:focus:not(.btn-noanimate) [class*="icon"]:last-child {
    padding-left: 0.6em;
  }
}

body:not(.touch) .btn:not(.btn-noanimate):hover [class*="icon"]:first-child {
  width: auto;
  padding-right: 10px;
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 1229px) {
  body:not(.touch) .btn:not(.btn-noanimate):hover [class*="icon"]:first-child {
    padding-right: 0.6em;
  }
}

body:not(.touch) .btn:not(.btn-noanimate):hover [class*="icon"]:last-child {
  width: 0;
  padding-left: 0;
  transform: translateX(55px);
  opacity: 0;
}

body:not(.touch) .btn-hover-fill:hover {
  background: #269e95;
  border-color: #269e95;
  color: #fff;
  box-shadow: none !important;
}

body:not(.touch) .btn-hover-fill:hover [class*="icon"] {
  color: #fff;
}

.img-bg-top-left {
  position: absolute;
  z-index: -1;
  top: -25%;
  left: -25%;
}

.container {
  margin: 0px auto;
}

.page-content .section {
  position: relative;
  margin-top: 110px;
}

@media (max-width: 1229px) {
  .page-content .section {
    margin-top: 80px;
  }
}

@media (max-width: 1023px) {
  .page-content .section {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .page-content .section {
    margin-top: 40px;
  }
}

.row.slick-slider {
  display: block;
}

.row.slick-slider [class*="col"] {
  display: block;
}

.slick-slide {
  max-width: none !important;
}

.slick-slider {
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .slick-slider {
    margin-bottom: 30px;
  }
}

.prices-box {
  padding: 0 0 40px;
  margin: 10px 0 25px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.07);
}

.prices-box-title {
  margin-bottom: 0;
  padding: 20px;
}

@media (max-width: 1023px) {
  .prices-box-title {
    padding: 20px 10px;
  }
}

.prices-box-price {
  margin-bottom: 36px;
  padding: 15px;
  font-size: 46px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Poppins", serif;
  color: #269e95;
  background-color: #f7f7f7;
}

.prices-box-price sub {
  bottom: 0;
  font-size: 20px;
}

.prices-box-price sub:first-child {
  bottom: 0.1em;
  padding: 0 5px;
  color: #444444;
}

.prices-box-link {
  margin-top: 32px;
}

.prices-box-row {
  position: relative;
  margin-bottom: 11px;
}

.prices-box-text {
  font-size: 16px;
  line-height: 24px;
}

.prices-box.prices-box--style3 {
  margin-top: 0;
  padding: 0;
  box-shadow: 5px 5px 22px rgba(0, 0, 0, 0.07);
}

.prices-box.prices-box--style3 .prices-box-title-wrap {
  background-color: #454f4e;
  margin-bottom: 40px;
  padding: 35px 25px 33px;
}

@media (max-width: 575px) {
  .prices-box.prices-box--style3 .prices-box-title-wrap {
    margin-bottom: 25px;
    padding: 19px 20px 16px;
  }
}

.prices-box.prices-box--style3 .prices-box-title {
  padding: 0;
  color: #ffffff;
}

.prices-box.prices-box--style3 .prices-box-title+* {
  margin-top: 15px;
}

@media (max-width: 575px) {
  .prices-box.prices-box--style3 .prices-box-title+* {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .prices-box.prices-box--style3 .prices-box-title {
    font-size: 18px;
  }
}

.prices-box.prices-box--style3 .prices-box-price {
  padding: 0;
  margin-bottom: 0;
  color: #ffffff;
  background-color: transparent;
}

.prices-box.prices-box--style3 .prices-box-price+* {
  margin-top: 6px;
}

@media (max-width: 575px) {
  .prices-box.prices-box--style3 .prices-box-price {
    font-size: 34px;
  }

  .prices-box.prices-box--style3 .prices-box-price+* {
    margin-top: 4px;
  }
}

.prices-box.prices-box--style3 .prices-box-price sub:first-child {
  color: #ffffff;
}

.prices-box.prices-box--style3 .prices-box-text {
  font-size: 16px;
  color: #ffffff;
}

@media (max-width: 575px) {
  .prices-box.prices-box--style3 .prices-box-text {
    font-size: 14px;
  }
}

.prices-box.prices-box--style3 .prices-box-row {
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 17px;
  padding-right: 40px;
  text-align: left;
  position: relative;
  color: #787878;
}

.prices-box.prices-box--style3 .prices-box-row:before {
  font-family: "dentco";
  content: "\e926";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: -1px;
}

@media (max-width: 767px) {
  .prices-box.prices-box--style3 .prices-box-row {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 30px;
  }
}

.prices-box.prices-box--style3 .prices-box-link {
  margin-top: 40px;
  text-align: center;
  border-top: 1px solid #f4f4f4;
}

.prices-box.prices-box--style3 .prices-box-link .btn-link.btn-link--sm {
  display: block;
  width: 100%;
  padding: 27px 25px;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 575px) {
  .prices-box.prices-box--style3 .prices-box-link .btn-link.btn-link--sm {
    padding: 19px 25px;
  }
}

@media (max-width: 575px) {
  .prices-box.prices-box--style3 .prices-box-link {
    margin-top: 25px;
  }
}

.prices-box.prices-box--style3.prices-box--special {
  z-index: 10;
  background-color: #ffffff;
}

.prices-box.prices-box--style3.prices-box--special .prices-box-title-wrap {
  background-color: #269e95;
}

.prices-box.prices-box--style3.prices-box--special .prices-box-title {
  color: #ffffff;
}

.prices-box.prices-box--style3.prices-box--special .prices-box-row {
  color: #787878;
}

.prices-box--special {
  background-color: #269e95;
}

.prices-box--special .prices-box-title,
.prices-box--special .prices-box-text,
.prices-box--special .prices-box-price,
.prices-box--special .prices-box-row,
.prices-box--special .prices-box-price sub,
.prices-box--special .prices-box-price sub:first-child {
  color: #ffffff;
}

.prices-box--special .prices-box-row:after {
  background-color: #ffffff;
  opacity: 0.2;
}

@media (max-width: 1023px) {
  .prices-box {
    margin-bottom: 20px;
  }
}

.layout-weightloss .btn-hover-fill,
.layout-weightloss:not(.touch) .btn-hover-fill:focus {
  color: #fff;
  background: #269e95;
  border: 1px solid transparent;
}

.layout-weightloss:not(.touch) .btn-hover-fill:hover,
.layout-weightloss:not(.touch) .btn-hover-fill:focus:hover {
  background: #30c7bc;
  color: #fff;
  border: 1px solid transparent;
}

.layout-weightloss:not(.touch) .btn-hover-fill:hover [class*="icon"],
.layout-weightloss:not(.touch) .btn-hover-fill:focus:hover [class*="icon"] {
  color: #fff;
}

/*! CSS Used from: http://websmirno.site/medin/html/weightloss-html/css/style-0.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

h2,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

a {
  color: #787878;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #269e95;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

a {
  touch-action: manipulation;
}

h2,
h4,
.h1 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #444;
}

.h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
}

h4 {
  font-size: 24px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.col-sm-6,
.col-md-6,
.col-lg-4,
.col-lg-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.order-1 {
  order: 1;
}

.order-2 {
  /* order: 2; */
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }
}

@media (min-width: 1024px) {
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 19px;
  border-radius: 2px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn:disabled {
  opacity: 0.65;
}

.btn:not([disabled]):not(.disabled):active {
  background-image: none;
}

.btn-link {
  font-weight: 400;
  color: #787878;
  background-color: transparent;
}

.btn-link:hover {
  color: #0f63ac;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus {
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled {
  color: #868e96;
}

.d-none {
  display: none;
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
}

.align-items-center {
  align-items: center !important;
}

.mt-3 {
  margin-top: 30px !important;
}

@media (min-width: 1024px) {
  .pr-lg-6 {
    padding-right: 60px !important;
  }
}

*:focus {
  outline: 0 !important;
}

.btn {
  cursor: pointer;
}

.theme-color {
  color: #0f63ac;
}

p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 27px;
  text-align: justify;
}

@media (max-width: 1229px) {
  p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 21px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

h2,
h4 {
  color: #444;
}

.h1 {
  font-family: "Poppins", serif;
  line-height: 1.22em;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .h1 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  .h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

h2 {
  font-family: "Poppins", serif;
  line-height: 1.22em;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

h4 {
  font-family: "Poppins", serif;
  /* line-height: 1.55em; */
  /* margin-bottom: 18px; */
  font-weight: 600;
}

@media (max-width: 1023px) {
  h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

.h-sub-lined {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 500;
  font-family: "Poppins", serif;
  letter-spacing: 1.5px;
}

@media (max-width: 1023px) {
  .h-sub-lined {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .h-sub-lined {
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
  }
}

.h-sub-lined:before {
  position: relative;
  top: -5px;
  display: inline-block;
  margin-right: 10px;
  content: "";
  width: 40px;
  height: 2px;
}

@media (max-width: 1023px) {
  .h-sub-lined:before {
    width: 30px;
    height: 2px;
  }
}

@media (max-width: 767px) {
  .h-sub-lined:before {
    width: 20px;
    height: 1px;
  }
}

.h-sub-lined.theme-color:before {
  background-color: #0f63ac;
}

.title-wrap-alt+* {
  margin-top: 24px;
}

@media (max-width: 1023px) {
  .title-wrap-alt+* {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .title-wrap-alt+* {
    margin-top: 12px;
  }
}

.btn-link {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Poppins", serif;
  letter-spacing: 0.6px;
  color: #0f63ac;
}

.btn-link.btn-link--sm {
  font-size: 14px;
  line-height: 16px;
}

.btn-link [class*="icon"] {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  top: 0;
  font-size: 12px;
  transition: 0.3s;
}

.btn-link:hover {
  text-decoration: none;
  color: #424242;
}

@media (max-width: 767px) {
  .btn-link {
    font-size: 14px;
    line-height: 16px;
  }
}

.btn:not([disabled]):not(.disabled):active {
  background-image: 0;
}

.btn,
body:not(.touch) .btn:focus {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-shadow: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Poppins", serif;
  padding: 15px 25px;
  color: #0f63ac;
  border: 2px solid #0f63ac;
  border-radius: 26px;
  background: transparent;
  text-transform: none;
  letter-spacing: 0.05em;
  transition: 0.3s;
}

@media (max-width: 1229px) {

  .btn,
  body:not(.touch) .btn:focus {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 25px;
    border-radius: 25px;
  }
}

@media (max-width: 1023px) {

  .btn,
  body:not(.touch) .btn:focus {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 23px;
    border-radius: 21px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {

  .btn,
  body:not(.touch) .btn:focus {
    font-size: 12px;
    line-height: 16px;
    padding: 9px 22px;
    border-radius: 18px;
    border-width: 1px;
    box-shadow: inset 0 0 0 1px #269e95;
  }
}

.btn [class*="icon"],
body:not(.touch) .btn:focus [class*="icon"] {
  position: relative;
  display: inline-block;
  top: 0;
  font-size: 14px;
  transition: 0.3s;
}

@media (max-width: 767px) {

  .btn [class*="icon"],
  body:not(.touch) .btn:focus [class*="icon"] {
    top: 1px;
  }
}

@media (max-width: 575px) {

  .btn [class*="icon"],
  body:not(.touch) .btn:focus [class*="icon"] {
    top: 1px;
  }
}

.btn .icon-right-arrow,
body:not(.touch) .btn:focus .icon-right-arrow {
  font-size: 12px;
}

.btn:not(.btn-noanimate) [class*="icon"]:first-child,
body:not(.touch) .btn:focus:not(.btn-noanimate) [class*="icon"]:first-child {
  transform: translateX(-55px);
  opacity: 0;
  width: 0;
}

.btn:not(.btn-noanimate) [class*="icon"]:last-child,
body:not(.touch) .btn:focus:not(.btn-noanimate) [class*="icon"]:last-child {
  padding-left: 10px;
}

@media (max-width: 1229px) {

  .btn:not(.btn-noanimate) [class*="icon"]:last-child,
  body:not(.touch) .btn:focus:not(.btn-noanimate) [class*="icon"]:last-child {
    padding-left: 0.6em;
  }
}

body:not(.touch) .btn:not(.btn-noanimate):hover [class*="icon"]:first-child {
  width: auto;
  padding-right: 10px;
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 1229px) {
  body:not(.touch) .btn:not(.btn-noanimate):hover [class*="icon"]:first-child {
    padding-right: 0.6em;
  }
}

body:not(.touch) .btn:not(.btn-noanimate):hover [class*="icon"]:last-child {
  width: 0;
  padding-left: 0;
  transform: translateX(55px);
  opacity: 0;
}

body:not(.touch) .btn-hover-fill:hover {
  background: #0f63ac;
  border-color: #0f63ac;
  color: #fff;
  box-shadow: none !important;
}

body:not(.touch) .btn-hover-fill:hover [class*="icon"] {
  color: #fff;
}

.img-bg-top-left {
  position: absolute;
  z-index: -1;
  top: -25%;
  left: -25%;
}

.container {
  margin: 0px auto;
}

.page-content .section {
  position: relative;
  margin-top: 110px;
}

@media (max-width: 1229px) {
  .page-content .section {
    margin-top: 80px;
  }
}

@media (max-width: 1023px) {
  .page-content .section {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .page-content .section {
    margin-top: 40px;
  }
}

.row.slick-slider {
  display: block;
}

.row.slick-slider [class*="col"] {
  display: block;
}

.slick-slide {
  max-width: none !important;
}

.slick-slider {
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .slick-slider {
    margin-bottom: 30px;
  }
}

.prices-box {
  padding: 0 0 40px;
  margin: 10px 0 25px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.07);
}

.prices-box-title {
  margin-bottom: 0;
  padding: 20px;
}

@media (max-width: 1023px) {
  .prices-box-title {
    padding: 20px 10px;
  }
}

.prices-box-price {
  margin-bottom: 36px;
  padding: 15px;
  font-size: 46px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Poppins", serif;
  color: #269e95;
  background-color: #f7f7f7;
}

.prices-box-price sub {
  bottom: 0;
  font-size: 20px;
}

.prices-box-price sub:first-child {
  bottom: 0.1em;
  padding: 0 5px;
  color: #444444;
}

.prices-box-link {
  margin-top: 32px;
}

.prices-box-row {
  position: relative;
  margin-bottom: 11px;
}

.prices-box-text {
  font-size: 16px;
  line-height: 24px;
}

.prices-box.prices-box--style3 {
  margin-top: 0;
  padding: 0;
  box-shadow: 5px 5px 22px rgba(0, 0, 0, 0.07);
}

.prices-box.prices-box--style3 .prices-box-title-wrap {
  background-color: #454f4e;
  margin-bottom: 40px;
  padding: 35px 25px 33px;
}

@media (max-width: 575px) {
  .prices-box.prices-box--style3 .prices-box-title-wrap {
    margin-bottom: 25px;
    padding: 19px 20px 16px;
  }
}

.prices-box.prices-box--style3 .prices-box-title {
  padding: 0;
  color: #ffffff;
}

.prices-box.prices-box--style3 .prices-box-title+* {
  margin-top: 15px;
}

@media (max-width: 575px) {
  .prices-box.prices-box--style3 .prices-box-title+* {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .prices-box.prices-box--style3 .prices-box-title {
    font-size: 18px;
  }
}

.prices-box.prices-box--style3 .prices-box-price {
  padding: 0;
  margin-bottom: 0;
  color: #ffffff;
  background-color: transparent;
}

.prices-box.prices-box--style3 .prices-box-price+* {
  margin-top: 6px;
}

@media (max-width: 575px) {
  .prices-box.prices-box--style3 .prices-box-price {
    font-size: 34px;
  }

  .prices-box.prices-box--style3 .prices-box-price+* {
    margin-top: 4px;
  }
}

.prices-box.prices-box--style3 .prices-box-price sub:first-child {
  color: #ffffff;
}

.prices-box.prices-box--style3 .prices-box-text {
  font-size: 16px;
  color: #ffffff;
}

@media (max-width: 575px) {
  .prices-box.prices-box--style3 .prices-box-text {
    font-size: 14px;
  }
}

.prices-box.prices-box--style3 .prices-box-row {
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 17px;
  padding-right: 40px;
  text-align: left;
  position: relative;
  color: #787878;
}

.prices-box.prices-box--style3 .prices-box-row:before {
  font-family: "dentco";
  content: "\e926";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: -1px;
}

@media (max-width: 767px) {
  .prices-box.prices-box--style3 .prices-box-row {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 30px;
  }
}

.prices-box.prices-box--style3 .prices-box-link {
  margin-top: 40px;
  text-align: center;
  border-top: 1px solid #f4f4f4;
}

.prices-box.prices-box--style3 .prices-box-link .btn-link.btn-link--sm {
  display: block;
  width: 100%;
  padding: 27px 25px;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 575px) {
  .prices-box.prices-box--style3 .prices-box-link .btn-link.btn-link--sm {
    padding: 19px 25px;
  }
}

@media (max-width: 575px) {
  .prices-box.prices-box--style3 .prices-box-link {
    margin-top: 25px;
  }
}

.prices-box.prices-box--style3.prices-box--special {
  z-index: 10;
  background-color: #ffffff;
}

.prices-box.prices-box--style3.prices-box--special .prices-box-title-wrap {
  background-color: #0f63ac;
}

.prices-box.prices-box--style3.prices-box--special .prices-box-title {
  color: #ffffff;
}

.prices-box.prices-box--style3.prices-box--special .prices-box-row {
  color: #787878;
}

.prices-box--special {
  background-color: #269e95;
}

.prices-box--special .prices-box-title,
.prices-box--special .prices-box-text,
.prices-box--special .prices-box-price,
.prices-box--special .prices-box-row,
.prices-box--special .prices-box-price sub,
.prices-box--special .prices-box-price sub:first-child {
  color: #ffffff;
}

.prices-box--special .prices-box-row:after {
  background-color: #ffffff;
  opacity: 0.2;
}

@media (max-width: 1023px) {
  .prices-box {
    margin-bottom: 20px;
  }
}

.layout-weightloss .btn-hover-fill,
.layout-weightloss:not(.touch) .btn-hover-fill:focus {
  color: #fff;
  background: #269e95;
  border: 1px solid transparent;
}

.layout-weightloss:not(.touch) .btn-hover-fill:hover,
.layout-weightloss:not(.touch) .btn-hover-fill:focus:hover {
  background: #30c7bc;
  color: #fff;
  border: 1px solid transparent;
}

.layout-weightloss:not(.touch) .btn-hover-fill:hover [class*="icon"],
.layout-weightloss:not(.touch) .btn-hover-fill:focus:hover [class*="icon"] {
  color: #fff;
}

/*! CSS Used fontfaces */
@font-face {
  font-family: "dentco";
  src: url("http://websmirno.site/medin/html/weightloss-html/icons/fonts/dentco.eot?qs6rs7");
  src: url("http://websmirno.site/medin/html/weightloss-html/icons/fonts/dentco.eot?qs6rs7#iefix") format("embedded-opentype"),
    url("http://websmirno.site/medin/html/weightloss-html/icons/fonts/dentco.ttf?qs6rs7") format("truetype"),
    url("http://websmirno.site/medin/html/weightloss-html/icons/fonts/dentco.woff?qs6rs7") format("woff"),
    url("http://websmirno.site/medin/html/weightloss-html/icons/fonts/dentco.svg?qs6rs7#dentco") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/*! CSS Used from: http://websmirno.site/medin/html/medlab-html/vendor/slick/slick.css */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-initialized .slick-slide {
  display: block;
}

/*! CSS Used from: http://websmirno.site/medin/html/medlab-html/icons/style.css */
[class^="icon-"] {
  font-family: "Poppins", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e955";
}

.icon-facebook-logo:before {
  content: "\e90d";
}

.icon-instagram:before {
  content: "\e917";
}

.icon-google-logo:before {
  content: "\e936";
}

.content-search {
  position: relative;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .content-search {
    min-width: 250px;
  }
}

.content-search .input-wrap {
  flex: 1;
}

.content-search .form-control {
  min-height: 43px;
  height: 43px;
  background-color: #fff;
  border-right: 5px solid #ffffff;
  border-radius: 4px 0 0 4px;
}

.content-search .form-control:focus {
  box-shadow: none;
}

.content-search button,
body:not(.touch) .content-search button:focus {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 43px;
  height: 43px;
  font-size: 22px;
  line-height: 23px;
  padding: 10px 10px;
  background: #ffffff;
  color: #3368c6;
  border-radius: 0 7px 7px 0;
  border: 1px solid #e5e5e5;
  border-left: 0;
  overflow: visible;
}

.content-search button:hover,
body:not(.touch) .content-search button:focus:hover {
  background: #3368c6;
  color: #fff;
}

.content-search.content-search--style2 .form-control {
  font-size: 16px;
  font-weight: 600;
}

.title-wrap+.content-search {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .title-wrap+.content-search {
    margin-top: 20px;
  }
}

.page-content .section {
  position: relative;
  /* margin-top: 110px; */
}

.page-content .section-top-padding {
  padding-top: 110px;
  margin-top: 0;
}

@media (max-width: 1229px) {
  .page-content .section {
    margin-top: 80px;
  }

  .page-content .section-top-padding {
    padding-top: 80px;
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .page-content .section {
    margin-top: 70px;
  }

  .page-content .section-top-padding {
    padding-top: 70px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .page-content .section {
    margin-top: 40px;
  }

  .page-content .section-top-padding {
    padding-top: 0;
    margin-top: 40px;
  }
}

.row.slick-slider {
  display: block;
}

.row.slick-slider [class*="col"] {
  display: block;
}

.slick-slide {
  max-width: none !important;
}

.slick-slider {
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .slick-slider {
    margin-bottom: 30px;
  }
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 50px 0 -35px;
  list-style: none;
  text-align: center;
}

@media (max-width: 1023px) {
  .slick-dots {
    margin: 35px 0 -20px;
  }
}

@media (max-width: 575px) {
  .slick-dots {
    margin: 25px 0 -20px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  margin: 0 9px;
  padding: 0;
  color: transparent;
  background-color: transparent;
  border: 0;
  outline: none;
  border-radius: 50%;
  background: #e1e5e9;
  cursor: pointer;
}

@media (max-width: 575px) {
  .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}

.slick-dots li button:after {
  display: none;
}

.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover {
  background-color: #3368c6;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.doctor-box {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 0 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}

@media (max-width: 1023px) {
  .doctor-box {
    padding: 0 10px;
  }
}

.doctor-box>* {
  margin-bottom: 0;
}

.doctor-box>*:not(:first-child) {
  margin-top: 16px;
}

.doctor-box-photo {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.35s;
  background-color: #fff;
  margin-left: -15px;
  margin-right: -15px;
  text-decoration: none;
}

.doctor-box-photo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: transparent;
  border-radius: 50%;
  box-shadow: inset 0 0 0 30px #3368c6;
  opacity: 0;
  transition: opacity 0 ease 0;
  pointer-events: none;
}

.doctor-box:hover .doctor-box-photo {
  border-radius: 50%;
}

.doctor-box:hover .doctor-box-photo:after {
  opacity: 0.2;
  transition: opacity 0.5s ease 0.2s;
}

.doctor-box-name+.doctor-box-position {
  margin-top: 16px;
}

.doctor-box-name {
  line-height: 1em;
}

.doctor-box-position {
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  color: #3368c6;
}

.doctor-box-top {
  margin: 0 -15px !important;
  padding: 20px 15px;
  background: #fafbfa;
}

@media (max-width: 1023px) {
  .specialist-carousel {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 767px) {
  .specialist-carousel {
    margin: 0;
  }
}

.specialist-carousel .slick-slide {
  padding-bottom: 20px;
}

.specialist-carousel .slick-dots {
  margin-top: 30px;
}

.doctor-box-style3 {
  box-shadow: none;
}

.doctor-box-style3 .doctor-box-name {
  margin-bottom: 14px;
}

.doctor-box-style3 .doctor-box-position {
  font-size: 16px;
}

.doctor-box-style3 .doctor-box-photo:after {
  display: none;
}

.doctor-box-style3 .doctor-box-photo {
  overflow: hidden;
}

.doctor-box-style3 .doctor-box-top {
  margin: 0 !important;
  padding: 1rem 0 !important;
  padding-bottom: 5px !important;
  background-color: transparent;
}

.doctor-box-style3 .doctor-box-photo img {
  -webkit-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: optimizeQuality;
  vertical-align: middle;
  max-width: 100%;
}

.doctor-box-style3:hover .doctor-box-photo {
  border-radius: 0;
}

.doctor-box-style3:hover .doctor-box-photo img {
  -webkit-transition: transform 0.6s ease 0.05s;
  -o-transition: transform 0.6s ease 0.05s;
  transition: -webkit-transform 0.6s ease 0.05s;
  transition: transform 0.6s ease 0.05s;
  transition: transform 0.6s ease 0.05s, -webkit-transform 0.6s ease 0.05s;
  -webkit-transform: scale(1.1) rotate(0.0001deg);
  -ms-transform: scale(1.1) rotate(0.0001deg);
  transform: scale(1.1) rotate(0.0001deg);
}

.doctor-box-style3 .doctor-box-links {
  position: absolute;
  z-index: 1;
  top: 19px;
  right: 0;
  width: 42px;
  background-color: #ffffff;
}

.doctor-box-style3 .doctor-box-links>* {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  height: 42px;
  width: 42px;
  color: #3368c6;
  transition: 0.2s;
}

.doctor-box-style3 .doctor-box-links>*:hover {
  color: #444;
}

@media (max-width: 767px) {
  .content-search {
    min-width: 250px;
  }
}

.content-search .input-wrap {
  flex: 1;
}

.content-search .form-control {
  min-height: 43px;
  height: 43px;
  background-color: #fff;
  border-right: 5px solid #ffffff;
  border-radius: 4px 0 0 4px;
}

.content-search .form-control:focus {
  box-shadow: none;
}

.content-search button,
body:not(.touch) .content-search button:focus {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 43px;
  height: 43px;
  font-size: 22px;
  line-height: 23px;
  padding: 10px 10px;
  background: #ffffff;
  color: #3368c6;
  border-radius: 0 7px 7px 0;
  border: 1px solid #e5e5e5;
  border-left: 0;
  overflow: visible;
}

.content-search button:hover,
body:not(.touch) .content-search button:focus:hover {
  background: #3368c6;
  color: #fff;
}

.content-search.content-search--style2 .form-control {
  font-size: 16px;
  font-weight: 600;
}

.title-wrap+.content-search {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .title-wrap+.content-search {
    margin-top: 20px;
  }
}

.page-content .section {
  position: relative;
  margin-top: 110px;
}

.page-content .section-top-padding {
  /* padding-top: 110px; */
  margin-top: 0;
}

@media (max-width: 1229px) {
  .page-content .section {
    margin-top: 80px;
  }

  .page-content .section-top-padding {
    padding-top: 80px;
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .page-content .section {
    margin-top: 70px;
  }

  .page-content .section-top-padding {
    padding-top: 70px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .page-content .section {
    margin-top: 40px;
  }

  .page-content .section-top-padding {
    padding-top: 0;
    margin-top: 40px;
  }
}

.row.slick-slider {
  display: block;
}

.row.slick-slider [class*="col"] {
  display: block;
}

.slick-slide {
  max-width: none !important;
}

.slick-slider {
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .slick-slider {
    margin-bottom: 30px;
  }
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 50px 0 -35px;
  list-style: none;
  text-align: center;
}

@media (max-width: 1023px) {
  .slick-dots {
    margin: 35px 0 -20px;
  }
}

@media (max-width: 575px) {
  .slick-dots {
    margin: 25px 0 -20px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  margin: 0 9px;
  padding: 0;
  color: transparent;
  background-color: transparent;
  border: 0;
  outline: none;
  border-radius: 50%;
  background: #e1e5e9;
  cursor: pointer;
}

@media (max-width: 575px) {
  .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}

.slick-dots li button:after {
  display: none;
}

.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover {
  background-color: #3368c6;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.doctor-box {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 0 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1023px) {
  .doctor-box {
    padding: 0 10px;
  }
}

.doctor-box>* {
  margin-bottom: 0;
}

.doctor-box>*:not(:first-child) {
  margin-top: 16px;
}

.doctor-box-photo {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.35s;
  background-color: #fff;
  margin-left: -15px;
  margin-right: -15px;
  text-decoration: none;
}

.doctor-box-photo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: transparent;
  border-radius: 50%;
  box-shadow: inset 0 0 0 30px #3368c6;
  opacity: 0;
  transition: opacity 0 ease 0;
  pointer-events: none;
}

.doctor-box:hover .doctor-box-photo {
  border-radius: 50%;
}

.doctor-box:hover .doctor-box-photo:after {
  opacity: 0.2;
  transition: opacity 0.5s ease 0.2s;
}

.doctor-box-name+.doctor-box-position {
  margin-top: 16px;
}

.doctor-box-name {
  line-height: 1em;
}

.doctor-box-position {
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  color: #3368c6;
}

.doctor-box-top {
  margin: 0 -15px !important;
  padding: 20px 15px;
  background: #fafbfa;
}

@media (max-width: 1023px) {
  .specialist-carousel {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 767px) {
  .specialist-carousel {
    margin: 0;
  }
}

.specialist-carousel .slick-slide {
  padding-bottom: 20px;
}

.specialist-carousel .slick-dots {
  margin-top: 30px;
}

.doctor-box-style3 {
  box-shadow: none;
}

.doctor-box-style3 .doctor-box-name {
  margin-bottom: 14px;
}

.doctor-box-style3 .doctor-box-position {
  font-size: 16px;
}

.doctor-box-style3 .doctor-box-photo:after {
  display: none;
}

.doctor-box-style3 .doctor-box-photo {
  overflow: hidden;
}

.doctor-box-style3 .doctor-box-top {
  margin: 0 !important;
  padding: 25px 15px 25px;
  background-color: transparent;
  display: block;
}

.doctor-box-style3 .doctor-box-photo img {
  -webkit-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: optimizeQuality;
  vertical-align: middle;
  max-width: 100%;
}

.doctor-box-style3:hover .doctor-box-photo {
  border-radius: 0;
}

.doctor-box-style3:hover .doctor-box-photo img {
  -webkit-transition: transform 0.6s ease 0.05s;
  -o-transition: transform 0.6s ease 0.05s;
  transition: -webkit-transform 0.6s ease 0.05s;
  transition: transform 0.6s ease 0.05s;
  transition: transform 0.6s ease 0.05s, -webkit-transform 0.6s ease 0.05s;
  -webkit-transform: scale(1.1) rotate(0.0001deg);
  -ms-transform: scale(1.1) rotate(0.0001deg);
  transform: scale(1.1) rotate(0.0001deg);
}

.doctor-box-style3 .doctor-box-links {
  position: absolute;
  z-index: 1;
  top: 19px;
  right: 0;
  width: 42px;
  background-color: #ffffff;
}

.doctor-box-style3 .doctor-box-links>* {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  height: 42px;
  width: 42px;
  color: #3368c6;
  transition: 0.2s;
}

.doctor-box-style3 .doctor-box-links>*:hover {
  color: #444;
}

/*! CSS Used fontfaces */

/*! CSS Used from: http://websmirno.site/medin/html/weightloss-html/vendor/slick/slick.css */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-initialized .slick-slide {
  display: block;
}

/*! CSS Used from: http://websmirno.site/medin/html/weightloss-html/icons/style.css */
[class^="icon-"] {
  font-family: "Poppins", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right-arrow:before {
  content: "\e921";
}

/*! CSS Used from: http://websmirno.site/medin/html/weightloss-html/css/style.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

a {
  color: #787878;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #269e95;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

a {
  touch-action: manipulation;
}

h2,
.h1 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #444;
}

.h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-6,
.col-sm,
.col-md-6,
.col-lg-4,
.col-lg-6,
.col-lg-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.btn-link {
  font-weight: 400;
  color: #787878;
  background-color: transparent;
}

.btn-link:hover {
  color: #269e95;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus {
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled {
  color: #868e96;
}

.d-block {
  display: block !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-3 {
  margin-top: 30px !important;
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1024px) {
  .mt-lg-6 {
    margin-top: 60px !important;
  }
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
}

*:focus {
  outline: 0 !important;
}

h2 {
  color: #444;
}

h2 a {
  color: #444;
  transition: 0.2s;
}

h2 a:hover {
  color: #269e95;
  text-decoration: none;
}

.h1 {
  font-family: "Poppins", serif;
  line-height: 1.22em;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .h1 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  .h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 1023px) {
  .h1+.h-decor {
    position: relative;
    top: -5px;
  }
}

@media (max-width: 767px) {
  .h1+.h-decor {
    top: -10px;
  }
}

@media (max-width: 575px) {
  .h1+.h-decor {
    position: relative;
    top: -7px;
  }
}

h2 {
  font-family: "Poppins", serif;
  line-height: 1.22em;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 1023px) {
  h2+.h-decor {
    position: relative;
    top: -5px;
  }
}

@media (max-width: 767px) {
  h2+.h-decor {
    top: -10px;
  }
}

@media (max-width: 575px) {
  h2+.h-decor {
    position: relative;
    top: -10px;
  }
}

.h-decor {
  position: relative;
  display: inline-block;
  height: 3px;
  width: 53px;
  background-color: #269e95;
}

@media (max-width: 1023px) {
  .h-decor {
    height: 2px;
    width: 34px;
  }
}

@media (max-width: 575px) {
  .h-decor {
    height: 2px;
    width: 34px;
  }
}

.title-wrap {
  position: relative;
}

.title-wrap+* {
  margin-top: 34px;
}

@media (max-width: 1023px) {
  .title-wrap+* {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .title-wrap+* {
    margin-top: 20px;
  }
}

.btn-link {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Poppins", serif;
  letter-spacing: 0.6px;
  color: #269e95;
}

.btn-link.btn-link--sm {
  font-size: 14px;
  line-height: 16px;
}

.btn-link [class*="icon"] {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  top: 0;
  font-size: 12px;
  transition: 0.3s;
}

.btn-link:hover {
  text-decoration: none;
  color: #424242;
}

@media (max-width: 767px) {
  .btn-link {
    font-size: 14px;
    line-height: 16px;
  }
}

.container {
  margin: 0px auto;
}

.page-content .section {
  position: relative;
  /* margin-top: 110px; */
}

@media (max-width: 1229px) {
  .page-content .section {
    margin-top: 80px;
  }
}

@media (max-width: 1023px) {
  .page-content .section {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .page-content .section {
    margin-top: 40px;
  }
}

.bg-grey {
  padding: 100px 0;
  background: url("http://websmirno.site/medin/html/weightloss-html/images/bg-grey.jpg") #f6f7f5;
}

@media (max-width: 1023px) {
  .bg-grey {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .bg-grey {
    padding: 40px 0;
  }
}

.row.slick-slider {
  display: block;
}

.row.slick-slider [class*="col"] {
  display: block;
}

.slick-slide {
  max-width: none !important;
}

.slick-slider {
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .slick-slider {
    margin-bottom: 30px;
  }
}

.blog-post {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .blog-post {
    margin-bottom: 50px;
  }
}

.blog-post:not(.post-preview)>*+* {
  margin-top: 35px;
}

.blog-post:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.blog-post img {
  max-width: 100%;
}

.blog-post .post-image {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}

.blog-post .post-image img {
  max-width: none;
  width: 100%;
}

.blog-post .post-title {
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 36px;
}

@media (max-width: 767px) {
  .blog-post .post-title {
    font-size: 24px;
    line-height: 30px;
  }
}

.blog-post .post-teaser+* {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .blog-post .post-teaser+* {
    margin-top: 30px;
  }
}

.blog-post .post-image img {
  -webkit-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: optimizeQuality;
  vertical-align: middle;
  max-width: 100%;
}

.blog-post:hover .post-image img {
  -webkit-transition: transform 0.6s ease 0.05s;
  -o-transition: transform 0.6s ease 0.05s;
  transition: -webkit-transform 0.6s ease 0.05s;
  transition: transform 0.6s ease 0.05s;
  transition: transform 0.6s ease 0.05s, -webkit-transform 0.6s ease 0.05s;
  -webkit-transform: scale(1.1) rotate(0.0001deg);
  -ms-transform: scale(1.1) rotate(0.0001deg);
  transform: scale(1.1) rotate(0.0001deg);
}

.blog-post-info {
  display: flex;
}

@media (max-width: 575px) {
  .blog-post-info {
    flex-direction: column;
    align-items: center;
  }

  .blog-post-info>*+* {
    margin-top: 10px;
  }
}

.blog-grid {
  margin-bottom: 50px;
  margin-top: 10px;
  overflow: visible;
}

.blog-grid .blog-post>*+* {
  margin-top: 27px;
}

@media (max-width: 1023px) {
  .blog-grid .blog-post>*+* {
    margin-top: 20px;
  }
}

.blog-grid .blog-post .post-image {
  margin-top: 10px;
}

.blog-grid .post-title {
  font-size: 26px;
  line-height: 34px;
  margin-top: 6px;
  margin-bottom: -2px;
}

@media (max-width: 1229px) {
  .blog-grid .post-title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 1023px) {
  .blog-grid .post-title {
    font-size: 18px;
    line-height: 24px;
    max-width: 80%;
  }
}

@media (max-width: 575px) {
  .blog-grid .blog-post-info {
    flex-direction: row;
  }

  .blog-grid .blog-post-info>*+* {
    margin-top: 0;
  }
}

.blog-grid .blog-post .post-teaser {
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 575px) {
  .blog-grid .blog-post-info {
    flex-direction: row;
  }
}

.blog-grid-carousel .blog-post {
  padding-bottom: 0;
}

.blog-post-style4 .blog-post-info {
  flex-direction: column;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  margin-top: -59px;
  /* left: 23px;
  width: calc(100% - 23px); */
  padding: 20px 0px;
}

@media (max-width: 1023px) {
  .blog-post-style4 .blog-post-info {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .blog-post-style4 .blog-post-info {
    align-items: flex-start;
  }
}

.blog-post-style4 .post-title {
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .blog-post-style4 .post-title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 575px) {
  .blog-post-style4 .post-title {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
  }
}

.blog-post-style4 .post-date-simple {
  font-size: 14px;
  font-weight: 600;
  color: #269e95;
}

@media (max-width: 1023px) {
  .blog-post-style4 .post-date-simple {
    font-size: 13px;
  }
}

.blog-post-style4 .post-title+* {
  /* margin-top: 20px; */
}

@media (max-width: 1023px) {
  .blog-post-style4 .post-title+* {
    margin-top: 12px;
  }
}

.blog-post-style4 .post-teaser+* {
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .blog-post-style4 .post-teaser+* {
    margin-top: 12px;
    font-size: 15px;
    line-height: 24px;
  }
}

@media (max-width: 575px) {
  .blog-post-style4 .post-teaser+* {
    font-size: 14px;
    line-height: 20px;
  }
}

.blog-post-style4 .post-image {
  margin-top: 0 !important;
}

.blog-post-sm {
  display: flex;
  max-width: 480px;
}

.blog-post-sm-photo {
  min-width: 158px;
  flex-basis: 158px;
}

@media (max-width: 1023px) {
  .blog-post-sm-photo {
    min-width: 128px;
    flex-basis: 128px;
  }
}

@media (max-width: 767px) {
  .blog-post-sm-photo {
    min-width: 100px;
    flex-basis: 100px;
  }
}

.blog-post-sm-photo img {
  width: calc(100% - 30px);
}

@media (max-width: 1023px) {
  .blog-post-sm-photo img {
    width: calc(100% - 20px);
  }
}

@media (max-width: 767px) {
  .blog-post-sm-photo img {
    width: calc(100% - 18px);
  }
}

.blog-post-sm-text {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .blog-post-sm-text {
    padding-right: 10px;
  }
}

.blog-post-sm-date {
  font-size: 14px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Poppins", serif;
  color: #269e95;
}

@media (max-width: 1023px) {
  .blog-post-sm-date {
    font-size: 13px;
  }
}

.blog-post-sm-title:not(:first-child) {
  margin-top: 14px;
}

@media (max-width: 1023px) {
  .blog-post-sm-title:not(:first-child) {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .blog-post-sm-title:not(:first-child) {
    margin-top: 4px;
  }
}

.blog-post-sm-title {
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Poppins", serif;
}

@media (max-width: 1023px) {
  .blog-post-sm-title {
    font-size: 13px;
    line-height: 22px;
  }
}

@media (max-width: 1023px) {
  .blog-post-sm-title {
    font-size: 13px;
    line-height: 17px;
  }
}

.blog-post-sm-title a {
  color: #444;
  transition: 0.2s;
  text-decoration: none;
}

.blog-post-sm-title a:hover {
  text-decoration: none;
  color: #269e95;
}

.blog-post-sm+* {
  margin-top: 26px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .blog-post-sm-vertical {
    display: none;
  }
}

.layout-weightloss .section .h-decor {
  height: 2px;
  width: 40px;
  margin: 0;
  position: relative;
  top: -5px;
}

.layout-weightloss .title-wrap .h-decor {
  top: -11px;
}

.layout-weightloss .title-wrap+* {
  margin-top: 25px;
}

.layout-weightloss .blog-post-sm+* {
  margin-top: 40px;
}

@media (max-width: 1023px) {
  .layout-weightloss .blog-post-sm+* {
    margin-top: 30px;
  }
}

@media (max-width: 1023px) {
  .layout-weightloss .blog-grid-carousel .slick-slide {
    padding: 0;
  }
}

/*! CSS Used from: http://websmirno.site/medin/html/weightloss-html/css/style-0.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

a {
  color: #787878;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0f63ac;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

a {
  touch-action: manipulation;
}

h2,
.h1 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #444;
}

.h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-6,
.col-sm,
.col-md-6,
.col-lg-4,
.col-lg-6,
.col-lg-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.btn-link {
  font-weight: 400;
  color: #787878;
  background-color: transparent;
}

.btn-link:hover {
  color: #269e95;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus {
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled {
  color: #868e96;
}

.d-block {
  display: block !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-3 {
  margin-top: 30px !important;
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1024px) {
  .mt-lg-6 {
    margin-top: 60px !important;
  }
}

/* .text-center {
  text-align: center !important;
} */
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
}

*:focus {
  outline: 0 !important;
}

h2 {
  color: #444;
}

h2 a {
  color: #0f63ac;
  transition: 0.2s;
}

h2 a:hover {
  color: #444;
  text-decoration: none;
}

.h1 {
  font-family: "Poppins", serif;
  line-height: 1.22em;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .h1 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  .h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 1023px) {
  .h1+.h-decor {
    position: relative;
    top: -5px;
  }
}

@media (max-width: 767px) {
  .h1+.h-decor {
    top: -10px;
  }
}

@media (max-width: 575px) {
  .h1+.h-decor {
    position: relative;
    top: -7px;
  }
}

h2 {
  font-family: "Poppins", serif;
  line-height: 1.22em;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 1023px) {
  h2+.h-decor {
    position: relative;
    top: -5px;
  }
}

@media (max-width: 767px) {
  h2+.h-decor {
    top: -10px;
  }
}

@media (max-width: 575px) {
  h2+.h-decor {
    position: relative;
    top: -10px;
  }
}

.h-decor {
  position: relative;
  display: inline-block;
  height: 3px;
  width: 53px;
  background-color: #0f63ac;
}

@media (max-width: 1023px) {
  .h-decor {
    height: 2px;
    width: 34px;
  }
}

@media (max-width: 575px) {
  .h-decor {
    height: 2px;
    width: 34px;
  }
}

.title-wrap {
  position: relative;
}

.title-wrap+* {
  margin-top: 34px;
}

@media (max-width: 1023px) {
  .title-wrap+* {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .title-wrap+* {
    margin-top: 20px;
  }
}

.btn-link {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Poppins", serif;
  letter-spacing: 0.6px;
  color: #0f63ac;
}

.btn-link.btn-link--sm {
  font-size: 14px;
  line-height: 16px;
}

.btn-link [class*="icon"] {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  top: 0;
  font-size: 12px;
  transition: 0.3s;
}

.btn-link:hover {
  text-decoration: none;
  color: #424242;
}

@media (max-width: 767px) {
  .btn-link {
    font-size: 14px;
    line-height: 16px;
  }
}

.container {
  margin: 0px auto;
}

.page-content .section {
  position: relative;
  /* margin-top: 110px; */
}

@media (max-width: 1229px) {
  .page-content .section {
    margin-top: 80px;
  }
}

@media (max-width: 1023px) {
  .page-content .section {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .page-content .section {
    margin-top: 40px;
  }
}

.bg-grey {
  padding: 100px 0;
  background: url("http://websmirno.site/medin/html/weightloss-html/images/bg-grey.jpg") #f6f7f5;
}

@media (max-width: 1023px) {
  .bg-grey {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .bg-grey {
    padding: 40px 0;
  }
}

.row.slick-slider {
  display: block;
}

.row.slick-slider [class*="col"] {
  display: block;
}

.slick-slide {
  max-width: none !important;
}

.slick-slider {
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .slick-slider {
    margin-bottom: 30px;
  }
}

.blog-post {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .blog-post {
    margin-bottom: 50px;
  }

  .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #F1F1F1;
    display: block;
  }

  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 100%;
  }
}

.blog-post:not(.post-preview)>*+* {
  margin-top: 35px;
}

.blog-post:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.blog-post img {
  max-width: 100%;
}

.blog-post .post-image {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}

.blog-post .post-image img {
  max-width: none;
  width: 100%;
}

.blog-post .post-title {
  /* margin-bottom: 12px; */
  font-size: 36px;
  line-height: 36px;
}

@media (max-width: 767px) {
  .blog-post .post-title {
    font-size: 24px;
    line-height: 30px;
  }
}

.blog-post .post-teaser+* {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .blog-post .post-teaser+* {
    margin-top: 30px;
  }
}

.blog-post .post-image img {
  -webkit-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: optimizeQuality;
  vertical-align: middle;
  max-width: 100%;
}

.blog-post:hover .post-image img {
  -webkit-transition: transform 0.6s ease 0.05s;
  -o-transition: transform 0.6s ease 0.05s;
  transition: -webkit-transform 0.6s ease 0.05s;
  transition: transform 0.6s ease 0.05s;
  transition: transform 0.6s ease 0.05s, -webkit-transform 0.6s ease 0.05s;
  -webkit-transform: scale(1.1) rotate(0.0001deg);
  -ms-transform: scale(1.1) rotate(0.0001deg);
  transform: scale(1.1) rotate(0.0001deg);
}

.blog-post-info {
  display: flex;
}

@media (max-width: 575px) {
  .blog-post-info {
    flex-direction: column;
    align-items: center;
  }

  .blog-post-info>*+* {
    margin-top: 10px;
  }
}

.blog-grid {
  margin-bottom: 50px;
  margin-top: 10px;
  overflow: visible;
}

.blog-grid .blog-post>*+* {
  margin-top: 27px;
}

@media (max-width: 1023px) {
  .blog-grid .blog-post>*+* {
    margin-top: 20px;
  }
}

.blog-grid .blog-post .post-image {
  margin-top: 10px;
}

.blog-grid .post-title {
  font-size: 26px;
  line-height: 34px;
  margin-top: 6px;
  margin-bottom: -2px;
}

@media (max-width: 1229px) {
  .blog-grid .post-title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 1023px) {
  .blog-grid .post-title {
    font-size: 18px;
    line-height: 24px;
    max-width: 80%;
  }
}

@media (max-width: 575px) {
  .blog-grid .blog-post-info {
    flex-direction: row;
  }

  .blog-grid .blog-post-info>*+* {
    margin-top: 0;
  }
}

.blog-grid .blog-post .post-teaser {
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 575px) {
  .blog-grid .blog-post-info {
    flex-direction: row;
  }
}

.blog-grid-carousel .blog-post {
  padding-bottom: 0;
}

.blog-post-style4 .blog-post-info {
  flex-direction: column;
  background-color: #ffffff;
  position: relative;
  /* height: 113px; */
  z-index: 1;
  margin-top: -10px;
  /* left: 23px;
  width: calc(100% - 23px); */
  /* padding: 30px 25px 25px 30px; */
  /* padding: 10px 15px; */
}

@media (max-width: 1023px) {
  .blog-post-style4 .blog-post-info {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .blog-post-style4 .blog-post-info {
    align-items: flex-start;
  }
}

.blog-post-style4 .post-title {
  /* font-size: 24px; */
  font-size: 18px;
  line-height: 30px;
  margin-top: 0;
  /* height: 50px;
  margin-bottom: 13px; */
}

@media (max-width: 1023px) {
  .blog-post-style4 .post-title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 575px) {
  .blog-post-style4 .post-title {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
  }
}

.blog-post-style4 .post-date-simple {
  font-size: 17px;
  font-weight: 600;
  color: #083b68;
}

@media (max-width: 1023px) {
  .blog-post-style4 .post-date-simple {
    font-size: 13px;
  }
}

.blog-post-style4 .post-title+* {
  /* margin-top: 0px; */
  /* height: 90px; */
}

@media (max-width: 1023px) {
  .blog-post-style4 .post-title+* {
    margin-top: 12px;
  }
}

.blog-post-style4 .post-teaser+* {
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .blog-post-style4 .post-teaser+* {
    margin-top: 12px;
    font-size: 15px;
    line-height: 24px;
  }
}

@media (max-width: 575px) {
  .blog-post-style4 .post-teaser+* {
    font-size: 14px;
    line-height: 20px;
  }
}

.blog-post-style4 .post-image {
  margin-top: 0 !important;
}

.blog-post-sm {
  display: flex;
  max-width: 480px;
}

.blog-post-sm-photo {
  min-width: 158px;
  flex-basis: 158px;
}

@media (max-width: 1023px) {
  .blog-post-sm-photo {
    min-width: 128px;
    flex-basis: 128px;
  }
}

@media (max-width: 767px) {
  .blog-post-sm-photo {
    min-width: 100px;
    flex-basis: 100px;
  }
}

.blog-post-sm-photo img {
  width: calc(100% - 30px);
}

@media (max-width: 1023px) {
  .blog-post-sm-photo img {
    width: calc(100% - 20px);
  }
}

@media (max-width: 767px) {
  .blog-post-sm-photo img {
    width: calc(100% - 18px);
  }
}

.blog-post-sm-text {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .blog-post-sm-text {
    padding-right: 10px;
  }
}

.blog-post-sm-date {
  font-size: 14px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Poppins", serif;
  color: #269e95;
}

@media (max-width: 1023px) {
  .blog-post-sm-date {
    font-size: 13px;
  }
}

.blog-post-sm-title:not(:first-child) {
  margin-top: 14px;
}

@media (max-width: 1023px) {
  .blog-post-sm-title:not(:first-child) {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .blog-post-sm-title:not(:first-child) {
    margin-top: 4px;
  }
}

.blog-post-sm-title {
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Poppins", serif;
}

@media (max-width: 1023px) {
  .blog-post-sm-title {
    font-size: 13px;
    line-height: 22px;
  }
}

@media (max-width: 1023px) {
  .blog-post-sm-title {
    font-size: 13px;
    line-height: 17px;
  }
}

.blog-post-sm-title a {
  color: #444;
  transition: 0.2s;
  text-decoration: none;
}

.blog-post-sm-title a:hover {
  text-decoration: none;
  color: #269e95;
}

.blog-post-sm+* {
  margin-top: 26px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .blog-post-sm-vertical {
    display: none;
  }
}

.layout-weightloss .section .h-decor {
  height: 2px;
  width: 40px;
  margin: 0;
  position: relative;
  top: -5px;
}

.layout-weightloss .title-wrap .h-decor {
  top: -11px;
}

.layout-weightloss .title-wrap+* {
  margin-top: 25px;
}

.layout-weightloss .blog-post-sm+* {
  margin-top: 40px;
}

@media (max-width: 1023px) {
  .layout-weightloss .blog-post-sm+* {
    margin-top: 30px;
  }
}

@media (max-width: 1023px) {
  .layout-weightloss .blog-grid-carousel .slick-slide {
    padding: 0;
  }
}

/*! CSS Used fontfaces */
@font-face {
  font-family: "dentco";
  src: url("http://websmirno.site/medin/html/weightloss-html/icons/fonts/dentco.eot?qs6rs7");
  src: url("http://websmirno.site/medin/html/weightloss-html/icons/fonts/dentco.eot?qs6rs7#iefix") format("embedded-opentype"),
    url("http://websmirno.site/medin/html/weightloss-html/icons/fonts/dentco.ttf?qs6rs7") format("truetype"),
    url("http://websmirno.site/medin/html/weightloss-html/icons/fonts/dentco.woff?qs6rs7") format("woff"),
    url("http://websmirno.site/medin/html/weightloss-html/icons/fonts/dentco.svg?qs6rs7#dentco") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/*paralexx*/

/* product inner */
/*! CSS Used from: http://websmirno.site/medin/html/weightloss-html/css/style.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

h1,
h5 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #444;
}

h1 {
  font-size: 36px;
}

h5 {
  font-size: 20px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mx-auto {
  margin-right: auto !important;
}

.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .mb-md-3 {
    margin-bottom: 30px !important;
  }

  .mt-md-8 {
    margin-top: 80px !important;
  }
}

@media (min-width: 1024px) {
  .mb-lg-4 {
    margin-bottom: 40px !important;
  }
}

.text-center {
  /* text-align: center !important; */
}

*:focus {
  outline: 0 !important;
}

.theme-color {
  color: #269e95;
}

p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 27px;
}

@media (max-width: 1229px) {
  p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 21px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

p:last-child {
  margin-bottom: 0;
}

h1,
h5 {
  color: #444;
}

h1 {
  font-family: "Poppins", serif;
  line-height: 1.22em;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h1 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 1023px) {
  h1+.h-decor {
    position: relative;
    top: -5px;
  }
}

@media (max-width: 767px) {
  h1+.h-decor {
    top: -10px;
  }
}

@media (max-width: 575px) {
  h1+.h-decor {
    position: relative;
    top: -7px;
  }
}

h5 {
  font-family: "Poppins", serif;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h5 {
    font-size: 17px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  h5 {
    font-size: 15px;
    line-height: 22px;
  }
}

.h-sub {
  position: relative;
  z-index: 1;
  margin-bottom: 17px;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 500;
  font-family: "Poppins", serif;
  letter-spacing: 1px;
}

@media (max-width: 1023px) {
  .h-sub {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .h-sub {
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
  }
}

.h-decor {
  position: relative;
  display: inline-block;
  height: 3px;
  width: 53px;
  background-color: #269e95;
}

@media (max-width: 1023px) {
  .h-decor {
    height: 2px;
    width: 34px;
  }
}

@media (max-width: 575px) {
  .h-decor {
    height: 2px;
    width: 34px;
  }
}

.container {
  margin: 0px auto;
}

.page-content .section {
  position: relative;
  /* margin-top: 110px; */
}

.page-content .page-content-first {
  margin-top: 92px;
}

@media (max-width: 1229px) {
  .page-content .section {
    margin-top: 80px;
  }

  .page-content .page-content-first {
    margin-top: 60px;
  }
}

@media (max-width: 1023px) {
  .page-content .section {
    margin-top: 70px;
  }

  .page-content .page-content-first {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .page-content .section {
    margin-top: 40px;
  }

  .page-content .page-content-first {
    margin-top: 30px;
  }
}

.max-670 {
  max-width: 670px !important;
}

.layout-weightloss .section .h-decor {
  height: 2px;
  width: 40px;
  margin: 0;
  position: relative;
  top: -5px;
}

.before-after {
  position: relative;
  display: flex;
  padding: 83px 0 60px;
}

@media (max-width: 1229px) {
  .before-after {
    padding: 60px 0 40px;
  }
}

@media (max-width: 767px) {
  .before-after {
    flex-direction: column;
    padding: 0;
  }
}

.before-after-text {
  position: relative;
  z-index: 1;
  margin-left: auto;
  width: 54.7%;
  padding: 90px 70px 50px;
  background-color: #ffffff;
  box-shadow: 0 5px 50px rgba(110, 110, 110, 0.05);
}

.before-after-text:before {
  position: absolute;
  right: 50px;
  top: 30px;
  font-family: "dentco";
  content: "\e975";
  font-size: 55px;
  color: #269e95;
}

@media (max-width: 1023px) {
  .before-after-text:before {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .before-after-text:before {
    font-size: 35px;
    right: 30px;
    top: 20px;
  }
}

@media (max-width: 1229px) {
  .before-after-text {
    padding: 90px 50px 30px;
  }
}

@media (max-width: 767px) {
  .before-after-text {
    padding: 65px 35px 30px;
    width: 100%;
  }
}

.before-after-name {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
}

.before-after-name span {
  font-size: 16px;
  color: #787878;
}

@media (max-width: 767px) {
  .before-after-name {
    font-size: 18px;
  }

  .before-after-name span {
    font-size: 15px;
  }
}

.before-after-label {
  position: absolute;
  z-index: 1;
  top: -53px;
  left: 70px;
  width: 107px;
  height: 107px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #269e95;
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Poppins", serif;
}

.before-after-label span.before-after-weight {
  position: relative;
  top: 4px;
  font-size: 46px;
  line-height: 0.85em;
}

@media (max-width: 1229px) {
  .before-after-label {
    top: -42px;
  }
}

@media (max-width: 1023px) {
  .before-after-label {
    width: 84px;
    height: 84px;
    font-size: 14px;
    font-weight: 500;
  }

  .before-after-label span.before-after-weight {
    top: 3px;
    font-size: 34px;
    line-height: 0.9em;
  }
}

@media (max-width: 767px) {
  .before-after-label {
    left: 30px;
  }
}

.before-after-image {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  max-width: calc(45.3% + 70px);
}

@media (max-width: 1229px) {
  .before-after-image {
    max-width: calc(45.3% + 30px);
  }
}

.before-after-image img {
  width: 100%;
}

@media (max-width: 767px) {
  .before-after-image {
    position: relative;
    max-width: 100%;
    z-index: 0;
  }
}

.before-after:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #f7f7f7;
  width: 63.3%;
}

.before-after-bg {
  position: absolute;
  z-index: -1;
  left: -70px;
  bottom: -53px;
}

.before-after--reverse .before-after-text {
  margin-left: 0;
  margin-right: auto;
}

.before-after--reverse .before-after-text:before {
  right: auto;
  left: 70px;
  content: "\e978";
}

@media (max-width: 1229px) {
  .before-after--reverse .before-after-text:before {
    right: auto;
    left: 50px;
  }
}

@media (max-width: 767px) {
  .before-after--reverse .before-after-text:before {
    right: auto;
    left: 30px;
  }
}

.before-after--reverse .before-after-label {
  left: auto;
  right: 70px;
}

@media (max-width: 1229px) {
  .before-after--reverse .before-after-label {
    right: 50px;
  }
}

@media (max-width: 767px) {
  .before-after--reverse .before-after-label {
    left: auto;
    right: 30px;
  }
}

.before-after--reverse .before-after-image {
  right: 0;
  left: auto;
}

.before-after--reverse:before {
  left: auto;
  right: 0;
}

.before-after--reverse .before-after-bg {
  right: -70px;
  left: auto;
}

.before-after+.before-after {
  margin-top: 105px;
}

@media (max-width: 1023px) {
  .before-after+.before-after {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .before-after+.before-after {
    margin-top: 50px;
  }
}

/*! CSS Used from: http://websmirno.site/medin/html/weightloss-html/css/style-0.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

h1,
h5 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #444;
}

h1 {
  font-size: 36px;
}

h5 {
  font-size: 20px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mx-auto {
  margin-right: auto !important;
}

.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .mb-md-3 {
    margin-bottom: 30px !important;
  }

  .mt-md-8 {
    margin-top: 80px !important;
  }
}

@media (min-width: 1024px) {
  .mb-lg-4 {
    margin-bottom: 40px !important;
  }
}

.text-center {
  /* text-align: center !important; */
}

*:focus {
  outline: 0 !important;
}

.theme-color {
  color: #0f63ac;
}

p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 27px;
}

@media (max-width: 1229px) {
  p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 21px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

p:last-child {
  margin-bottom: 0;
}

h1,
h5 {
  color: #444;
}

h1 {
  font-family: "Poppins", serif;
  line-height: 1.22em;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h1 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 1023px) {
  h1+.h-decor {
    position: relative;
    top: -5px;
  }
}

@media (max-width: 767px) {
  h1+.h-decor {
    top: -10px;
  }
}

@media (max-width: 575px) {
  h1+.h-decor {
    position: relative;
    top: -7px;
  }
}

h5 {
  font-family: "Poppins", serif;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h5 {
    font-size: 17px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  h5 {
    font-size: 15px;
    line-height: 22px;
  }
}

.h-sub {
  position: relative;
  z-index: 1;
  margin-bottom: 17px;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 500;
  font-family: "Poppins", serif;
  letter-spacing: 1px;
}

@media (max-width: 1023px) {
  .h-sub {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .h-sub {
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
  }
}

.h-decor {
  position: relative;
  display: inline-block;
  height: 3px;
  width: 53px;
  background-color: #0f63ac;
}

@media (max-width: 1023px) {
  .h-decor {
    height: 2px;
    width: 34px;
  }
}

@media (max-width: 575px) {
  .h-decor {
    height: 2px;
    width: 34px;
  }
}

.container {
  margin: 0px auto;
}

.page-content .section {
  position: relative;
  /* margin-top: 110px; */
}

.page-content .page-content-first {
  margin-top: 92px;
}

@media (max-width: 1229px) {
  .page-content .section {
    margin-top: 80px;
  }

  .page-content .page-content-first {
    margin-top: 60px;
  }
}

@media (max-width: 1023px) {
  .page-content .section {
    margin-top: 70px;
  }

  .page-content .page-content-first {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .page-content .section {
    margin-top: 40px;
  }

  .page-content .page-content-first {
    margin-top: 30px;
  }
}

.max-670 {
  max-width: 670px !important;
}

.layout-weightloss .section .h-decor {
  height: 2px;
  width: 40px;
  margin: 0;
  position: relative;
  top: -5px;
}

.before-after {
  position: relative;
  display: flex;
  padding: 83px 0 60px;
}

@media (max-width: 1229px) {
  .before-after {
    padding: 60px 0 40px;
  }
}

@media (max-width: 767px) {
  .before-after {
    flex-direction: column;
    padding: 0;
  }
}

.before-after-text {
  position: relative;
  z-index: 9;
  margin-left: auto;
  width: 54.7%;
  padding: 60px 70px 50px;
  background-color: #ffffff;
  box-shadow: 0 5px 50px rgb(110 110 110 / 20%);
}

.before-after-text:before {
  position: absolute;
  right: 50px;
  top: 30px;
  font-family: "dentco";
  content: "\e975";
  font-size: 55px;
  color: #269e95;
}

@media (max-width: 1023px) {
  .before-after-text:before {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .before-after-text:before {
    font-size: 35px;
    right: 30px;
    top: 20px;
  }
}

@media (max-width: 1229px) {
  .before-after-text {
    padding: 90px 50px 30px;
  }
}

@media (max-width: 767px) {
  .before-after-text {
    padding: 65px 35px 30px;
    width: 100%;
  }
}

.before-after-name {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
}

.before-after-name span {
  font-size: 16px;
  color: #787878;
}

@media (max-width: 767px) {
  .before-after-name {
    font-size: 18px;
  }

  .before-after-name span {
    font-size: 15px;
  }

  .main-timeline .timeline-content {
    width: 100% !important;
    display: inline-block;
    background: #fff;
    border-radius: 15px;
    transform-origin: 50% 65%;
    transition: transform 5s, filter 2s ease-in-out;
    filter: brightness(150%);
    overflow: hidden;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 7% 100%, 0 50%, 7% 0);
    clip-path: polygon(100% 0, 100% 100%, 7% 100%, 0 50%, 7% 0);
  }

  /* .main-timeline .timeline-icon,
        .main-timeline .timeline:nth-child(2n) .timeline-icon {
          font-size: 25px;
          left: 0%;
        } */
}

.before-after-label {
  position: absolute;
  z-index: 1;
  top: -53px;
  left: 70px;
  width: 107px;
  height: 107px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #0f63ac;
  font-size: 50px;
  line-height: 1em;
  font-weight: 100;
  font-family: "Poppins", serif;
}

.before-after-label span.before-after-weight {
  position: relative;
  top: 4px;
  font-size: 46px;
  line-height: 0.85em;
}

@media (max-width: 1229px) {
  .before-after-label {
    top: -42px;
  }
}

@media (max-width: 1023px) {
  .before-after-label {
    width: 84px;
    height: 84px;
    font-size: 35px;
    font-weight: 500;
  }

  .before-after-label span.before-after-weight {
    top: 3px;
    font-size: 34px;
    line-height: 0.9em;
  }
}

@media (max-width: 767px) {
  .before-after-label {
    left: 30px;
  }
}

.before-after-image {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  max-width: calc(45.9% + 200px);
}

@media (max-width: 1229px) {
  .before-after-image {
    max-width: calc(45.3% + 30px);
  }
}

.before-after-image img {
  width: 100%;
}

@media (max-width: 767px) {
  .before-after-image {
    position: relative;
    max-width: 100%;
    z-index: 0;
  }
}

.before-after:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #f7f7f7;
  width: 63.3%;
}

.before-after-bg {
  position: absolute;
  z-index: -1;
  left: -70px;
  bottom: -53px;
}

.before-after--reverse .before-after-text {
  margin-left: 0;
  margin-right: auto;
}

.before-after--reverse .before-after-text:before {
  right: auto;
  left: 70px;
  content: "\e978";
}

@media (max-width: 1229px) {
  .before-after--reverse .before-after-text:before {
    right: auto;
    left: 50px;
  }
}

@media (max-width: 767px) {
  .before-after--reverse .before-after-text:before {
    right: auto;
    left: 30px;
  }
}

.before-after--reverse .before-after-label {
  left: auto;
  right: 70px;
}

@media (max-width: 1229px) {
  .before-after--reverse .before-after-label {
    right: 50px;
  }
}

@media (max-width: 767px) {
  .before-after--reverse .before-after-label {
    left: auto;
    right: 30px;
  }
}

.before-after--reverse .before-after-image {
  right: 0;
  left: auto;
}

.before-after--reverse:before {
  left: auto;
  right: 0;
}

.before-after--reverse .before-after-bg {
  right: -70px;
  left: auto;
}

.before-after+.before-after {
  margin-top: 105px;
}

@media (max-width: 1023px) {
  .before-after+.before-after {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .before-after+.before-after {
    margin-top: 50px;
  }
}

/*! CSS Used fontfaces */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC,
    U+A830-A839, U+A8E0-A8FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC,
    U+A830-A839, U+A8E0-A8FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC,
    U+A830-A839, U+A8E0-A8FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC,
    U+A830-A839, U+A8E0-A8FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC,
    U+A830-A839, U+A8E0-A8FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC,
    U+A830-A839, U+A8E0-A8FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "dentco";
  src: url("http://websmirno.site/medin/html/weightloss-html/icons/fonts/dentco.eot?qs6rs7");
  src: url("http://websmirno.site/medin/html/weightloss-html/icons/fonts/dentco.eot?qs6rs7#iefix") format("embedded-opentype"),
    url("http://websmirno.site/medin/html/weightloss-html/icons/fonts/dentco.ttf?qs6rs7") format("truetype"),
    url("http://websmirno.site/medin/html/weightloss-html/icons/fonts/dentco.woff?qs6rs7") format("woff"),
    url("http://websmirno.site/medin/html/weightloss-html/icons/fonts/dentco.svg?qs6rs7#dentco") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* gallery */

/*! CSS Used from: http://websmirno.site/medin/html/weightloss-html/vendor/slick/slick.css */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-initialized .slick-slide {
  display: block;
}

/*! CSS Used from: http://websmirno.site/medin/html/weightloss-html/icons/style.css */
[class^="icon-"] {
  font-family: "dentco" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-behavior:before {
  content: "\e979";
}

.icon-pills:before {
  content: "\e97a";
}

.icon-run:before {
  content: "\e97b";
}

.icon-salat:before {
  content: "\e97c";
}

.icon-happy:before {
  content: "\e97d";
}

.icon-molecula:before {
  content: "\e97e";
}

.icon-coach:before {
  content: "\e97f";
}

.icon-instruments:before {
  content: "\e980";
}

/*! CSS Used from: http://websmirno.site/medin/html/weightloss-html/css/style.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

h2,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #787878;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #269e95;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

a,
button {
  touch-action: manipulation;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html [type="button"] {
  -webkit-appearance: button;
}

h2,
h5,
.h1 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #444;
}

.h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
}

h5 {
  font-size: 20px;
}

.text-center {
  /* text-align: center !important; */
}

*:focus {
  outline: 0 !important;
}

button {
  cursor: pointer;
}

p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 27px;
}

@media (max-width: 1229px) {
  p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 21px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

h2,
h5 {
  color: #444;
}

.h1 {
  font-family: "Poppins", serif;
  line-height: 1.22em;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .h1 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  .h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 1023px) {
  .h1+.h-decor {
    position: relative;
    top: -5px;
  }
}

@media (max-width: 767px) {
  .h1+.h-decor {
    top: -10px;
  }
}

@media (max-width: 575px) {
  .h1+.h-decor {
    position: relative;
    top: -7px;
  }
}

h2 {
  font-family: "Poppins", serif;
  line-height: 1.22em;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 1023px) {
  h2+.h-decor {
    position: relative;
    top: -5px;
  }
}

@media (max-width: 767px) {
  h2+.h-decor {
    top: -10px;
  }
}

@media (max-width: 575px) {
  h2+.h-decor {
    position: relative;
    top: -10px;
  }
}

h5 {
  font-family: "Poppins", serif;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h5 {
    font-size: 17px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  h5 {
    font-size: 15px;
    line-height: 22px;
  }
}

.h-decor {
  position: relative;
  display: inline-block;
  height: 3px;
  width: 53px;
  background-color: #269e95;
}

@media (max-width: 1023px) {
  .h-decor {
    height: 2px;
    width: 34px;
  }
}

@media (max-width: 575px) {
  .h-decor {
    height: 2px;
    width: 34px;
  }
}

.title-wrap {
  position: relative;
}

.title-wrap+* {
  margin-top: 34px;
}

@media (max-width: 1023px) {
  .title-wrap+* {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .title-wrap+* {
    margin-top: 20px;
  }
}

.double-title {
  position: relative;
}

.double-title span {
  position: relative;
  z-index: 1;
}

.double-title:after {
  position: absolute;
  z-index: 0;
  right: 0;
  left: -0.05em;
  top: -0.65em;
  font-size: 120px;
  line-height: 1em;
  white-space: nowrap;
  content: attr(data-title);
  color: #f7f9fb;
}

@media (max-width: 1229px) {
  .double-title:after {
    font-size: 100px;
  }
}

@media (max-width: 575px) {
  .double-title:after {
    font-size: 70px;
  }
}

.double-title--white:after {
  color: #ffffff;
}

.double-title--vcenter:after {
  top: -0.36em;
}

.double-title--center:after {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.page-content .section {
  position: relative;
  /* margin-top: 110px; */
}

@media (max-width: 1229px) {
  .page-content .section {
    margin-top: 80px;
  }
}

@media (max-width: 1023px) {
  .page-content .section {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .page-content .section {
    margin-top: 40px;
  }
}

.bg-dotted {
  background: url("http://websmirno.site/medin/html/weightloss-html/images/bg-dotted.png") #f6f7f5;
  padding: 100px 0 80px;
}

@media (max-width: 1023px) {
  .bg-dotted {
    padding: 50px 0 40px;
  }
}

@media (max-width: 575px) {
  .bg-dotted {
    padding: 40px 0 20px;
  }
}

.row.slick-slider {
  display: block;
}

.row.slick-slider [class*="col"] {
  display: block;
}

.service-card-name {
  font-size: 24px;
  line-height: 1.1em;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .service-card-name {
    font-size: 20px;
  }
}

.service-card-style4 {
  display: block;
  margin: 0 15px;
  color: #787878;
  position: relative;
}

.service-card-style4:hover {
  color: #787878;
  text-decoration: none;
}

@media (max-width: 1229px) {
  .service-card-style4 {
    margin: 0 12px;
  }
}

@media (max-width: 1023px) {
  .service-card-style4 {
    margin: 0 5px;
  }
}

.service-card-style4 .service-card-img {
  position: relative;
  z-index: 1;
}

.service-card-style4 .service-card-img img {
  position: relative;
  width: 100%;
}

.service-card-style4 .service-card-img-num {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -32px;
  font-size: 240px;
  line-height: 1em;
  font-weight: 300;
  color: #f4f4f4;
  opacity: 1 !important;
  transition: 0.35s ease-in;
}

@media (max-width: 1229px) {
  .service-card-style4 .service-card-img-num {
    font-size: 180px;
    right: -25px;
  }
}

@media (max-width: 1023px) {
  .service-card-style4 .service-card-img-num {
    font-size: 135px;
    right: -10px;
  }
}

.service-card-style4 .service-card-name {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  padding: 24px 15px 24px 65px;
  font-size: 20px;
  line-height: 1.4em;
}

@media (max-width: 1229px) {
  .service-card-style4 .service-card-name {
    font-size: 16px;
    padding: 15px 0 15px 55px;
  }
}

@media (max-width: 1023px) {
  .service-card-style4 .service-card-name {
    font-size: 16px;
    padding: 10px 0 10px 48px;
  }
}

@media (max-width: 575px) {
  .service-card-style4 .service-card-name {
    font-size: 18px;
    padding: 15px 0 15px 48px;
  }
}

.service-card-style4 .service-card-bg {
  position: absolute;
  overflow: hidden;
  z-index: 0;
  top: 20%;
  left: 30px;
  right: -30px;
  bottom: 0;
  padding: 30px 35px;
  background-color: #ffffff;
}

@media (max-width: 1799px) {
  .service-card-style4 .service-card-bg {
    padding: 25px 30px;
  }
}

@media (max-width: 1799px) and (min-width: 1200px) {
  .service-card-style4 .service-card-bg {
    top: 15%;
  }
}

@media (max-width: 1229px) {
  .service-card-style4 .service-card-bg {
    left: 20px;
    right: -20px;
    padding: 20px;
  }
}

@media (max-width: 1023px) {
  .service-card-style4 .service-card-bg {
    left: 20px;
    right: -20px;
    padding: 15px;
  }
}

.service-card-style4 .service-card-bg p {
  margin-bottom: 0;
}

.service-card-style4 .service-card-bg p+* {
  margin-top: 30px;
}

@media (max-width: 1799px) {
  .service-card-style4 .service-card-bg p+* {
    margin-top: 20px;
  }
}

@media (max-width: 1229px) {
  .service-card-style4 .service-card-bg p+* {
    margin-top: 15px;
  }
}

@media (max-width: 1799px) {
  .service-card-style4 .service-card-bg p {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 1229px) {
  .service-card-style4 .service-card-bg p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 575px) {
  .service-card-style4 .service-card-bg p {
    max-height: none;
  }
}

.service-card-style4 .service-card-bg>* {
  opacity: 0;
}

.service-card-style4 .service-card-bg [class*="icon"] {
  display: block;
  color: #269e95;
  font-size: 60px;
  margin-bottom: 20px;
  transition: 0.5s;
  transform: scale(0.75);
  opacity: 0.5;
}

@media (max-width: 1799px) {
  .service-card-style4 .service-card-bg [class*="icon"] {
    font-size: 50px;
    margin-bottom: 18px;
  }
}

@media (max-width: 1229px) {
  .service-card-style4 .service-card-bg [class*="icon"] {
    font-size: 40px;
    margin-bottom: 15px;
  }
}

.service-card-style4 .service-card-bg .service-card-name {
  padding: 0;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .service-card-style4:hover .service-card-bg {
    z-index: 10;
  }

  .service-card-style4:hover .service-card-bg>* {
    opacity: 1;
  }

  .service-card-style4:hover .service-card-img-num {
    bottom: 15%;
  }

  .service-card-style4:hover [class*="icon"] {
    transform: scale(1);
    opacity: 1;
  }
}

.service-card-style4-carousel.row {
  flex-wrap: nowrap;
  padding-left: 100px;
  padding-right: 100px;
}

@media (max-width: 1229px) {
  .service-card-style4-carousel.row {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1023px) {
  .service-card-style4-carousel.row {
    padding-left: 0;
    padding-right: 0;
  }
}

.btn-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  /* border-radius: 50%; */
  text-decoration: none;
  font-size: 24px;
  line-height: 1em;
  color: #ffffff;
  background-color: #269e95;
  box-shadow: 0 0 0 0 rgba(244, 244, 244, 0);
  text-decoration: none;
  transition: 0.2s;
}

@media (max-width: 1023px) {
  .btn-plus {
    width: 26px;
    height: 26px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .btn-plus {
    width: 46px;
    height: 46px;
    font-size: 24px;
  }
}

.btn-plus:hover {
  color: #ffffff;
  box-shadow: 0 0 0 10px rgba(244, 244, 244, 0.5);
  text-decoration: none;
}

.slick-slide {
  max-width: none !important;
}

.slick-slider {
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .slick-slider {
    margin-bottom: 30px;
  }
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 50px 0 -35px;
  list-style: none;
  text-align: center;
}

@media (max-width: 1023px) {
  .slick-dots {
    margin: 35px 0 -20px;
  }
}

@media (max-width: 575px) {
  .slick-dots {
    margin: 25px 0 -20px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  margin: 0 9px;
  padding: 0;
  color: transparent;
  background-color: transparent;
  border: 0;
  outline: none;
  border-radius: 50%;
  background: #e1e5e9;
  cursor: pointer;
}

@media (max-width: 575px) {
  .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}

.slick-dots li button:after {
  display: none;
}

.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover {
  background-color: #269e95;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.layout-weightloss .section .h-decor {
  height: 2px;
  width: 40px;
  margin: 0;
  position: relative;
  top: -5px;
}

.layout-weightloss .title-wrap .h-decor {
  top: -11px;
}

.layout-weightloss .title-wrap+* {
  margin-top: 25px;
}

/*! CSS Used from: http://websmirno.site/medin/html/weightloss-html/css/style-0.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

h2,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #787878;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

a,
button {
  touch-action: manipulation;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html [type="button"] {
  -webkit-appearance: button;
}

h2,
h5,
.h1 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #444;
}

.h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
}

h5 {
  font-size: 20px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1229px) {
  p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 21px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

h2,
h5 {
  color: #444;
}

.h1 {
  font-family: "Poppins", serif;
  line-height: 1.22em;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .h1 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  .h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 1023px) {
  .h1+.h-decor {
    position: relative;
    top: -5px;
  }
}

@media (max-width: 767px) {
  .h1+.h-decor {
    top: -10px;
  }
}

@media (max-width: 575px) {
  .h1+.h-decor {
    position: relative;
    top: -7px;
  }
}

h2 {
  font-family: "Poppins", serif;
  line-height: 1.22em;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 1023px) {
  h2+.h-decor {
    position: relative;
    top: -5px;
  }
}

@media (max-width: 767px) {
  h2+.h-decor {
    top: -10px;
  }
}

@media (max-width: 575px) {
  h2+.h-decor {
    position: relative;
    top: -10px;
  }
}

h5 {
  font-family: "Poppins", serif;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  h5 {
    font-size: 17px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  h5 {
    font-size: 15px;
    line-height: 22px;
  }
}

.h-decor {
  position: relative;
  display: inline-block;
  height: 3px;
  width: 53px;
  background-color: #0f63ac;
}

@media (max-width: 1023px) {
  .h-decor {
    height: 2px;
    width: 34px;
  }
}

@media (max-width: 575px) {
  .h-decor {
    height: 2px;
    width: 34px;
  }
}

.title-wrap {
  position: relative;
}

.title-wrap+* {
  margin-top: 34px;
}

@media (max-width: 1023px) {
  .title-wrap+* {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .title-wrap+* {
    margin-top: 20px;
  }
}

.double-title {
  position: relative;
}

.double-title span {
  position: relative;
  z-index: 1;
}

.double-title:after {
  position: absolute;
  z-index: 0;
  right: 0;
  left: -0.05em;
  top: -0.65em;
  font-size: 120px;
  line-height: 1em;
  white-space: nowrap;
  content: attr(data-title);
  color: #e6ecf2;
}

@media (max-width: 1229px) {
  .double-title:after {
    font-size: 100px;
  }
}

@media (max-width: 575px) {
  .double-title:after {
    font-size: 70px;
  }
}

.double-title--white:after {
  color: #ffffff;
}

.double-title--vcenter:after {
  top: -0.36em;
}

.double-title--center:after {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.page-content .section {
  position: relative;
  /* margin-top: 110px; */
}

@media (max-width: 1229px) {
  .page-content .section {
    margin-top: 80px;
  }
}

@media (max-width: 1023px) {
  .page-content .section {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .page-content .section {
    margin-top: 40px;
  }
}

.bg-dotted {
  background: url("http://websmirno.site/medin/html/weightloss-html/images/bg-dotted.png") #f6f7f5;
  padding: 100px 0 80px;
}

@media (max-width: 1023px) {
  .bg-dotted {
    padding: 50px 0 40px;
  }
}

@media (max-width: 575px) {
  .bg-dotted {
    padding: 40px 0 20px;
  }
}

.row.slick-slider {
  display: block;
}

.row.slick-slider [class*="col"] {
  display: block;
}

.service-card-name {
  font-size: 24px;
  line-height: 1.1em;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .service-card-name {
    font-size: 20px;
  }
}

.service-card-style4 {
  display: block;
  margin: 0 15px;
  color: #787878;
  position: relative;
}

.service-card-style4:hover {
  color: #787878;
  text-decoration: none;
}

@media (max-width: 1229px) {
  .service-card-style4 {
    margin: 0 12px;
  }
}

@media (max-width: 1023px) {
  .service-card-style4 {
    margin: 0 5px;
  }
}

.service-card-style4 .service-card-img {
  position: relative;
  z-index: 1;
}

.service-card-style4 .service-card-img img {
  position: relative;
  width: 100%;
}

.service-card-style4 .service-card-img-num {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -32px;
  font-size: 240px;
  line-height: 1em;
  font-weight: 300;
  color: #f4f4f4;
  opacity: 1 !important;
  transition: 0.35s ease-in;
}

@media (max-width: 1229px) {
  .service-card-style4 .service-card-img-num {
    font-size: 180px;
    right: -25px;
  }
}

@media (max-width: 1023px) {
  .service-card-style4 .service-card-img-num {
    font-size: 135px;
    right: -10px;
  }
}

.service-card-style4 .service-card-name {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  padding: 24px 15px 24px 65px;
  font-size: 20px;
  line-height: 1.4em;
}

@media (max-width: 1229px) {
  .service-card-style4 .service-card-name {
    font-size: 16px;
    padding: 15px 0 15px 55px;
  }
}

@media (max-width: 1023px) {
  .service-card-style4 .service-card-name {
    font-size: 16px;
    padding: 10px 0 10px 48px;
  }
}

@media (max-width: 575px) {
  .service-card-style4 .service-card-name {
    font-size: 18px;
    padding: 15px 0 15px 48px;
  }
}

.service-card-style4 .service-card-bg {
  position: absolute;
  overflow: hidden;
  z-index: 0;
  top: 20%;
  left: 30px;
  right: -30px;
  bottom: 0;
  padding: 30px 35px;
  background-color: #ffffff;
}

@media (max-width: 1799px) {
  .service-card-style4 .service-card-bg {
    padding: 25px 30px;
  }
}

@media (max-width: 1799px) and (min-width: 1200px) {
  .service-card-style4 .service-card-bg {
    top: 15%;
  }
}

@media (max-width: 1229px) {
  .service-card-style4 .service-card-bg {
    left: 20px;
    right: -20px;
    padding: 20px;
  }
}

@media (max-width: 1023px) {
  .service-card-style4 .service-card-bg {
    left: 20px;
    right: -20px;
    padding: 15px;
  }
}

.service-card-style4 .service-card-bg p {
  margin-bottom: 0;
}

.service-card-style4 .service-card-bg p+* {
  margin-top: 30px;
}

@media (max-width: 1799px) {
  .service-card-style4 .service-card-bg p+* {
    margin-top: 20px;
  }
}

@media (max-width: 1229px) {
  .service-card-style4 .service-card-bg p+* {
    margin-top: 15px;
  }
}

@media (max-width: 1799px) {
  .service-card-style4 .service-card-bg p {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 1229px) {
  .service-card-style4 .service-card-bg p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 575px) {
  .service-card-style4 .service-card-bg p {
    max-height: none;
  }
}

.service-card-style4 .service-card-bg>* {
  opacity: 0;
}

.service-card-style4 .service-card-bg [class*="icon"] {
  display: block;
  color: #0f63ac;
  font-size: 60px;
  margin-bottom: 20px;
  transition: 0.5s;
  transform: scale(0.75);
  opacity: 0.5;
}

@media (max-width: 1799px) {
  .service-card-style4 .service-card-bg [class*="icon"] {
    font-size: 50px;
    margin-bottom: 18px;
  }
}

@media (max-width: 1229px) {
  .service-card-style4 .service-card-bg [class*="icon"] {
    font-size: 40px;
    margin-bottom: 15px;
  }
}

.service-card-style4 .service-card-bg .service-card-name {
  padding: 0;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .service-card-style4:hover .service-card-bg {
    z-index: 10;
  }

  .service-card-style4:hover .service-card-bg>* {
    opacity: 1;
  }

  .service-card-style4:hover .service-card-img-num {
    bottom: 15%;
  }

  .service-card-style4:hover [class*="icon"] {
    transform: scale(1);
    opacity: 1;
  }
}

.service-card-style4-carousel.row {
  flex-wrap: nowrap;
  padding-left: 100px;
  padding-right: 100px;
}

@media (max-width: 1229px) {
  .service-card-style4-carousel.row {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1023px) {
  .service-card-style4-carousel.row {
    padding-left: 0;
    padding-right: 0;
  }
}

.btn-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 55px;
  padding: 16px;
  /* border-radius: 50%; */
  text-decoration: none;
  font-size: 17px;
  line-height: 1em;
  color: #ffffff;
  background-color: #0f63ac;
  box-shadow: 0 0 0 0 rgba(244, 244, 244, 0);
  text-decoration: none;
  transition: 0.2s;
}

@media (max-width: 1023px) {
  .btn-plus {
    width: 26px;
    height: 26px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .btn-plus {
    width: 46px;
    height: 46px;
    font-size: 24px;
  }
}

.btn-plus:hover {
  color: #ffffff;
  box-shadow: 0 0 0 10px rgba(244, 244, 244, 0.5);
  text-decoration: none;
}

.slick-slide {
  max-width: none !important;
}

.slick-slider {
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .slick-slider {
    margin-bottom: 30px;
  }
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 50px 0 -35px;
  list-style: none;
  text-align: center;
}

@media (max-width: 1023px) {
  .slick-dots {
    margin: 35px 0 -20px;
  }
}

@media (max-width: 575px) {
  .slick-dots {
    margin: 25px 0 -20px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  margin: 0 9px;
  padding: 0;
  color: transparent;
  background-color: transparent;
  border: 0;
  outline: none;
  border-radius: 50%;
  background: #e1e5e9;
  cursor: pointer;
}

@media (max-width: 575px) {
  .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}

.slick-dots li button:after {
  display: none;
}

.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover {
  background-color: #0f63ac;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.layout-weightloss .section .h-decor {
  height: 2px;
  width: 40px;
  margin: 0;
  position: relative;
  top: -5px;
}

.layout-weightloss .title-wrap .h-decor {
  top: -11px;
}

.layout-weightloss .title-wrap+* {
  margin-top: 25px;
}

/*! CSS Used fontfaces */
@font-face {
  font-family: "dentco";
  src: url("http://websmirno.site/medin/html/weightloss-html/icons/fonts/dentco.eot?qs6rs7");
  src: url("http://websmirno.site/medin/html/weightloss-html/icons/fonts/dentco.eot?qs6rs7#iefix") format("embedded-opentype"),
    url("http://websmirno.site/medin/html/weightloss-html/icons/fonts/dentco.ttf?qs6rs7") format("truetype"),
    url("http://websmirno.site/medin/html/weightloss-html/icons/fonts/dentco.woff?qs6rs7") format("woff"),
    url("http://websmirno.site/medin/html/weightloss-html/icons/fonts/dentco.svg?qs6rs7#dentco") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC,
    U+A830-A839, U+A8E0-A8FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC,
    U+A830-A839, U+A8E0-A8FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC,
    U+A830-A839, U+A8E0-A8FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC,
    U+A830-A839, U+A8E0-A8FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC,
    U+A830-A839, U+A8E0-A8FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC,
    U+A830-A839, U+A8E0-A8FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}