/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*
    Add your custom styles here
*/
@media only screen and (max-width: 767px) {
    .betterdocs-full-sidebar-left {
        padding-top: 0;
    }
}

/* Download page */
/*.download-center-template .select2-container {
    border-color: #dc3545;
}
.download-center-template .select2-container--default .select2-selection--single {
    border: unset; 
}
.download-center-template .select2-dropdown,
.download-center-template .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dc3545;
}
.download-center-template .select2-container .select2-selection--single {
    height: calc(1.5em + .75rem + 2px);
}
.download-center-template .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #dc3545;
    background-color: #dc3545;
    border-color: #dc3545;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dc3545;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.download-center-template .download-btn {
    width: 100%;
    background-color: #BF3535;
    border-style: none;
    border-color: #FFFFFF;
    border-radius: 20px;
    font-size: 15px;
    padding: 15px 30px;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 1;
    user-select: none;
    vertical-align: middle;
    text-align: center;
    transition: all .4s ease;
}
.download-center-template .download-btn-fr {
    width: 100%;
    background-color: #BF3535;
    border-style: none;
    border-color: #FFFFFF;
    border-radius: 20px;
    font-size: 15px;
    padding: 15px 0;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 1;
    user-select: none;
    vertical-align: middle;
    text-align: center;
    transition: all .4s ease;
}
.download-center-template .additional-download-button,
.download-center-template .system-32-bit-button{
    margin-top: 13px;
}
.download-center-template .col-2-color {
    border-style: solid;
    border-color: #BF3535;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 20px;
}
.download-center-template .installation-btn {
    width: 100%;
    color: #2C3E52;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #707070;
    border-radius: 40px;
    font-size: 15px;
    padding: 15px 30px;
    position: relative;
    display: inline-block;
    line-height: 1;
    user-select: none;
    vertical-align: middle;
    text-align: center;
    transition: all .4s ease;
}
.download-center-template .installation-col {
    padding: 40px;
}
.download-center-template .download-col {
    padding: 0 40px;
}
.download-center-template .product-image img {
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 30px 0;
}
.download-center-template .download-software-description {
    width: 100%;
    padding: 20px 0 0 0;
}
.download-center-template a.wpml-ls-item-toggle {
    color: #dc3545;
    border-color: #dc3545;
}
.download-center-template #desktop {
    display: block;
}
.download-center-template #mobile {
    display: none;
}
.download-center-template .wpml-ls-legacy-dropdown {
    width: 100%;
}
.download-center-template .wpml-ls-legacy-dropdown a {
    padding: 10px;
    border-radius: .25rem;
}*/

/* .download-center-template .system-32-bit-button, */
/*.download-center-template .descr_32 {
    display: none;
}
.download-center-template h1 {
    color: #BF3436;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 50px;
    margin-top: 20px;
}
.download-center-template .custom-success-bg {
    background: #F0F6F6 !important;
    padding: 15px;
    border-radius: 10px;
    color: #707070;
    margin-bottom: 20px;
    border: 1px solid #BF3436;
}
.download-center-template .download-software-wrapper.custom-success-bg p {
    margin-top: 20px;
}
.download-center-template .wpml-ls-sidebars-.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
    margin-bottom: 1rem;
}*/

#best_seller {
    padding-top: 10px;
}

#best_seller h3 {
    text-align: left;
    margin: 20px auto 40px;
    font-size: 30px;
}

#best_seller .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* Optional spacing between columns */
    margin-bottom: 10px;
}

/*#best_seller .column {
    flex: 1 1 calc(25% - 20px); /* 25% width minus the gap */
/* box-sizing: border-box;
    padding: 10px;
    text-align: center;
}*/

#best_seller .column {
    flex: 1 1 calc(16.66% - 20px);
    /* 16.66% width (100% divided by 6) minus the gap */
    box-sizing: border-box;
    padding: 10px;
}

#best_seller .price {
    color: red;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
}

#best_seller a:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    #best_seller .column {
        flex: 1 1 calc(50% - 20px);
        /* On smaller screens, 2 columns */
    }
}

@media (max-width: 480px) {
    #best_seller .column {
        flex: 1 1 100%;
        /* On very small screens, 1 column */
    }
}

