@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,700;0,900;1,400&amp;family=Poppins&amp;family=Satisfy&amp;display=swap);
*,
body ul {
  padding: 0;
}
:root {
  --prime: rgb(41, 23, 111);
  --heading-color: #ff9c1a;
  --bg: rgb(232, 226, 255);
  --prime-purple: rgb(41, 23, 111);
  --bg-footer: rgb(241, 241, 237);
  --linearbg: #29176f;
  --yellow-bg: #ff9c1a;
  --white-border: #fff;
  --yellow-border: #ff9c1a;
}
.prime {
  color: var(--prime) !important;
}
.prime-purple,
h3,
h4 {
  color: var(--prime-purple) !important;
}
.prime-bg,
.prime-bg:hover {
  background: var(--prime) !important;
  height: 55px;
  width: 195px;
}
@media only screen and (max-width: 770px) {
  .prime-bg {
    width: 130px;
    height: 60px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 550px) {
  .prime-bg {
    height: 50px;
    padding: 5px 10px;
  }
}
.bg-footer {
  background: var(--bg-footer) !important;
}
.heading-color {
  color: var(--heading-color);
}
.heading-color-bg {
  background: var(--heading-color) !important;
}
* {
  margin: 0;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}
.blog-section .right-side .categories ul li a:focus,
.blog-section .right-side .categories ul li a:hover,
.blog-section .right-side .popular-posts .media .media-body a:focus,
.blog-section .right-side .popular-posts .media .media-body a:hover,
.footer-section .footer-bottom .bottom-left span a:focus,
.footer-section .footer-bottom .bottom-left span a:hover,
.main-header .main-navbar .nav-inner ul li a.active,
.main-header .main-navbar .nav-inner ul li:focus a,
.main-header .main-navbar .nav-inner ul li:hover a,
.main-header .mobile-menu ul li a.active,
.main-header .mobile-menu ul li a:focus,
.main-header .mobile-menu ul li a:hover,
.payment-section .card-right .card-body .bottom .all-see:focus,
.payment-section .card-right .card-body .bottom .all-see:hover,
a {
  color: #ff9c1a;
}
a:hover {
  color: #e05d06;
}
.heading-title h2,
.heading-title h6 {
  color: #111;
  font-weight: 600;
  text-align: center;
}
footer h3,
footer h4 {
  color: #fff !important;
}
@-webkit-keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes BottomToTop {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes BottomToTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.heading-title {
  max-width: 670px;
  margin: 0 auto;
  padding-bottom: 0;
}
.input_box,
.search_modal,
.search_modal .input_box {
  max-width: 650px;
}
.heading-title h6 {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heading-title p span {
  display: inline-block;
  margin-right: 10px;
  height: 3px;
  width: 50px;
  background: #ff9c1a;
}
.heading-title h6 span {
  display: inline-block;
  margin-right: 10px;
  height: 3px;
  width: 50px;
  background: #ff9c1a;
}
.hiw a span,
.search_btn:hover {
  background: var(--prime-purple);
}
.heading-title h2 {
  font-size: 36px;
  line-height: 54px;
  padding-bottom: 30px;
  font-family: Baikal, Inter, sans-serif;
}
.heading-title p {
  font-size: 16px;
  font-weight: 400;
  color: #313131;
  line-height: 28px;
  text-align: center;
}
.search_btn {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #d3cbe2;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: var(--prime-purple);
}
.blog-section .left-side .MoneyPro-pagination ul.page-numbers li:hover a,
.breadcrumb li.breadcrumb-list:last-child a,
.pricing-section .pracing-item.active .top-left p,
.pricing-section .pracing-item:focus .top-left p,
.pricing-section .pracing-item:hover .top-left p,
.search_btn:hover,
.top-investor-section .investor-item:focus .card .card-body h3,
.top-investor-section .investor-item:focus .card .card-body p,
.top-investor-section .investor-item:hover .card .card-body h3,
.top-investor-section .investor-item:hover .card .card-body p,
.transction-section .heading-title h2,
.transction-section .heading-title h6,
.transction-section .heading-title p {
  color: #fff;
}
.input_box .form-wraper {
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.input_box .form-wraper input {
  width: 100%;
  border: none;
  box-shadow: none;
  outline: 0;
  background: #fff;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #9087a1;
}
.input_box .form-wraper input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #9087a1;
}
.input_box .form-wraper .theme-btn {
  display: block;
  max-width: 245px;
  line-height: 60px;
  border-radius: 30px;
  background: #29176f;
  border: 1px solid #fff !important;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  box-shadow: none;
  outline: 0;
  width: 100%;
  transition: 0.4s;
}
@media only screen and (max-width: 251px) {
  .input_box .form-wraper .theme-btn {
    line-height: 29px;
  }
}
.input_box .form-wraper .theme-btn:hover,
.input_box.form-wraper .theme-btn:focus {
  background: #f2bc7b !important;
  color: #29176f;
  border: 1px solid #ff9c1a !important;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
body footer.row,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body header.row,
body section.row,
body ul {
  margin: 0;
}
body a {
  text-decoration: none;
}
body p {
  color: #513e75;
  margin: 0;
  font: 400 16px/32px Nunito, sans-serif;
}
.hiw a,
.hiw a span {
  line-height: 30px;
  font-weight: 600;
}
body ul li {
  list-style: none;
}
.accordion-body ul li {
  list-style: circle;
  font-size: 0.9rem;
}
.main-header .main-navbar .nav-inner ul li .sub-menu li a::after,
.page-title-area.overlay-bg:before,
body #error,
body #success {
  display: none;
}
.blog-details-section .left-side .card,
.blog-section .right-side .categories ul li:last-child,
body iframe {
  border: none;
}
body i:before {
  margin-left: 0 !important;
}
body .btn,
body a,
body button {
  outline: 0;
  transition: 0.3s linear;
}
body .btn:after,
body .btn:before,
body a:after,
body a:before,
body button:after,
body button:before {
  transition: 0.3s linear;
}
body .btn:focus,
body .btn:hover,
body a:focus,
body a:hover,
body button:focus,
body button:hover {
  outline: 0;
  text-decoration: none;
  transition: 0.3s linear;
}
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.search_close,
.search_modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  transition: 0.3s;
}
.main-header .top-header {
  padding: 10px 0;
}
.newtopheader{
  padding: 0 !important;
}
.main-header .top-header .topbar-left li {
  display: inline-block;
  padding: 0 25px;
  border-left: 1px solid #fff;
}
.main-header .top-header .topbar-left li:first-child {
  padding-left: 0;
  border: none;
}
.main-header .top-header .topbar-left li a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.blog-details-section .left-side .card .card-body .tags_one li,
.main-header .top-header .topbar-left li a span {
  display: inline-block;
  margin-right: 10px;
}
.main-header .top-header .topbar-left li a .phone {
  transform: rotate(105deg);
  font-size: 14px;
}
.faq-section .images-side,
.main-header .top-header .topbar-right {
  text-align: right;
}
.main-header .top-header .topbar-right li {
  display: inline-block;
  padding: 0 12px;
}
.main-header .top-header .topbar-right li.top-end-social {
  border-right: 1px solid #fff;
  padding-right: 25px;
  margin-right: 10px;
}
.main-header .top-header .topbar-right li:last-child {
  border-left: 1px solid #fff;
  padding-left: 25px;
  margin-left: 10px;
}
.main-header .top-header .topbar-right li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.main-header .main-navbar {
  background: #fff;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.main-header .mobile-menu,
.main-header .mobile-menu ul {
  background: var(--linearbg);
}
.main-header .main-navbar .nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-section .right-side .popular-posts .media .images a,
.main-header .main-navbar .nav-inner .brand,
.main-header .main-navbar .nav-inner ul li .sub-menu li,
.main-header .mobile-menu ul li,
.payment-section .card .card-body ul li a {
  display: block;
}
.MoneyPro-history .images img,
.about-section .left-content .media .images img,
.about-section .right-side img,
.blog-section .left-side .card .images-slider .item img,
.calculate-section .right_side .item img,
.counterup-section .images img,
.faq-section .images-side img,
.features-section .item .icon img,
.footer-section .left .logo img,
.how-we-work-section .item .arrow-img img,
.how-we-work-section .item .icon img,
.main-header .main-navbar .nav-inner .brand img,
.payment-section .card .card-body ul li a img,
.payment-section
  .card-right
  .card-body
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .media
  .images
  img,
.payment-section
  .card-right
  .card-body
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .media
  .meida-body
  .right
  img {
  max-width: 100%;
}
@media only screen and (max-width: 330px) {
  .main-header .main-navbar .nav-inner .brand img {
    min-width: 150px;
  }
}
.main-header .main-navbar .nav-inner ul li {
  display: inline-block;
  position: relative;
}
.main-header .main-navbar .nav-inner ul li a {
  display: block;
  line-height: 60px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #313131;
  margin: 0 10px;
  font-family: Nunito, sans-serif;
  text-transform: capitalize;
}
.ant-dropdown-trigger::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 0;
  left: 0;
  top: 0;
  background: none !important;
}
.newfooter{
  padding: 1rem 0rem !important;
}
.main-header .main-navbar .nav-inner ul li a::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 0;
  left: 0;
  top: 0;
  background: #ff9c1a;
}
.main-header .main-navbar .nav-inner ul li a.active::after,
.main-header .main-navbar .nav-inner ul li:focus a::after,
.main-header .main-navbar .nav-inner ul li:hover a::after {
  width: 100%;
}
.main-header .main-navbar .nav-inner ul li .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 260px;
  margin: 0;
  list-style: none;
  left: 0;
  top: 130px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 9;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease-out;
  background: #fff;
}
.main-header .main-navbar .nav-inner ul li .sub-menu li a {
  line-height: 60px;
  margin: 0;
  padding: 0 15px;
  color: #313131;
  border-bottom: 1px solid #d3cbe2;
}
.main-header .main-navbar .nav-inner ul li .sub-menu li a i {
  font-size: 10px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
}
.main-header .main-navbar .nav-inner ul li .sub-menu li:last-child a {
  border-bottom: none;
}
.main-header .main-navbar .nav-inner ul li:focus .sub-menu,
.main-header .main-navbar .nav-inner ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-header .main-navbar .nav-inner ul li:focus .sub-menu li a:focus,
.main-header .main-navbar .nav-inner ul li:focus .sub-menu li a:hover,
.main-header .main-navbar .nav-inner ul li:hover .sub-menu li a:focus,
.main-header .main-navbar .nav-inner ul li:hover .sub-menu li a:hover {
  background: #ff9c1a;
  color: #fff;
  padding-left: 35px;
}
.banner_section .carousel-indicators button.active::after,
.banner_section_two .carousel-indicators button.active::after,
.footer-section .footer-item ul li a:focus i,
.footer-section .footer-item ul li a:hover i,
.main-header .main-navbar .nav-inner ul li:focus .sub-menu li a:focus i,
.main-header .main-navbar .nav-inner ul li:focus .sub-menu li a:hover i,
.main-header .main-navbar .nav-inner ul li:hover .sub-menu li a:focus i,
.main-header .main-navbar .nav-inner ul li:hover .sub-menu li a:hover i {
  opacity: 1;
}
.main-header .main-navbar .nav-inner .search_btn {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #d3cbe2;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #4d3184;
}
.main-header .main-navbar .nav-inner .search_btn:hover,
.pricing-section .pracing-item .buy-now:focus,
.pricing-section .pracing-item .buy-now:hover {
  color: #fff;
  background: #4d3184;
}
.main-header .main-navbar .mobile-header {
  display: flex;
  align-items: center;
  transition: 0.3s ease-out;
}
.main-header .main-navbar .mobile-header .menu-icon {
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  margin-left: 20px;
  display: none;
}
.main-header .main-navbar .mobile-header .menu-icon i {
  color: var(--prime-purple);
  font-size: 20px;
}
.main-header .main-navbar .mobile-header .menu-icon .close-menu,
.main-header .main-navbar .mobile-header .menu-icon .open-menu {
  display: none;
  transition: 0.3s ease-out;
}
.main-header .mobile-menu {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 10px;
  height: 0;
  padding: 0;
  position: absolute;
  z-index: 999;
  overflow: hidden;
  left: 0;
  right: 0;
}
.main-header .mobile-menu.active {
  overflow: visible !important;
}
.main-header .mobile-menu ul li a {
  display: block;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #ffff;
  font-size: "Red Hat Display", sans-serif;
  width: 100%;
  text-transform: capitalize;
  border-bottom: 1px solid #fff;
}
.activee .mobile-menu {
  height: 330px;
  padding: 15px;
  display: none;
}
.activee .open-menu {
  display: none !important;
}
.activee .close-menu {
  display: block !important;
  transition: 0.3s ease-out;
}
.search_overlay {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 8;
  transition: 0.4s;
}
.search_close {
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
  z-index: 88;
}
.search_close i {
  color: #ff9c1a;
  font-size: 20px;
}
.search_modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 100%;
}
.search_modal .input_box .form-wraper {
  background: #fff;
  border-radius: 35px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search_modal .input_box .form-wraper input {
  width: 100%;
  border: none;
  box-shadow: none;
  outline: 0;
  background: #fff;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #9087a1;
  font-family: Nunito, sans-serif;
}
.search_modal .input_box .form-wraper input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #9087a1;
  font-family: Nunito, sans-serif;
}
.search_modal .input_box .form-wraper .theme-btn {
  display: block;
  max-width: 200px;
  line-height: 60px;
  border-radius: 30px;
  background: #ff9c1a;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  box-shadow: none;
  border: none;
  outline: 0;
  width: 100%;
}
.search-activee .search_close,
.search-activee .search_modal {
  visibility: visible;
  opacity: 1;
}
.search-activee .search_overlay {
  right: 0;
}
.banner_section {
  /* margin-top: 0px;
  align-items: center;
  height: 100vh;
  background-image: url(https://www.infeedo.ai/hubfs/inFeedo_theme_2024/Images/Header.png) !important;
  background-size: cover !important;
  /* background-position: center center !important; */
  /* background-repeat: no-repeat !important; */ 

  background: var(--linearbg) !important;
  background: 65%, url(images/table-bg.html) top center no-repeat;
  background-size: cover;
  padding-top: 80px;
  overflow: hidden;
  padding-bottom: 25px;
  margin-top: 5rem;
}
.banner_section .slider-area .item .left-content h6 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  font-family: Nunito, sans-serif;
  line-height: 32px;
  text-transform: uppercase;
}
.banner_section .slider-area .item .left-content h2 , .toph1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff !important;
  line-height: 72px;
  font-family: Nunito, serif;
  padding-bottom: 30px;
}
.banner_section .slider-area .item .left-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  font-family: Nunito, sans-serif;
  max-width: 500px;
  padding-bottom: 25px;
}
.banner_section .right-side-images img {
  width: 730px;
}
.banner_section .carousel-control-next,
.banner_section .carousel-control-prev {
  background: 0 0;
  outline: 0;
  height: 50px;
  width: 50px;
  box-shadow: none;
  border: 1px solid #fff;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  z-index: 99;
}
.banner_section .carousel-control-next:focus,
.banner_section .carousel-control-next:hover,
.banner_section .carousel-control-prev:focus,
.banner_section .carousel-control-prev:hover,
.footer-section .left ul li a:focus,
.footer-section .left ul li a:hover {
  background: #fff;
  color: #523680;
}
.banner_section .carousel-control-prev {
  left: 50px;
}
.banner_section .carousel-control-next {
  right: 50px;
}
.banner_section #carouselExampleIndicators,
.blog-section .right-side .categories,
.blog-section .right-side .popular-posts {
  padding-bottom: 0;
}
.banner_section .carousel-indicators,
.banner_section_two .carousel-indicators {
  display: flex;
  align-items: center;
  height: 50px;
}
.banner_section .carousel-indicators button,
.banner_section_two .carousel-indicators button {
  height: 9px;
  width: 9px;
  border: 1px solid #fff;
  outline: 0;
  box-shadow: none;
  background: 0 0;
  border-radius: 50%;
  padding: 0;
  margin: 0 15px;
  position: relative;
}
.banner_section .carousel-indicators button::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 8px;
  width: 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
}
.banner_section .carousel-indicators button.active {
  height: 30px;
  width: 30px;
}
.banner_section_two {
  background-size: cover;
}
.banner_section_two .theme_btn {
  width: 200px;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  border: 2px solid #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  font-family: Nunito, sans-serif;
}
.banner_section_two .theme_btn span {
  display: inline-block;
  margin-left: 15px;
}
.banner_section_two .theme_btn:focus,
.banner_section_two .theme_btn:hover {
  color: #fff;
  background: #ff9c1a;
  border: 2px solid #ff9c1a;
}
.banner_section_two .carousel-indicators button::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 8px;
  width: 8px;
  background: #fff;
  border-radius: 5px;
  opacity: 0;
  display: none;
}
.banner_section_two .carousel-indicators button.active {
  height: 10px;
  width: 30px;
  border: none;
  background: #fff;
  border-radius: 20px;
}
.features-section,
.how-we-work-section {
  padding: 25px 0;
  margin-top: 0;
}
.features-section .container-fluid {
  background-size: contain;
}
.features-section .item {
  padding: 25px 40px;
  transition: 0.3s;
  border-radius: 10px;
  margin-bottom: 30px;
}
.features-section .item .icon {
  margin-bottom: 20px;
  text-align: center;
}
.features-section .item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  line-height: 34px;
  font-family: Nunito, serif;
  margin-bottom: 20px;
  text-align: center;
}
.features-section .item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #313131;
  font-family: Nunito, sans-serif;
  padding-bottom: 30px;
  text-align: center;
}
.features-section .item a {
  font-size: 16px;
  font-weight: 600;
  color: #313131;
  line-height: 34px;
  display: flex;
  justify-content: center;
}
.features-section .item.active,
.features-section .item:focus,
.features-section .item:hover {
  background: #fff;
  box-shadow: 0 20px 40px rgba(107, 94, 128, 0.2);
}
.features-section .item.active a,
.features-section .item:focus a,
.features-section .item:hover a {
  color: #523680;
  text-decoration: underline;
}
.about-section,
.payment-section {
  background: url(../images/about.jpg) center center/cover no-repeat;
  padding: 100px 0;
}
.about-section .left-content .heading-title {
  text-align: left;
  max-width: 470px;
  margin-left: 0;
  margin-right: auto;
}
.about-section .left-content .heading-title h6 {
  justify-content: start;
  color: #fff;
}
.about-section .left-content .heading-title h2,
.about-section .left-content .heading-title p {
  text-align: left;
  color: #fff;
}
.about-section .left-content .media {
  display: flex;
  margin-bottom: 30px;
  max-width: 390px;
}
.about-section .left-content .media .media-body,
.blog-section .right-side .popular-posts .media .media-body {
  margin-left: 15px;
}
.about-section .left-content .media .media-body h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: Nunito, serif;
  padding-bottom: 20px;
}
.about-section .left-content .media .media-body p,
.what-you-start ul li {
  font-weight: 400;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 16px;
}
.about-section .left-content .media .media-body p {
  line-height: 28px;
}
.about-section .left-content .theme_btn {
  display: block;
  max-width: 200px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-top: 50px;
}
.about-section .left-content .theme_btn:focus,
.about-section .left-content .theme_btn:hover {
  background: #ff9c1a;
  border: 1px solid #ff9c1a;
}
.about_two_page,
.investor_pages_two,
.transction-section .heading-title h6 span {
  background: #fff;
}
.about_two_page .left-content .heading-title h2,
.about_two_page .left-content .heading-title h6,
.about_two_page .left-content .heading-title p,
.about_two_page .left-content .media .media-body h3,
.about_two_page .left-content .media .media-body p {
  color: #111;
}
.about_two_page .theme_btn {
  background: #ff9c1a;
  color: #fff;
}
.about_two_page .theme_btn:focus,
.about_two_page .theme_btn:hover {
  background: #523680 !important;
}
.what-you-start {
  background: #29176f;
}
.what-you-start ul li {
  max-width: 320px;
  display: flex;
  margin-bottom: 20px;
}
.what-you-start ul li span {
  display: inline-block;
  margin-right: 15px;
}
.how-we-work-section .item {
  position: relative;
  max-width: 320px;
  text-align: center;
}
.how-we-work-section .item .icon {
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  background: var(--prime);
  border-radius: 50%;
  box-shadow: 0 20px 50px rgba(82, 54, 128, 0.2);
  position: relative;
  margin: 0 auto 30px;
}
.how-we-work-section .item .icon span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  background: var(--prime);
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.pricing-section .nav-pills .nav-item button,
.transction-section .nav-pills .nav-item button {
  width: 170px;
  line-height: 58px;
  box-shadow: none;
  margin: 0 10px;
  color: #fff;
  text-align: center;
  outline: 0;
}
.hiw a {
  font-size: 20px;
  text-align: center;
}
.hiw a span {
  display: inline-block;
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.how-we-work-section .item .icon.icon-tow {
  background: var(--heading-color);
  box-shadow: 0 20px 50px rgba(255, 156, 26, 0.2);
}
.how-we-work-section .item .icon.icon-tow span {
  background: var(--heading-color);
}
.how-we-work-section .item .icon.icon-three {
  background: var(--prime);
  box-shadow: 0 20px 50px rgba(255, 72, 116, 0.2);
}
.how-we-work-section .item .icon.icon-three span {
  background: var(--prime);
}
.how-we-work-section .item h3 {
  font-size: 24px;
  font-weight: 600;
  color: #111;
  font-family: Nunito, serif;
  padding-bottom: 20px;
}
.faq-section .content-side .accordion .accordion-item .accordion-body p,
.how-we-work-section .item p,
.transction-section
  .tab-content
  .tab-pane
  .table
  tr
  td.name
  .media
  .media-body
  p {
  font-size: 16px;
  font-weight: 400;
  color: #313131;
  font-family: Nunito, sans-serif;
}
.how-we-work-section .item .arrow-img {
  position: absolute;
  top: 30px;
  right: -140px;
}
.counterup-section {
  background: url(../images/counterup-bg.jpg) center center/cover no-repeat;
  padding: 100px 0;
}
.counterup-section .images {
  margin-left: -200px;
}
.counterup-section .item {
  padding: 80px 10px;
  box-shadow: 0 20px 50px rgba(205, 196, 219, 0.3);
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
}
.counterup-section .item img {
  max-width: 100%;
  margin-bottom: 30px;
}
.counterup-section .item h5 {
  color: #313131;
  font-size: 24px;
  font-weight: 400;
  font-family: Nunito, sans-serif;
}
.counterup-section .item h3 {
  font-size: 36px;
  font-weight: 700;
  color: #523680;
  font-family: Nunito, sans-serif;
}
.counterup-section .item.one_item {
  margin-top: 100px;
}
.counterup-section .item.last_item {
  margin-top: -100px;
}
.transction-section {
  background: url(../images/table-bg.jpg) center center/cover no-repeat;
  padding: 100px 0;
}
.pricing-section .nav-pills,
.transction-section .nav-pills {
  justify-content: center;
  margin-bottom: 50px;
}
.transction-section .nav-pills .nav-item button {
  border-radius: 30px;
  border: 1px solid #fff;
  background: 0 0;
  font-size: 16px;
  font-weight: 600;
  font-family: Nunito, sans-serif;
}
.transction-section .nav-pills .nav-item button.active {
  border: 1px solid #ff9c1a;
  background: #ff9c1a;
}
.transction-section .tab-content .tab-pane .scroll_area {
  height: 560px;
  overflow-y: auto;
}
.transction-section .tab-content .tab-pane .table {
  background: #fff;
  margin-bottom: 0;
}
.transction-section .tab-content .tab-pane .table thead {
  background: #f4f2f9;
}
.transction-section .tab-content .tab-pane .table tr th {
  font-size: 16px;
  border: none;
  font-weight: 600;
  color: #111;
  font-family: Nunito, sans-serif;
  padding: 15px 20px;
  border-left: 1px solid rgba(31, 31, 31, 0.3);
}
.transction-section .tab-content .tab-pane .table tr th.name {
  width: 360px;
  border: none;
}
.transction-section .tab-content .tab-pane .table tr td {
  font-size: 16px;
  font-weight: 400;
  color: #313131;
  font-family: Nunito, sans-serif;
  padding: 15px 20px;
  vertical-align: middle;
  border-left: 1px solid rgba(31, 31, 31, 0.3);
  border-bottom: 1px solid rgba(31, 31, 31, 0.3);
}
.transction-section .tab-content .tab-pane .table tr td.name {
  border: none;
  border-bottom: 1px solid rgba(31, 31, 31, 0.3);
}
.transction-section .tab-content .tab-pane .table tr td.name .media {
  display: flex;
  align-items: center;
}
.transction-section
  .tab-content
  .tab-pane
  .table
  tr
  td.name
  .media
  .images
  img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.transction-section
  .tab-content
  .tab-pane
  .table
  tr
  td.name
  .media
  .media-body {
  margin-left: 30px;
}
.pricing-section {
  padding: 100px 0;
  background: #fff;
}
.pricing-section .nav-pills .nav-item button {
  border-radius: 30px;
  border: none;
  background: #ff9c1a;
  font-size: 16px;
  font-weight: 600;
  font-family: Nunito, sans-serif;
}
.calculate-section .left_content form .theme_btn:focus,
.calculate-section .left_content form .theme_btn:hover,
.pricing-section .nav-pills .nav-item button.active,
.top-investor-section .investor-item:focus .card,
.top-investor-section .investor-item:focus .card .card-body,
.top-investor-section .investor-item:hover .card,
.top-investor-section .investor-item:hover .card .card-body {
  background: #523680;
}
.pricing-section .pracing-item {
  transition: 0.3s ease-in;
  position: relative;
  border-radius: 15px;
  background: 0 0;
  border: 2px solid gold;
  margin-bottom: 30px;
}
.pricing-section .pracing-item .top-left {
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f4f2f9;
  color: #4d3184;
  width: 120px;
  height: 85px;
  clip-path: polygon(0 41%, 41% 0, 100% 0, 0 100%);
}
.pricing-section .pracing-item .top-left p {
  transform: rotate(-38deg);
  position: relative;
  left: -16px;
  top: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #4d3184;
  font-family: Nunito, sans-serif;
}
.pricing-section .pracing-item .top-area {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ded8e9;
}
.pricing-section .pracing-item .top-area p {
  font-size: 24px;
  font-weight: 700;
  font-family: Nunito, serif;
  color: #111;
}
.pricing-section .pracing-item ul {
  padding: 15px 25px;
}
.pricing-section .pracing-item ul li {
  font-size: 18px;
  font-weight: 400;
  color: #513e75;
  margin-bottom: 15px;
  font-family: Nunito, sans-serif;
}
.pricing-section .pracing-item ul li span {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}
.pricing-section .pracing-item .buy-now {
  display: block;
  max-width: 190px;
  width: 100%;
  text-align: center;
  line-height: 35px;
  border: 2px solid #d3cbe2;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #4d3184;
  margin: 0 auto 50px;
}
.pricing-section .pracing-item .buy-now-disabled {
  display: block;
  max-width: 190px;
  width: 100%;
  text-align: center;
  line-height: 35px;
  border: 1px solid #d3cbe2;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #845231;
  margin: 0 auto 50px;
}
.pricing-section .pracing-item.active,
.pricing-section .pracing-item:focus,
.pricing-section .pracing-item:hover {
  box-shadow: 5px 40px 70px rgba(77, 49, 132, 0.3);
  border: 1px solid transparent;
}
.pricing-section .pracing-item.disabled {
  box-shadow: none;
  border: 1px solid #d3cbe2;
}
.pricing-section .pracing-item .disabled:hover,
.pricing-section .pracing-item.active,
.pricing-section .pracing-item:focus {
  box-shadow: 5px 40px 70px rgba(86, 42, 173, 0.3);
  border: 1px solid transparent;
}
.pricing-section .pracing-item.active .top-left,
.pricing-section .pracing-item:focus .top-left,
.pricing-section .pracing-item:hover .top-left {
  background: green;
}
.calculate-section,
.contact-info-section {
  padding: 100px 0;
}
.calculate-section .calculate_wraper {
  overflow: hidden;
  height: 440px;
}
.calculate-section .left_content {
  background: #f4f2f9;
  border-radius: 5px 0 0 5px;
}
.calculate-section .left_content h4 {
  font-size: 36px;
  font-weight: 600;
  font-family: Nunito, serif;
  color: #111;
  padding: 20px 30px;
  border-bottom: 1px solid #e5e2ef;
}
.calculate-section .left_content form {
  padding: 30px;
}
.calculate-section .left_content form .input-group label {
  display: block !important;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  font-family: Nunito, serif;
  color: #111;
  margin-bottom: 10px;
}
.calculate-section .left_content form .input-group .top-select {
  width: 100%;
  background-color: #fff;
  line-height: 43px;
  outline: 0;
  margin-bottom: 20px;
  border: 0;
  border-radius: 5px !important;
}
.calculate-section .left_content form .input-group .form-control:active,
.calculate-section .left_content form .input-group .form-control:focus,
.calculate-section .left_content form .input-group .form-select:active,
.calculate-section .left_content form .input-group .form-select:focus,
.calculate-section .left_content form .input-group .top-select:active,
.calculate-section .left_content form .input-group .top-select:focus,
.faq-section
  .content-side
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:active,
.faq-section
  .content-side
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:focus {
  box-shadow: none;
  outline: 0;
}
.calculate-section .left_content form .input-group .input-group-text {
  max-width: 70px;
  width: 100%;
  background-color: #fff;
  color: #1c1b1b;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 43px;
  border-radius: 5px 0 0 5px !important;
  border: 0;
}
.calculate-section
  .left_content
  form
  .input-group
  .input-group-text.last_select {
  max-width: 120px;
}
.calculate-section .left_content form .input-group .form-control {
  border-top: 0;
  border-bottom: 0;
  border-color: #eee;
  padding-left: 30px;
  margin-right: 1px;
}
.calculate-section .left_content form .input-group .form-select {
  border-radius: 0 5px 5px 0 !important;
}
.calculate-section .left_content form .theme_btn {
  display: block;
  border: none;
  outline: 0;
  box-shadow: none;
  max-width: 200px;
  width: 100%;
  text-align: center;
  background: #ff9c1a;
  border-radius: 30px;
  line-height: 55px;
  margin-top: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: Nunito, sans-serif;
}
.calculate-section .right_side {
  background: #f4f2f9;
  max-width: 490px;
  overflow: hidden;
  border-radius: 0 5px 5px 0;
}
.calculate-section .right_side .item {
  text-align: center;
  padding: 40px 0;
  background: #ff9c1a;
  margin: 0;
}
.calculate-section .right_side .item.item_first {
  margin-bottom: 1px;
  margin-right: 1px;
}
.calculate-section .right_side .item p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: Nunito, sans-serif;
  color: #fff;
}
.calculate-section .right_side .item h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  font-family: Nunito, sans-serif;
  line-height: 48px;
}
.calculate_page-two .right_side .item,
.payment-section .card-right .card-header {
  background: #ff4874;
}
.top-investor-section {
  background: url(../images/meet-our-investor.png) top center/contain no-repeat;
  margin: 100px 0;
}
.top-investor-section .investor-item {
  max-width: 270px;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(107, 94, 128, 0.2);
  transition: 0.3s;
}
.top-investor-section .investor-item .card {
  text-align: center;
  border: none;
}
.top-investor-section .investor-item .card .images img {
  max-width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.top-investor-section .investor-item .card .card-body {
  background: #fff;
  border: none;
  transition: 0.3s;
}
.top-investor-section .investor-item .card .card-body h3 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  font-family: Nunito, serif;
  padding-top: 10px;
}
.top-investor-section .investor-item .card .card-body p {
  font-size: 14px;
  font-weight: 400;
  color: #313131;
  font-family: Nunito, sans-serif;
  padding-bottom: 20px;
}
.blog-section .right-side .tags ul li,
.footer-section .left ul li,
.top-investor-section .investor-item .card .card-body ul li {
  display: inline-block;
}
.top-investor-section .investor-item .card .card-body ul li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #4d3184;
  margin: 0 5px;
  background: rgba(107, 94, 128, 0.1);
}
.top-investor-section .investor-item .card .card-body ul li a:focus,
.top-investor-section .investor-item .card .card-body ul li a:hover {
  background: #fff;
  color: #4d3184;
}
.top-investor-section .investor-item:focus .card .card-body ul li a,
.top-investor-section .investor-item:hover .card .card-body ul li a {
  color: #fff;
  background: rgba(107, 94, 128, 0.3);
}
.top-investor-section .investor-item:focus .card .card-body ul li a:focus,
.top-investor-section .investor-item:focus .card .card-body ul li a:hover,
.top-investor-section .investor-item:hover .card .card-body ul li a:focus,
.top-investor-section .investor-item:hover .card .card-body ul li a:hover {
  color: #4d3184;
  background: #fff;
}
.MoneyPro-history .item {
  text-align: right;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .MoneyPro-history .item {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    left: -5px;
  }
}
.MoneyPro-history .item .media {
  display: flex;
  align-items: flex-start;
}
.MoneyPro-history .item .media .content h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: Nunito, serif;
  color: #111;
  margin-bottom: 15px;
}
.MoneyPro-history .item .media .content p {
  font-size: 16px;
  font-family: Nunito, sans-serif;
  font-weight: 400;
  color: #313131;
  line-height: 28px;
}
.MoneyPro-history .item .media .media-body {
  margin-left: 20px;
}
.MoneyPro-history .images,
.blog-section .right-side .banner .banner-images,
.footer-section .footer-bottom .bottom-left,
.payment-section
  .card-right
  .card-body
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .media
  .meida-body
  .right {
  text-align: center;
}
.MoneyPro-history .right_item,
.faq-section .content-side .heading-title h2,
.faq-section .content-side .heading-title p {
  text-align: left;
}
.MoneyPro-history .right_item .media {
  margin-right: 60px;
  margin-left: 0;
}
.payment-section .card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
}
.payment-section .card .card-header {
  background: #ff9c1a;
  border: none;
  border-radius: 0;
  height: 70px;
  line-height: 70px;
}
.payment-section .card .card-header h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  font-family: Nunito, serif;
}
.payment-section .card .card-body p {
  font-size: 16px;
  font-weight: 400;
  color: #313131;
  font-family: Nunito, sans-serif;
  line-height: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e2ef;
}
.payment-section .card .card-body h6 {
  font-size: 18px;
  font-weight: 600;
  font-family: Nunito, serif;
  color: #111;
  padding: 30px 0;
}
.payment-section .card .card-body ul {
  margin-bottom: 75px;
}
.payment-section .card .card-body ul li {
  display: inline-block;
  margin: 0 6px 20px;
}
.payment-section .card .card-body .theme_btn {
  display: block;
  max-width: 200px;
  width: 100%;
  text-align: center;
  line-height: 60px;
  border: 2px solid #e5e2ef;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #523680;
  font-family: Nunito, sans-serif;
  margin-left: auto;
  margin-bottom: 40px;
}
.payment-section .card .card-body .theme_btn:focus,
.payment-section .card .card-body .theme_btn:hover {
  background: #ff9c1a;
  border: 2px solid #ff9c1a;
  color: #fff;
}
.payment-section .card-right .card-body .swiper-container {
  height: 320px;
  margin-bottom: 40px;
}
.payment-section
  .card-right
  .card-body
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .media {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #f4f2f9;
  border-radius: 5px;
}
.payment-section
  .card-right
  .card-body
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .media
  .meida-body {
  margin-left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.payment-section
  .card-right
  .card-body
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .media
  .meida-body
  .left
  a {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  font-family: Nunito, serif;
  color: #111;
}
.payment-section
  .card-right
  .card-body
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .media
  .meida-body
  .left
  h6 {
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  font-family: Nunito, sans-serif;
  color: #313131;
}
.payment-section
  .card-right
  .card-body
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .media
  .meida-body
  .left
  small {
  color: #313131;
}
.payment-section
  .card-right
  .card-body
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .media
  .meida-body
  .right
  h6 {
  padding: 0;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  color: #111;
  font-size: 18px;
}
.payment-section .card-right .card-body .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.payment-section .card-right .card-body .bottom .theme_btn {
  border: none;
  background: #ff9c1a;
  color: #fff;
  margin: 0;
}
.payment-section .card-right .card-body .bottom .all-see {
  font-size: 16px;
  font-weight: 400;
  font-family: Nunito, sans-serif;
  color: #313131;
}
.faq-section {
  padding: 100px 0;
  background: url(../images/faq-bg.png) center center/contain no-repeat;
}
.faq-section .content-side .heading-title {
  max-width: 420px;
  margin-left: 0;
}
.faq-section .content-side .heading-title h6 {
  justify-content: start;
}
.faq-section .content-side .accordion .accordion-item {
  margin-bottom: 10px;
  border-radius: 10px;
}
.faq-section
  .content-side
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  font-family: Nunito, serif;
  background: #523680;
  color: #fff;
  border: none;
}
.faq-section
  .content-side
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button::after {
  background: 0 0;
  content: "+";
  color: #fff;
  font-size: 30px;
  line-height: 14px;
}
.faq-section
  .content-side
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed {
  color: #313131;
  background: #f4f2f9;
}
.faq-section
  .content-side
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed::after {
  content: "-";
  color: #313131;
}
.faq-section .content-side .accordion .accordion-item .accordion-collapse {
  border: 1px solid #f4f2f9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.brand-section {
  padding: 60px 0;
  background: #fff;
}
.brand-section .owl-stage-outer {
  padding: 20px 0;
}
.brand-section .item {
  background: #fff;
  border: 1px solid #f4f2f9;
  padding: 28px 0;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100px;
  transition: 0.4s;
}
.brand-section .item img {
  width: 140px;
  filter: grayscale(100);
  transition: 0.4s;
}
.brand-section .item:focus,
.brand-section .item:hover {
  box-shadow: 0 10px 20px rgba(205, 196, 219, 0.3);
}
.blog-details-section .left-side .card,
.blog-section .left-side .card:focus,
.blog-section .left-side .card:hover {
  box-shadow: 0 0 42.84px 8.16px rgba(230, 230, 230, 0.35);
}
.brand-section .item:focus img,
.brand-section .item:hover img {
  filter: grayscale(0);
}
.brand-section a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: Nunito, sans-serif;
  color: #313131;
  text-decoration: underline;
  margin-top: 20px;
}
.brand-section a:focus,
.brand-section a:hover {
  text-decoration: underline;
  color: #ff9c1a;
}
.brand_section_two {
  background: url(../images/brand-logo.jpg) center center/cover no-repeat;
}
.page-title-area,
.page-title-area.style-2,
.wp-block-cover.alignleft {
  background-size: cover;
  position: relative;
}
body.search.search-results .content-area {
  padding-top: 120px;
}
.wp-block-cover.alignleft {
  background-position: 50%;
  min-height: 620px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
}
.page-title-area {
  padding: 112px 0;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background: var(--linearbg);
}
.page-title-area.style-2 {
  padding: 307px 0 236px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.page-title-area .title {
  font-size: 36px;
  word-break: break-word;
}
.page-title-area h3 {
  color: #fcfcfc;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: Nunito, serif;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "-";
  color: #fcfcfc;
}
.page-title-area .breadcrumb {
  margin: 0;
  padding: 0;
  display: inherit;
  font-weight: 700;
  background: 0 0;
  color: #fcfcfc;
  word-break: break-word;
}
.breadcrumb li.breadcrumb-list {
  display: inline-block;
  color: #a096b4;
  margin: 0 20px;
  position: relative;
}
.breadcrumb li.breadcrumb-list a {
  color: #a096b4;
  font-weight: 400;
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  color: #fff;
  content: "\f101";
  position: absolute;
  right: -26px;
  top: 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.blog-section {
  padding-top: 10px;
}
.blog-section .left-side {
  margin-right: 30px;
}
.blog-section .left-side .card {
  border: none;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  transition: 0.3s;
  border-bottom: 5px solid #dad4f1;
  margin-bottom: 30px;
}
.blog-section .left-side .card .images {
  display: block;
  overflow: hidden;
}
.blog-section .left-side .card .images img {
  display: block;
  max-width: 100%;
  transition: 0.5s;
}
.blog-details-section .left-side .card .images,
.blog-section .left-side .card .images-slider {
  position: relative;
}
.blog-section .left-side .card .images-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
}
.blog-section .left-side .card .images-slider .owl-nav button {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #8e44ad;
  border-radius: 50%;
  color: #fff;
}
.blog-section .left-side .card .images-slider .owl-nav button:focus,
.blog-section .left-side .card .images-slider .owl-nav button:hover {
  background: #4d3184;
}
.blog-section .left-side .card .video iframe {
  width: 100%;
  object-fit: cover;
}
.blog-section .left-side .card .card-body {
  background: #fff;
  padding: 27px 30px 25px;
}
.blog-section .left-side .card .card-body a {
  word-break: break-word;
}
.blog-section .left-side .card .card-body a:focus,
.blog-section .left-side .card .card-body a:hover {
  color: #ff9c1a !important;
}
.blog-section .left-side .card .card-body .title {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  word-break: normal;
  line-height: 42px;
  font-family: Nunito, serif;
  color: #513e75;
}
.blog-section .left-side .card .card-body p,
.blog-section .left-side .card .card-body ul {
  margin-bottom: 10px;
}
.blog-section .left-side .card .card-body ul li {
  display: inline-block;
  margin-right: 30px;
}
.blog-section .left-side .card .card-body ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #513e75;
}
.blog-section .left-side .card .card-body ul li a span,
.blog-section .right-side .about-me .icon li {
  display: inline-block;
  margin-right: 5px;
}
.blog-section .left-side .card .card-body .more_btn {
  display: inline-block;
  font-size: 18px;
  color: #513e75;
}
.blog-section .left-side .card .card-body .more_btn:focus span,
.blog-section .left-side .card .card-body .more_btn:hover span {
  padding-left: 10px;
}
.blog-section .left-side .card .card-body .more_btn span {
  display: inline-block;
  transition: 0.3s;
}
.blog-section .left-side .card .card-body .text {
  padding: 20px;
  border-left: 3px solid #513e75;
}
.blog-section .left-side .card .card-body .text p {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
}
.blog-section .left-side .card .card-body .text a {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  color: #513e75;
}
.blog-section .left-side .card:focus .owl-nav,
.blog-section .left-side .card:hover .owl-nav {
  opacity: 1 !important;
}
.blog-section .left-side .card:focus .images img,
.blog-section .left-side .card:hover .images img {
  transform: scale(1.1);
}
.blog-section .left-side .MoneyPro-pagination {
  margin-bottom: 50px;
}
.blog-section
  .left-side
  .MoneyPro-pagination
  .nav-links
  ul.page-numbers
  a.page-numbers {
  line-height: 32px;
  display: block;
}
.blog-section .left-side .MoneyPro-pagination .nav-links ul.page-numbers li {
  line-height: 32px;
}
.blog-section
  .left-side
  .MoneyPro-pagination
  .nav-links
  ul.page-numbers
  a.next.page-numbers,
