/* faq Area Css Starrt */

#faq {
  padding: 100px 0px 80px;
}

#faq .accordion1_area h3 {
  margin-bottom: 20px;
}

#faq .accordion2_area h3 {
  margin-bottom: 20px;
}

#faq .btn-link {
  width: 100%;
  padding: 20px 15px;
}

#faq .btn-link span {
  font-size: 18px;
  font-weight: 600;
  color: #707070;
}

#faq .btn-link:hover {
  text-decoration: none;
}


#faq .btn-link i {
  margin-right: 8px;
  float: right;
  color: #707070;
  transform: rotate(-90deg);
  line-height: 27px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#faq .btn-link[aria-expanded=true] i {
  transform: rotate(0deg);
}


#faq .card {
  margin-bottom: 20px;
  background: transparent;
  color: white;
  border: 1px solid #efefef;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

#faq .card-header {
  padding: 10px 10px;
  border: 0px;
  color: #fff;
  background: #fff;
  cursor: pointer;
  padding: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#faq .card-header h3 {
  color: #707070;
}


#faq .card-body {
  border: none;
  font-size: 15px;
  color: #707070;
  padding: 0px 1.25rem 1.25rem;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
}


/* faq Area Css End */

/* Privecy Area Css Start */

#privacy {
  padding: 100px 0px 80px;
}

#privacy .pry h3 {
  font-size: 28px;
  font-weight: 500;
  /* margin-bottom: 32px; */
}

#privacy .pry {
  margin-bottom: 32px;
}

/* Privecy Area Css End */



/* 404 Error */
#FortyFor {
  padding: 200px 0px 100px;
}

#FortyFor .title_area h3 {
  font-size: 32px;
  font-weight: 500;
}

#FortyFor .title_area p {
  font-size: 20px;
  margin: 10px 0px 10px;
}

#FortyFor .title_area a {
  padding: 10px 20px;
  color: #fff;
  background: #0d73e6;
  border: 2px solid #0d73e6;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  margin-top: 15px;
  display: inline-block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#FortyFor .title_area a:hover {
  background: none;
  color: #0d73e6;
}