/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/*contact form css 31 oct*/
.info-modal ul.info-list li.mail-li {
    width: 100%;
    flex-basis: 100%;
    }
.info-modal ul.info-list li.mail-li .info-box a {
    word-break: break-all;
    text-align: left;
}

input#btw{
    display: none;
}
.custom-apply-header {display: flex; align-items: center; }
.custom-apply-header span {
    width: auto;
    display: inline-block;
    background-color: #59A64E;
    border-radius: 6px;
    border: transparent;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding: 10px 15px;
        cursor: pointer;
}
.custom-apply-header span:hover {
    background: #222;
}
.custom-apply-header h2.stepthree {
    width: 60% !important;
}
.custom-apply-header  p {
    width: 40%;
    display: flex;
    justify-content: end;
}
.banner_contact_outer {
    overflow: hidden;
}

.banner-img-add .elementor-widget-container p a {
    color: #5AB362;
}

div#loader img {
    height: 70px;
}

#post-filter-form input:is(:focus, :focus-visible, :active),
body .form-control:is(:focus, :focus-visible, :active) {
    color: #000 !important;
}


/*  pop-up */
div.modal.piims-popup .modal-footer button.btn.cancel { width: auto; float: left; background-color: #FA9626; border-radius: 6px; border: none; height: 45px; padding: 0 24px; font-size: 15px; color: #fff; font-weight: 500; font-family: 'Montserrat'; text-transform: capitalize; margin:0; transition: all ease 0.3s; }
div.modal.piims-popup .modal-footer button.btn.approve_submit { width: auto; float: left; font-size: 15px; padding: 0 24px; height: 45px; border: none; background-color: #59A64E; border-radius: 6px; color: #fff; font-family: 'Montserrat'; font-weight: 600; text-transform: capitalize; margin:0; transition: all ease 0.3s; }
div.modal.piims-popup .modal-content .modal-header span { position: relative; top: -2px; }
div.modal.piims-popup .modal-content .modal-header { padding: 0; border: none; width: 100%; float:left; }
div.modal.piims-popup .modal-footer { border: none; padding: 25px 50px 25px 50px;  width: 100%; float:left; display: flex; justify-content: space-between; background-color: #F7F7F7;}
div.modal.piims-popup .modal-content { border: initial; border-top: 10px solid #59A64E; width: 100%; float: left; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16) !important; }
div.modal.piims-popup .modal-content .modal-header button.close { position: relative; top: 10px; right: 10px; background-color: #933afe; opacity: 1; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; line-height: 0; margin: 0; text-shadow: none; color: #fff; font-size: 30px; border-radius: initial; }
div.modal.piims-popup .modal-body { padding: 10px 50px 50px 50px; width: 100%; float: left; }
div.modal.piims-popup .modal-body h4 { width: 100%; float: left; color: #222222; font-family: "Montserrat", Sans-serif; font-size: 30px; font-weight: 500; margin: 0 0 20px 0; }
div.modal.piims-popup .modal-body p { width: 100%; float: left; color: #222222; font-family: "Montserrat", Sans-serif; font-size: 20px; font-weight: 400; margin: 0 0 20px 0; }
div.modal.piims-popup .modal-dialog {
    width: clamp(500px, 50vw, 900px);
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
div.modal.piims-popup .modal-body p:last-child{margin-bottom:0;} 
.modal-dialog .modal-content {
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 16%) !important;
    border: none;
}
div.modal.piims-popup {
	z-index: 9999;
}
.page-id-1123 .elementor-location-footer > .generic-section:first-child {
    display: none;
}
.modal-body h4 {
    color: #222;
    font-weight: 400;
}
.modal-body {
    position: relative;
    padding: 15px;
    width: auto;
    margin-left: auto;
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat';
}

.modal-header {
    /* display: none; */
    border-bottom: none !important;
}
.modal-footer {
    /* display: none; */
    border: none !important;
}

.piims-success-popup .modal-content {
    border-top: 10px solid #59A64E;
}
.piims-success-popup .modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
}
/* Popup btn */

div.modal.piims-popup .modal-footer button.btn.cancel {
    width: auto;
    float: left;
    background-color: #FA9626;
    border-radius: 6px;
    border: none;
    padding: 8px 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: capitalize;
    margin: 0;
    transition: all ease 0.3s;
    max-height: 50px;
}

div.modal.piims-popup .modal-footer button.btn.approve_submit {
    width: auto;
    float: left;
    font-size: 20px;
    padding: 8px 20px;
    border: none;
    background-color: #59A64E;
    border-radius: 6px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    transition: all ease 0.3s;
    display: flex;
    align-content: center !important;
    max-height: 50px;
}

/* .modal-header button {
    display: none !important;
} */

.modal-footer::after,
.modal-footer::before {
    content: unset !important;
}

div.modal.piims-popup .modal-body {
    padding: clamp(20px, 3vw, 50px);
    width: 100%;
    float: left;
}

/*  pop-up end */


.page-template-coming-soon header {
    display: none;
}

.coming-soon-container {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
span.elementor-button-text {
    font-size: clamp(16px, 1.5vw, 20px);
}
.coming-soon-image {
    margin: 0 auto;
    display: block;
    padding: 30px;
}

.wpcf7-spinner {
    position: absolute;
}

.wpcf7 .wpcf7-submit:disabled {
    opacity: .4;
}

/* ========== Generic Styling - BEGIN ========== */

.home-logo-responsive {
    display: none !important;
}

.generic-section {
     padding-left: 5% !important;
     padding-right: 5% !important;
}
button.jet-form__submit:focus {
    background: #59A64E;
}
input {
    color: #222 !important;
}
input.wpcf7-submit {
    color: #fff !important;
}
.left-align-section {
    padding-left: calc((100vw - 1750px) / 2) !important;
}
.right-align-section {
    padding-right: calc((100vw - 1100px) / 2) !important;
}

.left-align-1550 {
    padding-left: calc(100vw - 1550px) !important;
}
ul {
    list-style: none;
    padding-left: 16px;
}
body p {
    font-family: 'Montserrat' !important;
}

a:hover {
    text-decoration: none !important;
}

.single-opleiding_title h1 {
    font-size: clamp(18px, 2.3vw, 40px) !important;
    line-height: 1.3;
}

.single-opleiding_title {
    margin-left: -4px;
} 

.dialog-lightbox-widget-content {
    border-radius: 10px !important;
}

.piims_maintitle .elementor-heading-title,
.piims-about_textelement h3 {
    font-size: clamp(25px, 2.5vw, 50px) !important;
    line-height: 1.3 !important;
}

.jet-form-message--error {
    display: none;
}

.error {
    color: red;
	font-size: 15px;
}

.home-opleidingen_btn .elementor-button-content-wrapper::before {
    content: '';
    width: 40px;
    height: 15px;
    position: relative;
    display: block;
    background-image: url('https://www.piimsacademy.com/wp-content/uploads/2022/09/arrow-r-gr.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.piims-btn_3 b {
    color: #59A64E;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fa9726 !important;
    font-size: 16px;
    line-height: 1.5;
}
.piims-font-40 .elementor-heading-title,
.opleiding-detail_title h3 {
    font-size: clamp(22px, 2.3vw, 36px) !important;
    line-height: 1.5 !important;
}

.opleiding-detail_title .elementor-heading-title {
	font-size: clamp(18px, 2.2vw, 35px) !important;
    line-height: 1.5 !important;
}

.piims-font-45 .elementor-heading-title,
p.piims-font-45,
.footer-form-title b {
    font-size: clamp(22px, 2.7vw, 36px) !important;
    line-height: 1.5;
}

.piims-newform form.jet-form-builder {
    width: 100%;
    max-width: 575px;
}

.piims-newform .footer-form-mail > div,
.piims-newform .footer-form-message > div {
    width: 100%;
}

.piims-newform input,
.piims-newform textarea {
    border: 1px solid #dbdbdb;
    background-color: #FCFCFC;
    font-family: 'Montserrat';
}

.piims-newform .inschrijfform-privacy-text {
    margin-top: 0;
    margin-bottom: 20px;
}

.informatieform .inschrijfform-radiobuttons .wp-block-jet-forms-radio-field > .jet-form-builder__label {
    flex: 0 1 25px;
}

.piims-newform .jet-form-builder__action-button-wrapper {
    justify-content: end;
}

.piims-newform button.jet-form-builder__action-button {
    background-color: #59a64f;
    border: none;
    height: 50px;
    font-size: 20px;
    font-family: 'Montserrat';
    width: auto;
    padding: 10px 20px;
    color: #fff;
    border-radius: 7px;
}

.piims-font-30 p,
.piims-font-30 h2,
 .samenwerkingen_textblock h4 {
    font-size: clamp(18px, 1.4vw, 26px) !important;
    line-height: 1.5 !important;
}

.piims-font-25 p,
.piims-font-25 li,
.piims-font-25 .elementor-widget-container,
.opleiding-detail-section p,
.opleiding-detail-section li,
.opleiding-detail-section table * {
    font-size: clamp(16px, 1.1vw, 22px) !important;
    line-height: 1.5;
}
table td, table th {
    border: none;
}
.piims-font-22 p,
p.piims-font-22,
.pilot-list span,
.footer-form-title .jet-form__label-text,
.modal-body p,
.modal-footer > button {
    font-size: clamp(16px, 1.25vw, 20px) !important;
    line-height: 1.5 !important;
}

.piims-font-20 p,
.piims-footer_textelement p, .piims-footer_textelement a,
.footer-form_piims > .elementor-widget-container,
.piims-font-20 li {
    font-size: clamp(16px, 1.1vw, 18px);
    line-height: 1.5;
}

.piims-footer_textelement p {
	line-height: 1.8;
}


.wpcf7 form .wpcf7-response-output {
    border-color: #fa9726;
    background-color: #fa9726;
    color: #fff;
    border-radius: 6px;
    max-width: 400px;
    pointer-events: none;
    position: fixed;
    top: 50%;
    font-family: 'Montserrat';
    left: 50%;
    animation-duration: 5s;
    animation-name: response;
    animation-fill-mode: forwards;
    transform: translate(-50%, -50%);
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
    padding: 20px;
    font-size: 18px;
}

@keyframes response {
    0%   {opacity: 1;}
    75%  {opacity: 1;}
    100%  {opacity: 0;}
}

.piims-table {
    font-family: 'Montserrat' !important;
}

.absolute-anchor-point {
	position: absolute; 
}

.pms_form_wrapper form .wp-block-group {
    margin-bottom: 10px;
}

.pms_form_wrapper form .wp-block-group > .jet-sm-gb-wrapper {
    width: 49%;
}

.pms_form_wrapper form input {
    border: 1px solid #dbdbdb;
    background-color: #FCFCFC;
    font-family: 'Montserrat';
    border-radius: 6px;
    padding: 0 20px;
    height: 50px;
}

.pms_form_wrapper form button.jet-form-builder__submit {
    position: absolute;
    bottom: -115px;
    z-index: 99;
    height: 50px;
    background-color: #59a64e;
    color: #fff;
    border: none;
    font-size: 20px;
    font-family: 'Montserrat';
    right: 0;
    padding: 10px 15px;
    border-radius: 6px;
}

.workshop-form form button.jet-form-builder__submit {
    position: inherit;
}

.pms-workshopform-column {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* body:not(.logged-in) .pms_footerform {
    display: none;
} */

.pms_footerform .jet-form-builder__label-text {
    color: #fff;
    font-size: clamp(22px, 2.7vw, 36px) !important;
    line-height: 1.5;
    font-family: 'Montserrat';
    font-weight: 700;
}

.pms_footerform .jet-form-builder__heading-desc {
    color: #fff;
    font-family: 'Montserrat';
    margin-bottom: 30px;
    font-size: clamp(16px, 1.25vw, 20px) !important;
    line-height: 1.5 !important;
}

.pms_footerform .field-type-checkbox-field > .checkradio-wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    color: #fff;
    font-size: 16px;
}

.pms_footerform a::before {
    display: none !important;
}

.pms_footerform input {
    background-color: #FCFCFC;
    font-family: 'Montserrat';
    height: 60px;
    font-size: 18px;
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 20px;
    border: none !important;
}

.pms_footerform button.jet-form-builder__submit {
    background-color: #59a64f;
    border: none;
    height: 40px;
    font-size: 20px;
    font-family: 'Montserrat';
    width: auto;
    padding: 10px 20px;
    color: #fff;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
}

.pms_footerform p.inschrijfform-privacy-text {
    color: #ffffff;
}

.back-to-btn .elementor-button-icon {
    margin-right: 10px;
}

.back-to-btn svg {
    transform: scaleX(-1);
}

/* ========== Generic Styling - END ========== */


/* ========== Menu - BEGIN ========== */

.piims_menu nav.elementor-nav-menu--dropdown > ul > li:not(.menu-cta):not(.home-logo-responsive) {
    margin-left: 25px;
}

.piims_menu nav.elementor-nav-menu--dropdown > ul > li:not(.menu-cta):not(.home-logo-responsive).current_page_item > a {
    padding: 10px 15px;
}

.piims_menu nav.elementor-nav-menu--dropdown > ul > li:not(.menu-cta):not(.home-logo-responsive) > a, 
.piims_menu nav.elementor-nav-menu--dropdown > ul > li:not(.menu-cta):not(.home-logo-responsive).menu-item-home > a {
    padding: 10px 0;
}

.piims_menu nav.elementor-nav-menu--dropdown > ul > li:not(.menu-cta) > a:focus,
.piims_menu nav.elementor-nav-menu--dropdown > ul > li:not(.menu-cta) > a:focus-within {
    background-color: transparent;
    border: none;
    outline: none;
	text-decoration: none;
}

/* .menu-cta {
    margin-left: 25px !important;
} */

/* .menu-cta > a {
    background-color: #59A64E;
    border-radius: 6px;
} */

.menu-cta > a:focus,
.menu-cta > a:focus-within {
    background-color: #59A64E !important;
    border: none;
    outline: none;
}

.elementor-nav-menu--dropdown .menu-cta > a.elementor-item:hover {
    background-color: #59A64E !important;
    color: #fff !important;
}

/* .menu-cta a {
    color: #fff !important;
    padding: 14px 35px !IMPORTANT;
} */

li.home-mobile.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-home.current-menu-item.page_item.page-item-24.menu-item-1762 {
    display: none;
}

li.home-mobile.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-home.current-menu-item.page_item.page-item-24.menu-item-1762 a {
    display: none;
}
.menu-cta a a {
    text-transform: none !important;
}
.menu-cta ul li:first-child a {
    margin-top: 10px;
}

.menu-cta ul li a {
    padding: 10px !important;
}

.menu-cta ul li:last-child a {
    margin-bottom: 10px;
}
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, 
.elementor-nav-menu--dropdown .elementor-item.highlighted, 
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover, 
.elementor-sub-item.elementor-item-active, 
.elementor-sub-item.highlighted, 
.elementor-sub-item:focus, 
.elementor-sub-item:hover {
    /* background-color: #f7f7f7 !important; */
    border-radius: 6px;
}

.menu-cta ul.sub-menu > li.current-menu-item > a,
.menu-cta ul.sub-menu > li > a:hover {
    background-color: #f3f3f3 !important;
}

.menu-cta ul.sub-menu > li > a:focus,
.menu-cta ul.sub-menu > li > a:focus-visible {
    outline: none;
}

.menu-cta ul {
    background-color: #fff;
    margin-top: 15px !important;
    position: absolute;
    position: absolute !important;
    right: 100%;
    transform: translateX(50%);
    color: #222 !IMPORTANT;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
    padding: 10px 15px !important;
}
/* .current-menu-item::before {
    content: '' !important;
    left: 20px !IMPORTANT;
    top: 25px;
    width: 10px;
    height: 10px;
    position: absolute; 
}
*/
/* .piims_menu li:hover::before {
    content: '' !important;
    left: 20px !important;
    top: 25px;
    width: 10px;
    height: 10px;
    position: absolute;
} */

.piims_menu li > a::before {
    content: '';
    width: 10px !important;
    height: 10px !important;
    position: absolute !important;
    background-color: #59A64E !important;
    border-radius: 2px;
    position: relative;
    display: inline-flex;
    transform: none !important;
    opacity: 0;
}

.piims_menu nav > ul > li > a:hover::before,
.piims_menu nav > ul > li:not(.menu-item-19) > a.elementor-item-active::before {
    opacity: 1;
}

.piims_menu li a:hover {
    cursor: pointer !important;
}

.piims_menu li.menu-item ul li::before {
    content: unset !important;
}

.menu-cta ul a {
    color: #222 !IMPORTANT;
    font-size: 18px;
    padding: 15px 10px !important;
    font-family: 'Montserrat' !important;
    font-weight: 400 !IMPORTANT;
}
nav li::before {
    content: unset;
}
.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    content: unset !important;
}
.piims_menu {
    transition: .3s !important;
}
.piims_menu.elementor-sticky--effects {
    background-color: #fff !important;
    /* z-index: 1009 !important; */
    z-index: 9999 !important;
    top: 0 !important;
    padding-top: 30px !IMPORTANT;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}

.piims_menu.elementor-sticky--effects .elementor-widget-container {
    height: 100%;
    display: flex;
    justify-content: center;
}

.menu-cta .responsive_subitem,
.responsive_subitem {
    display: none;
}

.menu-cta .desktop_subitem {
    display: block;
}

li.pll-parent-menu-item a:hover::before {
    display: none;
}

li.pll-parent-menu-item > ul {
    width: 40px !important;
    max-width: 40px !important;
    min-width: auto !important;
    border-radius: 5px;
}

li.pll-parent-menu-item > ul > li > a,
li.pll-parent-menu-item > ul > li > a:hover {
    border-left: 0;
}

/* ========== Menu - END ========== */


/* ========== Homepage - BEGIN =========== */

.cursus-meer-informatie .elementor-align-icon-right {
    margin-left: 10px;
}

.cursus-meer-informatie svg {
    width: 21px;
}

.piims-heading {
    overflow: hidden;
}

.piims-heading .piims-btn_3 b {
    margin-left: 5px;
}
.samenwerking-section.piims-heading .piims-btn_3 b {
    margin-left: 0;
    margin-right: 5px;
    color: #276195;
}
.piims-heading_textcolumn {
    width: 850px !important;
}

.piims-heading_picturecolumn {
    width: calc(100% - 850px) !important;
    padding-left: 100px;
}

.piims-heading_picturecolumn img {
    object-fit: cover;
    width: 100%;
    object-position: 80%;
    border-radius: 125px 0 0 20px;
}

.piims-heading_picturecolumn .elementor-widget-container {
    max-width: 900px;
    margin-left: auto;
}

.piims-heading_picturecolumn .elementor-widget-container,
.piims-heading_picturecolumn .elementor-element,
.piims-heading_picturecolumn img {
    height: 100%;
}

.piims-heading_textcolumn .elementor-widget-text-editor {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    padding-right: 20px;
}

.groen .elementor-widget-container::after {
    background-image: url(assets/images/overlay.svg);
}

.piims-foto-overlay .elementor-widget-container::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 125px;
    top: 0;
    background-repeat: no-repeat;
    right: 0;
    max-width: 900px;
    background-size: cover;
}
.blauw .elementor-widget-container::after {
    background-image: url('assets/images/overlay-blauw.svg');
    content: '';
    display: flex;
    align-items: flex-end;
    padding: 20px;
    font-family: 'Montserrat';
    color: #fff;
    font-size: 20px;
    border-radius: 125px 20px 125px 20px;
    font-weight: 500;
}

.piims-btn_3 {
    margin-top: 10px;
}
p.titel {
    position: absolute;
    color: #fff;
    text-align: left;
    bottom: 10px;
    left: 20px;
}
.piims-heading::after {
    content: '';
    width: 440px;
    height: 730px;
    position: absolute;
    background-image: url(assets/images/icon.svg);
    top: 50px;
    left: -20px;
    background-repeat: no-repeat;
}

.voortgang-bar {
    width: 100%;
    background-color: #f7f7f7;
    height: 2px;
}

.voortgang-bar > .fill {
    width: 70%;
    height: 4px;
    background-color: #59A64E;
    transform: translateY(-1px);
    position: relative;
}

.voortgang-bar > .fill::after {
    content: '70%';
    position: relative;
    left: calc(100% - 14px);
    font-family: 'Montserrat';
    top: 8px;
    font-size: 18px;
}

.whitepaper-column .elementor-widget-wrap {
    padding-left: calc(100% - 1100px) !important;
}
.piims-whitepaper_btn a {
    position: relative;
    z-index: 99;
    height: 56px !important;
}
.piims-whitepaper_btn a .elementor-button-content-wrapper::after {
    content: '';
    width: 60px;
    height: 56px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(assets/images/download.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 50% 45%;
    background-color: #0000001c;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.whitepaper-column .elementor-widget-text-editor {
    width: 776px;
}
.piims-whitepaper_btn span {
    height: 100%;
    display: flex;
    align-items: center;
}

.elementor-widget-button span {
    height: 100%;
    display: flex;
    align-items: center;
}
.whitepaper {
    overflow: hidden;
}

.whitepaper .whitepaper-text img {
	display: none;
}

.whitepaper-column b {
    font-weight: 700;
}
.left-align-1550 > .elementor-container {
    display: flex;
    flex-wrap: wrap;
}
.left-align-1550 > .elementor-container .elementor-column {
    width: 100% !important;
}

.piims_image-pilot {
    position: absolute;
    z-index: 999;
    width: calc((100vw - 1550px) + 300px);
    left: calc(-100vw + 1550px);
}
.piims_image-pilot img {
    height: 600px;
    object-fit: cover;
    object-position: top right;
    /* transform: translateY(-100px); */
    border-radius: 0 20px 125px 0;
    min-width: 600px;
}
.pilot-list li {
    margin-bottom: 10px !important;
}
.piims_pilot-section .piims-font-22.elementor-widget-heading > .elementor-widget-container {
    height: 100%;
    display: flex;
    align-items: center;
}
.piims_pilot-section .elementor-column { 
    margin-top: 100px !important;
}
.pilot-list li::before {
    content: unset;
}
.pilot-list span {
    margin-top: 10px;
}
.certificatiestandaard {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 150px !important;
}

.certificatiestandaard > .elementor-container {
    display: flex;
    flex-wrap: wrap;

}
.certificatiestandaard_cta {
    position: absolute;
    bottom: 0;
}
.certificatiestandaard > .elementor-container .elementor-column {
    width: 100% !important;
 }

.certificatiestandaard_cta svg {
    width: 20px;
    margin-left: 15px;
    height: 20px;
    padding-top: 2px;
}

 .avg .elementor-button-icon {
    width: 23px;height: 23px;
}

.avg .elementor-button-icon svg {
    width: 23px;
    height: 23px;
}
.avg .elementor-button-text {
    display: flex;
    margin-top: 4px;
    margin-left: 10px;
}
.avg-certificering ul {
    margin-bottom: 70px !important;
    margin-top: 40px;
    list-style: none;
    padding-left: 16px;
}


li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #59A64E;
    border-radius: 2px;
    position: relative;
    display: inline-flex;
    transform: translate(-13px, -5px);
}


.avg-certificering .elementor-column {
    width: 100%;
}
.avg-cta {
    position: absolute;
    bottom: 0;
}
.avg-cta svg {
    width: 25px;
    margin-left: 15px;
    height: 14px;
    padding-top: 2px;
}
.avg-certificering .elementor-container {
    flex-wrap: wrap;
}
.piims-about_textelement {
    width: calc(100% - 600px) !important;
    margin-left: auto;
    display: flex;
}
.piims-about_textelement .elementor-widget-container {
    align-self: center;
    place-self: center;
}
.piims-about_textelement h2,
.modal-body > h4 {
    font-weight: 300;
    font-size: clamp(20px, 2.4vw, 35px) !important;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}

.piims-about_textelement h3 {
    /* font-size: 60px; */
    font-weight: bold;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 50px !important;
}

.piims-about_textelement p {
    font-size: 22px;
}
.piims-about_textelement b {
    display: block;
    margin-bottom: 35px;
}
.piims-home_quote::after {
    content: '';
    width: 100%;
    max-width: 1600px;
    position: relative;
    bottom: 0;
    height: 1px;
    background-color: #DDDDDD;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    margin-top: 130px;
}
.piims-info-form .jet-form-row--submit,
.piims-info-form .jet-form-row--submit .jet-form-field-container,
.piims-info-form .jet-form-row--submit .jet-form-field-container .jet-form-col__end {
    display: inline-flex;
}

.piims-info-form .jet-form-row--submit {
    position: absolute;
    right: 0;
}

.piims-info-form form {
    display: block;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

.piims-info-form .wpcf7 {
    display: flex;
    margin-top: 40px;
}

.piims-info-form input {
    border: 1px solid #DDDDDD;
    height: 60px;
}

.piims-info-form .wpcf7-submit {
    border-radius: 6px;
    width: 100%;
    background-color: #FA9626;
    background-image: url(assets/images/arrow-r-w.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px);
    font-size: 21px;
    position: relative;
    color: #fff;
    padding: 12px 70px 12px 20px;
}

.piims-info-form input,
.piims-info-form textarea {
    border-radius: 6px;
    padding: 25px;
}

.piims-info-form .avg-certificering_submit {
    border-radius: 10px;
}

.piims-info-form p:nth-child(2) span:nth-child(3) input {
    height: 180px;
    padding-bottom: 145px;
}

.piims-info-form p:nth-child(2) span:nth-child(1) input {
    margin-bottom: 10px;
}

.pm-over-piims > .elementor-container {
    background-color: #0F2739 !important;
    border-radius: 100px 10px;
    overflow: hidden;
}

.pm-over-piims > .elementor-container::before {
    content: '';
    background-image: url('/wp-content/uploads/2023/09/Joost4393Cmarcelschenk.nl-LoRes-copy.webp');
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: 110% 100%;
}

.pm-over-piims .piims-about_textelement {
    /* width: calc(100% - 500px) !important; */
    width: 70% !important;
    padding: 60px 90px 60px 120px;
}

.pm-over-piims .piims-about_image {
    /* width: 500px !important; */
    width: 30% !important;
}

.pm-over-piims .piims-about_textelement p {
    margin-bottom: 0;
}

.pm-over-piims .piims-about_textelement h2 {
    margin-bottom: 0 !important;
}

.pm-over-piims .piims-about_textelement h3 {
    margin-bottom: 30px !important;
}

.pm-over-piims .piims-about_textelement p {
    font-size: 20px;
}

.pm-over-piims .piims-about_textelement strong {
    color: #59a64f;
}

.pm-over-piims .piims-about_textelement p:not(:last-child) {
    margin-bottom: 25px;
}

.pm-over-piims .piims-about_image .elementor-widget-image,
.pm-over-piims .piims-about_image .elementor-widget-image > .elementor-widget-container {
    height: 100%;
}

.pm-over-piims .piims-about_image .elementor-widget-image img {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.pm-over-joost {
    position: absolute;
    bottom: 30px;
    right: 50px;
    width: auto !important;
}

.pm-over-joost h4 {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 5px;
}
@media only screen and (max-width: 1500px) {
    .custom-apply-header  p {
    width: 37%;
}
.custom-apply-header h2.stepthree {
    width: 63% !important;
}
}
@media only screen and (max-width: 1400px) {
    .custom-apply-header  p {
    width: 35%;
}
.custom-apply-header h2.stepthree {
    width: 65% !important;
}
}
@media only screen and (max-width: 1440px) {
    .pm-over-piims .piims-about_textelement{
        padding: 50px 60px 50px 90px !important;
    }
    .pm-over-piims .piims-about_textelement p {
        font-size: 18px;
    }
    .pm-over-joost {
        font-size: 16px !important;
    }
    .pm-over-joost h4 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1024px) {
    .back-to-btn svg {
        width: 18px;
    }
   
    .pm-over-piims .piims-about_textelement,
    .pm-over-piims .piims-about_image {
        width: 100% !important;
    }
    .pm-over-piims > .elementor-container {
        border-radius: 80px 10px;
    }
    .pm-over-piims .piims-about_textelement {
        padding: 50px 280px 90px 60px !important;
    }
    .pm-over-piims > .elementor-container::before {
        background-size: 350px;
    }
}

@media only screen and (max-width: 768px) {
    .pm-over-piims .piims-about_textelement {
        padding: 50px 60px 330px !important;
    }
    .pm-over-joost {
        right: unset;
        left: 40px;
        text-align: left !important;
    } 
    .pm-over-piims .piims-about_textelement p {
        font-size: 16px;
    }
    .pm-over-piims > .elementor-container {
        border-radius: 60px 10px;
    }
    .pm-over-joost h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .pm-over-piims .piims-about_textelement {
        padding: 40px 30px 250px !important;
    }
    .pm-over-piims > .elementor-container::before {
        background-size: 250px;
    }
    .pm-over-joost {
        left: unset;
        right: 40px;
        text-align: right !important;
        bottom: 20px;
        font-size: 14px !important;
    }
    .pm-over-joost h4 {
        font-size: 18px;
        margin: 0;
    }
}

/* ========== Homepage - END =========== */


/* ========== Footer - BEGIN ========== */

.piims_footer .elementor-container {
    background-color: #292929;
    padding: 80px 5% 90px 80px;
    border-radius: 125px 0 0 10px;
}

.piims_footer-col .elementor-background-overlay {
    background-image: url('assets/images/footer-bg.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.piims_footer h3 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.piims_footer h3::after {
    content: '';
    width: 100%;
    position: relative;
    display: block;
    bottom: -20px;
    height: 1px;
    background-color: #fff;
    opacity: .3;
}
.piims-info-form form p {
    width: auto;
    min-width: 470px;
    margin-left: auto;
    margin-right: auto;
}
.onwikkelingenPanel input {
    margin-right: 5px !important;
    margin-top: 0 !important;
}

.onwikkelingenPanel .error-message {
	color: red;
    font-size: 16px !important;
    margin-top: 5px;
    font-weight: 500;
}

.onwikkelingenPanel p.error-message:nth-of-type(2) {
    display: none;
}

.piims-info-form form p .wpcf-form-control-wrap:last-child {
    height: 180px !important;
}
.piims-footer_textelement {
    width: 440px !important;
    padding: 0 40px 0 0;
}
/* .piims-footer_textelement p,
.piims-footer_textelement a {
    font-size: 20px;
} */
.piims-footer_textelement a:hover {
    color: #FA9626;
}

.piims-footer_textelement a {
    color: #fff;
    display: flex;
    padding-bottom: 10px;
    transition: .2s;
}

.piims_footer a::before {
    content: '';
    width: 10px;
    height: 20px;
    background-image: url(/wp-content/uploads/2023/09/chevron-right-regular-green.svg);
    display: flex;
    position: relative;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 0px 4px;
}

.piiims-footer_form {
    width: calc(100% - 880px) !important;
    margin-top: 50px;
}

.piiims-footer_form .jet-form-col__end {
    flex-wrap: wrap;
}

.piiims-footer_form .error.emailerr {
    font-family: 'Montserrat' !important;
    font-size: 16px !important;
    margin-top: 5px;
    font-weight: 500;
}

.piiims-footer_form .field-type-submit.avg-certificering_submit {
	padding: 0;
}

.piiims-footer_form button.avg-certificering_submit:hover {
    background-color: #509747 !important;
}
.piiims-footer_form button.avg-certificering_submit {
    position: relative;
    right: -10px;
    height: 60px;
    width: 70px;
	background-color: #59a64f;
    visibility: visible;
    opacity: 1;
    border: none !important;
    font-size: 0px;
    background-image: url(assets/images/arrow-r-w.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 20px) !important;
    background-size: 28px !important;
    transform: none !important;
    bottom: 135px;
	border-radius: 0 10px 10px 0;
}
.footer-form_cta {
    color: #fff;
    /* font-size: 45px !important; */
    font-weight: 400;
    margin-bottom: 0 !important;
}

.footer-select {
    display: flex;
    width: 100%;
    margin-top: 40px;
    position: relative;
}
.onwikkelingen-btn .jet-form-col__start {
    max-width: 100%;
    flex: unset;
}
.jet-form-row input.error_in {
    border: none;
    outline: red solid 1px;
}
.ontwikkelingen-btn .jet-form__heading span.jet-form__label-text {
    font-size: 20px;
}

.onwikkelingen-btn {
    height: 60px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 15px;
    min-width: 200px;
    background-image: url('assets/images/chev-down-black.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 20px);
    background-size: 17px;
    font-family: 'Montserrat';
	
	display: none;
}
.piiims-footer_form .jet-form-row--submit {
    position: relative;
    top: -5px;
    right: 10px;
    height: 50px !important;
    opacity: 1;
}

.piiims-footer_form .jet-form-row--submit {
	position: absolute;
    bottom: 20px;
    top: unset;
    right: 25%;

    padding: 0;
    bottom: 0;
    height: unset !important;
}

.piiims-footer_form .jet-form-row {
    padding: 0 !important;
}

.piiims-footer_form .footer_mail {
    margin-top: 10px;
}

.piiims-footer_form form {
    position: relative;
}

.piiims-footer_form .jet-form-row--submit button {
    height: 60px;
}

.piiims-footer_form .jet-form-row--submit button {
    right: 2px !important;
    bottom: unset !important; 
}

.piiims-footer_form .jet-form-row--submit button:focus-visible,
.piiims-footer_form .jet-form-row--submit button:focus {
	background-color: #59a64f;
	outline: none;
}

.footer_mail {
    position: relative;
    bottom: 70px;
    height: 60px;
    padding-left: 10px;
}

.footer_mail {
	bottom: unset;
    max-width: 100%;
    width: 100%;
    flex: unset;
    margin-left: unset !important;
    padding-left: unset;
    padding-right: 25%;
}

.footer_mail input {
    height: 60px;
    font-size: 18px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 70px;
    border: none !important;
}

.onwikkelingen-btn {
    padding-left: 20px; 
}

.onwikkelingen-btn .jet-form__label-text {
    font-size: 18px;
    line-height: 32px;
    color: #797979;
}

.footer_mail input:focus-visible {
    outline: none;
}

.footer-form-title .jet-form__label-text {
    font-size: 20px;
    color: #fff;
    font-family: 'Montserrat';
    margin-bottom: 30px;
}
.jet-form-row--first-visible {
    position: relative;
}

.onwikkelingenPanel .checkradio-wrap {
	display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    color: #fff;
    font-size: 16px;
}

.onwikkelingenPanel {
    position: absolute;
    display: none;
    border-radius: 0 0px 6px 6px;
    font-family: 'Montserrat';
    bottom: 40px;
    background-color: #fff;
    padding: 10px 20px;
    left: -3px;
    z-index: 999;
}

.onwikkelingenPanel {
	display: block;
    position: relative;
    bottom: unset;
    left: unset;
    padding: 0;
    max-width: 100%;
    width: 100%;
    flex: unset;
	background-color: transparent;
	border-radius: 0;
}

.onwikkelingenPanel .wpcf7-checkbox {
    display: list-item;
    width: 200px;
    background-color: #fff;
    padding: 20px 10px;
    transform: translateY(-10px);
}
.footer-select .wpcf7-email {
    height: 100%;
}

.onwikkelingenPanel .wpcf7-checkbox > span {
    width: 100%;
}
.footer-select .wpcf7-form-control-wrap:first-child {
    width: 250px;
    height: 60px !important;
    margin-right: 10px;
    margin-bottom: 0 !important;
}
.footer-select wpcf7-form-control-wrap * {
    height: 60px !important;
}
.footer-select > p {
    margin-bottom: 0 !important;
}
.wpcf7-form-control-wrap * {
    font-size: 16px !important;
}
.footer-select .wpcf7-submit {
    top: 0;
}
/* .footer-select .wpcf7-form-control-wrap:first-child select {
    height: 60px;
    border-radius: 10px;
    padding-left: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(assets/images/chev-down-black.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px);
    background-size: 17px;
    font-size: 20px;
} */

.footer-select .wpcf7-form-control-wrap:nth-child(2) input {
    height: 60px;
    border-radius: 10px;
    padding: 20px;

    font-size: 20px !important;
}

input:-internal-autofill-selected {
    background: transparent !important;
}

.footer-form-title b {
    font-size: 40px;
    color: #fff;
}

.footer-form-title {
    width: 100%;
}


.footer-form-title .jet-form-col__start {
    width: 100%;
    max-width: 100%;
    flex: unset;
}

.piiims-footer_form p {
    color: #fff;
    font-size: 22px;
    position: relative;
}
.footer-select .wpcf7-submit {
    position: absolute;
    right: 0px;
    height: 60px;
    width: 70px;
    background-color: #fff;
    visibility: visible;
    opacity: 1;
    border: none;
    font-size: 0px;
    background-image: url(assets/images/arrow-r-black.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 20px) !important;
    background-size: 28px !important;
    transform: scale(0.9);
}
.piims-footer_logo img {
    padding: 35px 115px;
    background-color: #fff;
    width: 400px;
    border-radius: 15px;
    margin-top: -200px;
    box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.16);
}

.avg-popup-form > .elementor-widget-container > p {
    margin-bottom: 30px !important;
}

.avg-popup .elementor-widget-heading {
    margin-bottom: 30px !important;
}

.wpcf7-form-control-wrap:not(:last-child) > input:focus-within {
    outline-color: #FA9626;
}

/* ========== Footer - END ========== */


/* ========== Popup - BEGIN ========== */

 .workshop-avg_form .avg-certificering_submit button {
    position: absolute;
    bottom: -115px;
    z-index: 99;
    height: 50px;
    background-color: #59a64e;
    color: #fff;
    border: none;
    font-size: 20px;
    font-family: 'Montserrat';
    right: 0;
} 

.workshop-avg_form input {
    height: 50px;
}

.test.workshop-avg_form .avg-certificering_submit button {
	position: unset;
}

div#jet-popup-1218 .workshop-avg_form .avg-certificering_submit button {
    position: inherit;
    bottom: -115px;
    z-index: 99;
    height: 50px;
    background-color: #59a64e;
    color: #fff;
    border: none;
    font-size: 20px;
    font-family: 'Montserrat';
    right: 0;
    padding: 10px 15px;
    border-radius: 6px;
} 

div#jet-popup-1218 .jet-form-col.jet-form-col-12.field-type-submit.avg-certificering_submit.jet-form-field-container {
    position: absolute;
    bottom: -115px;
    z-index: 99;
    height: 50px;
    padding: 0;
    background-color: #59a64e;
    color: #fff;
    border: none;
    font-size: 20px;
    font-family: 'Montserrat';
    right: 0;
    width: auto;
    border-radius: 10px;
}

.footer-form_piims .avg-certificering_submit button {
    background-color: #59a64f;
    border: none;
    height: 50px;
    font-size: 20px;
    font-family: 'Montserrat';
    width: auto;
    padding: 10px 20px;
    color: #fff;
    float: right;
}

.footer-form_piims .jet-form-col__end {
    flex-wrap: wrap;
}

.jet-popup.jet-popup--front-mode .jet-popup__container-inner {
    padding: 0;
    border-radius: 10px;
}

.jet-popup .jet-popup__close-button {
    display: none !important;
}

.avg-certificering_submit .jet-form__submit-wrap {
    width: auto;
}

.avg-certificering_submit > .jet-form-col__end {
    justify-content: flex-end;
}

.accordion {
    border: 1px solid #DDDDDD;
    padding: 12px 20px;
    border-radius: 6px;
}
.jet-popup-1243 {
    z-index: 99999 !important;
}
.dialog-message {
    max-width: 90vw !important;
}

.accordion .minder-info {
    display: none;
}

.jet-popup .privacy-popup {
    z-index: 99999 !important;
}

.avg-popup-form .jet-form-row--submit {
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: -120px;
}
.jet-form-field-container input,
.jet-form-field-container .textarea-field {
    border: 1px solid #dbdbdb;
    background-color: #FCFCFC;
    font-family: 'Montserrat';
}

.workshop-avg_form .jet-form-field-container input:not(#mail) {
    border: 1px solid #dbdbdb !important;
    outline: none !important;
}

.workshop-avg_form .jet-form-field-container input#mail {
    border: 1px solid #dbdbdb;
    outline: none !important;
}

.jet-form-field-container .textarea-field {
    height: 150px;
}
.avg-popup-form .jet-form-row--submit button { 
    border: none;
    background-color: #59A64E;
    color: #fff;
    height: 50px;
    
}
.accordion .meer-info {
    display: flex;
    cursor: pointer !important;
}

.accordion.active .minder-info {
    display: flex;
}

.accordion.active .meer-info {
    display: none;
}

.accordion p {
    margin-bottom: 0 !important;
}

.panel {
    display: none;
    border: 1px solid #DDDDDD !important;
    padding: 20px;
    padding-top: 0;
    border-top: none !important;
    border-radius: 0 0 6px 6px;
}

.panel p {
    margin-top: 10px;
    margin-bottom: 0 !important;
    font-size: 18px;
}

.elementor-column.accordion-column {
    width: calc(100% - 60px) !important;
}

.tijdlijn-column {
    width: 60px !important;
}


.accordion.active {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.accordion .elementor-widget-container {
    display: flex;
    justify-content: space-between;
}

.accordion-button {
    display: flex;
    align-self: center;
    place-self: center;
    text-decoration: underline;
}

.accordion::before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff;
    display: block;
    position: absolute;
    left: -76px;
    border: 2px solid #dddddd;
    top: 20px;
}

.tijdlijn-column .elementor-widget-wrap {
    width: 1px;
    background-color: #DDDDDD;
    height: calc(100% - 130px);
    transform: translateY(80px);
}
.accordion.afgerond::before {
    border-color: #59A64E;
    background-image: url(assets/images/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}
.accordion.huidig::before {
    border-color: #276195;
    background-image: url(assets/images/fill-blue.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
}



.avg-popup-form form p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

span.wpcf7-form-control-wrap {}

.avg-popup-form form p span {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

.avg-popup-form form p span input {
    background-color: #fcfcfc;
    border: 1px solid #DBDBDB;
}
.avg-popup::after {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    background-color: #f7f7f7;
    left: 0;
    bottom: 0;
}
.avg-popup-form input {
    height: 60px;
}
.avg-popup .has-spinner {
    position: absolute;
    background-color: #59A64E;
    color: #fff;
    border: none;
    font-weight: 500;
    border-radius: 6px;
    right: 0;
    z-index: 99;
    bottom: -75px;
    height: 50px;
    padding: 10px 60px 10px 20px;
    font-size: 20px;
    background-image: url(assets/images/plane.svg);
    background-size: 20px;
    background-position: calc(100% - 20px);
    background-repeat: no-repeat;
}

.privacy-popup .elementor-container {
    flex-wrap: wrap;
}

.privacy-popup .elementor-column {
    width: 100%;
}
/* ========== Popup - END ========== */

/* ========== Opleidingen - BEGIN =========== */

.page-id-436 section {
    /* overflow: hidden; */
}
.opleidingen-section .elementor-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.opleidingen-section > .elementor-container > .elementor-column {
    width: calc(50% - 50px);
}
.opleiding-inner .elementor-container {
    display: flex;
    flex-wrap: wrap;
}
.opleiding-inner .elementor-column {
    width: 100% !important;
}
.opleiding-detail-section {
    overflow: hidden;
}
.opleidingen-section::after, .opleiding-detail-section::after {
    content: '';
    width: 390px;
    height: 680px;
    position: absolute;
    background-image: url(assets/images/icon.svg);
    top: 2%;
    right: calc((100vw - 1500px) / 2);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: contain;
}
.opleiding-detail_title:not(:first-child) {       
    margin-top: 80px;
}

.opleiding-detail_title {
    background-color: #f7f7f7;
    padding: 27px 30px 24px 34px;
    border-left: 6px solid #59a54e;
    z-index: 99;
}
.opleiding-detail_title::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    position: absolute;
    left: calc((100vw - 1060px) / 2);
    top: 0;
    z-index: -1;
}

.data-locaties_table table * {
    background-color: #fff !important;
    background: #fff !important;
    font-size: 25px;
    font-family: 'Montserrat';
    text-align: left;
	padding: 8px 0;
}

.data-locaties_table tbody tr:first-child th:first-child {
    border-top: none;
    border-left: none;
}

.data-locaties_table tbody tr td {
    border-left: none;
    border-bottom: none;
}

.data-locaties_table tbody tr:first-child th:last-child {
    border-right: none;
    border-top: none;
}

.data-locaties_table tbody tr td:last-child {
    border-right: none;
    border-bottom: none;
}
.data-locaties_table tbody tr th:first-child,
.data-locaties_table tbody tr td:first-child {
    width: 40%;
}
.data-locaties_table tbody tr th:last-child,
.data-locaties_table tbody tr td:last-child {
    padding-left: 25px;
}

.data-locaties_table p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
}

.opleiding-detail-section .elementor-container {
    flex-wrap: wrap;
}

.opleiding-detail-section .elementor-container .elementor-column {
    width: 100% !important;
}

.sidebar_list li::before {
    content: unset;
}

.sidebar_list li {
    font-size: 20px !important;
    font-family: 'Montserrat' !important;
    background-color: #f7f7f7 !important;
    margin-bottom: 10px !important;
    padding: 20px !important;
    border-radius: 6px;
    line-height: 1.4;
}

.opleiding-detail-section .elementor-container .elementor-column.piims_side-menu {
    width: 360px !important;
    position: sticky !important;
    transform: translateY(100px);
    left: 0;    
}

.piim_side-menu {
    position: absolute;
    width: 360px;
    padding: 30px;
    box-shadow: 10px 15px 60px 0px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 10px 15px 60px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 10px 15px 60px 0px rgba(0,0,0,0.16);
    border-radius: 0 10px 10px 0;
    /* transform: translateY(150px); */
    /* margin-top: 150px; */
}

.inschrijfform .title_1 .jet-form__label-text,
.inschrijfform-title {
    font-size: 40px;
    font-family: 'Montserrat';
    font-weight: bold;
    margin-bottom: 20px;
}

.inschrijfform input[type=text] {
    border: 1px solid #dbdbdb;
    background-color: #FCFCFC;
    border-radius: 5px;
}

.inschrijfform .jet-form__submit {
    background-color: #59a64e;
    border: none;
    font-size: 18px;
    color: #fff;
    width: fit-content;
    padding: 10px 20px;
    float: right;
}
.inschrijfform input.text-field {
    height: 50px;
}
.inschrijfform span.jet-form__required {
    display: none;
}
.inschrijfform .jet-form-row.jet-form-row--submit {
    width: calc(100% + 100px);
    position: relative;
    background-color: #f7f7f7;
    left: -45px;
    padding: 25px 50px;
    bottom: -50px;
}
.inschrijfform label {
    font-size: 16px;
    font-weight: normal;
}
.inschrijfform .field-type-radio .jet-form__label {
    width: auto;
    display: inline;
}

.inschrijfform .field-type-radio .jet-form-col__start {
    display: flex;
    width: fit-content;
    max-width: 120px;
}
.inschrijfform label a {
    margin-left: 5px;
}

.inschrijfform .checkradio-wrap {
    display: flex;
}

.inschrijfform input {
    font-size: 16px;
    font-family: 'Montserrat';
}

.inschrijfform .checkradio-field {
    margin-right: 10px;
    display: flex;
    margin-bottom: 5px;
}
.inschrijfform * {
    font-family: "Montserrat", sans-serif;
}

.inschrijfform label.jet-form__field-label {
    font-weight: 400;
	line-height: 1.5;
}
.field-type-radio .checkradio-wrap label {
    font-weight: 400;
	white-space: nowrap;
}
.inschrijfform .title_2 span,
.inschrijfform-subtitle {
    font-size: 26px;
    font-family: "Montserrat", sans-serif;
    margin-top: 30px;
    font-weight: 700;
}

.inschrijfform .avg-certificering_submit button {
    background-color: #59a64f;
    border: none;
    width: auto;
    position: relative;
    height: 50px;
    font-size: 20px;
    font-family: 'Montserrat';
    padding: 10px 20px !important;
    width: fit-content;
    text-align: right;
    /* margin-left: auto; */
    color: #fff;
}

.inschrijfform .checkradio-wrap .checkradio-wrap {
    margin-right: 10px;
}

.inschrijfform input {
    font-family: 'Montserrat';
}

.inschrijfform .jet-form-col__end, .inschrijfform .jet-form-col {
    flex-wrap: wrap;
}

.inschrijfform .error-message,
.inschrijfform .error-message-radio {
    width: 100%;
    font-size: 15px !important;
}

.inschrijfform .jet-form-builder-row.field-type-submit-field {
    width: calc(100% + 100px);
    position: relative;
    left: -50px;
    border-radius: 0 0 10px 10px;
    bottom: -50px;
    background-color: #f7f7f7;
    padding: 25px 50px;
}

.inschrijfform .jet-form-builder-row.field-type-submit-field .jet-form-builder__submit-wrap {
    justify-content: end;
}

.inschrijfform .jet-form-builder-row.field-type-submit-field button {
    background-color: #59a64f;
    border: none;
    position: relative;
    height: 50px;
    font-size: 20px;
    font-family: 'Montserrat';
    padding: 10px 20px !important;
    width: fit-content;
    color: #fff;
}

.inschrijfform-checkboxes-bottom {
    margin-top: 30px;
}

.inschrijfform-radiobuttons .field-type-radio-field > .jet-form-builder__label {
    flex: 0 1 100px;
}

.inschrijfform-radiobuttons .field-type-radio-field > .checkradio-wrap {
    width: calc(100% - 100px) !important;
}

.inschrijfform .jet-form-builder .wp-block-group > div {
    flex-grow: 1;
}

body .inschrijfform-privacy-text {
    font-size: 14px !important;
    margin-top: 20px;
    margin-bottom: 0;
    color: #222222;
}

.jet-form-builder-message {
    margin: 80px 0 0 0;
}

/* ========================= Sidebar menu ========================= */

/* .piim_side-menu {
    position: sticky !important;
} */

/* .stickySide {
    position: sticky !important;
} */
.form-inschrijven h4 {
    font-size: 40px;
    font-weight: bold;
}

.form-inschrijven {
    padding: 55px 50px 135px;
    box-shadow: 10px 15px 60px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: 10px 15px 60px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 10px 15px 60px 0px rgba(0,0,0,0.16);
    border-radius: 10px;
    margin-top: 150px;
}
.form-inschrijven form {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #f7f7f7;
}

.sidebar_list ul.elementor-icon-list-items > li {
    cursor: pointer;
}

.sidebar_list ul.elementor-icon-list-items > li.active {
    background-color: #59a54e !important;
    font-weight: bold;
    color: #fff !important;
}

.sidebar_list ul.elementor-icon-list-items > li > a {
    pointer-events: none;
}

.sidebar_list ul.elementor-icon-list-items > li span {
    font-family: 'Montserrat' !important;
}

.piim_side-menu.elementor-section {
    position: absolute;
    /* top: auto !important; */
    background-color: #ffffff;
    width: 350px;
    z-index: 99;
    transition: all .4s;
}

.piim_side-menu.fixed {
    position: fixed;
    height: min(calc(100vh - 250px), 690px);
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* top: 200px !important; */
}

.piim_side-menu.fixed::-webkit-scrollbar {
    display: none;
}

/* .piim_side-menu.bottom {
    -webkit-box-shadow: 20px 15px 70px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 20px 15px 70px 0px rgba(0,0,0,0.1);
    box-shadow: 20px 15px 70px 0px rgba(0,0,0,0.1);
} */

.data-form {
    padding-left: 40px;
}
.data-form .jet-form-col {
    padding: 0;
}
.data-form .avg-certificering_submit .avg-certificering_submit {
    background-color: #59a54e;
    color: #fff;
    border: none !important;
    font-size: 18px;
    border-radius: 0 10px 10px 0 
}

.data-form input {
    border-radius: 10px 0px 0px 10px;
	border: 1px solid #dbdbdb !important;
    background-color: #FCFCFC;
    padding: 4px 15px;
    font-size: 16px;
    border-right: none !important;
}
.sidebar_list ul.elementor-icon-list-items > li.active span {
    color: #fff;
    font-weight: bold;
}
.data-form form input {
    border: none;
}
.data-form form .wpcf7-email {
    border-radius: 6px 0 0 6px;
}

.data-form form .wpcf7-submit {
    background: #59a54e !important;
    color: #fff;
    border-radius: 0px 6px 6px 0px;
}
.data-form form {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    justify-content: flex-start;
    margin-top: 30px;
    padding: 12px 30px 10px;
    background-color: #f7f7f7;
    border-radius: 0 0 10px 10px;
}

.pms-date-form form input {
    border-radius: 6px;
    border: 1px solid #dbdbdb !important;
    background-color: #FCFCFC;
    padding: 4px 15px;
    font-size: 16px;
}

.pms-date-form form button.jet-form-builder__submit {
    background-color: #59a64f;
    border: none;
    height: 50px;
    font-size: 20px;
    font-family: 'Montserrat';
    width: auto;
    padding: 0 20px;
    color: #fff;
    border-radius: 6px;
    line-height: 50px;
    margin-top: 10px;
}

.pms-date-form form p.inschrijfform-privacy-text {
    margin-top: 10px;
}

.inschrijfformulier {
    font-family: 'Montserrat' !important;
}

.inschrijfformulier input {
    background-color: #fcfcfc;
    padding: 16px 20px 14px;
    line-height: 1.4;
    border-radius: 6px;
    border: 1px solid #DBDBDB;
}

.inschrijfformulier h3 {
    font-size: 35px;
    font-weight: 700;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 40px;
    padding-bottom: 25px;
}

.inschrijfformulier .betalingsgegevens h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.inschrijfformulier .betalingsgegevens b {
    font-weight: 600;
    margin-right: 15px;
    font-size: 20px;
}

.inschrijfformulier .wpcf7-radio > .wpcf7-list-item {
    margin: 0 20px 0 0;
}

.inschrijfformulier .wpcf7-radio > .wpcf7-list-item.last {
    margin-right: 0;
}

.inschrijfformulier .wpcf7-radio > .wpcf7-list-item > span.wpcf7-list-item-label {
    position: relative;
    padding-left: 25px;
}

.inschrijfformulier .wpcf7-radio > .wpcf7-list-item > span.wpcf7-list-item-label::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #000000;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
}

.inschrijfformulier .wpcf7-radio > .wpcf7-list-item > span.wpcf7-list-item-label::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 4px;
    background-color: #000;
    border-radius: 50px;
    opacity: 0;
}

.inschrijfformulier .wpcf7-radio > .wpcf7-list-item input {
    display: none;
}

.inschrijfformulier .wpcf7-radio > .wpcf7-list-item input:checked ~ span.wpcf7-list-item-label::after {
    opacity: 1;
}

div#voornaam {
    width: 50%;
    margin-right: 50%;
}

div#voorletters {
    width: calc(35% - 5px);
}

div#tussenvoegsel {
    width: calc(20% - 5px);
}

div#achternaam {
    width: calc(45% - 10px);
}

.naam,
.contactgegevens,
.betalingsgegevens {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.naam > div,
.contactgegevens > div,
.betalingsgegevens > div {
    margin-bottom: 15px;
}

div#mail {
    width: calc(50% - 5px);
}

div#tel {
    width: calc(50% - 5px);
}

