@media (max-width: 1800px) {
    .quote_form_wrapper {
        width: 80%;
    }
}
@media (max-width: 1650px) {
    .quote_form_wrapper {
        width: 90%;
    }
    .column {
        width: 300px;
        font-size: 18px;
    }
}
@media (max-width: 1500px){
    .quote_form_right {
        width: 400px;
    }
    .home_sec2 {
        width: 100%;
    }
    .container {
        width: 75%;
        height: max-content;
        margin: 0 auto;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .column {
        width: 275px;
        font-size: 18px;
    }
}
@media (max-width: 1350px){
    .qfl_heading {
        font-size: 26px;
    }
    .qfl_main {
        font-size: 22px;
    }
    .qfl_schedule {
        font-size: 22px;
    }
    .container {
        width: 90%;
    }
    .column {
        font-size: 17px;
    }
}
@media screen and (max-width: 1300px) {
    .navigation {
        width: 60%;
        font-size: 16px;
    }  
    .nav {
        margin-right: 20px;
    }
    .quote_form_wrapper {
        width: 100%;
    } 
    .qfl_heading {
        font-size: 24px;
    }
    .qfl_main {
        font-size: 20px;
    }
    .qfl_schedule {
        font-size: 20px;
    }
}
@media screen and (max-width: 1100px) {
    .header_container {
        display: none;
    }
    .mobile_container {
        display: block;
        height: auto;
        text-align: center;
    }
    .logo {
        width: 100%;
        height: auto;
    }
    .navigation {
        display: none;
    }
    .navigation_mobile {
        display: block;
        margin-bottom: 10px;
    }
    .header_wrapper {
        background-color: var(--bgmain);
    }
    .nav {
        display: block;
        width: max-content;
        margin: 0 auto;
        font-size: 16px;
    }
    .nav_drop_wrapper {
        width: 110px;
        height: 110px;
    }
    .nav_drop_link {
        margin: 0 auto;
    }
    .active {
        font-size: 1.3em;
        margin-right: 0px;
    }
    #login_mobile {
        margin-bottom: 7px;
    }
    .main {
        margin-top: 73px;
    }
    .quote_form_wrapper {
        flex-direction: column;
        width: 95%;
        min-height: max-content;
        padding-bottom: 25px;
    } 
    #site_type_wrapper {
        display: none;
    }
    #site_type_wrapper_mobile {
        display: flex;
    }
    .qfl_main {
        font-size: 20px;
    }    
    .container {
        width: 95%;
    }
    .column {
        font-size: 17px;
    }
}
@media screen and (max-width: 1025px) {
    /*
    #main_large {
        display: none;
    }
    #main_responsive {
        display: block;
    }
        */
    .home_sec2_wrapper {
        margin-top: 5px;
        margin-bottom: 5px;       
    }   
    .txt_shadow {
        font-size: 24px;
    }    
    .container {
        width: 85%;
    }
    .column {
        width: 325px;
        height: 250px;
    }
    .home_img {
        width: 75%;
        height: auto;
    }
}
@media screen and (max-width: 930px) {
    .footer_wrapper {
        font-size: .8em;
    }
    .footer_left {
        width: 40%;
    }
    .footer_right {
        width: 60%;
    }
}
