@font-face {
    src: url('../fonts/SourceSansPro-Black.otf') format('opentype');
    font-family: source-sans-pro;
    font-weight: bold;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding-top: 135px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

*, *:before, *:after {
    box-sizing: border-box;
}


.container {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-sm {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-md {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-me {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}


.container-fluid {
    max-width: 100%;
}

header {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    /*height: 66px;*/
    background: linear-gradient(to bottom, black 66px, white 66px);
    /*display: flex;*/
    align-items: flex-start;
    width: 100%;
    top: 85px;
    z-index: 5000;
    max-width: 1200px;
    padding-top: 25px;
    padding-bottom: 7px;
}
@media only screen and (max-width: 900px) {
	header{
		top: 0px;
	}	
}
@media only screen and (max-width: 600px) {
	header{
		top: 0px;
	}	
}

header img {
    margin-left: 62px;
    margin-top: 10px;
}

nav ul {
    display: flex;
    margin: 0;
    list-style-type: none;
    padding: 0;
    align-items: center;
}

nav > ul > li {
    position: relative;
}

nav > ul ul {
    display: none;
    position: absolute;
    flex-direction: column;
    background: black;
    width: 249px;
}

nav > ul ul a {
    color: white;
    font-weight: bold;
    height: 27px;
    font-size: 12px;
    text-decoration: none;
    padding-left: 24px;
    display: flex;
    align-items: center;
}

nav a:hover {
    background: #B20026;
}

nav li:hover > ul {
    display: block;
}

nav > ul > li > a {
    width: 105px;
    padding-top: 2px;
    padding-bottom: 8px;
    position: relative;
    display: block;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

footer {
    background: black;
    display: inline-block;
    width: 100%;
}

footer:before {
    display: block;
    content: "";
    background: url('../images/chevrons-left.png') center center / cover no-repeat;
    height: 99px;
}

footer img {
    display: block;
    margin: 16px auto 0;
}

footer .links {
    margin: 66px auto 0;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .links a {
    font-size: 12px;
    line-height: 14px;
    color: white;
    text-decoration: none;
    max-width: 119px;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

footer p {
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-bottom: 27px;
}

.charities .header img {
    display: block;
    margin: 47px auto 30px;
}

.slide .text h1 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
}

.charities .header {
    border-top: 22px #FFB0DF solid;
    border-bottom: 22px #FFB0DF solid;
    width: 100%;
    height: auto;
    background: none;
    max-width: 100%;
}

.charities-copy {
    margin-top: 52px;
    font-size: 14px;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.charities-gallery {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.charities-gallery img {
    display: block;
    flex-grow: 1;
    margin: 10px;
    width: 424px;
    height: auto;
}

.charities-twitter {
    displaY: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.charities-video {
    text-align: center;
    font-size: 14px;
}

.charities-video a {
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}

.row-v-center {
    align-items: center;
}

.row-spread {
    justify-content: space-between;
}

.col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 25%;
    width: 100%;
}

.col-3 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 25%;
    width: 100%;
}

.col-4 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 33.33333%;
    width: 100%;
}

.col-8 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 66.666666%;
    width: 100%;
}

.col-9 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 75%;
    width: 100%;
}

.col-12 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 959px) {
    .charities-gallery img {
        max-width: 100%;
        margin: 10px 0;
    }
}

.buttons {
    background: linear-gradient(to bottom, #D1D1D1 90%, #ffffff 90%);
    margin-bottom: 80px;
}

.buttons h2 {
    font-size: 54px;
    font-family: source-sans-pro, sans-serif;
    line-height: 50px;
    margin-top: 0;
}

.card {
    margin: 10px;
    position: relative;
    padding: 25px 25px 38px;
    max-width: 25%;
    box-shadow: 6px 6px 8px rgb(0 0 0 / 50%);
}

.card a {
    position: absolute;
    bottom: 25px;
    right: 25px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.bg-yellow {
    background: #EAA400;
}

.bg-green {
    background: #B1CC08;
}

.bg-blue {
    background: #00AED6;
}

.bg-grey {
    background: #D1D1D1;
}

.card .title {
    display: flex;
    align-items: center;
}

.card .title:before {
    content: "";
    background: url('../images/chevron-right.png') center center / cover no-repeat;
    width: 24px;
    height: 47px;
    display: block;
    margin-right: 10px;
}

.card p {
    font-size: 14px;
    font-weight: bold;
}

.card img {
    max-width: 100%;
    display: block;
    width: auto;
}

.slide-wrapper {
    position: relative;
}

.slide {
    position: relative;
    height: auto !important;
}

.slide .bg {
    width: 100%;
}

.slide .bg img {
    margin: 0 0 0 auto;
    display: block;
}

.slide.left .bg img {
    margin: 0 auto 0 0;
}

.slide.left .text {
    right: auto;
    left: 100px;
}

.slide .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
    height: 70%;
    width: 25%;
}

.slide .text img {
    max-width: 150px;
  display: none;
}

.slide .text h2 {
    font-size: 40px;
    line-height: 41px;
    font-weight: 700;
    margin: 0 0 25px;
    font-family: source-sans-pro;
}

.slide .text h2 span:not(.sub) {
    font-size: 24px;
}

.slide .text h2 .sub {
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    font-style: italic;
}

.slide .text p {
    font-weight: bold;
    font-size: 12px;
}

.slide.left .text {
    height: 80%;
}

.slide.left .text h2 {
    margin: 0;
}

.slide .text-inner {
    position: relative;
    height: 100%;
    width: 100%;
}

.slide a {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

@media (max-width: 600px) {
    .slide .text {
        position: static;
        transform: none;
        width: 100%;
        padding: 30px;
    }
}

.slide.hammer {
    background: #B1CC08 url('../images/bg/bg-hammer.jpg') center center / cover no-repeat;
}

.slide.buckets {
    background: #B1CC08 url('../images/bg/buckets.png') center center / cover no-repeat;
}

.slide.thumbs {
    background: #B1CC08 url('../images/bg/hydraulic-thumbs.png') center center / cover no-repeat;
}

.slide.attachments {
    background: #EAA400 url('../images/bg/bg-digger.jpg') center center / cover no-repeat;
}

.slide.sales {
    background: #00afd7 url('../images/bg/bg-sales.jpg') center center / cover no-repeat;
}

.slide-attachments {
    background: #EAA400 url('../images/bg/bg-hammer-water.jpg') center center / cover no-repeat;
}

.slide-cat {
    background: #ffffff url('../images/bg/bg-cat.jpg') center center / cover no-repeat;
}

.slide-led {
    background: #ffffff url('../images/bg/bg-led.jpg') center center / cover no-repeat;
}

.slide-ef {
    background: #ffffff url('../images/bg/bg-ef-box.jpg') center center / cover no-repeat;
}

.slide-sh {
    background: #ffffff url('../images/bg/bg-product-sh.jpg') center center / cover no-repeat;
}

.slide-gr {
    background: #ffffff url('../images/bg/bg-product-gr.jpg') center center / cover no-repeat;
}
.slide-pph {
    background: #ffffff url('../images/bg/Pipe-handler-desk.jpg') center center / cover no-repeat;
}
@media (max-width: 600px) {
  .slide-pph {
    background: #ffffff url('../images/bg/Pipe-handler-mobile.jpg') center center / contain no-repeat;
    background-color: #ffffff;
  }
}

.slide-products {
    background: #B5B5B5 url('../images/bg/bg-product-sh.jpg') center center / cover no-repeat;
}

.slide-utils {
    background: #ffffff url('../images/utilities/header.jpg') center center / cover no-repeat;
}

.slide-utils-2 {
    background: #ffffff url('../images/utilities/service/Calibration 4.jpg') center center / cover no-repeat;
}

.slider-buttons {
    width: 100%;
    font-size: 60px;
    background: #D1D1D1;
}

.slider-buttons ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.slider-buttons li {
    margin: 10px 15px;
    cursor: pointer;
    color: #A8A7A3;
    line-height: 0.6;
}

.slider-buttons li:hover {
    color: #B1CC08;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.arrow-left {
    left: 50px;
}

.arrow-right {
    right: 50px;
}

form {

}

form label {
    display: block;
    margin-bottom: 15px;
}

form label span {
    display: block;
}

form input, form textarea, form select {
    display: block;
    background: #F4F4F4;
    border: 1px #B5B5B5 solid;
    padding: 6px;
    font-style: normal;
    font-family: Arial;
    width: 100%;
    color: #000;
}

.contact {
    margin-top: 70px;
}

.contact .header {
    margin-left: 62px;
}

.contact svg {
    width: 20px;
    margin-right: 5px;
}

.whatsapp {
    display: flex;
    align-items: center;
}

form button {
    line-height: 14px;
    height: 32px;
    border-style: solid;
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    background-color: #666666;
    border-color: #666666;
    border-width: 1px;
    border-radius: 2px;
    color: #FFFFFF;
    width: 163px;
    position: relative;
    margin: 30px 0;
    cursor: pointer;
}

form button:hover {
    background: black;
}

.contact h3 {
    font-size: 30px;
    font-weight: normal;
}

.header {
    background: url('../images/chevron-title.png') center center / cover no-repeat;
    height: 45px;
    display: flex;
    align-items: center;
    max-width: 568px;
    width:100%;
    margin-bottom: 50px;
}

.header h1 {
    line-height: 22px;
    font-size: 18px;
    font-family: Arial;
    color: white;
    font-weight: normal;
    margin-left: 50px;
}

@media (max-width: 959px) {
    .header h1 {
        margin-left: 10px;
        font-size: 16px;
    }
}

.policies {
    margin-bottom: 200px;
}

.policy {
    display: block;
    width: fit-content;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.policy:hover {
    color: #B20026;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb a {
    min-width: 125px;
    text-align: center;
    font-size: 12px;
    color: black;
    padding: 8px;
    font-weight: bold;
    display: block;
    width: fit-content;
    text-decoration: none;
}

.breadcrumb a:hover {
    background: #EAA400;
}

.nav {
    display: flex;
    justify-content: flex-end;
    padding-top: 25px;
    padding-bottom: 25px;
}

.nav-center {
    justify-content: center;
}

.btn {
    display: block;
    font-size: 24px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 30px;
    text-align: center;
    min-width: 195px;
    border-radius: 10px;
    margin: 10px;
}

.btn:hover {
    background: black;
    color: white;
}

.btn-orange {
    background: #EAA400;
	cursor: pointer;
}

.btn-green {
    background: #2E8A70;
}

.btn-green-bright {
    background: #B1CC08;
}

.btn-black {
    background: black;
    color: white;
}

.btn-auto {
    width: fit-content;
    margin: 0 auto;
}

.product a {
    color: #EAA400;
    font-weight: bold;
    text-decoration: none;
}

/*.product p {*/
/*    margin: 0;*/
/*}*/

.product {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.product img {
    max-width: 335px;
}

.product-text {
    margin-left: 100px;
    position: relative;
}

.product-text h3:before {
    height: 34px;
    width: 91px;
    display: block;
    content: "";
    position: absolute;
    left: -30px;
    transform: translateX(-100%);
    top: 15px;
    background: url('../images/chevrons-right.png') center center / cover no-repeat;
}

.product h3 {
    font-size: 35px;
    margin: 0;
    position: relative;
}

.product h3 span {
    font-size: 30px;
}

.product-list {
    max-width: 1200px;
    padding-bottom: 40px;
    background: linear-gradient(to right, #EAA400 20%, #ffffff 20%);
}

.product-list--grey {
    background: linear-gradient(to right, #EAA400 15%, #D1D1D1 15%);
    max-width: 100%;
}

.product-list--grey .product {
    max-width: 960px;
}

.cta {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.cta:hover h3 {
    color: #EAA400;
}

.cta h3 {
    font-size: 40px;
    font-family: source-sans-pro;
    color: black;
    text-decoration: none;
}

.cta img {
    margin-left: 30px;
}

.table {
    overflow-x: hidden;
}

table {
    width: 100%;
    border-left: 1px black solid;
    border-top: 1px black solid;
    margin-bottom: 20px;
}


thead {
    background: #EAA400;
}

tr, th {
    border-bottom: 1px black solid;
}

thead > tr > td {
    font-weight: bold;
}
.attach-page td, th {
	padding: 6px !important;
}

td, th {
    border-right: 1px black solid;
    border-bottom: 1px black solid;
    padding: 6px 0px;
    font-size: 14px;
	text-align: left;
}

td[rowspan="2"] {
    font-weight: bold;
}

.pdf {

}

.head {
    position: relative;
    font-size: 30px;
    font-weight: bold;
}

.head:before {
    content: "";
    background: url('../images/chevrons-right.png') center center / cover no-repeat;
    position: absolute;
    left: -20px;
    transform: translate(-100%, -50%);
    height: 34px;
    width: 91px;
    display: block;
    top: 50%;
}

.head span:not(.sub) {
    font-size: 24px;
}

.head .sub {
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    font-style: italic;
}

.prices {
    background: #D1D1D1;
    padding: 50px 0;
    position: relative;
    margin-bottom: 30px;
    margin-top: 150px;
}

.prices:before {
    position: absolute;
    content: "";
    width: 600px;
    height: 225px;
    background: url('../images/chevrons-green-dark.png') center center / cover no-repeat;
    display: block;
    top: 0;
    right: 0;
    transform: translateY(-100px) rotateZ(180deg);
}

.prices a {
    margin: 30px 0 0;
    width: fit-content;
}

.prices h4 {
    font-size: 28px;
    font-weight: normal;
}

.bars {
    display: none;
}

#sidebar {
    display: none;
}

.brochures {
    margin-top: 50px;
    margin-bottom: 50px;
}

.brochure {
    color: black;
    text-decoration: none;
    font-size: 14px;
    max-width: 100px;
    margin: 10px;
}

.brochure img {
    display: block;
    margin: 0 auto 10px;
}

.brochure span {
    display: block;
    text-align: center;
}

.brochure:hover {
    color: #EAA400;
}

.brochure-b:hover {
    color: black;
}

.brochure-b {
    max-width: unset;
    margin: 40px;
}

.diagram {
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.diagram:before {
    position: absolute;
    content: "";
    width: 600px;
    height: 225px;
    background: url('../images/chevrons-orange-right.png') center center / cover no-repeat;
    display: block;
    top: 0;
    right: 0;
    transform: rotateZ(180deg);
    z-index: -1;
}

.brochures-b {
    min-height: 400px;
}

.brochure-b:first-of-type {
    align-self: flex-end;
}

.brochure-b:last-of-type {
    align-self: flex-start;
}

.job {
    font-size: 40px;
    font-family: source-sans-pro;
}

.information {
    padding: 20px 30px;
}

.slide-rv {
    background: url('../images/bg/br-product-rv.jpg') center center / cover no-repeat;
}

.slide-fpv {
    background: url('../images/bg/bg-product-fpv.jpg') center center / cover no-repeat;
}

.slide-mc {
    background: url('../images/bg/bg-product-mc.jpg') center center / cover no-repeat;
}

.slide-liv {
    background: url('../images/bg/bg-product-liv.jpg') center center / cover no-repeat;
}

.slide-rs {
    background: url('../images/bg/bg-product-rs.jpg') center center / cover no-repeat;
}

.slide-hd {
    background: url('../images/bg/bg-product-hd.jpg') center center / cover no-repeat;
}

.slide-cng {
    background: url('../images/bg/bg-c&g.jpg') center center / cover no-repeat;
}

.col-6 {
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.bbb {
    padding-bottom: 100px;
    position: relative;
}

.bbb:after {
    content: "";
    display: block;
    width: 215px;
    height: 178px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url('../images/bbb.png') center center / cover no-repeat;
}

.bbb ul li {
    margin: 5px 0;
}

.bbb ul {
    list-style: none;
}

.bbb ul li::before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    margin-left: -1em;
}

.download {
    background: #A8A7A3;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
}

.download h2 {
    margin: 0;
    font-family: source-sans-pro;
    font-size: 40px;
}

.download .brochure {
    position: relative;
    z-index: 10;
    left: 0;
    width: fit-content;
    display: inline-block;
}

.download:after {
    content: "";
    width: 187px;
    height: 384px;
    display: block;
    position: absolute;
    bottom: -100px;
    left: 0;
    background: url('../images/chevrons-white-right.png') center center / cover no-repeat;
}

.hammers {
    position: relative;
    top: -114px;
    margin: 0 auto;
    display: block;
    z-index: 9;
}

@media (max-width: 600px) {
    .hammers {
        max-width: 100%;
        top: 0;
    }

    .download:after {
        display: none;
    }

    .download .brochure {
        display: block;
        margin: 10px auto;
    }

    .td {
        flex-direction: column;
    }

    .td .col-6 {
        max-width: 100%;
    }

    .dl {
        max-width: 100% !important;
    }

    .buttons h2 {
        margin: 0 0 1.1em;
        line-height: 28px;
    }
}

.page-template-product-cat-genny .prices {
    margin-top: 0;
    padding-bottom: 80px;
}

.page-template-product-cat-genny #overview {
    margin-bottom: 130px;
}

@media (max-width: 960px) {
    .job {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 28px;
    }

    .diagram:before {
        width: 100%;
    }

    .diagram img {
        max-width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }

    .bars {
        display: block;
        margin-left: 15px;
        overflow: hidden;
        width: 32px;
        height: 32px;
        position: relative;
        cursor: pointer;
        margin-block:8px;
    }

    .bar {
        display: block;
        width: 32px;
        height: 1px;
        background: white;
        margin-bottom: 6px;
        margin-top: 6px;
        position: relative;
        transition: all 0.2s ease;
        left: 0;
    }

    .active .bar:first-of-type {
        transform: rotate(45deg);
        top: 10.68px;
    }

    .active .bar:nth-of-type(2) {
        left: -100%;
    }

    .active .bar:nth-of-type(3) {
        left: 100%;
    }

    .active .bar:last-of-type {
        transform: rotate(-45deg);
        bottom: 10.68px;
    }

    .active .bar:first-of-type, .active .bar:last-of-type {
        transition-delay: .3s;
        left: 0px;
    }

    header {
        padding-top: 15px;
        justify-content: space-between;
        max-width: 100%;
        padding-right: 15px;
    }

    header img {
        max-width: 150px;
        margin-left: 20px;
        margin-top: 20px;
    }

    header nav {
        display: none;
    }

    .content {
        margin-bottom: 30px;
    }

    .buttons h2 {
        font-size: 32px;
        margin: 0 80px 1.1em;
    }

    .buttons .row {
        flex-direction: column;
    }

    .buttons {
        padding-top: 20px;
    }

    .card {
        max-width: calc(100% - 20px);
    }

    .card img {
        display: block;
        margin: 0 auto;
    }

    .card .title {
        font-size: 20px;
    }

    .arrow-left {
        left: 10px;
    }

    .arrow-right {
        right: 10px;
    }

    .slide {
        overflow: hidden;
    }

    /*.nav {*/
    /*    justify-content: center;*/
    /*    flex-direction: column;*/
    /*}*/
    #sidebar {
        position: fixed;
        width: 100%;
        background: black;
        left: 100%;
        top: 0;
        bottom: 0;
        padding: 150px 30px 20px;
        color: white;
        font-family: source-sans-pro;
        display: block;
        z-index: 4999;
        transition: left 0.5s ease;
        overflow-y: scroll;
    }

    #sidebar.active {
        left: 0;
    }

    #sidebar ul {
        list-style-type: none;
        margin: 1em 0;
    }

    #sidebar > ul {
        padding-left: 0;
    }

    #sidebar li {
        display: block;
        margin: 0 0 10px;
    }

    #sidebar li a {
        text-decoration: none;
        color: white;
        font-size: 20px;
    }

    .product-list {
        background: linear-gradient(to right, #EAA400 30px, white 30px);
    }

    .product {
        flex-direction: column;
        margin-bottom: 75px
    }

    .product img {
        /*margin: 0 auto;*/
        display: block;
    }

    .cta {
        padding-left: 30px;
        padding-right: 30px;
    }

    .cta h3 {
        font-size: 20px;
    }

    .prices h4 {
        font-size: 18px;
    }

    .images {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }

    .images img {
        display: block;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .table {
        max-width: 100%;
    }

    .product-text {
        margin-left: 45px;
        max-width: calc(100% - 60px);
    }

    .product h3 {
        font-size: 36px;
        margin: 15px 0 0 100px;
        line-height: 1;
    }

    .product h3 span {
        font-size: 20px;
    }

    .product h3:before {
        top: 0;
        left: -10px;
    }

    .slide.left .bg img {
        max-width: 667px;
    }

    .col-6 {
        max-width: 100%;
    }
}

@media (max-width: 600px) {

    .row-spread {
        flex-direction: column;
    }

    .table {
        overflow-x: scroll;
    }

    .nav {
        justify-content: center;
        flex-direction: column;
    }

    .brochures-b {
        flex-direction: column;
        min-height: auto;
    }

    .slide .text {
        position: static;
        transform: none;
        width: 100%;
        padding: 30px;
        min-height: 231px;
    }

    .slide a {
        position: static;
    }

    .slide .text img {
        display: none;
    }

    .slide {
        background-size: auto 300px !important;
        background-position: top left !important;
        padding-top: 300px;
    }

    .slide .bg {
        display: none;
    }

    .arrow {
        top: 127px;
    }
}

@media (max-width: 756px) {

    .page-template-product-cat-genny .breadcrumb, .page-template-product-supercat4 .breadcrumb {
        display: none;
    }
}

.downloads {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.dl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 50%;
    width: 100% !important;
    text-decoration: none;
    color: black;
}

.dl img {
    margin-right: 15px;
}

.figure {
    width: 100%;
    display: flex;
}

.figure-text {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.figure-image {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.divider {
    height: 5px;
    width: 100%;
    display: block;
    background: #EAA400;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: calc(100% - 30px);
}

@media (max-width: 600px) {
    .figure {
        flex-direction: column;
        max-width: calc(100% - 30px);
    }

    .figure-image, .figure-text {
        width: 100%;
    }

    .page-template-product-supercat4 .prices, .page-template-product-supercat4 #overview {
        max-width: calc(100% - 30px);
    }
}

.category {
    background: #F4F4F4;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: black;
}

.category p {
    margin: 0;
    font-size: 14px;
}

.category span {
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    background: #646464;
    color: white;
    height: 24px;
    min-width: 24px;
    border-radius: 10px;
    padding: 4px;
    text-align: center;
    font-size: 14px;
}

.category:hover {
    background: #EAA400;
    color: white;
}

.prod {
    margin-bottom: 35px;
}

.prod-img {
  width: 100%;
    height: auto;
    min-height: 200px;
    display: block;
    background-size: cover;
    background-position: center center;
}

.prod table {
    border: none;
}

.prod td, .prod th {
    border: none;
}

.prod-button {
    line-height: 14px;
    height: 32px;
    border-style: solid;
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    background-color: #666666;
    border-color: #666666;
    border-width: 1px;
    border-radius: 2px;
    color: #FFFFFF;
    width: 163px;
    position: relative;
    margin: 15px auto 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    padding-top: 9px
}

.prod-price {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #646464;
    margin: 0;
}

.prod-title {
    text-align: center;
    color: #646464;
    min-height: 90px;
	height: 95px;
}

.prod table td:last-of-type {
    text-align: right;
}

.prod tr:not(:last-of-type) td {
    border-bottom: 1px #646464 solid;
}

.text-left {
    text-align: left;
}

.product-title {
    font-size: 34px;
    color: #646464;
    margin-top: 40px;
    margin-bottom: 10px;
}

.price {
    color: #646464;
    font-weight: bold;
    font-family: sans-serif;
}

.price p {
    font-size: 28px;
    margin: 0;
}

.gallery-track {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.gallery-viewer {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.gallery-viewer img {
    width: 100%;
    display: block;
}

.gallery-image {
    position: relative;
    height: 100px;
    width: 100px;
    overflow: hidden;
    margin: 10px;
    cursor: pointer;
}

.gallery-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}

.sale {
    padding-bottom: 50px;
}

.info {
    background: #F4F4F4;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.info table, .info td {
    margin: 0;
    border: 0;
    padding: 10px;
}

.info tr:not(:last-of-type) td {
    border-bottom: 1px #646464 solid;
}

.info td:last-of-type {
    text-align: right;
}

.sale-button {
    line-height: 14px;
    height: 32px;
    border-style: solid;
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    background-color: #EAA400;
    border-color: #EAA400;
    border-width: 1px;
    border-radius: 2px;
    color: #FFFFFF;
    width: 163px;
    position: relative;
    margin: 15px auto 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    padding-top: 9px
}

.sale-content {
    line-height: 1.6;
}

.sale-content ul, .sale-content ol {
	padding-left: 16px;
  margin-top: 0;
}

.products {
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.product-archive--list {
    /*margin-top: 50px;*/
}

.product-archive--list .col-3 {
   /* max-width: 25%;*/
}

.product-archive--list .col-9 {
   /* max-width: 75%;*/
}

.td-logo {
    position: absolute;
    width: 100px;
    bottom: 20px;
    left: 270px;
}

.athing {
    margin-top: 40px;
}

.athing:before {
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    background: url('../images/chevrons-orange-right.png') left center / auto 100% repeat-x;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center;
}

.owl-theme .owl-nav { margin:0 !important; position:absolute; top:-52px; right:0; }
.owl-theme .owl-nav [class*=owl-] { margin:0 !important; width:30px; height:30px; border-radius:50% !important; background:#ed1d26 !important; color:#fff !important; }
.owl-carousel .owl-nav .owl-prev { margin-right:5px !important; }

.industry {
    text-decoration: none;
    color: black;
    text-align: center;
    background: white;
    display: block;
    padding: 10px 20px 30px;
    margin-top: 20px;
}

.industry:hover {
    color: white;
    background: #EAA400;
}

.industry h3 {
    margin: 20px 0 0;
    color: inherit;
}

.industry img {
    max-width: 100%;
}

.industries {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-template-radiodetection .row {
    padding-left: 15px;
    padding-right: 15px;
}

.industries h2 {
    margin: 0;
}

.resources {
    padding-top: 50px;
    padding-bottom: 50px;
}

.resource {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    font-weight: bold;
    margin-top: 15px;
}

.resource img {
    margin-right: 15px;
    max-width: 150px;
}

@media (max-width: 959px) {
    .resources h2 {
        margin: 0;
    }

    .sale .row {
        flex-direction: unset;
    }

    .sale .col-6 {
        max-width: 100%;
    }

    .sale {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gallery {
        margin-top: 40px;
    }

    .gallery-image {
        height: 80px;
        width: 80px;
    }

    .col-3 {
        max-width: 100%;
    }

    .industry {

    }

    /*}*/
    /*@media (max-width: 600px) {*/
    .product-archive {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-archive--list {
        flex-direction: column;
    }

   

    .products .col-4 {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .td-logo {
        width: 70px;
        left: 170px;
    }

    .product-archive--list .col-3 {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }

    .col-4 {
        max-width: 100%;
    }
}

.charities {
    margin-top: 50px;
}

.td-logo {
    display: flex;
    align-items: flex-end;
}

.td-logo img {
    max-width: 100px;
    margin-left: 10px;
}

@media (max-width: 600px) {
    .td-logo img {
        max-width: 62px;
    }
}

nav li {
    position: relative;
}

nav > ul ul ul {
    left: 100%;
    top: 0;
}

@media (max-width: 600px) {
    .figure {
        flex-direction: column;
        max-width: calc(100% - 30px);
    }

    .figure-image, .figure-text {
        width: 100%;
    }

    .page-template-product-supercat4 .prices, .page-template-product-supercat4 #overview {
        max-width: calc(100% - 30px);
    }

    .team {
        margin-left: 15px;
        margin-right: 15px;
    }

    .team .col-md-4 {
        max-width: 100%;
    }

    .team .row {
        flex-wrap: wrap;
    }
}

.member {
    margin: 15px 0;
    position: relative;
    padding: 25px 25px 60px;
    box-shadow: 6px 6px 8px rgb(0 0 0 / 50%);
}

.member-green {
    background: #B1CC08;
}

.member-blue {
    background: #00AED6;
}

.member-orange {
    background: #EAA400;
}

.member img {
    max-width: 100%;
}

.member h3 {
    font-size: 16px;
    margin: 15px 0 0;
}

.member p {
    font-size: 14px;
    margin: 0;
}

.member a {
    position: absolute;
    bottom: 25px;
    right: 25px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.solution {
    background: #f5f5f5;
    width: 100%;
    margin-bottom: 30px;
}

.solution img {
    max-width: 100%;
}

.solution-content {
    padding: 20px 20px 40px;
    min-height: 275px;
    position: relative;
}

.solution-content a {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    background: #EAA400;
    padding: 10px;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

.solution-content h3 {
    font-size: 25px;
    margin: 0 0 10px;
}

.navi {
    background: #EAA400;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.navi a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
}

.navi a:hover {
    color: #B20026;
}

#downloads {
    margin-top: 50px;
}

.downloads-title {
    font-size: 30px;
    font-family: Arial;
    font-weight: bold;
    text-align: left;
    margin: 0;
}

.download-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 15px;
    color: inherit;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}

.download-item--content {
    margin-left: 15px;
}

.download-item--filesize {
    font-size: 14px;
    color: #d5d5d5;
}

@media (min-width: 641px) {
    h4, .heading-style-h4 {
        font-size: 1.35714rem;
        line-height: 1.1em;
    }
}

h4, .heading-style-h4 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.1em;
}

@media print, screen and (min-width: 40em) {
    h4 {
        font-size: 1.35714rem;
    }
}

h4 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

#features {
    background: rgba(234, 164, 0, 0.75);
    padding: 40px;
}

.field-product-features .field-title {
    font-size: 14px;
    font-weight: bold;
}

@media (min-width: 641px) {
    .field-product-features .paragraph {
        width: 40.67797%;
        float: left;
        margin-right: 1.69492%;
    }
}

.field-product-features .paragraph {
    padding-bottom: 50px;
}

.product-features-wrap {
    margin: 0 auto 15px;
    padding: 35px 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pagination {
    text-align: center;
    color: #EAA400;
    margin-bottom: 50px;
}

.pagination a {
    margin: 0 6px;
    text-decoration: none;
    display: inline-block;
    color: inherit;
}

.prod-content {
    min-height: 200px;
    padding-bottom: 21px;
    position: relative;
}

/* .prod-content a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
} */

.product-features-wrap p:empty {
    display: none !important;
}

/* Inderjeet CSS */

.fs-bold{
	font-weight: bold;
}

.mg-all-btn{
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 16px;
}
/* Styles for the send-email form */
.send-email {
    margin-top: 20px;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Styles for the form labels and inputs */
.enq-form {
    margin-bottom: 15px;
}

.enq-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.enq-form input, 
.enq-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.enq-form input, 
.enq-form textarea {
    font-style: normal;
    color: black; /* Set text color to black */
}

/* Styles for the overlay background */
.enquire-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

/* Styles for the dialog box */
.enquire-dialog {
    width: 400px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-90%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* Styles for the close button */
#close-enquire-dialog {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    background: none;
    border: none;
    color: #333;
}

/* Styles for the form elements */
.enq-form {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 5px;
}
.enq-btn{
	display: inline !important;
	font-size: 25px !important;
	width: 250px !important;
	height: 50px !important;
	padding-bottom: 13px !important;
	margin-top: 0px;
  margin-right: 20px;
}

.enq-btn-cat{
	display: inline !important;
	font-size: 25px !important;
	width: 250px !important;
	height: 50px !important;
	padding-bottom: 13px !important;
	margin-top: 0px;
	margin-right: 0px;
}

.dialog-out-div{
	
}

.bi-filetype-pdf{
	color: red;
}
.download-item{
	border-bottom: 1px solid #ddd;
	justify-content: space-between !important;
}
.down-arrow{
	
}
.field-feature-description{
	color: white;
}

.field-title{
	color: white;
}
.navi{
	background: #0084d5 !important;
}
.radio-button{
	background-color: #0084d5 !important;
    border-color: #0084d5 !important;
}

.radio-button:hover{
	background-color: black !important;
    border-color: #0084d5 !important;
}

.radio-industry:hover{
	background: #253d64 !important;
}

#features{
	    background: #253d64 !important;
}

.cat-man-table thead {
  background-color: #0084d5 !important;
}
.fs-14{
	font-size: 13px;
	padding-bottom: 20px;
}

.hammer-padding-0{
	padding: 0px !important;
}
.download-bro-btn{
	background: #e20817;
  margin-left: auto;
}
.download-bro-btn a {
    background: #e20817; 
    transition: background 0.3s ease; 
	width: 210px;
}

.download-bro-btn a:hover {
    background: #afcb08 !important; 
    
}
#features{
	color: white;
	font-size: 14px;
}
.water-sol-box{
	font-size: 14px !important;
}
.water-sol-box-head{
	font-size: 18px !important;
}
.focus-btn{
	line-height: 14px;
    height: auto;
    border-style: solid;
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    background-color: #EAA400;
    border-color: #EAA400;
    border-width: 1px;
    border-radius: 2px;
    color: #000;
    padding: 5px 20px;
	font-size: 14px;
	font-weight:500;
	cursor: pointer;
}
.focus-btn:hover{
	background-color: #afcb08;
	border-color: #afcb08;
}
.text-align-center{
	text-align: center !important;
}
.clear-focus{
	padding-bottom: 10px;
	margin-top: -20px;
}
#branding .__box1 #radioimage{
	width :60% !important;
}
.margin-left-110{
	margin-left: 110px;
}
.shear-img{
  flex-direction: unset !important;
}
.img-width-30{
	width: 30%;
}
.img-width-50{
	width: 40%;
}
.img-width-100{
	width: 90%;
}
.img-width-70{
	width: 70%;
}
.color-green{
  background-color: #0dc143 !important;
  border-color: #0dc143 !important;
}
.color-green:hover{
  background-color: #50e37c !important;
  border-color: #50e37c !important;
}
@media only screen and (max-width: 900px) {
    .enquire-dialog {
		transform: translate(-50%, -50%);
        width: 70%;
        max-width: 90vw;
    }
	.enq-btn-cat{
		margin-right: auto;
	}
	.col-8 {
		max-width: 100%;
	}
	.download-item{
		font-size: 10px;
	}
	.download-item--filesize {
		font-size: 10px;
	}
	.bi-filetype-pdf{
		height: 30px !important;
	}
	.download-bro-btn a {
		width: auto;
	}
	.margin-left-110{
		margin-left: 0px;
	}
}


@media only screen and (max-width: 600px) {
    .enquire-dialog {
		transform: translate(-50%, -50%);
        width: 90%;
        max-width: 90vw;
    }
	.enq-btn-cat{
		margin-right: auto;
	}
	.col-8 {
		max-width: 100%;
	}
	.download-item{
		font-size: 10px;
	}
	.download-item--filesize {
		font-size: 10px;
	}
	.bi-filetype-pdf{
		height: 30px !important;
	}
	.download-bro-btn a {
		width: auto;
	}
	.margin-left-110{
		margin-left: 0px;
	}
}

/* Styles for custom alert */
#custom-alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    z-index: 1000;
}

#custom-alert h2 {
    margin-top: 0;
    color: #333;
}

#custom-alert p {
    margin-bottom: 0;
    color: #555;
}

#custom-alert button {
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #3498db;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.sol-title{
	height: 60px !important;
	line-height: 1.2;
}
.sol-text{
	height: 100px !important;
}

.cat-head{
	padding-bottom:10px;
}
.internal-cat-head strong{
	font-size:14px;
}
.internal-cat-head{
	padding-bottom:5px;
}
div{
	line-height: 1.4;
}
.homepage-container{
	max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
	margin: 50px auto;
	background-color: #fff;
}
.home .homepage-container{
	/*max-width: 66%;*/
	margin: 50px auto;
    padding: 20px;
	background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.text-width{
	width: 35% !important; 
}
.p-small{
	font-size: 12px;
}

/* Container styling */
.brochures {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}

/* Brochure link styling */
.brochure {
  text-decoration: none;
  color: #333;
  transition: transform 0.3s ease-in-out;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.brochure:hover {
  transform: translateY(-5px); /* Add a subtle lift effect on hover */
}

/* Image styling */
.brochure img {
  width: 100%; /* Make the image fill the container */
  height: auto;
  border-bottom: 1px solid #ddd;
}

/* Text styling */
.brochure span {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 13px;
}

/* Adjustments for better readability and spacing */
.brochure + .brochure {
  margin-left: 20px; /* Add some space between brochures */
}

.fs-16{
	font-size: 16px !important;
}
.fs-13{
	font-size: 12px !important;
}

.margin-0{
	margin: 0px !important;
}
.fs-20{
	font-size: 20px !important;
}

#branding .__box1 {
    width: 55% !important;
}
#solutionImage{
    max-height: 70px !important;
}

.margin-bottom-35{
	margin-bottom: 35px;
}
.margin-left-0{
	margin-left: 0px !important;
}
#branding .__box1 a {
    margin-left: 0px !important;
}
.padding-top-20{
	padding-top: 20px;
}
.no-border-table td,
.no-border-table th {
    border: none !important;
	min-width: 300px;
	padding-bottom: 15px;
}
.no-border-table {
    border: none !important;
}
.home-search{
	width: 25%;
}
.home-srh-btn{
	margin: 0px;
	width: 100%;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
	font-size: 14px !important;
}
.blur {
      filter: blur(5px);
    } 
.col-green{
	  background: #d5f3dd;
	}

.padding-bottom-20{
	padding-bottom: 20px;
}

.acc-rd{
	min-height: 180px !important;
}
#radioimagetext{
	width: 88% !important;
    margin-top: 10px;
}
.asl_w_container {
	 margin-top: 0px !important;
}

.display-inline{
	display: inline;
}
.display-inline-block{
	display: inline-block;

}
.float-right{
	float: right;
	margin-top: 35px;
}
.text-align-right{
	text-align: right;
}
.text-align-center{
	text-align: center;
}
.margin-left-300{
	margin-left: 300px;
}
.margin-left-910{
	margin-left: 910px;
}
.margin-left-500{
	margin-left: 500px;
}


@media only screen and (max-width: 900px) {
    .sol-title{
	height: 50px !important;
	}
	.sol-text{
		height: 95px !important;
	}
	.homepage-container{
		max-width: 90%;
	}
	.text-width{
		width: 100% !important; 
	}
	.head:before {
		background: none;
	}
	.no-border-table td,
	.no-border-table th {
		min-width: auto;
	}
	.home-search{
		width: 100%;
		text-align: center;
		padding: 5%;
	}
	#branding .__box1 {
		width: 100% !important;
		padding-bottom: 15px;
	}
	#radioimagetext{
	width: 90% !important;
	margin-left: 0% !important;
}
	.asl_w_container {
	 margin-top: 0px !important;
	}
	.margin-left-300{
		margin-left: 0px;
	}
	.margin-left-910{
		margin-left: 0px;
	}
	.margin-left-500{
		margin-left: 0px;
	}
	.row-v-center {
		align-items: normal;
	}
	.float-right {
		float: none;
		margin-top: unset;
	}
	    
}


@media only screen and (max-width: 600px) {
    .sol-title{
	height: auto !important;
	}
	.sol-text{
		height: auto !important;
	}

	.homepage-container{
		max-width: 90%;
	}
	.text-width{
		width: 100% !important; 
	}
	.no-border-table td,
	.no-border-table th {
		min-width: auto;
	}
		.home-search{
		width: 100%;
		text-align: center;
		padding: 5%;
	}
	#branding .__box1 {
		width: 100% !important;
		padding-bottom: 15px;
	}
		#radioimagetext{
	width: 90% !important;
	margin-left: 0% !important;
			
}
	.asl_w_container {
	 margin-top: 0px !important;
	}
	.margin-left-300{
		margin-left: 0px;
	}
	.margin-left-910{
		margin-left: 0px;
	}
	.margin-left-500{
		margin-left: 0px;
	}
	.row-v-center {
		align-items: normal;
	}
	.float-right {
		float: none;
		margin-top: unset;
	}
}

