.py {
  padding: 6px 0;
}
.pt-6 {
  padding-top: 6px;
}
.i-fs-16 {
  font-size: 20px !important;
}
.i-fs-20 {
  font-size: 26px !important;
}
.i-fw-500 {
  font-weight: 500;
}
.ic-space-18 {
  padding-top: 80px !important;
}
.ifw {
  font-size: 18px;
}
.certifications {
  width: 25px !important;
  height: auto;
}

@media (max-width: 480px) {
  .i-fs-16 {
    font-size: 16px !important;
  }
  .i-fs-20 {
    font-size: 20px !important;
  }
}


/* inquiry */
.form-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 800px;
}
/* 
h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
}

p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
} */

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #555;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 10px;
}

textarea {
  resize: vertical;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 10px;
}




.breadcrumb-container {
  position: relative;
  background-image: url('images/img/imgn.jpeg');
  background-size: cover;
  background-position: center;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumb-content {
  color: #fff !important;
  font-size: 30px !important;
  text-align: center;
  padding: 10px 20px;
  font-family: Arial, sans-serif;
  /* font-weight: 500; */
}

@media screen and (max-width: 768px) {
  .breadcrumb-container {
      height: 150px;
  }

}

@media screen and (max-width: 480px) {
  .breadcrumb-container {
      height: 120px;
  }

 
}