div#straat {
    width: calc(40% - 5px);
}

div#postcode {
    width: calc(20% - 5px);
}

div#woonplaats {
    width: calc(40% - 5px);
}

div#organisatie,
div#attentie {
    width: calc(50% - 5px);
}

div#kenmerk {
    width: 100%;
    margin-right: calc(50% + 5px)
}
.betalingsgegevens > p {
    width: 100%;
}
div#gender {
    margin-right: auto;
    display: flex;
    align-items: center;
}
div#checkbox input[type="checkbox"]::after {
    content: 'Ik heb / mijn organisatie heeft al een exemplaar van de BC 5701:2022 aangeschaft op brandcompliance.com. ';
    display: block;
    width: 900px;
    margin-left: 30px;
    position: relative;
    top: -5px;
}
div#checkbox {
    width: 100%;
}

.samenwerkingen_textblock h4 {
    font-size: 35px;
    font-weight: 600;
}
.blue .elementor-button-icon svg {
    width: 12px;
}

.samenwerkingen_textblock {
    background-color: #f7f7f7;
    padding: 40px 50px;
    border-left: solid 10px #FA9626;
}

.samenwerkingen_textblock p {
    padding-right: calc((100vw - 980px) / 2);
}

.samenwerkingen-section .samenwerkingen_textblock.elementor-widget-text-editor {
    margin-bottom: 60px !important;
}

