/*--------------------------------------------------------------
>>> 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-style: normal;
    font-size: 18px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.4;
    font-family: 'Figtree';
    font-weight: 300;
    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;
}

a:hover {
    color: #383836;
}

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;
}

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;
}


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

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

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 {
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
    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: #DDD;
    -webkit-box-shadow: none;
    border: 0 none;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    padding: 0 45px;
    text-shadow: none;
    position: relative;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

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: #DDD;
}

select {
    border: 1px solid #DDD;
}

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;
    font-weight: 300;
}

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

.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 #DDD;
    padding: 1px 15px;
    width: 100%;
    font-weight: normal;
    line-height: 43px;
    margin-bottom: 0;
    background: #DDD;
    position: relative;
    outline: 0 none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

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

/* For all Contact Form 7 inputs and textareas */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #777 !important;
    /* change this to your desired color */
    opacity: 1;
    /* ensures full visibility in some browsers */
}

/*-------------------------------------------------------------- ## 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.3;
    font-weight: 600;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover {
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 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;
	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;
	display: flex;
	justify-content: center;
	align-items: center;
}

#scrollUp svg {
	width: 20px;
}

#scrollUp:hover {
    background: #addfca;
    color: #FFF;
}

.clear {
    clear: both
}


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

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

.main-menu {
    flex: 1;
    align-self: center;
    align-items: center;
    display: flex;
    justify-content: end;
    padding-left: 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: #2f302e;
    height: 30px;
    overflow: hidden;
}

.top_header.top_bar_show {
    display: block;
}

.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;
}

.main-header {
    -webkit-backface-visibility: hidden;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header_middel {
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    background: RGB(255, 255, 255, .4);
    border-radius: 100px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    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);
}

.logged-in header {
    margin-top: 32px;
}

/*  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,
.single-post:hover .post-thumb:after {
    width: 100%;
    height: 100%;
}

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

.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;
}

.read-more {
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    line-height: 24px;
    display: block;
    background: #383836;
    border-radius: 5px;
    border: 2px solid #383836;
    margin-top: 20px;
    -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: #383836;
    border-color: #383836;
    background-color: #fff;
}

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

.latest-post {
    background: #fff;
}

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

.blog_title h1 {
    border: 3px solid #383836;
    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: #383836;
    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: #000000;
    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: #000000;
    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: #C3C0C7 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;
}


/* 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: #333;
}

.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: #333;
    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 */

.main-container .pagination {
    border-radius: 0;
    float: left;
    margin: 25px 0 50px;
    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: #7a858f;
    color: #FFFFFF;
    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: 1000px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
}

.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: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.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: #383836;
    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: 130px;
    padding-bottom: 130px;
}

.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;
}

.pageTitle_a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    height: 250px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.cat-heading h1 {
    font-size: 52px;
    color: #FFF;
    display: block;
    line-height: 1.2;
}

.cat-heading h1 strong {
    color: #00a7f3;
}

.cat-heading p {
    display: inline-block;
    background: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    margin-top: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.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 10px;
    background: #383836;
    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;
    font-weight: 600;
}


/* Navigation */
.mobile-menu {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    justify-content: end;
    flex: 1;
}

.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;
    vertical-align: middle;
    height: 38px;
    width: 38px;
    cursor: pointer;
    z-index: 9999;
}

.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);
}

.front_page .hamburger_phone a,
.page_banner_off.is_home .hamburger_phone a,
.page_banner_off.others_page .hamburger_phone a,
.sticky-header .hamburger_phone a,
.mobile-menu-open .hamburger_phone a {
    background-color: #000;
}

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

.js_body__overlay {
    position: fixed;
    background: #FFF;
    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;
    padding-top: 20px;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    background: #FFFFFF;
}

.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;
}

#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 #383836;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

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

#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: #000000;
    content: '';
}

#mobilemenu .submenu-button.submenu-opened:after {
    background: #000000;
}

#mobilemenu .submenu-button::before {
    position: absolute;
    top: calc(50% - 7.5px);
    right: calc(50% - 1.5px);
    display: block;
    width: 3px;
    height: 15px;
    background: #000000;
    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.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;
}

.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: normal;
    font-size: 20px;
    color: #fff;
    border: 1px solid transparent;
    background: #000000;
    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-color: #383836;
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    background-image: url(../img/footer-bg.png);
}

.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;
}

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

.cat-heading h1 {
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}

.cat-heading h2 {
    font-size: 21px;
    color: #FFF;
    position: relative;
    z-index: 3;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 10px;
}

.team-cat-heading h1,
.team-cat-heading h2 {
    color: #000;
}

.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: #000000;
    font-size: 16px;
    font-weight: 600;
    float: left;
    margin-right: 5px;
}

.no-padding {
    padding: 0;
}

.infof-content h2 {
    color: #000000;
    margin-top: 20px;
}

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

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

.opening_hour li strong {
    color: #000;
    font-weight: 600;
    width: 130px;
    float: left;
    text-transform: capitalize;
}

.mobile-menu-wrapper a.request_cons::after {
    display: none;
}


/* Menu */

.mainmenu {
    -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;
}

.mainmenu a {
    display: inline-block;
}

.mainmenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    margin: 0 auto;
}

.mainmenu ul li {
    float: left;
    position: relative;
}

.mainmenu ul li:last-child:after {
    width: 0;
    height: 0;
}

.callto img {
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    width: 22px;
    margin-right: 5px;
    margin-top: -2px;
}

.mainmenu ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    position: relative;
    line-height: 40px;
    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;

}

