html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}


/* NAVIGATION */

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}

.content {
    margin-top: 3rem;
    padding: 20px;
}

.navbar-nav .nav-item a {
    width: 10rem;
    padding: 10px;
}
.navbar-nav .mobnav-item a {
    width: 10rem;
    padding: 10px;
    color: black;
    text-decoration: none;
    font-size: 18px;
    margin-top: 2px;
    margin-left: 10px;
}

.content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-right: 2rem;
    margin-left: 1rem;
    margin-top: -1rem;
}

.cont2 {
    display: flex;
    margin-top: 5rem;
}


.content .dir-info {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-right: 2rem;
    margin-left: -8rem;
    margin-top: 0rem;
}

.leadership-heading {
    margin-top: 2rem;
    font-weight: 700;
}

nav {
    background-color: white;
    width: 100%;
    /* height: 5rem; */
}

.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-direction: row-reverse;
}

#navbarNav {
    margin-left: 20rem;
    /* width: 70%; */

}

.navbar-light .navbar-nav .nav-link {

    font-size: 15px;
    color: rgba(0, 0, 0, .5);
    margin-right: 1rem;
}

.navbar-light .navbar-nav .nav-link:hover {
    font-size: 16px;
    font-weight: 700;

}

/* testimonial section */
.swiper {
    width: 90%;
    height: 50%;
    margin-left: 5rem;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* HOME-PAGE */
.home1-image {
    width: 100%;
}

.icon-bar {
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    margin-top: 1rem;
    /* Optional: adjust if needed for initial positioning */
}

/* Style the icon bar links */


.custom-table th,
.custom-table td {
    text-align: center;
    font-size: 1.2rem;
    /* Larger font size */
    /* Padding bottom */
}

/* primary services */
.panel {
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.075);
    border-radius: 0;
    border: 0;
    margin-bottom: 24px;
    min-height: 7rem !important;
}

.panel:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16), 0 4px 10px rgba(0, 0, 0, 0.23);
}

.panel .panel-footer,
.panel>:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.panel-body {
    padding: 25px 30px;
    cursor: pointer;
}

.panel-body a {
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
}

.panel-body a:hover {
    color: black;
    text-decoration: none;

}

/* Explore KIA Car Range */

.kia-heading p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 4rem;
}

/* center image of home page */
.rectangle-box {
    width: 800px;
    height: 300px;
    border: 1px solid gray;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 22rem;
}

.rectangle-box img {
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
}

.discover-btn {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: grey;
    gap: 30px;

}

/* offer heading */
.offer-heading p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.home2-image {
    width: 100%;
    padding: 10px 10px 25px 10px;
    height: 23rem !important;
}

/* testimonails heading */
.testimonials-heading p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

/* testimonails part */
.testimonial-card .card-up {
    height: 120px;
    overflow: hidden;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.testimonial-card .avatar {
    width: 110px;
    margin-top: -60px;
    overflow: hidden;
    border: 3px solid #ffffff;
    border-radius: 50%;
}

.card-deck {
    margin-top: 5rem;
    height: 10rem;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgb(246, 246, 255);
    padding-left: 10px;

}

.card-loc {
    display: flex;
    height: 15rem;
    margin-top: 8rem;
    width: 100rem !important;
    background-color: white;
    /* gap: 3rem; */
    padding-left: 1rem;
    padding-right: 30rem;
}

.card-body-loc {
    background-color: rgb(236, 213, 213);
    margin-bottom: 3rem;
    margin-top: 2rem;
    font-size: 1rem;
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
    height: 12rem;
    max-width: 100% !important;
    margin-left: 5rem;
}

.carousel-item {
    height: 300px;
    background-size: cover;
    background-position: center;
}

.carousel-item img {
    opacity: 0.7;
    /* Semi-transparent overlay */
}

.carousel-caption h5 {
    position: absolute;
    bottom: 0;
    left: 1px;
    /* Adjust as needed */
    font-weight: 700;
    color: black;
}


.content {
    margin-top: 3rem;
    padding: 20px;
}


.content p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-right: 3rem;
    margin-left: -5rem;
    margin-top: -1rem;
}

.cont2 {
    margin-top: 5rem;
}


.content .dir-info {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-right: 2rem;
    margin-left: -8rem;
    margin-top: 0rem;
}

.leadership-heading {
    margin-top: 2rem;
    font-weight: 700;
}

.team-member {
    text-align: center;
    padding: 20px;
}

.team-member img {
    max-width: 100%;
    border-radius: 50%;
    /* Rounded image */
}

.team-member h3 {
    margin-top: 10px;
    font-size: 1.5rem;
}

.team-member p {
    font-size: 1.2rem;
}

.footer-top {
    background-color: white;
    color: black;
    padding: 8px 13px;
    margin-left: 1rem;
}

.footer-top a {
    color: black;
    text-decoration: none;
}

.footer-top a:hover {
    color: black;
}

.footer-top h5 {
    color: black;
    margin-bottom: 20px;
}

.footer-top .social-icons a {
    margin-right: 15px;
    font-size: 24px;
    color: #ddd;
}

.footer-top .social-icons a:hover {
    color: black;
}

.footer-bottom {
    background-color: white;


}

.footer-bottom p {
    margin-top: -1rem;
}

.horizontal-line {
    border: 0;
    height: 1px;
    background: grey;
    margin: 20px;
}

.booking-line {
    border: 0;
    height: 1px;
    background: grey;
    margin: 1rem;
}

.footer-top .whatsapp-img {
    width: 3rem;
}

.footer-bottom .terms-condition {
    display: flex;
    list-style-type: none;
    gap: 10px;
    margin-left: 54rem;
    margin-top: -1rem;

}

.wrapper {
    margin-top: 2rem;
    margin-left: 5rem;
    max-height: 20rem;
    border: 0px solid #ddd;
    display: flex;
    overflow-x: auto;
}

.wrapper::-webkit-scrollbar {
    width: 0;

}

.wrapper .item {

    min-width: 20rem;
    height: 10rem;
    line-height: 110px;
    text-align: center;
    background-color: #ddd;
    margin-right: 3rem;
    font-size: 20px;
    font-weight: 500;
}

/* kiacars page */
.kiacarsbanner {
    width: 100%;
}

.kiacarsbanner h5 {
    font-size: 1.25rem;
    font-weight: 700;
}

/* media page */
.home1-image {
    width: 100%;
}

.news-container {
    padding: 3em;
    display: grid;
    grid-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.news-container .news-card {
    padding: 2em;
    border-radius: .3em;
    box-shadow: 10px 10px 30px rgb(0, 0, 0, 0.1);

}

.booking-img {
    width: 100%;
}

.terms-container {
    padding: 1em 10em;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

}

.terms-container .terms-message {
    padding: 2em;
    border-top: 1px solid #ddd;


}

.accessories-card {
    background-color: #ddd;
    border-radius: 30px;
}

.accessories-card .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    /* height: 15rem; */
    padding: 10px;
    border-radius: 36px;

}

.carname h5 {
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 1rem;
}

.car-details ul {
    display: flex;
    gap: 2rem;
    margin-top: 5rem;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    list-style: none;
    width: 90%;
}

.car-details ul :hover {
    text-decoration: underline;
}

