.showroom-list-container .showroom-list-content {
    margin-bottom: 84px;
}

.blockshowroom-container {
    background: none !important;
    padding: 15px 0 !important;
}

.showroom-list {
    margin-top: 30px;
    margin-bottom: 71px;
}

.showroom-list-container .showroom-list-content .video video {
    width: 100%;
    max-width: 430px;
}

.showroom-list-container .showroom-list-content .content {
    margin-top: 3rem;
}

.showroom-list-container .showroom-list-content .content p {
    margin-top: 3rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 3rem;
}

.showroom-list-container .showroom-list-content .content small {
    font-size: 1rem;
    line-height: 1rem;
}

.showroom-list-container .showroom-list .showroom {
    border: 1px solid #E4E4E4;
    margin-left: 0;
    margin-right: 0;
    border-radius: 40px;
}

.showroom-list-container .showroom-list .showroom:not(:last-child) {
    margin-bottom: 24px;
}

.showroom-list-container .showroom-list .showroom .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.blockshowroom-container .showroom strong {
    font-family: Karla-ExtraBold, sans-serif;
}

.blockshowroom-container .showroom .section-title, .showroom-list-container .showroom-list-content .section-title {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.showroom-list-container .showroom-list .showroom .section-title {
    padding-bottom: 0 !important;
    color: #4F6C76 !important;
    font-family: "AwesomeSerif-BoldExtraTall", sans-serif;
    font-size: 34px !important;
    line-height: normal !important;
    letter-spacing: -0.68px !important;
    margin-bottom: 24px !important;
}

@media screen and (max-width: 768px) {
    .showroom-list-container .showroom-list .showroom .section-title {
        font-size: 24px !important;
        line-height: 36px !important;
        margin-bottom: 6px !important;
    }
}

.showroom-list-container .showroom-list .showroom p {
    font-size: 16px !important;
    line-height: 24.4px !important;
    letter-spacing: -0.08px !important;
}

@media screen and (max-width: 768px) {
    .showroom-list-container .showroom-list .showroom p {
        font-size: 14px !important;
    }
}

.showroom-list-container .showroom-list .showroom p:last-child {
    margin-bottom: 0 !important;
}

.showroom-list-container .showroom-list .showroom .feature-desc p {
    margin-bottom: 9px !important;
}

.showroom-list-container .showroom-list .showroom .feature-desc p:last-child {
    margin-bottom: 20px !important;
}

@media screen and (max-width: 768px) {
    .showroom-list-container .showroom-list .showroom .feature-desc p:last-child {
        margin-bottom: 10px !important;
    }
}

.showroom-list-container .showroom-list .showroom h3 {
    color: #4F6C76 !important;
    font-family: Karla-ExtraBold, sans-serif;
    font-size: 18px !important;
    line-height: normal !important;
    letter-spacing: -0.36px !important;
    margin-bottom: 12px !important;
}

@media screen and (max-width: 768px) {
    .showroom-list-container .showroom-list .showroom h3 {
        font-size: 16px !important;
        margin-bottom: 6px !important;
    }
}

.showroom-list-container .showroom-list .showroom .opening-times {
    margin-bottom: 32px;
}

.showroom-list-container .showroom-list .showroom .opening-times p {
    letter-spacing: -0.32px !important;
}

.showroom-list-container .showroom-list .showroom .opening-times strong {
    font-family: Karla-ExtraBold, sans-serif;
}

.showroom-list-container .showroom-list .showroom .opening-times .red {
    color: #B93C3C !important;
    font-weight: 600 !important;
}

.showroom-list-container .showroom-list .showroom .content-description {
    margin-bottom: 24px;
}

.showroom-list-container .showroom-list .showroom .feature-desc {
    width: 85%;
}

.showroom-list-container .showroom-list .showroom .opening-times,
.showroom-list-container .showroom-list .showroom .content-description {
    width: 80%;
}

@media screen and (max-width: 768px) {
    .showroom-list-container .showroom-list .showroom .feature-desc {
        width: 100%
    }

    .showroom-list-container .showroom-list .showroom .opening-times,
    .showroom-list-container .showroom-list .showroom .content-description {
        width: 100%;
        margin-bottom: 18px;
    }
}

.showroom-list-container .showroom-list .showroom .feature-image {
    display: block;
    height: 100%;
}

.showroom-list-container .showroom-list .showroom .feature-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 40px;
}

@media screen and (max-width: 768px) {
    .showroom-list-container .showroom-list .showroom .feature-image img {
        max-height: 350px;
        object-fit: cover;
        border-radius: 30px;
    }
}

.showroom-list-container .showroom-list .showroom .appointment-btn, .showroom-list-container .showroom-list-content .appointment-btn {
    margin-bottom: 25px;
    width: fit-content;
}

