/*
 * LOGIN PAGE
 * -------------------
 */
 .wrap-split {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}

.wrap-split-right {
  width: 560px;
  min-height: 100vh;
  display: block;
}

.wrap-split-left {
  width: calc(100% - 560px);
  position: relative;
  z-index: 1;
}

 /*
 * END LOGIN PAGE
 * -------------------
 */

/***************************** payment *****************************/
.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%;
}

.info-box {
  display: block;
  min-height: 3.5rem;
  width: 100%;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.bg-white {
  background-color: #fff!important;
}

.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 3.5rem;
  width: 3.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3.5rem;
}

.info-box-content {
  padding: .25rem 1rem;
  margin-left: 3.5rem;
}

.overlay {
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}

.z-index-999 {
  z-index: 999;
}

.border-4 {
  border-width: 4px !important;
}
/***************************** payment *****************************/

/***************************** 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 h5 a:hover {
  /* transition: background  ease-in-out 1s; */
  transition: background , color , linear 0.3s;
  background: #00428a;
  color: white;
}
.faq .card h5 .active {
  background: #00428a;
  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%;
}
.line-shape-center {
    margin-left: calc(50% - 40px);
}