
@font-face {
    font-family: 'Citroen Type';
    src: url('../webfonts/citroen/CitroenType-Black.woff2') format('woff2'),
        url('../webfonts/citroen/CitroenType-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Citroen Type';
    src: url('../webfonts/citroen/CitroenType-Bold.woff2') format('woff2'),
        url('../webfonts/citroen/CitroenType-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Citroen Type';
    src: url('../webfonts/citroen/CitroenType-Medium.woff2') format('woff2'),
        url('../webfonts/citroen/CitroenType-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Citroen Type';
    src: url('../webfonts/citroen/CitroenType-Regular.woff2') format('woff2'),
        url('../webfonts/citroen/CitroenType-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html,
body {
    font-family: 'Citroen Type';
    font-weight: 400;
    font-size: 14px;
}
p:last-child{
    margin-bottom: 0;
}
p{
    font-size: 16px;
}
.btn-style-1 {
    border-radius: 0;
}
.btn-rounded {
    border-radius: 100px !important;
}
.block-style-3 .bs3-text h3 {
    font-size: 24px;
}
.list-1 li{
    padding-bottom: 12px;
    font-size: 16px;
}
.citroen-btns{
    display: inline-flex;
    flex-direction: column;
    gap:10px;
}
.citroen-btns a{
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #577089;
    padding: 10px 30px;
    border-radius: 30px;
    text-align: center;
}
.citroen-btns a:hover{
    background-color: #3b3938;
    color: #fff;
}
/* Header: Start */
.classy-nav-container a{
    font-size: 14px;
    font-weight: 500;
}
header.brand-header .classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 14px;
    font-weight: 400;
}
header.brand-header>section .right-sec .top .sub-menu {
    font-family: 'Citroen Type';
    font-weight: 400;
    font-size: 16px;
}
header.brand-header .breakpoint-off .classynav ul li .dropdown{
    width: 210px;
}
.breakpoint-on .classynav ul li .dropdown {
    padding: 0;
    margin: 0;
}
/* Header: End */

.block-style-2 .bs2-inner .exploremoreBtn{
    border: 1px solid #fff;
    text-decoration: none;
    padding: 7px 15px;
    border-radius: 30px;
}
.block-style-2 .bs2-inner .exploremoreBtn:hover {
    color: #000;
    background-color: #fff;
}

/* Footer: Start */
footer .ftop .ftblock h3 {
    font-size: 20px;
}
footer .ftop .ftblock p {
    font-size: 14px;
}

footer .ftop .ftlist-1 li p {
    font-size: 14px;
}
footer .ftop .ftlist-2 li a {
    font-size: 14px;
}
footer .ftop .ftlist-timing {
    font-size: 14px;
}
.owldots-1 .owl-dots .owl-dot.active span {
    background-color: #eb001e;
    border-color: #eb001e;
}
/* Footer: End */





@media (max-width: 767px) {
    .block-style-3 .bs3-text h3 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .block-style-3 .bs3-text h3 {
        font-size: 20px;
    }
}