:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #f93c74;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: 'gordita', -apple-system, BlinkMacSystemFont,
    'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans',
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

footer,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: 'gordita', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #444;
  text-align: left;
  background: #fff;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

strong {
  font-weight: bolder;
}

a {
  color: #f93c74;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #e20748;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
    'Courier New', monospace;
  font-size: 1em;
}

img {
  vertical-align: middle;
  border-style: none;
}

.svg-home {
  padding: 4px 6px 4px 6px;
  border-radius: 5px;
  font-size: 11px;
  background-color: #5977d9;
  color: #fff;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

[role='button'] {
  cursor: pointer;
}

button,
[type='button'],
[type='reset'] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

.banner-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 39%;
}
.banner-slider .owl-nav button.owl-prev {
  background-image: url(../images/icons/prv.svg) !important;
  border: none;
  left: -50px;
  background-size: cover !important;
  width: 23px;
  height: 26px;
  position: absolute;
  background-color: transparent;
}
.banner-slider .owl-nav button.owl-next {
  background-image: url(../images/icons/nxt.svg) !important;
  border: none;
  right: -20px;
  background-size: cover !important;
  width: 23px;
  height: 26px;
  position: absolute;
  background-color: transparent;
}
.section-wrapper.section-wrapper-line {
  border-top: 2px solid #f93c74;
  position: relative;
  margin-top: 5rem;
}
.section-wrapper.section-wrapper-line-2 {
  position: relative;

}
.section-wrapper.section-wrapper-line:before {
  content: '';
  height: 5rem;
  position: absolute;
  background: #ffffff;
  width: 25%;
  border-top: 2px solid #f93c74;
  border-right: 2px solid #f93c74;
  top: -5rem;
  left: 2%;
  transform: skewX(30deg);
}
.section-wrapper.section-wrapper-line-2:before {
  content: '';
  height: 5rem;
  position: absolute;
  background: #ffffff;
  width: 25%;
  top: -5rem;
  left: 2%;
  transform: skewX(30deg);}
.section-wrapper.section-wrapper-line:after {
  content: '';
  height: 5rem;
  position: absolute;
  width: 15%;
  background: #ffffff;
  left: 0;
  top: -5rem;
  border-top: 2px solid #f93c74;
}
.section-wrapper.section-wrapper-line-2:after {
  content: '';
  height: 5rem;
  position: absolute;
  width: 15%;
  background: #ffffff;
  left: 0;
  top: -5rem;
}

#Group_5676,
#Group_4676,
#Group_4679,
#Group_4675,
#Group_4677,
#Group_5677,
#Group_468911 {
  animation: connection 0.4s infinite linear normal;
}
#Group_468811 {
  animation: connectionRevers 0.4s infinite linear reverse;
}
@keyframes connectionRevers {
  0% {
    stroke-dashoffset: 10;
  }
  100% {
    stroke-dashoffset: 22;
  }
}

@keyframes connection {
  0% {
    stroke-dashoffset: 10;
  }
  100% {
    stroke-dashoffset: 22;
  }
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border-radius:1rem;
}

.header-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -50px;
  margin-left: 0px;
}

