.cookie-box {
    position: fixed;
  	bottom: 20px;
  	right: 20px;
  	background-color: #51acfb;
  	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
  	z-index: 100000;
  	font-size: 13px;
  	letter-spacing: 0;
  	line-height: 20px;
  	font-weight: 400;
  	color: #fff;
  	box-sizing: border-box;
  	padding: 16px;
  	width: 300px;
  	border-radius: 4px;
}
.cookie-box.hidden {
    display: none;
}
.cookie-box__wrapper {
    position: relative;
    display: block;
    width: 100%;
}
.cookie-box__text-box {
    display: inline-flex;
  	align-items: center;
	flex-direction: column;
  	width: 100%;
  	gap: 1rem;
}
.cookie-box__text {
    margin: 0;
    width: 100%;
}
.cookie-box__approve {
    cursor: pointer;
    background-color: #dd1515;
    color: #fff;
    padding: 5px 10px;
	width: 100%;
	text-align: center;
	border-radius: 4px;
}
.cookie-box__close {
    position: absolute;
    cursor: pointer;
    width: 15px;
    height: 15px;
    opacity: .5;
    transition: .3s;
    right: -15px;
 	top: -12px;
	display: none;
}
.cookie-box__close:hover {
    opacity: 1;
    transition: .3s;
}
.cookie-box__close:before,
.cookie-box__close:after {
    position: absolute;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: rgba(0,0,0,1);
}
.cookie-box__close:before {
    transform: rotate(-45deg);
    transition: 0.3s;
}
.cookie-box__close:after {
    transform: rotate(45deg);
    transition: 0.3s;
}
@media(max-width: 991px) {
    .cookie-box {
        text-align: left;
    }
}
@media(max-width: 767px) {
    .cookie-box__text-box {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
}
@media(max-width: 480px) {
	.cookie-box {
		width: 100%;
		right: 0;
		bottom: 0;
	}
}

.testim {
}
.testim__wrapper {
	height: 230px!important;
}
.testim__item {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	background-color: white;
	backdrop-filter: blur(0px);
	border-style: solid;
	border-color: #e5e5e5;
	background: #ffffff;
	background-color: rgb(255, 255, 255);
	border-radius: 4px;
	padding: 15px;
	margin: 0;
	font-size: 14px;
	line-height: 1.4em;
	height: 200px !important;
	flex-direction: column;
}
.testim__header {
	display: grid;
	grid-template-columns: 50px 1fr 30px;
	width: 100%;
}
.testim__img-wrapper {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #000;
	font-weight: bold;
	font-size: 15px;
	border-radius: 50%;
	background-color: #dfdfdf;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.testim__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.testim__info-wrapper {
	display: grid;
}
.testim__name {
	font-weight: bold;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000000;
}
.testim__date {
	color: #000000;
	opacity: 0.5;
	font-size: 12px;
}
.testim__g-icon-wrapper {
	width: 20px;
	height: 20px;
	margin-left: auto;
}
.testim__g-icon-img {
	width: 100%;
	height: 100%;
}
.testim__body {
}
.testim__rating-wrapper {
	display: flex;
	gap: 5px;
	margin-bottom: 6px;
	margin-top: 15px;
}
.testim__rating-img {
	width: 16px;
	height: 16px;
	object-fit: contain;
}
.testim__text {
	height: 81px;
	line-height: 20px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-align: left;
	-webkit-line-clamp: inherit;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
	scrollbar-color: #8d8d8d #e0e0e0;
	scrollbar-width: thin;
	color: #000;
}
.testim__pagination {
	bottom: -25px;
}
.testim__pagination .swiper-pagination-bullet-active {
	background: #dd1515!important;
}
.testim .slick-slide {
    margin: 0 10px;
}
@media (min-width: 767px) {
    .testim .slick-slide {
        margin: 0 20px;
    }
}
.testim {
    margin: 0 -10px;
}
@media (min-width: 767px) {
    .testim {
        margin: 0 -20px;
    }
}