/* @font-face {
  font-family: Asap;
  src: url("../fonts/asap/Asap-Bold.ttf");
}

@font-face {
  font-family: Asap Normal;
  src: url("../fonts/asap/Asap-Regular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: Asap Medium;
  src: url("../fonts/asap/Asap-Medium.ttf");
  font-weight: normal;
} */

/* h1,
h2,
.asapfontface {
  font-family: Asap;
}

.asapRegular {
  font-family: Asap Normal !important;
}

.asapMedium {
  font-family: Asap Medium;
} */

body {
  background-color: #f4faff;
}
.container p {
  /* font-family: Asap Normal !important; */
}
.container h1 {
  /* font-family: Asap; */
}

.bannerSubHead {
  font-size: 1.2rem !important;
  font-weight: normal !important;
}

/* Create a custom radio button */
.custom-radio {
  display: flex !important;
  align-items: center;
  cursor: pointer;
  font-size: 14.4px;
}
.m-search {
  align-items: center;
}
#navbar-template .header-top .nav-header-top .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}
#navbar-template .header-top .nav-header-top .navbar-nav .nav-item .nav-link {
  height: fit-content;
}

.list-unstyled li {
  margin-bottom: 15px;
  color: #555555;
}
.compliant-list li span {
  height: fit-content;
  width: fit-content;
  padding: 2px 7px;
  background-color: #eef6fc;
  border: 1px solid;
  border-color: #bad0eb;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  margin-right: 10px;
}

