@charset "UTF-8";
@font-face {
  font-family: 'Paperlogy-8ExtraBold';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}



.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: 536px;

align-items: flex-start;
gap: 16px;
}
.contactLeft #AgencyChec{
  margin-top:155px;
}

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

}
.contactLeft h3{
  display: inline-block;
  color: #fff;
font-size: 44px;
font-style: normal;
font-weight: 800;
line-height: 60px; /* 136.364% */
}
.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; /* 146.667% */
}
.contactRight{
  display: flex;
width: 671px;
align-items: flex-start;
align-content: flex-start;
gap: 24px 42px;
flex-wrap: wrap;
}
.contactLeft h4,
.contactRight h4{
  color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 1.7; /* 140% */
}
.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);
  /* background: rgba(209, 214, 219, 0.20); */

  width: 17px;
height: 17px;
}
[type="checkbox"]{
  background-color: transparent;
  width: 17px;
height: 17px;
  accent-color: #D05C0E;
}
.contactLeft div em.hr{
  display: block;
  width: 100%;
  border-top: 1.5px solid #F2F4F6;
  margin-bottom: 32px;
  margin-top: 10px;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.contactRight{
  width: 690px;
/* border:1px solid yellow; */
justify-content: space-around;
  }

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

.contactRight form>div{
width: 48%;
margin-bottom: 1.5rem;
}
  .contactRight .col-md-6 input[type="text"]{
    width:100%;
    background: transparent;
    border-bottom: 1px solid #fff;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .contactRight .col-md-6 input[type="text"]::placeholder{
    color: #D1D6DB;
    font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 22px; 
  }
#inquiries{
  width: 100%;

}
#inquiries #contact06{
border:1px solid #fff;
height: 240px;

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