.make-appoint-main .right-section .appointmet-paycheck {
  padding: 24px;
  background-color: #EFEFEF;
  border-radius: 8px;
  border-top: 4px solid #3EB049;
}

.make-appoint-main .right-section .appointmet-paycheck .appointmet-paycheck__title {
  padding-bottom: 16px;
  border-bottom: 1px solid #939598;
}

.make-appoint-main .right-section .appointmet-paycheck .appointmet-paycheck__title .total-number {
  display: none;
}

.make-appoint-main .right-section .appointmet-paycheck .appointmet-paycheck__title h3 {
  font-family: BebasNeue;
  font-weight: 400;
  font-size: 24px;
  color: #1A1A1A;
  display: flex;
  align-items: center;
}

    .make-appoint-main .right-section .appointmet-paycheck .appointmet-paycheck__title h3 .icon {
        display: none;
        align-items: center;
        margin-left: 5px;
        font-size: 12px;
    }    

.make-appoint-main .right-section .appointmet-paycheck .appointmet-paycheck__content {
  padding: 16px 0px;
  border-bottom: 1px solid #939598;
}

.make-appoint-main .right-section .appointmet-paycheck .appointmet-paycheck__content .appointmet-paycheck__item {
  display: flex;
  margin-bottom: 12px;
}

.make-appoint-main .right-section .appointmet-paycheck .appointmet-paycheck__content .appointmet-paycheck__item:last-child {
  margin-bottom: 0px;
}

.make-appoint-main .right-section .appointmet-paycheck .appointmet-paycheck__content .appointmet-paycheck__item .appointmet-paycheck__item__image {
  margin-right: 8px;
  max-width: 40px;
  flex: 0 0 40px;
  text-align: center;
}

.make-appoint-main .right-section .appointmet-paycheck .appointmet-paycheck__content .appointmet-paycheck__item .appointmet-paycheck__item__content h3 {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1D4288;
}

.make-appoint-main .right-section .appointmet-paycheck .appointmet-paycheck__content .appointmet-paycheck__item .appointmet-paycheck__item__content span {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1D4288;
}

.make-appoint-main .right-section .appointmet-paycheck .appointmet-paycheck__price {
  padding: 16px 0px;
  border-bottom: 1px solid #939598;
}

.make-appoint-main .right-section .appointmet-paycheck .appointmet-paycheck__price .appointmet-paycheck__price-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-family: Inter;
  font-size: 16px;
  line-height: 24px;
  color: #1D4288;
  font-weight: 500;
}

.make-appoint-main .right-section .appointmet-paycheck .appointmet-paycheck__total {
  padding-top: 16px;
  font-family: BebasNeue;
  font-size: 24px;
  list-style: 24px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  color: #1D4288;
}

.make-appoint-main .left-section .step-content .payment-choice-wrapper {
  padding: 16px 0px;
  border-bottom: 1px solid #939598;
}

.make-appoint-main .left-section .step-content .payment-choice-wrapper:last-child {
  border-bottom: 0px;
}

.make-appoint-main .left-section .step-content .payment-choice-wrapper .payment-choice__toggle legend {
  font-weight: 700;
  font-family: Inter;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
  color: #1D4288;
}

.make-appoint-main .left-section .step-content .payment-choice-wrapper .payment-choice__toggle {
  margin-top: 16px;
  margin-left: 40px;
}

.make-appoint-main .left-section .step-content .payment-choice-wrapper .payment-choice__toggle .form-row {
  height: 64px;
}

.make-appoint-main .left-section .step-content .payment-choice-wrapper .payment-choice__toggle label {
  margin-bottom: 5px;
  color: #1D4288;
}

.make-appoint-main .left-section .step-content .payment-choice-wrapper .payment-choice__toggle input {
  background-color: #BFBFBF26;
  height: 48px;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 24px;
}


.make-appoint-main .left-section .step-content .payment-choice-wrapper .payment-choice__toggle button {
  width: 324px;
  height: 48px;
  background-color: #3EB049;
  color: white;
  font-family: BebasNeue;
  font-size: 22px;
  text-transform: uppercase;
  border: transparent;
}

.make-appoint-main .left-section .step-content .payment-choice-wrapper .payment-choice__toggle h4 {
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1D4288;
}

.make-appoint-main .left-section .step-content .payment-choice-wrapper .payment-choice__toggle .financing__desc {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #1D4288;
  max-width: 528px;
  margin-bottom: 12px;
  display: block;
}

