.gform_wrapper form .application-type .gfield_radio{
    display: flex;
    gap: 16px !important;
    flex-direction: row;
}
.gform_wrapper form .application-type .gfield_radio .gfield-choice-input {
    display: none;
}
.gform_wrapper button.gform_button_select_files{
    outline: none;
}
.gform_wrapper form .application-type .gfield_radio .gform-field-label {
    display: flex;
    padding: 12px 24px;
    border: 1px solid #D3CFC1;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    width: 485px;
    height: 180px;
    margin: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
}
.gform_wrapper form .application-type .gfield_radio .gform-field-label svg path{
    all: revert-layer;
}
.gform_wrapper form .application-type .gfield_radio .gfield-choice-input:checked + .gform-field-label,
.gform_wrapper form .application-type .gfield_radio .gform-field-label:hover{
    border: 1px solid #00ACD7 !important;
}
.gform_wrapper form .application-type .gfield_radio .gfield-choice-input:checked + label svg path,
.gform_wrapper form .application-type .gfield_radio .gform-field-label:hover svg path{
    stroke: #00ACD7; 
}

.radio-box:checked + .radio-label {
    background-color: #009D9A;
    color: white;
}
#field_17_180 #input_17_180_6_container{
    padding-left: 0;
}
.form-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.lightbox-content {
    background: white;
    padding: 40px;
    border-radius: 5px;
    text-align: center;
    max-width: 440px;
}
.lightbox-content h3 {
    font-family: Hind;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    color: #00ACD7;
    margin: 0 0 6px;
}
.form-lightbox-buttons button#closeLightbox {
    background: #00ACD7;
    color: #fff;
}
.form-lightbox-buttons button{
    padding: 5px 20px;
}
.form-lightbox-buttons {
    display: flex;
    justify-content: center;
    gap: 0 20px;
}
.gform_heading h2 {
    font-family: Hind;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    color: #282828;
}
.gform_wrapper form,
.final-step-kitty-form .page-content {
    background: #fff;
    padding: 30px 0 41px;
    margin-bottom: 100px;
}
.gform_wrapper form .gform-body.gform_body {
    padding: 0 40px;
}
h3.form-title {
    font-family: Hind;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #00ACD7;
    margin-bottom: 6px;
}
.gfield ul {
    margin: 0 10px 30px;
    padding: 0;
}
.gfield ul li{
    list-style-type: none;
    position: relative;
    padding-left: 14px;
}
.gfield ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
    background: #000;
}
.gfield ol li:before {
    position: absolute;
}
.gfield ol li a{
    text-decoration: underline;
}
.gform_wrapper.gform-theme--foundation.gform-theme--framework .gform_page_footer input.gform_previous_button,
.gform_wrapper.gform-theme--foundation.gform-theme--framework .gform_page_footer input.gform_next_button {
    padding: 8px 20px 5px !important;
}

