.wpcf7-response-output {
    display: none;
}

#wpadminbar,
#wpadminbar .menupop .ab-sub-wrapper {
    background-color: #171B2A;
}

#wpadminbar .ab-item:before,
#wpadminbar .ab-icon:before,
#wpadminbar #adminbarsearch:before,
#wpadminbar .quicklinks .menupop ul li a:hover,
#wpadminbar:not(.mobile)>#wp-toolbar li:hover span.ab-label,
#wpadminbar>#wp-toolbar li.hover span.ab-label,
#wpadminbar .ab-top-menu>li.hover>.ab-item,
.ab-item:hover,
.ab-icon:hover {
    color: #ffbe06 !important;
}

#wpadminbar ul li,
#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item,
#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-icon,
#wpadminbar #adminbarsearch {
    background: none;
}


.lang-list-lg {
    position: relative;
}

.lang-panel-lg {
    background-color: #0dcaf0;
    width: 50px;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    max-width: 48px;
    padding: 0 10px;
    text-align: left;
    position: absolute;
    top: 0;
    right: 50px;
    background: #ffffff;
}

.lang-item-lg {
    color: #082497;
}

.lang-menu-lg li {
    width: auto;
}

.fa-globe, .fa-angle-down, .fa-phone {
    font-family: 'Font Awesome 5 Pro';
    cursor: pointer;
}

.navbar .fa-phone {
    font-size: 24px;
    font-weight: 900;
    color: #082497;
}

.mobile-menu-right {
    width: 32px;
}

.fa-globe:before, .fa-angle-down:before {
    font-style: normal;
    margin-right: 7px;
}

.fa-globe:before {
    color: #ffbe06;
}

.fa-angle-down:before {
    color: #ffffff;
}

.lang-trigger {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    color: #ffffff;
}

.lang-trigger.active + .lang-panel-lg {
    max-height: unset;
}

.d-lg-none li {
    display:inline-block;
    list-style-type:none;
    margin-right:-4px;
    padding:10px;
}

.d-lg-none li.active {
    color: #a7a7a7;
}

.d-lg-none li:first-of-type {
    padding-left: 0;
}

/* header */
@media screen and (max-width: 992px){
    .navbar-collapse {
        max-height: unset;
        padding-bottom: 20px;
    }

    .navbar-nav, .header-nav-right {
        margin-bottom: 20px;
    }

    .header-nav-right {
        display: block!important;
    }

    .header-btn {
        display: block!important;
    }

    .navbar-collapse .theme-btn {
        background: #082497;
        letter-spacing: 1px;
        font-weight: 200;
        font-size: 14px;
        text-transform: capitalize;
        padding: 10px 35px;
    }

    .navbar-collapse .theme-btn .far {
        display: none;
        padding: 30px;
        font-size: 20px;
    }

    .menu-social {
        display: flex;
        gap: 15px;
    }

    .menu-social li a i {
        height: 35px;
        width: 35px;
        line-height: 30px;
        text-align: center;
        transition: all .5s ease-in-out;
    }

    .menu-social li a i {
        color: #000000;
    }
}

/* blog */
.blog-details {
    overflow-x: hidden;
}

.blog-details ol, .blog-details ul {
    margin: unset;
    padding-left: 2rem;
}

.blog-details ol li {
    list-style: decimal;
}

.blog-details ul li {
    list-style: disc;
}

/* counter css  */
.counter-area {
    margin-top: unset;
    position: relative;
    z-index: unset;
}

.site-title {
    text-transform: none;
}

a.green-menu-item {
    color: #0FA115 !important;
}

span.dropdown-item.active.green-menu-item,
a.dropdown-item.green-menu-item:hover {
    background-color: #0FA115 !important;
    color: white !important;
}

.product-content-info ul{
    padding-left: 22px;
    margin-bottom: 1rem;
}
.product-content-info ul li{
    list-style: disc;
}