
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    font-family: 'Roboto Slab', serif;
}
.footer{
    position: relative;
    width: 100%;
    bottom: 0;
}

.faq-wrap{
    width: 48%;
}

.faq-form{
    width: 48%;
}

.accordion-button{
    padding: 10px 0;
    font-size: large;
    cursor: pointer;
    align-items: center;
    color: #000;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 300;
}
.accordion-button:not(.collapsed){
    color: #000!important;
}

.accordion-body {
    padding: 1rem 0;
    color: #000;
    line-height: 21px;
    font-size: 19px;
    font-weight: 300;
}

.faq-main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.faq-title h2{
    color: #be0925;
    font-size: 30px;
    font-weight: 700!important;
}

hr{
    margin: 0;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    background: #f7fafc;
    border: 1px solid #ccd5e0;
    box-sizing: border-box;
    border-radius: 60px;
    padding: 30px 20px;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    color: #495057;
    font-weight: 400;
    font-size: 1rem;
}

.faq-form h2{
    color: #be0925;
    font-weight: 700!important;
    font-size: 2rem;
}

.submit{
    background: #be0925;
    display: inline-block;
    font-weight: 400;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    color: #fff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (max-width) {
    
}
.footer_title {
   text-align: center;
   padding: 20px;
   font-size: 15px;
   font-weight: 500;
   color: #fff;
   background-color: #be0925;
   margin: 0;
 }