@font-face {
    font-family: 'roboto_regular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
        url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_slabregular';
    src: url('robotoslab-variablefont_wght-webfont.woff2') format('woff2'),
        url('robotoslab-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'industry-bold';
    src: url('../fonts/industry-bold-webfont.woff2') format('woff2'),
        url('../fonts/industry-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'industry-book';
    src: url('../fonts/industry-book-webfont.woff2') format('woff2'),
        url('../fonts/industry-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avenir_heavy';
    src: url('../fonts/avenir_85_heavy.woff2') format('woff2'),
        url('../fonts/avenir_85_heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir_medium';
    src: url('../fonts/AvenirMedium/AvenirLTStd-Medium.woff2') format('woff2'),
        url('../fonts/AvenirMedium/AvenirLTStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'avenir_book';
    src: url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@charset "utf-8";
/* CSS Document */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

/** Add the correct display in IE 9-. */
audio,
canvas,
progress,
video {
    display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
    display: none;
    height: 0;
}

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
    vertical-align: baseline;
}

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template,
[hidden] {
    display: none;
}

/* Links ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a {
    background-color: transparent;
}

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active,
a:hover {
    outline-width: 0;
    text-decoration: none;
    outline: none;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
}

/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
    font-weight: inherit;
}

/** Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
    font-weight: bold;
}

/** Add the correct font style in Android 4.3-. */
dfn {
    font-style: italic;
}

/** Add the correct background and color in IE 9-. */
mark {
    background-color: #ff0;
    color: #000;
}

/** Add the correct font size in all browsers. */
small {
    font-size: 80%;
}

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img {
    border-style: none;
}

/** Hide the overflow in IE. */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/** Add the correct margin in IE 8. */
figure {
    margin: 1em 40px;
}

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Forms ========================================================================== */
/** Change font properties to `inherit` in all browsers (opinionated). */
button,
input,
select,
textarea {
    font: inherit;
}

/** Restore the font weight unset by the previous rule. */
optgroup {
    font-weight: bold;
}

/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button,
input,
select {
    /* 2 */
    overflow: visible;
}

/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button,
input,
select,
textarea {
    /* 1 */
    margin: 0;
}

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button,
select {
    /* 1 */
    text-transform: none;
}

/** Change the cursor in all browsers (opinionated). */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {
    cursor: default;
}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/** Remove the default vertical scrollbar in IE. */
textarea {
    overflow: auto;
}

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"] {
    -webkit-appearance: textfield;
}

/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote {
    border-left: 0.3rem solid #d1d1d1;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem;
}

blockquote *:last-child {
    margin: 0;
}

form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='url'],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #d1d1d1;
    border-radius: .4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .6rem 1.0rem;
    width: 100%;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
    border: 1px solid #f2a1ad;
    outline: 0;
}

textarea {
    padding-bottom: .6rem;
    padding-top: .6rem;
}

label,
legend {
    font-size: 16px;
    display: block;
    margin-bottom: .5rem;
    color: #302C2E;
}

fieldset {
    border-width: 0;
    padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
    display: inline;
}

input[type='submit']:focus {
    outline: none;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input::-moz-placeholder,
select::-moz-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input:-moz-placeholder,
select:-moz-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input:focus {
    outline: none;
}

dl,
ol,
ul {
    margin-top: 0;
    padding-left: 0;
}

dl dl ul,
dl ol,
ol dl ul,
ol ol,
ul dl ul,
ul ol {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3.0rem;
}

dl {
    list-style: none;
}

ul {
    list-style: circle inside;
}

ol {
    list-style: decimal inside;
}

dt,
dd,
li {
    margin-bottom: 10px;
}

hr {
    border-top: 0.1rem solid #4A4D50;
    border-width: 0;
    margin-bottom: 3.5rem;
    margin-top: 3rem;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

input,
textarea,
select,
fieldset {
    margin-bottom: 1rem;
}

input:last-child,
textarea:last-child,
select:last-child,
fieldset:last-child {
    margin-bottom: 0;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 1.4rem;
}

pre:last-child,
blockquote:last-child,
dl:last-child,
figure:last-child,
table:last-child,
p:last-child,
ul:last-child,
ol:last-child,
form:last-child {
    margin-bottom: 0;
}

table {
    width: 100%;
}

.flex,
.flex-row,
.flex-column,
.flex-start,
.flex-end,
.flex-center,
.flex-stratch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-stratch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .background-image img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        height: 100%;
    }
}

.clearfix {
    *zoom: 1;
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.tacenter {
    text-align: center;
}

.taright {
    text-align: right;
}

.taleft {
    text-align: left;
}

.relative {
    position: relative;
}

body,
html {
    margin: 0px;
    padding: 0px;
    position: relative;
    font-family: 'avenir_heavy';
    font-size: 16px;
    line-height: 26px;
    background: #FFF;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    margin-bottom: 20px;
    font-family: 'avenir_heavy';
}

h1 {
    font-family: 'industry-bold';
    font-size: 60px;
    line-height: 57px;
}

h2 {
    font-family: 'industry-bold';
    font-size: 43px;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    line-height: 32px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #0a9775;
}

a:hover {
    text-decoration: none;
    outline: none;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    color: #395895;
}

p {
    font-family: 'avenir_book';
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    color: #606060;
}

img {
    max-width: 100%;
    height: auto;
}

.tbl {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 9;
}

.tbl-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.img-responsive {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
}

.paddingtop {
    padding: 100px 0px;
}

.inline__block {
    float: left;
    width: 100%;
    vertical-align: top;
    position: relative;
}

.gfield_label {
    display: none !important;
}

.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select {
    font-family: 'avenir_book' !important;
    background: #ffffff;
    border: none !important;
    outline: none;
    padding: 15px 15px 12px 15px !important;
    margin-bottom: 0px;
    height: 65px;
    outline: none;
    font-size: 16px !important;
    line-height: 26px;
    color: #2D2F2F;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.0528846);
    border-radius: 0;
}

.gform_wrapper .ginput_container textarea {
    height: 190px !important;
    margin-top: 0px;
}

.gform_wrapper input[type="submit"] {
    background: transparent;
    text-align: center;
    color: #00B197;
    border: 1px solid #00B197;
    padding: 13px 47px 10px 47px !important;
    display: inline-block;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    width: auto !important;
    border-radius: 0;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    float: right;
    font-family: 'filson-pro';
}

.gform_wrapper input[type="submit"]:hover {
    border: 1px solid #1D1854;
    background-color: #1D1854;
    color: #ffffff;
    outline: 0;
}

.gform_wrapper .validation_error {
    display: none;
}

.gform_wrapper .validation_message {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 0px;
    color: #F00;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    border: none !important;
}

.container {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.container__inner {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
}

.ie8 * {
    outline: none;
}

img {
    border: none;
}

body {
    color: #373d48;
    font-size: 13px;
    font-family: 'roboto_regular', sans-serif;
    font-weight: 400;
    line-height: 22px;
    overflow-x: hidden;
    position: relative;
}

html,
body {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

/*----- html5 tags ------*/
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}



/*----- Wrapper Part ------*/
#wrapper {
    width: 100%;
    height: auto;
}

.container {
    max-width: 1340px;
    height: auto;
    display: block;
    clear: both;
    box-sizing: border-box;
}

section {
    position: relative;
}

/*----- Wrapper Part ------*/
.primary_btn {
    min-width: 182px;
    height: 48px;
    background: #395895;
    color: #f3f3f3;
    font-family: 'filson-pro';
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.83px;
    transition: 0.4s;
    display: inline-block;
    padding: 0 20px;
    line-height: 48px;
    position: relative;
}

.primary_btn:hover {
    background: #2f4879;
    color: #fff;
}


/*=============================custom-css=============================*/
/*----- Header Part ------*/
header {
    width: auto;
    position: relative;
    z-index: 999;
    padding: 10px 50px;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
}

.logo {
    transition: all 0.5s;
    width: 25%;
}

.logo img {
    max-width: 226px;
    transition: all 0.5s;
}

header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 30px;
    transition: all 0.5s;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.167941);
}

/*-----  navigation ------*/
.navigation {
    width: 100%;
    display: inline-block;
    width: 48%;
}

.toggle_nav {
    display: none;
}

.navigation ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.navigation ul li {
    list-style: none;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    position: relative;
}

.navigation ul li:last-child {
    margin-right: 0;
}

.navigation ul li a {
    color: #434444;
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    padding: 15px 25px;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: 'filson-pro';
}

.navigation ul li a:hover {
    color: #0a9775;
}

.navigation ul li a.active {
    color: #0a9775;
}

.navigation ul li a.active:before {
    background: #0a9775;
    height: 5px;
    position: absolute;
    content: "";
    top: -20px;
    width: 100%;
    left: 0;
}

.navigation ul li a:hover:before,
.navigation ul li.current-menu-item a:before {
    background: #0a9775;
    height: 5px;
    position: absolute;
    content: "";
    top: -18px;
    width: 100%;
    left: 0;
}

.navigation ul.sub-menu li.current-menu-item a:before {
    content: none;
}

.navigation ul li>.sub-menu {
    position: absolute;
    background: #fff;
    flex-direction: column;
    display: none;
    width: 280px;
}

.navigation ul li:hover>.sub-menu {
    display: block;
    transition: 0.4s;
}

.navigation ul li:hover>.sub-menu li {
    margin-right: 0;
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}

.navigation ul li:hover>.sub-menu li a {
    color: #434444;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
    padding: 10px 25px;
    background: transparent;
    font-family: 'filson-pro';
    text-transform: uppercase;
}

.navigation ul li:hover>.sub-menu li a:hover {
    background-color: #fff;
    color: #434444;
}

.navigation ul li:hover>.sub-menu li a:hover:before {
    display: none;
}

.navigation ul li .sub-menu li a {
    line-height: 20px;
    padding: 10px 25px;
}

.menu-item-has-children a {
    background: url(../images/down-arrow.svg) no-repeat right 5px center;
}

.book_online {
    display: flex;
    width: 27%;
    justify-content: flex-end;
}

.phone_number {
    width: 213px;
    height: 42px;
    color: rgba(255, 255, 255, 0.87);
    font-family: 'filson-pro';
    font-size: 20px;
    font-weight: 400;
    line-height: 42px;
    border-radius: 21px;
    background: #0a9775;
    text-align: center;
    letter-spacing: 1.106667px;
    transition: 0.4s;
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
}

.phone_number:before {
    display: inline-block;
    position: absolute;
    content: "";
    background: url(../images/phone-icon.svg) no-repeat left center;
    width: 34px;
    background-size: 19px;
    height: 39px;
    left: 13px;
}

.phone_number:hover {
    background: #06634d;
    color: #fff;
}

.book_btn {
    width: 125px;
    height: 42px;
    border: solid 1px #00b197;
    color: #00b197;
    font-family: 'filson-pro';
    font-size: 15px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    margin-left: 20px;
    transition: 0.4s;
}

.book_btn:hover {
    background: #0a9775;
    color: #fff;
}

/*-----  banner------*/
.banner__section {
    width: 100%;
    display: flex;
    margin-top: 101px;
}

.left_banner {
    width: 50%;
    background: #6390ce url(../images/water-icon.svg) no-repeat center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left_banner h1 {
    color: #f3f3f3;
    text-transform: uppercase;
}

.left_banner h1 span {
    font-weight: 400;
}

.left_banner .intro {
    color: rgba(35, 43, 43, 0.87);
    font-family: 'industry-bold';
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 22px;
    padding-right: 30px;
}

.right_banner {
    width: 50%;
    height: 100%;
    display: flex;
}

.right_banner img {
    width: 100%;
}

.banner_desc {
    position: relative;
    max-width: 410px;
}

.two__section {
    padding: 60px 0;
}

section.two__section.partnet__section {
    padding: 80px 0;
}

.two_coloumn_main {
    display: flex;
    height: 100%
}

.two__section .health_left {
    margin-right: 60px;
    display: flex;
    height: 100%;
    width: 50%;
}

.two__section .health_right {
    display: flex;
    align-items: center;
    width: 50%;
}

.two__section .sub_title {
    color: #7ac2a2;
    font-family: 'avenir_heavy';
    font-size: 19px;
    font-weight: 900;
    line-height: 25px;
    margin-bottom: 20px;
    display: inline-block;
}

.two__section h2 {
    margin-bottom: 30px;
    color: #1d324c;
}

.two__section h2.blue {
    color: #395895;
}

.two__section p {
    font-family: avenir_medium;
    color: #606060;
}

.two__section ul {
    margin: 0;
    padding: 0;
}

.two__section li {
    list-style: none;
    color: #434444;
    font-family: 'industry-bold';
    font-size: 19px;
    line-height: 29px;
    background: url(../images/right-arrow.svg) no-repeat left center;
    padding-left: 32px;
}

.partnet__section .order-1 {
    order: 1;
}

.partnet__section p {
    text-align: center;
    padding-right: 0 !important;
}

.partnet__section .health_left {
    margin-left: 52px;
    display: flex;
    height: 100%;
    width: 50%;
    justify-content: center;
}

.book__apointment {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 100px;
}

.book__apointment .box {
    width: 25%;
    border: 1.5px solid #fff;
    position: relative;
    transition: 0.4s;
    display: flex;
}

.book__apointment .box:hover:before {
    background: rgba(13, 150, 117, 0.85912);
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
}

.book__apointment .box:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(35, 43, 43, 0.875736);
    z-index: 1;
}

