@font-face {
  font-family: 'Poppins-light';
  src: url(framework/Poppins-Light.ttf);
  font-weight: 100;
}

@font-face {
  font-family: 'Poppins';
  src: url(framework/Poppins-Regular.ttf);
  font-weight: 300;
}

@font-face {
  font-family: 'Poppins-semibold';
  src: url(framework/Poppins-Semibold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: 'Poppins-bold';
  src: url(framework/Poppins-Bold.ttf);
  font-weight: 600;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Poppins-light';
  color: #1A1A1A;
}

body .faq-contain .faq-title .search-engine .no-gutters .content .btn-info {
  border: 1px solid transparent;
  padding: 11px 6px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all ease-in-out .1s;
  transition: all ease-in-out .1s;
  outline: none;
}

/* mixin for multiline */
body .faq-contain .faq-title {
  text-align: center;
  margin-top: 110px;
  margin-bottom: 25px;
  font-size: 42px;
}

@media screen and (max-width: 992px) {
  body .faq-contain .faq-title {
    margin-top: 90px;
  }
}

body .faq-contain .faq-title .title {
  margin-bottom: 50px;
}

@media screen and (max-width: 576px) {
  body .faq-contain .faq-title .search-engine {
    text-align: center;
  }
}

body .faq-contain .faq-title .search-engine .card {
  margin: auto;
  width: 85%;
  border: 1px solid #C4C4C4;
  border-radius: 0px 5px 5px 0px;
}

@media (max-width: 1199px) {
  body .faq-contain .faq-title .search-engine .card {
    width: 100%;
  }
}

body .faq-contain .faq-title .search-engine .no-gutters {
  background-color: #F3F3F3;
  padding: 0;
  border: none;
  height: 48px;
}

body .faq-contain .faq-title .search-engine .no-gutters i {
  padding-left: 15px;
  font-size: 20px;
  color: #95A5A6;
}

@media screen and (max-width: 576px) {
  body .faq-contain .faq-title .search-engine .no-gutters i {
    font-size: 17px;
  }
}

body .faq-contain .faq-title .search-engine .no-gutters .content {
  margin-top: -10px;
}

body .faq-contain .faq-title .search-engine .no-gutters .content .text-body {
  opacity: .7;
}

body .faq-contain .faq-title .search-engine .no-gutters .content .form-control-borderless {
  background-color: transparent;
  border: none;
  font-size: 17px;
  opacity: .7;
  padding-left: 30px;
  padding-bottom: 1px;
}

@media screen and (max-width: 576px) {
  body .faq-contain .faq-title .search-engine .no-gutters .content .form-control-borderless {
    padding-left: 15px;
  }
}

body .faq-contain .faq-title .search-engine .no-gutters .content .form-control-borderless:hover, body .faq-contain .faq-title .search-engine .no-gutters .content .form-control-borderless:active, body .faq-contain .faq-title .search-engine .no-gutters .content .form-control-borderless:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .faq-contain .faq-title .search-engine .no-gutters .content .btn-info {
  background-color: #00B0F0;
  border-color: #00B0F0;
  background-color: #00B0F0;
  color: #FFFFFF;
  border-radius: 0px 5px 5px 0px;
  width: 67px;
  height: 48px;
  font-size: 16px;
}

body .faq-contain .faq-title .search-engine .no-gutters .content .btn-info:hover {
  border-color: #0080F0;
  background-color: #0080F0;
  color: #FFFFFF;
}

body .faq-contain .faq-content {
  margin-top: 50px;
}

@media screen and (max-width: 576px) {
  body .faq-contain .faq-content {
    padding-left: 0;
    padding-right: 0;
  }
}

body .faq-contain .faq-content .faq-panel {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

body .faq-contain .faq-content .faq-panel .faq-point {
  float: left;
  width: 100%;
  border-bottom: #e4e4e4 solid 1px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

body .faq-contain .faq-content .faq-panel .faq-answer {
  float: left;
  width: 100%;
  margin-top: 15px;
}

body .faq-contain .faq-content .faq-panel .faq-question {
  float: left;
  width: 100%;
  cursor: pointer;
  font-family: 'Poppins-bold';
  opacity: .7;
}

body .faq-contain .faq-content .faq-panel .faq-question:hover {
  background-color: #F3F3F3;
  border-radius: 5%;
}

body .faq-contain .faq-content .faq-panel .faq-question .button-down {
  float: right;
  text-align: right;
  margin-right: 20px;
  color: #00B0F0;
  background-color: #E0F5FD;
  padding: 5px 8px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
}

body .faq-contain .faq-content .faq-panel .faq-question .button-down:hover {
  cursor: pointer;
}

body .faq-contain .faq-content .faq-panel .faq-question .button-down[aria-expanded="true"] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body .faq-contain .faq-content .faq-panel p {
  opacity: .7;
}

@media screen and (max-width: 576px) {
  body .faq-contain .faq-content .faq-panel p {
    font-size: 14px;
  }
}

body .faq-contain .faq-content hr {
  border: 1px solid #C4C4C4;
}

@media screen and (max-width: 576px) {
  body .faq-contain .faq-content hr {
    width: 100%;
  }
}
/*# sourceMappingURL=faq.css.map */
