/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Asides
## Comments
# Infinite scroll
#CSS INDEX
===================

1.  Theme Default CSS (body, link color, section etc)
2. header area
2.1  main-menu area
2.2  mobile menu
2.3  language area
2.4  addcart area
2.5  search area
2.6  dropdown menu
3. slider area
4. our product area
5. banner area
6. latest post area
7. block category area
8. testimonial-area
9. footer area
10. Home 2 area
11. Home 3 area
12. Home 4 area
12.1 category menu
12.2 category mega menu
13. Home 5 area
14. Home 6 area
15. Home 7 area
16. Home 8 area
17. Shop page area
18. Product details area
19. Checkout Page area
20. Wishlist page area
21. Shoping-cart area
22. About us area
23. Contact Page area
24. Login page area
25. 404 login page area
----------------------------------------------------------------------------------- */


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    color: #000;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Figtree';
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

.hidden {
    display: none;
}

a {
    background-color: transparent;
}

a.active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    appearance: button;
    -moz-appearance: button;
    /* Firefox */
    -webkit-appearance: button;
    /* Safari and Chrome */
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -moz-appearance: textfield;
    /* Firefox */
    -webkit-appearance: textfield;
    /* Safari and Chrome */
    appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

fieldset {
    border: 2px solid #f1f1f1;
    margin: 0 2px 30px 2px;
    padding: 1em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

a {
    color: #000000;
}

/*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

h4,
.h4 {
    font-size: 20px;
}


/*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 15px 15px;
    padding: 0 0 0 15px;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
    padding: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

table th,
table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px
}

table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
    border-top: 0
}

table thead:first-child tr:first-child th:first-child,
table tbody:first-child tr:first-child td:first-child {
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    -ms-border-radius: 4px 0 0 0;
    -o-border-radius: 4px 0 0 0;
}

table thead:first-child tr:first-child th:last-child,
table tbody:first-child tr:first-child td:last-child {
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    -ms-border-radius: 0 4px 0 0;
    -o-border-radius: 0 4px 0 0;
}

table thead:last-child tr:last-child th:first-child,
table tbody:last-child tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    -ms-border-radius: 0 0 0 4px;
    -o-border-radius: 0 0 0 4px;
}

table thead:last-child tr:last-child th:last-child,
table tbody:last-child tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
    -ms-border-radius: 0 0 4px 0;
    -o-border-radius: 0 0 4px 0;
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
}


/*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/

input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #78bfe4;
    -webkit-box-shadow: none;
    border: 0 none;
    box-shadow: none;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
    padding: 0 45px;
    text-shadow: none;
    position: relative;
    text-align: center;
    margin-top: 20px;
    border-radius: 54px;
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    -ms-border-radius: 54px;
    -o-border-radius: 54px;
}

.instagram input[type="button"],
.instagram input[type="reset"],
.instagram input[type="submit"] {
    background-color: #78bfe4;
    color: #000;
}

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #000000;
    background-color: #78bfe4;
    box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.6);
    -webkit-transform: translate3d(0px, 0px, 1rem);
    transform: translate3d(0px, 0px, 1rem);
    -moz-transform: translate3d(0px, 0px, 1rem);
    -ms-transform: translate3d(0px, 0px, 1rem);
    -o-transform: translate3d(0px, 0px, 1rem);
}

.instagram input[type="button"]:hover,
.instagram input[type="reset"]:hover,
.instagram input[type="submit"]:hover {
    background-color: #78bfe4;
}

select {
    border: 1px solid #FFF;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

.wpcf7 p {
    margin-bottom: 25px;
    width: 100%;
    float: left;
}

.book_your_free_consultation .wpcf7 p {
    margin-bottom: 0;
}

.wpcf7 .wpcf7-form p:nth-child(5) {
    margin-bottom: 0;
}

.select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="color"] {
    color: #000;
    border: 1px solid #f2f2f2;
    padding: 1px 15px;
    width: 100%;
    font-weight: 300;
    line-height: 43px;
    margin-bottom: 20px;
    background: #f2f2f2;
    border-radius: 54px;
    position: relative;
    outline: 0 none;
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    -ms-border-radius: 54px;
    -o-border-radius: 54px;
}

.patient_referral .select,
.patient_referral input[type="text"],
.patient_referral input[type="email"],
.patient_referral input[type="url"],
.patient_referral input[type="password"],
.patient_referral input[type="search"],
.patient_referral input[type="number"],
.patient_referral input[type="tel"],
.patient_referral input[type="date"],
.patient_referral input[type="month"],
.patient_referral input[type="time"],
.patient_referral input[type="color"] {
    margin-bottom: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.wpcf7-form textarea {
    color: #000;
    border: 1px solid #f2f2f2;
    padding: 8px 15px 0;
    width: 100%;
    margin-bottom: 0;
    background: #f2f2f2;
    border-radius: 18px;
    position: relative;
    outline: 0 none;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    font-weight: 300;
}

.wpcf7-form .patient_referral textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.wpcf7 .patient_referral label {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.wpcf7 .patient_referral .wpcf7-radio,
.wpcf7 .patient_referral .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 5px;
}

.wpcf7 .patient_referral .wpcf7-list-item {
    flex: 1 1 45%;
    margin: 0;
}

.patient_referral .wpcf7-checkbox input[type="checkbox"] {
    background: #e5e5e5;
}

.wpcf7 .patient_referral .wpcf7-radio .wpcf7-list-item {
    flex: 1 1 30%;
}

/*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    margin: 40px 0 0;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/

#secondary .widget {
    margin: 0px 0 30px;
    overflow: hidden;
    padding: 15px;
}

#secondary .widget ul {
    list-style: disclosure-closed;
}

footer .widget {
    color: #cccccc;
    margin: 0 0 60px;
    overflow: hidden;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}

#secondary aside.widget:last-child {
    margin-bottom: 40px;
}


/*-------------------------------------------------------------- # Content --------------------------------------------------------------*/


/*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/

.sticky {
    display: block;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*-------------------------------------------------------------- ## Asides --------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*-------------------------------------------------------------- # Media --------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/* -------------------------------------------------------------   
1.  Theme Default CSS (body, link color, section etc) ---------------------------------------------------------------- */

html,
body {
    height: 100%;
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-right: 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px
}

.nopadding-right {
    padding-right: 0;
}

.nopadding-left {
    padding-left: 0;
}

.nopadding {
    padding: 0;
}

a:focus {
    outline: 0px solid;
    text-decoration: none;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: transparent;
}

.fix {
    overflow: hidden
}

p {
    margin: 0 0 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0 0 15px;
    line-height: 1.1;
    font-weight: 600;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.page-content>ol,
.page-content>ul {
    margin: 0 0 20px 45px;
}

.main-container {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

#scrollUp {
    background: #9d9d9d none repeat scroll 0 0;
    bottom: 100px;
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
    font-weight: bold;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
}

#scrollUp:hover {
    background-color: #78bfe4;
}

.clear {
    clear: both
}


/*  2.1  mainmenu area 
/*----------------------------------------*/

.main-menu nav .main-ul>li:last-child a:after {
    border-right: 0;
}


/* 2.2 mobile menu -------------------------*/

.mean-container .mean-bar {
    background-color: #343434;
    margin-top: 0px;
    z-index: 1;
    border-left: 1px solid #343434;
    border-right: 1px solid #343434;
    width: 100%;
}

.mean-container a.meanmenu-reveal {
    padding: 10px 13px 10px;
}

.mean-container .mean-nav {
    background: #FAF8F8;
}

.mean-container .mean-nav ul li a {
    background: rgba(0, 0, 0, 0);
    color: #666;
    border-top: 1px solid #e0d8d8;
    text-transform: capitalize;
    line-height: 14px;
}

.mean-container .mean-nav ul li a.mean-expand {
    line-height: 22px;
    padding: 8px !important;
}

.mean-container .mean-nav ul li ul li a {
    border-top: 1px solid #e0d8d8;
}

.mean-container .mean-nav nav {
    padding: 0 10px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: none;
}

span.mobile-menu-title {
    color: #fff;
    font-size: 16px;
    left: 18px;
    line-height: 18px;
    position: absolute;
    top: 18px;
    font-weight: 600;
}

a.meanmenu-reveal {
    float: right;
}


/*  2.5  search area 
/*----------------------------------------*/

.top-detail {
    width: 30px;
    float: left;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
}

.search-icon.fa.fa-search {
    font-size: 18px;
    color: #3f3f3f;
    padding: 41px 0 41px 0;
    -webkit-transition: padding 0.4s ease-in-out;
    -o-transition: padding 0.4s ease-in-out;
    transition: padding 0.4s ease-in-out;
    -ms-transition: padding 0.4s ease-in-out;
}

.header-search.expand {
    cursor: pointer;
}

.product-search.sub-menu {
    position: absolute;
    top: 100%;
    background: #3f3f3f;
    padding: 0;
    text-align: left;
    right: 0;
}

.product-search input.form-control {
    background-color: #FFF;
    border: medium none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3f3f3f;
    margin-bottom: 5px;
    margin-top: 5px;
    outline: medium none;
    padding: 0 20px;
    position: inherit;
    left: auto;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    width: calc(100% - 120px);
}

.header-search .btn-default {
    background: #FFF;
    border: 0 none;
    border-radius: 0;
    color: #3f3f3f;
    margin: 0;
    position: inherit;
    left: auto;
    right: auto;
    width: 119px;
    height: 43px;
    float: right;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    max-width: 119px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.header-search .btn-default:hover {
    color: #FFFFFF;
}

.header-search .btn-default:active:focus {
    background: none;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}

.header-search .btn {
    padding: 0;
}

.header-search .btn:focus {
    outline: 0
}

.header-search .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-search button.btn.btn-default i {
    width: 120px;
    font-size: 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header-search button.btn.btn-default i:hover {
    color: #FFFFFF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.expand:hover .restrain {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9999;
}

.restrain {
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: -99;
    width: 100%;
    margin: 0 auto;
    left: 0;
    position: absolute;
    display: block;
    background: #fff;
    right: 0;
}

.header-search .btn {
    padding: 0;
}

.sticky-header .search-icon.fa.fa-search {
    padding: 28px 0 24px 0;
}


/*  Top Header
/*----------------------------------------*/
.top_header {
    width: 100%;
    background-color: #78bfe4;
    height: 30px;
    overflow: hidden;
}

.msg-top-bar--wrapper a {
    color: #fff;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.top_lan a,
.phone_number span,
.phone_number a {
    font-style: normal;
    font-size: 14px;
    color: #fff;
    position: relative;
    line-height: 30px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    display: inline-block;
    font-weight: 600;
    margin-right: 0;
}

.main-header {
    -webkit-backface-visibility: hidden;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.phone_number span svg {
    height: 20px;
    width: 25px;
    position: relative;
    top: -2px;
}

/*  2.6  dropdown menu  
/*----------------------------------------*/

.dropps-menu {
    padding-bottom: 36px;
    padding-left: 15px;
    position: relative;
}

.dropps-menu a {
    color: #3f3f3f;
}

.dropps-menu a:hover {
    color: #FFFFFF;
}

.dropps-menu .language {
    right: 0;
    text-align: right;
}

.lang-all>a:hover,
.search-icon.fa.fa-search:hover {
    color: #FFFFFF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.readon-red a {
    color: #3f3f3f;
}

.readon-red:hover {
    color: #ffffff;
    background: #362f2d;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #3f3f3f !important;
}

.readon-red:hover a {
    color: #fff !important;
}


/*----------------------------------------  6. latest post area /*----------------------------------------*/

.single .blog_header {
    margin-bottom: 60px;
}

.blog-page.single {
    margin-bottom: 60px;
}

.latest-post-area .area-title h3 {
    background: #f6f6f6;
}

.post-thumb {
    max-width: 100%;
    position: relative;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    border-radius: 12px;
    overflow: hidden;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.listen_block:after,
.post-thumb:after {
    content: "";
    width: 0%;
    height: 0%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    top: 0;
    z-index: 1;
    -webkit-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    pointer-events: none;
}

.listen_block:hover:after,
.latest-post:hover .post-thumb:after,
.recent-post:hover .post-thumb:after,
.all-singlepost .single-post:hover .post-thumb:after {
    width: 100%;
    height: 100%;
}

.listen_title {
    position: relative;
    z-index: 2;
}

.all-singlepost {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}

.all-singlepost .single-post {
    margin-bottom: 15px;
    width: 100%;
    float: left;
    background: #FFF;
    -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .05);
    height: 100%;
    position: relative;
}

.post-thumb-info {
    padding: 15px 15px;
    width: 100%;
    float: left;
    position: relative;
}

.post-time span,
.post-time a {
    font-size: 10px;
    letter-spacing: 1.1px;
    color: #3f3f3f;
    font-weight: 700;
}

.post-time {
    margin: 0 0 10px;
}

.blog-page .post-time {
    margin: 0 0 10px 0;
    display: none;
}

.read-more {
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    line-height: 24px;
    display: block;
    background-color: #78bfe4;
    border-radius: 5px;
    border: 2px solid #000000;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 110px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.read-more:hover {
    color: #000000;
    border-color: #000000;
    background-color: #fff;
}

.latest-post-area .all-singlepost {
    margin: 30px 0 0
}

.latest-post {
    background: #fff;
}

.post-content {
    padding: 15px 10px;
    border: 1px solid #f2f2f2;
}

.blog_title h1 {
    border: 3px solid #000000;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 70px;
    border-radius: 4px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.text_btn a {
    background-color: #78bfe4;
    line-height: 2;
    display: inline-block;
    padding: 0 20px;
    border-radius: 3px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.text_btn a:hover {
    color: #FFF;
}


/*----------------------------------------  6. latest post widget /*----------------------------------------*/

#secondary ul li {
    margin-bottom: 6px;
}

#secondary ul li a {
    color: #000;
}


/*----------------------------------------  9. footer area /*----------------------------------------*/

.top-footer-area,
.info-footer {
    padding: 0;
    background: #000;
}

.top-footer-area .widget h3.widget-title {
    font-size: 13px;
    color: #fff;
    margin-bottom: 25px;
}

footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#secondary ul {
    list-style: inside disc;
    margin: 0;
}

#secondary .recent-posts ul {
    list-style: none;
}

footer .recent-posts ul li,
footer .recent-comments ul li {
    margin-bottom: 20px;
}

footer .recent-posts ul li:last-child,
footer .recent-comments ul li:last-child {
    margin-bottom: 0;
}

footer .recent-posts ul li a,
footer .recent-posts ul li h3,
footer .recent-comments ul li a,
footer .recent-comments ul li h3 {
    color: #ccc;
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: inherit;
}

.last-single {
    border: 0;
}

.single-bannerfooter a:hover {
    opacity: 0.6;
}

.address-footer address {
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 600;
}

.footer-logo {
    margin-top: 68px;
}

.social-footer ul li {
    color: #ccc;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
}

.social-footer ul li a {
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    color: #fff;
    font-size: 12px;
    border: 1px solid #555;
    border-radius: 3px;
    margin-right: 15px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.main-area .ex-pro {
    margin-top: 40px;
}

.main-area .bn-pro {
    margin-top: 31px;
}

.main-area .banner-area {
    margin: 0 0 60px;
}

.woocommerce .slick-slider {
    margin-bottom: 60px;
}

.main-area .block-image {
    margin-right: 20px;
    width: 45%;
}

.main-area .block-category {
    margin: 76px 0 0
}

.block-category .bar-title {
    margin: 60px 0 40px;
}

.bar-ping {
    display: block;
    width: 11%;
    float: left;
    margin-right: 10px;
}

#secondary .widget .widget-title {
    color: #3f3f3f;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    line-height: 35px;
    position: relative;
    word-wrap: break-word;
    background-size: contain;
    position: relative;
}

#secondary .widget .widget-title::after {
    position: absolute;
    left: 0;
    width: 3vw;
    content: "";
    height: 2px;
    background-color: #78bfe4;
    bottom: -2px;
}

#secondary aside.widget_text:first-child h3 {
    margin: 0;
}

.main-area .testimonial-area {
    background: none;
    overflow: hidden;
}

.bar-test {
    background: #f4f4f4;
    padding: 20px 10px;
    margin-top: 20px;
}

.main-area .latest-post-area {
    background: none;
    margin-top: 40px;
}

.main-area .product-content p {
    letter-spacing: 0.6px
}

.banner-area p a img {
    width: 100%;
}

.left-column p img {
    margin-bottom: 15px;
}

.breadcrumbs .home {
    float: left;
    margin-right: 10px;
}

.breadcrumbs a {
    color: #777777;
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px;
}

.breadcrumbs span.separator {
    margin-right: 5px;
}

.breadcrumbs a:hover {
    color: #000000;
}

.breadcrumbs {
    margin: 15px 0;
}

.single .breadcrumbs {
    margin-bottom: 30px;
}

p.comment-form-rating label,
p.comment-form-comment label,
#commentform p {
    margin-bottom: 25px;
    max-width: 100%;
    color: #7f7f7f;
}

