﻿/* ==========================================================================
  CSS Reset
  ========================================================================== */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/Resources/fonts/fa-regular-400.eot);
  src: url(/Resources/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-regular-400.woff2) format("woff2"), url(/Resources/fonts/fa-regular-400.woff) format("woff"), url(/Resources/fonts/fa-regular-400.ttf) format("truetype"), url(/Resources/fonts/fa-regular-400.svg#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  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: auto;
  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-star:before {
  content: "\f005";
}

.fa-times:before {
  content: "\f00d";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-check:before {
  content: "\f00c";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-play:before {
  content: "\f04b";
}

.fa-arrow-left:before {
  content: "\f060";
}

@font-face {
  font-family: "THICCCBOI";
  font-weight: 400;
  src: url("/Resources/fonts/THICCCBOI-Regular.ttf") format("ttf"), url("/Resources/fonts/THICCCBOI-Regular.woff2") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "THICCCBOI";
  font-weight: 500;
  src: url("/Resources/fonts/THICCCBOI-Medium.ttf") format("ttf"), url("/Resources/fonts/THICCCBOI-Medium.woff2") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "THICCCBOI";
  font-weight: 600;
  src: url("/Resources/fonts/THICCCBOI-SemiBold.ttf") format("ttf"), url("/Resources/fonts/THICCCBOI-SemiBold.woff2") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "THICCCBOI";
  font-weight: 700;
  font-display: swap;
  src: url("/Resources/fonts/THICCCBOI-Bold.ttf") format("ttf"), url("/Resources/fonts/THICCCBOI-bold.woff2") format("woff");
  font-display: swap;
}
.checkbox {
  padding: 0px !important;
  margin: 0;
}
.checkbox.order {
  display: flex;
  margin-bottom: 15px;
}
.checkbox.order li {
  margin-right: 35px;
}
.checkbox.order label {
  padding-left: 25px;
  font-size: 16px;
}
.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: 25px !important;
  margin: 0px;
  cursor: pointer;
  text-align: left;
  display: block;
}
.checkbox label a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}
.checkbox label:after {
  content: "\f00c" !important;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 2px;
  font-size: 14px;
  top: 0px;
  margin-left: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  color: #273B24 !important;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  border-radius: 0;
  background-color: #fff;
  -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 #eeeae2;
  color: #000;
}

.radio {
  padding: 0px !important;
}
.radio input {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.radio input[type=radio]:checked + label::before {
  background: #0B94CA !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;
}*/
.hamburger {
  position: absolute;
  z-index: 3;
  width: 40px;
  height: 25px;
  right: 10px;
  top: 18px;
  display: none;
}
.hamburger .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
}
.hamburger #nav-icon2 {
  width: 60px;
  height: 45px;
  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: #000;
  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(3), .hamburger #nav-icon2 span:nth-child(4) {
  top: 18px;
}
.hamburger #nav-icon2 span:nth-child(5), .hamburger #nav-icon2 span:nth-child(6) {
  top: 36px;
}
.hamburger #nav-icon2.open span {
  background: #000;
}
.hamburger #nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.hamburger #nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  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: 5px;
  top: 29px;
}
.hamburger #nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}
.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 (min-width: 1200px) {
  header.transparent {
    background: transparent !important;
  }
  header.transparent .offcanvas-menu ul li a.JS-KeuzehulpMenu {
    color: #fff;
  }
  header.transparent .offcanvas-menu ul li .dropDown {
    color: #fff !important;
  }
  header.transparent .offcanvas-menu ul li .dropDown:before {
    background: #fff;
  }
  header.transparent .right-menu .btn-border {
    color: #fff;
  }
  main {
    position: relative;
    margin-top: 0px;
  }
  /*    .custom-nav {
      margin-left: auto;
  }*/
  .right-menu {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .right-menu .call-item {
    position: relative;
  }
  .right-menu .call-item:hover .text {
    opacity: 1;
    visibility: visible;
  }
  .right-menu .call-item .text {
    position: absolute;
    left: -50px;
    background-color: #fff;
    top: 60px;
    padding: 10px 25px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 10px 10px;
    border-top: 2px solid #F4F4F4;
    transition: opacity 0.4s ease-in-out;
    min-width: 200px;
  }
  .right-menu .whatsapp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6ACF72;
    width: 50px;
    height: 50px;
    padding: 5px;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
  }
  .right-menu .whatsapp-icon i {
    font-size: 20px;
  }
  .right-menu .btn-default {
    padding: 12px 20px;
    text-align: center;
    font-weight: 400;
    display: table;
    border: none;
    color: #fff;
    border-radius: 10px;
    line-height: initial;
    font-family: "THICCCBOI";
    cursor: pointer;
    outline: none !important;
    -moz-transition: all 0.5s ease-in-out;
    border: none;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #ae9a63;
    position: relative;
    /*min-width: 155px;*/
    /*    &:before {
        content: "\f061";
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        left: 0;
        font-size: 30px;
        z-index: 2;
        color: #b29858;
    }

    &:hover {
        &:after {
            width: calc(100% + 30px);
        }
    }

    &:after {
        content: "";
        position: absolute;
        left: -20px;
        background: #b29858;
        width: 65px;
        height: 100%;
        opacity: 0.5;
        z-index: -1;
        top: 0;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }*/
    background: #ae9a63;
    margin-left: 15px;
  }
  .right-menu .btn-default.btn-orange {
    padding: 12px 20px 12px 35px;
    background: #ae9a63;
  }
  .right-menu .btn-default.btn-orange:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
  }
  .right-menu .btn-default.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
    padding-left: 40px;
  }
  .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;
    top: 15px;
  }
  .right-menu .btn-default.loading:after {
    display: none;
  }
  .right-menu .btn-default:hover {
    transform: scale(1.1);
  }
  .right-menu .btn-border {
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding: 0 10px;
    color: #343434;
  }
  .right-menu .btn-border i {
    margin-right: 5px;
  }
  .back-btn, .login-mobile {
    display: none !important;
  }
  .custom-nav {
    display: inline-block;
    vertical-align: middle;
  }
  .custom-nav .dropdown-desktop {
    /*          &:nth-child(2) {
                  .drop-desk {
                      img {
                          max-width: 250px;
                          border-radius: 10px;
                      }
                  }
              }*/
    /*&:not(:nth-child(1)) {
        .drop-desk {
            position: absolute;
            left: -50px;
            background-color: #fff;
            transition: opacity 0.4s ease-in-out;*/
    /* box-shadow: 0 3px 6px rgb(0 0 0 / 16%);*/
    /*top: 60px;*/
    /* padding: 10px 25px;*/
    /*padding: 10px 65px;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            align-items: center;
            min-width: 350px;
            opacity: 0;
            visibility: hidden;
            border-radius: 0 0 10px 10px;
            border-top: 2px solid #F4F4F4;

            li {
                display: block;
                width: 100%;

                &.active {
                    a {
                        color: $green;
                    }
                }
            }

            a {
                color: #273B24;
                display: table;
                padding: 10px 0;
                font-size: 16px;

                &:hover, &.active {
                    color: $green;
                }
            }
        }
    }*/
  }
  .custom-nav .dropdown-desktop .container {
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
  }
  .custom-nav .dropdown-desktop:hover .drop-desk, .custom-nav .dropdown-desktop:hover .menu-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
    max-height: 999px !important;
  }
  .custom-nav .dropdown-desktop:nth-child(1) .menu-wrapper, .custom-nav .dropdown-desktop:nth-child(2) .menu-wrapper {
    position: fixed;
    left: 0;
    width: 100%;
    /*width: calc(100% - 200px);*/
    background-color: #fff;
    top: 70px;
    max-height: 0;
    visibility: hidden;
    overflow-y: scroll;
    transition: all 0.7s ease-in-out;
    padding: 50px 0 0 0 !important;
    z-index: 1;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border-top: 2px solid #F4F4F4;
  }
  .custom-nav .dropdown-desktop:nth-child(1) .drop-desk, .custom-nav .dropdown-desktop:nth-child(2) .drop-desk {
    /*                 position: absolute;
    left: -50px;
    background-color: #fff;
    transition: opacity 0.4s ease-in-out;
    top: 60px;
    padding: 10px 65px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    min-width: 350px;

    border-radius: 0 0 10px 10px;
    border-top: 2px solid #F4F4F4;*/
    /* position: absolute;*/
    left: -50px;
    top: 60px;
    opacity: 0;
    visibility: hidden;
    max-width: 1370px;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
  }
  .custom-nav .dropdown-desktop:nth-child(1) .drop-desk li, .custom-nav .dropdown-desktop:nth-child(2) .drop-desk li {
    max-width: 20%;
    width: 100%;
  }
  .custom-nav .dropdown-desktop:nth-child(1) .drop-desk li a, .custom-nav .dropdown-desktop:nth-child(2) .drop-desk li a {
    padding: 15px 0 15px 20px;
  }
  .custom-nav .dropdown-desktop:nth-child(1) .drop-desk li .title, .custom-nav .dropdown-desktop:nth-child(2) .drop-desk li .title {
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
  }
  .custom-nav .dropdown-desktop:nth-child(1) .drop-desk li img, .custom-nav .dropdown-desktop:nth-child(2) .drop-desk li img {
    width: 100%;
    border-radius: 20px;
  }
  .custom-nav .dropdown-desktop:nth-child(1) .drop-desk .sub-cats li, .custom-nav .dropdown-desktop:nth-child(2) .drop-desk .sub-cats li {
    max-width: 100% !important;
  }
  .custom-nav .dropdown-desktop:nth-child(1) .drop-desk .sub-cats li a, .custom-nav .dropdown-desktop:nth-child(2) .drop-desk .sub-cats li a {
    padding: 0 0 15px 20px;
  }
  header {
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    transition: background 0.3s ease-in-out;
    position: fixed;
    padding: 10px 0;
    box-shadow: 0px 3px 6px rgba(27, 37, 60, 0);
  }
  header.scroll, header.static {
    /*      box-shadow: 0px 3px 6px rgba(27,37,60,0.34);
    background: #fff;*/
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    /*           .logo {
        background: #000;

        svg {
            path {

                &:not(#Path_41), &:not(#Path_42) {
                    fill: #121C2E;
                }

                &#Path_41, &#Path_42 {
                    fill: #0083C0;
                }
            }
        }
    }*/
  }
  header.scroll .right-menu .btn-default, header.static .right-menu .btn-default {
    background: #ae9a63;
    color: #fff;
  }
  header.scroll .offcanvas-menu ul li .JS-KeuzehulpMenu, header.scroll .offcanvas-menu ul li .dropDown, header.static .offcanvas-menu ul li .JS-KeuzehulpMenu, header.static .offcanvas-menu ul li .dropDown {
    color: #343434;
  }
  header .container-fluid.custom {
    display: flex;
    align-items: center;
    padding: 0 25px;
    /*justify-content: center;*/
  }
  header .container-fluid.custom.full-width {
    max-width: 100%;
  }
  header .mobile-show {
    display: none;
  }
  header .logo {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 15px;
    /*height: 40px;*/
    max-width: 150px;
    width: 100%;
    /*            -webkit-mask-image: url(/Resources/img/logo.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background: #fff;*/
  }
  header .logo svg {
    max-width: 175px;
    display: block;
    width: 100%;
    height: auto;
  }
  header .logo svg path {
    transition: all 0.3s ease-in-out;
  }
  header .logo svg path:not(#Path_41), header .logo svg path:not(#Path_42) {
    fill: #fff;
  }
  header .offcanvas-menu {
    display: inline-block;
    /* li {
        &.has-children.dropdown-desktop {
            &:nth-of-type(2) {
                display: none;
            }
        }
    }*/
  }
  header .offcanvas-menu .menu {
    display: inline-block;
    vertical-align: middle;
  }
  header .offcanvas-menu .dropdown-custom:hover ul {
    max-height: 500px;
  }
  header .offcanvas-menu .dropdown-custom ul {
    position: absolute;
    min-width: 175px;
    background: #fff;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    max-height: 0px;
    overflow: hidden;
  }
  header .offcanvas-menu .dropdown-custom ul li {
    display: block;
  }
  header .offcanvas-menu .dropdown-custom ul li span {
    margin: 5px 0px;
  }
  header .offcanvas-menu .dropdown-custom ul li span a {
    padding: 10px 25px;
    display: block;
  }
  header .offcanvas-menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  header .offcanvas-menu ul li:hover a.JS-KeuzehulpMenu, header .offcanvas-menu ul li.active a.JS-KeuzehulpMenu {
    /* color: $green;*/
    color: #000;
  }
  header .offcanvas-menu ul li:hover a.dropDown:before, header .offcanvas-menu ul li.active a.dropDown:before {
    width: calc(100% - 25px);
  }
  header .offcanvas-menu ul li:hover .wrapper-menu, header .offcanvas-menu ul li.active .wrapper-menu {
    opacity: 1;
    visibility: visible;
  }
  header .offcanvas-menu ul li a.JS-KeuzehulpMenu {
    display: block;
    padding: 15px 20px;
    transition: color 0.2s ease-in-out;
    position: relative;
    color: #343434;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 16px;
  }
  header .offcanvas-menu ul li a.JS-KeuzehulpMenu.dropDown:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -3px;
    top: 17px;
    color: currentColor;
    font-size: 14px;
  }
  header .offcanvas-menu ul li a.dropDown {
    display: inline-block;
    padding: 15px;
    transition: color 0.2s ease-in-out;
    position: relative;
    color: #343434;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 16px;
  }
  header .offcanvas-menu ul li a.dropDown:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -3px;
    top: 17px;
    color: currentColor;
    font-size: 14px;
  }
  header .offcanvas-menu ul li a.dropDown:before {
    content: "";
    width: 0;
    background: #222222;
    border-radius: 100px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
    transition: all 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1360px) {
  header .offcanvas-menu ul li a.JS-KeuzehulpMenu {
    padding: 15px 10px;
  }
  header .logo svg {
    max-width: 125px;
  }
  header .container-fluid.custom {
    padding: 0px 15px;
  }
}
/*@media only screen and (max-width:1500px) {
    header {
        .logo {
            max-width: 165px;
        }
    }
}*/
@media only screen and (max-width: 1520px) {
  header .logo {
    max-width: 150px;
    height: auto;
  }
  header .offcanvas-menu ul li a.JS-KeuzehulpMenu, header .offcanvas-menu ul li a.dropDown {
    padding: 15px;
  }
}
@media only screen and (max-width: 1475px) {
  header .offcanvas-menu ul li .JS-KeuzehulpMenu, header .offcanvas-menu ul li .dropDown, header .offcanvas-menu ul li .JS-KeuzehulpMenu {
    padding: 15px 10px;
  }
  header .offcanvas-menu ul li a.JS-KeuzehulpMenu, header .offcanvas-menu ul li a.dropDown {
    padding: 15px 10px;
  }
  header .offcanvas-menu ul li a.dropDown:after {
    right: 0;
  }
}
@media only screen and (max-width: 1400px) {
  header .offcanvas-menu ul li a.JS-KeuzehulpMenu {
    padding: 15px 10px;
  }
  header .offcanvas-menu ul li a.dropDown:after {
    right: 0;
  }
}
@media only screen and (max-width: 1345px) {
  header .JS-KeuzehulpMenu, header .dropDown, header .JS-KeuzehulpMenu {
    font-size: 17px;
  }
  header .right-menu .btn-default {
    font-size: 17px;
  }
  header .logo {
    margin-right: 5px;
    max-width: 100px;
    height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .offcanvas-menu {
    /*      .has-children.dropdown-desktop {
        &:nth-of-type(2) {
            display: none;
        }
    }*/
  }
  .right-menu {
    display: none;
  }
  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 header .custom-nav {
    right: 0% !important;
    visibility: visible;
  }
  .hamburger, .login-mobile {
    display: block;
  }
  .offcanvas-menu {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* overflow-y: scroll;*/
    margin: 0px 0px 20px;
  }
  .offcanvas-menu .container {
    padding: 0;
  }
  .offcanvas-menu .title-drop {
    font-weight: 500;
    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 b.title {
    font-weight: normal !important;
  }
  .offcanvas-menu ul li a {
    display: block;
    padding: 15px 20px;
    transition: color 0.3s;
    color: #000 !important;
    text-decoration: none;
  }
  .offcanvas-menu ul li a.btnRegistreren {
    color: #fff !important;
    margin: 0px 15px;
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu {
    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);
    max-height: 150%;
    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 .menu-wrapper img {
    display: none;
  }
  .offcanvas-menu ul li.has-children .menu-wrapper .offcanvas-submenu {
    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);
    max-height: 150%;
    overflow-y: auto;
  }
  .offcanvas-menu ul li.has-children .menu-wrapper .offcanvas-submenu.in-view {
    transform: translate3d(0, 0, 0);
  }
  .offcanvas-menu ul li.has-children .menu-wrapper .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: 27px;
    height: 27px;
    background: #fff;
    border-radius: 5px;
    color: #000;
    text-align: center;
    line-height: 27px;
  }
  .offcanvas-menu .menu {
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header {
    left: 0;
    width: 100%;
    top: 0;
    z-index: 99;
    position: fixed;
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
  }
  header.scroll, header.static {
    /*box-shadow: 0px 3px 6px rgba(27,37,60,0.34);
    background: #fff;*/
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
  }
  header.scroll .hamburger #nav-icon2 span, header.static .hamburger #nav-icon2 span {
    background: #000;
  }
  header.scroll .right-menu .btn-naked b, header.scroll .right-menu .btn-naked strong, header.static .right-menu .btn-naked b, header.static .right-menu .btn-naked strong {
    color: rgba(22, 28, 45, 0.68);
  }
  header.scroll .right-menu .btn-naked span, header.static .right-menu .btn-naked span {
    color: #343434;
  }
  header.scroll .offcanvas-menu ul li a.JS-KeuzehulpMenu, header.static .offcanvas-menu ul li a.JS-KeuzehulpMenu {
    color: #343434;
  }
  header .dropdown-custom .back-btn:not(:first-child) {
    display: none;
  }
  header .dropdown-custom li .sub-menu-toggle {
    display: none !important;
  }
  header .logo {
    padding: 0;
    display: table;
    height: 50px;
    /*     max-width: 150px;
    width: 100%;*/
    /* -webkit-mask-image: url(/Resources/img/logo.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background: #fff;*/
  }
  header .logo img {
    max-width: 150px;
    height: auto;
  }
  header .logo svg {
    width: 150px;
    height: auto;
  }
  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: 0;
    width: 100%;
    z-index: 0;
    bottom: 0;
    background-color: #fff;
    transition: right 0.4s ease-in-out;
    padding: 100px 0;
    height: 100%;
    overflow-y: scroll;
    left: 0;
    -ms-overflow-style: none;
    transition: all 0.3s ease-in-out !important;
    background-repeat: no-repeat;
    background-position: center;
  }
  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: 30px;
    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: #273B24;
  }
  header .custom-nav .mobile-copyright {
    margin: 0;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    color: #273B24;
  }
  header .custom-nav .mobile-show {
    display: block;
    padding-left: 20px;
  }
  header .custom-nav .mobile-show img {
    max-width: 200px;
    display: block;
    height: auto;
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 767.5px) {
  header .custom-nav {
    width: 100%;
    right: -100%;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 360px) {
  /* header {
      .logo {
          img {
              max-width: 250px;
              height:auto;
              margin: 0 10px;
          }
      }
  }*/
}
@media only screen and (max-width: 1200px) {
  .topheader {
    width: 100%;
    z-index: 3;
    left: 0%;
    display: none;
    transition: all 0.3s ease-in-out;
  }
  .topheader ul {
    text-align: center;
    position: relative;
  }
  .topheader ul li {
    margin-right: 15px;
  }
  .topheader ul li i {
    margin-right: 5px;
    font-size: 15px;
    vertical-align: middle;
  }
  .topheader ul li:last-child {
    margin-right: 0px;
  }
  .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: #273B24;
    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, .search-results .inner strong {
    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;
  }
}
@media only screen and (min-width: 1200px) {
  .mobile-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  .wrapper-scroll {
    position: relative;
  }
  .custom-nav {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .custom-nav .offcanvas-menu {
    margin-bottom: 15px;
    min-height: 250px;
  }
  .custom-nav .mobile-show {
    padding: 15px 20px;
    width: 100%;
    margin-top: auto;
    position: relative;
  }
  .custom-nav .mobile-show:before {
    content: "";
    top: 0;
    left: 20px;
    height: 2px;
    background: #fff;
    width: 80%;
    position: absolute;
    max-width: 225px;
  }
  .custom-nav .mobile-show a b, .custom-nav .mobile-show a strong {
    display: block;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7882352941);
    margin-bottom: 5px;
  }
  .custom-nav .mobile-show a span {
    color: #fff;
  }
  .custom-nav .mobile-show a i {
    font-size: 16px;
    margin-right: 5px;
  }
  .perspective {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    background: #fff;
  }
  .perspective.animate .container-body {
    transform: translateX(60%) scale(0.75);
    border-radius: 10px;
  }
  .perspective.modalview {
    perspective: 1500px;
    position: fixed;
    background: #F4F4F4;
  }
  .perspective.modalview .mobile-menu {
    opacity: 1;
    visibility: visible;
  }
  .perspective.modalview .popup, .perspective.modalview .popup-modal, .perspective.modalview .loading-div, .perspective.modalview .overlay-search {
    display: none;
  }
  .perspective.modalview .container-body {
    position: absolute;
    max-height: 600px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    box-shadow: 0px 3px 6px rgba(255, 255, 255, 0.34);
  }
  .perspective .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 120px 350px 120px 0px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .perspective .mobile-menu #menuMobile {
    height: 100%;
  }
  .perspective .mobile-menu .btn-default {
    padding: 12px 20px;
    text-align: center;
    font-weight: 400;
    display: table;
    border: none;
    color: #fff;
    border-radius: 10px;
    line-height: initial;
    font-family: "THICCCBOI";
    cursor: pointer;
    outline: none !important;
    -moz-transition: all 0.5s ease-in-out;
    border: none;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #ae9a63;
    position: relative;
    /*min-width: 155px;*/
    /*    &:before {
        content: "\f061";
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        left: 0;
        font-size: 30px;
        z-index: 2;
        color: #b29858;
    }

    &:hover {
        &:after {
            width: calc(100% + 30px);
        }
    }

    &:after {
        content: "";
        position: absolute;
        left: -20px;
        background: #b29858;
        width: 65px;
        height: 100%;
        opacity: 0.5;
        z-index: -1;
        top: 0;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }*/
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 300px;
    /*      &:hover {
        transform: none;
    }*/
  }
  .perspective .mobile-menu .btn-default.btn-orange {
    padding: 12px 20px 12px 35px;
    background: #ae9a63;
  }
  .perspective .mobile-menu .btn-default.btn-orange:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
  }
  .perspective .mobile-menu .btn-default.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
    padding-left: 40px;
  }
  .perspective .mobile-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;
    top: 15px;
  }
  .perspective .mobile-menu .btn-default.loading:after {
    display: none;
  }
  .perspective .mobile-menu .btn-default:hover {
    transform: scale(1.1);
  }
  .perspective .mobile-menu .btn-default:hover {
    transform: scale(1) translateX(-50%);
  }
  .perspective .container-body {
    min-height: 100%;
    position: relative;
    outline: 1px solid rgba(0, 0, 0, 0);
    z-index: 10;
    transition: all ease-in-out 0.3s;
    transform-origin: 50% 50%;
    background: #fff;
  }
}
@media only screen and (max-width: 991.5px) {
  .perspective .mobile-menu {
    padding: 120px 250px 120px 0px;
  }
}
@media only screen and (max-width: 767.5px) {
  .perspective .mobile-menu {
    padding: 120px 150px 120px 0px;
  }
}
.banner-home {
  height: 100vh;
}
.banner-home h1 {
  font-size: 50px;
  line-height: 64px;
}
.banner-home .container-fluid, .banner-home .row {
  height: 100vh;
}
.banner-home ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.banner-home ul li {
  position: relative;
  max-width: 23%;
  width: 100%;
  transition: all 0.7s;
  min-height: 650px;
}
.banner-home ul li.active {
  max-width: 50%;
}
.banner-home ul li.active b, .banner-home ul li.active strong {
  transform: unset;
  bottom: 35px;
  left: 35px;
}
.banner-home ul li .img-wrap {
  position: relative;
  height: 100%;
}
.banner-home ul li .img-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(35deg, rgba(0, 0, 0, 0.88) 0%, transparent 35%);
  border-radius: 20px;
}
.banner-home ul li a {
  color: #fff;
}
.banner-home ul li b, .banner-home ul li strong {
  position: absolute;
  bottom: 175px;
  left: -50px;
  /* transform: translate(10px, 10px); */
  z-index: 2;
  display: block;
  font-size: 42px;
  transform: rotate(-90deg);
  width: calc(100% + 100px);
  font-weight: normal;
}
.banner-home ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.banner-home .btn-row {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
}
.banner-home .btn-row .btn-border {
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  width: 45px;
  max-width: 45px;
  color: #343434;
  /* transition: all 0.3s linear;*/
  padding: 10px;
  /*     b , strong {
      overflow: hidden;
      display: none;
      visibility: hidden;
      margin-left: 10px;
  }

  &:hover {
      transition:all 0.3s linear;
      width: 100%;
      max-width: 150px;
      background: #212121;
      border-color: #212121;
      color: #fff;

      b , strong {
          visibility: visible;
          display: block;
      }
  }*/
}

