p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0 !important;
    padding: 0 !important;
}

* {
    box-sizing: border-box !important;
}

/* general styles */
.right {
    float: right !important;
}

.left {
    float: left !important;
}

.red-seperator-sm {
    width: 15%;
    margin: 15px 0 !important;
    background-color: #f44336;
    border: none;
    border-radius: 200px;
    border: 2.5px solid #f44336;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 2 !important;
}

/* specs styles */
.about-container .spec-img-container img {
    width: 100%;
}

.about-container .spec-table-container .spec-table-nav .nav-tabs {
    justify-content: space-between;
}

.car-nav {
    background-color: #212121;
}

.car-nav .about-container .navbar-nav .nav-item.active,
.car-nav .about-container .navbar-nav .nav-item:hover,
.about-container .spec-table-container .nav-tabs .nav-item.show .nav-link,
.about-container .spec-table-container .nav-tabs .nav-link.active,
.about-container .spec-table-container .nav-tabs .nav-link:hover {
    border: none !important;
    outline: none;
    border-bottom: 2px solid #f44336 !important;
}

.about-container .spec-table-container .nav-tabs .nav-link {
    color: #000000;
}

.about-container .spec-table-container .nav-tabs .nav-link.active {
    color: #f44336;
}

.spec-table {
    margin-top: 30px !important;
}

.spec-table .spec-table-row {
    margin: 30px 0 !important;
    flex-wrap: wrap;
}

.spec-table-row {
    margin: 30px !important;
    display: flex !important;
    justify-content: space-evenly !important;
}

.spec-table-row.mt-0 {
    margin-top: 0 !important;
}

.spec-table .spec-table-row .spec-table-col {
    width: 49% !important;
    text-align: center !important;
    margin-bottom: 20px;
}

.spec-table-row .vertical-seperator {
    width: 2px !important;
    height: 45px !important;
    background-color: #f44336 !important;
    margin-top: 10px !important;
}

.spec-table-row .vertical-seperator:last-child {
    display: none;
}

@media only screen and (max-width: 768px) {
    .spec-table-row .spec-table-col p {
        font-size: 0.8rem !important;
    }

    .spec-table-row .spec-table-col h3 {
        font-size: 1.4rem !important;
    }
}

/* features styles */
.car-feature-container {
    background: url("../img/baleno/Images-for-other-sections/Specifications-banner.png");
    background-position: center;
}

.car-feature-container .car-features .about-container .about-heading h2 {
    color: #ffffff;
}

.car-feature-container .feature-table-container .feature-nav-container {
    padding: 0 10%;
}

.car-feature-container .feature-table-container .feature-table-nav .nav-tabs {
    display: flex;
    justify-content: space-between;
    border: none;
}

.car-feature-container .feature-table-container .feature-table-nav .nav-tabs .nav-link {
    color: #ffffff;
    font-size: 1.16rem;
    padding: 0.5rem 0;
    text-align: center;
}

.car-feature-container .feature-table-container .feature-table-nav .nav-tabs .nav-link.active,
.car-feature-container .feature-table-container .feature-table-nav .nav-tabs .nav-link:hover {
    color: #f44336;
    border: none;
    border-bottom: 4px solid #f44336;
    background-color: transparent;
    outline: none;
    font-weight: 600;
}

.car-feature-container .feature-table-container .sep {
    width: 3px;
}

.car-feature-container .feature-table-container .feature-model-nav {
    display: flex;
    padding: 1rem 0;
    justify-content: space-around;
    background-color: #2c3238;
}

.car-feature-container .feature-table-container .feature-model-nav .feature-select {
    display: flex;
    justify-content: center;
    width: 30%;
}

.car-feature-container .feature-table-container .feature-model-nav .feature-select .custom-select-container {
    position: relative;
    width: 50%;
}

@media (max-width: 1024px) {
    .car-feature-container .feature-table-container .feature-model-nav .feature-select .custom-select-container {
        width: 80%;
    }
}

