@media (max-width:1400px){
    /* .social-contact .nav-btn{

           font-family: "sharp sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 20px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background-color: #e6830b;
    text-decoration: none;
    border: 2px solid #e6830b;
    }  */
}



@media (max-width:1200px){
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    font-size: 14px !important;
    color: #000000;
    white-space: nowrap;
    transition: 0.5s;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 8px;
    font-family: "sharp sans", serif;
}
}

@media (max-width:768px){
    .contact_field {
    padding: 10px;
}
.contact_info_sec {
    position: unset;
    margin-top: 20px;
    width: 100%;
    border-radius: 25px;
}
}

@media (max-width:425px){
.section-title {
    color: black;
    font-family: "sharp sans", sans-serif;
    font-size: 33px;
    font-weight: 600;
}

#topbar {
    display: none;
}

.social-contact .nav-btn {
    display: none;

}
.hero-content h2 {
    font-size: 46px;

}
.contact_field {
    padding: 10px;
}
.contact_info_sec {
    position: unset;
    margin-top: 20px;
    width: 100%;
    border-radius: 25px;
}

 #Enclosures {
  scroll-margin-top: 0px; 
}

#Patch, #Toughened, #Laminated, #DGU, #Bent, #Blocks, #Facades, #OTS, #Skylights{
  scroll-margin-top: 0px; 
}

.contact_us {
    padding: 40px 0px;
}
#logo{
    width: 50%;
}
#hero1{
    height: auto;
 
}

.hero-container {

    padding-top: 6rem;
}

.services .details {

    margin: 0px;

}


.contact_field {
margin: 15px 0;
}
.about-us{
    padding: 60px 0;
}
#header .social-contact{
    display: none;
}

#header .mobile-btn{
  display: block !important;
  
}

.logo img{
    height: 80px;
}

}

@media(max-width:375px){
    .navbar ul.active {
    display: block;
    background-color: white;
    top: 100%;
    position: absolute;
    transition: 0.5s;
    margin-left: -30px;
    width: 350px;
    right: 0;
    padding: 0 20px;
}
}