.tft-ajax .cf7_branch_lookup {
	border-radius: 4px;
}
.tft-ajax .cf7_branch_lookup_output {
	display: none;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size:14px;
}

.tft-ajax .cf7_branch_lookup_inner {
	border-radius: 4px;		
}

.tft-ajax .cf7_branch_lookup_search {
	border: 1px solid #cccccc;
	border-radius: 4px;
	background-color: #ffffff;
	/* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	display: flex;
    flex-direction: row;
	align-items: center;
    gap: 16px;
    padding: 16px;
}

/* .tft-ajax .cf7_branch_lookup_search .clear {
	height: 0;
	line-height: 0;
} */

.tft-ajax.cf7_branch_lookup_input {
	border:0;
	width:50%;
	float: left;
	color:#555;
	font-size:14px;
}

.tft-ajax input .cf7_branch_lookup_input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.tft-ajax .cf7_branch_lookup_button {
	background-color: #62489D;
	color: #ffffff;
	display: flex;
    justify-content: center;
	align-items: center;
	border: 0;
    border-radius: 26px;
    padding: 10px 40px 10px 30px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    -webkit-transition: background 500ms ease;
    -o-transition: background 500ms ease;
    transition: background 500ms ease;
	min-width: 200px;
	min-height: 44px;
}
.tft-ajax .cf7_branch_lookup_button:after {
	content: "\e258";
    font-family: "Glyphicons Halflings", sans-serif;
    position: absolute;
    right: 15px;
}
.tft-ajax .cf7_branch_lookup_button span {
	white-space: nowrap;
}

/* .tft-ajax a.cf7_branch_lookup_button {
	text-decoration: none;
	background-color: #62489D;
	color: #ffffff;
	-webkit-transition: background 500ms ease;
    transition: background 500ms ease;
} */

.tft-ajax a.cf7_branch_lookup_button:hover {
	background-color: #4c387a
}

.tft-ajax .cf7_branch_lookup_button img {
	display:none;
	width:10px;
	height:10px;
}

.tft-ajax .cf7_branch_lookup_changelocation {
	display: none;
	text-align:right;
	font-size:14px;
}

.tft-ajax .cf7_branch_lookup_output a {
	color:#ffffff;
}

.tft-ajax .cf7_branch_lookup_error .cf7_branch_lookup_search {
	border: 1px solid #FE6F61;
}
.tft-ajax .cf7_branch_lookup_error .cf7_branch_lookup_inner,
.tft-ajax .cf7_branch_lookup_error .cf7_branch_lookup_output {
	background-color: #FE6F61;
	color:#fff;
}

.tft-ajax .cf7_branch_lookup_success .cf7_branch_lookup_search {
	border: 1px solid #86CC89;
}
.tft-ajax .cf7_branch_lookup_success .cf7_branch_lookup_inner,
.tft-ajax .cf7_branch_lookup_success .cf7_branch_lookup_output {
	background-color: #86CC89;
	color:#fff;
}
.tft-ajax .cf7_branch_lookup_success .phoneWrapLink {
    font-size: 24px;
    line-height: 42px;
    display: block;
    padding-top: 5px;
}
.tft-ajax .cf7_branch_lookup_success .phoneWrapLink i {
    padding-right: 14px;
    font-size: 30px;
    position: relative;
    top: 3px;
}
@media all and (max-width: 380px)
{
	.tft-ajax .cf7_branch_lookup_input {
		width:60%;
	}
}

@media all and (max-width: 330px)
{
	.tft-ajax .cf7_branch_lookup_input {
		width:70%;
	}

}