@media (max-width: 600px) {
    .car-feature-container .feature-table-container .feature-model-nav .feature-select .custom-select-container {
        width: 100%;
    }

    .car-feature-container .feature-table-container .feature-model-nav .feature-select {
        width: 45%;
    }

    .car-feature-container .feature-table-container .tab-content .tab-pane .feature-table-row .feature-table-col:nth-last-child(2),
    .car-feature-container .feature-table-container .tab-content .tab-pane .feature-table-row .feature-seperator:nth-last-child(3),
    .car-feature-container .feature-table-container .tab-content .tab-pane .feature-table-row .feature-seperator:nth-last-child(1),
    .car-feature-container .feature-table-container .feature-model-nav .sep:nth-last-child(1),
    .car-feature-container .feature-table-container .feature-model-nav .sep:nth-last-child(3),
    .car-feature-container .feature-table-container .feature-model-nav .feature-select:nth-last-child(2) {
        display: none !important;
    }

    .ml-5 {
        margin-left: 0 !important;
    }
}

.car-feature-container .feature-table-container .feature-model-nav .feature-select .custom-select-container .custom-select-new {
    width: 100%;
    height: 40px;
    display: flex;
    border-bottom: #f44336 3px solid;
}

.car-feature-container .feature-table-container .feature-model-nav .feature-select .custom-select-container .custom-select-new .selected-value {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 500;
    width: 80%;
    height: 100%;
}

.car-feature-container .feature-table-container .feature-model-nav .feature-select .custom-select-container .custom-select-new .select-dropdown {
    width: 20%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    transition: 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car-feature-container .feature-table-container .feature-model-nav .feature-select .custom-select-container .custom-select-new .select-dropdown.selected {
    transform: rotate(180deg);
    transition: 0.5s ease;
}

.car-feature-container .feature-table-container .feature-model-nav .feature-select .custom-select-container .custom-select-new .select-dropdown img {
    width: 60%;
}

.car-feature-container .feature-table-container .feature-model-nav .feature-select .custom-select-container .custom-select-list {
    position: absolute;
    width: 100%;
    display: none;
    background-color: #ffffff;
}

.car-feature-container .feature-table-container .feature-model-nav .feature-select .custom-select-container .custom-select-list ul {
    list-style: none;
}

.car-feature-container .feature-table-container .feature-model-nav .feature-select .custom-select-container .custom-select-list ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 45px;
    color: #000000;
    font-size: 1.15rem;
    font-weight: 500;
    cursor: pointer;
    padding: 0.5rem 0;
}

@media only screen and (max-width: 768px) {
    .car-feature-container .feature-table-container .feature-table-nav .nav-tabs {
        justify-content: space-around;
    }

    .car-feature-container .feature-table-container .feature-nav-container {
        padding: 0 !important;
    }

    .car-feature-container .feature-table-container .mobile-none {
        display: none !important;
    }
}

.car-feature-container .feature-table-container .tab-content .tab-pane {
    padding: 1rem 0;
}

.car-feature-container .feature-table-container .tab-content .tab-pane .feature-table-row {
    display: flex;
    justify-content: space-around;
}

.car-feature-container .feature-table-container .tab-content .tab-pane .feature-table-row .feature-table-col {
    width: 30%;
    max-height: 400px;
    overflow-y: scroll;
}

@media only screen and (max-width: 768px) {
    .feature-table-container .tab-content .tab-pane .feature-table-row .feature-table-col {
        width: 45% !important;
    }
}

.car-feature-container .feature-table-container .tab-content .tab-pane .feature-table-row .feature-seperator {
    display: flex;
    align-items: center;
}

.car-feature-container .feature-table-container .feature-table .feature-item {
    display: flex;
    height: 80px;
    align-items: center;
    border-bottom: 1px solid #757373;
}

.car-feature-container .feature-table-container .feature-table .feature-item .feature-value {
    color: #ffffff;
    font-size: 1.16rem;
}

/* car price style  */

.car-price-container .price-nav-header {
    padding: 10px;
    background-color: #212121;
    display: flex;
    justify-content: space-around;
}

.price-nav-header .price-header-item {
    color: #ffffff;
    font-size: 1.5rem;
    width: 50%;
    text-align: center;
}