.usp-section {
  padding: 60px 0;
  position: relative;
  background: #fff;
  /* border-radius: 30px 30px 0 0;*/
  margin-top: -25px;
}
.usp-section.bg-grey {
  background: #F4F4F4;
}
.usp-section ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.usp-section ul li {
  position: relative;
  width: calc(33.3333333333% - 50px);
  padding-left: 65px;
}
.usp-section ul li:nth-child(1):before {
  background-image: url(/Resources/img/usps/usp1.svg);
}
.usp-section ul li:nth-child(2):before {
  background-image: url(/Resources/img/usps/usp2.svg);
}
.usp-section ul li:nth-child(3):before {
  background-image: url(/Resources/img/usps/usp3.svg);
}
.usp-section ul li img {
  display: none;
}
.usp-section ul li:before {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.usp-section ul li b, .usp-section ul li strong {
  font-family: "THICCCBOI";
  display: block;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  color: #212121;
}

.images {
  position: relative;
  overflow: hidden;
  position: relative;
  min-height: calc(100vh - 77px);
  /* background: #fff; */
  width: 100%;
  margin-top: 77px;
  padding: 20px 0;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  /*background-color: #222222;*/
  background-image: url(/resources/img/bg-offerte.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  /*    .row {
      transform: rotate(10deg);
      justify-content: center;
      margin: 0 -75px;

      &:nth-of-type(1) {
          margin: 0 -75px 0 -150px;
      }

      img {
          max-width: 23%;
          margin: 0 15px;
          width: 100%;
          border-radius: 20px;
          margin-bottom: 25px;
      }
  }*/
}

.text-section {
  position: relative;
  padding: 75px 0;
}
.text-section.center {
  text-align: center;
}
.text-section .btn-default {
  display: inline-block;
  margin: 0 auto;
}
.text-section .btn-default:before {
  display: none;
}
.text-section .btn-default:nth-of-type(1) {
  background: #ae9a63;
}
.text-section .btn-default:nth-of-type(2) {
  background: #F4F4F4;
  color: #101828;
  margin-left: 15px;
}

.categories {
  position: relative;
  padding: 0 50px;
}
.categories .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1920px;
}
.categories .wrapper .item {
  position: relative;
  max-width: 32%;
  width: 100%;
}
.categories .wrapper .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #ae9a63;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.categories .wrapper .item:hover:before {
  background: rgba(49, 48, 44, 0.65);
}
.categories .wrapper .item:hover .text .description {
  display: block;
}
.categories .wrapper .item img {
  width: 100%;
  border-radius: 20px;
}
.categories .wrapper .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  color: #fff;
  text-align: center;
  width: 60%;
}
.categories .wrapper .item .text b, .categories .wrapper .item .text strong {
  display: block;
  font-size: 32px;
}
.categories .wrapper .item .text .description {
  display: none;
  margin-top: 15px;
}
.categories .wrapper .item .text .btn-default {
  color: #101828;
  background: #F4F4F4;
  margin: 15px auto 0;
}
.categories .wrapper .item .text .btn-default:before {
  display: none;
}

