* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.copyright-disclaimer {
    border-radius: 20px;
    color: #006747;
    text-align: center;
    border: 1px solid #006747;
    background-color: rgba(255, 255, 255, 0.4);
    margin-top: 20px;
    font-weight: 500;
    font-style: italic;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.16);
    margin-bottom: 40px;
}

.diagnosis-points {
    color: #000;
    text-decoration: underline;
}

.main-header {
    margin-top: 15px;
    margin-bottom: 10px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: flex;
    width: 1.375rem;
    height: 1.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.form-group.has-search {
    display: flex;
    align-items: center;
    margin: 0;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.fa-search {
    padding-left: 7px;
}

select.selectpicker {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #3d3d3d;
    padding: 7px 10px;
}

/* ====Drope Down=== */
.input-display {
    display: flex;
    gap: 10px;
}

.coll-display {
    display: flex;
    justify-content: center;
    align-items: center;
}

.feet-logo {
    margin: 5px 0px;
}

/* ====Drope Down complete=== */
/* .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
} */
/* .feet-logo{
    margin-top: 10px;
} */
/* .has-search{
    display: flex;
    align-items: center;
} */
/* .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    pointer-events: none;
    color: #aaa;

} */
/* .main {
    width: 50%;
    margin: 50px auto;
} */
/* .search-input{
    width: 80%;

} */
/* ============== */
.navbar {
    background-color: #006747;
}

.navbar-nav {
    gap: 16px;
}

.nav-link {
    color: white !important;
    font-size: 16px;
}

.first-barr {
    width: 2px;
    height: 135px;
    background-color: rgb(105, 158, 179);
    position: absolute;
    top: 35px;
    left: 15px;
}

.bar-position {
    position: relative;
}

.second-barr {
    width: 2px;
    height: 160px;
    background-color: rgb(105, 158, 179);
    position: absolute;
    top: 40px;
    left: 40px;
}

/* ====Navbar Complete==== */
.box-show {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 50px #0000000d;
    border-radius: 20px;
    text-align: center;
    padding-top: 4pc;
    padding-bottom: 4pc;
    margin-top: 50px;
    margin-bottom: 10pc;
}
.box-show-2 {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 50px #0000000d;
    border-radius: 20px;
    text-align: start;
    padding-top: 2pc;
    padding-bottom: 2pc;
    margin-top: 50px;
    margin-bottom: 10pc;
}
.container h5 {
    font-size: 22px;
    text-align: center;
    color: #3d3d3d;
}

.about-title {
    color: #3d3d3d;
    font-size: 14px;
    text-align: center;
}
.about-page {
    color: #3d3d3d;
    font-size: 22px;
    margin: 30px 0 30px 0 ;
}
.start-btn {
    font-size: 18px;
    border: 2px solid #006747;
    color: #fff;
    padding: 3px 30px;
    border-radius: 8px;
    background-color: #006747;
    margin-top: 15px;
    text-transform: uppercase;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.start-btn:hover {
    font-size: 18px;
    border: 2px solid #006747;
    color: #006747;
    padding: 3px 30px;
    border-radius: 8px;
    background-color: #fff;
    margin-top: 15px;
    text-transform: uppercase;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -30%, 0);
}

.survay_option {
    width: 33%;
    margin: 0 auto;
    transition: 0.5s;
}

.survay_option:hover {
    transform: translate3d(0, -10%, 0);
}

.round-icon {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background-color: #dbefe3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.demo-image {
    margin-top: 20px;
}

/* .round-icon img{
    width: 50px;
} */
.end-section {
    background-color: hsl(161, 100%, 20%);
    padding-top: 25px;
    padding-bottom: 4pc;
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo img {
    width: 95%;
}

.head-text {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.footre-text {
    color: white;
    font-size: 14px;
}

.footre-text:hover {
    color: white;
    text-decoration: none;
}

li {
    list-style-type: none;
    text-decoration: none;
}

/* .goto_head{
    text-align: center;
} */
.contect-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.addres {
    color: #ffffff;
    font-size: 14px;
}

.level-text {
    color: #ffffff;
    font-size: 14px;
}

.icon {
    width: 30px;
    height: 30px;
    border: 2px solid #3d3d3d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa-facebook-f {
    color: #ffffff;
}

.fa-twitter {
    color: #ffffff;
}

.fa-youtube {
    color: #ffffff;
}

.fa-instagram {
    color: #ffffff;
}

.icon-round {
    display: flex;
    gap: 7px;
}

/* =====PART TWO==== */
.question-part {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 50px #0000000d;
    border-radius: 20px;
    padding: 1pc 29px 3pc 25px;
    margin-top: 50px;
    margin-bottom: 10pc;
    /* height: 40pc; */
}

.question-part > h2 {
    font-size: 25px;
    font-weight: 600;
    color: #006747;
}

.question-part > h2 span:first-child {
    font-size: 50px;
    font-weight: 600;
    color: #006747;
}

.margen-div {
    margin-bottom: 5px;
    margin-top: 3px;
}

.show-question {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    gap: 10px;
    background-color: #f8f8f8;
    border: 1px solid transparent;
    padding: 12px 20px;
    border-radius: 0px 12px 12px 0px;
    border-left: 8px solid #e6e6e6;
    width: 100%;
    color: #3d3d3d;
    transition: 0.5s;
    cursor: pointer;
}

.show-question img {
    width: 30px;
}

.show-question h6 {
    font-size: 16px;
    text-decoration: none;
    margin: 0;
}

/* .one-page {
    min-height: 420px;
} */

/* .two-page {
    min-height: 340px;
}

.three-page {
    min-height: 260px;
}

.four-page {
    min-height: 125px;
} */

.toolbar {
    display: none;
}

.display-div {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: 5px;
    margin-top: 15px;
}

.round-radio {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #b9b9b9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    position: relative;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #006747;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.display-div:hover .show-question {
    border: 1px solid hsl(161, 100%, 20%);
    border-left: 8px solid hsl(161, 100%, 20%);
    transition: 0.3s;
    color: #006747;
    margin-left: 10px;
}

.display-div:hover .circle {
    opacity: 1;
}

.circle {
    font-size: 10px;
    color: hsl(161, 100%, 20%);
    opacity: 0;
}

.border-div {
    position: relative;
}

.border {
    position: absolute;
    width: 1px;
    height: 35px;
    background-color: #dbdbdb;
    top: -11px;
    left: 14px;
}

/* ====Progress Barr==== */
.barr-text {
    color: #3d3d3d;
    text-align: center;
    margin-top: 1pc;
    margin-bottom: 0;
}

.progress {
    width: 50%;
    margin: 0 auto;
    margin-top: 7px;
    height: 10px;
}

.progress-bar {
    background-color: #006747;
}

/* .box {
    width: 350px;
    height: 350px;
} */

.back-btn {
    background: #006747;
    color: white;
    border: none;
    padding: 7px 20px 7px 12px;
    border-radius: 10px;
    display: flex;
    margin-left: 10px;
    height: 40px;
    outline: none;
    align-items: center;
}

.back-btn span {
    margin-left: 10px;
}

.fa-level-down-alt {
    transform: rotate(90deg);
}

/* ====progress barr complete==== */

/* =====Part of Body Pain==== */

.patin-titel {
    color: white;
    background-color: #006747;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 13px;
    border-radius: 8px;
    max-width: 100% !important;
    /* width: 300px; */
    display: none;
}

ul {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 15px 0;
    padding: 0 5px;
}

ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
}

ul.square li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background-color: #006747;
}

.pain-pointes {
    color: #3d3d3d;
}

.pain-pointes:hover {
    color: #3d3d3d;
}

/* .ankel-part {
    width: 180px;
} */

.body-part {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
}

.main-pointes {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    margin-top: 15px;
}

.main-return-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px !important;
}

.pain-act {
    font-size: 14px;
    background: white;
    width: auto;
    text-align: left;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 20px 0;
}

.way-home {
    display: flex;
}

.pain-detection {
    background-image: url("../Images/Back_image.png");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 3pc;
}

@media (max-width: 575px) {
    .copyright-disclaimer {
        font-size: 14px;
        width: 85%;
    }

    .second-barr {
        display: none;
    }

    .first-barr {
        display: none;
    }

    .coll-display {
        margin-bottom: 14px;
    }

    .feet-logo {
        width: 270px;
        margin-bottom: 15px;
    }

    .contect-text {
        text-align: left;
    }

    .head-text {
        margin-top: 10px;
    }

    .container h5 {
        font-size: 20px;
    }

    .box-show {
        width: 90%;
    }

    .question-part {
        width: 90%;
        height: auto;
    }

    .question-part > h2 {
        font-size: 16px;
        margin-top: 15px;
    }

    .question-part > h2 span:first-child {
        font-size: 25px;
    }

    .show-question h6 {
        font-size: 14px;
        margin-left: 5px;
    }

    .show-question img {
        width: 25px;
    }

    .demo-image {
        width: 100%;
    }

    .show-question {
        margin-left: 0;
        gap: 0;
    }

    .round-radio {
        display: none;
    }

    .border {
        display: none;
    }

    .display-div {
        margin-left: 0px;
    }

    .display-div:hover .show-question {
        margin-left: 0;
    }

    .show-question {
        padding: 12px 10px;
        border-radius: 0;
    }

    ul li {
        padding: 0;
    }

    .back-btn {
        padding: 7px 10px;
        height: 35px;
        font-size: 14px;
    }
    .pain-pointes {
        margin-left: 20px;
    }
}
.overlay img:hover {
    filter: hue-rotate(0deg) brightness(60%) saturate(400%) !important;
    transform: none !important;
}
.overlay
    .overlay-one
    .overlay-two
    .overlay-three
    .overlay-four
    .overlay-five
    .overlay-six
    .overlay-seven
    .overlay-eight
    .overlay-nine {
    position: relative;
}

.red-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.829);
    display: none;
    pointer-events: none;
}
.overlay img:hover,
.overlay-one img:hover,
.overlay-two img:hover,
.overlay-three img:hover,
.overlay-four img:hover,
.overlay-five img:hover,
.overlay-six img:hover,
.overlay-seven img:hover,
.overlay-eight img:hover,
.overlay-nine img:hover {
    filter: hue-rotate(0deg) brightness(60%) saturate(400%) !important;
    transform: none !important;
}
.layer-one img:hover,
.layer-two img:hover,
.layer-three img:hover,
.layer-four img:hover,
.layer-five img:hover,
.layer-six img:hover,
.layer-seven img:hover,
.layer-eight img:hover,
.layer-nine img:hover,
.layer-ten img:hover,
.layer-eleven img:hover,
.layer-twelve img:hover {
    filter: hue-rotate(0deg) brightness(60%) saturate(400%) !important;
    transform: none !important;
}

