/* *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */
body {
    font-size: 13px;
    line-height: 1.5384616;
    color: #333;
}
/* #main-content.innerpage {
    padding-top: 183px;
    padding-bottom: 0;
}
#main-content .container {
    margin: 0 auto !important;
}
#main-content.innerpage #page-entry>.container {
    max-width: 100%;
    width: 100%;
    margin: 0;
} */
.homeSearch .container, .taxReportContain .container, .comparableProperties .container {
    max-width: 1170px;
    margin: auto;
}
.homeSearch p:empty,
.taxReportContain p:empty,
.comparableProperties p:empty {
    margin: 0;
    display: none;
}
.homeSearch {
    background: #51B84B;
    padding: 40px 20px 65px 20px;
    color: #fff;
    text-align: center;
}
.homeSearch .container {
    max-width: 710px;
}
.homeSearch h1 {
    font-size: 55px;
    font-weight: 400;
    margin: 0 0 5px 0;
}
.homeSearch h3 {
    font-size: 22px;
    margin: 0 0 10px 0;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    
}
.searchbox {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 25px 0 10px 0;
}
.homeSearch .searchboxInput {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    position: relative;
}
.homeSearch .searchtxt {
    border: 0;
    width: 100%;
    padding: 15px;
    height: 49px;
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    outline: none;
}
.homeSearch .searchboxInput+p {
    display: table-cell;
    width: 115px;
}
.homeSearch .searchSubmit {
    width: 115px;
    background: #4db748;
    border: 2px solid #fff;
    padding: 10px;
    color: #fff !important;
    outline: none;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: table-cell;
    transition: all .2s ease;
}
.homeSearch .searchSubmit:hover {
    background: rgba(77, 184, 72, 0.9);
}
.propertySearchDropDown {
    display: block;
    z-index: 11;
    list-style: none;
    position: absolute;
    top: 47px;
    width: 100%;
    text-align: left;
    background: #fff;
    overflow: hidden;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #ccc;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
    margin: 0;
}
.propertySearchDropDown:empty{
    visibility: hidden;
}
.propertySearchDropDown li {
    color: #656565;
    padding: 7px 15px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.propertySearchDropDown li:last-child {
    border-bottom: 0;
}
.propertySearchDropDown li:hover{
    background: #51b84b4f;
}
.comparableProperties {
    padding: 30px 20px 60px 20px;
    /*background: #fcfcfc;*/
}
.comparableProperties table {
    width: 100%;
    background: #fff;
    border: none;
    letter-spacing: 0.4px;
}
.comparableProperties table tr th {
    background: #eee;
    color: #51b84b;
    font-weight:500;
    font-weight: normal;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
    padding: 10px 10px 9px 10px;
}
.comparableProperties table tr td {
    padding: 9px 10px;
    border-top: 1px solid #eee;
    color: #555;
    font-size: 13px;
    transition: all .2s ease;
}
.comparableProperties table tr:hover td {
    background: #46a349;
    color: #fff;
}
.comparableProperties h3 {
    font-size: 26px;
    margin: 0 0 15px 0;
    font-weight:500;
    color: #111;
    line-height: 34px;
}
.comparableProperties h6 {
    font-weight: 400;
    margin: 15px 0 0;
    font-size: 13px;
}
.panel {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
}
.taxReportContain {
    padding: 40px 20px;
    background: #fff;
}
.taxReport {
    position: relative;
    color: #333;
    display: table;
    width: 100%;
}
.taxReportFirstHalf,
.taxReportSecondHalf {
    display: table-cell;
    width: 50%;
    text-align: center;
    padding: 0 2%;
    font-size: 16px;
}
.taxReportFirstHalf{
    font-weight: 500;
    border-right: 5px solid #f0f0f0;
}
.taxReportSecondHalf{
    padding-left: 55px;
    font-size: 14px;
}
.taxReportContain ul {
    list-style: none;
}
.taxReportContain ul li {
    display: table;
    width: 100%;
    padding: 2px 20px;
    text-align: left;
    table-layout: fixed;
}
.taxReportContain ul li:last-child span:first-child{
    width: 180px;
}
.taxReportContain ul li hr{
    margin: 20px 0 20px -20px;
    border: 1px solid #ddd;
}
.taxReportContain .taxSavingHeading, .outOfTxProperty h5 {
    color: #555;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight:500;
    padding: 0;
}
.outOfTxProperty, .outOfTxProperty.show + #enrollment-form{
    display: none !important;
}
.outOfTxProperty.show{
    display: block !important;
}
.outOfTxProperty{
    width: 500px;
}
.outOfTxProperty h6{
    margin: 0;
    font-size: 16px;
}
.taxReportContain .taxSavingSubHeading{
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 20px;
}
.taxReportContain ul span {
    display: table-cell;
    padding: 0;
    width: 50%;
    font-size: 13px !important;
}
.taxReportContain ul span:first-child {
    color: #51B84B;
    width: 100px;
    font-weight:500;
}
.taxReport h4,
.taxReport h3 {
    letter-spacing: 0.5px;
}
.taxReport h3 {
    margin-top: 15px;
}
.btn.cutTaxNow, .btn.printBlockBtn {
    background: #51b84b;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin: 35px 10px;
    display: inline-block;
    padding: 9px 30px;
}
.taxPercentageContain{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
    margin: 20px 0 20px auto;
}
.taxPercentageContain div {
    background: #51b84b;
    font-size: 30px;
    font-weight:500;
    padding: 30px 0;
    width: 50%;
    justify-content: center;
    color: #fff;
    line-height: 28px;
    border-right: 1px solid rgba(255, 255, 255, 1);
}
.taxPercentageContain div span {
    font-size: 14px;
    display: block;
    font-weight: 400;
    
}
.text-green {
    color: #4db748;
}
.mt-20 {
    margin-top: 20px;
}
.taxReportAccount {
    display: table;
    width: 100%;
    background: #385f65;
    color: #fff;
    font-size: 14px;
}
.taxReportAccount ul {
    width: 50%;
    display: table-cell;
    padding: 20px 70px;
}
.taxReportAccount ul span {
    padding: 1px 3px;
}
.responsiveTable,
.responsiveTable table {
    background: transparent;
    box-shadow: none;
    border: none;
}
.responsiveTable thead {
    display: none;
}
.responsiveTable tbody td {
    display: table;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #fff;
    border-collapse: separate;
}
.responsiveTable tbody td:last-child {
    margin-bottom: 15px;
    border: 1px solid #ddd;
}
.responsiveTable tbody td span {
    width: 150px;
    display: table-cell !important;
    font-weight: 700;
}
.thData {
    display: none;
}
.hide {
    display: none !important
}
.noPropertyFound{
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: #51b84b;
    font-weight: 700;
    padding: 0px 0px 10px 0px;

    /* text-align: center;
    font-size: 30px;
    color: #444;
    padding: 30px 20px;
    background: #fff; */
}
.loaderContain{
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1111111111;
    display: none;
}
.loaderContain .loaderIcon {
    border: 5px solid #f3f3f3;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.downloadFreeReport{width: 100%;text-align: center;}
.downloadFreeReportBtn{margin-top: 0;margin-bottom: 20px;}

@media(max-width:1024px) {
    #main-content.innerpage {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media(max-width:992px) {
    .taxReportAccount ul,
    .taxReportFirstHalf,
    .taxReportSecondHalf {
        width: 100%;
        display: block;
        padding: 0;
    }

    .taxReportFirstHalf,
    .taxReportSecondHalf,
    .taxReportAccount {
        padding: 10px;
    }
    .taxReportFirstHalf{
        border: none;
    }
    .homeSearch h1 {
        font-size: 30px;
    }
}
table#table_QRCodeProperty td {
    font-size: 12px;
}


#field_1_29
{   
	visibility: hidden;
    max-height: 0;

}
@media(max-width:440px) {
    .homeSearch h1 {
        font-size: 25px;
    }
    .homeSearch h3 {
        font-size: 18px;
    }
    .searchbox {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin: 5px 0 0px 0;
    }
}
#il-deadline{
padding-top: 15px;
    max-width:75% !important;
    width:75% !important;
}
/*Loader*/
/* HTML: <div class="loader"></div> */
.loader {
  width: 25px;
  padding: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #51b84b;
  --_m:
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
  position: absolute;
    margin: 10px 10px;
}
@keyframes l3 {to{transform: rotate(1turn)}}