.reviews {
  position: relative;
  padding: 50px 0;
  text-align: center;
  color: #474747;
}
.reviews .slider-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  /*left: 50%;
  transform: translate(-50%,-50%);*/
}
.reviews .slider-wrapper b, .reviews .slider-wrapper strong {
  font-size: 72px;
  padding: 50px 0;
  display: block;
  opacity: 0.4;
  color: #AE9480;
}
.reviews img {
  object-fit: cover;
  border-radius: 20px;
}
.reviews img.small {
  width: 100px;
  height: 100px;
  position: absolute;
}
.reviews img.small.left {
  top: 50px;
  left: 150px;
}
.reviews img.small.right {
  bottom: 50px;
  right: 300px;
}
.reviews img.big {
  width: 150px;
  height: 200px;
  position: absolute;
}
.reviews img.big.left {
  bottom: 150px;
  left: 350px;
}
.reviews img.big.right {
  top: 250px;
  right: 50px;
}
.reviews img.bigger {
  width: 200px;
  height: 200px;
  position: absolute;
}
.reviews img.bigger.left {
  bottom: 50px;
  left: 50px;
}
.reviews img.bigger.right {
  top: 50px;
  right: 250px;
}
.reviews .rating-info {
  margin-bottom: 50px;
}
.reviews .rating-info img {
  max-width: 85px;
  margin-right: 15px;
}
.reviews .nav-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.reviews .nav-button .slick-arrow {
  color: #E2DFD9;
  font-size: 30px;
  cursor: pointer;
  border: 1px solid #D8D8D8;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews .nav-button .slick-arrow.arrow-next {
  margin-left: 15px;
}
.reviews .slick-slide > div {
  height: 100%;
}
.reviews .slick-track {
  display: flex !important;
}
.reviews .slick-slide {
  margin: 0 15px;
  height: inherit !important;
}
.reviews .slick-list {
  margin: 0 -15px;
}
.reviews .name {
  margin-top: 5px;
  font-style: italic;
}
.reviews .review {
  background: #AE9480;
  color: #fff;
  text-align: left;
  border-radius: 10px;
  padding: 40px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
}
.reviews .review .desc {
  display: flex;
  flex-direction: column;
  position: relative;
}
.reviews .review .desc .corner {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
}
.reviews .review .desc .corner.top-left {
  top: -25px;
  left: -25px;
}
.reviews .review .desc .corner.top-right {
  top: -25px;
  right: -25px;
}
.reviews .review .desc .corner.bottom-right {
  bottom: -25px;
  right: -25px;
}
.reviews .review .desc .corner.bottom-left {
  bottom: -25px;
  left: -25px;
}
.reviews .slick-slider-dots {
  position: relative;
  display: flex;
}
.reviews .slick-slider-dots ul {
  display: flex;
  list-style: none;
  margin: 0 50px;
  padding: 0;
}
.reviews .slick-slider-dots ul li {
  margin: 0 -0.5px;
}
.reviews .slick-slider-dots ul li button {
  background: #000;
  height: 3px;
  width: 35px;
  overflow: hidden;
  color: #000;
  border: none;
  border-radius: 4px;
  opacity: 0.24;
}
.reviews .slick-slider-dots ul li.slick-active button {
  opacity: 1;
}
.reviews .rotate-effect {
  transform: rotate(10deg); /* Adjust the rotation angle as needed */
}
.reviews .wrapper-reviews {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.reviews .wrapper-reviews .pagingInfo .slide-number {
  font-size: 20px;
  margin-right: 10px;
}
.reviews .wrapper-reviews .pagingInfo .total-slides {
  font-size: 12px;
}

.projects-home {
  position: relative;
  background: #F4F4F4;
  padding: 100px 0;
}
.projects-home.project-page:nth-child(odd) {
  background: #fff;
}
.projects-home.project-page:nth-child(odd) .col-sm-5.offset-sm-2 {
  margin-left: 0;
  order: 1;
}
.projects-home.project-page:nth-child(odd) .col-sm-5 {
  order: 2;
  margin-left: 16.666667%;
}
.projects-home.project-page:nth-child(odd) .img-wrapper .second-img {
  left: 80%;
}
.projects-home.project-page .video-wrapper {
  position: relative;
}
.projects-home.project-page .video-wrapper.disabled img {
  display: none;
}
.projects-home.project-page .video-wrapper.disabled .fa-play {
  display: none;
}
.projects-home.project-page .video-wrapper.disabled video {
  display: block;
}
.projects-home.project-page .video-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.projects-home.project-page .video-wrapper video {
  border-radius: 20px;
  width: 100%;
  display: none;
  max-height: 775px;
  object-fit: cover;
}
.projects-home.project-page .video-wrapper .fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 20px;
  font-size: 24px;
  cursor: pointer;
  background: #AE9480;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
}
.projects-home.second-project .col-sm-5.offset-sm-2 {
  margin-left: 0;
  order: 1;
}
.projects-home.second-project .col-sm-5 {
  order: 2;
  margin-left: 16.666667%;
}
.projects-home.second-project .img-wrapper .second-img {
  left: 80%;
}
.projects-home.second-project .btn-bottom {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.projects-home.second-project .left {
  padding-left: 75px;
}
.projects-home:not(.projects-home.second-project) .text {
  padding-right: 75px;
}
.projects-home .text span {
  margin-bottom: 15px;
  display: block;
}
.projects-home .text b, .projects-home .text strong {
  display: block;
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: initial;
}
.projects-home .text .btn-default {
  background: #ae9a63;
  margin-top: 15px;
}
.projects-home .img-wrapper {
  position: relative;
}
.projects-home .img-wrapper img {
  width: 100%;
  border-radius: 20px;
  max-width: 500px;
}
.projects-home .img-wrapper .second-img {
  position: absolute;
  top: 50%;
  left: -150px;
  transform: translateY(-50%);
  border-radius: 20px;
  max-width: 250px;
}

.work {
  position: relative;
  padding: 50px 0;
}
.work.bg-grey {
  background: #F4F4F4;
}
.work .title {
  margin-bottom: 50px;
  text-align: center;
}
.work .item {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
  position: relative;
}
.work .item:before {
  content: "";
  width: 2px;
  height: 100%;
  border-right: 2px solid #ae9a63;
  position: absolute;
  left: 32.5px;
  bottom: -65px;
}
.work .item:last-child {
  margin-bottom: 0;
}
.work .item:last-child:before {
  display: none;
}
.work .item.active .question .description {
  max-height: 999px;
  /* visibility: visible;*/
  display: block;
  transition: max-height 0.3s ease-in;
}
.work .item.active .question b:after, .work .item.active .question strong:after {
  transform: rotate(180deg);
}
.work .item .icon {
  min-width: 65px;
  min-height: 65px;
  max-width: 65px;
  max-height: 65px;
  border: 2px solid #ae9a63;
  border-radius: 10px;
  background: #fff;
  display: flex;
}
.work .item .icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  padding: 10px;
  margin: auto;
}
.work .item .question {
  margin: 20px 0 0 35px;
}
.work .item .question .description {
  /*  max-height: 0;           
  visibility: hidden;*/
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  max-height: 0;
  margin-bottom: 10px;
}
.work .item .question b, .work .item .question strong {
  display: table;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.work .item .question b:after, .work .item .question strong:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  right: -40px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 5px;
  font-size: 13px;
  border: 1px solid #D8D8D8;
}
.work .img-wrap {
  position: relative;
}
.work .img-wrap img {
  width: 100%;
  border-radius: 10px;
}
.work .img-wrap .btn-row {
  background: #ae9a63;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  position: absolute;
  top: -25px;
  right: 50px;
  justify-content: space-between;
  /*
  &:before {
      content: '';
      border-right: 1px solid #fff;
      width: 1px;
      height: 60%;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      position: absolute;
  }*/
}
.work .img-wrap .btn-row a {
  color: #fff;
  padding: 25px;
  display: inline-block;
}

.showroom {
  position: relative;
  padding: 100px 0 50px;
}
.showroom img {
  width: 100%;
}
.showroom .text a:not(.btn-default) {
  display: inline-block;
  text-decoration: underline !important;
  color: #31302C;
  margin: 15px 0;
}
.showroom .text a:not(.btn-default):nth-of-type(1) {
  margin-right: 25PX;
}

.faq {
  position: relative;
  padding: 50px 0;
  /*  background: #F4F4F4;*/
}
.faq .text {
  text-align: center;
  margin-bottom: 25px;
  color: #474747;
}
.faq .item {
  display: block;
  background: #fff;
  /*  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);*/
  margin-bottom: 20px;
  padding: 20px 25px;
  position: relative;
  border-radius: 10px;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
  color: #000;
  background: #F4F4F4;
}
.faq .item.faq-toggle.active {
  /*.JSToggle {
      &:after {
          transform: rotate(180deg);
      }
  }*/
}
.faq .item.faq-toggle.active .desc {
  max-height: 999px;
}
.faq .item.faq-toggle .JSToggle {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding-right: 50px;
}
.faq .item.faq-toggle .JSToggle:after {
  content: "";
  /*                    font-weight: 900;
  font-family: "font awesome 5 free";
  position: absolute;
  right: 0;
  top: 18px;
  transition: all 0.3s ease-in-out;
  line-height: 0;
  color: #0A5F7D;*/
  background-image: url("/Resources/img/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.faq .item.faq-toggle .desc {
  font-size: 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.faq .item.faq-toggle .desc .wrapper {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #F4F4F4;
  /*text-align: justify;*/
}
.faq .item a {
  color: #000;
  text-decoration: underline !important;
}
.faq .item b, .faq .item strong {
  color: #000;
}
.faq .btn-default {
  margin: 25px auto 0;
}

.help {
  position: relative;
  padding: 50px 0;
}
.help.product-page img {
  max-width: 100%;
  border-radius: 20px;
}
.help.bg-grey {
  background: #F4F4F4;
}
.help .btn-default {
  display: inline-block;
}
.help .btn-default:nth-of-type(1) {
  margin-right: 15px;
}
.help .btn-default:nth-of-type(1):before {
  content: "\f0e0";
}
.help .btn-default:nth-of-type(2):before {
  content: "\f095";
}
.help img {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
}
.help a:not(.btn-default) {
  color: #31302C;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.help a:not(.btn-default):hover {
  color: #ae9a63;
}

.instagram {
  position: relative;
  padding: 50px 0 0;
  margin-bottom: -25px;
  text-align: center;
  z-index: 4;
}
.instagram ul {
  display: flex;
  flex-direction: row;
}
.instagram ul li {
  max-width: 25%;
  width: 100%;
  max-height: 275px;
}
.instagram ul li:nth-of-type(1) {
  border-radius: 20px 0 0 20px;
}
.instagram ul li:nth-of-type(1) img, .instagram ul li:nth-of-type(1) video {
  border-radius: 20px 0 0 20px;
}
.instagram ul li:nth-of-type(4) {
  border-radius: 0 20px 20px 0;
}
.instagram ul li:nth-of-type(4) img, .instagram ul li:nth-of-type(4) video {
  border-radius: 0 20px 20px 0;
}
.instagram ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagram ul li video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media only screen and (max-height: 800px) {
  .banner-home ul li {
    max-height: 500px;
    min-height: 500px;
  }
}
@media only screen and (max-width: 1440px) {
  .banner-home h1 {
    font-size: 40px;
    line-height: 52px;
  }
  .projects-home.project-page .video-wrapper video {
    max-height: 550px;
  }
}
@media only screen and (max-width: 1325px) {
  .reviews img.big {
    width: 125px;
    height: 150px;
  }
  .reviews img.big.left {
    left: 300px;
  }
  .reviews img.bigger {
    width: 150px;
    height: 150px;
  }
  .reviews img.bigger.right {
    right: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner-home h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .images .row {
    flex-wrap: wrap;
  }
  .images .row img {
    max-width: 22%;
  }
  .projects-home.second-project .img-wrapper .second-img {
    left: 375px;
  }
}
@media only screen and (max-width: 991.5px) {
  .banner-home {
    height: unset;
    padding: 100px 0;
  }
  .banner-home .container-fluid, .banner-home .row {
    height: unset;
  }
  .banner-home ul {
    margin-top: 25px;
  }
  .banner-home ul li {
    max-width: 32% !important;
    min-height: unset;
  }
  .banner-home ul li.active b, .banner-home ul li.active strong {
    left: 20px;
  }
  .banner-home ul li b, .banner-home ul li strong {
    transform: unset;
    bottom: 35px;
    font-size: 32px;
    left: 20px;
  }
  .usp-section ul li {
    width: calc(33.3333333333% - 15px);
  }
  .images {
    background-size: 250%;
    /*    .row {
        img {
            max-width: 21%;
        }
    }*/
  }
  .categories {
    padding: 0 25px;
  }
  .categories .wrapper .item .text {
    width: 90%;
  }
  .projects-home .img-wrapper .second-img {
    max-width: 175px;
    left: -100px;
  }
  .projects-home.second-project .text {
    padding-left: 0;
  }
  .projects-home:not(.projects-home.second-project) .text {
    padding-right: 0;
  }
  .projects-home .text b, .projects-home .text strong {
    font-size: 32px;
  }
  .projects-home.second-project .img-wrapper .second-img {
    left: 200px;
    right: unset;
  }
  .work .item .question {
    margin: 20px 0 0 25px;
  }
  .work .item .question b:after {
    right: 0;
  }
  .work .img-wrap .btn-row a {
    padding: 12px;
    font-size: 16px;
  }
  .reviews img.small.left {
    left: 150px;
  }
  .reviews img.small.right {
    right: 200px;
  }
  .reviews img.big.right {
    right: 50px;
    top: 300px;
  }
  .reviews img.big.left {
    bottom: 200px;
    left: 25px;
  }
  .reviews img.bigger.right {
    top: 25px;
    right: 100px;
  }
  .reviews img.bigger.left {
    left: 200px;
    bottom: 25px;
  }
}
@media only screen and (max-width: 767.5px) {
  .banner-home {
    padding: 100px 0 0;
  }
  .banner-home h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .banner-home ul {
    flex-direction: column;
  }
  .banner-home ul li {
    max-width: 100% !important;
    max-height: 100px;
    margin-bottom: 25px;
  }
  .banner-home ul li .img-wrap {
    max-height: 100px;
  }
  .banner-home ul li .img-wrap:before {
    background: #000;
    opacity: 0.2;
  }
  .banner-home ul li .img-wrap img {
    object-fit: cover;
    max-height: 100px;
  }
  .usp-section ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  .text-section .btn-default:nth-of-type(1) {
    margin-bottom: 15px;
  }
  .text-section .btn-default:nth-of-type(2) {
    margin-left: 0;
  }
  .images {
    background-size: 100%;
    min-height: 200px;
    padding: 0;
    margin: 0;
    /*    .row {
        img {
            max-width: 34%;
        }
    }*/
  }
  .categories {
    padding: 0 25px;
  }
  .categories .wrapper {
    flex-wrap: wrap;
  }
  .categories .wrapper .item {
    max-width: 100%;
  }
  .categories .wrapper .item:not(:nth-of-type(3)) {
    margin-bottom: 25px;
  }
  .categories .wrapper .item .text {
    width: 80%;
  }
  .reviews .slider-wrapper {
    display: none;
  }
  .reviews img.small.left {
    bottom: 200px;
    left: 15px;
  }
  .reviews img.small.right {
    bottom: 125px;
    left: 15px;
  }
  .reviews img.big {
    /*  display: none;*/
    width: 100px;
    height: 125px;
  }
  .reviews img.big.right {
    right: 15px;
    top: unset;
    bottom: 115px;
  }
  .reviews img.big.left {
    display: none;
  }
  .reviews img.bigger {
    width: 125px;
    height: 125px;
  }
  .reviews img.bigger.right {
    top: 25px;
    right: 15px;
  }
  .reviews img.bigger.left {
    left: 120px;
    bottom: 15px;
  }
  .reviews .review {
    padding: 40px 25px;
  }
  .reviews .review .desc .corner.top-left {
    top: -25px;
    left: -10px;
  }
  .reviews .review .desc .corner.top-right {
    top: -25px;
    right: -10px;
  }
  .reviews .review .desc .corner.bottom-right {
    bottom: -25px;
    right: -10px;
  }
  .reviews .review .desc .corner.bottom-left {
    bottom: -25px;
    left: -10px;
  }
  .reviews .wrapper-reviews {
    flex-wrap: wrap;
  }
  .reviews .wrapper-reviews .slick-slider-dots ul {
    margin: 0 25px;
  }
  .projects-home.project-page .video-wrapper .fa-play {
    width: 45px;
    height: 45px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
  .projects-home.project-page:nth-child(odd) .col-sm-5 {
    margin-left: 0;
  }
  .projects-home.project-page:nth-child(odd) .col-sm-5.offset-sm-2 {
    order: 2;
  }
  .projects-home.project-page:nth-child(odd) .col-sm-5 {
    order: 1;
  }
  .projects-home.project-page:nth-child(odd) .img-wrapper img:not(.second-img) {
    margin-left: 0;
    margin-right: auto;
  }
  .projects-home.project-page:nth-child(odd) .img-wrapper .second-img {
    left: unset;
    right: 0;
  }
  .projects-home.project-page:nth-child(odd) .video-wrapper .fa-play {
    left: 40%;
  }
  .projects-home.project-page:nth-child(odd) video {
    margin-left: initial;
  }
  .projects-home.project-page video {
    max-width: 80%;
    display: block;
    margin-left: auto;
    max-height: 425px;
  }
  .projects-home.project-page .video-wrapper .fa-play {
    left: 60%;
  }
  .projects-home.second-project .col-sm-5 {
    margin-left: 0;
  }
  .projects-home.second-project .img-wrapper img:not(.second-img) {
    margin-left: 0;
    margin-right: auto;
  }
  .projects-home.second-project .img-wrapper .second-img {
    left: unset;
    right: 0;
  }
  .projects-home.second-project .text {
    margin: 25px 0 0 0;
  }
  .projects-home .text {
    margin: 0 0 25px 0;
  }
  .projects-home .img-wrapper img:not(.second-img) {
    max-width: 80%;
    display: block;
    margin-left: auto;
  }
  .projects-home .img-wrapper img.second-img {
    left: 0;
    max-width: 150px;
  }
  .work .item:last-child {
    margin-bottom: 50px;
  }
  .work .item .question {
    margin: 20px 0 0 15px;
    width: 100%;
  }
  .work .item .question b, .work .item .question strong {
    padding-right: 25px;
    display: block;
  }
  .work .img-wrap .btn-row {
    right: 0;
  }
  .work .img-wrap .btn-row p {
    width: 100%;
  }
  .work .img-wrap .btn-row a {
    padding: 13px;
    font-size: 15px;
    text-align: center;
  }
  .showroom .text {
    margin-bottom: 25px;
  }
  .faq .item.faq-toggle .desc {
    font-size: 18px;
  }
  .faq .item.faq-toggle .JSToggle {
    font-size: 18px;
  }
  .faq .item.faq-toggle .JSToggle:after {
    background-size: 80%;
    right: -10px;
  }
  .help {
    padding: 50px 0 0;
  }
  .help img {
    max-width: 250px;
  }
  .help .btn-default:nth-of-type(1) {
    margin-bottom: 15px;
  }
}
.about-text {
  position: relative;
  padding: 90px 0;
  background: #F4F4F4;
}
.about-text .img-wrapper {
  position: relative;
}
.about-text .img-wrapper img {
  width: 100%;
  border-radius: 20px;
}
.about-text .img-wrapper img:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: -150px;
  transform: translateY(-50%);
  border-radius: 20px;
  max-width: 250px;
}

.team {
  position: relative;
  padding: 50px 0;
}
.team .title {
  text-align: center;
}
.team .item img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 25px;
}
.team .item b, .team .item strong {
  display: block;
  color: #101828;
  font-size: 24px;
  margin-bottom: 5px;
}

.vacatures {
  position: relative;
  padding: 50px 0;
}
.vacatures h2, .vacatures h3, .vacatures h4, .vacatures h5, .vacatures h6 {
  text-align: center;
}
.vacatures .vacature {
  background: #F4F4F4;
  border-radius: 20px;
  padding: 25px;
  position: relative;
}
.vacatures .vacature .fa-arrow-right {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.vacatures .vacature a {
  color: #000000;
}
.vacatures .vacature b, .vacatures .vacature strong {
  display: block;
  font-size: 22px;
  padding-bottom: 10px;
}
.vacatures .vacature ul {
  display: block;
  margin-top: 25px;
}
.vacatures .vacature ul li {
  position: relative;
  padding-left: 25px;
  display: inline-block;
}
.vacatures .vacature ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #B09785;
}
.vacatures .vacature ul li:nth-of-type(1) {
  margin-right: 25px;
}
.vacatures .vacature ul li:nth-of-type(1):before {
  content: "\f017";
}
.vacatures .vacature ul li:nth-of-type(2):before {
  content: "\f19d";
}

@media only screen and (max-width: 991.5px) {
  .about-text .img-wrapper img {
    max-width: 300px;
    margin: 0 0 0 auto;
    display: block;
  }
  .about-text .img-wrapper img:nth-of-type(2) {
    max-width: 150px;
    left: -25px;
  }
}
@media only screen and (max-width: 767.5px) {
  .about-text .img-wrapper {
    margin-top: 25px;
    display: table;
    margin: 0 auto;
  }
  .about-text .img-wrapper img {
    max-width: 250px;
    margin: 25px 0 0 0;
  }
  .about-text .img-wrapper img:nth-of-type(2) {
    left: -50px;
    max-width: 125px;
  }
  .team .item {
    margin: 0 auto;
    display: table;
  }
  .team .item img {
    max-width: 250px;
  }
  .vacatures .vacature ul li:nth-of-type(1) {
    margin-right: 5px;
  }
}
.datepicker-dropdown {
  position: absolute;
  max-width: 350px;
  /*    top: 0;
  left: 0;*/
}

.datepicker {
  width: 100% !important;
}
.datepicker .datepicker-days, .datepicker .datepicker-months, .datepicker .datepicker-years, .datepicker .datepicker-decades, .datepicker .datepicker-centuries {
  border: 1px solid #E96636;
  border-radius: 5px;
  background: #fff;
}
.datepicker .datepicker-days table, .datepicker .datepicker-months table, .datepicker .datepicker-years table, .datepicker .datepicker-decades table, .datepicker .datepicker-centuries table {
  width: 100%;
  /*  border-collapse: collapse;*/
  border-collapse: separate;
  border-spacing: 10px 5px;
}
.datepicker .datepicker-days table thead, .datepicker .datepicker-months table thead, .datepicker .datepicker-years table thead, .datepicker .datepicker-decades table thead, .datepicker .datepicker-centuries table thead {
  font-weight: normal;
  color: #000;
  text-align: center;
}
.datepicker .datepicker-days table thead th, .datepicker .datepicker-months table thead th, .datepicker .datepicker-years table thead th, .datepicker .datepicker-decades table thead th, .datepicker .datepicker-centuries table thead th {
  color: #BEBEBE;
}
.datepicker .datepicker-days table tbody td, .datepicker .datepicker-months table tbody td, .datepicker .datepicker-years table tbody td, .datepicker .datepicker-decades table tbody td, .datepicker .datepicker-centuries table tbody td {
  padding: 5px;
}
.datepicker .datepicker-days table tbody .day, .datepicker .datepicker-months table tbody .day, .datepicker .datepicker-years table tbody .day, .datepicker .datepicker-decades table tbody .day, .datepicker .datepicker-centuries table tbody .day {
  background: rgba(147, 237, 148, 0.28);
  color: #000;
}
.datepicker .datepicker-days table tbody .day:hover, .datepicker .datepicker-months table tbody .day:hover, .datepicker .datepicker-years table tbody .day:hover, .datepicker .datepicker-decades table tbody .day:hover, .datepicker .datepicker-centuries table tbody .day:hover {
  background: #E96636;
}
.datepicker .datepicker-days table tbody .day.disabled, .datepicker .datepicker-months table tbody .day.disabled, .datepicker .datepicker-years table tbody .day.disabled, .datepicker .datepicker-decades table tbody .day.disabled, .datepicker .datepicker-centuries table tbody .day.disabled {
  background: transparent;
  color: rgba(29, 38, 52, 0.27);
}
.datepicker .datepicker-days table tbody .day.active, .datepicker .datepicker-months table tbody .day.active, .datepicker .datepicker-years table tbody .day.active, .datepicker .datepicker-decades table tbody .day.active, .datepicker .datepicker-centuries table tbody .day.active {
  background: #E96636;
  font-weight: bold;
}
.datepicker .datepicker-days table tbody .day.active:hover, .datepicker .datepicker-months table tbody .day.active:hover, .datepicker .datepicker-years table tbody .day.active:hover, .datepicker .datepicker-decades table tbody .day.active:hover, .datepicker .datepicker-centuries table tbody .day.active:hover {
  background: #E96636;
}
.datepicker .datepicker-days table tbody .disabled-date, .datepicker .datepicker-months table tbody .disabled-date, .datepicker .datepicker-years table tbody .disabled-date, .datepicker .datepicker-decades table tbody .disabled-date, .datepicker .datepicker-centuries table tbody .disabled-date {
  background: rgba(229, 229, 229, 0.34) !important;
  color: rgba(29, 38, 52, 0.27);
}

.about-stairs.contact-page {
  position: relative;
  padding: 100px 0;
  background: #F4F4F4;
  color: rgba(49, 48, 44, 0.82);
}
.about-stairs.contact-page.showroom-page .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.about-stairs.contact-page.showroom-page .video-wrapper {
  position: relative;
  max-width: 48%;
}
.about-stairs.contact-page.showroom-page .video-wrapper:nth-of-type(2) {
  margin-top: 50px;
}
.about-stairs.contact-page.showroom-page .video-wrapper.disabled img {
  display: none;
}
.about-stairs.contact-page.showroom-page .video-wrapper.disabled .fa-play {
  display: none;
}
.about-stairs.contact-page.showroom-page .video-wrapper.disabled video {
  display: block;
}
.about-stairs.contact-page.showroom-page .video-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.about-stairs.contact-page.showroom-page .video-wrapper video {
  border-radius: 20px;
  width: 100%;
  display: none;
  /* max-height: 500px;*/
  object-fit: cover;
}
.about-stairs.contact-page.showroom-page .video-wrapper .fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 20px;
  font-size: 24px;
  cursor: pointer;
  background: #AE9480;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
}
.about-stairs.contact-page .breadcrumbs {
  padding-bottom: 50px !important;
}
.about-stairs.contact-page .img-wrap {
  position: relative;
}
.about-stairs.contact-page .img-wrap .opening-hours {
  border-radius: 20px;
  padding: 50px 35px;
  /*  background: #fff;*/
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(31px);
  position: absolute;
  bottom: -150px;
  left: -50px;
  min-width: 450px;
  color: #474747;
}
.about-stairs.contact-page .img-wrap .opening-hours:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  z-index: -1;
  border-radius: 20px;
}
.about-stairs.contact-page .img-wrap .opening-hours b, .about-stairs.contact-page .img-wrap .opening-hours strong {
  display: block;
  font-size: 26px;
  color: #101828;
  font-weight: 600;
}
.about-stairs.contact-page .img-wrap .opening-hours table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0 5px;
  color: #474747;
}
.about-stairs.contact-page .img-wrap .opening-hours table tr.active {
  font-weight: bold;
}
.about-stairs.contact-page .text {
  padding: 0 0 50px 50px;
}
.about-stairs.contact-page .text h1 {
  color: #343434;
  font-size: 40px;
  padding-bottom: 15px;
}
.about-stairs.contact-page .text ul {
  display: block;
}
.about-stairs.contact-page .text ul li {
  position: relative;
  padding-left: 25px;
  display: inline-block;
}
.about-stairs.contact-page .text ul li:hover {
  color: #E96636;
}
.about-stairs.contact-page .text ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.about-stairs.contact-page .text ul li:nth-of-type(1) {
  margin-right: 25px;
}
.about-stairs.contact-page .text ul li:nth-of-type(1):before {
  content: "\f095";
}
.about-stairs.contact-page .text ul li:nth-of-type(2):before {
  content: "\f0e0";
}
.about-stairs.contact-page .text ul li a {
  color: inherit;
  transition: 0.3s ease-in-out;
}
.about-stairs.contact-page .contact-form {
  padding: 0 0 0 50px;
}
.about-stairs.contact-page .contact-form .form-group.no-pad {
  margin-bottom: 0;
}
.about-stairs.contact-page .contact-form .form-group .form-control {
  padding: 15px;
  background: #fff;
  border-radius: 14px;
  color: #000;
}
.about-stairs.contact-page .contact-form .form-group label {
  position: relative;
}
.about-stairs.contact-page .contact-form .form-group label.required:after {
  content: "*";
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 20px;
}
.about-stairs.contact-page .contact-form .form-group label span {
  margin-left: 5px;
  font-size: 14px;
}
.about-stairs.contact-page .contact-form .form-group select {
  color: #000;
}
.about-stairs.contact-page .contact-form .form-group select option {
  color: #000;
}
.about-stairs.contact-page .contact-form .form-group textarea {
  min-height: 150px;
}
.about-stairs.contact-page .contact-form .form-group .checkbox label:after {
  font-size: 13px;
  right: initial;
  left: 4px;
}
.about-stairs.contact-page .contact-form .btn-default {
  margin: 0 0 0 auto;
}