.book__apointment .box img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.book__apointment .box.large-box {
    border-right: 0;
    background: #6390CE;
    flex-grow: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.caption-text {
    color: #ffffff;
    font-family: "avenir_heavy";
    font-size: 20.98px;
    font-weight: 900;
    line-height: 30.67px;
    text-align: center;
    letter-spacing: 0.4195998px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 80%;
}

.book__apointment .box.large-box:before {
    display: none;
}

.book__apointment .box.large-box:hover:before {
    background: transparent;
}

.book__apointment .box.large-box h3 {
    color: #1d324c;
    font-family: "avenir_heavy";
    font-size: 20.98px;
    font-weight: 900;
    line-height: 30.67px;
    text-align: center;
    letter-spacing: 0.4195998px;
    margin-bottom: 35px;
}

.book__apointment .caption-text {
    width: 65%;
}

footer {
    padding: 40px 0 0;
    border-top: 1px solid rgba(96, 96, 96, 0.60);
}

footer .footer_logo {
    width: 150px;
}

footer .footer_logo img {
    max-width: 100%;
    width: 100%;
}

footer .footer-top {
    display: flex;
    padding-bottom: 40px;
}

footer .footer_left {
    width: 50%;
}

footer .footer_right {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

footer .footer_right .title {
    color: #434444;
    font-family: 'industry-bold';
    font-size: 17px;
    line-height: 27px;
    padding-bottom: 10px;
}

footer .footer_right adress {
    color: #434444;
    font-family: 'industry-book';
    font-size: 17px;
    line-height: 27px;
}

.footer-adress p,
.footer-adress .phone,
.footer-adress .email {
    margin-top: 0;
    font-size: 16px !important;
    line-height: 26px;
    letter-spacing: 0.331px;
    color: #434444;
    font-family: 'industry-book';
}

.footer-adress .phone a:hover,
.footer-adress .email a:hover {
    color: #395895;
}

.footer-social {
    width: 20%;
}

.footer-social ul {
    display: flex;
}

.footer-social ul li {
    list-style: none;
    margin-right: 15px;
}

.copyright {
    background: #f3f3f3;
    width: 100%;
    height: 49px;
}

.copy_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0 0;
}

.copy_main span {
    color: #434444;
    font-family: Avenir;
    font-size: 13.55px;
    font-weight: 400;
    line-height: 26.45px;
}

header.sticky {
    position: fixed;
    width: 100%;
    background: #fff;
    transition: all 0.4s ease;
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.admin-bar header {
    top: 32px;
}

span.btn-arrow-right:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 25px;
    height: 16px;
    width: 23px;
    background: url(../images/arrow-left.svg);
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    background-repeat: no-repeat;
}

.partnet__section .health_desc {
    max-width: 85%;
    margin: 0 auto;
}

.partnet__section.two__section .health_right p {
    font-family: 'avenir_book';
    color: #2D2F2F;
}

.book__apointment .box.large-box .box-desc {
    text-align: center;
}

.footer-adress a {
    color: #434444;
}

.footer-social ul li .fa {
    background: #434444;
    padding: 10px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #fff;
    align-items: center;
}

.footer-social ul li .fa:hover {
    background-color: #0a9775;
}

.footer-adress p,
.footer-adress {
    margin-top: 0;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.331px;
    color: #434444;
    font-family: 'industry-book';
}

.copy_main span,
.copy_main span a {
    font-family: 'avenir_book';
    color: #373d48;
}

.headertop {
    margin-top: 101px;
}

.fullview__image {
    height: 480px;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.two_col img {
    width: 100%;
}

section.book__consultation_section {
    padding-bottom: 60px;
}

.book__consultation {
    background-image: url(../images/book_consultation1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #395895;
}

.book__consultation_title {
    background-color: rgba(57, 88, 149, 0.75);
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 82px 115px;
}

.book__consultation_section h2 {
    color: #6390CE;
    margin-bottom: unset;
}

.book__consultation_section .primary_btn {
    background: #fff;
    margin-left: 80px;
    color: #395895;
}

.book__consultation_section span.btn-arrow-right:after {
    background: url('../images/arrow-left-blue.svg');
    background-repeat: no-repeat;
}

span.sub_title {
    color: #7ac2a2;
    font-family: 'avenir_heavy';
    font-size: 19px;
    font-weight: 900;
    line-height: 25px;
    margin-bottom: 20px;
    display: inline-block;
}

.treatments__info__section .treatments__info {
    max-width: 840px;
    margin: 0 auto;
}

.treatments__info__section .treatments_title {
    text-align: center;
    max-width: 470px;
    margin: 0 auto;
}

.treatments__info__section .treatments_iteam {
    padding: 40px 0;
    border-bottom: 1px solid rgba(96, 96, 96, 0.304857);
}

.treatments__info__section .treatments_iteam p {
    font-family: 'avenir_medium';
    line-height: 26px;
}

h3.sub-heading {
    font-size: 20.98px;
    line-height: 31px;
    color: #395895;
    font-family: 'avenir_heavy';
}

.treatments__info__section .treatments_iteam ul li {
    list-style: none;
    font-family: 'avenir_book';
    font-size: 19px;
    line-height: 26px;
    padding-left: 50px;
    color: #606060;
}

.treatments__info__section .treatments_iteam ul li:before {
    content: "\2022";
    color: #0a9775;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.treatments__info__section .treatments_iteam:last-child {
    border: none;
}

.mejs-controls {
    opacity: 0 !important;
    transition: all 0.5s ease;
}

.mejs-container:hover .mejs-controls {
    opacity: 1 !important;
}

.wp-video {
    margin: 0 auto;
}

section.our__resources__section {
    padding: 85px 0;
    background: rgba(122, 194, 162, 0.08)
}

.our__resources__section .our_resources_title {
    text-align: center;
    max-width: 468px;
    margin: 0 auto;
}

.our__resources__section .our_resources_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 45px;
}

.our__resources__section .our_resources_iteam {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 15px;
}

.our__resources__section .our_resources_data {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.0920233);
    padding: 30px;
    background-color: #fff;
}

.our__resources__section .or_title {
    display: flex;
    align-items: center;
    min-height: 56px;
}

.our__resources__section .or_title img {
    margin-bottom: 20px;
    margin-right: 15px;
}

.our__resources__section .our_resources_iteam span.sub_title {
    font-family: 'avenir_book';
    font-weight: normal;
    color: #0A9775;
}

.our__resources__section a.primary_btn {
    margin-top: 50px;
    width: 100%;
}

.our_resources_data a.primary_btn img {
    vertical-align: middle;
    margin-right: 15px;
}

.my-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    transition: all .3s ease;
    height: 100vh;
}