.home .mainmenu ul li a {
    color: #000;
}

.page_banner_off.is_home .mainmenu ul li a,
.page_banner_off.others_page .mainmenu ul li a,
.page_banner_off.is_home.sticky-header .mainmenu ul li a,
.page_banner_off.others_page.sticky-header .mainmenu ul li a,
.sticky-header .mainmenu ul li a {
    color: #000000;
}

.mainmenu ul.menu>li.book-free-exam-btn>a:after {
    display: none;
}


/* .mainmenu ul.menu>li>a::after {
    bottom: -19px;
    content: "";
    display: block;
    height: 5px;
    left: 50%;
    position: absolute;
    background: #383836;
    -webkit-transition: width 0.4s ease 0s, left 0.4s ease 0s;
    -o-transition: width 0.4s ease 0s, left 0.4s ease 0s;
    transition: width 0.4s ease 0s, left 0.4s ease 0s;
    width: 0;
    border-radius: 3px;
} */


/* .mainmenu ul li a:hover:after {
    width: 100%;
    left: 0;
} */

.header_area_inner .mainmenu ul>li>a {
    line-height: 104px;
}

.mainmenu li a:hover {
    text-decoration: none;
}

.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: #383836;
}

.mainmenu ul li ul.sub-menu li a:hover {
    font-weight: bold;
}

.mainmenu ul li span {
    font-size: 30px;
    color: #e1e1e1;
    line-height: 124px;
}

.mainmenu ul li ul.sub-menu li {
    display: block;
    margin-bottom: 5px;
    float: none;
    margin-top: 5px;
}

.mainmenu ul li 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 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,
.mainmenu>ul>li: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;
}

.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 ul.sub-menu li a {
    line-height: 1.4;
    font-size: 18px;
    display: block;
    border: 0 none;
    font-weight: 300;
    color: #000;
}

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.is_home,
header.others_page {
    background: #383836;
}
.site-content.f_h_content.c_page_banner_off,
.site-content.home_content.c_page_banner_off,
.site-content.others-content {
    margin-top: 120px;
}

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


.sticky-logo {
    justify-content: start;
    align-self: center;
    align-items: center;
    display: flex;
    flex: 1;
    max-width: 420px;
    width: 100%;
    -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;
}


.top-logo {
    position: relative;
    z-index: 9;
    height: 100px;
    display: flex;
    align-items: center;
    -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: 100%;
}

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

.sticky-header .sticky-logo {
    max-width: 320px;
}


.top-logo .logo {
    background: #fff;
    padding: 10px 16px;
    border-radius: 50px;
}

.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;
}


/* .sticky-header .logo img {
    width: 80%;
} */

.mainmenu ul li a {
    line-height: 3;
    padding: 0 15px;
}

.mainmenu li {
    position: relative;
}


/* .mainmenu>ul>li::after {
position: absolute;
content: "";
top: 96%;
left: 0;
width: 100%;
height: 4px;
background: #FFFFFF;
transform: scaleX(0);
transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
} */


/* .mainmenu li:hover::after,
.mainmenu li.current-menu-item::after {
transform: scaleX(1);
} */

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

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

.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 #C3C0C7;
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}

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

.page-not-found.text-center {
    padding: 125px 0;
}

.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 #C3C0C7;
    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: normal;
    line-height: 43px;
    margin-top: 8px;
    background: #C3C0C7;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    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;
    overflow: hidden;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    -ms-border-radius: 31px;
    -o-border-radius: 31px;
}

.select2-container .select2-selection--single:focus {
    width: calc(100% + 20px);
    padding: 5px 45px;
    outline: 0 none;
}


/*------------------------------------------------------------------
[ 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: 0px;
    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: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.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 #C3C0C7;
    outline: none;
    line-height: 1.2;
}

.select2-selection.select2-selection--single {
    border: 1px solid #C3C0C7;
    line-height: 43px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    border-radius: 31px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    -ms-border-radius: 31px;
    -o-border-radius: 31px;
    background: #f1f1f1;
    height: 48px;
}

.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: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.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;
}

.btn {
    display: inline-block;
    padding: 0 20px 0 20px;
    position: relative;
    z-index: 1;
    background-color: #383836;
    border-radius: 5px;
    color: #FFF !important;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    outline: 0 none;
    border: 0 none;
    text-decoration: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -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);
}

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

.btn:focus,
.btn:hover {
    border-color: #383836;
    background-color: #383836;
    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: #f8f8f8;
}

#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;
}

a.social_icon {
    font-size: 28px;
    color: #FFF;
    width: 38px;
    display: inline-block;
    margin-right: 0px;
    height: 38px;
    line-height: 34px;
    transform-style: preserve-3d;
    transition: all 500ms cubic-bezier(.165, .84, .44, 1);
    -webkit-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);
}

a.social_icon:hover {
    color: #00a7f3;
}


.g_language_div a {
    color: #FFF;
}

.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: normal;
    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;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.content_img img {
    height: auto;
}

.contact_us_title {
    font-size: 42px;
    font-weight: 600;
    color: #000;
}

.contact_us_title strong {
    color: #00a7f3;
}

.soc_content.text-center {
    padding-bottom: 30px;
    padding: 0 86px;
}

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

.bottom_border {
    position: relative;
}

.seemore_btn {
    margin-bottom: 90px;
}

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

.our_team_section-2 .doc_image {
    text-align: right;
}

.width_fifty {
    width: 41%;
    margin-right: 2%;
    float: left;
}

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

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.treatment_option.padding-70 {
    padding-bottom: 15px;
}

.product-search .input-group {
    display: block;
}

.blog_spach {
    margin-top: 150px;
}

.content_area a {
    font-weight: normal;
}

.content_area a.btn {
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
    margin-right: 20px;
}

.content_area .cta__buttons a.btn.btn--two {
    margin-right: 0px;
    background: #000000;
}

.content_area .cta__buttons a.btn.btn--two,
.content_area .cta__buttons a.btn.btn--two:hover {
    border-color: #000000;
}

.schedule_btn {
    padding-left: 15px;
}

.google_map iframe {
    height: 510px;
    width: 100%;
    float: left;
}

.image_t {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #DDD;
}

.image_t .open_tab {
    background: transparent;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.image_t .open_r_o {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
    border: 1px solid #DDD;
}

.single_client {
    margin-bottom: 30px;
}

.blue_font {
    color: #000000;
    font-size: 22px;
}

.same_height {
    height: 460px;
    margin-bottom: 30px;
}

.team_list {
    margin: 0 5px;
}

.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:focus {
    border: 0 none;
    outline: 0;
}

.patient_images {
    padding: 20px;
}

.treatment_title {
    color: #FFF;
    margin-top: 20px;
    font-size: 38px;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 50px;
}

.t_l_m_b {
    margin-top: 30px;
}

.footer-payment img {
    width: 150px;
}

body.mobile-menu-open .header_middel {
    position: relative;
    z-index: 9999;
    background: #ffffff;
}

.embed-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.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%;
}

.google_map.my-map {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.book_now_btn {
    background-color: #295e8f;
    visibility: visible;
    text-align: center;
    line-height: 45px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 18px;
    border-color: #295e8f;
    border-style: solid;
    border-width: 2px;
    margin-top: 20px;
    color: #FFFFFF;
    text-decoration: none;
    white-space: normal;
    /* width: 270px; */
    height: 50px;
    display: inline-block;
    margin-left: 10px;
    padding: 0 20px;
}

