:root {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f0f5fb;
    margin: 0;
    padding: 0;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.logo img {
    max-height: 80px;
}

.propertytaxprotest {
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

.heading h1 {
    font-size: 55px;
    line-height: 75px;
    color: #053249;
    font-weight: 700;
}

.searchbox {
    margin-top: 30px;
}

.search-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #ccc;
    border-radius: 30px;
    background-color: #fff;
    padding: 5px;
    max-width: 500px;
    margin: 0 auto;
}

.search-box .boxinner {
    display: flex;
    align-items: center;
    width: 100%;
}

.search-box i {
    color: green;
    font-size: 24px;
    margin: 0 10px;
}

.search-box input {
    border: none;
    outline: none;
    padding: 10px 5px;
    font-size: 16px;
    width: 100%;
    max-width: 90%;
    flex: 1;
}

div#suggestions {
    float: left;
    width: 100%;
}

.search-box button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
}

.search-box button:hover {
    background-color: #0056b3;
}

.secondfrom {
    float: left;
    width: 100%;
}

.secondfrom .container {
    max-width: 752px;
    margin: 50px auto;
}

.secondfrom h2 {
    color: #053249;
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
}

.formbg {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.suggested-addresses {
    font-size: 14px;
    color: #007bff;
    cursor: pointer;
}

.btn-primary {
    width: 100%;
    padding: 10px;
    border-radius: 30px;
    font-size: 16px;
    display: inline-block;
    background-color: #008000;
    border: none;
}

.calculatediv {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

.calculatediv .btn {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.calculatediv .btn:hover {
    background-color: #008020;
}

.greatnews {
    float: left;
    width: 100%;
}

.greatnews .container {
    max-width: 752px;
    background: #fff;
    padding: 20px;
    margin: auto;
    border-radius: 10px;
}

.greatnews h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #053249;
}

.greatnews p.basedon {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #053249;
}

.info-box {
    display: flex;
    gap: 20px;
}

.image-box {
    flex: 1;
    max-width: 40%;
}

.image-box img {
    width: 100%;
    border-radius: 10px;
}

.content-box {
    flex: 1.5;
    background-color: #e7f0fa;
    padding: 20px;
    border-radius: 10px;
}

.content-box h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #053249;
}

.content-box p.potential {
    font-size: 26px;
    font-weight: bold;
    color: #053249;
}

.savings {
    font-size: 32px;
    font-weight: bold;
    color: #008000;
}

.accordion .accordion-item {
    border: none;
}

.accordion button {
    padding: 20px 0;
}

.accordion-header button {
    gap: 12px;
}

.accordion-button:not(.collapsed) i {
    transition: transform .3s;
    transform: rotate(0deg);
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed i {
    transform: rotate(45deg);
}

.accordion-button::after {
    display: none;
}

.accordion button.accordion-button {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: .05em;
    color: #008000;
    background-color: #e7f0fa;
    box-shadow: none;
}

.accordion-body table.calculation-table tr:first-child {
    border-bottom: 4px solid #e3edf6;
    background-color: #ffffff;
}

.accordion-body table.calculation-table tr:nth-child(2) {
    border-bottom: 2px solid #053249;
    background-color: #ffffff;
}

.accordion-body table.calculation-table tr:nth-child(3) {
    border-bottom: 4px solid #e3edf6;
    background-color: #ffffff;
}

.accordion-body table.calculation-table tr:nth-child(4) {
    border-bottom: 2px solid #053249;
    background-color: #ffffff;
}

.accordion-body {
    padding: 0 !important;
    background: #e7f0fa;
}


.calculation-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px;
}

.accordion-body .calculation-table tbody {
    border-radius: 10px;
}

.calculation-table td {
    padding: 10px;
    color: #053249;
    font-size: 18px;
}

.calculation-table td.final-savings {
    color: #fff;
}

.final-savings {
    background: #053249;
    color: #fff;
    font-weight: bold;
}

.lastform {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.lastform .container {
    width: 100%;
    margin: 0 auto;
    max-width: 752px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.lastform .container .innerboxbg {
    border-radius: 10px;
    background: #e7f0fa;
    padding: 20px;
}

.lastform .filedgroup {
    display: inline-grid;
    gap: 0px 20PX;
    grid-template-columns: 48.5% 48.5%;
    width: 100%;
}

.lastform .form-group {
    margin-bottom: 15px;
}

.lastform label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #053249;
}

.lastform input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.lastform .buttons {
    display: flex;
    margin-top: 15px;
    justify-content: center;
    gap: 20px;
}

.lastform button {
    padding: 10px 15px;
    border: none;
    background-color: #008000;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
}

.lastform button:hover {
    background-color: #008020;
}
.signfiled {
    float: left;
    width: 100%;
    padding: 0px 0;
    position: relative;
}

.signfiled canvas {
    float: none;
    border: 1px dashed #ccc;
    cursor: url(../images/pencursor.cur), auto;
    background-color: #fff;
}

.signfiled button.clearsign {
    position: absolute;
    top: -10px;
    bottom: 0;
    height: fit-content;
    left: 245px;
    border: none;
    background: transparent;
    color: red;
}
.disclaimer {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.disclaimer ul{
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .heading h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .secondfrom h2 {
        font-size: 32px;
    }

}

@media only screen and (min-width:320px) and (max-width:767px) {

    .propertytaxprotest {
        padding: 30px 20px;
    }

    .heading h1 {
        font-size: 22px;
        line-height: 22px;
        font-weight: 600;
    }

    .search-box input {
        max-width: 86%;
    }

    .secondfrom {
        padding: 0 20px;
    }

    .secondfrom .container {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .secondfrom h2 {
        font-size: 18px;
    }

    .secondfrom .form-group.row {
        gap: 10px;
    }

    .calculatediv .btn {
        font-size: 18px;
    }

    .lastform {
        padding: 0 20px 20px 20px;
    }

    .lastform .filedgroup {
        gap: 0;
        grid-template-columns: 100%;
    }

    .lastform .buttons {
        align-items: center;
    }

    .lastform button {
        font-size: 18px;
        font-weight: 500;
        max-width: 50%;
        width: 100%;
    }

}