@import url('https://fonts.cdnfonts.com/css/poppins');
@import url('https://fonts.cdnfonts.com/css/ubuntu');

/* # Home Banner
---------------------------------------------------------------------------------------------------- */

.home-banner-form .esform_wrapper ul.esform_fields li.esfield {
    width: 14.28%;
    float: left;
    clear: none;
    padding: 0 !important;
    list-style-type: none;
}


/* V2 */

.home-banner-form .short-form-v2 .esform_wrapper ul.esform_fields li.esfield {
    width: 25%;
    float: left;
    clear: none;
    padding: 0 !important;
    list-style-type: none;
}

html body .home-banner-form .short-form-v2 .esform_wrapper .esform_footer {
    float: left;
    padding: 0;
    width: 100%;
    clear: none;
}


/* ////////////////////////////////////////////////////////////////// */

.home-banner-form .esform_wrapper ul.esform_fields li.esfield.full-row {
    width: 100%;
}

html body .home-banner-form .esform_wrapper .esform_body {
    float: left;
    width: 85%;
    clear: none;
}

html body .home-banner-form .esform_wrapper .esform_footer {
    float: left;
    padding: 0;
    width: 15%;
    clear: none;
}

body .home-banner-form .esform_wrapper .esform_footer input.button {
    margin-right: 0;
}

.home-banner-form form {
    position: relative;
    padding-top: 95px;
}

.home-banner-form .esform_wrapper ul.esform_fields li.esfield.service-type-radio {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}

.home-banner-form .esform_wrapper ul.esfield_radio li label {
    font-size: 13px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    color: #426bb3;
    width: 100%;
    border: 2px solid #426bb3;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-weight: 700;
    position: relative;
    border: 0;
    min-width: 100%;
    background: #fff;
}

.home-banner-form .esform_wrapper ul.esfield_radio li {
    overflow: unset;
}

.home-banner-form .esform_wrapper .top_label li ul.esfield_radio {
    max-width: 700px;
    margin: 0 auto;
    overflow: hidden;
    border: 2px solid #426bb3;
    border-right: 0;
}

.home-banner-form .esform_wrapper ul.esfield_radio li input[type=radio] {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: hidden;
}

.home-banner-form .esform_wrapper ul.esfield_radio {
    margin: 0;
    width: 100% !important;
}

.home-banner-form .esform_wrapper ul.esfield_radio li {
    margin: 0;
    display: block;
    vertical-align: top;
    width: 50%;
    float: left;
}

.home-banner-form .esform_wrapper ul.esfield_radio li label {
    border-right: 2px solid #426bb3 !important;
}

.home-banner-form .esform_wrapper ul.esfield_radio li:nth-of-type(1) label::before {
    content: "";
    display: block;
    vertical-align: middle;
    width: 37px;
    height: 39px;
    background: no-repeat center url(../png/residential-icon-2.png);
    margin-right: 10px;
}

.home-banner-form .esform_wrapper ul.esfield_radio li:nth-of-type(1) input[type="radio"]:checked+label::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 62px 37px 0 0;
    border-color: #426bb3 transparent transparent transparent;
    position: absolute;
    right: -37px;
    top: -2px;
    z-index: 1;
}

.home-banner-form .esform_wrapper ul.esfield_radio li:nth-of-type(1) input[type=radio]:checked+label::before {
    background: no-repeat center url(../png/residential-icon-active-2.png);
}

.home-banner-form .esform_wrapper ul.esfield_radio li:nth-of-type(1) input[type=radio]:checked+label::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 62px 37px 0 0;
    border-color: #426bb3 transparent transparent transparent;
    position: absolute;
    right: -37px;
    top: -2px;
    z-index: 1;
}

.home-banner-form .esform_wrapper ul.esfield_radio li:nth-of-type(2) label::before {
    content: "";
    display: block;
    vertical-align: middle;
    width: 27px;
    height: 34px;
    background: no-repeat center url(../png/commercial-icon-2.png);
    margin-right: 5px;
}

.home-banner-form .esform_wrapper ul.esfield_radio li:nth-of-type(2) input[type="radio"]:checked+label::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 62px 37px;
    border-color: transparent transparent #426bb3 transparent;
    position: absolute;
    left: -37px;
    top: -2px;
}

