input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
 .follow_us {
  display: none !important;
  }
  .banking-partner-section {
  width: 100%;
  overflow-x: hidden !important;
  }
  @media(max-width: 820px){
  .col-lg-7.col-sm-12.example_objects_as_tags.serch_desk {
  width: 50% !important;
  }
  }
  @media (max-width : 992px){
  .col-lg-7.col-sm-12.example_objects_as_tags.serch_desk {
  width: 70% !important;
  }
  }
  .container.banking_logo_1 {
  display: flex;
  justify-content: space-between;
  }

.test_1 {
    border: 1px solid #d4e1f4;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: all .3s !important;
    padding: 15px 10px;
    height: auto !important;
    background: #ffff;
}
.test_1:hover {
    box-shadow: 0 25px 40px -25px rgba(0,0,0,.25);
    z-index: 5;
    transform: scale(1.02);
    cursor: pointer;
}

.col-t {
    border-radius: 100%;
    width: 70px;
    height: 70px;
}

.col-t img{
    width: 100%;
    border-radius: 100%;
}
.col-t_1 h5 {
    font-size: 16px;
    font-weight: 600;
    color: #191642;
}
.col-t_1 h6{
    font-size: 14px;
    font-weight: 600;
    color: #191642;
}
p.test_pera {
    font-size: 15px;
    text-align: left;
    margin-top: 15px;
}
.col-t_1 {
    text-align: left;
}
.test_pera span {
    font-size: 15px !important;
    text-align: left;
}
.read_m {
    text-align: left;
    color: #02569f;
    font-size: 15px;
    font-weight: 600;
}
.read_m:hover {
    cursor: pointer;
    color: #191642;
}
img.timg_1 { height: 70px;}
img.timg_2 { height: 70px;}

/* testmonial style  */

.test_pera {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* Adjust the number of lines to display */
    -webkit-box-orient: vertical;
    transition: -webkit-line-clamp 0.3s ease; /* Add transition for smooth expansion/collapse */
}

.read-more-btn {
    display: block;
    margin-top: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.read-more-btn {
    border: none;
    background: #fff;
    color: #191642;
    font-weight: 600;
    font-size: 16px !important;
    text-align: left;


}
  .read-more-btn {
            display: none; /* Initially hide the button */
        }

  .test_1 {
            overflow: hidden;
            transition: height 0.3s ease;
        }
        .expanded {
            height: auto !important;
        }
/* end testimonial */
.user-holder[data-v-5acc09d4] {
    margin-bottom: 20px;
}
.testimonialsSlider .profile-pic[data-v-5acc09d4] {
    border-radius: 50%;
    height: 56px;
    margin-right: 15px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 56px;
}


.testimonial-name[data-v-5acc09d4] {
    color: #323740;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding-left: 10px;
}

.testimonial-designation[data-v-5acc09d4] {
    color: #323740;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    opacity: .5;
    margin-left: 10px;
}

.user-holder.d-flex.align-items-center img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.banking-partner-section.banking-partner-section_t {
    margin: 50px auto;
    background: #f2f3f8;
    padding: 50px 0;
}
.test-img {
    width: 90px;
    height: 80px;
    border-radius: 50%;
}

.test-img img {
    width: 100% !important;
}

.test-name {
    padding: 7px 12px;
    text-align: left;
}

.search-btn-1 {
    max-width: 80%;
    padding: 5px;
    border: 1px solid #dee2e6!important;
    border-radius: 4px;
}

.search-btn-1 input {
  border: none !important;
  outline: none !important;
  width: 100%;
}

.search-btn-1 input:focus{
    border: none !important;
    outline: none !important;
}

.search-btn-1 svg
{
    opacity: .7;
}

.title-main-1 {
    font-size: 30px !important;
    text-align: left !important;
    color: #444444 !important;
    text-transform: capitalize;
    opacity: 1;
    padding: 15px 0;
    font-weight: 600;
}
.col-calculator_1 {width: 27% !important;}
.col-calculator_2 {width: 27% !important;}
.col-md-3.col-calculator_3 { width: 27% !important;}
@media(max-width:600px){ .col-md-3.col-calculator_3 { width: 100% !important;} }
/*==================================================*/
.trigger {
    display: none;
  }

  .offer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  .offer-content {
    background-color: white;
    border-radius: 0.5rem;
    position: relative;
    z-index: 10000;
    max-width: 80%; /* Limit modal width */
    max-height: 80%; /* Limit modal height */
    overflow: auto; /* Enable scrolling if image is too large */
  }

  .close-offer {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
    z-index: 10001;
  }

  .close-offer:hover {
    background-color: darkgray;
  }

  .show-offer-modal {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s linear 0s, opacity 0.25s 0s;
  }
  @media(max-width: 600px){
    .user-holder.d-flex.align-items-center {
    display: block !important;
    width: 100% !important;
    margin: auto !important;
    text-align: center !important;
} 
img.profile-pic {
    width: 70px !important;
    height: 70px !important;
    margin: auto !important;
    text-align: center !important;
}
.test-name {
    margin: auto !important;
    text-align: center !important;
}
p.testimonial-name {
    font-size: 12px !important;
    font-weight: 700!important;
}
.test-img {
    margin: auto !important;
    text-align: center !important;
}
p.test_pera {
    margin-top: 5px !important;
}
  }

/* CSS */
@media only screen and (max-width: 600px) {
    .test_1 {
        height: 300px !important;
    }
    .test_1.expanded {
        height: auto !important;
    }
}

/* ========================================================= */
/*==================================*/
