.call-back {
  max-width: 800px;
  margin: auto; }

.about-power-platform .dot-pattern {
  background-image: url(../images/dot-pattern-thin.png);
  position: absolute;
  width: 170px;
  height: 170px;
  left: -80px;
  top: -70px;
  background-repeat: no-repeat;
  z-index: -1; }
@media (max-width: 991px) {
  .about-power-platform .col-md-6:nth-child(1) {
    margin-bottom: 60px; } }

.products .sabServTab {
  text-align: center;
  padding: 10px 0px 50px 0px; }
  .products .sabServTab ul {
    display: inline-block;
    margin: 0px;
    padding: 7px;
    list-style: none;
    background-color: #f2f3f7;
    border-radius: 33px; }
    .products .sabServTab ul li {
      font-size: 18px;
      color: #252328;
      cursor: pointer;
      padding: 9px 30px;
      display: inline-block;
      border-radius: 24px; }
      .products .sabServTab ul li:hover {
        background-color: var(--red);
        color: #fff; }
      .products .sabServTab ul li.active {
        border-radius: 24px;
        background: #fff;
        color: #000;
        box-shadow: 0 5px 5px #0001; }
      @media (max-width: 768px) {
        .products .sabServTab ul li {
          font-size: 16px;
          padding: 9px 15px; } }
      @media (max-width: 575px) {
        .products .sabServTab ul li {
          display: block; } }
.products .sabServContainer .para-content {
  padding: 0px 50px; }
  .products .sabServContainer .para-content h3 {
    font-size: var(--sub-heading);
    margin-bottom: 1em;
    font-weight: 600; }
  @media (max-width: 991px) {
    .products .sabServContainer .para-content {
      padding: 0px; } }
.products .sabServContainer .service-box {
  margin: 0px;
  height: 100%; }
.products .sabServContainer .col-md-4 {
  margin-bottom: 26px; }
@media (max-width: 991px) {
  .products .sabServContainer .col-lg-5 {
    margin-bottom: 60px; }
    .products .sabServContainer .col-lg-5 img {
      width: 100%; } }

.importance .highlight-bar {
  padding: 50px 150px;
  text-align: center;
  border-top: 1px dashed #efeeee;
  border-bottom: 1px dashed #efeeee;
  margin-top: 100px;
  font-style: italic; }
  @media (max-width: 991px) {
    .importance .highlight-bar {
      padding: 50px 15px; } }
  @media (max-width: 575px) {
    .importance .highlight-bar {
      padding: 20px 15px; }
      .importance .highlight-bar p {
        font-size: 14px;
        margin: 0px; } }
@media (max-width: 991px) {
  .importance .col-lg-6:first-child {
    display: none; } }

.benefits .benefit-box {
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s !important;
  box-shadow: 0 0 3px #3c485826 !important;
  border-radius: 5px;
  padding: 1.5rem !important;
  cursor: pointer;
  margin-bottom: 30px;
  margin-bottom: 50px; }
  .benefits .benefit-box h3 {
    font-size: 18px;
    margin-bottom: 1rem !important;
    min-height: 44px; }
    @media (max-width: 575px) {
      .benefits .benefit-box h3 {
        min-height: auto; } }
  .benefits .benefit-box p {
    margin-bottom: 0px;
    color: #898989 !important;
    font-size: var(--paragraph-font-16);
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical; }
    .benefits .benefit-box p.readmore {
      display: block;
      max-height: 100%; }

.includes .includes-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .includes .includes-group .includes-single {
    width: 30%;
    padding: 3rem 2rem;
    box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
    border-radius: 3rem;
    margin: 1.6%; }
    .includes .includes-group .includes-single h3 {
      font-size: var(--sub-heading); }
    .includes .includes-group .includes-single p {
      font-size: var(--paragraph-font);
      margin-bottom: 15px;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 5;
      display: -webkit-box;
      -webkit-box-orient: vertical; }
      .includes .includes-group .includes-single p.readmore {
        display: block;
        max-height: 100%; }
    .includes .includes-group .includes-single a {
      cursor: pointer; }
    @media (max-width: 991px) {
      .includes .includes-group .includes-single {
        width: 46%; } }
    @media (max-width: 575px) {
      .includes .includes-group .includes-single {
        width: 100%;
        margin: 0;
        margin-bottom: 30px; }
        .includes .includes-group .includes-single:last-child {
          margin-bottom: 0px; } }
