@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
@import url("./wow.animate.css");
@import url("./bootstrap.min.css");
@import url("./custom-bootstrap.css");
.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-center, .blog-filter, .card-subscrib, .simpli-section4 .card-img, footer .social a, header .navbar-toggle, .check-points::before, .flex-center-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.flex-between, .flex-between-center {
  display: flex;
  justify-content: space-between;
}

.flex-between-center {
  align-items: center;
}

.flex-between-start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-end, .flex-end-column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-center-column {
  flex-direction: column;
}

.flex-end-column {
  flex-direction: column;
}

.flex-center-vert {
  display: flex;
  align-items: center;
}

.flex-center-horiz {
  display: flex;
  justify-content: center;
}

.flex-evenly {
  display: flex;
  justify-content: space-evenly;
}

/* ===== pseudo ===== */
/* ===== Usage ===== */
/* ===== vertically-center ===== */
@font-face {
  font-family: "Segoe UI";
  src: url("../../fonts/segoe-ui.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../../fonts/segoe-ui-bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../../fonts/segoe-ui-Italic.ttf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../../fonts/segoe-ui-bold-Italic.ttf");
  font-weight: bold;
  font-style: italic;
}
* {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.25;
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
  color: #404040;
}

h1, h2, h3, h4, h5, h6 {
  color: #404040;
  font-weight: 700;
  margin: 0 0 20px;
}

h1 {
  font-size: 60px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-size: 48px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 40px;
}
@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  h4 {
    font-size: 25px;
  }
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

a {
  cursor: pointer;
}

p {
  font-size: inherit;
  line-height: 1.5;
}

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

.py-80 {
  padding: 40px 0px;
}
@media only screen and (min-width: 1200px) {
  .py-80 {
    padding: 80px 0px;
  }
}

.py-100 {
  padding: 50px 0px;
}
@media only screen and (min-width: 992px) {
  .py-100 {
    padding: 100px 0px;
  }
}

.py-40 {
  padding: 20px 0px;
}
@media only screen and (min-width: 1200px) {
  .py-40 {
    padding: 40px 0px;
  }
}

section {
  padding: 50px 0px;
}
@media only screen and (min-width: 1200px) {
  section {
    padding: 100px 0px;
  }
}

.bg-pink {
  background-color: #e1ebff !important;
}

.text-secondary {
  color: #4069b3 !important;
}

.check-points {
  position: relative;
}
.check-points::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: -49px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transform: translateY(-50%);
  border: 1px solid #4069b3;
  background-color: #fff;
}

.text-justify {
  text-align: justify;
}

.form-control {
  width: 100%;
  border-radius: 10px;
  padding: 11px 15px;
  outline: 0 !important;
  box-shadow: none !important;
  border: 1px solid rgba(159, 159, 159, 0.3) !important;
}
.form-control::-moz-placeholder {
  color: #585858;
}
.form-control::placeholder {
  color: #585858;
}
.form-control:focus {
  border-color: #9F9F9F !important;
}

textarea.form-control {
  min-height: 130px;
}

.form-check {
  min-height: auto;
  min-height: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.form-check .form-check-input {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 8px 0 0;
  padding: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  outline: 0 !important;
  box-shadow: none !important;
  border: 1px solid #9F9F9F;
  background-color: #fff;
}
.form-check .form-check-input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
}
.form-check .form-check-input:checked {
  border-color: #4069b3;
}
.form-check .form-check-input:checked::before {
  background-color: #4069b3;
}

select {
  position: relative;
}
select::after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  position: absolute;
  font-weight: 900;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 2;
}
select.form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