/*contact form 7 */

.out-div {
    display: inline;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Style for individual input fields */
.text-input {
    width: 32.7%; /* Adjust the width as needed, leaving some space for margin and padding */
    display: inline-block;
    box-sizing: border-box; /* Include padding and border in the width calculation */
  	margin: 5px 0px 5px 0px;
}

input[type="submit"] {
    background-color: #3498db; /* Button color */
    color: #fff; /* Text color */
    padding: 12px 20px; /* Padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s; /* Smooth color transition on hover */
  	font-style: normal;
  	font-weight: bold;
}
input[type="radio"][name="invoice-radio"][value="Yes"] {
    margin-left: -9px;
  	margin-bottom: -16px;
}
input[type="radio"][name="invoice-radio"][value="No"] {
    margin-left: -5px;
  	margin-bottom: -15px 
}

/* Hover effect */
input[type="submit"]:hover {
    background-color: #2980b9; /* Darker color on hover */
}

.uacf7_range_slider-523{
	width: 90%;
}
.cf7-label{
	font-size: 14px;
}
.wpcf7-list-item-label{
	font-size: 14px;
}
.wpcf7-form label{
	padding: 0px 0 !important;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0px !important;
}
.margin-bottom-2 {
	margin-bottom: 8px !important;
}
.margin-bottom-20{
	margin-bottom: 20px !important;
}
.product-info-heading {
  font-family: 'Arial', sans-serif;
  color: #3498db; /* Change the color to your preference */
  font-size: 24px;
  text-align: left;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Add a subtle text shadow */
}
#pum_popup_title_5670, #pum_popup_title_5828{
font-family: 'Arial', sans-serif;
  color: #3498db; /* Change the color to your preference */
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Add a subtle text shadow */
}

