:root {
    --primary-color: #0069b1;
    --secondary-color: #e12e56;
    --white: var(--white);
    --black: #000;
    --bg-grey: rgba(0, 45, 92, 0.05);
    --swiper-theme-color: #000000 !important;
}

.raw-html-embed img {
    width: 100% !important;
}

span {
    font-family: "Gotham-Light";
}

.text-primary {
    color: var(--primary-color) !important;
}

.w-25 {
    width: 25% !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-27 {
    font-size: 27px !important;
}

.fs-47 {
    font-size: 47px !important;
    line-height: 50px !important;
}

.fs-34 {
    font-size: 34px !important;
}

.fs-38 {
    font-size: 38px !important;
}

.p-50 {
    padding: 50px 65px;
}

.pl-50 {
    padding-left: 50px;
}

.py-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.min-height-auto {
    min-height: auto !important;
}

.col-skyblue {
    color: #e12e56 !important;
    font-family: "Gotham-Bold";
}

.col-red {
    color: var(--secondary-color) !important;
}

.red-bg {
    background-color: var(--secondary-color) !important;
}

.blue-bg {
    background: rgb(0, 104, 175);
    background: radial-gradient(circle,
            rgba(0, 104, 175, 1) 0%,
            rgba(0, 104, 176, 1) 35%,
            rgba(0, 56, 94, 1) 100%);
}

.greybg {
    background: #e6ebef !important;
}

.font-light {
    font-family: "Gotham-Light" !important;
}

.font-medium {
    font-family: "Gotham-Medium" !important;
}

.font-bold {
    font-family: "Gotham-Bold" !important;
}

@media (max-width: 767px) {
    .p-50 {
        padding: 25px;
    }
}

/* About Us  */
.main-wrapper .hero {
    background-size: cover;
    background-repeat: no-repeat;
}

.main-wrapper .hero .title {
    color: var(--primary-color);
    padding: 130px 0;
    font-size: 44px;
    font-family: "Gotham-Light";
    margin-top: 0 !important;
}

.main-wrapper .hero .title h1,
.main-wrapper .hero .title h2 {
    line-height: 1;
}

.iti {
    width: 100%;
}

.main-wrapper .hero .title .col-blue {
    font-family: "Gotham-Medium";
}

.main-wrapper .hero {
    min-height: 420px;
    max-height: 420px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.main-wrapper .hero img {
    /*  width: 100%;*/
    width: 250px;
    /* height: 200px; */
    object-fit: contain;
    display: block;
}

/* .main-wrapper .hero .absolute-text {
  position: absolute;
  top: 50%;
  width: fit-content;
  padding-left: 0;
  transform: translate(65%, -50%);
  max-width: 1140px;
  margin: auto;
} */

.main-wrapper .hero .container {
    /* position: absolute;
      bottom: calc(33%);
      left: 55px;
      width: fit-content;
      padding-left: 0; */
}

.main-wrapper .bg-wrapper {
    background: radial-gradient(circle,
            rgba(0, 104, 175, 1) 0%,
            rgba(0, 104, 176, 1) 35%,
            rgba(0, 56, 94, 1) 100%);
}

.main-wrapper .bg-wrapper .content-wrap {
    background: radial-gradient(circle,
            rgba(0, 104, 175, 1) 0%,
            rgba(0, 104, 176, 1) 35%,
            rgba(0, 56, 94, 1) 100%);
    color: var(--white);
    padding: 50px;
}

.main-wrapper .bg-wrapper .content-wrap h4 {
    font-family: "Gotham-Medium";
    font-size: 20px;
}

.main-wrapper .bg-wrapper .content-wrap h2 {
    font-family: "Gotham-Medium";
    font-size: 30px;
    color: var(--white);
    text-transform: uppercase;
}

.main-wrapper .bg-wrapper .content-wrap h3 {
    font-family: "Gotham-Medium";
    font-size: 20px;
    color: var(--white);
    /* text-transform: uppercase; */
}

.main-wrapper .bg-wrapper .content-wrap p {
    font-size: 16px;
    margin: 0 0 10px;
    /* font-family: 'Gotham-Medium'; */
}

.main-wrapper .listStyle-tech {
    padding-left: 1rem;
}

.main-wrapper .listStyle-tech li {
    font-family: "Gotham-Light";
}

.main-wrapper .listStyle-tech.style-1 li:before {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
}

.main-wrapper .style-1 {
    font-family: "Gotham-Light";
    font-size: 14px;
}

.main-wrapper .about-carousel .item {
    height: 830px;
    overflow: hidden;
}

.main-wrapper .about-carousel .item {
    width: 250px;
    margin: auto;
}

.main-wrapper .about-carousel .item .icon-caption {
    color: var(--secondary-color);
    text-align: center;
}

.main-wrapper .about-carousel .item .icon-caption ul li {
    color: var(--primary-color);
    list-style: none;
    font-family: "Gotham-Light";
}

.main-wrapper .about-carousel {
    background: var(--white) url(../images/about/slider-bg.png) no-repeat center;
}

.main-wrapper .about-carousel .icon-wrapper .icon {
    height: 520px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.main-wrapper .about-carousel .icon-wrapper .top {
    height: 520px;
}

.main-wrapper .about-carousel .icon-wrapper img {
    display: flex;
    margin: 0 auto;
}

.main-wrapper .about-carousel .icon-caption ul {
    padding: 0 !important;
}

.main-wrapper .about-carousel .year {
    font-size: 35px;
    font-family: "Gotham-Medium";
}

footer a {
    position: relative;
    /* width: 220px; */
    display: block;

    position: relative;
    display: block;
}

footer a::before {
    content: "";
    position: absolute;
    right: 0;
    height: 14px;
    width: 1.5px;
    background-color: var(--white);
    top: 4px;
}

footer .sub-head a::before {
    content: none !important;
}

footer .social-icons {
    gap: 10px;
}

footer .social-icons a {
    width: fit-content;
}

footer .social-icons a::before {
    content: none !important;
}

.footer-bottom .footer-nav a {
    width: fit-content !important;
    font-size: 13px !important;
}

.footer-bottom .footer-nav a::before {
    content: none !important;
}

.footer-bottom .footer-logo::before {
    content: none !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: auto !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0 !important;
    background: #f2f4f7;
    width: 40px !important;
    height: 40px !important;
    border-radius: 35px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
    background: #f2f4f7;
    width: 40px !important;
    height: 40px !important;
    border-radius: 35px;
}

@media (max-width: 991px) {
    .main-wrapper .bg-wrapper .content-wrap {
        padding: 30px 10px;
    }
}

@media (max-width: 786px) {
    .footer-bottom ul li {
        margin-bottom: 0;
    }

    /* .footer-bottom ul li::before {
    content: none !important;
  } */

    /* .nav-links {
      display: none !important;
    } */
    .bord-tech-tp {
        margin: 35px 0px 20px !important;
    }
}

/* technology operations  */
.tech-wrap h4,
p {
    color: var(--primary-color);
}

.bord-tech-tp {
    border-top: 2px solid #d9e0e8;
    margin: 35px 0px;
}

p.head-one {
    color: var(--primary-color);
    margin-bottom: 25px !important;
    font-size: 22px !important;
    font-weight: 550;
}

.main-wrapper .listStyle-tech li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    color: var(--primary-color);
    list-style: none;
    font-family: "Gotham-Light";
    font-size: 14px;
    list-style: none;
}

.main-wrapper .listStyle-tech li:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/check2.svg) no-repeat 0 0;
    background-size: cover;
}

/* compliance  */
.wrap-about .wrap-boxer .box-content h3 {
    color: var(--secondary-color);
    text-transform: uppercase;
}

.wrap-boxer .box-content {
    margin-top: 0px;
    padding: 50px 13px;
    background-color: #f2f4f7;
}

.wrap-boxer .box-content h3 {
    text-transform: uppercase;
    min-height: 50px;
    color: var(--secondary-color);
    font-size: 24px;
    font-family: "Gotham-Medium";
}

.wrap-boxer .box-content p {
    font-size: 13.5px;
}

.wrap-boxer .box-content p a {
    color: var(--primary-color);
}

.wrap-boxer .box-content p a span {
    word-wrap: break-word;
}

.wrap-boxer .box-content ul.comp-list {
    padding-left: 1rem;
    margin-bottom: 0;
}

.wrap-boxer .box-content ul.comp-list li {
    color: var(--primary-color);
    list-style: circle;
    margin-left: 5px;
    padding-left: 5px;
    padding-bottom: 8px;
    font-size: 13.5px;
    font-family: "Gotham-Light";
    list-style: none;
}

.wrap-boxer .box-content ul.comp-list li a {
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .wrap-boxer .box-content {
        padding: 30px 13px;
        margin-bottom: 15px;
    }

    .pad-eve {
        padding: 30px 0 !important;
    }

    .events-details .wrap-text {
        padding-bottom: 30px !important;
    }

    .wrap-boxer .box-content p {
        margin-bottom: 0 !important;
        font-size: 14px;
    }

    .bord-policy {
        border-left: 0 !important;
    }
}

/* regional presence  */

.regional .map-head {
    position: absolute;
    right: 0;
    bottom: 0;
}

.regional .map-head h1,
.regional .map-head h2 {
    color: var(--primary-color);
    position: relative;
    font-size: 16px;
    margin: 0;
    padding-left: 35px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 20px;
    font-family: "Gotham-Light";
}

.regional .map-head h1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: var(--primary-color);
}

.regional .map-head h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: #aab6c1;
}

.regional .accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: var(--secondary-color);
}

@media (max-width: 786px) {
    .regional #ImageMaps {
        width: 100%;
        height: auto;
    }

    .events-details h3 {
        font-size: 30px !important;
    }

    .mar-eve {
        padding: 15px 0 !important;
    }
}

/* media news  */
.media-news h3 {
    padding-left: 50px;
    font-size: 30px;
    color: var(--primary-color);
    font-family: "Gotham-Medium";
}

.media-news .news-list {
    font-size: 30px;
    color: var(--primary-color);
    font-weight: 500;
}

.media-news .news-list .item {
    position: relative;
    overflow: hidden;
}

.media-news .news-list figcaption {
    position: absolute;
    bottom: -100px;
    color: var(--white);
    padding: 30px;
    height: 100%;
    display: flex;
    align-items: end;
    opacity: 0;
    width: 100%;
}

.media-news .news-list figcaption p:nth-child(1) {
    font-size: 16px;
}

.media-news .news-list figcaption p {
    color: var(--white);
    font-size: 14.5px;
}

.media-news .news-list figcaption .date {
    font-size: 11px;
    position: relative;
}

.media-news .news-list a:hover figcaption {
    background: rgba(35, 110, 175, 0.8);
    transition: all 0.3s ease-in-out;
    opacity: 1;
    bottom: 0 !important;
}

.media-news {
    padding-bottom: 55px;
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
}

.pagination-wrap .pagination>li>a {
    color: var(--black);
    background-color: #f2f4f7;
    border: 1px solid #f2f4f7;
    font-size: 14px;
    transition: 0.3s ease;
}

.pagination-wrap .pagination>.active>a,
.pagination-wrap .pagination> :hover>a {
    background-color: #e12e56;
    border-color: #e12e56;
    color: var(--white);
}

@media (max-width: 786px) {
    .media-news h3 {
        text-align: center;
        padding-left: 0;
    }
}

/* corporate compaign  */
.previous-campagin {
    padding: 30px 0;
}

.previous-campagin h2 {
    font-size: 36px;
    color: var(--secondary-color);
    display: grid;
    font-family: "Gotham-Bold";
}

.previous-campagin h2 span {
    font-family: "Gotham-Light";
}

.previous-campagin ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: column wrap;
    flex-direction: row;
    justify-content: center;
}

.previous-campagin li {
    position: relative;
}

.previous-campagin li:not(:last-child) {
    margin-right: 30px;
}

.previous-campagin li a {
    font-size: 26px;
    color: var(--secondary-color);
    text-align: center;
    background-color: #f1f4f7;
    padding: 10px 38px;
    min-width: 200px;
    display: block;
    font-family: "Gotham-Bold";
}

.previous-campagin li.selected a,
.previous-campagin li a:hover {
    color: var(--white);
    background: var(--primary-color);
}

.list-title h2 {
    color: var(--primary-color);
    padding: 30px 0 10px;
    font-family: "Gotham-Bold";
    font-size: 36px;
}

.item-inner {
    padding: 15px 30px 15px 30px;
    border: none;
    background: var(--white);
    transition: all ease-out 0.3s;
}

