body {
    /* font-size: 1rem !important;
    font-family: 'universe-fiserv'; */
    scroll-behavior: smooth;
}

:root {
    font-size: 1.111vw;
}

@font-face {
    font-family: 'universe-fiserv';
    src: url('../fonts/UniversForFiserv55.ttf') format('ttf');
    src: url('../fonts/UniversForFiserv55.woff') format('woff');
}

@font-face {
    font-family: 'Univers Fiserv Light';
    src: url('../fonts/UniversForFiserv45-Lt.ttf') format('ttf');
    src: url('../fonts/UniversForFiserv45-Lt.woff') format('woff');
}

p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0 !important;
    font-family: 'Univers Fiserv Light', arial;
}

.fsrv-containers {
    max-width: 90rem;
    width: 100%;
    margin: auto;
    padding: 0 6.5rem;
}

.fsrv-orange-bg {
    background-color: #FF6600;
    padding: 1.5rem 6.5rem;
    position: sticky;
    top: 0;
    z-index: 99999;
    height: 5rem;
    width: 100%;
}

.fsrv-pb-16 {
    padding-bottom: 1rem;
}

.fsrv-pt-32 {
    padding-top: 2rem;
}

.fsrv-pr-8 {
    padding-right: 0.5rem;
}

.pr-4 {
    padding-right: 4rem;
}

.fsrv-ml-0 {
    margin-left: 0 !important;
}

.fsrv-fiserv-logo {
    width: 20.203rem;
    height: 2rem;
}

.fsrv-nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: 'Univers Fiserv Light', arial;
    display: flex;
    color: #ffffff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fsrv-nav-list li:first-child,
.fsrv-nav-list li:last-child {
    padding: 0;
}

.fsrv-nav-list li:nth-child(2),
.fsrv-nav-list li:nth-child(4) {
    padding: 0 2rem;
}

.fsrv-nav-icons {
    gap: 1rem;
}

.fsrv-nav-icon {
    width: 1.25rem;
}

.fsrv-gloval-icon {
    /* margin: 0 1rem; */
}

.fsrv-banner-section {
    position: relative;
    background-image: url('../images/banner.jpg');
    width: 100%;
    /* height: 100%; */
    height: 92vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.fsrv-banner-left {
    background-color: #0e0e0e48;
    backdrop-filter: blur(0.75rem);
    /* height: 43.25rem; */
    height: 92vh;
    display: flex;
    align-items: center;
}

.fsrv-banner-content {
    padding-right: 8.438rem;
}

.fsrv-heading-text {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.6rem;
    font-family: 'Univers Fiserv Light', arial;
    color: #ffffff;
}

.fsrv-para-text {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    font-family: 'Univers Fiserv Light', arial;
    color: #ffffff;
    padding-top: 2rem;
}

/* Footer section start */
.fsrv-footer-section {
    padding: 3.75rem 0 0 0;
}

.fsrv-fiserv-footer-logo {
    width: 6.5rem;
}

.fsrv-footer-para-text {
    font-family: 'Univers Fiserv Light', arial;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    color: #666666;
    padding-top: 2.969rem;
    padding-bottom: 1rem;
}

.fsrv-footer-blue-text {
    font-family: 'Univers Fiserv Light', arial;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
    color: #2E8BC9;
    text-decoration: none;
}

.fsrv-footer-blue-text span {
    margin-left: 0.75rem;
}

.fsrv-footer-logo {
    width: 2rem;
    height: 2rem;
}

.fsrv-pt-48 {
    padding-top: 3rem;
}

.fsrv-footer-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: 'Univers Fiserv Light', arial;
    color: #000000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
}

.fsrv-footer-list a {
    color: #000000;
    text-decoration: none;
    font-family: 'Univers Fiserv Light', arial;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
}

.fsrv-footer-list a:hover {
    text-decoration: underline;
}

.fsrv-footer-bottom-content {
    border-top: 0.063rem solid #e0e0e0;
    padding: 2.5rem 0;
    margin-top: 2.5rem;
}

.fsrv-footer-bottom-text {
    font-family: 'Univers Fiserv Light', arial;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
    color: #333333;
}

.fsrv-footer-bottom-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: 'Univers Fiserv Light', arial;
    color: #333333;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
    display: flex;
}

.fsrv-footer-bottom-list a {
    text-decoration: none;
    font-family: 'Univers Fiserv Light', arial;
    color: #333333;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
    display: flex;
}