header {
  position: relative;
  z-index: 9;
  background-color: #4069b3;
  background-size: cover;
  padding: 10px 0;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  header .logo img {
    width: 120px;
  }
}
header .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  header .header-right {
    gap: 12px;
  }
}
@media only screen and (max-width: 991px) {
  header .header-right {
    display: block;
    position: fixed;
    top: 55px;
    left: -100%;
    z-index: 10;
    width: 350px;
    height: calc(100vh - 55px);
    padding: 20px;
    overflow-y: auto;
    background-color: #4069b3;
    transition: 0.3s all;
  }
}
@media only screen and (max-width: 991px) {
  header .header-menu {
    margin: 50px 0 0;
  }
}
header .header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  header .header-menu ul {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  header .header-menu ul li:hover > a::after {
    transform: rotate(-180deg);
  }
  header .header-menu ul li:hover > ul {
    display: block;
  }
  header .header-menu ul li:hover > .mega-menu {
    display: flex;
    flex-wrap: wrap;
    max-height: 366px;
  }
  header .header-menu ul li:hover > .mega-menu ul {
    display: block;
  }
}
header .header-menu ul li a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  padding: 0 15px;
  color: #fff;
}
@media only screen and (max-width: 1399px) {
  header .header-menu ul li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  header .header-menu ul li a {
    font-size: 14px;
    padding: 0 11px;
  }
}
@media only screen and (max-width: 991px) {
  header .header-menu ul li a {
    font-size: 16px;
    padding: 10px 15px;
  }
}
header .header-menu ul li > ul, header .header-menu ul li > .mega-menu {
  display: none;
  border-radius: 10px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 4px 4px 12.1px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1199px) {
  header .header-menu ul li > ul.mega-menu, header .header-menu ul li > .mega-menu.mega-menu {
    right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  header .header-menu ul li > ul, header .header-menu ul li > .mega-menu {
    position: absolute;
    top: 100%;
  }
  header .header-menu ul li > ul::before, header .header-menu ul li > .mega-menu::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
  }
}
header .header-menu ul li > ul li, header .header-menu ul li > .mega-menu li {
  max-width: 328px;
}
header .header-menu ul li > ul a, header .header-menu ul li > .mega-menu a {
  display: flex;
  padding: 12px 15px;
  gap: 10px;
  border-radius: 10px;
  color: #404040;
}
header .header-menu ul li > ul a:hover, header .header-menu ul li > .mega-menu a:hover {
  background-color: #f8f8f8;
}
header .header-menu ul li > ul a .small, header .header-menu ul li > .mega-menu a .small {
  display: block;
  font-size: 14px;
  margin-top: 4px;
  font-weight: 300;
}
header .header-menu ul li.drop-menu > a {
  position: relative;
}
header .header-menu ul li.drop-menu > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  display: inline-block;
  margin-left: 10px;
  transition: 0.2s ease;
}
@media only screen and (max-width: 991px) {
  header .header-menu ul li.drop-menu > a::after {
    float: right;
  }
}
header .header-menu ul li.drop-menu.active > a::after {
  transform: rotate(-180deg);
}
header .header-menu ul li.drop-menu.active > ul, header .header-menu ul li.drop-menu.active > .mega-menu {
  display: block;
}
header .grp-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  header .grp-btn {
    gap: 12px;
  }
}
@media only screen and (max-width: 991px) {
  header .grp-btn {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  header .grp-btn .btn {
    font-size: 14px;
    padding: 7px 15px;
  }
}
header .navbar-toggle {
  flex-direction: column;
  align-items: flex-end;
  padding: 0 10px;
  gap: 6px;
  width: 50px;
  height: 45px;
  cursor: pointer;
}
header .navbar-toggle span {
  position: relative;
  width: 26px;
  height: 2px;
  background-color: #fff;
  transition: 0.2s all;
}
header .navbar-toggle span:first-child {
  width: 15px;
}
header .navbar-toggle span:nth-child(2) {
  width: 21px;
}

body.menu-open {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  body.menu-open header .logo {
    position: absolute;
    z-index: 11;
    left: 20px;
  }
}
body.menu-open header .navbar-toggle span:first-child {
  width: 26px;
  top: 8px;
  transform: rotate(-45deg);
}
body.menu-open header .navbar-toggle span:nth-child(2) {
  opacity: 0;
}
body.menu-open header .navbar-toggle span:last-child {
  bottom: 8px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 991px) {
  body.menu-open header .header-right {
    left: 0;
  }
}

footer {
  padding: 100px 0 0;
  background-color: #e1ebff;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  margin-bottom: 12px;
}
footer ul a {
  display: block;
  color: #404040;
  text-decoration: none;
}
footer ul a:hover {
  color: inherit;
}
footer .social {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}
footer .social a {
  text-decoration: none;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background-color: #4069b3;
  color: #fff;
}
footer .footer-address a {
  text-decoration: none;
  color: #404040;
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
  padding: 15px 0;
  border-top: 1px solid #404040;
}
@media only screen and (max-width: 767px) {
  footer .footer-bottom {
    flex-direction: column;
    gap: 20px;
  }
}
footer .footer-bottom ul {
  display: flex;
  align-items: center;
  gap: 50px;
}

#top {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 50px;
  cursor: pointer;
}

