.wl-main {
  padding: 4% 6%;
  background-color: white;
}
.wl-flex {
  display: flex;
  /* align-items: center; */
  gap: 40px;
  background-color: white;
}
.wl-flex div {
  flex: 0 0 calc(50% - 20px);
}

.wl-p {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
}

hr {
  margin: 0;
  border-top: 4px solid #b6b6b6;
  margin-left: 3%;
  margin-right: 3%;
  opacity: 1;
}
.wl-center {
  text-align: center;
}
.wmb-4 {
  margin-bottom: 4%;
}
.wpb-4 {
  padding: 0% 8%;
}
/* 
.form-align {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 120px;
}
.form-align div {
  flex: 0 0 calc(50% - 120px);
} */
.wpb-4 .wl-pb {
  padding-bottom: 4%;
}
.wpb-4 .wl-pb h4 {
  margin-bottom: 2%;
}

.wl-input {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 2px solid black !important;
}

.carousel-caption-button-1 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  /* text-transform: uppercase; */
  color: white !important;
  background-color: rgba(0, 112, 192, 0.7);
  /* border: 1px solid white; */
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease;
}

.carousel-caption-button,
.carousel-caption-button-1 {
  padding: 8px 32px;
  font-size: 14px;
}

.carousel-caption-button-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ffd700;
  transition: left 0.3s ease;
  z-index: 0;
}

.carousel-caption-button:hover::before,
.carousel-caption-button-1:hover::before {
  left: 0;
}

.carousel-caption-button span,
.carousel-caption-button-1 span {
  position: relative;
  z-index: 1;
}

input[type="checkbox"] {
  height: 20px;
  width: 20px;
  margin-right: 4px;
}

/* We listen form section padding */
.wl-form-section-p {
  padding: 0% 6% 3% 6%;
}

.wl-form-section-p-end {
  padding: 0% 6% 0% 6%;
}
.wl-blue-head {
  color: #2581ce;
  font-weight: bold;
}

.wl-mb-30 {
  margin-bottom: 30px;
}

.wl-pb-3 {
  padding-bottom: 3%;
}