@media screen and (max-width: 768px) {
    .showroom-list-container .showroom-list .showroom .appointment-btn, .showroom-list-container .showroom-list-content .appointment-btn {
        margin-bottom: 22px;
    }
}

.showroom-list-container .showroom-list .left-column {
    padding-right: 10px !important;
}

@media screen and (max-width: 768px) {
    .showroom-list-container .showroom-list .left-column {
        padding-right: 0 !important;
    }
}

.showroom-list-container .showroom-list .right-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 15px 25px 75px !important;
}

@media screen and (max-width: 1700px) {
    .showroom-list-container .showroom-list .right-column {
        padding-left: 40px !important;
    }
}

@media screen and (max-width: 1540px) {
    .showroom-list-container .showroom-list .right-column {
        padding-left: 20px !important;
    }
}

@media screen and (max-width: 768px) {
    .showroom-list-container .showroom-list .right-column {
        padding: 15px 15px 25px !important;
    }
}

.showroom-list-container .showroom-list .showroom .closed {
    background: #909090;
}

.showroom-list-container .showroom-list .showroom .closed:hover {
    background: #000;
}

.showroom-list-container .showroom-list .showroom .address {
    margin-bottom: 25px !important;
}

.showroom-list-container .showroom-list .showroom .map {
    position: relative;
    display: inline-block;
    color: #e7ab94;
    font-family: Karla-Medium, sans-serif;
    font-size: 17px;
    line-height: normal;
    letter-spacing: -0.085px;
    text-decoration-line: underline;
}

@media screen and (max-width: 768px) {
    .showroom-list-container .showroom-list .showroom .map {
        font-size: 15px;
    }
}

.showroom-list-container .contact-form-block {
    margin-bottom: 4rem;
}

.showroom-list-container .contact-form-block .contact-page-info {
    padding-left: 0;
}

.showroom-list-container .contact-form-block .form-col {
    padding-right: 0;
}

.showroom-list-container .showroom-list .showroom .map svg {
    width: 12px;
    margin-right: 10px;
}

.showroom-list-container .showroom-list .showroom .banner {
    z-index: 1;
    color: #fff;
    background: #bf1e2e;
    font-family: Karla-ExtraBold, sans-serif;
    font-size: 1.2rem;
    padding: 0.4em 3em 0.6em;
    letter-spacing: 0.08em;
    text-align: center;
    position: absolute;
    right: -2.6em;
    top: 1.7em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 1600px) {
    .showroom-list-container .showroom-list .showroom .feature-desc,
    .showroom-list-container .showroom-list .showroom .opening-times,
    .showroom-list-container .showroom-list .showroom .content-description {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .showroom-list-container .showroom-list .showroom .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .showroom-list-container .showroom-list .left-column {
        padding-right: 0 !important;
    }

    .showroom-list-container .showroom-list .showroom .feature-image img {
        max-height: 450px;
        object-fit: cover;
    }

    .showroom-list-container .showroom-list .right-column {
        padding: 20px 15px 25px !important;
    }

    .showroom-list-container .showroom-list .showroom .feature-desc,
    .showroom-list-container .showroom-list .showroom .opening-times,
    .showroom-list-container .showroom-list .showroom .content-description {
        width: 100%;
    }
}

.showroom-list-container .showroom-list-content .bottom-section {
    text-align: center;
}

.showroom-list-container .showroom-list-content .bottom-section h3 {
    color: #4F6C76;
    text-align: center;
    font-family: Karla-ExtraBold, sans-serif;
    font-size: 26px;
    line-height: normal;
    letter-spacing: -0.52px;
    margin-bottom: 12px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.showroom-list-container .showroom-list-content .bottom-section p {
    text-align: center;
    font-size: 20px !important;
    line-height: normal !important;
    letter-spacing: -0.4px !important;
}

.showroom-list-container .showroom-list-content .bottom-section .clock-svg-icon {
    margin: 0 auto 18px;
}

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

    .showroom-list-container .showroom-list-content .bottom-section h3 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .showroom-list-container .showroom-list-content .bottom-section p {
        font-size: 17px !important;
    }

    .showroom-list-container .showroom-list-content .bottom-section .clock-svg-icon {
        margin: 0 auto 12px;
        width: 35px;
        height: 35px;
    }
}

.showroom-list-container .lets-talk-banner {
    margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
    .showroom-list-container .lets-talk-banner {
        margin-bottom: 30px;
    }
}

.single-showroom-swiper {
    position: relative;
    margin-bottom: 60px;
}

.single-showroom-swiper .slide-content {
    position: absolute;
    padding: 1.5em 2em 2em 2em;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    height: auto;
    min-height: 8em;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.25);
}

.single-showroom-swiper img {
    width: 100%;
}

