﻿/* ==========================================================================
  CSS Reset
  ========================================================================== */
@font-face {
  font-family: "Inter";
  src: url("/Resources/fonts/Inter_24pt-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/Resources/fonts/Inter_24pt-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/Resources/fonts/Inter_24pt-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/Resources/fonts/Inter-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(/Resources/fonts/fa-brands-400.eot);
  src: url(/Resources/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-brands-400.woff2) format("woff2"), url(/Resources/fonts/fa-brands-400.woff) format("woff"), url(/Resources/fonts/fa-brands-400.ttf) format("truetype"), url(/Resources/fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/Resources/fonts/fa-solid-900.eot);
  src: url(/Resources/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-solid-900.woff2) format("woff2"), url(/Resources/fonts/fa-solid-900.woff) format("woff"), url(/Resources/fonts/fa-solid-900.ttf) format("truetype"), url(/Resources/fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-phone:before {
  content: "\f095";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-cookie-bite:before {
  content: "\f563";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-user:before {
  content: "\f007";
}

.fa-star:before {
  content: "\f005";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.checkbox {
  padding: 0px !important;
  margin: 0 !important;
}
.checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.checkbox input:checked + label:after {
  opacity: 1 !important;
  visibility: visible !important;
}
.checkbox label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  margin-bottom: 0;
}
.checkbox label a {
  color: #000;
  text-decoration: underline;
}
.checkbox label:after {
  content: "\f00c" !important;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 4px;
  font-size: 16px;
  line-height: initial;
  top: 3px;
  margin-left: 0;
  opacity: 0;
  visibility: hidden;
  color: #D2066F;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.55);
  color: #000;
  border-radius: 5px;
}

.radio {
  padding: 0px !important;
}
.radio input {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.radio input[type=radio]:checked + label::before {
  background: #D31447 !important;
}
.radio label {
  position: relative;
  padding-left: 35px;
  margin: 0px;
  margin-bottom: 10px !important;
  text-align: left !important;
  cursor: pointer;
  color: #939393;
  font-weight: 500 !important;
  font-size: 14px;
}
.radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid #4B4B4B;
  border-radius: 50%;
  background-color: #fff;
}

/*.checkbox {
    padding-left: 20px;

    label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;

        &::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #000;
            border-radius: 0;
            background-color: #fff;
            -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
            -o-transition: border .15s ease-in-out,color .15s ease-in-out;
            transition: border .15s ease-in-out,color .15s ease-in-out;
        }

        &::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 13px;
            color: #e6265e;
        }
    }

    &.has-success label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        margin-left: -20px;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 13px;
        color: #e6265e;
    }

    input {
        &[type=checkbox],
        &[type="radio"] {
            opacity: 0;
            z-index: 1;
        }

        &[type="checkbox"]:focus + label::before, &[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        /*&[type="checkbox"]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f004";
        }
    }

    /*&.has-success label::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f004";
    }

    input {
        &[type="radio"]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f004";
        }

        &[type="checkbox"]:disabled + label, &[type="radio"]:disabled + label {
            opacity: 0.65;
        }

        &[type="checkbox"]:disabled + label::before, &[type="radio"]:disabled + label::before {
            background-color: #eeeeee;
            cursor: not-allowed;
        }
    }

    &.checkbox-circle label::before {
        border-radius: 50%;
    }

    &.checkbox-inline {
        margin-top: 0;
    }
}

.checkbox-primary input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #fff;
        border-color: #fff;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-danger input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #d9534f;
        border-color: #d9534f;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-info input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-warning input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-success input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.radio {
    padding-left: 20px;

    label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;

        &::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        &::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }
    }

    input[type="radio"] {
        opacity: 0;
        z-index: 1;

        &:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        &:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        &:disabled + label {
            opacity: 0.65;

            &::before {
                cursor: not-allowed;
            }
        }
    }

    &.radio-inline {
        margin-top: 0;
    }
}

.radio-primary input[type="radio"] {
    + label::after {
        background-color: #337ab7;
    }

    &:checked + label {
        &::before {
            border-color: #337ab7;
        }

        &::after {
            background-color: #337ab7;
        }
    }
}

.radio-danger input[type="radio"] {
    + label::after {
        background-color: #d9534f;
    }

    &:checked + label {
        &::before {
            border-color: #d9534f;
        }

        &::after {
            background-color: #d9534f;
        }
    }
}

.radio-info input[type="radio"] {
    + label::after {
        background-color: #5bc0de;
    }

    &:checked + label {
        &::before {
            border-color: #5bc0de;
        }

        &::after {
            background-color: #5bc0de;
        }
    }
}

.radio-warning input[type="radio"] {
    + label::after {
        background-color: #f0ad4e;
    }

    &:checked + label {
        &::before {
            border-color: #f0ad4e;
        }

        &::after {
            background-color: #f0ad4e;
        }
    }
}

.radio-success input[type="radio"] {
    + label::after {
        background-color: #5cb85c;
    }

    &:checked + label {
        &::before {
            border-color: #5cb85c;
        }

        &::after {
            background-color: #5cb85c;
        }
    }
}

input {
    &[type="checkbox"].styled:checked + label:after, &[type="radio"].styled:checked + label:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f00c";
    }

    &[type="checkbox"] .styled:checked + label::before, &[type="radio"] .styled:checked + label::before, &[type="checkbox"] .styled:checked + label::after, &[type="radio"] .styled:checked + label::after {
        color: #fff;
    }
}

.checkbox-size {
    position: relative;
    z-index: 1;
    padding-left: 0;
    display: inline-block;

    input {
        display: none;
    }

    label::before {
        background-color: #e53069;
        position: absolute;
        margin-left: 0;
        margin-top: -5px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
        color: #fff;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        border: 2px solid #e53069;
        transition: border 0.2s ease-in-out;
    }

    input[type="radio"]:checked ~ .checkbox-size label::before {
        border: 1px solid #fff;
    }
}

.Checkbox .form-control-feedback {
    display: none !important;
}*/
.topheader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: #F4F4F4;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  padding: 15px 0 0 0;
}
.topheader .logo {
  position: relative;
  margin: 0 10px 0 0;
}
.topheader .logo.mobile {
  display: none;
}
.topheader .logo img {
  max-width: 250px;
  width: 100%;
  height: auto;
}
.topheader .container-fluid.custom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.topheader .search {
  width: 100%;
  max-width: 550px;
  background: #F4F4F5;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 5;
  border-radius: 10px;
  max-height: 750px;
  overflow-y: auto;
}
.topheader .search.active {
  visibility: visible;
  opacity: 1;
}
.topheader .search .wrapper {
  display: block;
  padding: 0 15px;
  /* padding: 15px 15px 0 15px;*/
  position: relative;
}
.topheader .search .wrapper.loading {
  position: relative;
}
.topheader .search .wrapper.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  position: absolute;
  right: 135px;
  top: 32px;
  z-index: 2;
}
.topheader .search h2 {
  font-size: inherit;
  text-align: center;
  display: block;
  margin-bottom: 50px;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.33);
}
.topheader .search .form-group {
  position: relative;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.topheader .search .form-group .help-block {
  position: absolute;
  top: 49px;
  width: 100%;
}
.topheader .search .form-group .form-control {
  background: #fff;
  color: #000;
  font-size: inherit;
  position: relative;
  border: 1px solid #DDDDDD;
  padding: 12px 15px 12px 40px;
  /* width: 350px;*/
  border-radius: 7px;
  font-size: 16px;
}
.topheader .search .form-group .form-control:focus {
  border: 1px solid #EB7B31;
}
.topheader .search .form-group .btn-search {
  position: absolute;
  top: 6px;
  left: 15px;
}
.topheader .search .form-group .btn-search img {
  max-width: 17px;
  width: 100%;
}
.topheader .search-results {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  transition: all 0.3s ease-in-out;
  /*  height: calc(100vh - 150px);*/
  overflow-y: auto;
  width: 100%;
  z-index: 22;
}
.topheader .search-results .stripe {
  display: block;
  height: 2px;
  background: #f1f1f1;
  margin: 5px -30px 0px;
}
.topheader .search-results:has(.inner.no-results) {
  height: 100px;
}
.topheader .search-results .inner {
  padding: 15px 30px;
  border-top: 2px solid #f0f0f0;
  position: relative;
  max-height: 550px;
  overflow-y: scroll;
}
.topheader .search-results .inner.no-results:before {
  content: "Geen resultaten gevonden";
  padding: 15px 0 5px;
  display: table;
  font-weight: 900;
  font-size: 24px;
}
.topheader .search-results .inner .close-search {
  position: absolute;
  top: 20px;
  right: 0px;
  font-size: 30px;
  color: #bbb;
  padding: 13px;
  z-index: 1;
  cursor: pointer;
}
.topheader .search-results .inner .close-search.hidden {
  display: none;
}
.topheader .search-results .inner b {
  display: block;
  font-size: 24px;
  margin-bottom: 30px;
}
.topheader .search-results .inner .products .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  color: #000;
  text-decoration: none !important;
  align-items: center;
  border-bottom: 1px solid #ececec;
  justify-content: space-between;
  padding: 15px 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.topheader .search-results .inner .products .item:hover {
  background-color: #fafafa;
}
.topheader .search-results .inner .products .item .img {
  max-width: 90px;
}
.topheader .search-results .inner .products .item .img img {
  max-width: 100%;
}
.topheader .search-results .inner .products .item h6 {
  font-weight: bold;
  margin-bottom: 15px;
}
.topheader .search-results .inner .products .item .btn-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  width: 30%;
}
.topheader .search-results .inner .products .item .btn-list .delivery {
  text-align: right;
  display: block;
}
.topheader .search-results .inner .products .item .btn-list .stock {
  width: 100%;
  text-align: right;
  position: relative;
  padding: 0 0.5rem;
}
.topheader .search-results .inner .products .item .btn-list .stock b {
  font-size: 12px;
  color: #01982b;
  margin: 10px 0;
}
.topheader .search-results .inner .products .item .btn-list .stock.not b {
  color: red;
}
.topheader .search-results .inner .products .item .btn-list input {
  padding: 9px 5px;
  width: 60px;
  height: inherit;
  border-radius: 4px;
  color: #000;
  font-weight: 500;
  text-align: center;
  background: #f8f8f8;
  -webkit-appearance: none;
  border: 2px solid #eee;
  margin-right: 15px;
}
.topheader .search-results .inner .products .item .right-side {
  padding-left: 20px;
  flex: 0 0 80%;
  max-width: 80%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.topheader .search-results .inner .products .item .right-side .sku {
  font-weight: 600;
}
.topheader .search-results .inner .products .item .right-side .price {
  margin: 0 0 0 25px;
  font-weight: bold;
  font-size: 16px;
  width: 20%;
  text-align: right;
}
.topheader .search-results .inner .products .item .right-side a {
  text-decoration: none;
}
.topheader .search-results .inner .products .item .right-side b {
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}
.topheader .search-results .inner .products .item .right-side .info {
  margin-right: auto;
  max-width: 70%;
  width: 100%;
}
.topheader .search-results .inner .cats {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.topheader .search-results .inner .cats#divPages {
  margin-bottom: 0;
}
.topheader .search-results .inner .cats#divPages:before {
  content: "Advies";
  padding: 15px 0 5px;
  display: table;
  font-weight: 900;
  font-size: 24px;
}
.topheader .search-results .inner .cats a {
  display: block;
  font-size: 16px;
  color: #000;
  padding: 8px 30px;
  font-weight: 600;
  margin: 0px -30px;
}
.topheader .search-results .inner .cats a span {
  font-weight: 400;
}
.topheader .phone {
  position: relative;
  padding: 0 0 0 25px;
}
.topheader .phone a {
  color: #1B4150;
  font-size: 16px;
}
.topheader .phone:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.topheader .phone.active:before {
  background: #34AC51;
}
.topheader .phone.inactive:before {
  background: #1B4150;
}
.topheader .logo-right {
  margin: 0 0 0 auto;
  max-width: 150px;
}

.language-switch {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(2px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.language-switch.active {
  opacity: 1;
  visibility: visible;
}
.language-switch .tag {
  background: rgba(235, 123, 49, 0.23);
  color: #EB7B31;
  padding: 3px 10px;
  border-radius: 25px;
  display: table;
  margin: 0 auto 25px;
}
.language-switch .tag:before {
  content: "";
  position: relative;
  display: inline-block;
  background: #EB7B31;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
  top: -1px;
}
.language-switch .inner {
  position: relative;
  background: #fff;
  border-radius: 38px;
  max-width: 900px;
  width: calc(100% - 30px);
  padding: 50px 50px 75px;
  text-align: center;
  margin: 50px auto;
}
.language-switch .inner svg {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 22px;
  height: auto;
  color: #000000;
  cursor: pointer;
}
.language-switch .inner .title {
  font-size: 41px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000000;
}
.language-switch .inner .div-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.language-switch .inner .div-row #aCurrentLang img {
  border-color: #EB7B31;
}
.language-switch .inner .div-row a {
  display: block;
  position: relative;
  overflow: hidden;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin-top: 50px;
}
.language-switch .inner .div-row a b {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 21px;
  color: #1B4150;
}
.language-switch .inner .div-row a img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 50%;
  padding: 5px;
  border: 3px solid #E8E8E8;
}

.hamburger {
  position: relative;
  z-index: 3;
  width: 40px;
  height: 25px;
  right: 0;
  top: 0;
  display: none;
  /*  transform: translateY(-50%);*/
}
.hamburger .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
}
.hamburger #nav-icon2 {
  width: 40px;
  height: 36px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.hamburger #nav-icon2 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #000000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger #nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.hamburger #nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.hamburger #nav-icon2 span:nth-child(1), .hamburger #nav-icon2 span:nth-child(2) {
  top: 0px;
}
.hamburger #nav-icon2 span:nth-child(4) {
  width: 25%;
}
.hamburger #nav-icon2 span:nth-child(6) {
  width: 0%;
}
.hamburger #nav-icon2 span:nth-child(3), .hamburger #nav-icon2 span:nth-child(4) {
  top: 15px;
}
.hamburger #nav-icon2 span:nth-child(5), .hamburger #nav-icon2 span:nth-child(6) {
  top: 30px;
}
.hamburger #nav-icon2.open span {
  background: #000000;
}
.hamburger #nav-icon2.open span:nth-child(1) {
  left: 3px;
  top: 7px;
}
.hamburger #nav-icon2.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 7px;
}
.hamburger #nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.hamburger #nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.hamburger #nav-icon2.open span:nth-child(5) {
  left: 3px;
  top: 22px;
}
.hamburger #nav-icon2.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 22px;
  width: 50%;
}
.hamburger #nav-icon2.open span:nth-child(1), .hamburger #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger #nav-icon2.open span:nth-child(2), .hamburger #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1350px) and (min-width: 1200px) {
  .custom-nav .dropdown-desktop:after {
    right: 0 !important;
  }
  header .container-fluid.custom {
    padding: 0px 15px;
  }
  header .offcanvas-menu ul li a {
    padding: 10px 15px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .custom-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .custom-nav .dropdown-desktop {
    cursor: pointer;
    /*            &:nth-child(1) {
        .offcanvas-submenu {
            min-width: 800px;
            padding: 15px;
            column-count: 3;

            li {
                border: 1.5px solid #F6F5F2;
                border-radius: 10px;
                position: relative;
                padding: 10px 15px 10px 35px;

                span {
                }

                &:before {
                    content: '';
                    position: absolute;
                    background: url(/Resources/img/icons/wifi-pink.svg);
                    background-size: 55%;
                    background-repeat: no-repeat;
                    background-position: center;
                    border: 1px solid #1B4150;
                    border-radius: 50%;
                    width: 30px;
                    height: 30px;
                    top: 10px;
                    left: 15px;
                }

                &.has-children {
                    &:after {
                        display: none !important;
                    }

                    .offcanvas-submenu {
                        position: relative;
                        top: initial;
                        left: initial;
                        min-width: initial;
                        display: block;
                        padding: 0;
                        box-shadow: none;
                        column-count: 1;
                        margin: 15px 0 0 -15px;
                        background: #fff;

                        li {
                            padding: 0;
                            max-width: 100%;
                            border: none;

                            &:before {
                                display: none;
                            }
                        }

                        a {
                            display: block;
                            padding: 0;
                            width: 100%;
                        }
                    }
                }

                a {
                    &:hover {
                        &:before {
                            display: none;
                        }
                    }
                }
            }
        }
    }*/
  }
  .custom-nav .dropdown-desktop:nth-child(2) .offcanvas-submenu {
    min-width: 650px;
  }
  .custom-nav .dropdown-desktop:nth-child(2) .offcanvas-submenu a {
    font-weight: 500;
  }
  .custom-nav .dropdown-desktop:nth-child(3) .offcanvas-submenu {
    min-width: 450px;
  }
  .custom-nav .dropdown-desktop:nth-child(3) .offcanvas-submenu a {
    font-weight: 500;
  }
  .custom-nav .dropdown-desktop:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    background-image: url(/Resources/img/arrow.svg);
    width: 10px;
    height: 10px;
    background-size: cover;
    transition: all 0.3s ease-in-out;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu {
    padding: 15px 0;
    position: absolute;
    top: calc(100% + 25px);
    left: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
    min-width: 275px;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    background: #fff;
    /* column-count: 2;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu:before {
    content: "";
    position: absolute;
    top: -28px;
    left: 0;
    /*                    background: url(/Resources/img/figure-ddl.svg);*/
    width: 100%;
    height: 28px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1, -1);
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu li:not(:last-child) {
    margin-bottom: 10px;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu li a {
    transition: all 0.3s ease-in-out;
    position: relative;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu li a:hover {
    color: #EB7B31;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu li a:hover:before {
    opacity: 1;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu ul b {
    display: block;
    margin-bottom: 10px;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu ul li a {
    color: #141414;
  }
  .custom-nav .dropdown-desktop .drop-desk li {
    width: 100%;
    max-width: 48%;
    display: block;
  }
  .custom-nav .dropdown-desktop .drop-desk li a {
    padding: 5px 25px 5px;
    line-height: initial;
  }
  .custom-nav .dropdown-desktop .drop-desk li.back-btn {
    display: none;
  }
  header {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: #F4F4F4;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    /*     -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);*/
  }
  header .custom-nav {
    width: 100%;
  }
  header .container-fluid.custom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  header .mobile-show {
    display: none;
  }
  header .right-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin: 0 0 0 auto;
  }
  header .right-menu .btn-webshop .btn-default {
    min-width: initial;
    margin: 0 0 0 15px;
    padding: 10px 25px;
    font-size: 16px;
    background: #EB7B31 !important;
  }
  header .right-menu .btn-webshop .btn-default:hover {
    background: #1B4150 !important;
  }
  header .right-menu .account {
    display: none;
  }
  header .right-menu .active-lan {
    background: #F5F5F5;
    border-radius: 50%;
    margin-left: 10px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
  }
  header .right-menu .active-lan img {
    width: 20px;
    border-radius: 50%;
    height: 20px;
    object-fit: cover;
    position: relative;
    text-align: center;
    display: block;
    background: #fff;
    margin: 0 auto;
  }
  header .right-menu .btn-default {
    padding: 15px 17px;
    text-align: center;
    display: table;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 302px;
    outline: none !important;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #257BE0;
    color: #fff;
    position: relative;
    font-family: "Inter";
    background: #EB7B31;
    font-weight: 600;
    font-size: 16px;
    min-width: 250px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    padding: 12px 20px 12px 55px;
  }
  header .right-menu .btn-default:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    /* background-image: url('/Resources/img/icons/arrow-small-right-white.svg');*/
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
  header .right-menu .btn-default:hover {
    background: #1B4150;
    color: #fff;
  }
  header .right-menu .btn-default.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
    padding-left: 40px;
  }
  header .right-menu .btn-default.loading:before {
    content: "\f110" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    position: absolute;
    left: 10px;
  }
  header .right-menu .btn-default:after {
    display: none;
  }
  header .right-menu .btn-default:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  header .right-menu .btn-default:nth-of-type(1) {
    background: #191919;
    /*   &:before {
        background-image: url('/Resources/img/icons/helpdesk-white.svg');
    }*/
  }
  header .right-menu .btn-default:nth-of-type(2) {
    /*  &:before {
        background-image: url('/Resources/img/icons/spreek-white.svg');
    }*/
  }
  header .offcanvas-menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  header .offcanvas-menu ul li.active a {
    font-weight: 600;
    color: #EB7B31 !important;
  }
  header .offcanvas-menu ul li.active a.JS-KeuzehulpMenu {
    color: #1B4150;
  }
  header .offcanvas-menu ul li.active a.JS-KeuzehulpMenu:after {
    background-image: url(/Resources/img/arrow-orange.svg);
  }
  header .offcanvas-menu ul li.active .offcanvas-submenu a {
    color: #1B4150 !important;
  }
  header .offcanvas-menu ul li.active .offcanvas-submenu a:hover {
    color: #EB7B31 !important;
  }
  header .offcanvas-menu ul li.dropdown-desktop:after {
    right: 35px;
  }
  header .offcanvas-menu ul li.dropdown-desktop a {
    padding: 10px 50px 10px 0;
  }
  header .offcanvas-menu ul li.dropdown-desktop:hover:after {
    background-image: url(/Resources/img/arrow-orange.svg);
    transform: rotate(180deg);
    top: 22px;
  }
  header .offcanvas-menu ul li.dropdown-desktop:hover > span a {
    color: #EB7B31;
  }
  header .offcanvas-menu ul li.dropdown-desktop.active > span a {
    color: #EB7B31;
    font-weight: 600;
  }
  header .offcanvas-menu ul li.dropdown-desktop.active:after {
    background-image: url(/Resources/img/arrow-orange.svg);
  }
  header .offcanvas-menu ul li.dropdown-desktop li.active a {
    color: #EB7B31;
    position: relative;
    padding: 5px 25px 5px 40px;
    font-weight: 600;
  }
  header .offcanvas-menu ul li.dropdown-desktop li.active a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #EB7B31;
    border-radius: 50%;
  }
  header .offcanvas-menu ul li:hover a.JS-KeuzehulpMenu {
    color: #EB7B31;
    /* font-weight: bold;*/
  }
  header .offcanvas-menu ul li:hover .offcanvas-submenu {
    opacity: 1;
    visibility: visible;
  }
  header .offcanvas-menu ul li:hover .offcanvas-submenu a {
    color: #1B4150;
  }
  header .offcanvas-menu ul li a {
    display: block;
    padding: 10px 25px 10px 0;
    transition: all 0.2s ease-in-out;
    background: transparent;
    position: relative;
    color: #1B4150;
    text-decoration: none !important;
    font-family: "Inter";
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .topheader {
    /*        .btn-webshop {
        display: none;
    }*/
  }
  .topheader .search {
    position: relative;
    top: 7px;
  }
  .topheader .search-results {
    position: relative;
    top: 7px;
  }
  .language-switch .inner .div-row a {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .right-menu {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-wrap: wrap;
    flex-direction: row;
    z-index: 1;
    background: #fff;
    border-radius: 50px;
    padding: 5px 15px 5px 20px;
    position: relative;
  }
  .right-menu.multilang-mobile {
    padding: 0;
  }
  .right-menu .btn-webshop .btn-default {
    min-width: initial;
    padding: 10px 25px;
    margin: 0 0 0 15px;
  }
  .right-menu .account {
    border-right: 1px solid rgba(27, 65, 80, 0.33);
    margin: 0 5px 0 0;
    padding: 0 10px 0 0;
    display: block;
  }
  .right-menu .account img {
    max-width: 22px;
    width: 100%;
  }
  .right-menu .active-lan {
    background: #F5F5F5;
    border-radius: 50%;
    margin-left: 10px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
  }
  .right-menu .active-lan img {
    width: 35px;
    border-radius: 50%;
    height: 35px;
    object-fit: cover;
    position: relative;
    text-align: center;
    display: block;
    background: #fff;
    margin: 0 auto;
  }
  .right-menu .btn-link {
    width: 44px;
    height: 44px;
    display: block;
    border-radius: 50%;
    text-align: center;
    background: #F0F6FF;
    position: relative;
    margin-right: 20px;
  }
  .right-menu .btn-link svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
  }
  .menu-middle .container-fluid {
    padding: 0 !important;
  }
  .menu-middle .right .menu-icon {
    height: 35px;
    width: 35px;
    margin: 0 4px;
  }
  .menu-middle .right .menu-icon.show-desktop {
    display: none;
  }
  .menu-middle .right .menu-icon.hide-desktop {
    display: block;
  }
  .menu-middle .right .menu-icon i {
    font-size: 16px;
  }
  footer, .copy, .menu-middle {
    left: 0%;
    transition: all 0.3s ease-in-out;
  }
  /* main {
      margin-top: 75px;
      position: relative;
      left: 0%;
      transition: left 0.3s ease-in-out;

      &.main-scroll {
          margin-top: 135px;
      }
  }*/
  html.active {
    overflow: hidden;
    /*        main, .topheader, footer, .copy, .menu-middle {
        left: -45%;
    }*/
  }
  html.active header .custom-nav {
    right: 0% !important;
    visibility: visible;
  }
  html.active .overlay-search {
    opacity: 1;
    left: -45%;
    visibility: visible;
  }
  .hamburger, .login-mobile {
    display: block;
  }
  .offcanvas-menu {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0px 0px 20px;
  }
  .offcanvas-menu .container {
    padding: 0;
  }
  .offcanvas-menu .title-drop {
    font-weight: 600;
    font-size: 20px;
    padding-left: 20px;
    margin: 25px 0px 5px;
  }
  .offcanvas-menu .menu.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  .offcanvas-menu ul li {
    display: block;
  }
  .offcanvas-menu ul li.back-btn a:before {
    content: "\f053";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: relative;
    margin-right: 10px;
  }
  .offcanvas-menu ul li a {
    display: block;
    padding: 15px 20px;
    transition: color 0.3s;
    color: #141414 !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
  }
  .offcanvas-menu ul li a i {
    margin-right: 10px;
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    /*   overflow-y: auto;*/
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu.in-view {
    transform: translate3d(0, 0, 0);
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu.in-view.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  .offcanvas-menu ul li.has-children > span {
    display: block;
    position: relative;
    width: 100%;
  }
  .offcanvas-menu ul li.has-children > span .sub-menu-toggle {
    display: block;
  }
  .offcanvas-menu ul li.has-children > span a {
    padding-right: 65px;
  }
  .offcanvas-menu ul li.has-children.not-child .sub-menu-toggle {
    display: none !important;
  }
  .offcanvas-menu ul li .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: calc(100% - 1px);
    transition: background-color 0.3s;
    z-index: 1;
    display: none;
  }
  .offcanvas-menu ul li .sub-menu-toggle:after {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 31px;
    height: 31px;
    border: 1px solid #1B4150;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    background: #1B4150;
  }
  .offcanvas-menu .menu {
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .topheader .logo {
    margin: 0;
  }
  .topheader .logo img {
    max-width: 200px;
  }
  .topheader .phone, .topheader .logo-right {
    display: none;
  }
  .topheader .search .wrapper {
    padding: 15px 0;
  }
  header {
    left: 0;
    width: 100%;
    top: 0;
    z-index: 999;
    position: fixed;
    background: transparent;
    box-shadow: none;
    padding: 15px 0;
    transition: all 0.3s ease-in-out;
  }
  header .container-fluid.custom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 100vw;
  }
  header .dropdown-custom .back-btn:not(:first-child) {
    display: none;
  }
  header .dropdown-custom li .sub-menu-toggle {
    display: none !important;
  }
  header.active .custom-nav {
    right: 0;
  }
  header.active .custom-nav .nav-items {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  header .custom-nav {
    position: fixed;
    top: 120px;
    width: 45%;
    z-index: 2;
    bottom: 0;
    background-color: #fff;
    transition: right 0.4s ease-in-out;
    padding: 50px 0 30px;
    height: 100vh;
    overflow-y: hidden;
    right: -45%;
    -ms-overflow-style: none;
    transition: all 0.3s ease-in-out !important;
    height: calc(100vh - (100vh - 100%));
    overflow: hidden;
  }
  header .custom-nav::-webkit-scrollbar {
    display: none;
  }
  header .custom-nav .off-canvas {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .off-canvas.in-view {
    transform: translate3d(0, 0, 0);
  }
  header .custom-nav .nav-items {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 20px;
    letter-spacing: 2px;
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .nav-items.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  header .custom-nav .nav-items .dropdown-test .nav-big-down {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .nav-items li {
    margin-bottom: 20px;
  }
  header .custom-nav .close-mobile {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
  }
  header .custom-nav .title {
    display: block;
    font-size: 24px;
    color: #000;
    position: relative;
    font-weight: 900;
  }
  header .custom-nav .social {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
  }
  header .custom-nav .social li {
    display: inline-block;
    margin-right: 20px;
  }
  header .custom-nav .social li:last-child {
    margin-right: 0px;
  }
  header .custom-nav .social li a {
    color: #D31447;
  }
  header .custom-nav .mobile-copyright {
    margin: 0;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    color: #D31447;
  }
  header .custom-nav .mobile-show {
    display: block;
  }
  header .custom-nav .mobile-show img {
    max-width: 150px;
    display: block;
    height: auto;
    margin: 0 auto 35px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 991.5px) {
  .topheader .search .wrapper {
    max-width: 400px;
    margin: 0 0 0 25px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 767.5px) {
  .topheader .search .wrapper {
    /*max-width: 400px;*/
    margin: 0;
    padding: 15px 0 0;
  }
  .topheader .search .form-group .form-control {
    border-radius: 12px;
  }
  header .logo img {
    margin: 0 20px 0 0 !important;
  }
  header .custom-nav {
    width: 100%;
    right: -100%;
  }
  header .custom-nav .logo img {
    margin: 0 20px 10px 20px !important;
  }
  html.active {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1200px) {
  .menu-middle {
    width: 100%;
    left: 0;
    padding: 10px 0;
  }
  .menu-middle .shopping-bag .drop {
    position: fixed;
    top: 55px;
    z-index: 999;
    right: initial;
    left: 15px;
    width: calc(100% - 30px);
    min-width: inherit;
    max-height: calc(100vh - 150px);
    height: 100%;
  }
  .menu-middle .shopping-bag .drop .list::-webkit-scrollbar {
    display: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menu-middle .search {
    position: absolute;
    left: 0px;
    top: 60px;
    padding: 10px 15px;
    background: #D31447;
    width: 100%;
    order: 3;
    margin-left: auto;
    max-width: inherit;
  }
  .menu-middle .search .form-group .form-control {
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .topheader ul {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menu-middle .search .form-group .btn-search {
    top: 0px;
  }
}
@media only screen and (max-width: 767.5px) {
  .search-results .inner {
    max-height: 70vh;
    overflow-y: scroll;
    margin: 0;
    padding: 20px 15px;
    -webkit-overflow-scrolling: touch;
  }
  .search-results .inner .close-search {
    padding: 0;
    right: 20px;
    font-size: 26px;
    top: 25px;
  }
  .search-results .inner b {
    display: block;
    margin-bottom: 10px;
  }
  .search-results .inner .products {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
  }
  .search-results .inner .products .item {
    align-items: flex-start;
  }
  .search-results .inner .products .item .right-side {
    padding-left: 0;
    max-width: calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    align-items: start;
  }
  .search-results .inner .products .item .right-side .price {
    margin: 10px auto 10px 0;
  }
  .search-results .inner .products .item .right-side .btn-list .stock, .search-results .inner .products .item .right-side .btn-list .delivery {
    text-align: left;
  }
  .search-results .inner .products .item .right-side .info, .search-results .inner .products .item .right-side .price, .search-results .inner .products .item .right-side .btn-list {
    max-width: 100%;
    text-align: left;
    width: 100%;
    justify-content: start;
  }
  .search-results .inner .products .item h6 {
    margin-bottom: 5px;
  }
  .search-results .inner .products .item img {
    flex: 0 0 20%;
    max-width: 20%;
    object-fit: contain;
  }
  .search-results .inner .cats {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
    border-right: 0;
    margin-bottom: 30px;
  }
  .topheader {
    padding: 15px 0px;
  }
  .topheader ul li {
    margin-bottom: 3px;
  }
}
@keyframes fadeIn {
  0% {
    right: -350px;
  }
  100% {
    right: 50px;
  }
}
@keyframes fadeOut {
  0% {
    right: 50px;
  }
  100% {
    right: -350px;
  }
}
.tag {
  font-size: 16px;
}
.tag p {
  display: inline-block;
}

.homepage-section {
  display: block;
  padding: 125px 0 75px;
  background: #F4F4F4;
}
.homepage-section .tag {
  background: rgba(235, 123, 49, 0.25);
  color: #EB7B31;
  padding: 3px 10px;
  border-radius: 25px;
  display: table;
  margin-bottom: 20px;
}
.homepage-section .tag:before {
  content: "";
  position: relative;
  display: inline-block;
  background: #EB7B31;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
  top: -1px;
}
.homepage-section h1, .homepage-section h2, .homepage-section h3, .homepage-section h4, .homepage-section h5, .homepage-section h6 {
  font-size: 65px;
  color: #1b4150;
  line-height: 80px;
}
.homepage-section .solo-img img {
  width: 100%;
}
.homepage-section .btn-default {
  display: inline-block;
}
.homepage-section .btn-default:nth-of-type(2) {
  background: transparent;
  border: 1px solid #1B4150;
  color: #1B4150;
  margin: 0 0 0 10px;
}
.homepage-section .btn-default:nth-of-type(2):hover {
  background: #1B4150;
  color: #fff;
}
.homepage-section ul:not(.breadcrumbs) {
  margin: 25px 0 0;
}
.homepage-section ul:not(.breadcrumbs) li {
  position: relative;
  padding: 0 0 0 25px;
}
.homepage-section ul:not(.breadcrumbs) li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background-image: url("/Resources/img/check-circle.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
}
.homepage-section .img-wrapper {
  position: relative;
}
.homepage-section .img-wrapper img:not(.bottom-left, .top-right) {
  max-width: 100%;
  height: auto;
  margin-right: 0;
  margin-left: 10%;
  border-radius: 10px 10px 0 0;
}
.homepage-section .img-wrapper .bottom-left {
  position: absolute;
  bottom: 50px;
  left: -100px;
  max-width: 275px;
  width: 100%;
  height: auto;
}
.homepage-section .img-wrapper .top-right {
  position: absolute;
  top: 50px;
  right: 50px;
  max-width: 200px;
  width: 100%;
  height: auto;
  animation: 2s fadeIn;
}
.homepage-section .img-wrapper .top-right.active {
  animation: 2s fadeOut;
  right: -100%;
}

.services-section {
  padding: 75px 0;
  color: #fff;
  background: #1B4150;
  border-radius: 70px 70px 0 0;
  position: relative;
}
.services-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #F4F4F4;
  z-index: -1;
}
.services-section .tag {
  color: #EB7B31;
  display: table;
}
.services-section .tag:before {
  content: "";
  position: relative;
  display: inline-block;
  background: #eb7b31;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
  top: -1px;
}
.services-section h2 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 40px;
}
.services-section .item {
  display: block;
  text-decoration: none;
  border-radius: 20px;
  background: #1B4150;
  padding: 30px 55px 30px 25px;
  color: rgba(255, 255, 255, 0.68);
  transition: all 0.3s ease-in-out;
  /*   &.colored {
      background: #2c515f;
  }*/
}
.services-section .item:hover {
  background: #2c515f;
}
.services-section .item strong, .services-section .item b {
  color: #fff;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.services-section .item svg {
  transform: rotate(-90deg);
  width: 20px;
  height: auto;
  margin-top: 10px;
}
.services-section .line-seperate {
  height: 1px;
  width: 100%;
  display: block !important;
  background: #fff;
  opacity: 0.43;
  margin: 65px auto;
}
.services-section .btn-default {
  background: #fff;
  color: #1B4150;
  margin: 0 auto;
}
.services-section .btn-default:hover {
  background: #EB7B31;
}

.industries-section {
  position: relative;
  padding: 65px 50px 50px;
  background: #1B4150;
  border-radius: 0px 0px 70px 70px;
}
.industries-section.pd-top-0 {
  padding: 0 50px 50px;
}
.industries-section.bg-grey {
  background: #F4F4F4;
  border-radius: 0;
}
.industries-section.bg-grey h2, .industries-section.bg-grey h3, .industries-section.bg-grey h4, .industries-section.bg-grey h5, .industries-section.bg-grey h6 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.industries-section .center-btn .btn-default {
  margin: 50px auto 0;
}
.industries-section .inner-bg {
  background: #fff;
  padding: 50px 0 50px 50px;
  border-radius: 70px;
}
.industries-section .row {
  align-items: center;
}
.industries-section ul {
  margin: 50px 0 0;
}
.industries-section ul li {
  display: inline-block;
  background: #F4F4F4;
  border-radius: 100px;
  padding: 10px 20px 10px 40px;
  margin: 0 10px 10px 0;
  font-size: 18px;
  position: relative;
}
.industries-section ul li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.industries-section ul li:nth-of-type(1):before {
  background-image: url("/Resources/img/icons/bolt-2.svg");
}
.industries-section ul li:nth-of-type(2):before {
  background-image: url("/Resources/img/icons/restaurant.svg");
}
.industries-section ul li:nth-of-type(3):before {
  background-image: url("/Resources/img/icons/sparkles.svg");
}
.industries-section ul li:nth-of-type(4):before {
  background-image: url("/Resources/img/icons/ship.svg");
}
.industries-section ul li a {
  color: #000;
  transition: all 0.3s ease-in-out;
}
.industries-section ul li a:hover {
  color: #EB7B31;
}
.industries-section .image-right {
  margin-right: -150px;
  position: relative;
}
.industries-section .image-right .img-tag {
  position: absolute;
  background: #f4f4f4;
  padding: 10px 13px;
  border-radius: 50px;
  line-height: 1;
  top: 50px;
  left: -70px;
  font-size: 16px;
  border: 2px solid #fff;
}
.industries-section .image-right img {
  max-width: 100%;
  width: 100%;
}
.industries-section .tag {
  color: #EB7B31;
  display: table;
}
.industries-section .tag:before {
  content: "";
  position: relative;
  display: inline-block;
  background: #eb7b31;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
  top: -1px;
}
.industries-section h2, .industries-section h3, .industries-section h4, .industries-section h5, .industries-section h6 {
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #1B4150;
}
.industries-section .btn-wrapper {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}
.industries-section .btn-wrapper .btn-default {
  display: inline-block;
}
.industries-section .btn-wrapper .btn-default:nth-of-type(2) {
  background: transparent;
  border: 1px solid #1B4150;
  color: #1B4150;
  margin: 0 0 0 10px;
}
.industries-section .btn-wrapper .btn-default:nth-of-type(2):hover {
  background: #1B4150;
  color: #fff;
}

.about-section {
  position: relative;
  padding: 65px 0;
}
.about-section.bg-grey {
  background: #F4F4F4;
}
.about-section.bg-grey h2, .about-section.bg-grey h3, .about-section.bg-grey h4, .about-section.bg-grey h5, .about-section.bg-grey h6 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.about-section.pd-bottom {
  padding: 0px 0 150px;
}
.about-section.pd-bottom-small {
  padding: 0 0 50px;
}
.about-section .image-left {
  position: relative;
}
.about-section .image-left .bottom-right {
  max-width: 175px;
  position: absolute;
  bottom: -50px;
  right: -75px;
}
.about-section img {
  max-width: 100%;
  border-radius: 38px;
}
.about-section .row {
  align-items: center;
}
.about-section .tag {
  color: #EB7B31;
  display: table;
}
.about-section .tag:before {
  content: "";
  position: relative;
  display: inline-block;
  background: #eb7b31;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
  top: -1px;
}
.about-section h2, .about-section h3, .about-section h4, .about-section h5, .about-section h6 {
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #1B4150;
}
.about-section .btn-default {
  background: transparent;
  border: 1px solid #1B4150;
  color: #1B4150;
  min-width: 150px;
}
.about-section .image-left img:nth-of-type(1) {
  margin: 0 0 25px;
}
.about-section .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 15px 0 0 0;
}
.about-section .wrapper img {
  margin: 0 0 0 15px;
  max-width: 125px;
}

.reviews {
  position: relative;
  padding: 65px 50px 50px;
  background: #1B4150;
  border-radius: 0px 0px 70px 70px;
}
.reviews.reviews-home {
  border-radius: 0;
}
.reviews.reviews-home:after {
  display: none;
}
.reviews.bg-item-grey:after {
  content: "";
  background: #F4F4F4;
  height: 50px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.reviews.bg-grey {
  background: #F4F4F4;
}
.reviews.bg-grey .contact-section {
  color: #1B4150;
}
.reviews.bg-grey .contact-section h2, .reviews.bg-grey .contact-section h3, .reviews.bg-grey .contact-section h4, .reviews.bg-grey .contact-section h5, .reviews.bg-grey .contact-section h6 {
  color: #1B4150;
}
.reviews.bg-grey .contact-section .btn-default:nth-of-type(2) {
  border-color: #1B4150;
  color: #1B4150;
}
.reviews.bg-grey .contact-section .btn-default:nth-of-type(2):before {
  background-image: url(/Resources/img/icons/at-blue.svg);
}
.reviews.bg-grey .contact-section a:not(.btn-default) {
  color: #1B4150;
}
.reviews.bg-grey .contact-section .img-wrapper span .online, .reviews.bg-grey .contact-section .img-wrapper span .offline {
  background: #FFFFFF;
}
.reviews .description a:not(.btn-default) {
  transition: all 0.3s ease-in-out;
}
.reviews .description a:not(.btn-default):hover {
  color: #EB7B31;
}
.reviews.industry-page .contact-section {
  margin: 0 auto;
}
.reviews .inner-bg {
  background: #fff;
  padding: 50px;
  border-radius: 70px;
}
.reviews .tag {
  color: #EB7B31;
  display: table;
}
.reviews .tag:before {
  content: "";
  position: relative;
  display: inline-block;
  background: #eb7b31;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
  top: -1px;
}
.reviews h2, .reviews h3, .reviews h4, .reviews h5, .reviews h6 {
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #1B4150;
}
.reviews .slider-wrapper {
  position: relative;
}
.reviews .slider-wrapper .slick-slide {
  margin-left: 15px;
}
.reviews .slider-wrapper .slick-list {
  margin-left: -15px;
}
.reviews .slider-wrapper .nav-slider {
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  right: 150px;
}
.reviews .slider-wrapper .nav-slider .slick-arrow {
  background: #fff;
  width: 50px;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  border: 2px solid #163253;
  position: absolute;
  bottom: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.reviews .slider-wrapper .nav-slider .slick-arrow:hover {
  background: #163253;
  color: #fff;
}
.reviews .slider-wrapper .nav-slider .slick-arrow.JS-next {
  left: 75px;
}
.reviews .slider-wrapper .nav-slider .slick-arrow.JS-prev {
  left: 15px;
}
.reviews .contact-section {
  color: #fff;
  margin: 100px auto;
}
.reviews .contact-section h2, .reviews .contact-section h3, .reviews .contact-section h4, .reviews .contact-section h5, .reviews .contact-section h6 {
  color: #fff;
}
.reviews .contact-section ul {
  margin: 50px 0 0;
  padding: 0 0 0 25px;
}
.reviews .contact-section ul li {
  list-style: disc;
  margin: 0 0 5px;
}
.reviews .contact-section a:not(.btn-default) {
  color: #fff;
  font-weight: 600;
}
.reviews .contact-section .btn-default {
  display: inline-block;
}
.reviews .contact-section .btn-default:nth-of-type(1):hover {
  background: #fff;
  color: #1B4150;
}
.reviews .contact-section .btn-default:nth-of-type(2) {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 0 0 10px;
}
.reviews .contact-section .btn-default:nth-of-type(2):hover {
  background: #fff;
  color: #1B4150;
}
.reviews .contact-section .btn-default:nth-of-type(2):hover:before {
  background-image: url("/Resources/img/icons/at-blue.svg");
}
.reviews .contact-section .btn-default:nth-of-type(2):before {
  content: "";
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/Resources/img/icons/at.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.reviews .contact-section .img-wrapper {
  position: relative;
}
.reviews .contact-section .img-wrapper img {
  width: 100%;
}
.reviews .contact-section .img-wrapper span .online, .reviews .contact-section .img-wrapper span .offline {
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 10px 10px 10px 35px;
  background: #F4F4F4;
  position: absolute;
  top: 100px;
  right: -100px;
  color: #11151A;
  font-size: 17px;
}
.reviews .contact-section .img-wrapper span .online:before, .reviews .contact-section .img-wrapper span .offline:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 19px;
  left: 10px;
}
.reviews .contact-section .img-wrapper span .online:before {
  background: #34AC51;
}
.reviews .contact-section .img-wrapper span .offline:before {
  background: red;
}
.reviews .slider-reviews .review-item .name {
  border-radius: 100px;
  background: #F4F4F4;
  padding: 10px 15px;
  margin: 25px 0 0;
  display: table;
}
.reviews .slider-reviews .review-item .name .outer-wrapper {
  display: inline-block;
  min-width: 115px;
}
.reviews .slider-reviews .review-item .name .outer-wrapper .stars-wrapper {
  display: block;
}
.reviews .slider-reviews .review-item .name .outer-wrapper .stars-wrapper .star {
  max-width: 15px;
  width: 100%;
  display: inline-block;
}
.reviews .slider-reviews .review-item .name .outer-wrapper .stars-wrapper .star:not(:last-of-type) {
  margin: 0 1px 0 0;
}
.reviews .slider-reviews .review-item .name b {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.blogs {
  background: #F4F4F4;
  padding: 75px 0 100px;
}
.blogs .border {
  margin: 50px 0 25px;
  border-top: 1px solid rgba(27, 65, 80, 0.43);
}
.blogs .tag {
  color: #EB7B31;
  display: table;
}
.blogs .tag:before {
  content: "";
  position: relative;
  display: inline-block;
  background: #eb7b31;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
  top: -1px;
}
.blogs h2, .blogs h3, .blogs h4, .blogs h5, .blogs h6 {
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #1B4150;
}
.blogs .slick-slide {
  margin-left: 35px;
}
.blogs .slick-list {
  margin-left: -35px;
}
.blogs .blog-item {
  color: #1B4150;
  position: relative;
}
.blogs .blog-item .datum {
  color: #1B4150;
  background: #fff;
  border-radius: 100px;
  padding: 3px 10px;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 14px;
}
.blogs .blog-item img {
  width: 100%;
  border-radius: 38px;
  display: block;
  margin: 0 0 25px;
}
.blogs .blog-item b {
  display: block;
  font-size: 24px;
  font-weight: 600;
}
.blogs .blog-item .read-time img {
  max-width: 15px;
  display: inline-block;
  margin: 0 2px 0 0;
}
.blogs .blog-item .read-more {
  color: #EB7B31;
  display: flex;
  margin: 5px 0 0;
  align-items: center;
  font-size: 16px;
}
.blogs .blog-item .read-more svg {
  max-width: 12px;
  transform: rotate(-90deg);
  height: auto;
  margin: 0 0 0 10px;
}
.blogs .btn-default {
  margin: 25px auto 0;
  background: #1B4150;
}
.blogs .btn-default:hover {
  background: #EB7B31;
}

.services {
  padding: 75px 0;
  background: #F4F4F4;
}
.services h2, .services h3, .services h4, .services h5, .services h6 {
  text-align: center;
  margin: 0 0 50px;
}
.services .item {
  border-radius: 38px;
  position: relative;
  padding: 25px 50px 125px 45%;
  display: block;
  overflow: hidden;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  height: calc(100% - 25px);
  margin: 0 0 25px;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.services .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 100%;
  opacity: 0.2;
}
.services .item svg {
  position: absolute;
  bottom: 15px;
  right: 35px;
  max-width: 17px;
  transform: rotate(-90deg);
}
.services .item.bolt {
  background: rgba(27, 65, 80, 0.15);
  color: #1B4150;
}
.services .item.bolt:before {
  background-image: url("/Resources/img/icons/bolt-2.svg");
}
.services .item.bolt svg path {
  fill: #1B4150;
}
.services .item.bolt:hover {
  border-color: #1B4150;
}
.services .item.stars {
  background: rgba(58, 112, 133, 0.15);
  color: #3A7085;
}
.services .item.stars:before {
  background-image: url("/Resources/img/icons/sparkles.svg");
}
.services .item.stars svg path {
  fill: #3A7085;
}
.services .item.stars:hover {
  border-color: #3A7085;
}
.services .item.food, .services .item.marine {
  background: rgba(235, 123, 49, 0.15);
  color: #EB7B31;
}
.services .item.food:before, .services .item.marine:before {
  background-image: url("/Resources/img/icons/restaurant-orange.svg");
}
.services .item.food svg path, .services .item.marine svg path {
  fill: #EB7B31;
}
.services .item.food:hover, .services .item.marine:hover {
  border-color: #EB7B31;
}
.services .item.marine:before {
  background-image: url("/Resources/img/icons/ship-orange.svg");
}

@media only screen and (max-width: 1525px) {
  .homepage-section h1, .homepage-section h2, .homepage-section h3, .homepage-section h4, .homepage-section h5, .homepage-section h6 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1300px) {
  .homepage-section h1, .homepage-section h2, .homepage-section h3, .homepage-section h4, .homepage-section h5, .homepage-section h6 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1200px) {
  .homepage-section h1, .homepage-section h2, .homepage-section h3, .homepage-section h4, .homepage-section h5, .homepage-section h6 {
    font-size: 55px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991.5px) {
  .homepage-section {
    padding: 100px 0 75px;
  }
  .homepage-section h1, .homepage-section h2, .homepage-section h3, .homepage-section h4, .homepage-section h5, .homepage-section h6 {
    font-size: 42px;
    line-height: 52px;
  }
  .homepage-section .tag {
    margin-top: 0;
  }
  .homepage-section .btn-default:nth-of-type(2) {
    margin: 10px 0 0 0;
  }
  .services-section h2, .services-section h3, .services-section h4, .services-section h5, .services-section h6 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .reviews .contact-section .img-wrapper span .online, .reviews .contact-section .img-wrapper span .offline {
    bottom: -25px;
    left: 50%;
    right: initial;
    transform: translateX(-50%);
    width: 100%;
    align-self: flex-end;
  }
  .reviews .contact-section .btn-default:nth-of-type(2) {
    margin: 10px 0 0 0;
  }
  .industries-section {
    padding: 25px 0;
  }
  .industries-section.bg-grey h2, .industries-section.bg-grey h3, .industries-section.bg-grey h4, .industries-section.bg-grey h5, .industries-section.bg-grey h6 {
    font-size: 30px;
  }
  .industries-section h2, .industries-section h3, .industries-section h4, .industries-section h5, .industries-section h6 {
    font-size: 36px;
  }
  .industries-section .image-right {
    margin-right: -75px;
  }
  .industries-section .image-right .img-tag {
    left: calc(50% - 32px);
    top: initial;
    bottom: -25px;
    transform: translateX(-50%);
    width: 100%;
    align-self: self-start;
    font-size: 16px;
    max-width: 250px;
    text-align: center;
  }
  .about-section.bg-grey h2, .about-section.bg-grey h3, .about-section.bg-grey h4, .about-section.bg-grey h5, .about-section.bg-grey h6 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767.5px) {
  .homepage-section {
    padding: 125px 0 75px;
  }
  .homepage-section.home-page {
    padding: 135px 0 75px;
  }
  .homepage-section .solo-img img {
    margin: 25px 0 0;
    display: block;
  }
  .homepage-section h1, .homepage-section h2, .homepage-section h3, .homepage-section h4, .homepage-section h5, .homepage-section h6 {
    font-size: 32px;
    line-height: 38px;
    hyphens: auto;
  }
  .homepage-section .btn-default {
    width: 100%;
  }
  .homepage-section .btn-default:nth-of-type(2) {
    margin: 10px 0 0 0;
  }
  .homepage-section .img-wrapper {
    margin: 25px 0 0;
  }
  .homepage-section .img-wrapper .top-right {
    top: 20px;
    right: 5px;
    max-width: 115px;
  }
  .homepage-section .img-wrapper .bottom-left {
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    max-width: 225px;
  }
  .services-section {
    border-radius: 40px 40px 0 0;
    padding: 50px 0;
  }
  .services-section h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .industries-section {
    border-radius: 0 0 40px 40px;
    padding: 25px 0;
  }
  .industries-section.pd-top-0 {
    padding: 0 0 50px;
  }
  .industries-section h2, .industries-section h3, .industries-section h4, .industries-section h5, .industries-section h6 {
    font-size: 32px;
    hyphens: auto;
  }
  .industries-section .inner-bg {
    border-radius: 40px;
    padding: 25px;
  }
  .industries-section .image-right {
    right: 0;
    margin: 25px 0 0;
  }
  .industries-section .image-right .img-tag {
    font-size: 14px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    right: initial;
    top: initial;
    min-width: 200px;
    text-align: center;
  }
  .industries-section .btn-wrapper .btn-default {
    width: 100%;
  }
  .industries-section .btn-wrapper .btn-default:nth-of-type(2) {
    margin: 10px 0 0 0;
  }
  .about-section.pd-bottom {
    padding: 0 0 75px;
  }
  .about-section h2, .about-section h3, .about-section h4, .about-section h5, .about-section h6 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .about-section .image-left {
    margin: 0 0 25px;
  }
  .about-section .image-left .bottom-right {
    max-width: 125px;
    right: -15px;
  }
  .about-section img {
    border-radius: 15px;
  }
  .reviews {
    padding: 50px 0 25px;
    border-radius: 0 0 40px 40px;
  }
  .reviews:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #F4F4F4;
    z-index: -1;
  }
  .reviews.pd-mobile {
    padding: 50px 0 75px;
  }
  .reviews.pd-bottom {
    padding: 50px 0 75px;
  }
  .reviews .slider-wrapper .nav-slider {
    position: relative;
    top: 75px;
    right: 0;
  }
  .reviews .inner-bg {
    border-radius: 40px;
    padding: 25px 25px 100px 25px;
  }
  .reviews h2, .reviews h3, .reviews h4, .reviews h5, .reviews h6 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .reviews .contact-section {
    margin: 50px auto;
  }
  .reviews .contact-section .btn-default {
    width: 100%;
  }
  .reviews .contact-section .btn-default:nth-of-type(2) {
    margin: 10px 0 0 0;
  }
  .reviews .contact-section .img-wrapper {
    margin: 25px auto 0;
    max-width: 300px;
  }
  .reviews .contact-section .img-wrapper span .online, .reviews .contact-section .img-wrapper span .offline {
    top: initial;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    right: initial;
    min-width: 250px;
  }
  .blogs h2, .blogs h3, .blogs h4, .blogs h5, .blogs h6 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .blogs .read-time {
    display: none;
  }
  .blogs .slick-list {
    padding: 0 0 0 8%;
  }
  .blogs .slick-dots {
    text-align: center;
    margin: 15px 0 0;
  }
  .blogs .slick-dots li {
    font-size: 0;
    display: inline-block;
  }
  .blogs .slick-dots li.slick-active button {
    background: #3A7085;
    height: 8px;
  }
  .blogs .slick-dots li button {
    width: 100px;
    height: 2px;
    cursor: pointer;
    background: #d6d6d6;
    border: 0;
    box-shadow: none;
    font-size: 0;
    padding: 0;
    border-radius: 5px;
  }
  .services {
    padding: 25px 0;
  }
  .services .item {
    padding: 25px 50px 125px 25%;
  }
}
.link-pref {
  color: #fff;
  margin-right: 50px;
}
.link-pref:hover {
  text-decoration: underline;
}

.cookies {
  padding: 125px 0;
}
.cookies .title {
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  padding: 0 60px;
}
.cookies .text {
  font-size: 16px;
  margin-top: 30px;
}
.cookies .text b {
  font-size: 24px;
  color: #D31447;
  display: block;
  margin-bottom: 15px;
}
.cookies .banner {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
  color: #D31447;
  margin-bottom: 60px;
}
.cookies .banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-top: -20px;
}
.cookies .info {
  margin-top: 30px;
}
.cookies .info ul {
  list-style: none;
  padding: 0;
}
.cookies .info li {
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cookies .info h4 {
  background: #D31447;
  font-size: 18px;
  letter-spacing: 3px !important;
  color: #fff;
  cursor: pointer;
  height: 60px;
  padding: 20px 15px 0 45px;
  position: relative;
  border-radius: 5px;
  width: 100%;
  margin: auto;
  text-transform: none;
}
.cookies .info h4:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
  transition: background 0.2s ease-in-out;
}
.cookies .info h4:before {
  display: block !important;
  content: "";
  height: 30px;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: background 0.2s ease-in-out;
}
.cookies .info li.next h4:before, .cookies .info li.active h4:after {
  background: transparent;
}
.cookies .info .content {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.cookies .info .table {
  width: 1110px;
  max-width: 1110px;
  margin-top: 30px;
  color: #394452;
  text-transform: none;
}
.cookies .info .head {
  font-weight: 700;
  font-size: 18px;
}
.cookies .info .head .col {
  padding-top: 0 !important;
}
.cookies .info .content .row {
  display: flex;
}
.cookies .info .row .col {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.cookies .info .border {
  position: absolute;
  height: 2px;
  width: calc(100% - 15px);
  background: #000;
  left: 15px;
  bottom: 0;
}

.preference {
  margin: 50px 0;
  float: left;
  width: 100%;
}
.preference .disable {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.preference .checkbox-cookies input {
  opacity: 0;
  z-index: 1;
  position: absolute;
}
.preference .checkbox-cookies input:checked + label:before {
  background: #D31447;
}
.preference .checkbox-cookies input:checked + label:after {
  left: 20px !important;
}
.preference .checkbox-cookies label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.preference .checkbox-cookies label:before {
  content: "";
  height: 30px;
  width: 45px;
  border: none;
  background: #b1b1b1;
  outline: none !important;
  border-radius: 100px;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.preference .checkbox-cookies label:after {
  content: "" !important;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  height: 20px;
  width: 20px;
  margin-left: 0;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease-in-out;
}
.preference .item {
  position: relative;
  margin-bottom: 30px;
}
.preference .btn {
  float: right;
}

.btn-cancel {
  text-decoration: none;
  font-weight: bold;
}

.btn-accept {
  float: right;
}
.btn-accept:hover {
  background: #394452;
  color: #fff;
}

.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1440px) {
  .popup .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .popup {
    left: 25px;
    width: calc(100% - 50px);
    padding: 10px 15px;
  }
  .cookies .title {
    padding: 0 120px;
  }
  .checkbox-mobile {
    position: absolute;
    right: 30px;
    top: -10px;
    text-align: right;
  }
  .preference .checkbox {
    margin-right: 0px;
  }
}
@media (max-width: 767.5px) {
  .cookies .title {
    padding: 0 30px;
  }
  .cookies .info h4 {
    text-align: center;
    padding: 10px;
    font-size: 16px;
  }
  .popup {
    padding: 15px 0;
    line-height: inherit;
    left: 15px;
    width: calc(100% - 30px);
    bottom: 15px;
  }
  .popup .link {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
  }
  .popup p {
    padding: 0;
    padding-left: 0px;
  }
  .popup .cookies-img {
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .popup .container-fluid {
    padding: 0 15px;
  }
  .popup .accept {
    margin-top: 15px;
    line-height: inherit;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 70%;
    text-align: center;
    display: block;
  }
}
.cat-overview-banner {
  padding: 125px 0 75px;
  background: #F4F4F4;
}
.cat-overview-banner .tag {
  background: rgba(235, 123, 49, 0.25);
  color: #EB7B31;
  padding: 3px 10px;
  border-radius: 25px;
  display: table;
  margin-bottom: 20px;
  margin-top: 50px;
}
.cat-overview-banner .tag:before {
  content: "";
  position: relative;
  display: inline-block;
  background: #EB7B31;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
  top: -1px;
}
.cat-overview-banner h1, .cat-overview-banner h2, .cat-overview-banner h3, .cat-overview-banner h4, .cat-overview-banner h5, .cat-overview-banner h6 {
  font-size: 70px;
  color: #1b4150;
  line-height: 90px;
  letter-spacing: 2px;
}
.cat-overview-banner ul:not(.breadcrumbs) {
  margin: 25px 0 0;
}
.cat-overview-banner ul:not(.breadcrumbs) li {
  position: relative;
  padding: 0 0 0 25px;
}
.cat-overview-banner ul:not(.breadcrumbs) li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background-image: url("/Resources/img/check-circle.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
}
.cat-overview-banner img {
  max-width: 300px;
  display: block;
  margin: 150px 0 0 auto;
}

.categories {
  padding: 50px 0;
  background: #F4F4F4;
}
.categories h2, .categories h3, .categories h4, .categories h5, .categories h6 {
  text-align: center;
  margin: 0 0 65px;
  color: #1B4150;
  font-size: 36px;
}
.categories .cat-item {
  border-radius: 38px;
  font-weight: 600;
  font-size: 26px;
  display: flex;
  position: relative;
  margin: 0 0 50px;
}
.categories .cat-item.donker-blauw {
  color: #2B3176;
  background: rgba(43, 49, 118, 0.15);
}
.categories .cat-item.donker-blauw svg path {
  fill: #2B3176;
}
.categories .cat-item.groen {
  color: #47AA42;
  background: rgba(71, 170, 66, 0.15);
}
.categories .cat-item.groen svg path {
  fill: #47AA42;
}
.categories .cat-item.donker-grijs {
  color: #000000;
  background: rgba(0, 0, 0, 0.15);
}
.categories .cat-item.donker-grijs svg path {
  fill: #000000;
}
.categories .cat-item.grijs {
  color: #666666;
  background: rgba(102, 102, 102, 0.15);
}
.categories .cat-item.grijs svg path {
  fill: #666666;
}
.categories .cat-item.blauw {
  color: #004A99;
  background: rgba(0, 74, 153, 0.15);
}
.categories .cat-item.blauw svg path {
  fill: #004A99;
}
.categories .cat-item.rood {
  color: #E41E26;
  background: rgba(228, 30, 38, 0.15);
}
.categories .cat-item.rood svg path {
  fill: #E41E26;
}
.categories .cat-item img {
  max-width: 100px;
  position: relative;
  top: -25px;
  left: 15px;
}
.categories .cat-item span {
  padding: 25px 0 0 35px;
}
.categories .cat-item svg {
  position: absolute;
  bottom: 15px;
  right: 25px;
  max-width: 15px;
  transform: rotate(-90deg);
}

.simple-text {
  background: #F4F4F4;
  padding: 75px 0;
}
.simple-text.pd-top {
  padding: 125px 0 75px;
}
.simple-text.pd-top .text {
  background: #fff;
  border-radius: 25px;
  padding: 25px;
}
.simple-text.pd-top .text h1 {
  display: block;
  margin: 0 0 25px;
  font-weight: 600;
}
.simple-text h2, .simple-text h3, .simple-text h4, .simple-text h5, .simple-text h6 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.simple-text a:not(.btn-default) {
  text-decoration: underline;
  color: #1B4150;
  transition: all 0.3s ease-in-out;
}
.simple-text a:not(.btn-default):hover {
  color: #EB7B31;
}

.sub-categories {
  padding: 125px 0 50px;
  background: #F4F4F4;
}
.sub-categories.articles h1 {
  text-align: left;
}
.sub-categories.articles .tag {
  margin: 0 0 15px;
}
.sub-categories.overview .sub-cat-item svg {
  display: none;
}
.sub-categories h1 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.sub-categories .tag {
  background: rgba(235, 123, 49, 0.25);
  color: #EB7B31;
  padding: 3px 10px;
  border-radius: 25px;
  display: table;
  margin: 0 auto 15px;
}
.sub-categories .tag:before {
  content: "";
  position: relative;
  display: inline-block;
  background: #EB7B31;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
  top: -1px;
}
.sub-categories .sub-cat-item {
  background: #FFFFFF;
  color: #1B4150;
  border-radius: 38px;
  padding: 25px;
  display: block;
  margin: 0 0 25px;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.sub-categories .sub-cat-item:hover {
  color: #EB7B31;
  border-color: #EB7B31;
}
.sub-categories .sub-cat-item img {
  display: block;
  margin: 0 auto 15px;
  max-width: 100px;
}
.sub-categories .sub-cat-item span {
  font-size: 26px;
}
.sub-categories .article-item {
  background: #fff;
  border-radius: 38px;
  color: #000;
  display: flex;
  align-items: center;
  padding: 25px;
  margin: 0 0 25px;
}
.sub-categories .article-item img {
  max-width: 175px;
}
.sub-categories .article-item .name {
  font-size: 26px;
  font-weight: 500;
}
.sub-categories .article-item .price-wrapper {
  margin: 0 0 0 auto;
  color: #3A7085;
  font-size: 18px;
  min-width: 250px;
}
.sub-categories .article-item .price-wrapper .price {
  display: block;
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 5px;
  color: #000;
}
.sub-categories .article-item .price-wrapper .btn-default {
  margin: 5px 0 0;
  min-width: initial;
  width: 100%;
}

.seo-text {
  padding: 50px 0;
  background: #F4F4F4;
}
.seo-text .text {
  padding: 50px;
  background: #fff;
  border-radius: 40px;
}
.seo-text .text h2, .seo-text .text h3, .seo-text .text h4, .seo-text .text h5, .seo-text .text h6 {
  margin: 0 0 15px;
}
.seo-text .text ul {
  padding: 0 0 0 20px;
}
.seo-text .text ul li {
  list-style: disc;
}
.seo-text .text a:not(.btn-default) {
  color: #1B4150;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}
.seo-text .text a:not(.btn-default):hover {
  color: #EB7B31;
}

@media only screen and (max-width: 1200px) {
  .cat-overview-banner {
    padding: 50px 0 0;
  }
  .cat-overview-banner h1 {
    font-size: 55px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991.5px) {
  .cat-overview-banner h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .cat-overview-banner img {
    max-width: 200px;
  }
  .categories h2, .categories h3, .categories h4, .categories h5, .categories h6 {
    font-size: 30px;
  }
  .sub-categories {
    padding: 100px 0 50px;
  }
  .sub-categories h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.5px) {
  .cat-overview-banner {
    padding: 125px 0 0;
  }
  .cat-overview-banner .tag {
    margin-top: 25px;
  }
  .cat-overview-banner h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .cat-overview-banner img {
    margin: 0 auto;
  }
  .categories {
    padding: 50px 0 0;
  }
  .sub-categories {
    padding: 125px 0 50px;
  }
  .sub-categories h1 {
    font-size: 32px;
  }
  .sub-categories .article-item {
    flex-direction: column;
    align-items: baseline;
  }
  .sub-categories .article-item .name {
    font-size: 22px;
    display: block;
    margin: 10px 0 0;
  }
  .sub-categories .article-item .price-wrapper {
    margin: 15px 0 0;
  }
  .seo-text .text {
    padding: 25px;
    border-radius: 20px;
  }
  .simple-text.pd-mobile {
    padding: 0 0 50px;
  }
}
.contact-banner {
  position: relative;
  background: #1B4150;
  padding: 175px 0 100px;
  border-radius: 0 0 70px 70px;
  color: #fff;
  text-align: center;
  background: url("/Resources/img/bg-contact.png"), #1B4150;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-banner:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #F4F4F4;
  width: 100%;
  height: 100%;
}
.contact-banner:before {
  content: "";
  background: transparent radial-gradient(closest-side at 50% 55%, #1B4150 0%, #1B4150 65%, rgba(27, 65, 80, 0) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.contact-banner h1 {
  font-size: 50px;
}
.contact-banner .tag {
  background: rgba(255, 255, 255, 0.23);
  color: #fff;
  padding: 3px 10px;
  border-radius: 25px;
  display: table;
  margin: 0 auto 25px;
}
.contact-banner .tag:before {
  content: "";
  position: relative;
  display: inline-block;
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
  top: -1px;
}

.contact-items {
  background: #F4F4F4;
}
.contact-items .row {
  margin: -50px -15px 0;
}
.contact-items .item {
  background: #fff;
  border-radius: 20px;
  padding: 15px 25px 15px 70px;
  position: relative;
  /* margin: -50px 0 0;*/
  font-size: 18px;
  height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 22px;
  position: relative;
  z-index: 4;
}
.contact-items .item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.contact-items .item.phone:before {
  background: url("/Resources/img/icons/phone-contact.svg") #EB7B31;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-items .item.at:before {
  background: url("/Resources/img/icons/mail.svg") #EB7B31;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-items .item.marker:before {
  background: url("/Resources/img/icons/marker.svg") #EB7B31;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-items .item a {
  color: #1B4150;
  font-size: 20px;
  line-height: 22px;
  display: block;
  margin: 3px 0 0;
  transition: all 0.3s ease-in-out;
}
.contact-items .item a:hover {
  color: #EB7B31;
}

.contact-form {
  padding: 75px 0;
  background: #F4F4F4;
}
.contact-form h2, .contact-form h3, .contact-form h4, .contact-form h5, .contact-form h6 {
  text-align: center;
  margin: 0 0 50px;
  font-size: 34px;
  letter-spacing: 1.5px;
}
.contact-form .form-group label {
  display: block;
  margin: 0 0 5px;
  font-size: 18px;
}
.contact-form .form-group .form-control {
  background: #fff;
  border-radius: 100px;
  padding: 15px 20px;
}
.contact-form .form-group textarea {
  border-radius: 5px !important;
  height: 150px;
}
.contact-form .form-group.checkbox label:after {
  top: 9px;
  font-size: 14px;
  color: #EB7B31;
}
.contact-form .form-group.checkbox label:before {
  border: none;
  background: #fff;
  border-radius: 50%;
  top: 4px;
}

.map-section {
  padding: 0 0 75px;
  background: #F4F4F4;
  position: relative;
  border-radius: 0 0 70px 70px;
}
.map-section:after {
  content: "";
  width: 100%;
  height: 75px;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1B4150;
}
.map-section .map-wrapper {
  position: relative;
}
.map-section .map-wrapper #map {
  width: 100%;
  height: 400px;
  border-radius: 36px;
}
.map-section .map-wrapper .adres {
  position: absolute;
  top: 25px;
  left: 25px;
  background: #F4F4F4;
  border-radius: 100px;
  padding: 10px 15px;
  z-index: 2;
}

@media only screen and (max-width: 991.5px) {
  .contact-items .item {
    margin: 0 0 25px;
    height: calc(100% - 25px);
  }
  .contact-form .btn-default {
    width: 100%;
    min-width: initial;
  }
}
@media only screen and (max-width: 767.5px) {
  .contact-banner {
    border-radius: 0 0 40px 40px;
    background-size: contain;
    padding: 150px 0 75px;
  }
  .contact-banner h1 {
    font-size: 32px;
  }
  .contact-form {
    padding: 25px 0 50px;
  }
  .contact-form h2, .contact-form h3, .contact-form h4, .contact-form h5, .contact-form h6 {
    font-size: 28px;
  }
  .map-section {
    border-radius: 0 0 40px 40px;
  }
  .map-section .map-wrapper #map {
    border-radius: 25px;
  }
  .map-section .map-wrapper .adres {
    font-size: 16px;
    top: 5px;
    left: 5px;
  }
}
.industry-detail-text {
  background: #1B4150;
  padding: 25px 0;
  border-radius: 70px;
  position: relative;
}
.industry-detail-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #F4F4F4;
  z-index: -1;
}
.industry-detail-text .outer {
  background: #fff;
  border-radius: 40px;
  padding: 25px;
}
.industry-detail-text .outer img {
  display: block;
  width: 100%;
  border-radius: 25px;
}
.industry-detail-text .outer img:nth-of-type(1) {
  margin: 0 0 25px;
}
.industry-detail-text .outer h2, .industry-detail-text .outer h3, .industry-detail-text .outer h4, .industry-detail-text .outer h5, .industry-detail-text .outer h6 {
  font-size: 40px;
  margin: 0 0 25px;
}
.industry-detail-text .outer ul:not(.breadcrumbs) {
  margin: 25px 0 0;
}
.industry-detail-text .outer ul:not(.breadcrumbs) li {
  position: relative;
  padding: 0 0 0 25px;
}
.industry-detail-text .outer ul:not(.breadcrumbs) li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background-image: url("/Resources/img/check-circle.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
}
.industry-detail-text .contact-section {
  color: #fff;
  margin: 100px auto;
}
.industry-detail-text .contact-section .tag {
  position: relative;
  color: #eb7b31;
}
.industry-detail-text .contact-section .tag:before {
  content: "";
  position: relative;
  display: inline-block;
  background: #eb7b31;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
  top: -1px;
}
.industry-detail-text .contact-section h2, .industry-detail-text .contact-section h3, .industry-detail-text .contact-section h4, .industry-detail-text .contact-section h5, .industry-detail-text .contact-section h6 {
  color: #fff;
}
.industry-detail-text .contact-section ul {
  margin: 50px 0 0;
  padding: 0 0 0 25px;
}
.industry-detail-text .contact-section ul li {
  list-style: disc;
  margin: 0 0 5px;
}
.industry-detail-text .contact-section a:not(.btn-default) {
  color: #fff;
  font-weight: 600;
}
.industry-detail-text .contact-section .btn-default {
  display: inline-block;
}
.industry-detail-text .contact-section .btn-default:nth-of-type(1):hover {
  background: #fff;
  color: #1B4150;
}
.industry-detail-text .contact-section .btn-default:nth-of-type(2) {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 0 0 10px;
}
.industry-detail-text .contact-section .btn-default:nth-of-type(2):hover {
  background: #fff;
  color: #1B4150;
}
.industry-detail-text .contact-section .img-wrapper {
  position: relative;
}
.industry-detail-text .contact-section .img-wrapper img {
  width: 100%;
}
.industry-detail-text .contact-section .img-wrapper span .online, .industry-detail-text .contact-section .img-wrapper span .offline {
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 10px 10px 10px 35px;
  background: #F4F4F4;
  position: absolute;
  top: 100px;
  right: -100px;
  color: #11151A;
  font-size: 17px;
}
.industry-detail-text .contact-section .img-wrapper span .online:before, .industry-detail-text .contact-section .img-wrapper span .offline:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 19px;
  left: 10px;
}
.industry-detail-text .contact-section .img-wrapper span .online:before {
  background: #34AC51;
}
.industry-detail-text .contact-section .img-wrapper span .offline:before {
  background: red;
}

.text-alineas {
  padding: 75px 0;
  background: #F4F4F4;
}
.text-alineas.bg-white {
  background: #fff;
  border-radius: 0 0 70px 70px;
}
.text-alineas.pd-small-bot {
  padding: 75px 0 0;
}
.text-alineas h2, .text-alineas h3, .text-alineas h4, .text-alineas h5, .text-alineas h6 {
  margin: 0 0 15px;
}
.text-alineas .w-100 {
  width: 100%;
}

@media only screen and (max-width: 767.5px) {
  .industry-detail-text {
    border-radius: 40px;
  }
  .industry-detail-text .outer img:nth-of-type(2) {
    margin: 0 0 25px;
  }
  .industry-detail-text .outer h2, .industry-detail-text .outer h3, .industry-detail-text .outer h4, .industry-detail-text .outer h5, .industry-detail-text .outer h6 {
    font-size: 28px;
    margin: 0 0 15px;
  }
  .industry-detail-text .contact-section {
    margin: 50px auto;
  }
  .industry-detail-text .contact-section .btn-default {
    width: 100%;
  }
  .industry-detail-text .contact-section .btn-default:nth-of-type(2) {
    margin: 10px 0 0 0;
  }
  .industry-detail-text .contact-section .img-wrapper {
    margin: 25px auto 0;
    max-width: 300px;
  }
  .industry-detail-text .contact-section .img-wrapper span .online, .industry-detail-text .contact-section .img-wrapper span .offline {
    top: initial;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    right: initial;
    min-width: 250px;
  }
  .text-alineas .mg-bottom {
    margin: 0 0 25px;
  }
}
.text-banner {
  padding: 125px 0 50px;
  background: #F4F4F4;
}
.text-banner .tag {
  background: rgba(235, 123, 49, 0.25);
  color: #EB7B31;
  padding: 3px 10px;
  border-radius: 25px;
  display: table;
  margin: 0 auto 25px;
}
.text-banner .tag:before {
  content: "";
  position: relative;
  display: inline-block;
  background: #EB7B31;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
  top: -1px;
}
.text-banner h1, .text-banner h2, .text-banner h3, .text-banner h4, .text-banner h5, .text-banner h6 {
  font-size: 74px;
  color: #1b4150;
  line-height: 90px;
  text-align: center;
}
.text-banner .hexagon {
  max-width: 200px;
}

.help-blocks {
  position: relative;
  padding: 75px 0;
  background: #F4F4F4;
}
.help-blocks .tag {
  background: rgba(235, 123, 49, 0.25);
  color: #EB7B31;
  padding: 3px 10px;
  border-radius: 25px;
  display: table;
  margin: 0 0 25px;
}
.help-blocks .tag:before {
  content: "";
  position: relative;
  display: inline-block;
  background: #EB7B31;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
  top: -1px;
}
.help-blocks h1, .help-blocks h2, .help-blocks h3, .help-blocks h4, .help-blocks h5, .help-blocks h6 {
  font-size: 50px;
  color: #1b4150;
  line-height: 55px;
  margin: 0 0 65px;
  letter-spacing: 1px;
}
.help-blocks .item {
  padding: 25px 25px 150px 25px;
  border-radius: 38px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: calc(100% - 25px);
  margin: 0 0 25px;
}
.help-blocks .item.grey {
  background: rgba(27, 65, 80, 0.15);
  color: #1B4150;
}
.help-blocks .item.orange {
  background: rgba(235, 123, 49, 0.15);
  color: #EB7B31;
}
.help-blocks .item.blue {
  background: rgba(58, 112, 133, 0.15);
  color: #25586C;
}
.help-blocks .item img {
  max-width: 200px;
  width: 100%;
  position: absolute;
  left: -15px;
  bottom: 0;
}
.help-blocks .item .text {
  margin: 0 0 0 auto;
  font-size: 26px;
}
.help-blocks .item .text strong {
  font-weight: 600;
}
.help-blocks .item svg {
  max-width: 20px;
  position: absolute;
  bottom: 15px;
  right: 35px;
  transform: rotate(-90deg);
}

.calc-heat-exchange {
  border-radius: 70px 70px 0 0;
  background: #1B4150;
  padding: 125px 0 75px;
}
.calc-heat-exchange.bg-item-grey {
  position: relative;
}
.calc-heat-exchange.bg-item-grey:after {
  content: "";
  background: #F4F4F4;
  height: 50px;
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.calc-heat-exchange h2, .calc-heat-exchange h3, .calc-heat-exchange h4, .calc-heat-exchange h5, .calc-heat-exchange h6 {
  color: #fff;
  font-size: 50px;
  letter-spacing: 2px;
  margin: 0 0 50px;
}
.calc-heat-exchange .item {
  padding: 40px;
  background: #fff;
  border-radius: 38px;
  color: #1B4150;
  height: calc(100% - 25px);
  margin: 0 0 25px;
  display: flex;
  flex-direction: column;
}
.calc-heat-exchange .item.btn-blue .btn-default {
  background: #3A7085;
}
.calc-heat-exchange .item.btn-blue .btn-default:hover {
  background: #EB7B31;
}
.calc-heat-exchange .item p {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 0 25px;
}
.calc-heat-exchange .item b {
  display: block;
  font-size: 32px;
  margin: 0 0 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.calc-heat-exchange .item .btn-default {
  margin: auto 0 0 0;
  align-self: self-start;
}

@media only screen and (max-width: 1525px) {
  .text-banner h1, .text-banner h2, .text-banner h3, .text-banner h4, .text-banner h5, .text-banner h6 {
    font-size: 60px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 1300px) {
  .text-banner h1, .text-banner h2, .text-banner h3, .text-banner h4, .text-banner h5, .text-banner h6 {
    font-size: 55px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-banner {
    padding: 75px 0 50px;
  }
  .text-banner h1, .text-banner h2, .text-banner h3, .text-banner h4, .text-banner h5, .text-banner h6 {
    font-size: 54px;
    line-height: 58px;
  }
  .help-blocks .item .text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.5px) {
  .text-banner h1, .text-banner h2, .text-banner h3, .text-banner h4, .text-banner h5, .text-banner h6 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767.5px) {
  .text-banner {
    padding: 125px 0 0;
  }
  .text-banner h1, .text-banner h2, .text-banner h3, .text-banner h4, .text-banner h5, .text-banner h6 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 15px;
  }
  .text-banner .hexagon {
    max-width: 150px;
    display: block;
    margin: 0 auto;
  }
  .help-blocks {
    padding: 75px 0 0;
  }
  .help-blocks.mg-bottom-mobile {
    padding: 75px 0 50px;
  }
  .help-blocks h2, .help-blocks h3, .help-blocks h4, .help-blocks h5, .help-blocks h6 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 50px;
  }
  .help-blocks .item {
    padding: 25px 25px 90px 25px;
    margin: 0 0 50px;
    height: calc(100% - 50px);
  }
  .help-blocks .item img {
    max-width: 150px;
  }
  .help-blocks .col-sm-6:last-of-type .item {
    margin: 0;
    height: 100%;
  }
  .calc-heat-exchange {
    border-radius: 35px 35px 0 0;
    padding: 50px 0;
  }
  .calc-heat-exchange h2, .calc-heat-exchange h3, .calc-heat-exchange h4, .calc-heat-exchange h5, .calc-heat-exchange h6 {
    font-size: 32px;
  }
}
/*@import "whatsapp.scss";*/
/*@import "pages/contact.scss";
@import "pages/about.scss";
@import "pages/text.scss";
@import "pages/support.scss";
@import "pages/referenties.scss";
@import "pages/hulp.scss";
@import "pages/offerte.scss";
@import "pages/service.scss";
@import "pages/formbuilder.scss";*/
/*@import "pages/about.scss";
@import "pages/subscription.scss";*/
/*@import "pages/faq.scss";*/
/*@import "pages/service-detail.scss";
@import "pages/blog.scss";
@import "pages/terms.scss";*/
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-terms {
  margin: 0;
  font-size: 12px;
  display: table;
}
.recaptcha-terms a {
  display: inline-block;
  color: inherit;
  text-decoration: underline !important;
}

html {
  overflow-x: hidden;
}
html.modal-open {
  overflow: hidden;
}
html.modal-open body {
  overflow: hidden;
}

body {
  position: relative;
  font-family: "Inter";
  background: #fff;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  line-height: 32px;
  font-size: 20px;
  color: #1B4150;
}

p {
  margin: 0;
}

:focus {
  outline: none !important;
}

.container-fluid.custom {
  padding: 0px 15px;
  max-width: 1550px;
}

input, button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.btn-default {
  padding: 15px 17px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 302px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #257BE0;
  color: #fff;
  position: relative;
  font-family: "Inter";
  background: #EB7B31;
  font-weight: 600;
  font-size: 16px;
  min-width: 250px;
}
.btn-default:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  /* background-image: url('/Resources/img/icons/arrow-small-right-white.svg');*/
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.btn-default:hover {
  background: #1B4150;
  color: #fff;
}
.btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 500;
  line-height: initial;
  font-family: "Inter";
  letter-spacing: 1.5px;
}

h2, h3, h4, h5, h6 {
  font-size: 28px;
}

*, ::after, ::before {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

.loading-div {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.loading-div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.6;
}
.loading-div svg {
  width: 35px;
  text-align: center;
  margin-bottom: 15px;
  animation-name: rotating;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.loading-div svg path {
  fill: #EB7B31;
}
.loading-div .inner {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  width: calc(100% - 30px);
  font-size: 25px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}
.loading-div .inner b {
  font-weight: 500;
}
.loading-div.activeloader {
  opacity: 1;
  visibility: visible;
}

.w-100 {
  width: 100% !important;
}

.hidden {
  display: none !important;
  opacity: 0;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  position: relative;
  top: 0;
  font-size: 14px;
  margin-bottom: 20px;
}
.breadcrumbs li {
  position: relative;
  padding-right: 25px;
  color: #1B4150;
}
.breadcrumbs li svg {
  width: 17px;
  height: 17px;
  object-fit: contain;
  top: 4px;
  left: 0;
  position: relative;
  border-radius: 0;
}
.breadcrumbs li:not(:last-child):after {
  content: "/";
  position: absolute;
  /*                height: 1px;
  width: 10px;*/
  /*                background: #1B4150;*/
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  font-size: 16px;
}
.breadcrumbs li a {
  color: #1B4150;
}

.errors {
  height: 100vh;
  width: 100vw;
  position: relative;
}
.errors.thanks {
  padding: 150px 0;
  height: initial;
}
.errors.thanks .content {
  position: relative;
}
.errors:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.errors .content {
  width: 800px;
  max-width: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 40px 60px;
  background: #F5F5F5;
  color: #191919;
}
.errors .content .inner {
  color: #000;
}
.errors .content h1, .errors .content h2, .errors .content h3, .errors .content h4, .errors .content h5, .errors .content h6 {
  font-size: 35px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.errors .content a:not(.btn-default) {
  color: #D2066F;
  text-decoration: underline;
}
.errors .content .btn-default {
  padding: 15px 17px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 302px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #257BE0;
  color: #fff;
  position: relative;
  font-family: "Inter";
  background: #EB7B31;
  font-weight: 600;
  font-size: 16px;
  min-width: 250px;
  margin: 20px auto 0 !important;
}
.errors .content .btn-default:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  /* background-image: url('/Resources/img/icons/arrow-small-right-white.svg');*/
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.errors .content .btn-default:hover {
  background: #1B4150;
  color: #fff;
}
.errors .content .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.errors .content .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.errors .content p {
  margin: 0;
}

.overlay-search {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.overlay-search.active {
  opacity: 1;
  visibility: visible;
}

.form-group {
  margin-bottom: 15px;
}
.form-group.has-error .form-control {
  border: 1px solid #E84631;
}
.form-group.has-error label:before {
  border: 1px solid #E84631 !important;
}
.form-group.has-success .form-control {
  border: 1px solid #00ae15;
}
.form-group.has-success label:before {
  border: 1px solid #00ae15 !important;
}
.form-group select {
  background-image: url(/Resources/img/arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  background-position: 95% !important;
}
.form-group .form-control {
  height: inherit;
  padding: 12px 20px;
  color: #000;
  border: none;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff;
  border-radius: 12px;
  -webkit-appearance: none;
  font-family: "Inter";
}
.form-group textarea {
  width: 100% !important;
}
.form-group .help-block {
  display: block;
  color: #E84631;
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  font-size: 14px;
  border: 1px solid transparent;
}
.alert.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert.alert-succes {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.alert-primary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
}
.popup-modal.small .content {
  max-width: 600px;
  padding: 50px 100px 30px;
}
.popup-modal.active {
  opacity: 1;
  visibility: visible;
}
.popup-modal .form-button {
  padding: 15px 17px;
  text-align: center;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 302px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #257BE0;
  color: #fff;
  position: relative;
  font-family: "Inter";
  background: #EB7B31;
  font-weight: 600;
  font-size: 16px;
  min-width: 250px;
  margin-top: 20px;
}
.popup-modal .form-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  /* background-image: url('/Resources/img/icons/arrow-small-right-white.svg');*/
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.popup-modal .form-button:hover {
  background: #1B4150;
  color: #fff;
}
.popup-modal .form-button.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.popup-modal .form-button.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.popup-modal b, .popup-modal h1, .popup-modal h2, .popup-modal h3, .popup-modal h5 {
  font-size: 40px;
  font-weight: 500;
  line-height: initial;
  margin-bottom: 25px;
  display: block;
  font-family: "Inter";
}
.popup-modal .content {
  position: relative;
  width: calc(100% - 30px) !important;
  max-width: 1200px;
  padding: 100px;
  background: #fff;
  color: #fff;
  padding: 45px 100px;
  margin-bottom: 50px;
  /*        -webkit-mask-image: url(/resources/img//bg/svg-newsletter.svg);
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;*/
  border-radius: 20px;
  background: #2B2E42;
  margin: 50px auto;
}
.popup-modal .content .recaptcha-terms {
  margin: 15px 0 0;
}
.popup-modal .content .inners {
  position: relative;
  z-index: 1;
}
.popup-modal .content img {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  display: table;
}
.popup-modal .content .close-modal {
  color: #D31447;
  position: absolute;
  right: 25px;
  font-size: 24px;
  cursor: pointer;
  top: 15px;
  z-index: 2;
}

@keyframes blink {
  0% {
    bottom: -10px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: -10px;
  }
}
@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section:not(.fold-home).anim-active .container-fluid.custom {
  opacity: 1;
  top: 0;
}
section:not(.fold-home) .container-fluid.custom {
  position: relative;
  opacity: 0;
  top: 10px;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
section.anim-active {
  -webkit-transition: opacity 0.4s linear 0s;
  transition: opacity 0.4s linear 0s;
}

.fix-button {
  position: fixed;
  bottom: 50px;
  right: 50px;
  color: #fff;
  background: linear-gradient(180deg, #D2066F, #962D88);
  z-index: 9;
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  line-height: 16px;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.fix-button.white img {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
.fix-button:hover {
  color: #fff;
  transform: scale(1.1);
}
.fix-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.fix-button img {
  position: absolute;
  width: 138%;
  left: -18px;
  top: -17px;
  height: auto;
  animation-name: rotate;
  mix-blend-mode: difference;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #EB7B31 !important;
  border-color: #EB7B31 !important;
  color: #fff !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  color: #EB7B31 !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border-color: #EB7B31 !important;
  background: #fff !important;
  color: #EB7B31 !important;
}

#CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #EB7B31 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: #EB7B31 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #EB7B31 !important;
  color: #EB7B31 !important;
}

#CookiebotWidget {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.iframe-page {
  padding: 100px 0 50px;
  overflow: hidden;
}
.iframe-page iframe {
  min-width: 100%;
  max-width: 100%;
  height: 2400px;
  border: none;
}

.change-heat-exchanger {
  border-radius: 70px;
  position: relative;
  background: #F4F4F4;
}
.change-heat-exchanger.before-blue:before {
  content: "";
  width: 100%;
  height: 100px;
  z-index: 0;
  position: absolute;
  top: -35px;
  left: 0;
  background: #1B4150;
}
.change-heat-exchanger:before {
  content: "";
  width: 100%;
  height: 50px;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #F4F4F4;
}
.change-heat-exchanger:after {
  content: "";
  width: 100%;
  height: 75px;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1B4150;
}
.change-heat-exchanger .mobile {
  display: none;
}
.change-heat-exchanger .img-wrapper {
  position: relative;
}
.change-heat-exchanger .img-wrapper:before {
  content: "";
  background: rgba(27, 65, 80, 0.78);
  border-radius: 70px;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.change-heat-exchanger .text {
  text-align: center;
  color: #fff;
}
.change-heat-exchanger .text h2, .change-heat-exchanger .text h3, .change-heat-exchanger .text h4, .change-heat-exchanger .text h5, .change-heat-exchanger .text h6 {
  font-size: 60px;
}
.change-heat-exchanger img {
  width: 100%;
  border-radius: 70px;
}
.change-heat-exchanger .container-fluid.custom {
  position: absolute !important;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.change-heat-exchanger .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0 0;
}
.change-heat-exchanger .wrapper .form-group {
  margin: 0;
  min-width: 250px;
}
.change-heat-exchanger .wrapper .form-group:nth-of-type(2) {
  margin: 0 25px;
}
.change-heat-exchanger .wrapper .form-group .form-control {
  padding: 20px 17px;
  border-radius: 100px;
}

.contact-footer {
  padding: 25px 0;
  background: #1B4150;
  color: #fff;
  text-align: left;
  font-size: 14px;
}
.contact-footer .logo-footer {
  width: 85%;
}
.contact-footer b {
  display: block;
  padding: 0 0 0 30px;
  font-weight: 600;
  font-size: 16px;
}
.contact-footer b:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 15px;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-footer .contact b:before {
  background-image: url("/Resources/img/icons/contact.svg");
}
.contact-footer .phone b:before {
  background-image: url("/Resources/img/icons/phone.svg");
}
.contact-footer .mail b:before {
  background-image: url("/Resources/img/icons/mail.svg");
}

footer {
  border-radius: 70px 70px 0 0;
  padding: 75px 0 25px;
  background: #F4F4F4;
  color: #3E3E3E;
  font-size: 16px;
  position: relative;
}
footer:after {
  content: "";
  width: 100%;
  height: 75px;
  z-index: -1;
  position: absolute;
  bottom: 0;
  top: 0;
  background: #1B4150;
}
footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("/Resources/img/arrows.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 175px;
  height: 175px;
  z-index: 2;
}
footer a {
  color: #3E3E3E;
  transition: all 0.3s ease-in-out;
}
footer a:hover {
  color: #EB7B31;
}
footer .newsletter {
  background: #fff;
  border-radius: 38px;
  padding: 25px;
}
footer .newsletter i, footer .newsletter em {
  font-size: 22px;
  color: #000000;
  font-style: normal;
  font-weight: 600;
  display: block;
  margin: 0 0 15px;
}
footer .newsletter i b, footer .newsletter i strong, footer .newsletter em b, footer .newsletter em strong {
  color: #EB7B31;
}
footer .newsletter .form-group.checkbox label {
  padding-left: 30px;
  font-size: 14px;
  color: rgba(62, 62, 62, 0.53);
}
footer .newsletter .form-group.checkbox label:before {
  background: #F5F5F5;
  border: none;
  top: 0;
  width: 20px;
  height: 20px;
}
footer .newsletter .form-group.checkbox label:after {
  color: #EB7B31;
  font-size: 13px;
}
footer .newsletter .form-group.checkbox label a {
  color: rgba(62, 62, 62, 0.53);
}
footer .newsletter .form-group .form-control {
  background: #F5F5F5;
  border-radius: 100px;
  padding: 17px 20px;
}
footer .address ul {
  margin: 0 0 50px;
}
footer b {
  font-weight: 600;
  color: #000;
  display: block;
  margin: 0 0 10px;
  font-size: 20px;
}
footer ul li {
  font-size: 16px;
  margin: 0 0 5px;
}
footer .btn-default {
  width: 100%;
}
footer .copy {
  padding: 25px 0 0;
  margin: 25px 0 0;
  border-top: 1px solid rgba(125, 165, 178, 0.43);
}

@media only screen and (max-width: 991.5px) {
  .change-heat-exchanger .text h2, .change-heat-exchanger .text h3, .change-heat-exchanger .text h4, .change-heat-exchanger .text h5, .change-heat-exchanger .text h6 {
    font-size: 40px;
  }
  .change-heat-exchanger .wrapper {
    padding: 0 50px;
  }
  .change-heat-exchanger .wrapper .form-group {
    min-width: 200px;
  }
  .contact-footer .logo-footer {
    max-width: 250px;
    display: block;
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 767.5px) {
  .change-heat-exchanger .img-wrapper {
    height: 450px;
    border-radius: 40px;
  }
  .change-heat-exchanger .img-wrapper:before {
    border-radius: 40px;
  }
  .change-heat-exchanger .img-wrapper img {
    border-radius: 40px;
    height: 100%;
    object-fit: cover;
  }
  .change-heat-exchanger .wrapper {
    display: none;
  }
  .change-heat-exchanger .mobile {
    display: block;
  }
  .change-heat-exchanger .mobile .btn-default {
    margin: 15px auto 0;
  }
  .contact-footer .phone {
    margin: 15px 0;
  }
  footer {
    border-radius: 40px 40px 0 0;
    padding: 50px 0 25px;
  }
  footer:before {
    display: none;
  }
  footer .newsletter {
    margin: 25px 0 0;
  }
  footer .custom-mobile:last-of-type b {
    border: none;
  }
  footer .custom-mobile ul, footer .custom-mobile p {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  footer .custom-mobile ul.active, footer .custom-mobile p.active {
    max-height: 500px; /* Set to the max possible height */
    visibility: visible;
    opacity: 1;
  }
  footer .custom-mobile b {
    display: block;
    border-bottom: 1px solid rgba(125, 165, 178, 0.28);
    padding: 0 0 15px;
    margin: 0 0 15px;
    position: relative;
  }
  footer .custom-mobile b:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background-image: url("/Resources/img/chevron-right.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.custom {
    padding: 0px 15px;
    max-width: 1450px;
  }
}
@media only screen and (max-width: 1550px) {
  .container-fluid.custom {
    padding: 0px 15px;
    max-width: 1350px;
  }
}
@media only screen and (max-width: 1200px) {
  .container-fluid.custom {
    padding: 0px 15px;
  }
  h2, h3, h4, h5, h6 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991.5px) {
  .errors:before {
    position: absolute;
    top: 0px;
    left: -370px;
    transform: unset;
    height: 100%;
    z-index: 0;
    background-size: 105%;
  }
}
@media only screen and (max-width: 767.5px) {
  .iframe-page iframe {
    height: 3200px;
  }
  .fix-button {
    display: none;
  }
  /*    .bubble {
      opacity: 0.5
  }*/
  .language-switch .inner {
    border-radius: 25px;
    padding: 25px;
  }
  .language-switch .inner svg {
    right: 20px;
    top: 15px;
  }
  .shopping-modal .inner {
    padding: 50px 20px 20px;
    min-width: inherit;
  }
  .shopping-modal .btn-row {
    margin-top: 30px px;
  }
  .banner-text {
    height: 200px;
  }
  .banner-text .text {
    font-size: 30px;
    width: calc(100% - 30px);
  }
  .popup-modal b, .popup-modal h1, .popup-modal h2, .popup-modal h3, .popup-modal h4, .popup-modal h5, .popup-modal h6 {
    font-size: 36px;
  }
  .popup-modal .content {
    margin-bottom: 0px;
    -webkit-mask-image: none;
    padding: 25px;
  }
  .popup-modal .content img {
    max-width: 200px;
    margin: -65px 0 20px;
  }
  .btn-default {
    padding: 10px 15px;
  }
  .breadcrumb-wrapper.shop-crumbs {
    display: block;
    padding: 15px 0;
  }
  .breadcrumb-wrapper.shop-crumbs .btn-back {
    margin: 0px 0px 15px;
  }
  .errors:before {
    transform: translateY(-50%);
    left: -260px;
    width: 250%;
    background-size: 120%;
    top: 68%;
  }
  .errors .content {
    padding: 25px;
  }
}