.my-modal.open {
    display: block;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .8);
}

.my-modal-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: initial;
    max-width: 130vh;
    margin-top: 5vh;
    width: 90%;
    margin: 0 auto;
}

.my-modal span.close {
    color: #fff;
    font-size: 41px;
    right: 0px;
    position: absolute;
    top: -1px;
    z-index: 9;
    cursor: pointer;
    background: #0a9775;
    font-weight: bold;
    padding: 5px;
}

.video-wrapper {
    position: relative;
    margin-bottom: 30px;
    object-fit: cover;
    overflow: hidden;
    height: auto;
    background: #000;
}

.video-wrapper>video {
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
    overflow: hidden;
    height: auto;
}

.treatments {
    background: #F6FBF9;
}

section.treatments__info__section {
    padding: 85px 0 50px;
}

section.blog__title {
    padding: 115px 0 30px;
    background: #F6FBF9;
}

.blog__title h1,
.blog__single h1 {
    font-size: 43px;
    line-height: 50px;
}

section.blog__lists {
    padding: 30px 0;
    clear: both;
}

.blog__filters {
    display: flex;
    align-items: center;
}

.blog__filters h3.cat-title {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.411px;
    font-family: 'industry-bold';
    margin-right: 40px;
}

.blog__filters ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    margin: 0;
}