a.book_now_btn:hover {
    background-color: transparent;
    border-color: #FFF;
    color: #FFF;
}

.section-padding-50.soc_section {
    padding-top: 160px;
}

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

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

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

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

.faqs_list {
    margin: 0;
    padding: 0 0 50px 0;
    list-style: none;
}

.faqs_list li {
    display: inline-block;
    margin-right: 7.5px;
    margin-left: 7.5px;
    margin-bottom: 15px;
}

.faqs_list li a {
    font-size: 24px;
    color: #00a8e2;
    font-family: 'Poppins', sans-serif;
    border: 1.5px solid #63656a;
    display: block;
    padding: 8px 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.faqs_list li.active a {
    background: #00a8e2;
    color: #FFF;
    border: 1.5px solid #00a8e2;
}

.faq-content .accordion-item,
.faq-content .panel-group .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #C3C0C7;
    margin-bottom: .25em;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    border: 0 none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.faq-content .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.faq-content .accordion-button {
    color: #000;
    border: 0 none;
}

.faq-content .accordion-collapse {
    border: 0 none;
}

.faq-content .accordion-button:focus {
    border: 0 none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.faq-content .panel-heading {
    border-bottom: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.faq-content .panel-group .panel-heading+.panel-collapse>.panel-body,
.faq-content .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: none;
    padding-top: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.faq-content .panel-group .panel-heading+.panel-collapse>.panel-body {
    padding-top: 15px;
}

.faq-content .panel-title a {
    font-size: 22px;
    font-weight: 400;
    display: block;
    color: #000;
    padding: 15px 15px;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
}

.accordion-button::after,
.panel-title>a:before {
    font-family: FontAwesome;
    content: "\f067";
    font-size: 18px;
    background-image: none;
}

.accordion-button:not(.collapsed)::after,
.panel-title>a.collapsed:before {
    content: "\f068";
}

.accordion-button {
    font-size: 1.2rem;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.our_faqs {
    margin-bottom: 2.5rem;
}

.product_image {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.mainmenu ul li.book_an_appoinment:hover:after {
    border: 3px solid #FFFFFF;
}

.mainmenu ul li.book_an_appoinment a {
    z-index: 9;
    color: #FFF;
}

.mainmenu ul li.book_an_appoinment a:hover {
    color: #FFFFFF;
}

.sticky-header .mainmenu ul li.book_an_appoinment::after {
    top: 8px;
}

.product_images_section {
    margin-top: 70px;
    margin-bottom: 40px;
}

.panel-group {
    margin-bottom: 70px;
}

.viwe_details p {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.viwe_details p span {
    font-weight: bold;
}

.blank_spach {
    margin-top: 160px;
}

.blank_spach.blog_spach {
    margin-top: 90px;
}

.search-form {
    margin-top: 20px;
    font-size: 13px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.search-form input[type=search] {
    padding-left: 10px
}

.form-wrap {
    display: block;
    overflow: hidden
}

h1.page-title {
    margin-bottom: 50px;
}

.mobile-menu-open div.hamburger span {
    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);
}

.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;
    -moz-transform: rotate(45deg) translate(5px, -12px);
    -o-transform: rotate(45deg) translate(5px, -12px);
}

.hamburger span {
    background: #000;
    display: block;
    height: 6px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    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);
}

.front_page .hamburger span,
.page_banner_off.is_home .hamburger span,
.page_banner_off.others_page .hamburger span,
.sticky-header .hamburger span,
.mobile-menu-open .hamburger span,
.mobile-menu-open .sticky-header .hamburger span {
    background-color: #000;
}

.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;
}

.g_language {
    color: #FFF;
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 32px;
}

.footer_phone_number a {
    font-weight: 600;
    margin-right: 10px;
}

.address .map-custom h2 {
    font-size: 41px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}

.contact_us_form .gis_title {
    margin-bottom: 30px;
}

.free_con_p {
    font-size: 31px;
    line-height: 1.2;
}

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

.welcome_video_box {
    position: relative;
}


/* .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} */

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

.contact-us-btn {
    display: inline-block;
}

.content_img img {
    width: 100%;
}

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

.sidebar_menu ul li {
    position: relative;
}

.sidebar_menu ul li a {
    font-size: 400;
    color: #000;
}

.open-position {
    margin-top: 30px;
    margin-bottom: 0;
}

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

.content_area h3 {
    margin-top: 20px;
}

.padding-top-0 {
    padding-top: 0;
}

.left_side_text {
    float: left;
    width: 100%;
}

.office-address {
    margin-bottom: 30px;
    color: #000000;
}

.office-address ul {
    margin: 0;
    padding: 0;
}

.office-address ul li {
    display: block;
}

.office-address ul li a {
    margin: 0;
}


/* Slider CSS */

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

.hero_text {
	width: 100%;
	overflow: hidden;
	position: absolute;
	height: 100%;
	z-index: 5;
	top: 0;
	left: 120px;
	right: 0;
	padding-top: 111px;
}


.hero_text_box h2 {
    color: #FFFFFF;
    line-height: 1;
    font-weight: bold;
    font-size: 85px;
    display: block;
    z-index: 9;
    margin: 0;
    font-style: normal;
    margin-bottom: 0;
    position: relative;
}

.hero_text_box p {
    color: #FFFFFF;
    line-height: 1;
    font-weight: normal;
    font-size: 32px;
    display: block;
    z-index: 9;
}

.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: center;
    height: 100%;
}

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

.hero_text_box p.editor_view_4 {
    line-height: 1.3;
    font-weight: 500;
    font-size: 24px;
    margin-top: 10px;
}

.hero_text_box .sbtng {
    display: flex;
    margin-top: 30px;
    text-align: center;
    gap: 20px;
    margin-bottom: 50px;
}

.manu_sbtng {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.sbtng a.btn2 {
    color: #ffffff;
    border-color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 1);
}

.mp4-container {
    height: 650px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.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%;
}

.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%;
}

.entry-content ul li a {
    color: #000;
}

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

.vdo_title {
    font-weight: 600;
}

.address {
    margin-top: 22px;
}

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

.image img.open_tab {
    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;
    width: 100%;
    border-radius: 5px;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.artists_block.artists_block_3 {
    margin-bottom: 0;
}

.image:hover img.open_tab {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.featured_artists {
    background: #edf7f8;
    position: relative;
    z-index: 5;
}

.featured_artist a {
    display: block;
}

.info-fcontainer h2,
#secondary .widget h2 {
    font-size: 18px;
}

.sidebar-border {
    position: sticky;
    top: 100px;
}

.footer-payment {
    margin-bottom: 30px;
}


.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%;
}

.section_t_c h2 {
    font-size: 32px;
    color: #3c4043;
    margin-top: 0px;
}

.section_t_c p {
    color: #3c4043;
}

.home .phone_number a {
    color: #FFF;
}

.phone_number a.patiant_login {
    /*font-style: normal;
    */
    font-size: 16px;
    color: rgb(0, 0, 0);
    position: relative;
    line-height: 2.2;
    margin-right: 15px;
    font-weight: 600;
    /*height: 28px;
    */
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s 0s;
    -o-transition: all 0.3s ease-in-out 0s 0s;
    transition: all 0.3s ease-in-out 0s 0s;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(220, 27, 122);
    -o-border-image: initial;
    border-image: initial;
    border-radius: 45px;
    padding: 0px 15px 0px 15px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
}

.phone_number a.patiant_login:hover {
    border: 2px solid #383836;
}

.home .phone_number a.patiant_login {
    color: #FFFFFF;
}

.home .sticky-header .phone_number a.patiant_login {
    color: #000000;
}


/* .address-footer {
    background: url(img/footer-bg.png);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
} */

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

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

.br-15 {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item {
    border-radius: 100%;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .44s;
    -o-transition-duration: .44s;
    transition-duration: .44s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    border: 8px solid #383836;
    border-radius: 100%;
    overflow: hidden !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-content,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-text,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item a,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item a:hover {
    color: rgb(0, 0, 0);
    overflow: hidden;
}

.eapps-instagram-feed-posts-item:hover.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-image,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item a:hover,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-overlay,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item,
.eapps-instagram-feed-posts-item-image-wrapper,
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-media,
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-overlay {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-overlay {
    overflow: hidden !important;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-item {
    padding: 8px;
    background: transparent;
}

.eapps-instagram-feed-title-container {
    display: none;
}

body .main-container .page-content .page_shortcode .eapps-instagram-feed a.eapps-link {
    display: none !important;
    text-indent: -999999px;
}

.page_shortcode {
    position: relative;
}

.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: #FFF;
    padding: 70px 50px 0 50px;
    position: relative;
    top: -50px;
    border-radius: 20px;
}

/* .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;
} */

.our_team_section-2 .doctor_content {
    padding-top: 70px;
}

.our_team_section-2 .doc_image {
    padding-top: 60px;
}

.logo a {
    display: block;
}

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

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

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

.learn_more a,
.learn_more p {
    color: #FFF;
}

.top_content_cup .learn_more a,
.top_content_cup .learn_more p,
.mttcb .learn_more a,
.mttcb .learn_more p {
    color: #000;
}

#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;
}

.entry-content a {
    color: #00a7f3;
    text-decoration: underline;
}

.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;
}

.our_our_team_section {
    background-color: #d2d2c5;
}

.expandable .inner {
    overflow: hidden;
}

.expandable a {
    color: #FFFFFF;
    font-weight: 600;
    position: relative;
    padding: 8px 20px;
    display: inline-block;
    cursor: pointer;
    background: #2f302e;
    margin-top: 15px;
    border-radius: 5px;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: fit-content;
}

.expandable article+[data-readmore-toggle],
.expandable article[data-readmore] {
    margin-right: 15px;
}

.expandable article[data-readmore] {
    transition: height 500ms;
    overflow: hidden;
}


.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 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 20px;
    z-index: 33;
}

.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%;
}

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

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

