:root{
  --bg: #f2ffcc;
  --panel: #ffffff;
  --wheelBg: #f2ffcc;

  --purple: #381f75;
  --purple-2: #4c3682;
  --lav: #e5e3f7;
  --green: #70b144;

  --text: #1f1a2b;
  --muted: #6c6a78;

 --white:#f2ffcc;

  --shadow: #f2ffcc;
  --shadow2: #f2ffcc;
  --radius: 18px;
}
.eoh-top-accent{
    background: #e5e3f7;
    margin: 50px auto -50px;
    padding-bottom: 0px !important;
    height: 625px;
}
.eoh-fw-800{ font-weight: 800; }
.eoh-section-title h1{
  font-size: 45px;
  color: #4c2570;
  font-weight: bold;
  text-align: left;
  margin-left: 0px;
  padding: 80px 0 0px 0;
}
.eoh-section-title h3{
  color: #4c2570;
  font-size: 22px;
  font-weight: bold; 
  max-width: 375px;
  margin-top: 20px;
}
.eoh-section-title p{
  color: #000;
  max-width: 420px;
  font-size: 20px;
  margin-top: 20px;
}
.eoh-cover-img img{
 max-width: 150px;
 height: auto;
 margin-top: 50px;
}

/* Book a discovery section */
.eoh-card-soft{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 40px 55px 30px;
  margin-top: 40px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  max-height: 600px;
  overflow-y: auto;   /* Vertical scroll */
  overflow-x: hidden; /* Prevent horizontal scroll */
}

.eoh-card-soft::-webkit-scrollbar {
  width: 10px;
}

.eoh-card-soft::-webkit-scrollbar-thumb {
  background: #72b01d;
  border-radius: 10px;
}

.eoh-card-soft::-webkit-scrollbar-thumb:hover {
  background: #4c2570;
}

