/**
Theme Name: Searcy Family Dental
Author: Hung Nguyen
Author URI: https://imhungcom
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: jacobs
Template: astra
*/
@import 'https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css';
@import 'https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css';

html {
    font-family: 'Open Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 16px;
}
body{
    font-family: 'Open Sans', sans-serif;
    color: #050319;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
a, a:visited, a.btn-text {
    color: #1e855c;
    text-decoration: none;
}
a:hover, 
a.btn-text:hover, 
.faq-content ul.list-question li:hover:before, 
.dark-palette a:hover{
    color: #21cd88;
    text-decoration: none;
}
.transition, .transition:after {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
ul{
    padding-left: 20px;
    margin: 0 0 20px;
}

@media (min-width: 1222px){
    .container {
        max-width: 1200px;
    }
}
.site {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -ms-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
}
.site.left-menu:not(.open-menu) {
    left: 0px;
}
.site.left-menu.open-menu {
    left: 15.000rem;
}

.left-menu #toggle-menu {
    position: absolute;
    left: -15.000rem;
    background: #2b4882;
    width: 240px;
    height: 100%;
    box-sizing: border-box;
    z-index: 9;
}
#toggle-menu a.menu-title-bar {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-transform: uppercase;
    padding: 0.625rem 1.250rem;
    color: #fff;
    display: block;
    border-bottom: 1px solid #4d4d7e;
}
#toggle-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    display: none;
}
.left-menu #toggle-menu ul li {
    min-width: 15.000rem;
    width: 15.000rem;
    position: relative;
}
.left-menu #toggle-menu ul li .submenu-icon{
    display: none;
}
#toggle-menu ul li a {

    padding: 0.625rem 1.250rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 100;
    color: white;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #4d4d7e;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;

}
#toggle-menu ul li:hover a {
    background:rgba(0, 0, 0, .1);
}
#toggle-menu ul li > ul a:active, 
#toggle-menu ul li > ul a:focus, 
#toggle-menu ul li > ul a:hover {
    background: rgba(256, 256, 256, .2);
}
.left-menu #toggle-menu ul li.menu-item-has-children a::after, 
.left-menu #toggle-menu ul li li.menu-item-has-children a::after {

    content: "\f101";
    font-family: fontawesome;
    float: right;

}
.close-icon {
    display: none;
    float: right;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mg0{
    margin: 0 !important;
}

/*-----------------------*\
    BUTTON
\*-----------------------*/
a.btn-default-light{
    color: #fff;
    background: -webkit-linear-gradient(bottom, rgba(83, 166, 134, .9), rgba(23, 134, 91, .3));
    background: -o-linear-gradient(bottom, rgba(83, 166, 134, .9), rgba(23, 134, 91, .3));
    background: -moz-linear-gradient(bottom, rgba(83, 166, 134, .9), rgba(23, 134, 91, .3));
    background: linear-gradient(to bottom, rgba(83, 166, 134, .9), rgba(23, 134, 91, .3));
    background-color: #17865b;
    font-weight: 700;
    font-size: 1.125rem;
    text-shadow: 1px 1px 1px #213148;
    padding: 0.625rem 1.438rem 0.625rem 1.438rem;
    position : relative ;

}
a.btn-default-light:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease-out;
    z-index: 2;
    opacity: 0;
    border-radius: 4px;
    margin-left: 0;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-backface-visibility: hidden !important;
    -webkit-font-smoothing: antialiased;
    background: -webkit-linear-gradient(bottom, rgba(16, 134, 106, .9), rgba(17, 101, 68, .3));
    background: -o-linear-gradient(bottom, rgba(16, 134, 106, .9), rgba(17, 101, 68, .3));
    background: -moz-linear-gradient(bottom, rgba(16, 134, 106, .9), rgba(17, 101, 68, .3));
    background: linear-gradient(to bottom, rgba(16, 134, 106, .9), rgba(17, 101, 68, .3));
    background-color: #116544;
    color: #fff !important;
}
a.btn-default-light:hover:after{
    opacity: 1;
}


.popup-video.transition{
    background: transparent;
    font-size: 24px;
    padding: 10px 0 10px 0;
    float: none;
    font-weight: 700;
    text-transform: capitalize;

}



a.btn-flat-dark{
    background: -webkit-linear-gradient(bottom, rgba(83, 166, 134, .9), rgba(23, 134, 91, .3));
    background: -o-linear-gradient(bottom, rgba(83, 166, 134, .9), rgba(23, 134, 91, .3));
    background: -moz-linear-gradient(bottom, rgba(83, 166, 134, .9), rgba(23, 134, 91, .3));
    background: linear-gradient(to bottom, rgba(83, 166, 134, .9), rgba(23, 134, 91, .3));
    background-color: #17865b;
    text-transform: capitalize;
    padding: 10px 23px;
    border-radius: 4px;
    position: relative;
    margin: 0.813rem 0 0.625rem 0;
    display: block;
    color: #fff;
    font-weight: 700;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}
