/*Variables*/
:root {
  --heading-1: 72px;
  --heading-2: 72px;
  --heading-3: 40px;
  --heading-4: 24px;
  --heading-5: 1.125rem;
  --heading-6: 1rem;
  --fontSize10: 0.625rem;
  --fontSize14: 0.875rem;
  --fontSize16: 1rem;
  --fontSize18: 1.125rem;
  --fontSize36: 2.25rem;
  --fontSize80: 5rem;
  --lineHeight10: 0.625rem;
  --lineHeight12: 0.75rem;
  --lineHeight16: 1rem;
  --lineHeight18: 1.125rem;
  --lineHeight19: 1.188rem;
  --lineHeight21: 1.313rem;
  --lineHeight36: 2.25rem;
  --lineHeight38: 2.375rem;
  --lineHeight94: 5.875rem;
  --fontRoboto: "Roboto", sans-serif;
  --fontWorkSans: "Work Sans", sans-serif;
  --fontWeightThin: 100;
  --fontWeightLight: 300;
  --fontWeightRegular: 400;
  --fontWeightMedium: 500;
  --fontWeightBold: 700;
  --fontWeightBlack: 900;
  --mainNavSize: 0.875rem;
  --btn-bg: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(0, 114, 120, 1) 0%,
    rgba(43, 44, 110, 1) 100%
  );
  --btn-bg-hover: linear-gradient(
    90deg,
    rgba(41, 45, 104, 1) 0%,
    rgba(0, 114, 120, 1) 60%
  );
  --bodyNormal: 0.875rem;
  --sec-gap: 100px;
  --colorWhite: #fff;
  --colorGreen: #142f80;
  --colorYellow: #fab219;
  --colorDarkGray: #333333;
  --fademenubg: rgba(0, 0, 0, 0.7);
  --colorBlack: #000;
  --swiper-theme-color: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(0, 114, 120, 1) 0%,
    rgba(43, 44, 110, 1) 100%
  ) !important;
  --heading-1: 5.625;
  --heading-2: 4.375;
  --heading-3: 3rem;
  --heading-4: 2.25rem;
  --heading-5: 1.875rem;
  --heading-6: 1.5rem;
  --heading-7: 1.25rem;
  --nav-txt: 1rem;
  --tp-nav-txt: 0.75rem;
  --breacrumbs-txt: 0.875rem;
  --paragraph-txt: 0.875rem;
  --tab-nav-txt: 1rem;
  --ftr-nav-heading: 1.25rem;
  --standard-sec-mg: 6.25rem;
  --thumb-heading: 1.625rem;
  --color-blue: #0c32af;
  --color-black: #000;
  --color-white: #fff;
  --border-grey: #cccccc;
  --bg-grey: #f0f0f0;
  --fontOpenSans: "Open Sans", sans-serif;
  --colorDarkGray: #333333;
  --lineHeight21: 1.313rem;
  --bg-grey: #f0f0f0;
  --fontWeightBold: 700;
  --colorBlack: #000;
  --fontSize16: 1rem;
  --lineHeight19: 1.188rem;
  --fontWeightMedium: 500;
  --fontSize14: 0.875rem;
  --colorDarkGray: #333333;
  --fontSize36: 2.25rem;
  --lineHeight36: 2.25rem;
  --colorGreen: #005baa;
  --fontSize18: 1.125rem;
  --lineHeight21: 1.313rem;
  --ftr-nav-heading: 1.25rem;
  --colorWhite: #fff;
  --tab-nav-txt: 1rem;
  --fontSize24: 1.5rem;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: var(--fontRoboto);
}

html {
  font-size: calc(55% + 0.8vmin);
}

body {
  background: #ecf6fe;
  padding-top: 26px;
}

.colorGreen {
  transition: all ease-out 0.5s;
  --bs-btn-bg: #5bb5a2;
  --bs-btn-color: #fff;
  --bs-btn-border-color: #5bb5a2;
  --bs-btn-hover-color: #5bb5a2;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #5bb5a2;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6dd2bd;
  --bs-btn-active-border-color: #6dd2bd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #6dd2bd;
  --bs-btn-disabled-border-color: #6dd2bd;
  --bs-btn-border-radius: 6px;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-font-family: "DM Sans", sans-serif;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1rem;
}

.colorBlue {
  transition: all ease-out 0.5s;
  --bs-btn-bg: #0259a5;
  --bs-btn-color: #fff;
  --bs-btn-border-color: #0259a5;
  --bs-btn-hover-color: #0259a5;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #0259a5;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0259a5;
  --bs-btn-active-border-color: #0259a5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0259a5;
  --bs-btn-disabled-border-color: #0259a5;
  --bs-btn-border-radius: 6px;
  --bs-btn-padding-x: 1.438rem;
  --bs-btn-padding-y: 0.625rem;
  --bs-btn-font-family: "Inter", sans-serif;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1rem;
}

.colorTransparent {
  transition: all ease-out 0.5s;
  --bs-btn-bg: transparent;
  --bs-btn-color: #5bb5a2;
  --bs-btn-border-color: #5bb5a2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5bb5a2;
  --bs-btn-hover-border-color: #5bb5a2;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6dd2bd;
  --bs-btn-active-border-color: #6dd2bd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #6dd2bd;
  --bs-btn-disabled-border-color: #6dd2bd;
  --bs-btn-border-radius: 6px;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-font-family: "DM Sans", sans-serif;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1rem;
}

.colorTransparentWithBorder {
  transition: all ease-out 0.5s;
  --bs-btn-bg: transparent;
  --bs-btn-color: #5bb5a2;
  --bs-btn-border-color: #5bb5a2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5bb5a2;
  --bs-btn-hover-border-color: #5bb5a2;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6dd2bd;
  --bs-btn-active-border-color: #6dd2bd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #6dd2bd;
  --bs-btn-disabled-border-color: #6dd2bd;
  --bs-btn-border-radius: 6px;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-font-family: "DM Sans", sans-serif;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1rem;
}

/*Variables*/
@media (min-width: 1699px) {
  .container {
    width: 1800px !important;
    max-width: 1800px;
  }
}
.desk-header {
  display: block;
}

.mobile-header {
  display: none;
}

.m-show {
  display: none;
}

.t-show {
  display: none;
}

.d-show {
  display: block;
}

