/*================================================
CWS FAQ Area CSS
=================================================*/
.cws-faq-item {
  margin-bottom: 40px;
}

.cws-faq-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.cws-faq-item p {
  margin-bottom: 20px;
}

.cws-faq-item p:last-child {
  margin-bottom: 0;
}

.cws-faq-item p a {
  color: var(--mainColor);
}

.cws-faq-item p a:hover {
  color: var(--optionalColor);
}

.cws-faq-item p strong {
  color: var(--blackColor);
}

.cws-faq-item ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.cws-faq-item ul li {
  margin-bottom: 12px;
  color: var(--paragraphColor);
}

.cws-faq-item ul li:last-child {
  margin-bottom: 0;
}

.cws-faq-item:last-child {
  margin-bottom: 0;
}

.cws-faq-help-box {
  padding: 30px;
  margin-left: 15px;
  border: 1px solid #eceff1;
  background-color: var(--whiteColor);
  -webkit-box-shadow: rgba(17, 51, 83, 0.05) 0px 4px 12px 0px;
          box-shadow: rgba(17, 51, 83, 0.05) 0px 4px 12px 0px;
}

.cws-faq-help-box h3 {
  font-size: 20px;
  margin-bottom: 25px;
}

.cws-faq-help-box ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.cws-faq-help-box ul li {
  color: var(--paragraphColor);
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
}

.cws-faq-help-box ul li i {
  color: var(--mainColor);
  position: absolute;
  font-size: 30px;
  top: 2px;
  left: 0;
}

.cws-faq-help-box ul li span {
  display: block;
  margin-bottom: 5px;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
}

.cws-faq-help-box ul li a {
  color: var(--paragraphColor);
}

.cws-faq-help-box ul li a:hover {
  color: var(--mainColor);
}

.cws-faq-help-box ul li:last-child {
  margin-bottom: 0;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
    .cws-faq-item {
      margin-bottom: 30px;
    }
    .cws-faq-item h3 {
      font-size: 17px;
      line-height: 1.4;
      margin-bottom: 12px;
    }
    .cws-faq-help-box {
      padding: 20px;
      margin-left: 0;
      margin-top: 30px;
    }
    .cws-faq-help-box h3 {
      font-size: 16px;
      margin-bottom: 20px;
    }
    .cws-faq-help-box ul li {
      padding-left: 35px;
    }
    .cws-faq-help-box ul li span {
      font-size: 15px;
    }
    .cws-faq-help-box ul li i {
      font-size: 25px;
    }
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cws-faq-item {
        margin-bottom: 30px;
    }
    .cws-faq-item h3 {
        font-size: 19px;
        margin-bottom: 15px;
    }
    .cws-faq-help-box {
        padding: 25px;
        margin-left: 0;
        margin-top: 30px;
    }
    .cws-faq-help-box h3 {
        font-size: 17px;
    }
    .cws-faq-help-box ul li {
        padding-left: 35px;
    }
    .cws-faq-help-box ul li span {
        font-size: 16px;
    }
    .cws-faq-help-box ul li i {
        font-size: 25px;
    }
}