html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #000000;
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

a {
    color: rgb(var(--main-color-1));
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
a:hover{
    text-decoration: none;
}
p{
    /*font-size: 16px;
    line-height: 24px;*/
    font-weight: 400;
    color: #000;
}
p:last-child {
    margin-bottom: 0 !important;
}
.img-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}
.img-bg .find {
    display: none !important;
}

/*Group Header Start*/
.header-new{
    position: relative;
    z-index: 99999;
}
.header-top{
    background: #eff3f9;
    padding: 8px 0;
}
.top-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.top-menu li{
    list-style: none;
    text-decoration: none;
    padding: 0 10px;
    position: relative;
}
.top-menu li a{
    color: #000;
    font-weight: 400;
    font-size: 12px;
    color: #000;
}
.top-menu li a:hover span{
    color: #000 !important;
}
.top-menu li.w-honda a span{
    color: #ed1a36;
}
.top-menu li.w-perth a span{
    color: #cd2027;
}
.top-menu li.w-suzuki a span{
    color: #015cd0;
}
.top-menu li.w-mg a span{
    color: #fe0000;
}
.top-menu li.w-quay a span{
    color: #1c72b9;
}
.top-menu li::after {
    width: 2px;
    height: 11px;
    content: "";
    background: #bebebe;
    position: absolute;
    right: 0;
    top: 7px;
}
.top-menu li:last-child::after {
    display: none;
}
.saved-btn{
    position: relative;
    padding-left: 12px;
}
.saved-btn::before{
    width: 2px;
    height: 20px;
    content: "";
    background: #adadad;
    position: absolute;
    left: 0;
    top: 3px;
}
.saved-btn a{
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.saved-btn a:hover{
    color: rgb(var(--main-color-1));
}
.saved-btn .count{
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
    background: rgb(var(--main-color-1));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.saved-btn .count:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-right-color: rgb(var(--main-color-1));
    border-width: 4px;
    margin-top: -4px;
}
.mobile-drpdwn .dropdown-toggle {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    height: 34px;
    line-height: 34px;
    display: block;
    padding: 0 13px;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 30px;
    /*display:none;*/
}
.mobile-drpdwn .dropdown-toggle::after {
    display: none;
}

.mobile-drpdwn .dropdown-menu {
    width: 100%;
    right: 0 !important;
    left: auto !important;
    top: 41px !important;
    background: #000;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #fff;
    padding: 0;
    position: relative;
    z-index: 99999;
    transform: inherit !important;
    overflow: hidden;
    text-align: center;
}
.mobile-drpdwn .dropdown-menu {
    right: -430px;
}

.mobile-drpdwn .dropdown-item{
    color: #FFF;
}
.mobile-drpdwn .dropdown-menu a {
    color: #FFF;
    padding: 10px 18px;
    font-size: 14px;
    background:#000 !important;
    border-bottom: 2px solid #fff;
    white-space: normal;
}
.mobile-drpdwn .dropdown-menu a:last-child {
    border-bottom: 0;
}
.mobile-drpdwn .dropdown-toggle {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    display: block;
    padding: 0 13px;
    text-decoration: none;
    border: 2px solid #000;
    border-radius: 30px;
    text-align: center;
    display:none;
}

.mobile-drpdwn .dropdown-toggle:hover {
    color: #C00;
}
.mobile-drpdwn .dropdown-menu::after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #fff;
    content: "";
    position: absolute;
    right: 20px;
    top: -10px;
}

header .classy-navbar {
    float: none;
    margin: 0;
}
.breakpoint-off.classy-nav-container .classy-menu a {
    display: inline-flex;
    align-items: center;
}
/*Group Header End*/

