.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; }

/**/
.content-wrap .btn-primary {
  background-color: #094677;
  border-color: #094677; }
  .content-wrap .btn-primary:hover {
    background-color: #3275A9;
    border-color: #3275A9; }
  .content-wrap .btn-primary:active, .content-wrap .btn-primary.active {
    background-color: #094677 !important;
    border-color: #094677 !important; }

.symptom-serv-sec {
  background: url("../../images/symptom-bg.svg") center top -50px no-repeat;
  background-size: 100% auto;
  margin-left: -12px;
  margin-right: -12px;
  background-color: #F5F7FA; }
  .symptom-serv-sec .block-header {
    text-align: center; }
    .symptom-serv-sec .block-header .block-title {
      margin-bottom: 60px; }

.symptom-sec {
  padding: 60px 0; }

.symptom-list-wrap {
  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;
  gap: 24px;
  justify-content: center;
  list-style: none;
  padding-left: 0px; }
  .symptom-list-wrap .btn {
    background: #fff;
    padding: 10px 20px;
    gap: 10px;
    border: 1px solid #DEE2EE;
    border-radius: 23px;
    color: #707070;
    font-size: 1.125rem; }
    .symptom-list-wrap .btn:hover, .symptom-list-wrap .btn.active {
      background: #094677;
      color: #fff;
      border-color: #094677; }

.serv-sec {
  padding: 60px 0px; }
  .serv-sec .service-item-info {
    padding: 48px;
    text-align: center;
    gap: 16px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .serv-sec .service-item-info .service-item-title {
      font-size: 2rem;
      font-weight: 700;
      color: #094677;
      margin-bottom: 0; }
    .serv-sec .service-item-info p {
      margin-bottom: 0;
      color: #292F36; }
    .serv-sec .service-item-info .btn {
      min-width: 165px; }
  .serv-sec .service-item-list {
    background: #F2FDFF;
    border-radius: 10px; }
    .serv-sec .service-item-list:hover {
      box-shadow: 10px 20px 50px 0px rgba(190, 208, 236, 0.5); }

/* Our doctor sec  */
.our-doctor-sec-home {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #F5F7FA;
  margin-bottom: 38px; }

.our-doctor-inner {
  background: url("../../images/our-doctor-bg.svg") left top 32px no-repeat;
  padding-top: 162px;
  position: relative; }
  .our-doctor-inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 0;
    background: #fff; }

.our-doct-home-txt h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #094677;
  margin-bottom: 10px; }
.our-doct-home-txt .btn {
  min-width: 180px;
  margin-top: 40px; }

.our-doct-home-img {
  position: relative;
  z-index: 1; }
  .our-doct-home-img img {
    border-radius: 10px; }

/* Promotion slider sec */
.promotion-slider-sec {
  padding-top: 60px;
  margin-bottom: 60px; }

.promotion-slider-list {
  margin-left: -12px;
  margin-right: -12px;
  position: relative;
  list-style: none;
  padding-left: 0px; }
  .promotion-slider-list:before {
    position: absolute;
    content: "";
    left: 100px;
    top: 0;
    width: calc(100% - 200px);
    height: 100%;
    background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 6px, transparent 6px) 0% 0%/8px 8px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 6px, transparent 6px) 100% 0%/8px 8px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 6px, transparent 6px) 0% 100%/8px 8px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 6px, transparent 6px) 100% 100%/8px 8px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat, linear-gradient(90deg, #296FDE78 0%, #bae9ff 100%);
    box-sizing: border-box;
    border-radius: 8px;
    z-index: -1; }
    @media all and (min-width: 768px) {
      .promotion-slider-list:before {
        background: url("../../images/promo-bg.png");
        background-repeat: no-repeat; } }
  .promotion-slider-list .product-item {
    border-radius: 10px;
    padding: 36px 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; }
  .promotion-slider-list .slick-slide {
    margin-left: 12px;
    margin-right: 12px; }
    .promotion-slider-list .slick-slide .product-item {
      transform: scale(0.95); }
    .promotion-slider-list .slick-slide .prod-img {
      border-radius: 10px;
      overflow: hidden; }
    .promotion-slider-list .slick-slide img {
      width: 100%;
      border-radius: 10px; }
  .promotion-slider-list .slick-arrow {
    right: 16px;
    top: -82px;
    border: 1px solid #DEE2EE;
    color: #094677;
    font-weight: 400;
    font-size: 1.5rem !important;
    line-height: 40px;
    width: 40px;
    height: 40px; }
    .promotion-slider-list .slick-arrow.slick-prev {
      left: auto;
      right: 70px; }
    .promotion-slider-list .slick-arrow:hover {
      background: #094677;
      color: #fff; }
  .promotion-slider-list .slick-current.slick-center {
    margin-top: 0; }
    .promotion-slider-list .slick-current.slick-center .prod-img {
      box-shadow: 0px 0px 50px 0px rgba(190, 208, 236, 0.5); }
  .promotion-slider-list .slick-current .product-item {
    transform: scale(1.05); }
  .promotion-slider-list .slick-current .link-detail {
    opacity: 1;
    position: static; }

/* Review block */
.block-header .subtitle-block {
  color: #633815;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 16px; }
.block-header .block-title {
  position: relative;
  color: #094677;
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 16px;
  margin-bottom: 40px; }
  .block-header .block-title.bord-bottom:after {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    content: "";
    width: 125px;
    height: 2px;
    background: #094677; }

.review-sec {
  padding-top: 40px;
  margin-bottom: 60px; }
  .review-sec .block-header {
    text-align: center; }

.review-slider {
  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-left: -12px;
  margin-right: -12px;
  gap: 24px;
  list-style: none;
  padding-left: 0px; }
  .review-slider .slick-dots {
    margin-top: 0px; }

.review-slider-item {
  border: 1px solid #CECECE;
  padding: 29px 33px;
  margin-bottom: 20px;
  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;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 39px;
  border-radius: 10px; }
  .review-slider-item .review-desc {
    min-height: 96px;
    margin-bottom: 0px; }
  .review-slider-item .auth-name {
    color: #094677;
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 0px; }
  .review-slider-item .desgn {
    color: #4E4D49; }

/* youtube block */
.youtube-wrapper {
  padding-top: 40px;
  margin-bottom: 14px; }
  .youtube-wrapper .row {
    margin-left: -13px;
    margin-right: -13px; }
    .youtube-wrapper .row [class^="col-"] {
      padding-left: 13px;
      padding-right: 13px; }
  .youtube-wrapper .youtube-title {
    text-align: center;
    margin-bottom: 32px;
    color: #094677;
    font-weight: 700; }
  .youtube-wrapper .youtube-item {
    margin-bottom: 26px; }
    .youtube-wrapper .youtube-item iframe {
      max-width: 100%; }

/* Contact block */
.contact-inner-block {
  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;
  align-items: end;
  margin-bottom: 40px;
  padding-top: 40px;
  position: relative; }
  .contact-inner-block:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: calc(100% - 150px);
    width: 100%;
    z-index: -1;
    background: #F0F0F0;
    border-radius: 8px; }
  .contact-inner-block .contact-txt-wrap {
    width: 54%;
    padding-top: 34px; }
    @media all and (min-width: 1200px) {
      .contact-inner-block .contact-txt-wrap {
        padding-left: 112px;
        padding-right: 30px; } }
  .contact-inner-block .content-text-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px; }
    .contact-inner-block .content-text-inner h2 {
      color: #094677;
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 8px; }
    .contact-inner-block .content-text-inner .btn {
      margin-left: 32px; }
  .contact-inner-block .contact-img-home {
    width: 46%;
    text-align: center; }

@media all and (max-width: 767px) {
  .mob-txt-center {
    text-align: center; }

  .container .container, .container .container-fluid {
    padding-left: 0px;
    padding-right: 0px; }

  /**/
  .symptom-serv-sec {
    background: #F5F7FA url("../../images/symptom-mob-bg.svg") center top -30px no-repeat; }

  .symptom-list-wrap {
    justify-content: start;
    gap: 10px; }
    .symptom-list-wrap .btn {
      font-size: 0.875rem; }

  .our-doctor-sec-home {
    margin-bottom: 0;
    padding-bottom: 60px; }

  .our-doctor-inner {
    background-size: 100% auto;
    padding-top: 124px; }
    .our-doctor-inner:after {
      display: none; }
    .our-doctor-inner .col-md-4 {
      order: 2; }

  .our-doct-home-img {
    margin-bottom: 20px; }

  /**/
  .promotion-slider-sec .container {
    padding-left: 0px;
    padding-right: 0px; }

  .promotion-slider-list:before {
    left: 60px;
    width: calc(100% - 120px); }

  /*  Testimonial slider  */
  .review-sec {
    margin-left: -15px;
    margin-right: -15px; }

  .review-slider {
    margin-left: -8px;
    margin-right: -8px; }

  /* Blog */
  .title-blog-slider .see-all {
    display: none; }

  .banner-slider .footer {
    margin-top: 40px;
    display: block; }

  .banner-slider {
    margin-left: 0px;
    margin-right: 0px; }

  /* youtube block */
  .youtube-wrapper .container {
    padding-left: 0px;
    padding-right: 0px; }
  .youtube-wrapper .youtube-item iframe {
    height: auto;
    min-height: 210px; }

  /* Contact block */
  .contact-inner-block {
    background: #F0F0F0;
    padding: 32px 16px 0  16px;
    margin-bottom: 56px; }
    .contact-inner-block:before {
      display: none; }
    .contact-inner-block .contact-txt-wrap {
      width: 100%;
      padding-top: 0px;
      text-align: center; }
    .contact-inner-block .content-text-inner {
      justify-content: center; }
      .contact-inner-block .content-text-inner .btn {
        margin: 32px 0 20px 0; }
    .contact-inner-block .contact-img-home {
      width: 100%; }

  .contact-block-home .content-text-inner {
    flex-wrap: wrap; } }