.price-table .price-table-item div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 534px) {
    /*.price-nav-header .price-header-item:nth-child(1),*/
    /*.price-table .price-table-item div:nth-child(1) {*/
    /*  width: 30%;*/
    /*}*/

    .price-nav-header .price-header-item:nth-child(2),
    .price-table .price-table-item div:nth-child(2) {
        width: 50%;
    }

    /*.price-nav-header .price-header-item:last-child {*/
    /*  width: 10%;*/
    /*}*/
    .price-table .price-table-item div:last-child {
        justify-content: center;
        /*width: 20%;*/
    }

    .price-table .price-table-item div:last-child span {
        display: none;
    }
}

.price-table .price-table-item .collapseBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: transparent;
}

.price-table .price-table-item .collapseBtn img {
    margin-left: 5px;
}

.car-price-container .price-nav-header,
.car-price-container .price-table {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.car-price-container .price-nav-header .select-and-price,
.car-price-container .price-table .price-detail-container {
    width: 100%;
    max-height: 600px;
    overflow-y: scroll;
}

.car-price-container .price-table .price-detail-container {
    padding: 10px;
}

.car-price-container .price-table {
    padding: 2rem 0;
}

.car-price-container .price-table .varient-list-container .varient-list,
.car-price-container .price-table .price-detail-container .price-detail-list {
    list-style: none;
}

.car-price-container .price-table .varient-list-container .varient-list li,
.car-price-container .price-table .price-detail-container .price-detail-list li {
    height: 60px;
    font-size: 1.2rem;
    margin-bottom: 20px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offer-main-container,
.offer-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.offer-main-container .offer-container .offer-price {
    background-color: #f44336;
    color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.5);
}

@media (max-width: 992px) {
    .offer-container {
        padding: 20px 0;
    }
}

.terms-conditions {
    justify-content: space-evenly;
}

.terms-conditions .special-offers {
    width: 60%;
}

.terms-conditions .terms {
    width: 30%;
}

/* about car styles */

.about-container {
    max-width: 100%;
    margin: 0 2.5%;
    height: max-content;
}

.about-container h4 {
    font-weight: 600;
}

.about-heading p {
    color: #f44336;
}

.about-heading h2 {
    font-weight: 700;
}

.about-heading {
    padding-top: 20px;
    margin-bottom: 20px;
}

.about-subheading {
    color: #f44336;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-section-gallery .about-container img {
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 1000px) {

    .about-section-2 .about-heading,
    .about-section-3 .about-heading {
        margin-bottom: -4%;
        margin-top: 2%;
    }
}

.about-section-1,
.about-section-2 {
    margin-top: 2%;
    margin-bottom: 5%;
}

.about-list {
    list-style: square;
    margin: auto 20px !important;
}

.about-list li::marker {
    font-size: 1.5rem;
}

.about-list p {
    margin: 10px auto !important;
}

.about-list h5 {
    color: #f44336;
    font-weight: 600;
    margin-top: 20px !important;
}

@media only screen and (max-width: 1000px) {
    .about-container .about-row {
        flex-direction: column-reverse !important;
    }

    .about-section-img img {
        width: 30% !important;
        margin: 20px auto;
    }

    .about-section-3 .about-section-img img {
        width: 60% !important;
    }
}

@media only screen and (max-width: 768px) {

    .about-section-1,
    .about-section-2 {
        margin-top: 2%;
        margin-bottom: 15% !important;
    }

    .about-section-txt {
        margin-bottom: 20px !important;
    }

    .about-section-3 .about-section-img img {
        width: 100% !important;
    }

    .about-section-img {
        display: flex !important;
        justify-content: center !important;
    }

    .about-section-img img {
        width: 60% !important;
        margin: 20px auto;
    }
}

.about-section-img img {
    width: 100%;
}

.about-section-3 .about-section-img img {
    width: 45%;
}

/* new styles */

.car-specs-container {
    max-width: 500px;
}

.car-specs-container,
.spec-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.spec-container img {
    width: 35px;
}

.spec-details {
    margin-left: 15px;
}

.spec-details h6 {
    font-weight: 600;
}

@media (max-width: 990px) {
    .spec-container img {
        width: 22px;
    }

    .spec-details h6 {
        font-size: 0.8rem;
    }

    .spec-details p {
        font-size: 0.7rem;
    }
}