/* Start custom CSS for html, class: .elementor-element-40695045 */.ctb-card {
        margin: 0 auto;
        padding: 30px 30px 30px 30px;
        max-width: 660px;
        min-height: 550px;
        background-color: #f5f5f5;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-family: 'Roboto', sans-serif;
    }

    #ctb-step-1 {
        min-height: 0;
    }

    .ctb-card-actions {
        margin-top: 20px;
    }

    .ctb-button {
        color: #fff;
        background-color: #025884;
        border: 0px;
        padding: 6px 30px 6px 30px;
        border-radius: 6px 6px 6px 6px;
        overflow: hidden;
        text-align: center;
        box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Montserrat', Sans-serif;
    }
    
    #ctb-step-8 .ctb-button-back  {
        display: none;
    }
    
    #ctb-step-8 .ctb-button-next  {
        width: 100%;
    }

    .ctb-question-fields {
        width: 100%;
        display: flex;
        justify-content: center;
        
    }

    .ctb-question-fields .ctb-button, .ctb-question-fields input {
        margin: 10px 10px;
        min-width: 100px;
    }

    .ctb-question-fields input {
        line-height: 20px;
        font-size: 16px;
        padding: 4px 8px;
        border-radius: 4px;
        background: white;
        color: #333333;
        border-width: 1px;
    }

    .ctb-form-error {
        color: red;
        margin-top:15px;
        display: block;
        font-size: 0.9em;
        font-weight: 700;
        font-family:'Roboto', sans-serif;
        
    }

    .ctb-dropdown {
        background: white;
        color: #333333;
        padding: 4px 8px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 4px;
        border-width: 1px;
        border-color: #000000;
        max-width: 100%;
    }

    input.ctb-checkbox-input {
        opacity: 0;
        position: absolute;
    }

    .ctb-step-header {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1.5em;
        margin-bottom: 12px;
        text-transform: uppercase;
        letter-spacing: 0px;
        color: #111;
        font-weight: 700;
        font-family: 'Montserrat', Sans-serif;
    }

    .ctb-step-header span {
        margin-top:10px;
        display: block;
        font-size: 0.8em;
        color: #666666;
        text-transform: none;
        font-weight: normal;
        font-family:'Roboto', sans-serif;
    }

    .ctb-checkbox-image {
        width: 70px;
        margin: auto;
        height: 70px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .ctb-question-fields {
        margin-top: 25px;
    }

    .ctb-question-fields {
        display: flex;
        flex-wrap: wrap;
    }
    #ctb-step-2 .ctb-question-fields {
        margin-top: 20px;
    }

    .ctb-checkbox-item {
        display: flex;
        max-width: 25%;
        flex: 0 0 25%;
        padding: 20px 0;
        margin: 10px 0;
    }
    .ctb-checkbox-item label {
        margin: 0 auto;
    }

    .ctb-card-actions {
        display: flex;
        justify-content: space-between;
    }
    .ctb-checkbox-checked {
        background: #4DA9BE;
        color:#fff;
    }

    .ctb-small-label {
        margin-left: 10px;
        margin-bottom: 20px;
    }

    /* Date Picker */
    @media only screen and (max-width: 600px) {
        .easepick-wrapper {
            width: 100%;
        }
    }
    
    .ctb-date-picker input { display:none }
    .ctb-date-picker .easepick-wrapper { margin-left: -30px }
    
    .ctb-checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    text-align: left;
    }

    .ctb-checkbox-list label {
    display: flex;
    align-items: start;
    gap: 0.5em;
    max-width: 100%;
    }

    .ctb-checkbox-list input[type=checkbox] {
    min-width: 12px;
    width: 12px;
    margin-top: 0.2em;
    }/* End custom CSS */