/* ========== X-Small devices (portrait phones, less than 576px) ========== */
@media (min-width: 0px) and (max-width: 575.98px) {
  .paykosh_page-sec .navbar-toggler{
       background-image: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
    color: #fff;
    padding: 8px 15px;
    border: 0;
    border-radius: 4px;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    margin: 0.25rem;
    transition: transform 0.8s;
    box-shadow: none;
  }
  .bsa_sec .bsa_text{
    text-align: center;
  }
  .bsa_sec .bsa_text h2 {
    font-size: 1.3rem;
  }
.bsa_sec .bsa_text p {
    font-size: .9rem;
  }
.bsa_image{
  margin: 1rem 0rem 0rem 0rem;

}
.paykosh-bg-sec {
 margin: 2rem 0rem;
  }
.pyakosh_heading-title h2 {
font-size: 1.3rem;
}
.pyakosh_heading-title p{
font-size: .9rem;
}
.card-ts {
    margin-left: 1.5rem;
}
.icon-box {
    width: 40px;
    height: 40px;
  }
.card-ts p{
  font-size: .9rem;
}
.feature-box-ss {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}
.accordion-button {
 font-size: .9rem;
  }
  .accordion-body {
    font-size: .8rem;
  }
  .pyakosh_heading-title .sec-heading {
    font-size: 1.3rem;
  } 
  .cta-title {
    font-size: 1.3rem;
  }
  .cta-subtitle {
    font-size: .9rem;
  }



/* --- ====== About Paykosh page start css ======= ---  */

/* ---Our Mission & Vision section start css ---  */
.paykosh-bg-sec1{
  padding: 2rem 0rem;
    margin: 2rem 0rem 2rem 0rem;
  }
.feature-box1 .card {
padding: 1rem 1rem 1rem 1rem;
}
.feature-box1 .card .card-body {
  padding: 1rem 0rem 0rem 0rem;
}
.feature-box1 .card .card-body .card-title1 {
    font-size: 1.1rem;
  }
.feature-box1 .card .card-body .card-dec1 {
    font-size: .9rem;
  }
  /* ---Our Mission & Vision section end css ---  */

/* -- Company Journey Timeline section start css ---  */
.paykosh-bg-sec2 .tab-content .tab-pane {
padding: 1rem;
}
.company_journey-sec .tab-content .tab-pane h5 {
    font-size: 1.1rem;
  }
  .company_journey-sec .tab-content .tab-pane p {
    font-size: .9rem;
  }
  .tab-bb { 
  display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.paykosh-bg-sec2 .nav-pills .nav-link {
 font-size: .9rem;
}
.paykosh-bg-sec2 .time-btn {
padding: 6px 6px;
}
.paykosh-bg-sec2 .time-btn.active{
padding: 6px 6px;
}
 .company_journey-sec .timeline-container {
        flex-direction: column;
      }
/* -- Company Journey Timeline section end css ---  */

 /* --- === Powerful Features to Drive Financial Clarity section  start css === ---  */
.paykosh-bg-sec-f .card-ts{
  margin-left: 0px;
}
.paykosh-bg-sec-f .card-ab {
  padding: 0px;
}
 /* --- === Powerful Features to Drive Financial Clarity section  end css === ---  */


/* --- === What Our Clients Say section  start css === ---  */ 
.paykosh_testimonial {
 padding: 2rem .5rem 2rem .5rem;
border-radius: 1.5rem 0rem 1.5rem 0rem;
}
.paykosh_testimonial .card .card-body {
margin-bottom: .5rem;
}
.paykosh_testimonial .carousel-indicators [data-bs-target] {
    background-color: #ff760066;
    width: 10px;
    height: 10px;
  }
  .paykosh_testimonial .carousel-indicators {
    top:99%;
  }
  .paykosh_testimonial .card .card-body p {
    font-size: .8rem;
    font-weight: 500;
  }
  .paykosh_testimonial .card .card-body .test-img .img-wrapper img {
    width: 50px;
    height: 50px;
  }
  .paykosh_testimonial .card .card-body .test-text h6 {
    font-size: .9rem;
    font-weight: 500;
  }
  .paykosh_testimonial .card .card-body .test-text small {
    font-size: .7rem;
    font-weight: 400;
  }
/* --- === What Our Clients Say section  end css === ---  */ 

/* --- === Our Leadership Team section  start css === ---  */ 
.paykosh_teams .team-card {
    padding: .5rem;
  }
.team-bg {
  padding: .5rem;
}
.paykosh_teams .read-more {
    position: absolute;
    top: 221px;
    right: 17px;
    font-size: .9rem;
   padding: 4px 7px;
  }

/* --- === Our Leadership Team section  end css === ---  */ 

/* --- === Ready to Get Started section  start css === ---  */ 
.gradient-background-section h2{
    font-size: 1.3rem;
    font-weight: 500;
}
.gradient-background-section {
    color: white;
    padding: 2rem .8rem;
  }
.gradient-background-section .lead {
    font-size: .9rem;
    font-weight: 300;
}
/* --- === Ready to Get Started section  end css === ---  */ 

/* --- ====== About Paykosh page end css ======= ---  */













}

/* ========== Small devices (landscape phones, 576px and up) ==================== */
@media (min-width: 576px) and (max-width: 767.98px) {
  .paykosh_page-sec .navbar-toggler{
       background-image: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
    color: #fff;
    padding: 8px 15px;
    border: 0;
    border-radius: 4px;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    margin: 0.25rem;
    transition: transform 0.8s;
    box-shadow: none;
  }
  .bsa_sec .bsa_text h2 {
    font-size: 1.3rem;
  }
.bsa_sec .bsa_text p {
    font-size: .9rem;
  }
.bsa_image{
  margin: 1rem 0rem 0rem 0rem;

}
.paykosh-bg-sec {
 margin: 2rem 0rem;
  }
.pyakosh_heading-title h2 {
font-size: 1.3rem;
}
.pyakosh_heading-title p{
font-size: .9rem;
}
.feature-box-ss {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
 .pyakosh_heading-title .sec-heading {
    font-size: 1.3rem;
  }  
  .cta-title {
    font-size: 1.3rem;
  }
  .cta-subtitle {
    font-size: .9rem;
  }



  /* --- ====== About Paykosh page start css ======= ---  */

/* ---Our Mission & Vision section start css ---  */
.paykosh-bg-sec1{
  padding: 2rem 0rem;
    margin: 2rem 0rem 2rem 0rem;
  }
.feature-box1 .card {
padding: 1rem 1rem 1rem 1rem;
}
.feature-box1 .card .card-body {
  padding: 1rem 0rem 0rem 0rem;
}
.feature-box1 .card .card-body .card-title1 {
    font-size: 1.1rem;
  }
.feature-box1 .card .card-body .card-dec1 {
    font-size: .9rem;
  }
  /* ---Our Mission & Vision section end css ---  */

  /* -- Company Journey Timeline section start css ---  */
.paykosh-bg-sec2 .tab-content .tab-pane {
padding: 1rem;
}
.company_journey-sec .tab-content .tab-pane h5 {
    font-size: 1.1rem;
  }
  .company_journey-sec .tab-content .tab-pane p {
    font-size: .9rem;
  }
  .tab-bb {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.paykosh-bg-sec2 .nav-pills .nav-link {
 font-size: .9rem;
}
.paykosh-bg-sec2 .time-btn {
padding: 8px 6px;
}
.paykosh-bg-sec2 .time-btn.active{
padding: 8px 6px;
}
 .company_journey-sec .timeline-container {
        flex-direction: column;
      }
/* -- Company Journey Timeline section end css ---  */
 /* --- === Powerful Features to Drive Financial Clarity section  start css === ---  */
.paykosh-bg-sec-f .card-ts{
  margin-left: 0px;
}
.paykosh-bg-sec-f .card-ab {
  padding: 0px;
}
 /* --- === Powerful Features to Drive Financial Clarity section  end css === ---  */

/* --- === What Our Clients Say section  start css === ---  */ 
.paykosh_testimonial {
 padding: 2rem 2rem 2rem 2rem;
     border-radius: 1.5rem 0rem 1.5rem 0rem;
}
.paykosh_testimonial .card .card-body {
margin-bottom: .5rem;
}
.paykosh_testimonial .carousel-indicators [data-bs-target] {
    background-color: #ff760066;
    width: 10px;
    height: 10px;
  }
  .paykosh_testimonial .carousel-indicators {
    top:99%;
  }
  .paykosh_testimonial .card .card-body p {
    font-size: .8rem;
    font-weight: 500;
  }
  .paykosh_testimonial .card .card-body .test-img .img-wrapper img {
    width: 50px;
    height: 50px;
  }
  .paykosh_testimonial .card .card-body .test-text h6 {
    font-size: .9rem;
    font-weight: 500;
  }
  .paykosh_testimonial .card .card-body .test-text small {
    font-size: .7rem;
    font-weight: 400;
  }
/* --- === What Our Clients Say section  end css === ---  */ 
/* --- === Our Leadership Team section  start css === ---  */ 
.paykosh_teams .team-card {
    padding: .8rem;
  }
.team-bg {
  padding: .8rem;
}


/* --- === Our Leadership Team section  end css === ---  */ 


/* --- === Ready to Get Started section  start css === ---  */ 
.gradient-background-section h2{
    font-size: 1.3rem;
    font-weight: 500;
}
.gradient-background-section {
    color: white;
    padding: 2rem .8rem;
  }
.gradient-background-section .lead {
    font-size: .9rem;
    font-weight: 300;
}
/* --- === Ready to Get Started section  end css === ---  */ 



/* --- ====== About Paykosh page end css ======= ---  */




}

/* ========== Medium devices (tablets, 768px and up) ========== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .paykosh_page-sec .navbar-toggler{
       background-image: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
    color: #fff;
    padding: 8px 15px;
    border: 0;
    border-radius: 4px;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    margin: 0.25rem;
    transition: transform 0.8s;
    box-shadow: none;
  }
  .bsa_sec .bsa_text h2 {
    font-size: 1.5rem;
  }
.bsa_sec .bsa_text p {
    font-size: .9rem;
  }
.bsa_image{
  margin: 1rem 0rem 0rem 0rem;

}
.paykosh-bg-sec {
 margin: 2rem 0rem;
  }
.pyakosh_heading-title h2 {
font-size: 1.5rem;
}
.pyakosh_heading-title p{
font-size: .9rem;
}
 .pyakosh_heading-title .sec-heading {
    font-size: 1.3rem;
  }  
.feature-box-ss {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
  .cta-title {
    font-size: 1.5rem;
  }
  .cta-subtitle {
    font-size: 1rem;
  }





  /* --- ====== About Paykosh page start css ======= ---  */

/* ---Our Mission & Vision section start css ---  */
.paykosh-bg-sec1{
  padding: 2rem 0rem;
    margin: 2rem 0rem 2rem 0rem;
  }
.feature-box1 .card {
padding: 1rem 1rem 1rem 1rem;
}
.feature-box1 .card .card-body {
  padding: 1rem 0rem 0rem 0rem;
}
.feature-box1 .card .card-body .card-title1 {
    font-size: 1.1rem;
  }
.feature-box1 .card .card-body .card-dec1 {
    font-size: .9rem;
  }
  /* ---Our Mission & Vision section end css ---  */
  /* -- Company Journey Timeline section start css ---  */
.paykosh-bg-sec2 .tab-content .tab-pane {
padding: 1rem;
}
.company_journey-sec .tab-content .tab-pane h5 {
    font-size: 1.2rem;
  }
  .company_journey-sec .tab-content .tab-pane p {
    font-size: .9rem;
  }
  .tab-bb {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.paykosh-bg-sec2 .nav-pills .nav-link {
 font-size: 1rem;
}
.paykosh-bg-sec2 .time-btn {
padding: 10px 8px;
}
.paykosh-bg-sec2 .time-btn.active{
padding: 10px 8px;
}
 .company_journey-sec .timeline-container {
        flex-direction: column;
      }
/* -- Company Journey Timeline section end css ---  */

 /* --- === Powerful Features to Drive Financial Clarity section  start css === ---  */
.paykosh-bg-sec-f .card-ts{
  margin-left: 0px;
}
.paykosh-bg-sec-f .card-ab {
  padding: 0px;
}
 /* --- === Powerful Features to Drive Financial Clarity section  end css === ---  */

/* --- === What Our Clients Say section  start css === ---  */ 
.paykosh_testimonial {
 padding: 2rem 2rem 2rem 2rem;
     border-radius: 1.5rem 0rem 1.5rem 0rem;
}
.paykosh_testimonial .card .card-body {
margin-bottom: .5rem;
}
.paykosh_testimonial .carousel-indicators [data-bs-target] {
    background-color: #ff760066;
    width: 10px;
    height: 10px;
  }
  .paykosh_testimonial .carousel-indicators {
    top:99%;
  }
  .paykosh_testimonial .card .card-body p {
    font-size: .8rem;
    font-weight: 500;
  }
  .paykosh_testimonial .card .card-body .test-img .img-wrapper img {
    width: 50px;
    height: 50px;
  }
  .paykosh_testimonial .card .card-body .test-text h6 {
    font-size: .9rem;
    font-weight: 500;
  }
  .paykosh_testimonial .card .card-body .test-text small {
    font-size: .7rem;
    font-weight: 400;
  }
/* --- === What Our Clients Say section  end css === ---  */ 

/* --- === Our Leadership Team section  start css === ---  */ 
.paykosh_teams .team-card {
    padding: .7rem;
  }
.team-bg {
  padding: .7rem;
}
.paykosh_teams .read-more {
    position: absolute;
    top: 229px;
    right: 17px;
    font-size: .9rem;
   padding: 4px 7px;
  }

/* --- === Our Leadership Team section  end css === ---  */ 

/* --- === Ready to Get Started section  start css === ---  */ 
.gradient-background-section h2{
    font-size: 1.5rem;
    font-weight: 500;
}
.gradient-background-section {
    color: white;
    padding: 3rem .8rem;
  }
.gradient-background-section .lead {
    font-size: .9rem;
    font-weight: 300;
}
/* --- === Ready to Get Started section  end css === ---  */ 

/* --- ====== About Paykosh page end css ======= ---  */








   
}

/* ========== Large devices (desktops, 992px and up)========== */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .paykosh_page-sec .navbar-toggler{
       background-image: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
    color: #fff;
    padding: 8px 15px;
    border: 0;
    border-radius: 4px;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    margin: 0.25rem;
    transition: transform 0.8s;
    box-shadow: none;
  }

.card-ts {
    margin-left: 1rem;
}
.icon-box {
    width: 40px;
    height: 40px;
  }
.bsa_sec .bsa_text h2 {
    font-size: 1.7rem;
  }
.pyakosh_heading-title .sec-heading {
    font-size: 1.7rem;
  }

.login_logo-img img {
    width: 41%;
    height: auto;
    object-fit: cover;
}  
.footer span{
    font-size: .9rem;
    font-weight: 400;
    color:#fff;

} 
    .footer-tt {
        margin-top: .5rem;
    }




  /* --- ====== About Paykosh page start css ======= ---  */

/* ---Our Mission & Vision section start css ---  */
.paykosh-bg-sec1{
  padding: 2rem 0rem;
    margin: 2rem 0rem 2rem 0rem;
  }
.feature-box1 .card {
padding: 1rem 1rem 1rem 1rem;
}
.feature-box1 .card .card-body {
  padding: 1rem 0rem 0rem 0rem;
}
.feature-box1 .card .card-body .card-title1 {
    font-size: 1.1rem;
  }
.feature-box1 .card .card-body .card-dec1 {
    font-size: .9rem;
  }
      .pyakosh_heading-title h2 {
        font-size: 1.5rem;
    }
  /* ---Our Mission & Vision section end css ---  */
  /* -- Company Journey Timeline section start css ---  */
.paykosh-bg-sec2 .tab-content .tab-pane {
padding: 1rem;
}
.company_journey-sec .tab-content .tab-pane h5 {
    font-size: 1.2rem;
  }
  .company_journey-sec .tab-content .tab-pane p {
    font-size: .9rem;
  }
   .company_journey-sec .timeline-container .nav{
margin-right: 0rem;
   }
.tab-bb { 
  display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.paykosh-bg-sec2 .nav-pills .nav-link {
 font-size: 1rem;
}
.paykosh-bg-sec2 .time-btn {
padding: 10px 8px;
}
.paykosh-bg-sec2 .time-btn.active{
padding: 10px 8px;
}

/* -- Company Journey Timeline section end css ---  */
 /* --- === Powerful Features to Drive Financial Clarity section  start css === ---  */
.paykosh-bg-sec-f .card-ts{
  margin-left: 0px;
}
.paykosh-bg-sec-f .card-ab {
  padding: 0px;
}
 /* --- === Powerful Features to Drive Financial Clarity section  end css === ---  */

/* --- === What Our Clients Say section  start css === ---  */ 
.paykosh_testimonial {
 padding: 2rem 2rem 2rem 2rem;
     border-radius: 1.5rem 0rem 1.5rem 0rem;
}
.paykosh_testimonial .card .card-body {
margin-bottom: .5rem;
}
.paykosh_testimonial .carousel-indicators [data-bs-target] {
    background-color: #ff760066;
    width: 10px;
    height: 10px;
  }
  .paykosh_testimonial .carousel-indicators {
    top:99%;
  }
  .paykosh_testimonial .card .card-body p {
    font-size: .8rem;
    font-weight: 500;
  }
  .paykosh_testimonial .card .card-body .test-img .img-wrapper img {
    width: 50px;
    height: 50px;
  }
  .paykosh_testimonial .card .card-body .test-text h6 {
    font-size: .9rem;
    font-weight: 500;
  }
  .paykosh_testimonial .card .card-body .test-text small {
    font-size: .7rem;
    font-weight: 400;
  }
/* --- === What Our Clients Say section  end css === ---  */ 
/* --- === Our Leadership Team section  start css === ---  */ 
.paykosh_teams .team-card {
    padding: .7rem;
  }
.team-bg {
  padding: .7rem;
}
.paykosh_teams .read-more {
    position: absolute;
    top: 229px;
    right: 17px;
    font-size: .9rem;
   padding: 4px 7px;
  }

/* --- === Our Leadership Team section  end css === ---  */ 

/* --- === Ready to Get Started section  start css === ---  */ 
.gradient-background-section h2{
    font-size: 1.5rem;
    font-weight: 600;
}
.gradient-background-section {
    color: white;
    padding: 3rem .8rem;
  }
.gradient-background-section .lead {
    font-size: 1rem;
    font-weight: 300;
}
/* --- === Ready to Get Started section  end css === ---  */ 


/* --- ====== About Paykosh page end css ======= ---  */









}

/*// X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
.paykosh_page-sec .navbar .collapse ul li a {
  padding: 0px .5rem;
}
.login_logo-img img {
    width: 40%;
    height: auto;
    object-fit: cover;
}
.footer-tt {
        margin-top: .5rem;
    }




  /* --- ====== About Paykosh page start css ======= ---  */

/* ---Our Mission & Vision section start css ---  */
.paykosh-bg-sec1{
  padding: 2rem 0rem;
    margin: 2rem 0rem 2rem 0rem;
  }
.feature-box1 .card {
padding: 1rem 1rem 1rem 1rem;
}
.feature-box1 .card .card-body {
  padding: 1rem 0rem 0rem 0rem;
}
.feature-box1 .card .card-body .card-title1 {
    font-size: 1.4rem;
  }
.feature-box1 .card .card-body .card-dec1 {
    font-size: 1rem;
  }
      .pyakosh_heading-title h2 {
        font-size: 1.7rem;
    }
  /* ---Our Mission & Vision section end css ---  */
 /* --- === Powerful Features to Drive Financial Clarity section  start css === ---  */
.paykosh-bg-sec-f .card-ts{
  margin-left: 0px;
}
.paykosh-bg-sec-f .card-ab {
  padding: 0px;
}
 /* --- === Powerful Features to Drive Financial Clarity section  end css === ---  */
 /* --- === What Our Clients Say section  start css === ---  */ 
.paykosh_testimonial {
 padding: 2rem 2rem 2rem 2rem;
     border-radius: 1.5rem 0rem 1.5rem 0rem;
}
.paykosh_testimonial .card .card-body {
margin-bottom: .5rem;
}
.paykosh_testimonial .carousel-indicators [data-bs-target] {
    background-color: #ff760066;
    width: 10px;
    height: 10px;
  }
  .paykosh_testimonial .carousel-indicators {
    top:99%;
  }
  .paykosh_testimonial .card .card-body p {
    font-size: .8rem;
    font-weight: 500;
  }
  .paykosh_testimonial .card .card-body .test-img .img-wrapper img {
    width: 50px;
    height: 50px;
  }
  .paykosh_testimonial .card .card-body .test-text h6 {
    font-size: .9rem;
    font-weight: 500;
  }
  .paykosh_testimonial .card .card-body .test-text small {
    font-size: .7rem;
    font-weight: 400;
  }
/* --- === What Our Clients Say section  end css === ---  */ 
/* --- === Our Leadership Team section  start css === ---  */ 
.paykosh_teams .team-card {
    padding: .7rem;
  }
.team-bg {
  padding: .7rem;
}
.paykosh_teams .read-more {
    position: absolute;
    top: 229px;
    right: 20px;
    font-size: .9rem;
   padding: 4px 7px;
  }

/* --- === Our Leadership Team section  end css === ---  */ 

/* --- === Ready to Get Started section  start css === ---  */ 
.gradient-background-section h2{
    font-size: 1.7rem;
    font-weight: 600;
}
.gradient-background-section {
    color: white;
    padding: 3rem 1rem;
  }
.gradient-background-section .lead {
    font-size: 1.1rem;
    font-weight: 300;
}
/* --- === Ready to Get Started section  end css === ---  */ 


/* --- ====== About Paykosh page end css ======= ---  */









}