/*Customer Testimonial heading*/
.twc-div-heading h5{
	text-align: center;
	font-weight: bold;
	font-family: 'MontSerrat',sans-serif;
	font-size: 26px;
	color: #1F497D;
}
.twc-bg{
	background-color: #f0f2f6;
	border: 2px solid #f0f2f6;
}
.test {
  height: 550px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}
@media screen and (min-width: 500px) and (max-width: 1000px){
	.test{
		height: 600px;
	}
}
.testi-content{

padding-top: 6%;

}
.testimonial {
  position: relative;
  max-width: 900px;
  width: 100%;
  overflow: hidden;
}
.testimonial .image {
  height: 120px;
  width: 120px;
  object-fit: cover;
  border-radius: 50%;
 
}
.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;

}
.slide p {
  
  padding: 0 160px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  text-align: center;
  font-family: Haydena;
  font-style: italic;
  
}
.slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}
.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.details .name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  font-family: Haydena;
  font-style: italic;
}
.details .job {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
/* swiper button css */
.nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateY(30px);
  background-color: #e8ecfc;
  transition: 0.2s;
}
.nav-btn:hover {
  background-color: #e8ecfc;
}
.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #1F497D;
}
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 16px 4px;
}
.swiper-pagination-bullet-active {
  background-color: #00AEFF;
}
@media screen and (max-width: 768px) {
  .slide p {
    padding: 0 20px;
  }
  .nav-btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .test{
  	height: 80vh;
  }
}
.twc-left-quote{
	height: 30px;
	width: 30px;
	
}
.twc-right-quote{
	height: 30px;
	width: 30px;
	margin-left: 90%;
	
}