/*!
Theme Name: peoplesbestcare
Theme URI: #
Author: DigitalGuider
Author URI: #
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
*/


p {
    margin-bottom: 10px;
}

.testimonial-one__input-box input[type="date"] {
    height: 56px;
    width: 100%;
    border: none;
    background-color: var(--PeopleBestCareChiropractic-white);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 14px;
    color: var(--PeopleBestCareChiropractic-gray);
    display: block;
    font-weight: 400;
    border-radius: 8px;
}

.services-details__points-list {
    margin-top: 20px;
    margin-bottom: 20px;
}

.services-details__points-list li:before {
    position: relative;
    content: "\e93c";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid var(--chirofind-base);
    border-radius: 50%;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.services-two__img img {
    height: 300px;
    object-fit: cover;
}

.services-one__img img {
    height: 170px;
    object-fit: cover;
}

.services-one__content h3.services-one__title{
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}


.team-one__img img {
    height: 300px;
    object-fit: cover;
}

.services-details__right h2,
.services-details__right h3,
.services-details__right h4,
.services-details__right h5,
.services-details__right h6,
.blog-details__content h2,
.blog-details__content h3,
.blog-details__content h4,
.blog-details__content h5,
.blog-details__content h6{
	    margin-bottom: 20px;
}


.blog-one h3.blog-one__title{
		overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}
.blog-one .blog-one__img img {
    height: 220px;
    object-fit: cover;
}
.contact-page__bottom-right .comment-form {
    margin-top: 0px;
	margin-bottom: 0px;
}
body.single-post .page-header__inner h2{
	font-size: 30px;
}

.main-menu__contact-list li .text p {
    margin-bottom: 0;
}
.services-details__img img {
    object-fit: cover;
}

.services-details .services-details__right h2:first-of-type {
	margin-top:0px;
}

.services-details .services-details__right h2,
.services-details .services-details__right h3,
.services-details .services-details__right h4,
.services-details .services-details__right h5,
.services-details .services-details__right h6{
	margin-top:20px;
}
.services-details__services-list li.hidden {
    display: none;
}

.services-details__services-list li.hidden-item {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
	display: none;
}

.show-item {
    max-height: 100px; /* Adjust based on content size */
    opacity: 1;
    transition: max-height 0.5s ease-in, opacity 0.5s ease-in;
}

#toggle-btn {
    display: block;
    margin: 15px auto 0; /* Adjust spacing */
    padding: 10px 15px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
    text-align: center;
}

#toggle-btn:hover {
    background-color: #005177;
}

ul#services-list {
    padding: 0;
    list-style: none;
    margin-bottom: 10px; /* Reduce gap between list and button */
}

.comment-form__input-box input[type="tel"],
.comment-form__input-box .nice-select{
    height: 56px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #E3E3E3;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: var(--PeopleBestCareChiropractic-gray);
    display: block;
    font-weight: 400;
    border-radius: 8px;
}

.comment-form__input-box .nice-select{
	color:#fff;
}
.faq-page-faq .comment-form__input-box textarea{
	height:auto;
}
.faq-page-faq  .comment-form__input-box.text-message-box {
    height:auto;
    margin-bottom: 30px;
}

.faq-form{
	background:#0087d8;
	padding:30px 20px;
	color:#fff;
}
.faq-form .comment-form__input-box input,
.faq-form .comment-form__input-box select,
.faq-page-faq .comment-form__input-box textarea{
	color:#fff;
}

.services-details .services-details__right.location h4{
	margin:0
}




/****************Comment Form CSS******************/
.comment-form {
    margin-top: 100px;
	margin-bottom: 30px;
}
.comment-form h3{
	margin-bottom: 30px;
}

.comment-form__form {
    display: inline-flex;
}
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f3f7fb;
    position: relative;
}

.comment-body {
    display: flex;
    flex-direction: column;
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.comment-author img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.comment-author .fn {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.comment-author .says {
    color: #777;
    font-size: 14px;
}

.comment-meta {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.comment-meta a {
    color: #666;
    text-decoration: none;
}

.comment-meta a:hover {
    color: #000;
}

.comment-body p {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
    margin: 10px 0;
}

.reply {
    margin-top: 10px;
}

.reply a {
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.reply a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.comment-form > h3:first-of-type::before{
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    width: 83px;
    height: 2px;
    background: rgb(19, 76, 179);
    background: linear-gradient(90deg, rgba(19, 76, 179, 1) 8%, rgba(19, 76, 179, 0) 100%);
}


.site-footer__bottom-text a{
	color:#fff;
}
.site-footer__bottom-text a:hover{
	color:#101928;
}
.blog-list .blog-list__single .blog-list__img img {
    max-height: 400px;
    object-fit: cover;
}

.blog-list h3.blog-list__title {
    font-size: 22px;
}

.backbtn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 600;
    font-size: 16px;
    color: var(--PeopleBestCareChiropractic-white);
    text-transform: capitalize;
    padding: 12px 24px 12px;
    border-radius: 8px;
    background-color: var(--PeopleBestCareChiropractic-base);
    font-family: var(--PeopleBestCareChiropractic-font-two);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    gap: 20px;
    z-index: 1;
}

.backbtn a:hover {
    color: black;
}
.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}




@media screen and (max-width: 767px) {
	.blog-list h3.blog-list__title {
		    font-size: 20px;
    		line-height: 30px;
	}
	.services-page-two, .appointment-page, .contact-page, .error-page, .blog-list, .faq-page, .blog-details {
		padding: 20px 0 20px;
	}
	.thm-breadcrumb {
		align-items: flex-start;
	}
	.blog-details .blog-details__content h1{
		font-size: 24px;
	}
	.page-header {
    	padding: 50px 0 50px;
	}
	
	
}
/****************Comment Form CSS End******************/