.te_con1b table{
	width: 100%;
}
.te_con1b form table td {
    padding: 10px;
    vertical-align: top;
    font-weight: 100;
}
.te_con1b td:nth-child(1) {
    width: 35%;
}
.te_con1b form table td {
    padding: 10px;
    vertical-align: top;
    font-weight: 100;
}
.te_con1b form .required {
    color: #db6687;
}

.te_con1b input[type="text"], .te_con1b input[type="tel"] {
    padding: 10px;
    border: 1px solid #ccc;
    width: 12em;
    box-sizing: border-box;
}
.te_con1b input[type="email"], .te_con1b textarea{
	padding: 10px;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
}
.te_con1b td:nth-child(1){
	width: 35%;
}
.te_con1b td input[type="tel"]{
	width: 32% !important;
}
.te_con1b .tel_form td:nth-child(2){
	text-align: left;
}
.te_con1b tr .table_txt{
	display: inline-block;
	width: 100%;
}
.te_con1b textarea[name="textarea"]{
	width: 100% !important;
}
.te_con1b form p{
	padding-left:10px;
}
.te_con1b .sei1, .te_con1b .sei2, .te_con1b .mei1, .te_con1b .mei2{
	width:5%;
	display: inline-block;
	text-align: left;
}
.te_con1b .mei1, .te_con1b .mei2{
	margin-left: 2em;
}
.te_con1b .tdright{
	margin-left: 5%;
    display: inline-block;
}
.te_con1b form .wpcf7-submit {
    display: table;
    margin: 30px auto 0;
    background: #db6687;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 50px;
    cursor: pointer;
}

.te_con1b form .wpcf7-confirm {
    display: table;
    margin: 30px auto 0;
    background: #db6687;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 50px;
    cursor: pointer;
}

@media screen and (max-width:667px){
	.te_con1b .sei1, .te_con1b .sei2, .te_con1b .mei1, .te_con1b .mei2{
		width: 10%;
	}
	.te_con1b input[name="intro_first"], .te_con1b input[name="intro_last"],
	.te_con1b input[name="intro_first2"], .te_con1b input[name="intro_last2"],
	.te_con1b input[name="last_name"], .te_con1b input[name="first_name"],
	.te_con1b input[name="last_name_2"], .te_con1b input[name="first_name_2"]{
		width:35%!important;
	}
	.te_con1b .tdright{
		max-width:100%;
		margin-left:10% !important;
	}
	.te_con1b td:nth-child(1){
	width: 100%;
	display: inline-block;
	}
	.te_con1b td:nth-child(2){
		margin:0 0 2em 0;
		width: 100%;
		display: inline-block;
	}
	.te_con1b input[name="last_name2-1"], .te_con1b input[name="first_name2-2"]{
	width: 35% !important;
	}
	.te_con1b input[name="addressnum"], .te_con1b input[name="address"], .te_con1b input[name="tell"],
	.te_con1b input[name="email"], .te_con1b textarea[name="your-message"]{
		width: 80%;
	}
}