details[open] summary::after { content: attr(data-open); }
details:not([open]) summary::after { content: attr(data-close); }


/* .button_visibal,.button_visibal *{ position:relative; z-index:1; opacity:1; overflow: visible; }
 */


/* Fading animation */
.fade { animation-name: fade; animation-duration: 2s; }
@keyframes fade {
  from { opacity: 0.4; }
  to { opacity: 1; }
}
.d-none { display: none; }
details[open] summary::after { content: attr(data-open); }
details:not([open]) summary::after { content: attr(data-close); }

/* Fading animation */
.fade { animation-name: fade; animation-duration: 2s; }
@keyframes fade {
  from { opacity: 0.4; }
  to { opacity: 1; }
}
.d-none { display: none; }
details>summary { list-style-type: none; cursor: pointer; }
details > summary::before { content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%228%22%20viewBox%3D%220%200%2016%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20id%3D%22Arrow%22%20d%3D%22M2.12182%200.322011C1.63642%20-0.107337%200.849441%20-0.107337%200.364046%200.322011C-0.121349%200.751359%20-0.121349%201.44747%200.364046%201.87682L6.92249%207.67798C7.21587%207.93749%207.61943%208.04015%207.99998%207.98595C8.38054%208.04016%208.78412%207.9375%209.07751%207.67799L15.636%201.87682C16.1213%201.44748%2016.1213%200.751365%2015.636%200.322017C15.1506%20-0.107331%2014.3636%20-0.107331%2013.8782%200.322017L8%205.52147L2.12182%200.322011Z%22%20fill%3D%22%234C30EF%22/%3E%3C/svg%3E'); }
details[open] > summary::before { content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%228%22%20viewBox%3D%220%200%2016%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20id%3D%22Arrow%22%20d%3D%22M13.8782%207.67799C14.3636%208.10734%2015.1506%208.10734%2015.636%207.67799C16.1213%207.24864%2016.1213%206.55253%2015.636%206.12318L9.07751%200.322017C8.78413%200.06251%208.38057%20-0.0401459%208.00002%200.01405C7.61946%20-0.0401583%207.21588%200.0624952%206.92249%200.322011L0.364046%206.12318C-0.121349%206.55252%20-0.121349%207.24863%200.364045%207.67798C0.849441%208.10733%201.63642%208.10733%202.12182%207.67798L8%202.47853L13.8782%207.67799Z%22%20fill%3D%22%234C30EF%22/%3E%3C/svg%3E'); }
button.sm\:w-auto { width: auto;}


@media(min-width:1024px){
  .heading_wrapper { margin-left:75px; }
}

@media(min-width:768px) and (max-width:991px){
  .slidePrice {
    width: calc(50% - 14px);
  }
}

@media(min-width:768px){
  .sm\:px-7 {
    padding:0px 28px;
  }
  .sm\:py-20{
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media(max-width:767px){
  .slidePrice { width: 100% !important; max-width: 100%;  !important; }
  .priceSlide .slick-list {
    padding-right: 50px;
  }
  .priceSlide {
    padding-left: 24px;
  }
  .priceSlide { flex-direction: column-reverse; padding-bottom: 16px !Important; }
  .priceSlide .slick-slide { margin-right: 10px !important; }
  .slick_slider_content { padding-left: 0px !Important; }
  .heading_wrapper { padding-left: 24px; }
  .employee-voices__dots .slick-dots { text-align: center; padding: 0; margin: 0; line-height: 0; }
  .employee-voices__dots .slick-dots li { display: inline-block; margin: 0 5px; }
  .employee-voices__dots .slick-dots li button { width: 30px; height: 5px; border-radius: 10px; background-color: #C6C9D0; border: none; padding: 0; font-size: 0; cursor: pointer; opacity: 1; transition: all 0.4s ease; }
  .employee-voices__dots .slick-dots .slick-active button { background-color: rgba(255, 245, 135, 100); }
}
