@charset "UTF-8";
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & classic-editor.scss
 */
/**
 * General - https://codex.wordpress.org/CSS#WordPress_Generated_Classes
 * DO NOT CHANGE THIS FILE
 * to override any of the settings in this section, add your styling code in the custom directory.
 */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sticky {
  position: relative;
  display: block;
}

.hide {
  display: none !important;
}

/**
 * Utility styles
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eeeeee;
  clip: auto !important;
  clip-path: none;
  color: #333333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/**
 * Header styling and layout
 */
.site-header {
  /* Backwards compat for Hello 2.3.0 */
  padding-block-start: 1rem;
  padding-block-end: 1rem;
  position: relative;
}
.site-header .site-header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-header .site-navigation {
  justify-content: flex-end;
}
.site-header .site-branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-header .header-inner .custom-logo-link {
  display: block;
}
.site-header .header-inner .site-branding .site-title,
.site-header .header-inner .site-branding .site-description {
  margin: 0;
}
.site-header .header-inner .site-branding.show-title .site-logo {
  display: none !important;
}
.site-header .header-inner .site-branding.show-logo .site-title {
  display: none !important;
}
.site-header:not(.header-stacked) .header-inner .site-branding {
  max-width: 30%;
}
.site-header:not(.header-stacked) .header-inner .site-navigation {
  max-width: 70%;
}
.site-header.header-inverted .header-inner {
  flex-direction: row-reverse;
}
.site-header.header-inverted .header-inner .site-branding {
  text-align: right;
}
.site-header.header-inverted .header-inner .site-navigation {
  justify-content: start;
}
.site-header.header-stacked .header-inner {
  align-items: center;
  flex-direction: column;
  text-align: center;
}

@media (max-width: 576px) {
  .site-header .header-inner:not(.header-stacked) .site-branding {
    max-width: 80%;
  }
}

/**************************/
/*** Front pay style
/**************************/
body {
  background: #f8fcfd;
}
.clear-box {
  width: 100%;
  clear: both;
}
.right-aligned {
  text-align: right;
}
.page-content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  padding-bottom: 55px;
}
.wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.monochrome-grey-700 {
  color: #323434;
}
.page-section-wrapper {
  max-width: 1240px;
  padding: 40px 20px;
  margin: 0 auto;
}
.flex-box {
  display: flex;
}
.flex-col-50 {
  width: 50%;
}
.gap-20 {
  gap: 20px;
}
.flex-align-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}

