.wpcf7 form.sent .wpcf7-response-output{
     background-color: #fff;
     font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
     width: auto;
     height: 200px;
     border-radius: 5px;
     display: inline-flex;
     align-items: center;
     text-align: center;
     margin: 50px!important;
     position: relative;
     box-sizing: border-box;
     border: 1px solid #b20837!important;
     padding: 20px;
}
/*// checking litespeed*/
.wpcf7 form .wpcf7-response-output {
  display: none;
  border: none!important;
}

 .wpcf7 form.sent .wpcf7-response-output::before {
     background: #f0f0f1;
     content: "\2713";
     font-size: 2em;
     border-radius: 100%;
     color: #29ac48;
    /* padding: 30px;
     */
     height: 60px;
     width: 60px;
     box-sizing: border-box;
     display: flex;
     justify-content: center;
     align-items: center;
     position: absolute;
     left: 50%;
     top: 50%;
     margin-top: -82px;
     margin-left: -25px;
     border: 1px solid #29ac48;
}
.wpcf7 form.invalid .wpcf7-response-output{
     background-color: #b20837;
     font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
     width: auto;
     height: 200px;
     border-radius: 5px;
     display: inline-flex;
     align-items: center;
     text-align: center;
     margin: 50px!important;
     position: relative;
     box-sizing: border-box;
     border: 1px solid #b20837!important;
 color: #f0f0f1
}
 .wpcf7 form.invalid .wpcf7-response-output::before {
     background: #f39c12;
     content: "\26A0";
     font-size: 2em;
     border-radius: 100%;
     color: #f0f0f1;
     height: 60px;
     width: 60px;
     box-sizing: border-box;
     display: flex;
     justify-content: center;
     align-items: center;
     position: absolute;
     left: 50%;
     top: 50%;
     margin-left: -25px;
     top: 10px;
}

/* Progress Indicator using ::before pseudo-element */
.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  right: 25px;
  bottom: 10px;
  width: 100%;
  height: 20px;
  background-color: black;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

/* Add an animation-delay to start the animation after a specific duration */
.wpcf7-spinner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0; /* Initial width is 0, it will increase with CSS animation */
  height: 100%;
  background-color: red;
  animation: progressAnimation 7s linear infinite; /* CSS animation for moving the progress bar */
  border-radius: 0px; /* Make sure to match the container's border-radius */
  animation-delay: 0.1s; /* Delay the animation start by 2 seconds */
  animation-play-state: paused; /* Start with the animation paused */
}

form.submitting .wpcf7-spinner::before {
    animation-play-state: running;
}

/* Keyframes for the progress animation */
@keyframes progressAnimation {
  from { width: 0; } /* Start with 0 width */
  to { width: 100%; } /* End with full width (100%) */
}

/* Start the animation when .wpcf7-spinner is visible */
.wpcf7-spinner.visible::before {
  animation-play-state: running;
}

/* Optional - Add a transition effect to smoothly reveal elements as they become visible */
.wpcf7-spinner::before {
  transition: width 0.5s ease; /* Transition width for a smoother effect */
}