.item-inner h4 {
    color: var(--primary-color);
    font-size: 24px;
    min-height: 55px;
    font-family: "Gotham-Medium";
}

.compaign-container .item {
    padding: 15px 30px 15px 30px;
    border: none;
    background: var(--white);
    transition: all ease-out 0.3s;
}

.compaign-container .item h4 {
    color: var(--primary-color);
    font-size: 24px;
    min-height: 55px;
    font-family: "Gotham-Medium";
}

.compaign-container .item .icon {
    margin-bottom: 20px;
}

.compaign-container .item img {
    width: inherit;
    margin: 0 auto;
    display: block;
}

.compaign-container .item {
    width: auto !important;
    height: 350px !important;
}

.compaign-container .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-color: #f2f4f742 !important;
}

@media (min-width: 1024px) {

    .compaign-container .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
}

@media (max-width: 650px) {
    .previous-campagin ul {
        flex-direction: column;
        margin-top: 30px;
        gap: 10px;
    }

    .previous-campagin li:not(:last-child) {
        margin-right: 0;
    }
}

/* policy  */
.policy-txt {
    padding: 25px 50px;
    font-family: "Gotham-Medium";
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 28px;
    color: var(--white);
}

.policy-box {
    background: var(--white);
    padding: 50px;
}

.policy-box .col-green figure {
    margin-right: 20px;
    margin-bottom: 0;
}

.policy-box .col-green {
    color: var(--primary-color) !important;
    font-family: "Gotham-Medium";
    text-transform: uppercase;
    font-size: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.policy-box span {
    color: #ed8b00;
    font-family: "Gotham-Medium";
    margin-bottom: 5px;
    display: block;
    font-size: 18px;
}

.bord-policy {
    border-left: 2px solid #f2f2f2;
}

@media (max-width: 768px) {
    .policy-box {
        padding: 20px;
    }

    .main-wrapper .hero .title h1,
    .main-wrapper .hero .title h2 {
        line-height: 0;
    }

    .policy-box .col-green {
        display: block;
        margin-bottom: 20px;
    }

    .policy-box .col-green figure {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* key people  */
.wrap-mangament ul {
    padding: 0 5px;
}

.wrap-mangament ul>li {
    padding: 0;
    position: relative;
    float: left;
    margin-bottom: -1px;
    list-style: none;
}

.wrap-mangament ul li a {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Gotham-Medium";
    background: var(--white);
    color: var(--secondary-color);
    display: block;
    padding: 15px 30px;
    position: relative;
}

@media (max-width: 768px) {
    .container {
        width: 95%;
    }
}

@media (min-width: 768px) {
    .wrap-mangament ul li.active a:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 0px solid transparent;
        border-left: 0px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 23px solid var(--white);
        position: absolute;
        top: 0;
        left: 95%;
    }

    .wrap-mangament ul li.active a:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 0px 0px 20px;
        border-color: var(--secondary-color) transparent transparent transparent;
        position: absolute;
        top: 0;
        right: 100%;
    }

    .wrap-mangament ul li.active:nth-child(1) a:after {
        display: none;
    }

    .wrap-mangament ul li.active:nth-child(3) a:before {
        border-right: 22px solid #f2f4f7;
    }
}

.wrap-mangament ul li.active a {
    background: var(--secondary-color);
    color: var(--white);
    display: block;
    padding: 15px 30px;
}

.wrap-mangament .item {
    padding: 0 5px;
}

.wrap-mangament .item .fig-content {
    padding: 10px;
    height: 97px;
    overflow: hidden;
    color: var(--primary-color);
    background-color: var(--white);
    border: 1px solid var(--white) fff;
}

.wrap-mangament .item .fig-content h4 {
    color: var(--secondary-color);
    font-family: "Gotham-Medium";
    font-size: 20px;
    margin-bottom: 0;
}

.wrap-mangament .item .fig-content p {
    font-size: 14px;
}

.wrap-mangament .item .fig-content.active {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.wrap-mangament .item .fig-content.active h4,
.wrap-mangament .item .fig-content.active p {
    color: var(--white);
}

.wrap-mangament .gridder-show {
    background: 0 0;
    padding: 15px;
    background: 0 0;
    display: block;
    float: left;
    width: 100%;
    position: relative;
    margin: 15px 0 30px 0;
    text-align: left;
    background-color: var(--white);
}

.wrap-mangament .box-content {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
    padding: 20px 30px;
}

.wrap-mangament .box-content .title.br {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.wrap-mangament .box-content h2 {
    font-size: 30px;
    margin-bottom: 3px;
    font-family: "Gotham-Bold";
    color: var(--secondary-color);
}

.wrap-mangament .box-content h4 {
    font-size: 16px;
    padding-bottom: 0px;
    font-family: "Gotham-Light";
    color: var(--primary-color);
    margin-bottom: 15px;
}

.wrap-mangament .box-content .title.br:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    content: "";
    background: #d9e0e7;
}

.wrap-mangament .gridder-show .box-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    font-family: "Gotham-Light";
    margin: 0;
}

.wrap-mangament .gridder-show .box-content .teamemail a {
    color: var(--primary-color);
}

.wrap-mangament .regional-leaders h2 {
    font-size: 26px;
    color: var(--primary-color);
    font-family: "Gotham-medium";
    padding: 15px 0 0;
    margin: 0;
    position: relative;
}

#profile-modal .person-popup {
    display: flex;
    justify-content: space-between;
}

#profile-modal .person-details {
    padding-left: 50px;
    max-width: 700px;
    width: 100%;
}

#profile-modal .popup-content {
    padding: 94px 40px 94px;
}

#profile-modal .popup-content .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 45px;
    border: 0;
    background: none;
    padding: 10px;
    font-weight: 700;
    color: #868686;
    width: 55px;
    display: flex;
    justify-content: center;
    height: 55px;
    align-items: center;
}

.popup-content .person-details h2 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 14px;
    color: var(--secondary-color);
    font-family: "Gotham-Light";
}

.popup-content .person-details span {
    font-size: 16px;
    line-height: 25px;
    font-family: "Gotham-Light";
    margin-bottom: 10px;
    color: var(--primary-color);
    display: block;
}

.popup-content .person-details span a {
    color: var(--primary-color);
}

@media (max-width: 991px) {
    #profile-modal .person-popup {
        display: block;
    }

    #profile-modal .person-details {
        padding-left: 0;
    }

    .popup-content .image-content {
        margin-bottom: 30px;
    }
}

.main-wrapper .item-regional {
    padding: 10px;
}

.wrap-mangament .item-regional .fig-content h4 {
    color: var(--secondary-color);
    font-family: "Gotham-Medium";
    font-size: 20px;
    margin-bottom: 0;
}

.wrap-mangament .item-regional a {
    width: 100%;
}

.wrap-mangament .item-regional .fig-content {
    padding: 10px;
    height: 97px;
    overflow: hidden;
    background-color: var(--white);
    border: 1px solid #ffffff;
}

/* .wrap-mangament .profile-details{
    padding: 15px 0;
    background-color: var(--white);
    margin:10px 0
  } */

/* merchant  */
.main-wrapper .ngenius-wrapper .content-wrap {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    font-family: "Gotham-Light";
}

.acq-listing {
    margin-bottom: 80px;
}

.acq-listing>ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 991px) {
    .acq-listing>ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .acq-listing>ul {
        grid-template-columns: 1fr !important;
        ;
    }
}

.acq-listing>ul>li {
    list-style: none !important;
    position: relative;
    list-style: inside;
    font-size: 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.acq-listing>ul>li .wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-left: 1px solid rgba(0, 45, 92, 0.05);
    position: relative;
    background: #fff;
    /* margin: 0 -15px; */
    padding: 15px 30px;
}

.acq-listing .wrapper ul {
    padding-left: 10px;
}

.acq-listing .wrapper ul li {
    /* padding-left: 10px; */
    list-style: disc;
    color: var(--primary-color);
}

.acq-listing .icon {
    margin-bottom: 30px;
}

.acq-listing h4 {
    font-family: "Gotham-Bold";
    font-size: 19px;
    line-height: 24px;
    color: var(--primary-color);
    min-height: 48px;
}

.acq-listing a {
    color: var(--primary-color);
}

.acq-listing .list-footer {
    text-align: center;
    transition: 0.3s;
    border-right: 1px solid #fff;
}

.acq-listing .list-footer:hover {
    background-color: var(--secondary-color);
}

.acq-listing .list-footer .more {
    font-family: "Gotham-Bold";
    font-size: 16px;
    line-height: 18px;
    padding: 15px;
    /* background-color: #003f6c;   */
    color: var(--white);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

/* mobility-solutions   */

.bg-wrapper .heading {
    font-family: "Gotham-Light";
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}

.container-wrapper {
    padding: 55px 55px 0;
}

@media (max-width: 768px) {
    .container-wrapper {
        padding: 0;
    }

    .border-end {
        border: 0 !important;
    }

    .features-inner {
        padding: 10px !important;
    }
}

.container-wrapper .ng-title {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: "Gotham-Light";
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.container-wrapper h2 {
    font-size: 30px;
    line-height: 40px;
    font-family: "Gotham-Light";
    -webkit-transition: all 0.3s ease-in-out;
}

.container-wrapper p {
    font-size: 16px;
}

.container-wrapper .ngDot-1 {
    padding: 0;
}

.container-wrapper ul {
    padding: 0 !important;
}

.container-wrapper li {
    margin-left: 1.5rem;
    padding-left: 10px;
    position: relative;
    padding-bottom: 10px;
    color: var(--primary-color);
    font-size: 16px;
    font-family: "Gotham-Light";
}

.col-blue {
    color: var(--primary-color) !important;
}

.col-red {
    color: var(--secondary-color) !important;
}

.features-inner {
    background: #fff;
    padding: 10px 50px;
}

.features-wrapper .icon {
    height: 72px;
    /*  margin-bottom: 20px;*/
}

.features-wrapper .icon img {
    width: auto;
    height: 71px;
    margin: 0;
}

.main-title {
    padding: 23px 0 20px 55px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: "Gotham-Light";
    font-size: 18px;
}

.features-wrapper h4 {
    font-size: 20px;
    line-height: 24px;
    color: var(--secondary-color);
    margin-bottom: 18px;
    font-family: "Gotham-Bold";
}

.features-wrapper ul {
    padding-left: 0 !important;
}

.features-wrapper li {
    color: var(--primary-color);
    font-size: 14px;
    list-style: disc;
    font-family: "Gotham-Light";
}

.inner .ngeniousline {
    color: var(--secondary-color);
    border-top: 1px solid rgba(0, 45, 92, 0.15);
    padding-top: 10px;
    font-size: 14px;
}

.btn-signup {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: var(--secondary-color);
    color: var(--white);
    position: relative;
    text-transform: uppercase;
    width: auto;
    padding: 10px 25px;
    border-radius: 0;
    transition: 0.3s ease;
    font-size: 14px;
}

.btn-signup:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.btn-holder .btn-signup:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f2f4f7;
    position: absolute;
    top: 33px;
    right: -1px;
    transform: rotate(90deg);
}

.signup-wrapper .btn-signup {
    font-size: 1.1rem;
    margin: 10px 0;
}

.signup-wrapper .btn-signup:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #0068af;
    position: absolute;
    top: 28px;
    right: -1px;
    transform: rotate(90deg);
}

.btn-holder .btn img {
    max-height: 32px;
    width: 30px;
    margin-right: 10px;
}

.swiper-mobility .item {
    background: rgb(0, 56, 94);
    background: linear-gradient(45deg,
            rgba(0, 56, 94, 1) 10%,
            rgba(0, 98, 165, 1) 50%,
            rgba(0, 56, 94, 1) 90%);
    padding: 30px;
    transition: 0.3s ease all;
}

.swiper-mobility .item a img {
    height: 74px;
    width: auto;
    margin-bottom: 15px;
}

.swiper-mobility .item .inner h4 {
    font-size: 18px;
    font-family: "Gotham-Light";
    color: var(--white);
    text-transform: uppercase;
}

