.main_title {
  font-style: italic; }
  @media (max-width: 767px) {
    .main_title {
      font-size: 30px; } }

.home-banner {
  overflow: hidden;
  background-color: #EFDCC6; }
  .home-banner .swiper-slide {
    height: calc(100vh - 170px); }
    @media (max-width: 991px) {
      .home-banner .swiper-slide {
        height: 100%; } }
    .home-banner .swiper-slide img {
      width: 100%; }
      @media (max-width: 991px) {
        .home-banner .swiper-slide img {
          height: 100vh;
          object-fit: cover; } }
      @media (max-width: 767px) {
        .home-banner .swiper-slide img {
          min-height: 400px;
          object-fit: cover; } }
      .home-banner .swiper-slide img.desktop {
        display: block;
        height: 100%;
        object-fit: cover; }
        @media (max-width: 991px) {
          .home-banner .swiper-slide img.desktop {
            display: none; } }
      .home-banner .swiper-slide img.mobile {
        display: none; }
        @media (max-width: 991px) {
          .home-banner .swiper-slide img.mobile {
            display: block; } }
    .home-banner .swiper-slide::before {
      background: linear-gradient(to right, #082246 0%, rgba(24, 45, 73, 0.19) 80%, rgba(84, 84, 84, 0) 100%);
      position: absolute;
      top: 0;
      left: 0;
      width: 60%;
      height: 100%;
      z-index: 11; }
  .home-banner .swiper-container {
    position: relative;
    clip-path: ellipse(85% 100% at top); }
    @media (max-width: 991px) {
      .home-banner .swiper-container {
        clip-path: ellipse(110% 100% at top); } }
  .home-banner .container {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 11; }
    @media (max-width: 991px) {
      .home-banner .container {
        position: absolute;
        top: 53px;
        left: 50%;
        z-index: 11;
        transform: translateX(-50%); } }
    .home-banner .container .slide-content {
      color: #fff; }
      @media (max-width: 767px) {
        .home-banner .container .slide-content.style1 .line2 {
          margin-left: 10%; }
        .home-banner .container .slide-content.style1 p {
          margin-left: 10%; } }
      .home-banner .container .slide-content.style1 .line2 {
        margin-left: 4rem; }
      .home-banner .container .slide-content.style1 p {
        margin-left: 4rem;
        padding-left: 24px;
        border-left: #BA8E5F 2px solid;
        margin-bottom: 0; }
      .home-banner .container .slide-content.style2 {
        max-width: 50%;
        margin-left: auto; }
        @media (min-width: 768px) {
          .home-banner .container .slide-content.style2 .line2 {
            margin-left: 4rem; }
          .home-banner .container .slide-content.style2 .line3 {
            margin-left: 22rem; }
          .home-banner .container .slide-content.style2 p {
            margin-left: 22rem; } }
        @media (max-width: 991px) {
          .home-banner .container .slide-content.style2 {
            max-width: 100%;
            margin-left: 0; } }
        @media (max-width: 767px) {
          .home-banner .container .slide-content.style2 .line2 {
            margin-left: 10%; }
          .home-banner .container .slide-content.style2 .line3 {
            margin-left: 20%; }
          .home-banner .container .slide-content.style2 p {
            margin-left: 20%; } }
      .home-banner .container .slide-content h2 {
        font-size: 50px;
        line-height: 61px;
        font-family: "Urbanist", serif;
        font-weight: 800;
        margin-bottom: 10px;
        color: #3A486E;
        font-style: italic;
        font-weight: 700;
        line-height: normal; }
        @media (max-width: 1199px) {
          .home-banner .container .slide-content h2 {
            font-size: 40px;
            line-height: 50px; } }
        @media (max-width: 767px) {
          .home-banner .container .slide-content h2 {
            font-size: 30px;
            line-height: 1.5; } }
      .home-banner .container .slide-content p {
        font-size: 18px;
        font-style: italic;
        font-weight: 400;
        line-height: normal;
        color: #3A486E; }
        .home-banner .container .slide-content p strong {
          font-weight: 700;
          line-height: normal; }
        .home-banner .container .slide-content p:last-child {
          margin-bottom: 0; }
  .home-banner .swiper-button-next, .home-banner .swiper-button-prev {
    background: #000107;
    width: 36px;
    height: 86px; }
    @media (max-width: 1199px) {
      .home-banner .swiper-button-next, .home-banner .swiper-button-prev {
        width: 25px;
        height: 55px; } }
  .home-banner .swiper-button-prev {
    left: 0; }
  .home-banner .swiper-button-next {
    right: 0; }
  .home-banner .swiper-button-next::after,
  .home-banner .swiper-button-prev::after {
    font-weight: 900;
    color: #fff;
    font-size: 22px; }
    @media (max-width: 1199px) {
      .home-banner .swiper-button-next::after,
      .home-banner .swiper-button-prev::after {
        font-size: 18px; } }

.medical_feature_box {
  padding: 60px 30px;
  background: #F9FAFF;
  background-color: #EFDCC6; }
  @media (max-width: 1199px) {
    .medical_feature_box {
      padding: 0 20px;
      padding-bottom: 60px; } }
  .medical_feature_box .medical_feature_item {
    border-right: 1px solid #6C5A47; }
    .medical_feature_box .medical_feature_item:first-child {
      border-left: none; }
    .medical_feature_box .medical_feature_item:last-child {
      border-right: none; }
    @media (max-width: 992px) {
      .medical_feature_box .medical_feature_item:nth-child(2n) {
        border-right: none; } }
    .medical_feature_box .medical_feature_item.col-md-6 {
      padding-top: 65px;
      padding-bottom: 75px;
      border-right: 1px solid #D5D5D5;
      border-bottom: 1px solid #D5D5D5; }
      .medical_feature_box .medical_feature_item.col-md-6:nth-child(2n) {
        border-right: none; }
      .medical_feature_box .medical_feature_item.col-md-6:nth-last-child(-n+2) {
        border-bottom: none; }
      @media (max-width: 767px) {
        .medical_feature_box .medical_feature_item.col-md-6 {
          padding-top: 50px !important;
          padding-bottom: 50px !important;
          border-bottom: 1px solid #D5D5D5 !important; }
          .medical_feature_box .medical_feature_item.col-md-6:first-child {
            padding-top: 0 !important; }
          .medical_feature_box .medical_feature_item.col-md-6:last-child {
            border-bottom: none !important;
            padding-bottom: 0 !important; } }
      @media (max-width: 992px) {
        .medical_feature_box .medical_feature_item.col-md-6:nth-child(2n) {
          border-right: none; } }
    .medical_feature_box .medical_feature_item .icon {
      margin-bottom: 30px; }
      @media (max-width: 1199px) {
        .medical_feature_box .medical_feature_item .icon {
          margin-bottom: 10px; } }
      .medical_feature_box .medical_feature_item .icon img {
        margin: 0 auto;
        margin-left: 0;
        min-height: 99px;
        object-fit: contain; }
        @media (max-width: 991px) {
          .medical_feature_box .medical_feature_item .icon img {
            width: 60px;
            height: 60px;
            object-fit: contain;
            min-height: unset; } }
    .medical_feature_box .medical_feature_item .item-title {
      margin-bottom: 30px; }
      @media (max-width: 1199px) {
        .medical_feature_box .medical_feature_item .item-title {
          margin-bottom: 10px; } }
    .medical_feature_box .medical_feature_item .article-with-icon-3 {
      padding: 30px 15px; }
      @media (max-width: 1199px) {
        .medical_feature_box .medical_feature_item .article-with-icon-3 {
          margin-bottom: 0px; } }
      .medical_feature_box .medical_feature_item .article-with-icon-3 .item-title {
        font-size: 28px;
        font-weight: 700;
        line-height: 34px;
        color: #3A486E;
        font-family: "Urbanist", serif;
        text-align: left; }
        @media (max-width: 1199px) {
          .medical_feature_box .medical_feature_item .article-with-icon-3 .item-title {
            font-size: 20px;
            line-height: normal;
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          .medical_feature_box .medical_feature_item .article-with-icon-3 .item-title {
            margin-bottom: 10px; } }
      .medical_feature_box .medical_feature_item .article-with-icon-3 .item-text {
        font-size: 20px;
        line-height: 32px;
        color: #3A486E;
        text-align: left; }
        @media (max-width: 1199px) {
          .medical_feature_box .medical_feature_item .article-with-icon-3 .item-text {
            font-size: 16px;
            line-height: normal; } }
        @media (max-width: 767px) {
          .medical_feature_box .medical_feature_item .article-with-icon-3 .item-text br {
            display: none; } }

.home_about {
  background-color: #EFDCC6;
  background: linear-gradient(to bottom, #EFDCC6 0%, #EFDCC6 50%, #ECF6FB 50%, #ECF6FB 100%);
  max-width: 100vw;
  overflow: hidden; }
  .home_about > .box {
    clip-path: ellipse(85% 50% at 50% 50%);
    background: #F4EDE6; }
    @media (max-width: 991px) {
      .home_about > .box {
        clip-path: ellipse(100% 50% at 50% 50%); } }
    @media (max-width: 767px) {
      .home_about > .box .home_about_wrap > .row {
        flex-direction: column-reverse; } }
  @media (max-width: 767px) {
    .home_about .ah-thumb img {
      width: 100%;
      margin-bottom: 20px; } }
  .home_about .ah_item-right {
    padding-left: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 80px 110px;
    padding-right: 70px;
    flex-direction: column;
    align-items: flex-start; }
    @media (max-width: 1199px) {
      .home_about .ah_item-right {
        padding-left: 30px; } }
    @media (max-width: 991px) {
      .home_about .ah_item-right {
        padding-left: 40px;
        padding-right: 0; } }
    @media (max-width: 767px) {
      .home_about .ah_item-right {
        padding-top: 12px;
        padding-bottom: 100px;
        padding-right: 20px;
        padding-left: 20px; } }
    .home_about .ah_item-right .ah-box {
      font-size: 25px;
      line-height: 32px;
      color: #3A486E; }
      .home_about .ah_item-right .ah-box .ah-title {
        padding-bottom: 20px;
        border-bottom: 1px solid #3A486E;
        margin-bottom: 28px;
        color: #3A486E; }
        @media (max-width: 991px) {
          .home_about .ah_item-right .ah-box .ah-title {
            margin-bottom: 15px; } }
      .home_about .ah_item-right .ah-box .ah-text {
        margin-bottom: 40px; }
        .home_about .ah_item-right .ah-box .ah-text p {
          color: #3A486E; }
      .home_about .ah_item-right .ah-box .ah-list {
        display: flex;
        flex-wrap: wrap;
        column-gap: 60px; }
        @media (max-width: 767px) {
          .home_about .ah_item-right .ah-box .ah-list {
            column-gap: 20px;
            flex-wrap: wrap; } }
        .home_about .ah_item-right .ah-box .ah-list li {
          width: calc(50% - 30px); }
          @media (max-width: 575px) {
            .home_about .ah_item-right .ah-box .ah-list li {
              flex: 1 1 100%; } }
          .home_about .ah_item-right .ah-box .ah-list li .letter {
            height: 32px;
            width: 32px;
            display: inline-flex;
            border-radius: 4px;
            background-color: #CFEAFE;
            justify-content: center;
            align-items: center;
            font-weight: 700;
            line-height: 23px;
            font-size: 18px;
            color: #736F6F;
            margin-bottom: 15px; }
        .home_about .ah_item-right .ah-box .ah-list p:last-child {
          margin-bottom: 22px; }
      .home_about .ah_item-right .ah-box .button-ah a {
        font-size: 18px;
        display: block;
        text-align: center;
        max-width: max-content; }
        .home_about .ah_item-right .ah-box .button-ah a:hover {
          color: #fff; }
        @media (max-width: 767px) {
          .home_about .ah_item-right .ah-box .button-ah a {
            font-size: 16px;
            margin: auto; } }
  .home_about .ah_item-left .ah-thumb img {
    width: 100%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover; }
    @media (max-width: 767px) {
      .home_about .ah_item-left .ah-thumb img {
        border-bottom-right-radius: 50%;
        width: 110%;
        max-width: unset; } }

.list_conditions {
  background-color: #ECF6FB;
  padding-top: 136px;
  padding-bottom: 140px; }
  @media (max-width: 991px) {
    .list_conditions {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .list_conditions .main_title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3A486E;
    text-align: center; }
  .list_conditions .conditions_wrap {
    max-width: 1440px;
    margin: auto; }
    .list_conditions .conditions_wrap .conditions-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
      gap: 25px 25px;
      padding: 25px;
      max-height: 100vh;
      grid-template-areas: "div1 div3 div3 div4 div5" "div2 div3 div3 div6 div6" "div7 div7 div8 div8 div8";
      /* Mobile Layout - Specific Pattern */ }
      @media (max-width: 1199px) {
        .list_conditions .conditions_wrap .conditions-grid {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          grid-auto-rows: minmax(150px, auto);
          grid-column-gap: 10px;
          grid-row-gap: 10px;
          grid-template-areas: "div4 div5" "div1 div3" "div2 div3" "div6 div6" "div7 div8";
          grid-template-rows: auto;
          width: 100%;
          max-height: unset; } }
    .list_conditions .conditions_wrap .div1 {
      grid-area: div1; }
    .list_conditions .conditions_wrap .div2 {
      grid-area: div2; }
    .list_conditions .conditions_wrap .div3 {
      grid-area: div3; }
    .list_conditions .conditions_wrap .div4 {
      grid-area: div4; }
    .list_conditions .conditions_wrap .div5 {
      grid-area: div5; }
    .list_conditions .conditions_wrap .div6 {
      grid-area: div6; }
    .list_conditions .conditions_wrap .div7 {
      grid-area: div7; }
    .list_conditions .conditions_wrap .div8 {
      grid-area: div8; }
    .list_conditions .conditions_wrap .row {
      margin-left: -10px;
      margin-right: -10px; }
      .list_conditions .conditions_wrap .row .col-lg-3 {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px; }
    .list_conditions .conditions_wrap .condition_item {
      border-radius: 3px;
      overflow: hidden;
      position: relative; }
      .list_conditions .conditions_wrap .condition_item img {
        width: 100%; }
      .list_conditions .conditions_wrap .condition_item .condition-thumb {
        height: 100%; }
        .list_conditions .conditions_wrap .condition_item .condition-thumb a {
          height: 100%;
          display: block; }
          .list_conditions .conditions_wrap .condition_item .condition-thumb a img {
            height: 100%;
            object-fit: cover;
            object-position: center; }
      .list_conditions .conditions_wrap .condition_item .condition-title {
        position: absolute;
        bottom: 0;
        width: 100%; }
        .list_conditions .conditions_wrap .condition_item .condition-title a {
          min-height: 75px;
          font-family: "Urbanist", serif;
          font-size: 20px;
          text-align: left;
          color: #fff;
          background: transparent;
          display: flex;
          justify-content: left;
          align-items: center;
          padding: 20px;
          font-style: italic; }
          @media (max-width: 1199px) {
            .list_conditions .conditions_wrap .condition_item .condition-title a {
              font-size: 18px; } }

.hs_checker_list {
  background: linear-gradient(to bottom, #ECF6FB 0%, #ECF6FB 50%, #EFDCC6 50%, #EFDCC6 100%); }
  .hs_checker_list > .box {
    clip-path: ellipse(70% 50% at 50% 50%);
    background: #fff;
    padding-top: 65px;
    padding-bottom: 50px; }
    @media (max-width: 991px) {
      .hs_checker_list > .box {
        clip-path: ellipse(85% 50% at 50% 50%); } }
    @media (max-width: 575.98px) {
      .hs_checker_list > .box {
        clip-path: ellipse(100% 50% at 50% 50%); } }
  .hs_checker_list .hs_checker_wrap {
    padding: 60px 0; }
  @media (max-width: 767px) {
    .hs_checker_list .hs_checker-left {
      margin-bottom: 30px; } }
  .hs_checker_list .main_title {
    margin-bottom: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3A486E;
    color: #132044; }
  .hs_checker_list .hs_checker-info p {
    margin-bottom: 35px;
    color: #3A486E; }
  .hs_checker_list .hs_checker-box {
    max-width: 750px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-left: auto;
    row-gap: 55px;
    padding-bottom: 33px; }
    @media (max-width: 767px) {
      .hs_checker_list .hs_checker-box {
        margin-right: auto; } }
    .hs_checker_list .hs_checker-box .hs_checker-item {
      flex: 0 0 33%;
      max-width: 33%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 1024px) {
        .hs_checker_list .hs_checker-box .hs_checker-item:nth-child(4) {
          padding-left: 0px; }
        .hs_checker_list .hs_checker-box .hs_checker-item:last-child {
          padding-right: 0px; } }
      @media (max-width: 767px) {
        .hs_checker_list .hs_checker-box .hs_checker-item {
          padding: 0 10px; } }
      .hs_checker_list .hs_checker-box .hs_checker-item .hs_checker-title {
        margin-top: auto;
        font-size: 20px;
        color: #000107;
        line-height: 24px;
        text-align: center; }
        @media (max-width: 767px) {
          .hs_checker_list .hs_checker-box .hs_checker-item .hs_checker-title {
            text-align: center; } }
      .hs_checker_list .hs_checker-box .hs_checker-item .hs_checker-thumb {
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .hs_checker_list .hs_checker-box .hs_checker-item .hs_checker-thumb {
            max-width: 70px; } }
  .hs_checker_list .button-hs {
    display: block;
    padding-top: 30px;
    text-align: center; }
    @media (max-width: 767px) {
      .hs_checker_list .button-hs {
        text-align: center; } }
    .hs_checker_list .button-hs a {
      font-size: 18px;
      display: inline-block;
      min-width: 246px; }
      .hs_checker_list .button-hs a:hover {
        color: #fff; }

.white {
  color: #fff; }

.h_book_calendar {
  padding: 130px 0 135px;
  padding: 50px 0 0px;
  background-color: #1C2D59;
  background-color: #EFDCC6;
  z-index: 9;
  position: relative; }
  .h_book_calendar > .box {
    clip-path: ellipse(126% 100% at bottom);
    background: #fff;
    padding-bottom: 60px; }
    @media (max-width: 767.98px) {
      .h_book_calendar > .box {
        clip-path: ellipse(160% 100% at bottom); } }
    @media (max-width: 575.98px) {
      .h_book_calendar > .box {
        clip-path: ellipse(200% 100% at bottom); } }
    .h_book_calendar > .box > .container {
      padding-top: 100px; }
  @media (max-width: 1199px) {
    .h_book_calendar {
      padding: 100px 0;
      padding-bottom: 0; } }
  @media (max-width: 991px) {
    .h_book_calendar {
      padding: 80px 0;
      padding-bottom: 0; } }

.main_title-sm {
  font-size: 34px;
  line-height: 41px; }

.accepted_coverage {
  background: #EFDCC6;
  padding: 30px 0 0;
  max-width: 100vw;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .accepted_coverage {
      padding: 30px 0 0; } }
  @media (max-width: 767px) {
    .accepted_coverage .accepted_coverage_wrap > .row {
      gap: 190px; } }
  .accepted_coverage .accepted_coverage-main {
    justify-content: center;
    align-items: start;
    display: flex;
    flex-direction: column;
    padding-right: 15%;
    position: initial;
    overflow: visible;
    overflow-x: hidden; }
    @media (max-width: 767px) and (min-width: 640px) {
      .accepted_coverage .accepted_coverage-main {
        padding-top: 40px; } }
    @media (max-width: 540px) {
      .accepted_coverage .accepted_coverage-main {
        padding-right: 0; } }
    .accepted_coverage .accepted_coverage-main > .svg {
      position: absolute;
      max-width: 50vw;
      z-index: 0;
      transform: none;
      left: 0; }
      @media (min-width: 767px) and (max-width: 880px) {
        .accepted_coverage .accepted_coverage-main > .svg {
          max-width: 60vw; } }
      @media (max-width: 767px) and (min-width: 640px) {
        .accepted_coverage .accepted_coverage-main > .svg {
          transform: none;
          max-width: 72vw; } }
      @media (max-width: 640px) and (min-width: 541px) {
        .accepted_coverage .accepted_coverage-main > .svg {
          position: absolute;
          max-width: 85vw;
          z-index: 0;
          transform: translateY(7vw);
          left: 0vw; } }
      @media (max-width: 540px) {
        .accepted_coverage .accepted_coverage-main > .svg {
          clip-path: polygon(0 20%, 100% 20%, 100% 100%, 0 100%);
          position: absolute;
          max-width: 100vw;
          z-index: 0;
          transform: translateY(-9vw);
          left: 0vw; } }
      @media (max-width: 499px) {
        .accepted_coverage .accepted_coverage-main > .svg {
          clip-path: polygon(0 16%, 100% 10%, 100% 100%, 0 100%); } }
      @media (max-width: 400px) {
        .accepted_coverage .accepted_coverage-main > .svg {
          position: absolute;
          max-width: 100vw;
          z-index: 0;
          transform: translateY(-9vw);
          left: 0vw; } }
    .accepted_coverage .accepted_coverage-main .button-accepted_coverage {
      z-index: 1; }
  .accepted_coverage .main_title {
    margin-bottom: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3A486E;
    width: 80%;
    text-align: left;
    z-index: 1;
    color: #3A486E;
    font-size: 27px;
    font-style: italic;
    font-weight: 700;
    line-height: normal; }
    @media (max-width: 1199px) {
      .accepted_coverage .main_title {
        font-size: 20px;
        font-style: italic;
        font-weight: 700;
        line-height: normal; } }
    @media (max-width: 540px) {
      .accepted_coverage .main_title {
        width: 90%; } }
  .accepted_coverage .accepted_coverage-desc p {
    color: #3A486E; }
  .accepted_coverage .main_desc {
    margin-bottom: 84px;
    text-align: left;
    z-index: 1;
    max-width: 80%; }
    @media (max-width: 1199px) {
      .accepted_coverage .main_desc {
        margin-bottom: 60px; } }
    @media (max-width: 991px) {
      .accepted_coverage .main_desc {
        margin-bottom: 40px; } }
    @media (max-width: 540px) {
      .accepted_coverage .main_desc {
        width: 100%;
        max-width: 100%; } }
    .accepted_coverage .main_desc p {
      margin-bottom: 0;
      font-weight: 300;
      color: #3A486E; }
  .accepted_coverage .accepted_coverage_item {
    max-width: 99%;
    flex-direction: column;
    height: auto;
    box-shadow: none; }
    @media (max-width: 767px) {
      .accepted_coverage .accepted_coverage_item {
        padding: 20px; } }
    .accepted_coverage .accepted_coverage_item:nth-child(2n) {
      margin-left: auto; }
    .accepted_coverage .accepted_coverage_item:nth-child(2n+1) {
      margin-right: auto; }
    .accepted_coverage .accepted_coverage_item .button-accepted_coverage {
      display: block;
      margin-top: auto; }
    .accepted_coverage .accepted_coverage_item .button-primary {
      display: inline-block;
      font-size: 18px; }
      .accepted_coverage .accepted_coverage_item .button-primary:hover {
        color: #fff; }
    .accepted_coverage .accepted_coverage_item .accepted_coverage-thumb {
      background: transparent;
      justify-content: start;
      padding-bottom: 20px;
      max-width: unset; }
      .accepted_coverage .accepted_coverage_item .accepted_coverage-thumb > img {
        max-width: 33%; }
    .accepted_coverage .accepted_coverage_item .accepted_coverage-desc {
      padding-left: 0; }
      .accepted_coverage .accepted_coverage_item .accepted_coverage-desc a {
        color: #3A486E;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font; }
        .accepted_coverage .accepted_coverage_item .accepted_coverage-desc a:hover {
          color: #BCD1E9; }

.btn-lg {
  display: block; }
  .btn-lg a {
    display: inline-block;
    font-size: 18px; }
    .btn-lg a:hover {
      color: #fff; }
    .btn-lg a svg {
      margin-bottom: 3px; }

.h_contact_us {
  background: #F0F8FF;
  padding-top: 150px; }
  @media (max-width: 1199px) {
    .h_contact_us {
      padding-top: 100px; } }
  @media (min-width: 768px) {
    .h_contact_us .h_contact_us-left {
      flex: 0 0 40%;
      max-width: 40%; }
    .h_contact_us .h_contact_us-right {
      flex: 0 0 60%;
      max-width: 60%; } }
  @media (min-width: 1200px) {
    .h_contact_us .h_contact_us-left {
      flex: 0 0 31.5%;
      max-width: 31.5%; }
    .h_contact_us .h_contact_us-right {
      flex: 0 0 68.5%;
      max-width: 68.5%; } }
  @media (max-width: 767px) {
    .h_contact_us .h_contact_us-left {
      margin-bottom: 30px; } }
  .h_contact_us > .row {
    max-width: 100%;
    margin: 0 !important; }
  .h_contact_us .h_contact_us_wrap .row {
    align-items: center; }
  .h_contact_us .h_contact_us_wrap .main_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #3A486E;
    margin-bottom: 40px;
    color: #3A486E; }
  .h_contact_us .h_contact_us-info {
    padding-bottom: 40px; }
    @media (max-width: 992px) {
      .h_contact_us .h_contact_us-info {
        gap: 40px; } }
    .h_contact_us .h_contact_us-info .main_title {
      margin-bottom: 38px;
      padding-bottom: 20px;
      border-bottom: 1px solid #3A486E; }
    .h_contact_us .h_contact_us-info .h_contact_us-item {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .h_contact_us .h_contact_us-info .h_contact_us-item .h_contact_us-thumb {
        min-width: 50px;
        padding-right: 10px;
        display: flex;
        gap: 10px;
        padding-bottom: 10px; }
        .h_contact_us .h_contact_us-info .h_contact_us-item .h_contact_us-thumb > img {
          object-fit: contain; }
      .h_contact_us .h_contact_us-info .h_contact_us-item p {
        color: #3A486E; }
        .h_contact_us .h_contact_us-info .h_contact_us-item p a {
          text-decoration: underline;
          color: #3A486E; }
        .h_contact_us .h_contact_us-info .h_contact_us-item p:last-child {
          margin-bottom: 0;
          text-align: center; }
  .h_contact_us .h_contact_us-info2.h_contact_us-info {
    padding-top: 40px;
    padding-bottom: 0; }
    @media (max-width: 992px) {
      .h_contact_us .h_contact_us-info2.h_contact_us-info {
        gap: 60px; } }
    .h_contact_us .h_contact_us-info2.h_contact_us-info .h_contact_us-thumb {
      padding-bottom: 20px; }

.g-review {
  background: #F0F8FF;
  padding-top: 60px; }
  @media (max-width: 1199px) {
    .g-review {
      max-width: 100vw;
      overflow: hidden; } }
  .g-review .container h2.main_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #3A486E;
    margin-bottom: 30px;
    text-align: center;
    color: #1C2D59;
    font-family: "Urbanist", serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 700; }
  .g-review .grw-swiper {
    overflow: visible; }
    .g-review .grw-swiper .swiper-wrapper {
      display: flex;
      align-items: stretch; }
    .g-review .grw-swiper .swiper-slide {
      height: auto; }
  .g-review .grw-review {
    height: 100%; }
    .g-review .grw-review .grw-review-inner {
      background: #FFFFFF;
      border-radius: 50px 50px 3px 50px;
      box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
      padding: 50px 30px 76px;
      height: 100%;
      display: flex;
      flex-direction: column;
      position: relative; }
      @media (max-width: 991px) {
        .g-review .grw-review .grw-review-inner {
          padding: 20px; } }
      .g-review .grw-review .grw-review-inner > svg {
        position: absolute;
        top: 30px;
        right: 30px;
        height: 32px;
        width: 32px; }
        @media (max-width: 991px) {
          .g-review .grw-review .grw-review-inner > svg {
            height: 24px;
            width: 24px;
            top: 20px;
            right: 20px; } }
  .g-review .wp-google-left {
    display: grid;
    grid-template-columns: 69px 1fr;
    grid-template-rows: auto auto;
    column-gap: 15px;
    row-gap: 5px;
    margin-bottom: 15px; }
    @media (max-width: 991px) {
      .g-review .wp-google-left {
        grid-template-columns: 44px 1fr;
        column-gap: 12px; } }
    .g-review .wp-google-left .grw-review-avatar {
      width: 69px;
      height: 69px;
      border-radius: 50%;
      object-fit: cover;
      grid-column: 1;
      grid-row: 1 / 3; }
      @media (max-width: 991px) {
        .g-review .wp-google-left .grw-review-avatar {
          width: 44px;
          height: 44px; } }
    .g-review .wp-google-left .wp-google-name {
      color: #1C2D59;
      font-family: "Urbanist", serif;
      font-size: 35px;
      font-weight: 700;
      line-height: 1.2;
      text-decoration: none;
      display: block;
      grid-column: 2;
      grid-row: 1; }
      @media (max-width: 991px) {
        .g-review .wp-google-left .wp-google-name {
          font-size: 20px; } }
      .g-review .wp-google-left .wp-google-name:hover {
        text-decoration: underline; }
    .g-review .wp-google-left .wp-google-time {
      color: #666666;
      font-family: "Outfit", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.4;
      grid-column: 2;
      grid-row: 2; }
      @media (max-width: 991px) {
        .g-review .wp-google-left .wp-google-time {
          font-size: 14px; } }
  .g-review .wp-google-stars {
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .g-review .wp-google-stars {
        margin-bottom: 15px; } }
    .g-review .wp-google-stars .wp-stars {
      display: flex;
      gap: 5px; }
      .g-review .wp-google-stars .wp-stars .wp-star > svg {
        height: 40px;
        width: 40px;
        fill: #F9C001; }
        @media (max-width: 991px) {
          .g-review .wp-google-stars .wp-stars .wp-star > svg {
            height: 15px;
            width: 15px; } }
  .g-review .wp-google-wrap {
    flex: 1; }
    .g-review .wp-google-wrap .wp-google-feedback {
      max-height: none !important;
      height: auto !important;
      overflow: visible !important; }
    .g-review .wp-google-wrap .wp-google-text {
      color: #3C3D42;
      font-family: "Outfit", sans-serif;
      font-size: 25px;
      font-weight: 400;
      line-height: normal; }
      @media (max-width: 991px) {
        .g-review .wp-google-wrap .wp-google-text {
          font-size: 14px; } }
      .g-review .wp-google-wrap .wp-google-text .wp-more-toggle {
        color: #1C2D59;
        font-family: "Outfit", sans-serif;
        font-size: inherit;
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
        display: inline;
        margin-left: 5px;
        text-decoration: underline;
        text-transform: capitalize; }
        @media (max-width: 991px) {
          .g-review .wp-google-wrap .wp-google-text .wp-more-toggle {
            font-size: 14px; } }
        .g-review .wp-google-wrap .wp-google-text .wp-more-toggle:hover {
          text-decoration: underline; }
  .g-review .rpi-dots-wrap {
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center; }
    .g-review .rpi-dots-wrap .rpi-dot {
      width: 12px;
      height: 12px;
      margin: 0 6px;
      border-radius: 50%;
      background: #ccc;
      cursor: pointer;
      transition: all 0.3s ease; }
      .g-review .rpi-dots-wrap .rpi-dot.swiper-pagination-bullet-active, .g-review .rpi-dots-wrap .rpi-dot.active {
        background: #333; }
      .g-review .rpi-dots-wrap .rpi-dot:hover {
        background: #333; }

.review-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .review-modal--open {
    opacity: 1;
    visibility: visible; }
    .review-modal--open .review-modal__content {
      transform: translate(-50%, -50%) scale(1); }
  .review-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px); }
  .review-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease; }
    @media (max-width: 767.98px) {
      .review-modal__content {
        width: 95%;
        max-height: 85vh; } }
  .review-modal__close {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    font-size: 40px !important;
    line-height: 1;
    cursor: pointer;
    color: #1C2D59;
    transition: color 0.2s ease;
    padding: 0;
    z-index: 10; }
    .review-modal__close:hover {
      color: #000; }
  .review-modal__quote {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #19396A;
    font-family: "Urbanist",sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
    @media (max-width: 767.98px) {
      .review-modal__quote {
        top: 20px;
        left: 20px; } }
  .review-modal__body {
    position: relative;
    padding: 80px 40px 40px;
    z-index: 1; }
    @media (max-width: 767.98px) {
      .review-modal__body {
        padding: 60px 25px 30px; } }
  .review-modal__text {
    color: #3C3D42;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
    max-height: calc(50vh - 30px);
    overflow-y: auto;
    padding-right: 10px; }
    .review-modal__text::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px #2f415c;
      background-color: #ECF6FB;
      border-radius: 10px; }
    .review-modal__text::-webkit-scrollbar {
      width: 6px;
      background-color: #ECF6FB; }
    .review-modal__text::-webkit-scrollbar-thumb {
      background-color: #19396A;
      border: 2px solid #19396A;
      border-radius: 6px; }
    @media (max-width: 767.98px) {
      .review-modal__text {
        font-size: 16px; } }
  .review-modal__footer {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #19396A; }
  .review-modal__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover; }
    @media (max-width: 767.98px) {
      .review-modal__avatar {
        width: 40px;
        height: 40px; } }
  .review-modal__info {
    flex: 1; }
  .review-modal__name {
    color: #1C2D59;
    font-family: "Urbanist", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2; }
    @media (max-width: 767.98px) {
      .review-modal__name {
        font-size: 18px; } }

body.review-modal-open {
  overflow: hidden; }

.h_book_calendar .main_title {
  margin: auto;
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #3A486E;
  max-width: fit-content; }
  @media (max-width: 1199px) {
    .h_book_calendar .main_title {
      margin-bottom: 0px; } }
.h_book_calendar .h_book_calendar-btn {
  text-align: center;
  display: block; }
  .h_book_calendar .h_book_calendar-btn a {
    background-color: #FFFFFF;
    color: #19191E;
    font-weight: 700;
    font-size: 25px;
    line-height: 48px;
    font-family: "Urbanist", serif;
    display: inline-block;
    padding: 0 35px;
    margin-top: 48px; }

.datepick-inline .datepick-days-cell .date-cell-content span,
.hasDatepick .datepick-inline .datepick-days-cell a {
  font-weight: 400; }
  @media (min-width: 1200px) {
    .datepick-inline .datepick-days-cell .date-cell-content span,
    .hasDatepick .datepick-inline .datepick-days-cell a {
      font-size: 25px; } }

.h_book_calendars .wpbc_container_booking_form .wpbc__row {
  align-items: normal; }

.wpbc_container_booking_form .wpbc__field:not(.wpbc__cal):first-child {
  flex: 1 1 780px;
  max-width: 780px; }

label[for="calendar1"], label[for="calendar1"] + br {
  display: none !important; }

.wpbc_calendar_wraper .wpbc_no_custom_width.cal_month_num_1 {
  max-width: 100%;
  margin-top: 0;
  height: 100%; }

.wpbc_calendar_wraper .wpbc_no_custom_width.cal_month_num_1 .datepick-inline,
.wpbc_calendar_wraper .wpbc_no_custom_width.cal_month_num_1 .hasDatepick {
  height: 100%; }

.wpbc_calendar_wraper .wpbc_no_custom_width.cal_month_num_1 + div {
  display: none; }

.hasDatepick .datepick-inline {
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0 43px 57px; }
  @media (max-width: 1199px) {
    .hasDatepick .datepick-inline {
      padding: 0 30px 40px; } }
  @media (max-width: 991px) {
    .hasDatepick .datepick-inline {
      padding: 0 20px 30px; } }

.hasDatepick .datepick-inline .datepick .datepick-title-row th {
  font-size: 25px;
  color: #000107;
  font-weight: 400; }

.booking_form_div .datepick-inline td.datepick-days-cell:not(.datepick-other-month, .datepick-unselectable) .wpbc-cell-box {
  background-color: #CFEAFE;
  border-radius: 5px; }

div.wpbc_ajx_availability_container .datepick-inline .datepick-unselectable,
.hasDatepick .datepick-inline .datepick-unselectable:not(.datepick-other-month) {
  color: #828282;
  text-shadow: none;
  font-weight: 400;
  font-size: 25px; }

div.wpbc_ajx_availability_container .datepick-inline .datepick-unselectable:not(.datepick-other-month) .wpbc-cell-box,
.booking_form_div .datepick-inline .datepick-unselectable:not(.datepick-other-month) .wpbc-cell-box {
  background-color: #D4D4D4;
  border-radius: 5px; }

.hasDatepick .block_hints .block_free,
.hasDatepick .block_hints .block_time,
.hasDatepick .block_hints .block_booked,
.hasDatepick .block_hints .block_pending,
.hasDatepick .block_hints .block_check_in_out,
.hasDatepick .datepick-inline .datepick-days-cell {
  border-radius: 0;
  border-width: 0 !important;
  padding: 8px; }
  @media (max-width: 575px) {
    .hasDatepick .block_hints .block_free,
    .hasDatepick .block_hints .block_time,
    .hasDatepick .block_hints .block_booked,
    .hasDatepick .block_hints .block_pending,
    .hasDatepick .block_hints .block_check_in_out,
    .hasDatepick .datepick-inline .datepick-days-cell {
      padding: 4px; } }

.hasDatepick .datepick-inline .datepick-days-cell {
  height: 101px; }
  @media (max-width: 991px) {
    .hasDatepick .datepick-inline .datepick-days-cell {
      height: 70px; } }

.booking_form_div .hasDatepick .block_hints .date2approve.block_check_in_out,
.booking_form_div .block_hints .block_pending,
.booking_form_div .datepick-inline .date2approve {
  background-color: transparent; }

.booking_form_div .hasDatepick .block_hints .date2approve.block_check_in_out .wpbc-cell-box,
.booking_form_div .block_hints .block_pending .wpbc-cell-box,
.booking_form_div .datepick-inline .date2approve .wpbc-cell-box {
  background-color: #D4D4D4; }

.booking_form_div .datepick-inline .datepick-one-month .datepick .datepick-current-day {
  background-color: transparent; }

.booking_form_div .datepick-inline .datepick-one-month .datepick .datepick-current-day .wpbc-cell-box {
  background-color: #E9B44C;
  border-radius: 5px; }

.booking_form_div .wpbc_timeslot_day_bg_as_available .datepick-inline .times_clock.datepick-days-cell-over,
.booking_form_div .datepick-inline .datepick .datepick-days-cell-over {
  background: transparent; }

.booking_form_div .wpbc_timeslot_day_bg_as_available .datepick-inline .times_clock.datepick-days-cell-over .wpbc-cell-box,
.booking_form_div .datepick-inline .datepick .datepick-days-cell-over .wpbc-cell-box {
  background-color: #E9B44C !important; }

.booking_form_div hr,
.booking_form_div hr + .wpbc__row,
.booking_form_div .datepick-inline .datepick-one-month .datepick td.datepick-days-cell.datepick-current-day .wpbc-cell-box .wpbc-diagonal-el {
  display: none !important; }

.wpbc_r_rangetime.wpbc__field,
.wpbc_container_booking_form,
.booking_form_div .wpbc_r_calendar.wpbc__field {
  margin-top: 0 !important; }

.booking_form_div .wpbc_times_selector div.wpbc_time_selected {
  background: #E9B44C;
  color: var(--wpbc_timepicker-selected-text-color);
  border: none; }

.booking_form_div .wpbc_times_selector div {
  font-size: 25px;
  color: #000107;
  margin: 0;
  flex: 1 1 46%;
  max-width: 46%;
  padding: 0.4em 0.5em;
  background-color: #CFEAFE;
  border: none; }
  @media (max-width: 1199px) {
    .booking_form_div .wpbc_times_selector div {
      font-size: 20px; } }
  @media (max-width: 991px) {
    .booking_form_div .wpbc_times_selector div {
      font-size: 18px; } }
  @media (max-width: 782px) {
    .booking_form_div .wpbc_times_selector div {
      flex: 1 1 calc(50% - 5px);
      max-width: calc(50% - 5px); } }

.wpbc_container_booking_form .wpbc__row .wpbc_r_rangetime.wpbc__field {
  background: #fff;
  padding: 43px; }
  @media (max-width: 991px) {
    .wpbc_container_booking_form .wpbc__row .wpbc_r_rangetime.wpbc__field {
      padding: 30px; } }

.booking_form_div .wpbc_times_selector div:hover {
  background-color: #E9B44C;
  color: #fff;
  border: none; }

.booking_form_div .wpbc_times_selector {
  gap: 20px; }
  @media (max-width: 1199px) {
    .booking_form_div .wpbc_times_selector {
      gap: 10px; } }

.wpbc_container_booking_form .booking_form_div .wpbc_booking_form_simple .wpbc_r_rangetime label {
  font-size: 30px;
  line-height: 37px;
  font-family: "Urbanist", serif;
  font-weight: 700;
  color: #000107;
  margin-bottom: 28px;
  text-align: center; }

.wpbc_container_booking_form .wpbc__field:not(.wpbc__cal),
.wpbc_container_booking_form .wpbc_calendar_wraper,
.wpbc_container_booking_form .bk_calendar_frame {
  margin-bottom: 0 !important; }

.wpbc_container_booking_form .wpbc_wizard_step1 .wpbc__row .wpbc__field:not(.wpbc__cal) {
  align-items: normal; }

.wpbc_container_booking_form .wpbc_wizard_step1 .wpbc__row .wpbc_r_rangetime.wpbc__field:not(.wpbc__cal) {
  align-items: flex-start; }

@media (max-width: 1199px) {
  .wpbc_container_booking_form .wpbc_wizard_step1 > .wpbc__row > .wpbc__field:not(.wpbc__cal, .wpbc_r_calendar, .wpbc_r_rangetime):first-child {
    flex: 1 1 65%;
    max-width: 65%; } }
@media (max-width: 782px) {
  .wpbc_container_booking_form .wpbc_wizard_step1 > .wpbc__row > .wpbc__field:not(.wpbc__cal, .wpbc_r_calendar, .wpbc_r_rangetime):first-child {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 20px !important; } }

.wpbc_times_selector {
  justify-content: space-between !important; }

@media (max-width: 400px) {
  .wpbc_times_selector div {
    min-width: 0 !important; } }

.h_book_calendar_wrap button .time-slot {
  color: #000107; }
.h_book_calendar_wrap .ui-datepicker-title {
  font-family: 'Urbanist', serif;
  color: #000107; }
  .h_book_calendar_wrap .ui-datepicker-title span {
    font-family: 'Urbanist', serif;
    color: #000107;
    font-weight: 400;
    font-size: 25px;
    line-height: normal; }
    @media (max-width: 767px) {
      .h_book_calendar_wrap .ui-datepicker-title span {
        font-size: 18px; } }
.h_book_calendar_wrap .ui-datepicker th span {
  font-size: 25px;
  color: #000107;
  font-family: "Outfit", serif;
  font-weight: normal; }
.h_book_calendar_wrap .ui-datepicker td span, .h_book_calendar_wrap .ui-datepicker td a {
  font-size: 25px;
  color: #3C3D42;
  font-family: "Outfit", serif;
  font-weight: normal;
  border-radius: 50% !important;
  width: 90px;
  height: 90px;
  margin: auto;
  line-height: 72px; }
  @media (max-width: 992px) {
    .h_book_calendar_wrap .ui-datepicker td span, .h_book_calendar_wrap .ui-datepicker td a {
      font-size: 15px;
      color: #3C3D42;
      font-family: "Outfit", serif;
      font-weight: normal;
      border-radius: 50% !important;
      width: 48px;
      height: 48px;
      margin: auto;
      line-height: 29px; } }

#confirm-appointment {
  font-family: 'Urbanist', serif;
  font-size: 18px;
  font-weight: bold;
  font-style: italic; }

.h_book_calendar .wp-appointment-calendar {
  padding-top: 20px; }
  @media (max-width: 467px) {
    .h_book_calendar .wp-appointment-calendar {
      padding: 20px 0 0; } }

.as_featured_in {
  padding: 0 0 60px;
  background-color: #F0F8FF;
  max-width: 100vw;
  overflow: hidden; }
  .as_featured_in > .box {
    clip-path: ellipse(85% 100% at bottom);
    background: #fff; }
    @media (max-width: 991px) {
      .as_featured_in > .box {
        clip-path: none; } }
  .as_featured_in .container {
    overflow: hidden;
    padding-top: 127px; }
  .as_featured_in .as_featured_wrap .swiper-container {
    position: relative; }
    .as_featured_in .as_featured_wrap .swiper-container .swiper-slide {
      height: auto; }
  .as_featured_in .main_title {
    text-align: center;
    font-size: 36px;
    font-style: italic;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3A486E;
    color: #3A486E; }
  .as_featured_in .as_featured_item.home {
    background: #fff;
    border-radius: 8px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    height: 100%;
    padding: 20px; }
    .as_featured_in .as_featured_item.home .as_featured_box {
      padding: 0;
      flex: none; }
      .as_featured_in .as_featured_item.home .as_featured_box .post-cat {
        color: #43454A;
        font-family: "Times New Roman";
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        text-align: center;
        padding-bottom: 15px;
        border-bottom: 1px solid #000; }
        @media (max-width: 991px) {
          .as_featured_in .as_featured_item.home .as_featured_box .post-cat {
            font-size: 20px; } }
      .as_featured_in .as_featured_item.home .as_featured_box .as_featured-title {
        margin-bottom: 15px; }
        .as_featured_in .as_featured_item.home .as_featured_box .as_featured-title a {
          color: #19191E;
          font-family: "Urbanist",serif;
          font-size: 35px;
          font-style: normal;
          font-weight: 700;
          line-height: 42px;
          /* 120% */ }
          @media (max-width: 991px) {
            .as_featured_in .as_featured_item.home .as_featured_box .as_featured-title a {
              font-size: 20px;
              line-height: normal; } }
  .as_featured_in .as_featured-thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 18px; }
    .as_featured_in .as_featured-thumb img {
      width: 100%;
      height: auto; }
  .as_featured_in .as_featured-logo {
    position: absolute;
    left: 20px;
    padding: 10px;
    border-radius: 4px; }
    .as_featured_in .as_featured-logo img {
      max-width: 100px; }
  .as_featured_in .as_featured_box {
    padding: 20px; }
  .as_featured_in .post-cat {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px; }
  .as_featured_in .as_featured-title a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    line-height: 1.4; }
    .as_featured_in .as_featured-title a:hover {
      color: #B8956A; }
  .as_featured_in .item-bottom {
    flex: 1;
    position: relative;
    min-height: 10%;
    overflow: hidden; }
    .as_featured_in .item-bottom img {
      object-fit: unset;
      position: absolute;
      width: 100%; }
  .as_featured_in .as-featured-pagination {
    text-align: center;
    margin-top: 30px;
    bottom: -40px; }
    .as_featured_in .as-featured-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background: #ccc;
      opacity: 1;
      margin: 0 5px; }
      .as_featured_in .as-featured-pagination .swiper-pagination-bullet-active {
        background: #333; }
  .as_featured_in .see-more-wrap {
    text-align: center;
    margin-top: 60px;
    padding-bottom: 40px; }
  .as_featured_in .btn-see-more {
    display: inline-block;
    padding: 12px 40px;
    background: #B8956A;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size: 16px;
    font-style: italic; }
    .as_featured_in .btn-see-more:hover {
      background: #9A7A54;
      color: #fff; }
  @media (max-width: 767px) {
    .as_featured_in {
      padding: 40px 0;
      padding-bottom: 0; }
      .as_featured_in .container {
        padding: 0;
        overflow: visible; }
      .as_featured_in .main_title {
        font-size: 24px;
        margin-bottom: 30px;
        background: #fff;
        padding: 20px 15px;
        margin-left: -15px;
        margin-right: -15px;
        border-bottom: 1px solid #ddd; }
      .as_featured_in .as-featured-slider {
        padding: 0 40px;
        padding-top: 0;
        overflow: visible; }
        .as_featured_in .as-featured-slider .swiper-slide {
          opacity: 0.5;
          transition: all 0.3s ease; }
          .as_featured_in .as-featured-slider .swiper-slide-active {
            opacity: 1;
            transform: scale(1); }
      .as_featured_in .as_featured_item {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); }
      .as_featured_in .as_featured_box {
        padding: 15px; }
      .as_featured_in .as_featured-title a {
        font-size: 16px; }
      .as_featured_in .as-featured-pagination {
        margin-top: 25px; }
        .as_featured_in .as-featured-pagination .swiper-pagination-bullet {
          width: 12px;
          height: 12px;
          margin: 0 6px; }
      .as_featured_in .see-more-wrap {
        margin-top: 60px;
        padding: 0 15px; }
      .as_featured_in .btn-see-more {
        width: 100%;
        max-width: 280px;
        padding: 14px 40px; } }

/*# sourceMappingURL=home.css.map */