.top_content_cup .hero_text_box .learn_more p,
.mttcb .hero_text_box .learn_more p {
    color: rgb(255, 255, 255);
}

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%;
}

.top_content_cup span.animeted_dot,
.mttcb 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);
    }
}

.welcome_section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.images_gallery {
    width: 300px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}


.images_gallery:hover img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.page_shortcode h2.section_title.text-center {
    margin: 0;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-view.eui-slider-slide {
    padding: 0 20px !important;
}

h2.section_title.text-center a {
    color: #383836;
}

.our_team_section .embed-container {
    margin-top: 70px;
}

.image_box {
    width: calc(50% - 10px);
    float: left;
    margin-top: 20px;
}

.image_box_1,
.image_box_3,
.image_box_5,
.image_box_7 {
    margin-left: 10px;
}

.image_box_2,
.image_box_4,
.image_box_6,
.image_box_8 {
    margin-right: 10px;
}

#envirabox-title {
    display: none !important;
}

.slider_content {
    display: flex;
    gap: 10px;
}

.single_team {
    margin-bottom: 50px;
}

.team_image {
    width: 300px;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-box-shadow: 0 18px 35px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 18px 35px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
    border: 1px solid #fff;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.single_team .team_image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.single_team .team_image:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

.parvez-personal-info {
    position: relative;
}

.single_team .ot_title h2 {
    margin-top: 20px;
    margin-bottom: 0;
}

.our_orthodontists_box img {
    -webkit-transition: all .75s;
    -o-transition: all .75s;
    transition: all .75s;
}

.our_orthodontists_box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.btn-secion ul {
    padding: 0px 0;
    margin: 0;
    list-style: none;
    width: 350px;
    float: left;
}

.btn-secion ul li {
    float: left;
    margin-right: 15px;
}

.btn-secion ul li.secnd_btn {
    margin-right: 0px;
    margin-left: 0;
}

ul li a.captureOutbound {
    padding: 15px 5px;
    background: #383836;
    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: 150px;
    text-align: center;
    text-transform: uppercase;
}

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;
}

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

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