.highlights-container {
    padding: 3em;
    display: grid;
    grid-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.highlights-container .highlights-card {
    padding: 1em;
    border-radius: .3em;
    background-color: #ddd;

}

.overview-container {
    padding: 1em 10em;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

}

.overview-container .overview-message {
    padding: 2em;
}

.provide-container {
    padding: 3em;
    display: grid;
    grid-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.provide-container .exchange-card,
.booktestdrive-card,
.brouchrue-card,
.ebook-card {
    padding: 1em;
    border-radius: .3em;
    background-color: #ddd;

}

/* career page */
.career-img {
    width: 100%;
}

.career-container {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 40% auto;
    margin-top: 20px;
}

.career-container .career {
    /* border: 1px solid red; */
    padding: 40px;
}

.career-container .career .open-position .openings {
    background-color: hsl(0, 0%, 96%);
}

.career .careeratjansi h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.career .careeratjansi p {
    font-size: 1.1vw;
}

.open-position h6 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.open-position .openings .position {
    font-weight: 700;
}

.openings {
    padding: 10px;
    width: 50%;
}

input,
select {

    border: none;
    border-bottom: 1px solid grey;
}

.career h5 {
    font-weight: 700;
    margin-bottom: 2rem;
    margin-left: 2rem;
}

#title {
    width: 10vh;
}

form select {
    padding-bottom: 3px;
}

form select,
#first-name,
#last-name {
    /* margin-right: 1rem; */
    width: 20vw;
}

#email {
    margin-top: 1rem;
    width: 45vw;
}

#mobile {
    margin-top: 1rem;
    width: 20vw;
    margin-right: 2rem;

}

#otp {
    margin-top: 1rem;
    width: 20vw;
}

#message {
    margin-top: 2rem;
    width: 45vw;
}

::placeholder {
    font-size: 1vw;
    padding: 5px;
}

#total-experience {
    width: 20vw;
}

#resume {
    border: none;
}

/* employee feedback */
.feedback-container {
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}

.feedback-header {
    text-align: center;
    margin-bottom: 50px;
}

.feedback-header .title {
    font-size: 35px;
    font-weight: 600;
    color: black;
    line-height: 1.2;
}

.feedback-item .info {
    display: flex;
    align-items: center;
}

.feedback-item .name {
    font-size: 24px;
    font-weight: 600;
    color: black;
    line-height: 1.2;
}

.feedback-item .job {
    color: black;
}

.feedback-item p {
    margin-top: 20px;
}

.feedback-item {
    background-color: #ddd;
    padding: 30px;
    border-radius: 30px;
}

.feedback-item img {
    max-width: 80px;
    border-radius: 50%;
    margin-right: 20px;
    vertical-align: middle;
}

.feedback-item .rating {
    margin-top: 15px;
    font-size: 14px;
}

.feedback {
    padding: 100px 0;
}

.feedback .swiper-pagination {
    position: relative;
    margin-top: 40px;
    bottom: auto;
}

.feedback .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background-color: black;
}

.showroom-container {
    display: grid;
    column-gap: 20px;
    margin-left: 5rem;
    margin-right: 5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-top: 20px;
}

.loc-cont {
    display: grid;
    column-gap: 3rem;
    grid-template-columns: 40% auto;
    margin-top: 20px;
    padding: 2rem;

}

.loc-cont .location h5 {
    padding: 20px;
}

.loc-cont .location iframe {
    padding-left: 30px;
    padding: 20px;
    width: 35vw;
    height: 40vh;
}

.loc-cont .contact-form {
    padding: 10px;
}

.contact-form .cont-name,
.email-num {
    display: flex;
    gap: 1rem;
}

.cont-name #firstname,
#lastname {
    margin-top: 2rem;
    width: 20vw;
}

.email-num #con-email,
#num {
    margin-top: 2rem;
    width: 20vw;
}

#cont-message {
    margin-top: 2rem;
    width: 40vw;
}

.cont-formbtn {
    margin-top: 2rem;
    margin-right: 16rem;
    text-align: center;
}

.finance-heading {
    margin-top: 2rem;
    justify-content: center;
    text-align: center;
}

.finance-heading h5 {
    font-size: 1.5rem;
    font-weight: 700;
}

.finance {
    margin-top: 2rem;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 30% auto;
}

.finance-content .finance-card {
    display: flex;
    gap: 20px;
    grid-template-columns: repeat(2 250px);
    padding-left: 10rem;
    padding-right: 10rem;
}

.finance-image img {
    width: 30vw;
}

.finoff-heading {
    margin-top: 2rem;
    justify-content: center;
    text-align: center;
}

.finoff-heading h5 {
    font-size: 1.5rem;
    font-weight: 700;
}

