.c_verified_icon{
    display:none;
}
.vdo-border{
    border-radius:8px;
}

.ts-plan-tabs {
    background: #73757C;
    padding: 15px;
    border-radius: 30px;
    width: fit-content !important;
    padding: 10px 15px 10px 15px !important;
    position: center !important;
    justify-self: center !important;

}

.embed-form-email {
    display: none;
}
.feed_google_review .codicts-google-reviews .codicts-reviews-item {
    min-height: auto;
}



.ts-popup-content-wrapper {
     max-height: 460px !important;
}
.row-copy-item a {
  cursor: pointer;
}
.c_two_lines_heading .elementor-heading-title {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em; /* Adjust line height as needed */
  max-height: 2.8em; /* 2 lines * line height */
}
.c_height_600{
    height:600px !important;
}

.active-plan.plan-panel .ac-plan-pricing {
	display: none !important;
}