
.faq-container {
    margin: 0 0 10px 0;
    overflow: hidden;
  }
  
  .faq-btn {
    width: 100%;
    margin: 0 auto;
    padding: 15px 30px 15px 15px;
    cursor: pointer;
    background: #eaf7ff;
    border: none !important;
    border-top: none;
    position: relative;
    border-radius: 5px;
    margin-bottom: 17px;
    box-shadow: rgba(50, 50, 93, 0.089) 0px 2px 5px -1px, rgb(0 0 0 / 11%) 0px 1px 3px -1px;
}

  .faq-btn:after {
    content: "+";
    display: inline-block;
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 6px;
  }
  .faq-btn h3 {
    font-size: 15px;
    color: #004085 !important;
    margin: 0px;
    font-weight: 700;
  }
  
  .faq-btn:first-child {
    border-top: 1px solid #333;
  }
  
  .faq-content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: #333;
    background: #ddd8d300;
    border-left: 1px solid #33333300;
    border-right: 1px solid #33333300;
  }
  
  .frequentlyasked_questionsrigth .js .faq-content {
    height: 0px;
  }
  
  .faq-content-inner {
    padding: 20px;
    background: #e9f6fe;
  }
  .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: 6px;
    height: 6px;
    display: inline-block;
    background-color: #e1001a;
    position: absolute;
    left: -6px;
    top: 8px;
  }
  
  .frequentlyasked_questionsrigth .js .open {
    height: auto;
    border-bottom: 1px solid #333;
    color: #333;
    background: #ddd8d3;
  }
  
  .frequentlyasked_questionsrigth h3 {
   }
  
 .frequentlyasked_questionsrigth .selected {
    background-color: #e9f6fe;
    margin-bottom: 0px;
    box-shadow: none;
    border-radius: 0px;
}
  .frequentlyasked_questionsrigth .selected:after {
    content: "-";
  }
  .frequentlyasked_questionsrigth .selected h3 {
    color: #f97609;
  }
  .open{
    margin-bottom: 15px;
  }
  
   .open .faq-content-inner {
    padding: 5px 20px 20px 20px;
  }

  



  /* testy css */
  .testimonials {
    padding: 3rem 1rem;
    text-align: center;
    background: #f6f7ff;
}
  .testimonials h2 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .slicksliderbox {
     /* grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); */
    /* gap: 1.25rem; */
    /* max-width: 1200px; */
    margin: 0 auto;
   }
  article {
    background: #f8f9fa;
    color: #1a2e4e;
    border-radius: .75rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.007);
    margin: 9px 10px;
    border: 1px solid #eee;
    height: 230px !important;
  }
  article header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
  .avatar {
    flex-shrink: 0;
    width: 48px; height: 48px;
    border-radius: 50%;
    background: #556cd6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: "Inter";

    margin-right: .75rem;
  }

  header strong {
    display: block;
    font-family: "Inter";
  }
  header time {
    display: block;
    font-size: .85rem;
    font-family: "Inter";

    color: #6c757d;
  }
  .rating::before {
      content: "★★★★★";
      display: block;
      color: #f0b429;
      margin-bottom: 5px;
      font-size: 16px;
      line-height: 1;
  }
  .rating{
      text-align: left;
  margin-bottom: 6px;
  }
  article p {
      margin-bottom: 10px;
  font-size: 13px;
  line-height: normal;
  margin-top: 0px;
  text-align: left;
  }
  article img {
    height: 24px;
    display: flex;
    margin: 0px;
  }

  .testyvdobx iframe{
    width: 100%;
    height: 180px;
}

.testyvdosec h2{
    margin-top: 50px;
    margin-bottom: 20px !important;
}

.testyvdosec {
    padding: 0% 10%;
}


.slicksliderbox .slick-prev {
    right: 7% !important;
    left: inherit !important;
    z-index: 1;
    bottom: -18% !important;
    top: inherit !important;
}

.slicksliderbox .slick-next {
    right: 4% !important;
     bottom: -18% !important;
    top: inherit !important;
}

.slick-prev:before, .slick-next:before {
    color: #053053 !important;
 }
 
 .faq-content-inner p{
         color: #727C8D;
 }


 @media (max-width:768px) {
    .slicksliderbox .slick-prev {
        right: 13% !important;
    }
    .slicksliderbox {
         margin-bottom: 22px;

    }
    .testyvdosec {
        padding: 0% 0%;
    }

    .testyvdobx{
        margin-bottom: 20px;
    }
    .testyvdobx iframe {
        width: 100%;
        height: 230px;
    }
    .testimonials {
        padding: 2rem 1rem;
    }
    article {
      height: auto !important;
    }
 }