/*
1-  General Styles
2-  Form Styling
3-  Spacing Helping Classes
4-  parallax
5-  Header
6-  Slider
7-  Inner Pages
8-  Shop
9-  Footer
10- Responsive
*/
/*=================
General
===================*/

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  overflow: hidden;
  overflow-y: scroll;
  font-size: 14px;
  color: #696969;
  background: #eff2f5;
}

.ls-5 {
  letter-spacing: 5px;
}

p {
  margin: 0 0 10px;
}

.destaque {
  font-size: 17px;
}

.tratamentos {
  font-size: 18px;
  text-align: center;
}

.tratamentos:hover {
  color: #0a7090;
}

.titulos {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500>;
  font-style: normal;
}

.animatedParent {}

.offsetWrap {
  position: relative;
  overflow: hidden;
}

.offsetMaker {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.navOffset {
  padding: 20px 0;
  position: absolute;
  right: -250px;
  top: 0;
  background-color: #1f1f1f;
  background-image:
    -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)),
    url("../img/bg01.png");
  background-image:
    -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)),
    url("../img/bg01.png");
  background-image:
    -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)),
    url("../img/bg01.png");
  background-image:
    linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)),
    url("../img/bg01.png");
  width: 250px;
  text-align: left;
  height: 100%;
  color: #fff;
}

.navOffset ul {
  padding: 0;
  margin: 0;
}

.navOffset li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navOffset li ul {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.navOffset li a {
  display: block;
  color: #fff;
  padding: 10px 15px;
}

.lt-ie9 .animated {
  opacity: 1 !important;
  -webkit-animation: none !important;
  animation: none !important;
  transform: none !important;
}

section {
  padding: 50px 0;
}

blockquote {
  border: none;
  margin: 0;
  font-size: 15px;
  line-height: 28px;
  padding: 40px;
}

q {
  position: relative;
}

q::before {
  position: absolute;
  left: -25px;
  top: 0;
  font-size: 40px;
}

q::after {
  content: "";
}

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

ul {
  margin: 0;
}

a {
  outline: none !important;
  color: #000;
  text-decoration: none !important;
}

a:hover {
  color: #5ea9dd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  margin: 10px 0;
  font-weight: 400;
  color: #323232;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.btn-default {
  background: #46505c;
  color: #fff;
}

.btn {
  border: none;
  border-radius: 0px;
  font-weight: 400;
  text-transform: inherit;
  font-size: 14px;
  background-color: #052b3d;
  color: #fff;
  padding: 8px 18px;
}

.btn:hover {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
  background: #096b89;
  color: #fff;
}

.button-container {
  text-align: center;
}

.text-extralight {
  font-weight: 100 !important;
}

.text-light {
  font-weight: 300 !important;
}

.text-semibold {
  font-weight: 600 !important;
}

.text-bold {
  font-weight: 700 !important;
}

.text-extrabold {
  font-weight: 800 !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.link {
  text-decoration: underline;
  display: inline-block;
}

.link-grey {
  color: #c5c8c9;
}

.link:hover {
  color: #7cbf1d;
}

.head-grey h2,
.head-grey h3 {
  color: #444e5a;
}

.no-pad {
  padding: 0;
}

.bg-blue {
  background: #052b3d;
}

.bg-blue1 {
  background: #096b89;
}

.bg-blue2 {
  background: #2d5980;
}

.bg-blue3 {
  background: #096b89;
}

.bg-blue4 {
  background: #2d5980;
}

.color-white {
  color: #fff;
}

.bg-white {
  background: #fff;
}

.after-left-s,
.after-left-l,
.after-mid-l {
  position: relative;
}

.after-left-s:after {
  content: "";
  background: #e4f2fc;
  height: 6px;
  width: 58px;
  bottom: 0;
  left: 0;
  position: absolute;
}

.after-left-l:after,
.after-mid-l:after {
  background: #0a7090;
  content: "";
  height: 6px;
  width: 100px;
  bottom: 0;
  left: 0;
  position: absolute;
}

.after-mid-l:after {
  left: 50%;
  margin-left: -50px;
}

.color-blue {
  color: #052b3d;
}

/*======================================
Seção Saúde do Idoso - detalhada
========================================*/

.saude-idoso-detalhe {
  padding: 80px 0;
  background: #fff;
}

.saude-idoso-head {
  max-width: 980px;
  margin: 0 auto 40px;
}

.saude-idoso-titulo {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5f6c7b;
  font-weight: 300 !important;
  margin: 0;
}

.saude-idoso-linha {
  width: 52px;
  height: 5px;
  background: #0a7090;
  display: block;
  margin: 28px auto 0;
}

.saude-idoso-texto {
  max-width: 980px;
  margin: 0 auto 48px;
}

.saude-idoso-texto p {
  font-size: 14px;
  line-height: 1.9;
  color: #5d6673;
  margin-bottom: 22px;
}

.saude-idoso-subhead {
  max-width: 980px;
  margin: 0 auto 35px;
}

.saude-idoso-subhead h3 {
  font-size: 28px;
  line-height: 1.3;
  color: #052b3d;
  margin-bottom: 10px;
  font-family: "Lora", serif;
}

.saude-idoso-subhead p {
  font-size: 14px;
  line-height: 1.8;
  color: #6d7680;
  margin: 0;
}

.saude-idoso-lista {
  max-width: 980px;
  margin: 0 auto;
}

.saude-idoso-item {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #efeeec;
  border: 1px solid #ddd8d2;
  padding: 22px 24px;
  margin-bottom: 16px;
}

.saude-idoso-icone {
  width: 30px;
  height: 30px;
  min-width: 30px;
  color: #052b3d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.saude-idoso-icone svg {
  width: 22px;
  height: 22px;
}

.saude-idoso-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #052b3d;
}

.saude-idoso-fecho {
  max-width: 980px;
  margin: 38px auto 0;
}

.saude-idoso-fecho p {
  font-size: 18px;
  line-height: 1.9;
  color: #5d6673;
  margin-bottom: 0;
}

/* CRONOLOGIA DETALHADA - IDOSO */

.idoso-cronologia-detalhada {
  max-width: 980px;
  margin: 40px auto 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.idoso-cronologia-bloco {
  background: #ffffff;
  border: 1px solid #d9e1e6;
  padding: 26px 24px;
  transition: all 0.25s ease;
}

.idoso-cronologia-bloco:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(5, 43, 61, 0.05);
}

.idoso-cronologia-bloco h4 {
  margin-bottom: 12px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0a7090;
}

.idoso-cronologia-bloco p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #5d6673;
}