.home-banner-form .esform_wrapper ul.esfield_radio li:nth-of-type(3) label::before {
    content: "";
    display: block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    background: no-repeat center url(../png/disinfecting-icon-2.png);
    margin-right: 5px;
}

.home-banner-form .esform_wrapper ul.esfield_radio li:nth-of-type(2) input[type=radio]:checked+label::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 62px 37px;
    border-color: transparent transparent #426bb3 transparent;
    position: absolute;
    left: -37px;
    top: -2px;
}

.home-banner-form .esform_wrapper ul.esfield_radio li:nth-of-type(1) label {
    border-right: 0;
}

.home-banner-form .esform_wrapper ul.esfield_radio li:nth-of-type(2) label {
    border-left: 0;
}

.home-banner-form .esform_wrapper ul.esfield_radio li:nth-of-type(2) input[type=radio]:checked+label::before {
    background: no-repeat center url(../png/commercial-icon-active-2.png);
}

.home-banner-form .esform_wrapper ul.esfield_radio li:nth-of-type(3) input[type=radio]:checked+label::before {
    background: no-repeat center url(../png/white-disinfecting-icon-2.png);
}

.home-banner-form .esform_wrapper ul.esfield_radio li input[type=radio]:checked+label {
    background: #426bb3;
    color: #fff;
    font-weight: 700;
}

.home-banner-form p {
    display: none;
}

.esfield_label {
    display: none !important;
}

body .esform_wrapper .blue-bottom-input input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .esform_wrapper .blue-bottom-input textarea,
body .esform_wrapper .blue-bottom-input select {
    /*border-bottom-color: #426bb3;*/
    border: none;
}

body .esform_wrapper .yellow-bottom-input input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .esform_wrapper .yellow-bottom-input textarea,
body .esform_wrapper .yellow-bottom-input select {
    /*border-bottom-color: #f89c2a;*/
    border: none;
}

body .esform_wrapper .red-bottom-input input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .esform_wrapper .red-bottom-input textarea,
body .esform_wrapper .red-bottom-input select {
    /*border-bottom-color: #ed1c24;*/
    border: none;
}

body .esform_wrapper .green-bottom-input input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .esform_wrapper .green-bottom-input textarea,
body .esform_wrapper .green-bottom-input select {
    /*border-bottom-color: #22b24c;*/
    border: none;
}

body .esform_wrapper .esform_footer input.button,
body .esform_wrapper .esform_footer input[type="submit"],
body .esform_wrapper .esform_page_footer input.button,
body .esform_wrapper .esform_page_footer input[type="submit"] {
    width: 100%;
    height: 57px;
    border-radius: 0;
    padding: 5px;
    background: #22b24c;
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

body .esform_wrapper .esform_footer input.button:hover,
body .esform_wrapper .esform_footer input[type="submit"]:hover,
body .esform_wrapper .esform_page_footer input.button:hover,
body .esform_wrapper .esform_page_footer input[type="submit"]:hover {
    background: #25be51;
}

html body .esform_wrapper select {
    height: 57px;
    font-size: 16px;
    font-weight: 300;
    padding: 0 0 0 15px !important;
    margin-bottom: 14px;
    width: 100% !important;
    color: #475056;
    border: 1px solid #e5e6e6;
    border-bottom-color: rgb(229, 230, 230);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-family: Roboto, sans-serif;
    border-bottom: 3px solid #e5e6e6;
    border-bottom-color: rgb(229, 230, 230);
    margin-left: 0px !important;
}

body .esform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    height: 57px;
    font-size: 16px;
    font-weight: 300;
    padding: 0 10px 0 15px;
    margin-bottom: 14px;
    width: 100%;
    color: #475056;
    border: 1px solid #e5e6e6;
    border-bottom-color: rgb(229, 230, 230);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-family: Roboto, sans-serif;
    border-bottom: 3px solid #e5e6e6;
    border-bottom-color: rgb(229, 230, 230);
}

