.custom-pos-content h2,
.custom-pos-content h3 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 24px;
  text-transform: capitalize;
  color: var(--white-color);
}

.green-btn,
.purple-btn {
  color: var(--white-color) !important;
}

.default-btn,
.green-btn,
.purple-btn {
  border-radius: 2px;
  font-size: 16px;
  text-decoration: none !important;
  transition: 0.4s;
}

.custom-pos-content h2,
.custom-pos-content h3,
.default-heading,
.get-started-content h1 {
  text-transform: capitalize;
}

.custom-pos-content h2,
.custom-pos-content h3,
.home-banner-content p,
.product-spec-content h4,
.single-footer-widget p {
  color: var(--white-color);
}

.header,
.home-banner-img img,
.newland_modal_image img,
.poynt_c_modal_img2 img,
.product-spec-img img,
.product-specs-content-img img,
.product-specs-details-boxImage img,
.single-footer-widget .quick-links li a:hover::before,
.trustpilot-div img,
.v-terminals-run-business-img img {
  width: 100%;
}

.custom-pos-sec,
.inner-banner-about,
.item-banner,
.services-box::before {
  background-position: center;
  background-size: cover;
}

.custom-pos-content h3 {
  text-align: center;
}

.default-para,
.single-footer-widget p {
  text-align: justify;
  font-family: var(--roboto-family);
}

.single-footer-widget p {
  font-size: 15px;
  margin-bottom: 15px;
  word-spacing: -2.6px;
}

.product-spec-content h4,
.product-spec-content p {
  font-size: 30px;
  font-weight: 600;
}

.grow-online-boxes-content h3,
.grow-online-boxes-content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  margin: unset;
}

.blog-banner::before {
  content: "";
  background-color: #000000ba;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --black-color: #000;
  --white-color: #fff;
  --green-btn: #0b01be;
  --default-heading-color: #202647;
  --default-para-color: #6b6b84;
  /* --purple-color: #6001be; */
  --purple-color: #bc6fff;
  --roboto-family: "Roboto", sans-serif;
  --nunito-family: "Nunito", sans-serif;
}

body {
  font-family: var(--nunito-family);
}

.container,
.location-sec-link .container {
  max-width: 1320px;
}

.green-btn {
  padding: 15px 35px;
  background-color: var(--green-btn);
  font-weight: 600;
}

.default-heading::before,
.purple-btn {
  background-color: var(--purple-color);
}

.purple-btn {
  padding: 14px 36px;
  font-weight: 600;
}

.default-btn,
.pure-white-btn {
  background-color: var(--white-color);
}

.copyright-area-content ul li a,
.default-btn {
  color: var(--default-heading-color) !important;
}

.default-btn {
  padding: 15px 34.7px 15px 35px;
  font-weight: 600;
}

.default-heading {
  font-size: 45px;
  font-weight: 800;
  color: var(--default-heading-color);
  position: relative;
  z-index: 1;
}

.default-heading::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 46%;
  right: 0;
  bottom: -20px;
  width: 100px;
  height: 5px;
  border-radius: 5px;
}

.default-para {
  font-size: 16px;
  font-weight: 400;
  color: var(--default-para-color);
  line-height: 1.8;
  word-spacing: -0.9px;
}

.outline-white-btn,
.pure-white-btn {
  padding: 7px 27px;
  border-radius: 2px;
  font-weight: 600;
  text-decoration: none !important;
}

.pure-white-btn {
  font-size: 16px;
  color: var(--black-color) !important;
}

.header .nav-item .nav-link,
.outline-white-btn {
  color: var(--white-color) !important;
  font-size: 16px;
}

.outline-white-btn {
  background-color: transparent;
  border: 1px solid var(--white-color);
}

.header {
  border-bottom: 1px solid #b6b6b6;
  position: absolute;
  z-index: 111;
}

.header .others-options {
  margin-left: 50px;
}

.header .others-options .option-item a {
  padding: 11.8px 29.7px 12.3px 30px;
  background-color: var(--white-color);
  font-size: 15px;
  font-weight: 500;
  color: var(--black-color);
  text-decoration: none;
  font-family: var(--roboto-family);
  display: flex;
  transition: 0.4s;
}
header a.navbar-brand {
  background: #0b01be;
  font-size: 20px;
  padding: 15px;
  border-radius: 8px;
  font-weight: 800;
  color: #fff !important;
}

.header .nav-item .nav-link {
  padding: unset;
  font-weight: 500;
  font-family: var(--roboto-family);
}

.home-banner,
header.header.city-page {
  position: relative;
}

.home-banner-content h1,
.home-banner-content p {
  font-size: 46px;
  color: var(--white-color);
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.custom-breadcrumb-inner li:first-child a,
.kds_feature_box h4,
.privacy-content-body h4,
.privacy-content-body h5 {
  text-transform: uppercase;
}

.home-banner-content p {
  font-family: var(--roboto-family);
}

.home-banner-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-company {
  padding: 120px 0;
}

.about-company-heading {
  margin: 0 0 90px;
  text-align: center;
}

.about-company-img img {
  width: 100%;
  border-radius: 50px;
}

.about-btn-div {
  display: flex;
  margin-top: 22px;
}

.about-company-content p:first-child {
  width: 578px;
}

.about-company-img,
.customer-review-img {
  position: relative;
  z-index: 1;
}

.about-company-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -23px;
  right: -25px;
  width: 251px;
  height: 471px;
  border-radius: 37px;
  background-image: linear-gradient(
    to bottom,
    #0b01be 0,
    var(--purple-color) 100%
  );
}

.inner-why-choose-us-sec,
.services-sec {
  background-color: #fcfcfc;
  padding: 100px 0;
}

.about-cities-two .city-heading-normal,
.about-cities-two .city-para,
.about-content,
.contact-us-heading,
.cta-grow-online .custom-pos-content h2,
.get-started-form-control p,
.grow-online-last-content,
.image-div-small,
.main-thankyou,
.order_sum_col.row .col-md-3 h5,
.privacy-content-head,
.proper-merchant-services-supplier,
.services-box .services-box-content,
.services-heading-main,
.terminal-box-head {
  text-align: center;
}

.services-sec .services-heading-main p {
  margin-top: 40px;
}

.services-box-link {
  display: flex;
  justify-content: center;
}

.apply-btn-pos,
.why-choose-box {
  align-items: center;
  display: flex;
}

.services-box {
  border-radius: 30px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: var(--white-color);
  padding: 54px 40px 27px 39px;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

.services-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 95px;
  height: 90px;
  background-image: url("../images/services-box-img.webp");
  background-repeat: no-repeat;
  top: -46px;
  left: 43%;
  right: 0;
}

