/* a. styles have been cleared up using uncss */
.rev-scroll-btn > :focus,
.rev-scroll-btn > :hover {
  color: #fff;
}
.rev-scroll-btn > :active,
.rev-scroll-btn > :focus,
.rev-scroll-btn > :hover {
  opacity: 0.8;
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    max-width: 320px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #ca3c08;
  text-decoration: none;
}
a:visited {
  color: #ac0404;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  color: #ea9629;
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow: hidden;
  overflow-y: auto;
}
body {
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit;
  color: #0e1545;
  font-weight: 400;
}
a {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
h5 {
  margin: 0;
  margin-bottom: 15px;
}
h5 {
  line-height: 1.3;
  color: #222222;
}
h5 {
  font-size: 18px;
}
h5 {
  font-weight: 600;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
a:visited {
  color: inherit;
}
.wrapper {
  position: relative;
}
.bg_color--1 {
  background: #fff;
}
.bg_image--8 {
  background-image: url(/spa-assets/external-templates/auto-import-faq/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.pt--400 {
  padding-top: 400px;
}
.pb--100 {
  padding-bottom: 100px;
}
.ptb--150 {
  padding: 150px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt_lg--300 {
    padding-top: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt_md--250 {
    padding-top: 250px;
  }
  .ptb-md--80 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .pt_sm {
    padding-top: 120px;
  }
}
a {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #fff;
}
a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.basic-thine-line {
  border-bottom: 1px solid #ddd;
}
.bk-accordion .card {
  border: 0 none;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bk-accordion .card-header {
  position: relative;
  background: transparent;
  padding: 0;
  border: 0 none;
}
.bk-accordion .card-header h5 a.acc-btn {
  color: #0e1545;
  font-size: 18px;
  line-height: 1.2;
  padding: 0;
  font-weight: 600;
  border: 0 none;
  font-family: inherit;
  -webkit-appearance: none;
  display: block;
  background: #f7f7f7;
  padding: 20px 26px;
  margin: -1px -1px 0;
  border: 0 none;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.bk-accordion .card-header h5 a.acc-btn::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f107';
  right: 16px;
  font-size: 16px;
}
.bk-accordion .card-header h5 a.acc-btn[aria-expanded='true'] {
  background: #216bff;
  color: #ffffff;
}
.bk-accordion .card-header h5 a.acc-btn[aria-expanded='true']::before {
  content: '\f104';
}
.bk-accordion .card-body {
  padding: 27px 25px 39px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.58;
  font-size: 16px;
  font-family: inherit;
  border: 0 none;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 0 0 5px 5px;
}
a {
  color: #267481;
  text-decoration: none;
}
body.template-color-1
  .bk-accordion
  .card-header
  h5
  a.acc-btn[aria-expanded='true'] {
  background: #216bff;
}
body.template-font-1 h5 {
  font-family: 'Poppins', sans-serif;
}