:not(.btn-check) + .btn:active {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 20px;
  outline: 0;
  border-radius: 10px;
  border: 1px solid transparent;
}
.btn-primary {
  background-color: #4069b3;
  color: #fff;
  border-color: #4069b3;
}
.btn-primary:hover {
  background-color: transparent;
  color: #4069b3;
  border-color: #4069b3;
}
.btn-white {
  background-color: #fff;
  color: #4069b3;
  border-color: #fff;
}
.btn-white:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-white-reverse {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-white-reverse:hover {
  background-color: #fff;
  color: #4069b3;
  border-color: #fff;
}

#accordion {
  margin-top: 60px;
}
#accordion .card {
  border-radius: 15px;
  border: 1px solid rgba(159, 159, 159, 0.2);
  padding: 0;
}
#accordion .card:not(:first-child) {
  margin-top: 25px;
}
#accordion .card .card-header {
  position: relative;
  border: none;
  background-color: transparent;
  padding: 15px 50px 15px 30px;
  font-size: 18px;
  font-weight: 700;
}
#accordion .card .card-header i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s all;
}
#accordion .card .card-header.collapsed i {
  transform: translateY(-50%);
}
#accordion .card .card-body {
  padding: 0 30px 15px;
}

.card {
  border: 1px solid #EBEBEB;
  padding: 25px;
  border-radius: 20px;
}

.section-banner {
  padding: 100px 0;
  background: url("../../img/home-banner-bg.png") no-repeat center bottom;
  background-color: #e1ebff;
  background-size: cover;
}
.section-banner p {
  font-size: 18px;
}
.section-banner i.fa-arrow-up {
  transform: rotate(45deg);
}

.home-banner {
  padding: 136px 0 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .home-banner .container {
    max-width: 90%;
    margin: 0 0 0 auto;
  }
}
.home-banner .side-img {
  float: right;
  position: relative;
  right: -15px;
}

.contact-banner {
  position: relative;
  background-image: linear-gradient(180deg, #fff0f1 0%, #fff 81.9%);
}
.contact-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/contact-banner-design.png") no-repeat center top;
  background-size: auto;
}
.contact-banner .card {
  border-radius: 20px;
  padding: 50px;
}
.contact-banner .address-row {
  padding-top: 50px;
}
.contact-banner .address-row .card {
  padding: 25px;
  min-height: 155px;
}
.contact-banner .custom-map {
  margin-top: 50px;
}
.contact-banner .custom-map iframe {
  border-radius: 20px;
}

