

.frm_forms form.frm-show-form .frm_form_fields .frm_description,
.frm_forms form.frm-show-form .frm_form_fields .frm_description p{
    color: #000;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.frm_forms form.frm-show-form .submit_holder{
    background: #fff;
    position: sticky;
    bottom: 0;
    width: 100%;

}
.frm_forms form.frm-show-form .submit_holder button{
    background: #040066;
    color: #fff;
    padding: 10px 40px;
    text-align: center;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.frm_forms form.frm-show-form .submit_holder button:hover{
    background:  #040AB2;
}

.frm_forms form.frm-show-form .frm_submit.frm_flex {
    display: flex;
    justify-content: center;
    width: 100%;
}

.frm_forms form.frm-show-form .frm_submit.frm_flex button {
    background-color: #040066;
    color: #fff;
    border: none;
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 30px !important;
    font-size: 1rem;
}

.frm_forms form.frm-show-form .frm_submit.frm_flex button:hover{
    background:  #040AB2;
}

@media (min-width: 992px) {
    .frm_forms form.frm-show-form .frm_submit.frm_flex {
        width: auto;
    }

    .frm_forms form.frm-show-form .frm_submit.frm_flex button {
        width: 240px !important;
        border-radius: 30px;
    }
}

/* Base custom checkbox */
.frm_forms form.frm-show-form .frm_fields_container .form-field .frm_checkbox input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    box-sizing: border-box;
    width: 24px !important;
    height: 24px !important;
    border: 2px solid #1a1363;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;

    outline: none !important;
    box-shadow: none !important;
    transform: none !important;
}

/* Checked state (brand blue) */
.frm_forms form.frm-show-form .frm_fields_container .form-field .frm_checkbox input[type="checkbox"]:checked {
    background-color: #1a1363 !important;
    border-color: #1a1363 !important;
    -webkit-print-color-adjust: exact; /* safari fix */
    color-adjust: exact;
}

/* Custom white tick */
.frm_forms form.frm-show-form .frm_fields_container .form-field .frm_checkbox input[type="checkbox"]:checked::after {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Label alignment */
.frm_forms form.frm-show-form .frm_fields_container .form-field .frm_checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    white-space: normal;
}
.frm_form_fields fieldset{ padding-bottom: 0px !important; }

/* Responsive adjustments */
@media (max-width: 640px) {
    .frm_forms form.frm-show-form .frm_fields_container .form-field .frm_checkbox input[type="checkbox"] {
        flex: 0 0 24px;
        width: 24px !important;
        height: 24px !important;
        margin-top: 2px;
    }

    .frm_forms form.frm-show-form .frm_fields_container .form-field .frm_checkbox label {
        line-height: 22px;
    }
}


.frm_forms form.frm-show-form .frm_form_fields{
    background-color: #fff;
    padding: 16px;
    border-radius: 10px;
}
.frm_fields_container{

}
.frm_forms form.frm-show-form .frm_fields_container .form-field{
    margin-bottom: 16px;
}

.frm_forms form.frm-show-form .frm_fields_container .form-field label,
.frm_forms form.frm-show-form .frm_fields_container .form-field .frm_primary_label{
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: var(--J-Blue);
    margin-bottom: 8px;
    padding-bottom: 0px;
}
.frm_forms form.frm-show-form .frm_fields_container .form-field input,
.frm_forms form.frm-show-form .frm_fields_container .form-field select,
.frm_forms form.frm-show-form .frm_fields_container .form-field textarea{
    width: 100%;
    color: #000;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 16px;
    border-radius: 10px;
    border: 0.5px solid var(--J-Blue-2);
}
.frm_fields_container .form-field.date_field {
    position: relative;
}

