.loan-calculator{
 background: #f1fff7;
}
.goldloan-page-banner{
  padding: 0px!important;
  background-image: none!important;
  background: none!important;
  height: 100%!important;
  max-width: auto!important;
  min-height: auto!important;
 }
 .goldloan-page-banner img{
  width: 100%!important;
 }
.gold-loan-section {
      padding: 30px 15px;
        
    }

    .title-small {
      font-size: 13px;
      color: #00893b;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 5px;
    }

    .title-main {
      font-size: 20px;
      font-weight: bold;
      color: #1e1e1e;
      line-height: normal;
      margin-bottom: 5px;

    }

    .features .pill {
      display: inline-block;
      background: #fff;
      padding: 15px 15px;
      border-radius: 10px;
      margin: 8px 0px;
      font-size: 14px;
      font-weight: 500;
      color: #1e1e1e;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      text-align: center;
    }

    .features .pill i {
      font-size: 20px;
      color: #00893b;
    }
    .features .pill p{
     text-align: center!important;
     
     
    }
    .features .pill h4{
        color: #00893b;
        font-size: 18px;
    }

    .gold-loan-btngroup img {
      max-width: 100%;
      width: 100%;
      height: 190px;
      border-radius: 10px;
      object-fit: cover;
     
    }
    .gold-loan-text{
      line-height: normal!important;
      font-size: 14px!important;
    }
    .btn-orange {
      background-color: #00893b;
      color: white;
      border: none;
      border-radius: 30px;
      padding: 8px 25px;
      font-weight: bold;
      margin-top: 10px;
      display: inline-block;
      border: 2px solid #00893b;
      margin-right: 5px;
    }
    .btn-orange:hover{
        color: white;
    }

    .btn-outline-orange {
      background-color: transparent;
      color: #00893b;
      border: 2px solid #00893b;
      border-radius: 30px;
      padding: 8px 25px;
      font-weight: bold;
      margin-top: 10px;
      display: inline-block;
    }
    .btn-outline-orange:hover {
      background-color: #00893b;
      color: white;
    }
    .gold-loan-btngroup{
    margin-top: 8px;
    }

    .center-img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: auto;
    }

    .loan-calculator .banner-content {
      background: #ffffff;
      padding: 15px;
      border-radius: 16px;
      max-width: 960px;
      margin: 20px auto;
      box-shadow: 0 5px 20px rgba(0,0,0,0.08);
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    .right-panel-calculator,
    .left-panel-calculator {
      flex: 1;
      min-width: 280px;
      padding: 10px 20px;
    }
    .tab-content-calculator h3 {
      font-size: 22px;
      font-weight: 600;
      color: #222;
      margin-bottom: 25px;
    }
    .loan-text {
      font-weight: 500;
      display: block;
      margin-bottom: 8px;
      position: relative;
      font-size: 14px;
    }
    .loan-text i.fa-info-circle {
      font-size: 12px;
      color: #999;
      margin-left: 5px;
      cursor: pointer;
    }
    .text-tooltip-disp {
      display: none;
      position: absolute;
      background: #fff;
      padding: 6px 10px;
      font-size: 12px;
      border: 1px solid #ccc;
      top: 25px;
      left: 0;
      z-index: 10;
      white-space: nowrap;
    }
    .loan-text:hover .text-tooltip-disp {
      display: block;
    }
    .loan-text-dis {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }
    .loan-amount input,
    .no-payment input,
    .interest-input {
      width: 100%;
      padding: 8px 10px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
      flex: 1;
    }
    .no-payment input{
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }
    .extra-info {
      font-weight: bold;
      margin-right: 5px;
    }
    .payment-opt-drop {
        padding: 10px 6px;
        margin-right: 10px;
        border-radius: 6px;
        border: 1px solid #ccc;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        background: #ebebeb;
        border-left: none !important;
        line-height: normal;
        font-size: 13px;
    }
    .slider {
      -webkit-appearance: none;
      width: 100%;
      height: 14px;
      border-radius: 10px;
      background: #ddd;
      outline: none;
      position: relative;
    }
    .slider::before {
      content: '';
      position: absolute;
      height: 14px;
      background-color: #00893b;
      border-radius: 10px;
      top: 0;
      left: 0;
      width: calc(var(--value, 0) * 1%);
      z-index: 1;
    }
    .slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: #00893b;
      cursor: pointer;
      border: 3px solid white;
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
      position: relative;
      z-index: 2;
    }
    .slider::-moz-range-thumb {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: #00893b;
      cursor: pointer;
      border: 3px solid white;
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
      position: relative;
      z-index: 2;
    }
    .calculator-output {
      background: #f4fff4;
      padding: 20px;
      border-radius: 16px;
      text-align: center;
      box-shadow: inset 0 1px 4px rgba(0,0,0,0.05);
      margin-top: 10px;
    }
    .calculator-output label {
      font-size: 13px;
      color: #555;
    }
    .interest-rate-coefficient{
      position: absolute;
      right: 10px;
    }
    .loan-text-dis.no-payment input{
      
    }
    .calculator-output p,
    .calculator-output h6 {
      font-size: 25px;
      font-weight: 600;
      margin: 6px 0;
      color: #000;
      text-align: center;
    }
    .line-hr {
      height: 1px;
      background: #e1e1e1;
      margin: 20px 0;
    }
    .row-custom-gold {
      display: flex;
      justify-content: space-between;
    }
    .col-custom {
      flex: 1;
      padding: 0 15px;
    }
    .gl-button-item {
      background-color: #00893b;
      color: white;
      padding: 14px 30px;
      border-radius: 30px;
      text-decoration: none;
      display: inline-block;
      margin-top: 25px;
      font-weight: 600;
      transition: background-color 0.3s;
    }
    .gl-button-item:hover {
      background-color: #005224;
      color: white;
    }
    .range-slider-container {
      margin-top: 20px;
    }
    .range-steppers {
      display: flex;
      justify-content: space-between;
      font-size: 12px;
      color: #999;
      margin-top: 5px;
    }
    .step-dot span {
      display: inline-block;
    }
    @media (max-width: 768px) {
      .banner-content {
        flex-direction: column;
      }
    }

    @media (max-width: 767px) {
      .gold-loan-section {
        text-align: center;
      }

      .btn,
      .btn-outline-orange {
        width: 100%;
      }

      .gold-loan-section .col-sm-4 {
        margin-bottom: 30px;
      }
    }



    .WhyChoose-steps-section {
      background: #f1fff7;
      padding: 40px 20px;
    }
   
    
    .WhyChoose-steps-section .steps-left h2 {
      font-weight: 700;
      margin-bottom: 30px;
      font-size: 28px;
      color: #222;
    }
    .WhyChoose-steps-section .step-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
    }
    .WhyChoose-steps-section .step-num {
      width: 30px;
      height: 30px;
      border: 2px solid #00893b;
      border-radius: 50%;
      text-align: center;
      line-height: 26px;
      font-weight: bold;
      color: #00893b;
      margin-right: 15px;
      position: relative;
    }
    .WhyChoose-steps-section .step-desc {
     height: 35px;
     line-height: normal!important;
     display: flex;
    align-items: center;
    }
    .WhyChoose-steps-section .step-num.active {
      background-color: #00893b;
      color: #fff;
    }
     
    .WhyChoose-steps-section  .step-desc.active {
      font-weight: bold;
      color: #01642c;
    }
    .WhyChoose-steps-section .step-num::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -28px;
      width: 2px;
      height: 100%;
      background-color: #00893b;
    }
    .step-item:not(:last-child) .step-num::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -28px;
      width: 2px;
      height: 100%;
      background-color: #00893b;
    }
    .WhyChoose-steps-section .step-num.after-none::after{
        display: none!important;
    }
    .WhyChoose-steps-section .step-item:last-child .step-num::after {
      content: none;
 }
     .WhyChoose-steps-section.step-desc strong {
      display: block;
    }
    .WhyChoose-steps-section .apply-btn {
      background-color: #00893b;
      color: #fff;
      border: none;
      padding: 8px 30px;
      border-radius: 30px;
      font-size: 16px;
      font-weight: bold;
      margin-top: 30px;
      text-transform: uppercase;
    }
    .steps-right {
      flex: 1;
      text-align: center;
    }
    .steps-right img {
      max-width: 100%;
      height: auto;
      position: relative;
      bottom: -55px;
    }
    .steps-note {
      font-size: 13px;
      color: #444;
      margin-top: 25px;
      display: block;
    }
    @media (max-width: 768px) {
      .step-container {
        flex-direction: column;
      }
      .steps-left,
      .steps-right {
        text-align: center;
      }
      .steps-left h2 {
        font-size: 22px;
      }
    }


    .gold-loan-banner-section{
     padding: 30px 0px;
     background-color: #ffffff;
    }

    .gold-loan-banner {
      position: relative;
      background: linear-gradient(to right, #00c153, #007e37);
      border-radius: 15px;
      padding: 40px 20px;
      margin: 15px auto;
      color: #fff;
      text-align: center;
      overflow: hidden;
    }
    .gold-loan-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: url(https://janakalyan.net/assets/img/transfer-bg.png) no-repeat;
    }

    .gold-loan-banner svg.background-lines {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      opacity: 0.2;
    }

    .gold-loan-banner h2 {
      font-weight: 700;
      font-size: 35px;
      z-index: 1;
      position: relative;
      margin-bottom: 30px;
    }

    .gold-loan-banner a.btn-read-more {
      display: inline-block;
      background: #fff;
      color: #00893b;
      padding: 10px 30px;
      border-radius: 30px;
      font-weight: 600;
      text-decoration: none;
      z-index: 1;
      position: relative;
      transition: all 0.3s ease;
    }

    .gold-loan-banner a.btn-read-more:hover {
      background-color: #00da5e90;
      color: #ffffff;
      text-decoration: none;
    }

    @media (max-width: 480px) {
      .gold-loan-banner h2 {
        font-size: 20px;
      }

      .gold-loan-banner a.btn-read-more {
        padding: 8px 24px;
        font-size: 14px;
      }
    }

    .how-it-works {
      padding: 30px 20px;
      text-align: center;
    }

    .how-it-works h2 {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 40px;
      color: #333;
    }

    .how-step {
      margin-bottom: 40px;
     
     text-align: center;
    }
    .step-icon-content{
     background-color: #ffffff;
     text-align: center;
     border-radius: 10px;
     padding: 20px;
    }

    .how-step .step-icon {
      width: 80px;
      height: 80px;
      line-height: 80px;
      background: #00893b;
      color: #fff;
      border-radius: 50%;
      font-size: 30px;
      margin: 0 auto 20px;
    }
    
    .how-step h4 {
      font-size: 18px;
      font-weight: 600;
      color: #222;
      margin-bottom: 10px;
    }
     .how-step h4 span{
        background-color: transparent;
        border: 2px solid #00893b;
        color: #00893b;
        padding: 5px 12px;
        margin-right: 5px;
        border-radius: 50px;
     }

    .how-step p {
      font-size: 15px;
      color: #555;
      text-align: center;
      margin: 0 auto;
    }

    @media (min-width: 768px) {
      /* .how-step {
        min-height: 280px;
      } */
    }

    .commitment-section {
      background-color: #f1fff7;
      padding: 30px 0px;
      color: #333;
    }

    .commitment-section h2 {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 30px;
      text-align: left;
      color: #00893b;
    }

    .commitment-list {
      margin-top: 20px;
    }

    .commitment-item {
      margin-bottom: 20px;
      display: flex;
      align-items: flex-start;
    }

    .commitment-item i {
      font-size: 20px;
      color: #00893b;
      margin-right: 15px;
      margin-top: 4px;
    }

    .commitment-item p {
      margin: 0;
      font-size: 15px;
      color: #555;
    }

    .commitment-cta {
      margin-top: 40px;
      background-color: #d1ffe5;
      padding: 25px 20px;
      border-left: 5px solid #00893b;
      border-radius: 8px;
      font-size: 16px;
      line-height: 1.6;
      color: #333;
    }

    @media (min-width: 768px) {
      
    }

      .trust-steps{
        padding: 30px 0px;
      }
     .trust-container {
      border-radius: 8px;
    }

    .trust-header {
      text-align: center;
      margin-bottom: 40px;
    }

    .trust-header h2 {
      font-size: 30px;
      font-weight: bold;
      color: #00893b;
    }

    .trust-header p {
      font-size: 16px;
      margin-top: 10px;
      color: #666;
      text-align: center;
    }

    .trust-step {
      border-left: 4px solid #00893b;
      padding: 20px 15px 10px 15px;
      margin-bottom: 30px;
      background: #fdfdfd;
      border-radius: 10px;
      position: relative;
    }

    .trust-step .step-icon {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 24px;
      color: #00893b;
      opacity: 0.2;
    }
    .trust-container .row {
      display: flex;
      flex-wrap: wrap;
      gap: 20px; /* Optional spacing between boxes */
    }

    .trust-container .trust-step {
      flex: 1 1 30%; /* Ensures equal width and height across boxes */
      display: flex;
      flex-direction: column;
    }
    .trust-step h4 {
      font-size: 20px;
      margin-bottom: 15px;
      font-weight: bold;
      color: #333;
      text-align: left!important;
    }

    .trust-step ul {
      text-align: left;
      padding-left: 0px;
    }

    .trust-step ul li {
      margin-bottom: 10px;
      position: relative;
      padding-left: 20px;
      list-style-type: none;
    }

    .trust-step ul li:before {
      content: "\f00c";
      font-family: FontAwesome;
      position: absolute;
      left: 0;
      color: #00893b;
      font-size: 14px;
    }
    .trust-subheader{
      background-color: #00893b;
      color: #fff;
      padding: 12px 30px;
      border-radius: 10px;
      
    }
    .trust-subheader h4{
     margin-top: 0px!important;
      margin-bottom: 0px!important;
      font-size: 20px;
    }

    @media (max-width: 767px) {
      .trust-step {
        padding: 15px;
      }

      .trust-step .step-icon {
        font-size: 18px;
        top: 15px;
        right: 15px;
      }

      .trust-header h2 {
        font-size: 24px;
      }

      .trust-step h4 {
        font-size: 18px;
      }
    }

.loan-policy-calculator{
    background-color: #ffffff;
    padding: 30px 0px;
}
   .loan-policy-calculator .loan-calculator {
      background: #f1fff7;
      border-radius: 12px;
      overflow: hidden;
      padding: 20px;
      padding-bottom: 0px;
      box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
      border-bottom: 10px solid #00893b;
    }

    .loan-heading {
      font-size: 30px;
      font-weight: bold;
      color: #00893b;
      margin-bottom: 20px;
    }

    .loan-subheading {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 10px;
    }

    .loan-note {
      font-size: 14px;
      color: #333;
      margin-bottom: 20px;
      line-height: normal;
    }

    .tenure-btns .btn {
      border-radius: 25px;
      padding: 10px 25px;
      font-size: 16px;
      font-weight: bold;
    }

    .btn-orange {
      background: #00893b;
      color: #fff;
    }

    .btn-white {
      background: #fff;
      color: #00893b;
      border: 1px solid #ccc;
    }

    .calculator-inputs {
     background: #005826;
      padding: 25px 20px;
      color: #fff;
      border-radius: 0 0 10px 10px;
    }

    .calculator-inputs h4 {
      margin-bottom: 15px;
    }

    .form-control {
      border-radius: 8px;
      height: 42px;
      font-size: 15px;
    }

    .btn-add {
      background-color: #00a447;
      border: none;
      padding: 10px 25px;
      color: #fff;
      font-weight: bold;
      border-radius: 8px;
    }

    .eligible-text {
      font-size: 15px;
      font-weight: 500;
      text-align: center;
    }
    .calculator-img img {
      width: 100%;
      margin-left: auto;
    }
    .rupee-icon {
      font-size: 30px;
      display: block;
      margin-top: 5px;
      text-align: center;
    }

    @media (max-width: 768px) {
      .calculator-img {
        margin-top: 20px;
        text-align: center;
      }

      .calculator-img img {
        width: 80%;
      }

      .btn-add {
        width: 100%;
      }

      .eligible-text,
      .rupee-icon {
        text-align: center;
      }
    }


    .grievance-section {
      padding: 30px 0px;
      border-radius: 10px;
      padding-top:0px!important ;
    }

    .grievance-section h2 {
      font-size: 30px;
      margin-bottom: 15px;
      font-weight: 700;
      text-align: center;
      color: #00893b;
      margin-top: 0px!important;
    }

    .grievance-section p.lead {
      text-align: center;
      color: #000;
      margin-bottom: 40px;
      font-size: 16px;
    }
    .grievance-section .row{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    }
    .grievance-section .grievance-box {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    }
    .grievance-box {
      border: 1px solid #e0e0e0;
      border-left: 6px solid #00893b;
      padding: 20px 25px;
      border-radius: 10px;
      margin-bottom: 20px;
      background-color: #fcfcfc;
      transition: box-shadow 0.3s;
    }

    .grievance-box:hover {
      box-shadow: 0 5px 12px rgba(0,0,0,0.08);
    }

    .grievance-box h4 {
      font-size: 18px;
      margin-top: 0;
      font-weight: 600;
      color: #222;
      text-align: left;
    }

    .grievance-box p {
      font-size: 14px;
      color: #000;
      line-height: normal;
      text-align: left;
    }

    .grievance-box i {
      color: #ffffff;

      font-size: 25px;
    }
    .grievance-box .logo-box{
        text-align: center;    
        margin-bottom: 15px;
     }
     .grievance-box .logo-box i{
        padding: 15px;
        width: 60px;
        height: 60px;
        background: #00893b;
        border-radius: 50px;
     }
    .btn-complaint {
      background-color: #00893b;
      color: #fff;
      border: none;
      padding: 12px 25px;
      font-size: 16px;
      font-weight: 600;
      border-radius: 30px;
      text-transform: uppercase;
      margin-top: 25px;
      transition: background 0.3s;
    }
   
    .btn-complaint:hover {
      background-color: #00652c;
      color: #fff;
    }

    .grievance-note {
      margin-top: 30px;
      font-size: 13px;
      color: #777;
      text-align: center;
    }

    @media (max-width: 767px) {
      .grievance-section {
        padding: 30px 20px;
      }

      .grievance-box {
        padding: 20px;
      }

      .grievance-section h2 {
        font-size: 24px;
      }

      .btn-complaint {
        width: 100%;
      }
    }



    .infrastructure-section {
      padding: 30px 0px;
      border-radius: 8px;
    }

    .infrastructure-section h2 {
      text-align: center;
      font-size: 30px;
      color: #00893b;
      font-weight: bold;
      margin-bottom: 40px;
    }

    .infra-item {
      text-align: center;
      padding: 30px 15px;
      margin-bottom: 30px;
      background-color: #fefefe;
      border: 1px solid #e5e5e5;
      border-radius: 8px;
      transition: all 0.3s ease;
      height: 100%;
    }

    .infra-item:hover {
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    }

    .infra-item i {
      font-size: 36px;
      color: #00893b;
      margin-bottom: 15px;
    }

    .infra-item h4 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #222;
    }

    .infra-item p {
      font-size: 14px;
      color: #555;
      margin: 0;
      text-align: center!important;
    }

    @media (max-width: 767px) {
      .infrastructure-section {
        padding: 30px 20px;
      }

      .infra-item {
        margin-bottom: 20px;
      }

      .infra-item h4 {
        font-size: 16px;
      }

      .infra-item i {
        font-size: 30px;
      }

      
    }

    .gold-loan-banner-content p{
     color: #ffffff;
      text-align: center;
    }

    #fixed-apply-btn {
    position: fixed;
    bottom: 100px;
    right: 60px;
    background-color: transparent;
    text-align: center;
    z-index: 9999;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
}

