body {
    margin: 0;
    font-family: arial, sans-serif;
    background-color: var(--PTBlue);
}

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

a {
    text-decoration: none;
    width: max-content;
    color: inherit;
}

li {
    list-style: none;
}

:root {
    --PTRed: #9e0d0d;
    --PTYellow: #e6b625;
    --PTBlue: #1b2a8f;
}

.blue {
    color: var(--PTBlue);
}

.red {
    color: var(--PTRed);
}


.main {
    padding: 30px;
}

.width {
    max-width: 1250px;
    margin: 0 auto;
}

header {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    text-align: center;
}

.head {
    padding: 20px;
    height: 20%;
}

.head-column {
    width: 33%;
    float: left;
}

.header-left {
    text-align: left;
    padding: 0 10px;
}

.header-centre {
    text-align: center;
}



.head-button {
    background-color: var(--PTRed);
    color: var(--PTYellow);
    cursor: pointer;
    padding: 18px;
    width: max-content;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid;
    box-shadow: -5px 5px;
    display: inline-block;
}

.head-button-close {
    background-color: var(--PTRed);
    color: var(--PTYellow);
    cursor: pointer;
    padding: 18px;
    width: max-content;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid;
    box-shadow: -5px 5px;
    float: right;
}



.logo {
    margin: 0 auto;
    height: 80px;
}


.header-text {
    position: relative;
    height: 15%;
    padding: 0 20px 10px 20px;
    font-weight: bold;
    font-size: 5vh;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

.header-img {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    height: 65%;
}

.header-person {
    height: 100%;
    width: auto;
    object-fit: contain;
    margin: 0 auto;
    bottom: 0;
}

.head:after {
    content: "";
    display: table;
    clear: both;
}

.insta-header {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.header-follow {
    background-color: var(--PTYellow);
    color: #000000;
    cursor: pointer;
    padding: 18px;
    width: max-content;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid;
    box-shadow: -5px 5px;
    display: inline-block;
}

.header-follow:hover {
    background-color: var(--PTRed);
}

/* NAV OVERLAY */
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--PTBlue);
    z-index: 200;
    cursor: pointer;
    padding: 40px 30px;
}

.nav {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 60%;
}

.nav a {
    position: relative;
    display: inline-block;
}

.nav-collapsible {
    background-color: var(--PTYellow);
    color: #000000;
    cursor: pointer;
    padding: 18px;
    width: max-content;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    border: 1px solid;
    box-shadow: -5px 5px;
}

.nav-collapsible:hover {
    background-color: var(--PTRed);
}

.nav-collapsible:after {
    content: '\002B';
    color: #000000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.nav-active:after {
    content: "\2212";
}

.nav-content-lnks {
    background-color: var(--PTRed);
    color: white;
    cursor: pointer;
    padding: 18px;
    display: block;
    width: max-content;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    border: 1px solid;
    box-shadow: -5px 5px;
}

.nav-content-lnks:hover {
    background-color: #000000;
}

.nav-content {
    margin-bottom: 3px;
    max-height: 0;
    display: block;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding-left: 5px;
}


/* Tile page */

.title {
    font-weight: bolder;
    padding: 40px 0 20px 0;
    font-size: 35px;
}

.title-bottom {
    font-weight: bolder;
    padding: 0 0 30px 0;
    font-size: 35px;
}

.headline {
    color: var(--PTRed);
    margin-top: -20px;
    font-weight: bold;
}

.action {
    background-color: #fff;
    padding-top: 30px;
}

.action-button {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 50px;
}


.button {
    background-color: var(--PTYellow);
    color: #000000;
    cursor: pointer;
    padding: 18px;
    width: max-content;
    border: none;
    text-align: left;
    outline: none;
    font-weight: bold;
    margin: 10px;
    border: 1px solid;
    box-shadow: -5px 5px;
    display: inline-block;
}

.button:hover {
    background-color: var(--PTRed);
}