.fsrv-footer-bottom-list li {
    display: flex;
}

.fsrv-footer-bottom-list li::after {
    content: "|";
    margin: 0 10px;
}

.fsrv-footer-bottom-list li:last-child::after {
    content: "";
    margin: 0;
}

.fsrv-social-icons {
    gap: 1rem;
}

/* Footer section end */
/* 
footer {
    padding-bottom: calc(1em + env(safe-area-inset-bottom));
} */

.fsrv-fiserv-logo-orange {
    width: 4.954rem;
    height: 2.5rem;
}

.fsrv-ceritifiction-section {
    padding: 4rem 0;
}

.fsrv-sub-certificate-text {
    font-size: 2.5rem !important;
}

.fsrv-certificate-text {
    font-family: 'Univers Fiserv Light', arial;
    color: #0e0e0e;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.6rem;
    /* line-height: 3rem; */
}

.fsrv-certificate-text span {
    color: #FF6600;
}

.fsrv-certificate-para-text {
    font-family: 'Univers Fiserv Light', arial;
    color: #0e0e0e;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.925rem;
}

.fsrv-orange-line {
    opacity: 0.4;
    background: #FF6600;
    width: 46.688rem;
    height: 0.063rem;
}

.fsrv-grey-line {
    background: #e0e0e0;
    width: 100%;
    height: 0.063rem;
}

.fsrv-grey-line-2 {
    background: #e0e0e0;
    /* height: 18.15rem; */
    height: auto;
    width: 0.063rem;
}

.fsrv-my-24 {
    padding: 1rem 0;
}

.fsrv-pt-64 {
    padding-top: 4rem;
}

.fsrv-pt-16 {
    padding-top: 1rem;
}

.fsrv-mtb-auto {
    margin: auto 0;
}

.fsrv-mt-16 {
    margin-top: 1rem;
}

.fsrv-pb-90 {
    padding-bottom: 5.625rem;
}

.fsrv-pb-32 {
    padding-bottom: 2rem;
}

.fsrv-pt-40 {
    padding-top: 2.5rem;
}

.fsrv-pb-48 {
    padding-bottom: 3rem;
}

.fsrv-pb-12 {
    margin-bottom: 0.75rem;
}

.fsrv-pb-78 {
    margin-bottom: 4.875rem;
}

.fsrv-pt-26 {
    padding: 1.625rem 0 0 0;
}

.fsrv-pr-64 {
    padding-right: 4rem;
}

.fsrv-pr-16 {
    padding-right: 1rem;
}

.fsrv-pr-200 {
    padding-right: 13rem;
}

.fsrv-pl-0 {
    padding-left: 0;
}

.fsrv-px-12 {
    padding: 0 0.725rem
}

.fsrv-certificate-card {
    /* padding: 2.5rem 2.125rem; */
    padding: 1.5rem 1.5rem;
    /* border-right: 0.063rem solid #e0e0e0;
    border-bottom: 0.063rem solid #e0e0e0; */
    text-align: center;
    width: 25rem;
}

.fsrv-card-img {
    width: 4rem;
}

.fsrv-arrow-img {
    width: 1.5rem;
}

.fsrv-card-heading {
    font-family: 'Univers Fiserv Light', arial;
    color: #000000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.16rem;
    padding: 1rem 0 0.5rem 0;
}

.fsrv-card-para {
    font-family: 'Univers Fiserv Light', arial;
    color: #666666;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
}

.fsrv-linked-certificate {
    width: 34.25rem;
}

.fsrv-section {
    padding: 4rem 0;
}

.jc-start-tab {
    justify-content: flex-start !important;
}

/* Tabs style starts */
.fsrv-tab-section {
    padding: 4rem 0 4rem 0;
    overflow: hidden;
}

