/*
Theme Name: Duptronics
Theme URI: http://www.duptronics.com
Author: Duptronics Inc.
Author URI: http://www.duptronics.com
Developer Name: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: noonoos
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post
*/

/*--------------------------------------------------------------
>>> 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%;
    box-sizing: border-box;
}



body {
    margin: 0;
    background: #fff;
    color: #7f7f7f;
    font-family: 'Qanelas Soft';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.4;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

.hidden {
    display: none;
}

a {
    background-color: transparent;
}

a:hover {
    background: transparent;
    text-decoration: ;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 0;
}

hr {
    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"] {
    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;
    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 --------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

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

em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

mark,
ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

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

}


/*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/
*,
*:before,
*:after {
    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 .5em 3em;
    padding: 0;
}

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 {
    height: auto;
    /* Make sure images are scaled correctly. */

    max-width: 100%;
    /* Adhere to container width. */
}

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

table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    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 {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    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 {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    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 {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    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 {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0
}

.post {
    clear: both;
}

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

.wufoo input.btTxt,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #94c947;
    border: 2px solid transparent;
    color: #fff;
    transition: 0.5s;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 42px;
    line-height: 38px;
    padding: 0 45px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.4s ease-out 0s;
    white-space: nowrap;
    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: 73px;
    position: relative;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: transparent;
    border: 2px solid #94c947;
    color: #94c947;
    padding: 0 55px;
}



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

select {
    border: 1px solid #ccc;
}

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

.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="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.contact-form .wpcf7-form input[type="text"],
.contact-form .wpcf7-form input[type="email"],
.contact-form .wpcf7-form input[type="url"],
.contact-form .wpcf7-form input[type="password"],
.contact-form .wpcf7-form input[type="search"],
.contact-form .wpcf7-form input[type="number"],
.contact-form .wpcf7-form input[type="tel"],
.contact-form .wpcf7-form input[type="date"],
.contact-form .wpcf7-form input[type="month"],
.contact-form .wpcf7-form input[type="week"],
.contact-form .wpcf7-form input[type="time"],
.contact-form .wpcf7-form input[type="datetime"],
.contact-form .wpcf7-form input[type="datetime-local"],
.contact-form .wpcf7-form input[type="color"],
.wpcf7-form textarea {
    color: #000;
    border: 1px solid #f2f2f2;
    padding: 1px 35px;
    width: 100%;
    font-weight: 300;
    line-height: 43px;
    margin-bottom: 0;
    background: #f2f2f2;
    border-radius: 31px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    left: 50%;
    position: relative;
    outline: 0 none;
}

.select:focus,
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="date"]:focus,
input[type="month"],
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"],
input[type="color"]:focus,
.contact-form .wpcf7-form input[type="text"]:focus,
.contact-form .wpcf7-form input[type="email"]:focus,
.contact-form .wpcf7-form input[type="url"]:focus,
.contact-form .wpcf7-form input[type="password"]:focus,
.contact-form .wpcf7-form input[type="search"]:focus,
.contact-form .wpcf7-form input[type="number"]:focus,
.contact-form .wpcf7-form input[type="tel"]:focus,
.contact-form .wpcf7-form input[type="date"]:focus,
.contact-form .wpcf7-form input[type="month"]:focus,
.contact-form .wpcf7-form input[type="week"]:focus,
.contact-form .wpcf7-form input[type="time"]:focus,
.contact-form .wpcf7-form input[type="datetime"]:focus,
.contact-form .wpcf7-form input[type="datetime-local"]:focus,
.contact-form .wpcf7-form input[type="color"]:focus,
.wpcf7-form textarea:focus {
    width: calc(100% + 20px);
    outline: 0 none;
}

.wpcf7-form textarea {
    padding-top: 15px !important;
    line-height: 18px;
}

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

/*-------------------------------------------------------------- ## 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;
    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;
    /* Above WP toolbar. */
}

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

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

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

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

.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: 30px 0 0;
    overflow: hidden;
    background: rgba(144, 141, 146, 0.1);
    overflow: hidden;
    padding: 15px;
}

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

.widget.woocommerce.widget_shopping_cart {
    overflow: inherit;
}

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

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

#secondary aside.widget:first-child {
    margin-top: 0;
}

/*-------------------------------------------------------------- # 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: #444343;
    margin: 0 0 15px;
    line-height: 1;
}

a {
    color: #94c947;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover {
    color: #94c947;
    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;
    line-height: 40px;
    right: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 40px;
    font-weight: bold;
}

#scrollUp:hover {
    background: #94c947;
    color: #fff;
}

.clear {
    clear: both
}

.top_header {
    position: absolute;
    right: 20px;
    opacity: 1;
    top: 0;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
}

.sticky-header .top_header {
    opacity: 0;
    top: -35px;

}


/*  2.1  mainmenu area 
/*----------------------------------------*/
.main-menu nav .main-ul>li:last-child a:after {
    border-right: 0;
}

.main-menu {
    clear: both;
    z-index: 10;
    position: relative;
    float: none;
}