.finoff {
    margin-top: 3rem;
    padding-left: 20rem;
    padding-right: 15rem;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.finoff-card img {
    padding: 10px;
    width: 15vw;
}

.finoff-card h5 {
    padding: 10px;
}

/* insurance */
.insurance-heading {
    margin-top: 2rem;
    justify-content: center;
    text-align: center;
}

.insurance-heading h5 {
    font-size: 1.5rem;
    font-weight: 700;
}

.insurance {
    margin-top: 2rem;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 30% auto;
}

.insurance-content .insurance-card {
    display: flex;
    gap: 20px;
    grid-template-columns: repeat(2 250px);
    padding-left: 10rem;
    padding-right: 10rem;
}

.insurance-image img {
    width: 30vw;
}

.insuranceoff-heading {
    margin-top: 2rem;
    justify-content: center;
    text-align: center;
}

.insuranceoff-heading h5 {
    font-size: 1.5rem;
    font-weight: 700;
}

.insuranceoff {
    margin-top: 3rem;
    padding-left: 20rem;
    padding-right: 15rem;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.insuranceoff-card img {
    padding: 10px;
    width: 15vw;
}

.insuranceoff-card h5 {
    padding: 10px;
}

/* hamburger start */

.navbar-hamburger {
    position: relative;
    width: 100%;
}

.icon-container {
    display: flex;
    gap: 20px;
    padding: 25px;
}

.hamburger,
.close {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 35px;
    height: 26px;
    cursor: pointer;
    margin-top: -17px;
    margin-left: -24px;
}

.hamburger .line,
.close .line {
    margin-left: 1rem;
    width: 100%;
    height: 5px;
    background-color: #333;
    border-radius: 5px;
}

.close {
    display: none;
    position: relative;
    width: 35px;
    height: 35px;
}

.close .diagonal-1,
.close .diagonal-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 5px;
    background-color: #333;
    border-radius: 5px;
    transform: translate(-50%, -50%);
}

.close .diagonal-1 {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close .diagonal-2 {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.slide-nav {
    margin-top: 78px;
    position: fixed;
    top: 0;
    right: -102%;
    width: 100%;
    height: 75px;
    background-color: #333;
    color: white;
    padding: 20px;
    margin-right: 18px;
    transition: right 0.3s, background-color 0.3s, color 0.3s;

}

.slide-nav ul {
    position: relative;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 2vw;
    float: right;
    margin-right: 15vw;

}

.slide-nav ul li {
    margin: 0;

}

.slide-nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.show-nav {
    right: 0;
}

.slide-nav:hover {
    background-color: white;
    color: black;
}

.slide-nav:hover ul li a {
    color: black;
}

/* hamburger end  */



/* mobile device - 428px */

@media only screen and (width <=576px) {

    /* home-page */
    nav {
        background-color: white;
        width: 100%;
    }

    #navbarNav {
        margin-left: 1rem;

    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(0, 0, 0, .5);
        margin-right: 1rem;
    }


    .home1-image {
        height: 12rem;
    }

    .wrapper {
        margin-top: 1rem;
        margin-left: 5rem;
        max-height: 20rem;
        border: 0px solid #ddd;
        display: flex;
        overflow-x: auto;
        margin-left: 1rem;
    }

    .wrapper::-webkit-scrollbar {
        width: 0;

    }

    .wrapper .item {

        min-width: 12rem;
        height: 7rem;
        line-height: 110px;
        text-align: center;
        background-color: #ddd;
        margin-right: 1rem;
    }

    .panel {
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.075);
        border-radius: 0;
        border: 0;
        margin-bottom: 24px;
        height: 7rem !important;
        width: 9rem;
        margin-left: -7rem;
    }

    .card-container {
        margin-left: 1rem;
        margin-right: -37rem;
    }

    .panel-body a {
        color: black;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 500;
    }

    .row {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        gap: 0rem;
    }

    .kia-heading p {
        font-size: 1rem;
        font-weight: 500;
        margin-top: 1rem;
        margin-bottom: 4rem;
        margin-left: -30rem;
        text-align: center;
        margin-right: -31rem;
    }

    .rectangle-box {
        width: 90%;
        height: 8rem;
        border: 1px solid gray;
        margin-left: 1rem;
        margin-top: -2rem;

    }

    .discover-btn {
        margin-top: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        color: grey;
        gap: 1rem;
        margin-right: -40rem;
        margin-left: -40rem;
    }

    .discover-btn button {
        font-size: 1rem;
    }

    .offer-heading p {
        font-size: 1rem;
        font-weight: 500;
        margin-top: 2rem;
        margin-bottom: 2rem;
        margin-right: -46rem;
        margin-left: -46rem;
    }

    .swiper {
        width: 87%;
        height: 50%;
        margin-left: 2rem;

    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background-color: #ddd;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .home2-image {
        min-width: 80%;
        height: 11rem !important;
        margin-bottom: -3rem;
    }

    .testimonials-heading p {
        font-size: 1rem;
        font-weight: 500;
        margin-top: 2rem;
        margin-bottom: 1rem;
        margin-left: -46rem;
    }

    .align-items-stretch {
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-left: 17rem;
        width: 2% !important;
    }




    .person-name,
    .my-4 {
        margin-bottom: 1.5rem !important;
        font-size: 1rem;
    }

    .person-desc,
    .my-4 {
        margin-top: .5rem !important;
        font-size: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-deck {
        margin-top: 5rem;
        margin-bottom: 10rem;
        height: 10rem;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: rgb(246, 246, 255);
        padding-left: 10px;


    }

    .card-loc {
        display: block;
        height: 59rem;
        margin-top: 8rem;
        width: 187% !important;
        background-color: white;
        /* gap: 3rem; */
        padding-left: 1rem;
        padding-right: 30rem;
        margin-left: 0rem;
    }

    .card-body-loc {
        background-color: rgb(236, 213, 213);
        margin-bottom: 3rem;
        margin-top: 2rem;
        font-size: 1rem;
        padding-top: 1rem;
        padding-left: 2rem;
        padding-right: 1rem;
        height: 12rem;
        max-width: 93% !important;
        margin-left: 4rem;
    }


    .footer-top {
        background-color: white;
        color: black;
        padding: 8px 13px;
        margin-left: 0rem;
        width: 100%;
    }

    .footer-top h5 {
        color: black;
        margin-bottom: 0.5rem;
        font-size: 14px;
        font-weight: 700;
        margin-top: 1rem;
    }

    .list-unstyled {
        padding-left: 0;
        list-style: none;
        /* font-size: 2rem; */
    }

    .footer-bottom {
        background-color: white;
        font-size: 1rem;

    }

    .footer-bottom-content {
        background-color: white;
        /* display: flex; */
        margin-left: 0rem !important;

    }

    .footer-bottom .terms-condition {
        display: flex;
        list-style-type: none;
        gap: 10px;
        margin-left: 2rem;
        margin-top: -1rem;
    }


    /* About page */
    .carousel-item {
        height: 11rem;
        background-size: cover;
        background-position: center;
    }

    .about-content {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 2fr;
    }

    .content {
        margin-top: 3rem;
        padding: 20px;
    }

    
    .content p {
        font-size: 1rem;
        line-height: 1.6;
        margin-right: 0rem;
        margin-left: 1rem;
        margin-top: -1rem;
        margin-bottom: -3rem;
    }


    .director-content {
        margin-left: 8rem;
        margin-right: 3rem;
        margin-top: 2rem !important;

    }

    .director-content .dir-info {
        width: 100%;
        margin-left: -8rem;
    }

    .leadership-carousel {
        display: inline-table !important;
    }

    .team-member img {
        max-width: 34%;
        border-radius: 50%;
    }

    /* kiacars page */
    .kiacarsbanner {
        width: 100%;
    }

    .kiacarsbanner h5 {
        font-size: 17px;
        margin-left: 2rem;
        margin-top: -3rem;
        font-weight: 700;
    }

    .segment ul {
        display: flex;
        gap: 1.5rem;
        margin-top: 5rem;
        justify-content: center;
        text-align: center;
        font-size: 1rem;
        font-weight: 700;
        list-style: none;
        width: 90%;
    }

    .segment ul :hover {
        text-decoration: underline;
    }

    .segment-image {
        width: 82% !important;
        margin-left: 3rem;
    }

    .segment-image img {
        height: 16rem !important;
    }

    .kiacarsbtn {
        display: flex;
        gap: 10px;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .kiacarsbtn button {
        cursor: pointer;
        font-size: 10px;
    }

    .dlbrochrue button {
        margin-left: 2rem;
        margin-top: 1rem;
        font-size: 10px;
        background-color: #ddd;
    }

    /* media page */
    .media-row ul {
        display: flex;
        list-style: none;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        font-size: 16px;
        margin-top: 1rem;
        margin-left: -2rem;
    }

    .media-row ul li:hover {
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: underline;
    }

    .booking-img {
        width: 100%;
    }

    .booking-row ul {
        display: flex;
        list-style: none;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        font-size: 16px;
        margin-top: 1rem;
        margin-left: -2rem;
    }

    .booking-row ul button {
        font-size: 10px;
    }

    .terms-container {
        padding: 1em 3em;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

    }

    .accessories-img {
        width: 100%;
    }

    .carname-img {
        border-radius: -13.75rem !important;
        width: 57%;
    }

    .car-details ul {
        display: flex;
        gap: 5vw;
        margin-top: 5rem;
        justify-content: center;
        text-align: center;
        font-size: 3vw;
        font-weight: 700;
        list-style: none;
        width: 90%;
    }

    .car-details ul :hover {
        text-decoration: underline;
    }

    .overview-container {
        padding: 1em 3em;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

    }

    .career-container {
        display: grid;
        column-gap: 20px;
        grid-template-columns: 100%;
        margin-top: 20px;
    }

    .career h5 {
        font-weight: 700;
        margin-bottom: 2rem;
        margin-left: 2rem;
    }

    form select {
        padding-bottom: 3px;
    }

    form select,
    #first-name,
    #last-name {
        margin-right: 1rem;
        width: 35vw;
    }

    .candidate-name {
        width: 70%;
        display: flex;
    }

    #email {
        margin-top: 1rem;
        width: 87vw;
    }

    .mobile-otp {
        display: flex;
    }

    #mobile {
        margin-top: 3rem;
        width: 37vw;
        margin-right: 2rem;

    }

    #otp {
        margin-top: 3rem;
        width: 35vw;
    }

    #message {
        margin-top: 2rem;
        width: 85vw;
    }

    ::placeholder {
        font-size: 3vw;
        padding: 5px;
    }

    .exp-resume {
        margin-top: 3rem;
        display: flex;
    }

    #total-experience {

        width: 37vw;

    }

    #resume {
        border: none;
        width: 51vw;
        margin-left: 45px;
    }

    .career .careeratjansi p {
        font-size: 4.1vw;
    }

    .career .careeratjansi h5 {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-align: center;
    }

    .open-position h6 {
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-align: center;
    }

    .openings {
        padding: 10px;
        width: 100%;
    }

    .career h5 {
        font-weight: 700;
        /* margin-bottom: 2rem; */
        margin-left: 0rem;
        text-align: center;
    }

    .loc-cont {
        display: grid;
        column-gap: 3rem;
        grid-template-columns: 100%;
        margin-top: 20px;
        padding: 2rem;
    }

    .loc-cont .location h5 {
        padding: 20px;
    }

    .loc-cont .location iframe {
        padding-left: 30px;
        padding-right: 20px;
        width: 80vw;
        height: 40vh;
    }

    .loc-cont .contact-form {
        padding: 10px;
    }

    .contact-form .cont-name,
    .email-num {
        display: flex;
        gap: 1rem;
    }

    .cont-name #firstname,
    #lastname {
        margin-top: 2rem;
        width: 40vw;
    }

    .email-num #con-email,
    #num {
        margin-top: 2rem;
        width: 40vw;
    }

    #cont-message {
        margin-top: 2rem;
        width: 80vw;
    }

    .cont-formbtn {
        margin-top: 2rem;
        margin-right: 16rem;
        text-align: center;
    }

    .insurance-heading {
        margin-top: 2rem;
        justify-content: center;
        text-align: center;
    }

    .insurance-heading h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .insurance {
        margin-top: 2rem;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 100%;
    }

    .insurance-content .insurance-card {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        padding-left: 21vw;

    }

    .ins-card p {
        font-size: 4vw;
    }

    .insurance-image img {
        margin-left: 18vw;
        width: 64vw;
    }

    .insurance-content .insurance-info {
        font-size: 3.5vw;
        padding-left: 2rem;
    }

    .insuranceoff-heading {
        margin-top: 2rem;
        justify-content: center;
        text-align: center;
    }

    .insuranceoff-heading h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .insuranceoff {
        margin-top: 3rem;
        /* padding-left: 20rem;
        padding-right: 15rem; */
        padding-left: 31vw;
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .insuranceoff-card img {
        padding: 10px;
        width: 40vw;
    }

    .insuranceoff-card h5 {
        font-size: 4vw;
        padding: 10px;
    }

    .finance-heading {
        margin-top: 2rem;
        justify-content: center;
        text-align: center;
    }

    .finance-heading h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .finance {
        margin-top: 2rem;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 100%;
    }

    .finance-content .finance-card {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        padding-left: 21vw;

    }

    .fin-card p {
        font-size: 4vw;
    }

    .finance-image img {
        margin-left: 18vw;
        width: 64vw;
    }

    .finance-content .finance-info {
        font-size: 3.5vw;
        padding-left: 2rem;
    }

    .financeoff-heading {
        margin-top: 2rem;
        justify-content: center;
        text-align: center;
    }

    .financeoff-heading h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .finoff {
        margin-top: 3rem;
        /* padding-left: 20rem;
        padding-right: 15rem; */
        padding-left: 31vw;
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .finoff-card img {
        padding: 10px;
        width: 40vw;
    }

    .finoff-card h5 {
        font-size: 4vw;
        padding: 10px;
    }
    
.navbar-hamburger {
    position: relative;
    width: 100%;
    display: none;
}

}

@media only screen and (width <=576px) and (width > 428px) {
    .card-loc {
        display: block;
        height: 59rem;
        margin-top: 8rem;
        width: 148% !important;
        background-color: white;
        /* gap: 3rem; */
        padding-left: 1rem;
        padding-right: 30rem;
        /* margin-left: 4rem; */
    }

    .card-body-loc {
        background-color: rgb(236, 213, 213);
        margin-bottom: 3rem;
        margin-top: 2rem;
        font-size: 1rem;
        padding-top: 1rem;
        padding-left: 2rem;
        padding-right: 1rem;
        height: 12rem;
        max-width: 93% !important;
        margin-left: 8rem;
    }

   
    /* about page */
    .kiacarsbanner h5 {
        font-size: 1.25rem;
        margin-top: -3rem;
        margin-left: 2rem;
        font-weight: 700;
    }

    .media-row ul {
        display: flex;
        list-style: none;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        font-size: 16px;
        margin-top: 1rem;
        margin-left: -2rem;
    }

    .media-row ul li:hover {
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: underline;
    }

    .booking-row ul {
        display: flex;
        list-style: none;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        font-size: 16px;
        margin-top: 1rem;
        margin-left: -2rem;
    }

    .booking-row ul button {
        font-size: 10px;
    }

    .accessories-img {
        width: 100%;
    }

    .carname-img {
        border-radius: -13.75rem !important;
        width: 60%;
        height: 15rem;
    }

    .career h5 {
        font-weight: 700;
        margin-bottom: 2rem;
        margin-left: 2rem;
    }

    form select {
        padding-bottom: 3px;
    }

    form select,
    #first-name,
    #last-name {
        margin-right: 1rem;
        width: 35vw;
    }

    .candidate-name {
        width: 103%;
        display: flex;
    }

    #email {
        margin-top: 1rem;
        width: 87vw;
    }

    .mobile-otp {
        display: flex;
    }

    #mobile {
        margin-top: 3rem;
        width: 37vw;
        margin-right: 2rem;

    }

    #otp {
        margin-top: 3rem;
        width: 35vw;
    }

    #message {
        margin-top: 2rem;
        width: 85vw;
    }

    ::placeholder {
        font-size: 3vw;
        padding: 5px;
    }

    .exp-resume {
        margin-top: 3rem;
        display: flex;
    }

    #total-experience {

        width: 37vw;

    }

    #resume {
        border: none;
        width: 51vw;
        margin-left: 45px;
    }

    .career .careeratjansi p {
        font-size: 2.1vw;
    }
}