.eoh-card-soft h3{
  color: #4c2570;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
/* Client Banner Section */
.eoh-wheel-section-pricing{
  margin-top: 200px;
  margin-bottom: 50px;
}
.eoh-pricing-graph {
  background: #f2ffcc;
  height: auto;
  padding: 50px 0;
}
.eoh-h5-fw-800 > h3{
  color: #4c2570;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: inherit;
}
.eoh-h5-fw-800 > p {
  color: #333;
  font-size: 18px;
  max-width: 600px;
}
.eoh-platform-fee {
  background-image: url(../images/eoh-pricing-icon-bg.png);
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  display: flex;
  border-radius: 0px;
  flex-flow: wrap;
  padding-top: 50px;  
}
.eoh-middle-wrap{
  background: #f1f0fb;
}
.eoh-wheel-svg{
  display: grid;
  place-items: center;
}
.eoh-wheel-placeholder{
  width: min(920px, 100%);
  height: 360px;
  border-radius: 22px;
  border: 1px dashed rgba(56,31,117,.25);
  background: rgba(255,255,255,.55);
  display: grid;
  place-items: center;
}
.eoh-section-title-core h2 {
  color: #4c2570;
  font-weight: bold;
  font-size: 35px;
  margin: 30px 0 50px;
}

/* Platform fee illustration */
.eoh-illos-soft {
  max-width: 520px;
  filter: drop-shadow(0 18px 30px rgba(20,16,35,.10));
}

/* Included list */
.eoh-feature-list{
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: .65rem;
}
.eoh-feature-list li{
  display: flex;
  align-items: center;
  gap: .55rem;
  color: #363636;
  font-weight: 500;
  margin: 2px 0;
}
.eoh-feature-list i{
  color: var(--green);
  font-size: 1.05rem;
}

/*---Icon chips---*/
.eoh-icon-chip{
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background: #f5f3ff;
  color: #4c2570;
  display: inline-grid;
  place-items: center;
}
.icon-font-size {
  font-size:30px;
}
.icon-font-size-1 {
  font-size:25px;
}
.eoh-icon-chip-1 {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background: #eef2ff;
  color: #4c2570;
  display: inline-grid;
  place-items: center;
}

.eoh-business-icon {
    width: 75px;
    height: 75px;
    border-radius: 5px;
    background: #eef2ff;
    color: #4c2570;
    display: inline-grid;
    place-items: center;
}
.eoh-starrow {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: #4c2570;
  display: grid;
  place-items: center;
}


/*---Pricing models---*/
.eoh-model-card{
  border: 1px solid rgba(56,31,117,.12);
  border-radius: 8px;
  background: #fff;
  padding: 2.5rem 2.5rem;
  box-shadow: 0 10px 26px rgba(20,16,35,.07);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
  min-height: 355px;
}
.eoh-model-card:hover,
.eoh-model-card:focus-visible{
  transform: translateY(-2px);
  border-color: rgba(56,31,117,.25);
  box-shadow: 0 14px 34px rgba(20,16,35,.10);
  outline: none;
}
.eoh-model-card.is-active{
  border-color: rgba(56,31,117,.45);
  box-shadow: 0 18px 40px rgba(56,31,117,.14);
}
.eoh-model-card h3 {
  font-size: 25px;
  font-weight: bold;
  color: #4c2570;
  margin: 25px 0; 
}
.eoh-or-pill{
  width: 75px;
  height: 75px;
  border-radius: 999px;
  background: #72b01d;
  border: 1px solid rgba(56, 31, 117, .14);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
}
.dhr-1 {
  border: none;
  border-top: 2px solid #7a658d;
  width: 100%;
  margin: 80px 0 80px;
}
.eoh-pricing-to-suit h3 {
  font-size: 35px;
  font-weight: bold;
  color: #4c2570;
  margin-bottom: 20px;
  max-width: 330px;;
}
.eoh-per-user{
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #4c2570;
}
.col-md-5-5{
  flex: 0 0 auto;
  width: 45.866667%;
  margin-right: -8px;
  padding-right: 0px;
}
.col-md-2-2 {
  flex: 0 0 auto;
  width: 8.666667%;
  margin: 0px;
  padding: 0px;
  z-index: 1;
}
.col-md-6-6 {
  flex: 0 0 auto;
  width: 46.966667%;
  margin-left: -7px;
  padding-left: 0px;
}

/* Extras list */
.card-soft-1 {
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, .125) !important;
  border-radius: 0 !important;
}
.eoh-extras-list {
  border-radius: var(--radius);
}
.eoh-extras-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.5rem;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 15px;
}
.eoh-extras-item + .eoh-extras-item{
  border-top: 1px solid rgba(56,31,117,.08);
}
.eoh-extras-left {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.eoh-extras-icon {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #eef2ff;
  color: #4c2570;
  display: inline-grid;
  place-items: center;
  font-size: 25px;
}
.eoh-extras-check i{
  color: var(--green);
  font-size: 1.8rem;
}
.fw-800-client {
  font-weight: bold;
  font-size: 20px;
  color: #4c2570;
}
.shadow-soft-bg {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 1px solid #fff;
  padding: 70px 50px;
  border-radius: 15px;
}
.shadow-soft-bg h3 {
  font-size: 35px;
  font-weight: bold;
  color: #4c2570;
}
.eoh-what-happen {
  color: #333 !important;
  max-width: 836px;
  margin: 20px auto;
  font-size: 18px;
  text-align: center;
}
.reflects-the-industries {
  margin-top: 10px;
  margin-bottom: 40px;
}
.fw-800-mb-2 {
  font-size: 20px;
  font-weight: bold;
  color: #4c2570;
  margin-bottom: 15px;
}
.icon-font-size-2 {
  font-size: 35px;
}
.eoh-br-color {
  background: linear-gradient(to bottom, #f1f0fb 40%, #ffffff 50%);
}
.paydaybtn {
  padding: 10px 20px 12px 20px;
  border-radius: 25px;
  font-weight: bold;
  margin-top: 20px;
}
.payday--download-button {
  background: #4c2570;
  color: #fff;
}
.payday--download-button:hover {
  background: #72b01d;
  color: #4c2570;
}
.paydayfaq-section-1{
  background: #fff;
  margin: 20px 0 0;
  padding-bottom: 0px;
  padding-top: 40px;
}
.payday-left-heading {
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #472b6d;
  padding-left: 100px;
}
.paydayfaq-section{
  background: #f2fecc;
  margin: 20px 0 0;
  padding-bottom: 0px;
  padding-top: 75px;
}
.paydayfaq-illus {
  max-width: 450px;
  margin-left: 0px;
  padding-left: 0px;
}
.paydayfaq-accordion .accordion-item{
  border-bottom: none;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: .75rem;
  box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
}
.paydayfaq-accordion .accordion-button{
  font-weight: 600;
  color: #4c2570;
  background: #fff;
  border-bottom: solid 2px #4c2570;
  padding: 1rem 0rem;
  font-size: 20px;
}
.paydayfaq-accordion .accordion-button:not(.collapsed){
  background: #fff;
  color: #4c2570;
  font-size: 18px;
}
.paydayfaq-accordion .accordion-button:focus{
  box-shadow: 0 0 0 .25rem rgba(90,63,163,.20);
}
.paydayfaqbody-1 {
  background: #fff;
  padding: 1rem 0rem !important;
}
.paydayfaqbody-1 > p {
  color: #333;
  margin-bottom: 0px;
}
.paydayfaq-accordion{
  max-width: 850px;
  padding-left: 100px;
}
.payday-left-heading {
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #472b6d;
  padding-left: 100px;
}
.eoh-small-fw-700 {
  color: #4c2570;
  font-weight: bold;
  max-width: 230px;
  font-size: 20px;
}
.eoh-pricing-to-suit {
  padding-top: 100px;
}
.text-muted0-mb-0 {
  max-width: 230px;
  color: #333;
}

/* Steps */
.eoh-step-card{
  background: #fff;
  border: 1px solid rgba(56,31,117,.10);
  border-radius: var(--radius);
  padding: 1.1rem 1.1rem;
  box-shadow: 0 12px 28px rgba(20,16,35,.08);
}
.eoh-step-icon{
  width: 65px;
  height: 65px;
  border-radius: 12px;
  background: #f5f3ff;
  color: #4c2570;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
}
.eoh-step-meta{
    font-size: 14px;
    font-weight: 700;
    color: #4c2570;
    letter-spacing: .12em;
    margin-bottom: .35rem;
}
.eoh-step-arrow{
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(56,31,117,.08);
  color: var(--purple);
  display: grid;
  place-items: center;
}
.padrlef{
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
}
.pd-bottom{
  padding-bottom: 80px;
}
.eoh-accordion-soft .eoh-accordion-item{
  border: 0;
  background: transparent;
  border-bottom: 1px solid rgba(56,31,117,.14);
}
.eoh-accordion-soft .eoh-accordion-button{
  background: transparent;
  color: var(--purple);
  font-weight: 800;
  padding: 1.05rem 0;
  box-shadow: none;
}
.eoh-accordion-soft .eoh-accordion-button:focus{
  box-shadow: none;
}
.eoh-accordion-soft .eoh-accordion-body{
  padding: .25rem 0 1rem;
  color: var(--muted);
}
.imgTopm {
  margin-top: 200px;
}

/*---Graph phone------*/
.wrap{
  min-height:100%;
  display:grid;
  place-items:center;
  padding:22px;
  background: #f2ffcc;
}
.wrap h3 {
  font-weight: bold;
  color: #4c2570;
  margin-bottom: 40px;
}
/* fully responsive via viewBox */
.wrap > svg {width:min(940px,90vw); height:auto; display:block;}
.connector{
    stroke: #4c2570;
    stroke-width: 2.8px;
    stroke-linecap: round;
    stroke-dasharray: 2 8;
    opacity: 1;
    fill: none;
}
.wheelSlice{
  cursor:pointer;
  transition:filter 160ms ease, transform 160ms ease, opacity 160ms ease;
  transform-origin:509.2px 408px;
}
.wheelSlice:hover{
 /* filter:url(#wheelShadowHover);
  opacity:.98;*/
}

.node{
  cursor:pointer;
  transition:transform 160ms ease, filter 160ms ease;
  transform-origin:center;
}
.node:hover{
  transform:scale(1.03);
  filter:url(#nodeShadowHover);
}
.label{font-weight:700; letter-spacing:.2px;}
.labelPurple{fill:#513675;}
.labelWhite{fill:#fff; font-weight: bold;}
.smallLabel{font-weight:700; letter-spacing:.15px;}

/* Smooth transition */
.link-text {
  transition: fill 0.25s ease;
  font-weight: bold;
}

/* Hover color change */
.wrap > svg a:hover .link-text {
  fill: #72b01d; /* change to any hover color */
}
.wrap > svg a:hover .link-text-1 {
  fill: #4c2570; /* change to any hover color */
}
.infographpr {
  display: none;
}

/*--------------------*/

@media only screen and (min-width:320px) and (max-width:551px) {
  .eoh-top-accent {
    height: auto;
    padding-bottom: 50px !important;
  }
  .eoh-section-title h1 {
    padding: 10px 0 0px 0;
    text-align: center;
    font-size: 35px;
  }
  .eoh-section-title h3{
    text-align: center;
  }
  .eoh-section-title p{
    text-align: center;
  }
  .eoh-cover-img img {
    margin-top: 15px;
    max-width: 104px;
  }
  .eoh-card-soft {
    padding: 30px 15px 30px;
    max-height: 400px;
  }
  .eoh-wheel-section-pricing{
    margin-top: 90px;
  }
  .eoh-Trusted-by h2 {
    font-size: 20px;
  }
  .eoh-h5-fw-800 > h3 {
    font-size: 20px;
    text-align: center;
  }
  .eoh-h5-fw-800 > p {
    text-align: center;
  }
  .eoh-illos-soft {
    width: 200px; height: auto;
  }
  .eoh-section-title-core h2{
    font-size: 30px;
    margin: 0px 0 20px;
  }
  .eoh-pricing-graph {
    padding: 25px 0 10px;
  }
  .eoh-pricing-to-suit{
    padding-top: 0px;
  }
  .eoh-pricing-to-suit h3{
    text-align: center;
    font-size: 30px;
  }
  .dhr-1 {
    margin: 40px 0 40px;
  }
  .text-muted0-mb-0 {
    text-align: center;
    margin: 0px auto;
  }
  .col-md-5-5 {
    width: 100%;
  }
  .col-md-6-6 {
    width: 100%;
    margin-left: 0px;
  }
  .col-md-2-2 {
    margin: 25px 0px 10px;
    width: 100%;
  }
  .eoh-pricing-to-suit {
    text-align: center;
  }
  .eoh-small-fw-700 {
    margin: 0px auto;
  }
  .shadow-soft-bg {
    padding: 40px 30px;
  }
  .eoh-br-color{
    margin-top: -50px;
  }
  .fw-800-client {
    margin-top: 30px;
  }
  .col-1-0 {
    text-align: center;
  }
  .eoh-extras-left {
    display: block;
    margin-top: 10px;
  }
  .eoh-extras-item {
    display: block;
  }
  .eoh-extras-check i {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .padrlef {
    text-align: center;
  }
  .eoh-step-icon {
    text-align: center;
    margin: 20px auto 20px;
  }
  .pd-bottom {
    padding-bottom: 40px;
  }
  .reflects-the-industries {
    margin-bottom: 20px;
  }
  .payday-left-heading {
    padding-left: 11px;
    text-align: center;
    font-size: 35px;
  }
  .paydayfaq-section-1 {
    padding-top: 0px;
  }
  .paydayfaq-accordion {
    padding-left: 0px;
    padding-bottom: 60px;
  }
  .paydayfaqbody-1 {
    padding: 1rem 0rem 0 !important;
  }
  .shadow-soft-bg h3 {
    font-size: 30px;
  }
  .eoh-model-card {
    padding: 2.5rem 1rem;
  }
  .eoh-rs-2 {
    padding-left: 0px;
  }
.infographpr {
  display: block;
  padding: 50px 0;
}
.infographpr-1 {
  display: none;
}
.pricingModel {
  text-align: center;
}
.pricingModel h3 {
  font-size: 30px;
  font-weight: bold;
  color: #4c2570;
  text-align: center;
  margin-bottom: 20px;
}
.pricingModel > .accordion > .accordion-item .accordion-button {
  height: 90px;
  /*background: linear-gradient(to right, #a27fd4 , #e5e2ed);*/
  background: linear-gradient(to right, #381f75 , #381f75);
  border-radius: 10px;
  color: #fff; margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.pricingModel > .accordion > .accordion-item .childOne {
  height: 90px;
  /*background: linear-gradient(to right, #a27fd4 , #e5e2ed);*/
  background: linear-gradient(to right, #e5e3f7 , #e5e3f7);
  border-radius: 10px;
  color: #432A80; margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.pricingModel > .accordion > .accordion-item .childTwo {
  height: 90px;
  /*background: linear-gradient(to right, #a27fd4 , #e5e2ed);*/
  background: linear-gradient(to right, #72b01d , #72b01d);
  border-radius: 10px;
  color: #fff; margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.pricingModel > .accordion > .accordion-item .accordion-button::after {
  filter: contrast(0.1);
}
.pricingModel > .accordion > .accordion-item{
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, .125);
  margin-bottom: 15px;
}
.pricebodysection-01 {
    padding: 3rem 1.25rem 1rem !important;
    background: #381f75;
    margin-top: -17px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: left;
}
.pricebodysection-02 {
  padding: 3rem 1.25rem 1rem !important;
  background: #e5e3f7;
  margin-top: -17px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: left;
}
.pricebodysection-03 {
  padding: 3rem 1.25rem 1rem !important;
  background: #72b01d;
  margin-top: -17px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: left;
}
.accordion-button:focus{
  box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
.pricingModel > .accordion > .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px !important;
}
.eoh-whtb-01{
  margin-bottom: 20px;
}
.eoh-ccc-b-01 {
  background-color: #381f75;
  color: #e5e3f7;
  border: 1px solid #381f75;
}
.eoh-cp-b-01 {
  background-color: #ccdfba;
  color: #4c2570;
  border: 1px solid #ccdfba;
}
.button-prop {
  padding: 7px 15px 8px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 15px;
}
.eoh-wheel-section-pricing {
  margin-bottom: -34px;
}
.eoh-Trusted-by h2{
  margin-bottom: -20px;
}
.imgTopm {
    margin-top: 30px;
}

}

@media only screen and (min-width:552px) and (max-width:766px) {
  .eoh-top-accent {
    height: auto;
    padding-bottom: 50px !important;
  }
  .eoh-section-title h1 {
    padding: 10px 0 0px 0;
    text-align: center;
    font-size: 35px;
  }
  .eoh-section-title h3{
    text-align: center;
  }
  .eoh-card-soft {
    max-height: 400px;
  }
  .eoh-section-title p{
    text-align: center;
  }
   
   .eoh-pricing-to-suit h3 {
    max-width: fit-content;
   }

  .eoh-cover-img img {
    margin-top: 15px;
    max-width: 104px;
  }
  .eoh-card-soft {
    padding: 30px 15px 30px;
  }
  .eoh-wheel-section-pricing{
    margin-top: 90px;
  }
  .eoh-Trusted-by h2 {
    font-size: 20px;
  }
  .eoh-h5-fw-800 > h3 {
    font-size: 20px;
    text-align: center;
  }
  .eoh-h5-fw-800 > p {
    text-align: center;
  }
  .eoh-illos-soft {
    width: 200px; height: auto;
  }
  .eoh-section-title-core h2{
    font-size: 30px;
    margin: 0px 0 20px;
  }
  .eoh-pricing-graph {
    padding: 25px 0 10px;
  }
  .eoh-pricing-to-suit{
    padding-top: 0px;
  }
  .eoh-pricing-to-suit h3{
    text-align: center;
    font-size: 30px;
  }
  .dhr-1 {
    margin: 40px 0 40px;
  }
  .text-muted0-mb-0 {
    text-align: center;
    margin: 0px auto;
  }
  .col-md-5-5 {
    width: 100%;
  }
  .col-md-6-6 {
    width: 100%;
    margin-left: 0px;
  }
  .col-md-2-2 {
    margin: 25px 0px 10px;
    width: 100%;
  }
  .eoh-pricing-to-suit {
    text-align: center;
  }
  .eoh-small-fw-700 {
    margin: 0px auto;
  }
  .shadow-soft-bg {
    padding: 40px 30px;
  }
  .eoh-br-color{
    margin-top: -50px;
  }
  .fw-800-client {
    margin-top: 30px;
  }
  .col-1-0 {
    text-align: center;
  }
  .eoh-extras-left {
    display: block;
    margin-top: 10px;
  }
  .eoh-extras-item {
    display: block;
  }
  .eoh-extras-check i {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .padrlef {
    text-align: center;
  }
  .eoh-step-icon {
    text-align: center;
    margin: 20px auto 20px;
  }
  .pd-bottom {
    padding-bottom: 40px;
  }
  .reflects-the-industries {
    margin-bottom: 20px;
  }
  .payday-left-heading {
    padding-left: 11px;
    text-align: center;
    font-size: 35px;
  }
  .paydayfaq-section-1 {
    padding-top: 0px;
  }
  .paydayfaq-accordion {
    padding-left: 0px;
    padding-bottom: 60px;
  }
  .paydayfaqbody-1 {
    padding: 1rem 0rem 0 !important;
  }
  .shadow-soft-bg h3 {
    font-size: 30px;
  }
  .eoh-model-card {
    padding: 2.5rem 1rem;
  }
  .eoh-rs-2 {
    padding-left: 0px;
  }
.infographpr {
  display: block;
  padding: 50px 0;
}
.infographpr-1 {
  display: none;
}
.pricingModel {
  text-align: center;
}
.pricingModel h3 {
  font-size: 30px;
  font-weight: bold;
  color: #4c2570;
  text-align: center;
  margin-bottom: 20px;
}
.pricingModel > .accordion > .accordion-item .accordion-button {
  height: 90px;
  /*background: linear-gradient(to right, #a27fd4 , #e5e2ed);*/
  background: linear-gradient(to right, #381f75 , #381f75);
  border-radius: 10px;
  color: #fff; margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.pricingModel > .accordion > .accordion-item .childOne {
  height: 90px;
  /*background: linear-gradient(to right, #a27fd4 , #e5e2ed);*/
  background: linear-gradient(to right, #e5e3f7 , #e5e3f7);
  border-radius: 10px;
  color: #432A80; margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.pricingModel > .accordion > .accordion-item .childTwo {
  height: 90px;
  /*background: linear-gradient(to right, #a27fd4 , #e5e2ed);*/
  background: linear-gradient(to right, #72b01d , #72b01d);
  border-radius: 10px;
  color: #fff; margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.pricingModel > .accordion > .accordion-item .accordion-button::after {
  filter: contrast(0.1);
}
.pricingModel > .accordion > .accordion-item{
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, .125);
  margin-bottom: 15px;
}
.pricebodysection-01 {
    padding: 3rem 1.25rem 1rem !important;
    background: #381f75;
    margin-top: -17px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: left;
}
.pricebodysection-02 {
  padding: 3rem 1.25rem 1rem !important;
  background: #e5e3f7;
  margin-top: -17px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: left;
}
.pricebodysection-03 {
  padding: 3rem 1.25rem 1rem !important;
  background: #72b01d;
  margin-top: -17px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: left;
}
.accordion-button:focus{
  box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
.pricingModel > .accordion > .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px !important;
}
.eoh-whtb-01{
  margin-bottom: 20px;
}
.eoh-ccc-b-01 {
  background-color: #381f75;
  color: #e5e3f7;
  border: 1px solid #381f75;
}
.eoh-cp-b-01 {
  background-color: #ccdfba;
  color: #4c2570;
  border: 1px solid #ccdfba;
}
.button-prop {
  padding: 7px 15px 8px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 15px;
}
.eoh-wheel-section-pricing {
  margin-bottom: -34px;
}
.eoh-Trusted-by h2{
  margin-bottom: -20px;
}
.imgTopm {
    margin-top: 30px;
}

}

@media only screen and (min-width:768px) and (max-width:1023px) {

   .eoh-section-title h1{padding: 10px 0 0px 0;}
   .eoh-top-accent{margin: 50px auto 0px;padding-bottom: 60px !important; height: auto;}
   .eoh-wheel-section-pricing {margin-top: 55px;}
   .eoh-section-title-core h2 {margin: 0px 0 20px;}
   .eoh-pricing-to-suit {padding-top: 0px;}
   .dhr-1 {margin: 50px 0 40px;}
   .eoh-pricing-to-suit {flex: 0 0 auto; width:100%;}
   .col-lg-al{flex: 0 0 auto; width:100%;}
   .text-muted0-mb-0 {max-width: fit-content;}
   .eoh-or-pill {width: 59px;height: 59px;}
   .eoh-model-card{min-height: 380px;}
   .eoh-cover-img img {margin-top: 15px;}
   .eoh-section-title p {max-width: fit-content;}
   .eoh-section-title h3 {max-width: 675px;}
   .eoh-small-fw-700 {max-width: fit-content;}
   .shadow-soft-bg {padding: 50px 50px;}
   .eoh-br-color{margin-top: -50px;}
   .eoh-what-happen{margin: 20px auto 0;}
   .pd-bottom {padding-bottom: 25px;}
   .paydayfaq-section-1{padding-top: 0px;}
   .payday-left-heading{font-size: 35px;padding-left: 40px;}
   .paydayfaq-accordion {padding-left: 30px;padding-right: 30px;margin: 0px auto 70px;}
   .paydayfaqbody-1 > p {margin-bottom: 0px;}

    .infographpr {display: none;}
    .infographpr-1 {display: block;}
    .imgTopm {
    margin-top: 30px;
}

}
@media only screen and (min-width:1024px) and (max-width:1199px) {
 .eoh-section-title h1{font-size: 40px;padding: 20px 0 0px 0;}
 .eoh-card-soft{padding: 30px 25px 30px;margin-top: 10px;}
 .eoh-cover-img img {max-width: 135px;}
 .eoh-wheel-section-pricing{margin-top: 200px;}
 .eoh-model-card{padding: 1.5rem 15px;font-size: 17px;}
 .dhr-1 {margin: 60px 0 60px;} .eoh-model-card {min-height: 350px;}
 .eoh-or-pill {width: 50px; height: 50px;}
 .eoh-br-color{padding-top: 0px !important;}
 .shadow-soft-bg{padding:50px 20px;}
 .paydayfaq-accordion{padding-left: 30px;}
 .payday-left-heading{font-size: 35px;padding-left: 30px;}
 .paydayfaq-section-1{padding-top: 0px;}
 .infographpr {display: none;}
 .infographpr-1 {display: block;}
}
@media only screen and (min-width:1200px) and (max-width:1440px) {
  .eoh-br-color {padding-top: 0px !important;}
  .eoh-or-pill {width: 60px; height: 60px;}
  .shadow-soft-bg {padding: 50px 50px;}
  .payday-left-heading {padding-left: 80px;}
  .paydayfaq-section-1 {padding-top: 20px;margin-bottom: 70px;}
  .infographpr {display: none;}
  .infographpr-1 {display: block;}
}

/* Responsive tweaks */
@media (max-width: 991.98px){
.eoh-trust-logos img{ height: 18px; }
}