li.button a.active {
    background: rgba(122, 194, 162, 0.449246);
    border-radius: 6px;
}

.blog__filters ul li a {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.26px;
    color: rgba(35, 43, 43, 0.875736);
    padding: 8px 12px;
    margin: 0 5px;
    border-radius: 6px;
    background: #F6FBF9;
}

.blog__filters ul li a.active {
    padding: 8px 18px;
}

.blog__listings .grid {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
}

.blog__listings .grid-item {
    flex: 0 0 50%;
    max-width: 50%;
}

.blog__listings .grid-item .blog-col {
    width: 50%;
    min-height: 281px;
}

.blog__listings .grid-item a.link {
    display: flex;
    flex-wrap: wrap;
    padding: 13px;
}

.blog__listings .postimage {
    height: 281px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog_details {
    background: #0A9775;
    color: #F3F3F3;
    padding: 55px 15px 15px 40px;
    height: 100%;
}

.blog__listings span.btn-arrow-right:after {
    background-repeat: no-repeat;
    height: 20px;
    width: 27px;
    margin-left: 0;
}

.blog__listings .category {
    font-weight: 100;
    letter-spacing: 0.26px;
    margin-bottom: 5px;
}

.blog_details h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.411px;
    color: #F3F3F3;
}

.blog__listings .grid-item a.link:hover .blog_details h3 {
    color: rgba(35, 43, 43, 0.875736);
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
}

