.proximaNova {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
}

.top-header {
  background-color: #fde7d7;
  margin-bottom: 150px;
}
.top-header-left {
  background-color: #243345;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-header-right {
  align-self: center;
}
.topLogo {
  min-width: 300px;
}
.header-deco {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}
.header-deco img {
  width: 250px;
}
.max-width {
  max-width: 1300px;
}

.text-red {
  color: #ed1c24 !important;
}

.section-text-1 {
  font-family: proxima-nova;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  color: #262261;
  letter-spacing: 3px;
}

.text-off-black {
  color: #231f20 !important;
}

.trailways-border {
  border-top: 1px solid #262261;
}


/*  */



#formPart .formContainer {
  padding: 3rem;
  background-color: #F3F4F4;
  /* margin-bottom:2rem; */
  margin-top: 10px;
}

#formPart .formContainer input {
  border-radius: 0;
  border-color: #999;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  color: #231f20;
  font-family: 'Gotham-Medium';
  padding-left: 1.5rem;
}

#formPart .formContainer .placeholder {
  position: absolute;
  top: 14px;
  left: 25px;
  display: none;
  z-index: 1;
}

#formPart .formContainer label {
  color: #262261;
  font-family: proxima-nova;
  font-size: 20px;
}

#formPart .formContainer .star {
  color: #ED1C24;
  font-family: open-sans, sans-serif;
  font-size: 20px;
}

#formPart .formContainer .formIntro {
  font-size: 10px;
  color: #666;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#formPart .form-check-input[type=radio] {
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

#formPart #ifSecondClient {
  padding-top: 0;
  padding-bottom: 0;
}

#formPart .formContainer .title {
  font-size: 1.6rem;
  color: #262261;
  font-family: proxima-nova, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
}

#formPart .formContainer .subTitle {
  font-size: 20px;
  color: #262261;
  font-family: proxima-nova;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .5px;
}


#formPart .formContainer .fileInput {
  width: 100%;
  margin: 0px auto 5px auto;
  font-size: 16px;
  border-bottom: solid 1px #fff;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

#formPart .file-box {
  display: flex;
  align-items: flex-end;
}

#formPart .custom-file-upload {
  background-color: #1D252C;
  display: inline-block;
  color: white !important;
  font-size: 15px !important;
  text-align: center;
  padding: 6px 12px;
  cursor: pointer;
  flex-shrink: 0;
  margin-bottom: 0;

}

#formPart .custom-file-name {
  border-bottom: 1px black solid;
  flex-basis: 100%;
  font-size: 20px;
  margin-left: 1rem;
}


#formPart .formContainer .instruction {
  color: #262261;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-style: italic;
}

#formPart .formContainer .smailInstruction {
  font-size: 10px;
  margin-bottom: 20px;
}

#formPart .formContainer select {
  background-image: url("./img/caret-down-solid.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 20px 20px;
  border-radius: 0;
  border-color: #999;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#formPart #comments {
  margin-bottom: 2rem;
}

#formPart #submitFormBtn,
#formPart #uploading {
  background-color: #4E8B55;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-family: proxima-nova, serif;
  text-align: center;
}

#formPart #uploading {
  opacity: 0.5;
}

#formPart #submitFormBtn:hover {
  cursor: pointer;
}



/*  */


@media screen and (max-width: 1199px) {
  .section-text-1 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 991px) {
  .section-text-1 {
    font-size: 2.8rem;
  }
  .header-deco img {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .section-text-1 {
    font-size: 3rem;
  }
  .header-deco img {
    width: 150px;
  }
}

@media screen and (max-width: 567px) {
  .section-text-1 {
    font-size: 2.2rem;
  }
  .header-deco img {
    width: 120px;
  }
}

.close {
  color: white !important;
}