.hs-search-field {
	 position: relative;
}
.hs-search-field__input {
	 box-sizing: border-box;
	 width: 100%;
}

.hs-search-field__bar button svg {
	 height: 10px;
}

.hs-search-field__suggestions {
	 margin: 0;
	 padding: 0;
	 list-style: none;
}

.hs-search-field--open .hs-search-field__suggestions {
	 border: 0.5px solid #000;
	 position: absolute;
	 width: 100%;
	 z-index: 5;
	 border-radius: 4px;
	 margin-top: 0px;
}

.hs-search-field__suggestions li {
	 display: block;
	 margin: 0;
	 padding: 0;
}
.hs-search-field__suggestions #results-for {
	 font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
	 display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
	 background-color: rgba(0, 0, 0, 0.1);
	 outline: none;
}


body .row-fluid .search-var form{
	 padding:0;
	 background:none;
}

body .row-fluid .search-var input.hs-search-field__input {
	 padding: 0px 65px 0px 20px;
	 border: 0.5px solid #4a3f4e26;
	 height: 44px;
	 margin-top:8px;
}

.search-var label {
	 font-size: 16px;
	 font-weight: bold;
	 line-height: 1.63;
	 color: #000;
}

body .row-fluid .search-var input.hs-search-field__input{
	 font-size:14px;
	 color:#424242;
}

.search-var  .hs-search-field__bar button {
	 position: absolute;
	 right: 0;
	 height: 44px;
	 padding: 0;
	 width: 44px;
	 top: 35px;
	 border-top-right-radius: 4px !important;
	 border-bottom-right-radius: 4px !important;
}

.search-var input.hs-search-field__input::placeholder {
	 font-size: 14px !important;
	 font-weight: normal;
	 font-stretch: normal;
	 font-style: normal;
	 line-height: 1.86;
	 letter-spacing: normal;
	 text-align: left;
	 color: #424242;
}

body .row-fluid .search-var .hs-search-field__bar button svg {
	 height: 0px;
	 width: 0px;
}


@media(min-width:768px) and (max-width:1024px){
	 .search-var input.hs-search-field__input::placeholder {
			font-size: 10px !important;
			padding-right:45px;
	 }
	 
	 body .row-fluid .search-var input.hs-search-field__input {
			padding: 0px 47px 0px 15px !important;
	 }
}


@media(max-width:767px){
	 body .row-fluid .search-var form{
	 max-width:100%;
}
}


.search-var button:before {
background: url(https://20824215.fs1.hubspotusercontent-na1.net/hubfs/20824215/Search%20Bar%20Icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    background-size: contain;
    height: 22.7px;
    left: 9px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 9px;
    width: 22.7px;
    z-index: 1;
}
}
