 @media screen and (max-width: 991px) {
    .about .left {
    padding-right: 20px;
}
.about .right h2 { 
    font-size: 22px; 
}
.about .right h3 { 
    font-size: 20px; 
}
.products-head h2 {
    font-weight: 700;
    color: #000;
    font-size: 25px;
}
.products-grid { 
    grid-template-columns: 1fr 1fr;  
}
.choose-block-head h2 {
    font-size: 70px;
    font-weight: 700;
}
.choose-block-head h3 {
    font-size: 25px;
    font-weight: 700;
}
.choose-block-center h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.quick .left {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}
}

@media screen and (max-width: 767px) {
     .about .left {
        padding-right: 20px;
        max-width: 350px;
        margin: auto;
        margin-bottom: 35px;
    }
    .products-wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.footer-left, .footer-center, .footer-right {
    padding-left: 20px;
    margin-bottom: 50px;
}
.quick {
    padding: 45px 0;
}
.about{
    padding-top: 45px;
}
.products{
    padding-bottom: 45px;
}
    .products-grid {
        grid-template-columns: 1fr;
    }
.quick-grid { 
    padding-right: 0;
}
.class1 {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 21px;
    text-align: center;
}
.class1 img{
	max-width: 180px;
}
.about02 {
    padding: 45px 0;
}
.mission-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: space-around;
    align-items: center;
}
.mission { 
    padding:45px 0;
}
.mission-block h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 8px;
}
.dealer-form input, .dealer-form textarea, .dealer-form select {
    width: 100%;
    padding: 5px;
    border-radius: 0;
    border: 1px solid #b5b5b5;
    margin-bottom: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    text-transform: uppercase;
}
.class51 h2{
    font-size: 25px;
}
.class52 h2, .class53 h2, .class54 h2 {
    color: #232222;
    font-weight: 600;
    font-size: 18px;
}
.class52, .class53 {
    margin-bottom: 35px;
    max-width: 400px;
}
}
@media screen and (max-width: 479px) {
    .choose-block-image {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-top: 15px;
        justify-content: center;
        max-width: 250px;
        margin: auto;
        padding-top: 25px;
    }
.products {
    padding: 0 0px; 
            padding-bottom: 45px;
}
.class3 p,.class2 p a { 
    font-size: 14px;
}
.products-block-content{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
    .choose-block-head h2 {
        font-size: 45px;
        font-weight: 700;
    }
        .choose-block-head h3 {
        font-size: 16px;
        font-weight: 700;
    }
    .choose-block-head {
    display: flex;
    align-items: center;
    color: #fff;
    flex-wrap: wrap;
}
    .choose-block-center h2 {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
    }
    .quick-block-text {
    background-color: #fff;
    font-size: 18px;
    color: #000;
    padding: 20px 20px;
    width: 100%;
}
.quick-block-number {
    width: 125px;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}
footer h4 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 25px;
    position: relative;
}
footer table tr td {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    padding-bottom: 15px;
}
footer .fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 16px;
}
    .footer-left, .footer-center, .footer-right {
        margin-bottom: 34px;
    }
    .quick-form { 
    padding: 30px 15px;
}
.inner-hero-wrapper h1 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.inner-hero {
    padding: 80px 25px; 
}
.pro-bottom-title h2,.pro-top h2{
    font-size: 22px;
}
.pro-image { 
    max-width: 300px;
    width: 90%;
}
.pro-bottom table {
    background-color: #fff;
    font-size: 12px;
}
.pro-bottom,.pro-top {
    padding-top: 45px;
    padding-bottom: 45px; 
}
.pro-image { 
    margin-bottom: 45px;
}
.dropdown-menu li a {
    text-transform: uppercase;
    word-break: break-all;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
    max-width: 100%;
    display: inline-block;
}
nav ul > li > a { 
    font-size: 14px;
}
.about02-head h2 {
    font-size: 22px;
    color: #000;
}
}