#commentform input[type="submit"] {
    font-size: 14px;
}

#commentform input[type="submit"]:hover {
    background-color: #78bfe4;
    color: #FFF;
    border-color: transparent;
}

.comments-list ul li {
    margin-bottom: 25px;
}

li.threaded-comments {
    margin-left: 50px;
}

.comments-list-img {
    float: left;
    margin-right: 15px;
}

.comments-content-wrap {
    border: 1px solid #ddd;
    color: #42414f;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 15px 63px;
    padding: 10px;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.comments-content-wrap:before {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    content: "";
    display: block;
    height: 10px;
    left: -5px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}

.comments-content-wrap p {
    color: #909295;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
}

li.threaded-comments {
    margin-left: 50px
}

span.email-notes {
    color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.author-info.archives,
.single-post .post-thumb-info .author-info {
    background: #f2f2f2 none repeat scroll 0 0;
    margin: 20px 0;
    padding: 20px;
    float: left;
    width: 100%;
}

.author-info.archives .author-avatar,
.single-post .post-thumb-info .author-avatar {
    float: left;
    margin-right: 20px;
}

.author-info.archives .author-description,
.single-post .post-thumb-info .author-description {
    color: #787878;
    float: left;
    width: 83%;
}

.single-post .post-thumb-info .postexcerpt {
    margin-bottom: 15px;
}

.author-description>h2 {
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.sub-menu-columns ul.sub-menu li {
    display: inline-block;
    width: 200px;
}

.sub-menu-columns ul.sub-menu li:nth-child(odd) {
    float: left;
    margin-right: 10px;
}

.sub-menu-columns ul.sub-menu li:nth-child(even) {
    float: right;
}


/* Blog */

h1.blogtitle a {
    font-size: 24px;
    font-weight: 700;
}

.page-content.blog-page.s-blog-page {
    margin-bottom: 70px;
}

h1.blogtitle a:hover {
    color: #000000;
}

.single-post h1.blogtitle {
    line-height: 1.2;
    margin-bottom: 10px;
}

.class-page .postexcerpt,
.blog-page .post-thumb-info .postexcerpt {
    margin: 0;
}

.single-post .post-thumb-info .postexcerpt h2.blogtitle {
    font-size: 24px;
    margin-bottom: 8px;
}

.read_more_btn {
    position: relative;
}

.read_more_btn img {
    position: absolute;
    width: 30px;
    top: 0;
    right: 0;
}


/* Blog Comments */

.comments-area {
    overflow: hidden;
}

.author-description .author_link {
    color: #009fdd;
    font-size: 13px;
}

h3.comments-title {
    border-bottom: 1px solid #f1f0f0;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 0 0 20px;
    position: relative;
    color: #888;
}

.comments-area {
    float: left;
    margin: 20px 0 70px;
    width: 100%;
}

#commentform a {
    color: #666;
}

.comments-area .comments-title,
.comments-area .comment-reply-title {
    border-bottom: 1px solid #f1f0f0;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 0 0 20px;
    position: relative;
    color: #000;
}

.comments-area .comment-list {
    margin: 0;
    padding: 0;
}

.comments-area .comment-list li.comment {
    list-style: outside none none;
}

.comments-area .comment-list li.comment article.comment {
    margin: 0 0 30px;
}

.comments-area .comment-list li.comment article.comment .comment-avatar {
    float: left;
}

.comments-area .comment-list li.comment article.comment .comment-info {
    border: medium none;
    margin-left: 75px;
    position: relative;
}

.comments-area .comment-list li.comment article.comment .comment-info .reply {
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.comments-area .comment-list li.comment article.comment .comment-info .reply a {
    background: #aedeef none repeat scroll 0 0;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.comments-area .comment-list li.comment article.comment .comment-info .reply a:hover {
    background: #009fdd none repeat scroll 0 0;
    border-color: #009fdd;
    color: #fff !important;
}

#cancel-comment-reply-link:hover {
    color: inherit;
}

.comments-area .comment-list .comment-meta {
    color: #999;
    float: left;
    font-size: 15px;
    line-height: 1;
    margin: 0 0 10px;
    width: 100%;
}

.comments-area .comment-list .comment-meta img {
    margin-right: 10px;
}

.comments-area .comment-list .comment-meta cite {
    float: left;
    margin-bottom: 10px;
}

.comments-area .comment-list .comment-meta cite .fn {
    font-size: 12px;
    font-weight: 700;
}

.comments-area .comment-list .comment-meta cite .fn a {
    color: #353535;
    font-style: normal;
}

.comments-area .comment-list .comment-meta cite .fn a:hover {
    color: #009fdd;
}

.comments-area .comment-list .comment-meta cite span {
    display: none;
}

.comments-area .comment-list .comment-meta time {
    clear: both;
    float: left;
    font-size: 12px;
    font-style: italic;
}

.comments-area .comment-list .comment-content {
    font-size: 14px;
}

.comments-area .comment-list .comment-content p:last-child {
    margin-bottom: 0;
}

.comments-area .comment-list ul.children {
    margin: 0 0 0 20px;
}

.comments-area .comment-respond {
    margin-top: 45px;
    width: 100%;
}

.comments-area .comment-respond .comment-form label {
    color: #999;
    display: block;
    margin: 0 0 5px;
}

.comments-area .comment-respond .comment-form .comment-notes,
.comments-area .comment-respond .comment-form .form-allowed-tags {
    color: #999;
    font-size: 13px;
}

.comments-area .comment-respond .comment-input input {
    width: 100%;
    background: #fdfdfd none repeat scroll 0 0;
    border: 1px solid #f1f0f0;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.comments-area .comment-respond .comment-form #comment {
    border: 1px solid #f1f0f0;
    height: 130px;
    width: 100%;
    background: #fdfdfd none repeat scroll 0 0;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}


/* Blog pagination */
.pagination_area {
    width: 100%;
    float: none;
    overflow: hidden;
}

.main-container .pagination {
    border-radius: 0;
    float: left;
    padding: 0 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.main-container .pagination ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.main-container .pagination li {
    float: left
}

.main-container .pagination a,
.main-container .pagination span {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    background-color: #78bfe4;
    color: #000;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    height: 38px;
    line-height: 37px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 38px;
    border-radius: 100px;
    margin-right: 5px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.main-container .pagination a i,
.main-container .pagination span i {
    height: 30px;
    line-height: 30px;
}

.social-area .top-social a {
    line-height: 28px;
    width: 28px;
    font-size: 20px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.mobile-social-area a,
.top-social a {
    line-height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    background: #fff;
    margin-right: 10px;
    color: #000;
    font-size: 24px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.mobile-social-area {
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-container .pagination a.current,
.main-container .pagination a:hover,
.main-container .pagination span.current,
.main-container .pagination span:hover {
    background: #ffffff;
    color: #FFF;
}

.menu-top-menu-container {
    width: 100%;
}

.callto_mobile {
    margin-right: 10px;
}

.ptb-70 {
    padding: 70px 0;
}

.pt-70 {
    padding-top: 70px;
}

.pt-6 {
    padding-top: 6px;
}

.pb-6 {
    padding-bottom: 6px;
}

.pb-5px {
    padding-bottom: 5px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-130 {
    padding-top: 108px;
    padding-bottom: 108px;
}

.ptb-118 {
    padding-top: 118px;
    padding-bottom: 117px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.plr-45,
.prl-45 {
    padding-right: 40px;
    padding-left: 40px;
}

.section-title {
    font-size: 25px;
    color: #000;
    margin-bottom: 35px;
}

.section-heading h1 {
    font-size: 45px;
    text-align: center;
    display: block;
    line-height: 1;
    position: relative;
    font-weight: normal;
}

.cat-heading h4 {
    font-size: 28px;
    color: #000;
    text-align: center;
    display: block;
    line-height: 1;
    letter-spacing: 2px;
    margin-top: 30px;
}

.cat-heading h4 a {
    color: #000;
}

#secondary .searchform {
    position: relative;
}

#secondary input#searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0 5px;
    background-color: #78bfe4;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    line-height: 44px;
    height: 44px;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    left: inherit;
    border-radius: 0 31px 31px 0;
    -webkit-border-radius: 0 31px 31px 0;
    -moz-border-radius: 0 31px 31px 0;
    -ms-border-radius: 0 31px 31px 0;
    -o-border-radius: 0 31px 31px 0;
}


/* Navigation */

.mobile-menu {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    column-gap: 10px;
}

.menu_text,
.menu_close {
    float: left;
    font-size: 22px;
    margin-right: 21px;
    line-height: 70px;
    font-style: italic;
    color: #000;
}

.menu_close {
    display: none;
}

.phone-menu-open .menu_text,
.mobile-menu-open .menu_text {
    opacity: 0;
}

.phone-menu-open .menu_close,
.mobile-menu-open .menu_close {
    display: block;
    position: relative;
    z-index: 3;
    left: -56px;
    color: #FFF;
}

.hamburger_phone.opened,
.hamburger.opened {
    cursor: pointer;
    height: 38px;
    z-index: 999;
    width: 38px;
}

.hamburger_phone,
.hamburger {
    display: table-cell;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    vertical-align: middle;
    height: 38px;
    width: 38px;
    cursor: pointer;
    z-index: 9999;
}


.hamburger_sms a,
.hamburger_phone a {
    -webkit-mask-image: url('../img/phone-icon.svg');
    mask-image: url('../img/phone-icon.svg');
    mask-size: 38px;
    -webkit-mask-size: 38px;
    background-color: #000;
    height: 38px;
    width: 38px;
    background-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: block;
    transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), all 0.6s ease-out, -webkit-transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    -webkit-transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), all 0.6s ease-out, -webkit-transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    -moz-transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), all 0.6s ease-out, -webkit-transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    -ms-transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), all 0.6s ease-out, -webkit-transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    -o-transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), all 0.6s ease-out, -webkit-transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48);
}

.hamburger_sms a {
    -webkit-mask-image: url('../img/contact-sms.svg');
    mask-image: url('../img/contact-sms.svg');

}

body.phone-menu-open,
body.mobile-menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.js_body__overlay {
    position: fixed;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    opacity: .75;
    filter: alpha(opacity=60);
    visibility: hidden;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 1;
}

.js_body__overlay.j_b_overlay_top {
    top: 30px;
}

.phone-menu-open .js_body__overlay,
.mobile-menu-open .js_body__overlay {
    visibility: visible;
    -webkit-transition: visibility 300ms ease-in-out 0s;
    -o-transition: visibility 300ms ease-in-out 0s;
    transition: visibility 300ms ease-in-out 0s;
}

.phone-menu-open .js_body__overlay,
.js_body__overlay,
.mobile-menu-open .js_body__overlay {
    display: none;
}

.phone-menu-open #sticky-header,
.mobile-menu-open #sticky-header {
    height: 100%;
    background: transparent;
}

.phone-menu-wrapper,
.mobile-menu-wrapper {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    background: #FFFFFF;
}

.t_b_s_m .phone-menu-wrapper,
.t_b_s_m .mobile-menu-wrapper {
    top: 100px;
}

.hamburger_wrap {
    display: none;
    height: 75px;
    left: 0;
    position: absolute;
    top: 0;
    width: 75px;
}

#phonemenu,
#mobilemenu ul {
    display: block;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0;
}