.swiper-mobility .item:hover {
    background: #062f5d;
    background: -moz-linear-gradient(45deg,
            #062f5d 0%,
            #e12e56 86%,
            #e12e56 86%,
            #e12e56 100%);
    background: -webkit-linear-gradient(45deg,
            #062f5d 0%,
            #e12e56 86%,
            #e12e56 86%,
            #e12e56 100%);
    background: linear-gradient(45deg,
            #062f5d 0%,
            #e12e56 86%,
            #e12e56 86%,
            #e12e56 100%);
}

.payment-btn-wrapper {
    position: absolute;
}

.payment-btn-wrapper {
    position: absolute;
    width: 100%;
    top: -22px;
    z-index: 1;
}

.payment-btn-wrapper .container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

.payment-btn-wrapper .container .blb-btn a {
    width: 65px;
    height: 40px;
    float: left;
}

.section-title {
    color: var(--primary-color);
    font-family: "Gotham-Light";
    margin-bottom: 15px;
}

.customers-checkout-wrapper h2 {
    font-family: "Gotham-Medium";
    font-size: 30px;
    color: var(--primary-color);
    padding-bottom: 30px;
}

.customers-checkout-wrapper .icons-wrapper div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.customers-checkout-wrapper .icons-wrapper div img {
    width: 65% !important;
    height: auto !important;
}

.customers-checkout-wrapper .icons-wrapper figure {
    margin-right: 40px;
}

.modal .modal-body {
    background-color: #f1f4f7;
}

.modal .modal-body label {
    display: inline-block;
    clear: both;
    color: var(--primary-color);
    vertical-align: top;
    font-size: 13px;
    font-family: "Gotham-Medium";
    margin-bottom: 7px;
    padding-left: 11px;
    text-transform: uppercase;
}

.modal .modal-body .form-control {
    width: 100%;
    height: 50px;
    border: none;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;
    font-family: "Gotham-Light";
}

.modal .modal-body .form-control:focus {
    box-shadow: none;
    outline: 2px solid #000000;
}

.modal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../images/mobility/close.png) no-repeat center;
    opacity: 1;
    border-radius: 15px;
    padding: 6px;
}

.modal .modal-body .submit {
    font-size: 18px !important;
    color: #fff;
    font-family: "Gotham-Medium";
    text-shadow: 1px 1px 1px #333;
    /* padding: 8px 44px; */
    padding: 12px 44px !important;
    float: right;
    background: var(--primary-color);
}

.hospitality .container-wrapper {
    min-height: 650px;
    background-size: cover;
    background-position: top right;
}

.media-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 15px 0 25px 0;
}

.media-title .icon img {
    height: 54px;
    object-fit: contain;
    object-position: left;
    width: auto;
}

.media-title h4 {
    font-family: "Gotham-Medium";
    font-size: 24px !important;
    color: var(--primary-color);
    margin: 0;
}

.helping-ecommerce .container {
    background: #fff;
    padding: 60px;
}

.helping-ecommerce h2 {
    font-family: "Gotham-Medium";
    font-size: 29px;
    color: var(--primary-color);
}

.benefts-wrapeper {
    padding-bottom: 60px;
}

.benefts-wrapeper .benifit-top {
    background: #f3f3f3;
    padding: 65px 70px;
}

.benefts-wrapeper h2 {
    font-family: "Gotham-Medium";
    text-transform: uppercase;
    color: var(--primary-color);
    padding-bottom: 50px;
    display: block;
}

.benefts-wrapeper .text-center img {
    height: 71px;
}

.benefts-wrapeper .text-center h3 {
    color: var(--primary-color);
    font-family: "Gotham-Light";
    padding: 20px 0;
    margin: 0;
    display: block;
}

.benefts-wrapeper .text-center p {
    font-size: 14px;
    margin: 0;
}

.btn-click-here {
    font-size: 14px;
    background: var(--secondary-color);
    color: #fff;
    float: right;
    position: relative;
    text-transform: uppercase;
    width: auto;
    padding: 15px;
}

.btn-click-here::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    position: absolute;
    top: 33px;
    right: -1px;
    transform: rotate(90deg);
    transition: background-color 0.3s ease-out;
}

.btn-click-here:hover {
    background: var(--primary-color);
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .hospitality .container-wrapper {
        background-image: none !important;
        background-color: rgba(0, 45, 92, 0.05);
        min-height: 0px;
        padding: 30px 15px;
    }
}

/* digital wallet  */
.digital-title {
    position: absolute;
    top: 20px;
}

.digital-title .btn {
    background-color: var(--primary-color);
    color: var(--white);
    font-family: "Gotham-Medium";
    font-size: 14px;
    font-family: Gotham-Medium;
    padding: 10px 24px;
    margin-top: 20px;
    text-transform: uppercase;
}

@media (max-width: 786px) {
    .payment-btn-wrapper {
        display: none;
    }

    .digital-title {
        position: relative;
    }

    .main-wrapper .hero .title {
        line-height: 0.5 !important;
    }

    .main-wrapper .hero .title span {
        color: var(--primary-color) !important;
        /* margin-bottom: 15px !important; */
        display: block;
        line-height: 1;
        text-shadow: 0px 0px 5px #ffffff;
    }

    .main-wrapper .hero .title p {
        color: var(--primary-color) !important;
        line-height: 1.2;
    }

    .topics-carousel-track {
        padding-block-end: 0 !important;
    }
}

.topics-carousel-track .card .wallet-ctcnt {
    padding: 20px 25px;
}

.topics-carousel-track .card {
    background-color: #005eb0;
    border-radius: 20px;
    border: 0;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
    clip-path: polygon(6% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 0%);
    border-radius: 10px;
    overflow: hidden;
}

.topics-carousel-track .card h2 {
    font-size: 24px;
    color: #fff;
    font-family: "Gotham-Light";
}

.topics-carousel-track .card p {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}

.topics-carousel-track .card .rbutton {
    background-color: transparent;
    padding: 4px 8px;
    border: none;
    /* margin-left: 20%; */
    text-transform: uppercase;
    color: white;
    text-decoration: underline;
    font-family: Gotham-Medium;
    clip-path: polygon(6% 0, 100% 0, 100% 79%, 92% 100%, 0 100%, 0 0%);
}

.topics-carousel-track .card .sdots {
    color: #fff;
}

#image-carousel .splide__arrow {
    background-color: #fff;
    /* Background color of the arrow buttons */
    color: #1a1a1a;
    /* Text color */
    border-radius: 50%;
    /* Make the arrows round */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
}

.topics-carousel {
    margin-block-start: 60px;
    --slide-width-pc: 400px;
    /* --slide-height-pc: 250px; */
    --slide-rate-min: 0.85;
    --slide-rate-max: 1;
    max-width: 1200px;
    margin-inline: auto;
}

.topics-carousel-track {
    padding-block-end: 30px;
}