.esform_legacy_markup_wrapper ul.esfield_checkbox li label,
.esform_legacy_markup_wrapper ul.esfield_radio li label {
    display: -moz-inline-stack;
    display: inline-block;
    letter-spacing: inherit;
    vertical-align: middle;
    cursor: pointer;
}

#esform_fields_1 .validation_message {
    width: 100%;
    color: #ed1c24;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 12px;
}

@media (max-width: 800px) {
    .home-banner-form .esform_wrapper ul.esform_fields li.esfield {
        width: 100% !important;
    }
    html body .home-banner-form .esform_wrapper .esform_body {
        width: 100% !important;
    }
    html body .home-banner-form .esform_wrapper .esform_footer {
        width: 100% !important;
    }
    .entry-content ol,
    .entry-content ul {
        margin-left: 0px !important;
    }
}


/* Short Form Version 3 */

.short-form-v3 {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 14px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.15);
    /* max-width: 60%;
    margin: 0 auto; */
}

.short-form-v3 form {
    padding-top: 0 !important;
}

.short-form-v3__header {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 20px;
}

.short-form-v3__header-selections {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.short-form-v3__header-selections-button-res {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #ffffff;
    color: #22b24c;
    border: 0.5px solid #22b24c;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    margin-right: 10px;
    align-items: center;
    gap: 10px;
}

.short-form-v3__header-selections-button-res:hover {
    background-color: #22b24c;
    color: #ffffff;
    text-decoration: none;
}

.short-form-v3__header-selections-button-res.active {
    background-color: #22b24c;
    color: #ffffff;
    text-decoration: none;
}

.short-form-v3__header-selections-button-office {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #ffffff;
    border: 0.5px solid #426bb3;
    color: #426bb3;
    padding: 10px 37px;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    margin-right: 10px;
    align-items: center;
    gap: 10px;
}

.short-form-v3__header-selections-button-office:hover {
    background-color: #426bb3;
    color: #ffffff;
    text-decoration: none;
}

.short-form-v3__header-selections-button-office.active {
    background-color: #426bb3;
    color: #ffffff;
    text-decoration: none;
}

.short-form-v3__header-reviews {
    display: flex;
    flex-direction: column;
    padding-right: 7px;
}

.short-form-v3__header-reviews-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
}

.short-form-v3__header-reviews-title i {
    color: #ed1c24;
}

.short-form-v3__header-reviews-stars {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #565656;
}

.short-form-v3__header-reviews-stars i {
    color: #EE6731;
}

.short-form-v3__body-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.short-form-v3__body-field {
    flex-grow: 1;
    margin-right: 5px;
}

.short-form-v3__body-label {
    position: absolute;
    top: 22px !important;
    left: unset;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}


/* Residential Fields */

.short-form-v3__body-input-phone {
    color: #2c2c2c;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    /* padding: 5px 5px 30px 5px; */
    border-radius: 8px;
}

input.short-form-v3__body-input-phone::-webkit-input-placeholder {
    color: #2c2c2c;
    opacity: 1;
}

.short-form-v3__body-input-phone:focus {
    border: 2px solid #22b24c;
}

.short-form-v3__body-input-email {
    color: #2c2c2c;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    /* padding: 5px 35px 30px 5px; */
    border-radius: 8px;
    border: 1px solid #ddd !important;
}

input.short-form-v3__body-input-email::-webkit-input-placeholder {
    color: #2c2c2c;
    opacity: 1;
}

.short-form-v3__body-input-email:focus {
    border: 2px solid #22b24c !important;
}

.short-form-v3__body-input-frequency {
    color: #2c2c2c;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    padding: 18px 16px 20px 16px;
    border-radius: 8px;
}

.short-form-v3__body-input-frequency:focus {
    border: 2px solid #22b24c;
}

.short-form-v3__body-input-sqft {
    color: #2c2c2c;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    padding: 18px 16px 20px 16px;
    border-radius: 8px;
    margin-right: 5px;
}

.short-form-v3__body-input-sqft:focus {
    border: 2px solid #22b24c;
}

.short-form-v3__body-input-beds {
    color: #2c2c2c;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    padding: 18px 16px 20px 16px;
    border-radius: 8px;
    margin-right: 5px;
}

.short-form-v3__body-input-beds:focus {
    border: 2px solid #22b24c;
}

