/*
Theme Name: websyst_custom
Theme URI: www.webcyst.com
Author: the Webcyst team
Author URI: www.webcyst.com
Description: 
Version: 1.3
*/
.testimonial_carousel_wrapper {
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 30px 0;
  background: linear-gradient(
    0deg,
    rgba(19, 241, 246, 0.11) 13%,
    rgba(191, 127, 255, 0.2) 63%
  );
}

#testimonialCarousel {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.testimonial-item {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding: 10px;
}
@media (min-width: 500px) and (max-width: 767px) {
  .testimonial-item {
    padding: 10px 70px;
  }
}
@media (min-width: 768px) {
  .testimonial-item {
    flex: 0 0 50%;
  }
}

#prevTestimonial {
  left: 0%;
}

#nextTestimonial {
  right: 0%;
}
.marquee-first {
  overflow-x: clip;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

.marquee-first-inner {
  display: flex;
  align-items: center;
  gap: 1vw;
  padding: 12vh 0 0;
  will-change: transform;
}

.marquee-first-inner img {
  height: 100%;
  transition: transform 0.5s;
  flex-shrink: 0;
  width: 38vw;
  border-radius: 10px;
}

.marquee-first-inner img:hover {
  transform: scale(1.03);
}
.muftdeal_website_img{
  background: rgb(226 208 255);
  padding: 50px;
}
@media (min-width: 992px) {
  .appointments_button_all {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
  }
}
@media (max-width: 1200px){
  .muftdeal_website_img{
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .marquee-first-inner img {
    width: 45vw;
  }
  .book_appointment_button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .book_appointment_button .btn {
    flex: 0 0 calc(50% - 10px);
    margin: 5px;
    width: 50%;
  }
	.muftdeal_website_img{
  padding: 30px;
}
}

@media (max-width: 768px) {
  .book_appointment_button .btn {
    flex: 0 0 calc(78% - 10px);
    margin: 5px;
    width: 65%;
  }
   .back{
	padding: 1px !important;
   }
	.second {
    min-height: auto !important;
   }
	.first{
		min-height: auto !important;
	}

}

@media (max-width: 600px) {
  .marquee-first-inner img {
    width: 80vw;
  }
  .book_appointment_button .btn {
    flex: 0 0 calc(78% - 10px);
    margin: 5px;
    width: 80%;
  }
	.back{
		        padding: 4px !important;
	}
}
@media (max-width: 576px){
	.second {
    min-height: auto !important;
}
	.first{
		min-height: auto !important;
	}
}
form#forminator-module-1147 {
  display: block !important;
}
.benefit_page{
  overflow-x:hidden;
}

