.pathology-book {
  padding: 50px 0;
  background-color: #fdfdfd;
}

.pathology-book .media-tabs {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  align-items: center;
  margin-bottom: 50px;
}

.pathology-book .media-tabs .media-tb-ul li {
  display: inline-block;
  color: #333a45;
  font-weight: 600;
  position: relative;
  padding: 0.5rem 2rem;
}

.pathology-book .media-tabs .media-tb-ul li.active a {
  font-weight: 500;
}

.pathology-book .media-tabs .media-tb-ul li a {
  font-size: 30px;
  font-weight: 400;
  font-family: var(--alumni-font--family);
}

.pathology-book .media-tabs .media-tb-ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: var(--btn-background);
  bottom: -5px;
  left: 0;
  display: none;
}

.pathology-book .media-tabs .media-tb-ul li.active:after {
  display: block;
}

.contact-form .fields {
  min-height: 45px;
  height: 45px;
  border-radius: 0;
  border: 1px solid var(--border);
  /* background: #fbfbfb; */
}

.contact-form .form-select {
  /* appearance: auto; */
}

.contact-form .form-control:focus {
  box-shadow: none;
  /* background-color: #fff; */
  border: 1px solid var(--border);
}

.contact-form label {
  margin-bottom: 12px;
}

.contact-form input:focus {
  border: none;
}

.contact-form .captcha {
  display: flex;
  height: 45px;
}

.contact-form .captcha img {
  height: 100%;
}

.contact-form button {
  min-height: 45px;
  max-height: 45px;
  color: #fff;
  background-color: var(--btn-background);
  border: none;
  width: 40px;
}

.contact-form .form-btn button {
  width: 20%;
  background: var(--btn-background);
  padding: 10px;
  border: none;
  color: var(--white-color);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.upld-fle {
  position: relative;
  padding-left: 42px;
}

.upld-fle:before {
  content: "OR";
  display: inline-block;
  left: 3px;
  position: absolute;
  top: 12px;
}

.upload-file {
  position: relative;
  box-sizing: border-box;
  height: 30px;
  width: 100%;
  border: 0;
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.upload-file input[type="file"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 75%;
  cursor: pointer;
  z-index: 5;
  text-align: left;
  padding: 0;
}

.upload-file button {
  border: 0;
  position: relative;
  left: 0;
  top: 0;
  height: 30px;
  width: 100%;
  background: url(../images/upload.webp) no-repeat left center;
  margin-bottom: 5px;
  padding-left: 30px;
  text-align: left;
  color: #263238;
}

.choose_file {
  text-align: left;
  display: block;
  line-height: 14px;
  font-size: 11px;
  width: 100%;
  color: #555;
  font-weight: 500;
  overflow: hidden;
  margin-top: 10px;
  font-style: italic;
}

.smalltcxt {
  font-size: 12px;
  color: #848181;
  line-height: 14px;
  display: block;
  padding-left: 0;
  padding-top: 5px;
  font-style: italic;
  text-align: left;
}

@media (320px <= width < 767px) {
  .pathology-book .media-tabs .media-tb-ul li a {
    font-size: 28px;
  }
  .pathology-book {
    padding: 30px 0;
  }

  .pathology-book .media-tabs .media-tb-ul li {
    padding: 0.5rem;
  }

  .pathology-book .media-tabs .media-tb-ul li a {
    font-size: 24px;
  }
}
@media (320px<=width <=576px) {
  .contact-form .form-btn button {
    width: 100%;
  }
  .upload-file button {
    font-size: 14px;
  }
}