/*@media only screen and (max-width:1300px) {
    .about-stairs {
        &.contact-page {
            .img-wrap {
                .opening-hours {
                    bottom: -75px;
                }
            }
        }
    }
}*/
@media only screen and (max-width: 1200px) {
  .about-stairs.contact-page .img-wrap .opening-hours {
    left: -25px;
  }
}
@media only screen and (max-width: 991.5px) {
  .about-stairs.contact-page {
    padding: 75px 0 50px 0;
  }
  .about-stairs.contact-page .text {
    padding: 175px 0 0 0;
  }
  .about-stairs.contact-page .contact-form {
    padding: 50px 0 0 0;
  }
  .about-stairs.showroom-page .text {
    padding: 25px 0 0 0;
  }
}
@media only screen and (max-width: 767.5px) {
  .datepicker-dropdown {
    max-width: 300px;
  }
  .about-stairs.showroom-page .text {
    padding: 25px 0 0 0 !important;
  }
  .about-stairs.contact-page .img-wrap .opening-hours {
    min-width: initial;
    bottom: -250px;
  }
  .about-stairs.contact-page .text {
    padding: 300px 0 0 0;
  }
  .about-stairs.contact-page .text ul li:nth-of-type(1) {
    margin-bottom: 10px;
  }
  .about-stairs.contact-page .contact-form .btn-default {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .datepicker .datepicker-days table tbody td, .datepicker .datepicker-months table tbody td, .datepicker .datepicker-years table tbody td, .datepicker .datepicker-decades table tbody td, .datepicker .datepicker-centuries table tbody td {
    padding: 3px;
  }
}
.popup {
  position: fixed;
  z-index: 12;
  left: 50px;
  bottom: 20px;
  width: calc(100% - 100px);
  background: #fff;
  border-radius: 5px;
  border: 2px solid #273B24;
  padding: 10px 15px;
}
.popup .accept {
  padding: 12px 20px;
  text-align: center;
  font-weight: 400;
  display: table;
  border: none;
  color: #fff;
  border-radius: 10px;
  line-height: initial;
  font-family: "THICCCBOI";
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  border: none;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #ae9a63;
  position: relative;
  /*min-width: 155px;*/
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
  margin: 0 0 0 auto;
}
.popup .accept.btn-orange {
  padding: 12px 20px 12px 35px;
  background: #ae9a63;
}
.popup .accept.btn-orange:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.popup .accept.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.popup .accept.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;
  top: 15px;
}
.popup .accept.loading:after {
  display: none;
}
.popup .accept:hover {
  transform: scale(1.1);
}
.popup p {
  margin: 0;
}
.popup p a {
  color: #273B24;
  text-decoration: underline !important;
}
.popup .link {
  color: #FFFFFF;
  margin-right: 15px;
}
.popup .cookies-img {
  margin-right: 30px;
  font-size: 25px;
  float: left;
  color: #273B24;
}

.link-pref {
  color: #fff;
  margin-right: 50px;
}
.link-pref:hover {
  text-decoration: underline;
}

.cookies {
  padding: 45px 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: #273B24;
  display: block;
  margin-bottom: 15px;
}
.cookies .banner {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
  color: #273B24;
  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: #273B24;
  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: #273B24;
}
.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;
    display: none;
  }
  .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;
  }
}
.service-detail-banner.seo-banner {
  height: unset;
  min-height: unset;
}

.header-services {
  position: relative;
  background: #091C28;
  min-height: 100vh;
  color: #fff;
  padding: 125px 0;
  line-height: 24px;
  overflow: hidden;
}
.header-services h1, .header-services h2, .header-services h3, .header-services h4, .header-services h5, .header-services h6 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.header-services img {
  margin-left: 35px;
  max-width: calc(100% + 250px);
}

.pluses {
  padding: 60px 0;
  position: relative;
  background: #EAEEF7;
  color: rgba(14, 16, 25, 0.78);
  line-height: 24px;
}
.pluses h2, .pluses h3, .pluses h4, .pluses h5, .pluses h6 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  color: rgb(14, 16, 25);
}
.pluses ul {
  padding-left: 20px;
  margin-top: 40px;
}
.pluses ul li {
  padding: 5px 0;
  list-style: initial;
}
.pluses ul li a {
  color: #0B94CA;
  text-decoration: underline;
}
.pluses .col-sm-7 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.pluses .col-sm-7 ul li {
  flex: 0 0 50%;
}
.pluses .btn-default {
  padding: 12px 20px;
  text-align: center;
  font-weight: 400;
  display: table;
  border: none;
  color: #fff;
  border-radius: 10px;
  line-height: initial;
  font-family: "THICCCBOI";
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  border: none;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #ae9a63;
  position: relative;
  /*min-width: 155px;*/
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
  margin-top: 20px;
}
.pluses .btn-default.btn-orange {
  padding: 12px 20px 12px 35px;
  background: #ae9a63;
}
.pluses .btn-default.btn-orange:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.pluses .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.pluses .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;
  top: 15px;
}
.pluses .btn-default.loading:after {
  display: none;
}
.pluses .btn-default:hover {
  transform: scale(1.1);
}