/* RESPONSIVO */

@media (max-width: 991px) {
  .idoso-cronologia-detalhada {
    grid-template-columns: 1fr;
  }
}

/* ACOMPANHAMENTO INTEGRADO - SAUDE DO IDOSO */

.idoso-acompanhamento-integrado {
  max-width: 1080px;
  margin: 40px auto 0;
}

.idoso-cronologia-detalhada {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 40px;
}

.idoso-cronologia-bloco {
  background: #ffffff;
  border: 1px solid #d9e1e6;
  padding: 28px 24px;
  transition: all 0.25s ease;
  min-height: 100%;
}

.idoso-cronologia-bloco:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(5, 43, 61, 0.05);
}

.idoso-cronologia-etapa {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1;
  color: rgba(5, 43, 61, 0.2);
  font-weight: 300;
}

.idoso-cronologia-bloco h4 {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0a7090;
}

.idoso-cronologia-bloco p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #5d6673;
}

.idoso-condicoes-bloco {
  background: #f8fbfc;
  border: 1px solid #e1e8ec;
  padding: 32px 28px;
}

.idoso-condicoes-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 28px;
}

.idoso-condicoes-head h4 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.4;
  color: #052b3d;
  font-family: "Lora", serif;
}

.idoso-condicoes-head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #5d6673;
}

.idoso-condicoes-bloco .condicoes-grid {
  margin-top: 0;
  max-width: 100%;
}

.idoso-condicoes-bloco .condicao-card {
  background: #ffffff;
  border: 1px solid #d9e1e6;
}

.idoso-condicoes-bloco .condicao-card:hover {
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(5, 43, 61, 0.05);
}

@media (max-width: 991px) {
  .idoso-cronologia-detalhada {
    grid-template-columns: 1fr;
  }

  .idoso-condicoes-bloco {
    padding: 24px 20px;
  }
}

@media (max-width: 767px) {
  .idoso-cronologia-bloco {
    padding: 22px 18px;
  }

  .idoso-cronologia-bloco h4 {
    font-size: 15px;
  }

  .idoso-cronologia-bloco p,
  .idoso-condicoes-head p {
    font-size: 14px;
    line-height: 1.8;
  }

  .idoso-condicoes-head h4 {
    font-size: 21px;
  }
}

/* GRID DE CONDIÇÕES */

.condicoes-grid {
  max-width: 980px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.condicao-card {
  background: #efeeec;
  border: 1px solid #ddd8d2;
  padding: 28px 20px;
  text-align: center;
  transition: all 0.25s ease;
}

.condicao-card:hover {
  background: #e6e4e1;
  transform: translateY(-3px);
}

.condicao-icone {
  font-size: 26px;
  display: inline;
  margin-bottom: 12px;
}

.condicao-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #2d3540;
}

.condicao-card i {
  font-size: 36px;
  color: #0a7090;
}

/* Segunda linha centralizada automaticamente */
.condicoes-grid .condicao-card:nth-child(n + 5) {
  grid-column: span 1;
}

/* RESPONSIVO */

@media (max-width: 991px) {
  .condicoes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .condicoes-grid {
    grid-template-columns: 1fr;
  }
}

/* ÁREAS DE ATUAÇÃO */

.areas-atuacao-section {
  padding: 80px 0;
  background: #f4f3f1;
}

.areas-atuacao-head {
  margin-bottom: 50px;
}

.areas-atuacao-linha {
  width: 50px;
  height: 1px;
  background: #8b907d;
  display: block;
  margin: 20px auto;
}

.areas-atuacao-head p {
  max-width: 700px;
  margin: 0 auto;
  color: #5d6673;
}

/* LAYOUT */
.areas-atuacao-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* FAQ - ESTILO CLEAN (SÓ BORDA) */

.accordian-section {
  background: #f8fbfc;
  padding: 80px 0;
}

