html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.mt-100 {
  margin-top: 130px;
}

.mt-50 {
  margin-top: 50px;
}

body {
  line-height: 1;
}

@media(max-width:768px) {
  .main-video {
    margin-top: -120px !important;
    margin-left: 100px !important;
  }

  .secure-img {
    height: 100px;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

a:hover {
  color: inherit;
}

li {
  list-style: none;
}

body {
  position: relative;
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}

a:focus-visible,
a:focus {
  outline: none !important;
}

body,
html {
  scroll-behavior: auto !important;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #33227c #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #33227c;
  border-radius: 10px;
  border: 2px solid #ffffff;
}

@font-face {
  font-family: "Euclid Circular Medium";
  src: url("../fonts/EuclidCircularA-Medium.woff2") format("woff2"), url("../fonts/EuclidCircularA-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular SemiBold";
  src: url("../fonts/EuclidCircularA-SemiBold.woff2") format("woff2"), url("../fonts/EuclidCircularA-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular Bold";
  src: url("../fonts/EuclidCircularA-Bold.woff2") format("woff2"), url("../fonts/EuclidCircularA-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular Regular";
  src: url("../fonts/EuclidCircularA-Regular.woff2") format("woff2"), url("../fonts/EuclidCircularA-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular Light";
  src: url("../fonts/EuclidCircularA-Light.woff2") format("woff2"), url("../fonts/EuclidCircularA-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "Euclid Circular Regular";
  color: #515151;
}

.section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 200px;
  padding-top: 80px;
}

.section.fw {
  padding: 0;
}

.section.fl {
  padding-left: 0;
}

.section.fr {
  padding-right: 0;
}

.section.pt_0 {
  padding-top: 0;
}

.pr_0 {
  padding-right: 0 !important;
}

.text_right {
  text-align: right !important;
}

.bg-parimary {
  background-color: #33227C !important;
}

.common_btn {
  position: relative;
  display: inline-block;
  padding: 17px 45px;
  border: 2px solid #60bbda;
  border-radius: 5px;
  color: #60bbda;
  background-color: transparent;
  font-size: 18px;
  line-height: 1;
  font-family: "Euclid Circular SemiBold";
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.common_btn:hover {
  color: #60bbda;
}

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

.common_btn.light_btn {
  color: #ffffff;
  border-color: #ffffff;
}

.common_btn.light_btn a {
  color: #ffffff;
  border: 1px solid black;
}

.common_btn.dark_btn {
  background-color: #490B3D;
  color: #ffffff;
}

.slider-img {
  height: 400px;
  width: 100%;
}

.slider-background {
  background-color: #E8FFFB;
}

.common_btn.dark_btn:after {
  content: url('data:image/svg+xml,<svg width="33" height="14" viewBox="0 0 33 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7.80395H30.3357L25.9558 12.8632L26.94 14L33 7L26.94 0L25.9558 1.13679L30.3357 6.19605H0V7.80395Z" fill="white"/></svg>') !important;
}

.common_btn.arrow_btn:after {
  content: url('data:image/svg+xml,<svg width="33" height="14" viewBox="0 0 33 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7.80395H30.3357L25.9558 12.8632L26.94 14L33 7L26.94 0L25.9558 1.13679L30.3357 6.19605H0V7.80395Z" fill="%23490B3D"/></svg>');
  margin-left: 10px;
}

.iphone-container {
  width: 100%;
  height: 20px;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-container {
  width: 280px;
  height: 440px;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

@media (max-width:768px) {
  .slider-img {
    height: 220px;
    width: 100%;
  }

  .carousel-container {
    width: 200px !important;
    height: 380px !important;
  }
}


.qr-code {
  display: none;
  background-color: #60bbda;
  width: 300px;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 10px 0px 0px 10px;
}

.small-font-size {
  font-size: 14px
}

.qr-div {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999 !important;
}

.qr-code-container:hover .qr-code {
  display: block;
}

@media (max-width:768px) {
  .carousel-container {
    width: 280px;
    height: 480px;
    overflow: hidden;
    /* position: absolute; */
    margin-top: 0px;
    border-radius: 40px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
}


.carousel-inner {
  display: flex;
  flex-direction: column;
  transition: transform 0.8s ease-in-out;
}

.carousel-item {
  height: 500px;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.banner_text {
  font-size: 74px;
  line-height: 84px;
  color: #3b3b3b;
  font-family: "Euclid Circular SemiBold";
}

.heading-1 {
  font-size: 54px;
  line-height: 64px;
  font-family: "Euclid Circular Medium";
  color: #000000;
}

.text-1 {
  font-size: 44px;
  line-height: 54px;
  font-family: "Euclid Circular SemiBold";
  color: #000000;
}

.text-2 {
  font-size: 34px;
  line-height: 44px;
}

p {
  font-size: 28px;
  line-height: 38px;
}

input[type=text],
input[type=number],
input[type=email],
textarea {
  font-size: 16px;
  line-height: 26px;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
  width: 100%;
  color: #515151;
}

textarea {
  height: 120px;
}

.input_wrap,
.input_wrap label {
  position: relative;
  width: 100%;
}

.captcha_hidden {
  position: absolute;
  opacity: 0;
}

input:focus,
input:focus-visible {
  outline: none;
}

.light_bg {
  background-color: #FFFCF7 !important;
}

.ul_list li {
  position: relative;
  padding-left: 50px;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
}

.ul_list li::before {
  content: url('data:image/svg+xml,<svg width="32" height="30" viewBox="0 0 32 30" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="15.0029" cy="15" r="14.0875" stroke="%2333227C" stroke-width="1.82491"/><rect width="21.2253" height="16.0546" transform="translate(10.3457 3.0415)" fill="white"/><path d="M17.8918 18.6456C17.646 18.8913 17.2979 19.0961 16.9908 19.0961C16.6836 19.0961 16.3355 18.8811 16.0795 18.6354L10.3457 12.9016L12.1682 11.079L17.001 15.9118L29.7792 3.0415L31.571 4.89475L17.8918 18.6456Z" fill="%2333227C"/></svg>');
  position: absolute;
  left: 0;
  top: 5px;
}

.ul_list li:last-child {
  margin-bottom: 0;
}

.bg_dark {
  background-color: #490B3D;
}

.animate_bounce {
  -webkit-animation: bounce-banner 4s infinite cubic-bezier(0.43, 0.05, 0.6, 0.99);
  animation: bounce-banner 4s infinite cubic-bezier(0.43, 0.05, 0.6, 0.99);
}

.mb_0 {
  margin-bottom: 0 !important;
}

.p_0 {
  padding: 0 !important;
}

.main-text {
  font-size: 66px;
  line-height: 76px;
  font-family: "Euclid Circular SemiBold";
  color: #490B3D;
}

.note_txt {
  font-size: 14px !important;
  line-height: 20px !important;
}

.disabled {
  pointer-events: none !important;
  cursor: no-drop !important;
  opacity: 0.8 !important;
}

input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #F5F5F5;
  border-radius: 1px;
  margin-right: 15px;
  margin-top: -5px;
  cursor: pointer;
}

input[type=checkbox]:after {
  content: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.47733 10.2194C5.31524 10.3724 5.08563 10.5 4.88302 10.5C4.68042 10.5 4.4508 10.3661 4.28196 10.213L0.5 6.64158L1.70212 5.50638L4.88977 8.51658L13.3181 0.5L14.5 1.65434L5.47733 10.2194Z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-size: 15px;
}

input[type=checkbox]:checked:after {
  opacity: 1;
}

.input_wrap,
.check_wrap {
  position: relative;
}

.form_input_wrap label.error,
#message-error,
.check_wrap label.error,
#captcha-error,
#newsletterForm label.error,
#colloborateform label.error {
  font-size: 16px;
  color: red;
  position: absolute;
  left: 0;
  top: 95px;
}

#newsletterForm label.error,
#colloborateform label.error {
  bottom: inherit;
  top: 50px;
}

#newsletterForm #captcha-error {
  top: 78px;
}

#opt_terms-error {
  top: 60px;
}

#message-error {
  top: 160px;
}

.captcha_hidden input {
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#status_message>div {
  text-align: center;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  width: 450px;
  max-width: inherit;
}

.modal-content {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: inherit;
  background-color: #490B3D;
}

.modal-content button {
  background-color: #ffffff;
  margin-top: 20px;
}

.modal-dialog .btn_wrap {
  text-align: center;
}

.modal-dialog .submit_btn {
  font-size: 20px;
  padding: 15px 40px;
}

.modal-title {
  color: #ffffff;
}

.modal-body {
  padding: 50px 30px;
}

.modal-header {
  padding: 0;
  border-bottom: none;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.modal-content {
  border: none;
}

.modal {
  z-index: 999999999999;
}

#captcha-error {
  top: 80px;
}

#form_status {
  text-align: center;
}

#form_status p {
  font-size: 22px;
  padding: 15px 30px;
  margin-top: 30px;
  border: 2px solid green;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
}

.form_error p {
  color: red;
  border: 2px solid red !important;
}

.post_details h2 {
  font-size: 36px;
  line-height: 46px;
}

.post_details h3 {
  font-size: 32px;
  line-height: 42px;
}

.post_details h4 {
  font-size: 28px;
  line-height: 38px;
}

@-webkit-keyframes bounce-banner {
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
}

@keyframes bounce-banner {
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
}

@media only screen and (max-width: 1728px) {
  .section {
    padding: 0 150px;
    padding-top: 80px;
  }
}

@media only screen and (max-width: 1600px) {
  .section {
    padding: 0 100px;
    padding-top: 80px;
  }

  .form_input_wrap label.error,
  #message-error,
  .check_wrap label.error,
  #captcha-error,
  #newsletterForm label.error,
  #colloborateform label.error {
    font-size: 12px;
    top: 80px;
  }

  #message-error {
    top: 153px;
  }
}

@media only screen and (max-width: 1536px) {
  .section {
    padding: 0 50px;
    padding-top: 80px;
  }

  .text-1 {
    font-size: 36px;
    line-height: 46px;
  }

  p {
    font-size: 26px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 1366px) {
  p {
    font-size: 24px;
    line-height: 34px;
  }

  .main-text {
    font-size: 52px;
    line-height: 62px;
  }

  .ul_list li {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    padding-left: 45px;
  }

  .ul_list li::before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  .common_btn {
    padding: 12px 30px;
    font-size: 16px;
  }

  .heading-1 {
    font-size: 38px;
    line-height: 48px;
  }

  .form_input_wrap label.error,
  #message-error,
  .check_wrap label.error,
  #captcha-error,
  #newsletterForm label.error,
  #colloborateform label.error {
    top: 65px;
  }

  #message-error {
    top: 110px;
  }
}

