#cog-overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}
.cog-section {
  padding: 50px 0;
}
.cog-term-head h4 {
  font-size: 30px;
  margin-bottom: 20px;
}


/* -----------------------------------faq-------------------------------- */


.cog-faq .accordion-button:not(.collapsed) {
  color: #01793c;
  background-color: #e4faea;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.cog-faq .accordion-button:focus {
  box-shadow: none;
}
.cog-faq .accordion-item {
  background-color: #fff;
  border: none;
  margin-bottom: 13px;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 8%) !important;
}
.cog-faq .accordion-button:not(.collapsed) {
    color: #01793c;
    background-color: #e4faea;
    box-shadow: none;
    font-weight: 600;
    border: none;
    font-size: 18px;
}
.accordion-collapse {
  border: solid rgba(0,0,0,0.125);
  border-width: 0 1px;
  border: none;
}
.accordion-button.collapsed {
  border: none;

}
/* ---------------------------------blog detail-------------------------------- */
.cog-blog-detail{
    /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; */
    /* padding: 30px; */

}

.cog-blog-detail img{
    width: 100%;
    margin-bottom: 20px;

}


/* ------------------------------------error----------------------------------------- */
.cog-error{
    text-align: center;
    margin: 5% 0;
}
.cog-error h4{
    font-size: 40px;
    margin: 20px 0;
}
.cog-error .btn-cog {
  color: #fff;
  background: linear-gradient(45deg, #037d3b, #35ce2f);
  border-color: transparent;
  font-weight: 500;
  padding: 8px 20px;
  text-transform: capitalize;
}
.cog-error p{
    font-size: 18px;
}
.cog-ml-30{
  margin-left: 40%;
}
.cog-pad-7{
  padding: 0% 7% 0% 7%;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230e4faea'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}