.wpcf7-not-valid-tip{
  display: none;
}
 .contact_form_wrapper {
     background-color: #fff;
     text-align: center;
     border-radius: 15px;
     /* min-height: 280px;
     */
     max-width: 530px;
     margin: 0 auto;
     padding: 0;
}
.idpc-error{
 background: #b20837;
 color: #fff;
 border-radius: 10px;
 padding: 10px;
 line-height: 25px;
}
.address-address-inv-0, .dfd{
 display:block;
}
 .invoicing_address_container, .site_address_container{
     padding: 0 15px;
}
 #choice, .org_input_field, .input_field, .phone_input, .site_input_blur, .email_input {
     font-family: 'Ubuntu', sans-serif;
    /* font-style: normal;
     */
     font-size: 1rem;
     background: #f8f9f9;
     border: 1px solid #131A22;
     border-radius: 5px;
     box-shadow: none;
     width: 100%;
     height: 3rem;
     padding: 1rem;
     box-sizing: border-box;
     display: block;
}
 .if_valid{
     border: 2px solid #009E60;
}
 .input_field{
     color: #131A22;
     /* text-transform: capitalize; */
}
 .site_input_blur {
     color: #71767a;
     font-style: italic;
     background: #e3e3e3;
}
 .post_code_input{
     text-transform:uppercase;
}
 .email_input{
     /* text-transform: lowercase; */
}
 .form-field{
     margin: 0;
     padding: 0;
}
 .post_search{
     background-color: #131A22;
     color: #fff;
     font-size: 20px;
     height: 62px;
     width: 216px;
     border: 2px solid #131A22;
     border-radius: 5px;
     box-sizing: border-box;
}
 .contact_form_title{
     font-family: 'Ubuntu', sans-serif;
     font-size: 1.2rem;
     background: #131A22;
     border-radius: 5px 5px 0 0;
     box-shadow: none;
     color: #fff;
     width: 100%;
     height: auto;
     padding: 1rem 0.5rem;
     box-sizing: border-box;
     margin-bottom: 10px;
}
 .invoicing_address, .site_address{
     font-family: 'Ubuntu', sans-serif;
     font-size: 1.2rem;
    /* background: #131A22;
     */
     border-bottom: 2px solid #b20837;
    /* border-radius: 5px 0 0 5px;
     */
     box-shadow: none;
     width: 100%;
     height: auto;
     padding: 1rem;
     box-sizing: border-box;
     color: #131A22;
}
 .invoicing_address{
    /* margin: 0 0 40px 0;
     */
}
 .sh_label, .text_field_label{
     display: flex;
     margin: 30px 0 10px 0;
}
 .sh_label{
     text-align: left;
}
 .label_optional{
     font-size: 16px;
     display: inline;
     padding-left: 5px;
     color: #b20837;
}
 .text_field_label{
     text-align: center;
}
 .site_address{
     margin: 40px 0 20px 0;
}
 #lookup_field, #site_lookup_field{
     margin: 9px 0 7px 0;
}
 .postcode_srch_fld{
     font-family: 'Ubuntu', sans-serif;
     background: #f8f9f9;
     border: 1px solid #131A22;
     border-radius: 5px;
     box-shadow: none;
     font-size: 1rem;
     height: 1rem;
     padding: 1rem 0.5rem;
     width: 13rem;
     margin-right: 2px;
     /* text-transform: uppercase; */
}
 .postcode_srch_fld::placeholder{
     color: #131A22;
     opacity: .8;
     font-size: 14px;
     text-transform: none;
}
 .search_wrap{
     margin: 20px 0 0 0;
}
 .postcode_srch_btn{
     font-family: 'Ubuntu', sans-serif;
     background: #204457;
     border: 1px solid #204457;
     border-radius: 5px;
     box-shadow: none;
     color: #fff;
     font-size: 1rem;
     padding: 1rem 0.5rem;
     width: 10rem;
     margin-left: 2px;
     cursor: pointer;
}
 .postcode_srch_btn:hover {
     background: #333;
}
 .postcode_srch_btn:active {
     background: #131A22;
}
 #idpc_dropdown, .idpc-select{
     font-family: 'Ubuntu', sans-serif;
     background: #f8f9f9;
     border: 2px solid #b20837;
     border-radius: 5px;
     box-shadow: none;
     font-size: 1rem;
     padding: 1rem;
     width: 100%;
     margin: 20px 0;
     align-content: center;
     justify-content: center;
     align-items: center;
     line-height: 30px;
     background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='31.417px' height='21.754px' viewBox='0 4.832 31.417 21.754' enable-background='new 0 4.832 31.417 21.754' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23B20837' d='M15.71,26.586c-0.909,0-1.767-0.41-2.335-1.117L0.665,9.715C0.227,9.171,0,8.504,0,7.831 c0-0.439,0.1-0.882,0.293-1.293C0.792,5.496,1.846,4.832,3,4.832h25.418c1.154,0,2.208,0.664,2.707,1.706 c0.496,1.043,0.354,2.279-0.372,3.178L18.044,25.471C17.477,26.176,16.618,26.586,15.71,26.586z'/%3E%3C/g%3E%3C/svg%3E");
     background-position: right 10px center;
     background-repeat: no-repeat;
     background-size: auto 40%;
     padding: 10px 30px 10px 10px;
     outline: none;
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
     &::
     -ms-expand {
         display: none}
}
.idpc-select:focus {
 border: 2px solid #29ac48;
}
 .idpc-select svg path{
     fill:red
}
 #idpc_error_message{
     background: #e20026;
     color: #fff;
     padding: 1rem;
     border: 1px solid #e20026;
     border-radius: 5px;
}
 .sh_checkbox_label{
     display: inline-flex;
     position: relative;
     color: #f8f9f9;
     font-size: 1.1rem;
     text-align: left;
     font-weight: 400;
     align-items: center;
}
/* .sh_check_box{
     width: 30px;
     height: 30px;
     border: 2px solid #131A22;
}
 */
 .site_address {
     position: relative;
}
 input[type=checkbox] {
     width: 30px;
     height: 30px;
     border: 2px solid #f0f0f1;
     border-radius: 5px;
     margin-left: 15px;
     cursor: pointer;
}
 input[type=checkbox]:disabled {
     cursor: no-drop;
     opacity: 0.3;
}
 input[type=checkbox]:checked::before {
     content: "\2713";
     color: #fff;
     font-size:25px;
     font-weight: bold;
     display: block;
     position: absolute;
     text-align: center;
     height: 29px;
     width: 29px;
     right: 3px;
     top: 0;
}
 input[type=checkbox]:checked {
     border: 2px solid #28a1e1;
}
 .enquiry_text_area{
     font-size: 1rem;
     width: 100%;
     height: auto;
     padding: 1rem;
     min-height: 8rem;
     box-sizing: border-box;
     margin: 0 0 30px 0;
     border-radius: 5px;
     resize: vertical;
}
 .enquiry_text_area::placeholder{
     color: #131A22;
     font-size: 1.1rem;
     opacity: .7;
}
 .input-check{
  margin-bottom: 25px;
  background: #b20837;
  border-radius: 10px;
  padding: 20px;
}
 .submit_message{
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
     background-color: #e20026;
     border: 2px solid #e20026;
     color: #fff;
     cursor: pointer;
     display: inline-block;
     font-family: 'Ubuntu', sans-serif;
     font-size: 2rem;
     margin: 0;
     min-width: 8rem;
     padding: 0.5rem 1.5rem;
     text-align: center;
     text-decoration: none;
     transition: background-color .25s,border .25s,color .25s;
     width: 100%;
     height: 70px;
     border-radius: 5px;
     margin: 20px 0 20px 0;
}
 .submit_message:hover{
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
     background-color: #b20837;
     border: 2px solid #b20837;
}
 .submit_message:active{
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
     background-color: #204457;
     border: 2px solid #204457;
}
 .textareat {
     border: 1px solid #ccc;
     font-family: inherit;
     font-size: inherit;
     padding: 1px 6px;
}
 .textareat {
     display: block;
     width: 100%;
     overflow: hidden;
     resize: both;
     min-height: 40px;
     line-height: 20px;
}
 .textareat[contenteditable]:empty::before {
     content: "Describe your job here...";
     color: gray;
}
 #output_main_address address, #output_site_address address{
}
 .address-wrap{
     display: block;
     border: 1px solid #b20837;
     border-radius: 5px;
     width: 60%;
     min-height: 100px;
     padding: 1rem;
     box-sizing: border-box;
     margin: 0 auto;
     background: #fff;
     text-align: left;
     display: inline-flex;
     flex-direction: column;
     flex-wrap: wrap;
     align-content: center;
     justify-content: center;
     line-height: 1.5em;
     letter-spacing: 0.4px;
}
.inv_contact_no, .site_contact_no{
 padding-top: 10px;
}
 .address-item, .fullname, .sitefullname, .site_contact_no{
     display: block;
     line-height: 25px;
     text-decoration: none;
     font-size: 1.05rem;
     font-style: normal;
}
 .edit_main_address, .edit_site_address, .finish_edit_main_address, .finish_edit_site_address{
     display: inline-flex;
     color: #fff;
     margin: 20px 0;
     padding: .5rem;
     background: #b20837;
     border: 1px solid #b20837;
     border-radius: 5px;
     width: 8rem;
     justify-content: center;
}
 .hide_edit_button{
     display: none!important;
}
 .form-step-2 .search_wrap .warning {
     color: #e20026;
     height: 0;
     overflow-y: visible;
     margin-top: -1rem;
}
 .form-after-field-warning {
     color: #FFF;
     font-size: 14px;
     background: #ED2024;
     border-radius: 3px;
     padding: 5px 10px;
     font-weight: normal;
     display: block;
     margin-top: 5px;
}
 .if_empty {
     border: 1px solid #e20026;
}
 .err_lab {
     position: absolute;
     bottom: -28px;
     right: 0;
     color: #e20026;
     font-size: 16px;
}
 .respo-form-field {
     position: relative;
}
 @media all and (min-width:120px) {
     .postcode_srch_fld{
         display: inline-flex;
         margin: 0 0 10px 0;
         width: 10rem;
         width: 13rem;
         justify-content: center;
    }
     .postcode_srch_btn{
         display: inline-flex;
         margin: 10px 0 0 0;
         justify-content: center;
         width: 10rem;
    }
}
 @media all and (min-width:380px) {
     .postcode_srch_fld {
         display: inline;
         width: 10rem;
         margin: 10px 2px 10px 0;
    }
     .postcode_srch_btn{
         display: inline;
         width: 9rem;
         margin: 10px 0 10px 2px;
    }
     .address-wrap{
         width: 90%;
    }
}
 @media all and (min-width:500px) {
     .postcode_srch_fld {
         margin: 0 4px 0 0;
         width: 13rem;
    }
     .postcode_srch_btn{
         margin: 0 0 0 4px;
         width: 10rem;
    }
     .address-wrap{

     width: 70%;
    }
 }
.submit_error, .error_message, .error_message_two{
 font-size: 14px;
 font-weight: 400;
 color: #ed2024;
 margin: 10px 0  0 35px;
 /* padding: 20px; */
 display: none;
 text-align: left;
 /* background: #ed2024; */
}
.error_message::before, .error_message_two::before{
     content: "\26A0";
     color: #ed2024;
     font-size:25px;
     font-weight: 400;
     position: absolute;
     text-align: center;
     height: 29px;
     width: 29px;
     transform: translate(-27px, -11px);
}
.contact_form_wrapper input:focus, .contact_form_wrapper textarea:focus {
border: 1px solid green !important;
box-shadow: 0 0 3px green !important;
-moz-box-shadow: 0 0 3px green !important;
-webkit-box-shadow: 0 0 3px green !important;
}

input:focus, textarea:focus, select:focus {
outline-offset: 0px !important;
outline: none !important;
}

#choice{
    Margin-top: 30px;
    padding: 10px;
    color: #ed2024;
}