#phonemenu ul,
#mobilemenu ul ul {
    margin: 0;
}

#mobilemenu.align-center>ul {
    text-align: left;
}

#phonemenu li,
#mobilemenu ul li {
    position: relative;
    display: block;
    border-bottom: 2px solid #d2d2d245;
}

#phonemenu ul li,
#mobilemenu ul ul li {
    border-bottom: 2px solid transparent;
}

#phonemenu li a,
#mobilemenu ul li a,
#phonemenu ul li a,
#mobilemenu ul ul li a {
    width: 100%;
    border-bottom: 0;
}

#phonemenu>li,
#mobilemenu>ul>li {
    float: none;
}

#phonemenu ul li a,
#mobilemenu ul ul li a {
    color: #000;
    display: block;
    font-size: 18px;
    padding: 5px 0 5px 25px;
    font-weight: 400;
}

#mobilemenu>ul>li.has-sub>a:after,
#mobilemenu>ul>li.has-sub>a:before,
#mobilemenu ul ul>li.has-sub>a:after,
#mobilemenu ul ul>li.has-sub>a:before {
    display: none;
}

#phonemenu .submenu-button,
#mobilemenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 15px;
    top: 11px;
    display: block;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border: 2px solid #000000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: #ffffff;
}

#phonemenu .submenu-button {
    top: 7px;
    height: 35px;
    width: 35px;
    border: 0 none;
    padding: 5px;
}

#phonemenu li a img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

#phonemenu ul .submenu-button,
#mobilemenu ul ul .submenu-button {
    height: 30px;
    width: 30px;
    top: 2px;
    right: 14px;
}

#mobilemenu .submenu-button::after {
    position: absolute;
    top: calc(50% + -1.5px);
    right: calc(50% - 7.5px);
    width: 15px;
    height: 3px;
    display: block;
    background-color: #78bfe4;
    content: '';
}

#mobilemenu .submenu-button.submenu-opened:after {
    background-color: #78bfe4;
}

#mobilemenu .submenu-button::before {
    position: absolute;
    top: calc(50% - 7.5px);
    right: calc(50% - 1.5px);
    display: block;
    width: 3px;
    height: 15px;
    background-color: #78bfe4;
    content: '';
}

#mobilemenu .submenu-button.submenu-opened:before {
    display: none;
}

#phonemenu>li>a,
#mobilemenu>ul>li>a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1;
    padding: 16px;
    text-decoration: none;
    display: block;
}

#phonemenu>li>a {
    padding: 16px 5px;
}

#phonemenu>li.has-sub>a,
#mobilemenu>ul>li.has-sub>a {
    padding-right: 35px;
}

#phonemenu ul.sub-menu,
#mobilemenu ul.sub-menu {
    display: none;
}

#phonemenu.align-right li:hover>ul,
#mobilemenu.align-right li:hover>ul {
    left: auto;
    right: 0;
}

#phonemenu.align-right ul ul,
#mobilemenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#phonemenu ul li:last-child>a,
#phonemenu ul li.last-item>a,
#mobilemenu ul ul li:last-child>a,
#mobilemenu ul ul li.last-item>a {
    border-bottom: 0;
}

#mobilemenu.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 11px;
}

#mobilemenu.align-right ul ul li.has-sub>a:before {
    right: auto;
    left: 14px;
}

#mobilemenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0;
}

#mobilemenu {
    margin-bottom: 15px;
}

.mobile_logo {
    display: none;
}

.phone-menu-open .mobile_logo,
.mobile-menu-open .mobile_logo {
    display: inline-block;
}

.phone-menu-open .mobile_logo a img,
.mobile-menu-open .mobile_logo a img,
.phone-menu-open .mobile_logo a,
.mobile-menu-open .mobile_logo a {
    z-index: 999;
}

.mobile_logo_menu {
    position: relative;
    z-index: 9999;
}

.phone-wrapper .callto,
.mobile-wrapper .callto {
    font-size: 22px;
}

.mobile-wrapper .callto {
    font-size: 22px;
}

.phone-menu-wrapper .request_cons,
.mobile-menu-wrapper .request_cons {
    margin-top: 20px;
    margin-bottom: 20px;
}

.phone-menu-wrapper a.request_cons,
.mobile-menu-wrapper a.request_cons {
    line-height: 48px;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    border: 1px solid transparent;
    background-color: #78bfe4;
    display: block;
    width: 288px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.mobile-menu-wrapper .social-area .top-social a {
    line-height: 38px;
    width: 38px;
    font-size: 24px;
}

footer .top-social {
    top: -2px;
}

.social-area:hover .top-social a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 2;
}

.open+.top-social a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 2;
}