.wpcf7-form-control {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 2px solid #3498db; /* Border color - you can adjust to your preference */
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
}

/* Optional: Add focus effect */
.wpcf7-form-control:focus {
  outline: none;
  border-color: #e74c3c; /* Change the focus color to your preference */
  box-shadow: 0 0 5px rgba(231, 76, 60, 0.7); /* Add a subtle box shadow on focus */
}

/* Optional: Style for invalid input */
.wpcf7-not-valid {
  border-color: #e74c3c; /* Change the invalid input color to your preference */
}

/* Optional: Placeholder styling */
.wpcf7-form-control::placeholder {
  color: #999;
}

/* Internal text styling */
.wpcf7-form-control:not(:placeholder-shown) {
  color: #555; /* Change the color of internal text as needed */
}

.wpcf7-submit{
color: white !important;
}

/* Style for the radio button */
input[type="radio"] {
  margin-right: 8px; /* Adjust spacing between radio button and text */
}

/* Style for the text span */
.wpcf7-list-item-label {
  font-size: 16px;
  color: #333;
}

.wpcf7-list-item.last {
  padding-left: 20%;
  padding-right: 14%;
}
.wpcf7-list-item-label{
padding-left: 40px;
}
.wpcf7-recaptcha{
border: none !important;
}
.wpcf7-not-valid-tip{
display: none !important;
}
/* Responsive styling for smaller screens */
@media (max-width: 768px) {
    .text-input {
        width: 100%; /* Take full width on smaller screens */
        display: block; /* Change to block on smaller screens */
        box-sizing: border-box; /* Include padding and border in the width calculation */
        margin-bottom: 15px; /* Adjust the spacing between pairs as needed */
    }
.wpcf7-list-item.last {
  padding-left: 20%;
}
}

