.breadcrumbs {
    display: flex;
    align-items: center;
}

.breadcrumbs i {
    width: 18px;
    height: 18px;
}

.breadcrumbs span {
    font-size: 14px;
}

.breadcrumbs .fa-angle-right {
    padding: 0 5px;
}

a {
    color: #5a8d9e;
}

a:hover {
    color: #5aac4e;
}

.score {
    padding: 16px;
    background-color: #F7F8F7;
    display: grid;
    gap: 8px;
    border-radius: 8px;

}

.score .title {
    font-size: 14px;
    line-height: 26px;
    color: #111111;

}

.score .value {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
}

.secondary-score-section {
    position: relative;
}

.secondary-score-section .toggle-favorite {
    position: absolute;
    top: 2px;
    right: 0px;
}
.secondary-score-section .toggle-favorite .fa.fa-heart {
    color: #4AA488;    
}
.secondary-score-section .toggle-favorite .far.fa-heart {
    color: #000;    
}

.secondary-score-section .score {
    padding: 8px;
    background-color: #F7F8F7;
    display: grid;
    gap: 8px;
    border-radius: 4px;

}

.secondary-score-section .score .title {
    font-size: 12px;
    line-height: 22px;
    color: #111111;

}

.secondary-score-section .score .value {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}

.secondary-score-section h6 {
    min-height: 56px;
}

.tab-content .tab-pane {
    padding: 16px 0px;
}

.tab-pane p {
    font-size: 16px;
    line-height: 26px;
    margin: 16px 0px;
}

.btn {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 28px;
}

.btn:hover {
    border-color: transparent;
    background-color: #5aac4e;
    color: #FFF;
}

.btn.dropdown-toggle {
    background-color: #FFF;
    color: #111111;
    border-color: #EBEBEB;
}

.badge.premium {
    background-color: #5A8D9E;
    font-size: 12px;
    font-weight: normal;
}

h4 {
    font-size: 30px !important;
}

h5 {
    font-size: 26px;
    line-height: 38px;
}

h6 {
    font-size: 20px;
    line-height: 28px;
}

hr {
    background-color: #5A8D9E;
    height: 2px;
    margin: 0px;
}


.price-filter {
    width: 386px;
}

.header-area a {
    text-decoration: none;
}

.btn.btn-primary {
    background-color: #4AA488;
    border: 0;
}

.btn:hover, .btn:active {
    background-color: #5aac4e;

}

.toggle-buttons {
    padding: 4px;
    width: fit-content;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    border-radius: 20px;
    border: 1px solid #EBEBEB;
}

.toggle-buttons .btn {
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 16px;
    padding: 4px 30px;
    color: #111111;
}

.toggle-buttons .btn.active-toggle {
    background-color: #5A8D9E;
    color: white;
}

.calculator h4 {
    font-size: 26px;
    font-weight: 600;
}

.calculator h6 {
    font-size: 18px;
    font-weight: 500;
}

.calculator-container {
    background: white;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    padding: 16px 0px;
    margin: 16px auto;
}

.calculator form {
    display: flex;
    border: 1px solid #EBEBEB;
    padding: 19px 10px 0px 10px;
    border-radius: 8px;
    gap: 22px;
    flex-wrap: wrap;
}

.calculator form .form-left {
    width: 53%;
}

.calculator form .form-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 44%;
}

.trial-btn {
    border: 1px solid #4AA488;
    color: #111111;
    border-radius: 8px;
    font-weight: 400;
    display: flex;
    gap: 3px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    padding: 4px 16px;
    background-color: white;
    transition: background-color 0.3s, color 0.3s;
}

.trial-btn svg {
    color: #4AA488;
}

.trial-btn:hover {
    background-color: #4CBBA7;
    color: white !important;
}

.lock-icon {
    margin-right: 8px;
}

.tip-box {
    border: 1px solid #5A8D9E;
    border-radius: 8px;
    padding: 23px 24px;
}

.tip-box div {
    font-size: 18px;
    font-weight: 500;
}

.side-panel {
    background-color: #4985A3;
    color: white;
    border-radius: 8px;
    padding: 32px 30px;
}

.value-group {
    display: flex;
    justify-content: space-between;
}

.value-group span {
    font-size: 16px;
    font-weight: 400;
}

.value-group p {
    font-weight: 600;
}

.value-group__left,
.value-group__right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.value-group__left p {
    font-size: 34px;
}

.value-group__right p {
    font-size: 24px;
}

.alert-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border: 1px solid #76A9C2;
    border-radius: 8px;
    padding: 16px;
}

.alert-group small {
    font-size: 12px;
    font-weight: 400;
}

.alert-group div {
    display: flex;
    gap: 10px;
}

.alert-group .btn {
    background-color: #8CCAB5;
    border: unset;
}

.side-panel input {
    border-radius: 8px;
}

.form-label {
    font-weight: 400;
}

.percent-box {
    background-color: #eeeeee;
    border-radius: 0.25rem;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 500;
}

.btn-help {
    background-color: #4AA488;
    border: none;
    border-radius: 8px;
    padding: 8px 24px;
    color: white;
    font-weight: 500;
}

.premium-badge {
    background-color: #5A8D9E;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 8px;
    font-size: 12px;
    border-radius: 8px;
}

.suggested-price {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
}

.price-alert-box input {
    width: 100%;
    margin-bottom: 10px;
}

.price-alert-box .btn {
    width: 100%;
}

.input_box {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.input_box small {
    width: 43%;
    font-size: 9px;
}

.calculator .form-label {
    width: 57%;
    margin-bottom: 0;
    font-size: 16px;
}

.calculator .form-control {
    width: 61%;
}

.calculator form .form-control, .calculator form .form-select {
    width: 43%;

}

@media screen and (max-width: 768px) {
    .btn-group {
        width: 100%;
    }

    .btn-group .btn {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        text-align: left;
    }

    .calculator form .form-left, .calculator form .form-right {
        width: 100%;
    }

    .calculator .form-label{
        font-size: 14px;
    }

    .calculator .form-label{
        width: 68%;
    }

    .calculator form .form-control, .calculator form .form-select{
        width: 31%;
    }

    .calculator form{
        gap: unset
    }

    .tip-box{
        flex-direction: column;
        gap: 12px;
    }

    .side-panel{
        margin-top: 25px;
    }

    .alert-group div{
        flex-direction: column;
    }

    .alert-group div .form-control{
        width: 100%;
    }

    .calculator-container{
        border: unset
    }

}