/*- phone devices -*/
@media (min-width:320px) and (max-width:768px) {

    .paginator_sec {
        margin: 10px 0;
    }

    .breadcrumb-sec .container {
        padding-left: 20px;
    }

    input.btn-submit-head {
        width: 100%;
    }

    .years-sec img.img-fluid {
        padding-top: 10px;
    }

    .years-sec h3 {
        font-size: 27px;
        line-height: 35px;
    }

    section.info {
        padding: 30px 0;
    }

    .info h3 {
        font-size: 21px;
        margin-bottom: 30px;
    }

    .first-sec h1 {
        font-size: 27px;
        margin: 10px;
        line-height: 36px;
    }

    .first-sec h1::after {
        display: none;
    }

    .first-sec h4 {
        font-size: 20px;
    }

    .first-sec h5 {
        margin-bottom: 30px;
        font-size: 20px;
    }

    .who-we-are-left img.img-fluid {
        margin-bottom: 10px;
    }

    .who-we-are-left p {
        font-size: 19px;
        line-height: 33px;
        margin-bottom: 10px;
    }

    .makes-unique {
        padding: 30px 0;
    }

    .makes-unique .title-bar::after {
        display: none;
    }

    .makes-unique .title-bar::before {
        display: none;
    }

    .makes-unique .title-bar h3 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .makes-unique .title-bar p {
        font-size: 19px;
    }

    .makes-unique .title-bar h3::after {
        display: none;
    }

    .makes-box {
        height: auto;
        padding-bottom: 20px;
        margin: auto;
    }

    .make-title p {
        font-size: 17px;
        margin-bottom: 30px;
    }

    section.finding-therapist-sec {
        padding: 30px 0;
    }

    section.finding-therapist-sec h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    section.finding-therapist-sec h3::before {
        display: none;
    }

    section.finding-therapist-sec h4 {
        font-size: 20px;
        padding: 10px 0px;
        font-weight: 500;
    }

    .finding-box p {
        margin: 10px 0;
        font-size: 19px;
        line-height: 30px;
    }

    .questions-sec h3::after {
        display: none;
    }

    .questions-sec h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .head-form .row .col-md-12 {
        display: unset;
    }

    .head-form .row {
        padding: 10px 35px 10px;
        border-radius: 0;
        margin-bottom: 0;
        background: #ffffff29;
        backdrop-filter: unset;
    }

    .makes-unique .col-md-4 {
        margin-bottom: 30px;
    }

    .finding-box {
        width: 100%;
        min-height: unset;
        background-size: cover;
    }
}