.splash-image {
  background: url(../images/splash-bg.webp) no-repeat left top;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}

.splash-image-height {
  min-height: 470px;
}

.splash-m360-image {
  background: url(../images/m360-splash-image1.webp) no-repeat center top #ccc;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}

.splash-r360-image {
  background: url(../images/r360-splash-image1.webp) no-repeat left top #666;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}

.splash-ag360-image {
  background: url(../images/ag-homebanner.webp) no-repeat left top #666;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}

.splash-ag360-whitepaper-image {
  background: url("../images/ag360-whitepaper-image.webp") center top no-repeat
    #fff;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
  min-height: 500px;
}

.splash-edps-gt360-image {
  background: url(../images/edps-splash-image1.webp) no-repeat left top;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}

.splash-e-enroll-image {
  background: url(../images/e-enroll-splash-image1.webp) no-repeat left top
    #423d3f;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}

.splash-connect360-image {
  background: url(../images/connect360-webp.webp) no-repeat left top #666;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}

.splash-about-us-image {
  background: url(../images/about-wipro-2022-400x276.webp) no-repeat center top
    #2a2626;
  background-size: contain;
  height: 28rem;
}

.splash-contact-us-image {
  background: url(../images/contact-us-banner.webp) no-repeat center top #fff;
  background-size: auto;
  height: 28rem;
}

.splash-aep-image {
  background: url(../images/aep-banner-image.webp) no-repeat right top #000;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}

.splash-provider360-image {
  background: url(../images/provider-banner.webp) no-repeat center top #333;
  background-size: cover;
  padding: 4.24rem 3rem 0 3rem;
}

.splash-about-us-bg2 {
  background: url(../images/splash-bg2.webp) right bottom #000;
  background-size: cover;
  padding: 2em 7em;
  color: #fff;
  text-align: center;
}

.splash-market-served-image {
  background: url(../images/market-served-banner.webp) 70% bottom #000;
  background-size: cover;
  padding: 2em 7em;
  color: #fff;
  text-align: center;
}

.splash-wipro-healthcare-image {
  background: url(../images/wipro-healthcare.webp) no-repeat center top #2a2626;
  background-size: cover;
  height: 28rem;
}

.splash-medicare-medicaid-image {
  background: url(../images/medicare-medicaid-image.webp) no-repeat center top
    #2a2626;
  background-size: cover;
  height: 28rem;
}

.splash-agency-sales-image {
  background: url(../images/agency-sales-banner.webp) no-repeat left top #ccc;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}

@media (max-width: 820px) {
  .splash-image {
    padding: 1rem 1rem 0 1rem;
  }
}

.box-items-container {
  position: relative;
}

.box-items-holder {
  position: absolute;
  color: #333;
  width: 360px;
  background-color: white;
  padding: 2rem 2.5rem 1.5rem;
  margin-bottom: 2em;
  border-radius: 1.5em;
  box-shadow: 2px 2px 2px 2px #484848a1;
  min-height: 425px;
  right: 0;
}

.box-items-holder ul.box-list-item {
  font-size: 1.3em;
  font-weight: 600;
  margin: 0;
  padding: 0.5em 0.5em 0 0.5em;
}

.box-items-holder ul.box-list-item li {
  margin-bottom: 0.7em;
  line-height: 1.3;
}

.box-items-holder ul.box-list-item li:last-child {
  margin-bottom: 0;
}

.secondary-navbar {
  z-index: -1;
  padding-top: 2rem;
  padding-left: 2rem;
  box-shadow: 0px 3px 3px 0px #484848a1;
}

@media (max-width: 766px) {
  .box-items-holder {
    position: relative;
    width: 100%;
    min-height: auto;
  }

  .secondary-navbar {
    z-index: 1;
  }
}

.feature-box .btn-link {
  position: absolute;
  left: calc(50% - 52px);
  bottom: 1em;
}

.feature-box p {
  font-size: 16px;
}

.feature-box3 .btn-link {
  position: absolute;
  left: 1.5rem;
  bottom: 1em;
}

.feature-box3 h3 {
  font-size: 1.5em;
  font-weight: bold;
  color: #342254;
}

.feature-box3 p {
  font-size: 16px;
}

.feature-box3.bg-style1 {
  background-color: #382356;
  position: relative;
}

.feature-box3.bg-style1 h3 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  font-size: 2em;
}

.balloon-holder {
  position: relative;
  min-height: 30em;
}

.balloon-sml {
  position: absolute;
  background-color: #4c8cca;
  width: 150px;
  height: 150px;
  border-radius: 6em;
}

@media (max-width: 719px) {
  .balloon-holder {
    margin-left: 10%;
  }
}

@media (max-width: 538px) {
  .balloon-holder {
    margin-left: 6%;
  }
}
@media (min-width: 539px) and (max-width:541px) {
  .balloon-holder {
    margin-left: 20%;
  }
}

@media (min-width: 720px) and (max-width: 913px) {
  .balloon-holder {
    margin-left: 25%;
  }
}

.balloon-big {
  position: absolute;
  background-color: #355493;
  width: 400px;
  height: 386px;
  left: 0;
  top: 3rem;
  border-radius: 14em;
  text-align: center;
  color: #fff;
}

@media (max-width: 820px) {
  .balloon-big {
    width: 310px;
    height: 310px;
  }
}

.balloon-text1 {
  font-size: 7em;
  font-weight: bold;
  margin-top: 3rem;
}

@media (max-width: 820px) {
  .balloon-text1 {
    line-height: 1.2;
  }
}

.balloon-text2 {
  font-size: 1.5em;
  font-style: italic;
}

.balloons-image1 {
  background: url(../images/cloud-balloon.png) no-repeat center bottom #fff;
  background-size: cover;
  max-width: 500px;
  height: 315px;
  width: 100%;
}

.head-text1 {
  font-size: 7em;
  font-weight: bold;
  padding-top: 0.6em;
  line-height: 1.1;
}

.subhead-text1 {
  font-size: 1.8em;
  line-height: 1.2;
}

.percentage-text {
  font-size: 6em;
  font-weight: bold;
  color: #355493;
}

.percentage-detail-text {
  font-size: 1.8em;
  font-style: italic;
  color: #382356;
}

.splash-bg2 {
  background: url(../images/splash-bg2.webp) right bottom #000;
  background-size: cover;
  padding: 2em 7em;
  color: #fff;
  text-align: center;
}

@media (max-width: 1024px) {
  .splash-bg2 {
    padding: 2em 2em;
  }
}

.card-image9 {
  background: url(../images/card-img9.png) no-repeat right bottom #fff;
}

.card-image10 {
  background: url(../images/card-img10.png) no-repeat right bottom #fff;
}

.card-image11 {
  background: url(../images/card-img11.png) no-repeat right bottom #fff;
}

.card-image12 {
  background: url(../images/card-img12.png) no-repeat left bottom #fff;
  background-size: cover;
}

.card-image-style {
  background-size: cover;
  width: 100%;
  height: 220px;
}

.thumb-img1 {
  background: url(../images/thumb-img1.png) no-repeat right top #fff;
  background-size: cover;
}

.thumb-img2 {
  background: url(../images/thumb-img2.png) no-repeat center top #fff;
  background-size: cover;
}

.thumb-img3 {
  background: url(../images/thumb-img3.png) no-repeat right top #fff;
  background-size: cover;
}

.thumb-img-style {
  width: 120px;
  height: 100%;
}

.feature-box {
  border: 1px solid #ccc;
  text-align: center;
  padding: 0 25px 25px;
  /* margin: 20px 0; */
  position: relative;
}

.feature-icon {
  margin: -2rem auto 1.5rem;
}

.dark-blue {
  color: #382356;
}

.icon-app {
  background: url("../images/r1.PNG") center top no-repeat #fff;
}

.icon-users {
  background: url("../images/r2.PNG") center top no-repeat #fff;
}

.icon-officer {
  background: url("../images/r3.PNG") center top no-repeat #fff;
}

.icon-money {
  background: url("../images/r4.PNG") center top no-repeat #fff;
}

.icon-automated {
  background: url("../images/r5.PNG") center top no-repeat #fff;
}

.icon-audit {
  background: url("../images/r6.PNG") center top no-repeat #fff;
}

.icon-chart {
  background: url("../images/r7.PNG") center top no-repeat #fff;
}

.icon-man-selected {
  background: url("../images/icon-man-selected.png") center top no-repeat #fff;
}

.icon-bearing {
  background: url("../images/icon-bearing.png") center top no-repeat #fff;
}

.icon-data-connection {
  background: url("../images/icon-data-connection.png") center top no-repeat
    #fff;
}

.icon-doc-export {
  background: url("../images/icon-doc-export.png") center top no-repeat #fff;
}

.icon-automate-connection {
  background: url("../images/icon-automate-connection.png") center top no-repeat
    #fff;
}

.icon-integrated-system {
  background: url("../images/icon-integrated-system.png") center top no-repeat
    #fff;
}

.icon-justice {
  background: url("../images/icon-justice.png") center top no-repeat #fff;
}

.icon-auto-correspondence {
  background: url("../images/ag1.PNG") center top no-repeat #fff;
}

.icon-complaint-tracking {
  background: url("../images/ag2.PNG") center top no-repeat #fff;
}

.icon-interactive-dashboard2 {
  background: url("../images/ag3.PNG") center top no-repeat #fff;
}

.icon-star-rating {
  background: url("../images/ag4.PNG") center top no-repeat #fff;
}

.icon-regulatory-reporting {
  background: url("../images/ag5.PNG") center top no-repeat #fff;
}

.icon-audit-preparedness {
  background: url("../images/ag6.PNG") center top no-repeat #fff;
}

.icon-file-format {
  background: url("../images/icon-file-format.png") center top no-repeat #fff;
}

.icon-checkbox {
  background: url("../images/icon-checkbox.png") center top no-repeat #fff;
}

.icon-interactive-dashboard {
  background: url("../images/icon-interactive-dashboard.png") center top
    no-repeat #fff;
}

.icon-up-download-cloud {
  background: url("../images/icon-up-download-cloud.png") center top no-repeat
    #fff;
}

.icon-medical-kit {
  background: url("../images/icon-medical-kit.png") center top no-repeat #fff;
}

.icon-audit-checklist {
  background: url("../images/icon-audit-checklist.png") center top no-repeat
    #fff;
}

.icon-officer2 {
  background: url("../images/icon-officer2.png") center top no-repeat #fff;
}

.icon-three-drum {
  background: url("../images/icon-three-drum.png") center top no-repeat #fff;
}

.icon-alaram {
  background: url("../images/icon-alaram.png") center top no-repeat #fff;
}

.icon-dollar {
  background: url("../images/icon-dollar.png") center top no-repeat #fff;
}

.icon-umbrella {
  background: url("../images/icon-umbrella.png") center top no-repeat #fff;
}

.icon-www {
  background: url("../images/icon-www.png") center top no-repeat #fff;
}

.icon-telecaller {
  background: url("../images/icon-telecaller.png") center top no-repeat #fff;
}

.icon-doc-list {
  background: url("../images/blue-tick.PNG") center top no-repeat #fff;
}

.icon-check-man {
  background: url("../images/icon-check-man.png") center top no-repeat #fff;
}

.icon-tester {
  background: url("../images/mem360-img5.PNG") center top no-repeat #fff;
}

.icon-setting {
  background: url("../images/mem360-img6.PNG") center top no-repeat #fff;
}

.icon-justice2 {
  background: url("../images/mem360-img7.PNG") center top no-repeat #fff;
}

.icon-meeting {
  background: url("../images/agency1.PNG") center top no-repeat #fff;
}

.icon-tools {
  background: url("../images/agency2.PNG") center top no-repeat #fff;
}

.icon-cross-arrow {
  background: url("../images/agency3.PNG") center top no-repeat #fff;
}

.icon-leavers {
  background: url("../images/agency4.PNG") center top no-repeat #fff;
}

.icon-mindset {
  background: url("../images/agency5.PNG") center top no-repeat #fff;
}

.icon-cubes {
  background: url("../images/agency6.PNG") center top no-repeat #fff;
}

/*.icons-connect360 {
  background: url("../images/icons-connect360.png") no-repeat #fff;
  background-size: auto;
  width: 80px;
  height: 70px;
  display: inline-block;
}
.icon-modular-functionality {
  background-position: 1rem top;
}
.icon-interoperable-systems {
  background-position: -6.2rem top;
}
.icon-real-time-processing {
  background-position: -12.5rem top;
}
.icon-flexible-integration {
  background-position: 0.7rem -6.6rem;
}
.icon-data-transformation {
  background-position: -6.3rem -6.7rem;
}
.icon-data-handling {
  background-position: -12.4rem -6.6rem;
}*/
.connect-icon1 {
  background: url("../images/connect1.PNG") center top no-repeat #fff;
}

.connect-icon2 {
  background: url("../images/connect2.PNG") center top no-repeat #fff;
}

.connect-icon3 {
  background: url("../images/connect3.PNG") center top no-repeat #fff;
}

.connect-icon4 {
  background: url("../images/connect4.PNG") center top no-repeat #fff;
}

.connect-icon5 {
  background: url("../images/connect5.PNG") center top no-repeat #fff;
}

.connect-icon6 {
  background: url("../images/connect6.PNG") center top no-repeat #fff;
}

.cd-icon {
  width: 80px;
  height: 60px;
  display: inline-block;
  background-size: contain;
}

.bg-case-study {
  position: relative;
  width: 100%;
  min-height: 550px;
}

.case-study-heading {
  background-color: #4c8cca;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 0.75em;
}

.bg-case-study-image1 {
  background: url("../images/homepage-case-study-img.webp") center top no-repeat
    #5c341f;
  background-size: cover;
}

.bg-case-study-image2 {
  background: url("../images/member-casestudy-banner-latest.webp") center top
    no-repeat #5c341f;
  background-size: cover;
}

.bg-case-study-image3 {
  background: url("../images/connectbottomimage.webp") center top no-repeat
    #5c341f;
  background-size: cover;
  min-height: 233px;
}

.bg-case-study-image4 {
  background: url("../images/case-study4.webp") center top no-repeat #5c341f;
  background-size: cover;
}

.bg-case-study-image5 {
  background: url("../images/ag360-casestudy.webp") center top no-repeat #5c341f;
  background-size: cover;
}

.bg-case-study2 {
  background: url("../images/ag-casestudy.webp") center top no-repeat #fff;
}

.bg-case-study3 {
  background: url("../images/edpscasestudy.webp") left top no-repeat #fff;
}

.bg-hcba {
  background: url("../images/revenue-case-study.webp") center top no-repeat #333;
}

.bg-mtmm {
  background: url("../images/member-casestudy-banner-latest.webp") center top
    no-repeat #333;
}

.bg-mtmm2 {
  background: url("../images/e-enroll-splash-image1.webp") center top no-repeat
    #333;
}

.bg-mtmm3 {
  background: url("../images/e-enroll-splash-image2.webp") center top no-repeat
    #333;
}

.bg-aep {
  background: url("../images/aep-casestudy.webp") center top no-repeat #333;
}

.bg-landing-casestudy {
  position: relative;
  background-size: cover;
  width: 100%;
  min-height: 591px;
}

.big-balloon-style {
  float: right;
  width: 100%;
  max-width: 40em;
  height: 40em;
  border-radius: 20em;
  margin-right: -3em;
  position: relative;
}

.medium-balloon-style {
  width: 30em;
  height: 30em;
  border-radius: 20em;
  position: relative;
  padding: 3rem;
}

.gray-balloon {
  background-color: #ededed;
}

.light-blue {
  color: #355493;
}

.light-blue-balloon {
  background-color: #4c8cca;
}

.md-blue-balloon {
  background-color: #3397b2;
}

.marquee-clients1 {
  background: url("../images/icons-marquee-clients.png") center center no-repeat
    #fff;
  height: 114px;
}

.marquee-clients2 {
  background: url("../images/icons-marquee-clients2.png") center center
    no-repeat #fff;
  height: 80px;
}

.bg-image4 {
  background: url(../images/m360-whitepaper.webp) center top no-repeat #ccc;
  background-size: cover;
}

.marquee-clients {
  background-size: 90%;
  width: 100%;
  margin-bottom: 1em;
}

@media (max-width: 720px) {
  .big-balloon-style {
    width: 29.5em;
  }

  .medium-balloon-style {
    width: 22em;
    height: 37em;
  }

  .marquee-clients {
    height: 35px;
  }
}

.bg-image-style {
  position: relative;
  width: 375px;
  min-height: 481px;
  margin: 20px 36px;
}

.bg-image3 {
  background: url(../images/eEnroll360-whitepaper.webp) center top no-repeat
    #666;
  background-size: cover;
}

.bg-image5 {
  background: url(../images/agwhitepaper.webp) center top no-repeat #fff;
  background-size: cover;
}

.bg-image6 {
  background: url(../images/edps-image1.webp) center top no-repeat #fff;
  background-size: cover;
}

.bg-image7 {
  background: url(../images/connetwhitepaper.webp) center top no-repeat #25293f;
  background-size: cover;
}

.bg-image8 {
  background: url(../images/edps-process-flow.webp) center top no-repeat #fff;
  background-size: contain;
  height: 42vw;
}

.bg-image9 {
  background: url(../images/revenue-image1.webp) center top no-repeat #fff;
  background-size: contain;
  height: 42vw;
}

.bg-image10 {
  background: url(../images/isometric-member360-image.webp) center top no-repeat
    #fff;
  background-size: contain;
  height: 50vw;
}

@media (max-width: 412px) {
  .bg-image-style {
    width: 285px;
    min-height: 385px;
  }

  .big-balloon-style {
    width: 23em;
    float: none;
    height: 31em;
  }
}

.wipro-logo-image-position {
  position: absolute;
  bottom: 1.5rem;
  right: 2.5rem;
}

.wipro-logo-image-position2 {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
}

.wipro-logo-image-position-1 {
  position: absolute;
  top: 1.5rem;
  left: 2rem;
}

.wipro-logo-image-position-2 {
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
}

.card-heading {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
}

.card-img {
  border: 8px solid #fff;
  min-height: 154px;
  max-width: 160px;
  margin-left: 1.2em;
}

@media (max-width: 820px) {
  .card-img {
    min-height: 124px;
    margin: 0;
    width: 130px;
  }
}

.card-img-mt-28 {
  margin: 28px 0 0;
}

.card-img1 {
  background: url(../images/card-img1.webp) left top no-repeat #fff;
  background-size: cover;
}

.card-img2 {
  background: url(../images/card-img2.webp) left top no-repeat #fff;
  background-size: cover;
}

.card-img3 {
  background: url(../images/card-img3.webp) left top no-repeat #fff;
  background-size: cover;
}

.card-img4 {
  background: url(../images/card-img4.webp) left top no-repeat #fff;
  background-size: cover;
}

.card-img5 {
  background: url(../images/card-img5.webp) left top no-repeat #fff;
  background-size: cover;
}

.card-img6 {
  background: url(../images/card-img6.png) left top no-repeat #fff;
  background-size: cover;
}

.card-img7 {
  background: url(../images/bpo-img.png) center top no-repeat #fff;
  background-size: cover;
}

.card-img8 {
  background: url(../images/card-img8.png) left top no-repeat #fff;
  background-size: cover;
}

.card-body-height1 {
  min-height: 164px;
}

.e-enroll-core-scope-modules {
  background: url(../images/isometric-e-enroll.webp) center top no-repeat #fff;
  background-size: contain;
  height: 60vw;
}

/* for about us page */
.topup-text {
  margin-left: -16rem;
  margin-bottom: -2rem;
}

.learn-more-top {
  padding-top: 2.25rem !important;
}

.learn-more-bottom {
  padding-bottom: 2.25rem !important;
}

.more-top {
  padding-top: 0rem !important;
}

.about-us-img1 {
  background: url(../images/medicare-and-Medicaid.png) left top no-repeat #fff;
  background-size: cover;
  margin-left: 1.1em;
}

.about-us-img2 {
  background: url(../images/bpo-img.png) left top no-repeat #fff;
  background-size: cover;
  margin-left: 1em;
}

.contact-us-box {
  margin-right: 8rem;
  margin-top: 0.4rem;
}

.med {
  color: black;
}

.feature-box-ms {
  background-color: #3594ac;
  color: #fff;
  border: 1px solid #3594ac;
  text-align: center;
  padding: 0 35px 25px;
  /* margin: 20px 0; */
  position: relative;
  border-radius: 1em;
}

.feature-box-ms2 {
  background-color: #382356;
  color: #fff;
  border: 1px solid #382356;
  padding: 20px;
  position: relative;
  border-radius: 1em;
  min-height: 280px;
  cursor: pointer;
}

.feature-box-ms2.bg-cyan {
  background-color: #c9f2fc;
}

.vertical-align-middle {
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  right: 0;
}

.border-radius-btn {
  border-radius: 2em;
}

.big-shift {
  position: relative;
  background: url(../images/big-shift.png) center top no-repeat transparent;
  background-size: cover;
  width: 375px;
  min-height: 535px;
  margin: 20px 36px;
  box-shadow: 12px 12px 5px 5px #24232369;
}

@media (max-width: 412px) {
  .big-shift {
    width: 285px;
    min-height: 385px;
  }
}

.card-img1-ms {
  background: url(../images/enroll.webp) left top no-repeat #fff;
  background-size: cover;
}

.card-img2-ms {
  background: url(../images/encounterMS.webp) left top no-repeat #fff;
  background-size: cover;
}

.mtop-7 {
  margin-top: 7rem !important;
}

.margin-left {
  margin-left: 3rem;
}

.provider-icon1 {
  background: url("../images/provider1.PNG") center top no-repeat #fff;
}

.provider-icon2 {
  background: url("../images/provider2.PNG") center top no-repeat #fff;
}

.provider-icon3 {
  background: url("../images/provider3.PNG") center top no-repeat #fff;
}

.provider-icon4 {
  background: url("../images/provider4.PNG") center top no-repeat #fff;
}

.provider-icon5 {
  background: url("../images/provider5.PNG") center top no-repeat #fff;
}

.provider-icon6 {
  background: url("../images/provider6.PNG") center top no-repeat #fff;
}

.cd-icon-lg {
  width: 80px;
  height: 60px;
  display: inline-block;
  background-size: contain;
}

#wipro-balloon-holder {
  position: relative;
  min-height: 10em;
}

.balloon-sml2 {
  position: absolute;
  background-color: #4c8cca;
  width: 127px;
  height: 121px;
  border-radius: 7em;
  bottom: 0;
  left: 11rem;
}

.balloon-sml1 {
  position: absolute;
  background-color: #4c8cca;
  width: 127px;
  height: 121px;
  border-radius: 7em;
  bottom: 0;
  right: 173px;
}

.balloon-sml2.dark-green {
  background-color: #3397b2;
}

.right-0 {
  right: 0;
}

.balloon-big2 {
  position: absolute;
  background-color: #4f5e7c;
  width: 137px;
  height: 143px;
  left: 31%;
  top: 282px;
  border-radius: 14em;
  text-align: center;
  color: #fff;
}

.wipro-ball {
  display: inline-block;
  vertical-align: middle;
  width: 88px;
  margin-left: 0;
  margin-right: 0;
  border-right: 1px solid #fff;
  top: 80px;
}

/* link for medadvantage logo */
.navbar.navbar-home-page a.nav-link-logo {
  /* color: #034ea2; */
  color: rgba(43, 0, 96, 1);
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
}

.splash-claim360-image {
  background: url(../images/claim360-webp.webp) no-repeat center top #ccc;
  background-size: cover;
  padding: 3rem 3rem 0rem 3rem;
}

.icon-claim1 {
  background: url("../images/claim1.PNG") center top no-repeat #fff;
}

.icon-claim2 {
  background: url("../images/claim2.PNG") center top no-repeat #fff;
}

.icon-claim3 {
  background: url("../images/claim3.PNG") center top no-repeat #fff;
}

.icon-claim4 {
  background: url("../images/claim4.PNG") center top no-repeat #fff;
}

.icon-claim5 {
  background: url("../images/claim5.PNG") center top no-repeat #fff;
}

.icon-claim6 {
  background: url("../images/claim6.PNG") center top no-repeat #fff;
}

.feature-icon2-claim {
  margin: 2.5em auto 2em;
}

.box-items-holder-375 {
  position: absolute;
  color: #333;
  width: 360px;
  background-color: white;
  padding: 2rem 2.5rem 2.5rem;
  margin-bottom: 0;
  border-radius: 1.5em;
  box-shadow: 2px 2px 2px 2px #484848a1;
  min-height: 375px;
  right: 0;
}

.box-items-holder-375 ul.box-list-item {
  font-size: 1.28em;
  font-weight: 600;
  margin: 0;
  padding: 0.5em 0.5em 0 0.5em;
}

.box-items-holder-375 ul.box-list-item li {
  margin-bottom: 0.7em;
  line-height: 1.3;
}

.box-items-holder-375 ul.box-list-item li:last-child {
  margin-bottom: 0;
}

@media (max-width: 766px) {
  .box-items-holder-375 {
    position: relative;
    width: 100%;
    min-height: auto;
  }

  .secondary-navbar {
    z-index: 1;
  }
}

h2.heading-spl {
  background-image: url(../images/bg-image1.jpg);
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.3em;
  font-weight: 600;
}

.card-img13 {
  background: url(../images/eEnroll360-card.webp) left top no-repeat #fff;
  background-size: cover;
}

.card-img-member {
  border: 8px solid #fff;
  min-height: 154px;
  /* max-width: 160px; */
  max-width: 223px;
}

@media (max-width: 820px) {
  .card-img-member {
    min-height: 124px;
    margin: 0;
    width: 130px;
  }
}

.white-text {
  color: white;
}

/* care360 css */
.care-heart {
  background: url(../images/whire-heart.PNG) right center #000;
  background-repeat: no-repeat;
  /* background-size: cover; */
  color: #fff;
  text-align: center;
}

.icon-care1 {
  background: url("../images/care1.PNG") center top no-repeat #fff;
}

.icon-care2 {
  background: url("../images/care2.PNG") center top no-repeat #fff;
}

.icon-care3 {
  background: url("../images/care3.PNG") center top no-repeat #fff;
}

.icon-care4 {
  background: url("../images/care4.PNG") center top no-repeat #fff;
}

.icon-care5 {
  background: url("../images/care5.PNG") center top no-repeat #fff;
}

.icon-care6 {
  background: url("../images/care6.PNG") center top no-repeat #fff;
}

.cd-icon-care {
  width: 80px;
  height: 97px;
  display: inline-block;
  background-size: contain;
}

.splash-bg2-care {
  background: url(../images/care-bg-image.webp) right bottom #000;
  background-size: cover;
  padding: 2em 7em;
  color: #fff;
  text-align: center;
}

.splash-care360-image {
  background: url(../images/care-banner.webp) no-repeat center top #a78f8f;
  background-size: cover;
  padding: 3rem 3rem 0rem 3rem;
}

.splash-eEnroll-readmore-image {
  background: url(../images/eEnroll-readmore-banner.webp) no-repeat center top
    #ccc;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}

.feature-box-eEnroll-readmore {
  background-color: #382356;
  color: #fff;
  border: 1px solid #382356;
  padding: 20px;
  position: relative;
  border-radius: 50%;
  min-height: 217px;
  cursor: pointer;
  width: 65%;
}

.enroll-icon1 {
  background: url("../images/e1.PNG") center top no-repeat #fff;
}

.enroll-icon2 {
  background: url("../images/e2.PNG") center top no-repeat #fff;
}

.enroll-icon3 {
  background: url("../images/e3.PNG") center top no-repeat #fff;
}

.enroll-icon4 {
  background: url("../images/e4.PNG") center top no-repeat #fff;
}

.enroll-icon5 {
  background: url("../images/e5.PNG") center top no-repeat #fff;
}

.enroll-icon6 {
  background: url("../images/e6.PNG") center top no-repeat #fff;
}

.enroll-icon7 {
  background: url("../images/e7.PNG") center top no-repeat #fff;
}

#box-eEnroll,
#box-commission,
#box-HRA {
  animation: drop-down 0.2s ease-out;
  transform: translateY(0px);
}

#box-eEnroll:hover,
#box-commission:hover,
#box-HRA:hover {
  transform: translateY(-12px);
  transition: all 0.5s ease-in-out;
  background-color: #ccc !important;
  color: #342254 !important;
}

@keyframes drop-down {
  0% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0px);
  }
}

.box-color-eEnroll-readmore {
  background-color: #ededed;
  padding: 4rem 2rem 1rem 2rem;
  margin: 1rem 1.5rem 0 1.5rem;
}

.card-img14 {
  background: url(../images/slider-img1.png) left top no-repeat #fff;
  background-size: cover;
}

.bg-image-revenue-whitepaper {
  background: url(../images/revenue360-whitepaper.webp) center top no-repeat
    #ccc;
  background-size: cover;
}

.splash-BI360-image {
  background: url(../images/BI-banner.webp) no-repeat center top #333;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}

.BI-icon1 {
  background: url("../images/BI-1.PNG") center top no-repeat #fff;
}

.BI-icon2 {
  background: url("../images/BI-2.PNG") center top no-repeat #fff;
}

.BI-icon3 {
  background: url("../images/BI-3.PNG") center top no-repeat #fff;
}

.BI-icon4 {
  background: url("../images/BI-4.PNG") center top no-repeat #fff;
}

.BI-icon5 {
  background: url("../images/BI-5.PNG") center top no-repeat #fff;
}

.BI-icon6 {
  background: url("../images/BI-6.PNG") center top no-repeat #fff;
}

.cd-icon-BI {
  width: 80px;
  height: 79px;
  display: inline-block;
  background-size: contain;
}

.card-img15 {
  background: url(../images/star-rating-icon.png) left top no-repeat #fff;
  background-size: cover;
}

.card-img16 {
  background: url(../images/bpo-img.png) left top no-repeat #fff;
  background-size: cover;
}

.splash-hra360-image {
  background: url(../images/hra360-webp.webp) no-repeat center top #333;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}
.splash-hra-star-data-image {
  background: url(../images/hra-star-data-banner.png) no-repeat center top #333;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}
.hra-card {
  background: url(../images/Card.png) no-repeat center top;
  background-size: cover;
  border-radius: 53px;
}
.hra {
  justify-content: flex-end;
  text-align: end;
}

.bg-image-hra {
  background: url(../images/isometric-hra-webp.webp) center top no-repeat #fff;
  background-size: contain;
  height: 50vw;
}

.hra-icon1 {
  background: url("../images/hra1.PNG") center top no-repeat #fff;
}

.hra-icon2 {
  background: url("../images/hra2.PNG") center top no-repeat #fff;
}

.hra-icon3 {
  background: url("../images/hra3.PNG") center top no-repeat #fff;
}

.hra-icon4 {
  background: url("../images/hra4.PNG") center top no-repeat #fff;
}

.hra-icon5 {
  background: url("../images/hra5.PNG") center top no-repeat #fff;
}

.hra-icon6 {
  background: url("../images/hra6.PNG") center top no-repeat #fff;
}

.hra-icon7 {
  background: url("../images/hra7.PNG") center top no-repeat #fff;
}

.cd-icon-hra {
  width: 80px;
  height: 60px;
  display: inline-block;
  background-size: contain;
}

.bg-hra {
  background: url(../images/hra360-image.webp) center top no-repeat #333;
}

.splash-portal-image {
  background: url(../images/portals-webp.webp) no-repeat center top #333;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}

.portals-icon1 {
  background: url("../images/portals-1.PNG") center top no-repeat #fff;
}

.portals-icon2 {
  background: url("../images/portals2.PNG") center top no-repeat #fff;
}

.portals-icon3 {
  background: url("../images/portals3.PNG") center top no-repeat #fff;
}

.portals-icon4 {
  background: url("../images/portals4.PNG") center top no-repeat #fff;
}

.portals-icon5 {
  background: url("../images/portals5.PNG") center top no-repeat #fff;
}

.portals-icon6 {
  background: url("../images/portals6.PNG") center top no-repeat #fff;
}

.card-portal {
  background: url(../images/card-portal.png) left top no-repeat #fff;
  background-size: cover;
}

.agency-portal {
  background: url(../images/agenct-img-webp.png) center top no-repeat #fff;
  background-size: cover;
  /* border: 8px solid #fff;
  min-height: 154px;
  max-width: 180px; */
}

.aep-portal {
  background: url(../images/aep-img.png) left top no-repeat #fff;
  background-size: cover;
  /* border: 8px solid #fff;
  min-height: 154px;
  max-width: 180px; */
}

.splash-risk-image {
  background: url(../images/risk-banner.webp) no-repeat left top #666;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}

.risk-icon1 {
  background: url("../images/risk1.PNG") center top no-repeat #fff;
}

.risk-icon2 {
  background: url("../images/risk2.PNG") center top no-repeat #fff;
}

.risk-icon3 {
  background: url("../images/risk3.PNG") center top no-repeat #fff;
}

.risk-icon4 {
  background: url("../images/risk4.PNG") center top no-repeat #fff;
}

.risk-icon5 {
  background: url("../images/risk5.PNG") center top no-repeat #fff;
}

.risk-icon6 {
  background: url("../images/risk6.PNG") center top no-repeat #fff;
}

.card-img-risk {
  border: 8px solid #fff;
  min-height: 154px;
  max-width: 193px;
}

.white-paper-text {
  margin-top: 7.4em;
}

.white-paper-text1 {
  margin-top: 10em;
}

@media (max-width: 500px) {
  .white-paper-text {
    margin-top: 9.4em;
    font-size: 23px;
  }
}

.wipro-logo-white {
  background: url(../images/wipro-logo-white.png) no-repeat left top;
  height: 34px;
  width: 76px;
}

.hra-case-study-image {
  background: url("../images/hra-casestudy-banner.webp") center top no-repeat
    #5c341f;
  background-size: cover;
}

.homepage-case-study-image {
  background: url("../images/homepage-case-study.webp") center top no-repeat
    #5c341f;
  background-size: cover;
}

.member-case-study-image {
  background: url("../images/member-casestudy1.webp") center top no-repeat
    #5c341f;
  background-size: cover;
}

.member-case-study-image1 {
  background: url(../images/member-casestudy2-webp.webp) center top no-repeat
    #5c341f;
  background-size: cover;
}

.heading-spl-risk {
  background-image: url(../images/bg-image1.jpg);
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 4.3em;
  font-weight: 600;
}

@media (max-width: 820px) {
  .heading-spl-risk {
    background-image: url(../images/bg-image1.jpg);
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 3em;
    font-weight: 600;
  }
}

.str-img {
  background: url(../images/star-img.png) left top no-repeat #fff;
  background-size: cover;
  /* border: 8px solid #fff;
  min-height: 154px;
  max-width: 180px; */
}

.aep-img1 {
  background: url(../images/agenct-img-webp.png) center top no-repeat #fff;
  background-size: cover;
}

.card-img-aep-img1 {
  border: 8px solid #fff;
  min-height: 154px;
  max-width: 180px;
}

.card-imga {
  background: url(../images/bpo-img.png) center top no-repeat #fff;
  background-size: cover;
}

.card-img-card-imga {
  border: 8px solid #fff;
  min-height: 154px;
  max-width: 180px;
}

.homepage-case-study-excellus {
  background: url("../images/excellus-banner.webp") center top no-repeat #5c341f;
  background-size: cover;
}

.splash-rc-image {
  background: url(../images/rc-img-webp.webp) no-repeat center top #666;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}

.rc {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 900;
  color: #342254;
}

.rc-img {
  padding-left: 6em;
  position: relative;
}

.rc-ima {
  padding-right: 6em;
  padding-left: -2em;
  position: relative;
}

.splash-bpo-image {
  background: url(../images/bpo-image-webp.webp) no-repeat center top #666;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}

.bpo-icon1 {
  background: url("../images/bpo-1.PNG") center top no-repeat #fff;
}

.bpo-icon2 {
  background: url("../images/bpo-2.PNG") center top no-repeat #fff;
}

.bpo-icon3 {
  background: url("../images/bpo-3.PNG") center top no-repeat #fff;
}

.bpo-icon4 {
  background: url("../images/bpo-4.PNG") center top no-repeat #fff;
}

.bpo-icon5 {
  background: url("../images/bpo-5.PNG") center top no-repeat #fff;
}

.bpo-icon6 {
  background: url("../images/bpo-6.PNG") center top no-repeat #fff;
}

.agency-img {
  background: url(../images/agenct-img-webp.png) top no-repeat #fff;
  background-size: cover;
}

.card-img-aep-img {
  border: 8px solid #fff;
  min-height: 154px;
  max-width: 180px;
}

.splash-star-image {
  background: url(../images/star-rating-banner.webp) no-repeat left top #666;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}

.star-icon1 {
  background: url("../images/star1.PNG") center top no-repeat #fff;
}

.star-icon2 {
  background: url("../images/star2.PNG") center top no-repeat #fff;
}

.star-icon3 {
  background: url("../images/star3.PNG") center top no-repeat #fff;
}

.star-icon4 {
  background: url("../images/star4.PNG") center top no-repeat #fff;
}

.star-icon5 {
  background: url("../images/star5.PNG") center top no-repeat #fff;
}

.star-icon6 {
  background: url("../images/star6.PNG") center top no-repeat #fff;
}

.star-aep-img {
  background: url("../images/aep-icon-2.png") center top no-repeat #fff;
  background-size: cover;
}

.med-img {
  background: url("../images/med-img-webp.png") left top no-repeat #fff;
  background-size: cover;
}

.health {
  background: url("../images/med-img-webp.png") left top no-repeat #fff;
  background-size: cover;
}

.white {
  background: url("../images/white-webp.png") left top no-repeat #fff;
  background-size: cover;
}

.captcha {
  padding-left: 3em;
}

.enroll-img {
  background: url("../images/eEnroll-img.jpg") left center no-repeat #fff;
  background-size: cover;
  border: 8px solid #fff;
  min-height: 235px;
  max-width: 180px;
  margin-left: 1.2em;
}
@media (min-width: 1279px) and (max-width: 1281px) {
  .enroll-img {
    background: url(../images/eEnroll-img.jpg) left center no-repeat #fff;
    background-size: cover;
    border: 8px solid #fff;
    min-height: 238px;
    max-width: 180px;
  }
}
@media (min-width: 767px) and (max-width: 821px) {
  .enroll-img {
    background: url(../images/eEnroll-img.jpg) left center no-repeat #fff;
    background-size: cover;
    border: 8px solid #fff;
    min-height: 305px;
    max-width: 180px;
  }
}
.card-enroll-img {
  border: 8px solid #fff;
  min-height: 154px;
  max-width: 180px;
}

.ag360-img {
  background: url("../images/ag360-img.png") left top no-repeat #fff;
  background-size: cover;
  border: 8px solid #fff;
  min-height: 154px;
  max-width: 160px;
}

.bpo-img {
  background: url("../images/bpo-img.png") top no-repeat #fff;
  background-size: cover;
  
}

.aep-img {
  background: url("../images/aep-img.png") center top no-repeat #fff;
  background-size: cover;
  border: 8px solid #fff;
  min-height: 154px;
  max-width: 143px;
}

.hra-img {
  background: url("../images/hra-img.png") left top no-repeat #fff;
  background-size:cover;
  /* border: 8px solid #fff;
  min-height: 154px;
  max-width: 180px; */
}

.r360-img {
  background: url("../images/r360-img.png") left top no-repeat #fff;
  background-size: cover;
  /* border: 8px solid #fff;
  min-height: 154px;
  max-width: 180px; */
}

.analytic-img {
  background: url("../images/analytic-img.png") left top no-repeat #fff;
  background-size: cover;
  /* border: 8px solid #fff;
  min-height: 154px;
  max-width: 168px; */
}

.edps-img {
  background: url("../images/edps-img.png") top no-repeat #fff;
  background-size: cover;
  /* border: 8px solid #fff;
  min-height: 154px;
  max-width: 165px; */
}

.star-img {
  background: url("../images/star-img.png") left top no-repeat #fff;
  background-size: cover;
  /* border: 8px solid #fff;
  min-height: 154px;
  max-width: 180px; */
}

.about {
  background: url("../images/about-wipro.png") left top no-repeat #fff;
  background-size: cover;
  border: 15px solid #fff;
  min-height: 50px;
  max-width: 180px;
}

.bg-case-study-img {
  background: url("../images/revenue360-casestudy-webp.webp") center top
    no-repeat #5c341f;
  background-size: cover;
}

.splash-ag-readmore {
  background: url(../images/ag-readmore-webp.webp) no-repeat center top #666;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}

.ag360-read-more-image {
  background: url(../images/ag-360-readmore.png) center top no-repeat #fff;
  background-size: contain;
  height: 43vw;
}

.feature-box-ms3 {
  background-color: #355493;
  color: #fff;
  border: 1px solid #355493;
  padding: 20px;
  position: relative;
  border-radius: 1em;
  min-height: 280px;
  cursor: pointer;
}

.feature-box-ms3.bg-cyan {
  background: #c4c4c4;
}

.splash-bg2-agency {
  background: url(../images/agency-bg-img.webp) right bottom #000;
  background-size: cover;
  padding: 2em 7em;
  color: #fff;
  text-align: center;
}

.bg-gray1 {
  background: #e5e5e5;
}

.blue-text {
  color: #074da2;
}

.text-color {
  color: #2360ab;
}

@media (max-width: 700px) {
  .bg-case-study-image3 {
    background: url("../images/connectbottomimage.webp") center top no-repeat
      #5c341f;
    background-size: cover;
    min-height: 66px;
  }
}

.big-balloon-style1 {
  float: right;
  width: 100%;
  max-width: 32em;
  height: 32em;
  border-radius: 20em;
  margin-right: -3em;
  position: absolute;
}

.bg-image-style1 {
  position: absolute;
  width: 330px;
  min-height: 425px;
  margin: 20px 50px;
  box-shadow: 9px 10px 5px 5px #00000054;
}

@media (max-width: 820px) {
  .space {
    margin-top: 28rem;
  }
}

.splash-newsroom-image {
  background: url(../images/splash-newsroom-img.png) no-repeat left top #666;
  background-size: cover;
  padding: 0rem 0rem 0 0rem;
}

.big-balloon-style2 {
  float: right;
  width: 100%;
  max-width: 34em;
  height: 34em;
  border-radius: 20em;

  position: relative;
}

.bg-img1 {
  background: url(../images/newsroom-img1.webp) center top no-repeat #25293f;
  background-size: cover;
}

.bg-img2 {
  background: url(../images/newsroom-img2.webp) center top no-repeat #25293f;
  background-size: cover;
}

.bg-img3 {
  background: url(../images/newsroom-img3.png) center top no-repeat #25293f;
  background-size: cover;
}
.bg-img4 {
  background: url(../images/newsroom-img4.png) center top no-repeat #25293f;
  background-size: cover;
}
.font-size1 {
  font-size: 1em;
  padding-left: 1em;
  padding-top: 8rem;
}

@media (max-width: 500px) {
  .font-size1 {
    padding-left: 0rem;
    font-size: 20px;
    padding-top: 2rem;
    height: 117px;
  }
}

@media (min-width: 1023px) and (max-width: 1025px) {
  .font-size1 {
    font-size: 0.8em;
    padding-left: 4em;
    /* padding-top: 7rem;
    height: 117px; */
  }
  .hra-numbers {
    width: 113%;
    height: 100%;
  }
}

@media (max-width: 600px) {
  .font-size2 {
    font-size: 1.5em;
    padding-left: 2em;
  }
}

@media (max-width: 600px) {
  .image-size {
    background-size: contain;
    min-height: 18em;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .image-size1 {
    background-size: contain;
    min-height: 15em;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .caurosal-link2 {
    color: #342254;
    text-decoration: none;
    font-size: 2.3rem;
  }
}
@media (min-width: 374px) and (max-width: 412px) {
  .carousel-height1 {
    height: 80rem;
  }
}
@media (min-width: 413px) and (max-width: 415px) {
  .carousel-height1 {
    height: 73rem;
  }
}
@media (min-width: 416px) and (max-width: 700px) {
  .carousel-height1 {
    height: 82rem;
  }
}

@media (max-width: 600px) {
  .big-balloon-style2 {
    position: unset;
    width: 16em;
    height: 16em;
    float: left;
  }
}

.bg-image-style2 {
  position: absolute;
  width: 350px;
  left: 1.5rem;
  min-height: 400px;
  margin: 33px 40px;
  box-shadow: 9px 10px 5px 5px #00000054;
}

@media (max-width: 600px) {
  .para-text4 {
    margin-top: 2em;
    margin-right: -2em;
  }
}

@media (max-width: 415px) {
  .bg-image-style2 {
    background-size: contain;
    min-height: 13em;
    width: 60%;
    margin-left: 1.3em;
    margin-top: 1.4rem;
  }
}
@media (min-width: 416px) and (max-width: 541px) {
  .bg-image-style2 {
    background-size: contain;
    min-height: 13em;
    width: 40%;
    margin-left: 1.3em;
    margin-top: 1.4rem;
  }
}

@media (max-width: 600px) {
  .arrowleft {
    justify-content: flex-end;
    left: -49px;
  }
}

.mem360-img1 {
  background: url("../images/mem360-img1.PNG") center top no-repeat #fff;
}

.mem360-img2 {
  background: url("../images/mem360-img2.PNG") center top no-repeat #fff;
}

.mem360-img3 {
  background: url("../images/mem360-img3.PNG") center top no-repeat #fff;
}

.mem360-img4 {
  background: url("../images/mem360-img4.PNG") center top no-repeat #fff;
}

.mem360-img5 {
  background: url("../images/mem360-img5.PNG") center top no-repeat #fff;
}

.splash-eAnde-image {
  background: url(../images/e&e-image-webp.png) no-repeat left top #ccc;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}

.eANDe-img1 {
  background: url("../images/eANDe-img1.PNG") center top no-repeat #fff;
}

.eANDe-img2 {
  background: url("../images/eANDe-img2.PNG") center top no-repeat #fff;
}

.eANDe-img3 {
  background: url("../images/eANDe-img3.PNG") center top no-repeat #fff;
}

.eANDe-img4 {
  background: url("../images/eANDe-img4.PNG") center top no-repeat #fff;
}

.eANDe-img5 {
  background: url("../images/eANDe-img5.PNG") center top no-repeat #fff;
}

.eANDe-img6 {
  background: url("../images/eANDe-img6.PNG") center top no-repeat #fff;
}

.mem360 {
  background: url(../images/mem360-img.png) center top no-repeat #fff;
  background-size: cover;
  /* border: 8px solid #fff;
  min-height: 154px;
  max-width: 180px; */
}

.enroll360 {
  background: url(../images/enroll360-img.png) left top no-repeat #fff;
  background-size: cover;
  
}

.big-balloon-style-1 {
  float: right;
  width: 100%;
  max-width: 32em;
  height: 32em;
  border-radius: 20em;
  margin-right: -3em;
  position: relative;
}

.bg-image-style-1 {
  position: relative;
  width: 330px;
  min-height: 425px;
  margin: 20px 40px;
}

@media (max-width: 700px) {
  .splash-eAnde-image {
    background: url(../images/e&e-image-webp.png) no-repeat 30% -200px #ccc;
    background-size: cover;
    height: 255vw;
  }
}

.med-icon-1 {
  background: url("../images/med1.PNG") center top no-repeat #fff;
}

.med-icon-2 {
  background: url("../images/med2.PNG") center top no-repeat #fff;
}

.med-icon-3 {
  background: url("../images/med3.PNG") center top no-repeat #fff;
}

.med-icon-4 {
  background: url("../images/med4.PNG") center top no-repeat #fff;
}

.med-icon-5 {
  background: url("../images/med5.PNG") center top no-repeat #fff;
}

.med-icon-6 {
  background: url("../images/med6.PNG") center top no-repeat #fff;
}

.med-icon-7 {
  background: url("../images/med7.PNG") center top no-repeat #fff;
}

.cd-icon-medicare {
  width: 80px;
  height: 70px;
  display: inline-block;
  background-size: contain;
}

@media (max-width: 600px) {
  .bg-image-style-1 {
    margin: 20px 9px;
  }
}

@media (max-width: 600px) {
  .big-balloon-style-1 {
    margin-right: 0em;
  }
}

@media (max-width: 600px) {
  .bg-image-style1 {
    position: absolute;
    width: 310px;
    min-height: 352px;
    margin: 20px 31px;
    box-shadow: 9px 10px 5px 5px #00000054;
  }
}

@media (max-width: 600px) {
  .big-balloon-style1 {
    max-width: 26em;
    height: 26em;
    margin-left: -1em;
  }
}

.splash-revenue360-medicaid-image {
  background: url(../images/revenue360-medicaid-image.webp) no-repeat center top
    #666;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}

.rev360-icon1 {
  background: url("../images/rev360-icon1.PNG") center top no-repeat #fff;
}

.rev360-icon2 {
  background: url("../images/rev360-icon2.PNG") center top no-repeat #fff;
}

.rev360-icon3 {
  background: url("../images/rev360-icon3.PNG") center top no-repeat #fff;
}

.rev360-icon4 {
  background: url("../images/rev360-icon4.PNG") center top no-repeat #fff;
}

.rev360-icon5 {
  background: url("../images/rev360-icon5.PNG") center top no-repeat #fff;
}

.rev360-icon6 {
  background: url("../images/rev360-icon6.PNG") center top no-repeat #fff;
}

.rev360-medicaid {
  background: url(../images/rev360-medicaid1.png) left top no-repeat #fff;
  background-size: cover;
  border: 8px solid #fff;
  min-height: 135px;
  max-width: 160px;
}

.text-pading {
  padding-left: 0px;
}

.topup-text1 {
  margin-left: 3rem;
  text-align: left;
}

@media (min-width: 767px) and (max-width: 821px) {
  .m-ipad {
    margin-left: 11rem;
  }
}
@media (max-width: 538px){
.topup-text1 {
    margin-left: -3rem;
    text-align: left;
}
}
@media (min-width: 539px) and (max-width:541px){
  .topup-text1 {
    margin-left: 1rem;
    text-align: left;
  }
}

.edps-img-1 {
  background: url(../images/edps-img.png) 30% top no-repeat #fff;
  background-size: cover;
  border: 8px solid #fff;
  min-height: 154px;
  max-width: 160px;
}

.text-font {
  font-size: 2em;
}

.edps-readmore-img {
  background: url(../images/edps-feature.png) center top no-repeat #fff;
  background-size: contain;
  height: 38vw;
}
@media (max-width: 768px) {
  .edps-readmore-img {
    background: url(../images/edps-feature.png) center top no-repeat #fff;
    background-size: contain;
    height: 44vw;
  }
}
.isometric-image-1 {
  background: url(../images/homepage-isometric-img.webp) center top no-repeat
    #fff;
  background-size: contain;
  height: 63vw;
}

@media (min-width: 1300px) {
  .tile-height {
    min-height: 23rem;
  }
}

.aep-casestudy {
  background: url(../images/aep-casestudy.webp) center top no-repeat #5c341f;
  background-size: cover;
}

@media (max-width: 541px) {
  .morecasestudy-space {
    margin-top: 23rem;
  }
}

@media (min-width: 767px) and (max-width: 913px) {
  .morecasestudy-space {
    margin-top: 33em;
  }
}

@media (max-width: 500px) {
  .thankyoumargin {
    padding-left: 3rem;
    padding-right: 9rem;
  }
}

.cd-icon-lg-1 {
  width: 80px;
  height: 66px;
  display: inline-block;
  background-size: contain;
}

@media (max-width: 430px) {
  .mobileview {
    margin-left: -3em;
    margin-right: -3em;
  }
}
@media(min-width:539px) and (max-width:541px) {
  .box-items-container {
    margin-top: 1em;
  }
}




@media(min-width:767px) and (max-width:821px) {

  .box-items-container {
    margin-top: 20px;
  }
}

@media (min-width: 767px) and (max-width: 821px) {
  .contact-us-box {
    margin-right: 8rem;
    margin-top: 0.4rem;
    margin-left: 22em;
  }
}

@media (min-width: 822px) and (max-width: 913px) {
  .contact-us-box {
    margin-right: 8rem;
    margin-top: 0.4rem;
    margin-left: 25em;
  }
}

.play-button {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  right: 0;
  color: #ffffff;
  margin: auto;
  transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

.play-button-1 {
  top: 50%;
  left: 25%;
  width: 65px;
  height: 65px;
  margin: auto;
  position: absolute;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #ffffff;
  transition: 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}

[role="button"] {
  cursor: pointer;
}

.play-button-1:hover {
  background-color: #000;
}

.play-button-1:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-27%);
  left: 50%;
  right: 0;
  border-style: solid;
  border-width: 13.5px 0 13.5px 22px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}

.new-show-popup {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: auto;
}

.video {
  width: 100%;
  border: 1px solid black;
}

.wrapper {
  display: table;

  position: relative;
  width: 50%;
}

.modal-close-btn {
  right: -1.4em;
  height: 44px !important;
  width: 44px !important;
  font-size: 30px !important;
  background: rgba(30, 30, 30, 0.6) !important;
  border: none !important;
  position: absolute;
  color: #fff;
  padding: 0px;
  top: 0px;
  padding-left: 10px;
  z-index: 9;
  cursor: pointer;
  font-family: var(--pnr);
}

.font-align {
  left: -2.9em;
}

.fa {
  color: white;
}

.transparent-image {
  display: inline-block;
  position: relative;
  top: 25%;
  left: 25%;
  min-width: 41.6em;
  transform: translateX(-25%);
  background-color: #355493;
}

.sub-menu-content-popup {
  position: relative;
  -webkit-box-shadow: inset 0px 56px 28px -41px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 56px 28px -41px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 56px 28px -41px rgba(0, 0, 0, 0.75);
  padding: 15px 25px 15px 25px;
}

.sub-menu-content-popup .black-background {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}

.videoRow {
  display: flex;
  align-items: center;
  min-height: 35px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.video-title {
  text-transform: capitalize;
  text-overflow: initial !important;
  white-space: initial !important;
  padding-right: 80px;
}

.sub-menu-content-popup .sub-menu-part {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 34px;
  vertical-align: middle;
  font-family: var(--pnb);
  position: relative;
  opacity: 1;
  text-align: left;
}

@media (min-width: 416px) and (max-width: 1920px) {
  .sub-menu-content-popup .sub-menu-part p {
    display: block;
    font-size: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 34px;
    overflow: hidden;
    letter-spacing: 1px;
    text-align: left;
    margin-left: 0px;
    margin-bottom: 0;
    font-family: var(--pnb);
  }

  .b-lg {
    margin-left: 35em;
    margin-top: -12em;
  }

  .icons-lg {
    top: 100%;
  }
}

@media screen and (max-width: 430px) {
  .sub-menu-content-popup .sub-menu-part p {
    display: block;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 34px;
    overflow: hidden;
    letter-spacing: 1px;
    text-align: left;
    margin: 0px 50px;
    font-family: var(--pnb);
  }

  .video-wh {
    width: 392px;
    height: 241px;
  }

  .font-align {
    left: 0px;
  }

  .h-sm {
    margin-top: 8rem;
  }

  .b-sm {
    position: relative;
    margin-left: 25em;
    margin-top: -12em;
  }

  .icons-sm {
    top: 234%;
  }

  .close-sm {
    right: 5.3em;
    top: -39px;
  }
}

.sub-menu-content-popup .sub-menu-logos {
  text-align: right;
  font-size: 0;
}

.sub-menu-part a {
  color: #ffffff;
}

.sub-menu-content-popup .sub-menu-logos img {
  width: 21px;
}

img {
  border-style: none;
  vertical-align: middle;
  border: 0;
}

.share-icon-img-popup {
  color: blue;
}

.social-container-case-open {
  width: 150px;
  display: block;
  z-index: 9;
}

.social-container-case {
  right: 5px;
  position: absolute;
  background-color: #0e3570;
  padding: 5px 0px;
  top: 53px;
  display: none;
  transition: 0.5s;
}

.social-container-case:after {
  bottom: 100%;
  left: 75%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #0e3570;
  border-width: 8px;
  margin-top: -8px;
  transform: rotate(270deg);
}

.shareBtn-right {
  position: absolute;
  right: 20px;
  top: 0 !important;
}

.modal-dialog .share-icon-img-popup {
  width: 21px;
}

.share-button {
  position: relative;
}

.social-media-icons {
  position: absolute;

  left: -4em;
  display: none;
  background-color: #355493;
  padding: 10px;
  margin-top: -5px;
}

.social-media-icons a {
  margin-top: -5em;
  margin-right: 10px;
  color: #fff;
}

@media (max-width: 538px) {
  .play-button-1 {
    top: -42px;
    left: 60%;
    width: 65px;
    height: 65px;
    margin: auto;
    position: absolute;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #ffffff;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 400px) {
  .video-picture {
    width: 385px;

    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .transparent-image {
    max-width: 60%;
  }
}

@media (min-width: 767px) and (max-width: 821px) {
  .play-button-1 {
    top: -8em;
    left: 50%;
  }
}

@media (min-width: 1023px) and (max-width: 1279px) {
  .play-button-1 {
    top: 52%;
    left: 38%;
  }
}

@media (min-width: 1279px) {
  .play-button-1 {
    top: 52%;
    left: 31%;
  }
}

@media (min-width: 1281px) {
  .play-button-1 {
    top: 52%;
    left: 25%;
  }
}

@media (min-width: 1600px) {
  .play-button-1 {
    top: 52%;
    left: 25%;
  }
}

@media (min-width: 539px) and (max-width: 700px) {
  .play-button-1 {
    top: -13em;
    left: 15em;
  }
}

@media (min-width: 911px) and (max-width: 1023px) {
  .play-button-1 {
    top: -9em;
    left: 20em;
  }
}

@media (min-width:767px) and (max-width: 913px) {
  .box-items-holder {
    position: relative;
    width: 100%;
    min-height: auto;
    margin-top:1em;
  }
  .contact-box-width {
    width: 106%;
  }
}
@media (min-width: 767px) and (max-width: 913px) {
  .bg-image-style2 {
    position: absolute;
    width: 200px;
    left: 0.5rem;
  }
}
@media (min-width: 1023px) and (max-width: 1025px) {
  .bg-image-style2 {
    position: absolute;
    width: 290px;
    left: 0.5rem;
  }
}
.hra-star-rating {
  background: url(../images/hra-star-rating-img.png) no-repeat center top #ccc;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}
.textsize {
  font-size: 64px;
  position: absolute;
  margin-top: -4em;
  margin-left: 1.8em;
  color: #382356;
  text-align: center;
}
.para-align {
  margin-left: 5.7em;
  margin-top: -7em;
  font-size: 21px;
}
.button-align {
  margin-top: 8em;
  margin-left: 4em;
  padding-left: 2em;
  padding-right: 2em;
}
@media (max-width: 541px) {
  .textsize {
    font-size: 20px;
    position: absolute;
    margin-top: -11em;
    margin-left: 4em;
    color: #382356;
    text-align: center;
  }
}
@media (max-width: 541px) {
  .para-align {
    margin-left: 5.4em;
    margin-top: -12em;
    font-size: 14px;
  }
}
@media (min-width: 767px) and (max-width: 913px) {
  .textsize {
    font-size: 47px;
    position: absolute;
    margin-top: -5em;
    margin-left: 2em;
  }
}
@media (min-width: 1023px) and (max-width: 1025px) {
  .textsize {
    font-size: 47px;
    position: absolute;
    margin-top: -5em;
    margin-left: 3em;
  }
}
@media (min-width: 767px) and (max-width: 821px) {
  .para-align {
    margin-left: 3.6em;
    margin-top: -6em;
    font-size: 26px;
  }
}
@media (min-width: 911px) and (max-width: 913px) {
  .para-align {
    font-size: 27px;
    margin-top: -6em;
    margin-left: 3em;
  }
}
@media (min-width: 1023px) and (max-width: 1025px) {
  .para-align {
    margin-left: 7.3em;
    margin-top: -8em;
    font-size: 19px;
  }
}
@media (min-width: 767px) and (max-width: 913px) {
  .button-align {
    margin-top: 4em;
    margin-left: 14em;
  }
}
.cloud1 {
  padding-top: 5em;
}
.linecolor {
  background: blueviolet;
}
.stepper-padding {
  padding-left: 28em;
  padding-top: 3em;
}
@media (min-width: 374px) and (max-width: 541px) {
  .stepper-padding {
    padding-left: 7em;
    padding-top: 1em;
  }
}
@media (min-width: 767px) and (max-width: 913px) {
  .stepper-padding {
    padding-left: 16em;
    padding-top: 1em;
  }
}
@media (min-width: 1023px) and (max-width: 1281px) {
  .stepper-padding {
    padding-left: 24em;
    padding-top: 3em;
  }
}
.select-dropdown {
  padding: 12px;
  width: 15em;
  border-radius: 22px;
}

.text-head {
  font-weight: bold;
  font-size: large;
  margin-top: 50px;
}

.text-dailog {
  text-align: center;
  width: 165px;
  height: 28px;
  position: absolute;
  margin-top: 8.9rem;
  margin-left: 5.5em;
  color: white;
  background: #382356;
  padding-top: 4px;
}

.links a {
  display: block;
  color: black;
  text-decoration: none;
  list-style-type: none;
}

.links a:hover {
  color: #2360ab;
  text-decoration: none;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Two columns */
  column-gap: 15px;
  /* Adjust this value for spacing */
}

.rc-padding {
  /* Add some styling to your links */
  padding: 20px;
  text-align: center;
}

.error-msg {
  position: relative;
  margin-top: 5em;
  text-align: center;
  color: red;
  opacity: 0.3;
  font-size: xx-large;
}

@media (max-width: 700px) {
  /* For smaller screens, change to a single column layout */
  .grid-container {
    grid-template-columns: 1fr;
  }
}

.rc-text {
  margin-left: 3em;
  margin-right: 3em;
  margin-top: 0.5em;
}
@media (min-width: 375px) and (max-width: 768px) {
  .select-dropdown {
    padding: 12px;
    width: 11em;
    border-radius: 22px;
  }
}
@media (min-width: 1023px) and (max-width: 1281px) {
  .text-dailog {
    margin-left: 5em;
  }
}
@media (min-width: 375px) and (max-width: 821px) {
  .text-dailog {
    margin-left: 5em;
  }
}
@media (min-width: 539px) and (max-width: 541px) {
  .text-dailog {
    margin-left: 10em;
  }
}

.bpo-image {
  background: url("../images/bpo-img.png") top no-repeat #fff;
  background-size: cover;
  border: 8px solid #fff;
  min-height: 154px;
  max-width: 140px;
  margin-left: 1.2em;
}
.bpo-img-1 {
  background: url("../images/bpo-img.png") top no-repeat #fff;
  background-size: cover;
  border: 8px solid #fff;
  min-height: 235px;
  max-width: 180px;
  margin-left: 1.2em;
}

/* *,
*::after,
*::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.tabs__buttons--container {
    display: flex;
    place-content: center;
    margin-bottom: 1rem;
}

.tabs__tab-btn {
    background: none;
    border: none;
    padding: 1rem 2rem;
    cursor: pointer;
    border-bottom: solid 3px #0d0e0d;
}

.tabs__tab-btn--not-selected {
    border-bottom-color: #eeeeee;
}

.tabs__tab-btn:hover {
    background-color: #eeeeee;
    transition: 0.3s;
}

.tabs__tab--hide {
    display: none;
}

.tabs__tab--show {
    display: block;
}

.tabs__tab {
    animation: tabApear 0.6s;
}

@keyframes tabApear {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
} */
.img-position {
  margin-left: -6.5em;
}

.anchor {
  font-size: 23px;
  font-weight: bolder;
  text-decoration: none;
  color: #0d0e0d;
}

.text-news {
  font-size: 29px;
  margin-right: 3em;
  font-weight: bolder;
}

.text-read {
  position: relative;
  margin-top: 30px;
  border-top: 5px solid;
  width: 5em;
}
.para-text5 {
  font-size: 1.4em;
  margin-right: 4em;
}
.newsroom-img {
  position: relative;
  margin-left: 2em;
}
.text-font-size {
  font-style: normal;
  font-weight: bolder;
  font-size: 32px;
  margin-right: 1em;
  line-height: 37px;
  text-align: left;
}
@media (min-width: 389px) and (max-width: 500px) {
  .newsroom-img {
    position: relative;
    margin-left: 1em;
  }
}
@media (min-width: 767px) and (max-width: 821px) {
  .text-font-size {
    margin-right: 4em;
  }
}
@media (min-width: 389px) and (max-width: 500px) {
  .text-font-size {
    text-align: left;
    margin-right: 0em;
  }
}
@media (min-width: 389px) and (max-width: 500px) {
  .para-text5 {
    font-size: 1.3em;
    text-align: left;
    margin-right: -1em;
  }
}
@media (min-width: 767px) and (max-width: 821px) {
  .para-text5 {
    margin-right: 7em;
  }
}
@media (min-width: 389px) and (max-width: 500px) {
  .text-news {
    font-size: 24px;
  }
}
@media (min-width: 767px) and (max-width: 821px) {
  .text-news {
    margin-right: -6em;
  }
}
@media (min-width: 389px) and (max-width: 500px) {
  .mob-para-text {
    margin-right: -4em;
  }
}
@media (min-width: 767px) and (max-width: 821px) {
  .mob-para-text {
    margin-right: -8em;
  }
}
@media (min-width: 1023px) and (max-width: 1281px) {
  .mob-para-text {
    margin-right: 5em;
  }
}
@media (min-width: 389px) and (max-width: 500px) {
  .mobile-para-text4 {
    margin-top: -1em;
  }
}
@media (min-width: 389px) and (max-width: 500px) {
  .img-align {
    margin-left: 6em;
  }
}
@media (min-width: 767px) and (max-width: 821px) {
  .img-align {
    margin-left: 14em;
  }
}
@media (min-width:539px) and (max-width:541px){
  .img-position{
    margin-left: 2em;
  }
}

.link-color {
  color: black;
  text-decoration: none;
}
.mob-view-position {
  margin-left: 2em;
}
.para-margin {
  margin-top: 0em;
}
.para-text-4 {
  font-size: 1.3em;
  padding-top: 1em;
  padding-right: 4em;
}
@media (min-width: 389px) and (max-width: 500px) {
  .para-text-4 {
    font-size: 1.3em;
    padding-right: 1em;
  }
}
@media (min-width: 1024px) and (max-width: 1281px) {
  .para-text-4 {
    padding-right: 3em;
  }
}
@media (min-width: 389px) and (max-width: 600px) {
  .news-content {
    margin-left: 1.3em;
  }
}
@media (min-width: 1023px) and (max-width: 1281px) {
  .text-news {
    margin-right: 3em;
  }
}
@media (min-width: 1023px) and (max-width: 1025px) {
  .news-image {
    margin-left: -10em;
  }
  .newsroom-img {
    position: relative;
    margin-left: 6em;
  }
}
@media (min-width: 1023px) and (max-width: 1025px) {
  .news-image-1 {
    margin-left: -6em;
  }
}
@media (min-width: 1023px) and (max-width: 1025px) {
  .para-text5 {
    margin-right: -1em;
  }
}
.para-news {
  font-size: 1.5em;
  padding-right: 4em;
}

.tab-container {
  margin-top: 50px;
  display: flex;
  place-content: center;
  margin-bottom: 1rem;
  gap: 15px;
}

.tab-button {
  color: black;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 23px;
  outline: none;
  border-bottom: 3px solid transparent;
}

.tab-button:hover {
  background-color: #cbc7c7;
}

.tab-button.active {
  border-color: black;
  background-color: #898888;
  color: #fff;
}

.tab-content {
  display: none;
  padding: 20px;
  color: black;
}

.tab-content.active {
  display: block;
}

@media (min-width: 374px) and (max-width: 376px) {
  .img-align {
    margin-left: 6.6em;
  }
  .text-news {
    margin-left: -3em;
    margin-right: -3em;
  }
  .para-news {
    margin-right: -5em;
    margin-left: -4em;
  }
  .para-text4 {
    margin-top: -1em;
    margin-left: -4.5em;
    margin-right: -4em;
  }
}

@media (min-width: 374px) and (max-width: 376px) {
  .news-image {
    margin-left: -2em;
  }
}
.news-box {
  padding: 2em;
}
@media (min-width: 389px) and (max-width: 600px) {
  .news-box {
    margin-left: -2em;
  }
}
.splash-ISE {
  background: url(../images/splash-ISE.png) no-repeat left top #666;
  background-size: cover;
  padding: 0rem 0rem 0 0rem;
}
.info-security-text {
  font-size: 21px;
}
.ise-icon1 {
  background: url("../images/ise-1.PNG") center top no-repeat #fff;
}
.ise-icon2 {
  background: url("../images/ise-4.PNG") center top no-repeat #fff;
}
.ise-icon3 {
  background: url("../images/ise-3.PNG") center top no-repeat #fff;
}
.ise-icon4 {
  background: url("../images/ise-5.PNG") center top no-repeat #fff;
}
.ise-icon5 {
  background: url("../images/ise-6.PNG") center top no-repeat #fff;
}
.ise-icon6 {
  background: url("../images/ise-2.PNG") center top no-repeat #fff;
}
.info-security-img {
  background: url(../images/Info-security.png) center top no-repeat #fff;
  background-size: cover;
}
.info-security-style {
  position: relative;
  min-height: 395px;
}
.btn-link1 {
  background-color: #f57f2a;
  border-radius: 2em;
  padding: 0.6em 5em;
  color: #fff;
  text-decoration: none;
}
.splash-mppp-img {
  background: url(../images/mppp360-img.png) no-repeat center top #333;
  background-size: cover;
  padding: 3rem 3rem 0 3rem;
}
.isometric-mppp {
  background: url("../images/Isometric-mppp360.png") center top no-repeat #fff;
  background-size: contain;
  height: 58vw;
}
.bg-mppp {
  background: url("../images/bg-mppp.png") center top no-repeat #5c341f;
  background-size: cover;
  min-height: 233px;
}
.bg-m360{
  background: url(../images/bg-m360-img.png) center top no-repeat #fff;
  background-size: cover;
} 
.card-m3p {
  background: url(../images/m3p-image.png) left top no-repeat #fff;
  background-size: cover;
}
@media(min-width:767px) and (max-width:913px){
  .m3p-padding{
    margin-left:7em;
  }
}
@media (min-width: 767px) and (max-width: 913px){
.box-items-holder-375 {
    position: relative;
    width: 100%;
    min-height: auto;
    margin-top: 1em;
}
}
.mmp-icon1 {
  background: url("../images/mpp-1.PNG") center top no-repeat #fff;
}
.mmp-icon2 {
  background: url("../images/mpp-2.PNG") center top no-repeat #fff;
}
.mmp-icon3 {
  background: url("../images/mpp-3.PNG") center top no-repeat #fff;
}
.mmp-icon4 {
  background: url("../images/mpp-4.PNG") center top no-repeat #fff;
}
.mmp-icon5 {
  background: url("../images/mpp-5.PNG") center top no-repeat #fff;
}
.mmp-icon6 {
  background: url("../images/mpp-6.PNG") center top no-repeat #fff;
}
@media(min-width:767px) and (max-width:913px){
  .rc-surface {
    margin-left: 3em;
}
}
@media(min-width:1023px) and (max-width:1281px){
  .big-balloon-style-2 {
    margin-left:5em;
  }
}
.info-heading {
  font-size: 38px;
  font-weight: bold;
}
@media (min-width: 766px) and (max-width: 1025px) {
  .info-security-style {
    position: relative;
    min-height: 427px;
  }
}
@media(min-width:911px) and (max-width:913px){
  .topup-text1 {
    margin-left: 14rem;
    text-align: left;
}
}
@media(min-width:1023px) and (max-width:1024px){
  .rc-ipad_pro{
    margin-left:5em;
  }
} 
@media(min-width:819px) and (max-width:821px){
  .rc-ipad_pro{
    margin-left:-5em;
  }
}
h2.heading-spl1{
  background-image: url(../images/bg-image1.jpg);
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.5em;
  font-weight: 600;
}
.info-sec-text{
  font-size: 25px;
}