/* homepage grid */
.image-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            padding: 0;
        }

        .image-grid img {
            width: 100%;
            height: auto;
            border: 1px solid #ddd; /* Add a border to the images */
            border-radius: 8px; /* Optional: Add some border-radius for a rounded look */
          	box-shadow: 0 0 3px black;
        }
.homepage-icon-head{
text-align: center;
}

        /* Media query for mobile version */
        @media (max-width: 768px) {
            .image-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }


.featured-items-heading {
            text-align: center;
            font-size: 24px;
            margin-bottom: 20px;
        }

        .featured-products-container {
            display: flex;
            justify-content: space-around;
            background-color: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .featured-product {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 8px;
            background-color: #fff;
            transition: transform 0.3s ease-in-out;
            cursor: pointer;
            margin: 20px;
            overflow: hidden;
        }

        .featured-product:hover {
            transform: scale(1.05);
        }

        .featured-product img {
            width: 100%;
            height: auto;
            margin-bottom: 10px;
            border-radius: 8px;
        }

        .more-details-button {
            margin-top: auto;
            padding: 8px 16px;
            background-color: #4CAF50;
            color: #fff;
            text-decoration: none;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            margin-bottom: 15px;
            font-size: 18px;
            font-weight: 700;
        }

        .more-details-button:hover {
            background-color: #45a049;
        }

        .margin-top-40 {
            margin-top: 35px;
        }
/* Media query for mobile version */
        @media (max-width: 768px) {
            .featured-products-container {
             	display: block;
            }
        }


.sp-image {
    width: 75% !important;
    margin-top: 0px !important;
}
.currency-con-margin{
	margin-top: 10px;
  margin-bottom: 10px;
}
/*stock page buy now button*/

.stock-buy{
		cursor: pointer;
    display: inline !important;
    font-size: 25px !important;
    width: 250px !important;
    height: 50px !important;
    padding-bottom: 13px !important;
    margin-top: 0px;
    padding-top: 9px;
}
.header-tel{
	background: none !important;
  color: black !important;
}
.contact-tel{
	text-decoration: none;
}
.overflow-x{
	overflow-x: auto !important;
}
.margin-top-0{
  margin-top: 0px !important;
}
.width-10{
	max-width : 20% !important;
}
/* Responsive adjustments */
@media (max-width: 767px) {
  .width-10 {
    max-width: 50% !important;
  }
  .slide {
    position: relative;
    height: 500px !important;
    padding: 300px 0 0;
    background-position: bottom center !important;
  }
  .slide.left .text {
  	position: absolute;
  	top: 0;
  	left: 0;
    padding-left: 0;
  	padding-right: 0;
  }
}

.related-prod-img{
	min-height: 100px !important
}
.related-product-title{
	font-size: 14px;
  text-align: center;
  margin-top: 0px;
}
.related-prod-price {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #646464;
  margin: 0;
}

.testimonial-carousels .testimonial-item.item { margin-left:1px; }
.testimonial-carousels .testimonial-wrapper img { width:auto; }
.testimonial-carousels .testimonial-wrapper { border:1px solid #ddd; padding:25px; border-radius:8px; }
.testimonial-carousels .testimonial-wrapper .rating-img { margin-bottom:20px; }
.testimonial-carousels .testimonial-wrapper .rating-img img { width:auto; height:15px; }
.testimonial-carousels .testimonial-wrapper .client-message { font-size:14px; margin-bottom:20px; min-height:275px; }
.testimonial-carousels .testimonial-wrapper .client-details-wrapper { overflow:hidden; clear:both; }
.testimonial-carousels .testimonial-wrapper .client-details-wrapper .client-thumb { width:20%; float:left; }
.testimonial-carousels .testimonial-wrapper .client-details-wrapper .client-thumb img { width:60px; height:60px; border-radius:50%; object-fit:cover; }
.testimonial-carousels .testimonial-wrapper .client-details-wrapper .client-name { margin-bottom:0; }
.testimonial-carousels .testimonial-wrapper .client-details-wrapper .client-info { width:80%; float:left; padding:9px 0 9px 9px; box-sizing:border-box; }
.testimonial-carousels .testimonial-wrapper .client-details-wrapper .client-company { font-size:14px; }

.finance-table-wrapper {
  position: relative;
}
.table-head-wrapper {
	width; 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.table-head-wrapper.fixed-table-header {
	position: fixed;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  top: 149px;
  left: 0;
  right: 0;
  z-index: 1000;
}
table.sales-finance-table {
  border-left: 0;
  border-right: 0;
  margin: 0;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.table-head-wrapper table.sales-finance-table-head {
	margin: 0;
}
table.sales-finance-table tr th, table.sales-finance-table tr td, .table-head-wrapper table.sales-finance-table-head tr.table-head th {
	padding:8px !important;
  word-wrap: break-word;
  overflow: hidden;
  max-width: 100%;
}
table.sales-finance-table tr td:first-child {
	border-left: 1px solid #000;
}
table.sales-finance-table tr.row-blank td {
	border: 0;
}
table.sales-finance-table tr.contains-excavator td {
	border-top: 1px solid #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}
table.sales-finance-table tr.contains-excavator.no-top-border td {
	border-top: 0;
}
table.sales-finance-table tr.table-head th, .table-head-wrapper table.sales-finance-table-head tr.table-head th  {
	background: #e20817;
  color: #fff;
  /*white-space: nowrap;*/
}
table.sales-finance-table tr.table-head th:first-child {
	border-left: 1px solid #000;
}
.qty-field {
	width: 75px;
}
.val-field, .val-line-total, .val-num, .weekest {
	width: 100%;
}
.td-data-wrap {
	display: flex;
  gap: 5px;
  align-items: center;
}
table.sales-finance-table input[type="text"], table.sales-finance-table input[type="number"] {
	margin: 0;
}
.td-data-wrap > div:first-child {
  flex: 0 0 auto;
  white-space: nowrap;
}
.td-data-wrap > div:last-child {
  flex: 1;
}
table.sales-finance-table div {
	line-height: 1;
}
.val-select, .misc-note {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 37px;
}
.qty-field::-webkit-outer-spin-button, .qty-field::-webkit-inner-spin-button, #years::-webkit-outer-spin-button, #years::-webkit-inner-spin-button, .weekest::-webkit-outer-spin-button, .weekest::-webkit-inner-spin-button, .val-costvat::-webkit-outer-spin-button, .val-costvat::-webkit-inner-spin-button, .misc-val-costvat::-webkit-outer-spin-button, .misc-qty-field::-webkit-outer-spin-button, .misc-weekest::-webkit-outer-spin-button,
.misc-val-costvat::-webkit-inner-spin-button, .misc-qty-field::-webkit-inner-spin-button, .misc-weekest::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-field, .weekest, .val-costvat, .misc-val-costvat, .misc-qty-field, .misc-weekest {
  -moz-appearance: textfield;
}
.qty-field {
	width: 100%;
}
.misc-item, .misc-note {
	margin:0;
  resize:none;
}
.addRow, .deleteRow {
	border:0;
  background:#ddd;
  padding:10px 15px;
  text-align:center;
  border-radius:3px;
  color:#fff;
  cursor:pointer;
}
.addRow {
	background:#00b050;
}
.deleteRow {
	background:#ff3d00;
}

body.single-product .sale-content ul li a {
	color: #000;
 	cursor: text;
  pointer-events: none;
}