.services-box .services-box-content h4 {
  font-size: 27px;
  font-weight: 800;
  color: var(--default-heading-color);
}

.custom-pos-sec {
  background-image: url("../images/custom-pos-img.webp");
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 230px 0;
}

.custom-pos-sec::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(96, 1, 190, 0.83);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.apply-btn-pos {
  margin-top: 10px;
  justify-content: center;
}

.custom-pos-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.custom-pos-content p {
  text-align: center;
  color: var(--white-color);
  width: 807px;
}

.apply-btn-pos a {
  padding: 15px 55px;
}

.why-choose-us-sec {
  padding: 130px 0;
}

.customer-review-sec .customer-review-content h3::before,
.whyChoose-content h3::before {
  left: 0;
}

.choose-para {
  margin: 50px 0 20px;
}

.main-wrap,
.whyChoose-btn {
  display: flex;
}

.why-choose-box {
  background-image: linear-gradient(to bottom, var(--purple-color), #0b01be);
  border-radius: 30px;
  padding: 15px;
  margin-bottom: 25px;
  gap: 15px;
}

.why-choose-box h5 {
  margin-bottom: unset;
  font-size: 16px;
  font-weight: 600;
  color: var(--white-color);
}

.customer-review-sec {
  background-color: #fcfcfc;
  padding: 85px 0;
}

.contact-form-div,
.custom-review-slider-main,
.privacy-content-body {
  margin-top: 60px;
}

.cust-review-box {
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
  background-color: var(--white-color);
  padding: 12px;
  height: 300px;
}

.cust-review-box-border {
  border-radius: 5px;
  border: 1px dashed #3c62e9;
  padding: 12px;
  height: 100%;
}

.client-box-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cust-review-box .cust-review-box-border p {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
}

.client-box-footer .ratings .client-stars i {
  color: #fdbd15;
}

.client-box-footer .ratings .client-name p {
  font-weight: 800;
  margin-bottom: unset;
}

.custom-review-slider-main .customer-review .owl-item {
  padding: 8px;
}

.customer-review-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -26px;
  left: -25px;
  width: 251px;
  height: 396px;
  border-radius: 37px;
  background-image: linear-gradient(
    to bottom,
    var(--purple-color) 0,
    #0b01be 100%
  );
}

.footer-area {
  padding: 55px 0;
  background-color: var(--purple-color);
}

.contact-form .title,
.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget h2 {
  font-size: 25px;
  color: var(--white-color);
  margin-bottom: 30px;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
  animation-fill-mode: forwards;
}

.single-footer-widget h2::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100px;
  border-bottom: 1px solid var(--white-color);
}

.single-footer-widget .footer-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  border-top: 1px solid #fff;
  padding-top: 15px;
}

.single-footer-widget .footer-contact-info li {
  margin-bottom: 20px;
  color: var(--white-color);
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  font-family: Nunito, sans-serif;
}

.single-footer-widget .footer-contact-info li i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 16px;
  color: var(--white-color);
  line-height: 1;
}

.single-footer-widget .footer-contact-info li a {
  display: inline-block;
  color: var(--white-color) !important;
  font-weight: 400;
  position: relative;
  font-size: 15px;
  text-decoration: none;
}

.copyright-area-content ul li a:hover,
.single-footer-widget .footer-contact-info li a:hover,
.single-footer-widget
  .footer-newsletter-box
  .newsletter-form
  .default-btn:hover,
.single-footer-widget .quick-links li a:hover {
  color: #3c62e9;
}

.single-footer-widget .footer-contact-info li:last-child,
.single-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-social {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 25px;
}

.single-footer-widget .footer-social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.copyright-area-content ul li:last-child,
.single-footer-widget .footer-social li:last-child {
  margin-right: 0;
}

.single-footer-widget .footer-social li i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: var(--white-color);
  color: #3c62e9;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .footer-social li i:hover {
  background-color: #3c62e9;
  color: var(--white-color);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.single-footer-widget .quick-links {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget .quick-links li {
  color: var(--white-color);
  font-size: 15px;
  list-style-type: none;
  margin-bottom: 15px;
}

.single-footer-widget .quick-links li a {
  display: inline-block;
  color: var(--white-color) !important;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  font-family: var(--roboto-family);
}

.single-footer-widget .quick-links li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--white-color);
}

.single-footer-widget .quick-links li a i {
  position: relative;
  top: 1px;
}

.city-contact-us a,
.city-contact-us a:hover,
.faq-sec a,
.faq-sec a:hover,
.product-spec-content p,
.single-footer-widget .footer-newsletter-box p,
.v-terminals-run-content h2,
.v-terminals-run-content p {
  color: var(--white-color);
}

.single-footer-widget .footer-newsletter-box .newsletter-form {
  position: relative;
  margin-top: 20px;
}

.single-footer-widget
  .footer-newsletter-box
  .newsletter-form
  .input-newsletter {
  width: 100%;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  border-radius: 5px;
  height: 55px;
  padding: 15px;
  color: #202647;
  font-size: 14px;
  font-weight: 500;
}

.single-footer-widget
  .footer-newsletter-box
  .newsletter-form
  .input-newsletter::-webkit-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #6b6b84;
}

.single-footer-widget
  .footer-newsletter-box
  .newsletter-form
  .input-newsletter:-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #6b6b84;
}

.single-footer-widget
  .footer-newsletter-box
  .newsletter-form
  .input-newsletter::-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #6b6b84;
}

.single-footer-widget
  .footer-newsletter-box
  .newsletter-form
  .input-newsletter::placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #6b6b84;
}

.single-footer-widget
  .footer-newsletter-box
  .newsletter-form
  .input-newsletter:focus {
  border: none;
  outline: 0;
}

.single-footer-widget
  .footer-newsletter-box
  .newsletter-form
  .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.single-footer-widget
  .footer-newsletter-box
  .newsletter-form
  .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.single-footer-widget
  .footer-newsletter-box
  .newsletter-form
  .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.single-footer-widget
  .footer-newsletter-box
  .newsletter-form
  .input-newsletter:focus::placeholder {
  color: transparent;
}

.single-footer-widget .footer-newsletter-box .newsletter-form .default-btn {
  width: 100%;
  margin-top: 15px;
  border-radius: 5px;
}

.single-footer-widget
  .footer-newsletter-box
  .newsletter-form
  .default-btn
  span {
  background-color: var(--white-color);
}

.single-footer-widget
  .footer-newsletter-box
  .newsletter-form
  #validator-newsletter {
  color: var(--white-color);
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
}