.locations {
  position: relative;
  padding: 100px 0;
}
.locations h2, .locations h3, .locations h4, .locations h5, .locations h6, .locations b {
  font-size: 24px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
  color: rgb(14, 16, 25);
}
.locations img {
  max-width: 100%;
}
.locations ol {
  padding-left: 20px;
  margin: 10px 0;
}
.locations ol li {
  list-style: disc;
  padding: 5px 0;
}
.locations ol li a {
  color: #0B94CA;
  text-decoration: underline !important;
}
.locations ul li {
  display: block;
  border-bottom: 1px solid rgba(9, 28, 40, 0.21);
  padding-bottom: 0;
  color: rgba(14, 16, 25, 0.79);
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.locations ul li.active {
  color: rgb(14, 16, 25);
}
.locations ul li.active .content {
  display: block;
}
.locations ul li.active i:after {
  transform: rotate(135deg);
}
.locations ul li .content {
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: none;
  margin: 10px 0 0px;
}
.locations ul li a {
  color: #0B94CA;
}
.locations ul li i {
  font-style: normal;
  font-size: 18px;
  display: block;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.locations ul li i:after {
  content: "\f061";
  color: #0E1019;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  transform: rotate(-38deg);
}
.locations .btn-default {
  padding: 12px 20px;
  text-align: center;
  font-weight: 400;
  display: table;
  border: none;
  color: #fff;
  border-radius: 10px;
  line-height: initial;
  font-family: "THICCCBOI";
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  border: none;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #ae9a63;
  position: relative;
  /*min-width: 155px;*/
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
  margin-top: 20px;
}
.locations .btn-default.btn-orange {
  padding: 12px 20px 12px 35px;
  background: #ae9a63;
}
.locations .btn-default.btn-orange:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.locations .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.locations .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;
  top: 15px;
}
.locations .btn-default.loading:after {
  display: none;
}
.locations .btn-default:hover {
  transform: scale(1.1);
}

.related-projects {
  position: relative;
  padding-bottom: 50px;
}
.related-projects .title {
  font-size: 32px;
  font-family: "THICCCBOI";
  text-align: center;
  margin-bottom: 50px;
}
.related-projects .title b {
  font-weight: bold;
}
.related-projects .title i {
  color: #0B94CA;
  font-weight: bold;
  font-style: normal;
}
@media only screen and (max-width: 991.5px) {
  .related-projects .title {
    font-size: 28px;
  }
}
.related-projects .item {
  background: #F6F8FC;
  position: relative;
  padding: 15px;
  color: rgba(9, 28, 40, 0.68);
  line-height: 24px;
  margin-bottom: 15px;
  height: calc(100% - 15px);
}
.related-projects .item b {
  font-size: 32px;
  font-family: "THICCCBOI";
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  color: #091C28;
}
.related-projects .item b b {
  font-weight: bold;
}
.related-projects .item b i {
  color: #0B94CA;
  font-weight: bold;
  font-style: normal;
}
@media only screen and (max-width: 991.5px) {
  .related-projects .item b {
    font-size: 28px;
  }
}
.related-projects .item a {
  display: table;
  margin-top: 10px;
  font-weight: bold;
  color: #0B94CA;
}
.related-projects .item a i {
  margin-left: 10px;
}
.related-projects .item .img-wrapper img {
  max-width: calc(100% + 30px);
  margin: -15px -15px 20px -15px;
}

.project-impression {
  padding: 25px 0;
}
.project-impression ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.project-impression ul li {
  margin-bottom: 10px;
}
.project-impression ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-impression ul li:nth-child(1), .project-impression ul li:nth-child(6) {
  max-width: 60%;
  width: 100%;
}
.project-impression ul li:nth-child(2), .project-impression ul li:nth-child(5) {
  max-width: 25%;
  width: 100%;
  padding: 0 10px;
  /*margin: 0 15px 15px;*/
}
.project-impression ul li:nth-child(3), .project-impression ul li:nth-child(4) {
  max-width: 15%;
  width: 100%;
}

@media only screen and (max-width: 767.5px) {
  .header-services {
    padding: 100px 0;
    min-height: inherit;
  }
  .header-services img {
    max-width: 100%;
    margin: 15px 0 0;
  }
  .locations {
    padding: 65px 0;
  }
  .locations img {
    margin-bottom: 35px;
  }
  .pluses {
    padding: 30px 0;
  }
  .pluses .col-sm-7 {
    margin-top: 15px;
  }
  .pluses ul {
    margin-top: 0;
  }
  .pluses ul li {
    flex: 0 0 100% !important;
  }
  .related-projects .title {
    margin-bottom: 15px;
  }
  .related-projects .item {
    margin-bottom: 15px;
  }
  .related-projects .item b {
    font-size: 20px;
  }
}
.project-slider {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.project-slider .project-slider-track {
  display: flex;
  transition: transform 0.4s ease;
}
.project-slider .project-slide {
  min-width: 100%;
}
.project-slider .project-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.project-slider .project-slider-prev,
.project-slider .project-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  color: #31302C;
  font-size: 14px;
  /* transition: background 0.2s;*/
  background: #ae9a63;
}
.project-slider .project-slider-prev:hover,
.project-slider .project-slider-next:hover {
  background: #fff;
}
.project-slider .project-slider-prev {
  left: 12px;
}
.project-slider .project-slider-next {
  right: 12px;
}
.project-slider .project-slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.project-slider .project-slider-dots {
  display: flex;
  gap: 6px;
}
.project-slider .project-slider-dots span {
  width: 28px;
  height: 4px;
  border-radius: 2px;
  background: #D8D8D8;
  cursor: pointer;
  transition: background 0.2s, width 0.2s;
}
.project-slider .project-slider-dots span.active {
  background: #AE9480;
  width: 48px;
}
.project-slider .project-slider-arrows {
  display: flex;
  gap: 8px;
}
.project-slider .project-slider-prev,
.project-slider .project-slider-next {
  position: static;
  transform: none;
  background: #ae9a63;
  border: none;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #31302C;
  font-size: 13px;
  transition: background 0.2s;
}
.project-slider .project-slider-prev:hover,
.project-slider .project-slider-next:hover {
  color: #fff;
}

.project-cats .job-cats {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.project-cats .job-cats li {
  border: 1px solid rgba(28, 28, 28, 0.45);
  color: rgba(26, 26, 26, 0.26);
  background: #FAFAFA;
  border-radius: 5px;
  padding: 12px 20px;
  font-weight: bold;
  min-width: 175px;
  text-align: center;
  margin: 0px 5px;
  cursor: pointer;
}
.project-cats .job-cats li.active {
  background: #E96636;
  color: #fff;
  border-color: #E96636;
}

.project-banner {
  position: relative;
  padding: 50px 0 0;
  margin-top: -50px;
  color: #fff;
}
.project-banner.faq-banner h1 {
  padding-bottom: 15px;
}
.project-banner .img-wrap {
  position: relative;
}
.project-banner .img-wrap:before {
  content: "";
  background: #000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.project-banner .container-fluid.custom {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-banner .breadcrumb-list .breadcrumbs li:after {
  background: #fff;
}
.project-banner .breadcrumb-list .breadcrumbs li:last-child {
  color: #fff;
}
.project-banner .breadcrumb-list .breadcrumbs li a {
  color: #fff;
}
.project-banner .container-fluid.custom2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-banner .container-fluid.custom2 h1 {
  text-align: center;
  color: #fff;
  font-size: 32px;
}

.projects-page {
  background: #fff;
  border-radius: 30px 30px 0 0;
  margin-top: -75px;
}

.project-detail-banner {
  padding: 0 0 50px;
  position: relative;
}
.project-detail-banner:before {
  content: "";
  background: #273B24;
  height: 85%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.project-detail-banner h1 {
  text-align: center;
  padding: 50px 0;
  color: #fff;
  font-size: 36px;
}
.project-detail-banner .img-wrap img {
  width: 100%;
  border-radius: 20px;
}
.project-detail-banner .breadcrumbs li:after {
  background: #fff;
}
.project-detail-banner .breadcrumbs li:last-child {
  color: #fff;
}
.project-detail-banner .breadcrumbs li a {
  color: #fff;
}

.related-project {
  background: #273B24;
  color: #fff;
  border-radius: 30px 30px 0 0;
}
.related-project h2, .related-project h3, .related-project h4, .related-project h5, .related-project h6 {
  color: #fff;
}
.related-project .item {
  color: #fff;
}
.related-project .item b {
  color: #fff;
}
.related-project .item b:before {
  display: none;
}
.related-project .item .btn-default {
  margin: 25px 0 0;
  background: #ECE9E6;
  color: rgba(39, 59, 36, 0.82);
}

.project-impressie {
  padding: 50px 0;
}
.project-impressie ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.project-impressie ul li {
  /*  margin-bottom: 25px;*/
  margin: 0 10px 25px;
}
.project-impressie ul li:nth-child(1), .project-impressie ul li:nth-child(3) {
  max-width: 25%;
  min-height: 500px;
}
.project-impressie ul li:nth-child(1) img, .project-impressie ul li:nth-child(3) img {
  min-height: 500px;
  object-fit: cover;
}
.project-impressie ul li:nth-child(2) {
  max-width: 50%;
  margin-top: 50px;
}
.project-impressie ul li:nth-child(2) img {
  max-height: 300px;
  object-fit: cover;
}
.project-impressie ul li:nth-child(4), .project-impressie ul li:nth-child(5), .project-impressie ul li:nth-child(6), .project-impressie ul li:nth-child(7) {
  max-width: 25%;
}
.project-impressie ul li:nth-child(5) {
  height: 300px;
  width: 300px;
  margin-top: -125px;
}
.project-impressie ul li:nth-child(5) img {
  min-height: 250px;
  object-fit: cover;
}
.project-impressie ul li:nth-child(6) {
  height: 400px;
  width: 300px;
  margin-top: -50px;
}
.project-impressie ul li:nth-child(6) img {
  object-fit: cover;
  min-height: 400px;
}
.project-impressie ul li img {
  width: 100%;
  border-radius: 20px;
}

@media only screen and (max-width: 1440px) {
  .project-impressie ul li {
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 1300px) {
  .project-impressie ul li {
    padding: 15px;
  }
}
@media only screen and (max-width: 991.5px) {
  .project-impressie ul li:nth-child(1), .project-impressie ul li:nth-child(3) {
    min-height: 425px;
  }
  .project-impressie ul li:nth-child(1) img, .project-impressie ul li:nth-child(3) img {
    min-height: 350px;
  }
  .project-banner.faq-banner {
    padding: 100px 0 0;
  }
}
@media only screen and (max-width: 767.5px) {
  .project-detail-banner h1 {
    font-size: 24px;
  }
  .project-detail-banner .breadcrumbs-list {
    padding-top: 70px;
  }
  .related-project {
    padding: 30px 0 60px;
  }
  .project-banner .container-fluid.custom2 h1 {
    font-size: 24px;
  }
  .project-impressie ul li:nth-child(1), .project-impressie ul li:nth-child(2), .project-impressie ul li:nth-child(3), .project-impressie ul li:nth-child(4), .project-impressie ul li:nth-child(5), .project-impressie ul li:nth-child(6), .project-impressie ul li:nth-child(7) {
    min-height: unset;
    max-width: 50%;
    height: unset;
    widows: unset;
    margin-top: 0;
  }
  .project-impressie ul li:nth-child(1) img, .project-impressie ul li:nth-child(2) img, .project-impressie ul li:nth-child(3) img, .project-impressie ul li:nth-child(4) img, .project-impressie ul li:nth-child(5) img, .project-impressie ul li:nth-child(6) img, .project-impressie ul li:nth-child(7) img {
    min-height: unset;
  }
}
.bedankt-offerte {
  position: relative;
  /*    min-height: calc(100vh - 77px);*/
  min-height: 100vh;
  /* background: #fff;*/
  width: 100%;
  /*  margin-top: 77px;*/
  padding: 20px 0;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background-color: #222222;
  background-image: url("/resources/img/bg-offerte.jpg");
  background-size: 150%;
  background-position: center;
  background-repeat: no-repeat;
}
.bedankt-offerte:before {
  content: "";
  background: #222222;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bedankt-offerte .inner {
  text-align: center;
  color: #fff;
}
.bedankt-offerte .inner h1, .bedankt-offerte .inner h2, .bedankt-offerte .inner h3, .bedankt-offerte .inner h4, .bedankt-offerte .inner h5, .bedankt-offerte .inner h6 {
  color: #fff;
  font-size: 32px;
}
.bedankt-offerte .btn-default {
  margin: 25px auto 0;
  padding: 12px 25px;
}
.bedankt-offerte .btn-default:after {
  position: relative;
  content: "\f061";
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: baseline;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.bedankt-offerte a:not(.btn-default) {
  color: #fff;
  text-decoration: underline;
}

.offertepage {
  position: relative;
  /* min-height: calc(100vh - 77px);*/
  min-height: 100vh;
  /* background: #fff;*/
  width: 100%;
  /*    margin-top: 77px;*/
  padding: 20px 0;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background-color: #222222;
  background-image: url("/resources/img/bg-offerte.jpg");
  background-size: 150%;
  background-position: center;
  background-repeat: no-repeat;
}
.offertepage:before {
  content: "";
  background: #222222;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.offertepage .btn-orange {
  padding: 12px 20px;
  text-align: center;
  font-weight: 400;
  display: table;
  border: none;
  color: #fff;
  border-radius: 10px;
  line-height: initial;
  font-family: "THICCCBOI";
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  border: none;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #ae9a63;
  position: relative;
  /*min-width: 155px;*/
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
}
.offertepage .btn-orange.btn-orange {
  padding: 12px 20px 12px 35px;
  background: #ae9a63;
}
.offertepage .btn-orange.btn-orange:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.offertepage .btn-orange.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.offertepage .btn-orange.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;
  top: 15px;
}
.offertepage .btn-orange.loading:after {
  display: none;
}
.offertepage .btn-orange:hover {
  transform: scale(1.1);
}
.offertepage .btn-orange:after {
  content: "\f061";
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: baseline;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.offertepage .btn-orange.loading:before {
  left: 10px;
  top: 15px;
}
.offertepage .btn-orange.loading:after {
  display: none;
}
.offertepage .step2 .form-control, .offertepage .step4 .form-control, .offertepage .step7 .form-control {
  max-width: 450px !important;
}
.offertepage .step2 textarea, .offertepage .step4 textarea, .offertepage .step7 textarea {
  min-height: 150px;
}
.offertepage .btn-prev {
  background: #535353;
  font-weight: 600;
  color: #fff;
  border-color: #fff;
  margin-right: 10px;
  padding: 12px 30px;
  position: absolute;
  top: -50px;
}
.offertepage .btn-prev:before {
  content: "\f060";
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: baseline;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.offertepage .container-fluid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 100%;
  z-index: 4;
  position: relative;
}
.offertepage .item {
  text-align: left;
  padding: 25px 20px;
  margin-bottom: 30px;
  min-height: 150px;
  /*   background: #fff;*/
  height: calc(100% - 30px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
}
.offertepage .item b {
  font-family: "THICCCBOI";
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
  font-weight: bold;
}
.offertepage .item b span {
  color: #0B94CA;
}
.offertepage .item img {
  max-width: 300px;
  display: block;
  width: 100%;
  margin-top: 10px;
}
.offertepage .item .radio-button {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.offertepage .item .radio-button li {
  margin-right: 15px;
}
.offertepage .item .radio-button li input {
  position: absolute;
  /*visibility: hidden;*/
  top: 0;
}
.offertepage .item .radio-button li input:checked + label {
  background: #0B94CA;
  color: #fff;
}
.offertepage .item .radio-button li label {
  padding: 10px 15px;
  text-align: center;
  font-weight: normal;
  display: table;
  border: none;
  color: #0B94CA;
  border-radius: 6px;
  line-height: initial;
  font-family: "THICCCBOI";
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  border: 2px solid #0B94CA;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #fff;
}
.offertepage .title {
  font-family: "THICCCBOI";
  font-size: 38px;
  color: #fff;
  font-weight: 500;
}
.offertepage .title .btn-row {
  align-self: flex-end;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin: 10px 0 -10px;
}
.offertepage .title .btn-row a {
  padding: 12px 20px;
  text-align: center;
  font-weight: 400;
  display: table;
  border: none;
  color: #fff;
  border-radius: 10px;
  line-height: initial;
  font-family: "THICCCBOI";
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  border: none;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #ae9a63;
  position: relative;
  /*min-width: 155px;*/
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
  font-size: 16px;
}
.offertepage .title .btn-row a.btn-orange {
  padding: 12px 20px 12px 35px;
  background: #ae9a63;
}
.offertepage .title .btn-row a.btn-orange:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.offertepage .title .btn-row a.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.offertepage .title .btn-row a.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;
  top: 15px;
}
.offertepage .title .btn-row a.loading:after {
  display: none;
}
.offertepage .title .btn-row a:hover {
  transform: scale(1.1);
}
.offertepage .title .btn-row a:last-child {
  background: transparent;
  margin-left: 10px;
  color: #0B94CA;
}
.offertepage .title b {
  color: #0B94CA;
}
.offertepage .wrapper {
  width: 100%;
  /*    background: #f6f8fc;*/
  /* padding: 25px 15px;*/
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: calc(100vh - 250px);
  /*margin: 50px 0;*/
  color: #fff;
  /*   height: 100vh;*/
  /* max-width: 1080px;
  margin: 0 auto;*/
}
.offertepage .wrapper .step {
  display: flex;
  flex-direction: column;
  /*  justify-content: center;*/
  justify-content: end;
  align-items: center;
  text-align: center;
  width: 100%;
  position: relative;
}
.offertepage .wrapper .step .btn-back {
  width: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 10px;
  background: #0B94CA;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
}
.offertepage .wrapper .file-upload {
  position: relative;
}
.offertepage .wrapper .file-upload .file-label {
  background-color: transparent;
  line-height: 50px;
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.66);
  width: 100%;
  border: 1px solid #F7F7F7;
  font-family: inherit;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  max-width: 450px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.offertepage .wrapper .file-upload .file-label:before {
  content: "\f0c6";
  position: absolute;
  top: 50%;
  left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
}
.offertepage .wrapper .file-upload input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.offertepage .wrapper .btn-row {
  align-self: flex-end;
  margin: 25px auto 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.offertepage .wrapper .btn-row.last-row {
  margin-right: auto;
}
.offertepage .wrapper .btn-row.last-row .btn-default:before, .offertepage .wrapper .btn-row.last-row .btn-default:after {
  display: none !important;
}
.offertepage .wrapper .btn-row .btn-default {
  padding: 12px 20px;
  text-align: center;
  font-weight: 400;
  display: table;
  border: none;
  color: #fff;
  border-radius: 10px;
  line-height: initial;
  font-family: "THICCCBOI";
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  border: none;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #ae9a63;
  position: relative;
  /*min-width: 155px;*/
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
  margin-top: auto;
  min-width: 125px;
  position: relative;
}
.offertepage .wrapper .btn-row .btn-default.btn-orange {
  padding: 12px 20px 12px 35px;
  background: #ae9a63;
}
.offertepage .wrapper .btn-row .btn-default.btn-orange:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.offertepage .wrapper .btn-row .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.offertepage .wrapper .btn-row .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;
  top: 15px;
}
.offertepage .wrapper .btn-row .btn-default.loading:after {
  display: none;
}
.offertepage .wrapper .btn-row .btn-default:hover {
  transform: scale(1.1);
}
.offertepage .wrapper .btn-row .btn-default.btn-next {
  padding: 15px 25px 15px 35px;
  font-size: 16px;
}
.offertepage .wrapper .btn-row .btn-default.btn-next:after {
  position: relative;
  content: "\f061";
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: baseline;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.offertepage .wrapper .inner {
  /* margin: auto;*/
  width: 100%;
  text-align: center;
}
.offertepage .wrapper .inner .question-title {
  max-width: 800px;
  margin: 0 auto 30px;
  color: rgba(9, 28, 40, 0.6784313725);
  line-height: 24px;
}
.offertepage .wrapper .inner .question-title b {
  font-size: 36px;
  font-family: "THICCCBOI";
  font-weight: 600;
  display: block;
  margin-block: 10px;
  color: #fff;
}
.offertepage .wrapper .inner .form-group .help-block {
  font-size: 14px;
}
.offertepage .wrapper .inner .form-group .form-control {
  padding: 15px;
  border: 1px solid #D3D3D3;
  border-radius: 6px;
  max-width: 200px;
}
.offertepage .wrapper .inner .radio-custom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.offertepage .wrapper .inner .radio-custom.list1 {
  /*   justify-content: space-between;*/
}
.offertepage .wrapper .inner .radio-custom.list1 li {
  width: 100%;
  max-width: 300px;
  border: 1px solid #F7F7F7;
  border-radius: 10px;
}
.offertepage .wrapper .inner .radio-custom.list1 li:nth-of-type(2) {
  margin: 0 25px;
}
.offertepage .wrapper .inner .radio-custom.list1 li label {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
}
.offertepage .wrapper .inner .radio-custom.list1 li label:before {
  content: "";
  border-radius: 5px;
  position: relative;
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
  display: block;
  margin: 0 auto;
  border: 1px solid #fff;
  padding: 15px;
}
.offertepage .wrapper .inner .radio-custom.list1 li:nth-of-type(1) label:before {
  background-image: url("/resources/img/offerte/Step1-1.svg");
}
.offertepage .wrapper .inner .radio-custom.list1 li:nth-of-type(2) label:before {
  background-image: url("/resources/img/offerte/Step1-2.svg");
}
.offertepage .wrapper .inner .radio-custom.list1 li:nth-of-type(3) label:before {
  background-image: url("/resources/img/offerte/Step1-3.svg");
}
.offertepage .wrapper .inner .radio-custom.list2 {
  /*      flex-wrap: wrap;
  justify-content: start;*/
  display: table;
  margin: 0 auto;
  text-align: left;
  /* justify-content: space-between;*/
}
.offertepage .wrapper .inner .radio-custom.list2 li {
  width: 100%;
  max-width: calc(33% - 15px);
  border: 1px solid #F7F7F7;
  border-radius: 10px;
  margin-bottom: 15px;
  display: inline-block;
  margin: 0 5px 15px;
  /*   &:nth-of-type(2), &:nth-of-type(5), &:nth-of-type(8), &:nth-of-type(11) {
      margin: 0 25px 15px;
  }*/
  /*        &:nth-of-type(7) {
      margin: 0 0 15px 25px;
  }*/
  /*      &:last-child {
      margin-right: auto;
      margin-left: 30px;
  }*/
}
.offertepage .wrapper .inner .radio-custom.list2 li label {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
  line-height: 100px;
}
.offertepage .wrapper .inner .radio-custom.list3 {
  flex-wrap: wrap;
  /*  justify-content: space-between;*/
}
.offertepage .wrapper .inner .radio-custom.list3 li {
  width: 100%;
  max-width: calc(24% - 15px);
  border: 1px solid #F7F7F7;
  border-radius: 10px;
  margin-bottom: 15px;
}
.offertepage .wrapper .inner .radio-custom.list3 li:nth-of-type(2), .offertepage .wrapper .inner .radio-custom.list3 li:nth-of-type(3), .offertepage .wrapper .inner .radio-custom.list3 li:nth-of-type(4) {
  margin: 0 0 15px 15px;
}
.offertepage .wrapper .inner .radio-custom.list3 li label {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
  line-height: 100px;
}
.offertepage .wrapper .inner .radio-custom li label {
  line-height: 56px;
  /* border: 2px solid #fff;*/
  text-align: center;
  color: #fff;
  display: block;
  cursor: pointer;
  font-family: "THICCCBOI";
  font-size: 20px;
  margin: 0px 5px;
}
.offertepage .wrapper .inner .radio-custom li input {
  position: absolute;
  top: 0;
  visibility: hidden;
}
.offertepage .wrapper .inner .radio-custom li input:checked + label {
  background: #fff;
  color: #222222;
}
.offertepage .wrapper .inner .radio-custom li input:checked + label:before {
  background: #222222;
  border-color: #222222;
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
}
.offertepage .quest-nav {
  margin: auto auto 0;
}
.offertepage .quest-nav .quest-tabs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
}
.offertepage .quest-nav .quest-tabs li {
  width: 50px;
  line-height: 46px;
  border: 1px solid #F7F7F7;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  margin: 0px 5px;
  font-weight: 500;
}
.offertepage .quest-nav .quest-tabs li.active {
  color: #222222;
  background: #fff;
}

.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.54);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.custom-modal.active {
  opacity: 1;
  visibility: visible;
}
.custom-modal hr {
  margin: 0 0 15px;
  border: none;
  height: 2px;
  width: 100%;
  background: #C7C7C7;
}
.custom-modal .content {
  background: #f6f8fc;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 0;
  padding: 75px 30px 30px;
  position: relative;
  text-align: center;
}
.custom-modal .content .form-group {
  max-width: 400px;
  margin: 0 auto 25px;
}
.custom-modal .content .form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: left;
}
.custom-modal .content .form-group .form-control {
  padding: 15px;
  border: 1px solid #D3D3D3;
  border-radius: 6px;
}
.custom-modal .content .close-popup {
  width: 40px;
  line-height: 40px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: #0B94CA;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
}
.custom-modal .text h5 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.custom-modal .btn-default {
  padding: 12px 20px;
  text-align: center;
  font-weight: 400;
  display: table;
  border: none;
  color: #fff;
  border-radius: 10px;
  line-height: initial;
  font-family: "THICCCBOI";
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  border: none;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #ae9a63;
  position: relative;
  /*min-width: 155px;*/
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
  min-width: 150px;
  margin: 20px auto;
}
.custom-modal .btn-default.btn-orange {
  padding: 12px 20px 12px 35px;
  background: #ae9a63;
}
.custom-modal .btn-default.btn-orange:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.custom-modal .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.custom-modal .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;
  top: 15px;
}
.custom-modal .btn-default.loading:after {
  display: none;
}
.custom-modal .btn-default:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 1200px) {
  .custom-modal {
    padding: 15px;
    height: calc(100% - 75px);
    margin-top: 75px;
    overflow-y: auto;
  }
  .custom-modal .content {
    padding: 75px 20px 15px;
  }
  .custom-modal .text h5 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .offertepage {
    min-height: calc(100vh - 73px);
    margin-top: 73px;
    padding: 30px 0;
  }
  .offertepage .title {
    font-size: 30px;
  }
  .offertepage .title .btn-row {
    margin-top: 5px;
  }
  .offertepage .title .btn-row a {
    margin: 5px 0 !important;
  }
  .offertepage .item {
    padding: 15px 20px 5px;
    margin-bottom: 15px;
    height: calc(100% - 15px);
  }
  .offertepage .item .radio-button li {
    margin: 0 5px 5px;
  }
  .offertepage .item .radio-button li label {
    padding: 10px;
  }
  .offertepage .wrapper {
    min-height: 400px;
    margin: 30px 0;
    padding: 15px;
  }
  .offertepage .wrapper .btn-row {
    flex-wrap: nowrap;
  }
  .offertepage .wrapper .btn-row.last-row {
    margin-right: auto;
    display: block;
  }
  .offertepage .wrapper .btn-row .btn-default {
    display: inline-block;
    /*           margin-top: 10px;
    padding: 10px !important;*/
    min-width: inherit;
  }
  .offertepage .wrapper .inner .question-title b {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991.5px) {
  .bedankt-offerte {
    background-size: 250%;
  }
  .offertepage {
    background-size: 250%;
  }
  .offertepage .wrapper .inner .radio-custom.list1 li {
    max-width: 40%;
    margin-bottom: 15px !important;
  }
  .offertepage .wrapper .inner .radio-custom.list2 li, .offertepage .wrapper .inner .radio-custom.list3 li {
    max-width: unset;
    width: auto;
    /* &:nth-of-type(5) {
        margin-left: 0 !important;
    }*/
  }
  .offertepage .wrapper .inner .radio-custom.list2 li:nth-of-type(3), .offertepage .wrapper .inner .radio-custom.list3 li:nth-of-type(3) {
    margin-right: 15px;
  }
  .offertepage .wrapper .inner .radio-custom.list4 li:last-child {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 767.5px) {
  .bedankt-offerte {
    background-size: 350%;
  }
  .offertepage {
    min-height: calc(100vh + 75px);
  }
  .offertepage .btn-prev {
    top: -75px;
  }
  .offertepage .wrapper {
    height: unset;
    padding: 0;
  }
  .offertepage .wrapper .file-upload .file-label {
    font-size: 13px;
  }
  .offertepage .wrapper .file-upload .file-label:before {
    font-size: 15px;
  }
  .offertepage .wrapper .inner .radio-custom li label {
    font-size: 18px;
  }
  .offertepage .wrapper .inner .radio-custom.list1 li {
    max-width: unset;
  }
  .offertepage .wrapper .inner .radio-custom.list1 li:nth-of-type(2) {
    margin: 0 0 15px;
  }
  .offertepage .wrapper .inner .radio-custom.list2 {
    justify-content: flex-start;
  }
  .offertepage .wrapper .inner .radio-custom.list2 li {
    margin: 0 10px 10px !important;
  }
  .offertepage .wrapper .inner .radio-custom.list2 li:nth-of-type(2) {
    margin: 0;
  }
  .offertepage .wrapper .inner .radio-custom.list2 li:last-child {
    margin-left: 10px !important;
  }
  .offertepage .wrapper .inner .radio-custom.list2 li label {
    line-height: 35px;
  }
  .offertepage .wrapper .inner .radio-custom.list3 {
    justify-content: flex-start;
  }
  .offertepage .wrapper .inner .radio-custom.list3 li {
    margin: 0;
    margin-bottom: 15px;
  }
  .offertepage .wrapper .inner .radio-custom.list3 li:nth-of-type(3) {
    margin: 0 0 15px 0;
  }
  .offertepage .wrapper .inner .radio-custom.list3 li:nth-of-type(4) {
    margin-left: 0 !important;
  }
  .offertepage .wrapper .inner .radio-custom.list3 li label {
    line-height: 50px;
  }
  .offertepage .wrapper .inner .radio-custom.list3.list4 li:nth-of-type(2) {
    margin-left: 0 !important;
  }
  .offertepage .quest-nav {
    margin-top: 25px;
  }
  .offertepage .quest-nav .quest-tabs li {
    margin-bottom: 15px;
  }
}
.login-temp {
  padding: 50px 0;
  background: #fff;
}
.login-temp.thanks {
  position: relative;
  background: #fff;
  padding: 100px 0;
}
.login-temp.thanks .inner {
  margin: 0;
  padding: 25px;
  background: #FAF8F6;
  color: #000;
  border-radius: 20px;
}
.login-temp.thanks .inner h4 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 500;
}
.login-temp.thanks a {
  margin: 15px 0 0;
}
.login-temp.thanks b {
  margin-bottom: 10px;
  font-size: 32px;
  display: block;
  font-weight: 500;
}
.login-temp a:not(.btn-default) {
  color: #000;
  text-decoration: underline;
}
.login-temp .error-message {
  background: #fff;
  color: #f00;
  border: 1px solid #f00;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}
.login-temp .error-message.success {
  color: green;
  border: 1px solid green;
}
.login-temp .btn-default {
  padding: 12px 20px;
  text-align: center;
  font-weight: 400;
  display: table;
  border: none;
  color: #fff;
  border-radius: 10px;
  line-height: initial;
  font-family: "THICCCBOI";
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  border: none;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #ae9a63;
  position: relative;
  /*min-width: 155px;*/
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
  margin-top: 20px;
}
.login-temp .btn-default.btn-orange {
  padding: 12px 20px 12px 35px;
  background: #ae9a63;
}
.login-temp .btn-default.btn-orange:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.login-temp .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.login-temp .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;
  top: 15px;
}
.login-temp .btn-default.loading:after {
  display: none;
}
.login-temp .btn-default:hover {
  transform: scale(1.1);
}
.login-temp .btn-naked {
  display: inline-block;
  font-weight: 900;
  position: relative;
  text-decoration: underline !important;
}
.login-temp .btn-naked:first-of-type {
  margin-right: 25px;
}
.login-temp .btn-naked.pink {
  color: #0B94CA;
}
.login-temp .btn-naked.green {
  color: #985244;
}
.login-temp .inner {
  margin-bottom: 20px;
  padding: 45px 50px;
  position: relative;
  background: #FCF9F2;
}
.login-temp .inner .uspbar {
  margin-top: 20px;
}
.login-temp .inner .uspbar a {
  color: #985244;
  font-weight: bold;
  text-decoration: underline;
}
.login-temp .inner .uspbar ul {
  background: #eeeae2;
  margin-top: 20px;
  padding: 10px 15px;
}
.login-temp .inner .uspbar ul li {
  position: relative;
  padding: 2px 0 2px 25px;
}
.login-temp .inner .uspbar ul li:before {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 0;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  transform: translateY(-50%);
}
.login-temp .inner .btn-default {
  color: #fff;
}
.login-temp .inner .title {
  margin-bottom: 15px;
  font-size: 22px;
  display: block;
  font-family: "THICCCBOI";
  font-weight: bold;
}
.login-temp .inner label {
  display: inline-block;
  margin: 0;
  margin-bottom: 5px;
}
.login-temp .inner label.required {
  position: relative;
}
.login-temp .inner label.required:after {
  content: "*";
  display: inline-block;
  /* margin-left: 5px;*/
}

@media only screen and (max-width: 767.5px) {
  .login-temp {
    padding: 50px 0;
  }
  .login-temp .inner {
    padding: 30px 20px;
  }
  .login-temp .inner.hidden-mobile {
    display: none;
  }
  .login-temp.rma-form .btn-green {
    margin-top: 15px;
  }
  .login-temp.rma-form .top-head .form-control {
    margin-top: 15px;
  }
  .login-temp.rma-form .inner .content .item .col-sm-4 {
    margin: 15px 0;
  }
}
.vacature-usp {
  position: relative;
  background: #FAF8F6;
  padding: 50px 0;
}
.vacature-usp ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.vacature-usp ul li {
  position: relative;
  padding-left: 25px;
  max-width: 20%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.vacature-usp ul li img {
  margin-bottom: 15px;
  max-width: 35px;
  height: auto;
}
.vacature-usp ul li b, .vacature-usp ul li strong {
  display: block;
  font-size: 24px;
  color: #273B24;
}

.vacature-detail {
  position: relative;
  padding: 25px 0 50px;
}
.vacature-detail .text.pd-bottom {
  padding: 0 0 25px 0;
}
.vacature-detail img {
  width: 100%;
  border-radius: 20px;
  margin: 0 0 25px 0;
}

.vacature-contact {
  position: relative;
  padding: 50px 0 75px;
}
.vacature-contact .form.outer {
  background: #FAF8F6;
  border-radius: 20px;
  padding: 50px 250px;
}
.vacature-contact label {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
  color: #273B24;
}
.vacature-contact label.required {
  position: relative;
}
.vacature-contact label.required:after {
  content: "*";
  display: inline-block;
  margin-left: 5px;
}
.vacature-contact .form-group {
  margin-bottom: 25px;
}
.vacature-contact .btn-default {
  margin-left: auto;
}

@media only screen and (max-width: 991.5px) {
  .vacature-contact .form.outer {
    padding: 50px 200px;
  }
}
@media only screen and (max-width: 767.5px) {
  .vacature-contact .form.outer {
    padding: 50px 25px;
  }
  .vacature-usp ul {
    flex-direction: column;
  }
  .vacature-usp ul li {
    max-width: 100%;
    border-bottom: 1px solid rgba(39, 59, 36, 0.2);
    padding: 25px 0;
  }
  .vacature-usp ul li:last-child {
    border-bottom: 0;
  }
}
.service-detail-banner {
  position: relative;
  background: #273B24;
  padding: 50px 0;
  height: 99vh;
  min-height: 800px;
}
.service-detail-banner .breadcrumbs-list {
  padding: 35px 0 45px;
}
.service-detail-banner .breadcrumbs-list .breadcrumbs li:after {
  background: #fff;
}
.service-detail-banner .breadcrumbs-list .breadcrumbs li:last-child {
  color: #fff;
}
.service-detail-banner .breadcrumbs-list .breadcrumbs li a {
  color: #fff;
}
.service-detail-banner .inner {
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px;
}
.service-detail-banner .inner .left, .service-detail-banner .inner .right {
  max-width: 50%;
  width: 100%;
}
.service-detail-banner .inner .left h1 {
  margin-bottom: 15px;
  font-size: 32px;
}
.service-detail-banner .inner .left ul {
  padding-left: 20px;
}
.service-detail-banner .inner .left ul li {
  list-style: disc;
}
.service-detail-banner .inner .left .btn-default {
  display: inline-block;
}
.service-detail-banner .inner .left .btn-default:nth-of-type(2) {
  background: #ECE9E6;
  color: #273B24;
  margin-left: 15px;
}
.service-detail-banner .inner .right img {
  width: 100%;
  border-radius: 20px;
}

.service-detail {
  padding: 50px 0;
  margin-top: -35px;
  border-radius: 30px 30px 0 0;
  background: #fff;
  position: relative;
}
.service-detail h2, .service-detail h3, .service-detail h4, .service-detail h5, .service-detail h6 {
  font-size: 24px;
}
.service-detail table {
  border-collapse: collapse;
  width: 100%;
  background: #FAF8F6;
  padding: 15px;
}
.service-detail table thead tr th {
  color: #273B24;
  text-align: left;
  padding: 15px 25px;
}
.service-detail table tbody tr td {
  color: rgba(39, 59, 36, 0.82);
  padding: 15px 25px;
}
.service-detail ul {
  padding-left: 20px;
}
.service-detail ul li {
  list-style: disc;
  margin-bottom: 7px;
}
.service-detail ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  counter-reset: section;
}
.service-detail ol li {
  position: relative;
  padding-left: 65px;
  margin-bottom: 50px;
}
.service-detail ol li:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #273B24;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #273B24;
  font-weight: 500;
}
.service-detail a {
  color: #273B24;
  text-decoration: underline !important;
}
.service-detail .btn-default {
  color: #fff;
  text-decoration: none !important;
}
.service-detail .text.centered {
  text-align: center;
}

.service-impressie {
  position: relative;
  padding: 50px 0;
}
.service-impressie .img-wrap {
  display: flex;
  flex-direction: row;
  /*justify-content: space-between;*/
  justify-content: center;
}
.service-impressie .img-wrap li {
  max-width: 25%;
  list-style: none;
  margin: 0 25px;
}
.service-impressie .img-wrap li:nth-of-type(1) {
  margin-left: -50px;
}
.service-impressie .img-wrap li:nth-of-type(4) {
  margin-right: -50px;
}
.service-impressie .img-wrap li img {
  width: 100%;
  border-radius: 20px;
}

@media only screen and (max-height: 850px) {
  .service-detail-banner {
    height: 97vh;
  }
  .service-detail {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 1200px) {
  .service-detail-banner .breadcrumbs-list {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 991.5px) {
  .service-detail-banner {
    height: unset;
    min-height: unset;
    padding: 50px 0 75px;
  }
  .service-detail-banner img {
    max-width: 250px;
    display: block;
    margin: auto;
  }
}
@media only screen and (max-width: 767.5px) {
  .service-detail-banner .inner .left, .service-detail-banner .inner .right {
    max-width: 100%;
  }
  .service-detail-banner .inner img {
    margin-top: 25px;
  }
  .service-detail-banner .inner .left .btn-default {
    padding: 10px 13px;
  }
  .service-detail-banner .inner .left .btn-default:nth-of-type(2) {
    margin-left: 5px;
  }
  .service-detail .table-wrapper {
    max-width: 500px;
    overflow-x: scroll;
  }
  .service-impressie .img-wrap li {
    max-width: 50%;
  }
  .service-impressie .img-wrap li:nth-of-type(1) {
    margin-left: unset;
  }
  .service-impressie .img-wrap li:nth-of-type(4) {
    margin-right: unset;
  }
}
.banner-img {
  position: relative;
  padding: 25px 0 100px;
  margin-top: 74px;
}
.banner-img .breadcrumbs li:after {
  background: #fff;
}
.banner-img .breadcrumbs li a {
  color: #fff;
}
.banner-img .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.banner-img .img-wrapper:before {
  content: "";
  background: #000;
  opacity: 0.48;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner-img .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-img .text {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 50px 0 0;
}
.banner-img .text h1 {
  font-size: 52px;
  padding-bottom: 25px;
  color: #fff;
}

.brands {
  position: relative;
  padding: 125px 0 50px;
}
.brands .item {
  background: #F4F4F4;
  border-radius: 14px;
  padding: 25px;
}
.brands .item img {
  display: block;
  margin: 0 auto 15px;
  width: 100%;
  max-width: 125px;
}
.brands .item b, .brands .item strong {
  color: #474747;
  display: block;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767.5px) {
  .banner-img .text h1 {
    font-size: 34px;
  }
}
.subcategories {
  position: relative;
  padding: 0 0 50px 0;
}
.subcategories .category-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content: space-between;*/
}
.subcategories .category-wrapper .category-item {
  max-width: 17%;
  width: 100%;
  transform: rotate(-5deg);
  border-radius: 14px;
  margin: 0 15px 25px;
}
.subcategories .category-wrapper .category-item a {
  color: #000;
  text-align: center;
  font-weight: 500;
  display: table;
}
.subcategories .category-wrapper .category-item a span {
  padding: 10px;
  width: 100%;
  font-size: 19px;
  display: table;
  border: 1px solid #F4F4F4;
  border-radius: 0 0 14px 14px;
  text-align: center;
}
.subcategories .category-wrapper .category-item img {
  width: 100%;
  border-radius: 14px 14px 0 0;
}

@media only screen and (max-width: 991.5px) {
  .subcategories .category-wrapper .category-item {
    max-width: 20%;
  }
  .subcategories .category-wrapper .category-item a span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.5px) {
  .subcategories .category-wrapper {
    justify-content: space-evenly;
  }
  .subcategories .category-wrapper .category-item {
    max-width: 32%;
    margin-bottom: 25px;
  }
  .subcategories .category-wrapper .category-item a span {
    font-size: 16px;
  }
}
.banner-stairs {
  position: relative;
  padding: 100px 0 50px;
  /**/
}
.banner-stairs.bg-color {
  background: #F4F4F4;
}
.banner-stairs .text {
  padding: 50px 0 0 0;
}
.banner-stairs .text h1 {
  font-size: 40px;
  padding-bottom: 15px;
}
.banner-stairs .btn-row {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
}
.banner-stairs .btn-row .btn-border {
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  width: 45px;
  max-width: 45px;
  color: #343434;
  padding: 10px;
}
.banner-stairs .video-wrapper {
  position: relative;
}
.banner-stairs .video-wrapper.disabled img {
  display: none;
}
.banner-stairs .video-wrapper.disabled .fa-play {
  display: none;
}
.banner-stairs .video-wrapper.disabled video {
  display: block;
}
.banner-stairs .video-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.banner-stairs .video-wrapper video {
  border-radius: 20px;
  width: 100%;
  display: none;
  max-height: 500px;
  object-fit: cover;
}
.banner-stairs .video-wrapper .fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 20px;
  font-size: 24px;
  cursor: pointer;
  background: #AE9480;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
}
.banner-stairs img {
  width: 100%;
  border-radius: 20px;
}

.about-stairs {
  position: relative;
  padding: 0 0 75px 0;
}
.about-stairs.about-page {
  padding: 75px 0;
}
.about-stairs.about-page .breadcrumbs {
  padding-bottom: 50px !important;
}
.about-stairs.about-page h1 {
  padding-bottom: 15px;
}
.about-stairs .img-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.about-stairs .img-wrap img {
  max-width: 48%;
  width: 100%;
  border-radius: 20px;
  height: 100%;
}
.about-stairs .img-wrap img:nth-of-type(2) {
  margin-top: 50px;
}
.about-stairs .text {
  padding-left: 75px;
}
.about-stairs .text ul {
  padding: 10px 0 0 20px;
}
.about-stairs .text ul li {
  list-style: disc;
  margin: 0 0 5px;
}
.about-stairs .text h2, .about-stairs .text h3, .about-stairs .text h4, .about-stairs .text h5, .about-stairs .text h6 {
  font-size: 32px;
}
.about-stairs .text i, .about-stairs .text em {
  font-style: normal;
  font-size: 24px;
  position: relative;
  display: table;
  padding-bottom: 25px;
  line-height: 28px;
}
.about-stairs .text i:before, .about-stairs .text em:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #AE9480;
  width: 50%;
  height: 2px;
}

.advantage-stairs {
  position: relative;
  padding: 100px 0;
  background: #F4F4F4;
}
.advantage-stairs .img-wrapper {
  position: relative;
}
.advantage-stairs .img-wrapper img {
  width: 100%;
  border-radius: 20px;
}
.advantage-stairs .img-wrapper img:nth-of-type(2) {
  position: absolute;
  top: 25%;
  right: -50px;
  border-radius: 20px;
  max-width: 250px;
}
.advantage-stairs .text h2, .advantage-stairs .text h3, .advantage-stairs .text h4, .advantage-stairs .text h5, .advantage-stairs .text h6 {
  font-size: 32px;
}
.advantage-stairs .text a {
  text-decoration: underline !important;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.advantage-stairs .text a:hover {
  color: #E96636;
}
.advantage-stairs .text ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.advantage-stairs .text ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1440px) {
  .about-stairs .text {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .about-stairs .text {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 991.5px) {
  .about-stairs .text {
    padding-left: 0;
  }
  .advantage-stairs .img-wrapper img:nth-of-type(2) {
    max-width: 150px;
  }
}
@media only screen and (max-width: 767.5px) {
  .banner-stairs {
    padding: 75px 0 50px;
  }
  .banner-stairs .video-wrapper {
    margin-top: 25px;
  }
  .banner-stairs .video-wrapper .fa-play {
    width: 45px;
    height: 45px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
  .banner-stairs img {
    margin-top: 25px;
  }
  .banner-stairs .text {
    padding: 25px 0 0 0;
  }
  .banner-stairs .video-wrapper img {
    margin-top: 0;
  }
  .about-stairs .img-wrap {
    padding-bottom: 25px;
  }
  .advantage-stairs .text {
    padding: 0 0 25px 0;
  }
  .advantage-stairs .img-wrapper img {
    width: 85%;
  }
  .advantage-stairs .img-wrapper img:nth-of-type(2) {
    max-width: 125px;
    right: -5px;
  }
}
.banner-reviews {
  background: #F4F4F4;
  border-radius: 0 0 0 100px;
  padding: 90px 0 100px;
}
.banner-reviews .text {
  text-align: center;
  margin: 50px 0 0;
}
.banner-reviews .text h1 {
  font-size: 50px;
  color: #31302C;
  font-weight: bold;
}
.banner-reviews .text h1 strong {
  color: #1C95C8;
}

.review-blocks .row-reviews {
  margin: -50px -15px 0;
}
.review-blocks .review-item {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  margin: 0 0 25px;
  height: calc(100% - 25px);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
  /*     &.google {
           b {
               &:before {
                   background-image: url('/Resources/img/google.svg');
               }
           }
       }

       &.trustpilot {
           b {
               &:before {
                   background-image: url('/Resources/img/trustpilot.jpg');
               }
           }
       }

       &.klantenvertellen {
           b {
               &:before {
                   background-image: url('/Resources/img/klantenvertellen.png');
               }
           }
       }*/
}
.review-blocks .review-item b {
  display: block;
  position: relative;
  padding: 0 0 0 35px;
  font-size: 22px;
  margin: 0 0 15px;
}
.review-blocks .review-item b:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.review-blocks .review-item .btn-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0 0 0;
}
.review-blocks .review-item .btn-row .btn-default {
  padding: 12px 20px;
  text-align: center;
  font-weight: 400;
  display: table;
  border: none;
  color: #fff;
  border-radius: 10px;
  line-height: initial;
  font-family: "THICCCBOI";
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  border: none;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #ae9a63;
  position: relative;
  /*min-width: 155px;*/
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
  background: #E96636;
}
.review-blocks .review-item .btn-row .btn-default.btn-orange {
  padding: 12px 20px 12px 35px;
  background: #ae9a63;
}
.review-blocks .review-item .btn-row .btn-default.btn-orange:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.review-blocks .review-item .btn-row .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.review-blocks .review-item .btn-row .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;
  top: 15px;
}
.review-blocks .review-item .btn-row .btn-default.loading:after {
  display: none;
}
.review-blocks .review-item .btn-row .btn-default:hover {
  transform: scale(1.1);
}
.review-blocks .review-item .btn-row a:not(.btn-default) {
  display: inline-block;
  color: #000;
  margin: 0 0 0 15px;
  text-decoration: underline;
}

@media only screen and (max-width: 767.5px) {
  .banner-reviews .text h1 {
    font-size: 32px;
  }
}
.text-div-template a {
  color: #000;
  text-decoration: underline !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-terms {
  font-size: 14px;
  margin-bottom: 25px !important;
}
.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: "THICCCBOI";
  background: #fff;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  color: #31302C;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  /*    b {
      font-weight: 500;
  }*/
}

p {
  margin: 0 0 15px;
  font-weight: normal;
}

:focus {
  outline: none !important;
}

.container-fluid.custom {
  padding: 0px 75px;
  max-width: 1600px;
}

.btn-default {
  padding: 12px 20px;
  text-align: center;
  font-weight: 400;
  display: table;
  border: none;
  color: #fff;
  border-radius: 10px;
  line-height: initial;
  font-family: "THICCCBOI";
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  border: none;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #ae9a63;
  position: relative;
  /*min-width: 155px;*/
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
}
.btn-default.btn-orange {
  padding: 12px 20px 12px 35px;
  background: #ae9a63;
}
.btn-default.btn-orange:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.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;
  top: 15px;
}
.btn-default.loading:after {
  display: none;
}
.btn-default:hover {
  transform: scale(1.1);
}

.img-fluid {
  max-width: 100%;
}

input, button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "THICCCBOI";
  font-weight: 600;
  color: #212121;
  line-height: initial;
}

