body {
    overflow-x: hidden;
    font-family: Urbanist !important;
}

img {
    max-width: 100%;
}

.navigation img {
    max-width: 40px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.navigation .logo {
    display: inline-block;
    font-size: 1.4em;
    vertical-align: middle;
}

.header-section .bg-dark {
    opacity: 0.5;
}

.feature-image {
    position: relative;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    border: 3px solid #fff;
}

.feature-image img {
    max-width: 200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.footer .copyright:before {
    content: "© ";
}

.icon-wrap {
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 100%;
    overflow: hidden;
}

.demo-note {
    text-align: right;
}

.demo-note small {
    top: 50%;
    position: relative;
    height: fit-content;
    display: block;
    transform: translateY(-50%);
    color: #585858;
    font-style: italic;
}

.footer,
.footer small,
.footer a {
    text-decoration: none;
    color: #929292;
}

.bg-light-therapy {
    background-color: #f8f9fa !important;
}

.img-fluid {
    width: 100% !important;
    height: auto
}

@media screen and (max-width: 768px) {
    .navigation .col-12 {
        text-align: center !important;
    }

    .navigation .demo-note {
        margin-bottom: 30px;
    }

    .header-section .w-50,
    .sub-header-section .w-50 {
        width: 90% !important;
        margin-top: 10px;
        margin-bottom: 60px;
    }

    .fs-sm-33 {
        font-size: 26px !important;
    }

    .fs-sm-13 {
        font-size: 14px;
        line-height: 21px;
    }

    .getstart-btn-new {
        padding: 3px 40px !important;
    }
    .black-therapy-title {
        font-size: 28px;
        line-height: 30px;
    }
}

.fs-14 {
    font-size: 14px !important;
}

.fs-white-title {
    color: white !important;
}

@media (min-width: 798px) and (max-width: 1200px) {
    .fs-sm-13 {
        font-size: 16px;
        padding: 9px 12px !important;
    }
    .black-therapy-title {
        font-size: 40px;
        line-height: 44px;
    }
    /* .fs-sm-33 {
        font-size: 24px !important;
    } */
    .getstart-btn-new {
        padding: 10px 50px !important;
    }
}
@media (min-width: 1200px) {
    .fs-sm-13 {
        font-size: 19px;
        padding: 14px 16px !important;
    }
    .black-therapy-title {
        font-size: 47px;
        line-height: 52px;
    }
    .getstart-btn-new {
        padding: 10px 50px !important;
    }
}
.match-fixed-btn {
    max-width: 120px;
    position: fixed;
    bottom: 20px;
}
.match-fixed-btn-container {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    width: 100%;
}
.height-85-icon {
    height: 85px;
}

.height-78-icon {
    height: 78px;
}

.mll-9 {
    margin-left: -9px;
}

.bg-therapy-cover-text {
    background: #2D2D2D66;
    border-radius: 10px;
    padding: 7px 0px;
    font-family: Urbanist;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}

.main-title-therapy {
    font-family: Urbanist;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}