@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Sofia&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap");
@font-face {
font-family: 'Stolzl';
src: url(http://localhost:8044/wp-content/themes/Paycron/assets/Stolzl/stolzl_bold.otf) format('opentype');
font-weight: 700; font-style: normal;
}
@font-face {
font-family: 'Stolzl';
src: url(http://localhost:8044/wp-content/themes/Paycron/assets/Stolzl/stolzl_light.otf) format('opentype');
font-weight: 300; font-style: normal;
}
@font-face {
font-family: 'Stolzl';
src: url(http://localhost:8044/wp-content/themes/Paycron/assets/Stolzl/stolzl_medium.otf) format('opentype');
font-weight: 500; font-style: normal;
}
@font-face {
font-family: 'Stolzl';
src: url(http://localhost:8044/wp-content/themes/Paycron/assets/Stolzl/stolzl_regular.otf) format('opentype');
font-weight: 400; font-style: normal;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
body {
font-family: "Sofia Sans", sans-serif;
overflow-x: hidden !important;
}
.upersection-h {
height: 100vh;
}
.section-margin {
margin-top: 135px;
}
.mobile-view {
display: none;
}
.tab-scroll-view {
display: none;
}
.mobile-scroll-view {
display: none;
}
.ideal-mobile-view {
display: none;
}
.mid-font-color {
color: #0092FF;
} #myNavbar {
top: 0px;
z-index: 1000;
border-radius: 0px;
transition: box-shadow 0.3s ease;
}
.navbar-card {
height: 65px;
background-color: #ffffff;
box-shadow: none;
}
.navbar-nav {
gap: 24px;
}
.navbar-lower-text p {
display: none;
}
.scrolled-navbar {
border-radius: 40px;
background-color: rgba(255, 255, 255, 0.86);
border: 1px solid #E5E5E5;
position: fixed;
width: 1000px;
top: 10px;
left: 50%;
z-index: 1000;
padding: 0 40px;
transform: translateX(-50%);
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }
.logo-paycron {
width: 32%;
position: relative;
left: 135px;
}
.logo-paycron .sticky1 {
width: 32%;
position: relative;
left: 52px;
}
.nav-link {
font-size: 18px;
font-weight: 400;
}
.login-button {
border: none;
background: #0092FF !important;
padding: 6px 6px 6px 16px;
display: flex;
width: auto;
gap: 12px;
align-items: center;
justify-content: center;
border-radius: 24px;
font-size: 18px;
color: #ffffff;
font-weight: 600;
}
.arrow-button-login {
background: #ffffff;
border-radius: 24px;
height: 33.33px;
width: 33.33px;
display: flex;
align-items: center;
justify-content: center;
}
.arrow-button {
background: #ffffff;
border-radius: 50%;
padding: 2px 8px;
margin-left: 10px;
}
.dropdown-menu {
padding: 40px !important;
border: 1px solid #F5F5F5;
border-radius: 16px;
left: -100% !important;
top: 50px !important;
}
.dropdown-item {
border-bottom: 1px solid rgba(245, 245, 245, 1);
border-radius: 16px;
padding: 12px 16px 12px 16px;
font-size: 18px;
width: 440px;
height: 72px;
line-height: 28px;
display: flex;
align-items: center;
gap: 16px;
}
.dropdown-item :hover { }
.submenu-text {
font-size: 18px;
line-height: 28px;
color: #171717;
font-weight: 400;
}
.submenu-text-lower {
font-size: 14px;
line-height: 20px;
color: #525252;
}
.dropdown-toggle {
display: flex;
align-items: center;
}  .banner-menu {
position: relative;
display: flex;
align-items: end;
z-index: 1;
}
.banner-menu-text {
position: absolute;
bottom: 0px;
width: 100%;
}
.sec2-request-lower-div {
width: 30%;
text-align: end;
}
.banner-menu p {
margin: 0;
padding: 10px 18px;
cursor: pointer;
position: relative;
border-bottom: 1px solid lightblue;
font-size: 24px;
font-weight: 600;
color: #737373;
}
.banner-menu p.active {
background: linear-gradient(90deg, #00CCFF -209.26%, #0092FF -100.41%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; background-clip: text;
color: transparent; font-weight: bold;
}
.underline {
position: absolute;
bottom: 0;
left: 0;
height: 2px;
background: linear-gradient(90deg, #00CCFF -209.26%, #0092FF -100.41%);
transition: all 0.3s ease;
z-index: 1;
}
.content {
display: none;
transition: opacity 0.5s ease;
opacity: 0;
width: 733px;
height: 400px;
position: relative;
z-index: 1;
}
.content.active {
display: flex;
opacity: 1;
}
.banner-box {
display: flex;
position: relative;
}
.banner-text1 { font-size: 64px;
font-weight: 500;
text-align: center; line-height: 86px;
padding-top: 60px;
font-family: Stolzl;
}
.banner-text2 { font-size: 64px;
font-weight: 500;
text-align: center; line-height: 86px;
padding-top: 60px;
font-family: Stolzl;
}
.leftArrow {
flex-grow: 1;
}
.rightArrow {
flex-grow: 1;
}
.choice-arrow1 {
flex-grow: 1;
max-width: 360px;
}
.choice-arrow2 {
flex-grow: 1;
max-width: 360px;
}
.secure-text {
padding-right: 10px;
font-size: 30px;
font-weight: 600;
line-height: 36px;
color: #FFFFFF;
padding-top: 10px;
}
.secure-text-color {
color: #83EBFF;
}
.home-banner { }
.banner-gif1 {
position: absolute;
top: 52px;
}
.banner-gif2 {
position: absolute;
top: 52px;
right: 0;
}
.eclipse1 {
position: absolute;
right: 0;
bottom: 0;
z-index: 0;
}
.eclipse2 {
position: absolute;
left: 0;
z-index: 0;
} .slide-left,
.slide-right {
opacity: 0; transform: translateX(10%); transition: transform 1s ease, opacity 1s ease; } .slide-right {
transform: translateX(-10%); } .slide-left.active,
.slide-right.active {
opacity: 1; transform: translateX(0); }  .sec2-pad-left {
padding-left: 0px;
}
.ptb-payment {
background-color: #F5F5F5;
border-radius: 60px;
padding-top: 100px;
padding-bottom: 100px;
}
.payment-solution-text h2 {
text-align: center;
font-size: 64px;
font-weight: 500;
line-height: 86px;
font-family: 'Stolzl';
}
.payment-solution-text p {
text-align: center;
color: #737373;
font-weight: 500;
font-size: 24px;
width: 991px;
margin-top: 24px;
margin-bottom: 15px;
line-height: 32px;
}
.slick-slide {
margin: 0 27px;
}
.slider-desktop {
margin-top: 65px;
}
.slider-mobile {
display: none;
}
.center-slider .slick-slide {
color: #FFF;
padding: 0 !important;
border-radius: 32px;
display: flex;
align-items: center;
justify-content: center;
transform: scale(0.8);
transition: all 0.4s ease-in-out;
}
.center-slider .slick-slide {
margin-inline: 0px 0px !important;
}
.center-slider .slider-card {
height: 475px !important;
width: 100%;
transition: height 0.3s ease-in-out;
position: relative;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
border: none;
}
.center-slider .slick-center .slider-card {
transition: height 0.3s ease-in-out;
position: relative;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
border: none;
overflow: hidden;
}
.center-slider .slick-slide .slick-cloned {
width: 374px !important;
} .center-slider .slick-center .slider-card .card-body {
display: flex;
flex-direction: column-reverse;
}
.center-slider .slick-center .slider-card .card-body .slider-img {
width: 100%;
border-bottom-left-radius: 32px;
border-bottom-right-radius: 32px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.center-slider .slick-center .slider-card .card-body .slider-img1 {
width: 100%;
border-bottom-left-radius: 32px;
border-bottom-right-radius: 32px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.center-slider .slick-center .slider-card .card-body .slider-text {
height: 200px;
padding: 60px 40px !important;
font-size: 40px;
line-height: 40px;
margin-bottom: 0px;
font-weight: 600;
text-align: left;
}
.slick-slide .slick-active {
height: 472px !important;
padding: 0 !important;
}
.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
transform: scale(0.8, 0.8);
transition: all 0.4s ease-in-out;
}
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
transform: scale(1.1);
}
.center-slider .slick-current.slick-active {
transform: scale(1);
}
.slick-prev:before {
content: '';
}
.slick-next:before {
content: '';
}
.center-slider .slick-next {
display: block !important;
position: absolute;
z-index: 2;
font-size: 30px;
right: 53px;
top: 217px;
color: black;
background-color: transparent;
border: none;
}
.center-slider .slick-prev {
display: block !important;
position: absolute;
z-index: 2;
font-size: 30px;
left: 8px;
top: 217px;
color: black;
background-color: transparent;
border: none;
}
.center-slider .slick-prev:hover,
.center-slider .slick-next:hover {
color: #007bff;
cursor: pointer;
}
.slider-card {
height: 420px;
border-radius: 30px;
}
.slider-img {
width: 100%;
border-top-left-radius: 32px;
border-top-right-radius: 32px;
}
.slider-img1 {
width: 100%;
height: 310px;
border-top-left-radius: 32px;
border-top-right-radius: 32px;
}
.slider-text {
padding-left: 30px;
line-height: 48px;
font-size: 40px;
font-weight: 600;
text-align: left;
}
.sol-all {
display: flex;
flex-direction: column;
align-items: center;
}
.slick-dots li button:before {
content: '';
height: 100% !important;
width: 100% !important;
}
.slick-dots {
display: flex;
justify-content: center;
padding: 0;
margin: -31px -13px;
}
.slick-dots li {
margin: 0 20px;
}
.slick-dots li button {
width: 50px;
height: .02px;
background: transparent;
padding: 2px;
border-radius: 6px;
background: #ccc;
outline: none;
}
.slick-dots li.slick-active button {
background: #000;
}    .slider {  height: 120px;
margin: auto;
overflow: hidden;
position: relative;
width: 1920px;
}
.slider::before,
.slider::after { content: "";
height: 100px;
position: absolute;
width: 200px;
z-index: 2; }
.slider::after {
right: 0;
top: 0;
transform: rotateZ(180deg);
}
.slider::before {
left: 0;
top: 0;
}
.slide-track {
animation: scroll 40s linear infinite; display: flex;
width: calc(400px * 10);
}
.slide { height: fit-content;
width: 400px;
} @keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(calc(-400px * 5));
}
}
.slider2 {   margin: auto;
overflow: hidden;
position: relative;
width: 1920px;
}
.slider2::before,
.slider2::after { content: "";
height: 100px;
position: absolute;
width: 200px;
z-index: 2;
}
.slider2::after {
right: 0;
top: 0;
transform: rotateZ(180deg);
}
.slider2::before {
left: 0;
top: 0;
}
.slide-track2 {
animation: scroll2 40s linear infinite; display: flex;
width: calc(400px * 10);
}
.slide2 {
height: 100px;
width: 400px;
} @keyframes scroll2 {
0% {
transform: translateX(calc(-400px * 5));
}
100% {
transform: translateX(0);
}
}
.customer-success {
color: #171717;
font-size: 64px;
font-weight: 500;
text-align: center;
line-height: 86px;
font-family: 'Stolzl';
width: 80%;
}
.customer-img {
width: 6%;
margin-left: 10px;
}
.brandbox-2 {
background-color: #FFDF39;
height: 113px;
display: flex;
justify-content: center;
border-radius: 20px;
}
.brandbox-3 {
background-color: #0B2C6C;
height: 113px;
display: flex;
justify-content: center;
border-radius: 20px;
}
.brandbox-4 {
background-color: #382CA7;
height: 113px;
display: flex;
justify-content: center;
border-radius: 20px;
}
.brandbox-5 {
background-color: #15AAC2;
height: 113px;
display: flex;
justify-content: center;
border-radius: 20px;
}
.brandbox-6 {
background-color: #C4B5FD;
height: 113px;
display: flex;
justify-content: center;
border-radius: 20px;
}
.brandbox-7 {
background-color: #BEF264;
height: 113px;
display: flex;
justify-content: center;
border-radius: 20px;
}
.brandbox-8 {
background-color: #171717;
height: 113px;
display: flex;
justify-content: center;
border-radius: 20px;
}
.brandbox-8 img {
width: 70%;
}
.brandbox-2 img {
width: 25%;
}
.brandbox-3 img {
width: 80%;
}
.brandbox-4 img {
width: 70%;
}
.brandbox-5 img {
width: 70%;
}
.brandbox-6 img {
width: 70%;
}
.brandbox-7 img {
width: 40%;
}
.brand-row-1 {
margin-top: 127px;
transform: rotate(-2deg); }
.brand-row-2 {
transform: rotate(-2deg); margin-top: 40px;
}
.bg-customerSuccess { background-color: #EDFCFF;
padding-top: 200px;
padding-bottom: 200px;
border-radius: 60px;
} .chargeback-m {
margin: 0px 60px;
padding-top: 100px;
padding-bottom: 100px;
}
.chargeback-head {
color: #171717;
font-size: 50px;
font-weight: 500;
font-family: 'Stolzl';
line-height: 67px;
}
.Chargeback-p {
color: #525252;
font-weight: 500;
font-size: 24px;
line-height: 32px; margin-bottom: 0;
padding-left: 4%;
}
.fraud-gap {
margin-top: 40px;
gap: 20px;
}
.card-video3 {
position: relative;
width: 100%;  aspect-ratio: 690 / 480;
border-radius: 32px;
overflow: hidden;
}
.animated-box,
.second-box,
.third-box,
.fourth-box {
border: none;
border-bottom: 1px solid #D4D4D4;
height: 70px;
color: #D4D4D4;
margin-top: 20px; overflow: hidden;
transition: margin-top 1s ease, height 1s ease;
}
.animated-box:hover {
height: 270px;
border-bottom: 1px solid #737373; color: #000000;
}
.second-box:hover {
height: 360px;
border-bottom: 1px solid #737373;
padding-bottom: 20px;
color: #000000;
}
.third-box:hover {
height: 330px;
border-bottom: 1px solid #737373;
padding-bottom: 20px;
color: #000000;
}
.fourth-box:hover {
height: 310px;
border-bottom: 1px solid #737373;
padding-bottom: 20px;
color: #000000;
}
.prevention-head {
font-weight: 500px;
font-size: 48px;
line-height: 48px;
}
.prevention-para {
font-weight: 500;
font-size: 24px;
color: #525252;
margin-top: 16px;
}
.video-para {
color: #525252;
font-size: 24px;
font-weight: 600;
margin-top: 36px;
}
.prevention-border {
border-top: 1px solid #D4D4D4;
}
.hassle-freesection {
font-size: 50px;
font-weight: 500;
font-family: 'Stolzl';
line-height: 71px
}
.hassle-services {
display: block;
height: 100%;
font-family: 'Stolzl';
font-size: 42px;
font-weight: 500;
color: #0092FF;
animation: spin_word 10s infinite;
}
.start-path {
color: #525252;
}
.wrap-again {
box-sizing: content-box;
background-color: #ffffff;
height: 80px;
display: flex;
margin-top: -13px;
}
.slideup-paycron {
overflow: hidden;
}
@keyframes spin_word {
0% {
transform: translateY(0);
}
10% {
transform: translateY(0);
}
15% {
transform: translateY(-100%); }
25% {
transform: translateY(-100%); }
30% {
transform: translateY(-200%); }
40% {
transform: translateY(-200%); }
45% {
transform: translateY(-300%); }
55% {
transform: translateY(-300%); }
60% {
transform: translateY(-400%); }
70% {
transform: translateY(-400%); }
75% {
transform: translateY(-500%); }
85% {
transform: translateY(-500%); }
90% {
transform: translateY(-600%); }
100% {
transform: translateY(-600%); }
}
.hassle-freesection:nth-child(1) {
color: #171717;
}
.hassle-freesection:nth-child(2) {
color: #0092FF;
}
.border-hassle {
border: 1px solid #E5E5E5;
margin-top: 40px;
}
.border-hassle-lower {
margin-top: 40px;
padding: 0;
}
.hasslefree-text {
font-size: 24px;
font-weight: 500;
color: #525252;
line-height: 32px;
}
.setup-card-margin {
margin-top: 40px;
}
.haslecard-mt {
margin-top: 16px;
}
.haslecard-head {
font-size: 24px;
font-weight: 600;
line-height: 32px;
color: #171717;
}
.haslecard-text {
font-size: 16px;
line-height: 24px;
font-weight: 500;
color: #525252; margin-bottom: 0px;
}
.hasslefree-button {
border: 1px solid #A3A3A3;
display: flex;
gap: 12px;
align-items: center;
justify-content: center;
border-radius: 24px;
color: #000000;
padding: 12px 5px 12px 16px;
background: none;
font-size: 24px;
font-weight: 600;
margin-top: 16px;
line-height: 32px;
width: auto;
height: 56px;
}
.hasslefree-button a {
display: flex;
gap: 12px;
text-decoration: none;
align-items: center; border-radius: 24px;
color: #000000;
}
.outer-border {
border: 1px solid #0092FF;
height: 110px;
width: 110px;
border-radius: 50%;
padding: 10px;
}
.inner-circle {
display: flex;
justify-content: center;
width: 88px;
height: 88px;
border-radius: 50%;
background-color: #0092FF; }
@keyframes rotate {
from {
transform: rotate(0deg) scale(1);
}
to {
transform: rotate(30deg) scale(1.2);
}
}
.inner-circle img {
animation: rotate 1s infinite alternate;
}
.rightArrow-icon {
background: black;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
height: 40px;
width: 40px;
}
.rightArrow-icon-more {
background: black;
border-radius: 50%;
margin-left: 10px;
height: 31px;
width: 31px; }
.rightArrow-icon1 {
background: black;
border-radius: 50%; height: 40px;
width: 40px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
left: 10px;
}
.ideal-pad-right {
padding-right: 0px;
}
.ideal-pad-left {
padding-left: 0px;
}
.setup-card {
border-left: 6px solid #0092FF;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
border-top: none;
border-bottom: none;
border-right: none;
background: #EDFCFF;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
height: 176px;
display: flex;
align-items: center;
gap: 40px;
padding: 20px 40px;
}
.setup-card1 {
border-left: 6px solid #0092FF;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
border-top: none;
border-bottom: none;
border-right: none;
background: #EDFCFF;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
height: 176px;
display: flex;
align-items: center;
gap: 40px;
padding: 20px 40px;
}
.step {
display: flex;
font-size: 25px;
font-weight: 600;
align-items: baseline;
}
.step-detail p {
color: #525252;
font-size: 24px;
font-weight: 500;
line-height: 32px;
}
.stream-p {
font-size: 24px;
text-align: center;
color: #525252;
font-weight: 500;
line-height: 32px;
text-align: center;
}
.stream-h2 {
color: #171717;
font-size: 64px;
font-weight: 500;
text-align: center;
line-height: 86px;
font-family: 'Stolzl';
}
.stremline-position {
display: flex;
justify-content: space-between;
align-items: end;
position: relative;
}
.custom-pad {
padding: 32px 16px;
}
.custom-list {
position: absolute;
left: 0;
top: 75px;
z-index: 1; }
.custom-list div {
position: relative; padding-left: 35px; }
.custom-list div::before {
content: "•"; position: absolute; left: 12px; color: #fff; line-height: 40px;
font-size: 40px;
}
.stream-vt {
background: #0092FF;
color: #ffffff;
font-size: 16px;
font-weight: 500;
width: fit-content;
padding: 10px 18px;
text-align: center;
border-radius: 32px;
position: relative; line-height: 40px;
}
.stream-api {
background: #000000;
color: #ffffff;
font-size: 16px;
font-weight: 500;
width: fit-content;
padding: 10px 18px;
text-align: center;
border-radius: 32px;
position: relative; line-height: 40px;
}
.slide-card-mobile {
display: none;
}
.slide-card-desktop {
padding-top: 80px;
}
.slide-card-pad {
padding-top: 32px;
}
.slide-card-gap {
gap: 10px;
}
.stack-details-card {
padding-left: 16px;
}
.echeck-details-card {
background: #F5F5F5;
border-radius: 20px;
border: none;
padding: 40px 80px;
height: 660px;
}
.video-echeck-details-box {
position: absolute;
right: 0;
width: 100%;
height: 288px;
max-width: 819px;
aspect-ratio: 819 / 302;
border-radius: 40px;
overflow: hidden;
}
.mt-video {
position: relative;
top: 120px;
}
.download-check-card {
background: #F5F5F5;
border-radius: 20px;
border: none;
padding: 40px 80px;
height: 660px;
}
.step p:nth-child(2) {
font-size: 32px;
font-weight: 500;
line-height: 46px;
font-family: 'Stolzl';
}
.step p:nth-child(1) {
font-size: 32px;
font-weight: 500;
line-height: 46px;
margin-bottom: 0;
font-family: 'Stolzl';
}
.simp-verif {
padding: 40px 80px;
}
.verific-row {
display: flex;
align-items: center;
}
.veri-card-pad {
padding: 0px 0px;
}
.verification p:nth-child(2) {
font-size: 32px;
font-weight: 500;
line-height: 46px;
font-family: 'Stolzl'; }
.verification p:nth-child(1) {
font-size: 32px;
font-weight: 500;
line-height: 46px;
margin-bottom: 0px;
font-family: 'Stolzl'; }
.stream-overlap {
position: relative;
left: 65px;
}
.verification-card {
background: #171717;
border-radius: 20px;
border: none;
padding: 0px 0px;
height: 660px;
width: 1170px;
}
.verification {
display: flex;
font-size: 25px;
font-weight: 600;
color: #FFFFFF;
}
.verification-detail {
color: #D4D4D4; line-height: 32px;
font-size: 24px;
font-weight: 500;
}
.verify-video {
width: 25%;
padding-right: 0px;
}
.verify-img3 {
width: 27%;
padding-left: 0px;
}
.verify-gif {
width: 25%;
}
.verify-img2 {
width: 23%;
}
.veri-gif {
height: 170px;
}
.review-bt {
background: #0092FF;
color: #ffffff;
font-size: 30px;
font-weight: 600;
width: fit-content;
padding: 10px 18px;
text-align: center;
border-radius: 25px;
}
.download-c-h {
height: 350px;
}
.slide-mobilecard-pad {
padding-top: 32px;
padding-bottom: 20px;
}
.step-download {
padding-left: 10px;
}
.step-download-gif {
width: 185px;
}
.download-bt-stream {
background: #000000;
color: #ffffff;
font-size: 30px;
font-weight: 600;
width: fit-content;
padding: 10px 18px;
text-align: center;
border-radius: 25px;
}
.download-print {
padding-left: 5px;
font-size: 14px;
line-height: 20px;
}
.rev-img {
width: 24px;
height: 24px;
}
.down-gif {
width: 72px;
margin-top: 50px;
} .standard-card {
border: 1px solid #171717;
border-radius: 32px;
box-shadow: none;
background: none;
height: 364px;
padding: 12px 12px 12px 40px;
}
.standard-mt {
margin-top: 12px;
}
.standard-position {
position: relative;
flex-direction: column;
}
.standard-card-upper {
position: absolute;
top: -15px
}
.ideal-top {
margin-top: 80px;
}
.idealplan-line {
border-bottom: 1px solid black;
width: 150px;
position: absolute;
right: 0px;
top: 165px;
}
.standard-h2 {
font-size: 48px;
line-height: 48px;
font-weight: 500;
width: 306px;
}
.standardRequest-button {
border: 1px solid #A3A3A3;
border-radius: 24px;
gap: 12px;
color: #000000;
align-items: center;
background: none;
font-size: 18px;
line-height: 28px;
font-weight: 600;
width: auto;
padding: 14px 5px 14px 16px;
height: 56px;
display: flex;
position: absolute;
bottom: 47px;
z-index: 10000;
cursor: pointer;
}
.standardRequest-button a {
gap: 12px;
color: #000000;
align-items: center;
background: none;
display: flex;
text-decoration: none;
}
.standard-p {
font-size: 16px;
line-height: 24px;
font-weight: 500;
color: #525252;
}
.standard-card1 {
border: 1px solid black;
display: flex;
justify-content: center;
align-items: center;
height: 164px;
width: 251px;
background: black;
margin-top: 12px;
color: white;
padding-top: 15px;
border-radius: 16px;
}
.standard-card2 {
height: auto;
background: #FFFFFF;
color: #0092FF;
height: 105px;
width: 227px;
display: flex;
align-items: center;
border-radius: 16px;
}
.custom-card {
border-radius: 32px;
height: 364px;
background: #0092FF;
padding: 12px 12px 12px 40px;
border: 1px solid #0092FF;
}
.custom-h2 {
color: #ffffff;
font-size: 48px;
font-weight: 500;
}
.custom-p {
font-size: 16px;
line-height: 24px;
font-weight: 500;
color: #ffffff;
}
.custom-button {
border: 1px solid #A3A3A3;
border-radius: 20px;
color: #000000;
padding: 10px 10px;
background: white;
font-size: 20px;
font-weight: 600;
position: absolute;
bottom: 35px;
}
.custom-button-homepage {
border: 1px solid #A3A3A3;
border-radius: 20px;
color: #000000;
padding: 14px 5px 14px 16px;
gap: 12px;
background: white;
font-size: 18px;
font-weight: 600;
position: absolute;
bottom: 47px;
display: flex;
align-items: center;
width: auto;
height: 56px;
border-radius: 24px;
}
.custom-button-homepage a {
color: #000000;
gap: 12px;
background: white;
display: flex;
align-items: center;
text-decoration: none;
}
a.login-button.bg-primary:hover {
color: #fff;
}
.custom-icon {
background: #0092FF;
border-radius: 20px; display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 40px;
}
.started-now-card {
background-color: #0092FF;
border-radius: 60px;
padding: 35px 20px;
position: relative;
top: 110px;
border: none;
z-index: 01;
}
.started-contact {
border: 2px solid #FFFFFF;
display: flex;
justify-content: center;
align-items: center;
border-radius: 24px;
color: #FFFFFF;
padding: 10px 16px 10px 16px;
height: 48px;
font-size: 24px;
background: transparent;
cursor: pointer;
}
.started-contact a {
color: #FFFFFF;
font-size: 24px;
text-decoration: none;
}
.started-contact a:hover {
color: #FFFFFF;
}
.start-now-button {
display: flex;
align-items: center;
border: none;
padding: 8px 4px 8px 16px;
height: 48px;
gap: 12px;
border-radius: 24px;
color: #0092FF;
background: white !important;
font-size: 24px;
margin-left: 16px;
}
.start-now-button a {
display: flex;
align-items: center;
border: none;
height: 48px;
gap: 12px;
border-radius: 24px;
color: #0092FF;
background: white !important;
font-size: 24px;
text-decoration: none;
}
.started-now-text1 {
color: #FFFFFF;
font-size: 48px;
line-height: 60px;
font-weight: 500;
font-family: 'Stolzl';
margin-bottom: 0;
}
.started-now-text2 {
color: #FFFFFF;
font-size: 18px;
font-weight: 500;
}
.startednow-allbutton {
display: flex;
align-items: center;
justify-content: end;
}
.Information-card {
width: 280px;
height: 204px;
border-radius: 24px;
background: #2F2F2F;
padding: 16px 16px;
margin-top: 30px;
}
.got_question {
font-size: 18px;
font-weight: 500;
font-family: 'Stolzl';
}
.ideal-maintext {
font-size: 56px;
font-weight: 500;
line-height: 67px;
font-family: 'Stolzl';
}
.ideal-business {
color: #0092FF;
}
.ideal-textright {
font-size: 24px;
font-weight: 500;
line-height: 32px;
color: #525252; }
.ideal-pos {
position: relative;
}
.bg-chargeback {
height: 948px;
background-color: #EDFCFF;
border-radius: 60px;
overflow: hidden;
position: relative;
z-index: 1;
}
.ideal_end {
display: flex;
justify-content: end;
}
.standard-h2 {
font-size: 40px;
line-height: 48px;
font-weight: 500; }
.custom-h2 {
color: #ffffff;
font-size: 40px;
font-weight: 500;
line-height: 48px;
}
.hightrisk-text {
text-align: center;
margin-bottom: 0px;
font-size: 24px;
font-weight: 700;
}
.highrisk-lower {
font-size: 16px;
text-align: center;
}
.volume-text {
text-align: center;
width: 100%;
margin-bottom: 0px;
font-size: 18px;
line-height: 28px;
}
.custom-row {
position: relative;
flex-direction: column;
} .animated-div {
position: absolute;
bottom: 0;
width: 100px;
height: 318px;
opacity: .5;
background-color: transparent;
transform-origin: center;
background-image: url(https://www.paycron.com/blog/wp-content/themes/Paycron/assets/css/mediafiles/standard-images/Blue\ Mask\ group.svg);
background-size: cover;
transform: translateX(-100vw); width: 100px;
}
.main {
position: absolute;
bottom: 0;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
overflow: hidden;
z-index: -1;
}
@keyframes slideAndExpand {
0% {
transform: translateX(-100vw);
width: 100px;
}
50% {
transform: translateX(0);
width: 100px;
}
100% {
transform: translateX(0);
width: 100vw;
}
}
.animate {
animation: slideAndExpand 3s ease-in-out forwards;
} .expand-position {
position: relative;
}
.expand-card1 { background-image: url(https://www.paycron.com/blog/wp-content/themes/Paycron/assets/css/mediafiles/extra/fi_6210196.svg);
background-color: black;
background-repeat: no-repeat;
background-position: center top;
border-radius: 20px;
border: none;
display: flex;
padding: 0px 0px;
height: 560px; }
.expand-card2 {
background-image: url(https://www.paycron.com/blog/wp-content/themes/Paycron/assets/css/mediafiles/images/fi_5844454.svg); background-repeat: no-repeat;
background-color: #F5F5F5;
border-radius: 20px;
border: none;
display: flex;
padding-right: 0px;
padding-left: 44px;
padding-top: 17px;
padding-bottom: 17px;
height: 560px; }
.expand-card3 {
background-image: url(https://www.paycron.com/blog/wp-content/themes/Paycron/assets/css/mediafiles/extra/fi_5136884.svg);
background-repeat: no-repeat;
background-position: top;
background-color: #F5F5F5;
border-radius: 20px;
border: none;
display: flex;
padding-right: 0px;
padding-left: 44px;
padding-top: 17px;
padding-bottom: 17px;
height: 560px; }
.Integrate-p {
font-size: 16px;
color: #F5F5F5;
font-weight: 500;
line-height: 24px;
padding-right: 101px;
}
.Integrate-h2 {
font-size: 32px;
font-weight: 500;
color: #ffffff;
margin-top: 24px;
font-family: 'Stolzl';
}
.customizable-p {
font-size: 16px;
line-height: 24px;
font-weight: 500;
color: #525252;
padding-right: 70px;
}
.customizable-h2 {
font-size: 32px;
font-weight: 500;
color: #171717;
margin-top: 24px;
font-family: 'Stolzl';
}
.custonize-row {
display: flex;
align-items: center;
}
.card-video1 {
overflow: hidden;
display: flex;
flex-direction: row-reverse;
}
.card-video1 video {
border-radius: 0px 32px 32px 0px !important;
width: 760px;
height: 421px;
}
.card-video2 {
overflow: hidden;
display: flex; }
.card-video2 video {
border-radius: 32px 0px 0px 32px !important;
width: 760px;
height: 421px;
}
.prevention-video {
border-radius: 32px;
border: 1px solid transparent;
aspect-ratio: 16 / 9;
width: 560px;
}   .footer-border {
border-left: 2px solid #404040;
margin-right: 10px;
margin-left: 10px;
}
.footer-mt {
margin-top: 40px;
}
.footer-row-mt {
margin-top: 80px;
}
.callus-mg {
margin-top: 18px;
}
.callus-pad {
padding-left: 20px;
}
.custom-icon-start {
background: #0092FF;
border-radius: 20px; display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 40px;
}
.footer-box {
background: #262626;
padding-top: 120px;
color: white;
}
.mobile-footer {
display: none;
}
.footer-head {
color: #FFFFFF;
font-size: 24px;
line-height: 32px;
font-weight: 600;
margin-bottom: 8px;
}
.footer-links {
font-size: 14px;
font-weight: 400;
line-height: 20px;
margin-bottom: 8px;
color: #A3A3A3;
} .footer-left-para {
font-size: 14px;
margin-top: 24px;
line-height: 20px;
width: 280px;
font-weight: 400;
color: #D4D4D4;
}
.footer-space {
margin-top: 80px;
}
.footer-single-blog {
padding-left: 16px;
font-size: 14px;
line-height: 20px;
width: 285px;
font-weight: 400;
margin-bottom: 0px;
}
.mt-24 {
margin-top: 24px;
}
.footer-call-head {
color: #A3A3A3;
font-size: 14px;
}
.footer-call-text {
font-size: 18px;
}
.social-icons {
position: absolute;
bottom: 0px;
}
.footer-cards {
display: flex;
gap: 16px;
position: absolute;
bottom: 0px;
}
.footer-line {
border-bottom: 1px solid #404040;
margin-top: 30px;
margin-bottom: 10px;
}
.footer-logo {
width: 231px;
}
.integration-width {
width: 187px;
}
.footer-gap {
gap: 16px;
}     .tailored-section {
padding-top: 150px;
padding-bottom: 150px;
border-radius: 60px;
background-color: #262626;
}
.tailored1-section {
padding-top: 100px;
}
.spacer {
height: 20vh;
opacity: 0.2;
}
.cardss {
display: flex;
position: relative;
width: 100%;
height: 75vh;
overflow: hidden;
}
.card-slide-ver {
position: absolute;
top: 0;
left: 0;
width: 300px;
height: 400px; opacity: 0;
}
.card-ver-1 {
z-index: 1;
transform: translate(0, 0); }
.card-ver-2 {
z-index: 2;
transform: translate(240px, 45px);
opacity: 1;
padding-left: 40px;
}
.card-ver-3 {
z-index: 3;
transform: translate(280px, 90px);
padding-left: 85px;
}
.card-ver-4 {
z-index: 4;
transform: translate(109px, 135px);
padding-left: 124px;
}
.card-ver-5 {
z-index: 5;
margin-left: 538px;
width: 610px;
}
.single-row {
display: flex;
align-items: flex-start;
}
.ss-card {
position: relative;
overflow: hidden;
height: 390px; width: 100%; transition: width 0.7s ease; }
.card-stacked {
position: absolute;
left: 100vw; opacity: 0; transition: left 0.7s ease, opacity 0.7s ease; } .card-4 {
width: 500px;
transition-delay: 0.5s;
} .card-3 {
width: 436px;
transition-delay: 1s;
transform: translate(33px, 43px); }
.card-2 {
width: 396px;
transition-delay: 1.5s;
transform: translate(73px, 83px);
}
.card-1 {
width: 362px;
transition-delay: 2s;
transform: translate(107px, 119px);
}
.card-4 {
width: 466px;
}        .tailored-text {
font-size: 56px;
font-weight: 500;
color: #FFFFFF;
font-family: 'Stolzl';
line-height: 64px;
}
.wrap-tailored {
box-sizing: content-box;
background-color: none;
height: 70px;
display: flex;
}
.tailored-text1 {
font-size: 56px;
font-weight: 500;
display: block;
padding-left: 16px;
height: 100%;
line-height: 64px; font-family: 'Stolzl';
animation: spin_tailoredword 10s infinite;
}
@keyframes spin_tailoredword {
0% {
transform: translateY(0);
}
10% {
transform: translateY(0);
}
15% {
transform: translateY(-100%); }
25% {
transform: translateY(-100%); }
30% {
transform: translateY(-200%); }
40% {
transform: translateY(-200%); }
45% {
transform: translateY(-300%); }
55% {
transform: translateY(-300%); }
60% {
transform: translateY(-400%); }
70% {
transform: translateY(-400%); }
75% {
transform: translateY(-500%); }
85% {
transform: translateY(-500%); }
90% {
transform: translateY(-600%); }
100% {
transform: translateY(-600%); }
}
.tailored-para {
color: #E5E5E5;
font-size: 24px;
font-weight: 500;
line-height: 32px;
margin-top: 40px;
}
.number-text {
color: rgba(255, 255, 255, 0.1);
font-size: 72px;
font-weight: 500;
line-height: 64px;
font-family: 'Stolzl';
}
.secure-head {
color: #FFFFFF;
font-size: 32px;
font-weight: 500;
line-height: 46px;
font-family: 'Stolzl';
}
.secure-para {
color: #E5E5E5;
font-size: 24px;
line-height: 32px;
font-weight: 500;
}
.fast-line {
border: 2px solid #525252;
width: 184px;
position: absolute;
top: 220px;
}
.machine-align {
text-align: end;
}
.processing-padding {
padding-top: 150px;
}
.processing-line {
border: 2px solid #525252;
width: 184px;
position: absolute;
top: 282px;
}
.equipment-line {
border: 2px solid #525252;
width: 184px;
position: absolute;
top: 220px;
}
.rate-head {
color: #FFFFFF;
font-size: 32px;
font-weight: 500;
line-height: 46px;
font-family: 'Stolzl';
}
.rate-para {
color: #E5E5E5;
font-size: 24px;
line-height: 32px;
font-weight: 500;
}
.equip-head {
color: #FFFFFF;
font-size: 32px;
font-weight: 500;
line-height: 46px;
font-family: 'Stolzl';
}
.equip-para {
color: #E5E5E5;
font-size: 24px;
line-height: 32px;
font-weight: 500;
padding-right: 12%;
}
.tailored-topleft {
display: flex;
flex-direction: column;
justify-content: center;
}
.blue-img {
position: absolute;
top: 165px;
right: 0;
}
.blue-img2 {
position: absolute;
top: 204px;
right: 0;
}
.lower-rate {
padding-left: 12%;
}  .sec2-bgimage {
max-width: 1360px;
position: relative;
}
.sec-mb {
margin-top: 80px;
margin-bottom: 180px;
}
.sec2_bgcardsimg {
padding: 65px 106px;
}
.paycron-card {
background: #BAF7FF;
border-radius: 32px;
overflow: hidden;
border: none;
height: 272px;
}
.paycron-text {
padding-top: 40px;
padding-left: 40px;
}
.pay-ecllipse {
position: absolute;
background-image: url(https://www.paycron.com/blog/wp-content/themes/Paycron/assets/css/mediafiles/section2-images/Ellipse\ 66.svg);
width: 300px;
height: 200px;
bottom: 0px;
left: -17px;
z-index: 0;
transition: transform 0.8s ease;
}
.pay-ecllipse2 {
position: absolute;
background-image: url(https://www.paycron.com/blog/wp-content/themes/Paycron/assets/css/mediafiles/section2-images/Ellipse\ 64.svg);
width: 160px;
height: 200px;
background-repeat: no-repeat;
top: 0px;
right: 0px;
z-index: 0;
transition: transform 0.8s ease;
}
.seam-img {
position: relative;
top: 0;
z-index: 1;
width: 276px;
height: 220px;
transition: transform 0.8s ease;
}
.api-integration:hover .seam-img {
transform: scaleY(1.2);
}
.paycron-card:hover .pay-ecllipse {
transform: scale(3, 5);
}
.paycron-card:hover .pay-ecllipse2 {
transform: scale(4, 2);
top: -82px;
height: 100%;
}
.paycron-card h2 {
z-index: 1;
font-weight: 600;
font-size: 30px;
line-height: 36px;
position: relative;
}
.paycron-card p {
font-size: 16px;
line-height: 24px;
font-weight: 500;
color: #404040;
width: 372px;
z-index: 1;
position: relative;
}
.rotate-image {
transform: rotate(-30deg);
transition: transform 0.5s ease;
position: relative;
left: -23px;
bottom: 11px;
}
.image-container img {
height: 300px;
width: 365px;
z-index: 1;
}
.paycron-card:hover .rotate-image {
transform: rotate(0deg);
z-index: 1;
}
.image-container {
position: relative;
top: 19px;
right: 24px;
z-index: 1;
}
.paylogo-card {
background-color: #171717;
height: 200px;
border-radius: 32px;
margin-top: 16px;
overflow: hidden;
}
.paycard-logo {
display: flex;
justify-content: space-between;
align-items: center;
}
.paycard-logo:hover .transition-image {
animation: moveForwardBackward 2s ease-in-out;
}
@keyframes moveForwardBackward {
0% {
transform: scale(1) translateX(0); }
50% {
transform: scale(1.2) translateX(-50px); }
100% {
transform: scale(1) translateX(0); }
}
.paycard-logo:hover .transition-image2 {
animation: moveForwardBackward2 2s ease-in-out;
}
@keyframes moveForwardBackward2 {
0% {
transform: scale(1) translateX(0); }
50% {
transform: scale(1.2) translateX(50px); }
100% {
transform: scale(1) translateX(0); }
}
.achpayment-cards {
background-color: #FFC864;
height: 280px;
border-radius: 32px;
overflow: hidden;
border: none;
}
.achcard-img {
display: flex;
justify-content: space-between;
position: relative;
bottom: 6px;  }
.achpayment-cards:hover .achcard-img img {
transform: scale(1.5);
}
.ach-Group225 {
height: 63px;
transition: all 1s;
}
.achpayment-cards:hover .ach-Group225 { }
.ach-Group226 {
height: 63px;
transition: all 1s;
}
.achpayment-cards:hover .ach-Group226 { }
.achpayment-cards {
position: relative;
margin-top: 16px;
}
.achpayment-req1,
.achpayment-req {
display: flex;
align-items: center;
transition: transform 0.5s ease, opacity 0.4s ease;
background-color: #FFFFFF;
border-radius: 48px;
padding: 2px 20px;
position: relative;
}
.achpayment-req1 {
opacity: 1;
width: 72%;
height: 59px;
margin-top: -30px;
z-index: 2;
opacity: 40%;
}
.achpayment-req {
opacity: 1;
width: 342px;
height: 78px;
margin-top: 21px;
z-index: 1;
}
.achpayment-cards:hover .achpayment-req1 {
transform: translateY(90px) scale(0.95);
opacity: 1;
z-index: 2;
width: 342px;
height: 78px;
}
.achpayment-cards:hover .achpayment-req {
transform: translateY(-90px) scale(1.05);
opacity: 0.4;
z-index: 1;
width: 72%;
height: 60px;
}
.sec2-request-lower p {
font-size: 12px;
}
.sec2-request-lower1 {
font-size: 19px;
}
.achpayment-cards:hover .sec2-request-lower p {
font-size: 17px;
}
.achpayment-cards:hover .sec2-request-lower1 {
font-size: 24px;
}
.achpayment-cards:hover .sec2-request p {
font-size: 12px;
}
.achpayment-cards:hover .sec2-request1 {
font-size: 19px;
}
.achcard-text p {
font-weight: 500;
padding: 0px 17px;
font-size: 16px;
margin-bottom: 4px;
}
.icon-text {
width: 70%;
display: flex;
align-items: center;
gap: 10px;
}
.ach-t-box {
display: flex;
justify-content: center;
align-items: center;
width: 46px;
height: 46px;
border-radius: 50%;
background: #F2F2F2;
}
.ach-t-icon { transition: transform 0.5s ease;
}
.achpayment-cards:hover .ach-t-icon {
transform: rotate(360deg);
}
.achcard-text {
text-align: center;
margin-top: 17px;
}
.api-integration {
background: #A1E8CC;
height: 366px;
border: none;
border-radius: 32px;
overflow: hidden;
}
.sec-cards {
padding-left: 6px;
position: relative;
transform-origin: bottom;
transition: transform 0.5s ease;
bottom: -22px;
right: -26px;
}
.secure-creditcard:hover .sec-cards {
transform: scaleY(0.9);
}
.secure-creditcard {
background-color: #0092FF;
height: 407px;
border: none;
border-radius: 32px;
overflow: hidden;
transition: transform 0.5s ease;
}
.secure-creditcard {
position: relative; overflow: hidden; transition: transform 0.8s linear;
margin-top: 13px;
}
.secure-bgimg {
position: absolute;
bottom: 0;
transition: transform 0.8s linear;
left: 35px;
z-index: 0;
}
.secure-creditcard:hover .secure-bgimg {
transform: scale(1.4, 2.1);
}
.sec-body {
position: relative;
z-index: 1;
padding-left: 20px;
}
.seam-text {
font-size: 30px;
line-height: 36px;
font-weight: 600;
position: relative;
z-index: 1;
}
.stream-text {
font-size: 30px;
line-height: 36px;
color: #ffffff;
padding-left: 10px;
font-weight: 600;
position: relative;
z-index: 2;
}
.stream-img {
position: relative;
bottom: 29px;
border-radius: 32px;
width: 95%;
left: 14px;
transition: transform 0.3s ease;
}
.stream-card-bg {
width: 250px;
height: 250px;
margin-left: 117px;
position: relative;
top: 85px;
border-radius: 50%;
background: #7D84FC;
transition: transform 0.3s ease;
}
.haslefree-card {
position: relative;
background-color: #6D6FF4;
height: 280px;
border-radius: 32px;
border: none;
overflow: hidden;
z-index: 0;
margin-top: 16px;
}
.haslefree-card::before {
content: '';
position: absolute;
top: 100px;
right: -100px;
height: 100%;
width: 100%;
background-image: url(https://www.paycron.com/blog/wp-content/themes/Paycron/assets/css/mediafiles/section2-images/Ellipse\ 62.svg);
z-index: 0;
background-repeat: no-repeat;
transition: transform 0.3s ease; }
.haslefree-card:hover::before {
transform: scale(1.1) translate(-5%, -27%); }
.haslefree-card:hover .stream-img {
transform: scale(1.2);
}
.seam-card {
position: relative;
padding-left: 20px;
}
.square1,
.square2 {
position: absolute; width: 100px; height: 100px; }
.square1 {
top: -72px; right: 0; background-image: url(https://www.paycron.com/blog/wp-content/themes/Paycron/assets/css/mediafiles/section2-images/Rectangle\ 41620.svg);
z-index: 0;
background-repeat: no-repeat;
transition: transform 0.8s ease;
}
.square2 {
bottom: -8px; left: 0; background-image: url(https://www.paycron.com/blog/wp-content/themes/Paycron/assets/css/mediafiles/section2-images/Rectangle\ 41620.svg);
z-index: 0;
background-repeat: no-repeat;
transition: transform 0.8s ease;
}
.api-integration:hover .square1 {
transform: scale(5, 5);
top: 121px;
}
.api-integration:hover .square2 {
transform: scale(5, 5);
top: 121px;
}
.sec2-vector {
position: absolute;
bottom: 0px;
}
.sec2-request {
padding-left: 10px;
font-size: 17px;
}
.sec2-request1 {
font-size: 24px;
font-weight: 600;
} [data-aos="fade-left"] {
transform: translateX(500px); opacity: 0; transition: transform 0.5s ease, opacity 0.5s ease; }
[data-aos="fade-left"].aos-animate {
transform: translateX(0); opacity: 1; }
[data-aos="fade-right"] {
transform: translateX(-500px); opacity: 0; transition: transform 0.5s ease, opacity 0.5s ease; }
[data-aos="fade-right"].aos-animate {
transform: translateX(0); opacity: 1; }      :root {
--card-height: 40vw;
--card-margin: 4vw;
--card-top-offset: 34px;
--numcards: 3;
--outline-width: 0px;
}
#cards {
list-style: none;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(var(--numcards), var(--card-height));
gap: var(--card-margin);
padding-bottom: calc(var(--numcards) * var(--card-top-offset)); }
#card-1 {
--index: 1;
}
#card-2 {
--index: 2;
}
#card-3 {
--index: 3;
}
#card-4 {
--index: 4;
}
.card-stack {
position: sticky;
top: 100px;
padding-top: calc(var(--index) * var(--card-top-offset));
} @supports (animation-timeline: works) {
@scroll-timeline cards-element-scrolls-in-body {
source: selector(body);
scroll-offsets:
selector(#cards) start 1,
selector(#cards) start 0;
start: selector(#cards) start 1;
end: selector(#cards) start 0;
time-range: 4s;
}
.card-stack {
--index0: calc(var(--index) - 1);
--reverse-index: calc(var(--numcards) - var(--index0));
--reverse-index0: calc(var(--reverse-index) - 1);
}
.card__content {
transform-origin: 50% 0%;
will-change: transform;
--duration: calc(var(--reverse-index0) * 1s);
--delay: calc(var(--index0) * 1s);
animation: var(--duration) linear scale var(--delay) forwards;
animation-timeline: cards-element-scrolls-in-body;
}
@keyframes scale {
to {
transform:
scale(calc(1.1 - calc(0.1 * var(--reverse-index))));
}
}
}  #cards1 {
list-style: none;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(var(--numcards), var(--card-height));
gap: var(--card-margin);
padding-bottom: calc(var(--numcards) * var(--card-top-offset)); width: 100%;
}
#card-11 {
--index: 1;
}
#card-12 {
--index: 2;
}
#card-13 {
--index: 3;
}
.card-stack1 {
position: sticky;
top: 100px;
padding-top: calc(var(--index) * var(--card-top-offset));
} @supports (animation-timeline: works) {
@scroll-timeline cards-element-scrolls-in-body {
source: selector(body);
scroll-offsets:
selector(#cards1) start 1,
selector(#cards1) start 0;
start: selector(#cards1) start 1;
end: selector(#cards1) start 0;
time-range: 4s;
}
.card-stack1 {
--index0: calc(var(--index) - 1);
--reverse-index: calc(var(--numcards) - var(--index0));
--reverse-index0: calc(var(--reverse-index) - 1);
}
.card__content {
transform-origin: 50% 0%;
will-change: transform;
--duration: calc(var(--reverse-index0) * 1s);
--delay: calc(var(--index0) * 1s);
animation: var(--duration) linear scale var(--delay) forwards;
animation-timeline: cards-element-scrolls-in-body;
}
@keyframes scale {
to {
transform:
scale(calc(1.1 - calc(0.1 * var(--reverse-index))));
}
}
}
input[type="checkbox"] {
appearance: none; border: 1.5px solid #525252;
height: 24px;
width: 24px;
border-radius: 4px;
background-color: white; position: relative; cursor: pointer;
} input[type="checkbox"]:checked {
background-color: #0092FF; border-color: #0092FF;
} input[type="checkbox"]:checked::before {
content: "\f00c"; font-family: "Font Awesome 6 Free";
color: white;
font-size: 16px;
font-weight: bold;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
} input[type="checkbox"]:hover {
border-color: #0092FF;
}
input[type="checkbox"]:checked~.app-credit {
color: #0092FF; }
input[type="radio"] {
accent-color: #0092FF;
}
input[type="radio"]:hover {
accent-color: #0092FF;
cursor: pointer;
}
input[type="radio"]:checked+.radio-label {
color: #0092FF; } a {
color: #0092FF;
background: none !important;
}
a:hover {
color: #0092FF;
}
.nav-link:hover {
color: #0092FF;
}
.nav-link:active {
color: #0092FF;
}
.drop-link:hover p {
color: #0092FF !important;
background: none;
}.mt-40 {
margin-top: 40px;
}
.mt-8 {
margin-top: 8px;
}
.mt-24 {
margin-top: 24px;
}
.mb-16 {
margin-bottom: 16px;
}
.mb-24 {
margin-bottom: 24px;
}
.mb-8 {
margin-bottom: 8px;
}
p {
font-family: "Sofia Sans", sans-serif;
}
@font-face {
font-family: 'Stolzl';
src: url(//www.paycron.com/blog/wp-content/themes/Paycron/assets/fonts/Stolzl-Medium.ttf) format('truetype');
font-weight: 500;
font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Stolzl', sans-serif;
}
.header-main {
margin-top: 5rem;
margin-bottom: 2.5rem;
}
.header-main .top-subhead, .header-main p
{
font-size: 18px !important;
font-weight: 500;
color: #525252 !important;
}
.contact-form-blog h5
{
font-size: 14px;
font-weight: 500 !important;
color: #171717;
}
.check-terms p span {
display: contents;
margin: 0 !important;
}
.check-terms p span label
{
display: flex;
gap: 5px;
align-items: center;
}
.check-terms{
padding-left:0px;
}
.acceptance p, .check-terms p {
padding-left: 3px;
color:#525252;
}
.acceptance p > span {
padding-left: 12px;
display: inline-block;
}
.acceptance
input#checkOriginal{
margin-right:12px;
}
.acceptance label, .check-terms label {
font-size: 16px;
font-weight: 400;}
.consent-frm .wpcf7-not-valid-tip {
color: #dc3232 !important;
margin-left: 33px;
}
.second-consent .wpcf7-not-valid-tip {
color: #dc3232 !important;
position: absolute;
width: 300px;
top: 50px;
margin-left: 33px;
}
.single-input-box .wpcf7-not-valid-tip {
margin-left: 23px !important;
}
.payment-box span.wpcf7-not-valid-tip {
margin-left: 39px;
}
.filter-blog-mobile {
display: none;
}
.col-xl-6.col-lg-6.col-md-6.pl-0 {
margin-bottom: 40px;
}
li.card-subtitle.list-marker::marker {
font-size: 0;
}
li.card-subtitle.list-marker::before {
content: '●';
padding: 0px 10px 0px 0px;
}
.blog-head { font-size: 64px;
line-height: 86px; text-align: center;
padding-top: 80px;
}
.blog-dropdown-menu {
transform: unset !important;
top: 80px !important;
left: 0% !important;
padding: 20px !important;
height: max-content;
}
.blog-dropdown-item {
width: auto !important;
}
.blog-card-mob {
margin-top: 40px;
}
.experience-allbutton {
display: flex;
align-items: center;
justify-content: end;
}
.blog-search-mob {
margin-top: 40px;
}
.blog-p {
color: #737373;
font-weight: 500;
font-size: 24px;
line-height: 32px;
text-align: center;
width: 821px;
padding-top: 16px;
}
.payment-box
{
margin-top: -5px !important;
}
.blog-card-img {
border-top-left-radius: 32px;
border-top-right-radius: 32px;
transition: all 0.8s;
object-fit: contain;
height: 284px;
}
.blog-card {
border-radius: 32px;
width: 100%;
border: 1px solid #E5E5E5;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
overflow: hidden;
position: relative;
height: 100%;
}
.card-blog-title {
font-size: 24px;
font-weight: 500;
line-height: 32px;
color: #171717;
margin-bottom: 16px;
}
.card-title-p {
color: #525252;
font-size: 16px;
line-height: 24px;
font-weight: 500;
margin-bottom: 0px;
}
.card-subtitle {
color: #0092FF;
font-size: 16px;
font-weight: 500;
line-height: 24px;
margin-bottom: 16px;
}
.list-marker {
padding-left: 10px;
}
.search-icon {
font-size: 25px;
}
.blog-keywords {
border: 1px solid #525252;
border-radius: 24px;
padding: 8px 16px;
width: fit-content;
font-size: 16px;
line-height: 24px;
font-weight: 500; color: #525252;
cursor: pointer;
transition: all 0.3s ease;
}
.blog-keywords:hover {
background-color: #f5f5f5;
border-color: #171717;
color: #171717;
}
.blog-keywords1 {
border: 1px solid #525252;
border-radius: 24px;
padding: 8px 16px;
width: fit-content;
font-size: 16px;
line-height: 24px;
font-weight: 500;
color: #525252;
cursor: pointer;
transition: all 0.3s ease;
}
.blog-keywords1:hover {
background-color: #f5f5f5;
border-color: #171717;
color: #171717;
} .category-filter.active {
background-color: #0092FF;
border-color: #0092FF;
color: #ffffff;
}
.category-filter.active:hover {
background-color: #0080e6;
border-color: #0080e6;
color: #ffffff;
}
.blog-menuKeyword {
display: flex;
flex-wrap: wrap;
gap: 16px 8px;
margin: 40px 0px;
}
.has-search .form-control {
padding-left: 3.375rem;
height: 64px;
font-size: 24px;
border-radius: 32px;
background: #F5F5F5;
margin-top: 80px;
border: none;
padding: 0px 80px;
}
.has-search .form-control-feedback {
position: absolute;
z-index: 2;    text-align: center;
pointer-events: none;
color: #aaa;
padding: 20px 0px 20px 40px;
}
.singleblog-form::placeholder {
color: #A3A3A3 !important;
font-size: 16px !important;
line-height: 32px !important;
font-weight: 500;
opacity: 1; }
.card-subtitle-single {
color: #0092FF;
font-size: 18px;
font-weight: 500;
line-height: 28px;
margin-top: 40px;
margin-bottom: 0px;
}
.load-more {
display: flex;
align-items: center;
padding: 8px 8px 8px 16px;
border: 1px solid black;
background: white;
gap: 12px;
border-radius: 24px;
font-size: 24px;
line-height: 32px;
color: black;
font-weight: 600;
margin-top: 80px;
}
.blog-dropdown {
height: 64px;
width: 224px;
border-radius: 32px;
border: none;
display: flex;
justify-content: space-between;
align-items: center;
background: #F5F5F5 !important;
color: #171717 !important;
font-size: 24px;
font-weight: 500;
padding: 16px 24px;
}
.search-blog-form-all::placeholder {
color: #A3A3A3;
font-size: 24px;
font-weight: 500;
}
.left-card {
background: #F5F5F5;
padding: 24px;
border-radius: 32px;
height: fit-content;
position: sticky;
top: 90px;
width: 456px;
}
.single-blog-form {
gap: 28px;
}
.single-blog-pad {
padding-top: 100px;
padding-left: 0;
padding-right: 0;
}
.single-blog-text {
margin-top: 80px;
}
.label-singleform {
font-size: 18px !important;
padding-left: 16px;
}
.label-singleform1 {
font-size: 16px;
}
.faq-pad {
padding: 0px 0px;
}
.faq-box-1 {
width: 48%;
display: flex;
gap: 20px;
align-items: flex-start;
}
.faq-box-2 {
width: 48%;
display: flex;
gap: 20px;
align-items: flex-start;
}
.faq-main-box {
width: 100%;
display: flex;
gap: 50px;
margin-top: 40px;
}
.faq-gettouch {
width: 76%;
}
.faq-align {
width: 20%;
}
.gap-faq {
gap: 20px;
}
.gap-news {
gap: 16px;
}
.single-blog-img { width: 100%;
object-fit: cover;
border-radius: 24px;
}
.single-box-form {
margin-top: 15px;
}
.submit-send {
margin-top: -10px;
}
.singleblog-form {
border: 1px solid #D4D4D4;
color: #171717;
width: 100%;
margin-top: 10px;
padding: 5px 0px 5px 24px;
border-radius: 24px;
font-size: 16px;
line-height: 24px;
display: flex !important;
align-items: center !important;
max-height: 56px;
} .row.single-blog-form {
justify-content: center;
}
.custom-radio-group > p
{
margin-bottom: 0px !important;
}
.single-input-box input:focus-visible
{
outline: 0;
}
.single-blog-pad .single-blog-text {
margin-top: 0px;
}
.consent-frm p
{
margin-bottom: 5px;
}
.consent-frm input
{
max-width: 20px;
max-height: 20px;
min-width: auto !important;
} .solution-below-text {
color: #525252;
font-size: 14px;
font-weight: 500;
width: 360px;
line-height: 20px;
}
.payment-box {
border: 1px solid #D4D4D4;
border-radius: 24px;
background: #ffffff;
padding: 14px;
margin-top: 10px;
padding-bottom: 10px;
}
.consent-frm {
margin-top: 14px !important;
}
.single-blog-text h2 {
font-size: 24px;
line-height: 34px;
}
.right-details h3
{
font-size: 24px;
color: #171717;
font-weight: 500;
font-family: 'Sofia Sans';
}
.payment-solution-lower-text {
margin-bottom: 10px;
}
.submit-send p {
margin-top: 0px !important;
}
.singleblog-show a {
display: none;
}
.payment-text1 {
font-size: 24px;
font-weight: 600;
color: #171717;
margin-bottom: 0px;
}
.single-blog-pad .right-details img {
border: 1px solid #efefef;
padding: 10px;
}
label {
font-size: 18px;
color: #525252;
}
.singleblog-started {
font-size: 23px;
font-weight: 500;
color: #171717;
margin-bottom: 0px;
}
.singleblog-head {
font-weight: 500;
font-size: 28px;
width: auto;
margin-top: 8px;
line-height: 42px;
}
section.footer-box a {
color: #a3a3a3;
}
.single-blog-text h3 {
margin-bottom: 16px;
margin-top:40px;
}
.single-blog-text h2 {
margin-bottom: 16px;
margin-top:40px;
}
.single-blog-text
a {
color: #0092FF;
background: none !important;
text-decoration: none;
font-weight: 500;
}	
h4.blogs-list img {
position: absolute;
right: 0;
width: 20px;
}
h4.blogs-list {
padding-right:30px;
}
.singleblog-mainhead {
font-size: 24px;
font-weight: 500;
width: 674px;
}
.single-blog-text ul {
padding-left: 0;
}
.singleblog-maintext {
font-weight: 500;
font-size: 16px;
color: #525252;
}
.more-blogs {
font-size: 48px;
line-height: 67px;
font-weight: 500;
margin-bottom: 30px;
}
.blogs-list {
font-size: 24px;
font-weight: 500;
margin-top: 40px;
margin-bottom: 15px;
}
.blog-bottom {
max-width: 1520px;
margin: auto;
}
.singleblog-show {
height: auto !important;
}
.blog-date {
position: absolute;
left: 24px;
top: 24px;
background: rgba(23, 23, 23, 0.8);
color: #FFFFFF;
border-radius: 24px;  display: flex;
align-items: center;
justify-content: center;
z-index: 10;
padding: 10px;
}
.blog-date p {
margin-bottom: 0;
font-size: 18px;
line-height: 28px;
}
.blog-h-icon {
display: none;
}
.blog-card:hover .blog-h-icon {
position: absolute;
top: -40px;
right: 40px;
display: block;
}
li.card-subtitle.list-marker ::marker {
margin: 0px 8px 0px 0px !important;
}
.blog-card-body {
padding: 24px 125px 24px 24px;
position: relative;
}
.singleblog-send-button {
display: flex;
align-items: center;
padding: 8px 8px 8px 16px;
gap: 12px;
border-radius: 24px;
font-size: 30px;
line-height: 36px;
font-weight: 600;
border: none;
background: #0092FF;
color: #ffffff;
margin-top: 24px;
}
.single-business-label {
font-size: 18px;
font-weight: 500;
color: #525252;
}
.single-business-label_1 {
width: 368px;
font-size: 18px;
font-weight: 500;
color: #525252;
line-height: 28px;
}
.news-h-icon {
display: none;
}
.news-card:hover .news-h-icon {
position: absolute;
top: -31px;
right: 30px;
display: block;
}
.singblog-img {
border-radius: 24px;
display: none;
position: absolute;
right: 0;
top: -7px;
width: 185px;
height: 103px;
}
.singleblog-show:hover .singblog-img {
display: block;
}   .faq-head {
font-size: 64px;
line-height: 86px;
text-align: center;
margin-top: 16px;
}
.faq-p {
color: #737373;
font-weight: 500;
font-size: 24px;
text-align: center;
margin-top: 8px;
margin-bottom: 40px;
}
.faq-content-h1 {
color: #171717;
font-size: 24px;
font-weight: 500;
width: 497px;
line-height: 32px;
}
.faq-content-p {
color: #525252;
font-size: 16px;
font-weight: 500;
width: 497px;
line-height: 24px;
margin-top: 8px;
}
.touch-section {
height: 176px;
background-color: #F5F5F5;
margin-top: 80px;
padding: 40px 0px;
}
.searching {
font-size: 40px;
line-height: 48px;
font-weight: 600;
padding-left: 16px;
margin-bottom: 8px;
}
.searching-p {
font-size: 24px;
font-weight: 400;
line-height: 32px;
color: #525252;
padding-left: 10%;
}
.getintouch-button {
display: flex;
border: none;
background: #0092FF;
padding-left: 11px;
height: 64px;
width: 212px;
gap: 8px;
border-radius: 24px;
font-size: 24px;
line-height: 32px;
color: #ffffff;
font-weight: 600;
display: flex;
align-items: center;
}
.arrow-button-a {
background: #ffffff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
height: 46.37px;
width: 46.37px;
}
.arrow-button-a img {
width: 12px;
}  .sum-arrow {
font-size: 14px;
border: 1px solid black;
padding: 4px 8px;
height: 25px;
width: 25px;
border-radius: 50%;
display: flex;
}
.career-summary {
margin-top: 10px;
}
.career-blue-bg {
background-color: #EDFCFF;
padding: 70px 0px;
border-radius: 60px;
}
.career-p {
color: #737373;
font-weight: 500;
font-size: 24px;
line-height: 32px;
text-align: center;
width: 685px;
padding-top: 16px;
margin-bottom: 0px;
}
.career-pad-right {
padding-right: 4px;
}
.career-pad-left {
padding-left: 4px;
}
.career-sum-head {
font-size: 20px;
color: #171717;
}
.career-sum-text {
font-size: 18px;
color: #525252;
}
.summary-description-text {
font-size: 30px;
line-height: 36px;
color: #171717;
}
.essentials-text {
font-size: 24px;
font-weight: 500;
margin-top: 15px;
}
.essentials-text-lower {
color: #525252;
font-size: 16px;
line-height: 24px;
}
.careers-head {
font-size: 64px;
line-height: 86px;
width: 774px;
text-align: center;
padding-top: 80px;
}
.career-box {
display: flex;
background-color: #0092FF;
border-radius: 32px;
margin-top: 8px;
padding: 34px 36px;
}
.career-box-img {
height: 57px;
width: 57px;
}
.career-box p {
color: #FFFFFF;
font-size: 24px;
font-weight: 500;
line-height: 36px;
text-align: center;
}
.career-unlock-text {
font-size: 32px;
font-weight: 500;
color: #171717;
line-height: 46px;
width: 400px;
}
.career-img {
width: 100%;
}
.career-img-2 {
width: 100%;
}
.unlock-box {
display: flex;
gap: 80px;
align-items: center;
padding-top: 80px;
padding-bottom: 80px;
}
.essentials-width {
width: 33.33%;
}
.ess-box {
display: flex;
gap: 40px;
}
.career-right-text {
font-size: 16px;
font-weight: 500;
color: #525252;
line-height: 24px;
}
.recruitment-process-text {
font-size: 24px;
line-height: 32px;
font-weight: 500;
padding-bottom: 80px;
width: 783px;
color: #525252;
}
.ach-fixed img {
width: 100%;
} .upload-button { } .main-container {
display: flex;
justify-content: end;
align-items: center;
} .drop-zone {
width: 340px;
padding: 10px 10px;
border: 2px dashed #ffffff;
border-radius: 32px;
text-align: center;
cursor: pointer;
} .drop-zone-text {
color: #FF5A5F;
font-size: 16px;
} .drop-zone.dragged-over {
background-color: rgba(255, 90, 95, 0.2);
} .drop-zone-icons {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 10px;
}
.upload-icon {
height: 48px; width: 48px; margin-bottom: 10px;
} .drop-zone-text {
text-align: center;
font-size: 18px;
color: #ffffff;
}
.career-file-submit {
background-color: #ffffff;
color: #0092FF;
border: none;
width: 340px;
padding: 8px 0px;
border-radius: 24px;
margin-top: 15px;
font-size: 24px;
font-weight: 600;
height: 48px;
} .ag-timeline-card_meta {
color: black;
}
.ach-heading {
font-size: 56px;
font-weight: 500;
}
.ach-ptext {
font-size: 24px;
font-weight: 500;
line-height: 32px;
padding-top: 24px;
width: 610px;
}
.ach-knowmore-button {
border: 1px solid #A3A3A3;
border-radius: 24px;
color: #000000;
padding: 8px 10px;
background: none;
font-size: 20px;
font-weight: 600;
}
.ach-scrollcard1 {
border: 1px solid black;
border: none;
padding: 20px;
border-radius: 50%;
background: #F5F5F5;
width: 438px;
height: 168px;
}
.ach-fixed {
position: sticky;
top: 100px;
height: 700px;
overflow: hidden;
}  .Main {
padding: 300px 0;
}
.TopTitle {
padding: 0 0 30px;
text-align: center;
}
.FirstTitle {
font-size: 40px;
color: #fff;
}
.secTitle {
color: #ffeb3b;
font-size: 60px
}
.ag-timeline_item {
margin: 0 0 0px;
position: relative;
}
.ag-timeline {
display: inline-block;
width: 100%;
max-width: 100%;
margin: 0 auto;
position: relative;
}
.ag-timeline_line {
width: 4px;
background-color: #D4D4D4;
position: absolute;
top: 2px;
left: 8px;
bottom: 0;
overflow: hidden;
}
.ag-timeline_line-progress {
width: 100%;
height: 20%;
background-color: #1d1d1b;
}
.ag-timeline-card_box {
padding: 0 0 20px 1%;
}
.ag-timeline-card_point-box {
display: inline-block;
margin: 0 14px 0 -26px;
}
.ag-timeline-card_point {
height: 15px;
line-height: 50px;
position: relative;
left: 22px;
top: -4px;
width: 15px;
border: 3px solid none;
background-color: #D4D4D4;
text-align: center;
font-size: 20px;
color: #FFF;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.number-line {
position: absolute;
top: -3px;
}
.js-ag-active .ag-timeline-card_point {
color: #1d1d1b;
background-color: #1d1d1b;
}
.ag-timeline-card_meta-box {
display: inline-block;
}
.ag-timeline-card_meta {
margin: 10px 0 0;
font-weight: bold;
font-size: 28px;
color: #03a9f4;
}
.ag-timeline-card_img-box {
display: flex;
align-items: baseline;
}
.ag-timeline-card_img-box p {
font-size: 24px;
color: #A3A3A3;
font-weight: 500;  }
.career-num {
border-radius: 50%;
height: 50px;
width: 50px;
padding: 6px 12px;
background: #FAFAFA;
color: #A3A3A3;
}
.ag-timeline-card_item {
padding: 9px 14px;
border-radius: 16px;
margin: -14px 40px 0;
background-color: #FAFAFA;
border-radius: 16px;
border: 1px solid none;
height: 65px;
width: 506px;
opacity: 0;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 16px;
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
-o-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
position: relative;
bottom: 30px;
transition: height 0.5s ease-in-out;
overflow: hidden;
} .js-ag-active .ag-timeline-card_item {
background: #0092FF; height: 168px;
}
.js-ag-active .career-num {
position: relative;
top: 12px;
}
.js-ag-active .ag-timeline-card_img-box p {
color: white; margin-bottom: 5px;
}
.js-ag-active .career-num p {
color: #0092FF !important; }
.js-ag-active.ag-timeline_item .ag-timeline-card_item,
.ag-timeline-card_item {
opacity: 1;
}
.ag-timeline_item .ag-timeline-card_arrow {
margin-left: calc(-18px / 2);
margin-right: calc(-18px / 2);
}
.ag-timeline-card_img {
width: 100%;
border: 1px solid #03a9f4;
}
.ag-timeline-card_img-box p:nth-child(2) {
font-size: 14px;
line-height: 20px;
}      .blog-card:hover .blog-card-img {
transform: scale(1.1);
rotate: -2deg;
}  .news-card {
border-radius: 32px;
height: 564px;
padding: 0;
width: 31%;
margin-top: 10px;
position: relative;
border: none;
background: #FAFAFA;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}
.news-box-img {
position: relative;
width: 1170px;
height: 460px;
border-radius: 32px;
overflow: hidden;
position: relative;
}
.news-banner-img {
border-radius: 32px;
width: 100%;
object-fit: cover;
height: 460px;
}
.news-row2-left {
width: 35%;
}
.news-row2-right {
width: 65%;
}
.news-whole-row {
display: flex;
gap: 16px;
}
.newscard-title-p {
color: #525252;
font-size: 16px;
line-height: 24px;
margin-bottom: 0px;
font-weight: 500;
}
.card-news-title {
font-size: 24px;
font-weight: 500;
line-height: 32px;
color: #171717;
line-height: 32px;
}
.inputWithIcon {
display: flex;
justify-content: end;
}
.news-email-input {
border: 1px solid white;
border-radius: 24px;
display: flex;
padding-left: 16px;
gap: 8px;
width: 340px;
display: flex;
align-items: center;
height: 56px;
}
.newsroom-input {
border: none;
background: none;
border-radius: 24px;
padding: 0px 10px;
color: #ffffff;
font-size: 24px !important;
line-height: 32px !important;
}
.newsroom-input::placeholder {
color: #FFFFFF;
font-size: 24px !important;
line-height: 32px !important;
font-weight: 600;
}
.newsroom-input:focus {
border: none; outline: none; }
.newsroom-head {
font-size: 56px;
font-weight: 500;
line-height: 67px;
color: #171717;
margin-top: 80px;
margin-bottom: 24px;
}
.news-card-body {
padding: 24px 96px 24px 24px;
position: relative;
}
.news-keywords {
gap: 16px;
}
.Product-head {
color: #171717;
font-size: 32px;
line-height: 46px;
margin-top: 40px;
margin-bottom: 24px;
}
.swiper {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}
.swiper-slide img {
display: block;
width: 100%;
height: 460px;
object-fit: cover;
}
.news-banner-text {
text-align: left;
position: absolute;
bottom: 60px;
left: 60px;
}
.news-banner-text-lower {
color: #FFFFFF;
font-size: 30px;
font-weight: 500;
margin-top: 11px;
width: 851px;
line-height: 36px;
margin-bottom: 0px;
}
.news-banner-text-upper {
height: 36px;
width: 83px;
padding: 6px 8px;
border-radius: 8px;
background: white;
font-size: 16px;
color: #171717;
margin-bottom: 0px;
}
.banner-pagination {
display: flex;
justify-content: end;
padding-right: 60px;
}
.news-row {
gap: 40px;
}  .swiper-pagination {
position: absolute !important;
bottom: 60px !important;
right: 60px !important;
text-align: center;
z-index: 10;
}
.swiper-pagination-bullet {
width: 18px;
height: 18px;
background-color: transparent;
border: 2px solid white; opacity: 0.7; transition: background-color 0.3s, opacity 0.3s;
margin: 0 4px;
}
.swiper-pagination-bullet-active {
background-color: white; opacity: 1; }
.news-banner-text1 {
text-align: left;
position: absolute;
bottom: 0px;
padding: 40px;  }
.news-banner-text-lower1 {
color: #FFFFFF;
font-size: 30px;
line-height: 36px;
font-weight: 500;
margin-bottom: 0px;
}
.news-banner-text-upper1 {
width: 65px;
height: 28px;
font-size: 16px;
color: #171717;
font-weight: 600;
padding: 3px 8px;
border-radius: 8px;
background: #FFFFFF;
margin-bottom: 8px;
}
.news-banner-text-upper2 {
width: 83px;
height: 28px;
font-size: 16px;
color: #171717;
font-weight: 600;
padding: 4px 8px;
border-radius: 8px;
background: #FFFFFF;
margin-bottom: 8px;
}  .expert-social-icons {
display: flex;
align-items: baseline;
margin-top: 80px;
gap: 24px;
}
.exp-icons {
display: flex;
gap: 24px;
}
.callUs-box {
border: 1px solid #D4D4D4;
width: 48.9%;
display: flex;
gap: 40px;
border-radius: 32px;
padding: 40px 0px 40px 40px;
background: #fff;
}
.call-mt {
margin-top: 40px;
gap: 24px;
}
.mailUs-box {
border: 1px solid black;
}
.expert-advice-text {
font-size: 56px;
width: 774px;
line-height: 67px;
}
.expert-details p:nth-child(1) {
font-size: 24px;
font-weight: 600;
color: #262626;
line-height: 32px;
}
.expert-details p:nth-child(2) {
font-size: 16px;
font-weight: 400;
color: #262626;
line-height: 24px;
margin-bottom: 0px;
}
.expert-details p:nth-child(3) {
font-size: 24px;
font-weight: 600;
color: #262626;
line-height: 28px;
margin-bottom: 0px;
margin-top: 16px;
}
.icon-bg {
height: 48px;
width: 50px;
padding-top: 10px;
background: #383D38;
border-radius: 50%; }
.icon-bg1 {
display: flex;
align-items: center;
height: 48px;
width: 50px;
justify-content: center;
background: #383D38;
border-radius: 50%; }
.expert-contact-bg {
background: #F5F5F5;
padding-top: 80px;
padding-bottom: 80px;
border-radius: 60px;
}
.expert-head {
font-size: 64px;
text-align: center;
margin-top: 80px;
line-height: 86px;
}
.expert-p {
color: #737373;
font-weight: 500;
font-size: 24px;
text-align: center;
margin-top: 8px;
width: 912px;
line-height: 32px;
}
.lets-talk {
font-size: 18px;
line-height: 28px;
position: absolute;
bottom: 0;
width: 106px;
border: 1px solid black;
border-radius: 24px;
display: flex;
flex-direction: column;
align-items: center;
height: 94px;
justify-content: center;
}
.talk-row {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}
.echeck-from-p {
font-size: 32px;
line-height: 46px;
font-weight: 500;
}
.expert-custom-width {
width: 1170px;
}
.expert-from-p {
font-size: 56px;
font-weight: 500;
line-height: 67px;
}
.expert-form-text {
font-size: 14px;
line-height: 16px;
font-weight: 500;
margin-bottom: 40px;
}
.expert-advice-textArea {
border: 1px solid #D4D4D4;
color: #A3A3A3;
width: 100%;
margin-top: 16px;
padding: 12px 24px;
border-radius: 24px;
}
.expert-connect {
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.echeck-scroll-mob {
display: none;
}
.echeck-cost-mt {
margin-top: 20px;
}
.echeck-cost-mt-1 {
margin-top: 20px;
}
.exp-arrow {
animation: updown 2s ease infinite;
}
@keyframes updown {
0% {
transform: translateY(-8px);
}
50% {
transform: translateY(10px);
}
100% {
transform: translateY(-8px);
}
}
.expert-advice-textArea::placeholder {
font-size: 20px;
font-weight: normal;
}
.expert-submit {
display: flex;
align-items: center;
padding: 8px 8px 8px 16px;
border: 1px solid #171717;
background: white;
gap: 12px;
border-radius: 24px;
font-size: 24px;
line-height: 32px;
color: #171717;
font-weight: 600;
margin-bottom: 80px;
}
.expert-banner-img-1 {
padding-right: 8px;
padding-left: 0px;
}
.exp-img1 {
min-width: 100%;
}
.exp-img2 {
min-width: 100%;
}
.exp-img3 {
min-width: 100%;
}
.expert-banner-img-2 {
padding-right: 8px;
padding-left: 8px;
}
.expert-banner-img-3 {
padding-right: 0px;
padding-left: 8px;
}
.arrow-button-expert {  background: #000000;
border-radius: 50%;
height: 46.37px; width: 46.37px;
display: flex;
align-items: center;
justify-content: center;
}
.enquires-text {
font-size: 14px;
font-weight: 500;
line-height: 17px;
}
.offer-box1 {
position: relative;
background-color: #FEC764;
height: 188px;
border-radius: 32px;
overflow: hidden;
}
.offer-box2 {
position: relative;
background-color: #BAF7FF;
height: 188px;
border-radius: 32px;
overflow: hidden;
}
.offer-box3 {
position: relative;
background-color: #A1E8CC;
height: 188px;
border-radius: 32px;
overflow: hidden;
}
.offer-box4 {
position: relative;
background-color: #FFD9F0;
height: 236px;
border-radius: 32px;
overflow: hidden;
}
.offer-box5 {
position: relative;
background-color: #EFF9AA;
height: 236px;
border-radius: 32px;
overflow: hidden;
}
.offer-box6 {
position: relative;
background-color: #F0E4FC;
height: 236px;
border-radius: 32px;
overflow: hidden;
}
.offer-box7 {
position: relative;
background-color: #D5FBEC;
height: 236px;
border-radius: 32px;
overflow: hidden;
}
.offer-box8 {
position: relative;
background-color: #CBF4FF;
height: 236px;
border-radius: 32px;
overflow: hidden;
}
.offer-box9 {
position: relative;
background-color: #FED9C4;
height: 236px;
border-radius: 32px;
overflow: hidden;
}
.offer-bg1 {
background-image: url(http://localhost:8044/assets/mediafiles/offers-img/IconOffer.svg);
background-repeat: no-repeat;
z-index: 0;
height: 100%;
background-position: right;
padding: 40px 99px 40px 40px;
}
.offer-bg2 {
background-image: url(http://localhost:8044/assets/mediafiles/offers-img/Icons.svg);
background-repeat: no-repeat;
z-index: 0;
height: 100%;
background-position: right bottom;
padding: 40px 99px 40px 40px;
}
.offer-bg3 {
background-image: url(http://localhost:8044/assets/mediafiles/offers-img/Iconsgroup4.svg);
background-repeat: no-repeat;
z-index: 0;
height: 100%;
background-position: right bottom;
padding: 40px 99px 40px 40px;
}
.offer-bg4 {
background-image: url(http://localhost:8044/assets/mediafiles/offers-img/Icons\ \(1\).svg);
background-repeat: no-repeat;
z-index: 0;
height: 100%;
background-position: right bottom;
padding: 40px;
}
.offer-bg5 {
background-image: url(http://localhost:8044/assets/mediafiles/offers-img/Icons\ \(2\).svg);
background-repeat: no-repeat;
z-index: 0;
height: 100%;
background-position: center;
padding: 40px;
}
.offer-bg6 {
background-image: url(http://localhost:8044/assets/mediafiles/offers-img/Iconsgroup5.svg);
background-repeat: no-repeat;
z-index: 0;
height: 100%;
background-position: right bottom;
padding: 40px;
}
.offer-bg7 {
background-image: url(http://localhost:8044/assets/mediafiles/offers-img/Icons\ \(5\).svg);
background-repeat: no-repeat;
z-index: 0;
height: 100%;
background-position: right bottom;
padding: 40px;
}
.offer-bg8 {
background-image: url(http://localhost:8044/assets/mediafiles/offers-img/Icons\ \(4\).svg);
background-repeat: no-repeat;
z-index: 0;
height: 100%;
background-position: right bottom;
padding: 40px;
}
.offer-bg9 {
background-image: url(http://localhost:8044/assets/mediafiles/offers-img/Icons\ \(3\).svg);
background-repeat: no-repeat;
z-index: 0;
height: 100%;
background-position: right bottom;
padding: 40px;
}
.offer-title,
.offer-description {
position: relative;
z-index: 2;
color: white;
}
.offer-title {
color: #171717;
font-size: 14px;
line-height: 16px;
font-weight: 500;
margin-bottom: 5px;
}
.offer-description {
font-size: 16px;
line-height: 24px;
font-weight: 500;
color: #262626;
}
.offer-description2 {
font-size: 16px;
line-height: 24px;
font-weight: 500;
color: #525252;
}
.mobile-card-reader {
display: flex;
border-radius: 32px;
background-color: #0092FF;
height: 200px;
margin-top: 15px;
overflow: hidden;
position: relative;
}
.mobile-card-text p:nth-child(1) {
font-size: 18px;
line-height: 28px;
font-weight: 500;
color: #FFFFFF;
padding-top: 40px;
padding-left: 40px;
margin-bottom: 5px;
}
.mobile-card-text p:nth-child(2) {
font-size: 16px;
font-weight: 500;
padding-left: 40px;
width: 299px;
color: #F5F5F5;
line-height: 24px;
}
.payany-where {
display: flex;
border-radius: 32px;
background-color: #019AD3;
height: 200px;
margin-top: 15px;
overflow: hidden;
}
.payany-where-text p:nth-child(1) {
font-size: 18px;
font-weight: 500;
color: #FFFFFF;
padding-top: 40px;
padding-left: 40px;
margin-bottom: 5px;
}
.payany-where-text p:nth-child(2) {
font-size: 18px;
font-weight: 500;
padding-left: 40px;
width: 299px;
color: #F5F5F5;
}
.mobile-card {
position: absolute;
right: 0;
bottom: 0;
}
.offers-subtext {
font-weight: 500;
font-size: 48px;
color: #171717;
line-height: 48px;
}
.offers-subtextp {
font-weight: 500;
font-size: 24px;
color: #525252;
margin-top: 16px;
line-height: 32px;
}
.offers-paymentprocessing {
font-size: 16px;
color: #525252;
line-height: 24px;
font-weight: 500;
}
.offer-bg-img {
height: 226px;
width: 226px;
}
.offers-paymenthead {
font-size: 32px;
line-height: 46px;
color: #171717;
font-weight: 500;
}
.off-col-1 {
width: 20%;
}
.off-col-2 {
width: 78%;
}
.off-pad-left {
padding-left: 8px;
}
.off-pad-right {
padding-right: 8px;
}
.offer-bg {
background: #F5F5F5;
margin-top: 80px;
padding-top: 50px;
padding-bottom: 50px;
border-radius: 60px;
}
.offer-head {
font-size: 64px;
text-align: center;
padding-top: 80px;
line-height: 86px;
}
.offer-p {
color: #737373;
font-weight: 500;
font-size: 24px;
text-align: center;
width: 912px;
margin-top: 8px;
margin-bottom: 0;
line-height: 32px;
}
.tools-head {
font-size: 64px; text-align: center;
padding-top: 80px;
line-height: 86px;
}
.tools-mobile {
display: none;
}
.tools-p {
color: #737373;
font-weight: 500;
font-size: 24px;
text-align: center; margin-top: 8px;
line-height: 32px;
}
.initial-image-width {
width: 30%;
}
.initial-text-width {
width: 70%;
}
.hover-image-width {
width: 70%;
}
.hover-text-width {
width: 30%;
}
.offers-row {
position: absolute;
height: 20px;
width: 53%;
height: 48px;
border-radius: 32px; left: 46%;
background: #EDFCFF;
}
.offer-img1 {
position: relative;
height: 436px;
width: 100%;
object-fit: cover;
border-radius: 32px;
}
.offer-img-2 {
position: relative;
height: 436px;
width: 100%;
object-fit: cover;
border-radius: 32px;
}
.processing-zero {
width: 50%;
}
.offers-row1 {
position: absolute;
height: 20px;
width: 44%;
height: 48px;
border-radius: 32px;
background: #D6F6FF;
}
.offers-col-1 {
position: relative;
z-index: 1;
width: 50%;
}
.offer-banner-main h2 {
font-size: 32px;
font-weight: 500;
margin-top: 213px;
padding-left: 16px;
line-height: 46px;
}
.offer-banner-main p {
font-size: 16px;
font-weight: 500;
padding-left: 16px;
color: #525252;
line-height: 24px; }
.offer-banner-main1 h2 {
font-size: 14px;
font-weight: 500;
padding-top: 8px;
padding-left: 16px;
line-height: 28px;
}
.offer-banner-main1 p {
font-size: 16px;
font-weight: 500;
padding-left: 16px;
color: #525252;
line-height: 22px;
margin-bottom: 0px;
}
.offers-col-2 {
display: flex;
flex-direction: row-reverse;
position: relative;
z-index: 1;
}
.offer-banner-submain h2 {
font-size: 32px;
font-weight: 500;
margin-top: 141px;
line-height: 46px;
}
.offer-banner-submain p {
font-size: 16px;
font-weight: 500;
color: #525252;
line-height: 28px;
width: 535px;
}
.offer-banner-submain1 h2 {
font-size: 14px;
font-weight: 500;
margin-top: 8px;
line-height: 16px;
}
.offer-banner-submain1 li {
font-size: 16px;
font-weight: 500;
color: #525252;
line-height: 24px;
}
.offers-row2 {
position: absolute;
right: 0;
height: 20px;
width: 41%;
height: 48px;
border-radius: 32px;
background: #D6F6FF;
}
.offers-row-2 {
position: absolute;
height: 20px;
width: 55%;
left: 1%;
height: 48px;
border-radius: 32px;
background: #EDFCFF;
}
.off-revrow {
display: flex;
flex-direction: row-reverse;
padding-top: 80px;
position: relative;
}
.offer-IE p:nth-child(1) {
color: #0092FF;
font-size: 24px;
line-height: 32px;
}
.offer-IE h2 {
font-size: 32px;
color: #171717
}
.offer-IE1 {
color: #171717;
font-size: 16px;
margin-top: 20px;
margin-bottom: 0px;
font-weight: 500;
line-height: 24px;
}
.offer-IE2 {
color: #171717;
font-weight: 500;
font-size: 16px;
margin-bottom: 0;
line-height: 24px;
}
.offer-bg-lower {
background: #F5F5F5;
margin-top: 80px;
padding-top: 80px;
padding-bottom: 80px;
}
.offer-img2 {
border-radius: 32px;
}
.line-offer {
border-top: 4px solid black;
width: 64px;
margin-top: 20px;
}
.offer-line2 {
border-top: 4px solid black;
width: 10%;
margin-top: 16px;
padding-left: 8px;
}
.offers-subtext {
font-weight: 500;
font-size: 56px;
color: #171717;
line-height: 67px;
}  .tools-vt-container {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
gap: 24px;
transition: all 0.5s ease;
}
.tools-vt-text {
background: #F5F5F5;
border-radius: 24px;
padding: 40px;
height: 320px;
width: 70%;
transition: width 0.5s ease;
}
.tools-vt-img {
background-position: center;
background-size: cover;
background-position: center right;
height: 320px;
border-radius: 32px;
width: 30%;
background-repeat: no-repeat;
transition: width 0.5s ease;
}
.tools-vt-img-tools {
object-fit: cover;
height: 100%;
width: 100%;
object-position: 80% 100%;
border-radius: 32px;
}
.vt-text1 {
font-size: 32px;
line-height: 46px;
font-weight: 500;
color: #171717;
}
.vt-text2 {
font-size: 14px;
line-height: 16px;
font-weight: 500;
color: #171717;
margin-top: 8px;
}
.vt-text3 {
font-size: 16px;
font-weight: 500;
color: #525252;
} .tools-vt-container1 {
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: space-between;
width: 100%;
transition: all 0.5s ease;
gap: 24px;
}
.tools-vt-text1 {
background: #EDFCFF;
border-radius: 24px;
padding: 40px;
height: 320px;
width: 70%;
transition: width 0.5s ease;
}
.tools-vt-img1 {
background-position: center;
background-size: cover;
height: 320px;
border-radius: 32px;
width: 30%;
background-repeat: no-repeat;
transition: width 0.5s ease;
}
.vt-text31 {
font-size: 16px;
font-weight: 500;
color: #525252;
} .tools-vt-container3 {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
transition: all 0.5s ease;
gap: 24px;
}
.tools-vt-text3 {
background: #EDFCFF;
border-radius: 24px;
padding: 40px;
height: 344px;
width: 70%;
transition: width 0.5s ease;
}
.tools-vt-img3 {
background-position: center;
background-size: cover;
height: 344px;
border-radius: 32px;
width: 30%;
background-repeat: no-repeat;
transition: width 0.5s ease;
}
.vt-text33 {
font-size: 16px;
font-weight: 500;
color: #525252;
} .tools-vt-container2 {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
gap: 24px;
transition: all 0.5s ease;
}
.tools-vt-text2 {
background: #F5F5F5;
border-radius: 24px;
padding: 40px;
height: 320px;
width: 70%;
transition: width 0.5s ease;
}
.tools-vt-img2 {
background-position: center;
background-size: cover;
height: 320px;
border-radius: 32px;
width: 30%;
background-repeat: no-repeat;
transition: width 0.5s ease;
}
.vt-text32 {
font-size: 16px;
font-weight: 500;
color: #525252;
} .tools-vt-container5 {
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: space-between;
width: 100%;
transition: all 0.5s ease;
gap: 24px;
}
.tools-vt-text5 {
background: #F5F5F5;
border-radius: 24px;
padding: 40px;
height: 320px;
width: 70%;
transition: width 0.5s ease;
}
.tools-vt-img5 { background-position: bottom;
background-size: cover; height: 320px;
border-radius: 32px;
width: 30%;
background-repeat: no-repeat;
transition: width 0.5s ease;
}  .vt-text35 {
font-size: 16px;
font-weight: 500;
color: #525252;
} .tools-vt-container4 {
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: space-between;
width: 100%;
transition: all 0.5s ease;
gap: 24px;
}
.tools-vt-text4 {
background: #F5F5F5;
border-radius: 24px;
padding: 40px;
height: 320px;
width: 70%;
transition: width 0.5s ease;
}
.tools-vt-img4 {
background-position: center;
background-size: cover;
height: 320px;
border-radius: 32px;
width: 30%;
background-repeat: no-repeat;
transition: width 0.5s ease;
}
.vt-text34 {
font-size: 16px;
font-weight: 500;
color: #525252;
}  .about-tab {
display: none;
}
.about-img {
min-width: 100%;
}
.about-img2 {
min-width: 100%;
}
.about-line1 {
border-top: 4px solid black;
width: 56px;
margin-top: 16px;
}
.about-line {
border-top: 4px solid black;
width: 56px;
margin-top: 16px;
}
.about-what {
font-size: 48px;
line-height: 60px;
font-weight: 500px;
}
.about-p {
font-size: 18px;
line-height: 28px;
font-weight: 500px;
color: #525252;
margin-bottom: 40px;
}
.about-title {
margin-bottom: 0px;
color: #A3A3A3;
font-weight: 500;
}
.about-head {
font-size: 48px;
font-weight: 500;
width: 640px;
line-height: 60px;
margin-bottom: 24px;
}
.about-text {
font-weight: 500;
font-size: 18px;
font-weight: 500;
color: #525252;
line-height: 28px;
}
.aboutcard-head { font-size: 24px;
font-weight: 500;
line-height: 32px;
color: #171717; }
.aboutcard-text {
font-size: 16px;
line-height: 24px;
font-weight: 500;
color: #525252;  }
.about-card-icon {
height: 64px;
width: 64px;
padding: 12px;
border-radius: 16px;
background: #0092FF; margin-bottom: 20px;
}
.about-mission {
font-size: 14px;
font-weight: 500;
line-height: 20px;
}
.about-vission {
font-size: 32px;
font-weight: 500; }
.about-vision-col2 {
width: 75%;
}
.about-vision-col1 {
width: 18%;
}
.about-box {
gap: 66px;
}
.setup-card-aboutus {
border-left: 6px solid #0092FF;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
border-top: none;
border-bottom: none;
border-right: none;
background: #EDFCFF;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
height: 216px;
display: flex;
align-items: unset; padding: 20px 32px;
}  .terms-head {
font-size: 48px;
font-weight: 500;
line-height: 60px;
text-align: left;
}
.terms-title {
margin-bottom: 0px;
color: #525252;
font-weight: 500;
font-size: 18px;
line-height: 28px;
}
.terms-text {
color: #525252;
font-size: 18px;
font-weight: 500;
line-height: 28px;
margin-top: 16px;
margin-bottom: 0px;
}
.info-text {
color: #525252;
font-size: 18px;
font-weight: 500;
line-height: 28px; }
.infocard-gap {
gap: 20px;
display: flex;
} .terms-subtext {
font-size: 18px;
line-height: 28px;
font-weight: 500;
margin-top: 24px;
margin-bottom: 0px;
}
.terms-line {
border-top: 4px solid black;
width: 56px;
margin-top: 24px;
}
.terms-subtext1 {
color: #171717;
font-size: 18px;
line-height: 28px;
font-weight: 700;
margin-top: 16px;
margin-bottom: 8px;
}
.refer-title {
margin-bottom: 0px;
color: #525252;
font-weight: 500;
line-height: 30px;
font-size: 18px;
}
.referral-lowerbox {
background-color: #EDFCFF;
border-radius: 32px;
padding: 40px 60px;
margin-top: 80px;
}
.ref-img-box {
position: relative;
height: 405px;
margin-top: 40px;
}
.ref-img-box img {
position: relative;
z-index: 1;
}
.ref-box {
position: absolute;
left: -57px;
border-radius: 24px;
bottom: 0;
height: 177px;
width: 520px;
background: #EDFCFF;
z-index: 0;
}
.reff-subtext {
font-size: 18px;
font-weight: 500;
margin-top: 8px;
width: 1048px; }   .input-container {
position: relative;
height: 52px; padding: 0px;
margin-top: 16px;
}
.quick-head {
font-size: 48px;
font-weight: 500;
line-height: 60px;
text-align: left;
}
.fieldset-gap {
display: flex;
gap: 100px;
}
.quick-title {
margin-bottom: 0px;
font-size: 18px;
line-height: 28px;
color: #525252;
font-weight: 500;
}
.quick-mt {
margin-top: 80px;
}
.quickApp-mt {
margin-top: 80px;
}
.quick-border-line {
border-top: 2px solid black;
width: 24px;
}
.quick-business-label_1 {
width: 100%;
font-size: 18px;
font-weight: 500;
color: #525252;
line-height: 28px;
}
.quick-text {
color: #525252;
font-size: 18px;
font-weight: 500;
padding-left: 4%;
line-height: 28px;
margin-top: 8px;
margin-bottom: 8px;
}
.quick-subtext {
font-size: 18px;
line-height: 28px;
font-weight: 500;
margin-bottom: 0px;
} .input-container p {
position: absolute;
top: -8px;
left: 10px;
background-color: white;
padding: 0 5px;
font-size: 18px;
color: #171717;
z-index: 1;
transition: all 0.3s ease;
pointer-events: none;
} .empty-box {
width: 100%;
height: 100%;
border: 1px solid #A3A3A3;
border-radius: 24px;
background-color: white;
}  .request-line {
border-top: 2px solid black;
width: 24px;
}
.request-head {
font-size: 48px;
line-height: 60px;
font-weight: 500;
width: 980px;
text-align: center;
}
.request-subtext {
font-size: 18px;
line-height: 28px;
font-weight: 500; margin-bottom: 0px;
}
.request-list {
color: #FAFAFA;
font-weight: 500;
width: 433px;
padding-left: 40px;
bottom: 25%;
margin-bottom: 0px;
position: absolute;
font-size: 18px;
line-height: 28px;
}  .echeck-subtext_1 { font-size: 24px;
line-height: 32px;
font-weight: 500;
}
.echeck-title {
margin-bottom: 0px;
font-size: 24px;
line-height: 32px;
color: #525252;
font-weight: 500;
}
.echeck-head {
font-size: 64px;
line-height: 86px;
font-weight: 500; text-align: center;
}
.echeck-head-lower {
font-size: 56px;
line-height: 67px;
font-weight: 500; text-align: center;
}
.echeck-text {
color: #737373;
font-size: 24px;
line-height: 32px;
font-weight: 500;
width: 969px;
text-align: center;
padding-top: 15px;
}
.echeck-button {
border: none;
background: #0092FF;
border-radius: 24px;
gap: 13px;
display: flex;
align-items: center;
justify-content: center;
}
.echeck-arrow {
background: #ffffff;
height: 46.33px;
width: 46.33px;
display: flex;
border-radius: 50%;
justify-content: center;
align-items: center;
margin-right: 3px;
}
.echeck-arrow-1 {
background: #ffffff;
height: 30px;
width: 30px;
display: flex;
border-radius: 50%;
justify-content: center;
align-items: center;
margin-right: 3px;
}
.echeck-arrow-svg {
width: 11px;
}
.echeck-button-text {
padding: 16px 0px 16px 10px;
font-size: 24px;
line-height: 32px;
color: #ffffff;
font-weight: 600;
text-decoration: none;
}
.echeck-button-text-1 {
padding: 8px 0px 8px 10px;
font-size: 24px;
line-height: 32px;
color: #ffffff;
font-weight: 600;
text-decoration: none;
}
.echeck-button-text:hover {
color: #ffffff;
}
.echeck-box { padding: 40px;
height: auto;
width: 48%;
background: #EDFCFF;
border: none;
border-radius: 24px;
position: relative;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}
.echeck-subbox {
position: absolute;
bottom: 25px;
width: 493px;
}
.echecksub-font {
font-size: 32px;
}
.echeck-align {
display: flex;
justify-content: center;
}
.echeck-subtext {
font-size: 32px;
line-height: 46px;
font-weight: 500;
margin-top: 24px;
margin-bottom: 0px;
}
.echeck-subtext-1 {
font-size: 30px;
line-height: 36px;
font-weight: 500;
margin-top: 8px;
margin-bottom: 40px;
}
.eCheck-list {
font-size: 16px;
font-weight: 600;
line-height: 24px;
color: #525252;
}
.echeck-img-left-box {
width: 50%;
}
.echeck-align-m {
width: 46.5%;
}
.echeck-img-mt {
gap: 40px;
margin-top: 80px;
}
.echeck-lower-img {
width: 100%;
height: 415px;
object-fit: cover;
border-radius: 32px;
}
.echeck-cost {
border-top: 1px solid #171717;
background: linear-gradient(0deg, rgba(248, 248, 248, 0.1) 57.35%, rgba(146, 146, 146, 0.1) 148.24%);
height: 124px;
}
.echeck-cost p {
font-size: 16px;
line-height: 24px;
color: #525252;
font-weight: 500;
margin-top: 15px;
}
.echeck-cost li {
padding-top: 10px;
padding-left: 15px;
}
.echeck-banner-box {
padding: 110px 733px 110px 40px;
position: absolute;
}
.echeck-banner {
border-radius: 32px;
width: 100%;
height: 440px;
object-fit: cover;
}
.echeck-card {
height: 358px;
width: 457px;
border-radius: 24px;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
background-color: #ffffff;
}
.echecks-work {
background-color: #F5F5F5;
position: absolute;
z-index: -1;
width: 100%;
left: 0;
right: 0;
top: 0;
bottom: 300px;
z-index: 0;
border-radius: 60px;
}
.echecks-w-text {
position: relative;
z-index: 1;
font-size: 56px;
line-height: 67px;
font-weight: 500;
padding-top: 80px;
padding-bottom: 80px;
padding-left: 135px;
}
.echeck-w-icon {
display: flex;
justify-content: center;
align-items: center;
height: 104px;
width: 104px;
border-radius: 50%;
background: #F5F5F5;
}
.indi-mt {
margin-top: 24px;
margin-bottom: 80px;
gap: 24px;
}
.pin-spacer {
height: 1140px !important;
}  .ms-gap {
gap: 24px;
}
.ms-tittle {
margin-bottom: 0px;
font-size: 24px;
line-height: 32px;
color: #525252;
font-weight: 500;
}
.ms-head {
font-size: 64px;
line-height: 86px;
font-weight: 500; text-align: center;
}
.ms-text {
color: #525252;
font-size: 24px;
line-height: 32px;
font-weight: 500;
width: 870px;
text-align: center;
padding-top: 15px;
}
.ms-card {
height: auto; border-radius: 24px;
padding: 24px 24px;
width: 48.6%; border: none;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}
.ms-card-h {
height: auto;
}
.ms-all-card {
margin-top: 430px;
}
.ms-img-icons {
height: 104px;
width: 104px;
background: #F5F5F5;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%; }
.ms-img-text { padding-top: 25px;
}
.ms-card-text {
font-size: 32px;
font-weight: 500;
color: #171717;
line-height: 46px;
}
.ms-img-text p {
font-size: 16px;
line-height: 24px;
color: #525252;
font-weight: 500;
margin-top: 15px;
margin-bottom: 0px; }
.vx-520 {
position: relative;
background-color: #FFDFA4;
height: 520px;
width: 36%;
padding: 40px;
border: none;
border-radius: 32px;
overflow: hidden;
}
.vx-520-img {
position: absolute;
bottom: 0;
right: 0;
z-index: 0;
}
.vx-520-machine1 {
width: 51%;
height: 754px;
min-width: 160px;
float: inline-end;
border-radius: 0;
shape-outside: circle();
}
.vx-520-machine2 {
height: 656px;
min-width: 179px;
float: inline-end;
border-radius: 0;
shape-outside: circle();
}
.vx570-card-w {
width: 332px;
}
.vx570-card-w-img {
width: 308px;
}
.vx570-card-w-img img {
position: absolute;
right: 40px;
bottom: 40px;
}
.ict-img-left {
position: absolute;
top: 25%
}
.ict-img-right {
position: absolute;
right: 0px;
bottom: 0px;
}
.inci-img {
width: 308px;
}
.vx-520-machine {
position: absolute;
bottom: 26px;
right: 20px;
z-index: 1;
width: 250px;
}
.vx-520-text {
font-size: 16px;
line-height: 24px;
font-weight: 500; color: #525252;
}
.vx-head {
font-size: 32px;
line-height: 46px;
font-weight: 500;
margin-bottom: 8px; }
.VX570-dc {
position: relative;
background-color: #D6F6FF;
height: 520px;
padding: 40px;
width: 36%;
border: none;
border-radius: 32px;
}
.VX570-dc-machine {
position: absolute;
bottom: 40px;
right: 74px;
z-index: 1;
}
.vx570-text {
font-size: 18px;
font-weight: 500;
width: 326px;
color: #262626;
}
.vx570-text1 {
font-size: 16px;
line-height: 24px;
font-weight: 500;
width: auto;
color: #525252;
}
.vx570-text2 {
font-size: 16px;
line-height: 24px;
font-weight: 500;
width: 308px;
color: #525252;
}
.vx570-text3 {
font-size: 16px;
font-weight: 500;
line-height: 24px;
width: 346px;
color: #525252;
}
.vx570-text4 {
font-size: 16px;
line-height: 24px;
font-weight: 500;
width: 346px;
color: #525252;
}
.vx570-text5 {
font-size: 16px;
line-height: 24px;
font-weight: 500;
width: auto;
color: #525252;
}
.phone-card {
position: relative;
background-color: #D5FBEC;
height: 520px;
width: 36%; padding: 40px;
border: none;
border-radius: 32px;
}
.phone-machine {
position: absolute;
bottom: -164px;
right: -34px;
z-index: 1;
width: 250px;
}
.phone-img {
position: absolute;
bottom: 0;
left: 0;
z-index: 0;
}
.ict-card {
position: relative;
background-color: #EAE9FD;
height: 520px;
padding: 40px;
width: 61.9%;
background-color: #FDE9F5;
overflow: hidden;
border: none;
border-radius: 32px;
}
.ict-card-220 {
position: relative;
background-color: #EAE9FD;
height: 520px;
width: 61.9%;
padding: 40px;
border: none;
border-radius: 32px;
}
.vx-ict-card {
position: relative;
background-color: #EAE9FD;
height: 520px;
padding: 40px;
border: none;
border-radius: 32px;
width: 61.9%;
}
.ict-img {
position: absolute;
left: 0;
z-index: 0;
}
.ict-img2 {
position: absolute;
top: 0;
z-index: 0;
}
.ict-img3 {
position: absolute;
bottom: 0;
left: 110px;
}
.ict-img4 {
position: absolute;
bottom: 0;
left: 110px;
}
.ict-card-bg {
background-image: url(http://localhost:8044/assets/mediafiles/merchant-services/Group 1244830901.svg);
background-repeat: no-repeat;
background-position: right;
}
.mer-lower {
position: absolute;
background: #F5F5F5;
height: 680px;
border-radius: 60px;
}
.mer-lower p {
color: #525252;
font-weight: 500;
line-height: 32px; font-size: 24px;
padding-left: 12px;
}
.mer-lower h2 {
color: #171717;
font-weight: 500;
font-size: 56px;
line-height: 67px;
padding-left: 12px;
}  .incorporation-head {
font-size: 48px;
width: 740px;
font-weight: 500;
line-height: 60px;
}
.incorporation-text {
color: #525252;
width: 740px;
font-size: 18px;
font-weight: 500;
text-align: center;
margin-top: 8px;
line-height: 28px;
}
.inco-text {
font-size: 32px;
color: #0092FF;
font-weight: 500;
margin-bottom: 8px;
}
.info-line {
border-top: 4px solid black;
width: 56px;
}
.inc-upper-title {
font-size: 18px;
line-height: 28px;
margin-bottom: 0px;
color: #525252;
font-weight: 500;
text-align: center;
}
.inco-subtext {
color: #525252;
font-size: 18px;
font-weight: 500;
}
.info-card-head {
font-size: 28px;
font-weight: 500;
color: #171717;
}
.info-card-text {
font-size: 18px;
color: #525252;
font-weight: 500;
}
.inco-card {
border-radius: 24px;
border: none;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
padding: 24px;
}
.inco-card1 {
border-radius: 24px;
border: none;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
padding: 40px;
}
.inco-business-head {
font-size: 32px;
font-weight: 500;
color: #171717;
}
.inco-business-text {
color: #525252;
font-size: 18px;
font-weight: 500;
}
.mt-20 {
margin-top: 20px;
}
.dropzone {
border: 1px dashed #A3A3A3;
height: 150px;
border-radius: 8px;
background: #FAFAFA;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.brow-button {
background: #0092FF;
color: #fff;
border: none;
border-radius: 4px;
padding: 7px 15px;
}
.alldocs-submit {
width: 100%;
border: none;
color: #FFFFFF;
border-radius: 24px;
background-color: #0092FF;
height: 44px;
font-size: 18px;
font-weight: 600;
}
.inco-page-subtext {
font-size: 18px;
font-weight: 500;
line-height: 28px;
margin-bottom: 0;
}  .webmain-text {
display: flex;
flex-direction: column;
text-align: center;
}
.webmain-text p {
color: #525252;
font-size: 24px;
font-weight: 500;
line-height: 32px;
margin-bottom: 8px;
}
.webmain-text h2 {
font-size: 64px;
line-height: 86px;
font-weight: 500;
}
.web-align {
height: 60vh;
padding: 0;
display: flex;
flex-direction: column;
justify-content: center;
padding-top: 80px;
} input[type="radio"] {
height: 32px;
width: 24px;
}
#horizontal-scoll {
position: relative;
z-index: 1;
top: 0px !important;
}
.horizontal-scoll-wrapper {
overflow: hidden;
height: 525px;
}
.horizontal {
display: flex;
height: 100%;
}
.horizontal>div {
display: flex;
flex-shrink: 0;
}
.horizontal>div:first-child {
padding-left: 135px;
}
.horizontal>div:last-child {
padding: 0 15px 0 5px;
}
.horizontal .card {
align-items: stretch;
border: none;
width: 457px;
height: 358px;
padding: 54px 38px;
background: #ffffff;
border-radius: 24px;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
color: #f6f2e8;
}
.horizontal-card-num {
position: absolute;
font-weight: 500;
top: 59px;
left: 199px;
font-size: 120px;
line-height: 240px;
color: #F5F5F599;
z-index: 0;
pointer-events: none;
}
.echeck-w-content h3 {
position: relative;
color: #171717;
font-size: 32px;
line-height: 46px;
font-weight: 500;
z-index: 1;
}
.echeck-w-content p {
position: relative;
color: #525252;
font-size: 16px;
line-height: 24px;
font-weight: 500;
}
.requestdemo-img {
width: 100%;
height: 294px;
}
.alldocs-label-2 {
font-size: 18px;
font-weight: 500;
color: #525252;
width: 452px;
}
.alldocs-label-1 {
font-size: 18px;
font-weight: 500;
color: #525252;
}
.alldocs-text-1 {
font-size: 16px;
font-weight: 500;
}
.alldocs-text-2 {
font-size: 14px;
font-weight: 400;
color: #525252;
}
.footer-all-icon {
display: flex;
justify-content: end;
}
.footer-all-text {
display: flex;
justify-content: center;
align-items: center;
}
.logo-row {
display: flex;
align-items: center;
}
.extrapage-arrow {
width: 100%;
}
.left-img-container,
.right-img-container {
flex: 1; display: flex;
justify-content: center; height: 100%; max-width: 100%; }
.web-align {
flex-shrink: 0; text-align: center; }
img {
max-width: 100%; height: auto; }
.blog-date
{
min-width: 190px !important;
}
.container-fluid.nav-bar.scrolled{
padding: 0px 30px !important;
overflow: hidden;
}
@media (max-width:576px){
span.wpcf7-form-control.wpcf7-radio span {
margin-bottom: 20px !important;
}
}.container-fluid {
padding: 0 4% !important;
}
@media screen and (min-width: 1915px) {
.container-fluid { }
.scrolled-navbar {
width: 1440px;
}
.blog-head {
font-size: 72px;
line-height: 86px;
width: 964px;
}
.ms-card {
width: 49.2%;
}
.blog-keywords {
font-size: 20px;
line-height: 28px;
}
.blog-dropdown {
height: 68px;
width: 224px;
font-size: 30px;
font-weight: 500;
}
.blog-date p {
margin-bottom: 0;
font-size: 20px;
line-height: 28px;
}
.blog-card-body {
padding: 24px 240px 24px 24px;
position: relative;
}
.card-subtitle {
color: #0092FF;
font-size: 20px;
font-weight: 500;
line-height: 28px;
}
.card-blog-title {
font-size: 30px;
font-weight: 500;
line-height: 36px;
}
.card-title-p {
color: #525252;
font-size: 18px;
line-height: 28px;
font-weight: 500;
} .blog-downward img {
height: 8px;
}
.left-card {
width: 520px;
}
.more-blogs {
font-family: 'Stolzl';
font-size: 64px;
font-weight: 500;
line-height: 86px;
}
.blogs-list {
font-size: 30px;
line-height: 36px;
}
.singblog-img {
top: -22px;
}
.singleblog-head {
font-weight: 500;
font-family: 'Stolzl';
font-size: 40px;
width: unset;
margin-top: 8px;
line-height: 48px;
}
.solution-below-text {
color: #525252;
font-size: 16px;
font-weight: 500;
width: 360px;
line-height: 20px;
}
.label-singleform {
font-size: 24px !important;
line-height: 32px;
padding-left: 16px;
}
.single-blog-img {
width: 100%;
border-radius: 24px;
}
.singleblog-mainhead {
font-size: 30px;
line-height: 36px;
font-weight: 500;
width: 674px;
}
.singleblog-maintext {
line-height: 28px;
font-weight: 500;
font-size: 20px;
color: #525252;
}
.faq-head {
font-family: 'Stolzl';
font-size: 72px;
line-height: 86px;
text-align: center;
margin-top: 16px;
}
.faq-p {
color: #737373;
font-weight: 500;
font-size: 30px;
line-height: 36px;
text-align: center;
width: 1060px;
margin-top: 8px;
}
.faq-content-h1 {
color: #171717;
font-size: 30px;
line-height: 36px;
font-weight: 500;
width: auto; }
.faq-content-p {
color: #525252;
font-size: 20px;
font-weight: 500;
width: auto;
line-height: 28px;
margin-top: 8px;
}
.searching {
font-size: 48px;
line-height: 48px;
margin-bottom: 16px;
}
.searching-p {
font-size: 30px;
font-weight: 400;
line-height: 36px;
color: #525252;
}
.getintouch-button {
padding-left: 17px;
height: 64px;
width: 247px;
gap: 8px;
border-radius: 24px;
font-size: 30px;
line-height: 36px;
}
.careers-head {
font-size: 72px;
line-height: 86px;
width: 774px;
}
.blog-p {
color: #737373;
font-weight: 500;
font-size: 30px;
line-height: 36px;
text-align: center;
width: 930px;
padding-top: 16px;
}
.career-p {
color: #737373;
font-weight: 500;
font-size: 30px;
line-height: 36px;
text-align: center;
width: 930px;
padding-top: 16px;
}
.career-img {
width: 100%;
}
.career-img-2 {
width: 100%;
}
.career-box {
display: flex;
align-items: center;
background-color: #0092FF;
border-radius: 32px;
margin-top: 10px;
padding: 58px 138px;
}
.career-box p {
color: #FFFFFF;
font-size: 30px;
font-weight: 500;
line-height: 36px;
text-align: center;
font-family: inherit;
}
.career-unlock-text {
font-size: 40px;
font-weight: 500;
line-height: 48px;
width: 500px;
}
.career-right-text {
font-size: 20px;
font-weight: 500;
line-height: 28px;
}
.ess-box {
display: flex;
gap: 95px;
}
.essentials-text-lower {
color: #525252;
font-size: 20px;
line-height: 28px;
}
.essentials-text {
font-size: 30px;
line-height: 36px;
}
.recruitment-process-text {
font-size: 30px;
line-height: 36px;
font-weight: 500;
padding-bottom: 80px;
width: 844px;
}
.ag-timeline-card_item {
width: 730px;
padding: 3px 14px;
}
.ag-timeline-card_img-box p:nth-child(1) {
font-size: 30px;
line-height: 36px;
}
.ag-timeline-card_img-box p:nth-child(2) {
font-size: 20px;
line-height: 28px;
}
.career-num {
border-radius: 50%;
height: 60px;
width: 60px;
padding: 12px 12px;
}
.blog-head {
font-size: 72px;
line-height: 86px;
width: 1074px;
}
.news-box-img {
width: 1560px;
height: 460px;
border-radius: 32px;
overflow: hidden;
position: relative;
}
.news-banner-img {
border-radius: 32px;
width: 100%;
}
.news-banner-text-upper {
height: 36px;
width: 100px;
padding: 4px 8px;
border-radius: 8px;
background: white;
font-size: 20px;
line-height: 28px;
color: #171717;
}
.news-banner-text-lower {
color: #FFFFFF;
font-size: 36px;
line-height: 40px;
font-weight: 500;
margin-top: 11px;
width: 1190px;
}
.news-banner-text-upper1 {
width: 77px;
height: 35px;
font-size: 20px;
line-height: 28px;
color: #171717;
font-weight: 600;
padding: 4px 8px;
border-radius: 8px;
background: #FFFFFF;
margin-bottom: 8px;
}
.news-banner-text-upper2 {
width: 101px;
height: 35px;
font-size: 20px;
line-height: 28px;
}
.news-banner-text-lower1 {
color: #FFFFFF;
font-size: 36px;
line-height: 40px;
font-weight: 500;
}
.news-banner-text1 {
text-align: left;
position: absolute; }
.newsroom-head {
font-family: 'Stolzl';
font-size: 64px;
line-height: 60px;
color: #171717;
line-height: 86px;
margin-top: 80px;
margin-bottom: 0px;
}
.blog-keywords1 {
border: 1px solid #525252;
border-radius: 24px;
padding: 8px 16px;
width: fit-content;
font-size: 20px;
line-height: 28px;
font-weight: 500;
color: #525252;
}
.Product-head {
color: #171717;
font-size: 40px;
font-family: 'Stolzl';
line-height: 48px;
margin-top: 40px;
}
.news-card-body {
padding: 24px 120px 24px 24px;
position: relative;
}
.news-card {
border-radius: 32px;
height: auto;
padding: 0;
width: 31.50%;
}
.card-news-title {
font-size: 30px;
font-weight: 500;
line-height: 32px;
color: #171717;
line-height: 36px;
}
.newscard-title-p {
color: #525252;
font-size: 20px;
line-height: 28px;
}
.blog-card-img {
border-top-left-radius: 32px;
border-top-right-radius: 32px;
transition: all 0.8s;
object-fit: cover;
height: 360px;
}
.touch-section {
height: 180px;
}
.tools-head {
font-family: 'Stolzl';
font-size: 72px;
width: 1312px;
text-align: center;
padding-top: 80px;
line-height: 86px;
}
.tools-p {
color: #737373;
font-weight: 500;
font-size: 30px;
text-align: center;
width: 1312px;
margin-top: 8px;
line-height: 36px;
}
.tools-vt-text {
height: 396px;
}
.tools-vt-img {
height: 396px;
}
.tools-vt-text1 {
height: 396px;
}
.tools-vt-img1 {
height: 396px;
}
.tools-vt-text2 {
height: 396px;
}
.tools-vt-img2 {
height: 396px;
}
.tools-vt-text3 {
height: 396px;
}
.tools-vt-img3 {
height: 396px;
}
.tools-vt-text4 {
height: 396px;
}
.tools-vt-img4 {
height: 396px;
}
.tools-vt-text5 {
height: 396px;
}
.tools-vt-img5 {
height: 396px;
}
.vt-text2 {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
color: #171717;
margin-top: 8px;
}
.offer-head {
font-family: 'Stolzl';
font-size: 72px;
width: auto;
text-align: center;
padding-top: 80px;
line-height: 86px;
}
.offer-p {
color: #737373;
font-weight: 500;
font-size: 30px;
text-align: center;
width: 1312px;
margin-top: 8px;
line-height: 36px;
}
.vt-text1 {
font-family: 'Stolzl';
font-size: 40px;
line-height: 48px;
font-weight: 500; }
.vt-text3 {
font-size: 20px;
line-height: 28px;
font-weight: 500; }
.vt-text31 {
font-size: 20px;
line-height: 28px;
font-weight: 500;
}
.vt-text32 {
font-size: 20px;
line-height: 28px;
font-weight: 500; }
.vt-text34 {
font-size: 20px;
line-height: 28px;
font-weight: 500; }
.vt-text33 {
font-size: 20px;
line-height: 28px;
font-weight: 500; }
.vt-text35 {
font-size: 20px;
line-height: 28px;
font-weight: 500; }
.tools-vt-img-tools {
object-fit: cover;
height: 396px;
object-position: 80% 100%;
border-radius: 32px;
width: 100%;
}
.ms-tittle {
margin-bottom: 0px;
font-size: 30px;
line-height: 36px;
color: #525252;
font-weight: 500;
}
.ms-head {
font-family: 'Stolzl';
font-size: 72px;
line-height: 86px;
font-weight: 500;
width: 1200px;
text-align: center;
}
.ms-text {
color: #525252;
font-size: 30px;
line-height: 36px;
font-weight: 500;
width: 1200px;
text-align: center;
padding-top: 15px;
}
.ms-card-text {
font-family: 'Stolzl';
font-size: 40px;
font-weight: 500;
color: #171717;
line-height: 49px;
}
.ms-img-text p {
font-size: 20px;
line-height: 28px;
color: #525252;
font-weight: 500;
margin-top: 15px;
width: auto;
}
.vx-520 {
position: relative;
background-color: #FFDFA4;
height: 545px;
}
.vx-520-machine {
position: absolute;
bottom: 52px;
right: 48px;
z-index: 1;
width: auto;
}
.vx-head {
font-family: 'Stolzl';
font-size: 40px;
line-height: 48px;
font-weight: 500;
margin-bottom: 8px; }
.vx-520-machine1 {
width: 348px;
height: 909px;
min-width: 160px;
float: inline-end;
border-radius: 0;
shape-outside: circle();
}
.vx-520-text {
font-size: 20px;
line-height: 28px;
font-weight: 500;
width: 465px; }
.vx570-text1 {
font-size: 20px;
line-height: 28px;
font-weight: 500;
width: 596px;
}
.vx570-text2 {
font-size: 20px;
line-height: 28px;
font-weight: 500;
width: 455px;
}
.ict-img-left {
left: 62%;
}
.vx570-text3 {
font-size: 20px;
font-weight: 500;
line-height: 28px;
width: auto;
}
.vx570-text4 {
font-size: 20px;
line-height: 28px;
font-weight: 500;
width: 346px;
}
.vx570-text5 {
font-size: 20px;
line-height: 28px;
font-weight: 500;
width: 400px;
}
.ict-card {
height: 545px;
}
.VX570-dc {
height: 595px;
}
.vx-ict-card {
height: 595px;
}
.phone-card {
height: 595px;
}
.ict-card-220 {
height: 595px;
}
.phone-machine {
position: absolute;
bottom: -219px;
right: -34px;
z-index: 1;
width: auto;
}
.vx-520-machine2 {
height: 736px;
min-width: 251px;
float: inline-end;
border-radius: 0;
shape-outside: circle();
}
.echeck-title {
margin-bottom: 0px;
font-size: 30px;
line-height: 36px;
color: #525252;
font-weight: 500;
}
.echeck-head {
font-family: 'Stolzl';
font-size: 72px;
line-height: 86px;
width: 1069px;
text-align: center;
}
.echeck-text {
font-size: 30px;
line-height: 36px;
font-weight: 500;
width: 1069px;
text-align: center;
padding-top: 15px;
}
.echeck-banner {
border-radius: 32px;
width: 100%;
height: 440px;
object-fit: cover;
}
.echeck-subbox {
position: absolute;
bottom: 25px;
width: auto;
}
.echeck-from-p {
font-family: 'Stolzl';
font-size: 40px;
line-height: 48px;
font-weight: 500;
} .eCheck-list {
font-size: 20px;
line-height: 28px;
font-weight: 600;
color: #525252;
}
.echeck-subtext {
font-family: 'Stolzl';
font-size: 40px;
line-height: 48px;
font-weight: 500;
margin-top: 24px;
margin-bottom: 0px;
}
.echeck-align-m {
width: 47.3%;
}
.echeck-cost li {
padding-top: 16px;
padding-left: 15px;
} .echeck-button-text {
padding: 16px 0px 16px 10px;
font-size: 30px;
line-height: 36px;
color: #ffffff;
font-weight: 600;
}
.echeck-banner-box {
padding: 98px 1040px 98px 40px;
position: absolute;
}
.echeck-box {
height: 348px;
}
.horizontal>div:first-child {
padding-left: 175px;
}
.echecks-w-text {
position: relative;
z-index: 1;
font-size: 64px;
line-height: 86px;
font-weight: 500;
padding-top: 80px;
padding-bottom: 80px;
font-family: 'Stolzl';
padding-left: 175px;
}
.horizontal .card {
align-items: stretch;
border: none;
width: 557px;
height: 358px;
padding: 54px 40px;
background: #ffffff;
border-radius: 24px;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
color: #f6f2e8;
}
.echeck-w-content h3 {
position: relative;
color: #171717;
font-size: 40px;
line-height: 48px;
font-weight: 500;
font-family: 'Stolzl';
z-index: 1;
}
.echeck-w-content p {
position: relative;
color: #525252;
font-size: 20px;
line-height: 28px;
font-weight: 500;
}
.echeck-lower-img {
width: 100%;
height: 432px;
object-fit: cover;
border-radius: 32px;
}
.echecksub-font {
font-size: 40px;
line-height: 48px;
}
.echeck-subtext-1 {
font-size: 30px;
line-height: 36px;
font-weight: 500;
margin-top: 15px;
}
.echeck-align {
display: flex;
justify-content: unset;
}
.echeck-head-lower {
font-size: 64px;
line-height: 86px;
}
.echeck-subtext_1 {
font-family: 'Stolzl';
font-size: 30px;
line-height: 36px;
font-weight: 500;
}
.echeck-cost p {
font-size: 20px;
line-height: 28px;
color: #525252;
font-weight: 500;
margin-top: 15px;
}
.echeck-w-icon {
display: flex;
justify-content: center;
align-items: center;
height: 170px;
width: 90px;
border-radius: 50%;
background: #F5F5F5;
}
.about-title {
font-size: 18px;
line-height: 28px;
position: relative;
top: 30px;
}
.about-img {
width: 100%;
height: 368px;
object-fit: cover;
border-radius: 32px;
}
.about-head {
font-family: 'Stolzl';
font-size: 64px;
font-weight: 500;
width: unset;
line-height: 86px;
margin-bottom: 24px;
}
.about-text {
font-weight: 500;
font-size: 20px;
font-weight: 500;
color: #525252;
line-height: 28px;
}
.about-img2 {
height: 680px; object-fit: cover;
border-radius: 32px;
}
.about-what {
font-size: 64px;
line-height: 86px;
font-weight: 500px;
font-family: 'Stolzl';
}
.about-p {
font-size: 30px;
line-height: 36px;
font-weight: 500px;
font-family: 'Stolzl';
color: #525252;
margin-bottom: 40px;
}
.aboutcard-head {
font-family: 'Stolzl';
font-size: 30px;
font-weight: 500;
line-height: 36px;
color: #171717;
padding-left: 0px;
}
.aboutcard-text {
font-size: 20px;
line-height: 28px;
font-weight: 500;
color: #525252;
width: unset;
padding-left: 0px;
}
.about-mission {
font-family: 'Stolzl';
font-size: 18px;
font-weight: 500;
line-height: 28px;
}
.about-vision-col1 {
width: 17%;
}
.about-vision-col2 {
width: 78%;
}
.setup-card-aboutus {
height: 228px;
}
.about-card-icon {
margin-left: 0px;
}
.about-vission {
font-family: 'Stolzl';
font-size: 40px;
line-height: 48px;
font-weight: 500;
}
.exp-img1 {
width: 100%;
}
.exp-img2 {
width: 100%; max-width: 509px;
}
.exp-img3 {
width: 100%;
}
.lets-talk {
position: absolute;
bottom: 0;
width: 155px;
font-size: 30px;
line-height: 36px;
border: 1px solid black;
border-radius: 24px;
display: flex;
flex-direction: column;
align-items: center;
height: 94px;
justify-content: center;
}
.expert-from-p {
font-family: 'Stolzl';
font-size: 64px;
line-height: 86px;
font-weight: 500;
}
.expert-form-text {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.expert-submit {
font-size: 30px;
line-height: 36px;
}
.arrow-button-expert {
height: 46px;
width: 46px;
}
.expert-custom-width {
width: 1560px;
}
.expert-advice-text {
font-family: 'Stolzl';
font-size: 64px;
width: 774px;
line-height: 86px;
}
.enquires-text {
font-family: 'Stolzl';
font-size: 18px;
font-weight: 500;
line-height: 28px;
}
.expert-details p:nth-child(1) {
font-size: 30px;
font-weight: 600;
color: #262626;
line-height: 36px;
}
.expert-details p:nth-child(2) {
font-size: 20px;
font-weight: 400;
color: #262626;
line-height: 28px;
margin-bottom: 0px;
}
.expert-details p:nth-child(3) {
font-size: 30px;
font-weight: 600;
color: #262626;
line-height: 36px;
margin-bottom: 0px;
margin-top: 16px;
}
.expert-connect {
font-size: 18px;
line-height: 28px;
font-weight: 500;
font-family: 'Stolzl';
}
.expert-head {
font-family: 'Stolzl';
font-size: 72px;
text-align: center;
margin-top: 80px;
line-height: 86px;
}
.expert-p {
color: #737373;
font-weight: 500;
font-size: 30px;
text-align: center;
margin-top: 8px;
width: 912px;
line-height: 36px;
}
.offer-img1 {
width: 100%;
height: 436px;
object-fit: cover;
border-radius: 32px;
}
.offer-img-2 {
width: 100%;
height: 436px;
object-fit: cover;
border-radius: 32px;
}
.offer-banner-main h2 {
font-size: 40px;
line-height: 48px;
}
.offer-banner-main p {
font-size: 20px;
font-weight: 500; color: #525252;
line-height: 28px;
margin-top: 8px;
}
.processing-zero {
width: 50%;
padding-right: 0;
}
.offer-banner-main1 h2 {
font-family: 'Stolzl';
font-size: 18px;
font-weight: 500;
padding-top: 8px; line-height: 28px;
}
.offer-banner-main1 p {
font-size: 20px;
font-weight: 500;  color: #525252;
line-height: 28px;
}
.offers-col-1 {
position: relative;
z-index: 1;
width: 43%;
}
.processing-zero {
width: 57%;
padding-right: 0;
}
.offers-row {
left: 40%;
}  .offer-banner-submain1 li {
font-size: 20px;
font-weight: 500;
color: #525252;
line-height: 28px;
}
.offer-banner-submain h2 {
font-size: 40px;
font-family: 'Stolzl';
font-weight: 500;
margin-top: 96px;
line-height: 48px;
}
.offers-row-2 {
width: 60%;
}
.offer-banner-submain p {
font-size: 20px;
font-weight: 500;
color: #525252;
line-height: 28px;
width: 745px;
}
.offer-banner-submain1 h2 {
font-family: 'Stolzl';
font-size: 18px;
font-weight: 500;
margin-top: 8px;
line-height: 28px;
}
.offer-banner-submain1 p {
font-size: 20px;
font-weight: 500;
color: #525252;
line-height: 28px;
width: 745px;
}
.offer-bg-img {
width: 240px;
height: 240px;
}
.offers-paymenthead {
font-family: 'Stolzl';
font-size: 39px;
line-height: 48px;
color: #171717;
font-weight: 500;
}
.line-offer {
border-top: 4px solid black;
width: 64px;
margin-top: 21px;
}
.offers-paymentprocessing {
font-size: 20px;
line-height: 28px;
color: #525252;
font-weight: 500;
}
.offer-img2 {
width: 240px;
height: 240px;
}
.offer-line2 {
border-top: 4px solid black;
width: 10%;
margin-top: 20px;
padding-left: 8px;
}
.offers-subtextp {
font-size: 30px;
line-height: 36px;
}
.offer-title {
font-family: 'Stolzl';
color: #171717;
font-size: 18px;
font-weight: 500; margin-bottom: 5px;
}
.offer-description {
font-size: 20px;
line-height: 28px; }
.offer-description2 {
font-size: 20px;
font-weight: 500;
line-height: 28px;
color: #525252;  }
.offer-box1 {
height: 200px;
}
.offer-box2 {
height: 200px;
}
.offer-box3 {
height: 200px;
}
.offer-box4 {
height: 228px;
}
.offer-box5 {
height: 228px;
}
.offer-box6 {
height: 228px;
}
.offer-box7 {
height: 228px;
}
.offer-box8 {
height: 228px;
}
.offer-box9 {
height: 228px;
}
.mobile-card-text p:nth-child(1) {
font-size: 18px;
line-height: 28px;
}
.mobile-card-text p:nth-child(2) {
font-size: 20px;
line-height: 28px;
width: 390px;
}
.payany-where-text p:nth-child(1) {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
}
.payany-where-text p:nth-child(2) {
font-size: 20px;
line-height: 28px;
font-weight: 500;
padding-left: 40px;
width: 399px;
color: #F5F5F5;
}
.offer-IE p:nth-child(1) {
color: #0092FF;
font-size: 30px;
line-height: 36px;
}
.offer-IE h2 {
font-family: 'Stolzl';
font-size: 40px;
line-height: 48px;
color: #171717;
}
.offer-IE1 {
color: #171717;
font-size: 20px;
margin-top: 20px;
margin-bottom: 0px;
font-weight: 500;
line-height: 28px;
}
.offer-IE2 {
color: #171717;
font-weight: 500;
font-size: 20px;
line-height: 28px;
}
.ag-timeline_line {
left: 9px;
}
.terms-title {
font-size: 20px;
line-height: 28px;
}
.terms-subtext {
font-family: 'Stolzl';
font-size: 20px;
line-height: 28px;
font-weight: 500;
margin-top: 24px;
margin-bottom: 0px;
}
.request-subtext {
font-family: 'Stolzl';
font-size: 20px;
line-height: 28px;
font-weight: 500; margin-bottom: 0px;
}
.quick-subtext {
font-family: 'Stolzl';
font-size: 20px;
line-height: 28px;
font-weight: 500;
margin-bottom: 0px;
} .terms-text {
color: #525252;
font-size: 20px;
font-weight: 500;
line-height: 28px;
}
.quick-text {
color: #525252;
font-size: 20px;
font-weight: 500;
line-height: 28px;
padding-left: 3%;
}
.info-text {
color: #525252;
font-size: 20px;
font-weight: 500;
line-height: 28px;
}
.terms-subtext1 {
color: #171717;
font-size: 20px;
line-height: 36px;
font-weight: 700;
}
.reff-subtext {
font-family: 'Stolzl';
font-size: 20px;
font-weight: 500;
margin-top: 8px;
width: 1048px; }
.footer-left-para {
font-size: 18px;
margin-top: 24px;
line-height: 28px;
width: 360px;
}
.footer-call-head {
color: #A3A3A3;
font-size: 18px;
line-height: 28px;
}
.footer-call-text {
font-size: 24px;
line-height: 32px;
color: #FFFFFF;
}
.Information-card {
width: 360px;
height: 229px;
border-radius: 24px;
background: #2F2F2F;
padding: 16px 16px;
}
.footer-head {
color: #FFFFFF;
font-size: 30px;
line-height: 36px;
font-weight: 600;
margin-bottom: 8px;
}
.footer-links {
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin-bottom: 8px;
color: #A3A3A3;
}
.social-icons {
position: absolute;
bottom: 20px;
}
.footer-cards {
display: flex;
gap: 16px;
position: absolute;
bottom: 20px;
}
.footer-logo {
width: 311px;
}
.integration-width {
width: 280px;
}
.footer-single-blog {
padding-left: 10px;
font-size: 18px;
line-height: 28px;
width: 285px;
font-weight: 400;
color: #D4D4D4;
margin-bottom: 0px;
}
.footer-para1 p {
color: #D4D4D4;
font-size: 18px;
line-height: 28px;
font-weight: 400;
width: 360px;
margin-top: 24px;
}
.got_question {
font-size: 24px;
line-height: 28px;
font-weight: 500;
font-family: 'Stolzl';
color: #FFFFFF;
}
}
@media screen and (min-width:1201px) and (max-width:1430px) {
.container-fluid { }
}
@media (max-width:1200px) {
.col-xl-7.col-lg-12.col-12,
.col-xl-5.col-lg-12.col-12.left-card {
width: auto !important;
margin: 0 4%;
}
.single-box-form {
flex-direction: column;
width: 100%;
}
.single-input-box {
width: auto;
}
.payment-box {
width: auto !important;
}
}
@media screen and (min-width:1435px) and (max-width:1670px) {
.container-fluid { }
}
@media screen and (min-width:1675px) and (max-width:1910px) {
.container-fluid { }
.career-box {
display: flex;
background-color: #0092FF;
border-radius: 32px;
margin-top: 8px;
padding: 46px 85px;
}
} @media screen and (min-width:765px) and (max-width:989px) { .webmain-text h2 {
font-size: 40px;
line-height: 48px;
font-weight: 500;
font-family: 'Stolzl';
}
.webmain-text p {
color: #525252;
font-size: 16px;
font-weight: 500;
line-height: 24px;
margin-bottom: 8px;
}
.about-vision-col2 {
width: 70%;
}
}
@media screen and (min-width: 990px) and (max-width:1200px) {
.container-fluid { }
.request-head {
font-size: 30px;
line-height: 42px;
font-weight: 500;
font-family: 'Stolzl';
width: 700px;
text-align: center;
}
.login-button {
height: 40px;
width: 106px;
}
.terms-head {
font-family: 'Stolzl';
font-size: 40px;
font-weight: 500;
line-height: 48px;
}
.quick-head {
font-family: 'Stolzl';
font-size: 40px;
font-weight: 500;
line-height: 48px;
}
.terms-title {
margin-bottom: 0px;
color: #525252;
font-weight: 500;
font-size: 16px;
line-height: 24px;
}
.terms-subtext {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.request-subtext {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.quick-subtext {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.faq-head {
font-size: 40px;
line-height: 48px;
}
.faq-p {
font-size: 16px;
line-height: 24px;
}
.faq-content-h1 {
font-size: 16px;
font-weight: 500;
width: unset;
}
.faq-content-p {
font-size: 14px;
line-height: 20px;
width: unset;
}
.faq-gettouch {
width: 74%;
}
.gap-faq {
gap: 0px;
}
.searching-p {
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #525252;
padding-left: 60px;
}
.getintouch-button {
display: flex;
border: none;
background: #0092FF;
padding-left: 11px;
height: 48px;
width: 155px;
gap: 8px;
border-radius: 24px;
font-size: 16px;
line-height: 24px;
color: #ffffff;
font-weight: 600;
display: flex;
align-items: center;
}
.arrow-button-a {
border-radius: 50%;
height: 33.33px;
width: 33.33px;
display: flex;
align-items: center;
justify-content: center;
}
.touch-section {
height: 192px;
background-color: #F5F5F5;
margin-top: 80px;
padding: 33px 0px;
}
.load-more {
padding: 4px 4px 4px 15px;
border-radius: 24px;
font-size: 16px;
}
.careers-head {
font-family: 'Stolzl';
font-size: 40px;
line-height: 48px;
width: 443px;
text-align: center;
padding-top: 80px;
}
.blog-p {
color: #737373;
font-weight: 500;
font-size: 18px;
line-height: 24px;
text-align: center;
padding-top: 16px;
}
.news-p {
width: 611px;
}
.career-p {
color: #737373;
font-weight: 500;
font-size: 18px;
line-height: 24px;
text-align: center;
padding-top: 16px;
}
.career-img {
height: 419px;
width: 412px;
object-fit: cover;
border-radius: 32px;
}
.career-img-2 {
height: 311px;
width: 412px;
object-fit: cover;
border-radius: 32px;
}
.career-box p {
color: #FFFFFF;
font-size: 16px;
font-weight: 500;
line-height: 24px;
text-align: center;
}
.career-box {
display: flex;
background-color: #0092FF;
border-radius: 32px;
margin-top: 10px;
padding: 21px 20px;
}
.unlock-box {
display: flex;
gap: 80px;
align-items: baseline;
padding-top: 80px;
padding-bottom: 80px;
}
.career-unlock-text {
font-family: 'Stolzl';
font-size: 18px;
font-weight: 500;
color: #171717;
line-height: 28px;
width: 221px;
}
.career-right-text {
font-size: 14px;
font-weight: 500;
line-height: 20px;
}
.essentials-text {
font-size: 16px;
line-height: 24px;
font-weight: 500;
margin-top: 15px;
}
.essentials-text-lower {
color: #525252;
font-size: 14px;
line-height: 20px;
}
.more-blogs {
font-family: 'Stolzl';
font-size: 32px;
line-height: 46px;
font-weight: 500;
}
.blogs-list {
font-size: 16px;
line-height: 24px;
font-weight: 500;
margin-top: 40px;
}
.recruitment-process-text {
font-size: 16px;
line-height: 24px;
font-weight: 500;
padding-bottom: 80px;
width: 422px;
color: #525252;
}
.ag-timeline_line {
left: 6px;
}
.ag-timeline-card_img-box p {
font-size: 16px;
line-height: 24px;
}
.js-ag-active .ag-timeline-card_item {
background: #0092FF;
height: 200px;
width: 361px;
}
.ag-timeline-card_item {
padding: 22px 14px;
height: 72px;
width: 361px;
}
.career-num {
border-radius: 50%;
height: 40px;
width: 40px;
padding: 9px 12px;
background: #FAFAFA;
color: #A3A3A3;
}
.blog-head {
font-family: 'Stolzl';
font-size: 40px;
line-height: 48px;
width: 774px;
}
.news-banner-text {
text-align: left;
position: absolute;
bottom: 20px;
left: 20px;
}
.news-row2-left {
width: 40%;
}
.news-banner-text-lower {
color: #FFFFFF;
line-height: 32px;
font-size: 24px;
font-weight: 500;
margin-top: 11px;
width: 642px;
}
.news-box-img {
position: relative;
width: 1170px;
height: 280px;
}
.news-banner-text-upper {
height: 36px;
width: 79px;
padding: 6px 8px;
border-radius: 8px;
background: white;
font-size: 14px;
color: #171717;
}
.news-banner-img {
height: 280px;
width: 100%;
object-fit: cover;
}
.news-banner-text1 {
text-align: left;
position: absolute;
padding: 20px; }
.news-banner-text-lower1 {
color: #FFFFFF;
font-size: 24px;
line-height: 32px;
font-weight: 500;
}
.newsroom-head {
font-family: 'Stolzl';
font-size: 32px;
font-weight: 500;
line-height: 46px;
}
.blog-keywords1 {
border: 1px solid #525252;
border-radius: 24px;
padding: 7px 16px;
width: fit-content;
font-size: 18px;
line-height: 24px;
font-weight: 500;
height: 40px;
color: #525252;
}
.blog-keywords {
border: 1px solid #525252;
border-radius: 24px;
padding: 8px 16px;
width: fit-content;
font-size: 18px;
line-height: 24px;
font-weight: 500; color: #525252;
}
.Product-head {
color: #171717;
font-size: 18px;
font-family: 'Stolzl';
line-height: 28px;
margin-top: 40px; }
.news-card {
border-radius: 32px;
width: 47%;
height: auto;
position: relative;
border: none;
background: #FAFAFA;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}
.gap-news {
gap: 0px;
}
.card-news-title {
font-size: 16px;
font-weight: 500;
line-height: 32px;
color: #171717;
line-height: 24px;
}
.newscard-title-p {
color: #525252;
font-size: 14px;
line-height: 20px;
font-weight: 500;
}
.blog-card-img {
height: 240px;
}
.swiper-pagination {
position: absolute !important;
bottom: 20px !important;
right: 60px !important;
text-align: center;
z-index: 10;
}
.tools-head {
font-family: 'Stolzl';
font-size: 40px;
width: 712px;
text-align: center;
padding-top: 80px;
line-height: 48px;
}
.tools-p {
color: #737373;
font-weight: 500;
font-size: 16px;
text-align: center;
width: 728px;
margin-top: 8px;
line-height: 24px;
}
.vt-text1 {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
color: #171717;
}
.vt-text2 {
font-family: 'Stolzl';
font-size: 12px;
line-height: 18px;
font-weight: 500;
color: #171717;
margin-top: 8px;
}
.vt-text3 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.vt-text31 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.vt-text32 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.vt-text34 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.vt-text33 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.vt-text35 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.offer-head {
font-family: 'Stolzl';
font-size: 40px;
text-align: center;
padding-top: 80px;
line-height: 60px;
}
.offer-p {
color: #737373;
font-weight: 500;
font-size: 16px;
text-align: center;
width: 612px;
margin-top: 8px;
line-height: 24px;
}
.offer-img1 {
width: 100%;
height: 313px;
object-fit: cover;
border-radius: 32px;
}
.offer-img-2 {
width: 100%;
height: 338px;
object-fit: cover;
border-radius: 32px;
}
.offer-banner-main h2 {
font-size: 18px;
font-family: 'Stolzl';
font-weight: 500;
line-height: 28px;
margin-top: 103px;
}
.offer-banner-main p {
font-size: 14px;
font-weight: 500; color: #525252;
line-height: 20px; }
.offer-banner-main1 h2 {
font-family: 'Stolzl';
font-size: 12px;
font-weight: 500;  line-height: 18px;
}
.offer-banner-main1 p {
font-size: 14px;
font-weight: 500;
color: #525252;
line-height: 20px;
}
.offer-banner-main h2 {
font-size: 18px;
font-family: 'Stolzl';
font-weight: 500;
line-height: 28px;
margin-top: 103px;
}
.offer-banner-submain h2 {
font-size: 18px;
font-family: 'Stolzl';
font-weight: 500;
margin-top: 81px;
line-height: 28px;
}
.offer-banner-submain p {
font-size: 14px;
font-weight: 500;
color: #525252;
line-height: 20px;
width: 390px;
}
.offer-banner-submain1 h2 {
font-family: 'Stolzl';
font-size: 12px;
font-weight: 500;
margin-top: 8px;
line-height: 18px;
}
.offer-banner-submain1 li {
font-size: 14px;
font-weight: 500;
color: #525252;
line-height: 20px;
}
.offers-row2 {
position: absolute;
right: 0;
width: 63%;
}
.offers-row {
left: 44%;
background: #EDFCFF;
}
.expert-custom-width {
width: 832px;
}
.offers-paymenthead {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
color: #171717;
font-weight: 500;
}
.offers-paymentprocessing {
font-size: 14px;
color: #525252;
line-height: 20px;
font-weight: 500;
}
.offer-line2 {
border-top: 4px solid black;
width: 10%;
margin-top: 13px;
padding-left: 8px;
}
.line-offer {
border-top: 4px solid black;
width: 64px;
margin-top: 14px;
}
.offers-subtext {
font-family: 'Stolzl';
font-weight: 500;
font-size: 32px;
color: #171717;
line-height: 46px;
}
.offers-subtextp {
font-weight: 500;
font-size: 16px;
color: #525252;
margin-top: 16px;
line-height: 24px;
}
.offer-description {
font-size: 14px;
line-height: 24px;
font-weight: 500;
color: #262626;  }
.offer-bg1 {
padding: 40px 60px 40px 40px;
}
.offer-bg2 {
padding: 40px 40px 40px 40px;
}
.offer-bg3 {
padding: 40px 40px 40px 40px;
}
.offer-box4 {
position: relative;
background-color: #FFD9F0;
height: 245px;
border-radius: 32px;
overflow: hidden;
}
.offer-description2 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.mobile-card-text p:nth-child(2) {
font-size: 14px;
font-weight: 500;
padding-left: 40px;
width: 271px;
color: #F5F5F5;
line-height: 20px;
}
.payany-where-text p:nth-child(2) {
font-size: 14px;
font-weight: 500;
line-height: 20px;
padding-left: 40px;
width: 244px;
color: #F5F5F5;
}
.offers-receive-img {
width: 195px;
}
.mobile-card {
width: 170px;
}
.offer-IE p:nth-child(1) {
color: #0092FF;
font-size: 16px;
line-height: 24px;
}
.offer-IE h2 {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
color: #171717;
}
.offer-IE1 {
color: #171717;
font-size: 14px;
margin-top: 20px;
margin-bottom: 0px;
font-weight: 500;
line-height: 20px;
}
.offer-IE2 {
color: #171717;
font-weight: 500;
font-size: 14px;
line-height: 20px;
}
.expert-head {
font-family: 'Stolzl';
font-size: 40px;
text-align: center;
margin-top: 80px;
line-height: 48px;
}
.expert-p {
color: #737373;
font-weight: 500;
font-size: 16px;
text-align: center;
margin-top: 8px;
width: 578px;
line-height: 24px;
}
.exp-img1 {
width: 100%;
height: 360px;
object-fit: cover;
border-radius: 32px;
}
.exp-img2 {
width: 100%;
height: 260px;
border-radius: 32px;
object-fit: cover;
}
.exp-img3 {
width: 100%;
height: 360px;
object-fit: cover;
border-radius: 32px;
}
.lets-talk {
height: 76px;
}
.expert-from-p {
font-family: 'Stolzl';
font-size: 32px;
font-weight: 500;
line-height: 46px;
}
.expert-form-text {
font-family: 'Stolzl';
font-size: 12px;
line-height: 18px;
font-weight: 500;
}
.expert-submit {
padding: 4px 4px 4px 15px;
border-radius: 24px;
font-size: 16px;
}
.arrow-button-expert {
background: #000000;
border-radius: 50%;
height: 33.33px;
width: 33.33px;
display: flex;
align-items: center;
justify-content: center;
}
.expert-advice-text {
font-family: 'Stolzl';
font-size: 32px;
width: 774px;
line-height: 46px;
}
.expert-details p:nth-child(1) {
font-size: 16px;
font-weight: 600;
color: #262626;
line-height: 24px;
}
.expert-details p:nth-child(3) {
font-size: 16px;
line-height: 28px;
}
.expert-details p:nth-child(2) {
font-size: 14px;
line-height: 20px;
}
.advice-phone {
height: 56px;
width: 56px;
}
.expert-connect {
font-size: 14px;
line-height: 16px;
}
.about-title {
margin-bottom: 0px;
color: #A3A3A3;
font-weight: 500;
font-size: 14px;
line-height: 20px;
position: relative;
top: 20px;
}
.about-head {
font-family: 'Stolzl';
font-size: 32px;
line-height: 46px;
font-weight: 500;
width: 440px;
margin-bottom: 24px;
}
.about-img {
height: 284px;
width: 100%;
object-fit: cover;
border-radius: 32px;
}
.about-img2 {
height: 467px;
width: 100%;
object-fit: cover;
border-radius: 32px;
}
.about-text {
font-weight: 500;
font-size: 14px;
font-weight: 500;
color: #525252;
line-height: 20px;
}
.aboutcard-head { font-size: 16px;
font-weight: 500;
line-height: 24px;
color: #171717; }
.aboutcard-text {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
width: auto; }
.about-vission {
font-family: 'Stolzl';
font-size: 18px;
font-weight: 500;
line-height: 28px; }
.about-line1 {
margin-top: 13px;
}
.about-line {
margin-top: 13px;
}
.about-mission {
font-size: 12px;
line-height: 18px;
}
.echeck-head {
font-size: 40px;
line-height: 48px;
}
.echeck-text {
font-size: 16px;
line-height: 24px;
width: 741px;
}
.echeck-banner-box {
padding: 88px 454px 88px 40px;
position: absolute;
}
.echeck-button-text {
padding: 16px 0px 16px 10px;
font-size: 16px;
line-height: 24px;
color: #ffffff;
font-weight: 600;
}
.callUs-box {
border: 1px solid #D4D4D4;
width: 47.9%;
display: flex;
gap: 40px;
border-radius: 32px;
padding: 40px 0px 40px 40px;
background: #fff;
}
.echeck-from-p {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.eCheck-list {
font-size: 14px;
font-weight: 600;
line-height: 20px;
color: #525252;
}
.echeck-banner {
border-radius: 32px;
width: 100%;
height: 360px;
object-fit: cover;
}
.eCheck-list {
font-size: 14px;
width: unset;
line-height: 20px;
}
.echeck-subtext {
font-size: 18px;
line-height: 28px;
margin-top: 0;
}
.terms-text {
color: #525252;
font-size: 14px;
width: 100%;
font-weight: 500;
line-height: 20px;
}
.quick-text {
color: #525252;
font-size: 14px; font-weight: 500;
line-height: 20px;
} .expert-advice-textArea::placeholder {
font-size: 16px !important;
line-height: 24px !important;
}
.reff-subtext {
font-family: 'Stolzl';
font-size: 14px;
font-weight: 500;
margin-top: 8px;
width: auto; }
.ref-img-box {
position: relative;
height: 405px;
margin-top: 40px;
}
.info-text {
color: #525252;
font-size: 14px;
width: 100%;
font-weight: 500;
line-height: 20px;
}
.quickApp-mt {
margin-top: 40px;
}
.inco-subtext {
color: #525252;
font-family: 'Stolzl';
font-size: 14px;
font-weight: 500;
}
.inco-business-text {
font-family: 'Stolzl';
color: #525252;
font-size: 14px;
font-weight: 500;
}
.info-card-text {
font-size: 14px;
color: #525252;
font-weight: 500;
}
.echeck-subbox {
position: absolute;
bottom: 25px;
width: unset;
}
.echecks-w-text {
font-size: 32px;
line-height: 46px;
padding-top: 80px;
padding-bottom: 40px;
}
.echeck-w-content h3 {
position: relative;
color: #171717;
font-size: 18px;
line-height: 28px;
}
.echeck-w-content p {
position: relative;
color: #525252;
font-size: 14px;
line-height: 20px;
font-weight: 500;
}
.horizontal .card {
align-items: stretch;
border: none;
width: 430px;
height: 300px;
}
.echeck-lower-img {
width: 100%;
height: 288px;
object-fit: cover;
border-radius: 32px;
}
.echeck-subtext-1 {
font-size: 16px;
line-height: 24px;
font-weight: 500;
margin-top: 15px;
margin-bottom: 15px;
}
.echeck-align {
display: unset;
justify-content: unset;
}
.eCheck-list li {
margin-top: 5px;
}
.eCheck-list {
font-size: 13px;
}
.echeck-img-left-box {
width: 47%;
}
.echeck-align-m {
width: 53%;
}
.echeck-img-mt {
gap: 0px;
margin-top: 80px;
}
.echeck-head-lower {
font-size: 32px;
line-height: 46px;
}
.echeck-subtext_1 { font-size: 16px;
line-height: 24px;
font-weight: 500;
}
.echeck-cost p {
font-size: 14px;
line-height: 20px;
}
.ms-tittle {
margin-bottom: 0px;
font-size: 16px;
line-height: 24px;
}
.ms-head {
font-family: 'Stolzl';
font-size: 40px;
line-height: 48px;
font-weight: 500;
}
.ms-text {
color: #525252;
font-size: 16px;
line-height: 24px;
}
.ms-img-text p {
font-size: 14px;
line-height: 20px;
color: #525252;
font-weight: 500;
margin-top: unset;
width: 335px;
}
.ms-card-text {
font-family: 'Stolzl';
font-size: 18px;
font-weight: 500;
color: #171717;
line-height: 28px;
}
.ms-card {
height: auto;
width: 47.6%;
}
.mer-lower h2 {
color: #171717;
font-weight: 500;
font-family: 'Stolzl';
font-size: 32px;
line-height: 46px;
}
.mer-lower p {
color: #525252;
font-weight: 500;
line-height: 24px; font-size: 16px;
padding-left: 12px;
}
.ms-all-card {
margin-top: 300px;
}
.vx-520 {
position: relative;
background-color: #FFDFA4;
height: auto;
width: 48.5%;
height: 480px; border: none;
border-radius: 32px;
overflow: hidden;
}
.vx-520-text {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
}
.vx-520-machine1 {
width: 78%;
height: 690px;
min-width: 138px;
float: inline-end;
border-radius: 0;
shape-outside: circle();
}
.vx-head {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.vx570-text1 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
}
.vx570-text1 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: 324px;
color: #262626;
}
.vx570-card-w {
width: auto;
}
.ict-card-220 {
height: 480px;
width: 48.5%;
}
.ict-card {
width: 48.5%;
height: 480px;
}
.vx-ict-card {
height: 480px;
width: 48.5%;
}
.vx570-card-w-img {
width: auto; }
.vx570-card-w-img img {
position: absolute;
right: 40px;
bottom: 34px;
width: 216px;
}
.vx570-text2 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: 308px;
color: #262626;
}
.ict-img-left {
position: absolute;
width: 200px;
bottom: 0px;
right: 25px;
top: unset;
}
.ict-img3 {
position: absolute;
bottom: -52px;
left: 65px;
}
.ict-img4 {
position: absolute;
bottom: 0px;
width: 80px;
left: 17px;
}
.ict-img-right {
position: absolute;
right: -45px;
bottom: -48px;
}
.vx570-text3 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
}
.VX570-dc {
position: relative;
background-color: #D6F6FF;
height: 480px;
border: none;
border-radius: 32px;
width: 48.5%;
}
.VX570-dc-machine {
position: absolute;
bottom: 40px;
right: 74px;
z-index: 1;
width: 216px;
}
.vx570-text4 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
}
.phone-card {
position: relative;
background-color: #D5FBEC;
height: 480px;
width: 48.5%;
}
.phone-machine {
position: absolute;
bottom: -265px;
width: 260px;
right: -34px;
z-index: 1;
}
.vx-520-machine2 {
height: 494px;
min-width: 179px;
float: inline-end;
border-radius: 0;
shape-outside: circle();
}
.inci-img {
width: unset;
}
.vx570-text5 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
}
.ict-img2 {
position: absolute;
top: 1px;
right: 16px;
z-index: 0;
}
.inci-img img:nth-child(3) {
display: none;
}
.blog-dropdown {
height: 56px;
font-size: 16px;
line-height: 24px;
}
.has-search .form-control {
padding-left: 4rem;
height: 56px;
}
.search-blog-form-all::placeholder {
font-size: 16px;
line-height: 24px;
}
.search-icon {
font-size: 20px;
}
.blog-date {
width: 110px;
height: 40px;
left: 24px;
top: 24px;
}
.blog-date p {
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
}
.card-subtitle {
font-size: 14px;
line-height: 20px;
}
.card-blog-title {
font-size: 16px;
font-weight: 500;
line-height: 24px;
color: #171717;
padding-bottom: 8px;
padding-top: 8px;
}
.card-title-p {
color: #525252;
font-size: 14px;
line-height: 20px;
font-weight: 500;
}
.left-card {
top: unset;
width: unset;
}
.single-blog-img {
width: 100%;
border-radius: 24px;
}
.single-blog-form {
gap: 40px;
flex-direction: column-reverse;
}
.single-blog-pad {
padding-top: 60px;
}
.card-subtitle-single {
font-size: 16px;
line-height: 20px;
}
.singleblog-head {
font-weight: 500;
font-family: 'Stolzl';
font-size: 18px;
width: 674px;
margin-top: 8px;
line-height: 28px;
}
.single-blog-text {
margin-top: 40px;
}
.singleblog-mainhead {
font-size: 16px;
line-height: 24px;
}
.singleblog-maintext {
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #525252;
}
.singleblog-started {
font-size: 18px;
line-height: 28px;
}
.singleblog-form::placeholder {
font-size: 16px !important;
line-height: 24px !important;
}
.singleblog-form {
font-size: 16px;
line-height: 24px;
}
.newsroom-input::placeholder {
font-size: 16px !important;
line-height: 24px !important;
}
.newsroom-input {
font-size: 16px;
line-height: 24px;
}
.single-box-form {
display: flex;
gap: 20px;
}
.single-input-box {
width: auto;
}
.payment-box {
border: 1px solid #D4D4D4;
border-radius: 24px;
background: #ffffff;
padding: 24px;
margin-top: 10px;
width: 50%;
}
.payment-text1 {
font-size: 16px;
line-height: 24px;
}
.payment-solution-lower-text {
font-size: 14px;
line-height: 20px;
}
.label-singleform {
font-size: 16px !important;
line-height: 24px;
padding-left: 16px;
}
.label-singleform1 {
font-size: 12px;
}
.single-business-label {
font-size: 16px;
line-height: 24px;
font-weight: 500;
color: #525252;
}
.single-business-label_1 {
width: unset;
font-size: 16px;
font-weight: 500;
color: #525252;
line-height: 24px;
}
.quick-business-label_1 {
width: unset;
font-size: 16px;
font-weight: 500;
color: #525252;
line-height: 24px;
}
.singleblog-send-button { line-height: 20px;
font-size: 16px;
}
.arrow-button-a img {
width: auto;
}
.started-now-text1 {
color: #FFFFFF;
font-size: 32px;
line-height: 46px;
font-weight: 500;
font-family: 'Stolzl';
margin-bottom: 0;
}
.started-now-text2 {
color: #FFFFFF;
font-size: 12px;
line-height: 16px;
font-weight: 500;
}
.news-email-input {
border: 1px solid white;
border-radius: 24px;
display: flex;
padding-left: 16px;
gap: 8px;
width: 250px;
display: flex;
align-items: center;
height: 56px;
}
.career-file-submit {
background-color: #ffffff;
color: #0092FF;
border: none;
width: 239px;
padding: 8px 0px;
border-radius: 24px;
margin-top: 15px;
font-size: 24px;
font-weight: 600;
height: 48px;
}
.drop-zone {
width: 245px;
padding: 10px 10px;
border: 2px dashed #ffffff;
border-radius: 32px;
text-align: center;
cursor: pointer;
}
.about-vision-col1 {
width: 16%;
}
.setup-card-aboutus {
padding: 20px 29px;
height: 200px;
}
.started-contact {
font-size: 18px;
line-height: 28px;
}
.start-now-button {
font-size: 18px;
line-height: 28px;
}
.started-now-text2 {
color: #FFFFFF;
font-size: 12px;
line-height: 16px;
font-weight: 500;
}
.b-tab-align {
display: flex;
align-items: center;
}
.footer-logo {
width: 196px;
}
.footer-left-para {
font-size: 12px;
margin-top: 24px;
line-height: 20px;
width: 100%;
font-weight: 400;
color: #D4D4D4;
}
.got_question {
font-size: 14px;
line-height: 16px;
font-weight: 500;
font-family: 'Stolzl';
}
.footer-call-head {
color: #A3A3A3;
font-size: 12px;
line-height: 16px;
}
.footer-call-text {
font-size: 14px;
line-height: 20px;
}
.Information-card {
width: 100%;
height: 164px;
border-radius: 24px;
background: #2F2F2F;
padding: 30px;
}
.footer-head {
color: #FFFFFF;
font-size: 16px;
line-height: 24px;
font-weight: 600;
margin-bottom: 8px;
}
.footer-links {
font-size: 12px;
font-weight: 400;
line-height: 16px;
}
.footer-single-blog {
padding-left: 8px;
font-size: 12px;
line-height: 16px;
width: 285px;
font-weight: 400;
margin-bottom: 0px;
}
.footer-rights {
font-size: 12px;
line-height: 16px;
color: #D4D4D4;
}
.scrolled-navbar {
width: 700px;
}
}
@media screen and (min-width:1201px) and (max-width:1360px) {
.container-fluid { }
.scrolled-navbar {
width: 900px;
}
.ms-gap {
gap: 20px;
}
.terms-head {
font-family: 'Stolzl';
font-size: 40px;
font-weight: 500;
line-height: 48px;
}
.quick-head {
font-family: 'Stolzl';
font-size: 40px;
font-weight: 500;
line-height: 48px;
}
.terms-title {
margin-bottom: 0px;
color: #525252;
font-weight: 500;
font-size: 16px;
line-height: 24px;
}
.terms-subtext {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.request-subtext {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.quick-subtext {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.faq-head {
font-size: 40px;
line-height: 48px;
}
.faq-p {
font-size: 16px;
line-height: 24px;
}
.faq-content-h1 {
font-size: 16px;
font-weight: 500;
width: unset;
}
.faq-content-p {
font-size: 14px;
line-height: 20px;
width: unset;
}
.searching {
font-size: 30px;
line-height: 48px;
font-weight: 600;
padding-left: 16px;
margin-bottom: 0px;
}
.gap-faq {
gap: 0px;
}
.searching-p {
font-size: 14px;
font-weight: 400;
line-height: 24px;
color: #525252;
padding-left: 10%;
}
.getintouch-button {
display: flex;
border: none;
background: #0092FF;
padding-left: 11px;
height: 48px;
width: 155px;
gap: 8px;
border-radius: 24px;
font-size: 16px;
line-height: 24px;
color: #ffffff;
font-weight: 600;
display: flex;
align-items: center;
}
.arrow-button-a {
border-radius: 50%;
height: 33.33px;
width: 33.33px;
display: flex;
align-items: center;
justify-content: center;
}
.touch-section {
height: 192px;
background-color: #F5F5F5;
margin-top: 80px;
padding: 33px 0px;
}
.load-more {
padding: 4px 4px 4px 15px;
line-height: 20px;
font-size: 16px;
}
.careers-head {
font-family: 'Stolzl';
font-size: 40px;
line-height: 48px;
width: 443px;
text-align: center;
padding-top: 80px;
}
.unlock-box {
display: flex;
gap: 80px;
align-items: baseline;
padding-top: 80px;
padding-bottom: 80px;
}
.blog-p {
color: #737373;
font-weight: 500;
width: 541px;
font-size: 18px;
line-height: 24px;
text-align: center;
padding-top: 16px;
}
.career-p {
color: #737373;
font-weight: 500;
font-size: 18px;
line-height: 24px;
text-align: center;
padding-top: 16px;
width: 485px;
}
.career-img {
object-fit: cover;
border-radius: 32px;
}
.career-img-2 {
object-fit: cover;
border-radius: 32px;
}
.career-box p {
color: #FFFFFF;
font-size: 16px;
font-weight: 500;
line-height: 24px;
text-align: center;
}
.career-box {
display: flex;
background-color: #0092FF;
border-radius: 32px;
margin-top: 10px;
padding: 32px 65px;
}
.career-unlock-text {
font-family: 'Stolzl';
font-size: 18px;
font-weight: 500;
color: #171717;
line-height: 28px;
width: 300px;
}
.career-right-text {
font-size: 14px;
font-weight: 500;
line-height: 20px;
}
.essentials-text {
font-size: 16px;
line-height: 24px;
font-weight: 500;
margin-top: 15px;
}
.essentials-text-lower {
color: #525252;
font-size: 14px;
line-height: 20px;
}
.more-blogs {
font-family: 'Stolzl';
font-size: 32px;
line-height: 46px;
font-weight: 500;
}
.blogs-list {
font-size: 16px;
line-height: 24px;
font-weight: 500;
margin-top: 40px;
}
.recruitment-process-text {
font-size: 16px;
line-height: 24px;
font-weight: 500;
padding-bottom: 80px;
width: 422px;
color: #525252;
}
.ag-timeline_line {
left: 5.9px;
}
.ag-timeline-card_img-box p {
font-size: 16px;
line-height: 24px;
}
.js-ag-active .ag-timeline-card_item {
background: #0092FF;
height: 200px;
width: 361px;
}
.ag-timeline-card_item {
padding: 22px 14px;
height: 72px;
width: 361px;
}
.career-num {
border-radius: 50%;
height: 40px;
width: 40px;
padding: 9px 12px;
background: #FAFAFA;
color: #A3A3A3;
}
.blog-head {
font-family: 'Stolzl';
font-size: 56px;
line-height: 67px;
}
.news-banner-text {
text-align: left;
position: absolute;
bottom: 30px;
left: 30px;
}
.swiper-pagination {
position: absolute !important;
bottom: 30px !important;
right: 60px !important;
text-align: center;
z-index: 10;
}
.news-banner-text-lower {
color: #FFFFFF;
line-height: 32px;
font-size: 24px;
font-weight: 500;
margin-top: 11px;
width: 642px;
}
.news-box-img {
position: relative;
width: 1170px;
height: 280px;
}
.news-banner-text-upper {
height: 36px;
width: 79px;
padding: 6px 8px;
border-radius: 8px;
background: white;
font-size: 14px;
color: #171717;
}
.news-banner-img {
height: 280px;
width: 100%;
object-fit: cover;
}
.news-banner-text1 {
text-align: left;
padding: 30px;
position: absolute;  }
.news-banner-text-lower1 {
color: #FFFFFF;
font-size: 24px;
line-height: 32px;
font-weight: 500;
}
.newsroom-head {
font-family: 'Stolzl';
font-size: 32px;
font-weight: 500;
line-height: 46px;
}
.blog-keywords1 {
border: 1px solid #525252;
border-radius: 24px;
padding: 7px 16px;
width: fit-content;
font-size: 18px;
line-height: 24px;
font-weight: 500;
height: 40px;
color: #525252;
}
.blog-keywords {
border: 1px solid #525252;
border-radius: 24px;
padding: 8px 16px;
width: fit-content;
font-size: 18px;
line-height: 24px;
font-weight: 500; color: #525252;
}
.Product-head {
color: #171717;
font-size: 18px;
font-family: 'Stolzl';
line-height: 28px;
margin-top: 40px; }
.news-card {
border-radius: 32px;
width: 30%; height: auto;
position: relative;
border: none;
background: #FAFAFA;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}
.gap-news {
gap: 0px;
}
.card-news-title {
font-size: 16px;
font-weight: 500;
line-height: 32px;
color: #171717;
line-height: 24px;
}
.newscard-title-p {
color: #525252;
font-size: 14px;
line-height: 20px;
font-weight: 500;
}
.blog-card-img {
height: 240px;
}
.tools-head {
font-family: 'Stolzl';
font-size: 40px;
width: 712px;
text-align: center;
padding-top: 80px;
line-height: 48px;
}
.tools-p {
color: #737373;
font-weight: 500;
font-size: 16px;
text-align: center;
width: 728px;
margin-top: 8px;
line-height: 24px;
}
.vt-text1 {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
color: #171717;
}
.vt-text2 {
font-family: 'Stolzl';
font-size: 12px;
line-height: 18px;
font-weight: 500;
color: #171717;
margin-top: 8px;
}
.vt-text3 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.vt-text31 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.vt-text32 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.vt-text34 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.vt-text33 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.vt-text35 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.offer-head {
font-family: 'Stolzl';
font-size: 40px;
text-align: center;
padding-top: 80px;
line-height: 60px;
width: 701px;
}
.offer-p {
color: #737373;
font-weight: 500;
font-size: 16px;
text-align: center;
width: 612px;
margin-top: 8px;
line-height: 24px;
}
.offer-img1 {
width: 100%;
height: 313px;
object-fit: cover;
border-radius: 32px;
}
.offer-img-2 {
width: 100%;
height: 338px;
object-fit: cover;
border-radius: 32px;
}
.offer-banner-main h2 {
font-size: 18px;
font-family: 'Stolzl';
font-weight: 500;
padding-top: 24px;
padding-left: 40px;
line-height: 28px;
margin-top: 91px;
}
.offer-banner-main p {
font-size: 14px;
font-weight: 500;
padding-left: 40px;
color: #525252;
line-height: 20px;
margin-top: 16px;
}
.offer-banner-main1 h2 {
font-family: 'Stolzl';
font-size: 12px;
font-weight: 500;
padding-top: 8px;
padding-left: 40px;
line-height: 18px;
}
.offer-banner-main1 p {
font-size: 14px;
font-weight: 500;
padding-top: 8px;
padding-left: 40px;
color: #525252;
line-height: 20px;
}
.offer-banner-submain h2 {
font-size: 18px;
font-family: 'Stolzl';
font-weight: 500;
margin-top: 85px;
line-height: 28px;
}
.offer-banner-submain p {
font-size: 14px;
font-weight: 500;
color: #525252;
line-height: 20px;
width: 390px;
}
.offer-banner-submain1 h2 {
font-family: 'Stolzl';
font-size: 12px;
font-weight: 500;
margin-top: 8px;
line-height: 18px;
}
.offer-banner-submain1 li {
font-size: 14px;
font-weight: 500;
color: #525252;
line-height: 20px;
}  .expert-custom-width {
width: 1032px;
}
.offers-paymenthead {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
color: #171717;
font-weight: 500;
}
.offers-paymentprocessing {
font-size: 14px;
color: #525252;
line-height: 20px;
font-weight: 500;
}
.offer-line2 {
border-top: 4px solid black;
width: 10%;
margin-top: 13px;
padding-left: 8px;
}
.line-offer {
border-top: 4px solid black;
width: 64px;
margin-top: 14px;
}
.offers-subtext {
font-family: 'Stolzl';
font-weight: 500;
font-size: 32px;
color: #171717;
line-height: 46px;
}
.offers-subtextp {
font-weight: 500;
font-size: 16px;
color: #525252;
margin-top: 16px;
line-height: 24px;
}
.offer-description {
font-size: 14px;
line-height: 24px;
font-weight: 500;
color: #262626; }
.offer-box4 {
position: relative;
background-color: #FFD9F0;
height: 245px;
border-radius: 32px;
overflow: hidden;
}
.offer-description2 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252; }
.mobile-card-text p:nth-child(2) {
font-size: 14px;
font-weight: 500;
padding-left: 40px;
width: 271px;
color: #F5F5F5;
line-height: 20px;
}
.payany-where-text p:nth-child(2) {
font-size: 14px;
font-weight: 500;
line-height: 20px;
padding-left: 40px;
width: 244px;
color: #F5F5F5;
}
.offers-receive-img {
width: 195px;
}
.mobile-card {
width: 170px;
}
.offer-IE p:nth-child(1) {
color: #0092FF;
font-size: 16px;
line-height: 24px;
}
.offer-IE h2 {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
color: #171717;
}
.offer-IE1 {
color: #171717;
font-size: 14px;
margin-top: 20px;
margin-bottom: 0px;
font-weight: 500;
line-height: 20px;
}
.offer-IE2 {
color: #171717;
font-weight: 500;
font-size: 14px;
line-height: 20px;
}
.expert-head {
font-family: 'Stolzl';
font-size: 40px;
text-align: center;
margin-top: 80px;
line-height: 48px;
}
.expert-p {
color: #737373;
font-weight: 500;
font-size: 16px;
text-align: center;
margin-top: 8px;
width: 600px;
line-height: 24px;
}
.exp-img1 {
width: 100%;
height: 360px;
object-fit: cover;
border-radius: 32px;
}
.exp-img2 {
width: 100%;
height: 260px;
border-radius: 32px;
object-fit: cover;
}
.exp-img3 {
width: 100%;
height: 360px;
object-fit: cover;
border-radius: 32px;
}
.lets-talk {
height: 76px;
}
.expert-from-p {
font-family: 'Stolzl';
font-size: 32px;
font-weight: 500;
line-height: 46px;
}
.expert-form-text {
font-family: 'Stolzl';
font-size: 12px;
line-height: 18px;
font-weight: 500;
}
.expert-submit {
padding: 4px 4px 4px 15px;
line-height: 20px;
font-size: 16px;
}
.callUs-box {
border: 1px solid #D4D4D4;
width: 48.7%;
display: flex;
gap: 40px;
border-radius: 32px;
padding: 40px 0px 40px 40px;
background: #fff;
}
.arrow-button-expert {
background: #000000;
border-radius: 50%;
height: 33.33px;
width: 33.33px;
display: flex;
align-items: center;
justify-content: center;
}
.expert-advice-text {
font-family: 'Stolzl';
font-size: 32px;
width: 774px;
line-height: 46px;
}
.expert-details p:nth-child(1) {
font-size: 16px;
font-weight: 600;
color: #262626;
line-height: 24px;
}
.expert-details p:nth-child(3) {
font-size: 16px;
line-height: 28px;
}
.expert-details p:nth-child(2) {
font-size: 14px;
line-height: 20px;
}
.advice-phone {
height: 56px;
width: 56px;
}
.expert-connect {
font-size: 14px;
line-height: 16px;
}
.about-title {
margin-bottom: 0px;
color: #A3A3A3;
font-weight: 500;
font-size: 14px;
line-height: 20px;
position: relative;
top: 20px;
}
.about-head {
font-family: 'Stolzl';
font-size: 38px;
line-height: 46px;
font-weight: 500;
margin-bottom: 24px;
}
.about-img {
height: 284px;
width: 100%;
object-fit: cover;
border-radius: 32px;
}
.about-img2 {
height: 467px;
width: 100%;
object-fit: cover;
border-radius: 32px;
}
.about-text {
font-weight: 500;
font-size: 14px;
font-weight: 500;
color: #525252;
line-height: 20px;
}
.aboutcard-head { font-size: 16px;
font-weight: 500;
line-height: 24px;
color: #171717; }
.aboutcard-text {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
width: auto; }
.about-vission {
font-family: 'Stolzl';
font-size: 18px;
font-weight: 500;
line-height: 28px; }
.about-line1 {
margin-top: 13px;
}
.about-line {
margin-top: 13px;
}
.about-mission {
font-size: 12px;
line-height: 18px;
}
.echeck-title {
margin-bottom: 0px;
font-size: 16px;
line-height: 24px;
color: #525252;
font-weight: 500;
}
.echeck-head {
font-size: 40px;
line-height: 48px;
width: 769px;
}
.echeck-text {
font-size: 16px;
line-height: 24px;
width: 655px;
}
.echeck-button-text {
padding: 16px 0px 16px 10px;
font-size: 16px;
line-height: 24px;
color: #ffffff;
font-weight: 600;
}
.echeck-arrow {
background: #ffffff;
height: 33.33px;
width: 33.33px;
}
.echeck-arrow-svg {
width: 8px;
}
.echeck-banner-box {
padding: 85px 633px 85px 40px;
position: absolute;
}
.echeck-from-p {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.eCheck-list {
font-size: 14px;
font-weight: 600;
line-height: 20px;
color: #525252;
}
.echeck-banner {
border-radius: 32px;
width: 100%;
height: 360px;
object-fit: cover;
}
.eCheck-list {
font-size: 14px;
width: unset;
line-height: 20px;
}
.echeck-subtext {
font-size: 18px;
line-height: 28px;
}
.terms-text {
color: #525252;
font-size: 16px;
width: 100%;
font-weight: 500;
line-height: 24px;
}
.quick-text {
color: #525252;
font-size: 16px;
font-weight: 500;
line-height: 24px;
}
.info-text {
color: #525252;
font-size: 16px;
width: 100%;
font-weight: 500;
line-height: 24px;
}
.inco-business-text {
font-family: 'Stolzl';
color: #525252;
font-size: 16px;
font-weight: 500;
}
.inco-subtext {
color: #525252;
font-family: 'Stolzl';
font-size: 16px;
font-weight: 500;
}
.inco-business-text {
font-family: 'Stolzl';
color: #525252;
font-size: 14px;
font-weight: 500;
}
.echeck-subbox {
position: absolute;
bottom: 25px;
width: unset;
}
.echeck-img-mt {
gap: 40px;
margin-top: unset;
}
.echecks-w-text {
font-size: 32px;
line-height: 46px;
padding-top: 80px;
padding-bottom: 40px;
}
.echeck-w-content h3 {
position: relative;
color: #171717;
font-size: 18px;
line-height: 28px;
}
.echeck-w-content p {
position: relative;
color: #525252;
font-size: 14px;
line-height: 20px;
font-weight: 500;
}
.horizontal .card {
align-items: stretch;
border: none;
width: 430px;
height: 300px;
}
.echeck-lower-img {
width: 100%;
object-fit: cover;
border-radius: 32px;
}
.echeck-img-left-box {
width: 49%;
}
.echeck-align-m {
width: 47%;
}
.echeck-subtext-1 {
font-size: 16px;
line-height: 24px;
font-weight: 500;
margin-top: 15px;
}
.echeck-align {
display: unset;
justify-content: unset;
}
.eCheck-list li {
margin-top: 5px;
}
.echeck-head-lower {
font-size: 32px;
line-height: 46px;
}
.echeck-subtext_1 { font-size: 16px;
line-height: 24px;
font-weight: 500;
}
.echeck-cost p {
font-size: 14px;
line-height: 20px;
}
.ms-tittle {
margin-bottom: 0px;
font-size: 16px;
line-height: 24px;
}
.ms-head {
font-family: 'Stolzl';
font-size: 40px;
line-height: 48px;
font-weight: 500;
width: 730px;
}
.ms-text {
color: #525252;
font-size: 16px;
line-height: 24px;
width: 564px;
}
.ms-img-text p {
font-size: 14px;
line-height: 20px;
color: #525252;
font-weight: 500;
margin-top: unset; }
.ms-card-text {
font-family: 'Stolzl';
font-size: 18px;
font-weight: 500;
color: #171717;
line-height: 28px;
} .mer-lower h2 {
color: #171717;
font-weight: 500;
font-family: 'Stolzl';
font-size: 32px;
line-height: 46px;
}
.mer-lower p {
color: #525252;
font-weight: 500;
line-height: 24px; font-size: 16px;
padding-left: 12px;
}
.ms-all-card {
margin-top: 300px;
}
.vx-520 {
height: 490px;
}
.vx-520-text {
font-size: 14px;
line-height: 20px;
font-weight: 500; color: #262626;
}
.vx-520-machine1 {
width: 78%;
height: 736px;
min-width: 138px;
float: inline-end;
border-radius: 0;
shape-outside: circle();
}
.vx-head {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.vx570-text1 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
}
.vx570-text1 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
} .ict-card-220 {
height: 490px;
}
.ict-card {
height: 490px;
}
.vx-ict-card {
height: 490px;
} .vx570-card-w-img img {
position: absolute;
right: 40px;
bottom: 34px;
width: 216px;
}
.vx570-text2 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: 308px;
color: #262626;
}
.ict-img-left {
position: absolute;
width: 200px;
bottom: 0px;
right: 25px; }
.ict-img3 {
position: absolute;
bottom: -52px;
left: 65px;
}
.ict-img4 {
position: absolute;
bottom: 0px;
width: 80px;
left: 17px;
}
.ict-img-right {
position: absolute;
right: -45px;
bottom: -48px;
}
.vx570-text3 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
}
.ict-img {
position: absolute;
left: 0;
top: 0;
z-index: 0;
}
.VX570-dc { height: 490px; }
.VX570-dc-machine {
position: absolute;
bottom: 40px;
right: 74px;
z-index: 1;
width: 216px;
}
.vx570-text4 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
}
.phone-card {
position: relative;
background-color: #D5FBEC;
height: 490px;
}
.phone-machine {
position: absolute;
bottom: -235px;
width: 260px;
right: -34px;
z-index: 1;
}
.vx-520-machine2 {
height: 529px;
min-width: 179px;
float: inline-end;
border-radius: 0;
shape-outside: circle();
}
.inci-img {
width: unset;
}
.vx570-text5 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
}
.ict-img2 {
position: absolute;
top: 1px;
right: 16px;
z-index: 0;
}
.inci-img img:nth-child(3) {
display: none;
}
.blog-dropdown {
height: 56px;
font-size: 16px;
line-height: 24px;
}
.has-search .form-control {
padding-left: 4rem;
height: 56px;
}
.search-blog-form-all::placeholder {
font-size: 16px;
line-height: 24px;
}
.search-icon {
font-size: 20px;
}
.blog-date {
width: 110px;
height: 40px;
left: 24px;
top: 24px;
}
.blog-date p {
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
}
.card-subtitle {
font-size: 14px;
line-height: 20px;
}
.card-blog-title {
font-size: 16px;
font-weight: 500;
line-height: 24px;
color: #171717;
padding-bottom: 8px;
padding-top: 8px;
}
.card-title-p {
color: #525252;
font-size: 14px;
line-height: 20px;
font-weight: 500;
}
.left-card {
top: unset;
width: 400px;
}
.single-blog-img {
width: 100%;
border-radius: 24px;
}
.single-blog-form {
gap: 40px; }
.single-blog-pad {
padding-top: 60px;
}
.card-subtitle-single {
font-size: 16px;
line-height: 20px;
}
.singleblog-head {
font-weight: 500;
font-family: 'Stolzl';
font-size: 18px;
width: auto;
margin-top: unset;
line-height: 28px;
}
.single-blog-text {
margin-top: 40px;
}
.singleblog-mainhead {
font-size: 16px;
line-height: 24px;
}
.singleblog-maintext {
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #525252;
}
.singleblog-started {
font-size: 18px;
line-height: 28px;
}
.singleblog-form::placeholder {
font-size: 16px;
line-height: 24px;
}
.singleblog-form {
font-size: 16px !important;
line-height: 24px !important;
}
.newsroom-input::placeholder {
font-size: 16px;
line-height: 24px;
}
.newsroom-input {
font-size: 16px !important;
line-height: 24px !important;
}
.single-box-form { gap: 20px;
}
.payment-box {
border: 1px solid #D4D4D4;
border-radius: 24px;
background: #ffffff;
padding: 24px;
margin-top: 10px;
}
.payment-text1 {
font-size: 16px;
line-height: 24px;
}
.payment-solution-lower-text {
font-size: 14px;
line-height: 20px;
}
.label-singleform {
font-size: 16px !important;
line-height: 24px;
padding-left: 16px;
}
.label-singleform1 {
font-size: 12px;
}
.single-business-label {
font-size: 16px;
line-height: 24px;
font-weight: 500;
color: #525252;
}
.single-business-label_1 {
width: fit-content;
font-size: 16px;
font-weight: 500;
color: #525252;
line-height: 24px;
}
.quick-business-label_1 {
width: fit-content;
font-size: 16px;
font-weight: 500;
color: #525252;
line-height: 24px;
}
.singleblog-send-button {
padding: 6px 6px 6px 15px;
line-height: 20px;
font-size: 16px;
}
.arrow-button-a img {
width: auto;
}
.started-now-text1 {
color: #FFFFFF;
font-size: 32px;
line-height: 46px;
font-weight: 500;
font-family: 'Stolzl';
margin-bottom: 0;
}
.started-now-text2 {
color: #FFFFFF;
font-size: 18px;
line-height: 24px;
font-weight: 500;
}
.news-email-input {
border: 1px solid white;
border-radius: 24px;
display: flex;
padding-left: 16px;
gap: 8px;
width: 250px;
display: flex;
align-items: center;
height: 56px;
}
.career-file-submit {
background-color: #ffffff;
color: #0092FF;
border: none;
width: 239px;
padding: 8px 0px;
border-radius: 24px;
margin-top: 15px;
font-size: 24px;
font-weight: 600;
height: 48px;
}
.drop-zone {
width: 245px;
padding: 10px 10px;
border: 2px dashed #ffffff;
border-radius: 32px;
text-align: center;
cursor: pointer;
}
.b-tab-align {
display: flex;
align-items: center;
}
}
@media screen and (min-width:1365px) and (max-width:1435px) {
.container-fluid { }
.phone-machine {
position: absolute;
bottom: -139px;
right: -34px;
z-index: 1;
width: 250px;
}
.request-head {
font-size: 40px;
line-height: 55px;
font-weight: 500;
font-family: 'Stolzl';
width: 880px;
text-align: center;
}
.terms-head {
font-family: 'Stolzl';
font-size: 40px;
font-weight: 500;
line-height: 48px;
}
.quick-head {
font-family: 'Stolzl';
font-size: 40px;
font-weight: 500;
line-height: 48px;
}
.terms-title {
margin-bottom: 0px;
color: #525252;
font-weight: 500;
font-size: 16px;
line-height: 24px;
}
.terms-subtext {
font-family: 'Stolzl';
font-size: 16px;
line-height: 24px;
font-weight: 500; }
.request-subtext {
font-family: 'Stolzl';
font-size: 16px;
line-height: 24px;
font-weight: 500; }
.quick-subtext {
font-family: 'Stolzl';
font-size: 16px;
line-height: 24px;
font-weight: 500; }
.faq-head {
font-size: 56px;
line-height: 67px;
}
.faq-p {
font-size: 18px;
line-height: 24px;
}
.faq-content-h1 {
font-size: 18px;
font-weight: 500;
width: unset;
}
.faq-content-p {
font-size: 16px;
line-height: 20px;
width: unset;
}
.gap-faq {
gap: 0px;
}
.searching-p {
font-size: 18px;
font-weight: 400;
line-height: 24px;
color: #525252;
padding-left: 10%;
}
.searching {
font-size: 32px;
line-height: 46px;
font-weight: 600;
padding-left: 16px;
margin-bottom: 8px;
}
.getintouch-button {
font-size: 18px;
line-height: 24px;
width: 179px;
} .arrow-button-a img {
width: 10px;
}
.touch-section {
height: 192px;
background-color: #F5F5F5;
margin-top: 80px;
padding: 33px 0px;
} .careers-head {
font-family: 'Stolzl';
font-size: 56px;
line-height: 67px;
width: 643px;
text-align: center;
padding-top: 80px;
}
.blog-p {
color: #737373;
font-weight: 500;
font-size: 18px;
line-height: 28px;
text-align: center;
padding-top: 16px;
width: 587px;
}
.career-p {
color: #737373;
font-weight: 500;
font-size: 21px;
line-height: 28px;
text-align: center;
padding-top: 16px;
width: 546px;
}
.career-img {
height: 100%;
width: 100%;
object-fit: cover;
border-radius: 32px;
}
.career-img-2 {
height: 80%;
width: 100%;
object-fit: cover;
border-radius: 32px;
}
.career-box p {
color: #FFFFFF;
font-size: 20px;
font-weight: 500;
line-height: 28px;
text-align: center;
}
.career-box {
display: flex;
align-items: center;
background-color: #0092FF;
border-radius: 32px;
margin-top: 10px;
padding: 20px 57px;
}
.career-unlock-text {
font-family: 'Stolzl';
font-size: 32px;
font-weight: 500;
color: #171717;
line-height: 46px;
width: 400px;
}
.career-right-text {
font-size: 16px;
font-weight: 500;
color: #525252;
line-height: 24px;
}
.singblog-img {
top: -24px;
}
.ag-timeline_line {
left: 6px;
}
.ag-timeline-card_img-box p {
font-size: 18px;
line-height: 24px;
}
.js-ag-active .ag-timeline-card_item {
background: #0092FF;
height: 200px;
width: 361px;
}
.ag-timeline-card_item {
padding: 22px 14px;
height: 72px;
width: 361px;
}
.career-num {
border-radius: 50%;
height: 40px;
width: 40px;
padding: 9px 12px;
background: #FAFAFA;
color: #A3A3A3;
}
.blog-head {
font-family: 'Stolzl';
font-size: 56px;
width: 800px;
line-height: 67px;
}
.news-head {
width: 900px;
}
.news-banner-text {
text-align: left;
position: absolute;
bottom: 30px;
left: 30px;
}
.banner-pagination {
display: flex;
justify-content: end;
padding-right: 30px;
}
.swiper-pagination {
position: absolute !important;
bottom: 30px !important;
right: 60px !important;
text-align: center;
z-index: 10;
}
.news-banner-text-lower {
color: #FFFFFF;
line-height: 36px;
font-size: 30px;
font-weight: 500;
margin-top: 11px;
}
.news-box-img {
position: relative;
width: 1170px;
height: 280px;
}
.news-banner-text-upper {
height: 36px;
width: 79px;
padding: 6px 8px;
border-radius: 8px;
background: white;
font-size: 14px;
color: #171717;
}
.news-banner-img {
height: 280px;
width: 100%;
object-fit: cover;
}
.news-banner-text1 {
text-align: left;
position: absolute;
padding: 30px;
}
.news-banner-text-lower1 {
color: #FFFFFF;
font-size: 30px;
line-height: 36px;
font-weight: 500;
}
.newsroom-head {
font-family: 'Stolzl';
font-size: 40px;
font-weight: 500;
line-height: 46px;
}
.blog-keywords1 {
border: 1px solid #525252;
border-radius: 24px;
padding: 7px 16px;
width: fit-content;
font-size: 16px;
line-height: 24px;
font-weight: 500;
height: 40px;
color: #525252;
}
.blog-keywords {
border: 1px solid #525252;
border-radius: 24px;
padding: 8px 16px;
width: fit-content;
font-size: 16px;
line-height: 24px;
font-weight: 500; color: #525252;
}
.Product-head {
color: #171717;
font-size: 32px;
font-family: 'Stolzl';
line-height: 28px;
margin-top: 40px; }
.news-card {
border-radius: 32px;
height: auto;
border: none;
background: #FAFAFA;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}
.gap-news {
gap: 0px;
}
.news-banner-text-lower1 {
color: #FFFFFF;
font-size: 30px;
line-height: 36px;
font-weight: 500;
}
.newscard-title-p {
color: #525252;
font-size: 14px;
line-height: 20px;
font-weight: 500;
}
.blog-card-img {
height: 240px;
}
.tools-head {
font-family: 'Stolzl';
font-size: 56px;
width: 1012px;
text-align: center;
padding-top: 80px;
line-height: 67.7px;
}
.tools-p {
color: #737373;
font-weight: 500;
font-size: 18px;
text-align: center;
width: 825px;
margin-top: 8px;
line-height: 24px;
}
.vt-text1 {
font-family: 'Stolzl';
font-size: 32px;
line-height: 46px;
font-weight: 500;
color: #171717;
}
.vt-text2 {
font-family: 'Stolzl';
font-size: 12px;
line-height: 18px;
font-weight: 500;
color: #171717;
margin-top: 8px;
}
.vt-text3 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.vt-text31 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.vt-text32 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.vt-text34 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.vt-text33 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.vt-text35 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.offer-head {
font-family: 'Stolzl';
font-size: 56px;
line-height: 67px;
text-align: center;
padding-top: 80px;
width: 1000px;
}               .line-offer {
border-top: 4px solid black;
width: 64px;
margin-top: 14px;
}
.offers-subtext {
font-family: 'Stolzl';
font-weight: 500;
font-size: 32px;
color: #171717;
line-height: 46px;
}
.offers-subtextp {
font-weight: 500;
font-size: 18px;
color: #525252;
margin-top: 16px;
line-height: 24px;
}  .mobile-card-text p:nth-child(2) {
font-size: 14px;
font-weight: 500;
padding-left: 40px;
width: 271px;
color: #F5F5F5;
line-height: 20px;
}
.payany-where-text p:nth-child(2) {
font-size: 14px;
font-weight: 500;
line-height: 20px;
padding-left: 40px;
width: 244px;
color: #F5F5F5;
}
.offers-receive-img {
width: 195px;
}
.mobile-card {
width: 170px;
}
.offer-IE p:nth-child(1) {
color: #0092FF;
font-size: 16px;
line-height: 24px;
}
.offer-IE h2 {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
color: #171717;
}
.offer-IE1 {
color: #171717;
font-size: 14px;
margin-top: 20px;
margin-bottom: 0px;
font-weight: 500;
line-height: 20px;
}
.offer-IE2 {
color: #171717;
font-weight: 500;
font-size: 14px;
line-height: 20px;
}
.expert-head {
font-family: 'Stolzl';
font-size: 56px;
line-height: 67.7px;
text-align: center;
margin-top: 80px;
line-height: 86px;
}
.expert-p {
color: #737373;
font-weight: 500;
font-size: 18px;
text-align: center;
margin-top: 8px;
width: 684px;
line-height: 28px;
}
.exp-img1 {
width: 100%;
height: 360px;
object-fit: cover;
border-radius: 32px;
}
.exp-img2 {
width: 100%;
height: 260px;
border-radius: 32px;
object-fit: cover;
}
.exp-img3 {
width: 100%;
height: 360px;
object-fit: cover;
border-radius: 32px;
}
.lets-talk {
height: 76px;
}
.expert-from-p {
font-family: 'Stolzl';
font-size: 40px;
font-weight: 500;
line-height: 48px;
}
.expert-form-text {
font-family: 'Stolzl';
font-size: 14px;
line-height: 18px;
font-weight: 500;
}
.expert-form-text {
font-family: 'Stolzl';
font-size: 14px;
line-height: 18px;
font-weight: 500;
}
.expert-advice-text {
font-family: 'Stolzl';
font-size: 40px;
width: 774px;
line-height: 48px;
}
.expert-details p:nth-child(1) {
font-size: 18px;
font-weight: 600;
color: #262626;
line-height: 28px;
}
.expert-details p:nth-child(3) {
font-size: 18px;
line-height: 28px;
}
.expert-details p:nth-child(2) {
font-size: 14px;
line-height: 20px;
}
.advice-phone {
height: 56px;
width: 56px;
}
.expert-connect {
font-size: 16px;
line-height: 20px;
}
.about-title {
margin-bottom: 0px;
color: #A3A3A3;
font-weight: 500;
font-size: 14px;
line-height: 20px;
position: relative;
top: 20px;
}
.about-head {
font-family: 'Stolzl';
font-size: 40px;
line-height: 48px;
font-weight: 500; margin-bottom: 24px;
}
.about-img {
height: 284px;
width: 100%;
object-fit: cover;
border-radius: 32px;
}
.about-img2 {
height: 467px;
width: 100%;
object-fit: cover;
border-radius: 32px;
}    .about-line1 {
margin-top: 13px;
}
.about-line {
margin-top: 13px;
} .echeck-title {
margin-bottom: 0px;
font-size: 18px;
line-height: 24px;
color: #525252;
font-weight: 500;
}
.echeck-head {
font-size: 56px;
line-height: 67.7px;
}
.echeck-text {
font-size: 20px;
line-height: 28px;
width: 790px;
margin-bottom: 0;
}
.echeck-button-text {
padding: 16px 0px 16px 10px;
font-size: 20px;
line-height: 28px;
color: #ffffff;
font-weight: 600;
} .echeck-from-p {
font-family: 'Stolzl';
font-size: 32px;
line-height: 46px;
font-weight: 500;
} .echeck-banner {
border-radius: 32px;
width: 100%;
height: 360px;
object-fit: cover;
}
.eCheck-list {
font-size: 14px;
width: unset;
line-height: 20px;
}
.echeck-subtext {
font-size: 32px;
line-height: 46px;
}
.terms-text {
color: #525252;
font-size: 14px;
width: 100%;
font-weight: 500;
line-height: 20px;
} .info-text {
color: #525252;
font-size: 16px;
width: 100%;
font-weight: 500;
line-height: 28px;
margin-bottom: 0;
}
.info-card-text {
font-size: 16px;
color: #525252;
font-weight: 500;
}
.inco-subtext {
color: #525252;
font-family: 'Stolzl';
font-size: 16px;
font-weight: 500;
}
.inco-business-text {
font-family: 'Stolzl';
color: #525252;
font-size: 16px;
font-weight: 500;
}
.echeck-subbox {
position: absolute;
bottom: 25px;
width: unset;
}
.echecks-w-text {
font-size: 40px;
line-height: 48px;
padding-top: 80px;
padding-bottom: 80px;
}
.echeck-w-content h3 {
position: relative;
color: #171717;
font-size: 28px;
line-height: 38px;
}
.echeck-img-mt {
gap: 40px;
margin-top: unset;
}
.echeck-w-content p {
position: relative;
color: #525252;
font-size: 14px;
line-height: 20px;
font-weight: 500;
}
.horizontal .card {
align-items: stretch;
border: none;
width: 430px;
height: 300px;
}  .echeck-align {
display: unset;
justify-content: unset;
}
.eCheck-list li {
margin-top: 5px;
}
.echeck-head-lower {
font-size: 40px;
line-height: 48px;
}
.echeck-subtext_1 { font-size: 18px;
line-height: 24px;
font-weight: 500;
}
.echeck-cost p {
font-size: 14px;
line-height: 20px;
}
.ms-tittle {
margin-bottom: 0px;
font-size: 18px;
line-height: 24px;
}
.ms-head {
font-family: 'Stolzl';
font-size: 56px;
line-height: 67px;
font-weight: 500;
margin-top: 15px;
width: 900px;
}
.ms-text {
color: #525252;
font-size: 20px;
line-height: 28px;
width: 700px;
}   .mer-lower h2 {
color: #171717;
font-weight: 500;
font-family: 'Stolzl';
font-size: 40px;
line-height: 48px;
}
.mer-lower p {
color: #525252;
font-weight: 500;
line-height: 28px; font-size: 18px;
padding-left: 12px;
}
.ms-all-card {
margin-top: 300px;
} .vx-520-text {
font-size: 16px;
line-height: 24px;
font-weight: 500;
width: 324px;
color: #262626;
}        .vx570-card-w-img {
width: auto;
} .vx570-text2 {
font-size: 16px;
line-height: 24px;
font-weight: 500;
width: 308px;
color: #262626;
} .ict-img3 {
position: absolute;
bottom: -52px;
left: 65px;
}
.ict-img4 {
position: absolute;
bottom: 0px;
width: 80px;
left: 17px;
}
.ict-img-right {
position: absolute;
right: -45px;
bottom: -48px;
}
.vx570-text3 {
font-size: 16px;
line-height: 24px;
font-weight: 500;
width: auto;
color: #262626;
}  .vx570-text4 {
font-size: 16px;
line-height: 24px;
font-weight: 500;
width: auto;
color: #262626;
}   .inci-img {
width: unset;
} .ict-img2 {
position: absolute;
top: 1px;
right: 16px;
z-index: 0;
}
.inci-img img:nth-child(3) {
display: none;
}
.blog-dropdown {
height: 56px;
font-size: 16px;
line-height: 24px;
}
.has-search .form-control {
padding-left: 4rem;
height: 56px;
}
.search-blog-form-all::placeholder {
font-size: 16px;
line-height: 24px;
}
.search-icon {
font-size: 20px;
}
.blog-date {
left: 24px;
top: 24px;
}
.blog-date p {
margin-bottom: 0;
font-size: 16px;
line-height: 20px;
}
.card-subtitle {
font-size: 16px;
line-height: 24px;
}
.card-blog-title {
font-size: 18px;
font-weight: 500;
line-height: 28px;
color: #171717;
padding-bottom: 8px;
padding-top: 8px;
}
.card-title-p {
color: #525252;
font-size: 16px;
line-height: 24px;
font-weight: 500;
}
.left-card {
top: unset;
padding: 20px; }
.single-blog-img {
width: 100%;
border-radius: 24px;
}
.single-blog-form {
gap: 40px; }
.single-blog-pad {
padding-top: 60px;
}
.card-subtitle-single {
font-size: 18px;
line-height: 24px;
}
.singleblog-head {
font-weight: 500;
font-family: 'Stolzl';
font-size: 40px; margin-top: 8px;
line-height: 48px;
}
.single-blog-text {
margin-top: 40px;
}
.singleblog-mainhead {
font-size: 20px;
line-height: 24px;
}
.singleblog-maintext {
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #525252;
}
.singleblog-started {
font-size: 20px;
line-height: 28px;
}
.singleblog-form::placeholder {
font-size: 18px !important;
line-height: 24px !important;
}
.singleblog-form {
font-size: 18px !important;
line-height: 24px !important;
}
.newsroom-input::placeholder {
font-size: 18px !important;
line-height: 24px !important;
}
.newsroom-input {
font-size: 18px !important;
line-height: 24px !important;
}
.single-box-form { gap: 20px;
}
.payment-box {
border: 1px solid #D4D4D4;
border-radius: 24px;
background: #ffffff;
padding: 24px;
margin-top: 10px; }
.payment-text1 {
font-size: 18px;
line-height: 24px;
}
.payment-solution-lower-text {
font-size: 16px;
line-height: 20px;
}
.label-singleform {
font-size: 16px !important;
line-height: 24px;
padding-left: 16px;
}
.label-singleform1 {
font-size: 14px;
}
.single-business-label {
font-size: 16px;
line-height: 24px;
font-weight: 500;
color: #525252;
}
.single-business-label_1 {
width: fit-content;
font-size: 16px;
font-weight: 500;
color: #525252;
line-height: 24px;
}
.quick-business-label_1 {
width: fit-content;
font-size: 16px;
font-weight: 500;
color: #525252;
line-height: 24px;
} .started-now-text1 {
color: #FFFFFF;
font-size: 32px;
line-height: 46px;
font-weight: 500;
font-family: 'Stolzl';
margin-bottom: 0;
}
.started-now-text2 {
color: #FFFFFF;
font-size: 18px;
line-height: 24px;
font-weight: 500;
}
.news-email-input {
border: 1px solid white;
border-radius: 24px;
display: flex;
padding-left: 16px;
gap: 8px;
width: 250px;
display: flex;
align-items: center;
height: 56px;
}
.career-file-submit {
background-color: #ffffff;
color: #0092FF;
border: none;
width: 239px;
padding: 8px 0px;
border-radius: 24px;
margin-top: 15px;
font-size: 24px;
font-weight: 600;
height: 48px;
}
.drop-zone {
width: 245px;
padding: 10px 10px;
border: 2px dashed #ffffff;
border-radius: 32px;
text-align: center;
cursor: pointer;
}
}
@media screen and (min-width:765px) and (max-width:989px) {
.container-fluid { padding: 0px;
}
.footer-logo-alldocs {
width: 196px;
}
.started-now-text1 {
color: #FFFFFF;
font-size: 32px;
line-height: 46px;
font-weight: 500;
font-family: 'Stolzl';
margin-bottom: 0;
}
.started-now-text2 {
color: #FFFFFF;
font-size: 12px;
line-height: 16px;
font-weight: 500;
}
.startednow-allbutton {
display: flex;
align-items: end;
justify-content: end;
flex-direction: column-reverse;
gap: 10px;
}
.started-contact {
height: 48px;
font-size: 18px;
line-height: 28px;
}
.start-now-button {
font-size: 18px;
line-height: 28px;
margin-left: 0px;
}
.drop-zone {
width: 245px;
padding: 10px 10px;
border: 2px dashed #ffffff;
border-radius: 32px;
text-align: center;
cursor: pointer;
}
.terms-title {
margin-bottom: 0px;
color: #525252;
font-weight: 500;
font-size: 16px;
line-height: 24px;
}
.terms-head {
font-family: 'Stolzl';
font-size: 40px;
font-weight: 500;
line-height: 48px;
}
.quick-head {
font-family: 'Stolzl';
font-size: 32px;
font-weight: 500;
line-height: 46px;
}
.terms-text {
color: #525252;
font-size: 14px;
width: auto;
font-weight: 500;
line-height: 20px;
}
.quick-text {
color: #525252;
font-size: 14px;
width: auto;
font-weight: 500;
line-height: 20px;
margin-top: 0;
padding-left: 7%;
}
.quickApp-mt {
margin-top: 40px;
}
.info-text {
color: #525252;
font-size: 14px;
width: auto;
font-weight: 500;
line-height: 20px;
}
.terms-subtext1 {
color: #171717;
font-size: 18px;
line-height: 28px;
font-weight: 700;
}
.request-box {
width: 394px;
position: absolute;
top: 37px;
padding-left: 40px;
}
.terms-subtext {
font-family: 'Stolzl';
font-size: 20px;
line-height: 28px;
font-weight: 500;
}
.request-subtext {
font-family: 'Stolzl';
font-size: 20px;
line-height: 28px;
font-weight: 500;
}
.quick-subtext {
font-family: 'Stolzl';
font-size: 20px;
line-height: 28px;
font-weight: 500;
}
.faq-head {
font-size: 40px;
line-height: 48px;
}
.faq-p {
font-size: 16px;
line-height: 24px;
width: 475px;
margin-bottom: 0px;
}
.faq-content-h1 {
font-size: 16px;
font-weight: 500;
width: unset;
}
.faq-content-p {
font-size: 14px;
line-height: 20px;
width: unset;
}
.faq-gettouch {
width: 67%;
}
.faq-main-box {
width: 100%;
display: block;
gap: 50px;
margin-top: 0px;
}
.faq-box-1 {
width: auto;
display: flex;
gap: 20px;
align-items: flex-start;
margin-top: 40px;
}
.faq-box-2 {
width: auto;
display: flex;
gap: 20px;
align-items: flex-start;
margin-top: 40px;
}
.searching {
font-size: 30px;
line-height: 48px;
font-weight: 600;
padding-left: 16px;
margin-bottom: 0px;
}
.gap-faq {
gap: 0px;
}
.searching-p {
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #525252;
padding-left: 60px;
}
.getintouch-button {
display: flex;
border: none;
background: #0092FF;
padding-left: 11px;
height: 48px;
width: 155px;
gap: 8px;
border-radius: 24px;
font-size: 16px;
line-height: 24px;
color: #ffffff;
font-weight: 600;
display: flex;
align-items: center;
} .touch-section {
height: 216px;
background-color: #F5F5F5;
margin-top: 80px;
padding: 33px 0px;
}
.load-more {
font-size: 16px;
padding: 6px 6px 6px 16px;
}
.blog-card-body {
padding: 24px 55px 24px 24px;
position: relative;
}
.careers-head {
font-family: 'Stolzl';
font-size: 40px;
line-height: 48px;
width: 443px;
text-align: center;
padding-top: 80px;
}
.unlock-box {
display: flex;
gap: 40px;
align-items: normal;
padding-top: 80px;
padding-bottom: 80px;
}
.blog-p {
color: #737373;
font-weight: 500;
font-size: 16px;
line-height: 24px;
text-align: center;
width: 443px;
padding-top: 16px;
}
.swiper-pagination {
position: absolute !important;
bottom: 20px !important;
right: 60px !important;
text-align: center;
z-index: 10;
}
.banner-pagination {
display: flex;
justify-content: end;
padding-right: 20px;
}
.career-p {
color: #737373;
font-weight: 500;
font-size: 16px;
line-height: 24px;
text-align: center;
width: 443px;
padding-top: 16px;
}
.career-img {
height: 375px;
width: 100%;
object-fit: cover;
border-radius: 32px;
}
.career-img-2 {
height: 226px;
width: 100%;
object-fit: cover;
border-radius: 32px;
}
.career-box p {
color: #FFFFFF;
font-size: 16px;
font-weight: 500;
line-height: 24px;
text-align: center;
}
.career-box {
display: flex;
background-color: #0092FF;
border-radius: 32px;
margin-top: 10px;
padding: 21px 20px;
}
.career-unlock-text {
font-family: 'Stolzl';
font-size: 18px;
font-weight: 500;
color: #171717;
line-height: 28px;
width: 221px;
}
.career-right-text {
font-size: 14px;
font-weight: 500;
line-height: 20px;
}
.essentials-text {
font-size: 16px;
line-height: 24px;
font-weight: 500;
margin-top: 15px;
}
.essentials-text-lower {
color: #525252;
font-size: 14px;
line-height: 20px;
}
.more-blogs {
font-family: 'Stolzl';
font-size: 32px;
line-height: 46px;
font-weight: 500;
}
.blogs-list {
font-size: 16px;
line-height: 24px;
font-weight: 500;
margin-top: 40px;
}
.recruitment-process-text {
font-size: 16px;
line-height: 24px;
font-weight: 500;
padding-bottom: 80px;
width: 422px;
color: #525252;
}
.ag-timeline_line {
left: 6px;
}
.ag-timeline-card_img-box p {
font-size: 16px;
line-height: 24px;
}
.js-ag-active .ag-timeline-card_item {
background: #0092FF;
height: 140px;
width: 93%;
}
.ag-timeline-card_item {
padding: 19px 14px;
height: 72px;
width: 93%;
}
.ag-timeline-card_point {
height: 15px;
line-height: 50px;
position: relative;
left: 21px;
}
.career-num {
border-radius: 50%;
height: 40px;
width: 40px;
padding: 9px 12px;
background: #FAFAFA;
color: #A3A3A3;
}
.blog-head {
font-family: 'Stolzl';
font-size: 40px;
line-height: 48px;
}
.news-banner-text {
text-align: left;
position: absolute;
bottom: 14px;
left: 20px;
}
.news-banner-text-lower {
color: #FFFFFF;
line-height: 32px;
font-size: 24px;
font-weight: 500;
margin-top: 11px;
width: 434px;
}
.news-box-img {
position: relative;
width: 1170px;
height: 280px;
}
.news-banner-text-upper {
height: 36px;
width: 79px;
padding: 6px 8px;
border-radius: 8px;
background: white;
font-size: 14px;
color: #171717;
}
.news-banner-img {
height: 280px;
width: 100%;
object-fit: cover;
}
.news-banner-text1 { padding: 20px;
}
.news-row2-left {
width: 50%;
}
.news_text { }
.news-banner-text-lower1 {
color: #FFFFFF;
font-size: 24px;
line-height: 32px;
font-weight: 500;
}
.newsroom-head {
font-family: 'Stolzl';
font-size: 32px;
font-weight: 500;
line-height: 46px;
}
.blog-keywords1 {
border: 1px solid #525252;
border-radius: 24px;
padding: 7px 16px;
width: fit-content;
font-size: 16px;
line-height: 24px;
font-weight: 500;
height: 40px;
color: #525252;
}
.blog-keywords {
border: 1px solid #525252;
border-radius: 24px;
padding: 8px 16px;
width: fit-content;
font-size: 16px;
line-height: 24px;
font-weight: 500; color: #525252;
}
.Product-head {
color: #171717;
font-size: 18px;
font-family: 'Stolzl';
line-height: 28px;
margin-top: 40px;
}
.news-card {
border-radius: 32px;
width: 46%;
height: 492px;
position: relative;
border: none;
background: #FAFAFA;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}
.gap-news {
gap: 0px;
}
.card-news-title {
font-size: 16px;
font-weight: 500;
line-height: 32px;
color: #171717; line-height: 24px;
}
.newscard-title-p {
color: #525252;
font-size: 14px;
line-height: 20px;
font-weight: 500; }
.blog-card-img {
height: 240px;
}
.tools-head {
font-family: 'Stolzl';
font-size: 40px; text-align: center;
padding-top: 80px;
line-height: 48px;
}
.tools-p {
color: #737373;
font-weight: 500;
font-size: 16px;
text-align: center; margin-top: 8px;
line-height: 24px;
}
.vt-text1 {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
color: #171717;
}
.vt-text2 {
font-family: 'Stolzl';
font-size: 12px;
line-height: 18px;
font-weight: 500;
color: #171717;
margin-top: 8px;
}
.vt-text3 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.vt-text31 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.vt-text32 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.vt-text34 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.vt-text33 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.vt-text35 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
}
.offer-head {
font-family: 'Stolzl';
font-size: 40px;
text-align: center;
padding-top: 80px;
line-height: 60px;
}
.offer-p {
color: #737373;
font-weight: 500;
font-size: 16px;
text-align: center;
width: 612px;
margin-top: 8px;
line-height: 24px;
}
.offer-img1 {
width: 100%;
height: 232px;
object-fit: cover;
border-radius: 32px;
}
.offer-img-2 {
width: 100%;
height: 232px;
object-fit: cover;
border-radius: 32px;
}
.offer-banner-main h2 {
font-size: 18px;
font-family: 'Stolzl';
font-weight: 500;
padding-top: 24px; line-height: 28px;
margin-top: 0;
}
.off-revrow {
display: flex;
flex-direction: row;
}
.offer-banner-main p {
font-size: 14px;
font-weight: 500; color: #525252;
line-height: 20px;
margin-top: 16px;
}
.offer-banner-main1 h2 {
font-family: 'Stolzl';
font-size: 12px;
font-weight: 500;
padding-top: 8px; line-height: 18px;
}
.offer-banner-main1 p {
font-size: 14px;
font-weight: 500;
padding-top: 8px; color: #525252;
line-height: 20px;
}
.offer-banner-submain h2 {
font-size: 18px;
font-family: 'Stolzl';
font-weight: 500;
margin-top: 24px;
line-height: 28px;
}
.offer-banner-submain p {
font-size: 14px;
font-weight: 500;
color: #525252;
line-height: 20px; }
.off-revrow {
display: flex;
flex-direction: row;
padding-top: 40px;
position: relative;
}
.off-col-2 {
width: 100%;
}
.off-col-1 {
width: 100%;
}
.offer-banner-submain1 h2 {
font-family: 'Stolzl';
font-size: 12px;
font-weight: 500;
margin-top: 8px;
line-height: 18px;
}
.offer-banner-submain1 li {
font-size: 14px;
font-weight: 500;
color: #525252;
line-height: 20px;
}
.offers-row2 {
position: absolute;
right: 0;
width: 25%;
}
.offer-bg1 {
padding: 40px 40px 40px 40px;
}
.offer-bg2 {
padding: 40px 40px 40px 40px;
}
.offer-bg3 {
padding: 40px 40px 40px 40px;
}
.offer-bg4 {
padding: 40px 40px 40px 40px;
}
.offers-row {
position: absolute;
height: 20px;
width: 53%;
height: 48px;
border-radius: 32px; left: 45%;
background: #EDFCFF;
bottom: 181px;
}
.expert-custom-width {
width: 624px;
}
.expert-social-icons {
display: flex;
justify-content: start;
align-items: baseline;
margin-top: 80px;
}
.news-email-input {
border: 1px solid white;
border-radius: 24px;
display: flex;
padding-left: 16px;
gap: 8px;
width: 250px;
display: flex;
align-items: center;
height: 56px;
}
.career-file-submit {
background-color: #ffffff;
color: #0092FF;
border: none;
width: 239px;
padding: 8px 0px;
border-radius: 24px;
margin-top: 15px;
font-size: 24px;
font-weight: 600;
height: 48px;
}
.processing-zero {
width: 100%;
}
.offers-paymenthead {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
color: #171717;
font-weight: 500;
}
.offers-paymentprocessing {
font-size: 14px;
color: #525252;
line-height: 20px;
font-weight: 500;
}
.offer-line2 {
border-top: 4px solid black;
width: 10%;
margin-top: 13px;
padding-left: 8px;
}
.line-offer {
border-top: 4px solid black;
width: 64px;
margin-top: 14px;
}
.offers-subtext {
font-family: 'Stolzl';
font-weight: 500;
font-size: 32px;
color: #171717;
line-height: 46px;
}
.offers-subtextp {
font-weight: 500;
font-size: 16px;
color: #525252;
margin-top: 16px;
line-height: 24px;
}
.offer-description {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #262626; }
.offer-box4 {
position: relative;
background-color: #FFD9F0;
height: 345px;
border-radius: 32px;
overflow: hidden;
}
.offer-description2 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252; }
.mobile-card-text p:nth-child(2) {
font-size: 14px;
font-weight: 500;
padding-left: 40px;
width: 271px;
color: #F5F5F5;
line-height: 20px;
}
.payany-where-text p:nth-child(2) {
font-size: 14px;
font-weight: 500;
line-height: 20px;
padding-left: 40px;
padding-right: 86px;
color: #F5F5F5;
width: unset;
}
.offers-receive-img {
width: unset;
}
.mobile-card {
width: 170px;
}
.offer-IE p:nth-child(1) {
color: #0092FF;
font-size: 16px;
line-height: 24px;
}
.offer-IE h2 {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
color: #171717;
}
.offer-IE1 {
color: #171717;
font-size: 14px;
margin-top: 20px;
margin-bottom: 0px;
font-weight: 500;
line-height: 20px;
}
.offer-IE2 {
color: #171717;
font-weight: 500;
font-size: 14px;
line-height: 20px;
}
.expert-head {
font-family: 'Stolzl';
font-size: 40px;
text-align: center;
margin-top: 80px;
line-height: 48px;
}
.expert-p {
color: #737373;
font-weight: 500;
font-size: 16px;
text-align: center;
margin-top: 8px;
width: 593px;
line-height: 24px;
}
.exp-img1 {
width: 100%;
height: 360px;
object-fit: cover;
border-radius: 32px;
}
.exp-img2 {
width: 100%;
height: 260px;
border-radius: 32px;
object-fit: cover;
}
.exp-img3 {
width: 100%;
height: 360px;
object-fit: cover;
border-radius: 32px;
}
.lets-talk {
height: 76px;
}
.expert-from-p {
font-family: 'Stolzl';
font-size: 32px;
font-weight: 500;
line-height: 46px;
}
.expert-form-text {
font-family: 'Stolzl';
font-size: 12px;
line-height: 18px;
font-weight: 500;
}
.expert-submit {
font-size: 16px;
padding: 4px 4px 4px 12px;
}
.arrow-button-expert {
height: 33.33px;
width: 33.33px;
}
.expert-advice-text {
font-family: 'Stolzl';
font-size: 32px;
width: auto;
line-height: 46px;
}
.expert-details p:nth-child(1) {
font-size: 16px;
font-weight: 600;
color: #262626;
line-height: 24px;
}
.expert-details p:nth-child(3) {
font-size: 16px;
line-height: 28px;
}
.expert-details p:nth-child(2) {
font-size: 14px;
line-height: 20px;
}
.advice-phone {
height: 56px;
width: 56px;
}
.expert-connect {
font-size: 14px;
line-height: 16px;
}
.about-title {
margin-bottom: 0px;
color: #A3A3A3;
font-weight: 500;
font-size: 14px;
line-height: 20px;
position: relative;
top: unset;
}
.about-head {
font-family: 'Stolzl';
font-size: 32px;
line-height: 46px;
font-weight: 500;
width: 624px;
margin-bottom: 24px;
}
.about-img {
height: 284px;
width: 100%;
object-fit: cover;
border-radius: 32px;
}
.about-img2 {
height: 284px;
width: 100%;
object-fit: cover;
border-radius: 32px;
}
.about-text {
font-weight: 500;
font-size: 14px;
font-weight: 500;
color: #525252;
line-height: 20px;
}
.ab-p {
padding-right: 0px;
}
.about-what {
font-size: 32px;
line-height: 46px;
}
.about-p {
font-size: 12px;
line-height: 18px;
}
.aboutcard-head { font-size: 16px;
font-weight: 500;
line-height: 24px;
color: #171717; }
.aboutcard-text {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
width: auto; }
.about-vission {
font-family: 'Stolzl';
font-size: 18px;
font-weight: 500;
line-height: 28px; }
.about-line1 {
margin-top: 13px;
width: 26px;
}
.about-line {
margin-top: 13px;
}
.about-mission {
font-size: 12px;
line-height: 18px;
}
.about-tab {
display: unset;
}
.about-allscreen {
display: none;
}
.echeck-head {
font-size: 40px;
line-height: 48px;
}
.echeck-text {
font-size: 16px;
line-height: 24px;
}
.echeck-banner-box {
padding: 88px 352px 88px 40px;
position: absolute;
}
.echeck-button-text {
padding: 16px 0px 16px 10px;
font-size: 16px;
line-height: 24px;
color: #ffffff;
font-weight: 600;
}
.echeck-from-p {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.eCheck-list {
font-size: 14px;
font-weight: 600;
line-height: 20px;
color: #525252;
}
.echeck-banner {
border-radius: 32px;
width: 100%;
height: 360px;
object-fit: cover;
object-position: 25% 100%;
}
.eCheck-list {
font-size: 14px;
width: 280px;
line-height: 20px;
}
.echeck-subtext {
font-size: 18px;
line-height: 28px;
margin-top: 0px;
}
.echeck-subbox {
position: absolute;
bottom: unset;
top: 100px;
width: unset;
}
.inco-subtext {
color: #525252;
font-family: 'Stolzl';
font-size: 14px;
line-height: 20px;
font-weight: 500;
}
.info-card-text {
font-size: 14px;
color: #525252;
font-weight: 500;
line-height: 20px;
}
.inco-business-text {
font-family: 'Stolzl';
color: #525252;
font-size: 14px;
font-weight: 500;
} .echeck-img-mt {
gap: 40px;
margin-top: 0px;
}
.echeck-img-left-box {
width: 47%;
}
.echecks-w-text {
font-size: 32px;
line-height: 46px;
padding-top: 80px;
padding-bottom: 40px;
padding-left: 72px;
}
.echeck-w-content h3 {
position: relative;
color: #171717;
font-size: 18px;
line-height: 28px;
}
.echeck-w-content p {
position: relative;
color: #525252;
font-size: 14px;
line-height: 20px;
font-weight: 500;
}
.horizontal .card {
align-items: stretch;
border: none;
width: 460px;
height: 300px;
}
.echeck-lower-img {
width: 100%;
height: 348px;
object-fit: cover;
border-radius: 32px;
}
.echeck-subtext-1 {
font-size: 16px;
line-height: 24px;
font-weight: 500;
margin-top: 15px;
margin-bottom: 15px;
}
.echeck-align {
display: unset;
justify-content: unset;
}
.eCheck-list li {
margin-top: 5px;
}
.echeck-head-lower {
font-size: 32px;
line-height: 46px;
}
.echeck-subtext_1 { font-size: 16px;
line-height: 24px;
font-weight: 500;
}
.echeck-cost p {
font-size: 14px;
line-height: 20px;
}
.ms-tittle {
margin-bottom: 0px;
font-size: 16px;
line-height: 24px;
}
.ms-head {
font-family: 'Stolzl';
font-size: 40px;
line-height: 48px;
font-weight: 500;
}
.ms-text {
color: #525252;
font-size: 16px;
line-height: 24px;
}
.ms-img-text p {
font-size: 14px;
line-height: 20px;
color: #525252;
font-weight: 500;
margin-top: unset; }
.ms-card-text {
font-family: 'Stolzl';
font-size: 18px;
font-weight: 500;
color: #171717;
line-height: 28px;
}
.ms-card {
height: auto;
width: 48%;
}
.mer-lower h2 {
color: #171717;
font-weight: 500;
font-family: 'Stolzl';
font-size: 32px;
line-height: 48px;
}
.mer-lower p {
color: #525252;
font-weight: 500;
line-height: 24px; font-size: 16px;
padding-left: 12px;
}
.ms-all-card {
margin-top: 340px;
}
.vx-520 {
position: relative;
background-color: #FFDFA4;
height: 633px;
width: 48.3%; }
.vx-520-text {
font-size: 14px;
line-height: 20px;
font-weight: 500; color: #262626;
}
.vx-520-machine1 { height: 720px;
min-width: 138px;
float: inline-end;
border-radius: 0;
shape-outside: circle();
}
.vx-520-machine {
position: absolute;
bottom: 72px;
right: 20px;
z-index: 1;
width: 250px;
}
.ict-img {
position: absolute;
left: 0;
z-index: 0;
top: 0;
}
.vx-head {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500; }
.vx570-text1 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
}
.vx570-text1 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
}
.vx570-card-w {
width: auto;
}
.ict-card-220 {
height: 559px;
width: 48%;
}
.ict-card {
height: 633px;
width: 48%;
}
.vx-ict-card {
height: 624px;
width: 48%;
}
.vx570-card-w-img {
width: auto;
}
.vx570-card-w-img img {
position: absolute;
right: 40px;
bottom: 34px;
width: 216px;
}
.vx570-text2 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: unset;
color: #262626;
}
.ict-img-left {
position: absolute;
width: 200px;
bottom: 35px;
right: 0;
left: 25%;
top: unset;
}
.ict-img3 {
position: absolute;
bottom: -52px;
left: 65px;
}
.ict-img4 {
position: absolute;
bottom: 0px;
width: 80px;
left: 17px;
}
.ict-img-right {
position: absolute;
right: -45px;
bottom: -48px;
}
.vx570-text3 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
}
.VX570-dc {
position: relative;
background-color: #D6F6FF;
height: 624px;
width: 48.3%;   }
.VX570-dc-machine {
position: absolute;
bottom: 206px;
right: 63px;
z-index: 1;
width: 216px;
}
.vx570-text4 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
}
.phone-card {
position: relative;
background-color: #D5FBEC;
height: 559px;
width: 48.3%;
}
.phone-machine {
position: absolute;
bottom: -283px;
width: 260px;
right: -1px;
z-index: 1;
}
.vx-520-machine2 {
height: 632px;
min-width: 181px;
float: inline-end;
border-radius: 0;
shape-outside: circle();
}
.inci-img {
width: unset;
}
.vx570-text5 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
}
.ict-img2 {
position: absolute;
top: 1px;
right: 16px;
z-index: 0;
}
.inci-img img:nth-child(3) {
display: none;
}
.blog-dropdown {
height: 56px;
font-size: 16px;
line-height: 24px;
}
.has-search .form-control {
padding-left: 4rem;
height: 56px;
}
.search-blog-form-all::placeholder {
font-size: 16px !important;
line-height: 24px !important;
}
.search-icon {
font-size: 20px;
}
.blog-date {
width: 110px;
height: 40px;
left: 24px;
top: 24px;
}
.blog-date p {
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
}
.card-subtitle {
font-size: 14px;
line-height: 20px;
}
.card-blog-title {
font-size: 16px;
font-weight: 500;
line-height: 24px;
color: #171717;
padding-bottom: 8px;
padding-top: 8px;
}
.card-title-p {
color: #525252;
font-size: 14px;
line-height: 20px;
font-weight: 500;
}
.left-card {
top: unset;
width: unset;
}
.single-blog-img {
width: 100%;
border-radius: 24px;
}
.single-blog-form {
gap: 40px;
flex-direction: column-reverse;
}
.single-blog-pad {
padding-top: 60px;
}
.card-subtitle-single {
font-size: 16px;
line-height: 20px;
}
.singleblog-head {
font-weight: 500;
font-family: 'Stolzl';
font-size: 18px;
width: 674px;
margin-top: unset;
line-height: 28px;
}
.single-blog-text {
margin-top: 40px;
}
.singleblog-mainhead {
font-size: 16px;
line-height: 24px;
}
.singleblog-maintext {
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #525252;
}
.singleblog-started {
font-size: 18px;
line-height: 28px;
}
.singleblog-form::placeholder {
font-size: 16px !important;
line-height: 24px !important;
}
.singleblog-form {
font-size: 16px !important;
line-height: 24px !important;
}
.newsroom-input::placeholder {
font-size: 16px !important;
line-height: 24px !important;
}
.newsroom-input {
font-size: 16px !important;
line-height: 24px !important;
}
.single-box-form {
display: unset;
gap: 20px;
}
.single-input-box {
width: 100%;
}
.payment-box {
border: 1px solid #D4D4D4;
border-radius: 24px;
background: #ffffff;
padding: 24px;
margin-top: 10px;
width: 100%;
}
.payment-text1 {
font-size: 16px;
line-height: 24px;
}
.payment-solution-lower-text {
font-size: 14px;
line-height: 20px;
}
.label-singleform {
font-size: 16px !important;
line-height: 24px;
padding-left: 16px;
}
.label-singleform1 {
font-size: 12px;
}
.single-business-label {
font-size: 16px;
line-height: 24px;
font-weight: 500;
color: #525252;
}
.single-business-label_1 {
width: unset;
font-size: 16px;
font-weight: 500;
color: #525252;
line-height: 24px;
}
.quick-business-label_1 {
width: unset;
font-size: 16px;
font-weight: 500;
color: #525252;
line-height: 24px;
}
.fieldset-gap {
gap: 44px;
}
.singleblog-send-button {
font-size: 16px;
line-height: 24px; }
.arrow-button-a {
height: 33.33px;
width: 33.33px;
}
.arrow-button-a img {
width: auto;
}
.horizontal>div:first-child {
padding-left: 72px;
}
.setup-card-aboutus {
height: 230px;
}
.reff-subtext {
font-family: 'Stolzl';
font-size: 16px;
font-weight: 500;
width: auto;
margin-top: 8px;
}
.ref-img-box {
position: relative;
height: 405px;
margin-top: 60px;
}
.callUs-box {
width: 48%;
flex-direction: column;
}
.icon-bg {
height: 40px;
width: 40px;
}
.icon-bg1-img {
height: 25px;
width: 25px;
}
.icon-bg1 {
height: 40px;
width: 40px; background: #383D38;
border-radius: 50%;
margin-left: 10px;
}
.exp-icons {
display: flex;
gap: 8px;
}
.offers-row-2 {
position: absolute;
bottom: 260px; height: 20px;
width: 100%;
height: 48px;
border-radius: 32px;
background: #EDFCFF;
}
.offers-row1 {
position: absolute;  right: 0px;
height: 48px;
border-radius: 32px;
background: #D6F6FF;
}
.offer-bg-img {
height: 240px;
width: 240px;
}
.offer-tb {
margin-top: 40px;
}
.offer-box1 {
position: relative;
background-color: #FEC764;
height: 219px;
border-radius: 32px;
overflow: hidden;
}
.offer-title {
font-family: 'Stolzl';
color: #171717;
width: 117px;
}
.offer-box2 {
height: 219px;
}
.offer-box3 {
height: 219px;
}
.offer-box5 {
position: relative;
background-color: #EFF9AA;
height: 345px;
}
.offer-box6 {
height: 345px;
}
.offer-box7 {
height: 382px;
}
.offer-box8 {
height: 382px;
}
.offer-box9 {
height: 382px;
}
.payany-where {
flex-direction: row-reverse;
}
.tools-vt-text {
height: 398px;
padding: 20px;
}
.tools-vt-img {
height: 398px;
}
.tools-vt-text1 {
height: 400px;
padding: 20px;
}
.tools-vt-img1 {
height: 400px;
}
.tools-vt-text2 {
height: 342px;
padding: 20px;
}
.tools-vt-img2 {
height: 342px;
}
.tools-vt-text3 {
height: 438px;
padding: 20px;
}
.tools-vt-img3 {
height: 438px;
}
.tools-vt-text4 {
height: 438px;
padding: 20px;
}
.tools-vt-img4 {
height: 438px;
}
.tools-vt-text5 {
height: 420px;
padding: 20px;
}
.tools-vt-img5 {
height: 420px;
}
.ach-fixed img {
width: 100%;
height: 284px;
object-fit: cover;
border-radius: 32px;
}
.ach-fixed {
position: unset;
top: 100px;
height: unset;
overflow: unset;
}
.Main-section {
margin-top: 40px;
}
.faq-tab {
padding-left: 0px;
margin-top: 40px;
}
.b-tab-align {
display: flex;
align-items: center;
}
.footer-cards {
display: flex;
gap: 16px;
position: relative;
bottom: 0px;
margin-top: 30px;
margin-bottom: 30px;
}
.footer-logo {
width: 196px;
}
.footer-left-para {
font-size: 12px;
margin-top: 24px;
line-height: 20px;
width: 100%;
font-weight: 400;
color: #D4D4D4;
}
.got_question {
font-size: 14px;
line-height: 16px;
font-weight: 500;
font-family: 'Stolzl';
}
.footer-call-head {
color: #A3A3A3;
font-size: 12px;
line-height: 16px;
}
.footer-call-text {
font-size: 14px;
line-height: 20px;
}
.Information-card {
width: 100%;
height: 127px;
border-radius: 24px;
background: #2F2F2F;
padding: 16px 16px;
}
.footer-head {
color: #FFFFFF;
font-size: 16px;
line-height: 24px;
font-weight: 600;
margin-bottom: 8px;
}
.footer-links {
font-size: 12px;
font-weight: 400;
line-height: 16px;
}
.footer-single-blog {
padding-left: 8px;
font-size: 12px;
line-height: 16px;
width: 285px;
font-weight: 400;
margin-bottom: 0px;
}
.footer-rights {
font-size: 12px;
line-height: 16px;
color: #D4D4D4;
} .request-head {
font-size: 30px;
line-height: 42px;
font-weight: 500;
font-family: 'Stolzl';
width: auto;
text-align: center;
}
.requestdemo-img {
width: 100%;
height: 294px;
border-radius: 32px;
object-fit: cover;
}
.scrolled-navbar {
width: 600px;
}
}
@media screen and (max-width:769px) {
.footer-box {
background: #262626;
padding-top: 200px;
color: white;
}
.startednow-allbutton {
display: flex;
align-items: center;
justify-content: unset;
flex-direction: row;
}
}
@media screen and (max-width:767px) {
.single-blog-pad {
padding-left: 10px !important;
padding-right: 10px !important;
}
}
@media screen and (max-width:460px) {
.col-xl-6.col-lg-6.col-md-6.col-12.startednow-allbutton {
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content: flex-start;
}
.col-xl-6.col-lg-6.col-md-6.col-12.startednow-allbutton button {
margin-left: 0px;
}
}
@media screen and (min-width:359px) and (max-width:389.98px) {
.container-fluid { padding: 0px;
}
}
@media screen and (min-width:390px) and (max-width:765.98px) {
.container-fluid {
width: auto;
padding: 0px;
margin: 0 4%;
}
}
@media screen and (min-width:359px) and (max-width:765.98px) {
.blog-card-body {
padding: 12px 60px 12px 12px;
position: relative;
}
.quick-mt {
margin-top: 20px;
}
.quick-title {
margin-bottom: 0px;
font-size: 14px;
line-height: 20px;
color: #525252;
font-weight: 500;
}
.faq-main-box {
width: 100%;
display: block;
gap: 50px;
margin-top: 0px;
}
.faq-box-1 {
width: auto;
display: flex;
gap: 20px;
align-items: flex-start;
margin-top: 40px;
}
.faq-box-2 {
width: auto;
display: flex;
gap: 20px;
align-items: flex-start;
margin-top: 40px;
}
.faq-head {
font-size: 18px;
line-height: 28px;
}
.faq-content-h1 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: unset;
}
.faq-p {
color: #737373;
font-weight: 500;
font-size: 14px;
width: 265px;
margin-bottom: 0;
line-height: 20px;
}
.faq-gettouch {
width: 100%;
}
.faq-align {
width: 85%;
display: flex;
margin-left: 16%;
}
.faq-content-h1 {
font-size: 16px;
font-weight: 500;
width: unset;
}
.faq-content-p {
font-size: 14px;
line-height: 20px;
width: unset;
}
.gap-faq {
gap: 0px;
} .getintouch-button {
display: flex;
border: none;
background: #0092FF;
padding-left: 11px;
height: 48px;
width: 155px;
gap: 8px;
border-radius: 24px;
font-size: 16px;
line-height: 24px;
color: #ffffff;
font-weight: 600;
display: flex;
align-items: center;
}
.arrow-button-a {
height: 33.33px;
width: 33.33px;
}
.arrow-button-a img {
width: auto;
}
.touch-section {
height: auto;
width: 100%;
background-color: #F5F5F5;
margin-top: 40px;
padding: 33px 0px;
}
.load-more {
font-size: 16px;
padding: 6px 6px 6px 16px;
}
.careers-head {
font-family: 'Stolzl';
font-size: 24px;
line-height: 28px;
width: unset;
text-align: center;
padding-top: 80px;
}
.blog-p {
color: #737373;
font-weight: 500;
font-size: 14px;
line-height: 20px;
text-align: center;
width: unset;
padding-top: 16px;
}
.career-p {
color: #737373;
font-weight: 500;
font-size: 14px;
line-height: 20px;
text-align: center;
width: unset;
padding-top: 16px;
}
.career-img {
height: 220px;
width: 100%;
object-fit: cover;
border-radius: 32px;
}
.career-img-2 {
height: 220px;
width: 100%;
margin-top: 10px;
object-fit: cover;
border-radius: 32px;
}
.career-box p {
color: #FFFFFF;
font-size: 16px;
font-weight: 500;
line-height: 24px;
text-align: center;
}
.career-box {
display: flex;
background-color: #0092FF;
border-radius: 32px;
margin-top: 10px;
padding: 21px 20px;
}
.career-unlock-text {
font-family: 'Stolzl';
font-size: 14px;
font-weight: 500;
color: #171717;
line-height: 16px;
width: auto;
}
.career-right-text {
font-size: 12px;
font-weight: 500;
line-height: 16px;
}
.essentials-text {
font-size: 14px;
line-height: 20px;
font-weight: 500;
margin-top: 15px;
}
.essentials-text-lower {
color: #525252;
font-size: 14px;
line-height: 20px;
}
.more-blogs {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.blogs-list {
font-size: 14px;
line-height: 20px;
font-weight: 500;
margin-top: 16px;
margin-bottom: 16px !important;
}
.carreer-list {
font-size: 14px;
line-height: 20px;
font-weight: 500;
margin-top: 16px;
margin-bottom: 0px !important;
}
.recruitment-process-text {
font-size: 14px;
line-height: 20px;
font-weight: 500;
padding-bottom: 80px;
width: unset;
color: #525252;
}
.ag-timeline_line {
left: 4px;
}
.ag-timeline-card_img-box p {
font-size: 14px;
line-height: 20px;
}
.js-ag-active .ag-timeline-card_item {
background: #0092FF;
height: 185px;
width: 83%;
}
.ag-timeline-card_item {
padding: 15px 14px;
height: 64px;
width: 83%;
}
.ag-timeline-card_point {
height: 15px;
line-height: 50px;
position: relative;
left: 21px;
}
.career-num {
border-radius: 50%;
height: 40px;
width: 40px;
padding: 9px 12px;
background: #FAFAFA;
color: #A3A3A3;
}
.blog-head {
font-family: 'Stolzl';
font-size: 24px;
line-height: 28px;
}
.news-banner-text {
text-align: left;
position: absolute;
bottom: 14px;
left: 20px;
}
.news-banner-text-lower {
color: #FFFFFF;
line-height: 24px;
font-size: 16px;
font-weight: 500;
margin-top: 11px;
width: auto;
}
.news-box-img {
position: relative;
width: 1170px;
height: 280px;
}
.news-banner-text-upper {
height: 36px;
width: 79px;
padding: 6px 8px;
border-radius: 8px;
background: white;
font-size: 14px;
color: #171717;
}
.news-banner-img {
height: 280px;
width: 100%;
object-fit: cover;
margin-top: 16px;
}
.news-banner-text1 {
text-align: left;
position: absolute;
padding: 20px; }
.swiper-pagination {
position: absolute !important;
bottom: 20px !important;
}
.banner-pagination {
display: flex;
justify-content: end;
padding-right: 20px;
}
.news_text {
position: absolute;
top: 175px;
}
.news-banner-text-lower1 {
color: #FFFFFF;
font-size: 16px;
line-height: 24px;
font-weight: 500;
}
.newsroom-head {
font-family: 'Stolzl';
font-size: 32px;
font-weight: 500;
line-height: 46px;
}
.blog-keywords1 {
border: 1px solid #525252;
border-radius: 24px;
padding: 8px;
width: fit-content;
font-size: 12px;
line-height: 16px;
font-weight: 500; color: #525252;
}
.blog-keywords {
border: 1px solid #525252;
border-radius: 24px;
padding: 8px;
width: fit-content;
font-size: 12px;
line-height: 16px;
font-weight: 500;
height: fit-content; color: #525252;
}
.Product-head {
color: #171717;
font-size: 14px;
font-family: 'Stolzl';
line-height: 16px;
margin-top: 40px;
font-weight: 500; }
.news-card {
border-radius: 32px;
width: 100%; height: auto;
position: relative;
border: none;
background: #FAFAFA;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}
.gap-news {
gap: 0px;
}
.card-news-title {
font-size: 16px;
font-weight: 500;
line-height: 32px;
color: #171717; line-height: 24px;
}
.newscard-title-p {
color: #525252;
font-size: 14px;
line-height: 20px;
font-weight: 500;
margin-top: 30px;
}
.blog-card-img {
height: 240px;
}
.tools-mobile {
display: unset;
}
.tools-desktop {
display: none;
}
.tools-head {
font-family: 'Stolzl';
font-size: 24px; text-align: center;
padding-top: 80px;
line-height: 28px;
}
.tools-p {
color: #737373;
font-weight: 500;
font-size: 14px;
text-align: center; margin-top: 8px;
line-height: 20px;
}
.vt-text1 {
font-family: 'Stolzl';
font-size: 14px;
line-height: 16px;
font-weight: 500;
color: #171717;
}
.vt-text2 {
font-family: 'Stolzl';
font-size: 10px;
line-height: 15px;
font-weight: 500;
color: #171717;
margin-top: 8px;
}
.vt-text-mobile {
font-size: 12px;
line-height: 16px;
color: #525252;
font-weight: 500;
}
.tools-container-mobile {
background: #F5F5F5;
border-radius: 12px;
padding: 20px;
height: auto;
}
.tools-container-mobile-1 {
background: #EDFCFF;
border-radius: 12px;
padding: 20px;
height: auto;
}
.offer-head {
font-family: 'Stolzl';
font-size: 24px;
text-align: center;
padding-top: 60px;
line-height: 28px;
}
.offer-p {
color: #737373;
font-weight: 500;
font-size: 16px;
text-align: center;
width: 612px;
margin-top: 8px;
line-height: 24px;
}
.offer-img1 {
width: 100%;
height: 232px;
object-fit: cover;
border-radius: 32px;
}
.offer-img-2 {
width: 50%;
height: 232px;
object-fit: cover;
border-radius: 32px;
}
.offer-banner-main h2 {
font-size: 14px;
font-family: 'Stolzl';
font-weight: 500;
padding-top: 20px;
padding-left: inherit;
line-height: 16px;
margin-top: 13px;
}
.offer-banner-main p {
font-size: 12px;
font-weight: 500;
padding-left: initial;
color: #525252;
line-height: 16px;
margin-top: 16px;
}
.offer-banner-main1 h2 {
font-family: 'Stolzl';
font-size: 10px;
font-weight: 500;
padding-top: 8px;
padding-left: inherit;
line-height: 15px;
}
.offer-banner-main1 p {
font-size: 12px;
font-weight: 500;
padding-top: 8px;
padding-left: inherit;
color: #525252;
line-height: 16px;
}
.offer-banner-submain h2 {
font-size: 18px;
font-family: 'Stolzl';
font-weight: 500;
margin-top: 24px;
line-height: 28px;
}
.offer-banner-submain p {
font-size: 14px;
font-weight: 500;
color: #525252;
line-height: 20px;
width: auto;
}
.offer-banner-submain1 h2 {
font-family: 'Stolzl';
font-size: 12px;
font-weight: 500;
margin-top: 8px;
line-height: 18px;
}
.offer-banner-submain1 li {
font-size: 14px;
font-weight: 500;
color: #525252;
line-height: 20px;
}
.offers-row2 {
position: absolute;
right: 0;
width: 73px;
height: 24px;
}
.offers-row {
position: absolute;
bottom: 217px;
height: 20px;
height: 24px;
border-radius: 32px;
background: #EDFCFF;
}
.expert-custom-width {
width: 320px;
}
.offers-paymenthead {
font-family: 'Stolzl';
font-size: 14px;
line-height: 16px;
color: #171717;
font-weight: 500;
}
.offers-paymentprocessing {
font-size: 12px;
color: #525252;
line-height: 16px;
font-weight: 500;
}
.offer-line2 {
border-top: 4px solid black;
width: 10%;
margin-top: 13px;
padding-left: 8px;
}
.line-offer {
border-top: 4px solid black;
width: 64px;
margin-top: 7px;
}
.offers-subtext {
font-family: 'Stolzl';
font-weight: 500;
font-size: 18px;
color: #171717;
line-height: 28px;
}
.offers-subtextp {
font-weight: 500;
font-size: 14px;
color: #525252;
margin-top: 16px;
line-height: 20px;
}
.offer-description {
font-size: 12px;
line-height: 20px;
font-weight: 500;
color: #262626;
padding-left: 20px;
width: auto;
}
.offer-box4 {
position: relative;
background-color: #FFD9F0;
height: 130px;
border-radius: 16px;
overflow: hidden;
}
.offer-description2 {
font-size: 12px;
line-height: 16px;
margin-top: 16px;
font-weight: 500;
color: #525252;
padding-left: 20px;
width: auto;
}
.mobile-card-text p:nth-child(1) {
font-family: 'Stolzl';
font-size: 14px;
line-height: 18px;
font-weight: 500;
color: #FFFFFF;
padding-top: 20px;
padding-left: 20px;
margin-bottom: 5px;
}
.mobile-card-text p:nth-child(2) {
font-size: 12px;
font-weight: 500;
padding-left: 20px;
width: 271px;
color: #F5F5F5;
line-height: 16px;
}
.payany-where-text p:nth-child(2) {
font-size: 12px;
font-weight: 500;
line-height: 16px;
padding-left: 20px; color: #F5F5F5;
width: unset;
}
.offers-receive-img {
width: 109px;
}
.mobile-card {
width: 126px;
}
.mobile-card-reader {
display: flex;
border-radius: 16px;
background-color: #0092FF;
height: 98px;
margin-top: 15px;
overflow: hidden;
position: relative;
}
.offer-IE p:nth-child(1) {
color: #0092FF;
font-size: 14px;
line-height: 20px;
}
.offer-IE h2 {
font-family: 'Stolzl';
font-size: 14px;
line-height: 16px;
color: #171717;
}
.offer-IE1 {
color: #171717;
font-size: 12px;
margin-top: 20px;
margin-bottom: 0px;
font-weight: 500;
line-height: 16px;
}
.offer-IE2 {
color: #171717;
font-weight: 500;
font-size: 12px;
line-height: 16px;
}
.expert-head {
font-family: 'Stolzl';
font-size: 24px;
text-align: center;
margin-top: 80px;
line-height: 28px;
}
.expert-p {
color: #737373;
font-weight: 500;
font-size: 14px;
text-align: center;
margin-top: 8px;
width: auto;
line-height: 20px;
}
.exp-img1 {
width: 100%;
height: 200px;
object-fit: cover;
border-radius: 16px;
}
.exp-img2 {
width: 100%;
height: 133px;
border-radius: 16px;
object-fit: cover;
}
.exp-img3 {
width: 100%;
height: 200px;
object-fit: cover;
border-radius: 16px;
}
.lets-talk {
height: 76px;
display: none;
}
.expert-from-p {
font-family: 'Stolzl';
font-size: 18px;
font-weight: 500;
line-height: 28px;
}
.expert-form-text {
font-family: 'Stolzl';
font-size: 10px;
line-height: 15px;
font-weight: 500;
}
.expert-submit {
border-radius: 24px;
font-size: 16px;
padding: 4px 4px 4px 12px;
}
.expert-banner-img-1 {
padding-right: 4px;
padding-left: 0px;
}
.expert-banner-img-2 {
padding-right: 4px;
padding-left: 4px;
}
.expert-banner-img-3 {
padding-right: 0px;
padding-left: 4px;
}
.arrow-button-expert {
width: 33.33px;
height: 33.33px;
}
.call-mt {
margin-top: 40px;
gap: 24px;
display: flex;
justify-content: center;
}
.expert-advice-text {
font-family: 'Stolzl';
font-size: 18px;
width: auto;
line-height: 28px;
}
.enquires-text {
font-family: 'Stolzl';
font-size: 10px;
font-weight: 500;
line-height: 15px;
}
.expert-details p:nth-child(1) {
font-size: 16px;
font-weight: 600;
color: #262626;
line-height: 24px;
}
.expert-details p:nth-child(3) {
font-size: 16px;
line-height: 28px;
margin-top: 0;
}
.expert-details p:nth-child(2) {
font-size: 14px;
line-height: 20px;
}
.advice-phone {
height: 48px;
width: 48px;
}
.email-ad {
height: 48px;
width: 48px;
}
.expert-connect {
font-size: 14px;
line-height: 16px;
margin-top: 32PX;
}
.about-title {
margin-bottom: 0px;
color: #A3A3A3;
font-weight: 500;
font-size: 12px;
line-height: 16px;
position: relative;
top: unset;
}
.about-head {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
width: auto;
margin-bottom: 24px;
}
.about-img {
height: 284px;
width: 100%;
object-fit: cover;
border-radius: 32px;
}
.about-img2 {
height: 284px;
width: 100%;
object-fit: cover;
border-radius: 32px;
display: none;
}
.about-text {
font-weight: 500;
font-size: 12px;
font-weight: 500;
color: #525252;
line-height: 16px;
}
.ab-p { }
.about-what {
font-size: 18px;
line-height: 28px;
}
.about-p {
font-size: 14px;
line-height: 20px;
}
.about-card-icon { height: 48px;
} .aboutcard-head { font-size: 16px;
font-weight: 500;
line-height: 24px;
color: #171717; }
.aboutcard-text {
font-size: 14px;
line-height: 20px;
font-weight: 500;
color: #525252;
width: auto;
margin-bottom: 0px; }
.aboutus-mt {
margin-top: 24px;
}
.about-vission {
font-family: 'Stolzl';
font-size: 14px;
font-weight: 500;
line-height: 16px; }
.about-line1 {
margin-top: 6px;
width: 56px;
}
.about-line {
margin-top: 6px;
width: 56px;
}
.about-mission {
font-size: 10px;
line-height: 12px;
}
.about-tab {
display: unset;
}
.about-allscreen {
display: none;
}
.echeck-button-text {
padding: 14px 0px 14px 10px;
font-size: 14px;
line-height: 20px;
color: #ffffff;
font-weight: 600;
}
.echeck-arrow {
background: #ffffff;
height: 33.33px;
width: 33.33px;
display: flex;
border-radius: 50%;
justify-content: center;
align-items: center;
margin-right: 2px;
}
.echeck-arrow {
background: #ffffff;
height: 33.33px;
width: 33.33px;
display: flex;
border-radius: 50%;
justify-content: center;
align-items: center;
margin-right: 3px;
}
.echeck-title {
margin-bottom: 0px;
font-size: 14px;
line-height: 20px;
color: #525252;
font-weight: 500;
}
.echeck-head {
font-size: 24px;
line-height: 28px;
}
.echeck-text {
font-size: 14px;
line-height: 20px;
} .echeck-from-p {
font-family: 'Stolzl';
font-size: 14px;
line-height: 16px;
font-weight: 500;
} .echeck-banner {
border-radius: 16px;
width: 100%;
height: 180px;
object-fit: cover;
object-position: 25% 100%;
}
.eCheck-list {
font-size: 12px;
width: unset;
line-height: 16px;
}
.echeck-subtext {
font-size: 14px;
line-height: 16px;
}
.echeck-banner-box {
padding: 20px 43px 20px 20px;
position: absolute;
}
.terms-title {
margin-bottom: 0px;
color: #525252;
font-weight: 500;
font-size: 16px;
line-height: 24px;
text-align: center;
}
.terms-head {
font-family: 'Stolzl';
font-size: 24px;
font-weight: 500;
line-height: 28px;
text-align: center;
}
.quick-head {
font-family: 'Stolzl';
font-size: 24px;
font-weight: 500;
line-height: 28px;
text-align: center;
}
.terms-text {
color: #525252;
font-size: 12px;
width: 100%;
font-weight: 500;
line-height: 16px;
padding-right: 12px;
}
.quick-text {
color: #525252;
font-size: 12px; font-weight: 500;
line-height: 16px; }
.quickApp-mt {
margin-top: 40px;
}
.info-text {
color: #525252;
font-size: 12px;
width: 100%;
font-weight: 500;
line-height: 16px;
padding-right: 12px;
}
.terms-subtext {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.request-subtext {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.quick-subtext {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.terms-line {
border-top: 4px solid black;
width: 56px;
margin-top: 0;
}
.terms-subtext1 {
color: #171717;
font-size: 20px;
line-height: 24px;
font-weight: 700;
}
.term-mb-line {
margin-top: 24px;
}
.echeck-subbox {
position: absolute;
bottom: unset;
top: 85px;
width: unset;
}
.echeck-box {
width: 94%;
padding: 20px;
}
.echeck-lower-img1 {
width: 32px;
height: 32px;
}
.echeck-lower-img2 {
width: 32px;
height: 32px;
}
.echecks-w-text {
font-size: 18px;
line-height: 28px;
padding-top: 0px;
padding-bottom: 40px;
padding-left: 0px;
}
.indi-mt {
margin-top: 24px;
margin-bottom: 40px;
gap: 24px;
}
.echeck-img-left-box {
width: 100%;
}
.echeck-align-m {
width: 100%;
}
.echeck-w-content h3 {
position: relative;
color: #171717;
font-size: 14px;
line-height: 16.8px;
}
.echeck-w-content p {
position: relative;
color: #525252;
font-size: 12px;
line-height: 16px;
font-weight: 500;
}
.horizontal .card {
align-items: stretch;
border: none;
width: 460px;
height: 300px;
}
.horizontal-card-num {
position: absolute;
font-family: 'Stolzl';
font-weight: 500;
top: 0px;
left: 199px;
font-size: 80px;
line-height: 240px;
color: #F5F5F599;
z-index: 0;
pointer-events: none;
}
.echeck-unscroll-card {
border-radius: 12px;
align-items: stretch;
border: none;
height: 190px;
padding: 20px 20px;
background: #ffffff;
border-radius: 24px;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
color: #f6f2e8;
}
.echeck-w-icon {
display: flex;
justify-content: center;
align-items: center;
height: 60px;
width: 60px;
padding: 13px;
border-radius: 50%;
background: #F5F5F5;
}
.echeck-w-icon img {
width: 32px;
height: 32px;
}
.echeck-lower-img {
width: 100%;
height: 200px;
object-fit: cover;
border-radius: 32px;
}
.echeck-subtext-1 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
margin-top: 15px;
}
.echeck-align {
display: unset;
justify-content: unset;
}
.echeck-align-m {
margin-left: unset;
margin-top: 32px;
}
.eCheck-list li {
margin-top: 5px;
}
.echeck-cost li {
padding-top: 10px;
padding-left: 0px;
}
.echeck-cost-mt {
margin-top: 20px;
}
.echeck-cost-mt-1 {
margin-top: 0px;
}
.echeck-cost {
height: 135px;
}
.echeck-subtext_1 {
font-size: 14px;
line-height: 20px;
}
.echeck-head-lower {
font-size: 18px;
line-height: 28px;
width: auto;
}
.echeck-subtext_1 { font-size: 16px;
line-height: 24px;
font-weight: 500;
}
.echeck-cost p {
font-size: 12px;
line-height: 16px;
}
.echeck-scroll-mob {
display: unset;
}
.echeck-scroll-device {
display: none;
}
.ms-tittle {
margin-bottom: 0px;
font-size: 14px;
line-height: 20px;
}
.ms-head {
font-family: 'Stolzl';
font-size: 24px;
line-height: 28px;
font-weight: 500;
}
.ms-text {
color: #525252;
font-size: 14px;
line-height: 20px;
}
.ms-img-icons {
width: 72px;
height: 72px;
}
.ms-img-icons img {
width: 40px;
height: 40px;
}
.ms-img-text p {
font-size: 12px;
line-height: 16px;
padding-right: 12px;
color: #525252;
font-weight: 500;
margin-top: unset;
width: auto;
}
.ms-card-text {
font-family: 'Stolzl';
font-size: 14px;
font-weight: 500;
color: #171717;
line-height: 16px;
}
.ms-card {
height: auto;
width: 100%; }
.ms-card-2 {
height: 310px;
}
.mer-lower h2 {
color: #171717;
font-weight: 500;
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
}
.mer-lower p {
color: #525252;
font-weight: 500;
line-height: 20px; font-size: 14px;
padding-left: 12px;
}
.ms-all-card {
margin-top: 340px;
}
.vx-520 {
position: relative;
background-color: #FFDFA4;
height: 460px;
width: 100%;
padding: 20px;
border: none;
border-radius: 32px;
overflow: hidden;
}
.vx-520-text {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
}
.vx-520-machine {
position: absolute;
bottom: 30px;
right: -4px;
z-index: 1;
width: 216px;
}
.vx-520-machine1 {
width: 76%;
height: 691px;
min-width: 138px;
float: inline-end;
border-radius: 0;
shape-outside: circle();
}
.vx-head {
font-family: 'Stolzl';
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.vx570-text1 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
}
.vx570-text1 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
}
.vx570-card-w {
width: auto;
}
.ict-card-220 {
height: 504px;
padding: 20px;
width: 100%;
}
.ict-card {
height: 473px;
width: 100%;
padding: 20px;
}
.vx-ict-card {
height: 532px;
padding: 20px;
width: 100%;
}
.vx570-card-w-img {
width: auto;
}
.vx570-card-w-img img {
position: absolute;
right: 40px;
bottom: 5px;
width: 216px;
}
.vx570-text2 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: unset;
color: #262626;
}
.ict-img-left {
position: absolute;
width: 200px;
bottom: 0px;
right: unset;
left: 96px;
top: unset;
}
.ict-img3 {
position: absolute;
bottom: -52px;
left: 65px;
}
.ict-img4 {
position: absolute;
bottom: 0px;
width: 80px;
left: 17px;
}
.ict-img-right {
position: absolute;
right: -45px;
bottom: -48px;
}
.vx570-text3 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
}
.VX570-dc {
position: relative;
background-color: #D6F6FF;
height: 370px;
padding: 20px;
width: 100%;
border: none;
border-radius: 32px;
}
.VX570-dc-machine {
position: absolute;
bottom: 0px;
right: 37px;
z-index: 1;
width: 216px;
}
.vx570-text4 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
}
.phone-card {
position: relative;
background-color: #D5FBEC;
height: 407px;
padding: 20px;
width: 100%;
}
.phone-machine {
position: absolute;
bottom: -171px;
width: 160px;
right: 31px;
z-index: 1;
}
.vx-520-machine2 {
height: 494px;
min-width: 179px;
float: inline-end;
border-radius: 0;
shape-outside: circle();
}
.vx-520-img {
position: absolute;
bottom: 0;
right: 0;
z-index: 0;
height: 151px;
}
.inci-img {
width: unset;
}
.vx570-text5 {
font-size: 14px;
line-height: 20px;
font-weight: 500;
width: auto;
color: #262626;
}
.ict-img2 {
position: absolute;
top: 1px;
right: 16px;
z-index: 0;
}
.inci-img img:nth-child(3) {
display: none;
}
.blog-dropdown {
height: 45px;
font-size: 16px;
line-height: 24px;
width: 98%;
}
.has-search .form-control {
padding-left: 3rem;
height: 45px;
margin-top: 40px;
padding-bottom: 7px;
}
.search-blog-form-all::placeholder {
font-size: 16px;
line-height: 24px;
}
.search-icon {
font-size: 18px;
}
.incorporation-head {
font-family: 'Stolzl';
font-size: 24px; font-weight: 500;
line-height: 33px;
}
.incorporation-text {
color: #525252; font-size: 14px;
font-weight: 500;
text-align: center;
margin-top: 8px;
line-height: 20px;
}
.inco-text {
font-family: 'Stolzl';
font-size: 14px;
color: #0092FF;
font-weight: 500;
margin-bottom: 8px;
}
.inco-subtext {
color: #525252;
font-family: 'Stolzl';
font-size: 12px;
line-height: 20px;
font-weight: 500;
}
.inco-page-subtext {
font-family: 'Stolzl';
font-size: 14px;
font-weight: 500;
line-height: 20px;
margin-bottom: 0;
}
.info-card-text {
font-size: 14px;
line-height: 20px;
color: #525252;
font-weight: 500;
}
.inco-business-text {
font-family: 'Stolzl';
color: #525252;
font-size: 12px;
line-height: 20px;
font-weight: 500;
}
.info-card-head {
font-size: 16px;
font-weight: 500;
font-family: 'Stolzl';
color: #171717;
}
.inco-business-head {
font-size: 24px;
font-family: 'Stolzl';
font-weight: 500;
color: #171717;
}
.referral-lowerbox {
background-color: #EDFCFF;
border-radius: 16px;
padding: 20px 20px;
margin-top: 80px;
}
.blog-date {
width: 110px;
height: 40px;
left: 24px;
top: 24px;
}
.blog-date p {
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
}
.card-subtitle {
font-size: 14px;
line-height: 20px;
margin-bottom: 8px;
}
.card-blog-title {
font-size: 16px;
font-weight: 500;
line-height: 24px;
color: #171717;
margin-bottom: 8px;
}
.card-title-p {
color: #525252;
font-size: 14px;
line-height: 20px;
font-weight: 500;
}
.left-card {
top: unset;
width: unset;
}
.single-blog-img {
width: 100%;
border-radius: 24px;
}
.single-blog-form {
gap: 40px;
flex-direction: column-reverse;
}
.single-blog-pad {
padding-top: 60px;
}
.card-subtitle-single {
font-size: 16px;
line-height: 20px;
}
.singleblog-head {
font-weight: 500;
font-family: 'Stolzl';
font-size: 18px;
width: unset;
margin-top: unset;
line-height: 28px;
}
.single-blog-text {
margin-top: 40px;
}
.singleblog-mainhead {
font-size: 16px;
line-height: 24px;
width: unset;
}
.singleblog-maintext {
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #525252;
}
.singleblog-started {
font-size: 18px;
line-height: 28px;
}
.singleblog-form::placeholder {
font-size: 14px !important;
line-height: 24px !important;
}
.singleblog-form {
font-size: 14px !important;
line-height: 24px !important;
}
.newsroom-input::placeholder {
font-size: 14px !important;
line-height: 24px !important;
}
.newsroom-input {
font-size: 14px !important;
line-height: 24px !important;
}
.single-box-form {
display: unset;
gap: 20px;
}
.single-input-box {
width: 100%;
}
.payment-box {
border: 1px solid #D4D4D4;
border-radius: 24px;
background: #ffffff;
padding: 24px;
margin-top: 10px;
width: 100%;
}
.payment-text1 {
font-size: 16px;
line-height: 24px;
}
.payment-solution-lower-text {
font-size: 14px;
line-height: 20px;
}
.label-singleform {
font-size: 16px !important;
line-height: 24px;
padding-left: 16px;
}
.label-singleform1 {
font-size: 12px;
}
.single-business-label {
font-size: 16px;
line-height: 24px;
font-weight: 500;
color: #525252;
}
.single-business-label_1 {
width: fit-content;
font-size: 16px;
font-weight: 500;
color: #525252;
line-height: 24px;
}
.quick-business-label_1 {
width: fit-content;
font-size: 16px;
font-weight: 500;
color: #525252;
line-height: 24px;
}
.singleblog-send-button { font-size: 16px;
line-height: 24px;
}
.horizontal>div:first-child {
padding-left: 72px;
}
.setup-card-aboutus {
gap: 20px;
height: 132px;
display: flex;
flex-direction: row;
align-items: center;
padding: 20px 20px;
}
.expert-details {
padding-left: 0px;
padding-top: 0px;
}
.callUs-box {
width: 94%;
border: 1px solid #D4D4D4;
border-radius: 32px;
padding: 20px 0px 20px 20px;
background: #fff;
}
.icon-bg1 {
display: flex;
align-items: center;
height: 30px;
width: 30px;
}
.exp-icons {
display: flex;
gap: 8px;
}
.expert-social-icons {
display: unset;
justify-content: center;
margin-top: 80px;
}
.icon-bg {
height: 30px;
width: 30px;
margin-left: unset;
}
.icon-bg1-img {
height: 20px;
width: 20px;
} .offers-row-2 {
position: absolute;
bottom: 319px; height: 20px;
width: 100%;
height: 24px;
border-radius: 32px;
background: #EDFCFF;
}
.offers-row1 {
position: absolute;
height: 20px;
width: 60px;
right: 0px;
height: 24px;
border-radius: 32px;
background: #D6F6FF;
}
.offer-bg-img {
height: 180px;
width: 180px;
}
.offer-img2 {
border-radius: 32px;
width: 180px;
height: 180px;
}
.offer-tb {
margin-top: 40px;
}
.offer-box1 {
position: relative;
background-color: #FEC764;
height: 82px;
border-radius: 16px;
overflow: hidden;
}
.offer-title {
font-family: 'Stolzl';
color: #171717;
font-size: 12px;
line-height: 18px;
padding-top: 20px;
padding-left: 20px;
}
.offer-box2 {
height: 98px;
margin-top: 16px;
border-radius: 16px;
}
.offer-box3 {
height: 82px;
margin-top: 16px;
border-radius: 16px;
}
.offer-box5 {
position: relative;
background-color: #EFF9AA;
height: 140px;
margin-top: 16px;
border-radius: 16px;
}
.offer-box6 {
height: 104px;
margin-top: 16px;
border-radius: 16px;
}
.offer-box7 {
height: 120px;
border-radius: 16px;
}
.offer-box8 {
height: 130px;
margin-top: 16px;
border-radius: 16px;
}
.offer-box9 {
height: 120px;
margin-top: 16px;
border-radius: 16px;
}
.payany-where {
flex-direction: row-reverse;
height: 98px;
border-radius: 16px;
}
.tools-vt-text {
height: 398px;
padding: 20px;
}
.tools-vt-img {
height: 398px;
}
.tools-vt-text1 {
height: 400px;
padding: 20px;
}
.tools-vt-img1 {
height: 400px;
}
.tools-vt-text2 {
height: 342px;
padding: 20px;
}
.tools-vt-img2 {
height: 342px;
}
.tools-vt-text3 {
height: 438px;
padding: 20px;
}
.tools-vt-img3 {
height: 438px;
}
.tools-vt-text4 {
height: 438px;
padding: 20px;
}
.tools-vt-img4 {
height: 438px;
}
.tools-vt-text5 {
height: 420px;
padding: 20px;
}
.tools-vt-img5 {
height: 420px;
}
.ach-fixed img {
width: 100%;
height: 284px;
object-fit: cover;
border-radius: 32px;
}
.ach-fixed {
position: unset;
top: 100px;
height: unset;
overflow: unset;
}
.Main-section {
margin-top: 40px;
}
.faq-tab {
padding-left: 0px;
margin-top: 40px;
}
.blog-search-mob {
padding-left: 0px;
margin-top: 40px;
}
.blog-card-mob {
margin-top: 0px;
}
.has-search .form-control-feedback {
position: absolute;
z-index: 2;
display: block;
width: 3.375rem;
height: 2.375rem;
line-height: 2.8rem;
text-align: center;
pointer-events: none;
color: #aaa;
padding: 3px 5px;
}
.blog-card {
margin-top: 40px;
}
.faq-pad {
padding: 0px 12px;
}
.searching {
font-size: 24px;
line-height: 32px;
}
.searching-p {
font-size: 14px;
font-weight: 400;
line-height: 20px;
padding-left: 16%;
}
.faq-load {
margin-top: 32px;
}
.ag-timeline-card_img-box p:nth-child(2) {
font-size: 12px;
line-height: 16px;
}
.payany-where-text p:nth-child(1) {
font-family: 'Stolzl';
font-size: 14px;
font-weight: 500;
color: #FFFFFF;
padding-top: 20px;
padding-left: 20px;
margin-bottom: 5px;
}
.ref-box {
position: absolute;
left: unset;
border-radius: 24px;
bottom: 0;
height: 177px;
width: 100%;
background: #EDFCFF;
z-index: 0;
}
.ref-img-box img {
width: 100%;
margin-top: 40px;
}
.reff-subtext {
font-family: 'Stolzl';
font-size: 14px;
font-weight: 500;
margin-top: 8px;
width: unset;
margin-bottom: 20px;
} .inputWithIcon {
display: flex;
justify-content: center;
margin-top: 25px;
}   .custom-icon {
background: #0092FF;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
height: 30px;
width: 30px;
position: relative; }
.startednow-allbutton {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 10px;
}
.career-sum-head {
font-size: 16px;
color: #171717;
}
.career-sum-text {
font-size: 12px;
line-height: 16px;
color: #525252;
}
.summary-description-text {
font-size: 18px;
line-height: 28px;
color: #171717;
}
.experience-allbutton {
display: flex;
align-items: center;
justify-content: center;
}
.request-box {
width: auto;
position: absolute;
top: 20px;
padding-left: 6px;
}
.request-box p {
font-size: 10px;
width: unset;
line-height: 14px;
}
.alldocs-img {
display: none;
}
.alldocs-label-1 {
font-size: 16px;
line-height: 24px;
font-weight: 500;
color: #525252;
width: fit-content;
}
.alldocs-label-2 {
font-size: 16px;
line-height: 24px;
font-weight: 500;
color: #525252;
width: fit-content;
}
.alldocs-text-2 {
font-size: 12px;
font-weight: 400;
color: #525252;
}
.footer-logo-alldocs {
width: 196px;
}
.logo-row {
display: flex;
align-items: center;
justify-content: center;
}
.footer-all-icon {
display: flex;
justify-content: center;
}
.webmain-text h2 {
font-size: 24px;
line-height: 28px;
font-weight: 500;
font-family: 'Stolzl';
}
.webmain-text p {
color: #525252;
font-size: 14px;
font-weight: 500;
line-height: 20px;
margin-bottom: 8px;
}
.web-align {
height: 60vh;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center; }
.unlock-box {
display: flex;
flex-direction: column;
gap: 0px;
align-items: center;
padding-top: 80px;
padding-bottom: 80px;
}
.ess-box {
display: flex;
flex-direction: column;
gap: 32px;
}
.essentials-width {
width: 100%;
}
.offers-col-1 {
position: relative;
z-index: 1;
width: 100%;
}
.offer-img1 {
width: 50%;
height: 232px;
object-fit: cover;
border-radius: 32px;
}
.processing-zero {
width: 100%;
}
.off-col-1 {
width: 100%;
}
.off-col-2 {
width: 100%;
}
.offer-bg1 {
padding: unset;
}
.offer-bg2 {
padding: unset;
}
.offer-bg3 {
padding: unset;
}
.offer-bg4 {
padding: unset;
}
.offer-bg5 {
padding: unset;
}
.offer-bg6 {
padding: unset;
}
.offer-bg7 {
padding: unset;
}
.offer-bg8 {
padding: unset;
}
.offer-bg9 {
padding: unset;
}
.off-pad-left {
padding-left: 12px;
}
.about-vision-col2 {
width: 100%;
}
.started-now-card {
background-color: #0092FF;
border-radius: 30px;
padding: 20px 8px;
position: relative;
top: 110px;
border: none;
z-index: 01;
text-align: center;
}
.started-contact {
border: 2px solid #FFFFFF;
border-radius: 24px;
color: #FFFFFF;
padding: 10px 10px 10px 10px;
height: 48px;
font-size: 18px;
background: transparent;
}
.start-now-button {
height: 48px;
border-radius: 24px;
font-size: 18px;
margin-left: 0px;
}
.started-now-text1 {
color: #FFFFFF;
font-size: 24px;
line-height: 28px;
}
.started-now-text2 {
color: #FFFFFF;
font-size: 12px;
line-height: 18px;
margin-top: 8px;
font-weight: 500;
}
.tools-vt-img-tools {
object-fit: cover;
height: 100%;
object-position: 80% 100%;
border-radius: 16px;
}
.footer-logo {
width: 196px;
}
.footer-left-para {
font-size: 12px;
margin-top: 24px;
line-height: 16px;
width: auto;
font-weight: 400;
color: #D4D4D4;
}
.Information-card {
width: auto;
height: auto;
border-radius: 12px;
background: #2F2F2F;
padding: 16px 16px;
margin-top: 125px;
}
.got_question {
font-size: 14px;
line-height: 16px;
font-weight: 500;
font-family: 'Stolzl';
}
.footer-call-head {
color: #A3A3A3;
font-size: 12px;
}
.footer-call-text {
font-size: 14px;
}
.footer-cards {
display: flex;
gap: 16px;
position: absolute;
bottom: 233px;
}
.footer-head {
color: #FFFFFF;
font-size: 16px;
line-height: 24px;
font-weight: 600;
margin-bottom: 8px;
}
.footer-links {
font-size: 12px;
font-weight: 400;
line-height: 16px;
}
.footer-desktop {
display: none;
}
.mobile-footer {
display: unset;
}
.footer-single-blog {
padding-left: 16px;
font-size: 12px;
line-height: 16px;
line-height: 16px;
width: auto;
font-weight: 400;
margin-bottom: 0px;
}
.footer-rights {
font-size: 12px;
line-height: 16px;
color: #D4D4D4;
margin-top: 10px;
}
.integration-width {
max-width: 160px;
}
.about-vision-col1 {
width: 100%;
}
.expert-advice-textArea::placeholder {
font-size: 14px !important;
}
.quick-border-line {
border-top: 2px solid black;
width: 24px;
margin-top: 0px;
}
.fieldset-gap {
display: flex;
flex-direction: column;
gap: 10px;
}
.request-head {
font-size: 24px;
line-height: 36px;
font-weight: 500;
font-family: 'Stolzl';
width: auto;
text-align: center;
}
.request-line {
border-top: 2px solid black;
width: 24px;
margin-bottom: 30px;
}
.request-list {
color: #FAFAFA;
font-weight: 500;
font-family: 'Stolzl';
width: auto;
padding: 20px;
bottom: 25%;
margin-bottom: 0px;
position: absolute;
font-size: 16px;
line-height: 24px;
}
.requestdemo-img {
width: 100%;
height: 294px;
object-fit: cover;
border-radius: 16px;
}
.navbar-card {
height: 70px; box-shadow: none;
z-index: 1000;
}
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.custom-toggler.open .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L24 24M6 24L24 6'/%3E%3C/svg%3E");
}
.nav-mobile {
background: white;
padding: 20px;
border-radius: 16px;
margin-top: 20px;
}
.navbar-lower-text p {
display: unset;
}
.mobile-navbar-text {
font-size: 12px;
line-height: 16px;
text-align: center;
color: #171717;
font-weight: 500;
}
.arrow-button-login {
position: relative;
left: 7px;
background: #ffffff;
border-radius: 24px; height: 28.33px;
width: 28.33px;
display: flex;
align-items: center;
justify-content: center;
margin-left: unset;
}
.nav-mobile {
background: white;
padding: 20px;
border-radius: 16px;
margin-top: 20px;
}
.mobile-navbar-text {
font-size: 12px;
line-height: 16px;
text-align: center;
color: #171717;
font-weight: 500;
}
.navbar-nav {
min-height: 300px;
gap: 0px;
}
.navbar-lower-text p {
display: unset;
}
.navbar-lower-text {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 30px;
}
.nav-link {
font-size: 18px;
font-weight: 400;
color: #171717;
}
.nav-item {
border: 1px solid #F5F5F5;
min-height: 50px;
border-radius: 8px;
padding-left: 16px;
box-shadow: 0 4px -3px 0 rgba(0, 0, 0, 0.2);
}
.nav-item:hover {
background-color: #F5F5F5;
}
.navbar-brand img {
width: 163px;
}
.dropdown-menu {
padding: 10px !important;
border: unset;
border-radius: unset;
left: unset;
}
.dropdown-item {
border-bottom: 1px solid rgba(245, 245, 245, 1);
border-radius: 16px;
padding: 12px 16px 12px 0px;
font-size: 18px;
width: unset;
height: unset;
line-height: 28px;
display: flex;
align-items: center;
gap: 16px;
}
.submenu-text {
font-size: 12px;
line-height: 16px;
color: #171717;
font-weight: 400;
}
.submenu-text-lower {
font-size: 10px;
line-height: 15px;
color: #525252;
}
.scrolled-navbar {
display: none;
}
.news-whole-row {
display: flex;
gap: 16px;
flex-direction: column;
}
.news-row2-left {
width: 100%;
}
.news-row2-right {
width: 100%;
}
.ict-img {
position: absolute;
left: 0;
top: 0;
z-index: 0;
}
.filter-blog-deskop {
display: none;
}
.filter-blog-mobile {
display: unset;
}
.blog-dropdown-menu {
transform: unset !important;
top: 52px !important;
left: -100% !important;
padding: 20px !important;
border-radius: 16px !important;
background: #fff !important;
}
.blog-card:hover .blog-h-icon {
position: absolute;
top: -25px;
right: 16px;
display: block;
width: 50px;
}
.about-box {
gap: 16px;
}
.expert-contact-bg {
border-radius: 30px;
}
.offer-bg {
border-radius: 30px;
}
.career-blue-bg {
border-radius: 30px;
}
.echeck-button-text-1 {
padding: 4px 0px 4px 10px;
font-size: 14px;
line-height: 32px;
}
}
@media (max-width:408px) {
.consent-frm .wpcf7-not-valid-tip {
top: 70px !important;
}
}
@media (max-width:991px) {
h1.blog-head {
font-size: clamp(2.5rem, 4vw, 3.75rem) !important;
line-height: normal;
}
ul.navbar-nav.mx-auto .nav-item
{
padding-left: 0;
}
.dropdown-toggle::after
{
position: absolute;
right: 0;
}
.row.footer-row-mt .col-6
{
margin-bottom: 20px;
}
.logo-video {
max-height: 50px !important;
}
.double-button a
{
width: auto;
margin: auto;
text-align: center;
}
.double-button {
flex-direction: column;
width: 100%;
}
.blog-card-body
p.card-subtitle::before
{
content: '●';
padding: 10px;
}
.card-body.blog-card-body div.d-flex
{
flex-direction: column;
}
}
@media (min-width:734px) and (max-width:764px) {
.consent-frm .wpcf7-not-valid-tip {
top: 30px !important;
}
}
@media (min-width:765px) and (max-width:989px) {
.consent-frm .wpcf7-not-valid-tip {
top: 50px !important;
}
}
@media (max-width:1200px) {
.started-contact a {
font-size: 20px;
}
}
@media (min-width:990px) and (max-width:1200px) {
.consent-frm .wpcf7-not-valid-tip {
top: 30px !important;
}
}
@media screen and (min-width: 1740px) {
.container-fluid { padding: 0 4%;
}
}
@media screen and (min-width: 992px) {
.navbar-nav .dropdown-menu .dropdown-item {
width: auto;
border: 0;
}
.navbar-nav ul.dropdown-menu.show {
display: grid;
grid-template-columns: auto auto;
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
position: unset;
}
ul.navbar-nav.mx-auto {
position: relative;
}
.dropdown-menu {
left: -30px !important;
}
}
@media screen and (max-width: 991px) {
.dropdown-menu {
padding: 0 !important;
border: 0px solid #F5F5F5 !important;
border-radius: 0px;
}
.navbar-toggler:focus,
.navbar-toggler:focus-visible {
outline: 0;
box-shadow: none;
}
.navbar-card {
height: 62px !important;
}
div#navbarText {
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
top: 7px;
position: relative;
}
.nav-item {
border-bottom: 0px solid !important;
}
button.login-button {
width: 100%;
margin-top: 20px;
max-width: 200px;
}
}
.navbar-card {
height: 82px;
background-color: #ffffff;
box-shadow: none;
}
.footer-desktop.copy-right.container-fluid {
max-width: 100%;
}
.row.d-flex.align-items-center.mb-3.mt-3.copy-right-11 {
margin: auto 0px !important;
padding: 20px 0px;
}
h5.card-blog-title a {
color: #171717;
text-decoration: none;
}
.blog-date {
min-width: 160px !important;
}
.singblog-img {
top: 5px !important;
max-width: 175px !important;
height: auto !important;
}
.singleblog-show {
height: 100px;
}
.nav-link {
font-size: 18px !important;
color: #364153;
}
.blog-card-body {
padding: 24px !important;
}