header {
      position: relative;
      width: 100%;
      z-index: 1000;
      transition: all ease 500ms;
}

header.sticky {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
}

header .header-inner {
      background: #d5de58;
      padding: 30px 0px;
}

.contact-btn {
      color: #fff;
      background: #689E98;
      font-size: 20px;
      line-height: normal;
      font-weight: 500;
      font-family: "Open Sans", sans-serif;
      padding: 15px 40px;
      border-radius: 56px;
      display: inline-block;
      transition: all ease-in-out 300ms;
}

.contact-btn:hover {
      background: #fff;
      color: #000;
}

/* ==============Home banner section start her============== */
.home-banner {
      width: 100%;
      /* background-image: url(../images/home-banner-img.png); */
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-color: #56a098;
      mix-blend-mode: multiply;
}

.home-banner .home-banner-inner {
      padding: 105px 0px;
}

.home-banner .home-banner-inner p {
      max-width: 70%;
      margin: 0 auto;
}

/* ==========bite sec tart here========== */
.bite-details {
      padding: 60px 0px;
}

.bite-details .top-area h2 {
      color: #689E98;
      margin-bottom: 27px;
}

.bite-details .top-area p {
      font-size: 18px;
      line-height: 30px;
      font-weight: 400;
      max-width: 70%;
      margin: 0 auto;
}

.bite-details .bottom-area .right {
      background: #fff;
      padding: 60px;
      border-radius: 34px;
      box-shadow: 0px 5px 16px rgb(8 15 52 / 16%);
}

/* .bite-details .bottom-area .right .input-group {
margin-bottom: 25px;
} */
.bite-details .row {
      --bs-gutter-y: 30px;
}

.form-control {
      padding: 14px 16px;
      border: 1px solid #E0E0E0 !important;
      outline: none;
      background: #fff !important;
      border-radius: 0px;
      /* color: #858585; */
}

.form-control:focus {
      /* border-bottom: 2px solid #689E98 !important; */
      outline: none;
      box-shadow: none;
}

/* .form-select:focus {
border-color: #1D7141 !important;
box-shadow: none !important;
} */
.form-select {
      background: url(../images/caret-down2.png) no-repeat !important;
      background-size: 15px !important;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      background-position: 97% 50% !important;
      position: relative !important;
      background-color: #fff !important;
}

.bite-details .bottom-area .right .wpcf7-spinner {
      display: none !important;
}

/* Style for the checkbox */
input[type="checkbox"] {
      width: 20px;
      height: 20px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-color: transparent;
      border: 2px solid #689E97;
      cursor: pointer;
      position: relative;
      margin-right: 10px;
}

input[type="checkbox"]:checked {
      background-color: transparent;
}

input[type="radio"] {
      width: 20px;
      height: 20px;
      margin-right: 10px;
}

/* Add the checkmark icon when checked */
input[type="checkbox"]:checked::before {
      content: '✔';
      color: #689E98;
      font-size: 16px;
      position: absolute;
      top: -4px;
      left: 3px;
}

.bite-details .steps-wrapper ul li {
      background: #689E98;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      border-radius: 50%;
      position: relative;
}

.bite-details .steps-wrapper ul li::after {
      content: "";
      position: absolute;
      left: 40px;
      width: 195px;
      height: 6px;
      background: #EFF0F6;
}

.bite-details .steps-wrapper ul li:last-child::after {
      display: none;
}

.bite-details .steps-wrapper {
      margin-bottom: 45px;
      border-bottom: 1px solid #689E98;
      padding-bottom: 40px;
}

.bite-details .steps-wrapper li.active {
      position: relative;
}

.bite-details .steps-wrapper li.active::before {
      content: "";
      position: absolute;
      left: 35px;
      width: 105px;
      height: 6px;
      background-color: #689e98;
      z-index: 9;
}

.common-btn {
      color: #fff;
      background: #689E98;
      border: 1px solid #689E98;
      font-size: 20px;
      line-height: normal;
      font-weight: 500;
      font-family: "Open Sans", sans-serif;
      padding: 15px 40px;
      border-radius: 56px;
      display: inline-block;
      transition: all ease-in-out 300ms;
}

.common-btn:hover {
      background-color: transparent;
      border: 1px solid #689E98;
      color: #689e98;
}

/* ===========foote start here=========== */
footer .footer-inner {
      background: #2B2B2B;
      padding: 70px 0px;
}

footer .footer-inner p {
      font-size: 14px;
      line-height: 24px;
      max-width: 75%;
      margin: 0 auto;
}

footer .footer-inner h5 {
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
}

/*=================== form css start here ===================*/
/* .bite-details .step span {
font-size: 14px;
display: block;
margin-top: 5px;
margin-left: 5px;
} */
.text-red {
      color: red;
}

.bite-details h6 {
      margin-bottom: 20px;
      font-size: 18px;
}

.step {
      display: none;
}

.step.active {
      display: block;
}

.step-indicator {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
}

.step-indicator .step-item {
      width: 100%;
      position: relative;
      text-align: center;
}

