/* Common */
.btn-citr {
    border-radius: 20px;
}

.form-control,
.form-select {
    border: 1px solid #a2a2a2;
    border-radius: 4px;
}

label {
    color: #363636;
}

.btn-citroen {
    padding: 9px 13px;
    border-radius: 7px;
    font-weight: 500;
}

.form-container {
    padding: 2.5em 2.5em;
    background: #ffffff96;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 10px;

}

/* Header & Menu */
.cart-icon {
    font-size: 10px;
    color: #909090;
}

.cart-icon i {
    font-size: 20px;
}

.main-menu {
    width: 400px;
    left: -400px;
    padding-top: 90px;
}

.main-menu>nav>ul>li>a {
    color: #414141;
    font-size: 34px;
    font-weight: 600;
    line-height: 53px;
    padding: 5px 0 5px 70px;
    text-transform: capitalize;
}

.main-menu .sub-menu li.title {
    font-size: 1.3em;
    color: black;
    font-weight: 600;
}

.main-menu ul li .sub-menu>ul>li a {
    color: #848484;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

/* Section */
.section-head {
    font-weight: 800;
    color: #1b1b1b;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.section-details h4 {
    color: white;
    font-weight: 800;
    font-size: 2.5em;
    letter-spacing: 1.4px;
    text-shadow: 7px 7px 44px rgba(0, 0, 0, 1);
}

.section-details p {
    color: white;
    font-size: 1.2em;
    text-shadow: 7px 7px 44px rgba(0, 0, 0, 1);
}

.home-section-pc,
.home-section-mob {
    position: relative;
}

.home-section-pc .section-details,
.home-section-mob .section-details {
    position: absolute;
    text-shadow: 7px 7px 44px rgba(0, 0, 0, 1);
}

.home-section-pc .section-details.right,
.home-section-mob .section-details.right {
    top: 30%;
    right: 5%;
    text-align: right;
}

.home-section-pc .section-details.left,
.home-section-mob .section-details.left {
    top: 30%;
    left: 5%;
}

.home-service {
    background-color: white;
}

.home-service h3 {
    font-weight: 800;
    color: black;
}

.home-service p {
    font-size: 14px;
    color: black;
}

.home-service ul {
    font-size: 14px;
    color: rgb(46, 46, 46);
    list-style: disc
}

.home-service ul li {
    margin-bottom: 10px
}


.home-future h3 {
    font-weight: 900;
    font-size: 2.7em;
    color: #363636;
}

.home-future p {
    font-size: 14px;
    color: black;
}

.home-icons {
    margin-top: 4em;
    margin-bottom: 2em;
}

.home-icons img {
    width: 100px;
    margin-bottom: 13px;
}

.home-icons h3 {
    font-weight: 600;
    font-size: 1.9em;
}

.home-icons p {
    color: #353535;
    font-size: 14px;
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {
    .section-details h4 {
        font-size: 1.8em;
    }

    .section-details p {
        font-size: 1em;
    }

    .home-section-mob .section-details.right {
        top: 20%;
        right: auto;
        left: auto;
        text-align: center;
    }

    .home-section-mob .section-details.left {
        top: 20%;
        right: auto;
        left: auto;
        text-align: center;
    }
}


/* Footer */
.footer-2 {
    padding-top: 67px;
    background: #070707;
    color: #bdbdbd;
}

.footer-area {
    padding: 80px 0 25px;
}

.footer-title {
    color: #fff;
}

.footer-2 li a,
.footer-2 h6 {
    color: #bdbdbd;
}

.copyright-2 {
    background: #121212 none repeat scroll 0 0;
}

/* Slider & Form */
/* Slider */
.main-slider {
    position: relative;
    /* padding-top: 200px; */
}

.main-slider .slick-next {
    right: 18px;
}

.main-slider .slick-prev {
    left: 18px;
}

.slick-arrow {
    cursor: pointer;
    z-index: 9;
}

.appointment-slider-area {
    bottom: 10px;
    position: absolute;
    right: 0;
    left: 0;
}

/* Slider form */

.headerform {
    background: #ffffffd6;
    padding: 22px;
    border-radius: 10px;
}

.headerform h2 {
    font-size: 1.3em;
    margin-bottom: 15px;
    font-weight: 800;
    color: #292929;
}

.headerform input,
.headerform select {
    border: 1px solid #cfcfcf;
    background-color: white;
    height: 37px;

}


.headerform .btn {
    padding: 8px 25px;
    border-radius: 5px;
}


.headerform {
    position: absolute;
    top: 15%;
    right: 3%;
}

.headerform label {
    font-size: 13px;
    font-weight: 500;
}

/* Form */

.error {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    background: #f44336;
    margin-top: 10px;
    border-radius: 10px;
    display: block;
}

.success {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    background: #4caf50;
    margin-top: 10px;
    border-radius: 10px;
    display: block;
}

.form-message {
    text-align: center;
}


@media (max-width: 1399.98px) {
    .headerform {
        top: 10%;
    }
}

@media (max-width: 1199.98px) {
    .headerform {
        top: 5%;
    }
}

@media (max-width: 991.98px) {
    .headerform {
        top: .5%;
    }
}

@media (max-width: 767.98px) {
    .headerform {
        z-index: 0;
        position: initial;
        background: #ffffff;
        margin: -10px;
        border-radius: 0;
        border: 1px solid #cccccc;
    }

    .appointment-slider-area {
        bottom: auto;
        top: 44%;
    }
}

/* Slider & Form */

/* SUBPAGES */
.heading-banner-title h2 {
    padding: 47px 0 22px;
}

.heading-banner-area {
    background: rgba(0, 0, 0, 0) url(../img/bg/1.jpg) no-repeat scroll center center/cover;
}

/* ABOUT */
.about-us {
    padding: 0;
}

.about-brief {
    margin-left: 0;
    margin-top: 0;
    min-height: auto;
}

/* Outlets */

/* Outlets */
.outlet .card {
    background-color: #ffffff;
    padding: 20px 10px 20px 10px;
    border-radius: 10px;
}

.outletdetails h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    color: black;
}

.outletdetails p {
    color: #5d5d5d;
    line-height: 1.5;
    font-size: 13px;
    margin-bottom: 0;
}

.outlettype {
    text-align: center;
}

.outlettype h5 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}