.nav-tabs .nav-link {
    padding: 0.5rem 0;
    margin: 0 1rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 0.063rem solid #FF6600;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    border-left-color: #ffffff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #ffffff;
    border-bottom: 0.063rem solid #FF6600;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-link:focus,
.nav-link:hover {
    font-family: 'Univers Fiserv Light', arial;
    /* font-size: 1rem; */
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
    color: #FF6600;
}

.fsrv-tab-heading {
    font-family: 'Univers Fiserv Light', arial;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
    color: #666666;
}

.fsrv-tab-head {
    color: #000000;
}

/* .tab-img { */
/* width: 27.25rem; */
/* height: 51.5rem; */
/* } */

.tab-img {
    /* width: 39.25rem; */
    width: auto;
    height: 40rem;
}

.fsrv-search-bar {
    padding: 0 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0.063rem solid #e0e0e0;
    border-radius: 0.125rem;
    width: 15.875rem;
    height: 2rem;
}

.fsrv-mob-search-bar {
    padding: 1rem 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0.063rem solid #e0e0e0;
    border-radius: 0.125rem;
    height: 2.938rem;
    display: none;
}

.fsrv-search {
    border: none;
    outline: none;
    font-family: 'Univers Fiserv Light', arial;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    width: 100%;
    /* color: #e0e0e0; */
}

.fsrv-search::placeholder {
    color: #e0e0e0;
    font-family: 'Univers Fiserv Light', arial;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.fsrv-search-icon {
    width: 0.875rem;
    height: 0.875rem;
}

.fsrv-tab-search-img {
    width: 0.875rem;
    height: 0.875rem;
}

.fsrv-tab-search-text {
    font-family: 'Univers Fiserv Light', arial;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    color: #e0e0e0;
}

.fsrv-border-bottom {
    border-bottom: 0.063rem solid #e0e0e0;
}

.nav-tabs {
    border: 0;
}

.fsrv-tab-content-img {
    width: 5.5rem;
    height: 5.5rem;
}

.fsrv-tab-content-text {
    font-family: 'Univers Fiserv Light', arial;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.56rem;
    color: #0e0e0e;
}

.fsrv-tab-content-profile-img {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
}

.fsrv-tab-content-profile-text {
    font-family: 'Univers Fiserv Light', arial;
    font-size: 0.725rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    color: #666666;
}

.fsrv-tab-content {
    width: 23.313rem;
    margin-bottom: 1rem;
    margin-right: 2.5rem;
    padding-right: 1rem;
}

.fsrv-width-33 {
    width: 36.7%;
    display: flex;
    justify-content: end;
}

.fsrv-width-67 {
    width: 63.3%;
}

.fsrv-tab-content-container {
    margin-top: 2.5rem;
}

.fsrv-ctn {
    display: flex;
    flex-direction: column;
    /* gap: 0.5rem; */
}

.fsrv-tab {
    color: #0E0E0E;
    font-family: 'Univers Fiserv Light', arial;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
}

.fsrv-select-boxs {
    display: flex;
    gap: 0.5rem;
}

.fsrv-select-boxs .bootstrap-select {
    width: 13rem !important;
}

.fsrv-select-boxs .bootstrap-select button {
    background: #2E8BC9;
    border-radius: 0.125rem;
    /* height: 2rem !important; */
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    color: #ffffff !important;
    outline: none !important;
    border: 0.063rem solid #2E8BC9;
    /* width: 13rem; */
}

.fsrv-select-boxs .filter-option-inner-inner,
.fsrv-select-boxs .dropdown-menu li a span,
.fsrv-select-boxs .dropdown-menu .no-results {
    color: #ffffff;
    font-family: 'Univers Fiserv Light', arial;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.26rem;
}

.fsrv-select-boxs .bootstrap-select .btn:focus {
    outline: none !important;
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fsrv-select-boxs .dropdown-toggle::after {
    background-image: url(../images/select-down-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    width: 0.725rem;
    height: 0.375rem;
    transition: transform .2s ease-in-out;
}

.fsrv-select-boxs .dropdown-toggle.show::after {
    transform: rotate(-180deg);
}
.fsrv-select-boxs .dropdown-menu .inner{
    overflow-x: hidden;
}
.fsrv-select-boxs .dropdown-menu {
    padding: 0;
    border: 0.063rem solid #E0E0E0;
    /* box-shadow: 0 0 0.063rem #E0E0E0; */
    border-radius: 0.125rem;
    width: 13rem;
    max-height: unset !important;
    min-height: unset !important;
}

.fsrv-select-boxs .dropdown-menu li a {
    padding: 0.288rem 0.75rem;
}

.fsrv-select-boxs .dropdown-menu li a:hover {
    background: #f7f7f7 !important;
}

.fsrv-select-boxs .dropdown-menu li a:hover span {
    color: #000000 !important;
}

.fsrv-select-boxs .dropdown-menu .no-results {
    background-color: #ffffff;
    color: #000000;
    padding: 0.688rem 0.75rem;
    margin: 0;
}

.fsrv-select-boxs .dropdown-menu li {
    border-bottom: 0.063rem solid #E0E0E0;
}

.fsrv-select-boxs .dropdown-menu li:nth-last-child(1) {
    border-bottom: none;
}

.fsrv-select-boxs .dropdown-menu li a span {
    color: #000000;
}

.fsrv-select-boxs .dropdown-menu li.active a span {
    color: #000000;
}

.fsrv-select-boxs .dropdown-item.active,
.fsrv-select-boxs .dropdown-item:active {
    background-color: #f7f7f7;
}

.fsrv-select-boxs .bs-actionsbox,
.fsrv-select-boxs .bs-donebutton,
.fsrv-select-boxs .bs-searchbox {
    padding: 0;
}

.fsrv-select-boxs .bs-searchbox .form-control {
    padding: 0.688rem 0.75rem;
    height: 2rem;
    color: #000000;
    border: none;
    border-radius: 0;
    font-size: 0.875rem;
    border-bottom: 0.063rem solid #E0E0E0;
    background: url(../images/select-search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 95%;
    background-size: 0.825rem;
    font-family: 'Univers Fiserv Light', arial;
}
.fsrv-select-boxs input[type="search"]::placeholder {
    color: #e0e0e0;
}
.fsrv-select-boxs input[type="search"]::-webkit-search-decoration,
.fsrv-select-boxs input[type="search"]::-webkit-search-cancel-button,
.fsrv-select-boxs input[type="search"]::-webkit-search-results-button,
.fsrv-select-boxs input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.fsrv-select-boxs .bs-searchbox .form-control:focus {
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-radius: 0;
    border-bottom: 0.063rem solid #E0E0E0;
}

/* Tabs style ends  */

.fsrv-grey-bg {
    background-color: #e0e0e029;
    padding: 4.625rem 0;
}

/* Swiper style starts */
.fsrv-slider-section {
    /* height: 92vh; */
    padding: 5rem 0;
}

.swiper {
    width: 100%;
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 100%;
    width: 100%;
}

.fsrv-arrow.swiper-button-disabled {
    opacity: 0.4;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fsrv-slider-img {
    width: 31.5rem;
}

.fsrv-arrow {
    /* width: 0.725rem; */
    height: 1.5rem;
}

.fsrv-line {
    width: 0.0673rem;
    height: 2.5rem;
}

.fsrv-swiper-content {
    background-color: #ffffff;
}

.fsrv-left-container {
    padding-left: 6.5rem;
}

/* Swiper style ends */

/* Accordion style starts */
.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e0e0e029;
    box-shadow: none;
}

.accordion-button {
    background-color: #e0e0e029;
    padding: 2rem 0 1.5rem 0;
}

.accordion-collapse {
    background-color: #e0e0e029;
}

.accordion-item {
    border-right: 0;
    border-left: 0;
    border-top: 0.063rem solid #e0e0e0;
    border-bottom: 0.063rem solid #e0e0e0;
}

.fsrv-accordion-heading {
    font-family: 'Univers Fiserv Light', arial;
    color: #0E0E0E !important;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.16rem;
}

.fsrv-accordion-heading {
    padding: 1rem 0;
}

.accordion-body.fsrv-card-para {
    line-height: 1.8rem;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type,
.accordion-item:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-body {
    padding: 0 0 1rem 0;
    width: 70%;
}

.accordion-button::after {
    transform: rotate(270deg);
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(360deg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Accordion style ends */

/* Bank section styles  */
.fsrv-bank-section {
    height: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fsrv-number {
    font-size: 13.677rem;
    font-style: normal;
    font-weight: 300;
    line-height: 10.688rem;
    font-family: 'Univers Fiserv Light', arial;
    color: #FF6600;
    margin-bottom: 1.875rem !important;
}

.fsrv-number-2 {
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.5rem;
    font-family: 'Univers Fiserv Light', arial;
    color: #FF6600;
}


.fsrv-bank-text {
    color: #000000;
}

.fsrv-pr-24 {
    margin-right: 1.563rem;
}

.fsrv-bank-svg-text {
    font-size: 2.625rem;
    line-height: 3.78rem;
}

/* Tab animation  */

.fade-in {
    animation-name: fade1;
    animation-duration: 1s;
}

@keyframes fade1 {
    from {
        opacity: .6;
    }

    to {
        opacity: 1;
    }
}

.fade-out {
    animation-name: fade2;
    animation-duration: 1s;
}

@keyframes fade2 {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}


/* resolve section styles */

.fsrv-resolve-container {
    background-color: #f7f7f7;
    padding: 4rem 0;
}

.fsrv-resolve-section {
    width: 100%;
    min-height: 50rem;
    height: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
}

.fsrv-resolve-section .main {
    display: flex;
    font-size: 1.5rem;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    position: absolute;
    background-color: rgb(255, 255, 255, 0.5);
    border-radius: 0.625rem;
    width: 55rem;
    height: 4rem;
}

.fsrv-resolve-section .topics li {
    color: #f60;
    list-style: none;
}

.fsrv-resolve-section ._p {
    color: #0e0e0e;
}

.fsrv-resolve-section ._p,
.fsrv-resolve-section .topics li {
    font-family: 'Univers Fiserv Light', arial;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.6rem;
}

.fsrv-resolve-section .topics {
    height: 3.375rem;
    overflow: hidden;
    margin: 1.375rem 0;
    padding: 0;
}

.fsrv-resolve-section .img {
    position: absolute;
}

.fsrv-resolve-section .img_01 {
    width: 20.3125rem;
    /* height: 6.875rem; */
    top: 1rem;
    left: 3.12rem;
    transform: translate3d(0px, 0px, 0px) rotate(10deg);
}

.fsrv-resolve-section .img_02 {
    top: 2.5rem;
    left: 29.813rem;
    width: 12.5rem;
    transform: translate3d(0px, 0px, 0px) rotate(-10deg);
    /* height: 7.25rem; */

}

.fsrv-resolve-section .img_03 {
    top: 3.75rem;
    right: 21.563rem;
    width: 17.125rem;
    transform: translate3d(0px, 0px, 0px) rotate(10deg);
    /* height: 3.25rem; */
}

.fsrv-resolve-section .img_04 {
    top: 1rem;
    right: -1.375rem;
    width: 16.25rem;
    height: 13rem;
    transform: translate3d(0px, 0px, 0px) rotate(-10deg);
}

.fsrv-resolve-section .img_05 {
    top: 12.688rem;
    left: 0;
    width: 16.3828rem;
    transform: translate3d(0px, 0px, 0px) rotate(-10deg);
    /* height: 5.625rem; */
}

.fsrv-resolve-section .img_06 {
    left: 0.938rem;
    bottom: 1rem;
    width: 19.125rem;
    transform: translate3d(0px, 0px, 0px) rotate(10deg);
    /* height: 12.75rem; */
}

.fsrv-resolve-section .img_07 {
    bottom: 1rem;
    left: 22.875rem;
    width: 23.32rem;
    transform: translate3d(0px, 0px, 0px) rotate(-10deg);
    /* height: 13.0625rem; */
}

.fsrv-resolve-section .img_08 {
    bottom: 2.5rem;
    right: 19.589rem;
    width: 18rem;
    transform: translate3d(0px, 0px, 0px) rotate(10deg);
    /* height: 4.875rem; */
}

.fsrv-resolve-section .img_09 {
    bottom: 1rem;
    right: 0.75rem;
    width: 16.5rem;
    transform: translate3d(0px, 0px, 0px) rotate(-10deg);
}

.fsrv-resolve-section .img_10 {
    bottom: 15.313rem;
    right: -10.625rem;
    width: 20.825rem;
    transform: translate3d(0px, 0px, 0px) rotate(10deg);
    height: 15rem;
}


/* TEXT ANIMATION */

.fsrv-svg-container {
    width: 50%;
}

.fsrv-svg-container svg {
    width: 100%;
    height: 100%;
}

.fsrv-linkedin-logo {
    width: 9.188rem;
}

.fsrv-bank-svg-text-mobile,
.fsrv-mobile-control,
.fsrv-menu-icon,
.menu-section {
    display: none;
}

/* Mobile slider menu  */
.menu-section {
    width: 70vw;
    height: 100vh;
    position: fixed;
    top: 4.625rem;
    right: 0;
    transform: translateX(100%);
    transition: transform 0.5s, opacity 0.5s;
    opacity: 0;
    background-color: #ffffff;
    box-shadow: 0 0 5px #E0E0E0;
}

.menu-section ul {
    margin: 0 !important;
    padding: 0 !important;
}

.menu-section li {
    text-decoration: none;
    list-style: none;
    padding: 1.5rem;
    border-bottom: 0.063rem solid #E0E0E0;
}

.menu-section li a {
    text-decoration: none;
    list-style: none;
    color: #0E0E0E;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    font-family: 'Univers Fiserv Light', arial;
}

.fsrv-menu-icon svg {
    pointer-events: all;
    cursor: pointer;
}

.fsrv-menu-icon .bar {
    -webkit-transform: rotate(0) translateY(0) translateX(0);
    transform: rotate(0) translateY(0) translateX(0);
    opacity: 1;
    -webkit-transform-origin: 20px 10px;
    transform-origin: 20px 10px;
    -webkit-transition: -webkit-transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}

.fsrv-menu-icon .bar:nth-of-type(1) {
    -webkit-transform-origin: 24px 10px;
    transform-origin: 24px 13px;
}

.fsrv-menu-icon .bar:nth-of-type(3) {
    -webkit-transform-origin: 20px 10px;
    transform-origin: 19px 10px;
}

.fsrv-menu-icon.open .bar:nth-of-type(1) {
    -webkit-transform: rotate(-45deg) translateY(0) translateX(0);
    transform: rotate(-45deg) translateY(0) translateX(0);
}

.fsrv-menu-icon.open .bar:nth-of-type(2) {
    opacity: 0;
}

.fsrv-menu-icon.open .bar:nth-of-type(3) {
    -webkit-transform: rotate(45deg) translateY(0em) translateX(0em);
    transform: rotate(45deg) translateY(0em) translateX(0em);
}

/* Tab styles  */
@media screen and (min-width: 481px) and (max-width: 991px) {

    .ai-start-tab {
        align-items: flex-start !important;
    }

    .jc-start-tab {
        justify-content: flex-start !important;
    }

    .tab-width-100 {
        width: 100% !important;
    }

    .fsrv-t-pr-0 {
        padding-right: 0 !important;
    }

    .tab-none {
        display: none !important;
    }

    .fsrv-banner-left {
        width: 50%;
        height: auto;
        padding: 16.625rem 0;
    }

    .fsrv-svg-container {
        width: 50%;
    }

    .fsrv-bank-section {
        height: auto;
        padding: 12.75rem 0;
    }

    .fsrv-certificate-card-group {
        display: flex;
    }

    .fsrv-grey-line-2 {
        display: block !important;
    }

    .fsrv-tab-section {
        padding: 5rem 0;
    }

    .fsrv-banner-section {
        height: 100% !important;
    }

    .fsrv-social-icons {
        padding-bottom: 3rem;
    }
}

/* Mobile Sttyles  */
@media only screen and (max-width: 480px) {
    :root {
        font-size: 1rem;
    }

    .fsrv-m-border-none {
        border-bottom: none;
    }

    .fsrv-m-pb-16 {
        margin-bottom: 1rem !important;
    }

    .fsrv-m-pb-24 {
        padding-bottom: 1.5rem !important;
    }

    .fsrv-m-pb-0 {
        padding-bottom: 0 !important;
    }

    .fsrv-m-pr-0 {
        padding-right: 0 !important;
    }

    .fsrv-p-0 {
        padding: 0 !important;
    }

    .m-d-flex {
        display: flex !important;
    }

    .m-d-gap-2 {
        gap: 2rem;
    }

    .m-d-cr {
        flex-direction: column-reverse !important;
    }

    .m-d-c {
        flex-direction: column !important;
    }

    .m-align-center {
        align-items: center;
    }

    .m-none {
        display: none !important;
    }

    .m-width-100 {
        width: 100%;
    }

    .fsrv-m-pt-32 {
        padding-top: 2rem;
    }

    /* Nav bar  */
    .fsrv-fiserv-logo {
        width: 12.627rem;
        height: 1.5rem;
    }

    .fsrv-orange-bg {
        position: sticky;
        top: 0;
        padding: 1.5rem;
        height: 4.625rem;
    }

    .fsrv-nav-icons {
        display: none !important;
    }

    .fsrv-menu-icon {
        display: block;
        cursor: pointer;
    }

    .menu-section {
        display: block;
    }

    .open-menu {
        transform: translateX(0%) !important;
        opacity: 1 !important;
    }

    .fsrv-containers {
        max-width: 100% !important;
        padding: 0 1.5rem;
    }

    /* Banner  */

    .fsrv-banner-section {
        background-image: url(../images/mobilebanner.jpg);
        background-size: contain;
        background-color: #000000;
        height: 80vh !important;
    }

    .fsrv-banner-content {
        background-color: #0e0e0e48;
        backdrop-filter: blur(0.75rem);
        padding: 2rem 1.5rem;
        margin: unset;
    }

    .fsrv-banner-left {
        width: 100%;
        background-color: unset;
        backdrop-filter: unset;
        height: 80vh !important;
        align-items: flex-end;
    }

    .fsrv-heading-text {
        font-size: 1.75rem;
        line-height: 2.52rem;
    }

    .fsrv-para-text {
        font-size: 1rem;
        line-height: 1.6rem;
        padding-top: 1.5rem;
    }

    /* Bank  */
    .fsrv-bank-container {
        padding: 4rem 1.5rem;
    }


    .fsrv-bank-section {
        padding: 0;
        height: auto;
    }

    .fsrv-bank-container .pr-4 {
        padding-right: 0;
    }

    .fsrv-number {
        font-size: 7.5rem;
        line-height: normal;
        margin-bottom: 0 !important;
        margin-right: 1.563rem;
    }

    .fsrv-number-2 {
        font-size: 2rem;
    }

    .fsrv-bank-container .fsrv-pr-24 {
        display: flex;
        align-items: flex-end;
        margin-right: 0;
        gap: 1.563rem;
    }

    .fsrv-bank-svg-text {
        display: none;
    }

    .fsrv-bank-svg-text-mobile {
        display: block;
        font-size: 1.25rem;
        line-height: 1.7rem;
    }

    .fsrv-svg-container {
        width: 100%;
        margin: 2rem 0 2.5rem 0;
    }

    .fsrv-bank-text {
        font-size: 1.8rem;
        line-height: 2.88rem;
        padding-bottom: 1.5rem !important;
    }

    .fsrv-bank-container .fsrv-card-para {
        font-size: 1rem;
        line-height: 1.6rem;
        text-align: start;
    }

    /* ceritifiction-section */
    .fsrv-ceritifiction-section {
        padding: 4rem 0;
    }

    .fsrv-ceritifiction-section .fsrv-certificate-text {
        font-size: 2rem;
        line-height: 2.88rem;
    }

    .fsrv-certificate-para-text {
        font-size: 1.5rem;
        line-height: 2.16rem;
    }

    .fsrv-certificate-card-group.fsrv-pt-64 {
        padding-top: 1.5rem;
    }

    .fsrv-certificate-card {
        width: 100%;
        padding: 1rem 0rem;
        margin-bottom: 1.5rem;
    }

    .fsrv-ceritifiction-section .fsrv-grey-line {
        display: none;
    }

    .fsrv-section {
        padding: 4rem 0;
    }

    .fsrv-section .fsrv-certificate-text {
        font-size: 1.8rem;
        line-height: 2.88rem;
        padding-bottom: 2rem !important;
    }

    .fsrv-section span.fsrv-certificate-text,
    .fsrv-section p.fsrv-certificate-text {
        text-align: center;
        padding-bottom: 1.5rem !important;
    }

    .fsrv-linked-certificate {
        width: 100%;
    }

    .fsrv-card-para {
        text-align: center;
    }

    .fsrv-sub-certificate-text {
        font-size: 2rem !important;
    }

    /* tab-section */
    .fsrv-tab-section {
        padding: 4rem 0;
    }

    /* .fsrv-search-bar {
        display: none;
    } */

    .nav-tabs .nav-link {
        margin: 0 0.5rem;
    }

    /* .fsrv-mob-search-bar {
        display: flex;
    } */

    .fsrv-tab-heading {
        font-size: 0.75rem;
    }

    .fsrv-tab-section .fsrv-certificate-text {
        font-size: 1.8rem;
        line-height: 2.88rem;
        text-align: center;
        padding-bottom: 1.5rem !important;
    }

    .fsrv-tab-section .fsrv-card-para {
        font-size: 1rem;
        line-height: 1.6rem;
    }

    .fsrv-tab-content-container {
        margin-top: 2.5rem !important;
    }

    .fsrv-tab-content {
        width: 100%;
        margin: 0;
        padding: 1.5em 0;
    }

    .fsrv-select-boxs {
        flex-direction: column;
        width: 100%;
    }

    .fsrv-select-boxs .bootstrap-select {
        width: 100% !important;
    }

    .fsrv-search-bar {
        width: 100%;
        height: 2.938rem;
    }

    .fsrv-select-boxs .bs-searchbox .form-control {
        background-position-x: 96%;
    }

    /* slider-section */
    .fsrv-slider-section {
        padding: 4rem 0;
    }

    .fsrv-slider-section .fsrv-certificate-text {
        font-size: 1.8rem;
        line-height: 2.88rem;
        text-align: center;
        margin-bottom: 1.5rem !important;
    }

    .fsrv-slider-section .fsrv-card-para {
        font-size: 1rem;
        line-height: 1.6rem;
        text-align: center;
    }

    .fsrv-slider-section .fsrv-left-container {
        padding: 2rem 0 1.5rem 2rem;
    }

    .fsrv-desktop-control {
        display: none;
    }

    .fsrv-mobile-control {
        display: block;
    }

    /* FAQ section  */
    .fsrv-faq {
        padding: 4rem 0;
    }

    .fsrv-faq .fsrv-certificate-text {
        font-size: 2.5rem;
        line-height: 3.6rem;
        text-align: center;
    }

    .fsrv-faq .accordion-body {
        width: 100%;
        font-size: 1.25rem;
        text-align: start;
    }

    .fsrv-accordion-heading {
        align-items: flex-start;
    }

    .accordion-button::after {
        margin-top: 0.5rem;
    }

    /* Footer section  */

    .fsrv-resolve-section {
        height: 85vh !important;
    }

    .fsrv-footer-section {
        /* padding: 4rem 0 calc(1em + env(safe-area-inset-bottom)) 0; */
        padding: 4rem 0 6rem;
        /* text-align: center; */
    }

    .fsrv-footer-bottom-content {
        padding: 1.5rem 0 0 0;
        margin-top: 2.5rem;
    }

    .fsrv-footer-para-text {
        padding: 2.5rem 0 1rem 0;
        font-size: 1rem;
        line-height: 1.6rem;
    }

    .fsrv-social-icons {
        /* justify-content: center; */
        padding: 2.5rem 0;
    }

    .fsrv-footer-list {
        text-align: start;
    }

    .fsrv-footer-list .fsrv-pt-26 {
        padding-top: 1.25rem !important;
    }

    .fsrv-footer-tc {
        flex-direction: column-reverse;
        gap: 1.5rem;
    }

    .fsrv-footer-bottom-list {
        flex-wrap: wrap;
        /* justify-content: center; */
    }

    /* resolve-section */
    .fsrv-resolve-section .main {
        width: auto;
        height: auto;
        flex-wrap: wrap;
        margin: 0 2.5rem;
        padding: 0.5rem;
        background-color: transparent;
        box-shadow: none;
    }

    .fsrv-resolve-section ._p,
    .fsrv-resolve-section .topics li {
        font-size: 2rem;
        line-height: 2.88rem;
        text-align: center;
    }

    .fsrv-resolve-section .topics {
        margin: 0;
    }

    .fsrv-resolve-section .img {
        display: none;
    }

    .fsrv-resolve-section .img_01,
    .fsrv-resolve-section .img_02,
    .fsrv-resolve-section .img_05,
    .fsrv-resolve-section .img_08 {
        display: block;
    }

    .fsrv-resolve-section .img_05 {
        right: -32px;
        top: 150px;
        left: unset !important;
        transform: translate3d(0px, 0px, 0px) rotate(-10deg);
    }

    .fsrv-resolve-section .img_02 {
        top: 2rem;
        left: 0px;
        width: 14.5rem;
        transform: translate3d(0px, 0px, 0px) rotate(10deg);
    }

    .fsrv-resolve-section .img_01 {
        top: unset;
        bottom: 140px;
        left: 9.12rem;
    }

    .fsrv-resolve-section .img_08 {
        bottom: 2rem;
        top: unset;
        left: -3rem;
        right: unset;
        width: 21rem;
        transform: translate3d(0px, 0px, 0px) rotate(-10deg);
    }
}

/* Marketplace */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.fsrv-mp-banner-section {
    position: relative;
    background-image: url(../images/banner.jpg);
    width: 100%;
    height: 20em;
    background-size: cover;
    background-repeat: no-repeat;
}

.fsrv-mp-banner-section  .fsrv-mp-banner-left {
    height: 20em;
}