/*@media (min-width: 1200px) {
    .download-center-template,
    .download-center-template .container {
        max-width: 1480px !important;
    }
}

@media screen and (max-width: 810px) {
    .download-center-template .container {
        margin: 50px auto;
    }
    .download-center-template .download-software-description {
        padding: 0;
    }
    .download-center-template .hfe-nav-menu__toggle {
        margin: 0 0 0 85% !important;
    }
    .download-center-template .installation-col {
        padding: 15px;
    }
    .download-center-template .download-col {
        padding: 0 15px;
    }
    .download-center-template .installation-btn {
        padding: 13px 5px;
    }
    .download-center-template .col-md-6.col-sm-12.col-2-color .row {
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .download-center-template #desktop {
        display: none;
    }
    .download-center-template #mobile {
        display: block;
        margin-top: 10px;
    }
    .download-center-template #mobile a {
        margin: 5px 0 10px;
    }
    .download-center-template .col-2-color {
        margin: 20px;
    }
    .download-center-template .wpml-ls-legacy-dropdown {
        width: 100% !important;
    }
}

@media screen and (max-width: 376px) {
    .download-center-template .download-btn {
        padding: 10px 15px 8px;
        line-height: 16px;
    }
}*/

/** Custom Betterdocs Search Form **/
.betterdocs-search-results {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    max-width: 300px;
    width: 100%;
    z-index: 1000;
    display: none;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.betterdocs-search-item {
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.betterdocs-search-item:last-child {
    border-bottom: none;
}

.betterdocs-search-item a {
    text-decoration: none;
    color: rgb(191, 53, 53);
}

.betterdocs-search-item a:hover {
    color: rgb(191, 53, 53);
    font-weight: bold;
}

.betterdocs-searchform svg {
    height: 25px !important;
    fill: rgb(191, 53, 53) !important;
}

/*Download Request Form page*/
.download-request-form-page a.download_center_link {
    color: #bf3535;
    text-decoration: none;
}

.ff-default .ff-el-form-control,
.ff-default .ff-el-form-control:focus,
.fluentform .ff-el-form-control::placeholder {
    color: #000;
}

form .ff-btn-submit {
    border-color: rgba(191, 53, 53, 1) !important;
}

form .ff-btn-submit:hover {
    color: rgba(191, 53, 53, 1) !important;
}

.menu-item.current-menu-item a.hfe-menu-item {
    font-weight: bold !important;
}

@media(max-width:767px) {
    .hfe-nav-menu-icon {
        padding: 0;
    }

    .hfe-nav-menu-icon svg {
        width: 35px;
        height: 35px;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal {
        margin-top: 15px;
    }
}

.cu-cat-grid .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
}

.cu-cat-grid .grid .eael-bd-cg-inner {
    height: 100%;
}



.customer-support-list .cu-cat-grid .grid .eael-better-docs-category-grid-post:nth-of-type(1) ul li:nth-child(1) .eael-bd-cg-post-list-icon,
.customer-support-list .cu-cat-grid .grid .eael-better-docs-category-grid-post:nth-of-type(1) ul li:nth-child(2) .eael-bd-cg-post-list-icon,
.customer-support-list .cu-cat-grid .grid .eael-better-docs-category-grid-post:nth-of-type(1) ul li:nth-child(3) .eael-bd-cg-post-list-icon {
    font-size: 0;
}

.customer-support-list .cu-cat-grid .grid .eael-better-docs-category-grid-post:nth-of-type(2) ul li .eael-bd-cg-post-list-icon {
    display: none;
}

.fluentform form.frm-fluent-form label {
    font-weight: 400 !important;
    color: #000 !important;
    font-size: 16px !important;
}


.fluentform form.frm-fluent-form .upload_error_msg .ff-el-input--content label {
    font-size: 10px !important;
}

.cu-cat-grid .eael-bd-cg-body ul li .eael-bd-cg-post-list-icon {
    min-width: 22px;
}

.wpml-ls-legacy-dropdown .wpml-ls-item a {
    background: #fff;
}

.fluentform form.frm-fluent-form input,
.fluentform form.frm-fluent-form textarea,
.fluentform form.frm-fluent-form select {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000 !important;
}

.cat_detail a:hover,
.cat_detail a.active {
    text-decoration: underline !important;
    color: #BF3535 !important;
}

.cat_detail .elementor-widget-betterdocs-title .betterdocs-entry-title a:hover {
    color: #000000 !important;
}

html body .fluentform form.frm-fluent-form fieldset .ff-el-input--content input,
html body .fluentform form.frm-fluent-form fieldset .ff-el-input--content textarea,
html body .fluentform form.frm-fluent-form fieldset .ff-el-input--content select,
html body .fluentform form.frm-fluent-form fieldset .upload_error_msg .ff-el-input--content {
    border: 1px solid gray !important;
    background-color: transparent !important;
    border-radius: 5px !important;
}

html body .fluentform form.frm-fluent-form fieldset .ff-el-is-error .ff-el-input--content input,
html body .fluentform form.frm-fluent-form fieldset .ff-el-is-error .ff-el-input--content textarea,
html body .fluentform form.frm-fluent-form fieldset .ff-el-is-error .ff-el-input--content select,
html body .fluentform form.frm-fluent-form fieldset .upload_error_msg.ff-el-is-error .ff-el-input--content {
    border: 1px solid #BF3436 !important;
}

html body .fluentform form.frm-fluent-form fieldset .ff-t-container {
    flex-flow: wrap;
    gap: 0 !important;
}

html body .fluentform form.frm-fluent-form fieldset .ff-t-container .ff-t-cell {
    flex-basis: 100% !important;
}

#loading-popup .spinner {
    position: fixed;
    inset: 0px;
    margin: auto;
}


.betterdocs-searchform-input-wrap {
    margin: 0;
    align-items: stretch;
}

.betterdocs-searchform-input-wrap svg.docs-search-icon {
    order: 2;
    margin: 0;
    display: flex;
    align-items: center;
    background: #BF3436 !important;
    fill: #fff !important;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    border-radius: 0 2px 2px 0;
    height: 32px !important;
    opacity: 1;
    padding: 7px;
    width: 47px !important;
}

.betterdocs-searchform-input-wrap svg.docs-search-icon path {
    fill: #fff !important;
}

body .betterdocs-searchform {
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
}

.betterdocs-searchform-input-wrap input {
    flex: 1;
    font-size: 16px;
    border: 1px solid #ccc !important;
    padding: .1rem 0 .1rem .5rem;
    height: 32px;
    border-radius: 3px 0 0 3px;
}

.download-links a.is_special_download_link .download-icon::before {
    background-image: url("https://keys.express/support/wp-content/uploads/2025/03/reset-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



.product-details-section .product-info .product-description p:last-child {
    max-width: 215px;
    word-wrap: break-word;
}

.product-details-section .product-info {
    align-items: flex-start;
}

html body .fluentform form.frm-fluent-form fieldset button.ff-btn-submit:hover {
    background: #ffffff !important;
}

/* 23/04/25 */

body.tax-doc_category .betterdocs-content-area .betterdocs-content-inner-area .betterdocs-entry-body ul li a,
body.tax-doc_category .betterdocs-content-area .betterdocs-content-inner-area .betterdocs-entry-body ul li a,
body.tax-doc_category .betterdocs-wraper .betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-articles-list li a {
    font-family: "Source Sans Pro", Sans-serif !important;
    color: #BF3535 !important;
    line-height: 1.8 !important;
    font-size: 16px !important;
}

body.tax-doc_category .betterdocs-content-area .betterdocs-content-inner-area .betterdocs-entry-body ul li a:hover,
body.tax-doc_category .betterdocs-wraper .betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-articles-list li a:hover {
    text-decoration: underline !important;
    color: #BF3535 !important;
}

body.tax-doc_category .betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-single-category-wrapper .betterdocs-articles-list li svg,
body.tax-doc_category .betterdocs-content-area .betterdocs-content-inner-area .betterdocs-entry-body ul li svg,
body.tax-doc_category .betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-single-category-wrapper .betterdocs-articles-list li svg {
    fill: #BF3535 !important;
    font-size: 16px !important;
    min-width: 16px !important;
    margin-top: 8px !important;
    margin-bottom: auto !important;
}

body.tax-doc_category .betterdocs-content-area .betterdocs-content-inner-area .betterdocs-entry-body ul li,
body.tax-doc_category .betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-articles-list li {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.tax-doc_category .betterdocs-category-grid-wrapper .betterdocs-category-items-counts,
body.tax-doc_category .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper>:not(.betterdocs-grid-top-row-wrapper) .betterdocs-category-items-counts {
    display: none !important;
}

.elementor-location-footer section .elementor-widget-shortcode .elementor-shortcode {
    text-align: center;
}

.elementor-location-footer section .elementor-widget-shortcode .elementor-shortcode a:hover {
    color: #BF3535;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    display: none;
}

.wpml-elementor-ls .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    display: block;
    margin-bottom: 0;
}

.elementor-widget-copyright {
    margin-bottom: 30px;
}

.installation-template-page-templatesinstallation-php .product-description {
    font-size: 12px;
}

.single-activator main .page-header {
    margin: 30px 0;
}

.single-activator main .page-header .entry-title {
    margin: 0;
    padding: 0;
}

.single-installation h2 {
    font-size: 25px;
}

.single-installation h3 {
    font-size: 20px;
}

@media(max-width:767px) {
    .single-activator main .page-header {
        margin: 20px 0;
    }
}



.container.download-center-template-new {
    max-width: 1350px;
}

.download-center-template-new #best_seller {
    margin-bottom: 25px;
    padding: 0;
}

.download-center-template-new #important_security {
    margin-top: 0 !important;
    margin-bottom: 25px;
}

.download-center-template-new h3 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 15.5px 0 10px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    color: #111111;
    font-size: 26px !important;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    text-transform: none;
    margin: 0 !important;
}

