.sidebar-list-sec {
  list-style: none;
  padding: 0;
}

.sidebar-list-sec-content {
  border-radius: 0 !important;
  background: #f7f7f7;
}

.sidebar-list-sec-image img {
  border-radius: 0;
  width: 100%;
}

.sidebar-list-sec-content {
  padding: 15px 20px;
  border: 2px solid #ddd;
  border-top: 0;
  border-radius: 6px;
}

.sidebar-list-sec-content h6 {
  color: #A9B4BA;
  font-size: 16px;
  margin: 10px 0 15px;
}

.sidebar-list-sec-content h2 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: 27px;
}

.sidebar-list-sec-content span {
  background: #E9F0F4;
  border-radius: 12.5px;
  color: #CC5320;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  padding: 5px 15px;
  letter-spacing: 0.5px;
  margin-top: 8px;
}

.sidebar-list-sec li {
  /* box-shadow:0 0 25px #ccc; */
  border-radius: 5px;
  margin-bottom: 40px;
}

.sidebar-list-sec-content {
  border: none !Important;
}

.sidebar-list-sec-content h6 {
  color: #0E0E0F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
}

.sidebar-list-sec-content span {
  background: #20A74E;
  color: #fff;
}

.sidebar-list-sec li {
  margin-bottom: 40px;
}

.view-all-button {
  /* color: #fff!important; */
  background: #fff;
  padding: 5px 15px;
  border-radius: 0;
  font-size: 16px !important;
  /* display: inline-flex!important; */
  align-items: center;
  color: #2971B8;
  border: 2px solid #2971B8;
  margin: auto;
  min-width: 118px;
  display: inline-block !important;
}

.view-all-button i {
  font-size: 20px;
  margin-left: 10px;
}


.detailed-case-study-toggle input[type="checkbox"] {
  position: relative;
  width: 40px;
  height: 21px;
  -webkit-appearance: none;
  appearance: none;
  background: #c6c6c6;
  outline: none;
  border-radius: 0;
  /* box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.2); */
  transition: 0.7s;
}

.detailed-case-study-toggle input:checked[type="checkbox"] {
  background: #03a9f4;
}

.detailed-case-study-toggle input[type="checkbox"]:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 15px;
  border-radius: 0;
  top: 3px;
  left: 3px;
  background: #ffffff;
  transform: scale(1.1);
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
  transition: .5s;
}

.detailed-case-study-toggle input:checked[type="checkbox"]:before {
  left: 20px;
}

.detailed-case-study-toggle {
  display: flex;
  align-items: center;
}

.detailed-case-study-toggle label {
  margin-right: 8px;
  color: #0E0E0F;
  margin-left: 20px;
  font-weight: 700;
}





.single-best-practices-content {
  padding: 50px 0;
  /*background: rgb(249,234,178);
 background: linear-gradient(0deg, rgba(249,234,178,1) 0%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 100%); */
  margin-top: 25px;
}

.single-best-practices-content a {
  color: #0066B2;
  font-weight: 600;
  text-decoration: none;
}

.single-best-practices-content .single-best-practices-accordion .accordion-item {
  border: none;
  border-bottom: solid 1px #d4d4d4;
  border-radius: 0;
}

.single-best-practices-content .single-best-practices-accordion .accordion-item:last-child {
  border-bottom: 0;
}

.single-best-practices-content .single-best-practices-accordion button.accordion-button {
  background: none;
  border: none;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 600;
  color: #0E0E0F;
  box-shadow: none;
}

.single-best-practices-content .single-best-practices-accordion button.accordion-button:after {
  position: absolute;
  left: 5px;
  color: #0066B2;
  background: none;
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/best_practices/expand_circle_down.svg) no-repeat;
  transform: rotate(180deg);

}

.single-best-practices-content .single-best-practices-accordion button.accordion-button.collapsed:after {
  transform: rotate(0deg);

}

.single-best-practices-content .single-best-practices-accordion .accordion-item:nth-of-type(1) {
  border-top: none;
}

.accordion-item {
  margin-bottom: 15px;
}

.ead-loading-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  background-color: #000;
  background-color: rgba(0, 0, 0, .35);
  height: 100%;
}

.ead-loading-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.social-link-content {
  position: relative;
  text-align: center;
  margin: 30px auto;
  clear: both;
}

.social-link-content .social-link,
.social-link-content .social-link-1 {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 17px;
  margin: 5px 8px;
  color: #fff;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
}

.social-link-content .social-link-facebook {
  background: #3b5998;
  border: 2px solid #3b5998;
}

.social-link-content .social-link-twitter {
  background: #00aced;
  border: 2px solid #00aced;
}

.social-link-content .social-link-google-plus {
  background: #d34836;
  border: 2px solid #d34836;
}

.social-link-content .social-link-whatsapp {
  background: #25d366;
  border: 2px solid #25d366;
}

.social-link-content .social-link-telegram {
  background: #0088cc;
  border: 2px solid #0088cc;
}

.social-link-content .social-link-linkedin {
  background: #0077b5;
  border: 2px solid #0077b5;
}

.social-link-content .social-link-pinterest {
  background: #c8232c;
  border: 2px solid #c8232c;
}

.social-link-content .social-link-email {
  background: #666;
  border: 2px solid #666;
}

.social-link-content .social-link:hover,
.social-link-content .social-link-1:hover {
  background: #fff;
}

.social-link-content .social-link-facebook:hover {
  color: #3b5998;
}

.social-link-content .social-link-twitter:hover {
  color: #00aced;
}

.social-link-content .social-link-google-plus:hover {
  color: #d34836;
}

.social-link-content .social-link-whatsapp:hover {
  color: #25d366;
}

.social-link-content .social-link-linkedin:hover {
  color: #0077b5;
}

.social-link-content .social-link-pinterest:hover {
  color: #c8232c;
}

.social-link-content .social-link-email:hover {
  color: #666;
}

.single-best-practice-hero .options ul li a.download:hover {
  color: #FA6C2C;
}

@media print {

  .detail-sidebar,
  div.footer,
  .navbar,
  .detailed-case-study-toggle input[type="checkbox"],
  .single-best-practice-hero::after,
  .single-best-practices-content .single-best-practices-accordion button.accordion-button:after,
  .single-best-practice-info.reference ul li:before {
    display: none;
  }

  .footer-lower,
  .single-best-practice-hero,
  .single-best-practice-meta {
    background: transparent !important;
  }

  .footer-lower h5,
  .footer-lower h2,
  .footer-lower p {
    color: #cccccc !important;
  }

  #segmentWithColor span {
    background-color: transparent !important;
    color: #cccccc !important;
  }

  .single-post-img {
    display: block;
  }

  .sidebar-section,
  .single-best-practice-hero {
    margin-top: 50px;
  }

  .detaiil-head+.row {
    display: none;
  }
}

@media print {
  .detailed-case-study-info-block {
    display: block !important;
  }

  .single-best-practices-accordion .collapse:not(.show) {
    display: block !important;
  }
}