.action p {
    padding: 20px;
    max-width: 600px;
    height: max-content;
    background:
        linear-gradient(to right, var(--PTRed) 4px, transparent 4px) 0 100%,
        linear-gradient(to left, var(--PTRed) 4px, transparent 4px) 100% 0,
        linear-gradient(to bottom, var(--PTRed) 4px, transparent 4px) 100% 0,
        linear-gradient(to top, var(--PTRed) 4px, transparent 4px) 0 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.5;
}

.me {
    background-color: #fff;
}

.me-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.me img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.me p {
    line-height: 1.5;
    padding-bottom: 40px;
}

.help-tabs {
    padding-bottom: 50px;
}

/* What I offer slide tabs */
.collapsible {
    background-color: var(--PTRed);
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    border: 1px solid;
    box-shadow: -5px 5px;
}



.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.content {
    line-height: 1.5;
    margin-bottom: 3px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: var(--PTYellow);
}

.content p {
    margin: 20px;
}

@media (min-width:1000px) {
    .your-journey-left {
        width: 40%;
        float: left;
        right: 0;
    }

    .journey-title {
        width: 50%;
        text-align: left;
        float: right;
    }

    .your-journey-right {
        width: 60%;
        float: left;
    }

    .journey p {
        color: #000000;
        line-height: 1.5;
        width: 65%;
    }
}

.your-journey {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    padding-bottom: 60px;
}

.journey {
    border-left: 5px solid;
    border-top: 5px solid;
    border-bottom: 5px solid;
    padding: 0 0 0 30px;
    margin-top: 30px;
    border-radius: 30px;
    margin-right: -60px;
    padding-right: 60px;
}

.pont-row {
    width: 100%;
}

.sphere {
    height: 16px;
    width: 16px;
    border-radius: 50px;
    background-color: var(--PTBlue);
    border: 2.5px solid #fff;
    display: inline-block;
    margin-left: -40.5px;
}

.sub-title {
    padding: 40px 0 20px 20px;
    display: inline-block;
}

.sub-title-top {
    padding: 10px 0 5px 0;
    font-weight: bold;
}

.journey p {
    color: #000000;
    line-height: 1.5;

}

.journey a {
    text-decoration: underline;
}

.b {
    padding-bottom: 20px;
}

.journey:after {
    content: "";
    display: table;
    clear: both;
}



.clients {
    background-color: var(--PTRed);
    padding-bottom: 20px;
}

.client-row {
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 30px 50px 15px;
    display: flex;
}

.client-card {
    flex: 0 0 300px;
    /* fixed width, equal height */
    display: flex;
    flex-direction: column;
    width: 300px;
    border: none;
    outline: none;
    margin: 10px 0 10px 25px;
    border: 1px solid;
    box-shadow: -5px 5px;
    white-space: normal;
}

.say-card {
    flex: 0 0 400px;
    /* fixed width, equal height */
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 400px;
    border: none;
    outline: none;
    margin: 10px 0 10px 25px;
    border: 1px solid;
    box-shadow: -5px 5px;
    white-space: normal;
    padding: 10px 15px;
}

.client-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.name-rate {
    width: 100%;
}

.name-column {
    width: max-content;
    float: left;
}

.rate-column {
    width: max-content;
    float: right;
}

.client-name {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 25px;
}

.client-card p {

    padding: 10px 15px;
    background-color: #fff;
    margin-top: -5px;
    line-height: 1.5;
    height: 100%;
}

.say-card p {
    margin-top: -5px;
    line-height: 1.5;
    height: 100%;
}

.online {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
    background-color: var(--PTYellow);
}

.online img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.online-content {
    padding: 30px;
}

.online-box {
    padding: 20px;
    background-color: #fff;
    color: var(--PTRed);
    border: 1px solid;
    box-shadow: -5px 5px;
}

.online p {
    color: #000000;
    line-height: 1.5;
    padding-bottom: 30px;
}

.sphere-two {
    height: 16px;
    width: 16px;
    border-radius: 50px;
    background-color: var(--PTRed);
    border: 2.5px solid var(--PTYellow);
    display: inline-block;
    margin-left: -40.5px;
}