.enquiry-banner {
  position: relative;
  background-image: linear-gradient(180deg, #fff0f1 0%, #fff 81.9%);
  padding-bottom: 0;
}
.enquiry-banner .card {
  border-radius: 20px;
}

.upi-banner {
  background: #fff;
  padding: 80px 0 0;
}

.simpli-banner {
  background: #fff;
}

.payment-banner {
  background: #fff;
  padding-top: 70px;
}

.multi-banner {
  background: url("../../img/multi-banner-bg.png") no-repeat center bottom, url("../../img/multi-banner-bg2.png") no-repeat 96% 93%;
  background-size: 100% 80%, auto;
}

.industry-banner {
  position: relative;
  background: none;
  background-image: linear-gradient(180deg, #fff0f1 0%, #fff 81.9%);
  padding-bottom: 0;
}
.industry-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/contact-banner-design.png") no-repeat center top;
  background-size: auto;
}

.home-section2 .service-box {
  display: block;
  padding: 30px 20px 20px;
  min-height: 250px;
  border-radius: 15px;
  border: 1px solid #EBEBEB;
  background-color: #fff;
}
.home-section2 .service-box:not(:first-child) {
  margin-top: 20px;
}
.home-section2 .service-box img {
  margin-bottom: 12px;
}

.home-section3 .card {
  border-radius: 20px;
}
.home-section3 .card.box2 {
  border: none;
  padding: 40px;
  min-height: 100%;
  background-color: #e1ebff;
}

.home-section4 {
  background-color: #e1ebff;
}
.home-section4 .card {
  margin-top: 50px;
  padding: 40px 40px 50px;
  border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 991px) {
  .home-section4 .card {
    padding: 40px 15px 50px;
  }
}
.home-section4 .card .tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  overflow-x: auto;
  margin: 0;
  padding: 0 30px 5px;
  border-radius: 15px;
  background-color: #f8f8f8;
  /* Handle */
  /* Handle on hover */
}
.home-section4 .card .tabs::-webkit-scrollbar {
  height: 5px;
}
.home-section4 .card .tabs::-webkit-scrollbar-track {
  background: #fff;
}
.home-section4 .card .tabs::-webkit-scrollbar-thumb {
  background: #585858;
}
.home-section4 .card .tabs::-webkit-scrollbar-thumb:hover {
  background: #585858;
}
@media only screen and (max-width: 767px) {
  .home-section4 .card .tabs {
    padding: 0 15px 5px;
  }
}
.home-section4 .card .tabs a {
  position: relative;
  text-decoration: none;
  display: block;
  text-wrap: nowrap;
  padding: 20px;
  color: #9F9F9F;
}
.home-section4 .card .tabs a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
}
.home-section4 .card .tabs a.active {
  color: #4069b3;
}
.home-section4 .card .tabs a.active::after {
  background-color: #4069b3;
}
.home-section4 .card .tabs a:hover {
  color: #4069b3;
}
.home-section4 .card .tab-content {
  padding: 0 100px;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .home-section4 .card .tab-content {
    padding: 0 50px;
  }
  .home-section4 .card .tab-content img {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-section4 .card .tab-content {
    padding: 0 15px;
  }
}
.home-section4 .card .tab-content .icons {
  margin-bottom: 20px;
}

.home-section5 {
  background: #404040 url("../../img/home-section5-design.png") no-repeat 88% 34%;
}

.home-section6 {
  background: #fff url("../../img/home-section6-bg.png") no-repeat center 60%;
  background-size: cover;
}
.home-section6 .card {
  text-align: center;
  border-radius: 20px;
  padding: 50px 15px;
  background-color: #4069b3;
}

.breadcrumb2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.breadcrumb2 li {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}
.breadcrumb2 li:not(:first-child) {
  padding-left: 0.5rem;
}
.breadcrumb2 li:not(:first-child)::before {
  display: inline-block;
  padding-right: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  content: "\f105";
  font-size: 16px;
}

.policy-banner {
  position: relative;
  z-index: 1;
  background: url(../../img/policy.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.policy-banner::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(75deg, rgba(64, 105, 179, 0.8) 10%, rgba(0, 0, 0, 0.88)) !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.policy-banner h1 {
  color: #fff;
}

.term-section .term-content h3 {
  color: #010C5E;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  margin-top: 30px;
}

.upi-section2 {
  background-image: linear-gradient(180deg, #e1ebff 0%, #fff 81.9%);
}
.upi-section2 .card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 80px;
}
.upi-section2 .card-wrap .card {
  text-align: center;
  width: calc((100% - 60px) / 3);
  padding: 25px 15px;
  border-radius: 20px;
  border-color: #EBEBEB;
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .upi-section2 .card-wrap .card {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .upi-section2 .card-wrap .card {
    width: 100%;
  }
}
.upi-section2 .card-wrap .card img {
  margin-bottom: 20px;
}

.upi-section4 {
  counter-reset: section;
}
.upi-section4 .card {
  counter-increment: section;
  position: relative;
  padding: 50px;
  border-radius: 20px;
  background-color: #e1ebff;
}
.upi-section4 .card::before {
  content: counter(section);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  padding-bottom: 10px;
  right: 60px;
  width: 33px;
  height: 52px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: url("../../img/upi-section4-num.png") no-repeat center bottom;
}

.upi-section6 {
  background: rgba(225, 235, 255, 0.5);
  line-height: 1.5;
}

.recurring-banner {
  background: #fff;
}

.recurring-section2 {
  background: rgba(225, 235, 255, 0.5);
}
.recurring-section2 .box-wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media only screen and (min-width: 992px) {
  .recurring-section2 .box-wrap {
    display: grid;
    grid-template-areas: "box1 box3" "box2 box3";
  }
}
.recurring-section2 .box-wrap .box {
  position: relative;
  padding: 30px;
  border-radius: 20px;
}
.recurring-section2 .box-wrap .box:not(:first-child) h5,
.recurring-section2 .box-wrap .box:not(:first-child) p {
  color: #fff;
}
.recurring-section2 .box-wrap .box::before {
  position: absolute;
  top: -25px;
  right: 30px;
  font-size: 150px;
  font-style: normal;
  font-weight: 700;
  opacity: 0.1;
  color: #fff;
}
.recurring-section2 .box-wrap .box1 {
  grid-area: box1;
  background-color: #fff;
}
.recurring-section2 .box-wrap .box1::before {
  content: "01";
  color: #4069b3;
}
.recurring-section2 .box-wrap .box2 {
  grid-area: box2;
  background-color: #4069b3;
}
.recurring-section2 .box-wrap .box2::before {
  content: "02";
  opacity: 0.15;
}
.recurring-section2 .box-wrap .box3 {
  grid-area: box3;
  background-color: #404040;
  padding-top: 60px;
}
.recurring-section2 .box-wrap .box3::before {
  content: "03";
}

.recurring-section3 .box {
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #EBEBEB;
}
.recurring-section3 .box:not(:first-child) {
  margin-top: 30px;
}

.usecase-section .box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  padding-top: 80px;
}
.usecase-section .box-wrap .box-item {
  text-align: center;
  min-width: 204px;
  width: calc((100% - 100px) / 5);
  padding: 30px 18px 18px;
  border-radius: 54px;
  background: linear-gradient(166deg, rgba(64, 105, 179, 0.15) 10.8%, rgba(225, 235, 255, 0.8) 67.77%);
}
.usecase-section .box-wrap .box-item h6 {
  font-size: 20px;
}
.usecase-section .box-wrap .box-item .img-box {
  width: 100%;
  border-radius: 25px;
  padding: 10px;
  background-color: #fff;
}
.usecase-section .box-wrap .box-item .img-box img {
  width: 52px;
}

.recurring-section5 .card {
  width: 100%;
  padding: 30px 20px 20px;
  border: none;
  border-radius: 20px;
  background: linear-gradient(166deg, rgba(64, 105, 179, 0.15) 10.8%, rgba(225, 235, 255, 0.8) 67.77%);
}
.recurring-section5 .card:not(:first-child) {
  margin-top: 24px;
}
.recurring-section5 .card p {
  margin: 0;
}

.simpli-section2 {
  background: url("../../img/globe-design2.png") no-repeat 101% 7%, url("../../img/globe-design3.png") no-repeat -2% 95%;
  background-color: #e1ebff;
}
.simpli-section2 .card {
  position: relative;
  padding: 60px 20px;
  border-radius: 20px;
  min-height: 100%;
  border: none;
  background-color: #fff;
}
.simpli-section2 .card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #4069b3;
}

.simpli-section3 {
  background: url("../../img/simpli-section3-bg.png") no-repeat 40% center, url("../../img/simpli-section3-bg2.png") no-repeat 7% 10%, url("../../img/globe-design1.png") no-repeat 98% 7%;
  padding-top: 150px;
}
.simpli-section3 .line-left {
  position: relative;
  padding-left: 15px;
}
.simpli-section3 .line-left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 70%;
  transform: translateY(-50%);
  background-color: #4069b3;
}

.simpli-section4 .card {
  min-height: 100%;
  border: none;
  padding: 60px 25px;
  background-color: rgba(225, 235, 255, 0.5);
}
.simpli-section4 .card-img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  margin-bottom: 20px;
  background-color: #fff;
}
.simpli-section4 .card-img img {
  width: 43%;
}
.simpli-section4.about-section2 .card {
  text-align: center;
  box-shadow: 10px 10px 20px -8px rgba(0, 0, 0, 0.1019607843);
  border: none;
}
.simpli-section4.about-section2 .card h5 {
  color: #F92232;
}