/* Tablet-768px */
@media only screen and (width < 768px) and (width > 576px) {
    nav {
        background-color: white;
        width: 100%;
        height: 4rem;
    }


    .home1-image {
        width: 100%;
        height: 18rem;
    }

    .wrapper {
        margin-top: 2rem;
        margin-left: 3rem;
        max-height: 20rem;
        border: 0px solid #ddd;
        display: flex;
        overflow-x: auto;
    }

    .wrapper .item {
        min-width: 14rem;
        height: 8rem;
        line-height: 110px;
        text-align: center;
        background-color: #ddd;
        margin-right: 1rem;
        font-size: 20px;
        font-weight: 500;
    }

    .kia-heading p {
        font-size: 18px;
        font-weight: 500;
        margin-top: 2rem;
        margin-bottom: 3rem;
        margin-left: 2rem;
    }

    .rectangle-box {
        width: 77%;
        height: 214px;
        border: 1px solid gray;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin-left: 6rem;
    }

    .discover-btn {
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        color: grey;
        gap: 0rem;
    }

    .swiper-wrapper {
        position: relative;
        width: 27%;
        height: 66%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
        box-sizing: content-box;
    }

    .card-loc {
        display: inline-block;
        height: 59rem;
        margin-top: 2rem;
        width: 117% !important;
        background-color: white;
        /* gap: 3rem; */
        padding-left: 1rem;
        padding-right: 30rem;
    }

    .card-body-loc {
        background-color: rgb(236, 213, 213);
        margin-bottom: 3rem;
        margin-top: 2rem;
        font-size: 1rem;
        padding-top: 1rem;
        padding-left: 2rem;
        padding-right: 1rem;
        height: 12rem;
        max-width: 100% !important;
        margin-left: 12rem;
    }

    .footer-top {
        background-color: white;
        color: black;
        padding: 8px 13px;
        margin-left: 0;
    }


    .footer-bottom .terms-condition {
        display: flex;
        list-style-type: none;
        gap: 10px;
        margin-left: 3rem;
        margin-top: -1rem;
    }

    .carousel-item {
        height: 16rem;
        background-size: cover;
        background-position: center;
    }

   
    .content p {
        font-size: 1.2rem;
        line-height: 1.6;
        margin-right: 4rem;
        margin-left: 3rem;
        margin-top: -1rem;
        margin-bottom: 0rem;
    }

    .company-head {
        display: flex;
        margin-bottom: 1rem;

    }


    .dir-info {
        margin-left: -5rem;
    }

    .team-leadership {
        margin-bottom: 10rem;
    }

    .team-member {
        max-width: 25% !important;
    }

    .team-member h3 {
        margin-top: 10px;
        font-size: 15px;
    }

    .team-member p {
        font-size: 10px;
    }

    .leadership-container {
        max-width: 86% !important;
    }

    .footer-links {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 33% !important;
    }

    .kiacarsbanner h5 {
        font-size: 1.25rem;
        margin-top: -3rem;
        margin-left: 2rem;
        font-weight: 700;
    }

    .segment ul {
        display: flex;
        gap: 2rem;
        margin-top: 5rem;
        justify-content: center;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        list-style: none;
        width: 90%;
    }

    .segment ul :hover {
        text-decoration: underline;
    }

    .kiacarsbanner img {
        width: 100%;
        height: 13rem;
    }

    .segment-image {
        width: 82% !important;
        margin-left: 5rem;
    }

    .segment-image img {
        height: 19rem !important;
    }

    .kiacarsbtn {
        display: flex;
        gap: 10px;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .kiacarsbtn button {
        cursor: pointer;
        font-size: 12px;
    }

    .dlbrochrue button {
        margin-left: 6rem;
        margin-top: 1rem;
        font-size: 10px;
        background-color: #ddd;
    }

    .dlbrochrue {
        margin-left: auto !important;
        margin-right: 8rem !important;
    }

    .media-row ul {
        display: flex;
        list-style: none;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        font-size: 16px;
        margin-top: 1rem;
        margin-left: -2rem;
    }

    .media-row ul li:hover {
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: underline;
    }

    .booking-row ul {
        display: flex;
        list-style: none;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        font-size: 16px;
        margin-top: 1rem;
        margin-left: -2rem;
    }

    .booking-row ul button {
        font-size: 10px;
    }

    .accessories-img {
        width: 100%;
    }

    .carname-img {
        border-radius: -13.75rem !important;
        width: 60%;
        height: 15rem;
    }

    .career h5 {
        font-weight: 700;
        margin-bottom: 2rem;
        margin-left: 2rem;
    }

    .candidate-name {
        display: flex;

    }

    form select {
        padding-bottom: 3px;
    }

    form select,
    #first-name,
    #last-name {
        margin-right: 1rem;
        width: 17vw;
    }

    #email {
        margin-top: 1rem;
        width: 45vw;
    }

    #mobile {
        margin-top: 1rem;
        width: 20vw;
        margin-right: 2rem;

    }

    #otp {
        margin-top: 1rem;
        width: 20vw;
    }

    .exp-resume {
        display: flex;
    }

    #message {
        margin-top: 1rem;
        width: 49vw;
    }

    ::placeholder {
        font-size: 2vw;
        padding: 5px;
    }

    #total-experience {
        width: 23vw;
        margin-right: 10px;

    }

    #resume {
        border: none;
    }

    .career .careeratjansi h5 {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 3vw;
        margin-left: 0rem;
        margin-bottom: 1rem;
    }

    .career .careeratjansi p {
        font-size: 2.1vw;
        margin-left: 0rem;
    }

    .openings {
        padding: 10px;
        width: 106%;
    }

    .insurance-heading {
        margin-top: 2rem;
        justify-content: center;
        text-align: center;
    }

    .insurance-heading h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .insurance {
        margin-top: 2rem;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 100%;
    }

    .insurance-content .insurance-card {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        padding-left: 21vw;

    }

    .ins-card p {
        font-size: 2vw;
    }

    .insurance-image img {
        margin-left: 18vw;
        width: 64vw;
    }

    .insurance-content .insurance-info {
        font-size: 2.5vw;
        padding-left: 2rem;
    }

    .insuranceoff-heading {
        margin-top: 2rem;
        justify-content: center;
        text-align: center;
    }

    .insuranceoff-heading h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .insuranceoff {
        margin-top: 3rem;
        /* padding-left: 20rem;
        padding-right: 15rem; */
        padding-left: 31vw;
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .insuranceoff-card img {
        padding: 10px;
        width: 40vw;
    }

    .insuranceoff-card h5 {
        font-size: 3vw;
        padding: 10px;
    }

    .finance-heading {
        margin-top: 2rem;
        justify-content: center;
        text-align: center;
    }

    .finance-heading h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .finance {
        margin-top: 2rem;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 100%;
    }

    .finance-content .finance-card {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        padding-left: 21vw;

    }

    .fin-card p {
        font-size: 2vw;
    }

    .finance-image img {
        margin-left: 18vw;
        width: 64vw;
    }

    .finance-content .finance-info {
        font-size: 2.5vw;
        padding-left: 2rem;
    }

    .finoff-heading {
        margin-top: 2rem;
        justify-content: center;
        text-align: center;
    }

    .finoff-heading h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .finoff {
        margin-top: 3rem;
        /* padding-left: 20rem;
        padding-right: 15rem; */
        padding-left: 31vw;
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .finoff-card img {
        padding: 10px;
        width: 40vw;
    }

    .finoff-card h5 {
        font-size: 3vw;
        padding: 10px;
    }
}


@media only screen and (width <=991px) and (width >=768px) {
    .home1-image {
        width: 100%;
        height: 19rem;
    }

    .wrapper {
        margin-top: 2rem;
        margin-left: 2rem;
        max-height: 20rem;
        border: 0px solid #ddd;
        display: flex;
        overflow-x: auto;
        margin-right: 1rem;
    }

    .wrapper .item {
        min-width: 15rem;
        height: 8rem;
        line-height: 110px;
        text-align: center;
        background-color: #ddd;
        margin-right: 3rem;
        font-size: 20px;
        font-weight: 500;
        margin-right: 2rem;
    }

    .kia-heading p {
        font-size: 23px;
        font-weight: 500;
        margin-top: 2rem;
        margin-bottom: 4rem;
    }

    .rectangle-box {
        width: 70%;
        height: 300px;
        border: 1px solid gray;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin-left: 8rem;
    }

    .offer-heading p {
        font-size: 23px;
        font-weight: 500;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .discover-btn {
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        color: grey;
        gap: 0.5rem;
    }

    .testimonials-heading p {
        font-size: 24px;
        font-weight: 500;
        margin-top: 2rem;
        margin-bottom: 3rem;
    }

    .swiper {
        width: 151%;
        height: 34%;
        margin-left: 5rem;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 8px);
        top: var(--swiper-pagination-top, auto);
        left: -18rem;
        width: 100%;
    }

    .card-loc {
        display: flex;
        height: 15rem;
        margin-top: 8rem;
        width: 93rem !important;
        background-color: white;
        /* gap: 3rem; */
        padding-left: 1rem;
        padding-right: 30rem;
    }

    .card-body-loc {
        background-color: rgb(236, 213, 213);
        margin-bottom: 3rem;
        margin-top: 2rem;
        font-size: 1rem;
        padding-top: 1rem;
        padding-left: 2rem;
        padding-right: 1rem;
        height: 11rem;
        max-width: 18% !important;
        margin-left: 1rem;
    }

    .footer-top {
        background-color: white;
        color: black;
        padding: 8px 13px;
        margin-left: 0rem;
    }

    .footer-top h5 {
        color: black;
        margin-bottom: 3px;
        font-size: 1rem;
    }


    .footer-bottom .terms-condition {
        display: flex;
        list-style-type: none;
        gap: 10px;
        margin-left: 12rem;
        margin-top: -1rem;
    }

 

    .content p {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-right: 3rem;
        margin-left: -2rem;
        margin-top: -1rem;
    }

    .company-head {
        display: flex;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 50% !important;

    }


    .dir-info {
        margin-left: 5rem;
        width: 294% !important;
    }

    .team-member img {
        max-width: 62%;
        border-radius: 50%;
    }

    .team-member h3 {
        margin-top: 10px;
        font-size: 18px;
    }

    .team-member p {
        font-size: 16px;
    }

    .kiacarsbanner h5 {
        font-size: 1.25rem;
        margin-top: -3rem;
        margin-left: 2rem;
        font-weight: 700;
    }

    .segment ul {
        display: flex;
        gap: 2rem;
        margin-top: 5rem;
        justify-content: center;
        text-align: center;
        font-size: 1rem;
        font-weight: 700;
        list-style: none;
        width: 93%;
    }

    .segment ul :hover {
        text-decoration: underline;
    }

    .segment-image {
        width: 82% !important;
        margin-left: 10rem;
    }

    .segment-image img {
        height: 19rem !important;
    }

    .kiacarsbtn {
        display: flex;
        gap: 10px;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .kiacarsbtn button {
        cursor: pointer;
        font-size: 12px;
    }

    .dlbrochrue button {
        margin-left: 10rem;
        margin-top: 1rem;
        font-size: 10px;
        background-color: #ddd;
        justify-content: center !important;
        align-items: center !important;
    }

    .dlbrochrue {
        margin-left: auto !important;
        margin-right: 8rem !important;
    }

    .media-row ul {
        display: flex;
        list-style: none;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        font-size: 20px;
        margin-top: 1rem;
        margin-left: -2rem;
    }

    .media-row ul li:hover {
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: underline;
    }

    .booking-row ul {
        display: flex;
        list-style: none;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        font-size: 16px;
        margin-top: 1rem;
        margin-left: -2rem;
    }

    .booking-row ul button {
        font-size: 10px;
    }

    .accessories-img {
        width: 100%;
    }

    .carname-img {
        border-radius: -13.75rem !important;
        width: 50%;
        height: 20rem;
    }

    .career h5 {
        font-weight: 700;
        margin-bottom: 2rem;
        margin-left: 2rem;
    }

    form select {
        padding-bottom: 3px;
    }

    .exp-resume {
        display: flex;
    }

    form select,
    #first-name,
    #last-name {
        /* margin-right: 1rem; */
        width: 18vw;
    }

    #email {
        margin-top: 1rem;
        width: 45vw;
    }

    #mobile {
        margin-top: 1rem;
        width: 20vw;
        margin-right: 2rem;

    }

    #otp {
        margin-top: 1rem;
        width: 20vw;
    }

    #message {
        margin-top: 2rem;
        width: 50vw;
    }

    ::placeholder {
        font-size: 1rem;
        padding: 5px;
    }

    #total-experience {
        width: 24vw;
        margin-right: 10px;
    }

    #resume {
        border: none;
    }

    .insurance-heading {
        margin-top: 2rem;
        justify-content: center;
        text-align: center;
    }

    .insurance-heading h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .insurance {
        margin-top: 2rem;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 30% auto;
    }

    .insurance-content .insurance-card {
        display: flex;
        gap: 20px;
        grid-template-columns: repeat(2 250px);
        padding-left: 2rem;
        padding-right: 1rem;
    }

    .insurance-image img {
        width: 30vw;
    }

    .insuranceoff-heading {
        margin-top: 2rem;
        justify-content: center;
        text-align: center;
    }

    .insuranceoff-heading h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .insuranceoff {
        margin-top: 3rem;
        padding-left: 10vw;
        padding-right: 15rem;
        display: grid;
        grid-gap: 1rem;
        /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
        grid-template-columns: 250px 250px 250px;
    }

    .insuranceoff-card img {
        padding: 10px;
        width: 21vw;
    }

    .insuranceoff-card h5 {
        padding: 10px;
    }

    .finance-heading {
        margin-top: 2rem;
        justify-content: center;
        text-align: center;
    }

    .finance-heading h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .finance {
        margin-top: 2rem;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 30% auto;
    }

    .finance-content .finance-card {
        display: flex;
        gap: 20px;
        grid-template-columns: repeat(2 250px);
        padding-left: 2rem;
        padding-right: 1rem;
    }

    .finance-image img {
        width: 30vw;
    }

    .finoff-heading {
        margin-top: 2rem;
        justify-content: center;
        text-align: center;
    }

    .finoff-heading h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .finoff {
        margin-top: 3rem;
        padding-left: 10vw;
        padding-right: 15rem;
        display: grid;
        grid-gap: 1rem;
        /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
        grid-template-columns: 250px 250px 250px;
    }

    .finoff-card img {
        padding: 10px;
        width: 21vw;
    }

    .finoff-card h5 {
        padding: 10px;
    }

    .ml-auto,
    .mx-auto {
        margin-left: auto !important;
        width: 17vw;
    }

}

