header{
    border-bottom: 2px solid #cecece;
}

.headf{
    /* padding: 10px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #191919;
    color: #fff;
    font-weight: 600;
}

.headf .hfserc{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

.headf .hfserc2{
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.headf .serc{
    display: flex;
    align-items: center;
    height: fit-content;
    border: 1px solid #e6e6e6;
}

.headf input{
    border: 0px;
    outline: none;
    width: 100px;
}
.headf input:focus{
    border: 0px;
    outline: none;
}

.headf .serc img{
    width: 25px;
    height: auto;
}

.headf .logo{
    width: 200px;
}

.headf button{
    border: 0px;
    background-color: #24222300;
    color: #8f8f8f;
}

.headf .hficon{
    width: 25px;
}

.headf p{
    margin: 0px;
    display: flex;
    align-items: center;
}

.heads{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
}

.heads button{
    border: 0px;
    background: none;
    font-size: 13px;
    color: #686868;
}

.heads img:first-of-type{
    width: 120px;
}

.heads img:last-of-type{
    width: 150px;
    height: auto !important;
}

.hfitxt{
    padding: 10px;
    font-family: 'Times New Roman', Times, serif;
}

@media (max-width:600px) {
    .hfitxt{
        display: none;
    }
    .headf .serc{
        display: none;
    }
}

@media (max-width:969px) {
    .hfserc button:nth-of-type(8){
        display: none;
    }
}

@media (max-width:883px) {
    .hfserc button:nth-of-type(7){
        display: none;
    }
    .hfserc button:nth-of-type(6){
        display: none;
    }
}

@media (max-width:735px) {
    .hfserc button:nth-of-type(5){
        display: none;
    }
    .hfserc button:nth-of-type(4){
        display: none;
    }
}

@media (max-width:640px) {
    .hfserc button:nth-of-type(3){
        display: none;
    }
    .hfserc button:nth-of-type(2){
        display: none;
    }
    .hfserc button:nth-of-type(1){
        display: none;
    }
}

@media (max-width:535px) {
    .hfserc2{
        display: none !important;
    }
}