/* Other styles remain the same */
.layer-one,
.layer-two,
.layer-three,
.layer-four,
.layer-five,
.layer-six,
.layer-seven,
.layer-eight,
.layer-nine,
.layer-ten,
.layer-eleven,
.layer-twelve {
    position: relative;
}

.red-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.829);
    display: none;
    pointer-events: none;
}
.layout-one img:hover,
.layout-two img:hover,
.layout-three img:hover,
.layout-four img:hover,
.layout-five img:hover,
.layout-six img:hover,
.layout-seven img:hover,
.layout-eight img:hover,
.layout-nine img:hover,
.layout-ten img:hover,
.layout-eleven img:hover,
.layout-twelve img:hover,
.layout-thirteen img:hover,
.layout-fourteen img:hover,
.layout-fifteen img:hover,
.layout-sixteen img:hover,
.layout-seventeen img:hover,
.layout-eighteen img:hover,
.layout-twenty img:hover {
    filter: hue-rotate(0deg) brightness(60%) saturate(400%) !important;
    transform: none !important;
}

/* Other styles remain the same */
.layout-one,
.layout-two,
.layout-three,
.layout-four,
.layout-five,
.layout-six,
.layout-seven,
.layout-eight,
.layout-nine,
.layout-ten,
.layout-eleven,
.layout-twelve,
.layout-thirteen,
.layout-fourteen,
.layout-fifteen,
.layout-sixteen,
.layout-seventeen,
.layout-eighteen {
    position: relative;
}

