.testimonial_slider_2 {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.testimonial_slider_2 input {
  display: none;
}

.testimonial_slider_2 #slide_2_1:checked ~ .boo_inner {
  margin-left: 0;
}
.testimonial_slider_2 #slide_2_2:checked ~ .boo_inner {
  margin-left: -100%;
}
.testimonial_slider_2 #slide_2_3:checked ~ .boo_inner {
  margin-left: -200%;
}
.testimonial_slider_2 #slide_2_4:checked ~ .boo_inner {
  margin-left: -300%;
}
.testimonial_slider_2 .boo_inner {
  width: 400%;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */

  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(
    0.77,
    0,
    0.175,
    1
  ); /* easeInOutQuart */
}
.testimonial_slider_2 .slide_content {
  width: 25%;
  float: left;
}
.testimonial_slider_2 #controls {
  text-align: center;
}
.testimonial_slider_2 #controls label {
  width: 8px;
  height: 8px;
  margin: 0 2px;
  display: inline-block;
  background: #999; /* Change controls background color */
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.testimonial_slider_2 #slide_2_1:checked ~ #controls label:nth-child(1),
.testimonial_slider_2 #slide_2_2:checked ~ #controls label:nth-child(2),
.testimonial_slider_2 #slide_2_3:checked ~ #controls label:nth-child(3),
.testimonial_slider_2 #slide_2_4:checked ~ #controls label:nth-child(4) {
  background: #000; /* Change controls background color when mouse click */
}
.testimonial_2 {
  font-size: 16px !important;
  color: #333; /* Change testimonial paragraph text color */
  padding: 30px 30px 23px;
}
.content_2 {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.content_2:before,
.content_2:after {
  content: "";
  height: 15px;
  width: 19px;
  position: absolute;
}
.content_2:before {
  background: url(icon_testimonial_2_before.png) 0 0 no-repeat;
  left: 0;
}
.content_2:after {
  background: url(icon_testimonial_2_after.png) 0 0 no-repeat;
  margin: 5px 10px;
}

.slide_content .test-monital {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  align-items: center;
}
.slide_content .left-section {
  background-color: #ffffff;
  padding: 40px;
  width: 50%;
  text-align: justify;
  max-height: 20rem;
  border-radius: 40px;
  box-shadow: 0px 4px 4px rgba(193, 193, 193, 0.55);
}
.slide_content .right-section {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide_content .right-section img {
  width: 25rem;
}