.site-header {
  padding-top: 12px;
  padding-bottom: 12px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  background: #f8fcfd;
  transition: all 0.3s ease-in-out;
}
.sticky-header {
  background: #fff;
  box-shadow: 0px 4px 5px 0px rgba(0, 52, 67, 0.16);
  padding-top: 4px;
  padding-bottom: 4px;
}
.header-logo {
  max-width: 135px;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.sticky-header .header-logo {
  max-width: 123px;
}
.lng-switcher,
.lng-switcher a {
  color: #838585;
  font-weight: 600;
  font-size: 15px;
  font-family: "Titillium Web", sans-serif;
  /* text-transform: uppercase; */
}
.lng-switcher .icon {
  vertical-align: middle;
}
.lng-switcher .down-arrow {
  cursor: pointer;
}
.lng-switcher .down-arrow span {
  vertical-align: middle;
  width: 22px;
}
.lng-switcher .header-selected-lng {
  display: inline-block;
  line-height: 24px;
  text-transform: uppercase;
}
.lng-dropdown li {
  list-style-type: none;
}
.lng-dropdown li:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.lng-dropdown li a {
  display: block;
  padding: 6px 16px;
}
.lng-switcher .dropdown {
  position: relative;
}
.lng-switcher .lng-dropdown {
  position: absolute;
  top: 100%;
  left: -35px;
  width: 140px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  padding-top: 20px;
}
.sticky-header .lng-switcher .lng-dropdown {
  padding-top: 16px;
}
/* .lng-switcher .dropdown:hover .lng-dropdown {
  visibility: visible;
  opacity: 1;
} */
.lng-switcher .dropdown .lng-dropdown.active {
  visibility: visible;
  opacity: 1;
}
.lng-switcher .lng-dropdown .lng-dropdown-list {
  background: #fff;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 8px 0;
}
.lng-switcher .lng-dropdown a {
  color: #323434;
}
.lng-dropdown .lng-flag {
  display: inline-block;
  margin-right: 15px;
}
a.primary-btn {
  color: #0088ae;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  border: 1px solid #8ac8da;
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  display: inline-block;
  padding: 0 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  text-align: center;
}
a.primary-btn:hover {
  background: #fff;
  color: #00617c;
}
a.secondary-btn {
  border-radius: 6px;
  background: #0088ae;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
a.secondary-btn:hover {
  color: #fff;
  background: #00617c;
}
.header-right {
  column-gap: 12px;
}
/**************************/
/*** Book a demo page
/**************************/
.book-demo-section-container {
  padding-top: 48px;
  /* max-width: 996px;
  margin: 0 auto; */
}
.book-demo-section-container .git-in-touch {
  padding-top: 72px;
}
.book-demo-section-container .git-in-touch-inner {
  max-width: 488px;
}
.book-demo-section-container .demo-form-col {
  position: relative;
}
.book-demo-section-container .demo-form-col:after {
  content: "";
  position: absolute;
  z-index: 9;
  right: 0;
  top: -48px;
  width: 253px;
  height: 253px;
  background: url(../images/diagonal-line-bg.png) no-repeat;
}
.book-demo-form-inner {
  padding: 28px;
  -webkit-box-shadow: 2px 8px 16px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 8px 16px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  max-width: 488px;
  position: relative;
  z-index: 20;
}
.demo-form-col .left-shape-bg:before {
  content: "";
  position: absolute;
  z-index: 9;
  left: -80px;
  bottom: 60px;
  width: 320px;
  height: 320px;
  background: url(../images/solid-circle-bg.png) no-repeat;
}
.demo-form-col .left-shape-bg::after {
  content: "";
  position: absolute;
  z-index: 9;
  left: -80px;
  bottom: 28px;
  width: 53px;
  height: 105px;
  background: url(../images/shape-right.png) no-repeat;
  transform: rotate(180deg);
}
.fpay-form .form-header {
  color: #004b60;
  font-size: 18px;
  line-height: 1.46;
}
.entry-content {
  font-size: 17px;
  line-height: 1.64;
  letter-spacing: 0.34px;
  color: #000;
}
.git-in-touch .entry-content {
  color: #323434;
}
.git-in-touch .phone-number {
  margin-bottom: 0;
  font-family: "Titillium Web", sans-serif;
}
.git-in-touch .phone-number a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  color: #00617c;
}
.datepicker--day-name {
  color: #50c9b1;
  font-weight: 700;
}
.datepicker--cell.-disabled- {
  opacity: 0.6;
}
.datepicker--cell.-current- {
  color: #0088ae;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  background: #0088ae;
}
.fpay-form .two-col-row {
  gap: 20px;
}
.fpay-form .two-col-row .form-group {
  width: 50%;
}
.fpay-form .form-group {
  padding-bottom: 24px;
}
.fpay-form .form-group.submit-group {
  padding-bottom: 0;
}
.fpay-form .form-field {
  padding: 8px 16px;
  height: 52px;
  font-size: 15px;
  line-height: 1.9;
  color: #1d1f1f;
  border: 1px solid #c6c7c7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fpay-form .form-field:focus {
  border: 1px solid #0088ae;
  outline: 1px solid #0088ae;
}
.fpay-form .error .form-field {
  border: 1px solid #f44336;
}
.fpay-form .error .form-field:focus {
  outline: 1px solid #f44336;
}
.fpay-form textarea.form-field {
  height: 96px;
}
.fpay-form .outlined {
  position: relative;
  margin-top: 20px;
}
.fpay-form .outlined label {
  position: absolute;
  left: 16px;
  top: 13px;
  z-index: 20;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 1.6;
  color: #1d1f1f;
}
.fpay-form .outlined.error label {
  color: #f44336;
}
.fpay-form .outlined.outlined-active label,
.fpay-form .outlined-default-active label,
.fpay-form .outlined .form-field:focus + label {
  top: -10px;
  /* transform: scale(0.75); */
  padding: 4px 4px;
  left: 8px;
  font-size: 11px;
  line-height: unset;
}
.fpay-form #demo-date {
  background: url(../images/date_range.png) no-repeat;
  background-position-x: calc(96%);
  background-position-y: center;
  background-size: 20px;
}
.fpay-form select#demo-time {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url(../images/schedule.png) no-repeat;
  background-position-x: calc(96%);
  background-position-y: center;
  background-size: 20px;
}
.fpay-form .submit-btn {
  background: #0088ae;
  color: #fff;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 20px;
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
}
.fpay-form .submit-btn:hover {
  background: #00617c;
}
.fpay-form .form-note {
  font-size: 11px;
  line-height: 1.46;
  margin-bottom: 5px;
}
.fpay-form input:-internal-autofill-selected {
  background-color: inherit;
}
.fpay-form .fpay-form-section {
  padding-bottom: 20px;
}
.fpay-form .radio-field-choice {
  padding-top: 15px;
  gap: 20px;
}
.fpay-form .fpay-radio-field {
  display: none;
}
.fpay-form .radio-field .radio-label {
  display: inline-block;
  border: 1px solid #c6c7c7;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 8px 25px;
}
.fpay-form .radio-field input:checked + .radio-label {
  border: 1px solid #33a0be;
  outline: 1px solid #33a0be;
  background: #e6f3f7;
}
.fpay-form .fixed-w-radio-group .radio-label {
  width: 120px;
  text-align: center;
}
.book-demo-form .submit-btn {
  padding: 0;
  display: block;
  width: 100%;
  border-radius: 6px;
  position: relative;
}
.book-demo-form .submit-btn .loader {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.book-demo-form.loading .submit-btn .loader {
  display: block;
}
.book-demo-form .submit-btn .loader:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 11px;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #50c9b1;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}
.hidden {
  display: none;
}
.confirmation-msg p {
  margin-bottom: 0;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  color: #50c9b1;
  padding-top: 10px;
}
.confirmation-msg.failed p {
  color: #f44336;
}
.reseller-form .submit-btn {
  width: 100%;
  position: relative;
}
.reseller-form .submit-btn .loader {
  display: none;
}
.reseller-form.loading .submit-btn .loader {
  display: block;
}
.reseller-form .submit-btn .loader:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 11px;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #50c9b1;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h2.page-header {
  font-size: 36px;
  line-height: 1.17;
  padding-bottom: 24px;
  margin-bottom: 0;
}
h1.page-header {
  font-size: 44px;
  line-height: 1.14;
  margin-bottom: 24px;
}
/*******************************/
/***** Footer
/*******************************/
.site-footer {
  padding-top: 20px;
}
.footer-logo-section {
  width: 20%;
}
.footer-logo {
  max-width: 202px;
  margin-bottom: 15px;
}
.footer-col-group {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-family: "Titillium Web", sans-serif;
}
.footer-left-col {
  width: 20%;
}
.footer-right-col {
  width: 71%;
  justify-content: space-between;
  gap: 7%;
}
.footer-widgettitle {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.46;
  /* text-transform: capitalize; */
  margin-bottom: 3px;
}
.footer-widget {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: 0.3px;
  /* text-transform: capitalize; */
}
.footer-left-col .footer-widget strong {
  color: #838585;
}
.footer-address-column {
  color: #000;
}
.footer-widget p a {
  color: #838585;
  transition: all 0.3s ease-in-out;
}
.footer-widget p a:hover {
  text-decoration: underline;
}
.footer-address-column p a {
  color: #000;
}

