.nt-form{
    background: #FFFFFF;
    box-shadow: 0 3px 17px -3px rgba(0,0,0,0.13);
    padding: 40px 30px;
    margin-bottom: 40px;
/*    clear: both;
    overflow: hidden;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
}

.nt-form.disable {
    position: relative;
}

.nt-form.disable > :not(.ntpts-closed-signup-message) {
    opacity: 0.15;
    pointer-events: none;
    filter: grayscale(100%);
}

.ntpts-closed-signup-message {
    position: absolute;
    font-size: 22px;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 2;
    word-break: break-word;
    padding-right: 10%;
    color: #333;
}

.nt-property-holder a:hover {
    text-decoration: none;
}
.nt-property-holder {
    max-width: 1400px;
    margin: 0 auto !important;
}
.nt-form a {
    color: #8C011C;
}
#main-content .container:before {
    display: none;
}

#ntpts-user-submit {
    max-width: 59%;
    width: 100%;
}

.embedded-video {
    max-width: 40%;
    width: 100%;
}

.embedded-video iframe{
    width: 100%;
    height: 400px;
}

#nt-submit {
    border-radius: 4px;
    color: #fff;
    padding: 7px 20px;
    font-size: 16px;
    height: 50px;
    min-width: 220px;
    font-weight: 600;
    border:0px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    padding-left: 50px;
    position: relative;
    background:url(../images/search.png) 30px center no-repeat #8C011C;
    margin-top: 25px;
    margin-left: 5px;
}

body #nt_address {
    padding: 25px 32px;
}

#nt-submit:hover
{
    background-color: #6A0116;
}
.nt-prop-heading
{
    font-size: 21px;
    margin: 20px 0px;
    font-weight: 500;
}
.nt-prop-heading b {
    color: #8C011C;
}
.nt-property-results-list .property-item {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.nt-property-results-list .legaldesc , .nt-added-lists .property-item .legaldesc{
    font-size: 16px;
    font-weight: 500;
    color: #464446;
}

.listing-title {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    position: relative;
    padding: 40px 0px;
}
.listing-title:after {
	display:none;
	/*
    background-color: #8C011C;
    width: 130px;
    height: 3px;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 65px);
    content: ""; 
	*/
}

body.wp-admin .listing-title {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    position: relative;
    padding: 40px 0px 5px;
    margin-bottom: 20px !important;
}
body.wp-admin .listing-title:after {
	display:none;
	/*
    background-color: #8C011C;
    width: 170px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 48px);
    content: "";
	*/
}
.nt-property-results
{
    overflow: hidden;
}
.nt-property-results-list {
    margin-top: 40px;
    overflow: hidden;
    /* font-family: "Open Sans",Arial,sans-serif; */
}
.nt-added-lists .property-item .nt-value-container
{
    background: #F6F9FF;
    border: 1px solid #BDC5D5;

    margin-bottom: 20px;
    border-radius: 4px;
    /* font-family: "Open Sans",Arial,sans-serif; */
}