.accordian-wrapper {
  margin-bottom: 14px;
  border: 1px solid #d9e1e6;
  background: transparent;
  border-radius: 6px;
  overflow: hidden;
}

/* PERGUNTA */
.accordian-trigger {
  position: relative;
  display: block;
  background: transparent;
  color: #052b3d;
  padding: 22px 60px 22px 24px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  transition: all 0.25s ease;
}

.accordian-trigger {
  width: 100%;
  border: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  text-align: left;
  cursor: pointer;
}

/* HOVER */
.accordian-trigger:hover {
  background: rgba(10, 112, 144, 0.05);
}

/* ÍCONE */
.accordian-trigger::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #0a7090;
  transition: transform 0.25s ease;
}

/* ATIVO */
.accordian-wrapper.active .accordian-trigger {
  background: rgba(10, 112, 144, 0.05);
}

.accordian-wrapper.active .accordian-trigger::after {
  transform: translateY(-50%) rotate(180deg);
}

/* RESPOSTA */
.accordian-pane {
  display: none;
  padding: 20px 24px 20px 24px;
  background: transparent;
  border-top: 1px solid #e4eaee;
}

.accordian-pane p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #5d6673;
}

/* remove cores antigas */
.accordian-trigger.bg-blue,
.accordian-trigger.bg-blue1 {
  background: transparent !important;
  color: #052b3d !important;
}

/* ACCORDION */
.area-item {
  border: 1px solid #ddd8d2;
  margin-bottom: 12px;
  background: #efeeec;
}

.area-trigger {
  width: 100%;
  padding: 18px 20px;
  background: none;
  border: none;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2d3540;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.area-content {
  display: none;
  padding: 15px 20px 20px;
}

.area-content p {
  margin: 0;
  font-size: 14px;
  color: #6b757c;
}

/* IMAGEM */
.areas-atuacao-imagem img {
  width: 100%;
  height: auto;
  display: block;
}

/* RESPONSIVO */
@media (max-width: 991px) {
  .areas-atuacao-wrapper {
    grid-template-columns: 1fr;
  }
}

/* BLOCO INTERNO - AVALIACAO GERIATRICA COM IMAGEM */

.avaliacao-geriatrica-bloco {
  margin-top: 10px;
}

.avaliacao-geriatrica-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 36px;
  align-items: start;
}

.avaliacao-geriatrica-esquerda .saude-idoso-subhead {
  max-width: 100%;
  margin-bottom: 28px;
}

.avaliacao-geriatrica-esquerda .saude-idoso-lista {
  max-width: 100%;
  margin: 0;
}

.avaliacao-geriatrica-direita {
  position: relative;
}

.avaliacao-geriatrica-imagem {
  position: sticky;
  top: 50px;
  margin-top: 100px;
}

.avaliacao-geriatrica-imagem img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ddd8d2;
  background: #efeeec;
}

@media (max-width: 991px) {
  .avaliacao-geriatrica-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .avaliacao-geriatrica-imagem {
    position: static;
    max-width: 520px;
    margin: 0 auto;
  }
}

/* Responsivo */
@media (max-width: 991px) {
  .saude-idoso-titulo {
    font-size: 40px;
    letter-spacing: 0.12em;
  }

  .saude-idoso-texto p,
  .saude-idoso-fecho p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .saude-idoso-detalhe {
    padding: 60px 0;
  }

  .saude-idoso-titulo {
    font-size: 30px;
    letter-spacing: 0.08em;
  }

  .saude-idoso-texto {
    margin-bottom: 35px;
  }

  .saude-idoso-texto p,
  .saude-idoso-fecho p {
    font-size: 15px;
    line-height: 1.8;
  }

  .saude-idoso-subhead h3 {
    font-size: 22px;
  }

  .saude-idoso-subhead p,
  .saude-idoso-item p {
    font-size: 14px;
  }

  .saude-idoso-item {
    align-items: flex-start;
    padding: 18px;
    gap: 14px;
  }

  .saude-idoso-icone {
    margin-top: 2px;
  }
}

/* TELECONSULTA EM CARDS */

.teleconsulta-cards-section {
  padding: 80px 0;
  background: #f8fbfc;
}

.teleconsulta-cards-head {
  max-width: 860px;
  margin: 0 auto 45px;
}

.teleconsulta-cards-head p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.9;
  color: #5d6673;
}

.teleconsulta-cards-subtitulo {
  margin-top: 24px;
  font-size: 22px;
  color: #052b3d;
  font-family: "Lora", serif;
}

.teleconsulta-cards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  align-items: stretch;
}

.teleconsulta-card {
  perspective: 1200px;
  min-height: 340px;
}

.teleconsulta-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 340px;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

.teleconsulta-card:hover .teleconsulta-card-inner {
  transform: rotateY(180deg);
}

.teleconsulta-card-front,
.teleconsulta-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border: 1px solid #ddd8d2;
  background: #efeeec;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.teleconsulta-card-front {
  align-items: center;
  text-align: center;
}

.teleconsulta-card-back {
  transform: rotateY(180deg);
  text-align: left;
}

.teleconsulta-card-back p {
  word-break: break-word;
  overflow-wrap: break-word;
}

