.sk-psearch-form .sk-psearch-input[type="text"]:not(.elementor-field):not(.searchform-s){
    background-color: transparent;
    border: 0;
    font-family: Roboto;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
    color: black;
    width: 100%;
}
.sk-psearch-form .sk-psearch-input::placeholder{
    color:#969696;
}
.sk-psearch-form{
    padding: 0;
    border: 1px solid black;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sk-psearch-submit{
    font-family: Rajdhani;
    background-color: transparent;
    border: 0;
    color: black;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    transition: 0.3s ease;
}
.sk-psearch-submit:hover{
    background-color: black;
    color: #fd0;
}