.table-borderless th {
  padding-left: 0;
}
.table-borderless td {
  padding-left: 0%;
}
.table-borderless td div {
  height: 15px;
  background-color: #f4faff;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
  /* border-bottom: 0; */
}
.table-bordered {
  border: 1px solid #d9d9d9;
}
.table-bordered-2px {
  border: 1px solid #d9d9d9;
}
.table .thead-dark th {
  color: #fff;
  background-color: #0e6fa4;
  border-color: #fff;
  text-align: center;
}
.table .thead-dark {
  border-radius: 9px;
}
.table-bordered thead {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.table-bordered thead th:first-child {
  border-top-left-radius: 9px;
}
.table-bordered thead th:last-child {
  border-top-right-radius: 9px;
}
tbody tr:nth-child(odd) {
  background-color: #fff; /* Color for odd rows */
  color: #555555; /* Ensure text is readable */
}
tbody tr:nth-child(even) {
  background-color: #f4faff; /* Color for even rows */
  color: #555555; /* Ensure text is readable */
}
tfoot {
  background-color: #f4faff; /* Footer background color */
  height: 90px; /* Set height of the footer */
}
tfoot td {
  height: 50px; /* Set height of the footer cells */
  line-height: 50px;
  color: #2a67b1;
}
.popular-tools {
  background-color: #0e6fa4;
  padding: 50px 0;
  text-align: center;
  color: white;
}
.popular_slider_tools {
  height: 290px !important;
}
.tool-card {
  height: 270px;
  width: 270px;
  background-color: #1a3c70;
  border: none;
  border-radius: 10px;
  padding: 20px;
  transition: transform 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tool-card:hover {
  transform: scale(1.05);
}
.tool-icon {
  font-size: 50px;
  margin-bottom: 20px;
}
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.page-item .page-link {
  background-color: #1a3c70;
  border: none;
  color: white;
}
.page-item .page-link:hover {
  background-color: #1452a1;
}
.generator-card-title {
  background-color: #235693;
  padding: 7px 20px;
  border-radius: 50px;
  font-size: 14.4px;
  color: #fff;
}
.faq-section {
  padding: 50px 0;
  text-align: center;
}
.faq-item {
  border: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 0 20px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.faq-item.active {
  background-color: #f4faff;
  padding: 20px;
  border: 1px solid #94b3d8;
}
.faq-item.active .faq-title {
  color: #2a67b1;
}
.faq-item .faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.faq-item .faq-content {
  display: none;
  margin-top: 20px;
  text-align: left;
}
.faq-item.active .faq-content {
  display: block;
}

.insights-section {
  padding: 50px 0;
  text-align: center;
}
.insight-card {
  border: none;
  margin: 0 15px;
  flex: 1;
}
.insight-card-body {
  height: 60px;
  overflow: hidden;
  text-align: left;
}
.insight-card img {
  border-radius: 10px;
  max-width: 100%;
}
.insight-card-title {
  margin-top: 10px;
  font-size: 14.4px;
  color: #3b3b3b;
}
.form-group-sec {
  margin-bottom: 10px;
}
.insights-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.insights-nav {
  font-size: 14.4px;
  cursor: pointer;
}

.left-content {
  max-width: 40%;
}
.left-content h2 {
  color: #2a67b1;
}
.left-content .logo {
  width: 250px;
  margin-bottom: 25px;
}
.right-content {
  max-width: 50%;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.right-cont-form {
  width: 400px;
}
.right-cont-form h3 {
  text-align: center;
  padding: 15px 0;
}

.right-content form .form-group {
  margin-bottom: 10px;
}
.right-content form .btn {
  width: fit-content;
  background-color: #ffcc00;
  border: none;
  color: #000 !important;
  padding: 10px 29px;
  margin: 5px 0 0 0;
  font-weight: 500;
}

.btn-fretrail {
  width: fit-content;
  background-color: #ffcc00;
  border: none;
  color: #000 !important;
  padding: 10px 29px;
  margin: 5px 0 0 0;
  font-weight: 500;
}
.btn-fretrail:hover {
  background-color: #ffcc00;
}
.instruction-step {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.step-number {
  width: 30px;
  height: 30px;
  background-color: #f0f8ff;
  color: #007bff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14.4px;
  margin-right: 20px;
  padding: 15px;
}
.instruction-content {
  flex: 1;
}
.dotted-line {
  border-right: 2px dotted #dee2e6;
  height: 100%;
  position: absolute;
  left: 30px;
  top: 60px;
  z-index: -1;
}
.step-arrow {
  height: 2px;
  background-color: #2a67b1;
  position: relative;
}
.step-arrow::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #2a67b1;
  top: -3.1px; /* Adjust as needed to align properly */
  right: -5px; /* Adjust as needed to align properly */
  transform: rotate(45deg);
}
.right-0 {
  right: 0;
}
.instruction-heading > h2 {
  font-size: 30px;
}
.instruction-heading > p {
  font-size: 16px;
}
.insight-card-cont {
  width: calc(100% - 65px);
}
.insight-card-cont .slick-list {
  min-height: 210px !important;
}
.popular_slider_tools .slick-list {
  min-height: 290px !important;
}

.insights-nav {
  margin-bottom: 0px;
}
.insights-nav img{
  width: 38px;
  margin-top: -50px;
}
@media (min-width: 280px) {
  .feature-item-one {
    position: absolute;
    left: -18%;
    top: 4%;
}

  .feature-item-three {
   left: -24% !important;
   }
   .insights-nav img{
    margin-bottom: -43px;
  }
.bannerHead{
  margin-top:5rem ;
}}
  @media(max-width: 375px){
    .insights-nav img{
      margin-bottom: 26px;
    } 
  }

@media only screen and (max-width: 1024px) {
  .insights-nav img{
    margin-bottom: 8px;
  } 
  .insights-nav img {
    width: 30px;
  }
  .heading h1 {
    font-size: 28px;
    margin-top: 50px !important;
  }
  .desc-gap {
    gap: 60px;
  }
  .form-group {
    margin-bottom: 25px;
  }
  .result {
    margin: 0px;
  }
  .right-content {
    max-width: 100%;
    width: 100%;
  }
  .dotted-line {
    display: none !important;
  }
  .step-arrow {
    display: none;
  }
  .instruction-content {
    flex: none;
  }
  .step-number {
    height: 15px;
    margin-right: 15px;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .final-price {
    width: 85%;
    padding: 6px 0px;
  }
  .invoice-section {
    padding-bottom: 60px;
  }
  .bg-image {
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 19px;
  }
  .invoice-title {
    margin: 0 8px;
  }
  .rate-title {
    font-size: 28px;
  }
  .rate-title img {
    width: 50px !important;
  }
  .left-content .logo {
    width: 250px;
  }
  .percentage {
    top: 32%;
    right: 2px;
  }
  .calculator {
    bottom: 38%;
    left: 0%;
  }
  .graph {
    top: 110px;
    left: 45%;
  }
  .left-content {
    max-width: 100%;
  }
}
@media(min-width:1024px){
  .bannerHead{
    margin-top: 0rem !important;
  }

    .feature-item-three {
        left: 42% !important;
        position: absolute;
    }
}

@media only screen and (min-width: 1200px) {
  .invoice-title {
    margin: auto;
    width: 97%;
  }
  .insights-nav img{
    margin-bottom: 119px;
  }
  .feature-item-three {
    left: 83% !important;}

  .feature-item-one {
          position: absolute;
          left: -18%;
          top: 33%;
} 
  
}
@media only screen and (min-width: 1540px) {
  .home-cont {
    background-color: #eef6fc;
    min-height: 65vh;
  }
}


@media (min-width: 768px) and (max-width: 1024.5px) {
  .right-cont-form {
    width: 100%;
    margin-bottom: 50px;
  }

  .right-content {
    max-width: 100%;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .instruction-content {
    flex: none !important;
  }
  .step-arrow {
    display: none;
  }
  .instruction-step img {
    width: 250px;
  }
  .invoice-section {
    width: 305px;
    margin: auto;
  }
  .home-cont {
    min-height: fit-content;
  }
  .feature-item-one {
    position: absolute !important;
    left: 5% !important;
    width: 0%;
}
}

/* cash-flow */

.transparentSheetLeft {
  top: 25%;
  left: 0%;
}
.transparentSheetRight {
  top: 25%;
  right: 0%;
}
.cashflow-cont {
  background-color: #fff4d6;
}
.steps {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}

.Cashflow-step {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 30%;
  min-width: 250px;
  transition: transform 0.3s ease;
  gap: 20px;
}

.Cashflow-step:hover {
  transform: translateY(-10px);
}

.icon img {
  width: 40px;
  height: auto;
  margin-bottom: 20px;
}

.Cashflow-step h2 {
  color: #0056b3; /* Blue text color */
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.Cashflow-step p {
  color: #4b4b4b;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .steps {
    flex-direction: column;
    align-items: center;
  }

  .Cashflow-step {
    width: 100%;
    /* margin-bottom: 20px; */
  }

}

.darkBlue {
  background-color: #0e6fa4;
  /* height: 80vh !important; */
}
.bannerHead {
  font-size: 45px;

    /* margin-top:5rem !important; */
  
}

.cashflow-btn-custom {
  width: fit-content;
  background-color: #ffc632;
  color: black;
  border: none;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 5px;
  font-weight: 600;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 20px;
  margin-right: 3rem !important;
}
/* .cashflow-btn-custom:hover {
  color: #000 !important;
} */
.cashflow-btn-custom:hover {
  background: #FFC107!important; 
  transform: translateY(-2px); 
  /* color: black !important; */
}
.bannerSubHead {
  width: 34%;
}
.accordion .custom-card-header {
  background-color: #fff4d6;
  color: #2567b3;
  cursor: pointer;
}
.accordion .custom-card-header div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-card-header h2 {
  font-size: 18px;
}
.custom-card-header img {
  margin: 0 10px;
  width: 15px;
  transition: rotate 2s;
}
.accordion .card-body {
  background-color: white;
  color: #2567b3;
  padding: 0 !important;
}
.add-item,
.remove-item {
  cursor: pointer;
  color: #555555;
}
.remove-item img {
  margin: 0 10px 3px;
}
.collapsed {
  margin-bottom: 5px;
}
.collapsed img {
  transition: rotate 2s;
  transform: rotate(180deg);
}
#chart-container {
  margin-top: 30px;
  display: none;
}
/* Set column widths */
.cashflow-table {
  margin: 0 !important;
  min-width: 700px;
}
.cashflow-table th {
  /* background-color: #2567b3; */
  color: #fff;
  text-align: center;
}
.cashflow-table td {
  color: #555555;
}
.cashflow-table tr td:nth-child(1) {
  width: 30% !important;
  text-align: center;
}
.cashflow-table th:nth-child(1) {
  width: 60%;
}
.cashflow-table td:nth-child(2) {
  width: 30% !important;
  text-align: start;
}
.cashflow-table th:nth-child(2) {
  width: 20% !important;
}
.cashflow-table th:nth-child(3),
.cashflow-table td:nth-child(3) {
  width: 20% !important;
}
.cashflow-table th:nth-child(4),
.cashflow-table td:nth-child(4) {
  width: 20% !important;
}
.cashflow-table .three-row td:nth-child(1) {
  text-align: left;
}
.cashflow-table .three-row td:nth-child(2) {
  width: 20% !important;
}
.cashflow-table tr:nth-child(even) {
  background-color: #fff;
}
.cashflow-card-body {
  padding: 20px;
  border: 1px solid #c8e1ff;
  border-radius: 5px;
  background-color: #fff;
}
@media (max-width: 900px) {
  .cashflow-card-body {
    overflow: scroll;
  }
}
.inside-table-border-0 {
  border: none !important;
  border-radius: 0;
}
.cashflow-table tbody + tbody {
  border: 1px solid #dee2e6;
}

.custom-card-header div:nth-child(1) {
  width: 30%;
  border-left: 1px solid #dee2e6;
  padding: 12px 5px;
}
.custom-card-header div:nth-child(2) {
  width: 30%;
  border-left: 1px solid #dee2e6;
  padding: 12px 5px;
}
.custom-card-header div:nth-child(3) {
  width: 20%;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  padding: 12px 5px;
}
.custom-card-header div:nth-child(4) {
  width: 20%;
  padding: 12px 5px;
}
.download-section {
  background-color: #f0f5fc;
}

#cashflowChart {
  max-width: 600px;
  margin: auto;
}

.bar-container {
  width: calc(100% - 30px);
  display: flex;
  align-items: center;
  background-color: #d9d9d9;
  height: 40px;
}
.bar {
  height: 100%;
}

.percentage {
  width: 30px;
  padding-left: 10px;
}
.legend {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.legend-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.legend-color {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 5px;
}
#bars {
  gap: 10px;
}
#bars div {
  padding: 0;
}
.amount-flow {
  border: 0;
  background-color: #cce8ff;
  width: 70%;
  outline: none;
  float: right;
  text-align: end;
  color: #1452a1;
  font-weight: 500;
}
.pdf-amount-flow {
  border: 0;
  background-color: #fff;
  width: 70%;
  outline: none;
  float: right;
  text-align: end;
  color: #0e6fa4;
  font-weight: 500;
  padding: 7px 7px 0 0;
}
.amount-flow:focus {
  background-color: #cce8ff;
  outline: none;
}
.total-flow {
  text-align: end;
  padding-right: 20px !important;
  font-weight: 600;
}
#end-cash {
  text-align: center;
  padding-right: 12px !important;
  font-weight: 600;
}
.bg-white {
  background-color: #fff;
}
.feature-section {
  background-color: #0e6fa4;
  min-height: 400px;
}

/* .feature-item-one {
  position: absolute !important;
  left: 12% ;
  width: 0%;
}

.feature-item-two {
  left:0;
  position: absolute;

}
.feature-item-three {
  position: absolute;
  right: 12% ;
  /* left:0% !important; */
/* } */ */

.feature-connector {
  width: 100%;
  height: 6px;
  background-color: #0e6fa4;
  border-radius: 50px;
}

.feature-item img {
  width: 30px;
  height: 30px;
}

.feature-cont {
  background-image: url(../images/cashflow/union.svg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 160px;
  background-size: contain;
}
.feature-content {
  gap: 100px;
}
@media (min-width: 992px) {
  .mr-lg-5, .mx-lg-5 {
      margin-right: 3rem !important;
  }

}
@media (min-width: 1000px) {
  .feature-item img {
    width: 50px !important;
    height: 50px !important;
  }
  .rowNew{
    padding-top: 4rem;
  }
  .feature-item-one {
    top: 35% !important;
  }
 
  

}
@media (min-width: 1400px) {
  .feature-item-one {
    width:15%
  }
  .feature-item-three {
    width: 13% !important;
  }
}
@media (min-width: 1400px) {
  .feature-item-one {
    left: 17% !important;
 }
  .feature-item-three {
   right: 17% !important;
   }}

@media (min-width: 1200px) {
  .feature-item-one {
    position: absolute;
    left: 12% ;
    width:0%
  }
  .feature-item-three {
    position: absolute;
    right: 12%;
    width: 5% !important;
    /* left:0% !important; */
  }
  .insights-nav {
    margin-bottom: -119px !important;
}
.bannerHead{
  margin-top: 0rem !important;
}
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem #c8e1ff !important;
}
.download-btn {
  color: #0e6fa4;
  font-weight: 600;
}
/* .download-btn:hover {
  color: #2668b4;
} */
.download-btn:hover {
  /* background: #FFC107!important;  */
  transform: translateY(-2px);
  color: black!important;
}
a {
  color: black !important; 
  text-decoration: none; 
}

a:hover {
  color: black !important; 
}

@media(min-width:280px) and (max-width:768px){
  .feature-item-two{
    left:-22% !important;
    position:absolute;
  }
  .feature-item-three {
    left: -23% !important;
    position: absolute;
    bottom: 4%;
}

}

@media (max-width: 900px) {
  #bars canvas {
    min-height: 300px;
  }
  .bannerSubHead {
    width: 100%;
  }

  .feature-cont-vertical {
    background-image: url(../images/cashflow/union-vertical.png);
    min-height: 350px;
    background-position: left;
  }
  .feature-item img {
    width: 25px;
  }
  /* .feature-item-one {
    left: 16%;
    top: 4%;
  }
  .feature-item-two {
    top: 46%;
    left: 16%;
  }
  .feature-item-three {
    left: 16%;
    bottom: 4%;
    right: auto;
  } */
  .feature-item p {
    margin: 10px 0 0 0;
  }
  .icon-container img {
    width: 80px;
  }
  #leadgenform1{
    padding: 20px;
  }
}
html,body{
  overflow-x: hidden;
  width:100%;
}
    .formHeading, .exploreOurPopularTitle, .streamLineHead, .tipsToCreateHead, .subHead, .breakUpTitle {
        font-size: 1.6rem;
    }
    @media (min-width: 425px) and  (max-width: 425.5px){
      .feature-item-one {
          position: absolute;
          left: -26%;
          top: 4%;
      }
        .feature-item-two {
            left: -27% !important;
            position: absolute;
    }
  }