.short-form-v3__body-input-baths {
    color: #2c2c2c;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    padding: 18px 16px 20px 16px;
    border-radius: 8px;
    margin-right: 5px;
}

.short-form-v3__body-input-baths:focus {
    border: 2px solid #22b24c;
}

.short-form-v3__body-input-zipcode {
    color: #2c2c2c;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    /* padding: 5px 5px 25px 5px; */
    border-radius: 8px;
    margin-right: 5px;
}

input.short-form-v3__body-input-zipcode::-webkit-input-placeholder {
    color: #2c2c2c;
    opacity: 1;
}

.short-form-v3__body-input-zipcode:focus {
    border: 2px solid #22b24c;
}


/* Office fields */

.short-form-v3__body-input-company-name {
    color: #2c2c2c;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    /* padding: 5px 5px 30px 5px; */
    border-radius: 8px;
}

input.short-form-v3__body-input-company-name::-webkit-input-placeholder {
    color: #2c2c2c;
    opacity: 1;
}

.short-form-v3__body-input-company-name:focus {
    border: 2px solid #22b24c;
}

.short-form-v3__body-input-contact-person {
    color: #2c2c2c;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    /* padding: 5px 5px 30px 5px; */
    border-radius: 8px;
}

input.short-form-v3__body-input-contact-person::-webkit-input-placeholder {
    color: #2c2c2c;
    opacity: 1;
}

.short-form-v3__body-input-contact-person:focus {
    border: 2px solid #22b24c;
}

.short-form-v3__footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 2 auto;
}

.short-form-v3__footer-sms-section {
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 100%;
    padding: 15px 0;
}

.short-form-v3__footer-sms-text {
    display: block !important;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0.25px;
    color: #282828;
    margin-left: 10px;
}

.short-form-v3__body-input-checkbox:checked {
    border: 1px solid #089C2A;
    background-color: #089C2A;
}

.short-form-v3__footer-cancel-section-left {
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 60%;
}

.short-form-v3__footer-cancel-section-left i {
    color: #22b24c;
    margin-right: 10px;
}

.short-form-v3__footer-cancel-text {
    display: block !important;
    color: #2C2C2C;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Poppins';
    font-style: normal;
}

.short-form-v3__footer-cancel-section-right {
    display: flex;
    flex-direction: row;
    justify-content: right;
    width: 40%;
}

.short-form-v3__footer-button {
    background-color: #22b24c;
    padding: 10px 31px;
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
    font-size: 2.2rem;
    border-radius: 5px;
    border: 1px solid #22b24c;
    font-weight: 600;
    font-family: 'Poppins';
    font-style: normal;
    margin-top: 10px;
}

.short-form-v3__footer-button:hover {
    background-color: #25c052;
    color: #ffffff;
    border: 1px solid #25c052;
    text-decoration: none;
}

.short-form-v3__footer-button:visited {
    background-color: #25c052;
    color: #ffffff;
    border: 1px solid #25c052;
    text-decoration: none;
}

.short-form-v3__footer-image {
    width: 50px;
    height: 48px;
    margin-right: 5px;
}

.fa-star-half-stroke::before {
    content: "\f5c0";
}

.validation_message {
    font-size: 12px;
    font-size: 1.2rem;
    color: #ed1c24;
}

@media (max-width: 800px) {
    .short-form-v3__header {
        flex-direction: column;
    }
    .short-form-v3__header-selections {
        margin-bottom: 10px;
    }
    .short-form-v3__body-row {
        flex-direction: column;
    }
    .short-form-v3__body-field {
        width: 100%;
        margin-bottom: 10px;
    }
    .short-form-v3__footer {
        flex-direction: column;
    }
    .short-form-v3__footer-cancel-section-left {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }
    .short-form-v3__footer-cancel-section-right {
        width: 100%;
        justify-content: center;
    }
}

@media (min-width:801px) and (max-width:1080px) {
    .short-form-v3__header {
        flex-direction: column;
    }
    .short-form-v3__footer-cancel-text {
        font-size: 1.1rem;
        line-height: 14px;
    }
    .short-form-v3__footer {
        flex-direction: column;
    }
    .short-form-v3__footer-cancel-section-left {
        width: 100%;
        justify-content: center;
    }
    .short-form-v3__footer-cancel-section-right {
        width: 100%;
        justify-content: center;
    }
}


