a._button.tddsw-reset{
	display: inline-block;
	margin: 0 0 .65em .5em;
	padding: .20em .6em .20em;
	text-transform: uppercase;
	background: none;
	border: 2px solid;
	mix-blend-mode: difference;
}
a._button.tddsw-search{
	padding: .3em .8em .2em;
	font-weight: bold;
}

.tddsw-search-buttons{
	display: flex;
}
.tddsw-search-buttons a.tddsw-search._button{
	flex-grow: 1;
	align-self: flex-start;
	cursor:pointer;
	background: #2bc87a;
    margin-left: 10px;
	font-size: 19px;
    border: 0;
    color: #fff;
	height: 50px;
	text-transform: uppercase;
    font-weight: 700;
	line-height: 38px;
    border-radius: 50px;
}

.cta-box-left .tddsw-search-buttons a.tddsw-search._button{
    width: 25%;
}
.search-sec .tddsw-search-buttons a.tddsw-search._button{
    width: 100%;
}


 span.select2-selection__arrow {
    color: #2bc87a !important;
    padding-top: 46px !important;
 }
.search-sec span.select2-selection.select2-selection--single {
    border: 1px solid !important;
    margin-bottom: 10px;
    border-radius: 4px;
	padding-top: 10px;
	height: 50px;
}

.cta-box-left form {
    background: #fff;
    padding: 10px 10px;
    width: 100%;
    margin: 15px auto;
    border-radius: 5px;
    display: flex;
}

.cta-box-left span.select2-selection.select2-selection--single {
	border: 0px !important;
	border-right: 1px solid !important;
	border-radius: 0;
	height: 50px;
	font-size: 19px;
}

.cta-box-left span.select2-selection.select2-selection--single .select2-selection__rendered {
	line-height: 50px;
}