.step-indicator .step-item.active {
      font-weight: bold;
}

#submitBtn {
      display: none;
}

.multi-step-btn-wrapper {
      margin-top: 50px;
}

.checkbox_wrapper .input-group {
      margin-bottom: 10px;
}

.checkbox_wrapper .input-group:last-child {
      margin-bottom: 0;
}

.multi-step-btn-wrapper .next-btn {
      justify-content: end !important;
}

/*=================== form css end here =====================*/
.multi-step-btn-wrapper.next-btn {
      justify-content: end !important;
}

#multiStepForm .bt-detail .input-group,
#multiStepForm .form-1 .input-group,
#multiStepForm .form-2 .input-group,
#multiStepForm .form-3 .input-group,
.input-group,
#multiStepForm .form-5 .input-group {
      display: block;
      margin-top: 15px;
}

#multiStepForm .bt-detail .input-group select {
      width: 100%;
      padding: 14px 16px;
}

#multiStepForm .form-1 .input-group label {
      margin-bottom: 10px;
}

#multiStepForm .form-5 .input-group label {
      margin-bottom: 10px;
}

#multiStepForm .bt-detail .input-group label {
      margin-bottom: 10px;
}

#multiStepForm .form-2 .input-group.mt label {
      margin-bottom: 10px;
}

#multiStepForm .form-3 label {
      margin-bottom: 10px;
}

#multiStepForm .form-1 .input-group input,
#multiStepForm .form-2 .input-group.mt input,
#multiStepForm .form-3 .input-group input {
      width: 100%;
      height: 52px;
}

#multiStepForm .form-2 .input-group.mt {
      width: 100%;
}

#multiStepForm .form-2 .input-group.mt select {
      width: 100%;
      height: 52px;
}

#multiStepForm .form-2 .input-group.mt textarea,
#multiStepForm .form-3 textarea {
      width: 100%;
}

#multiStepForm .checkbox_wrapper .input-group {
      display: flex !important;
      align-items: center !important;
      margin-top: 0 !important;
}

.input-group .form-select {
      border-radius: 0px;
}

#multiStepForm .form-5 .input-group.mt input {
      width: 100%;
}

#multiStepForm .bt-detail .input-group.mt input {
    width: 100%;
    height: 52px;
}

#multiStepForm .checkbox_wrapper .input-group label {
      margin-bottom: 0;
}

#multiStepForm .form-1 .input-group label {
      margin-bottom: 10px;
}

label {
      font-size: 15px;
      color: #000;
      font-weight: 500;
}

.form-check-input:checked {
      background-color: #689e97;
      border-color: #689e97;
}

input:focus {
      box-shadow: none;
}

.form-select:focus {
      border-color: #dee2e6;
      outline: 0;
      box-shadow: none;
}

.form-check-input:focus {
      border-color: #689e98;
      box-shadow: none;
}

#multiStepForm .select-body-btn {
      background: #689e98;
      padding: 10px 20px;
      border: none;
      border-radius: 5px !important;
      overflow: hidden !important;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      /* margin-top: 32px !important; */
}
#multiStepForm .form-3 .select-body-btn {
    margin-top: 32px !important;
}
p.location-name {
      margin-top: 10px;
      text-align: left;
      font-size: 16px;
      color: #000000;
}

.select2-container--default .select2-selection--multiple {
    padding: 5px 10px;
    border: 1px solid #E0E0E0 !important;
    outline: none;
    background: #fff !important;
    border-radius: 0px !important;
    color: #858585;
    height: auto;
    min-height: 52px !important;
}
.professional-sp label {
    min-height: 45px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
      padding: 0 !important;
      height: 100% !important;
      overflow-y: auto;
}

#multiStepForm .next-btn {
      justify-content: right !important;
}

.modal-dialog-centered .body-container {
      position: relative;
      width: 50%;
}

.body-back-image img {
      width: 100%;
}

.body-part {
      position: absolute;
      background: rgba(255, 0, 0, 0.3);
      cursor: pointer;
      /* border-radius: 50%; */
      text-align: center;
}

/* Positioning Body Parts */
.modal-body .front-torso {
      top: 80px;
      left: 55px;
      width: 100px;
      height: 80px;
      opacity: 0;
}

/* .modal-body .back {
      top: 80px;
      left: 60px;
      width: 100px;
      height: 160px;
      background: rgba(0, 0, 255, 0.3);
      opacity: 0;
} */
.modal-body .arm-l {
      top: 90px;
      left: 15px;
      width: 35px;
      height: 220px;
      opacity: 0;
}

.modal-body .arm-r {
      top: 90px;
      right: 5px;
      width: 40px;
      height: 210px;
      opacity: 0;
}

.modal-body .leg-l {
      top: 280px;
      right: 37px;
      width: 50px;
      height: 210px;
      opacity: 0;
}

.modal-body .leg-r {
      top: 280px;
      left: 35px;
      width: 50px;
      height: 210px;
      opacity: 0;
}