.teleconsulta-card-icone {
  width: 52px;
  height: 52px;
  color: #0a7090;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.teleconsulta-card-icone svg {
  width: 34px;
  height: 34px;
}

.teleconsulta-card-front h4 {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #052b3d;
}

.teleconsulta-card-back p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #5d6673;
}

.teleconsulta-cards-cta {
  margin-top: 35px;
}

@media (max-width: 1199px) {
  .teleconsulta-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .teleconsulta-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .teleconsulta-cards-section {
    padding: 60px 0;
  }

  .teleconsulta-cards-grid {
    grid-template-columns: 1fr;
  }

  .teleconsulta-card,
  .teleconsulta-card-inner {
    min-height: 220px;
  }

  .teleconsulta-card:hover .teleconsulta-card-inner {
    transform: none;
  }

  .teleconsulta-card-front,
  .teleconsulta-card-back {
    position: relative;
    transform: none;
    min-height: auto;
  }

  .teleconsulta-card-back {
    border-top: none;
    background: #f7f5f2;
  }
}

/* MODELOS DE ATENDIMENTO */

.modelos-atendimento-section {
  padding: 80px 0;
  background: #ffffff;
}

.teleconsulta-card ul {
  margin: 15px 0;
  padding-left: 18px;
}

.teleconsulta-card ul li {
  font-size: 14px;
  line-height: 1.7;
  color: #5d6673;
  margin-bottom: 6px;
}

.teleconsulta-beneficio {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  color: #0a7090;
}

/* HERO PREMIUM */

.hero-premium {
  position: relative;
  overflow: hidden;
  padding: 90px 0 70px;
  background: linear-gradient(90deg,
      #ffffff 0%,
      #ffffff 56%,
      #eef6fa 56%,
      #eef6fa 100%);
}

.hero-premium-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: nowrap;
  /* impede quebrar linha */
}

.hero-premium-texto {
  flex: 1 1 55%;
  max-width: 600px;
}

.hero-premium-kicker {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0a7090;
  font-weight: 700;
}

.hero-premium-texto h1 {
  font-size: 44px;
  line-height: 1.22;
  margin: 0 0 22px;
}

.hero-premium-texto p {
  max-width: 540px;
  font-size: 16px;
  line-height: 1.9;
  color: #5d6673;
  margin-bottom: 32px;
}

.hero-premium-botoes {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-outline {
  background: transparent;
  border: 1px solid #052b3d;
  color: #052b3d;
}

.btn-outline:hover {
  background: #052b3d;
  color: #fff;
}

.hero-premium-imagem {
  flex: 0 0 380px;
  /* largura fixa segura */
  display: flex;
  justify-content: flex-end;
}

.hero-premium-shape {
  position: absolute;
  width: 82%;
  height: 88%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 36px;
  background: linear-gradient(180deg, #dfeef5 0%, #edf6fa 100%);
}

.hero-premium-photo {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 460px;
  margin-right: 24px;
}

.hero-premium-photo img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 40px rgba(5, 43, 61, 0.12));
}

/* MICRO ANIMACAO */

.hero-fade-up {
  animation: heroFadeUp 0.9s ease forwards;
}