/* 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 a:hover {}

.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:hover {}

.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;
    text-transform: uppercase;
    top: 18px;
    font-weight: 500;
}

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;
    -moz-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;
    box-shadow: none;
    color: #3f3f3f;
    margin-bottom: 20px;
    margin-top: 20px;
    outline: medium none;
    padding: 0 20px;
    position: inherit;
    left: auto;
    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: 74px;
    float: right;
    transform: inherit;
    max-width: 119px;
}

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

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

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

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

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

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

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

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

.restrain {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    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;
}


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

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

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

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

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

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

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

.readon-red:hover {
    color: #ffffff;
    background: #362f2d;
    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: fit-content;
}

.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;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    pointer-events: none;
}

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

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

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

.post-thumb-info {
    padding: 25px 15px;
    border: 1px solid #f1f1f1;
    width: 100%;
    float: left;
}

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

.post-time a:hover {
    color: #94c947
}

.postexcerpt p {
    color: #6d6d6d;
    line-height: 25px;
}

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

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

.read-more {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
    background: #000;
    border-radius: 45px;
    border: 2px solid #000;
    margin-top: 20px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100px;
    text-align: center;
}

.read-more:hover {
    color: #000;
    background-color: #ffffff;
}

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

.latest-post {
    background: #fff;
}

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

/*----------------------------------------  6. latest post widget /*----------------------------------------*/
.recent-posts .post-wrapper,
.recent-comments .post-wrapper {
    display: block;
    overflow: hidden;
}

.recent-posts .rcnt-post-thumb,
.recent-comments .comnt-thumb {
    float: left;
    width: 25%;
}

#secondary .widget .recent-posts .rcnt-post-thumb a,
#secondary .widget .recent-comments .comnt-thumb a {
    display: block;
}

.recent-posts .post-info,
.recent-comments .post-info {
    float: left;
    padding-left: 10px;
    width: 70%;
}

#secondary .widget .recent-posts .post-info .post-title.recent-post-s,
#secondary .widget .recent-comments .post-info .post-title.recent-post-s {
    margin: 0 0 5px;
}

#secondary .widget .recent-posts .post-info .post-title.recent-post-s a,
#secondary .widget .recent-comments .post-info .post-title.recent-post-s {
    display: block;
    font-size: 14px;
    line-height: 14px;
    /* color: #797979; */
    border: 0 none;
    margin: 0;
    padding: 0;
}

.recent-posts .post-info .post-date.recent-post-s,
.recent-comments .post-info .post-date.recent-post-s {
    color: #7e7e7e;
    font-size: 11px;
    font-style: italic;
}

#secondary .widget .recent-posts ul li,
#secondary .widget .recent-comments ul li {
    margin-bottom: 15px;
    padding: 0;
}

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

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


.recent-posts ul li a,
.recent-comments ul li a {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.recent-posts ul li a:hover,
.recent-comments ul li a:hover {
    color: #EC4445;
}

.recent-comments .post-info p {
    line-height: 16px;
    margin-bottom: 0;
}

#secondary input[type="text"] {
    border: 1px solid #ddd;
    box-sizing: border-box !important;
    height: auto;
    padding: 0 15px;
    width: 100%;
    margin: 0;
}

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

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

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

footer .recent-posts .post-info .post-date.recent-post-s,
footer .recent-comments .post-info .post-date.recent-post-s {
    color: #CCC;
}

.widget ul li a:hover {
    color: #94c947;
}

.info-fcontainer {}

.infof-icon {
    float: left;
    margin-right: 15px;
    margin-top: 3px;
}

.infof-icon i {
    width: 30px;
    height: 30px;
    border: 1px solid #94c947;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    text-align: center;
}

.info-footer {
    border-top: 1px solid #4c4b4b;
}

.footer-social h3,
.info-fcontainer h3 {
    font-size: 17px;
    color: #94c947;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

.info-fcontainer a,
.info-fcontainer p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.info-fcontainer a {
    display: block;
}

.single-bannerfooter {
    border-right: 1px solid #363636;
}

.last-single {
    border: 0;
}

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

.address-footer address {
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}

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

.address-footer address a {
    color: #fff;
}

.address-footer address a:hover {
    color: #ffffff;
}

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



.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;
    text-transform: uppercase;
    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: #94c947;
}

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

.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;
    transform: rotate(45deg);
    width: 10px;
}

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

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

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

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

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

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

.single-post .post-thumb-info .postexcerpt {
    margin: 20px 0;
}

.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;
    float: left;
    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,
.single-post h1.blogtitle {
    color: #3f3f3f;
    font-size: 24px;
    font-weight: 700;
}

h1.blogtitle a:hover {
    color: #94c947;
}

.single-post h1.blogtitle {
    line-height: 1.5;
    margin-bottom: 30px;
}

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

/* Blog Comments */
.comments-area {
    overflow: hidden;
}

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

h3.comments-title {
    border-bottom: 1px solid #f1f0f0;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 0 0 20px;
    position: relative;
    text-transform: uppercase;
    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;
    text-transform: uppercase;
    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;
    float: right;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.comments-area .comment-list li.comment article.comment .comment-info .reply a {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    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;
    transition: all 0.4s ease-out 0s;
    white-space: nowrap;
}

.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;
    text-transform: uppercase;
}

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

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

/* Blog pagination */
.main-container .blog-page .pagination {
    border-radius: 0;
    border-top: 1px solid #e5e5e5;
    float: left;
    margin: 0 0 50px;
    padding: 20px 0 0;
    width: 100%;
}

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

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