.topics-carousel-slide {
    position: relative;
    inset-block-start: 0;
    display: block;
    max-inline-size: var(--slide-width-pc);
    block-size: var(--slide-height-pc);
    transition: inset-block-start 640ms cubic-bezier(0.165, 0.84, 0.44, 1),
        max-inline-size 640ms cubic-bezier(0.165, 0.84, 0.44, 1),
        block-size 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.topics-carousel-slide .card {
    margin: 30px 0;
}

.topics-carousel-slide.is-active {
    z-index: 1;
    opacity: 1;
    inset-block-start: 0;
}

.topics-carousel-slide {
    opacity: 0.5;
    inset-block-start: 36px;
    border-radius: 10px;
}

.topics-carousel-track {
    inset-block-start: 0;
}

.topics-carousel-slide:not(.is-active) {
    inset-block-start: 36px;
    /* max-inline-size: calc(var(--slide-width-pc) * var(--slide-rate-min)); */
    /* block-size: calc(var(--slide-height-pc) * var(--slide-rate-min)); */
    z-index: 1;
}

.topics-carousel {
    margin-block-start: 60px;
    --slide-width-pc: 500px;
    /* --slide-height-pc: 250px; */
    --slide-rate-min: 0.85;
    --slide-rate-max: 1;
}

.topics-carousel-track {
    padding-block-end: 30px;
}

.topics-carousel-slide {
    position: relative;
    inset-block-start: 0;
    display: block;
    max-inline-size: var(--slide-width-pc);
    block-size: var(--slide-height-pc);
    transition: inset-block-start 640ms cubic-bezier(0.165, 0.84, 0.44, 1),
        max-inline-size 640ms cubic-bezier(0.165, 0.84, 0.44, 1),
        block-size 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.topics-carousel-slide .card {
    margin: 30px 0;
}

.topics-carousel-slide {
    opacity: 0.5;
    inset-block-start: 36px;
    border-radius: 10px;
}

.topics-carousel-track {
    inset-block-start: 0;
}

.topics-carousel-slide:not(.is-active) {
    inset-block-start: 36px;
    /* max-inline-size: calc(var(--slide-width-pc) * var(--slide-rate-min)); */
    /* block-size: calc(var(--slide-height-pc) * var(--slide-rate-min)); */
    z-index: 0;
}

.topics-carousel-thumbnail {
    inline-size: var(--slide-width-pc);
    block-size: var(--slide-height-pc);
    transition: transform 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(var(--slide-rate-max), var(--slide-rate-max));
}

.topics-carousel {
    margin-block-start: 60px;
    --slide-width-pc: 500px;
    /* --slide-height-pc: 250px; */
    --slide-rate-min: 0.85;
    --slide-rate-max: 1;
}

.topics-carousel-track {
    padding-block-end: 30px;
}

.topics-carousel-slide img {
    max-inline-size: 100%;
    block-size: auto;
}

.topics-carousel-slide {
    position: relative;
    inset-block-start: 0;
    display: block;
    /* max-inline-size: var(--slide-width-pc);
    block-size: var(--slide-height-pc); */
    transition: inset-block-start 640ms cubic-bezier(0.165, 0.84, 0.44, 1),
        max-inline-size 640ms cubic-bezier(0.165, 0.84, 0.44, 1),
        block-size 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.topics-carousel-slide .card {
    margin: 30px 0;
}

.topics-carousel-slide.is-active {
    z-index: 1;
    opacity: 1;
    /* inset-block-start: 0; */
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.topics-carousel-slide {
    opacity: 0.5;
    inset-block-start: 36px;
    border-radius: 10px;
}

.topics-carousel-track {
    inset-block-start: 0;
}

.topics-carousel-slide:not(.is-active) {
    inset-block-start: 36px;
    z-index: 0;
}

.topics-carousel-thumbnail {
    inline-size: var(--slide-width-pc);
    block-size: var(--slide-height-pc);
    transition: transform 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(var(--slide-rate-max), var(--slide-rate-max));
}

.customer-pay-form h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    font-family: "Gotham-Light";
}

.customer-pay-form .field-set {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.customer-pay-form .field-set label {
    font-family: "Gotham-Light";
    color: #fff;
    width: 25%;
    text-transform: uppercase;
}

.customer-pay-form .field-set input {
    border: 0;
    background-color: var(--primary-color);
    height: 48px;
    width: 100%;
    clip-path: polygon(6% 0, 100% 0, 100% 79%, 94% 100%, 0 100%, 0 0%);
    color: #fff;
    box-sizing: border-box;
}

.customer-pay-form .field-set select {
    border: 0;
    background-color: var(--primary-color);
    height: 48px;
    width: 100%;
    clip-path: polygon(6% 0, 100% 0, 100% 79%, 94% 100%, 0 100%, 0 0%);
    color: #fff;
    box-sizing: border-box;
}

.input-wrap {
    margin-left: 10px;
    background-color: #fff;
    height: 50px;
    width: 55%;
    clip-path: polygon(6% 0, 100% 0, 100% 79%, 94% 100%, 0 100%, 0 0%);
    color: #fff;
    padding: 1px;
}

.customer-pay-form .field-set .check-wrap {
    display: flex;
    align-items: center;
}

.customer-pay-form .field-set [type="radio"]:checked+label,
.customer-pay-form .field-set [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.customer-pay-form .field-set02 label {
    color: #fff;
    width: 36%;
    text-transform: uppercase;
}

.customer-pay-form .field-set [type="radio"]:checked+label:before,
.customer-pay-form .field-set [type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 0;
    background-color: transparent;
}

.customer-pay-form .field-set [type="radio"]:checked+label:after,
.customer-pay-form .field-set [type="radio"]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--secondary-color);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    transform: scale(0);
}

.customer-pay-form .field-set [type="radio"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

/* Hide the radio input but keep it accessible */
.customer-pay-form .field-set [type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.customer-pay-form .field-set .check-wrap .radio-btn label {
    color: #fff !important;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.customer-pay-form .field-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 25px;
}

.customer-pay-form .field-button .pay-btn {
    background-color: var(--white);
    padding: 8px 35px;
    border: none;
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: "Gotham-Medium";
    clip-path: polygon(6% 0, 100% 0, 100% 79%, 92% 100%, 0 100%, 0 0%);
}

.wallet-why-list .inner h4 {
    font-family: "Gotham-Bold";
    margin-top: 30px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 16px;
}

.wallet-why-list .inner p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-family: "Gotham-Light";
    color: var(--primary-color);
}

.mdots {
    display: inline;
    color: var(--primary-color);
}

.mbutton {
    font-size: 14px;
    background-color: transparent;
    padding: 4px 8px;
    border: none;
    /* margin-left: 20%; */
    text-transform: uppercase;
    color: var(--primary-color);
    text-decoration: underline;
    font-family: "Gotham-Medium";
    clip-path: polygon(6% 0, 100% 0, 100% 79%, 92% 100%, 0 100%, 0 0%);
}

.contentstext {
    overflow: hidden;
    max-height: 68px;
    transition: max-height 0.3s ease;
}

.contentstext.p {
    max-height: none;
}

.wallet-why-list h2 {
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 55px;
    font-family: "Gotham-Medium";
}

.logotext {
    font-family: "Gotham-Bold";
    margin-top: 9px;
    color: var(--primary-color);
    font-size: 18px;
}

.accept-payment-wrapper {
    background-color: #ffffff;
    padding: 55px 20px;
}

.accept-payment-wrapper .accept-payment-icon figure {
    margin-bottom: 0 !important;
}

.payment-border {
    border-right: 1px solid black;
}

.ngenius-slider {
    color: var(--primary-color);
    font-family: "Gotham-Medium";
    /* text-transform: uppercase; */
}

.card-processing-solutions {
    padding: 50px;
}

.card-processing-solutions .media h6 {
    font-size: 16px;
    font-family: "Gotham-Medium";
    margin-bottom: 0;
}

.card-processing-solutions .media .icon {
    padding-right: 20px;
}

.card-processing-solutions .media .icon img {
    width: 52px;
    height: auto;
    /* height: 40px; */
}

.swiper-issuer .item {
    background: rgb(0, 56, 94);
    background: linear-gradient(45deg,
            rgba(0, 56, 94, 1) 10%,
            rgba(0, 98, 165, 1) 50%,
            rgba(0, 56, 94, 1) 90%);
    padding: 48px 30px;
    transition: 0.3s ease all;
    height: 200px;
    display: flex;
    align-items: center;
}

.swiper-issuer .item a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.swiper-issuer .item a img {
    height: 74px;
    width: auto;
    margin-bottom: 15px;
}

.swiper-issuer .item .inner h4 {
    font-size: 32px;
    font-family: "Gotham-Bold";
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 0;
}

.swiper-issuer .item:hover {
    background: var(--secondary-color);
}

.inner-spotlight p {
    color: var(--secondary-color);
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Gotham-Medium";
    letter-spacing: -1px;
}

.inner-spotlight {
    min-height: 560px;
    max-height: 560px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.inner-spotlight h2 {
    font-family: "montserratthin";
    font-weight: bold;
    font-size: 70px;
    color: var(--primary-color);
    margin: 0 0 15px;
    line-height: 50px;
}

@media (max-width: 768px) {
    .inner-spotlight h2 {
        font-size: 40px;
        line-height: 1.2 !important;
    }
}

.inner-spotlight h3 {
    font-family: "Gotham-Bold";
    font-size: 65px;
    color: var(--secondary-color);
    margin: 0 0 15px;
}

.top-content-sec h2 {
    font-size: 30px;
    line-height: 32px;
    color: var(--primary-color);
    font-family: "Gotham-Medium";
    margin: 0 0 18px;
}

.how-it-warp h2 {
    font-family: "Gotham-Light";
    font-size: 38px;
    color: var(--secondary-color);
    margin: 0 0 20px;
    line-height: 40px;
}

.how-it-warp h3 {
    font-family: "Gotham-Medium";
    font-size: 23px;
    color: var(--primary-color);
    margin: 0 0 20px;
}

.cards-list-wrap a {
    font-family: "Gotham-Light";
    font-size: 15px;
    color: var(--white);
    margin: 22px 0 10px;
    display: flex;
    flex-direction: column;
}

.benefits-list-wrap h2 {
    font-family: "Gotham-Medium";
    color: var(--primary-color);
    margin: 0 0 22px;
}

.benefits-list-wrap ul {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
}

.benefits-list-wrap ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.benefits-list-wrap li .figcaption {
    float: left;
    width: 64%;
    font-family: "Gotham-Light";
    font-size: 15px;
    color: var(--primary-color);
    margin: 0 0 10px;
    line-height: 21px;
    padding-top: 10px;
}

.benefits-list-wrap li figure {
    float: left;
    width: 33%;
    margin-right: 14px;
    margin: 0;
    padding: 0;
}

.border-r-white {
    border-right: 1px solid var(--white);
}

.prepaid-solution-wrap {
    padding: 50px 0;
}

.prepaid-solution-wrap .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.prepaid-solution-wrap .item h2 {
    color: var(--primary-color);
    font-family: "Gotham-Medium";
    font-size: 25px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 20px;
    z-index: 1;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    width: 100%;
}

.prepaid-solution-wrap .item figcaption {
    position: absolute;
    top: 100%;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 2;
    padding: 20px;
    cursor: default;
    background-color: rgba(35, 110, 175, 0.8);
    left: 0px;
    line-height: 29px;
    font-size: 24px;
    font-family: "Gotham-Medium";
    color: #fff;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.prepaid-solution-wrap a.item {
    display: flex;
}

.prepaid-solution-wrap .item:hover h2 {
    opacity: 0;
}

.prepaid-solution-wrap .item:hover figcaption {
    opacity: 1;
    top: 0;
}

.prepaid-solution-wrap h2 {
    font-family: "Gotham-Light";
    font-size: 38px;
    color: var(--secondary-color);
    margin: 0 0 40px;
    line-height: 37px;
}

.ngenius-wrapper .content {
    padding: 30px 50px;
}

.ngenius-wrapper .content .media {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.ngenius-wrapper .content .media h2 {
    color: var(--secondary-color);
    font-family: "montserrat-semibold";
    font-size: 24px;
    text-transform: uppercase;
}

.ngenius-wrapper .content .media-title .icon img {
    height: 111px;
}

.issuer-benifit-list {
    display: block;
    text-align: center;
    margin: 35px -47px;
}

.issuer-benifit-list li {
    float: left;
    width: 20%;
    padding: 0 15px 0px;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #e4e8eb;
    list-style: none;
}

.issuer-benifit-list li:last-child {
    border-right: 0;
}

.issuer-benifit-list li .drop-down-list {
    text-align: left;
    padding: 10px;
    display: none;
}

.issuer-benifit-list li img {
    height: 45px;
}

.issuer-benifit-list li h4 {
    font-family: "montserrat-medium" !important;
    color: var(--secondary-color);
    font-size: 17px !important;
    text-transform: uppercase;
    margin: 0 0 15px;
    text-align: left;
    line-height: 21px !important;
    height: 70px;
}

.issuer-benifit-list li button {
    display: block;
    width: 100%;
    padding: 0 15px;
    position: relative;
    border: 1px solid var(--primary-color);
    padding: 10px 15px;
    text-align: center;
    font-family: "montserrat-medium";
    color: var(--primary-color);
    font-size: 16px;
    /* text-transform: uppercase; */
    position: relative;
    pointer-events: cursor;
}

.issuer-benifit-list li button i {
    position: absolute;
    right: 1px;
    color: var(--secondary-color);
    font-size: 24px;
    top: 4px;
}

@media (max-width: 991px) {
    .issuer-benifit-list li {
        float: left;
        width: 50%;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .issuer-benifit-list li {
        float: left;
        width: 100%;
        margin: 0 0 35px;
        border: 0;
    }

    .com-brnifit-list {
        padding-left: 0;
    }
}

.ngenius-wrapper .content {
    padding: 30px 50px;
}

@media (max-width: 767px) {
    .ngenius-wrapper .content {
        padding: 20px;
    }
}

.ngenius-wrapper .content h2 {
    font-family: "montserrat-semibold";
    font-size: 30px;
    color: var(--white);
    text-transform: uppercase;
}

.ngenius-wrapper .content.white h3 {
    font-size: 23px;
    line-height: 31px;
    margin: 45px 0 30px;
    color: var(--primary-color);
    font-family: "montserrat-semibold";
}

.ngenius-wrapper .content.white .growth-rate-list li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ngenius-wrapper .content.white small {
    font-family: "Gotham-Light";
    color: var(--primary-color);
}

.ngenius-wrapper .content.white ul li figure {
    padding: 0 15px;
    margin: 0 0 12px;
    height: 50px;
}

.card-pro-list li {
    float: left;
    width: 14%;
    padding: 0 0px 0px;
    position: relative;
    text-align: left;
    cursor: pointer;
    border-right: 1px solid #e4e8eb;
}

@media (max-width: 767px) {
    .card-pro-list li {
        width: 100%;
        border: 0;
    }

    .issuer-benifit-list {
        margin: 0;
        padding: 0;
    }
}

.card-pro-list li a.more-lern {
    display: block;
    width: 100%;
    padding: 0 15px;
    position: relative;
    border: 1px solid #f3f4f8;
    background-color: #f3f4f8;
    padding: 10px 15px;
    text-align: center;
    font-family: "montserrat-medium";
    color: var(--primary-color);
    font-size: 16px;
    /* text-transform: uppercase; */
    position: relative;
    pointer-events: none;
}

.card-pro-list h4 {
    font-family: "montserrat-semibold";
    font-size: 17px;
    color: var(--primary-color) !important;
    text-transform: inherit;
    padding: 0 15px;
    margin: 0 0 25px;
}

.card-pro-list li .down-list {
    display: none;
    text-align: left;
    padding: 10px;
}

.added-value h2 {
    color: var(--secondary-color);
    font-size: 24px !important;
    margin: 0 0 40px;
}

.va-box h3 {
    position: relative;
    padding: 0 !important;
    font-family: "montserrat-semibold" !important;
    font-size: 20px !important;
    color: var(--primary-color) !important;
    text-transform: inherit;
    padding: 0 15px;
    line-height: 25px !important;
}

.va-box figure {
    margin: 0 0 30px;
}

.comm-benifit-wrap h2 {
    color: var(--secondary-color);
    font-size: 24px !important;
}

.com-brnifit-list li {
    display: flex;
    margin: 0 0 25px;
    width: 100%;
}

.com-brnifit-list li figure {
    float: left;
    margin: 0 15px 0 0;
    width: 60px;
}

.com-brnifit-list li figcaption {
    float: left;
    width: auto;
    font-family: "montserrat-semibold" !important;
    font-size: 15px !important;
    color: var(--primary-color) !important;
}

.final-benifit .media-title .icon img {
    height: 61px !important;
}

h3.sub-title {
    font-size: 22px;
    font-family: "Gotham-Bold";
    margin-bottom: 15px;
}

.num-style-1 {
    padding: 0;
    counter-reset: my-counter;
}

.num-style-1 li {
    color: var(--primary-color);
    position: relative;
    padding-left: 35px;
    min-height: 30px;
    margin-bottom: 15px;
    list-style: none;
    font-size: 16px;
    font-family: "Gotham-Light";
}

.num-style-1 li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--secondary-color);
    color: var(--white);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}

.ceo-wrap img {
    min-height: 490px;
}

@media (max-width: 767px) {
    .ceo-wrap img {
        min-height: 200px;
        object-position: 0;
        object-fit: cover;
        width: 100%;
    }
}

.solution-wrap {
    padding: 40px 0;
}

.solution-wrap h2 {
    margin: 0 0 50px;
    font-family: "Gotham-Medium";
    color: var(--primary-color);
    margin: 0 0 50px;
}

.solution-wrap li {
    list-style: none;
    text-align: center;
    position: relative;
}

.solution-wrap li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: var(--white);
}

.solution-wrap li:last-child::after {
    content: none;
}

.solution-wrap li .figcaption {
    font-family: "Gotham-Medium";
    font-size: 18px;
    color: var(--primary-color);
    margin: 0 0 20px;
    display: block;
    padding: 0 40px;
}

.issuer-value-add .navbar ul {
    display: flex;
    padding: 0;
}

.issuer-value-add .navbar ul li {
    list-style: none;
}

.issuer-value-add .navbar ul li a {
    padding-left: 55px;
    padding-right: 55px;
    background-color: rgba(0, 45, 92, 0.2);
    font-size: 24px;
    font-family: "Gotham-Medium";
    text-transform: uppercase;
    color: var(--secondary-color);
    position: relative;
}

.issuer-value-add .navbar ul li a::before {
    /* content: '';
    position: absolute;
    left: 96%;
    top: 0;
    border: 15px solid transparent;
    border-bottom-color: #fff;
    border-top: none;
    border-left: none; */
}

.issuer-value-add .navbar ul li a::after {
    content: "";
    position: absolute;
    left: 100%;
    top: -1px;
    border: 20px solid transparent;
    border-bottom-color: rgba(0, 45, 92, 0.2);
    border-top: none;
    border-left: none;
}

.issuer-value-add .navbar ul li a:before {
    content: "";
    position: absolute;
    left: 100%;
    bottom: -1px;
    top: 19px;
    background: #005c9f;
    width: 20px;
}

.issuer-value-add .navbar ul li a.active:before {
    left: 100%;
    bottom: -1px;
    top: 18px;
    background: var(--white);
    width: 20px;
    z-index: 9;
}

.issuer-value-add .navbar ul li a.active:after {
    eft: 100%;
    top: -1px;
    border: 19px solid #d20b0b00;
    border-bottom-color: rgb(255 255 255);
    border-top: none;
    border-left: none;
    z-index: 9;
    background: #46272700;
}

.issuer-value-add .navbar ul li a.active {
    background-color: var(--white);
}

.issuer-value-add .ngDot-1 li {
    margin-left: 1rem;
}

.issuer-value-add .ngDot-sub {
    padding-left: 0;
}

.issuer-value-add .ngDot-sub li {
    list-style: none;
    padding-left: 15px;
    margin-left: 0;
}

.issuer-value-add .ngDot-sub li:before {
    width: 6px;
    height: 2px;
    border-radius: 0;
    content: "";
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: 9px;
}

.how-it-warp.real-time p {
    font-family: "Gotham-Light";
    font-size: 20px;
    line-height: 30px;
}

.how-it-warp.real-time figure span {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    border-radius: 46px;
    line-height: 40px;
    color: #fff;
    font-size: 23px;
    left: 48px;
    font-family: "Gotham-Medium";
    top: -22px;
}

.how-it-warp.real-time figure {
    text-align: center;
    margin: 50px 0;
    padding: 0 18px;
    min-height: 85px;
    position: relative;
    display: block;
}

.how-it-warp.real-time figcaption {
    text-align: left;
    padding: 0 33px 0 0;
    color: var(--primary-color);
    font-family: "Gotham-Light";
    font-size: 18px;
    line-height: 23px;
}

.cards-list-wrap .red-bg h2 {
    color: #fff;
    font-size: 34px;
    font-family: "Gotham-Light";
    margin: 0 0 34px;
}

.cards-list-wrap .red-bg h2 span {
    font-family: "Gotham-Bold";
    margin: 0;
}

.cards-list-wrap .red-bg p {
    text-align: left;
    padding: 0 33px 0 0;
    color: #ffffff;
    font-size: 21px;
    line-height: 28px;
}

.downlink-instant {
    display: inline-block !important;
}

.downlink-instant:after {
    content: "Learn More";
    width: auto;
    font-family: "Gotham-Light";
    border: 1px solid #fff;
    text-align: center;
    position: absolute;
    width: 134px;
    text-align: center;
    bottom: 0px;
    left: 50%;
    padding: 5px 15px;
    transform: translateX(-50%);
}

.cards-list-wrap h1 {
    font-family: "Gotham-Medium";
    color: #fff;
    margin: 0 0 30px;
    font-size: 0px;
    text-transform: uppercase;
    font-size: 22px !important;
}

.cards-list-wrap h3 {
    font-family: "Gotham-Medium";
    color: #fff;
    margin: 0 0 30px;
    font-size: 0px;
    text-transform: uppercase;
    font-size: 18px !important;
}

.benefits-list-wrap li .figcaption h4 {
    font-family: "Gotham-Medium";
    margin: 0 0 10px !important;
    line-height: 21px;
    font-size: 17px;
}

.benefits-list-wrap .col-md-4 ul li:first-child .figcaption {
    min-height: 195px;
}

.benefits-list-wrap .dark-grey-bg .row .col-md-4:nth-child(2):before {
    height: 100%;
    width: 1px;
    background-color: var(--white);
    position: absolute;
    content: "";
    bottom: 0px;
    left: -5px;
}

.benefits-list-wrap .dark-grey-bg .row .col-md-4:nth-child(2):after {
    height: 100%;
    width: 1px;
    background-color: var(--white);
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
}

.benefits-list-wrap .dark-grey-bg .row .col-md-4:nth-child(2) {
    position: relative;
}

.benefits-list-wrap ul {
    position: relative;
}

.benefits-list-wrap .dark-grey-bg {
    background-color: #f2f2f2;
}

.benefits-list-wrap li .figcaption {
    font-family: "Gotham-Light";
    font-size: 15px;
    color: var(--primary-color);
    margin: 0 0 20px;
    float: left;
    padding-top: 0px;
    width: 63%;
    padding-left: 15px;
}

body.card-issuance .benefits-list-wrap li {
    width: 100%;
    float: left;
    min-height: 0px;
}

.dark-grey-bg {
    background-color: #e6eaef;
}

.why-issuance-wrap h2 {
    font-family: "Gotham-Medium";
    color: var(--primary-color);
    margin: 0 0 50px;
}

.why-issuance-wrap .wrap-why-list .click-box {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 0 35px 0 0;
}

.why-issuance-wrap .wrap-why-list .click-box:before {
    height: 100%;
    width: 1px;
    background-color: var(--white);
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0;
    z-index: 72;
}

.why-issuance-wrap .wrap-why-list .click-box h3 {
    font-family: "Gotham-Medium";
    font-size: 19px;
    color: var(--primary-color);
    margin: 0 0 20px;
    line-height: 24px;
}

.why-issuance-wrap .wrap-why-list .list-view-bx {
    padding: 0;
    display: none;
}

.why-issuance-wrap .wrap-why-list .list-view-bx li {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 0 20px;
    font-size: 15px !important;
    color: var(--primary-color);
    line-height: 19px;
    list-style: none;
    font-family: "Gotham-Light";
}

.why-issuance-wrap .wrap-why-list .click-box span {
    width: 25px;
    height: 25px;
    background-color: var(--secondary-color);
    font-size: 24px;
    text-align: center;
    border-radius: 40px;
    padding-left: 1px;
    line-height: 28px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 0;
    pointer-events: none;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.list-view-bx li:before {
    background-image: url(../images/value-added-service/icon123.png);
    width: 9px;
    height: 13px;
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
}

.more-plus {
    transition: transform 0.2s ease;
}

.more-plus-rotate {
    transform: rotate(45deg);
}

.issuer-services ul.ngDot-1 {
    padding-left: 20px;
}

.issuer-services ul.ngDot-1 li {
    padding-left: 40px;
    position: relative;
    padding-bottom: 10px;
    color: var(--primary-color);
    font-size: 16px;
    font-family: "Gotham-Light";
    list-style: none;
}

.ngList-12 {
    padding: 0;
}

.ngList-12 li {
    padding-left: 35px;
    position: relative;
    padding-bottom: 10px;
    color: var(--primary-color);
    font-size: 16px;
    list-style: none;
    font-family: "Gotham-Light";
}

.ngList-12 li:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/issuer-services/icon4.svg) no-repeat 0 0;
    background-size: cover;
}

.sales-wrap figcaption {
    text-align: center;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: "Gotham-Medium";
    text-transform: uppercase;
    color: var(--primary-color);
}

.sales-wrap .btn-signup {
    width: 100%;
    justify-content: center;
    background-color: var(--primary-color);
}

.sales-wrap .btn-signup:hover {
    background-color: var(--secondary-color);
}

.modal .modal-header h3,
.modal .modal-header h2 {
    color: var(--secondary-color);
    font-family: "Gotham-Medium";
    font-size: 24px;
}

.radio-holder {
    position: relative;
    margin-bottom: 10px;
}

label.radio {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

label.radio input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Custom radio button */
label.radio .custom-radio {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-size: contain;
    border: 2px solid #ccc;
}

label.radio input[type="checkbox"]:checked+.custom-radio {
    background-image: url("../images/contact/tick.png");
}

.contact-modal-details {
    position: relative;
}

.contact-modal-details::before {
    content: "*";
    display: inline-block;
    color: var(--secondary-color);
    position: absolute;
    right: -15px;
    top: -7px !important;
    font-size: 20px;
}

.light-bg {
    /* background: #f4f4f4; */
    background: #f1f4f7;
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-top: 55px;
}

.wrap-contact .box-holders h2 {
    text-transform: uppercase;
    /* font-family: 'Gotham-Medium'; */
    color: var(--primary-color);
    font-family: "Gotham-Medium";
}

.wrap-contact .box-content {
    background: #fff;
    margin-top: 10px;
    padding: 30px 15px;
}

.wrap-contact .box-content .wrap-strong img {
    height: 75px;
}

.wrap-contact .box-content .new-contact h3 {
    font-family: "Gotham-Medium";
    color: var(--secondary-color);
    font-size: 24px;
    margin-bottom: 17px;
    position: relative;
}

.wrap-contact .box-content .new-contact h4 {
    font-family: "Gotham-Medium";
    color: var(--primary-color);
    font-size: 16px;
    display: block;
    text-align: left !important;
    text-decoration: underline;
    margin-bottom: 10px;
}

.wrap-contact .box-content .new-contact h5.off-title {
    font-family: "Gotham-Medium";
    color: var(--primary-color);
    font-size: 18px;
    display: block;
    text-align: left !important;
    background-color: #f2f2f3;
    padding: 11px 5px 12px 50px;
    position: relative;
}

.wrap-contact .box-content .new-contact h5.off-title:after {
    content: "";
    width: 38px;
    height: 38px;
    background-color: #f00;
    position: absolute;
    top: 3px;
    left: 5px;
    background: url(../images/contact/icon1.svg) no-repeat;
}

.wrap-contact .box-content .new-contact h3.mb {
    margin-bottom: 50px;
}

.box-content p {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-size: 13.5px;
}

.wrap-contact .box-content .new-contact ul li span {
    font-family: "Gotham-Medium";
    color: var(--primary-color);
    font-size: 13px;
}

.wrap-contact .box-content .new-contact ul {
    padding-left: 0;
    margin-bottom: 20px;
}

.wrap-contact .box-content .new-contact ul li {
    color: var(--primary-color);
    font-size: 13.5px;
    margin-bottom: 10px;
    position: relative;
    list-style: none;
    font-family: "Gotham-Light";
    /* padding-left: 5px; */
}

.wrap-contact .box-content .new-contact ul li a {
    color: var(--primary-color);
}

.wrap-contact .box-content .new-contact ul li.titlewrap span {
    font-family: "Gotham-Medium";
    color: var(--primary-color);
    font-size: 15px;
    margin-bottom: 5px;
}

.wrap-contact .box-content .new-contact h5.career-title {
    font-family: "Gotham-Medium";
    color: var(--primary-color);
    font-size: 18px;
    display: block;
    text-align: left !important;
    background-color: #f2f2f3;
    padding: 11px 5px 17px 50px;
    position: relative;
}

.wrap-contact .box-content .new-contact h5.career-title:after {
    content: "";
    width: 38px;
    height: 38px;
    background-color: #f00;
    position: absolute;
    top: 3px;
    left: 5px;
    background: url(../images/contact/icon2.svg) no-repeat;
}

.wrap-contact .box-content .new-contact ul li span.nb {
    font-family: "Gotham-Light";
    color: var(--primary-color);
    font-size: 13px;
    display: block;
}

.headoffice-career {
    margin-bottom: 57px !important;
}

.wrap-contact .box-content .new-contact h5.supp-title {
    font-family: "Gotham-Medium";
    color: var(--primary-color);
    font-size: 18px;
    display: block;
    text-align: left !important;
    background-color: #f2f2f3;
    padding: 14px 5px 16px 50px;
    position: relative;
}

.wrap-contact .box-content .new-contact h5.supp-title:after {
    content: "";
    width: 38px;
    height: 38px;
    background-color: #f00;
    position: absolute;
    top: 3px;
    left: 5px;
    background: url(../images/contact/icon3.svg) no-repeat;
}

.boxdiv {
    margin-bottom: 12%;
}

.wrap-contact .box-content .new-contact h3 span.title-flag {
    max-width: 33px;
    height: 17px;
    display: none;
}

.hours-saudi {
    margin-bottom: 12% !important;
}

.row-wrapper {
    margin-top: 25px;
}

.egypt {
    margin-bottom: 23% !important;
    margin-top: 20px;
}

.kenya {
    margin-bottom: 17% !important;
}

.nigeria {
    margin-bottom: 13% !important;
    margin-top: 20px;
}

.row-mt {
    margin-top: 30px;
}

.prepaid-solution-wrap .item {
    cursor: pointer;
}

.prepaid-solution-wrap .item a {
    position: absolute;
    top: 100%;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 2;
    padding: 20px;
    cursor: pointer;
    background-color: rgba(35, 110, 175, 0.8);
    left: 0px;
    line-height: 29px;
    font-size: 24px;
    font-family: "Gotham-Medium";
    color: #fff !important;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.prepaid-solution-wrap .item:hover a {
    top: 0;
    opacity: 1;
}

.faq-content-reg {
    position: relative;
}

/* .faq-content-reg {
  position: absolute;
  top: 50%;
  right: 50px;
  background: #236eaf;
  font-family: 'Gotham-Light', sans-serif;
  color: #ffffff;
  transform: translateY(-50%);
} */

.faq .accordion {
    width: 100%;
    margin: 2rem auto;
}

.faq .accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border: 0;
}

.faq .accordion-item-header {
    font-size: 18px;
    line-height: 27px;
    background: var(--white);
    color: var(--primary-color);
    cursor: pointer;
    display: block;
    padding: 1rem;
    position: relative;
    font-size: 16px;
    text-align: left;
    font-family: "Gotham-Medium";
}

.faq .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    color: var(--secondary-color);
}

.faq .accordion-item-header.active::after {
    content: "\2212";
}

.faq .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faq .accordion-item-body-content {
    padding: 1rem;
    font-size: 13px;
    color: var(--primary-color);
    line-height: 25px;
    line-height: 1.5rem;
    border-top: 1px solid;
}

.faq p {
    font-size: 13px;
}

.faq p a {
    color: var(--primary-color);
}

.brochure-dwnld {
    border: 2px solid var(--primary-color);
}

.brochure-dwnld h4 {
    font-family: "Gotham-Light";
    font-size: 18px;
    text-align: center;
    padding-top: 25px;
}

.brochure-dwnld .btn {
    width: 100%;
    background-color: var(--primary-color);
    border-radius: 0;
    color: var(--white);
}

.brochure-dwnld .btn {
    width: 100%;
    background-color: var(--primary-color);
    border-radius: 0;
    color: var(--white);
}

.brochure-dwnld:hover {
    background: #fff;
    border: 2px solid var(--secondary-color);
}

.brochure-dwnld:hover .btn {
    background: var(--secondary-color);
}

.customer .radio-button {
    display: flex !important;
    gap: 10px;
    position: relative;
    align-items: center;
    color: white;
    margin-bottom: 15px !important;
}

.customer .radio-button input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.customer label {
    padding: 0;
}

.customer .radio {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #ccc;
    transform: translateZ(-25px);
    transition: all 0.3s ease-in-out;
}

.customer .radio::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 5px;
    left: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.customer .radio-button input[type="radio"]:checked+.radio {
    transform: translateZ(0px);
    background-image: url("../images/contact/tick.png");
    background-size: contain;
}

.call-button {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: transparent;
    border: 0;
    z-index: 99;
    cursor: pointer;
}

.call-back-vertical-page {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.call-back-btn {
    border: 1px solid #ccc;
    padding: 37px 20px;
    color: #fff;
    font-size: 15px;
    border-radius: 22px;
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    text-align: left;
    transition: 0.3s ease;
}

.call-back-btn:hover {
    color: var(--white);
    background-color: var(--secondary-color);
    border: 0;
}

.call-back-btn .figure {
    display: block;
}

.call-back-btn::before {
    content: none;
}

.call-back-vertical-page h3 {
    padding: 0px 25px 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Gotham-Medium";
    text-align: center;
}

.send-back-btn {
    border: 1px solid #ccc;
    padding: 30px 20px;
    color: #fff;
    font-size: 15px;
    border-radius: 22px;
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    text-align: left;
}

.send-back-btn:hover {
    color: var(--white);
    background-color: var(--secondary-color);
    border: var(--primary-color);
}

.send-back-btn::before {
    content: none;
}

.call-back-vertical-page .enquiry-form a.btn {
    border: 1px solid var(--white);
    border-radius: 23px;
    color: var(--white);
    margin-top: 30px;
    padding: 5px 25px;
    width: auto;
}

.call-back-vertical-page .enquiry-form a.btn::before {
    content: none;
}

.call-back-vertical-page .enquiry-form a.btn:hover {
    color: var(--white);
    background-color: var(--secondary-color);
    border: var(--secondary-color);
}

.support-wrap {
    background: var(--primary-color) !important;
    padding: 0px 30px;
    color: var(--white);
}

.support-wrap h4 {
    padding: 25px 0 15px;
    color: var(--secondary-color);
    font-family: "Gotham-Book";
    font-size: 24px;
}

.support-wrap p {
    color: var(--white);
    font-size: 14px;
}

.support-wrap .call-center {
    margin: 0;
    width: 60px;
}

.support-wrap h4 span {
    font-family: "Gotham-Bold";
}

.support-wrap h3 {
    padding: 25px 0px;
    color: var(--white);
    font-family: "Gotham-Medium";
    font-size: 20px;
}

.support-wrap .elmail-wrap {
    float: left;
    width: 60px;
    margin: 0;
}

.support-wrap ul.emails {
    padding: 0;
}

.support-wrap ul.emails li {
    padding: 8px 0px;
    color: #fff;
    font-family: "Gotham-Medium";
    font-size: 19px;
    list-style: none;
}

.support-wrap ul.emails li a::before {
    content: none;
}

.support-wrap ul.emails li span {
    font-size: 14px;
    display: block;
    color: #fff;
    font-family: "Gotham-Book";
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.tab-active {
    display: block !important;
}

.tab {
    display: none;
}

.tab-menu ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    row-gap: 5px;
}

.tab-menu ul li {
    float: left;
    margin: 0;
    width: auto;
    font-family: "Gotham-Medium";
    cursor: pointer;
    font-size: 12px;
    line-height: 26px;
    margin-right: 4px;
    border-radius: 10px;
    height: auto;
    color: var(--white);
    list-style: none;
    position: relative;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.tab-menu ul li a {
    background-color: #16446b;
    width: fit-content;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 5px;
    border-radius: 7px;
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Gotham-Medium";
}

.tab-menu ul li a::before {
    content: none;
}

.tab-menu ul li:hover {
    background-color: var(--secondary-color);
}

.tab-a.active-a {
    background-color: var(--secondary-color);
}

.tab-content .addres a {
    color: var(--white);
}

.tab-content .addres a::before {
    content: none;
}

.tab-a:hover {
    background-color: var(--secondary-color);
}

.tab-a.active-a::before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgb(35 110 175);
    border-top-color: var(--secondary-color);
    border-width: 9px;
    margin-left: -8px;
}

.tab-a img {
    width: 20px;
}

.call-back-enquiry-wrap h4 {
    padding: 0 0 15px;
    color: var(--secondary-color);
    margin: 0 0 7px;
    font-family: "Gotham-Book";
    font-size: 24px;
}

.call-back-enquiry-wrap h4 span {
    font-family: "Gotham-Bold";
}

#sendEnquiry label {
    color: var(--white);
    padding-left: 5px;
}

#sendEnquiry input {
    height: 40px;
    font-size: 0.8rem;
    border-radius: 5px;
}

#sendEnquiry .radioservice {
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 999;
}

