
@media screen and (max-width: 1500px) {
#hidden-element a {
font-size: 15px;
}
}


@media screen and (max-width: 1100px) {
.menu-window {
width: 100%;
}
.links-list ul:nth-of-type(5) {
    flex: 2.6;
}


header {
/* position: fixed; */
justify-content: center;
padding: 0px;
width: 100%;

}
header .register-box {
display: none;
}
.links-list {
padding: 10px;
gap: 50px;

}
.links-list ul  {
padding: 0px;
flex: 1;
}
.links-list ul:nth-of-type(5) {
flex: 2.6;

}

.links-list li {
line-height: 15px;
}

.tdf-2023 {

text-align: center;

}
.logo-box-holder {
display: flex;
justify-content: center;


}
.logos-footer {
justify-content: center;

}
}



@media screen and (max-width: 800px) {
#main-header {
position: fixed ;

}
.midle-title {
font-size: 18px;
width: 400px;
}


.buyers-question-box {
font-size: 12px;

}
.response-elm {
font-size: 12px;;
line-height: 15px;
}

.question-6-r  .response-elm{
font-size: 4px;

}
.ask-3 {
line-height: 12px;

}


.ask-7 {
line-height: 12px;
font-size: 12px;

}
.q-6 {
font-size: 11px;
}
.q-6 .response-elm {
font-size: 10px;
line-height: 12px;
}

#menu-window {
margin-top: 55px;
opacity: 1;
}
.main-footer-container {
    padding: 20px;
    column-gap: 15px;
}
.site-banner h1 {

font-size: 30px;
line-height: 30px;
text-align: center;
}
.site-banner {

padding-top: 90px;

}
.buyers-section-container {

margin-bottom: 90px;
}
.vendors-section-container {
margin-top: -100px;
margin-bottom: 90px;
}


.menu-window {
width: 100%;
/* margin-top: 50px; */

}
.menu-list-login-reg {
height: 170px;

}
#menu-tab {
margin-right: auto;
margin-top: 14px;
}
.logo-box {
margin-right: auto;
padding-top: 8px;

}
header {
width: 100%;

}

header .register-box {
display: none;
}



}