.footer-menu-container {
  padding: 20px 0 40px 0;
}
#footer-menu {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  gap: 16px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
}

.copyright-section {
  background: #e6f3f7;
  padding: 10px 20px;
  text-align: center;
  font-size: 13px;
  /* text-transform: capitalize; */
  font-family: "Titillium Web", sans-serif;
}
.copyright-section p {
  margin: 0;
  color: #004b60;
}
.copyright-section p a {
  color: #004b60;
  text-decoration: underline;
}
/*******************************/
/***** Country code field
/*******************************/
.phone-field-group .iti {
  width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: #fff;
}
.iti__country-list {
  z-index: 30;
}
.iti__flag-container {
  bottom: 1px;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  left: 1px;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #fff;
}
/*******************************/
/***** Home Page
/*******************************/
#order-tab-section {
  background: url(../images/cropped-circle.png) no-repeat 0 200px;
  /* background-size: contain; */
}
.order-tab-section-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 40px 20px;
}
.order-tab-two-col .col1 {
  width: 40%;
}
.order-tab-two-col .col2 {
  width: 55%;
}
h2.section-header {
  font-size: 40px;
  line-height: 1.2;
}
h3.section-header {
  font-size: 32px;
  line-height: 1.2;
}
.highlights {
  color: #33a0be;
}
.ui-widget.ui-tabs {
  border: unset;
  padding: 0;
  background: transparent;
}
#order-tab .ui-tabs-nav {
  display: flex;
  justify-content: end;
  border-radius: unset;
  background: unset;
  border: unset;
  padding: 5px 0 24px 0;
  overflow: hidden;
}
#order-tab .ui-tabs-nav li {
  border: 1px solid #c6c7c7;
  background: unset;
  border-radius: 60px;
  color: #838585;
  font-size: 16px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  margin: 0 10px 0 0;
  min-width: 127px;
  text-align: center;
  padding: 0 12px;
  height: 44px;
  line-height: 44px;
}
#order-tab .ui-tabs-nav .ui-tabs-anchor {
  padding: 0;
  float: none;
  color: #838585;
  display: block;
}
#order-tab .ui-tabs-nav li:last-child {
  margin: 0;
}
#order-tab .ui-tabs-nav li.ui-state-active {
  background: #33a0be;
  color: #ffffff;
}
#order-tab .ui-tabs-nav li.ui-state-active .ui-tabs-anchor {
  color: #fff;
}
#order-tab .tab-item-inner {
  /* -webkit-box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.25); */
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.25);
}
#order-tab .tab-item-inner img {
  width: 100%;
}
#order-tab .ui-tabs-panel {
  padding: 0;
}
.home-banner-container {
  padding-top: 10px;
  padding-bottom: 40px;
}
.home-banner-inner {
  padding-right: 36px;
}
.home-banner-col1 {
  width: 37%;
}
.home-banner-col2 {
  width: 61%;
}
.banner-btn-list {
  gap: 15px;
  margin-top: 15px;
}
.home-banner-right-inner {
  background-image: url(../images/line-circle-bg.png),
    url(../images/circular-border.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 450px, 390px;
  padding-left: 14%;
  position: relative;
}
.home-banner-right-inner:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 53px;
  height: 105px;
  background: url(../images/shape-right.png) no-repeat;
}
.banner-highlight-info {
  width: 330px;
  padding: 25px 16px;
  border-radius: 24px;
  background: #50c9b1;
  position: relative;
  top: 60px;
  left: 257px;
  /* background: url(../images/diagonal-line.png),  #50c9b1; */
}
.banner-highlight-info .highlight {
  font-size: 28px;
  line-height: 1.21;
  color: #f2fafd;
}
.banner-feature-list {
  width: 292px;
  border: 0.5px solid #e8e8e8;
  background: #fff;
  padding: 8px;
  box-shadow: 0px 5px 10px 0px rgba(0, 52, 67, 0.16);
  border-radius: 24px;
}
.banner-feature-list2 {
  position: relative;
  bottom: 90px;
  left: 247px;
}
.banner-feature-list ul {
  list-style-type: none;
  padding-left: 0;
}
.banner-feature-list ul li {
  padding: 12px 45px 12px 12px;
  font-size: 15px;
  line-height: 1.33;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.banner-feature-list ul li:first-child {
  padding-right: 35px;
}
.banner-feature-list ul li .icon {
  font-size: 28px;
  padding: 8px;
  background: #eefaf8;
  color: #00617c;
  margin-right: 12px;
  border-radius: 10px;
}
.payment-step-inner {
  padding: 0 100px;
  padding-top: 45px;
  padding-bottom: 60px;
}
.payment-steps .owl-dots {
  position: absolute;
  bottom: 0;
  background: #f8fcfd;
  z-index: 999;
}
.owl-carousel button.owl-dot {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #838585;
  font-size: 20px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  border: 1px solid #c6c7c7;
  border-radius: 12px;
  margin-right: 24px;
  outline: none !important;
}
.owl-carousel button.owl-dot.active {
  color: #f2fafd;
  background: #33a0be;
}
.owl-nav {
  position: absolute;
  top: calc(50% - 30px);
  width: 100%;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  color: #007c9e;
  font-size: 40px;
  border: 1px solid #54afc9;
  border-radius: 50%;
  width: 60px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  outline: none !important;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -100px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -100px;
}
.owl-carousel .owl-nav button.owl-prev .icon,
.owl-carousel .owl-nav button.owl-next .icon {
  font-size: 40px;
  line-height: 58px;
}
.owl-prev .icon {
  transform: rotate(180deg);
}
.payment-step-item-inner {
}
.payment-step-item-left {
  width: 49%;
}
.payment-step-item-right {
  width: 43%;
  /* background: url(../images/solid-circle-bg.png) no-repeat center center;
  background-size: contain; */
}
.payment-step-item-right img {
  max-width: 333px;
  margin: 0 auto;
}
.payment-step-inner .section-header {
  /* width: 49%; */
  text-align: center;
  margin-bottom: 40px;
}
.payment-steps h6 {
  color: #007c9e;
  font-size: 18px;
  line-height: 1.33;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.payment-steps h4 {
  color: #004b60;
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 18px;
}
#payment-method-section {
  max-width: 1120px;
  padding-top: 60px;
  padding-bottom: 60px;
}
#payment-method-section .payment-method-inner {
  gap: 40px;
}
#payment-method-section .payment-method-left {
  width: 44%;
  position: relative;
}
#payment-method-section .payment-method-right {
  flex: 1;
}
#payment-method-section .payment-method-left img {
  position: relative;
  z-index: 21;
}
#payment-method-section .payment-method-left:before {
  content: "";
  position: absolute;
  z-index: 20;
  left: 0;
  top: 20px;
  width: 161px;
  height: 105px;
  background: url(../images/shape-straight.png) no-repeat;
}
.arrow-btn .icon {
  vertical-align: middle;
  margin-left: 4px;
  padding-bottom: 2px;
}
a.arrow-btn {
  font-size: 16px;
  padding: 0 22px;
}
.highlight-text {
  color: #33a0be;
}
.payment-method-list {
  gap: 22px;
  margin-top: 30px;
  flex-flow: wrap;
}