.download-center-template-new h3 a {
    margin-left: 10px;
    color: #bf3535;
    font-weight: normal;
}

.download-center-template-new h3 a:hover {
    color: #bf3535;
    text-decoration: none;
}

.download-center-template-new div>.row {
    padding: 10px 0;
    margin: 0 !important;
    display: flex;
    flex-flow: wrap;
    gap: 10px !important;
}

.download-center-template-new div>.row .column {
    padding: 0px !important;
    flex: auto !important;
    width: 100%;
    max-width: calc(12.5% - 9px);
    margin: 10px 0;
    height: 100%;
    position: relative;
}

.download-center-template-new div>.row .column>a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.download-center-template-new div>.row .column:hover {
    border: 1px solid #ccc;
}

.download-center-template-new div>.row .column img {
    width: 100%;
    object-fit: cover;
    padding-top: 5px;
}

.download-center-template-new div>.row .column p {
    padding: 15px 5px 5px 5px;
    margin: 0;
    text-align: left !important;
    font-size: 17px !important;
    color: #000 !important;
    word-break: auto-phrase !important;
    font-weight: 400 !important;
    line-height: 1.2;
}

.download-center-template-new div>.row .column p:last-child {
    padding-top: 0;
}

.download-center-template-new div>.row .column p.price {
    font-weight: 700 !important;
}

