body.single-doctors_advice {
  background-color: #F9FCFF; }

.box-date {
  position: absolute;
  background-color: #1C2D59;
  height: 37px;
  width: 137px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  font-family: "Urbanist", serif;
  color: white;
  text-transform: uppercase; }

.box-btn .btn {
  background-color: #E9B44C;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  font-family: "Urbanist", serif;
  margin-top: 40px;
  display: inline-block;
  border-radius: 5px;
  color: white;
  transition: 0.3s all; }
  .box-btn .btn:hover {
    background-color: #1C2D59;
    transition: 0.3s all; }
  @media (max-width: 1024px) {
    .box-btn .btn {
      margin-top: 30px; } }
  @media (max-width: 575.98px) {
    .box-btn .btn {
      margin-top: 20px; } }

.doctors-advice-archive {
  padding: 110px 0 120px 0; }
  @media (max-width: 768px) {
    .doctors-advice-archive {
      padding: 50px 0 50px 0; } }
  .doctors-advice-archive .heading-page {
    font-size: 50px;
    line-height: 61px;
    font-weight: 700;
    font-family: "Urbanist", serif;
    margin-bottom: 50px; }
    @media (max-width: 767.98px) {
      .doctors-advice-archive .heading-page {
        font-size: 30px;
        line-height: 41px;
        margin-bottom: 30px; } }
  .doctors-advice-archive .archive-posts .item-post {
    display: flex;
    align-items: center;
    padding: 45px 38px;
    background-color: #F0F8FF;
    border-radius: 21px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25); }
    @media (max-width: 768px) {
      .doctors-advice-archive .archive-posts .item-post {
        flex-direction: column;
        padding: 30px 20px; } }
    .doctors-advice-archive .archive-posts .item-post:not(:last-child) {
      margin-bottom: 50px; }
    .doctors-advice-archive .archive-posts .item-post .box-image {
      max-width: 560px;
      flex-shrink: 0;
      position: relative; }
      @media (max-width: 1024px) {
        .doctors-advice-archive .archive-posts .item-post .box-image {
          width: 50%; } }
      @media (max-width: 767.98px) {
        .doctors-advice-archive .archive-posts .item-post .box-image {
          width: 100%; } }
    .doctors-advice-archive .archive-posts .item-post .box-content {
      padding-left: 40px; }
      @media (max-width: 768px) {
        .doctors-advice-archive .archive-posts .item-post .box-content {
          padding-left: 0; } }
      .doctors-advice-archive .archive-posts .item-post .box-content .title {
        font-size: 35px;
        line-height: 42px;
        font-weight: 700;
        margin-bottom: 29px; }
        @media (max-width: 1024px) {
          .doctors-advice-archive .archive-posts .item-post .box-content .title {
            font-size: 30px;
            line-height: 37px; } }
        @media (max-width: 768px) {
          .doctors-advice-archive .archive-posts .item-post .box-content .title {
            font-size: 30px;
            line-height: normal;
            margin-top: 20px;
            margin-bottom: 20px; } }
      .doctors-advice-archive .archive-posts .item-post .box-content .excerpt {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; }
        @media (max-width: 1024px) {
          .doctors-advice-archive .archive-posts .item-post .box-content .excerpt {
            font-size: 20px;
            line-height: 27px; } }
      .doctors-advice-archive .archive-posts .item-post .box-content .author {
        display: flex;
        align-items: center; }
        .doctors-advice-archive .archive-posts .item-post .box-content .author .box-icon {
          max-width: 22px; }
        .doctors-advice-archive .archive-posts .item-post .box-content .author span {
          font-size: 25px;
          line-height: 32px;
          font-weight: 300;
          padding-left: 15px; }
          @media (max-width: 991.98px) {
            .doctors-advice-archive .archive-posts .item-post .box-content .author span {
              font-size: 20px;
              line-height: 27px; } }

