.pinklogcont {
    display: flex;
    padding: 20px;
    margin: 50px auto;
    align-items: center;
}

.pinklogcont img {
    max-width: 80%;
}

.pinklogcont p {
    font-size: 15px;
}

.pinklogcont div.left {
    width: 25%;
    margin-right: 20px;
}

.pinklogcont div.right {
    width: 75%;
    ;
    vertical-align: middle
}

.heading-menu .menuhead {
  display: block
}
.card p{text-align:center;font-size:13px}
.checklisttab li p{max-height:75px}
.index-video {
  margin-bottom: auto;
  top: auto;
  box-sizing: border-box;
}
a#cloudcta {
  background: none;
  color: #E9142B;
  border: 1px solid #E9142B;
}
a#cloudcta:hover {
  background: #E9142B;
  color: #fff;
  border: 1px solid #E9142B;
}
.banner-cta a {
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 30px;
  font-size: 16px;
  font-family: Zoho_Puvi_Bold;
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  letter-spacing: .3px;
  background: #e9152b;
  color: #fff;
}
.container .pull-left {
  width: 100%;
  float: left;
  margin: 20px 20px 20px -80px;
}
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img, .zoom-img-wrap {
  position: relative;
  z-index: 999999;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 99999;
  background: #333333ba;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open, .zoom-overlay-transitioning {
  cursor: default;
}
section#sdpcutomerlogos {
  display: none;
}
section#allFea {
  display: none;
}
div#additionalsec:nth-child(2) {
  display: none
}
@media screen and (max-width:980px) {
  .add-resources li.left {
    width: 100%
  }
  .pinklogcont div.right {
    margin-left: 20px;
  }
}
@media screen and (max-width:667px) {
  .banner {
    text-align: center;
    padding: 10px 0 0px 0;
  }
  .pinklogcont {
    flex-wrap: wrap;
  }
  .pinklogcont div.left {
    width: 100%;
  }
  .pinklogcont div.right {
    width: 100%;
    padding-top: 20px;
  }
  .bp-header.sticky {
    top: 80px;
  }
}