/*!
Theme Name: CIMFinance
Theme URI: http://underscores.me/
Author: Tiron Krishantha
Author URI: http://underscores.me/
Description: developer: tiron krishantha, tironkrish1@gmail.com
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cimfinance
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CIMFinance is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: "Ubuntu-bold";
  src: url("fonts/Ubuntu-Bold.woff2") format("woff2"), url("fonts/Ubuntu-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-light";
  src: url("fonts/Ubuntu-Light.woff2") format("woff2"), url("fonts/Ubuntu-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-medium";
  src: url("fonts/Ubuntu-Medium.woff2") format("woff2"), url("fonts/Ubuntu-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-regular";
  src: url("fonts/Ubuntu-Regular.woff2") format("woff2"), url("fonts/Ubuntu-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Larke-Neue";
  src: url("fonts/LarkeNeue-Regular.woff2") format("woff2"), url("fonts/LarkeNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body blockquote,
body pre,
body hr,
body dl,
body dd,
body ol,
body ul,
body figure,
body p {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 18px;
}
body.none-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

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

h1, h2 {
  font-weight: 700 !important;
}

.container-v {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1360px) {
  .container-v {
    max-width: 100%;
    padding: 0 30px;
  }
}
.container-v ol {
  padding-left: 40px;
}

.container-2 {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .container-2 {
    max-width: 100%;
    padding: 0 20px;
  }
}

.font-42 {
  font-family: "Ubuntu-medium", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 60px;
  word-wrap: break-word;
}
@media (max-width: 992px) {
  .font-42 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .font-42 {
    font-size: 32px;
  }
}

.font-16, .navigation-header .wrap-header .container-v nav .nav .dropdown-menu li a {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 480px) {
  .font-16, .navigation-header .wrap-header .container-v nav .nav .dropdown-menu li a {
    font-size: 15px;
  }
}

.font-16-medium {
  font-family: "Ubuntu-medium", sans-serif;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 480px) {
  .font-16-medium {
    font-size: 15px;
  }
}

.font-22 {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 22px;
  line-height: 60px;
  letter-spacing: 0.01em;
}

.font-20 {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.04em;
}
@media (max-width: 992px) {
  .font-20 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .font-20 {
    font-size: 16px;
  }
}

.title-1 {
  font-family: "Larke-Neue", sans-serif;
  font-size: 80px;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #000;
}
@media (max-width: 992px) {
  .title-1 {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .title-1 {
    font-size: 40px;
  }
}

.body-font, .privacy-policy-content .container-2 p {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 34px;
  color: #000;
}
@media (max-width: 992px) {
  .body-font, .privacy-policy-content .container-2 p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .body-font, .privacy-policy-content .container-2 p {
    font-size: 14px;
    line-height: 26px;
  }
}

.title-2 {
  font-family: "Larke-Neue", sans-serif;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.01em;
  color: #c32c6d;
}
@media (max-width: 992px) {
  .title-2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .title-2 {
    font-size: 28px;
    line-height: 28px;
  }
}

.light-img {
  display: block;
}

.dark-img {
  display: none;
}

.back-btn {
  background-color: #fff;
  padding: 10px 20px;
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 16px;
  color: #ec0777;
  text-transform: uppercase;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.back-btn:hover {
  text-decoration: none;
  color: #ec0777;
}
.back-btn img {
  margin-right: 10px;
}

.submit-btn {
  width: 150px;
  padding: 18px 52px;
  border: none;
  outline: none;
  border-radius: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  background-color: #ec0777;
  color: #fff;
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 14px;
}
@meida (max-width: $d-xs) {
  .submit-btn {
    width: 100%;
  }
}

.border-button {
  padding: 14px 50px;
  border: 1px solid #797979;
  border-radius: 24px;
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 14px;
  color: #797979;
}
.border-button:hover {
  color: #797979;
}

.navigation-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: 0.3s ease-in-out;
}
.navigation-header.scrollUp {
  display: none;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1130px) {
  .navigation-header {
    display: none;
  }
}
.navigation-header .wrap-header {
  width: 100%;
  position: relative;
}
@media (max-width: 1698px) {
  .navigation-header .wrap-header {
    display: flex;
    align-items: flex-start;
  }
}
.navigation-header .wrap-header .main-logo {
  position: absolute;
  left: 0;
  z-index: 99;
}
@media (max-width: 1698px) {
  .navigation-header .wrap-header .main-logo {
    position: static;
  }
}
.navigation-header .wrap-header .container-v {
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 33px;
}
.navigation-header .wrap-header .container-v .buisness-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.navigation-header .wrap-header .container-v .buisness-link li {
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .navigation-header .wrap-header .container-v .buisness-link li {
    margin-right: 20px;
  }
}
.navigation-header .wrap-header .container-v .buisness-link li a {
  padding: 6px 13px;
  text-transform: uppercase;
}
@media (max-width: 1326px) {
  .navigation-header .wrap-header .container-v .buisness-link li a {
    font-size: 14px;
  }
}
.navigation-header .wrap-header .container-v .buisness-link li a.active {
  background-color: #ec0777;
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
  color: #fff !important;
}
.navigation-header .wrap-header .container-v .buisness-link li:last-child {
  margin-right: 0;
}
.navigation-header .wrap-header .container-v .buisness-link li > a {
  color: #000;
}
.navigation-header .wrap-header .container-v nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation-header .wrap-header .container-v nav .nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.navigation-header .wrap-header .container-v nav .nav li {
  margin-right: 42px;
}
@media (max-width: 1200px) {
  .navigation-header .wrap-header .container-v nav .nav li {
    margin-right: 20px;
  }
}
.navigation-header .wrap-header .container-v nav .nav li a {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 1326px) {
  .navigation-header .wrap-header .container-v nav .nav li a {
    font-size: 14px;
  }
}
.navigation-header .wrap-header .container-v nav .nav .dropdown-menu {
  border-radius: 16px;
  min-height: 100px;
  width: 200px;
}
.navigation-header .wrap-header .container-v nav .nav .dropdown-menu li {
  width: 100%;
  margin-right: 0;
}
.navigation-header .wrap-header .container-v nav .nav .dropdown-menu li a {
  text-transform: capitalize;
  padding: 0.25rem 1.5rem;
}
.navigation-header .wrap-header .container-v nav .nav .dropdown-menu li a:hover {
  background-color: transparent;
}
.navigation-header .wrap-header .container-v nav .search {
  margin-right: 42px;
}
.navigation-header .wrap-header .container-v nav .search svg path {
  fill: #000;
}
.navigation-header.blue-nav .wrap-header .container-v .buisness-link li a.active {
  background-color: #23b9e7;
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
  color: #fff !important;
}

.mobile-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999999;
  padding-right: 14px;
}
@media (min-width: 1131px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav .main-logo img {
  width: 100%;
  max-width: 180px;
}
.mobile-nav .mobile-ham-button {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  background-color: transparent;
}
.mobile-nav .mobile-ham-button img {
  width: 60px;
}

.floating-navbar {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 99999;
  display: none;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}
.floating-navbar .ham-icon {
  border: none;
  outline: none;
  background: transparent;
}
@media (max-width: 1130px) {
  .floating-navbar .ham-icon {
    display: none;
  }
}
.floating-navbar .ham-icon img {
  pointer-events: none;
}
.floating-navbar.scrollUp {
  display: flex;
}

.side-menu {
  width: 100%;
  max-width: 400px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background-color: #EFEFEF;
  display: none;
}
@media (max-width: 480px) {
  .side-menu {
    max-width: 100%;
  }
}
.side-menu .dropdown-menu {
  width: 200px;
}
.side-menu .dropdown-menu li {
  padding: 0 10px;
  margin-bottom: 0.5rem;
}
.side-menu.show-menu {
  visibility: visible;
  opacity: 1;
}
.side-menu .side-menu-cover {
  width: 60%;
  height: 100%;
  margin-left: auto;
  position: relative;
  z-index: 999;
  padding-right: 40px;
  padding-top: 40px;
}
.side-menu .side-menu-cover .full-screen-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.side-menu .side-menu-cover .menu-lists-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 133px;
}
.side-menu .side-menu-cover .menu-lists-wrap .main-link li {
  margin-bottom: 15px;
}
.side-menu .side-menu-cover .menu-lists-wrap .main-link li a {
  font-family: "Ubuntu-medium", sans-serif !important;
  font-size: 24px;
}
@media (max-width: 480px) {
  .side-menu .side-menu-cover .menu-lists-wrap .main-link li {
    font-size: 16px;
  }
}
.side-menu .side-menu-cover ul li a {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 34px;
  color: #000;
}
@media (max-width: 992px) {
  .side-menu .side-menu-cover ul li a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .side-menu .side-menu-cover ul li a {
    font-size: 14px;
    line-height: 26px;
  }
}

.footer {
  width: 100%;
}
.footer .footer-shape {
  width: 100%;
  pointer-events: none;
}
.footer .footer-shape-dark {
  width: 100%;
  pointer-events: none;
  display: none;
}
.footer .footer-wrap {
  padding-top: 55px;
  width: 100%;
  background-color: #f0f1f5;
}
.footer .footer-wrap .container-v {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 33px;
}
@media (max-width: 992px) {
  .footer .footer-wrap .container-v {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .footer .footer-wrap .container-v .footer-logs {
    margin-bottom: 2rem;
  }
}
.footer .footer-wrap .container-v .footer-logs ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-wrap .container-v .footer-logs ul li {
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .footer .footer-wrap .container-v .footer-logs ul li h5 {
    font-size: 16px;
  }
}
.footer .footer-wrap .container-v .footer-logs ul li:last-child {
  margin-right: 0;
}
.footer .footer-wrap .container-v .footer-logs ul li:nth-child(1) img {
  width: 100%;
}
.footer .footer-wrap .container-v .footer-logs ul li:nth-child(2) img {
  width: 100%;
  max-width: 196px;
}
@media (max-width: 1200px) {
  .footer .footer-wrap .container-v .footer-logs ul li:nth-child(2) img {
    max-width: 160px;
  }
}
@media (max-width: 400px) {
  .footer .footer-wrap .container-v .footer-logs ul li:nth-child(2) img {
    max-width: 100px;
  }
}
.footer .footer-wrap .container-v .wrap-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 92px;
}
@media (max-width: 1200px) {
  .footer .footer-wrap .container-v .wrap-link {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .footer .footer-wrap .container-v .wrap-link {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .footer .footer-wrap .container-v .wrap-link {
    margin-bottom: 2rem;
  }
}
.footer .footer-wrap .container-v .footer-links ul li.sub-link {
  padding-left: 10px;
}
.footer .footer-wrap .container-v .footer-links ul li a {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 14px;
  color: #52525f;
  line-height: 38px;
  letter-spacing: 0.04em;
}
@media (max-width: 1200px) {
  .footer .footer-wrap .container-v .footer-links ul li a {
    font-size: 12px;
  }
}
.footer .footer-wrap .container-v .footer-links ul li a h4 {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 36px;
  letter-spacing: 0.04em;
}
@media (max-width: 1200px) {
  .footer .footer-wrap .container-v .footer-links ul li a h4 {
    font-size: 14px;
  }
}
.footer .footer-wrap .container-v .footer-sociallinks {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .footer .footer-wrap .container-v .footer-sociallinks {
    align-items: center;
  }
}
.footer .footer-wrap .container-v .footer-sociallinks .sociallinks {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.footer .footer-wrap .container-v .footer-sociallinks .sociallinks li {
  margin-right: 12px;
}
.footer .footer-wrap .container-v .footer-sociallinks .sociallinks li .pink {
  fill: #ec0777;
}
.footer .footer-wrap .container-v .footer-sociallinks .sociallinks li:last-child {
  margin-right: 0;
}
.footer .footer-wrap .container-v .footer-sociallinks .footer-mobile-download {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 92px;
}
@media (max-width: 992px) {
  .footer .footer-wrap .container-v .footer-sociallinks .footer-mobile-download {
    margin-bottom: 2rem;
  }
}
.footer .footer-wrap .container-v .footer-sociallinks .footer-mobile-download li {
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .footer-wrap .container-v .footer-sociallinks .footer-mobile-download li img {
  max-width: 85px;
}
.footer .footer-wrap .container-v .footer-sociallinks .footer-mobile-download li span {
  font-size: 14px;
  color: #52525f;
  line-height: 38px;
  letter-spacing: 0.04em;
  display: block;
}
.footer .footer-wrap .container-v .footer-sociallinks .footer-mobile-download li:last-child {
  margin-right: 0;
  align-self: baseline;
}
.footer .footer-wrap .container-v .footer-sociallinks .footer-mobile-download li a img {
  width: 100%;
  max-width: 139px;
}
.footer .footer-wrap .bottom-footer {
  border-top: solid 1px #D1CED5;
  padding-top: 24px;
  padding-bottom: 10px;
}
.footer .footer-wrap .bottom-footer .container-v {
  margin-bottom: 0;
}
.footer .footer-wrap .bottom-footer .container-v .wrap-links-ft {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .footer .footer-wrap .bottom-footer .container-v .wrap-links-ft {
    flex-direction: column;
  }
}
.footer .footer-wrap .bottom-footer .container-v .wrap-links-ft ul {
  display: flex;
  align-items: center;
}
.footer .footer-wrap .bottom-footer .container-v .wrap-links-ft ul.footer-term-c {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 10px;
}
.footer .footer-wrap .bottom-footer .container-v .wrap-links-ft ul.footer-term-c::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  background-color: #D1CED5;
}
@media (max-width: 480px) {
  .footer .footer-wrap .bottom-footer .container-v .wrap-links-ft ul.footer-term-c::before {
    content: none;
  }
}
.footer .footer-wrap .bottom-footer .container-v .wrap-links-ft ul.footer-term-c li {
  margin-right: 20px;
}
.footer .footer-wrap .bottom-footer .container-v .wrap-links-ft ul.footer-term-c li:last-child {
  margin-right: 0;
}
.footer .footer-wrap .bottom-footer .container-v .wrap-links-ft ul.footer-term-c li a {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 14px;
  color: #52525f;
  line-height: 38px;
  letter-spacing: 0.04em;
}
.footer .footer-wrap .bottom-footer .container-v p {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 14px;
  color: #6c7281;
  line-height: 20px;
  letter-spacing: 0.01em;
}
.footer .footer-wrap .bottom-footer .container-v p span {
  text-transform: uppercase;
  color: #000;
}
.footer .footer-wrap .bottom-footer .container-v p a {
  color: #000;
}
.footer .footer-wrap .bottom-footer .container-v p a:hover {
  color: #ed297c;
}

.banner {
  width: 100%;
  height: 100vh;
  background: linear-gradient(121.93deg, #ededed 15.21%, #ededed 87.52%);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-height: 780px) {
  .banner {
    height: 100vh;
  }
}
@media (min-width: 1200px) and (max-height: 705px) {
  .banner {
    height: 740px;
  }
}
@media (max-width: 1399px) {
  .banner {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .banner {
    grid-template-columns: 100%;
    padding-top: 126px;
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ededed;
  }
}
.banner .content-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .banner .content-section {
    justify-content: center;
  }
}
.banner .content-section .content-wrap h3 {
  color: #494647;
  margin-bottom: 12px;
}
.banner .content-section .content-wrap h1 {
  font-family: "Ubuntu-bold", sans-serif;
  font-size: 72px;
  letter-spacing: 0.01em;
  margin-bottom: 49px;
  word-wrap: break-word;
}
@media (max-width: 992px) {
  .banner .content-section .content-wrap h1 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .banner .content-section .content-wrap h1 {
    font-size: 38px;
  }
}
.banner .content-section .content-wrap h1 span:nth-child(1) {
  color: #be1e65;
}
.banner .content-section .content-wrap h1 span:nth-child(2) {
  color: #ed2087;
}
.banner .content-section .content-wrap h1 span:nth-child(3) {
  color: #f7a5bb;
}
.banner .content-section .content-wrap p {
  width: 100%;
  max-width: 487px;
  margin-bottom: 35px;
}
.banner .content-section .content-wrap ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.banner .content-section .content-wrap ul li {
  margin-right: 20px;
}
.banner .content-section .content-wrap ul li:last-child {
  margin-right: 0;
}
.banner .content-section .content-wrap ul li img {
  width: 100%;
}
.banner.blue {
  background: linear-gradient(117.23deg, #E5F1F7 16.3%, #B4E3FA 90.93%);
}
.banner.blue .content-section .content-wrap h1 span:nth-child(1) {
  color: #00b7e7;
}
.banner.blue .content-section .content-wrap h1 span:nth-child(2) {
  color: #0b91b4;
}
.banner.blue .content-section .content-wrap h1 span:nth-child(3) {
  color: #90d0ef;
}
.banner .image-section {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.banner .image-section img {
  width: 100%;
  max-width: 760px;
}
@media (max-width: 992px) {
  .banner .image-section img {
    max-width: 100%;
  }
}
@media (min-width: 1200px) and (max-height: 780px) {
  .banner .image-section img {
    max-width: 650px;
  }
}

.input-wrap {
  position: relative;
}
.input-wrap .input-1 {
  width: 100%;
  height: 58px;
  border-radius: 58px;
  background-color: #EFEFEF;
  border: none;
  padding-left: 30px;
  transition: 0.2s ease all;
}
.input-wrap .input-1:focus ~ .floating-label {
  top: 15px;
  font-size: 13px;
}
.input-wrap .floating-label {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease all;
}
.input-wrap textarea {
  width: 100%;
  height: 120px !important;
  border-radius: 30px !important;
}

.chat-sec-wrap {
  position: fixed;
  bottom: 60px;
  right: 11px;
  z-index: 9999;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .chat-sec-wrap {
    bottom: 48px;
  }
  .chat-sec-wrap img {
    max-width: 200px;
  }
}

.fip-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.fip-card.blue-section {
  height: auto;
}
.fip-card.even {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .fip-card.even {
    flex-direction: column;
  }
}
.fip-card.even .content {
  padding-left: 0;
}
.fip-card.even .content p {
  margin-right: auto;
}
@media (max-width: 992px) {
  .fip-card {
    flex-direction: column;
  }
}
.fip-card .content {
  width: 50%;
  padding-right: 5%;
}
@media (max-width: 992px) {
  .fip-card .content {
    padding-left: 0;
    width: 100%;
    margin-right: 0;
    order: 2;
  }
}
.fip-card .content h4 {
  margin-bottom: 30px;
  width: 100%;
  max-width: 550px;
}
@media (max-width: 992px) {
  .fip-card .content h4 {
    text-align: center;
    max-width: 100%;
  }
}
.fip-card .content p {
  width: 100%;
  max-width: 550px;
}
@media (max-width: 992px) {
  .fip-card .content p {
    max-width: 100%;
    text-align: center;
  }
}
.fip-card .content.blue-title h4 {
  color: #0b91b4;
}
.fip-card .img-wrap {
  width: 45%;
  position: relative;
}
@media (max-width: 992px) {
  .fip-card .img-wrap {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .fip-card .img-wrap {
    width: 100%;
  }
}
.fip-card .img-wrap img {
  width: 100%;
}
.fip-card .img-wrap svg {
  width: 100%;
}

.inside-banner .btn-box {
  padding: 40px 0px 20px 0;
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .inside-banner .btn-box {
    flex-direction: column;
  }
}
.inside-banner .btn-box img {
  max-width: 160px;
}

.expand-block {
  margin-bottom: 2rem;
}
.expand-block > a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F6F6F6;
  padding: 15px 24px;
  border-radius: 5px;
  font-family: "Larke-Neue", sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 28px;
  letter-spacing: 0.01em;
}
.expand-block > a .icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.expand-block > a .icon.plus::before {
  content: url("images/digital-loans/plus-icon.svg");
}
.expand-block > a .icon.minus::before {
  content: url("images/digital-loans/minus-icon.svg");
}
.expand-block .hidden-block {
  display: none;
  padding: 0 20px;
  background-color: #F6F6F6;
  padding-bottom: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.expand-block .hidden-block .editor-content {
  background-color: #fff;
  padding: 23px;
  border-radius: 12px;
}
.expand-block .hidden-block .editor-content ul {
  list-style: disc;
  padding: 15px;
  margin: 0;
}
.expand-block .hidden-block .editor-content ul li {
  list-style-image: url("images/all-icons/ul-dot.svg");
  margin-bottom: 5px;
  padding-left: 14px;
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 480px) {
  .expand-block .hidden-block .editor-content ul li {
    font-size: 15px;
  }
}
.expand-block .hidden-block .editor-content ul li:last-child {
  margin-bottom: 0;
}
.expand-block .hidden-block .editor-content ol {
  padding: 15px;
}
.expand-block .hidden-block .editor-content ol li {
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .expand-block > a .hidden-block {
    padding: 15px;
  }
}

.inside-banner {
  width: 100%;
  height: 100vh;
  background: linear-gradient(121.93deg, #E8E6E7 15.21%, #F3EACA 87.52%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .inside-banner {
    margin-bottom: 60px;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .inside-banner {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-height: 705px) {
  .inside-banner {
    height: 740px;
  }
}
@media (max-width: 992px) {
  .inside-banner {
    flex-direction: column;
    justify-content: center;
    padding-top: 10%;
  }
}
.inside-banner .content {
  width: 50%;
  position: relative;
  z-index: 9;
  padding-left: 5%;
}
@media (max-width: 992px) {
  .inside-banner .content {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .inside-banner .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.inside-banner .content h2 {
  margin-bottom: 26px;
  text-transform: capitalize;
  line-height: 90px;
}
@media (max-width: 480px) {
  .inside-banner .content h2 {
    line-height: 45px;
  }
}
.inside-banner .image-section {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 992px) {
  .inside-banner .image-section {
    width: 100%;
    position: static;
  }
}
@media (max-width: 480px) {
  .inside-banner .image-section {
    width: 100%;
  }
}
.inside-banner .image-section img {
  width: 100%;
}
@media (max-width: 480px) {
  .inside-banner .image-section img {
    height: auto;
  }
}

.bannerSwiper .arrow-actions {
  position: absolute;
  bottom: 100px;
  left: calc((100vw - 1050px) / 2 - 50px);
  width: 80px;
  display: flex;
}
@media (max-width: 1190px) {
  .bannerSwiper .arrow-actions {
    left: calc((100vw - 900px) / 2 - 50px);
  }
}
@media (max-width: 1024px) {
  .bannerSwiper .arrow-actions {
    left: calc((100vw - 60%) / 2 - 50px);
  }
}
@media (max-width: 700px) {
  .bannerSwiper .arrow-actions {
    bottom: 30px;
    left: 43%;
    transform: translateX(-50%);
    z-index: 55;
  }
}
@media (max-width: 500px) {
  .bannerSwiper .arrow-actions {
    left: 12%;
  }
}
.bannerSwiper .arrow-actions .swiper-button-next::after,
.bannerSwiper .arrow-actions .swiper-button-prev::after {
  font-size: 0;
  content: none;
}
.bannerSwiper .arrow-actions .dots {
  position: absolute;
  width: 100px;
  right: -95px;
  top: 20px;
}
.bannerSwiper .arrow-actions .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 7px;
  height: 7px;
}
.bannerSwiper .arrow-actions .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ec0777;
}

.why-use-cim .features-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 33px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 112px;
}
@media (max-width: 1024px) {
  .why-use-cim .features-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 850px) {
  .why-use-cim .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 580px) {
  .why-use-cim .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 380px) {
  .why-use-cim .features-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.why-use-cim .features-grid .feature-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 21px 17px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 16px 14px -8px rgba(0, 0, 0, 0.11);
}
.why-use-cim .features-grid .feature-card h5 {
  color: #44484e;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 120% */
  letter-spacing: 0.15px;
}

