h5 {
  color: #000;
}

.cSecSection {
  padding-top: 0;
}

.cSocial-sidebar {
  background: #fff;
  position: fixed;
  top: 50%;
  right: -50px;
  left: 0;
  width: 44px;
  padding-top: 0.5em;
  border-radius: 0 10px 10px 0;
}

.cSocial-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cSocial-sidebar img {
  width: 70px;
}

.cCaseHeader {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: linear-gradient(90deg, rgb(255 255 255 / 57%) 0%, rgba(255, 255, 255, 1) 10%, rgb(255 255 255) 44%, rgb(9 9 121 / 0%) 100%);
}

.logo-circle {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  margin: 0 0;
  margin-bottom: 0px;
}

.cCustomerLogo {
  width: 213px;
  padding: 78px 50px 0px 0px;
}

.cCustomerLogo1 {
  width: 150px;
  margin-left: 0px;
  margin-bottom: 19px;
  margin-top: 0rem;
}

.cCustomerLogoVisible {
  display: none;
}

.cCustomerLogoVisible.show {
  display: block;
}

.cCaseStudy {
  margin-bottom: 1rem;
  margin-top: 2.5rem;
}

.cHeader h1 {
  color: #000000;
  font-size: 2.8rem;
  line-height: 3.6rem;
  text-align: left;
  margin-top: 1rem;
}

.cFix {
  position: sticky;
  display: inline-block;
  top: 80px;
  padding-top: 3rem;
}

.cTitle1 {
  font-weight: 400;
  margin-bottom: 10px;
}

.cBorderBottom {
  border-bottom: 1px solid #cbcbcb;
  padding: 5px;
  width: 72%;
  margin-bottom: 18px;
}

h2.cH4v2 {
  margin-top: 4rem;
}

.cHighlighted {
  border-radius: 15px;
  padding: 1.1rem;
  margin-top: 25px;
  box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, .2);
  background-color: #fff;
  color: #292929;
}

.cSocial-sidebar {
  width: 44px;
}

.cHighlighted h3,
.cHighlighted p {
  margin-bottom: 0.3rem;
}

.cHighlighted p {
  color: #494848;
}

.cQuoteText {
  padding: 37px 0px 0px 76px;
  border: none;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
}

.cQuotesign {
  width: 69px;
  position: absolute;
  top: 11px;
  left: 0;
  filter: brightness(0);
}

.cQuoteText h3 {
  margin-bottom: 2px;
}

.cQuoteText h5 {
  margin-bottom: 0.5rem;
  color: #000;
}

.cQuoteText .cTitle,
.cQuoteText .cCompany {
  margin-bottom: 0;
}

.cOverview img {
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: 87%;
  border-radius: 30px;
}

.section-container ul {
  margin: 0 0 0.7rem;
  padding-right: 2rem;
}

.section-container li {
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  position: relative;
  padding-left: 2rem;
}

.cTriangleBullet {
  text-align: left;
}

ul.cTriangleBullet li {
  padding-left: 29px;
  font-size: 1rem;
  padding-bottom: 0.7rem;
  list-style-type: none;
  position: relative;
}

ul.cTriangleBullet li:before {
  content: "\2022";
  font-size: 24px;
  top: -7px;
  left: 3px;
  position: absolute;
  color: #ff7300;
}

.section-container ol {
  margin: 0 0 1.5rem 2rem;
  padding: 0;
}

.section-container p a {
  text-decoration: underline;
  color: #494848;
}

.section-container p a:hover {
  color: var(--color-link);
}

.cButtonDefault.cButtonStandardOutline {
  width: auto;
}

.cBreadcrumb {
  background: linear-gradient(90deg, rgb(255 255 255 / 57%) 0%, rgba(255, 255, 255, 1) 10%, rgb(255 255 255) 44%, rgb(9 9 121 / 0%) 100%);
  margin-top: 1px;
}

.cPaddingLeftZero {
  padding-left: 0 !important;
}

@media screen and (max-width: 990px) {

  .cSocial-sidebar,
  .cSocial-sidebar.sticky-sm {
    position: fixed;
    top: auto;
    transition: all .5s ease 0s;
    bottom: 0;
    left: 0;
    z-index: 99999;

  }

  .cSocial-sidebar {
    width: 100%;
    padding-bottom: 10px;
    border-top: 1px solid #ccc;
    border-radius:10px 10px 10px 10px
  }

  .cSocial-sidebar img {
    width: 45px;
  }

  .cMainWhiteBox {
    padding: 0rem 15px 4rem 0px;
  }

}

@media screen and (max-width:481px) {
  .cCustomerLogo {
    padding: 4px 17px 0px 0px;
    margin-left: 4px;
  }

  .logo-circle {
    height: 123px;
    margin-left: 4rem;
  }

  .cCallOut {
    text-align: center;
    text-align: -webkit-center;
  }

  .cResultsTop {
    border-bottom: solid 1px #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .cOverview img {
    border-radius: 12px;
    width: 100%;
  }

  .cQuoteText {
    padding: 36px 27px;
    /* border: none; */
    position: relative;
  }

  .cQuotesign {
    width: 35px;
    top: 25px;
  }
}