.footer {
    color: #FFF;
    position: relative;
}

#footer {
    position: relative;
    background: #383836;
    overflow: hidden;
}

.footer h4 {
    color: #FFF;
    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;
}

.footer h2 {
    color: #FFF;
}

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

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

.contact-info li {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    color: #FFF;
    text-transform: capitalize;
}

.contact-info {
    color: #FFF;
}

.contact-info a {
    color: #00a7f3;
}

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

.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 li a {
    color: #FFF;
}

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

.contact-info h2,
.instagram h2,
.hours h2 {
    text-transform: capitalize;
    font-size: 28px;
    margin-bottom: 6px;
    font-weight: bold;
}

.instagram h2 {
    font-weight: normal;
    border-bottom: 2px solid #FFF;
    padding-bottom: 12px;
}

.instagram .cta-button {
    background-color: #efefdf;
    color: #000;
}

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

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

.contact-info {
    padding: 0;
    position: relative;
}

.hours,
.address_box {
    position: relative;
}

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

.copyright {
    padding-left: 0;
}

.copyright ul {
    display: inline-block;
}

.copyright a {
    color: #FFF;
}

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

.copyright {
    position: relative;
    z-index: 1;
}

.bottom-section {
    color: #FFF;
    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;
}

.doc_image img.open_tab {
    height: auto;
}

.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: #C3C0C7;
    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 #C3C0C7;
    padding: 1px 35px;
    width: 100%;
    font-weight: normal;
    line-height: 43px;
    margin-bottom: 0;
    background: #C3C0C7;
    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: 32px;
    font-weight: 600;
}

.welcome_section .section_title {
    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: #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;
}

.footer_logo>a {
    display: block;
}

.left_side_text_1,
.left_side_text_2 {
    position: relative;
}

.left_side_text_1 {
    margin-bottom: 50px;
}

.left_side_text_1 h3 {
    font-size: 1.5rem;
}

/* .svg_img_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
} */

.left_side_text_1 p a {
    color: #000;
}

.svg_img {
    mask-size: 70px;
    -webkit-mask-size: 70px;
    background-color: #63c29d;
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    margin: 0 auto 20px;
}

