  @font-face {
    font-family: iranyekan;
    font-display: swap;
    font-style: normal;
    font-weight: bold;
    src: url('../assets/fonts/eot/iranyekanwebbold.eot');
    src: url('../assets/fonts/eot/iranyekanwebbold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../assets/fonts/woff/iranyekanwebbold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../assets/fonts/ttf/iranyekanwebbold.ttf') format('truetype');
  }

  @font-face {
    font-family: iranyekan;
    font-style: normal;
    font-display: swap;
    font-weight: 100;
    src: url('../assets/fonts/eot/iranyekanwebthin.eot');
    src: url('../assets/fonts/eot/iranyekanwebthin.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../assets/fonts/woff/iranyekanwebthin.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../assets/fonts/ttf/iranyekanwebthin.ttf') format('truetype');
  }

  @font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../assets/fonts/eot/iranyekanweblight.eot');
    src: url('../assets/fonts/eot/iranyekanweblight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../assets/fonts/woff/iranyekanweblight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../assets/fonts/ttf/iranyekanweblight.ttf') format('truetype');
  }

  @font-face {
    font-family: iranyekan;
    font-style: normal;
    font-display: swap;
    font-weight: normal;
    src: url('../assets/fonts/eot/iranyekanwebregular.eot');
    src: url('../assets/fonts/eot/iranyekanwebregular.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../assets/fonts/woff/iranyekanwebregular.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../assets/fonts/ttf/iranyekanwebregular.ttf') format('truetype');
  }

  @font-face {
    font-family: iranyekan;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url('../assets/fonts/eot/iranyekanwebmedium.eot');
    src: url('../assets/fonts/eot/iranyekanwebmedium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../assets/fonts/woff/iranyekanwebmedium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../assets/fonts/ttf/iranyekanwebmedium.ttf') format('truetype');
  }

  @font-face {
    font-family: iranyekan;
    font-display: swap;
    font-style: normal;
    font-weight: 800;
    src: url('../assets/fonts/eot/iranyekanwebextrabold.eot');
    src: url('../assets/fonts/eot/iranyekanwebextrabold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../assets/fonts/woff/iranyekanwebextrabold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../assets/fonts/ttf/iranyekanwebextrabold.ttf') format('truetype');
  }

  @font-face {
    font-family: iranyekan;
    font-style: normal;
    font-display: swap;
    font-weight: 900;
    src: url('../assets/fonts/eot/iranyekanwebblack.eot');
    src: url('../assets/fonts/eot/iranyekanwebblack.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../assets/fonts/woff/iranyekanwebblack.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../assets/fonts/ttf/iranyekanwebblack.ttf') format('truetype');
  }

  @font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 950;
    font-display: swap;
    src: url('../assets/fonts/eot/iranyekanwebextrablack.eot');
    src: url('../assets/fonts/eot/iranyekanwebextrablack.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../assets/fonts/woff/iranyekanwebextrablack.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../assets/fonts/ttf/iranyekanwebextrablack.ttf') format('truetype');
  }

  @-moz-document url-prefix() {
    body {
      font-weight: light !important;
    }
  }

  html, body, #root {
    min-height: 100%;
    height: 100%;
  }

  * {
    box-sizing: border-box;
  }

  *:focus {
    outline: none;
  }

  a {
    display: inline-block;
    text-decoration: inherit;
    color: inherit;
  }

  a:hover, a:active, a:visited {
    text-decoration: inherit;
    color: inherit;
  }

  h1, h2, h3, h4, h5, h6 {
    margin: 0;
  }

  ul {
    margin-block-end: 0;
    margin-block-start: 0;
    padding-inline-start: 0;
    padding: 0;
    margin: 0;
  }

  img {
    max-width: 100%;
    height: auto;
    border: 0;
  }

  body {
    direction: rtl;
    font-family: iranyekan;
    position: relative;
    margin: 0;
    user-select: none;
  }

  h1, h2, h3, h4, h5, h6, p, span, strong, a, li, input, button {
    font-family: iranyekan;
  }

  div {
    vertical-align: middle;
  }

  p {
    margin-block-start: 0;
    margin-block-end: 0;
  }

  .block {
    display: block;
  }

  .relative {
    position: relative;
  }

  .ltr {
    direction: ltr
  }

  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }

  .vertical-parent {
    position: relative;
    display: table;
    min-height: 100%;
    height: 0;
  }

  .vertical-middle {
    display: table;
    min-width: 100%;
  }

  .vertical-center {
    vertical-align: middle;
    display: table-cell;
  }

  .center {
    text-align: center;
  }

  .pointer {
    cursor: pointer;
  }

  .inline-block {
    display: inline-block;
  }

  .inline {
    display: inline;
  }

  .hidden {
    visibility: hidden;
  }

  .logo {
    display: inherit;
    width: auto;
  }

  /* header */

  .header {
    padding-top: 24px;
  }

  .fix-container {
    margin-left: -16px;
    margin-right: -16px;
  }

  /* header */

  /* intro */

  .intro {
    margin: 24px 0px 20px;
  }
  .intro-box {
    display: inline-block;
  }
  .intro-img-wrapper{
      display:flex;
      justify-content: center;
      width: 280px;
      margin: 0 auto;
      padding: 0
    }
    .intro-title {
        font-weight: bold;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .intro-description {
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .intro-buy-btn {
        display: inline-block;
        padding: 10px 28px;
        background-color: #1993FF;
        text-align: center;
        border-radius: 12px;
    }
  .intro-btn {

    color: #FFFFFF;
    font-size: 12px;
    line-height: 21px;
    font-weight: bold;
  }

  .intro-img-tablet {
    display: none;
  }

  /* intro */

  /* cancel debit */
  .cancel-debit .row {
    flex-direction: column-reverse;
  }
  .cancel-debit .intro-description {
    margin-bottom: 0;
  }
  .cancel-debit .intro-img {
    margin-bottom: 20px;
  }

  .cancel-debit .feature {
    display: flex;
    align-items: center;
    margin-top: 23px;
  }

  .cancel-debit .feature img {
    margin-left: 12px;
  }
  /* cancel debit */
  /* plans */

  .plans {
    margin-bottom: 60px;
  }

  .plans-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 24px;
  }

  .plans-description {
    margin-bottom: 20px;
  }

  .plans-cards {
    direction: rtl;
    text-align: center;
  }

  .plans-card {
    text-align: center;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    border-bottom: 10px solid #1993FF;
    padding-top: 24px;
    font-size: 14px;
    margin-left: 16px;
    display: inline-block;
    height: 163px;
    width: calc(50% - 11px);
  }

  .plans-list {
    margin-right: 15px;
  }

  .plans-list {
    list-style: none;
  }

  .plans-list li {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
  }

  .plans-list li::before {
    width: 6px;
    height: 6px;
    content: "";
    display: inline-block;
    margin-left: 8px;
    margin-right: -14px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #AAAAAA;
  }

  .plans-debit-card {
    border-bottom: 10px solid #99C14D;
    margin-left: 0px !important;
  }

  .plans-debit-title {
    margin: 0px 12px 16px;
    font-weight: normal;
  }

  .plans-debit-price {
    color: #73913A !important;
  }

  .plans-debit-currency {
    color: #99C14D !important;
    font-weight: normal;
  }

  .plans-price {
    color: black;
  }

  .plans-discount {
    display: inline-block;
    text-decoration: line-through;
    color: red;
  }

  .plans-currency {
    color: #666666;
    font-weight: normal !important;
  }

  .plans-card-title {
    margin-bottom: 44px;
    font-weight: normal;
  }

  .plans-discount-price {
    margin-bottom: 13px;
  }

  /* plans */

  /***plan-steps***/

  .plan-steps-title {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 16px;
  }

  .plan-steps {
    text-align: right;
    margin-bottom: 60px;
  }

  .step {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    margin-bottom: 12px;
    padding: 16px;
  }

  .step-icon {
    margin-left: 16px;
    width: 48px;
  }

  .step-title {
    font-weight: 700;
    display: block;
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 4px;
  }

  .step-desc {
    display: block;
    font-size: 12px;
    line-height: 21px;
  }

  /* plan-steps */

  /* bank-contract */

  .bank-contract {
    margin-bottom: 60px;
  }

  .bank-contract-info {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .bank-contract-info h3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .bank-contract-info p:first-of-type {
    line-height: 21px;
    font-size: 12px;
    margin-bottom: 4px;
  }
  .new-banks-message {
    color: #73913A;
    font-size: 12px;
    line-height: 21px;
  }

  .banks-bg {
    background-image: url('../assets/img/banks-portrait.png');
    height: 100%;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .row-reverse {
    flex-direction: row-reverse;
  }

  .green-text {
    color: #99C14D;
  }

  /* bank-contract */

  /* debit-plan-box */

  .debit-plan-box {
    margin-bottom: 60px;
  }

  .debit-plan {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    padding: 24px 20px 34px;
    margin-bottom: 40px;
  }

  .debit-btn {
    width: 100%;
    background-color: #1993FF;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 0px;
    line-height: 20px;
    font-size: 12px;
  }

  .debit-price-row {
    margin-bottom: 28px;
  }

  .debit-title {
    margin-bottom: 38px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }

  .debit-img {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0px 8px;
  }

  .debit-price {
    float: left;
    font-size: 14px;
  }

  .debit-item {
    float: right;
    font-weight: bold;
    font-size: 14px;
  }

  .debit-total {
    color: #1993FF;
  }

  /* debit-plan-box */

  /* direct-debit-rules */

  .direct-debit-rules {
    margin-bottom: 60px;
  }

  .debit-rules-title {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 16px;
  }

  .debit-rules {
    padding: 20px;
    background: #F9F9F9;
    margin: 0 -20px;
  }

  .debit-rules ul {
    list-style: none;
  }

  .debit-rules li {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
  }

  .debit-rules li::before {
    width: 8px;
    height: 8px;
    content: "";
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #6EB8FF;
  }

  .debit-rules ul {
    text-indent: -20px;
    margin-right: 20px;
  }

  /* direct-debit-rules */

  /* faq */

  .faq {
    margin-bottom: 32px;
  }

  .faq-title {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .faq-box {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    position: relative;
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 12px;
    padding: 26px 20px;
  }

  .ui-accordion-header-active {
    padding-bottom: 23px;
  }

  .faq-question {
    cursor: pointer;
    width: 90%;
  }

  .faq-answer {
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    padding-top: 16px;
  }

  .ui-accordion-header-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
    transform: rotate(180deg);
    background-image: url('../assets/img/chevron-up.png');
    background-repeat: no-repeat;
  }

  .ui-accordion-header-active span {
    transform: rotate(0deg);
  }
  /* .ui-accordion-content{
    height: fit-content !important;
  } */

  /* faq */

  /* footer */

  .footer {
    background-color: #F1F7FD;
    padding: 14px 20px;
    margin: 0 -20px;
  }

  .footer-content {
    display: flex;
    align-items: center;
  }

  .footer img {
    width: 40px;
    margin-left: 16px;
  }

  .footer-warning {
    font-size: 10px;
    line-height: 18px;
  }

  /* footer */

  @media (min-width: 768px) {
    .fix-container {
      margin-left: unset;
      margin-right: unset;
    }
    /* intro */
    .intro {
      margin: 32px 0px 80px;
    }
    .intro-box {

    }
    .intro-title {
      font-size: 20px;
      margin-bottom: 16px;
      line-height: 34px;
    }
    .intro-description {
      font-size: 16px;
      line-height: 27px;
      margin-bottom: 24px;
      padding-left: 12px;
    }
    .intro-buy-btn {
        padding: 12px 32px;
    }
    .intro-btn {
      font-size: 14px;
      line-height: 24px;
      font-weight: bold;
    }
    .intro-img-wrapper {
      text-align: unset;
      overflow: hidden;
      width: 240px;
    }
    /* .intro-img {
      display: none;
    } */
    .intro-img-tablet {
      display: block;
      position: absolute;
      width: 95%;
      height: 95%;
      top: 0px;
      left: 0px;
    }
    /* intro */
    /* cancel-debit */
    .cancel-debit {
        margin-bottom: 80px;
    }
    .cancel-debit .row {
        flex-direction: row;
    }
    .cancel-debit .intro-img {
        margin-bottom: 0;
    }
    /* cancel-debit */
    /* plans */
    .plans {
      margin-bottom: 80px;
    }
    .plans-card {
      height: 197px;
      margin: auto;
      display: inline-block;
      font-size: 20px;
      width: calc(50% - 20px);
      margin-left: 32px;
    }
    .plans-description {
      margin-bottom: 40px;
    }
    .plans-title {
      font-size: 20px;
      margin-bottom: 16px;
      line-height: 34px;
    }
    .plans-list li {
      margin-bottom: 5px;
      font-size: 16px;
      line-height: 28px;
    }
    .plans-card-title {
      margin-bottom: 44px;
      font-weight: bold;
    }
    .plans-debit-title {
      margin-bottom: 28px;
      font-weight: bold;
    }
    .plans-price {
      font-size: 18px;
    }
    /* plans */
    /* plan-steps */
    .plan-steps-title {
      font-size: 20px;
      line-height: 34px;
      margin-bottom: 24px;
    }
    .plan-steps {
      margin-bottom: 60px;
    }
    .step {
      margin-bottom: 24px;
      padding: 32px 24px 24px;
    }
    .step-title {
      font-size: 20px;
      line-height: 35px;
      margin-bottom: 16px;
    }
    .step-desc {
      font-size: 16px;
      line-height: 28px;
    }
    .step-icon {
      width: 80px;
      margin-left: 26px;
    }
    /* plan-steps */
    /* bank-contract */
    .bank-contract {
      margin-bottom: 96px;
    }
    .bank-contract-info {
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 40px;
    }
    .bank-contract-info h3 {
      font-size: 20px;
      line-height: 35px;
      margin-bottom: 16px;
    }
    .bank-contract-info p:first-of-type {
      padding: 0 30px;
      font-size: 16px;
      line-height: 28px;
    }
    .new-banks-message {
        font-size: 16px;
        line-height: 28px;
    }
    .banks-bg {
      background-image: url('../assets/img/banks-landscape.png');
      margin-top: -40px;
      margin-right: -30px;
      background-size: contain;
      margin-bottom: 20px;
      z-index: 4;
      position: relative;
    }
    /* bank-contract */
    /* debit-plan-box */
    .debit-plan-box {
      margin-bottom: 80px;
    }
    .debit-title {
      margin-bottom: 32px;
      font-size: 20px;
    }
    .debit-plan {
      padding: 24px 20px 20px;
      margin-bottom: 80px;
    }
    .debit-btn {
      padding: 15px 0px;
      font-size: 14px;
      line-height: unset;
    }
    .debit-img {
      padding: 0px 58px;
    }
    .debit-price-row {
      margin-bottom: 20px;
    }
    .debit-price {
      font-size: 18px;
    }
    .debit-item {
      font-size: 16px;
    }
    /* debit-plan-box */
    /* direct-debit-rules */
    .direct-debit-rules {
      margin-bottom: 60px;
    }
    .debit-rules-title {
      font-size: 20px;
      line-height: 34px;
      margin-bottom: 24px;
    }
    .debit-rules {
      margin: unset;
      border: 1px solid #EDEDED;
      border-radius: 12px;
    }
    .debit-rules li {
      font-size: 14px;
      line-height: 35px;
    }
    .debit-rules li::before {
      margin-left: 10px;
    }
    /* direct-debit-rules */
    /* faq */
    .faq {
      margin-bottom: 60px;
    }
    .faq-box {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 16px;
      padding: 24px 16px;
    }
    .faq-title {
      font-size: 20px;
      line-height: 34px;
      margin-bottom: 24px;
    }
    .faq-question {
      width: unset;
    }
    .ui-accordion-header-icon {
      left: 16px;
    }
    /* .ui-accordion-content-active {
      margin-bottom: 5px;
    } */
    /* faq */
    /* footer */
    .footer {
      padding: 24px 32px;
      margin: 0 -32px;
    }
    .footer img {
      margin-left: 32px;
      width: 64px;
    }
    /* footer */
  }

  @media (min-width: 1280px) {
    /* intro */
    .intro {
      margin: 0;
    }
    .intro-box {
      padding-top: 104px;
      max-width: 695px;
    }
    .intro-title {
      font-size: 24px;
      margin-bottom: 24px;
    }
    .intro-description {
      font-size: 18px;
      line-height: 31px;
      margin-bottom: 24px;
    }
    .intro-btn {
      width: 139px;
    }
    .intro-img-wrapper {
      width: 480px;
      height: auto;
    }
    .intro-img {
      display: block;
    }
    .intro-img-tablet {
      display: none;
    }
    /* intro */

    /* cancel-debit */
    .cancel-debit .intro-box {
      margin-top: 45px;
    }

    .cancel-debit .intro-description {
      margin-top: 40px;
    }
    /* cancel-debit */

    /* plans */
    .plans {
      margin-bottom: 100px;
      direction: ltr;
    }
    .plans-description {
      display: inline-block;
      direction: rtl;
    }
    .plans-title {
      font-size: 24px;
      margin-bottom: 24px;
      line-height: 42px;
    }
    .plans-price {
      font-weight: bold;
      font-size: 20px;
    }
    .plans-list li {
      margin-bottom: 5px;
      font-size: 18px;
    }
    .plans-cards {
      padding-top: 24px;
    }
    .plans-card-title {
      margin-bottom: 49px;
      font-weight: bold;
    }
    .plans-discount-price {
      margin-bottom: 11px;
    }
    /* plans */
    /* plan-steps */
    .plan-steps-title {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 40px;
    }
    .plan-steps {
      text-align: center;
      margin-bottom: 100px;
    }
    .step {
      flex-direction: column;
      height: 100%;
      padding: 24px 24px 40px;
      margin-bottom: 0;
    }
    .step-icon {
      margin-bottom: 16px;
      margin-left: 0;
    }
    /* plan-steps */
    /* bank-contract */
    .bank-contract {
      margin-bottom: 130px;
    }
    .bank-contract-info {
      text-align: right;
      font-size: 18px;
      line-height: 32px;
      margin-bottom: 0;
      padding-top: 36px;
    }
    .bank-contract-info h3 {
      padding-right: 30px;
      font-size: 24px;
      line-height: 42px;
      margin-bottom: 24px;
    }
    .bank-contract-info .new-banks-message  {
      padding-right: 30px;
    }
    .bank-contract-info p:first-of-type {
      padding-right: 28px;
    }
    .bank-contract-info p {
      padding: 0;
    }
    .banks-bg {
      margin-top: -90px;
      background-size: contain;
    }
    /* bank-contract */
    /* debit-plan-box */
    .debit-plan-box {
      margin-bottom: 150px;
    }
    .debit-plan {
      padding: 24px 24px 20px;
      margin-bottom: unset;
    }
    .debit-price-row {
      margin-bottom: 24px;
    }
    .debit-img {
      padding: unset;
    }
    /* debit-plan-box */
    /* direct-debit-rules */
    .direct-debit-rules {
        margin-bottom: 80px;
    }
    .debit-rules-title {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 32px;
    }
    .debit-rules {
      padding: 24px;
      max-width: 1216px;
      margin: 0 auto;
    }
    .debit-rules li {
      font-size: 16px;
      line-height: 35px;
    }
    .debit-rules li::before {
      margin-left: 11px;
    }
    /* direct-debit-rules */
    /* faq */
    .faq {
      margin-bottom: 100px;
    }
    .faq-title {
      font-size: 24px;
      line-height: 42px;
      margin-bottom: 32px;
    }
    .faq-box {
      max-width: 1216px;
      margin: 0 auto 16px;
      font-size: 16px;
      margin-bottom: 16px;
      line-height: 28px;
    }
    .ui-accordion-header-icon {
      left: 30px;
    }
    /* .ui-accordion-content-active {
      margin-bottom: 10px;
    } */
    .faq-answer {
      font-size: 14px;
    }
    /* faq */
    /* footer */
    .footer {
      padding: 24px 0;
      margin: 0;
    }
    .footer-content {
      max-width: 1216px;
      margin: 0 auto;
    }
    .footer img {
      margin-left: 40px;
    }
    .footer-warning {
      font-size: 14px;
      line-height: 24px;
    }
    /* footer */
  }