#mobilcustomcall {
    display:none;
}

    .capcustom {
        margin-top: 40px;
    }

.form-container form input::placeholder {
    font-weight: 500;
    font-size: 17.72px;
    color: #757575;
}

.form-container form button.btn-submit {
    background-color: #2E5FDA;
    color: #FFFFFF;
    font-size: 17.72px;
    font-weight: 500;
    height: 48px;
    border: none !important;
    border-radius: 12px !important;
    margin-top: 27px;
    width: 100%;
}

label:has(.falsecheck) + .custom-check {
    pointer-events: none;
    opacity: 0;
    margin-top: -35px;
    margin-left: 4px;
}

.falsecheck {
    min-height: 20px;
    min-width: 20px;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    border: 1px solid #757575;
    margin-right: 5px;
    margin-top: 2px;
    cursor: pointer;
}

.falsecheck.custom-active {
    background-color: #2E5FDA;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3E%3Cpath d='M12.4232 0.743419C12.5009 0.820829 12.5624 0.912788 12.6044 1.01403C12.6464 1.11527 12.6681 1.22381 12.6681 1.33342C12.6681 1.44303 12.6464 1.55157 12.6044 1.65281C12.5624 1.75405 12.5009 1.84601 12.4232 1.92342L4.92325 9.42342C4.84584 9.50102 4.75388 9.5626 4.65264 9.60461C4.55139 9.64662 4.44286 9.66824 4.33325 9.66824C4.22363 9.66824 4.1151 9.64662 4.01386 9.60461C3.91262 9.5626 3.82066 9.50102 3.74325 9.42342L0.409913 6.09009C0.253435 5.93361 0.165527 5.72138 0.165527 5.50009C0.165527 5.27879 0.253435 5.06656 0.409913 4.91009C0.566391 4.75361 0.77862 4.6657 0.999913 4.6657C1.22121 4.6657 1.43344 4.75361 1.58991 4.91009L4.33325 7.65509L11.2432 0.743419C11.3207 0.665814 11.4126 0.604242 11.5139 0.562232C11.6151 0.520221 11.7236 0.498596 11.8332 0.498596C11.9429 0.498596 12.0514 0.520221 12.1526 0.562232C12.2539 0.604242 12.3458 0.665814 12.4232 0.743419Z' fill='white'/%3E%3C/svg%3E");
}

label:has(.falsecheck) {
    display: flex;
    margin-top: 20px;
    position: relative;
}



.mob-menu {
    display: none;
    z-index: 499;
    position: relative;
    width: 30px;
    cursor: pointer;
    margin-left: 40px;
    min-height: 33px;
}

.false-header {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    position: sticky;
    top: 0;
    background: #eef2f3;
    z-index: 999;
}

@media screen and (max-width: 920px) {
        .capcustom {
        margin-top: 0;
    }
    
    .capcustom .container {
        padding-left: 0;
        padding-right: 0;
       
    }
}

@media (max-width: 767px) {
    .false-header {
        display: flex;
    }
    
    .false-header a {
        font-weight: 500;
        font-size: 20px;
        color: black;
    }
    
    .mob-menu {
        display: block;
    }
  
    .cookie .container {
        padding: 0;
    }

    .categories .select2 {
        width: 100% !important;
    }
    
        #mobilcustomcall {
        display:flex;
        width: 100%;
        align-items:center;
        justify-content:center;
        height:67px;
    }
    #mobilcustomcall button {
        margin:0;
        padding:0;
        width:100%;
        max-width:282px;
    }
    
        .listing_popup_button_custom {
        display: none !important;
    }
}

@media screen and (max-width: 380px) {
    .false-header a {
        font-size: 16px;
    }
}