  .post-type-archive-payment-methods{
      font-family: helvetica;
  }
  .post-type-archive-payment-methods  .page-title h1 {
    font-family: helvetica;
    font-size: 24px;
    font-weight: 600;
  }
  .post-type-archive-payment-methods .page-content-holder .page-title {
    display: flex;
  }
  .post-type-archive-payment-methods .page-content-holder .payment_title {
    font-size: 34px !important;
    flex: 1;
    display: flex;
    align-items: center;
    display: flex;
  }
  .post-type-archive-payment-methods .page-content-holder .page-title .vl{
    width: 1px;
    background-color: #ccc;
    margin: 20px;
  }
  .post-type-archive-payment-methods .page-content-holder .page-title p {
    padding: 20px 0px 0px 40px;
    flex: 2;
  }
  .post-type-archive-payment-methods .page-content-holder {
    padding-top: 50px;
  }
  .post-type-archive-payment-methods .filter-content, .single-paymentregion .filter-content{
    /* text-align: end; */
  }
  .post-type-archive-payment-methods .filter-content span, .single-paymentregion .filter-content span {
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  /* .post-type-archive-payment-methods .filter-content .selectbox , .single-paymentregion .filter-content .selectbox{
    display: flex;
    flex-direction: column;
    flex: 1;
  } */
  .post-type-archive-payment-methods .filter-content .selectbox label, .single-paymentregion .filter-content .selectbox label{
    font-weight: 600;
  }
  .post-type-archive-payment-methods .filter-content .selectbox select, .single-paymentregion .filter-content .selectbox select {
    border-radius: 0;
    padding: 5px 8px;
    background: transparent;
    outline: none;
    border: 1px solid #aaa;
    max-width:200px;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* appearance: none; */
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    padding-right: 25px;
  }
  .post-type-archive-payment-methods .page-content-holder hr {
    margin-top: 1.5rem;
    border-top: none;
  }
  .post-type-archive-payment-methods .payments-list li.payment-item{
    list-style: none;
    border: 1px solid #efefef;
    max-height: 460px;
    height: 460px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    width: calc((100% - 120px) / 4);
  }
  .post-type-archive-payment-methods .payments-list li.payment-item .image-holder-link{
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 40%;
      justify-content: center;
      background: #EFEFEF;
  }
  .post-type-archive-payment-methods ul.payments-item{
    padding-inline-start: 0px;
    display: flex;
    flex-flow: wrap;
    gap: 40px
  }
  .post-type-archive-payment-methods li.payment-item .image-holder-link::after{
    display: none;
  }
  .post-type-archive-payment-methods li.payment-item .image-holder-link img.elmlogo{
    max-width: 130px;
    /* width: auto; */
    width: 100%;
    height: auto;
    max-height: 90px;
    min-width: 70px;
  }
  .post-type-archive-payment-methods li.payment-item .text-holder h3{
    font-family: helvetica;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
  }
  .post-type-archive-payment-methods li.payment-item .text-holder{
    display: flex;
    flex-direction: column;
    padding: 40px 25px 15px;
    height: 50%;
    overflow: hidden;
  }
  .post-type-archive-payment-methods li.payment-item .text-holder p{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .post-type-archive-payment-methods .payment-item img{
      transition: transform 0.4s ease;
  }
  .post-type-archive-payment-methods .payment-item:hover img{
      transform: scale(1.1);
  }
  .post-type-archive-payment-methods #primary{
    margin-bottom: 80px;
  }
  .primary-menu ul a{
    color: #0082c8 !important;
  }
  .post-type-archive-payment-methods .filter-content button {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 15px;
    font-size: 13px;
    padding: 5px 10px;
    outline: none;
    margin: 2px 0px;
    color: #000;
    font-weight: normal;
  }
  .post-type-archive-payment-methods .filter-content button:hover, .post-type-archive-payment-methods button.active {
    background-color: #0082c8;
    color: #fff;
    border: 1px solid #0082c8;
  }
  @media only screen and (min-width:481px) and (max-width:991px) {
    .post-type-archive-payment-methods .payments-list li.payment-item{
      max-height: 450px;
      height: 450px;
    }
    .post-type-archive-payment-methods li.payment-item .text-holder{
      height: 60%;
    }
    .post-type-archive-payment-methods li.payment-item .text-holder h3{
      font-size: 16px;
      line-height: 1.2;
    }
    .post-type-archive-payment-methods li.payment-item .text-holder p:last-child{
      overflow: auto;
    }
  }
  .post-type-archive-payment-methods li.payment-item .navigation-holder{
    padding: 0 25px 15px;
    height: 10%;
    overflow: hidden;
    text-align: end;
    fill: #0082c8;
  }
  .post-type-archive-payment-methods .page-content-holder .paymentpage-sticky {
    position: fixed;
    /* top: 74px; */
    top: 83px;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* z-index: 9999; */
    z-index: 9;
    margin-top: 0;
    background-color: #fff;
    padding: 20px 0;
    transition: all 0.3s ease;
    text-align: center !important;
  }
  .post-type-archive-payment-methods li.payment-item .image-holder img{
    transition: transform 0.3s ease;
  }
  .post-type-archive-payment-methods li.payment-item .image-holder img.zoomed-in{
    transform: scale(1.1);  
  }
  .post-type-archive-payment-methods li.payment-item .navigation-holder:after{
    display: none;
  }
  /* Responsive style */
  @media screen and (max-width: 991px) {
    .post-type-archive-payment-methods .page-content-holder {
      padding-top: 0;
    }
    .post-type-archive-payment-methods .row {
      padding: 20px 0;
    }
  }
  @media screen and (max-width: 1024px) {
    .post-type-archive-payment-methods .payments-list li.payment-item
    {
      width: calc((100% - 80px) / 3);
    }
  }
  @media screen and (max-width: 767px) {
    .post-type-archive-payment-methods .payments-list li.payment-item
    {
      width: calc((100% - 40px) / 2);
    }
    .post-type-archive-payment-methods .filter-content
    {
      display: block;
    }
  }
  @media screen and (max-width: 540px) {
    .post-type-archive-payment-methods .page-content-holder hr {
      margin-top: .5rem;
      border-top: none;
    }
  }
  @media screen and (max-width: 480px) {
    .post-type-archive-payment-methods .payments-list li.payment-item
    {
      width: 100%;
    }
  }

  @media screen and (max-width:576px) {
    section#primary{
      padding: 0 15px!important;
    }
  }

  @media screen and (max-width:380px) {
    .post-type-archive-payment-methods li.payment-item .text-holder, .single-paymentmethod li.payment-item .text-holder, .single-paymentcountry li.payment-item .text-holder {
      padding: 30px 25px 15px;
    }
  }

  @media only screen and (max-width:767px) {
      .postid-1898 #myCarousel, #myCarousel img {
          height:auto !important;
      }
    .home .be-safe .content-section p{
      width: 100% !important;
    }  
    .post-type-archive-payment-methods .filter-content, .single-paymentregion .filter-content {
      text-align: left!important;
    }
    .post-type-archive-payment-methods .page-content-holder .page-title{
      display: block;
    }
    .post-type-archive-payment-methods .page-content-holder .page-title p{
      padding: 0;
    }
    .post-type-archive-payment-methods .page-content-holder .page-title .vl{
      display: none;
  }
    
  }
  @media (min-width: 1200px) {
      .container {
          max-width: 1300px !important;
      }
      .post-type-archive-payment-methods .page-content-holder .paymentpage-sticky {
        top: 89px;
      }

  }
  @media (max-width: 1440px){
    .post-type-archive-payment-methods li.payment-item .text-holder p:last-child{
      overflow: auto;
    }
  }

