/*!
Theme Name: healthco
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: healthco
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.
healthco 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Arial';
    src: url('././assets/fonts/ArialMT.eot');
    src: url('././assets/fonts/ArialMT.eot?#iefix') format('embedded-opentype'), url('././assets/fonts/ArialMT.woff2') format('woff2'), url('././assets/fonts/ArialMT.woff') format('woff'), url('././assets/fonts/ArialMT.ttf') format('truetype'), url('././assets/fonts/ArialMT.svg#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial';
    src: url('././assets/fonts/Arial-BoldMT.eot');
    src: url('././assets/fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'), url('././assets/fonts/Arial-BoldMT.woff2') format('woff2'), url('././assets/fonts/Arial-BoldMT.woff') format('woff'), url('././assets/fonts/Arial-BoldMT.ttf') format('truetype'), url('././assets/fonts/Arial-BoldMT.svg#Arial-BoldMT') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root {
    --font-montserrat: "Montserrat", sans-serif;
    --font-bebas-neue: "Bebas Neue", sans-serif;
    --font-source-sans-3: "Source Sans 3", sans-serif;
    --dark-purple: #330556;
    --purple: #49057D;
    --green: #32B744;
    --white: #FFF;
    --black: #000;
    --transition: all 400ms ease-in-out;
}
html {
    -ms-overflow-style: scrollbar;
    box-sizing: border-box;
    font-size: 100%;
    -webkit-tap-highlight-color: transparent;
}
*,
:after,
:before {
    box-sizing: inherit;
}
body {
    color: #000000;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    overflow-x: hidden;
    font-family: 'Arial';
    scroll-behavior: smooth;
}
.grecaptcha-badge {
    visibility: hidden;
    right: 0 !important;
}
.container {
    max-width: 1287px;
    width: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
a {
    color: var(--green);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
}
.btn:focus {
    text-shadow: none;
    outline: none;
    box-shadow: none;
}
a:hover {
    color: var(--dark-purple);
}
a:hover {
    text-decoration: none;
    color: var(--dark-purple);
}
a:focus {
    outline: none;
    text-decoration: none;
}
img {
    display: block;
}
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none !important;
}
img {
    max-width: 100%;
    display: block;
}
ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.6em;
}
label {
    font-weight: inherit;
}
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}
video,
iframe {
    width: 100%
}
h1,
.h1 {
    font-size: 60px;
    letter-spacing: 0px;
    line-height: 70px;
    margin: 0 0 15px;
    font-weight: 700;
    color: var(--purple);
}
h2,
.h2 {
    font-size: 50px;
    letter-spacing: 0px;
    line-height: 58px;
    margin: 0 0 15px;
    font-weight: 700;
    color: var(--purple);
}
h3,
.h3 {
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 46px;
    margin: 0 0 15px;
    font-weight: 700;
    color: var(--purple);
}
h4,
.h4 {
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 35px;
    margin: 0 0 15px;
    font-weight: 700;
    color: var(--purple);
}
h5,
.h5 {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 30px;
    margin: 0 0 15px;
    font-weight: 700;
    color: var(--purple);
}
h6,
.h6 {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 26px;
    margin: 0 0 15px;
    font-weight: 700;
    color: var(--purple);
}
p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: var(--dark-purple);
    font-weight: 400;
}
p:empty {
    display: none;
}
.text-center {
    text-align: center;
}
.switch-column {
    flex-direction: row-reverse;
}
.overflow-hidden {
    overflow: hidden;
}
button:focus {
    outline: none;
}
a.btn {
    padding: 13px 23px;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0;
    border-radius: 0px;
    background-color: var(--green);
    border: 1px solid var(--green);
    color: var(--white);
    /* text-transform: capitalize; */
    width: auto;
    display: inline-block;
    font-weight: 700;
    border-radius: 40px;
    transition: all 0.4s ease;
}
a.btn:hover {
    background-color: transparent;
    color: var(--green);
}
.desktop-image {
    display: block;
}
.mobile-image {
    display: none;
}
.mx-auto {
    margin: 0 auto;
}
::-ms-input-placeholder {
    color: #A7A7A7;
    text-transform: capitalize;
}
::placeholder {
    color: #A7A7A7;
    text-transform: capitalize;
}
.cf7-btn {
    position: relative;
    width: 22%;
    display: flex;
    align-items: center;
}
.wpcf7-spinner {
    position: absolute;
    top: 12px;
    right: 0px;
}
ol li {
    list-style: decimal;
}
ul li {
    list-style-type: none;
}
ol li,
ul li {
    position: relative;
    margin-left: 33px;
    margin-bottom: 21px;
    padding-left: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--dark-purple);
}
ul,
ol {
    margin-bottom: 30px;
}
ol li:last-child,
ul li:last-child {
    margin-bottom: 0;
}
ul li:before {
    position: absolute;
    content: "";
    top: 4px;
    left: -34px;
    right: auto;
    height: 25px;
    width: 25px;
    background-image: url(././assets/images/check.svg);
    background-size: contain;
    border-radius: 100%;
}
ul li b {
    font-weight: 700;
}
/*--------- Top Header-----------*/
.top-header {
    background: var(--dark-purple);
    color: var(--white);
    /* padding: 11px 0px; */
}
.top-header-wrapper {
    display: flex;
    align-items: center;
    /* line-height: 0; */
}
.top-left {
    text-align: center;
}
.top-left p {
    color: var(--white);
    font-size: 12px;
    line-height: 14px;
    text-align: right;
}
.top-right,
.top-left {
    width: 50%;
}
.top-right .contact-detail a {
    color: var(--white);
    font-size: 12px;
    line-height: 14px;
    margin-right: 36px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.top-right .contact-detail a:last-child {
    margin-right: 0px;
}
.top-right .contact-detail a img {
    margin-right: 13px;
}
.top-right {
    text-align: right;
}
/*--------- Header -----------*/
header {
    padding: 12px 0px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    position: sticky;
    width: 100%;
    z-index: 99;
    top: 0;
    background: #fff
}
.header-wrap {
    display: flex;
    align-items: flex-end;
}
header .main-navigation ul {
    display: flex;
    margin-bottom: 5px;
}
header .main-navigation ul li a {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    color: var(--dark-purple);
    text-transform: capitalize;
    text-decoration: none;
}
header .main-navigation ul li.current-menu-item a {
    color: var(--green);
}
header .main-navigation ul li a:hover {
    color: var(--green);
}
header .main-navigation ul li:not(:last-child) {
    margin-right: 84px;
}
header .site-branding .custom-logo-link {
    max-width: 243px;
    height: 76px;
    margin-right: 114px;
    display: block;
}
header .site-branding .custom-logo-link img {
    height: 100%;
    width: 100%;
}
.menu-open {
    display: none;
}
.menu-icon {
    height: 35px;
    width: 35px;
}
.menu-icon img {
    height: 100%;
    width: 100%;
}
.menu-close {
    display: none;
}
.body-active {
    overflow: hidden;
}
header .main-navigation ul li:before {
    display: none;
}
header .main-navigation ul li {
    margin-left: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}
/*--------- Footer -------*/
.footer-wrapper {
    display: flex;
    border: 1px solid #330556;
    border-bottom: 0px;
    border-radius: 19px 19px 0px 0px;
    padding: 36px 28px 30px 28px;
}
.footer-left,
.footer-right {
    width: 50%;
}
.footer-quote {
    max-width: 361px;
    position: relative;
    overflow: hidden;
}
.footer-quote .image-box {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.footer-quote .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-quote .text {
    position: relative;
    width: 100%;
    padding: 20px 25px;
    z-index: 1;
    height: 100%;
}
.footer-quote .text .text-inner {
    border-radius: 9px;
    background: var(--purple);
    padding: 18px 30px 18px 47px;
}
.footer-quote .text p {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 20px;
}
.footer-quote .text p:last-child {
    margin-bottom: 0px;
}
.footer-menu {
    display: flex;
    justify-content: flex-end;
}
.footer-col h6 {
    color: #182B47;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
}
.footer-col:not(:last-child) {
    margin-right: 100px;
}
.menu-footer-menu-container ul li {
    margin-bottom: 12px;
}
.menu-footer-menu-container ul li a {
    color: #182B47;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    text-decoration: none;
}
.menu-footer-menu-container ul li a:hover {
    color: var(--green);
}
.footer-contact li a {
    display: inline-flex;
    text-decoration: none;
}
.footer-contact li a img.phone {
    position: relative;
    left: 3px;
}
.footer-contact li a img {
    margin-right: 10px;
}
.footer-contact li a img {
    margin-right: 10px;
}
.footer-contact li a {
    color: var(--dark-purple);
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}
.footer-contact li a:hover {
    color: var(--green);
}
.register-text {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.register-text h3 {
    color: var(--purple);
    max-width: 236px;
    margin-bottom: 0px;
}
.register-text img {
    margin-right: 21px;
}
.footer-copyright {
    background: var(--purple);
    padding: 9px 15px 13px 15px;
    text-align: center;
}
.footer-copyright p {
    font-size: 12px;
    line-height: 14px;
    color: var(--white);
}
footer .menu-footer-menu-container ul li:before,
.footer-col ul li:before {
    display: none;
}
footer .menu-footer-menu-container ul li {
    margin-left: 0px;
    margin-bottom: 12px;
    padding-left: 0px;
}
footer .menu-footer-menu-container ul li:last-child,
.footer-col ul li:last-child {
    margin-bottom: 0px;
}
.footer-col ul li {
    margin-left: 0px;
    margin-bottom: 12px;
    padding-left: 0px;
}
.menu-footer-menu-container ul,
.footer-contact {
    margin-bottom: 0px;
}
.footer-quote .text .text-inner ul li,
.footer-quote .text .text-inner a,
.footer-quote .text .text-inner ol li {
    color: #fff;
}
/*--- 404 ----*/
.error-404 {
    margin: 100px 0px;
    text-align: center;
}
.error-404 h1 {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 20px;
}
.error-404 p {
    font-weight: 700;
    max-width: 800px;
    margin: 0 auto 30px auto;
}
.screen-reader-text {
    display: none !important;
}