/*Footer Start*/
.footer-new a {
    text-decoration: none !important;
}
.footer-new a:hover{
    color: rgb(var(--main-color-1)) !important;
}
.footer-new p a:hover{
    color: rgb(var(--main-color-1)) !important;
}
.footer-new .footer-top{
    background: #000;
    padding: 6px 15px;
}
.footer-new .footer-top p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.footer-new .footer-bottom{
    background: #191919;
    padding: 60px 15px 40px;
}
.footer-new .dealers-row{
    display: flex;
    /*flex-wrap: wrap;*/
    margin: 0 -15px;
    padding-bottom: 40px;
    justify-content: space-between;
}
.footer-new .dealers-col{
    /*flex: 0 0 auto;*/
    width: auto;
    padding: 0 15px;
    margin-bottom: 20px;
}
.footer-new .dealerbox h4{
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
}
.footer-new .dealerbox h5{
    margin-bottom: 10px;
}
.footer-new .dealerbox h5 a{
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin-bottom: 15px;
    display: block;
    white-space: nowrap;
}
.footer-new .dealerbox h5 a:hover{
    color: rgb(var(--main-color-1));
}
.footer-new .dealerbox p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #ababab;
    margin-bottom: 15px;
}
.footer-new .dealerbox p a {
    display: inline-block;
    margin-right: 0;
}
.footer-new .cont-num a i{
    color: rgb(var(--main-color-1));
    padding-right: 10px;
} 
.footer-new .social-icons{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.footer-new .social-icons li{
    list-style: none;
    text-decoration: none;
    margin-right: 12px;
}
.footer-new .social-icons li a {
    width: 20px;
    height: 20px;
    background: #303030;
    font-size: 10px;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%;
}
.footer-new .social-icons li a i {
    color: inherit;
}
.footer-new .social-icons li a:hover{
    background: #fff;
    color: #191919 !important;
}
.footer-new .footer-menus {
    font-size: 0;
    text-align: center;
    padding: 21px 0 11px;
    border-top: 1px solid #242424;
    border-bottom: 1px solid #242424;
}
.footer-new .footer-menus{
    font-size: 0;
    text-align: center;
}
.footer-new .footer-menus a{
    display: inline-block;
    color: #ababab;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 10px;
    margin: 0px 0px 10px 0px;
}
.footer-new .footer-menus a:hover{
    color: rgb(var(--main-color-1));
}
.footer-new .footer-menus label{
    font-size: 14px;
    color: #474747;
    margin: 0;
    padding: 0 10px;
}
.footer-new .copyright{
    padding: 25px 0px 0px 0px;
}
.footer-new .copyright p {
    font-size: 12px;
    line-height: 24px;
    margin: 0 0 8px 0;
    color: #646464;
    font-size: 12px;
    font-weight: 400;
}
.footer-new .copyright p a {
    font-size: 12px !important;
    color: #646464 !important;
    margin: 0;
}
.footer-new .copyright p a:hover{
    color: rgb(var(--main-color-1)) !important;
}
.footer-new .ftr-brnds a{
    color: #ffffff !important;
}
.footer-new .ftr-brnds label {
    font-size: 12px;
    margin: 0px 0px 8px 0px;
}
/*Footer end*/

/* comon search start */
.common-search {
    padding: 50px 0;
    background: #f5f5f5;
    z-index: 99;
}

.common-search .car-search {
    margin: 0 auto;
}

.common-search .car-search button.search:hover {
    background: #000;
    color: #fff;
}

.common-search .car-search .bootstrap-select button {
    background: #fff;
    outline: none !important;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(235, 235, 235, 1) !important;
    -moz-box-shadow: 0px 2px 0px 0px rgba(235, 235, 235, 1) !important;
    box-shadow: 0px 2px 0px 0px rgba(235, 235, 235, 1) !important;
}

.common-search .car-search .bootstrap-select .dropdown-menu {
    background: #fff;
}

.common-search #collapseSearch {
    width: 1173px;
    margin-left: 5px;
}

.car-search {
    display: table;
    margin: 0 auto 30px auto;
}

.car-search .bootstrap-select {
    width: 100% !important;
}

.car-search .bootstrap-select button {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    height: 52px;
    line-height: 52px;
    padding: 0 22px 0 15px;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 10px;
    border: 0px !important;
}

.car-search .bootstrap-select .dropdown-menu {
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 1px;
    border: 0px;
}

.car-search .bootstrap-select .dropdown-menu .dropdown-item {
    padding: 5px 15px;
}

.car-search .bootstrap-select .dropdown-menu .dropdown-item:hover {
    background: #000;
    color: #FFF;
}

.car-search .bootstrap-select .dropdown-menu .dropdown-item.active {
    background: rgb(var(--main-color-1));
}

.car-search .bootstrap-select .filter-option-inner-inner {
    font-weight: 18px !important;
    color: #000 !important;
    font-weight: 600 !important;
}

.car-search .big {
    width: 257px;
    float: left;
    margin: 0 5px;
    position: relative;
}

.car-search .small {
    width: 123px;
    float: left;
    margin: 0 5px;
    position: relative;
}

