.location-keyword {
    background: #01121C;
    padding: 35px 0px;
    border: 1px solid rgba(252, 253, 253, 0.2);
    border-left: none;
    border-right: none;
    border-top: none;
}
span.location-flot-left {
    float: left;
    width: 95%;
}

.location-keyword h3 {
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    padding: 0;
    margin-right: 40px;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(252, 253, 253, 0.2) !important;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

span.location-flot-right {
    /*float: left;*/
    width: 5%;
}

input#btnPassport1 {
    background: linear-gradient(90deg, #3DC4DE -0.03%, #314CA0 99%);    
    color: #fff;
    padding: 7px 21px;
    border-radius: 5px;    
    border: none;
}

ul.location-keyword-list {
    list-style: disc;
    margin: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(auto-fit, minmax(216px, 1fr));
    width: 100%;
}

ul.location-keyword-list a {
    font-size: 12px;
    color: #fff;
    line-height: 4px;
    text-transform: capitalize;
}

ul.location-keyword-list li::marker {
    color: #fff;
}

@media only screen and (max-width: 991px) {
span.location-flot-left {
    width: 90%;
}
    
}


@media only screen and (max-width: 480px) {
span.location-flot-left {
    width: 80%;
}
    
}