.download-center-template-new div>.row .column .price-label {
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    padding: 0 5px 5px;
}

.download-center-template-new div>.row .column .price-label .price {
    padding: 0;
}

header .Header .elementor-container {
    justify-content: space-between;
}

header .Header nav {
    padding-top: 0;
}

.single-docs .betterdocs-sidebar-content.betterdocs-category-sidebar .betterdocs-single-category-inner .betterdocs-body,
.tax-doc_category .betterdocs-sidebar-content.betterdocs-category-sidebar .betterdocs-single-category-inner .betterdocs-body {
    display: none !important;
}

.betterdocs-content-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-category-header-inner {
    display: flex;
    align-items: center;
    gap: 15px;
}

.betterdocs-content-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-category-header-inner .betterdocs-category-title {
    margin: 0;
}

 .betterdocs-live-search {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 10px;
}

body .betterdocs-mkb-wrapper.betterdocs-mkb-layout-1 .betterdocs-category-box-wrapper .betterdocs-category-box-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-category-title {
    font-size: 18px;
}

/* ======new-css======= */
.betterdocs-sidebar .betterdocs-category-sidebar .betterdocs-category-grid-wrapper {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-category-sidebar .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper {
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

.betterdocs-sidebar .betterdocs-category-sidebar .betterdocs-category-grid-wrapper .betterdocs-category-grid-inner-wrapper .betterdocs-single-category-wrapper .betterdocs-single-category-inner {
    margin-left: 0;
    margin-right: 0;
}

.betterdocs-sidebar .betterdocs-category-sidebar .betterdocs-single-category-wrapper .betterdocs-single-category-inner {
    box-shadow: none !important;
}

.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-category-sidebar .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-category-sidebar .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header {
    background-color: #ffffff;
}

.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-category-sidebar .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header {
    border-right: 3px solid #0000;
    box-shadow: none;
    cursor: pointer;
}

.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-category-sidebar .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner {
    border-bottom: none;
}

.betterdocs-sidebar .betterdocs-category-sidebar .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner {
    padding-bottom: 0 !important;
}

.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-category-sidebar .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title a,
.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-category-sidebar .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title:not(a),
.betterdocs-sidebar .betterdocs-category-sidebar .betterdocs-sidebar-list-wrapper .betterdocs-sidebar-list-inner .betterdocs-sidebar-list.betterdocs-sidebar-layout-6 .betterdocs-sidebar-list-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title {
    font-size: 16px;
}

.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-category-sidebar .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title a,
.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-category-sidebar .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-title:not(a) {
    color: #3f5876;
}

.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-category-sidebar .betterdocs-single-category-wrapper.active .betterdocs-single-category-inner .betterdocs-category-header {
    background-color: rgba(90, 148, 255, .1);
    border-color: #528fff;
}

body .category-filter-wrapper,
body .software-filter-wrapper {
    width: max-content;
}

body .download-center-template-new .filter-section .category-filter-wrapper .category-filter-arrow,
body .download-center-template-new .filter-section .software-filter-wrapper .software-filter-arrow {
    right: 3%;
}

body .software-dropdown-options,
body .category-dropdown-options {
    width: 100%;
}

.wp-block-code {
	position: relative;
}

.copy-code-btn {
	position: absolute;
	top: 8px;
	right: 8px;
	background: #222;
	color: #fff;
	border: none;
	padding: 4px 10px;
	font-size: 12px;
	cursor: pointer;
	border-radius: 4px;
	opacity: 0.8;
}

.copy-code-btn:hover {
	opacity: 1;
}

@media(min-width:1025px) {
    body .betterdocs-searchform {
        display: flex !important;
    }

    .Mobile-Header .hfe-nav-menu__toggle {
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
    }

    .Mobile-Header nav {
        position: absolute;
        width: 103% !important;
        background: #ffffff;
        top: 80px !important;
        z-index: 3 !important;
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .Mobile-Header .elementor-widget-navigation-menu {
        position: unset;
    }

    .Mobile-Header {
        overflow-x: clip;
    }

    .elementor-element-populated {
        position: unset !important;
    }

    .Mobile-Header {
        overflow-x: clip;
    }

    .Mobile-Header>.elementor-container>.elementor-column {
        position: unset;
    }

    .Mobile-Header nav.menu-is-active {
        visibility: visible;
        height: auto;
        opacity: 1;
    }

    .Mobile-Header nav ul {
        width: 100%;
        display: flex;
        flex-flow: column;
    }

    .Mobile-Header nav ul li {
        border-bottom: 1px solid #c4c4c4;
    }

    .Mobile-Header nav ul li a {
        padding: 15px 17px !important;
    }
}

@media(max-width:1440px) {
    header .Header nav ul li a {
        font-size: 17px !important;
    }
}

@media(max-width:1279px) {
    .download-center-template-new div>.row .column {
        max-width: calc(16.66% - 9px);
    }
}

@media(max-width:1199px) {
    .Mobile-Header nav {
        padding-top: 0 !important;
    }
}

@media(max-width:1023px) {
    .download-center-template-new div>.row .column {
        max-width: calc(25% - 8px);
    }
}

@media(max-width:768px) {
    .container.download-center-template-new .row {
        flex-direction: row !important;
        align-items: flex-start !important;
    }

    .betterdocs-searchform .betterdocs-search-category {
        max-width: 100%;
        display: block;
        margin-top: 5px;
    }
}

@media (max-width: 599px) {
    .download-center-template-new div>.row .column {
        max-width: calc(33.33% - 7px);
    }
}

@media (max-width: 479px) {
    .download-center-template-new div>.row .column {
        max-width: calc(50% - 5px);
    }
}