/****************** Short Form Version 4 **************************/

.short-form-v4 {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 14px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.15);
    /* max-width: 60%;
    margin: 0 auto; */
}

.short-form-v4 form {
    padding-top: 0 !important;
}

.short-form-v4__header {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 20px;
}

.short-form-v4__header-selections {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.short-form-v4__header-selections-button-res {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #ffffff;
    color: #22b24c;
    border: 0.5px solid #22b24c;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    margin-right: 10px;
    align-items: center;
    gap: 10px;
}

.short-form-v4__header-selections-button-res:hover {
    background-color: #22b24c;
    color: #ffffff;
    text-decoration: none;
}

.short-form-v4__header-selections-button-res.active {
    background-color: #22b24c;
    color: #ffffff;
    text-decoration: none;
}

.short-form-v4__header-selections-button-office {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #ffffff;
    border: 0.5px solid #426bb3;
    color: #426bb3;
    padding: 10px 37px;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    align-items: center;
    gap: 10px;
}

.short-form-v4__header-selections-button-office:hover {
    background-color: #426bb3;
    color: #ffffff;
    text-decoration: none;
}

.short-form-v4__header-selections-button-office.active {
    background-color: #426bb3;
    color: #ffffff;
    text-decoration: none;
}

.short-form-v4__header-reviews {
    display: flex;
    flex-direction: column;
    padding-right: 7px;
}

.short-form-v4__header-reviews-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
}

.short-form-v4__header-reviews-title i {
    color: #ed1c24;
}

.short-form-v4__header-reviews-stars {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #565656;
}

.short-form-v4__header-reviews-stars i {
    color: #EE6731;
}

.short-form-v4__body-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.short-form-v4__body-field {
    flex-grow: 1;
    margin-right: 5px;
}

.short-form-v4__body-label {
    position: absolute;
    top: 22px !important;
    left: unset;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}


/* Residential Fields */

.short-form-v4__body-input-phone {
    color: #2c2c2c;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    /* padding: 5px 5px 30px 5px; */
    border-radius: 8px;
}

input.short-form-v4__body-input-phone::-webkit-input-placeholder {
    color: #2c2c2c;
    opacity: 1;
}

.short-form-v4__body-input-phone:focus {
    border: 2px solid #22b24c;
}

.short-form-v4__body-input-email {
    color: #2c2c2c;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    /* padding: 5px 35px 30px 5px; */
    border-radius: 8px;
    border: 1px solid #ddd !important;
}

input.short-form-v4__body-input-email::-webkit-input-placeholder {
    color: #2c2c2c;
    opacity: 1;
}

.short-form-v4__body-input-email:focus {
    border: 2px solid #22b24c !important;
}

.short-form-v4__body-input-frequency {
    color: #2c2c2c;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    padding: 18px 16px 20px 16px;
    border-radius: 8px;
}

.short-form-v4__body-input-frequency:focus {
    border: 2px solid #22b24c;
}

.short-form-v4__body-input-sqft {
    color: #2c2c2c;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    padding: 18px 16px 20px 16px;
    border-radius: 8px;
    margin-right: 5px;
}

.short-form-v4__body-input-sqft:focus {
    border: 2px solid #22b24c;
}

.short-form-v4__body-input-beds {
    color: #2c2c2c;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    padding: 18px 16px 20px 16px;
    border-radius: 8px;
    margin-right: 5px;
}

.short-form-v4__body-input-beds:focus {
    border: 2px solid #22b24c;
}

.short-form-v4__body-input-baths {
    color: #2c2c2c;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    padding: 18px 16px 20px 16px;
    border-radius: 8px;
    margin-right: 5px;
}

.short-form-v4__body-input-baths:focus {
    border: 2px solid #22b24c;
}

.short-form-v4__body-input-zipcode {
    color: #2c2c2c;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    /* padding: 5px 5px 25px 5px; */
    border-radius: 8px;
    margin-right: 5px;
}