#sendEnquiry label.radio input[type="checkbox"]:checked+.custom-radio {
    background-image: url(../images/tick-white.svg);
}

#sendEnquiry .submit {
    height: auto;
}

.issuer-col {
    display: none;
}

.merchant-col {
    display: none;
}

.partnerform h3 {
    font-size: 18px;
    font-weight: bold;
    color: var(--secondary-color);
    font-family: "Gotham-Light";
}

.partnerform label {
    display: inline-block;
    clear: both;
    color: var(--primary-color);
    vertical-align: top;
    font-size: 12px;
    font-family: "Gotham-Medium";
    text-transform: uppercase;
}

.partnerform .form-control {
    font-family: "Gotham-Light";
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
    height: 40px;
}

.partnerform .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 174, 233, 0.29);
}

.sstaff {
    display: none;
}

.submit {
    font-size: 18px !important;
    color: #fff;
    font-family: "Gotham-Medium";
    /* padding: 8px 44px; */
    padding: 12px 44px !important;
    background: var(--secondary-color);
    border: 0;
}

.chairman-wrap h4 {
    color: var(--secondary-color);
    /* font-family: 'Gotham-Medium'; */
    font-family: "Gotham-Medium";
    font-size: 30px;
    text-transform: uppercase;
}

.chairman-wrap p a {
    color: var(--primary-color);
}

