.owl-stage-outer {
  height: 150px !important;
}
#carousel {
  border-bottom: 0px !important;
}
.accordion-item {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.125) !important;
}
.test {
  background-color: red;
}
.nav-pills .nav-link.active {
  background: linear-gradient(
    103.63deg,
    #0e88c2 13.78%,
    #4bb8a6 99.31%
  ) !important;
}
.nav-pills .nav-link {
  height: 80px;
  width: 80px;
  background: white !important;
  border-radius: 50%;
  border: 1px solid #0e88c2 !important ;
}
/* contact page css */
.contact-information {
  border-radius: 18px;
  background: #00e093;
  width: 40%;
  margin-left: -80px !important;
  /* background: linear-gradient(-90.63deg, #fff 5.78%, #0e88c2 99.31%) !important; */
}
.contact-bg {
  background-image: url(../images/contact-us/conta.png);
  background-size: cover;
  height: 70vh;
}
.card_test2 {
  height: 25rem;
}
.form-bg-pic {
  background-image: url(../images/contact-us/Group.png);
  background-size: cover;
}
.form-bg {
  width: 137px !important;
  height: 150px;
}
@media (max-width: 768px) {
  .contact-information {
    width: 75%;
    margin-left: 0px !important;
  }
}