a.btn-flat-dark:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease-out;
    z-index: 2;
    opacity: 0;
    border-radius: 4px;
    margin-left: 0;
        background: -webkit-linear-gradient(bottom, rgba(16, 134, 106, .9), rgba(17, 101, 68, .3));
    background: -o-linear-gradient(bottom, rgba(16, 134, 106, .9), rgba(17, 101, 68, .3));
    background: -moz-linear-gradient(bottom, rgba(16, 134, 106, .9), rgba(17, 101, 68, .3));
    background: linear-gradient(to bottom, rgba(16, 134, 106, .9), rgba(17, 101, 68, .3));
    background-color: #116544;
    color: #fff !important;
}
a.btn-flat-dark:hover:after{
    opacity: 1;
}
a.btn-flat-dark span{
    position : relative ;
    z-index: 4;
}
/*==================================================
>>> HEADER     
==================================================*/
#menu-toggle{
    display: none;
}
.top-header-wrapper{
    background: #2D4980;
    padding: 5px 4px;
}
.top-header-wrapper .left-wrapper span{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 6px;
}
.top-header-wrapper .left-wrapper span a{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
    opacity: .8;
}
.top-header-wrapper .left-wrapper span:after {
    content: "";
    background: #ccc;
    width: 1px;
    height: 13px;
    position: absolute;
    top: 50%;
    margin-left: 8px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.top-header-wrapper .right-wrapper{
    text-align: right;
}

.top-header-wrapper .right-wrapper > a.btn-text,
.top-header-wrapper .right-wrapper > a.calendar,
.top-header-wrapper .right-wrapper > address,
.header-search{
    display: none;
}


/*-----------------------*\
    SEARCH
\*-----------------------*/
.top-header-wrapper .right-wrapper .swm-search {
    display: inline-block;
    width: auto;
    padding-left: 6px;
    margin: 0;
    line-height: 0;
}
.top-header-wrapper .right-wrapper .swm-search a{
    position: relative;
    top: 2px;
    margin: 0 2px;
    color: #1e855c;
}
.top-header-wrapper .right-wrapper .swm-search a:before{
    content: "\f002";
    font: normal normal normal 24px/1 FontAwesome ;
    color: #FFF;
    font-size: 19px;
}
.top-header-wrapper .right-wrapper .swm-search-wrapper{
    background: #2D4980;
    top: 28px;
    position: absolute;
    right: 0;
    z-index: 999;
    padding: 10px 10px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.swm-search-wrapper .search-form-container {
    float: right;
}
.swm-search-wrapper .search-form-container input{
    margin-bottom: 0.625rem;
    max-width: 700px;
    border: 1px solid #D0D0D0;
        float: left;
    height: 38px;
    -webkit-appearance: none !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border: 1px solid #BBBBBB;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    line-height: 0;
}
.swm-search-wrapper .search-submit {
    background: #17865b;
    float: left;
    display: block;
    height: 38px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: initial;
    border: 0;
    padding: 0 0.625rem;
    color: #050319;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.swm-search-wrapper .search-submit .screen-reader-text {
    display: block;
    color: #fff;
    clip-path: inherit;
    overflow: visible;
    position: relative;
    width: auto;
    top: auto;
    height: auto;
}


.header-wrapper .site-branding{
    display: inline-block !important;
    position: absolute;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    top: 50%;
    /* left: 0; */
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 999;
}
.header-wrapper .site-branding .logo {
    width: 100%;
    max-width: 200px;
}


.contact-details {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 !important;
    text-align: right;
}
.contact-details a.btn-text.large,
.top-header-wrapper .right-wrapper .disable-tel{
    color: #050319;
    font-size: 19px;
    display: block;
}
.contact-details span.call-today,
.top-header-wrapper .right-wrapper .disable-tel  span.call-today{
    margin-right: 5px;
    font-size: 17px;
    color: #050319;
    font-weight: 400;
}
.contact-details i.fa.fa-mobile ,
.top-header-wrapper .right-wrapper .disable-tel i.fa.fa-mobile{
    margin-right: 5px;
}

address {
    font-size: 13px;
    margin-top: 0.038rem;
    color: #050319 !important;
    line-height: 1.125rem;
}

address a{
    line-height: 21px;
    color: #050319;
    transition: all .3s ease !important;
    position : relative ;
}
address a:after{
    content: "\f041";
    font-family: FontAwesome;
    font-size: 1rem;
    margin-left: 0.313rem;
    color: #050319;
    transition: all .3s ease;
}

a.calendar{
    background: -webkit-linear-gradient(bottom, rgba(83, 166, 134, .9), rgba(23, 134, 91, .3));
    background: -o-linear-gradient(bottom, rgba(83, 166, 134, .9), rgba(23, 134, 91, .3));
    background: -moz-linear-gradient(bottom, rgba(83, 166, 134, .9), rgba(23, 134, 91, .3));
    background: linear-gradient(to bottom, rgba(83, 166, 134, .9), rgba(23, 134, 91, .3));
    background-color: #17865b;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    padding: 0.213rem 0.738rem;
    margin: 0.313rem 0 0.313rem 0;
    text-shadow: 1px 1px 1px #213148;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
    display: inline-block;
}
a.calendar:before{
    font: normal normal normal 15px/1 FontAwesome;
    color: #fff;
    margin-right: 1px;
    color: #fff;
    content: "\f274";
    margin-right: 6px;
}
a.calendar.btn-default-light{
    font-size: 18px;
    line-height: 24px;
    padding: 10px 16px;
}
a.calendar.btn-default-light:before{
    z-index: 3;
    font-size: 24px;
    position : relative ;
}
a.disable-tel{
    font-weight: 700;
}
a.calendar span{
    position : relative ;
    z-index: 3;
}



#site-navigation{
    height: 48px;
    background: #2b4882;
    width: 100%;
    float: left;
}
#site-navigation ul#primary-menu{
    margin: 0;
    list-style: none;
    text-align: left;
}
#site-navigation ul#primary-menu > li{
    display: inline-block;
    position: relative;
    float: left;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#site-navigation ul#primary-menu li a{
    text-decoration: none;
}
#site-navigation ul#primary-menu > li > a{
    font-size: 15px;
    font-weight: 700;
    padding: 0.75rem 0.563rem;
    color: #fff;
    line-height: 1.5rem;
    position : relative ;
    display: block;
}

#site-navigation ul#primary-menu > li > a:after{
    content: "";
    width: 1px;
    height: 24px;
    top: 50%;
    left: 0;
    opacity: 1;
    background: white;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#site-navigation ul#primary-menu > li:hover{
    background-color: #5575b5;
}
#site-navigation ul#primary-menu > li.menu-item-has-children > a{
    padding-right: 2.063rem;
}
#site-navigation ul#primary-menu > li.menu-item-has-children:before{
    content: "\f078";
    font-family: FontAwesome;
    width: 25px;
    float: right;
    padding-top: 12px;
    color: #fff;
}
#site-navigation ul#primary-menu > li.menu-item-has-children:hover > .sub-menu{
    display: inline-block;
}