.car-search .eql {
    position: relative;
    width: calc(20% - 8px);
    float: left;
    margin-right: 10px;
}

.car-search .eql:last-child {
    margin-right: 0;
}

.car-search .card-body {
    border: 0px;
    padding: 0;
    background: #f3f3f3;
}

.car-search .adv-search {
    font-size: 15px;
    color: #000;
    position: relative;
    /* margin-top: -5px; */
    padding: 0;
    float: right;
    font-weight: bold;
    box-shadow: none;
}

.car-search .adv-search::after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.car-search span.cars {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-left: 5px;
    margin-top: 2px;
    display: block;
    float: left;
}

.car-search span.cars b {
    color: rgb(var(--main-color-1));
}

.car-search span.title {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    position: absolute;
    left: 15px;
    top: 5px;
    z-index: 9;
}

.car-search button.search {
    padding: 0 28px;
    height: 52px;
    border: 0px;
    background: rgb(var(--main-color-1));
    font-size: 14px;
    font-weight: 700;
    color: #fff;
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.car-search button.search:hover {
    color: rgb(var(--main-color-1));
    background: #fff;
}
.car-search h4{
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
/* comon search end */

/*Brands slider start*/
.section-our-brands{
    padding: 65px 0;
}
.brands-slider .owl-dots {
    text-align: center;
    margin-top: 15px;
}
.brands-slider .owl-dots .owl-dot {
    width: 10px;
    height: 3px;
    margin-right: 5px;
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #999797;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-shadow: none;
    outline: 0;
}
.brands-slider .owl-dots .owl-dot.active {
    width: 32px;
    background-color: rgb(var(--main-color-1));
}
.brands-slider{
    text-align: center;
}
.brands-slider img{
    display: inline-block !important;
    width: auto !important;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.brands-slider .item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0, 0);
    -moz-transform: translate3d(0, 0,0);
}
.brands-slider .item:hover img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
/*Brands slider end*/

/*Block section start*/
.block-wraper {
    width: 100%;
    height: 411px;
}
.more-blocks-box{
    position: relative;
}
.more-blocks-box::before {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    background: rgb(1,1,1);
    background: linear-gradient(0deg, rgba(1,1,1,1) 0%, rgba(0,0,0,0) 80%);
    transform: rotate(180deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.block-wraper::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    background: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.more-blocks-box:hover .block-wraper::after{
    opacity: .4;
    visibility: visible;
}
.block-wraper.uc-slider-block::after{
    display: none;
}

.img-item::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    background: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.more-blocks-box:hover .img-item::after{
    opacity: .4;
    visibility: visible;
}

.rgt-arrow{
    margin-left: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.overlay--text{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 35px;
    position: relative;
    z-index: 2;
    justify-content: space-between;
    align-items: flex-start;
}
.more-blocks-box h4{
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.more-blocks-box h4 small{
    display: block;
    font-weight: 400;
}

.img-item{
    height: 411px;
    position: relative;
    padding: 35px;
    z-index: 9;
}
.uc-block-slider .owl-dots {
    text-align: right;
    position: absolute;
    bottom: 42px;
    right: 0;
    /* width: 100%; */
    padding-right: 30px;
}
.uc-block-slider .owl-dots .owl-dot {
    width: 10px;
    height: 3px;
    margin-right: 5px;
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #999797;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-shadow: none;
    outline: 0;
}
.uc-block-slider .owl-dots .owl-dot:last-child{
    margin-right: 0;
}
.uc-block-slider .owl-dots .owl-dot.active {
    width: 32px;
    background-color: #fff;
}
.img-item .btn--style-1{
    position: absolute;
    left: 35px;
    bottom: 35px;
    z-index: 9;
}
.uc-slider-block .overlay--text {
    position: absolute;
    height: auto;
}
.more-blocks-box.mot--box::before{
    display: none;
}
.mot--box{
    background: #0067eb;
}
.mot--box .overlay--text {
    align-items: center;
}
.mot-btm-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*Block section end*/

/*Section about start*/
.section-about{
    padding: 140px 0;
    overflow: hidden;
}
.abt--desc h1{
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.abt--desc h1 small{
    font-size: 18px;
    font-weight: 400;
    color: rgb(var(--main-color-1));
    display: block;
    text-transform: capitalize;
}
.abt--desc p{
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
}
.btn--wraper {
    margin-top: 38px;
}
/*Section about end*/