.blog__listings {
    padding: 15px 0;
}

.blog__listings .grid-item a.link:hover .blog_details {
    background: #00B197;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
}

.blog_pagination {
    padding: 20px 15px;
    text-align: center;
}

a.next.page-numbers {
    float: right;
    font-size: 13px;
    line-height: 15px;
    text-align: right;
    letter-spacing: 0.26px;
    color: #636565;
    align-items: center;
    display: flex;
    padding: 0;
    font-weight: 300;
    font-family: 'filson-pro';
}

a.next.page-numbers .fa {
    padding-left: 15px;
    font-size: 20px;
}

a.prev.page-numbers {
    float: left;
    font-size: 13px;
    line-height: 15px;
    text-align: right;
    letter-spacing: 0.26px;
    color: #636565;
    align-items: center;
    display: flex;
    padding: 0;
    font-weight: 300;
    font-family: 'filson-pro';
}

a.prev.page-numbers .fa {
    padding-right: 15px;
    font-size: 20px;
}

span.page-numbers.current {
    text-decoration: underline;
    padding: 0 10px;
    color: #636565;
}

a.page-numbers {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.26px;
    color: #636565;
    padding: 0 10px;
}

section.blog__single {
    padding: 60px 0;
    position: relative;
}

.blog__single span.blog-date {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.26px;
    color: rgba(35, 43, 43, 0.875736);
    font-family: 'filson-pro';
    margin: 18px 0 18px 0;
    display: block;
    font-weight: 300;
}