.main-container .blog-page .pagination a,
.main-container .blog-page .pagination span {
    display: block;
    text-align: center;
    padding: 0 10px;
    text-transform: uppercase;
    background-color: #ebebeb;
    color: #3f3f3f;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 40px;
}

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

.social-area .top-social a {
    line-height: 28px;
    width: 28px;
    font-size: 20px;
    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 .blog-page .pagination a.current,
.main-container .blog-page .pagination a:hover,
.main-container .blog-page .pagination span.current,
.main-container .blog-page .pagination span:hover {
    background: #94c947;
    color: #FFF;
}

.top-header {
    line-height: 30px;
    width: 100%;
    height: 30px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    background: #000;
}



.top-menu {
    margin: 0 45px 0 0;
    padding: 0;
    list-style: none;
}

.top-menu li {
    float: left;

}

.top-menu li a {
    color: #FFF;
    font-size: 15px;
    line-height: 2;
    border-right: 1px solid #fff;
    margin-right: 5px;
    padding-right: 5px;
}

.top-menu li:last-child a {
    border-right: 1px solid transparent;
    margin: 0;
    padding: 0;
}

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

.callto_mobile {
    margin-right: 10px;
}

a.request_cons {
    color: #fff;
    line-height: 25px;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    background: transparent;
    border-radius: 5px;
    padding: 1px 10px;
    border: 2px solid #f00;
}

a.request_cons:hover {
    background: #f00;
    border: 2px solid transparent;
}

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

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

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

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

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

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

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


.section-padding-30 {
    padding-top: 30px;
    padding-bottom: 5px;
}

.section-title {
    font-size: 25px;

    color: #000;
    margin-bottom: 35px;
}

.section-padding-25 {
    padding-top: 25px;
}

.cat-heading h1 {
    font-size: 45px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 1;
    text-transform: uppercase;
}

.cat-heading h4 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 1;
}

#secondary .searchform {
    position: relative;
}

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



/* Navigation */
.main-header {
    position: relative;
}

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

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

.menu_close {
    display: none;
}

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

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

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

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

.hamburger_phone {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    vertical-align: middle;
    height: 38px;
    width: 38px;
    cursor: pointer;
    border-radius: 100%;
    margin-right: 5px;
    float: left;
    z-index: 99;
}

.hamburger_phone a.callto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.sticky-header .hamburger_phone a.callto {
    background-color: #000000;
}

.mobile-menu-open div.hamburger span {
    transition: transform 0.6s cubic-bezier(.54, .1, .42, 1.48), width 0.6s ease-in
}

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

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

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

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

/* .mobile-menu-open .hamburger span {
    background-color: #FFF;
} */

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

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

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

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


.mobile-menu-open .backmenu,
.openmenu {
    display: block;
}


.mobile-menu-open .openmenu {
    display: block;
}

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

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

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

.mobile-menu-wrapper {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 82px;
    position: fixed;
    top: 0;
    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: 20px 0px 0 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;
}


#mobilemenu ul ul li:last-child {
    border-bottom: 0 none;
}

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

#mobilemenu ul ul ul li a {
	padding-left: 40px;
}

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

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

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

#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: 0;
    top: 7px;
    display: block;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 100%;
}

#phonemenu .submenu-button {
    top: 9px;
    height: 35px;
    width: 35px;
}


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

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

#mobilemenu ul ul .submenu-button::after {
	top: 12px;
	right: 6px;
}

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

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

#mobilemenu ul ul > li .submenu-button::before {
	top: 6px;
	right: 12px;
}

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

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

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

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

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

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

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


#phonemenu>li>a {
    padding-bottom: 20px;
    padding-top: 20px;
}

.phone-menu-open .top-logo,
.mobile-menu-open .top-logo,
.mobile_logo {
    display: none;
}

.phone-menu-open .mobile_logo,
.mobile-menu-open .mobile_logo {
    display: block;
    z-index: 999;
}

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


.mobile-wrapper {
    padding: 0px 30px;
}

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

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

.mobile-menu-wrapper a.request_cons {
    line-height: 48px;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    border: 1px solid transparent;
    background: #94c947;
    display: block;
    width: 288px;
    text-align: center;
}

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

.social-img,
.social-img span,
.social-area .top-social {
    display: inline-block;
}


.social-img span {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 9;
}

img.social {
    width: 30px;
    margin-top: -5px;
}

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

.social-area-2,
.social-area {
    position: relative;
}

.top-social {
    opacity: 0;
    position: absolute;
    left: 34px;
    top: 0;
    visibility: hidden;
}

.open+.top-social {
    opacity: 1;
    visibility: visible;
    text-align: left;
}