@media only screen and (max-width: 1280px) {
  .section {
    padding: 100px 50px;
    height: 100% !important;
  }

  .section.pt_0 {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 567px) {
  .section {
    padding: 60px 20px;
  }

  .heading-1 {
    font-size: 34px;
    line-height: 44px;
  }

  .text-1 {
    font-size: 32px;
    line-height: 42px;
  }

  .text-2 {
    font-size: 28px;
    line-height: 38px;
  }

  p,
  .ul_list li {
    font-size: 20px;
    line-height: 30px;
  }

  .main-text {
    font-size: 38px;
    line-height: 48px;
  }

  .modal-dialog {
    width: calc(100% - 40px);
  }

  .modal-body {
    padding: 0;
  }
}

header .header_btn {
  border-radius: 0 !important;
}

header .header_btn:after {
  content: "";
  width: 0;
  height: 100%;
  background-color: #490B3D;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

header .header_btn a {
  position: relative;
  z-index: 2;
}

header .header_btn:hover:after {
  width: 100%;
}

header .header_btn:hover.hover_btn a.nav-link {
  color: #ffffff !important;
}

.common_btn.shadow_btn {
  background-color: #ffffff !important;
  border-radius: 0 !important;
  -webkit-box-shadow: -7px 7px 0px 0px #490B3D;
  box-shadow: -7px 7px 0px 0px #490B3D;
  z-index: 2;
}

.common_btn.shadow_btn span {
  position: relative;
  font-family: "Euclid Circular SemiBold";
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #490B3D !important;
  z-index: 2;
}

.common_btn.shadow_btn:after {
  position: relative;
  content: url('data:image/svg+xml,<svg width="33" height="14" viewBox="0 0 33 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7.80395H30.3357L25.9558 12.8632L26.94 14L33 7L26.94 0L25.9558 1.13679L30.3357 6.19605H0V7.80395Z" fill="%23490B3D"/></svg>') !important;
  margin-left: 30px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.common_btn.shadow_btn:before {
  content: attr(data-val);
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #490B3D;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.common_btn.shadow_btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.common_btn.shadow_btn:hover span {

  color: #3d3c3c !important;

}

.common_btn.shadow_btn:hover:before {
  width: 100%;
}

.bg-red {
  background-color: #2fadd2 !important;
}

.common_btn.shadow_btn:hover:after {
  content: url('data:image/svg+xml,<svg width="33" height="14" viewBox="0 0 33 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7.80395H30.3357L25.9558 12.8632L26.94 14L33 7L26.94 0L25.9558 1.13679L30.3357 6.19605H0V7.80395Z" fill="white"/></svg>') !important;
}

.common_btn.shadow_btn.red_btn {
  -webkit-box-shadow: -7px 7px 0px 0px #2fadd2;
  box-shadow: -7px 7px 0px 0px #2fadd2;
  border-color: #2fadd2;
}

.common_btn.shadow_btn.red_btn span {
  color: #2fadd2 !important;
}

.common_btn.shadow_btn.red_btn:after {
  content: url('data:image/svg+xml,<svg width="33" height="14" viewBox="0 0 33 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7.80395H30.3357L25.9558 12.8632L26.94 14L33 7L26.94 0L25.9558 1.13679L30.3357 6.19605H0V7.80395Z" fill="%2360bbda"/></svg>') !important;

}

.common_btn.shadow_btn.red_btn:before {
  background-color: #2fadd2;
}

.common_btn.shadow_btn.red_btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.common_btn.shadow_btn.red_btn:hover span {
  color: #3d3c3c !important;
}

.common_btn.shadow_btn.red_btn:hover:after {
  content: url('data:image/svg+xml,<svg width="33" height="14" viewBox="0 0 33 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7.80395H30.3357L25.9558 12.8632L26.94 14L33 7L26.94 0L25.9558 1.13679L30.3357 6.19605H0V7.80395Z" fill="white"/></svg>') !important;
}

.common_btn.shadow_btn.blue_btn {
  -webkit-box-shadow: -7px 7px 0px 0px #33227C;
  box-shadow: -7px 7px 0px 0px #33227C;
  border-color: #33227C;
}

.common_btn.shadow_btn.blue_btn span {
  color: #33227C !important;
}

.common_btn.shadow_btn.blue_btn:after {
  content: url('data:image/svg+xml,<svg width="33" height="14" viewBox="0 0 33 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7.80395H30.3357L25.9558 12.8632L26.94 14L33 7L26.94 0L25.9558 1.13679L30.3357 6.19605H0V7.80395Z" fill="%2333227C"/></svg>') !important;
}

.common_btn.shadow_btn.blue_btn:before {
  background-color: #33227C;
}

.common_btn.shadow_btn.blue_btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.common_btn.shadow_btn.blue_btn:hover span {
  color: #3d3c3c !important;
}

.common_btn.shadow_btn.blue_btn:hover:after {
  content: url('data:image/svg+xml,<svg width="33" height="14" viewBox="0 0 33 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7.80395H30.3357L25.9558 12.8632L26.94 14L33 7L26.94 0L25.9558 1.13679L30.3357 6.19605H0V7.80395Z" fill="white"/></svg>') !important;
}

.common_btn.shadow_btn.green_btn {
  -webkit-box-shadow: -7px 7px 0px 0px #60bbda;
  box-shadow: -7px 7px 0px 0px #60bbda;
  border-color: #60bbda;
}

.bg-green {
  background-color: #60bbda;
}

.common_btn.shadow_btn.green_btn span {
  color: #60bbda !important;
}

.common_btn.shadow_btn.green_btn:after {
  content: url('data:image/svg+xml,<svg width="33" height="14" viewBox="0 0 33 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7.80395H30.3357L25.9558 12.8632L26.94 14L33 7L26.94 0L25.9558 1.13679L30.3357 6.19605H0V7.80395Z" fill="%2360bbda"/></svg>') !important;

}

.common_btn.shadow_btn.green_btn:before {
  background-color: #60bbda;
}

.common_btn.shadow_btn.green_btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.common_btn.shadow_btn.green_btn:hover span {
  color: #3d3c3c !important;
}

.common_btn.shadow_btn.green_btn:hover:after {
  content: url('data:image/svg+xml,<svg width="33" height="14" viewBox="0 0 33 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7.80395H30.3357L25.9558 12.8632L26.94 14L33 7L26.94 0L25.9558 1.13679L30.3357 6.19605H0V7.80395Z" fill="white"/></svg>') !important;
}

.common_btn.shadow_btn.orange_btn {
  -webkit-box-shadow: -7px 7px 0px 0px #60bbda;
  box-shadow: -7px 7px 0px 0px #60bbda;
  border-color: #60bbda;
}

.bg-orange {
  background-color: #60bbda;
}

.common_btn.shadow_btn.orange_btn span {
  color: #60bbda !important;
}

.common_btn.shadow_btn.orange_btn:after {
  content: url('data:image/svg+xml,<svg width="33" height="14" viewBox="0 0 33 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7.80395H30.3357L25.9558 12.8632L26.94 14L33 7L26.94 0L25.9558 1.13679L30.3357 6.19605H0V7.80395Z" fill="%2360bbda"/></svg>') !important;

}

.common_btn.shadow_btn.orange_btn:before {
  background-color: #60bbda;
}

.common_btn.shadow_btn.orange_btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.common_btn.shadow_btn.orange_btn:hover span {
  color: #3d3c3c !important;
}

.common_btn.shadow_btn.orange_btn:hover:after {
  content: url('data:image/svg+xml,<svg width="33" height="14" viewBox="0 0 33 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7.80395H30.3357L25.9558 12.8632L26.94 14L33 7L26.94 0L25.9558 1.13679L30.3357 6.19605H0V7.80395Z" fill="white"/></svg>') !important;
}

@media only screen and (max-width: 567px) {
  .common_btn.shadow_btn.blue_btn:after {
    display: none !important;
  }
}

.goodbye_section {
  position: relative;
  background-color: #FFFDEB;
}

.goodbye_section .say_goodbye {
  position: relative;
  z-index: 2;
}

.goodbye_section:before {
  content: "";
  width: 31%;
  height: 100%;
  background-color: #E8FFFB;
  position: absolute;
  left: 0;
  top: 0;
}

.aio_section {
  position: relative;
  background-color: #F7E1FF;
}

.aio_section:before {
  content: "";
  width: 31%;
  height: 100%;
  background-color: rgba(27, 196, 105, 0.16);
  position: absolute;
  top: 0;
  left: 0;
}

.aio_section:after {
  content: "";
  width: 31%;
  height: 100%;
  background-color: rgba(48, 234, 245, 0.27);
  position: absolute;
  top: 0;
  right: 0;
}

.aio_section .aio {
  position: relative;
  z-index: 2;
}

.pay_more_section {
  position: relative;
  background-color:
    #e9eef1;
}

.pay_more_section:before {
  content: "";
  width: 31%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f9e9ef;
}

.pay_more_section .pay_more {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1536px) {
  .goodbye_section:before {
    width: 29%;
  }

  .aio_section:before,
  .aio_section:after {
    width: 26%;
  }

  .pay_more_section:before {
    width: 28%;
  }
}

@media only screen and (max-width: 1366px) {
  .goodbye_section:before {
    width: 27%;
  }

  .aio_section:before,
  .aio_section:after {
    width: 29%;
  }
}

@media only screen and (max-width: 1280px) {
  .goodbye_section:before {
    width: 26%;
  }

  .aio_section:before,
  .aio_section:after {
    width: 27%;
  }

  .pay_more_section:before {
    width: 31%;
  }
}

@media only screen and (max-width: 991px) {
  .goodbye_section:before {
    width: 31%;
  }

  .aio_section:before,
  .aio_section:after {
    width: 32%;
  }

  .pay_more_section:before {
    width: 31%;
  }
}

.about_intro_section {
  position: relative;
  background-color: rgba(54, 137, 178, 0.1);
}

.about_intro_section:after {
  content: "";
  width: 26%;
  height: 100%;
  background-color: #D9EAFF;
  position: absolute;
  top: 0;
  right: 0;
}

.about_intro_section .weare_paycircle {
  position: relative;
  z-index: 2;
}

.conn_section {
  position: relative;
  background-color: #EAFFFB;
}

.conn_section .imgcnt_img {
  margin-top: -90px;
  z-index: 1;
}

.conn_section:after {
  content: url('data:image/svg+xml,<svg width="469" height="966" viewBox="0 0 469 966" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 456.5L471.5 0.5V974.5L0 456.5Z" fill="%231BC469" fill-opacity="0.16"/></svg>');
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.business_friendly_section {
  position: relative;
  background-color: #f5f5f5;
}

.business_friendly_section:before {
  content: "";
  width: 31%;
  height: 100%;
  background-color: rgba(144, 175, 207, 0.12);
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1536px) {
  .about_intro_section:after {
    width: 24%;
  }

  .conn_section:after {
    width: 300px;
  }

  .business_friendly_section:before {
    width: 28%;
  }
}

@media only screen and (max-width: 1366px) {
  .about_intro_section:after {
    width: 23%;
  }

  .conn_section:after {
    width: 250px;
    margin-top: 5px;
  }

  .business_friendly_section:before {
    width: 24%;
  }
}

@media only screen and (max-width: 1280px) {
  .about_intro_section:after {
    width: 24%;
  }

  .conn_section .imgcnt_img {
    margin-top: 0;
  }

  .conn_section:after {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .about_intro_section:after {
    width: 33%;
  }

  .conn_section:after {
    width: 380px;
    top: 63%;
  }

  .business_friendly_section:before {
    width: 33%;
  }
}

@media only screen and (max-width: 567px) {
  .conn_section:after {
    width: 50%;
    top: 74%;
  }
}

@media only screen and (max-width: 375px) {
  .conn_section:after {
    top: 76%;
  }
}

@media only screen and (max-width: 360px) {
  .conn_section:after {
    top: 77%;
  }
}

.onthego_section {
  position: relative;
  background-color: rgba(229, 225, 255, 0.5);
}

.onthego_section:before {
  content: "";
  width: 31%;
  height: 100%;
  background-color: rgba(255, 238, 204, 0.67);
  position: absolute;
  top: 0;
  left: 0;
}

.earn_pay_section {
  position: relative;
  background-color: #DFFFF9;
}

.earn_pay_section:after {
  content: "";
  width: 31%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #D4F1FE;
}

.earn_pay_section .earn_pay {
  position: relative;
  z-index: 2;
}

.tranding_easy_section {
  position: relative;
  background-color: rgba(255, 222, 222, 0.54);
}

.tranding_easy_section:before {
  content: "";
  width: 27.5%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(229, 199, 227, 0.51);
}

@media only screen and (max-width: 1680px) {
  .tranding_easy_section:before {
    width: 28%;
  }
}

@media only screen and (max-width: 1600px) {
  .tranding_easy_section:before {
    width: 23%;
  }
}

@media only screen and (max-width: 1536px) {
  .tranding_easy_section:before {
    width: 22.5%;
  }
}

@media only screen and (max-width: 1366px) {
  .tranding_easy_section:before {
    width: 21%;
  }

  .earn_pay_section:after {
    width: 29%;
  }
}

@media only screen and (max-width: 1280px) {
  .earn_pay_section:after {
    width: 31%;
  }

  .tranding_easy_section:before {
    width: 22.5%;
  }
}

@media only screen and (max-width: 991px) {
  .earn_pay_section:after {
    width: 50%;
  }

  .tranding_easy_section:before {
    width: 50%;
  }
}

.user_friendly_section {
  position: relative;
  background-color: #F1FFFE;
}

.user_friendly_section:before {
  content: "";
  width: 31%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(225, 214, 255, 0.36);
}

.small_town_section {
  position: relative;
  background-color: #FFFCF6;
}

.invoice_payments_section {
  position: relative;
  background-color: #EDF5FF;
}

.invoice_payments_section .invoice_payments {
  z-index: 2;
}

.invoice_payments_section:after {
  content: "";
  width: 25%;
  height: 100%;
  background-color: #E6E2FF;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 1536px) {
  .user_friendly_section:before {
    width: 27%;
  }

  .invoice_payments_section:after {
    width: 23%;
  }
}

@media only screen and (max-width: 1366px) {
  .invoice_payments_section:after {
    width: 21%;
  }
}

@media only screen and (max-width: 1024px) {
  .user_friendly_section:before {
    width: 31%;
  }

  .invoice_payments_section:after {
    width: 23%;
  }
}

@media only screen and (max-width: 991px) {
  .user_friendly_section:before {
    width: 31%;
  }

  .invoice_payments_section:after {
    width: 50%;
  }
}

.get_paid_section {
  position: relative;
  background-color: rgba(255, 222, 222, 0.74);
}

.get_paid_section:before {
  content: "";
  width: 31%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(229, 199, 227, 0.7);
}

.ryb_section {
  position: relative;
  background-color: rgba(229, 225, 255, 0.37);
}

.gyb_section {
  position: relative;
  background-color: #EFFAFB;
}

.gyb_section:before {
  content: "";
  width: 31%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(214, 231, 255, 0.8);
}

@media only screen and (max-width: 1366px) {
  .gyb_section:before {
    width: 24%;
  }
}

@media only screen and (max-width: 991px) {
  .gyb_section:before {
    width: 31%;
  }

  .gyb_section:before {
    width: 31%;
  }
}

.join_paycircle_section {
  position: relative;
  background-color: rgba(54, 137, 178, 0.1);
}

.join_paycircle_section:before {
  content: "";
  width: 25.5%;
  height: 100%;
  background-color: #d9eaff;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .join_paycircle_section:before {
    width: 22.5%;
  }
}

@media only screen and (max-width: 567px) {
  .join_paycircle_section:before {
    width: 31%;
  }
}

.signup_list_section {
  position: relative;
  background-color: rgba(237, 245, 255, 0.6);
}

.signup_list_section:before {
  content: "";
  width: 8%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #D9EAFF;
}

.crypto_trading_section {
  position: relative;
  background-color: rgba(255, 222, 222, 0.3);
}

.crypto_trading_section:before {
  content: "";
  width: 31%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(229, 199, 227, 0.41);
}

.crypto_journey_section {
  position: relative;
  background-color: rgba(152, 199, 223, 0.09);
}

.crypto_journey_section .crypto_journey {
  position: relative;
  z-index: 2;
}

.crypto_journey_section:after {
  content: "";
  width: 28%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(144, 175, 207, 0.4);
}

@media only screen and (max-width: 1680px) {
  .crypto_journey_section:after {
    width: 29.5%;
  }
}

@media only screen and (max-width: 1600px) {
  .crypto_trading_section:before {
    width: 28%;
  }

  .crypto_journey_section:after {
    width: 25.5%;
  }
}

@media only screen and (max-width: 1366px) {
  .crypto_journey_section:after {
    width: 26.5%;
  }
}

@media only screen and (max-width: 1280px) {
  .crypto_journey_section:after {
    width: 27.5%;
  }
}

@media only screen and (max-width: 1024px) {
  .crypto_trading_section:before {
    width: 39%;
  }

  .crypto_journey_section:after {
    width: 35%;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 200px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  border-bottom: 1px solid transparent;
}

header.whitebg_header,
header.white_header {
  background-color: #ffffff;
}

header.whitebg_header .pr_right_menus li.light_btn,
header.white_header .pr_right_menus li.light_btn {
  color: #490B3D;
  border-color: #490B3D;
}

header.whitebg_header .pr_right_menus li.light_btn a,
header.white_header .pr_right_menus li.light_btn a {
  color: #490B3D !important;
  font-family: "Euclid Circular SemiBold";
}

header.lightHeader .common_btn.light_btn {
  color: #490B3D;
  border-color: #490B3D;
}

header.lightHeader .common_btn.light_btn a {
  color: #490B3D !important;
  font-family: "Euclid Circular SemiBold";
}

header nav {
  width: 100%;
  padding: 0 !important;
  height: 100px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

header nav .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .nav_wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 !important;
}

header .collapse.navbar-collapse {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

header .navbar-brand {
  position: relative;
  width: auto;
  display: block;
}

header .navbar-brand img {
  width: auto;
  height: 100%;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  height: 48px;
}

header .navbar-nav {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

header .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  line-height: 1;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #515151;
  border-radius: 0;
}

header .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  content: "\f078";
  font-family: fontAwesome;
  border: none;
  margin: 0;
  padding-left: 8px;
  font-size: 14px;
  margin-top: px;
}

header .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

header .navbar-nav .nav-item .dropdown-menu {
  padding: 15px 0;
  margin: 0;
  top: 50px;
  background: #251228;
  border: none;
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  left: -5px;
  min-width: 200px;
}

header .navbar-nav .nav-item .dropdown-menu.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

header .navbar-nav .nav-item .dropdown-menu li.current-menu-item a.active {
  color: #ffffff !important;
  background: transparent;
}

header .navbar-nav .nav-item .dropdown-menu li.current-menu-item a.active:hover {
  color: #ffffff !important;
  background: transparent;
}

header .navbar-nav .nav-item .dropdown-menu li.current-menu-item a:after {
  width: 100%;
  opacity: 1;
}

header .navbar-nav .nav-item .dropdown-menu li.current-menu-item a:hover {
  color: #ffffff;
}

header .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  display: table;
  padding: 10px 20px;
}

header .navbar-nav .nav-item .dropdown-menu li a {
  position: relative;
  font-size: 16px;
  color: #ffffff !important;
  padding: 0;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

header .navbar-nav .nav-item .dropdown-menu li a:active {
  background-color: transparent;
}

header .navbar-nav .nav-item .dropdown-menu li a:focus {
  background-color: transparent;
}

header .navbar-nav .nav-item .dropdown-menu li a:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffffff;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  opacity: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  bottom: -5px;
}

header .navbar-nav .nav-item .dropdown-menu li a:hover {
  background-color: transparent;
  color: #ffffff !important;
}

header .navbar-nav .nav-item .dropdown-menu li a:hover:after {
  width: 100%;
  opacity: 1;
}

header.scrolled .common_btn.light_btn {
  color: #490B3D;
  border-color: #490B3D;
}

header.scrolled .common_btn.light_btn a {
  font-family: "Euclid Circular SemiBold";
  color: #490B3D !important;
}

header.scrolled nav {
  height: 80px;
}

header.scrolled .navbar-brand img.logo_light {
  opacity: 0;
}

header.scrolled .navbar-brand img.logo_dark {
  opacity: 1;
}

header.scrolled .top_nav {
  height: 0;
  opacity: 0;
  pointer-events: none;
}

header.scrolled .navbar-nav {
  padding-top: 0;
}

header.scrolled .navbar-brand img {
  height: 40px;
}

.pr_right_menus li.light_btn {
  padding: 13px 55px !important;
  font-family: "Euclid Circular SemiBold";
}

header .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 25px;
}

.home header a {
  color: #515151 !important;
}

header a {
  color: #515151 !important;
}

header .navbar-brand img.logo_light {
  opacity: 0;
}

.home header .navbar-brand img.logo_dark {
  opacity: 0;
}

.home header .navbar-brand img.logo_light {
  opacity: 1;
}

header.scrolled .navbar-brand img.logo_light {
  opacity: 0;
}

header.scrolled .navbar-brand img.logo_dark {
  opacity: 1;
}

header.bg_white {
  background-color: #ffffff !important;
}

header.bg_white .common_btn.light_btn a {
  color: #490B3D !important;
  font-family: "Euclid Circular SemiBold" !important;
}

header.bg_white .common_btn.light_btn {
  color: #490B3D;
  border-color: #490B3D;
}

.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #ffffff;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spinner {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #782368;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

header .header_btn {
  margin-left: 245px;
  padding: 0 !important;
}

header .header_btn a {
  padding: 13px 55px !important;
}

.current_page_item a.nav-link.active {
  color: #490B3D !important;
  position: relative;
}

.current_page_item a.nav-link.active:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 30px;
  background-image: url('data:image/svg+xml,<svg width="122" height="20" viewBox="0 0 122 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.89496 0.783886L0.783886 8.10504L8.10504 15.2161L15.2161 7.89496L7.89496 0.783886ZM121.16 8.46595C121.417 7.82535 121.107 7.09742 120.466 6.84009L110.027 2.64657C109.386 2.38923 108.658 2.69993 108.401 3.34053C108.144 3.98113 108.454 4.70905 109.095 4.96639L118.374 8.69396L114.647 17.9733C114.389 18.6139 114.7 19.3418 115.341 19.5991C115.981 19.8564 116.709 19.5457 116.966 18.9051L121.16 8.46595ZM6.75013 8.01819C6.76443 9.0005 7.44918 9.72436 8.05146 10.1961C8.70884 10.711 9.60777 11.1914 10.6651 11.6436C12.7929 12.5538 15.8135 13.4546 19.4957 14.2904C26.8757 15.9656 37.0977 17.4203 48.5816 18.1306C71.5108 19.5486 99.722 18.0143 120.491 9.14966L119.509 6.85034C99.278 15.4857 71.5342 17.0453 48.7359 15.6353C37.3561 14.9315 27.2713 13.4918 20.0491 11.8524C16.4301 11.031 13.5758 10.1696 11.6483 9.34509C10.678 8.93004 10.0042 8.55 9.59298 8.2279C9.12662 7.86264 9.24683 7.77298 9.24987 7.98181L6.75013 8.01819Z" fill="%23F1B814"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1728px) {
  header {
    padding: 0 150px;
  }

  header::after {
    width: calc(100% - 300px);
    left: 150px;
  }

  header .header_btn {
    margin-left: 180px;
  }
}

@media only screen and (max-width: 1600px) {
  header {
    padding: 0 100px;
  }

  header::after {
    width: calc(100% - 200px);
    left: 100px;
  }
}

@media only screen and (max-width: 1563px) {
  header {
    padding: 0 50px;
  }

  header::after {
    width: calc(100% - 200px);
    left: 100px;
  }

  header.scrolled .navbar-brand img {
    height: 70px;
  }

  header .header_btn {
    margin-left: 150px;
  }

  header .navbar-brand img {
    height: 90px;
  }
}

@media only screen and (max-width: 1366px) {
  header {
    padding: 0 50px;
  }

  header::after {
    width: calc(100% - 100px);
    left: 50px;
  }

  header .header_btn {
    margin-left: 120px;
  }
}

@media only screen and (max-width: 1280px) {
  header .header_btn {
    margin-left: 50px;
  }

  header.scrolled,
  header.scrolled.lightHeader {
    background-color: #ffffff;
  }

  header nav {
    height: 100px;
  }
}

@media only screen and (max-width: 1180px) {
  header .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }

  header .header_btn {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  header .collapse.navbar-collapse {
    padding-right: 0;
  }

  .pr_right_menus li.light_btn {
    color: #490B3D !important;
    border-color: #490B3D !important;
  }

  .pr_right_menus li.light_btn a {
    color: #490B3D !important;
  }

  header .navbar-nav .nav-item .nav-link {
    padding: 0 15px;
  }

  header .header_btn {
    margin-left: 30px;
  }

  header .navbar-nav .nav-item .nav-link {
    padding: 0 12px;
  }

  header .header_btn a {
    padding: 12px 35px !important;
  }

  header .navbar-brand img {
    height: 90px;
  }
}

@media only screen and (max-width: 991px) {
  header {
    background-color: #ffffff;
    padding: 0;
  }

  .pr_right_menus {
    display: none;
  }

  .home header .navbar-brand img.logo_light {
    opacity: 0;
  }

  header .navbar-brand {
    height: 40px;
  }

  .home header .navbar-brand img.logo_dark {
    opacity: 1;
  }

  header nav {
    padding: 0 50px !important;
    position: relative;
    height: 100px;
  }

  header .nav_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    padding: 0 50px !important;
  }

  header .navbar-collapse {
    position: fixed;
    width: 100%;
    height: calc(100vh - 100px);
    left: 0;
    top: 100px;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    padding: 0 50px;
    padding-top: 50px;
    -webkit-transition: inherit;
    transition: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
    background-color: #ffffff;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }

  header .navbar-nav .nav-item:last-child .nav-link {
    padding: 0;
  }

  header .navbar-collapse.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  header .navbar-nav {
    width: 100%;
  }

  header .navbar-nav .nav-item .dropdown-menu li a:after {
    display: none;
  }

  header .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 18px;
  }

  .navbar-brand {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header .navbar-nav .nav-item .nav-link {
    font-size: 22px;
    padding-right: 0;
  }

  header .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    padding-left: 0;
  }

  header .navbar-nav .nav-item .nav-link.dropdown-toggle.show:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  header .nav-item {
    margin-bottom: 30px;
    width: 100%;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }

  header .navbar-nav .nav-item .dropdown-menu {
    display: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding-bottom: 0;
    background-color: transparent;
    background: transparent;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }

  header .navbar-nav .nav-item .dropdown-menu.show {
    display: block;
  }

  header .navbar-nav .nav-item .nav-link {
    padding-left: 0;
  }

  .navbar-toggler {
    border: none;
    padding: 0;
  }

  .navbar-toggler:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  header .navbar-nav .nav-item .dropdown-menu li {
    margin-bottom: 0;
  }

  .navbar-toggler span {
    width: 30px;
    height: 3px;
    background-color: #33227C;
    border-radius: 5px;
    margin-bottom: 6px;
    display: block;
  }

  .navbar-toggler span {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }

  .navbar-toggler span:last-child {
    margin-bottom: 0;
  }

  .navbar.opened .navbar-toggler span.middle_bar {
    opacity: 0;
  }

  .navbar.opened .navbar-toggler span.top_bar {
    -webkit-transform: translateY(14px) rotate(45deg);
    transform: translateY(14px) rotate(45deg);
  }

  .navbar.opened .navbar-toggler span.bottom_bar {
    -webkit-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
  }

  header .header_btn.common_btn.light_btn {
    margin-left: 0;
    border-color: #490B3D !important;
    width: auto;
  }

  header .header_btn.common_btn.light_btn a {
    color: #490B3D !important;
  }

  header .collapse.navbar-collapse {
    padding: 50px;
  }

  header nav .navbar-nav {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  header #menu-primary-menu.navbar-nav .nav-item .dropdown-menu li a {
    color: #515151 !important;
  }

  header #menu-primary-menu.navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #515151 !important;
  }

  .current_page_item a.nav-link.active:after {
    left: 50px;
    bottom: -25px;
  }
}

@media only screen and (max-width: 567px) {
  header nav {
    padding: 0 20px !important;
    height: 80px;
  }

  header .navbar-brand {
    padding: 0;
  }

  header.scrolled .navbar-brand img,
  header .navbar-brand img {
    height: 60px;
    margin-top: -10px;
  }

  header .navbar-collapse {
    padding: 0 20px;
    padding-top: 30px;
    top: 80px;
  }

  .current_page_item a.nav-link.active:after {
    left: 40px;
  }
}

footer {
  position: relative;
  padding: 0 200px;
  background-color: #F5F5F5;
  width: 100%;
}

.current_page_item a {
  color: #490B3D !important;
}

.footer_menus {
  min-height: 140px;
}

.footer_top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}