.copyright-area {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.copyright-area-content p {
  color: var(--default-heading-color);
  font-weight: 500;
  font-size: 14px;
  margin-bottom: unset;
  font-family: var(--roboto-family);
}

.copyright-area-content p a {
  display: inline-block;
  font-weight: 600;
  color: #3c62e9;
}

.copyright-area-content p a:hover {
  color: #202647;
}

.copyright-area-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
}

.copyright-area-content ul li {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
}

.copyright-area-content ul li a {
  display: inline-block;
  font-weight: 500;
  font-family: var(--roboto-family);
  text-decoration: none;
}

.copyright-area-content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -12px;
  width: 1px;
  height: 12px;
  background-color: #3c62e9;
}

.clover_flex_3_summary h2::before,
.copyright-area-content ul li:last-child::before,
.counter,
.header .dropdown-toggle::after,
.home-banner .owl-next span,
.home-banner .owl-prev span,
.v-terminals-run-content h2:before {
  display: none;
}

.home-banner .owl-next::before,
.home-banner .owl-prev::before {
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  z-index: -1;
  font-weight: 900;
  font-size: 35px;
}

.copyright-area-content ul li:first-child {
  margin-left: 0;
}

.inner-banner-about {
  background-image: url("../images/about-banner.webp");
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 212px 0;
}

.inner-banner-about::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #6001beb8;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modal-fullscreen-xl .modal-footer,
.terminal-footer-box1 {
  background-color: #fff;
}

.inner-banner-content {
  text-align: center;
  position: relative;
}

.inner-banner-content h1 {
  font-size: 50px;
  font-weight: 800;
  color: var(--white-color);
}

.about-content-sec,
.terminal-box-one {
  padding: 75px 0;
}

.about-content-paraDiv,
.kds_feature,
.modal-fullscreen-xl .clover_flex_3_positioning,
.v-terminal-box-one .new-row {
  margin-top: 50px;
}

.about-content-paraDiv p {
  width: 1150px;
  margin: 0 auto 25px;
}

.modal-fullscreen-xl .clover_flex_3_summary ul,
.msp ul,
.product-specs-details-box ul,
.whyChoose-content ul {
  list-style-type: none;
}

.whyChoose-content ul li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--roboto-family);
  color: var(--default-para-color);
}

.whyChoose-content ul li i {
  color: var(--purple-color);
  font-weight: 800;
  font-size: 20px;
  margin-right: 5px;
}

.terminal-box-body {
  padding: 20px 65px 23px 37px;
  border-radius: 30px;
  background-image: linear-gradient(to bottom, #6001be, #0b01be);
}

.product-specs-btn {
  display: flex;
  gap: 15px;
}

.product-spec-content ul {
  margin-left: 18px;
}

.product-spec-content ul li {
  margin-bottom: 5px;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--roboto-family);
}

.product-specs-btn a i {
  font-size: 11px;
}

.terminal-box-body .col-lg-4 {
  padding-left: unset;
}

.terminal-footer-box1,
.v-terminal-box-one .terminal-footer-box1 {
  padding: 25.8px 40px 24.5px;
  margin-top: 40px;
}

.terminal-footer-box1 {
  border-radius: 30px;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.13);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.terminal-footer-box1 p {
  margin-bottom: unset;
  font-size: 18px;
  font-weight: 700;
  margin-top: 13px;
  text-align: center;
}

.terminal-box-footer {
  margin-top: 75px;
}

.terminal-box-two {
  padding: 75px 0;
  background-color: #fcfcfc;
}

.view-more-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.terminal-box-anchor {
  margin: 60px 0 40px;
}

.modal-fullscreen-xl {
  padding-right: unset !important;
}

.modal-fullscreen-xl .modal-content {
  height: 100%;
  border: unset;
}

.kds_feature_box,
.modal-fullscreen-xl .clover_flex_3_positioning_image img,
.modal-fullscreen-xl .clover_flex_3_summary_image img,
.terminal-tabs-box,
.v-terminal-box-one .business-benefits img {
  border-radius: 5px;
}

.modal-fullscreen-xl .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: unset;
  margin: unset;
}

.modal-fullscreen-xl .clover_flex_3_summary ul li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.modal-fullscreen-xl .clover_flex_3_summary ul li span,
.product-specs-details-box ul li span {
  color: var(--green-btn);
}

.modal-fullscreen-xl .clover_flex_3_summary_heading {
  text-align: center;
  margin-bottom: 60px;
}

.modal-fullscreen-xl .modal-body {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.green-btn:hover,
.kds_feature_box {
  background-color: var(--white-color);
}

.align-right,
.modal-fullscreen-xl .clover_flex_3_positioning_image {
  display: flex;
  justify-content: flex-end;
}

.clover_flex_3_summary h2 {
  font-size: 30px;
}

.clover_flex_3_positioning .clover_flex_3_summary p {
  width: 87%;
}

.clover_flex_3_positioning_list h3 {
  color: var(--default-heading-color);
  font-weight: 700;
  font-size: 30px;
}

ul .sub-list {
  margin-left: 20px;
}

.clover_flex_3_positioning_list {
  margin-top: 45px;
}

.poynt_c_summary_image img {
  border-radius: 5px;
  width: 100%;
}

.pax_modal_content_one .clover_flex_3_summary p {
  width: 704px;
}

.checkbox-get-started input,
.clovedr_solo_station_modal3 img,
.elo_talech_img img,
.v-terminal-box-one .product-spec-img img {
  width: unset;
}

.kds_feature_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 350px;
  padding: 50px 0;
  margin: 0 auto 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

.kds_feature_box h4 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: var(--default-heading-color);
  text-align: center;
}

.kds_feature_box img {
  width: 50px;
}

.kds_feature h2 {
  text-align: center;
  margin-bottom: 50px;
}

.green-btn:hover {
  color: var(--green-btn) !important;
}

.default-btn:hover {
  background-color: var(--green-btn);
  color: var(--white-color) !important;
}

.header .others-options .option-item a:hover,
.purple-btn:hover {
  color: var(--white-color);
  background-color: var(--green-btn);
}

.terminal-box-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 60px;
}

.terminal-box-tabs ul .nav-item .nav-link {
  background-color: transparent;
  color: #9b9b9b;
  border-radius: unset;
  outline: unset;
  text-transform: uppercase;
  padding: unset;
  font-weight: 600;
}

.terminal-box-tabs ul .nav-item .nav-link.active {
  border-bottom: 2px solid var(--purple-color);
  padding-bottom: 10px;
  color: var(--black-color);
  font-weight: 600;
}

.terminal-box-tabs ul .nav-item {
  padding: 0 40px 00px;
  border-bottom: 1px solid #ececec;
}

