.faq-container {
    margin: 0 0 10px 0;
    overflow: hidden;
  }
  
  .faq-btn {
    width: 100%;
    margin: 0 auto;
    padding: 15px 30px 15px 15px;
    cursor: pointer;
    background: #0000;
    border-bottom: 1px solid #ffffff;
    border-top: none;
    color: #fff;
    position: relative;
          font-family: 'Manrope'!important;

  }
  .faq-btn:after {
    content: "+";
    display: inline-block;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .faq-btn h3 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.25;
  }
  
  /* .faq-btn:first-child {
    border-top: 1px solid #333;
  } */
  
  .faq-content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: #333;
    background: #ddd8d3;
     
  }
  
  .easeofacc_sleft .js .faq-content {
    height: 0px;
  }
  
  .faq-content-inner {
    padding: 20px;
  }
  .faq-content-inner ul {
    list-style-type: none;
  }
  .faq-content-inner ul, .faq-content-inner ul li {
    margin-left: 0;
    padding-left: 0;
  }
  .faq-content-inner ul li {
    position: relative;
    padding-left: 10px;
  }
  .faq-content-inner ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    background-color: #383d41;
    position: absolute;
    left: -2px;
    top: 10px;
    border-radius: 50px;
  }

  
  
  .easeofacc_sleft .js .open {
    height: auto;
    border-bottom: 1px solid #333;
    color: #333;
    background: #ddd8d3;
  }
  
  .easeofacc_sleft h3 {
    font-size: 18px;
    color: #fff;
      font-family: 'Manrope'!important;
  }
  
  .easeofacc_sleft .selected {
    background-color: #c6954b00;
  }
  .easeofacc_sleft .selected:after {
    content: "-";
  }
  .easeofacc_sleft .selected h3 {
    color: #fff;
      font-family: 'Manrope'!important;
  }
  


  
.ourclientspeak{
    /* background-color: #212C33; */
}

.ourclientspeaksliderbx{
    border: 1px solid #fff;
    padding: 15px;
    text-align: center;
    padding-top: 25px;
    margin: 0px 25px;
    margin-top: 31px;
    position: relative;
    border-radius: 20px;
    opacity: 0.6;
    transition: 0.8s ease;
    background: #00b9f2;
 }


 .ourclientspeakslider .slick-prev:before{
        color: #00b9f2  !important;
 }
 

 .ourclientspeakslider   .slick-next:before {
        color: #00b9f2 !important;
 }

 
.ourclientspeaksliderbx h6{
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
          font-family: 'Manrope'!important;

}

   .slick-center {
    background-color: #00b9f2;
    transform: scale(1.2);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 11;
    opacity: 1;
}




















.ourclientspeakslider .slick-list{
    padding: 40px 0px !important;
}

.ourclientspeaksliderbx p {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 300 !important;
}

.ourclientspeaksliderbx h3{
    color: #fff;
    font-size: 18px;
}

.ourclientspeaksliderbx .slick-active{
    background-color: #b28e5b !important;
}
 
.ourclientspeak h2{
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.ourclientspeak p{
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    height: 240px;
}

 

.ourclientspeakslider .slick-dots{
    margin-bottom: -16px !important;
}

.ourclientspeakslider .slick-dots li {
    width: 45px !important;
}
.ourclientspeakslider .slick-dots li button:before {
    background: #000000 !important;
    left: 0;
    width: 37px !important;
    height: 4px !important;
    content: '' !important;
    text-align: center;
 
}


.ourclientspeaksliderbx img{
    width: 60px;
    margin: 0px auto;
}






.faq-container-2 {
  margin: 0 0 10px 0;
  overflow: hidden;
}

.faq-btn-2 {
  width: 100%;
  margin: 0 auto;
  padding: 15px 30px 15px 15px;
  cursor: pointer;
  background: #0000;
  border: 1px solid #000000;
   color: #000;
  position: relative;
  margin-bottom: 12px;
  border-top: 1px solid #000;
  border-radius: 8px;
        font-family: 'Manrope'!important;

}

.faq-btn-2:after {
  content: "+";
  display: inline-block;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.faq-btn-2 h3 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.25;
}

/* .faq-btn:first-child {
  border-top: 1px solid #333;
} */

.faq-content-2 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  color: #333;
  background: #e9ecef00;   
}

.faq-container-2 .js .faq-content-2 {
  height: 0px;
}

.faq-content-inner-2 {
  padding: 20px;
}
.faq-content-inner-2 ul {
  list-style-type: none;
}
.faq-content-inner-2 ul, .faq-content-inner ul li {
  margin-left: 0;
  padding-left: 0;
}
.faq-content-inner-2 ul li {
  position: relative;
  padding-left: 10px;
}
.faq-content-inner-2 ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #383d41;
  position: absolute;
  left: -2px;
  top: 10px;
  border-radius: 50px;
}


.faq-content-2 .faq-content-inner ul li:before {
 
  left: -10px;
}


.faqcontainerspeci .js .open {
  height: auto;
  border-bottom: 1px solid #333;
  color: #333;
  background: #ddd8d3;
}
.faqcontainerspeci .open{
  margin-bottom: 15px;
    margin-top: -10px;
}
.faqcontainerspeci h3 {
  font-size: 18px;
  color: #000000;
    font-family: 'Manrope' !important;
    
}

.faqcontainerspeci .selected {
  background-color: #c6954b00;
}
.faqcontainerspeci .selected:after {
  content: "-";
  color: #fff;
}
.faqcontainerspeci .selected h3 {
  color: #fff;
 }

.faqcontainerspeci .selected {
   background: #15657a;
}


 

@media (max-width: 768px) {
.ourclientspeak p{
    height: auto;
}
  .slick-prev{
    display: none !important;
  }

  .slick-next{
    display: none !important;
  } 
  
  .ourclientspeak  .slick-next{
    display: none !important;
  } 
  
  .ourclientspeak   .slick-next{
    display: none !important;
  } 
    
    .specifications_sec  {
        
   overflow: hidden !important;
}

}