* {
  outline: none;
}

.lead {
  /* display: grid;
  grid-template-columns: auto auto; */
  display: flex;
  margin: 3% 0%;
  grid-gap: 20px;
  /* width: 100%; */
}



.legal-stuff {
  padding: 0 0.5rem;
  flex: 50%;
}

#vfb-legend2041 {
  margin-bottom: 1rem;
}

.legal-stuff h3 {
  /* font-family: aAktiv-Grotesk-W06-Light; */
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-size: 8.5rem;
  color: #888;
  font-weight: bolder;
  display: inline-block;
}

.legal-all-content{
 margin-left: 13.1rem;
 margin-right: 10px;
}

.legal-stuff ul li,
.legal-stuff p {
  font-family: Aktiv-Grotesk-W06-Regular;
  margin-bottom: 12px;
  text-align: justify;
  font-size: 20px;
  width: 100%;
  color: #333;
}

.legal-stuff .contact-web {
  text-decoration: none;
  color: #337ab7;
  transition: all 0.2s;
}

.legal-stuff .contact-web:hover {
  text-decoration: underline;
}

.submit-contanner {
  margin: 0 0.2rem;
}

.submission {
  width: 99%;
  flex: 50%;
}

fieldset {
  padding: 20px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  background-color: #eee;
}

.vfb-legend h3 {
  font-family: Aktiv-Grotesk-W06-Regular;
  font-size: 19px;
  line-height: 2em;
  border-bottom: 1px solid #cecdcd;
  font-weight: 400;
}

fieldset ul li label {
  display: block;
  padding: 6px 0;
  font-size: 12px;
  font-weight: 400;
}

fieldset ul li input {
  border-radius: 3px;
}

/* fieldset ul li input,
fieldset ul li select,
fieldset ul li textarea {
  width: 100%;
} */

.s25109 {
  width: 100%;
  margin-bottom: 8px;
  padding: 5px;
  border: 1px solid #d1d1d1;
}

.s25110 {
  width: 100%;
  margin-bottom: 8px;
  background: #fafafa;
  padding: 5px;
  border: 1px solid #e6e5e5;
  transition: all 0.3s;
}

.box-shawo {
  box-shadow: 1px 1px 6px #0692e356, -1px -1px 6px #0692e356;
  border: 1px solid #0692e391;
}

.checkbox2931 {
  display: inline-block;
  margin-left: 10px;
}

.instructions-dec {
  font-size: 11px;
  padding-bottom: 8px;
  display: block;
  line-height: 18px;
}

.input-requart-star {
  color: #bc1212;
  margin-left: 2px;
}

.l-a-m2456 {
  margin-top: -10px;
}

.Verifiy h3 {
  font-family: Aktiv-Grotesk-W06-Regular;
  font-size: 18px;
  line-height: 2em;
  border-bottom: 1px solid #cecdcd;
  font-weight: 400;
}

.s2r510 {
  width: 50%;
}

.chack_condition a {
  color: #337ab7;
  text-decoration: none;
}

.submit_user_requirement {
  border: none;
  padding: 12px 16px;
  background-color: #337ab7;
  border-radius: 3px;
  margin-top: 15px;
  color: #fafafa;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.2s;
}

.hiden-files {
  display: none;
}

.hiden-files {
  display: none;
}

.show-file {
  display: block;
}

.legal-stuff-list {
  margin-right: 5px;
}

.addtion-file {
  margin: 10px 0 18px 0;
}

.add_mor_files {
  background: #dddcdc;
  border-radius: 2px;
  padding: 6px 18px;
  overflow: hidden;
  transition: all 0.2s;
}

.add_mor_files:hover {
  background: #e6e6e6;
}

.submit_user_requirement:hover,
.submit_user_requirement:active {
  background-color: #3d8dd3;
  color: #ffffff;
}

.submit-social-info{
  margin-top: 60px;
  margin-left: 12.5rem;
}

.submit-social-info p{
  font-weight: 100;
  font-size: 48px;
}

.submit-social-info ul{
  padding: 10px 0 0 32px;
}

.submit-social-info ul li{
  font-weight: 100px;
}

@media screen and (max-width: 1600px) {
  .legal-stuff h3 {
    font-size: 8rem;
  }
  
  .legal-all-content{
   margin-left: 12.5rem;
  }
}

@media screen and (max-width: 1500px) {
  .legal-stuff h3 {
    font-size: 7rem;
  }
  
  .legal-all-content{
   margin-left: 11.2rem;
  }
}

@media screen and (max-width: 1300px) {
  .legal-stuff h3 {
    font-size: 6rem;
  }
  
  .legal-all-content{
   margin-left: 9rem;
  }
}

@media screen and (max-width: 1100px) {
  .legal-stuff h3 {
    font-size: 5rem;
  }
  
  .legal-all-content{
   margin-left: 7.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .legal-stuff h3 {
    font-size: 5rem;
  }
  
  .legal-all-content{
   margin-left: 0rem;
  }

  .lead {
    display: block;
}

  .legal-stuff {
    flex: 100%;
  }

  .submission {
    flex: 100%;
  }
}


@media screen and (max-width: 900px) {
  .lead {
    margin: 3% 2.5%;
  }
}

@media screen and (max-width: 803px) {
  .submission {
    width: 100%;
  }
}

@media screen and (max-width: 666px) {
  .lead {
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 500px) {
  .legal-stuff h3 {
    font-size: 3rem;
}
}