.modal-body .belly {
      top: 82px;
      left: 50%;
      width: 100px;
      height: 40px;
      background: rgba(255, 0, 0, 0.3);
      opacity: 0;
      transform: translateX(-50%);
}

.modal-body .groin {
      top: 125px;
      left: 50%;
      width: 100px;
      height: 40px;
      background: rgba(255, 0, 0, 0.3);
      opacity: 0;
      border-radius: 0;
      transform: translateX(-50%);
}

.modal-dialog .body-container img {
      width: 100%;
}

.modal-body .head {
      top: 0;
      left: 50%;
      width: 75px;
      height: 35px;
      opacity: 0;
      transform: translateX(-50%);
}

.modal-body .neck {
      top: 35px;
      left: 50%;
      width: 75px;
      height: 17px;
      opacity: 0;
      transform: translateX(-50%);
}

.modal-body .chest {
      top: 52px;
      left: 50%;
      width: 100px;
      height: 30px;
      opacity: 0;
      transform: translateX(-50%);
}

.modal-body .body-container.back .upper-back {
      top: 40px;
      left: 50%;
      width: 100px;
      height: 40px;
      opacity: 0;
      transform: translateX(-50%);
}

.modal-body .body-container.back .back {
      top: 80px;
      left: 50%;
      width: 100px;
      height: 35px;
      opacity: 0;
      transform: translateX(-50%);
}

.modal-body .body-container.back .bottom {
      top: 119px;
      left: 50%;
      width: 100px;
      height: 40px;
      opacity: 0;
      transform: translateX(-50%);
}

.modal-content {
      border-bottom: 5px solid #689E98;
}

.modal-content .modal-header h5 {
      color: #689E98;
      font-weight: 600;
}

.modal-body #toggleView {
      background-color: #689E98;
      border: 1px solid #689E98;
      padding: 8px 25px;
      color: #fff;
      font-weight: bold;
      font-size: 18px;
}

/* ===============New Step Bar CSS Start Here=============== */
.progress-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
}

.progress-step {
      position: relative;
      font-size: 16px;
      background: #689E98;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      border-radius: 50%;
}

.progress-line {
      flex: 1;
      width: 100%;
      height: 6px;
      background: #EFF0F6;
}

.progress-line.active {
      background-color: #7da9a0;
}

.progress-line.active-half {
      position: relative;
}

.progress-line.active-half::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      background: #689e98;
      height: 6px;
}

/* ===============New Step Bar CSS Start Here=============== */


.marker {
      width: 12px;
      height: 12px;
      background-color: red;
      border: 2px solid white;
      border-radius: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      z-index: 10;
      pointer-events: none;
}

.marker-message {
      font-size: 13px;
      display: none;
}

.modal-dialog .common-btn {
      color: #fff;
      background: #689E98;
      border: 1px solid #689E98;
      font-size: 16px;
      line-height: normal;
      font-weight: 500;
      font-family: "Open Sans", sans-serif;
      padding: 10px 30px;
      border-radius: 56px;
      display: inline-block;
      transition: all ease-in-out 300ms;
}

#fileNames {
      border: 1px solid #000;
      width: 400px;
      padding: 15px;
      margin-left: auto;
}

.survey-wrap {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #689E98;
      padding-bottom: 20px;
      font-size: 1.25rem;

}

.bitten-label p {
      margin-right: 15px;
}
  #initialSymptoms option.none-option {
        font-weight: bold;
      font-weight: 900;

    }

     .thank-you-box {
    padding: 120px 30px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    text-align: center;
    margin-top: 20px;
}

    .form-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
}

.spinner {
    width: 45px;
    height: 45px;
    border: 5px solid #ddd;
    border-top: 5px solid #007cba;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* tooltip styling */
.info-tooltip {
    position: relative;
    display: inline-block;
    margin-left: 6px;
    cursor: pointer;
    color: #0d6efd;
}

.info-tooltip i {
    font-size: 16px;
}

.tooltip-content {
    display: none;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 1000;
    text-align: center;
}

.tooltip-content img {
    max-width: 100%;
    border-radius: 4px;
    margin-bottom: 6px;
}

.tooltip-content small {
    font-size: 12px;
    color: #333;
    display: block;
}

.info-tooltip:hover .tooltip-content {
    display: block;
}
.info-tooltip svg {
    margin-left: 6px;
    vertical-align: middle;
    color: #0d6efd; /* Bootstrap primary */
}

/* custom style */

.custom-radio {
    width: 20px;
    height: 20px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background-color: transparent;
    border: 2px solid #689E97;
    border-radius: 3px; /* square */
    cursor: pointer;
    position: relative;
    margin-right: 8px;

    background-image: none !important; /* Bootstrap override */
}
.form-check .custom-radio {
    border-radius: 0;
}
/* Checked state */
.custom-radio:checked {
    background-color: #689E97;
    border-color: #689E97;
}

/* Tick mark */
.custom-radio:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Focus (Bootstrap accessibility) */
.custom-radio:focus {
    box-shadow: 0 0 0 0.15rem rgba(104, 158, 151, 0.4);
}

#multiStepForm .step .error {
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