.svg_img_1 {
    -webkit-mask-image: url('../img/address_bg.svg');
    mask-image: url('../img/address_bg.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/clock-hour.svg');
    mask-image: url('../img/clock-hour.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: auto;
    width: 100%;
    object-fit: cover;
}

.wc_bg_image_area {
    position: relative;
    height: 100%;
}

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

.wc_bg_image {
    height: 100%;
    text-align: center;
}

.video_link_btn {
    margin-top: 10px;
}


.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 {
    padding: 10px 0;
    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%;
}

.popup-gallery img {
    height: auto;
}

.fr_lan {
    display: none;
}

font~.fr_lan {
    display: block;
}

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

.gtranslate_wrapper a.gt-current-lang {
    color: #00a7f3;
    font-weight: bold;
}

.gtranslate_wrapper a:first-child {
    margin-right: 6px;
}

.gtranslate_wrapper a:first-child::after {
    position: absolute;
    font-weight: normal;
    height: 17px;
    width: 2px;
    background-color: #fff;
    right: -7px;
    top: 6px;
    content: '';
}

.g_language_div .gtranslate_wrapper a:first-child::after {
    right: -6px;
    top: 2px;
}

.mobi_lan {
    padding: 16px 31px;
}

.mobi_lan .gtranslate_wrapper a:first-child::after {
    background-color: #000;
}

.mobi_lan .gtranslate_wrapper a.gt-current-lang {
    color: #2f302e;
}

.mobi_lan .gtranslate_wrapper a:first-child::after {
    top: 2px;
}

.copyright.mob_crt {
    display: none;
}

.top_content_cp {
    background-color: #383836;
    position: relative;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.section-from .container .row {
    background-color: #fff;
}

.ol_contect_form {
    background: #fff;
    padding: 0px 25px 0 25px;
    width: 100%;
    float: left;
    text-align: start;
}

.owl-carousel .owl-item:last-child {
    display: none;
}

.our_our_team_section {
    position: relative;
}

.our_our_team_section::after {
    position: absolute;
    background-image: url(../img/doctor-bg.png);
    width: 468px;
    height: 1024px;
    right: 0;
    top: 0;
    content: '';
    background-repeat: no-repeat;
    opacity: .5;
}

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

.btn-secion {
    display: flex;
    gap: 15px;
}

.meet_our_doctor {
    background: #f8f8f8;
}

.quations_answer_single,
.first_service {
    background-color: #383836;
    padding: 2rem;
    border: 3px solid #FFF;
    border-radius: 1rem;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    background-size: cover;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    color: #FFF;
}

.quations_answer_single h3,
.first_service h3,
.quations_answer_single h2,
.first_service h2,
.quations_answer_single p,
.first_service p {
    color: #FFF;
}

.quations_answer_box .quations_answer_single:nth-child(2) {
    background-color: #383836;
    background-image: none;
    color: #FFF;
}

.quations_answer_box .quations_answer_single:nth-child(2) h2 {
    color: #FFF;
}

.quations_answer_single,
.fw_quation_answer {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -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);
}

.quations_answer_single:focus,
.quations_answer_single:hover,
.fw_quation_answer:focus,
.fw_quation_answer:hover {
    box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.6);
    -webkit-transform: translate3d(0px, 0px, 1rem);
    transform: translate3d(0px, 0px, 1rem);

}

.quations_answer_box div a {
    text-decoration: underline;
}

h3.stsc_stitle,
.stsc_content h3.stsc_stitle,
.first_service h3 {
    color: #383836;
    font-weight: normal;
    font-size: 24px;
}

.services .service_title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}

.services p {
    margin-bottom: 15px;
}

.s_s_image {
    mask-size: 50px;
    -webkit-mask-size: 50px;
    background-color: #383836;
    height: 70px;
    width: 50px;
    background-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: block;
    margin-bottom: 15px;

}

.top_section_content,
.our_services_2,
.our_services {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 3rem;
    grid-row-gap: 1.5rem;
    -ms-grid-columns: 1.5fr 1fr 1fr;
    grid-template-columns: 1.5fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    margin-bottom: 3rem;
}

.our_services_2 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;

}

.top_section_content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
}

a.s_s_link_btn {
    background-color: #383836;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 20rem;
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid transparent;
    border-radius: 1rem;
    color: #FFF;
    text-decoration: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -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);
}

a.s_s_link_btn:focus,
a.s_s_link_btn:hover {
    border-color: #efefdf;
    background-color: #efefdf;
    color: #000;
    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);
}

a.s_s_link_btn:hover .service_button .discover-more::after,
a.s_s_link_btn:focus .service_button .discover-more::after,
a.s_s_link_btn:hover .service_button .discover-more,
a.s_s_link_btn:focus .service_button .discover-more,
a.s_s_link_btn:hover .service_title,
a.s_s_link_btn:focus .service_title,
a.s_s_link_btn:focus p,
a.s_s_link_btn:focus h2,
a.s_s_link_btn:focus h3,
a.s_s_link_btn:hover p,
a.s_s_link_btn:hover h2,
a.s_s_link_btn:hover h3 {
    color: #000;
}

a.s_s_link_btn:focus .s_s_image,
a.s_s_link_btn:hover .s_s_image {
    background-color: #FFFFFF;
}

a.s_s_link_btn:focus .s_btn_svg,
a.s_s_link_btn:hover .s_btn_svg {
    color: #000;
    fill: #000;
}

.stsc_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 1rem;
    color: #000;
    text-decoration: none;
}

.stsc_box img {
    border-radius: 1rem;
}

#our_team .stsc_box:first-child {
    padding-left: 0;
}

#our_team .stsc_box:last-child {
    padding-right: 0;
}


.service_button {
    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;
}

.service_button .s_btn_link {
    font-size: 0.875rem;
    font-weight: 600;
}

.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;
}

.all_s_image {
    margin-bottom: 15px;
}

a.s_s_link_btn:hover .all_s_image img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

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


}

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

.health_and_welness {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
}

