/* Search */
.car-search {
    padding: 60px 0 30px 0;
    margin: 0;
}
.car-search .cell-row {
    position: relative;
    margin-top: 0;
}
.gp-home .car-search .cell-2.mob-btn {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

/* Header */
.classy-nav-container {
    background-color: #ffffff;
    z-index: initial;
}
header .top {
    /* z-index: 99999; */
}
header .top ul.link-1 {
    background: none;
}
header .top ul.link-1 li a {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
header .top ul.link-1 li a:hover,
header .top ul.link-1 li.active a {
    color: #ad0040;
    background-color: #fff;
}
.dealer-drop .dropdown-menu {
    background: #33414E;
    padding: 10px 0 10px 0;
    border-radius: 0;
    border: 0;
    margin: 0;
}
.dealer-drop .dropdown-menu .dropdown-item {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 15px;
}
.dealer-drop .dropdown-menu .dropdown-item:hover {
    background-color: #fff;
    color: #ad0040;
}
header .top ul.link-2 li a {
    text-decoration: none;
}
header .top ul.link-2 li i.arw {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 2px;
}
/* Home: Our Brand */
.gh-our-brand {
    padding: 60px 0 100px 0;
}
.gh-our-brand h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #ad0040;
    font-weight: 700;
}
.gh-our-brand p.one {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.gh-our-brand .top {
    padding-left: 150px;
    padding-right: 150px;
}
.gh-our-brand .bottom {
    display: flex;
    flex-direction: row;
    gap: 2px;
    margin: 25px 0 0 0;
}
.gh-our-brand .cell {
    width: 100%;
    height: 220px;
    background-color: #ad0040;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.gh-our-brand .cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.gh-our-brand .cell:hover img.main {
    transform: scale(1.1);
}
.gh-our-brand .cell img.logo {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 54px;
    z-index: 9;
    object-fit: scale-down;
}
.gh-our-brand .cell::after {
    width: 100%;
    height: 100%;
    background-color: #ad0040;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(98,100,109);        
    background: linear-gradient(180deg, rgba(98,100,109,0) 0%, rgba(0,0,0,1) 100%);
}







.box-col {
    display: flex;
    flex-direction: row;
    border: 1px solid #fff;
}
.box-col .cell {
    cursor: pointer;
}
.box-col .cell,
.box-col .split {
    width: 100%;
    height: 400px;
    background-color: #ad0040;
    /* border: 2px solid #fff; */
    height: 560px;
    position: relative;
    overflow: hidden;
}
.box-col .cell {
    border: 1px solid #fff;
}
.box-col .cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.box-col .cell:hover img {
    transform: scale(1.1);
}
.box-col .cell::after {
    width: 100%;
    height: 100%;
    background-color: #ad0040;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(98,100,109);
    background: linear-gradient(180deg, rgba(98,100,109,0) 37%, rgba(0,0,0,0.9473039215686274) 100%);
}
.box-col .split .cell:first-child {
    height: 65%;
}
.box-col .split .cell:last-child {
    height: 35%;
}
.box-col .split.two .cell:first-child {
    height: 35%;
}
.box-col .split.two .cell:last-child {
    height: 65%;
}
.box-col .cell span {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
    z-index: 9;
    width: 100%;
    text-align: center;
}
/* Welcome JCC */
.welcome-jcc .cell-row {
    display: flex;
    flex-direction: row;
    gap: 30px;
    border-bottom: 2px solid #e7e7e7;
    border-bottom-style: dashed;
    padding: 0 0 75px 0;
    margin: 0 0 60px 0;
}
.welcome-jcc {
    padding: 90px 0 0 0;
}
.welcome-jcc .first img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.welcome-jcc .last {
    width: 280px;
}
.welcome-jcc .last h3 {
    font-size: 30px;
    font-weight: 700;
    color: #ed1f24;
    line-height: 28px;
    margin: 0 0 15px 0;
}
.welcome-jcc .last p {
    font-size: 16px;
    line-height: 20px;
}
/* Footer */
.footer-box {
    padding-right: 30px;
}
.time-box span {
    margin-bottom: 6px;
}
.footer-col .linksstyle {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #4a5b6b;
    border-style: dashed;
    margin-bottom: 10px;
}
.footer-col .linksstyle li:first-child {
    width: 200px;
    min-width: 200px;
}
footer ul.linksstyle li a::after {
    display: none;
}
.footer-col .linksstyle li a {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 10px;
}
.ftr-hdng {
    font-size: 18px;
}

/* Feed */
.feed-sec {
    margin-bottom: 100px;
}
.feed-sec img {
    width: 100%;
    margin: 0 0 0 0;
}

footer {
    padding-bottom: 0;
}


.inner{
    padding: 80px 0;
}
.brand--row{
    row-gap: 30px;
}
.our-brands-pg .gh-our-brand .cell{
    height: 400px;
}



@media screen and (max-width:1199px) {
    .gh-our-brand .top {
        padding-left: 0;
        padding-right: 0;
    }
    .box-col .cell span {
        font-size: 22px;
    }
    .time-box span {
        width: 100px;
        margin-bottom: 10px;
    }
    header .top ul.link-1 li a {
        padding-left: 8px;
        padding-right: 8px;
    }
    header .top ul.link-2 {
        margin: 0 0 0 130px;
        padding-right: 10px !important;
    }
    header .top::after {
        left: -568px;
    }
}
@media screen and (max-width:991px) {
    header .top ul.link-2 {
        margin: 0;
        width: 100%;
        padding: 10px 0 !important;
    }
    header .top ul.link-1 li a {
        line-height: 30px;
    }
    header .top ul.link-1 {
        width: 100%;
        margin: 5px 0 0 0;
    }
    header .top ul.link-1 li a:hover, header .top ul.link-1 li.active a {
        color: #fff;
        background-color: rgb(93 110 126);
    }
    .car-search .cell-row {
        padding-bottom: 5px;
    }
    .gh-our-brand .cell {
        width: 50% !important;
    }
    .gh-our-brand .bottom {
        flex-wrap: wrap;
    }
    .gh-our-brand .cell {
        width: calc(50% - 1px) !important;
    }
    .gh-our-brand .cell img.logo {
        padding-left: 15px;
        padding-right: 15px;
    }
    .box-col .cell, .box-col .split {
        height: 470px;
    }
    .box-col {
        flex-wrap: wrap;
    }
    .box-col .cell, .box-col .split {
        width: 50%;
    }
    .box-col .split .cell {
        width: 100%;
    }
    .welcome-jcc .cell-row {
        flex-direction: column;
    }
    .welcome-jcc .cell-row {
        flex-direction: column-reverse;
    }
    .welcome-jcc .last {
        width: 100%;
    }
    .welcome-jcc .cell-row {
        gap: 10px;
    }
    .gh-our-brand {
        padding-bottom: 60px;
    }
    .welcome-jcc {
        padding-top: 60px;
    }
    .welcome-jcc .cell-row {
        padding-bottom: 60px;
    }
    .feed-sec {
        margin-bottom: 60px;
    }
    .footer-box {
        border-bottom: 0 !important;
        padding-right: 0 !important;
    }
    .time-sec {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .time-box {
        width: 50%;
    }
    .footer-col .linksstyle li:first-child {
        width: 150px;
        min-width: 150px;
    }
    .gh-our-brand .cell:last-child {
        width: 100% !important;
    }
    .our-brands-pg .gh-our-brand .cell {
        height: 320px;
    }
}
@media screen and (max-width:767px) {
    header .top.group-home ul.link-1 li {
        width: auto;
    }
    .dealer-drop .dropdown-menu {
        background: #455360;
    }
    .car-search .cell-row {
        margin-top: 0;
    }
    .gh-our-brand {
        padding-bottom: 60px;
    }
    .box-col .cell, .box-col .split {
        height: 340px;
    }
    .gh-our-brand {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .welcome-jcc {
        padding-top: 40px;
    }
    .welcome-jcc .cell-row {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    .feed-sec .cell {
        margin-bottom: 30px;
    }
    .footer-col .linksstyle {
        flex-direction: column;
    }
    .footer-col .linksstyle li a {
        padding-left: 0;
    }
    .inner {
        padding: 50px 0;
    }
    .gh-our-brand p.one{
        font-size: 18px;
    }
}
@media screen and (max-width:575px) {
    header .top ul.link-1 {
        display: flex;
        flex-direction: row;
        margin-right: 0;
    }
    .breakpoint-on .classy-navbar .classy-menu {
        width: 270px;
    }
    .gh-our-brand .cell {
        width: 100%;
        height: 190px;
    }
    .box-col .cell span {
        bottom: 15px;
    }
    .box-col .cell, .box-col .split {
        height: 280px;
    }
    .box-col .cell span {
        font-size: 16px;
    }
    .feed-sec {
        margin-bottom: 20px;
    }
    .time-sec {
        flex-direction: column;
    }
    .time-box {
        width: 100%;
    }
    .time-box span {
        width: 50%;
    }
    .opening-time .footer-box {
        padding-top: 5px;
    }
    header .top ul.link-1 li a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .our-brands-pg .gh-our-brand .cell {
        height: 270px;
    }
    .brand--row {
        row-gap: 15px;
    }
}