.red-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.829);
    display: none;
    pointer-events: none;
}
.layover-one img:hover,
.layover-two img:hover,
.layover-three img:hover,
.layover-four img:hover,
.layover-five img:hover,
.layover-six img:hover,
.layover-seven img:hover,
.layover-eight img:hover,
.layover-nine img:hover,
.layover-ten img:hover,
.layover-eleven img:hover,
.layover-twelve img:hover,
.layover-thirteen img:hover,
.layover-fourteen img:hover {
    filter: hue-rotate(0deg) brightness(60%) saturate(400%) !important;
    transform: none !important;
}

.layover-fourteen .active {
    filter: hue-rotate(0deg) brightness(60%) saturate(400%) !important;
    transform: none !important;
}

/* Other styles remain the same */
.layover-one,
.layover-two,
.layover-three,
.layover-four,
.layover-five,
.layover-six,
.layover-seven,
.layover-eight,
.layover-nine,
.layover-ten,
.layover-eleven,
.layover-twelve,
.layover-thirteen,
.layover-fourteen {
    position: relative;
}

.red-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.829);
    display: none;
    pointer-events: none;
}

.layover-one img:hover,
.layover-two img:hover,
.layover-three img:hover,
.layover-four img:hover,
.layover-five img:hover,
.layover-six img:hover,
.layover-seven img:hover,
.layover-eight img:hover,
.layover-nine img:hover,
.layover-ten img:hover,
.layover-eleven img:hover,
.layover-twelve img:hover,
.layover-thirteen img:hover,
.layover-fourteen img:hover {
    filter: hue-rotate(0deg) brightness(60%) saturate(400%) !important;
    transform: none !important;
}

