.lang-select{
    border: 1px solid #bcbcbc;
    width: 50px;
    padding: 5px 5px 5px 5px;
    color: #ffffff;
    border-radius: 3px;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/arrow_down.svg') 90% / 15px no-repeat;
}

.input-search{
    width:100%;
    height: 35px;
    background: url('../images/search.svg') 94% / 15px no-repeat white;
    padding-left:5px;

}

.select-search{
    margin: 0px;
    width: 100%;
    padding: 5px 5px 5px 10px;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/arrow_down.svg') 94% / 15px no-repeat #6f6f6f;
}

.select-type{
    margin: 0px;
    margin-top: 15px;
    width: 100%;
    padding: 5px 5px 5px 10px;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/arrow_down.svg') 94% / 15px no-repeat #6f6f6f;
}

.p1 {
    font-size: 15px;
}


.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 5px 4px !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

mark{
    background: orange;
    color: black;
}