.doctors-advice-single {
  padding: 110px 0 120px 0; }
  @media (max-width: 1024px) {
    .doctors-advice-single {
      padding: 90px 0; } }
  @media (max-width: 575.98px) {
    .doctors-advice-single {
      padding: 50px 0 50px 0; } }
  .doctors-advice-single .single-heading {
    margin-bottom: 50px; }
    .doctors-advice-single .single-heading h1 {
      font-size: 50px;
      line-height: 61px;
      font-weight: 700;
      font-family: "Urbanist", serif;
      margin-bottom: 15px; }
      @media (max-width: 767.98px) {
        .doctors-advice-single .single-heading h1 {
          font-size: 30px;
          line-height: 41px; } }
    .doctors-advice-single .single-heading .author {
      font-size: 18px;
      line-height: 23px;
      font-weight: 300; }
  .doctors-advice-single .box-thumbnail {
    width: fit-content;
    position: relative;
    margin-bottom: 40px; }
  .doctors-advice-single .box-excerpt {
    font-size: 25px;
    line-height: 32px; }
    @media (max-width: 991.98px) {
      .doctors-advice-single .box-excerpt {
        font-size: 20px;
        line-height: 27px; } }
  @media (max-width: 768px) {
    .doctors-advice-single .box-excerpt,
    .doctors-advice-single .content {
      max-width: 100%; } }
  .doctors-advice-single .content {
    margin-top: 60px;
    font-size: 25px;
    line-height: 32px; }
    @media (max-width: 991.98px) {
      .doctors-advice-single .content {
        margin-top: 30px;
        font-size: 20px;
        line-height: 27px; } }
    .doctors-advice-single .content p {
      min-height: 15px; }
    .doctors-advice-single .content h2, .doctors-advice-single .content h3, .doctors-advice-single .content h4 {
      font-size: 35px;
      line-height: 42px;
      font-weight: 700;
      margin-bottom: 30px; }
      @media (max-width: 991.98px) {
        .doctors-advice-single .content h2, .doctors-advice-single .content h3, .doctors-advice-single .content h4 {
          font-size: 30px;
          line-height: 37px; } }
    .doctors-advice-single .content ol {
      list-style: decimal;
      padding-left: 30px; }
      @media (max-width: 575.98px) {
        .doctors-advice-single .content ol {
          padding-left: 20px; } }
      .doctors-advice-single .content ol li {
        margin-bottom: 20px; }
    .doctors-advice-single .content ul {
      list-style: unset;
      padding-left: 30px; }
      @media (max-width: 575.98px) {
        .doctors-advice-single .content ul {
          padding-left: 20px; } }
      .doctors-advice-single .content ul li {
        margin-bottom: 20px; }
    .doctors-advice-single .content a {
      color: #1C2D59;
      text-decoration: underline;
      overflow-wrap: break-word; }
    .doctors-advice-single .content figcaption {
      font-size: 18px;
      line-height: 23px; }