.blog-section
  .left-side
  .MoneyPro-pagination
  .nav-links
  ul.page-numbers
  a.prev.page-numbers {
  padding: 8px 6px;
  line-height: 16px;
}
.blog-section
  .left-side
  .MoneyPro-pagination
  .nav-links
  ul.page-numbers
  a.prev.page-numbers
  i {
  position: relative;
  top: 1px;
}
.blog-section
  .left-side
  .MoneyPro-pagination
  .nav-links
  ul.page-numbers
  a.next.page-numbers
  i {
  position: relative;
  top: 0;
}
.blog-section .left-side .MoneyPro-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-section .left-side .MoneyPro-pagination ul.page-numbers li {
  display: inline-block;
  font-size: 16px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  color: #707070;
  margin-right: 8px;
  transition: 0.4s;
  border: 1px solid #d3cbe2;
}
.blog-section .left-side .MoneyPro-pagination ul.page-numbers li a {
  color: #707070;
}
.blog-section .left-side .MoneyPro-pagination ul.page-numbers li:hover {
  background: #4d3184;
  color: #fff;
}
.blog-section .right-side .blog-sidebar .search-form {
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #d3cbe2;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 3px;
}
.blog-section .right-side .blog-sidebar .search-form .search-field {
  background: #f4f2f9;
  border: 1px solid #ececec;
  border-radius: 4px;
  width: 100%;
  height: 60px;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 9px 60px 9px 20px;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #001064;
  outline: 0;
}
.blog-section .right-side .blog-sidebar .search-form .search-submit {
  outline: 0;
  height: 60px;
  width: 60px;
  border: none;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #4d3184;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  padding: 0 20px;
  cursor: pointer;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.blog-section .right-side .about-me {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #d3cbe2;
  border-radius: 3px;
}
.blog-section .right-side .about-me h3 {
  margin-bottom: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
  font-family: Nunito, serif;
  color: #513e75;
}
.blog-section .right-side .about-me h3::after {
  position: absolute;
  width: 45px;
  height: 3px;
  content: "";
  background-color: #4d3184;
  bottom: 0;
  left: 0;
}
.blog-section .right-side .about-me img {
  max-width: 140px;
  height: 140px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}
.blog-section .right-side .about-me h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: Nunito, serif;
  color: #513e75;
}
.blog-section .right-side .about-me p {
  margin-bottom: 15px;
}
.blog-section .right-side .about-me .icon li a {
  display: block;
  border: 1px solid #d3cbe2;
  padding: 6px 9px;
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 27px;
  color: #513e75;
}
.blog-section .right-side .about-me .icon li a:focus,
.blog-section .right-side .about-me .icon li a:hover,
.blog-section .right-side .tags ul li a:focus,
.blog-section .right-side .tags ul li a:hover {
  background: #513e75;
  color: #fff;
}
.blog-section .right-side .popular-posts .media {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 25px;
}
.blog-section .right-side .popular-posts .media .images img {
  max-width: 70px;
  width: 70px;
  border-radius: 5px;
  min-width: 70px;
  height: 70px;
  object-fit: cover;
}
.blog-section .right-side .popular-posts .media .media-body a {
  font-family: Nunito, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
  transition: 0.3s;
  color: #513e75;
}
.blog-section .right-side .categories ul li {
  display: block;
  text-align: left;
  clear: both;
  margin: 8px 0 10px;
  min-height: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.blog-section .right-side .categories ul li a {
  color: #513e75;
}
.blog-section .right-side .tags ul li a {
  display: inline-block;
  padding: 5px 13px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin: 5px 5px 5px 0;
  color: inherit;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-radius: 5px;
  font-size: 16px !important;
  background-color: transparent;
}
.blog-section .right-side .banner .banner-images img {
  max-width: 100%;
  height: 322px;
  object-fit: cover;
}
.blog-details-section {
  padding-bottom: 100px;
}
.blog-details-section .left-side .card .images .bottom_text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: 100px;
  width: 100px;
  background: #fff;
}
.blog-details-section .left-side .card .images .bottom_text h5 {
  text-align: center;
  font-size: 50px;
  font-weight: 100;
  color: #000b2d;
  line-height: 50px;
  padding-top: 16px;
  display: block;
}
.blog-details-section .left-side .card .images .bottom_text h5 span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #4d3184;
  text-transform: uppercase;
}
.blog-details-section .left-side .card .card-body p {
  margin-bottom: 20px;
}
.blog-details-section .left-side .card .card-body .wp-block-quote {
  border-left: 4px solid #000;
  margin: 0 0 30px;
  color: #686868;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.473684;
  overflow: hidden;
  padding: 0 0 0 1.263157895em;
}
.blog-details-section .left-side .card .card-body .wp-block-quote p {
  font-weight: 500;
  font-size: 18px;
}
.blog-details-section .left-side .card .card-body .tags_one li span {
  font-size: 30px;
  display: block;
  font-family: Nunito, serif;
  color: #513e75;
}
.blog-details-section .left-side .card .card-body .tags_one li a {
  display: inline-block;
  padding: 5px 13px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: inherit;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-radius: 5px;
  font-size: 16px !important;
  background-color: transparent;
}
.blog-details-section .left-side .card .card-body .tags_one li a:focus,
.blog-details-section .left-side .card .card-body .tags_one li a:hover {
  background: #513e75;
  color: #fff !important;
}
.blog-details-section .left-side .comment .title,
.blog-details-section .left-side .post-comment .title,
.post-comment .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #513e75;
  font-family: Nunito, serif;
}
.blog-details-section .left-side .comment .comment-item {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #f5f5f5;
  padding-right: 20px;
  margin-bottom: 30px;
}
.blog-details-section .left-side .comment .comment-item .user {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.blog-details-section .left-side .comment .comment-item .user img {
  height: 80px;
  min-width: 80px;
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.blog-details-section .left-side .comment .comment-item .content {
  margin-left: 20px;
  position: relative;
}
.blog-details-section .left-side .comment .comment-item .content h5 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 20px;
  color: #513e75;
  font-family: Nunito, serif;
}
.blog-details-section .left-side .comment .comment-item .content span {
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
  color: #513e75;
}
.blog-details-section .left-side .comment .comment-item .content p {
  font-size: 16px;
  line-height: 26px;
  color: #513e75;
}
.blog-details-section .left-side .comment .comment-item .content .reply {
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s ease-in;
  padding-left: 90px;
}
.blog-details-section .left-side .comment .comment-item .content .reply a {
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border-radius: 0 10px;
  color: #fff;
  background: #513e75;
}
.blog-details-section .left-side .comment .comment-item .content .reply a:focus,
.blog-details-section
  .left-side
  .comment
  .comment-item
  .content
  .reply
  a:hover {
  opacity: 0.8;
}
.blog-details-section .left-side .post-comment .post_from input,
.post-comment .post_from input {
  height: 50px;
  width: 100%;
  border: 1px solid #d3cbe2;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 5px;
  outline: 0;
  margin-bottom: 15px;
}
.blog-details-section .left-side .post-comment .post_from textarea,
.post-comment .post_from textarea {
  height: 50px;
  width: 100%;
  border: 1px solid #d3cbe2;
  padding: 20px;
  font-size: 14px;
  min-height: 180px;
  resize: none;
  border-radius: 5px;
  outline: 0;
  margin-bottom: 15px;
}
.blog-details-section .left-side .post-comment .post_from .theme_btn,
.post-comment .post_from .theme_btn {
  border: none;
  border-radius: 30px;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #4d3184;
  color: #fff;
  margin-top: 30px;
  padding: 14px 40px;
}
.blog-details-section .left-side .post-comment .post_from .theme_btn:focus,
.blog-details-section .left-side .post-comment .post_from .theme_btn:hover,
.post-comment .post_from .theme_btn:focus,
.post-comment .post_from .theme_btn:hover {
  background: #ff9c1a;
}
.post-comment .form_title {
  font-size: 48px;
}
.contact-info-section .heading {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 50px;
}
.contact-info-section .heading h6 {
  color: #ff007a;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: capitalize;
  display: inline-block;
  font-size: 24px;
}
.contact-info-section .heading h2 {
  color: #4d3184;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 48px;
  font-family: Nunito, serif;
}
.contact-info-section .item {
  text-align: center;
  border: 1px solid #d3cbe2;
  padding: 55px 6px 50px;
  margin-bottom: 30px;
  transition: 0.3s;
  border-radius: 5px;
}
.contact-info-section .item .icon {
  display: inline-block;
  border: 1px solid #d3cbe2;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 25px;
  transition: 0.3s;
}
.contact-info-section .item .icon i {
  color: var(--prime);
  font-size: 24px;
}
.contact-info-section .item .icon .fa-phone {
  transform: rotate(90deg);
}
.contact-info-section .item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: Nunito, serif;
  color: #513e75;
}
.contact-info-section .item p {
  margin-bottom: 4px;
}
.contact-info-section .item:focus,
.contact-info-section .item:hover {
  box-shadow: 0 30px 70px rgba(221, 215, 233, 0.5);
  border: 1px solid transparent;
}
.contact-info-section .item:focus .icon,
.contact-info-section .item:hover .icon {
  border: 1px solid #4d3184;
}
.contact-width-section {
  padding: 100px 0;
  background: url(../images/calculate-bg.png) bottom center/cover no-repeat;
}
.contact-width-section .map-area iframe {
  max-width: 100%;
  width: 100%;
  margin: 0;
  border: none;
  height: 450px;
}
.footer-white-bg {
  background-color: #fff;
  border-radius: 10px 50px;
}
.footer-section {
  background: var(--linearbg) !important;
  background-size: cover;
  padding-top: 0.5vh;
}
.footer-section .left .logo {
  display: block;
  margin-bottom: 25px;
}
.footer-section .left p {
  font-size: 16px;
  font-weight: 400;
  color: #dfd8ec;
  font-family: Nunito, sans-serif;
  padding-bottom: 50px;
}
.footer-section .left ul li a {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: rgba(107, 94, 128, 0.1);
  border-radius: 50%;
  margin-right: 15px;
}
.footer-section .footer-item h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  font-family: Nunito, serif;
  margin-bottom: 40px;
}
.footer-section .footer-item ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #dfd8ec;
  line-height: 36px;
  position: relative;
  font-family: Nunito, sans-serif;
}
.footer-section .footer-item ul li a i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 23px;
  opacity: 0;
  font-size: 20px;
}
.footer-section .footer-item ul li a:focus,
.footer-section .footer-item ul li a:hover {
  color: #ff9c1a;
  padding-left: 15px;
}
.footer-section .footer-item form input {
  width: 100%;
  height: 60px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  outline: 0;
  border: none;
  box-shadow: none;
  border-radius: 30px;
}
.footer-section .footer-item form .theme_btn {
  display: block;
  border: none;
  outline: 0;
  box-shadow: none;
  width: 100%;
  line-height: 60px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  font-family: Nunito, sans-serif;
  background: #ff9c1a;
}
.footer-section .footer-item.contact_item ul li a {
  display: flex;
  padding: 0 !important;
  align-items: center;
}
.footer-section .footer-item.contact_item ul li a i {
  opacity: 1;
  margin-right: 15px;
  display: inline-block;
  position: unset !important;
}
.footer-section .footer-bottom {
  padding: 24px 0;
}
.footer-section .footer-bottom .bottom-left span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #dfd8ec;
  font-family: Nunito, sans-serif;
}
.footer-section .footer-bottom .bottom-left span a {
  font-size: 16px;
  font-weight: 700;
  color: #dfd8ec;
  font-family: Nunito, sans-serif;
  margin: 0;
}
@media (max-width: 1600px) {
  .banner_section .right-side-images img {
    max-width: 100%;
  }
  .faq-section .images-side {
    margin: 0;
  }
}
@media (max-width: 1366px) {
  .banner_section .carousel-control-prev {
    left: 5px;
  }
  .banner_section .carousel-control-next {
    right: 5px;
  }
}
@media (max-width: 1260px) {
  .container .main-header .main-navbar .nav-inner ul li a {
    line-height: 60px;
    margin: 0 14px;
    font-size: 14px;
  }
  .main-header .main-navbar .nav-inner .brand {
    width: 150px;
  }
  .how-we-work-section .item .arrow-img {
    right: -80px;
  }
  .MoneyPro-history .item .media {
    margin: 0;
  }
  .banner_section .slider-area .item .left-content h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .blog-details-section .left-side .post-comment,
  .payment-section .card {
    margin-bottom: 30px;
  }
  .MoneyPro-history .item .media {
    justify-content: start;
  }
  .MoneyPro-history .right_item .media {
    display: block;
    text-align: left;
  }
  .MoneyPro-history .right_item .media .icon {
    float: left;
    margin-left: 20px;
  }
  .MoneyPro-history,
  .about-section,
  .counterup-section,
  .faq-section,
  .features-section,
  .how-we-work-section,
  .payment-section,
  .pricing-section,
  .testimonials-section,
  .transction-section {
    padding: 60px 0;
  }
  .MoneyPro-history .images,
  .about-section .right-side,
  .banner_section .carousel-control-next,
  .banner_section .carousel-control-prev,
  .banner_section .right-side-images,
  .counterup-section .images,
  .faq-section .images-side,
  .main-header .main-navbar .desktop-menu {
    display: none;
  }
  .banner_section {
    padding-top: 180px;
  }
  .main-header .main-navbar {
    padding: 10px;
  }
  .main-header .main-navbar .mobile-header .menu-icon,
  .main-header .main-navbar .mobile-header .menu-icon .open-menu {
    display: block;
  }
  .main-header .top-header .topbar-left li a,
  .main-header .top-header .topbar-left li a .phone,
  .main-header .top-header .topbar-right li a {
    font-size: 12px;
  }
  .main-header .top-header .topbar-right li {
    padding: 0 5px;
  }
  .main-header .top-header .topbar-left li {
    padding: 0 10px;
  }
  .main-header .main-navbar .nav-inner .search_btn {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #d3cbe2;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #4d3184;
  }
  .activee .mobile-menu {
    display: -webkit-box;
    width: 100%;
  }
  .activee .mobile-menu ul,
  .top-investor-section .investor-item .card .images img {
    width: 100%;
  }
  .how-we-work-section .item .icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
  .how-we-work-section .item .arrow-img {
    position: absolute;
    top: 20px !important;
    right: -50px;
    width: 100px;
  }
  .how-we-work-section .item .icon span {
    height: 20px;
    width: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .how-we-work-section .item h3 {
    font-size: 20px;
  }
  .transction-section .tab-content .tab-pane .table {
    width: 1000px;
  }
  .calculate-section .calculate_wraper {
    height: auto;
  }
  .calculate-section .right_side {
    max-width: 100%;
  }
  .top-investor-section .investor-item {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .top-investor-section {
    margin-top: 60px;
  }
  .payment-section .card .card-header h2 {
    font-size: 25px;
  }
  .contact-width-section .map-area,
  .footer-item,
  .footer-section .left {
    margin-top: 30px;
  }
  .page-title-area {
    padding: 192px 0 112px;
  }
  .blog-section .left-side {
    margin-right: 0;
  }
  .right_item07{
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .blog-section .left-side .card .card-body .title {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-info-section .heading h2,
  .post-comment .form_title {
    font-size: 30px;
  }
  .page-title-area {
    padding: 140px 0 112px;
  }
  .banner_section,
  .banner_section_two {
    background-size: 900%;
    padding-bottom: 50px;
  }
  .MoneyPro-history .right_item .media .icon {
    height: 110px;
  }
  .banner_section .slider-area .item .left-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .counterup-section .item {
    padding: 74px 10px;
  }
  .counterup-section .item img {
    width: 60px;
    margin-bottom: 15px;
  }
  .counterup-section .item h5 {
    font-size: 16px;
  }
  .counterup-section .item h3 {
    font-size: 25px;
  }
  .how-we-work-section .item .arrow-img,
  .main-header .top-header {
    display: none;
  }
  .how-we-work-section .item {
    margin: 0 auto 30px;
    text-align: left;
  }
  .heading-title h2 {
    font-size: 25px;
    padding-bottom: 0;
  }
  .main-header .mobile-menu {
    max-width: 450px;
  }
  .main-header .main-navbar::after {
    width: 95%;
  }
  .main-header {
    top: 1px;
  }
}
@media (max-width: 575px) {
  .banner_section .slider-area .item .left-content p {
    font-size: 16px;
  }
  .banner_section .slider-area .item .left-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .top-investor-section .investor-item {
    max-width: 320px;
  }
  .calculate-section .left_content h4 {
    font-size: 25px;
  }
  .search_modal .input_box .form-wraper .theme-btn {
    max-width: 100px;
  }
  .search_modal .input_box {
    padding: 0 10px;
  }
  .counterup-section .item {
    padding: 20px 10px;
  }
}
@media (max-width: 410px) {
  .pricing-section .nav-pills .nav-item button,
  .transction-section .nav-pills .nav-item button {
    width: 110px;
    line-height: 41px;
  }
  .calculate-section .right_side .item h2 {
    font-size: 20px;
    line-height: 18px;
  }
  .calculate-section .right_side .item {
    padding: 15px 0;
  }
  .calculate-section .right_side .item p {
    font-size: 16px;
    margin: 0;
  }
  .payment-section
    .card-right
    .card-body
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .media
    .meida-body
    .left
    a,
  .payment-section
    .card-right
    .card-body
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .media
    .meida-body
    .left
    h6,
  .payment-section
    .card-right
    .card-body
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .media
    .meida-body
    .right
    h6 {
    font-size: 14px;
  }
  .blog-section .left-side .card .card-body {
    padding: 20px 0;
  }
  .blog-details-section .left-side .comment .comment-item {
    display: block;
    padding-right: 0;
  }
  .blog-details-section .left-side .comment .comment-item .content {
    margin-left: 0;
  }
}
@media (max-width: 380px) {
  .features-section .item {
    padding: 10px;
  }
}
.ant-select {
  border: 1px solid #29176f;
}
.mobile-header {
  position: relative;
  left: -33px;
  top: -8px;
}
.mobile-header .close-menu i,
.mobile-header .open-menu i {
  font-size: 35px !important;
}
@media only screen and(max-width:475px) {
  .responsive {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 500px) {
  .ant-modal-content {
    margin: 0 auto;
    max-width: 308px;
  }
}
@media only screen and (max-width: 450px) {
  .ant-modal-content {
    margin: 0 9px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 350px) {
  .ant-modal-content {
    margin: 0 1vw;
    max-width: 290px;
  }
}
.payment-btn-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.news-section.testimonials-section .news-wrapper.testimonial_wraper .item {
  min-height: unset;
  max-height: unset;
  padding: 0;
}
.news-wrapper .deal-item {
  margin: 0 15px;
  background: #fff;
}
.news-img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  border-radius: 15px;
}
@media (max-width: 992px) {
  .banner_section {
    padding-top: 100px !important;
  }
}
@media (max-width: 767px) {
  .news-img {
    height: 145px;
  }
  .input_box .form-wraper .theme-btn {
    max-width: 150px;
    font-size: 12px;
    line-height: 45px;
  }
  .banner_section {
    padding-top: 45px !important;
    padding-bottom: 40px !important;
    
  }
  .removemargin{
    margin-top: 3rem;
  }
  .banner_section .slider-area .item .left-content h2,
  .banner_section .slider-area .item .left-content p {
    padding-bottom: 15px;
  }
  .MoneyPro-history,
  .about-section,
  .counterup-section,
  .faq-section,
  .features-section,
  .how-we-work-section,
  .payment-section,
  .pricing-section,
  .testimonials-section,
  .transction-section {
    padding: 15px 0;
  }
  .features-section .item {
    padding: 15px 40px;
    margin-bottom: 0;
  }
  .features-section .item p {
    padding-bottom: 0;
  }
  .bannerimg-grid {
    gap: 15px !important;
  }
  .bannerimg .banner-txt {
    font-size: 20px !important;
    text-align: left !important;
    padding-bottom: 0 !important;
  }
  .bannerimg img {
    height: 50px !important;
  }
}
.bannerimg .banner-txt {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 72px;
  padding-bottom: 30px;
  text-align: left;
  text-transform: capitalize;
}
.bannerimg-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  row-gap: 30px;
}
.bannerimg img {
  border-radius: 10px;
  height: 70px;
}
.bannerimg {
  align-self: flex-start;
}

@media screen and (max-width: 767px) {
  .testimonial_wraper_mobile .item {
    min-height: auto !important;
    max-height: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .mobileuser{
  display: none !important;
  }
  .testimonial_wraper_mobile .item {
    min-height: 400 !important;
    max-height: 400 !important;
  }
}
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
  }




  .pandiv{
    position: relative;
    }
    .pandiv button{
          width: 100px;
    font-size: 17px;
    /* margin-top: 0px; */
    position: absolute;
    right: 0;
    height: auto;
    /* width: auto; */
    padding: 8px 0px;
    }
    .pandiv .verifypan{
      position: absolute;
    top: 18px;
    right: 5px;
    background: green;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    }