.search-form {
    /*position: absolute;*/
    /*background: #14274E;*/
    width: 100%;
    border-radius: 1%;
    padding: 23px 0 21px;
    /*margin-top: 220px;*/
}

.search-form select, .search-form input {
    background-color: #f7f7f7;
    color: black;
    border: 4px solid #14274E;
    width: 100%;
    height: 46px;
    margin: 0;
    font: 10pt "Open Sans", sans-serif;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
}

label {
    display: block !important;
    font-size: 12px;
    font-weight: 600;
}

.search-form button {
    background: #f7f7f7;
    border: solid 1px rgba(0,0,0,0.3);
    border-radius: 3px;
    box-sizing: border-box;
    width: 50%;
    padding: 10px;
}

input:focus{
    outline: none;
}

/*suggestion box list css*/

.search-input .suggestion-box{
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  border: 1px solid #14274E;
}
.search-input.active .suggestion-box{
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}
.suggestion-box button{
  list-style: none;
  padding: 8px 12px;
  /*display: none;*/
  width: 50%;
  cursor: pointer;
  border-radius: 3px;
}
.search-input.active .suggestion-box li{
  display: block;
}
.sugg-row:hover{
  background: #efefef;
}

.search-input .icon{
    position: absolute;
    right: 15px;
    top: 20px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #14274E;
    cursor: pointer;
}

.occup_img {
    width: 60px;
    height: 50px;
}

.sugg-row {
    cursor: pointer;
    padding: 5px;
}


/*home_2 css*/

.select-type-results {
    width: auto;
    height: auto;
    border: 1px solid grey;
    border-radius: 5px;
}


/*category suggestion list css*/

.card {
    /*border: none;*/
    border-radius: 10px;
    cursor: pointer;
}

.c-details span {
    font-weight: 300;
    font-size: 13px
}

.cat-img {
    width: 50px;
    height: 50px;
    background-color: #eee;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 39px
}

.badge span {
    background-color: #fffbec;
    width: 60px;
    height: 25px;
    padding-bottom: 3px;
    border-radius: 5px;
    display: flex;
    color: #fed85d;
    justify-content: center;
    align-items: center
}

.progress {
    height: 10px;
    border-radius: 10px
}

.progress div {
    background-color: red
}

.text1 {
    font-size: 14px;
    font-weight: 600
}

.text2 {
    color: #a5aec0
}

@media screen and (min-device-width: 320px) and (max-device-width: 455px) {

    .occup_img {
		width: 12vw !important;
        height: 12vw !important;
	}
    option{
        font-size: 4vw;
    }

}

.container row{
    height: 71vh;
    /* padding-top: 15rem; */
    display: flex;
    align-items: center;
    justify-content: center;
}

