header.entry-header {
    display: block;
}

.featureItemTop.active, .featureItemBottom.active {
    display: flex !important;
    width: 100% !important;
}

.featureItemBottom.active {
    flex-direction: row-reverse !important;
}

.featureItemTop, .featureItemBottom {
    display: none;
} 

section.newModelTopSection {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    display: flex;
}

.textWrapper {
    width: 80%;
}

.modelIntro {
    width: 800px;
}

.modelTitle h1 {
    color: #d8263e;
}

.modelPrice h3 {
    font-weight: 500;
    color: #d8263e;
}

.redBtnTop a, span.quform-popup-link.quform-popup-link-19 {
    display: block;
    background-color: #d8263e;
    padding: 8px 5px;
    margin: 10px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
}

.modelButtonsHolder {
    padding-top: 15px;
}

h5.redHeadingButton.active {
    background-color: #d8263e;
    color: #fff;
}

h5.redHeadingButton {
    background-color: #e0e0e0;
    color: #000;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin: 20px;
    padding: 10px 15px;
    border-radius: 20px;
    cursor: pointer;
}

h2.midHeadingJMC {
    padding: 30px;
    text-align: center;
    font-size: 35px;
}

.infoSections {
    max-width: 1400px;
    margin: 0 auto;
}

.featureImage {
    width: 40%;
}

.featureText {
    width: 60%;
    padding: 40px;
}

.featureImage {
    width: 40%;
    border-radius: 20px;
}

.featureImage img {
    width: 100%;
    border-radius: 20px;
}

h5.redHeadingButton.BottomButton {
    float: right;
}

.vehicleColourNavHolder .swiper-wrapper {
    justify-content: center !important;
    flex-direction: row !important;
    gap: 8px !important;
    padding-bottom: 60px;
}


.vehicleColorSectionMain {
    flex-direction: column !important;
    position: relative;
}

.vehicleColourNavHolder {
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    section.newModelTopSection {
        flex-direction: column;
    }

    .modelIntro {
        width: 100%;
    }
    .redBtnTop a {
        margin: 12px 0;
    }

    .featureHeadingsHolder {
        display: flex;
    }


    .featureItemTop.active, .featureItemBottom.active {
        flex-direction: column !important;
    }

    .featureImage {
        width: 100%;
        padding: 20px;
    }

    .featureText {
        width: 100%;
        padding: 0 20px;
    }

}

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

    .featureHeadingsHolder {
        flex-direction: column;
    }

    h2.midHeadingJMC {
        padding: 15px;
    }

    h5.redHeadingButton {
        margin: 14px;
        padding: 11px 15px;
    }

    .vehicleColourHolder {
        width: 100%;
    }

    .vehicleColourNavHolder {
        width: 100%;
        margin-bottom: -40px;
    }
}