.about-leftbox img {
  width: 100%;
  border-radius: 20px;
}
.technology-bg {
  background-color: #fefbf6;
}
.leftbox-videoarea iframe {
  margin-top: -36%;
  margin-left: -15%;
  border: 1px solid #6e4e47;
  border-radius: 15px;
  width: 100%;
}

.sec--title h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: none;
  color: #6e4e47;
}
.sec--title h2 {
  font-size: 18px;
  font-weight: 400;
  color: #777777;
  margin-bottom: 12px;
}
.sec--title h3 {
  font-size: 22px;
  font-weight: 600;
  color: #6e4e47;
  margin-bottom: 24px;
  margin-top: 24px;
}
.sec--title h4 {
  font-size: 16px;
  font-weight: 600;
  color: #6e4e47;
  margin-bottom: 24px;
  margin-top: 24px;
}
.about-rightbox p,
.sub--title p,
.leftbox-content p {
  font-size: 16px;
  margin-bottom: 5px;
  color: #636467;
  line-height: 25px;
  font-weight: 400;
}
.list-icons ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  position: relative;
}
.list-icons ul li {
  padding-left: 32px;
  position: relative;
  color: #636467;
  margin-bottom: 12px;
  font-size: 16px;
}
.list-icons ul li::before {
  content: "";
  position: absolute;
  background-image: url("../img/check-circle-broken.svg");
  background-size: cover;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
}
.technology-section
  .slick-slider:not(.banner-slider):not(.meets-doctors)
  .slide:hover
  .tech-card-img
  img {
  transform: scale(1);
}
.tech-card-img img {
  border-radius: 15px;
  width: 100%;
  height: 316px;
  object-fit: cover;
}
.tech-card p {
  font-weight: 300;
  font-size: 16px;
}
.advance-tech .slick-prev,
.advance-tech .slick-next {
  top: 140px;
  width: 40px;
  height: 40px;
  z-index: 9;
}
.advance-tech .slick-prev,
.advance-tech .slick-next {
  top: 94%;
}
.advance-tech .slick-next {
  left: 52px;
}
.advance-tech .slick-prev {
  background: url("../img/left-arrow1.png") center center no-repeat;
  left: 0;
}
.advance-tech .slick-next {
  background: url("../img/right-arrow1.png") center center no-repeat;
  right: 0;
}
.why-choose-bg {
  background-image: url("../img/usp-bg.jpg");
  background-size: cover;
}
.card-usp {
  display: flex;
  align-items: center;
}
.card-image img {
  width: 40px;
}
.card-usp-content p {
  font-size: 16px;
  color: #636467;
  margin-bottom: 0;
}
.advance-tech .slick-prev::before,
.advance-tech .slick-next::before {
  content: none;
}
.specialized-box-content {
  padding: 25px 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.tab-pane {
  display: none;
  margin-bottom: 10px;
}
.tab-pane.active {
  display: block;
}
.tab-content{min-height: 200px;}
/* Tab list styles */
ul.tab-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 10px;
}

ul.tab-list li {
  margin-bottom: 5px;
  padding-bottom: 3px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  padding-left: 18px;
  padding-top: 4px;
  font-size: 15px;
}
ul.tab-list li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 100%;
  top: 15px;
  left: 0;
}
ul.tab-list li a {
  color: #000;
}

ul.tab-list li a.active {
  border-bottom: 1px solid #704d47;
  color: #704d47;
  font-size: 15px;
}
.specialized-clinic-bg {
  background-image: url("../img/young-doctor-supporting-his-patient.png");
  background-position: bottom left;
  background-size: 30%;
  background-repeat: no-repeat;
}
.btn.btn-button:focus {
  box-shadow: none;
}
.btn.btn-button:hover {
  color: #000;
  background-color: #e1b77e;
}
.btn-button {
  background-color: #6e4e47;
  padding: 8px 22px;
  text-transform: none;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  border: none;
}
/* .card-wrapper {
    padding: 10px;
} */
.blog-image img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 215px;
  object-fit: cover;
}
.blog-content h2 {
  font-weight: 500;
  color: #6e4e47;
  line-height: 18px;
  font-size: 15px;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 6px;
}
.blog-content p {
  font-size: 15px;
  color: #636467;
  margin-bottom: 5px;
  line-height: 20px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.blog-content a {
  font-weight: 400;
  font-size: 14px;
  color: #6e4e47;
  margin-bottom: 10px;
  display: block;
}
.blog-content {
  padding: 16px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.post-date {
  border-top: 1px solid #6e4e47;
  padding-top: 6px;
}
.post-date span {
  color: #6e4e47;
  font-size: 14px;
  font-weight: 300;
}
.specialized-image {
  display: none;
}

/* Responsive css */

@media screen and (min-width: 320px) and (max-width: 767px) {
  .sec--title h1 {
    font-size: 22px;
    line-height: 1.2;
  }
  .specialized-box-content {
    padding: 14px 15px;
  }
  .sub--title p,
  .about-rightbox p,
  .leftbox-content p {
    font-size: 14px;
  }
  .sec--title h2 {
    font-size: 16px;
  }
  .list-icons ul li {
    font-size: 14px;
  }
  .sec--title h3 {
    font-size: 18px;
    margin-bottom: 18px;
    margin-top: 18px;
  }
  .specialized-clinic-bg {
    background: none;
  }
  .specialized-image {
    display: block;
  }
  .specialized-image img {
    margin-left: -25px;
  }
  .leftbox-videoarea iframe {
    margin-top: 15px;
    margin-left: 0;
    border-radius: 5px;
  }
}
