.bss {
  color:white;
}

.bss .bx{
    background: none;
    box-sizing: border-box;
    text-transform: uppercase;
    font-family: 'Montserrat';
    text-align: left;
    font-weight: 500;
    font-size: 25px;
}
.bss .glyphicon {
  color: white;
  text-align: center;
  font-size: 24px;
  padding: 0;
}

.bx-wrapper {
width: 100%;
}

.bss .bx-wrapper p {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.bx {
  background-color: #0816c3;
}

.bss .bcs-top a {
  text-decoration: none;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
}

.bss .bx-wrapper .p {
  color: #337ab7;
  padding: 10px;
  color: white;
  font-weight: bold;
}

.bss .bx-wrapper a {
  text-decoration: none;
  background: #a00929;
  padding: 10px;
  color: white;
}

.bss .bcs-top {
  color: #f2eeee;
  text-transform: uppercase;font-weight: bold;
}



.what-to-expect-block {
  color: white;
  padding: 2.5rem 2rem;
  /* background: linear-gradient(to right, #061739, #0a214f); */
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.expect-heading {
  /* font-size: 1.8rem; */
  font-weight: 700;
  margin-bottom: 2.8rem;
  /* border-left: 4px solid #ffc107; */
  padding-left: 1.75rem;color: white;
}

.expect-steps {
  list-style: none;
  padding: 0;
  margin: 0;    padding-left: 15px;
}

.expect-steps li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 1.4rem;
  /* font-size: 1.05rem; */
  line-height: 1.6;
  max-width: 480px;
}

.step-icon {
  background: rgba(255, 193, 7, 0.15);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.step-icon .glyphicon {
  font-size: 1.4rem;
  color: #ffc107;
}


@media (min-width: 992px) {
  .bx {
    /* height: 140px; */
    /* Ensure equal height */
  }
}
@media only screen and (min-width: 769px) {
.bss .q {
  font-weight: bold;
}
.bss {
    margin-top: 50px;
  }
    .bx {
      padding: 20px;
      margin-bottom: 20px;
    }
.bss .bcs-top {
  padding-bottom: 30px;
  font-size: 26px;
}
.bss .bcs-top a {
  background: #0816c3;  color: #f0f1f3;
}
.bss .bcs {
font-weight: normal;
        /* text-shadow: 3px 3px 4px #10100f; */
        font-size: 22px;
        color: #eee4e4;
        text-transform: capitalize;
        padding: 10px 0;
}
.bx-wrapper {
  padding-right: 80px;
}
.bss .bx {
  padding-bottom: 30px;
}
}

@media only screen and (max-width: 768px) {

  .step-icon {
    background: rgba(255, 193, 7, 0.15);
    border-radius: 50%;
    width: 42px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding-top: 5px;
}

.bss .bcs-top a {
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}
.bss .bcs-top {
  padding-bottom: 30px;
  font-size: 20px;
  padding: 0;
}
.bss .bcs-top p{
    word-spacing: 5px;color: black;
}
.bss .glyphicon {
    text-align: center;
    font-size: 24px;
    padding: 0;
}
p.bcsa {
    background: #0912ef;
    text-align: center;
    padding: 20px;
    margin: 0;
}
p.bcse {
    font-size: 18px;
}
p.bcsa a{
    background: #d8ff00;    color: #01060f;

}
p.bcsaa {
    background: #04044f;        padding: 20px;
}
p.bcsaa a{
    background: #04044f;color: #d8ff00;        border: 1px solid #d8ff00;
}

.bss .bcs {
        font-size: 20px;
        padding-top: 10px;
        text-shadow: 0 0 black;
        color: white;
        text-transform: capitalize;
}
.bss .bx-wrapper p {
    font-size: 16px;
    color: black;border-bottom: 1px solid #ebe7e7;
        padding: 5px;
}
.bss .bx {
  padding-left: 0;
}
.bss .bxx {
    padding: 25px;
}
.bss .glyphicon {
  font-size: 20px;
}
}