/* header */
header {
  width: 100%;
  padding-inline: 26px;
  transition: all ease-out 0.5s;
}
header .container-fluid {
  padding: 30px 50px;
  border-radius: 40px;
  background: url("../images/head-bg.png"), -544.111px 0px/136.074% 100% no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
}
header .container-fluid nav ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
header .container-fluid nav ul li {
  list-style-type: none;
  padding-inline: 16.5px;
}
header .container-fluid nav ul li a {
  color: #fff;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}
header .container-fluid .search-btn a {
  width: 50px;
  height: 50px;
  padding: 13px;
  background: #fff;
  border: 1px solid #d4d2e3;
  border-radius: 50%;
}
header .container-fluid .search-btn a svg {
  width: 24px;
}
header .container-fluid .head-details {
  padding-top: 130px;
}
header .container-fluid .head-details h3 {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -3px;
}
header .container-fluid .head-details h3 div {
  color: #6dd2bd;
}
header .container-fluid .head-details h3 .animation {
  height: 6.25rem;
  overflow: hidden;
  display: block;
}
header .container-fluid .head-details h3 .animation > div > div {
  padding: 0.25rem 0rem;
  height: 2.81rem;
  margin-bottom: 2.81rem;
  display: inline-block;
}
header .container-fluid .head-details h3 .animation div:first-child {
  animation: text-animation 8s infinite;
}
@keyframes text-animation {
  0% {
    margin-top: 0;
  }
  10% {
    margin-top: 0;
  }
  20% {
    margin-top: -6.35rem;
  }
  30% {
    margin-top: -6.35rem;
  }
  40% {
    margin-top: -13.5rem;
  }
  60% {
    margin-top: -13.5rem;
  }
  70% {
    margin-top: -6.35rem;
  }
  80% {
    margin-top: -6.35rem;
  }
  90% {
    margin-top: 0;
  }
  100% {
    margin-top: 0;
  }
}
header .container-fluid .head-details p {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  padding-top: 51px;
  padding-bottom: 67px;
  margin: 0;
}
@media (min-width: 1200px) and (max-width: 1299px) {
  header .container-fluid .head-details {
    padding-top: 80px;
  }
  header .container-fluid .head-details h3 {
    font-size: 4.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
  header .container-fluid .head-details h3 .animation {
    height: 4.25rem;
    overflow: hidden;
    display: block;
  }
  header .container-fluid .head-details h3 .animation > div > div {
    padding: 0.25rem 0rem;
    height: 1.81rem;
    margin-bottom: 1.81rem;
    display: inline-block;
  }
  @keyframes text-animation {
    0% {
      margin-top: 0;
    }
    10% {
      margin-top: 0;
    }
    20% {
      margin-top: -4.35rem;
    }
    30% {
      margin-top: -4.35rem;
    }
    40% {
      margin-top: -9rem;
    }
    60% {
      margin-top: -9rem;
    }
    70% {
      margin-top: -4.35rem;
    }
    80% {
      margin-top: -4.35rem;
    }
    90% {
      margin-top: 0;
    }
    100% {
      margin-top: 0;
    }
  }
  header .container-fluid .head-details p {
    font-size: 15px;
    line-height: 150%;
    padding-top: 41px;
    padding-bottom: 57px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  header .container-fluid .head-details {
    padding-top: 80px;
  }
  header .container-fluid .head-details h3 {
    font-size: 4.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
  header .container-fluid .head-details h3 .animation {
    height: 4.25rem;
    overflow: hidden;
    display: block;
  }
  header .container-fluid .head-details h3 .animation > div > div {
    padding: 0.25rem 0rem;
    height: 1.81rem;
    margin-bottom: 1.81rem;
    display: inline-block;
  }
  @keyframes text-animation {
    0% {
      margin-top: 0;
    }
    10% {
      margin-top: 0;
    }
    20% {
      margin-top: -4.35rem;
    }
    30% {
      margin-top: -4.35rem;
    }
    40% {
      margin-top: -9rem;
    }
    60% {
      margin-top: -9rem;
    }
    70% {
      margin-top: -4.35rem;
    }
    80% {
      margin-top: -4.35rem;
    }
    90% {
      margin-top: 0;
    }
    100% {
      margin-top: 0;
    }
  }
  header .container-fluid .head-details p {
    font-size: 15px;
    line-height: 150%;
    padding-top: 41px;
    padding-bottom: 57px;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  header .container-fluid .head-details {
    padding-top: 80px;
  }
  header .container-fluid .head-details h3 {
    font-size: 4.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
  header .container-fluid .head-details h3 .animation {
    height: 4.25rem;
    overflow: hidden;
    display: block;
  }
  header .container-fluid .head-details h3 .animation > div > div {
    padding: 0.25rem 0rem;
    height: 1.81rem;
    margin-bottom: 1.81rem;
    display: inline-block;
  }
  @keyframes text-animation {
    0% {
      margin-top: 0;
    }
    10% {
      margin-top: 0;
    }
    20% {
      margin-top: -4.35rem;
    }
    30% {
      margin-top: -4.35rem;
    }
    40% {
      margin-top: -9rem;
    }
    60% {
      margin-top: -9rem;
    }
    70% {
      margin-top: -4.35rem;
    }
    80% {
      margin-top: -4.35rem;
    }
    90% {
      margin-top: 0;
    }
    100% {
      margin-top: 0;
    }
  }
  header .container-fluid .head-details p {
    font-size: 18px;
    line-height: 150%;
    padding-top: 41px;
    padding-bottom: 57px;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  header .container-fluid .head-details {
    padding-top: 80px;
  }
  header .container-fluid .head-details h3 {
    font-size: 4.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
  header .container-fluid .head-details h3 .animation {
    height: 4.25rem;
    overflow: hidden;
    display: block;
  }
  header .container-fluid .head-details h3 .animation > div > div {
    padding: 0.25rem 0rem;
    height: 1.81rem;
    margin-bottom: 1.81rem;
    display: inline-block;
  }
  @keyframes text-animation {
    0% {
      margin-top: 0;
    }
    10% {
      margin-top: 0;
    }
    20% {
      margin-top: -4.35rem;
    }
    30% {
      margin-top: -4.35rem;
    }
    40% {
      margin-top: -9rem;
    }
    60% {
      margin-top: -9rem;
    }
    70% {
      margin-top: -4.35rem;
    }
    80% {
      margin-top: -4.35rem;
    }
    90% {
      margin-top: 0;
    }
    100% {
      margin-top: 0;
    }
  }
  header .container-fluid .head-details p {
    font-size: 18px;
    line-height: 150%;
    padding-top: 41px;
    padding-bottom: 57px;
  }
}
@media (min-width: 3800px) {
  header .container-fluid .head-details {
    padding-top: 80px;
  }
  header .container-fluid .head-details h3 {
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
  header .container-fluid .head-details h3 .animation {
    height: 3.25rem;
    overflow: hidden;
    display: block;
  }
  header .container-fluid .head-details h3 .animation > div > div {
    padding: 0.25rem 0rem;
    height: 1.81rem;
    margin-bottom: 1.81rem;
    display: inline-block;
  }
  @keyframes text-animation {
    0% {
      margin-top: 0;
    }
    10% {
      margin-top: 0;
    }
    20% {
      margin-top: -3.35rem;
    }
    30% {
      margin-top: -3.35rem;
    }
    40% {
      margin-top: -7rem;
    }
    60% {
      margin-top: -7rem;
    }
    70% {
      margin-top: -3.35rem;
    }
    80% {
      margin-top: -3.35rem;
    }
    90% {
      margin-top: 0;
    }
    100% {
      margin-top: 0;
    }
  }
  header .container-fluid .head-details p {
    font-size: 18px;
    line-height: 150%;
    padding-top: 41px;
    padding-bottom: 57px;
  }
}
header .container-fluid .btm-link {
  border-top: 1px solid #8bdfce;
  padding-top: 83px;
  margin-top: 80px;
  padding-bottom: 40px;
}
header .container-fluid .btm-link ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
header .container-fluid .btm-link ul li {
  list-style-type: none;
}
header .container-fluid .btm-link ul li a {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 28.6px */
  letter-spacing: -0.78px;
  text-decoration: none;
}
@media (min-width: 1200px) and (max-width: 1299px) {
  header .container-fluid .btm-link {
    padding-top: 43px;
    margin-top: 40px;
    padding-bottom: 20px;
  }
  header .container-fluid .btm-link ul li a {
    font-size: 18px;
    line-height: 110%;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  header .container-fluid .btm-link {
    padding-top: 43px;
    margin-top: 40px;
    padding-bottom: 20px;
  }
  header .container-fluid .btm-link ul li a {
    font-size: 18px;
    line-height: 110%;
  }
}
header .container-fluid .head-details.atm h3 {
  color: #fff;
  font-family: DM Sans;
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -3px;
  padding-bottom: 8px;
}
header .container-fluid .head-details.atm p {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 25px 0 0 0;
}
header .container-fluid .head-details.atm p span {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: DM Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
header .container-fluid .head-details.atm h4 {
  color: #fff;
  font-family: DM Sans;
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -3px;
  padding: 45px 0 0 0;
}
@media (min-width: 1200px) and (max-width: 1299px) {
  header .container-fluid .head-details.atm h3 {
    font-size: 4.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
  header .container-fluid .head-details.atm p {
    font-size: 18px;
    line-height: 150%;
    padding-top: 41px;
    padding-bottom: 57px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  header .container-fluid .head-details.atm h3 {
    font-size: 4.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
  header .container-fluid .head-details.atm p {
    font-size: 18px;
    line-height: 150%;
    padding-top: 41px;
    padding-bottom: 57px;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  header .container-fluid .head-details.atm h3 {
    font-size: 4.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
  header .container-fluid .head-details.atm p {
    font-size: 18px;
    line-height: 150%;
    padding-top: 41px;
    padding-bottom: 57px;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  header .container-fluid .head-details.atm .head-details.atm h3 {
    font-size: 4.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
  header .container-fluid .head-details.atm .head-details.atm p {
    font-size: 18px;
    line-height: 150%;
    padding-top: 41px;
    padding-bottom: 57px;
  }
}
@media (min-width: 3800px) {
  header .container-fluid .head-details.atm h3 {
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
  header .container-fluid .head-details.atm p {
    font-size: 18px;
    line-height: 150%;
    padding-top: 41px;
    padding-bottom: 57px;
  }
}

@media (max-width: 767px) {
  .desk-header {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  .d-show {
    display: none;
  }
  .t-show {
    display: none;
  }
  .m-show {
    display: block;
  }
  html {
    font-size: calc(60% + 0.8vmin);
  }
}
/* header */
/* title */
.title h3 {
  color: #2f3045;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 70.4px */
  letter-spacing: -1.92px;
}
.title p {
  color: #2f3045;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 37.4px */
  letter-spacing: -0.34px;
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .title h3 {
    font-size: 3rem;
  }
  .title p {
    font-size: 1.525rem;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .title h3 {
    font-size: 3rem;
  }
  .title p {
    font-size: 1.525rem;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .title h3 {
    font-size: 3rem;
  }
  .title p {
    font-size: 1.525rem;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .title h3 {
    font-size: 3rem;
  }
  .title p {
    font-size: 1.525rem;
  }
}

/* title */
/* bayf */
.bayf {
  padding-top: 6.688rem;
  padding-inline: 26px;
}
.bayf .bayf-swiper .swiper-slide {
  opacity: 0 !important;
}
.bayf .bayf-swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.bayf .bayf-swiper .swiper-pagination {
  width: 10px;
  left: 50px;
  bottom: 55px;
}
.bayf .bayf-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 65px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.bayf .bayf-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .bayf .bayf-swiper .swiper-pagination {
    width: 10px;
    left: 30px;
    bottom: 35px;
  }
  .bayf .bayf-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 55px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .bayf .bayf-swiper .swiper-pagination {
    width: 10px;
    left: 30px;
    bottom: 35px;
  }
  .bayf .bayf-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 55px;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .bayf .bayf-swiper .swiper-pagination {
    width: 10px;
    left: 30px;
    bottom: 25px;
  }
  .bayf .bayf-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 45px;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .bayf .bayf-swiper .swiper-pagination {
    width: 10px;
    left: 30px;
    bottom: 25px;
  }
  .bayf .bayf-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 45px;
  }
}
.bayf .col-xl-5 .bayf-white-box {
  height: calc(100vh - 338px);
  height: -webkit-calc(100vh- 338px);
  border-radius: 0px 40px 40px 0px;
  background: #fff;
  padding: 4.375rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.bayf .col-xl-5 .bayf-white-box h3 {
  color: var(--text-default, #1a191e);
  font-family: "DM Sans", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.92px;
}
.bayf .col-xl-5 .bayf-white-box p {
  color: var(--text-default, #1a191e);
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
.bayf .col-xl-5 .bayf-white-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.bayf .col-xl-5 .bayf-white-box ul li {
  width: 50%;
  margin-bottom: 10px;
}
.bayf .col-xl-5 .bayf-white-box ul li a {
  flex: 1 1 50%;
  color: #1a191e;
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  padding-block: 10px;
  text-decoration: none;
}
.bayf .col-xl-5 .bayf-white-box ul li a img {
  margin-right: 16px;
}
.bayf .col-xl-5 .bayf-white-box .btn-box {
  padding-top: 37px;
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .bayf .col-xl-5 .bayf-white-box {
    height: calc(100vh - 305px);
    height: -webkit-calc(100vh - 305px);
  }
  .bayf .col-xl-5 .bayf-white-box h3 {
    font-size: 2.5rem;
  }
  .bayf .col-xl-5 .bayf-white-box p {
    font-size: 0.9rem;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.725rem;
    padding-block: 5px;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .bayf .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 1280px) and (max-width: 1280px) and (min-height: 1024px) and (max-height: 1024px) {
  .bayf .col-xl-5 .bayf-white-box {
    height: calc(100vh - 615px);
    height: -webkit-calc(100vh - 615px);
    padding: 3.375rem;
  }
  .bayf .col-xl-5 .bayf-white-box h3 {
    font-size: 2rem;
  }
  .bayf .col-xl-5 .bayf-white-box p {
    font-size: 0.8rem;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.675rem;
    padding-block: 5px;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .bayf .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .bayf .col-xl-5 .bayf-white-box {
    height: calc(100vh - 213px);
    height: -webkit-calc(100vh - 213px);
  }
  .bayf .col-xl-5 .bayf-white-box h3 {
    font-size: 3rem;
  }
  .bayf .col-xl-5 .bayf-white-box p {
    font-size: 1rem;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.825rem;
    padding-block: 5px;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .bayf .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 1366px) and (max-width: 1366px) and (min-height: 768px) and (max-height: 768px) {
  .bayf .col-xl-5 .bayf-white-box {
    height: calc(100vh - 323px) !important;
    height: -webkit-calc(100vh - 323px) !important;
  }
  .bayf .col-xl-5 .bayf-white-box h3 {
    font-size: 3rem;
  }
  .bayf .col-xl-5 .bayf-white-box p {
    font-size: 1rem;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.755rem;
    padding-block: 5px;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .bayf .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 1400px) and (max-width: 1400px) {
  .bayf .col-xl-5 .bayf-white-box {
    height: calc(100vh - 450px) !important;
    height: -webkit-calc(100vh - 450px) !important;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .bayf .col-xl-5 .bayf-white-box {
    height: calc(100vh - 435px);
    height: -webkit-calc(100vh - 435px);
  }
  .bayf .col-xl-5 .bayf-white-box h3 {
    font-size: 3rem;
  }
  .bayf .col-xl-5 .bayf-white-box p {
    font-size: 1rem;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.825rem;
    padding-block: 5px;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .bayf .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) and (min-height: 768px) and (max-height: 783px) {
  .bayf .col-xl-5 .bayf-white-box {
    height: calc(100vh - 321px);
    height: -webkit-calc(100vh - 321px);
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .bayf .col-xl-5 .bayf-white-box {
    height: calc(100vh - 266px);
    height: -webkit-calc(100vh - 266px);
    padding: 3.375rem;
  }
  .bayf .col-xl-5 .bayf-white-box h3 {
    font-size: 3rem;
  }
  .bayf .col-xl-5 .bayf-white-box p {
    font-size: 1rem;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.675rem;
    padding-block: 5px;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .bayf .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) and (min-height: 900px) and (max-height: 933px) {
  .bayf .col-xl-5 .bayf-white-box {
    height: calc(100vh - 389px);
    height: -webkit-calc(100vh - 389px);
  }
}
@media (min-width: 1600px) and (max-width: 1600px) and (min-height: 900px) and (max-height: 900px) {
  .bayf .col-xl-5 .bayf-white-box {
    height: calc(100vh - 383px);
    height: -webkit-calc(100vh - 383px);
    padding: 3.375rem;
  }
  .bayf .col-xl-5 .bayf-white-box h3 {
    font-size: 3rem;
  }
  .bayf .col-xl-5 .bayf-white-box p {
    font-size: 1rem;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.825rem;
    padding-block: 5px;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .bayf .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 1680px) and (max-width: 1680px) and (min-height: 1050px) and (max-height: 1050px) {
  .bayf .col-xl-5 .bayf-white-box {
    height: calc(100vh - 505px);
    height: -webkit-calc(100vh - 505px);
    padding: 3.375rem;
  }
  .bayf .col-xl-5 .bayf-white-box h3 {
    font-size: 3rem;
  }
  .bayf .col-xl-5 .bayf-white-box p {
    font-size: 1rem;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.675rem;
    padding-block: 5px;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .bayf .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 1680px) and (max-width: 1680px) and (min-height: 800px) and (max-height: 800px) {
  .bayf .col-xl-5 .bayf-white-box {
    height: calc(100vh - 361px);
    height: -webkit-calc(100vh-361px);
    padding: 3.375rem;
  }
  .bayf .col-xl-5 .bayf-white-box h3 {
    font-size: 3rem;
  }
  .bayf .col-xl-5 .bayf-white-box p {
    font-size: 1rem;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.675rem;
    padding-block: 5px;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .bayf .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 1920px) and (max-width: 1920px) and (min-height: 1080px) and (max-height: 1080px) {
  .bayf .col-xl-5 .bayf-white-box {
    height: calc(100vh - 454px);
    height: -webkit-calc(100vh - 454px);
  }
  .bayf .col-xl-5 .bayf-white-box h3 {
    font-size: 4rem;
  }
  .bayf .col-xl-5 .bayf-white-box p {
    font-size: 1.5rem;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a {
    font-size: 1.05rem;
    padding-block: 5px;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .bayf .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 2048px) and (max-width: 2048px) and (min-height: 1080px) and (max-height: 1080px) {
  .bayf .col-xl-5 .bayf-white-box {
    height: calc(100vh - 531px);
    height: -webkit-calc(100vh-531px);
  }
  .bayf .col-xl-5 .bayf-white-box h3 {
    font-size: 4rem;
  }
  .bayf .col-xl-5 .bayf-white-box p {
    font-size: 1.5rem;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a {
    font-size: 1.125rem;
    padding-block: 5px;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .bayf .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 2200px) {
  .bayf .col-xl-5 .bayf-white-box {
    height: calc(100vh - 760px);
    height: -webkit-calc(100vh - 760px);
  }
  .bayf .col-xl-5 .bayf-white-box h3 {
    font-size: 3.5rem;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a {
    padding-block: 5px;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .bayf .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 3800px) {
  .bayf .col-xl-5 .bayf-white-box {
    height: calc(100vh - 1615px);
    height: -webkit-calc(100vh-1615px);
    padding: 3rem;
  }
  .bayf .col-xl-5 .bayf-white-box h3 {
    font-size: 2.8rem;
  }
  .bayf .col-xl-5 .bayf-white-box p {
    font-size: 0.85rem;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.725rem;
    padding-block: 5px;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .bayf .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 5120px) and (max-width: 5120px) and (min-height: 2880px) and (max-height: 2880px) {
  .bayf .col-xl-5 .bayf-white-box {
    height: calc(100vh - 2335px);
    height: -webkit-calc(100vh-2335px);
    padding: 2rem;
  }
  .bayf .col-xl-5 .bayf-white-box h3 {
    font-size: 2rem;
  }
  .bayf .col-xl-5 .bayf-white-box p {
    font-size: 0.8rem;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.625rem;
    padding-block: 5px;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .bayf .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
  .bayf .col-xl-5 .bayf-white-box .btn-box .colorGreen,
  .bayf .col-xl-5 .bayf-white-box .btn-box .colorTransparent {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-font-size: 0.825rem;
    --bs-btn-line-height: 1rem;
  }
}
@media (min-width: 2560px) and (max-width: 2560px) and (min-height: 1080px) and (max-height: 1080px) {
  .bayf .col-xl-5 .bayf-white-box {
    height: calc(100vh - 233px);
    height: -webkit-calc(100vh - 233px);
  }
}
@media (min-width: 1280px) and (max-width: 1280px) and (min-height: 800px) and (max-height: 800px) {
  .bayf .col-xl-5 .bayf-white-box {
    height: calc(100vh - 385px);
    height: -webkit-calc(100vh - 385px);
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .bayf.other-services .col-xl-5 .bayf-white-box {
    height: calc(100vh - 498px) !important;
    height: -webkit-calc(100vh - 498px);
  }
}
@media (min-width: 1280px) and (max-width: 1280px) and (min-height: 1024px) and (max-height: 1024px) {
  .bayf.other-services .col-xl-5 .bayf-white-box {
    height: calc(100vh - 615px) !important;
    height: -webkit-calc(100vh - 615px);
    padding: 3.375rem;
  }
}
@media (min-width: 1300px) and (max-width: 1300px) {
  .bayf.other-services .col-xl-5 .bayf-white-box {
    height: calc(100vh - 352px) !important;
    height: -webkit-calc(100vh - 352px) !important;
  }
}
@media (min-width: 1366px) and (max-width: 1366px) {
  .bayf.other-services .col-xl-5 .bayf-white-box {
    height: calc(100vh - 213px);
    height: -webkit-calc(100vh - 213px);
  }
}

/* bayf */
.card-sec {
  padding-top: 6.688rem;
  padding-inline: 26px;
}
.card-sec .bayf-swiper-new {
  padding-top: 80px;
}
.card-sec .bayf-swiper-new .swiper-slide {
  visibility: hidden;
}
.card-sec .bayf-swiper-new .swiper-slide.swiper-slide-active {
  visibility: visible;
}
.card-sec .bayf-swiper-new .swiper-pagination {
  width: 10px;
  left: 50px;
  bottom: 55px;
  right: 50px;
  left: unset;
}
.card-sec .bayf-swiper-new .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 65px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.card-sec .bayf-swiper-new .swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
  background: #fff;
}
.card-sec .bayf-swiper-new .white-bg {
  background-color: white;
  border-radius: 40px;
}
.card-sec .bayf-swiper-new .white-bg .left {
  padding: 4.375rem;
}
.card-sec .bayf-swiper-new .white-bg .left h3 {
  color: var(--text-default, #1a191e);
  font-family: "DM Sans", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.92px;
}
.card-sec .bayf-swiper-new .white-bg .left p {
  color: var(--text-default, #1a191e);
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
.card-sec .bayf-swiper-new .white-bg .left ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.card-sec .bayf-swiper-new .white-bg .left ul li {
  width: 50%;
  margin-bottom: 10px;
}
.card-sec .bayf-swiper-new .white-bg .left ul li a {
  flex: 1 1 50%;
  color: #1a191e;
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  padding-block: 10px;
  text-decoration: none;
}
.card-sec .bayf-swiper-new .white-bg .right {
  text-align: center;
  background-repeat: no-repeat;
  border-radius: 0 40px 40px 0;
  min-height: 700px;
  background-size: cover;
  position: relative;
}
.card-sec .bayf-swiper-new .white-bg .right.light-blue-bg {
  background-image: url("../images/light-blue-bg.png");
}
.card-sec .bayf-swiper-new .white-bg .right.light-green-bg {
  background-image: url("../images/light-green-bg.png");
}
.card-sec .bayf-swiper-new .white-bg .right.light-green-bg img {
  position: absolute;
  bottom: 0;
  right: 0%;
}
.card-sec .bayf-swiper-new .white-bg .right.blue-bg {
  background-image: url("../images/blue-bg.png");
}
.card-sec .bayf-swiper-new .white-bg .right.blue-bg img {
  position: absolute;
  bottom: 0;
  right: 0%;
}
.card-sec .bayf-swiper-new .white-bg .right img {
  position: absolute;
  bottom: 0;
  right: 10%;
}
.card-sec .bayf-non-swiper-new {
  padding-top: 80px;
}
.card-sec .bayf-non-swiper-new .white-bg {
  background-color: white;
  border-radius: 40px;
}
.card-sec .bayf-non-swiper-new .white-bg .left {
  padding: 4.375rem 3.375rem;
}
.card-sec .bayf-non-swiper-new .white-bg .left h3 {
  color: var(--text-default, #1a191e);
  font-family: "DM Sans", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.92px;
}
.card-sec .bayf-non-swiper-new .white-bg .left p {
  color: var(--text-default, #1a191e);
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
.card-sec .bayf-non-swiper-new .white-bg .left p span {
  color: #1a191e;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.card-sec .bayf-non-swiper-new .white-bg .left ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.card-sec .bayf-non-swiper-new .white-bg .left ul li {
  width: 50%;
  margin-bottom: 10px;
}
.card-sec .bayf-non-swiper-new .white-bg .left ul li a {
  flex: 1 1 50%;
  color: #1a191e;
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  padding-block: 10px;
  text-decoration: none;
}
.card-sec .bayf-non-swiper-new-inner {
  padding-top: 80px;
  margin-top: 80px;
}
.card-sec .bayf-non-swiper-new-inner .white-bg {
  background-color: white;
  border-radius: 40px;
}
.card-sec .bayf-non-swiper-new-inner .white-bg .bayf-swiper-new-inner {
  padding-top: 80px;
  margin-top: -80px;
}
.card-sec .bayf-non-swiper-new-inner .white-bg .bayf-swiper-new-inner .swiper-slide {
  opacity: 0 !important;
}
.card-sec .bayf-non-swiper-new-inner .white-bg .bayf-swiper-new-inner .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.card-sec .bayf-non-swiper-new-inner .white-bg .bayf-swiper-new-inner .swiper-pagination {
  width: 10px;
  left: 50px;
  bottom: 55px;
  right: 50px;
  left: unset;
}
.card-sec .bayf-non-swiper-new-inner .white-bg .bayf-swiper-new-inner .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 65px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.card-sec .bayf-non-swiper-new-inner .white-bg .bayf-swiper-new-inner .swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
  background: #fff;
}
.card-sec .bayf-non-swiper-new-inner .white-bg .left {
  padding: 4.375rem;
}
.card-sec .bayf-non-swiper-new-inner .white-bg .left h3 {
  color: var(--text-default, #1a191e);
  font-family: "DM Sans", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.92px;
}
.card-sec .bayf-non-swiper-new-inner .white-bg .left p {
  color: var(--text-default, #1a191e);
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
.card-sec .bayf-non-swiper-new-inner .white-bg .left ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.card-sec .bayf-non-swiper-new-inner .white-bg .left ul li {
  width: 50%;
  margin-bottom: 10px;
}
.card-sec .bayf-non-swiper-new-inner .white-bg .left ul li a {
  flex: 1 1 50%;
  color: #1a191e;
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  padding-block: 10px;
  text-decoration: none;
}
.card-sec .bayf-non-swiper-new-inner .white-bg .left .btn-box {
  padding-top: 20px;
}
.card-sec .bayf-non-swiper-new-inner .white-bg .right {
  text-align: center;
  background-repeat: no-repeat;
  border-radius: 40px 0px 0px 40px;
  min-height: 650px;
  background-size: cover;
  position: relative;
}
.card-sec .bayf-non-swiper-new-inner .white-bg .right.border-right {
  border-radius: 0px 40px 40px 0px;
}
.card-sec .bayf-non-swiper-new-inner .white-bg .right.light-blue-bg {
  background-image: url("../images/light-blue-bg.png");
}
.card-sec .bayf-non-swiper-new-inner .white-bg .right.light-green-bg {
  background-image: url("../images/light-green-bg.png");
}
.card-sec .bayf-non-swiper-new-inner .white-bg .right.blue-bg {
  background-image: url("../images/blue-bg.png");
}
.card-sec .bayf-non-swiper-new-inner .white-bg .right.silver-bg {
  background-image: url("../images/silver-bg.png");
}
.card-sec .bayf-non-swiper-new-inner .white-bg .right.gold-bg {
  background-image: url("../images/gold-bg.png");
}
.card-sec .bayf-non-swiper-new-inner .white-bg .right.platinum-bg {
  background-image: url("../images/silver-bg.png");
}
.card-sec .bayf-non-swiper-new-inner .white-bg .right img {
  position: absolute;
  bottom: 0;
  right: 0%;
}

@media (min-width: 2000px) {
  .card-sec .bayf-swiper-new .white-bg .right img {
    right: 0%;
  }
  .card-sec .bayf-swiper-new .white-bg .right.light-green-bg img {
    right: 0%;
  }
  .card-sec .bayf-swiper-new .white-bg .right.blue-bg img {
    right: 0%;
  }
  .card-sec .bayf-non-swiper-new-inner .white-bg .right {
    min-height: 900px;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  .card-sec .bayf-swiper-new .white-bg .left {
    padding: 2.375rem;
  }
  .card-sec .bayf-swiper-new .white-bg .left h3 {
    font-size: 3rem;
  }
  .card-sec .bayf-swiper-new .white-bg .left p {
    font-size: 1rem;
  }
  .card-sec .bayf-swiper-new .white-bg .right img {
    right: 0%;
  }
  .card-sec .bayf-swiper-new .white-bg .right.light-green-bg img {
    right: 0%;
  }
  .card-sec .bayf-swiper-new .white-bg .right.blue-bg img {
    right: 0%;
  }
  .card-sec .bayf-non-swiper-new .white-bg .left {
    padding: 2.375rem 1.375rem;
  }
  .card-sec .bayf-non-swiper-new .white-bg .left h3 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .card-sec .bayf-non-swiper-new .white-bg .left p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .card-sec .bayf-non-swiper-new .white-bg .left p span {
    font-size: 16px;
    line-height: 20px;
  }
  .card-sec .bayf-non-swiper-new-inner .white-bg {
    border-radius: 20px;
  }
  .card-sec .bayf-non-swiper-new-inner .white-bg .left h3 {
    font-size: 3rem;
  }
  .card-sec .bayf-non-swiper-new-inner .white-bg .left p {
    font-size: 1rem;
  }
  .card-sec .bayf-non-swiper-new-inner .white-bg .left ul li a {
    font-size: 0.755rem;
    padding-block: 5px;
  }
  .card-sec .bayf-non-swiper-new-inner .white-bg .right {
    min-height: 450px;
    border-radius: 20px 0px 0px 20px;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .card-sec .bayf-non-swiper-new-inner .white-bg .right {
    min-height: 545px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1440px) {
  .card-sec .bayf-non-swiper-new-inner .white-bg .right {
    min-height: 480px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  .card-sec .bayf-non-swiper-new-inner .white-bg .right {
    min-height: 575px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .card-sec .bayf-non-swiper-new-inner .white-bg .left {
    padding: 4.375rem 1rem;
  }
  .card-sec .bayf-non-swiper-new-inner .white-bg .right {
    min-height: 500px !important;
  }
}
@media (min-width: 1299px) and (max-width: 1366px) {
  .card-sec .bayf-non-swiper-new-inner .white-bg .right {
    min-height: 450px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .card-sec .bayf-swiper-new .white-bg .right {
    min-height: 400px;
  }
}
@media (min-width: 1299px) and (max-width: 1399px) {
  .card-sec .bayf-swiper-new .white-bg .right {
    min-height: 470px;
  }
}
@media (min-width: 1400px) and (max-width: 1440px) {
  .card-sec .bayf-swiper-new .white-bg .right {
    min-height: 500px;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .card-sec .bayf-swiper-new .white-bg .right {
    min-height: 560px;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) and (min-height: 738px) and (-webkit-device-pixel-ratio: 1.25) {
  .card-sec .bayf-swiper-new .white-bg .right {
    min-height: unset !important;
    height: 520px !important;
  }
}
@media (-webkit-device-pixel-ratio: 1.25) {
  .card-sec .bayf-swiper-new .white-bg .right {
    min-height: unset !important;
    height: 520px !important;
  }
}
@media (max-width: 767px) {
  .card-sec {
    padding-inline: 0;
    padding-top: 3.688rem;
  }
  .card-sec .bayf-swiper-new .white-bg .col-rev {
    flex-direction: column-reverse;
  }
  .card-sec .bayf-swiper-new .white-bg .right {
    border-radius: 0;
    min-height: 200px;
  }
  .card-sec .bayf-swiper-new .white-bg .left {
    padding: 4.375rem 1.375rem;
  }
  .card-sec .bayf-swiper-new .white-bg .left h3 {
    font-size: 2.5rem;
  }
  .card-sec .bayf-swiper-new .white-bg .left p {
    font-size: 1rem;
  }
  .card-sec .bayf-swiper-new .white-bg .left p span {
    font-size: 16px;
  }
  .card-sec .bayf-non-swiper-new {
    padding-top: 40px;
  }
  .card-sec .bayf-non-swiper-new .white-bg .left {
    text-align: center;
    padding: 4.375rem 1.375rem;
  }
  .card-sec .bayf-non-swiper-new .white-bg .left h3 {
    font-size: 2.5rem;
  }
  .card-sec .bayf-non-swiper-new .white-bg .left p {
    font-size: 1rem;
  }
  .card-sec .bayf-non-swiper-new .white-bg .left p span {
    font-size: 16px;
  }
  .card-sec .bayf-non-swiper-new-inner {
    padding-top: 40px;
  }
  .card-sec .bayf-non-swiper-new-inner .white-bg .col-rev {
    flex-direction: column-reverse;
  }
  .card-sec .bayf-non-swiper-new-inner .white-bg .right {
    min-height: 200px;
    border-radius: 20px;
  }
  .card-sec .bayf-non-swiper-new-inner .white-bg .right.border-right {
    border-radius: 0px 10px 10px 0px;
  }
  .card-sec .bayf-non-swiper-new-inner .white-bg .left {
    min-height: 200px;
    padding: 4.375rem 1rem;
  }
  .card-sec .bayf-non-swiper-new-inner .white-bg .left h3 {
    font-size: 2.5rem;
  }
  .card-sec .bayf-non-swiper-new-inner .white-bg .left p {
    font-size: 1rem;
  }
  .card-sec .bayf-non-swiper-new-inner .white-bg .left p span {
    font-size: 16px;
  }
  .card-sec .bayf-non-swiper-new-inner .white-bg .bayf-swiper-new-inner .swiper-pagination {
    right: 10px;
  }
  .card-sec .bayf-non-swiper-new-inner .white-bg .bayf-swiper-new-inner .swiper-pagination .swiper-pagination-bullet {
    width: 3px;
    height: 25px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .card-sec .bayf-non-swiper-new .white-bg .left {
    text-align: center;
    padding: 4.375rem 1.375rem;
  }
  .card-sec .bayf-swiper-new .white-bg .right {
    border-radius: 0 40px 40px 0;
    min-height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card-sec .bayf-swiper-new .white-bg .right {
    min-height: 600px;
  }
}
.whgyc a {
  text-decoration: none;
}

section.whgyc {
  padding-bottom: 50px;
}

.whgyc h2 {
  color: #2f3045;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.92px;
  margin-bottom: 50px;
}

.whgyc a li h4 {
  color: #2f3045;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.92px;
}

.whgyc li img {
  width: 95px;
}

.whgyc .swiper-slide {
  width: 200px !important;
}

.management-feat-main {
  padding-bottom: 80px;
}

/* section3 */
.section3 {
  padding-top: 4.063rem;
  padding-inline: 26px;
}

/* section3 */
/* carryCash */
.carryCash {
  padding-top: 8.125rem;
  padding-inline: 26px;
}
.carryCash .bayf-swiper .swiper-slide {
  opacity: 0 !important;
}
.carryCash .bayf-swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.carryCash .bayf-swiper .swiper-pagination {
  width: 10px;
  left: auto;
  right: 50px;
  bottom: 55px;
}
.carryCash .bayf-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 65px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.carryCash .bayf-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .carryCash .bayf-swiper .swiper-pagination {
    width: 10px;
    left: auto;
    right: 30px;
    bottom: 35px;
  }
  .carryCash .bayf-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 55px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .carryCash .bayf-swiper .swiper-pagination {
    width: 10px;
    left: auto;
    right: 30px;
    bottom: 35px;
  }
  .carryCash .bayf-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 55px;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .carryCash .bayf-swiper .swiper-pagination {
    width: 10px;
    left: auto;
    right: 30px;
    bottom: 25px;
  }
  .carryCash .bayf-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 45px;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .carryCash .bayf-swiper .swiper-pagination {
    width: 10px;
    left: auto;
    right: 30px;
    bottom: 25px;
  }
  .carryCash .bayf-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 45px;
  }
}
.carryCash .col-xl-5 .bayf-white-box {
  height: calc(100vh - 338px);
  height: -webkit-calc(100vh - 338px);
  border-radius: 40px 0px 0px 40px;
  background: #fff;
  padding: 4.375rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.carryCash .col-xl-5 .bayf-white-box h3 {
  color: var(--text-default, #1a191e);
  font-family: "DM Sans", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.92px;
}
.carryCash .col-xl-5 .bayf-white-box p {
  color: var(--text-default, #1a191e);
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
.carryCash .col-xl-5 .bayf-white-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  /* justify-content: center; */
  align-items: flex-start;
  flex-wrap: wrap;
}
.carryCash .col-xl-5 .bayf-white-box ul li {
  width: 50%;
}
.carryCash .col-xl-5 .bayf-white-box ul li a {
  flex: 1 1 100%;
  color: #1a191e;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  padding-block: 10px;
}
.carryCash .col-xl-5 .bayf-white-box ul li a img {
  margin-right: 16px;
}
.carryCash .col-xl-5 .bayf-white-box .btn-box {
  padding-top: 37px;
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 305px);
    height: -webkit-calc(100vh - 305px);
  }
  .carryCash .col-xl-5 .bayf-white-box h3 {
    font-size: 2.5rem;
  }
  .carryCash .col-xl-5 .bayf-white-box p {
    font-size: 0.9rem;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.725rem;
    padding-block: 5px;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .carryCash .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 1280px) and (max-width: 1280px) and (min-height: 1024px) and (max-height: 1024px) {
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 615px);
    height: -webkit-calc(100vh- 615px);
    padding: 3.375rem;
  }
  .carryCash .col-xl-5 .bayf-white-box h3 {
    font-size: 2rem;
  }
  .carryCash .col-xl-5 .bayf-white-box p {
    font-size: 0.8rem;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.675rem;
    padding-block: 5px;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .carryCash .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 213px);
    height: -webkit-calc(100vh - 213px);
  }
  .carryCash .col-xl-5 .bayf-white-box h3 {
    font-size: 3rem;
  }
  .carryCash .col-xl-5 .bayf-white-box p {
    font-size: 1rem;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.825rem;
    padding-block: 5px;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .carryCash .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 1366px) and (max-width: 1366px) and (min-height: 768px) and (max-height: 768px) {
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 330px) !important;
    height: -webkit-calc(100vh - 330px) !important;
  }
  .carryCash .col-xl-5 .bayf-white-box h3 {
    font-size: 3rem;
  }
  .carryCash .col-xl-5 .bayf-white-box p {
    font-size: 1rem;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.755rem;
    padding-block: 5px;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .carryCash .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 1400px) and (max-width: 1400px) {
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 450px) !important;
    height: -webkit-calc(100vh - 450px) !important;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 435px);
    height: -webkit-calc(100vh - 435px);
  }
  .carryCash .col-xl-5 .bayf-white-box h3 {
    font-size: 3rem;
  }
  .carryCash .col-xl-5 .bayf-white-box p {
    font-size: 1rem;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.825rem;
    padding-block: 5px;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .carryCash .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) and (min-height: 768px) and (max-height: 783px) {
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 321px);
    height: -webkit-calc(100vh - 321px);
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 266px);
    height: -webkit-calc(100vh - 266px);
    padding: 3.375rem;
  }
  .carryCash .col-xl-5 .bayf-white-box h3 {
    font-size: 3rem;
  }
  .carryCash .col-xl-5 .bayf-white-box p {
    font-size: 1rem;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.825rem;
    padding-block: 5px;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .carryCash .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) and (min-height: 900px) and (max-height: 933px) {
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 389px);
    height: -webkit-calc(100vh - 389px);
  }
}
@media (min-width: 1680px) and (max-width: 1680px) and (min-height: 1050px) and (max-height: 1050px) {
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 505px);
    height: -webkit-calc(100vh - 505px);
    padding: 3.375rem;
  }
  .carryCash .col-xl-5 .bayf-white-box h3 {
    font-size: 3rem;
  }
  .carryCash .col-xl-5 .bayf-white-box p {
    font-size: 1rem;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.825rem;
    padding-block: 5px;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .carryCash .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 1680px) and (max-width: 1680px) and (min-height: 800px) and (max-height: 800px) {
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 361px);
    height: -webkit-calc(100vh-361px);
    padding: 3.375rem;
  }
  .carryCash .col-xl-5 .bayf-white-box h3 {
    font-size: 3rem;
  }
  .carryCash .col-xl-5 .bayf-white-box p {
    font-size: 1rem;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.825rem;
    padding-block: 5px;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .carryCash .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 1600px) and (max-width: 1600px) and (min-height: 900px) and (max-height: 900px) {
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 383px);
    height: -webkit-calc(100vh - 383px);
    padding: 3.375rem;
  }
  .carryCash .col-xl-5 .bayf-white-box h3 {
    font-size: 3rem;
  }
  .carryCash .col-xl-5 .bayf-white-box p {
    font-size: 1rem;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.825rem;
    padding-block: 5px;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .carryCash .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 1920px) and (max-width: 1920px) and (min-height: 1080px) and (max-height: 1080px) {
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 455px);
    height: -webkit-calc(100vh - 455px);
  }
  .carryCash .col-xl-5 .bayf-white-box h3 {
    font-size: 4rem;
  }
  .carryCash .col-xl-5 .bayf-white-box p {
    font-size: 1.5rem;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a {
    font-size: 1.125rem;
    padding-block: 5px;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .carryCash .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 2048px) and (max-width: 2048px) and (min-height: 1080px) and (max-height: 1080px) {
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 531px);
    height: -webkit-calc(100vh-531px);
  }
  .carryCash .col-xl-5 .bayf-white-box h3 {
    font-size: 4rem;
  }
  .carryCash .col-xl-5 .bayf-white-box p {
    font-size: 1.5rem;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a {
    font-size: 1.125rem;
    padding-block: 5px;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .carryCash .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 2200px) {
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 760px);
    height: -webkit-calc(100vh - 760px);
  }
  .carryCash .col-xl-5 .bayf-white-box h3 {
    font-size: 3.5rem;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a {
    padding-block: 5px;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .carryCash .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 3800px) {
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 1615px);
    height: -webkit-calc(100vh-1615px);
    padding: 3rem;
  }
  .carryCash .col-xl-5 .bayf-white-box h3 {
    font-size: 2.8rem;
  }
  .carryCash .col-xl-5 .bayf-white-box p {
    font-size: 0.85rem;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.825rem;
    padding-block: 5px;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .carryCash .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
}
@media (min-width: 5120px) and (max-width: 5120px) and (min-height: 2880px) and (max-height: 2880px) {
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 2335px);
    height: -webkit-calc(100vh-2335px);
    padding: 2rem;
  }
  .carryCash .col-xl-5 .bayf-white-box h3 {
    font-size: 2rem;
  }
  .carryCash .col-xl-5 .bayf-white-box p {
    font-size: 0.8rem;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.625rem;
    padding-block: 5px;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 10px;
  }
  .carryCash .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 21px;
  }
  .carryCash .col-xl-5 .bayf-white-box .btn-box .colorGreen,
  .carryCash .col-xl-5 .bayf-white-box .btn-box .colorTransparent {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-font-size: 0.825rem;
    --bs-btn-line-height: 1rem;
  }
}
@media (min-width: 2560px) and (max-width: 2560px) and (min-height: 1080px) and (max-height: 1080px) {
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 233px);
    height: -webkit-calc(100vh - 233px);
  }
}
@media (min-width: 1280px) and (max-width: 1280px) and (min-height: 800px) and (max-height: 800px) {
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 385px);
    height: -webkit-calc(100vh - 385px);
  }
}

/* carryCash */
/* section5 */
.section5 {
  padding-top: 9.188rem;
  padding-inline: 26px;
}
.section5 .ml-40-minus {
  margin-left: -40px;
}

/* section5 */
/* bpm */
.bpm {
  padding-top: 9.188rem;
  padding-inline: 26px;
  padding-bottom: 10.938rem;
}
.bpm .g-195 {
  --bs-gutter-y: 1.95rem;
}
.bpm .color-bx {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.bpm .color-bx .details {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 375px;
}
.bpm .color-bx .details h3 {
  color: #fff;
  font-family: DM Sans;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.92px;
}
.bpm .color-bx .details p {
  color: #fff;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.bpm .color-bx .details a {
  color: #fff;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}
.bpm .color-bx .details a:hover {
  text-decoration: underline;
}
.bpm .color-bx.orange .details {
  bottom: 60px;
  left: 30px;
  width: 295px;
}
.bpm .color-bx.green .details {
  bottom: 50%;
  left: 30px;
  width: 375px;
  transform: translate(0, 60%);
}
.bpm .color-bx.blue .details {
  bottom: 50%;
  left: 30px;
  width: 375px;
  transform: translate(0, 50%);
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .bpm .color-bx .details {
    width: 375px;
  }
  .bpm .color-bx .details h3 {
    font-size: 34px;
  }
  .bpm .color-bx .details p {
    font-size: 16px;
  }
  .bpm .color-bx .details a {
    font-size: 16px;
  }
  .bpm .color-bx.orange .details {
    bottom: 60px;
    left: 30px;
    width: 205px;
  }
  .bpm .color-bx.green .details {
    bottom: 50%;
    left: 30px;
    width: 255px;
    transform: translate(0, 60%);
  }
  .bpm .color-bx.blue .details {
    bottom: 50%;
    left: 30px;
    width: 255px;
    transform: translate(0, 50%);
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .bpm .color-bx .details {
    width: 375px;
  }
  .bpm .color-bx .details h3 {
    font-size: 34px;
  }
  .bpm .color-bx .details p {
    font-size: 16px;
  }
  .bpm .color-bx .details a {
    font-size: 16px;
  }
  .bpm .color-bx.orange .details {
    bottom: 60px;
    left: 30px;
    width: 205px;
  }
  .bpm .color-bx.green .details {
    bottom: 50%;
    left: 30px;
    width: 255px;
    transform: translate(0, 60%);
  }
  .bpm .color-bx.blue .details {
    bottom: 50%;
    left: 30px;
    width: 255px;
    transform: translate(0, 50%);
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .bpm .color-bx .details {
    width: 375px;
  }
  .bpm .color-bx .details h3 {
    font-size: 34px;
  }
  .bpm .color-bx .details p {
    font-size: 16px;
  }
  .bpm .color-bx .details a {
    font-size: 16px;
  }
  .bpm .color-bx.orange .details {
    bottom: 60px;
    left: 30px;
    width: 205px;
  }
  .bpm .color-bx.green .details {
    bottom: 50%;
    left: 30px;
    width: 275px;
    transform: translate(0, 60%);
  }
  .bpm .color-bx.blue .details {
    bottom: 50%;
    left: 30px;
    width: 255px;
    transform: translate(0, 50%);
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .bpm .color-bx .details {
    width: 375px;
  }
  .bpm .color-bx .details h3 {
    font-size: 34px;
  }
  .bpm .color-bx .details p {
    font-size: 16px;
  }
  .bpm .color-bx .details a {
    font-size: 16px;
  }
  .bpm .color-bx.orange .details {
    bottom: 60px;
    left: 30px;
    width: 205px;
  }
  .bpm .color-bx.green .details {
    bottom: 50%;
    left: 30px;
    width: 275px;
    transform: translate(0, 60%);
  }
  .bpm .color-bx.blue .details {
    bottom: 50%;
    left: 30px;
    width: 255px;
    transform: translate(0, 50%);
  }
}
@media (min-width: 5120px) {
  .bpm .g-195 {
    --bs-gutter-y: 1.15rem;
  }
}
.bpm.keyFeatures .color-bx .details {
  padding: 60px 100px 0;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.bpm.keyFeatures .color-bx .details h3 {
  color: #fff;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: DM Sans;
  font-size: 51.409px;
  font-style: normal;
  font-weight: 700;
  line-height: 65.69px;
}
.bpm.keyFeatures .color-bx .details p {
  color: #fff;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: DM Sans;
  font-size: 22.849px;
  font-style: normal;
  font-weight: 400;
  line-height: 39.985px;
}
.bpm.blocator .color-bx .details {
  padding: 60px 60px 0;
  width: 55%;
  bottom: 50%;
  left: 0;
  text-align: left;
  transform: translate(0, 50%);
}
.bpm.blocator .color-bx .details h3 {
  color: #fff;
  font-family: DM Sans;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.92px;
  margin-bottom: 50px;
}
.bpm.blocator .color-bx .details p {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .bpm .container .col-md-8.m-auto {
    width: 100%;
  }
  .bpm.keyFeatures .color-bx .details {
    padding: 30px 30px 0;
  }
  .bpm.keyFeatures .color-bx .details h3 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  .bpm.keyFeatures .color-bx .details p {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .bpm.blocator .color-bx .details {
    padding: 30px 30px 0;
  }
  .bpm.blocator .color-bx .details h3 {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .bpm.blocator .color-bx .details p {
    font-size: 1rem;
    line-height: 1.3;
  }
}

@media (min-width: 767px) and (max-width: 1199px) {
  .portfolio.blocator {
    padding-top: 5.688rem;
  }
  .branch-locator-map .branches-list {
    padding-left: 0 !important;
  }
  .branch-locator-map .select-bx {
    padding-left: 0 !important;
  }
}
/* bpm */
/* branch-locator-map */
.branch-locator-map {
  padding-top: 3.375rem;
  padding-bottom: 4.625rem;
  padding-inline: 26px;
}
.branch-locator-map .container-fluid {
  border-radius: 40px;
  background: #fff;
  padding: 32px;
}
.branch-locator-map .container-fluid .select-bx {
  padding-top: 30px;
  padding-left: 50px;
}
.branch-locator-map .container-fluid .select-bx .select2 {
  display: inline-block;
  margin-right: 16px;
}
.branch-locator-map .container-fluid .select-bx .select2.select2-container .select2-selection--single {
  height: 55px;
  border-radius: 10px;
}
.branch-locator-map .container-fluid .select-bx .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px;
  color: #9795b5;
  font-feature-settings: "clig" off, "liga" off;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.branch-locator-map .container-fluid .select-bx .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px;
}
.branch-locator-map .container-fluid .select-bx button {
  border: none;
  box-shadow: none;
  background: none;
  width: 54px;
  display: contents;
  margin-left: 16px;
}
.branch-locator-map .container-fluid .select-bx button img {
  width: 54px;
}
.branch-locator-map .container-fluid .branches-list {
  padding-top: 40px;
  padding-left: 50px;
}
.branch-locator-map .container-fluid .branches-list h4 {
  color: #1a191e;
  font-feature-settings: "clig" off, "liga" off;
  font-family: DM Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
.branch-locator-map .container-fluid .branches-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  height: 527px;
  scrollbar-width: thin;
  scrollbar-color: #c5c5c5;
}
.branch-locator-map .container-fluid .branches-list ul li {
  color: #1a191e;
  font-feature-settings: "clig" off, "liga" off;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 35px 0;
  border-bottom: 1px solid #c5c5c5;
}
.branch-locator-map .container-fluid .branches-list ul li:last-child {
  border: none;
}
.branch-locator-map .container-fluid .branches-list ul::-webkit-scrollbar {
  width: 5px;
}
.branch-locator-map .container-fluid .branches-list ul::-webkit-scrollbar-track {
  background: none;
}
.branch-locator-map .container-fluid .branches-list ul::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
  border-radius: 6px;
  border: 3px solid #c5c5c5;
}
.branch-locator-map .container-fluid .map-area {
  padding: 30px;
}

/* footer */
footer {
  padding-top: 0.438rem;
  background: #f0f0f0;
  overflow-x: hidden;
  border-top: 1px solid #dedede;
}
footer .top-foot {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}
footer .top-foot .announcement-bx {
  width: 100%;
  border-top: 1px solid var(--bdGrey);
  border-bottom: 1px solid var(--bdGrey);
  display: flex;
  position: relative;
  overflow: hidden;
}
footer .top-foot .announcement-bx .ftr-latest-news-txt {
  font-family: var(--fontOpenSans);
  font-weight: var(--fontWeightBold);
  color: var(--colorBlack);
  font-size: var(--fontSize16);
  line-height: var(--lineHeight19);
  padding: 1.688rem 0.625rem 1.688rem 0;
  flex: 0 0 auto;
}
footer .top-foot .announcement-bx .murquee {
  position: relative;
  overflow: hidden;
  padding: 1.688rem 0;
  display: flex;
  align-items: center;
}
footer .top-foot .announcement-bx .murquee ul {
  list-style-type: none;
  padding: 0;
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  padding-left: 90%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: tic-h;
  animation-duration: 30s;
}
footer .top-foot .announcement-bx .murquee ul:hover {
  animation-play-state: paused;
}
footer .top-foot .announcement-bx .murquee ul li {
  border-right: 1px solid var(--bdGrey);
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding-left: 5rem;
}
footer .top-foot .announcement-bx .murquee ul li:last-child {
  padding-right: 0;
  border: none;
}
footer .top-foot .announcement-bx .murquee ul li a {
  font-family: var(--fontOpenSans);
  color: var(--colorBlack);
  font-size: var(--fontSize16);
  line-height: var(--lineHeight19);
  text-decoration: none;
  font-weight: var(--fontWeightMedium);
}
@keyframes tic-h {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee {
  0% {
    left: 0%;
  }
  100% {
    left: -100%;
  }
}
footer .mdl-foot {
  padding-top: 2.813rem;
}
footer .mdl-foot .col:first-child {
  flex: 1 0 70px;
}
footer .mdl-foot .col:last-child {
  display: flex;
  flex: 1 0 150px;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-end;
}
footer .mdl-foot .ft-helpline {
  padding-top: 3.125rem;
}
footer .mdl-foot .ft-helpline.right {
  padding-top: 0rem;
}
footer .mdl-foot .ft-helpline span {
  font-size: var(--fontSize14);
  line-height: var(--lineHeight36);
  color: var(--colorDarkGray);
}
footer .mdl-foot .ft-helpline p {
  font-size: var(--fontSize36);
  line-height: var(--lineHeight36);
  color: var(--colorGreen);
}
footer .mdl-foot .ft-helpline p a {
  text-decoration: none;
  font-size: var(--fontSize36);
  line-height: var(--lineHeight36);
  color: #005baa;
}
footer .mdl-foot .quick-links {
  display: block;
}
footer .mdl-foot .quick-links ul {
  ist-style-type: none;
  margin: 0;
  padding: 0;
}
footer .mdl-foot .quick-links ul li {
  display: block;
  padding: 0.375rem 0;
}
footer .mdl-foot .quick-links ul li a {
  font-family: var(--fontOpenSans);
  color: var(--colorGreen);
  font-weight: 500;
  font-size: var(--fontSize18);
  line-height: var(--lineHeight21);
  text-decoration: none;
  transition: all 0.5s;
}
footer .mdl-foot .quick-links ul li a:hover, footer .mdl-foot .quick-links ul li a:focus {
  text-decoration: underline;
}
footer .mdl-foot .foot-nav {
  display: block;
  padding-bottom: 2.5rem;
}
footer .mdl-foot .foot-nav:last-child {
  padding-bottom: 0;
}
footer .mdl-foot .foot-nav h6 {
  font-family: var(--fontOpenSans);
  color: #005baa;
  font-weight: 500;
  font-size: var(--fontSize18);
  line-height: var(--lineHeight21);
}
footer .mdl-foot .foot-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .mdl-foot .foot-nav ul li {
  display: block;
  padding: 0.244rem 0;
}
footer .mdl-foot .foot-nav ul li a {
  font-family: var(--fontOpenSans);
  color: var(--colorDarkGray);
  font-weight: 400;
  font-size: var(--fontSize16);
  line-height: var(--lineHeight20);
  text-decoration: none;
  transition: all 0.5s;
}
footer .mdl-foot .foot-nav ul li a:hover, footer .mdl-foot .foot-nav ul li a:focus {
  text-decoration: underline;
}
footer .mdl-foot .ft-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
footer .mdl-foot .ft-social h4 {
  display: inline-block;
  font-size: var(--ftr-nav-heading);
  color: var(--colorDarkGray);
  text-transform: none;
  margin: 0;
  padding: 0;
}
footer .mdl-foot .ft-social ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .mdl-foot .ft-social ul li {
  display: inline-block;
  padding-right: 0.938rem;
}
footer .mdl-foot .ft-social ul li:last-child {
  padding-right: 0;
}
footer .btm-foot {
  width: 100%;
  height: 51px;
  border-top: 1px solid #dedede;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6.25rem;
}
footer .btm-foot nav {
  display: inline-block;
}
footer .btm-foot nav ul {
  list-style-type: none;
  margin: 0.125rem 0 0 0;
  padding: 0;
}
footer .btm-foot nav ul li {
  display: inline-block;
  padding: 0 0.938rem;
  border-right: 1px solid var(--colorDarkGray);
  color: var(--colorDarkGray);
}
footer .btm-foot nav ul li:last-child {
  border: none;
}
footer .btm-foot nav ul li a {
  font-family: var(--fontOpenSans);
  color: var(--colorDarkGray);
  font-weight: 500;
  font-size: var(--fontSize16);
  line-height: var(--lineHeight19);
  text-decoration: none;
  transition: all 0.5s;
}
footer .btm-foot nav ul li a:hover, footer .btm-foot nav ul li a:focus {
  text-decoration: underline;
}
footer .btm-foot nav ul li:first-child {
  padding-left: 0;
}
footer .foot-accordion .accordion .accordion-item {
  border: 0.5px solid #e5e5e5;
  border-left: none;
  border-right: none;
  border-bottom: none;
  background-color: transparent;
}
footer .foot-accordion .accordion .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
footer .foot-accordion .accordion .accordion-item:last-of-type {
  border-bottom: 0.5px solid #e5e5e5;
}
footer .foot-accordion .accordion .accordion-item .accordion-header .accordion-button {
  font-family: var(--fontOpenSans);
  background-color: transparent;
  color: var(--colorGreen);
  font-weight: 700;
  font-size: var(--fontSize16);
  line-height: var(--lineHeight21);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0.5rem 0.75rem;
}
footer .foot-accordion .accordion .accordion-item .accordion-header .accordion-button:after {
  width: auto;
  height: auto;
  background-image: none;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  line-height: 28px;
  font-size: 15px;
  font-weight: 900;
  color: var(--colorGreen);
  text-align: center;
  transform: rotate(0);
}
footer .foot-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--colorGreen);
  background-color: var(--colorWhite);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
footer .foot-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  background-image: none;
  transform: rotate(135deg);
}
footer .m-show .ft-mdl-logo-bx {
  border-top: 1px solid #e6e6e6;
  padding: 1.75rem 0 1.75rem;
}
footer .m-show .ft-mdl-logo-bx p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
footer .m-show .ft-mdl-logo-bx p a {
  margin-inline: 4px;
}
footer .m-show .mdl-foot {
  padding-top: 0;
}
footer .m-show .mdl-foot .ft-social {
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
}
footer .m-show .mdl-foot .ft-social h4 {
  font-size: var(--tab-nav-txt);
  color: var(--colorDarkGray);
}
footer .m-show .mdl-foot .ft-social ul {
  padding-left: 20px;
}
footer .m-show .btm-foot {
  height: auto;
  margin-top: 0;
  padding: 0.5rem 0;
}
footer .m-show .btm-foot nav {
  width: 100%;
  display: inline-block;
}
footer .m-show .btm-foot nav ul {
  margin: 0.125rem 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .m-show .btm-foot nav ul li {
  display: inline-block;
  padding: 0 0.938rem;
  border-right: 1px solid #595959;
}
footer .m-show .btm-foot nav ul li:last-child {
  border: none;
}
footer .m-show .btm-foot nav ul li a {
  text-decoration: none;
  transition: all 0.5s;
}
footer .m-show .btm-foot nav ul li a:hover, footer .m-show .btm-foot nav ul li a:focus {
  text-decoration: underline;
}
footer .m-show .btm-foot nav ul li:first-child {
  padding-left: 0;
}

/* footer */
/* branch-locator-map */
/* footer */
/* footer */
@media (min-width: 1200px) and (max-width: 1399px) {
  footer .mdl-foot .foot-nav h6 {
    min-height: 40px;
  }
  footer .mdl-foot .ft-helpline p a {
    font-size: var(--fontSize24);
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  footer .mdl-foot .ft-social {
    text-align: left;
    width: -moz-max-content;
    width: max-content;
  }
  footer .mdl-foot .ft-helpline p a {
    font-size: var(--fontSize24);
  }
  header .container-fluid .head-details.atm h3 {
    font-size: 80px;
    line-height: 110%;
    padding-bottom: 8px;
  }
  header .container-fluid .head-details.atm p {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 10px 0 0 0;
  }
  header .container-fluid .head-details.atm p span {
    font-size: 20px;
    font-style: normal;
    line-height: 30px;
  }
  header .container-fluid .head-details.atm h4 {
    font-size: 80px;
    font-style: normal;
    line-height: 110%;
    padding: 25px 0 0 0;
  }
  .bpm.keyFeatures .color-bx .details {
    padding: 30px 30px 0;
  }
  .bpm.keyFeatures .color-bx .details h3 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  .bpm.keyFeatures .color-bx .details p {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .bpm.blocator .color-bx .details {
    padding: 30px 30px 0;
  }
  .bpm.blocator .color-bx .details h3 {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .bpm.blocator .color-bx .details p {
    font-size: 1rem;
    line-height: 1.3;
  }
  .branch-locator-map .select-bx {
    padding-left: 30px !important;
    height: 85px;
  }
  .branch-locator-map .branches-list {
    padding-left: 30px !important;
  }
  .branch-locator-map .branches-list h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    height: 30px;
  }
  .branch-locator-map .branches-list ul {
    height: 40vh !important;
  }
  .branch-locator-map .branches-list ul li {
    padding: 15px 0 !important;
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) and (min-width: 1280px) and (max-width: 1280px) {
  .branch-locator-map .branches-list ul {
    height: 38vh !important;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) and (min-width: 1366px) and (max-width: 1366px) {
  .branch-locator-map .branches-list ul {
    height: 40vh !important;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) and (min-width: 1440px) and (max-width: 1440px) {
  .branch-locator-map .branches-list ul {
    height: 43vh !important;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) and (min-width: 1600px) and (max-width: 1600px) {
  .branch-locator-map .branches-list ul {
    height: 32vh !important;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) and (min-width: 1600px) and (max-width: 1600px) and (min-height: 900px) and (max-height: 900px) {
  .branch-locator-map .branches-list ul {
    height: 42vh !important;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) and (min-width: 1680px) and (max-width: 1680px) {
  .branch-locator-map .branches-list ul {
    height: 36vh !important;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) and (min-width: 1680px) and (max-width: 1680px) and (min-height: 800px) and (max-height: 900px) {
  .branch-locator-map .branches-list ul {
    height: 48vh !important;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  .compare-box .compare-box-area .table .dash {
    font-size: 1.9rem;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }
  footer {
    padding-top: 0;
  }
  header {
    padding-inline: 0px;
  }
  header .m-menu-main .m-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
  }
  header .m-menu-main .m-menu .hamburger-icons-area {
    display: flex;
    width: 25%;
    justify-content: space-between;
    align-items: center;
  }
  header .m-menu-main .m-menu .hamburger-icons-area .search-btn a {
    width: 40px;
    height: 40px;
    padding: 10px;
    display: block;
    line-height: 20px;
  }
  header .m-menu-main .m-menu .hamburger-icons-area .search-btn a svg {
    width: 18px;
    margin-top: -5px;
  }
  header .m-menu-main .m-menu .hamburger-icons-area a {
    color: white;
    font-size: 30px;
  }
  header .m-menu-main nav {
    background-color: white;
    height: 100vh;
    position: absolute;
    left: 0;
    padding: 30px 0;
    width: 100%;
    display: none;
  }
  header .m-menu-main nav ul {
    flex-direction: column;
  }
  header .m-menu-main nav ul li {
    margin-block: 10px;
  }
  header .m-menu-main nav ul li a {
    color: var(--text-default, #1a191e);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
    transition: all 0.5s;
  }
  header .m-menu-main nav ul .accordion .accordion-item {
    border: none;
  }
  header .m-menu-main nav ul .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--text-default, #1a191e);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
    transition: all 0.5s;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .m-menu-main nav ul .accordion .accordion-item .accordion-header .accordion-button:focus {
    border: none;
    box-shadow: none;
  }
  header .m-menu-main nav ul .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #0259a5;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .m-menu-main nav ul .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    filter: brightness(100);
  }
  header .m-menu-main nav ul .accordion .accordion-item .accordion-body {
    padding: 0;
  }
  header .container-fluid {
    padding: 30px 10px;
    background-size: cover;
    background-position: center top;
    background-image: url("../images/head-bg-mob.png");
    border-radius: 0;
  }
  header .container-fluid .head-details {
    text-align: center;
    padding-top: 40px;
    padding-inline: 25px;
  }
  header .container-fluid .head-details h3 {
    font-size: 3.25rem;
    letter-spacing: 0px;
    line-height: 40px;
  }
  header .container-fluid .head-details h3 .animation > div > div {
    padding: 0.25rem 0rem;
    height: 4.5rem;
    margin-bottom: 2.81rem;
    display: inline-block;
  }
  header .container-fluid .head-details h3 .animation {
    height: 4.25rem;
  }
  header .container-fluid .head-details p {
    font-size: 12px;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 125%;
  }
  header .container-fluid .btm-link {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  header .container-fluid .btm-link ul {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  header .container-fluid .btm-link ul li a {
    font-size: 16px;
  }
  .bayf {
    padding-top: 4.688rem;
    padding-inline: 0px;
  }
  .bayf .bayf-swiper .swiper-pagination {
    width: 70px;
    left: 12px;
    bottom: 9px;
  }
  .bayf .bayf-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 3px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.5);
  }
  .bayf .col-xl-5 .bayf-white-box {
    height: auto;
    padding: 40px 18px;
    border-radius: 0px 0px 20px 20px;
  }
  .bayf .col-xl-5 .bayf-white-box p {
    font-size: 1.3rem;
    text-align: left;
  }
  .bayf .col-xl-5 .bayf-white-box h3 {
    font-size: 2rem;
    text-align: left;
    width: 100%;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a {
    font-size: 1rem;
    padding-block: 5px;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 5px;
    width: 16px;
  }
  .bayf .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 15px;
    width: 100%;
  }
  .bayf .col-xl-5 .bayf-white-box .btn-box a:first-child {
    margin-right: 60px;
  }
  .section3 {
    padding-top: 40px;
    padding-inline: 0;
  }
  .carryCash {
    padding-top: 40px;
    padding-inline: 0;
  }
  .carryCash .col-rev {
    flex-direction: column-reverse;
  }
  .carryCash .bayf-swiper .swiper-pagination {
    width: 70px;
    left: 12px;
    right: auto;
    bottom: 9px;
  }
  .carryCash .bayf-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 3px;
  }
  .carryCash .col-xl-5 .bayf-white-box {
    height: auto;
    padding: 40px 18px;
    border-radius: 0px 0px 20px 20px;
  }
  .carryCash .col-xl-5 .bayf-white-box p {
    font-size: 1.3rem;
    text-align: left;
  }
  .carryCash .col-xl-5 .bayf-white-box h3 {
    font-size: 2rem;
    text-align: left;
    width: 100%;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a {
    font-size: 1rem;
    padding-block: 5px;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 5px;
    width: 16px;
  }
  .carryCash .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 15px;
  }
  .section5 {
    padding-top: 40px;
    padding-inline: 0;
  }
  .section5 .ml-40-minus {
    margin-left: -5px;
  }
  .bpm {
    padding-top: 40px;
    padding-inline: 0px;
    padding-bottom: 50px;
  }
  .bpm .g-195 {
    --bs-gutter-y: unset;
  }
  .bpm .color-bx {
    margin-top: 20px;
  }
  .bpm .color-bx .img-bx img {
    width: 100%;
  }
  .bpm .color-bx.orange .details {
    top: unset;
    bottom: 60px;
    left: 0px;
    width: 50%;
    padding: 0 20px;
  }
  .bpm .color-bx.green .details {
    bottom: unset;
    top: 50%;
    left: 0px;
    width: 50%;
    padding: 0 20px;
    transform: translate(0%, -50%);
  }
  .bpm .color-bx.blue .details {
    bottom: unset;
    top: 50%;
    left: 0px;
    width: 58%;
    padding: 0 20px;
    transform: translate(0%, -50%);
  }
  .bpm .color-bx .details h3 {
    font-size: 24px;
  }
  .bpm .color-bx .details p {
    font-size: 12px;
    line-height: 105%;
  }
  .bpm .color-bx .details a {
    font-size: 12px;
  }
  .bpm.keyFeatures .color-bx .details {
    padding: 30px 30px 0;
  }
  .bpm.keyFeatures .color-bx .details h3 {
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .bpm.keyFeatures .color-bx .details p {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .bpm.blocator {
    padding-inline: 15px !important;
  }
  .bpm.blocator .color-bx .details {
    padding: 30px 30px 0;
    top: 0;
    bottom: auto;
    transform: translate(0, 0px);
    width: 100%;
    text-align: center;
  }
  .bpm.blocator .color-bx .details h3 {
    font-size: 2.8rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .bpm.blocator .color-bx .details p {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .branch-locator-map {
    padding-inline: 10px !important;
  }
  .branch-locator-map .container-fluid .map-area {
    padding: 0px;
  }
  .branch-locator-map .select-bx {
    padding-left: 0 !important;
  }
  .branch-locator-map .branches-list {
    padding-left: 0 !important;
  }
  .portfolio.blocator {
    padding-top: 4.688rem;
  }
  .title h3 {
    font-size: 2.5rem;
  }
  .title p {
    font-size: 1rem;
  }
  .fixedPosition {
    overflow: hidden;
  }
  .key-sec {
    padding-inline: 0 !important;
  }
  .whgyc h2 {
    font-size: 2.5rem;
  }
  .whgyc .swiper-slide {
    width: 120px !important;
  }
  .whgyc .swiper-slide a li img {
    width: 55px;
  }
  .whgyc .swiper-slide a li h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .d-show {
    display: none;
  }
  .m-show {
    display: none;
  }
  .t-show {
    display: block;
  }
  body {
    padding-top: 0px;
  }
  header {
    padding-inline: 0px;
  }
  header .m-menu-main .m-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
  }
  header .m-menu-main .m-menu .hamburger-icons-area {
    display: flex;
    width: 15%;
    justify-content: space-between;
    align-items: center;
  }
  header .m-menu-main .m-menu .hamburger-icons-area .search-btn a {
    width: 40px;
    height: 40px;
    padding: 10px;
    display: block;
    line-height: 20px;
  }
  header .m-menu-main .m-menu .hamburger-icons-area .search-btn a svg {
    width: 18px;
    margin-top: -5px;
  }
  header .m-menu-main .m-menu .hamburger-icons-area a {
    color: white;
    font-size: 30px;
  }
  header .m-menu-main nav {
    background-color: white;
    height: 100vh;
    position: absolute;
    left: 0;
    padding: 30px 0;
    width: 100%;
    display: none;
  }
  header .m-menu-main nav ul {
    flex-direction: column;
  }
  header .m-menu-main nav ul li {
    margin-block: 10px;
  }
  header .m-menu-main nav ul li a {
    color: var(--text-default, #1a191e);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
    transition: all 0.5s;
  }
  header .m-menu-main nav ul .accordion .accordion-item {
    border: none;
  }
  header .m-menu-main nav ul .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--text-default, #1a191e);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
    transition: all 0.5s;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .m-menu-main nav ul .accordion .accordion-item .accordion-header .accordion-button:focus {
    border: none;
    box-shadow: none;
  }
  header .m-menu-main nav ul .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #0259a5;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .m-menu-main nav ul .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    filter: brightness(100);
  }
  header .m-menu-main nav ul .accordion .accordion-item .accordion-body {
    padding: 0;
  }
  header .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    max-width: 100%;
  }
  header .container-fluid .head-details {
    text-align: center;
    padding-top: 40px;
  }
  header .container-fluid .head-details h3 {
    font-size: 3.25rem;
    letter-spacing: 0px;
    line-height: 40px;
  }
  header .container-fluid .head-details h3 .animation > div > div {
    padding: 0.25rem 0rem;
    height: 4.5rem;
    margin-bottom: 2.81rem;
    display: inline-block;
  }
  header .container-fluid .head-details h3 .animation {
    height: 4.25rem;
  }
  header .container-fluid .head-details p {
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 125%;
  }
  header .container-fluid .btm-link {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  header .container-fluid .btm-link ul {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  header .container-fluid .btm-link ul li a {
    font-size: 16px;
  }
  .bayf {
    padding-top: 4.688rem;
    padding-inline: 0px;
  }
  .bayf .bayf-swiper .swiper-pagination {
    width: 5px;
    left: 0px;
    bottom: 0px;
  }
  .bayf .bayf-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 55px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.5);
  }
  .bayf .col-xl-5 .bayf-white-box {
    height: auto;
    padding: 40px;
  }
  .bayf .col-xl-5 .bayf-white-box p {
    font-size: 1.3rem;
    text-align: center;
  }
  .bayf .col-xl-5 .bayf-white-box h3 {
    font-size: 3rem;
    text-align: center;
    width: 100%;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a {
    font-size: 1rem;
    padding-block: 5px;
  }
  .bayf .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 5px;
  }
  .bayf .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 15px;
  }
  .section3 {
    padding-top: 40px;
    padding-inline: 0;
  }
  .carryCash {
    padding-top: 40px;
    padding-inline: 0;
  }
  .carryCash .col-rev {
    flex-direction: column-reverse;
  }
  .carryCash .bayf-swiper .swiper-pagination {
    width: 5px;
    left: auto;
    right: 10px;
    bottom: 0px;
  }
  .carryCash .bayf-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 55px;
  }
  .carryCash .col-xl-5 .bayf-white-box {
    height: auto;
    padding: 40px;
  }
  .carryCash .col-xl-5 .bayf-white-box p {
    font-size: 1.3rem;
    text-align: center;
  }
  .carryCash .col-xl-5 .bayf-white-box h3 {
    font-size: 3rem;
    text-align: center;
    width: 100%;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a {
    font-size: 1rem;
    padding-block: 5px;
  }
  .carryCash .col-xl-5 .bayf-white-box ul li a img {
    margin-right: 5px;
  }
  .carryCash .col-xl-5 .bayf-white-box .btn-box {
    padding-top: 15px;
  }
  .section5 {
    padding-top: 40px;
    padding-inline: 0;
  }
  .section5 .ml-40-minus {
    margin-left: -5px;
  }
  .bpm {
    padding-top: 40px;
    padding-inline: 0px;
    padding-bottom: 50px;
  }
  .bpm .g-195 {
    --bs-gutter-y: unset;
  }
  .bpm .color-bx {
    margin-top: 20px;
  }
  .bpm .color-bx.orange .details {
    top: 55%;
    bottom: unset;
    left: 5%;
    width: 50%;
    padding: 0 10px;
  }
  .bpm .color-bx.green .details {
    bottom: unset;
    top: 0;
    left: 5%;
    width: 50%;
    padding: 0 10px;
  }
  .bpm .color-bx.blue .details {
    top: 0;
    bottom: unset;
    left: 5%;
    width: 50%;
    padding: 0 10px;
  }
  .bpm .color-bx .details h3 {
    font-size: 30px;
  }
  .bpm .color-bx .details p {
    font-size: 16px;
    line-height: 105%;
  }
  .bpm .color-bx .details a {
    font-size: 16px;
  }
  .title h3 {
    font-size: 3rem;
  }
  .title p {
    font-size: 16px;
  }
  .fixedPosition {
    overflow: hidden;
  }
  .portfolio.blocator {
    padding-inline: 10px !important;
  }
  .portfolio.keyFeatures {
    padding-inline: 0px !important;
  }
  .branch-locator-map {
    padding-inline: 10px !important;
  }
  .branch-locator-map .container-fluid .map-area {
    padding: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .branch-locator-map .branches-list ul {
    height: 220px !important;
  }
  .branch-locator-map .branches-list ul li {
    padding: 15px 0 !important;
    font-size: 16px !important;
  }
  body {
    padding-top: 0;
  }
  header {
    padding-inline: 0px;
  }
  header .container-fluid {
    max-width: 100%;
  }
  header .container-fluid .head-details {
    text-align: center;
  }
  .bayf .bayf-swiper .swiper-pagination {
    left: 10px;
  }
  .bayf .col-xl-5 .bayf-white-box {
    height: auto;
  }
  .carryCash .col-xl-5 .bayf-white-box {
    height: auto;
  }
  .carryCash .bayf-swiper .swiper-pagination {
    right: 10px;
  }
  .management-feat-main .management-feat .content-area {
    text-align: center;
  }
  .management-feat-main .management-feat .content-area .text-area {
    width: 60%;
    margin: 0 auto;
  }
}
.inner-head {
  padding-top: 6.375rem;
  text-align: center;
}
.inner-head h2 {
  color: var(--colorWhite);
  text-align: center;
  /* heading/medium */
  font-family: "DM Sans", sans-serif;
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -3px;
  margin-bottom: 20px;
}
.inner-head h2.debit-cards-heading {
  font-size: 4rem;
}
.inner-head p {
  color: var(--colorWhite);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.inner-head img.top-40 {
  margin-top: 40px;
}

.breadcrumb-appstore {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5.063rem 0 2rem;
}
.breadcrumb-appstore .breadcrumb-sec {
  display: inline-block;
  text-align: left;
  padding: 7px 0 0;
}
.breadcrumb-appstore .breadcrumb-sec .breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.breadcrumb-appstore .breadcrumb-sec .breadcrumb .breadcrumb-item {
  padding-right: 0 !important;
  padding-left: 0 !important;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.188rem;
  display: flex;
}
.breadcrumb-appstore .breadcrumb-sec .breadcrumb .breadcrumb-item::before {
  display: inline-block;
  color: var(--colorWhite);
  content: "/";
  padding: 0 1.063rem;
  padding-top: 0;
  font-size: 1rem;
  line-height: 1.188rem;
  font-weight: 300;
}
.breadcrumb-appstore .breadcrumb-sec .breadcrumb .breadcrumb-item:first-child:before {
  content: "";
  padding-left: 0;
}
.breadcrumb-appstore .breadcrumb-sec .breadcrumb .breadcrumb-item.active {
  color: var(--colorWhite);
  padding-top: 0;
}
.breadcrumb-appstore .breadcrumb-sec .breadcrumb .breadcrumb-item.active::before {
  padding-top: 0;
  font-size: 1rem;
  line-height: 1.188rem;
  font-weight: 300;
}
.breadcrumb-appstore .breadcrumb-sec .breadcrumb .breadcrumb-item a {
  color: var(--colorWhite);
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.188rem;
  text-decoration: none;
}
.breadcrumb-appstore .breadcrumb-sec .breadcrumb .breadcrumb-item a img {
  vertical-align: text-top;
}
.breadcrumb-appstore .appStore-icons {
  display: flex;
  justify-content: space-between;
}
.breadcrumb-appstore .appStore-icons a {
  text-decoration: none;
  display: inline-block;
  margin: 0 0.813rem;
}
.breadcrumb-appstore .appStore-icons a img {
  display: block;
}

/* portfolio */
.portfolio {
  padding-top: 6.688rem;
  padding-inline: 26px;
}
.portfolio.keyFeatures {
  padding-top: 5.813rem;
  padding-bottom: 0;
}
.portfolio.blocator {
  padding-inline: 26px;
  padding-bottom: 0;
}
.portfolio.blocator .container-fluid {
  padding: 0;
}
.portfolio .portfolio-bg {
  border-radius: 2.5rem;
  background: #fff;
  padding: 5.313rem 0 0;
}
.portfolio .portfolio-bg .hide {
  opacity: 0;
}
.portfolio .portfolio-bg .show {
  opacity: 1;
}
.portfolio .portfolio-bg .btn-box .modal-popup {
  margin-top: 20px;
  position: absolute;
  top: 8rem;
  width: 100%;
}
.portfolio .portfolio-bg .btn-box .modal-popup .modal-content {
  padding: 15px;
  border-radius: 10px;
  text-align: start;
  transition: all 1s ease;
}
.portfolio .portfolio-bg .btn-box .modal-popup .modal-content .modal-header {
  align-items: flex-start;
}
.portfolio .portfolio-bg .btn-box .modal-popup .modal-content .modal-header .btn-close {
  filter: invert(1);
  opacity: 1;
}
.portfolio .portfolio-bg .btn-box .modal-popup .modal-content .modal-header h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 22px;
}
.portfolio .portfolio-bg .btn-box .modal-popup .modal-content .modal-body p {
  font-size: 14px;
}
.portfolio .portfolio-bg .top {
  padding-bottom: 4.375rem;
}
.portfolio .portfolio-bg .top h4 {
  color: #2f3045;
  font-family: "DM Sans", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.92px;
}
.portfolio .portfolio-bg .top p {
  color: var(--text-default, #1a191e);
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  min-height: 100px;
}
.portfolio .portfolio-bg .limits-box table tr td {
  padding: 1.063rem 0.5rem;
  color: #b6b6b6;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "DM Sans", sans-serif;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  width: 50%;
  text-align: center;
}
.portfolio .portfolio-bg .limits-box table tr td:last-child {
  background-color: #f6f6f6;
  color: #797979;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.portfolio .portfolio-bg .portfolio-tabs {
  padding-top: 4.688rem;
}
.portfolio .portfolio-bg .portfolio-tabs .nav-tabs {
  background: #f6f6f6;
  border-radius: 10px 10px 0px 0px;
  width: -moz-fit-content;
  width: fit-content;
}
.portfolio .portfolio-bg .portfolio-tabs .nav-tabs .nav-item .nav-link {
  color: #c5c5c5;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  background: none;
  border: none;
  border-bottom: 2px solid #c5c5c5;
  border-radius: 0px 0px 0px 0px;
}
.portfolio .portfolio-bg .portfolio-tabs .nav-tabs .nav-item .nav-link.active {
  color: #5bb5a2;
  border-color: #5bb5a2;
}
.portfolio .portfolio-bg .portfolio-tabs .tab-content {
  padding: 3.188rem 0 3.438rem;
}
.portfolio .portfolio-bg .portfolio-tabs .tab-content .tab-pane .swiper {
  padding: 0 50px;
}
.portfolio .portfolio-bg .portfolio-tabs .tab-content .tab-pane .swiper .swiper-button-prev,
.portfolio .portfolio-bg .portfolio-tabs .tab-content .tab-pane .swiper .swiper-rtl .swiper-button-next {
  left: -7px;
  right: auto;
}
.portfolio .portfolio-bg .portfolio-tabs .tab-content .tab-pane .swiper .swiper-button-next,
.portfolio .portfolio-bg .portfolio-tabs .tab-content .tab-pane .swiper .swiper-button-prev {
  right: -7px;
  color: #bababa;
}
.portfolio .portfolio-bg .portfolio-tabs .tab-content .tab-pane .swiper .swiper-button-next:after, .portfolio .portfolio-bg .portfolio-tabs .tab-content .tab-pane .swiper .swiper-button-next:after,
.portfolio .portfolio-bg .portfolio-tabs .tab-content .tab-pane .swiper .swiper-button-prev:after,
.portfolio .portfolio-bg .portfolio-tabs .tab-content .tab-pane .swiper .swiper-button-prev:after {
  font-size: 1.5rem;
}

/* portfolio */
.keyFeature-box-slide {
  position: relative;
}
.keyFeature-box-slide .keyFeature-box-img img {
  width: 100%;
}
.keyFeature-box-slide .keyFeature-box-details {
  position: absolute;
  right: 0;
  top: 145px;
  width: 62%;
  padding: 3rem;
}
.keyFeature-box-slide .keyFeature-box-details h4 {
  color: var(--text-default, #1a191e);
  font-family: "DM Sans", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.92px;
}
.keyFeature-box-slide .keyFeature-box-details p {
  color: var(--text-default, #1a191e);
  font-family: Poppins;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  padding: 2.313rem 0 0;
  margin: 0;
}
.keyFeature-box-slide .keyFeature-box-details ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 3.875rem 0 0;
}
.keyFeature-box-slide .keyFeature-box-details ul li {
  display: inline-block;
  list-style-type: none;
  padding-right: 3rem;
}
.keyFeature-box-slide .keyFeature-box-details ul li:last-child {
  padding-right: 0;
}
.keyFeature-box-slide .keyFeature-box-details ul li h5 {
  color: #1a191e;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  padding: 1.588rem 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.keyFeature-box-slide .keyFeature-box-details ul li p {
  color: #1a191e;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-bg .limits-box table tr td {
  height: 98px;
  min-width: 196px;
}
.portfolio .portfolio-bg .portfolio-tabs {
  min-height: 400px;
}
.portfolio .portfolio-bg .portfolio-tabs .tab-content .tab-pane {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.portfolio .portfolio-bg .btn-box {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
}
.portfolio .title {
  margin-bottom: 50px;
}

.whats-new {
  padding-top: 6.063rem;
  padding-inline: 26px;
}
.whats-new .col-xl-4 .bayf-white-box {
  border-radius: 0px 40px 40px 0px;
  background: #fff;
  padding: 2.5rem 4.375rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.whats-new .col-xl-4 .bayf-white-box h3 {
  color: #1a191e;
  font-family: "DM Sans", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.92px;
}
.whats-new .col-xl-4 .bayf-white-box p {
  color: #1a191e;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
.whats-new .col-xl-4 .bayf-white-box p span {
  color: #1a191e;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.whats-new .content-area {
  margin-top: 40px;
}
.whats-new .content-area .bg-white {
  border-radius: 40px;
}

.discounts {
  padding-top: 7rem;
  padding-bottom: 8.75rem;
  padding-inline: 26px;
}
.discounts .title h3 {
  text-align: left;
}
.discounts .title p {
  text-align: left;
}
.discounts .content-area {
  margin-top: 6.938rem;
}

@media (max-width: 767px) {
  .inner-head h2 {
    font-size: 3.25rem;
    letter-spacing: unset;
  }
  .inner-head p {
    font-size: 14px;
    line-height: 25px;
  }
  .portfolio-bg .limits-box table {
    width: 100%;
  }
  .portfolio-bg .btn-box .modal-popup {
    top: 3rem !important;
    z-index: 20;
  }
  .portfolio-bg .btn-box .modal-popup .modal-content .modal-header .modal-body p {
    font-size: 14px;
  }
  .portfolio {
    padding-inline: 10px;
    padding-top: 3.688rem;
  }
  .portfolio .portfolio-bg {
    padding: 2.313rem 0 0;
    text-align: center;
  }
  .portfolio .portfolio-bg .limits-box table tr td {
    min-width: 100%;
  }
  .portfolio .portfolio-bg .container-fluid .d-flex.align-items-end {
    justify-content: center;
  }
  .portfolio .portfolio-bg .container-fluid .d-flex.align-items-end img {
    width: 50% !important;
  }
  .portfolio .portfolio-bg .container-fluid > .row {
    flex-direction: column-reverse;
  }
  .portfolio .portfolio-bg .top {
    padding-bottom: 1.5rem;
  }
  .portfolio .portfolio-bg .top h4 {
    font-size: 2.5rem;
  }
  .portfolio .portfolio-bg .top p {
    font-size: 1rem;
  }
  .portfolio .portfolio-bg .portfolio-tabs .nav-tabs {
    margin: 0 auto;
    width: 100%;
  }
  .portfolio .portfolio-bg .portfolio-tabs .nav-tabs li {
    width: 33.33%;
  }
  .portfolio .portfolio-bg .portfolio-tabs .nav-tabs li button {
    width: 100%;
  }
  .portfolio .portfolio-bg .portfolio-tabs .swiper img {
    width: auto !important;
  }
  .btn-box {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
  }
  .btn-box .btn-primary.colorGreen.mt-4 {
    margin-top: 0 !important;
    margin-left: 20px;
  }
  .portfolio-tabs .swiper .swiper-slide {
    text-align: center;
  }
  .whats-new {
    padding-inline: 0;
    padding-top: 3.688rem;
  }
  .whats-new .col-xl-4 .bayf-white-box {
    text-align: center;
    padding: 2.5rem 1rem;
    align-items: center;
    border-radius: 0 0 40px 40px;
  }
  .whats-new .col-xl-4 .bayf-white-box h3 {
    font-size: 2.5rem;
  }
  .whats-new .col-xl-4 .bayf-white-box p {
    font-size: 1rem;
  }
  .whats-new .col-xl-4 .bayf-white-box p span {
    font-size: 16px;
  }
  .whats-new .content-area .bg-white {
    background-color: transparent !important;
    border-radius: 0 0 40px 40px;
  }
  .discounts {
    padding: 3.688rem 0;
  }
  .discounts .content-area {
    margin-top: 3.688rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .m-menu-main nav {
    z-index: 99;
  }
  .portfolio {
    padding-inline: 10px;
    padding-top: 3.688rem;
  }
  .portfolio .portfolio-bg .container-fluid .d-flex.align-items-end {
    justify-content: center;
  }
  .portfolio .portfolio-bg .container-fluid .d-flex.align-items-end img {
    width: 50% !important;
  }
  .portfolio .portfolio-bg .container-fluid > .row {
    flex-direction: column-reverse;
  }
  .portfolio .portfolio-bg .top {
    padding-bottom: 1.5rem;
  }
  .portfolio .portfolio-bg .top h4 {
    font-size: 3rem;
  }
  .portfolio .portfolio-bg .top p {
    font-size: 16px;
  }
  .portfolio .portfolio-bg .portfolio-tabs {
    padding-top: 3rem;
  }
  .portfolio .portfolio-bg .portfolio-tabs .nav-tabs {
    margin: 0 auto;
    width: 100%;
  }
  .portfolio .portfolio-bg .portfolio-tabs .nav-tabs li {
    width: 33.33%;
  }
  .portfolio .portfolio-bg .portfolio-tabs .nav-tabs li button {
    width: 100%;
  }
  .btn-box {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
  }
  .btn-box .btn-primary.colorGreen.mt-4 {
    margin-top: 0 !important;
    margin-left: 20px;
  }
  .portfolio-tabs .swiper .swiper-slide {
    text-align: center;
  }
  .portfolio-tabs .swiper .swiper-slide img {
    width: auto !important;
  }
  .whats-new {
    padding-inline: 0;
  }
  .whats-new .col-xl-4 .bayf-white-box {
    padding: 2.5rem 1rem;
  }
  .whats-new .content-area img {
    border-radius: 25px;
  }
  .discounts {
    padding-inline: 0;
  }
  .portfolio .portfolio-bg .btn-box {
    flex-direction: row;
  }
  .management-feat-main .management-feat .content-area {
    text-align: center;
  }
  .management-feat-main .management-feat .content-area .text-area {
    width: 60%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-tabs .swiper .swiper-slide {
    text-align: center;
  }
  .portfolio .portfolio-bg .limits-box table tr td {
    padding: 1.063rem 0.538rem;
  }
  .portfolio .portfolio-bg .portfolio-tabs .nav-tabs {
    margin: 0 auto;
    width: 100%;
  }
  .portfolio .portfolio-bg .portfolio-tabs .nav-tabs li {
    width: 33.33%;
  }
  .portfolio .portfolio-bg .portfolio-tabs .nav-tabs li button {
    width: 100%;
  }
  .btn.btn-primary.colorGreen.mt-4 {
    margin-top: 0 !important;
    margin-left: 20px;
  }
  .btn-box {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .whats-new .content-area img {
    border-radius: 25px;
  }
  .portfolio .portfolio-bg .btn-box {
    flex-direction: row;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .portfolio .portfolio-bg .limits-box table tr td {
    padding: 1.063rem 0.538rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .portfolio .portfolio-bg .portfolio-tabs {
    min-height: 350px;
  }
}
@media (min-width: 1400px) and (max-width: 1650px) {
  .portfolio .portfolio-bg .portfolio-tabs {
    min-height: 390px;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  .portfolio .portfolio-bg .limits-box table tr td {
    height: 93px;
    min-width: 135px;
  }
  .portfolio .portfolio-bg .top h4 {
    font-size: 3rem;
  }
  .portfolio .portfolio-bg .top p {
    font-size: 18px;
    line-height: 150%;
    width: 95%;
  }
  .whats-new .col-xl-4 .bayf-white-box {
    padding: 0.8rem 2.375rem;
  }
  .whats-new .col-xl-4 .bayf-white-box h3 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .whats-new .col-xl-4 .bayf-white-box p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .whats-new .col-xl-4 .bayf-white-box p span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 2560px) {
  footer .mdl-foot .ft-social {
    gap: 29px;
    width: -moz-max-content;
    width: max-content;
  }
  footer .mdl-foot .ft-helpline p a {
    font-size: var(--fontSize24);
  }
  footer .mdl-foot .ft-helpline span {
    font-size: var(--fontSize13);
  }
  header .container-fluid .head-details p {
    font-size: 1.5rem;
  }
  header .container-fluid .head-details.atm p {
    font-size: 1.5rem;
  }
  .bpm.keyFeatures .color-bx .details p {
    font-size: 1.5rem;
  }
  .bpm .color-bx .details p {
    font-size: 1.5rem;
  }
  .bpm .color-bx.green .details {
    width: 575px;
  }
  .bpm .color-bx.blue .details {
    width: 575px;
  }
  .bpm .color-bx.orange .details {
    bottom: 160px;
    width: 555px;
  }
  .container {
    width: 2000px !important;
    max-width: 2000px;
  }
  .whats-new .col-xl-4 .bayf-white-box {
    padding: 0.8rem 2.375rem;
  }
  .payment-merchant {
    margin-top: -10% !important;
  }
  .payment-merchant .merchant-main-area .img-box img {
    width: 100%;
  }
  .salient-sec .salient-main-area {
    padding: 150px 90px !important;
  }
  .salient-sec .salient-main-area::after {
    top: -104% !important;
    width: 30% !important;
    left: 5% !important;
  }
  .salient-sec .salient-main-area::before {
    top: -122% !important;
    width: 30% !important;
  }
  .portfolio .portfolio-bg .limits-box table tr td {
    font-size: 0.9rem;
  }
  .key-sec .keyFeature-box-slide .keyFeature-box-details {
    top: 280px;
  }
  .key-sec .keyFeature-box-slide .keyFeature-box-details ul li p {
    font-size: 22px;
  }
  .payment-merchant .content-area {
    bottom: 10% !important;
  }
}
.key-sec {
  padding-inline: 26px;
}
.key-sec .keyFeatures-swiper {
  margin-bottom: 3.125rem;
}

.bayf.other-services .col-xl-5 .bayf-white-box {
  border-radius: 40px 0px 0px 40px;
}
.bayf.other-services .bayf-swiper .swiper-pagination {
  right: 50px;
  left: unset;
}

.salient-sec {
  padding-top: 6.688rem;
  padding-inline: 26px;
}
.salient-sec .title {
  padding-bottom: 80px;
}
.salient-sec .cards-img {
  position: relative;
  height: 45vh;
}
.salient-sec .cards-img img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.salient-sec .cards-img-new {
  position: relative;
  min-height: 303px;
}
.salient-sec .cards-img-new img {
  position: absolute;
  bottom: 0;
}
.salient-sec .salient-main-area {
  border-radius: 40px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 90px;
  min-height: 483px;
  position: relative;
}
.salient-sec .salient-main-area .qr-payment {
  min-height: 303px;
}
.salient-sec .salient-main-area .qr-payment h3 {
  color: 1a191e;
  font-family: DM Sans;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.92px;
}
.salient-sec .salient-main-area .qr-payment p {
  color: 1a191e;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
.salient-sec .salient-main-area .card-management {
  min-height: 303px;
}
.salient-sec .salient-main-area .card-management h3 {
  color: 1a191e;
  font-family: DM Sans;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.92px;
}
.salient-sec .salient-main-area .card-management p {
  color: 1a191e;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

@media (min-width: 1680px) and (max-width: 1680px) {
  .salient-sec .cards-img-new {
    position: relative;
    min-height: 193px;
  }
  .card-management,
  .qr-payment {
    min-height: 303px;
  }
}
@media (min-width: 1600px) and (max-width: 1600px) {
  .salient-sec .cards-img-new {
    position: relative;
    min-height: 155px;
  }
  .card-management,
  .qr-payment {
    min-height: 230px;
  }
}
@media (min-width: 1440px) and (max-width: 1440px) {
  .salient-sec .cards-img-new {
    position: relative;
    min-height: 81px;
  }
  .card-management,
  .qr-payment {
    min-height: 230px;
  }
}
@media (min-width: 1400px) and (max-width: 1400px) {
  .salient-sec .cards-img-new {
    position: relative;
    min-height: 61px;
  }
  .card-management,
  .qr-payment {
    min-height: 230px;
  }
}
@media (min-width: 1366px) and (max-width: 1366px) {
  .salient-sec .cards-img-new {
    position: relative;
    min-height: 45px;
  }
  .card-management,
  .qr-payment {
    min-height: 230px;
  }
}
@media (min-width: 1300px) and (max-width: 1300px) {
  .salient-sec .cards-img-new {
    position: relative;
    min-height: 14px;
  }
  .card-management,
  .qr-payment {
    min-height: 230px;
  }
}
@media (min-width: 1280px) and (max-width: 1280px) {
  .salient-sec .cards-img {
    height: 30vh;
  }
  .salient-sec .cards-img-new {
    min-height: 5px;
  }
}
@media (min-width: 2560px) and (max-width: 2560px) {
  .salient-sec .cards-img {
    height: 35vh;
  }
  .salient-sec .cards-img-new {
    min-height: 215px;
  }
}
@media (max-width: 767px) {
  .salient-sec .cards-img {
    position: relative;
    height: 25vh;
  }
  .salient-sec .salient-main-area .qr-payment {
    min-height: auto;
  }
  .salient-sec .salient-main-area .card-management {
    min-height: auto;
  }
  .salient-sec .cards-img-new {
    position: relative;
    min-height: auto;
    margin-bottom: 40px;
  }
  .salient-sec .cards-img-new img {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .salient-sec .salient-main-area {
    text-align: center;
  }
  .salient-sec .cards-img img {
    right: 100px;
  }
  .salient-sec .cards-img {
    position: relative;
    height: 25vh;
  }
  .salient-sec .salient-main-area .qr-payment {
    min-height: auto;
  }
  .salient-sec .salient-main-area .card-management {
    min-height: auto;
  }
  .salient-sec .cards-img-new {
    position: relative;
    min-height: auto;
    margin-bottom: 40px;
  }
  .salient-sec .cards-img-new img {
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .salient-sec .salient-main-area {
    flex-direction: row !important;
  }
  .salient-sec .cards-img {
    height: 15vh;
  }
}
.payment-merchant {
  padding-top: 6.688rem;
  padding-inline: 26px;
  margin-top: -13%;
  position: relative;
}
.payment-merchant .content-area {
  width: 50%;
  position: absolute;
  bottom: 5%;
  z-index: 1;
  padding: 0px 90px 0px 90px;
  transform: translateY(-5%);
}
.payment-merchant .content-area h3 {
  color: #fff;
  font-family: DM Sans;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.92px;
}
.payment-merchant .content-area p {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.management-feat-main {
  padding-top: 6.688rem;
  padding-inline: 26px;
  padding-bottom: 175px;
}
.management-feat-main .management-feat {
  margin-top: 100px;
}
.management-feat-main .management-feat .content-area .text-area {
  padding: 15px;
}
.management-feat-main .management-feat .content-area .text-area p {
  color: #2f3045;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -0.34px;
}

@media (max-width: 767px) {
  .keyFeature-box-slide {
    min-height: 1270px;
  }
  .keyFeature-box-slide .keyFeature-box-details {
    top: 315px;
    width: 100%;
    padding: 3.5rem 1.75rem;
    background-color: #fff;
    border-radius: 0 0 40px 40px;
    text-align: center;
    min-height: 950px;
  }
  .keyFeature-box-slide .keyFeature-box-details ul {
    padding: 2.875rem 0 0;
    flex-direction: column;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li {
    padding-right: 0;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li:not(:first-child) {
    margin-top: 50px;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li p {
    font-size: 1.25rem;
    line-height: 26px;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li h5 {
    font-size: 22px;
    line-height: 32px;
    padding: 1.25rem 0 0;
    height: 50px;
  }
  .keyFeature-box-slide .keyFeature-box-details h4 {
    font-size: 2.5rem;
  }
  .keyFeature-box-slide .keyFeature-box-details p {
    font-size: 1.25rem;
    padding: 0.5rem 0 0;
  }
  .key-sec .keyFeatures-swiper {
    padding-inline: 10px !important;
  }
  .column-reverse {
    flex-direction: column-reverse;
  }
  .bayf.other-services .bayf-swiper .swiper-pagination {
    right: 50px;
    left: 10px;
    bottom: 335px;
  }
  .bayf.other-services .col-xl-5 .bayf-white-box {
    border-radius: 0px 0px 40px 40px;
  }
  .salient-sec {
    padding-top: 4.688rem;
    padding-inline: 0px;
  }
  .salient-sec .salient-main-area {
    padding: 40px 18px;
    margin-top: 0;
    flex-direction: column;
  }
  .salient-sec .salient-main-area .qr-payment {
    width: 100%;
  }
  .salient-sec .salient-main-area .qr-payment h3 {
    font-size: 2.5rem;
  }
  .salient-sec .salient-main-area .qr-payment p {
    font-size: 1rem;
  }
  .salient-sec .salient-main-area .card-management {
    width: 100%;
  }
  .salient-sec .salient-main-area .card-management h3 {
    font-size: 2.5rem;
  }
  .salient-sec .salient-main-area .card-management p {
    font-size: 1rem;
  }
  .payment-merchant {
    padding-top: 4.688rem;
    padding-inline: 0px;
    margin-top: 0;
  }
  .payment-merchant .content-area {
    width: 100%;
    padding: 40px 18px;
    position: relative;
    padding-bottom: 0;
  }
  .payment-merchant .content-area h3 {
    font-size: 2.5rem;
    color: black;
  }
  .payment-merchant .content-area p {
    font-size: 1rem;
    color: black;
  }
  .management-feat-main {
    padding-top: 4.688rem;
    padding-inline: 0px;
    padding-bottom: 4.688rem;
  }
  .management-feat-main .management-feat {
    margin-top: 50px;
  }
  .management-feat-main .management-feat .content-area .text-area {
    padding: 10px;
  }
  .management-feat-main .management-feat .content-area .text-area p {
    font-size: 16px;
  }
  .portfolio .portfolio-bg .btn-box {
    flex-direction: row;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mcb-live-head .m-menu-main {
    padding: 0 20px;
  }
  header .m-menu-main nav {
    z-index: 99;
  }
  .keyFeature-box-slide .keyFeature-box-details {
    top: 40px;
    padding: 3rem 1rem;
  }
  .keyFeature-box-slide .keyFeature-box-details h4 {
    font-size: 1.5rem;
  }
  .keyFeature-box-slide .keyFeature-box-details p {
    font-size: 0.65rem;
    padding: 0;
  }
  .keyFeature-box-slide .keyFeature-box-details ul {
    padding: 0.85rem 0 0;
  }
  .keyFeature-box-slide .keyFeature-box-details ul img {
    width: 45%;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li h5 {
    font-size: 10px;
    line-height: 14px;
    padding: 0.35rem 0 0;
    margin-bottom: 3px;
    height: 35px;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li p {
    font-size: 9px;
    line-height: 12px;
    padding: 0;
  }
  .key-sec {
    padding-inline: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-scroll .d-show {
    display: none !important;
  }
  .footer-scroll .t-show {
    display: block !important;
  }
  .keyFeature-box-slide .keyFeature-box-details {
    top: 60px;
    padding: 3rem 1rem;
  }
  .keyFeature-box-slide .keyFeature-box-details h4 {
    font-size: 2rem;
  }
  .keyFeature-box-slide .keyFeature-box-details p {
    font-size: 0.75rem;
    padding: 0;
  }
  .keyFeature-box-slide .keyFeature-box-details ul {
    padding: 1.5rem 0 0;
  }
  .keyFeature-box-slide .keyFeature-box-details ul img {
    width: 50%;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li h5 {
    font-size: 14px;
    line-height: 20px;
    padding: 0.588rem 0 0;
    height: 60px;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li p {
    font-size: 12px;
    line-height: 18px;
    padding: 0;
  }
  .bayf.other-services .bayf-swiper .swiper-pagination {
    bottom: 450px !important;
  }
  .management-feat-main .management-feat .content-area .text-area p {
    font-size: 2.125rem;
  }
  .portfolio.blocator {
    padding-inline: 0px !important;
  }
  .portfolio.keyFeatures {
    padding-inline: 0px !important;
  }
  .branch-locator-map {
    padding-inline: 10px !important;
  }
  .branch-locator-map .container-fluid .map-area {
    padding: 0px;
  }
  .key-sec,
  .section3 {
    padding-inline: 10px !important;
  }
  .bayf.other-services {
    padding-inline: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .key-sec .keyFeatures-swiper {
    padding-inline: 0px;
  }
  .keyFeature-box-slide .keyFeature-box-details {
    top: 85px;
  }
  .keyFeature-box-slide .keyFeature-box-details h4 {
    font-size: 3rem;
  }
  .keyFeature-box-slide .keyFeature-box-details p {
    font-size: 1rem;
    padding: 0 0 0;
  }
  .keyFeature-box-slide .keyFeature-box-details ul {
    padding: 1.5rem 0 0;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li {
    padding: 0rem 5px;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li img {
    width: 30%;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li h5 {
    padding: 0.5rem 0 0;
    font-size: 18px;
    line-height: 24px;
    height: 55px;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li p {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .keyFeature-box-slide .keyFeature-box-details {
    padding: 0.5rem 2rem;
    top: 170px;
  }
  .keyFeature-box-slide .keyFeature-box-details h4 {
    font-size: 3rem;
  }
  .keyFeature-box-slide .keyFeature-box-details p {
    font-size: 1rem;
    padding: 0 0 0;
  }
  .keyFeature-box-slide .keyFeature-box-details ul {
    padding: 2.5rem 0 0;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li img {
    width: 30%;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li h5 {
    padding: 0.5rem 0 0;
    font-size: 18px;
    line-height: 24px;
    height: 55px;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li p {
    font-size: 14px;
    line-height: 20px;
  }
  .key-sec .keyFeatures-swiper {
    padding-left: 0px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .keyFeature-box-slide .keyFeature-box-details {
    padding: 3.5rem 2rem;
    top: 120px;
  }
  .keyFeature-box-slide .keyFeature-box-details h4 {
    font-size: 3rem;
  }
  .keyFeature-box-slide .keyFeature-box-details p {
    font-size: 18px;
    padding: 0 0 0;
  }
  .keyFeature-box-slide .keyFeature-box-details ul {
    padding: 2.5rem 0 0;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li img {
    width: 30%;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li h5 {
    padding: 1.25rem 0 0;
    font-size: 20px;
    line-height: 26px;
    height: 70px;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .keyFeature-box-slide .keyFeature-box-details {
    padding: 5rem 2rem;
  }
  .keyFeature-box-slide .keyFeature-box-details h4 {
    font-size: 3rem;
  }
  .keyFeature-box-slide .keyFeature-box-details p {
    font-size: 20px;
    padding: 0.5rem 0 0;
  }
  .keyFeature-box-slide .keyFeature-box-details ul {
    padding: 2.5rem 0 0;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li {
    padding: 5px;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li img {
    width: 30%;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li h5 {
    padding: 1.25rem 0 0;
    font-size: 24px;
    line-height: 30px;
    height: 55px;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li p {
    font-size: 16px;
    line-height: 25px;
  }
  .key-sec .keyFeatures-swiper {
    padding-left: 0px;
  }
}
@media (min-width: 1400px) and (max-width: 1440px) {
  footer .mdl-foot .ft-helpline p a {
    font-size: var(--fontSize24);
  }
  .key-sec .keyFeatures-swiper {
    padding-left: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  .salient-sec .salient-main-area .qr-payment h3 {
    font-size: 3rem;
  }
  .salient-sec .salient-main-area .qr-payment p {
    font-size: 1rem;
  }
  .salient-sec .salient-main-area .card-management h3 {
    font-size: 3rem;
  }
  .salient-sec .salient-main-area .card-management p {
    font-size: 1rem;
  }
  .payment-merchant .content-area h3 {
    font-size: 3rem;
  }
  .payment-merchant .content-area p {
    font-size: 1rem;
  }
  .management-feat-main .management-feat {
    margin-top: 50px;
  }
  .management-feat-main .management-feat .content-area .text-area p {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .column-reverse {
    flex-direction: column-reverse;
  }
  .col-rev {
    flex-direction: column-reverse;
  }
  .bayf.other-services .bayf-swiper .swiper-pagination {
    right: 50px;
    left: 10px;
    bottom: 285px;
  }
  .bayf.other-services .col-xl-5 .bayf-white-box {
    border-radius: 0px 0px 40px 40px;
    padding: 40px;
  }
  .salient-sec {
    padding-top: 4.688rem;
    padding-inline: 0px;
  }
  .salient-sec .salient-main-area {
    padding: 40px 18px;
    margin-top: 0;
    flex-direction: column;
  }
  .salient-sec .salient-main-area .qr-payment {
    width: 100%;
  }
  .salient-sec .salient-main-area .qr-payment h3 {
    font-size: 2.5rem;
  }
  .salient-sec .salient-main-area .qr-payment p {
    font-size: 1.3rem;
  }
  .salient-sec .salient-main-area .card-management {
    width: 100%;
  }
  .salient-sec .salient-main-area .card-management h3 {
    font-size: 2.5rem;
  }
  .salient-sec .salient-main-area .card-management p {
    font-size: 1.3rem;
  }
  .payment-merchant {
    padding-top: 4.688rem;
    padding-inline: 0px;
    margin-top: 0;
  }
  .payment-merchant .content-area {
    width: 100%;
    padding: 40px 18px;
    position: relative;
  }
  .payment-merchant .content-area h3 {
    color: black;
    font-size: 2.5rem;
  }
  .payment-merchant .content-area p {
    font-size: 1.3rem;
    color: black;
  }
  .management-feat-main {
    padding-top: 4.688rem;
    padding-inline: 0px;
    padding-bottom: 4.688rem;
  }
  .management-feat-main .management-feat {
    margin-top: 50px;
  }
  .management-feat-main .management-feat .content-area .text-area {
    padding: 10px;
    width: 60%;
  }
  .management-feat-main .management-feat .content-area .text-area p {
    font-size: 20px;
  }
}
.compare-box {
  padding-top: 3.438rem;
  padding-bottom: 4.375rem;
  padding-inline: 26px;
}
.compare-box .compare-box-area {
  border-radius: 40px;
  background: #fff;
  padding: 4.063rem;
}
.compare-box .compare-box-area .container-fluid .table tbody tr:last-child td {
  border-bottom: none;
}
.compare-box .compare-box-area .container-fluid .table tbody td {
  width: 300px;
}
.compare-box .compare-box-area .container-fluid .table .bdr-btm {
  border-bottom: 1px solid #d4d2e3 !important;
  padding-bottom: 0 !important;
}
.compare-box .compare-box-area .container-fluid .table .dash {
  font-size: 1.6rem;
  font-weight: 400;
}
.compare-box .compare-box-area .container-fluid .top-title {
  vertical-align: bottom;
  color: #1a191e;
  font-family: DM Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.72px;
}
.compare-box .compare-box-area .container-fluid .top-card {
  border: none;
}
.compare-box .compare-box-area .container-fluid .top-card .card-bx span {
  color: #1a191e;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.54px;
}
.compare-box .compare-box-area .container-fluid .top-card .card-bx .selec-card {
  margin: 20px 0 40px;
  position: relative;
}
.compare-box .compare-box-area .container-fluid .top-card .card-bx .selec-card .select2 {
  max-width: 270px;
}
.compare-box .compare-box-area .container-fluid .top-card .card-bx .selec-card .select2.select2-container .select2-selection--single {
  height: 55px;
  border-radius: 10px;
}
.compare-box .compare-box-area .container-fluid .top-card .card-bx .selec-card .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px;
  color: #9795b5;
  font-feature-settings: "clig" off, "liga" off;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.compare-box .compare-box-area .container-fluid .top-card .card-bx .selec-card .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px;
}
.compare-box .compare-box-area .container-fluid .top-card .card-bx .selec-card .select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(../images/Chevron.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  border: none;
  margin-left: -20px;
  margin-top: -10px;
}
.compare-box .compare-box-area .container-fluid .top-card .card-bx .apply-btn {
  width: 100%;
  max-width: 270px;
  padding: 40px 0 0 0;
}
.compare-box .compare-box-area .container-fluid .top-card .card-bx .apply-btn .btn {
  width: 100%;
}
.compare-box .compare-box-area .container-fluid .valign-middle {
  vertical-align: middle;
  padding: 21px 0 !important;
}
.compare-box .compare-box-area .container-fluid .valign-middle .details {
  vertical-align: middle;
}
.compare-box .compare-box-area .container-fluid .valign-middle .details .title {
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.compare-box .compare-box-area .container-fluid .valign-middle .details .title h4 {
  color: #1a191e;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.54px;
  margin: 0 0 7px;
}
.compare-box .compare-box-area .container-fluid .valign-middle .details .title span {
  color: rgba(26, 25, 30, 0.5);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.compare-box .compare-box-area .container-fluid .text-center {
  padding: 21px 0 !important;
}
.compare-box .compare-box-area .container-fluid .text-center .details-price {
  color: #1a191e;
  text-align: left;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  vertical-align: middle;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .compare-box {
    padding-right: 10px;
    padding-left: 10px;
  }
  .compare-box .compare-box-area {
    padding: 15px 15px;
  }
  .compare-box .compare-box-area .container-fluid .table tbody tr td {
    width: 330px;
    min-width: 330px;
  }
  .compare-box .compare-box-area .container-fluid .table tbody tr td:first-child {
    width: 310px;
    min-width: 310px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .compare-box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .compare-box .compare-box-area {
    padding: 25px 25px;
  }
  .compare-box .compare-box-area .container-fluid .table tbody tr td {
    width: 330px;
    min-width: 330px;
  }
  .compare-box .compare-box-area .container-fluid .table tbody tr td:first-child {
    width: 310px;
    min-width: 310px;
  }
}
.bpm.keyFeatures.kfma .color-bx .details {
  padding: 60px 40px 0;
}

.kfma .img-fluid {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .bpm.keyFeatures.kfma .color-bx .details {
    padding: 60px 30px 0;
  }
  .kfma .img-fluid {
    border-radius: 35px;
  }
  .kfma .img-fluid {
    height: 411px !important;
  }
  .kfma .col-xxl-auto.col-xl-4 {
    width: 27% !important;
  }
  .kfma .col-xxl-auto.col-xl-3 {
    width: 22% !important;
  }
}
@media (min-width: 1600px) and (max-width: 1700px) {
  .kfma .img-fluid {
    height: 458px !important;
  }
  .kfma .col-xxl-auto.col-xl-4 {
    width: 27% !important;
  }
  .kfma .col-xxl-auto.col-xl-3 {
    width: 23% !important;
  }
}
@media (min-width: 2000px) {
  .kfma .row.justify-content-xl-between {
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  .kfma .img-fluid {
    height: 400px !important;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) and (min-height: 700px) and (-webkit-device-pixel-ratio: 1.25) {
  .bayf .col-xl-5 .bayf-white-box,
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 252px);
    height: -webkit-calc(100vh - 252px);
  }
  .bayf .col-xl-5 .bayf-white-box ul li a,
  .carryCash .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.9rem;
  }
  .bayf .col-xl-5 .bayf-white-box ul li,
  .carryCash .col-xl-5 .bayf-white-box ul li {
    margin-bottom: 12px;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li h5 {
    height: 70px;
  }
  .salient-sec .salient-main-area::after {
    top: -112.5%;
  }
  .salient-sec .salient-main-area::before {
    top: -107.5%;
  }
  .keyFeature-box-slide .keyFeature-box-details {
    padding: 5rem 2rem;
  }
}
@media (min-width: 2000px) and (max-width: 2100px) and (-webkit-device-pixel-ratio: 1.25) {
  .bayf .col-xl-5 .bayf-white-box,
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 195px);
    height: -webkit-calc(100vh - 195px);
  }
}
@media (min-width: 1200px) and (max-width: 1300px) and (-webkit-device-pixel-ratio: 1.25) {
  .bayf .col-xl-5 .bayf-white-box,
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 194px);
    height: -webkit-calc(100vh - 194px);
  }
  .keyFeature-box-slide .keyFeature-box-details {
    padding: 5rem 2rem;
  }
  .salient-sec .salient-main-area::after {
    top: -79% !important;
  }
  .bayf.other-services .col-xl-5 .bayf-white-box {
    height: calc(100vh - 194px) !important;
    height: -webkit-calc(100vh - 194px);
  }
  .salient-sec .salient-main-area::before {
    top: -86% !important;
  }
}
@media (min-width: 1300px) and (max-width: 1400px) and (min-height: 700px) and (-webkit-device-pixel-ratio: 1.25) {
  .bayf .col-xl-5 .bayf-white-box,
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 292px);
    height: -webkit-calc(100vh - 292px);
  }
  .bayf .col-xl-5 .bayf-white-box ul li a,
  .carryCash .col-xl-5 .bayf-white-box ul li a {
    font-size: 0.75rem;
  }
  .salient-sec .salient-main-area::before {
    top: -94.6% !important;
  }
  .salient-sec .salient-main-area::after {
    top: -80.4% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) and (min-height: 600px) and (-webkit-device-pixel-ratio: 1.5) {
  .bayf.other-services .col-xl-5 .bayf-white-box,
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 194px) !important;
    height: -webkit-calc(100vh - 194px);
  }
  .salient-sec .salient-main-area::after {
    top: -79% !important;
  }
  .salient-sec .salient-main-area::before {
    top: -86% !important;
  }
}
@media (min-width: 1700px) and (max-width: 1750px) and (min-height: 700px) and (-webkit-device-pixel-ratio: 1.5) {
  .bayf .col-xl-5 .bayf-white-box,
  .carryCash .col-xl-5 .bayf-white-box {
    height: calc(100vh - 165px);
    height: -webkit-calc(100vh - 165px);
  }
}
@media (min-width: 1060px) and (max-width: 1100px) and (min-height: 400px) and (-webkit-device-pixel-ratio: 1.5) {
  .keyFeature-box-slide .keyFeature-box-details {
    top: 90px;
  }
  .keyFeature-box-slide .keyFeature-box-details ul li h5 {
    height: 50px;
  }
}/*# sourceMappingURL=head-foot-constant.css.map */