﻿/* ==========================================================================
  CSS Reset
  ========================================================================== */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/Resources/fonts/DMSans-Regular.ttf") format("truetype");
  src: url("/Resources/fonts/DMSans-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100;
  src: url("/Resources/fonts/DMSans-Light.ttf") format("truetype");
  src: url("/Resources/fonts/DMSans-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/Resources/fonts/DMSans-Bold.ttf") format("truetype");
  src: url("/Resources/fonts/DMSans-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "DMSans-Medium";
  src: url("/Resources/fonts/DMSans-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/Resources/fonts/DMSans-SemiBold.ttf") format("truetype");
  src: url("/Resources/fonts/DMSans-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  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: swap;
  src: url(/Resources/fonts/fa-brands-400.eot);
  src: url(/Resources/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-brands-400.woff2) format("woff2"), url(/Resources/fonts/fa-brands-400.woff) format("woff"), url(/Resources/fonts/fa-brands-400.ttf) format("truetype"), url(/Resources/fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/Resources/fonts/fa-solid-900.eot);
  src: url(/Resources/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-solid-900.woff2) format("woff2"), url(/Resources/fonts/fa-solid-900.woff) format("woff"), url(/Resources/fonts/fa-solid-900.ttf) format("truetype"), url(/Resources/fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-phone:before {
  content: "\f095";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-cookie-bite:before {
  content: "\f563";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-user:before {
  content: "\f007";
}

.fa-star:before {
  content: "\f005";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-angle-right:before {
  content: "\f105";
}

.checkbox {
  padding: 0px !important;
  margin: 0 !important;
}
.checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.checkbox input:checked + label:after {
  opacity: 1 !important;
  visibility: visible !important;
}
.checkbox label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  margin-bottom: 0;
}
.checkbox label a {
  color: #fff;
  text-decoration: underline;
}
.checkbox label:after {
  content: "\f00c" !important;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 4px;
  font-size: 14px;
  line-height: initial;
  top: 6px;
  margin-left: 0;
  opacity: 0;
  visibility: hidden;
  color: #FF855A;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0;
  top: 2px;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  border: #E6FFF5 1px solid;
  color: #000;
  border-radius: 5px;
}

.radio {
  padding: 0px !important;
}
.radio input {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.radio input[type=radio]:checked + label::before {
  background: #D31447 !important;
}
.radio label {
  position: relative;
  padding-left: 35px;
  margin: 0px;
  margin-bottom: 10px !important;
  text-align: left !important;
  cursor: pointer;
  color: #939393;
  font-weight: 500 !important;
  font-size: 14px;
}
.radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid #4B4B4B;
  border-radius: 50%;
  background-color: #fff;
}

/*.checkbox {
    padding-left: 20px;

    label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;

        &::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #000;
            border-radius: 0;
            background-color: #fff;
            -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
            -o-transition: border .15s ease-in-out,color .15s ease-in-out;
            transition: border .15s ease-in-out,color .15s ease-in-out;
        }

        &::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 13px;
            color: #e6265e;
        }
    }

    &.has-success label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        margin-left: -20px;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 13px;
        color: #e6265e;
    }

    input {
        &[type=checkbox],
        &[type="radio"] {
            opacity: 0;
            z-index: 1;
        }

        &[type="checkbox"]:focus + label::before, &[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        /*&[type="checkbox"]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f004";
        }
    }

    /*&.has-success label::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f004";
    }

    input {
        &[type="radio"]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f004";
        }

        &[type="checkbox"]:disabled + label, &[type="radio"]:disabled + label {
            opacity: 0.65;
        }

        &[type="checkbox"]:disabled + label::before, &[type="radio"]:disabled + label::before {
            background-color: #eeeeee;
            cursor: not-allowed;
        }
    }

    &.checkbox-circle label::before {
        border-radius: 50%;
    }

    &.checkbox-inline {
        margin-top: 0;
    }
}

.checkbox-primary input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #fff;
        border-color: #fff;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-danger input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #d9534f;
        border-color: #d9534f;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-info input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-warning input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-success input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.radio {
    padding-left: 20px;

    label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;

        &::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        &::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }
    }

    input[type="radio"] {
        opacity: 0;
        z-index: 1;

        &:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        &:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        &:disabled + label {
            opacity: 0.65;

            &::before {
                cursor: not-allowed;
            }
        }
    }

    &.radio-inline {
        margin-top: 0;
    }
}

.radio-primary input[type="radio"] {
    + label::after {
        background-color: #337ab7;
    }

    &:checked + label {
        &::before {
            border-color: #337ab7;
        }

        &::after {
            background-color: #337ab7;
        }
    }
}

.radio-danger input[type="radio"] {
    + label::after {
        background-color: #d9534f;
    }

    &:checked + label {
        &::before {
            border-color: #d9534f;
        }

        &::after {
            background-color: #d9534f;
        }
    }
}

.radio-info input[type="radio"] {
    + label::after {
        background-color: #5bc0de;
    }

    &:checked + label {
        &::before {
            border-color: #5bc0de;
        }

        &::after {
            background-color: #5bc0de;
        }
    }
}

.radio-warning input[type="radio"] {
    + label::after {
        background-color: #f0ad4e;
    }

    &:checked + label {
        &::before {
            border-color: #f0ad4e;
        }

        &::after {
            background-color: #f0ad4e;
        }
    }
}

.radio-success input[type="radio"] {
    + label::after {
        background-color: #5cb85c;
    }

    &:checked + label {
        &::before {
            border-color: #5cb85c;
        }

        &::after {
            background-color: #5cb85c;
        }
    }
}

input {
    &[type="checkbox"].styled:checked + label:after, &[type="radio"].styled:checked + label:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f00c";
    }

    &[type="checkbox"] .styled:checked + label::before, &[type="radio"] .styled:checked + label::before, &[type="checkbox"] .styled:checked + label::after, &[type="radio"] .styled:checked + label::after {
        color: #fff;
    }
}

.checkbox-size {
    position: relative;
    z-index: 1;
    padding-left: 0;
    display: inline-block;

    input {
        display: none;
    }

    label::before {
        background-color: #e53069;
        position: absolute;
        margin-left: 0;
        margin-top: -5px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
        color: #fff;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        border: 2px solid #e53069;
        transition: border 0.2s ease-in-out;
    }

    input[type="radio"]:checked ~ .checkbox-size label::before {
        border: 1px solid #fff;
    }
}

.Checkbox .form-control-feedback {
    display: none !important;
}*/
/*.offcanvas-menu .has-children {
    cursor: default !important;

    span a.dropDown {
        pointer-events: none;
        cursor: default;
    }
}
*/
.language-switch {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(2px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.language-switch.active {
  opacity: 1;
  visibility: visible;
}
.language-switch .inner {
  position: relative;
  background: #fff;
  border-radius: 10px;
  max-width: 900px;
  width: calc(100% - 30px);
  padding: 50px 50px 75px;
  text-align: center;
  margin: 50px auto;
}
.language-switch .inner svg {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 22px;
  height: auto;
  color: #000000;
  cursor: pointer;
}
.language-switch .inner .title {
  font-size: 41px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000000;
}
.language-switch .inner .div-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.language-switch .inner .div-row a {
  display: block;
  position: relative;
  overflow: hidden;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin-top: 50px;
}
.language-switch .inner .div-row a b {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 21px;
  color: #96A58D;
}
.language-switch .inner .div-row a img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 50%;
  padding: 5px;
  border: 3px solid #96A58D;
}

.hamburger {
  position: absolute;
  z-index: 3;
  width: 40px;
  height: 25px;
  right: 10px;
  top: 50%;
  display: none;
  transform: translateY(-50%);
}
.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: #697068;
  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: #697068;
}
.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 (max-width: 1350px) and (min-width: 1200px) {
  .custom-nav .dropdown-desktop:after {
    right: 0 !important;
  }
  header .container-fluid.custom {
    padding: 0px 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .custom-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin: 0 0 0 auto;
  }
  .custom-nav .dropdown-desktop {
    cursor: pointer;
  }
  .custom-nav .dropdown-desktop:nth-child(5) .offcanvas-submenu {
    min-width: 325px;
  }
  .custom-nav .dropdown-desktop:hover a {
    color: #96A58D;
  }
  .custom-nav .dropdown-desktop:hover:after {
    transform: rotate(180deg);
    background-image: url("/Resources/img/caret-down.svg");
  }
  .custom-nav .dropdown-desktop:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 0px;
    background-image: url(/Resources/img/caret-down.svg);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    background-size: contain;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu {
    padding: 10px 0;
    position: absolute;
    top: 100px;
    left: -2px;
    transition: all 0.3s ease-in-out;
    background: #fff;
    width: 100%;
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137);
    z-index: -1;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu:before {
    content: "";
    position: absolute;
    top: -28px;
    left: 0;
    width: 100%;
    height: 28px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1, -1);
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu li a {
    color: #fff;
    padding: 5px 20px 5px 15px;
    display: table;
    font-size: 16px;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu li a:hover {
    color: #96A58D;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu li a:hover:after {
    content: "";
    position: absolute;
    top: 10px;
    right: -5px;
    /*  background-image: url('/Resources/img/arrow-button-white.svg');*/
    background-size: 100%;
    width: 10px;
    height: 10px;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu ul b {
    display: block;
    margin-bottom: 10px;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu ul li a {
    color: #141414;
  }
  .custom-nav .dropdown-desktop .drop-desk li {
    width: 100%;
  }
  .custom-nav .dropdown-desktop .drop-desk li.active {
    color: #96A58D;
  }
  .custom-nav .dropdown-desktop .drop-desk li.active a {
    color: #96A58D;
  }
  .custom-nav .dropdown-desktop .drop-desk li a {
    padding: 5px 20px 5px 20px;
    line-height: initial;
    color: #707070;
  }
  .custom-nav .dropdown-desktop .drop-desk li.back-btn {
    display: none;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    padding: 15px 0;
    background: #F6F6F6;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
  }
  header.scroll, header.static {
    /*background: #fff;
    border-radius: 0 0 20px 20px;*/
  }
  header.scroll .right-menu .btn-default, header.static .right-menu .btn-default {
    box-shadow: 0 3px 6px rgb(255, 133, 90);
  }
  header.white-menu .offcanvas-menu ul li a {
    color: #fff;
  }
  header.white-menu.scroll {
    /*  .custom-nav .dropdown-desktop:after {
        background-image: url('/Resources/img/arrow-blue.svg');
    }*/
  }
  header.white-menu.scroll .offcanvas-menu ul li a {
    color: #96A58D;
  }
  header.white-menu.scroll .logo:before {
    opacity: 1;
  }
  header.white-menu.scroll .logo svg .cls-1, header.white-menu.scroll .logo svg .cls-2 {
    fill: #96A58D;
  }
  header.white-menu .custom-nav .dropdown-desktop:after {
    /* background-image: url('/Resources/img/arrow-white.svg');*/
    right: 3px;
  }
  header.white-menu .logo:before {
    opacity: 0.1;
  }
  header.white-menu .logo svg .cls-1, header.white-menu .logo svg .cls-2 {
    fill: #fff;
  }
  header .logo {
    max-width: 125px;
    margin-right: 10px;
    margin: 0 10px 0 -15px;
  }
  header .logo img, header .logo svg {
    width: 100%;
    height: auto;
  }
  header .container-fluid.custom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  header .mobile-show {
    display: none;
  }
  header .right-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: auto;
    align-items: center;
    position: relative;
  }
  header .right-menu .btn-default {
    padding: 12px 20px;
    display: table;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    outline: none !important;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #96A58D;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    min-width: 225px;
    text-align: center;
    /*    &: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: 18px;
    min-width: 225px;
  }
  header .right-menu .btn-default.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
    padding-left: 40px;
  }
  header .right-menu .btn-default.loading:before {
    content: "\f110" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    position: absolute;
    left: 10px;
  }
  header .right-menu .btn-default:hover {
    background: #697068;
    color: #fff;
  }
  header .right-menu .active-lan {
    background: #96A58D;
    border-radius: 50%;
    margin-left: 10px;
    text-align: center;
    padding: 8px;
    cursor: pointer;
  }
  header .right-menu .active-lan img {
    width: 30px;
    border-radius: 50%;
    height: 30px;
    object-fit: cover;
    position: relative;
    text-align: center;
    display: block;
    background: #fff;
    margin: 0 auto;
  }
  header .offcanvas-menu {
    margin-left: 50px;
  }
  header .offcanvas-menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  header .offcanvas-menu ul li#liFirst:last-child {
    background: #96A58D;
    color: #fff;
    border-radius: 6px;
  }
  header .offcanvas-menu ul li#liFirst:last-child a {
    color: #fff;
    padding: 12px 25px;
    min-width: 225px;
    text-align: center;
    font-weight: bold;
  }
  header .offcanvas-menu ul li:nth-of-type(1):after {
    right: 15px;
  }
  header .offcanvas-menu ul li:nth-of-type(1) a {
    padding: 10px 30px 10px 0;
  }
  header .offcanvas-menu ul li.active a.JS-KeuzehulpMenu {
    color: #96A58D;
  }
  header .offcanvas-menu ul li:hover .offcanvas-submenu {
    opacity: 1;
    visibility: visible;
  }
  header .offcanvas-menu ul li a {
    display: block;
    padding: 10px 15px;
    transition: all 0.2s ease-in-out;
    background: transparent;
    position: relative;
    color: #707070;
    text-decoration: none !important;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1600px) {
  header .container-fluid.custom {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1350px) {
  header .container-fluid.custom {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .right-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: 35px;
    margin: 0 15px;
    display: none;
  }
  .right-menu .active-lan {
    background: #96A58D;
    border-radius: 50%;
    margin-left: 10px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    margin: 0 20px 0 0;
  }
  .right-menu .active-lan img {
    width: 35px;
    border-radius: 50%;
    height: 35px;
    object-fit: cover;
    position: relative;
    text-align: center;
    display: block;
    background: #fff;
    margin: 0 auto;
  }
  .right-menu .btn-default {
    padding: 12px 20px;
    display: table;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    outline: none !important;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #96A58D;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    min-width: 225px;
    text-align: center;
    /*    &: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 10px;
  }
  .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;
  }
  .right-menu .btn-default:hover {
    background: #697068;
    color: #fff;
  }
  .menu-middle .container-fluid {
    padding: 0 !important;
  }
  .menu-middle .right .menu-icon {
    height: 35px;
    width: 35px;
    margin: 0 4px;
  }
  .menu-middle .right .menu-icon.show-desktop {
    display: none;
  }
  .menu-middle .right .menu-icon.hide-desktop {
    display: block;
  }
  .menu-middle .right .menu-icon i {
    font-size: 16px;
  }
  footer, .copy, .menu-middle {
    left: 0%;
    transition: all 0.3s ease-in-out;
  }
  /* main {
      margin-top: 75px;
      position: relative;
      left: 0%;
      transition: left 0.3s ease-in-out;

      &.main-scroll {
          margin-top: 135px;
      }
  }*/
  html.active {
    overflow: hidden;
  }
  html.active main, html.active .topheader, html.active footer, html.active .copy, html.active .menu-middle {
    left: -45%;
  }
  html.active header .custom-nav {
    right: 0% !important;
    visibility: visible;
  }
  html.active .overlay-search {
    opacity: 1;
    left: -45%;
    visibility: visible;
  }
  .hamburger, .login-mobile {
    display: block;
  }
  .offcanvas-menu {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0px 0px 20px;
  }
  .offcanvas-menu .container {
    padding: 0;
  }
  .offcanvas-menu .title-drop {
    font-weight: 600;
    font-size: 20px;
    padding-left: 20px;
    margin: 25px 0px 5px;
  }
  .offcanvas-menu .menu.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  .offcanvas-menu ul li {
    display: block;
  }
  .offcanvas-menu ul li.back-btn a:before {
    content: "\f053";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: relative;
    margin-right: 10px;
  }
  .offcanvas-menu ul li a {
    display: block;
    padding: 15px 20px;
    transition: color 0.3s;
    color: #fff !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
  }
  .offcanvas-menu ul li a i {
    margin-right: 10px;
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    /* height: 100%;*/
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    overflow-y: auto;
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu.in-view {
    transform: translate3d(0, 0, 0);
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu.in-view.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  .offcanvas-menu ul li.has-children > span {
    display: block;
    position: relative;
    width: 100%;
  }
  .offcanvas-menu ul li.has-children > span .sub-menu-toggle {
    display: block;
  }
  .offcanvas-menu ul li.has-children > span a {
    padding-right: 65px;
  }
  .offcanvas-menu ul li.has-children.not-child .sub-menu-toggle {
    display: none !important;
  }
  .offcanvas-menu ul li .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: calc(100% - 1px);
    transition: background-color 0.3s;
    z-index: 1;
    display: none;
  }
  .offcanvas-menu ul li .sub-menu-toggle:after {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 31px;
    height: 31px;
    border: 1px solid #96A58D;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    background: #96A58D;
  }
  .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: 999;
    position: fixed;
    background: #fff;
    box-shadow: none;
    padding: 7px 0;
    transition: all 0.3s ease-in-out;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    /*        -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);*/
  }
  header .container-fluid.custom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 100vw;
  }
  header .dropdown-custom .back-btn:not(:first-child) {
    display: none;
  }
  header .dropdown-custom li .sub-menu-toggle {
    display: none !important;
  }
  header .logo {
    display: table;
    position: relative;
  }
  header .logo img, header .logo svg {
    max-width: 100px;
    height: auto;
    width: 100%;
  }
  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: 74px;
    width: 100%;
    z-index: 2;
    bottom: 0;
    background-color: #fff;
    transition: right 0.4s ease-in-out;
    padding: 5px 0 30px;
    height: 100vh;
    overflow-y: hidden;
    right: -100%;
    -ms-overflow-style: none;
    transition: all 0.3s ease-in-out !important;
    background: #96A58D;
    /* background-image: url(/Resources/img/logo-beeld-red.svg);
    background-repeat: no-repeat;
    background-size: 65px;
    background-position: 90% 98%;*/
  }
  header .custom-nav:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: -25px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(/Resources/img/logo-tekst-wit.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 350px;
    height: 250px;
    opacity: 0.2;
  }
  header .custom-nav::-webkit-scrollbar {
    display: none;
  }
  header .custom-nav .off-canvas {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .off-canvas.in-view {
    transform: translate3d(0, 0, 0);
  }
  header .custom-nav .nav-items {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 20px;
    letter-spacing: 2px;
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .nav-items.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  header .custom-nav .nav-items .dropdown-test .nav-big-down {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .nav-items li {
    margin-bottom: 20px;
  }
  header .custom-nav .close-mobile {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
  }
  header .custom-nav .title {
    display: block;
    font-size: 24px;
    color: #000;
    position: relative;
    font-weight: 900;
  }
  header .custom-nav .social {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
  }
  header .custom-nav .social li {
    display: inline-block;
    margin-right: 20px;
  }
  header .custom-nav .social li:last-child {
    margin-right: 0px;
  }
  header .custom-nav .social li a {
    color: #D31447;
  }
  header .custom-nav .mobile-copyright {
    margin: 0;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    color: #D31447;
  }
  header .custom-nav .mobile-show {
    display: block;
  }
  header .custom-nav .mobile-show img {
    max-width: 75px;
    display: block;
    height: auto;
    margin: 0 0 35px 20px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 767.5px) {
  header {
    /*     .custom-nav {
        width: 75%;
        right: -75%;
    }*/
  }
  header .right-menu .active-lan {
    margin: 0 10px 0 0;
  }
  html.active {
    overflow: hidden;
  }
  /*
  html {
      &.active {
          main, .topheader, footer, .copy, .menu-middle {
              left: -75%;
          }

          .overlay-search {
              left: -75%;
          }
      }
  }*/
}
@media only screen and (max-width: 1200px) and (max-width: 360px) {
  header .logo img {
    max-width: 100px;
    width: 100%;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu-middle {
    width: 100%;
    left: 0;
    padding: 10px 0;
  }
  .menu-middle .shopping-bag .drop {
    position: fixed;
    top: 55px;
    z-index: 999;
    right: initial;
    left: 15px;
    width: calc(100% - 30px);
    min-width: inherit;
    max-height: calc(100vh - 150px);
    height: 100%;
  }
  .menu-middle .shopping-bag .drop .list::-webkit-scrollbar {
    display: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menu-middle .search {
    position: absolute;
    left: 0px;
    top: 60px;
    padding: 10px 15px;
    background: #D31447;
    width: 100%;
    order: 3;
    margin-left: auto;
    max-width: inherit;
  }
  .menu-middle .search .form-group .form-control {
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .topheader ul {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menu-middle .search .form-group .btn-search {
    top: 0px;
  }
}
@media only screen and (max-width: 767.5px) {
  .search-results .inner {
    max-height: 70vh;
    overflow-y: scroll;
    margin: 0;
    padding: 20px 15px;
    -webkit-overflow-scrolling: touch;
  }
  .search-results .inner .close-search {
    padding: 0;
    right: 20px;
    font-size: 26px;
    top: 25px;
  }
  .search-results .inner b {
    display: block;
    margin-bottom: 10px;
  }
  .search-results .inner .products {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
  }
  .search-results .inner .products .item {
    align-items: flex-start;
  }
  .search-results .inner .products .item .right-side {
    padding-left: 0;
    max-width: calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    align-items: start;
  }
  .search-results .inner .products .item .right-side .price {
    margin: 10px auto 10px 0;
  }
  .search-results .inner .products .item .right-side .btn-list .stock, .search-results .inner .products .item .right-side .btn-list .delivery {
    text-align: left;
  }
  .search-results .inner .products .item .right-side .info, .search-results .inner .products .item .right-side .price, .search-results .inner .products .item .right-side .btn-list {
    max-width: 100%;
    text-align: left;
    width: 100%;
    justify-content: start;
  }
  .search-results .inner .products .item h6 {
    margin-bottom: 5px;
  }
  .search-results .inner .products .item img {
    flex: 0 0 20%;
    max-width: 20%;
    object-fit: contain;
  }
  .search-results .inner .cats {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
    border-right: 0;
    margin-bottom: 30px;
  }
  .topheader {
    padding: 15px 0px;
  }
  .topheader ul li {
    margin-bottom: 3px;
  }
}
.banner-home {
  position: relative;
  color: #fff;
  font-size: 20px;
  overflow: hidden;
  margin: 90px 0 0;
}
.banner-home.studio-banner {
  max-height: calc(100vh - 90px);
}
.banner-home.studio-banner:before {
  background: transparent linear-gradient(90deg, #4B504B 0%, rgba(104, 112, 104, 0) 100%) 0% 0% no-repeat padding-box;
}
.banner-home.studio-banner .container-fluid.custom.crumbs {
  top: 50px !important;
}
.banner-home.studio-banner .breadcrumbs li a {
  color: #fff;
}
.banner-home.studio-banner .breadcrumbs li svg path {
  fill: #fff;
}
.banner-home.gradient-green:before {
  background: transparent linear-gradient(90deg, #4B504B 0%, rgba(104, 112, 104, 0) 100%) 0% 0% no-repeat padding-box;
}
.banner-home.gradient-green:after {
  bottom: 0;
  right: -50px;
}
.banner-home.gradient-green .container-fluid.custom.crumbs {
  top: 50px !important;
}
.banner-home.gradient-green .breadcrumbs li a {
  color: #fff;
}
.banner-home.gradient-green .breadcrumbs li svg path {
  fill: #fff;
}
.banner-home:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner-home:after {
  content: "";
  position: absolute;
  bottom: -75px;
  right: 150px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("/Resources/img/logo-tekst-wit.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 300px;
  opacity: 0.2;
}
.banner-home img {
  width: 100%;
}
.banner-home .beau {
  max-width: 300px;
  position: absolute;
  bottom: -25px;
  left: 60%;
  transform: translateX(-50%);
  z-index: 3;
}
.banner-home .container-fluid.custom {
  position: absolute !important;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.banner-home h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
  margin: 0 0 10px;
}
.banner-home .btn-default {
  padding: 12px 20px;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #96A58D;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  min-width: 225px;
  text-align: center;
  /*    &: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: 10px 0 0;
  display: inline-block;
}
.banner-home .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.banner-home .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;
}
.banner-home .btn-default:hover {
  background: #697068;
  color: #fff;
}
.banner-home .btn-default:nth-of-type(1) {
  margin: 0 10px 0 0;
}

.services {
  padding: 75px 0 0;
  border-radius: 30px 30px 0 0;
  background: #fff;
  margin: -25px 0 0;
  position: relative;
  z-index: 4;
}
.services.pd-bottom {
  padding: 75px 0;
}
.services .item {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}
.services .item img {
  display: block;
  margin: 0 auto 15px;
  max-width: 75px;
}
.services .item b {
  display: block;
  color: #697068;
  font-size: 20px;
  margin: 0 0 10px;
}

.what-you-get {
  padding: 75px 0;
}
.what-you-get img {
  width: 100%;
  border-radius: 30px;
}
.what-you-get h2, .what-you-get h3, .what-you-get h4, .what-you-get h5, .what-you-get h6 {
  color: #343B34;
  margin: 0 0 25px;
  font-weight: bold;
}
.what-you-get ul {
  position: relative;
  /*
  &:before {
      content: '';
      background: #F8F8F8;
      position: absolute;
      left: 0;
      top: 0;
      width: 7px;
      height: 100%;
      border-radius: 25px;
  }*/
}
.what-you-get ul li {
  margin: 0 0 15px;
  position: relative;
  transition: all 0.3s ease-in-out;
  /* padding: 15px 25px;*/
  font-size: 17px;
  border-radius: 0 7px 7px 0;
  padding: 0 0 0 30px;
  /*  &:before {
                  content: '';
                  background: #687068;
                  position: absolute;
                  left: 0;
                  top: 0;
                  width: 7px;
                  height: 100%;
                  border-radius: 25px;
                  opacity: 0;
                  transition: all .3s ease-in-out;
              }

              &:hover {
                  background: rgba(150, 165, 141, .14);

                  &:before {
                      opacity: 1;
                  }
              }
  */
}
.what-you-get ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(/Resources/img/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.what-you-get ul li b, .what-you-get ul li strong {
  display: block;
  /* font-size: 18px;*/
}

.experience-exercise {
  background: #96A58D;
  padding: 125px 0;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  border-radius: 10px;
}
.experience-exercise:after {
  content: "";
  position: absolute;
  bottom: -75px;
  left: -50px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("/Resources/img/logo-tekst-wit.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 300px;
  opacity: 0.2;
}
.experience-exercise .beau {
  max-width: 250px;
  position: absolute;
  bottom: 0;
  right: -50px;
  transform: translateX(-50%);
  z-index: 3;
}
.experience-exercise h2, .experience-exercise h3, .experience-exercise h4, .experience-exercise h5, .experience-exercise h6 {
  letter-spacing: 1px;
  margin: 0 0 10px;
  color: #fff;
}
.experience-exercise .btn-default {
  padding: 12px 20px;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #96A58D;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  min-width: 225px;
  text-align: center;
  /*    &: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;
  }*/
  display: inline-block;
}
.experience-exercise .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.experience-exercise .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;
}
.experience-exercise .btn-default:hover {
  background: #697068;
  color: #fff;
}
.experience-exercise .btn-default:nth-of-type(1) {
  color: #687068;
  background: #fff;
}
.experience-exercise .btn-default:nth-of-type(1):hover {
  background: #687068;
  color: #fff;
}
.experience-exercise .btn-default:nth-of-type(2) {
  background: #697068;
}
.experience-exercise .btn-default:nth-of-type(2):hover {
  color: #687068;
  background: #fff;
}
.experience-exercise .whatsapp-btn .btn-default:nth-of-type(2) {
  position: relative;
  padding: 12px 20px 12px 35px;
  margin: 0 0 0 10px;
}
.experience-exercise .whatsapp-btn .btn-default:nth-of-type(2):before {
  content: "";
  position: absolute;
  top: 15px;
  left: 12px;
  background-image: url("/Resources/img/whatsapp-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 17px;
  transition: all 0.3s ease-in-out;
}
.experience-exercise .whatsapp-btn .btn-default:nth-of-type(2):hover {
  color: #687068;
  background: #fff;
}
.experience-exercise .whatsapp-btn .btn-default:nth-of-type(2):hover:before {
  background-image: url("/Resources/img/whatsapp.svg");
}

.reviews {
  padding: 75px 0;
  /* the slides */
  /* the parent */
}
.reviews.pd-bottom {
  padding: 75px 0 50px;
}
.reviews .text-top {
  text-align: center;
  margin: 0 0 50px;
}
.reviews .text-top b {
  display: table;
  padding: 3px 50px;
  border: 1px solid #000000;
  border-radius: 100px;
  margin: 0 auto 15px;
  font-size: 16px;
  font-weight: 400;
}
.reviews .rating-block {
  text-align: center;
}
.reviews .rating-block a {
  color: #000;
  transition: all 0.3s ease-in-out;
}
.reviews .rating-block a:hover {
  color: #96A58D;
}
.reviews .rating-block .stars {
  margin: 0;
}
.reviews .rating-block .rating {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews .rating-block .rating .google-logo {
  max-width: 25px;
  margin: 0 10px 0 0;
}
.reviews .rating-block .rating b {
  font-size: 24px;
}
.reviews .stars {
  display: block;
  margin: 0 0 5px;
}
.reviews .stars img {
  display: inline-block;
  max-width: 20px;
}
.reviews .slick-dots {
  text-align: center;
  margin: 15px 0 0;
}
.reviews .slick-dots li {
  font-size: 0;
  display: inline-block;
}
.reviews .slick-dots li.slick-active button {
  background: #96A58D;
}
.reviews .slick-dots li button {
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: #d6d6d6;
  border: 0;
  box-shadow: none;
  font-size: 0;
  padding: 0;
  margin: 0 3px;
  border-radius: 50%;
}
.reviews .review-item {
  border: 1px solid #EEEEEE;
  border-radius: 7px;
  padding: 25px;
}
.reviews .slick-slide {
  margin: 0 5px;
}
.reviews .slick-list {
  margin: 0 -5px;
}
.reviews .text {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
}
.reviews .text.active {
  -webkit-line-clamp: inherit;
}
.reviews .read-more {
  text-decoration: underline !important;
  color: #96A58D;
  position: relative;
  z-index: 99;
  cursor: pointer;
}
.reviews .btn-default {
  padding: 12px 20px;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #96A58D;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  min-width: 225px;
  text-align: center;
  /*    &: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: 50px auto 0;
  padding: 10px 50px;
}
.reviews .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.reviews .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;
}
.reviews .btn-default:hover {
  background: #697068;
  color: #fff;
}

.aanbod {
  padding: 75px 0;
  text-align: center;
  background: #F6F6F6;
  font-size: 20px;
}
.aanbod h2, .aanbod h3, .aanbod h4, .aanbod h5, .aanbod h6 {
  margin: 0 0 10px;
}
.aanbod .top-title {
  margin: 0 0 10px;
}
.aanbod b:not(.title) {
  display: table;
  padding: 5px 25px;
  border: 1px solid #000000;
  border-radius: 100px;
  margin: 0 auto 15px;
  font-size: 16px;
  font-weight: 400;
}
.aanbod .item {
  background: #fff;
  border-radius: 7px;
}
.aanbod .item img {
  width: 100%;
  border-radius: 7px 7px 0 0;
}
.aanbod .item .content {
  text-align: center;
  padding: 25px;
  font-size: 16px;
  line-height: 22px;
}
.aanbod .item .content .title {
  font-size: 24px;
  margin: 0 0 10px;
  display: block;
}
.aanbod .item .content .btn-default {
  padding: 12px 20px;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #96A58D;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  min-width: 225px;
  text-align: center;
  /*    &: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 auto;
}
.aanbod .item .content .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.aanbod .item .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;
}
.aanbod .item .content .btn-default:hover {
  background: #697068;
  color: #fff;
}

.faq {
  position: relative;
  padding: 75px 0;
}
.faq .top-text {
  text-align: center;
  margin: 0 0 50px;
}
.faq .top-text h2, .faq .top-text h3, .faq .top-text h4, .faq .top-text h5, .faq .top-text h6 {
  margin-bottom: 10px;
}
.faq .top-text b {
  display: table;
  padding: 3px 50px;
  border: 1px solid #000000;
  border-radius: 100px;
  margin: 0 auto 15px;
  font-size: 16px;
  font-weight: 400;
}
.faq img {
  width: 100%;
  border-radius: 30px;
}
.faq .item {
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
  border: 1px solid #F6F5F2;
  border-radius: 7px;
  padding: 15px 0;
  margin: 0 0 15px;
}
.faq .item.faq-toggle.active .desc {
  max-height: 999px;
  padding: 15px 0 0;
}
.faq .item.faq-toggle.active .JSToggle:after {
  content: "\f062";
}
.faq .item.faq-toggle .JSToggle {
  cursor: pointer;
  position: relative;
  padding: 0 50px 0 25px;
  font-size: 17px;
}
.faq .item.faq-toggle .JSToggle:after {
  content: "\f063";
  font-weight: 900;
  font-family: "font awesome 5 free";
  transition: all 0.3s ease-in-out;
  line-height: 0;
  color: #687068;
  position: absolute;
  top: -10px;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq .item.faq-toggle .desc {
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.faq .item.faq-toggle .desc .wrapper {
  padding: 0 0 0 25px;
  text-align: justify;
}
.faq .item a {
  color: #000;
  text-decoration: underline !important;
}
.faq .item b {
  color: #000;
}

@media only screen and (min-width: 1800px) {
  .banner-home:after {
    right: 9%;
    width: 575px;
    height: 325px;
  }
}
@media only screen and (max-width: 1550px) {
  .banner-home:after {
    right: 100px;
  }
  .banner-home .beau {
    max-width: 250px;
  }
}
@media only screen and (max-width: 1475px) {
  .banner-home h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1350px) {
  .experience-exercise .beau {
    max-width: 200px;
  }
}
@media only screen and (max-width: 1300px) {
  .banner-home:after {
    right: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner-home {
    margin: 73px 0 0;
  }
  .banner-home:after {
    width: 400px;
    height: 275px;
  }
  .banner-home .beau {
    max-width: 225px;
  }
  .banner-home h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 991.5px) {
  .banner-home:after {
    width: 300px;
    height: 200px;
    bottom: -25px;
    right: 0;
  }
  .banner-home.gradient-green .container-fluid.custom.crumbs {
    top: 25px !important;
  }
  .banner-home .beau {
    max-width: 175px;
  }
  .banner-home h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .services {
    padding: 75px 0 0;
  }
  .services .item {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767.5px) {
  .banner-home.studio-banner .container-fluid.custom.crumbs {
    top: 50px !important;
  }
  .banner-home.studio-banner .container-fluid.custom:not(.crumbs) {
    top: 45% !important;
  }
  .banner-home:after {
    right: initial;
    left: 0;
    width: 200px;
    height: 150px;
  }
  .banner-home h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .banner-home img:not(.beau) {
    min-height: 550px;
    object-fit: cover;
  }
  .banner-home .container-fluid.custom {
    top: 40% !important;
  }
  .banner-home .beau {
    left: initial;
    right: -50px;
    max-width: 125px;
  }
  .services {
    padding: 50px 0 0;
  }
  .what-you-get {
    padding: 25px 0 50px;
  }
  .what-you-get img {
    margin: 25px 0 0;
  }
  .experience-exercise {
    padding: 50px 0 200px;
    overflow: hidden;
  }
  .experience-exercise:after {
    width: 350px;
    height: 250px;
  }
  .experience-exercise .btn-default {
    min-width: initial;
  }
  .experience-exercise .beau {
    max-width: 125px;
    bottom: -50px;
  }
  .reviews {
    padding: 50px 0 0;
  }
  .reviews.pd-bottom {
    padding: 50px 0 35px;
  }
  .reviews.reviews-home {
    padding: 50px 0;
  }
  .reviews .btn-default {
    margin: 15px auto 0;
    padding: 10px 25px;
  }
  .aanbod .item {
    margin: 0 0 25px;
  }
  .faq {
    padding: 50px 0;
  }
  .faq img {
    margin: 25px 0 0;
  }
}
@media only screen and (max-width: 360px) {
  .experience-exercise .whatsapp-btn .btn-default:nth-of-type(2) {
    display: table;
    margin: 10px auto 0;
  }
}
xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  background: transparent !important;
  border: none !important;
}

body .xdsoft_datetimepicker .xdsoft_calendar td:hover {
  background: #687068 !important;
}
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #687068 !important;
}

.xdsoft_datetimepicker {
  border: 1px solid #D1D1D1 !important;
  border-radius: 10px;
  box-shadow: none !important;
  max-width: 450px;
  width: 100%;
  padding: 10px !important;
}
.xdsoft_datetimepicker button {
  display: none !important;
}
.xdsoft_datetimepicker .xdsoft_monthpicker {
  display: inline-block;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  margin-top: 10px;
  display: block;
}
.xdsoft_datetimepicker .xdsoft_month, .xdsoft_datetimepicker .xdsoft_year {
  border: 1.5px solid #D1D1D1;
  padding: 10px;
  border-radius: 100px;
  min-width: 100px;
  position: relative;
}
.xdsoft_datetimepicker .xdsoft_month i, .xdsoft_datetimepicker .xdsoft_year i {
  position: absolute;
  top: 5px;
  right: 5px;
}
.xdsoft_datetimepicker .xdsoft_month span, .xdsoft_datetimepicker .xdsoft_year span {
  text-align: left;
  display: table;
  font-weight: normal;
  padding: 0 10px;
}
.xdsoft_datetimepicker .xdsoft_month:hover span, .xdsoft_datetimepicker .xdsoft_year:hover span {
  text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_option {
  min-width: 75px;
}
.xdsoft_datetimepicker .xdsoft_option:hover {
  background: #687068 !important;
}
.xdsoft_datetimepicker .xdsoft_time_box {
  border: none !important;
  height: 225px !important;
}
.xdsoft_datetimepicker .xdsoft_scrollbar {
  display: none !important;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  max-width: calc(100% - 135px);
  width: 100% !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  max-width: 115px;
  width: 100% !important;
  margin-left: 10px !important;
  padding-left: 10px !important;
  border-left: 2px solid #eee;
}
.xdsoft_datetimepicker .xdsoft_timepicker:after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 20px;
  margin: 15px auto 0;
  /*      background-image: url(/Resources/img/arrows-up-down.png);*/
  background-size: 27px;
  background-repeat: no-repeat;
}
.xdsoft_datetimepicker .xdsoft_calendar td {
  width: 25px !important;
  height: 25px;
  padding: 5px !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover {
  background: #687068 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default {
  background: #fff !important;
  color: #000 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  background: #687068 !important;
  color: #fff !important;
  border-radius: 50% !important;
  border: none !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled {
  background: #F7F7F7 !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time {
  border: 1.5px solid #D1D1D1 !important;
  background: white !important;
  color: #000 !important;
  border-radius: 100px;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: block;
  height: initial;
}

.proefles {
  background: #96A58D;
  padding: 25px 0;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.proefles.bg-other {
  background: #687068;
  padding: 75px 0 25px;
  margin: -50px 0 0;
  z-index: 1;
  min-height: initial;
}
.proefles.bg-other .form-group .form-control {
  background: #687068;
}
.proefles:after {
  content: "";
  position: absolute;
  bottom: -75px;
  right: 150px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(/Resources/img/logo-tekst-wit.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 300px;
  opacity: 0.2;
}
.proefles .recaptcha-terms {
  color: #fff;
}
.proefles .link-home {
  display: block;
}
.proefles .logo-proefles {
  max-width: 350px;
  width: 100%;
  margin: 0 0 50px;
}
.proefles h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 1.5px;
  color: #fff;
}
.proefles .form-proefles {
  margin: 25px 0 0;
}
.proefles .form-group {
  position: relative;
  z-index: 2;
}
.proefles .form-group.checkbox {
  margin: 0 0 25px !important;
}
.proefles .form-group.checkbox label {
  font-weight: 400;
}
.proefles .form-group.checkbox label:after {
  color: #fff;
}
.proefles .form-group label {
  position: relative;
  display: table;
  color: #fff;
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.proefles .form-group label.required:after {
  content: "*";
  position: absolute;
  top: 0;
  right: -10px;
}
.proefles .form-group label span {
  font-size: 14px;
  margin: 0 0 0 5px;
}
.proefles .form-group textarea {
  width: 100%;
  min-height: 150px;
}
.proefles .form-group select option {
  color: #000;
  background: #fff;
}
.proefles .form-group .form-control {
  background: #96A58D;
  border: 1.5px solid #FFFFFF;
  border-radius: 5px;
  color: #fff;
}
.proefles .form-group .form-control.radio-list {
  border: none;
  display: flex;
  flex-direction: row;
  padding: 0;
}
.proefles .form-group .form-control.radio-list li {
  cursor: pointer;
}
.proefles .form-group .form-control.radio-list li:nth-of-type(1) {
  margin: 0 25px 0 0;
}
.proefles .form-group .form-control.radio-list input[type=radio]:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.proefles .form-group .form-control.radio-list input {
  position: absolute;
}
.proefles .form-group .form-control.radio-list label {
  padding: 0 0 0 25px;
  cursor: pointer;
}
.proefles .form-group .form-control.radio-list label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  background-color: transparent;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  border: #fff 1.5px solid;
  color: #000;
}
.proefles .form-group .form-control.radio-list label:after {
  content: "" !important;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 5px;
  font-size: 16px;
  line-height: initial;
  top: 5px;
  margin-left: 0;
  opacity: 0;
  visibility: hidden;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.proefles .btn-default {
  padding: 12px 20px;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #96A58D;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  min-width: 225px;
  text-align: center;
  /*    &: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: #fff;
  color: #96A58D;
  position: relative;
  z-index: 3;
}
.proefles .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.proefles .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;
}
.proefles .btn-default:hover {
  background: #697068;
  color: #fff;
}

@media only screen and (max-width: 991.5px) {
  .proefles .logo-proefles {
    max-width: 250px;
    margin: 0 0 25px;
  }
  .proefles h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .proefles .btn-default {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.5px) {
  .proefles {
    padding: 25px 0 125px;
  }
  .proefles:after {
    right: 0;
    width: 350px;
    height: 250px;
  }
  .proefles .logo-proefles {
    max-width: 150px;
  }
  .proefles h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
.simple-text.center {
  text-align: center;
}
.simple-text.center h2, .simple-text.center h3, .simple-text.center h4, .simple-text.center h5, .simple-text.center h6 {
  color: #343B34;
  margin: 0 0 15px;
}
.simple-text.radius-top {
  border-radius: 30px 30px 0 0;
  margin: -75px 0 0;
  padding: 50px 0;
  position: relative;
  z-index: 5;
  background: #fff;
}
.simple-text.radius-bottom {
  border-radius: 0 0 30px 30px;
}
.simple-text .text.mg-bottom {
  margin: 0 0 50px;
}
.simple-text .studio-img img {
  width: 100%;
  border-radius: 30px;
  margin: 0 0 25px;
}

.experience-it-self {
  background: #687068;
  color: #fff;
  padding: 75px 0;
  position: relative;
  margin: 50px 0 0;
  font-size: 19px;
}
.experience-it-self.green {
  background: #96A58D;
}
.experience-it-self:after {
  content: "";
  position: absolute;
  bottom: -75px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url("/Resources/img/logo-tekst-wit.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 275px;
  opacity: 0.5;
}
.experience-it-self h2, .experience-it-self h3, .experience-it-self h4, .experience-it-self h5, .experience-it-self h6 {
  margin: 0 0 15px;
  color: #fff;
}
.experience-it-self .beau {
  max-width: 200px;
  position: absolute;
  bottom: 0;
  right: 50px;
  transform: translateX(-50%);
  z-index: 1;
}
.experience-it-self .btn-default {
  padding: 12px 20px;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #96A58D;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  min-width: 225px;
  text-align: center;
  /*    &: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: #fff;
  color: #687068;
}
.experience-it-self .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.experience-it-self .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;
}
.experience-it-self .btn-default:hover {
  background: #697068;
  color: #fff;
}
.experience-it-self ul {
  padding: 0 0 0 20px;
}
.experience-it-self ul li {
  list-style: disc;
}

@media only screen and (max-width: 991.5px) {
  .experience-it-self:after {
    width: 350px;
    height: 250px;
  }
  .experience-it-self .beau {
    right: 0;
  }
}
@media only screen and (max-width: 767.5px) {
  .experience-it-self {
    padding: 50px 0 250px;
  }
  .experience-it-self:after {
    width: 350px;
    height: 250px;
  }
  .experience-it-self .beau {
    max-width: 125px;
    right: -50px;
  }
  .experience-it-self .btn-default {
    text-align: left;
  }
}
.popup {
  position: fixed;
  z-index: 12;
  left: 50px;
  bottom: 20px;
  width: calc(100% - 100px);
  background: #dfe7da;
  padding: 15px;
  color: #000;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
.popup .accept {
  padding: 12px 20px;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #96A58D;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  min-width: 225px;
  text-align: center;
  /*    &: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.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;
}
.popup .accept:hover {
  background: #697068;
  color: #fff;
}
.popup p {
  margin: 0;
}
.popup p a {
  color: #257BE0;
}
.popup .link {
  color: #FFFFFF;
  margin-right: 15px;
}
.popup .cookies-img {
  margin-right: 30px;
  font-size: 25px;
  float: left;
  color: #707070;
}

.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: #D31447;
  display: block;
  margin-bottom: 15px;
}
.cookies .banner {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
  color: #D31447;
  margin-bottom: 60px;
}
.cookies .banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-top: -20px;
}
.cookies .info {
  margin-top: 30px;
}
.cookies .info ul {
  list-style: none;
  padding: 0;
}
.cookies .info li {
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cookies .info h4 {
  background: #D31447;
  font-size: 18px;
  letter-spacing: 3px !important;
  color: #fff;
  cursor: pointer;
  height: 60px;
  padding: 20px 15px 0 45px;
  position: relative;
  border-radius: 5px;
  width: 100%;
  margin: auto;
  text-transform: none;
}
.cookies .info h4:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
  transition: background 0.2s ease-in-out;
}
.cookies .info h4:before {
  display: block !important;
  content: "";
  height: 30px;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: background 0.2s ease-in-out;
}
.cookies .info li.next h4:before, .cookies .info li.active h4:after {
  background: transparent;
}
.cookies .info .content {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.cookies .info .table {
  width: 1110px;
  max-width: 1110px;
  margin-top: 30px;
  color: #394452;
  text-transform: none;
}
.cookies .info .head {
  font-weight: 700;
  font-size: 18px;
}
.cookies .info .head .col {
  padding-top: 0 !important;
}
.cookies .info .content .row {
  display: flex;
}
.cookies .info .row .col {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.cookies .info .border {
  position: absolute;
  height: 2px;
  width: calc(100% - 15px);
  background: #000;
  left: 15px;
  bottom: 0;
}

.preference {
  margin: 50px 0;
  float: left;
  width: 100%;
}
.preference .disable {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.preference .checkbox-cookies input {
  opacity: 0;
  z-index: 1;
  position: absolute;
}
.preference .checkbox-cookies input:checked + label:before {
  background: #D31447;
}
.preference .checkbox-cookies input:checked + label:after {
  left: 20px !important;
}
.preference .checkbox-cookies label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.preference .checkbox-cookies label:before {
  content: "";
  height: 30px;
  width: 45px;
  border: none;
  background: #b1b1b1;
  outline: none !important;
  border-radius: 100px;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.preference .checkbox-cookies label:after {
  content: "" !important;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  height: 20px;
  width: 20px;
  margin-left: 0;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease-in-out;
}
.preference .item {
  position: relative;
  margin-bottom: 30px;
}
.preference .btn {
  float: right;
}

.btn-cancel {
  text-decoration: none;
  font-weight: bold;
}

.btn-accept {
  float: right;
}
.btn-accept:hover {
  background: #394452;
  color: #fff;
}

.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1440px) {
  .popup .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .popup {
    left: 25px;
    width: calc(100% - 50px);
    padding: 10px 15px;
  }
  .cookies .title {
    padding: 0 120px;
  }
  .checkbox-mobile {
    position: absolute;
    right: 30px;
    top: -10px;
    text-align: right;
  }
  .preference .checkbox {
    margin-right: 0px;
  }
}
@media (max-width: 767.5px) {
  .cookies .title {
    padding: 0 30px;
  }
  .cookies .info h4 {
    text-align: center;
    padding: 10px;
    font-size: 16px;
  }
  .popup {
    padding: 15px 0;
    line-height: inherit;
    left: 15px;
    width: calc(100% - 30px);
    bottom: 15px;
  }
  .popup .link {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
  }
  .popup p {
    padding: 0;
    padding-left: 0px;
  }
  .popup .cookies-img {
    margin-bottom: 15px;
    margin-right: 0px;
    /* 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;
  }
}
.video-section {
  margin: -50px 0;
}
.video-section.mg-top-bottom {
  margin: 50px 0 0;
}
.video-section img {
  width: 100%;
}

.text-img {
  padding: 125px 0 50px;
}
.text-img .list-succes-story a {
  color: #000;
  transition: all 0.3s ease-in-out;
}
.text-img .list-succes-story a:hover {
  color: #707070;
}
.text-img .img-wrapper {
  position: relative;
}
.text-img .img-wrapper:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 25px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.64);
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}
.text-img .img-wrapper:nth-of-type(1):before {
  content: "Before";
}
.text-img .img-wrapper:nth-of-type(2):before {
  content: "After";
}
.text-img .breadcrumbs li:not(:last-child):after {
  color: #000;
}
.text-img ul:not(.breadcrumbs) {
  padding: 0 0 0 20px;
}
.text-img ul:not(.breadcrumbs) li {
  list-style: disc;
  margin: 0 0 5px;
}
.text-img img {
  display: block;
  width: 100%;
  border-radius: 38px;
}
.text-img img:nth-of-type(1) {
  margin: 0 0 25px;
}
.text-img h1 {
  font-size: 50px;
  line-height: 52px;
  letter-spacing: 2px;
  color: #343B34;
  margin: 0 0 15px;
  font-weight: bold;
}
.text-img .btn-default {
  padding: 12px 20px;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #96A58D;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  min-width: 225px;
  text-align: center;
  /*    &: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;
  }*/
}
.text-img .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.text-img .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;
}
.text-img .btn-default:hover {
  background: #697068;
  color: #fff;
}
.text-img i, .text-img em {
  color: #96A58D;
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
}
.text-img .custom-btn .btn-default {
  display: inline-block;
}
.text-img .custom-btn .btn-default:nth-of-type(1) {
  background: #343B34;
  margin: 0 5px 0 0;
}
.text-img .custom-btn .btn-default:nth-of-type(1):hover {
  background: #96A58D;
}

.text-outer {
  padding: 50px 0;
  background: #96A58D;
  border-radius: 50px;
  position: relative;
  z-index: 4;
}
.text-outer.succes-story .outer:nth-of-type(even) .row {
  flex-direction: row-reverse;
  margin: 25px 0;
}
.text-outer.succes-story b.title {
  font-size: 32px;
  color: #707070;
  font-weight: bold;
  display: block;
  margin: 0 0 15px;
}
.text-outer.pd-custom {
  padding: 50px 0 0;
}
.text-outer.radius-top {
  border-radius: 50px 50px 0 0;
}
.text-outer.bg-white {
  background: #fff;
}
.text-outer.bg-white .outer {
  background: #F6F6F6;
}
.text-outer.training-detail.dieet-detail.border-top {
  border-radius: 50px 50px 0 0;
}
.text-outer.training-detail.dieet-detail .outer ul {
  padding: 0 0 0 20px;
}
.text-outer.training-detail.dieet-detail .outer ul li {
  list-style: disc;
}
.text-outer.training-detail {
  position: relative;
  z-index: 2;
}
.text-outer.training-detail.no-radius {
  border-radius: 0 0 50px 50px;
}
.text-outer.training-detail i, .text-outer.training-detail em {
  color: #96A58D;
}
.text-outer.training-detail h3 {
  font-size: 24px;
  font-weight: bold;
}
.text-outer.training-detail .outer b, .text-outer.training-detail .outer strong {
  font-weight: bold;
}
.text-outer.training-detail .outer ul {
  padding: 0;
}
.text-outer.training-detail .outer ul li {
  padding: 0;
}
.text-outer.training-detail .outer ul li:before {
  display: none;
}
.text-outer.training-detail .outer ul li b, .text-outer.training-detail .outer ul li strong {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 0 75px;
}
.text-outer .b-bold b, .text-outer .b-bold strong {
  font-weight: bold !important;
}
.text-outer h2, .text-outer h3, .text-outer h4, .text-outer h5, .text-outer h6 {
  font-size: 32px;
  color: #fff;
  margin: 0 0 35px;
}
.text-outer .outer {
  background: #fff;
  padding: 50px;
  border-radius: 30px;
}
.text-outer .outer.mg-bottom {
  margin: 0 0 50px;
}
.text-outer .outer .text.right-pd {
  padding-right: 50px;
}
.text-outer .outer .text.left-pd {
  padding-left: 50px;
}
.text-outer .outer .whatsapp-btn .btn-default {
  display: inline-block;
}
.text-outer .outer .whatsapp-btn .btn-default:nth-of-type(2) {
  background: transparent;
  color: #343B34;
  padding: 0;
  margin: 0 0 0 10px;
}
.text-outer .outer .whatsapp-btn .btn-default:nth-of-type(2):before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url("/Resources/img/whatsapp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.text-outer .outer h2, .text-outer .outer h3, .text-outer .outer h4, .text-outer .outer h5, .text-outer .outer h6 {
  color: #000;
  margin: 0 0 10px;
}
.text-outer .outer img {
  width: 100%;
  border-radius: 30px;
}
.text-outer .outer ul {
  margin: 0 0 25px;
}
.text-outer .outer ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 7px;
}
.text-outer .outer ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url("/Resources/img/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.text-outer .outer .btn-default {
  padding: 12px 20px;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #96A58D;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  min-width: 225px;
  text-align: center;
  /*    &: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;
  }*/
}
.text-outer .outer .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.text-outer .outer .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;
}
.text-outer .outer .btn-default:hover {
  background: #697068;
  color: #fff;
}
.text-outer .outer b, .text-outer .outer strong {
  display: block;
  font-weight: 500;
}
.text-outer .outer i, .text-outer .outer em {
  font-weight: bold;
  display: block;
}

.formule {
  background: #96A58D;
  padding: 75px 0;
  border-radius: 50px;
  color: #fff;
  position: relative;
}
.formule:after {
  content: "";
  position: absolute;
  bottom: -75px;
  right: 0;
  z-index: 2;
  background-image: url(/Resources/img/logo-tekst-wit.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 450px;
  height: 300px;
  opacity: 0.4;
}
.formule.radius-bottom {
  border-radius: 0 0 50px 50px;
}
.formule.radius-bottom.pd-bottom {
  padding: 0 0 75px;
}
.formule .text {
  margin: 0 0 50px;
}
.formule .text h2, .formule .text h3, .formule .text h4, .formule .text h5, .formule .text h6 {
  margin: 0 0 10px;
  letter-spacing: 1px;
  color: #fff;
}
.formule .text i, .formule .text em {
  display: block;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  font-style: normal;
}
.formule ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.formule ul li {
  background: rgba(255, 255, 255, 0.21);
  border-radius: 20px;
  padding: 25px;
  max-width: 24%;
  width: 100%;
  min-height: 250px;
}
.formule ul li b, .formule ul li strong {
  font-weight: 500;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 15px;
}
.formule .btn-default {
  padding: 12px 20px;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #96A58D;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  min-width: 225px;
  text-align: center;
  /*    &: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: #fff;
  color: #687068;
  margin: 50px auto 0;
}
.formule .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.formule .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;
}
.formule .btn-default:hover {
  background: #697068;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .text-img {
    padding: 100px 0 50px;
  }
}
@media only screen and (max-width: 991.5px) {
  .text-img h1 {
    font-size: 42px;
    line-height: 44px;
  }
  .formule {
    border-radius: 35px;
  }
  .formule ul li {
    max-width: 48%;
    margin: 0 0 15px;
  }
  .text-outer .outer {
    padding: 50px 25px;
  }
  .text-outer .outer .text.left-pd {
    padding: 0;
  }
  .text-outer .outer .text.right-pd {
    padding: 0;
  }
}
@media only screen and (max-width: 767.5px) {
  .text-img .breadcrumbs {
    margin: 0 0 15px;
  }
  .text-img h1 {
    font-size: 34px;
    line-height: 36px;
  }
  .text-img .btn-default {
    margin: 0 0 15px !important;
  }
  .text-outer {
    border-radius: 25px;
  }
  .text-outer.training-detail.dieet-detail {
    border-radius: 25px 25px 0 0;
    padding: 50px 0 0;
  }
  .text-outer.training-detail .outer ul li b, .text-outer.training-detail .outer ul li strong {
    margin: 0;
    display: block;
  }
  .text-outer h2, .text-outer h3, .text-outer h4, .text-outer h5, .text-outer h6 {
    font-size: 26px;
    line-height: 32px;
  }
  .text-outer .outer {
    padding: 25px;
  }
  .text-outer .outer .whatsapp-btn .btn-default:nth-of-type(2) {
    margin: 0 auto;
    display: table;
  }
  .text-outer .outer .text.left-pd {
    padding: 0;
  }
  .formule:after {
    width: 350px;
    height: 250px;
  }
  .formule ul li {
    max-width: 100%;
    min-height: initial;
  }
  .formule .text i, .formule .text em {
    font-size: 28px;
    line-height: 38px;
  }
  .formule .btn-default {
    position: relative;
    z-index: 4;
  }
  .video-section img {
    min-height: 300px;
    object-fit: cover;
    object-position: center;
  }
}
.tables {
  padding: 0 0 75px;
}
.tables.pd-top-bot {
  padding: 75px 0;
}
.tables .table-wrapper {
  margin: 0 0 50px;
}
.tables .center {
  text-align: center;
  margin: 0 0 25px;
}
.tables h2, .tables h3, .tables h4, .tables h5, .tables h6 {
  text-align: center;
  margin: 0 0 15px;
}
.tables p {
  margin: 15px 0;
}
.tables table {
  border-collapse: collapse;
  width: 100% !important;
  border: none;
  border-radius: 7px;
}
.tables table tbody {
  border: none;
}
.tables table tr {
  /*display: flex;
  flex-direction:row;*/
}
.tables table tr:not(:last-child) {
  border-bottom: 1px solid #96A58D;
}
.tables table tr:nth-of-type(1) {
  font-size: 20px;
  font-weight: bold;
}
.tables table tr:nth-of-type(1) td:nth-of-type(1) {
  border-radius: 7px 0 0 0;
}
.tables table tr:nth-of-type(1) td:nth-of-type(3) {
  border-radius: 0 7px 0 0;
}
.tables table tr:last-child td:nth-of-type(1) {
  border-radius: 0 0 0 7px;
}
.tables table tr:last-child td:nth-of-type(3) {
  border-radius: 0 0 7px 0;
}
.tables table tr td {
  padding: 15px;
  border: none;
  max-width: 30%;
  width: 100%;
}
.tables table tr td:nth-of-type(1), .tables table tr td:nth-of-type(3) {
  background: #F6F6F6;
}
.tables .btn-default {
  padding: 12px 20px;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #96A58D;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  min-width: 225px;
  text-align: center;
  /*    &: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: 25px auto 0;
}
.tables .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.tables .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;
}
.tables .btn-default:hover {
  background: #697068;
  color: #fff;
}

@media only screen and (max-width: 767.5px) {
  .tables .table-wrapper {
    overflow-x: scroll;
  }
  .tables .table-wrapper table {
    width: 700px !important;
  }
}
.blog-overview {
  padding: 125px 0;
}
.blog-overview .breadcrumbs {
  margin: 0 0 5px;
}
.blog-overview .breadcrumbs li:not(:last-child):after {
  color: #000;
}
.blog-overview h1 {
  color: #343B34;
  margin: 0 0 25px;
  font-weight: bold;
  text-align: center;
  font-size: 42px;
}
.blog-overview .item {
  display: block;
  color: #000;
  font-size: 18px;
  margin: 0 0 50px;
  transition: all 0.3s ease-in-out;
}
.blog-overview .item:hover {
  color: #96A58D;
}
.blog-overview .item:hover b {
  color: #96A58D;
}
.blog-overview .item img {
  width: 100%;
  display: block;
  margin: 0 0 15px;
  border-radius: 10px;
}
.blog-overview .item b {
  transition: all 0.3s ease-in-out;
  color: #343B34;
  display: block;
  font-size: 22px;
  margin: 0 0 5px;
}

.blog-detail {
  padding: 125px 0 75px;
}
.blog-detail .breadcrumbs {
  margin: 0 0 5px;
}
.blog-detail .breadcrumbs li:not(:last-child):after {
  color: #000;
}
.blog-detail img {
  width: 100%;
  display: block;
  margin: 0 0 15px;
  border-radius: 10px;
}
.blog-detail h1 {
  color: #343B34;
  font-size: 42px;
  margin: 0 0 15px;
  font-weight: bold;
}
.blog-detail b, .blog-detail strong {
  color: #343B34;
}
.blog-detail h2, .blog-detail h3, .blog-detail h4, .blog-detail h5, .blog-detail h6 {
  margin: 0 0 10px;
}
.blog-detail h2 b, .blog-detail h2 strong, .blog-detail h3 b, .blog-detail h3 strong, .blog-detail h4 b, .blog-detail h4 strong, .blog-detail h5 b, .blog-detail h5 strong, .blog-detail h6 b, .blog-detail h6 strong {
  font-weight: 600;
}
.blog-detail ul:not(.breadcrumbs) {
  padding: 0 0 0 20px;
  margin: 0 0 15px;
}
.blog-detail ul:not(.breadcrumbs) li {
  list-style: disc;
  margin: 0 0 5px;
}

@media only screen and (max-width: 1200px) {
  .blog-detail {
    padding: 100px 0 75px;
  }
  .blog-overview {
    padding: 100px 0 75px;
  }
}
@media only screen and (max-width: 767.5px) {
  .blog-overview {
    padding: 85px 0 75px;
  }
  .blog-overview h1 {
    font-size: 28px;
  }
  .blog-overview .breadcrumbs {
    margin: 0 0 15px;
  }
  .blog-detail {
    padding: 85px 0 75px;
  }
  .blog-detail h1 {
    font-size: 28px;
  }
}
/*
@import "pages/text.scss";
@import "pages/about.scss";
@import "pages/kennisbank.scss";
@import "pages/vacature.scss";
@import "pages/inschrijven.scss";*/
/*
@import "whatsapp.scss";

@import "pages/subscription.scss";
@import "pages/faq.scss";
@import "pages/service-detail.scss";
@import "pages/blog.scss";
@import "pages/terms.scss";*/
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-terms {
  margin: 0;
  font-size: 12px;
  display: table;
  /* margin-left: auto;*/
}
.recaptcha-terms a {
  display: inline-block;
  color: inherit;
  text-decoration: underline !important;
}

.fixed-whatsapp-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
}
.fixed-whatsapp-btn a {
  background: #25D466;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.fixed-whatsapp-btn a:hover {
  /*  background: #96A58D;*/
}
.fixed-whatsapp-btn a:hover img {
  transform: rotate(15deg);
}
.fixed-whatsapp-btn a img {
  max-width: 30px;
  transition: all 0.3s ease-in-out;
}

html {
  overflow-x: hidden;
}
html.modal-open {
  overflow: hidden;
}
html.modal-open body {
  overflow: hidden;
}

body {
  position: relative;
  font-family: "DM Sans", sans-serif;
  background: #fff;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  line-height: 26px;
  font-size: 19px;
  color: #000000;
}

p {
  margin: 0 0 15px;
}

:focus {
  outline: none !important;
}

.container-fluid.custom {
  padding: 0px 15px;
  max-width: 1500px;
}

.container.custom {
  max-width: 1300px;
}

input, button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: initial;
}

h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: initial;
  font-size: 30px;
  color: #343B34;
}
h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
  font-weight: 500;
  color: #FF855A;
}

*, ::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: #2B2E42;
}
.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 {
  font-weight: 500;
}
.loading-div.activeloader {
  opacity: 1;
  visibility: visible;
}

.w-100 {
  width: 100% !important;
}

.hidden {
  display: none !important;
  opacity: 0;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  position: relative;
  top: 0;
  font-size: 14px;
  margin-bottom: 5px;
}
.breadcrumbs li {
  position: relative;
  padding-right: 20px;
  color: #FF855A;
}
.breadcrumbs li:not(:last-child):after {
  content: "/";
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  font-size: 18px;
}
.breadcrumbs li img, .breadcrumbs li svg {
  max-width: 15px;
  width: 100%;
  margin: 8px 0px 0 0 !important;
  border-radius: 0;
}
.breadcrumbs li a {
  color: #000;
}

.errors {
  height: 100vh;
  width: 100vw;
  position: relative;
}
.errors.thanks {
  padding: 150px 0;
  height: initial;
}
.errors.thanks .content {
  position: relative;
}
.errors:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.errors .content {
  width: 800px;
  max-width: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 40px 60px;
  border-radius: 20px;
  background: #96A58D;
  color: #fff;
}
.errors .content .inner {
  color: #fff;
}
.errors .content h4 {
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.errors .content .btn-default {
  padding: 12px 20px;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #96A58D;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  min-width: 225px;
  text-align: center;
  /*    &: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;
  background: #fff;
  color: #96A58D;
}
.errors .content .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.errors .content .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.errors .content .btn-default:hover {
  background: #697068;
  color: #fff;
}
.errors .content p {
  margin: 0;
}

.overlay-search {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.overlay-search.active {
  opacity: 1;
  visibility: visible;
}

.form-group {
  margin-bottom: 15px;
}
.form-group select {
  background-image: url(/Resources/img/arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  background-position: 95% !important;
}
.form-group .form-control {
  height: inherit;
  padding: 12px 20px;
  color: #000;
  border: none;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff;
  border-radius: 12px;
  -webkit-appearance: none;
  font-family: "DM Sans", sans-serif;
}
.form-group .help-block {
  background: #edd1ce;
  padding: 5px;
  border: 1px solid #E84631;
  display: block;
  color: #E84631;
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  font-size: 14px;
  border: 1px solid transparent;
}
.alert.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert.alert-succes {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.alert-primary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
}
.popup-modal.small .content {
  max-width: 600px;
  padding: 50px 100px 30px;
}
.popup-modal.active {
  opacity: 1;
  visibility: visible;
}
.popup-modal .form-button {
  padding: 12px 20px;
  display: table;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #96A58D;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  min-width: 225px;
  text-align: center;
  /*    &: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;
}
.popup-modal .form-button.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.popup-modal .form-button.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
}
.popup-modal .form-button:hover {
  background: #697068;
  color: #fff;
}
.popup-modal b, .popup-modal h1, .popup-modal h2, .popup-modal h3, .popup-modal h5 {
  font-size: 40px;
  font-weight: 500;
  line-height: initial;
  margin-bottom: 25px;
  display: block;
  font-family: "DM Sans", sans-serif;
}
.popup-modal .content {
  position: relative;
  width: calc(100% - 30px) !important;
  max-width: 1200px;
  padding: 100px;
  background: #fff;
  color: #fff;
  padding: 45px 100px;
  margin-bottom: 50px;
  /* -webkit-mask-image: url(/resources/img//bg/svg-newsletter.svg);
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;*/
  border-radius: 20px;
  background: #2B2E42;
  margin: 50px auto;
}
.popup-modal .content .recaptcha-terms {
  margin: 15px 0 0;
}
.popup-modal .content .inners {
  position: relative;
  z-index: 1;
}
.popup-modal .content img {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  display: table;
}
.popup-modal .content .close-modal {
  color: #D31447;
  position: absolute;
  right: 25px;
  font-size: 24px;
  cursor: pointer;
  top: 15px;
  z-index: 2;
}

@keyframes blink {
  0% {
    bottom: -10px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: -10px;
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section:not(.fold).anim-active .container-fluid.custom, section:not(.fold).anim-active .container {
  opacity: 1;
  top: 0;
}
section:not(.fold) .container-fluid.custom, section:not(.fold) .container {
  position: relative;
  opacity: 0;
  top: 10px;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
section.anim-active {
  -webkit-transition: opacity 0.4s linear 0s;
  transition: opacity 0.4s linear 0s;
}

footer {
  position: relative;
  padding: 75px 0 25px;
  border-radius: 20px 20px 0 0;
  background: #96A58D;
  font-weight: 400;
}
footer.no-border-radius {
  border-radius: 0;
}
footer .outer {
  background: #fff;
  padding: 50px;
  border-radius: 30px;
}
footer .outer .pers-img img {
  width: 100%;
  border-radius: 50%;
}
footer .outer .logo-wrap img {
  max-width: 150px;
}
footer .social-icons {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
footer .social-icons a {
  display: flex;
  background: #687068;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
footer .social-icons a:not(:last-child) {
  margin: 0 10px 0 0;
}
footer .social-icons a:nth-of-type(1) img {
  max-width: 11px;
}
footer .social-icons a:hover {
  background: #000;
}
footer .social-icons a img {
  max-width: 15px;
}
footer .contact-info {
  margin: 15px 0 0;
}
footer .contact-info b {
  color: #687068;
  font-size: 20px;
  display: block;
  margin: 0 0 5px;
}
footer .contact-info p {
  margin: 0 0 10px;
}
footer .contact-info ul {
  display: flex;
  flex-direction: row;
  margin: 0 0 5px;
}
footer .contact-info ul li a {
  font-weight: bold;
  position: relative;
  padding: 0 0 0 25px;
  display: block;
  color: #283618;
  transition: all 0.3s ease-in-out;
}
footer .contact-info ul li a:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
}
footer .contact-info ul li a:hover {
  color: #96A58D;
}
footer .contact-info ul li:nth-of-type(1) a:before {
  background-image: url("/Resources/img/at.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  top: 5px;
}
footer .contact-info ul li:nth-of-type(2) a {
  margin: 0 0 0 25px;
}
footer .contact-info ul li:nth-of-type(2) a:before {
  background-image: url("/Resources/img/green-phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
footer .copy {
  text-align: center;
  color: #fff;
  padding: 25px 0 0;
}
footer .copy a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
footer .copy a:hover {
  color: #000;
}

@media only screen and (max-width: 767.5px) {
  footer {
    padding: 50px 0 25px;
  }
  footer .outer {
    padding: 25px;
    text-align: center;
  }
  footer .outer .pers-img {
    margin: 0 0 25px;
  }
  footer .outer .pers-img img {
    max-width: 175px;
    display: block;
    margin: 0 auto;
  }
  footer .contact-info ul {
    flex-direction: column;
    align-items: center;
    text-align: left;
    margin: 0 0 10px;
  }
  footer .contact-info ul li:nth-of-type(2) a {
    margin: 10px 0 0 0;
  }
  footer .social-icons {
    justify-content: center;
  }
  footer .copy {
    padding: 25px 0 0;
  }
}
@media only screen and (max-width: 1550px) {
  .container-fluid.custom {
    padding: 0px 50px;
  }
  .container.custom {
    max-width: 1175px;
  }
}
@media only screen and (max-width: 1200px) {
  .container-fluid.custom {
    padding: 0px 15px;
  }
  .container.custom {
    max-width: 960px;
  }
}
@media only screen and (max-width: 991.5px) {
  .errors:before {
    position: absolute;
    top: 0px;
    left: -370px;
    transform: unset;
    height: 100%;
    z-index: 0;
    background-size: 105%;
  }
  h2, h3, h4, h5, h6 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.5px) {
  .bubble {
    opacity: 0.5;
  }
  body {
    font-size: 16px;
  }
  h2, h3, h4, h5, h6 {
    font-size: 26px;
  }
  .shopping-modal .inner {
    padding: 50px 20px 20px;
    min-width: inherit;
  }
  .shopping-modal .btn-row {
    margin-top: 30px px;
  }
  .banner-text {
    height: 200px;
  }
  .banner-text .text {
    font-size: 30px;
    width: calc(100% - 30px);
  }
  .popup-modal b, .popup-modal h1, .popup-modal h2, .popup-modal h3, .popup-modal h4, .popup-modal h5, .popup-modal h6 {
    font-size: 36px;
  }
  .popup-modal .content {
    margin-bottom: 0px;
    -webkit-mask-image: none;
    padding: 25px;
  }
  .popup-modal .content img {
    max-width: 200px;
    margin: -65px 0 20px;
  }
  .btn-default {
    padding: 10px 15px;
  }
  .breadcrumb-wrapper.shop-crumbs {
    display: block;
    padding: 15px 0;
  }
  .breadcrumb-wrapper.shop-crumbs .btn-back {
    margin: 0px 0px 15px;
  }
  .errors:before {
    transform: translateY(-50%);
    left: -260px;
    width: 250%;
    background-size: 120%;
    top: 68%;
  }
}