.tech-wrap.privacy-wrap h2 {
    color: var(--secondary-color);
    margin: 20px 0px;
    font-family: "Gotham-Light";
}

.chairman-wrap ul {
    padding: 0;
}

.chairman-wrap ul li {
    list-style: none;
    font-family: "Gotham-Light";
    font-size: 14px;
}

.whistleblower-wrap p {
    color: #fff;
    padding-left: 85px;
    padding-top: 40px;
    margin-left: -36px;
    font-size: 16px;
}

.whistleblower-wrap .content-wrap .speak-colomn {
    position: relative;
}

.whistleblower-wrap .speak-colomn img {
    position: absolute;
    left: 20px;
    top: 0px;
}

.whistleblower-wrap li {
    display: block;
    margin: 0 0 3px;
    color: var(--white);
    font-size: 15px;
    font-family: "Gotham-Light";
}

.whistleblower-wrap ul {
    display: block;
    margin: 25px 0 15px;
    padding-left: 24px;
}

.wrap-hide {
    overflow: hidden;
    cursor: default;
    display: none;
}

.wrap-hide p {
    font-size: 14px;
}

.wrap-hide p a {
    color: var(--primary-color);
}

.report-grey {
    background-color: #f3f3f6;
    padding: 25px;
    width: 100%;
}

.report-grey h2 {
    color: var(--primary-color);
    font-family: "Gotham-Medium";
    font-size: 17px;
    text-decoration: underline;
    margin: 0 0 10px;
}

.contry-contact-list {
    margin: 0 0 0 20px;
    display: block;
    padding: 0;
}

.contry-contact-list li {
    width: 48%;
    display: flex;
    /* height: 17px; */
    margin: 0 0 5px;
    font-size: 14px;
    color: var(--primary-color);
    float: left;
    flex-wrap: wrap;
}

.report-grey a {
    color: var(--primary-color);
    font-family: "Gotham-Medium";
    font-size: 13px;
}

.cld-bx {
    width: 100%;
    padding: 25px;
    min-height: 220px;
    background: rgb(0, 56, 94);
    background: linear-gradient(45deg,
            rgba(0, 56, 94, 1) 10%,
            rgba(0, 98, 165, 1) 50%,
            rgba(0, 56, 94, 1) 90%);
}

.know-more-wrap {
    background-color: var(--white);
    padding: 35px 0;
}

.cld-bx .icon {
    display: block;
    margin: 10px 0 0;
}

.cld-bx a {
    color: var(--white);
    display: block;
    font-size: 16px;
    margin: 20px 0;
}

.grey-bx h3 {
    clear: both;
    font-family: "Gotham-Medium";
    color: var(--primary-color);
    font-size: 24px;
}

.grey-bx p {
    font-size: 14px;
}

.grey-bx p a {
    color: var(--primary-color);
}

.grey-bx {
    background-color: #f3f3f6;
    padding: 25px;
    min-height: 220px;
    width: 100%;
}

.know-more-wrap .grey-bx h4 {
    color: var(--secondary-color) !important;
    font-family: "Gotham-Medium";
    display: block;
    font-weight: 700;
    margin: 15px 0;
    font-size: 22px;
}

.flyer-page h2 {
    color: var(--secondary-color);
    font-size: 36px;
    font-family: "proxima_nova_ltsemibold";
    position: relative;
    margin: 30px 0 60px;
}

.flyer-page p {
    color: #100c0d;
    font-size: 18px;
    line-height: 24px;
    font-family: "montserratregular", sans-serif;
}

.flyer-page .video-list {
    text-align: center;
    margin: 30px 0;
}

.flyer-page .video-list .wrap-video {
    display: block;
    text-align: center;
}

.desk-video {
    display: block;
}

.flyer-page .video-list h3 {
    color: var(--primary-color);
    text-align: center;
    font-family: "proxima_nova_rgbold";
    margin: 15px 0;
    font-size: 31px;
}

.flyer-page .video-list .wrap-video .click-wrap {
    display: inline-block;
}

