/*!
Theme Name: continuum
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: continuum
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

continuum is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.mb-5 {
    padding-bottom: 40px;
}

p {
    font-size: 17px;
}

.team-details__right1 {
    margin-left: 0px !important;
}



.therapy-timeline {
    padding: 60px 0 60px 0;
    background: linear-gradient(to bottom, #f6fbf9, #ffffff);
}

.tt-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    position: relative;
}

.tt-header {
    text-align: center;
    margin-bottom: 90px;
}


.tt-header h2 {
    font-size: 38px;
    margin: 14px 0;
    color: #1f3d3a;
}


.tt-line {
    position: absolute;
    top: 260px;
    left: 50%;
    width: 2px;
    height: calc(100% - 260px);
    background: linear-gradient(to bottom, #cfe5e1, transparent);
    transform: translateX(-50%);
}

.tt-step {
    position: relative;
    width: 45%;
    padding: 30px 34px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
    margin-bottom: 70px;
}

.tt-step.left {
    margin-right: auto;
}

.tt-step.right {
    margin-left: auto;
}

.tt-step.center {
    margin: 90px auto 0;
    text-align: center;
}

.tt-dot {
    position: absolute;
    top: 30px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4a7c7a, #6fa6a1);
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tt-step.left .tt-dot {
    right: -26px;
}

.tt-step.right .tt-dot {
    left: -26px;
}

.tt-step.center .tt-dot {
    position: relative;
    margin: 0 auto 14px;
    top: 0;
}

.tt-content h4 {
    margin-bottom: 8px;
    font-size: 25px;
    font-weight: 900;
    color: #1f3d3a;
}

/* Mobile */
@media (max-width: 768px) {
    .tt-line {
        left: 20px;
    }

    .tt-step,
    .tt-step.left,
    .tt-step.right,
    .tt-step.center {
        width: 100%;
        margin-left: 40px;
        margin-right: 0;
        text-align: left;
    }

    .tt-step .tt-dot {
        left: -36px !important;
        right: auto;
        top: 30px;
        position: absolute;
        margin: 0;
    }

    .tt-step.center {
        margin-left: 40px;
        text-align: left;
    }

    .tt-step.center .tt-dot {
        position: absolute;
        margin: 0;
    }
}

.main-header-four__logo img {
    width: 180px;
}

@media (max-width: 767px) {
    .mb-5 {
        padding-bottom: 0px;
    }

    .sm-order-2 {
        order: 2;
    }

    .sm-order-1 {
        order: 1;
    }
}

.thm-2 {
    background-color: #275c61 !important;
    color: #fff;
}

.thm-2::before {
    background-color: #d3e140
}

.thm-2:hover {
    color: #275c61;
}

.services-four__single__btn svg {
    width: 25px;
    color: #000;
}

.why-choose-four__box__icon svg {
    width: 32px;
}

.col-box__icon svg {
    width: 32px;
    fill: #fff;
}