.top-social a {
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.social-area-2 .top-social a {
    line-height: 28px;
    width: 28px;
    display: inline-block;
    text-align: center;
    background: #fff;
    margin-right: 4px;
    color: #3f3f3f;
    font-size: 18px;
    border-radius: 100%;
}

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

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

.entry-content a {
    font-weight: 600;
    color: inherit;
    text-decoration: underline;
}

.category-banner {
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    float: left;
    padding-top: 384px;
    padding-bottom: 140px;
    margin-bottom: 70px;
    margin-top: 100px;
}

.cat-heading h1 {
    position: relative;
}




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

.contact_info_title,
.title_1 {
    width: 80px;
}

.no-padding {
    padding: 0;
}

.contact_hour {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    padding-bottom: 20px;
}

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

.opening_hour li {
    font-size: 15px;
    color: #5c5e5f;
    margin-bottom: 3px;
    display: block;
}

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

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

.product-search .btn.btn-default:before {
    display: none;
}

.main-menu nav {
    text-align: center;
}

.mainmenu.search_off {
    width: 100%;
}

.sticky-header .main-menu nav {
    margin-top: 0;
}


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

/* Menu */
.mainmenu {
    text-align: right;
}

.mainmenu a {
    display: inline-block;
}

.rightmenu ul,
.mainmenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.rightmenu ul li,
.mainmenu ul li {
    display: inline-block;
    padding: 0px 12px;
    position: relative;
}

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

.mainmenu ul li:last-child {
    // padding-right: 0px;
}

.mainmenu ul li a {
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    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;
}

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

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

.rightmenu ul li a:hover,
.rightmenu ul li ul.sub-menu li>a:hover,
.rightmenu ul li.current-menu-parent>a,
.rightmenu ul li.current-menu-item>a,
.mainmenu ul li a:hover,
.mainmenu ul li ul.sub-menu li>a:hover,
.mainmenu ul li.current-menu-parent>a,
.mainmenu ul li.current-menu-item>a {
    text-decoration: none;
    color: #94c947;
}

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

.rightmenu ul li ul.sub-menu li,
.mainmenu ul li ul.sub-menu li {
    display: block;

}

.rightmenu ul li ul.sub-menu,
.mainmenu ul li ul.sub-menu {
    background-color: #FAFAFA;
    visibility: hidden;
    z-index: 25;
    display: block;
    height: auto;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    transform: translateY(-10px);
    top: 100%;
    width: 275px;
    padding: 10px 0 10px 0;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
    -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
    transition-delay: 0s, 0.3s;
    -ms-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
    -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
    border-radius: 4px;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

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

.rightmenu ul>li:hover>ul.sub-menu,
.mainmenu ul>li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    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%;
}

.rightmenu ul li ul.sub-menu li a,
.mainmenu ul li ul.sub-menu li a {
    line-height: 18px;
    font-size: 14px;
}

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;
    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;
    transition: 0.5s;
}

a.read_more_btn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    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-50 {
    padding-bottom: 50px;
}

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

/* Header */
#sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

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

/* .logo {
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	transition: height 0.4s ease-in-out;
	-webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	-ms-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
}
.sticky-header .logo {
	height: 70px;
} */
.mobile_logo,
.top-logo {
    position: absolute;
    top: 0px;
    left: 0px;
}

.logo {
    position: relative;
}

/* .logo::before {
	content: '';
	width: 240px;
	height: 240px;
	border-radius: 1000px;
	background: #fff;
	display: block;
	position: absolute;
	left: -30px;
	top: -70px;
	z-index: -1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.sticky-header .logo::before {
	width: 200px;
	height: 200px;
	left: -29px;
} */

.logo img {
    width: 80%;
    -webkit-transition: width 0.4s ease-in-out;
    -moz-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;
}

.logo a {
    display: block;
}

.sticky-header .logo img {
    width: 65%;
}

.rightmenu ul li a,
.mainmenu ul li a {
    line-height: 80px;
    -webkit-transition: line-height 0.4s ease-in-out;
    -moz-transition: line-height 0.4s ease-in-out;
    -o-transition: line-height 0.4s ease-in-out;
    transition: line-height 0.4s ease-in-out;
    -ms-transition: line-height 0.4s ease-in-out;
}

.sticky-header .rightmenu ul>li>a,
.sticky-header .mainmenu ul>li>a {
    line-height: 70px;
}

.aus_title.text-center.white {
    color: #fff;
}



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

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

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

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

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

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

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

.blank_spach {
    margin-top: 110px;
}

.postexcerpt li {
    margin-bottom: 20px;
}

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

blockquote {
    background: #f3f5f8;
}


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

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

.select2-container .select2-selection--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    outline: none;
    position: relative;
    color: #000;
    border: 1px solid #f2f2f2;
    border-top-color: rgb(242, 242, 242);
    border-right-color: rgb(242, 242, 242);
    border-bottom-color: rgb(242, 242, 242);
    border-left-color: rgb(242, 242, 242);
    padding: 5px 35px;
    width: 100%;
    font-weight: 300;
    line-height: 43px;
    margin-top: 8px;
    background: #f2f2f2;
    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;
}

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



/*------------------------------------------------------------------
  [ in select ]*/
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 5px;
    background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: 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);
}

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

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

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

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

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

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

.select2-selection.select2-selection--single {
    border: 1px solid #f2f2f2;
    line-height: 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;
    transform: inherit;
    border-radius: 0;
}

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

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

.top_phone_number {
    padding-top: 10px;
}

.top_phone_number span,
.top_phone_number a {
    font-size: 18px;
    line-height: 1.2;
}

.top_phone_number span {
    margin-right: 10px;
}

/* treatment */
.address-footer,
.treatment-row {
    background-color: #000000;
    background-image: url(img/treatment_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: scroll;
    background-size: contain;
    padding-bottom: 100px;
}

.treatments {
    position: relative;
    padding: 0 30px 10px 30px;
    margin-bottom: 10px;
}

.treatments:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: -15px;
    height: 162px;
    width: 2px;
    background: #FFF;
}