.flyer-page h2:after {
    color: var(--secondary-color);
    position: absolute;
    width: 95px;
    height: 5px;
    background-color: var(--secondary-color);
    margin: 0 auto;
    content: "";
    bottom: -15px;
    left: 50%;
    margin-left: -59px;
}

.flyer-page .video-list h3 a {
    color: var(--primary-color);
    font-family: "proxima_nova_rgbold";
}

.flyer-page .video-list .btn.download {
    padding: 0px 20px;
    color: var(--white);
    font-size: 14px;
    line-height: 27px;
    margin: 0 auto;
    margin: 0 0 5px;
    background-color: var(--primary-color);
    border-radius: 35px;
    font-family: "montserratregular", sans-serif;
}

.flyer-page .video-list .btn.download:hover,
.flyer-page .video-list .btn.download:focus {
    background-color: var(--secondary-color);
}

.hide-show {
    padding: 15px;
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.8s ease, max-height 0.8s ease;
}

.show-hide {
    max-height: 200px;
    opacity: 1;
}

.flyer-page .video-list .hide-show p {
    font-size: 13px;
    font-family: "proxima_nova_ltlight";
    line-height: 18px;
    margin: 0 0 15px;
}

.hide-show a {
    color: #000;
    background-color: var(--secondary-color);
    padding: 5px 10px;
    color: var(--white);
    margin: 0 0 5px;
    border-radius: 5px;
    font-family: "proxima_nova_ltlight";
    font-size: 13px;
}

.btn.download {
    background-color: var(--primary-color);
    padding: 8px 45px;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    border-radius: 25px;
    margin: 50px auto;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    font-family: "montserratregular", sans-serif;
}

.btn.download:hover {
    background-color: var(--secondary-color);
}

.video-list li {
    list-style: none;
}

.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #00000081;
}

.video-container .video-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.video-container .video-modal video {
    width: 100%;
}

.close-video {
    width: 35px;
    height: 35px;
    background: #00000070;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
}

a.btn.red.fwrap {
    position: absolute;
    top: 50%;
    right: 35px;
    background: var(--primary-color);
    font-family: "Gotham-Light", sans-serif;
    color: #ffffff;
    transform: translateY(-50%);
    border-radius: 0;
}

.section.web-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

ul.solution-list {
    padding: 50px 0;
}

ul.solution-list li figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

ul.solution-list li {
    list-style: none;
    margin-bottom: 20px;
}

ul.solution-list li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

ul.solution-list li a:hover::before {
    opacity: 1;
}

ul.solution-list li figure a::before {
    content: "";
    background: url(../images/others/play.png) no-repeat center center;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 10;
}

ul.solution-list li figure img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.webinar-wrap .content {
    padding: 40px 50px;
}

.webinar-wrap .content h3 {
    color: var(--primary-color);
    margin: 0 0 20px;
    font-family: "Gotham-Medium";
}

.webinar-wrap .agenda-list {
    display: block;
}

.webinar-wrap .agenda-list {
    display: block;
    padding: 0;
}

.webinar-wrap .agenda-list li {
    position: relative;
    padding: 0 0 0 28px;
    margin: 0 0 13px;
    font-family: "Gotham-Medium";
    font-size: 16px;
    color: var(--primary-color);
    list-style: none;
}

.agenda-list li:before {
    position: absolute;
    background-image: url(../images/others/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    content: "";
    left: 0px;
    top: 0px;
}

.webinar-wrap .grey-bg {
    background-color: #f3f4f5;
    padding: 45px;
    margin: 0 0 50px;
}

.webinar-wrap .grey-bg ul {
    padding: 0;
}

.webinar-wrap .grey-bg ul li {
    list-style: none;
}

.webinar-wrap .grey-bg li .bg-bx {
    background-color: #ffffff;
    padding: 25px;
    height: 100%;
}

.webinar-wrap .grey-bg li i {
    display: block;
    margin: 0 0 20px;
}

.webinar-wrap .grey-bg li p {
    font-family: "Gotham-Medium";
    font-size: 16px;
    color: var(--primary-color);
    display: block;
}

.webinar-wrap .grey-bg li p strong {
    font-family: "Gotham-Medium";
    font-size: 18px;
    font-weight: normal;
    color: var(--secondary-color);
}

.webinar-wrap .grey-bg li p a {
    font-family: "Gotham-Medium";
    color: var(--secondary-color);
}

.update-top {
    font-size: 20px;
    color: var(--primary-color);
    background: #ededed;
}

.update-form .container {
    background: #ededed;
    padding: 60px 60px;
}

.update-form h2 {
    font-family: "Gotham-Bold";
    font-size: 26px;
    color: var(--secondary-color);
}

.update-form span {
    font-family: "Gotham-book";
    font-size: 20px;
    color: var(--primary-color);
}

.update-form .mid {
    font-size: 18px;
    margin: 30px 0 0;
    display: block;
}

#merchantid:read-only {
    color: #838489;
}

#merchantid {
    font-family: "Gotham-Medium";
    font-size: 14px;
    height: 40px;
    border: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 6px 12px 6px 15px;
    border-radius: 4px;
    max-width: 300px;
}

.update-form .container {
    background: #ededed;
    padding: 60px 60px;
}

.form-wrap .row {
    justify-content: space-around;
}

.update-form h3 {
    font-family: "Gotham-Medium";
    font-size: 23px;
    color: var(--primary-color);
    margin-bottom: 30px;
}

.form-wrap label {
    font-family: "Gotham-bold";
    font-size: 14px;
    text-transform: uppercase;
    color: #1b3564;
    position: relative;
    margin: 0 0 10px;
    padding: 0 22px 0 0;
    display: inline-block;
}

.form-wrap input:read-only {
    background-color: #e3e3e3;
    border: 1px solid #ccc;
    color: #838489;
}

.form-wrap input[type="text"],
#merchantid {
    font-family: "Gotham-Medium";
    font-size: 14px;
    height: 40px;
    border: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 6px 12px 6px 15px;
    border-radius: 4px;
}

.update-form h4 {
    font-family: "Gotham-bold";
    font-size: 14px;
    color: var(--primary-color);
    margin: 30px 0;
}

.update-form input[type="submit"] {
    font-family: "Gotham-Medium";
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: var(--secondary-color);
    border: none;
    margin: 30px 0 0;
    max-width: 324px;
    width: 100%;
    padding: 10px 15px 11px;
    border-radius: 4px;
}

.covid .tech-wrap {
    background: white;
    padding: 50px;
}

.covid .tech-wrap strong {
    font-family: "Gotham-Bold";
}

.covid19message .covid-swiper-one .swiper-slide {
    padding: 40px;
    position: relative;
}

.covid19message .covid-swiper-one .swiper-slide::before {
    background: url(../images/others/quote.svg) no-repeat;
    content: "";
    width: 79px;
    height: 57px;
    position: absolute;
    left: 37px;
    top: 12px;
    z-index: 9;
}

.covid19message .covid-swiper-one .swiper-slide::after {
    background: url(../images/others/quote2.svg) no-repeat;
    content: "";
    width: 79px;
    height: 57px;
    position: absolute;
    right: 37px;
    bottom: 13px;
    transform: rotate(180deg);
    z-index: 9;
}

.covid19message .covid-swiper-one .swiper-slide .item {
    border: 7px solid #f16667;
    padding: 15px 15px 8px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    position: revert;
}

.covid19message .covid-swiper-one .swiper-slide .item::before,
.covid19message .covid-swiper-one .swiper-slide .item::after {
    border-left: 7px solid #f16667;
    background: #f3f3f6;
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
}

.covid19message .covid-swiper-one .swiper-slide .item::before {
    right: 17px;
    top: 12px;
    transform: rotate(-49deg);
}

.covid19message .covid-swiper-one .swiper-slide .item::after {
    left: 17px;
    bottom: 12px;
    transform: rotate(132deg);
}

.covid19message .covid-swiper-one .swiper-slide .item h6 {
    color: var(--primary-color);
    margin: auto 0 0;
    font-family: "Gotham-Medium";
}

.covid19message .covid-swiper-one .swiper-slide .item h6 span {
    display: block;
    margin: 5px 0 0;
    font-family: "Gotham-Light";
}

.covid19message .covid-swiper-one .swiper-slide .item p {
    color: var(--primary-color) !important;
}

