/*************************************/
/*Cashigo*/
/*************************************/
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
/*scrollbar*/
::-webkit-scrollbar {width:4px;}
::-webkit-scrollbar-track { background: #fff;}
::-webkit-scrollbar-thumb:hover {background: #cbd1fd;}
::-webkit-scrollbar-thumb { background:#dce0ff; border-radius: 0px;}

/*click*/
::-moz-selection {background:rgb(220 224 255 / 51%);}
::selection {background:rgb(220 224 255 / 51%);}


/*universal css*/
*{
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline:none;
    vertical-align:baseline;
    user-drag: none;
    -webkit-user-drag: none;  
}


body {
    font-family: "Sora", sans-serif;
    color: var(--acs-text-2);
    font-size: 18px;
    line-height:1.5; 
    font-weight: normal;
    font-style: normal;     
    outline:none;
    overflow-x: hidden;
    background: url('../images/shape/bg-pattern.svg');

}

h1, h2, h3, h4, h5, h6, .heading{   
    color:var(--acs-text-1);
    margin-bottom: 20px;    
}

p, ul{margin: 0; padding: 0; color: var(--acs-text-2);}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {  display: block; }
a {color: #404656; text-decoration: none; background-color: transparent; }
ul{list-style:none;}
a:hover {text-decoration: none;   color: initial;}
button:focus {outline: none!important}

/**/
.animation, .animation:hover .sticky, .acs-header, .acs-btn, .shadow, .menu-header, .acs-sol-link-list li a, .inline-link, .hover-up, button{
-webkit-transition: 0.5s cubic-bezier(0.08, 0.66, 0.47, 0.97);
-o-transition: 0.5s cubic-bezier(0.08, 0.66, 0.47, 0.97);
transition: 0.5s cubic-bezier(0.08, 0.66, 0.47, 0.97);
}

.text-bold{font-weight:bold}
.text-normal{font-weight:normal}
.text-light{font-weight:lighter}
.vcenter{align-items: center; align-self: center;}
.vend{align-items: flex-end;}
.text-right{ text-align: right;}
.justify-end{justify-content: flex-end !important}

.fa-btn{font-size: 15px;}
img {max-width: 100%; height: auto;}
.index-up{position: relative; z-index: 5;}

/**/
h1 {  font-size: 48px;  line-height: 60px; font-weight: 600;}
h2 {  font-size: 34px;  line-height: 44px; font-weight: 600;}
h3 {  font-size: 28px;  line-height: 38px; font-weight: 500;}
h4 {  font-size: 22px;  line-height: 32px; font-weight: 500;}
h5 {  font-size: 18px;  line-height: 28px; font-weight: 500;}
h6 {  font-size: 17px;  line-height: 27px; font-weight: 500;}
p  {  font-size: 17px;  line-height: 28px; font-weight: normal;}

.ACS_SPACE{padding-top: 100px; padding-bottom: 100px; position: relative;}
.acs-card{
    background: #fff;
    padding: 30px 20px;
    border-radius: 5px;
    border: 1px solid var(--acs-border-1);
    -webkit-box-shadow: 0px 10px 25px -10px rgb(10 11 51 / 20%) !important;
    box-shadow: 0px 10px 25px -10px rgb(10 11 51 / 20%) !important;
}
.acs-card-1{
    background: #fff;
    padding: 30px 20px;
    border-radius: 5px;
    border: 1px solid var(--acs-border-1);   
}
.shadow{
    -webkit-box-shadow:0px 10px 25px -10px rgb(10 11 51 / 20%) !important;
     box-shadow: 0px 10px 25px -10px rgb(10 11 51 / 20%) !important;
}
.no-shadow{
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}
.round-div{
    border-radius: 0px;
    overflow: hidden;
}
p + p{margin-top: 10px;}
.gap-5{grid-gap:5px ;}.gap-10{grid-gap:10px ;}.gap-15{grid-gap:15px ;}.gap-20{grid-gap:20px ;}.gap-25{grid-gap:25px ;}.gap-30{grid-gap:30px ;}
.sol-img{border-radius: 0px; overflow: hidden;}
.text-mark{ color:  var(--acs-dark-1);}
.mr-auto{
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}
.mr-right {
    justify-content: right;
    display: grid;
}
body a:hover{ color: var(--acs-color-2);}
.acs-header .acs-nav .nav-link:hover{ color: var(--acs-color-2);}
.font14{font-size: 14px; line-height: 22px;}

/*margin top class*/
.m0{margin:0 !important}html .mt0{margin-top:0}html .mt5{margin-top:5px}html .mt10{margin-top:10px}html .mt15{margin-top:15px}html .mt20{margin-top:20px}html .mt25{margin-top:25px}html .mt30{margin-top:30px}html .mt35{margin-top:35px}html .mt40{margin-top:40px}html .mt45{margin-top:45px}html .mt50{margin-top:50px}html .mt55{margin-top:55px}html .mt60{margin-top:60px}html .mt65{margin-top:65px}html .mt70{margin-top:70px}html .mt75{margin-top:75px}html .mt80{margin-top:80px}html .mt85{margin-top:85px}html .mt90{margin-top:90px}html .mt95{margin-top:95px}html .mt100{margin-top:100px}html .mt106{margin-top:105px}html .mt110{margin-top:110px}html .mt115{margin-top:115px}html .mt120{margin-top:120px}html .mt125{margin-top:125px}html .mt130{margin-top:130px}html .mt135{margin-top:135px}html .mt140{margin-top:140px}html .mt145{margin-top:145px}html .mt150{margin-top:150px}html .mb0{margin-bottom:0}html .mb5{margin-bottom:5px}html .mb10{margin-bottom:10px}html .mb15{margin-bottom:15px}html .mb20{margin-bottom:20px}html .mb25{margin-bottom:25px}html .mb30{margin-bottom:30px}html .mb35{margin-bottom:35px}html .mb40{margin-bottom:40px}html .mb45{margin-bottom:45px}html .mb50{margin-bottom:50px}html .mb55{margin-bottom:55px}html .mb60{margin-bottom:60px}html .mb65{margin-bottom:65px}html .mb70{margin-bottom:70px}html .mb75{margin-bottom:75px}html .mb80{margin-bottom:80px}html .mb85{margin-bottom:85px}html .mb90{margin-bottom:90px}html .mb95{margin-bottom:95px}html .mb100{margin-bottom:100px}html .mb105{margin-bottom:105px}html .mb110{margin-bottom:110px}html .mb115{margin-bottom:115px}html .mb120{margin-bottom:120px}html .mb125{margin-bottom:125px}html .mb130{margin-bottom:130px}html .mb135{margin-bottom:135px}html .mb140{margin-bottom:140px}html .mb145{margin-bottom:145px}html .mb150{margin-bottom:150px}html .ml5{margin-left:5px}html .ml10{margin-left:10px}html .ml15{margin-left:15px}html .ml20{margin-left:20px}html .ml25{margin-left:25px}html .ml30{margin-left:30px}html .ml35{margin-left:35px}html .ml40{margin-left:40px}html .ml45{margin-left:45px}html .ml50{margin-left:50px}html .mr5{margin-right:5px}html .mr10{margin-right:10px}html .mr15{margin-right:15px}html .mr20{margin-right:20px}html .mr25{margin-right:25px}html .mr30{margin-right:30px}html .mr35{margin-right:35px}html .mr40{margin-right:40px}html .mr45{margin-right:45px}html .mr50{margin-right:50px}html .p20{padding:20px}html .pt0{padding-top:0}html .pt5{padding-top:5px}html .pt10{padding-top:10px}html .pt15{padding-top:15px}html .pt20{padding-top:20px}html .pt25{padding-top:25px}html .pt30{padding-top:30px}html .pt35{padding-top:35px}html .pt40{padding-top:40px}html .pt45{padding-top:45px}html .pt50{padding-top:50px}html .pt55{padding-top:55px}html .pt60{padding-top:60px}html .pt65{padding-top:65px}html .pt70{padding-top:70px}html .pt75{padding-top:75px}html .pt80{padding-top:80px}html .pt85{padding-top:85px}html .pt90{padding-top:90px}html .pt95{padding-top:95px}html .pt100{padding-top:100px}html .pt105{padding-top:105px}html .pt110{padding-top:110px}html .pt115{padding-top:115px}html .pt120{padding-top:120px}html .pt125{padding-top:125px}html .pt130{padding-top:130px}html .pt135{padding-top:135px}html .pt140{padding-top:140px}html .pt145{padding-top:145px}html .pt150{padding-top:150px}.pt180{padding-top:180px} html .pb0{padding-bottom:0}html .pb5{padding-bottom:5px}html .pb10{padding-bottom:10px}html .pb15{padding-bottom:15px}html .pb20{padding-bottom:20px}html .pb25{padding-bottom:25px}html .pb30{padding-bottom:30px}html .pb35{padding-bottom:35px}html .pb40{padding-bottom:40px}html .pb45{padding-bottom:45px}html .pb50{padding-bottom:50px}html .pb55{padding-bottom:55px}html .pb60{padding-bottom:60px}html .pb65{padding-bottom:65px}html .pb70{padding-bottom:70px}html .pb75{padding-bottom:75px}html .pb80{padding-bottom:80px}html .pb85{padding-bottom:85px}html .pb90{padding-bottom:90px}html .pb95{padding-bottom:95px}html .pb100{padding-bottom:100px}html .pb105{padding-bottom:105px}html .pb110{padding-bottom:110px}html .pb115{padding-bottom:115px}html .pb120{padding-bottom:120px}html .pb125{padding-bottom:125px}html .pb130{padding-bottom:130px}html .pb135{padding-bottom:135px}html .pb140{padding-bottom:140px}html .pb145{padding-bottom:145px}html .pb150{padding-bottom:150px}

/*colors*/
:root{
    --acs-white: #ffffff; 

    /* --acs-color-1: #5D008F;
    --acs-color-1A: #48006F;
    --acs-color-2: #1E36CE;
    --acs-color-2A: #1227AF; */
        --acs-color-1: #1F7D53;
    --acs-color-1A: #0f3c3c;
    --acs-color-2: #1F7D53;
    --acs-color-2A: #338148;
    --acs-color-3: #DCE0FF;
    --acs-color-4: #F7F6FD;
    --acs-green-1: #1DB9AA;
    --acs-yellow-1: #FFA937;
    --acs-red-1: #FE6061;

    /* --acs-text-1: #1E074F; */
    --acs-text-1: #18230F;
    --acs-text-2: #575473;
    --acs-border-1: #DCE0FF;
    --new-color-1:#1F7D53;
    --new-color-2:#18230F;
    --new-color-3:#ECFAE5;
    --new-color-4:#E4EFE7;
    --new-color-5:#FFFFFF;

}



.acs-gradient-1{ background: linear-gradient(260deg, var(--new-color-1) 1.49%, var(--new-color-2) 93.89%);}
.acs-gradient-2{ background: linear-gradient(90deg, rgba(147, 0, 225, 0.85) 0%, rgba(224, 35, 255, 0.85) 100%);}
/* .acs-gradient-3{ background: conic-gradient(from 60deg at 50% 56%, #1E36CE, #5D008F);} */
.acs-gradient-3{ background: conic-gradient(from 60deg at 50% 56%, var(--new-color-1), var(--new-color-2));}


.text-gradient-1 {
    /* background: linear-gradient(45deg, rgb(166 0 255) -10%, rgb(30 54 206) 100%); */
    background: linear-gradient(45deg, var(--new-color-1) -10%, var(--new-color-2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*button*/
.acs-btn {
    font-size: 16px;
    font-weight: 400;
    color: var(--acs-white);
    border-radius: 5px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    line-height: 42px;
    align-content: center;
    align-items: center;
    width: max-content;
    grid-gap: 10px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
    transition-delay: 0.2s;
    transform: translateX(0px);
}
.acs-btn-round{
    border-radius: 100% !important;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0;   
    justify-content: center;
}

.acs-btn span, .acs-btn svg{
    z-index: 2;
}

.acs-btn:hover  span  {
    transform: translateX(5px);   
}
.acs-btn:hover svg  {
    transform: translateX(5px);   
}

.acs-btn  span  {
    transition: all .5s ease-in-out !important;
    transition-delay: 0.2s;  
    transform: translateX(0px); 
}
.acs-btn svg  {
    transition: all .7s ease-in-out !important;
    transition-delay: 0.3s;
    transform: translateX(0px); 
}
.acs-btn::before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;   
    transition: all .5s ease-out !important;
    transition-delay: 0.2s;
    z-index: -0;
}
.acs-btn:hover::before {
    left: 0;
    width: 100%;
}
/*1*/
.acs-btn-1 {
    border: 1px solid var(--acs-dark-1);
    /* background: var(--acs-color-2); */
    background: var(--new-color-1);
    -webkit-box-shadow: 0px 10px 25px -10px #1e36ce80;
    box-shadow: 0px 10px 25px -10px #1e36ce80;   
}
.acs-btn-1 svg path{
    stroke: var(--acs-white);
}
.acs-btn-1:hover {   
    color: var(--acs-white);    
} 
.acs-btn-1::before {
    background: var(--acs-color-2A);
}

/*2*/
.acs-btn-2 {
    /* background: var(--acs-color-1); */
    background: var(--new-color-2);
    color: var(--acs-white);
    -webkit-box-shadow: 0px 10px 25px -10px #5D008F80;
    box-shadow: 0px 10px 25px -10px #5D008F80;
}
.acs-btn-2 svg path{
    stroke: var(--acs-white);
}
.acs-btn-2:hover{   
    color: var(--acs-white);    
}
.acs-btn-2::before {
    background: var(--acs-color-1A);
}


/*3*/
.acs-btn-3 {
    background: var(--acs-white);
    color: var(--acs-text-1);
    -webkit-box-shadow: 0px 10px 25px -10px #5D008F80;
    box-shadow: 0px 10px 25px -10px #5D008F80;
}
.acs-btn-3 svg path{
    stroke: var(--acs-text-1);
}
.acs-btn-3:hover {
    color: var(--acs-text-1);
}
.acs-btn-3::before {
    background: var(--acs-border-1);
}

/**/
.inline-link {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    color: var(--acs-color-1);
}
.inline-link:hover {
    color: var(--acs-color-2);
    gap: 15px;
}
.inline-link:hover svg path{
    stroke: var(--acs-color-2);
}

/**/

.padding-right-40{padding-right: 40px;}

.padding-20{padding: 20px;}
.border{
    border: 1px solid var(--acs-border-1) !important;
    border-radius: 5px;
}

.border-top{
    border-top: 1px dashed var(--acs-border-1) !important;
}
.border-top1{
    border-top: 1px dashed black !important;
}

.text-white{
    color: var(--acs-white);
}

.text-white svg path{
    stroke: var(--acs-white) !important;
}

.space-around{
    justify-content: space-around !important;
}

.radius-5{border-radius: 5px;}
hr {
    border-top: 1px dashed var(--acs-border-1) !important;
    opacity: 1;
}

.hover-up:hover {
    transform: translateY(-7.5px);
}
ul.number {
    list-style-type: decimal;
    padding: 0 0 0 20px;
}
ul.number li + li{margin-top: 8px;}


ul.disc {
    list-style-type: disc;
    padding: 0 0 0 20px;
}
ul.disc li + li{margin-top: 8px;}


ul.listdot{
    list-style-type: disc;
    padding: 0 0 0 20px;
}

ul.listdot li + li{margin-top: 8px;}

ol li + li{margin-top: 8px;}

ol li, ul li{
    font-size: 17px;
    line-height: 28px;
}

.border-2{
    border: 2px solid #fff;
}

.p-relative{position: relative;}

b {font-weight: 600;}


/***************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************style*/
/***************************************************************************************************************************************************************/


 
.accosis-offer.announce-bar.hidden {
   opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}
.accosis-offer {
    top: 0;
    left: 0;
    width: 100%;
    background: var(--acs-color-1);
    text-align: center;
    transition: opacity 0.5s cubic-bezier(.45,.05,.55,.95), transform 0.5s cubic-bezier(.45,.05,.55,.95);
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    z-index: 9999;
    position: relative;
}
.accosis-offer p{color: var(--acs-white); font-size: 15px}
.accosis-offer a {
color: var(--acs-color-4);
font-weight: 600;
padding-left: 10px;
text-decoration: underline;
}
.accosis-offer a:hover{color: var(--acs-color-3);}
@keyframes slideDown {
from {
transform: translateY(-100%);
}
to {
transform: translateY(0);
}
}
/**/
/*header css*/
.acs-menu-acs-set{
display: flex;
align-items: center;
grid-gap: 15px;
}
.acs-header.sticky {
height: auto;
position: fixed;
animation: slideDown 0.35s ease-out;
}
.acs-header.sticky:after {
content: "";
background: rgb(255 255 255/30%);
-webkit-backdrop-filter: blur(12px);
backdrop-filter: blur(1px);
height: 65px;
position: absolute;
top: 0;
right: 0;
left: 0;
width: 100%;
z-index: 5;
box-shadow: 0px 8px 10px #00000010;
}
.sticky .menu-header {
height: 65px;  ;
}
.acs-header.sticky .acs-nav .nav-link {
line-height: 65px;
}
.acs-header {
right: 0;
left: 0;
top: 0;
padding: 0 20px;
height: 85px;
z-index: 9995;
border-bottom: 0px solid rgba(255,255,255,.1);
display: block;
align-content: center;
align-items: center;
}
.menu-header {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 85px;
z-index: 55;
position: relative;
}
.offcanvas {
-webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
/**/
@media (min-width : 1199px) {
.offcanvas {
visibility: visible;
position: relative;
background: none;
border: none;
justify-content: end;
-webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
}
@media (max-width : 1199px) {
.offcanvas {
width : 80%;
height: 100vh;
}
.offcanvas-start-lg {
top: 0;
left: 0;
border-right: 0px solid rgba(0, 0, 0, .2);
transform:translateX(-100%);
}
}
/**/
.acs-megamenu .megamenu{
width: 100%;
right: 0;
left: 0;
}
.acs-megamenu{position: unset;}
.acs-header .navbar{ position: unset;}
.acs-header .acs-nav .nav-link {
color: var(--acs-text-1);
font-size: 18px;
line-height: 85px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 0;
padding-top: 0;
position: relative;
font-weight: 500;
}
.acs-header .navbar-nav .dropdown-menu {
display: block;
border-radius: 0;
border: 0;
margin: 0;
-webkit-box-shadow: 0 10px 25px -10px rgb(0 0 0 / 14%) !important;
box-shadow: 0 10px 25px -10px rgb(0 0 0 / 14%) !important;
padding: 30px;
border-radius: 0 0 8px 8px;
border-top: 3px solid #f5f5f5;
visibility: hidden;
opacity: 0;
-webkit-transition: visibility 300ms linear, opacity 300ms linear;
transition: visibility 300ms linear, opacity 300ms linear;
will-change: opacity;
transform: translate(0, 10%) scale(0.8);
transition: .3s;
}
.dropdown-menu li + li{margin-top: 10px;}
.signledropdown{
width: max-content;
white-space: nowrap;
}
.nav-link.show:before {
content: "";
border-bottom: 2px solid #2c4bff;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
}
.dropdown-toggle::after {
vertical-align: unset;
border-top: inherit;
border-right: none;
border-bottom: none;
border-left: none;
content: "";
border-bottom-style: solid;
border-bottom-width: 2px;
border-right-style: solid;
border-right-width: 2px;
content: "";
display: inline-block;
height: 7px;
width: 7px;
top: -2px;
position: relative;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
/*header color switch*/
.website-logo img{max-height: 42px;}
.header-dark .accosis-logo .dark {display: none;}
.header-dark .accosis-logo .light {display: block !important;}
.header-dark .sticky .accosis-logo .dark {display: block;}
.header-dark .sticky .accosis-logo .light {display: none !important;}
.header-light .accosis-logo .dark {display: block;}
.header-light .accosis-logo .light {display: none !important;}
.header-light .sticky .accosis-logo .dark {display: block;}
.header-light .sticky .accosis-logo .light {display: none !important;}
.header-dark .acs-nav .nav-link { color: #fff;}
.header-dark .sticky .acs-nav .nav-link { color: var(--acs-text-1);}
.header-dark .acs-nav .nav-link:hover { color: #fff;}
.header-dark .sticky .acs-nav .nav-link:hover { color: var(--acs-text-1);}
/*menu hover*/
@media screen and (max-width: 3000px) and (min-width: 1200px){
.acs-header .dropdown:hover .dropdown-menu {
display: block;
opacity: 1;
visibility: visible;
transform: translate(0, 0%) scale(1);
-webkit-box-shadow: 0px 30px 35px -15px rgb(30 7 79 / 40%) !important;
box-shadow: 0px 30px 35px -15px rgb(30 7 79 / 40%) !important;
}
.dropdown .nav-link:before {
background: none repeat scroll 0 0 transparent;
bottom: 0;
content: "";
display: block;
height: 2px;
left: 50%;
position: absolute;
background: var(--acs-color-1A);
transition: width 0.3s ease 0s, left 0.3s ease 0s;
width: 0;
}
.dropdown:hover .nav-link:before {
width: 100%;
left: 0;
}
.dropdown:hover .dropdown-toggle::after {
-moz-transform: rotate(225deg);
-ms-transform: rotate(225deg);
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
.sidebarmenuicon  {display: none;}
.offcanvas-header {display: none;}
}
/**/
/**/
.acs--menu {
position: absolute;
height: 3px;
width: 20px;
top: 42px;
background-color: var(--acs-text-1);
-webkit-transition: 0.5s cubic-bezier(0.08, 0.66, 0.47, 0.97);
-o-transition: 0.5s cubic-bezier(0.08, 0.66, 0.47, 0.97);
transition: 0.5s cubic-bezier(0.08, 0.66, 0.47, 0.97);
}
.acs--menu::after, .acs--menu::before {
content: "";
position: absolute;
box-sizing: border-box;
background-color: var(--acs-text-1);
width: 26px;
height: 3px;
}
.acs--menu::before {
top: -10px;
}
.acs--menu::after {
top: 10px;
}
.sidebarmenuicon a{
width: 28px;
height: 40px;
display: flex;
}
.sticky .acs--menu {
top: 32px;
-webkit-transition: 0.5s cubic-bezier(0.08, 0.66, 0.47, 0.97);
-o-transition: 0.5s cubic-bezier(0.08, 0.66, 0.47, 0.97);
transition: 0.5s cubic-bezier(0.08, 0.66, 0.47, 0.97);
}
/**/
/*megemenu*/
.megamenucontent {
display: grid;
grid-template-columns: auto 26%;
}
.menu-col-in {
display: grid;
width: 100%;
padding: 20px;
grid-template-columns: auto auto auto;
}
.icon-media-object {
display: grid;
grid-template-columns: 28px auto;
grid-gap: 10px;
}
.icon-div {
width: 28px;
height: 28px;
display: grid;
align-content: center;
justify-content: center;
}
.data-div span {
display: block;

}
.icon-media-object:hover .menutitlesub {
color: var(--acs-text-1);
}
.data-div .menutitle {
margin-bottom: 8px;
font-size: 15px;
line-height: 1;
font-weight: 500;
color: var(--acs-text-1);
position: relative;
display: inline-flex;
}
.data-div .menutitlesub {
font-size: 12px;
line-height: 18px;
color: var(--acs-text-2);
}
.menutitle:after{
content: "";
position: absolute;
background:url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.00872 13C1.00872 13 2.0497 10.6557 3.1569 9.49153C4.38957 8.19549 7 7.00002 7 7.00002C7 7.00002 4.38957 5.80453 3.1569 4.50848C2.0497 3.34435 1.00872 1 1.00872 1" stroke="%235D008F" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
background-repeat: no-repeat;
background-position: 100% center;
right: -8px;
width: 8px;
height: 12px;
opacity: 0;
transition: all .3s ease-in-out;
}
.icon-media-object:hover .menutitle:after{
right: -15px;
opacity: 1;
}
.icon-media-object + .icon-media-object{margin-top: 28px;}
.menu-cta h3 {
font-size: 20px;
line-height: 30px;
font-weight: 600;
color: var(--acs-white);
}
.acs-header .navbar-nav .dropdown-menu.megamenu{padding: 0; overflow: hidden;}
.menu-cta {
background: url(../images/others/merchant.png);
border-left: 1px solid var(--acs-border-1);
padding: 20px;
height: 100%;
display: grid;
align-content: space-between;
}
.strip-cta {
display: flex;
align-items: center;
justify-content: space-between;
}
.strip-cta p span{
color: var(--acs-text-2);
font-weight: 400;
}
.strip-cta p{
font-weight: 500;
color: var(--acs-text-1);
}
.menu-col-in-2 {
padding: 10px 20px;
border-top: 1px solid var(--acs-border-1);
}
.megamenucontent-2 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-gap: 0;
border-radius: 0 0 5px 5px;
box-shadow: 0px 10px 25px -10px #340052;
overflow: hidden;
background: var(--acs-white);
}
.strip-2{
background: var(--acs-color-1);
padding: 20px 20px 10px 20px;
position: relative;
top: -10px;
z-index: -1;
margin: 0 0 -10px 0px;
}
.solution-row {
min-height: 300px;
display: grid;
align-content: space-around;
padding: 20px;
}
.imgtitle h6{
margin-bottom: 8px;
font-size: 15px;
line-height: 1;
font-weight: 500;
color: var(--acs-text-1);
}
.imgtitle p{
font-size: 12px;
line-height: 18px;
color: var(--acs-text-2);
}
.imgblock {
text-align: right;
margin-bottom: 70px;
}
.strip-2 p {
font-weight: 500;
color: var(--acs-white);
}
.strip-2 p span{
color: var(--acs-white);
font-weight: 400;
}
.vertical-column h3 {
font-size: 24px;
line-height: 34px;
}

.fullcmtbtn{
        margin: 0 -20px -20px -20px;
}
.fullcmtbtn a{
      border-radius: 0px 0px 5px 0px;
    width: 100%;
    margin: 0;
    height: 49px;
}
.soundbx img {
    bottom: 46px;
    z-index: 55;
    width: 120px;
    position: absolute;
}

/*header css end*/

/*hero*/
.acco-sis-hero-2 {
    display: grid;
    align-items: center;
    align-content: center;
    padding-top: 150px;
    padding-bottom: 0;
    position: relative;
}

.customersupport .img-CS {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border-radius: 100px;
}

.img-title .title {
    font-weight: 500;
    line-height: 1;
    color: var(--acs-color-1);
    margin-bottom: 5px;
}

.img-title p.title-sub {
    line-height: 1;
    color: var(--acs-text-2);
    font-size: 15px;
    padding-top: 5px;
}

.hero-content h1 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
}

.home-hero-img{
   width: 689px;
    height: 689px;
    position: relative;  
}
.home-hero-img img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}

.rotating-circle {    
      will-change: transform;
    }


/**/



/**/
.heronav{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 46px;
}

.hero-slider-wrap {
    grid-template-columns: 55% auto;
    display: grid;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid var(--acs-color-2);
}
.mask{
     /* color: var(--acs-color-2); */
     color: var(--new-color-1);
.desktoponly{display: block}
}

.partners-wrap-hero{
    padding-top: 30px;
     grid-template-columns: 45% auto;
    display: grid;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.bg-h-shape-1 {
height: 100%;
z-index: -0;
}
.number-div h5 {
margin: 0;
font-weight: 500;
line-height: 1;
color: var(--acs-color-1);
font-size: 22px;
}
.number-div p{
line-height: 22px;
color: var(--acs-text-2);
font-size: 15px;
padding-top: 10px;
}



.number_states{margin-top: 100px; grid-gap: 30px;}
/**/
.acs-BG-11 {
    /* background: linear-gradient(45deg, #dde2ff, #ffffff); */
    background: linear-gradient(45deg, var(--new-color-3), #ffffff);
}

.threecolumnwrap {
    display: grid;
    grid-template-columns: 25% 25% 25%;
    justify-content: space-between;
    align-items: start;
}

.v-flex {
    display: flex !important;
    flex-direction: column;
}

.ACS_Card_11 {
border-radius: 5px;
border: 1px solid var(--acs-border-1);
background: var(--acs-white);
text-align: center;
min-height: auto;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.inimg{
padding: 30px 0 20px 0;
}
.ACS_Card_11 img {
max-width: 60px;
height: 40px;
}
.ACS_Card_11 h3{
padding: 0 15px;
font-size: 22px;
line-height: 32px;
}
.ACS_Card_11 p {
padding: 0px 25px 25px 25px;
font-size: 17px;
line-height: 27px;
}
.ACS_Card_11 a {
width: 100%;
display: flex;
border-top: 1px solid var(--acs-border-1);
padding: 15px 0;
align-items: center;
justify-content: center;
gap: 10px;
border-radius: 0 0 5px 5px;
transition: all 0.5s ease-in-out;
}.ACS_Card_11 a:hover{
color: var(--acs-color-1);
}
.ACS_Card_11:hover a {
color: var(--acs-color-1);
background: var(--new-color-3);
grid-gap: 20px;
transition: all 0.5s ease-in-out;
border-radius: 0;
}
.ACS_Card_title {
padding: 0 100px 0 0;
}
.CTA-CIRCLE {
display: flex;
align-items: center;
justify-content: flex-start;
}
.CTA-CIRCLE div{
width: 118px;
height: 118px;
}
.CS_img {
border-radius: 100%;
overflow: hidden;
position: relative;
z-index: 5;
}
.CS_circle {
border-radius: 100%;
overflow: hidden;
/* background: conic-gradient(from 60deg at 50% 56%, #1E36CE, #5D008F); */
background: conic-gradient(from 60deg at 50% 56%, var(--new-color-1), var(--new-color-2));
padding: 8px;
position: relative;
left: -30px;
z-index: -0;
display: flex;
align-items: center;
justify-content: center;
}
/**/
.heading-sup-title {
font-size: 16px;
padding-bottom: 20px;
display: block;
letter-spacing: 0.5px;
text-transform: uppercase;
color: var(--acs-color-1);
}
.acs-pair-canvas {
display: grid;
grid-template-columns: 60% auto;
grid-gap: 20px;
align-items: center;
justify-items: start;
}
.acs-sol-link-list ul {
display: grid;
grid-gap: 0px;
}
.acs-sol-link-list li a {
position: relative;
display: block;
padding: 15px;
color: var(--acs-color-1);
border-bottom: 1px solid var(--acs-border-1);
}
.acs-sol-link-list li:last-child a{
border-bottom: 0;
}
.acs-sol-link-list li a:hover {
background: var(--acs-color-3);
border-radius: 0px;
}
.acs-sol-link-list a::after{
content: "";
background:url('data:image/svg+xml,<svg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.00872 13C1.00872 13 2.0497 10.6557 3.1569 9.49153C4.38957 8.19549 7 7.00002 7 7.00002C7 7.00002 4.38957 5.80453 3.1569 4.50848C2.0497 3.34435 1.00872 1 1.00872 1" stroke="%235D008F" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
width: 8px;
height: 14px;
display: block;
position: absolute;
top: 21px;
right: 10px;
background-repeat: no-repeat;
}
.hrwraptitle {
position: relative;
margin-bottom: 20px;
}
.hrwraptitle span {
background: var(--acs-color-1);
color: var(--acs-white);
text-align: center;
display: flex;
align-items: center;
justify-content: center;
width: fit-content;
margin: 0 auto;
padding: 10px 20px;
border-radius: 100px;
font-size: 17px;
line-height: 1;
position: relative;
z-index: 5;
}
.hrwraptitle::after {
content: "";
border-top: 1px solid var(--acs-border-1);
height: 1px;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
left: 0;
width: 100%;
z-index: -0;
}
/**/
.icon-content img {
max-width: 40px;
width: 100%;
height: 40px;
}
.icon-content h5 {
margin: 20px 0 10px 0;
}
.acs-steps-wrap {
border-bottom: 1px solid var(--acs-border-1);
padding-bottom: 50px;
}
/*industry*/
.customNavigation {
display: flex;
justify-content: flex-end;
grid-gap: 20px;
}
.customNavigation a {
width: 50px;
display: flex;
height: 50px;
/* background: var(--acs-color-3); */
background: var(--new-color-3);
align-items: center;
justify-content: center;
border-radius: 5px 5px 5px 5px;
}
.customNavigation .sbp-1{border-radius: 100px 100px 5px 100px;}
.customNavigation .sbp-2{border-radius: 100px 100px 100px 5px;}
.swiper-button-disabled {
filter: grayscale(1);
opacity: 0.5;
cursor: no-drop;
}
.acs-img-div {
border-radius: 5px;
overflow: hidden;
}
.acs-img-div img {
width: 100%;
object-fit: cover;
transition: 1s ease;
}
.slider-pair-div:hover img{
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
transition: 1s ease;}
.acs-img-div-data h4{margin: 0px 0 10px 0;}
.acs-img-div-data p {
font-size: 16px;
line-height: 26px;
}
/**/
.acs-BG-22 {
    /* background: linear-gradient(50deg, #ffffff, #f7e9ff); */
    background: linear-gradient(50deg, #ffffff, var(--new-color-4));
}
.checklist li{
background: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 10.4995L10.83 13.3295L20.16 4" stroke="%231DB9AA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M21 11C21 13.2013 20.2736 15.3412 18.9335 17.0876C17.5935 18.834 15.7145 20.0895 13.5882 20.6593C11.4619 21.229 9.20691 21.0812 7.17317 20.2388C5.13944 19.3964 3.44041 17.9064 2.33976 16C1.23911 14.0936 0.798234 11.8772 1.08556 9.69475C1.37289 7.51228 2.37239 5.4855 3.92894 3.92894C5.48549 2.37239 7.51228 1.37289 9.69474 1.08556C11.1917 0.888485 12.7046 1.03399 14.1225 1.5" stroke="%231DB9AA" stroke-width="1.5" stroke-linecap="round"/></svg>');
background-repeat: no-repeat;
background-position: 0 3px;
padding: 0 0 0 35px;
}
.checklist li + li{
margin-top: 14px;
}
.acs-icon-list li + li{
margin-top: 25px;
}
.acs-icon-list img {
max-width: 40px;
width: 40px;
max-height: 40px;
height: 40px;
}
.column-2{column-count: 2;}
.column--2{column-count: 2;}
.acs-img-block{
overflow: hidden;
border-radius: 5px;
width: fit-content;
margin: 0 auto;
}
.pair-tabs-data {
display: grid;
grid-template-columns: 100%;
grid-gap: 50px;
align-items: center;
}
.tabslist {
display: grid;
grid-template-columns: auto auto auto auto;
align-items: center;
margin-top: 80px;
}
.tabslist li button.nav-link {
text-align: center;
margin: 0 auto;
width: 100%;
padding: 14px 0;
border-top: 1px solid var(--acs-border-1);
border-radius: 0;
text-transform: uppercase;
font-weight: 500;
}
.tabslist .nav-pills .nav-link.active, .tabslist .nav-pills .show>.nav-link {
text-align: center;
margin: 0 auto;
background: transparent;
border-top: 1px solid var(--acs-color-1);
border-radius: 0;
color: var(--acs-color-1);
}
.card-pair-column{
display: grid;
grid-template-columns:  auto auto;
grid-gap: 30px;
}
.sticky-section{
position: sticky;
top:90px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
color: var(--bs-nav-pills-link-active-color);
background-color: var(--acs-color-2);
}
/*solution sticky*/
.container-data {
display: grid;
grid-template-columns: 50% auto;
gap: 50px;
}
.content {
flex: 1;
}
.pair-tabs-data .acs-img-block img {
max-height: 450px;
height: auto;
}
.pair-tabs-data .acs-img-block{display: none;}

.sec-vdata:last-child{padding-bottom: 100px}

.sticky-image {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: max-content;
    padding: 0px 0 70px 0;
}
.sec-vdata{
padding: 0px 0 50% 0;
}
.sticky-image img {
max-width: 100%;
height: auto;
transition: opacity 0.5s ease-in-out;
}
.sticky-image img.hidden {
opacity: 0;
}
 

/**/
.logo_block {
    display: flex;
    grid-gap: 20px;
    justify-content: center;
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.iconcard img {
width: 150px;
max-height: 40px;
}
.iconcard {
padding: 20px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid var(--acs-border-1);
border-radius: 5px;
}
.acs-BG-33 {
background: var(--acs-color-1);
background-image: repeating-linear-gradient(90deg, hsla(196,0%,79%,0.06) 0px, hsla(196,0%,79%,0.06) 1px,transparent 1px, transparent 96px),repeating-linear-gradient(0deg, hsla(196,0%,79%,0.06) 0px, hsla(196,0%,79%,0.06) 1px,transparent 1px, transparent 96px),repeating-linear-gradient(0deg, hsla(196,0%,79%,0.09) 0px, hsla(196,0%,79%,0.09) 1px,transparent 1px, transparent 12px),repeating-linear-gradient(90deg, hsla(196,0%,79%,0.09) 0px, hsla(196,0%,79%,0.09) 1px,transparent 1px, transparent 12px),linear-gradient(90deg, var(--acs-color-1),var(--acs-color-1));
}
.tech-icon {
max-height: 50px;
width: 100%;
}
.logoblock {
padding: 0 30px;
display: flex !important;
align-items: center;
justify-content: center;
height: 70px;
}
/**/
.outerreviewlink li {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 0;
border-bottom: 1px solid var(--acs-border-1);
}
.outerreviewlink li:last-child{border: 0;}
.outerreviewlink li a img{max-height: 25px;}
.outerreviewlink li p {
display: flex;
gap: 10px;
align-items: center;
}
.logo-pr {
display: flex;
justify-content: space-between;
align-items: center;
}
.slider-pair-review-holder {
display: grid;
grid-template-columns: 250px auto;
grid-gap: 40px;
}
.reviewtext{ font-weight: 500;}
.alignend{
display: inline-grid;
align-items: end;
}
.acs-review-logo img{max-height: 35px; min-height: 35px;}
.spr-2 {
/* background: #f6f7ff; */
background: var(--new-color-3);
}
.spr-1 {
/* background: #fdf2ff; */
background: var(--new-color-4);
}
/**/
.acs-logo-44{
/* background:rgb(249 245 251); */
background:var(--new-color-4);
}
.acs-strip {
padding: 80px 0;
}
.sn-icon {
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
}
.startnow li{
display: flex;
grid-gap: 15px;
}
.startnow li + li{margin-top: 20px;}
.acs-lead-data {
display: grid;
grid-template-columns: 42% auto;
grid-gap: 20px;
}
.homereview{margin: 20px 0 0 0}
.sec-pd20{padding-bottom: 30px;}
/**/
.support-chat div{
width: 52px;
height: 52px;
border-radius: 100px;
overflow: hidden;
position: relative;
}
.img-CS {z-index: 1;}
.img-title-circle {
/* background: conic-gradient(from 60deg at 50% 56%, #1E36CE, #5D008F); */
background: conic-gradient(from 60deg at 50% 56%, var(--new-color-1), var(--new-color-2));
left: -10px;
z-index: -0;
align-items: center;
justify-content: center;
color: var(--acs-white);
font-size: 10px;
display: flex;
flex-direction: column;
padding: 0 0 0 5px;
}
.img-title-circle span:first-child{
letter-spacing: 2px;
}
.img-title-circle span {
line-height: 15px;
}
.products-card{
padding: 20px;
border-radius: 5px;
border:1px solid var(--acs-border-1);
display: block;
}
/********************footer******************/
footer .accosis-logo-footer a img{ max-width: 180px;}
.footer-first-row {padding: 35px 0;}
.footer-second-row {padding: 45px 0;}
.footer-thrid-row {padding: 45px 0;}
.footer-end-row{padding: 15px 0; font-size: 15px;}
.footer-end-row p{font-size: 15px}
.social-profiles {
display: flex;
justify-content: flex-start;
grid-gap: 30px;
}
.social-profiles li a img {
max-width: 24px;
}
.footer-wrapper {
display: grid;
grid-template-columns: auto auto auto auto;
align-items: center;
grid-gap: 30px;
}
.email-subscription{ position: relative;}
.email-subscription input {
background: #EEF0FF;
background: var(--new-color-4);
border: 0;
height: 42px;
padding: 0 45px 0 15px;
width: 100%;
font-size: 15px;
border-radius: 5px;
}
.email-subscription button {
/* background: var(--acs-color-3); */
background: var(--new-color-4);
border: 0;
position: absolute;
right: 0;
top: 0;
height: 42px;
padding: 0 10px;
border-radius: 0  5px 5px 0;
}
.s-title {
font-size: 16px;
line-height: 27px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 5px;
}
.acs-link-list li + li{margin-top: 5px;}
.acs-link-list li a, .acs-link-list li p{
font-size: 15px;
line-height: 25px;
font-weight: 400;
position: relative;
}
.acs-link-list li a::after {
content: "";
width: 0;
height: 1px;
bottom: 0;
position: absolute;
left: auto;
right: 0;
z-index: -1;
-webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
-o-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
background: var(--acs-color-2);
}
.acs-link-list li a:hover::after {width: 100%;left: 0;right: auto;}
.ftrspace{margin-top: 40px;}
.footer-seal {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
grid-gap: 20px;
}
.footer-seal img {
max-height: 100px;
}
.acs-ft-r{
text-align: right;
}
.link-notice {
background: var(--acs-border-1);
border-radius: 100px;
padding: 2px 6px;
font-size: 12px;
color: var(--acs-color-1);
}
/***********************/
/***********************/
/**********about*************/
.acco-sis-hero-inner {
display: grid;
min-height: 920px;
padding-top: 200px;
padding-bottom: 0;
position: relative;
}
.page-label {
clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
width: fit-content;
background: var(--acs-color-2);
padding: 0 8px 0 0;
margin-bottom: 20px;
border-radius: 5px 0px 0px 5px;
}
.page-label span {
background: var(--acs-color-1);
color: var(--acs-white);
padding: 0 18px 0 10px;
font-size: 16px;
text-transform: uppercase;
clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
display: block;
border-radius: 5px 0px 0px 5px;
}
.acs-dark-bg .page-label span {
background: var(--acs-white);
color: var(--acs-text-1);
}
.acco-sis-head-bg-1 {
background-repeat: no-repeat;
background-position: right top;
background-size: auto;
}
.iconheadtitle {
display: grid;
grid-template-columns: 40px auto;
grid-gap: 15px;
align-items: center;
}
.iconheadtitle .icon {
width: 40px;
height: 40px;
}
.headtitle span:first-child {
font-size: 20px;
line-height: 1;
font-weight: 600;
color: var(--acs-text-1);
}
.headtitle span:last-child {
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: var(--acs-text-2);
display: block;
margin-top: 4px;
}
.hero-numbers{
position: absolute;
right: 0;
left: 0;
bottom: 60px;
}
.gallery-img{
border-radius: 5px;
overflow: hidden;
}
.gallery-img img {
object-fit: fill;
width: 100%;
}
/**/
.dot-bg {
background-image: radial-gradient(var(--acs-color-1) 2px, transparent 0);
background-size: 28px 30px;
width: 100%;
height: 100%;
}
.intro-data {
padding: 15px;
text-align: center;
border-radius: 5px;
margin-top: -20px;
background: #fcf7ff;
position: relative;
z-index: 11;
left: 20px;
}
.fill-100 img{
object-fit: fill;
width: 100%;
}
.itc{
background: #fff;
position: relative;
z-index: 1;
}
.intro-data h4 {
font-size: 18px;
line-height: 28px;
}
.intro-data p {
font-size: 15px;
line-height: 22px;
}
.social-profile {
display: none;
justify-content: space-around;
grid-gap: 30px;
background: var(--acs-border-1);
padding: 17px 20px 10px 20px;
border-radius: 0 0 5px 5px;
width: 92%;
margin: -10px auto 0;
position: relative;
z-index: 0;
}
.intro-img {
max-height: 400px;
overflow: hidden;
background: var(--acs-color-3);
border-radius: 5px;
padding-top: 20px;
}
/**/
.spin-shape{ position: relative;}
.spin-shape {
position: relative;
display: grid;
align-items: center;
width: 140px;
height: 140px;
justify-items: center;
}
.spin-shape img {
position: absolute;
}
.spin-outer {
width: 140px;
}
.spin-inner {
width: 105px;
right: 18px;
}
.INN-NAV {
display: flex;
gap: 40px;
justify-content: flex-end;
}
/*.page-nav-wrap {
padding: 10px 20px;
border-radius: 5px;
border: 1px dashed var(--acs-border-1);
position: sticky;
top: 85px;
}*/
.full-img-right{ position: relative;}
.full-img-right img{ position: relative;}
/**/

.vertical-tabs .nav-pills.v-tablist button {
position: relative;
border: 1px solid var(--acs-border-1);
padding: 10px 15px;
width: 100%;
background: var(--acs-white);
color: var(--acs-text-2);
height: 50px;
}
.vertical-tabs .nav-pills.v-tablist button.active::after{
content: "";
background:url('data:image/svg+xml,<svg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.00872 13C1.00872 13 2.0497 10.6557 3.1569 9.49153C4.38957 8.19549 7 7.00002 7 7.00002C7 7.00002 4.38957 5.80453 3.1569 4.50848C2.0497 3.34435 1.00872 1 1.00872 1" stroke="%235D008F" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
width: 8px;
height: 14px;
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
-webkit-box-shadow: 0px 10px 25px -10px #1e36ce80;
box-shadow: 0px 10px 25px -10px #1e36ce80;
}
.vertical-tabs .nav-pills.v-tablist button.active{
border: 1px solid var(--acs-color-1);
-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 24, 176, 0.10);
box-shadow: 0px 4px 10px 0px rgba(0, 24, 176, 0.10);
}
.vertical-tabs ul.v-tablist li + li{margin-top: 20px;}
.vertical-tabs .nav-pills.v-tablist button span img{max-width: 25px; width: 100%; max-height: 25px;}
.vertical-tabs {
display: grid;
grid-template-columns: 25% auto;
grid-gap: 30px;
}
.acs-pp-pair {
display: grid;
grid-template-columns: 50% auto;
grid-gap: 30px;
}
.icons {
display: grid;
grid-template-columns: auto auto auto;
align-content: space-between;
grid-gap: 50px;
}
.icons li {
width: 100%;
height: 100px;
padding: 10px;
border-radius: 5px;
border: 1px solid var(--acs-border-1);
display: flex;
align-items: center;
justify-content: center;
-webkit-box-shadow: 0px 10px 25px -10px rgb(10 11 51 / 20%) !important;
box-shadow: 0px 10px 25px -10px rgb(10 11 51 / 20%) !important;
}
.icons li img{min-width: 60px;}
.int-2 {
display: flex;
grid-gap: 15px;
}
.int-3 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-gap: 15px;
}
.intidiv + .intidiv{margin-top: 35px;}
.img-n-label {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.img-n-label img {
max-width: 50px;
width: 100%;
max-height: 50px;
height: 100%;
}
.img-n-label span {
font-size: 12px;
font-weight: 500;
margin-top: 10px;
}
.customer-support-acs {
display: grid;
grid-template-columns: auto auto auto;
align-items: center;
justify-content: space-between;
}
.c-s-acs-1, .c-s-acs-2 {
transition: all .5s ease-out
}
.c-s-acs-1:hover, .c-s-acs-2:hover {
border-color: var(--acs-color-2);
-webkit-box-shadow: 0px 10px 25px -10px #5D008F80;
box-shadow: 0px 30px 80px 0px #5D008F35;
}
.c-s-acs-1 {
padding: 25px 20px;
border-radius: 5px;
border: 1px dashed var(--acs-border-1);
}
.c-s-acs-1 span{font-size: 14px; color: var(--acs-text-1);}
.OR{}
.c-s-acs-2 {
display: flex;
justify-content: center;
flex-direction: column;
padding: 20px;
border-radius: 100px;
text-align: center;
align-items: center;
grid-gap: 10px;
border: 1px dashed var(--acs-border-1);
}
.c-s-acs-2 img{ width: 35px;}
.c-s-acs-2 span{
font-size: 14px;
}
.c-s-acs-2:hover {
color: var(--acs-text-1);

}
/*faq*/
.accosis-faq-sec .accordion-button {
font-size: 20px;
line-height: 30px;
font-weight: 500;
color: var(--acs-text-1);
padding: 20px 35px 10px 10px;
}
.accosis-faq-sec .accordion-button::after {
position: absolute;
right: 8px;
top: 26px;
}
.accosis-faq-sec .accordion-button:focus, .accosis-faq-sec .accordion-button:not(.collapsed) {
z-index: 3;
background-color: var(--acs-white-3) !important;
outline: 0;
box-shadow:none;
background: var(--acs-white) !important;
}
.accosis-faq-sec .accordion-body {
padding: 0 10px 20px 10px;
font-size: 18px;
background: var(--acs-white) !important;
}
.accosis-faq-sec .accordion-item {
border-right: 0;
border-left: 0;
border-top: 0;
border-bottom: 1px solid var(--acs-border-1);
}
.accosis-faq-sec .accordion-item:last-child{
border-bottom: 0;
}
.hero-pnt{display: flex;}
/******/
/******/
/******/
/******/
/*hero*/
.inner-hero-img img{
position: relative;
}
.hero-acs-1 img {
max-width: 832px;
right: -150px;
}
.hero-acs-2 img {
max-width: 806px;
right: 0px;
}
/*payment link*/
.steps-title{
display: flex;
grid-gap: 30px;}
.steps--{
font-size: 40px;
line-height: 1;
font-weight: 600;
display: flex;
text-align: center;
flex-direction: column;
margin-top: 5px;
}
.steps-- span{
font-size: 17px;
letter-spacing: 1px;
font-weight: 400;
}
/*payout*/
.acs-bg-blur {
position: relative;
width: fit-content;
float: right;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
}
.acs-bg-blur img{position: relative; z-index: 1;}
.acs-bg-blur::before {
content: "";
backdrop-filter: blur(5px);
position: absolute;
z-index: -0;
width: 100%;
height: 100%;
}
.verticle-card-acs {
border-radius: 165px 165px 5px 5px;
overflow: hidden;
padding: 40px 0 0 0;
text-align: center;
margin: 0 auto;
}
.v-c-acs-1 { background: linear-gradient(200deg, rgba(17, 111, 50, 0.43) 9.82%, rgba(224, 35, 255, 0.00) 89.19%);}
.v-c-acs-2 { background: linear-gradient(8deg, #ef5c5c00 8.3%, rgba(252, 69, 100, 0.43) 89.19%);}
.v-c-acs-3 { background: linear-gradient(22deg, rgba(0, 255, 133, 0.00) 9.59%, rgba(25, 146, 80, 0.43) 89.34%);}
.v-c-acs-4 { background: linear-gradient(8deg, #ef5c5c00 8.3%, rgba(252, 69, 100, 0.43) 89.19%);}
.verticle-card-acs:hover img {
transform: scale(1.1);
transition: 0.3s ease-in-out;
}
.verticle-card-acs img {
transform: scale(1);
transition: 0.3s ease-in-out;
}
.content-acs span{

display: block;
color: var(--acs-text-1);
line-height: 1;
}
.content-acs span:first-child {
font-weight: 700;
font-size: 20px;

}
.content-acs span:last-child {
font-weight: 400;
font-size: 20px;
padding-top: 5px;
}
.v-img {
padding-top: 50px;
}
.sept-divs{ position: relative;}
.sept-divs span{
position: relative;
z-index: 1;}
.sept-divs::before {
position: absolute;
content: "";
/* background: var(--acs-color-3); */
background: var(--new-color-3);
width: 35px;
height: 35px;
border-radius: 100px;
z-index: 0;
top: -4px;
left: -10px;
}
/*instent settlement*/
/*pricing*/
.pricing-ll {
display: grid;
grid-template-columns: 30% 45%;
grid-gap: 30px;
justify-content: space-between;
/*border-bottom: 1px solid var(--acs-border-1);
padding: 0 0 20px 0;*/
margin: 0 0 20px 0;
}
.up-title{
font-size: 15px;
}
.price-ll-a span:last-child{
font-size: 40px;
color: var(--acs-text-1);
font-weight: 600;
display: block;
line-height: 1;
padding-top: 12px;
}
.price-ll-a p{
font-size: 16px;
line-height: 25px;
font-style: italic;
}
.price-rr-a span.rate{
font-size: 32px;
color: var(--acs-text-1);
font-weight: 600;
display: block;
line-height: 1;
padding-top: 12px;
}
.price-rr-a span.rate small {
font-size: 15px;
padding: 0 0 0 8px;
font-weight: 400;
}
.pricing-rr {
display: grid;
grid-template-columns: 50% auto;
grid-gap: 30px;
margin: 0 0 30px 0;
}
.pricing-ee {
margin: 0px -20px -30px -20px;
padding: 30px 20px;
background: var(--acs-color-4);
border-radius: 0 0 5px 5px;
}
.pricing-left{
position: relative;
z-index: 1;
}
.pricing-right {
border-radius: 5px;
margin: 20px 0 20px -10px;
padding: 30px 20px 30px 30px;
position: relative;
z-index: 0;
}
.pricing-block {
display: grid;
grid-template-columns: 66% auto;
grid-gap: 0;
align-items: center;
justify-content: start;
}
.pricing-right h4 {
margin-bottom: 5px;
color: var(--acs-white);
}
.pricing-right p {
color: var(--acs-white);
font-size: 16px;
line-height: 26px;
}
.pricing-right ul li{
color: var(--acs-white);
font-size: 16px;
}
/**/
.outer-bg {
margin-bottom: -235px;
position: relative;
z-index: 1;
}
.acs-card-img {
border-radius: 200px 200px 5px 5px;
overflow: hidden;
}
.padding-top-200{
padding-top: 200px;
}
.pricing-mobile-models table td:nth-child(1) {  width: 70%;}
.pricing-mobile-models table td:nth-child(2){ width: 30%;}
/**/
.acs-faq button:focus:not(:focus-visible) {
outline: 0 !important;
box-shadow: none !important;
}
.acs-faq .accordion-item, .acs-faq .accordion-button {
background: transparent !important;
}
/*multibank*/
.wide-slider {
display: grid;
grid-template-columns: 50% auto;
grid-gap: 50px;
align-items: center;
}
.swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: var(--acs-text-1);
    opacity: 1;
    background: #Fff;
    border: 2px solid var(--acs-color-2);
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: var(--acs-color-2);
}
.slider-nav .swiper-pagination-progressbar {
background: none;
margin-top: 30px;
}
.int-1 {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 15px;
}
.icon-center {
display: flex;
justify-content: center;
align-items: center;
}
/**/
.acs-numbers h2 {
font-size: 50px;
font-weight: 400;
}
.acs-4-block {
display: grid;
grid-template-columns: auto auto;
grid-gap: 30px;
}
/**/
.hero-bg-1 {
/* background: conic-gradient(from 60deg at 58.5% 50%, #1E36CE, #9100df) !important; */
background: conic-gradient(from 60deg at 58.5% 50%, var(--new-color-1), var(--new-color-2)) !important;
}
/**/
.ihi-11 img{
max-width: 125%;
}
/**/
.acs-num h2 {
font-size: 50px;
font-weight: 400;
}
.cta-over {
padding-bottom: 160px;
}
.bg-cta-pair-1 {
margin: -60px 0 0 0;
padding: 30px;
display: grid;
grid-gap: 20px;
grid-template-columns: 60% auto;
border-radius: 5px;
justify-content: space-between;
align-items: center;
align-content: center;
z-index: 999;
position: relative;
}
.cta-title span{padding-bottom: 10px}
.bg-cta-pair {
padding: 30px;
display: grid;
grid-gap: 20px;
grid-template-columns: 60% auto;
border-radius: 5px;
justify-content: space-between;
align-items: center;
align-content: center;
}
/*ecommerce*/
.round-icons {
display: flex;
grid-gap: 15px;
flex-wrap: wrap;
}
.round-icons li {
width: 80px;
height: 80px;
padding: 0;
border-radius: 100%;
background: var(--acs-white);
border: 1px solid var(--acs-border-1);
display: flex;
align-items: center;
justify-content: center;
-webkit-box-shadow: 0px 10px 25px -10px rgb(10 11 51 / 20%) !important;
box-shadow: 0px 10px 25px -10px rgb(10 11 51 / 20%) !important;
}
.inner-block-acs {
display: grid;
padding: 50px 30px;
grid-template-columns: 45% auto;
grid-gap: 40px;
align-items: center;
justify-content: space-between;
border-radius: 5px;
}
.iba-revert{
grid-template-columns: auto 45% ;
}
/*education*/
.logo-strip {
display: flex;
align-items: center;
justify-content: space-between;
position: absolute;
right: 0;
left: 0;
bottom: 30px;
}
.imglogo img {
max-height: 35px;
}
.img img {
width: 40px;
max-width: 40px;
}
.acs-edu-1 {
grid-gap: 20px;
align-items: center;
text-transform: uppercase;
margin: 0;
}
/*contact*/
.resed-label p{
color: var(--acs-text-1);
font-size: 14px;
line-height: 1;
font-weight: normal;
}
.resed-label a {
color: var(--acs-color-1);
}
.resed-label a.disable {
color: var(--acs-color-1);
opacity: 0.5;
pointer-events: none;
}
.contact--page {
position: relative;
padding-top: 180px;
padding-bottom: 80px;
}
.contact--page:before {
content: "";
width: 50%;
right: 0;
/* background: var(--acs-color-4); */
background: var(--new-color-4);
position: absolute;
top: 125px;
height: calc(100% - 125px);
z-index: -1;
padding-top: 50px;
}
.ac{display: block;}

.a-c-c-o-s-i-s--email {
margin-top: 30px;
padding: 30px 0 0 0;
width: fit-content;
}
.media--object {
display: grid;
grid-template-columns: 60px auto;
grid-gap: 15px;
width: fit-content;
}
.icon-- {
width: 60px;
height: 60px;
border-radius: 100px;
display: flex;
align-items: center;
justify-content: center;
border: 1px dashed var(--acs-border-1);
}
.icon-- img{ width:32px }
.div-data span {
display: block;
font-size: 16px;
color: var(--acs-text-2);
margin: 0 0 2px 0;
font-weight: 400;
}
.div-data {
font-weight: 600;
color: var(--acs-text-1);
font-size: 18px;
}
.media--object + .media--object{margin-top: 35px}
.optfld {
display: grid;
grid-template-columns: 60% auto;
grid-gap: 15px;
align-items: center;
}
.optfield{position: relative;}
.optfld button {
/* background: var(--acs-color-3); */
background: var(--new-color-4);
border: 0;
border-radius: 5px 2px 2px 5px;
font-size: 16px;
width: 130px;
height: 40px;
position: absolute;
right: 5px;
top: 5px;
}
.optfld input{padding: 0px 155px 0px 15px;}
.optfld button:hover{
background: var(--new-color-3);
}
#verified_otp {
background: var(--acs-green-1);
color: var(--acs-white);
}
.leadform .error-label {
color: #ff0500;
display: block;
font-size: 11px;
bottom: -14px;
position: absolute;
}
.mobilenumber{position: relative;}
.ctrycode {
position: absolute;
top: 3px;
left: 3px;
background: var(--new-color-4);
width: 42px;
font-size: 16px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
height: 44px;
border-radius: 2px 5px 5px 2px;
}
.mobilenumber input{
padding-left: 55px;
}
/***/
.form-block input, .form-block select, .form-block textarea {
height: 60px;
padding: 15px;
border-width: 0px 0px 2px;
border-image: initial;
border: 1px solid rgb(211 211 211);
border-radius: 6px;
}
.form-block textarea {
height: 100px;
}
.form-block input, .form-block select, .form-block textarea {
color: rgb(23, 43, 67);
font-size: 20px;
width: 100%;
margin: 0px 0px 15px;
background: rgb(255, 255, 255);
outline: 0px;
}
.floating-label {
position: relative;
}
.form-group {
margin-bottom: 16px;
}
.form-group:last-child {
margin-bottom: 0px;
}
.floating-label:last-child{margin-bottom: 0;}
.floating-input, .floating-select, input, select, textarea {
font-size: 14px;
color: var(--text-color-2);
padding: 0px 15px;
display: flex;
width: 100%;
height: 50px;
background-color: #fff;
border: 1px solid #DFEBFE;
border-radius: 5px;
box-shadow: 0 5px 15px rgb(30 54 206 / 5%);
align-items: center;
}
.floating-input:focus, .floating-select:focus {
outline: none;
border: 1px solid #DFEBFE;
box-shadow: 0 5px 15px rgb(30 54 206 / 10%);
}
.floating-label label {
color: var(--acs-text-1);
font-size: 14px;
line-height: 1;
font-weight: normal;
position: relative;
margin: 0 0 8px 0;
}
.custom-checkbox {
display: flex;
align-items: flex-start;
grid-gap: 15px;
font-size: 15px;
}
.custom-checkbox input {
width: 20px;
height: 20px;
margin: 0;
}
.custom-checkbox label {
font-size: 15px;
line-height: 22px;
margin: -5px 0 0 0;
}
.floating-label textarea.textarea{
height: 80px;
padding: 15px;
}
.accs-btn.disable{opacity: 0.5;}
/*****/
.section-address {
padding: 30px;
display: grid;
grid-template-columns: auto 50%;
grid-gap: 20px;
border-radius: 5px;
position: relative;
background-image: url(../images/shape/t-dot.svg);
background-position: 98% 15px;
background-repeat: no-repeat;
}
.section-address:before {
content: "";
position: absolute;
background: var(--acs-border-1);
width: 1px;
height: 60%;
right: 0;
left: 0;
margin: auto;
top: 50%;
transform: translateY(-50%);
}
.navigation {
display: flex;
justify-content: center;
align-items: center;
grid-gap: 20px;
padding: 0 54px;
}
.corner-shape {
background-image: url(../images/shape/download-arrow.svg);
background-position: 100% 0;
background-repeat: no-repeat;
border: 1px solid var(--acs-color-1);
}
/****/
.mobile-pricing{display: none;}
.acco-sis-hero-half {
padding-top: 160px;
padding-bottom: 50px;
}
.acs-table h4 span {
font-weight: normal;
font-size: 16px;
}
.acs-pr-head {
margin-bottom: 0;
font-size: 36px;
line-height: 46px;
font-weight: 700;
}
.p-title {
font-weight: 400;
margin: 0px 0 10px 0;
}
.table-header div {
text-align: left;
}
.fixfomt {
color: var(--acs-text-2);
font-size: 25px;
font-weight: 400;
}
.fixfomt span {
font-weight: 700;
display: block;
line-height: 1;
font-size: 36px;
}
.acs-table th, .acs-table td {
text-align: left;
padding: 15px;
vertical-align: middle;
border-color: var(--acs-border-1);
}
.table{
border-color: var(--acs-border-1);
}
.acs-check {
box-sizing: border-box;
position: relative;
display: block;
width: 22px;
height: 22px;
border: 2px solid transparent;
border-radius: 100px;
background: #1DB9AA;
}
.acs-check::after {
content: "";
display: block;
position: absolute;
left: 3px;
top: -1px;
width: 6px;
height: 10px;
border-width: 0 2px 2px 0;
border-style: solid;
transform-origin: bottom left;
transform: rotate(45deg);
color: var(--acs-white);
}
.table-title-row {
background-color: var(--new-color-3) !important;
}
.table-hover>tbody>tr:hover>* {
--bs-table-bg-state: var(--new-color-4);
}
.heder-bg-div{ position:relative; }
.heder-bg-div div {
width: 180px;
height: 180px;
position: absolute;
z-index: -1;
top: -60px;
}
.heder-bg-div div:first-child{
left: -60px;
}
.heder-bg-div div:last-child{
right: -70px;
}
table td, table, th, .table>:not(caption)>*>*{
color: var(--acs-text-2);
font-size: 16px;
}
table .table-header.accosis-pricing {
position: sticky;
top: 64px;
box-shadow: -10px 10px 30px -20px rgb(30 54 206 / 20%);
z-index: 50;
}
.pricing-mobile-models {
position: relative;
z-index: 9999;
}
.pricing-mobile-models .modal-dialog {
margin: 0;
border-radius: 0;
border: 0;
padding: 0;
}
.pricing-mobile-models .modal-content {
border-radius: 0;
margin: 0;
padding: 0;
}
.modal-header- {
display: flex;
align-items: center;
justify-content: space-between;
align-content: center;
padding: 10px 15px;
background: var(--acs-color-4);
position: sticky;
top: 0;
z-index: 8888;
}
.modal-header- h4 {
font-size: 25px;
line-height: 34px;
}
.modal-header- p {
margin: 0 0 4px 0;
}
.close-- {
background: var(--acs-color-3);
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
}
.accosis-pricing th:nth-child(1){ width: 40%;}
.accosis-pricing th:nth-child(2){ width: 20%; }
.accosis-pricing th:nth-child(3){ width: 20%; }
.accosis-pricing th:nth-child(4){ width: 20%; }
.pricing-mobile-models .modal {--bs-modal-width: 100%;}
/**/
.acco-sis-hero-policy {
padding-top: 210px;
padding-bottom: 80px;
}
/**/
.mr-right-1 {
justify-content: right;
display: grid;
}
.cs {
background: #ffa93720;
border: 1px solid var(--acs-yellow-1);
color: var(--acs-yellow-1);
font-size: 10px;
line-height: 1;
padding: 2px 2px;
border-radius: 5px;
margin-left: 5px;
font-weight: 300;
}
/*career*/
.centerherocontent h1 {
font-size: 60px;
line-height: 70px;
font-weight: 800;
background: url(../images/shape/text-bg.png);
background-size: 200% 100%;
-webkit-background-clip: text;
background-size: 100% 100%;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
}
.companynumbers {
display: flex;
gap: 40px;
margin-top: 40px;
}
.career-page {
padding-top: 60px;
}
.plbl.page-label {
clip-path: none;
background: none;
padding: 0;
margin: 0 auto 20px;
}
.plbl.page-label span {
padding: 2px 10px;
clip-path: none;
border-radius: 5px;
}
.centerherocontent {
padding: 0 15%;
margin: 180px 0 -80px 0;
}
/*.h-i-11a, .h-i-12b{
width: 200px;
height:250px;
}
.h-i-11b, .h-i-12a{
width: 250px;
height: 150px;
}
.h-i-12, .h-i-34{
width: 470px;
height: 200px;
}
.h-i-22a, .h-i-22d{
width: 200px;
height: 290px;
}
.h-i-22b, .h-i-22c{
width: 220px;
height: 200px;
}*/
.hero-img {
display: flex;
gap: 20px;
padding: 18px;
}
.hero-img-b-2 {
display: flex;
align-items: flex-end;
gap: 20px;
}
.h-i-11, .h-i-33 {
display: flex;
gap: 20px;
align-items: flex-end;
}
.hero-img-b-1 {
display: flex;
flex-direction: column;
gap: 20px;
justify-content: flex-end;
}
.hero-img * img{
width: 100%;
border-radius: 8px;
}
.acs-BG-12{
background: linear-gradient(263deg, rgba(30, 54, 206, 0.04) -1.45%, rgba(68, 30, 191, 0.04) 36.82%, rgba(101, 8, 177, 0.04) 76.69%, rgba(114, 0, 172, 0.04) 98.46%);
}
.pairofpoints {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.pairwraps {
display: flex;
justify-content: flex-start;
gap: 20px;
background: var(--acs-white);
padding: 30px 20px;
border-radius: 5px;
border: 1px solid var(--acs-color-3);
flex-direction: column;
}
.pairwraps img{
width: 50px;
}
.pairwraps h4 {
font-size: 18px;
line-height: 28px;
font-weight: 400;
}
.bg-line-u {
position: absolute;
z-index: 0;
}
.crbg {
display: flex;
padding: 30px 20px;
border-radius: 5px;
flex-direction: column;
height: 100%;
background: var(--acs-white);
border: 1px solid var(--acs-color-3);

}
.jobrow {
border-top: 1px solid var(--acs-color-3);
display: grid;
grid-template-columns:40% 35% auto;
align-items: center;
justify-content: space-between;
padding: 18px 20px;
}
.jobswrap li:last-child{
border-bottom: 1px solid var(--acs-color-3);
}
.jobdesc{
display: flex;
gap: 10px;
}
.jobrow h3 {
font-size: 18px;
line-height: 28px;
margin: 0;
font-weight: 400;
}
.jobrow span.span {
background: var(--acs-white);
border: 1px solid var(--acs-color-3);
border-radius: 100px;
padding: 5px 14px;
font-size: 14px;
}
.imgwrap{
display: flex;
gap: 20px;
}
.imgwrp2{
display: flex;
gap: 20px;
}
.imgwrap * img {
width: 100%;
border-radius: 8px;
}
.imgwrap-1{
display: flex;
flex-direction: column;
gap: 20px;
}
.careerreview {
display: grid;
grid-template-columns: 200px auto;
grid-gap: 40px;
margin-top: 50px;
}
.acs-review {
overflow: hidden;
width: 200px;
height: 200px;
background-color: var(--acs-color-4);
border-radius: 5px;
border: 1px solid var(--acs-border-1);
}
.acs-review img {
width: 100%;
position: relative;
bottom: -5px;
object-fit: contain;
height: 100%;
}
.degn{
font-size: 14px;
}


.acs-ft-l{
    text-align: left;
}

/*soundbox*/

.halfbg{
    position: relative;
    padding-top: 170px;
}

.s-b-0 {
    display: grid;
    align-items: stretch;
    grid-gap: 70px;
}

.halfbg::after{
    content: "";
    background-image: linear-gradient(to right, rgba(30,54,206,0.2), rgba(93,0,143,0.2));
    width: 100%;
    height: 50%;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: -0;
}
 
 .custom-hero-desc {
    position: relative;
    display: grid;
    justify-content: start;
    align-items: center;
    margin-top: 40px;
    width: 250px;
}
.custom-hero-desc p {
    z-index: 5;
    padding: 0 0px 0 30px;
}

.custom-hero-desc::after{
    content: "";
    position: absolute;
    background: var(--acs-green-1);
    width: 100px;
    height: 150px;
    border-radius: 100px;
}
.herofooter {
    margin: 40px 0 0 0;
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: end;
    justify-content: space-between;
}

.multiimg img {
    width: 42px;
    height: 42px;
    margin: 0 -7px;
}
.multiuserbtn p {
    font-size: 15px;
    line-height: 25px;
}

.multiuserbtn p span{
    display: block;
}
.multiuserbtn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.widestrap {
    background-image: linear-gradient(to right, rgba(30, 54, 206, 1), rgba(93, 0, 143, 1));
    padding: 30px 0;
    overflow: hidden;
}

.textblock p {
    color: var(--acs-white);
    font-size: 20px;
    line-height: 1;
}
.textblock{
   display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
/**/
.qr-slider-11 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.scroll-content {
    display: flex;
    width: max-content; /* Ensures content is wide enough to scroll */
    animation: scroll-left 20s linear infinite;
}

.textblock {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    white-space: nowrap;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.rotate-icon {
    animation: rotate 8s linear infinite; /* Adjust the duration (3s) to control speed */
    display: inline-block;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rotate-reverse-icon {
    animation: rotate-reverse 8s linear infinite; /* Adjust the duration as needed */
    display: inline-block;
}

@keyframes rotate-reverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg); /* Reverse rotation */
    }
}


/**/
.soundbox-wide-bx{
    position: relative;
    margin-top: 100px;
}

.soundbox-wide-bx:before {
    content: "";
    width: 100%;
    height: 250px;
    position: absolute;
    background-image: linear-gradient(to right, rgba(30, 54, 206, 1), rgba(93, 0, 143, 1));
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0px 0px 24px 24px;
    z-index: 0;
}

.smx-1 {
    z-index: 2;
    position: relative;
    left: 130px;
}
.smx-2 {
    position: relative;
    z-index: 5;
    right: -400px;
    top: -50px;
}
.smx-3 {
    position: absolute;
    right: 0;
    left: 16%;
    z-index: -1;
}

.smx-4 {
    position: relative;
    z-index: 5;
    top: -200px;
    right: 10%;
}

.soundbox-min-feature{
  position: absolute;
    right: 110px;
    bottom: 50px;
}

.soundbox-min-feature .acs-icon-list {
    display: flex;
    align-items: center;
    gap: 40px;
}

.soundbox-min-feature .acs-icon-list li + li {
    margin-top:0px;
}
.soundbox-min-feature .acs-icon-list p{
    color: var(--acs-white);
}
.outlined-text{text-align: center;}
.outlined-text span {
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px var(--acs-color-1);
    text-stroke: 1px var(--acs-color-1);
    font-size: 100px;
    line-height: 65px;  
    font-family: sans-serif;
    font-weight: 900;
    display: inline-block;
}
.images-store {
    margin: -120px 0 0 0;
    border-radius: 0px 0px 24px 24px;
    overflow: hidden;
}

.pay-scan, .images-store{ border-radius: 0px 0px 24px 24px;
    overflow: hidden;}

.content-merchnt-pymnt {
    display: grid;
    grid-template-columns: 50% 36%;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px 40px 40px;
    border-radius: 0px 0px 24px 24px;
    width: 95%;
    margin: -5px auto 0;
}

.content-merchnt-pymnt .icons li {
    width: 100%;
    height: 60px;
    padding: 20px;
    box-shadow: none !important;   
    background: var(--acs-white);
}

.content-merchnt-pymnt .icons {  
    grid-template-columns: auto auto;  
    grid-gap: 20px;
}

.pay-via-scan{
    position: relative;
}

.onthetext {
    width: 500px;
    position: absolute;
    z-index: 5;
    left: 40px;
    top: 90px;
}

.onthetext h3{
    color: var(--acs-white);
}

.payment-ripple {
    position: absolute;
    right: 40%;
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 50%;
    top: 20%;
    left: 75%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-ripple:before{
    position: absolute;
    content: '';
    border:  5px solid rgba(255, 255, 255, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    animation: ripple 2s linear infinite;
}
.payment-ripple:after{
    position: absolute;
    content: '';
    border: 5px solid rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    animation: ripple 2s 1s linear infinite;
}
@keyframes ripple
{
    100% {transform: scale(1.5); opacity: 0; }
}


/**/
.soundbox-language{
    overflow: hidden;
    display: grid;
    grid-template-columns: 30% auto 30%;
    grid-gap: 20px;
}

.soundbox-lan-1 div:nth-child(1) {
    position: relative;
    left: 50%;
}
.soundbox-lan-1 div:nth-child(2){}
.soundbox-lan-1 div:nth-child(3) {
    position: relative;
    left: 63%;
}
.soundbox-lan-1 div:nth-child(4) {
    position: relative;
    left: 15%;
}

.soundbox-lan-1 img, .soundbox-lan-3 img{
    max-height: 60px;
}


.soundbox-lan-3 div:nth-child(1) {
    position: relative;
    left: 50%;
}
.soundbox-lan-3 div:nth-child(2){}
.soundbox-lan-3 div:nth-child(3) {
    position: relative;
    left: 63%;
}
.soundbox-lan-3 div:nth-child(4) {
    position: relative;
    left: 15%;
}

.happy-merchant-accosis{
    margin: -80px 0 0 0 ;
}

.last-reply {
    position: absolute;
    right: 8%;
    bottom: 15%;
}
.scan-qr-wrap{
    position: relative;
}

.last-reply .spin-inner {
    max-width: 80px;
    left: 32px;
}

.breakinghd span{
    display: block;
}

.img-qr-battery {
   display: flex;
    position: relative;
    z-index: 11;
}
.img-qr-battery img:first-child {
    position: relative;
    top: 50px;
    height: 250px;
    z-index: -1;
}

.img-qr-battery img:last-child {
   margin: -50px 0 0 -30px;
}

.soundbox-bg{
    position: relative;
}
.soundbox-bg:before {
    content: "";
    background: linear-gradient(263deg, rgba(30, 54, 206, 0.04) -1.45%, rgba(68, 30, 191, 0.04) 36.82%, rgba(101, 8, 177, 0.04) 76.69%, rgba(114, 0, 172, 0.04) 98.46%);
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 60%;
    top: 38%;
    transform: translateY(-50%);
}

.acs-sp-1 img, .acs-sp-2 img{
    position: absolute;
}

.acs-sp-1 img:nth-child(1) {
    top: 60%;
    left: 53%;
}
.acs-sp-2 img:nth-child(1) {
    top: -14px;
    right: -40px;
    transform: rotate(281deg);
}

.centerasset {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
}
.text-asset-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoassets {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px !important;
}
.text-asset-wrap p, .text-asset-wrap a {
    font-size: 15px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.centerasset img{
    max-height: 60px;
    margin: 0 auto;
}

.whitelogocard{
    background: #D7D6E1;
}
.color-1{ background-color: var(--acs-color-1);}
.color-2{ background-color: var(--new-color-3);}
.color-3{ background-color: var(--acs-text-1);}
.color-4{ background-color: var(--new-color-4);}
.color-5{ background-color: var(--acs-red-1);}
.color-6{ background-color: var(--acs-green-1);}
.color-7{ background-color: var(--acs-yellow-1);}
.color-8{ background-color: #9897A5}

.color-card {  
    height: 192px;
    display: flex;
    justify-content: flex-end;
}

.color-card p{  
   color: #fff;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: transparent !important;
}


/***********/
/*.zrsite_Job_Description {display: none !important;}*/

.embed_jobs_head2 {   
    width: 100% !important;   
}

.embed_jobs_with_style_2 .rec_filter_cls, .embed_jobs_with_style_1 .rec_filter_cls {  
    border-bottom: 1px solid var(--acs-border-1) !important;  
}


/***/

.landing .checklist li + li {
    margin-top: 0px !important;
}


.landing .checklist  {
   gap:20px;
}

.hits .icon-content img {
    max-width: 50px;
    width: 100%;
    height: auto !important;
}
.upspace120{
    margin-top: 120px;
}


.accounting-headers img {
    display: block;
    width: 150px;
    margin: 10px auto 20px;
}

.tabbl{
        border-radius: 16px;
    overflow: hidden;
}

.tabbl th:last-child, .tabbl td:last-child {
        background-color: #fcf6ff; 
        font-weight: bold;
    }

    .footer-x {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 30px;
    justify-content: space-between;
    align-items: center;
}

.bgyello{
    background: var(--acs-yellow-1);
}

/*****/
.sliderTab {
    position: relative;
    overflow: hidden;
    width: 80%;
    margin: 40px auto 40px;
    background: var(--acs-color-3);
    border-radius: 8px;
}
@media (max-width: 479px) {
  .sliderTab {
    width: 100%;
  }
}
.sliderTab .swiper-slide {
  width: auto !important;
}
.sliderTab .swiper-slide a {
  display: block;
  text-align: center;
}
.sliderTab .swiper-slide .text {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 15px 5px 15px 5px;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: 0.05em;

  transition: 0.25s;
}
.sliderTab .swiper-slide .text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--acs-color-2);
  transform: translateX(-50%);
  transition: 0.25s;
}
.sliderTab .swiper-slide.on .text {
color: var(--acs-color-2);
}
.sliderTab .swiper-slide.on .text:after {
  width: 100%;
}

.sliderContent {
  width: 100%;
}
.sliderContent .swiper-slide {
  padding: 0 30px;
}
.sliderContent .swiper-slide .title {
  margin-bottom: 15px;
  font-size: 30px;
  text-align: center;
}
.sliderContent .swiper-slide .content {
  margin: 0 auto;
  max-width: 500px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}



/**************************/
.accosis-glass-footer-1 {
    position: fixed;
    bottom: 40px;
    right: 0px;
    left: 0;
    width: max-content;
    margin: 0 auto;
    z-index: 9999;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.4s cubic-bezier(.32,.88,.48,.98), transform 0.4s cubic-bezier(.32,.88,.48,.98);
    pointer-events: none;
}
.accosis-glass-footer-1.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.glass-container {
  position: relative; 
  font-weight: 600;  
  cursor: pointer;
  background: transparent;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}
  

.glass-filter {
  position: absolute;
  inset: 0;
  z-index: 0;
  backdrop-filter: blur(0px);
  filter: url('#lg-dist');
  isolation: isolate;
}

.glass-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #5d008f78;
}

.glass-specular {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
    overflow: hidden;
    box-shadow: inset 1px 1px 0 rgb(255 255 255 / 75%), inset 0 0 5px rgb(255 255 255 / 75%);
}

.glass-content {
position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 30px;
    justify-content: center;
}
.glass-content a{
    color: var(--acs-white);
}

.glass-content a:hover{
    color: var(--acs-white);
}

/**************************/






/**************************************************************************************************************************************************/
/************************************************************************************************************************************************res**/
/**************************************************************************************************************************************************/

@media screen and (max-width: 2560px) and (min-width: 1500px){
.container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1440px;}
@media only screen and (max-width: 1600px) {
h1 {  font-size: 40px;  line-height: 50px;}
h2 {  font-size: 32px;  line-height: 42px;}
h3 {  font-size: 24px;  line-height: 34px;}
h4 {  font-size: 20px;  line-height: 30px;}
h5 {  font-size: 18px;  line-height: 28px;}
h6 {  font-size: 17px;  line-height: 26px;}
p {   font-size: 18px;  line-height: 28px;}
}
}
@media only screen and (max-width:1700px) {
.ihi-11 img {
max-width: 105%;
}
}
@media only screen and (max-width:1640px) {
.centerherocontent {
padding: 0 14%;
margin: 150px 0 -80px 0;
}
.hero-acs-2 img {
max-width: 806px;
right: 60px;
}
.hero-bg-1 {
background-size: contain !important;
min-height: auto !important;
padding-bottom: 50px;
}
}
@media only screen and (max-width:1499px) {
.container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1240px;}
.centerherocontent {
padding: 0 0%;
margin: 30px 0 -40px 0;
}
.bg-line-u {
position: absolute;
z-index: 0;
width: 80%;
top: 120px;
}
.centerherocontent h1 {
font-size: 50px;
line-height: 60px;
}
.hero-content h1 {
font-size: 55px;
line-height: 65px;
}
.number_states {
margin-top: 60px;
}
.acco-sis-hero {
max-height: 720px;
min-height: 100vh;
padding-top: 80px;
}
p { font-size: 17px; line-height: 27px;}
.number-div h5 {
font-size: 20px;
}
.ACS_Card_title {
padding: 0 30px 0 0;
}

.checklist li {
font-size: 16px;
}
/**/
.acco-sis-hero-inner {
min-height: 780px;
padding-top: 170px;
background-size: contain;
}
.hero-acs-1 img {
max-width: 700px;
right: -30px;
}
.acs-card {
padding: 20px;
}
.hero-acs-2 img {
max-width: 100%;
right: 0px;
}
.icon-content h5 {
margin: 15px 0 10px 0;
}
.ihi-11 img {
max-width: 110%;
}
.acs-num h2 {
font-size: 40px;
}
.contact--page {
min-height: auto !important;
padding-bottom: 50px;
}
.ohrs li{
font-size: 17px;
}
.bg-h-shape-1 {
height: 80%;
}
.s-b-0 {  
    grid-gap: 30px;
}
.herofooter {
    margin: 10px 0 0 0;   
}
.custom-hero-desc::after {  
    width: 80px;
    height: 130px;  
}
.halfbg {
    position: relative;
    padding-top: 170px;
    min-height: 810px;
}

.smx-4 {  
    top: -220px;
    right: 13%;
}
.soundbox-min-feature {  
    bottom: 70px;
}
.outlined-text span {  
    font-size: 90px;
    line-height: 58px;   
}

.soundbox-bg:before {  
    height: 60%;
    top: 38%;
    transform: translateY(-50%);
}

.smx-3 {   
    left: 10%;  
}


.hero-content h1 {
        font-size: 45px;
        line-height: 57px;
    }

    .smx-2 {  right: -230px; top: -100px; }
    .smx-1 {  left: 50px;  }
    .smx-4 {  top: -280px;  right: 19%;   }


}
/******************************************/
@media only screen and (max-width:1380px) {
.container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1240px;}
h1 { font-size: 40px; line-height: 50px;}
h2 { font-size: 30px; line-height: 40px;}
.widestrap {   padding: 20px 0;}

.home-hero-img {
    width: 600px;
    height: 600px;
}
.partners-wrap-hero{margin-top: 30px;}

}
/******************************************/
@media only screen and (max-width:1280px) {

.hero-content h1 {
font-size: 44px;
line-height: 54px;
}
.centerherocontent h1 {
font-size: 40px;
line-height: 50px;
}
.centerherocontent {
padding: 0 0%;
margin: 70px 0 -90px 0;
}
.hero-acs-1 img {
max-width: 600px;
right: 0px;
}
.int-2 {
grid-gap: 15px;
flex-wrap: wrap;
}
.ihi-11 img {
max-width: 100%;
}
.hero-numbers {
bottom: 40px;
}
.intro-data {
margin-top: 10px;
left: 0;
}
}
/*******************************************/
@media only screen and (max-width:1280px) {
.container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1140px;}

.smx-1 {  
    left: 80px;
}
.smx-4 {
    top: -260px;
    right: 18%;
}
.smx-2 {    
right: -220px;
top: -59px;
}
}
/******************************************/
@media only screen and (max-width:1280px) {
 
}
/******************************************/
@media only screen and (max-width:1199px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 992px;
}
body { font-size: 16px; line-height: 26px;}
.hero-content h1 { font-size: 40px; line-height: 50px;}
h1 { font-size: 34px; line-height: 44px;  font-weight: 600;}
h2 { font-size: 28px;  line-height: 40px;    font-weight: 600;}
p { font-size: 16px; line-height: 26px;}
.header-dark .acs-nav .nav-link {
color: var(--acs-text-1);
}
.header-dark .acs-nav .nav-link:hover {
color: var(--acs-text-1);
}
/**/
.sidebarmenuicon {
display:block;
}
.offcanvas-header{
display: flex;
}
.acs-header .acs-nav .nav-link {
line-height: 50px;
padding-right: 0;
padding-left: 0;
}
.acs-header .dropdown .dropdown-menu.show {
display: block;
opacity: 1;
visibility: visible;
transform: translate(0, 0%) scale(1);
box-shadow: none !important;
}
.menu-cta, .menu-col-in-2, .strip-cta.strip-2{
display: none;
}
.megamenucontent {
grid-template-columns: auto;
}
.menu-col-in {
grid-template-columns: auto;
padding: 0px;
}
.nav-item {
position: relative;
border-bottom: 1px solid var(--acs-border-1);
}
.acs-header .navbar-nav .dropdown-menu {
padding: 0;
overflow: hidden;
display: none;
}
.menu-col + .menu-col {
margin-top: 0px;
}
.icon-media-object + .icon-media-object {
margin-top: 0;
}
.megamenucontent-2 {
grid-template-columns: repeat(1, 1fr);
box-shadow: none;
padding: 0px;
}
.solution-row {
min-height: 28px;
display: grid;
align-content: space-around;
padding: 10px 0px;
grid-template-columns: 28px auto;
grid-gap: 10px;
background: #fff;
}
.imgblock {
text-align: left;
margin-bottom: 0;
width: 28px;
}
.dropdown-toggle::after {
top: 22px;
right: 15px;
position: absolute;
}
.dropdown-toggle.show::after{
-moz-transform: rotate(225deg);
-ms-transform: rotate(225deg);
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
.menu-col .icon-media-object {
padding: 10px 0;
border-bottom: 1px solid var(--acs-border-1);
}
.menu-col:last-child .icon-media-object:last-child {
border-bottom: 0px solid var(--acs-border-1);
}
.offcanvas-title img{max-width: 150px}
.offcanvas-header {
background: var(--acs-color-4);
}
.megamenucontent-2 a{
border-bottom: 1px solid var(--acs-border-1);
}
.megamenucontent-2 a:last-child{
border-bottom: 0px solid var(--acs-border-1);
}
header .offcanvas-body {
padding: 0 20px !important;
}
/**/
.header-dark .acs-menu-::after, .acs--menu::before, .header-dark .acs--menu::after, .header-dark .acs--menu::before {
background: #fff;
}
/*.header-dark .acs--menu::before {
box-shadow: 0 12px 0 #fff;
}*/
.header-dark .sticky .acs-menu-::after, .acs--menu::before, .header-dark .sticky .acs--menu::after, .header-dark .sticky .acs--menu::before {
background: var(--acs-text-1);
}
.header-dark .acs--menu{background: var(--acs-white);}
.header-dark .sticky .acs--menu{background: var(--acs-text-1);}
.ACS_Card_11 {
min-height: auto;
}


.ACS_Card_11 p {
padding: 0px 15px 15px 15px;
font-size: 16px;
line-height: 25px;
}
.ACS_Card_title {
padding: 0 0px 0 0;
}
.CTA-CIRCLE div {
width: 95px;
height: 95px;
}
.ACS_Card_title h2 {
font-size: 25px;
line-height: 34px;
}
.bg-line-dots{
min-height: auto;
}
.hero-acs-1 img {    max-width: 100%;    right: 0px;}
.spin-shape { right: -80px;}
.column-2 { column-count: 1;}
.int-3 {grid-template-columns: repeat(3, 1fr);}
.pair-tabs-data .column-2 { column-count: 2;}
.acco-sis-hero-inner {
background-size: 530px;
min-height: 720px;
height: 100vh;
padding-top: 70px;
display: grid;
align-items: center;
}
.hero-pnt{display: none;}
.acs-icon-list br{display: none;}
.outer-bg {
margin-bottom: 0;
}
.acs-icon-list img {
max-width: 32px;
width: 32px;
max-height: 32px;
height: 32px;
}
.acs-numbers h2 {
font-size: 40px;
}
.ACS_SPACE {
padding-top: 60px;
padding-bottom: 60px;
}
.ACS_SPACE.cta-over {
padding-bottom: 120px;
}
.acs-pr-head {
font-size: 30px;
line-height: 40px;
}
.p-title {
margin: 0px 0 5px 0;
}
.soundbox-wide-bx {  
    margin-top: 50px;
}

.soundbox-min-feature .acs-icon-list {    
    justify-content: center;
}
.soundbox-wide-bx:before {   
    height: 120px;    
}
.soundbox-min-feature {
    bottom: 44px;      
}

    .smx-2 {  
    right: -180px;
    top: 40px;
    max-width: 260px;
}
.smx-3 {
        left: 0;
        bottom: 110px;
    }

    .smx-1 {   
    left: 60px;
    max-width: 350px;
}

.smx-4 {
        top: -170px;
        left: -17%;
    }

.outlined-text span {
    font-size: 70px;
    line-height: 45px;
}

.onthetext {
    width: 270px;   
    left: 40px;
    top: 100px;
}
.soundbox-lan-1 img, .soundbox-lan-3 img {
    max-height: 40px;
}

.happy-merchant-accosis {
    margin: -10px 0 0 0;
}
.last-reply {
    right: 14%;
    bottom: 11%;
}

}
/******************************************/
@media only screen and (max-width: 992px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 840px;
}

.threecolumnwrap {  
    grid-template-columns: auto;   
    gap: 20px;
}

.home-hero-img{  
        margin: 40px auto 0;
}

.pricing-block, .pricing-ll {
    grid-template-columns: auto;   
}

.acnting, .upshape {display: none !important;}

.pricing-right {   
    margin: 30px 0 0 0;   
}

.partners-wrap-hero {
    padding-top: 40px;
    grid-template-columns: auto;
    display: grid;
    align-items: center;
    justify-content: space-between;
}

.m-order1{order: 1;}
.m-order2{order: 2;}
.m-order3{order: 2;}
.mmt20{margin-top: 20px;}
.mmt30{margin-top: 30px;}
.mmt40{margin-top: 40px;}
.mmt50{margin-top: 50px;}
/**/
.bg-h-shape-1 {
display: none;
}

/*mob swipe*/
.acco-sis-swip-wrap, .acco-sis-swip-wrap-1{overflow-x: scroll;}
.acco-sis-swip-wrap .row, .acco-sis-swip-wrap-1 .card-pair-column{width: max-content; padding: 0 0 20px 0; display: flex;}
.acco-sis-swip-wrap .row .col-lg-3, .acco-sis-swip-wrap .row .col-lg-4, .acco-sis-swip-wrap-1 .card-pair-column .icon-content, .col-acs{width: 45vw;}

/**/
.page-label span { 
    font-size: 13px;   
}
.acco-sis-hero {
max-height: fit-content;
min-height: 80vh;
padding-top: 120px;
padding-bottom: 40px;
}
.hero-content h1 {
        font-size: 40px;
        line-height: 52px;
    }
.careerreview {
grid-template-columns: auto;
grid-gap: 20px;
margin-top: 30px;
}
.bg-line-u {
width: 80%;
top: 80px;
}
.centerherocontent {
padding: 0 0%;
margin: 0px 0 30px 0;
}
.hero-img-b-2{
display: none;
}
.pairofpoints {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
margin: 40px 0 0 0;
}
.d--none{display: none !important;}
.acs-sol-link-list{margin-top: 40px}
.ACS_Card_11 p {
padding: 0px 30px 15px 30px;
}
.pair-tabs-data {
grid-template-columns: auto;
grid-gap: 0px;
}
.acs-lead-data {
display: grid;
grid-template-columns: auto;
grid-gap: 40px;
margin-bottom: 40px;
}
.footer-wrapper {
grid-template-columns: auto auto;
grid-gap: 50px;
}
.footer-end-row, .acs-ft-r{
text-align: center;
}
.m-separator{
border-top:1px solid var(--acs-border-1);
border-bottom:1px solid var(--acs-border-1);
}
.m-center{
text-align: center;
}
/**/
.acco-sis-hero-inner {
    background-size: 0;
    background-image: none;
min-height: auto;
height: auto;
padding-bottom: 40px;
display: grid;
align-items: center;
padding-top: 190px;
}
.acco-sis-hero-half {
padding-top: 180px;
padding-bottom: 50px;
}
.page-nav-wrap{display: none;}
.vertical-tabs {
display: grid;
grid-template-columns: auto;
grid-gap: 30px;
}
.v-tablist {
display: flex;
overflow: auto;
white-space: nowrap;
padding-bottom: 15px;
width: 100%;
flex-wrap: inherit;
}
.vertical-tabs ul.v-tablist li + li {
margin-left: 20px;
margin-top: 0;
}
.vertical-tabs ul.v-tablist li{border: 0}
.vertical-tabs .nav-pills.v-tablist button {
padding: 10px 60px 10px 15px;
}
.icons {
grid-gap: 20px;
}
.acs-pp-pair {
grid-template-columns: auto;
grid-gap: 30px;
}
.mr-right {
justify-content: start;
display: grid;
margin-top: 30px;
}
.inner-hero-img{
text-align: center;
}
.sec-pd20 {
padding-bottom: 10px;
}
.inner-block-acs {
padding: 30px 16px;
grid-template-columns: auto;
grid-gap: 30px;
}
.pricing-desktop{display: none;}
.mobile-pricing{display: block;}
.acs-pr-head {
font-size: 30px;
line-height: 40px;
}
.contact--page:before, .hero-numbers{
display: none;
}
.navigation {
padding: 0 20px;
}
.mr-right-1 {
justify-content: center;
display: grid;
}
.accosis-offer {
padding: 8px;
height: auto;
}
.jobrow {
grid-template-columns: auto;
align-items: center;
justify-content: space-between;
padding: 15px 15px;
gap: 20px;
}

.container-data {
    display: grid;
    grid-template-columns: auto;
    gap: 50px;
}
.sticky-image{display: none;}

.pair-tabs-data .acs-img-block {
    display: block;
    margin: 50px auto 0;
}
.sec-vdata {
    padding: 0px 0 20% 0;
}
.breakinghd span {
    display: inline;
}
.smx-1 {
        left: 60px;
        max-width: 350px;
        bottom: -79px;
 }
.smx-2 {
        right: -140px;
        top: 130px;
        max-width: 260px;
 }
.smx-4 {
        top: -410px;
        left: 433px;
}
.soundbox-min-feature {
        bottom: 44px;
        right: 0;
        left: 0;
}
.content-merchnt-pymnt {  
    padding: 40px 40px 40px 40px;   
    width: 96%; 
    grid-template-columns: auto; 
}

.pay-via-scan {   
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 10px;
}

.onthetext, .payment-ripple {
  grid-column: span 1; 
  position: inherit;
}

.pay-scan {
  grid-column: span 2; 
}
.onthetext h3 {
    color: var(--acs-text-1);
}
.onthetext {
    width: auto;
    left: 0;
    top: 0;
}

.payment-ripple {   
    right: 0;
    width: 140px;
    height: 140px;
    background: var(--acs-color-1);
    border-radius: 50%;
    top: -20px;
    left: 50%;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.soundbox-bg:before{display: none;}

.soundbox-bg {
        background: linear-gradient(263deg, rgba(30, 54, 206, 0.04) -1.45%, rgba(68, 30, 191, 0.04) 36.82%, rgba(101, 8, 177, 0.04) 76.69%, rgba(114, 0, 172, 0.04) 98.46%);
        text-align: center;
        padding-top: 60px !important;
        margin-bottom: 60px;
    }
    .img-qr-battery {
    display: flex;
    justify-content: center;
    margin: 50px 0 0 0;
    align-items: flex-end;
}
.soundbox-bg a.acs-btn{
        margin: 30px auto 20px;
}
.herofooter {
        margin: 30px 0 30px 0;
    }

.last-reply {
        right: 14%;
        bottom: 27%;
    }

}
/*****************************************/
@media only screen and (max-width:767px) {
.m-mt20{margin-top: 20px;}
.m-mt30{margin-top: 30px;}
.m-mt40{margin-top: 40px;}
.m-mt50{margin-top: 50px;}
/**/
.h-i-11, .h-i-33 {gap: 10px;}
.accosis-faq-sec .accordion-button {
    font-size: 18px;
    line-height: 28px;}
.hero-img {
gap: 10px;
padding: 12px;
}
.bg-line-u {
width: 95%;
top: 80px;
}
.acs-pair-canvas {
display: grid;
grid-template-columns: auto;
grid-gap: 60px;
}
.acs-pair-2{
width: 100%;
text-align: center;
}
.customNavigation {
justify-content: center;
position: absolute;
left: 0;
right: 0;
bottom: 20px;
}
.customNavigation a { width: 80px;}
.tabslist li button.nav-link { font-size: 14px;}
.logoblock {padding: 0 20px;}
.homereview {
margin: 0px 0 40px 0;
}
.logo_block {
display: flex;
grid-gap: 10px;
white-space: nowrap;
}
.iconcard img {
max-width: 100%;
}
.acs-strip {
padding: 60px 0;
}
.othr {
padding-bottom: 100px !important;
}
.industry{
padding-bottom: 100px !important;
}
.slider-nav .swiper-pagination-progressbar {
margin-top: 10px;
}
.bg-cta-pair, .bg-cta-pair-1 {
grid-template-columns: auto;
}
.intro-img {
max-height: fit-content;
padding-top: 20px;
}
.accosis-offer p {
font-size: 12px;
line-height: 20px;
}
.hidmob{display: none;}

.swiper .img-left h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}

.inner-block-acs h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}

.padding-right-40 {
    padding-right: 0;
}
.heading-sup-title {
    font-size: 14px;}

/*mob swipe*/
.acco-sis-swip-wrap .row .col-lg-3, .acco-sis-swip-wrap .row .col-lg-4, .acco-sis-swip-wrap-1 .card-pair-column .icon-content, .col-acs{width: 85vw;}


   .soundbox-wide-bx {
        margin-top: 0;
        overflow: hidden;
    }
    .smx-1 {
        left: 30px;
        max-width: 210px;
        bottom: -46px;
    }

        .smx-2 {
        right: -100px;
        top: 100px;
        max-width: 190px;
    }
    .smx-4 {
        top: -280px;
        left: 263px;
        width: 170px;
    }
    .outlined-text span {
        font-size: 40px;
        line-height: 18px;
    }
    .images-store {
    margin: -50px 0 0 0;
}

.soundbox-min-feature .acs-icon-list {
   
    align-items: center;
    gap: 20px;
    flex-direction: column;
    grid-template-columns: auto auto;
}

.soundbox-min-feature {
    position: relative;
        bottom: 0px;
        right: 0;
        left: 0;
        background-image: linear-gradient(to right, rgba(30, 54, 206, 1), rgba(93, 0, 143, 1));
        padding: 18px 10px;
        border-radius: 0px 0px 24px 24px;
    }

    .soundbox-wide-bx:before, .payment-ripple, .acs-sp-1, .acs-sp-2, .custom-hero-desc::after{
        display: none;
    }
    .pay-via-scan {      
        grid-template-columns: repeat(1, 1fr);      
        gap: 10px;
    }
    .soundbox-language {
    overflow: hidden;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
}
.soundbox-lan-1, .soundbox-lan-3{
    display: flex;
    justify-content: space-between;
}
.soundbox-lan-1 div:nth-child(1), .soundbox-lan-1 div:nth-child(2), .soundbox-lan-1 div:nth-child(3),.soundbox-lan-1 div:nth-child(4), .soundbox-lan-3 div:nth-child(1),
.soundbox-lan-3 div:nth-child(2), .soundbox-lan-3 div:nth-child(3),.soundbox-lan-3 div:nth-child(4)  {
    position: relative;
     left: 0%;
}
.happy-merchant-accosis {
        margin: 50px 0 70px 0;
}
    .last-reply {
        right: 26%;
        bottom: -70px;
    }

.herofooter {
    margin: 40px 0 0 0;
    display: grid;
    grid-template-columns: auto;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
}
.custom-hero-desc p {   
    padding: 0;
}
.custom-hero-desc {  
    margin-top: auto;
    width: auto;
}
.outlined-text span {
        font-size: 30px;
        line-height: 5px;
    }
    .smx-1 {
        left: 0;
        max-width: 140px;
        bottom: 0;
        margin: 60px 0 0px 20px;
    }
     .smx-2 {
        right: -20px;
        top: 8px;
        max-width: 170px;
    }
       .smx-4 {
        top: -260px;
        left: 163px;
        width: 120px;
        margin: 0 0 0;
        display: none;
    }

    .content-merchnt-pymnt {
        padding: 40px 14px 40px 14px;       
    }
    .content-merchnt-pymnt .icons li {   
    height: 40px;
    padding: 15px;    
}
.img-qr-battery {
        margin: 80px 0 0 0;
        padding: 0px;
    }
    .img-qr-battery img:first-child {    
    height: 190px; 
    top: 0;  
}
.home-hero-img { width: 450px; height: 450px;  overflow: hidden; }

}
/******************************************/
@media only screen and (max-width: 575px) {
    table td, table, th, .table>:not(caption)>*>* {
        color: var(--acs-text-2);
        font-size: 13px;
    }
    
    .upspace120 {
        margin-top: 60px;
    }
.hero-content h1 {
font-size: 40px;
line-height: 52px;
}
.acs-header {
padding: 0px;
}
.ACS_Card_11 { border-radius: 5px;}
.ACS_SPACE {
padding-top: 50px;
padding-bottom: 50px;
}
.footer-wrapper {
grid-template-columns: auto;
grid-gap: 50px;
}
.accosis-getstarted-footer{display: none;}
header .acs-btn {
font-size: 12px;
padding: 0 10px;
line-height: 35px;
grid-gap: 7px;
}
.acs-menu-acs-set {
grid-gap: 10px;
}
header .acs-btn svg { width: 12px; }
.acs-btn {
font-size: 14px;
padding: 0 15px;
white-space: nowrap;
}
.customersupport .img-CS {
width: 40px;
height: 40px;
}
.img-title .title {
margin-bottom:3px;
font-size: 14px;
}
.img-title p.title-sub {
font-size: 13px;
padding-top: 5px;
}
.card-pair-column {
grid-gap: 20px;
grid-template-columns: auto;
}
.int-3 .acs-card, .int-1 .acs-card {
padding: 15px;
}
.accosis-faq-sec .accordion-button {
font-size: 18px;
line-height: 28px;
padding: 16px 35px 10px 15px;
}
.accosis-faq-sec .accordion-body {
    padding: 0 0px 20px 15px;   
}

.column--2 {
column-count: 1;
}
.pair-tabs-data .column-2 {
column-count: 1;
}
.iconcard { padding: 12px;}
.section-address {
padding: 20px;
grid-template-columns: auto;
}
.section-address:before{
display: none;
}
.steps-title {
grid-gap: 15px;
}
.steps-- span {
font-size: 12px;
}
.steps-- {
font-size: 35px;
}
.optfld {
grid-template-columns: auto;
grid-gap: 15px;
}
.acs-review {
width: 100%;
height: 220px;
}
.customer-support-acs h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.c-s-acs-2 span {
    font-size: 12px;
}
.cta-title h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}
.vertical-column h3 {
    font-size: 22px;
    line-height: 32px;
}
.footer-thrid-row {
    padding: 25px 0;
}
    .number-div h5 {
        font-size: 15px;
    }
    
}
/******************************************/
@media only screen and (max-width: 480px) {
h1 {font-size: 30px; line-height: 42px;  font-weight: 600;}
h2 { font-size: 24px; line-height: 35px; font-weight: 600;}
h3 { font-size: 21px; line-height: 31px; font-weight: 600;}
h4 { font-size: 18px; line-height: 28px; font-weight: 500;}

    .home-hero-img {
        width: 380px;
        width: 100%;
        min-height: 380px;
        height: 100%;       
    }

.c-s-acs-1 {
padding: 25px 15px;
}
.c-s-acs-2 {
padding: 14px;
grid-gap: 8px;
}
.centerherocontent h1 {
font-size: 35px;
line-height: 47px;
}
.pairwraps h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.pairwraps {  
    padding: 25px 16px;  
}
.v-img {
padding-top: 20px;
}
.img img {
width: 30px;
max-width: 30px;
}
.tabslist li button.nav-link {
font-size: 12px;
}
.acs-card-1 {
padding: 25px 15px;
}
.hero-content h1 {
        font-size: 25px;
        line-height: 37px;
    }
.acco-sis-hero {
padding-top: 200px;
padding-bottom: 40px;
}

.acs-link-list li a, .acs-link-list li p {
    font-size: 13px;
    line-height: 25px;  
}
.footer-end-row p {
    font-size: 12px;
    line-height: 20px;
}
.checklist li {
    font-size: 15px;
}
    p {
        font-size: 15px;
        line-height: 26px;
    }

    ol li, ul li {
   font-size: 15px;
        line-height: 26px;
}

    .number-div p {
    line-height: 20px;  
    font-size: 12px;
    padding-top: 10px;
}
.inner-block-acs h3 {
        font-size: 20px;
        line-height: 30px;      
    }
    .acs-numbers h2 {
        font-size: 35px;
    }
 .acs-card-1   h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.acs-num h2 {
        font-size: 35px;
    }
    .pairofpoints {     
        gap: 10px;      
    }
    .pairwraps h4 {
        font-size: 14px;
        line-height: 24px;       
    }
    .headtitle span:last-child {
    font-size: 14px;
    line-height: 24px;}
    .bg-line-u{display: none;}

.padding-20{padding-top: 20px; bottom: 20px;}
.floating-label label {  
    font-size: 12px;
    line-height: 20px;   
}
.navigation {   
    justify-content: space-between;
    align-items: center;
    grid-gap: 20px;
    padding: 0 0px;
}

}

/******************************************/
@media only screen and (max-width: 390px) {
.home-hero-img { width:38px; height: 360px; }

}