.blog__single .blog__image {
    padding-bottom: 40px;
}

.blog__single .blog__dsc {
    display: flex;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid rgba(96, 96, 96, 0.304857);
    border-top: 1px solid rgba(96, 96, 96, 0.304857);
}

.blog__single .share__post {
    width: 25%;
}

.blog__single .blog__details {
    width: 75%;
}

.blog__single .share__post ul {
    list-style: none;
    display: flex;
}

.blog__single .share__post ul li {
    margin-right: 10px;
}

.blog__single .share__post ul li a:hover svg {
    fill: #434444 !important;
}

.blog__single .share__post h4 {
    font-size: 19px;
    line-height: 29px;
    color: #606060;
    font-family: 'industry-bold';
}

.blog__details h3,
.blog__details h2 {
    color: #395895;
}

.blog__details p {
    font-family: avenir_medium;
    font-size: 19px;
    line-height: 26px;
    color: #606060;
    margin-bottom: 19px;
}

.blog__details ul li {
    list-style: none;
    font-family: 'avenir_book';
    font-size: 19px;
    line-height: 26px;
    padding-left: 50px;
    color: #606060;
}

.blog__details ul li:before {
    content: "\2022";
    color: #0a9775;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.paginationlink {
    padding: 20px 0;
}

section.related_project {
    background: #F6FBF9;
    padding: 62px 0 90px;
}

.related_project_list {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    width: 100%;
    padding: 15px 0;
}

.related_project_list_data {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 1px;
}

section.related_project h2 {
    text-align: center;
}

