body {
    font-family: "Manrope", sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

a {
    color: #0d6efd;

}

footer a {
    text-decoration: none;
}


.pt-24 {
    padding-top: 6rem;
}

footer .copyright-text {
    font-family: Inter;
    font-size: 11.4px;
    font-weight: 300;
    line-height: 19.2px;
    letter-spacing: 0.11999999731779099px;
    text-align: left;
}


.footer-legal-links a {
    font-family: Inter;
    font-size: 11.4px;
    font-weight: 300;
    line-height: 19.2px;
    text-align: left;
}

.footer-social-media-links li a {
    font-family: Inter;
    font-size: 13px;
    font-weight: 300;
    line-height: 26.6px;
    text-align: left;
}


.h2-title {
    font-family: "Manrope", sans-serif;
    font-size: 29.1px;
    font-weight: 400;
    line-height: 39.69px;
}

.h3-title {
    font-family: "Manrope", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 39.69px;
}

ol li {
    font-family: "Manrope", sans-serif;
    font-size: 13.9px;
    font-weight: 400;
    line-height: 21px;
    padding-bottom: 12px;
}


.btn-dark {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.submit-button {
    padding: 8px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.submit-button .btn-text {
    margin-right: 180px;
}


footer .container {
    padding-right: 3rem;
    padding-left: 3rem;
}


input:focus,
textarea:focus,
select:focus,
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    box-shadow: none;
    outline: none;
    border-color: #000000;
}


.form-check-input:checked {
    background-color: #2C2C2C;
}


.form-check-input {
    background-color: white;
}


.form-check-input:checked::after {
    color: white;
}

.form-check-input:checked {
    border-color: #2C2C2C;
}

small.help-block {
    color: red;
}

.social-media-icon-img{
    height: 14px;
    width: 14px;
    margin-top: 6.3px;
}

.repair-form-icon-img{
    height: 14px;
    width: 14px;
    margin-top: -3.0px;
}