.category-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.category-banner .iframe-container {
    position: absolute;
    padding-bottom: 56.25%;
    height: 0;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.embed-container {
    padding-bottom: 56.25%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page_content_row .embed-container {
    padding-bottom: 465px;
}

h2.pc_title,
.content_area_row .content_area h2,
.content_area .pc_title {
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 5px;
}

.content_area h2.sp_title {
    font-size: 36px;
}

.content_area h3,
.content_area h4 {
    margin-bottom: 5px;
}


.cat-heading h1 {
    position: relative;
    margin-bottom: 0;
    line-height: 1.5;
}

.content_area .pc_title,
.content_area {
    color: #000;
}

.cat-heading h2 {
    font-size: 28px;
    color: #000;
    position: relative;
    z-index: 3;
    margin-top: 25px;
    display: inline-block;
}


.contactus_title {
    color: #5c5e5f;
    font-size: 28px;
}

.contact-from-wrapper label {
    display: block;
    margin-bottom: 15px;
    color: #5c5e5f;
}

.contact_hour_title,
.contact_info_title {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    float: left;
    margin-right: 5px;
}

.no-padding {
    padding: 0;
}

.infof-content h2 {
    color: #FFF;
}

.opening_hour {
    margin: 0;
    padding: 0;
    list-style: none;
}

.opening_hour li {
    margin-bottom: 3px;
}

.mainmenu.search_off {
    width: 100%;
}

.opening_hour li {
    margin-bottom: 5px;
    width: 100%;
}

/* Menu */

.mainmenu ul {
    margin: 0;
    list-style: none;
    flex: 0 auto;
    align-items: center;
    display: flex;
    padding: 0;
}

.mainmenu ul li {
    display: block;
    position: relative;
}

.mainmenu ul li a {
    color: #000;
    background-color: #0000;
    flex: none;
    padding: .25em .75em .19em;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
    cursor: pointer;
}

.mainmenu ul li a:hover,
.mainmenu ul li.current-menu-parent>a,
.mainmenu ul li.current-menu-ancestor>a,
.mainmenu ul li.current-menu-item>a,
.mainmenu ul li ul.sub-menu li>a:hover,
.mainmenu ul li ul.sub-menu li.current_page_item a,
.mainmenu ul li.mega-menu ul.sub-menu li ul.sub-menu li a:hover,
.mainmenu ul li.mega-menu ul.sub-menu li ul.sub-menu li.current-menu-item a {
    color: #78bfe4;
}

.mainmenu ul li.d-has-sub ul.sub-menu li {
    grid-column-gap: .75rem;
    color: #16191b;
    border-radius: 3rem;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    text-decoration: none;
    transition: background-color .35s;
    display: block;
    position: relative;
    flex: none;
    width: 100%;
}

.mainmenu ul li.d-has-sub ul.sub-menu {
    grid-row-gap: 1rem;
    opacity: 0;
    background-color: #fff;
    border-radius: 2rem;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    padding: 1.4rem 1rem;
    transform: translate3d(0, -20px, 0);
    transition: transform .5s, opacity .4s linear;
    display: flex;
    position: absolute;
    top: 3.5rem;
    overflow: visible;
    box-shadow: 0 16px 56px #00000014;
    pointer-events: none;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    -webkit-transition: transform .5s, opacity .4s linear;
    -moz-transition: transform .5s, opacity .4s linear;
    -ms-transition: transform .5s, opacity .4s linear;
    -o-transition: transform .5s, opacity .4s linear;
    z-index: 999;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}

.mainmenu ul li ul.sub-menu.right-menu {
    right: 0;
}

.mainmenu>ul>li.d-has-sub>ul.sub-menu.open,
.mainmenu ul li ul.sub-menu li:hover ul.sub-menu {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    pointer-events: all;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
}

.mainmenu ul li ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
}

.mainmenu ul li ul.sub-menu ul.sub-menu.right-menu {
    left: initial;
    right: 100%;
}

.mainmenu ul li.d-has-sub ul.sub-menu li a {
    grid-column-gap: 0.75rem;
    border-radius: 3rem;
    flex-flow: row;
    align-items: center;
    width: 100%;
    padding: .5rem 1.5rem .5rem .5rem;
    font-weight: 400;
    text-decoration: none;
    transition: background-color .35s;
    display: flex;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px;
}

.mainmenu ul li.normal-sub a {
    padding: .25em .70em .19em;
    line-height: 3.4em;
    display: block;
}

.sticky-header .mainmenu ul li.normal-sub a {
    line-height: 70px;
    transition: line-height .35s;
    -webkit-transition: line-height .35s;
    -moz-transition: line-height .35s;
    -ms-transition: line-height .35s;
    -o-transition: line-height .35s;
}

.mainmenu ul li.normal-sub ul.sub-menu li a {
    line-height: 1.4em;
    font-weight: 300;
    font-size: 18px;
}

.mainmenu ul li.normal-sub ul.sub-menu {
    background-color: #FFF;
    visibility: hidden;
    z-index: 25;
    display: block;
    height: auto;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: max-content;
    padding: 1.4rem 1rem;
    box-shadow: 0 4px 14px 0 rgba(25, 33, 61, .1);
    border: 1px solid #dde6ed;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    transform: translate3d(0, -20px, 0);
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    transition: all .5s, opacity .4s linear;
    -webkit-transition: all .5s, opacity .4s linear;
    -moz-transition: all .5s, opacity .4s linear;
    -ms-transition: all .5s, opacity .4s linear;
    -o-transition: all .5s, opacity .4s linear;
}

.mainmenu>ul>li.normal-sub:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s, 0s, 0.3s;
    -o-transition-delay: 0s, 0s, 0.3s;
    transition-delay: 0s, 0s, 0.3s;
}

a.read_more_btn {
    font-size: 20px;
    color: #302f2f;
    line-height: 42px;
    position: absolute;
    bottom: 15px;
    border: 2px solid #302f2f;
    display: block;
    border-radius: 50px;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

a.read_more_btn {
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.service-thumb~a.read_more_btn span,
a.read_more_btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.read_more_btn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.read_more_btn:hover span {
    padding-right: 25px;
}

a.read_more_btn:hover span:after {
    opacity: 1;
    right: 0;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

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

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-70 {
    padding-top: 70px;
}


/* Header */

header {
    background: transparent;
    width: 100%;
    position: fixed;
    z-index: 199;
    -webkit-backface-visibility: hidden;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

header.sticky-header .header_middel {
    background: RGB(255, 255, 255, .9);
}

.logo {
    position: relative;
    z-index: 9;
    text-align: right;
    height: 100px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    width: 320px;
    display: flex;
    align-items: center;
}

.logo_circle {
    display: flex;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.sticky-header .logo {
    height: 78px;
    width: 240px;
}

.logo img {
    width: 100%;
    -webkit-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    -ms-transition: width 0.4s ease-in-out;
}

.info_content h5 {
    margin: 0 0 5px 0;
}

.form-subtitle {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 22px;
    color: #000;
}

.opening_hour {
    margin-top: 10px;
}

.opening_hour_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.opening_hour_ul li {
    margin-bottom: 5px;
}

span.day {
    width: 140px;
    display: inline-block;
}

#page-sidebar {
    border: 2px solid #f2f2f2;
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.wpcf7-form-control.wpcf7-select {
    width: 100%;
    border: 1px solid #f2f2f2;
    line-height: 43px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-top: 8px;
}

.section-padding-50 {
    padding: 50px 0;
}

.postexcerpt h1,
.postexcerpt h2,
.postexcerpt h3,
.postexcerpt h4,
.postexcerpt h5,
.postexcerpt h6 {
    clear: inherit;
}

blockquote {
    background: #f3f5f8;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.select2-container {
    display: block;
    max-width: 100% !important;
    width: auto !important;
}

.select2-container .select2-selection--single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: none;
    outline: none;
    position: relative;
    color: #000;
    border: 1px solid #f2f2f2;
    border-top-color: rgb(242, 242, 242);
    border-right-color: rgb(242, 242, 242);
    border-bottom-color: rgb(242, 242, 242);
    border-left-color: rgb(242, 242, 242);
    padding: 5px 35px;
    width: 100%;
    font-weight: 300;
    line-height: 43px;
    background: #f2f2f2;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    border-radius: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    left: 50%;
    position: relative;
    outline: 0 none;
    overflow: hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}


/*------------------------------------------------------------------
[ in select ]*/

.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
    min-height: 200px;
    overflow-y: auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    background-color: transparent;
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.select2-selection__arrow b {
    display: none;
}

.select2-selection__arrow::before {
    content: '';
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #999999;
    margin-bottom: 2px;
}

.select2-selection__arrow::after {
    content: '';
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #999999;
}


/*------------------------------------------------------------------
[ Dropdown option ]*/

.select2-container--open .select2-dropdown {
    z-index: 1251;
    border: 0px solid #e5e5e5;
    border-radius: 3px;
    background-color: white;
    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.select2-dropdown--above {
    top: -30px;
}

.select2-dropdown--below {
    top: 8px;
}

.select2-container .select2-results__option[aria-selected] {
    padding-top: 6px;
    padding-bottom: 6px;
}

.select2-container .select2-results__option[aria-selected="true"] {
    background: #F1F2f2;
    color: #000;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    background: #F1F2f2;
    color: #000;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #F2F2F2;
    outline: none;
    line-height: 1.2;
}

.select2-selection.select2-selection--single {
    border: 1px solid #f2f2f2;
    line-height: 46px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 15px;
    background: #f1f1f1;
    height: 48px;
    border-radius: 54px;
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    -ms-border-radius: 54px;
    -o-border-radius: 54px;
    margin-bottom: 20px;
}

.page-not-found .entry-title {
    letter-spacing: 2px;
    font-size: 24px;
}

.page-not-found img {
    margin-bottom: 30px;
}

.entry-content .search-form #searchform input.search_input {
    /*width: 200px;
    */
    left: auto;
    /*right: auto;
    */
    position: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.entry-content .search-form #searchform input#searchsubmit {
    position: absolute;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    border-radius: 0;
    top: 0px;
    left: inherit;
    right: 0 !important;
    margin-top: 0;
    line-height: 1;
    height: 47px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.entry-content #searchform {
    position: relative;
}

.ba_subtitle {
    margin-bottom: 50px;
}

.cta__buttons {
    width: 100%;
    margin: 1em auto 1em;
}

a.phm_btn,
a.btn,
.btn {
    padding: 15px;
    background-color: #78bfe4;
    font-size: 14px;
    color: #fff !important;
    border-color: transparent;
    font-weight: 600 !important;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    border-radius: 3px;
}

.pcstb a.btn-top-s {
    width: 280px;
}

a.phm_btn:hover,
a.btn:hover,
.btn:hover {
    box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.6);
    color: #FFF;
    -webkit-transform: translate3d(0px, 0px, 1rem);
    transform: translate3d(0px, 0px, 1rem);
}

.section_separetion {
    height: 3px;
    width: 100%;
    background-color: #b7c2bc;
}

address p {
    font-weight: 600;
}

.contact_us {
    position: relative;
}

footer.footer {
    position: relative;
    padding-top: 70px;
    background: #ffffff;
}

#find_us.contact_us input[type="submit"] {
    margin-bottom: 20px;
}

.gis_title {
    font-size: 41px;
    margin-bottom: 8px;
    font-weight: 400;
}

.footer_phone,
.address {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5;
}

.social_menu {
    overflow: hidden;
}

.get_in_side .social_menu {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 10px;
}

.social_menu h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}



.g_language_div a {
    color: #000000;
}

.g_language_div a:hover {
    color: #000000;
}

.top_n_m_s .social_icon {
    font-size: 21px;
    border: 0 none;
    width: 21px;
    float: left;
    height: 21px;
    padding-top: 9px;
}

.mobile_menu_social {
    margin-top: 15px;
    margin-left: 10px;
}

.contact_us_form {
    padding-top: 0px;
}

.contact_us_form .select,
.contact_us_form input[type="text"],
.contact_us_form input[type="email"],
.contact_us_form input[type="tel"] {
    line-height: 40px;
    font-size: 16px;
}

.contact_us_form .wpcf7-form textarea {
    font-size: 16px;
}


/* Doctor Page */

.doctor_title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 66px;
}

.doctor_left p {
    font-size: 17px;
    font-weight: 600;
}

.doctor_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 527px;
}

.doctor_left .cta__buttons {
    margin-top: 20px;
}

.doctor_left .cta__buttons .btn--one {
    margin-left: 0em;
}

.shortcode_title {
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 2px;
}

.doctor_area {
    float: left;
    width: 100%;
    padding-bottom: 70px;
}

.doctor_right {
    float: right;
}


/* Page Content Row  */

.content_img {
    overflow: hidden;
    text-align: center;
}

.content_img img {
    height: auto;
}


.embed-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load,
.embed-container iframe {
    width: 100%;
    height: 100%;
}

.embed-container embed {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.mobile-menu-open div.hamburger span {
    -webkit-transition: width 0.6s ease-in, -webkit-transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    transition: width 0.6s ease-in, -webkit-transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    -o-transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), width 0.6s ease-in;
    transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), width 0.6s ease-in;
    transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), width 0.6s ease-in, -webkit-transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48);
}

.mobile-menu-open div.hamburger span:first-child {
    -webkit-transform: rotate(45deg) translate(2px, -6px);
    -ms-transform: rotate(45deg) translate(2px, -6px);
    transform: rotate(45deg) translate(2px, -6px);
}

.mobile-menu-open div.hamburger span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-open div.hamburger span:last-child {
    -webkit-transform: rotate(45deg) translate(5px, -12px);
    -ms-transform: rotate(45deg) translate(5px, -12px);
    transform: rotate(45deg) translate(5px, -12px);
    width: 25px;
}

.hamburger span {
    background: #000;
    display: block;
    height: 6px;
    border-radius: 100px;
    -webkit-transition: width 0.6s ease-out, -webkit-transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    transition: width 0.6s ease-out, -webkit-transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    -o-transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), width 0.6s ease-out;
    transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), width 0.6s ease-out;
    transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), width 0.6s ease-out, -webkit-transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}


.hamburger span:not(:last-child) {
    margin-bottom: 4px;
}

.hamburger span:first-child {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 38px;
}

.hamburger span:nth-child(2) {
    width: 38px;
}

.hamburger span:nth-child(3) {
    width: 38px;
}