h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "THICCCBOI";
  color: #101828;
  line-height: initial;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 600;
}

*, ::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 .circle {
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
  color: #EAEEF7;
}
.loading-div .circle .fa {
  font-size: 16px;
  bottom: -10px;
  position: relative;
  margin-right: 8px;
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.loading-div .circle .fa:nth-child(1) {
  animation-delay: 0.2s;
}
.loading-div .circle .fa:nth-child(2) {
  animation-delay: 0.4s;
}
.loading-div .circle .fa:nth-child(3) {
  animation-delay: 0.6s;
}
.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, .loading-div .inner strong {
  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;
}

.errors {
  height: 100vh;
  width: 100vw;
  position: relative;
}
.errors:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  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%);
  /*        background: rgba(255,255,255, 0.7%);
  border: 2px solid #e6e6e6;*/
  border-radius: 30px;
  padding: 35px;
  background: #FAF8F6;
}
.errors .content .inner {
  color: #232020;
}
.errors .content h4 {
  font-size: 35px;
  font-weight: bold;
  color: #232020;
  margin-bottom: 20px;
}
.errors .content .btn-default {
  padding: 12px 20px;
  text-align: center;
  font-weight: 400;
  display: table;
  border: none;
  color: #fff;
  border-radius: 10px;
  line-height: initial;
  font-family: "THICCCBOI";
  cursor: pointer;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  border: none;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #ae9a63;
  position: relative;
  /*min-width: 155px;*/
  /*    &:before {
      content: "\f061";
      font-weight: 900;
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      font-size: 30px;
      z-index: 2;
      color: #b29858;
  }

  &:hover {
      &:after {
          width: calc(100% + 30px);
      }
  }

  &:after {
      content: "";
      position: absolute;
      left: -20px;
      background: #b29858;
      width: 65px;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      top: 0;
      border-radius: 50px;
      transition: all 0.3s ease-in-out;
  }*/
  margin: 20px auto 0 !important;
}
.errors .content .btn-default.btn-orange {
  padding: 12px 20px 12px 35px;
  background: #ae9a63;
}
.errors .content .btn-default.btn-orange:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.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;
  top: 15px;
}
.errors .content .btn-default.loading:after {
  display: none;
}
.errors .content .btn-default:hover {
  transform: scale(1.1);
}
.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;
}