.gform_wrapper.gform-theme--foundation.gform-theme--framework .gform_page_footer input.gform_previous_button:hover,
.gform_wrapper.gform-theme--foundation.gform-theme--framework .gform_page_footer input.gform_previous_button:focus,
.gform_wrapper.gform-theme--foundation.gform-theme--framework .gform_page_footer input.gform_previous_button:active,
.gform_wrapper.gform-theme--foundation.gform-theme--framework .gform_page_footer input.gform_next_button:hover,
.gform_wrapper.gform-theme--foundation.gform-theme--framework .gform_page_footer input.gform_next_button:focus,
.gform_wrapper.gform-theme--foundation.gform-theme--framework .gform_page_footer input.gform_next_button:active{
    background: #0076BF !important;
    border-color: #0076BF !important;
}
.gfield ol li {
    margin-bottom: 26px;
    padding: 0 0 0 15px;
    display: block;
}
.gfield ol li:last-child{
    margin-bottom: 0;
}
.gform_wrapper.gform-theme--foundation .gform_page_footer {
    margin: 0;
    justify-content: space-between;
    margin-top: 0;                                                                                                      
}
.gform_wrapper.gform-theme--framework .gf_step_number {
    border: 1px solid #282828;
    font-family: Hind;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #282828;
    padding: 7px 8px 6px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
}
.gform_wrapper.gform-theme--foundation .gf_page_steps {
    justify-content: center;
    gap: 15px 0;
    padding: 0 0 29px;
    border-bottom: 1px solid #D3CFC1;
    margin-bottom: 40px;
    overflow: auto;
}
.gform_wrapper.gform-theme--framework .gf_step{
    gap: 0;
}
.gform_wrapper.gform-theme--foundation .gform_page_footer input {
    font-family: Hind !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: 0 !important;
    min-width: 100px !important;
    text-align: center !important;
    background: #00ACD7 !important;
    border-radius: 50px !important;
    color: #fff !important;
    border-color: #00ACD7 !important;
    height: 41px !important;
    transition: all .5s !important;
}
.gform_wrapper.gform-theme--foundation .gform_page_footer input:focus {
    outline: none !important;
}
.gform-theme--framework .gf_step:not(:last-child) .gf_step_label{
    width: 41px;
    background: url('../images/line-form.svg') no-repeat center;
    margin: 0 10px;
    height: 2px;
}
.gform_wrapper.gform-theme--framework .gf_step_active .gf_step_number {
    background: #00ACD7;
    color: #fff;
    border-color: #00ACD7;
}
.gform_wrapper.gform-theme--foundation .gfield .ginput_password.large, 
.gform_wrapper.gform-theme--foundation .gfield input.large, 
.gform_wrapper.gform-theme--foundation .gfield select.large {
    border-color: #D3CFC1;
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
    font-family: Hind;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #282828;
}
.gform_wrapper.gform-theme--foundation .gfield .ginput_password.large:focus, 
.gform_wrapper.gform-theme--foundation .gfield input.large:focus, 
.gform_wrapper.gform-theme--foundation .gfield select.large:focus{
    outline: none;
}
.gform-theme--foundation .gfield label {
    font-family: Hind;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 6px;
    color: #282828;
    gap: 0;
}
.gform_wrapper.gform-theme--framework .gf_step_number:after {
    display: none !important;
}
.gform_wrapper.gform-theme--framework .gf_step_completed .gf_step_number {
    color: #fff;
    border-color: #282828;
    background: #282828;
}
.gform-theme--foundation .gfield--width-full h4 {
    font-family: Hind;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #282828;
}
.gform_wrapper.gform-theme--foundation .gfield select.large {
    font-family: Hind;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #282828;
    padding: 12px 20px;
    background: url('../images/icon-down.svg') no-repeat center right 25px;
}
.gform-theme--foundation .gfield--width-full .gfield_description {
    font-family: Hind;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #282828;
    margin-top: 6px !important;
}
.gform-theme--foundation .gfield--width-full .gfield_description.validation_message{
    color: var(--gf-ctrl-desc-color-error);
}
.yellow-backgound,
.final-step-kitty-form{
    background: #F0EDE1;
}
/* .yellow-backgound .site-content:before{
    content: '';
    background: url('../images/bg-form.png') no-repeat center;

} */
.yellow-backgound .page h1 {
    font-family: Hind;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    margin: 0 0 30px;
}
.gform_heading {
    display: none;
}
.yellow-backgound .page-content.container {
    max-width: 1128px;
}
.gfield ol {
    margin-left: 8px;
    margin-bottom: 0;
}
.yellow-backgound .site-main .page{
    position: relative;
}
.yellow-backgound .site-main .page::before{
    content: '';
    background: url('../images/form-bkg.png') no-repeat center;
    /* position: absolute; */
    width: 100%;
    height: 100%;
    background-size: contain;
    top: 10%;
}
.gform-theme--foundation .gform_fields {
    row-gap: 0 !important;
    column-gap: 20px !important;
}
.gform-theme--foundation .gfield--width-full {
    margin-bottom: 30px;
}
.gform-theme--foundation .gfield {
    margin-bottom: 30px;
}
.repeater-field-warp-item .repeater-field-content{
    border: 1px solid #D3CFC1;
    padding: 0;
    border-radius: 5px;
    display: flex;
}
.gform_wrapper form .gform-body.gform_body .gfield {
    padding: 0 !important;
}
.repeater-field-footer a.gf-repeater-field-button-add {
    background: #00C160;
    width: 100%;
    font-family: Hind;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 41px;
    border-radius: 100px;
    text-transform: capitalize;
    transition: all .5s;
}
.repeater-field-footer a.gf-repeater-field-button-add:before{
    content: '';
    background: url('../images/icon-plus.svg') no-repeat center;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.final-step-kitty-form h1,
.final-step-general-form h1{
    display: none;
}
.final-step-kitty-form .wp-block-heading,
.final-step-general-form .wp-block-heading{
    font-family: Hind;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 6px;
}
.final-step-kitty-form .wp-block-group .wp-block-button__link,
.final-step-general-form .wp-block-group .wp-block-button__link{
    padding: 7px 20px;
    height: 41px;
    min-width: 320px;
    font-family: Hind;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
}
.final-step-kitty-form .wp-block-group .wp-block-button__link:hover,
.final-step-general-form .wp-block-group .wp-block-button__link:hover{
    color: #fff !important;
    background-color: #0076BF !important;
    border-color: #0076BF !important;
}
.final-step-kitty-form p.has-text-align-center,
.final-step-general-form p.has-text-align-center{
    max-width: 600px;
    margin: 0 auto 30px;
}
.repeater-field-warp-item-data .repeater-field-footer {
    margin-top: 30px;
}
.repeater-field-footer a.gf-repeater-field-button-add:hover {
    box-shadow: none !important;
    color: #fff;
    background-color: #00A251;
    border-color: #00A251;
}
.gform-theme--foundation .gfield legend.gfield_label {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 6px;
    color: #282828;
    display: block;
}
.gform-theme--foundation .gfield .ginput_container_radio input {
    border-color: #D3CFC1;
    box-shadow: none;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    cursor: pointer;
}
.gform-theme--foundation .gfield .ginput_container_radio input:focus {
    outline: none;
}
.gform-theme--foundation .gfield .ginput_container_radio label {
    margin: 0 0 0 14px;
    cursor: pointer;
}
.gform-theme--foundation .gfield .ginput_container_radio input:before {
    width: 8px;
    height: 8px;
    background: #282828;
}
.gform_wrapper form .gform-body.gform_body .gfield input[type="checkbox"]{
    border-radius: 5px;
    border-color: #D3CFC1;
    width: 24px;
    height: 24px;
    box-shadow: none;
}
.gform_wrapper form .gform-body.gform_body .gfield input[type="checkbox"]:focus {
    outline: none;
}
.gform_wrapper form .gform-body.gform_body .gfield input[type="checkbox"]:checked {
    background: #282828;
    border-color: #282828;
}
.gform_wrapper form .gform-body.gform_body .gfield input[type="checkbox"]:checked:before{
    color: #fff;
}
.gform_wrapper form .gform-body.gform_body .gfield p {
    margin: 0 0 30px;
}
.gform_wrapper form .gform-body.gform_body .gfield p ~ ul {
    margin: 0;
}
.gform_wrapper form .gform-body.gform_body .gfield .gfield_radio {
    font-family: Hind;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    gap: 6px;
    flex-wrap: wrap;
}
.gform_wrapper.gform-theme--foundation .gfield textarea.small {
    border-color: #D3CFC1;
    box-shadow: none;
    height: 80px;
    resize: none;
    min-block-size: unset;
    border-radius: 5px;
}
.gform_wrapper.gform-theme--foundation .gfield textarea.small:focus{
    outline: none;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-checkbox {
    margin-bottom: 16px;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-checkbox label {
    margin-bottom: 0;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-repeater_start {
    display: none;
}
.repeater-field-header .repeater-field-header-title {
    font-family: Hind;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    display: flex;
}
.gform_wrapper form .gform-body.gform_body .container-repeater-field {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    width: calc(100% - 44px) !important;
    padding: 30px;
}
.gform_wrapper form .gform-body.gform_body .container-repeater-field .gfield {
    width: calc(50% - 10px);
}
.gform_wrapper form .gform-body.gform_body .container-repeater-field .gfield .ginput_container_date input {
    width: 100%;
}
.gform_wrapper form .gform-body.gform_body .container-repeater-field .gfield .ginput_container_date input::placeholder{
    text-transform:uppercase;
}
.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date input::placeholder, 
.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date input::placeholder{
    text-transform:uppercase;
}
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
    border: 1px solid #D3CFC1;
    height: 50px;
    box-shadow: none;
    border-radius: 5px;
    width: 100%;
    color: #282828;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
}
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input::placeholder{
    color: #959595;
}
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input:-moz-placeholder{
    color: #959595;
}
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input::-moz-placeholder{
    color: #959595;
}
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input::-webkit-input-placeholder{
    color: #959595;
}
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input:focus{
    outline: none;
}
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date:after {
    display: none !important;
}
.gform_wrapper form .gform-body.gform_body .container-repeater-field .gfield.gfield--type-html h5 {
    font-family: Hind;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #282828;
    display: flex;
}
.gform_wrapper form .gform-body.gform_body .container-repeater-field .gfield.gfield--type-html h5 .plus-icon{
    font-size: 0;
    background: url('../images/plus-icon.svg') no-repeat center;
    width: 24px;
    height: 24px;
    display: flex;
    margin-left: 5px;
    cursor: pointer;
}
.gform_wrapper form .gform-body.gform_body .container-repeater-field .gfield input:not[type="radio"],
.gform_wrapper form .gform-body.gform_body .container-repeater-field .gfield select{
    border-color: #D3CFC1;
    height: 50px;
    box-shadow: none;
    font-family: Hind;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #282828;
    padding: 12px 20px;
}
.gform_wrapper form .gform-body.gform_body .container-repeater-field .gfield input:focus,
.gform_wrapper form .gform-body.gform_body .container-repeater-field .gfield select:focus{
    outline: none;
}
.repeater-field-header-acctions ul li:before {
    display: none;
}
.repeater-field-header-acctions ul li {
    list-style-type: none;
    padding: 0;
}
.repeater-field-header-acctions ul {
    padding: 0;
    margin: 0;
}
.repeater-field-header .repeater-field-header-title .repeater-field-header-count {
    background: #959595;
    font-family: Hind;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 16px;
    padding: 5px 5px 4px;
}
.repeater-field-warp-item .repeater-field-content .repeater-field-header-acctions {
    width: 44px !important;
    border-left: 1px solid #D3CFC1;
    padding: 16px 10px;
}
.repeater-field-header-acctions ul li .repeater-field-header-acctions-remove:before {
    content: '';
    background: url('../images/remove-icon.svg') no-repeat center;
    width: 24px;
    height: 24px;
    margin: 0;
}
.repeater-field-header-acctions ul li .repeater-field-header-acctions-toogle {
    display: none;
}
.repeater-field-item .repeater-field-header {
    margin-bottom: 16px;
}
.repeater-field-item:not(:last-child) {
    margin-bottom: 30px;
}
.repeater-field-header-acctions ul li .repeater-field-header-acctions-remove {
    margin: 0;
}
.gform_wrapper form .gform-body.gform_body .container-repeater-field .gfield button.confirm-btn {
    border: 1.5px solid #00ACD7;
    background: transparent;
    font-family: Hind;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #00ACD7;
    border-radius: 50px;
    margin-bottom: 30px;
}
.gform_wrapper form .gform-body.gform_body .container-repeater-field .gfield button.confirm-btn:focus{
    outline: none;
}
.gform_wrapper form .gform-body.gform_body .container-repeater-field .gfield p {
    margin-bottom: 6px;
}
.gform_wrapper form .gform-body.gform_body .container-repeater-field .gfield.gfield--type-html h5 .plus-icon.active{
    background: url('../images/minus-icon.svg') no-repeat center;
}
.gform_wrapper.gform-theme--foundation .gform_page_footer .gform-loader {
    display: none;
}
.gform_wrapper form .gform-body.gform_body .gfield .ginput_container_telephone .iti__flag-box,
.gform_wrapper form .gform-body.gform_body .gfield .ginput_container_telephone .iti__flag{
    display: none !important;
}
.gform_wrapper form .gform-body.gform_body .gfield .ginput_container_telephone .iti__selected-flag {
    border-right: 1px solid #D3CFC1;
    padding: 10px 40px 10px 10px;
    min-width: 97px;
    justify-content: flex-start;
    background: transparent url(../images/icon-down.svg) no-repeat center right 22px !important;
}
.gform_wrapper form .gform-body.gform_body .gfield .ginput_complex select {
    height: 50px;
    border-color: #D3CFC1;
    border-radius: 5px;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: left;
    background: url('../images/icon-down.svg') no-repeat center right 22px;
    padding-left: 23px;
    font-size: 16px;
}
.gform_wrapper form .gform-body.gform_body .gfield .ginput_complex label.gform-field-label {
    display: none;
}
.gform_wrapper form .gform-body.gform_body .gform_page:first-child .gform_page_footer input:hover {
    background: #0076BF !important;
    border-color: #0076BF !important;
}
.gform_wrapper form .gform-body.gform_body .gfield .ginput_complex input {
    height: 50px;
    border: 1px solid #D3CFC1;
    border-radius: 5px;
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 16px;
}
.gform_wrapper form .gform-body.gform_body .gfield .ginput_complex input:focus,
.gform_wrapper form .gform-body.gform_body .gfield .ginput_complex select:focus{
    outline: none;
}
.gform_wrapper form .gform-body.gform_body .gfield .ginput_complex .name_prefix_select{
    max-width: 95px;
}
.gform_wrapper form .gform-body.gform_body .gfield .ginput_complex .name_prefix_select,
.gform_wrapper form .gform-body.gform_body .gfield .ginput_complex .name_first{
    padding: 0;
}
.gform_wrapper form .gform-body.gform_body .gfield.st6-container6 .gfield:last-child {
    margin-bottom: 0;
}
.gform_wrapper form .gform-body.gform_body .gform_page:first-child .gform_page_footer {
    justify-content: flex-end;
}
.gform_wrapper.gform-theme--foundation .gfield input.gf-telephone {
    padding-left: 117px !important;
}
.yellow-backgound .site-main .container,
.final-step-kitty-form .site-main .container{
    max-width: 1127px;
    padding-top: 80px;
}
.gform_wrapper form .gform-body.gform_body .gfield:empty {
    display: none;
}
.gform_wrapper form .gform-body.gform_body .container-repeater-field .gfield.gfield--type-select.gfield--width-full {
    width: 100%;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below:not(:first-child) fieldset:first-child {
    margin-bottom: 0;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below:not(:first-child) fieldset.gfield--type-radio.gfield--type-choice + fieldset.gfield--type-radio.gfield--type-choice {
    padding-top: 29px !important;
    border-top: 1px solid #D3CFC1;
    margin-top: 30px;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below:not(:first-child) fieldset.gfield--type-radio.gfield--type-choice ~ .gfield--type-date:nth-last-of-type(2){
    margin-left: 0;
    margin-right: 10px;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below:not(:first-child) fieldset:first-child ~ .gfield.gfield--type-select:before {
    display: block;
    content: '';
    border-top: 1px solid #D3CFC1;
    position: absolute;
    top: 0;
    width: calc(100% + 10px);
    left: -10px;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below:not(:first-child) fieldset:first-child + .gfield.gfield--type-select:before{
    left: 10px;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below:not(:first-child) fieldset.gfield--type-radio.gfield--type-choice ~ .gfield--type-date:before {
    display: none;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below:not(:first-child) fieldset.gfield--type-radio.gfield--type-choice ~ .gfield--type-date {
    margin-top: 14px;
    padding: 0 !important;
}
.gform_wrapper form .gform-body.gform_body .gfield.field_sublabel_below.st-container:not(:first-child):not(.upload-validate):not(.contact-person-div):not(.recurrence-container):not(.month-recur-group):not(.confirm-container){
    border: 1px solid #D3CFC1;
    padding: 30px !important;
    border-radius: 5px;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) ul {
    margin-bottom: 0;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) p {
    margin-bottom: 6px;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) .gfield--type-select {
    clear: both;
    margin-bottom: 0;
    padding-top: 30px !important;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) .gfield--type-date {
    width: calc(50% - 10px);
    float: left;
    margin: 30px 0  0 10px;
    padding-top: 29px !important;
    position: relative;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) ul +.gfield--type-date {
    margin-left: 0;
    margin-right: 10px;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) .gfield--type-date:before {
    content: '';
    border-top: 1px solid #D3CFC1;
    position: absolute;
    top: 0;
    width: calc(100% + 10px);
    left: -10px;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) ul +.gfield--type-date:before {
    left: 0;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below:not(:first-child):nth-last-of-type(2) {
    border: 0;
    padding: 0 !important;
    margin-top: 14px;
    width: 100%;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below:not(:first-child):nth-last-of-type(2) .gfield--type-select {
    width: 100%;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full fieldset.gfield--type-radio:not(:first-child) {
    margin-bottom: 0;
    width: 100%;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below.recurrence-container:not(:first-child) .gfield.gfield--type-radio {
    margin-top: 30px;
    margin-bottom: 30px;
}
/* .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) fieldset.gfield--type-radio.gfield--type-choice {
    float: left;
    border-right: 1px solid #D3CFC1;
    margin: 30px 30px 30px 0;
    width: calc(50% - 20px);
} */
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) fieldset.gfield.gfield--type-multi_choice.gfield--type-choice {
    clear: both;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) .gfield.gfield--type-number.gfield--input-type-number {
    width: 100%;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) p +fieldset.gfield--type-radio {
    margin-top: 30px;
    padding-top: 29px !important;
    border-top: 1px solid #D3CFC1;
    margin-bottom: 16px;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) fieldset.gfield--type-radio ~.gfield.gfield--type-select {
    width: calc(50% - 10px);
    margin: 30px 0 0 10px;
    padding-top: 29px !important;
    position: relative;
    float: left;
    clear: none;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) fieldset.gfield.gfield--type-checkbox.gfield--type-choice {
    margin-top: 30px;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) fieldset.gfield--type-radio +.gfield.gfield--type-select {
    margin-left: 0;
    margin-right: 10px;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) .gfield--type-select +.gfield--type-date {
    margin-left: 0;
    margin-right: 10px;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) .gfield--type-select ~.gfield--type-date {
    padding-top: 0 !important;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) .gfield--type-select ~.gfield--type-date:before{
    display: none;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) fieldset.gfield.gfield--type-checkbox.gfield--type-choice legend.gfield_label {
    margin-bottom: 16px;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) ul+fieldset.gfield--type-radio {
    padding-top: 29px !important;
    margin-top: 30px;
    border-top: 1px solid #D3CFC1;
    margin-bottom: 16px;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below:not(:first-child) fieldset.gfield--type-radio ~.gfield.gfield--type-html{
    padding: 0 !important;
    border: 0;
    margin-top: 30px;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
}
.gform_wrapper form .gform-body.gform_body .gfield span.red {
    color: var(--gf-ctrl-label-color-req);
}
.final-step-kitty-form h2 {
    font-family: Hind;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    margin: 0 0 30px;
}

.final-step-multi-form .gf_page_steps,
.final-step-general-form .gf_page_steps,
.final-step-kitty-form .gf_page_steps{
    justify-content: center;
    gap: 0;
    padding: 0 0 29px;
    border-bottom: 1px solid #D3CFC1;
    margin-bottom: 60px;
    display: flex;
    overflow: auto;
}
.gform_wrapper form .gform-body.gform_body .container-repeater-field .gfield button.confirm-btn + p {
    border-top: 1px solid #D3CFC1;
    padding-top: 29px;
}
.final-step-multi-form .wp-block-image,
.final-step-general-form .wp-block-image,
.final-step-kitty-form .wp-block-image{
    margin-bottom: 30px;
}

.final-step-multi-form h5.wp-block-heading,
.final-step-general-form h5.wp-block-heading,
.final-step-kitty-form h5.wp-block-heading {
    margin-bottom: 5px;
}

.final-step-multi-form p.has-text-align-center,
.final-step-general-form p.has-text-align-center,
.final-step-kitty-form p.has-text-align-center {
    max-width: 600px;
    display: block;
    margin: 0 auto;
    margin-bottom: 31px;
}

.final-step-multi-form .gf_step,
.final-step-general-form .gf_step,
.final-step-kitty-form .gf_step {
    align-items: center;
    display: flex;
    gap: 0;
    position: relative;
}

.final-step-multi-form .gf_step:not(:last-child) .gf_step_label,
.final-step-general-form .gf_step:not(:last-child) .gf_step_label,
.final-step-kitty-form .gf_step:not(:last-child) .gf_step_label {
    width: 41px;
    background: url(../images/line-form.svg) no-repeat center;
    margin: 0 10px;
    height: 2px;
}

.final-step-multi-form .gf_step.gf_step_completed span.gf_step_number,
.final-step-general-form .gf_step.gf_step_completed span.gf_step_number,
.final-step-kitty-form .gf_step.gf_step_completed span.gf_step_number {
    color: #fff;
    border-color: #282828;
    background: #282828;
}

.final-step-multi-form .gf_step_active .gf_step_number,
.final-step-general-form .gf_step_active .gf_step_number,
.final-step-kitty-form .gf_step_active .gf_step_number {
    background: #00ACD7;
    color: #fff;
    border-color: #00ACD7;
}

.final-step-multi-form span.gf_step_number,
.final-step-general-form span.gf_step_number,
.final-step-kitty-form span.gf_step_number  {
    border: 1px solid #282828;
    font-family: 'Hind';
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #282828;
    padding: 7px 8px 6px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.final-step-multi-form h1,
.final-step-general-form h1,
.final-step-kitty-form h1{
    display: none;
}
.final-step-multi-form .breadcrumbs,
.yellow-backgound .breadcrumbs,
.final-step-kitty-form .breadcrumbs,
.final-step-general-form .breadcrumbs{
    display: none;
}
.final-step-multi-form h2.content_loaded,
.final-step-general-form h2.content_loaded,
.final-step-kitty-form h2.content_loaded {
    font-family: 'Hind';
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.final-step-multi-form .site-content .container,
.final-step-general-form .site-content .container,
.final-step-kitty-form .site-content .container{
    max-width: 1127px;
    padding-top: 80px;
    padding-bottom: 100px;
}

.final-step-multi-form .site-content .background-under,
.final-step-general-form .site-content .background-under {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-success.png);
    background-position: 61% 34%;
    background-repeat: repeat-y;
}

.final-step-kitty-form .site-content .background-under {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-success.png);
    background-position: 61% 34%;
    background-repeat: repeat-y;
}

.yellow-backgound .background-under {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-success.png);
    background-position: 61% 31%;
    background-repeat: repeat-y;
}
.yellow-backgound .site-main{
    position: relative;
}

.final-step-multi-form .site-main,
.final-step-general-form .site-main,
.final-step-kitty-form .site-main{
    position: relative;
}

.final-step-multi-form .page-content,
.final-step-general-form .page-content,
.final-step-kitty-form .page-content{
    border-radius: 5px;
    margin-bottom: 0;
    padding: 30px 0 40px;
    background: #fff;
}

.final-step-multi-form .page-content .wp-block-button.has-custom-width,
.final-step-general-form .page-content .wp-block-button.has-custom-width, 
.final-step-kitty-form .page-content .wp-block-button.has-custom-width{
    margin-bottom: 20px;
    width: 320px;
}

.final-step-multi-form .page-content .wp-block-button.has-custom-width a.wp-block-button__link,
.final-step-general-form .page-content .wp-block-button.has-custom-width a.wp-block-button__link,
.final-step-kitty-form .page-content .wp-block-button.has-custom-width a.wp-block-button__link{
    padding: 8px 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    height: 41px;
    border-width: 1.5px;
    text-transform: capitalize;
}

.final-step-multi-form .page-content .wp-block-button.has-custom-width.light-blue a.wp-block-button__link,
.final-step-general-form .page-content .wp-block-button.has-custom-width.light-blue a.wp-block-button__link,
.final-step-kitty-form .page-content .wp-block-button.has-custom-width.light-blue a.wp-block-button__link{
    border: 1.5px solid #00acd7;
}

.final-step-multi-form .page-content .wp-block-button.has-custom-width.green a.wp-block-button__link,
.final-step-general-form .page-content .wp-block-button.has-custom-width.green a.wp-block-button__link,
.final-step-kitty-form .page-content .wp-block-button.has-custom-width.green a.wp-block-button__link{
    border: 1.5px solid #00c160;
}

.final-step-multi-form .page-content .wp-block-button.has-custom-width.green a.wp-block-button__link:hover,
.final-step-general-form .page-content .wp-block-button.has-custom-width.green a.wp-block-button__link:hover,
.final-step-kitty-form .page-content .wp-block-button.has-custom-width.green a.wp-block-button__link:hover{
    color: #fff;
    border-color: #00A251;
    background: #00A251 !important;
}

.final-step-multi-form .page-content .wp-block-button.has-custom-width.white a.wp-block-button__link:hover,
.final-step-general-form .page-content .wp-block-button.has-custom-width.white a.wp-block-button__link:hover,
.final-step-kitty-form .page-content .wp-block-button.has-custom-width.white a.wp-block-button__link:hover{
    color: #fff !important;
    border-color: #0076BF;
    background: #0076BF !important;
}

.final-step-multi-form .page-content .wp-block-button.has-custom-width.light-blue a.wp-block-button__link:hover,
.final-step-general-form .page-content .wp-block-button.has-custom-width.light-blue a.wp-block-button__link:hover,
.final-step-kitty-form .page-content .wp-block-button.has-custom-width.light-blue a.wp-block-button__link:hover{
    color: #fff;
    border-color: #0076BF;
    background: #0076BF !important;
}
.gform_wrapper.gform-theme--foundation.gform-theme--framework .gform_page_footer input.gform_previous_button{
    background: #fff !important;
    color: #00ACD7 !important;
    border-width: 2px !important;
    padding: 6px 20px 7px !important;
}
.gform_wrapper.gform-theme--foundation.gform-theme--framework .gform_page_footer input.gform_previous_button:hover{
    color: #fff !important;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) fieldset.gfield--type-radio ~.gfield.gfield--type-html ul li:before {
    display: none;
}
.gform_wrapper form .gform-body.gform_body .gfield p:last-child {
    margin: 0;
}
.gform_wrapper form .gform-body.gform_body .gfield .gform_button_select_files {
    padding: 15px 20px 13px;
}
.gform_wrapper form .gform-body.gform_body .gfield .gform_button_select_files:focus{
    outline: none;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below.recurrence-container:not(:first-child) {
    border: 0;
    padding: 0 !important;
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
}
.gfield_description.gform_fileupload_rules {
    display: none !important;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below.recurrence-container:not(:first-child) .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below:not(:first-child):nth-last-of-type(2) .gfield--type-select {
    width: calc(50% - 10px);
    float: left;
    clear: none;
    margin-left: 10px;
    padding-top: 0 !important;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below.recurrence-container:not(:first-child) .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below:not(:first-child):nth-last-of-type(2) .gfield--type-select:nth-last-of-type(2) {
    margin-right: 10px;
    margin-left: 0;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below.st-container:not(:first-child):not(.upload-validate):not(.contact-person-div):not(.recurrence-container):not(.month-recur-group):not(.confirm-container) .gfield--type-choice .gchoice{
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below.st-container:not(:first-child):not(.upload-validate):not(.contact-person-div):not(.recurrence-container):not(.month-recur-group):not(.confirm-container) .gfield--type-choice .gchoice p {
    padding-left: 32px;
    width: 100%;
}
.gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below.st-container:not(:first-child):not(.upload-validate):not(.contact-person-div):not(.recurrence-container):not(.month-recur-group):not(.confirm-container) .gfield--type-choice .gfield_radio .gchoice label {
    width: calc(100% - 32px);
}
.gform_wrapper form .gform-body.gform_body .gfield .iti__country:before {
    display: none;
}
.gform_wrapper form .gform-body.gform_body .gfield .ginput_complex .ginput_container_time {
    inline-size: 50%;
}
.gform_wrapper form .gform-body.gform_body .gfield .ginput_complex .ginput_container_time input {
    border-radius: 5px;
}
@media only screen and (max-width: 991px){
    .final-step-multi-form .gf_step:not(:last-child) .gf_step_label,
    .final-step-general-form .gf_step:not(:last-child) .gf_step_label,
    .final-step-kitty-form .gf_step:not(:last-child) .gf_step_label {
        background: url(../images/line-formmb.svg) no-repeat center;
        width: 10px;
    }
    .gform-theme--framework .gf_step:not(:last-child) .gf_step_label{
        width: 30px;
    }
}

@media only screen and (max-width: 767px){
    .final-step-multi-form .gf_page_steps,
    .final-step-general-form .gf_page_steps,
    .final-step-kitty-form .gf_page_steps {
        padding: 0 30px 29px;
    }
    .gform_wrapper form .gform-body.gform_body {
        padding: 0 23.5px;
    }
    .gform_wrapper.gform-theme--foundation .gf_page_steps {
        padding: 0 23.5px 29px;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .gform-theme--framework .gf_step:not(:last-child) .gf_step_label{
        background: url('../images/line-formmb.png') no-repeat center;
        width: 10px;
    }
    .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) .gfield--type-date {
        width: 100%;
        float: none;
        margin-left: 0;
        padding: 0 !important;
        margin: 30px 0  0 0;
    }
    .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) ul +.gfield--type-date{
        margin-right: 0;
        border-top: 1px solid #D3CFC1;
        padding-top: 29px !important;
    }
    .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) .gfield--type-date:before{
        display: none;
    }
    .final-step-multi-form h2.content_loaded,
    .final-step-general-form h2.content_loaded,
    .final-step-kitty-form h2.content_loaded {
        font-size: 20px;
        line-height: 30px;
    }
    .final-step-multi-form .site-content .container,
    .final-step-general-form .site-content .container,
    .final-step-kitty-form .site-content .container {
        padding-top: 40px;
        padding-left: 21.5px;
        padding-right: 21.5px;
    }
    .final-step-multi-form .wp-block-image img,
    .final-step-general-form .wp-block-image img,
    .final-step-kitty-form .wp-block-image img {
        height: 96px;
        width: 96px;
    }
    .final-step-multi-form .gf_page_steps,
    .final-step-general-form .gf_page_steps,
    .final-step-kitty-form .gf_page_steps {
        margin-bottom: 37px;
    }

    .final-step-multi-form .page-content,
    .final-step-general-form .page-content,
    .final-step-kitty-form .page-content {
        padding: 30px 0 20px;
    }
    .gform_wrapper form .gform-body.gform_body .container-repeater-field .gfield {
        width: 100%;
    }
    .yellow-backgound .site-main .container, 
    .final-step-kitty-form .site-main .container{
        padding-top: 40px;
    }
    .yellow-backgound .site-main .container .page-content, 
    .final-step-kitty-form .site-main .container .page-content{
        padding-bottom: 0;
    }
    .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) fieldset.gfield--type-radio ~.gfield.gfield--type-select{
        width: 100%;
        margin: 0;
        float: none;
    }
    .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) fieldset.gfield--type-radio +.gfield.gfield--type-select{
        margin-right: 0;
    }
    .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below:not(:first-child) fieldset.gfield--type-radio.gfield--type-choice ~ .gfield--type-date:nth-last-of-type(2){
        margin-right: 0;
    }
    .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below:not(:first-child) fieldset:first-child ~ .gfield.gfield--type-select:before{
        display: none;
    }
    .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) fieldset.gfield--type-radio ~.gfield.gfield--type-select + .gfield.gfield--type-select {
        padding-top: 0 !important;
        margin-top: 14px;
    }    
    .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full:not(:first-child) fieldset.gfield.gfield--type-checkbox.gfield--type-choice{
        margin-bottom: 30px;
    }
    .gform_wrapper form .application-type .gfield_radio .gform-field-label{
        width: 100%;
    }
    .gform_wrapper form .gform-body.gform_body .gfield.application-type .gfield_radio .gchoice {
        width: 100%;
        display: block;
    }
    .gform_wrapper form .gform-body.gform_body .gfield .gform-grid-row {
        margin: 0;
    }
    .gform_wrapper form .gform-body.gform_body .gfield .gform-grid-row .name_first,
    .gform_wrapper form .gform-body.gform_body .gfield .gform-grid-row .name_last{
        flex: 1;
    }
    .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below.recurrence-container:not(:first-child) .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below:not(:first-child):nth-last-of-type(2) .gfield--type-select {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .gform_wrapper form .gform-body.gform_body .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below.recurrence-container:not(:first-child) .gfield.gfield--type-html.gfield--input-type-html.gfield--width-full.gfield_no_follows_desc.field_sublabel_below:not(:first-child):nth-last-of-type(2) .gfield--type-select:nth-last-of-type(2) {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 639px){
    .final-step-multi-form h5.wp-block-heading,
    .final-step-general-form h5.wp-block-heading,
    .final-step-kitty-form h5.wp-block-heading {
        padding: 0 23.5px;
    }
    .final-step-multi-form p.has-text-align-center,
    .final-step-general-form p.has-text-align-center,
    .final-step-kitty-form p.has-text-align-center{
        padding: 0 23.5px;
    }
    .final-step-multi-form .wp-block-group,
    .final-step-general-form .wp-block-group,
    .final-step-kitty-form .wp-block-group{
        padding: 0 23.5px;
    }
    .final-step-multi-form .gf_page_steps,
    .final-step-general-form .gf_page_steps,
    .final-step-kitty-form .gf_page_steps {
        justify-content: flex-start;
    }
    .final-step-multi-form .site-content .background-under,
    .final-step-general-form .site-content .background-under,
    .final-step-kitty-form .site-content .background-under {
        top: inherit;
        bottom: -25%;
        background-position: 51% bottom;
        background-size: cover;
    }
    .yellow-backgound .background-under {
        top: inherit;
        bottom: 0;
        background: url('../images/bg-mobile.png') no-repeat;
        background-position: center top;
        background-size: contain;
    }

    .final-step-kitty-form .background-under {
        top: inherit;
        bottom: -25%;
        background-position: 51% bottom;
        background-size: cover;
    }

}