@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
* {
  padding: 0;
  margin: 0;
}

/**********variables*******/
/***********accordion varaibale****************/
img {
  max-width: 100%;
}

.container {
  max-width: 1360px;
  margin: 0 auto;
}
@media (max-width: 1279.98px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
}

html {
  scroll-behavior: smooth;
  font-family: "Manrope", sans-serif !important;
}

body {
  background: #ffffff;
  font-family: "Manrope", sans-serif !important;
  font-size: 0.875rem;
  line-height: 20px;
  color: #0c0929;
}
@media (max-width: 575.98px) {
  body {
    overflow-x: hidden !important;
  }
}

a {
  cursor: pointer;
  color: #3D3A54;
  transition: 0.3s;
}

ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.btn {
  border-radius: 8px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  transition: 0.3s ease-in-out;
}

.btndark {
  background: #1CADE0 !important;
  color: #0c0929;
  border-radius: 20px !important;
}
.btndark:hover {
  background: #0E3566 !important;
  color: #ffffff;
}
.btndark:active {
  color: #ffffff;
  border: none !important;
}

.btnblackclr {
  background: #0c0929;
  border-radius: 8px !important;
  padding: 12px 20px;
}
.btnblackclr:hover {
  background: #1CADE0 !important;
  color: #0c0929 !important;
}

.border-btn {
  border: 1px solid #d1d4d4 !important;
}

.disabledbtn {
  background-color: #f0f1f1 !important;
  color: #87908f !important;
  pointer-events: none;
  border: none;
}

.smallheading {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 14px;
}
@media (max-width: 767.98px) {
  .smallheading {
    font-size: 1rem;
  }
}