@media only screen and (width <=991px) and (width > 900px) {
    .card-body-loc {
        background-color: rgb(236, 213, 213);
        margin-bottom: 3rem;
        margin-top: 2rem;
        font-size: 1rem;
        padding-top: 1rem;
        padding-left: 2rem;
        padding-right: 1rem;
        height: 11rem;
        max-width: 18% !important;
        margin-left: 3rem;
    }

    .kiacarsbanner h5 {
        font-size: 1.25rem;
        margin-top: -3rem;
        margin-left: 2rem;
        font-weight: 700;
    }

    .segment ul {
        display: flex;
        gap: 2rem;
        margin-top: 5rem;
        justify-content: center;
        text-align: center;
        font-size: 1rem;
        font-weight: 700;
        list-style: none;
        width: 93% !important;
    }

    .segment ul :hover {
        text-decoration: underline;
    }

    .media-row ul {
        display: flex;
        list-style: none;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        font-size: 20px;
        margin-top: 1rem;
        margin-left: -2rem;
    }

    .media-row ul li:hover {
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: underline;
    }

    .booking-row ul {
        display: flex;
        list-style: none;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        font-size: 16px;
        margin-top: 1rem;
        margin-left: -2rem;
    }

    .booking-row ul button {
        font-size: 10px;
    }

    .accessories-img {
        width: 100%;
    }

    .carname-img {
        border-radius: -13.75rem !important;
        width: 50%;
        height: 20rem;
    }

    .career h5 {
        font-weight: 700;
        margin-bottom: 2rem;
        margin-left: 2rem;
    }

    form select {
        padding-bottom: 3px;
    }

    form select,
    #first-name,
    #last-name {
        /* margin-right: 1rem; */
        width: 20vw;
    }

    #email {
        margin-top: 1rem;
        width: 45vw;
    }

    #mobile {
        margin-top: 1rem;
        width: 20vw;
        margin-right: 2rem;

    }

    #otp {
        margin-top: 1rem;
        width: 20vw;
    }

    #message {
        margin-top: 2rem;
        width: 45vw;
    }

    ::placeholder {
        font-size: 1rem;
        padding: 5px;
    }

    #total-experience {
        width: 20vw;

    }

    #resume {
        border: none;
    }

    .career .careeratjansi p {
        font-size: 2.1vw;
    }

    .openings {
        padding: 10px;
        width: 103%;
    }

}


