@charset "UTF-8";
/* CSS Document */

#mainspace {
  height: 27em;
}

#contactbox{
    padding: 4em 0 6em 0;
    background-color: #fff;
}
#contactbox h3{
    font-size: 2.4rem;
    font-weight: 600;
    text-align: justify;
    margin-bottom: 0.5em;
}
#contactbox p.read{
    font-size: 2rem;
    line-height: 1.8;
    text-align: justify;
}

#contact{
    background-color: #fff;
      background-image: linear-gradient(90deg, #e6e9ee 50%, #ffffff 50%);
}
#contact .flexbox{
    align-items: flex-end;
}
#contact .step{
    order: 2;
    text-align: left;
    margin: 0 0 3em 8em;
    
}
#contact .step li{
    color: #000;
    margin-bottom: 1.5em;
    opacity: 0.5;
}
#contact .step li span{
    display: inline-block;
    vertical-align: middle;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 2rem;
    width: 1.5em;
    text-align: center;
    line-height: 1.5em;
    margin-right: 0.5em;
}
#contact .step li.active{
    opacity: 1;
}

#contact .form{
    background-color: #e6e9ee;
    padding: 5em 20em 5em 5em;
    border-radius: 1em;
    width: 130rem;
}

.form dl {
    display: flex;
    padding: 1em 0;
  text-align: left;
}
.form dl dt {
  float: none;
  width: 12em;
  font-size: 2rem;
  padding: 0.8em 0 0 0;
  border-top: none;
    font-weight: 600;
}
.form dl dd {
  border-top: none;
  padding: 0;
    flex: 1;
  font-size: 2rem;
  line-height: 1.8;
}
.form dd .red{
  font-size: 1.6rem;
  line-height: 1.8;
}

.form dd .title{
    font-weight: 600;
    padding: 2em 0 0.5em 0;
}
.form select{
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
	width:100%;
    border: none;
    background-color: #4b4b4b;
    color: #fff;
  font-size: 2rem;
	padding:1em 2em;
    margin-bottom: 0.4em;
    box-shadow: none;
}
.form .selectarrow{
    position: relative;
}
.form .selectarrow:after{
    content: "▼";
  font-size: 1.6rem;
  color: #fff;
  position: absolute;
  right: 1em;
  top: 1.2em;
}

.form textarea,.form input[type='text'],.form input[type='email']{
	width:100%;
	border:1px solid #e0e0e0;
	padding:1em 2em;
	font-size:2rem;
    margin-bottom: 0.4em;
    box-shadow: none;
    height: auto;
    line-height: 1.8;
}
.form .btn{
    padding-top: 2em;
}
.form .btn input{
	border:0;
	background:#4b4b4b;
	 color:#fff;
    font-weight: 600;
    font-size: 2.4rem;
    width: 40rem;
padding: 1.5em 0;
	cursor:pointer;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
    text-shadow: none;
    border-radius: none;
}
#contact .btn input:hover{
    background-color: #caac78;
    text-decoration: none;
}

.footspace{
    background-color: #fff;
    padding-top: 10em;
}

.form dd h4{
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 1em;
}

#footer .contact{
    padding: 20em 0 0 0;
}
#footer .contact a{
    display: none;
}

@media screen and (min-width: 769px) and (max-width: 1886px) {
  #contactbox .innerbox {
    padding: 0 2em 0 6em;
  }
}


@media screen and (min-width: 769px) and (max-width: 1500px) {
#contactbox h3 {
  font-size: 22px;
}
#contactbox p.read {
  font-size: 18px;
}
    
#contact .flexbox{
    justify-content: space-between;
}
#contact .step{
    margin: 0 1em 3em 0;
}
#contact .step li{
    font-size: 16px;
}
#contact .step li span{
    font-size: 20px;
}
    
#contact .form{
    padding: 5em 10em 5em 5em;
}
.form dl dt {
  font-size: 18px;
}
.form dl dd {
  font-size: 18px;
}
.form dd .red{
  font-size: 16px;
}
.form dd h4{
    font-size: 20px;
}
.form select{
  font-size: 18px;
}
.form .selectarrow:after{
  font-size: 16px;
}

.form textarea,.form input[type='text'],.form input[type='email']{
	font-size:18px;
}
.form .btn input{
    font-size: 20px;
}
}

@media only screen and (max-width: 768px) {
    
#mainspace {
  height: 17em;
}

#contactbox{
    padding: 4em 0 6em 0;
}
#contactbox h3{
    font-size: 2rem;
    margin-bottom: 0.5em;
}
#contactbox p.read{
    font-size: 1.8rem;
}

#contact{
      background-image: none;
}
#contact .flexbox{
    display: block;
}
#contact .step{
    margin: 0 0 2em 0;
    display: flex;
    justify-content: center;
    
}
#contact .step li{
    margin:0;
    padding: 0 0.5em;
    font-size: 1.5rem;
}
#contact .step li span{
    font-size: 1.6rem;
}
#contact .step li.active{
    opacity: 1;
}

#contact .form{
    padding: 5em 1em 3em 1em;
    width: 100%;
}

.form dl {
    display: block;
}
.form dl dt {
  width: auto;
  padding: 0 0 0.5em 0;
  font-size: 1.8rem;
}
.form dl dd {
  border-top: none;
  padding: 0;
    flex: 1;
  font-size: 1.8rem;
  line-height: 1.8;
}
.form dd .red{
  font-size: 1.6rem;
  line-height: 1.8;
}

.form dd .title{
    font-weight: 600;
    padding: 2em 0 0.5em 0;
}
.form select{
  font-size: 1.6rem;
	padding:1em 2em 1em 1em;
}
.form .selectarrow{
}
.form .selectarrow:after{
  font-size: 1.6rem;
right: 0.9em;
  top: 0.8em;
}

.form dd h4{
    font-size: 2rem;
}
.form textarea,.form input[type='text'],.form input[type='email']{
	padding:1em;
	font-size:1.6rem;
}
.form .btn{
}
.form .btn input{
    font-size: 2rem;
    width: 100%;
padding: 1.5em 0;
}

.footspace{
    padding-top: 6em;
}
#footer .contact {
    padding: 9em 0 0 0;
  }
}