#nt-add-user-info {
    background: #FFFFFF;
    box-shadow: 0 3px 17px -3px rgba(0,0,0,0.13);
    padding: 30px;
    margin-bottom: 40px;
    overflow: hidden;
    width: 100%;
}
#nt-add-user-info  input[type="text"]
{
    background: #FFFFFF;
    border:solid 1px #E5E5E5;
    height:50px;
}
#nt-add-user-info  input[type="submit"]
{
    background: #8C011C;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 20px;
    color: #fff;
    border-radius: 4px;
    height: 50px;
    cursor: pointer;
    min-width: 156px;
    border:0px;
    margin-right: 15px;
    margin-bottom: 30px;
    float: right;
}
#nt-add-user-info  input[type="submit"]:hover {
    background-color: #6A0116;
}
.nt-add-to-list, .nt-remove-property, .nt-remove-from-list
{
    min-width: 106px;
    height: 36px;
    border: solid 1px #6D6D6D;
    color: #6D6D6D;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    line-height: 32px;
    font-size: 15px;
}
.nt-add-to-list {
    background: url(../images/select_icon.png) 10px center no-repeat;
    float: right;
    transition: all ease-in-out 0.3s;
}
.nt-add-to-list:hover, .nt-remove-property:hover, .nt-remove-from-list:hover {
    color: #900B25;
    border-color: #900B25;
}
.nt-remove-property , .nt-remove-from-list{
    border: solid 1px #BFC7D7;
    color: #981E36;
    padding-left: 15px;
    background: url(../images/remove_list.png) 10px center no-repeat;
}
.nt-add-your-info, #nt_search_another {

    height: 50px;
    border: solid 1px #8C011C;
    border-radius: 4px;
    line-height: 30px;
    display: inline-block;
    font-size: 16px;
    background: url(../images/right_arrow.png) 90% center  no-repeat;
    padding: 10px 40px;
    float: right;
    margin-bottom: 30px;
    transition: all ease-in-out 0.3s;
    color: #8C011C;
}
#nt_search_another {
    float: none;
    background: url(../images/plus.png) 15px center no-repeat;
    padding-left: 40px;
    margin-bottom: 10px;
    color: #8C011C;
}
.nt-add-your-info:hover {
    color: #333;
    border: solid 1px #333;
}
.nt-property-pagination
{
    display: block;
    margin: 0 auto;
    float: left;


}
.nt-property-pagination a {
    color: #787878;
    /* font-family: "Open Sans",Arial,sans-serif; */
    position: relative;
    display: inline-block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.nt-property-pagination a:hover, .nt-property-pagination a.nt-page-active
{
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.county-title, .search_property_title {
    font-size: 21px;
    color: #464446;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
.form-group label {
    display: block;
    font-size: 15px;
    color: #4B494B;
    font-weight: 500;
    padding-bottom: 5px;
}
hr {
    border: 0;
    margin: 20px 0px;
    background: #E8E8E8;
    color: 000;
    height: 1px;
}
.sub-heading {
    color: #464446;
    margin: 10px 0px;
}
.form-group .form-control {
    border: solid 1px #E5E5E5;
    height: 50px;
    padding: 10px;
    font-size: 15px;
    color: #464446;
    /* font-family: "Open Sans",Arial,sans-serif; */
    border-radius: 4px;
    box-shadow: none;
}
.nt-property-holder .form-control:focus {

    border-color: #bc7885;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,241,243,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(255, 241, 243);

}
.form-group .main-address {
    min-width: 460px;
    display: inline-block;
    float: left;
    margin-right: 15px
}
.search_input_box .tcontainer {
    display:inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 25px;
    font-weight: 500;
}
.search_input_box .tcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.search_input_box .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #eee;
    border-radius: 50%;
    transition: all ease-in-out 0.3s;
}

.search_input_box .tcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

.search_input_box .tcontainer input:checked ~ .checkmark {
    background-color: #8C011C;
}

.search_input_box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.search_input_box .tcontainer input:checked ~ .checkmark:after {
    display: block;
}

.search_input_box .tcontainer .checkmark:after {
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}
.search_input_box {
    padding-bottom: 25px;
}

.nt_display_name .form-group {
    display: block;
    float: left;
    padding-right: 10px;
    margin-bottom: 0;
}

.nt_display_name .form-group .form-control {
    display: block;
    width: 100%;
}
.nt_display_name
{

}

.nt-property-results .nt_mark_values{
    display: none;
}

/* .nt-property-results .nt-user-input{
display: none;
} */
.form-user-data .row{
    width: 100%;
    clear: both;
    display: table;
}
.form-user-data .form-group
{
    width: 50%;
    float: left;;
    display: block;
    padding: 0px 15px;
    margin-bottom: 20px;
}
.form-user-data  .form-group .form-control {
    width: 100%;
}
#nt-add-user-info  .contact-heading
{
    font-size: 21px;
    color: #464446;
    font-weight: 600;
    margin: 20px 0px 20px 10px;
}
.nt_mark_values{
    display: table;
    width: 100%;
    text-align: center;
    border-top:solid 1px #BDC5D5;
    border-bottom:solid 1px #BDC5D5;
}
.nt_mark_values>span {
    display: table-cell;
    border-right:solid 1px #BDC5D5;
    padding: 10px;
    color: #3D3D3D;
}
.nt_mark_values>span span{
    font-weight: bold;
}
.nt_mark_values span.l_val {
    border-right: 0px;
}
.owner-name span{
    color: #8C011C;
}
.nt_prop_container {
    float: left;
}
.nt-remove-property {
    float: right;
}
.nt-selected {
    border:solid 1px #BDC5D5;
    background-color: #F6F9FF;
}
.nt-form .form-group select, .form-user-data .form-group select, .nt-user-protest {
    -webkit-appearance: none;
    border: solid 1px #E5E5E5;
    height: 50px;
    padding: 10px;
    font-size: 15px;
    color: #464446;
    /* font-family: "Open Sans",Arial,sans-serif; */
    border-radius: 4px;
    background:url(../images/arrow_down.png) 95% 50% no-repeat;
    min-width: 210px;
}
.nt-notice-bar {
    background: #FFF7F9;
    padding: 30px;
    text-align: center;
    color: #d6002b;
    font-size: 16px;
    border: solid 1px #EAD9DD;
    border-radius: 4px;
}
.nt-remove-from-list {
    float: right;
}
.nt-added-lists .property-item.nt-selected {
    border:none;
    background: transparent;
}
.nt-added-lists .nt_prop_container {
    padding: 20px;
}
.nt-added-lists  .nt_mark_values {
    border-bottom: 0px;
}
.nt-added-lists .nt-remove-from-list {
    margin: 20px;
}
.nt-added-lists .nt-user-protest {
    display: block;
    margin: 10px 0 10px 0px;
}
.nt-protest {
    color: #464446;
    font-size: 16px;
}
.nt-user-protest {
    display: block;
}
#nt_search_hide {
    float: right;
    padding-bottom: 10px;
    color: #8C011C;
}
.nt-client-error
{
    font-size: 13px;
    /* font-family: "Open Sans",Arial,sans-serif; */
    color: #F60825;
}
.success_img {
    width: 283px;
    height: 233px;
    background: url(../images/final_img.png) no-repeat center center;
    margin: 20px auto 40px auto;

}
#nt-client-submit-success {
    background: #FFFFFF;
    box-shadow: 0 3px 17px -3px rgba(0,0,0,0.13);
    padding: 40px;
    margin-bottom: 40px;
    clear: both;
    overflow: hidden;
    text-align: center;
}
#nt-client-submit-success  .message {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #464446;
    padding:30px;
    line-height: 35px;
}
#nt-client-submit-success h3 {
    font-size: 30px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
