#protocol_section {
  background-color: #FFFBF1; }

.block_margin {
  padding-top: 2%;
  padding-bottom: 2%; }

.header_image {
  position: relative;
  text-align: center; }

.bottom-left {
  position: absolute;
  bottom: 25%;
  left: 10%;
  color: #ffffff;
  text-align: left; }

.breadcrumb_heading {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700; }

.breadcrumb_subheading {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500; }

.download_protocol {
  width: 30%;
  height: 75px;
  font-size: 16px;
  opacity: 1;
  padding: 20px; }

.zelenko_pro_heading {
  color: #141414;
  font-size: 45px;
  font-weight: 700; }

.list_heading {
  color: #141414;
  font-size: 16px;
  font-weight: 500; }

.linklist_heading {
  color: #141414 !important;
  text-decoration: none !important;
  outline: none !important;
  font-size: 16px;
  font-weight: 500;
  list-style: auto;
  word-wrap: break-word; 
}
.list_style{
  list-style: auto;
  font-weight: 500;
}

.heading_sub {
  color: #141414;
  font-size: 25px;
  font-weight: 700; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #6A6A6A;
  font-size: 18px;
  height: 65px;
  border-radius: 0px; }

.nav-pills .nav-link {
  color: #141414;
  background: #FEF3E7;
  font-size: 18px;
  height: 65px;
  border-radius: 0px; }

.tab-pane {
  padding: 0px 20px 20px 20px; }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .zelenko_pro_heading {
    font-size: 35px; }
  .download_protocol {
    width: 50%; } }

@media only screen and (min-device-width: 579px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .download_protocol {
    width: fit-content; }
  .tab-pane {
    padding: 0px 0px 0px 45px; } }
