@import url('https://fonts.googleapis.com/css?family=Josefin Sans');

.img-box-6 {
  width: 6rem;
  height: 6rem;
  padding: 1.2rem;
  line-height: 3.6rem !important;
}

.icon-box, .img-box {
  text-align: center;
  display: inline-block;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.breadcrumb-item.active {
  color: #000 !important;
}

.border-dashed {
  border: 2px dashed #6c757d !important;
}

/***************************** btn-red *****************************/
.btn-red {
  color: #ffffff;
  background-color: #ff001e;
  border-color: #ff001e;
}
.btn-red:active {
  color: #ffffff;
  background-color: #c70017;
  border-color: #c70017;
}
.btn-red:focus {
  color: #ffffff;
  background-color: #c70017;
  border-color: #c70017;
  box-shadow: 0 0 0 0.2rem rgb(222 170 12 / 50%);
}
.btn-red:hover {
  color: #ffffff;
  background-color: #c70017;
  border-color: #c70017;
}
/***************************** btn-red *****************************/

/***************************** FAQ *****************************/
.faq .card-header {
  background: none;
  border: none;
  position: relative;
  padding: 0;
}
.faq .card {
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
  overflow: inherit;
}
.faq .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .25rem;
}
.faq .card.active a, .faq .card a:hover {
  background: #676767;
  color: #ffffff;
}
.faq .card-header a {
  padding: 20px 30px 20px 20px;
  border-radius: 7px;
  background: #ffffff;
  font-weight: 600;
  font-size: 15px;
  color: #1c1d3e;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
}
/***************************** FAQ *****************************/

/* START smoth-scroll */
.smoth-scroll::-webkit-scrollbar {
  width: 6px !important;
}
.smoth-scroll::-webkit-scrollbar-track {
  background: #f1f1f1 !important; 
}
.smoth-scroll::-webkit-scrollbar-thumb {
  background: #959ea6 !important; 
}
.smoth-scroll::-webkit-scrollbar-thumb:hover {
  background: #647484 !important; 
}
/* END scrollbar */

.box-h-125 {
  max-height: 125px;
  overflow: auto;
}