.treatments_1.treatments::after {
    bottom: 52px;
}

.treatments_2.treatments::after {
    bottom: 100px;
}

.treatments_3.treatments::after,
.treatment-row .row>div:nth-child(3) .treatments:after {
    display: none;
}


.treatment-thumb {
    width: 160px;
    height: 157px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: background 400ms;
    -webkit-transition: background 400ms;
    -moz-transition: background 400ms;
    -ms-transition: background 400ms;
    -o-transition: background 400ms;
}



.bg_img {
    position: absolute;
    top: 0;
    left: 0;
    /* animation: spin 10s linear infinite; */
    /*Set our animation play state to paused initially */
    /* animation-play-state: paused;  */


}

/* .treatments:hover .bg_img {
	/* Toggle our animation play state to running when we are hovering over our sticker */
/* animation-play-state: running;
} /*
  @keyframes spin {
	100% {transform: rotate(1turn); }
  } */

.treatments .upload_img {
    -webkit-filter: none;
    -webkit-transition: all 1s;
    -webkit-transform: scale(.72);
    transform: scale(.72);
    -moz-transform: scale(.72);
    -ms-transform: scale(.72);
    -o-transform: scale(.72);
}

.treatments:hover .upload_img {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
}

.treatments_3.treatments .upload_img {
    position: relative;
    top: -10px;
}


.treatments h2 {
    font-size: 20px;
    margin-top: 30px;
    color: #fff;
    text-transform: uppercase;
}