a.btn_od {
    color: #000;
    font-size: 14px;
}

#map,
#map2 {
    height: 550px;
    background: #eceae4;
}

.mainmenu ul li.mega-menu ul.sub-menu {
    width: 630px;
    padding-right: 0;
    padding-left: 0;
    left: 0;
    top: 100%;
    padding-bottom: 25px;
}

.mainmenu ul li.mega-menu ul.sub-menu::after {
    position: absolute;
    content: '';
    width: 150px;
    height: 45px;
    line-height: 18px;
    right: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.mainmenu ul li.mega-menu ul.sub-menu .sub-menu::after {
    display: none;
}

.mainmenu ul li.mega-menu ul.sub-menu li {
    width: 33%;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
}

.mainmenu ul li.mega-menu ul.sub-menu ul.sub-menu {
    position: relative;
    right: inherit;
    left: inherit;
    top: inherit;
    width: auto;
    padding: 0;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
}

.mainmenu ul li.mega-menu:hover ul.sub-menu ul.sub-menu {
    visibility: visible;
    opacity: 1;
}

.mainmenu ul li.mega-menu ul.sub-menu ul.sub-menu li {
    display: block;
    width: 100%;
}

.mainmenu ul li.mega-menu ul.sub-menu>li>a:hover,
.mainmenu ul li.mega-menu ul.sub-menu>li>a {
    margin-top: 15px;
    color: #FFFFFF;
    font-weight: 600;
}

.mainmenu ul li.mega-menu ul.sub-menu li ul.sub-menu li a {
    font-weight: 400;
    color: #000;
    margin-top: 10px;
}

.page_title h1 {
    color: #000;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Slider CSS */

.hero_area {
    position: relative;
    background-color: #FFFFFF;
}

.hero_text {
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    z-index: 5;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    right: 0;
}


.home_typed_box {
    text-align: inherit;
    display: flex;
    justify-content: center;
}

.hero_text_box .editor_view_1 {
    color: #FFFFFF;
    line-height: 1.2;
    font-weight: 700;
    font-size: 68px;
    display: block;
    z-index: 9;
    margin: 0;
    margin-bottom: 0px;
    font-style: normal;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}

.hero_text_box .editor_view_2,
.hero_text .editor_view_3 {
    color: #FFFFFF;
    display: block;
    z-index: 9;
    margin: 0;
    font-style: normal;
    position: relative;
    line-height: 1.3;
    font-weight: 300;
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;

}

.hero_text .editor_view_4 small {
    font-size: 21px;
    font-weight: 500;
}

.smilesnap-button {
    display: inline-block;
}

.hero_text_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: end;
    height: 100%;
    max-width: 1200px;
    width: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.hero_text_inner {
    padding-bottom: 100px;
}

.hero_text_2 .hero_text_box {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 50px;
}

.hero_text_2 .hero_text_inner_2,
.hero_text_2 .image_box_row {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.hero_text_2 .image_box_row {
    justify-content: end;
    align-items: end;
    height: 100%;
}

.image_inner {
    position: relative;
}

.image_one {
    width: 100%;
    height: auto;
    position: relative;
}

.image_two {
    width: 350px;
    height: 350px;
    position: relative;
    bottom: 20px;
    right: 20px;
}

.hero_text p.editor_view_3 span {
    position: relative;
    font-weight: 300;
}

.hero_text p.editor_view_3 span::before {
    content: "";
    position: absolute;
    background: #FFF;
    height: 5px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.hero_text.hero_area_2 p.editor_view_3 span::before {
    background-color: #78bfe4;
}

.hero_text_box p.editor_view_4 {
    line-height: 1.3;
    font-weight: 300;
    font-size: 25px;
    text-align: center;
    color: #FFF;
    margin-bottom: 10px;
}

.hero_text_box .sbtng {
    display: block;
    margin-top: 15px;
}

.mp4-container {
    height: 800px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    z-index: 4;
    background: #FFF;
}

.hero_area_two .mp4-container {
    height: 650px;
}

.video-container {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.hero__video {
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0px;
    left: 0px;
    display: block !important;
}

.layerImage {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.layerImage img {
    width: 100%;
}

.home_typed_box_inner {
    display: flex;
    gap: 8px;
    width: 770px;
}

.video_overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: 1;
}

.curvearea {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.curvearea img {
    width: 100%;
}

.width-50 {
    width: 48%;
    float: left;
}



.address {
    margin-top: 22px;
}

.entry-content ul {
    list-style-type: disc;
}

.hero_image {
    position: relative;
    display: contents;
    width: 100%;
    height: 100%;
}

.layerImage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
}

/* .featured_artist {
    width: 316px;
    float: left;
} */

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p,
.white {
    color: #FFF;
}

.sticky-logo,
.non-sticky-logo {
    flex: 0;
    justify-content: start;
    align-self: center;
    align-items: center;
    display: flex;
}

.page_shortcode {
    position: relative;
}

.eapps-instagram-feed a,
.eapps-instagram-feed-header-container {
    display: none;
}

.our_team_section {
    overflow: hidden;
}

.see_more_btn a {
    color: #FFFFFF;
    font-weight: 600;
    position: relative;
    padding: 10px 0;
    display: inline-block;
}

.free_consultation_shortcode {
    width: 100%;
    float: left;
    background: #f9fafa;
    padding: 50px;
    border-radius: 18px;
    margin-bottom: 50px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.free_consultation_shortcode h4 {
    color: #FFF;
}

.free_consultation_shortcode iframe {
    height: 785px !important;
}


/* .sbtng a::after,
a.btn::after {
    -webkit-mask-image: url('../img/btn-arrow.svg');
    mask-image: url('../img/btn-arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    top: calc(50% - 7px);
    right: 12px;
    position: absolute;
    background-size: contain;
    mask-size: 25px;
    -webkit-mask-size: 25px;
    background-color: #FFFFFF;
    width: 25px;
    height: 15px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

a.btn:hover::after {
    background-color: #000;
} */

.logo a {
    display: block;
}

.mobile-hide-box {
    display: none;
}

.layerImage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
}

.hero_text_box .learn_more p {
    font-size: 14px;
}

#smile_view .ezcol-one-third {
    width: 33.33%;
    margin: 0;
    float: left;
    margin-right: 4%;
    position: relative;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    text-rendering: optimizedLegibility;
}

.landingtoprow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.PhoneInfoHead,
.SocialRight,
.Half {
    display: inline-block;
    width: 50%
}

.phone {
    font-size: 20px;
}

.switcher {
    font-family: Arial;
    font-size: 10pt;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    width: 163px;
    line-height: 17px;
    margin-right: auto;
    margin-left: auto
}

.switcher a {
    text-decoration: none;
    display: block;
    font-size: 10pt;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.switcher a img {
    vertical-align: middle;
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: .8
}

.switcher a:hover img {
    opacity: 1
}

.switcher .option {
    position: relative;
    z-index: 9998;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background-color: #EEE;
    display: none;
    width: 161px;
    max-height: 198px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow-y: auto;
    overflow-x: hidden
}

.switcher .option a {
    color: #000;
    padding: 3px 5px
}

.switcher .option a:hover {
    background: #FFC
}

.switcher .option a.selected {
    background: #FFC
}

#selected_lang_name {
    float: none
}

.l_name {
    float: none !important;
    margin: 0
}

.switcher .option::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 5px;
    background-color: #F5F5F5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.switcher .option::-webkit-scrollbar {
    width: 5px
}

.switcher .option::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #888;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.ezcol-one-half {
    width: 48%;
}

.ezcol-last {
    float: right;
    clear: right;
    margin-right: 0;
}

.ezcol-one-half {
    float: left;
    position: relative;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    text-rendering: optimizedLegibility;
}

.virtual_consultation_form .h6_again,
.virtual_consultation_form .h6 {
    font-size: 12px;
    color: #FFF;
    text-align: center;
    padding: 15px;
    font-weight: normal;
}

.virtual_consultation_form .h2 {
    font-size: 30px;
    color: #FFF;
    text-align: center;
    margin-top: 0px !important;
    font-weight: bolder;
    text-shadow: 3px 1px #dc1a7a;
    font-weight: bold;
}


.doc_image_2 {
    background-color: #FFFFFF;
}

div#wpcf7-f428-o1 {
    padding: 0 15px;
}

.width-one-half {
    width: 187px;
    float: left;
}

h4.h4 {
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 0px;
    font-weight: bold;
}

h5.h5 {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

h2.h2 {
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0px;
    font-weight: bold;
}

.video_area {
    color: #ffffff;
    text-align: center;
    background: #dc1a7a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
}

.legwork-form-container .select,
.legwork-form-container input[type="text"],
.legwork-form-container input[type="email"],
.legwork-form-container input[type="url"],
.legwork-form-container input[type="password"],
.legwork-form-container input[type="number"],
.legwork-form-container input[type="tel"],
.legwork-form-container input[type="range"],
.legwork-form-container input[type="date"],
.legwork-form-container input[type="month"],
.legwork-form-container input[type="week"],
.legwork-form-container input[type="time"],
.legwork-form-container input[type="datetime"],
.legwork-form-container input[type="datetime-local"],
.legwork-form-container input[type="color"] {
    margin-bottom: 10px;
}

.legwork-form-container input[type="button"],
.legwork-form-container input[type="reset"],
.legwork-form-container input[type="submit"] {
    margin-top: 0px;
}

.seeing_believing {
    padding: 10px;
    text-align: center;
    margin-bottom: 63px;
}

.team_m_title {
    color: #000;
    margin-bottom: 5px;
    margin-top: 15px;
}

.team_members p {
    font-size: 20px;
}

.rll-youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.rll-youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: 0 0;
}



.col-xl-6.col-xxl-7.text-right,
.col-xl-6.col-xxl-7.text-left {
    position: relative;
}

.btn-first-one {
    margin-right: 15px;
}

.seemore_btn .btn {
    margin-top: 30px;
    text-transform: capitalize;
}

.learn_more {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}

.scroll_down {
    display: block;
    position: relative;
    width: 65px;
    margin: 0 auto;
}

.learn_more a.go_next_s {
    width: 29px;
    height: 29px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    border-color: rgba(255, 255, 255, 0.75);
    border-style: solid;
    border-width: 2px;
    padding: 16px;
    border-radius: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.hero_area_two .learn_more a.go_next_s {
    border-color: rgba(0, 0, 0, 0.75);
}


.hero_area_2 .learn_more a.go_next_s {
    width: 28px;
    height: 40px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 3px;
    padding: 0;
    border-radius: 45px;
}

.hero_text_box .learn_more p {
    color: rgb(255, 255, 255);
    white-space: nowrap;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
}

.scroll_dot {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid #FFF;
    position: relative;
    top: 20px;
}

span.animeted_dot {
    -webkit-animation: MoveUpDown 2s linear infinite;
    animation: MoveUpDown 2s linear infinite;
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    border-radius: 100%;
    left: calc(50% - 5px);
    top: 33px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.hero_area_2 span.animeted_dot {
    background-color: #ffffff;
    width: 6px;
    height: 6px;
    left: calc(50% - 3px);
    top: 38px;
}

.hero_area_two span.animeted_dot {
    background-color: #000;
}

@-webkit-keyframes MoveUpDown {
    0% {
        -webkit-transform: translateY(-29px);
        transform: translateY(-29px);
    }

    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes MoveUpDown {
    0% {
        -webkit-transform: translateY(-29px);
        transform: translateY(-29px);
    }

    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.bgi {
    background: url(../img/ortho_bg.jpg);
    background-repeat: repeat;
}

.f-bgi {
    background-color: #000;
    background-repeat: repeat-y;
    background-size: contain;
}

.welcome_section {
    width: 100%;
    float: none;
    overflow: hidden;
}

.banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-secion ul {
    padding: 0px 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.mod_content_btn {
    display: flex;
    justify-content: center;
}

.main-menu {
    flex: 1;
    align-self: center;
    align-items: center;
    display: flex;
}

.icon_nd_button {
	flex: 1;
	justify-content: flex-end;
	align-items: center;
	display: flex;
	grid-column-gap: .6rem;
	grid-row-gap: .6rem;
	max-width: 500px;
}

.btn-secions {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    display: flex;
}

.nav__icon-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.nav__link-icon {
    background-color: #f9fafa;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    transition: background-color .2s ease-in-out;
    display: flex;
    max-width: 100%;
}

.nav__icon-wrapper img {
    width: 24px;
    height: 24px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.nav_icon_wrapper:hover img,
.nav__icon-wrapper:hover img {
    background-color: #f9fafa;
    transform: rotate(10deg)scale(1.1);
    -webkit-transform: rotate(10deg)scale(1.1);
    -moz-transform: rotate(10deg)scale(1.1);
    -ms-transform: rotate(10deg)scale(1.1);
    -o-transform: rotate(10deg)scale(1.1);
}


.icon__text {
    pointer-events: none;
}

.icon__text {
    opacity: 0;
    background-color: #78bfe4;
    color: #FFF;
    border-radius: 15px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 118px;
    margin-left: auto;
    margin-right: auto;
    padding: .5em .75em;
    font-size: 14px;
    transition: opacity .25s;
    display: flex;
    position: absolute;
    top: 3.2rem;
    box-shadow: 0 0 20px #00000014;
    width: max-content;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.nav_icon_wrapper .icon__text {
    top: 2rem;
}

.nav_icon_wrapper.sms_wrapper .icon__text {
    top: 2.5rem;
}

.triangle {
    position: absolute;
    box-shadow: 0 0 20px #00000014;
}

.triangle {
    top: -0.5rem;
    background-color: #78bfe4;
    text-align: left;
}

.triangle,
.triangle::before,
.triangle::after {
    width: 0.5rem;
    height: 0.5rem;
    border-top-right-radius: 30%;
}

.triangle {
    transform: rotate(-60deg) skewX(-30deg) scale(1, .866);
}

.triangle::after {
    transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
}

.triangle::before,
.triangle::after {
    content: '';
    position: absolute;
    background-color: inherit;
}

.triangle::before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
}

.nav_icon_wrapper:not(.icon__text):hover>.icon__text,
.nav__icon-wrapper:not(.icon__text):hover>.icon__text {
    opacity: 1;
}

.nav_icon_box {
    display: flex;
    gap: 10px;
    background: #f9fafa;
    border-radius: 25px;
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
    line-height: 1;
    align-items: center;
    min-width: 167px;
}

.nav_icon_box .nav_icon_wrapper a span {
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.nav_sms.nav_link_icon {
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
    max-width: 100%;
}

.nav_icon_wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}

.nav__icon-wrapper img path {
    fill: #000000;
}

.main-menu .btn-secion {
    margin-top: 0;
}

.hero_area_two .btn-secion {
    position: relative;
    top: -100px;
}

.mobile-wrapper .btn-secion {
    justify-content: start;
    padding-left: 30px;
    flex-wrap: wrap;
}

.btn-secion a {
    padding: .76rem 1.3rem .76rem;
    background: #ffffff;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    display: block;
    min-width: 5.75rem;
    text-align: center;
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-radius: 54px;
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    -ms-border-radius: 54px;
    -o-border-radius: 54px;
    line-height: 1;
}

.btn-secion a.button {
    box-shadow: none;
    color: #1e223f;
    text-align: center;
    background-color: #78bfe4;
    border: 1px #a0da88;
    border-radius: 54px;
    flex: none;
    min-width: 5.75rem;
    padding: .75rem 1.875rem .625rem;
    font-weight: 600;
    transition: border-color .25s ease-in-out, box-shadow .25s, background-color .3s cubic-bezier(.755, .05, .855, .06);
    position: relative;
    overflow: hidden;
}

:root {
    --animation-time: 0.35s;
    --arrow-anim-time: 0.6s;
}

.button {
	box-shadow: none;
	color: #000;
	text-align: center;
	font-size: 16px;
	background-color: #78bfe4;
	border: 0;
	border-radius: 54px;
	flex: none;
	min-width: 12rem;
	padding: 1rem;
	font-weight: 600;
	transition: border-color .25s ease-in-out, box-shadow .25s, background-color .3s cubic-bezier(.755, .05, .855, .06);
	position: relative;
	overflow: hidden;
	line-height: 1;
	display: block;
}

.button.button--transparent {
    background-color: #0000;
    border: 1px solid #9192a0;
    color: #1e223f;
    border-radius: 40px;
    flex: none;
    justify-content: space-between;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: inline-block;
}

.button--arrow.btn-transparent {
    background-color: transparent;
    border: 1px solid #FFF;
    color: #FFF;
}

.button-wipe {
    background-color: #78bfe4;
    color: #1e223f;
    width: 100%;
    position: absolute;
    inset: 0%;
}

:is(.button, .mainmenu ul li ul.sub-menu li):not(:hover) .button-wipe {
    transform: translateY(100%);
    transition: transform 0.35s ease-in-out;
}

:is(.button, .mainmenu ul li ul.sub-menu li):hover .button-wipe {
    transform: translateY(0%);
    transition: transform 0.35s ease-in-out;
}

.button-text-wrapper {
    white-space: nowrap;
    width: 100%;
    height: 1.1em;
    overflow: hidden;
}

:is(.button--arrow, .button, .mainmenu ul li ul.sub-menu li):hover .button-text-wrapper>div:nth-child(1) {
    transition: transform 0.35s ease-in-out;
    transform: translateY(-100%);
    opacity: 0;
}

:is(.button--arrow, .button, .mainmenu ul li ul.sub-menu li):not(:hover) .button-text-wrapper>div:nth-child(1) {
    transition: transform 0.35s ease-in-out;
    transform: translateY(0%);
}

:is(.icon_nd_button .button--arrow, .button, .mainmenu ul li ul.sub-menu li):hover .button-text-wrapper>div:nth-child(2) {
    transition: transform 0.35s ease-in-out;
    transform: translateY(-100%);
}

:is(.button--arrow):hover .button-text-wrapper>div:nth-child(2) {
    transition: transform 0.35s ease-in-out;
    transform: translateY(-100%);
}

:is(.button--arrow, .button, .mainmenu ul li ul.sub-menu li):not(:hover) .button-text-wrapper>div:nth-child(2) {
    transition: transform 0.35s ease-in-out;
    transform: translateY(0%);
    opacity: 0;
}

.button-text-wrapper {
    white-space: nowrap;
}

.nav__link-icon.large.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.nav__link-icon.large {
    flex: none;
    width: 2.5rem;
    height: 2.5rem;
}

.nav-link__icon {
    background-color: #f9fafa;
    border-radius: 3rem;
    flex: none;
    order: -1;
    width: 2.1rem;
    height: 2.1rem;
    padding-top: .475rem;
    padding-bottom: .375rem;
    transition: background-color .25s;
    position: relative;
}

:is(..nav__link-item.sub-link, .nav-link--wrapper):hover img:not(.nav-link__arrow) {
    background-color: white;
}

.button--wrapper {
    position: relative;
}

.button--arrow {
    background-color: #78bfe4;
    box-shadow: none;
    color: #000;
    border-radius: 54px;
    justify-content: space-between;
    align-items: center;
    padding: .75em 1em .75em 1.5rem;
    font-size: .9em;
    font-weight: 600;
    text-decoration: none;
    transition: box-shadow .35s;
    display: flex;
    position: relative;
    max-width: 100%;
    line-height: 1;
}

.button--arrow .button-text-wrapper {
    padding-right: 0.75rem;
}

.arrow-wrapper {
    justify-content: center;
    align-items: center;
    width: 1.875rem;
    min-width: 1.875rem;
    margin-left: .25em;
    display: flex;
}

.arrow-wrapper {
    width: inherit;
    height: inherit;
    position: relative;
    border-radius: 50%;
    transition: background-color 0.35s;
    overflow: hidden;
    -webkit-transition: background-color 0.35s;
    -moz-transition: background-color 0.35s;
    -ms-transition: background-color 0.35s;
    -o-transition: background-color 0.35s;
}

:not(.circle-arrow)>.arrow-wrapper {
    width: 1.875rem;
    height: 1.875rem;
}

.no-inner-margin * {
    margin: 0;
}

.button--arrow-img {
    z-index: 1;
}

.button--arrow-img,
.button--arrow-img.alt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.35s;
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    -o-transition: transform 0.35s;
}

.button--arrow:hover .arrow-wrapper {
    background-color: white;
}

:is(.button--arrow.down.main, .button--arrow.down.product).open .arrow-wrapper.down {
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
}

/* Arrow Button Animation */
:is(.button--arrow, .circle-arrow):not(:hover) .button--arrow-img {
    animation: slideIn 0.6s forwards;
    -webkit-animation: slideIn 0.6s forwards;
}

:is(.button--arrow, .circle-arrow):hover .button--arrow-img.alt {
    animation: slideIn 0.6s forwards;
    -webkit-animation: slideIn 0.6s forwards;
}

:is(.button--arrow, .circle-arrow):not(:hover) .button--arrow-img.alt {
    animation: slideOut 0.6s forwards;
    -webkit-animation: slideOut 0.6s forwards;
}

:is(.button--arrow, .circle-arrow):hover .button--arrow-img {
    animation: slideOut 0.6s forwards;
    -webkit-animation: slideOut 0.6s forwards;
}

.circle-arrow:not(:hover) {
    transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
    -webkit-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
    -moz-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
    -ms-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
    -o-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
}

.circle-arrow:hover {
    background-color: var(--opacity-green);
    border-color: var(--opacity-green);
    transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
    -webkit-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
    -moz-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
    -ms-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
    -o-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
}

.circle-arrow .arrow-wrapper {
    width: inherit;
    height: inherit;
}

:not(.circle-arrow)>.arrow-wrapper {
    width: 1.875rem;
    height: 1.875rem;
}

/* clicked button*/
.nav-link--wrapper.full-width.clicked .button-text-wrapper div {
    color: black !important;
}

@keyframes slideOut {
    from {
        transform: translate(-50%, -50%);
    }

    to {
        transform: translate(200%, -50%);
    }
}

@keyframes slideIn {
    from {
        transform: translate(-200%, -50%);
    }

    to {
        transform: translate(-50%, -50%);
    }
}


.mod_content_btn .btn-secion a {
    padding: 15px 30px;
    margin: 0 10px;
}

.btn-secion ul li .btn-secion a,
.mobile-wrapper .sbtng a {
    background-color: #6c7e90;
}

ul li a.chat_us.captureOutbound,
.mobile-wrapper .sbtng a.chat_us {
    background-color: #d2d2c5;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

ul li .btn-secion a:hover {
    border-color: transparent;
}

.Health_Services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0.5rem;
    fill: #FFF;
}

.btn_bg {
    white-space: nowrap;
}

.s_btn_svg {
    transform-style: preserve-3d;
    transform: translate3d(0rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -webkit-transform: translate3d(0rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -moz-transform: translate3d(0rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -ms-transform: translate3d(0rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -o-transform: translate3d(0rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -webkit-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
    transition: all 500ms cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
    -o-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
    width: 20px;
}

.btn-secion .s_btn_svg {
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}

.btn-secion a:focus,
.btn-secion a:hover {
    box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.6);
    color: #FFF;
    -webkit-transform: translate3d(0px, 0px, 1rem);
    transform: translate3d(0px, 0px, 1rem);
}

.btn-secion a:hover .s_btn_svg {
    transform-style: preserve-3d;
    transform: translate3d(.5rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -webkit-transform: translate3d(.5rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -moz-transform: translate3d(.5rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -ms-transform: translate3d(.5rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -o-transform: translate3d(.5rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    fill: #FFF;
}

.footer {
    color: #FFF;
    padding: 30px 0 31px;
    position: relative;
}

.footer div {
    position: relative;
    z-index: 2;
}


.footer h4 {
    color: #000;
    margin-bottom: 30px;
}

.footer h4 img {
    margin-right: 10px;
}

.row.online {
    padding: 20px 0 40px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid;
    margin-left: 20px;
    margin-right: 20px;
}

ul.bottom_btn {
    text-align: center;
}

ul.bottom_btn li:nth-child(2) {
    margin-left: 30px;
}

.online p {
    font-size: 22px;
    letter-spacing: 1px;
    margin: 10px 0;
}

.hours li {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
}

.hours span {
    margin-right: 10px;
    color: #000;
    font-weight: inherit;
}

.contact-info .mb-4 ul {
    margin-top: 5px;
}

.contact-info li {
    display: block;
    color: #000;
    text-transform: capitalize;
}

.contact-info {
    color: #000;
}



.insta {
    max-width: 100%;
    width: 50px;
    margin-top: 10px;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.list-inline {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

.contact-info a {
    color: #FFF;
    transition: color .2s;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
}

.contact-info a:hover {
    color: #000000;
}


.contact-info h2,
.instagram h2,
.hours h2 {
    font-size: 24px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #FFF;
}

.contact-info h1,
.contact-info h2,
.contact-info h3,
.contact-info h4,
.contact-info h5 {
    color: #FFF;
}

.instagram h2 {
    font-size: 36px;
}

.hours {
    padding: 0;
    margin-top: 15px;
}

span.g_language {
    font-weight: bold;
    font-size: 21px;
    color: #ffffff;
}

.contact-info-details li h3,
.contact-info h3,
.instagram h3,
.hours h3 {
    margin-top: 0px;
    font-size: 21px;
    margin-bottom: 5px;
    font-weight: 600;
}

.contact-info {
    padding: 0;
}

.bottom-section {
    padding: 0px 0 10px 0;
    color: #FFF;
}

.copyright {
    padding-left: 0;
}

.copyright p {
    margin-bottom: 5px;
    color: #FFF;
}

.copyright ul {
    display: inline-block;
}

.copyright li {
    float: left;
    font-size: 14px;
    border-right: 1px solid;
    padding: 0 10px;
    color: #000;
}

.copyright li:last-child {
    border-right: 0;
}

.copyright li a {
    color: inherit;
    -o-transition: .5s all;
    transition: .5s all;
    -webkit-transition: .5s all;
}

.copyright p span {
    color: #fff;
    font-weight: 500;
}

.bottom-section {
    text-align: center;
}

select#gtranslate_selector {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
    border-radius: 31px;
    padding: 5px 10px;
    outline: 0;
    -ms-border-radius: 31px;
    -o-border-radius: 31px;
    background-image: url(img/expand-arrow.png);
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-color: #FFF;
    min-width: 200px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
}

.btn-close {
    z-index: 3;
}

.contact-info-details svg path {
    fill: #9ce4c0;
}

.modal-body {
    padding-bottom: 2rem;
}

.page-template-page-contact .container-fluid.contact-page-hide {
    display: none;
}

.contact-banner {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    text-align: center !important;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}

.contact-body {
    padding-top: 138px;
    margin-top: -138px;
}

.contact-body,
.contact-banner h1 {
    position: relative;
    z-index: 1;
}

.contact-details {
    background: #f2f2f2;
    margin-top: -60px;
    padding: 50px 130px;
}

.contact-info-details {
    text-align: center;
    padding-left: 0;
    margin: 0;
}

.icon-svgs {
    min-width: 45px;
    width: 45px;
}

.contact-hour-details h6,
.contact-info-details h6 {
    color: #000;
    font-size: 18px;
    margin-bottom: 24px;
    margin-top: 25px;
    text-transform: capitalize;
}

.contact-hour-details li,
.contact-info-details li {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 27px;
}

.contact-info-details li p {
    margin: 0;
}

.contact-hour-details {
    text-align: center;
    padding-left: 0;
    margin: 0;
}

.c_form_legacy_markup_wrapper {
    margin-bottom: 16px;
    margin-top: 16px;
    max-width: 100%;
}

.c_form_legacy_markup_wrapper ul li::after,
.c_form_legacy_markup_wrapper ul li::before,
.c_form_legacy_markup_wrapper ul.c_form_fields {
    padding: 0;
    margin: 0;
    overflow: visible;
    list-style: none;
    width: 100%;
    float: left;
}

.c_form_wrapper ul li.c_field {
    clear: none !important;
}

body .c_form_legacy_markup_wrapper ul li.c_field {
    margin-top: 16px;
    padding-top: 0;
}

.c_field_label {
    display: block !important;
    float: left;
    width: 105px;
    margin-bottom: 0;
    text-align: left;
    padding: 25px 0 0 0;
}

.c_form_legacy_markup_wrapper div.c_input_container {
    margin-top: 8px;
}

.c_form_wrapper ul li.c_field {
    clear: both;
    width: 100%;
    float: left;
}

.c_input_container {
    width: calc(100% - 105px);
    float: right;
}

.c_form_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
}

.c_form_wrapper input[type="email"],
.c_form_wrapper input[type="number"],
.c_form_wrapper input[type="password"],
.c_form_wrapper input[type="tel"],
.c_form_wrapper input[type="text"],
.c_form_wrapper input[type="url"],
.c_form_wrapper textarea {
    background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
    color: #000;
    padding: 10px !important;
    width: 100% !important;
}

.c_input_container input {
    border-bottom: 1px solid #379ebc !important;
    background: transparent !important;
}

.c_input_container.c_input_container_textarea {
    width: 100%;
}

.c_input_container.c_input_container_textarea textarea {
    border: 1px solid #379ebc !important;
    background: transparent !important;
    width: 100%;
    height: 140px;
    max-height: 140px;
}

.wpcf7 form .wpcf7-response-output {
    margin: -15px;
}

.contact-form h3 {
    text-align: center;
    margin-bottom: 31px;
    font-size: 30px;
    color: #000;
}

.contact-form {
    padding: 35px 0 0 0;
}

.join-section {
    text-align: center;
    background: #fbc7ba;
    padding: 50px 0 40px;
}

.c_form_legacy_markup_wrapper .c_field_required {
    color: #790000;
    margin-left: 4px;
}

#secondary input[type="text"] {
    color: #000;
    border: 1px solid #f2f2f2;
    padding: 1px 35px;
    width: 100%;
    font-weight: 300;
    line-height: 43px;
    margin-bottom: 0;
    background: #f2f2f2;
    border-radius: 31px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    left: 50%;
    position: relative;
    outline: 0 none;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    -ms-border-radius: 31px;
    -o-border-radius: 31px;
}

.rcnt-post-thumb {
    width: 90px;
    float: left;
    margin-right: 10px;
}

.post-title.recent-post-s {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
}

.post-info {
    width: calc(100% - 100px);
    float: left;
}

.post-date.recent-post-s {
    font-size: 16px;
}

#secondary .recent-posts ul {
    list-style: none;
    padding: 0 0;
    margin: 0;
}

.post-thumb a {
    display: block;
}

#secondary ul li {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.footer_bg_div {
    position: relative;
}

.footer_bg {
    background-attachment: fixed !important;
    height: 641px;
    background-position: center !important;
    background-size: cover !important;
}

.section_title {
    font-size: 38px;
    font-weight: 600;
    color: #000;
    line-height: 1.1;
}

.section_title.white {
    color: #FFF;
}

.baig_button {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
}

.popup-gallery img.open_tab {
    height: auto !important;
}

.content_area .pc_title {
    margin-top: 10px;
}

select.gt_selector,
select#gtranslate_selector {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #FFF;
    border-radius: 31px;
    padding: 10px 15px;
    outline: 0;
    -ms-border-radius: 31px;
    -o-border-radius: 31px;
    background-image: url(../img/expand-arrow-w.png);
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-color: #78bfe4;
    min-width: 200px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
}

.left_side_text_1,
.left_side_text_2 {
    position: relative;
    padding: 24px 0 0 0;
    color: #000;
}

.opening_hour li strong,
.left_side_text_1 h2,
.left_side_text_1 h3,
.left_side_text_1 h3 a,
.left_side_text_1 h4 {
    color: #000000;
}

.left_side_text_1 p a,
.left_side_text_1 p {
    color: #000;
}

.left_side_text_1 h2,
.left_side_text_1 h3,
.left_side_text_1 h4 {
    margin-bottom: 5px;
}

.left_side_text_1 p img {
    width: 167px;
}

h2.tc_title {
    font-size: 3rem;
}

.svg_img_area {
    position: absolute;
    top: -7px;
    left: 0;
    width: 70px;
    height: 70px;
    background: #d1ac51;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
}

.sia_2 {
    background: #c4cfca;
}

.sia_3 {
    background: #ffe5da;
}

.svg_img {
    mask-size: 30px;
    -webkit-mask-size: 30px;
    background-color: #6c7e90;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.svg_img_1 {
    -webkit-mask-image: url('../img/contact-location.svg');
    mask-image: url('../img/contact-location.svg');
}

.svg_img_2 {
    -webkit-mask-image: url('../img/contact-phone.svg');
    mask-image: url('../img/contact-phone.svg');
}

.svg_img_3 {
    -webkit-mask-image: url('../img/contact-time.svg');
    mask-image: url('../img/contact-time.svg');
}

.m_logo {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.m_logo_box .owl-stage {
    margin: 0 auto;
}

.wc_bg_image_box .wc_bg_image picture,
.wc_bg_image_box .wc_bg_image,
.mobile_img picture,
.mobile_img {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.wc_bg_image_box .wc_bg_image img,
.mobile_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.wc_bg_image_area {
    position: relative;
}

.wc_bg_image_area_t {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    align-self: center;
}

.video_link_area {
    position: absolute;
    width: 100%;
    top: calc(50% - 82px);
}

.video_ply_btn {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.video_link_btn:hover .video_ply_btn {
    -webkit-transform: scale(1.16);
    transform: scale(1.16);
    cursor: pointer;
}

.video_link_btn {
    width: 164px;
    height: 164px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: 0 24px 72px 0 rgba(0, 0, 0, .5);
    -webkit-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    transition: 300ms all cubic-bezier(.4, 0, .2, 1);
    margin: 0 auto;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.video_link_btn:hover {
    cursor: pointer;
    -webkit-transform: scale(.96);
    transform: scale(.96);
}

.recent_post {
    background-color: #e6f3c4;
}

.post-thumb img {
    border-radius: 12px;
    height: auto;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.rcnt-post-thumb img {
    border-radius: 6px;
    height: auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.recent_post .postexcerpt {
    width: 85%;
    margin: 0 auto 60px;
}

h2.blogtitle {
    font-size: 1.7rem;
    margin-bottom: 5px;
}

h2.blogtitle a {
    color: #000;
}


.content_area_row {
    transition: all .3s;
}

/* .content_area_row:hover {
    box-shadow: 0 48px 48px -15px rgba(0, 0, 0, .66);
} */

.wc_bg_image_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wc_bg_image img {
    width: 100%;
    height: 100%;
}

.popup-gallery img {
    height: auto;
}

.gtranslate_wrapper a {
    position: relative;
    font-weight: normal;
}

.gtranslate_wrapper a::after {
    position: absolute;
    font-weight: normal;
    height: 18px;
    width: 1px;
    background-color: #78bfe4;
    right: -8px;
    top: 4px;
    content: '';
}

.gtranslate_wrapper a:nth-child(3)::after {
    display: none;
}

.gtranslate_wrapper a:hover {
    color: #000000;
}

.wow {
    visibility: hidden;
}

.copyright a {
    color: #FFF;
}

.opening_hour {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.wpcf7 label {
    display: block;
}

.mod_content_box .btn-secion {
    padding-top: 20px;
}

.mod_content_box .btn-secion {
    justify-content: start;
}

.welcome_slider {
    position: relative;
    z-index: 3;
}

.welcome_content {
    width: 670px;
    margin-left: auto;
    margin-right: auto;
}

.welcome_slider .owl-carousel .owl-item img {
    height: 100%;
}

.welcome_image_g {
    position: relative;
}

.welcome_image_g a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.welcome-owl-carousel .owl-dots {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 10px;
}

.welcome-owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.welcome-owl-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    background: #bbe08f;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 2px solid #000000;
    /* box-shadow: 0 0 0 0; */
}

.welcome-owl-carousel .owl-dots .owl-dot.active span {
    background: transparent;
}

.main-container .justified-gallery>div>div>a>.caption,
.main-container .justified-gallery>div>div>.caption,
.main-container .justified-gallery>div>div .caption {
    display: none !important;
    opacity: 0 !important;
}

.shortcode_subtitle p span:last-child {
    color: #000000;
}

.read-less-link,
.read-more-link {
    padding: 10px;
    background: linear-gradient(to right top, #ff6600, #ff8300, #ff9d00, #ffb51a, #6c7e90);
    font-size: 14px;
    color: #fff;
    border-color: transparent;
    font-weight: 600;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
    min-width: 124px;
    text-align: center;
    max-width: 150px;
    margin-top: 15px;
}

.df_svg_image svg {
    width: 60px;
    height: auto;
}

.forms_d {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    background: linear-gradient(#ffffff 50%, #000000 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
}

.forms_d h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 1em 0;
}

.df_svg_image {
    background-color: #3c9dc9;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 3em;
    width: 3em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
}

/* .forms_d:hover {
    background-position: 0 100%;
  } */
.forms_d:hover .df_svg_image {
    background-color: #83c23f;
    color: #2c7bfe;
}

.readmore-button {
    display: inline-block;
}

.readmore-button a {
    padding: 15px;
    background: linear-gradient(to right top, #000000, #000000, #000000, #000000, #000000);
    font-size: 14px;
    color: #fff;
    border-color: transparent;
    font-weight: 600;
    display: block;
    min-width: 150px;
    text-align: center;
    max-width: 175px;
    margin-top: 15px;
    display: block;
    margin-right: 10px;
}

.readmore-button a:hover {
    border-color: #000000;
    background-color: #78bfe4;
    box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.6);
    color: #FFF;
    -webkit-transform: translate3d(0px, 0px, 1rem);
    transform: translate3d(0px, 0px, 1rem);
}

.entry-content h1 {
    font-size: 50px;
}

textarea:-moz-placeholder,
/* Firefox 18- */
textarea::-moz-placeholder,
/* Firefox 19+ */
textarea:-ms-input-placeholder,
/* IE 10+ */
textarea::-webkit-input-placeholder,
/* Webkit based */
textarea::placeholder {
    /* Modern browsers */
    color: #777;
}


.th_bn_btn .captureOutbound {
    background-color: #78bfe4;
    display: block;
    color: #FFF;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 1.33px;
}

.phone_number {
    margin-right: 10px;
}

.modal-content img,
.team_image img {
    width: 100%;
    height: auto;
}

.modal-content .btn-close {
    width: 30px;
    text-align: right;
    height: 30px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.welcome_video {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 33;
}

.lv-video {
    position: relative;
    display: block;
}

.welcome_video .lv-video .hau_video {
    position: absolute;
    top: 20px;
    left: auto;
    right: 20px;
    margin: 0 auto;
    width: 65px;
    height: 65px;
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.welcome_video .play-btn::after {
    width: 65px;
    height: 65px;
    left: calc(50% - 0px);
    top: calc(50% - 0px);
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: .9;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    }
}

.welcome_video .welcome_v_img img {
    position: relative;
    z-index: 2;
    height: auto;
}




.logged-in header {
    top: 31px;
}

.image_with_popup_video {
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
}

.ipv_title_content.position-absolute {
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.iwpv_t_c_b {
    max-width: 430px;
    width: 100%;
}


.header_middel {
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    background: RGB(255, 255, 255, .4);
    border-radius: 100px;
    margin-top: 13px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.welcome_section {
    position: relative;
    margin-top: -91px;
    padding-top: 91px;
    overflow: hidden;
}

.c-blue {
    color: #000000;
}

.w_office_address a p,
.w_office_address p {
    color: #FFF;
}

.w_office_address a:hover p {
    color: #FFF;
}

.gtranslate_wrapper {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}

.footer .g_lang_box {
    width: 250px;
    margin: 0 auto;
    padding: 15px 0;
    border: 1px solid #000000;
    border-radius: 3px;
}

.discover_more_box .discover_more_ba {
    -webkit-transition: .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.discover_more_box:hover .discover_more_ba {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.fc_title {
    font-size: 48px;
    color: #000;
}

.gtranslate_wrapper a.glink.gt-current-lang {
    font-weight: normal;
}

.pt-150 {
    padding-top: 163px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pt-100 {
    padding-top: 100px;
}

.cc_cb_btn_wrapper {
    max-width: 230px;
    margin: 25px auto 0;
    width: 100%;
}

.about_section {
    position: relative;
}

.as_pp_bg {
    background-image: url(../img/pp-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 100px;
    width: 200px;
    height: 382px;
    background-size: contain;
}

.mCSB_scrollTools {
    opacity: 1;
    background-color: #000;
}

.about_section .content {
    height: 500px;
    overflow: auto;
}

.mCSB_scrollTools .mCSB_draggerRail {
    opacity: 0;
}

.mCSB_scrollTools {
    left: 0;
    right: auto;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px;
}

.reviews a {
    display: block;
}

.entry-content p img,
.reviews a img {
    width: auto;
}

.site-content {
    margin-top: 130px;
}

.site-content.front_content {
    margin-top: 0;
}

.images_gallery {
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    filter: saturate(0%);
    backface-visibility: hidden;
    transition: filter 300ms ease 0ms;
    -webkit-transition: filter 300ms ease 0ms;
    -moz-transition: filter 300ms ease 0ms;
    -ms-transition: filter 300ms ease 0ms;
    -o-transition: filter 300ms ease 0ms;
    -webkit-backface-visibility: hidden;
    -webkit-filter: saturate(0%);
}

.images_gallery:hover {
    filter: saturate(100%);
    backface-visibility: hidden;
    -webkit-filter: saturate(100%);
    -webkit-backface-visibility: hidden;
}

.owl-carousel .owl-item .images_gallery img {
    display: block;
    width: 180px;
}

.owl-nav {
    width: 100%;
}

.owl-prev {
    top: calc(50% - 25px);
    left: 15px;
    position: absolute;
}

.owl-next {
    top: calc(50% - 25px);
    right: 15px;
    position: absolute;
}

.owl-nav button span {
    width: 30px;
    height: 30px;
    background: rgba(93, 93, 93, .7);
    border-radius: 100px;
    border: 0 none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    fill: #FFF;
}

.owl-nav span svg {
    width: 20px;
    height: 20px;
}

.our_difference_section {
    background-color: #f9fafa;
}

.udo_image {
    width: 176px;
    height: 88px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-content: center;
    align-items: center;
    mask-size: 100px;
    -webkit-mask-size: 100px;
    background-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -webkit-mask-position: center;
    mask-position: center;
}

.udo_title {
    font-weight: 400;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    color: #000;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

.about_row .single_difference {
    padding: 2rem 1rem;
    border: 1px solid transparent;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    margin-right: auto;
    margin-left: auto;
}


.about_row .single_difference:hover {
    border-color: #FFF;
    background-color: #FFF;
    box-shadow: 0 12px 24px -8px rgba(0, 0, 0, .6);
    -webkit-transform: translate3d(0, 0, 1rem);
    transform: translate3d(0, 0, 1rem);
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

/* .about_row .single_difference:hover .udo_title {
    color: #fff;
}

.about_row .single_difference:hover .udo_image {
    background-color: #fff;
} */

.about_row .col-12:not(:last-of-type) {
    border-right: 1px solid hsla(0, 0%, 80%, .5);
}

.udo_content {
    font-size: 16px;
}

.col-12 .our_service ul {
    margin: 0;
}

.col-12 .our_service ul li {
    margin-bottom: 10px;
}



.white a {
    color: #fff;
}

.ws_top__content p img {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.wc_c_images img,
.ws_top__content p img {
    -webkit-transition: .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.wc_c_images img:hover,
.ws_top__content p img:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.twentytwenty-container {
    margin: 0 auto;
}

.opening_hour_options,
.w_office_address {
    padding-left: 55px;
    padding-top: 20px;
    padding-bottom: 1px;
    border-radius: 15px;
    position: relative;
    width: 347px;
    margin-right: auto;
    margin-left: auto;
}

.footer div.w_office_logo {
    position: absolute;
    width: 35px;
    left: 10px;
    top: 18px;
    height: 36px;
}

.footer_logo {
	width: 347px;
	margin: 0 auto;
	padding-left: 10px;
}

.footer_logo>a {
    display: block;
    max-width: 250px;
    width: 100%;
}

a.social_icon {
    font-size: 28px;
    color: #fff;
    border-radius: 100%;
    width: 38px;
    display: inline-block;
    margin-right: 0px;
    height: 38px;
    line-height: 34px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

a.social_icon:hover {
    transform: rotate(10deg)scale(1.1);
    -webkit-transform: rotate(10deg)scale(1.1);
    -moz-transform: rotate(10deg)scale(1.1);
    -ms-transform: rotate(10deg)scale(1.1);
    -o-transform: rotate(10deg)scale(1.1);
}

.g_language_div a,
a.social_icon:hover {
    color: #ffffff;
}

.mp_social_icons {
    width: 250px;
}

.mp_social_icons li {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
}

.doc_con {
    border-bottom: 1px solid #cccccc;
}

.doc_con .content_area ul,
.doc_con_2 .content_area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.doc_con .content_area ul li,
.doc_con_2 .content_area ul li {
    background: url('../img/favicon.png') no-repeat left center;
    padding-left: 30px;
    background-size: 20px;
}

.pt_image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pt_image .pt_image_o,
.pt_image .pt_image_t {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.about_section .content
.pt_image .pt_image_t {
    visibility: hidden;
    opacity: 0;
}

.pt_image .pt_image_o {
    visibility: visible;
    opacity: 1;
}

.pt_image .pt_image_t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pt_image:hover .pt_image_t {
    visibility: visible;
    opacity: 1;
}

.doc_h_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
}

.doc_h_text svg {
    width: 12px;
    margin-right: 5px;
}

.consultation_shortcode {
    box-shadow: rgba(142, 142, 142, 0.2) 0px 4px 15px 0px;
    width: 100%;
    float: left;
    padding: 50px;
    border-radius: 18px;
    margin-bottom: 50px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.our_team {
	margin-bottom: 60px;
	cursor: pointer;
}

.our_team_img {
    max-width: 300px;
    width: 100%;
    display: inline-block;
    max-height: 300px;
    height: auto;
    overflow: hidden;
    box-shadow: 0 0 20px 10px #f5f6f6;
    border-radius: 100%;
    margin: 0 auto;
}

.ot_subtitle {
    font-size: 21px;
    color: #000000;
}

.faq-content .accordion-button:focus {
    box-shadow: none;
}

.faq-content .accordion-button:not(.collapsed) {
    background-color: #78bfe4;
    color: #FFFFFF;
}

.faq-content .accordion-button::after {
    font-family: FontAwesome;
    content: "\f067";
    font-size: 18px;
    background-image: none;
    text-align: center;
}

.accordion-button:not(.collapsed)::after {
    content: "\f068";
}

.faq-content .accordion-button {
    font-size: 1.3rem;
}

.nav__icon-wrapper.phone_sms {
    display: none;
}

.discover_more_ba {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    background-color: rgb(61, 86, 71, 5);
    background-image: url(../img/bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}