#nt-client-submit-success h3:after
{
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0px;
    width: 116px;
    left: calc(50% - 56px);
    background-color: #8C011C;
}
a.back_home {
    min-width: 182px;
    height: 50px;
    border: solid 1px #8C011C;
    border-radius: 4px;
    line-height: 46px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #8C011C;
}
a.back_home:hover {
    border-color: #333;
    color: #333;
}
.bottom_contact_message {
    background-color: #FFF7F9;
    border:solid 1px #EAD9DD;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    clear: both;
    max-width: 1200px;
    margin: 0 auto 40px auto !important;
}
.bottom_contact_message .message
{
    font-size: 18px;
    color: #666666;
    font-weight: 600;
}
.bottom_contact_message .bottom-bt,   .contact-request .wpcf7-submit
{
    min-width: 180px;
    border-radius: 4px;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    background-color: #313131;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}
.contact-request .wpcf7-submit
{
    background-color: #8C011C;
    float:right;
    margin-top: 0px;
    border: 0;
}
.contact-request .wpcf7-submit:hover {
    background-color: #6A0116;
}
.bottom_contact_message .bottom-bt:hover {
    background-color: #000;
}
.pum-theme-643 .pum-container, .pum-theme-lightbox .pum-container {
    border:0px !important;
}
.star {
    font-size: 20px;
    display: inline-block;
    line-height: 3px;
    color: #97011f;
}
.nt_display_addr {
    display: inline-block;
    vertical-align: top;
}
.nt-property-sub-error {
    font-size: 13px;
    /* font-family: "Open Sans",Arial,sans-serif; */
    color: #F60825;
    display: block;
}
.form-user-data .form-group select {
    width: 100%;
}
.contact-request input[type="text"],   .contact-request input[type="email"] , .contact-request textarea{
    border: solid 1px #E5E5E5;
    height: 50px;
    padding: 10px;
    font-size: 15px;
    color: #464446;
    /* font-family: "Open Sans",Arial,sans-serif; */
    border-radius: 4px;
    width: 100%;
}
.contact-request textarea {
    min-height: 100px;
}
.contact-request label
{
    display: block;
    font-size: 15px;
    color: #4B494B;
    padding-bottom: 5px;
    /* font-family: "Open Sans",Arial,sans-serif; */
    font-weight: 500;
}
.pum-theme-643 .pum-title, .pum-theme-lightbox .pum-title
{
    font-size: 21px;
    color: #464446;
    font-weight: 600 !important;
    margin-bottom: 20px;
    display: block;
}
span.wpcf7-not-valid-tip
{
    font-size: 13px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    font-size: 13px;
    border:solid 1px #f00;
    color: #f00;
    font-weight: 500;
    margin-top: 10px;
    padding: 10px;
}
.contact-request {
    overflow: hidden;
}
div.wpcf7-mail-sent-ok {
    font-size: 13px;
    border:1px solid #398f14 ;
    color: #398f14 ;
    font-weight: 500;
    padding: 10px;
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    max-height: 172px;
    overflow: auto;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
.ui-autocomplete .ui-menu-item
{
    padding: 5px 10px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    font-size: 14px;
}
.ui-autocomplete .ui-menu-item:hover {
    background-color: #F3F3F3;
    color: #000;
}
.ui-autocomplete .ui-menu-item .ui-state-active {
    background: none;
    border:none;
    color: #333;
    margin: 0;
}
.ui-widget.ui-widget-content {
    border: 0px;
}
@media (max-width:1200px) {
    .form-group .main-address{
        min-width: 466px;
        margin-bottom: 15px;
    }
}
@media (max-width:991px) {
    .form-group .main-address{
        min-width: 100%;
        margin-bottom: 15px;
    }
}
@media (max-width:767px) {

    .nt-form {
        padding: 15px;
    }
    .nt_display_name .form-group
    {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .nt_display_name {
        padding-top: 0px;
    }
    .form-user-data .form-group
    {
        width: 100%;
    }
    .nt_mark_values {
        display: block;
        clear: both;
    }
    .nt_mark_values>span {
        display: block;
        border: solid 1px #BDC5D5;
        border-bottom: 0px;
        border-left:0px;
        border-right: 0px;
    }
    .nt_mark_values {
        border-top: none;
        margin-bottom: 20px;
    }
    .nt_prop_container
    {
        margin-bottom: 20px;
    }
    /*.nt_mark_values span.cap_val {
      border-right: solid 1px #BDC5D5;
    }*/
    .nt-added-lists .nt-remove-from-list {
        margin: 0px 20px 20px 0px;
        clear: both;
    }
    #nt-add-user-info {
        padding: 10px;
    }
    .nt-added-lists .nt_prop_container {
        margin-bottom: 0px;
    }
    .pum-theme-643 .pum-container, .pum-theme-lightbox .pum-container
    {
        width: 90% !important;
    }
}
@media (max-width:480px) {

    .nt_display_addr {
        width: 100%;
    }}


.modal.in .modal-dialog {
    transform: translate(0%,88%) !important;
}

.form-group.salutation {
    width: 20%;
}

.form-group.flname {
    width: 40%;
}
@media (max-width: 767px){
    .form-group.salutation {
        width:100% !important;
    }

    .form-group.flname {
        width: 100% !important;
    }
}


.ntpts-loader {
    position: fixed;              /* stays put on scroll */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;                /* on top of everything */
    background-color: rgba(255, 255, 255, 0.7); /* translucent white */
}

.spinner-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: -38px 0 0 -38px;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #8C011C;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes animatebottom {
    from{ bottom:-100px; opacity:0 }
    to{ bottom:0; opacity:1 }
}

.nt-properties-listing {
    position: relative;
}

.reduce-opacity {
    opacity: 0.6;
}

.form-group.user-role label {
    display: inline-block;
    margin-right: 4px;
}

.form-group.user-role input {
    vertical-align: middle;
    cursor: pointer;
}

.section__addition-copy {
    margin: 40px 0;
}

.nt_property-info {
    display: flex;
    align-items: end;
    flex-direction: row;
    flex-wrap: wrap;
}

.disclaimer-copy {
    font-size: 12px;
    font-style: italic;
    display: block;
    margin-bottom: 10px;
}

.nt_display_addr label {
    margin-bottom: 0;
    padding-bottom: 0;
}

.nt_property-page .acf_custom_sections .section:last-child {
    background-color: #fff;
}

@media (max-width:1399px) {
    .nt-property-holder {
        max-width: 1200px;
    }
}

@media (max-width:1200px) {
    #nt-submit {
        margin-top: 5px;
        margin-left: 0;
    }

}

@media (max-width:992px) {
    .nt-form {
        flex-wrap: wrap;
        gap: 3rem;
    }

    #ntpts-user-submit {
        width: 100%;
    }

    .embedded-video {
        max-width: 100%;
        width: -webkit-fill-available;
    }

    .embedded-video iframe {
        height: 350px;
    }

}