.hero-fade-in {
  animation: heroFadeIn 1.1s ease forwards;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVO */

@media (max-width: 1199px) {
  .hero-premium-texto h1 {
    font-size: 40px;
  }

  .hero-premium-wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    gap: 40px;
  }

  .hero-premium-imagem {
    min-height: 500px;
  }

  .hero-premium-photo {
    max-width: 410px;
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  .hero-premium {
    background: linear-gradient(180deg,
        #ffffff 0%,
        #ffffff 52%,
        #eef6fa 52%,
        #eef6fa 100%);
    padding: 70px 0 50px;
  }

  .hero-premium-wrapper {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-premium-texto {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .hero-premium-texto p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-premium-botoes {
    justify-content: center;
  }

  .hero-premium-imagem {
    justify-content: center;
    min-height: auto;
  }

  .hero-premium-shape {
    width: 100%;
    max-width: 520px;
    height: 92%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .hero-premium-photo {
    max-width: 340px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .hero-premium-texto h1 {
    font-size: 32px;
  }

  .hero-premium-texto p {
    font-size: 15px;
    line-height: 1.8;
  }

  .hero-premium-kicker {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .hero-premium-photo {
    max-width: 300px;
  }
}

/* HERO PREMIUM - RESPONSIVO CELULAR */

@media (max-width: 991px) {
  .hero-premium {
    background: linear-gradient(180deg,
        #ffffff 0%,
        #ffffff 56%,
        #eef6fa 56%,
        #eef6fa 100%);
    padding: 70px 0 50px;
  }

  .hero-premium-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    flex-wrap: nowrap;
  }

  .hero-premium-texto {
    flex: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .hero-premium-texto p {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-premium-botoes {
    justify-content: center;
  }

  .hero-premium-imagem {
    flex: none;
    width: 100%;
    min-height: auto;
    justify-content: center;
  }

  .hero-premium-shape {
    width: 100%;
    max-width: 520px;
    height: 92%;
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .hero-premium-photo {
    max-width: 340px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .hero-premium {
    padding: 55px 0 40px;
  }

  .hero-premium-texto h1 {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 18px;
  }

  .hero-premium-texto p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 26px;
  }

  .hero-premium-kicker {
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
  }

  .hero-premium-botoes {
    gap: 12px;
  }

  .hero-premium-botoes .btn,
  .hero-premium-botoes .btn-outline {
    min-width: 160px;
  }

  .hero-premium-imagem {
    padding: 0 10px;
  }

  .hero-premium-photo {
    max-width: 290px;
  }

  .hero-premium-shape {
    max-width: 360px;
    border-radius: 24px;
  }
}

@media (max-width: 480px) {
  .hero-premium {
    padding: 48px 0 34px;
  }

  .hero-premium-texto h1 {
    font-size: 28px;
  }

  .hero-premium-texto p {
    font-size: 14px;
    line-height: 1.75;
  }

  .hero-premium-botoes {
    flex-direction: column;
    align-items: center;
  }

  .hero-premium-botoes .btn,
  .hero-premium-botoes .btn-outline {
    width: 100%;
    max-width: 260px;
    text-align: center;
  }

  .hero-premium-photo {
    max-width: 250px;
  }

  .hero-premium-shape {
    max-width: 300px;
  }
}

/* CRONOLOGIA DO ATENDIMENTO */

.cronologia-atendimento {
  padding: 70px 0;
  background: #f8fbfc;
}

.cronologia-head {
  max-width: 860px;
  margin: 0 auto 45px;
}

.cronologia-head p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.9;
  color: #5d6673;
}

.cronologia-grid {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 18px;
  flex-wrap: nowrap;
}

.cronologia-item {
  flex: 1 1 0;
  max-width: 320px;
  display: flex;
  flex-direction: column;
}

.cronologia-numero {
  font-size: 28px;
  line-height: 1;
  color: rgba(5, 43, 61, 0.22);
  margin-bottom: 12px;
  font-weight: 300;
}

.cronologia-card {
  background: #ffffff;
  border: 1px solid #d9e1e6;
  padding: 26px 22px;
  height: 100%;
  box-shadow: 0 4px 18px rgba(5, 43, 61, 0.04);
}

.cronologia-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.4;
  color: #052b3d;
  font-family: "Lora", serif;
}

.cronologia-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #5d6673;
}

.cronologia-seta {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a7090;
  font-size: 28px;
  min-width: 32px;
}

@media (max-width: 991px) {
  .cronologia-grid {
    flex-direction: column;
    align-items: center;
  }

  .cronologia-item {
    max-width: 100%;
    width: 100%;
  }

  .cronologia-seta {
    transform: rotate(90deg);
    min-height: 24px;
  }
}

@media (max-width: 767px) {
  .cronologia-atendimento {
    padding: 55px 0;
  }

  .cronologia-card {
    padding: 22px 18px;
  }

  .cronologia-card h3 {
    font-size: 17px;
  }

  .cronologia-card p {
    font-size: 14px;
    line-height: 1.75;
  }
}

/* SOBRE O MEDICO */

.sobre-medico-section {
  padding: 85px 0;
  background: #ffffff;
}

.sobre-medico-row {
  display: flex;
  align-items: center;
}

.sobre-medico-texto p {
  font-size: 15px;
  line-height: 1.9;
  color: #5d6673;
  margin-bottom: 18px;
}

.sobre-subtitulo {
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.sobre-destaque-box {
  margin-top: 28px;
  padding: 20px 22px;
  border-left: 3px solid #0a7090;
  background: #f4f8fa;
}

.sobre-destaque-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #052b3d;
}

.sobre-medico-imagens {
  display: flex;
  justify-content: flex-end;
}

.sobre-imagem-principal {
  width: 100%;
  max-width: 430px;
}

.sobre-imagem-principal img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .sobre-medico-row {
    display: block;
  }

  .sobre-medico-texto {
    margin-bottom: 35px;
  }

  .sobre-medico-imagens {
    justify-content: center;
  }

  .sobre-imagem-principal {
    max-width: 340px;
  }
}

/*===============================================
2 - Form Styling
=================================================*/

form {
  margin-bottom: 30px;
}

form .btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
  width: 100%;
  background-color: #fff;
  border: 2px solid #eee;
  color: #8f8f8f;
  background: #fff;
  border-radius: 0;
  height: 36px;
  padding: 10px;
  text-transform: inherit;
  margin-bottom: 15px;
}

input[type="text"].tranparent,
input[type="tel"].tranparent,
input[type="email"].tranparent,
input[type="password"].tranparent,
textarea.tranparent {
  background: none;
  border: 1px solid #7cbf1d;
  color: #7cbf1d;
}

textarea {
  height: 190px;
  padding: 25px 35px;
}

label {
  color: #7a7a7a;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0;
}

label.tranparent {
  color: #8e9297;
}

.field-wrap {
  margin: 15px auto;
  position: relative;
}

.field-wrap label {
  position: absolute;
  left: 35px;
  top: 12px;
}

.field-wrap.textarea-wrap label {
  top: 25px;
}

/*==============================================
3 - Spacing Helping Classes
===============================================*/
.mb-10n {
  margin-top: -20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.footer-spacing {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  /* controla o espaço entre colunas */
}

/*==========================
parallax
==========================*/

.parallax {
  overflow: hidden;
  clear: both;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  height: 100%;
  width: 100%;
  color: #fff;
  padding: 0;
  background: #78e2dc;
}

.overlay {
  background: url(../demo-data/overlay01.png);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.parallax_inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 250px;
}

.parallax_one {
  background-image: url(../demo-data/parallax01.png);
}

/*====================================
5-Header
======================================*/

.banner {
  background: url(../demo-data/slider2.png);
  background-size: cover;
  padding: 150px 0;
}

.nav-triger {
  position: absolute;
  right: 0;
  top: 70px;
  width: 40px;
  height: 20px;
  line-height: 40px;
  text-align: center;
  display: none;
}

.nav-triger span {
  font-size: 30px;
  color: #000;
}

#sticktop {
  background: #fff;
  width: 100%;
  z-index: 999;
  position: relative;
  border-bottom: 3px solid #3255aa;
}

#sticktop:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -3px;
  background: url(../demo-data/pattern.png) no-repeat center center;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 110px;
}

.doc-header .logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin: 0;
  position: static;
  transform: none;
}

.doc-header .logo img {
  max-height: 68px;
  width: auto;
  display: block;
}

header .main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex: 1 1 auto;
  padding: 0;
  margin: 0;
  text-align: center;
}

header .main-menu li {
  display: inline-flex;
}

.doc-header .main-menu>li {
  position: relative;
}

.doc-header .main-menu>li>a {
  display: block;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

header .socials {
  padding: 0;
  margin: 0;
  position: static;
  transform: none;
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

header .socials li {
  display: inline-flex;
}

header .socials li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 0;
}

header .socials li .fb {
  background: #45619d;
}

header .socials li .twitter {
  background: #5ea9dd;
}

.nav-triger {
  display: none;
  position: static;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: auto;
}

.nav-triger span {
  font-size: 30px;
  color: #000;
}

/*==================
Inner Pages
====================*/

.services .service {
  min-height: 200px;
  padding: 20px 15px;
}

.services .service .pad,
.schedules .pad {
  padding-left: 44px;
  display: block;
}

.services .service .fa,
.schedules .fa {
  font-size: 20px;
  margin-top: 5px;
}

.services h6,
.schedules h6,
.our-doctors h6 {
  color: #fff;
}

.schedules h6 {
  margin: 0;
}

.schedules h6 img {
  margin-top: 5px;
}

.schedules .schedule {
  padding: 22px;
}

.schedules .radius-top {
  border-radius: 5px 5px 0 0;
}

.schedules .radius-bottom {
  border-radius: 0 0 5px 5px;
}

.features {
  background: url(../demo-data/BG1.jpg) no-repeat;
  background-size: cover;
}

.features.style {
  background: none;
}

.features img,
.reviews .review img {
  border-radius: 50%;
}

.reviews .review {
  background: #fff;
  position: relative;
  padding: 55px 25px 35px 25px;
}

.reviews .review figure {
  position: absolute;
  top: -30px;
  right: 25px;
}

.reviews .review.style1 {
  background: #4ca5e8;
  color: #fff;
}

.reviews .review.style1 h5,
.reviews .review.style2 h5 {
  color: #fff;
}

.reviews .review.style2 {
  background: #375ebc;
  color: #fff;
}

.reviews .review.style1 {
  background: #4ca5e8;
}

.our-doctors .doctor {
  position: relative;
}

.our-doctors .doctor .info {
  min-height: 250px;
  padding: 20px;
}

.blog-post ul,
.our-posts .post ul {
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

.our-posts .post li,
.blog-post li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.75);
  margin-right: 8px;
}

.our-posts .post li .fa,
.blog-post li .fa {
  margin-right: 6px;
}

.our-posts .post a.btn {
  padding: 8px 18px;
  font-size: 14px;
}

.our-posts .post .pad {
  padding: 20px;
}

.promo span {
  font-size: 30px;
  margin-top: 7px;
  float: left;
}

.promo a.btn {
  padding: 11px 34px;
  font-size: 20px;
  border-radius: 2px;
  float: right;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.promo a.btn:hover,
footer .tags a:hover,
.sidebar .tags a:hover {
  background: #4ca5e8;
}

.our-team .member h6 a {
  color: inherit;
}

.our-team .member {
  padding: 20px 20px 10px 20px;
}

.head {
  background: url(../demo-data/BG1.jpg);
  background-size: cover;
}

.head ul {
  padding: 0;
}

.head ul li {
  font-size: 12px;
  display: inline-block;
}

.head ul li:after {
  content: "/";
  padding: 0 5px 0 10px;
}

.head ul li:last-child:after {
  display: none;
}

.head ul li a {
  color: rgba(0, 0, 0, 0.85);
}

figure.style {
  padding: 20px;
}

.recent-posts a {
  color: #7e6969;
  font-size: 13px;
  margin-top: 4px;
  display: block;
  margin-bottom: 6px;
}

.recent-posts span {
  font-size: 12px;
}

.sidebar .search input {
  width: 65%;
  float: left;
}

.sidebar .search button {
  width: 35%;
  height: 34px;
  line-height: 34px;
  padding: 0;
  float: left;
}

.sidebar {
  padding: 20px;
}

.sidebar h6:after {
  background: #60a1e1;
}

.sidebar .recent-posts figure {
  height: 72px;
  width: 72px;
  margin-top: 0px;
}

.sidebar .recent-posts figure img {
  border-radius: 50%;
}

.sidebar .recent-posts .pad {
  padding-left: 90px;
}

.sidebar .recent-posts span {
  display: block;
}

.sidebar .category ul,
.product-sidebar .category ul {
  padding: 0;
}

.sidebar .category li,
.product-sidebar .category li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: block;
  padding: 8px 0;
}

.sidebar .category li:last-child,
.product-sidebar .category li:last-child {
  border: none;
}

.blog-post {
  margin-bottom: 40px;
}

.blog-post a.title,
.blog-post h1.title,
.comments .title {
  font-size: 26px;
  padding-bottom: 30px;
  display: block;
}

.comments .title {
  color: #000;
}

.blog-post .pad {
  padding: 50px 20px 40px 20px;
}

.blog-post figure img {
  width: 100%;
}

.comments .comment figure img {
  border-radius: 50%;
}

.comments .comment .pad {
  padding: 0;
  padding-left: 65px;
}

.comments .comment figure {
  height: 50px;
  width: 50px;
  margin-top: -5px;
}

.comments .comment h6 {
  margin: 0;
}

.comments .comment span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}

.comments .comment.reply {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}

.comments .comment {
  margin-bottom: 65px;
  padding-left: 20px;
  padding-right: 20px;
}

.reply-wrapper .tag {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  color: #999;
}

.reply-wrapper h3 {
  margin-bottom: 0;
}

.reply-wrapper label span {
  color: #900;
}

.map-custom {
  height: 400px;
}

.contact-form .pad {
  padding: 25px 35px 35px 20px;
}

.contact-box {
  padding: 10px 20px;
}

.about-texts h6,
.contact-box h5 {
  color: #fff;
}

.latest-posts .posts {
  position: relative;
}

.latest-posts .posts .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.latest-posts .posts:hover .info {
  display: block;
}

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

.latest-posts .posts a.readmore {
  background: #375ebc;
  border: 2px solid #fff;
  margin-top: 15px;
  transform: translate3d(0, 10px, 0);
  transition:
    transform 0.2s ease-in-out 0.2s,
    opacity 0.2s ease-in-out 0.25s;
  padding: 8px 18px;
  margin-top: 4px;
  display: inline-block;
}

.latest-posts .posts .inner {
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 20px;
}

/*=========
shop
=========*/

.product {
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}

.product .amount,
.product-small .amount,
.product-detail .amount {
  display: inline-block;
  color: #93b25e;
  font-weight: 600;
}

.product a.btn {
  margin-top: 15px;
  margin-bottom: 15px;
}

.product h6 {
  margin-bottom: 0;
}

.product .old-amount,
.product-small .old-amount,
.product-detail .old-amount {
  color: #999;
  margin-right: 5px;
  position: relative;
}

.product .old-amount:after,
.product-small .old-amount:after,
.product-detail .old-amount:after {
  content: "";
  background: #999;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}

.product .sale,
.product-visual .sale {
  background: #4ca5e8;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 2px 8px;
  position: absolute;
  left: 8px;
  top: 8px;
}

.product .rating {
  padding: 0;
  position: absolute;
  right: 8px;
  top: 8px;
}

.product .rating li,
.product-detail .rating li,
.product-review .review .rating li {
  display: inline-block;
  color: #ffbf01;
  font-size: 16px;
}

.product-sidebar h6:after {
  background: #60a1e1;
}

.product-sidebar {
  padding: 20px;
}

.product-small figure {
  height: 40px;
  width: 40px;
  float: right;
}

.product-small ul {
  padding: 0;
}

.product-small li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.product-small li:last-child {
  border: none;
}

.product-visual {
  padding: 20px;
  border: 1px solid #eee;
  position: relative;
}

.product-visual.small {
  padding: 5px;
}

.product-detail {
  padding: 20px 30px;
  position: relative;
}

.product-detail .rating {
  padding: 0;
}

.product-detail .amount,
.product-detail .old-amount {
  font-weight: bold;
  font-size: 24px;
}

.product-detail .old-amount:after {
  height: 2px;
}

.product-detail .old-amount {
  font-weight: 400;
}

.product-detail h2 {
  margin-bottom: 0;
}

.product-detail a.wishlist {
  display: table;
  margin-top: 20px;
}

.product-detail .detail {
  background: #f5f5f5;
  font-size: 12px;
  padding: 10px;
  color: #7e6969;
}

.product-detail .detail span {
  font-weight: bold;
}

.product-detail input[type="number"] {
  border: 2px solid #eee;
  color: #8f8f8f;
  width: 70px;
  height: 36px;
  float: left;
  margin-right: 8px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.tabs {
  padding: 0;
}

.tabs li a {
  color: #fff;
  display: block;
  padding: 6px 15px;
}

.tabs li {
  float: left;
  display: block;
  background: none repeat scroll 0 0 #78bcee;
}

.tabs li.active {
  background: #3255aa;
}

.tabs li:hover a {
  background: #f3f3f3;
  color: #454545;
  text-decoration: none;
}

.tabs li.active:hover a {
  background: inherit;
  color: #fff;
}

.tab-pane {
  padding: 25px 20px;
}

.product-review .review {
  position: relative;
  padding-left: 85px;
  margin: 25px;
  padding-right: 20px;
}

.product-review .review figure {
  position: absolute;
  left: 0;
  top: 0;
}

.product-review .review figure img {
  border-radius: 50%;
}

.product-review .review .title {
  color: #333;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.product-review .review .title span {
  font-size: 10px;
  color: #777;
}

.product-review .review .rating {
  position: absolute;
  right: 0;
  top: 0;
}

.product-review form .rating {
  padding: 0;
  margin-bottom: 10px;
}

.product-review form .rating li {
  display: inline-block;
  color: #cccccc;
}

.product-review form .rating li:hover {
  color: #ff8000;
}

.product-review form label span {
  color: #900;
}

.checkout-wrapper {
  padding: 20px;
}

.checkout-wrapper h4 input {
  margin-right: 5px;
}

.cart-calculations {
  padding: 20px;
}

.cart-calculations figure {
  width: 80px;
  height: 80px;
}

.cart-calculations .table>thead>tr>th,
.cart-calculations .table>tbody>tr>th,
.cart-calculations .table>tfoot>tr>th,
.cart-calculations .table>thead>tr>td,
.cart-calculations .table>tbody>tr>td,
.cart-calculations .table>tfoot>tr>td {
  vertical-align: middle;
}

/*===========
9-Footer
==========*/

footer .tags a,
.sidebar .tags a {
  background: #375ebc;
  color: #fff;
  font-size: 15px;
  line-height: 3;
  padding: 5px 10px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

footer .recent-posts ul {
  padding: 0;
}

footer .recent-posts ul li {
  display: block;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

footer .recent-posts ul li:last-child {
  border: none;
}

footer .rights {
  position: relative;
  color: rgba(0, 0, 0, 0.45);
}

footer .rights:before {
  background: url("../demo-data/pattern.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  top: 0px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}

.custom_flickr {
  padding: 0;
}

.custom_flickr li {
  display: inline-block;
  margin: 2px;
}

/*=========================
10-Responsive
==========================*/

/*===Break Point===*/

@media (max-width: 1199px) {}

/*===Break Point===*/

@media (min-width: 1025px) {
  .navbar-custom nav ul {
    display: block !important;
  }
}

/*===Break Point===*/

@media (max-width: 1024px) {
  .offsetWrap.active .offsetMaker {
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
  }

  .header-flex {
    min-height: 90px;
  }

  .nav-triger {
    display: block;
  }

  header .main-menu {
    display: none;
  }

  header .socials {
    margin-left: 0;
  }

  #sticktop {
    padding: 0;
  }
}

/*===Break Point===*/

@media (max-width: 990px) {

  .head-contact .nav-top,
  .head-contact {
    display: none;
  }

  .head-contact {
    text-align: center;
  }

  .head-contact .nav-top,
  .head-contact ul {
    float: none !important;
    margin: 0px 0;
  }

  .head-contact .contact li {
    margin: 10px 15px;
  }

  .our-doctors figure img {
    height: auto;
  }

  .our-doctors .doctor .info {
    min-height: 185px;
  }

  .product-detail {
    margin: 20px 0;
  }

  .checkout-wrapper h4 {
    font-size: 13px;
  }
}

/*===Break Point===*/

@media (max-width: 767px) {
  h2 {
    font-size: 35px;
  }

  .schedules {
    margin-top: 30px;
  }

  .our-doctors figure img {
    border-radius: 50%;
  }

  .our-doctors .doctor {
    padding-top: 120px;
    margin: 20px 10%;
  }

  .our-doctors figure {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -50px;
  }

  .our-doctors {
    text-align: center;
  }

  .our-doctors h6:after {
    left: 50%;
    margin-left: -29px;
  }

  .our-doctors .doctor .info {
    min-height: 50px;
  }

  .promo {
    text-align: center;
  }

  .promo span,
  .promo a.btn {
    float: none;
  }

  .promo span {
    display: block;
  }

  .style-res h6 {
    margin-top: 20px;
  }

  .style-res h3 {
    margin-top: 40px;
  }

  .accordian-wrapper {
    margin-top: 0;
  }

  footer {
    padding-top: 0 !important;
  }

  .product-visual.small {
    float: left;
    margin: 0 1%;
    width: 23%;
  }

  .checkout-wrapper h4 {
    font-size: 18px;
  }
}

/*===Break Point===*/

@media (max-width: 600px) {
  .head-contact .nav-top li:first-child {
    display: block;
    margin-bottom: 10px;
  }

  .promo span {
    font-size: 22px;
  }

  .promo a.btn {
    font-size: 16px;
    padding: 6px 24px;
    margin-top: 15px;
  }

  .blog-post a.title,
  .comments .title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .blog-post .pad {
    padding-top: 20px;
  }

  .checkout-wrapper h5 {
    font-size: 15px;
  }
}

/*===Break Point===*/

@media (max-width: 360px) {
  h2 {
    font-size: 32px;
  }

  .head-contact .nav-top .appointment {
    display: block;
    padding: 12px 15px;
  }

  .btn {
    display: block;
    width: 100%;
  }

  .blog-post a.title,
  .comments .title {
    font-size: 16px;
  }
}