#payment-feature-section {
  padding-top: 60px;
  padding-bottom: 40px;
}
.payment-feature-inner {
  flex-flow: wrap;
}
.payment-feature-item {
  width: 33.33%;
  width: calc(33.33% - 13.4px);
  position: relative;
}
.payment-feature-item .section-header .highlights {
  display: block;
}
.payment-feature-item .payment-feature-box {
  border-radius: 30px;
  border: 0.5px solid #c6c7c7;
  box-shadow: 0px 4px 5px 0px rgba(0, 52, 67, 0.16);
  padding: 20px;
  background: #fff;
  position: relative;
  height: 100%;
}
.payment-feature-item:first-child {
  padding: 20px 12px;
}
.payment-feature-box .icon {
  border-radius: 18px;
  background: #eefaf8;
  padding: 10px;
  color: #00617c;
  font-size: 40px;
  margin-bottom: 15px;
}
.payment-feature-box .upcoming {
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  display: inline-block;
  background: #50c9b1;
  font-size: 16px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  color: #fff;
  border-radius: 30px;
}
.payment-feature-box h5 {
  margin-bottom: 8px;
  line-height: 1.27;
}
.payment-feature-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #1d1f1f;
}

#testimonial-section {
  padding-bottom: 100px;
  padding-top: 40px;
}
.testimonial-section-inner {
  padding: 60px 102px 90px 102px;
  border-radius: 30px;
  border: 0.5px solid #c6c7c7;
  background: #fff;
}
.testimonial-section-header {
  position: relative;
  z-index: 21;
  margin-top: 45px;
}
.testimonial-section-header:before {
  content: "";
  position: absolute;
  z-index: 20;
  left: -20px;
  top: -45px;
  width: 90px;
  height: 90px;
  background: url(../images/chat-icon.png) no-repeat;
}
.testimonial-section-header:after {
  content: "";
  position: absolute;
  z-index: 10;
  left: -70px;
  top: 0;
  width: 165px;
  height: 165px;
  background: url(../images/chat-icon-bg.png) no-repeat;
}
#testimonial-section .section-header {
  width: 50%;
  padding-left: 40px;
  padding-right: 20px;
  position: relative;
  z-index: 21;
}
.testimonial-slider-wrapper {
  padding-top: 40px;
}
.testimonial-carousel .owl-item {
  padding-left: 40px;
  padding-right: 55px;
}
.testimonial-carousel .owl-item.active {
  border-right: 0.5px solid #c6c7c7;
}
.testimonial-item .testimonial-header {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.357;
  margin-bottom: 15px;
}
.testimonial-item .testimonial-text {
  color: #323434;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 28px;
}
.testimonial-item .testimonee-name {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 0;
}
.testimonial-item .testimonee-designation {
  font-size: 14px;
  line-height: 1.428;
  font-family: "Titillium Web", sans-serif;
}
.testimonial-carousel .owl-stage {
  display: flex;
}
.testimonial-carousel .owl-stage-outer {
  margin-right: 4px;
}
.testimonial-nav .icon {
  font-size: 40px;
  line-height: 58px;
  color: #007c9e;
  border: 1px solid #54afc9;
  border-radius: 50%;
  width: 60px;
  text-align: center;
  cursor: pointer;
}
.testimonial-nav .icon.prev-test {
  transform: rotate(180deg);
  margin-right: 40px;
}

