.training-form-container {
  height: 1520px;
  position: relative;
  background-color: #f2f4f8;
  width: 100%;
  font-family: "Montserrat" !important;
}
.training-form-container .training-form {
  background-color: #ffffff;
  border-radius: 16px;
  left: 50%;
  position: absolute;
  top: -500px;
  transform: translate(-50%, 0);
  width: 80%;
  z-index: 999;
}
.training-form-container .training-form h3, .training-form-container .training-form .h3 {
  color: #2676b6 !important;
  text-align: center;
  padding: 10px;
}
strong {
  color:#2676b6;
}

.gap {
  margin-top: 50px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.input2 {
  width: 100%;
  background-color: #f2f4f8 !important;
  color: #333333 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Montserrat" !important;
  height: 50px !important;
  padding: 12px 16px 12px 16px !important;
}
.input2::-moz-placeholder {
  color: #333333 !important;
}
.input2::placeholder {
  color: #333333 !important;
}

.button2 {
  color: #2676b6;
  border: 1px solid #2676b6;
  background-color: transparent;
  width: 127px;
  height: 60px;
  border-radius: 8px;
  padding: 18px 22px 18px 22px;
  transition: all 0.3s ease-in-out;
}
.button2:hover {
  color: #ffffff;
  border: 1px solid #2676b6;
  background-color: #2676b6;
  transition: all 0.3s ease-in-out;
}

.form-group {
  gap: 16px;
}

.half-width {
  width: 50%;
}

.col {
  flex-grow: 1;
}

.spacing {
  background-color: #f2f4f8;
  height: 70px;
  width: 100%;
}

option {
  font-family: "Montserrat" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.form-select {
  border-radius: 0 !important;
  border: none !important;
}

.button3 {
  color: #2676b6 !important;
  border: 2px solid #2676b6;
  background-color: transparent;
  width: 100%;
  justify-content: center;
  gap: 10px;
  height: 55px;
  border-radius: 6px;
  padding: 16px 0px;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}
.button3 p{
  color: #2676b6 !important;
}
.button3:hover {
  color: #ffffff !important;
  border: 2px solid #2676b6;
  background-color: #2676b6;
  transition: all 0.3s ease-in-out;
}
.button3:hover p{
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.button3:hover .icon path {
  stroke: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.requested-date-label {
  width: 21% !important;
  padding-top: 12px;
  line-height: 1.4;
  word-break: keep-all;
  white-space: normal;
}
.requested-date {
  width: 28% !important;
}
.requested-time {
  width: 50% !important;
}

#focus_area, #comments {
  border: 1px solid black;
  border-radius: 4px;
  padding: 8px;
  resize: none;
  width: 400px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;  
}

.requested-date .input2,
.requested-time .input2 {
  -webkit-appearance: none;
  appearance: none;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  width: 100%;
  height: 50px !important;
  padding-right: 44px !important;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  background-clip: padding-box;
  background-color: transparent;
  font-size: 16px;
}

.requested-date.input-wrapper,
.requested-time.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: visible;
}

.requested-date .input-icon,
.requested-time .input-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  font-size: 1rem;
  color: #333;
  pointer-events: none;
  line-height: 1;
  z-index: 2;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@supports (-webkit-touch-callout: none) {
  .requested-date .input2,
  .requested-time .input2 {
    padding-right: 44px !important;
    -webkit-appearance: none;
  }

  .requested-date .input-icon,
  .requested-time .input-icon {
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
  }
}
.w-sm-100 {
  width: 25% !important;
}
.icon1 {
  color: #2676b6;
  transition: color 0.3s ease;
}
.button3:hover .icon1 {
  color: white;
}
.seperator {
  height: 170px;
  border: 1px solid #c4c4c4;
}
.faq-section {
  padding: 0 15%;
}
.information {
  gap: 50px;
}
.faq-section .information .seperator {
  display: block !important;
}
.training-pl-10 {
  padding-left: 10px !important;
}
.hover-black1 {
  color: black !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.hover-black1:hover {
  color: #2676b6 !important;
  transition: all 0.3s ease-in-out;
}
.info-cell {
  width: 190px;
}
h5 {
  color: #2676B6;
}
.d-flex svg {
  display: block;
  max-width: 100%;
  height: auto;
}
@media  (max-width: 576px) {
  .spacing {
    height: 115px;
  }
  .faq-section .information .seperator {
    display: block !important;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  @media screen and (max-width: 768px) {
    .training-form-container .items:last-child {
      margin-bottom: 10px !important;
    }
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  @media screen and (max-width: 414px) and (max-height: 896px) {

    .requested-date.input-wrapper,
    .requested-time.input-wrapper {
      position: relative;
      z-index: 1;
      -webkit-transform: none;
      transform: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }

    .requested-date .input2,
    .requested-time .input2 {
      height: 50px !important;
      line-height: 1.2;
      -webkit-appearance: none;
      appearance: none;
      background-color: transparent;
      position: relative;
      z-index: 1;
    }

    .requested-date .input-icon,
    .requested-time .input-icon {
      position: absolute;
      top: 50%;
      right: 12px;
      -webkit-transform: translateY(-50%) translateZ(0);
      transform: translateY(-50%) translateZ(0);
      z-index: 3;
      pointer-events: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      will-change: transform, opacity;
    }

    @media screen and (max-width: 380px) {
      .requested-date .input-icon,
      .requested-time .input-icon {
        right: 10px;
      }
    }
  }
}
@media (max-width: 768px) {
  #focus_area,
  #comments {
    width: 100%;
    min-height: 100px;
  }
  .g-recaptcha {
    transform: scale(0.98) !important;
    transform-origin: 0 0;
    max-width: 100%;
    display: inline-block;
  }
  .input-wrapper .input-icon {
    right: 8px;
    font-size: 0.9rem;
  }
}

@media (max-width: 1500px) {
  .requested-date-label {
    padding-top: 2px !important;
  }
}