/*================================================
Default CSS
=================================================*/
:root {
  --mainColor2: #E0FF41;
}

.fba-btn {
  border-radius: 5px !important;
}
.fba-btn::before {
  border-radius: 5px !important;
}

.container-fluid.fba-container-fluid {
  max-width: 1620px;
}

.cta-navbar .fba-btn {
  color: #262A37;
}
.cta-navbar .fba-btn::before {
  border-radius: 5px;
  background: var(--mainColor2);
}

.fba-banner-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 210px;
  padding-bottom: 125px;
  position: relative;
  z-index: 1;
}
.fba-banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: url(../img/fba-color-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fba-banner-area .fba-hero1 {
  position: absolute;
  top: 373px;
  left: 383px;
}

.fba-banner-content h1 {
  text-align: center;
  color: var(--whiteColor);
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 71px;
  line-height: 110px;
}
.fba-banner-content h1 span {
  color: var(--mainColor2);
}
.fba-banner-content .content p {
  color: var(--whiteColor);
  font-size: 16px;
  font-weight: 400;
  width: 350px;
  margin-bottom: 40px;
}
.fba-banner-content .content .default-btn {
  color: rgb(255, 255, 255);
}
.fba-banner-content .content .default-btn::before {
  background: #2ECC71;
}
.fba-banner-content .fba-banner-main-image {
  text-align: center;
}
.fba-banner-content .fba-banner-main-image img {
  border-radius: 20px;
}
.fba-banner-content .content2 {
  max-width: 350px;
  margin-left: auto;
}
.fba-banner-content .content2 p {
  color: var(--whiteColor);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.fba-banner-content .content2 .user-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 18px;
}
.fba-banner-content .content2 .user-list li {
  color: var(--whiteColor);
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-left: -20px;
}
.fba-banner-content .content2 .user-list li:first-child {
  margin-left: 0;
}
.fba-banner-content .content2 .user-list li:last-child {
  margin-left: 14px;
}
.fba-banner-content .content2 .user-list li .image {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
}
.fba-banner-content .content2 .user-list li .image img {
  border-radius: 50%;
}
.fba-banner-content .content2 .item {
  position: relative;
}
.fba-banner-content .content2 .item:last-child::before {
  display: none;
}
.fba-banner-content .content2 .item::before {
  content: "";
  position: absolute;
  right: -34px;
  top: 12px;
  width: 1px;
  height: 43px;
  background: var(--whiteColor);
}
.fba-banner-content .content2 .item h3 {
  color: var(--mainColor2);
  font-size: 36px;
  font-weight: 600;
  margin-bottom: -1px;
}
.fba-banner-content .content2 .item span {
  font-size: 14px;
  color: var(--whiteColor);
}

.fba-section-title {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.fba-section-title h3 {
  color: #262A37;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 35px;
}

.fba-features-card {
  border-radius: 20px;
  background: #F2F2F2;
  padding: 30px;
}
.fba-features-card .number-content {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.fba-features-card .number-content .number {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
  text-align: center;
  flex-shrink: 0;
  border-radius: 50%;
  text-align: center;
  color: #262A37;
  font-size: 18px;
  font-weight: 700;
  background-color: rgb(224, 255, 65);
}
.fba-features-card .number-content h3 {
  color: #262A37;
  font-size: 20px;
  margin-bottom: 0;
}
.fba-features-card .image {
  text-align: center;
}

.fba-banking-card {
  border-radius: 20px;
  background: #010101;
  text-align: center;
  border-radius: 20px;
}
.fba-banking-card h3 {
  padding: 25px 56px;
  color: var(--whiteColor);
  font-size: 20px;
  margin-bottom: 0;
}
.fba-banking-card img {
  border-radius: 20px;
}

.fba-choose-area {
  position: relative;
  z-index: 1;
}
.fba-choose-area .fba-choose-shape1 {
  position: absolute;
  left: 324px;
  z-index: -1;
  bottom: 135px;
}
.fba-choose-area .fba-choose-card {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 40px 50px 30px 50px;
}
.fba-choose-area .fba-choose-card p {
  color: var(--whiteColor);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.fba-choose-area .fba-choose-card .details .user {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 15px;
}
.fba-choose-area .fba-choose-card .details .user img {
  border-radius: 50%;
}
.fba-choose-area .fba-choose-card .details h6 {
  color: var(--whiteColor);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
.fba-choose-area .fba-choose-card .details span {
  color: var(--whiteColor);
  font-size: 14px;
}
.fba-choose-area .fba-choose-content {
  padding-left: 135px;
}
.fba-choose-area .fba-choose-content .widget {
  margin-bottom: 35px;
}
.fba-choose-area .fba-choose-content .widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.fba-choose-area .fba-choose-content .widget ul:last-child {
  margin-left: 110px;
}
.fba-choose-area .fba-choose-content .widget ul li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
  color: #262A37;
  font-size: 16px;
  font-weight: 700;
}
.fba-choose-area .fba-choose-content .widget ul li i {
  position: absolute;
  left: 0;
  top: -7px;
  font-size: 25px;
  color: rgb(46, 204, 113);
}
.fba-choose-area .fba-choose-content h4 {
  color: #262A37;
  font-size: 20px;
  margin-bottom: 5px;
}
.fba-choose-area .fba-choose-content p {
  color: #4A4F60;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
.fba-choose-area .fba-choose-content .store-btn1 {
  background: var(--mainColor2);
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 10px 33px;
  text-align: start;
}
.fba-choose-area .fba-choose-content .store-btn1 .icon {
  flex-shrink: 0;
  margin-right: 12px;
}
.fba-choose-area .fba-choose-content .store-btn1 span {
  color: #000;
  font-size: 12px;
  margin-bottom: 4px;
  display: block;
}
.fba-choose-area .fba-choose-content .store-btn1 h6 {
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.fba-choose-area .fba-choose-content .store-btn2 {
  border-radius: 5px;
  background: #262A37;
  display: flex;
  align-items: center;
  padding: 12px 33px;
  text-align: start;
  margin-left: 20px;
}
.fba-choose-area .fba-choose-content .store-btn2 .icon {
  flex-shrink: 0;
  margin-right: 12px;
}
.fba-choose-area .fba-choose-content .store-btn2 span {
  color: var(--whiteColor);
  font-size: 12px;
  margin-bottom: 4px;
  display: block;
}
.fba-choose-area .fba-choose-content .store-btn2 h6 {
  margin-bottom: 0;
  color: var(--whiteColor);
  font-size: 14px;
  font-weight: 500;
}

.fba-left-section-title {
  margin-bottom: 35px;
}
.fba-left-section-title h2 {
  color: #262A37;
  font-size: 64px;
  margin-bottom: 15px;
}
.fba-left-section-title h3 {
  color: #262A37;
  font-size: 36px;
  font-weight: 600;
  margin-left: auto;
  max-width: 760px;
}

.fba-work-area {
  background: #F0E9EE;
}
.fba-work-area .fba-work-content {
  text-align: center;
  margin-top: 40px;
}
.fba-work-area .fba-work-content p {
  color: #262A37;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 700;
}

.fba-work-card {
  padding: 40px 50px;
  border-radius: 20px;
  background: var(--whiteColor);
}
.fba-work-card h4 {
  color: #262A37;
  font-size: 20px;
  margin-bottom: 30px;
}
.fba-work-card .image {
  text-align: center;
  margin-bottom: 35px;
}
.fba-work-card p {
  color: #4A4F60;
  font-size: 14px;
  font-weight: 400;
}

.fba-security-area {
  position: relative;
}
.fba-security-area .fba-security-shape1 {
  position: absolute;
  top: 208px;
  left: 21%;
}
.fba-security-area .fba-security-image {
  margin-top: 10px;
}
.fba-security-area .fba-security-image img {
  border-radius: 20px;
}

.fba-security-content {
  padding-right: 110px;
  padding-bottom: 70px;
}
.fba-security-content .accordion-item {
  margin-bottom: 11px;
  border-radius: 10px;
  border: 1px solid #F0E9EE;
  background: var(--whiteColor);
}
.fba-security-content .accordion-item .accordion-button {
  background-color: transparent;
  box-shadow: unset;
  padding: 20px 20px 20px 30px;
  color: #262A37;
  font-size: 16px;
  font-weight: 700;
}
.fba-security-content .accordion-item .accordion-button::before {
  right: 15px;
  top: 15px;
}
.fba-security-content .accordion-item .accordion-button:not(.collapsed) {
  background: #F2F2F2;
}
.fba-security-content .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../../img/new-demo-images/svgs/minus.svg);
}
.fba-security-content .accordion-item .accordion-body {
  padding: 0 30px 20px 30px;
  background: #F2F2F2;
}

.partner-title {
  text-align: center;
  margin-bottom: 60px;
  color: #262A37;
  font-size: 18px;
  font-weight: 500;
}

.fba-inner-testimonial-widget {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding-left: 110px;
  padding-right: 90px;
}
.fba-inner-testimonial-widget .fba-testimonial-image-widget {
  overflow: hidden;
  height: 450px;
  text-align: end;
}
.fba-inner-testimonial-widget .fba-testimonial-image-widget .text-slide {
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 100s;
}
.fba-inner-testimonial-widget .fba-testimonial-image-widget .text-slide:hover {
  animation-play-state: paused !important;
}
.fba-inner-testimonial-widget .fba-testimonial-image-widget .image {
  margin-bottom: 10px;
}
.fba-inner-testimonial-widget .fba-testimonial-image-widget .image img {
  border-radius: 20px;
}
@keyframes marquee {
  0% {
    transform: translate3d(0%, 0%, 0);
  }
  100% {
    transform: translate3d(0%, -100%, 0);
  }
}
.fba-inner-testimonial-widget .owl-nav {
  margin-top: -60px;
  text-align: end;
  position: relative;
  z-index: 999;
}
.fba-inner-testimonial-widget .owl-nav .owl-prev, .fba-inner-testimonial-widget .owl-nav .owl-next {
  background: var(--whiteColor) !important;
  color: rgb(38, 42, 55) !important;
  border: none !important;
  font-size: 20px !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  flex-shrink: 0;
  border-radius: 50%;
}
.fba-inner-testimonial-widget .owl-nav .owl-prev:hover, .fba-inner-testimonial-widget .owl-nav .owl-next:hover {
  color: var(--whiteColor) !important;
  background-color: var(--blackColor) !important;
}
.fba-inner-testimonial-widget .fba-testimonial-slider-widget {
  padding-right: 100px;
}

.fba-testimonial-item .icon {
  margin-bottom: 35px;
}
.fba-testimonial-item .icon img {
  width: auto !important;
}
.fba-testimonial-item p {
  color: var(--whiteColor);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 35px;
}
.fba-testimonial-item h5 {
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 700;
}
.fba-testimonial-item span {
  color: var(--whiteColor);
  font-size: 16px;
  font-weight: 400;
}

.fba-preview-image img {
  border-radius: 20px;
}

.col:nth-child(1) .fba-preview-image {
  margin-top: 50px;
}
.col:nth-child(3) .fba-preview-image {
  margin-top: 50px;
}
.col:nth-child(5) .fba-preview-image {
  margin-top: 50px;
}

.fba-app-content {
  margin-top: 45px;
}
.fba-app-content h3 {
  color: #262A37;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 535px;
}
.fba-app-content ul {
  float: right;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.fba-app-content ul li {
  color: #4A4F60;
  font-size: 16px;
  font-weight: 700;
  padding-left: 35px;
  margin-bottom: 20px;
  position: relative;
}
.fba-app-content ul li:last-child {
  margin-bottom: 0;
}
.fba-app-content ul li i {
  font-size: 25px;
  left: 0;
  position: absolute;
  top: -6px;
  color: rgb(46, 204, 113);
}

.fba-pricing-area {
  position: relative;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  background-repeat: no-repeat;
}
.fba-pricing-area .fba-left-section-title h2 {
  color: var(--mainColor2);
}
.fba-pricing-area .fba-left-section-title h3 {
  color: var(--whiteColor);
}
.fba-pricing-area .free-plan {
  text-align: center;
  margin-top: 40px;
  color: var(--whiteColor);
  font-size: 16px;
  font-weight: 700;
}
.fba-pricing-area .free-plan a {
  color: var(--mainColor2);
}

.fba-pricing-card {
  border-radius: 20px;
  padding: 20px 30px 30px 20px;
  background: var(--whiteColor);
}
.fba-pricing-card h5 {
  color: #262A37;
  font-size: 18px;
  margin-bottom: 10px;
}
.fba-pricing-card h2 {
  color: #262A37;
  font-size: 64px;
  font-weight: 600;
}
.fba-pricing-card h2 span {
  color: #4A4F60;
  font-size: 14px;
  position: relative;
  top: -5px;
  margin-left: -15px;
}
.fba-pricing-card p {
  color: #4A4F60;
  font-size: 14px;
  margin-bottom: 14px;
}
.fba-pricing-card .default-btn {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: unset;
  color: #262A37;
}
.fba-pricing-card .default-btn::before {
  background: var(--mainColor2);
}
.fba-pricing-card h6 {
  color: #262A37;
  font-size: 18px;
  margin-bottom: 14px;
}
.fba-pricing-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.fba-pricing-card ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
}
.fba-pricing-card ul li:last-child {
  margin-bottom: 0;
}
.fba-pricing-card ul li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: rgb(46, 204, 113);
}

.fba-accordion-widget .accordion-item {
  margin-bottom: 11px;
  border-radius: 10px;
  border: 1px solid #F0E9EE;
  background: var(--whiteColor);
}
.fba-accordion-widget .accordion-item .accordion-button {
  background-color: transparent;
  box-shadow: unset;
  padding: 20px 20px 20px 30px;
  color: #262A37;
  font-size: 16px;
  font-weight: 700;
}
.fba-accordion-widget .accordion-item .accordion-button::before {
  right: 15px;
  top: 15px;
}
.fba-accordion-widget .accordion-item .accordion-button:not(.collapsed) {
  background: #F2F2F2;
}
.fba-accordion-widget .accordion-item .accordion-body {
  padding: 0 30px 20px 30px;
  background: #F2F2F2;
}

.fba-faq-content {
  padding-right: 100px;
  position: relative;
}
.fba-faq-content h3 {
  color: #262A37;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
.fba-faq-content .input-widget {
  margin-bottom: 12px;
}
.fba-faq-content .input-widget label {
  color: #4A4F60;
  font-size: 14px;
  margin-bottom: 6px;
}
.fba-faq-content .input-widget .form-control {
  height: 56px;
  border-radius: 5px;
  padding-left: 20px;
  border: 1px solid #F0E9EE !important;
  background: var(--whiteColor) !important;
}
.fba-faq-content .input-widget .form-control:focus {
  box-shadow: unset;
  border-color: #4A4F60 !important;
}
.fba-faq-content .input-widget .form-control:focus::-moz-placeholder {
  color: transparent;
}
.fba-faq-content .input-widget .form-control:focus::placeholder {
  color: transparent;
}
.fba-faq-content .input-widget .form-control::-moz-placeholder {
  color: #4A4F60;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.fba-faq-content .input-widget .form-control::placeholder {
  color: #4A4F60;
  transition: var(--transition);
}
.fba-faq-content .input-widget .form-control:hover {
  border-color: #4A4F60 !important;
}
.fba-faq-content .input-widget textarea {
  height: 100px !important;
}
.fba-faq-content .default-btn {
  color: rgb(38, 42, 55);
  box-shadow: unset;
}
.fba-faq-content .default-btn::before {
  background: var(--mainColor2);
}
.fba-faq-content .faq-shape {
  position: absolute;
  top: -220px;
  left: 164px;
}

.fba-blog-area {
  background: #F0E9EE;
}

.fba-blog-card .image {
  position: relative;
}
.fba-blog-card .image img {
  border-radius: 20px;
}
.fba-blog-card .image .date {
  background: var(--mainColor2);
  padding: 27px 12px;
  text-align: center;
  line-height: 24px;
  width: 88px;
  height: 100px;
  flex-shrink: 0;
  margin-right: 25px;
  position: absolute;
  left: 30px;
  bottom: -40px;
  border-radius: 5px;
}
.fba-blog-card .image .date span {
  color: #262A37;
  font-size: 14px;
}
.fba-blog-card .image .date span strong {
  color: #262A37;
  font-size: 24px;
  font-weight: 600;
}
.fba-blog-card ul {
  padding-left: 140px;
  padding-top: 15px;
  list-style: none;
  margin-bottom: 0;
}
.fba-blog-card ul li {
  position: relative;
  padding-left: 22px;
  padding-bottom: 30px;
}
.fba-blog-card ul li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: rgb(46, 204, 113);
}
.fba-blog-card h3 {
  color: #262A37;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.fba-blog-card p {
  font-size: 14px;
}

.fba-footer-area {
  background-color: transparent;
}
.fba-footer-area .cta-footer-widget h3 {
  color: var(--whiteColor) !important;
  background: none;
  -webkit-text-fill-color: var(--whiteColor);
}
.fba-footer-area .cta-footer-widget .contact-list li a {
  color: var(--mainColor2);
}
.fba-footer-area .cta-footer-widget .details-list li span {
  color: var(--mainColor2);
}
.fba-footer-area .cta-first-footer-widget::before {
  background-color: rgba(255, 255, 255, 0.15);
}

.fba-last-area {
  background-color: transparent;
}
.fba-last-area .container {
  border-top: solid 1px rgba(255, 255, 255, 0.15);
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}
.fba-last-area .container .text-slide p span {
  background: none;
  -webkit-text-fill-color: var(--mainColor2);
}

.fba-copy-area {
  background-color: transparent;
}
.fba-copy-area p a {
  color: var(--mainColor2);
}

.fba-last-bg {
  background-image: url(../../img/new-demo-images/heros/fba-footer-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .container-fluid.fba-container-fluid {
    max-width: 540px;
  }
  .all-shapes {
    display: none;
  }
  .fba-banner-content {
    margin-bottom: 20px;
  }
  .fba-banner-content h1 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: normal;
  }
  .fba-banner-content .content p {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
  }
  .fba-banner-content .fba-banner-main-image {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .fba-banner-content .content2 .user-list li:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
  .fba-banner-content .content2 .item::before {
    display: none;
  }
  .fba-banner-area {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .fba-section-title h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .fba-features-card {
    padding: 25px 20px;
  }
  .fba-banking-card h3 {
    padding: 25px;
  }
  .fba-left-section-title {
    margin-bottom: 25px;
  }
  .fba-left-section-title h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .fba-left-section-title h3 {
    font-size: 22px;
  }
  .fba-choose-area .fba-choose-card {
    padding: 25px 20px;
  }
  .fba-choose-area .fba-choose-content {
    padding-left: 0;
  }
  .fba-choose-area .fba-choose-content .widget {
    margin-bottom: 8px;
  }
  .fba-choose-area .fba-choose-content .widget ul:last-child {
    margin-left: 0;
  }
  .fba-choose-area .fba-choose-content .widget ul li {
    padding-left: 27px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .fba-choose-area .fba-choose-content .widget ul li i {
    top: -4px;
    font-size: 20px;
  }
  .fba-choose-area .fba-choose-content .btn-widget {
    display: block !important;
  }
  .fba-choose-area .fba-choose-content .store-btn1 {
    display: inline-flex;
  }
  .fba-choose-area .fba-choose-content .store-btn2 {
    display: inline-flex;
    margin-left: 0;
    margin-top: 12px;
  }
  .fba-work-card {
    padding: 25px 20px;
  }
  .fba-work-area .fba-work-content {
    margin-top: 20px;
  }
  .fba-work-area .fba-work-content p {
    font-size: 15px;
  }
  .fba-security-content {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .fba-security-content .accordion-item .accordion-button {
    padding: 15px 12px;
    font-size: 15px;
  }
  .fba-security-content .accordion-item .accordion-body {
    padding: 0 10px 20px 12px;
  }
  .fba-security-area .fba-security-image {
    margin-top: 0;
  }
  .partner-title {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .fba-inner-testimonial-widget {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .fba-inner-testimonial-widget .fba-testimonial-slider-widget {
    padding: 25px 20px 20px 20px;
  }
  .fba-inner-testimonial-widget .owl-nav {
    margin-top: -45px;
  }
  .fba-inner-testimonial-widget .owl-nav .owl-prev, .fba-inner-testimonial-widget .owl-nav .owl-next {
    font-size: 20px !important;
    width: 35px;
    height: 35px;
    line-height: 38px !important;
  }
  .fba-inner-testimonial-widget .fba-testimonial-image-widget {
    height: 450px;
    padding: 20px;
  }
  .fba-testimonial-item .icon {
    margin-bottom: 20px;
  }
  .fba-testimonial-item p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .fba-testimonial-item h5 {
    font-size: 14px;
  }
  .fba-app-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .fba-app-content ul li i {
    top: -3px;
  }
  .fba-pricing-card h2 {
    font-size: 35px;
  }
  .fba-pricing-card h2 span {
    top: -3px;
    margin-left: -1px;
  }
  .fba-pricing-area .free-plan {
    margin-top: 25px;
    font-size: 14px;
  }
  .fba-faq-content {
    padding-right: 0;
    margin-bottom: 24px;
  }
  .fba-faq-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .fba-accordion-widget .accordion-item .accordion-button {
    padding: 15px 20px;
    font-size: 14px;
  }
  .fba-accordion-widget .accordion-item .accordion-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fba-blog-card ul li {
    padding-left: 21px;
    padding-bottom: 18px;
  }
  .fba-blog-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .fba-banner-area {
    overflow: hidden;
  }
  .fba-features-area {
    overflow: hidden;
  }
  .fba-choose-area {
    overflow: hidden;
  }
  .fba-work-area {
    overflow: hidden;
  }
  .fba-security-area {
    overflow: hidden;
  }
  .partner-area {
    overflow: hidden;
  }
  .fba-testimonial-area {
    overflow: hidden;
  }
  .fba-app-preview-area {
    overflow: hidden;
  }
  .fba-pricing-area {
    overflow: hidden;
  }
  .fba-faq-area {
    overflow: hidden;
  }
  .fba-blog-area {
    overflow: hidden;
  }
}
/* Min width 576px to Max width 767px */
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid.fba-container-fluid {
    max-width: 720px;
  }
  .fba-banner-content {
    margin-bottom: 20px;
  }
  .fba-banner-content h1 {
    font-size: 45px;
    margin-bottom: 15px;
    line-height: normal;
  }
  .fba-banner-content .content p {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
  }
  .fba-banner-content .fba-banner-main-image {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .fba-banner-content .content2 .user-list li:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
  .fba-banner-content .content2 .item::before {
    display: none;
  }
  .fba-banner-area {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .fba-section-title h3 {
    font-size: 38px;
    margin-bottom: 25px;
  }
  .fba-features-card {
    padding: 25px 20px;
  }
  .fba-banking-card h3 {
    padding: 25px;
  }
  .fba-left-section-title {
    margin-bottom: 25px;
  }
  .fba-left-section-title h2 {
    font-size: 38px;
    margin-bottom: 15px;
  }
  .fba-left-section-title h3 {
    font-size: 32px;
  }
  .fba-choose-area .fba-choose-card {
    padding: 45px 30px;
  }
  .fba-choose-area .fba-choose-content {
    padding-left: 0;
  }
  .fba-work-card {
    padding: 25px 20px;
  }
  .fba-work-area .fba-work-content {
    margin-top: 20px;
  }
  .fba-work-area .fba-work-content p {
    font-size: 15px;
  }
  .fba-security-content {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .fba-security-content .accordion-item .accordion-button {
    padding: 15px 12px;
    font-size: 15px;
  }
  .fba-security-content .accordion-item .accordion-body {
    padding: 0 10px 20px 12px;
  }
  .fba-security-area .fba-security-image {
    margin-top: 0;
  }
  .partner-title {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .fba-inner-testimonial-widget {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .fba-inner-testimonial-widget .fba-testimonial-slider-widget {
    padding: 55px 40px 30px 40px;
  }
  .fba-inner-testimonial-widget .owl-nav {
    margin-top: -45px;
  }
  .fba-inner-testimonial-widget .owl-nav .owl-prev, .fba-inner-testimonial-widget .owl-nav .owl-next {
    font-size: 20px !important;
    width: 35px;
    height: 35px;
    line-height: 38px !important;
  }
  .fba-inner-testimonial-widget .fba-testimonial-image-widget {
    text-align: center;
    height: 450px;
    padding: 20px;
  }
  .fba-app-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .fba-app-content ul li i {
    top: -3px;
  }
  .fba-pricing-card h2 {
    font-size: 35px;
  }
  .fba-pricing-card h2 span {
    top: -3px;
    margin-left: -1px;
  }
  .fba-pricing-area .free-plan {
    margin-top: 25px;
    font-size: 14px;
  }
  .fba-faq-content {
    padding-right: 0;
    margin-bottom: 24px;
  }
  .fba-faq-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .fba-accordion-widget .accordion-item .accordion-button {
    padding: 15px 20px;
    font-size: 14px;
  }
  .fba-accordion-widget .accordion-item .accordion-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fba-blog-card ul li {
    padding-left: 21px;
    padding-bottom: 18px;
  }
  .fba-blog-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-fluid.fba-container-fluid {
    max-width: 960px;
  }
  .fba-banner-content {
    margin-bottom: 20px;
  }
  .fba-banner-content h1 {
    font-size: 75px;
    margin-bottom: 15px;
    line-height: normal;
  }
  .fba-banner-content .content p {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
  }
  .fba-banner-content .fba-banner-main-image {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .fba-banner-content .content2 .user-list li:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
  .fba-banner-content .content2 .item::before {
    display: none;
  }
  .fba-banner-area {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .fba-section-title h3 {
    font-size: 38px;
    margin-bottom: 25px;
  }
  .fba-features-card {
    padding: 25px 20px;
  }
  .fba-banking-card h3 {
    padding: 25px;
  }
  .fba-left-section-title {
    margin-bottom: 25px;
  }
  .fba-left-section-title h2 {
    font-size: 38px;
    margin-bottom: 15px;
  }
  .fba-left-section-title h3 {
    font-size: 32px;
  }
  .fba-choose-area .fba-choose-card {
    padding: 45px 30px;
  }
  .fba-choose-area .fba-choose-content {
    padding-left: 0;
  }
  .fba-work-card {
    padding: 25px 20px;
  }
  .fba-work-area .fba-work-content {
    margin-top: 20px;
  }
  .fba-work-area .fba-work-content p {
    font-size: 15px;
  }
  .fba-security-content {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .fba-security-content .accordion-item .accordion-button {
    padding: 15px 12px;
    font-size: 15px;
  }
  .fba-security-content .accordion-item .accordion-body {
    padding: 0 10px 20px 12px;
  }
  .fba-security-area .fba-security-image {
    margin-top: 0;
  }
  .partner-title {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .fba-inner-testimonial-widget {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .fba-inner-testimonial-widget .fba-testimonial-slider-widget {
    padding: 55px 40px 30px 40px;
  }
  .fba-inner-testimonial-widget .owl-nav {
    margin-top: -45px;
  }
  .fba-inner-testimonial-widget .owl-nav .owl-prev, .fba-inner-testimonial-widget .owl-nav .owl-next {
    font-size: 20px !important;
    width: 35px;
    height: 35px;
    line-height: 38px !important;
  }
  .fba-inner-testimonial-widget .fba-testimonial-image-widget {
    text-align: center;
    height: 450px;
    padding: 20px;
  }
  .fba-app-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .fba-app-content ul li i {
    top: -3px;
  }
  .fba-pricing-card h2 {
    font-size: 35px;
  }
  .fba-pricing-card h2 span {
    top: -3px;
    margin-left: -1px;
  }
  .fba-pricing-area .free-plan {
    margin-top: 25px;
    font-size: 14px;
  }
  .fba-faq-content {
    padding-right: 0;
    margin-bottom: 24px;
  }
  .fba-faq-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .fba-accordion-widget .accordion-item .accordion-button {
    padding: 15px 20px;
    font-size: 14px;
  }
  .fba-accordion-widget .accordion-item .accordion-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fba-blog-card ul li {
    padding-left: 21px;
    padding-bottom: 18px;
  }
  .fba-blog-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container-fluid.fba-container-fluid {
    max-width: 1140px;
  }
  .fba-banner-content .content2 {
    margin-left: -80px;
  }
  .fba-banner-content .content2 .item::before {
    display: none;
  }
  .fba-banner-content .content2 .user-list li:last-child {
    margin-left: 0;
    margin-top: 15px;
  }
  .fba-banner-main-image {
    text-align: center;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Min width 1400px */
@media only screen and (min-width: 1400px) and (max-width: 1899px) {
  .container-fluid.fba-container-fluid {
    max-width: 1320px;
  }
  .fba-banner-area .fba-hero1 {
    left: 100px;
  }
  .fba-banner-content .content2 .item::before {
    display: none;
  }
  .fba-banner-content .content2 .user-list li:last-child {
    margin-left: 0;
    margin-top: 15px;
  }
}/*# sourceMappingURL=home-thirteen.css.map */