.frm_fields_container .form-field.date_field::after {
    content: '';
    background: url(../../img/Calendar.svg) no-repeat center;
    position: absolute;
    right: 8px;
    bottom: 23px;
    transform: translateY(50%);
    width: 32px;
    height: 32px;
    pointer-events: none;
    background-size: contain;
    cursor: pointer;
}
.frm_fields_container .form-field.date_field input{
    cursor: pointer;
}
.frm_fields_container .form-field .mblock{
    border-radius: 10px;
    border: 1px solid var(--J-Blue-2);
    background: #F6F8FE;
    padding: 16px 12px 0;
    margin-left: 6px;
}
.frm_fields_container .form-field .col-6:first-child .mblock{
    margin-left: 0;
    margin-right: 6px;
}
.frm_fields_container .form-field .mblock h3{
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    color: var(--J-Blue);
}
.frm_fields_container .form-field .mblock a{
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    color: var(--J-Blue);
}
.frm_forms form.frm-show-form .frm_fields_container .form-field.confirm-checkbox label{
    padding-left: 26px;
    padding-bottom: 0;
}
.frm_forms form.frm-show-form .frm_fields_container .form-field.confirm-checkbox label input{
    display: inline-block;
    margin-left: -26px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    accent-color: var(--J-Blue);
    padding: 8px;
}
.frm_forms form.frm-show-form .frm_fields_container .form-field .frm_submit button{
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.page-template-template-cart .tag-cloud{
    padding: 0;
    background: none;
    box-shadow: none;
}
.page-template-template-cart .tag-cloud .tags{

}
.page-template-template-cart .tag-cloud .tags .tag{
    color: #fff;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 6px 16px;
    background-color: var(--J-Blue-2);
}
.feature-scelte-holder{

}
.feature-scelte-holder .tag{
    color: #FFF;
    text-align: center;
    /* Mobile/Body Medium M */
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 6px 16px;
    margin: 0 8px 8px 0;
    border-radius: 20px;
    display: inline-block;
}
.feature-scelte-holder .tag.last{
    background-color: var(--J-Blue);
    cursor: pointer;
}

.frm_style_formidable-style-2.with_frm_style .form-field
:is(input:not([type=file]):not([type=range]):not([readonly]), select, textarea):focus {
    border: 2px solid var(--J-Blue) !important; /* stronger specificity */
}

.frm_style_formidable-style-2.with_frm_style .frm_focus_field
:is(input[type=text], input[type=password], input[type=email], input[type=number],
      input[type=url], input[type=tel], input[type=search], select, textarea) {
    border: 2px solid var(--J-Blue) !important;
}

.frm_style_formidable-style-2.with_frm_style .form-field:focus-within .frm_primary_label,
.frm_style_formidable-style-2.with_frm_style .frm_focus_field .frm_primary_label {
    color: var(--J-Blue);
    font-weight: 700;
    transition: color .15s ease, font-weight .15s ease;
}


.with_frm_style .frm_required {
    font-weight: 900 !important;
}
@media (min-width: 992px) {

    .page-template-template-cart .tag-cloud{
        padding: 24px 16px;
        background-color: var(--J-Blue-2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
        margin-bottom: 16px;
    }

    .page-template-template-cart .tag-cloud .tags{

    }
    .page-template-template-cart .tag-cloud .tags .tag{
        color: var(--J-Blue-2);
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        padding: 4px 8px;
        background-color: #fff;
        margin: 0 4px 4px 0;
    }

    .frm_form_fields{
        background-color: #fff;
        padding: 50px 36px 36px;
        border-radius: 10px;
    }
    #allfeaturesmodal .modal-content{
        padding: 16px 16px 32px;
    }
    #allfeaturesmodal .modal-content .modal-title{

        color: var(--J-Blue);
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
    }

    .frm_forms form.frm-show-form .submit_holder{
        position: relative;
    }
    .frm_forms form.frm-show-form .frm_form_fields{
        padding: 50px 16px 16px;
    }
	#frm_form_3_container .frm_form_fields {
		padding: 9px 16px 16px;
	}
}