/* 11 - 08 - 2023 */

body.admin-bar.et_fixed_nav.custom-background #main-header {
    top: 32px !important;
}

@media only screen and (min-width: 981px) {
    .et_header_style_centered #logo {
        max-height: unset !important;
    }
}

@media screen and (max-width: 500px) {
    .et_header_style_centered .mobile_nav .select_page {
        display: inline-block  !important;
    }

    .et_header_style_centered .et_menu_container .mobile_menu_bar {
        top: 19px;
        bottom: 0;
        left: 51%;
        right: 50%;
        transform: translateX(-50%) translateY(35%);
    }

    .et_header_style_centered .mobile_menu_bar:before {
        padding: 2.5px 8px;
        background-color: #2EA3F2;
    }

    .et_header_style_centered #main-header .mobile_nav {
        background: transparent !important;
    }
}

@media (max-width: 980px) {
    .et_header_style_centered #logo {
        max-height: unset !important;
    }
}

@media screen and (max-width: 767px) {
    .et_header_style_centered #et-top-navigation .btn {
        width: 100%;
        text-align: center !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
    }

    .et_header_style_centered #et-top-navigation .btn span.number {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 !important;
    }
}

/* 14 - 08 - 2023 */

header#main-header .kg-header-info .kg-header-right-info .btn {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    transition: all 600ms ease-in-out 0s;
    text-align: right;
}
header#main-header .kg-header-info .kg-header-right-info .btn .number{
    display: block;
    font-weight: 400;
    padding: 0;
    margin: 0 0 14px 0;
    transition: all 500ms ease-in-out;
}
header#main-header .kg-header-info .kg-header-right-info .btn .number a {
    background: none;
    color: #000!important;
    font-weight: 500;
    padding: 0 0 0 5px;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    transition: all 500ms ease-in-out;
}
header#main-header .kg-header-info .kg-header-right-info .btn a.quote {
    font-size: 15px;
    line-height: 24px;
    color: #fff!important;
    font-weight: 300;
    background: #2ea3f2;
    padding: 8px 24px 8px 26px;
    margin: 0;
    transition: all 500ms ease-in-out;
}
header#main-header .kg-header-info .kg-header-right-info {
    padding-bottom: 12px;
}
@media screen and  (min-width: 981px){
    header#main-header .kg-header-info{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    header#main-header .kg-header-info #et-top-navigation,
    header#main-header .kg-header-info .kg-header-right-info {
        width: auto !important;
    }
    header#main-header .kg-header-info::after{
        display: none !important;
    }
    header#main-header .kg-header-info .btn.kg-header-destop-right {
        display: none !important;
    }
}
@media screen and (max-width: 980px){
    header#main-header .kg-header-info .kg-header-right-info{
        display: none;
    }
    header#main-header .kg-header-info .btn.kg-header-destop-right {
        display: block !important;
    }
}
@media screen and (max-width: 1238px){
    body.et_header_style_centered #main-header div#et-top-navigation{
        width: auto !important;
    }
}
@media screen and (max-width: 1199px){
    body.et_header_style_centered #main-header div#et-top-navigation{
        width: auto !important;
    }
}
@media screen and (max-width:767px){
    body.et_header_style_centered #main-header div#et-top-navigation{
        width: 100% !important;
    }
    header#main-header .kg-header-info .btn.kg-header-destop-right {
        display: flex!important;
    }
    body.et_header_style_centered #main-header div#et-top-navigation{
        width: 100% !important;
    }
}
@media screen and (max-width:400px){
    .et_header_style_centered .et_menu_container .mobile_menu_bar{
        left: 53%;
    }
    .et_header_style_centered .et_menu_container .mobile_menu_bar{
        left: 47.2%;
    }
    .et_header_style_centered #et-top-navigation .btn span.number{
        width: min-content;
        margin-right: 5px !important;
    }
    .et_header_style_centered #et-top-navigation .btn span.number a{
        width: 100%;
    }
}
@media screen and  (max-width: 980px) and  (min-width:501px) {
    .et_header_style_centered .et_menu_container .mobile_menu_bar{
        top: 4px;
        text-align: center;
        padding-right: 0;
    }
}
@media only screen and (min-width: 981px){
    .et_header_style_centered header#main-header.et-fixed-header .logo_container {
        height: auto !important;
        padding: 0;
    }
}
@media (max-width: 980px){
    .et_header_style_centered header#main-header .logo_container{
        display: inline-flex;
        justify-content: center;
    }
}