@media (min-width:1000px) {
    .online {
        width: 100%;
        padding-bottom: 0px;
    }

    .online-image {
        width: 50%;
        height: 600px;
        float: left;
        margin-bottom: -4px;
    }

    .online img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }

    .online-content {
        width: 50%;
        height: 600px;
        float: left;
        padding: 30px 50px;
        display: flex;
        align-items: center;

    }

    .online-box {
        padding: 20px;
        background-color: #fff;
        color: var(--PTRed);
        border: 1px solid;
        box-shadow: -5px 5px;
        margin: 0 auto;
        width: 100%;

        display: table-cell;
        vertical-align: middle;
    }


}

.physio {
    background-color: #fff;
}

.physio img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.physio-content {
    padding: 20px;
    background-color: #fff;
    color: var(--PTYello);
    border: 1px solid;
    box-shadow: -5px 5px;
}

.physio p {
    color: #000000;
    line-height: 1.5;
    padding-bottom: 30px;
}

footer {
    text-align: center;
}

footer p {
    color: #fff;
    margin: 0 auto;
}

footer a {
    display: block;
    margin: 0 auto;
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
}

#chat-icon {
    width: max-content;
    height: max-content;
    background-color: var(--PTYellow);
    border-radius: 100px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1;
    cursor: pointer;
    padding: 15px;
    display: inline-block;
}

.chat-icon-close {
    width: max-content;
    height: max-content;
    background-color: var(--PTYellow);
    border-radius: 100px;
    position: fixed;
    z-index: 2000;
    bottom: 25px;
    right: 25px;
    cursor: pointer;
    padding: 15px;
}

.whatsapp-icon {
    width: 45px;
}

.close-icon {
    width: 45px;
    height: 45px;
    margin: 25px 25px 0 0;
}

.x-icon {
    font-size: 45px;
    margin: 0 auto;
}


#whatsapp {
    padding: 25px;
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.whatsapp-close {
    background-color: var(--PTRed);
    padding: 8px 12px;
    border-radius: 100px;
    width: max-content;
    color: #fff;
    float: right;
    cursor: pointer;
    text-decoration: none;
    border: none;
}

.whatsapp-chatbox {
    background-color: #fff;
    height: max-content;
    border-radius: 40px 40px 0 40px;
    border: solid var(--PTYellow) 5px;
    padding-bottom: 30px;
    width: 100%;
    bottom: 0;
    right: 0;
    margin-bottom: 100px;
}

.whatsapp-top {
    padding: 20px;
    background-color: var(--PTYellow);
    height: max-content;
    border-radius: 35px 35px 0 0;
}

.whatsapp-col {
    width: max-content;
    float: left;
}

.whatsapp-coll {
    width: max-content;
    float: right;
}

.dp-img {
    width: 50px;
    object-fit: cover;
}

.whatsapp-name {
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
}

.whatsapp-active {
    padding: 2px 0 0 20px;
    color: #3b3b3b;
    font-size: 14px;
}

.whatsapp-connect {
    float: right;
    background-color: green;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
}



.whatsapp-profile:after {
    content: "";
    display: table;
    clear: both;
}



.whatsapp-group {
    padding: 40px 20px;
}

.whatsapp-message {
    width: max-content;
    max-width: 100%;
    background-color: #f3f3f3;
    padding: 8px 12px;
    border-radius: 15px 15px 0 15px;
    margin: 5px 0;
    word-wrap: break-word;
    text-align: right;
    float: right;
    line-height: 1.5;
}

.whatsapp-cta {
    height: 80px;
    background-color: var(--PTYellow);
    border-radius: 100px;
    padding: 20px;
    text-align: left;
    cursor: pointer;
}

.whatsapp-cta-textbox {
    background-color: #e5e5e5;
    width: 80%;
    height: 100%;
    padding: 8px 16px;
    border-radius: 100px;
}

.whatsapp-time {
    text-align: right;
    font-size: 15px;
    color: #3b3b3b;
}

.whatsapp-chatbox:after {
    content: "";
    display: table;
    clear: both;
}







@media (min-width:600px) {

    #whatsapp {
        max-width: 500px;
        right: 0;
    }
}