.payment-section2 {
  background-color: rgba(225, 235, 255, 0.5);
}
.payment-section2 .card {
  border: none;
  padding: 35px;
  margin-top: 30px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .payment-section2 .card {
    min-height: 100%;
  }
}
.payment-section2 .card1 {
  padding: 80px 35px 50px;
}
.payment-section2 .card .box-img {
  text-align: center;
}

.payment-section3 .box-wrap .box-item {
  min-width: 257px;
  width: calc((100% - 75px) / 4);
}

#multi-page {
  position: relative;
}
#multi-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  background-image: linear-gradient(180deg, rgba(249, 34, 50, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
}

.multi-section2 .card {
  padding: 70px 50px;
  border: none;
  margin-top: 50px;
  background-color: #e1ebff;
}
@media only screen and (max-width: 991px) {
  .multi-section2 .card img {
    margin-bottom: 50px;
  }
}

.industry-section2 .card {
  margin-top: 50px;
  padding: 50px;
}
.industry-section2 .card1, .industry-section2 .card6 {
  background-color: #e1ebff;
}
.industry-section2 .card2 {
  background-color: #fffded;
}
.industry-section2 .card3 {
  background-color: #edf6fc;
}
.industry-section2 .card5 {
  background-color: rgba(237, 246, 252, 0.7);
}
.industry-section2 .card4 {
  background-color: #fcf7fc;
}
.industry-section2 .card7 {
  background-color: #f8f8f8;
}

