@media only screen and (max-width: 1024px) {
    .search-col3 {
        width: 24% !important;
    }
}

@media only screen and (max-width: 851px) {
    .search-col2 {
        width: 69% !important;
    }
}

@media only screen and (max-width: 768px) {
    .search-col2 {
        width: 64% !important;
    }
    .search-col3 {
        width: 28% !important;
    }
}

@media only screen and (max-width: 425px) {
    .main-search {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}


.main-search{
	border-radius: 0px;
    margin-left: 15px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    padding-right: 0;
    margin-top:18px;
    overflow:hidden;
    border: 2px solid #031C75;
    height: 40px;
    padding: 2px;
    background-color: #fff;
    margin-bottom: 25px;
    width: 90%;
    height: 49%;
    float: left;
    margin-right: 15px;

}
.search-location-pin{
	float: left;
    padding: 12px;
    color: #F75C1E;
    padding-right:0px;
}
.search-select{
	border: none;
    padding: 8px;
    color: #031C75;
    width: 88%;
}
.search-col1 {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #B3AEAE;
    float: left;
}
.search-col2 {
    width: 70%;
    height: 34px;
    float: left;
}

@media only screen and (max-width: 812px) {
  .search-col2 {
      width: 60%;
  }
}

.search-input{
	border:none;
	width: 100%;
}
.search-mic{
	float: right;
    padding: 14px 17px;
    color: #4285F4;
    font-weight: bold;
    margin-top: -38px;
}
.search-col3 {
    width: 20%;
    height: 38px;
    border-top-right-radius: 5px;
    float: right;
    margin-right: -9px;
    display:flex;
}
.post-section{
	float: left;
}
.post-section-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 15px 39.2031px;
  width: 210.2px;
  height: 38px;
  background: #F75C1E;
  border-radius: 0;
  color: white !important;
  cursor: pointer;
  text-decoration: none;
  margin-top: 17px;
}
header .search-col2 input {
    font-size: 12px !important;
    font-family: Arial !important;
}
#search_suggestions {
    position: absolute;
    background-color: #fff;
    z-index: 99999999;
    top: 40px;
    left: 142px;
    max-width: 520px;
}
button#search_submit_btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 38px;
    background-color:#031C75;
    color: #fff;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
}