.posts-related {
  padding-bottom: 130px; }
  .posts-related .related-title {
    margin-bottom: 35px;
    font-size: 35px;
    line-height: 42px;
    font-family: "Urbanist", serif; }
    @media (max-width: 575.98px) {
      .posts-related .related-title {
        font-size: 30px;
        line-height: 37px; } }
  .posts-related .list-related {
    display: flex;
    gap: 45px; }
    @media (max-width: 1199.98px) {
      .posts-related .list-related {
        gap: 15px; } }
    @media (max-width: 991.98px) {
      .posts-related .list-related {
        flex-wrap: wrap;
        gap: 20px; } }
    @media (max-width: 575.98px) {
      .posts-related .list-related {
        gap: 30px;
        flex-direction: column; } }
    .posts-related .list-related .item-related {
      background-color: #FFF;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      flex: 1; }
      @media (max-width: 991.98px) {
        .posts-related .list-related .item-related {
          flex: none; } }
      @media (max-width: 575.98px) {
        .posts-related .list-related .item-related {
          width: 100%; } }
      .posts-related .list-related .item-related .box-image {
        flex: 1; }
        @media (max-width: 767px) {
          .posts-related .list-related .item-related .box-image {
            flex: unset; } }
        .posts-related .list-related .item-related .box-image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .posts-related .list-related .item-related .box-body {
        display: flex;
        flex-direction: column;
        height: 100%;
        flex: 1;
        min-height: 105px; }
        .posts-related .list-related .item-related .box-body .title {
          color: #19396A;
          font-family: "Urbanist";
          font-size: 28px;
          font-style: italic;
          font-weight: 700;
          line-height: 35px;
          /* 125% */
          flex: 1; }
          @media (max-width: 768px) {
            .posts-related .list-related .item-related .box-body .title {
              font-size: 18px;
              line-height: normal; } }
        .posts-related .list-related .item-related .box-body .expect {
          color: #4E5A7D;
          font-family: "Outfit";
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          display: -webkit-box;
          -webkit-line-clamp: 8;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          @media (max-width: 768px) {
            .posts-related .list-related .item-related .box-body .expect {
              font-size: 18px;
              line-height: normal; } }
        .posts-related .list-related .item-related .box-body .box-btn {
          margin-top: auto; }

.social-share-container {
  position: fixed;
  left: 0;
  top: 288px;
  background-color: #CFEAFE;
  z-index: 9; }
  @media (max-width: 767.98px) {
    .social-share-container {
      top: 314px; } }
  .social-share-container .social-share-buttons {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 73px;
    padding: 10px 0; }
    @media (max-width: 768px) {
      .social-share-container .social-share-buttons {
        width: 50px; } }
  .social-share-container .social-share-buttons li {
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: center; }
    @media (max-width: 768px) {
      .social-share-container .social-share-buttons li {
        padding: 10px 0; } }
  .social-share-container .social-share-buttons a {
    display: flex;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px; }
    @media (max-width: 768px) {
      .social-share-container .social-share-buttons a {
        max-width: 20px; } }

.doctors-advice-carousel {
  padding: 60px 0;
  background-color: #fff; }
  .doctors-advice-carousel .container {
    overflow: visible; }
  .doctors-advice-carousel .main_title {
    text-align: center;
    font-size: 36px;
    font-style: italic;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3A486E;
    color: #3A486E;
    font-family: "Urbanist", serif;
    font-weight: 700;
    line-height: normal; }
    @media (max-width: 991px) {
      .doctors-advice-carousel .main_title {
        font-size: 28px;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .doctors-advice-carousel .main_title {
        font-size: 24px;
        margin-bottom: 30px; } }
  .doctors-advice-carousel .doctors-advice-slider {
    position: relative;
    display: block;
    overflow-x: hidden; }
    @media (max-width: 768px) {
      .doctors-advice-carousel .doctors-advice-slider {
        display: none; } }
    .doctors-advice-carousel .doctors-advice-slider .swiper-wrapper {
      display: flex; }
    .doctors-advice-carousel .doctors-advice-slider .swiper-slide {
      height: auto;
      width: 100%;
      padding: 12px; }
  .doctors-advice-carousel .advice-grid-mobile {
    display: none; }
    @media (max-width: 768px) {
      .doctors-advice-carousel .advice-grid-mobile {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 50px; } }
  .doctors-advice-carousel .advice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .doctors-advice-carousel .advice-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; } }
    @media (max-width: 768px) {
      .doctors-advice-carousel .advice-grid {
        grid-template-columns: 1fr;
        gap: 10px; } }
  .doctors-advice-carousel .advice-card {
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 20px;
    display: flex;
    flex-direction: column; }
    .doctors-advice-carousel .advice-card:hover {
      transform: translateY(-5px); }
  .doctors-advice-carousel .advice-image {
    position: relative;
    overflow: hidden;
    height: 200px; }
    @media (max-width: 767px) {
      .doctors-advice-carousel .advice-image {
        height: unset; } }
    .doctors-advice-carousel .advice-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease; }
    .advice-card:hover .doctors-advice-carousel .advice-image img {
      transform: scale(1.05); }
  .doctors-advice-carousel .advice-content {
    padding: 20px 0;
    flex: 1; }
    @media (max-width: 767px) {
      .doctors-advice-carousel .advice-content {
        padding: 15px 0; } }
  .doctors-advice-carousel .advice-title {
    font-size: 28px;
    font-weight: 700;
    font-family: "Urbanist", serif;
    color: #19396A;
    margin-bottom: 10px;
    line-height: 1.4; }
    @media (max-width: 767px) {
      .doctors-advice-carousel .advice-title {
        font-size: 20px;
        margin-bottom: 10px; } }
    .doctors-advice-carousel .advice-title a {
      text-decoration: none;
      color: inherit; }
      .doctors-advice-carousel .advice-title a:hover {
        color: #ba8e5f; }
  .doctors-advice-carousel .advice-date {
    font-size: 20px;
    color: #666;
    font-family: "Outfit", serif;
    margin: 0;
    border-top: 1px solid; }
    @media (max-width: 767px) {
      .doctors-advice-carousel .advice-date {
        font-size: 18px;
        padding-top: 10px; } }
  .doctors-advice-carousel .swiper-pagination {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
    position: relative; }
    .doctors-advice-carousel .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background: #ccc;
      opacity: 1;
      margin: 0 5px; }
      .doctors-advice-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #3A486E; }
  .doctors-advice-carousel .see-more-wrap {
    text-align: center;
    display: block; }
  .doctors-advice-carousel .see-more-btn {
    display: inline-block;
    padding: 12px 50px;
    background: #ba8e5f;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
    font-family: "Urbanist", serif;
    transition: all 0.3s ease; }
    .doctors-advice-carousel .see-more-btn:hover {
      background: #a17545;
      color: #fff;
      text-decoration: none; }
    @media (max-width: 767px) {
      .doctors-advice-carousel .see-more-btn {
        padding: 10px 40px;
        font-size: 14px; } }
  .doctors-advice-carousel .loading-indicator {
    text-align: center;
    padding: 40px 0; }
    .doctors-advice-carousel .loading-indicator .spinner {
      display: inline-block;
      width: 30px;
      height: 30px;
      border: 3px solid #f3f3f3;
      border-top: 3px solid #ba8e5f;
      border-radius: 50%;
      animation: spin 1s linear infinite; }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
#page > section.doctors-advice-banner:first-of-type {
  padding-top: 0 !important; }