.upi-section5 .box-wrap .box-item {
  text-align: center;
  min-width: 316px;
  width: calc((100% - 50px) / 3);
}
@media only screen and (max-width: 767px) {
  .upi-section5 .box-wrap .box-item {
    width: 100%;
  }
}

.about-bg {
  position: relative;
  background-image: linear-gradient(180deg, #fff0f1 0%, #fff 81.9%);
}
.about-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url("../../img/multi-banner-bg.png") no-repeat 50% center;
  background-size: 100% auto, auto;
  display: block;
  opacity: 0.3;
}
.about-bg .container {
  position: relative;
}

.qrc-section5 .check-points::before {
  font-size: 12px;
  width: 28px;
  height: 28px;
  background-color: #4069b3;
  color: #fff;
}

.about-section5 {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .about-section5::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: calc(50% - 20px);
    height: 500px;
    border-radius: 20px 0 0 20px;
    transform: translateY(-50%);
    background-color: #FFEBED;
    display: block;
    z-index: -1;
  }
}

.article-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.article-wrap .acticle-item {
  display: flex;
  align-items: center;
  border: 1px solid rgba(159, 159, 159, 0.2);
  border-radius: 20px;
}
.article-wrap .acticle-item .img {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  width: 222px;
  height: 206px;
}
.article-wrap .acticle-item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.article-wrap .acticle-item .content {
  padding: 20px;
}
.article-wrap .acticle-item .content h4 {
  font-size: 25px;
}
.article-wrap .acticle-item .content .tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.article-wrap .acticle-item .content .tag span {
  display: inline-block;
  padding: 3px 16px;
  font-size: 16px;
  border-radius: 40px;
  background-color: #e1ebff;
  color: #4069b3;
}

.card-subscrib {
  flex-direction: column;
  border: none;
  min-height: 100%;
  background-color: rgba(159, 159, 159, 0.05);
  padding: 50px;
}
.card-subscrib .icon {
  margin-bottom: 30px;
  width: 78px;
}
.card-subscrib h4 {
  font-size: 25px;
  margin-bottom: 30px;
}
.card-subscrib .form-control {
  border-radius: 40px;
}
.card-subscrib .btn {
  border-radius: 40px;
}

.blog-filter {
  margin-bottom: 50px;
}
.blog-filter ul {
  list-style: none;
  display: inline-flex;
  margin: 0;
  padding: 5px;
  border-radius: 40px;
  background-color: #e1ebff;
}
.blog-filter ul li {
  text-align: center;
  padding: 8px 20px;
  border-radius: 20px;
  border: 1px solid transparent;
}
.blog-filter ul li.active {
  background-color: #fff;
  border-color: rgba(159, 159, 159, 0.1);
}

.blog-wrap {
  padding: 30px 0 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.blog-wrap .blog-item {
  width: calc((100% - 30px) / 2);
  border-radius: 20px;
  border: 1px solid rgba(159, 159, 159, 0.1);
}
@media only screen and (max-width: 991px) {
  .blog-wrap .blog-item {
    width: 100%;
  }
}
.blog-wrap .blog-item .img {
  width: 100%;
  height: 419px;
  overflow: hidden;
  border-radius: 20px;
}
.blog-wrap .blog-item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-wrap .blog-item .content {
  position: relative;
  padding: 20px;
  margin-top: -30px;
  border-radius: 20px;
  background-color: #fff;
}
.blog-wrap .blog-item .content h4 {
  font-size: 25px;
}
.blog-wrap .blog-item .content .tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.blog-wrap .blog-item .content .tag span {
  display: inline-block;
  padding: 3px 16px;
  font-size: 16px;
  border-radius: 40px;
  background-color: #e1ebff;
  color: #4069b3;
}

.post-banner {
  margin-bottom: 30px;
}
.post-banner .tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.post-banner .tag span {
  display: inline-block;
  padding: 3px 16px;
  font-size: 16px;
  border-radius: 40px;
  background-color: #e1ebff;
  color: #4069b3;
}
.post-banner img {
  border-radius: 20px;
}

.author {
  display: flex;
  align-items: center;
  padding: 60px 0;
  gap: 30px;
  border-bottom: 1px solid rgba(159, 159, 159, 0.3);
}
.author-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}
.author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author h5 {
  margin-bottom: 0;
}/*# sourceMappingURL=main.css.map */