.related_project_list_data .project-img {
    width: 100%;
    height: 359px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.related_project_list_data .project-img:hover:after {
    background: rgba(13, 150, 117, 0.85912);
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
}

.related_project_list_data .project-img:after {
    content: "";
    background: rgba(35, 43, 43, 0.875736);
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
}

.project-img h4 {
    letter-spacing: 0.4196px;
    color: #FFFFFF;
    padding: 0 10%;
}

.single-post section.book__consultation_section {
    padding-top: 60px;
}

section.default-page-sec {
    padding: 60px 0;
}

.posts-navigation h2.screen-reader-text {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 20px;
}

section.contact__page {
    padding: 60px 0;
    position: relative;
    background: #F6FBF9;
}

.contact_info {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.contact_details {
    flex: 0 0 50%;
    max-width: 50%;
}

.contact_form {
    flex: 0 0 50%;
    max-width: 50%;
}

span.title {
    font-family: 'industry-bold';
    width: 100%;
    display: block;
    font-size: 19px;
    line-height: 26px;
    color: #606060;
    margin-top: 40px;
}

.contact__info p,
.contact__info a {
    font-size: 19px;
    line-height: 26px;
    color: #606060;
    font-family: 'avenir_medium';
    max-width: 349px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact__info a {
    display: inline-block;
    margin-bottom: 0px;
}

.label__show label.gfield_label {
    display: block !important;
    font-size: 19px !important;
    line-height: 26px !important;
    color: #606060 !important;
    font-family: 'avenir_medium' !important;
    font-weight: 500 !important;
    margin-left: 15px !important;
}

.gform_wrapper .gfield_required {
    color: #0a9775 !important;
}

.gform_wrapper .ginput_container select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='26' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    ;
    background-position-x: 97% !important;
    ;
    background-position-y: 19px !important;
    ;
}

.contact__map {
    background: #F6FBF9;
    padding-bottom: 60px;
}

span.map {
    font-size: 16px;
    line-height: 24px;
    color: #2D2F2F;
    font-family: 'avenir_book';
}

.partnet__section .health_desc:before {
    background: url('../images/full-arrow.svg') no-repeat left top;
    width: 1000px;
    height: 857px;
    content: "";
    position: absolute;
    left: -80px;
    top: -307px;
}

.partnet__section .health_desc {
    position: relative;
}

.navigation ul li.current-menu-item a {
    color: #0a9775;
}

.googlemap p {
    margin: 0;
}

.contact__title h2 {
    color: #395895;
}

.caption-text p {
    color: #fff;
}

/*font-family: 'roboto_regular';
font-family: 'roboto_slabregular';
font-family: 'filson_proregular';
font-family: 'filson_probook';
font-family: 'industry-bold';
font-family: 'industry-book';
font-family: 'avenir_heavy';
font-family: 'avenir_medium';    
font-family: 'avenir_book';*/
@media(max-width:1400px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .our__resources__section .our_resources_iteam {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .blog__filters ul li a {
        padding: 8px 9px;
    }

    .book_online {
        width: 30%;
    }

    .phone_number {
        font-size: 16px;
    }

    .partnet__section .health_desc:before {
        display: none;
    }

    footer .footer_left {
        width: 40%;
    }

    footer .footer_right {
        width: 60%;
    }

}

@media(max-width:991px) {
    .logo {
        width: 200px;
    }

    .logo img {
        width: 100%;
    }

    .navigation ul li a {
        padding: 15px 15px;
    }

    header {
        padding: 20px 16px;
    }

    .phone_number {
        width: 151px;
        font-size: 12px;
    }

    h1 {
        font-size: 37px;
        line-height: 38px;
    }

    .left_banner .intro {
        font-size: 30px;
        line-height: 30px;
    }

    .banner_desc {
        padding-left: 44px;
    }

    .two__section p {
        padding-right: 0;
    }

    .book_btn {
        width: 96px;
        font-size: 12px;
    }

    .caption-text {
        font-size: 18px;
    }

    footer .footer_right adress {
        font-size: 15px;
    }

    .footer-adress .phone,
    .footer-adress .email {
        font-size: 15px;
        display: flex;
    }

    h2 {
        font-size: 28px;
        line-height: 35px;
    }

    header.fixed-header {
        padding: 10px;
    }

    .banner__section {
        margin-top: 65px;
    }

    .navigation ul li a.active:before {
        top: -10px;
    }

    .book__consultation_title {
        padding: 82px 40px;
    }

    .our__resources__section .our_resources_iteam {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .blog__listings .postimage {
        height: 281px;
        width: 100%;
    }

    .blog__listings .grid-item .blog-col {
        width: 100%;
        min-height: auto;
    }

    .headertop {
        margin-top: 64px;
    }

    .show_menu .toggle_nav {
        background: url(../images/close-icon.png) no-repeat left center;
        background-size: 28px;
    }

    .toggle_nav {
        display: block;
        background: url(../images/toggle-nav.png) no-repeat left center;
        width: 50px;
        height: 50px;
        top: 7px;
        right: 10px;
        position: fixed;
        background-size: 35px;
    }

    .admin-bar .toggle_nav {
        top: 37px;
    }

    .logo {
        width: 250px;
        margin: 0 auto;
    }

    .navigation {
        opacity: 0;
        position: fixed;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background: #ffffff;
        box-shadow: none;
        z-index: 999;
        transform: translateY(-100%);
        transition-duration: 0.3s;
        padding: 20px 0 100px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .show_menu .navigation {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        top: 64px;
    }

    .admin-bar.show_menu .navigation {
        top: 96px;
    }

    .show_menu .navigation ul li {
        margin: 0;
    }

    .show_menu .navigation ul li a {
        color: #000;
        width: 100%;
        box-sizing: border-box;
        padding: 5px 0;
    }

    .close {
        display: none;
    }

    .show_menu .close {
        display: inline-block;
        background: url(../images/close-icon.png) no-repeat left;
        width: 50px;
        height: 50px;
        background-size: 30px;
        margin-left: 28px;
    }

    .show_menu {
        position: relative;
    }

    .show_menu:before {
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        z-index: 1;
    }

    .navigation ul {
        flex-direction: column;
        text-align: center;
    }

    .book_online {
        display: none;
    }

    .logo {
        width: 115px;
        margin: 0 auto;
    }

    footer .footer-top {
        flex-direction: column;
    }

    footer .footer_left {
        width: 100%;
        margin-bottom: 20px;
    }

    footer .footer_right {
        width: 100%;
    }

    .partnet__section .health_desc:before {
        display: none;
    }

    .navigation ul li>.sub-menu {
        position: static;
        width: 100%;
    }

    .menu-item-has-children a {
        background: url(../images/down-arrow.svg) no-repeat 96% center;
    }

    .navigation ul li a:hover:before,
    .navigation ul li.current-menu-item a:before {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog__filters ul {
        flex-wrap: wrap;
    }

    .blog__single .container__inner {
        max-width: 100%;
    }

    .contact__page .container__inner {
        max-width: 100%;
    }

    .related_project_list_data {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 782px) {
    .admin-bar header {
        top: 45px;
    }

    #wpadminbar {
        position: fixed !important;
    }
}


@media(max-width:767px) {
    .right_banner {
        display: inline-block;
    }

    .two__section .health_left {
        display: inline-block;
    }

    .partnet__section .health_left {
        display: inline-block;
    }

    .banner__section {
        flex-direction: column;
    }

    .left_banner {
        padding: 100px 0;
        width: 100%;
        order: 1;
    }

    .right_banner {
        width: 100%;
        order: 0;
    }

    .banner_desc {
        max-width: 100%;
    }

    .two_coloumn_main {
        flex-direction: column;
    }

    .two__section .health_left {
        width: 100%;
        margin-bottom: 20px;
    }

    .two__section .health_right {
        width: 100%;
    }

    .two__section .health_left img {
        width: 100%;
    }

    .partnet__section .order-1 {
        order: 0
    }

    .partnet__section .health_left {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .book__apointment .box {
        width: 100%;
    }

    .book__apointment .box.large-box {
        padding: 50px 0;
    }

    .two__section .health_left {
        margin-right: 0;
    }

    .two__section {
        padding: 30px 0;
    }

    section.two__section.partnet__section {
        padding: 30px 0;
    }

    footer .footer-top {
        flex-direction: column;
    }

    footer .footer_right {
        width: 100%;
        flex-direction: column;
    }

    .footer-adress {
        margin-bottom: 15px;
    }

    .footer_logo {
        margin-bottom: 20px;
    }

    .banner__section {
        margin-top: 65px;
    }

    .show_menu .navigation ul li a.active:before {
        display: none;
    }

    .navigation ul li>.sub-menu {
        position: static;
        width: 100%;
    }

    .navigation ul li a:hover:before {
        display: none;
    }

    .footer-social {
        width: 50%;
    }

    .copyright {
        height: auto;
    }

    .copy_main {
        padding: 17px 0 17px;
        display: block;
        width: 100%;
    }

    .copy_main span,
    .copy_main span a {
        display: inline-block;
        width: 100%;
    }

    .book__consultation_title {
        display: block;
        text-align: center;
        padding: 40px 40px;
    }

    .book__consultation_section .primary_btn {
        margin-left: 0px;
        margin-top: 30px;
    }

    .fullview__image {
        height: 200px;
    }

    .our__resources__section .our_resources_iteam {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .blog__filters ul,
    .blog__filters {
        display: block;
        text-align: center;
    }

    .blog_details {
        padding: 30px 10px 10px 10px;
    }

    .blog__listings .grid-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog__listings .grid-item a.link {
        padding: 15px 0;
    }

    .blog__single .share__post {
        width: 100%;
    }

    .blog__single .blog__details {
        width: 100%;
    }

    .blog__single .blog__dsc {
        display: block;
    }

    .related_project_list_data {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact_details,
    .contact_form {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .admin-bar .toggle_nav {
        top: 50px;
    }

    .book__consultation {
        background-size: cover;
    }

    .left_banner {
        background: #6390ce;
    }
}

@media (min-width: 641px) {
    .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
        margin-top: 0 !important;
    }
}

@media (max-width: 479px) {}

@media (max-width: 359px) {}