/* Other styles remain the same */
.layover-one,
.layover-two,
.layover-three,
.layover-four,
.layover-five,
.layover-six,
.layover-seven,
.layover-eight,
.layover-nine,
.layover-ten,
.layover-eleven,
.layover-twelve,
.layover-thirteen,
.layover-fourteen {
    position: relative;
}

.red-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.829);
    display: none;
    pointer-events: none;
}

.highlighted {
    background-color: green; /* Set the desired highlight color */
}

.text-box {
    margin-top: 20px;
}
.text-box h1 {
    font-size: 20px;
}
.text-box h2 {
    font-size: 20px;
}

/* Contact Page */
.contact-info-h3 {
    font-size: 40px;
    font-weight: 6300;
}

.address-card-box {
    height: 2em;
    width: 2em;
    border: 2px solid #136647;
    border-radius: 50%;
    color: #136647;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footeducation-p {
    font-size: 14px;
    padding-left: 15px;
    color: #333333;
}
.footeducation-address-p {
    font-size: 14px;
    padding-left: 75px;
    color: #333333;
}
.footeducation-address-p-down {
    font-size: 13px;
    color: #333333;
}
.help-span {
    font-size: 13px;
    color: #333333;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.address-box {
    display: flex;
    align-items: center;
}

.contract-with-us-h3 {
    font-size: 35px;
    font-weight: 450;
}
.label-text {
    font-size: 13px;
    color: #333333;
}
.contract-input {
    background-color: #f5f5f5;
    color: #333333;
    padding: 0 0.8rem;
    width: 100%;
    border-radius: 0.3rem;
    box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0, 0, 0, 0.08) inset;
    transition: all 0.3s;
    border: none;
}
.btn-send {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    width: 80px;
    height: 40px;
    border-radius: 0.3em;
    box-shadow: 0 0em 0em rgba(0, 0, 0, 0.18);
    background-color: #136647;
    color: #fff !important;
}

.social-icons-btn {
    display: flex;
    padding-bottom: 20px;
    padding: 10px 0px 20px 0px;
}
.icons {
    width: 35px;
    height: 35px;
    font-size: 1.2rem;
    text-decoration: none;
    background: transparent;
    border: 1px solid rgb(156, 153, 153);
    margin: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* box-shadow:
      0 2px 2px #d1d1d1; */
    cursor: pointer;
    transition: all 0.15s ease;
}
.icons-fa-twitter {
    color: #55acee;
}
.icons-twitter:hover {
    background: #55acee !important;
    border: none !important;
}
.icons-twitter:hover .icons-fa-twitter {
    color: #fff !important;
}
.icons-fa-facebook {
    color: #4267b2;
}
.icons-facebook:hover {
    background: #4267b2;
    border: none !important;
}
.icons-facebook:hover .icons-fa-facebook {
    color: #fff !important;
}
.icons-fa-instagram {
    color: #000;
}
.icons-instagram:hover {
    background-image: linear-gradient(#8a3ab9, #e95950, #bc2a8d, #fccc63);
    border: none !important;
}
.icons-instagram:hover .icons-fa-instagram {
    color: #ffffff;
}
.icons-fa-youtube {
    color: #f00;
}
.icons-youtube:hover {
    background: #f00;
    border: none !important;
}

.icons-youtube:hover .icons-fa-youtube {
    color: rgb(255, 255, 255);
}

@media only screen and (max-width: 600px) {
    .contract-with-us-h3 {
        font-size: 26px;
        font-weight: 450;
    }
}
