
.modal-body #performance-products label {
    font-weight: normal;
}

#performanceModal .modal-body .modal-btns .submit {
    line-height: 9px;
}

#performanceSpecialistFormSuccess .btn-container {
    display: none;
}

#performanceModal #performanceSpecialistFormSuccess .btn-container {
    display: block;
}


#performance-products {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#performance-products .form-check {
    overflow: auto;
    padding-left: 0;
    width: 50%;
    display: flex;
}

#performance-products .checkbox {
    top: 0 !important;
    flex-shrink: 0;
    margin-right: 7px;
    width: 21px !important;
    margin-left: 0 !important;
}

#performanceModal .performance-success-header {
    margin-top: 40px;
    text-align: center;
}

.performance-success-header {
    text-align: center;
}

#performanceSpecialistSuccessMsg .lead-modal-success-check {
    padding-top: 0;
}

#performance-products label[for^='Steering'] {
    word-break: break-all;
}

#formStepNext {
    margin-bottom: -30px;
}

ul.collapseText {
	list-style-type: disc;
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
	margin-left: 15px;
	margin-top: 10px;
}

.collapseText li {
    margin-right: 20px;
}

@media only screen and (min-width:1400px) {

}

@media only screen and (max-width:1200px) {

}

@media only screen and (max-width:1024px) {

}

@media only screen and (max-width:991px) {

}

@media only screen and (max-width: 420px) {

}

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

}

@media only screen and (max-width:550px) {

}

@media (max-width: 380px) {

}