.bs-searchbox .form-control{
    /* display: block; */
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #000 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.dropdown-menu{
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    z-index: 2!important;
}
.bootstrap-select .dropdown-menu.inner{
    height: auto !important;
    max-height:300px !important;
}
.inner_page_breadcrumb .container{
    margin-top: 100px;
}
.inner_page_breadcrumb .container .register-form{
    background-color: rgba(0,0,0,.8);
    padding: 20px;
    border-radius: 3px;
}
.search{
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}
.search form{
    width: 100%;
}
.search input{
    background-color: transparent;
    line-height: 15px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px 0 0 3px;
    color: #fff;
    font-size: 14px;
    font-family: 'Cairo', sans-serif;
    height: 52px;
    line-height: 18px;
    padding-left: 10px;
    width: calc(100% - 51px);
}
.search button{
    background: #fff;
    height: 52px;
    margin-left: -4px;
    width: 50px;
    border-radius: 0 3px 3px 0;
}
.search input::placeholder{
    color: #fff !important;
}
.search input:focus{
    outline: none;
}
.search-results{
    padding: 50px 0;
}
.search-results h3,
.search-results h5,
.search-results a{
    color: #fff;
}