.outlettype p {
    color: #252525;
    font-weight: 700;
    margin-bottom: 0;
}

.outletworking p a {
    color: #252525;
    font-weight: 500;
}

.outletworking h5 {
    font-weight: 600;
    font-size: 15px;
    color: #252525;
    margin-top: 15px;
    text-decoration: underline;
}

.outletworking p {
    margin-bottom: 0;
    font-size: 13px;
}

/* Gallery */
.gallery-container img {
    border-radius: 20px;
}

/* Contact */

.map-container .nav-tabs .nav-link.active {
    background: white;
    color: #0f0f0f;
    font-weight: 700;
}

.map-container .nav-tabs .nav-link {
    background: #f7f7f7;
    color: #969696;
}

/* Test Drive */
.bmodel p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px;
    color: #0f0f0f;
    font-weight: 700;
}

.bmodel {
    cursor: pointer;
    border-bottom: #ffffff solid 2px;
    border: #ffffff solid 2px;
    border-radius: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bmodel:hover {
    border-color: #a5a5a5;
}

.bmodel.active {
    border-color: #1b1b1b;
}

/* Models */
.model-item {
    margin-bottom: 4em;
    text-align: center;
}

.model-item p {
    color: black;
    font-weight: 700;
    font-size: 1.3em;
    margin-top: 17px;
}

.model-item .btn {
    margin-bottom: 7px;
    margin-right: 3px;
    margin-left: 3px;
    padding: 5px 12px;
    font-size: 13px;
    font-weight: 700;
}