.contactForm {
  background: linear-gradient(134deg, #4E5968 8.73%, #1A232F 85.6%);
}

.contactForm .inner {
  padding: 90px 90px 70px 90px;
}

.contactForm .flexcontainer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.contactLeft {
  width: 49%;
  align-items: flex-start;

}

.contactLeft #AgencyChec {
  margin-top: 50px;
}

.contactLeft #Searchterm {
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.contactLeft #Searchterm input[type=text] {
  border: none;
  background: transparent;
  width: 100%;
  color: #fff;

}

.contactLeft #Searchterm input[type=text]::placeholder {
  color: #F2F4F6;
}

.contactLeft h3 {
  display: inline-block;
  color: #fff;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
}

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

.contactLeft p {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.contactLeft p span {
  color: #F60;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.contactRight {
  display: flex;
  width: 49%;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px 42px;
  flex-wrap: wrap;

}

.contactLeft h4,
.contactRight h4 {
  color: #F60;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}

.contactLeft h4 span,
.contactRight h4 span {
  color: #F60;
}

.form-check-label {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  margin-right: 1rem;
}

.form-check {
  display: block;
  min-height: 1.8rem;
}

.form-check .form-check-input input[type="checkbox"] {
  border-radius: 3px;
  border: 1px solid var(--Gray-50, #F9FAFB);
  width: 17px;
  height: 17px;
}

input[type="checkbox"] {
  background-color: transparent;
  width: 17px;
  height: 17px;
  accent-color: #D05C0E;
}

em.hr {
  display: block;
  width: 100%;
  border-top: 1.5px solid #F2F4F6;
  margin-bottom: 32px;
  margin-top: 10px;
}

.form-check-inline {
  display: inline-block;
  width: 47%;

}

.submitInfo{
  display: inline-block;
width: 46%;
  margin-top: 1rem;
}
.submitInfo:nth-child(odd){
  margin-right:30px;
}
.submitInfo100{
  width:100%
}
.submitInfo h4{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight:400;
  line-height: 1.7;
}
.submitInfo input[type="text"] {
width: 100%;
height: 30px;
padding: 0.5rem;
}
.submitInfo h4{
  margin-bottom: 10px;
}




.contactRight {

  justify-content: space-around;
}

.contactMessage{
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight:400;
  letter-spacing: 0px;
  line-height: 1.4;
}



.contactRight form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contactRight div {
  width: 46%;
  margin-bottom: 1.5rem;
}

.contactRight input[type="text"] {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #fff;
}

.contactRight input[type="text"]::placeholder {
  color: #D1D6DB;
  font-size: 15px;
  font-style: normal;
  color: #fff;
  font-weight: 500;
  line-height: 22px;
}

#inquiries {
  width: 100%;
}

#inquiries textarea {
  border: 1px solid #fff;
  width: 100%;
  background: transparent;
  color: #fff;
  height: 80px;
  padding:0.6rem
}
#inquiries textarea.overall{
  height:100px;
}


#inquiries textarea::placeholder{
  color: #8f8f8f;
  font-size: 14px;
}

.desc {
    font-size: 12px;
    color: #fff;
  }

.registBtn {
  text-align: right;
  padding-top: 0.5rem;
}