.header-1{
    display: flex;
    justify-content: space-between;
    padding: 0.5% 0%;
    margin: 0% !important;
    align-items: center;
}
.logo h4{
    text-align: center;
    color: #000365;
    font-size: 27px;
    font-weight: 900;
    margin-top: 0%  ;
    margin-left: 2%;
}
.header-1 img{
    width: 13rem;
}
.find {
    display: none;
    padding: 1rem;
    position: absolute;
    top: 60px;
    text-align: right;
    width: 100%;
    z-index: 1;
}

.find .search-field {
    border: 2px solid #119FFE;
    height: 42px;
    border-radius: 26px 0 0 26px;
    -webkit-appearance: none;
    padding: 0.6rem 2rem;
}

.search-submit {
    color: #ffff;
    height: 42.3px;
    padding: 0rem 0.5rem;
    border-radius: 0 26px 26px 0;
    border: 1px solid #119FFE;
    background: #119FFE;
    margin-left: -0.3%;
}

.find-btn {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: center;
    position: relative;
    background: none !important;
}

.find-btn.active+.find {
    display: block;
}
.search {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.searchTerm {
    width: 70%;
    border: 3px solid #119FFE;
    border-right: none;
    padding: 5px;
    height: 50px;
    border-radius: 26px 0px 0px 26px;
    outline: none;
    color: #9DBFAF;
}

.searchTerm:focus {
    color: #119FFE;
}

.searchButton {
    width: 40px;
    height: 50px;
    border: 1px solid #119FFE;
    background: #119FFE;
    text-align: center;
    color: #fff;
    border-radius: 0 26px 26px 0;
    cursor: pointer;
    font-size: 20px;
}
