/*
 Theme Name:   WpEstate child theme
 Theme URI:    https://themeforest.net/item/wp-estate-real-estate-responsive-wordpress-theme/5042235
 Description:   WpEstate child theme
 Author:       WpEstate
 Author URI:   http://wpestate.org
 Template:     wpestate
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/*header btn code  */
.jeer-nums > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 25px;
    margin: 0 !important;
    background: #0079ad;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    line-height: 1;
    box-sizing: border-box;
    transition: background 0.3s ease;
}

.hover_type_1 #access .menu > li.jeer-nums:hover > a {
    background: #20c063 !important;
    color: #fff !important;
}

.jeer-nums {
    margin: 0 !important;
    padding: 0 !important;
}
/*header btn code  end*/
section.wpb-content-wrapper {
    overflow: hidden;
}
/* footer overflow end */
.header_wrapper_inside.full_width_header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
}
.header_type1.header_center #access {
    display: block;
    height: 100%;
    float: none;
    margin: 0px;
    max-width: 100%;
}

/* header center code  */