#site-navigation ul#primary-menu > li > .sub-menu,
#site-navigation ul#primary-menu > li > .sub-menu > li > .sub-menu{
    display: none;
    position: absolute;
    margin-left: 0;
    padding: 0;
    height: auto;
    min-width: 290px;
    left: 0;
    z-index: 99999;
    background: #2b4882;
}

#site-navigation ul#primary-menu > li > .sub-menu > li {
    background: #5575b5;
    position : relative ;
}
#site-navigation ul#primary-menu > li > .sub-menu > li > a,
#site-navigation ul#primary-menu > li > .sub-menu > li > .sub-menu > li > a{
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 0.1875rem 2.063rem 0.1875rem 0.750rem;
    display: block;
    cursor: pointer;
}

#site-navigation ul#primary-menu > li > .sub-menu > li:hover > a{
    background: #7e9cda;
}


#site-navigation ul#primary-menu > li > .sub-menu > li > .sub-menu{
    background: #7e9cda;
}
#site-navigation ul#primary-menu > li > .sub-menu > li:hover > .sub-menu{
    display: inline-block;
    top: 0;
    left: 290px;
}

#site-navigation ul#primary-menu > li > .sub-menu > li > .sub-menu > li:hover > a{
    background: #5575b5;
}


#masthead{
    background: #fff;
}
#masthead.is_stuck{
    bottom: auto !important;
    top: 0 !important;
    position: fixed !important;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1);
    border-bottom: 2px solid #7f83ae;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#masthead.is_stuck .top-header-wrapper{
    /*display: none;*/
}
#masthead.is_stuck .logo {
    max-width: 150px;
    width: 150px;
    padding-top: 0px;
    margin: 0 !important;
}

