section#single-header .bg {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 520px;
  background-position: center;
}
section#single-header .bg .container-fluid {
  min-height: 520px;
  background: rgba(39, 40, 56, 0.8509803922);
}
section#single-header h1 {
  padding-top: 10rem;
}
@media only screen and (max-width: 767.98px) {
  section#single-header h1 {
    font-size: 35px;
  }
}

section#single-text h2 {
  font-size: 40px;
}
section#single-text h4 {
  font-size: 20px;
  display: inline-flex;
  line-height: 1.3;
  font-weight: 600;
}
section#single-text p {
  line-height: 1.5;
  opacity: 0.85;
}
@media only screen and (max-width: 767.98px) {
  section#single-text .w-75 {
    width: 100% !important;
  }
}

form input, form select {
  font-family: Arial, Helvetica, sans-serif;
}
form input[disabled] {
  color: rgb(90, 90, 90);
  background-color: rgb(230, 230, 230) !important;
}
form .input input {
  border: 1px solid rgba(39, 40, 56, 0.3);
  border-radius: 5px;
  padding-left: 10px;
  padding-top: 7px;
  font-size: 14px;
  padding-bottom: 3px;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
form .input,
form .input-split,
form .select {
  display: inline-block;
}
form .input-split input:first-of-type {
  border: 1px solid rgba(39, 40, 56, 0.3);
  border-radius: 5px;
  padding-left: 10px;
  padding-top: 7px;
  font-size: 14px;
  padding-bottom: 3px;
  width: 50%;
}
form .split-a {
  background: #f2f2f2;
  border: 1px solid rgba(39, 40, 56, 0.3);
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 7px;
  font-size: 14px;
  margin-left: -9px;
  padding-bottom: 3px;
  text-decoration: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  display: inline-block;
  color: rgba(39, 40, 56, 0.5019607843);
  width: 50%;
  pointer-events: none;
  text-align: end;
}
form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
form .calc {
  background: #fcfcfc;
  max-width: 1600px;
  border-radius: 25px;
}
form .btn-help {
  width: 14px;
  height: 14px;
  font-size: 10px;
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
  font-weight: 500;
}
form .btn-help:hover {
  color: white;
}
form .modal-header {
  background-color: #df5d4b;
}
form .modal-header h4 {
  color: white;
  font-size: 20px;
  font-weight: 500;
  padding-top: 5px;
}
form input[type=date]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url("/wp-content/uploads/2024/08/Group-61-1.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
  position: absolute;
  left: 10px;
  top: 10px;
  fill: #657ed4;
}
form input[type=date] {
  position: relative;
}
form input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 10px;
}
form input::-webkit-datetime-edit-fields-wrapper {
  position: relative;
  left: 10px;
}
form input::-webkit-datetime-edit {
  position: relative;
  left: 10px;
}
form input::-webkit-outer-spin-button,
form input::-webkit-inner-spin-button {
  margin-right: 10px;
}
form .wh-25 {
  width: 24.5%;
  padding-right: 12px;
}
@media only screen and (max-width: 991.98px) {
  form .wh-25 {
    width: 49.6%;
    padding-right: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  form .wh-25 {
    width: 100%;
    padding-right: 12px;
  }
}
form .wh-33 {
  width: 32.5%;
  padding-right: 12px;
}
@media only screen and (max-width: 991.98px) {
  form .wh-33 {
    width: 49.6%;
    padding-right: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  form .wh-33 {
    width: 100%;
    padding-right: 12px;
  }
}
form .wh-50 {
  width: 49.7%;
  padding-right: 12px;
}
@media only screen and (max-width: 575.98px) {
  form .wh-50 {
    width: 100%;
    padding-right: 12px;
  }
}
form .wh-100 {
  width: 100%;
}
form select {
  border: 1px solid rgba(39, 40, 56, 0.3);
  border-radius: 5px;
  padding-left: 10px;
  padding-top: 7px;
  font-size: 14px;
  padding-bottom: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 8px;
  width: 100%;
}

.accordion-item {
  border-radius: 25px !important;
  margin-bottom: 40px;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.15) 0px 4px 15px 0px;
}

.accordion {
  border-radius: 20px;
  transform: translate(0px, -120px);
}

.accordion-header {
  border-radius: 25px;
}

.accordion-button {
  border: none;
  font-size: 22px;
  font-weight: 600;
  border-radius: 20px !important;
}

.accordion-button:not(.collapsed) {
  background: #657ed4;
  color: white;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}