.blog-details-content-scroll ul {
  padding: revert !important;
}

.blog-details-content-scroll ol li[data-list=ordered] {
  list-style-type: decimal !important;
}

.blog-details-content-scroll ol li[data-list=bullet] {
  list-style-type: disc !important;
}

.news-detail-section {
  font-family: "Inter-Regular";
  padding: 60px 0px;
}
.news-detail-section .blog-details-main-contents .blog-details-content-scroll {
  padding-top: 20px;
  max-height: 700px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 15px;
}
.news-detail-section .news-section {
  padding-left: 50px;
}
.news-detail-section .news-section .search-section {
  background-color: #008B9F;
}
.news-detail-section .news-section .search-section p {
  font-size: 18px;
  font-family: "Inter-Medium";
}
.news-detail-section .news-section .search-section input {
  outline: none;
}
.news-detail-section .news-section .search-section i {
  text-align: center;
  position: absolute;
  right: 4px;
  top: 3px;
  background: #f9aa1c;
  width: 44px;
  height: 44px;
  color: #fff;
  padding-top: 16px;
}
.news-detail-section .news-section .recent-news {
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid #ddf3f6;
}
.news-detail-section .news-section .recent-news h3 {
  color: #008b9f;
  font-family: "Inter-Medium";
  font-weight: normal;
}
.news-detail-section .news-section .recent-news .news-list {
  padding-left: 90px;
  min-height: 100px;
}
.news-detail-section .news-section .recent-news .news-list h2 {
  font-size: 16px;
  font-weight: normal;
  font-family: "Inter-Medium";
}
.news-detail-section .news-section .recent-news .news-list img {
  width: 80px;
  position: absolute;
  left: 0;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-detail-section .news-section .recent-news .news-list span {
  color: #008b9f;
}

.cardiology-form-link-area-col {
  padding-left: 2px;
  padding-top: 20px;
}

.form-links-col {
  padding-left: 30px;
}

.cardiology-form-link-area .booking-section {
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid #ddf3f6;
  padding: 20px;
}
.cardiology-form-link-area .booking-section h3 {
  color: #008b9f;
}
.cardiology-form-link-area .booking-section h3::before {
  content: "";
  width: 30px;
  height: 4px;
  background: #008b9f;
  position: absolute;
  border-radius: 3px;
  top: 30px;
}
.cardiology-form-link-area .booking-section select {
  width: 100%;
  height: 40px;
  border: 1px solid #d5d5d5;
  margin-bottom: 10px;
  border-radius: 5px;
  background: transparent;
  padding: 0px 10px;
}
.cardiology-form-link-area .booking-section input {
  width: 100%;
  height: 50px;
  border: 1px solid #d5d5d5;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 0px 10px;
  background-color: transparent;
}
.cardiology-form-link-area .booking-section textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #d5d5d5;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 0px 10px;
  background-color: transparent;
}
.cardiology-form-link-area .booking-section .form-control::-moz-placeholder {
  font-family: "Inter-Regular";
}
.cardiology-form-link-area .booking-section .form-control::placeholder {
  font-family: "Inter-Regular";
}
.cardiology-form-link-area .booking-section .resume-upload {
  position: relative;
}
.cardiology-form-link-area .booking-section .resume-upload button {
  position: absolute;
  top: 13px;
  right: 10px;
  border: none;
  border-radius: 4px;
  background-color: #008b9f;
  font-size: 12px;
  color: #fff;
  padding: 5px 15px;
  font-family: "Inter-Regular";
}
.cardiology-form-link-area .booking-section .apply-button {
  background-color: #f9aa1c;
  border-color: #f9aa1c;
  color: #fff;
}
.cardiology-form-link-area .helpful-links {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0470588235);
  padding: 20px;
  border: 1px solid #ddf3f6;
}
.cardiology-form-link-area .helpful-links h3 {
  color: #000;
  position: relative;
  margin-bottom: 10px;
}
.cardiology-form-link-area .helpful-links h3::before {
  content: "";
  width: 50px;
  height: 4px;
  background: #008b9f;
  position: absolute;
  border-radius: 3px;
  top: 22px;
}
.cardiology-form-link-area .helpful-links ol li {
  color: #008b9f;
  font-size: 16px;
  list-style-type: decimal;
}

#suggestionsList {
  padding: 10px;
  border-radius: 6px;
  padding-top: 45px;
  margin-top: -25px;
  background-color: #f5f5f5;
}
#suggestionsList h5 {
  font-weight: 400;
  padding: 8px 5px;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
}
#suggestionsList h5:hover {
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  .news-detail-section {
    padding: 30px 0;
  }
  .search-section-col.news-section {
    order: -1;
    margin-bottom: 20px;
    padding-left: 9px;
  }
  .search-section-col.news-section .search-section {
    border-radius: 15px !important;
    padding: 20px !important;
  }
  .search-section-col.news-section #suggestionsList {
    padding-top: 30px;
  }
  .search-section-col.news-section #suggestionsList h5 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .search-section-col.news-section .search-section {
    border-radius: 10px !important;
    padding: 20px !important;
  }
}