.doctors-advice-banner {
  position: relative;
  height: 288px;
  background-color: #f9fcff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .doctors-advice-banner .box {
    clip-path: ellipse(85% 100% at top);
    background: #fff;
    height: 288px;
    width: 100%; }
    @media (max-width: 768px) {
      .doctors-advice-banner .box {
        clip-path: ellipse(75% 100% at top);
        height: 200px; } }
  .doctors-advice-banner .banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 66px; }
  .doctors-advice-banner .banner-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 50px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.18;
    color: #3a486e;
    margin: 0;
    word-wrap: break-word; }
  @media (max-width: 768px) {
    .doctors-advice-banner {
      height: 200px; }
      .doctors-advice-banner .banner-title {
        font-size: 32px;
        line-height: 1.2; } }
  @media (max-width: 480px) {
    .doctors-advice-banner .banner-title {
      font-size: 24px; } }

.doctors-advice-single {
  background-color: #f9fcff;
  padding: 60px 0; }
  .doctors-advice-single .single-meta {
    margin-bottom: 30px; }
    .doctors-advice-single .single-meta .author {
      font-family: 'Outfit', sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #4e5a7d;
      margin: 0;
      padding-bottom: 15px;
      border-bottom: 1px solid #ddd; }
  .doctors-advice-single .box-thumbnail {
    position: relative;
    margin-bottom: 40px;
    border-radius: 4px;
    overflow: hidden; }
    .doctors-advice-single .box-thumbnail img {
      width: 100%;
      height: auto;
      display: block; }
    .doctors-advice-single .box-thumbnail .box-date {
      position: absolute;
      bottom: 20px;
      left: 20px;
      background-color: rgba(255, 255, 255, 0.95);
      padding: 10px 20px;
      border-radius: 4px;
      font-family: 'Outfit', sans-serif;
      font-size: 16px;
      font-weight: 500;
      color: #3a486e; }
  .doctors-advice-single .box-excerpt {
    margin-bottom: 40px;
    padding: 30px;
    background-color: #ecf6fb;
    border-radius: 4px; }
    .doctors-advice-single .box-excerpt p {
      font-family: 'Outfit', sans-serif;
      font-size: 25px;
      font-weight: 400;
      line-height: 32px;
      color: #4e5a7d;
      margin: 0; }
  .doctors-advice-single .content {
    font-family: 'Outfit', sans-serif;
    color: #4e5a7d;
    line-height: 32px; }
    .doctors-advice-single .content h2 {
      font-family: 'Urbanist', sans-serif;
      font-size: 35px;
      font-weight: 700;
      font-style: italic;
      color: #4e5a7d;
      margin: 60px 0 20px 0;
      line-height: 1.2;
      border-bottom: 1px solid #1C2D59;
      padding-bottom: 20px; }
    .doctors-advice-single .content h3 {
      font-family: 'Urbanist', sans-serif;
      font-size: 28px;
      font-weight: 700;
      font-style: italic;
      color: #19396a;
      margin: 40px 0 20px 0;
      line-height: 1.2;
      border-bottom: 1px solid #1C2D59;
      padding-bottom: 20px; }
    .doctors-advice-single .content p {
      font-size: 25px;
      font-weight: 400;
      line-height: 32px;
      margin-bottom: 20px;
      color: #4E5A7D; }
    .doctors-advice-single .content ul, .doctors-advice-single .content ol {
      margin: 20px 0 20px 40px;
      padding: 0; }
      .doctors-advice-single .content ul li, .doctors-advice-single .content ol li {
        font-size: 25px;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 12px;
        color: #4e5a7d; }
    .doctors-advice-single .content img {
      max-width: 100%;
      height: auto;
      margin: 40px 0;
      border-radius: 4px;
      display: block; }
    .doctors-advice-single .content a {
      color: #4E5A7D;
      text-decoration: underline; }
      .doctors-advice-single .content a:hover {
        color: #0F298F; }
  @media (max-width: 768px) {
    .doctors-advice-single {
      padding: 40px 0; }
      .doctors-advice-single .container {
        padding: 0 20px; }
      .doctors-advice-single .box-excerpt p {
        font-size: 18px;
        line-height: 26px; }
      .doctors-advice-single .content h2 {
        font-size: 28px; }
      .doctors-advice-single .content h3 {
        font-size: 22px; }
      .doctors-advice-single .content p {
        font-size: 18px;
        line-height: 26px; }
      .doctors-advice-single .content ul, .doctors-advice-single .content ol {
        margin-left: 30px; }
        .doctors-advice-single .content ul li, .doctors-advice-single .content ol li {
          font-size: 18px;
          line-height: 26px; } }

.posts-related {
  background-color: #ecf6fb;
  padding: 60px 0; }
  .posts-related .related-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 35px;
    font-weight: 700;
    font-style: italic;
    color: #3a486e;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3a486e; }
  .posts-related .list-related {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
  .posts-related .item-related {
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 20px; }
    .posts-related .item-related:hover {
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); }
    .posts-related .item-related .box-image {
      position: relative;
      overflow: hidden;
      height: 200px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .posts-related .item-related .box-image {
          height: auto; } }
      .posts-related .item-related .box-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease; }
      .item-related:hover .posts-related .item-related .box-image img {
        transform: scale(1.05); }
    .posts-related .item-related .box-body {
      padding: 0; }
    .posts-related .item-related .title {
      font-size: 18px;
      font-weight: 700;
      font-family: "Urbanist", serif;
      color: #19396A;
      margin: 0 0 10px 0;
      line-height: 1.4; }
      @media (max-width: 767px) {
        .posts-related .item-related .title {
          font-size: 16px;
          margin-bottom: 8px; } }
      .posts-related .item-related .title a {
        text-decoration: none;
        color: inherit; }
        .posts-related .item-related .title a:hover {
          color: #ba8e5f; }
    .posts-related .item-related .expect {
      font-family: "Outfit", serif;
      margin: 0;
      border-top: 1px solid #4E5A7D;
      padding-top: 10px; }
    .posts-related .item-related .box-btn .btn {
      display: inline-block;
      font-family: 'Urbanist', sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #ba8e5f;
      text-decoration: none;
      padding: 8px 15px;
      border: 1px solid #ba8e5f;
      border-radius: 3px;
      transition: all 0.3s ease; }
      .posts-related .item-related .box-btn .btn:hover {
        background-color: #ba8e5f;
        color: white; }
  @media (max-width: 991px) {
    .posts-related .list-related {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) {
    .posts-related {
      padding: 40px 0; }
      .posts-related .related-title {
        font-size: 28px; }
      .posts-related .list-related {
        grid-template-columns: 1fr; }
      .posts-related .item-related .title {
        font-size: 22px;
        line-height: 26px;
        min-height: auto; } }

#page > section.about-banner {
  padding-top: 0 !important;
  background-color: #fff; }
  #page > section.about-banner .box {
    position: relative;
    clip-path: ellipse(85% 100% at top); }
    #page > section.about-banner .box > img {
      width: 100%;
      object-fit: cover; }
      @media (max-width: 991px) {
        #page > section.about-banner .box > img {
          min-height: 50vh; } }
    #page > section.about-banner .box .container {
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%;
      z-index: 11; }
      #page > section.about-banner .box .container h2 {
        margin-bottom: 10px;
        color: #3A486E;
        font-style: italic;
        font-size: 50px;
        font-weight: 700;
        line-height: normal; }
        @media (max-width: 991px) {
          #page > section.about-banner .box .container h2 {
            font-size: 30px; } }
        #page > section.about-banner .box .container h2 > * {
          margin-bottom: 10px;
          color: #3A486E;
          font-style: italic;
          font-size: 50px;
          font-weight: 700;
          line-height: normal; }
          @media (max-width: 991px) {
            #page > section.about-banner .box .container h2 > * {
              font-size: 30px; } }
        #page > section.about-banner .box .container h2.line2 > p {
          margin-left: 0;
          padding-left: 0;
          font-size: 180px !important;
          font-style: normal;
          font-weight: 400;
          line-height: 72.222% !important; }
          @media (max-width: 1280px) {
            #page > section.about-banner .box .container h2.line2 > p {
              font-size: 130px !important; } }
          @media (max-width: 991px) {
            #page > section.about-banner .box .container h2.line2 > p {
              font-size: 88px !important;
              font-style: normal;
              font-weight: 400;
              line-height: 72.222% !important; } }
        #page > section.about-banner .box .container h2.line2 {
          margin-left: 4rem; }
          @media (max-width: 767px) {
            #page > section.about-banner .box .container h2.line2 {
              margin-left: 0;
              padding-left: 0; } }
      #page > section.about-banner .box .container p {
        margin-left: 4rem;
        padding-left: 24px;
        margin-bottom: 0; }
        #page > section.about-banner .box .container p:last-child {
          margin-bottom: 0; }
        @media (max-width: 767px) {
          #page > section.about-banner .box .container p {
            margin-left: 0;
            padding-left: 0; } }

/*# sourceMappingURL=doctors-advice.css.map */
