.requestdocs {
  margin: 50px 0;
}
.requestdocs__title h2 {
  font-size: 2rem;
  /* border-bottom: 1px solid #707070;
  padding-bottom: 0.5em; */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
}

.form__title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.form__request {
  border-radius: 1rem;
  padding: 8px 16px;
  background-color: rgb(192, 66, 81);
  border: none;
  text-shadow: none;
  font-size: 14px;
  font-weight: normal;
  margin: 0px 10px;
  border-radius: 4px;
  box-shadow: none;
  background-image: none;
  background-size: 100% 100%;
  float: right;
  color: #fff;
  border-radius: 20px;
}
.btn__contact-from {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  padding: 14px 50px;
  font-size: 28px;
  background: #f7931e;
}
#form-checkbox {
  width: 21px;
  height: 21px;
}
#nameError {
    margin-top: 10px;
  display: none;
  color: red;
  font-family: "Poppins";
  font-style: normal;
}

input:invalid ~ #nameError {
  display: block;
}

.screen-reader-response,.wpcf7-response-output {
  display: none;
}
.wpcf7-not-valid-tip{
  font-family: "Poppins";
  font-style: normal;
  color: red;
  font-size: 16px;
  margin-top: 15px;
  display: block;
}
 .formlabel__tile p{
  	display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkbox-name{
  margin-left: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
}
.checkbox__contact input{
  width: 16px;
  height: 16px;
  font-size: 14px;
  border: 3px solid black;
}
@media (max-width: 992px) {
  .form__title{
    font-size: 2.2rem ;
  }
  .form__request{
    float: none;
    margin-left: 30px;
    font-size: 1.2rem;
  }
  .form-control{
    font-size: 2.4rem;
  }
  .checkbox-name{
    font-size: 1.4rem;
  }
  .checkbox-input {
    width: 1.4rem;
    height: 1.4rem;
  }
  .slider__banner{
    display: none;
    
  }
  .slider__banner-mobile{
    display: block;
  }
  .header__container{
    position: initial;
  }
  .header__container--open{
    position: fixed;
  }
  .navbar-dark .navbar-nav .nav-linknav-link{
    font-size: 2rem;
    line-height: 2rem;
  }
  
}

@media (min-width: 992px){
  .slider__banner-mobile{
    display: none ;
  }
 
  
}
@media (min-width: 1300px) {
  .form__title{
    font-size: 18px;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}
