/*Input Your Custom CSS Here*/
.panel {
  /* border: none; */
  margin-bottom: 10px !important;
  border-radius: 0px;
}
.panel-heading {
  display: inline-block;
  width: 100%;
  padding: 14px 30px;
  text-transform: capitalize;
  background: #f2f2f2;
  position: relative;
  color: #131e3c;
  border-left: 3px solid #54c6e6;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out 0s;
}
.panel-default > .panel-heading {
  border-left: 3px solid #54c6e6;
}

.panel-title a::before {
  content: "\ea94";
  font-family: IcoFont !important;
  right: 30px;
  top: 0px;
  position: absolute;
  color: #54c6e6;
  top: 50%;
  transform: translateY(-50%);
}

.slide-toggle {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  margin-top: 24px;
}

.slide-toggle.show {
  max-height: 1000px; /* Adjust as needed depending on content */
}

.primary {
  color: #fff;
  background-color: #151e38;
  border-color: #151e38;
  padding: 8px 24px;
  border-radius: 20px;
}
.primary:hover {
  color: #fff;
  background-color: #54c6e6;
}

.outline {
  color: #151e38;
  border: 1px solid #151e38;
  padding: 8px 24px;
  border-radius: 20px;
}
.outline:hover {
  color: #fff;
  background-color: #54c6e6;
  border: 1px solid #54c6e6;
}

/* // helper classes */

a {
  cursor: pointer;
}

.price {
  background-color: #00cd88;
  color: white;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  margin-left: 24px;
  font-weight: 400;
}
.mx-16 {
  margin-right: 16px;
  margin-left: 16px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.card {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  transition: box-shadow 0.3s ease;
  padding: 24px 24px 0 24px;
  margin-bottom: 24px;
}

.w-100 {
  display: block;
  font-size: small;
  color: #54c6e6;
  font-weight: 600;
}

.container-fluid {
  padding-left: 52px;
  padding-right: 52px;
}

.custom .carousel {
  height: 300px !important;
}

.custom .carousel-control {
  font-size: 52px !important;
}
.custom .carousel-control .icofont-long-arrow-right {
  position: absolute;
  top: 35%;
  right: 10%;
  color: #131e3c;
}
.custom .carousel-control .icofont-long-arrow-left {
  position: absolute;
  top: 35%;
  left: 10%;
  color: #131e3c;
}

.item img {
  margin: 0 auto;
  height: 300px !important;
}

.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  background-image: none;
}

.service-thumb img {
  height: 250px;
}

.form-text {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