@media only screen and (width <=1290px) and (width >=992px) {
    #navbarNav {
        /* width: 60%; */
        right: 1rem;
        margin-left: 1rem !important;
    }

    .rectangle-box {
        width: 67%;
        height: 300px;
        border: 1px solid gray;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin-left: 14rem;
    }

    .card-loc {
        display: flex;
        height: 15rem;
        margin-top: 8rem;
        width: 100% !important;
        background-color: white;
        gap: 1px;
        padding-left: 20px;
        padding-right: 26rem;
    }

    .card-body-loc {
        background-color: rgb(236, 213, 213);
        margin-bottom: 3rem;
        margin-top: 2rem;
        font-size: 1rem;
        padding-top: 1rem;
        padding-right: 1rem;
        height: 12rem;
        max-width: 41% !important;
        margin-left: 6px;
    }

    .footer-bottom .terms-condition {
        display: flex;
        list-style-type: none;
        gap: 10px;
        margin-left: 29rem;
        margin-top: -1rem;
    }


    .content p {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-right: 3rem;
        margin-left: -5rem;
        margin-top: 0rem;
    }

    .dir-info {
        text-align: justify !important;
        width: 267%;
        margin-left: 13rem;
    }

    .team-member img {
        max-width: 66%;
        border-radius: 50%;
    }

    .team-member h3 {
        margin-top: 10px;
        font-size: 16px;
    }

    .team-member p {
        font-size: 15px;
    }

    .kiacarsbanner h5 {
        font-size: 1.25rem;
        margin-top: -3rem;
        margin-left: 2rem;
        font-weight: 700;
    }

    .segment ul {
        display: flex;
        gap: 2rem;
        margin-top: 5rem;
        justify-content: center;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 700;
        list-style: none;
        width: 93%;
    }

    .segment ul :hover {
        text-decoration: underline;
    }

    .segment-image {
        width: 82% !important;
        margin-left: 10rem;
    }

    .segment-image img {
        width: 88%;
        height: 19rem !important;
    }

    .kiacarsbtn {
        display: flex;
        gap: 10px;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .kiacarsbtn button {
        cursor: pointer;
        font-size: 12px;
    }

    .dlbrochrue button {
        margin-left: 10rem;
        margin-top: 1rem;
        font-size: 10px;
        background-color: #ddd;
        justify-content: center !important;
        align-items: center !important;
    }

    .dlbrochrue {
        margin-left: auto !important;
        margin-right: 8rem !important;
    }

    .dlbrochrue .ml-auto,
    .mx-auto {
        margin-left: auto !important;
        width: 40% !important;
    }

    .media-row ul {
        display: flex;
        list-style: none;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        font-size: 20px;
        margin-top: 1rem;
        margin-left: -2rem;
    }

    .media-row ul li:hover {
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: underline;
    }

    .booking-row ul {
        display: flex;
        list-style: none;
        justify-content: center;
        align-items: center;
        gap: 5rem;
        font-size: 16px;
        margin-top: 1rem;
        margin-left: -2rem;
    }

    .booking-row ul button {
        font-size: 20px;
    }

    .accessories-img {
        width: 100%;
    }

    .carname-img {
        border-radius: -13.75rem !important;
        width: 50%;
        height: 20rem;
    }

    .career h5 {
        font-weight: 700;
        margin-bottom: 2rem;
        margin-left: 2rem;
    }

    form select {
        padding-bottom: 3px;
    }

    form select,
    #first-name,
    #last-name {
        /* margin-right: 1rem; */
        width: 20vw;
    }

    #email {
        margin-top: 1rem;
        width: 45vw;
    }

    #mobile {
        margin-top: 1rem;
        width: 20vw;
        margin-right: 2rem;

    }

    #otp {
        margin-top: 1rem;
        width: 20vw;
    }

    #message {
        margin-top: 2rem;
        width: 45vw;
    }

    ::placeholder {
        font-size: 1rem;
        padding: 5px;
    }

    #total-experience {
        width: 20vw;

    }

    #resume {
        border: none;
    }

    .career .careeratjansi p {
        font-size: 2.1vw;
    }

    .openings {
        padding: 10px;
        width: 103%;
    }

    .insurance-heading {
        margin-top: 2rem;
        justify-content: center;
        text-align: center;
    }

    .insurance-heading h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .insurance {
        margin-top: 2rem;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 30% auto;
    }

    .insurance-content .insurance-card {
        display: flex;
        gap: 20px;
        grid-template-columns: repeat(2 250px);
        padding-left: 2rem;
        padding-right: 1rem;
    }

    .insurance-image img {
        width: 30vw;
    }

    .insuranceoff-heading {
        margin-top: 2rem;
        justify-content: center;
        text-align: center;
    }

    .insuranceoff-heading h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .insuranceoff {
        margin-top: 3rem;
        padding-left: 15vw;
        padding-right: 15rem;
        display: grid;
        grid-gap: 1rem;
        /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
        grid-template-columns: 250px 250px 250px;
    }

    .insuranceoff-card img {
        padding: 10px;
        width: 21vw;
    }

    .insuranceoff-card h5 {
        padding: 10px;
    }

    .finance-heading {
        margin-top: 2rem;
        justify-content: center;
        text-align: center;
    }

    .finance-heading h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .finance {
        margin-top: 2rem;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 30% auto;
    }

    .finance-content .finance-card {
        display: flex;
        gap: 20px;
        grid-template-columns: repeat(2 250px);
        padding-left: 2rem;
        padding-right: 1rem;
    }

    .finance-image img {
        width: 30vw;
    }

    .finoff-heading {
        margin-top: 2rem;
        justify-content: center;
        text-align: center;
    }

    .finoff-heading h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .finoff {
        margin-top: 3rem;
        padding-left: 15vw;
        padding-right: 15rem;
        display: grid;
        grid-gap: 1rem;
        /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
        grid-template-columns: 250px 250px 250px;
    }

    .finoff-card img {
        padding: 10px;
        width: 21vw;
    }

    .fin-card h5 {
        padding: 10px;
    }

    .navbar-hamburger {
        position: relative;
        width: 100%;
    }

    .icon-container {
        display: flex;
        gap: 20px;
        padding: 25px;
    }

    .hamburger,
    .close {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 35px;
        height: 26px;
        cursor: pointer;
        margin-top: -17px;
        margin-left: -24px;
    }

    .hamburger .line,
    .close .line {
        margin-left: 1rem;
        width: 100%;
        height: 5px;
        background-color: #333;
        border-radius: 5px;
    }

    .close {
        display: none;
        position: relative;
        width: 35px;
        height: 35px;
    }

    .close .diagonal-1,
    .close .diagonal-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 5px;
        background-color: #333;
        border-radius: 5px;
        transform: translate(-50%, -50%);
    }

    .close .diagonal-1 {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .close .diagonal-2 {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .slide-nav {
        margin-top: 78px;
        position: fixed;
        top: 0;
        right: -102%;
        width: 100%;
        height: 10%;
        background-color: #333;
        color: white;
        padding: 20px;
        margin-right: 0px;
        transition: right 0.3s, background-color 0.3s, color 0.3s;
    }
    .slide-nav ul {
        position: relative;
        list-style-type: none;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 2vw;
        float: right;
        margin-right: 11vw;

    }

    .slide-nav ul li {
        margin: 0;

    }

    .slide-nav ul li a {
        color: white;
        text-decoration: none;
        font-size: 13px;
    }

    .show-nav {
        right: 0;
    }

    .slide-nav:hover {
        background-color: white;
        color: black;
    }

    .slide-nav:hover ul li a {
        color: black;
    }
    .navbar-nav .mobnav-item a {
        width: 10rem;
        padding: 10px;
        display: none;
    }

}

@media only screen and (width <=1440px) and (width > 1290px) {
    .wrapper {
        margin-top: 2rem;
        margin-left: 5rem;
        max-height: 20rem;
        border: 0px solid #ddd;
        display: flex;
        overflow-x: auto;
        margin-right: 1rem;
    }

    .rectangle-box {
        width: 58%;
        height: 339px;
        border: 1px solid gray;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin-left: 19rem;
    }

    .card-loc {
        display: flex;
        height: 15rem;
        margin-top: 8rem;
        width: 100% !important;
        background-color: white;
        gap: 1px;
        padding-left: 20px;
        padding-right: 30rem;
    }

    .card-body-loc {
        background-color: rgb(236, 213, 213);
        margin-bottom: 3rem;
        margin-top: 2rem;
        font-size: 1rem;
        padding-top: 1rem;
        padding-right: 1rem;
        height: 12rem;
        max-width: 37% !important;
        margin-left: 3px;
    }


    .dir-info {
        text-align: justify !important;
        width: 250%;
        margin-left: 17rem;
    }

    .team-member img {
        max-width: 58%;
        border-radius: 50%;
    }

    .team-member h3 {
        margin-top: 10px;
        font-size: 19px;
    }

    .team-member p {
        font-size: 15px;
    }

    .kiacarsbanner h5 {
        font-size: 1.25rem;
        margin-top: -3rem;
        margin-left: 2rem;
    }

    .kiacarsbanner h5 {
        font-size: 1.25rem;
        margin-top: -3rem;
        margin-left: 2rem;
        font-weight: 700;
    }

    .segment ul {
        display: flex;
        gap: 2rem;
        margin-top: 5rem;
        justify-content: center;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 700;
        list-style: none;
        width: 93%;
    }

    .segment ul :hover {
        text-decoration: underline;
    }

    .segment-image {
        width: 82% !important;
        margin-left: 10rem;
    }

    .segment-image img {
        width: 88%;
        height: 19rem !important;
    }

    .kiacarsbtn {
        display: flex;
        gap: 10px;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .kiacarsbtn button {
        cursor: pointer;
        font-size: 12px;
    }

    .dlbrochrue button {
        margin-left: 10rem;
        margin-top: 1rem;
        font-size: 10px;
        background-color: #ddd;
        justify-content: center !important;
        align-items: center !important;
    }

    .dlbrochrue {
        margin-left: auto !important;
        margin-right: 8rem !important;
    }

    .dlbrochrue .ml-auto,
    .mx-auto {
        margin-left: auto !important;
        width: 40% !important;
    }

    .booking-row ul {
        display: flex;
        list-style: none;
        justify-content: center;
        align-items: center;
        gap: 5rem;
        font-size: 16px;
        margin-top: 1rem;
        margin-left: -2rem;
    }

    .booking-row ul button {
        font-size: 20px;
    }

    .accessories-img {
        width: 100%;
    }

    .carname-img {
        border-radius: -13.75rem !important;
        width: 45%;
        height: 20rem;
    }

    .career h5 {
        font-weight: 700;
        margin-bottom: 2rem;
        margin-left: 2rem;
    }

    form select {
        padding-bottom: 3px;
    }

    form select,
    #first-name,
    #last-name {
        /* margin-right: 1rem; */
        width: 20vw;
    }

    #email {
        margin-top: 1rem;
        width: 45vw;
    }

    #mobile {
        margin-top: 1rem;
        width: 20vw;
        margin-right: 2rem;

    }

    #otp {
        margin-top: 1rem;
        width: 20vw;
    }

    #message {
        margin-top: 2rem;
        width: 45vw;
    }

    ::placeholder {
        font-size: 1.3vw;
        padding: 5px;
    }

    #total-experience {
        width: 20vw;

    }

    #resume {
        border: none;
    }

    .career .careeratjansi p {
        font-size: 2.1vw;
    }

    .openings {
        padding: 10px;
        width: 103%;
    }

    .navbar-hamburger {
        position: relative;
        width: 100%;
    }

    .icon-container {
        display: flex;
        gap: 20px;
        padding: 25px;
    }

    .hamburger,
    .close {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 35px;
        height: 26px;
        cursor: pointer;
        margin-top: -17px;
        margin-left: -24px;
    }

    .hamburger .line,
    .close .line {
        margin-left: 1rem;
        width: 100%;
        height: 5px;
        background-color: #333;
        border-radius: 5px;
    }

    .close {
        display: none;
        position: relative;
        width: 35px;
        height: 35px;
    }

    .close .diagonal-1,
    .close .diagonal-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 5px;
        background-color: #333;
        border-radius: 5px;
        transform: translate(-50%, -50%);
    }

    .close .diagonal-1 {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .close .diagonal-2 {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .slide-nav {
        margin-top: 78px;
        position: fixed;
        top: 0;
        right: -102%;
        width: 100%;
        height: 10%;
        background-color: #333;
        color: white;
        padding: 20px;
        margin-right: 0px;
        transition: right 0.3s, background-color 0.3s, color 0.3s;
    }

    .slide-nav ul {
        position: relative;
        list-style-type: none;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 3vw;
        float: right;
        margin-right: 13vw;

    }

    .slide-nav ul li {
        margin: 0;

    }

    .slide-nav ul li a {
        color: white;
        text-decoration: none;
        font-size: 13px;
    }

    .show-nav {
        right: 0;
    }

    .slide-nav:hover {
        background-color: white;
        color: black;
    }

    .slide-nav:hover ul li a {
        color: black;
    }
    .navbar-nav .mobnav-item a {
        width: 10rem;
        padding: 10px;
        display: none;
    }
}

@media only screen and (width > 1440px) {
    .card-loc {
        display: flex;
        height: 15rem;
        margin-top: 8rem;
        width: 104% !important;
        background-color: white;
        /* gap: 3rem; */
        padding-left: 1rem;
        padding-right: 30rem;
    }

    .card-body-loc {
        background-color: rgb(236, 213, 213);
        margin-bottom: 3rem;
        margin-top: 2rem;
        font-size: 1rem;
        padding-top: 1rem;
        padding-left: 2rem;
        padding-right: 1rem;
        height: 12rem;
        max-width: 28% !important;
        margin-left: 3rem;
    }


    .dir-info {
        text-align: justify !important;
        width: 263%;
        margin-left: 16rem;
    }

    .team-member img {
        max-width: 61%;
        border-radius: 50%;
    }

    .team-member h3 {
        margin-top: 10px;
        font-size: 19px;
    }

    .team-member p {
        font-size: 13px;
    }

    .kiacarsbanner h5 {
        font-size: 1.25rem;
        margin-top: -3rem;
        margin-left: 2rem;
        font-weight: 700;
    }

    .segment ul {
        display: flex;
        gap: 5rem;
        margin-top: 5rem;
        justify-content: center;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 700;
        list-style: none;
        width: 100%;
    }

    .segment ul :hover {
        text-decoration: underline;
    }

    .segment-image {
        width: 82% !important;
        margin-left: 23rem;
    }

    .segment-image img {
        width: 60%;
        height: 19rem !important;
    }

    .kiacarsbtn {
        display: flex;
        gap: 10px;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .kiacarsbtn button {
        cursor: pointer;
        font-size: 16px;
    }

    .dlbrochrue button {
        margin-left: 13rem;
        margin-top: 1rem;
        font-size: 16px;
        background-color: #ddd;
        justify-content: center !important;
        align-items: center !important;
    }

    .dlbrochrue {
        margin-left: auto !important;
        margin-right: 8rem !important;
    }

    .dlbrochrue .ml-auto,
    .mx-auto {
        margin-left: auto !important;
        width: 40% !important;
    }

    .media-row ul {
        display: flex;
        list-style: none;
        justify-content: center;
        align-items: center;
        gap: 5rem;
        font-size: 20px;
        margin-top: 1rem;
        margin-left: -2rem;
    }

    .media-row ul li:hover {
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: underline;
    }

    .booking-row ul {
        display: flex;
        list-style: none;
        justify-content: center;
        align-items: center;
        gap: 5rem;
        font-size: 16px;
        margin-top: 1rem;
        margin-left: -2rem;
    }

    .booking-row ul button {
        font-size: 20px;
    }

    .accessories-img {
        width: 100%;
    }

    .carname-img {
        border-radius: -13.75rem !important;
        width: 40%;
        height: 20rem;
        margin-top: 1rem;
    }

    .car-details ul {
        display: flex;
        gap: 5vw;
        margin-top: 5rem;
        justify-content: center;
        text-align: center;
        font-size: 1.3vw;
        font-weight: 700;
        list-style: none;
        width: 90%;
        margin-left: 2rem;
    }

    .car-details ul :hover {
        text-decoration: underline;
    }

    .career h5 {
        font-weight: 700;
        margin-bottom: 2rem;
        margin-left: 2rem;
    }

    form select {
        padding-bottom: 3px;
    }

    form select,
    #first-name,
    #last-name {
        /* margin-right: 1rem; */
        width: 20vw;
    }

    #email {
        margin-top: 1rem;
        width: 45vw;
    }

    #mobile {
        margin-top: 1rem;
        width: 20vw;
        margin-right: 2rem;

    }

    #otp {
        margin-top: 1rem;
        width: 20vw;
    }

    #message {
        margin-top: 2rem;
        width: 45vw;
    }

    ::placeholder {
        font-size: 1vw;
        padding: 5px;
    }

    #total-experience {
        width: 20vw;
        margin-right: 20px;
    }

    #resume {
        border: none;
        width: 20vw;
    }

    .insurance-info {
        padding-left: 2rem;
        padding-right: 5rem;
    }

    .finance-info {
        padding-left: 2rem;
        padding-right: 5rem;
    }
    .navbar-nav .mobnav-item a {
        width: 10rem;
        padding: 10px;
        display: none;
    }
}