.piims_reminderform form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding: 15px 50px;
}

.piims_reminderform form p {
    margin-bottom: 0;
}

.piims_reminderform form p input {
    border: none;
    height: 50px;
}

.piims_reminderform form p:nth-child(2) input {
    border-radius: 6px 0px 0px 6px !important;
}
.piims_reminderform form p:nth-child(3) input {
    border-radius: 0px 6px 6px 0px !important;
    background-color: #59A64E;
    color: #fff;
    font-size: 18px;
    font-weight: 500 !important;
}

.piims-info-form form p:nth-child(3) {
    text-align: right;
}

.piims-info-form input:focus-within {
    outline-color: #FA9626;
}

.piims-info-form form p:nth-child(3) input {
    border: none !important;
    width: auto;
}



/* ========== Opleidingen - END =========== */


/*********************************13 september 23*******************************************/

@font-face {
    font-family: 'Greycliff CF Demi';
    src: url('/wp-content/themes/hello-theme-child-master/assets/font/GreycliffCF-DemiBold.eot');
    src: url('/wp-content/themes/hello-theme-child-master/assets/font/GreycliffCF-DemiBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/hello-theme-child-master/assets/font/GreycliffCF-DemiBold.woff2') format('woff2'),
        url('/wp-content/themes/hello-theme-child-master/assets/font/GreycliffCF-DemiBold.woff') format('woff'),
        url('/wp-content/themes/hello-theme-child-master/assets/font/GreycliffCF-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF';
    src: url('/wp-content/themes/hello-theme-child-master/assets/font/GreycliffCF-Regular.eot');
    src: url('/wp-content/themes/hello-theme-child-master/assets/font/GreycliffCF-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/hello-theme-child-master/assets/font/GreycliffCF-Regular.woff2') format('woff2'),
        url('/wp-content/themes/hello-theme-child-master/assets/font/GreycliffCF-Regular.woff') format('woff'),
        url('/wp-content/themes/hello-theme-child-master/assets/font/GreycliffCF-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/* ========== Opleidingen-2 - start=========== */
.list-dates .elementor-container span.elementor-icon-list-text {text-decoration: underline; }
.list-dates .elementor-container a {position: relative; }
.view-section {padding-left: 5% !important; padding-right: 5% !important; }
.start-dates .elementor-container section .elementor-container {margin-left: inherit; }
.info-sec h3.elementor-image-box-title {margin-top: 0; margin-bottom: 0; }
.info-sec .elementor-element {margin-bottom: 10px; }
.meer-info .elementor-image-box-wrapper {position: relative; width: 175px; }
.meer-info .elementor-image-box-wrapper .elementor-image-box-img {top: 50% !important; position: absolute; right: 0; transform: translateY(-50%); }
.meer-info {margin-bottom: 0 !important; }
.meer-info .elementor-image-box-wrapper .elementor-image-box-img img{margin-top: -2px;}
.info-sec>.elementor-widget-wrap {border: 1px solid #E3E3E3; border-radius: 10px; }
/* .manage-text .elementor-widget-container { border-bottom: 1px solid #E3E3E3; } */
.info-sec h3.elementor-image-box-title a {text-decoration: underline !important; }
.startup-btn span.elementor-button-text {font-size: clamp(16px, 1.5vw, 22px); }
.list-dates .elementor-container .elementor-column .elementor-widget-wrap.elementor-element-populated {align-content: initial !important; }
.start-dates .elementor-container:first-child .elementor-column {max-width: 1225px; border: 1px solid #E3E3E3; border-radius: 10px;}
.list-dates .elementor-container .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-heading {margin-bottom: 0; width: 80%; }
.list-dates .elementor-container .elementor-column .elementor-widget-wrap.elementor-element-populated {flex-wrap: initial; padding-top: 17px; padding-bottom: 17px; border-bottom: 1px solid #E3E3E3; }
.list-dates .elementor-container .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-heading {margin-bottom: 0; }
.list-dates .elementor-container .elementor-column .elementor-widget-wrap.elementor-element-populated  .elementor-widget-icon-list {width: 20%; }
.start-dates .elementor-container .elementor-element.elementor-element-faaf2af.elementor-widget.elementor-widget-heading {margin-bottom: 0; }
.list-dates .elementor-container .elementor-column {border: inherit !important; }
.list-dates:last-child .elementor-container .elementor-column .elementor-widget-wrap.elementor-element-populated {border-bottom: none !important; }
.list-dates .elementor-container .elementor-widget-icon-list ul>li:before {     display: none; }
 .list-dates li.elementor-icon-list-item > a {     display: flex;     flex-direction: row-reverse;     align-items: center; }
.list-dates .elementor-container a span.elementor-icon-list-icon {     margin-left: 10px; }
.view-section figure.elementor-image-box-img {     min-width: 20px; }
.meer-info {     position: absolute;     bottom: 0; }
.course_listing_sec.view-section figure.elementor-image-box-img {     top: 0px; }
.course_listing_sec .elementor-container, .course_listing_sec .elementor-inner-section {     height: 100%; }
.meer-info {     position: absolute;     bottom: 0px; }
.course_listing_sec .elementor-container, .course_listing_sec .elementor-inner-section {     height: 100%; }
.course_listing_sec .elementor-inner-section {     padding-bottom: 20px; }

/* ========== Opleidingen-2 - END =========== */



/* ========== Opleiding detail - start =========== */
.inhoud-sec ul.elementor-icon-list-items li::before {display: none;}
.inhoud-sec section .elementor-container.elementor-column-gap-no {max-width: 100%; }
.author-detail-sec {max-width: 822px; }
.author-detail-sec>.elementor-container .elementor-column img {    position: relative;     bottom: 0;   object-fit: contain;     object-position: bottom right; border-radius: 0px 0px 10px 0px;}
.start-donnar-sec .elementor-container {align-items: center; }
.data-locate-sec >.elementor-container {margin-left: inherit; max-width: unset !important; padding-right: 5%; }
.data-locate-sec .elementor-image-box-wrapper h3.elementor-image-box-title {margin: 0; }
.kastel-btn a.elementor-button,.kastel-btn2 a.elementor-button {width: 100%; text-decoration:none !important; }
.google-btn-sec {border-bottom: 1px solid #707070; }
.slider-content-section h4 {font-weight: 500;font-size: 20px; line-height: 30px; font-family: 'Source Sans Pro'; margin: 0; padding-top: 20px; border-top: 1px solid #EDEDED; }
.slider-content-section h5 {margin: 0; font-size: 16px; line-height: 30px; font-weight: 400; color: #8B8B8B; }
.detail-slider .jet-carousel__item-text p {margin-bottom: 0px !important; padding-bottom: 20px;     min-height: 98px;}
.detail-slider .jet-carousel__item-inner >img {margin: 0; position: absolute; top: 1px; left: 22px; }
.detail-slider .jet-slick-dots li::before{display: none;}
.detail-slider .slick-list.draggable {padding-bottom: 80px !important; }
.detail-slider .jet-carousel__item {position: relative; }
.detail-slider li.slick-active span {background-color: #0F2739 !important; }
.detail-slider li span {background-color: #E0E0E0 !important; }
.detail-slider .jet-carousel .jet-slick-dots {top: -32px; }
.detail-slider .jet-carousel__item {opacity: 50%; }
.detail-slider  .slick-center {opacity: 100%; }
.detail-slider .jet-carousel__item-text p:nth-child(2) {display: none; }
.data-locate-sec .elementor-column:nth-child(2) p {max-width: 266px; border-right: 1px solid #EBEBEB; }
.detail-slider .jet-carousel__item::after {position: absolute; content: ' '; background-image: url(/wp-content/uploads/2023/09/shadow-slider.svg); top: 0; left: 0; width: 100%; height: 100%; z-index: 9; }
.slick-center::after{display: none;}
.no-carousel .jet-carousel__item {opacity: 1; }
.no-carousel .jet-carousel__item::after {display: none; }
.detail-slider .slick-center +.slick-slide::after {position: absolute; content: ' '; background-image: url(/wp-content/uploads/2023/09/shadow-slider-1.svg); top: 0; left: 0; width: 100%; height: 100%; z-index: 9; }
div.accordian-section {display: flex; align-items: center; margin: 0; max-width: 100%; width: 100%;     justify-content: space-between;}
div.accordian-section h4 {width: 430px; padding-right: 70px;margin: 0; font-size: 16px; line-height: 30px; color: #222222; font-weight: 600; font-family: 'Montserrat'; }
div.accordian-section h4 span {font-weight: 300; }
.insch-btn {font-family: 'Greycliff CF'; font-size: 18px; line-height: 24px; background: #59A64E; color: #fff; padding: 8px 10px 8px 10px; border-radius: 6px; font-weight: 500; width: 146px; }
.insch-btn img {width: 20px;     margin-left: 5px;}
.adress-sec {border-bottom: none; }
.data-accodian-list .elementor-accordion{border: none;} 
.data-accodian-list .elementor-accordion .elementor-accordion-item {border: none; }
.data-accodian-list .elementor-tab-title {background: #fff; border-radius: 10px; padding: 10px 10px 10px 20px !important; }
div.accordian-section h3{margin: 0; font-size: 16px; line-height: 30px; font-weight: 400; color: #222222; font-family: 'Montserrat'; border-right: 1px solid #EBEBEB; padding-right: 30px; }
.meer-sec-btn {font-weight: 400; font-size: 16px; line-height: 30px; color: #59A64E; padding-left: 0px; padding-right: 50px;     font-family: 'Montserrat'; }
.accordian-inner-sec li::before {display: none; }
div#date-accordions {     border: none;     padding: 0;     border-radius: 0; }
div#date-accordions li:before{ display:none;  } 
.accordian-inner-sec-left ul {margin: 0; padding: 0; display: flex; border-bottom: 1px solid #EBEBEB; padding-top: 4px;padding-bottom: 4px; }
.accordian-inner-sec li {font-size: 16px; line-height: 30px; font-family: 'Montserrat';     color: #222222;}
.accordian-inner-sec-left{ width: 51%;}
.accordian-inner-sec li:first-child {padding-right: 40px; flex: 0 0 20%; }
.accordian-inner-sec li:nth-child(2) {padding-right: 40px; flex: 0 0 45%; }
.accordian-inner-sec li:nth-child(3) {flex: 1; text-align: right; }
.accordian-inner-sec {display: flex; }
.accordian-inner-sec-right {width: 49%; padding-left: 82px; }
.accordian-inner-sec li span {font-weight: 700; margin-bottom: 5px; display: inline-block; color:#222222;}
.accordian-inner-sec li a {text-decoration: underline !important; color: #59A64E; }
.accordian-inner-sec-left ul:last-child {border-bottom: 0; }
.accordian-inner-sec-right ul li:last-child {text-align: left;}
.accordian-sec-img li::before {display: none; }
.accordian-sec-img ul{padding: 0; margin: 0; display: flex; }
.accordian-sec-img ul li {margin-right: 20px; }
.accordian-sec-img ul li:last-child {margin-right: 0; }
.accordian-sec-img {margin-top: 25px; }
.data-locate-sec .elementor-tab-title {margin-bottom: 10px !important; position: relative;    opacity: 1; }
.data-accodian-list .elementor-tab-title.elementor-active {background: #0F2739; margin-bottom: 0 !important; border-radius: 10px 10px 0 0px; opacity: 1;}
.data-accodian-list .elementor-tab-title.elementor-active .accordian-section h4 {color: #fff; }
.data-accodian-list .elementor-tab-title.elementor-active .accordian-section h3 {color: #fff; }
.data-accodian-list  .elementor-tab-content {border-top: none !important; background: #fff; }
.accordian-inner-sec-right li {width: 100% !important; padding-right: 0 !important; }
.data-accodian-list  a.elementor-accordion-title:focus{outline: none !important;}
.data-accodian-list .elementor-tab-content.elementor-active {margin-bottom: 10px; }
.accordian-inner-sec-right {width: 49%; padding-left: 82px; padding-top: 10px; }
.data-accodian-list  .elementor-tab-content {border-top: none !important; background: #fff; border-radius: 0px 0px 10px 10px; }
.data-accodian-list .elementor-tab-title.elementor-active .accordian-section h3 {border-right: 1px solid #EBEBEB; }
.data-accodian-list  span.elementor-accordion-icon.elementor-accordion-icon-right {position: absolute; top: 24px; right: 17.6%; }
.data-accodian-list  i.fas.fa-angle-down .fa-angle-down:before {font-size: 20px; }
.data-accodian-list i.fas.fa-angle-up .fa-angle-up:before {font-size: 20px; }
.data-accodian-list a{text-decoration:none !important;}
.data-locate-sec .elementor-widget-wrap.elementor-element-populated {     max-width: 1330px; }
.accordian-inner-sec-right ul>li:first-child {     font-weight: 700; }
.data-accodian-list .elementor-tab-content.elementor-active {     box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 8%);   -webkit-box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 8%);}
.title_inrspan {     font-weight: 500;     font-style: italic;     font-size: 30px; }
.review_bnr_btn  .jet-button__plane {     background-color: transparent !important; }
#Startdatum.showall .elementor-tab-title {     opacity: 1; } 

/* ========== Opleiding detail - END =========== */

 

.review_bnr_btn .jet-button__state.jet-button__state-normal ,.review_bnr_btn .jet-button__state-hover{
    padding-left: 0px !important;
}

.banner_loc_sec {     padding-right: calc((100vw - 1715px) / 2) !important; }
.banner_loc_sec .elementor-container {     margin-left: auto !important;     margin-right: unset; }
.banner_loc_colm figure.elementor-image-box-img {     position: relative;     top: 6px;     min-width: 20px; }
.banner_menu{    padding-left: 5% !important;     padding-right: 5% !important;}
.banner_menu li.elementor-icon-list-item:before{display:none;}
.banner_mn_listing li.elementor-inline-item.active a{ text-decoration:none !important; }
.banner_mn_listing li.elementor-inline-item.active a .elementor-icon-list-text{ color:#59A64E; font-weight:700;}
.view-section figure.elementor-image-box-img {     position: relative;     top: 4px; }
.sidebar_listing .jet-button__state.jet-button__state-hover, .sidebar_listing .jet-button__state.jet-button__state-normal {     padding-left: 29px !important; }



/* ========== opleiding-inschrijven - start =========== */
.breadcrumb_list  ul>li {     display: inline-block; }
.breadcrumb_list ul>li:before{display:none;}
.breadcrumb_list ul{padding:0px;margin-left:0px;     margin-bottom: 0px;}
.breadcrumb_list ul>li>a {     color: #fff;     font-family: "Montserrat", Sans-serif;     font-size: 14px;     font-weight: 400;     line-height: 35px; }
.bannr_colm_fst,.padding_leftsectn{     padding-left: calc((100vw - 1720px) / 2) !important; }
.data-locate-sec  .elementor-widget-wrap.elementor-element-populated   {     padding-left: calc((100vw - 1700px) / 2) !important; }
.bannr_img_overlay .elementor-widget-container:before {     content: '';     border-radius: 0px 0px 0px 500px;     background-image: url(/wp-content/uploads/2023/09/banroverimg.svg);     background-repeat: no-repeat;     background-size: cover;     position: absolute;     top: 0;     width: calc(100% + 2px);     height: 100%; left: -1px;} 

.banner_new_sec:after {     content: '';     position: absolute;     left: -14%;     width: 100%;     height: 100%;     bottom: 25px;     background-size: cover;     z-index: -1;     border: 2px solid #59A64E;     border-radius: 75px 75px 1500px 75px;     transform: rotate(8deg); }
.banner_new_sec>.elementor-container {     max-height: 780px; }

.conditonalmail{display:none;}
.insch_form_cs .sndinvoice span.first {margin-left: 0px; } .insch_form_cs form .wpcf7-response-output {     position: unset !important;     left: 0;     transform: unset !important;     visibility: visible !important;     opacity: 1 !important;     margin: 0px;     margin-top: 10px;     max-width: 100% !important; }
.insch_form_cs form.sent .wpcf7-response-output {     padding: 10px 20px; }
 .insch_form_cs .first_row select option[disabled] {display: none; height:0; }
.insch_form_cs .labels {     color: #222222;     font-size: 20px;     line-height: 35px;     font-weight: 600;     font-family: 'Montserrat';     margin-bottom: 10px;}
.insch_form_cs p {     margin: 0px; }
.insch_form_cs .fields select, .insch_form_cs .fields input,.insch_form_cs .fields textarea {     border: 1px solid #E8E8E8;     background-color: #F8F8F8;     font-size: 16px;     line-height: 30px;     color: #7E7E7E !important;     outline: none !important;     font-family: 'Montserrat';     border-radius: 6px;     padding: 14px 15px 15px 15px;     height: 50px; }
.insch_form_cs .fields textarea {     height: 120px; }
.insch_form_cs .fields select {     -webkit-appearance: none;     background-image: url(/wp-content/uploads/2023/09/chevron-down-regular-blue.svg) !important;     background-repeat: no-repeat !important;     background-position: calc(100% - 20px) !important;     background-size: 15px !important;     padding-right: 50px;     padding-top: 0px;     padding-bottom: 0px;}
.insch_form_cs .fields_flex {     display: flex; gap: 10px;}
.insch_form_cs  .first_row .fields {     width: 340px;     max-width: 100%; }
.insch_form_cs .third_row,.insch_form_cs .second_section {     margin-top: 30px; }
.insch_form_cs .gender_row br ,.insch_form_cs .sndinvoice br{     display: none; }
.insch_form_cs .gender_row label,.insch_form_cs .sndinvoice label {     font-size: 16px;     font-weight: 400;     margin: 0px; }
.insch_form_cs .gender_row .wpcf7-list-item-label ,.insch_form_cs .sndinvoice span{     font-size: 16px !important;     line-height: 30px; }
.insch_form_cs .gender_row {     margin-bottom: 20px; }
.insch_form_cs .gender_row input[type="radio"],.insch_form_cs .sndinvoice input[type="radio"] {     width: 20px;     height: 20px;     background: #F8F8F8;     fill: #F8F8F8;     margin: 0px;     position: relative;     top: 4px; }
.insch_form_cs .third_row .fields_flex .fields:first-child,.insch_form_cs .six_row .fields:first-child,.insch_form_cs .pstcode .fields:first-child {     width: 140px; }
.insch_form_cs .third_row .fields_flex .fields:nth-child(2) {     width: 290px; }
.insch_form_cs .third_row .fields_flex .fields:nth-child(3) {     width: 150px; }
.insch_form_cs .third_row .fields_flex .fields:nth-child(4) {     width: 290px; }
.insch_form_cs  .fields {     margin-bottom: 10px; }
.insch_form_cs .fourth_row .fields,.insch_form_cs .organisation  .fields ,.insch_form_cs .billinginfo .fields {     width: 50%; }  
 .insch_form_cs .six_row .fields:nth-child(2),.insch_form_cs .pstcode .fields:nth-child(2) {     width: 500px; }
.insch_form_cs .six_row .fields:nth-child(3),.insch_form_cs .pstcode .fields:nth-child(3) {     width: 240px; }
.insch_form_cs .sndinvoice {     display: flex; align-items:center;     margin-top: 10px;}
.insch_form_cs .sndinvoice .fields {     margin: 0 0 0 25px; }
.insch_form_cs .sndinvoice input[type="radio"] {     margin-right: 6px;     top: 5px; }
.insch_form_cs .sndinvoice span:last-child {     margin-right: 0px; }
.insch_form_cs  .agree .wpcf7-list-item {     margin-left: 0px; }
.insch_form_cs .agree input[type="checkbox"] {     height: 20px;     width: 20px;     border-radius: 3px;     border: 1px solid #E8E8E8 !important;     margin: 0px;     position: relative;     top: 4px;     margin-right: 4px; }
.insch_form_cs .agree {     margin-top: 20px; }
.insch_form_cs .agree  label {     font-weight: 400;     font-size: 16px; }
.insch_form_cs .agree .boldd {     text-decoration: underline;     color: #59A64E; }
.insch_form_cs .contentbottom, .insch_form_cs .contentbottom p {     font-size: 14px;     line-height: 22px;     font-family: 'Montserrat'; }
.insch_form_cs .contentbottom a {     text-decoration: underline;     color: #59A64E; }
.insch_form_cs .contentbottom {     margin-bottom: 50px; }
.insch_form_cs input[type="submit"] {     font-size: clamp(16px, 1.5vw, 18px);     font-family: "Montserrat", Sans-serif;     font-weight: 500;     background-color: #59A64E;     border-radius: 6px 6px 6px 6px;     padding: 14px 20px 14px 20px;     border: none; }
.insch_form_cs  .conditonalmail .fields {     max-width: 418px; }
.insch_form_cs .conditonalmail {     margin-top: 10px; }
.insch_form_cs .wpcf7-not-valid-tip {     font-size: 14px !important; }
.insch_form_cs input[type="submit"] {     font-size: clamp(16px, 1.5vw, 18px);     font-family: "Montserrat", Sans-serif;     font-weight: 500;     background-color: #59A64E;     border-radius: 6px 6px 6px 6px;     padding: 14px 50px 14px 20px;     border: none;     background-image: url(/wp-content/uploads/2023/09/long-arrow-right-light-white.svg);     background-repeat: no-repeat;     background-position: calc(100% - 20px) !important; background-size: 20px 12px; outline:none !important;}

/* ========== opleiding-inschrijven - END =========== */

/* ========== Footer - Start =========== */

.piims_new_footer.piims_footer .elementor-container {
    background-color: #0F2739;
}

.piims_new_footer.piims_footer .elementor-container:before {
    content: '';
    background-image: url(/wp-content/uploads/2023/09/piims-foot-overlay.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center right;
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
}

.piims_new_footer .piiims-footer_form .onwikkelingenPanel {
    width: 32%;
    margin-right: 10px;
}

.piims_new_footer .piiims-footer_form .footer_mail {
    width: 55%;
}

.piims_new_footer .piiims-footer_form .footer_mail {
    margin-top: 0px;
    padding-right: 0px;
}

.piims_new_footer .piiims-footer_form .jet-form-row.jet-form-row--submit {
    right: 12%;
}

.piims_new_footer .piiims-footer_form .jet-form-row.jet-form-row--submit button.footer-ontwikkelingen_submit {
    background-color: transparent !important;
    background-image: url(/wp-content/uploads/2023/09/long-arrow-right-light-blue.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 20px) !important;
    background-size: 28px !important;
    pointer-events: all;
}

.piims_new_footer .piiims-footer_form .onwikkelingenPanel select#Ontwikkeling {
    color: #7E7E7E !important;
    height: 60px;
    font-size: 18px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 35px;
    border: none !important;
    -webkit-appearance: none;
    background-image: url(/wp-content/uploads/2023/09/chevron-down-regular-blue.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 20px) !important;
    background-size: 15px !important;
    outline: none !important;
}

.piims_new_footer .footer_mail input,
.piims_new_footer .footer_mail select {
    color: #7E7E7E !important;
    font-size: 20px;
    font-family: 'Greycliff CF';
    background-color: #fff !important;
}

.piims_new_footer .footer_mail input::placeholder,
.piims_new_footer .footer_mail select::placeholder {
    color: #7E7E7E !important;
}

.piims_new_footer .piims-footer_textelement p,
.piims_new_footer .piims-footer_textelement a {
    font-size: clamp(16px, 1.1vw, 20px);
}

.piims_new_footer .footer-form-title b {
    font-family: 'Greycliff CF Demi';
}

.piims_new_footer .footer-form-title .jet-form__label-text {
    font-family: 'Greycliff CF';
}

.piims_new_footer .jet-form-message.jet-form-message--success {
    display: block !important;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin-left: -5px;
}

.piims_new_footer .jet-form-message.jet-form-message--false {
    display: block !important;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin-left: -5px;
}

.piims_new_footer .jet-form-message--success {
    background-color: #59a64f;
    color: #fff;
    border-color: #59a64f;
}

.piims_new_footer .jet-form-message--false {
    background-color: #ca2c2c;
    color: #fff;
    border-color: #ca2c2c;
}


/* ========== Footer - END =========== */


/*********************************13 september 23*******************************************/

/* 18-10-2023 */
.form-multi-contact form {
    max-width: 1480px;
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
    padding: 10px;
}

.form-multi-contact form ul.cf7mls_progress_bar {
    border-radius: 10px;
    background: #0f2739;
    width: 430px;
    margin: 0;
    flex-direction: column;
    display: flex;
    padding: 70px 50px 394px 50px;
    gap: 40px;
    overflow: hidden;
    position: relative;
}

.form-multi-contact form ul.cf7mls_progress_bar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://www.piimsacademy.com/wp-content/uploads/2023/10/bg-img-left.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: overlay;
}

.form-multi-contact form .fieldset-cf7mls-wrapper {
    float: left;
    width: calc(100% - 430px);
    padding: 70px 70px 70px 80px;
}

.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item:before {
    display: none;
}

.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item {
    display: flex;
    gap: 20px;
    width: 100% !important;
}

.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item:after {
    display: none;
}

.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item .cf7_mls_steps_item_container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item .cf7_mls_steps_item_container .cf7_mls_steps_item_icon {
    position: relative;
    left: initial;
    top: initial;
    margin: 0;
    width: auto;
    border-radius: 50%;
    height: auto;
}

.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item .cf7_mls_steps_item_icon span.cf7_mls_count_step {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid rgb(255 255 255 / 50%);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: rgb(255 255 255 / 50%);
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item .cf7_mls_steps_item_content {
    float: left;
    width: auto;
}

.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item .cf7_mls_steps_item_content p.cf7mls_progress_bar_title {
    float: left;
    width: 100%;
    margin: 0;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
}

.form-multi-contact form .fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form-multi-contact form .fieldset-cf7mls-wrapper .custom-apply-header {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.form-multi-contact form .fieldset-cf7mls-wrapper .custom-apply-header h2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
    color: #222;
    text-transform: capitalize;
}

.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item.active .cf7_mls_steps_item_icon span.cf7_mls_count_step {
    background: #59a64e;
    border-color: #59a64e;
    color: #0f2739;
}

.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item.active.current .cf7_mls_steps_item_icon span.cf7_mls_count_step {
    background: transparent;
    border-color: #59a64e;
    color: #59a64e;
}

.form-multi-contact form .fieldset-cf7mls-wrapper fieldset select.wpcf7-select {
    width: 100%;
    float: left;
    border-radius: 6px;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    padding: 0 35px 0 15px;
    height: 50px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #222;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: calc(100% - 20px);
    background-image: url(https://www.piimsacademy.com/wp-content/uploads/2023/10/arrow-down.svg);
}

.form-multi-one,
.form-multi-two,
.form-multi-third {
    float: left;
    width: 100%;
}

.form-multi-contact form .fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls .form-row {
    display: flex;
    align-items: flex-start;
    width: 100%;
    float: left;
    gap: 10px;
}

.form-multi-one .form-col-half {
    float: left;
    width: auto;
}

.form-multi-contact form .fieldset-cf7mls-wrapper .form-multi-one .form-col-half select {
    width: 340px;
}

.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item .cf7_mls_steps_item_container .cf7_mls_steps_item_icon span.cf7_mls_check {
    display: none !important;
}

.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item .cf7_mls_steps_item_container .cf7_mls_steps_item_icon span.span.cf7_mls_invalid {
    display: none !important;
}

.form-multi-contact form .fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls p:empty {
    display: none;
}

.form-row.radio-gender {
    margin: 0 0 20px 0;
}

.radio-gender .form-col-full {
    width: 100%;
    float: left;
}

.radio-gender .form-col-full p {
    width: 100%;
    display: flex;
    align-items: start;
    gap: 20px;
}

.radio-gender .form-col-full label {
    float: left;
    width: auto;
    margin: 0;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #222;
}

.radio-gender .form-col-full span.wpcf7-form-control-wrap {
    float: left;
    width: auto;
}

.radio-gender .form-col-full p br {
    display: none;
}

.radio-gender .form-col-full span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    align-items: center;
    gap: 20px;
}

.radio-gender .form-col-full span.wpcf7-form-control-wrap span.wpcf7-list-item {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
}

.radio-gender .form-col-full span.wpcf7-form-control-wrap span.wpcf7-list-item label {
    margin: 0;
    padding: 0 0 0 27px;
    position: relative;
}

.radio-gender .form-col-full span.wpcf7-form-control-wrap input[type="radio"] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
}

.radio-gender .form-col-full span.wpcf7-form-control-wrap span.wpcf7-list-item label span.wpcf7-list-item-label {
    float: left;
    width: auto;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #222;
}

.radio-gender .form-col-full span.wpcf7-form-control-wrap span.wpcf7-list-item label span.wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
}

.radio-gender .form-col-full span.wpcf7-form-control-wrap span.wpcf7-list-item label span.wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #59a64e;
    opacity: 0;
    visibility: hidden;
}

.radio-gender .form-col-full span.wpcf7-form-control-wrap input[type="radio"]:checked+span.wpcf7-list-item-label:after {
    opacity: 1;
    visibility: visible;
}

.form-multi-contact form .fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls .form-row p {
    margin: 0;
}

.form-col-forty-nine {
    float: left;
    width: 49%;
}

.form-col-fifty-one {
    float: left;
    width: 51%;
}

.form-col-fifty {
    float: left;
    width: 50%;
}

.form-col-ten {
    float: left;
    width: 14%;
}

.form-col-sixty {
    float: left;
    width: 59%;
}

.form-col-thirty {
    float: left;
    width: 27%;
}

.form-col-full {
    float: left;
    width: 100%;
}

.form-multi-two .form-col-forty-nine {
    display: flex;
    gap: 10px;
}

.form-multi-two .form-col-fifty-one {
    display: flex;
    gap: 10px;
}

.form-col-forty-nine .form-col-one {
    float: left;
    width: 39%;
}

.form-col-forty-nine .form-col-two {
    float: left;
    width: 61%;
}

.form-multi-two .form-col-fifty-one .form-col-one {
    float: left;
    width: 42%;
}

.form-multi-two .form-col-fifty-one .form-col-two {
    float: left;
    width: 58%;
}

.form-multi-contact form .fieldset-cf7mls-wrapper .form-row input {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 16px;
    height: 50px;
    border-radius: 6px;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #7e7e7e;
    outline: none;
    box-shadow: none;
}

.form-multi-two .form-row {
    margin: 10px 0 0 0;
}

.form-multi-two .form-row.radio-gender {
    margin: 0 0 10px 0;
}

.form-multi-contact form .fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls .form-row textarea {
    float: left;
    width: 100%;
    margin: 0;
    height: 120px;
    border-radius: 6px;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #7e7e7e;
    text-transform: capitalize;
    outline: none;
    box-shadow: none;
    padding: 11px 15px 15px 15px;
    resize: none;
}

.form-multi-third .form-row {
    margin: 0 0 10px 0;
}

.form-multi-contact form .fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls .form-row {
    display: flex;
    align-items: flex-start;
    width: 100%;
    float: left;
    gap: 10px;
}

.page-id-5515 section.elementor-top-section nav.elementor-nav-menu--main li.menu-item a.elementor-item {
    color: #fff;
    fill: #fff;
}

.page-id-5515 section.elementor-top-section.piims_menu.elementor-sticky--effects nav.elementor-nav-menu--main li.menu-item a.elementor-item {
    color: #222222;
    fill: #222222;
}

.form-multi-contact form .fieldset-cf7mls-wrapper .form-row.form-row-checkbox p>label {
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
    margin: 0;
}

.form-multi-contact form .fieldset-cf7mls-wrapper .form-row.form-row-checkbox p>label br {
    display: none;
}

.form-multi-contact form .fieldset-cf7mls-wrapper .form-row.form-row-checkbox span.wpcf7-list-item {
    float: left;
    width: auto;
    margin: 0;
}

.form-multi-contact form .fieldset-cf7mls-wrapper .form-row.form-row-checkbox span.wpcf7-list-item label {
    float: left;
    width: auto;
    margin: 0;
    padding: 0 0 0 27px;
    display: flex;
    align-items: center;
    position: relative;
}

.form-multi-contact form .fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls .form-row.form-row-checkbox {
    margin: 20px 0 20px 0;
}

.form-multi-contact form .fieldset-cf7mls-wrapper .form-row.form-row-checkbox span.wpcf7-list-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.form-multi-contact form .fieldset-cf7mls-wrapper .form-row.form-row-checkbox span.wpcf7-list-item-label {
    float: left;
    width: auto;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #222;
}

.form-multi-contact form .fieldset-cf7mls-wrapper .form-row.form-row-checkbox span.wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}

.form-multi-contact form .fieldset-cf7mls-wrapper .form-row.form-row-checkbox span.wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    width: 8px;
    height: 14px;
    border-bottom: 3px solid #59a64e;
    border-right: 3px solid #59a64e;
    transform: rotate(45deg);
    opacity: 0;
    visibility: hidden;
}

.form-multi-contact form .fieldset-cf7mls-wrapper .form-row.form-row-checkbox span.wpcf7-list-item input[type="checkbox"]:checked+span.wpcf7-list-item-label:after {
    opacity: 1;
    visibility: visible;
}

.form-multi-contact form .fieldset-cf7mls-wrapper .form-row.form-row-checkbox p>label>a {
    float: left;
    width: auto;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #59a64e;
    text-decoration: underline;
    margin: 0 0 0 5px;
}

.form-multi-contact form .fieldset-cf7mls-wrapper .form-row.form-row-checkbox p>label>a:hover {
    color: #222;
}

.form-row.form-row-p p {
    width: 100%;
    float: left;
    margin: 0;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #222;
    max-width: 622px;
}

.form-row.form-row-p p a {
    color: #59a64e;
    text-decoration: underline;
}

.form-row.form-row-p p a:hover {
    color: #222;
}

p.custom-submit {
    width: 100%;
    margin: 40px 0 0 0;
    float: left;
}

.form-multi-contact form .fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls button.action-button {
    float: right;
    width: auto;
    margin: 40px 0 0 0;
    padding: 0 50px 0 25px;
    height: 50px;
    border-radius: 6px;
    background: #59a64e;
    font-family: "Greycliff CF";
    font-weight: 500;
    font-size: 18px;
    text-align: right;
    color: #fff;
    background-image: url(https://www.piimsacademy.com/wp-content/uploads/2023/10/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: calc(100% - 20px);
    outline: none;
    box-shadow: none;
}

.form-multi-contact form .fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls button.action-button>img {
    display: none !important;
}

.form-multi-contact form .fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls button.action-button:hover {
    background: #222;
    background-image: url(https://www.piimsacademy.com/wp-content/uploads/2023/10/arrow-right.svg) !important;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: calc(100% - 20px);
}

p.custom-submit input#submit_apply {
    float: right;
    width: auto;
    margin: 0;
    padding: 0 50px 0 25px;
    height: 50px;
    border-radius: 6px;
    background: #59a64e;
    font-family: "Greycliff CF";
    font-weight: 500;
    font-size: 18px;
    text-align: right;
    color: #fff;
    background-image: url(https://www.piimsacademy.com/wp-content/uploads/2023/10/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: calc(100% - 20px);
    outline: none;
    box-shadow: none;
    border: none;
}

p.custom-submit input#submit_apply:hover {
    background: #222;
    background-image: url(https://www.piimsacademy.com/wp-content/uploads/2023/10/arrow-right.svg) !important;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: calc(100% - 20px);
}

span.wpcf7-not-valid-tip {
    width: 100%;
    display: inline-block;
    margin: 2px 0 0 0;
    font-size: 14px !important;
}

section.contact-page-outer {
    position: relative;
    z-index: 9;
}

.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item .cf7_mls_steps_item_container .cf7_mls_steps_item_icon span.cf7_mls_invalid {
    display: none;
}

.form-multi-third span#copy {
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    text-decoration: underline;
}

.form-multi-third span#copy:before {
    content: "";
    position: absolute;
    background-image: url(assets/images/copy.svg) !important;
    left: 10px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    top: 0;
}
/* 18-10-2023 */



/**24 oct css start**/

.same-section-1 {
    display: flex;
    justify-content: center;
}
.same-section-1>.elementor-container {
    margin-left: initial !important;
}
.samen-sec {
    position: relative;
}
.banner-img-add{
 position: relative;
}

.banner-img-add::before {
    position: absolute;
    content: ' ';
    width: 787px;
    height: 700px;
    background-image: url(https://www.piimsacademy.com/wp-content/uploads/2023/10/Group-2389.png);
    top: 0;
    right: 0;
    z-index: 9;
    opacity: 0.3;
    background-repeat: no-repeat;
}
.samen-sec::after {
    position: absolute;
    content: '';
    width: 1000px;
    height: 700px;
    background-image: url(https://www.piimsacademy.com/wp-content/uploads/2023/10/sense-sec-img.png);
    top: -130px;
    right: 0;
    opacity: 0.1;
    z-index: -1;


}
.samen-sec::before {
    position: absolute;
    content: '';
    width: 1000px;
    height: 700px;
    background-image: url(https://www.piimsacademy.com/wp-content/uploads/2023/10/sense-bottom-img.png);
    bottom: -310px;
    left: 0;
    z-index: -1;
}
.besch-sec .elementor-inner-section {
    display: flex;
    justify-content: center;
}
.besch-sec .elementor-inner-section .elementor-container {
    margin-left: initial !important;
}
.besch-sec span.elementor-icon-list-text {
    text-decoration: underline;
}
.besch-sec::before {
    bottom: -480px !important;
}
.banner-img-add .bannr_img_overlay img {
    object-position: initial !important;
}



/*********new home page css started************/
/*pop up css*/

.accordion-info {
    width: 79%;
}
.accordion-button {
    width: 21%;
    position: relative;
    bottom: 0;
}
.dots-img-sec {
    position: relative;
}
.dots-img-sec::after {
    position: absolute;
    content: '';
    width: 787px;
    height: 530px;
    bottom: 160px;
    left: -100px;
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(https://www.piimsacademy.com/wp-content/uploads/2023/10/dots.png);
    opacity: 0.8;
    z-index: -1;
}

.updates_secn .elementor-widget-text-editor h4 {
    margin-top: 0px;
    color: #0F2739;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.full_btn_upd a.elementor-button {
    width: 350px;
    max-width: 100%;
}

.full_btn_upd a.elementor-button span {
    text-align: center;
    justify-content: center;
}

.updates_secn:before {
    content: '';
    background: #E3E3E3;
    height: 100%;
    width: 1px;
    left: 0;
}

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

.updates_secn:before {
    content: '';
    background: #E3E3E3;
    height: 80%;
    width: 1px;
    left: 0;
    position: absolute;
}

.updates_secn .elementor-widget-text-editor:first-child:before {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    left: -49px;
    background: #59A64E;
    border-radius: 100%;
    top: 32px;
}

.updates_secn .elementor-widget-text-editor:nth-child(2):before {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    left: -49px;
    background: #59A64E;
    border-radius: 100%;
    top: 32px;
}

.updates_secn .elementor-widget-text-editor:nth-child(3):before {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    left: -49px;
    background: #0F2739;
    border-radius: 100%;
    top: 32px;
}

.updates_secn .elementor-widget-text-editor:nth-child(4):before {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    left: -49px;
    background: #0F2739;
    border-radius: 100%;
    top: 32px;
}

.vm_right_img * {
    height: 100%;
}

.vormer_inr_sec {
    overflow: hidden;
}

.vormer_text_editr table {
    margin: 20px 0px;
    width: auto;
}

.vormer_text_editr table td,
.vormer_text_editr table {
    background-color: transparent !important;
    padding: 2px 0px;
}

.vormer_text_editr table td:first-child {
    font-weight: 700;
    padding-right: 25px;
}

.over-sec .info-sec .elementor-element {
    margin-bottom: 0;
}

.button-info-btn {
    margin-bottom: 0 !important;
    display: flex;
    justify-content: end;
    margin-top: -27px;
}

.vormer_inr_sec li:before,
.list_stylenone li:before {
    display: none;
}

.beslut_main_sec:before {
    content: '';
    position: absolute;
    left: -17%;
    width: 100%;
    height: 100%;
    bottom: -76px;
    background-size: cover;
    z-index: -1;
    border-top: 2px solid #59A64E;
    border-radius: 1500px 75px 1500px 75px;
    transform: rotate(0deg);
}

.beslut_main_sec:after {
    content: '';
    background-image: url(/wp-content/uploads/2023/10/dotsbg.png);
    position: absolute;
    top: -220px;
    left: 0;
    width: 1000px;
    height: 685px;
    z-index: -1;
    background-size: cover;
}

.button-info-btn .elementor-widget-container {
    border-color: transparent;
    border-width: 0;
    border-style: none !important;
}

.stardata-sec {
    border-top: 1px solid #e3e3e3;
}

.img_client_name h4 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7px;
}

.bottom_quote_sec:after {
    content: '';
    background-image: url(/wp-content/uploads/2023/10/dotsbg.png);
    position: absolute;
    top: -100px;
    left: 0;
    width: 1000px;
    height: 685px;
    z-index: -1;
    background-size: cover;
}

.download-image-banner {
    position: relative;
}

.download-image-banner::after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 516px;
    background-color: #FAFAFA;
    border-radius: 75px 0 0 25px;
    right: -110px;
    top: 58px;
    z-index: -1;
}

.down-load::after {
    left: -80px;
    border-radius: 0 75px 25px 0px;
}

.down-load img {
    position: relative;
    left: 0;
}

.over-sec .elementor-column {
    display: block !important;
}

body:not(.elementor-editor-active) .over-sec .elementor-column.info-sec.elementor-hidden-desktop {
    display: none !important;
}

.banner_home_new {
    overflow: hidden
}

.banner_home_new .elementor-widget-image:before {
    content: '';
    /* background-image: url(/wp-content/uploads/2023/10/banneroverlayt-2.png); */
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
    position: absolute;
    left: -250px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    transform: rotate(7deg);
    top: -32px;

}

.banner_home_new .elementor-widget-image:after {
    content: '';
    width: 105%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, #468CB9, #0F2739);
    top: 8px;
    right: -3em;
    left: 0;
    z-index: -1;
    border-radius: 75px 75px 200px 0px;
    transform: rotate(5deg);
}

.banner_home_new:after {
    content: '';
    position: absolute;
    width: 200%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    border: 2px solid #59A64E;
    border-radius: 75px 75px 1110px 510px;
    transform: rotate(-2deg);
    bottom: 60px;
    left: -12%;
}

.bannr_hm_ct_sec {
    position: absolute;
    top: 170px;
    z-index: 1;
}

.over-sec .info-sec h3.elementor-image-box-title a {
    text-decoration: none !important;
}

.right_img_sec {
    overflow: hidden;
}

.right_align_section {
    padding-right: calc((100vw - 1750px) / 2) !important;
}

.course_hm_sec:before {
    content: '';
    background-image: url(/wp-content/uploads/2023/10/rightdots.png);
    position: absolute;
    top: -520px;
    right: 0;
    width: 1000px;
    height: 685px;
    z-index: -1;
    background-size: cover;
}

.direct_btn_hm a.elementor-button {
    background-image: url(/wp-content/uploads/2023/10/user.svg);
    background-position: 20px 12px;
    background-repeat: no-repeat;
    padding-left: 60px !important;
}

.download_btnne a.elementor-button {
    background-image: url(/wp-content/uploads/2023/10/Group-4133-1.svg);
    background-position: 20px 14px;
    background-repeat: no-repeat;
    padding-left: 60px !important;
}

.nu_btnne a.elementor-button {
    background-image: url(/wp-content/uploads/2023/10/Group-4160.svg);
    background-position: 20px 15px;
    background-repeat: no-repeat;
    padding-left: 50px !important;
}

.course_innrr_secn .elementor-widget-wrap.elementor-element-populated {
    height: 100%;
    padding-bottom: 70px !important;
}

.course_innrr_secn .stardata-sec {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 92%;
    right: 0;
    margin: 0 auto;
}

.course_innrr_secn .button-info-btn {
    position: absolute;
    right: 30px;
    bottom: 25px;
}

/*******new home page css ended**************/

/* ========== Q&A page - BEGIN ==========  */

.pms-accordion-qa .elementor-accordion .elementor-accordion-item:first-child > .elementor-tab-title,
.pms-accordion-qa .elementor-accordion .elementor-accordion-item:first-child {
    border-radius: 10px 10px 0 0;
}

.pms-accordion-qa .elementor-accordion .elementor-accordion-item:last-child > .elementor-tab-title,
.pms-accordion-qa .elementor-accordion .elementor-accordion-item:last-child > .elementor-tab-content,
.pms-accordion-qa .elementor-accordion .elementor-accordion-item:last-child {
    border-radius: 0 0 10px 10px;
}

.pms-accordion-qa .elementor-accordion .elementor-accordion-item .elementor-tab-title a.elementor-accordion-title {
    display: block;
    padding-left: 22px;
}

.pms-accordion-qa ul li {
    padding-left: 5px;
    position: relative;
}

.pms-accordion-qa ul li::before {
    left: 0;
    position: absolute;
    top: 13px;
}

/*******new Q&A page css ended**************/


/* ========== Responsive - BEGIN ==========  */


@media only screen and (min-width:2500px) {
	/*******new home page css started**************/
	.beslut_main_sec {     background-size: 90vw !important; }
	.beslut_main_sec>.elementor-container {     min-height: 30vw !important;     max-height: 580px !important; }
	/*******new home page css ended**************/	

}
@media only screen and (min-width:2001px) {
	.data-locate-sec .elementor-widget-wrap.elementor-element-populated {     /*max-width: 92%;*/ max-width: 1600px; }
	.meer-sec-btn {     padding-left: 10px; }
	/*******new home page css started**************/
	.banner_home_new {     margin-top: -400px !important;      }
	.bannr_hm_ct_sec {    top: 200px;   }
	.banner_home_new:after{bottom: 150px;}
	/*******new home page css ended**************/	
}

@media only screen and (min-width:1951px){
	section.elementor-section.contact-page-outer {     padding-left: calc((100vw - 1720px) / 2) !important;     padding-right: calc((100vw - 1720px) / 2) !important; }
}

@media only screen and (max-width: 1950px) {

    .left-align-section,.bannr_colm_fst,.padding_leftsectn   {
        padding-left: 5% !important;
    }
	.right_align_section {      padding-right: 5% !important; }
	.data-accodian-list  span.elementor-accordion-icon.elementor-accordion-icon-right {right: 205px; }
    .data-locate-sec  .elementor-widget-wrap.elementor-element-populated {padding: 74px 80px 80px 5% !important; }
}

@media only screen and (max-width: 1800px) {
    .banner_home_new {
    padding: 0 0 2% 0 !important;
}
    .piims-heading_textcolumn {
        width: 700px !important;
    }
    .piims-heading_picturecolumn {
        width: calc(100% - 700px) !important;
        padding-left: 100px;
    }
    .piims_pilot-section .elementor-widget-wrap {
        padding: 65px 5% 70px 500px !important;
    }
    .piims_image-pilot {
        position: absolute;
        z-index: 999;
        width: 600px;
        left: calc(-100vw + 1550px);
    }
    .opleiding-detail-section {
        padding-left: 200px !important;
    }
	
		/* ==========Footer new start =========== */
		.piims_new_footer .piiims-footer_form .onwikkelingenPanel{width: 34%;}
		.piims_new_footer .piiims-footer_form .jet-form-row.jet-form-row--submit {     right: 9%; }
		/* ========== Footer new end=========== */
		
		/* ========== opleiding-detail =========== */
	   .banner_loc_sec {     padding-right: 12% !important; }
		/* ========== opleiding - detail =========== */
}

@media only screen and (max-width: 1700px) {
	
	/******Banner new start*******/
	.banner_new_sec:after {     bottom: 15px;     left: -10%; } 
	.bannr_img_overlay .elementor-widget-container img {     height: 880px !important; }
	/******Banner new end*******/
	
	/* ========== opleiding-inschrijven - start =========== */
	.ins_form_colm .elementor-widget-wrap.elementor-element-populated {     padding: 50px 40px 60px 40px !important; }
	.insch_form_cs .third_row .fields_flex .fields:nth-child(3) {     width: 215px; }
	.insch_form_cs .third_row .fields_flex .fields:first-child, .insch_form_cs .six_row .fields:first-child, .insch_form_cs .pstcode .fields:first-child {     width: 195px; }
	.insch_form_cs .third_row .fields_flex .fields:nth-child(2) {     width: 260px; }
	.ins_form_colm {     width: 56% !important; }
	/* ========== opleiding-inschrijven - end =========== */
		/* ==========Footer new start =========== */
		
		.piims_new_footer .piiims-footer_form .onwikkelingenPanel{width: 36%;}
		.piims_new_footer .piiims-footer_form .jet-form-row.jet-form-row--submit {     right: 7%; }
		/* ========== Footer new end=========== */
		
    .piims_image-pilot img {
        height: 550px;
    }
    .piims_image-pilot {
        left: 0;
    }
    .piims_pilot-section .elementor-widget-wrap {
        padding: 65px 5% 70px 650px !important;
    }
    .left-align-1550 {
        padding-left: 0 !important;
    }
    .piims-footer_textelement {
        width: 400px !important;    
    }
    .piiims-footer_form {
        width: calc(100% - 800px) !important;
    }
    .piims_pilot-section > .elementor-container > div:last-child > .elementor-widget-wrap {
        padding-left: 5% !important;
    }
    .opleiding-detail-section {
        padding-left: 400px !important;
    }
	
	/* 18-10-2023 */
	.form-multi-contact form .fieldset-cf7mls-wrapper {  float: left;     width: calc(100% - 370px);     padding: 50px 30px 50px 40px; }
	.form-multi-contact form ul.cf7mls_progress_bar {  width: 370px; padding: 50px 35px 340px 35px; }
	.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item .cf7_mls_steps_item_content p.cf7mls_progress_bar_title{font-size:20px; line-height:30px;}
	.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item .cf7_mls_steps_item_icon span.cf7_mls_count_step{font-size: 22px;     line-height: 30px; width: 65px;     height: 65px;}
	.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item .cf7_mls_steps_item_container{    gap: 15px;}
	
	/* 18-10-2023 */
	
}
@media only screen and (max-width: 1550px) {
	/*******new home page css started**************/
	.goed_hm_sec>.elementor-container>.elementor-column:first-child .elementor-widget-wrap.elementor-element-populated {     padding-right: 55px; }
	.beslut_main_sec:before {     bottom: -8%; }
	/*******new home page css ended**************/
}
@media only screen and (max-width: 1500px) {
	
	/******Banner new start*******/
	.banner_new_sec:after {     bottom: 0px;     left: -3%; } 
	.bannr_img_overlay .elementor-widget-container img {     height: 830px !important; }
	/******Banner new end*******/
	/* ========== opleiding-detail =========== */
	   .banner_loc_sec {     margin-top: -570px !important; }
	/* ========== opleiding - detail =========== */
		/* ==========Footer new start =========== */
		
		.piims_new_footer .piiims-footer_form .onwikkelingenPanel{width: 42%;}
		.piims_new_footer .piiims-footer_form .jet-form-row.jet-form-row--submit {     right: 0%; }
		/* ========== Footer new end=========== */
		
    .piims-heading_picturecolumn {
        width: calc(100% - 600px) !important;
    }
    .piims-heading_textcolumn {
        width: 600px !important;
    }
    .piims-heading_textcolumn .elementor-widget-container {
        padding: 0 !important;
    }
    .piims-heading_picturecolumn {
        padding-left: 5% !important;
    }        
    .piims-heading::after {
        width: 400px;
        height: 550px;
        background-size: contain;
    }
    .whitepaper-column .elementor-widget-text-editor {
        width: calc(100% - 450px);
    }
    .whitepaper .elementor-absolute {
        width: 450px;
        left: calc(100vw - 450px) !important;
        top: -20px !important;
    }
    .piims_pilot-section .piims_maintitle {
        margin-bottom: 10px;
    }
    .piims-footer_textelement {
        width: 350px !important;    
    }
    .piiims-footer_form {
        width: calc(100% - 700px) !important;
    }
	
	
}

@media only screen and (max-width: 1440px) {
	.piiims-footer_form .jet-form-row--submit {
		right: 15%;
	}
	.footer_mail {
		padding-right: 15%;
	}
    .sidebar_listing {
        padding: 30px !important;
    }
    .sidebar_listing .startup-btn > .elementor-widget-container {
        margin: 20px 0px 0px 0px !important;
    }
    .sidebar_listing .startup-btn a {
        padding: 10px 20px !important;
    }
    .sidebar_listing .google-btn-sec > div {
        padding: 0 0 20px 0 !important;
    }
    .sidebar_listing .elementor-widget-text-editor > .elementor-widget-container {
        margin: 20px 0px 0px 0px !important;
    }
   .samen-sec::after {
    width: 900px;
    height: 520px;
    z-index: -1;

   
}
.samen-sec::before {
    width: 900px;
    height: 520px;
    z-index: -1;
   
}
}

@media only screen and (max-width: 1400px) {
    .elementor-button-wrapper span {
        display: flex;
    }
    .custom-apply-header h2.stepthree {
    width: 58% !important;
}
.custom-apply-header  p {
    width: 42%;
}
    
    .elementor-button-wrapper span b {
        margin-left: 5px;
        margin-right: 5px;
    }
    .piims_image-pilot {
        width: 550px;
    }
    .piims_image-pilot img {
        min-width: 550px;
        height: 450px;
        transform: translateY(-70px);
    }
    .piims_pilot-section .elementor-widget-wrap {
        padding: 65px 5% 70px 600px !important;
    }
    .piims-about_textelement h3 {
        margin-bottom: 20px !important;
    }
    .piims-about_textelement {
        width: calc(100% - 500px) !important;
    }
    .piims-about_textelement h2 {
        margin: 0;
    }
    .piims-about_textelement b {
        display: block;
        margin-bottom: 0px;
    }
    .piims-footer_textelement {
        width: 300px !important;    
    }
    .piiims-footer_form {
        width: calc(100% - 600px) !important;
    }
    .piims_pilot-section > .elementor-container > div:last-child > .elementor-widget-wrap {
        padding: 20px 5% !important;
        justify-content: center;
        line-height: 2;
    }
    .opleidingen-section::after {
        right: 0;
    }
    .sidebar_listing .elementor-image-box-title {
        line-height: 35px !important;
    }
	
	/******Banner new start*******/
	.bannr_img_overlay .elementor-widget-container img {     height: 800px !important; }
	.banner_new_sec:after {     bottom: 0px;     left: -5%; }
	.banner_new_sec>.elementor-container {     max-height: 700px;   }
	/******Banner new end*******/
	
	/* ========== opleiding-inschrijven - start =========== */
	.ins_form_colm .elementor-widget-wrap.elementor-element-populated {     padding: 40px 35px 40px 35px !important; }
	.ins_form_colm {     width: 68% !important; }
	/* ========== opleiding-inschrijven - end =========== */
	
	/******Footer new start*******/
		.piims_new_footer .piiims-footer_form .footer_mail {     width: 63%; }
		.piims_new_footer .piiims-footer_form .onwikkelingenPanel{width: 34%;}
		.piims_new_footer .piiims-footer_form .jet-form-row.jet-form-row--submit {     right: 0%; }
	/******Footer new end*******/
	
	/* ========== opleiding-detail =========== */
	   .banner_loc_sec {     margin-top: -550px !important; }
	   .title_inrspan {     font-size: 26px; }
	/* ========== opleiding - detail =========== */
	
	/* 18-10-2023 */
	.form-multi-one .form-col-half {  width: 50%; }
	.form-multi-contact form .fieldset-cf7mls-wrapper .form-multi-one .form-col-half select {     width: 100%; }
	.form-multi-contact form .fieldset-cf7mls-wrapper {     float: left;     width: calc(100% - 320px);     padding: 30px 20px 30px 30px; }
	.form-multi-contact form ul.cf7mls_progress_bar {     width: 320px;     padding: 30px 25px 310px 25px; }
	.form-multi-contact form .fieldset-cf7mls-wrapper .form-row input{padding: 0 12px;     font-size: 14px !important;}
	.form-multi-contact form .fieldset-cf7mls-wrapper fieldset select.wpcf7-select{    padding: 0 30px 0 12px;     font-size: 14px !important; }
	.form-multi-contact form .fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls .form-row textarea{font-size: 14px !important; padding: 9px 12px 12px 12px;}
	.radio-gender .form-col-full label{font-size:14px;}
	.radio-gender .form-col-full span.wpcf7-form-control-wrap span.wpcf7-list-item label span.wpcf7-list-item-label{font-size: 14px !important;}
	.form-multi-contact form .fieldset-cf7mls-wrapper .form-row.form-row-checkbox span.wpcf7-list-item-label{font-size: 14px !important;}
	.form-multi-contact form .fieldset-cf7mls-wrapper .form-row.form-row-checkbox p > label > a{    margin: 0 0 0 3px; font-size: 14px !important;}
	/* 18-10-2023 */
	
	/*******new home page css started**************/
		.download-image-banner::after {     height: 28vw;    top: 22%; }
		.button-info-btn {     margin-top: 15px; }
		.course_innrr_secn .stardata-sec{bottom:60px;     width: 90%;}
		.course_innrr_secn .elementor-widget-wrap.elementor-element-populated {     padding-bottom: 110px !important; }
	/*******new home page css ended**************/
		
}
@media (max-width:1300px){
.accordian-section h4 {width: 420px; padding-right: 50px;font-size: 16px; width: 340px; }
.accordian-section h3 {padding-right: 20px; }
.meer-sec-btn {padding-right: 60px; }
.accordian-section {justify-content: space-between;}
.accordian-inner-sec-left {width: 65%; }
.accordian-inner-sec-right {width: 35%; padding-left: 32px; }
.data-accodian-list  span.elementor-accordion-icon.elementor-accordion-icon-right {right: 21%; }
}

@media only screen and (max-width: 1200px) {
    .opleiding-detail-section {
        overflow: hidden;
    }
    .piims-heading_picturecolumn {
        width: calc(100% - 500px) !important;
    }
    .piims-heading_textcolumn {
        width: 500px !important;
    }
    .whitepaper-column .elementor-widget-wrap {
        padding-left: 5% !important;
    }
    .certificatiestandaard .elementor-absolute {
        width: auto;
        right: 0;
    }
    .piims-heading::after {
        width: 400px;
        height: 470px;
        background-size: contain;
    }
    p.titel {
        max-width: 240px;
        bottom: 20px;
    }
    .certificatiestandaard .elementor-absolute > .elementor-widget-container {
        text-align: right !important;
        width: auto !important;
    }
    .piims-about_textelement {
        width: calc(100% - 400px) !important;
    }
    .blauw .elementor-widget-container::after {
        height: 420px;
    }
    .piims-footer_textelement {
        width: 250px !important;
    }
    .piiims-footer_form {
        width: calc(100% - 500px) !important;
    }
    .piims_image-pilot img {
        min-width: unset;
        height: 400px;
        width: 400px;
    }
    .piims_pilot-section .elementor-widget-wrap {
        padding: 65px 5% 40px 450px !important;
    }
    .piims_image-pilot img {
        transform: translateY(-50px);
    }
    .piims_pilot-section .piims_maintitle {
        margin-bottom: 0px;
    } 
    .piims_pilot-section > .elementor-container > div:last-child > .elementor-widget-wrap {
        padding: 30px 5% !important;
        justify-content: center;
        line-height: 2;
    }
    .opleidingen-section > .elementor-container > .elementor-column {
        width: calc(50% - 20px);
    }
    div#checkbox input[type="checkbox"]::after {
        width: 70vw;
    }
    .sidebar_list li {
        font-size: 18px !important;
        margin-bottom: 8px !important;
        padding: 15px !important;
    }
    .piim_side-menu.elementor-section {
        width: 300px;
        padding: 25px;
    }
    .opleiding-detail_title::after {
        left: 99%;
    }
    .opleiding-detail-section {
        padding-left: 330px !important;
    }
    .piiims-footer_form .jet-form-row--submit button {
        right: 0px !important;
    }
    .inschrijfform .jet-form-col-4,
    .inschrijfform .jet-form-col-2,
    .inschrijfform .jet-form-col-6,
    .inschrijfform .jet-form-col-5 {
        max-width: 50%;
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .inschrijfform .jet-form-col[data-field="achternaam"],
    .inschrijfform .jet-form-col[data-field="woonplaats"] {
        max-width: 100%;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .inschrijfform .jet-form-row {
        padding: 0;
    }
    .inschrijfform .text-field {
        margin-top: 10px;
    }
    .inschrijfform .wie_betaalt {
        align-items: center;
        margin-bottom: 10px;
    }
	
	/******Banner new start*******/
	.bannr_img_overlay .elementor-widget-container img{    height: 700px !important;}
	.banner_new_sec>.elementor-container {     max-height: 600px; }
	.banner_new_sec:after {     transform: rotate(13deg); }
	/******Banner new end*******/
	
	/* ========== Opleidingen-2 - start=========== */
	.list-dates .elementor-container .elementor-column .elementor-widget-wrap.elementor-element-populated  .elementor-widget-icon-list {     width: 25%; }
	.list-dates .elementor-container .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-heading {     width: 75%; }
	/* ========== Opleidingen-2 - end=========== */
	
	/* ========== opleiding-inschrijven - start =========== */
	.ins_form_colm {     width: 75% !important; }
	.insch_form_cs .labels {     font-size: 18px;     line-height: 32px; }
	.insch_form_cs .third_row, .insch_form_cs .second_section {     margin-top: 18px; }
	/* ========== opleiding-inschrijven - end =========== */
	
	/* ========== opleiding-detail =========== */
	   .banner_loc_sec {     margin-top: -480px !important; }
	   .data-locate-sec  .elementor-widget-wrap.elementor-element-populated {padding: 54px 60px 60px 50px !important; }
		.accordian-section h4 {line-height: 22px;width: initial;padding-right: 10px;}
		.accordian-section h3 {font-size: 16px; line-height: 23px; }
		.meer-sec-btn {font-size: 16px; line-height: 30px; padding-left: 20px; padding-right: 50px; }
		.data-accodian-list  span.elementor-accordion-icon.elementor-accordion-icon-right {     right: 21%; }
		.detail-slider .jet-carousel__item-inner {     margin: 0px 12px 0px 12px !important; }
		.detail-slider .jet-carousel__item-inner >img{left:12px;}
		.title_inrspan {     font-size: 22px; }
	/* ========== opleiding - detail =========== */
	
	/* ========== footer new - start =========== */
	.piims_new_footer .piiims-footer_form .onwikkelingenPanel {     width: 100%;     margin-right: 0px; margin-bottom: 10px;}
	.piims_new_footer .piiims-footer_form .footer_mail {     width: 100%; }
	/* ========== footer new - end =========== */
	
	/* 18-10-2023 */
	.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item .cf7_mls_steps_item_icon span.cf7_mls_count_step {     font-size: 18px;     line-height: 28px;     width: 50px;     height: 50px; }
	.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item .cf7_mls_steps_item_content p.cf7mls_progress_bar_title {     font-size: 16px;     line-height: 26px; }
	.form-multi-contact form ul.cf7mls_progress_bar {     width: 250px;     padding: 30px 20px 310px 20px;     gap: 30px; }
	.form-multi-contact form .fieldset-cf7mls-wrapper {     float: left;     width: calc(100% - 250px);     padding: 30px 10px 30px 20px; }
	.form-multi-contact form{padding:6px;}
	.form-col-sixty {  width: 52%; }
	.form-col-ten {  width: 18%; }
	.form-col-thirty {   width: 30%; }
	.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item .cf7_mls_steps_item_container {     gap: 10px; }
	p.custom-submit input#submit_apply {  padding: 0 40px 0 18px; font-size: 16px;  background-size: 17px;     background-position: calc(100% - 12px);     height: 45px;}
	p.custom-submit input#submit_apply:hover {   background-size: 17px;     background-position: calc(100% - 12px); }
	.radio-gender .form-col-full p { gap: 15px; }
	.form-multi-contact form .fieldset-cf7mls-wrapper .form-row input{height:45px;}
	.form-multi-contact form .fieldset-cf7mls-wrapper fieldset select.wpcf7-select{height:45px;}
	.form-multi-contact form .fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls .form-row{gap:8px;}
	.form-multi-two .form-row {     margin: 8px 0 0 0; }
	.form-multi-contact form .fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls .form-row.form-row-checkbox {     margin: 10px 0 10px 0; }
	.form-multi-contact form .fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls button.action-button{padding: 0 40px 0 18px; font-size: 16px;  background-size: 17px;     background-position: calc(100% - 12px); }
	.form-multi-contact form .fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls button.action-button:hover{background-size: 17px;     background-position: calc(100% - 12px); }
	
	/* 18-10-2023 */
	
	/*******new home page css started**************/
		.banner_home_new .elementor-widget-image:before{    left: -55px; top: -4px;}
		.banner_home_new:after {     bottom: 100px;     left: -12%; }
		.beslut_main_sec:before {     bottom: -5%;     left: -40%; }
		.direct_btn_hm a.elementor-button {     background-size: 22px;     padding-left: 48px !important; }
		.updates_secn .elementor-widget-text-editor:before {     left: -39px !important; }
		.download_btnne a.elementor-button{    padding-left: 52px !important;     background-size: 24px; background-position: 20px 13px;}
		.nu_btnne a.elementor-button{    padding-left: 50px !important;     background-size: 18px;     background-position: 20px 13px;}
	/*******new home page css ended**************/
    .custom-apply-header h2.stepthree {
    width: 54% !important;
}
.custom-apply-header  p {
    width: 46%;
}
}

@media only screen and (min-width: 1025px) {
	/* ========== Header - start =========== */
	.header_new_sec.elementor-sticky--effects  .elementor-nav-menu .elementor-item {     color: #222 !important; }
	.header_new_sec.elementor-sticky--effects .elementor-nav-menu .menu-item-has-children .elementor-item {     color: #222 !important; }
	.stickylogo_new {     display: none; }
	.header_new_sec.elementor-sticky--effects .stickylogo_new {     display: block; }
	.header_new_sec.elementor-sticky--effects .defaultlogo_new {     display: none; }
	.piims_menu .elementor-nav-menu>li ul>li>a {     white-space: unset; }
	.piims_menu .elementor-nav-menu>li ul.sub-menu {     width: max-content !important;     max-width: 32vw !important; }
	
	/* ========== Header - end =========== */
}
@media only screen and (max-width: 1025px) {
.dots-img-sec::after {
    width: 577px;
    height: 360px;
    bottom: 160px;
    left: -100px;
}
}
@media only screen and (max-width: 1024px) {
    .banner_home_new {
    padding: 0 0 60px 0 !important;
}
 .custom-apply-header h2.stepthree {
    width: 45% !important;
    }
.custom-apply-header  p {
    width: 55% ;
   
  }
.samen-sec::after {
    width: 700px;
    height: 300px;
     top:0;
}
.dots-img-sec::after {
    bottom: 0;
   
}
.samen-sec::before {
    width: 700px;
    height: 300px;
    bottom: -250px;
}
    .cursus-meer-informatie svg {
        width: 18px;
    }
    nav .elementor-nav-menu {
        margin-right: 30px !important;
    }
    .piims_menu {
        padding: 20px 5% !important;
        background-color: #fff !important;
        z-index: 999999 !important;
    }
    .elementor-widget-nav-menu > .elementor-widget-container {
        height: 100%;
        display: flex;
        justify-content: center;
    }
    p.titel {
        position: relative;
        bottom: 80px;
    }
    .home-logo-responsive {
        display: block !important;
    }
    .menu-cta ul {
        max-width: 100% !important;
        width: 100% !important;
        left: -157px !important;
    }
    /* Piims mobile menu - BEGIN */

    .elementor-nav-menu--toggle li.tablet-only {
        display: none !important;
    }
    
    .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        max-height: unset;
    }

    .menu-cta .responsive_subitem,
    .responsive_subitem {
        display: block;
    }
    .menu-cta .responsive_subitem a {
        justify-content: flex-start;
        padding: 0 !important;
        font-size: 16px !important;
        margin-bottom: 10px;
    }
    .menu-cta .sub-menu {
        padding-top: 20px !important;
    }
    .menu-cta .desktop_subitem {
        display: none;
    }
    
    .elementor-nav-menu--toggle .elementor-menu-toggle + .elementor-nav-menu--dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 400px;
        height: 100%;
        max-height: unset;
        padding: 55px 0 0 0;
        -webkit-transition: .4s;
        transition: .4s;
        visibility: hidden;
        z-index: 11000;
        overflow-x: hidden;
        margin: 0;
        background-color: #292929 !important;
        right: auto;
        left: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        
        -webkit-box-shadow: 0px 15px 40px 0px rgb(0 0 0 / 30%);
        -moz-box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 15px 40px 0px rgb(0 0 0 / 30%);
        padding-top: 12vh;
    }

    .piims_menu li.home-logo-responsive a {
        font-size: 0px !important;
        background-color: #fff !important;
        border-radius: 15px;
        padding: 40px 20px;
        background-image: url('https://www.piimsacademy.com/wp-content/uploads/2022/09/piims-academy-1.svg') !important;
        background-repeat: no-repeat !important;
        background-size: 120px !important;
        background-position: calc(50% + 15px) !important;
        margin-bottom: 40px !important;
        margin-right: 30px;
        transform: scale(1.3);

        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 16%);
        -webkit-box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 16%);
        -moz-box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.16);
    }

    .piims_menu li.home-logo-responsive a:hover {
        background-color: #fff !important;
    }

    .elementor-nav-menu--dropdown .menu-cta .elementor-item.elementor-item-active {
        background-color: #59a54e !important;
        border-radius: 6px !important;
    }
    .menu-cta {
        margin-top: 15px !important;
    }
    .menu-cta a {
        justify-content: left;
    }
    .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu--dropdown {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }
    
    /* .elementor-nav-menu--toggle .elementor-menu-toggle + .elementor-nav-menu--dropdown > ul.elementor-nav-menu {
        padding-right: 30px;
        padding-left: 5rpx;
    } */
    
    .elementor-nav-menu--toggle li.tablet-only a {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px !important;
    }
    
    .elementor-nav-menu--toggle li.social-icons::before {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
        font-size: 22px;
    }
    
    .elementor-nav-menu--toggle li.menu-linkedin::before { content: '\f0e1'; }
    .elementor-nav-menu--toggle li.menu-instagram::before { content: '\f16d'; }
    .elementor-nav-menu--toggle li.menu-whatsapp::before { content: '\f232'; }
    
    .elementor-nav-menu--toggle li.social-icons a {
        overflow: hidden;
        clip: rect(0 0 0 0);
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }
    .elementor-nav-menu--dropdown a {
        color: #fff !important;
    }
    
    .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
        
    background: transparent;
    }
    .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
        overflow: visible;
    }

    /* Piim mobile menu - end */
    .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container,
    .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
        max-height: unset !important;
        height: 100vh !important;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-bottom: 50px !important;
    }
    .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
        transform: translateX(-390px) !important;
    }
    .piims-info-form .wpcf7-submit {
        padding: 7px 60px 7px 10px;
        height: 50px;
        background-size: 20px;
        font-size: 18px;
        background-position: calc(100% - 20px);
    }

    .piims_menu .elementor-menu-toggle {
        margin-right: 0 !IMPORTANT;
    }
                    
    /* .opleiding-detail-section .elementor-widget-wrap > .elementor-element,
    .opleiding-detail-section .elementor-widget-wrap > .elementor-element:not(:last-child) .elementor-widget-container {
        padding-left: 0 !important;
    } */

    .opleiding-detail-section .elementor-inner-section > div > div > .elementor-widget-wrap > div:not(.opleiding-detail_title):not(.inschrijfform) > div {
        padding-left: 0 !important;
    }
	
	.inschrijfform > div {
		padding: 35px !important;
	}

    .opleiding-detail-section .opleiding-detail_title {
        padding: 20px 0px 20px 25px;
    }

    .inschrijfformulier h3,
    .inschrijfformulier h4,
    .inschrijfformulier b {
        font-size: clamp(16px, 2.5vw, 25px) !important;
        line-height: 1.5;
    }
    .inschrijfformulier input {
        font-size: clamp(16px, 2.5vw, 20px) !important;
    }
    .opleidingen-section::after, .opleiding-detail-section::after {
        content: '';
        width: 440px;
        height: 630px;
        position: absolute;
        background-image: url(assets/images/icon.svg);
        top: 0px;
        right: 0;
        background-repeat: no-repeat;
        z-index: -1;
        background-size: contain;
    }

    .opleiding-detail-section {
        overflow: hidden;
    }
    .piiims-footer_form {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .piims-heading_textcolumn {
        width: 400px !important;
    }
    .piims-heading_picturecolumn {
        width: calc(100% - 400px) !important;
    }
    .piims-heading::after {
        width: 370px;
        height: 440px;
    }
    .whitepaper .elementor-absolute {
        width: 350px;
        left: calc(100vw - 390px) !important;
        top: 30px !important;
    }
    .piims-footer_textelement {
        width: 50% !important;
    } 
    .piiims-footer_form {
        width: 100% !important;
    }
    .piims-heading_textcolumn .elementor-widget-container {
        margin: 0 !important;
    } 
    .piims_image-pilot img {
        transform: translateY(40px);
        height: 350px;
        width: 400px;
    }
    .piims_footer .elementor-container {
        padding: 10% 5% 5%;
    }
    .avg-certificering ul {
        margin-bottom: 50px !important;
        margin-top: 30px;
    }
    .elementor-nav-menu--dropdown .elementor-item:hover {
        background-color: #292929 !important;
    }
    .menu-cta ul.sub-menu > li > a {
        border: none;
        padding: 8px 10px !important;
    }
    .menu-cta ul.sub-menu {
        position: unset !important;
        right: unset;
        transform: unset;
    }
    .opleiding-detail-header {
        margin-bottom: 60px !important;
    }
    .opleiding-detail-section {
        margin-top: 60px !important;
    }
    .sidebar_list li {
        font-size: 16px !important;
        padding: 12px 15px !important;
    }
    .piim_side-menu.elementor-section {
        width: 275px;
        padding: 20px;
    }
    .piim_side-menu.fixed {
        height: min(calc(100vh - 335px), 690px);
    }
    .data-form {
        padding-left: 0px;
    }
	.inschrijfform .title_1 .jet-form__label-text {
	    font-size: 30px;
		margin-bottom: 10px;
	}
	.inschrijfform .title_2 span {
    	font-size: 22px;
	}
	.inschrijfform .jet-form-row.jet-form-row--submit {
		width: calc(100% + 70px);
		left: -30px;
		padding: 25px 30px;
		bottom: -40px;
	}
	.piims_menu li > a::before {
		display: none;
	}
	.certificatiestandaard {
		padding-bottom: 50px !important;
	}
	.inschrijfform > div {
		margin-top: 80px !important
	}
	.piims-home_quote::after {
		margin-top: 100px;
	}
    .inschrijfform .jet-form-builder-row.field-type-submit-field {
        width: calc(100% + 70px);
        left: -35px;
        bottom: -35px;
    }    
	/******Banner new start*******/
	.bannr_img_overlay .elementor-widget-container img{    height: 420px !important;}
	.banner_new_sec>.elementor-container {     max-height: 400px; }
	.bannr_img_overlay .elementor-widget-container:before{border-radius: 0px 0px 0px 260px;}
	.banner_new_sec:after {        bottom: 0;     left: -3%;     width: 768px;    transform: rotate(7deg);     }
	.header_new_sec .stickylogo_new{display:block;}
	.header_new_sec .defaultlogo_new {     display: none; }
	.banner_loc_colm figure.elementor-image-box-img {     top: 3px; }
	/******Banner new end*******/ 
	
	/* ========== Opleidingen-2 - start=========== */
	.list-dates .elementor-container .elementor-column .elementor-widget-wrap.elementor-element-populated{ 		padding-top: 10px; 		padding-bottom: 10px; 	}
	.list-dates .elementor-container .elementor-column .elementor-widget-wrap.elementor-element-populated  .elementor-widget-icon-list {     width: 32%; }
	.list-dates .elementor-container .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-heading {     width: 68%; }
	/* ========== Opleidingen-2 - end=========== */
	
	/* ========== opleiding-inschrijven - start =========== */
	.insch_form_cs .labels {     font-size: 16px;     line-height: 30px; }
	.ins_form_colm .elementor-widget-wrap.elementor-element-populated {     padding: 30px 30px 30px 30px !important; }
	.ins_form_colm {     width: 95% !important; }
	.insch_form_cs .contentbottom br {     display: none; }
	.insch_form_cs .contentbottom {     margin-bottom: 30px; }
	/* ========== opleiding-inschrijven - end =========== */
	
	/******Footer new start*******/
		.piims_new_footer .piiims-footer_form .footer_mail {     width: 60%; }
		.piims_new_footer .piiims-footer_form .onwikkelingenPanel{width: 34%;     position: unset;     display: block !important;     margin-right: 10px;}
		.piims_new_footer .piiims-footer_form .jet-form-row.jet-form-row--submit {     right: 5%; bottom: 10px;}
	/******Footer new end*******/
	/* ========== opleiding-detail =========== */
	   .banner_loc_sec {     margin-top: -355px !important; }
	   .view-section figure.elementor-image-box-img {min-width: 20px;     max-width: 20px; }
	   .view-section figure.elementor-image-box-img {top: 4px; }
	   .author-detail-sec {     max-width: 100%; }
	   .detail-slider .jet-carousel__item-inner {     margin: 0px 15px 0px 15px !important; }
	   .detail-slider .jet-carousel__item-inner >img {     left: 15px; }
	   .meer-sec-btn{line-height: 22px;}
	   .title_inrspan {     font-size: 20px; }
	   /* .detail-slider .slick-list {     margin-left: -150px;     margin-right: -150px; } */
	   .slider_full_sec {     overflow-x: hidden; }
       .detail-slider .jet-carousel__item::after {display: none; }
       .detail-slider .jet-carousel__item {opacity: 1; }
       .detail-slider .jet-carousel__item-inner .jet-carousel__content {margin-top: 10px !important; box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1) !important;}
       .detail-slider .jet-carousel__item-inner >img {top: 10px;}
	/* ========== opleiding - detail =========== */
	
	/*******new home page css started**************/
		.bottom_quote_sec:after,.course_hm_sec:before,.beslut_main_sec:after {     max-width: 100%; }
		.bannr_hm_ct_sec{    top: 22%;}
		.banner_home_new:after {     bottom: 60px;     left: -15%; }
		.goed_hm_sec>.elementor-container>.elementor-column:first-child .elementor-widget-wrap.elementor-element-populated {     padding-right: 0; }
		.beslut_main_sec:before {     bottom: -1%;     left: -35%;     border-radius: 1000px 213px 1442px 75px; }
		.download-image-banner:after{display:none;}
		.course_innrr_secn .stardata-sec{ width: 93%;}
		.course_innrr_secn .elementor-widget-wrap.elementor-element-populated{height:auto;}
		.course_innrr_secn .stardata-sec {     position: unset;     width: 100%; }
		.course_innrr_secn .button-info-btn {     position: unset; }
		.course_innrr_secn .elementor-widget-wrap.elementor-element-populated {     padding-bottom: 25px !important; }
	/*******new home page css ended**************/
}

@media (max-width:991px){
    .accordion-info {
    width: 70%;
}
.custom-apply-header h2.stepthree {
    width: 58% !important;
}
.custom-apply-header  p {
    width: 42%;
}
.accordion-button {
    width: 30%;
}
.custom-apply-header span {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 10px;
}
.insch-btn {text-align: center; }
.accordian-inner-sec {display: block; }
.accordian-inner-sec-right ul {padding: 0; }
.accordian-inner-sec-right {width: 100%; padding-left: 0; }
.accordian-inner-sec-left {width: 100%; }
.meer-sec-btn {font-size: 15px; line-height: 19px; padding-right: 40px;   min-width: max-content; }
.insch-btn {font-size: 15px; line-height: 18px; padding: 7px 10px 10px 10px;     min-width: max-content;}
.accordian-section h3 {padding-right: 10px; }
.accordian-section h4 {width: 180px; }
.data-accodian-list  span.elementor-accordion-icon.elementor-accordion-icon-right {right: 21%; top: 26px; }
.data-locate-sec  .elementor-widget-wrap.elementor-element-populated {padding: 54px 30px 60px 30px !important; }

/* 18-10-2023 */
.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item  .cf7_mls_steps_item_content {  display: none; }
.form-multi-contact form ul.cf7mls_progress_bar { padding: 30px 20px 30px 20px;     gap: 15px;     flex-direction: row; width: 100%; }
.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item  .cf7_mls_steps_item_content {  display: none; }
.form-multi-contact form ul.cf7mls_progress_bar li.cf7_mls_steps_item .cf7_mls_steps_item_container {  justify-content: center; }
.form-multi-contact form > .cf7mls_number_step_wrap {     display: none; }
.form-multi-contact form .fieldset-cf7mls-wrapper {  width: 100%;  padding: 20px 10px; }
.form-multi-contact form .fieldset-cf7mls-wrapper .custom-apply-header h2 {     font-size: 22px;     line-height: 30px; }
.form-col-forty-nine {  width: 100%; }
.form-col-fifty-one { width: 100%; }
.form-multi-contact form .fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls .form-row {  flex-wrap: wrap; gap:8px;}
.form-multi-one .form-col-half {     width: 100%; }
.form-col-fifty {  width: 100%; }
.form-col-thirty {     width: 100%; }
.form-col-ten {     width: 30%; }
.form-col-sixty {     width: calc(70% - 8px); }
.form-multi-contact form .fieldset-cf7mls-wrapper .custom-apply-header h2{font-size:26px; line-height:32px;}
.radio-gender .form-col-full p {     gap: 6px;     flex-direction: column;     align-items: flex-start; }
.radio-gender .form-col-full span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio { gap: 15px; }

/* 18-10-2023 */
.samen-sec .elementor-container .elementor-inner-section .elementor-col-33 {
    width: 50% !important;
}
.samen-sec .elementor-container .elementor-inner-section .elementor-col-33:nth-child(2) .elementor-widget-wrap.elementor-element-populated {
    margin: 0px 0px 0px 10px;
}
.samen-sec .elementor-container .elementor-inner-section .elementor-col-33:nth-child(3) .elementor-widget-wrap.elementor-element-populated {
    margin: 25px 0px 0px 0px;
}
}

@media only screen and (max-width: 900px) {
    .accordion-button {
        /* display: none; */
    }
    .elementor-column.accordion-column {
        width: calc(100% - 30px) !important;
    }
    .piims-voortgang_popup .elementor-widget-heading > .elementor-widget-container {
        margin: 0 !important;
    }
    .piims-voortgang_popup {
        padding: 50px 30px 30px 30px !important;
    }
    .accordion::before {
        left: -46px;
    }
    .tijdlijn-column {
        width: 30px !important;
    }
    .piims-about_textelement {
        width: 100% !important;
    }
    .piims_pilot-section .elementor-widget-wrap {
        padding: 365px 5% 40px 5% !important;
    }
    .piims_image-pilot {
        width: 100%;
    }
    .piims_image-pilot img {
        width: 95%;
    }
    .piims-heading_textcolumn {
        width: 100% !important;
        order: 2;
    }
    .piims-heading_picturecolumn {
        width: 100% !important;
        padding-left: 0 !important;
    }
    .piims-heading::after {
        top: 370px;
        left: 60vw;
    }
    .whitepaper-column .elementor-widget-text-editor {
        width: 95%;
    }
    .whitepaper .elementor-absolute {
        width: 200px;
        left: calc(100vw - 290px) !important;
        top: 300px !important;
    }
    .whitepaper-column .elementor-widget-wrap {
        padding-bottom: 100px !important;
    }
    .avg-certificering ul {
        margin-top: 10px;
        margin-bottom: 20px !important;
    }
    .samenwerkingen_textblock h4 {
        margin-bottom: 0;
    }
    .samenwerkingen_textblock {
        padding: 20px 30px;
    }
    .samenwerkingen-section .samenwerkingen_textblock.elementor-widget-text-editor {
        margin-bottom: 30px !important;
    }
}

@media only screen and (max-width: 768px) {
	/* ========== opleiding-detail =========== */
	   .banner_loc_sec {     margin-top: 0px !important; }
	   .banner_loc_sec  .elementor-container {     max-width: 100% !important; }
	   .banner_loc_sec {     padding: 0% 0% 0% 0% !important; }
	   .banner_loc_sec .elementor-background-overlay {     opacity: 1 !important; }
	   .banner_loc_colm figure.elementor-image-box-img {     position: relative;     top: 0px;     min-width: 18px;     margin-right: 8px !important;     max-width: 18px; }
		.banner_loc_colm  .elementor-image-box-wrapper { 			display: flex; 			text-align: left !important; 		}
		#banner_link_btn a.elementor-button {     width: auto !important; }
		.banner_mn_listing li.elementor-inline-item {     margin: 2px 0px; }
		.accordian-section {justify-content: initial; }
		.accordian-section {flex-wrap: wrap; }
		.accordian-section h4 {width: 50%; padding-right: 0px;    margin-bottom: 10px; }
		.accordian-section h3 {width: 50%; margin-bottom: 20px;border-right: none; padding-left: 10px;     border: none !important; padding-right: 25px;}
		.meer-sec-btn {width: 50%; padding-right: 0; padding-left: 0; }
			.data-accodian-list  span.elementor-accordion-icon.elementor-accordion-icon-right {     left: 140px;     top: unset;        right: unset;  bottom: 19px;  } 
		.insch-btn{margin-left: 10px;}
		.accordian-inner-sec li{line-height:24px;}
		.data-accodian-list .elementor-tab-content {     padding: 10px 20px 20px 20px !important; }
		.accordian-inner-sec li:first-child, .accordian-inner-sec li:last-child {     min-width: max-content; }
		.page-id-4696 .accordian-inner-sec li:first-child, .accordian-inner-sec li:last-child {     min-width: auto; }
	
	/* ========== opleiding - detail =========== */
	/* ========== Opleidingen-2 - start=========== */
	.list-dates .elementor-container .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-heading, .list-dates .elementor-container .elementor-column .elementor-widget-wrap.elementor-element-populated .elementor-widget-icon-list {     width: 100%; }
		.list-dates .elementor-widget-wrap.elementor-element-populated {     display: block; }
	/* ========== Opleidingen-2 - end=========== */
	
	/* ========== opleiding-inschrijven - start =========== */
	.insch_form_cs .fields_flex {     flex-wrap: wrap;  -webkit-flex-wrap: wrap;     row-gap: 10px;  justify-content: space-between;}
	.insch_form_cs .fields_flex .fields {     width: 49% !important; }
	.insch_form_cs .six_row .fields:nth-child(3), .insch_form_cs .pstcode .fields:nth-child(3) {     width: 100% !important; }
	.insch_form_cs .fields input {     padding: 12px 15px 12px 15px;     height: 40px; }
	.insch_form_cs .fields select {  height: 40px; }
	 .insch_form_cs .fields textarea{  padding: 12px 15px 12px 15px; }
	 .insch_form_cs .gender_row input[type="radio"], .insch_form_cs .sndinvoice input[type="radio"],.insch_form_cs .agree input[type="checkbox"]{width:15px; height:15px; top: 2px;} 
	 .insch_form_cs .third_row .fields,.insch_form_cs .six_row .fields,.insch_form_cs .pstcode .fields {     margin-bottom: 0px; }
	 .insch_form_cs .fourth_row ,.insch_form_cs .row_seven,.insch_form_cs .billinginfo{     margin-top: 10px; }
	 .insch_form_cs .sndinvoice {     flex-wrap: wrap; -webkit-flex-wrap: wrap; } 	 
	 .insch_form_cs .sndinvoice .fields {     width: 100%;     margin: 0 0 0 0px; }
	 .insch_form_cs .third_row, .insch_form_cs .second_section {     margin-top: 10px; }
	 .ins_form_colm .elementor-widget-wrap.elementor-element-populated {     padding: 25px 25px 25px 25px !important; }
	/* ========== opleiding-inschrijven - end =========== */
	
	/* ========== Footer new - start =========== */
	.piims_new_footer .piiims-footer_form .onwikkelingenPanel {     width: 100%;     margin-bottom: 10px;     margin-right: 0px;     height: auto;}
	.piims_new_footer .piiims-footer_form .footer_mail {     width: 100%;     position: unset !important;     height: auto; }
	.piims_new_footer .piiims-footer_form .jet-form-row.jet-form-row--submit {     right: 0;     bottom: 0; }

	/* ========== footer new - end =========== */
	
    .elementor-location-footer > .generic-section {
        padding-bottom: 60px !IMPORTANT;
    }
    div.modal.piims-popup .modal-dialog {
        width: 90vw;
        margin: 0;
    }
    li.home-mobile.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-home.current-menu-item.page_item.page-item-24.menu-item-1762 {
        background: transparent !IMPORTANT;
        display: block !important;
    }
    
    li.home-mobile.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-home.current-menu-item.page_item.page-item-24.menu-item-1762 a {
        background: transparent !IMPORTANT;
        display: block !important;
    }
    popup-form span {
        width: 100% !important;
    }
    
    .inschrijfformulier > div > div {
        width: calc(50% - 5px) !important;
    }
    .opleiding-detail_title {
        /* margin-top: 0 !important; */
    }
    .elementor-button-wrapper span {
        display: flex;
    }
    
    .elementor-button-wrapper span b {
        margin-left: 5px;
    }
    .piiims-footer_form button.avg-certificering_submit {
        bottom: 65px;
        right: -15px;
    }
    .footer_mail {
        bottom: 0;
        padding: 0;
        margin-left: auto;
        margin-left: 0 !important;
        width: 100%;
        max-width: unset;
        flex: unset;
    }
	.certificatiestandaard .elementor-absolute {
		top: 20px !important;
		bottom: unset;
		width: 240px;
		right: 0;
		left: unset !important;
    }
    .piims_pilot-section .elementor-widget-wrap {
        padding: 335px 5% 40px 5% !important;
    }
    .avg-popup-form form p span {
        width: 100% !IMPORTANT;
        margin-bottom: 10px;
    }
    .piims-heading::after {
        width: 250px;
        height: 380px;
    }
    .opleidingen-section > .elementor-container > .elementor-column {
        width: 100%;
        margin-top: 50px;
    }
    .whitepaper .elementor-absolute {
		display: block;
		left: unset !important;
		right: 10px;
    }
    .piims-info-form form p {
        width: auto;
        min-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .piims_footer .elementor-container {
        padding: 10%;
    }
    .piims-footer_textelement {
        width: 50% !important;
        padding: 0 20px 0 0;
    }
    .elementor-location-footer > .generic-section {
        overflow: hidden;
    }
    /* .jet-form-field-container input {
        font-size: 14px !important;
    } */
    .opleiding-detail-section .elementor-widget-wrap > .elementor-element {
        padding-left: 20px !important;
    }
    .opleiding-detail_title::after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #f7f7f7;
        position: absolute;
        left: 100px;
        top: 0;
        z-index: -1;
    }
    .onwikkelingenPanel {
        display: contents !important;
        position: absolute;
        bottom: 119px;
        height: 40px;
        width: 100%;
        color: #fff;
    }
    .onwikkelingenPanel .jet-form__fields-group {
        display: flex !important;
        width: 100% !important;
        justify-content: space-between;
    }
    .onwikkelingen-btn {
        display: none;
    }
    .piim_side-menu {
        width: 100% !important;
        height: auto !important;
        padding: 10px 0 !important;
        border-radius: 0px;
        z-index: 997 !important;
    }
    .sidebar_list ul.elementor-icon-list-items {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        cursor: grab;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .sidebar_list ul.elementor-icon-list-items::-webkit-scrollbar {
        display: none;
    }
    .sidebar_list ul.elementor-icon-list-items > li {
        min-width: fit-content;
        margin-bottom: 0 !important;
        margin-right: 10px;
        padding: 10px 13px !important;
    }
    .sidebar_list ul.elementor-icon-list-items > li:first-child {
        margin-left: 20px;
    }
    .sidebar_list ul.elementor-icon-list-items > li:last-child {
        margin-right: 20px;
    }
    .opleiding-detail-section {
        margin-top: 0px !important;
        padding-top: 120px !important;
    }
    .piim_side-menu {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    .piim_side-menu.fixed {
        border-top: 2px solid #ececec;
        box-shadow: 0 15px 20px 0px rgb(0 0 0 / 5%);
        -webkit-box-shadow: 0 15px 20px 0px rgb(0 0 0 / 5%);
        -moz-box-shadow: 0 15px 20px 0px rgba(0,0,0,0.05);
    }
    .opleiding-detail-section {
        padding-left: 0px !important;
    }
	.piiims-footer_form .jet-form-row--submit {
		right: 0;
	}
	.footer_mail {
		padding-right: 0;
	}
	.opleiding-detail-section .elementor-inner-section > div > div > .elementor-widget-wrap > div:not(.opleiding-detail_title):not(.inschrijfform) > div {
		padding-top: 20px;
	    margin-top: 0;
	}
	.inschrijfform > div {
    	margin-top: 50px !important;
	}
	.opleiding-detail-section .elementor-widget-wrap > .inschrijfform {
		padding-left: 5% !important;
	}
	.piims-home_quote::after {
		margin-top: 100px;
	}
    .inschrijfform .title_1 .jet-form__label-text, .inschrijfform-title {
        font-size: 30px;
    }
	/******Banner new start*******/
	.bannr_img_overlay .elementor-widget-container img{    height:38vw !important;}
	.banner_new_sec>.elementor-container {     max-height: unset;     min-height: auto; }
	.bannr_img_overlay .elementor-widget-container:before{border-radius: 0px 0px 0px 260px;     width: 42%;     height: 38vw;     left: unset;     right: 0;}
	.banner_new_sec:after {     bottom: 20px;     left: -3%;     width: 100%;     transform: rotate(0deg);     border-radius: 75px 75px 100px 75px;     height: 92%; }
	.bannr_colm_two {     position: absolute;     top: 0; }

	/******Banner new end*******/ 

    .piims_new_footer .jet-form-message.jet-form-message--success {
        margin-left: 0;
    }
	
	
	/*******new home page css started**************/
		.bannr_hm_ct_sec {     top: 22%;     height: 80%;     display: flex;     align-items: center; }
		.banner_home_new .elementor-widget-image>.elementor-widget-container:before {     content: '';     background-color: #ffffffba;     width: 100%;     height: 100%;     position: absolute;     border-radius: 0px 0px 200px 0px; }
		.banner_home_new:after {     bottom: 40px;     left: -15%; }
		.bottom_quote_sec:after, .course_hm_sec:before, .beslut_main_sec:after {     max-width: 60%;     height: 400px; }
		.course_innrr_secn .elementor-widget-wrap.elementor-element-populated {     padding-bottom: 20px !important; }
	/*******new home page css ended**************/
}

@media only screen and (max-width: 767px) {
 .accordion .elementor-widget-container {
    display: block;
  
}
.custom-apply-header h2.stepthree {
    width: 100% !important;
}
.custom-apply-header {
    display: block;
}
.custom-apply-header span {
    margin-top: 20px;
}
.custom-apply-header  p {
    width: 100%;
    justify-content: start;
}
.accordion-button {
    position: inherit;
    display: block;
}
           .samen-sec::after{display:none;}
           .samen-sec::before{display:none;}
           .samen-sec .elementor-container .elementor-inner-section .elementor-col-33 {
             width: 100% !important;
           }
          .samen-sec .elementor-container .elementor-inner-section .elementor-col-33:nth-child(2) .elementor-widget-wrap.elementor-element-populated {
           margin: 24px 0 0 0;
           }
	  .detail-slider .slick-list {     margin-left: 0px;     margin-right: 0px; }
	  .detail-slider .jet-carousel__item-inner {     margin: 0px 30px 0px 30px !important; }
	  .detail-slider .jet-carousel__item-inner >img {     left: 30px; }
	  
	  /* 18-10-2023 */
	  .form-multi-two .form-col-forty-nine { gap: 8px;     flex-wrap: wrap; }
	  .form-col-forty-nine .form-col-one { width: 100%; }
	  .form-col-forty-nine .form-col-two {  width: 100%; }
	  .form-multi-two .form-col-fifty-one {  gap: 8px;     flex-wrap: wrap; }
	  .form-multi-two .form-col-fifty-one .form-col-one {   width: 100%; }
	  .form-multi-two .form-col-fifty-one .form-col-two {   width: 100%; }
	  .form-col-ten {     width: 100%; }
	  .form-col-sixty {     width: 100%; }
	  .form-multi-contact form .fieldset-cf7mls-wrapper .form-row.form-row-checkbox span.wpcf7-list-item-label:before { width: 15px;     height: 15px;  }
	  .form-multi-contact form .fieldset-cf7mls-wrapper .form-row.form-row-checkbox span.wpcf7-list-item label { padding: 0 0 0 20px; }
	  .form-multi-contact form .fieldset-cf7mls-wrapper .form-row.form-row-checkbox span.wpcf7-list-item-label {     font-size: 12px !important; }
	  .form-multi-contact form .fieldset-cf7mls-wrapper .form-row.form-row-checkbox p > label > a {     margin: 0 0 0 1px;     font-size: 12px !important; }
	  /* 18-10-2023 */
}
@media only screen and (max-width: 600px) {
	.whitepaper {
		padding-bottom: 0px !important;
	}
	.whitepaper .elementor-absolute {
		display: none;
	}
	.whitepaper .whitepaper-text img {
		display: inline-block;
		width: 150px;
		margin-bottom: 20px;
		margin-top: 15px;
	}
	/* ========== opleiding-inschrijven - start =========== */ 
	.insch_form_cs .fields_flex .fields { 		width: 100% !important; 	}
	.insch_form_cs .fields_flex .fields {     margin-bottom: 8px !important; }
	.insch_form_cs .fourth_row, .insch_form_cs .row_seven, .insch_form_cs .billinginfo {     margin-top: 0px; }
	.insch_form_cs .fields_flex {     row-gap: unset; }
	.insch_form_cs .fields select{    background-size: 12px !important;}
	/* ========== opleiding-inschrijven - end =========== */
	
	/******Footer new start*******/
		.piims_new_footer .piiims-footer_form .footer_mail {     width: 100%; }
		.piims_new_footer .piiims-footer_form .onwikkelingenPanel {     width: 100%;     margin-right: 0px;     margin-bottom: 10px;     height: auto;     padding-left: 0px; }
		.piims_new_footer .piiims-footer_form .jet-form-row.jet-form-row--submit {     right:0; }
	/******Footer new end*******/ 
	
}

@media (max-width:575px){
.accordian-section h4 {width: 100%; }
.accordian-section h3 {width: 100%;      padding-left: 0;}
.accordian-inner-sec li {font-size: 14px; line-height: 16px; }
.accordian-section {     justify-content: space-between; }
.accordian-inner-sec-right li {     line-height: 22px; }
.accordian-inner-sec-left ul{    padding-top: 8px;     padding-bottom: 8px;}
}



@media only screen and (max-width: 480px) {
	
	.data-locate-sec  .elementor-widget-wrap.elementor-element-populated {padding: 34px 15px 40px 15px !important; border-radius: 0 !important; }
    .data-locate-sec >.elementor-container { padding-right: 0; }
    .list-dates .link_inch span.elementor-icon-list-text { padding-left: 0 !important; }
	.accordian-inner-sec-left ul{display: block;}
	.accordian-inner-sec li:first-child {padding-right: 0px; width: 100%; }
	.accordian-inner-sec li:nth-child(2) {padding-right: 0; width: 100%; }
	.accordian-inner-sec li:nth-child(3) {width: 100%; }
	.accordian-inner-sec li {margin-bottom: 8px; }
	.accordian-sec-img ul li {margin-right: 10px; }
	.accordian-sec-img ul {flex-wrap: wrap; gap: 20px; }
	.accordian-sec-img ul li {margin-right: 0; width: calc(50% - 10px); }
	.accordian-section h4 {width: 100%;}
	.insch-btn img {width: 15px; }
	.insch-btn {text-align: center; }
    .detail-slider .jet-carousel__item-text p {font-size: 16px; line-height: 24px; }
    .course_name .title_inrspan {font-size: 18px; display: block; }
    #banner_link_btn a.elementor-button {line-height: 24px !important; padding: 12px 15px !important; }
    #banner_link_btn a.elementor-button .elementor-button-icon {width: 18px; margin-left: 10px !important;}
	
	/* ========== opleiding-inschrijven - start =========== */
	.insch_form_cs .gender_row span.wpcf7-form-control-wrap {     width: 100%;     display: block; }
	.insch_form_cs .gender_row span.wpcf7-form-control-wrap span.wpcf7-list-item.first {     margin-left: 0px; }
	.insch_form_cs .agree .wpcf7-form-control-wrap * {     font-size: 14px !important;     line-height: 20px;}
	.insch_form_cs .sndinvoice span {     margin-right: 0px;  margin-left: 0px; }
    .insch_form_cs .sndinvoice span.first {margin-right: 10px; }
    .insch_form_cs .sndinvoice input[type="radio"] {margin-right: 0px; }
     .insch_form_cs .gender_row span.wpcf7-form-control-wrap span.wpcf7-list-item {     margin-left: 12px; }
	/* ========== opleiding-inschrijven - end =========== */
	
    .onwikkelingenPanel {
        display: block !important;
        position: relative;
        bottom: 0;
        height: 130px;
        width: 100%;
        border-radius: 6px;
        padding: 0px 0 0 5px;
        background: transparent;
        
    }
    .onwikkelingenPanel .jet-form-col__end {
        height: 100%;
    }
    .onwikkelingenPanel .checkboxes-wrap {
        width: 100%;
        color: #fff;
    }
    .onwikkelingenPanel .jet-form__fields-group {
        display: flex !important;
        flex-wrap: wrap;
    }
    .piims-footer_textelement {
        width: 100% !important;
        padding: 0 20px 0 0;
    }
    .piims-footer_logo img {
        padding: 35px 60px;
        background-color: #fff;
        width: 400px;
        border-radius: 15px;
        margin-top: -100px;
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 16%);
        -webkit-box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 16%);
        -moz-box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.16);
    }
    div#voornaam {
        margin-right: 0;
    }
    .over_piims .piims-foto-overlay img {
        height: 400px;
        object-fit: cover;
    }
    .blauw .elementor-widget-container::after {
        height: 400px;
    }
    .elementor-nav-menu--toggle .elementor-menu-toggle + .elementor-nav-menu--dropdown {
        width: 300px;
    }
    .menu-cta ul {
        left: -106px !important;
    }
    .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container,
    .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
        padding-bottom: 100px !important;
    }
    .sidebar_list li {
        font-size: 14px !important;
    }
	.certificatiestandaard .elementor-absolute {
		width: 120px;
	}
	.certificatiestandaard .elementor-widget-heading {
		padding-right: 90px;
	}
	.certificatiestandaard .elementor-widget-heading h2 {
		font-size: 18px !important;
		line-height: 1.4 !important;
		padding: 25px 0 25px !important;
	}
	.certificatiestandaard .elementor-widget-text-editor p {
		font-size: 14px !important;
	}
	.inschrijfform .jet-form-row {
		padding: 0;
	}
	.inschrijfform .jet-form-row:not(.jet-form-row--submit) > div {
		margin-bottom: 10px;
	}
	
	.inschrijfform .jet-form-row .field-type-group_break {
		display: none;
	}
	
	.inschrijfform .jet-form-row .field-type-radio {
		flex-wrap: wrap;
	}
	
	.inschrijfform .field-type-radio .jet-form-col__start {
		font-size: 16px;
	    font-weight: 500;
	}
	
	.inschrijfform .field-type-radio .jet-form-col__end {
		width: 100%;
	}
	
	.inschrijfform .jet-form-row .checkboxes-wrap .jet-form__field-label {
		align-items: flex-start;
	}
	
	.inschrijfform .jet-form-row div[data-field="voorwaarden"] .checkboxes-wrap .jet-form__field-label {
		flex-wrap: wrap;
	}
	
	.inschrijfform .title_1 .jet-form__label-text {
		font-size: 25px;
	}
	
	.inschrijfform > div {
		padding: 25px !important;
	}
	
	.inschrijfform .jet-form-row.jet-form-row--submit {
		width: calc(100% + 50px);
		left: -20px;
		padding: 20px 20px;
		bottom: -30px;
	}
	.mobile-scroll-table table {
		overflow: auto;
		display: block;
	}
	.piims-home_quote::after {
		margin-top: 60px;
	}
	.footer-form_piims .avg-certificering_submit button {
		height: 45px;
	    font-size: 16px;
		padding: 10px 15px;
	}
	.piims-whitepaper_btn a {
		height: 45px !important;
		padding: 10px 65px 10px 20px !important;
	}
	.piims-whitepaper_btn a .elementor-button-content-wrapper::after {
    	width: 45px;
		height: 45px;
	}
	.data-form input {
		border-radius: 10px;
	    border: 1px solid #dbdbdb !important;
	}
	.data-form .avg-certificering_submit .avg-certificering_submit {
		border-radius: 10px;
		margin-top: 10px;
	}
    .inschrijfform .text-field {
        margin-top: 0px;
    }
    .inschrijfform .jet-form-col-4, .inschrijfform .jet-form-col-2, .inschrijfform .jet-form-col-6, .inschrijfform .jet-form-col-5 {
        max-width: 100%;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .inschrijfform .field-type-radio .jet-form-col__start {
        flex: unset;
        max-width: unset;
        width: 100%;
    }
    .inschrijfform .title_1 .jet-form__label-text, .inschrijfform-title {
        font-size: 25px;
    }
    .inschrijfform .title_2 span, .inschrijfform-subtitle {
        font-size: 22px;
    }
    .inschrijfform-radiobuttons .field-type-radio-field > .jet-form-builder__label {
        flex: 0 1 50px;
    }
    .inschrijfform .jet-form-builder-row.field-type-submit-field {
        width: calc(100% + 50px);
        left: -25px;
        bottom: -25px;
        padding: 25px 30px;
    }
    .opleiding-detail-section .elementor-widget-wrap > .inschrijfform {
        padding-left: 0% !important;
    }
    .inschrijfform .jet-form-builder-row.field-type-submit-field button,
    .piims-newform button.jet-form-builder__action-button {
        font-size: 18px;
    }
    .piims_new_footer .piiims-footer_form .jet-form-row.jet-form-row--submit button.footer-ontwikkelingen_submit {
        background-size: 25px !important;
    }
    .piims_new_footer .footer_mail input, .piims_new_footer .footer_mail select {
        font-size: 18px !important;
    }
    .data-accodian-list .elementor-tab-title {
        padding: 10px 10px 10px 10px !important;
    }
	/* ========== banner new - start=========== */
	.banner_new_sec {     background-position: -32px !important; }
	.banner_new_sec:after{display:none;}
	/* ========== benner new - end=========== */
	
	/* ========== Opleidingen-2 - start=========== */
	
	.view-section .elementor-image-box-wrapper {     display: flex;     text-align: left !important; }
	.view-section figure.elementor-image-box-img {     margin-right: 10px !important; }
	.list-dates .elementor-container a span.elementor-icon-list-icon {     margin-left: 5px; }
	/* ========== Opleidingen-2 - end=========== */
    .insch-btn {
        width: auto;
    }
	/*******new home page css started**************/
	.beslut_main_sec {     background-size: 185% !important; }
	/*******new home page css ended**************/
}

@media only screen and (max-width: 400px) {
    .voortgang-bar > .fill::after {
        top: -40px;
    }
    .inschrijfformulier > div > div {
        width: 100% !important;
    }
}

@media only screen and (max-width:370px){
	.form-multi-contact form .fieldset-cf7mls-wrapper {     width: 100%;     padding: 20px 5px; }
	.form-multi-contact form .fieldset-cf7mls-wrapper .form-row.form-row-checkbox span.wpcf7-list-item-label {     font-size: 10px !important; }
	.form-multi-contact form .fieldset-cf7mls-wrapper .form-row.form-row-checkbox p > label > a { font-size: 10px !important; }
}
/* ========== Responsive - END ==========  */



.loader_contact {
	position: absolute;
	z-index: 99999999999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.loader_contact img {
	width: 100px;
}


/*  */
:root {
    --border-radius: 10px;
    --input-height: 50px;
}

/* layout css */
.zoenkopt-section {
    --form-side-width: 420px;
    --container-width: 1700px;
    --gap-x: 50px;
    --gap-y: 50px;

    /* --- section css ---- */
    padding-block: 60px;
}

.zoenkopt-section .container {
    width: 100%;
    max-width: var(--container-width);/* 1700px; */
    position: relative;
}
.zoenkopt-section .container #loader{
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 76%);
}

.zoenkopt-section .flex-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: var(--gap-x);
}

.zoenkopt-section .flex-col {
    flex-basis: var(--col-width);
    max-width: var(--col-width);
}

.zoenkopt-section .flex-col.form-side {
    --col-width: var(--form-side-width);
}

.zoenkopt-section .flex-col.right-side {
    --col-width: calc((100% - var(--gap-x)) - var(--form-side-width));
}


/* layout css end*/
/* btns */

.info-btn.btn, .info-btn:is(:focus, :focus-visible, :active), .form-control:is(:focus, :focus-visible, :active) {
    background-color: #59A64E;
    border-radius: 6px;
    min-width: 170px;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    height: var(--input-height);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    transition: 0.5s ease all;
    border: 1px solid #59A64E;
}

.form-col .info-btn.btn:is(:hover) {
    background-color: #0F2739;
    color: #ffff;
    border: 1px solid #0F2739;
}

.outlined-btn.btn {
    background-color: #ffffff;
    border: 1px solid #0F2739;
    border-radius: 6px;
    min-width: 190px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    height: var(--input-height);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222222;
    transition: 0.5s ease all;
}

.outlined-btn.btn:is(:hover) {
    background-color: #0F2739;
    color: #ffffff;
}

.info-btn:is(:focus, :focus-visible, :active),
.outlined-btn:is(:focus, :focus-visible, :active),
.form-control:is(:focus, :focus-visible, :active) {
    outline: transparent !important;
    box-shadow: none !important;
}

.info-btn:is(:focus, :focus-visible, :active),
.form-control:is(:focus, :focus-visible, :active) {
    outline: transparent;
    box-shadow: none;
}



/*  */

/* zoenkopt-section css start */
.zoenkopt-section .form-wrapper {

    border-radius: var(--border-radius);
}

.zoenkopt-section .form-heding {
    background-color: #0F2739;
    border: 1px solid #0F2739;
    border-bottom: none;
    padding: 18px 30px;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 60px;
}

.zoenkopt-section .form-heding .h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    margin: 0;
}

.zoenkopt-section .form-body {
    border: 1px solid #E3E3E3;
    border-top: none;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    padding: 30px;
}

/* zoenkopt-section css end */
/* form css start*/

.custom-form .form-row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.custom-form .form-col {
    flex-basis: 100%;
    width: 100%;
}

.custom-form .form-control {
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    padding: 10px 15px;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    height: var(--input-height);
    background-color: #F8F8F8;

}

.custom-form select.form-control {
    appearance: none;
    -webkit-appearance: none;
    background: url(https://www.piimsacademy.com/wp-content/uploads/2024/06/select-arrow.png) no-repeat right 20px center/14px;
    cursor: pointer;
    background-color: #F8F8F8;
}

.custom-form .form-control::placeholder {
    color: #222222;
    opacity: 0.3;
}

.custom-form .form-col.btn-holder {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.custom-form .form-col.btn-holder .btn{
    min-width: fit-content !important;
    padding-inline: 25px;
}


/* form css end*/

/* right-side css start */
.info-wrapper {
    border: 1px solid #E3E3E3;
    border-radius: var(--border-radius);
    padding: 0 30px;

}
.info-wrapper:not(:last-child){
    margin-bottom: 24px;
}
.info-wrapper .info-title .h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding-block: 25px;
    margin: 0;
    border-bottom: 1px solid #E3E3E3;
}

.info-wrapper .info-body {
    padding-block: 25px 30px;
}

/* layout css */
.info-wrapper .info-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;

}

.info-wrapper .info-row ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.info-wrapper .info-row .lhs {
    flex-basis: calc(100% - 190px);
    max-width: calc(100% - 190px);
    padding-right: 42px;
}

.info-wrapper .info-row .rhs {
    flex-basis: 190px;
    max-width: 190px;
}

/* layout css end */

.info-wrapper .info-row .lhs {
    display: flex;
    column-gap: 24px;
    justify-content: space-between;

}

/* info-box */
.info-box {
    display: flex;
    row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
}

.info-box .h4 {
    color: #59A64E;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
}

.info-box p ,
.info-box a {
    color: #222222;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
}



/* right-side css end */
.info-modal .modal-dialog {
    height: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    padding-inline: 15px;
}

.info-modal .modal-dialog .modal-content {
    width: 100%;
    max-width: 600px;
    background: #ffffff;
    box-shadow: 0 3px 40px rgb(0 0 0 / 16%);
    border-radius: 10px;
    border: none;
    padding-inline: 20px;
    pointer-events: auto;
}

body .modal-backdrop {
    background: #ffffff;
}

.modal-backdrop.fade.in {
    opacity: 0.8;
}

.info-modal .modal-header {
    padding: 25px 10px;
    border-bottom: 1px solid #E3E3E3 !important;
}

.info-modal .modal-header .modal-title.h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    color: #0F2739;
    max-width: calc(100% - 30px);
}

.info-modal .modal-body {
    padding: 30px 10px;
}

.info-modal ul.info-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
}

.info-modal ul.info-list li {
    flex-basis: 50%;
    width: 50%;
}

.info-modal .info-box .h4 {
    font-size: 12px;
}

.info-modal .info-box {
    row-gap: 7px;
}

.info-modal .info-box p {
    font-size: 16px;
    padding-right: 12px;
    text-align: left;
}
.info-modal .close {
    margin: 0;
    opacity: 1;
    cursor: pointer;
}

.info-modal .close:hover {
    opacity: 0.5;
}

.page-id-8056 .piims_menu.elementor-sticky--effects {
    z-index: 999 !important;
}
/* 21 june 2024 css start */
  .info-wrapper .info-row .lhs .info-col {
    width: 20% !important;
}
.info-wrapper .info-row .lhs {
    column-gap: 26px !important;
}
div#pagination-wrapper span.page-numbers.current {
    color: #59A64E;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
}
div#pagination-wrapper a {
    color: #222222;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    text-decoration: none;
}

/* 21 june 2024 css end */


/* elementor page css */
@media (min-width:769px) {
    .o-hide .bannr_img_overlay {
        overflow: hidden;
    }    
}

.info-wrapper .info-row .lhs .info-col:before,
.info-modal ul.info-list li:before {
    display: none;
}

/* large screens only */
@media (min-width:1800px) {
  .info-wrapper .info-row .lhs .info-col {
    width: 20%;
}
    .info-wrapper .info-row .lhs{
        column-gap: 46px;
        justify-content: flex-start;
    }
}
@media (max-width:1600px) {
    .zoenkopt-section {
        --form-side-width: 390px;
    }
}
@media (max-width:1440px) {
	.info-wrapper .info-row .lhs .info-col:first-child {
    width: 35% !important;
}
.info-wrapper .info-row .lhs .info-col:nth-child(2), .info-wrapper .info-row .lhs .info-col:nth-child(4) {
    width: 15% !important;
}
.info-wrapper .info-row .lhs .info-col:nth-child(3) {
    width: 35% !important;
}
}
@media (max-width:1400px) {
    .zoenkopt-section{
        --form-side-width: 350px;
        --gap-x: 24px;
        --gap-y: 24px;
        padding-block: 40px;
    }

    .info-wrapper .info-row .lhs {
        flex-basis: calc(100% - 150px);
        max-width: calc(100% - 150px);
        column-gap: 20px;
        padding-right: 24px;
    }
    
    .outlined-btn.btn {
        min-width: fit-content;
        padding: 12px;
        font-size: 16px;
    }
    
    .info-box p {
        font-size: 16px;
        line-height: 16px;
    }
    
    .info-wrapper {
        padding-inline: 20px;
    }
    
    .info-wrapper .info-row .rhs {
        flex-basis: 150px;
        max-width: 150px;
    }
    
}
@media (max-width:1199px) {
    .info-wrapper .info-row .lhs {
        flex-wrap: wrap;
        gap: 20px;
    }
	.info-wrapper .info-row .lhs .info-col:first-child {
    width: calc(50% - 20px) !important;
}
.info-wrapper .info-row .lhs .info-col:nth-child(2), .info-wrapper .info-row .lhs .info-col:nth-child(4) , .info-wrapper .info-row .lhs .info-col:nth-child(3){
    width: calc(50% - 20px) !important;
}
    
  
    .info-wrapper .info-row .lhs,
    .info-wrapper .info-row .rhs  {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .info-wrapper .info-row .rhs .btn-wrapper{
        max-width: fit-content;
    }
}
@media (max-width:1024px) {
    .zoenkopt-section .flex-col.form-side, .zoenkopt-section .flex-col.right-side {
        --col-width: 100%;
    }
    
    .zoenkopt-section .flex-col.form-side {
        margin-bottom: 24px;
    }
    
    .zoenkopt-section {
        padding: 0;
    }
    
    .zoenkopt-section .container {
        padding-inline: 0;
    }
}
@media (max-width:768px) {
    .info-modal ul.info-list li {
        flex-basis: 100%;
        width: 100%;
    }
    .zoenkopt-section .form-body{
        padding-inline: 20px;
    }
}
@media (max-width:480px) {
    .info-wrapper .info-row .lhs li.info-col {
        width: 100%;
    }
}