@media (max-width: 991px) {
    .covid19message .covid-swiper-one .swiper-slide {
        padding: 20px;
    }

    .covid19message .covid-swiper-one .swiper-slide .item::before,
    .covid19message .covid-swiper-one .swiper-slide .item::after {
        width: 30px;
        height: 30px;
    }

    .covid19message .covid-swiper-one .swiper-slide .item::before {
        right: 12px;
        top: 8px;
    }

    .covid19message .covid-swiper-one .swiper-slide .item::after {
        left: 10px;
        bottom: 9px;
    }

    .covid19message .covid-swiper-one .swiper-slide::before,
    .covid19message .covid-swiper-one .swiper-slide::after {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    .covid19message .covid-swiper-one .swiper-slide::before {
        left: -13px;
        top: -1px;
    }

    .covid19message .covid-swiper-one .swiper-slide::after {
        right: -18px;
        bottom: -1px;
    }

    .purpose .covid-swiper-two .swiper-button-next,
    .purpose .covid-swiper-two .swiper-button-prev {
        visibility: visible !important;
    }
}

.purpose .covid-swiper-two {
    background: url(../images/others/map-bg.png) no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0 60px;
}

.purpose .covid-swiper-two .swiper-button-next,
.purpose .covid-swiper-two .swiper-button-prev {
    visibility: hidden;
}

.purpose .covid-swiper-two .circle {
    background: url(../images/others/circle-red.svg) no-repeat;
    background-size: 100%;
    width: 290px;
    height: 290px;
    padding: 15px;
    margin: 10px auto;
    position: relative;
}

.purpose .covid-swiper-two .circle::before {
    background: url(../images/others/lines-red.svg) no-repeat;
    background-size: 100%;
    content: "";
    position: absolute;
    left: -40px;
    top: 25px;
    width: 72px;
    height: 20px;
    z-index: 0;
}

.purpose .covid-swiper-two .circle .inner {
    background: var(--secondary-color);
    border-radius: 50%;
    border: 2px solid var(--secondary-color);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.25);
    padding: 24px;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.purpose .covid-swiper-two .circle .inner h3,
.purpose .covid-swiper-two .circle .inner p {
    color: var(--white);
}

.purpose .covid-swiper-two .circle .inner h3 {
    font-family: "Gotham-Bold";
    font-size: 20px;
}

.purpose .covid-swiper-two .circle .inner p {
    font-size: 14px;
}

.purpose .covid-swiper-two .circle-2 {
    background-image: url(../images/others/circle-blue.svg);
}

.purpose .covid-swiper-two .circle-2::before {
    background-image: url(../images/others/lines-blue.svg);
    top: auto;
    bottom: 25px;
}

.purpose .covid-swiper-two .circle-2 .inner {
    background: #42b7e6;
    border-color: #3daad6;
}

.purpose .covid-swiper-two .circle-3 {
    background-image: url(../images/others/circle-blue2.svg);
    background-position: center 4px;
}

.purpose .covid-swiper-two .circle-3::before {
    background-image: url(../images/others/lines-blue2.svg);
}

.purpose .covid-swiper-two .circle-3 .inner {
    background: #1a3564;
    border-color: #18315d;
}

.issuer-new .nav-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.issuer-new .nav-tabs li {
    width: 100%;
}

.issuer-new .nav-tabs li button {
    width: 100%;
    font-family: "Gotham-Medium";
    padding: 10px;
    color: var(--primary-color);
    border: 0;
}

.issuer-new .nav-tabs li button:hover,
.issuer-new .nav-tabs li button.active {
    border: 0;
    border-bottom: 2px solid var(--secondary-color);
    color: var(--secondary-color);
}

.issuer-new .tab-content {
    padding: 20px 0;
}

.issuer-new .tab-content h5 {
    font-family: "Gotham-Medium";
    color: var(--primary-color);
}

.issuer-new .tab-content img {
    position: sticky;
    top: 15px;
    border-radius: 10px;
}

.issuer-new .tab-content span {
    font-family: "Gotham-Light";
}

.issuer-new .tab-content ul li {
    font-family: "Gotham-Light";
    color: var(--primary-color);
    list-style: disc;
}

.videolist-header .bg-title {
    background: #f9f9fa;
    padding: 30px;
}

.videolist-header .bg-title h2 {
    color: var(--primary-color);
    text-transform: uppercase;
    font-family: "Gotham-Light";
}

.view-options {
    float: right;
}

.view-options span {
    margin-left: 7px;
}

.btn.red {
    background: var(--secondary-color);
    color: #fff;
}

@media (min-width: 768px) {
    .videolist-header .bg-title .btn {
        margin: 0 20px 0 0;
    }
}

.videolist-wrapper .video-image {
    margin: 0 0 20px;
    /* min-height: 265px; */
    position: relative;
}

.videolist-wrapper h3 {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    min-height: 57px;
}

.videolist-wrapper h3 a {
    color: var(--primary-color);
}

.videolist-wrapper.video-image {}

.videolist-wrapper.video-image a {
    display: block;
    position: relative;
}

.videolist-wrapper .video-image a:before {
    background: url(../images/others/play.png) no-repeat center center;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -32px 0 0 -32px;
    height: 64px;
    width: 64px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.videolist-wrapper .video-image a:hover:before {
    opacity: 1;
}

.videolist-wrapper .video-list {
    display: none;
}

.videolist-wrapper .video-list .video-image {
    width: 33.33333333%;
}

.steptocleanposterminals .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.steptocleanposterminals .col-item {
    padding: 40px;
    width: 50%;
}

.steptocleanposterminals .col-item h2 {
    font-family: "Gotham-Light";
}

.steptocleanposterminals .top .col-item {
    padding-bottom: 0;
}

.covid19message .light-bg2,
.steptocleanposterminals .light-bg2 {
    background: #f9f9fa;
    color: var(--primary-color);
}

.steptocleanposterminals .col-item:last-child {
    background: #f0f0f1;
}

.steptocleanposterminals .col-item p {
    font-size: 14px;
    margin-bottom: 0;
}

.list-steps {
    color: var(--primary-color);
    margin-bottom: 20px;
    padding: 0;
}

.list-steps li {
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Gotham-Light";
    font-size: 14px;
}

.list-steps img {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 67px;
}

.nvideo .content-wrap {
    padding: 15px;
}

.nvideo .content-wrap h2 {
    margin-bottom: 0px;
    font-family: "Gotham-Medium";
    font-size: 30px;
    color: var(--white);
}

.campaign-close {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background-color: transparent;
    font-size: 30px;
}

.campaign-desc-box {
    display: none;
}

@media (max-width: 786px) {
    .main-wrapper .hero .title {
        line-height: 1.5;
        font-size: 26px;
        margin-top: 60px;
        line-height: 15px;
        padding: 80px 0;
    }

    .popup-content {
        padding: 50px 15px !important;
    }
}

@media (max-width: 991px) {
    .person-details {
        padding-left: 0 !important;
    }
}

.closeRegional {
    border: 0;
    padding: 0;
    background: transparent;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
}

.person-details {
    padding-left: 50px;
    max-width: 700px;
    width: 100%;
}

.popup-content {
    padding: 94px 40px 94px;
}

.news-details .pad-warp {
    padding: 50px 50px;
}

.news-details .wrap-text {
    position: relative;
    min-height: 265px;
    padding-bottom: 65px;
}

.wrap-text .btn.red,
.mobileback {
    float: right;
}

.news-details .wrap-text h3 {
    font-family: "Gotham-Medium";
    font-size: 36px;
    padding-top: 50px;
}

.news-details h5 {
    font-family: "Gotham-Medium";
    /* font-size: 20px; */
    font-size: 14px;
    color: var(--secondary-color);
    border-top: 2px solid rgba(0, 45, 92, 0.1);
    padding: 10px 0px;
    border-bottom: 2px solid rgba(0, 45, 92, 0.1);
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media (max-width: 768px) {
    .news-details .pad-warp {
        padding: 30px 15px;
    }

    .news-details .wrap-text h3 {
        font-size: 26px;
    }
}

.events-details h3 {
    font-family: "Gotham-Medium";
    font-size: 36px;
    clear: both;
}

.events-details h4 {
    font-family: "Gotham-Medium";
    font-size: 20px;
    color: var(--primary-color);
    /* border-top: 2px solid rgba(0, 45, 92, 0.1); */
    padding: 10px 0px;
    /* border-bottom: 2px solid rgba(0, 45, 92, 0.1); */
    margin: 0;
    text-transform: uppercase;
}

.events-details .wrap-text {
    position: relative;
    min-height: 265px;
    padding-bottom: 65px;
}

.events-details h4 span {
    font-family: "Gotham-Light";
}

.pad-eve {
    padding: 50px 50px;
}

.mar-eve {
    padding: 50px 50px;
}

p.head-one {
    color: var(--primary-color);
    /* font-family: 'Gotham-Bold'; */
    font-family: "Gotham-Medium";
    margin-bottom: 25px;
    font-size: 22px;
}

.myCarousel .carousel-inner,
#myCarousel2 .carousel-inner {
    max-width: 650px;
    margin-inline: auto;
}

.myCarousel .carousel-control-next-icon,
#myCarousel2 .carousel-control-next-icon {
    max-width: 650px;
    margin-inline: auto;
}

.myCarousel .carousel-inner,
#myCarousel3 .carousel-inner {
    max-width: 650px;
    margin-inline: auto;
}

.myCarousel .carousel-control-next-icon,
#myCarousel3 .carousel-control-next-icon {
    max-width: 650px;
    margin-inline: auto;
}

.myCarousel .carousel-control-next,
.myCarousel .carousel-control-prev {
    opacity: 1;
}

.myCarousel .carousel-control-next {
    right: 150px;
}

.myCarousel .carousel-control-prev {
    left: 150px;
}

.myCarousel .carousel-control-next,
.myCarousel .carousel-control-prev {
    opacity: 1;
    height: 50px;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.myCarousel .carousel-control-next-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxLjJlbSIgaGVpZ2h0PSIxLjJlbSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJtMTAgMTdsNS01bC01LTUiLz48L3N2Zz4=);
}

.myCarousel .carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxLjJlbSIgaGVpZ2h0PSIxLjJlbSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJtMTQgN2wtNSA1bDUgNSIvPjwvc3ZnPg==);
}

.event-clients h1 {
    font-family: "Gotham-Medium";
    font-size: 24px;
    color: var(--secondary-color);
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 0;
}

.event-clients p a {
    color: var(--secondary-color);
}

.terms-content-wrapper {
    display: flex;
    margin: 0px;
    padding: 21px;
    justify-content: center;
    align-items: center;
    height: 700px;
}

.terms-content-wrapper .content-box {
    padding: 50px;
    text-align: center;
}

.terms-content-wrapper .container-box {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 767px;
}

.terms-content-wrapper .content-nav-bar ul {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
}

.terms-content-wrapper li {
    list-style: none;
}

.terms-content-wrapper li.firstchild a {
    color: var(--primary-color);
}

.terms-content-wrapper li a {
    color: rgb(60, 62, 64);
}

.terms-content-wrapper ul {
    padding: 0;
}

.terms-content-wrapper .terms-title {
    font-family: "Gotham-Medium";
    font-size: 29px;
    color: var(--primary-color);
    text-align: left;
    margin-bottom: 15px;
}

.merchant-btn-wrap .merchant-btn-ctnt .btn.red {
    background: var(--secondary-color);
    color: #fff;
    width: 67% !important;
    display: flex !important;
    /* justify-content: center !important; */
    text-align: left;
}

.btn-wrap01 .font18 {
    width: 100%;
    text-align: left;
}

.font14 {
    display: contents;
    font-size: 13px;
}

.merchant-btn-wrap .merchant-btn-ctnt-dd {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 3px;
}

.merchant-btn-wrap .merchant-btn-ctnt-dd .btn-wrap01 {
    margin: 0;
    text-align: start;
    width: 67%;
}

.merchant-btn-wrap .merchant-btn-ctnt-dd .download-list {
    position: relative !important;
    display: none;
    top: 100%;
    min-width: 250px;
    width: 100%;
}

.download-list li a {
    background-color: #efeef4;
    color: #000000;
    font-family: "Gotham-Medium";
    font-size: 15px;
    padding: 8px 10px;
    display: block;
    border-bottom: 1px solid #e4e3e8;
    text-align: left;
}

.features-inner li {
    position: relative;
    padding-left: 35px;
    /* Adjust as needed to provide space for the icon */
    margin-bottom: 10px;
    list-style: none;
    /* Add margin for better spacing */
}

.features-inner li::before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/check2.svg) no-repeat 0 0;
    background-size: cover;
}

.features-inner li::marker {
    content: none;
}

.purpose .heading h2 {
    position: relative;
}

.purpose .heading h2::after {
    width: 30px !important;
    height: 25px !important;
    /* height: 100%; */
    left: 0px !important;
    top: -35px;
    position: absolute !important;
    z-index: 2 !important;
    content: "";
    background: url(../images/quote.png) no-repeat center center !important;
}

.purpose .heading p {
    font-size: 27px !important;
    font-family: Gotham-Medium !important;
}

.ngList-new02 {
    padding-left: 40px;
    position: relative;
    padding-bottom: 10px;
    color: var(--white) !important;
    font-size: 16px;
    list-style: none !important;
    font-family: "Gotham-Light";
    margin-bottom: 0;
}

.ngList-new02 li {
    list-style: none;
    margin-bottom: 5px;
    position: relative;
}

.ngList-new02 li::before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: -32px;
    top: 0;
    background: url(../images/check4.svg) no-repeat 0 0;
    background-size: cover;
}

p {
    margin-bottom: 0;
}

.DropdownSelect {
    position: relative;
    width: fit-content;
}

.DropdownSelect .content {
    background-color: var(--white);
    padding: 8px 15px;
    color: #000;
    font-family: "Gotham-Medium";
    cursor: pointer;
}

.DropdownSelect ul {
    padding: 0;
    background-color: #fff;
    display: none;
    position: absolute;
    width: -webkit-fill-available;
}

.DropdownSelect ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #e9e8e8;
    transition: 0.3s;
}

.DropdownSelect ul li:hover {
    background-color: #f3f3f3;
}

.hidden {
    display: none;
}

.learn-more-details {
    cursor: pointer;
}

.open-dropown p {
    font-family: "Gotham-Light";
    font-size: 14px !important;
    color: #fff !important;
    margin: 0 30px 10px;
    line-height: 21px;
}

.card-list-down {
    padding: 0;
}

.card-list-down li {
    position: relative;
    padding-left: 35px;
    list-style: none;
}

.card-list-down li:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    width: auto;
    text-align: center;
    top: -2px;
    left: 11px;
    font-size: 13px;
    color: #fff;
    transform: rotate(270deg);
}

.card-list-down li h4 {
    color: #fff;
    font-family: "Gotham-Medium";
    font-size: 13px;
}

.card-list-down li p {
    color: #fff;
    font-family: "Gotham-Light";
    font-size: 12px !important;
    margin: 0 0 10px;
    line-height: 21px;
}

.arrow {
    transition: transform 0.3s ease;
}

.arrow.rotate {
    transform: rotate(180deg);
}

.web-list {
    padding: 50px 0;
}

.webinar-list li {
    list-style: none;
}

/* .webinar-list li:first-child {
  /* padding-right: 30px; 
}

.webinar-list li:last-child {
  padding-left: 30px;
} */

.webinar-list li a {
    display: flex;
    align-items: center;
    padding: 25px;
    background-color: #f6f8f7;
    font-size: 20px;
    font-family: "Gotham-Medium";
    color: #0069b1 !important;
    text-transform: uppercase;
}

.webinar-list li i {
    margin-right: 20px;
}

.main-wrapper .hero {
    /*  min-height: max-content !important;*/
    display: flex;
    align-items: center;
}

#current-time,
#total-time {
    font-family: "Gotham-Light";
}

.card-processing-solutions ol {
    padding-left: 0 !important;
}

.detailContentwrap {
    padding: 20px 70px 20px 10px !important;
}

.discover-ctnt-box {
    display: flex;
    align-items: center;
    background-color: #0169b0;
    padding: 20px 20px;
    border-radius: 10px;
    min-height: 115px;
    margin-bottom: 15px;
}

.discover-ctnt-box h2 {
    font-size: 14px;
    color: #fff;
    padding-left: 15px;
    font-family: "Gotham-Light";
    margin: 0;
}

.discover-icon img {
    width: 70px;
}

@media (max-width: 768px) {
    .banner-heading span {
        font-size: 20px !important;
    }
}

.scrollbar .day-1 li figure {
    width: 55px;
    margin-bottom: 0;
}

.news-details p {
    margin-bottom: 10px;
}

.news-details ul li::marker {
    color: #236eaf;
}