.footer_top_logo img {
  height: 48px;
}

.footer_top_social_links a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-right: 12px;
}

.footer_top_social_links a:last-child {
  margin-right: 0;
}

.footer_top_social_links a i {
  color: #490B3D;
}

.footer_top_social_links a i.fa-instagram {
  font-weight: 600;
}

.footer_middle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 23px 0;
  border-top: 1px solid #636770;
  border-bottom: 1px solid #636770;
}

.footer_middle_text {
  max-width: 25%;
}

.footer_middle p {
  font-size: 18px;
  line-height: 28px;
}

.footer_middle li {
  margin-bottom: 25px;
}

.footer_middle li a {
  font-size: 16px;
  line-height: 1;
  color: #515151;
}

.footer_middle li:last-child {
  margin-bottom: 0;
}

.footer_middle h3 {
  font-size: 22px;
  line-height: 30px;
  font-family: "Euclid Circular Medium";
  margin-bottom: 20px;
}

.footer_middle form input[type=text],
.footer_middle form input[type=email] {
  font-size: 15px;
  line-height: 26px;
  font-family: "Euclid Circular Regular";
  margin-bottom: 20px;
}

.footer_middle form input[type=text]::-webkit-input-placeholder,
.footer_middle form input[type=email]::-webkit-input-placeholder {
  color: #515151;
}

.footer_middle form input[type=text]::-moz-placeholder,
.footer_middle form input[type=email]::-moz-placeholder {
  color: #515151;
}

.footer_middle form input[type=text]:-ms-input-placeholder,
.footer_middle form input[type=email]:-ms-input-placeholder {
  color: #515151;
}

.footer_middle form input[type=text]::-ms-input-placeholder,
.footer_middle form input[type=email]::-ms-input-placeholder {
  color: #515151;
}

.footer_middle form input[type=text]::placeholder,
.footer_middle form input[type=email]::placeholder {
  color: #515151;
}

.footer_middle_subform {
  min-width: 25%;
}

.footer_bottom {
  position: relative;
  padding: 20px 0;
  text-align: center;
}

.footer_bottom p {
  font-size: 14px;
  line-height: 18px;
  font-family: "Euclid Circular Medium";
}

#newsletterForm .submit_wrap {
  position: relative;
  display: table;
  margin-top: 20px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#newsletterForm .submit_wrap:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #490B3D;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#newsletterForm .submit_wrap:hover:after {
  width: 100%;
}

#newsletterForm .submit_wrap:hover .common_btn.shadow_btn {
  background-color: transparent !important;
  color: #ffffff !important;
}

@media only screen and (max-width: 1728px) {
  footer {
    padding: 0 150px;
  }
}

@media only screen and (max-width: 1600px) {
  footer {
    padding: 0 100px;
  }

  .footer_top {
    padding: 20px 0;
  }

  .footer_middle form input[type=text],
  .footer_middle form input[type=email] {
    padding: 10px 15px;
    margin-bottom: 10px;
  }

  #newsletterForm label.error {
    top: 40px;
  }
}

@media only screen and (max-width: 1563px) {
  footer {
    padding: 0 50px;
  }

  .footer_top {
    padding: 20px 0;
  }

  .footer_bottom {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 1366px) {
  .input_wrap.captcha_wrap {
    -webkit-transform: scale(0.8) translateX(-40px);
    transform: scale(0.8) translateX(-40px);
  }

  .footer_middle form .common_btn {
    margin-top: 0;
  }

  .footer_bottom {
    padding: 10px 0;
  }

  .footer_bottom p {
    font-size: 12px;
    line-height: 1;
  }
}

@media only screen and (max-width: 1280px) {
  .footer_bottom {
    padding: 20px 0;
  }

  .footer_middle p {
    font-size: 16px;
    line-height: 24px;
  }

  .footer_middle form input[type=text],
  .footer_middle form input[type=email] {
    margin-bottom: 20px;
  }

  #newsletterForm label.error {
    top: 50px;
  }
}

@media only screen and (max-width: 1024px) {

  #menu-footer-middle,
  #menu-footer-left {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  .footer_middle {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer_middle>div {
    width: 50%;
    max-width: calc(50% - 100px);
  }

  .footer_middle>div.footer_middle_subform {
    max-width: 100%;
  }

  .input_wrap.captcha_wrap {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }

  .footer_middle form input[type=text],
  .footer_middle form input[type=email] {
    margin-bottom: 30px;
  }

  .footer_middle_subform .input_wrap.captcha_wrap {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 567px) {
  footer {
    padding: 0 20px;
  }

  .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_middle li {
    margin-bottom: 15px;
  }

  .footer_top_logo img {
    font-size: 38px;
  }

  .footer_top_logo img {
    height: 38px;
  }

  .footer_top_social_links {
    margin-top: 20px;
  }

  .footer_menus {
    min-height: inherit;
  }

  .footer_middle>div {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .footer_middle {
    grid-gap: 50px;
  }

  .footer_bottom {
    padding: 15px 0;
  }

  .footer_bottom p {
    font-size: 10px;
  }

  #newsletterForm label.error {
    text-align: left;
  }
}

.home_banner {
  /* position: relative;
  display: -webkit-box;
  display: -ms-flexbox; */
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.home_banner .banner_text {
  /* position: relative; */
  margin-top: 40px;
  margin-bottom: 60px;
}

.home_banner .banner_text::after {
  /* content: url('data:image/svg+xml,<svg width="164" height="33" viewBox="0 0 164 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.92464 0.783515L0.783515 8.07536L8.07536 15.2165L15.2165 7.92464L7.92464 0.783515ZM163.186 8.39547C163.404 7.74057 163.05 7.03262 162.395 6.81421L151.723 3.25498C151.068 3.03657 150.36 3.39041 150.142 4.0453C149.924 4.7002 150.278 5.40815 150.932 5.62657L160.419 8.79032L157.255 18.2767C157.037 18.9316 157.39 19.6395 158.045 19.8579C158.7 20.0763 159.408 19.7225 159.627 19.0676L163.186 8.39547ZM6.75007 8.01305C6.77077 9.99567 8.06713 12.1148 10.05 14.1352C12.081 16.2048 15.0288 18.3722 18.7866 20.4553C26.3098 24.6256 37.2195 28.5354 50.9314 30.6392C78.3735 34.8496 117.103 31.8371 162.559 9.11812L161.441 6.88188C116.429 29.3793 78.2204 32.2968 51.3105 28.1681C37.8464 26.1023 27.2265 22.2754 19.9987 18.2687C16.381 16.2633 13.648 14.2323 11.8343 12.3842C9.97242 10.487 9.26019 8.96934 9.24993 7.98695L6.75007 8.01305Z" fill="%23F1B814"/></svg>'); */
  position: absolute;
  bottom: -20%;
  left: -1%;
}

.home_banner .text-2 {
  margin-bottom: 5px;
  line-height: 1;
}

.home_banner .text-2:last-child {
  margin-bottom: 0;
  margin-top: 30px;
}

.home_banner .star_ic {
  position: relative;
  display: table;
  line-height: 1.2 !important;
}

.home_banner .star_ic:after {
  content: "*";
  font-size: 20px;
  position: absolute;
  top: 5px;
  left: calc(100% + 2px);
  color: #515151;
  opacity: 0.8;
}

.home_banner .star_ic.two_ic:after {
  content: "**";
}

.home_banner p.small_txt {
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  max-width: 75%;
  opacity: 0.6;
  margin-top: 30px;
}

.small {
  font-size: 18px;
}

.home_banner .in_app_store_wrap {
  position: absolute;
  bottom: 80px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 50px;
}

.home_banner .in_app_store_wrap img {
  width: 180px;
  border-radius: 10px;
}

.home_banner_img {
  width: 83%;
  height: 100%;
  position: relative;
}

.home_banner_img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}

