.bg {
    height: 40vw !important;
    background-image: url(../../images/car-model/palisade/palisade-lx2-pe-highlights-kv-pc.jpg);
    width: 100%;
    text-align: center;
    transition: transform 0.5s ease;
    height: auto;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}

.cover {
    width: 100%;
    height: auto;
}

.title h1 {
    /* padding-top: 20px; */
    position: relative;
    font-size: 6.5rem;
    color: #fff;
    left: -20%;
    top: 30px;
}

@media (max-width: 998px) {
    .title h1 {
        font-size: 4.5rem;
    }
}

@media (max-width: 400px) {
    .title h1 {
        font-size: 2.5rem !important;
    }
}

@media (max-width: 768px) {
    .bg {
        height: 50vw !important;
    }
    /* .bg img {
        margin-top: 6rem;
        margin-top: 1rem;
    } */
    .title h1 {
        font-size: 3.9rem;
        left: -15%;
        top: 1px;
        /* top: 27%;
        transform: translate(-50%, -50%); */
    }
}

/*-------------------- Cover About Us End-------------------- */

/* --------------------button up css start -------------------- */

#myBtnup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(0, 170, 210, 1);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtnup:hover {
    color: rgba(0, 170, 210, 1);
    background-color: rgba(255, 255, 255, 0.1);
}

/* --------------------button up css end -------------------- */

/* /////////////////////////////Tab sticky css////////////////////// */

.dl-brochure-tab img {
    width: 15px;
    margin-left: 5px;
}

.active-highlight {
    color: #002c5f;
}

/* 
.dl-brochure-tab {
    display: contents;
} */

.pad-20 {
    padding: 10px;
}

.icon-img {
    margin-right: 20px;
}

.navbar {
    padding-top: 0 !important;
}

.bg-color {
    background-color: #002c5fff;
}

.pad-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.no-margin {
    margin: 0 !important;
}

.req-inq,
.deatails-tab {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    margin-bottom: 0px !important;
}

.req,
.inq {
    height: 70px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.sticky-nav-one {
    position: sticky !important;
    top: 0;
    z-index: 1100;
    display: list-item !important;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center !important;
}

.testDrive,
.inquiry {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.details-tab {
    gap: 22px !important;
}

.justify-content-space-around {
    justify-content: space-around !important;
}

@media (max-width: 995px) {
    .details-tab {
        gap: 10px !important;
        display: contents !important;
    }
    .request-hide {
        display: none;
    }
    .nav-item .nav-link {
        flex-direction: column;
        max-height: 55px;
    }
    .icon-img {
        margin-right: 0px;
    }
    .display-none {
        display: none !important;
    }
    .testDrive,
    .inquiry {
        font-size: 16px;
    }
    .no-margin {
        padding: 10px 0;
    }
    .pad-70 {
        padding: 10px 15px;
    }
}

@media (max-width: 768px) {
    .pad-20 {
        padding: 5px;
    }
    .justify-content-space-around {
        gap: 3px !important;
        /* display: contents !important; */
    }
    .req-inq,
    .details-tab {
        /* flex-direction: column; */
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        padding: 0px !important;
    }
    .request-hide {
        display: none;
    }
    .nav-item .nav-link {
        flex-direction: column;
        max-height: 55px;
    }
    .icon-img {
        margin-right: 0px;
        width: 25px;
    }
    .display-none {
        display: none !important;
    }
    .testDrive,
    .inquiry {
        font-size: 12px;
    }
    .no-margin {
        padding: 10px 0;
    }
    .pad-70 {
        padding: 5px 15px;
    }
    .text-tab a {
        font-size: 14px !important;
    }
}

/* ///////////////////////////Tab sticky css end////////////////////// */

/* --------------------------start container css --------------------- */

.pad-10 {
    padding-top: 100px !important;
}

@media (max-width: 768px) {
    .pad-10 {
        padding-top: 50px !important;
    }
}

/* --------------------------end container css --------------------- */

/* ---------------------start section css --------------------- */

section {
    display: grid;
    margin-top: 100px;
}

.row-details {
    margin-top: 50px;
    align-items: center;
}

.row-details p {
    margin-top: 1rem;
    font-size: 16px;
    color: #000;
}

.grd-5y {
    display: grid;
    place-items: center;
    gap: 15px;
}

.title-desc {
    font-size: 30px;
    color: #4d4d4d;
    /* font-weight: bold; */
}

.f-16 {
    font-size: 16px !important;
    width: 85%;
}

/* @media (max-width: 700px) {
    .f-16 {
        font-size: 0.7rem !important;
    }
} */

.title-desc-interior {
    font-family: HyundaiSansHeadOfficeMedium !important;
    font-size: 15px;
    color: #4d4d4d;
}

.text-align-left {
    text-align: left !important;
}

.img-car-model {
    width: 100%;
    margin-top: 20px;
}

.grid-row {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .grid-row-img,
    .grid-row {
        display: grid !important;
        gap: 20px;
    }
}

/* -------------------------start safety css---------------- */

.cw-70 {
    width: 70% !important;
    margin: auto;
}

@media (max-width: 768px) {
    .cw-70 {
        width: 90% !important;
        margin: auto;
    }
}

/* ---------------------end section css --------------------- */

/* ///////////////////////////////////////////specification table css//////////////////////////////// */

.thead-color {
    background-color: #002c5fff;
    color: #fff;
}

@media (max-width: 998px) {
    .scroll-table {
        overflow-x: auto;
        max-width: 100%;
    }
    #tablepress-30 {
        width: 100%;
        min-width: 800px;
    }
}

@media (max-width: 768px) {
    .scroll-table {
        overflow-x: auto;
        max-width: 100%;
    }
    #tablepress-30 {
        width: 100%;
        min-width: 600px;
    }
}

/* ///////////////////////////////////end specification css/////////////// */

/* -----------------------------------start price css------------------ */

.price-list-section span {
    font-style: italic;
    color: #ff0000;
}

/* ----------------------------------end price css------------------ */

/* ---------------------end section css --------------------- */