.home-slider-item {
  position: relative;
}
.home-slider-item .home-slider-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;

  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home-slider-content-wrapper {
  width: 100%;
}
.home-slider-item .home-slider-content-inner {
  margin-left: 0;
  max-width: 744px;
}
.home-slider-content-inner .slider-heading {
  font-size: 48px;
  line-height: 1.16;
  text-shadow: 0px 4px 32px rgba(0, 25, 32, 0.15);
  margin-bottom: 24px;
  color: #fff;
}
.home-slider-content-inner p {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.5px;
  text-shadow: 0px 4px 32px rgba(0, 25, 32, 0.75);
}
.home-slider-content-inner .slider-btn-list {
  padding-top: 30px;
}
.home-slider-content-inner .slider-feature-list {
  gap: 16px;
  padding-top: 24px;
}
.slider-feature-list .slider-feature-item {
  width: 192px;
  background: #fff;
  box-shadow: 0px 4px 32px 0px rgba(0, 25, 32, 0.15);
  border-radius: 10px;
  padding: 20px 12px;
  text-align: center;
  color: #00617c;
}
.slider-feature-list .slider-feature-item .feature-text {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.34px;
  line-height: 1.29;
  padding-top: 15px;
  font-family: "Titillium Web", sans-serif;
}
.slider-feature-list .feature-icon .icon {
  font-size: 40px;
  background: #eefaf8;
  padding: 10px;
  border-radius: 10px;
}
.owl-carousel.home-banner-carousel button.owl-dot {
  width: 24px;
  height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  background: transparent;
  border: none;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.owl-carousel.home-banner-carousel button.owl-dot.active {
  border: 2px solid #fff;
  opacity: 1;
}
.home-banner-carousel button.owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
.home-banner-carousel {
  position: relative;
}
.home-banner-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: 40px;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 12px;
}
.home-banner-carousel .owl-stage-outer {
  transform: translateX(-1px);
}
#faq-section {
  max-width: 1000px;
  margin-top: 40px;
}
.center-text {
  text-align: center;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.faq-sections-container {
  padding-bottom: 20px;
}
.faq-section {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
}
.faq-list-box {
  background: #e6f3f7;
  padding: 10px 30px;
  border-radius: 12px;
  box-shadow: 2px 8px 16px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
}
.show-more-faq {
  padding-top: 20px;
  padding-bottom: 20px;
}
.faq-list .faq-item {
  padding: 10px 0;
  /* border-top: 1px solid #c6c7c7; */
}
.faq-list .faq-item.hidden-item {
  display: none;
}
.faq-list .faq-item:first-child {
  border-top: none;
}
.faq-list .faq-item .faq-title {
  margin-bottom: 0;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
}
.faq-list .faq-item .faq-title .faq-toggle-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #33a0be;
}
.faq-list .faq-item .faq-content {
  display: none;
  padding-top: 20px;
}
.faq-item .faq-content ul li,
.faq-item .faq-content ol li {
  padding-bottom: 10px;
}
.faq-item .faq-content ul li:last-child,
.faq-item .faq-content ol li:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .footer-col-group {
    display: block;
  }
  .footer-left-col {
    width: 100%;
    padding-bottom: 30px;
  }
  .footer-right-col {
    width: 100%;
  }
  .book-demo-section-container {
    display: block;
  }
  .book-demo-section-container .git-in-touch {
    padding-top: 0;
    width: 100%;
  }
  .book-demo-section-container .git-in-touch-inner {
    max-width: unset;
  }
  .book-demo-section-container .demo-form-col {
    width: 100%;
    margin-top: 60px;
    padding-right: 15px;
  }
  .payment-feature-item {
    width: calc(50% - 10px);
  }
  .testimonial-section-inner {
    padding: 60px 20px 90px 70px;
  }
  #testimonial-section .section-header {
    width: unset;
    flex: 1;
  }
  .testimonial-section-header .testimonial-nav {
    width: 150px;
  }
  .testimonial-carousel .owl-item.active {
    border-right: unset;
  }
  .testimonial-nav .icon.prev-test {
    margin-right: 25px;
  }
  .banner-btn-list a {
    padding: 0 15px;
  }
  .home-banner-right-inner {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1023px) {
  .footer-right-col {
    display: block;
  }
  .fpay-form .two-col-row {
    display: block;
  }
  .fpay-form .two-col-row .form-group {
    width: 100%;
  }
  .order-tab-two-col {
    display: block;
  }
  .order-tab-two-col .col1 {
    width: 100%;
    padding-bottom: 4px;
  }
  .order-tab-two-col .col2 {
    width: 100%;
  }

  .hide-mobile {
    display: none;
  }
  .site-header,
  .sticky-header {
    box-shadow: 0px -1px 0px 0px #e9eaeb inset;
  }
  body.mobile-menu-active {
    max-height: 100vh;
    overflow-y: hidden;
  }
  .hamberger-icon {
    display: inline-block;
  }
  .hamberger-icon img {
    display: block;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 200;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  body.mobile-menu-active .mobile-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-menu-inner {
    position: relative;
    height: 100%;
    background: #fff;
    width: 90%;
    max-width: 290px;
    float: right;
    padding: 48px 8px 0 12px;
  }
  .mobile-menu-inner .language-header {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 18px;
    display: block;
    color: #838585;
  }
  .mobile-menu-inner .language-list {
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .mobile-menu-inner .language-list li {
    padding: 8px;
    border-radius: 4px;
  }
  .mobile-menu-inner .language-list li.current-lang {
    background: #e6f3f7;
  }
  .mobile-menu-inner .language-list li a {
    color: #323434;
    font-size: 15px;
    line-height: 1.66;
    display: inline-block;
  }
  .mobile-menu-inner .lng-flag {
    margin-right: 14px;
    display: inline-block;
    padding-top: 3px;
    vertical-align: middle;
  }
  .mobile-menu-inner .lng-flag img {
    width: 24px !important;
    height: auto !important;
  }
  .mobile-header-btn-container .link-btn a {
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }
  .home-banner-col1 {
    width: 100%;
  }
  .banner-btn-list {
    flex-direction: column;
    gap: 12px;
  }
  .banner-btn-list a {
    width: 210px;
    padding: 0 10px;
    text-align: center;
  }
  #order-tab-section {
    background: url(../images/hand-holding-phone.png) no-repeat;
    background-position-x: calc(100% + 10px);
    /* padding-top: 180px;
    margin-top: -140px; */
  }
  #order-tab-section h2.section-header {
    padding-right: 105px;
  }
  .order-tab-two-col .entry-content {
    padding-right: 55px;
  }
  h1.page-header {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 14px;
  }
  h2.section-header {
    font-size: 32px;
    line-height: 1.25;
  }
  .home-banner-inner {
    padding-right: 0;
  }
  #order-tab .ui-tabs-nav {
    flex-wrap: wrap;
    justify-content: start;
  }
  #order-tab .ui-tabs-nav li {
    margin: 0 8px 8px 0;
  }
  .payment-step-inner .section-header {
    text-align: left;
  }
  .payment-step-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .payment-step-item-left {
    width: 100%;
  }
  .mobile-payment-step-img {
    text-align: center;
  }
  .owl-carousel.payment-steps {
    padding-bottom: 95px;
  }
  .owl-carousel.payment-steps .owl-nav {
    display: none;
  }
  .owl-carousel button.owl-dot {
    margin-bottom: 7px;
  }
  .payment-steps .owl-dots {
    bottom: -14px;
  }
  #payment-method-section {
    padding-bottom: 25px;
    padding-top: 30px;
  }
  #payment-method-section .payment-method-right .section-header {
    background: url(../images/shape-straight.png) no-repeat left bottom;
    padding-top: 15px;
  }
  .payment-method-list {
    gap: 0;
  }
  .payment-method-list .payment-method-item {
    width: 50%;
    text-align: center;
    margin: 8px 0;
  }
  #payment-feature-section {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .hide-desktop .payment-feature-item {
    padding: 0 0 20px 0;
  }
  .payment-feature-item-mobile {
    display: flex;
    gap: 12px;
    align-items: center;
    padding-bottom: 26px;
  }
  .payment-feature-item-mobile .icon {
    width: 24px;
    font-size: 24px;
    color: #33a0be;
  }
  .payment-feature-item-mobile .feature-title {
    flex: 1;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .feature-list-title {
    color: #004b60;
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 18px;
  }
  .feature-upcoming-list {
    padding-top: 18px;
  }
  #testimonial-section {
    background: #fff;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .testimonial-section-inner {
    padding: 50px 0 50px 0;
    border: unset;
  }
  #testimonial-section .section-header {
    padding: 0;
  }
  .testimonial-section-header {
    margin-top: 0;
  }
  .testimonial-item .testimonial-header {
    font-size: 24px;
  }
  .testimonial-section-header:after {
    left: inherit;
    right: -20px;
    top: 50px;
  }
  .testimonial-section-header:before {
    left: -41px;
    top: -34px;
    width: 64px;
    height: 64px;
    background-size: 64px;
  }
  .testimonial-slider-wrapper {
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .testimonial-carousel .owl-item {
    padding-left: 0;
    padding-right: 0;
  }
  .testimonial-nav .icon {
    font-weight: 200;
  }
  .site-footer {
    padding-top: 30px;
  }
  .footer-logo-section {
    width: 100%;
  }
  .footer-address-column {
    padding-bottom: 10px;
  }
  .footer-left-col {
    border-bottom: 0.5px solid #c6c7c7;
    padding-bottom: 5px;
    margin-bottom: 24px;
  }
  .footer-menu-container {
    display: none;
  }
  h2.page-header {
    font-size: 32px;
    line-height: 1.25;
  }
  .book-demo-section-container {
    padding-top: 30px;
  }
  .git-in-touch-inner h2.page-header {
    padding-bottom: 15px;
  }
  /* .book-demo-section-container .demo-form-col:after, */
  .demo-form-col .left-shape-bg:before,
  .demo-form-col .left-shape-bg::after {
    display: none;
  }
  .book-demo-form-inner {
    box-shadow: unset;
    border-radius: unset;
    max-width: 100%;
    padding: 28px 0;
  }
  .book-demo-section-container .demo-form-col {
    padding-right: 0;
    position: relative;
    margin-top: 40px;
  }
  .book-demo-section-container .demo-form-col:before {
    content: "";
    position: absolute;
    left: -20px;
    width: 20px;
    height: 100%;
    z-index: 99;
    background: #fff;
  }
  .book-demo-section-container .demo-form-col:after {
    content: "";
    position: absolute;
    right: -20px;
    width: 20px;
    height: 100%;
    z-index: 99;
    background: #fff;
    top: 0;
  }
  .page-content-wrapper {
    padding-bottom: 10px;
  }
  .fpay-form .form-group {
    padding-bottom: 14px;
  }
  .fpay-form.book-demo-form .form-group.message-field-group {
    padding-bottom: 0;
  }
  .home-slider-content-inner .slider-heading {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 12px;
  }

  .home-slider-item .home-slider-content-inner {
    padding-bottom: 30px;
  }
  .home-slider-content-inner p {
    font-size: 19px;
    line-height: 1.25;
  }
  .home-slider-content-inner .slider-btn-list {
    padding-top: 15px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .home-slider-content-inner .slider-btn-list a {
    min-width: 215px;
  }
  .home-slider-content-inner .slider-feature-list {
    padding-top: 12px;
    flex-direction: column;
    gap: 20px;
  }
  .slider-feature-list .slider-feature-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .slider-feature-list .slider-feature-item .feature-text {
    padding-top: 0;
    text-align: left;
  }
  .home-banner-carousel .owl-dots {
    bottom: 20px;
  }
  .slider-feature-list .feature-icon .icon {
    font-size: 28px;
    padding: 8px;
  }
}
@media screen and (max-width: 640px) {
  .payment-feature-item {
    width: 100%;
  }
  .faq-list .faq-item .faq-title {
    font-size: 17px;
  }
}

@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none;
  }
}
