.navbar .search {
    width: 50%;
}

.navbar .search input {
    width: 100%;
    height: 25px;
    border: none;
    border-radius: 10px;
    padding: 5px;
    background-color: #f2f0f0;
    text-align: center;
}

.navbar .search input:focus {
    outline: none;
    border: none;
}



/*Card CSS Starts*/

.search-results {
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.card-icon {
    margin-left: 20px;
    text-align: justify;
    font-style: normal;
    font-size: 15px;
    line-height: 12px;
    text-align: center;
    color: #000000;
}

.card-text {
    text-align: justify;
    font-style: normal;
    font-size: 15px;
    line-height: 12px;
    text-align: center;
    color: #000000;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #4cae4c;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 10;
}

.my-float {
    margin-top: 15px;
}