.make-appoint-main .left-section .step-content .payment-choice-wrapper .payment-choice__toggle .financing__btns {
  display: flex;
  gap: 17px;
  max-width: 585px;
}

.make-appoint-main .left-section .step-content .payment-choice-wrapper .payment-choice__toggle .financing__btns button {
  flex: 0 0 50%;
  text-transform: uppercase;
  font-family: BebasNeue;
  font-size: 22px;
  height: 48px;
}

.make-appoint-main .left-section .step-content .payment-choice-wrapper .payment-choice__toggle .financing__btns button:first-child {
  border: 1px solid #1D4288;
  background-color: white;
  color: #1D4288;
}

.make-appoint-main .left-section .step-content .payment-choice-wrapper .payment-choice__toggle .financing__btns button:last-child {
  background-color: #3EB049;
  color: white;
}

.make-appoint-main .left-section .step-content .payment-choice {
  display: flex;
  min-width: 100%;
  justify-content: space-between;
  font-family: Inter;
  color: #1D4288;
  align-items: center;
}

.make-appoint-main .left-section .step-content .payment-choice input {
  width: 32px;
  height: 32px;
}

/* .make-appoint-main .left-section .step-content .payment-choice input::after {
  width: 16px;
  height: 16px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: transparent;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
} */

.make-appoint-main .left-section .step-content .payment-choice input:checked:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: 6px;
  left: 6px;
  position: relative;
  background-color: #3EB049;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 0px solid white;
}


.make-appoint-main .left-section .step-content .payment-choice .payment-choice__header {
  display: flex;
  align-items: center;
}

.make-appoint-main .left-section .step-content .payment-choice .payment-choice__header .payment-choice__content {
  margin-left: 8px;
}

.make-appoint-main .left-section .step-content .payment-choice .payment-choice__header .payment-choice__content label {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  display: block;
}

.make-appoint-main .left-section .step-content .payment-choice .payment-choice__header .payment-choice__content span {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.make-appoint-main .left-section .step-content .payment-choice .payment-choice__footer img {
  margin-right: 8px;
}

.make-appoint-main .left-section .step-content .payment-choice .payment-choice__footer img:last-child {
  margin-right: 0px;
}

.make-appoint-main .left-section .available-rebates-section {
  padding: 40px 0px;
  border-top: 1px solid #939598;
  border-bottom: 1px solid #939598;
}

.make-appoint-main .left-section .available-rebates-section h3 {
  font-family: Inter;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1D4288;
}

.make-appoint-main .left-section .available-rebates-section .available-rebates-section__content {
  font-family: Inter;
  border-radius: 16px;
  padding: 24px;
  background-color: #EFEFEF;
}

.make-appoint-main .left-section .available-rebates-section .available-rebates-section__content strong {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 100px;
  background-color: #FF5349;
  color: white;
  font-family: Inter;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.make-appoint-main .left-section .available-rebates-section .available-rebates-section__content p {
  font-family: Inter;
  font-weight: 500;
  font-size: 24px;
  color: #1D4288;
  margin-bottom: 25px;
}

.make-appoint-main .left-section .available-rebates-section .available-rebates-section__content span {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 24px;
}

.make-appoint-main .left-section .available-rebates-section .available-rebates-section__controller button {
  height: 48px;
  flex: 0 0 50%;
  text-transform: uppercase;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: BebasNeue;
}

.make-appoint-main .left-section .available-rebates-section .available-rebates-section__controller button:first-child {
  background-color: #1D4288;
  color: white;
  border-color: transparent;
}

.make-appoint-main .left-section .available-rebates-section .available-rebates-section__controller button:last-child {
  background-color: transparent;
  color: #1D4288;
  border-color: #1D4288;
}

.make-appoint-main .left-section .schedule-tab p {
  font-family: Inter;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0px;
}

.make-appoint-main .left-section .schedule-tab span{
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
    .make-appoint-main .right-section .appointmet-paycheck .appointmet-paycheck__title {
        display: flex;
        justify-content: space-between;
    }

    .make-appoint-main .right-section .appointmet-paycheck .appointmet-paycheck__title .total-number {
        display: block;
        font-family: Inter;
        font-weight: 400;
        font-size: 22px;
        color: #1D4288;
    }

    .make-appoint-main .right-section .appointmet-paycheck .appointmet-paycheck__title h3 .icon {
        display: inline-flex;
    }
}