@media (max-width: 767px) {
    body {
        font-size: 18px;
        padding-bottom: 50px;
    }

    body>div.container {
        box-shadow: 0 0 10px 1px black;
        padding-top: 250px;
    }

    #navbar {
        border: none;
        padding-top: 65px;
    }

    .navbar-brand {
        float: none;
        padding: 0;
        line-height: 0;
        font-size: 0;
    }

    .navbar-toggle {
        float: left;
        margin-right: 0;
        margin-left: 15px;
    }

    #nav-links {
        display: grid;
        margin: 0;
        grid-template-columns: repeat(auto-fit, minmax(33.33%, 1fr));
        /* background-color: #286090; */
        background-color: transparent;
    }

    .social-media-links-mobile {
        display: grid !important;
    }

    #desktop-menu .nav>li>a.social-icons {
        font-size: 24px;
    }

    #desktop-menu {
        position: fixed;
        left: 15px;
        right: 15px;
        top: 0;
        z-index: 110;
        box-shadow: 0 0 10px 1px black;
        /* background-color: #286090; */
        background-color: transparent;
        border-bottom: none;
    }

    .desktop-only {
        display: none !important;
    }

    #desktop-menu .trustpilot-widget {
        margin-bottom: 0;
		font-size: 18px;
    }

    #social-media-desktop-sidebar {
        display: none;
    }

    #bs-example-navbar-collapse-1 {
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0;
        background-color: #3c3c3c;
        z-index: 110;
        padding-top: 50px;
        box-shadow: black 0px 0px 100px 1px;
    }

    .navbar-right {
        text-align: left;
        margin-left: 0;
    }

    .navbar-header {
        text-align: center;
		background-color: #286090;
    }

    .navbar-nav>li {
        text-align: center;
    }

    .navbar-nav>li>a {
        font-size: 16px;
    }

    #nav-links>li>a {
        color: #fff;
        padding: 10px 0;
    }

    #desktop-menu>.navbar-header {
        display: block;
        padding: 15px;
    }

    #desktop-menu>.navbar-header.mobile-display-none {
        display: none;
    }

    .navbar-brand>img {
        width: 50%;
        margin: 0 auto;
    }

    #banner-nav {
        display: none;
    }

    #banner {
        height: auto;
    }

    #banner img {
        height: 350px;
        margin: 0 auto;
    }

    .slick-dots {
        bottom: -60px;
    }

    #banner-section {
        padding-bottom: 50px;
    }

    #banner .slick-prev {
        left: 10px;
    }

    #banner .slick-next {
        right: 10px;
    }

    #features-section {
        text-align: center;
    }

    #features-section h1 {
        margin-bottom: 0;
    }

    #custom-appearance {
        margin-left: 25px;
    }

    #services>div>div {
        border-left: none;
        border-right: none;
    }

    #estimate-section .submit-btn-row button {
        width: 100%;
    }

    #testimonials-section {
        margin: 0;
    }

    #contact-section .extra-spacing {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    #mobile-icons {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 110;
		background: #FD8B00;
		background-image: linear-gradient(#f98c05, #fd5509);
    }

    #mobile-icons a {
        display: block;
        text-align: center;
        height: 52px;
        line-height: 20px;
        border-right: solid 2px #fff;
        font-size: 12px;
        padding-top: 4px;
		text-decoration: none !important;
    }

    #mobile-icons a i {
        font-size: 26px;
    }

    #mobile-icons .col-xs-3 {
        padding: 0;
    }

    #mobile-icons .col-xs-3:last-child a {
        border-right: none;
    }

    .features-row {
        padding: 0;
    }

    .features-row h2 {
        margin-top: 30px;
    }

    .xs-text-center {
        text-align: center;
    }

    #visit-showroom-text {
        top: 0;
    }

	#state {
		font-size: 16px;
	}

	.not-in-new-jersey a {
		margin-top: 20px;
	}

	.mobile-none {
		display: none;
	}
}