.button_box {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.button_box a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 5rem;
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid transparent;
    border-radius: 1rem;
    -webkit-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
    transition: all 500ms cubic-bezier(.165, .84, .44, 1);
    color: #FFF;
    background-color: #383836;
    font-weight: 600;
    text-decoration: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -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);
}

.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;
}

.button_box a:focus,
.button_box a:hover {
    border-color: #383836;
    background-color: #383836;
    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);
}

.health_and_welness {
    border-radius: 1rem;
    background-image: url('../img/health_wellness.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #fff;
    background-size: contain;
}

.single_team {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.team_content {
    width: 100%;
    text-align: center;
    color: #FFF;
    position: absolute;
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #000000 0, rgba(0, 0, 0, 0) 100%);
    padding-top: 15px;
    padding-bottom: 5px;
}

.team_content h2 {
    color: #FFF;
}

.atm_image img {
    width: 100%;
    height: auto;
}

.quations_answer_box {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.fw_quation_answer {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    background-color: #C3C0C7;
    padding: 2rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.page_content_row {
    position: relative;

}

#next {
    margin-top: -5.5rem;
    padding-top: 5.5rem;
}

.button-group {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 200px;
    grid-template-columns: auto auto auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.button-group button.button {
    min-height: 1rem;
    padding: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border: 1px solid transparent;
    border-radius: 1rem;
    color: #FFF;
    background-color: #383836;
    font-weight: 600;
    text-decoration: none;
    transform-style: preserve-3d;
    transition: all 500ms cubic-bezier(.165, .84, .44, 1);
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    -webkit-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);
}

.button-group button.button:focus,
.button-group button.button:hover {
    border-color: #383836;
    background-color: #383836;
    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);
}

#our_team .modal-content .btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
}

.video_ply_btn img {
    width: 200px;
}

.sidebar-border .wp-block-search__button {
    background: #383836;
    color: #FFF;
    border-radius: 5px;
    border: 0 none;
    font-weight: 600;
    font-size: 14px;
}

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

.video_ply_btn {
    position: relative;
    width: 200px;
    height: 47px;
    margin: 0px auto 30px;
}

.hero_text_inner .video_ply_btn {
    margin: 0 auto;
}

.video_ply_btn a {
    display: block;
    position: relative;
    z-index: 999;
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    animation: 1.5s ease-out infinite pulse-border;
}

@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)
    }
}

.learn_more.cp_learn_more {
    position: relative;
    bottom: inherit;
    display: block;
    clear: both;
}

.mobile-menu .byc-btn {
    padding: 10px 0px;
    background: #383836;
    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: 110px;
    text-align: center;
    margin-right: 10px;
}

/* Main Section Wrapper */

/* Left Side: Image Gallery */
.image-gallery {
    flex: 1;
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    background-color: #efefdf;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.gallery-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    /* Space between images in a column */
}

