.testimonial {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .testimonial p {
    margin-bottom: 10px;
  }

  .testimonial img {
    margin-right: 10px;
  }

  .testimonial-author {
    display: flex;
    align-items: center;
  }

  .homepage-public .heading-cmn {
    margin-bottom: 20px;
  }

  .homepage-public .heading-cmn h2 {
    margin: 0;
    text-align: left;
  }

 .homepage-public .heading-cmn.testimonials-frame h2 {
    margin: 0;
    text-align: center !important;
  }

  .testimonials-frame {
    border: 1px solid #e0e0e0;
    /* Light gray color */
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 0;
  }

  .left-justify {
    text-align: left;
  }

  .testimonials-frame h2 {
    padding-bottom: 0;
  }


/*price page css start */
.static-price .table-container, .static-price .features-container {
    background: white; 
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    width: 100%; 
    box-sizing: border-box; 
    align-items: center;
}
.static-price table {
    width: 100%;
    border-collapse: collapse;
}
.static-price th, td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
}
.static-price th {
    background-color: #f2f2f2;
}
.static-price select#facilitySelect {
   
    padding: 8px;
    font-size: 1em;
    margin: auto; 
    display: block;
}
.static-price ul {
    list-style-type: disc; 
    padding-left: 20px; 
}
.static-price li {
    padding: 5px 0; 
    margin-left: 1em;
    word-wrap: break-word;
}
.static-price li span {
    font-weight: bold;
}
.static-price ul.CCMS-eMAR-Features li {
    list-style: disc;
    inline-size: 850px;
}
.static-price .heading-cmn h2, .static-price .table-responsive h1, .static-price .features-container h2, .static-price .heading-cmn h2, .static-price .centered-text {
    text-align: center;
}
.static-price .centered-text {
    text-align: center; 
}
.static-price .centered-list {
    display: flex;
    justify-content: center;
    text-align: center; 
}
.static-price .centered-list ul {
    list-style-type: none;
    padding: 0;
}
/*price page css end */

.ft_logo_an img{
    max-width: none !important;
}
.fb_logo_an img{
    max-width: none !important;
}
.fb_logo{height: 32px;}
.ft_logo{height: 32px;}

.pagination {
    justify-content: center;
    margin: 20px 0;
}
.pagination .page-item {
    margin: 0 5px;
}
.pagination .page-link {
    background-color: transparent;
    color: #01014B;
    border: 1px solid #01014B;
    border-radius: 5px;
    padding: 5px 15px;
    transition: background-color 0.3s, color 0.3s;
}
.pagination .page-link:hover {
    background-color: #01014B;
    color: white;
}
.pagination .page-item.active .page-link {
    background-color: #01014B;
    color: white;
    border-color: #01014B;
}
.pagination .page-item.disabled .page-link {
    color: #6c757d;
    background-color: transparent;
    border-color: #dee2e6;
}