.header {
    z-index: 51;
}

.wpcf7-form-control-wrap {
    width: 48.5%;
}

.wpcf7-form-control-wrap input {
    width: 100%;
}

.enquire__form .enquire__form-box input {
    width: 100%;
}

.enquire__form .enquire__form-box input.wpcf7-not-valid {
    border-color: rgb(237 28 36);
}

.enquire__form textarea {
    margin-bottom: 0;
}

.wpcf7-form-control-wrap textarea {
    margin-bottom: 30px;
    display: block;
    width: 100%;
}

.enquire__form textarea.wpcf7-not-valid {
    border-color: rgb(237 28 36);
}

.wpcf7-not-valid-tip {
    font-size: 16px;
    margin-top: 8px;
}

.short-descr {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

main section .new ul {
    max-width: 1064px;
}

.breadcrumb-wrap ul {
    padding-left: 0;
}

.enquire__lab-box label {
    cursor: pointer;
}

main section .key-wrap ul {
    padding-left: 0;
}

main section .key-wrap ul li {
    list-style-type: none;
}

.enquire__form .enquire__lab-box label,
.enquire__form label {
    padding: 0;
}

.wpcf7-list-item-label::before {
    content: '';
    width: 25px;
    height: 25px;
    border: 1px solid rgb(82 82 82);
    background-color: rgb(255 255 255);
    display: block;
    margin-right: 16px;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-list-item-label {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.enquire__form .check-box {
    position: initial;
    width: initial;
    height: initial;
    overflow: initial;
    clip: initial;
    padding-left: initial;
}

.wpcf7-checkbox input:checked+.wpcf7-list-item-label::before {
    background-color: rgb(198 198 198);
}

.form-accordion .form-box input {
    max-width: 98%;
    margin-bottom: 0;
}

.form-accordion .form-box .wpcf7-form-control-wrap {
    width: initial;
    margin-bottom: 22px;
    display: block;
}

.wpcf7-checkbox input {
    display: none;
}

.header_bot li.current a {
    color: rgb(237 28 36);
}

.header_bot li.current a::after {
    opacity: 1;
}

.form-accordion .sel-item label {
    padding-left: 0;
}

.form-accordion .sel-item input {
    display: none;
}

.form-accordion .sel-item label,
.lab-bot-box .wpcf7-list-item {
    cursor: pointer;
}

.form-accordion .sel-item .wpcf7-list-item {
    margin-right: 20px;
}

.form-accordion .sel-item .wpcf7-form-control-wrap {
    width: 100%;
}

.form-accordion .sel-item label input:checked+.wpcf7-list-item-label::before {
    background-color: rgb(198 198 198);
}

.form-accordion .lab-bot-box label {
    padding-left: 0;
}

.form-accordion .date-wrap input {
    margin: 0;
}

.form-accordion .date-wrap .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.form-accordion .in-left::before,
.form-accordion .in-right::before {
    display: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid rgb(255, 0, 8);
    background: rgb(249, 69, 75);
}

.page-template-page-about .breadcrumb-wrap {
    padding-top: 37px;
    padding-bottom: 50px;
}

ul#breadcrumb {
    margin: 0;
}

.page-template-page-contact .btn-top.contact {
    background-color: rgb(255 255 255);
    color: rgb(237 28 36);
    border: 1px solid rgb(237 28 36);
}

.page-template-page-fleet strong {
    display: block;
}

.cards__item-img-wrap {
    min-height: 235px;
}

.cards__item img {
    max-width: 235px;
    width: 100%;
}

.term-new-counterbalance-forklifts .card-section .cards__item p:nth-last-of-type(1) span {
    display: block;
}

.term-new-warehousing-forklifts .cards__item {
    display: flex;
    flex-direction: column;
}

.term-new-warehousing-forklifts .cards__item a {
    margin-top: auto;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1;
    display: block;
    background: url(../images/Driver-Training/date.svg) no-repeat;
    width: 30px;
    height: 29px;
}

.form-accordion .date-wrap input {
    padding: 8px 10px;
}


.new-wrap .new-wrap-bg {
    z-index: -1;
}



.page-template-page-other-equipment-v1-php .cards__item {
    display: flex;
    flex-direction: column;
}

.page-template-page-other-equipment-v1-php .cards__item .box-links-f {
    margin-top: auto;
}

.cards__item a:nth-of-type(4) {
    background-color: #000;
}

.lat__item p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.searchform {
    opacity: 0;
    height: 0;
    transition: all 0.3s ease-in;
}

.search_open_button {
    cursor: pointer;
}

.searchform.show {
    opacity: 1;
    height: auto;
    transition: all 0.3s ease-in;
}

.searchform .my-form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.searchform .btn-submit {
    border: 0;
    background-color: transparent;
}

.searchform .search {
    padding: 8px 12px;
    border-radius: 12px;
    border-color: #000;
    max-width: 600px;
    width: 100%;
}

.searchform .search:focus-visible {
    border-color: #000;
    outline: 0;
}

.search-page {
    padding: 100px 0;
}

.search-page .nothing {
    margin: 20px 0;
    text-align: center;
}

.search-page .search-results {
    margin-top: 50px;
}

.search-page .result-item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.search-page .result-item h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 16px;
}

.search-page .result-item p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}

.search-page .search-more {
    margin-top: 8px;
    display: inline-block;
    padding: 4px 4px 4px 0;
    color: rgb(237 28 36);
}

.search-page .item-img {
    margin: 10px 0;
}

