.sdp-logo-blocks{
text-align:center;
}
#scroll,.bradkrm, .heading-menu{display:none;}
.customer-quotes-wrapper li img{max-width:auto;}
.banner-bg{position:relative;top:0;}
/*https://www.manageengine.com/products/service-desk/style/sdp-customer-stories.css*/
@charset "UTF-8";
.container-new {
  max-width: 1200px;
  padding: 0px 30px;
  margin: 0 auto;
}
a.internal-links {
  color: #045fd2;
  text-decoration: none;
  border-bottom: 1px solid;
}
.cmn-breadcrum a {
  color: #fff;
}
.cmn-breadcrum a:hover {
  color: #fff;
}
.cmn-breadcrum .bread-crumb-arrow {
  color: #fff;
}
.cmn-breadcrum .root-page {
  color: #fff;
}
.cmn-breadcrum a::after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -2px;
  width: 0%;
  background: #fff;
  transition: .4s ease;
}
.main-content h2 {
  font: 36px / 1.2 Zoho_Puvi_Regular;
  margin: 0px 0px 20px 0px;
  color: #000;
}
p {
  font: 18px/1.6 Zoho_Puvi_Regular;
  margin: 0px 0px 20px 0px;
}
.row {
  display: flex;
}
.row .col:nth-child(1) {
  width: 30%;
  margin-right: 30px;
}
.row .col:nth-child(2) {
  width: 70%;
}
.banner-bg {
  background: #045fd2;
}
.banner {
  padding: 50px 30px 100px 30px;
}
.banner h1 {
  font: 48px / 1.15 Zoho_Puvi_ExtraBold;
  margin: 0 auto 0px;
  color: #fff;
  text-align: center;
  max-width: 850px;
}
.long-title h1 {
  font: 40px / 1.3 Zoho_Puvi_Bold;
}
.main-content-bg {
  padding: 75px 0px;
}
.sidebar-content h3 {
  font: 19px / 1.3 Zoho_Puvi_SemiBold;
  color: #000;
  margin: 0 0 7px 0px;
  max-width: 80%;
}
.sidebar-content p {
  font: 16px / 1.6 Zoho_Puvi_Regular;
  color: #000;
  margin: 0 0 0px 0px;
}
.sidebar-content a {
  font: 16px / 1.6 Zoho_Puvi_Regular;
  color: #045fd2;
  margin: 0 0 0px 0px;
}
.sidebar-content ul li {
  font: 16px / 1.6 Zoho_Puvi_Regular;
  color: #000;
  margin: 0px 0px 5px 0px;
}
.sidebar .sidebar-content:not(:last-child) {
  margin: 0px 0px 40px 0px;
}
ul.customer-quotes-wrapper {
  display: flex;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 30px 0px;
  margin: 50px 0px;
}
ul.customer-quotes-wrapper li:nth-child(1) {
  margin-right: 40px;
}
p.customer-quote {
  font: 30px / 1.5 Zoho_Puvi_Regular;
  color: #000;
}
p.long-customer-quote {
  font-size: 22px;
  line-height: 1.6;
}
p.customer-details {
  font: 16px / 1.4 Zoho_Puvi_Regular;
  margin: 0px;
}
.customer-story-footer-bg {
  background: #323232;
  text-align: center;
  padding: 100px 0px;
}
.customer-story-footer h4 {
  font: 36px / 1.3 Zoho_Puvi_Bold;
  color: #fff;
  margin: 0px auto 40px auto;
  max-width: 700px;
}
.customer-story-footer p {
  font: 19px / 1.5 Zoho_Puvi_Regular;
  color: #fff;
  margin: 10px auto 40px auto;
  max-width: 600px;
}
ul.footer-cta {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.footer-cta li {
  margin: 0px 7px;
}
ul.footer-cta li a {
  font: 17px / 1.2 Zoho_Puvi_SemiBold;
  padding: 14px 40px;
  background: #f0483e;
  color: #fff;
  border: 1px solid #f0483e;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
.footer-cta li:nth-child(2) a {
  background: transparent;
  border: 1px solid #fff;
}
.prd-nav li {
  width: 32%;
}
p.external-site {
  font-style: italic;
  font-size: 16px;
}
.customer-video-wrapper {
  position: relative;
  padding-bottom: 56%;
  margin: 50px 0px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
iframe.customer-video {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
ul.list-items {
  margin: 0px 0px 30px 30px;
}
ul.list-items li {
  font: 18px / 1.6 Zoho_Puvi_Regular;
  position: relative;
  background-image: url(../images/rounded-tick.svg);
  color: #000;
  background-repeat: no-repeat;
  background-size: 2%;
  background-position: 0 7px;
  padding-left: 30px !important;
  margin-bottom: 10px;
}
.customer-video-wrapper.video-without-content {
  margin: 0px 0px 50px 0px;
}
strong {
  font-family: Zoho_Puvi_Bold;
}
p.indent {
  margin: 0px 0px 20px 40px;
}
@media only screen and (max-width:1024px) {
  .banner-bg {
    margin-top: 20px;
  }
}
@media only screen and (max-width:768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .row .col:nth-child(1), .row .col:nth-child(2) {
    width: 100%;
  }
  .row .col:nth-child(1) {
    margin-bottom: 75px;
  }
  .sidebar-content h3 {
    max-width: 100%;
  }
  ul.list-items li {
    background-size: 4%;
  }
}
@media only screen and (max-width:600px) {
  .cmn-breadcrum a, .cmn-breadcrum .root-page {
    font-size: 12px;
  }
  .banner h1 {
    font-size: 36px;
  }
  ul.customer-quotes-wrapper {
    flex-wrap: wrap;
  }
  ul.customer-quotes-wrapper li:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  ul.footer-cta {
    display: block;
  }
  ul.footer-cta li a {
    min-width: 120px;
  }
  .footer-cta li:nth-child(2) a {
    margin-top: 15px;
  }
}