.breadcrumbs-list {
  padding-top: 90px;
}

.breadcrumbs {
  position: relative;
  display: block;
  padding: 0 !important;
  margin: 0;
  list-style-type: none;
  z-index: 1;
}
.breadcrumbs li {
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.breadcrumbs li a {
  text-decoration: none;
  color: #273B24;
  font-weight: 500;
}
.breadcrumbs li:after {
  font-weight: 900;
  content: "";
  position: relative;
  display: inline-block;
  background: #273B24;
  top: 0;
  margin: 0 10px;
  width: 15px;
  height: 2px;
  vertical-align: middle;
}
.breadcrumbs li:last-child {
  color: #273B24;
}
.breadcrumbs li:last-child:after {
  display: none;
}

.form-group {
  margin-bottom: 15px;
  /*   &.file-upload {
      position: relative;

      b {
          font-weight: 500;
          display: block;
      }

      input {
          position: absolute;
          opacity: 0;
          top: 0;
          left: 0;
      }

      label {
          position: relative;
          padding: 15px 10px;
          background: white;
          color: #0b94ca;
          cursor: pointer;
          border-radius: 5px;
          border: 2px solid #0b94ca;
          text-align: center;
          display: flex;
          flex-wrap: wrap;
          flex-direction: row;
          align-items: center;
          justify-content: center;

          &:before {
              content: "+";
              margin-right: 15px;
              text-align: center;
              font-size: 40px;
              vertical-align: middle;
              display: inline-block;
              line-height: 30px;
          }
      }
  }*/
}
.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.has-error .form-control {
  border-color: red !important;
}
.form-group.has-error .checkbox label:before {
  border-color: red !important;
}
.form-group.has-succes .form-control {
  border-color: green !important;
}
.form-group textarea {
  max-width: 100%;
  width: 100%;
}
.form-group .form-control {
  background-color: transparent;
  height: inherit;
  padding: 11px 15px;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  border: 1px solid #F7F7F7;
  border-radius: 15px;
  -webkit-appearance: none;
  color: #fff;
  /*
  &::-webkit-input-placeholder {
      opacity: 0;
      display: none;
  }

  &:-ms-input-placeholder {
      opacity: 0;
      display: none;
  }

  &::placeholder {
      opacity: 0;
      display: none;
  }*/
}
.form-group .help-block {
  display: block;
  /*background: #fff;*/
  background: transparent;
  color: red;
  /*border: 1px solid red;*/
  padding: 5px 0;
  margin-top: 10px;
  font-weight: 600;
  font-size: 12px;
}

.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;
}