#fixed-apply-btn .btn-apply-now{
  background-color: #00893b;
  padding: 10px 20px;
  line-height: normal;
  color: #ffffff;
  border-radius: 50px;
  border: 2px solid #00893b;
  font-weight: 500;
}
#fixed-apply-btn .btn-apply-now.bg-tranfar{
  background-color: transparent;
  padding: 10px 20px;
  line-height: normal;
  color: #00893b;
  border-radius: 50px;
  border: 2px solid #00893b;
   font-weight: 500;
   margin-bottom: 10px;
}
@media (min-width: 767px){
  .clon-lg-phide{
    padding-right: 0px!important;
  }
}
@media (max-width: 767px) {
  #fixed-apply-btn{
        width: 100%;
        margin: 0px;
        right: 0px;
        background: aliceblue;
        padding: 20px;
        bottom: -40px;
    }
    .trust-container .row{
      display: block;
      margin: 5px;
    }
    .trust-subheader h4 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 20px;
    color: #ffffff;
}
.calculator-img img {
        width: 80%;
        display: none;
    }
    .grievance-section .row {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

    .infra-item h4 {
        font-size: 18px;
        text-align: center;
        justify-content: center;
    }

    .infrastructure-section .col-md-4{
      padding: 0px!important;
    }
    .right-panel-calculator, .left-panel-calculator{
    min-width: 100%;
     padding: 0px 0px!important;
    }
    .features .pill h4 {
    justify-content: center;
    }
    .left-panel-calculator .calculator-output{
    margin-top: 20px;
    }
    .row-custom-gold {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
   }
   .WhyChoose-steps-section {
    background: #f1fff7;
    padding: 40px 0px;
  }
  .WhyChoose-steps-section {
    background: #f1fff7;
    padding: 40px 0px;
  }
  .step-item:not(:last-child) .step-num::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -32px;
    width: 2px;
    height: 118%;
    background-color: #00893b;
    display: none;
   }
   .WhyChoose-steps-section .step-desc {
    height: auto!important;
    line-height: normal !important;
    text-align: left;
    font-size: 13px;
    
   }
   .WhyChoose-steps-section .step-item{
    display: block;
    margin-bottom: 10px!important;
   }
   .WhyChoose-steps-section .step-num{
    margin-bottom: 5px;
   }
   .how-step h4{
    align-items: center;
    justify-content: center;
   }
   .how-it-works {
    padding: 30px 0px;
    text-align: center;
   }
   .how-step {
    margin-bottom: 15px;
    text-align: center;
   }
   .how-step .step-icon {
    width: 64px;
    height: 64px;
    line-height: 61px;
    background: #00893b;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    margin: 0 auto 20px;
  }
  .commitment-item p{
    text-align: left!important;
  }
  .commitment-section h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
    color: #00893b;
}
.features .pill{
  width: 100%;
}
}