.text-frame .accordion {
    list-style: none !important;
    padding: 0;
    margin: 50px 0 40px;
}
.main-content #express-your-interest {
    margin-bottom: 0;
}
.packages-info {
    margin-bottom: 180px !important;
}
.popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.popup-window {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 400px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: max-content;
}
.popup-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"] {
    padding: 10px 5px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #f7f7f7;
    border: 0;
    color: #888;
}
.wpcf7 label {
    display: inline-block;
    line-height: 1.3;
    clear: both;
    margin: 0 0 .5rem;
    font-size: 19px;
    color: #375542;
    font-weight: 400;
    width: 100%;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 0;
    padding: 8px 5px;
    font-size: 14px;
}