body {

    color: white;

}



.paragraph {

    font-weight: 400;

}



.sub-para {

    color: rgb(169 240 5);

    font-size: 17px;

}



.sub-heading {

    margin-top: 20px;

    font-size: 25px;

    text-decoration: underline;

    cursor: pointer;

}



.sub-heading:hover {

    color: rgb(169 240 5);

}



.section-title {

    text-transform: uppercase;

    font-weight: bold;

    margin-top: 30px;

    margin-bottom: 20px;

    color: white;

    font-size: 30px;

    font-weight: 600;

}



.paragraph a {

    color: white;

    text-decoration: underline;

}



.social-icons a {

    color: white;

    margin-right: 10px;

    font-size: 1.5rem;

}

.how-can-we-text {
    color: #000 !important;
    font-weight: 700;
}

form.p-4.rounded.support-form-page {
    background-color: #2a7d76;
    margin: auto;
    width: 42%;
}

.support-form-page input#title {
    height: 40px;
    background-color: #fff;
    color: #000;
}
button.btn.btn-primary.submit-btn-add {
    border: none;
    height: 48px;
    background-color: #000;
    margin-top: 10px;
    box-shadow: none;
    color: #fff;
    border-radius: 100px;
    width: 100%;
}
button.btn.btn-primary.submit-btn-add:hover {
    background: #fff !important;
    color: #000;
    border: #e8f0fe !important;
}
ul.list-add-text li a {
    color: #fff !important;
}


@media (min-width:768px) and (max-width:1024px) {

form.p-4.rounded.support-form-page {
    background-color: #2a7d76;
    margin: auto;
    width: 60%;
}
button.btn.btn-primary.submit-btn-add {
    border: none;
    height: 45px;
}


}


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

  form.p-4.rounded.support-form-page {
    margin: auto;
    width: 100%;
}

button.btn.btn-primary.submit-btn-add {
    border: none;
    height: 42px;
}



}