.single-showroom-swiper .slide-content h2 {
    color: #ffffff;
    margin-bottom: 0.6em;
    font-size: 2.2em;
}

.single-showroom-swiper .slide-content p {
    color: #ffffff;
    font-size: 1.5em;
    text-align: justify;
    line-height: 1.2;
}


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

    .single-showroom-swiper .booking-btn {
        background: rgba(0, 0, 0, 0) !important;
        border: 1px solid #fff;
    }

    .single-showroom-swiper .booking-btn:hover {
        color: #373a36;
        background: #fff !important;
    }
}

.single-showroom-swiper .booking-btn {
    color: #fff;
    text-align: center;
    font-family: Karla-Regular, sans-serif;
    font-size: 15px;
    line-height: 29px;
    padding: 12px 35px;
    border-radius: 0;
}

.single-showroom-swiper {
    overflow: hidden;
}

.showroom-content {
    margin-top: 40px;
    padding: 30px 0;
    border-top: 2px solid #d8d8d8;
}

.showroom-content .section-title {
    margin-bottom: 0 !important;
}

.showroom-content .desc-outer {
    text-align: right;
    padding: 1rem;
}

.showroom-content .msg-alert {
    border-color: #e4dfcb;
    background: #faf6e6;
    color: #918554;

    font-size: 1.5em;
    text-align: center;
}

.showroom-footer {
    margin: 45px 0;
}

.showroom-footer .section-title {
    width: 50%;
}

.showroom-footer span {
    display: block;
}

.showroom-footer .owner-details > span {
    font-weight: 900;
    font-size: 1rem;
}

.showroom-footer .owner-details {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

@media (max-width: 1280px) {
    .showroom-list-container .contact-form-block {
        margin-bottom: 3rem;
    }
}

@media (max-width: 1024px) {

    .showroom-list-container .contact-form-block {
        margin-bottom: 2rem;
    }

    .showroom-list-container .showroom-list-content .content {
        margin-top: 1rem;
    }

    .showroom-list-container .showroom-list-content .content p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .showroom-footer .section-title {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .single-showroom-swiper {
        margin-bottom: 35px;
    }

    .showroom-footer {
        margin: 40px 0;
    }

    .single-showroom-swiper .booking-btn {
        position: unset;
        margin: 0;
    }

    .showroom-list-container .contact-form-block .contact-page-info {
        padding-left: 0;
        padding-right: 0;
    }

    .showroom-list-container .contact-form-block .form-col {
        padding-left: 0;
        padding-right: 0;
    }

    .showroom-list-container .contact-form-block {
        margin-bottom: 1rem;
    }

    .showroom-list-container .showroom-list-content {
        margin-bottom: 35px;
    }

    .showroom-list-container .showroom-list-content .content {
        padding-left: 0;
        padding-right: 0;
    }

    .showroom-list-container .showroom-list-content .content p {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .showroom-list {
        margin-top: .6rem;
        margin-bottom: 40px;
    }

    .single-showroom-swiper .slide-content {
        position: unset;
        width: 100%;
        background: transparent;
        padding: 1.5em 0 1em 0;
    }

    .single-showroom-swiper .slide-content h2 {
        color: #1a1a1a;
        font-size: 1.8rem;
    }

    .single-showroom-swiper .slide-content p {
        color: #1a1a1a;
    }

    .booking-btn {
        position: unset;
        width: 100%;
    }
}

.showroom-page-header {
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .showroom-page-header {
        margin-top: .6rem;
        margin-bottom: 0;
    }

    .showroom-page-header .section-title {
        display: block;
    }
}

.single-showroom-swiper .swiper-buttons {
    margin-top: 15px !important;
}

.single-showroom-swiper .swiper-button-next:after, .single-showroom-swiper .swiper-button-prev:after {
    font-size: 30px;
}


/*Video css*/
.showroom-list .feature-video {
    position: relative;
}

.showroom-list .feature-video video {
    display: block;
}

.showroom-list .feature-video i.play {
    font-family: FontAwesome, sans-serif;
    position: absolute;
    background: #1a1a1a96;
    border-radius: 50%;
    height: 56px;
    width: 56px;
    bottom: calc(50% - 30px);
    display: flex;
    left: calc(50% - 30px);
    justify-content: center;
    color: #fff;
    transition: all .15s ease-in;
    z-index: 1;
    cursor: pointer;
}

.showroom-list .feature-video i.play:hover {
    background: #2B7735;
    opacity: 100%;
}

.showroom-list .feature-video i.play svg {
    opacity: 100%;
    width: 15px;
    margin-left: 3px
}

.showroom-list .feature-embedded-video{
    display: block;
    height: 100%;
    border-radius: 40px;
    overflow: hidden;
}