.home_banner_img img.main_bg {
  position: absolute;
  top: 59%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.home_banner_img_bg {
  position: relative;
  top: -6%;
  right: -5%;
  z-index: 1;
}

.home_banner_img_bg_layered {
  position: absolute;
  right: 0;
  right: -9%;
  top: -6%;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  z-index: 3;
}

.home_banner_img_bg .yellow-banner-bg,
.home_banner_img_bg .layered-bg {
  position: absolute;
  right: 0;
  top: 0;
}

.home_banner_img_fixed img {
  position: absolute;
  top: 59%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  z-index: 2;
}


.imgcnt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.imgcnt_img {
  position: relative;
}

.imgcnt .img_animate {
  position: absolute;
  top: -85px;
  right: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.imgcnt .img_animate img.animate {
  -webkit-animation: circular 8s linear infinite;
  animation: circular 8s linear infinite;
}

.imgcnt .img_animate img.ani_abs {
  position: absolute;
}

.imgcnt .img_card {
  position: absolute;
  left: -122px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.imgcnt_cnt_single {
  margin-bottom: 80px;
}

.imgcnt_cnt_single .text-1 {
  margin-bottom: 20px;
}

.say_goodbye .imgcnt_cnt {
  padding-left: 10%;
}

.busy_millennials_imgcnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.busy_millennials_imgcnt_cnt {
  position: relative;
  padding-left: 11%;
}

.busy_millennials .text-1 {
  margin-bottom: 30px;
}

.busy_millennials p {
  font-size: 24px;
  line-height: 34px;
}

.busy_millennials .imgcnt_cnt_single {
  margin-bottom: 0;
  position: relative;
  width: 100%;
}

.busy_millennials .imgcnt_cnt_single_heading {
  text-align: center;
  margin-bottom: 80px;
}

.busy_millennials_btn {
  margin-top: 80px;
  text-align: left;
}

.busy_millennials .imgcnt_cnt {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.busy_millennials_list {
  row-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.busy_millennials_list_card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.busy_millennials_list_card .icon {
  padding-right: 30px;
}

.busy_millennials_left_bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.busy_millennials_right_bg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.in_store img {
  position: relative;
}

.in_store .img_abs {
  position: absolute;
  bottom: 85px;
  left: -185px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.pl_0 {
  padding-left: 0 !important;
}

.pay_more {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pay_more .text-1.text-lg {
  font-size: 64px;
  line-height: 74px;
}

.pay_more a {
  margin-top: 60px;
}

.pay_more_img {
  position: relative;
}

.pay_more_img img.img_abs {
  position: absolute;
  left: -120px;
  top: 110px;
}

.pay_more_cnt {
  position: relative;
  padding-left: 16%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pay_more_cnt.pl_0 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pay_more_cnt_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 80px;
  margin-top: 60px;
}

.pay_more_cnt_cards_single {
  position: relative;
  width: 50%;
  padding-right: 70px;
}

.pay_more_cnt_cards_single img {
  margin-bottom: 25px;
  padding-left: 25px;
}

.pay_more_cnt_cards_single:nth-child(odd) {
  padding-right: 70px;
}

.pay_more_cnt_cards_single p {
  position: relative;
  padding-left: 25px;
  font-size: 24px;
  line-height: 34px;
}

.pay_more_cnt_cards_single p:before {
  content: "";
  width: 5px;
  height: 27px;
  background-color: #1AD492;
  position: absolute;
  top: 0;
  left: 0;
}

.in_app {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.in_app_title {
  font-size: 96px;
  line-height: 128px;
  font-family: "Euclid Circular Bold";
  margin-bottom: 110px;
}

.in_app_cnt {
  position: relative;
  padding: 0 15%;
  width: 100%;
}

.in_app_store_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.in_app_store_wrap a {
  display: inline-block;
}

.in_app_store_wrap a:first-child {
  margin-right: 70px;
}

.in_app .img_abs {
  position: absolute;
}

.in_app .img_abs.img_right {
  right: 0;
  top: 0;
  height: 100%;
  max-width: 650px;
}

.in_app .img_abs.img_left {
  left: 0;
  bottom: 0;
}

.footer_cta {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_cta .heading-1 {
  margin-bottom: 40px;
}

.footer_cta a.footer_btn {
  margin-bottom: 80px;
}

.footer_cta.home_cta_footer .home_footer_cta_cnt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.footer_cta.home_cta_footer .note_wrap {
  position: absolute;
  left: 200px;
  bottom: 40px;
}

.hm_fdic_insured {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hm_fdic_insured_cnt {
  text-align: center;
}

.hm_fdic_insured_cnt img {
  margin-bottom: 50px;
}

.hm_fdic_insured_cnt .child_one {
  font-family: "Euclid Circular Regular";
  margin-bottom: 50px;
}

.hm_fdic_insured_cnt .child_two {
  color: #490B3D;
  margin-bottom: 10px;
  font-family: "Euclid Circular Regular";
}

.hm_fdic_insured_cnt .note_txt {
  position: absolute;
  text-align: right;
  width: 100%;
  bottom: 60px;
  padding-left: 43%;
}

.aio {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aio_title {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.aio_title .text-1 {
  color: #490B3D;
  margin-bottom: 20px;
}

.aio_cards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.aio_cards_single {
  text-align: center;
}

.aio_cards_single:nth-child(1),
.aio_cards_single:nth-child(3) {
  margin-top: 100px;
}

.aio_cards_single a {
  color: #515151;
  margin-top: 40px;
}

.pt_0 {
  padding-top: 0 !important;
}

.home_footer_cta_cnt a.footer_btn {
  margin-bottom: -30px;
}

.in_app_store_wrap a img {
  border-radius: 10px;
}

@-webkit-keyframes circular {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circular {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1728px) {
  .imgcnt .img_card {
    -webkit-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
  }

  .imgcnt .img_animate {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  .busy_millennials .imgcnt_img img {
    width: 600px;
  }

  .in_store .imgcnt_cnt {
    padding-right: 10%;
  }

  .in_store .img_abs {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  .pay_more_img img {
    width: 600px;
  }

  .pay_more_img img.img_abs {
    width: auto;
  }

  .pay_more_cnt_cards_single:nth-child(odd) {
    padding-right: 50px;
  }

  .in_app .img_abs.img_right {
    max-width: 550px;
  }

  .footer_cta.home_cta_footer p.note_wrap {
    left: 150px;
  }

  .home_banner .banner_text {
    margin-top: 0px;
  }

  .home_banner p.small_txt {
    margin-bottom: 30px;
    max-width: 80%;
  }

  .home_banner .in_app_store_wrap {
    bottom: 70px;
  }

  .home_banner_img {
    width: 1000px;
  }

  .home_banner_img img.main_bg {
    left: -90px;
  }

  .home_banner_img_bg_layered {
    right: -220px;
    top: -90px;
  }

  .home_banner_img_bg {
    top: -100px;
    right: -180px;
  }

  .say_goodbye .imgcnt_cnt {
    padding-left: 0;
  }

  .say_goodbye .imgcnt_img img {
    max-width: 650px;
  }

  .busy_millennials .imgcnt_cnt {
    padding: 0 150px;
  }

  .hm_fdic_insured_cnt .note_txt {
    right: 0;
    padding-left: 38%;
  }
}

@media only screen and (max-width: 1600px) {
  .home_banner .banner_text {
    font-size: 54px;
    line-height: 64px;
  }

  .home_banner .banner_text::after {
    left: -3%;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  .home_banner .in_app_store_wrap {
    bottom: 100px;
  }

  .fiat-money .imgcnt_img img.f_img {
    width: 500px;
  }

  .imgcnt .img_animate {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  .imgcnt .img_card {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  .instantly_pay img {
    width: 620px;
  }

  .pay_more_cnt {
    padding-left: 5%;
  }

  .footer_cta a.footer_btn {
    margin-bottom: 30px;
  }

  .footer_cta.home_cta_footer .note_wrap {
    left: 100px;
  }

  .aio_cards_single_img img {
    width: 280px;
  }

  .pay_more_img img {
    width: 500px;
  }

  .home_banner_img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    margin-top: -8%;
  }

  .home_banner_img_bg_layered {
    right: -300px;
    top: -80px;
  }

  .home_banner_img_bg {
    top: -130px;
    right: -220px;
  }

  .busy_millennials .imgcnt_cnt {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 1536px) {
  .home_banner .banner_text {
    font-size: 48px;
    line-height: 54px;
  }

  .home_banner .text-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .home_banner_cnt {
    padding-right: 10%;
  }

  .home_banner .in_app_store_wrap {
    bottom: 60px;
  }

  .home_banner p.small_txt {
    max-width: 90%;
  }

  .fiat-money .imgcnt_img {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }

  .imgcnt_cnt_single {
    margin-bottom: 60px;
  }

  .aio_cards_single_img img {
    width: 250px;
  }

  .busy_millennials_imgcnt_img img {
    max-width: 550px;
  }

  .busy_millennials .text-1 {
    margin-bottom: 20px;
  }

  .busy_millennials .imgcnt_cnt_single_heading {
    margin-bottom: 60px;
  }

  .busy_millennials_btn {
    margin-top: 60px;
  }

  .busy_millennials_list {
    row-gap: 20px;
  }

  .in_store .imgcnt_img .main_img {
    width: 500px;
  }

  .busy_millennials .imgcnt_cnt {
    padding: 0 50px;
  }

  .busy_millennials_list_card .icon {
    padding-right: 20px;
  }

  .busy_millennials_list_card .icon img {
    width: 45px;
  }

  .pay_more_img img {
    width: 580px;
  }

  .pay_more_img img.main_img {
    width: 520px;
  }

  .pay_more_cnt {
    padding-left: 100px;
  }

  .pay_more_cnt_cards_single:nth-child(even) {
    padding-right: 0;
  }

  .pay_more_cnt_cards {
    row-gap: 30px;
    margin-top: 50px;
  }

  .in_app_title {
    font-size: 80px;
    line-height: 90px;
  }

  .in_app .img_abs.img_right {
    max-width: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }

  .in_app_store_wrap img {
    width: 180px;
  }

  .in_app_store_wrap a:first-child {
    margin-right: 40px;
  }

  .footer_cta.home_cta_footer .note_wrap {
    left: 50px;
  }

  p.note_txt {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .aio_cards_single .text-1 {
    margin-top: 30px;
  }

  .home_banner_img {
    margin-top: -2%;
  }

  .home_banner_img img.main_bg {
    left: -130px;
  }

  .home_cta_footer a.footer_btn {
    margin-bottom: 0;
  }

  .say_goodbye .imgcnt_cnt {
    padding-left: 5%;
  }

  .pay_more_img img.img_abs {
    width: 180px;
    left: -90px;
  }

  .home_banner .banner_text::after {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    left: -4.8%;
  }
}

@media only screen and (max-width: 1440px) {
  .home_banner .in_app_store_wrap {
    bottom: 70px;
  }

  .home_banner_img img.main_bg {
    left: -150px;
  }
}

@media only screen and (max-width: 1366px) {
  .home_banner .banner_text {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 52px;
  }

  .home_banner p.small_txt {
    font-size: 12px;
    line-height: 20px;
  }

  .home_banner .in_app_store_wrap {
    bottom: 30px;
  }

  .home_banner .in_app_store_wrap img {
    width: 150px;
  }

  .home_banner_cnt {
    padding-top: 50px;
  }

  .busy_millennials .imgcnt_img img {
    width: 550px;
  }

  .hm_fdic_insured_cnt .note_txt {
    padding-left: 30%;
  }

  .pay_more .text-1.text-lg {
    font-size: 48px;
    line-height: 58px;
  }

  .busy_millennials_imgcnt_img img {
    max-width: 520px;
  }

  .busy_millennials .imgcnt_cnt_single_heading {
    margin-bottom: 40px;
  }

  .busy_millennials_btn {
    margin-top: 40px;
  }

  .busy_millennials p {
    font-size: 22px;
    line-height: 30px;
  }

  .imgcnt_cnt_single {
    margin-bottom: 40px;
  }

  .imgcnt_cnt_single .text-1 {
    margin-bottom: 10px;
  }

  .in_store .imgcnt_img .main_img {
    width: 450px;
  }

  .pay_more .text-1 {
    margin-bottom: 30px;
  }

  .pay_more a {
    margin-top: 60px;
  }

  .pay_more_cnt_cards {
    row-gap: 20px;
    margin-top: 30px;
  }

  .pay_more_cnt_cards_single p {
    font-size: 20px;
    line-height: 28px;
  }

  .pay_more_cnt_cards_single img {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  .footer_cta .heading-1 {
    margin-bottom: 10px;
  }

  .footer_cta a.footer_btn {
    margin-bottom: 20px;
  }

  .instantly_pay img {
    width: 580px;
  }

  .home_footer_cta_cnt {
    padding-top: 30px;
  }

  .home_footer_cta_cnt a.footer_btn {
    margin-bottom: 0;
  }

  .hm_fdic_insured_cnt img {
    width: 250px;
    margin-bottom: 30px;
  }

  .hm_fdic_insured_cnt .child_one {
    margin-bottom: 30px;
  }

  .aio_title {
    margin-bottom: 30px;
  }

  .aio_title .text-1 {
    margin-bottom: 10px;
  }

  .aio_cards_single_img img {
    width: 200px;
  }

  .aio_cards_single .text-1 {
    margin-top: 10px;
  }

  .home_banner_img {
    margin-top: -8%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  .home_banner_img {
    width: 1000px;
  }

  .home_banner_img img.main_bg {
    left: -135px;
    top: 68%;
  }

  .home_banner_img_fixed img {
    top: 69%;
    left: 40%;
  }

  .home_banner_img_bg_layered {
    right: -340px;
  }

  .aio_cards_single:nth-child(1),
  .aio_cards_single:nth-child(3) {
    margin-top: 60px;
  }

  .say_goodbye .imgcnt_img img {
    max-width: 550px;
  }

  .say_goodbye .imgcnt_cnt {
    padding-left: 10%;
  }

  .busy_millennials_right_bg img {
    width: 120px;
  }

  .pay_more_cnt_cards {
    padding-right: 10%;
  }

  .home_banner .banner_text::after {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    left: -6%;
  }
}

@media only screen and (max-width: 1280px) {
  .home_banner .in_app_store_wrap {
    bottom: 30px;
  }

  .home_banner .in_app_store_wrap img {
    width: 150px;
  }

  .home_banner .banner_text::after {
    -webkit-transform: scale(0.45);
    transform: scale(0.45);
    left: -7.5%;
  }

  .home_banner .text-2 {
    font-size: 20px;
    line-height: 34px;
  }

  .home_banner .banner_text {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 46px;
    padding-right: 10%;
  }

  .home_banner p.small_txt {
    max-width: 100%;
    margin-top: 20px;
  }

  .home_banner {
    height: 100vh;
  }

  .pay_more_cnt_cards_single img {
    margin-bottom: 15px;
  }

  .pay_more_cnt_cards_single p {
    padding-left: 15px;
  }

  .pay_more_cnt_cards_single p:after {
    width: 3px;
    height: 20px;
    top: 3px;
  }

  .pay_more_cnt_cards {
    padding-right: 5%;
  }

  .in_app {
    min-height: 100vh;
  }

  .footer_cta {
    padding-top: 100px;
  }

  .footer_cta .heading-1 {
    margin-bottom: 40px;
  }

  .footer_cta a.footer_btn {
    margin-bottom: 100px;
  }

  .home_footer_cta_cnt {
    padding-top: 0;
  }

  .hm_fdic_insured_cnt img {
    width: 200px;
  }

  .aio_title {
    margin-bottom: 50px;
  }

  .home_banner_img img.main_bg {
    -webkit-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
  }

  .home_banner_img_fixed img {
    width: 470px;
  }

  .home_banner_img_bg_layered {
    right: -265px;
    top: -170px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  .home_banner_img_bg {
    top: -140px;
    right: -310px;
  }

  .say_goodbye .imgcnt_cnt {
    padding-left: 5%;
  }

  .say_goodbye .imgcnt_img img {
    max-width: 500px;
  }

  .busy_millennials .imgcnt_cnt {
    padding: 100px 50px;
  }

  .busy_millennials .imgcnt_cnt_single_heading {
    margin-bottom: 60px;
  }

  .busy_millennials_btn {
    margin-top: 60px;
  }

  .fiat-money .imgcnt_cnt {
    padding-left: 15%;
  }

  .hm_fdic_insured_cnt .note_txt {
    position: relative;
    bottom: inherit;
    padding-left: 28%;
    margin-top: 60px;
  }

  .in_store .imgcnt_cnt {
    padding-right: 20%;
  }

  .in_store .img_abs {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    left: -165px;
  }
}

@media only screen and (max-width: 1180px) {
  .home_banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .home_banner_cnt {
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .home_banner_cnt {
    width: 100%;
  }

  .home_banner .banner_text {
    padding-right: 40%;
  }

  .home_banner .banner_text::after {
    left: -4.5%;
  }

  .fiat-money .imgcnt_img img.f_img {
    width: 350px;
  }

  .fiat-money .imgcnt_cnt {
    padding-left: 10%;
  }

  .in_app {
    min-height: 600px;
    height: auto;
  }

  .in_app_title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 60px;
  }

  .in_app .img_abs.img_left {
    max-width: 150px;
  }

  .in_app .img_abs.img_right {
    max-width: 250px;
  }

  .home_banner .in_app_store_wrap {
    position: relative;
    bottom: auto;
  }

  .home_banner_img_mobile {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    width: 100%;
  }

  .home_banner_img_mobile img {
    width: 100%;
  }

  .busy_millennials_imgcnt_img img {
    max-width: 400px;
  }

  .busy_millennials_imgcnt_cnt {
    padding-left: 8%;
  }

  .home_banner_img {
    width: 900px;
    height: 900px;
    margin: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .home_banner_img img.main_bg {
    left: 25%;
    top: 48%;
  }

  .home_banner_img_fixed img {
    top: 55%;
    left: 60%;
  }

  .say_goodbye .imgcnt_img img {
    max-width: 400px;
  }

  .pay_more_img img {
    width: 400px;
  }

  .pay_more_img img.main_img {
    width: 330px;
  }

  .pay_more_cnt_cards_single:nth-child(odd) {
    padding-right: 30px;
  }

  .pay_more_cnt {
    padding-left: 10%;
  }

  .pay_more a {
    margin-top: 20px;
  }

  .pay_more_img img.img_abs {
    width: 140px;
    left: -70px;
    top: 60px;
  }

  .hm_fdic_insured_cnt .note_txt {
    position: relative;
    bottom: inherit;
    margin-top: 60px;
    padding-left: 0%;
  }

  .in_store .imgcnt_img .main_img {
    width: 350px;
  }

  .pay_more_cnt_cards {
    padding-right: 0%;
  }
}

@media only screen and (max-width: 991px) {
  .home_banner .banner_text::after {
    left: -6%;
  }

  .imgcnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .imgcnt>div:nth-child(2) {
    margin-top: 60px;
  }

  .imgcnt .img_animate {
    right: -20px;
  }

  .imgcnt .img_card {
    left: -42px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  .in_store .imgcnt_img {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  .in_store .img_abs {
    left: -75px;
  }

  .in_store .imgcnt_img .main_img {
    max-width: 450px !important;
  }

  .fiat-money .imgcnt_img {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  .fiat-money .imgcnt_cnt {
    padding-left: 0;
  }

  .imgcnt_cnt.text_right {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .imgcnt_img img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .imgcnt .img_animate img.ani_abs,
  .imgcnt .img_animate img.animate {
    max-width: -webkit-fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
    width: auto !important;
  }

  .fiat-money .imgcnt_img img.f_img {
    max-width: 500px !important;
  }

  .in_store .img_abs {
    -webkit-transform: scale(1);
    transform: scale(1);
    max-width: -webkit-fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
    width: auto !important;
  }

  .in_store .imgcnt_img {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  .pay_more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pay_more_cnt {
    padding-left: 0;
    padding-top: 60px;
  }

  .pay_more_cnt_cards {
    row-gap: 50px;
    margin-top: 60px;
  }

  .pay_more_img img {
    width: 100%;
  }

  .pay_more_cnt_cards_single:nth-child(odd) {
    padding-right: 50px;
  }

  .in_app_title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
  }

  .in_app_store_wrap img {
    width: 100px;
  }

  .in_app_store_wrap a:first-child {
    margin-right: 20px;
  }

  .in_app .img_abs.img_right {
    max-width: 200px;
  }

  .aio_cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .aio_cards_single {
    margin-bottom: 60px;
  }

  .aio_cards_single:last-child {
    margin-bottom: 0;
  }

  .home_banner_img img.main_bg {
    -webkit-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
    left: 20%;
    top: 48%;
  }

  .home_banner_img_fixed img {
    top: 49%;
    left: 60%;
    width: 470px;
  }

  .home_banner_img {
    -webkit-transform: scale(0.8) translateX(15%);
    transform: scale(0.8) translateX(15%);
  }

  .home_banner_cnt {
    padding-bottom: 0px;
  }

  .home_intro.section {
    margin-top: -10%;
  }

  .busy_millennials_imgcnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .busy_millennials_imgcnt_img {
    margin-bottom: 60px;
  }

  .busy_millennials_imgcnt_img img {
    max-width: 100%;
  }

  .say_goodbye .imgcnt_cnt {
    padding-left: 0;
  }

  .pay_more_cnt.pl_0 {
    padding-top: 0;
  }

  .pay_more_cnt_cards {
    margin-bottom: 80px;
  }

  .pay_more_cnt_cards_single {
    width: 100%;
  }

  .pay_more_img img.main_img {
    width: calc(100% - 100px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  .pay_more_img img.img_abs {
    width: 140px;
    left: -20px;
    top: 60px;
  }
}

@media only screen and (max-width: 567px) {
  .home_banner_cnt {
    padding-top: 120px;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .home_banner_img {
    -webkit-transform: scale(0.65) translateX(40%);
    transform: scale(0.65) translateX(40%);
    margin-top: -40%;
  }

  .home_intro.section {
    margin-top: -60%;
  }

  .home_banner .banner_text {
    padding-right: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .imgcnt .img_card {
    left: -125px;
  }

  .fiat-money .imgcnt_img img.f_img {
    max-width: calc(100% - 100px) !important;
  }

  .imgcnt .img_card {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  .imgcnt .img_animate {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    top: -105px;
    right: -15px;
  }

  .aio_cards_single_img img {
    width: 100%;
  }

  .aio_cards_single:nth-child(1),
  .aio_cards_single:nth-child(3) {
    margin-top: 0;
  }

  .fiat-money .imgcnt_img {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }

  .imgcnt>div:nth-child(2) {
    margin-top: 40px;
  }

  .imgcnt_cnt_single {
    margin-bottom: 30px;
  }

  .in_store .img_abs {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  .in_store .imgcnt_img {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }

  .in_store .imgcnt_img .main_img {
    width: calc(100% - 60px) !important;
  }

  .pay_more_img img {
    width: 100%;
  }

  .pay_more_cnt_cards_single {
    width: 100%;
  }

  .pay_more_cnt_cards_single:nth-child(odd) {
    padding-right: 0;
  }

  .pay_more_cnt_cards {
    row-gap: 60px;
    margin-top: 40px;
  }

  .pay_more a {
    margin-top: 30px;
  }

  .pay_more .text-1 {
    margin-bottom: 20px;
  }

  .pay_more_cnt_cards_single img {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-bottom: 25px;
  }

  .in_app .img_abs.img_left {
    max-width: 30px;
  }

  .in_app .img_abs.img_right {
    max-width: 40px;
  }

  .in_app {
    min-height: 100%;
    height: auto;
    padding: 60px 0;
  }

  .in_app_cnt {
    padding: 0 20px;
  }

  .in_app_title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 40px;
    z-index: 1;
    position: relative;
  }

  .in_app_store_wrap {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .in_app_store_wrap a:first-child {
    margin-right: 0;
  }

  .in_app_store_wrap img {
    width: 150px !important;
  }

  .footer_cta {
    padding-top: 60px;
  }

  .footer_cta.home_cta_footer .home_footer_cta_cnt {
    padding: 0 20px;
  }

  .footer_cta a.footer_btn {
    margin-bottom: 80px;
  }

  .footer_cta.home_cta_footer .note_wrap {
    position: relative;
    left: 0;
  }

  .footer_cta.home_cta_footer .note_wrap p.note_text {
    line-height: 18px !important;
    font-size: 12px !important;
  }

  .hm_fdic_insured_cnt img {
    width: 150px;
  }

  .aio_cards_single .text-1 {
    margin-top: 20px;
  }

  .in_store .imgcnt_img {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  .in_store .imgcnt_img .main_img {
    width: calc(100% - 60px) !important;
  }

  .in_store .img_abs {
    bottom: 35px;
    left: -90px;
  }

  .fiat-money .imgcnt_img img.f_img {
    max-width: calc(100% - 60px) !important;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  .home_banner .banner_text::after {
    left: -14.5%;
    bottom: -22%;
  }

  .busy_millennials_list_card {
    width: 100%;
    padding: 0;
  }

  .busy_millennials_list_card:after {
    display: none;
  }

  .busy_millennials_list_card:first-child {
    padding-left: 0;
  }

  .busy_millennials_list_card:nth-child(3):after {
    display: none;
  }

  .busy_millennials_imgcnt_cnt {
    padding: 0;
  }

  .busy_millennials_list {
    row-gap: 40px;
  }

  .busy_millennials .imgcnt_cnt {
    padding: 60px 20px;
  }

  .busy_millennials p {
    font-size: 20px;
    line-height: 30px;
  }

  .busy_millennials_right_bg,
  .busy_millennials_left_bg {
    display: none;
  }

  .pay_more_img img.main_img {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    width: calc(100% - 0px);
  }

  .pay_more_img img.img_abs {
    width: 120px;
    left: 0px;
    top: 40px;
  }

  p.note_txt {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .pay_more .text-1.text-lg {
    font-size: 32px;
    line-height: 42px;
  }
}

.animate_circle {
  -webkit-animation: circular_animate 20s linear infinite;
  animation: circular_animate 20s linear infinite;
}

.animate_circle_slow {
  -webkit-animation: circular_animate 10s linear infinite;
  animation: circular_animate 10s linear infinite;
}

@-webkit-keyframes circular_animate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes circular_animate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

.dest_ipadpro {
  display: block !important;
}

.ipadpro_mob {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .ipadpro_mob {
    display: block !important;
  }

  .dest_ipadpro {
    display: none !important;
  }
}

.inner_banner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner_banner_title {
  font-size: 74px;
  line-height: 84px;
  font-family: "Euclid Circular SemiBold";
  color: #490B3D;
}

.inner_banner.fw_banner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.inner_banner .img_abs {
  position: absolute;
  left: 0;
  bottom: 0;
}

.bg_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.individual_page .in_app_store_wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 50px;
}

.about_page .inner_banner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.about_page .inner_banner_title {
  margin-bottom: 40px;
}

.about_page .inner_banner .about_banner {
  margin-top: 110px;
}

.imgcnt_cnt_single.mb_half {
  margin-bottom: 40px;
}

.imgcnt_cnt_single.text_2 .text-2 {
  font-family: "Euclid Circular Medium";
  color: #000000;
  margin-bottom: 10px;
}

.imgcnt_cnt_single.text_2 p {
  font-size: 24px;
  line-height: 34px;
}

.connecting_people .imgcnt_cnt {
  padding-right: 9%;
}

.business_friendly .imgcnt_cnt {
  padding-left: 10%;
}

.revolutionizing_the_way .imgcnt_cnt {
  padding-right: 18%;
}

.weare_paycircle .imgcnt_img img {
  position: relative;
  z-index: 2;
}

.aboutus_cta .heading-1 {
  color: #490B3D;
  margin-bottom: 20px;
}

.aboutus_cta .text-2 {
  margin-bottom: 30px;
  font-family: "Euclid Circular SemiBold";
  color: #000000;
}

.aboutus_cta a.footer_btn {
  margin-bottom: 50px;
}

.fdic_insured .imgcnt_cnt_single {
  margin-bottom: 40px;
}

.fdic_insured .imgcnt_cnt_single img {
  max-width: 240px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1728px) {
  .aboutus_cta a.footer_btn {
    margin-bottom: 30px;
  }

  .about_page .inner_banner .about_banner {
    width: calc(100% - 400px);
    margin: 0 auto;
    margin-top: 110px;
  }

  .about_page .inner_banner .about_banner img {
    width: 100%;
  }
}

@media only screen and (max-width: 1600px) {
  .about_page .imgcnt_cnt_single {
    margin-bottom: 50px;
  }

  .connecting_people .imgcnt_img img,
  .business_friendly .imgcnt_img img {
    max-width: 500px;
  }

  .revolutionizing_the_way .imgcnt_cnt {
    padding-right: 10%;
  }

  .fdic_insured .imgcnt_img img {
    max-width: 650px;
  }

  .aboutus_cta .heading-1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 30px;
  }

  .aboutus_cta .text-2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  .aboutus_cta a.footer_btn {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1536px) {
  .about_page .inner_banner .img_abs {
    width: 120px;
  }

  .about_page .inner_banner .img_abs img {
    width: 100%;
  }

  .about_page .inner_banner .about_banner {
    width: calc(100% - 240px);
  }

  .imgcnt_cnt_single.text_2 {
    margin-bottom: 30px;
  }

  .imgcnt_cnt_single.text_2 .text-2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
  }

  .imgcnt_cnt_single.text_2 .p {
    font-size: 22px;
    line-height: 34px;
  }

  .imgcnt .single_btn {
    margin-top: 50px;
  }

  .aboutus_cta .heading-1 {
    margin-bottom: 20px;
  }

  .aboutus_cta .text-2 {
    margin-bottom: 20px;
  }

  .aboutus_cta a.footer_btn {
    margin-bottom: 30px;
  }

  .fdic_insured .imgcnt_cnt_single {
    margin-bottom: 0;
  }

  .weare_paycircle .imgcnt_img:after {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@media only screen and (max-width: 1366px) {
  .about_page .inner_banner .about_banner {
    margin-top: 60px;
  }

  .banner_text,
  .inner_banner_title {
    font-size: 54px;
    line-height: 64px;
  }

  .about_page .inner_banner_title {
    margin-bottom: 30px;
  }

  .weare_paycircle .imgcnt_img img {
    width: 600px;
  }

  .fdic_insured .imgcnt_img img {
    max-width: 500px;
  }

  .connecting_people .imgcnt_img img,
  .business_friendly .imgcnt_img img {
    max-width: 400px;
  }

  .revolutionizing_the_way .imgcnt_img img {
    width: 400px;
  }

  .weare_paycircle .imgcnt_img img {
    width: 520px;
  }

  .about_page .imgcnt .single_btn {
    margin-top: 30px;
  }

  .aboutus_cta .heading-1 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 0px;
  }

  .aboutus_cta .text-2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
  }

  .aboutus_cta a.footer_btn {
    margin-bottom: 0px;
  }

  .fdic_insured .imgcnt_img img {
    max-width: 600px;
  }
}

@media only screen and (max-width: 1280px) {
  .inner_banner {
    min-height: 100vh;
  }

  .aboutus_cta .heading-1 {
    margin-bottom: 30px;
  }

  .aboutus_cta .text-2 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 38px;
  }

  .aboutus_cta a.footer_btn {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .about_page .inner_banner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 50vh;
  }

  .weare_paycircle .imgcnt_img img {
    width: 400px;
  }

  .about_page .footer_cta {
    padding-top: 0;
  }

  .footer_cta.aboutus_cta {
    padding-top: 50px;
  }

  .fdic_insured .imgcnt_img {
    max-width: 400px;
  }

  .fdic_insured .imgcnt_img img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .about_page .imgcnt_img {
    max-width: 100%;
  }

  .business_friendly .imgcnt_cnt {
    padding-left: 0;
  }

  .fdic_insured .imgcnt_cnt {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 567px) {
  .about_page .inner_banner {
    padding-top: 120px;
  }

  .about_page .inner_banner .about_banner {
    width: calc(100% - 40px);
    width: 100%;
  }

  .banner_text,
  .inner_banner_title {
    font-size: 42px;
    line-height: 52px;
  }

  .fdic_insured .imgcnt_cnt_single img {
    max-width: 150px;
  }

  .inner_banner .img_abs img {
    max-width: 100px;
  }

  .about_page .inner_banner_title {
    margin-bottom: 10px;
  }

  .revolutionizing_the_way .imgcnt_cnt {
    padding-right: 0;
  }

  .common_btn.arrow_btn:after {
    display: none;
  }

  .imgcnt_cnt_single.text_2 .text-2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  .footer_cta.aboutus_cta {
    padding-top: 50px;
  }

  .aboutus_cta .heading-1,
  .aboutus_cta .text-2 {
    text-align: center;
    padding: 0 20px;
  }
}

.inner_banner.hw_banner {
  padding: 0 200px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inner_banner.hw_banner .inner_banner_title {
  margin-bottom: 40px;
}

.inner_banner.hw_banner .text-2 {
  padding-right: 5%;
}

.signup_list {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.signup_list a {
  color: #33227C;
}

.signup_list_title .text-2 {
  font-family: "Euclid Circular SemiBold";
  color: #000000;
  margin-bottom: 30px;
}

.signup_list_subtitle p {
  margin-bottom: 40px;
}

.signup_list_cnt p {
  margin-bottom: 30px;
}

.signup_list_cnt p span {
  font-family: "Euclid Circular SemiBold";
  color: #33227C;
}

.footer_cta_txt {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_cta_txt p {
  margin-bottom: 35px;
}

.footer_cta_txt p:last-child {
  margin-bottom: 0;
}

.footer_cta_cnt {
  margin-bottom: 110px;
  padding: 0 200px;
}

.footer_cta_cnt a {
  font-family: "Euclid Circular SemiBold";
  color: #33227C;
}

@media only screen and (max-width: 1680px) {
  .inner_banner.hw_banner {
    padding: 0 150px;
    padding-top: 80px;
  }

  .hw_banner_img img {
    max-width: 600px;
  }

  .footer_cta_cnt {
    margin-bottom: 80px;
    padding: 0 150px;
  }

  .signup_list {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 1600px) {
  .inner_banner.hw_banner {
    padding: 0 100px;
    padding-top: 80px;
  }

  .inner_banner.hw_banner .img_abs img {
    width: 150px;
  }

  .hw_banner_img img {
    max-width: 600px;
  }

  .footer_cta_cnt {
    margin-bottom: 30px;
    padding: 0 100px;
  }

  .footer_cta_txt p {
    margin-bottom: 20px;
  }

  .signup_list {
    padding-left: 90px;
  }
}

@media only screen and (max-width: 1563px) {
  .inner_banner.hw_banner {
    padding: 0 50px;
    padding-top: 80px;
  }

  .inner_banner.hw_banner .img_abs img {
    width: 50px;
  }

  .hw_banner_img img {
    max-width: 520px;
  }

  .footer_cta_cnt {
    margin-bottom: 50px;
    padding: 0 50px;
  }

  .signup_list {
    padding-left: 120px;
  }

  .signup_page .footer_cta_cnt {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1366px) {
  .inner_banner.hw_banner .text-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .inner_banner.hw_banner .inner_banner_title {
    margin-bottom: 30px;
  }

  .signup_list_subtitle p {
    margin-bottom: 20px;
  }

  .signup_list_cnt p {
    margin-bottom: 15px;
  }

  .signup_list_title .text-2 {
    margin-bottom: 20px;
  }

  .footer_cta_txt p {
    margin-bottom: 10px;
  }

  .footer_cta_cnt {
    margin-bottom: 20px;
  }

  .signup_page .footer_cta_cnt {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1280px) {
  .footer_cta_txt {
    padding-top: 0;
  }

  .footer_cta_cnt {
    margin-bottom: 100px;
  }

  .signup_page .footer_cta_cnt {
    margin: 80px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .signup_list {
    padding-left: 100px;
  }

  .inner_banner.hw_banner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .signup_list {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 567px) {
  .inner_banner.hw_banner {
    padding: 0 20px;
    padding-top: 120px;
  }

  .hw_banner_cnt {
    padding-right: 0;
  }

  .inner_banner.hw_banner .text-2 {
    padding-right: 0;
  }

  .inner_banner .img_abs {
    display: none;
  }

  .signup_list {
    padding-left: 20px;
  }

  .footer_cta_cnt {
    padding: 0 20px;
    margin-bottom: 60px;
  }

  .signup_page .footer_cta_cnt {
    margin: 60px 0;
  }
}

.inner_banner.no_banner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.no_scollify section {
  padding: 0 200px;
}

.no_scollify section.p_0 {
  padding: 0;
}

.no_scollify .inner_banner {
  padding: 0 200px;
  min-height: 575px;
}

.no_scollify .inner_banner .inner_banner_title {
  margin-bottom: 50px;
}

.no_scollify .inner_banner .text-2 {
  text-align: center;
  width: 75%;
}

.faq_wrap {
  position: relative;
  width: calc(100% - 200px);
  margin: 0 auto;
  margin-bottom: 100px;
}

.accordion-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  border: none;
  border-radius: 10px;
}

.accordion-item .accordion-button {
  all: unset;
  font-size: 24px;
  line-height: 30px;
  color: #515151;
  font-family: "Euclid Circular Medium";
  padding: 30px 40px;
  background-color: #D9EAFF;
  width: calc(100% - 80px);
  position: relative;
  cursor: pointer;
  border-radius: 10px;
}

.accordion-item .accordion-body {
  margin-top: 15px;
  padding: 30px 40px;
  border-radius: 10px;
  background-color: #EDF5FF;
}

.accordion-item .accordion-body p {
  font-size: 22px;
  line-height: 32px;
  color: #515151;
  margin-bottom: 15px;
}

.accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-item .accordion-body a {
  color: #33227C;
  font-family: "Euclid Circular SemiBold";
}

.accordion-button::after {
  content: "\f078";
  font-family: "fontAwesome";
  background-image: inherit;
  position: absolute;
  right: 40px;
  top: 30px;
  background-image: inherit !important;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-size: 18px;
  width: auto;
  height: auto;
}

.no_scrollify_cta {
  margin-bottom: 100px;
}

.no_scrollify_cta .footer_cta a.footer_btn {
  margin-bottom: 0;
}

.no_scroll_img_abs {
  position: absolute;
  left: 0;
  top: calc(100vh - 645px);
}

@media only screen and (max-width: 1680px) {
  .no_scollify section {
    padding: 0 150px;
  }
}

@media only screen and (max-width: 1600px) {
  .no_scollify section {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 1563px) {
  .no_scollify section {
    padding: 0 50px;
  }

  .no_scroll_img_abs {
    top: calc(100vh - 580px);
  }

  .no_scroll_img_abs img {
    width: 150px;
  }

  .no_scollify .inner_banner .text-2 {
    width: 85%;
  }
}

@media only screen and (max-width: 1366px) {
  .no_scollify .inner_banner {
    padding: 0 50px;
    min-height: 500px;
  }

  .no_scollify .inner_banner .inner_banner_title {
    margin-bottom: 30px;
  }

  .no_scollify .inner_banner .text-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .no_scrollify_cta .footer_cta .heading-1 {
    margin-bottom: 40px;
  }

  .no_scrollify_cta .footer_cta {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1280px) {
  .no_scroll_img_abs img {
    width: 100px;
  }

  .no_scroll_img_abs {
    top: calc(100vh - 390px);
  }
}

@media only screen and (max-width: 1024px) {
  .faq_wrap {
    width: calc(100% - 150px);
  }
}

@media only screen and (max-width: 991px) {
  .no_scollify .inner_banner {
    min-height: auto;
    padding-top: 180px;
    padding-bottom: 60px;
  }

  .no_scollify .inner_banner .text-2 {
    width: 100%;
  }

  .faq_wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 567px) {
  .no_scollify .inner_banner {
    padding: 0 20px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .no_scollify .inner_banner .text-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .no_scroll_img_abs img {
    width: 20px;
  }

  .no_scroll_img_abs {
    top: calc(100vh - 60px);
    z-index: 1;
    display: none;
  }

  .no_scollify section {
    padding: 0 20px;
  }

  .faq_wrap {
    margin-bottom: 60px;
  }

  .accordion-item {
    margin-bottom: 20px;
    border-radius: 5px;
  }

  .accordion-item .accordion-button {
    padding: 20px;
    font-size: 20px;
    padding-right: 40px;
    line-height: 26px;
    width: calc(100% - 20px);
    border-radius: 5px;
  }

  .accordion-button::after {
    right: 15px;
    top: 20px;
    font-size: 14px;
  }

  .accordion-item .accordion-body {
    padding: 30px 20px;
  }

  .accordion-header {
    padding-right: 40px;
  }

  .accordion-item .accordion-body p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
  }

  .no_scrollify_cta .footer_cta .heading-1 {
    margin-bottom: 30px;
    text-align: center;
  }

  .no_scrollify_cta {
    margin-bottom: 60px;
  }
}

.contact_page .hw_banner_cnt {
  width: 100%;
}

.contact_page .hw_banner_img {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_page .inner_banner_title {
  margin-top: 30px;
  margin-bottom: 50px;
}

.contact_page .inner_banner .text-2 {
  padding-right: 0;
}

.contact_page .inner_banner .text-2.t2 {
  margin-bottom: 25px;
}

.contact_page .inner_banner a {
  color: #ffffff;
  font-family: "Euclid Circular SemiBold";
}

.join_paycircle {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.join_paycircle_cnt .heading-1 {
  color: #490B3D;
  margin-top: 110px;
  margin-bottom: 30px;
}

.join_paycircle_cnt .mail_text a {
  color: #515151;
}

.join_paycircle_cnt .mail_text a i {
  color: #782368;
  margin-right: 5px;
  font-size: 24px;
}

.join_paycircle_form {
  position: relative;
  padding: 55px 85px;
  background: rgba(81, 81, 81, 0.1);
  border-radius: 8px;
  width: 580px;
}

.join_paycircle_form .label_txt {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  font-family: "Euclid Circular Bold";
  display: block;
}

.join_paycircle_form .input_wrap {
  margin-bottom: 30px;
}

.join_paycircle_form input::-webkit-input-placeholder,
.join_paycircle_form textarea::-webkit-input-placeholder {
  color: #CCCCCC;
}

.join_paycircle_form input::-moz-placeholder,
.join_paycircle_form textarea::-moz-placeholder {
  color: #CCCCCC;
}

.join_paycircle_form input:-ms-input-placeholder,
.join_paycircle_form textarea:-ms-input-placeholder {
  color: #CCCCCC;
}

.join_paycircle_form input::-ms-input-placeholder,
.join_paycircle_form textarea::-ms-input-placeholder {
  color: #CCCCCC;
}

.join_paycircle_form input::placeholder,
.join_paycircle_form textarea::placeholder {
  color: #CCCCCC;
}

.join_paycircle_form .common_btn {
  display: block;
  width: 100%;
  background-color: #FF9E00;
  border: none;
}

@media only screen and (max-width: 1600px) {
  .join_paycircle_cnt img {
    width: 630px;
  }

  .join_paycircle_cnt .heading-1 {
    margin-top: 80px;
    margin-bottom: 30px;
  }

  .join_paycircle input[type=text],
  .join_paycircle input[type=number],
  .join_paycircle input[type=email],
  .join_paycircle textarea {
    padding: 10px 20px;
  }

  .join_paycircle_form {
    padding: 40px 70px;
  }

  .join_paycircle_form .input_wrap {
    margin-bottom: 15px;
  }

  .contact_page .inner_banner .text-2.t2 {
    margin-bottom: 15px;
  }

  .contact_page .inner_banner_title {
    margin-top: 10px;
  }

  .contact_cta a.footer_btn {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1536px) {
  .contact_page .hw_banner_img img {
    max-width: 650px;
  }

  .join_paycircle_cnt img {
    width: 645px;
  }

  .contact_cta a.footer_btn {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1366px) {
  .join_paycircle_cnt img {
    width: 605px;
  }

  textarea {
    height: 80px;
  }

  input[type=text],
  input[type=number],
  input[type=email],
  textarea {
    font-size: 14px;
    line-height: 20px;
  }

  .contact_cta a.footer_btn {
    margin-bottom: 20px;
  }

  .join_paycircle_form {
    padding: 30px 50px;
    width: 500px;
  }

  .join_paycircle_form .label_txt {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 1280px) {
  .contact_page .banner_cont {
    padding-top: 100px;
    padding-bottom: 0;
    height: 100vh !important;
  }

  .contact_page .inner_banner.hw_banner {
    min-height: auto;
    padding-top: 0;
  }

  .contact_page .hw_banner_cnt {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact_page .hw_banner_img img {
    max-width: 550px;
  }

  .join_paycircle_cnt img {
    width: 565px;
  }

  .footer_cta.pt0_cta {
    padding-top: 0 !important;
  }

  .footer_cta.contact_cta {
    padding-top: 80px !important;
  }

  .footer_cta.contact_cta .heading-1 {
    margin-bottom: 40px;
  }

  .footer_cta.contact_cta a.footer_btn {
    margin-bottom: 80px;
  }

  .join_paycircle_form {
    padding: 50px 70px;
  }

  .inner_banner.hw_banner .img_abs img {
    width: 50px;
  }
}

#contactform #form_status p {
  color: #515151;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
}

@media only screen and (max-width: 1024px) {
  .contact_page .banner_cont {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .contact_page .inner_banner.hw_banner {
    padding-top: 100px;
  }

  .contact_page .hw_banner_img img {
    max-width: 650px;
  }

  .contact_page .hw_banner_img {
    margin-top: 15%;
    margin-bottom: 80px;
  }

  .join_paycircle_cnt img {
    width: 370px;
  }
}

@media only screen and (max-width: 991px) {
  .inner_banner.hw_banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .join_paycircle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .join_paycircle_cnt {
    width: 100%;
    height: 100%;
    margin-bottom: 60px;
    text-align: center;
  }

  .join_paycircle_form {
    width: 100%;
    padding: 100px 70px;
  }

  .join_paycircle_cnt .heading-1 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 567px) {
  .contact_page .inner_banner.hw_banner {
    padding-top: 120px;
  }

  .contact_page .hw_banner_img img {
    max-width: 100%;
  }

  .hw_banner_img img {
    max-width: 100%;
  }

  .inner_banner.hw_banner .text-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .hw_banner_cnt {
    padding-right: 20px;
  }

  .join_paycircle_cnt img {
    width: 100%;
  }

  .join_paycircle_cnt .heading-1 {
    margin-top: 50px;
    text-align: center;
  }

  .join_paycircle_cnt {
    text-align: center;
  }

  .join_paycircle_form {
    padding: 50px 20px;
  }

  .join_paycircle_form .input_wrap.captcha_wrap {
    -webkit-transform: scale(0.8) translateX(-35px);
    transform: scale(0.8) translateX(-35px);
  }

  .contact_cta.footer_cta .heading-1 {
    padding: 0 20px;
    text-align: center;
  }

  .footer_cta a.footer_btn {
    margin-bottom: 60px;
  }

  .contact_page .banner_cont {
    padding-top: 0;
  }
}

.trade_multiple {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.crypto_journey {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.crypto_journey_title {
  margin-bottom: 60px;
}

.crypto_journey_list_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
  margin-left: 70px;
}

.crypto_journey_list_single .imgblk {
  margin-right: 50px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.crypto_journey_list_single .p_bold {
  font-family: "Euclid Circular SemiBold";
  margin-bottom: 10px;
}

.crypto_journey_list_single .p_small {
  font-size: 24px;
  line-height: 34px;
}

.crypto_journey_list_single:last-child {
  margin-bottom: 0;
}

.crypto_with_paycirle {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.crypto_with_paycirle_title {
  margin-bottom: 100px;
}

.crypto_with_paycirle_title .heading-1 {
  color: #490B3D;
  font-family: "Euclid Circular SemiBold";
}

.crypto_with_paycirle_card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.crypto_with_paycirle_card .imgblk {
  width: auto;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.crypto_with_paycirle_card .txtblk {
  position: relative;
}

.crypto_with_paycirle_card .txtblk:after,
.crypto_with_paycirle_card .txtblk:before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #515151;
  position: absolute;
  left: 0;
}

.crypto_with_paycirle_card .txtblk:after {
  top: 0;
}

.crypto_with_paycirle_card .txtblk:before {
  bottom: 0;
}

.crypto_with_paycirle_card p {
  position: relative;
  color: #000000;
  padding: 40px;
}

.crypto_with_paycirle_card p:after {
  content: "";
  width: 9px;
  height: 65px;
  background-color: #490B3D;
  position: absolute;
  left: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.crypto_with_paycirle_card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 220px;
  -moz-column-gap: 220px;
  column-gap: 220px;
  margin-bottom: 100px;
}

.crypto_with_paycirle_note p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
}

.crypto_with_paycirle_note p:last-child {
  margin-bottom: 0;
}

.crypto_with_paycirle_note p strong {
  font-family: "Euclid Circular SemiBold";
  color: #490B3D;
}

@media only screen and (max-width: 1728px) {
  .crypto_journey_img {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 1600px) {
  .crypto_trading .imgcnt_img img {
    max-width: 500px;
  }

  .trade_multiple_img {
    text-align: center;
  }

  .trade_multiple_img img {
    width: 80%;
  }

  .crypto_journey_list_single {
    margin-left: 40px;
  }

  .crypto_journey_img img {
    max-width: 450px;
  }

  .crypto_with_paycirle_title,
  .crypto_with_paycirle_card_wrap {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1536px) {
  .crypto_trading .imgcnt_img img {
    max-width: 550px;
  }
}

@media only screen and (max-width: 1366px) {
  .crypto_trading .imgcnt_img img {
    max-width: 500px;
  }

  .trade_multiple_img img {
    width: 70%;
  }

  .crypto_journey_title {
    margin-bottom: 30px;
  }

  .crypto_journey_list_single .imgblk {
    margin-right: 30px;
  }

  .crypto_journey_list_single .imgblk img {
    max-width: 50px;
  }

  .crypto_journey_list_single .p_bold {
    margin-bottom: 5px;
  }

  .crypto_journey_list_single .p_small {
    font-size: 20px;
    line-height: 30px;
  }

  .crypto_with_paycirle_card p {
    padding: 20px 30px;
  }

  .crypto_with_paycirle_card p:after {
    width: 5px;
    left: -2px;
    height: 40px;
  }

  .crypto_with_paycirle_card .txtblk:after,
  .crypto_with_paycirle_card .txtblk:before {
    height: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .inner_banner.hw_banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hw_banner_img {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 30%;
  }

  .crypto_with_paycirle_card_wrap {
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
  }

  .crypto_journey_list_single {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .hw_banner_img {
    margin-top: 100px;
  }

  .crypto_with_paycirle_card_wrap {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .trade_multiple_title br {
    display: none;
  }

  .trade_multiple_img img {
    width: 100%;
  }

  .crypto_journey {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .crypto_journey_img {
    text-align: left;
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }

  .crypto_journey_img img {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 567px) {
  .hw_banner_img {
    margin-top: 60px;
  }

  .crypto_journey_list_single .p_small {
    font-size: 18px;
    line-height: 24px;
  }

  .crypto_journey_img img {
    width: 100%;
  }

  .crypto_with_paycirle_card_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 50px;
    width: 100%;
  }

  .crypto_with_paycirle_card {
    width: 100%;
  }

  .crypto_with_paycirle_card .txtblk:after,
  .crypto_with_paycirle_card .txtblk:before {
    display: none;
  }

  .crypto_with_paycirle_card p:after {
    display: none;
  }

  .crypto_with_paycirle_note p {
    font-size: 20px;
    line-height: 30px;
  }
}

.two_p .imgcnt_cnt_single p {
  margin-bottom: 30px;
}

.two_p .imgcnt_cnt_single p:last-child {
  margin-bottom: 0;
}

.two_p .imgcnt_cnt_single .text-1 {
  margin-bottom: 30px;
}

.circle_animate {
  -webkit-animation: animate_rotate 20s linear infinite;
  animation: animate_rotate 20s linear infinite;
}

.earn_pay .imgcnt_img {
  padding-right: 150px;
}

.all_in_one {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: top center;
}

.all_in_one .icon_img {
  position: absolute;
  width: 58px;
  height: 58px;
  z-index: 2;
}

.all_in_one .icon_img.icon_01 {
  left: 275px;
  top: calc(100% + 270px);
  top: 1170px;
}

.all_in_one .icon_img.icon_02 {
  left: 845px;
  top: calc(100% + 330px);
  top: 1230px;
}

.all_in_one .icon_img.icon_03 {
  right: 110px;
  top: calc(100% + 125px);
  top: 1025px;
}

.all_in_one .icon_img img {
  width: auto;
}

.all_in_one .icon_img:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  z-index: -1;
}

.all_in_one_fiximg {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  height: 900px;
}

.all_in_one_fiximg_imgblk {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
}

.all_in_one_fiximg_imgblk.layer_01 {
  width: 1000px;
  top: -85%;
}

.all_in_one_fiximg_imgblk.layer_02 {
  width: 1300px;
  top: calc(-85% - 150px);
}

.all_in_one_fiximg_imgblk.layer_03 {
  width: 1600px;
  top: calc(-85% - 300px);
}

.all_in_one_fiximg_imgblk img {
  width: 100%;
  position: absolute;
}

.all_in_one_fiximg_imgblk .layer_icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150px;
  height: auto;
  bottom: -17%;
}

.all_in_one_cnt {
  position: absolute;
  width: 100%;
  top: 580px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.all_in_one_cnt_card {
  text-align: center;
}

.all_in_one_cnt_card_icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.all_in_one_cnt_card.child_one,
.all_in_one_cnt_card.child_three {
  -webkit-transform: translateY(-115%);
  transform: translateY(-115%);
}

.all_in_one_cnt_card.child_two {
  -webkit-transform: translate(0px, -120px);
  transform: translate(0px, -120px);
}

.track_manage .imgcnt_cnt_single {
  padding-left: 10%;
}

.track_manage .imgcnt_cnt_single p {
  margin-bottom: 20px;
}

.track_manage .imgcnt_cnt_single p:last-child {
  margin-bottom: 0;
}

.individual_page .hw_banner_img {
  position: relative;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.individual_cta a.footer_btn {
  margin-bottom: 0;
}

.never_miss .text-1 {
  margin-bottom: 50px;
  color: #490B3D;
}

.split_wise .imgcnt_img {
  margin-right: -100px;
}

@media only screen and (max-width: 1728px) {
  .split_wise .imgcnt_img img {
    max-width: 700px;
  }

  .all_in_one_fiximg {
    height: 840px;
  }

  .all_in_one_fiximg_imgblk .layer_icon {
    bottom: -25%;
  }

  .all_in_one_cnt_card.child_one,
  .all_in_one_cnt_card.child_three {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }

  .all_in_one_cnt_card.child_two {
    -webkit-transform: translate(0px, -70px);
    transform: translate(0px, -70px);
  }

  .individual_page .hw_banner_cnt {
    width: 70%;
  }

  .individual_page .hw_banner_img {
    position: absolute;
    width: calc(50% - 150px);
    right: 150px;
  }

  .individual_page .hw_banner_img img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1600px) {

  .on_the_go .imgcnt_img img,
  .track_manage .imgcnt_img img {
    max-width: 550px;
  }

  .tranding_easy .imgcnt_img img {
    max-width: 400px;
  }

  .all_in_one_cnt {
    width: 100%;
    top: 520px;
  }

  .all_in_one_fiximg_imgblk.layer_01 {
    width: 900px;
  }

  .all_in_one_fiximg_imgblk.layer_02 {
    width: 1200px;
  }

  .all_in_one_fiximg_imgblk.layer_03 {
    width: 1500px;
  }

  .all_in_one_fiximg_imgblk .layer_icon {
    bottom: -14%;
  }

  .all_in_one_cnt {
    width: 100%;
  }

  .all_in_one .icon_img.icon_01 {
    top: 1100px;
  }

  .all_in_one .icon_img.icon_02 {
    top: 1100px;
  }

  .all_in_one .icon_img.icon_03 {
    top: 955px;
  }

  .all_in_one_cnt_card.child_one,
  .all_in_one_cnt_card.child_three {
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
  }

  .all_in_one_cnt_card.child_two {
    -webkit-transform: translate(0px, -90px);
    transform: translate(0px, -90px);
  }

  .individual_page .hw_banner_img {
    width: calc(50% - 100px);
    right: 100px;
  }

  .individual_page .hw_banner_img {
    width: calc(50% - 50px);
    right: 50px;
  }

  .never_miss .imgcnt_img img {
    max-width: 600px;
  }

  .split_wise .imgcnt_img {
    margin-right: -50px;
  }
}

@media only screen and (max-width: 1563px) {
  .split_wise .imgcnt_img {
    margin-right: -40px;
  }

  .all_in_one_fiximg {
    height: 700px;
  }

  .all_in_one_fiximg_imgblk.layer_01 {
    width: 800px;
  }

  .all_in_one_fiximg_imgblk.layer_02 {
    width: 1100px;
  }

  .all_in_one_fiximg_imgblk.layer_03 {
    width: 1400px;
  }

  .all_in_one_fiximg_imgblk .layer_icon {
    width: 100px;
    height: 100px;
    bottom: -20%;
  }

  .all_in_one_cnt {
    width: 100%;
  }

  .all_in_one .icon_img.icon_01 {
    top: 1015px;
  }

  .all_in_one .icon_img.icon_02 {
    left: 790px;
    top: 1000px;
  }

  .all_in_one .icon_img.icon_03 {
    top: 855px;
    right: 80px;
  }

  .all_in_one_cnt_card_icon {
    width: 100px;
    height: 100px;
  }

  .all_in_one_cnt_card_icon img {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  .all_in_one_cnt_card.child_one,
  .all_in_one_cnt_card.child_three {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
  }

  .all_in_one_cnt_card.child_two {
    -webkit-transform: translate(0px, -70px);
    transform: translate(0px, -70px);
  }
}

@media only screen and (max-width: 1366px) {

  .on_the_go .imgcnt_img img,
  .track_manage .imgcnt_img img {
    max-width: 500px;
  }

  .tranding_easy .imgcnt_img img {
    max-width: 350px;
  }

  .earn_pay .imgcnt_img img {
    max-width: 450px;
  }

  .all_in_one_fiximg_imgblk.layer_01 {
    width: 750px;
  }

  .all_in_one_fiximg_imgblk.layer_02 {
    width: 1000px;
  }

  .all_in_one_fiximg_imgblk.layer_03 {
    width: 1270px;
  }

  .all_in_one_fiximg_imgblk .layer_icon {
    bottom: -12%;
  }

  .all_in_one_cnt {
    top: 420px;
  }

  .all_in_one .icon_img.icon_01 {
    top: 900px;
    left: 200px;
  }

  .all_in_one .icon_img.icon_02 {
    left: 700px;
    top: 915px;
  }

  .all_in_one .icon_img.icon_03 {
    top: 785px;
  }

  .all_in_one_cnt_card.child_one,
  .all_in_one_cnt_card.child_three {
    -webkit-transform: translate(0%, -130%);
    transform: translate(0%, -130%);
  }

  .all_in_one_cnt_card.child_two {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

@media only screen and (max-width: 1280px) {
  .all_in_one_cnt_card.child_one {
    -webkit-transform: translate(-8%, -130%);
    transform: translate(-8%, -130%);
  }

  .all_in_one_cnt_card.child_three {
    -webkit-transform: translate(8%, -130%);
    transform: translate(8%, -130%);
  }

  .individual_cta a.footer_btn {
    margin-bottom: 100px;
  }

  .footer_cta.individual_cta {
    padding-top: 0;
  }

  .split_wise .imgcnt_img img {
    max-width: 630px;
  }

  .all_in_one_section {
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .all_in_one_cnt_card.child_one {
    -webkit-transform: translate(-8%, -90%);
    transform: translate(-8%, -90%);
  }

  .all_in_one_cnt_card.child_three {
    -webkit-transform: translate(8%, -95%);
    transform: translate(8%, -95%);
  }

  .individual_page .hw_banner_cnt {
    width: 100%;
  }

  .individual_page .hw_banner_img {
    position: relative;
    right: inherit;
    width: 100%;
  }

  .footer_cta.individual_cta {
    padding-top: 0;
  }

  .split_wise .imgcnt_img img {
    max-width: 450px;
  }

  .never_miss .imgcnt_img img {
    max-width: 500px;
  }

  .track_manage .imgcnt_img img {
    max-width: 400px;
  }

  .earn_pay .imgcnt_img {
    padding-right: 80px;
  }

  .all_in_one_section {
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .imgcnt_img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .split_wise .imgcnt_img {
    margin-right: 0;
  }

  .all_in_one {
    margin-top: 0;
  }

  .all_in_one_section {
    padding-bottom: 80px !important;
  }

  .all_in_one_cnt {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 60px;
    position: relative;
    top: 0px;
    margin-top: -40%;
  }

  .all_in_one_cnt_card.child_one,
  .all_in_one_cnt_card.child_two,
  .all_in_one_cnt_card.child_three {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .all_in_one_fiximg {
    height: 600px;
  }

  .all_in_one_fiximg_imgblk {
    top: -70%;
  }

  .all_in_one_fiximg_imgblk.layer_01 {
    width: 550px;
  }

  .all_in_one_fiximg_imgblk.layer_02 {
    width: 720px;
    top: calc(-70% - 150px);
  }

  .all_in_one_fiximg_imgblk.layer_03 {
    width: 980px;
    top: calc(-70% - 300px);
  }

  .all_in_one_fiximg_imgblk .layer_icon {
    bottom: 4%;
    width: 70px;
    height: 70px;
  }

  .all_in_one .icon_img {
    width: 40px;
    height: 40px;
  }

  .all_in_one .icon_img img {
    width: 100%;
  }

  .all_in_one .icon_img.icon_01 {
    top: 590px;
    left: 80px;
  }

  .all_in_one .icon_img.icon_02 {
    left: 440px;
    top: 690px;
  }

  .all_in_one .icon_img.icon_03 {
    top: 585px;
  }
}

@media only screen and (max-width: 567px) {
  .all_in_one_section {
    padding-bottom: 60px !important;
  }

  .all_in_one_fiximg {
    height: 350px;
  }

  .earn_pay .imgcnt_img {
    padding-right: 40px;
  }

  .all_in_one_fiximg_imgblk {
    height: auto;
  }

  .all_in_one_fiximg_imgblk.layer_01 {
    width: 200px;
    top: -175px;
  }

  .all_in_one_fiximg_imgblk.layer_02 {
    width: 340px;
    top: -250px;
  }

  .all_in_one_fiximg_imgblk.layer_03 {
    width: 440px;
    top: -280px;
  }

  .all_in_one_fiximg_imgblk .layer_icon {
    top: 175px;
    width: 40px;
    height: 40px;
  }

  .all_in_one .icon_img.icon_01 {
    top: 255px;
    left: 20px;
  }

  .all_in_one .icon_img.icon_02 {
    left: 140px;
    top: 320px;
  }

  .all_in_one .icon_img.icon_03 {
    top: 260px;
    right: 20px;
  }

  .all_in_one_cnt {
    grid-gap: 40px;
  }

  .individual_cta a.footer_btn {
    margin-bottom: 80px;
  }

  .individual_page .hw_banner_cnt {
    padding-right: 0;
  }

  .split_wise .imgcnt_img {
    padding-left: 0;
  }
}

@-webkit-keyframes animate_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes animate_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.kc_banner {
  position: relative;
  width: 100%;
  height: 58vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 130px;
}

.kc_banner h1 {
  font-size: 70px;
  line-height: 80px;
  font-family: "Euclid Circular Bold";
  color: #ffffff;
}

.kc_banner_bottom {
  padding: 0 100px;
  padding-top: 100px;
}

.kc_banner_bottom .section_title {
  margin-bottom: 50px;
}

.kc_posts {
  position: relative;
  padding-bottom: 150px;
}

.kc_posts.pr_wrap .kc_posts_title {
  padding-top: 100px;
}

.kc_posts_title {
  text-align: left;
  margin-bottom: 80px;
}

.kc_posts_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  row-gap: 100px;
}

.kc_posts_single {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: left;
}

.kc_posts_single_bg {
  width: 100%;
  height: 100%;
  height: 260px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
}

.kc_posts_single h3 {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 20px;
  height: 100px;
  overflow: hidden;
  width: 100%;
}

.kc_posts_single a p {
  margin-bottom: 40px;
}

.kc_posts_single_info {
  position: relative;
}

.kc_posts_single_info a {
  color: #000000;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.kc_posts_single_info a:hover {
  color: #33227C;
}

.kc_posts_single_info a p {
  max-height: 70px;
  overflow: hidden;
}

.kc_posts_single_info .meta_date {
  position: absolute;
}

.media_page .kc_posts_single:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.media_page .kc_posts_single:last-child a {
  position: relative;
  color: #ffffff;
  font-family: "Euclid Circular Bold";
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.media_page .kc_posts_single:last-child a p {
  position: relative;
  margin-bottom: 0;
}

.media_page .kc_posts_single:last-child a p:after {
  content: url('data:image/svg+xml,<svg width="39" height="19" viewBox="0 0 39 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.800781 10.4799H35.6696L30.6352 16.647L31.7664 18.0328L38.732 9.4999L31.7664 0.967041L30.6352 2.35276L35.6696 8.5199H0.800781V10.4799Z" fill="white"/></svg>');
  position: absolute;
  padding-left: 10px;
}

.no_banner {
  padding: 0 200px;
  padding-top: 180px;
}

.no_banner_heading {
  margin-bottom: 100px;
}

.post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 130px;
  background-attachment: fixed;
}

.post_details {
  padding: 0 !important;
  padding-top: 100px !important;
}

.post_sidebar {
  position: sticky;
  top: 100px;
  min-width: 390px;
  background: #33227C;
  padding: 0 35px;
  height: calc(100vh - 100px);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  padding-bottom: 50px;
  overflow-y: auto;
}

.post_sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #33227c;
  background-color: #F5F5F5;
  background-clip: content-box;
}

.post_sidebar::-webkit-scrollbar {
  width: 5px;
  background-color: #33227C;
}

.post_sidebar::-webkit-scrollbar-thumb {
  background-color: #33227C;
}

.post_sidebar_search {
  position: relative;
  padding: 35px 15px 0 0;
}

.post_sidebar .spec_txt {
  font-size: 24px;
  line-height: 34px;
  padding: 0;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 50px;
}

.post_sidebar a {
  position: relative;
  font-size: 20px;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 15px;
  display: block;
}

.post_sidebar_blog_link {
  position: relative;
  padding-top: 50px;
}

.post_sidebar_blog_link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post_sidebar_blog_link a span {
  font-size: 24px;
  line-height: 1;
  font-family: "Euclid Circular Bold";
  margin-right: 15px;
  color: #ffffff;
}

.post_sidebar_blog_link a:after {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  content: url("data:image/svg+xml,%3Csvg width='39' height='19' viewBox='0 0 39 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.800781 10.4816H35.6696L30.6352 16.6488L31.7664 18.0345L38.732 9.50161L31.7664 0.96875L30.6352 2.35447L35.6696 8.52161H0.800781V10.4816Z' fill='white'/%3E%3C/svg%3E");
  font-family: "fontAwesome";
}

.post_sidebar_blog_link a:hover:after {
  -webkit-animation: animateSlideright 1s linear;
  animation: animateSlideright 1s linear;
}

.post_details_imgblk {
  width: 100%;
  height: 360px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}

.post_details_cnt,
.post_details .section_title {
  margin-left: 60px;
  padding-right: 100px;
}

.post_details_cnt {
  margin-bottom: 80px;
}

.post_details b.strong {
  font-family: "Euclid Circular Bold" !important;
}

.post_details a {
  color: #33227C;
}

.post_details p,
.post_details li,
.post_details a {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

.post_details p:last-child,
.post_details li:last-child,
.post_details a:last-child {
  margin-bottom: 0;
}

.post_details li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}

.post_details .spec_txt {
  position: relative;
  padding: 0;
  color: #000000;
  margin-bottom: 40px;
  display: table;
}

.post_details h1 {
  margin-bottom: 50px;
}

.post_details h2 {
  font-family: "Euclid Circular Medium";
  margin: 30px 0;
  margin-top: 40px;
}

.post_details h3 {
  font-family: "Euclid Circular SemiBold";
  margin-bottom: 20px;
  margin-top: 30px;
}

.post_details h4 {
  font-family: "Euclid Circular Medium";
  margin-bottom: 20px;
}

.post_details ul {
  padding: 0 20px 30px 20px;
}

.post_details_cnt_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post_details_cnt_share li {
  margin-bottom: 0;
  margin-right: 20px;
  list-style: none;
  margin-left: 0;
}

.post_details_cnt_share li a {
  color: #33227C;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.post_details_cnt_links {
  margin-top: 70px;
}

.post_details_cnt_links_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 25px 100px;
  margin-bottom: 40px;
}

.post_details_cnt_links_card:last-child {
  margin-bottom: 0;
}

.post_details_cnt_links_card p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
  font-family: "Euclid Circular Medium";
}

.post_details_cnt_links_card small {
  font-size: 20px;
  line-height: 30px;
}

.post_details_cnt_links_card a {
  padding: 15px 30px;
}

form#searchform {
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
}

form#searchform input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 20px;
  line-height: 1;
  font-family: "Euclid Circular Medium";
  border-radius: 9px;
}

form#searchform input:focus {
  outline: none;
}

form#searchform input::-webkit-input-placeholder {
  color: #000000;
}

form#searchform input::-moz-placeholder {
  color: #000000;
}

form#searchform input:-ms-input-placeholder {
  color: #000000;
}

form#searchform input::-ms-input-placeholder {
  color: #000000;
}

form#searchform input::placeholder {
  color: #000000;
}

.search-submit {
  position: relative;
  opacity: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: -20px;
}

.search-submit:after {
  content: "\f002";
  font-family: "fontAwesome";
}

#searchsubmit {
  background: #ffffff;
  border: none;
  position: absolute;
  right: 35px;
  padding: 0;
}

#searchsubmit:after {
  content: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.77541 15.6255C5.21784 17.07 7.13871 17.9371 9.17614 18.0636C11.2136 18.19 13.2269 17.567 14.8369 16.312L20.3765 21.8516C20.5729 22.0413 20.836 22.1463 21.1092 22.1439C21.3823 22.1416 21.6435 22.032 21.8367 21.8389C22.0298 21.6457 22.1394 21.3845 22.1417 21.1114C22.1441 20.8382 22.0391 20.5751 21.8494 20.3786L16.3098 14.8391C17.6205 13.1569 18.2402 11.0382 18.0425 8.91486C17.8447 6.79155 16.8445 4.82364 15.2457 3.41246C13.6469 2.00128 11.57 1.25314 9.4386 1.3206C7.30717 1.38807 5.28175 2.26606 3.77541 3.77552C2.99708 4.55346 2.37964 5.47713 1.95839 6.49377C1.53713 7.5104 1.32031 8.60007 1.32031 9.70052C1.32031 10.801 1.53713 11.8906 1.95839 12.9073C2.37964 13.9239 2.99708 14.8476 3.77541 15.6255ZM5.24833 5.25052C6.27809 4.22078 7.63304 3.57994 9.08231 3.43718C10.5316 3.29443 11.9855 3.65859 13.1964 4.46763C14.4073 5.27666 15.3002 6.48052 15.723 7.87408C16.1458 9.26764 16.0724 10.7647 15.5152 12.1102C14.958 13.4556 13.9515 14.5663 12.6672 15.2529C11.3829 15.9395 9.90034 16.1596 8.472 15.8756C7.04366 15.5917 5.75796 14.8213 4.83395 13.6957C3.90994 12.5701 3.4048 11.1589 3.40458 9.70261C3.40172 8.87508 3.56323 8.05522 3.87973 7.29061C4.19624 6.52599 4.66143 5.83184 5.24833 5.24844V5.25052Z" fill="black"/></svg>');
}

.no_results h1 {
  font-size: 28px;
  line-height: 34px;
  font-family: "Euclid Circular Medium";
  margin-bottom: 20px;
}

.no_results p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
}

.no_results_form {
  position: relative;
  max-width: 340px;
}

.no_results_form form {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.resultpage {
  position: relative;
  padding-top: 180px;
}

.result_search_wrap {
  padding-bottom: 120px !important;
}

.search_list_wrap {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 1fr 100px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 100px;
}

.search_list {
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 10px;
  overflow: hidden;
}

.search_list_title a {
  font-size: 24px;
  line-height: 34px;
  font-family: "Euclid Circular Medium";
  margin-bottom: 30px;
  color: #000000;
  display: inline-block;
}

.search_list_title a span {
  font-family: "Euclid Circular Medium";
}

.search_list_cnt {
  position: relative;
  padding: 30px 30px 50px;
}

.search_list_cnt p {
  font-size: 18px;
  line-height: 28px;
}

.search_list_cnt p a {
  font-family: "Euclid Circular Medium";
  color: #33227C;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.search_list_cnt p a:hover {
  color: #9404A4;
}

.search_list_imgblk {
  width: 100%;
  height: 250px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.media_page {
  padding-bottom: 100px;
}

.blogs_page .no_banner_heading .heading-1 {
  text-align: center;
  color: #490B3D;
}

.blogs_page .img_abs {
  position: fixed;
  top: calc(100vh - 645px);
  left: -80px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination .nav-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
  border-radius: 50px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 10px 20px;
}

.pagination .nav-links a,
.pagination .nav-links .page-numbers {
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  color: #515151;
  margin: 0 5px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.pagination .nav-links a:hover,
.pagination .nav-links .page-numbers:hover {
  background-color: #490B3D;
  color: #ffffff;
}

.pagination .nav-links a.dots,
.pagination .nav-links .page-numbers.dots {
  pointer-events: none;
}

.pagination .nav-links a.current,
.pagination .nav-links .page-numbers.current {
  background-color: #490B3D;
  color: #ffffff;
}

.pagination .nav-links a.prev,
.pagination .nav-links .page-numbers.prev {
  margin-right: 100px;
  margin: 0;
  padding: 10px 20px;
  border-radius: 50px;
}

.pagination .nav-links a.next,
.pagination .nav-links .page-numbers.next {
  margin-left: 100px;
  margin: 0;
  padding: 10px 20px;
  border-radius: 50px;
}

.desktoipad {
  display: block !important;
}

.ipadtomob {
  display: none !important;
}

@media only screen and (max-width: 1728px) {
  .no_banner {
    padding: 0 150px;
    padding-top: 180px;
  }

  .kc_posts_single_bg {
    height: 250px;
  }
}

@media only screen and (max-width: 1600px) {
  .no_banner {
    padding: 0 100px;
    padding-top: 180px;
  }

  .blogs_page .img_abs {
    left: -100px;
  }
}

@media only screen and (max-width: 1536px) {
  .no_banner {
    padding: 0 50px;
    padding-top: 180px;
  }

  .no_banner_heading {
    margin-bottom: 0;
  }

  .no_banner h1 {
    font-size: 80px;
    line-height: 90px;
    padding-bottom: 60px;
  }

  .media_page {
    padding-bottom: 60px;
  }

  .blogs_page .img_abs {
    left: 0px;
    top: calc(100vh - 150px);
  }

  .blogs_page .img_abs img {
    width: 50px;
  }
}

@media only screen and (max-width: 1366px) {
  .post_details_imgblk {
    height: 300px;
  }

  .kc_posts_single_info a p {
    max-height: 60px;
  }

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

@media only screen and (max-width: 1280px) {
  .no_banner h1 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .kc_posts_wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .kc_posts {
    padding-bottom: 0;
  }

  .media_page {
    padding-bottom: 100px;
  }

  .post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post_sidebar {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .post_details_cnt,
  .post_details .section_title {
    padding-right: 50px;
  }

  .post_details_cnt {
    margin-bottom: 20px;
  }

  .post_details_cnt,
  .post_details .section_title {
    margin-left: 50px;
  }

  .page_scrolled .post_sidebar {
    height: auto !important;
    top: auto !important;
  }

  .pagination .nav-links {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 567px) {
  .no_banner {
    padding: 0 20px;
    padding-top: 120px;
  }

  .no_banner_heading {
    margin-bottom: 60px;
  }

  .no_banner h1 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 0;
  }

  .kc_posts_wrap {
    row-gap: 60px;
  }

  header.lightHeader {
    height: 80px;
    width: 100%;
  }

  .media_page {
    padding-top: 120px;
  }

  .no_banner_heading {
    text-align: left;
  }

  .kc_posts_title {
    margin-bottom: 60px;
  }

  .kc_posts_single_info a p {
    max-height: 60px;
    margin-bottom: 20px;
  }

  .post_details {
    padding-top: 80px !important;
  }

  .post_details_imgblk {
    height: 250px;
  }

  .post_details_cnt,
  .post_details .section_title {
    padding-right: 20px;
    margin-left: 20px;
  }

  .post_details .section_title {
    margin-bottom: 30px;
  }

  .post {
    width: 100%;
  }

  .post_details p,
  .post_details li,
  .post_details a {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .post_sidebar {
    min-width: inherit;
    padding: 0 20px;
    padding-bottom: 60px;
  }

  .post_sidebar p,
  .post_sidebar li,
  .post_sidebar a {
    font-size: 18px;
    line-height: 28px;
  }

  .post_details h2 {
    margin: 20px 0;
    margin-top: 30px;
  }

  .post_details h3 {
    margin: 20px 0;
    margin-top: 30px;
  }

  .post_details h4 {
    margin: 20px 0;
    margin-top: 30px;
  }

  ul.post_details_cnt_share {
    padding: 0;
  }

  ul.post_details_cnt_share li {
    margin-bottom: 0;
  }

  .post_details_cnt {
    margin-bottom: 60px;
  }

  .pagination .nav-links {
    padding: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blogs_page .img_abs {
    display: none;
  }

  .pagination .nav-links a,
  .pagination .nav-links .page-numbers {
    padding: 0px 5px;
    font-size: 14px;
    text-align: center;
    min-width: 25px;
    min-height: 25px;
    margin: 0 3px;
  }

  .pagination .nav-links a.next,
  .pagination .nav-links .page-numbers.next {
    padding: 10px;
  }

  .desktoipad {
    display: none !important;
  }

  .ipadtomob {
    display: block !important;
  }

  .pagination .nav-links a.prev,
  .pagination .nav-links .page-numbers.prev,
  .pagination .nav-links a.next,
  .pagination .nav-links .page-numbers.next {
    padding: 0;
  }
}

.page_scrolled .post_sidebar {
  top: 80px;
  height: calc(100vh - 80px);
}

.privacy_wrap {
  padding: 0 200px;
}

.privacy_heading {
  text-align: center;
  padding-top: 250px;
}

.privacy_heading h1 {
  font-size: 96px;
  line-height: 106px;
  padding-bottom: 100px;
  font-family: "Euclid Circular SemiBold";
  color: #490B3D;
}

.post_cnt {
  position: relative;
  padding-bottom: 100px;
}

.post_cnt h3 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 30px;
  font-family: "Euclid Circular SemiBold";
  margin-top: 60px;
}

.post_cnt a {
  color: #782368;
}

.post_cnt p,
.post_cnt li {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
  color: #515151;
}

.post_cnt table,
.post_cnt th,
.post_cnt td {
  border: 0.5px solid rgba(81, 81, 81, 0.5);
  border-collapse: collapse;
}

.post_cnt strong {
  color: #515151;
}

.post_cnt .table_inner {
  overflow-x: auto;
}

.post_cnt table {
  position: relative;
  margin: 40px 0;
}

.post_cnt table th,
.post_cnt table td {
  padding: 10px 30px;
  min-width: 300px;
}

.post_cnt table th {
  font-size: 20px;
  line-height: 32px;
}

.post_cnt table td {
  font-size: 18px;
  line-height: 28px;
  font-family: "Euclid Circular Regular";
  color: rgba(255, 255, 255, 0.8);
}

.post_cnt ul {
  margin: 30px 40px;
  padding-left: 100px;
}

.post_cnt ul li {
  padding-left: 30px;
  position: relative;
}

.post_cnt ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(81, 81, 81, 0.8);
}

@media only screen and (max-width: 1728px) {
  .privacy_wrap {
    padding: 0 150px;
  }
}

@media only screen and (max-width: 1680px) {
  .privacy_wrap {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 1536px) {
  .privacy_wrap {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .privacy_heading {
    padding-top: 180px;
  }

  .privacy_heading h1 {
    font-size: 60px;
    line-height: 70px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .post_cnt ul {
    margin: 30px 0px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 567px) {
  .privacy_wrap {
    padding: 0 20px;
  }

  .privacy_heading {
    padding-top: 120px;
  }

  .privacy_heading h1 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 0;
  }

  .post_cnt .mt_0 {
    margin-top: 0 !important;
  }

  .post_cnt h3 {
    margin-top: 40px;
  }

  .post_cnt p,
  .post_cnt li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .post_cnt {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .post_cnt ul {
    margin: 30px 0px;
    padding-left: 10px;
  }
}

.merchant_page .inner_banner {
  padding-top: 80px;
}

.merchant_page .hw_banner_cnt .inner_banner_title {
  padding-right: 10%;
}

.merchant_page .hw_banner_cnt .text-2 {
  padding-right: 0;
}

.merchant_footer_cta_cnt {
  text-align: center;
}

.merchant_footer_cta_cnt .child_one {
  color: #490B3D;
  margin-bottom: 25px;
}

.merchant_footer_cta_cnt .child_two {
  margin-bottom: 60px;
  font-family: "Euclid Circular Medium";
}

.ryb {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ryb_title {
  margin-bottom: 60px;
}

.ryb .heading-1 {
  text-align: center;
  color: #490B3D;
}

.ryb_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ryb_inner_img {
  position: relative;
  padding: 0 100px;
}

.ryb_inner_img_inner_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: calc(100% - 40px);
}

.ryb_inner_img_inner_bg img {
  width: 100%;
}

.ryb_inner_cnt {
  width: 490px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ryb_inner_cnt.txt_right {
  text-align: right;
  padding-left: 20px;
  -webkit-box-align: self-end;
  -ms-flex-align: self-end;
  align-items: self-end;
}

.ryb_inner_cnt_single {
  position: relative;
  margin-bottom: 70px;
  height: 160px;
}

.ryb_inner_cnt_single:last-child {
  margin-bottom: 0;
}

.ryb_inner_cnt_single .imgblk {
  margin-bottom: 15px;
}

.ryb_inner_cnt_single p {
  font-size: 24px;
}

.ryb_link {
  margin-top: 60px;
}

.gyb {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gyb_inner_cnt {
  position: relative;
  padding: 40px 50px;
  background-color: rgba(245, 245, 245, 0.92);
  max-width: 870px;
  float: right;
  margin-top: -125px;
  margin-right: 75px;
}

.gyb_inner_cnt .text-1 {
  margin-bottom: 25px;
}

.gyb_inner_cnt p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 25px;
}

.nmlq {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nmlq_cnt {
  padding-left: 90px;
}

.nmlq_cnt_title {
  margin-bottom: 40px;
}

.nmlq_cnt_title .text-1 {
  color: #490B3D;
}

.merchant_footer_cta_cnt a.footer_btn {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1728px) {
  .merchant_footer_cta_cnt a.footer_btn {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1600px) {
  .ryb_title {
    margin-bottom: 40px;
  }

  .ryb_inner_img {
    padding: 0px 60px;
  }

  .ryb_inner_img_inner img {
    width: 220px;
  }

  .ryb_inner_cnt_single {
    margin-bottom: 50px;
  }

  .ryb_link {
    margin-top: 40px;
  }

  .nmlq_img img {
    max-width: 650px;
  }

  .merchant_footer_cta_cnt .child_one,
  .merchant_footer_cta_cnt .child_two {
    margin-bottom: 10px;
  }

  .merchant_footer_cta_cnt a.footer_btn {
    margin-bottom: 20px;
  }

  .merchant_footer_cta_cnt {
    margin-bottom: 50px;
  }

  .merchant_footer_cta_cnt .child_one,
  .merchant_footer_cta_cnt .child_two {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1536px) {
  .merchant_page .hw_banner_cnt .text-2 {
    padding-right: 28%;
  }

  .ryb .heading-1 {
    font-size: 44px;
    line-height: 54px;
  }

  .gyb_inner_img img {
    width: 100%;
  }

  .merchant_footer_cta_cnt .child_one,
  .merchant_footer_cta_cnt .child_two {
    margin-bottom: 20px;
  }

  .merchant_footer_cta_cnt a.footer_btn {
    margin-bottom: 30px;
  }

  .merchant_footer_cta_cnt {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1536px) {
  .merchant_page .hw_banner_img img {
    max-width: 550px;
  }

  .get_paid .imgcnt_img img {
    max-width: 600px;
  }

  .no_more .imgcnt_img img {
    max-width: 470px;
  }

  .merchant_footer_cta_cnt .child_two {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1366px) {
  .ryb_inner_img_inner img {
    width: 180px;
  }

  .ryb_inner_cnt_single p {
    font-size: 20px;
    line-height: 30px;
  }

  .ryb_inner_img {
    padding: 0px 50px;
  }

  .ryb_inner_cnt_single {
    margin-bottom: 50px;
  }

  .ryb_inner_cnt_single {
    height: 120px;
  }

  .ryb_inner_cnt_single .imgblk {
    margin-bottom: 10px;
  }

  .ryb_inner_cnt_single .imgblk img {
    width: 42px;
  }

  .ryb_link {
    margin-top: 20px;
  }

  .gyb_inner {
    width: 80%;
  }

  .merchant_footer_cta_cnt .child_one,
  .merchant_footer_cta_cnt .child_two {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 5px;
  }

  .merchant_footer_cta_cnt .child_two {
    margin-bottom: 0px;
  }

  .merchant_footer_cta_cnt a.footer_btn {
    margin-bottom: 0px;
  }

  .merchant_page .hw_banner_cnt .text-2 {
    padding-right: 0%;
  }

  .get_paid .imgcnt_img img {
    max-width: 460px;
  }

  .no_more .imgcnt_img img {
    max-width: 440px;
  }
}

@media only screen and (max-width: 1280px) {
  .no_more .imgcnt_cnt {
    padding-right: 10%;
  }

  .gyb_inner {
    width: 100%;
  }

  .nmlq_img img {
    max-width: 560px;
  }

  .merchant_footer_cta_cnt .child_one,
  .merchant_footer_cta_cnt .child_two {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }

  .footer_cta.merchant_cta {
    padding-top: 80px;
  }

  .merchant_footer_cta_cnt {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .merchant_page .inner_banner {
    padding-top: 180px;
  }

  .ryb_inner_cnt {
    width: 350px;
  }

  .ryb_link {
    margin-top: 60px;
  }

  .nmlq_img img {
    max-width: 400px;
  }

  .merchant_footer_cta_cnt {
    padding: 0 50px;
  }

  .merchant_footer_cta_cnt .child_one,
  .merchant_footer_cta_cnt .child_two {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .merchant_footer_cta_cnt {
    margin-bottom: 100px;
  }

  .merchant_footer_cta_cnt .child_two {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .ryb_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .ryb_inner_cnt {
    width: 100%;
  }

  .merchant_page .hw_banner_img img {
    max-width: 100%;
  }

  .ryb_inner_img {
    margin: 30px 0;
  }

  .ryb_inner_cnt_single .imgblk img {
    width: 60px;
  }

  .ryb_inner_cnt_single {
    height: 100%;
  }

  .nmlq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nmlq_img img {
    max-width: 100%;
  }

  .nmlq_cnt {
    padding-left: 0px;
    margin-top: 60px;
  }

  .merchant_cta {
    padding-top: 0;
  }

  .get_paid_section {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 567px) {
  .merchant_page .inner_banner {
    padding-top: 120px;
  }

  .merchant_page .hw_banner_img img {
    width: 100%;
  }

  .ryb .heading-1 {
    font-size: 34px;
    line-height: 44px;
  }

  .footer_cta.merchant_cta {
    padding-top: 60px;
  }

  .ryb_inner_cnt_single .imgblk img {
    width: auto;
  }

  .gyb_inner_img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .gyb_inner_cnt {
    width: 100%;
    float: inherit;
  }

  .gyb_inner_cnt {
    padding: 30px 20px;
    margin-right: 0;
    margin-top: 0;
  }

  .gyb_inner_cnt p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .gyb_inner .common_btn {
    margin-top: 20px;
  }

  .merchant_footer_cta_cnt {
    padding: 0 20px;
  }

  .merchant_footer_cta_cnt .child_one,
  .merchant_footer_cta_cnt .child_two {
    font-size: 24px;
    line-height: 34px;
  }

  .nmlq_img img {
    width: 100%;
  }

  .common_btn.dark_btn:after {
    display: none;
  }

  .get_paid_section {
    margin-top: 80px;
  }
}

.business_page .inner_banner {
  padding-top: 100px;
}

.business_page .inner_banner.hw_banner .inner_banner_title {
  margin-bottom: 0;
  margin-top: 30px;
}

.business_cta_footer_cnt {
  text-align: center;
}

.user_friendly {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.user_friendly_wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user_friendly_img {
  padding-right: 100px;
}

.user_friendly_left_bg {
  position: absolute;
  left: 0;
  bottom: 0;
}

.user_friendly_right_bg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.user_friendly_title {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

.user_friendly_title .text-1 {
  color: #490B3D;
}

.user_friendly_list p {
  padding: 50px 0;
  padding-left: 10px;
  border-bottom: 1px solid #515151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user_friendly_list p span {
  padding-right: 20px;
  font-family: "Euclid Circular SemiBold";
}

.recieve_payments {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.recieve_payments_section {
  position: relative;
  background-color: rgba(245, 245, 245, 0.5);
}

.recieve_payments_fixed_bg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.recieve_payments_title {
  position: relative;
  width: 100%;
  text-align: center;
}

.recieve_payments_title .text-1 {
  color: #490B3D;
  margin-bottom: 35px;
}

.recieve_payments_title .text-2 {
  font-family: "Euclid Circular Medium";
  color: #000000;
}

.recieve_payments_imgcnt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.recieve_payments_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.recieve_payments_cnt {
  position: relative;
}

.recieve_payments_cnt .text-2 {
  margin-bottom: 60px;
}

.invoice_payments {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.invoice_payments_title {
  margin-bottom: 80px;
  padding-right: 5%;
  width: 100%;
}

.invoice_payments_title .text-1 {
  color: #490B3D;
}

.invoice_payments_cnt {
  position: relative;
  width: 100%;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}

.invoice_payments_cnt p {
  position: relative;
  padding-bottom: 65px;
  padding-left: 65px;
}

.invoice_payments_cnt p:last-child {
  padding-bottom: 0;
}

.invoice_payments_cnt p:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  border: 1px dashed #490B3D;
  left: 16px;
  top: 8px;
}

.invoice_payments_cnt p:before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 8px solid #490B3D;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #FFFCF7;
  z-index: 2;
}

.invoice_payments_cnt p:last-child:after {
  display: none;
}

.syb {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.syb_cnt {
  padding-left: 100px;
}

.syb_cnt_title .text-1 {
  margin-bottom: 50px;
  color: #490B3D;
}

@media only screen and (max-width: 1728px) {
  .small_town .imgcnt_img img {
    max-width: 600px;
  }

  .recieve_payments_imgblk {
    padding-right: 100px;
  }

  .recieve_payments_imgblk img {
    max-width: 550px;
  }
}

@media only screen and (max-width: 1600px) {
  .small_town .imgcnt_img {
    max-width: 550px;
  }

  .recieve_payments_imgblk img {
    max-width: 500px;
  }

  .invoice_payments_img img {
    max-width: 550px;
  }

  .business_cta_footer_cnt {
    margin-bottom: 80px;
  }

  .business_cta_footer_cnt .heading-1 {
    margin-bottom: 30px;
  }

  .business_cta_footer_cnt a.footer_btn {
    margin-bottom: 10px;
  }

  .syb_cnt {
    padding-left: 100px;
  }

  .recieve_payments_title {
    margin-bottom: 50px;
  }

  .recieve_payments_fixed_bg {
    max-width: 100px;
    bottom: -40px;
  }
}

@media only screen and (max-width: 1563px) {
  .small_town .imgcnt_img img {
    max-width: 540px;
  }

  .user_friendly_title {
    margin-bottom: 50px;
  }

  .business_cta_footer_cnt a.footer_btn {
    margin-bottom: 50px;
  }

  .business_cta_footer_cnt {
    margin-bottom: 0;
  }

  .syb_imgblk img {
    max-width: 550px;
  }

  .user_friendly_img img {
    max-width: 500px;
  }
}

@media only screen and (max-width: 1366px) {
  .business_page .hw_banner_img img {
    max-width: 450px;
  }

  .business_page .hw_banner_cnt {
    padding-right: 20%;
  }

  .business_page .inner_banner.hw_banner .inner_banner_title {
    margin-top: 20px;
  }

  .small_town .imgcnt_img img {
    max-width: 450px;
  }

  .user_friendly_title {
    margin-bottom: 20px;
  }

  .user_friendly_list p {
    padding: 30px 0;
  }

  .user_friendly_left_bg {
    width: 50px;
  }

  .user_friendly_left_bg img {
    width: 100%;
  }

  .recieve_payments_title {
    margin-bottom: 20px;
  }

  .user_friendly_right_bg {
    width: 150px;
  }

  .invoice_payments {
    padding-top: 80px;
  }

  .invoice_payments_img img {
    max-width: 480px;
  }

  .invoice_payments_cnt p:before {
    width: 28px;
    height: 28px;
    border: 6px solid #490B3D;
  }

  .invoice_payments_cnt p:after {
    left: 13px;
  }

  .syb_imgblk img {
    max-width: 500px;
  }

  .syb_cnt {
    padding-left: 70px;
  }

  .business_cta_footer_cnt .heading-1 {
    margin-bottom: 20px;
  }

  .business_cta_footer_cnt a.footer_btn {
    margin-bottom: 20px;
  }

  .invoice_payments_title {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1280px) {
  .business_page .hw_banner_img img {
    max-width: 380px;
  }

  .user_friendly_right_bg {
    width: 120px;
  }

  .recieve_payments_cnt .text-2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 50px;
  }

  .recieve_payments_title {
    margin-bottom: 30px;
  }

  .recieve_payments_fixed_bg {
    bottom: -35px;
  }

  .invoice_payments_cnt p {
    padding-bottom: 45px;
  }

  .invoice_payments_img img {
    max-width: 420px;
  }

  .business_cta_footer {
    padding-top: 0;
  }

  .business_cta_footer_cnt a.footer_btn {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .business_page .inner_banner {
    padding-top: 180px;
  }

  .user_friendly_list {
    padding-left: 10%;
  }

  .user_friendly_list p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .user_friendly_right_bg {
    width: 70px;
  }

  .invoice_payments_img img {
    max-width: 360px;
  }

  .syb_imgblk img {
    max-width: 350px;
  }

  .user_friendly_img {
    padding-left: 50px;
  }

  .user_friendly_img img {
    max-width: 350px;
  }

  .recieve_payments_imgblk {
    padding-right: 50px;
  }

  .recieve_payments_imgblk img {
    max-width: 450px;
  }

  .recieve_payments_fixed_bg {
    bottom: -60px;
    max-width: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .small_town .imgcnt_img {
    max-width: 100%;
  }

  .user_friendly_list {
    padding-left: 0;
  }

  .user_friendly_list p span {
    padding-right: 50px;
  }

  .recieve_payments_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recieve_payments_imgblk img {
    max-width: 100%;
  }

  .recieve_payments_imgblk {
    width: 100%;
    padding-right: 0;
  }

  .recieve_payments_imgcnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recieve_payments_title {
    margin-bottom: 50px;
  }

  .invoice_payments {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
  }

  .invoice_payments_cnt {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  .invoice_payments_img {
    margin-top: 60px;
  }

  .invoice_payments_img img {
    max-width: 100%;
  }

  .syb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .syb_imgblk {
    margin-bottom: 60px;
  }

  .syb_imgblk img {
    max-width: 100%;
  }

  .syb_cnt {
    padding-left: 0;
  }

  .business_cta_footer_cnt {
    padding: 0 50px;
  }

  .recieve_payments_imgblk img {
    width: 100%;
  }

  .recieve_payments_cnt {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 40px;
  }

  .user_friendly_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .user_friendly_img {
    padding-left: 0;
    margin-bottom: 60px;
    padding-right: 0;
  }

  .user_friendly_img img {
    max-width: 100%;
  }

  .business_cta_footer_cnt .heading-1 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 567px) {
  .business_page .inner_banner {
    padding-top: 120px;
  }

  .business_page .hw_banner_img img {
    max-width: 100%;
  }

  .small_town .imgcnt_cnt {
    padding-left: 0;
  }

  .user_friendly_right_bg {
    display: none;
  }

  .user_friendly_left_bg {
    display: none;
  }

  .user_friendly_list p span {
    padding-right: 20px;
  }

  .recieve_payments_cnt {
    padding: 0;
  }

  .recieve_payments_cnt p {
    font-size: 20px;
    line-height: 30px;
  }

  .recieve_payments_cnt .text-2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .recieve_payments_title {
    margin-bottom: 30px;
  }

  .recieve_payments_title .text-1 {
    margin-bottom: 25px;
  }

  .recieve_payments_fixed_bg {
    display: none;
  }

  .invoice_payments_cnt p:before {
    width: 24px;
    height: 24px;
    border: 6px solid #490B3D;
  }

  .invoice_payments_cnt p:after {
    left: 11px;
  }

  .invoice_payments_cnt p {
    padding-left: 45px;
  }

  .business_cta_footer_cnt {
    padding: 0 20px;
  }

  .business_page .hw_banner_cnt {
    padding-right: 0;
  }

  .syb_cnt_title .text-1,
  .invoice_payments_title {
    margin-bottom: 30px;
  }
}

.page_404_cnt {
  text-align: center;
}

.page_404_cnt h1 {
  font-size: 295px;
  line-height: 1;
  font-family: "Euclid Circular SemiBold";
  color: #490B3D;
}

.page_404_cnt .text-2 a {
  color: #490B3D;
}

@media only screen and (max-width: 1600px) {
  .page_404 .in_app .img_abs.img_right {
    max-width: 500px;
  }
}

@media only screen and (max-width: 1536px) {
  .page_404 .in_app .img_abs.img_right {
    max-width: 400px;
  }
}

@media only screen and (max-width: 1280px) {
  .page_404 .in_app .img_abs.img_right {
    max-width: 360px;
  }

  .page_404 h1 {
    font-size: 200px;
  }
}

@media only screen and (max-width: 1024px) {
  .page_404 .in_app .img_abs.img_right {
    max-width: 300px;
  }

  .page_404_cnt {
    padding: 0 28%;
  }

  .page_404_cnt .text-2 br {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .page_404 .in_app .img_abs.img_right {
    max-width: 150px;
  }

  .page_404_cnt {
    padding: 0 15%;
  }
}

@media only screen and (max-width: 567px) {
  .page_404 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page_404 .in_app .img_abs.img_right {
    max-width: 40px;
  }

  .page_404 h1 {
    font-size: 120px;
  }

  .page_404_cnt {
    padding: 0 20px;
  }

  .page_404_cnt .text-2 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 10px;
  }
}

.userfees_banner {
  text-align: center;
}

.userfees_banner .img_abs {
  bottom: -15px;
  left: -10px;
}

.userfees_banner .inner_banner_title {
  margin-bottom: 30px;
}

.userfees_banner .hw_banner_cnt {
  padding: 0 200px;
}

.userfees_banner_cnt {
  margin-top: 80px;
}

.userfees_banner_cnt .text-2 {
  font-family: "Euclid Circular Medium";
  color: #490B3D;
  margin-bottom: 40px;
}

.userfees_banner_cnt p:not(.note_txt) {
  font-size: 24px;
  line-height: 34px;
}

.userfees_banner_cnt p.note_txt {
  margin-top: 70px;
}

.userfees_wrap {
  position: relative;
  padding: 0 200px;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 150px;
}

.userfees_wrap .note_wrap {
  position: absolute;
  bottom: 40px;
}

.userfees_wrap .accordion-item .accordion-button {
  color: #490B3D;
  font-family: "Euclid Circular SemiBold";
  padding-left: 120px;
  padding-right: 120px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.userfees_wrap .accordion-item .accordion-button:after {
  right: 60px;
}

.userfees_wrap .accordion-body {
  padding: 0;
}

.userfees_wrap .accordion-body p {
  margin-bottom: 0;
}

.table_wrap {
  position: relative;
  width: 100%;
}

.table_td {
  position: relative;
  border-bottom: 1px solid rgba(81, 81, 81, 0.2);
  padding: 0 120px;
}

.table_td:not(:first-child) {
  border-left: 1px solid rgba(81, 81, 81, 0.2);
}

.table_td:first-child {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table_td:first-child p {
  font-family: "Euclid Circular Medium";
}

.table_td p {
  font-size: 22px;
  line-height: 32px;
  padding: 25px 0;
}

.table_td .table_td_grid1 {
  position: relative;
  min-width: 170px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table_td .table_td_grid1::after {
  content: "";
  width: 1px;
  height: calc(100% - 30px);
  position: absolute;
  right: 0;
  background-color: rgba(81, 81, 81, 0.5);
}

.table_td .table_td_grid2 {
  position: relative;
  padding-left: 60px;
}

.table_td .table_td_grid2 p {
  font-family: "Euclid Circular Regular";
  font-size: 20px;
  line-height: 30px;
}

.table_td .table_td_grid2 span {
  display: none;
}

.table_tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.table_tr:last-child .table_td {
  border-bottom: transparent;
}

.table_tr_inner p {
  padding: 10px 0;
}

.table_tr_inner .table_td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.table_tr_inner .table_td:nth-child(2) p {
  font-size: 20px;
  line-height: 30px;
}

.table_tr_inner_td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user_fees_footer_txt {
  text-align: center;
  margin-top: 100px;
}

.user_fees_footer_txt a {
  color: #33227C;
}

@media only screen and (max-width: 1680px) {
  .userfees_wrap {
    padding: 0 150px;
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 1600px) {
  .userfees_wrap {
    padding: 0 100px;
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 1536px) {
  .userfees_banner .img_abs {
    bottom: -10px;
  }

  .userfees_banner .img_abs img {
    width: 120px;
  }

  .no_scollify .inner_banner .inner_banner_title {
    margin-bottom: 20px;
  }

  .userfees_banner_cnt {
    margin-top: 50px;
  }

  .userfees_banner p.note_txt {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .userfees_banner .hw_banner_cnt {
    padding: 0;
  }

  .userfees_wrap .accordion-item .accordion-button {
    padding-left: 60px;
    padding-right: 60px;
  }

  .userfees_wrap {
    padding: 0 50px;
    padding-bottom: 120px;
  }

  .table_td {
    padding: 0 60px;
  }

  .table_td p {
    padding: 20px 0;
  }

  .table_tr_inner p {
    padding: 5px 0;
  }

  .accordion-item .accordion-body p {
    font-size: 20px;
    line-height: 30px;
  }

  .table_td .table_td_grid2 p,
  .table_tr_inner .table_td:nth-child(2) p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 1366px) {
  .userfees_banner {
    padding-top: 60px;
  }

  .userfees_banner_cnt {
    margin-top: 40px;
  }

  .userfees_banner_cnt p.note_txt {
    margin-top: 40px;
  }

  .userfees_banner_cnt p:not(.note_txt) {
    font-size: 20px;
    line-height: 30px;
  }

  .user_fees_footer_txt {
    margin-top: 60px;
  }

  .userfees_banner .hw_banner_cnt {
    padding: 0 200px;
  }
}

@media only screen and (max-width: 1280px) {
  .userfees_banner_cnt .text-2 {
    margin-bottom: 20px;
  }

  .no_scollify .inner_banner.userfees_banner {
    min-height: 100vh;
  }
}

@media only screen and (max-width: 1024px) {
  .no_scollify .inner_banner.userfees_banner {
    min-height: 800px;
  }

  .userfees_banner .hw_banner_cnt {
    padding: 0px 80px;
  }
}

@media only screen and (max-width: 991px) {
  .table_td {
    padding: 0 10px;
  }

  .table_td .table_td_grid1 {
    min-width: 100px;
  }

  .table_td .table_td_grid2 {
    padding-left: 30px;
  }

  .userfees_wrap {
    padding-bottom: 100px;
  }

  .userfees_banner .img_abs img {
    width: 50px;
  }

  .no_scollify .inner_banner.userfees_banner {
    min-height: inherit;
  }

  .userfees_banner .hw_banner_cnt {
    padding: 0;
  }
}

@media only screen and (max-width: 567px) {
  .userfees_wrap {
    padding: 0 20px;
    padding-bottom: 100px;
  }

  .userfees_banner .hw_banner_cnt {
    padding: 0 20px;
    padding-top: 120px;
  }

  .userfees_banner_cnt p:not(.note_txt) {
    font-size: 18px;
    line-height: 28px;
  }

  .table_td .table_td_grid2 {
    padding-left: 0;
  }

  .userfees_wrap .accordion-header {
    padding-right: 0;
  }

  .userfees_banner_cnt {
    margin-bottom: 80px;
  }

  .userfees_wrap .accordion-item .accordion-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .userfees_wrap .accordion-item .accordion-body p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .table_td {
    padding: 0 15px;
  }

  .table_tr {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .table_td:not(:first-child) {
    border-left: 1px solid transparent;
  }

  .table_td:first-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .userfees_wrap .accordion-item .accordion-button:after {
    right: 10px;
  }

  .table_tr_inner_td {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .table_tr_inner .table_td.table_desk {
    display: none;
  }

  .table_td .table_td_grid2 span {
    display: block;
  }

  .table_td .table_td_grid1:after {
    display: none;
  }

  .table_tr:last-child .table_td {
    border-bottom: 1px solid rgba(81, 81, 81, 0.3);
  }

  .no_scollify .inner_banner.userfees_banner {
    padding-top: 0;
    padding: 0;
  }

  .userfees_wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

@media(max-width:768px) {
  .main-img{
    margin-right: 130px;
   
  margin-top: -330px !important;
   
  }
  .One-stop {
    margin-top: -330px;

  }
  .main-video {
  margin-left:500px !important;

  }

  .mobile {
    text-align: center;
    margin-top: -54px !important;
  }

  .card-scan {
    width: 100% !important;
  }

  .mb-100 {
    margin-top: -300px !important;
  }

  .millennials {
    width: 90%;
  }

  .content {
    margin-top: 20px !important;
  }
 

  .ml-100 {
    margin-left: 240px;
    margin-bottom: 200px !important;
    margin-top: -10px;
  }

  .mt-50 {
    margin-top: 10px;
  }

  .qr-code-img-size {
    height: 80px !important;
  }

  .qr-code {
    width: 280px;
  }
}

.qr-code-img-size {
  height: 120px;
}

.heading-font-size {
  font-size: 38px;
  font-weight: 700;
  color: black !important;
  width: 100%;
}
