.pr-0 {
    padding-right:0;
}
.p-0{
    padding:0;
}
@media screen and (max-width: 575px) {
    .p-0 {
      padding:0px 15px 0px 15px !important;
    } 
}
.frm-grp-req-brc{
    margin-top:10px;
}
.input-cst-req {
    margin-right: 10px;
}
@media screen and (max-width: 576px) {
  .input-cst-req {
    margin-bottom: 10px;
  } 
}

.input-broc {
  max-width: 100%;
}


.btn-req-broc{
    background: #2A2B3B;
    border-radius: 4px;
    color: white;
}
.btn-req-broc:hover{
    color: white !important;
}
.section-footer-form {
    height: 100%;
    background-color: #173016;
    background-size: cover;
    background-position: center center;
    padding: 25px 0; 
}
@media screen and (max-width: 991px) {
.section-footer-form {
    height: unset; } }
.section-footer-form .container {
height: 100%; }
    
  