.gallery-img {
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/* Right Side: Text Content */

.text-content h1,
.text-content h2 {
    font-size: 46px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}


/* Call-to-Action Button */
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-color: #383836;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 20px 10px 10px;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
    min-width: 170px;
    border: 0 none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-menu .cta-button {
    background-color: rgba(4, 4, 4, 0.52);
}

.cta-button-2 .icon,
.cta-button .icon {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.cta-button:hover {
    color: #000000;
    background-color: #efefdf;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.cta-button-2:hover .icon,
.cta-button:hover .icon {
    transform: translateX(6px);
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
}



@media (max-width: 768px) {

    .text-content {
        align-items: center;
        /* Center text content on mobile */
        text-align: center;
    }

    .cta-button {
        align-self: center;
        /* Center the button on mobile */
    }
}


/* Container holding all service cards */
.services-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-perspective: 1000px;
    perspective: 1000px;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

/* First column - Our Services */
.services-featured {
    grid-column: span 2;
    grid-row: span 1;
    background: #444;
    color: white;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/* Featured text container inside first box */
.services-featured-text {
    max-width: 45%;
}

.services-featured h2 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #FFF;
}

.services-featured p {
    font-size: 1rem;
    line-height: 1.5;
    color: #FFF;
}

/* Featured image container */
.services-featured-image {
    max-width: 50%;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.services-featured-image img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 15px;
    object-fit: cover;
}

/* Service cards - 2nd column onwards */
.service-card {
    background: #383836;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 18rem;
    padding: 1.5rem 1rem 1rem 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid transparent;
    border-radius: 20px;
    color: #FFF;
    text-decoration: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -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);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.service-card a {
    color: inherit;
    text-decoration: none;
    transition: inherit;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
}

.service-card:focus,
.service-card:hover {
    border-color: #efefdf;
    background-color: #efefdf;
    box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.6);
    color: #000;
    -webkit-transform: translate3d(0px, 0px, 1rem);
    transform: translate3d(0px, 0px, 1rem);
}


.service-card:hover .discover-more::after,
.service-card:focus .discover-more::after,
.service-card:hover .discover-more,
.service-card:focus .discover-more,
.service-card:hover .service_title,
.service-card:focus .service_title,
.service-card:focus p,
.service-card:focus h2,
.service-card:focus h3,
.service-card:hover p,
.service-card:hover h2,
.service-card:hover h3 {
    color: #000;
}



/* Special card with cream background */
.service-card.highlight {
    background: #f4f2df;
    /* cream */
    color: #111;
}

.service-card h3 {
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #FFF;
    text-align: center;
    display: block;
    width: 100%;
}

.service-card:focus h3,
.service-card:hover h3 {
    color: #000;
}



.service-card p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
    /* space for discover more */
}

/* Discover more link container */
.discover-more {
    font-weight: 600;
    font-size: 0.9rem;
    color: #ddd;
    cursor: pointer;
    align-self: flex-start;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Highlight card "Discover More" color */
.service-card.highlight .discover-more {
    color: #000;
}

.service-card:focus .discover-more,
.service-card:hover .discover-more {
    color: #000;
}

/* Arrow after Discover More */
.discover-more::after {
    content: '→';
    margin-left: 8px;
    font-size: 1.1rem;
    transition: margin-left 0.3s ease;
    color: #02abf1;
}

a.service-card:hover .discover-more::after,
.discover-more:hover::after {
    margin-left: 12px;
}

.doctor-gallery {
    position: relative;
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
}

.d-gallery-col {
    text-align: center;
}

.d-gallery-col-1 {
    z-index: 2;
    left: 15px;
    position: relative;
}

.d-gallery-col-2 {
    right: 15px;
    position: relative;
}

.doctor-section {
    background: #efefdf;
}

.doctor-img {
    width: 100%;
}

.cat_btn {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.cta-button-2 {
    display: inline-flex;
    align-items: center;
    background-color: #383836;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 20px 20px 0 0;
    transition: all 0.3s ease;
    border: 0.1px solid RGBA(255, 255, 255, 0.39);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    gap: 10px;
}

.cta-button-2:hover {
    color: #000000;
    background-color: #efefdf;
    transform: translateX(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
}

.bg_image {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
}

.footer {
    background-image: url(../img/footer-bg.png);
}

.office-section {
	background-image: url(../img/bg-img.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

.banner_doctors {
    display: flex;
    padding-left: 5px;
}

.b_doctor {
    width: 100px;
    position: relative;
}

.b_doctor img {
    position: relative;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
}

.b_doctor img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    z-index: 2;

}

.b_doctor_2 {
    left: -15px;
}

.event {
    display: flex;
    margin-bottom: 30px;
    gap: 10px;
}

.event-date-box {
    display: flex;
    gap: 5px;
}

.event-date {
    background: #efefdf;
    text-align: center;
    padding: 10px 16px;
    border-radius: 4px;
    min-width: 70px;
    line-height: 1.2;
    height: max-content;
}

.event-date-box .to {
    align-items: center;
    display: flex;
}

.event-date .day-name {
    display: block;
    font-size: 0.9rem;
    font-weight: ;
    color: #000;
}

.event-date .day {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    width: 100%;
}

.event-date .month,
.event-date .year {
    display: block;
    font-size: 0.75rem;
    color: #000;
}

.event-date .month {
    font-size: 1rem;
    font-weight: 400;
}

.event-info {
    margin-left: 5px;
    padding-top: 5px;
}

.event-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
    color: #000;
}

.event-title span {
    font-weight: 400;
}

.event-sub {
    margin: 3px 0 0;
    font-size: 0.9rem;
    color: #000;
}

.event-location {
    font-weight: 300;
    font-size: 14px;
}

.social_links {
    gap: 15px;
}

.social_links a {
    font-size: 30px;
    color: #000;
}

.doc_quote {
    background: #efefdf;
    padding: 50px 30px 30px;
    border-radius: 30px;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.signature {
    max-width: 220px;
    width: 100%;
    float: right;
    overflow: hidden;
    clear: both;
    margin-top: 30px;
}

.s_engagements {
    max-width: 350px;
    margin: auto;
}





.team-section {
    text-align: center;
    margin-top: 60px;
}

.team-title {
    margin-bottom: 35px;
}

.team-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.team-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    max-width: 285px;
    transition: transform 0.3s ease;
    overflow: hidden;
    width: 100%;
}

.team-card:hover {
    transform: translateY(-5px);
}

.team-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-info {
    padding: 15px 10px;
}

.team-info h4 {
    margin: 0;
    font-size: 1.2rem;
    color: #222;
}

.team-info p {
    margin: 5px 0 0;
    color: rgb(79, 79, 79);
    font-size: 16px;
}

/* Popup styles */

.team-card-popup {
    background: white;
    padding: 15px;
    text-align: left;
    max-width: 800px;
    margin: 20px auto;
    display: flex;
    grid-column-gap: 1.5rem;
    width: 94%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.p-team-img img {
    border-radius: 10px;
    overflow: hidden;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-content .mfp-close {
    right: -15px;
    top: -15px;
    opacity: 1;
    background: #d7effa;
    color: #000;
    border-radius: 45px;
}

.cta_service {
    background: #efefdf;
}

.read-more-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 16;
    max-height: 26em;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.read-more-text.show {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-line-clamp: unset;
    max-height: 1356px;
    /* Big enough to fit full text */
}

.portfolio-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.portfolio-navigation a {
    color: #00a7f3;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.portfolio-navigation a:hover {
    color: #111;
}

a {
    color: #00a7f3;
}

.back-to-portfolio {
    margin-top: 40px;
    text-align: center;
}

.back-to-portfolio a {
    display: inline-block;
    background: #00a7f3;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.back-to-portfolio a:hover {
    background: #00a7f3;
}

.wheel_chair {
    display: flex;
    justify-content: flex-start;
    height: 60px;
    align-items: center;
}

.wheel_chair p {
    margin: 0;
}

.entry-content .row div.col-lg-2 img {
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}

.entry-content .row div.col-lg-2:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.entry-content .row div.col-lg-2 a,
.entry-content .row div.col-lg-2 a strong {
	font-weight: 600;
	color: #333;
	text-decoration: none;
}
.p-team-img {
	min-width: 275px;
    max-width: 275px;
    width: 100%;
}