#masthead.is_stuck address{
    display: none;
}
/*==================================================
>>> FOOTER     
==================================================*/
section.review-us-all-compact{
    padding-bottom: 120px;
    background: #2d4981;
    background: -moz-linear-gradient(top, 0%, #2d4981 100%);
    background: -webkit-linear-gradient(top, 0%, #2d4981 100%);
    background: linear-gradient(to bottom, 0%, #2d4981 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=, ,endColorstr=#2d4981,GradientType=0);
    color: #fff;
    text-align: center;
}
.review-us-all-compact .container {
    width: 100%;
    padding-top: 70px;
}
.review-us-all-compact .read-review {
    border-right: 1px solid #ffffff;
    width: auto;
    float: none;
    display: inline-block;
}
.review-us-all-compact .read-review a {
    color: #fff;
    display: inline-block;
    padding-right: 24px;
    text-decoration: underline;
        font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
}
.review-us-all-compact .rate-us {
    display: inline-block;
    text-align: left;
    float: none;
    width: auto;
    top: 6px;
}
.review-us-all-compact .rate-us span {
    color: #fff;
    display: inline-block;
    vertical-align: super;
    padding-left: 24px;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
}
.rating {
    direction: rtl;
    margin-right: 2px;
    display: block;
    text-align: center;
    margin-top: 3px;
    display: inline-block;
    margin-left: 14px;
}
.rating > a, .rating > a:before {
    color: #ffffff;
    display: inline-block;
    position: relative;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    text-decoration: none;
    line-height: 34px;
    padding: 0;
    font-size: 44px;
    font-size: 2.75rem;
}
.rating>a:before {
    content: "\f005";
}
.rating > a:hover:before, 
.rating > a:hover ~ a:before {
    color: #edd500;
}
/*-----------------------*\
    
\*-----------------------*/
section.contact-info-bar{
    background: #eefff7;
}
.contact-info-bar .appointment-box {
    background-color: #fff;
    width: 100%;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    z-index: 2;
        margin-top: -50px;
}
.contact-info-bar .appointment-box .title {
    color: #050319;
    margin-bottom: 20px;
        font-size: 1.5rem;
    font-weight: 700;
    line-height: 32px;
    display: block;
}
.contact-info-bar .appointment-box a.btn-text.large{
    color: #15865b;
    margin: 5px 10px;
    vertical-align: middle;
        font-size: 36px;
    font-size: 2.25rem;
    font-weight: 700;
    border: 0;
    display: inline-block;
}
.contact-info-bar .appointment-box a.btn-default-dark{
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 23px;
    margin: 5px 10px;
    vertical-align: middle;
}
.contact-info-bar .appointment-box a.btn-default-dark.calendar:before {
    font-size: 1.5rem;
}

a.btn-default-dark::after{
    background: -webkit-linear-gradient(bottom, rgba(16, 134, 106, .9), rgba(17, 101, 68, .3));
    background: -o-linear-gradient(bottom, rgba(16, 134, 106, .9), rgba(17, 101, 68, .3));
    background: -moz-linear-gradient(bottom, rgba(16, 134, 106, .9), rgba(17, 101, 68, .3));
    background: linear-gradient(to bottom, rgba(16, 134, 106, .9), rgba(17, 101, 68, .3));
    background-color: #116544;
    color: #fff !important;
        position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease-out;
    z-index: 2;
    opacity: 0;
    border-radius: 4px;
    margin-left: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54b8e1', endColorstr='#1c8dbb', GradientType=0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-backface-visibility: hidden !important;
    -webkit-font-smoothing: antialiased;
}
a.btn-default-dark:hover{
    text-decoration: none;
}
a.btn-default-dark:hover:after{
    opacity: 1;
}
a.btn-default-dark span{
    position : relative ;
    z-index: 3;
}
a.btn-default-dark:before{
        position: relative;
    z-index: 3;
}

.contact-info-bar .appointment-box .footer {
    display: block;
    margin-top: 25px;
}
.contact-info-bar .appointment-box address {
    font-size: 1rem;
    color: #050319;
    float: none;
    width: 100%;
    padding-right: 0%;
    text-align: center;
    margin: 0 0 1.5rem;
    clear: both;
}
.contact-info-bar .appointment-box .schedule-box {
    width: auto;
    display: block;
    text-align: center;
    margin: 0;
}
.contact-info-bar .appointment-box .schedule ul.swm-bh.short {
    width: auto !important;
    column-gap: 30px;
    display: inline-block;
    text-align: center;
    margin: 0;
    padding-left: 6%;
    list-style: none;
    column-count: 4;
}
.contact-info-bar .appointment-box .schedule ul li{
    color: #050319;
    font-size: 0.75rem;
    white-space: nowrap;
    line-height: 1.2rem;
    text-align: left;
}
.contact-info-bar .appointment-box .schedule ul li .day{
    text-align: right;
    width: 45px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 0.500rem;
}
.contact-info-bar .appointment-box .schedule ul li .time{
    font-weight: 400;
    text-align: left;
    float: none;
    display: inline;
}
/*-----------------------*\
    
\*-----------------------*/
.footer-container {
    background: #2b4882;
    padding: 50px 0 0 0;
}
.footer-container .widget {
    padding: 0 10px;
}
.footer-container .col-container{
    margin-bottom: 50px;
}
.footer-container .col-container .col-md-3 {
    border-right: 1px solid #9999cc;
}
.footer-container .col-container .col-md-3:last-child{
    border:none;
}
.footer-container .widget .widget {
    padding: 0;
}
/*-----------------------*\
    WIDGET 1
\*-----------------------*/
.footer-container .site-branding{
    margin: 1.575rem 0 1.875rem 0;
}
.footer-container .appointment-box .title {
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff;
    font-weight: 700;
    display: inline-block;
}
.footer-container .appointment-box span.tel {
    margin: 10px 0 4px 0;
    display: block;
}
.footer-container .appointment-box span.tel a{
    font-size: 22px;
    font-size: 1.375rem;
    color: #fff;
}

/*-----------------------*\
    WIDGET 2
\*-----------------------*/
.footer-container .widget h4 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    text-align: left;
    line-height: 20px;
    margin-bottom: 14px;
}
.footer-container .widget .location h4:before {
    content: "\f041";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 6px;
}
.footer-container .widget address{
    font-weight: 700;
    font-size: 0.875rem;
    color: #4d4d7e;
    line-height: 16px;
}
.footer-container .widget address a:after{
    display: none;
}
/*-----------------------*\
    WIDGET 3
\*-----------------------*/
.footer-container .widget .office-hours h4:before {
    content: "\f017";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 6px;
}
.footer-container .widget .office-hours .schedule {
    color: #fff;
}
.footer-container .widget .office-hours .schedule ul li {
    display: block;
    float: none;
}
.footer-container .widget .office-hours .schedule ul li span.day {
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    min-width: 100px;
    display: inline-block;
    margin-right: 8px;
    color: #fff;
}
.footer-container .widget .office-hours .schedule ul li span.time {
    text-align: right;
    display: inline-block;
    font-size: 0.8rem;
}
/*-----------------------*\
    WIDGET 4
\*-----------------------*/
.footer-container .widget .latest-blogs h4:before {
    content: "\f1ea";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 6px;
    font-weight: 400;
}
.footer-container .widget .blog-item {
    margin-bottom: 10px;
}
.footer-container .widget .latest-blogs .title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 700;
    color: #fff;
    display: inline-block;
}
.footer-container .widget .latest-blogs .title a{
    color: #56A884;
}
.footer-container .widget .latest-blogs p {
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 2px;
}
.footer-container .widget .latest-blogs a.read-more-arrow-right {
    color: #56A884;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    /* display: block; */
    text-align: right;
}
.footer-container .widget .latest-blogs a.read-more-arrow-right:after{
    color: #56A884;
    content: "\f138";
    font: normal normal normal 12px/1 FontAwesome !important;
    margin-left: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    content: "\f138";
    margin-left: 0.313rem;
}
.display-block{
    display: block;
}
/*-----------------------*\
    FOOTER MENU
\*-----------------------*/
.footer-menu-container {
    margin-bottom: 10px;
    width: 100%;
}
.footer-menu-container ul.menu {
    text-align: center;
    margin-bottom: 20px;
    margin: 0;
    list-style: none;
}
footer .footer-menu-container ul.menu li.menu-item {
    border-right: 1px solid #fff;
    padding: 3px 0;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.footer-menu-container ul.menu li a {
    background: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 10px;
    margin: 0 10px;
    padding: 0;
    border: 0;
    color: #fff;
    display: block;
}


.copyright {
    text-align: center;
}
.copyright p {
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 3px;
    line-height: 20px;
}
.copyright p a {
    color: #fff;
    padding: 0 4px;
}
.privacy-section{
    width: 100%;
}
.privacy-section .privacy-holder {
    text-align: center;
    padding: 0 15px 20px 15px;
}
.privacy-section .privacy-holder p {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    margin: 0;
}
.privacy-holder span.disclaimer {
    display: inline-block;
    font-size: 0.75rem;
    color: #fff;
}

/*==================================================
>>> SOCIAL MENU     
==================================================*/
.social-icon-container{
    display: inline-block;
    text-align: right;
}
.social-icon-container ul{
    margin:0 5px 0 0;
    width: auto;
    list-style-type: none;
    padding: 0;
    text-align: left;
    display: inline-block;
}
.social-icon-container ul li {
    margin-top: 0;
    line-height: 0;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.social-icon-container ul li a {
    color: #116544;
    background-color: #fff;
    height: 17px;
    width: 17px;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    line-height: 17px;
}




/*==================================================
>>> HOMEPAGE     
==================================================*/
.all-services ul{
    column-rule-width: 1px;
    column-rule-style: solid;
    -moz-column-count: 4;
    -moz-column-gap: 40px;
    -moz-column-rule-style: outset;
    -moz-column-rule-width: 1px;
    -moz-column-rule-style: solid;
    -moz-column-rule-color: #9297c0;
    column-count: 4;
    column-gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    column-rule-color: #fffffd;
}
.all-services ul li{
    list-style-position: inside;
    padding-left: 1.7em;
    margin-bottom: 6px;
}


.featured-services-item .elementor-image-box-img img{
    width: 100%;
}
.featured-services-item .elementor-image-box-content{
    padding: 10px 33px 25px 33px;
    min-height: 200px;
}
.featured-services-item .elementor-image-box-content span{
    display: block;
}
.featured-services-item .elementor-image-box-content a{
    clear: both;
    display: inline-block;
}
/*-----------------------*\
    
\*-----------------------*/
.featured-links-list{
    height: 154px;
        background: -webkit-linear-gradient(top, #53a686 20%, #17865b 80%);
    background: -webkit-linear-gradient(top, #53a686 0%, #17865b 100%);
    background: linear-gradient(to bottom, #53a686 0%, #17865b 100%);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    display: block;
    float: left;
    position: relative;
}
.featured-links-list:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9297c0', endColorstr='#6f739f', GradientType=0);
    transition: opacity 0.5s ease-out;
    z-index: 2;
    opacity: 0;
    background: -webkit-linear-gradient(top, #17865b 20%, #53a686 80%);
    background: -webkit-linear-gradient(top, #17865b 0%, #53a686 100%);
    background: linear-gradient(to bottom, #17865b 0%, #53a686 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17865b', endColorstr='#53a686', GradientType=0);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.featured-links-list:hover:after{
    opacity: 1;
}
.featured-links-list a.elementor-button-link{
    font-size: 1.5rem;
    font-weight: 700;
    padding: 35px 0 40px 0;
    width: 100%;
    display: block;
    float: left;
    height: 100%;
    position: relative;
    z-index: 4;
    background-color: inherit;
    color: #fff;
}
.featured-links-list a.elementor-button-link > span{
    display: block;
}
.featured-links-list a.elementor-button-link .elementor-button-icon{
        display: block;
    color: #fff;
    font-size: 50px;
    font-size: 3.125rem;
    margin-bottom: 5px;
    text-shadow: rgb(69, 71, 115) 1px -1px 0px;
}


/*==================================================
>>> PAGE     
==================================================*/
#page-top-phone i{
    font-size: 24px;
}
#page-top-phone .elementor-button-icon{
    position: relative;
    top: -4px;
    margin-right: 10px;
}
.wgl-entry-content h3{
    font-size: 2rem;
    line-height: 2.375rem;
    margin-bottom: 0.875rem;
    margin-top: 1.875rem;
    display: table;
    color: #050319;
    font-weight: 700;
}
.wgl-entry-content a{
    font-weight: 700;
}
.wgl-entry-content-new .video-wrapper {
    margin-bottom: 10px;
}


.wgl-entry-content > .elementor-column-wrap > .elementor-widget-wrap{
    display: block;
}

.wgl-entry-content ul{
    padding-left: 20px;
    margin-left: 0.625rem;
    margin-bottom: 1.250rem;
    left: 30px;
    position: relative;
}
.wgl-entry-content ul.link-list{
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    position: relative;
    left: 30px;
    margin-top: 20px;
    list-style: none;
}
.wgl-entry-content ul.link-list li{
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
}
.wgl-entry-content ul.link-list li a {
    font-weight: 700;
}
.wgl-entry-content ul.link-list li i {
    margin-right: 5px;
}

#popup-wrap{
    position : relative ;
    float: right;
    width: auto;
    clear: left;
    z-index: 9;
    margin-left: 20px;
}
#popup-wrap.fl-left{
    float: left;
    margin-left: 0;
}
#popup-wrap .popup-image,
.testimonial-video .popup-image{
    width: auto;
}

#popup-wrap .popup-image .wp-caption figcaption,
.testimonial-video .popup-image .wp-caption figcaption{
    position: absolute;
    bottom: 30px;
    text-align: left;
    left: 10px;
    color: #fff;
    opacity: 0;
    padding-right: 65px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#popup-wrap .popup-image:hover .wp-caption figcaption,
.testimonial-video .popup-image:hover .wp-caption figcaption{
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#popup-wrap .popup-image a:after,
.testimonial-video .popup-image a:after{
    content: '';
    position : absolute ;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.testimonial-video .popup-image a:after{
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
}
/*.testimonial-video .popup-image a:hover:after{
    
}*/
#popup-wrap .popup-image a:before,
.testimonial-video .popup-image a:before
#popup-wrap .popup-image a:before{
    content: '';
    position : absolute ;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#popup-wrap .popup-image .wp-caption:hover a:after,
#popup-wrap .popup-image .wp-caption:hover a:before{
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.testimonial-video .popup-image .wp-caption:hover a:after{
    background: rgba(0, 0, 0, 0.2);
}
#popup-wrap .popup-image .wp-caption:before,
.testimonial-video .popup-image .wp-caption:before{
    content: "\f144";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    bottom: 33px;
    right: 10px;
    font-size: 51px;
    color: #fff;
    z-index: 9;
    opacity: .6;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#popup-wrap .popup-image .wp-caption:hover:before{
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.testimonial-video .popup-image .wp-caption:before{
    opacity: 1;
}
#popup-wrap #poppop,
.testimonial-video .popup-content{
    display: none;
}

body.elementor-editor-active #popup-wrap #poppop,
body.elementor-editor-active .testimonial-video .popup-content{
    display: block;
}

.popup-content{
    max-width: 960px;
    padding: 1.750rem;
    background: #fff;
    max-height: 503px;
    overflow: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    color: #050319;
}

.popup-text{
    position : absolute ;
    bottom: 0;
    
}
.popup-text a{
    width: 100% !important;
}
.popup-text a:hover{
    background-color: #126e4b !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}





.video-wrapper{
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}
.video-wrapper .video-inner {
    display: inline-block !important;
}
.video-wrapper .popup-video i.play-icon {
    color: #fff;
    opacity: 0.6;
    background: none !important;
    filter: none;
    box-shadow: none;
    font-size: 48px;
    font-size: 3.188rem !important;
    padding: 0;
    right: 2%;
    position: absolute;
    z-index: 998;
    border-radius: 50%;
    font-size: 3.188rem !important;
    width: 1.75rem;
    height: 1.75rem;
    bottom: 0;
    left: unset;
    top: unset;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-wrapper .popup-video i.play-icon:before {
    position: absolute;
    top: 50%;
    left: 55%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-wrapper .popup-video:hover i.play-icon {
    opacity: 1;
}
.video-wrapper .popup-video .video-title-v2 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    font-weight: 400;
    bottom: 20px;
    left: 0;
    top: auto;
    padding: 0;
    font-size: 16px;
    line-height: 21px;
    height: auto;
    position: absolute;
    color: #fff;
    z-index: 999;
    display: block;
    width: 100%;
}
.video-wrapper .popup-video:hover .video-title-v2{
    opacity: 1;
}
.video-wrapper .video-title-v2 .tbl-cell {
    padding-left: 10px;
    padding-right: 65px;
    text-align: left;
    line-height: 1.4em;
    display: block;
}

.video-wrapper .popup-video{
    display: inline-block;
    position: relative;
    overflow: hidden;
    float: left;
    vertical-align: middle;
    padding: 0;
    z-index: 3;
}
.video-wrapper .popup-video:after{
    content: '';
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.video-wrapper .popup-video:hover:after{
    background: rgba(0, 0, 0, 0.7);
}
.video-wrapper .popup-video img{
    width: auto;
    max-width: 100%;
}




.question-content h1{
    font-size: 28px;
    line-height: 1;
}

.list-question ul{
    left: 0;
}
.list-question ul li:before{
    content: "Q: ";
    font-weight: 700;
    color: #0054a0;
    color: #1e855c;
}


.offer-event .elementor-icon-box-wrapper:before{
    content: "";
    font-family: FontAwesome;
    position: absolute;
    background-color: #5170af;
    width: 45px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px 0 0 4px;
}
.offer-event .elementor-icon-box-wrapper .elementor-icon-box-icon{
        background-color: #5170af;
    color: #e1e4f2;
    border-radius: 50%;
    padding: 15px;
    height: 60px;
    width: 60px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 27px;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    bottom: unset;
    left: unset;
    right: unset;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.offer-event .elementor-icon-box-wrapper .elementor-icon-box-content{
    padding:20px 20px 20px 80px;
}
.offer-event .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title{
    margin-top: 0;
}
.offer-event .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description b{
    display: block;
    font-size: 16px;
    margin: 15px 0 10px 0;
}

.offer-event .elementor-icon-box-wrapper .elementor-icon-box-content i{
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 0.875rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #cfd4eb;
    margin-top: 15px;
}

.feedback-content ul{
    left: 0;
}
.feedback-content ul li {
    display: inline-block;
    width: 40px;
}



.testimonial-featured-slider .elementor-slide-description{
    position : relative ;
    margin-bottom: 0;
}
.testimonial-featured-slider .elementor-slide-description:after{
        content: ' * ';
    color: inherit;
}
.testimonial-featured-slider .elementor-slide-description:before{
        content: "\f10d";
    font-family: FontAwesome;
    font-size: 44px;
    font-size: 2.75rem;
    display: block;
    line-height: 44px;
    color: #fff;
}

.testimonial-featured-slider .elementor-slide-button{
    float: right;
    position : relative ;
}
.testimonial-featured-slider .elementor-slide-button:before{
    content: '\f10e';
    font-family: fontawesome;
    display: block;
    position: relative;
    font-size: 44px;
    font-size: 2.75rem;
    display: block;
    line-height: 44px;
    color: #fff;
    margin-bottom: 20px;
}








.blogs-wrapp article{
    padding-bottom: 1.875rem !important;
    border-bottom: 1px dashed #BDBEC0 !important;
}
.blogs-wrapp article .elementor-post__meta-data{
    font-size: 18px;
    line-height: 24px;
}
.blogs-wrapp article .elementor-post__meta-data:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f073";
}   
/*==================================================
>>> RESPONSIVE DEVICE     
==================================================*/


@media (min-width: 1360px) and (max-width: 1600px) {

}

@media (min-width: 1200px) and (max-width: 1359px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {


    /*-----------------------*\
        NAVIGATION
    \*-----------------------*/
    #menu-toggle{
        position: fixed;
        top: 0;
        display: block;
        background:transparent !important;
        margin: 0 7px;
        color: #fff;
        padding: 5px 10px;
        border-radius: 3px;
        z-index: 9999;
        font-size: 1.5rem;
        font-weight: 700;
        cursor: pointer;
    }
    #menu-toggle span{
        display: none;
    }

    .site.left-menu.open-menu {
        left: 15.000rem;
    }
    .left-menu #toggle-menu{
        width: 240px;
        height: 100%;
        background: #2b4882;
    }

    body #page.left-menu.open-menu #toggle-menu {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    body #page.left-menu #toggle-menu {

        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /*min-width: 100%;*/
        overflow: auto;
        z-index: 10000;
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;

    }

    .left-menu.open-menu #toggle-menu ul {
        display: initial;
    }
    .open-menu .close-icon {
        display: initial;
    }
    /*-----------------------*\
        HEADER
    \*-----------------------*/
    .top-header-wrapper .left-wrapper,
    .top-header-wrapper .right-wrapper .social-icon-container,
    #site-navigation{
        display: none;
    }
    .top-header-wrapper .right-wrapper{
        max-width: 100%;
        flex:0 0 100%;
        display: inline-block;
    }
    .top-header-wrapper .right-wrapper .disable-tel{
        display: block !important;
        color: #fff;
    }
    .top-header-wrapper .right-wrapper .disable-tel span.call-today{
        display: none;
    }
    .contact-details a.btn-text.large, 
    .top-header-wrapper .right-wrapper .disable-tel,
    .contact-details address{
        display: none;
    }
    .site-branding .logo{
        max-width: 100px !important;
        width: 100px !important;
        margin: 0 !important;
    }

    .header-wrapper .container{
        max-width: 100%;
    }
    /*.header-wrapper .header-matchheight{
        padding: 0;
    }*/

    /*-----------------------*\
        FOOTER
    \*-----------------------*/
    .review-us-all-compact .read-review{
        border-right: 0;
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: center;
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .review-us-all-compact .rate-us {
        display: block;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        float: none;
        max-width: 100%;
    }

    .footer-container .site-branding{
        display: none;
    }


    .footer-container .col-container .col-md-3 {
        display: block;
        border-right: 1px solid #9297c0;
        float: left;
        width: 50%;
        max-width: 50%;
        flex:0 0 50%;
        padding: 0 5%;
        padding-bottom: 0px;
        padding-left: 5%;
        padding-bottom: 40px;
        margin-bottom: 20px;

    }
    .footer-container .col-container .col-md-3:nth-child(2n){
        border: 0;
        padding-right: 0;
    }
    .footer-container .col-container .col-md-3:nth-child(2) h4{
        display: none;
    }

    /*-----------------------*\
        HOMEPAGE
    \*-----------------------*/
    .featured-links-list a.elementor-button-link{
        font-size: 20px;
        padding: 30px 0 25px 0;
    }

    .all-services ul{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        column-rule-style: solid;
        column-rule-width: 1px;
        padding: 0 10% !important;
    }
    .all-services ul li{
        margin-bottom: 10px;
    }
    .all-services ul li a span{
        font-size: 14px;
        color: #56a884;
        font-size: 0.875rem;
        margin-left: 1rem;
        line-height: 16px;
    }

   /* .elementor-container{
        max-width: 750px !important;
    }*/

    /*-----------------------*\
        PAGE
    \*-----------------------*/
    /*.top-page-section{
        padding: 50px 0;
    }
    .top-page-section .left,
    .top-page-section .right{
        width: 100% !important;
        text-align: center;
    }

    .top-page-section .left ul.innerpage-banner-list{
        text-align: left;
        margin: 0 16%;
    }*/
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    /*-----------------------*\
        NAVIGATION
    \*-----------------------*/
    #menu-toggle{
        position: fixed;
        top: 0;
        display: block;
        background:transparent !important;
        margin: 0 7px;
        color: #fff;
        padding: 5px 10px;
        border-radius: 3px;
        z-index: 9999;
        font-size: 1.5rem;
        font-weight: 700;
        cursor: pointer;
    }
    #menu-toggle span{
        display: none;
    }

    .site.left-menu.open-menu {
        left: 15.000rem;
    }
    .left-menu #toggle-menu{
        width: 240px;
        height: 100%;
        background: #2b4882;
    }

    body #page.left-menu.open-menu #toggle-menu {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    body #page.left-menu #toggle-menu {

        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /*min-width: 100%;*/
        overflow: auto;
        z-index: 10000;
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;

    }

    .left-menu.open-menu #toggle-menu ul {
        display: initial;
    }
    .open-menu .close-icon {
        display: initial;
    }
    /*-----------------------*\
        HEADER
    \*-----------------------*/
    .top-header-wrapper .left-wrapper,
    .top-header-wrapper .right-wrapper .social-icon-container,
    #site-navigation{
        display: none;
    }
    .top-header-wrapper .right-wrapper{
        max-width: 100%;
        flex:0 0 100%;
        display: inline-block;
    }
    .top-header-wrapper .right-wrapper .disable-tel{
        display: inline-block !important;
        color: #fff;
    }
    .top-header-wrapper .right-wrapper .swm-search{
        top: -3px;
        position: relative;
    }
    .top-header-wrapper .right-wrapper .disable-tel span.call-today{
        display: none;
    }
    .contact-details a.btn-text.large, 
    .top-header-wrapper .right-wrapper .disable-tel,
    .contact-details address{
        display: none;
    }
    .site-branding .logo{
        max-width: 100px !important;
        width: 100px !important;
        margin: 0 !important;
    }

    .header-wrapper .container{
        max-width: 100%;
    }
    /*.header-wrapper .header-matchheight{
        padding: 0;
    }*/
    .header-wrapper .site-branding{
        top: 10px;
        transform: none;
    }
    .left-menu #toggle-menu ul li.menu-item-has-children li a::after, 
    .left-menu #toggle-menu ul li li.menu-item-has-children li a::after, 
    .left-menu #toggle-menu ul li li li.menu-item-has-children li a::after, 
    .right-menu #toggle-menu ul li li li.menu-item-has-children li a::after {

        content: "";

    }
    /*-----------------------*\
        FOOTER
    \*-----------------------*/
    .contact-info-bar{
        display: none;
    }
    .review-us-all-compact .read-review{
        border-right: 0;
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: center;
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .review-us-all-compact .read-review a{
        display: block;
        text-align: center;
    }
    .review-us-all-compact .rate-us {
        display: block;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        float: none;
        max-width: 100%;
    }
    .review-us-all-compact .rate-us span{
        padding-left: 0;
    }

    .footer-container .col-container .col-md-3 {
        display: block;
        border-right: 1px solid #9297c0;
        float: left;
        width: 50%;
        max-width: 50%;
        flex:0 0 50%;
        padding: 0 5%;
        padding-bottom: 0px;
        padding-left: 5%;
        padding-bottom: 40px;
        margin-bottom: 20px;

    }
    .footer-container .col-container .col-md-3:nth-child(2n){
        border: 0;
        padding-right: 0;
    }

    .footer-container .site-branding{
        display: none;
    }
    section.review-us-all-compact{
        padding-bottom: 30px;
    }
    /*-----------------------*\
        HOMEPAGE
    \*-----------------------*/
    .all-services ul{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        column-rule-style: solid;
        column-rule-width: 1px;
        padding: 0 !important;
    }
    .all-services ul li{
        margin-bottom: 10px;
    }
    .all-services ul li a span{
        font-size: 14px;
        color: #56a884;
        font-size: 0.875rem;
        margin-left: 1rem;
        line-height: 16px;
    }
    /*-----------------------*\
        PAGE
    \*-----------------------*/
    .wgl-entry-content ul{
        left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .footer-container .appointment-box,
    .footer-container .location address{
        text-align: center;
    }
    .footer-container .location h4{
        display: none;
    }
    .footer-container .location iframe{
        width: 100%;
    }
}

/* Landscape phones and smaller */
@media (max-width: 500px) {


    /*-----------------------*\
        FOOTER
    \*-----------------------*/
    


    .footer-container .col-container .col-md-3 {
        width: 100%;
        max-width: 100%;
        flex:0 0 100%;
        border:none;
        /*padding: 0 5% !important;*/
    }
    .footer-container .col-container .col-md-3:nth-child(2n){
        border: 0;
        padding-right: 5%;
    }
}



.schedule-online {
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
}

.schedule ul.swm-bh.short {
    overflow: hidden;
}

.schedule-container {
    display: table;
    width: 100%;
}

.schedule .schedule-container.short span {
    color: #44477a;
    font-size: 14px;
    font-size: 0.8750rem;
    font-weight: 400;
    text-align: center;
    line-height: 1rem;
    display: block;
    float: left;
}

.schedule .schedule-container.short span.time {
    text-align: right;
    display: block;
    float: left;
}

.schedule .schedule-container.short span.day {
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
    width: 43px;
    margin-right: 0.500rem;
    display: block;
    float: left;
}

.right-schedule {
    display: table-cell;
    width: auto;
    padding: 0 0 0 15px;
    vertical-align: top;
}

.left-schedule {
    display: table-cell;
    width: auto;
    border-right: 1px solid #44477a;
    padding: 0 15px 0 0;
    vertical-align: top;
}

.schedule-online {
  background: #fff;
}

.schedule-online .content {
  background: #fff;
  padding: 1.625rem 2.000rem;
  text-align: left;
}

.schedule-online .content .schedule-caption,
.schedule-online .content h3 {
  color: #29285e;
  font-size: 24px;
  /* font-size:1.5rem; */
  font-size: 1.3125rem;
  line-height: 1.75rem;
  text-align: left;
  margin-bottom: 1.125rem;
  font-weight: bold;
}

.schedule-online .content span.tel {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.schedule-online .content .btn-default {
  margin: 9px auto 6px auto;
}

.schedule-online .content a.btn-default-dark {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.625rem 1.438rem;
}

.schedule-online .content p {
  color: #7a72b2;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.563rem;
}

.schedule-online .content p:last-of-type {
  margin-bottom: 1.563rem;
}

.schedule-online .footer {
  background: #b6bde0;
  padding: 1.250rem 1.750rem;
}

.schedule-online .content h3{
    color: #050319;
        /* font-size: 1.5rem; */
    font-size: 1.3125rem;
    line-height: 1.75rem;
    text-align: left;
    margin-bottom: 1.125rem;
    font-weight: bold;
    font-family: "Open Sans", Sans-serif;
}
.schedule-online a.btn-text{
    color: #050319;
}
.schedule-online .content p{
    color: #050319;
    margin-top: 0.625rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
}
a.btn-text.large {
    font-size: 36px;
    font-size: 2.25rem;
}
a.btn-text.large.sc{
    color: #fff;
}
a.btn-text.large.sc i{
    font-weight: 700;
    font-size: 24px;
    top: -3px;
    position: relative;
}
.schedule-online .footer ul li{
    color: #fff;
}
.schedule-online .footer ul li .day{
    width: 43px;
    text-align: right;
    margin-right: 3px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}   
.schedule-online .footer ul li .time{
        font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: right;
}
/* Schedule */
.schedule ul.swm-bh.short {
  -webkit-column-count: 2;
  -webkit-column-gap: 0.5rem;
  -webkit-column-rule-style: outset;
  -webkit-column-rule-width: 1px;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-color: #9297c0;
  -moz-column-count: 2;
  -moz-column-gap: 0.5rem;
  -moz-column-rule-style: outset;
  -moz-column-rule-width: 1px;
  -moz-column-rule-style: solid;
  -moz-column-rule-color: #9297c0;
  column-count: 2;
  column-gap: 0.5rem;
  column-rule-style: outset;
  column-rule-width: 1px;
  column-rule-style: solid;
  column-rule-color: #9297c0;
  color: #9297c0;
  margin: 0;
}

.schedule ul.swm-bh.short li {
  color: #44477a;
  font-size: 14px;
  font-size: 0.8750rem;
  font-weight: 400;
  text-align: center;
  line-height: 1rem;
  padding: 0 0.625rem;
  display: block;
  float: left;
}



.schedule-online .footer {
  padding: 20px 10px 20px 20px;
  background: #15865b;
  text-align: center;
}


/*==================================================
>>> SEARCH RESULT     
==================================================*/
body.search-results{
    background-color: #fff;
}
body.search-results #content .ast-container{
    max-width: 916px;
    padding-top: 40px;
    padding-bottom: 40px;
}

#search-result .ast-archive-description{
    background: none;
    padding: 0;
    margin-bottom: 1.5rem;
}
#search-result .ast-archive-description h1{
    color: #040217;
    font-size: 2.5rem;
    line-height: 2.875rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}
#search-result article{
    padding: 0 0 1.875rem;
    margin-bottom: 15px;
    /*padding-bottom: 1.875rem;*/
    border-bottom: 1px dashed #BDBEC0;
}

#search-result article h2 a{
    font-size: 30px;
}

#search-result article .read-more a{
    font-weight: 700;
}

#search-result .ast-pagination{
    padding: 0;
    margin: 0 0 60px;
}