/* scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 6px;
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #61a1c9;
}

.title{
    color: #464c55;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    opacity: 1 !important;
    display: inline-block;
}  
.box-text{
    margin:10px 10vw;
}
.navbar{
    margin: 0;
}


.search-form{ 
    width: 60%;
    margin: 5px auto;
    text-align: center;
    color: #fff;
}
.search-form p{
    width: 80%;
    margin: 20px auto;
}
.search-form form{
    width: 100%;
} 
.search-form form button{
    position: absolute;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    padding: 10px;
}
.search-form form button img{
    width: 15px;
}
.search-form form input{
    width: 100%;
    padding:10px 10px 10px 50px;
    border-radius: 5px;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}
@media only screen and (max-width: 767px){
.search-form{ 
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.search-form form button{
    padding: 10px 5px;
}
.search-form form input{
    padding-left: 30px;
}
}

.modal-open .select2-container {
    z-index: 10000;
}