@media only screen and (max-width: 600px) {
    .br-mb-show {
        display: block;
    }
    h2 {
        font-size: 21px;
        font-family: "Myriad-text";
        line-height: 1.35;
    }
    
    h3 {
        font-size: 16px;
        font-family: "Myriad-text";
        line-height: 1.35;
    }
    
    h4 {
        font-size: 13px;
        font-family: "Myriad-text";
        line-height: 1.35;
    }
    
    h6 {
        font-size: 18px;
        font-family: "Myriad-text";
        line-height: 1.35;
        font-weight: bold;
    }

    .header  {
        top: 40px;
    }
    header {
        top: 10px;
    }
    .header-logo-link img {
        max-width: 237px;
    }

    .header-menu-links ul li a {
        font-weight: 600;
        color: #FFF;
        margin-bottom: 20px;
        display: inline-block;
        display: none;
    }

    .header-menu-links {
        justify-content: center;
    }

    /* .header-menu-links ul li:nth-child(n+3) {
        display: none;
    } */

    .up-fitters-container>.row {
        margin-left: 27px;
        padding-top: 50px;
        padding-bottom: 72px;
    }

    .up-fitters .row {
        margin: 0;
    }

    .upfitter-txt-div {
        margin-top: 0px;
        margin-left: 0px;
    }

    .image_bottom-right__content-mm {
        left: 0;
        bottom: 60px;
        right: 0;
    }

    .image_bottom-right__content-mm h2 {
        font-size: 14px;
        color: #FFF;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }
    .upfitter-txt-div h2 {
        color: #494949;
    }

    .fleet-heading {
        margin-top: 87px;
        margin-bottom: 40px;
    }

    .support  {
        display: none;
    }
    .potentials {
        margin-bottom: 59px;
        margin-top: 85px;
    }

    .potentials-heading {
        margin-bottom: 30px;
    }

    .electric-time .image-middle-left__content {
        left: 40px;
        top: 0;
    }

    .electric-time h1 {
        width: auto;
        height: auto;
    }
    .electric-time p {
        width: auto;
        height: auto;
        margin-top: 0;
    }

    .electric-time .image-middle-left__content h1 {
        font-size: 60px;
        margin-bottom: 0;
    }

    .electric-time .image-middle-left__content p {
        font-size: 9px;
    }


    .go-electric {
        padding: 0;
    }
    .go-electric .image-middle-left__content {
        padding: 40px 40px 25px;
        top: 0;
        left: 0;
    }
    .go-electric .image-bottom-left__content {
        font-size: 8px;
        bottom: 25px;
    }
    .looking-for-a-specific {
        padding: 17px 40px 42px;
     }

     .form-wrapper {
         margin-top: 22px;
     }

    .input-field { 
        width: 195px;
        height: 30px;
        border-radius: 5px;
        font-size: 16px;
    }
    .input-field::placeholder {
        font-size: 11px;
    }
    .form-submit-button { 
        margin-top: 17px;
        font-size: 11px;
        height: 30px;
    }
    .vehicle-type-image-wrap {
        justify-content: center;
        padding-top: 43px;
    }
    .vehicle-type-image-wrap img {
        width: 288px;
    }

    .footer {
        padding-top: 45px;
    }

    .footer-logo-desccription {
        display: none;
    }

    .second-nav-list {
        display: none;
    }

    .footer .container {
        padding-left: 40px;
    }

    .footer-navigation-links {
        margin-top: 30px;
    }
    /*founder responsive*/
    .about-founder {
        position: unset;
    }
    .companies-found-by {
        line-height: 1.4;
    }
  }