input.short-form-v4__body-input-zipcode::-webkit-input-placeholder {
    color: #2c2c2c;
    opacity: 1;
}

.short-form-v4__body-input-zipcode:focus {
    border: 2px solid #22b24c;
}


/* Office fields */

.short-form-v4__body-input-company-name {
    color: #2c2c2c;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    /* padding: 5px 5px 30px 5px; */
    border-radius: 8px;
}

input.short-form-v4__body-input-company-name::-webkit-input-placeholder {
    color: #2c2c2c;
    opacity: 1;
}

.short-form-v4__body-input-company-name:focus {
    border: 2px solid #22b24c;
}

.short-form-v4__body-input-contact-person {
    color: #2c2c2c;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    /* padding: 5px 5px 30px 5px; */
    border-radius: 8px;
}

input.short-form-v4__body-input-contact-person::-webkit-input-placeholder {
    color: #2c2c2c;
    opacity: 1;
}

.short-form-v4__body-input-contact-person:focus {
    border: 2px solid #22b24c;
}

.short-form-v4__footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 2 auto;
}

.short-form-v4__footer-sms-section {
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 100%;
    padding: 15px 0;
}

.short-form-v4__footer-sms-text {
    display: block !important;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: left;
    letter-spacing: 0.25px;
    color: #282828;
    margin-left: 10px;
}

.short-form-v4__body-input-checkbox:checked {
    border: 1px solid #089C2A;
    background-color: #089C2A;
}

.short-form-v4__footer-cancel-section-left {
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 60%;
}

.short-form-v4__footer-cancel-section-left i {
    color: #22b24c;
    margin-right: 10px;
}

.short-form-v4__footer-cancel-text {
    display: block !important;
    color: #2C2C2C;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Poppins';
    font-style: normal;
}

.short-form-v4__footer-cancel-section-right {
    display: flex;
    flex-direction: row;
    justify-content: right;
    width: 40%;
}

.short-form-v4__footer-button {
    background-color: #22b24c;
    padding: 10px 31px;
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
    font-size: 2.2rem;
    border-radius: 5px;
    border: 1px solid #22b24c;
    font-weight: 600;
    font-family: 'Poppins';
    font-style: normal;
    margin-top: 10px;
}

.short-form-v4__footer-button:hover {
    background-color: #25c052;
    color: #ffffff;
    border: 1px solid #25c052;
    text-decoration: none;
}

.short-form-v4__footer-button:visited {
    background-color: #25c052;
    color: #ffffff;
    border: 1px solid #25c052;
    text-decoration: none;
}

.short-form-v4__footer-image {
    width: 50px;
    height: 48px;
    margin-right: 5px;
}

@media (max-width: 800px) {
    .short-form-v4__header {
        flex-direction: column;
    }
    .short-form-v4__header-selections {
        margin-bottom: 10px;
    }
    .short-form-v4__body-row {
        flex-direction: column;
    }
    .short-form-v4__body-field {
        width: 100%;
        margin-bottom: 10px;
    }
    .short-form-v4__footer {
        flex-direction: column;
    }
    .short-form-v4__footer-cancel-section-left {
        width: 100%;
        justify-content: center;
    }
    .short-form-v4__footer-cancel-section-right {
        width: 100%;
        justify-content: center;
    }
}

@media (min-width:801px) and (max-width:1080px) {
    .short-form-v4__header {
        flex-direction: column;
    }
    .short-form-v4__footer-cancel-text {
        font-size: 1.1rem;
        line-height: 14px;
    }
    .short-form-v4__footer {
        flex-direction: column;
    }
    .short-form-v4__footer-cancel-section-left {
        width: 100%;
        justify-content: center;
    }
    .short-form-v4__footer-cancel-section-right {
        width: 100%;
        justify-content: center;
    }
}

/*======================Trsustindex widget on Short form================================*/
.ti-widget[data-layout-id="60"][data-set-id="ligth-border"] .ti-header {
    padding: 0 !important;
    margin-top: 10px;
}

.short-form-v3 form#esform_1 div.short-form-v3__header div.short-form-v3__header-reviews div.ti-widget.ti-no-stars div.ti-widget-container a.ti-header {
    padding: 0 !important;
    margin-top: 10px;
}