@keyframes blink {
  0% {
    bottom: -10px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: -10px;
  }
}
.fix-button {
  position: fixed;
  bottom: 50px;
  left: 50px;
  color: #fff;
  background: #0B94CA;
  font-weight: bold;
  z-index: 9;
  width: 110px;
  height: 110px;
  text-align: center;
  border-radius: 50%;
  text-transform: uppercase;
  font-size: 14px;
  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: 135%;
  left: -20px;
  top: -20px;
  height: auto;
  animation-name: rotate;
  mix-blend-mode: difference;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.banner-small {
  position: relative;
  overflow: hidden;
  background: #091c28;
  padding: 100px 0 65px;
}
.banner-small .text {
  margin-top: 50px;
  color: #cbcfd1;
}
.banner-small .text h1 {
  font-weight: 500;
  font-size: 34px;
  font-family: "THICCCBOI";
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}

.whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6ACF72;
  width: 55px;
  height: 55px;
  padding: 5px;
  color: #fff;
  border-radius: 50%;
  /*   margin-right: 15px;*/
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 100;
}
.whatsapp-button i {
  font-size: 28px;
}
.whatsapp-button span {
  cursor: pointer;
}

.whatsapp-modal {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #273B24;
  color: #fff;
  position: fixed;
  border-radius: 20px;
  padding: 25px;
  min-width: 500px;
  z-index: 101;
}
.whatsapp-modal.active {
  display: block;
}
.whatsapp-modal .JS-CloseModal {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.whatsapp-modal b, .whatsapp-modal strong {
  display: block;
  font-size: 22px;
  margin-bottom: 15px;
  padding-right: 55px;
}
.whatsapp-modal .btn-wrap {
  display: flex;
  flex-direction: row;
}
.whatsapp-modal .btn-wrap .btn-default:nth-of-type(1) {
  background: #fff;
  color: #273B24;
}
.whatsapp-modal .btn-wrap .btn-default:nth-of-type(1) i {
  margin-right: 10px;
}
.whatsapp-modal .btn-wrap .btn-default.JS-CloseModal2 {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin-left: 15px;
}

@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.newsletter .form-group.wrap {
  position: relative;
}
.newsletter .form-group.wrap .btn-default {
  background: #ae9a63;
  padding: 12px 20px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 15px;
}
.newsletter .form-group.wrap .btn-default:hover {
  color: #fff;
}
.newsletter .form-group.wrap .btn-default:before {
  display: none;
}
.newsletter .form-group .checkbox label {
  padding-left: 35px !important;
}
.newsletter .form-group .checkbox label:before {
  border-color: #F7F7F7;
  background-color: transparent;
  border-radius: 5px;
  width: 25px;
  height: 25px;
}
.newsletter .form-group .checkbox label:after {
  color: #fff !important;
  left: 6px;
  font-size: 13px;
  top: 1px;
}
.newsletter .form-group .checkbox a {
  color: #fff;
  display: inline-block;
  font-weight: normal;
}

footer {
  position: relative;
  padding: 100px 0;
  background: #222222;
  color: #EFF4FF;
  /*    .row {
          justify-content: space-between;
      }*/
}
footer .footer-slider {
  padding-bottom: 75px;
}
footer .footer-slider b {
  text-transform: uppercase;
  font-size: 42px;
  position: relative;
  display: table;
  margin: 0 auto;
  color: #fff;
  padding: 15px 0;
}
footer .footer-slider b:before {
  content: "";
  position: absolute;
  right: -75px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 3px;
  border-top: 3px solid #fff;
}
footer .text {
  margin: 20px 0;
  line-height: 24px;
}
footer .custom-list ul {
  column-count: 2;
}
footer .text {
  color: #EFF4FF;
}
footer .seo-links {
  margin-top: 15px;
}
footer .seo-links ul {
  max-height: 24px;
  overflow: hidden;
  margin-bottom: 5px;
  transition: all 0.4s ease-in-out;
}
footer .seo-links ul.open {
  max-height: 290px;
  overflow-y: auto;
}
footer .seo-links ul.open::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color: #1E4557;
}
footer .seo-links ul.open::-webkit-scrollbar {
  border-radius: 50px;
  width: 8px;
  background-color: #1E4557;
}
footer .seo-links ul.open::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #0B94CA;
}
footer .seo-links ul li:first-of-type {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #fff;
}
footer .seo-links ul li:first-of-type.active:after {
  transform: rotate(-180deg);
}
footer .seo-links ul li:first-of-type:after {
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
footer .seo-links ul li a {
  padding-left: 20px;
  font-size: 14px;
  padding: 5px 0px;
  margin-bottom: 0;
  text-decoration: underline !important;
}
footer .contact-info ul li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  padding-top: 7px;
}
footer .contact-info ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  font-size: 12px;
}
footer .contact-info ul li:nth-of-type(1):before {
  content: "\f095";
}
footer .contact-info ul li:nth-of-type(2):before {
  content: "\f0e0";
}
footer .contact-info ul li:nth-of-type(3):before {
  content: "\f3c5";
}
footer a {
  color: #EFF4FF;
  display: table;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 200;
}
footer a:hover {
  color: #ae9a63;
}
footer b {
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  color: #EFF4FF;
  font-size: 20px;
}
footer .logo-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
footer .logo-header img {
  max-width: 225px;
  width: 100%;
}
footer .logo-header .socials {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 25px;
}
footer .logo-header .socials a {
  /*  width: 45px;
  height: 45px;*/
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: block;
  color: #fff;
  position: relative;
  font-size: 24px;
  border: 1px solid #fff;
  margin-right: 10px;
}
footer .logo-header .socials a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*font-size: 16px;*/
  font-size: 18px;
}

.copy {
  background: #222222;
  padding: 25px 0;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.copy:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid rgba(247, 247, 247, 0.32);
  padding: 0px 15px;
  max-width: 1370px;
  height: 1px;
  width: 100%;
}
.copy a {
  color: #fff;
}
.copy .align-right {
  text-align: right;
}

@media only screen and (max-width: 1380px) {
  footer .footer-slider b:before {
    right: -50px;
  }
}
@media only screen and (max-width: 1325px) {
  footer .footer-slider b:before {
    right: -75px;
  }
}
@media only screen and (max-width: 1100px) {
  footer .footer-slider b {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991.5px) {
  footer {
    padding: 75px 0 25px;
  }
  footer .footer-slider b {
    font-size: 28px;
  }
  footer .newsletter {
    margin-top: 50px;
  }
  footer b {
    font-size: 20px;
  }
  footer .logo-header .socials {
    width: 100%;
  }
  footer .logo-header .socials a {
    margin: 0 10px 0 0;
  }
  .copy .align-right {
    text-align: left;
    /*margin-top: 10px;*/
  }
}
@media only screen and (max-width: 767.5px) {
  footer .contact-info {
    margin-bottom: 25px;
  }
  footer .logo-header {
    margin-bottom: 25px;
  }
  footer .newsletter {
    margin-top: 25px;
  }
  footer .footer-slider {
    padding-bottom: 50px;
  }
  footer .footer-slider b {
    font-size: 20px;
  }
  footer .footer-slider b:before {
    right: -50px;
  }
  .copy .align-right {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1450px) {
  .container-fluid.custom {
    padding: 0px 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .container-fluid.custom {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 991.5px) {
  .errors:before {
    position: absolute;
    top: 0px;
    left: -370px;
    transform: unset;
    /*   background-image: url(/Resources/img/bg-home.svg);*/
    background-repeat: no-repeat;
    width: 245%;
    height: 100%;
    z-index: 0;
    background-size: 105%;
  }
}
@media only screen and (max-width: 767.5px) {
  h2, h3, h4, h5, h6 {
    font-size: 28px !important;
  }
  .fix-button {
    display: none;
  }
  .shopping-modal .inner {
    padding: 50px 20px 20px;
  }
  .shopping-modal .btn-row {
    margin-top: 30px px;
  }
  .banner-text {
    height: 200px;
  }
  .banner-text .text {
    font-size: 30px;
    width: calc(100% - 30px);
  }
  .popup-modal .content {
    padding: 30px 15px;
    overflow: hidden;
  }
  .popup-modal .content .input-wrapper .form-control {
    width: 100%;
  }
  .popup-modal .content .btn-ripple {
    width: 100%;
    margin-top: 10px;
  }
  .popup-modal .content .width {
    max-width: 100%;
    margin: 0 auto;
  }
  .popup-modal .content .textdiv {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
  }
  .popup-modal .content .textdiv h3 {
    font-size: 24px;
  }
  .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%;
  }
  .whatsapp-button {
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
  }
  .whatsapp-button i, .whatsapp-button em {
    font-size: 24px;
  }
  .whatsapp-modal {
    min-width: unset;
    left: 15px;
    padding: 15px;
  }
  .whatsapp-modal b, .whatsapp-modal strong {
    font-size: 20px;
  }
  .whatsapp-modal .JS-CloseModal {
    top: 15px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .whatsapp-modal .btn-wrap {
    flex-direction: column;
  }
  .whatsapp-modal .btn-wrap .btn-default {
    width: 100%;
    margin: 0 auto 0 0;
  }
  .whatsapp-modal .btn-wrap .btn-default.JS-CloseModal2 {
    margin-left: 0;
    margin: 15px auto 0 0;
  }
}
