@media only screen and (max-width: 1600px) { /* ------------------------ */
/* start */



/* end 1600 */ }

@media only screen and (max-width: 1400px) { /* ------------------------ */
/* start */



/* end 1400 */ }

@media only screen and (max-width: 1360px) { /* ------------------------ */
/* start */

.car-listing .car-listing-detail span {
    font-size: 11px;
}

/* end 1360 */ }

@media only screen and (max-width: 1200px) { /* xl --------------------- */
/* start */

.select-lang nav ul li a {
    font-size: 18px;
}

.banner-content .container .inner div {
    max-width: 560px;
}

.banner-content .container .inner h1 {
    font-size: 28px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

.btn {
    padding: 10px 23px;
}

.redirect-content .col {
    flex: 1 0 25%;
}

/* end 1200 */ }

@media only screen and (max-width: 1100px) { /* ------------------------ */
/* start */


/* end 1100 */ }

@media only screen and (max-width: 1024px) { /* ------------------------ */
/* start */

body {
    font-size: 15px;
}

.redirect-content .col {
    flex: 1 0 50%;
}

/* end 1024 */ }

@media only screen and (max-width: 992px) { /* lg ---------------------- */
/* start */

.heading-content,
.banner-content {
    height: 100vh;
}

.teaser-content {
    margin-top: 0 !important;
}

.car-listing .car-listing-detail span {
    font-size: 12px;
}

/* end 992 */ }

@media only screen and (max-width: 991px) { /* ------------------------- */
/* start */

.video-content video {
    display: none;
}

.video-content {
    background: url(img/banner-mobile.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

/* end 991 */ }

@media only screen and (max-width: 767px) { /* md ---------------------- */
/* start */

.about-img-content {
    max-height: 420px;
}

.redirect-content .container {
    flex-direction: column;
}

.redirect-content .col {
    flex: none;
}

.redirect-content .redirect {
    height: 45vh;
}

/* end 767 */ }

@media only screen and (max-width: 680px) { /* ------------------------- */
/* start */



/* end 680 */ }

@media only screen and (max-width: 576px) { /* sm ---------------------- */
/* start */

.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

header.sticky a.logo-content {
    max-width: 150px;
}

.sticky .select-lang {
    margin-left: 0;
}

.banner-content .container .inner h1 {
    margin-top: -25px;
    font-size: 24px;
}

h2 {
    font-size: 24px;
    margin-bottom: 25px;
}

h3 {
    font-size: 22px;
}

h5 {
    font-size: 16px;
}

body {
    font-size: 15px;
}

.teaser-content .col {
    width: 100% !important;
    flex: none !important;
}

.teaser {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.teaser-content .teaser .icon {
    margin: inherit;
    margin-bottom: inherit;
    margin-right: 15px;
}

.teaser-content .teaser .txt {
    text-align: left;
}

.teaser-content .teaser h4 {
    margin-top: 0;
}

header .inner {
    padding: 0 10px;
}

header.sticky .inner {
    padding: 0;
}

header .logo-content {
    width: 130px;
    margin-left: 0;
}


/* end 576 */ }

@media only screen and (max-width: 480px) { /* ------------------------- */
/* start */



/* end 480 */ }

@media only screen and (max-width: 320px) { /* ------------------------- */
/* start */



/* end 320 */ }