

.form-heading-div{
  text-align: center;
}

.form-heading{
  font-size: 2.8rem;
  font-weight: bold;
  margin: 60px 0 30px;
}

.form-policy{
	background-color: #E8EDF5;
	border-radius: 10px;
	padding: 20px 30px;
	text-align: left;
	width: 70%;
	margin: 0 auto;
}

.contact7 {
	max-width: 65%;
	margin: 0 auto;
	box-sizing: border-box;
}
.contact7 dd {
	margin: 0 0 30px 0;
}
.contact7 dt {
	font-weight: normal;
}

.contact7 .must {
	background: #FF1A00;
}

.contact7 .optional {
	background: #999;
}

.contact7 .must,
.contact7 .optional {
	color: #FFF;
	float: right;
	border-radius: 3px;
	font-size: 14px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 280px;
	height: 50px;
	padding: 5px;
	margin-top: 10px;
	border: none;
	background-color: #016EDD;
	color: #FFF;
	font-size: 1.1em;
	transition: 0.3s;	
}

.btn_contact7 input:hover {
	background-color: #FFF;
	border: 1px solid #016EDD;
	color: #016EDD; 
}
.contact7 dt {
	float: left;
	clear: left;
	width: 30%;
	}
.contact7 dd {
	margin-left: 35%;
	}



#main_image img{
height: 250px !important;
}

.wpcf7{
background: none !important;
border: none !important;
}

.wpcf7 textarea{
height: 200px;
width: 100%;
line-height: 1.4;
}

.scroll-box::-webkit-scrollbar { width: 10px; }

.scroll-box::-webkit-scrollbar-track { background: #f1f1f1; }

.scroll-box::-webkit-scrollbar-thumb { border-radius: 6px; background: #c1c1c1; }

.scroll-box{
margin: 0 auto;
background-color: #E8EDF5;
margin-top: 5px;
border-radius: 10px;
}

.scroll-box-p{
padding: 25px;
}

.personal-info-p{
margin: 0 auto !important;
}

.privacy-policy-link{
	text-decoration: underline;
	color: #016EDD;
}

.accept-btn{
		margin: 0 auto !important;
    text-align: center;
    padding-top: 20px;
}

button, input, optgroup, select, textarea{
	padding: 5px 10px;
}

.wpcf7-not-valid-tip{
	display: block;
	padding-top: 5px;
	font-size: 15px;
	color: #FF1A00;
}

.screen-reader-response{
	text-align: center;
	padding-bottom: 50px;
	color: #FF1A00;
}

.screen-reader-response ul{
	display: none;
}

.wpcf7-response-output{
	text-align: center;
	padding-top: 30px;
}

.wpcf7-form-control-wrap{
	margin-right: 10px;
}

@media screen and (max-width: 800px) {
	
	.contact7{
		max-width: 100% !important;
width: 100% !important;
	}

#main_image img {
    height: 100px !important;
}
.scroll-box{
width: 100% !important;
}

.personal-info-p{
width: 100% !important;
}

.accept-btn{
width: 100%;
padding-bottom: 10px;
}

.contact7 dt {
width: 100%;
        padding-bottom: 15px;
	}

.btn_contact7 input {
	width: 100% !important;
}

.contact7 dd {
width: 100% !important;
margin-left: 0 ;
margin-bottom: 20px;
	}

.contact7 .must,
.contact7 .optional {
	float: none !important;
}

.wpcf7 textarea{
height: 150px !important;
}

/*  */
.wpcf7-form-control-wrap input{
	width: 100%;
}

}




@media screen and (max-width: 600px) {

  .form-heading {
    font-size: 2.2rem;
    margin: 60px 0 0;
  }




}