.intro {
  padding-top: 108px;
}
@media (max-width: 992px) {
  .intro {
    margin-bottom: 2rem;
    padding-top: 2rem;
  }
}
.intro .intro-img-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro .intro-img-section svg {
  width: 100%;
}
.intro .intro-text {
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
  font-family: "Larke-Neue", sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #000;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 992px) {
  .intro .intro-text {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .intro .intro-text {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .intro .intro-text {
    font-size: 28px;
    line-height: 38px;
  }
}
.intro .blue-h3 {
  margin-top: 110px;
  margin-bottom: 68px;
}
.intro .strock-animation {
  stroke-dashoffset: -177rem;
  fill: none;
  stroke: #fff;
  stroke-width: 48px;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 2895;
}

.why-use-cim {
  position: relative;
  width: 100%;
}
.why-use-cim .whycim-curve {
  position: absolute;
  left: 0;
  min-width: 100%;
  width: 100%;
  z-index: -1;
}
.why-use-cim .bg-curve {
  width: 100%;
  height: auto;
}
@media (min-width: 1440px) {
  .why-use-cim .bg-curve {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .why-use-cim .bg-curve {
    display: none;
  }
}
.why-use-cim .container-v {
  height: auto;
}
.why-use-cim .container-v h3 {
  text-align: center;
  margin-top: 81px;
}
.why-use-cim .container-v .why-use {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 110px;
  align-items: center;
}
@media (max-width: 992px) {
  .why-use-cim .container-v .why-use {
    grid-template-columns: 1fr;
  }
}
.why-use-cim .container-v .why-use .why-use-details .cover-wrap-img {
  position: relative;
}
.why-use-cim .container-v .why-use .why-use-details .cover-wrap-img .wrap-img img {
  width: 100%;
}
.why-use-cim .container-v .why-use .why-use-details .cover-wrap-img ul {
  position: absolute;
  top: 0;
  right: 0;
}
.why-use-cim .container-v .why-use .why-use-details .cover-wrap-img ul li {
  width: 120px;
  height: 118px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 41px;
}
.why-use-cim .container-v .why-use .why-use-details .cover-wrap-img ul li:last-child {
  margin-bottom: 0;
}
.why-use-cim .container-v .why-use .why-use-details .cover-wrap-img ul li span {
  width: 100%;
  max-width: 79px;
  font-family: "Ubuntu-medium", sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.01em;
  text-align: center;
}
.why-use-cim .container-v .why-use .content h4 {
  margin-bottom: 30px;
}
.why-use-cim .container-v .why-use .content p {
  text-align: center;
  font-size: 22px;
  line-height: 40px;
}
.why-use-cim .container-v .why-use .left h4 {
  color: #C32C6D;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.4px;
}
.why-use-cim .container-v .why-use-img img {
  width: 100%;
  pointer-events: none;
}

.money-workFor-you {
  position: relative;
  z-index: 99;
}
.money-workFor-you ul {
  padding: 10px 15px;
}
.money-workFor-you ul li {
  list-style-image: url("images/all-icons/ul-dot.svg");
  margin-bottom: 15px;
  padding-left: 14px;
}

.one-app-reload {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: -12rem;
}
.one-app-reload .fip-card {
  margin-top: 0px !important;
}
@media (max-width: 1360px) {
  .one-app-reload {
    margin-top: -3rem;
  }
}
.one-app-reload .bg-shape {
  width: 100%;
}
@media (max-width: 992px) {
  .one-app-reload .bg-shape {
    height: 850px;
    object-fit: cover;
    object-position: center;
  }
}
.one-app-reload .bg-shape-dark {
  width: 100%;
  display: none;
}
@media (max-width: 992px) {
  .one-app-reload .bg-shape-dark {
    height: 850px;
    object-fit: cover;
    object-position: center;
  }
}
.one-app-reload svg {
  width: 100%;
  height: 100%;
}
.one-app-reload .shape-obj {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.one-app-reload .container-v {
  padding-top: 13rem;
  position: relative;
  z-index: 999;
}
.one-app-reload .container-v .fip-card:nth-child(2) {
  margin-top: -11rem;
}
@media (min-width: 1441px) {
  .one-app-reload .container-v .fip-card:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .one-app-reload .container-v .fip-card:nth-child(2) {
    margin-top: 0;
  }
}

.sequre-and-safe {
  position: relative;
  z-index: 99;
}
.sequre-and-safe .container-v .sequre-and-safe-wrap {
  padding: 57px 93px 43px 104px;
  background: radial-gradient(87.63% 382.15% at 9.66% 25.4%, #F6F6F9 0%, #FAF7F8 100%);
  border-radius: 90px;
}
@media (max-width: 992px) {
  .sequre-and-safe .container-v .sequre-and-safe-wrap {
    padding: 40px;
    border-radius: 28px;
  }
}
.sequre-and-safe .container-v .sequre-and-safe-wrap .content h4 {
  color: #108b15;
}
.sequre-and-safe .container-v .sequre-and-safe-wrap .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sequre-and-safe .container-v .sequre-and-safe-wrap .img-wrap img {
  max-width: 400px;
  margin: 0 auto;
}

.setup-cim {
  width: 100%;
  height: 100%;
  position: relative;
}
.setup-cim .setup-cim-icons {
  display: flex;
  gap: 10px;
  padding-top: 10px;
  justify-content: center;
}
.setup-cim .setup-cim-icons img {
  max-width: 40px;
}
.setup-cim .setup-cim-shape {
  width: 100%;
  margin-top: -16rem;
}
@media (min-width: 1440px) {
  .setup-cim .setup-cim-shape {
    height: 840px;
  }
}
@media (max-width: 1440px) {
  .setup-cim .setup-cim-shape {
    height: 840px;
  }
}
@media (max-width: 992px) {
  .setup-cim .setup-cim-shape {
    object-fit: cover;
  }
}
@media (max-width: 480px) {
  .setup-cim .setup-cim-shape {
    height: 928px;
  }
}
.setup-cim .setup-cim-shape-dark {
  display: none;
  width: 100%;
  margin-top: -16rem;
}
@media (min-width: 1440px) {
  .setup-cim .setup-cim-shape-dark {
    height: 840px;
  }
}
@media (max-width: 1440px) {
  .setup-cim .setup-cim-shape-dark {
    height: 840px;
  }
}
@media (max-width: 992px) {
  .setup-cim .setup-cim-shape-dark {
    object-fit: cover;
  }
}
@media (max-width: 480px) {
  .setup-cim .setup-cim-shape-dark {
    height: 928px;
  }
}
.setup-cim .container-v {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  padding-top: 4rem;
}
.setup-cim .container-v h4 {
  margin-bottom: 26px;
}

.step-section {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
}
.step-section ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .step-section ul {
    flex-direction: column;
    align-items: flex-start;
    max-width: 650px;
    margin: 0 auto;
  }
}
.step-section ul li {
  margin-right: 60px;
  position: relative;
}
@media (max-width: 992px) {
  .step-section ul li {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.step-section ul li::after {
  content: "";
  width: 124%;
  height: 1px;
  background: #ecbbc7;
  position: absolute;
  top: 18px;
  right: -72px;
  z-index: 999;
}
@media (max-width: 992px) {
  .step-section ul li::after {
    content: none;
  }
}
.step-section ul li:last-child::after {
  content: none;
}
.step-section ul li:last-child {
  margin-right: 0;
}
.step-section ul li .num {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 99999;
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 16px;
  color: #ed297c;
  line-height: 28px;
  letter-spacing: 0.01em;
}
.step-section ul li h5 {
  color: #c32c6d;
  line-height: 28px;
  margin-bottom: 19px;
}
.step-section ul li p {
  line-height: 21px;
}

.video-section {
  margin-bottom: 55px;
}
.video-section h3 {
  margin-bottom: 28px;
}
.video-section .videosliders .swiper-slide {
  width: 100%;
  overflow: hidden;
  border-radius: 43px;
  position: relative;
  width: 100%;
  height: 341px;
}
.video-section .videosliders .swiper-slide .video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-section .videosliders .swiper-slide .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.chat-sec-wrap a {
  padding-left: 10px;
}

.fip-card.whats-new {
  padding-bottom: 150px;
  display: flex;
  justify-content: center;
}

.footer-logs .lb-logo {
  display: flex;
  align-items: center;
}

.offers-lists {
  width: 100%;
}
.offers-lists .container-v {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
  row-gap: 36px;
}
@media (max-width: 992px) {
  .offers-lists .container-v {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 480px) {
  .offers-lists .container-v {
    grid-template-columns: 100%;
  }
}
.offers-lists .container-v .offer-card:hover .offer-card-image img {
  transform: scale(0.95);
}
.offers-lists .container-v .offer-card .offer-card-image {
  margin-bottom: 28px;
  border-radius: 12px;
}
.offers-lists .container-v .offer-card .offer-card-image img {
  width: 100%;
  border-radius: 12px;
  transition: 0.3s ease-in-out;
}
.offers-lists .container-v .offer-card p {
  color: #797979;
  letter-spacing: 0.01em;
}

.blog-inner {
  padding-top: 230px;
  position: relative;
}
.blog-inner::after {
  content: "";
  width: 100%;
  height: 332px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: linear-gradient(180deg, #F2E3EF 38.04%, rgba(243, 240, 243, 0) 100%);
}
.blog-inner .container-2 {
  position: relative;
  z-index: 99;
}
.blog-inner .container-2 .wrap-img {
  width: 100%;
  height: 550px;
  overflow: hidden;
  border-radius: 12px;
  margin-top: 38px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .blog-inner .container-2 .wrap-img {
    height: auto;
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
.blog-inner .container-2 .wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .blog-inner .container-2 .wrap-img img {
    height: auto;
  }
}
.blog-inner .container-2 h4 {
  margin-bottom: 27px;
}
@media (max-width: 992px) {
  .blog-inner .container-2 h4 {
    margin-bottom: 20px;
  }
}
.blog-inner .container-2 .content p {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 28px;
  color: #000;
  margin-bottom: 40px;
}
.blog-inner .container-2 .content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .blog-inner .container-2 .content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

.contact-details {
  width: 100%;
}
.contact-details .container-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .contact-details .container-2 {
    flex-direction: column-reverse;
  }
}
.contact-details .container-2 .contact-details-sec {
  width: 35%;
}
@media (max-width: 992px) {
  .contact-details .container-2 .contact-details-sec {
    width: 100%;
  }
}
.contact-details .container-2 .contact-details-sec ul li {
  margin-bottom: 20px;
}
.contact-details .container-2 .contact-details-sec ul li h5 {
  margin-bottom: 5px;
}
.contact-details .container-2 .contact-details-sec ul li ul {
  display: flex;
  margin-top: 1rem;
}
.contact-details .container-2 .contact-details-sec ul li ul li {
  margin-right: 20px;
}
.contact-details .container-2 .contact-details-sec ul li .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact-details .container-2 .contact-details-sec ul li .list .icon-wrap {
  margin-right: 11px;
}
.contact-details .container-2 .contact-details-sec ul li .list p {
  width: 168px;
}
.contact-details .container-2 .contact-details-sec ul li a.list {
  display: flex;
  align-items: center;
}
.contact-details .container-2 .contact-details-form {
  width: 65%;
}
@media (max-width: 992px) {
  .contact-details .container-2 .contact-details-form {
    width: 100%;
  }
}
.contact-details .container-2 .contact-details-form h4 {
  color: #000;
  text-align: center;
}
.contact-details .container-2 .contact-details-form .contact-from-intro {
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 26px;
}

.data-safty-wrapper .container-2 {
  max-width: 800px;
}
.data-safty-wrapper .contact-details-wrap {
  width: 100%;
}
.data-safty-wrapper .contact-details-wrap .form-line {
  width: 100%;
  padding-bottom: 15px;
}
.data-safty-wrapper .contact-details-wrap .form-line p {
  padding: 0 0 10px 0;
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 16px;
  line-height: 28px;
}
.data-safty-wrapper .contact-details-wrap .form-line input[type=text] {
  width: 100%;
  height: 58px;
  border-radius: 58px;
  background-color: #EFEFEF;
  border: none;
  padding-left: 30px;
  transition: 0.2s ease all;
}
.data-safty-wrapper .contact-details-wrap .form-line textarea {
  width: 100%;
  height: 120px;
  border-radius: 30px;
  resize: none;
  background-color: #EFEFEF;
  border: none;
  padding-left: 30px;
  transition: 0.2s ease all;
}

input[type=radio] {
  background: #fff;
  border: 1px solid #ddd;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 0;
  margin: 0 10px 0 0;
  -webkit-appearance: none;
  position: relative;
}
input[type=radio]:checked {
  border: 1px solid #ec0777;
}
input[type=radio]:checked:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #ec0777;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  position: absolute;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.contact-details-form .input-wrap.terms p {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.contact-details-form .input-wrap.terms p label {
  margin-bottom: 0;
}
.contact-details-form .input-wrap.terms p input[type=checkbox] {
  accent-color: #ec0777;
  height: 16px;
  width: 16px;
}

.news-section {
  width: 100%;
  padding-bottom: 72px;
}
.news-section .latest-news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  align-items: center;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .news-section .latest-news {
    column-gap: 40px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .news-section .latest-news {
    grid-template-columns: 100%;
  }
}
@media (max-width: 480px) {
  .news-section .latest-news {
    margin-bottom: 2rem;
  }
}
.news-section .latest-news:hover .image-sec img {
  transform: scale(1.05);
}
.news-section .latest-news .image-sec {
  margin-bottom: 1rem;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 480px) {
  .news-section .latest-news .image-sec {
    height: auto;
  }
}
.news-section .latest-news .image-sec img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transform: scale(1);
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.news-section .latest-news .content .date {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 14px;
  color: #797979;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  .news-section .latest-news .content .date {
    margin-bottom: 9px;
  }
}
.news-section .latest-news .content h4 {
  width: 100%;
  max-width: 466px;
  color: #c32c6d;
}
.news-section .news-lists-wrap .news-lists {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 992px) {
  .news-section .news-lists-wrap .news-lists {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .news-section .news-lists-wrap .news-lists {
    gap: 0px;
  }
}
.news-section .news-lists-wrap .news-lists .news-list {
  width: calc(34% - 50px);
}
@media (max-width: 992px) {
  .news-section .news-lists-wrap .news-lists .news-list {
    width: calc(50% - 30px);
  }
}
@media (max-width: 480px) {
  .news-section .news-lists-wrap .news-lists .news-list {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.news-section .news-lists-wrap .news-lists .news-list:hover .image-wrap img {
  transform: scale(1.05);
}
.news-section .news-lists-wrap .news-lists .news-list .image-wrap {
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 12px;
  height: 210px;
}
@media (max-width: 480px) {
  .news-section .news-lists-wrap .news-lists .news-list .image-wrap {
    height: auto;
  }
}
.news-section .news-lists-wrap .news-lists .news-list .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .news-section .news-lists-wrap .news-lists .news-list .image-wrap img {
    transform: scale(1);
  }
}
.news-section .news-lists-wrap .news-lists .news-list .content h4 {
  line-height: 26px;
  margin-bottom: 10px;
  color: #7a7a7a;
}
.news-section .news-lists-wrap .news-lists .news-list .content .date {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 14px;
  color: #797979;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  .news-section .news-lists-wrap .news-lists .news-list .content .date {
    margin-bottom: 9px;
  }
}
.news-section .news-lists-wrap .wrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-section .news-lists-wrap .wrap-btn .loadmore-btn {
  margin: 0 auto;
}

.inner-news-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 992px) {
  .inner-news-wrap {
    flex-direction: column;
  }
}
.inner-news-wrap .news-sec {
  width: 70%;
  margin-right: 99px;
}
@media (max-width: 1200px) {
  .inner-news-wrap .news-sec {
    margin-right: 5%;
  }
}
@media (max-width: 992px) {
  .inner-news-wrap .news-sec {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.inner-news-wrap .news-sec .date {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 14px;
  color: #797979;
  padding-bottom: 18px;
}
.inner-news-wrap .news-sec h4 {
  margin-bottom: 32px;
}
.inner-news-wrap .news-sec .image-wrap {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 45px;
}
.inner-news-wrap .news-sec .image-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
@media (max-width: 480px) {
  .inner-news-wrap .news-sec .image-wrap {
    height: auto;
  }
}
.inner-news-wrap .news-sec .content {
  margin-bottom: 50px;
}
.inner-news-wrap .news-sec .content img {
  width: 100%;
}
.inner-news-wrap .news-sec .content p {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 34px;
  color: #000;
}
@media (max-width: 992px) {
  .inner-news-wrap .news-sec .content p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .inner-news-wrap .news-sec .content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.inner-news-wrap .news-sec .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 35px;
}
.inner-news-wrap .news-sec .gallery .gallery-item img {
  width: 100%;
  height: auto;
}
.inner-news-wrap .related-news {
  width: 30%;
  position: sticky;
  top: 10px;
}
@media (max-width: 992px) {
  .inner-news-wrap .related-news {
    width: 100%;
  }
}
.inner-news-wrap .related-news ul li {
  border-top: solid 1px rgba(121, 121, 121, 0.5);
}
.inner-news-wrap .related-news ul li:last-child {
  border-bottom: solid 1px rgba(121, 121, 121, 0.5);
}
.inner-news-wrap .related-news ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 18px 0;
}
.inner-news-wrap .related-news ul li a .image-sec {
  width: 30%;
  height: 50px;
  overflow: hidden;
  border-radius: 6px;
  margin-right: 24px;
}
.inner-news-wrap .related-news ul li a .image-sec img {
  width: 80px;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.inner-news-wrap .related-news ul li a p {
  width: 70%;
  line-height: 24px;
  color: #000;
}

.why-cim-into .fip-card .content {
  width: 55%;
}
.why-cim-into .fip-card .content p {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
  padding-left: 0;
  max-width: 100%;
}
@media (max-width: 480px) {
  .why-cim-into .fip-card .content p {
    font-size: 15px;
  }
}
.why-cim-into .fip-card .content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .why-cim-into .fip-card .content {
    width: 100%;
  }
}

.cim-features {
  width: 100%;
  background: url("images/why-cim/cim-features-light.png") no-repeat;
  background-size: cover;
  padding: 180px 0;
  min-height: 716px;
}
@media (min-width: 1440px) {
  .cim-features {
    min-height: 957px;
  }
}
@media (max-width: 992px) {
  .cim-features {
    padding-top: 100px;
  }
}
.cim-features .container-2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cim-features .container-2 {
    flex-direction: column;
    margin-top: 0;
  }
}
.cim-features .container-2 .title-sec {
  width: 30%;
}
.cim-features .container-2 .title-sec .blue-title {
  color: #0b91b4;
}
@media (max-width: 992px) {
  .cim-features .container-2 .title-sec {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.cim-features .container-2 .content {
  width: 70%;
}
@media (max-width: 992px) {
  .cim-features .container-2 .content {
    width: 100%;
  }
}
.cim-features .container-2 .content ul {
  list-style: disc;
}
@media (max-width: 992px) {
  .cim-features .container-2 .content ul {
    margin-left: 1rem;
  }
}
.cim-features .container-2 .content ul li {
  list-style-image: url("images/all-icons/ul-dot.svg");
  margin-bottom: 44px;
  padding-left: 14px;
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 480px) {
  .cim-features .container-2 .content ul li {
    font-size: 15px;
  }
}
.cim-features .container-2 .content ul li:last-child {
  margin-bottom: 0;
}
.cim-features .container-2 .content.blue ul li {
  list-style-image: url("images/all-icons/ul-dot-blue.svg");
}

.setup-account {
  width: 100%;
  background: url("images/why-cim/setupAccount-light.png") no-repeat;
  background-size: cover;
  margin-top: 70px;
  min-height: 566px;
}
@media (min-width: 1440px) {
  .setup-account {
    min-height: 765px;
  }
}
.setup-account.blue-step {
  background-image: none;
  min-height: auto;
  margin-bottom: 60px;
}
.setup-account.blue-step h4, .setup-account.blue-step h5 {
  color: #0b91b4;
}
.setup-account.blue-step .num {
  border: 1px solid #D3EDFA;
}
.setup-account .container-2 {
  padding-top: 70px;
}
.setup-account .container-2 h4 {
  margin-bottom: 26px;
}
.setup-account .container-2 .image-list {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.setup-account .container-2 .image-list li {
  margin-right: 13px;
}
.setup-account .container-2 .image-list li:last-child {
  margin-right: 0;
}

.why-cim-bis-app {
  padding-top: 150px;
}
.why-cim-bis-app .fip-card .content {
  padding-right: 0;
  width: 55%;
}
@media (max-width: 992px) {
  .why-cim-bis-app .fip-card .content {
    width: 100%;
  }
}
.why-cim-bis-app .fip-card .content .blue-title {
  color: #0b91b4;
}
.why-cim-bis-app .fip-card .content p {
  padding-right: 0;
  max-width: 100%;
  margin-bottom: 2rem;
  text-align: justify;
}
.why-cim-bis-app .fip-card .content p:last-child {
  margin-bottom: 0;
}
.why-cim-bis-app .fip-card .img-wrap {
  transform: translateX(150px);
}
@media (max-width: 1200px) {
  .why-cim-bis-app .fip-card .img-wrap {
    transform: translateX(0px);
  }
}
.why-cim-bis-app .fip-card .img-wrap img {
  transform: scale(1.2);
}
@media (max-width: 1200px) {
  .why-cim-bis-app .fip-card .img-wrap img {
    transform: scale(1);
  }
}

.about-sim-sections {
  padding: 50px 0px;
}
.about-sim-sections.pink-bg {
  background: #FAECEF;
}
@media (max-width: 992px) {
  .about-sim-sections .fip-card .img-wrap {
    padding-bottom: 30px;
  }
}
.about-sim-sections .fip-card .img-wrap img {
  max-width: 300px;
}

.sequre-and-safe-toppad {
  padding: 50px 0px;
}
@media (max-width: 992px) {
  .sequre-and-safe-toppad .fip-card {
    flex-direction: column-reverse;
  }
}
.sequre-and-safe-toppad .fip-card a {
  width: auto;
}
.sequre-and-safe-toppad .fip-card a:hover {
  color: #fff;
}
@media (max-width: 992px) {
  .sequre-and-safe-toppad .fip-card a {
    margin-top: 30px;
  }
}

.faq-tab-btn {
  padding: 10px 20px;
  font-family: "Ubuntu-medium", sans-serif;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  border-radius: 0px 40px 40px 0px;
  text-transform: uppercase;
  color: #797979;
  background-color: #F1F1F1;
}
.faq-tab-btn:hover {
  color: #797979;
}

.faq-section .nav {
  margin-bottom: 36px;
}
.faq-section .nav li {
  margin-right: 24px;
}
.faq-section .nav li a.active {
  background-color: #ec0777;
  color: #fff;
}
.faq-section .faq-section-filter {
  margin-bottom: 36px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.faq-section .faq-section-filter ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.scroll-nav-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .scroll-nav-list {
    margin-bottom: 30px;
  }
}
.scroll-nav-list li {
  margin-right: 36px;
}
@media (max-width: 768px) {
  .scroll-nav-list li {
    margin-bottom: 1rem;
  }
}
.scroll-nav-list li:last-child {
  margin-right: 0;
}
.scroll-nav-list li a {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.scroll-nav-list li a.active {
  color: #ED0678;
}

.content-lists .content-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .content-lists .content-list {
    margin-bottom: 40px;
    flex-direction: column;
  }
}
.content-lists .content-list .title-sec {
  width: 30%;
}
@media (max-width: 768px) {
  .content-lists .content-list .title-sec {
    width: 100%;
  }
}
.content-lists .content-list .content-faq {
  width: 70%;
}
@media (max-width: 768px) {
  .content-lists .content-list .content-faq {
    width: 100%;
  }
}
.content-lists .content-list .content-faq p {
  font-family: "Ubuntu-regular", sans-serif;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 480px) {
  .content-lists .content-list .content-faq p {
    font-size: 15px;
  }
}
.content-lists .content-list .content-faq p:nth-child(even) {
  margin-bottom: 30px;
}
.content-lists .content-list .content-faq p strong {
  padding-bottom: 1rem;
}
.content-lists .content-list .content-faq ul li {
  list-style-image: url("images/all-icons/ul-dot.svg");
  padding-left: 14px;
  margin-bottom: 40px;
}

.products-landing {
  width: 100%;
  position: relative;
}
.products-landing .tab-content p {
  padding: 30px 0px;
}

.what-customer-says {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .what-customer-says {
    margin-bottom: 30px;
  }
}
.what-customer-says .top-curve {
  width: 100%;
}
.what-customer-says .bottom-curve {
  width: 100%;
  margin-top: -2px;
}
.what-customer-says .wrap-content {
  background: radial-gradient(83.01% 79.33% at 50% 18.24%, #F8EEF1 0%, #F9DDE4 0.01%, #FBE8F0 100%);
  width: 100%;
}
.what-customer-says h4 {
  margin-bottom: 20px;
}
.what-customer-says .customerSay .swiper-slide a:focus {
  outline: none;
  border: none;
}
.what-customer-says .customerSay .swiper-slide a .vid-thumb {
  width: 100%;
  height: 243px;
  position: relative;
  border-radius: 43px;
  overflow: hidden;
  margin-bottom: 26px;
}
.what-customer-says .customerSay .swiper-slide a .vid-thumb .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.what-customer-says .customerSay .swiper-slide a .vid-thumb .thumbnail {
  width: 100%;
  height: 100%;
  border-radius: 43px;
  object-fit: cover;
  object-position: center;
}
.what-customer-says .customerSay .swiper-slide a h4, .what-customer-says .customerSay .swiper-slide a p {
  color: #000;
  margin-bottom: 0;
}
.what-customer-says .customerSay .swiper-slide a .location {
  font-size: 14px;
}

.related-products h4 {
  margin-bottom: 17px;
}
.related-products .products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 64px;
}
@media (max-width: 480px) {
  .related-products .products-grid {
    grid-template-columns: 100%;
    row-gap: 30px;
  }
}
.related-products .products-grid .product {
  width: 100%;
  height: 300px;
  background: red;
  overflow: hidden;
  border-radius: 43px;
  position: relative;
}
.related-products .products-grid .product:hover img {
  transform: scale(1.05);
}
.related-products .products-grid .product img {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.related-products .products-grid .product .titles {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9;
  padding: 0 64px;
  padding-bottom: 26px;
}
.related-products .products-grid .product .titles::after {
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
}
.related-products .products-grid .product .titles h5, .related-products .products-grid .product .titles p {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 9;
}
.related-products .products-grid .product .titles h5 {
  margin-bottom: 5px;
}
.related-products .products-grid .product .titles p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.dark-switch .checkbox {
  opacity: 0;
  position: absolute;
}
.dark-switch label {
  cursor: pointer;
  width: 45px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  margin-bottom: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 6px;
  transition: transform 0.2s linear;
}
.dark-switch label .ball {
  width: 20px;
  height: 20px;
  background-color: white;
  position: absolute;
  top: 2px;
  left: -2px;
  border-radius: 60px;
  background: radial-gradient(76.17% 75% at 50% 30%, #FD409D 0%, #E3317E 100%);
  transition: transform 0.2s linear;
}
.dark-switch .checkbox:checked + .label .ball {
  transform: translateX(24px) !important;
}
.dark-switch.blue-switch label .ball {
  background: radial-gradient(76.17% 75% at 50% 30%, #FD409D 0%, #90D0EF 0.01%, #00B7E7 100%);
}

body.dark-theme {
  background-color: #222224;
}
body.dark-theme .coming-soon .container-2 h1 {
  color: #fff;
}
body.dark-theme .dropdown-menu {
  background-color: #000;
}
body.dark-theme .contact-details-sec {
  color: #fff;
}
body.dark-theme .contact-from-intro {
  color: #fff;
}
body.dark-theme .body-font, body.dark-theme .privacy-policy-content .container-2 p, .privacy-policy-content .container-2 body.dark-theme p {
  color: #dbdbdb;
}
body.dark-theme .title-1, body.dark-theme .title-2 {
  color: #fff !important;
}
body.dark-theme .light-img {
  display: none;
}
body.dark-theme .dark-img {
  display: block;
}
body.dark-theme .dark-switch label {
  background-color: rgba(0, 0, 0, 0.6);
}
body.dark-theme .navigation-header .wrap-header .container-v .buisness-link li a {
  color: #fff;
}
body.dark-theme .navigation-header .wrap-header .container-v nav ul li a {
  color: #fff;
}
body.dark-theme .navigation-header .wrap-header .container-v nav .search svg path {
  fill: #fff;
}
body.dark-theme .banner {
  background: linear-gradient(124.61deg, #2C2C2C 1.2%, #553E44 78.21%);
}
body.dark-theme .banner .content-section .content-wrap h3, body.dark-theme .banner .content-section .content-wrap p {
  color: #fff;
}
body.dark-theme .inside-banner {
  background: linear-gradient(124.61deg, #2C2C2C 1.2%, #553E44 78.21%) !important;
}
body.dark-theme .intro .intro-text {
  color: #fff;
}
body.dark-theme .why-use-cim svg defs radialGradient stop {
  stop-color: #121212;
}
body.dark-theme .why-use-cim svg defs radialGradient stop:nth-child(2) {
  stop-color: #121111;
}
body.dark-theme .one-app-reload .bg-shape {
  display: none;
}
body.dark-theme .one-app-reload .bg-shape-dark {
  display: flex;
}
body.dark-theme .sequre-and-safe .sequre-and-safe-wrap {
  background: linear-gradient(252.17deg, #333031 5.97%, #332F30 5.97%, #4B3A3E 95.97%);
}
body.dark-theme .setup-cim .setup-cim-shape {
  display: none;
}
body.dark-theme .setup-cim .setup-cim-shape-dark {
  display: flex;
}
body.dark-theme .setup-cim .container-v {
  padding-top: 20rem;
}
body.dark-theme .setup-cim .container-v .step-section ul li p {
  color: #fff;
}
body.dark-theme .footer {
  width: 100%;
}
body.dark-theme .footer .footer-shape {
  display: none;
}
body.dark-theme .footer .footer-shape-dark {
  display: flex;
}
body.dark-theme .footer .footer-wrap {
  background-color: #000;
}
body.dark-theme .footer .footer-wrap .container-v .footer-logs ul li h5 {
  color: #fff;
}
body.dark-theme .footer .footer-wrap .container-v .footer-links ul li a {
  color: #fff;
}
body.dark-theme .footer .footer-wrap .container-v .footer-links ul li a h4 {
  color: #fff;
}
body.dark-theme .footer .footer-wrap .container-v .footer-sociallinks .footer-term-c li a {
  color: #fff;
}
body.dark-theme .footer .footer-wrap .bottom-footer {
  border-top: solid 1px rgba(209, 206, 213, 0.3);
}
body.dark-theme .footer .footer-wrap .bottom-footer .container-v p {
  color: #6C7281;
}
body.dark-theme .footer .footer-wrap .bottom-footer .container-v p span {
  color: #fff;
}
body.dark-theme .footer .footer-wrap .bottom-footer .container-v p a {
  color: #fff;
}
body.dark-theme .footer .footer-wrap .bottom-footer .container-v p a:hover {
  color: #ed297c;
}
body.dark-theme .container-v .offer-card p {
  color: #fff;
}
body.dark-theme .blog-inner::after {
  background: #222224;
}
body.dark-theme .blog-inner .container-2 h4 {
  color: #fff;
}
body.dark-theme .blog-inner .container-2 .content p {
  color: #fff;
}
body.dark-theme .news-section .latest-news .content .date {
  color: #fff;
}
body.dark-theme .news-section .latest-news .content h4 {
  color: #fff;
}
body.dark-theme .news-section .news-lists .news-list .content h4 {
  color: #fff;
}
body.dark-theme .news-section .news-lists .news-list .content .date {
  color: #fff;
}
body.dark-theme .inner-news-wrap .news-sec .date {
  color: #fff;
}
body.dark-theme .inner-news-wrap .news-sec h4 {
  color: #fff;
}
body.dark-theme .inner-news-wrap .news-sec .content p {
  color: #fff;
}
body.dark-theme .inner-news-wrap .related-news ul li a p {
  color: #fff;
}
body.dark-theme .cim-features {
  background: url("images/why-cim/cim-features-dark.png") no-repeat;
}
body.dark-theme .cim-features .container-2 .title-sec h4 {
  color: #fff;
}
body.dark-theme .cim-features .container-2 .title-sec .blue-title {
  color: #fff;
}
body.dark-theme .cim-features .container-2 .content {
  color: #fff;
}
body.dark-theme .setup-account {
  width: 100%;
  background: url("images/why-cim/setupAccount-dark.png") no-repeat;
  background-size: cover;
  margin-top: 70px;
  min-height: 566px;
}
@media (min-width: 1440px) {
  body.dark-theme .setup-account {
    min-height: 765px;
  }
}
body.dark-theme .setup-account h4, body.dark-theme .setup-account h5, body.dark-theme .setup-account p {
  color: #fff;
}
body.dark-theme .setup-account.blue-step {
  background-image: none;
  min-height: auto;
  margin-bottom: 60px;
}
body.dark-theme .setup-account.blue-step h4, body.dark-theme .setup-account.blue-step h5, body.dark-theme .setup-account.blue-step p {
  color: #fff;
}
body.dark-theme .setup-account.blue-step .num {
  border: 1px solid #D3EDFA;
}
body.dark-theme .about-sim-sections.pink-bg {
  background: #333;
}
body.dark-theme .tab-pane-details p, body.dark-theme .tab-pane-details .texts {
  color: #fff;
}
body.dark-theme .why-cim-bis-app .fip-card .content, body.dark-theme .about-sim-sections .fip-card .content {
  color: #fff;
}
body.dark-theme .why-cim-bis-app .fip-card .content .blue-title, body.dark-theme .about-sim-sections .fip-card .content .blue-title {
  color: #fff;
}
body.dark-theme .why-cim-bis-app .fip-card .content p, body.dark-theme .why-cim-bis-app .fip-card .content .texts, body.dark-theme .about-sim-sections .fip-card .content p, body.dark-theme .about-sim-sections .fip-card .content .texts {
  color: #fff;
}
body.dark-theme .scroll-nav-list li a {
  color: #fff;
}
body.dark-theme .scroll-nav-list li a.active {
  color: #ED0678;
}
body.dark-theme .content-lists .content-list .title-sec h4 {
  color: #fff;
}
body.dark-theme .content-lists .content-list .content-faq {
  color: #fff;
}
body.dark-theme .content-lists .content-list .content-faq p {
  color: #fff;
}
body.dark-theme .content-lists .content-list .content-faq p strong {
  padding-bottom: 1rem;
}
body.dark-theme .content-lists .content-list .content-faq ul li {
  list-style-image: url("images/all-icons/ul-dot.svg");
  padding-left: 14px;
  margin-bottom: 40px;
  color: #fff;
}
body.dark-theme .products-landing {
  width: 100%;
  position: relative;
}
body.dark-theme .expand-block p, body.dark-theme .expand-block li {
  color: #fff;
}
body.dark-theme .expand-block > a {
  background-color: #333334;
  color: #fff;
}
body.dark-theme .expand-block > a .icon.plus::before {
  content: url("images/digital-loans/plus-icon.svg");
}
body.dark-theme .expand-block > a .icon.minus::before {
  content: url("images/digital-loans/minus-icon.svg");
}
body.dark-theme .expand-block .hidden-block {
  background-color: #333334;
}
body.dark-theme .expand-block .hidden-block .editor-content {
  background-color: #333334;
}
@media (max-width: 480px) {
  body.dark-theme .expand-block > a .hidden-block {
    padding: 15px;
  }
}
body.dark-theme .side-menu {
  background-color: #333334;
}
body.dark-theme .side-menu a {
  color: #fff !important;
}
body.dark-theme .footer .lb-logo .lb-logo-txt {
  filter: invert(1);
}

.coming-soon .container-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.coming-soon .container-2 h1 {
  margin-top: 15px;
}

.privacy-policy-content .container-2 ul {
  list-style: disc;
  margin-left: 1rem;
}
.privacy-policy-content .container-2 ul li {
  margin-bottom: 0.5rem;
}
.privacy-policy-content .container-2 p {
  margin-bottom: 1rem;
}
.privacy-policy-content .container-2 h5 {
  margin-bottom: 1rem;
}

/*# sourceMappingURL=style.css.map */
