.compare-land-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.scanner-section {
    margin-top: 56px;
}

.compare-cards-head {
    border-radius: 50px;
    font-size: 24px;
    font-weight: 700;
    background-color: #17a2b8;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.compare-card-p {
    font-size: 16px
}

.compare-card-b {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 8px;
    font-weight: 800;
    width: 100%;
    margin-bottom: 8px;
}

/* .compare-custom-filters-section {
} */

.ult-comparison-container h3 {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 24px;
    color: #17a2b8;
}

.ult-comparison-container h2 {
    margin-bottom: 32px;
}

.ult-comparison-container ul{
    list-style: none;
    padding-left: 0;
}

.ult-comparison-container ul li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 12px;
    font-size: 18px;
}

.ult-comparison-container ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #17a2b8 !important;
    fill: #17a2b8 !important;
    stroke: #17a2b8 !important;
    font-family: 'Nunito', sans-serif !important;
    font-weight: bold; 
}

.compare-heading-p {
    font-size: 18px;
}

.compare-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #c8d3d8;
    color: #0067d6;
    background-color: #fbfcfd;
    border-radius: 8px;
    padding: 16px 12px;
    margin-bottom: 24px;
    transition: all 0.2s;
}

.compare-card:hover {
    border: 1px solid #0067d6;
}

.compare-card:hover h4{
    color: #0067d6;
}

.compare-card h4 {
    font-size: 20px;
    transition: all 0.2s;
}

.compare-input, .compare-input-half {
    width: 100%;
    height: 48px;
    outline: 0;
    border: 1px solid #a9afbd;
    border-radius: 4px;
    padding: 0 12px;
    margin-bottom: 16px;
}

.compare-input-half {
    width: 48.6%;
}

.compare-input:focus, .compare-input-half:focus, .compare-select:focus {
    border: 1px solid #0067d6;
}

.compare-area {
    width: 100%;
    height: 164px;
    outline: 0;
    border: 1px solid #a9afbd;
    border-radius: 4px;
    padding: 0 8px;
    margin-bottom: 16px;
    padding: 8px;
}

.compare-select {
    width: 100%;
    height: 48px;
    outline: 0;
    border: 1px solid #a9afbd;
    border-radius: 4px;
    padding: 0 8px;
    margin-bottom: 16px;
}

.message-wrap {
    margin-top: 16px;
}

.form-success {
    color: #0067d6;
    font-size: 20px;
}

.form-error {
    color: orange;
}