.terminal-box-tabs-sec {
  background-color: #fcfcfc;
}

.terminal-tabs-box {
  background-color: var(--white-color);
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 850px;
  margin-bottom: 30px;
}

.default-btn-contact,
.icons-box,
.v-terminals-run-content {
  background-color: var(--purple-color);
}

.terminal-tabs-box-content {
  padding: 32px 30px 30px;
}

.terminal-tabs-box-content h4 {
  padding-bottom: 25px;
}

.terminal-tabs-box-content p {
  margin-bottom: 8px;
}

.terminal-tabs-box-content p a {
  color: var(--default-para-color);
  text-decoration: underline;
}

.inner-banner-clover_peripherals {
  background-image: url("../images/clover-peripherals-bg.webp");
}

.high-risk-bg {
  background-image: url("../images/highrisk-banner.webp");
}

.eCommerce-grow-online-content h2 {
  text-align: center;
  margin-bottom: 80px;
}

.contact-us-sec,
.eCommerce-grow-online,
.faq-sec,
.grow-online-last-sec,
.product-specs-details-sec,
.product-specs-sec {
  padding: 50px 0;
}

.grow-online-boxes {
  box-shadow: 0 4px 11px 0 #00000026;
  border-radius: 10px;
  text-align: center;
  padding: 25px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.eCommerce-grow-online-content h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  margin-bottom: unset;
}

.eCommerce-grow-online-content,
.grow-online-last-content p,
.location-sec-link-head,
.product-specs-details-content,
.thankyou_sec {
  margin-bottom: 50px;
}

.eCommerce-grow-online-content p,
.grow-online-boxes-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: center;
}

.cta-grow-online {
  background-image: url("../images/cta-grow-online.webp");
}

.custom-pos-sec::before {
  background-color: #0c0c0cd1;
}

.contact-form-div form input,
select {
  width: 100%;
  height: 50px;
  outline: unset;
  border: 1px solid #d1cece;
  border-radius: 5px;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #000;
}

.contact-form-div form input::placeholder {
  color: #6b6b84;
}

.contact-form-div form select {
  color: #6b6b84;
}

.contact-form-div form textarea::placeholder {
  color: #6b6b84;
}

.contact-form-div form textarea {
  height: 350px;
  width: 100%;
  resize: none;
  outline: unset;
  border: 1px solid #d1cece;
  border-radius: 5px;
  padding: 20px;
}

.contact-page-buttn {
  text-align: center;
  margin-top: 20px;
}

.default-btn-contact {
  cursor: pointer;
  color: var(--white-color);
  outline: 0;
  border: unset;
  padding: 12px 26px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid var(--purple-color);
  transition: 0.4s;
}

.default-btn-contact:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid var(--purple-color);
}

.home-banner .owl-next,
.home-banner .owl-prev {
  background: unset !important;
  outline: unset !important;
  z-index: 1;
  top: 0;
  bottom: 0;
  position: absolute;
}

.contact-form-div form input[type="checkbox"] {
  width: unset;
  height: unset;
  margin: unset;
}

.contact-form-div form .checkbox-div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.contact-us-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.contact-us-inner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.contact-us-inner-box .contact-content-box p {
  margin-bottom: unset;
  font-size: 17px;
  font-weight: 700;
  color: var(--default-heading-color);
}

.contact-us-inner-box .contact-content-box a {
  text-decoration: none;
  color: var(--green-btn);
  font-size: 17px;
  font-weight: 600;
}

.contact-content-address {
  color: var(--green-btn) !important;
}

.header .dropdown-item,
.header .dropdown-item:hover,
.home-banner .owl-next::before,
.home-banner .owl-prev::before,
.icons-box,
.nav-item .dropdown-menu .dropdown-item,
.v-terminals-run-content ul li {
  color: var(--white-color);
  color: var(--white-color);
}

.icons-box {
  width: 70px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 20px;
}

.padding,
.privacy-sec {
  padding: 60px 0;
}

.privacy-content-body h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--black-color);
}

.contact-us-heading h4 {
  margin-top: 50px;
  margin-bottom: unset;
  font-size: 22px;
  font-weight: 600;
}

.inner-banner-v-terminals {
  background-image: url("../images/v-terminals-bg.webp");
}

.v-terminal-box-one .product-spec-img {
  text-align: center;
  margin-top: -150px;
}

.v-terminal-box-one .terminal-box-body {
  margin-top: 120px;
}

.v-terminal-box-one .terminal-footer-boxes {
  display: flex;
  justify-content: center;
  align-items: center;
}

.v-terminals-run-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 50px;
}

.home-banner .col-lg-12,
.v-terminals-run-business .col-lg-6 {
  padding: unset;
}

.v-terminals-run-content ul {
  padding-left: unset;
  margin-top: 20px;
}

.v-terminals-run-content ul li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.city-contact-usXtra .faq-content .card-header .btn,
.v-terminal-box-one .new-row ul {
  text-align: left;
}

.v-terminal-box-one .new-row ul li {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
}

.home-banner .banner-slider .owl-item {
  user-select: all;
}

.home-banner .owl-prev {
  left: 70px;
}

.home-banner .owl-prev::before {
  content: "\f053";
  position: absolute;
}

.home-banner .owl-next {
  right: 70px;
}

.home-banner .owl-next::before {
  content: "\f054";
  position: absolute;
}

.check-processing-bg {
  background-image: url("../images/checkprocessing-bg.webp");
}

.integration-bg {
  background-image: url("../images/integration-bg.webp");
}

.internetgateways-bg {
  background-image: url("../images/internetgateways-bg.webp");
}

.phone-mail-order-transactions-bg {
  background-image: url("../images/phone-mail-order-transactions-bg.webp");
}

.fraud-protection-bg {
  background-image: url("../images/fraud-protection-bg.webp");
}

.recurriing-billing-features-bg {
  background-image: url("../images/recurriing-billing-features-bg.webp");
}

.acceptance-all-major-credit-cards-bg {
  background-image: url("../images/acceptance-all-major-credit-cards-bg.webp");
}

.lower-risk-bg {
  background-image: url("../images/lower-risk-bg.webp");
}

.onlinereporting-bg {
  background-image: url("../images/onlinereporting-bg.webp");
}

.directdeposit-bg {
  background-image: url("../images/directdeposit-bg.webp");
}

.chargebackprotection-bg {
  background-image: url("../images/chargebackprotection-bg.webp");
}

.orderinsight-bg {
  background-image: url("../images/orderinsight-bg.webp");
}

.rdrcdrn-bg {
  background-image: url("../images/rdrcdrn-bg.webp");
}