.treatments p {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.ba_subtitle {
    margin-bottom: 30px;
}

.btn {
    display: block;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 0.2em;
    color: #FFF;
    font-size: 0.875em;
    letter-spacing: 0.03em;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    transition: border-color 0.3s, background-color 0.3s;
    transition-timing-function: ease, ease;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    width: 48%;
    margin-right: 4%;
    float: left;
}

.btn:hover {
    text-decoration: none;
    border-color: #8dc63f;
    background-color: #8dc63f;
    color: #FFF;
}

.btn.btn--two:hover {
    border-color: #f8981c;
}


.btn>span {
    display: block;
    padding: 1em 0;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn:hover>span {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.btn::before {
    content: attr(data-text);
    width: 100%;
    height: 100%;
    padding: 1em 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #8dc63f;
    color: #fff;
    text-decoration: none;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cta__buttons .btn--two {
    margin-right: 0;
}

.btn--underline {
    border: none;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    color: #FFFFFF;
}

.btn--underline::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8981c;
    border: 1px solid #FFFFFF;
    border-radius: inherit;
    color: #fff;
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
    transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.btn--underline>span {
    display: block;
    transition: -webkit-transform 0.3s, opacity 0.3s, padding 0.3s;
    transition: transform 0.3s, opacity 0.3s, padding 0.3s;
    transition-delay: 0.3s;
}

.btn--underline:hover {
    background-color: transparent;
}

.btn--underline:hover::before {
    border: 1px solid #f8981c;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.btn--underline:hover>span {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    transition-delay: 0s;
}

.btn-black {
    border: 1px solid #000;
    color: #000;
}

.btn.btn-green>span {
    background-color: #8dc63f;
    color: #FFF;
}

.btn.btn-yellow>span {
    background-color: #f8981c;
    color: #FFF;
}

.btn-green {
    border: 1px solid #8dc63f;
    max-width: 20.75em;
}

.btn-yellow {
    border: 1px solid #f8981c;
    max-width: 20.75em;
}

.btn.btn-green::before {
    background-color: transparent;
    color: #8dc63f;
}

.btn.btn-yellow::before {
    background-color: transparent;
    color: #f8981c;
}

.btn.btn-green:hover {
    background-color: transparent;
    color: #8dc63f;
}

.btn.btn-yellow:hover {
    background-color: transparent;
    color: #f8981c;
}

.doctor_left .cta__buttons .btn,
.content_area .cta__buttons .btn {
    width: 100%;
}

.doctor_left .cta__buttons,
.content_area .cta__buttons {
    margin: 1em 20px 0 0;
    width: 220px;
    float: left;
}

.aus_title {
    color: #444343;
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.aus_content p {
    font-size: 21px;
    color: #444343;
}

.aus_content_right {
    padding-left: 30px;
}

.bulleted_lists p {
    font-size: 20px;
    line-height: 35px;
}

.au_button_area {
    margin-top: 20px;
}

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

.team_section {
    background: #8d97a0;
}

.team_section {
    background: #8d97a0;
    padding-top: 118px;
    background-image: url(img/team_bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: contain;
}

.team_inner {
    background-image: url(img/miller-logo.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
    background-size: auto;
}

.team_members {
    position: relative;
}

.team_title {
    color: #fff;
    font-size: 38px;
    letter-spacing: .5px;
    margin-bottom: 20px;
}

.team_subtitle {
    font-size: 20px;
    color: #fff;
    letter-spacing: .5px;
    margin-bottom: 75px;
}

.team_m_title {
    position: absolute;
    top: -11px;
    right: -6px;
    font-size: 18px;
    letter-spacing: 0px;
    color: #FFF;
}

.team_member {
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: contain;
    position: absolute;
    top: 1px;
    right: 85px;
    width: 51px;
    height: 45px;
}

.team_member.team_member_2 {
    background-image: url(img/arrow_two.png);
    width: 35px;
    height: 64px;
    top: 54px;
    right: 60px;
}

.team_m_title.t_m_t_2 {
    top: 25px;
    right: 30px;
}

.team_member.team_member_3 {
    background-image: url(img/arrow_three.png);
    width: 65px;
    height: 37px;
    right: 66px;
}

.team_m_title.t_m_t_3 {
    top: 40px;
    right: 15px;
}

.team_member.team_member_4 {
    background-image: url(img/arrow_four.png);
    width: 64px;
    height: 35px;
    top: 18px;
    right: 42px;
}



@keyframes pulse {
    from {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    50% {
        transform: scale(.95);
        -webkit-transform: scale(.95);
        -moz-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
    }

    to {
        transform: scale(1);
    }
}

.team_members:hover a img {
    animation-name: pulse;
    animation-duration: 1s;
}


.team_m_title.t_m_t_4 {
    top: 15px;
    right: -51px;
}

.owl-carousel button.owl-dot {
    height: 13px;
    width: 13px;
    background: #8dc63f;
    transition: all 400ms;
    margin: 0 6px;
    position: inherit;
    border-radius: 100%;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
}

.owl-carousel button.owl-dot.active {
    background: #f8981c;
}

.treatment_option_img {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.treatment_options {
    padding: 0 60px;
}

.treatment_option_img img {
    opacity: 0.8;
    transition: opacity 500ms;
}

.treatment_option_img img:hover {
    opacity: 1;
}

.treatment_title {
    font-size: 38px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.owl-dots {
    margin-top: 20px;
    text-align: center;
}

.address-footer {
    background-color: transparent;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact_us {
    background-color: #000;
    padding-bottom: 30px;
    border-top: 7px solid #8dc63f;
    margin-top: 70px;
}

.gis_title {
    color: #fff;
    font-size: 85px;
    font-weight: normal;
    margin-bottom: 35px;
}

.phone_number span {
    font-size: 35px;
    font-weight: normal;
    color: #FFF;
    margin-right: 10px;
}

.phone_number a {
    font-size: 35px;
    font-weight: 600;
    color: #94c947;
    margin-right: 10px;
}

.address {
    font-size: 21px;
    color: #fff;
    font-weight: normal;
}

.social_menu {
    overflow: hidden;
    margin-top: 20px;
}

.social_icon {
    font-size: 22px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 38px;
    display: flex;
    justify-content: center;
    float: left;
    height: 38px;
    align-items: center;
    line-height: inherit;
    margin-right: 5px;
}

.phone_number {
    overflow: hidden;
    margin-bottom: 10px;
}

.contact_us_form {
    padding-top: 80px;
}

/* Doctor Page */
.doctor_title {
    font-weight: 600;
    margin-top: 70px;
    font-size: 45px;
    margin-bottom: 30px;
}

.doctor_subtitle {
    color: #f8981c;
    margin-bottom: 65px;
}

.doctor_left p {
    font-weight: normal;
}

.doctor_right {
    position: absolute;
    top: -140px;
    right: 0;
    width: 100%;
}

.doctor_right img {
    width: 85%;
    float: right;
}

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

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

.shortcode_title {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 55px;
}

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

.doctor-area {
    border-bottom: 7px solid #8dc63f;
    width: 100%;
    float: left;
    overflow: hidden;
}

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

/* Page Content Row  */
.width-50 {
    width: 48%;
    float: left;
}

.page_content_row {
    border-top: 7px solid #94c947;
    border-bottom: 7px solid #94c947;
}

.content_area_row {}

.content_area {
    padding: 3em 3em 3em 3em;
    width: 100%;
    float: left;
}

.cta__buttons.virtual_chat_button {
    margin-right: 0;
}

.content_img {
    overflow: hidden;
}

.content_img img {
    width: 100%;
}

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

.content_area a {}

#map {
    height: 552px;
    background: #eceae4;
}

.contact_us_title {
    font-size: 45px;
    margin-bottom: 60px;
}

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

.bottom_border {
    position: relative;
}

.bottom_border::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 200px;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    background: #f8981c;
}

#map {
    height: 552px;
}

.font-45 {
    font-size: 45px;
}

.about_us_image.width_vw {
    text-align: center;
}

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

.slider-row, .category-banner, .map-banner,
.blank_spach {
    margin-top: 160px;
}

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

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

.blog_spach {
    margin-top: 70px;
}


.content_area_row .content_area h2,
h1.pc_title,
h2.pc_title {
    color: #343434;
    font-size: 40px;
}

h2.pc_title2 {
    color: #343434;
    font-size: 45px;
    margin: 200px auto;

}


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

.twentytwenty-after {
    height: 100%;
}

.single_ab_img {
    margin-bottom: 30px;
}

button.mfp-close:hover,
button.mfp-arrow:hover {
    border: 0 none;
}

.gallery_images_wrapper.owl-carousel.owl-loaded.owl-drag {
    overflow: hidden;
    padding: 0;
}

.gallery_images_wrapper.owl-carousel .owl-nav button.owl-next,
.gallery_images_wrapper.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    padding: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    font-size: 0;
    line-height: 0;
    border: 0;
    background: #fff;
}

.gallery_images_wrapper.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    transform: translate3d(-50%, -50%, 0);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
}

.gallery_images_wrapper.owl-carousel .owl-nav button.owl-next {
    right: 0;
    transform: translate(50%, -50%);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
}

.gallery_images_wrapper.owl-carousel .owl-nav button.owl-next::before,
.gallery_images_wrapper.owl-carousel .owl-nav button.owl-prev::before {
    font-family: 'FontAwesome';
    opacity: 1;
    background: rgba(255, 255, 255, 0.9);
    color: #00a8e2;
    position: relative;
    line-height: 1;
    font-size: 26px;
}

.gallery_images_wrapper.owl-carousel .owl-nav button.owl-next::before {
    content: "\f105";
    right: 10px;
}

.gallery_images_wrapper.owl-carousel .owl-nav button.owl-prev::before {
    content: "\f104";
    left: 10px;
}

.info_content h5 {
    margin-bottom: 10px;
}

.rightmenu ul li a {
    font-size: 24px;
    color: #000000;
}

.rightmenu ul li {
    padding: 0px;
}

.rightmenu ul li ul.sub-menu {
    width: 150px;
    padding: 0 15px;
}

.aus_content_right ul {
    padding-left: 20px;
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
}


.right_phone_number a {
    color: #FFF;
    font-size: 18px;
    position: relative;
    padding-left: 28px;
    margin-left: 15px;
}

.right_phone_number a:hover {
    color: #f8981c;
}

.right_phone_number a::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.right_phone_number a.patiant_login::before {
    background-image: url(img/login.png);
}

.right_phone_number a.contact_mail::before {
    background-image: url(img/contect.png);
}

.right_phone_number a.phn_number::before {
    background-image: url(img/phono.png);
}

.ofc_title {
    font-size: 28px;
    margin-bottom: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.after_text p,
.gallery_images {
    margin-top: 15px;
}


.aus_content_right .ctu-ulimate-style-5 .vc-tabs-li {
    background-color: #015790 !important;
    border-radius: 100% !important;
    float: none !important;
    border: 0 none !important;
    display: inline-block !important;
    /* margin: 0 auto !important; */
}

.aus_content_right .ctu-ulimate-style-5 .vc-tabs-li:hover,
.aus_content_right .ctu-ulimate-style-5 .vc-tabs-li.active {
    background-color: #f8981c !important;
}

.aus_content_right .ctu-ulimate-style-5 {
    border: 0 none !important;
    /* float: none !important; */
    display: table;
    margin-left: auto;
    margin-right: auto;
}


.aus_content_right .ctu-ultimate-style-heading-5 {
    background-color: #015790 !important;
    color: #FFF;
}

.aus_content_right .ctu-ultimate-style-heading-5:hover,
.aus_content_right .ctu-ultimate-style-heading-5.active {
    background-color: #f8981c !important;
}

.aus_content_right .ctu-ultimate-style-heading-5 {
    border: 0 none !important;
    margin: 0;
}

.aus_content_right .oxi-addons-container {
    position: inherit !important;
    display: inherit !important;
}

.ctu-ulimate-style-5 .vc-tabs-li {
    display: inherit !important;
}

.width-30 {
    width: 30%;
    float: left;
}

.ctu-ulimate-style-5 .vc-tabs-li {
    padding: 15px !important;
    width: 63px !important;
    border: 0 none !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-right: 7px !important;
    margin-left: 7px !important;
    color: #fff !important;

}

.aus_content_right .ctu-ulimate-style-5 {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
    -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
}

.bulleted_list {
    display: block;
    font-size: 34px;
    line-height: .9;
    font-weight: bold;
}

.bulleted_list span {
    width: 30px;
    height: 30px;
    background: #000;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.bulleted_list_1:hover,
.bulleted_list_1 {
    color: #015790;
}

.bulleted_list_1 span {
    background: #015790;
}

.bulleted_list_2 span {
    background: #94c947;
}

.bulleted_list_2:hover,
.bulleted_list_2 {
    color: #94c947;
}

.bulleted_list_3 span {
    background: #f8981c;
}

.bulleted_list_3:hover,
.bulleted_list_3 {
    color: #f8981c;
}

.info[class] {
    display: none;
}

.smilesnap-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

/* Important: This class must be on the modal AND the SmileSnap container */
.smilesnap-modal-content {
    margin: auto;
    border: 1px solid #888;
    width: 500px;
    height: 650px;
}

#smilesnap-modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -35px;
    margin-right: -5px;
}

#smilesnap-modal-close:hover,
#smilesnap-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.boxzilla {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.boxzilla-close-icon {
    top: -26px !important;
    color: #f8981c !important;
    opacity: 1 !important;
}

.boxzilla.boxzilla-bottom-right {
    bottom: 50px !important;
}

.boxzilla.boxzilla-bottom-left {
    bottom: 50px !important;
    margin: 5px !important;
}

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


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

.page_title.cat-heading h1 {
    position: relative;
    color: #444343;
    margin-bottom: 50px;
    text-align: center;
    margin-top: 70px;
}

.nav-tabs {
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    margin: 0;
    padding: 0;
}

.nav-tabs>li>a {
    color: #212121;
    margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    border-left: 0 none;
    font-size: .8em;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #212121;
    background-color: #f8f8f8;
    border: 1px solid #e1e1e1;
    border-bottom-color: transparent;
    border-left: 0 none;
}

.tab-content {
    background-color: #f8f8f8;
    color: #212121;
    padding: 10px 19px;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.tab-pane {
    margin: 11px 0;
}

.tab-pane ul {
    list-style: disc outside;
    margin-left: 7px;
    margin-bottom: 20px;
}

.tab-pane ul li {
    color: #212121;
    margin-left: 1em;
    padding: 3px 0;
}

.nav-tabs-area {
    margin-top: 50px;
}

.title_sub_text {
    margin-bottom: 70px;
}

.title_sub_text p {
    text-align: center;
}

.phone_number a {
    font-style: normal;
    font-size: 15px;
    color: #000;
    position: relative;
    padding-left: 30px;
    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;
    margin-left: 15px;
    display: inline-block;
    font-weight: 500;
}

.featured_image {
    margin: 15px 16px;
}

.column-1 {
    width: 302px;
    float: left;
}

.column-2 {
    width: 125px;
    margin: 0 16px;
    float: left;
}

.column-7 {
    width: calc(100% - 302px);
    float: left;
}

.reguler-thumb {
    margin: 15px 0;
}

.column-full {
    width: 1244px;
    margin: 0 auto;
}

.reguler-thumb {
    border: 1px solid #999;
}

.page_content_top {
    margin-top: 70px;
    margin-bottom: 70px;
}


.page-content .envira-gallery-item-inner {
    border: 1px solid #eee !important;
    padding: 10px !important;
}

.margin-bottom-20 li {
    margin-bottom: 20px;
    margin-top: 15px;
}

.inbrace-icon {
    width: 90px;
    margin-top: 30px;
}

.margin-lr-30 {
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

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

.mainmenu ul li.mega-menu.two-column ul.sub-menu {
    width: 400px;
}

.mainmenu ul li.mega-menu.three-column ul.sub-menu {
    width: 630px;
}

.mainmenu ul li.mega-menu.four-column ul.sub-menu {
    width: 742px;
    left: -50px;
}

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

.mainmenu ul li.mega-menu.two-column ul.sub-menu li {
    width: 50%;
}

.mainmenu ul li.mega-menu.three-column ul.sub-menu li {
    width: 33%;
}

.mainmenu ul li.mega-menu.four-column ul.sub-menu li {
    width: 25%;
}

.mainmenu ul li.mega-menu ul.sub-menu ul.sub-menu {
    position: relative;
    right: inherit;
    left: inherit;
    top: inherit;
    width: auto;
    padding: 0;
    transform: inherit;
    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: #f8981c;
    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;
    display: block;
}

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

.modal-style.style-1 .awsm-modal-details h2 {
	margin: 0 0 10px;
}
.modal-style.style-1 .awsm-modal-details h3 {
	margin: 0 0 15px 0;
}

.welcome_row {
	border-bottom: 7px solid #8dc63f;
}
.lfaq img,
.early_consultation img {
	margin-bottom: 25px;
	border-radius: 1000px;
}
.lfaq p,
.lfaq li,
.welcome_title p,
.early_consultation p {
	font-size: 16px;
	line-height: 1.5;
}

.lfaq ul{
        margin: 0 0 .5em 2em;
}
.welcome_title p {
	font-style: italic;
    font-size: 17px;
}
.font-bold {
	color: #f8981c;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.25em;
}
.font-bold-2 {
	font-size: 2.4rem;
}
.sfc_btn {
	display: flex;
	justify-content: center;
}
.btn.btn--two {
	margin-right: 0;
}
.th_row {
    position: relative;
}
.new_top_bar {
	width: 100%;
	height: 50px;
	position: relative;
	background: #f8981c;
	color: #FFF;
}
.lp_heading {
	position: absolute;
	width: 100%;
	text-align: center;
}
.lp_heading a {
	font-size: 22px;
	line-height: 50px;
	color: #FFF;
	font-weight: bold;
}
.right_phone_number a.phn_number {
	font-size: 22px;
	line-height: 50px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #FFF;
}
.right_phone_number a.phn_number::before {
	display: none;
}
a.landing-btn {
	border: 1px solid;
	border-radius: 30px;
	font-weight: 700;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
	box-shadow: none;
	background-color: #8dc63f;
	border-color: #8dc63f;
	color: #FFF;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	line-height: 1;
	font-size: 15px;
	margin: 0 5px;
}
a.landing-btn:hover ,
a.landing-btn.landing-btn-two {
    background: #f8981c;
    border: 1px solid #f8981c;
    color: #FFF;
}
a.landing-btn.landing-btn-two:hover {
    background: #8dc63f;
    color: #FFF;
}
.ows_after_text p,
.lqaus_after_text p {
	font-weight: 700;
	text-align: center;
	font-style: italic;
	font-size: 16px;
    color: #f8981c;
}
.owss img {
    margin-top: 10px;
}
.owss p {
    font-size: 16px;
}

.our_brands_area {
    border-top: 1px solid rgba(68,68,68,0.15);
}
.ows-title.font-bold {
	background: #f8981c;
	color: #FFF;
	padding: 30px;
	display: inline-block;
}