.col-6,
.col-12,
.col,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-12,
.col-lg-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .company-section {
    margin-top: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 37.66667%;
    max-width: 37.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
}
.mobile-video {
  width: 60%;
  margin-left: 16rem;
  object-fit: fill;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .mobile-video {
    margin-left: 5rem;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #fdb8cc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(249, 60, 116, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #444;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #444;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(249, 60, 116, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-primary {
  color: #fff;
  background-color: #f93c74;
  border-color: #f93c74;
}

.btn-primary:hover {
  color: #fff;
  background-color: #f8175a;
  border-color: #f70b51;
}

.btn-primary:focus {
  color: #fff;
  background-color: #f8175a;
  border-color: #f70b51;
  box-shadow: 0 0 0 0.2rem rgba(250, 89, 137, 0.5);
}

.btn-primary:disabled {
  color: #fff;
  background-color: #f93c74;
  border-color: #f93c74;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f70b51;
  border-color: #ee074c;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 89, 137, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #444;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-size: cover;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-new {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #444;
  text-align: left;
  list-style: none;
  /* background-color: #fff; */
  /* background-image: url('../../assets/images/banners/LineBg.png'); */
  background-size: cover;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f93c74;
}

.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu-new.show {
  display: block;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control {
  margin-left: -1px;
}

.input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-append {
  display: flex;
}

.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-append .btn + .btn {
  margin-left: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f93c74;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.navbar-nav .dropdown-menu-new {
  position: static;
  float: none;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-new {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .redblacksection .imageBlock .bgImg.left-img {
    position: absolute;
    left: 0;
    width: 570px;
    height: auto;
  }
  .redblacksection .imageBlock .iconImgLeft {
    position: absolute;
    top: 35px;
    right: 200px;
    width: 325px;
    height: auto;
  }

  .redblacksection .imageBlockNew .iconImgRight {
    position: absolute;
    top: 70px;
    right: 280px;
    width: 325px;
    height: auto;
  }
  .redblacksection .imageBlock {
    order: 1;
    padding: 0;
    margin: 0;
    width: auto;
    height: 500px;
    text-align: right;
  }
  .redblacksection .textBlockRight {
    height: 100%;
    transform: translateY(20%);
  }

  .redblacksection .textBlockLeft {
    height: 100%;
    transform: translateY(35%);
  }
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-body-2 {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: '';
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active {
  display: block;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-white {
  background-color: #fff !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

.d-none {
  display: none !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .icon-name-box {
    padding-left: 0.5rem !important;
  }
  .icon-name-box {
    padding-right: 0.5rem !important;
  }
  .redblacksection .mdLeft {
    order: 1;
  }
  .position-relative .mdLeft {
    position: absolute;
    left: 0;
  }
  .redblacksection .textBlock {
    padding-left: 0;
    padding-right: 0;
  }
  .redblacksection .textBlock {
    order: 1;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-content-center {
  align-content: center !important;
}

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-100 {
  height: 100% !important;
}

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

.mr-0 {
  margin-right: 0 !important;
}

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

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-1 {
  margin-top: 0rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
}

.my-2 {
  margin-bottom: 0.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

.pb-0 {
  padding-bottom: 0 !important;
}

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.py-1 {
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.my-auto {
  margin-bottom: auto !important;
}

.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .my-lg-0 {
    margin-bottom: 0 !important;
  }
}

.text-left {
  text-align: left !important;
}

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

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .section-wrapper {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.text-white {
  color: #fff !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.visible {
  visibility: visible !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
}

/* bootstrap end */

body {
  overflow-x: hidden;
}

.bg-black {
  background-color: #000 !important;
}

.customNavbar.affix {
  background-color: #000;
  box-shadow: 5px 10px 30px #00000070;
}

#homePage .customNavbar {
  margin-bottom: -104px;
  z-index: 1024;
}

#homePage .customNavbar.sticky-top {
  background-color: #000;
  top: -1px;
  box-shadow: 5px 10px 30px #00000070;
}

footer {
  background-color: #000;
  color: #fff;
  font: normal normal normal 14px/20px gordita;
  letter-spacing: 0;
  text-align: left;
}

footer ul li a {
  color: #fff;
  line-height: 36px;
}

footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.animatebtn {
  padding-right: 80px;
  position: relative;
}

@media (max-width: 767.98px) {
  .animatebtn {
    padding-right: 68px;
  }
  .svg-banner-mobile {
    margin-bottom: 50px;
  }
}

.animate-arrow {
  width: 15px;
  display: inline-block;
  position: absolute;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 15px;
  background-position: center;
  top: -50%;
  transform: translateY(50%);
  margin-top: 0;
  right: 50px;
}

.animate-arrow .animate-arrow-first {
  background-image: url(../images/icons/svg-arrow-single-icon.svg);
  width: 100%;
  display: inline-block;
  position: absolute;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: -10px;
  background-position: center;
  top: 0;
  opacity: 0.4;
  animation: arrowanimation 1.2s linear infinite;
}

.animate-arrow:before {
  content: '';
  background-image: url(../images/icons/svg-arrow-single-icon.svg);
  width: 100%;
  display: inline-block;
  position: absolute;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 6px;
  background-position: center;
  top: 0;
  opacity: 0.5;
  animation: arrowanimation1 1.2s linear infinite;
}

.animate-arrow:after {
  content: '';
  background-image: url(../images/icons/svg-arrow-single-icon.svg);
  width: 100%;
  display: inline-block;
  position: absolute;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 20px;
  background-position: center;
  top: 0;
  opacity: 1;
  animation: arrowanimation2 1.2s linear infinite;
}

@media (max-width: 767.98px) {
  .animate-arrow {
    right: 35px;
  }
}

@keyframes arrowanimation {
  0% {
    opacity: 0.1;
  }
  33% {
    opacity: 0.4;
  }
  66% {
    opacity: 0.1;
  }
  100%,
  80% {
    opacity: 0.1;
  }
}

@keyframes arrowanimation1 {
  0% {
    opacity: 0.2;
  }
  33% {
    opacity: 0.2;
  }
  66% {
    opacity: 0.5;
  }
  100%,
  80% {
    opacity: 0.2;
  }
}

@keyframes arrowanimation2 {
  0% {
    opacity: 0.3;
  }
  33% {
    opacity: 0.3;
  }
  66% {
    opacity: 0.3;
  }
  100%,
  80% {
    opacity: 1;
  }
}

@supports ((background-clip: text) or (-webkit-background-clip: text)) and
  ((text-fill-color: transparent) or (-webkit-text-fill-color: transparent)) {
  .accordion-simple .acco-head,
  .accordion-simple .acco-head.collapsed:hover,
  .accordion-simple .acco-head:hover,
  .text-gradient {
    color: inherit;
    background: transparent linear-gradient(237deg, #f93576 0, #f96765 100%) 0 0
      no-repeat padding-box;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }
}

@supports ((background-clip: text) or (-webkit-background-clip: text)) and
  ((text-fill-color: transparent) or (-webkit-text-fill-color: transparent)) {
  .accordion-simple .acco-head.collapsed {
    background: transparent linear-gradient(237deg, #000 0, #000 100%) 0 0
      no-repeat padding-box;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }
}

.body-text-color {
  color: #444;
}

.card-para p {
  font-size: 1.25rem;
}

.customNavbar .dropdown-menu {
  padding: 1.5rem;
  width: 400px;
  border-radius: 6px;
  box-shadow: 0 3px 25px #00000029;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.customNavbar .dropdown-menu-new {
  padding: 1.5rem;
  width: 400px;
  border-radius: 6px;
  box-shadow: 0 3px 25px #00000029;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .customNavbar .dropdown-menu {
    width: auto;
    padding: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .customNavbar .dropdown-menu-new {
    width: auto;
    padding: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.alert {
  background: transparent linear-gradient(237deg, #f93576 0, #f96765 100%) 0 0
    no-repeat padding-box;
  color: #fff;
  border: #ffdead;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  border-radius: 0;
  margin-top: -1px;
  z-index: 5;
}

@media (min-width: 320px) {
  #navbarScroll ul li a {
    padding: 15px;
  }
  #navbarScroll ul {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  .customNavbar {
    background-color: transparent;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  #navbarScroll ul li a {
    padding: 28px 15px;
  }
  #navbarScroll ul {
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
  }
  .customNavbar {
    background-color: transparent;
    font-size: 16px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #navbarScroll ul li a {
    padding: 0 12px;
  }
  .navbarScroll ul {
    margin-left: 38px !important;
  }
}

ul.components li a {
  color: #fff;
}

ul.components li a[aria-expanded='true'] {
  color: #000;
}

#sidebar {
  display: none;
}

#sidebar.active {
  margin-right: 0;
  background-color: #ffffff90 !important;
  position: fixed;
  top: 0;
  z-index: 1026;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  display: block !important;
}

body.sideBarOpen {
  overflow: hidden;
  background-color: #00000099;
}

#sidebar ul.components {
  padding: 20px 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

.sideBarCloseBtn {
  font-size: 1.7rem;
  font-weight: 400;
}

#sidebar ul li a {
  padding: 20px;
  font-size: 1.1rem;
  display: block;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid #e4e4e418;
}

#sidebar a[aria-expanded='true'],
#sidebar ul li.active > a {
  color: #000;
  background: #f5f7fa;
}

#sidebar a[data-toggle='collapse'] {
  position: relative;
}

#sidebar a[aria-expanded='true']::after {
  transform: rotateZ(225deg);
  margin-top: 0;
}

ul.components ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #f5f7fa;
  color: #252525;
  text-decoration: none;
}

/* #sidebar ul li a:hover {
	color: #000;
	background: #fff
} */

ul.components li a[aria-expanded='true']:hover {
  background: #f5f7fa !important;
}

/* ul.components li a[aria-expanded=false]:hover {
	background: #000!important;
	color: #fff!important
} */

.btn.rounded-pill:hover {
  background: transparent linear-gradient(237deg, #f93576 0, #f96765 100%) 0 0
    no-repeat padding-box;
  color: #fff;
  border: transparent;
}

footer,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

a {
  color: #f93c74;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #e20748;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
    'Courier New', monospace;
  font-size: 1em;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

[role='button'] {
  cursor: pointer;
}

[type='button'],
[type='reset'],
button {
  -webkit-appearance: button;
}

[type='button']:not(:disabled),
[type='reset']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

.whoIsThisForSection .wrapper {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 1px;
}

#faqAccordion .card .card-header {
  padding: 15px 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}

@supports ((background-clip: text) or (-webkit-background-clip: text)) and
  ((text-fill-color: transparent) or (-webkit-text-fill-color: transparent)) {
  #faqAccordion .card .card-header button {
    background: transparent linear-gradient(237deg, #f93576 0, #f96765 100%) 0 0
      no-repeat padding-box;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }
}

@supports ((background-clip: text) or (-webkit-background-clip: text)) and
  ((text-fill-color: transparent) or (-webkit-text-fill-color: transparent)) {
  #faqAccordion .card .card-header button.collapsed {
    background: transparent linear-gradient(237deg, #000 0, #000 100%) 0 0
      no-repeat padding-box;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }
}

#faqAccordion .card .card-header .btn:focus {
  box-shadow: none;
}

#faqAccordion .card {
  border-radius: 0;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #f9546b !important;
}

#faqAccordion .card .card-header svg {
  margin: auto;
  position: relative;
  left: 4px;
  bottom: 2px;
}

#faqAccordion .card .card-header span {
  position: absolute;
  right: 0;
  margin-top: 6px;
  color: #000;
  padding: 3px;
  background-color: #f5f7fa;
  border-radius: 100%;
  line-height: normal;
  height: 28px;
  width: 28px;
  font: normal normal normal 16px/28px 'Gordita Regular';
}

.colorF93F72 {
  color: #f93f72;
}

.homeBannerSection .leftHeading {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  margin: auto;
  text-align: left;
  color: #fff;
}

.homeBannerSection .leftHeading h1 {
  color: #fff !important;
}

.homeBannerSection .subTitle {
  margin-top: 82px;
  text-align: center;
  color: #fff;
}

.homeBannerSection .subTitle span {
  background: #f96765;
  background: -webkit-linear-gradient(top right, #f96765 65%, #f93576 90%);
  background: -moz-linear-gradient(top right, #f96765 65%, #f93576 90%);
  background: linear-gradient(top right, #f96765 65%, #f93576 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 90%;
  padding-top: 3px;
  display: inline-block;
}

.videoTitleSection {
  text-align: center;
  background: url(../images/banners/Mask-Group-58.svg);
  background-position: center;
  background-size: cover;
  margin-top: -85px;
}

.videoTitleSection video {
  width: 970px;
  height: 614px;
  border-radius: 30px;
  background: #000;
  margin-top: 60px;
}

.whoIsThisForSection {
  text-align: center;
}

.whoIsThisForSection ul li a {
  font-size: 0 !important;
  padding: 32px 52px;
  margin-left: 10px;
  margin-right: 10px;
  width: 152px;
  height: 109px;
}

.whoIsThisForSection ul li:nth-child(1) a {
  background: url(../images/icons/006-device-2.svg);
  background-position: center;
  background-repeat: no-repeat;
  color: #d2d2d3;
  background-color: #f5f7fa;
  border-color: #f5f7fa;
}

.whoIsThisForSection ul li:nth-child(2) a {
  background: url(../images/icons/Group4007.svg);
  background-position: center;
  background-repeat: no-repeat;
  color: #d2d2d3;
  background-color: #f5f7fa;
  border-color: #f5f7fa;
}

.whoIsThisForSection ul li:nth-child(3) a {
  background: url(../images/icons/015-money.svg);
  background-position: center;
  background-repeat: no-repeat;
  color: #d2d2d3;
  background-color: #f5f7fa;
  border-color: #f5f7fa;
}

.whoIsThisForSection ul li:nth-child(1) a.active {
  background: url(../images/icons/006-device.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.whoIsThisForSection ul li:nth-child(2) a.active {
  background: url(../images/icons/Group4009.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.whoIsThisForSection ul li:nth-child(3) a.active {
  background: url(../images/icons/015-money-2.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.whoIsThisForSection ul li a.active {
  box-shadow: 5px 10px 30px #ff609330;
}

.whoIsThisForSection .contentSec {
  text-align: left;
  height: 100%;
  margin: auto 0;
}

.whoIsThisForSection .contentSec {
  padding: 40px 0;
}

.newLaunchesSection {
  text-align: center;
  background: url(../images/banners/Mask-Group-59.svg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 1194px;
  margin-top: -116px;
}

.readWhatOurCustomersSaySection {
  text-align: center;
  background: url(../images/banners/Group-4074.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 1194px;
}

.aboutUsSection .card h3 {
  text-align: left;
  letter-spacing: 0;
  color: #000;
}

.aboutUsSection .card p {
  text-align: left;
  letter-spacing: 0;
  color: #444;
  margin: 30px 0;
}

.aboutUsSection .card {
  border: 2px solid #000;
  border-radius: 25px;
}

.aboutUsSection .card .card-footer {
  padding: 0;
}

.aboutUsSection .card .card-body {
  padding: 0;
}

.contactUsTodaySection .bgImg {
  text-align: center;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  border-radius: 35px;
}

.contactUsTodaySection {
  padding: 0 !important;
  position: relative;
  margin-bottom: -116px !important;
}

.contactUsTodaySection .contentSec {
  text-align: left;
  padding: 45px;
}

.contactUsTodaySection .contentSec h3 {
  text-align: left;
  font: normal normal normal 60px/90px 'Gordita Medium';
  letter-spacing: 0;
  color: #000;
}

.banner-video {
  padding-top: 77px;
}

@media (max-width: 768px) {
  /* .mobile-button-div-1 {
    margin-top: 75px;
    margin-bottom: 20px;
  }*/
  .mobile-button-div-3 {
    margin-top: 30px;
    /* margin-bottom: 20px; */
  }

  .banner-video {
    padding-top: 55px;
  }
}
@media (min-width: 992px) {
  .redblacksection .imageBlock {
    order: 1;
    padding: 0;
    margin: 0;
    width: 300px;
    height: 288px;
  }
  .redblacksection .imageBlock .bgImg {
    position: absolute;
    width: 570px;
    height: auto;
    right: 0;
  }
  .redblacksection .imageBlock .bgImgNew {
    position: absolute;
    width: 570px;
    height: auto;
    right: 0;
  }
  .redblacksection .imageBlock .iconImg {
    position: absolute;
    top: 100.92px;
    right: 189px;
    width: 300px;
    height: auto;
  }
  .redblacksection .imageBlock .iconImgNew {
    position: absolute;
    top: 100.92px;
    right: 189px;
    width: 300px;
    height: auto;
  }
  .redblacksection .sectionTitle {
    margin-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .redblacksection .imageBlock {
    order: 1;
    padding: 0;
    margin: 0;
    width: 300px;
    height: 288px;
  }
  .redblacksection .imageBlockRight {
    order: 1;
    padding: 0;
    margin: 0;
    width: 300px;
    height: 288px;
    transform: translateY(-60%);
  }
  .redblacksection .imageBlock .bgImg {
    position: absolute;
    width: 300px;
    height: 288px;
    right: 0;
  }
  .redblacksection .imageBlock .bgImgNew {
    position: absolute;
    width: 300px;
    height: 288px;
    right: 0;
    transform: translateY(-85%);
  }
  .redblacksection .imageBlock .iconImg {
    position: absolute;
    top: 52.92px;
    right: 104px;
    width: 179px;
    height: 188px;
  }
  .redblacksection .imageBlock .iconImgNew {
    position: absolute;
    top: 52.92px;
    right: 104px;
    width: 179px;
    height: 188px;
    transform: translateY(-150%);
  }
  .redblacksection .sectionTitle {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .homeBannerSection .leftHeading {
    position: relative;
    top: 10%;
    left: 0;
    right: auto;
    margin: auto;
    text-align: center;
    color: #fff;
    margin-top: 100px;
  }
  .homeBannerSection .leftHeading h1 {
    text-align: center;
    color: #fff;
  }
  .homeBannerSection .subTitle {
    text-align: center;
    padding-bottom: 50px;
    color: #fff;
  }
}

@media (min-width: 768px) {
  .homeBannerSection .leftHeading {
    position: relative;
    top: 10%;
    left: 0;
    right: auto;
    margin: auto;
    text-align: center;
    color: #fff;
    margin-top: 100px;
  }
  .homeBannerSection .leftHeading h1 {
    text-align: center;
    color: #fff;
  }
  .homeBannerSection .subTitle {
    text-align: center;
    padding-bottom: 70px;
    color: #fff;
  }
}

@media (min-width: 320px) {
  #banks-nbfcs-and-digital-lenders,
  #online-businesses-and-developers,
  #payment-aggregators {
    margin-top: 0;
    margin-bottom: 50px;
    min-height: 600px;
  }

  .whoIsThisForSection {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .whoIsThisForSection ul li a {
    font-size: 0 !important;
    padding: 24px 26px;
    margin-left: 10px;
    margin-right: 10px;
    width: 76px;
    height: 55px;
  }
  .whoIsThisForSection ul li:nth-child(1) a,
  .whoIsThisForSection ul li:nth-child(1) a.active,
  .whoIsThisForSection ul li:nth-child(2) a,
  .whoIsThisForSection ul li:nth-child(2) a.active,
  .whoIsThisForSection ul li:nth-child(3) a,
  .whoIsThisForSection ul li:nth-child(3) a.active {
    background-size: 25px 25px;
  }
  .whoIsThisForSection .textBlock {
    order: 2;
    text-align: left;
    letter-spacing: 0;
    color: #000;
  }

  .whoIsThisForSection .imageBlock {
    order: 1;
    padding: 0;
    margin: 0;
    width: 300px;
    height: 288px;
  }
  .whoIsThisForSection .imageBlock .bgImg {
    position: absolute;
    width: 300px;
    height: 288px;
    right: 0;
  }
  .whoIsThisForSection .imageBlock .iconImg {
    position: absolute;
    top: 52.92px;
    right: 104px;
    width: 179px;
    height: 188px;
  }
  .whoIsThisForSection .sectionTitle {
    margin-bottom: 20px;
  }

  .whoIsThisForSection .textBlock {
    order: 2;
    text-align: left;
    letter-spacing: 0;
    color: #000;
  }

  /* Red Black Section */

  /* .redblacksection {
    padding-top: 50px;
    padding-bottom: 50px;
  } */

  .faqSection {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .faqSection .col-md-4 {
    order: 2;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .faqSection .col-md-8 {
    order: 1;
  }
  #faqAccordion .card .card-header button {
    padding-left: 0;
    padding-right: 32px;
  }
  #faqAccordion .card .card-header span {
    margin-top: -3px;
  }
  #faqAccordion .card .card-body {
    padding: 0;
    padding-bottom: 32px;
  }
  .trustedByTheBestSection .bgBlack {
    background-color: #000;
    width: 240px;
    height: 448px;
    border: none;
    margin: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    clip-path: polygon(
      0 30px,
      30px 0,
      calc(100% - 30px) 0,
      100% 0,
      100% calc(100% - 30px),
      calc(100% - 30px) 100%,
      0 100%,
      0 calc(100% - 30px)
    );
  }
  .trustedByTheBestSection .bgBlack .row {
    height: 100%;
  }
  .trustedByTheBestSection {
    padding-top: 80px;
    padding-bottom: 200px;
    /* border: 1px solid red; */
    position: relative;
  }
  .trustedByTheBestSection > picture > .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .trustedByTheBestSection {
    text-align: center;
    /* background: url(../images/banners/bg-trusted-by-m.webp); */
    background-position: bottom;
    background-size: cover;
  }
  .trustedByTheBestSection .col-md-12 {
    display: flex;
    justify-content: center;
  }
  .trustedByTheBestSection .col-md-4 {
    align-self: center;
  }
  .aboutUsSection .card {
    height: auto;
    width: 100% !important;
    border: none !important;
    margin: 0;
    border-radius: 0;
    background-color: #eeeff1;
    padding-left: 23.27px;
    padding-top: 33.27px;
    padding-right: 23.27px;
    padding-bottom: 33.27px;
    position: relative;
    overflow: hidden;
    clip-path: polygon(
      0 30px,
      30px 0,
      calc(100% - 30px) 0,
      100% 0,
      100% calc(100% - 30px),
      calc(100% - 30px) 100%,
      0 100%,
      0 calc(100% - 30px)
    );
  }
  .aboutUsSection .card .cardHeader {
    height: auto;
  }
  .aboutUsSection .card-deck {
    margin: 0;
  }
  .aboutUsSection .card .cardHeader .laptopImg {
    margin-top: -18px;
  }
  .aboutUsSection .card.left {
    margin-right: 0;
  }
  .aboutUsSection .card {
    margin-bottom: 40px;
  }
  .aboutUsSection .cardHeader .col-xs-7 {
    padding-right: 0;
  }
  .aboutUsSection .cardHeader .col-xs-5 {
    padding-left: 0;
  }
  .aboutUsSection .card:hover {
    border: none;
    background-color: #fff;
    box-shadow: 5px 10px 30px #eeeff170;
  }
  .aboutUsSection {
    padding-left: 15px;
    padding-right: 15px;
  }
  .aboutUsSection .container {
    padding: 0;
  }
  .contactUsTodaySection .imageBlock {
    position: relative;
    text-align: center;
    margin: auto;
  }
  .contactUsTodaySection .imageBlock .iconImg {
    position: absolute;
    left: 92px;
    top: 22px;
  }
  .contactUsTodaySection .textBlock {
    position: absolute;
    bottom: 34px;
    padding-left: 53px;
    padding-right: 53px;
    z-index: 2;
  }
  .contactUsTodaySection .imageBlock .textBlock h3 {
    font: normal normal normal 32px/44px 'Gordita Medium';
  }
  .contactUsTodaySection .bgImg {
    height: 494px;
    width: 100%;
  }
  .contactUsTodaySection .container {
    display: flex;
    justify-content: center;
  }
  .contactUsTodaySection {
    padding-left: 34px;
    padding-right: 34px;
  }
  .contactUsTodaySection .container {
    padding: 0;
  }
  .aboutUsSection .card-footer .btn {
    height: 42px !important;
  }
  .homeBannerSection {
    /* background: url(../images/banners/bg-hero-mob@Final.webp); */
    background: url(../images/banners/bg-hero-mob%40Final.webp);
    background-position: center 100%;
    background-size: cover;
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .whoIsThisForSection ul li {
    z-index: 3;
  }
  .whoIsThisForSection .textBlock .sectionSubTitle {
    margin-top: 20px;
  }
}

@media (min-width: 480px) {
  #background {
    height: 200px;
  }
  .videoTitleSection {
    height: auto;
    width: 100%;
  }
  .trustedByTheBestSection {
    height: auto;
  }
  .aboutUsSection .card.left {
    margin-right: 20px;
  }
  .aboutUsSection .card .cardHeader {
    min-height: 170px;
  }
  .aboutUsSection .card {
    padding-left: 23.27px;
    padding-top: 33.27px;
    padding-right: 23.27px;
    padding-bottom: 33.27px;
  }
}

@media (min-width: 576px) {
  .btn {
    padding-top: 0.55rem;
    padding-bottom: 0.45rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .aboutUsSection .card {
    padding-left: 33.27px;
    padding-top: 43.27px;
    padding-right: 33.27px;
    padding-bottom: 43.27px;
  }
  .faqSection .col-md-8 {
    order: 2;
  }
  .faqSection .col-md-4 {
    order: 1;
    padding-top: 30px;
  }
  .whoIsThisForSection .textBlock {
    order: 1;
  }
  .whoIsThisForSection .mdRight {
    order: 2;
  }
  #background {
    height: 150px;
  }
  .videoTitleSection {
    height: 800px;
    width: 100%;
  }
  .trustedByTheBestSection {
    width: 100%;
    height: auto;
  }
  .whoIsThisForSection .contentSec {
    padding-left: 90px;
  }
  .trustedByTheBestSection .bgBlack {
    height: 200px;
    width: 100%;
  }
  .contactUsTodaySection .bgImg {
    width: 80vw;
    height: 380px;
  }
  .trustedByTheBestSection {
    text-align: center;
    /* background: url(../images/banners/bg-trusted-by.webp); */
    background-position: left bottom;
    background-size: cover;
  }
  .whoIsThisForSection ul li a {
    font-size: 0 !important;
    padding: 32px 52px;
    margin-left: 10px;
    margin-right: 20px;
    width: 152px;
    height: 109px;
  }
  .whoIsThisForSection ul li:nth-child(1) a,
  .whoIsThisForSection ul li:nth-child(1) a.active,
  .whoIsThisForSection ul li:nth-child(2) a,
  .whoIsThisForSection ul li:nth-child(2) a.active,
  .whoIsThisForSection ul li:nth-child(3) a,
  .whoIsThisForSection ul li:nth-child(3) a.active {
    background-size: 45px 45px;
  }
  .homeBannerSection .leftHeading {
    z-index: 3;
    margin-top: 0;
  }
  .homeBannerSection .leftHeading h1 {
    text-align: left;
    color: #fff;
    margin-right: -180px;
  }
  .whoIsThisForSection .textBlock {
    padding-left: 0;
    padding-right: 0;
  }
  .contactUsTodaySection .mdContent {
    position: absolute;
    right: 0;
  }
  .homeBannerSection {
    /* background: url(../images/banners/bg-hero@2x@Final.png); */
    background: url(../images/banners/bg-hero%402x%40Final.png);
    background-position: center 100%;
    background-size: cover;
    height: auto;
    width: 100%;
    padding-top: 88px;
    overflow: hidden;
  }
  .aboutUsSection .card.left {
    margin-right: 30px;
  }
  .aboutUsSection .card .cardHeader {
    min-height: 190px;
  }
  .whoIsThisForSection ul li:nth-child(1) a,
  .whoIsThisForSection ul li:nth-child(1) a.active,
  .whoIsThisForSection ul li:nth-child(2) a,
  .whoIsThisForSection ul li:nth-child(2) a.active,
  .whoIsThisForSection ul li:nth-child(3) a,
  .whoIsThisForSection ul li:nth-child(3) a.active {
    background-size: 25px 25px;
  }
  .whoIsThisForSection ul li a {
    font-size: 0 !important;
    padding: 32px 52px;
    margin-left: 10px;
    margin-right: 10px;
    width: 102px;
    height: 49px;
  }
  .whoIsThisForSection .sectionSubTitle {
    margin-top: 20px;
  }
  .position-relative .mdRight {
    position: absolute;
    right: 0;
  }
  #banks-nbfcs-and-digital-lenders,
  #online-businesses-and-developers,
  #payment-aggregators {
    margin-bottom: 100px;
    min-height: 500px;
  }
}

@media (min-width: 992px) {
  #background {
    height: 100px;
  }
  .videoTitleSection {
    height: 900px;
    width: 100%;
  }
  .whoIsThisForSection .contentSec {
    padding-left: 90px;
  }
  .aboutUsSection .card {
    padding: 40px;
  }
  .whoIsThisForSection .imageBlock .bgImg {
    position: absolute;
    right: 0;
    width: 645px;
    height: auto;
  }
  .whoIsThisForSection .imageBlock .iconImg {
    position: absolute;
    top: 136.92px;
    right: 234px;
    width: 320px;
    height: auto;
  }
  .whoIsThisForSection .imageBlock {
    order: 1;
    padding: 0;
    margin: 0;
    width: auto;
    height: 500px;
    text-align: right;
  }
  .whoIsThisForSection .textBlock {
    height: 100%;
    transform: translateY(38%);
  }
  .whoIsThisForSection {
    min-height: 900px;
    padding-top: 50px;
  }
  .whoIsThisForSection .sectionTitle {
    margin-bottom: 20px;
  }
  .faqSection {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .aboutUsSection .card.left {
    margin-right: 50px;
  }
  .whoIsThisForSection .imageBlock .bgImg {
    position: absolute;
    right: 0;
    width: 570px;
    height: auto;
  }
  .whoIsThisForSection .imageBlock .iconImg {
    position: absolute;
    top: 100.92px;
    right: 189px;
    width: 300px;
    height: auto;
  }
  .contactUsTodaySection .bgImg {
    width: 80vw;
    height: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .whoIsThisForSection {
    padding-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .videoTitleSection {
    height: 900px;
    width: 100%;
  }
  .trustedByTheBestSection {
    padding-top: 100px !important;
  }
  .whoIsThisForSection .contentSec {
    padding-left: 100px;
  }
  .homeBannerSection video {
    /* margin-left: 0; */
    /* width: 800px!important; */
  }
  .homeBannerSection .leftHeading h1 {
    text-align: left;
    color: #fff;
    margin-right: -160px;
  }
}

@media (min-width: 1900px) {
  #homePage section {
    padding: 100px 0;
  }
  .container {
    max-width: 1490px;
  }
  .videoTitleSection {
    height: 1199px;
    width: 100%;
  }
  .trustedByTheBestSection {
    height: 1105px;
  }
  .container {
    max-width: 1550px;
  }
  .whoIsThisForSection .contentSec {
    padding-left: 180px;
  }
  .homeBannerSection {
    height: 1364px;
  }
  .videoTitleSection {
    margin-top: -119px;
  }
  .videoTitleSection video {
    margin-top: 200px;
  }
  .trustedByTheBestSection {
    padding-top: 260px !important;
  }
  .newLaunchesSection {
    padding-top: 340px !important;
  }
  .readWhatOurCustomersSaySection {
    padding-top: 340px !important;
  }
  .aboutUsSection .card {
    height: 752px;
    width: 710px !important;
    border: none !important;
    margin: 0;
    border-radius: 0;
    background-color: #eeeff1;
    padding-left: 95px;
    padding-top: 99px;
    padding-right: 68.9px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
    clip-path: polygon(
      0 70px,
      70px 0,
      calc(100% - 70px) 0,
      100% 0,
      100% calc(100% - 70px),
      calc(100% - 70px) 100%,
      0 100%,
      0 calc(100% - 70px)
    );
  }
  .aboutUsSection .card .cardHeader {
    height: 305px;
  }
  .aboutUsSection .card-deck {
    margin: 0;
  }
  .aboutUsSection .card .cardHeader .laptopImg {
    margin-top: -66px;
  }
  .aboutUsSection .card.left {
    margin-right: 70px;
  }
  .aboutUsSection .card:hover {
    border: none;
    background-color: #fff;
    box-shadow: 5px 10px 30px #eeeff170;
  }
  .aboutUsSection .card .cardHeader {
    min-height: 305px;
  }
  .contactUsTodaySection .bgImg {
    margin-left: 15px;
    margin-right: 15px;
  }
  .trustedByTheBestSection .bgBlack {
    background-color: #000;
    height: 297px;
  }
  .homeBannerSection video {
    /* width: 1200px!important */
  }
  .homeBannerSection .leftHeading {
    z-index: 2;
  }
  .homeBannerSection .leftHeading h1 {
    text-align: left;
    color: #fff;
    margin-right: -140px;
  }
  .aboutUsSection .card p {
    text-align: left;
  }
  .aboutUsSection .card button {
    margin-top: 25px;
  }
}

.carousel-item .card {
  text-align: left;
  border-radius: 25px;
  min-height: 340px;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  border-top: none;
}

.carousel-item .card-body p {
  margin-top: 1rem;
}

.carousel-control-prev-icon {
  background-image: url(../images/icons/Group-3727.svg);
  padding: 20px;
  border: none;
}

.carousel-control-next-icon {
  background-image: url(../images/icons/Group-3728.svg);
  padding: 20px;
  border: none;
}

@supports ((background-clip: text) or (-webkit-background-clip: text)) and
  ((text-fill-color: transparent) or (-webkit-text-fill-color: transparent)) {
  .accordion-simple .acco-head,
  .accordion-simple .acco-head.collapsed:hover,
  .accordion-simple .acco-head:hover,
  .text-gradient {
    background: transparent linear-gradient(237deg, #f93576 0, #f96765 100%) 0 0
      no-repeat padding-box;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }
}

@supports ((background-clip: text) or (-webkit-background-clip: text)) and
  ((text-fill-color: transparent) or (-webkit-text-fill-color: transparent)) {
  .accordion-simple .acco-head.collapsed {
    background: transparent linear-gradient(237deg, #000 0, #000 100%) 0 0
      no-repeat padding-box;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }
}

.accordion-simple .card-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.accordion-simple .acco-head.collapsed:after,
.accordion-simple .acco-head:after {
  content: '-';
  float: right;
  height: 25px;
  width: 25px;
  line-height: normal;
  background: #f5f7fa;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0.5rem;
}

.accordion-simple .accordion-content {
  border-bottom: 1px solid #f93c74;
}

.accordion-simple .acco-head {
  color: #f93c74;
  margin-top: 10px;
  margin-bottom: 6px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 1.5rem;
  cursor: pointer;
  position: relative;
  border: none;
}

.accordion-simple .acco-head:hover {
  color: #f93c74;
  text-decoration: none;
}

.accordion-simple .acco-head:focus {
  box-shadow: none;
  text-decoration: none;
}

.accordion-simple .acco-head.collapsed {
  color: #404040;
}

.accordion-simple .acco-head.collapsed:hover {
  color: #f93c74;
  text-decoration: none;
}

.accordion-simple .acco-head:after {
  content: '-';
  float: right;
  background-clip: initial;
  -webkit-text-fill-color: initial;
  text-fill-color: initial;
}

.accordion-simple .acco-head.collapsed:after {
  content: '+';
  background-clip: initial;
  -webkit-text-fill-color: initial;
  text-fill-color: initial;
}

.btn-primary {
  background: transparent linear-gradient(237deg, #f93576 0, #f96765 100%) 0 0
    no-repeat padding-box;
  color: #fff;
  border: transparent;
}

.btn-primary:hover {
  background: transparent linear-gradient(237deg, #f96765 0, #f93576 100%) 0 0
    no-repeat padding-box;
}

.checkout-charges-col {
  border: 1px solid transparent;
  overflow: hidden;
}

.checkout-charges-col .card-body {
  border: 1px solid transparent;
  background-color: #eeeff1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.checkout-charges-col::after,
.checkout-charges-col::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 70px;
  transform: rotate(45deg);
  background: #fff;
}

.checkout-charges-col::before {
  top: -24px;
  left: -9px;
  border-right: 1px solid transparent;
}

.checkout-charges-col::after {
  bottom: -24px;
  right: -9px;
  border-left: 1px solid transparent;
}

.checkout-charges-col .btn-light {
  color: #212529;
  background-color: #fff;
  border: none;
}

.checkout-charges-col:hover .card-body {
  background-color: #fff;
  border: 1px solid #000;
}

.checkout-charges-col:hover::before {
  border-right: 1px solid #000;
}

.checkout-charges-col:hover::after {
  border-left: 1px solid #000;
}

@media (max-width: 767.98px) {
  .checkout-charges-col .card-body {
    padding: 3rem 1.5rem !important;
  }
}

.h1,
h1 {
  font-size: 2.75rem;
}

.h2,
h2 {
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .h1,
  h1 {
    font-size: 2rem;
  }
  .h2,
  h2 {
    font-size: 1.8rem;
  }
}

.card-body:hover .btn.rounded-pill {
  background: transparent linear-gradient(237deg, #f93576 0, #f96765 100%) 0 0
    no-repeat padding-box;
  color: #fff;
  border: transparent;
}

/* payment crousal css start */
.payment-box {
  border-radius: 25px;
  background: #f6f6f6;
  height: 100%;
  margin-left: 2px;
  position: relative;
  /* padding: 20px !important; */
  min-height: auto !important;
  border: 2px solid #f6f6f6 !important;
  overflow: initial !important;
}

.top-img {
  position: absolute;
  right: 0px;
  top: 15px !important;
}
.payment-box .up-img {
  position: relative;
  z-index: 1;
  right: 35px;
  top: -7px;
}
.payment-box .bottom-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  display: none;
}
.payment-box ul {
  min-height: 161px;
  margin-bottom: 0px;
}
.payment-box ul li {
  color: #000000;
  margin-bottom: 8px;
  font-size: 16px !important;
}
.logo-section {
  min-height: 221px;
  display: flex;
  align-items: end;
}
.payment-logo img {
  width: 25%;
}
.card-profile-carousel .owl-stage {
  padding-left: 0 !important;
}
.card-profile-carousel .owl-nav button.owl-next {
  background-image: url(../images/icons/carousel-control-next-icon.svg) !important;
  border: none;
  right: -60px;
  background-size: cover !important;
  width: 40px;
  height: 40px;
  position: absolute;
}
.card-profile-carousel .owl-nav button.owl-prev {
  background-image: url(../images/icons/carousel-control-prev-icon.svg) !important;
  border: none;
  left: -60px;
  background-size: cover !important;
  width: 40px;
  height: 40px;
  position: absolute;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-item {
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow-x: clip !important;
  -webkit-transform: translate3d(0, 0, 0);
}
.payment-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.card-profile-carousel .owl-stage {
  display: flex !important;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.card-profile-carousel .owl-item {
  display: flex !important;
}
.payment-box:hover {
  background: #fff;
  border: 2px solid #000 !important;
}
.payment-box:hover .bottom-img {
  display: initial;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.card-profile-carousel .owl-nav button.owl-next.disabled,
.card-profile-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0;
  filter: grayscale(100%);
  cursor: inherit;
}
.banner-slider .owl-nav button.owl-next.disabled,
.banner-slider .owl-nav button.owl-prev.disabled {
  opacity: 0;
  filter: grayscale(100%);
  cursor: inherit;
}
.card-profile-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -20px;
}
.bg-white.section-light-wrapper.section-wrapper-line:before {
  background: #fff !important;
}
.bg-white.section-light-wrapper.section-wrapper-line:after {
  background: #fff !important;
}
.section-light-wrapper {
  background-color: #eeeff1;
  position: relative;
}
.section-light-wrapper.section-wrapper-line:before {
  content: '';
  height: 5rem;
  position: absolute;
  background: #eeeff1;
  width: 25%;
  top: -5rem;
  left: 2%;
  transform: skewX(30deg);
}
.section-light-wrapper.section-wrapper-line:after {
  content: '';
  height: 5rem;
  position: absolute;
  width: 15%;
  background: #eeeff1;
  left: 0;
  top: -5rem;
}
.bg-white {
  background-color: #fff !important;
}
.top-img.new {
  position: absolute;
  top: -1px !important;
  right: 0px;
}
.accept-pay .payment-box .up-img {
  position: relative;
  z-index: 1;
}
.top-img.new .up-img {
  right: 25px !important;
  top: 20px !important;
}
.accept-pay .payment-box .bottom-img {
  right: -7px !important;
  width: 162px;
}
.min-155 {
  min-height: 100px !important;
}
.no-min-height {
  min-height: auto;
  padding: 15px;
}
.pl-3 {
  padding-left: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
@media (min-width: 312px) and (max-width: 786px) {
  .min-h-292 {
    height: 320px;
  }
  .col {
    flex: 0 0 43% !important;
  }
  .top-4rem {
    margin-top: 4rem !important;
  }
  .payment-box {
    padding: 15px !important;
  }
  .top-img {
    top: 5px !important;
  }
  .payment-carousel .payment-box .top-img .up-img {
    width: 72% !important;
    top: 15px !important;
    right: 25px !important;
  }
  /* .payment-box .up-img{
      width: 100% !important;
    } */

  .payment-carousel .payment-box .bottom-img {
    width: 145px !important;
  }
  .payment-carousel .payment-box h3.mb-3 {
    min-height: 126px;
  }
  .payment-carousel .owl-nav {
    display: none;
  }
  .card-profile-carousel .owl-nav {
    display: none;
  }
  .section-newlight-wrapper .section-wrapper-line-right:before {
    content: '';
    right: 24px !important;
  }
  .section-newlight-wrapper .section-wrapper-line-right:after,
  .section-newlight-wrapper .section-wrapper-line-right:before,
  section.section-newlight-wrapper.section-wrapper-line-left:after,
  section.section-newlight-wrapper.section-wrapper-line-left:before {
    height: 3rem !important;
    top: -3rem !important;
  }
  .section-white-wrapper.section-wrapper-line:before {
    right: 6% !important;
  }
}
/* payment crousal css end */

.icon-box-about {
  border-radius: 12px;
  /* border: 2px solid #000; */
  padding: 1rem !important;
  margin-bottom: 3rem !important;
  align-items: center !important;
  display: flex !important;
  background: #fff;
}
.icon-box-about .img-icon {
  display: inline-block;
  background: #fff4f8;
  padding: 12px;
  border-radius: 50%;
}
.icon-box-about .icon-box-text {
  padding-left: 1rem;
  margin-bottom: 0;
}
.body-text-color {
  color: #444;
}
.section-white-wrapper.section-wrapper-line {
  position: relative;
  background-color: #fff;
}
.section-white-wrapper.section-wrapper-line:before {
  content: '';
  height: 5rem;
  position: absolute;
  background: #fff;
  width: 25%;
  top: -5rem;
  right: 2%;
  transform: skewX(-30deg);
}
.section-white-wrapper.section-wrapper-line:after {
  content: '';
  height: 5rem;
  position: absolute;
  width: 15%;
  background: #fff;
  right: 0;
  top: -5rem;
}
.icon-name-box {
  border: 2px solid transparent;
  border-radius: 15px;
  background-color: #f6f6f6;
  text-align: center !important;
  width: 100%;
}
.icon-name-box:hover {
  border: 2px solid #000;
  text-decoration: none;
  background-color: #fff;
}
.icon-name-box {
  padding-bottom: 1rem !important;
}
.icon-name-box {
  padding-top: 1rem !important;
}
.icon-name-box .icon-img {
  /* background: #fff; */
  display: inline-block;
}
.icon-name-box .icon-img img {
  width: 80px;
  height: 80px;
}
.icon-name-box .name-desc {
  text-decoration: none;
  color: #404040;
}
.icon-name-box .name-desc {
  text-align: center !important;
  margin-top: 1rem !important;
}
.icon-name-box .name-desc {
  display: block !important;
}
.icon-name-box .name-desc {
  font-size: 1rem;
  padding-bottom: 2rem;
}

.redBlackImage {
  width: 650px;
}

@media (max-width: 525px) {
  .payment-services-svg {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .whoIsThisForSection .imageBlock .iconImg {
    position: absolute;
    top: 52.92px;
    right: 104px;
    width: 179px;
    height: 188px;
  }

  h1,
  .h1 {
    font-size: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 900px) {
  .redblacksection .textBlockRight {
    text-align: right;
    letter-spacing: 0;
    color: #000;
  }

  .redblacksection .textBlockLeft {
    text-align: left;
    letter-spacing: 0;
    color: #000;
  }
  .redblacksection .imageBlock .bgImg.left-img {
    position: absolute;
    width: 300px;
    height: 288px;
    left: 0;
  }

  .redblacksection .imageBlock .iconImgLeft {
    left: 70px;
    width: 179px;
    height: 210px;
    /* z-index: 10; */
  }

  .redblacksection .imageBlockNew .iconImgRight {
    margin-left: 125px;
    /* top: 52.92px;
    right: 104px; */
    width: 179px;
    height: 188px;
  }

  .redblacksection .imageBlockNew .bgImg.right-image {
    position: absolute;
    width: 300px;
    height: 288px;
    right: 0;
  }

  .redblacksection .imageBlock .iconImg {
    position: absolute;
    top: 52.92px;
    right: 104px;
    width: 179px;
    height: 188px;
  }
  .redblacksection .textBlockRight {
    order: 2;
    text-align: left;
    letter-spacing: 0;
    color: #000;
    padding-top: 50px;
  }
  .redblacksection .textBlock {
    height: 100%;
    transform: translateY(125%);
  }
}
@media (max-width: 767.98px) {
  .horizantal-scroll {
    flex-wrap: inherit;
    width: 100%;
    overflow-x: auto;
  }
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.redblacksection .imageBlockNew .bgImg.right-image {
  position: absolute;
  right: 0;
}

@media (min-width: 992px) {
  .redblacksection .textBlockRight {
    margin-top: 200px;
  }

  .redblacksection .textBlock {
    margin-top: 160px;
  }
}
