.car_slider_wrapper {
    display: flex;
    gap: 50px;
    align-items: center;
}
.car_slider_for {
    width: 80%;
}
.car_slider_thumb {
    width: 20%;
}
.car_image_slide_item_thumb {
    background: #bac4ce;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
}
@media only screen and (max-width: 1024px) {
    .car_slider_wrapper {
        flex-wrap: wrap;
    }
    .car_slider_thumb, .car_slider_for {
        width: 100%;
    }
	.slider_left_true {
		flex-direction:column;
	}
	.slider_left_true .left_content_item, .slider_left_true .slider_center_content {
		width: 100% !important;
	}
	.car_slider_wrapper_two.slider_right_true {
		flex-direction: column;
	}
	.slider_right_true .car_slider_for_two, .slider_right_true .car_slider_thumb_two{
		width: 100% !important;
	}
}
.slider_button {
    margin: 50px 0;
}
.slider_button a:hover{
    opacity:.8;
}
.slider_left_true {
    display: flex;
    align-items: center;
    gap: 30px;
}

.slider_left_true .left_content_item {
    width: 25%;
}

.slider_left_true .slider_center_content {
    width: 75%;
}

/* slider two */
.car_image_slider_two {
/*     display: flex; */
    gap: 10px;
    align-items: center;
    border-radius: 80px;
    justify-content: center;
/*     width: 60%; */
    margin: auto;
    padding: 20px;
}
.single_text {
    margin: 0;
}
.car_slider_content img {width: 60px;height: 60px;}
.car_slider_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    margin: 0 10px;
	padding-bottom:10px;
}
@media only screen and (max-width: 1024px) {
    .car_image_slider_two {
        width: 100%;
    }
	.car_image_slider_two {
    display: inline-block;
}
}
.slider_right_true {
   display: flex;
   gap: 50px;
   align-items: center;
}
.slider_right_true .car_slider_for_two {
    width: 80%;
}
.slider_right_true .car_slider_thumb_two {
    width: 20%;
}
.car_slider_wrapper_two.slider_right_false .slick-track {
    display: flex;
    align-items: center;
	height: auto !important;
}
.car_slider_wrapper_two.slider_right_false .slick-list.draggable {
    height: auto !important;
}
.slider_right_true .slick-list.draggable {
    height: auto !important;
}
h4.single_text {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .car_slider_thumb_two .slick-track {
        display: flex;
        justify-content: space-between;
        min-width: 200px !important;
      }
}