.product-specs-content h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  color: var(--black-color);
  margin-bottom: 40px;
}

.product-specs-content-list ul {
  list-style-type: disclosure-closed;
}

.product-specs-content-list ul li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.product-specs-details-content h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  color: var(--black-color);
}

.product-specs-details-box h3 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 800;
  color: var(--default-heading-color);
}

.product-specs-details-box ul li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--black-color);
}

.kds-display-sec .default-headingXtra {
  text-align: center;
  padding: 40px 0;
}

.dropdown-menu::-webkit-scrollbar {
  width: 5px;
}

.dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--default-heading-color);
}

.dropdown-menu-no {
  height: unset;
}

.header .dropdown-item:hover {
  background-color: var(--default-heading-color);
}

.header .dropdown-item {
  background-image: linear-gradient(17deg, #6001be, #0b01be);
}

.form-modal .modal-content,
.header .hover-drop .services-drop {
  background-image: linear-gradient(to right, #6001be, #0b01be 100%);
}

.nav-item .dropdown-menu {
  display: none;
  position: absolute;
  top: 21px;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-item .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  white-space: nowrap;
  display: block;
  text-decoration: none;
}

.nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
}

.header .hover-drop:hover .services-drop,
.nav-item .dropdown:hover .dropdown-menu,
.nav-item:hover .dropdown-menu {
  display: block;
}

.nav-item .dropdown .dropdown-menu {
  left: 100%;
  top: 0;
  display: none;
}

.faq-sec a:focus {
  box-shadow: none;
}

.city-contact-us .card-header,
.faq-sec .card-header {
  background-color: var(--purple-color);
}

.header .hover-drop .services-drop {
  padding: 50px;
  position: absolute;
  z-index: 111;
  width: 100%;
  left: 0;
  top: 81px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
  display: none;
  border-radius: 5px;
}

.about-content .content .bar,
.contact-form .title .bar {
  height: 5px;
  width: 100px;
  position: relative;
  overflow: hidden;
}

.header .nav-item {
  padding: 30px;
}

.services-drop .services-links ul {
  list-style-type: none;
  margin-bottom: 15px;
}

.services-drop .services-links ul li a {
  color: #d9d9d9;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}

.services-drop .services-links a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.services-drop .services-links ul li {
  line-height: 26px;
}

.services-drop .services-links {
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0;
}

.services-drop .services-links:last-child {
  border-bottom: none;
}

.services-drop .services-links ul li a:hover {
  color: #fff;
}

.default__heading__1 {
  font-size: 32px;
  font-weight: 700;
  color: var(--black-color);
}

.form-modal .modal-dialog {
  max-width: 900px;
}

.contact-form .form-group,
.form-modal .input-div {
  margin-bottom: 15px;
}

.form-modal .input-div input {
  width: 100%;
  height: 45px;
  padding: 10px;
  border-radius: 5px;
  outline: 0;
  border: 1px solid #e4e4e4;
  color: #fff;
  background-color: transparent;
}

.form-modal .input-div input::placeholder {
  color: #fff;
}

.form-modal form .button-modal-form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-modal form .button-modal-form button {
  transition: 0.3s;
  font-size: 16px;
  font-weight: 400;
  background-color: var(--green-btn);
  border: none;
  outline: 0;
  padding: 12px 35px;
  border-radius: 5px;
  color: #fff;
}

.cities-getstarted .city-heading-reg,
.cities-getstarted .city-para,
.form-modal .modal-header h5,
.form-modal button i,
.insider-info:hover a,
.insider-info:hover a i,
.insider-info:hover p,
.insider-info:hover span {
  color: #fff;
}

.form-modal .modal-header {
  align-items: center;
}

.form-modal button {
  opacity: 1;
}

.form-modal .modal-body {
  padding: 25px 50px;
}

.thankyou_sec {
  padding: 200px 0 0;
  display: flex;
  align-items: center;
}

.main-content__checkmark {
  font-size: 9.75rem;
  line-height: 1;
  color: #1b8c9c;
}

.site-header__title {
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.main-content__body {
  margin: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.start_live_chat {
  font-size: 19px;
  background-color: #16171a;
  padding: 10px 24px;
  display: inline-block;
  border-radius: 50pc;
  margin: 20px 0 0;
  color: #fff !important;
  text-decoration: none !important;
}

.inner-banner-apply {
  background-image: url("../../index.webp");
}

.pt-100 {
  padding-top: 100px;
}

.about-content .content .bar {
  background: var(--purple-color);
  border-radius: 5px;
  margin: 20px auto 20px 0;
}

.about-content .content .bar::before,
.contact-form .title .bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #fff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(85px);
    transform: translateX(85px);
  }
}

.about-content .content .about-features {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.about-content .content .about-features li {
  list-style-type: none;
  margin-bottom: 20px;
  position: relative;
  color: #6b6b84;
  padding-left: 20px;
}

.about-content .content .about-features li i {
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 9px;
  text-align: center;
  background-color: #3c62e9;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-form {
  padding: 35px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
  box-shadow: 0 0 1.25rem rgb(137 177 241 / 72%);
  margin: auto;
}

.contact-form .title .bar {
  background: #3c62e9;
  border-radius: 5px;
  margin: 20px auto 20px 0;
}

.contact-form .form-group .form-control {
  display: block;
  width: 100%;
  height: 60px;
  outline: 0;
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.image-div img,
.proper-merchant-services-supplier img {
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  border-radius: 100px;
}

.contact-form .default-btn {
  border: none;
  margin-top: 10px;
  padding: 12px 25px;
  width: 100%;
  border-radius: 5px;
}

.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 2px;
  background-color: #000244;
  -webkit-transition:
    width 0.5s ease-in-out,
    height 0.5s ease-in-out;
  transition:
    width 0.5s ease-in-out,
    height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.pb-100 {
  padding-bottom: 100px;
}

.inner-banner-terminal {
  background-image: url("../images/terminals-bg_img.webp");
}

.inner-banner-pos {
  background-image: url("../images/pos-bg-img.webp");
}

.inner-banner-e_commerce {
  background-image: url("../images/ecommerce_bg_img.webp");
}

.account-tax-prep-bg {
  background-image: url("../images/account-tax-prep-bg.webp");
}

.retail-merchants-bg {
  background-image: url("../images/retail-merchants-bg.webp");
}

.cbd-hemp-bg {
  background-image: url("../images/cbd-hemp-bg.webp");
}

.cigars-tobacco-bg {
  background-image: url("../images/cigars-tobacco-bg.webp");
}

.continuity-subscription-bg {
  background-image: url("../images/continuity-subscription-bg.webp");
}

.restaurant-merchants-bg {
  background-image: url("../images/restaurant-merchants-bg.webp");
}

.drop-shipping-bg {
  background-image: url("../images/drop-shipping-bg.webp");
}

.professional-office-merchants-bg {
  background-image: url("../images/professional-office-merchants-bg.webp");
}

.high-volume-bg {
  background-image: url("../images/high-volume-bg.webp");
}

.non-profit-charitable-merchants-bg {
  background-image: url("../images/non-profit-charitable-merchants-bg.webp");
}

.convenience-store-merchants-bg {
  background-image: url("../images/convenience-store-merchants-bg.webp");
}

.nutraceuticals-supplement-bg {
  background-image: url("../images/nutraceuticals-supplement-bg.webp");
}

.tech-support-bg {
  background-image: url("../images/tech-support-bg.webp");
}

.vape-ecig-bg {
  background-image: url("../images/vape-ecig-bg.webp");
}

.seasonal-trade-show-payments-processing-bg {
  background-image: url("../images/seasonal-trade-show-payments-processing-bg.webp");
}

.automotive-payment-processing-bg {
  background-image: url("../images/automotive-payment-processing-bg.webp");
}

.healthcare-payment-processing-bg {
  background-image: url("../images/healthcare-payment-processing-bg.webp");
}

.property-management-payment-processing-bg {
  background-image: url("../images/property-management-payment-processing-bg.webp");
}

.service-industry-payment-processing-bg {
  background-image: url("../images/service-industry-payment-processing-bg.webp");
}

.grow-online-last-content img {
  width: 50%;
}

.floatWhatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  left: 20px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 0 0 0 #25d366;
  z-index: 100;
  animation: 1.25s cubic-bezier(0.66, 0, 0, 1) infinite pulsing;
}

.blog-banner,
.item-banner0,
.item-banner1,
.item-banner2 {
  z-index: 1;
  position: relative;
}

.my-float {
  margin-top: 16px;
}

@keyframes pulsing {
  100% {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.privacy-content-body h5 {
  font-size: 20px;
  font-weight: 700;
}

.black-btn,
.get-started-content h1,
.name-month > a i,
.ready-info ul li span {
  text-transform: capitalize;
}

.checkbox-divNew span,
.contact-form-div form .checkbox-div span {
  text-align: justify;
}

.checkbox-divNew {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.item-banner {
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  border-radius: 0 0 120px 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 27px;
}

.item-banner1 {
  background-image: url("../images/1_Ez6sFcNyA43NzWWEvAQd4Q.webp");
}

.item-banner0 {
  background-image: url("../images/thrifty-header-banner1200x800.webp");
}

.item-banner2 {
  background-image: url("../images/banner2123.webp");
}

.home-banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.item-banner1::before,
.item-banner2::before,
.item-banner0::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #00000061;
  top: 0;
  left: 0;
  border-radius: 0 0 120px 120px;
}

.home-banner-content1 h1 {
  width: 1000px;
  margin: 0 auto 30px 0;
}

.blog-banner {
  background-image: url(../images/blog-banner.webp);
  height: auto;
  padding: 156px 0 50px;
}

.blog-banner::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00000078;
}

.ip-banner-h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.ip-banner-h2 {
  font-size: 37px;
  color: #fff;
  line-height: 55px;
}

.seo-banner-inner > p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.seo-awards-banner {
  padding: 0;
  display: flex;
  align-items: center;
}

.seo-awards-banner > li {
  list-style-type: none;
  flex: 0 1 25%;
}

.seo-awards-banner img {
  filter: grayscale(100%);
  transition: filter 0.2s linear;
}

.black-btn {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  background-color: #00020f;
  padding: 7px 40px;
  color: #fff !important;
  border-radius: 5px;
  font-size: 20px;
  margin-top: 14px;
  border: 1px solid #00020f;
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
}

.black-btn::before,
.ready-info ul li a.get:before {
  -webkit-transform: scaleX(0);
  -webkit-transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.black-btn::before {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #448b87;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  content: "";
  position: absolute;
  transform: scaleX(0);
  transition-property: transform;
  transition-timing-function: ease-out;
}

.custom-breadcrumb-wrap {
  border-bottom: 1px solid #d1d1d1;
  padding: 30px 0;
}

.breadcrumb.custom-breadcrumb-inner {
  margin: 0;
  background: 0 0;
  justify-content: center;
  padding: 0;
  position: relative;
}

.breadcrumb.custom-breadcrumb-inner::before {
  content: "";
  position: absolute;
  width: 39px;
  height: 23px;
  background-image: url(../images/seo-page/bread-crumb.webp);
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -50px;
}

.breadcrumb-item a,
.custom-breadcrumb-inner .breadcrumb-item {
  color: #797777;
}

.breadcrumb-item.active {
  color: #448b87;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">>";
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.blog {
  padding: 40px 0;
}

.blog-grid .item {
  margin-bottom: 3rem;
}

.content-block {
  height: 100%;
  display: block;
  background: #fff;
  border-radius: 20px;
  z-index: 2;
  outline: 0;
  box-shadow: 0 5px 7px -3px rgba(0, 0, 0, 0.5);
  padding-bottom: 25px;
  text-decoration: none !important;
}

.dark-green-btn,
.ready-info ul li a.get {
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
}

.img-container {
  height: 350px;
}

.content-block img {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  object-fit: cover;
  height: 100%;
  transition: 0.3s linear;
}

.img-container .image-overlay-content {
  padding: 0 5px 5px 0;
}

.blog-by-category .img-container {
  position: relative;
  z-index: 0;
}

.blog-by-category .img-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00000073;
  z-index: 0;
}

.blog-grid .content-block h5 {
  padding: 20px 25px 0;
  margin-bottom: 0;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 26px;
  overflow: hidden;
  font-weight: 700;
  text-align: center;
  font-family: Ubuntu, sans-serif;
  color: #000;
}

.content-block__sub-title {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #69798d;
  font-weight: 300;
  margin-bottom: 8px;
  display: none;
}

.city-heading-normal,
.city-heading-reg,
.city-heading-small {
  line-height: 38px;
  color: #212529;
}

.content-block,
.img-container {
  overflow: hidden;
  position: relative;
}

.bussines-sec {
  background-color: #448b87;
  padding: 60px 0 !important;
}

.bussines-sec,
.faqs-sec {
  padding: 0 0 100px;
  position: relative;
}

.bussines-sec:before {
  width: 324px;
  height: 279px;
  left: 0;
}

.bussines-sec:after,
.bussines-sec:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}

.bussines-sec:after {
  width: 422px;
  height: 429px;
  background-size: cover;
  right: 0;
}

.centerCol {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.bussines-sec h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
}

.bussines-sec p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.ready-info ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding-left: 0;
  position: relative;
  z-index: 1;
}

.bussines-sec a,
.main-results-sec ul li,
.ready-info ul li,
.ready-info ul li a.cal,
.ready-info ul li span {
  display: inline-block;
}

.ready-info ul li a.get {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.ready-info ul li a.get,
.services-item:hover {
  background-color: #000;
  text-decoration: none;
}

.ready-info ul li a {
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
}

.bussines-sec a {
  padding: 7px 25px;
  border-radius: 4px;
  font-size: 16px;
}

.ready-info ul li a.get:before {
  background: #99cf72;
  content: "";
  position: absolute;
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.ready-info ul li span {
  text-align: center;
  margin: 0 0 0 25px;
  font-weight: 700;
  font-size: 30px;
}

.ready-info ul li a.cal {
  border: 2px solid #000;
  margin-left: 20px;
  padding: 2px 35px;
  color: #000;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.ready-info ul li a.cal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.ready-info ul li a.cal svg {
  vertical-align: super;
  fill: #000;
  width: 15px;
  height: 15px;
}

.footer-info a.cal .call-media,
.ready-info ul li a.cal .call-media {
  display: inherit;
  margin-left: 15px;
}

.ready-info ul li a.cal .call-media small {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-align: left;
  line-height: 15px;
}

.insider-sec {
  padding: 60px 0 100px;
}

.insider-info h3 {
  font-weight: 600;
  font-size: 21px;
  color: #000;
}

.insider-info span {
  margin-top: 19px;
  display: inherit;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.insider-info {
  background-color: #f3f7ff;
  padding: 35px;
  border: 1px solid #f0efef;
  border-radius: 4px;
  margin-top: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-decoration: none !important;
}

.bussines-sec a,
.insider-info:hover {
  background-color: #8dc962;
}

.bussines-sec a,
.insider-info a {
  color: #000;
  font-weight: 600;
}

.insider-sec .heading p {
  margin: 0;
}

.insider-info p {
  color: #797777;
  font-size: 18px;
}

.article-wrapper {
  padding: 20px 0;
}

.name-month {
  margin-bottom: 10px;
  pointer-events: none;
}

.name-month + h2 {
  margin-bottom: 20px;
}

.position-relative {
  position: relative !important;
}

.post-info img {
  max-width: 100%;
}

.image-overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 5px 15px 0;
}

.image-overlay-content .image-content {
  padding: 0 0 3px 10px;
  -webkit-text-fill-color: unset;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to right, #fff, transparent) 1 0%;
  border-top: 0;
}

.get-started-form-control button,
.image-content-box {
  text-align: right;
}

.image-content-box img.content-img {
  width: 110px;
  margin: 0 0 0 auto;
}

.post-info p {
  margin: 30px 0;
}

.blog-sticky-form {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  padding: 30px 12px 12px;
}

.blog-header,
.header-blog-inner {
  position: unset;
}

.seo-banner-form {
  border: #ffdead;
  border-radius: 15px;
  padding: 30px 26px;
  text-align: center;
  background: #448b87;
}

@media (max-width: 1439px) {
  .blog-sticky-form {
    padding: 30px 12px 12px;
  }
}

.blog-sticky-form > h2:first-child {
  font-size: 25px !important;
}

.seo-banner-form > h2:first-child {
  font-size: 52px;
  font-weight: 700;
  margin: 0;
  color: #00020f;
}

.blog-sticky-form h2:nth-child(2) {
  font-size: 14px !important;
}

.seo-banner-form > h2:nth-child(2) {
  color: #00020f;
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  margin: 0;
}

.seo-banner-form > h2:nth-child(2) strong {
  margin: 0 1px;
  color: #00020f;
}

.seo-cont-form-inner {
  padding: 20px 0 0;
}

.seo-cont-form-inner .form-group {
  margin-bottom: 17px;
}

.seo-banner-form input,
.seo-banner-form textarea {
  background: #fff;
  border: 2px solid #fff;
}

#formResult {
  position: absolute;
  z-index: 1;
}

.blog-sticky-form button {
  padding: 7px;
  font-size: 16px;
}

.dark-green-btn {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  background-color: #ffdeac;
  padding: 7px 40px;
  color: #000;
  border-radius: 5px;
  font-size: 20px;
  margin-top: 14px;
  text-decoration: none;
  border: 1px solid #000;
}

.onpage-banner .seo-cont-form-inner button,
.seo-cont-form-inner button {
  margin: 0;
  width: 100%;
  padding: 10px;
  border-color: #fff;
}

.name-month > a {
  display: inline-flex;
}

.name-month > a i {
  color: #797777;
}

.name-month a i {
  margin-right: 10px;
}

.header-blog-inner .others-options .option-item a {
  background-color: var(--black-color);
  color: var(--white-color);
}

.blog-header {
  background-image: linear-gradient(
    to right,
    var(--purple-color),
    #0b01be 100%
  );
  z-index: unset;
}

.city-page-banner,
.footer-heading,
.form-bottom-area,
.get-started-sec {
  position: relative;
  z-index: 1;
}

.get-started-sec {
  background-image: url("../images/Get-Started-Banner.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  padding: 200px 0;
}

.get-started-content h2 {
  text-align: center;
  color: var(--purple-color);
  font-family: Roboto;
  font-size: 37px;
  font-weight: 700;
  line-height: 47px;
}

.get-started-content h1 {
  color: #fff;
  font-family: Roboto;
  font-size: 58px;
  font-weight: 700;
  line-height: 22px;
  margin: 40px 20px 80px;
  text-align: center;
}

.form-top-area {
  padding: 70px 200px;
  background-color: #fff;
  opacity: 0.7;
  border-radius: 0 100px 0 0;
}

.get-started-form-content1 {
  padding: 10px 220px;
  background-color: var(--green-btn);
  box-shadow: 0 9px 4.5px 0 rgba(0, 0, 0, 0.5);
}

.get-started-form-content1 h3 {
  color: #fff;
  font-family: Roboto;
  font-size: 29px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 39px;
  text-align: center;
}

.form-bottom-area {
  padding: 20px 150px 130px;
  background: #f5f5f5a1;
  box-shadow: 0 2px 1px 0 rgba(24, 23, 24, 0.63);
}

.get-started-form-content2 h3 {
  color: #000;
  font-family: Montserrat, Sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  padding: 10px 60px 0 0;
}

.get-started-form-control label {
  color: #000;
  margin-left: 20px;
  font-size: 25px;
  font-weight: 400;
  font-family: Montserrat, Sans-serif;
  display: inline-block;
}

.get-started-form-control input,
.get-started-form-control textarea {
  border: 1px solid #000;
  width: 100%;
  font-family: Montserrat, Sans-serif;
  border-radius: 0;
  padding: 10px;
  margin-bottom: 25px;
  background-color: rgba(225, 225, 225, 0.5) !important;
}

.merchant-sec-content h1,
.merchant-sec-content h2 {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 700;
}

.get-started-form-control select {
  background-color: rgba(225, 225, 225, 0.5);
  border: 1px solid #000;
  border-radius: unset;
}

.msp .left::before,
.msp .right-two::before {
  top: -45px;
  height: 471px;
  border-radius: 37px;
  width: 251px;
  background-image: linear-gradient(
    to bottom,
    #0b01be 0,
    var(--purple-color) 100%
  );
  position: absolute;
  z-index: -1;
  content: "";
}

.checkbox-get-started {
  display: flex;
  gap: 10px;
}

.header-black .nav-item .nav-link {
  color: #2e2d2d !important;
}

.header-black .others-options .option-item .get-startedBtn {
  background-color: #000;
  color: var(--white-color);
}

.merchant-sec {
  margin: 80px 0;
}

.merchant-sec-content h1 {
  font-size: 32px;
}

.merchant-sec-content h2 {
  font-size: 28px;
  margin-top: 50px;
}

.image-div img {
  width: 100%;
}

.merchant-sec-contentXtra h3 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 50px;
}

.image-div-small img {
  width: 350px;
}

.faq-heading-diego h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  color: #212529;
}

hr.band {
  height: 20px;
  margin: 0;
  background: linear-gradient(90deg, #6001be 0, #0b01be 100%);
}

.header.city-page .nav-item .nav-link {
  color: #000 !important;
}

.header.city-page .get-startedBtn {
  background-color: #6001be !important;
  color: #fff !important;
}

.header.city-page .get-startedBtn:hover {
  background-color: #0b01be !important;
}

.city-page-banner {
  background-image: url(../images/city-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.city-page-banner .inner-banner-content h1 {
  font-size: 50px;
  font-weight: 800;
  color: #202647;
  font-family: Montserrat, serif;
  text-align: start;
}

.city-heading-reg {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: Montserrat, serif;
}

.city-heading-small {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: Montserrat, serif;
}

.city-heading-normal {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: Montserrat, serif;
}

.city-para {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  color: #6b6b84;
}

.msp {
  padding: 60px 0;
  position: relative;
}

.msp .left::before {
  left: -25px;
}

.msp .right-two::before {
  right: -25px;
}

.circle {
  height: 150px;
  width: 150px;
  background-color: #6001be;
  border-radius: 100px;
  border: 6px solid #a555f4;
  flex: 0 0 150px;
  margin-right: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.city-services {
  padding: 100px 0;
  background-color: #f6f6f6;
}

.importance-selecting {
  padding: 100px 0;
  position: relative;
}

.importance-selecting .right::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -165px;
  right: -25px;
  width: 251px;
  height: 900px;
  border-radius: 37px;
  background-image: linear-gradient(
    to bottom,
    #0b01be 0,
    var(--purple-color) 100%
  );
}

.about-cities {
  padding: 100px 0;
  background: linear-gradient(90deg, #0b01be 0, #6001be 100%);
}

.about-cities .city-heading-normal,
.about-cities .city-para {
  color: #fff;
  text-align: center;
}

.cities-getstarted {
  background-image: url("../images/san-diego-getstarted.webp");
  background-repeat: no-repeat;
  padding: 200px 0;
  background-size: cover;
}

.about-cities-two {
  padding: 100px 0;
}

.city-contact-us {
  background-color: #f6f6f6;
  padding: 100px;
}

.city-contact-us .form-control {
  margin-bottom: 20px;
  padding: 20px;
}

.city-contact-us textarea {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: 350px;
  padding: 20px;
}

.checkbox-div a {
  color: var(--purple-color) !important;
}

.city-contact-form-content h2 {
  font-weight: 700;
  font-size: 40px;
  font-family: Montserrat, serif;
}

.city-contact-form-content p,
.location-link-div ul li a {
  font-size: 16px;
  font-weight: 600;
}

.contact-form-divXtra {
  margin-top: unset;
}

.inner-banner-content .circleXtra {
  position: absolute;
  top: 45px;
  left: -75px;
}

header.header.city-page .navbar-toggler i {
  color: #000;
}

header.city-page.sticky {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: var(--white-color);
}

.left img,
.right img,
.right-two img {
  border-radius: 20px;
}

.location-sec-link {
  padding: 80px 0;
}

.location-link-div ul li {
  list-style-type: none;
  margin-bottom: 5px;
}

.location-link-div ul li a {
  text-decoration: none;
  color: #0084c5;
}

.location-link-div ul li a:hover {
  text-decoration: underline;
  color: #6001beb8;
}

.get-started-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000061;
  width: 100%;
  height: 100%;
}

.footer-heading {
  font-size: 24px !important;
  margin-bottom: 30px !important;
  padding-bottom: 15px;
  animation-fill-mode: forwards;
}

.single-footer-widget .footer-heading::before {
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100px;
  border-bottom: 1px solid var(--white-color);
}

/* new section */
.cities-location {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(209, 209, 209, 1) 50%,
    rgba(219, 219, 219, 1) 100%
  );
}

.cities-location .locations-heading h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: Montserrat, serif;
  color: #000;
}

.list-styling {
  list-style: none;
  text-decoration: none;
  font-size: 19px;
  text-align: justify;
  text-align-last: center;
}

.list-styling li {
  margin-bottom: 10px;
  padding: 0px;
}

.list-styling li a {
  color: #000;
  text-decoration: none;
}

/* new section */

.terminal-box-tabs-sec .tab-content > .active {
  display: block;
}

.item-banner0 .home-banner-content h1 {
  font-size: 30px;
  font-weight: 800;
  font-family: "Roboto";
}

/* 
.item-banner0::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #00000061;
    top: 0;
    left: 0;
    border-radius: 0 0 120px 120px;
} */

.item-banner0 .home-banner-content p {
  font-size: 29px;
  font-weight: 600;
}

.terminal-new-img img {
  width: 100% !important;
}

.terminals-features-and-integrations {
  padding: 50px 0px;
}

.terminals-features-and-integrations .business-benefits img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.business-benefits {
  margin-top: 20px;
}

.blog-details td {
  border: 1px solid;
  padding: 0px 5px;
}
