.agents-content .boost-content {
    width: calc(100% - 426px);
    padding: 0;
}

@media screen and (max-width: 990px) {
    .agents-content .boost-content {
        width: 100%;
    }
}

.agents-content .boost-content div.form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.agents-content .boost-content div.form-group label {
    padding: 5px 0;
    color: var(--gray);
}

.agents-content .boost-content div.form-group .form-control {
    height: auto;
}

.agents-content .boost-content div.form-group .form-control option {
    color: black;
}

.agents-content .boost-content .checks {
    display: flex;
    justify-content: flex-start;
}

.agents-content .boost-content .checks .form-group {
    width: auto;
}

.agents-content .boost-content div.form-group label {
    font-weight: 500;
    font-size: 16px;
    line-height: 20.8px;
    color: black;
}

.agents-content .boost-content div.form-group label span img {
    margin-left: 5px;
    cursor: pointer;
}

.agents-content .boost-content div.form-group div.values {
    position: absolute;
    top: 90%;
    left: 17.5%;
    background-color: white;
    border: 1px solid var(--gray_l);
    border-radius: 20px;
    width: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    display: none;
    z-index: 10;
}

.agents-content .boost-content div.form-group div.values .values-holder {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    /* position: relative; */
}

.agents-content .boost-content div.form-group div.values .values-holder .indicator {
    background-color: white;
    height: 10px;
    width: 10px;
    /* z-index: -10; */
    position: absolute;
    top: -5.5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-top: 1px solid var(--gray_l);
    border-left: 1px solid var(--gray_l);
}

.agents-content .boost-content div.form-group div.values .values-holder p {
    text-align: center;
    border-bottom: 1px solid var(--gray_l);
    color: var(--primary_color);
    width: 100%;
    padding: 10px 20px;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
}

.agents-content .boost-content div.form-group div.values .values-holder p:nth-child(2) {
    border-bottom: 0;
    color: var(--secondary_color);
    cursor: pointer;
}


.agents-content .boost-content div.duration label {
    margin-bottom: 10px;
    color: var(--gray);
}
.agents-content .boost-content div.payment {
    margin-top: 20px;
}
.agents-content .boost-content div.payment div{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.agents-content .boost-content div.payment div.texts{
    width:100%;
    justify-content:space-between;
}
.agents-content .boost-content div.payment div.texts span{
    color:var(--secondary_color);
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
}
.agents-content .boost-content div.payment div label{
    color: var(--gray);
    margin-bottom: 0;
}

.agents-content .boost-content h4 {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid var(--gray_l);
    border-bottom: 1px solid var(--gray_l);
    color: black;
    font-weight: 700;
    font-size: 16px;
    line-height: 20.8px;
}

.agents-content .boost-content p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary_color);
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
    border: 0;
    margin-bottom: 0;
}
.agents-content .boost-content button {
    width: 100%;
    margin: 20px 0 120px 0;
}