.mainheading {
  font-size: 2.5rem;
  line-height: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 990.98px) {
  .mainheading {
    font-size: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  .mainheading {
    font-size: 1.375rem;
  }
}

.modalheading {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 40px;
}

.productsmallheading {
  font-size: 1.5rem;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 10px;
}

/*****************header css**********************/
.mainheader {
  background: #ffffff;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.35s ease-in-out;
}
.mainheader .logo img {
  width: 180px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 575.98px) {
  .mainheader .logo img {
    width: 150px;
  }
}
.mainheader .logo:focus, .mainheader .logo:focus-visible {
  box-shadow: none;
  border: none;
  outline: none;
}
.mainheader.sticky {
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.7) 0%, rgba(226, 226, 226, 0.7) 100%);
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.08);
  padding: 8px 0;
  width: 90%;
  left: 5%;
  border-radius: 50px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.mainheader.sticky .container {
  padding: 0 8px;
  transition: 0.3s ease;
  max-width: 100%;
}
.mainheader.sticky .container .logo img {
  width: 126px;
}
.mainheader.sticky .container .navbar-toggler {
  margin-right: 10px;
}
.mainheader.sticky .container .navbar-collapse {
  width: 100%;
  margin: 0 0 0 -8px;
}
@media (max-width: 990.98px) {
  .mainheader.sticky .container .navbar-collapse {
    margin: 0 0 0 -15px;
    top: 61px;
  }
}
@media (max-width: 575.98px) {
  .mainheader.sticky .container .navbar-collapse {
    margin: 0 0 0 -8px;
  }
}
.mainheader.sticky .container .navbar-collapse .navbar-nav li a:hover {
  background: rgba(28, 173, 224, 0.25);
}
.mainheader .navbar-toggler {
  padding: 0;
  border: none;
}
.mainheader .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url(../images/Close.svg);
}
@media (max-width: 990.98px) {
  .mainheader .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-size: 20px;
  }
}
@media (max-width: 990.98px) {
  .mainheader .navbar-toggler {
    display: flex;
    margin-left: auto;
  }
}
.mainheader .navbar-toggler:focus {
  box-shadow: none;
}
.mainheader .navbar-collapse {
  justify-content: center;
}
@media (max-width: 990.98px) {
  .mainheader .navbar-collapse {
    background: #f8f8f8;
    border-radius: 30px;
    position: absolute;
    top: 91px;
    width: 96%;
    left: 2%;
    margin: 0;
  }
}
.mainheader .navbar-collapse .navbar-nav li {
  margin-right: 16px;
}
@media (max-width: 990.98px) {
  .mainheader .navbar-collapse .navbar-nav li {
    padding: 15px 20px;
    margin-right: 0;
  }
}
.mainheader .navbar-collapse .navbar-nav li a {
  color: #0c0929;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 20px !important;
  background: transparent;
  border-radius: 8px;
  transition: 0.3s;
}
@media (max-width: 1080px) {
  .mainheader .navbar-collapse .navbar-nav li a {
    padding: 10px 8px !important;
  }
}
.mainheader .navbar-collapse .navbar-nav li a:hover {
  background: #E7E6EA;
}
@media (max-width: 990.98px) {
  .mainheader .navbar-collapse .navbar-nav li a:hover {
    background: transparent;
  }
}
.mainheader .navbar-collapse .navbar-nav li a.active {
  color: #1CADE0;
}
@media (max-width: 990.98px) {
  .mainheader .navbar-collapse .navbar-nav li a {
    padding: 0 !important;
  }
}
.mainheader .navbar-collapse .navbar-nav li a.nav-link.dropdown-toggle::after {
  content: "\f054";
  border: none;
  font-family: "FontAwesome";
  font-weight: 500;
  transform: rotate(-89deg);
  position: absolute;
  right: 30px;
}
.mainheader .navbar-collapse .navbar-nav li a.nav-link.dropdown-toggle[aria-expanded=false]::after {
  transform: rotate(90deg);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.mainheader .navbar-collapse .navbar-nav li a:focus-visible {
  box-shadow: none;
}
.mainheader .navbar-collapse .navbar-nav li.onlyproductlink {
  display: flex;
}
@media (max-width: 990.98px) {
  .mainheader .navbar-collapse .navbar-nav li.onlyproductlink {
    display: none;
  }
}
.mainheader .navbar-collapse .navbar-nav li.dropdown {
  display: none;
}
@media (max-width: 990.98px) {
  .mainheader .navbar-collapse .navbar-nav li.dropdown {
    display: flex;
    flex-direction: column;
  }
}
.mainheader .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
  background: transparent;
  border: none;
  padding: 0 0 0 15px;
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.mainheader .navbar-collapse .navbar-nav li.dropdown .dropdown-menu.show {
  opacity: 1;
  max-height: 500px;
  margin-top: 10px;
}
.mainheader .navbar-collapse .navbar-nav li.dropdown .dropdown-menu.show .dropdown-item {
  padding: 15px 0 !important;
}
.mainheader .navbar-collapse .navbar-nav li.dropdown .dropdown-menu.show .dropdown-item:last-child {
  padding-bottom: 0 !important;
}
.mainheader .navbar-collapse .navbar-nav li:last-child {
  margin-right: 0;
}
@media (min-width: 991px) {
  .mainheader .navbar-collapse .navbar-nav li.desktophide {
    display: none;
  }
}
@media (max-width: 990.98px) {
  .mainheader .navbar-collapse .navbar-nav li.ctabtncontmob a {
    padding: 8px 24px !important;
  }
}
.mainheader .applybtn_wrap {
  margin-left: auto;
  justify-content: flex-end;
}
@media (max-width: 990.98px) {
  .mainheader .applybtn_wrap {
    margin-left: 0;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px 20px;
  }
}
.mainheader .applybtn_wrap a {
  white-space: nowrap;
}
@media (max-width: 990.98px) {
  .mainheader .applybtn_wrap a {
    padding: 10px 0;
  }
}
.mainheader .applybtn_wrap .phonenum {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 50px;
  color: #0C0929;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.mainheader .applybtn_wrap .phonenum i {
  margin-right: 10px;
  font-size: 22px;
}
.mainheader .applybtn_wrap .phonenum:hover {
  color: #1CADE0;
}

.footertitle {
  color: #697473;
  font-weight: 400;
}

.footerlinks li {
  display: flex;
  margin-bottom: 16px;
}
.footerlinks li:last-child {
  margin-bottom: 0;
}
.footerlinks li i {
  margin-right: 10px;
  font-size: 1.25rem;
}
.footerlinks li a {
  font-size: 0.875rem;
  color: #0c0929;
  font-weight: 600;
}
.footerlinks li a:hover {
  color: #3d3a54;
}
.footerlinks li.footaddress {
  font-weight: 600;
}
.footerlinks.productslinks li a {
  font-size: 1rem;
  font-weight: 500;
  transition: 0.3s;
  text-decoration: none;
}
.footerlinks.productslinks li a:hover {
  color: #6b697d;
}

.footsociallinks li {
  margin-right: 23px;
}
.footsociallinks li i {
  font-size: 1.5rem;
  color: #0c0929;
}
.footsociallinks li:nth-child(2) i {
  font-size: 26px;
}

.copyright_cont p {
  font-weight: 500;
  color: #0c0929;
}
.copyright_cont p a {
  font-weight: 500;
  text-decoration: none;
}
.copyright_cont p a:hover {
  color: #6b697d;
}

.products-sidebar {
  width: 25%;
  position: sticky;
  top: 120px;
  align-self: flex-start;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 990.98px) {
  .products-sidebar {
    display: none;
  }
}
.products-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.products-sidebar ul li {
  font-size: 16px;
  color: #87908F;
  padding: 12px 20px;
  cursor: pointer;
  transition: color 0.3s ease;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
}
.products-sidebar ul li.active {
  font-weight: 600;
  color: #4B5252;
  background: rgba(28, 173, 224, 0.1);
  border-color: rgba(28, 173, 224, 0.1);
}

.productscontent_wrap {
  padding: 100px 0;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
@media (max-width: 990.98px) {
  .productscontent_wrap {
    padding: 0;
  }
}

.products-content {
  width: 78%;
}
@media (max-width: 990.98px) {
  .products-content {
    width: 100%;
  }
}
.products-content .products-item {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media (max-width: 990.98px) {
  .products-content .products-item {
    display: flex;
    opacity: 1;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .products-content .products-item {
    flex-direction: column;
  }
}
.products-content .products-item.active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
.products-content .products-item img {
  border-radius: 8px;
}
.products-content .products-item .productsitem-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: 100px;
  flex-direction: column;
}
@media (max-width: 990.98px) {
  .products-content .products-item .productsitem-content {
    margin-left: 40px;
  }
}
@media (max-width: 767.98px) {
  .products-content .products-item .productsitem-content {
    margin-left: 0;
    margin-top: 50px;
  }
}
.products-content .products-item .productsitem-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
  width: 88%;
}
.products-content .products-item .productsitem-content p {
  font-size: 16px;
  color: #424242;
  line-height: 24px;
}
.products-content .products-item .productsitem-content .btndark {
  width: -moz-max-content;
  width: max-content;
}

.btn-read {
  padding: 10px 25px;
  font-size: 16px;
  border: 1px solid #ccc;
  background: transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-read:hover {
  background-color: #ccc;
  color: #333;
}

.tab-header {
  gap: 20px;
  border-bottom: 1px solid #ddd;
  display: inline-flex;
}

.tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  border: transparent;
  border-radius: 4px;
  background: transparent;
  padding: 8px;
  gap: 5px;
  color: transparent;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.tab__label {
  font-weight: 600;
  color: #9ba2a1;
}
.tab__icon {
  display: inline-flex;
  font-size: 16px;
  color: #9ba2a1;
}
.tab__badge {
  background-color: #e63946;
  color: #fff;
  font-size: 10px;
  padding: 0 6px;
  border-radius: 20px;
  font-weight: 600;
}
.tab.is-default {
  color: #9ba2a1;
  cursor: pointer;
}
.tab.is-default:hover {
  background: #f0f1f1;
  cursor: pointer;
}
.tab.is-active {
  border-bottom: 2px solid #0c0929;
  color: #0c0929;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.tab.is-active .tab__icon,
.tab.is-active .tab__label {
  color: #0c0929;
}
.tab.is-hover {
  background: #f0f1f1;
}
.tab.is-disabled {
  color: transparent;
  cursor: not-allowed;
  pointer-events: none;
}
.tab:hover:not(.is-disabled):not(.is-active) {
  color: #f0f1f1;
}

.tab--small {
  font-size: 12px;
}
.tab--small .tab__label {
  color: #9ba2a1;
}
.tab--small .tab__icon {
  font-size: 16px;
  color: #9ba2a1;
}

.tab--medium {
  font-size: 14px;
}
.tab--medium .tab__label {
  color: #9ba2a1;
}
.tab--medium .tab__icon {
  font-size: 20px;
  color: #9ba2a1;
}

.tab-content .tab-pane {
  display: none;
  padding: 16px;
}
.tab-content .tab-pane.is-active {
  display: block;
}

.copyright_cont {
  border-top: 1px solid #B5B5B5;
}

.pdsaccordion-item {
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  cursor: pointer;
}
.pdsaccordion-item.closed {
  background-color: #ffffff;
}
.pdsaccordion-item.closed.border-true {
  border: 1px solid #d1d4d4;
}
.pdsaccordion-item.closed.border-false {
  border: none;
}
.pdsaccordion-item.closed .pdsaccordion-header {
  height: 40px;
  background: transparent;
  border-radius: 8px;
  padding: 10px 12px;
  position: relative;
  align-items: center;
  display: flex;
}
@media (max-width: 575.98px) {
  .pdsaccordion-item.closed .pdsaccordion-header {
    height: auto;
  }
}
.pdsaccordion-item.closed .pdsaccordion-header h2 {
  font-size: 1.125rem;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 575.98px) {
  .pdsaccordion-item.closed .pdsaccordion-header h2 {
    font-size: 15px;
    line-height: normal;
  }
}
.pdsaccordion-item.closed .pdsaccordion-header .icon-toggle {
  display: flex;
  gap: 6px;
  margin-left: auto;
  align-items: center;
  transition: all 0.3s ease;
}
.pdsaccordion-item.closed .pdsaccordion-header .icon-toggle i {
  font-size: 16px;
  cursor: pointer;
}
.pdsaccordion-item.opened {
  background-color: #ffffff;
}
.pdsaccordion-item.opened.border-true {
  border: 1px solid #d1d4d4;
}
.pdsaccordion-item.opened.border-false {
  border: none;
}
.pdsaccordion-item.opened .pdsaccordion-header {
  height: 40px;
  background: transparent;
  border-radius: 8px;
  padding: 10px 12px;
  position: relative;
  align-items: center;
  display: flex;
}
@media (max-width: 575.98px) {
  .pdsaccordion-item.opened .pdsaccordion-header {
    height: auto;
  }
}
.pdsaccordion-item.opened .pdsaccordion-header h2 {
  font-size: 1.125rem;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 575.98px) {
  .pdsaccordion-item.opened .pdsaccordion-header h2 {
    font-size: 15px;
    line-height: normal;
  }
}
.pdsaccordion-item.opened .pdsaccordion-header .icon-toggle {
  display: flex;
  gap: 6px;
  margin-left: auto;
  align-items: center;
  transition: all 0.3s ease;
}
.pdsaccordion-item.opened .pdsaccordion-header .icon-toggle i {
  font-size: 16px;
  cursor: pointer;
}
.pdsaccordion-item.opened .pdsaccordion-panel {
  background: #eeedfa;
  margin: 0 10px 10px;
}
.pdsaccordion-item.hovered {
  background-color: #e6faf9;
}
.pdsaccordion-item.hovered.border-true {
  border: 1px solid #d1d4d4;
}
.pdsaccordion-item.hovered.border-false {
  border: none;
}
.pdsaccordion-item.hovered .pdsaccordion-header {
  height: 40px;
  background: transparent;
  border-radius: 8px;
  padding: 10px 12px;
  position: relative;
  align-items: center;
  display: flex;
}
@media (max-width: 575.98px) {
  .pdsaccordion-item.hovered .pdsaccordion-header {
    height: auto;
  }
}
.pdsaccordion-item.hovered .pdsaccordion-header h2 {
  font-size: 1.125rem;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 575.98px) {
  .pdsaccordion-item.hovered .pdsaccordion-header h2 {
    font-size: 15px;
    line-height: normal;
  }
}
.pdsaccordion-item.hovered .pdsaccordion-header .icon-toggle {
  display: flex;
  gap: 6px;
  margin-left: auto;
  align-items: center;
  transition: all 0.3s ease;
}
.pdsaccordion-item.hovered .pdsaccordion-header .icon-toggle i {
  font-size: 16px;
  cursor: pointer;
}
.pdsaccordion-item.disabled {
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0.2;
}
.pdsaccordion-item.disabled.border-true {
  border: 1px solid #d1d4d4;
}
.pdsaccordion-item.disabled.border-false {
  border: none;
}
.pdsaccordion-item.disabled .pdsaccordion-header {
  height: 40px;
  background: transparent;
  border-radius: 8px;
  padding: 10px 12px;
  position: relative;
  align-items: center;
  display: flex;
}
@media (max-width: 575.98px) {
  .pdsaccordion-item.disabled .pdsaccordion-header {
    height: auto;
  }
}
.pdsaccordion-item.disabled .pdsaccordion-header h2 {
  font-size: 1.125rem;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 575.98px) {
  .pdsaccordion-item.disabled .pdsaccordion-header h2 {
    font-size: 15px;
    line-height: normal;
  }
}
.pdsaccordion-item.disabled .pdsaccordion-header .icon-toggle {
  display: flex;
  gap: 6px;
  margin-left: auto;
  align-items: center;
  transition: all 0.3s ease;
}
.pdsaccordion-item.disabled .pdsaccordion-header .icon-toggle i {
  font-size: 16px;
  cursor: pointer;
}
.pdsaccordion-item .pdsaccordion-panel {
  padding: 10px;
  font-size: 1rem;
  line-height: 22px;
}
.pdsaccordion-item .pdsaccordion-panel p {
  font-size: 1rem;
  line-height: 22px;
}
.pdsaccordion-item .pdsaccordion-panel p:last-child {
  margin-bottom: 0;
}
.pdsaccordion-item .pdsaccordion-panel p a {
  font-weight: 700;
}
.pdsaccordion-item:last-child {
  margin-bottom: 0;
}
.pdsaccordion-item:not(.show):hover .pdsaccordion-header {
  background: #e1f4fb;
}

.sec-faqs {
  margin-bottom: 90px;
}
@media (max-width: 990.98px) {
  .sec-faqs {
    margin-bottom: 50px;
  }
}
.sec-faqs .container .row {
  background: #f9f9f9;
  padding: 56px 0;
  border-radius: 16px;
}
@media (max-width: 767.98px) {
  .sec-faqs .container .row {
    padding: 35px 0;
  }
}
@media (max-width: 767.98px) {
  .sec-faqs .container .row .smallheading {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .sec-faqs .container .row .mainheading {
    font-size: 1.375rem;
  }
}
@media (max-width: 575.98px) {
  .sec-faqs .container .row .mainheading br {
    display: none;
  }
}
.sec-faqs .container .row .pdsaccordion {
  max-width: 715px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .sec-faqs .container .row .pdsaccordion {
    max-width: 100%;
  }
}
.sec-faqs .container .row .tab-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.sec-faqs .container .row .tab-container .tab-header {
  border: 1px solid #D1D4D4;
  background: transparent;
  gap: 0;
  padding: 8px;
  border-radius: 8px;
}
.sec-faqs .container .row .tab-container .tab-header .tab.is-active {
  border-bottom: none;
  background: #E7E6EA;
  border-radius: 0;
}
.sec-faqs .container .row .tab-container .tab-content {
  width: 670px;
  margin: 0 auto;
}

.pdsaccordion-panel .list-unstyled {
  list-style: disc inside;
  padding-left: 20px !important;
  display: flex;
  flex-wrap: wrap;
}
.pdsaccordion-panel .list-unstyled li {
  width: calc(50% - 10px);
  margin: 0 0 5px;
}
.pdsaccordion-panel .list-unstyled li:last-child {
  margin-bottom: 0;
}

.sec-contactus {
  margin: 128px 0;
  position: relative;
}
@media (max-width: 990.98px) {
  .sec-contactus {
    margin: 128px 0 60px;
  }
}
@media (max-width: 767.98px) {
  .sec-contactus {
    margin: 120px 0 30px;
  }
}
.sec-contactus::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
  background-image: url(../images/contactform_bg.png);
  background-repeat: no-repeat;
  height: 623px;
  width: 846px;
  z-index: -1;
}
@media (max-width: 990.98px) {
  .sec-contactus::before {
    top: auto;
    bottom: 0;
  }
}
.sec-contactus .contactform_cont {
  background: #ffffff;
  padding: 32px 24px;
  border-radius: 12px;
  box-shadow: 0 4px 51.2px 18px rgba(0, 0, 0, 0.05);
  margin-left: 120px;
}
@media (max-width: 990.98px) {
  .sec-contactus .contactform_cont {
    margin-left: 80px;
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .sec-contactus .contactform_cont {
    margin-left: 0;
  }
}
.sec-contactus .contactform_cont .btndark {
  border-radius: 30px !important;
}
@media (max-width: 990.98px) {
  .sec-contactus .container .row > div {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .sec-contactus.secformfilledcont::before {
    bottom: 50%;
    width: 70%;
    transform: translateY(64%);
    background-position: bottom right;
  }
}
@media (max-width: 767.98px) {
  .sec-contactus.secformfilledcont .contactus-rightcont {
    margin: 20px auto;
  }
}

.field {
  display: flex;
  flex-flow: column-reverse;
}

.form-group input, .form-group select, .form-group textarea {
  padding: 0 16px !important;
  height: 48px;
  line-height: 48px;
  border-radius: 8px !important;
  font-size: 14px;
}
.form-group input:hover, .form-group select:hover, .form-group textarea:hover {
  border-color: #9ba2a1;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
}
.form-group .error-text {
  order: -1;
  font-size: 13px;
  color: #DE1135;
  position: relative;
  left: 0;
  top: 3px;
}
.form-group.companytypefield_cont {
  margin-top: 15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.form-group.companytypefield_cont label {
  margin-left: 2px;
  margin-bottom: 8px;
}
.form-group.companytypefield_cont .error-text {
  position: relative;
  order: 0;
}

.form-group.field label {
  display: inline-flex;
  padding: 0 15px;
  font-size: 0.875rem;
  color: #9ba2a1;
}

.field input:-moz-placeholder + label {
  cursor: text;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  -moz-transition: 0.3s;
  transition: 0.3s;
  transform: translate(0, 2.1rem) scale(1);
}

.field input:placeholder-shown + label {
  cursor: text;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transition: 0.3s;
  transform: translate(0, 2.1rem) scale(1);
}

.field input:not(:-moz-placeholder) + label {
  transform: translate(0, 0.35rem) scale(1);
  cursor: pointer;
  font-size: 0.75rem;
  color: #006afa;
  background: #ffffff;
  padding: 2px 5px 0;
  margin-left: 15px;
  width: -moz-max-content;
  width: max-content;
}

.field input:not(:placeholder-shown) + label, .field input:focus + label {
  transform: translate(0, 0.35rem) scale(1);
  cursor: pointer;
  font-size: 0.75rem;
  color: #006afa;
  background: #ffffff;
  padding: 2px 5px 0;
  margin-left: 15px;
  width: -moz-max-content;
  width: max-content;
}

.field input::-moz-placeholder {
  opacity: 0;
}

.field input::placeholder {
  opacity: 0;
}

.field input:focus::-moz-placeholder {
  opacity: 1;
}

.field input:focus::placeholder {
  opacity: 1;
}

.form-control:focus {
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.22);
  background-color: #F0F1F1;
}

.form-group.field .form-control:focus {
  border-color: #006afa;
  background-color: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(0, 106, 250, 0.2);
}

.formfieldcheckbx_cont {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 15px 0 24px;
}
.formfieldcheckbx_cont label {
  width: 90%;
}
.formfieldcheckbx_cont .form-check-input {
  width: 18px;
  height: 17px !important;
  display: flex;
  border-radius: 0 !important;
  padding: 0 !important;
  border: 2px solid #0F0B32;
  margin: 5px 10px 0 0;
  line-height: 18px !important;
}
.formfieldcheckbx_cont .error-text {
  order: 0;
  top: 5px;
  position: relative;
  font-size: 13px;
  color: #DE1135;
}
.formfieldcheckbx_cont a {
  color: #0c0929;
  font-weight: 600;
}

.contactform-heading {
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 990.98px) {
  .contactform-heading {
    font-size: 22px;
  }
}

.contactus-leftcont .mainheading {
  margin-bottom: 45px;
}

.whyfund {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .whyfund {
    margin-bottom: 25px;
  }
}
.whyfund img {
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .whyfund img {
    margin-right: 7px;
  }
}
.whyfund p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
@media (max-width: 767.98px) {
  .whyfund p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767.98px) {
  .whyfund p br {
    display: none;
  }
}

.contactus-leftcont {
  padding-right: 100px;
}
@media (max-width: 990.98px) {
  .contactus-leftcont {
    padding-right: 0;
  }
}

.contactnote-txt {
  font-size: 18px;
  line-height: 28px;
  color: #3D3A54;
}
.contactnote-txt a {
  color: #006AFA;
}

.reviews-wrap {
  display: inline-flex;
}
.reviews-wrap img {
  background: #00B67A;
  width: 30px !important;
  margin-right: 4px;
}
@media (max-width: 575.98px) {
  .reviews-wrap img {
    width: 20px !important;
  }
}

.directorslider_cont .card {
  padding: 32px !important;
  min-height: 310px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767.98px) {
  .directorslider_cont .card {
    padding: 15px !important;
  }
}
.directorslider_cont .card .reviews-wrap {
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .directorslider_cont .card .reviews-wrap {
    margin-bottom: 20px;
  }
}
.directorslider_cont .card p {
  font-size: 1.125rem;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .directorslider_cont .card p {
    font-size: 1rem;
  }
}
.directorslider_cont .card .reviewshead_wrap {
  margin-top: auto;
  align-items: center;
}
.directorslider_cont .card .reviewshead_wrap .reviewshead_img {
  font-size: 18px;
  display: flex;
  width: 40px;
  height: 40px;
  background: #ededed;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #006E6A;
  margin-right: 20px;
}
.directorslider_cont .card .reviewshead_wrap .reviewshead_content span, .directorslider_cont .card .reviewshead_wrap .reviewshead_content p {
  font-size: 14px;
  line-height: 20px;
  color: #424242;
}
.directorslider_cont .card .reviewshead_wrap .reviewshead_content span {
  font-weight: 600;
}
.directorslider_cont .card .reviewshead_wrap .reviewshead_content p {
  font-weight: 400;
}
.directorslider_cont .card.reviewsgreen .reviews-wrap img:not(:last-child) {
  background: #73CF11;
}
.directorslider_cont .card.reviewsgreen .reviews-wrap img:last-child {
  background: #DCDCE6;
}
.directorslider_cont .owl-carousel {
  overflow: hidden;
}

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

.carousel-controls.hidden {
  display: none;
}

.carousel-controls {
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 22px;
}
.carousel-controls .owl-prev, .carousel-controls .owl-next {
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.carousel-controls .owl-prev i, .carousel-controls .owl-next i {
  font-size: 0.875rem;
  font-weight: 500;
}
.carousel-controls .owl-prev:hover, .carousel-controls .owl-next:hover {
  background: #f9f9f9;
}
.carousel-controls .owl-prev.disabled, .carousel-controls .owl-next.disabled {
  cursor: no-drop;
  opacity: 0.5;
}
.carousel-controls .owl-prev.disabled:hover, .carousel-controls .owl-next.disabled:hover {
  background: transparent;
  color: initial;
}
.carousel-controls .owl-dots {
  display: flex;
  gap: 8px;
  margin: 0 20px;
}
.carousel-controls .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b0eeeb;
  border: none;
  transition: background 0.3s, transform 0.3s;
}
.carousel-controls .owl-dots .owl-dot.active {
  background: #00c8c0;
  transform: scale(1.2);
}

.sec_home {
  position: relative;
  overflow: hidden;
}
@media (max-width: 990.98px) {
  .sec_home {
    padding-bottom: 50px;
  }
}
.sec_home::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-image: url(../images/aboutus_img.jpg);
  background-repeat: no-repeat;
  height: 752px;
  width: 660px;
  z-index: -1;
}
@media (max-width: 1250px) {
  .sec_home::after {
    width: 580px;
  }
}
@media (max-width: 990.98px) {
  .sec_home::after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .sec_home .container {
    padding: 0 20px;
  }
}
.sec_home .aboutimage {
  display: none;
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 990.98px) {
  .sec_home .aboutimage {
    display: block;
  }
}
.sec_home .product-details {
  padding: 200px 0 100px;
}
@media (max-width: 1448px) {
  .sec_home .product-details {
    padding: 165px 0 100px;
  }
}
@media (max-width: 1250px) {
  .sec_home .product-details {
    padding: 148px 0 100px;
  }
}
@media (max-width: 990.98px) {
  .sec_home .product-details {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .sec_home .product-details {
    padding: 120px 0 50px;
  }
}
.sec_home .product-details .mainheading {
  font-size: 3.75rem;
  line-height: 60px;
}
@media (max-width: 1250px) {
  .sec_home .product-details .mainheading {
    font-size: 34px;
    line-height: 44px;
    width: 80%;
  }
}
@media (max-width: 1028px) {
  .sec_home .product-details .mainheading {
    font-size: 28px;
    line-height: 40px;
    width: 100%;
  }
}
.sec_home .product-details p {
  font-size: 1.25rem;
  line-height: 28px;
  font-weight: 500;
  width: 83%;
}
@media (max-width: 1028px) {
  .sec_home .product-details p {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .sec_home .product-details p {
    width: 100%;
  }
}
.sec_home .product-details p abbr {
  color: #1CADE0;
  font-weight: 700;
}

.socialheadings-wrap {
  background: transparent;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #B4B3BD;
}
.socialheadings-wrap a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #150929;
  text-decoration: none;
  font-weight: 400;
}

.headings-wrap {
  margin: 0 90px;
}
@media (max-width: 990.98px) {
  .headings-wrap {
    margin: 0 50px;
  }
}
@media (max-width: 767.98px) {
  .headings-wrap {
    margin: 0 30px;
    flex-direction: column;
    align-items: flex-start !important;
  }
}

.sec-aboutus, .sec-testimonials {
  margin-bottom: 100px;
}
@media (max-width: 990.98px) {
  .sec-aboutus, .sec-testimonials {
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .sec-aboutus .container, .sec-testimonials .container {
    padding: 0 20px;
  }
}

.aboutuscontent-wrap {
  background: #f9f9f9;
  padding: 64px;
  border-radius: 48px;
  display: flex;
}
@media (max-width: 1279.98px) {
  .aboutuscontent-wrap {
    padding: 34px;
  }
}
@media (max-width: 990.98px) {
  .aboutuscontent-wrap {
    flex-wrap: wrap;
    padding: 24px;
  }
}
.aboutuscontent-wrap .aboutuscont-left {
  width: 90%;
}
@media (max-width: 990.98px) {
  .aboutuscontent-wrap .aboutuscont-left {
    padding-top: 30px;
    width: 100%;
  }
}
@media (max-width: 990.98px) {
  .aboutuscontent-wrap .aboutuscont-left {
    padding-top: 10px;
  }
}
.aboutuscontent-wrap .aboutuscont-left .mainheading {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .aboutuscontent-wrap .aboutuscont-left .mainheading br {
    display: none;
  }
}
.aboutuscontent-wrap .aboutuscont-left p {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .aboutuscontent-wrap .aboutuscont-left p {
    font-size: 16px;
  }
}
.aboutuscontent-wrap .aboutuscont-left p:last-child {
  margin-bottom: 0;
}
.aboutuscontent-wrap .aboutuscont-right {
  display: flex;
  padding-left: 10%;
  margin-left: auto;
}
@media (max-width: 1279.98px) {
  .aboutuscontent-wrap .aboutuscont-right {
    padding-left: 5%;
  }
}
@media (max-width: 990.98px) {
  .aboutuscontent-wrap .aboutuscont-right {
    margin-top: 50px;
    margin-left: unset;
    padding-left: 0;
  }
}
.aboutuscontent-wrap .aboutuscont-right img {
  width: auto;
}

.sec-showcasetest {
  background: #f9f9f9;
  position: relative;
}
@media (max-width: 990.98px) {
  .sec-showcasetest {
    padding: 40px 0;
  }
}
.sec-showcasetest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-image: url(../images/Union.svg);
  background-repeat: no-repeat;
  height: 250px;
  width: 777px;
}
@media (max-width: 990.98px) {
  .sec-showcasetest::before {
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
  }
}
.sec-showcasetest .showcaestest-content {
  display: flex;
  height: 250px;
  align-items: center;
  justify-content: space-around;
  gap: 295px;
  z-index: 1;
  position: relative;
}
@media (max-width: 990.98px) {
  .sec-showcasetest .showcaestest-content {
    flex-direction: column;
    height: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: initial;
  }
}
.sec-showcasetest .showcaestest-content a {
  text-decoration: none;
}
.sec-showcasetest .showcaestest-content p {
  font-size: 1.75rem;
  line-height: 40px;
}
@media (max-width: 990.98px) {
  .sec-showcasetest .showcaestest-content p {
    font-size: 1.625rem;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .sec-showcasetest .showcaestest-content p {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}
.sec-showcasetest .showcaestest-content .showcase-testimonials {
  font-size: 1.25rem;
}
@media (max-width: 990.98px) {
  .sec-showcasetest .showcaestest-content .showcase-testimonials {
    text-align: center;
  }
}
@media (max-width: 990.98px) {
  .sec-showcasetest .showcaestest-content .showcase-testimonials {
    font-size: 1rem;
  }
}
.sec-showcasetest .showcaestest-content .showcase-testimonials abbr {
  font-weight: 700;
}
.sec-showcasetest .showcaestest-content .showcase-testimonials .reviews-wrap {
  margin: 10px 0;
}
.sec-showcasetest .showcaestest-content .showcase-testimonials span {
  font-weight: 700;
}

.sec-infinityparallax {
  position: relative;
  background-image: url("../images/footerinfinity_bg.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  padding-top: 60px;
  flex-direction: column;
  text-align: center;
  z-index: 1;
  transition: all 0.6s ease;
}
@media (max-width: 575.98px) {
  .sec-infinityparallax {
    padding-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .sec-infinityparallax .container {
    padding: 0 20px;
  }
}

.infinityparallax_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 384px;
}
@media (max-width: 575.98px) {
  .infinityparallax_content {
    padding-bottom: 250px;
  }
}
.infinityparallax_content h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.infinityparallax_content h2 sup {
  font-weight: 200;
  top: -16px;
  font-size: 24px;
  margin-left: 4px;
}
@media (max-width: 990.98px) {
  .infinityparallax_content h2 {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .infinityparallax_content h2 {
    font-size: 1.375rem;
  }
}
.infinityparallax_content .btndark {
  margin-bottom: 450px;
  padding: 16px 24px !important;
  border-radius: 30px !important;
}
@media (max-width: 1280px) {
  .infinityparallax_content .btndark {
    margin-bottom: 250px;
  }
}
@media (max-width: 900px) {
  .infinityparallax_content .btndark {
    margin-bottom: 110px;
  }
}
@media (max-width: 767.98px) {
  .infinityparallax_content .btndark {
    margin-bottom: 60px;
    padding: 10px 20px !important;
  }
}
@media (max-width: 575.98px) {
  .infinityparallax_content .btndark {
    margin-bottom: 0;
  }
}

footer {
  position: relative;
  padding-top: 100px;
  background: #fff;
  z-index: 2;
  margin-top: 0;
  transition: all 0.8s ease;
}
@media (max-width: 990.98px) {
  footer {
    padding-top: 50px;
  }
}
footer .footertop-cont {
  margin-bottom: 32px;
  display: flex;
}
@media (max-width: 990.98px) {
  footer .footertop-cont {
    flex-wrap: wrap;
  }
}
footer .footertop-cont > div {
  width: 34%;
}
@media (max-width: 990.98px) {
  footer .footertop-cont > div {
    width: 50%;
  }
  footer .footertop-cont > div:first-child, footer .footertop-cont > div:nth-child(2) {
    margin-bottom: 32px;
  }
}
footer .footertop-cont > div:first-child, footer .footertop-cont > div:last-child {
  width: 250px;
}
@media (max-width: 990.98px) {
  footer .footertop-cont > div:first-child, footer .footertop-cont > div:last-child {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  footer .footertop-cont > div:first-child, footer .footertop-cont > div:last-child {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  footer .footertop-cont > div {
    width: 100%;
  }
  footer .footertop-cont > div:last-child {
    margin-top: 32px;
  }
}
footer.overlap {
  margin-top: -300px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

#section-unsecuredloan .socialheadings-wrap {
  width: -moz-max-content;
  width: max-content;
}

.section-loans {
  margin: 140px 0 128px;
}
@media (max-width: 990.98px) {
  .section-loans {
    margin: 140px 0 50px;
  }
}
@media (max-width: 575.98px) {
  .section-loans .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-loans .mainheading {
  color: #0E3566;
}
@media (max-width: 990.98px) {
  .section-loans .mainheading {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .section-loans .mainheading {
    font-size: 1.375rem;
    margin-bottom: 15px !important;
  }
}
.section-loans .loanleft-cont {
  padding-top: 80px;
}
@media (max-width: 990.98px) {
  .section-loans .loanleft-cont {
    order: -1;
    padding-top: 20px;
    padding-bottom: 48px;
  }
}
.section-loans .loanleft-cont .products-cost {
  display: flex;
}
@media (max-width: 344px) {
  .section-loans .loanleft-cont .products-cost {
    flex-wrap: wrap;
  }
}
.section-loans .loanleft-cont .products-cost img {
  margin-right: 5px;
}
.section-loans .loanleft-cont p {
  font-size: 20px;
  line-height: 28px;
  margin: 12px 0 0;
  color: #424242;
  width: 95%;
}
@media (max-width: 767.98px) {
  .section-loans .loanleft-cont p {
    font-size: 1rem;
    width: 100%;
  }
}
.section-loans .loanleft-cont .products-cost abbr {
  font-weight: 700;
  margin-left: 5px;
}
.section-loans .loanleft-cont .btndark {
  margin: 40px 0;
}
@media (max-width: 990.98px) {
  .section-loans .loanleft-cont .btndark {
    margin: 20px 0 30px;
  }
}
.section-loans .loanleft-cont .socialheadings-wrap .reviews-wrap img {
  width: 27px !important;
}
@media (max-width: 575.98px) {
  .section-loans .loanleft-cont .socialheadings-wrap .reviews-wrap img {
    width: 20px !important;
  }
}
.section-loans .loanright-cont {
  display: flex;
  justify-content: flex-end;
}
.section-loans .loanright-cont img {
  max-width: 531px;
  border-radius: 16px;
}
@media (max-width: 990.98px) {
  .section-loans .loanright-cont img {
    max-width: 100%;
  }
}

.whatissec-content {
  margin-bottom: 40px;
}
@media (max-width: 990.98px) {
  .whatissec-content {
    margin-bottom: 10px;
  }
}
.whatissec-content .mainheading {
  width: 70%;
}
@media (max-width: 990.98px) {
  .whatissec-content .mainheading {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .whatissec-content .mainheading {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.whatissec-content p {
  font-size: 1.125rem;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .whatissec-content p {
    font-size: 1rem;
  }
}

.featurerow-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 575.98px) {
  .featurerow-container {
    padding: 0;
  }
}
.featurerow-container .feature-row {
  display: flex;
  gap: 24px;
  width: 100%;
}
@media (max-width: 990.98px) {
  .featurerow-container .feature-row {
    flex-direction: column;
  }
}
.featurerow-container .feature-row .feature {
  border-radius: 24px;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background: linear-gradient(325deg, #f9f9f9 88.12%, #1CADE0 130.06%);
}
@media (max-width: 990.98px) {
  .featurerow-container .feature-row .feature {
    padding: 20px;
  }
}
.featurerow-container .feature-row .feature .featurescard_heading {
  font-size: 1.75rem;
  line-height: 40px;
  font-weight: 700;
  color: #0C0929;
}
@media (max-width: 990.98px) {
  .featurerow-container .feature-row .feature .featurescard_heading {
    font-size: 1.25rem;
  }
}
.featurerow-container .feature-row .feature p {
  font-size: 1.25rem;
  line-height: 28px;
}
@media (max-width: 990.98px) {
  .featurerow-container .feature-row .feature p {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.featurerow-container .feature-row.featurerow-1 .feature p:last-child {
  width: 56%;
}
.featurerow-container .feature-row.featurerow-2 .feature p:last-child {
  width: 95%;
}

.sec-howitworks {
  padding: 60px 0;
  margin: 128px 0;
  background: rgba(28, 173, 224, 0.05);
}
@media (max-width: 990.98px) {
  .sec-howitworks {
    margin: 80px 0;
    padding: 40px 0;
  }
}
@media (max-width: 575.98px) {
  .sec-howitworks {
    margin: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .sec-howitworks .mainheading {
    font-size: 1.375rem;
  }
}
@media (max-width: 575.98px) {
  .sec-howitworks .container {
    padding: 0 20px;
  }
}

.productsheadings-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.howitworks-list {
  display: flex;
  margin-top: 32px !important;
  gap: 45px;
}
@media (max-width: 990.98px) {
  .howitworks-list {
    flex-direction: column;
    margin-top: 20px !important;
  }
}
@media (max-width: 767.98px) {
  .howitworks-list {
    gap: 25px;
  }
}
.howitworks-list li {
  padding: 40px;
  background: #fff;
  border-radius: 24px;
  gap: 24px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 990.98px) {
  .howitworks-list li {
    padding: 20px;
    gap: 15px;
  }
}
.howitworks-list li abbr {
  background: linear-gradient(180deg, var(--Infinity-blue, #1CADE0) 19.35%, #1E7E9F 119.35%);
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  width: 71px;
  height: 62px;
  display: grid;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 990.98px) {
  .howitworks-list li abbr {
    font-size: 30px;
    width: 50px;
    height: 50px;
  }
}
.howitworks-list li .howitworks-heading {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}
@media (max-width: 990.98px) {
  .howitworks-list li .howitworks-heading {
    font-size: 20px;
    line-height: 24px;
  }
}
.howitworks-list li p {
  font-size: 20px;
  line-height: 28px;
  color: #3D3A54;
  margin-bottom: 0;
}
@media (max-width: 990.98px) {
  .howitworks-list li p {
    font-size: 16px;
  }
}

.sec-criteria {
  margin-bottom: 128px;
}
@media (max-width: 767.98px) {
  .sec-criteria {
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .sec-criteria {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .sec-criteria .container {
    padding: 0 20px;
  }
}

.seccriteria-content {
  background: #f8f8f8;
  padding: 56px;
  border-radius: 16px;
  text-align: center;
}
@media (max-width: 990.98px) {
  .seccriteria-content {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .seccriteria-content {
    padding: 20px;
  }
}
.seccriteria-content .mainheading {
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .seccriteria-content .mainheading {
    font-size: 1.375rem;
  }
}
.seccriteria-content span {
  color: #697473;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 32px;
  display: inline-flex;
}
@media (max-width: 767.98px) {
  .seccriteria-content span {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.seccriteria-content ul {
  width: 645px;
  margin: 0 auto !important;
  text-align: left;
}
@media (max-width: 767.98px) {
  .seccriteria-content ul {
    width: auto;
  }
}
.seccriteria-content ul li {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 16px;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .seccriteria-content ul li {
    padding: 12px;
    font-size: 14px;
  }
}
.seccriteria-content ul li i {
  color: #1CADE0;
  font-size: 24px;
  margin-right: 12px;
}
@media (max-width: 767.98px) {
  .seccriteria-content ul li i {
    font-size: 16px;
    margin-right: 7px;
  }
}
.seccriteria-content ul:first-of-type {
  margin-bottom: 56px !important;
}

.sec-merchantcash .productsheadings-wrap {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.sec-merchantcash .productsheadings-wrap p {
  font-size: 18px;
  line-height: 24px;
  width: 61%;
}
@media (max-width: 990.98px) {
  .sec-merchantcash .productsheadings-wrap p {
    width: 100%;
  }
}

.modal .modal-dialog {
  height: 100%;
  vertical-align: middle;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-dialog .modal-content {
  align-items: center;
  border-radius: 12px;
}
@media (max-width: 380px) {
  .modal .modal-dialog .modal-content {
    border-radius: 12px 12px 0 0;
  }
}
.modal .modal-dialog .modal-content .modal-body .btnblackclr:hover {
  background-color: #0c0929;
}

.sticky-wrapper {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  gap: 12px;
  padding: 100px 0;
}
@media (max-width: 990.98px) {
  .sticky-wrapper {
    grid-template-columns: 100%;
    padding: 0;
  }
}

.left-tabs {
  position: sticky;
  top: 150px;
  height: 500px;
  gap: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1680px) {
  .left-tabs {
    height: 450px;
  }
}
@media (max-width: 1439.98px) {
  .left-tabs {
    height: 400px;
  }
}
@media (max-width: 990.98px) {
  .left-tabs {
    display: none;
  }
}
.left-tabs .tab {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  padding: 12px 15px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #BABFBF;
  cursor: pointer;
  text-align: left;
  transition: 0.35s ease;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px;
  color: #87908F;
}
.left-tabs .tab:hover {
  color: #4B5252 !important;
  background: rgba(28, 173, 224, 0.1);
  border-color: rgba(28, 173, 224, 0.1);
}
.left-tabs .tab.active {
  color: #4B5252;
  background: rgba(28, 173, 224, 0.1);
  border-color: rgba(28, 173, 224, 0.1);
}

.sticky-image {
  position: sticky;
  top: 150px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  position: -webkit-sticky;
}
@media (max-width: 1680px) {
  .sticky-image {
    height: 450px;
  }
}
@media (max-width: 1439.98px) {
  .sticky-image {
    height: 400px;
  }
}
@media (max-width: 990.98px) {
  .sticky-image {
    display: none;
  }
}
.sticky-image .step-image {
  position: absolute;
  opacity: 0;
  transition: opacity 0.8s;
  width: 95%;
  border-radius: 20px;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1680px) {
  .sticky-image .step-image {
    width: 85%;
  }
}
@media (max-width: 1439.98px) {
  .sticky-image .step-image {
    width: 80%;
  }
}
.sticky-image .step-image.active {
  opacity: 1;
  z-index: 2;
}

.scroll-content .content-block {
  padding: 80px 0 80px 50px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media (max-width: 990.98px) {
  .scroll-content .content-block {
    padding: 0;
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .scroll-content .content-block {
    display: flex;
    flex-direction: column;
    background: #f8f8f8;
    border-radius: 0 0 12px 12px;
    margin-bottom: 50px;
  }
  .scroll-content .content-block h2, .scroll-content .content-block p {
    padding: 0 20px;
  }
  .scroll-content .content-block .btndark {
    margin: 0 20px 30px;
  }
}
.scroll-content .content-block.visible {
  opacity: 1;
  transform: translateY(0);
}
.scroll-content .content-block .contentblock-img {
  display: block;
}
@media (max-width: 990.98px) {
  .scroll-content .content-block .contentblock-img {
    float: left;
    width: 285px;
    margin-right: 50px;
    border-radius: 8px;
  }
}
@media (min-width: 991px) {
  .scroll-content .content-block .contentblock-img {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .scroll-content .content-block .contentblock-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.scroll-content .content-block h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
  width: 65%;
}
@media (max-width: 1340px) {
  .scroll-content .content-block h2 {
    width: 100%;
  }
}
@media (max-width: 990.98px) {
  .scroll-content .content-block h2 {
    width: 100%;
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .scroll-content .content-block h2 {
    width: 100%;
    font-size: 22px;
  }
}
.scroll-content .content-block p {
  font-size: 16px;
  color: #424242;
  line-height: 24px;
  width: 85%;
}
@media (max-width: 1340px) {
  .scroll-content .content-block p {
    width: 100%;
  }
}
.scroll-content .content-block .products-cost {
  display: flex;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 500;
  margin: 16px 0 40px;
  color: #424242;
}
@media (max-width: 1340px) {
  .scroll-content .content-block .products-cost {
    white-space: nowrap;
  }
}
.scroll-content .content-block .products-cost img {
  margin-right: 8px;
}
.scroll-content .content-block .products-cost abbr {
  font-weight: 700;
  margin-left: 4px;
}
@media (max-width: 990.98px) {
  .scroll-content .content-block .products-cost {
    margin: 16px 0;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .scroll-content .content-block .products-cost {
    font-size: 1.125rem;
    margin: 10px 0 25px;
  }
}
@media (max-width: 400px) {
  .scroll-content .content-block .products-cost {
    flex-wrap: wrap;
  }
}
.scroll-content .content-block:last-child {
  padding-bottom: 100px;
}

@media (max-width: 575.98px) {
  .sec_products .container {
    padding: 0 20px;
  }
}
.sec_products .smallheading {
  margin-top: 100px;
}
@media (max-width: 990.98px) {
  .sec_products .smallheading {
    margin-top: 50px;
  }
}

.privacypolicy_content {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 990.98px) {
  .privacypolicy_content > div {
    padding: 0;
  }
}
@media (max-width: 990.98px) {
  .privacypolicy_content > div.fixedleftsidebar {
    margin-bottom: 20px;
  }
}
.privacypolicy_content .col-md-3.fixedleftsidebar #investors-menu {
  position: sticky;
  top: 90px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.privacypolicy_content .col-md-3.fixedleftsidebar #investors-menu .integration-menu {
  border: 1px solid #d1d4d4;
  padding: 20px !important;
  border-radius: 8px;
}
.privacypolicy_content .col-md-3.fixedleftsidebar #investors-menu .integration-menu li {
  margin: 0 0 10px;
}
.privacypolicy_content .col-md-3.fixedleftsidebar #investors-menu .integration-menu li a {
  color: #333;
  text-decoration: none;
}
.privacypolicy_content .col-md-3.fixedleftsidebar #investors-menu .integration-menu li.active a {
  color: #0c0929;
  font-weight: 600;
}
.privacypolicy_content .col-md-9 table.table.has-fixed-layout {
  border: 1px solid #d1d4d4;
}
.privacypolicy_content .col-md-9 table.table.has-fixed-layout tr td {
  border-right: 1px solid #d1d4d4;
  padding: 10px;
}
.privacypolicy_content .col-md-9 a {
  font-weight: 600;
  color: #006AFA;
}

.wp-block-list {
  list-style: disc;
  padding: 0 0 0 20px !important;
}
.wp-block-list li {
  margin-bottom: 10px;
}
.wp-block-list li ul {
  list-style: circle;
  padding: 10px 0 10px 20px !important;
}

.limitsntenure_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-bottom: 40px;
}
.limitsntenure_wrap .limitsntenure_cont {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  min-width: 220px;
  height: 52px;
}
.limitsntenure_wrap .limitsntenure_cont > div {
  display: flex;
  width: 100%;
}
.limitsntenure_wrap .limitsntenure_cont > div span {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
  margin-left: 5px;
}
.limitsntenure_wrap .limitsntenure_cont abbr {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 28px;
}

.typing {
  overflow: hidden;
  color: #1CADE0;
}

.cursor {
  display: inline-block;
  font-weight: bold;
  font-size: inherit;
  animation: blink 0.6s infinite;
  margin-left: 2px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.termsncondtions_cont {
  padding: 0 0 32px 0;
  width: 84%;
  margin-left: 18%;
}
@media (max-width: 990.98px) {
  .termsncondtions_cont {
    margin-left: 0;
    width: 100%;
  }
}
.termsncondtions_cont span, .termsncondtions_cont p {
  font-size: 16px;
  line-height: 22px;
  color: #697473;
}
@media (max-width: 990.98px) {
  .termsncondtions_cont span, .termsncondtions_cont p {
    padding: 0;
  }
}
.termsncondtions_cont span {
  font-weight: 600;
  margin-bottom: 10px;
}
.termsncondtions_cont p {
  margin-bottom: 0;
  width: 95%;
}
@media (max-width: 990.98px) {
  .termsncondtions_cont p {
    width: 100%;
  }
}

.owl-carousel .owl-item {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}

@media (max-width: 575.98px) {
  #siteFooter .container {
    padding: 0 20px;
  }
}

@media (max-width: 990.98px) {
  .responsivehide {
    display: none;
  }
}

.error-container {
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
.error-container .errorheading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 25px;
  color: #0c0929;
  margin: 10px 0;
}
.error-container p {
  color: #625A70;
  font-size: 1rem;
  font-weight: 500;
  line-height: 23px;
  text-align: center;
}
.error-container.pagenotfound-cont {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.error-container.pagenotfound-cont::before, .error-container.pagenotfound-cont::after {
  position: absolute;
  content: "404";
  font-size: 90px;
  left: 38%;
  color: #D1D4D4;
  font-weight: 600;
  z-index: 0;
  transform: translateX(50%);
}
.error-container.pagenotfound-cont::before {
  top: -65px;
}
.error-container.pagenotfound-cont::after {
  bottom: -60px;
}

.backToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  height: 40px;
  width: 40px;
  font-size: 20px;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  transition: 0.5s;
  cursor: pointer;
}
.backToTopBtn:not(:hover) {
  background: #0E3566;
}
.backToTopBtn:hover {
  background: #1CADE0;
}
.backToTopBtn:not(.active) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.backToTopBtn.active {
  visibility: hidden;
  opacity: 0;
  pointer-events: auto;
}
@media (max-width: 990.98px) {
  .backToTopBtn.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}

.contactus-rightcont {
  margin: auto;
}

.applnrecevied_cont {
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 4px 51.2px 18px rgba(0, 0, 0, 0.05);
}
.applnrecevied_cont .applnrecevied_heading {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 40px;
  color: #424242;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .applnrecevied_cont .applnrecevied_heading {
    font-size: 1.25rem;
  }
}
.applnrecevied_cont p {
  font-size: 1rem;
  line-height: 22px;
  color: #3d3a54;
  font-weight: 400;
  width: 97%;
  margin-bottom: 5px;
}

.submitenquirybtn {
  min-width: 210px;
}

.loader {
  width: 24px;
  aspect-ratio: 3;
  --dot-size: 8px;
  --dot-gap: 12px;
  --dot-color: #FFF;
  display: inline-flex;
  vertical-align: bottom;
  margin-bottom: 2px;
}

.loader.blackLod {
  --dot-color: #000;
}

.loader::before, .loader::after,
.loader div {
  content: "";
  display: block;
  width: var(--dot-size);
  height: var(--dot-size);
  background-color: var(--dot-color);
  border-radius: 50%;
  animation: bounce 0.6s infinite alternate;
}

.loaderblack {
  width: 24px;
  aspect-ratio: 3;
  --dot-size: 8px;
  --dot-gap: 12px;
  background-color: #000;
  display: inline-flex;
  vertical-align: bottom;
}

.loaderblack::before, .loaderblack::after,
.loaderblack div {
  content: "";
  display: block;
  width: var(--dot-size);
  height: var(--dot-size);
  background-color: #000;
  border-radius: 50%;
  animation: bounce 0.6s infinite alternate;
}

.loader::before, .loaderblack::before {
  position: relative;
  left: -2px;
}

.loader::after, .loaderblack::after {
  position: relative;
  left: 2px;
}

.loader::after, .loaderblack::after {
  animation-delay: 0.2s;
}

.loader div, .loaderblack div {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-6px);
    opacity: 1;
  }
}/*# sourceMappingURL=site.css.map */