.search-page .item-img img {
    /* width: 40px; */
    height: 100px;
}

.error404 .intro {
    padding: 100px 0;
}

.error404 .intro-title {
    font-size: 124px;
    line-height: initial;
    margin-bottom: 16px;
}

.error404 .intro-text p {
    margin-bottom: 8px;
    font-size: 20px;
}

.error404 .btn-warning {
    margin-top: 20px;
    display: inline-block;
    color: rgb(255 255 255);
    background-color: rgb(237 28 36);
    border: 1px solid rgb(255 255 255);
    padding-top: 12px;
    padding-bottom: 11px;
    padding: 12px 18px 11px 18px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.error404 .btn-warning:hover {
    background-color: rgb(255 255 255);
    color: rgb(237 28 36);
    border: 1px solid rgb(237 28 36);
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
}

.page-template-page-other-equipment-v1 #other-equipment a,
.page-template-page-other-equipment-v2 #other-equipment a,
.page-template-page-other-equipment-v3 #other-equipment a,
.tax-forklift_cat #new-forklifts a {
    color: rgb(237 28 36);
}

.page-template-page-other-equipment-v1 #other-equipment a::after,
.page-template-page-other-equipment-v2 #other-equipment a::after,
.page-template-page-other-equipment-v3 #other-equipment a::after,
.tax-forklift_cat #new-forklifts a::after {
    opacity: 1;
}

.page-template-news .lat__item {
    display: none;
}

.page-template-news .lat .btn-top {
    width: 100%;
}

/* .menu-item .sub-menu {
    display: none;
} */

.g-recaptcha {
    margin-bottom: 24px;
}

.header_sub-item.current {
    background-color: rgb(255 255 255);
    color: rgb(82 82 82);
}



.term-new-narrow-aisle-forklifts .new p {
    margin-bottom: 30px;
}

.privacy li {
    margin-bottom: 15px;
}

.privacy li h4 {
    margin-bottom: 30px;
}

.privacy h4 {
    font-family: "Roboto-Bold";
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 20px;
}

.privacy-section h2,
.privacy-section h3,
.privacy-section h4,
.privacy-section h5,
.privacy-section h6 {
    margin-bottom: 24px;
    font-weight: 600;
}

/* .privacy-section ul {
    list-style-type: disc;
    padding-left: 1.5rem;
} */

/* .privacy-section ol {
    list-style-type: decimal;
    padding-left: 1.5rem;
}

.privacy-section li {
    list-style-type: inherit;
} */

.header_mob-menu ul .sub-menu {
    overflow: hidden;
    height: 0;
}

.header_mob-menu ul .sub-menu.active {
    height: 100%;
    overflow-y: scroll;
}

.header_mob-menu li .sub-btn {
    cursor: pointer;
}


.artic img {
    max-height: 630px;
    object-fit: cover;
}

.top-slider-section .btn-top {
    max-width: 186px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.footer_top-right-top-soc img {
    height: 42px;
}

.row-sec .item-img {
    margin-bottom: 1.5rem;
}

.row-sec .item {
    margin-bottom: 24px;
}

.row-sec .item-content h2,
.row-sec .item-content h3,
.row-sec .item-content h4,
.row-sec .item-content h5,
.row-sec .item-content h6 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 0em;
    margin-bottom: 1.2rem;
    font-family: "Roboto-Bold";
}

.row-sec .item-content p {
    margin-bottom: 1rem;
}

.images-sec {
    margin-top: 56px;
}

.images-sec .img {
    height: fit-content;
    margin-bottom: 16px;
}

.video-sec video {
    width: 100%;
}

.video-sec .video-title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 0em;
    margin-bottom: 1.2rem;
    font-family: "Roboto-Bold";
}

.video-sec .col {
    margin-bottom: 24px;
}

.video-sec {
    margin-bottom: 56px;
}

.new-section-other .new li {
    list-style-type: disc;
}

.new-section-other .new ul {
    padding-left: 2rem;
}

.no-plan__images img {
    width: 24%;
    height: fit-content;
}

.no-plan__images {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bat #reconditioned .bat__item-right img {
    max-width: 500px;
    width: 100%;
}

.page-template-page-other-equipment-v2 .side-top__top {
    margin-bottom: 32px;
}



.const .const__item-top {
    max-width: 1200px;
}


.page-template-page-other-equipment-v2 .side-top__top {
    max-width: 1180px;
}

.nilfisk__item img {
    max-width: 300px;
    height: 300px;
    object-fit: cover;
}

.nilfisk__item p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
    margin-bottom: 40px;
}

.clean__item-right img {
    max-height: 230px;
    height: 100%;
    object-fit: cover;
}

.footer_top-right-top-soc .facebook-link {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
}

.appr .content p,
.appr .content ul {
    margin-bottom: 24px;
}

.appr .content {
    margin-bottom: 55px;
}

.appr a,
.appr a:hover {
    display: inline;
    background-color: transparent;
    color: inherit;
}

.appr a.apply {
    max-width: 315px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgb(237 28 36);
    color: rgb(255 255 255);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.appr a.apply:hover {
    background-color: #000;
    color: #fff;
}


.appr .list-box.column-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 900px;
}

.appr .list-box .list {
    width: 49%;
}

@media screen and (max-width: 768px) {
    .appr .list-box.column-list {
        flex-direction: column;
    }

    .appr .list-box .list {
        width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .no-plan__images img {
        width: 48%;
        flex: 1 auto;
    }
}