.testimonial-reels {
	margin-bottom: 1rem !important;
	margin-top: 1rem;
}
.testemonials-wrapper{
	padding-top: 30px !important;
}
li.nav-item.free-quote.display-none-wrapper {
	display: none;
}
.second-display-none {
	display: block !important;
}
.testimonial-reels .box {
	position: relative;
	margin-bottom: 30px;
}
.testimonial-reels .box .image {
	margin: 0 auto -45px;
	text-align: center;
}
.testimonial-reels .box .image img {
	height: 130px;
	margin: 0 auto;
}
.testimonial-reels .box .test-component {
    padding: 0px;
    /* min-height: 200px; */
    border-radius: 30px;
}
.testimonial-reels .box .test-title {
	font-family: "Open Sans", sans-serif;
	color: #f96d02;
	text-align: center;
	margin-top: 3.3rem;
	margin-bottom: 15px;
}
.testimonial-reels .box .test-content {
	text-align: center;
}
.testimonial-reels .slick-slide {
	padding-left: 1rem;
	padding-right: 1rem;
}
.testimonial-reels .slick-slide.slick-cloned {
	transition: opacity 0.3s;
}
.testimonial-reels .slick-slide.slick-current.slick-active {
	opacity: 1;
	transition: opacity 0.3s;
}

.slider-wrapper {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 10px;
}
.testimonial-heading h5 {
	color: #000;
}
.testimonial-heading h5 {
	color: #000;
	font-family: "Poppins-Bold";
	font-size: 22px;
}

/* Ratings widget */
.rate {
	display: inline-block;
	border: 0;
}
/* Hide radio */
.rate > input {
	display: none;
}
/* Order correctly by floating highest to the right */
.rate > label {
	float: right;
}
/* The star of the show */
.rate > label:before {
	display: inline-block;
	font-size: 1rem;
	padding: 0.3rem 0.2rem;
	margin: 0;
	cursor: pointer;
	font-family: FontAwesome;
	content: "\f005 ";
}
/* Zero stars rating */

/* Half star trick */
.rate .half:before {
	content: "\f089 "; /* half star no outline */
	position: absolute;
	padding-right: 0;
}
/* Click + hover color */
input:checked ~ label, /* color current and previous stars on checked */
label:hover, label:hover ~ label {
	color: #c6ab16;
} /* color previous stars on hover */

/* Hover highlights */
input:checked + label:hover, input:checked ~ label:hover, /* highlight current and previous stars */
input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
label:hover ~ input:checked ~ label /* highlight previous selected stars */ {
	color: #c6ab16;
}
.testimonial-heading {
	line-height: 1;
}
.str-rating-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 0;
}
.image-testimonial img {
	width: 50px;
	height: 50px;
	object-fit: fill;
	border-radius: 50%;
}

.box {
	background: rgba(255,255,255, 0.9);
	margin: 10px 0;
	padding: 20px;
	border-radius: 30px;
	height: 300px;
	overflow: auto;
}
.box::-webkit-scrollbar {
    width: 0px;
  }

.test-component p {
    color: #000000;
    font-weight: 600;
    line-height: 1.5;
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
	align-items: start;
	justify-content: start;
}
.pagination li.page-item {
	margin: 0px 4px;
}
.pagination .page-link {
	position: relative;
	display: block;
	padding: 5px 10px;
	margin-left: -1px;
	line-height: 1.25;
	color: #fff;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 6px;
	font-size: 20px;
	font-weight: 400;
	background: #222222;
	font-family: "Poppins-SemiBold";
}
.page-link:focus {
	border-color: var(--first-color);
	box-shadow: 0 0 5px 0 var(--first-color) !important;
}

.page-item:first-child .page-link {
	padding: 4px 13px !important;
	border-radius: 6px !important;
}
.page-item:first-child .page-link:hover {
	background-color: #0041b2;
	transition: 0.3s all;
}
.page-item:last-child .page-link:hover {
	background-color: #0041b2;
	transition: 0.3s all;
}
.page-item:last-child .page-link {
	padding: 4px 13px !important;
	border-radius: 6px !important;
}
a.page-link.pagelink-second span i {
	font-size: 25px;
	font-weight: 600;
}

a.page-link.active {
	background-color: var(--first-color);
	color: #fff;
	padding: 11px 21px;
}
#order-main {
	display: none;
}
.pagination li.page-item .page-link:focus {
	border-color: transparent;
}
.page-item.active .page-link {
	background-color: #ed1c24;
	color: #fff !important;
	padding: 6px 13px !important;
	border: none;
	border-radius: 6px;
	margin-top: 0px;
}
@media (max-width: 1367px) {
	.test-component p {
		font-size: 13px;
	}
}
