/*
   Home css
=========================*/
/*$default		  :#F0F0F0;*/
/*10px;*/
/*13px;*/
/*20px;*/
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

#search-error {
  position: absolute; }

/**/
.vcs-service-wrap {
  padding: 20px 0;
  background: rgba(187, 193, 219, 0.2);
  /*    margin-bottom: 40px;*/ }

.vcs-service-links {
  list-style: none !important;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-left: 0 !important;
  line-height: 1.25; }
  .vcs-service-links > li {
    width: 20%; }
  .vcs-service-links li {
    padding: 10px 15px;
    border-right: 1px solid #CECECE;
    line-height: 1.25; }
    .vcs-service-links li:last-child {
      border-right: none; }
  .vcs-service-links a {
    display: flex;
    align-items: center;
    word-wrap: break-word;
    font-size: 1.125rem;
    color: #5965A1;
    font-weight: 600; }
    .vcs-service-links a .img {
      margin-right: .75rem; }
    .vcs-service-links a i {
      color: #5965A1;
      font-size: 2.25rem; }
    .vcs-service-links a:hover {
      color: #B89831; }
      .vcs-service-links a:hover i:before {
        color: #B89831; }

/* Search */
.item-search-wrap {
  margin-bottom: 30px;
  margin-top: 1.5rem; }
  .item-search-wrap .search-lbl-list {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .5rem;
    /* margin-top: -38px; */
    padding-left: 15px; }
    .item-search-wrap .search-lbl-list li {
      background: #fff;
      margin-right: 2%;
      border-radius: 8px;
      padding: 10px;
      text-align: center;
      width: 23.5%; }
      .item-search-wrap .search-lbl-list li:hover {
        box-shadow: 5px 5px 10px 0px #00000033;
        box-shadow: 2px 2px 2px 0px #00000033; }
      .item-search-wrap .search-lbl-list li:last-child {
        margin-right: 0; }
      .item-search-wrap .search-lbl-list li a {
        display: block;
        color: #283784;
        font-size: 0.875rem;
        font-weight: 700; }
        .item-search-wrap .search-lbl-list li a img {
          color: #283784; }
        .item-search-wrap .search-lbl-list li a.active, .item-search-wrap .search-lbl-list li a:hover {
          color: #B89831; }
          .item-search-wrap .search-lbl-list li a.active img, .item-search-wrap .search-lbl-list li a.active i:before, .item-search-wrap .search-lbl-list li a:hover img, .item-search-wrap .search-lbl-list li a:hover i:before {
            color: #B89831; }
      .item-search-wrap .search-lbl-list li .lbl-icon {
        display: block;
        margin-bottom: .5rem;
        height: 40px;
        font-size: 2.25rem; }
        .item-search-wrap .search-lbl-list li .lbl-icon img {
          max-height: 34px;
          margin: 0 auto; }
        .item-search-wrap .search-lbl-list li .lbl-icon i:before {
          color: #283784; }
        .item-search-wrap .search-lbl-list li .lbl-icon [class^="icon2-"] {
          font-weight: 600; }
      .item-search-wrap .search-lbl-list li .lbl-name {
        line-height: 1.5;
        display: inline-block;
        vertical-align: middle; }
        @media all and (min-width: 768px) {
          .item-search-wrap .search-lbl-list li .lbl-name {
            min-height: 40px;
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center; } }

/*  Health Package  */
.category-menu-wrap {
  background: #fff;
  padding: 1.25rem .75rem 1rem .75rem; }
  .category-menu-wrap ul {
    list-style: none;
    margin: 1rem 0 0 0;
    max-height: 380px;
    overflow-y: auto;
    padding-left: 0; }
  .category-menu-wrap li {
    margin-bottom: 0 !important; }
    .category-menu-wrap li a {
      display: flex;
      align-items: center;
      padding: .4rem 0;
      color: #283784;
      border-bottom: 1px solid #CECECE;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .category-menu-wrap li a span {
        min-width: 18px;
        margin-right: .2rem;
        display: inline-block;
        vertical-align: middle; }
      .category-menu-wrap li a .icon {
        margin-right: .2rem; }
      .category-menu-wrap li a img, .category-menu-wrap li a svg {
        max-width: 18px;
        min-width: 18px;
        margin-right: .2rem;
        display: inline-block;
        vertical-align: middle; }
      .category-menu-wrap li a.active, .category-menu-wrap li a:hover {
        color: #B89831; }
        .category-menu-wrap li a.active i, .category-menu-wrap li a.active .icon, .category-menu-wrap li a:hover i, .category-menu-wrap li a:hover .icon {
          color: #B89831; }
          .category-menu-wrap li a.active i:before, .category-menu-wrap li a.active .icon:before, .category-menu-wrap li a:hover i:before, .category-menu-wrap li a:hover .icon:before {
            color: #B89831; }

.health-pkg-slider {
  list-style: none; }

.health-pkg-wrap {
  background: url("../../images/health-pkg-bg.png") left top no-repeat;
  background-size: cover;
  padding: 40px 0  30px 0; }
  .health-pkg-wrap .product-item-info {
    /*  padding-bottom: 1.5rem; max-width: 300px;*/ }
    .health-pkg-wrap .product-item-info:hover {
      box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2); }
  .health-pkg-wrap .mcs-item .slider-item, .health-pkg-wrap .product-item {
    padding: 0 15px 0px 15px;
    margin-bottom: 0; }

/**/
.medical-service-wrap {
  margin-bottom: 60px; }
  .medical-service-wrap p {
    margin-bottom: 1.5rem; }
  .medical-service-wrap .read-more {
    text-decoration: underline;
    font-weight: normal;
    font-size: 1rem; }

.MagicScroll[data-mode="carousel"], .MagicScroll[data-mode="cover-flow"] {
  background: transparent !important; }

.medical-service-slider {
  /*.MagicScroll[data-mode="carousel"] img, .MagicScroll[data-mode="cover-flow"] img {
      box-shadow: 0px 5px 10px -5px #000;
  } 
  .mcs-items-container {
      .mcs-item {
          width: 300px !important;
         
          .cover-item, img {
              height: 100%;
          }
      }
  }*/
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: end; }
  .medical-service-slider .cover-item {
    width: 90px;
    margin-left: 1rem;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in; }
    .medical-service-slider .cover-item.active {
      width: 20vw; }
      .medical-service-slider .cover-item.active .name {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: tb-lr;
        writing-mode: horizontal-tb;
        transform: rotate(0deg);
        left: 30px; }
    .medical-service-slider .cover-item .name {
      display: block;
      position: absolute;
      left: 15px;
      bottom: 15px;
      color: #fff;
      font-weight: 700;
      width: 100%;
      box-sizing: border-box;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      transform: rotate(-180deg); }

.mcs-item + .mcs-item .name {
  left: 30%;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  transform: rotate(180deg); }

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

/*  Health Slider  */
.health-slider .item-box {
  padding-bottom: 12px; }
  .health-slider .item-box .text-right .read-more {
    margin-bottom: .5rem; }

.health-slider-wrap {
  background: url("../../images/health-pkg-bg.png") left top no-repeat;
  background-size: cover;
  padding: 45px 0  35px 0; }

.item-info .date {
  color: #B0B1B4;
  margin-bottom: 1rem; }

.read-more-wrap {
  text-align: center;
  margin: 15px 0; }
  .read-more-wrap .read-more {
    margin-top: 0;
    font-size: 1rem; }

.search-filter-wrap button i {
  font-size: 1.25rem;
  color: #8A93BE;
  font-weight: 500; }

#welcomediv .modal-header, #welcomediv .modal-body {
  padding-top: 5px; }
#welcomediv .close {
  font-size: 1.5rem !important;
  outline: none; }
  #welcomediv .close span:hover {
    color: #000; }

@media all and (min-width: 992px) {
  .desk-d-block {
    display: block; }

  .desk-hide {
    display: none !important; }

  .read-more-wrap {
    text-align: right; } }
@media all and (max-width: 993px) {
  .vcs-service-links > li {
    width: 20%;
    padding: 10px 5px; }
  .vcs-service-links a {
    display: block;
    text-align: center;
    font-size: 0.875rem;
    justify-content: center;
    min-height: 46px;
    align-items: center; }
    .vcs-service-links a .img {
      margin-right: 0;
      max-width: 30px;
      width: 100%;
      display: block;
      margin: 0 auto; }
      .vcs-service-links a .img img {
        margin-bottom: .5rem; } }
@media all and (max-width: 991px) {
  .mob-hide {
    display: none; }

  .vcs-service-wrap {
    background: transparent;
    padding: 0px 0  35px 0; }

  .vcs-service-links {
    margin-left: -7px;
    margin-right: -7px; }
    .vcs-service-links li {
      padding: 4px 7px 10px 7px;
      border: none; }
      .vcs-service-links li a {
        font-size: 0.75rem;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-radius: 8px;
        padding: 8px 5px;
        background: #F1F1F1;
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2); }
        .vcs-service-links li a .img {
          margin: 0 5px 0 0; }
        .vcs-service-links li a i {
          font-size: 1.5rem; }
        .vcs-service-links li a .service-link-name {
          text-align: left; }
    .vcs-service-links .slick-dots {
      bottom: -26px; }
      .vcs-service-links .slick-dots li {
        padding: 0;
        width: 20px;
        height: 8px;
        margin: 4px; }
        .vcs-service-links .slick-dots li.slick-active {
          width: 30px; }

  .category-menu-wrap {
    padding: 1rem .75rem;
    margin-bottom: 1rem; }

  .health-pkg-wrap .product-info {
    padding: .5rem; }

  .medical-service-slider {
    margin-right: -.3rem; }
    .medical-service-slider .cover-item {
      margin-right: .3rem;
      width: 50px;
      margin-left: 0;
      height: 230px; }
      .medical-service-slider .cover-item.active {
        width: 50vw;
        max-width: 230px; }
        .medical-service-slider .cover-item.active .name {
          left: 12px;
          font-size: 1rem;
          font-weight: 600; }
      .medical-service-slider .cover-item .name {
        font-size: 0.875rem;
        font-weight: normal; }

  .medical-service-content {
    margin-bottom: 1.25rem; }

  .search-filter-wrap {
    border-color: #D7D9E6;
    background-color: #E9EBF0;
    color: #D7D9E6; }
    .search-filter-wrap input {
      background-color: #E9EBF0; }

  .item-search-wrap {
    margin-bottom: 1.25rem;
    margin-top: .5rem; }
    .item-search-wrap .search-lbl-list {
      padding-left: 0px;
      margin-bottom: .5rem; }
      .item-search-wrap .search-lbl-list li {
        margin-bottom: 4%;
        margin-right: 4%;
        width: 48%;
        padding: 1.25rem .625rem;
        box-shadow: 5px 5px 10px 0px #00000033;
        box-shadow: 2px 2px 2px 0px #00000033; }
        .item-search-wrap .search-lbl-list li:nth-child(even) {
          margin-right: 0; }
      .item-search-wrap .search-lbl-list .lbl-name {
        font-size: 0.75rem; }

  .health-pkg-wrap {
    padding-top: 1.25rem;
    margin-bottom: .5rem !important;
    padding-bottom: .25rem; }
    .health-pkg-wrap .block-title {
      text-align: center; }

  .health-slider-wrap {
    padding-top: 1.5rem;
    padding-bottom: 0; }
    .health-slider-wrap .text-right {
      text-align: center !important; }
      .health-slider-wrap .text-right .read-more {
        margin-bottom: 0; }
    .health-slider-wrap .item-info .text-right {
      text-align: right !important; }

  .block-title {
    margin-bottom: 1.25rem;
    text-align: center; }

  .medical-service-content .block-title {
    margin-bottom: .25rem; }

  .medical-service-wrap {
    padding-bottom: 10px;
    margin-bottom: 30px; }
    .medical-service-wrap .read-more {
      text-align: center;
      display: inherit;
      margin-top: 1.25rem; }

  .read-more {
    font-weight: normal;
    font-size: 1rem; } }
@media all and (max-width: 540px) {
  .slick-slide img {
    width: 100%; } }
