 
.heading-menu {
display: none;}
	.indx-sec5-innr .splt6 {
		width: 22%;
	}
	.onboarding-ip .dash-img:before {
		bottom: -65px;
    	right: 30px;
	}
	.aainnr-cont:last-child .onboarding-ip .dash-img:before {
		bottom: -45px;
	}
	.onboarding-ip .dash-img:after {
		top: -120px;
		left: -25px;	
	}
	.bmc-bannr {
		width: 580px;
	}
	.aplus-body-zigzag .aainnr-cont:nth-child(3) .dash-img img,
	.aplus-body-zigzag .aainnr-cont:nth-child(5) .dash-img img {
		width: 490px !important;
	}
	@media screen and (max-width:768px) {
		.bmc-bannr, .aplus-body-zigzag .aainnr-cont:nth-child(3) .dash-img img,
	.aplus-body-zigzag .aainnr-cont:nth-child(5) .dash-img img {
			width: 100% !important;
		}
	}
.spotlight-foot {
    position: relative;
    margin-top: -90px;
    background-image: linear-gradient(180deg, #3f447df0 27%, #fff 98%);
    z-index: 0;
    padding-inline: 50px;
  }
  .spotlight-foot:before {
    content: " ";
    position: absolute;
    background: url(https://www.manageengine.com/analytics-plus/images/aplus-6o/spotlight-bg.svg) no-repeat;
    background-size: contain;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .spotlight-foot h2 {
    font-family: 'Zoho_Puvi_ExtraBold';
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    padding-top: 90px;
  }
  .spotlight-foot .container:first-child {
    padding-top: 170px;
  }
  .spotlight-foot .spotlight-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 70px;
    margin-top: 50px;
  }
  .spotlight-foot .spotlight-box .innr {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 9px;
  }
  .spotlight-foot .spotlight-box .innr:before {
    content: "";
    position: absolute;
    background-size: cover;
    border: 2px solid #01738B;
    border-radius: 9px;
    top: 2px;
    left: 2px;
    width: 100%;
    height: 100%;
  }
  .spotlight-foot .spotlight-box .innr img {
    width: 90px;
    margin-bottom: 15px;
  }
  .spotlight-foot .spotlight-box .innr h3 {
    font-size: 21px;
    font-family: 'Zoho_Puvi_Bold';
    margin: 0;
  }
  .spotlight-foot .spotlight-box .innr p {}
  .spotlight-foot .ap-cloud-foot {
    background: #292B57;
    margin-top: 110px;
    margin-bottom: 40px;
  }
  .spotlight-note {
    margin-top: 70px;
    margin-bottom: 70px;
    text-align: center;
  }
  .spotlight-note p span {
    background: #f6ebc2;
    padding: 15px 45px;
    margin-bottom: 12px;
    border-radius: 8px;
  }
  @keyframes fadeinout {
    0% {
      opacity: .2;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: .2;
    }
  }
  @keyframes fadeinout1 {
    0% {
      opacity: 1;
    }
    50% {
      opacity: .2;
    }
    100% {
      opacity: 1;
    }
  }
  .indx-titl-font{
    color: #fff;
  }