@font-face {
    font-family: "Titillium Web";
    src: url(../fonts/TitilliumWeb-SemiBold.woff2) format("woff2"), url(../fonts/TitilliumWeb-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Titillium Web";
    src: url(../fonts/TitilliumWeb-Regular.woff2) format("woff2"), url(../fonts/TitilliumWeb-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Proxima Nova";
    src: url(../fonts/ProximaNova-Bold.woff2) format("woff2"), url(../fonts/ProximaNova-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Proxima Nova";
    src: url(../fonts/ProximaNova-Regular.woff2) format("woff2"), url(../fonts/ProximaNova-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body.titillium {
    font-family: "Titillium Web";
}
img {
    max-width: 100%;
    height: auto;
}
main {
    overflow: hidden;
    z-index: 99;
    position: relative;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
a,
button,
input,
textarea {
    outline: 0 !important;
    box-shadow: none !important;
}
a:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.imgBg img.find {
    display: none;
}
.g-10.row {
    margin-right: -5px;
    margin-left: -5px;
}
.g-10 > [class^="col"] {
    padding-right: 5px;
    padding-left: 5px;
}
.g-20.row {
    margin-right: -10px;
    margin-left: -10px;
}
.g-20 > [class^="col"] {
    padding-right: 10px;
    padding-left: 10px;
}
.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
    display: block;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
    display: none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
header.group-home {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}
header.group-home .top {
    width: 100%;
    padding: 12px 55px;
    border-bottom: 1px solid #4c4c4a;
}
header.group-home .top span.phone {
    color: #fff;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    padding: 4px 0;
}
header.group-home .top span.phone a {
    color: #fff;
}
header.group-home .top span.phone a.honda {
    color: #cb2027;
}
header.group-home .top span.phone a.renault-dacia {
    color: #ffcd33;
}
header.group-home .top ul {
    padding: 4px 0;
    margin: 0;
    float: right;
    font-size: 12px;
    list-style: none;
    text-transform: uppercase;
    font-weight: 600;
}
header.group-home .top ul li {
    float: left;
    margin: 0 0 0 13px;
}
header.group-home .top ul li a {
    color: #fff;
    text-decoration: none;
    position: relative;
}
header.group-home .top ul li a::after {
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
header.group-home .top ul li a:hover::after {
    width: 100%;
}
header.group-home .top ul li.active a::after {
    width: 100%;
}
header.group-home .logo-menu {
    padding: 10px 55px 0 55px;
}
header.group-home .logo-menu a.logo {
    display: table;
    float: left;
}
header.group-home .logo-menu .navbar {
    padding: 0;
    float: right;
}
header.group-home .logo-menu .navbar .nav-item {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
header.group-home .logo-menu .navbar .nav-item.dropdown::after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
header.group-home .logo-menu .navbar .nav-item.dropdown:hover::after {
    display: none;
}
header.group-home .logo-menu .navbar .nav-item.last a {
    border: 1px solid #fff;
}
header.group-home .logo-menu .navbar .nav-item.last a:hover {
    color: #000 !important;
    background: #fff !important;
}
header.group-home .logo-menu .navbar .nav-item a.nav-link {
    padding: 5px 12px;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
header.group-home .logo-menu .navbar .nav-item a.nav-link::after {
    display: none;
}
header.group-home .logo-menu .navbar .nav-item a[data-toggle="dropdown"] {
    display: none;
}
header.group-home .logo-menu .navbar .nav-item .dropdown-menu {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    border: 0;
    padding: 0;
    left: auto;
    right: 0;
    top: 100%;
}
header.group-home .logo-menu .navbar .nav-item .dropdown-menu .dropdown-item {
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 700;
}
header.group-home .logo-menu .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: #e11f26;
    color: #fff;
}
header.group-home .logo-menu .navbar .nav-item.show .dropdown-menu {
    display: block;
}
header.group-home .logo-menu .navbar .nav-item.show a.nav-link {
    color: #fff;
    background: #e11f26;
}
header.group-home .logo-menu .navbar .nav-item.active a.nav-link {
    color: #fff;
    background: #e11f26;
}
#slide1 {
    height: 100vh;
    background: #000;
    min-height: 800px;
}
#slide1 .owl-stage-outer {
    height: 100%;
}
#slide1 .owl-stage-outer .owl-stage {
    height: 100%;
}
#slide1 .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}
#slide1 .owl-stage-outer .owl-stage .owl-item .item {
    height: 100%;
}
#slide1 .item {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#slide1 .item::after {
    width: 100%;
    height: 100%;
    background: url(../images/bg-1.png) left top repeat-x;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
#slide1 .item a.video-play {
    width: 80px;
    height: 80px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url(../images/play-button.png) center top no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#slide1 .item a.video-play:hover {
    background: url(../images/play-button.png) center bottom no-repeat;
}
#slide1 .item .banner-text {
    position: absolute;
    right: 130px;
    top: 50%;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#slide1 .item .banner-text h1 {
    font-size: 80px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: right;
    display: table;
    line-height: 70px;
}
#slide1 .item .banner-text h1 span {
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    display: block;
    position: relative;
    line-height: normal;
}
#slide1 .item .banner-text h1 span.top {
    bottom: 0;
}
#slide1 .item .banner-text h1 span.bottom {
    top: 6px;
}
#slide1 .item .banner-text a.btn {
    height: 35px;
    background: #ffcd33;
    padding: 0 24px;
    line-height: 35px;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: right;
    margin: 15px 0 0 0;
}
#slide1 .item .banner-text a.btn:hover {
    background: #000;
    color: #fff;
}
#slide1 .owl-dots {
    position: absolute;
    top: 50%;
    right: 65px;
    z-index: 9;
    width: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#slide1 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    float: left;
    margin: 6px 0;
}
#slide1 .owl-dots .owl-dot.active {
    background: #fff;
}
.group-home-brands {
    position: absolute;
    top: 153px;
    left: 55px;
    z-index: 9;
    width: 100px;
}
.group-home-brands .btn-group {
    width: 100%;
    height: 92px;
    margin-bottom: 1px;
}
.group-home-brands .btn-group button {
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    border: 0 !important;
}
.group-home-brands .btn-group button.honda {
    border: 1px solid #cb2027 !important;
}
.group-home-brands .btn-group button.renault {
    border: 1px solid #f2c327 !important;
}
.group-home-brands .btn-group button.dacia {
    border: 1px solid #646b52 !important;
}
.group-home-brands .btn-group button::after {
    display: none;
}
.group-home-brands .btn-group:hover button {
    background: #000;
}
.group-home-brands .btn-group.show button {
    background: #000 !important;
}
.group-home-brands .btn-group.show button:focus,
.group-home-brands .btn-group.show button:hover {
    background: #000 !important;
}
.group-home-brands .btn-group.show .dropdown-menu {
    display: block;
}
.group-home-brands span.title {
    display: block;
    padding: 0 17px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    background: #cb2027;
    font-weight: 600;
    color: #fff;
    height: 23px;
    line-height: 22px;
}
.group-home-brands .dropdown-menu {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5) !important;
    border: 0;
    padding: 0;
    margin-left: 10px;
}
.group-home-brands .dropdown-menu ul {
    list-style: none;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
}
.group-home-brands .dropdown-menu ul li a {
    padding: 7px 13px;
    display: block;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
}
.group-home-brands .dropdown-menu ul li a i {
    font-size: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.group-home-brands .dropdown-menu ul li a:hover {
    background: #000;
}
.group-home-brands .dropdown-menu ul li a:hover i {
    font-size: 12px;
}
.group-home-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.group-home-footer .black-color {
    background: rgba(0, 0, 0, 0.5);
}
.group-home-footer ul.menus {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    text-transform: uppercase;
}
.group-home-footer ul.menus li {
    width: 16.66666666666667%;
    float: left;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    text-align: center;
}
.group-home-footer ul.menus li a {
    display: block;
    width: 100%;
    height: 43px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
}
.group-home-footer ul.menus li a.honda:hover {
    background: #cb2027;
}
.group-home-footer ul.menus li a.renault:hover {
    background: #f2c327;
}
.group-home-footer ul.menus li a.dacia:hover {
    background: #1885c8;
}
.group-home-footer ul.menus li:last-child {
    border-right: 0;
}
.group-home-footer ul.menus li:first-child {
    border-left: 0;
}
.group-home-footer .bottom {
    padding: 10px 226px 10px 100px;
}
.group-home-footer .bottom p {
    font-size: 10px;
    line-height: 1.3;
    padding: 0;
    margin: 0;
    color: #fff;
    float: left;
}
.group-home-footer .bottom p a {
    color: #fff;
}
.group-home-footer .bottom ul.social {
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
}
.group-home-footer .bottom ul.social li {
    float: left;
    margin: 0 0 0 5px;
}
.group-home-footer .bottom ul.social li a {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
}
.group-home-footer .bottom ul.social li.fb a {
    background: #3b5998;
}
.group-home-footer .bottom ul.social li.fb a:hover {
    background: #4d80ea;
}
.group-home-footer .bottom ul.social li.twitter a {
    background: #5faade;
}
.group-home-footer .bottom ul.social li.twitter a:hover {
    background: #1998f1;
}
.group-home-footer .bottom ul.social li.insta a {
    background: #fff;
    color: #833ab4;
    font-size: 14px;
}
.group-home-footer .bottom ul.social li.insta a:hover {
    background: #c13584;
    color: #fff;
}
.group-home-footer .car-search .cars {
    color: #fff;
    font-weight: 400;
}
.group-home-footer .car-search span.cars b {
    color: #fff;
    font-weight: 700;
    font-size: 105%;
}
.car-search {
    margin: 0 auto 30px auto;
    opacity: 0 !important;
}
.car-search.vsbl {
    opacity: 1 !important;
    display: table;
}
.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: 0 !important;
}
.car-search .bootstrap-select .dropdown-menu {
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 1px;
    border: 0;
    max-height: 272px !important;
}
.car-search .bootstrap-select .dropdown-menu .dropdown-item {
    padding: 5px 15px;
}
.car-search .bootstrap-select .dropdown-menu .dropdown-item.active {
    background: #cb2027;
}
.car-search .bootstrap-select .filter-option {
    position: relative !important;
    margin-bottom: -11px !important;
}
.car-search .bootstrap-select .filter-option-inner-inner {
    color: #000 !important;
    font-weight: 600 !important;
}
.car-search .big {
    width: 251px;
    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: 0;
    padding: 0;
}
.car-search .adv-search {
    font-size: 15px;
    color: #000;
    position: relative;
    padding: 0;
    float: right;
    font-weight: 700;
}
.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: 700;
    color: #000;
    margin-left: 5px;
    margin-top: 2px;
    display: block;
    float: left;
}
.car-search span.cars b {
    color: #cb2027;
}
.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 35px;
    height: 52px;
    border: 0;
    background: #cb2027;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.car-search button.search.with-count {
    position: relative;
    padding-bottom: 15px;
}
.car-search button.search.with-count:before {
    content: attr(count);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.car-search button.search:hover {
    color: #cb2027;
    background: #fff;
}
.car-search button.search.with-count:hover:before {
    color: #cb2027;
}
.form-typ2 .g-recaptcha {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.form-typ2 input::-webkit-inner-spin-button,
.form-typ2 input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-typ2 input[type="number"] {
    -moz-appearance: textfield;
}
.g-10.row {
    margin-right: -5px;
    margin-left: -5px;
}
.g-10 > [class^="col"] {
    padding-right: 5px;
    padding-left: 5px;
}
.g-15.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.g-15 > [class^="col"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.g-20.row {
    margin-right: -10px;
    margin-left: -10px;
}
.g-20 > [class^="col"] {
    padding-right: 10px;
    padding-left: 10px;
}
.g-36.row {
    margin-right: -18px;
    margin-left: -18px;
}
.g-36 > [class^="col"] {
    padding-right: 18px;
    padding-left: 18px;
}
.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
    display: block;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
    display: none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
a.fixed-call {
    display: none;
    float: left;
    text-decoration: none;
}
body.proxima {
    font-family: "Proxima Nova";
}
body.overpass {
    font-family: "Overpass Mono", monospace;
}
body.roboto {
    font-family: Roboto, sans-serif;
}
.with-sub {
    position: relative;
    margin-top: 0;
    font-size: 30px;
    background-size: cover;
}
.with-sub::before {
    content: attr(sub-hd-attr);
    position: static;
    left: 0;
    right: 0;
    top: 0;
    line-height: 1.2;
    font-size: 65%;
    display: block;
}
.advanced-option {
    width: 100%;
    height: 0;
    overflow: hidden;
    float: left;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.advanced-option.show {
    overflow: inherit;
    height: auto;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.center {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.bg-color-1 {
    background: #f4f4f4;
}
h1.inner {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 37px;
}
h2.inner {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    margin: 0;
}
span.sub-1 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    display: block;
    text-transform: uppercase;
}
.inner-page {
    padding: 85px 0;
}
.margin-1 {
    margin-bottom: 25px;
}
.midbar-overlay-ctnt {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 30px;
}
.inner-banner-2 .text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inner-banner-2 .text figcaption {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    display: block;
}
.inner-banner-2 .text p {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 22px;
}
.inner-banner-2 .text a.btn {
    padding: 0 25px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 36px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.inner-banner-2 .text a.btn i {
    margin: 0 0 0 2px;
}
.inner-banner-2 .text a.btn:hover {
    background: #fff;
    color: #000;
}
.inner-top-button {
    padding: 12px 0 0 0;
    margin-bottom: 25px;
}
.inner-top-button a.btn {
    padding: 0 25px;
    height: 36px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 36px;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: right;
    margin: 0 0 0 4px;
    font-weight: 700;
}
.inner-top-button a.btn i {
    margin: 0 0 0 2px;
}
.inner-top-button a.btn:hover {
    background: #000;
    color: #fff;
}
.list-1 {
    padding: 20px 20px 40px 20px;
    background: #fff;
    height: 100%;
}
.list-1 figcaption {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-1 figcaption a {
    color: #000;
    text-decoration: none;
}
.list-1 figcaption a:hover {
    color: #002a4e;
}
.list-1 span.sub-text {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: block;
}
.list-1 span.price {
    font-size: 20px;
    color: #c00;
    text-transform: uppercase;
    display: block;
    line-height: 25px;
    font-weight: 700;
}
.list-1 .imgBx {
    height: 210px;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
}
.list-1 .imgBx a {
    display: block;
}
.list-1 .imgBx img {
    max-width: 100%;
    max-height: 100%;
}
.list-1 a.btn1,
.list-1 a.btn2 {
    height: 45px;
    background: #002a4e;
    color: #fff;
    font-size: 14px;
    width: calc(100% - 56px);
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
}
.list-1 a.btn1:hover,
.list-1 a.btn2:hover {
    background: #000;
    color: #fff;
}
.list-1 a.btn2 {
    margin-top: 6px;
    background: #e6e6e6;
    color: #000;
}
.new-car-details .sec-1 {
    padding: 90px 0;
}
.new-car-details .sec-1 p {
    font-size: 20px;
    line-height: normal;
    margin: 0 0 15px 0;
}
.new-car-details .sec-2 {
    text-align: center;
    padding: 0 0 90px 0;
}
.new-car-details .sec-2 h2 {
    margin: 20px 0 0 0;
}
.new-car-details .sec-2 p {
    font-size: 18px;
    color: #1a1031;
}
.new-car-details .sec-2 .cell-wrap {
    display: table;
    margin: 10px auto 0 auto;
}
.new-car-details .sec-2 .cell-wrap .cell {
    width: 270px;
    margin: 0 1px;
    background: #000;
    float: left;
    padding: 44px 0;
}
.new-car-details .sec-2 .cell-wrap .cell figcaption {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.new-car-details .sec-2 .cell-wrap .cell span {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
    position: relative;
    margin: -6px 0 0 0;
}
.new-car-details .technology {
    background: #e2e2e2;
    padding: 70px 0 110px 0;
}
.new-car-details .technology #slide3 {
    margin-top: 25px;
}
.new-car-details .technology #slide3 .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -70px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.new-car-details .technology #slide3 .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #b5b5b5;
    margin: 0 4px;
}
.new-car-details .technology #slide3 .owl-dots .owl-dot.active {
    background: #fff;
}
.new-car-details .technology h3 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-transform: uppercase;
}
.new-car-details .technology span.title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1031;
    display: block;
    text-align: center;
}
.new-car-details .technology p {
    font-size: 18px;
    font-weight: 700;
    color: #1a1031;
    margin: 0;
    padding: 0;
    line-height: normal;
}
.new-car-details .technology .cell .imgBx {
    margin: 0 0 10px 0;
}
.new-car-details .technology .cell span {
    font-size: 18px;
    display: block;
    font-weight: 700;
    margin: 0 0 4px 0;
}
.new-car-details .technology .cell p {
    font-size: 18px;
    line-height: normal;
    color: #1a1031;
    font-weight: 700;
}
.new-car-details .look-around {
    padding: 90px 0 120px 0;
}
.new-car-details .look-around h4 {
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding: 0;
}
.new-car-details .look-around p {
    font-size: 18px;
    font-weight: 700;
    color: #1a1031;
    margin: 5px 0 0 0;
}
.new-car-details .look-around #slide4 {
    margin-top: 45px;
}
.new-car-details .look-around #slide4 .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.new-car-details .look-around #slide4 .owl-next,
.new-car-details .look-around #slide4 .owl-prev {
    width: 30px;
    height: 190px;
    background: #e2e2e2;
    position: absolute;
    top: -95px;
    left: 252px;
    font-size: 0;
}
.new-car-details .look-around #slide4 .owl-next {
    left: auto;
    right: 252px;
}
.new-car-details .look-around #slide4 .owl-prev::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    font-size: 30px;
    color: #000;
}
.new-car-details .look-around #slide4 .owl-next::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 30px;
    color: #000;
}
.new-car-details .look-around #slide4 .owl-next:hover::after,
.new-car-details .look-around #slide4 .owl-prev:hover::after {
    color: #fff;
}
.used-car-listing {
    margin: 20px 0 80px 0;
}
.used-car-listing .right-sec .top {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 9px 0;
    margin: 0 0 40px 0;
}
.used-car-listing .right-sec .top ul.pagi-1 {
    float: right;
}
.used-car-listing .right-sec .top .bootstrap-select {
    float: left;
    width: 160px;
}
.used-car-listing .right-sec .top .dropdown-toggle {
    outline: 0 !important;
    padding: 0;
    height: 24px;
    position: relative;
    font-size: 14px;
    background: 0 0 !important;
    border: 0;
    padding-right: 20px;
}
.used-car-listing .right-sec .top .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 9px;
}
.used-car-listing .right-sec .top .dropdown-menu {
    padding: 0;
    top: 7px !important;
    border: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
}
.used-car-listing .right-sec .top .dropdown-menu .dropdown-menu.inner {
    border: 1px solid #e8e8e8 !important;
}
.used-car-listing .right-sec .top .dropdown-menu li a {
    padding: 5px 10px;
}
.used-car-listing .right-sec .top .dropdown-menu li a:hover {
    background: #002a4e;
    color: #fff;
}
ul.pagi-1 {
    list-style: none;
    font-size: 14px;
    color: #000;
    margin: 3px 0 0 0;
    padding: 0;
}
ul.pagi-1 li {
    float: left;
    margin: 0 0 0 15px;
    position: relative;
}
ul.pagi-1 li a {
    color: #000;
    text-decoration: none;
}
ul.pagi-1 li a:hover {
    color: #e11f26;
}
ul.pagi-1 li.active::after {
    width: 100%;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}
ul.pagi-1 li.active a {
    font-weight: 700;
}
ul.pagi-1 li.blank::after,
ul.pagi-1 li:first-child::after,
ul.pagi-1 li:last-child::after {
    display: none;
}
ul.pagi-1 li.first,
ul.pagi-1 li.last {
    display: none;
}
ul.pagi-2 {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.pagi-2 li {
    padding: 0 !important;
    float: left;
    margin: 0 5px 0 0 !important;
}
ul.pagi-2 li a {
    padding: 10px 15px;
    background: #e11f26;
    display: block;
    color: #fff;
    text-decoration: none;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
ul.pagi-2 li a:hover {
    background: #000;
}
ul.pagi-2 li::before {
    display: none !important;
}
ul.pagi-2 li.first a {
    background: #9c9c9c;
}
ul.pagi-2 li.last a {
    background: #9c9c9c;
}
ul.pagi-2 li.first a:hover,
ul.pagi-2 li.last a:hover {
    background: #e11f26;
}
ul.pagi-2 li.active a {
    background: #000;
    color: #fff;
}
.cus-margin-1 {
    margin-bottom: 30px;
}
.used-car-list {
    height: 100%;
    -webkit-box-shadow: 0 0 30px -23px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0 0 30px -23px rgba(0, 0, 0, 0.47);
    box-shadow: 0 0 30px -23px rgba(0, 0, 0, 0.47);
    padding: 0 0 55px 0;
}
.used-car-list a.imgBx {
    height: 205px;
    display: block;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat !important;
    background-color: #f1f1f1;
}
.used-car-list span.star-icon {
    position: absolute;
    top: 8px;
    right: 25px;
    color: #d0d0d0;
    font-size: 14px;
    z-index: 9;
    cursor: pointer;
}
.used-car-list span.star-icon:hover {
    color: #c9a600;
}
.used-car-list span.star-icon.active {
    color: #c9a600;
}
span.carOfTheWeek {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
}
.unreg{
    max-width:130px;
}
.used-car-list .top-title {
    padding: 10px 55px 10px 15px;
    position: relative;
}
.used-car-list .top-title a {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
.used-car-list .top-title a:hover {
    color: #002a4e;
}
.used-car-list .top-title a sub {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: block;
    bottom: 0;
    margin: 0;
    line-height: normal;
}
.used-car-list .top-title .image-count {
    padding: 0;
    width: 18px;
    position: absolute;
    top: 13px;
    right: 10px;
}
.used-car-list .top-title .image-count.pullRight {
    right: 33px;
}
.used-car-list .top-title .image-count span {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    display: block;
    text-align: center;
    line-height: 12px;
}
.used-car-list .price {
    background: #f6f6f6;
    padding: 4px 15px 4px 15px;
    font-size: 14px;
    color: #000;
}
.used-car-list .price span {
    font-size: 17px;
    font-weight: 700;
    position: relative;
    margin: -4px 0 0 0;
}
.used-car-list .per-month {
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}
.used-car-list .per-month span {
    float: right;
}
.used-car-list .per-month span sub {
    font-size: 12px;
    bottom: 0;
}
.used-car-list ul.details-cell {
    width: calc(100% - 30px);
    border: 0;
    border-top: 1px solid #c3c3c3;
    border-style: dashed;
    border-color: #c3c3c3;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.used-car-list ul.details-cell li {
    float: left;
    width: 50%;
    padding: 7px 0 7px 25px;
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    position: relative;
    border: 0;
    border-bottom: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-style: dashed;
    line-height: 13px;
}
.used-car-list ul.details-cell li:nth-of-type(even) {
    border-right: 0 !important;
    padding-left: 35px;
}
.used-car-list ul.details-cell li:nth-of-type(even) img {
    left: 10px;
}
.used-car-list ul.details-cell li img {
    position: absolute;
    left: 0;
    top: 7px;
}
.used-car-list ul.details-cell li sub {
    font-weight: 400;
    line-height: normal;
    bottom: 0;
    display: block;
    margin: 0 0 3px 0;
    font-size: 14px;
}
.used-car-list .approved {
    font-size: 12px;
    font-weight: 700;
    padding: 8px 0;
    text-align: center;
}
.used-car-list .approved a {
    text-decoration: none;
    margin: 0 2px;
    color: #fff;
    background: #000;
    padding: 4px 10px;
    border-radius: 2px;
}
.used-car-list .adrs-phn {
    padding: 4px 0;
    width: calc(100% - 30px);
    border-top: 1px solid #c3c3c3;
    margin-left: 15px;
}
.used-car-list .adrs-phn span {
    font-size: 14px;
    display: block;
    font-weight: 700;
}
.used-car-list .adrs-phn a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.used-car-list .adrs-phn a:hover {
    letter-spacing: 2px;
}
.used-car-list .adrs-phn a i {
    font-size: 14px;
    margin-right: 2px;
}
.used-car-list .btns-wrap {
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: calc(100% - 50px);
}
.used-car-list .btns-wrap.single-btn a {
    width: 100%;
    text-align: center;
}
.used-car-list .btns-wrap .btn {
    width: 50%;
    height: 30px;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    padding: 0;
    float: left;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #000;
}
.used-car-list .btns-wrap .btn-1:hover {
    background: #000;
}
.used-car-list .btns-wrap .btn i {
    font-size: 11px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}
.used-car-listing .right-sec .bottom {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 9px 0;
    margin: 20px 0 0 0;
}
.used-car-listing .right-sec .bottom ul.pagi-1 {
    float: left;
}
.used-car-listing .right-sec .bottom ul.pagi-1 li:first-child {
    margin-left: 0;
}
.used-car-listing .right-sec .bottom span.result {
    float: right;
}
#sticker-sticky-wrapper {
    width: 270px;
    position: absolute;
    left: 15px;
    padding-top: 150px;
    top: -150px;
}
.sticky-wrapper.is-sticky #sticker {
    padding-top: 145px;
    z-index: 9 !important;
}
.no-fix {
    position: relative !important;
    z-index: 1 !important;
}
.used-car-search h2 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1031;
    margin: 0 0 10px 0;
}
.search-bar .row {
    margin-left: -5px;
    margin-right: -5px;
}
.search-bar .search-col {
    padding: 0 5px;
}
.used-car-search .search-bar input {
    background: #e8e8e8;
    height: 50px;
    padding: 0 55px 0 15px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    width: 100%;
    border: 0;
}
.used-car-search .search-bar input::placeholder {
    color: #000;
}
.used-car-search .search-bar button {
    width: 50px;
    height: 50px;
    border: #000;
    background: #e8e8e8;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 17px;
    color: #b6b6b6;
}
.used-car-search .search-bar button:hover {
    background: #c00;
    color: #fff;
}
.hd-typ5 {
    padding: 0;
    position: relative;
    font-weight: 700;
    color: #1a1031;
    font-size: 46px;
    text-align: center;
    margin-bottom: 25px;
}
.hd-typ1 {
    padding: 0;
    position: relative;
    font-weight: 700;
    color: #000;
    font-size: 30px;
    margin-bottom: 10px;
}
.hd-typ1 .star::after {
    position: absolute;
    left: 100%;
    bottom: 10px;
}
.hd-typ2 {
    padding: 0;
    position: relative;
    color: #1a1031;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}
.hd-typ2 a {
    color: #1a1031;
}
.hd-typ2 a:hover {
    text-decoration: none;
    outline: 0;
    color: #002a4e;
}
.hd-typ3 {
    font-size: 40px;
    line-height: 1.1;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
}
.hd-typ4 {
    font-size: 35px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 700;
}
.hd-typ6 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
}
.hd-typ7 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.hd-typ7 span {
    color: #cb2027;
}
.theme-color {
    color: #1a1031;
}
.inner-banner-3 {
    height: 145px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.inner-banner-3 .text {
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 99;
}
.inner-banner-3 .text h1 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.inner-banner-3 .text p {
    color: #fff;
    font-size: 20px;
}
.inner-banner-3::after {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.btn-typ1 {
    padding: 8px 25px 8px 25px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 10px;
    font-weight: 700;
}
.btn-typ1:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.btn-typ1.honda {
    background-color: #cb2027 !important;
}
.btn-typ1.renault {
    background-color: #f2c327 !important;
}
.btn-typ1.dacia {
    background-color: #1885c8 !important;
}
.btn-typ1.honda:hover {
    background-color: #000 !important;
}
.btn-typ1.renault:hover {
    background-color: #000 !important;
}
.btn-typ1.dacia:hover {
    background-color: #000 !important;
}
.btn-typ2 {
    display: inline-block;
    padding: 8px 12px 8px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
}
.btn-typ2:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.btn-typ3 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: 0 0;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 5px;
    font-weight: bolder;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
}
.btn-typ3:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 3px;
}
.btn-typ3:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
.btn-typ3:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.btn-typ4 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 14px;
}
.btn-typ4:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-typ4:hover {
    text-decoration: none;
    color: #002a4e;
}
.btn-typ4:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.group-btns {
    display: flex;
    justify-content: center;
}
.grp-btn {
    margin: 0 5px;
    font-size: 17px;
    letter-spacing: 1px;
    justify-content: center;
}
.brand-col-typ1 .btn-typ3 {
    width: 100%;
}
.brand-col-typ-row {
    justify-content: space-around;
}
.star-wrap {
    position: relative;
    padding-right: 30px;
    display: inline-block;
}
.star {
    position: absolute;
    line-height: 1;
    right: 0;
    bottom: 3px;
    margin-left: 3px;
    width: 20px;
    height: 20px;
    background: url(../images/sprite-typ1.png) no-repeat 0 0;
    cursor: pointer;
}
.car-list-section ul {
    padding: 0;
    list-style-type: none;
    font-size: 15px;
    margin-top: 5px;
}
.car-list-section .hd-typ2 {
    margin-bottom: 30px;
}
.cms-page .column {
    margin-bottom: 40px;
}
.valuelist li {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #c3c3c3;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 0;
}
.valuelist li:last-child {
    border-bottom: none;
}
.valuelist li.hd {
    background-color: #f6f6f6;
    border-bottom: none;
    position: relative;
    padding: 3px 0;
}
ul.list-4.horizontal-align {
    display: flex;
    flex-wrap: wrap;
}
ul.list-4.horizontal-align > li {
    margin-right: 15px;
}
.valuelist li.hd::before {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    bottom: 0;
    background-color: #f6f6f6;
    z-index: -1;
}
.list-col-wrap .img-wrap {
    margin-bottom: 13px;
    text-align: center;
    position: relative;
    padding: 20px 0;
}
.list-col-wrap .img-wrap .star {
    right: -10px;
    top: -10px;
}
.purchase-billwrap .btn-typ1,
.purchase-billwrap .btn-typ2 {
    padding: 7px 0;
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
}
.valuelist {
    margin-bottom: 15px;
}
.repre-sect {
    margin-bottom: 55px;
    padding-bottom: 55px;
    border-bottom: 1px dashed #b0b0b0;
}
.btm-ctnt p {
    margin-bottom: 35px;
}
.valuelist li.hd .value-lbl {
    border: none;
}
.valuelist li .value-lbl {
    border-right: 1px dashed #c3c3c3;
    width: 70%;
}
.valuelist li .value {
    width: 30%;
    text-align: right;
}
.list-col-wrap {
    padding: 20px 20px 55px 20px;
    -webkit-box-shadow: 0 0 15px 8px #f6f6f6;
    -moz-box-shadow: 0 0 15px 8px #f6f6f6;
    box-shadow: 0 0 15px 8px #f6f6f6;
    height: 100%;
    position: relative;
}
.list-col-wrap .img-wrap {
    margin-bottom: 13px;
    text-align: center;
}
.purchase-billwrap .btn-wrap a {
    width: 50%;
    height: 30px;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    padding: 0;
    float: left;
    color: #fff;
}
.purchase-billwrap .btn-typ1,
.purchase-billwrap .btn-typ2 {
    padding: 7px 0;
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
}
.list-col-wrap .btn-wrap {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.purchase-billwrap .btn-wrap .btn-typ1 {
    background: #000;
}
.list-col-wrap .btn-wrap.single-btn a {
    width: 100%;
}
.car-detail-col h2 {
    font-size: 22px;
    margin-bottom: 7px;
    font-weight: 700;
}
.repre-sect h3 {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.repre-sect .hd-typ1 {
    padding-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
}
.cardetail-sect {
    margin-bottom: 45px;
}
.star.active {
    background-position: -24px 0;
}
.car-detail-col .img-wrap {
    border: 1px solid #f0f0f0;
    padding: 70px 5px;
}
.car-detail-col ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.car-detail-col ul li {
    margin-top: 4px;
    font-size: 15px;
    font-weight: 700;
}
.car-detail-col .btn {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 0;
    border: none;
    font-weight: 700;
}
.manual-list ul {
    list-style-type: none;
    margin-bottom: 0;
}
.manual-list ul li {
    padding: 3px 15px;
    background-color: #fff;
}
.manual-list ul li label {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 16px;
}
.manual-list ul li span {
    float: right;
    font-weight: 400;
    font-size: 16px;
}
.manual-list ul li:nth-child(2n + 1) {
    background-color: #e8e8e8;
}
.list-col-wrap .list-hd {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.list-subhd {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
}
.cms-ctnt .list2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.cms-ctnt .list2 li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 18px;
    line-height: 1.2;
    font-size: 15px;
}
.cms-ctnt .list2 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 7px;
    height: 7px;
    background-color: #002a4e;
    border-radius: 50%;
    border: none;
}
.btm-ctnt {
    font-weight: 400;
    font-size: 12px;
}
.btm-box {
    border: 1px solid #e8e8e8;
    padding: 20px 10px 10px 10px;
    margin-top: 5px;
    border-radius: 5px;
}
.used-car-detail .details-cell {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 65px;
    border-top: 1px dashed #dadada;
    margin-bottom: 30px;
}
.used-car-detail .details-cell li {
    float: left;
    width: 50%;
    border: 1px dashed #dadada;
    border-top: none;
    border-left: none;
    padding: 10px 5px;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
}
.used-car-detail .details-cell li:nth-child(2n + 1) {
    clear: left;
    border-left: none;
}
.used-car-detail .details-cell li:nth-child(2n) {
    border-right: none;
}
.used-car-detail .details-cell li sub {
    font-size: 14px;
    font-weight: 400;
}
.used-car-detail .btn-bar {
    margin-bottom: 25px;
}
.usedcar-slider.owl-carousel .owl-nav .owl-next,
.usedcar-slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    height: 20%;
    width: 30px;
    background-color: #e2e2e2;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.usedcar-slider.owl-carousel .owl-nav {
    font-size: 0;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}
.usedcar-slider.owl-carousel .owl-nav span {
    border: 7px solid #000;
    border-bottom: none;
    border-left: none;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin-right: 7px;
}
.usedcar-slider.owl-carousel button:hover span {
    border-color: #002a4e;
}
.usedcar-slider.owl-carousel .owl-nav .owl-prev span {
    margin-left: 7px;
    margin-right: 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}
.usedcar-slider.owl-carousel .owl-nav .owl-next {
    right: 0;
}
.price-tag {
    font-size: 16px;
    color: #000;
    line-height: 1.2;
}
.price-tag .rate {
    font-size: 30px;
}
.price-tag .rate.was-now {
    font-size: 20px;
    display: block;
    margin-bottom: -1px;
    margin-top: -5px;
    font-weight: 700;
}
.price-tag .rate.was-now label {
    line-height: normal;
    margin: 0;
    padding: 0;
    color: #000;
}
.price-tag-ctnt {
    display: inline-block;
    float: right;
    font-size: 14px;
}
.img-count {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    padding-top: 18px;
    z-index: 9;
    text-align: center;
    display: inline-block;
    font-size: 17px;
}
.img-count::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    width: 20px;
    height: 20px;
    background: url(../images/sprite-typ1.png) -52px 0 no-repeat;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.car-loca {
    font-size: 18px;
}
.slider-wrap {
    position: relative;
    min-height: 100px;
    margin-top: 10px;
}
.cardetail-sect .btn-bar .dtil-btn {
    width: 49%;
    margin-left: 2%;
    float: left;
    padding: 8px 5px 8px 5px;
    text-align: center;
    background-color: #002a4e;
}
.cardetail-sect .btn-bar .dtil-btn:hover {
    background-color: #000;
}
.cardetail-sect .btn-bar .dtil-btn:first-child {
    margin-left: 0;
}
.red-txt-bar {
    text-align: center;
    margin-bottom: 25px;
}
.shr-icon {
    background: url(../images/sprite-typ1.png) no-repeat 0 -30px;
    display: inline-block;
    width: 29px;
    height: 29px;
    float: left;
    margin-left: 5px;
}
.shr-icon:hover {
    transform: scale(0.93);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -o-transform: scale(0.93);
    -ms-transform: scale(0.93);
}
.shar-icon-bar {
    text-align: center;
    line-height: 1.2;
    border-bottom: 1px dashed #c3c3c3;
    border-top: 1px dashed #c3c3c3;
    padding-top: 10px;
    padding-bottom: 7px;
}
.share-ctnt {
    position: relative;
    padding-left: 85px;
    text-align: center;
}
.shar-icon-bar > * {
    display: inline-block;
}
.share-ctnt::before {
    content: attr(shared-lbl-attr);
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 400;
}


.shr-icon:focus,
.shr-icon:hover {
    text-decoration: none;
    outline: 0;
}
.shr-icon.fb {
    background-position: 0 -30px;
}
.shr-icon.gplus {
    background-position: -33px -30px;
}
.shr-icon.twtr {
    background-position: -67px -30px;
}
.shr-icon.email {
    background-position: -101px -30px;
}
.shr-icon.print {
    background-position: -135px -30px;
}
.red-txt-bar .red-txt {
    position: relative;
    font-size: 14px;
    margin-left: 10px;
    padding-left: 10px;
    font-weight: 700;
    padding: 4px 15px !important;
    background: #000;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}
.red-txt-bar .red-txt:first-child {
    margin-left: 0;
    display: inline-block;
}
.red-txt-bar .red-txt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 2px;
    height: 12px;
}
.red-txt-bar .red-txt:first-child::before {
    display: none;
}
.bn-typ3 {
    background-color: #00803f;
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
}
.bn-typ3:focus,
.bn-typ3:hover {
    outline: 0;
    text-decoration: none;
    background-color: #000;
    color: #fff;
}
.used-car-detail .bn-typ3 {
    float: right;
}
.full-btn-wrap {
    margin-bottom: 5px;
}
.full-btn-wrap .btn-typ2 {
    width: 100%;
    text-align: center;
}
.cardetail-sect {
    border-bottom: 1px dashed #c3c3c3;
    padding-bottom: 10px;
}
.cardetail-sect .hd-typ1::before {
    content: attr(company-attr);
    display: block;
    font-size: 80%;
}
.navbar-light .navbar-nav .active .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    background-color: #cb2027;
    color: #fff;
}
.new-cardetail-sect {
    margin-bottom: 45px;
}
.car-loca {
    margin-top: 15px;
}
.tab-wraper .nav-tabs .nav-link.active,
.tab-wraper .nav-tabs .nav-link:hover {
    border: none;
    color: #fff;
    background-color: #002a4e;
}
.tab-wraper .nav-tabs .nav-link {
    border-radius: 0;
    color: #000;
    border: none;
    font-size: 14px;
    font-weight: 700;
}
.tab-wraper .nav-tabs {
    border-bottom: 2px solid #002a4e;
    line-height: 1.2;
    align-items: flex-end;
    margin-bottom: 30px;
}
.usedcar-detail-tab {
    margin-bottom: 40px;
}
.usedcar-detail-tab .tab-content ul {
    list-style-type: none;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.usedcar-detail-tab .tab-content ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}
.usedcar-detail-tab .tab-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 1px;
    background-color: #000;
}
.usedcar-detail-tab .tab-content ul.three-col li {
    float: left;
    width: 33.33%;
}
.usedcar-detail-tab .tab-content ul.three-col li:nth-child(3n + 1) {
    clear: left;
}
.usedcar-detail-tab .ctnt,
.usedcar-detail-tab p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}
.tab-hd1 {
    font-size: 18px;
    margin-bottom: 15px;
}
.form-typ1 .form-control {
    border: none;
    background-color: #e8e8e8;
    border-radius: 0;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #e8e8e8;
    background-clip: border-box;
    height: auto;
    padding: 11px 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none !important;
}
.form-typ1 textarea.form-control {
    max-height: 175px;
    resize: none;
}
.form-typ1 .form-control:focus {
    outline: 0;
    border: none;
    box-shadow: none;
    border: 1px solid #e8e8e8;
}
.chk-box label {
    float: left;
    margin-left: 10px;
    margin-bottom: 0;
}
.chk-box {
    margin-bottom: 20px;
}
.chk-box label:first-child {
    margin-left: 0;
}
.chk-box input {
    margin-right: 10px;
    display: inline-block;
}
.usedcar-detail-tab .tab-content {
    max-width: 100%;
}
.tel-link {
    color: #212529;
}
.tel-link:hover {
    color: #212529;
}
.form-typ1 .ctnt {
    font-size: 14px;
    text-align: left;
}
.form-typ1 ::placeholder {
    color: #000;
    opacity: 1;
}
.form-typ1 :-ms-input-placeholder {
    color: #000;
}
.form-typ1 ::-ms-input-placeholder {
    color: #000;
}
.form-typ1 .form-control:focus::placeholder {
    opacity: 0.2;
}
.form-typ1 .form-control:focus:-ms-input-placeholder {
    opacity: 0.2;
}
.form-typ1 .form-control:focus::-ms-input-placeholder {
    opacity: 0.2;
}
.form-sec {
    margin-bottom: 130px;
}
.error-txt {
    color: #c00;
    position: absolute;
    right: 5px;
    bottom: 3px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    display: none;
}
.error .error-txt {
    display: block;
}
.form-typ1 .form-group {
    position: relative;
}
.form-typ1 .form-group.error .form-control {
    border-color: #c00;
}
.form-typ1 .form-group .bootstrap-select.btn-group {
    padding: 0;
}
.form-typ1 .bootstrap-select.btn-group .dropdown-menu li:hover {
    background-color: #e8e8e8;
}
.form-typ1 .bootstrap-select.btn-group .dropdown-menu li {
    background-color: #fff;
}
button.mfp-arrow {
    background-color: #fff;
    height: 30%;
    width: 40px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    margin-top: 0;
    opacity: 1;
}
.mfp-arrow:active {
    margin: 0;
}
.mfp-arrow-left::before,
.mfp-arrow-right::before {
    border: 5px solid #000;
    opacity: 1;
    width: 25px;
    height: 25px;
    top: 50%;
    transform: rotate(45deg) translate(0, -50%);
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -moz-transform: rotate(45deg) translate(0, -50%);
    -o-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    margin: 0;
}
button.mfp-arrow:hover::before {
    border-color: #002a4e;
}
.mfp-arrow-left::after {
    display: none;
}
.mfp-arrow-right::after {
    display: none;
}
.mfp-arrow-right::before {
    border-left: none;
    border-bottom: none;
    right: 20px;
    left: auto;
}
.mfp-arrow-left::before {
    border-right: none;
    border-top: none;
    left: 5px;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    width: 30px;
    right: -15px;
    top: -15px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    color: #fff;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border: 1px solid #0089cd;
    opacity: 1;
    cursor: pointer !important;
    background-color: #0089cd;
}
.mfp-gallery .mfp-close:hover,
.mfp-image-holder .mfp-close:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.mfp-image-holder .mfp-content {
    border: 3px solid #0089cd;
}
img.mfp-img {
    padding: 0;
}
.chk-box input[type="checkbox"].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.chk-box input[type="checkbox"].css-checkbox + label.css-label,
input[type="checkbox"].css-checkbox + label.css-label.clr {
    padding-left: 20px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
}
.lg-chk input[type="checkbox"].css-checkbox + label.css-label.clr,
.lg-chk.chk-box input[type="checkbox"].css-checkbox + label.css-label {
    padding-left: 30px;
}
.chk-box input[type="checkbox"].css-checkbox:checked + label.css-label,
input[type="checkbox"].css-checkbox + label.css-label.chk {
    background-position: 0 -16px;
}
.chk-box input[type="checkbox"].css-checkbox:checked + label.css-label::before,
input[type="checkbox"].css-checkbox + label.css-label.chk::before {
    background-position: 0 -16px;
}
.chk-box.lg-chk input[type="checkbox"].css-checkbox + label.css-label.chk::before,
.chk-box.lg-chk input[type="checkbox"].css-checkbox:checked + label.css-label::before {
    background-position: -23px -23px;
}
.chk-box.lg-chk label.css-label::before {
    background-position: -23px 0;
    width: 22px;
    height: 22px;
    top: -3px;
}
.form-typ1 .dropdown-toggle::after {
    width: 8px;
    height: 8px;
    border: 2px solid #000;
    margin: 0;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.form-typ1 .show .dropdown-toggle::after {
    border: 2px solid #000;
    border-right: none;
    border-bottom: none;
}
.form-typ1 .bootstrap-select > .dropdown-toggle {
    padding: 10px 25px 10px 15px;
}
.form-typ1 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    vertical-align: middle;
}
.chk-box label.css-label {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.chk-box label.css-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/check-icon.png);
}
.form-typ2 .chk-box label.css-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px;
    background-image: url(../images/check-icon1.png);
}
.form-typ2 .chk-box input[type="checkbox"].css-checkbox:checked + label.css-label::before,
.form-typ2 input[type="checkbox"].css-checkbox + label.css-label.chk::before {
    background-position: 0 0;
}
.form-typ2 .chk-box input[type="checkbox"].css-checkbox:checked + label.css-label::before,
.form-typ2 input[type="checkbox"].css-checkbox + label.css-label.chk::before {
    background-position: 0 -31px;
}
.form-typ2 .chk-box input[type="checkbox"].css-checkbox + label.css-label,
.form-typ2 input[type="checkbox"].css-checkbox + label.css-label.clr {
    padding-left: 30px;
}
.form-typ2 .btn-typ1 {
    padding: 8px 20px 8px 20px;
    width: 320px;
    max-width: 320px;
    display: block;
    margin: auto;
    font-size: 18px;
    font-weight: bolder;
    background: #000;
}
.form-typ2 .btn-typ1:hover {
    background: #e11f26;
}
.chk-col {
    float: left;
    margin-right: 15px;
    min-height: 30px;
}
.chk-col:first-child {
    margin-left: 0;
}
.chk-col label {
    margin-left: 0;
}
.search-bar {
    margin-bottom: 50px;
    background-color: #e8e8e8;
    padding: 15px;
    margin-top: 40px;
}
.search-bar .bootstrap-select {
    width: 100%;
    border: 1px solid #e8e8e8;
    background-color: #fff;
}
.search-bar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.search-bar .bootstrap-select.btn-group .dropdown-menu li:hover {
    background-color: #e8e8e8;
}
.search-bar .btn-typ1 {
    float: right;
    letter-spacing: 1px;
}
.search-bar .red-txt {
    color: #c00;
    padding: 7px 0;
    display: inline-block;
    letter-spacing: 1px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
}
.search-bar .red-txt::before {
    content: attr(offercount-attr);
    font-size: 20px;
    padding-right: 3px;
}
.search-bar .btn-wrap {
    margin-top: 5px;
}
.used-listing .list-col-wrap .img-wrap {
    padding: 20px 0;
}
.used-listing .valuelist li {
    font-size: 14px;
}
.used-listing .list-col-wrap .list-hd {
    font-size: 20px;
    font-weight: 700;
}
.select-wrap .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    vertical-align: middle;
}
.used-listing .list-subhd {
    font-size: 15px;
}
.list-col {
    margin-bottom: 30px;
}
.bootstrap-select.btn-group .dropdown-menu li.selected {
    opacity: 0.5;
}
.used-listing .select-wrap {
    margin-bottom: 10px;
    overflow: hidden;
}
.pagi-left {
    float: left;
    display: flex;
}
.pagi-left .select-wrap {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}
.pagi-left .select-wrap:before {
    content: "";
    width: 1px;
    height: 80%;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.pagi-left .select-wrap:last-child:before {
    display: none;
}
.pagi-left .select-wrap:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.used-listing .bootstrap-select > .dropdown-toggle {
    padding: 10px 15px;
}
.used-listing .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 20px;
}
.car-col {
    margin-bottom: 30px;
}
.img-col {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.ctct-col {
    display: flex;
    padding: 20px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #b9b8b8;
    margin-bottom: 30px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
.ctct-col:hover {
    -webkit-box-shadow: 0 0 8px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 8px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 8px -3px rgba(0, 0, 0, 0.75);
}
.ctct-col .img-col {
    width: 40%;
    margin-bottom: 0;
}
.ctct-col .ctnt-col {
    width: 60%;
}
.hd-typ2 {
    margin-bottom: 15px;
}
.ctct-col .location-address {
    font-weight: 400;
    font-size: 16px;
}
.ctct-col .ctnt-col {
    padding-left: 20px;
    font-family: "Proxima Nova ExCn Rg";
    position: relative;
    padding-bottom: 45px !important;
}
.ctct-col .img-col {
    margin-bottom: 0;
}
.ctct-col .ctnt-col .btn-wrap {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
}
.ctct-col .location-address,
.ctct-col .mail-link {
    position: relative;
    padding-left: 25px;
}
.ctct-col .mail-link {
    font-size: 16px;
    color: #002a4e;
    font-weight: 400;
}
.ctct-col .mail-link:hover {
    text-decoration: none;
    color: #000;
}
.ctct-col .btn-wrap {
    margin-top: 15px;
}
.ctct-col .location-address {
    margin-bottom: 5px;
    line-height: 1.3;
}
.ctct-col .ctct-icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #b9b8b8;
}
.ctct-col .ctct-btn {
    width: 100%;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 5px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
}
.ctct-btn:hover {
    color: #fff;
    text-decoration: none;
}
.ctct-btn .fas {
    margin-right: 6px;
}
.ctnt {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.mob-img {
    display: none;
}
.contact-address-sect {
    margin-bottom: 50px;
}
.top-ctnt-sec .ctnt {
    margin-bottom: 20px;
    line-height: 1.3;
}
.hd-typ3.brand-color-txt {
    line-height: 1;
}
.new-car-details .hd-typ3 {
    margin-bottom: 30px;
    text-transform: uppercase;
}
.sub-hd1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    margin-bottom: 15px;
}
.sub-hd2 {
    font-size: 18px;
    font-weight: bolder;
    display: block;
    margin-bottom: 15px;
}
.cms-page .inner-banner-3 {
    margin-bottom: 60px;
}
.cms-page p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}
.cms-page p:last-child {
    margin-bottom: 0;
}
.top-content {
    font-size: 18px;
    text-align: center;
    margin-bottom: 35px;
}
.grey-bg {
    background-color: #f1f1f1;
}
.cms-ctnt {
    font-weight: 400;
    font-size: 16px;
    padding-top: 20px;
}
.cms-ctnt ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.img-col-sec2 .img-col img {
    max-width: 100%;
    border-radius: 5px;
}
.img-col-sec2 .img-col {
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 3px;
}
.img-col-sec2 .ctnt-wrap {
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    border: 1px solid #ddd;
    line-height: 1.3;
}
.img-col-sec2 .ctnt-wrap .tel-wrap {
    margin-top: 7px;
}
.img-col-sec2 .ctnt-wrap .tel-wrap a {
    font-weight: bolder;
}
.img-col-sec2 .ctnt-wrap .tel-wrap a:hover {
    color: #000;
    text-decoration: none;
}
.vdo-col {
    border: 1px solid #ddd;
    padding: 7px;
    border-radius: 5px;
}
.vdo-col iframe {
    margin: 0;
    vertical-align: top;
}
.img-box-col.two-col {
    display: flex;
    align-items: center;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
}
.img-box-col.two-col .img-col {
    width: 40%;
    max-width: 214px;
}
.img-box-col.two-col .ctnt-col {
    width: 60%;
    padding: 10px;
    padding-left: 20px;
}
.g-map-wrap {
    padding: 15px;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.expand-title {
    font-size: 18px;
    font-weight: bolder;
    color: #000;
    position: relative;
    margin-bottom: 5px;
}
.expand-ctnt,
.expand-title {
    padding: 15px 15px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.img-info {
    font-size: 12px;
    line-height: 1.2;
    color: #000;
    font-weight: 400;
    margin-top: 4px;
    display: block;
}
.img-col {
    margin-bottom: 10px;
}
ul.no-bullets.contetn-expand-collapse li {
    margin-bottom: 5px;
}
.small-text {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.expand-title::after {
    content: "";
    width: 13px;
    position: absolute;
    right: 20px;
    top: 17px;
    height: 13px;
    display: inline-block;
    border: 3px solid #002a4e;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.active .expand-title::after {
    top: 22px;
    border: 3px solid #002a4e;
    border-bottom: none;
    border-right: none;
}
ul.list-4 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}
ul.list-4 > li {
    position: relative;
    padding-left: 18px;
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
}
ul.list-4 > li:last-child {
    margin-bottom: 0;
}
ul.list-4 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #002a4e;
}
.new-car-details .tab-ctnt h1 {
    margin-top: 0;
}
.new-car-details .tab-ctnt .hd-typ2 {
    margin-bottom: 15px;
}
.center-box {
    text-align: center;
}
.brand-col-typ1 {
    margin-bottom: 30px;
}
.box-ctnt-wrap {
    margin-bottom: 15px;
}
.box-title {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.box-info {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: center;
}
.center-box .btn-typ3 {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 5px 10px;
}
.cms-ctnt ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}
.cms-ctnt ul > li {
    position: relative;
    padding-left: 18px;
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
}
.cms-ctnt ul > li:last-child {
    margin-bottom: 0;
}
.cms-ctnt ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #002a4e;
}
.border-box {
    height: 100%;
    border: 1px solid #eee;
    padding: 40px 30px;
    display: flex;
    align-items: center;
}
.img-box {
    min-height: 175px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    text-align: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.border-blue {
    border-color: #09aaed;
}
.border-yellow {
    border-color: #fbc231;
}
.border-pink {
    border-color: #ce477d;
}
.border-violet {
    border-color: #7f62a2;
}
.offer-col {
    margin-bottom: 30px;
}
.offer-col ul,
ul.no-bullets {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.offer-col ul li,
ul.no-bullets li {
    padding-left: 0;
    margin-bottom: 3px;
}
.offer-col ul li:before,
ul.no-bullets li:before {
    display: none;
}
.offer-ctnt {
    border: 1px solid #ddd;
    padding: 20px 15px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10vh;
}
.offer-ctnt img {
    margin-bottom: 15px;
}
.form-typ2 {
    border: 1px solid #ddd;
    padding: 35px 40px;
    background-color: #fff;
    font-weight: 400;
}
.popup-ctnt {
    max-width: 950px;
    padding: 30px;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 10vh;
    margin-bottom: 10vh;
    border: 3px solid #002a4e;
}
.popup-ctnt .close-btn {
    font-weight: 400;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background-color: #002a4e;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
}
.popup-ctnt .hd-typ2 {
    margin-bottom: 40px;
}
.form-typ2 .form-group {
    border-bottom: 2px solid #002a4e;
    position: relative;
    margin-bottom: 40px;
}
.form-typ2 .form-control {
    position: relative;
    padding: 0;
    background-color: transparent;
    height: auto;
    color: #000;
    border: none;
    padding: 15px 0 0 0;
}
.form-typ2 .form-control.select-box-wrap {
    position: relative;
}
.form-typ2 .form-group.selectStyle label {
    font-size: 16px !important;
    top: -5px !important;
}
.form-typ2 .form-group.selectStyle .bootstrap-select {
    width: 100%;
}
.form-typ2 .form-group.selectStyle .bootstrap-select button {
    padding: 0;
    background: 0 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0 !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-typ2 .form-group.selectStyle ul li {
    padding: 0;
}
.form-typ2 .form-group.selectStyle ul li::before {
    display: none;
}
.popup-contact .form-typ2 {
    border: 0 solid #002a4e;
    max-width: 100%;
    padding: 0;
}
.popup-contact .form-typ2 .btn-typ1 {
    max-width: 100%;
}
.form-typ2 textarea.form-control {
    resize: none;
    min-height: 110px;
}
.form-typ2 .form-group label {
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
    position: absolute;
    left: 0;
    top: -5px;
    line-height: 1;
    margin: 0;
    padding: 0;
    z-index: 0;
}
.form-typ2 .form-control:focus + label,
.form-typ2 .form-control:not(:placeholder-shown) + label {
    top: -15px;
    font-size: 14px;
}
.form-typ2 .error label {
    color: #c00;
}
.form-typ2 ::-webkit-input-placeholder {
    opacity: 0;
}
.form-typ2 ::-moz-placeholder {
    opacity: 0;
}
.form-typ2 :-ms-input-placeholder {
    opacity: 0;
}
.form-typ2 :-moz-placeholder {
    opacity: 0;
}
.img-box-section .img-box img {
    max-height: 200px;
}
.img-box-section .img-box {
    padding-bottom: 60px;
    min-height: 260px;
    position: relative;
}
.img-box-section .img-box .img-txt-b {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
    bottom: 35px;
    padding: 0 5px;
}
.img-box-section .img-box .img-txt-b sub {
    display: block;
    font-size: 12px;
    line-height: normal;
    position: relative;
    margin-top: -5px;
}
.img-box-section .img-box .img-wrap {
    padding: 10px;
}
.tbl-typ1 {
    border: 1px solid #ddd;
}
.tbl-typ1 .tbl-row.two-col {
    display: flex;
    align-items: center;
}
.tbl-typ1 .tbl-row {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
}
.tbl-typ1 .tbl-row .tbl-col {
    padding: 5px 15px;
    font-size: 14px;
    min-height: 40px;
    display: flex;
    align-items: center;
    line-height: 1.2;
}
.tbl-typ1 .tbl-row.tbl-lbl .tbl-col {
    font-weight: bolder;
}
ul.tbl-typ1 {
    margin-bottom: 30px;
}
.tbl-typ1 .tbl-row.tbl-hd .tbl-col {
    font-size: 20px;
    font-weight: bolder;
}
.tbl-typ1 .tbl-row.two-col .tbl-col:first-child {
    border-right: 1px solid #ddd;
    width: 70%;
}
.tbl-typ1 .tbl-row.two-col .tbl-col:last-child {
    width: 200px;
}
.alter-bg-white .alter-ctnt-row .ctnt-col {
    background-color: #fff;
    color: #000;
}
.alter-bg-white .alter-ctnt-row .img-col img {
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.alter-bg-white .alter-ctnt-row:hover .img-col img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cms-page .about-ctnt .top-content {
    margin-bottom: 60px;
}
.about-ctnt .hd-typ3 {
    line-height: 1.1;
    margin-bottom: 0;
}
.about-ctnt .alter-ctnt-row .alter-col {
    background-color: #fff;
    padding: 30px 30px 80px 30px;
}
.about-ctnt .alter-ctnt-row .ctnt-col {
    position: relative;
    background-color: transparent;
    text-align: right;
    color: #000;
}
.alter-ctnt-row .ctnt-col.bg-white {
    color: #000;
    background-color: #fff;
}
.alter-ctnt-row .ctnt-col.bg-white p {
    color: #000;
}
.alter-ctnt-row:nth-child(2n) .ctnt-col.bg-white {
    padding-left: 0;
}
.alter-ctnt-row:nth-child(2n + 1) .ctnt-col.bg-white {
    padding-right: 0;
}
.about-ctnt .alter-ctnt-row .ctnt-col-inner {
    position: relative;
    padding-top: 61px;
}
.about-ctnt .alter-ctnt-row .ctnt-col-inner::before {
    content: attr(year-attr);
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #0d2b63;
    padding: 5px 25px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}
.about-ctnt .alter-ctnt-row:nth-child(2n) .ctnt-col {
    text-align: left;
}
.about-ctnt .alter-ctnt-row {
    position: relative;
}
.about-ctnt .alter-ctnt-row::after,
.about-ctnt .alter-ctnt-row::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 100%;
}
.about-ctnt .alter-ctnt-row::after {
    left: 100%;
}
.about-ctnt .alter-ctnt-row::before {
    right: 100%;
}
.about-ctnt .alter-col-sec {
    position: relative;
}
.about-ctnt .alter-col-sec::after {
    content: "";
    z-index: 9;
    position: absolute;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 2px solid #0d2b63;
    left: 50%;
    top: 0;
    background-color: #fff;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    margin-top: -34px;
}
.about-ctnt .alter-col-sec .roundcircle {
    z-index: 10;
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #0d2b63;
    left: 50%;
    top: 0;
    background-color: #fff;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    margin-top: -34px;
}
.about-ctnt .alter-col-sec::before {
    content: "";
    position: absolute;
    height: 100%;
    background: url(../images/border-rpt-y.png) repeat-y 0 0;
    width: 1px;
    left: 50%;
    z-index: 9;
}
.about-ctnt .alter-ctnt-row:nth-child(2n + 1) .alter-col:last-child {
    text-align: left;
    padding-left: 50px;
}
.about-ctnt .alter-ctnt-row:nth-child(2n + 1) .alter-col:first-child {
    text-align: right;
    padding-right: 50px;
}
.about-ctnt .alter-ctnt-row:nth-child(2n) .alter-col:last-child {
    text-align: right;
    padding-right: 50px;
}
.about-ctnt .alter-ctnt-row:nth-child(2n) .alter-col:first-child {
    text-align: left;
    padding-left: 50px;
}
.about-ctnt .alter-ctnt-row:nth-child(2n) .ctnt-col-inner::before {
    left: 0;
    right: auto;
}
.about-ctnt .alter-ctnt-row .alter-col {
    text-align: left;
}
.nav-item-ctnt {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.nav-item-ctnt:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover,
.nav-item-ctnt.active {
    color: #fff;
}
.active .nav-item-ctnt:before,
.nav-item-ctnt:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.active .nav-item-ctnt {
    color: #fff;
}
.vdo-col-wrap {
    margin-bottom: 30px;
}
.tab-wraper > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tab-icon-wrap > li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #fff;
}
.tab-icon-wrap {
    border-bottom: 2px solid #000;
}
.tab-wraper .tab-icon-wrap {
    margin-bottom: 40px;
}
.nav-item-ctnt {
    color: #000;
    text-decoration: none;
    padding: 10px 25px;
    display: block;
}
.nav-item-ctnt:hover {
    color: #fff;
    text-decoration: none;
}
.tab-icon-mob {
    display: none;
}
.tab-ctnt > li {
    border-top: none;
}
.tab-icon-mob a,
.tab-icon-mob span {
    display: block;
    padding: 7px 15px;
    color: #fff;
}
.tab-icon-mob a:hover,
.tab-icon-mob span:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.tab-ctnt li {
    margin-bottom: 5px;
}
.tab-icon-mob {
    position: relative;
    cursor: pointer;
}
.tab-icon-mob::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 7px;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
@-webkit-keyframes open-ctnt {
    0% {
        top: 8px;
    }
    50% {
        top: 12px;
    }
    100% {
        top: 8px;
    }
}
@keyframes open-ctnt {
    0% {
        top: 8px;
    }
    50% {
        top: 12px;
    }
    100% {
        top: 8px;
    }
}
.tab-icon-mob::after {
    -webkit-animation-name: open-ctnt;
    animation-name: open-ctnt;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.ctnt-list.active .tab-icon-mob::after {
    animation: none;
    top: 15px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}
ul.list-style-1 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    list-style: none;
}
ul.list-style-1 i {
    font-size: 10px;
}
ul.list-style-1 a {
    color: #fff;
    text-decoration: none;
    padding: 8px 0;
    display: block;
}
ul.list-style-1 a:hover {
    color: #c00;
}
ul.list-style-1 li {
    margin: 0;
}
ul.list-style-2 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    list-style: none;
}
ul.list-style-2.splitastwo {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
ul.list-style-2 li {
    margin: 0;
    padding: 8px 0;
}
ul.list-style-2 li span {
    text-transform: uppercase;
    display: block;
    margin: 0 0 5px 0;
}
address strong {
    font-weight: 700;
}
.list-3 li {
    position: relative;
    padding-left: 17px;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    float: left;
    margin-bottom: 10px;
    padding-right: 20px;
}
.list-3 li:last-child {
    padding-right: 0;
}
.list-3 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 5px;
    border-color: transparent transparent transparent #fff;
}
.page-path li {
    float: left;
    position: relative;
    padding-left: 15px;
    margin-left: 7px;
    font-size: 10px;
    text-transform: uppercase;
}
.page-path li a {
    color: #fff;
    text-decoration: none;
}
.page-path li a:hover {
    color: #fff;
    text-decoration: none;
}
.page-path li::before {
    content: "";
    font-family: Montserrat, sans-serif;
    width: 9px;
    height: 7px;
    left: 0;
    top: 4px;
    background: url(../images/sprite-typ1.png) no-repeat -80px 0;
    position: absolute;
}
.page-path li:first-child {
    padding-left: 0;
}
.page-path li:first-child::before {
    display: none;
}
.work-shedule {
    margin-bottom: 15px;
}
.sub-hd {
    font-size: 25px;
    font-weight: 700;
}
.work-shedule li {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 5px;
}
.work-shedule label {
    width: 72px;
    font-weight: 400;
}
.border-box .list-4 {
    margin-bottom: 0;
}
.multi-cell-wrap {
    display: flex;
    font-weight: 400;
    position: relative;
    align-items: center;
    justify-content: center;
    color: #000;
    flex-wrap: wrap;
}
.cell-title::before {
    content: attr(cell-title-attr);
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
}
.multi-cell-wrap .cell {
    font-weight: 400;
    position: relative;
    margin: 5px;
    border: 2px solid #002a4e;
    border-top: 5px solid #002a4e;
    padding: 10px 15px;
    padding-top: 25px;
    line-height: 1.2;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}
.multi-cell-wrap .cell:before {
    content: attr(cell-title-attr);
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
    font-size: 20px;
    color: #002a4e;
}
.multi-cell-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.top-center-btn {
    display: flex;
    justify-content: center;
}
.top-center-btn {
    margin: 25px 0 30px 0;
}
.top-center-btn .btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0;
    background-color: #002a4e;
    color: #fff;
    margin: 5px;
    padding: 15px 25px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    font-size: 18px;
    border: none;
    overflow: hidden;
    line-height: 1.2;
}
.top-center-btn .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.top-center-btn .btn:hover {
    color: #fff;
}
.top-center-btn .btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.renault-content .inner-banner-2 .text a.btn,
.renault-content .top-center-btn .btn {
    background-color: #f1c603;
    color: #1f2532;
}
.renault-content .inner-banner-2 .text a.btn:hover,
.renault-content .top-center-btn .btn:hover {
    color: #fff;
}
.renault-content .top-center-btn .btn:before {
    background-color: #1f2532;
}
.renault-content .btn-typ1,
.renault-content .btn-typ4 {
    color: #fff;
}
.renault-content .btn-typ1:hover,
.renault-content .inner-banner-2 .text a.btn:hover {
    background-color: #000;
    color: #fff;
}
.renault-content .btn-typ4:hover {
    color: #f1c603;
}
.renault-content .btn-typ3 {
    color: #f1c603;
    border-color: #f1c603;
    font-weight: 400;
}
.renault-content .btn-typ3::before {
    background-color: #f1c603;
}
.renault-content .btn-typ3:hover {
    color: #1f2532;
}
.renault-content ul.list-4 li::before {
    border-left-color: #f1c603;
}
.renault-content .nav-item-ctnt {
    color: #f1c603;
}
.renault-content .tab-icon-wrap {
    border-color: #f1c603;
}
.renault-content .nav-item-ctnt::before {
    background-color: #f1c603;
}
.renault-content .active .nav-item-ctnt,
.renault-content .nav-item-ctnt:hover {
    color: #1f2532;
}
.img-pop a::before,
.mazda-content .img-pop a::before {
    color: #fff;
}
.mazda-content .inner-banner-2 .text a.btn,
.mazda-content .top-center-btn .btn {
    background-color: #910a2d;
    color: #fff;
}
.mazda-content .inner-banner-2 .text a.btn:hover,
.mazda-content .top-center-btn .btn:hover {
    color: #fff;
}
.mazda-content .top-center-btn .btn:before {
    background-color: #191919;
}
.mazda-content .btn-typ1,
.mazda-content .btn-typ4 {
    background-color: #910a2d;
    border-color: #910a2d;
    color: #fff;
}
.mazda-content .btn-typ1:hover,
.mazda-content .inner-banner-2 .text a.btn:hover {
    background-color: #191919;
    color: #fff;
}
.mazda-content .btn-typ4:hover {
    color: #fff;
}
.mazda-content .btn-typ3 {
    color: #910a2d;
    border-color: #910a2d;
    font-weight: 400;
}
.mazda-content .btn-typ3::before {
    background-color: #910a2d;
}
.mazda-content .btn-typ3:hover {
    color: #fff;
}
.mazda-content ul.list-4 li::before {
    border-left-color: #910a2d;
}
.mazda-content .nav-item-ctnt {
    color: #fff;
}
.mazda-content .tab-icon-wrap {
    border-color: #191919;
}
.mazda-content .nav-item-ctnt::before {
    background-color: #191919;
}
.mazda-content .active .nav-item-ctnt,
.mazda-content .nav-item-ctnt:hover {
    color: #fff;
}
.hd-typ1.with-sub {
    font-size: 50px;
}
.hd-typ1.with-sub::before {
    font-size: 50%;
}
.overlay-img-wrap {
    position: relative;
}
.overlay-img-wrap .overlay-ctnt {
    color: #000;
    z-index: 999;
    text-align: center;
    vertical-align: middle;
    padding: 80px 0;
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.overlay-ctnt p {
    font-size: 18px;
}
.img-pop {
    position: relative;
    line-height: 1;
    margin-bottom: 15px;
}
.img-pop a {
    position: relative;
    display: block;
    overflow: hidden;
}
.four-col-slider .img-wrap img,
.img-pop a img {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.four-col-slider .slide-col:hover .img-wrap img,
.img-pop a:hover img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
}
.large-vdo.img-pop.video-popup a::before {
    font-weight: 400;
    width: 60px;
    height: 60px;
    font-size: 60px;
}
.img-pop.video-popup a::before {
    content: "\f144";
    font-weight: 400;
}
.img-pop a::before {
    content: "\f00e";
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    font-weight: 900;
    font-size: 28px;
    background-size: contain;
    z-index: 5;
    font-family: "Font Awesome 5 Free";
    transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transition: All 0.1s ease;
    -webkit-transition: All 0.1s ease;
    -moz-transition: All 0.1s ease;
    -o-transition: All 0.1s ease;
}
.img-pop a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.overlay-img-wrap .overlay-img {
    background-position: center center;
}
.img-overlay-ctnt .btn-typ3 {
    padding: 8px 25px;
    line-height: 1.2;
}
.two-col-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
}
.f-width-two-img {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
.f-width-two-img .img-col {
    width: 49.75%;
    position: relative;
    margin-left: 0.5%;
}
.f-width-two-img .img-col:nth-child(2n + 1) {
    margin-left: 0;
}
.img-col.lb-ctnt .img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #000;
    background: -moz-linear-gradient(45deg, #000 0, #000 0, #000 0, #000 11%, rgba(0, 0, 0, 0.31) 50%, rgba(0, 0, 0, 0.12) 61%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, #000), color-stop(0, #000), color-stop(0, #000), color-stop(11%, #000), color-stop(50%, rgba(0, 0, 0, 0.31)), color-stop(61%, rgba(0, 0, 0, 0.12)));
    background: -webkit-linear-gradient(45deg, #000 0, #000 0, #000 0, #000 11%, rgba(0, 0, 0, 0.31) 50%, rgba(0, 0, 0, 0.12) 61%);
    background: -o-linear-gradient(45deg, #000 0, #000 0, #000 0, #000 11%, rgba(0, 0, 0, 0.31) 50%, rgba(0, 0, 0, 0.12) 61%);
    background: -ms-linear-gradient(45deg, #000 0, #000 0, #000 0, #000 11%, rgba(0, 0, 0, 0.31) 50%, rgba(0, 0, 0, 0.12) 61%);
    background: linear-gradient(45deg, #000 0, #000 0, #000 0, #000 11%, rgba(0, 0, 0, 0.31) 50%, rgba(0, 0, 0, 0.12) 61%);
}
.img-overlay-ctnt {
    z-index: 9;
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.car-title {
    position: relative;
    color: #fff;
    font-size: 25px;
}
.car-title::before {
    content: attr(car-brand-attr);
    display: block;
    font-style: italic;
    font-size: 15px;
}
.img-col.lb-ctnt .img {
    overflow: hidden;
    position: relative;
}
.img-col.lb-ctnt .img img {
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
}
.img-col.lb-ctnt:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.img-col.lb-ctnt .start-rate {
    color: #fff;
    font-size: 25px;
    margin-bottom: 25px;
}
.start-rate {
    color: #000;
    margin-bottom: 40px;
    font-size: 30px;
}
.start-rate::before {
    content: attr(start-date-attr);
    font-size: 16px;
}
.notification {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
}
.notification p {
    margin-bottom: 8px;
}
.notification p:last-child {
    margin-bottom: 0;
}
.item-desc {
    font-weight: 400;
    font-size: 13px;
}
.modal-btn-wrap .btn-typ1 {
    font-size: 16px;
    letter-spacing: 1px;
}
.popup-contact {
    padding: 0 40px;
    background: rgba(0, 0, 0, 0.46);
}
.brand-map {
    padding: 15px;
    border: 1px solid #efefef;
    vertical-align: top;
    line-height: 0.8;
    border-radius: 5px;
    margin-bottom: 45px;
}
.brand-contact-content .address-col {
    font-weight: 400;
    font-weight: 700;
    line-height: 1.3;
    border: 1px solid #efefef;
    padding: 30px 20px 15px;
    border-radius: 5px;
    color: #000;
    height: 100%;
}
.brand-contact-content .address-col span.smalltitle {
    position: absolute;
    top: 11px;
    left: 35px;
    font-size: 13px;
    font-weight: 600;
    color: #5f5353;
}
.address-col-wrap {
    margin-bottom: 20px;
}
.brand-contact-content .address-col .btn-typ1 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    display: block;
    padding: 8px 10px 8px 10px;
}
.brand-col .sub-hd {
    font-size: 25px;
    text-transform: none;
}
.brand-contact-content .sub-hd {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.brand-contact-content address {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.brand-loac-section {
    margin-bottom: 75px;
}
.brand-col .img-wrap {
    padding: 0;
    margin-bottom: 15px;
}
.brand-col {
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 10px;
    height: 100%;
}
.brand-col-wrap {
    margin-bottom: 20px;
}
.brand-col img {
    border-radius: 5px;
}
.brand-contact-content .brand-col .sub-hd {
    text-transform: none;
    font-size: 25px;
}
.brand-contact-content .brand-col .btn-typ1 {
    width: 100%;
    text-align: center;
}
.brand-contact-content .brand-col .tel-link {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    font-weight: 700;
}
.brand-col.skoda-col .tel-link i {
    color: #42bd3b;
}
.brand-col.ssangyong-col .tel-link i {
    color: #042f65;
}
.brand-col.suzuki-col .tel-link i {
    color: #002c3f;
}
.tel-lnk-wrap {
    margin-bottom: 15px;
}
.brand-contact-content .brand-col address {
    margin-bottom: 5px;
}
.brand-col .btn-typ1 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-weight: 700;
}
.brand-col.skoda-col .btn-typ1 {
    background-color: #42bd3b;
}
.brand-col.ssangyong-col .btn-typ1 {
    background-color: #042f65;
}
.brand-col.suzuki-col .btn-typ1 {
    background-color: #002c3f;
}
.brand-col .btn-typ1:hover {
    background-color: #000;
}
.skoda-col .sub-hd {
    color: #42bd3b;
}
.ssangyong-col .sub-hd {
    color: #042f65;
}
.suzuki-col .sub-hd {
    color: #042f65;
}
.pseudo-icon-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pseudo-icon-list li {
    float: left;
    width: 50%;
    padding-left: 40px;
    position: relative;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 400;
}
.pseudo-icon-list li::before {
    content: "";
    position: absolute;
    background: url(../images/sprite-typ2.png) no-repeat 0 0;
    left: 0;
    width: 28px;
    height: 28px;
}
.pseudo-icon-list li.fuel::before {
    background-position: 0 0;
}
.pseudo-icon-list li.equivalent::before {
    background-position: -48px 0;
}
.pseudo-icon-list li.speed::before {
    background-position: 0 -51px;
}
.pseudo-icon-list li.transmission::before {
    background-position: -48px -45px;
}
.pseudo-icon-list li.acceleration::before {
    background-position: 0 -108px;
}
.pseudo-icon-list li.torque::before {
    background-position: -48px -102px;
}
.engin-slider.owl-carousel .owl-nav .owl-next,
.engin-slider.owl-carousel .owl-nav .owl-prev {
    background-color: #000;
    font-size: 50px;
    color: #fff;
    width: 30px;
    position: absolute;
    top: 50%;
    vertical-align: top;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    line-height: 110px;
}
.engin-slider.owl-carousel .owl-nav .owl-next.disabled,
.engin-slider.owl-carousel .owl-nav .owl-prev.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.engin-slider.owl-carousel .owl-nav .owl-next {
    right: 0;
}
.engin-slider.owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.overlay-img * {
    color: #fff;
}
.overlay-img::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.arrowOnMobDown {
    display: none;
}
a.menu-btn {
    width: 34px;
    height: 41px;
    display: block;
    float: left;
    background: 0 0;
    position: relative;
    left: 18px;
    top: 43px;
}
a.menu-btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.four-col-slider .owl-stage {
    padding-bottom: 5px;
}
.four-col-slider.gallery-wrap .slide-col {
    padding-bottom: 10px;
}
.four-col-slider.gallery-wrap .img-pop {
    margin-bottom: 0;
}
.four-col-slider .slide-col {
    -webkit-box-shadow: 0 0 5px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px -3px rgba(0, 0, 0, 0.75);
    height: 100%;
    padding: 15px;
    margin: 3px;
}
.four-col-slider .btn-wrap {
    text-align: center;
    position: static;
    left: 0;
    right: 0;
    bottom: 15px;
}
.four-col-slider .img-wrap {
    background-color: #f3f5f6;
    margin-bottom: 15px;
    overflow: hidden;
}
.four-col-slider .hd-typ4 {
    text-align: center;
}
.four-col-slider.owl-carousel .owl-nav .owl-next,
.four-col-slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.four-col-slider.owl-carousel .owl-nav .owl-next:hover,
.four-col-slider.owl-carousel .owl-nav .owl-prev:hover {
    background-color: #000;
}
.four-col-slider.owl-carousel .owl-nav .owl-next.disabled,
.four-col-slider.owl-carousel .owl-nav .owl-prev.disabled {
    opacity: 0.1;
    cursor: not-allowed;
}
.four-col-slider.owl-carousel .owl-nav .owl-next {
    right: -30px;
}
.four-col-slider.owl-carousel .owl-nav .owl-prev {
    left: -30px;
}
.four-col-slider.owl-carousel .owl-nav button.owl-next span,
.four-col-slider.owl-carousel .owl-nav button.owl-prev span {
    font-size: 55px;
    line-height: 0.6;
    color: #fff;
    margin-top: -6px;
}
.img-wrap.vdo {
    position: relative;
}
.img-wrap.vdo .video-col {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 8;
}
.img-wrap.vdo .vdo-img {
    position: relative;
    z-index: 9;
    opacity: 0;
}
.ctnt-col {
    margin-bottom: 25px;
}
.section-top-ctnt {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.nodot .owl-dots {
    display: none;
}
.dealership-list {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    border: 1px solid #ddd;
    border-top: none;
    border-color: transparent;
    position: absolute;
    right: 0;
    background-color: #fff;
    z-index: 999;
    width: 65vw;
    color: #000;
    overflow: hidden;
    padding: 15px 0;
    max-height: 0;
}
.upperhead-ctnt li {
    position: relative;
}
.dealership-list img {
    max-width: 50px;
}
.dealership-list a:before {
    display: none;
    background-color: transparent;
}
.ul-style-1 li::before {
    border-color: transparent transparent transparent #fff !important;
}
.termsAndCond {
    font-size: 14px;
    font-weight: 700;
}
.call-back {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    background: #1e4370;
    display: table;
    width: 100%;
}
.call-back img {
    width: 60px;
    float: left;
    margin: 0 25px 0 0;
}
.call-back p {
    width: calc(100% - 85px);
    float: left;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    padding: 0 150px 0 0;
    margin: 0;
}
.call-back p sub {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    position: relative;
    margin-top: -8px;
}
.call-back a.btn {
    position: absolute;
    right: 30px;
    top: 0;
    padding: 0 12px;
    display: block;
    background: #df202a;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 35px;
    line-height: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.call-back a.btn:hover {
    background: #000;
}
.cardetail-sect .hd-typ1 {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 10px;
}
.price-tag-ctnt span.lbl {
    font-size: 12px;
}
.ctct-col .img-col {
    position: relative;
}
.brand-badge {
    position: absolute;
    width: 50px;
    left: 50%;
    bottom: -1px;
    background-color: #fff;
    padding: 7px;
    text-align: center;
    padding-bottom: 0;
    border-radius: 50%;
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.ctct-col-lnk {
    position: relative;
    padding-left: 25px;
    display: block;
    letter-spacing: 1px;
    font-size: 18px;
    color: #233670;
    font-weight: 400;
}
.ctct-col-lnk:hover {
    color: #000;
    text-decoration: none;
}
.ctct-col .ctnt-col {
    position: static;
}
.ctct-col {
    display: block;
    position: relative;
}
.ctct-col .ctnt-col,
.ctct-col .img-col {
    width: 100%;
    padding: 0;
}
.ctct-col .ctnt-col .btn-wrap {
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.ctct-col .hd-typ2 {
    font-size: 25px;
}
.ctct-col .img-col {
    margin-bottom: 15px;
}
.address-wrap .timing li span {
    padding-right: 0;
    float: left;
}
.address-wrap .timing li.header {
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}
.address-wrap .timing {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.address-wrap .timing li {
    font-size: 12px;
    font-weight: 700;
    display: block;
    padding-bottom: 3px;
    margin-bottom: 5px;
    text-align: right;
}
.address-wrap p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}
.address-wrap .timing li span {
    position: relative;
    float: left;
    padding-right: 20px;
}
.address-wrap .timing li span::after {
    content: ":";
    position: absolute;
    right: 0;
    top: 0;
}
.ctctdetail-frmbtn {
    background-color: #9a9fa7;
    border: none;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.ctctdetail-frmbtn:hover {
    background-color: #000;
}
.address-wrap .form-inline .form-group {
    position: relative;
    display: block;
    width: 100%;
}
.address-wrap .form-inline .form-control {
    width: 100%;
    padding-right: 130px;
}
.g-map {
    margin-bottom: 50px;
    padding: 20px;
    border: 1px solid #b9b8b8;
    border-radius: 10px;
}
.address-wrap .form-inline {
    margin-bottom: 20px;
}
.gmap-icon {
    margin-bottom: 30px;
}
.g-map {
    display: none;
}
.thumb-slider-three-col.owl-carousel .owl-nav button.owl-next span,
.thumb-slider-three-col.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
.thumb-slider-three-col.owl-carousel .owl-nav button.owl-next,
.thumb-slider-three-col.owl-carousel .owl-nav button.owl-prev {
    vertical-align: top;
    width: 35px;
    height: 35px;
    border: 4px solid #002a4e;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 30%;
}
.thumb-slider-three-col.owl-carousel .owl-nav button.owl-next {
    border-left: none;
    border-bottom: none;
    right: -55px;
}
.thumb-slider-three-col.owl-carousel .owl-nav button.owl-prev {
    border-top: none;
    border-right: none;
    left: -55px;
}
.thumb-slider-three-col a {
    color: #002a4e;
    text-decoration: none;
}
.thumb-slider-three-col a:hover {
    color: #000;
    text-decoration: none;
}
.showroom-service-col-wrap {
    width: 25%;
}
.showroom-service-col img {
    width: 100%;
    opacity: 0.3;
}
.overlay-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    background-color: #002a4e;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    padding: 7px 15px;
    font-size: 14px;
}
.overlay-btn:hover {
    text-decoration: none;
}
.overlay-btn:before {
    content: "";
    position: absolute;
    border: #002a4e solid 2px;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.overlay-btn:hover:before {
    opacity: 1;
}
.showroom-service-col .with-sub::before {
    font-size: 65%;
    font-weight: 400;
}
.thumb-title {
    position: absolute;
    color: #fff;
    top: 40px;
    left: 40px;
    font-size: 25px;
    font-weight: 700;
    color: #1f1e1e;
}
.service-overlay-wrap::after {
    content: "";
    background-color: #002a4e;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    z-index: 8;
    display: inline-block;
}
.showroom-service-col:hover .service-overlay-wrap::after {
    width: 100%;
    height: 100%;
}
.overlay-btn,
.showroom-service-col .thumb-title {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
.showroom-service-col:hover .overlay-btn {
    background-color: #fff;
    color: #002a4e;
}
.showroom-service-col:hover .thumb-title {
    color: #fff;
}
.showroom-service-col {
    position: relative;
    border: 1px solid #002a4e;
}
.showroom-service-col-wrap {
    padding: 0 15px;
}
.showroom-service-col:first-child {
    margin-left: 0;
}
.showroom-service-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}
.midbar-slider .owl-nav button.owl-next span,
.midbar-slider .owl-nav button.owl-prev span {
    display: none;
}
.midbar-slider .owl-nav button.owl-next,
.midbar-slider .owl-nav button.owl-prev {
    vertical-align: top;
    width: 35px;
    height: 35px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
}
.midbar-slider .owl-nav button.owl-next::after,
.midbar-slider .owl-nav button.owl-prev::after {
    content: "";
    vertical-align: top;
    width: 35px;
    height: 35px;
    border: 4px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 13px;
}
.midbar-slider .owl-nav button.owl-next:hover::after,
.midbar-slider .owl-nav button.owl-prev:hover::after {
    border-color: #002a4e;
}
.midbar-slider .owl-nav button.owl-next::after {
    border-left: none;
    border-bottom: none;
    right: 17px;
}
.midbar-slider .owl-nav button.owl-prev::after {
    border-top: none;
    border-right: none;
    left: -5px;
}
.midbar-slider .owl-nav button.owl-next {
    border-left: none;
    border-bottom: none;
    right: 35px;
}
.midbar-slider .owl-nav button.owl-prev {
    border-top: none;
    border-right: none;
    left: 25px;
}
.bg-blue {
    background-color: #002a4e;
}
.copy-right {
    color: #fff;
    font-size: 10px;
}
.copy-right a {
    color: #fff;
}
.copy-right a:hover {
    color: #002a4e;
    text-decoration: none;
}
.thumb-slider-three-col .owl-item {
    padding: 15px;
    padding-bottom: 0;
}
.thumb-slider-three-col .owl-item img {
    transition: All 0.5s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.2s ease;
    transform: scale(0.9);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.9);
    -o-transform: scale(0);
    -ms-transform: scale(0.8);
}
.thumb-slider-three-col .owl-item:hover img {
    transform: translateX(15px) scale(1);
    -webkit-transform: translateX(15px) scale(1);
    -moz-transform: translateX(15px) scale(1);
    -o-transform: translateX(15px) scale(1);
    -ms-transform: translateX(15px) scale(1);
}
.social-icon-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.social-icon-list {
    display: flex;
    font-size: 20px;
}
.social-icon-list li {
    margin-left: 7px;
}
.social-icon-list li:first-child {
    margin-left: 0;
}
.social-icon-list a {
    color: #fff;
    line-height: 1;
    display: inline-block;
}
.social-icon-list a:hover {
    color: #0066be;
}
.tab-icon {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}
.tab-icon li {
    cursor: pointer;
}
.time-hd {
    font-size: 14px;
}
.two-col {
    display: flex;
}
.tab-col .two-col {
    padding-top: 15px;
}
.time-list {
    font-size: 12px;
}
.time-list strong {
    font-weight: 700;
    color: #002a4e;
}
.time-hd {
    font-size: 14px;
    font-weight: 700;
    color: #002a4e;
}
.list-icon {
    display: none;
}
.menu-icon {
    display: none;
}
header.main {
    font-family: Montserrat, sans-serif;
}
header.main .top {
    background: #000;
}
header.main .top ul.brands {
    float: right;
    text-transform: uppercase;
    list-style: none;
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
header.main .top ul.brands li {
    float: left;
}
header.main .top ul.brands li a {
    color: #fff;
    padding: 0 28px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-decoration: none;
}
header.main .top ul.brands li.honda a {
    background: #cb2027;
}
header.main .top ul.brands li.honda a:hover {
    background: #fff;
    color: #cb2027;
}
header.main .top ul.brands li.renault a {
    background: #f2c327;
}
header.main .top ul.brands li.renault a:hover {
    background: #fff;
    color: #f2c327;
}
header.main .top ul.brands li.dacia a {
    background: #1885c8;
}
header.main .top ul.brands li.dacia a:hover {
    background: #fff;
    color: #1885c8;
}
header.main .top a.saved-cars {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    float: right;
    margin: 16px 20px 0 0;
    text-decoration: none;
}
header.main .top ul.social {
    margin: 11px 0 0 50px;
    padding: 0;
    float: left;
    list-style: none;
}
header.main .top ul.social li {
    float: left;
    margin: 0 6px 0 0;
}
header.main .top ul.social li.line {
    position: relative;
    margin-right: 6px;
    width: 10px;
    display: block;
}
header.main .top ul.social li.line::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 1px;
    height: 1px;
    height: 14px;
    background: gray;
}
header.main .top ul.social li a {
    color: #fff;
    text-decoration: none;
}
header.main .top ul.social li.fb:hover a {
    color: #3b5998;
}
header.main .top ul.social li.twitter:hover a {
    color: #1da1f2;
}
header.main .top ul.social li span {
    font-size: 14px;
    position: relative;
    top: -1px;
}
header.main .top ul.social li.phone a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
header.main .top ul.social li.phone:hover a {
    letter-spacing: 1px;
}
header.main .menu-sec.no-brand .main-brand {
    display: none;
}
header.main .menu-sec .main-brand {
    background: #f6f6f6;
    width: 104px;
    height: 90px;
    float: right;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
header.main nav {
    float: right;
    padding: 0;
    margin: 0 30px 0 0;
}
header.main nav .nav-item:last-child .dropdown-menu {
    left: auto;
    right: 0;
}
header.main nav .nav-link {
    padding: 0 10px !important;
    height: 90px;
    line-height: 90px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
header.main nav .nav-link::after {
    display: none;
}
header.main nav .nav-link i {
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
}
header.main nav .nav-item.active .nav-link i {
    color: #fff;
}
header.main nav .dropdown-menu {
    margin-top: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    padding: 0 0;
}
header.main nav .dropdown-menu a {
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 600;
}
header.main a.logo {
    display: block;
    float: left;
    margin: 23px 0 0 50px;
}
header.main .navbar .nav-item.show .dropdown-menu {
    display: block;
}
header.main .navbar .nav-item.show a.nav-link i {
    color: #fff !important;
}
#slide2 .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#slide2 .owl-next,
#slide2 .owl-prev {
    width: 24px;
    height: 39px;
    display: block;
    font-size: 0;
    position: relative;
    top: -19.5px;
}
#slide2 .owl-prev {
    background-position: left top;
    float: left;
    margin-left: 30px;
}
#slide2 .owl-prev:hover {
    background-position: left bottom;
}
#slide2 .owl-next {
    background-position: right top;
    float: right;
    margin-right: 30px;
}
#slide2 .owl-next:hover {
    background-position: right bottom;
}
#slide2 .banner-text {
    position: absolute;
    top: 50%;
    left: 19.53125%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#slide2 .banner-text h1 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 80px;
    padding: 0 60px 0 30px;
    margin: 0 0 10px 0;
}
#slide2 .banner-text span.sub {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
#slide2 .banner-text a.btn {
    display: table;
    padding: 0 22px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    height: 46px;
    line-height: 46px;
    color: #fff;
    margin: 20px 0 0 0;
}
.brandHome-newCar {
    padding: 50px 0;
    background: url(../images/bg-3.jpg) center right no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.brandHome-newCar .hd-typ7 {
    margin: 0 0 45px 0;
}
.h-new-car-cell {
    padding: 4px;
    display: block;
    text-decoration: none !important;
}
.h-new-car-cell .imgBx {
    height: 203px;
    width: 100%;
    background: #fff;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px 4px rgba(132, 123, 123, 0.15);
    -moz-box-shadow: 0 0 4px 4px rgba(132, 123, 123, 0.15);
    box-shadow: 0 0 4px 4px rgba(132, 123, 123, 0.15);
}
.h-new-car-cell .imgBx img {
    width: auto;
    transition: transform 0.2s;
}
.h-new-car-cell:hover .imgBx img {
    transform: scale(1.1);
}
.h-new-car-cell span.title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
}
.h-new-car-cell span.price {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    display: block;
    text-align: center;
    position: relative;
    margin: -5px 0 0 0;
}
#slide6 .owl-nav {
    position: absolute;
    top: 101px;
    left: 0;
    width: 100%;
    height: 0;
}
#slide6 .owl-next,
#slide6 .owl-prev {
    width: 63px;
    height: 31px;
    display: block;
    font-size: 0;
}
#slide6 .owl-prev {
    background-position: left top;
    float: left;
    margin-left: -143px;
}
#slide6 .owl-prev:hover {
    background-position: left bottom;
}
#slide6 .owl-next {
    background-position: right top;
    float: right;
    margin-right: -143px;
}
#slide6 .owl-next:hover {
    background-position: right bottom;
}
.h-mid-sec {
    padding: 80px 0;
    background: url(../images/bg-4.jpg) center top no-repeat;
}
.h-mid-sec .cell {
    text-align: center;
    height: 200px;
    margin: 0 0 30px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.h-mid-sec .cell:hover {
    background: #e7252d !important;
}
.h-mid-sec .cell span.title {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    margin: 0 0 5px 0;
}
.h-mid-sec .cell p {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.h-mid-sec .cell i {
    color: #fff;
    font-size: 30px;
    margin: 15px 0 0 0;
    display: none;
}
.h-mid-sec .cell:hover i {
    display: block;
}
.h-about {
    padding: 80px 100px;
    background: #f7f8f8;
}
.h-about .hd-typ7 {
    margin-bottom: 20px;
}
.h-about .left {
    width: 33.59375%;
    float: left;
    -webkit-align-items: center;
    padding-top: 61px;
}
.h-about .right {
    width: 66.40625%;
    float: left;
}
.h-about .right p {
    font-size: 18px;
    font-weight: 400;
    color: #40403f;
    line-height: normal;
    margin: 0 0 20px 0;
}
.h-about .right a.btn {
    padding: 0 30px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    float: left;
    margin: 10px 10px 0 0;
}
.h-about .right a.btn i {
    font-size: 14px;
    margin: 0 0 0 5px;
}
.h-about .right a.btn:hover {
    background: #000;
}
.h-about .right a.btn:last-child {
    background: #000;
}
.h-about .right a.btn:last-child:hover {
    background: #e11f26;
}
.f-pagination {
    background: #000;
    padding: 10px 90px;
}
.f-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.f-pagination ul li {
    float: left;
    margin: 0 6px 0 0;
}
.f-pagination ul a {
    color: #fff;
    text-decoration: none;
}
.f-pagination ul li i {
    font-size: 12px;
}
.f-pagination ul a:hover {
    color: #e11f26;
}
.f-mid {
    padding: 0;
}
.f-mid h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
    padding: 0;
    text-transform: uppercase;
}
.f-mid .cell-1 {
    width: 26.458333333333332%;
    float: left;
    padding: 65px 30px 65px 90px;
    background: #f0f1f1;
}
.f-mid .cell-1 a.f-logo {
    display: block;
    margin: 0 0 25px 0;
}
.f-mid .cell-1 .p-one {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    margin: 15px 0 15px 0;
}
.f-mid .cell-1 a.mail {
    font-size: 18px;
    text-decoration: none;
    margin: 0 0 15px 0;
    display: block;
    color: #000;
}
.f-mid .cell-1 a.mail i {
    font-size: 14px;
}
.f-mid .cell-1 .p-two {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    margin: 0 0 15px 0;
}
.f-mid .cell-1 .p-two i {
    font-size: 14px;
}
.f-mid .cell-1 .p-two a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}
.f-mid .cell-2 {
    width: 24.166666666666668%;
    float: left;
    background: #f5f6f6;
    padding: 70px 30px 50px 80px;
}
.f-mid .cell-2 .p-one {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
}
.f-mid .cell-2 .p-one span {
    font-weight: 700;
}
.f-mid .cell-2 .p-two a {
    float: left;
    margin: 2px 8px 0 0;
    color: #000;
}
.f-mid .cell-2 .p-two span {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
}
.f-mid .cell-2 .p-two i {
    font-size: 25px;
}
.f-mid .cell-3 {
    width: 49.375%;
    float: left;
    background: #f0f1f1;
    padding: 70px 30px 0 80px;
}
.f-mid .cell-3 .cell {
    width: 33.33%;
    float: left;
}
.f-mid .cell-3 .cell ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    color: #000;
}
.f-mid .cell-3 .cell ul li {
    margin: 0 0 5px 0;
}
.f-mid .cell-3 .cell ul li a {
    color: #000;
}
.f-mid .cell-3 .cell ul li a:hover {
    text-decoration: none;
}
.f-bottom {
    background: #dcdede;
    padding: 20px 30px;
}
.f-bottom span.text {
    display: block;
    font-size: 16px;
    color: #3d3e3e;
    font-weight: 400;
    text-align: center;
}
.f-bottom p {
    font-size: 16px;
    color: #3d3e3e;
    margin: 0 auto;
    text-align: center;
    display: table;
}
.f-bottom p a {
    float: left;
    color: #3d3e3e;
}
.f-bottom p span {
    float: left;
}
.common-search {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    z-index: 99;
}
.common-search h2 {
    margin-bottom: 35px;
}
.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: #f2f2f2;
}
.common-search .car-search .bootstrap-select .dropdown-menu {
    background: #f2f2f2;
}
.common-search #collapseSearch {
    width: 1171px;
    margin-left: 5px;
}
.service-table {
    width: 100%;
}
.service-table td.a1 {
    width: 140px;
    min-width: 140px;
}
.service-table td.a1 img {
    display: block;
    margin: 0 0 5px 0;
}
.service-table td.a1 span {
    display: block;
    font-weight: 700;
}
.service-table td.a2 {
    font-weight: 700;
    font-size: 16px;
    padding: 0 0 5px 0;
}
.service-table td.a3 {
    font-size: 16px;
    background: #eee;
    padding-left: 10px;
    padding-right: 10px;
}
.service-table td.colorred {
    color: red;
    font-size: 17px;
    font-weight: 700;
}
.border-box.key-feature-box .list-4 {
    display: flex;
    flex-wrap: wrap;
}
.border-box.key-feature-box .list-4 > li {
    width: 50%;
}
.testimonials .cell {
    height: 100%;
    border: 1px solid #bfbfbf;
    padding: 30px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.testimonials .cell p {
    text-align: left;
    margin: 0;
    font-size: 14px;
}
.testimonials .cell .top {
    min-height: 29px;
    background: url(../images/chat-icon.png) left center no-repeat;
    padding: 0 0 0 46px;
    margin: 0 0 15px 0;
    text-align: left;
}
.testimonials .cell .top span.date {
    font-size: 13px;
    color: #000;
    font-weight: 700;
}
.testimonials .cell .top i {
    color: #ed8a19;
    font-size: 13px;
    float: left;
    margin: 0 2px 0 0;
}
.listing-sec {
    margin-top: 40px;
    margin-bottom: 40px;
}
.listing-sec > .col-sm-6 {
    margin-bottom: 40px;
}
.listing-sec.section-2 .list-cell span.price sub {
    display: inline-block;
    bottom: 0;
    margin: 0 5px;
}
.listing-sec.section-2 .list-cell > a.btn {
    top: auto;
    right: auto;
    bottom: 55px;
    left: 10%;
    padding-top: 6.5px;
    padding-bottom: 6.5px;
    width: 80%;
}
.listing-sec.section-2 .list-cell > a.btn.two {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
    right: 0;
    bottom: 20px;
    background: #000;
}
.listing-sec.section-2 .list-cell > a.btn + a {
    padding-top: 10px;
    padding-bottom: 0;
}
.listing-sec.section-2 .list-cell .bottom {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}
.listing-sec.section-2 .list-cell .bottom span {
    font-size: 18px;
    line-height: normal;
    display: block;
    margin: 0 0 15px 0;
    text-transform: none;
    letter-spacing: 0.5px;
}
.list-cell {
    border: 1px solid #f4f4f4;
    position: relative;
    height: 100%;
}
.list-cell:hover {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.23);
}
.small-txt {
    font-size: 16px;
}
.small-txt a {
    color: #000;
    word-break: break-all;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: 0 !important;
}
.ttn {
    text-transform: none;
}
.select-box-wrap .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.select-box-wrap .bootstrap-select > .dropdown-toggle {
    background-color: transparent;
    border: none;
    padding: 0;
}
.img-col-wrap .sub-hd {
    font-size: 20px;
}
.cms-ctnt .select-box-wrap ul li::before {
    display: none;
}
.cms-ctnt .select-box-wrap ul li {
    padding-left: 0;
}
.mfp-container {
    padding: 40px 20px;
}
.detail-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #ff0e14;
}
.detail-row .imgcell {
    padding-right: 20px;
    width: 25%;
}
.detail-row .contentcell {
    width: 75%;
}
.detail-row .price {
    font-size: 18px;
    font-weight: 700;
}
.table-wrap {
    overflow-x: auto;
}
.table-wrap > table {
    min-width: 900px;
}
.modal-backdrop {
    position: initial;
}
#initial-modal.modal.show .modal-dialog {
    max-width: 90%;
}
.popup-wrap img {
    width: 100%;
}
#initial-modal .close {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #e11f26;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    opacity: 1;
    z-index: 99;
    width: 35px;
    height: 35px;
}
#initial-modal .modal-body {
    padding: 15px;
    background-color: #e11f26;
}
span.iconYoutube {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.modal-backdrop {
    display: none !important;
}
.media-1 i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.media-1:hover i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.TopPaddingClass {
    padding-top: 131px;
}
.left-img {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    max-width: 70%;
}
.alter-ctnt-row {
    display: flex;
}
.alter-ctnt-row .alter-col {
    width: 50%;
    padding: 20px;
    margin: 0;
}
.alter-ctnt-row .img-col.bg-grey {
    background-color: #f1f1f1;
    padding: 60px 20px;
}
.alter-ctnt-row .img-col {
    text-align: center;
    padding: 0;
    overflow: hidden;
}
.alter-ctnt-row .img-col img {
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.alter-ctnt-row:hover .img-col img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
.alter-ctnt-row .img-col img {
    width: 100%;
}
.alter-ctnt-row .ctnt-col {
    background-color: #1f1f1f;
    color: #fff;
    padding: 20px 30px;
    font-weight: 400;
}
.alter-ctnt-row .ctnt-col b {
    font-size: 14px;
    line-height: 1.3;
}
.alter-ctnt-row:nth-child(2n) {
    flex-direction: row-reverse;
}
.btn-style-1 {
    border: 1px solid #000;
    padding: 8px 20px;
    color: #000;
}
.btn-style-1:hover {
    background: #000;
    color: #fff;
}
.section-padding {
    padding: 60px 0;
}
#guarantee-main h4 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
#guarantee-main .btn-3 {
    display: inline-block;
}
#guarantee-main p {
    font-size: 18px;
}
#guarantee-main .btn-1 {
    margin-top: 15px !important;
    display: inline-block;
    background: #c00;
    min-height: 40px;
    min-width: 150px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 8px 15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.desc {
    margin: 30px 0 0 0;
    padding: 0;
}
.desc li {
    list-style: none;
    text-decoration: none;
    margin-bottom: 15px;
    font-size: 18px;
}
.desc li strong {
    display: block;
    color: #c00;
    margin-bottom: 10px;
}
.desc li p {
    font-size: 13px;
    color: #6f6f6f;
    position: relative;
    padding-left: 30px;
}
.desc li p::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f192";
    font-family: Font awesome\5 Free;
    font-weight: 900;
    color: #6f6f6f;
}
.benefit-col {
    border: 1px dashed #dadada;
    padding: 15px;
}
.benefit-icon {
    max-width: 120px;
    margin: 0 auto 30px;
}
.benefit-col h5 {
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px dashed #dadada;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#benefit-slider .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#benefit-slider .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}
#benefit-slider .owl-dot {
    width: 13px;
    height: 13px;
    border: 1px solid #c00;
    margin: 0 5px;
    outline: 0;
}
#benefit-slider .owl-dots .active {
    background: #c00;
    width: 22px;
}
#benefit-slider .owl-dots {
    text-align: center;
    margin-top: 15px;
}
.guarantee-period .table {
    table-layout: fixed;
}
.guarantee-period .table thead th {
    vertical-align: middle;
    background: #c00;
    color: #fff;
}
.tc-wraper {
    border: 1px dashed #dadada;
    padding: 30px;
    text-align: center;
}
.tc-wraper h5 {
    font-weight: 400;
    font-size: 18px;
}
.tc-wraper .btn-3 {
    font-size: 13px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}
.protection-pack span.title {
    font-family: "Proxima Nova";
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 8px 0 0 0;
    display: block;
}
.price-cell {
    border-top: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
    margin: 25px 0 0 0;
}
.price-cell span {
    font-family: "Proxima Nova";
    display: block;
    width: 33.33%;
    float: left;
    border-right: 1px solid #aeaeae;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.price-cell span:last-child {
    border-right: 0;
    color: #c00;
}
.price-cell span:first-child {
    font-size: 18px;
}
.guaranteed-section2 {
    background: #ececec;
    padding: 50px 30px 20px;
}
.guar-col {
    margin-bottom: 30px;
}
.guar-wraper {
    background: #fff;
    padding: 30px;
    height: 100%;
}
.guar-wraper .same-height-2 {
    margin-bottom: 15px;
}
.guar-wraper h4 {
    font-weight: 700;
    font-size: 22px;
}
.guaranteed-section2 .sub-hd1 {
    margin-bottom: 30px;
}
.guar-icon {
    font-size: 25px;
}
.wrnty {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    background: #000;
    color: #fff;
    font-weight: 700;
}
.guar-wraper .btn-typ1 {
    background: #000;
}
.usedcar-slider.owl-carousel .owl-nav .owl-next,
.usedcar-slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    height: 30%;
    width: 30px;
    background-color: #e2e2e2;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.usedcar-slider:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}
.usedcar-slider:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible;
}
.save-amt {
    color: #cb2027 !important;
}
.facility-col {
    width: 20%;
    margin-top: -1px;
}
.faci-wraper {
    border: 1px solid #ececec;
    padding: 15px 10px;
    margin-left: -1px;
    height: 100%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.faci-wraper:hover {
    background: #ececec;
}
.faci-icon {
    width: 45px;
    height: 45px;
    margin: 0 auto 15px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    background: #ececec;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.faci-wraper h4 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0;
}
.guaranteed-section2 {
    background: #ececec;
    padding: 50px 30px 20px;
}
.guar-col {
    margin-bottom: 30px;
}
.guar-wraper {
    background: #fff;
    padding: 30px;
    height: 100%;
}
.guar-wraper .same-height-2 {
    margin-bottom: 15px;
}
.guar-wraper h4 {
    font-weight: 700;
    font-size: 22px;
}
.guaranteed-section2 .sub-hd1 {
    margin-bottom: 30px;
}
.guar-icon {
    font-size: 25px;
}
.wrnty {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    background: #000;
    color: #fff;
    font-weight: 700;
}
.guar-wraper .btn-typ1 {
    background: #000;
}
.guaranteed-section .btn-typ1 {
    background: #000;
}
.guarantee-modal.honda .btn-header-link {
    background: #cb2027 !important;
}
.guarantee-modal.honda .close {
    background: #cb2027;
}
.guarantee-modal.renault .btn-header-link {
    background: #f2c327 !important;
}
.guarantee-modal.renault .close {
    background: #f2c327;
}
.guarantee-modal.others .btn-header-link {
    background: purple !important;
}
.guarantee-modal.others .close {
    background: purple;
}
.thankyou-wraper {
    background: #fff;
    border: 2px solid #f4f4f4;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 60px;
}
.thankyou-wraper .title {
    font-size: 18px;
    text-align: center;
    margin: 0 0 40px 0;
    color: #484848;
    display: block;
    text-align: center;
}
.thankyou-wraper h2 {
    text-align: center;
    font-size: 70px;
    margin: 0;
    color: #4ba82e;
    font-weight: 700;
    text-transform: uppercase;
}

.dacia .equ-box {
    height: 100%;
    padding: 15px;
}

.dacia .equ-col {
    margin-bottom: 15px;
}

.dacia .safety-box {
    height: 100%;
    padding: 15px;
    border: 1px solid #f0f0f0;
}

.dacia .safety-col {
    margin-bottom: 10px;
    padding: 0 5px !important;
}

.dacia .btm-tab .tab-icon-wrap {
    display: block;
}
.dacia .equ-col .sub-hd2{
    text-transform: uppercase;
}
.top-btn-new a {
    background: #cb2027;
}

/*header social start*/
header.group-home ul.social {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}
header.group-home ul.social li {
    float: left;
    margin: 0 0 0 5px;
}
header.group-home ul.social li a {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
}
header.group-home ul.social li.fb a {
    background: #3b5998;
}
header.group-home ul.social li.fb a:hover {
    background: #4d80ea;
}
header.group-home ul.social li.twitter a {
    background: #5faade;
}
header.group-home ul.social li.twitter a:hover {
    background: #1998f1;
}
header.group-home ul.social li.insta a {
    background: #fff;
    color: #833ab4;
    font-size: 14px;
}
header.group-home ul.social li.insta a:hover {
    background: #c13584;
    color: #fff;
}
header.group-home ul.social li a::after{
    display: none;
}
.all-makes-servicing-sec a{
    color: #e7252d;
}
.broch--col {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 0 0 30px;
}
/*header social end*/
.booking-wraper{
    background: #e5e5e5;
}
.booking-cell {
    color: #000;
    font-weight: normal;
    padding: 30px;
}
.booking-cell h5{
    font-weight: 700;
    font-size: 20px;
}
.booking-wraper .form-typ2{
    height: 100%;
    padding: 30px;
}
.booking-wraper .form-typ2 .form-group{
    margin-bottom: 35px;
}
.booking-cell ul li::before{
    border-color: transparent transparent transparent #000;
}
.booking-wraper .form-typ2 .form-group{
    border-bottom: 2px solid #000000;
}
.booking-wraper .dropdown-item.active, .dropdown-item:active{
    background: #000;
    color: #fff;
}
.booking-wraper .dropdown-menu{
    padding: 0;
    border-top: 0;
    border-radius: 0;
}
.booking-wraper .dropdown-menu li{
    margin-bottom: 0;
}
.booking-wraper .select-box-wrap .bootstrap-select > .dropdown-toggle{
    background: none !important;
}
.btn--row{
    display: flex;
}
.btn--row .btn-typ1{
    width: 100%;
    margin-right: 15px;
    margin-left: 0;
    font-size: 16px;
    max-width: 100%;
}
.btn--row .btn-typ1:last-child{
    margin-right: 0;
}
.field-row {
    display: flex;
    align-items: flex-start;
}
.field-row .form-group{
    width: 100%;
    margin-right: 15px;
}
.field-row .btn-typ1{
    width: auto;
    font-size: 16px;
    margin-right: 0;
    min-width: 195px;
    margin: 0;
}
.booking-wraper .btn-typ1 {
    padding: 9px 10px !important;
    margin-bottom: 10px;
    border-radius: 0 !important;
    background-color: #000 !important;
}
.booking-wraper .btn-typ1:hover{
    color: #fff !important;
}
.video-image {
    position: relative;
}

.video-play-icon {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 44px;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.item:hover .video-play-icon {
    color: #C00;
}
.car--info{
    padding: 0 15px;
    margin-bottom: 10px;
}
.car--info h5 {
    margin-bottom: 0;
    font-size: 14px;
    border-top: 1px dashed #c3c3c3;
    border-bottom: 1px dashed #c3c3c3;
    padding: 8px 0;
}

.uc--logo.lez-logo-new {
    max-width: 110px;
    margin: 0 auto;
}
.used-car-list .lez-logo-new{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
}
.used-car-list .lez-logo-new {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
    background: rgba(255,255,255, 0.8);
    padding: 10px;
}
.wtsap-btn {
    position: absolute;
    bottom: 38px;
    left: 22px;
    z-index: 9;
    max-width: 70px;
}


/*Dacia 123 events start*/
.dacia .one-events .btn-typ4{
    padding: 10px 20px 10px 20px !important;
}
.btd-box{
    background: #646b52;
    padding: 30px 15px;
}
.btd-box h4{
    color: #fff;
}
.btd-box p{
    color: #fff;
}
.dacia .btd-box .btn-typ4 {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}
.dacia .btd-box .btn-typ4:hover{
    /*background: transparent;*/
    color: #fff;
}
.dacia .btd-box .btn-typ4:hover:before {
    background: #646b52 !important;
}
.one--desc {
    padding: 20px 0;
}
/*Dacia 123 events end*/
/*New car stock start*/
.newcar-filter {
    padding: 0px;
    margin: 0px 0px 15px 0px;
    text-align: center;
}
.newcar-filter li {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    padding: 0;
    margin: 0px 10px 10px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    max-height: 100%;
    max-width: 100%;
}

.newcar-filter li.active,
.newcar-filter li:hover {
    border-color: #646b52;
    color: #000;
}

.new-models-content .portfolio {
    overflow: hidden;
    display: none;
    transform: none;
    margin-bottom: 30px;
}
.new-models-content .portfolio:last-child{
    margin-bottom: 0;
}
.new-models-content{
    perspective: none !important;
    padding: 0;
}

.newcarstock--im--delivery .list-box .inner {
    background: #fff;
    border: 2px solid #f8f8f8;
    padding: 25px 15px;
    position: relative;
    height: 100%;
} 
.stock-model-title {
    font-weight: 900;
    font-size: 22px;
    line-height: 1;
}
.stock-model-title span {
    font-size: 17px;
}
.stock-spec{
    margin: 15px 0 0 0;
    padding: 0;
}
.stock-spec li{
    font-size: 16px;
    display: flex;
    margin-bottom: 7px;
}
.stock-spec li:last-child{
    margin-bottom: 0;
}
.stock-spec li span.first{
    width: 60%;
}
.stock-spec li span.sep{
    padding: 0 15px;
    width: 10px;
    text-align: center;
}
.stock-spec-sub{
    font-weight: 700;
}
.stock-spec li span {
    width: 100%;
}
.newcarstock--im--delivery p a{
    color: #646b52;
}
/*New car stock end*/

.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-row span{
    width: 100%;
    line-height: 1;
    margin: 0 !important;
}
.price-row small{
    display: block;
}
.price-save{
    color: #e7252d;
}
.cardetail-sect .price-row {
    background: #f6f6f6;
    padding: 10px;
    margin-top: 6px;
}
.cardetail-sect .price-row span{
    font-size: 20px;
    font-weight: 700;
}

.text-price-was{
    font-weight: 500 !important;
}
/*How to video section End*/

/*Coming soon new start*/
.coming-soon--new .item-col {
    margin-bottom: 30px;
}


.coming-soon--new .item-box {
    border: 1px solid #f1f1f1;
    height: 100%;
    padding: 25px 15px;
}

.circle-icon {
    max-width: 100px;
    margin: 0 auto 20px;
}

.coming-soon--new .hd-typ-1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.coming-soon--new .btn-typ-3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    margin: 20px 2px 0 2px;
    text-align: center;
    background: #cc0000;
    letter-spacing: 1px;
    display: table;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
}

.coming-soon--new .btn-typ-3:hover {
    background: #000;
    color: #fff;
}

.cm-soon-padd {
    padding: 75px 0;
}

.coming-soon--new .sub-hd {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.coming-soon--new .sub-hd2 {
    font-size: 28px !important;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15px;
}

.coming-soon--new p:last-child {
    margin-bottom: 0;
}

.coming-soon--new .zigzag {
    padding-left: 15px;
    padding-right: 15px;
}

.coming-soon--new .zigzag-cell {
    padding: 15px 0 15px 40px;
}

.coming-soon--new .zigzag-cell h3 {
    font-weight: 700;
    font-size: 36px;
    margin: 0 0 5px 0;
}

.coming-soon--new .zigzag-cell p {
    font-size: 18px;
    line-height: 26px;
}

.coming-soon--new .zigzag>.row:nth-child(even) .zigzag-cell {
    padding-left: 0;
    padding-right: 40px;
}
/*Coming soon new end*/



/*Austral page start*/
.austral-spec-bg{
    padding: 100px 30px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center center !important;
}
.austral-spec-text{
    background: rgba(0, 0, 0, 0.6);
    padding: 30px;
}
.austral-spec-text p{
    color: #fff;
    line-height: 1.1;
}
.austral-spec-text ul{
    margin: 0 0 15px 0;
    padding: 0;
}
.austral-spec-text ul li{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
    padding: 0 0 0 30px;
    list-style: none;
    position: relative;
    margin-bottom: 8px;
}
.austral-spec-text ul li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 3px;
}
.sec1-padd{
    padding: 80px 0;
}
.aus-fet-box {
    background: #f8f9fa;
    padding: 25px 15px;
    text-align: center;
    height: 100%;
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.aus-fet-box sub{
    bottom: 0;
}
.aus-fet-box p{
    line-height: 1.3;
}
.aus-fet-box h4{
    margin-bottom: 10px;
     line-height: 1;
}

.austral-slider-main1 .owl-dots {
    text-align: center;
    padding: 30px 0;
}
.austral-slider-main1 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 100px;
    background-color: #999797;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.austral-slider-main1 .owl-dots .owl-dot.active {
    width: 27px;
    background-color: #000;
}
.austral-slider-main1 .full-col-owl .owl-item{
    background: #fff;
}
.aust-desc{
    padding: 20px;
}
.aust-vdeo video{
    width: 100%;
    height: auto;
    display: block;
}
.aust-video-sec{
    background: #f8f9fa;
    padding: 25px 15px;
}
.aust-vide-col{
    margin-bottom: 30px;
}
.gallery--main .img-pop{
    width: 100%;
    height: 225px;
}
.gallery--main .img-pop a{
    height: 100%;
    width: 100%;
}
.gallery--main .img-pop img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.videogallery--main video{
    display: block;
    width: 100%;
    height: auto;
}
.gallery--main .four-col-slider .owl-dots{
    display: none;
}
.gallery--main .four-col-slider{
    margin-bottom: 30px;
}
.renault .austral-page-new .hd-typ3{
    font-weight: 700;
}
.videogallery--main .video{
    margin-bottom: 30px;
}
.austral-page-new .four-col-slider.owl-carousel .owl-nav .owl-next, .austral-page-new .four-col-slider.owl-carousel .owl-nav .owl-prev{
    background-color: rgba(0, 0, 0, 0.8);
}
.austral-page-new .four-col-slider.owl-carousel .owl-nav .owl-next:hover, .austral-page-new .four-col-slider.owl-carousel .owl-nav .owl-prev:hover{
    background: #999999;
}
.aus-fet-col{
    margin-bottom: 30px;
}
.aus-fet-col2 .aus-fet-box h4{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}
.aus-fet-col2 .aus-fet-box h4 strong{
    font-size: 45px;
}
@media (max-width: 991px) {
    .sec1-padd{
        padding: 45px 0;
    }
    .aus-fet-col {
        margin-bottom: 30px;
    }
    .austral-slider-main1 .owl-dots{
        padding: 15px 0;
    }
     .aus-fet-col2 .aus-fet-box h4{
        font-size: 25px;
    }
    .aus-fet-col2 .aus-fet-box h4 strong {
        font-size: 35px;
    }
}
@media (max-width: 575px) {
    .aus-fet-col {
        margin-bottom: 15px;
    }
    .gallery--main .img-pop{
        height: 180px;
    }
    .aust-vide-col {
        margin-bottom: 15px;
    }
    .videogallery--main .video {
        margin-bottom: 15px;
    }
    .austral-feat .row{
        margin: 0 -7.5px;
    }
    .aus-fet-col{
        padding: 0 7.5px;
    }
    .austral-spec-bg{
        padding: 30px;
    }
      .aus-fet-col2 .aus-fet-box h4{
        font-size: 21px;
    }
    .aus-fet-col2 .aus-fet-box h4 strong {
        font-size: 30px;
    }
}
/*Austral page end*/


/*Zrv models style start*/
.mdl-line-box .model-title{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.mdl-line-box .model-title small{
    font-weight: 400;
    color: #000;
    display: block;
}
.mdl-line-box .model-title strong{
    color: #cc0000;
}
.model-spec{
    margin: 0;
    padding: 0;
}
.model-spec li{
    list-style: none;
    font-size: 16px;
    line-height: 1.1;
    padding: 0 0 10px 22px;
    position: relative;
}
.mdl-line-box {
    background: #f8f9fa;
    padding: 15px;
    height: 100%;
}
.mdl-line-img {
    margin-bottom: 15px;
}
.model-spec li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    font-size: 10px;
    color: #cc0000;
    position: absolute;
    left: 0;
    top: 4px;
}
@media screen and (max-width:991px) {
    .mdl-line--col{
        margin-bottom: 30px;
    }
}
/*Zrv models style end*/

/*Used car list table start*/
.uclist-table thead{
    background-color: #f2f2f2;
    border-bottom: 0;
}
.uclist-table thead th{
    border-bottom: 0;
}
.uclist-table td, .uclist-table th{
    font-size: 16px;
    line-height: 1.1;
}
/*Used car list table end*/

.lez-logo-new2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    z-index: 2;
}

/* imgtxtbox-style-1 :Start */
.imgtxtbox-style-1 {
    width: 100%;
    height: auto;
}
.imgtxtbox-style-1 .itb-image {
    width: 100%;
    height: 300px;
    text-align: center;
}
.imgtxtbox-style-1 .itb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.imgtxtbox-style-1 .itb-text {
    padding: 20px 0px;
}
.imgtxtbox-style-1 .itb-text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}
.imgtxtbox-style-1 .itb-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
}
.imgtxtbox-style-1 .itb-text p:last-child {
    margin-bottom: 0;
}
/* imgtxtbox-style-1 :End */

/* imgtxtbox-style-2 :Start */
.imgtxtbox-style-2 {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    overflow: hidden;
}
.imgtxtbox-style-2 .itb-image {
    width: 100%;
    height: 100%;
    min-height: 300px;
    text-align: center;
    background-color: #ffffff;
}
.imgtxtbox-style-2 .itb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.imgtxtbox-style-2 .itb-text {
    width: 100%;
    height: 100%;
    padding: 15px 15px;
    display: flex;
    align-items: center;
}
.imgtxtbox-style-2 .itb-text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}
.imgtxtbox-style-2 .itb-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
}
.imgtxtbox-style-2 .itb-text p:last-child {
    margin-bottom: 0;
}
/* imgtxtbox-style-2 :End */
.test-driv-image {
    max-width: 50%;
    float: left;
    margin-right: 20px;
}
.testdrive-pg .btd-box p a{
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}
.t-driv--col{
    margin-bottom: 30px;
}
.testdrive-pg .img-pop{
    margin-bottom: 0;
}
.testdrive-pg .img-pop a::after{
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.testdrive-pg .t-driv--col:hover .img-pop a::after{
    opacity: 1;
}
.img-pop a::before{
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.testdrive-pg .t-driv--col:hover .img-pop a::before{
    opacity: 1;
}

/*Up Go page start*/
.upgo-pg p a{
    color: #646b52;
    text-decoration: underline;
}
.upgo-icons{
    width: 75px;
    margin: 0 auto 20px;
}

.acco--main #sec-accordion .card {
    margin-bottom: 15px;
    border: 0;
}
.acco--main #sec-accordion .card:last-child {
    margin-bottom: 0;
}
.acco--main #sec-accordion .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}
.acco--main #sec-accordion .card .card-header .btn-header-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    background: #ffffff;
    color: #000;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    gap: 15px;
}
.acco--main #sec-accordion .card .card-header .btn-header-link span{
    padding-right: 10px;
}
.acco--main #sec-accordion .card .card-header .btn-header-link.collapsed:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.acco--main #sec-accordion .card .card-header .btn-header-link::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    color: #000;
}
.acco--main #sec-accordion .card .collapsing {
    background: #fff;
}
.acco--main #sec-accordion .card .collapse {
    border: 0;
}
.acco--main #sec-accordion .card .collapse.show {
    background: #fff;
    color: #222;
}
.acco--main #sec-accordion {
    width: 100%;
    margin-top: 40px;
}
.sec-wraper-acc {
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.acco--main .card-body{
    padding-top: 0;
}
.dacia--tc p{
    margin-bottom: 10px;
}
.color--green{
    color: #646b52;
}
.upgo-pg .alter-ctnt-row{
    margin-bottom: 50px;
}
.upgo-pg .alter-ctnt-row:last-child{
    margin-bottom: 0;
}
.upgo-pg .btn--row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
    flex-direction: inherit;
}
.upgo-pg .btn-typ4 {
   padding: 12px 20px !important;
}
.upgo-pg .btn-typ4:hover{
    text-decoration: none !important;
    color: #646b52 !important;
}

/*Disclaimer start*/
#disclmr-modal .close {
    background: #000;
    color: #fff;
    opacity: 1;
    outline: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;font-size: 15px;
    margin: -15px -20px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
#disclmr-modal .close:hover{
    background: #cb2027;
}
#disclmr-modal .close span{
    line-height: 1;
}
#disclmr-modal .close span {
    line-height: 1;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#disclmr-modal h2{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}
#disclmr-modal .modal-body{
    padding: 20px;
}
#disclmr-modal .modal-header{
    padding: 15px 20px;
}
.disclaimer-text a{
    text-decoration: underline;
}
#disclmr-modal a{
    color: #cb2027;
}
#disclmr-modal::before {
    content: '';
    background: #000;
    position: fixed;
    top: 00;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5;
}
/*Disclaimer end*/

.fh{
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #0091da;
    color: #0091da;
    font-size: 13px;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-top: 6px;
}

.split-wraper a {
    color: #000;
    text-decoration: none;
}



/*HONDA FIVE SERVICE PLAN start*/
.five-serplan-pg h1{
    font-weight: 700;
}
.cl-gold{
    color: #d09c32;
}
.ser-plan-tit{
    text-transform: uppercase;
}
.look-after{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    padding: 100px 30px;
    text-align: center;
    position: relative;
}
.look-after::before{
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    background: #000;
    opacity: .75;
}
.look-text{
    position: relative;
    z-index: 1;
}
.look-after h1{
    font-weight: 700;
    text-transform: inherit;
    color: #fff;
    font-size: 40px;
    line-height: 1.1;
}
.look-after h3{
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    line-height: 1.1;
}
.look-after h4{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.3;
    color: #fff;
}
.look-after h4 strong{
    display: block;
    font-size: 60px;
}
.look-text{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.look-text *{
    margin: 0;
}
.wh-benefit h2{
    font-size: 35px;
    color: #000;
    font-weight: 700;
}

.ser-ben-row{
    row-gap: 30px;
}
.ser-ben-box{
    background: #f8f8f8;
    padding: 30px 15px;
    height: 100%;
    text-align: center;
}
.ser-ben-box span{
    display: block;
    width: 100px;
    margin: 0 auto 15px;
}
.ser-ben-box h3{
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
.ser-ben-box h4{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    color: #000;
}
.service-pading{
    padding: 80px 0;
}

@media screen and (max-width: 991px){
    .look-after h1{
        font-size: 30px;
    }
    .look-after h3{
        font-size: 24px;
    }
    .look-after h4{
        font-size: 21px;
    }
    .look-text{
        row-gap: 15px;
    }
    .look-after{
        padding: 60px 30px;
    }
    .wh-benefit h2{
        font-size: 28px;
    }
    .look-after h4 strong{
        font-size: 50px;
    }
}

@media screen and (max-width: 767px){
    .service-pading {
        padding: 50px 0;
    }
}

@media screen and (max-width: 575px){
    .look-after h1{
        font-size: 25px;
    }
    .look-after h3{
        font-size: 22px;
    }
    .look-after h4{
        font-size: 18px;
    }
    .ser-ben-row {
        row-gap: 15px;
    }
    .five-serplan-pg .sub-hd1{
        font-size: 19px;
    }
}
/*HONDA FIVE SERVICE PLAN end*/


/*suv-event page start*/
.suv-event-new p{
    font-size: 18px;
}
.suv-event-new p:last-child{
    margin-bottom: 0;
}
.suv-event-new .one--desc{
    padding: 20px;
}
.event--box--wraper .event--box:nth-child(2n) .row{
    flex-direction: row-reverse;
}
.link-red{
    color: #c00;
}
.link-red:hover{
    color: #000;
}
/*suv-event page end*/


/*Choose hybrid page start*/
.renault .choose-hybrid-pg .hd-typ3{
    font-size:40px;
    font-weight: 700;
}
.choose-hybrid-pg .sub-hd1{
    margin-bottom: 0;
}
.choose-hybrid-pg .hybrid-image{
    position: relative;
}
.choose-hybrid-pg .model-logo {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 15%;
    background: rgba(255, 255, 255, 0.40);
    padding: 15px;
    border-radius: 7px;
}
.choose-hybrid-pg .more-arrow-rgt {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    bottom: -35px;
    background: rgba(255, 255, 255, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.choose-hybrid-pg .aust-vide-col{
    margin-bottom: 0;
}
.choose-hyb-row{
    row-gap: 30px;
}
.hybrid-image:hover .more-arrow-rgt{
    opacity: 1;
    bottom: 15px;
}
.hybrid-image .more-arrow-rgt:hover{
    background: #fff;
}
.choose-hybrid-pg .split-wraper{
    margin-bottom: 30px;
}
.choose-hybrid-pg .split-wraper:last-child{
    margin-bottom: 0;
}
.choose-hybrid-pg .aust-video-sec{
    height: 100%;
}
.choose-hybrid-pg .aust-video-box {
    height: 100%;
}
.choose-hybrid-pg .one--desc{
    padding: 20px;
}

.choose-hybrid-pg h3{
    font-size: 30px;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 25px;
}
.acco-main-section h3{
    margin-bottom: 35px;
}
.acco-main-section .accordion{
    width: 100%;
}
.acco-main-section.bg-white .accordion{
    background: #f8f9fa;
    padding: 30px;
}
.acco-main-section .card {
   margin-bottom: 10px;
   border: 0;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
   border-radius: 10px;
}

.acco-main-section .card:last-child {
   margin-bottom: 0;
}

.acco-main-section .card .card-header {
   border: 0;
   -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
   box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
   border-radius: 2px;
   padding: 0;
}

.acco-main-section .card .card-header .btn-header-link {
   display: flex;
   align-items: center;
   justify-content: space-between;
   text-align: left;
   background: #ffffff;
   color: #000;
   padding: 20px 40px 20px 20px;
   font-weight: 700;
   font-size: 17px;
   line-height: 1;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.acco-main-section .card .card-header .btn-header-link span {
   padding-right: 10px;
}

.acco-main-section .card .card-header .btn-header-link.collapsed:after {
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
}

.acco-main-section .card .card-header .btn-header-link::after {
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
   -webkit-transition-duration: 500ms;
   transition-duration: 500ms;
   content: "\f106";
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   float: right;
   color: #000;
   position: absolute;
   right: 15px;
}

.acco-main-section .card .collapsing {
   background: #fff;
}

.acco-main-section .card .collapse {
   border: 0;
}

.acco-main-section .card .collapse.show {
   background: #fff;
   color: #222;
}

.acco-main-section {
   width: 100%;
}

.acco-main-section p:last-child {
   margin-bottom: 0;
}

.acco-main-section .card-body {
   border-top: 1px solid #efefef;
}
.acco-main-section.bg-light .ser-ben-box{
    background: #fff;
}
.acco-main-section .ser-ben-box h4{
    margin-bottom: 15px;
    line-height: 1.1;
}
.acco-main-section .box-count{
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    background: #000;
}
.acco-main-section .sub-hd{
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 1;
    text-align: center;
}
.link1{
    color: #e7252d;
    text-decoration: underline;
}
.link1:hover{
    color: #000;
}
.choose-hybrid-pg .btn-typ1{
    padding: 12px 30px;
    font-size: 15px;
}
.choose-hybrid-pg ul.list-4 li::before{
    border-color: transparent transparent transparent #e7252d;
}


@media screen and (max-width: 991px){
    .choose-hybrid-pg .more-arrow-rgt{
        opacity: 1;
        bottom: 15px;
    }
    .choose-hybrid-pg h3{
        font-size: 27px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px){
    .renault .choose-hybrid-pg .hd-typ3{
        font-size: 30px;
    }
}
@media screen and (max-width: 575px){
    .choose-hyb-row {
        row-gap: 15px;
    }
    .choose-hybrid-pg .model-logo{
        padding: 8px;
    }
    .choose-hybrid-pg h3{
        font-size: 25px;
    }
    .acco-main-section.bg-white .accordion{
        padding: 15px;
    }
}
/*Choose hybrid page end*/


/*Dacia Service plan page start*/
.page-wraper h2{
    font-size: 32px;
    line-height: 1.1;
    font-weight: bold;
}
.ser-plan-row{
    row-gap: 30px;
}
.ser-plan-row .ser-ben-box{
    padding: 20px 0;
}
.ser-plan-row .ser-ben-box p{
    padding: 0 15px;
}
.ser-plan-row .ser-ben-box h4 {
    background: #646b52;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin: 0 0 15px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.include-list ul{
    padding: 0 15px;
}
.dacia-ser-plan.cms-ctnt ul li::before{
    border-color: transparent transparent transparent #646b52;
}
.plan--price{
    font-size: 32px;
    color: #646b52;
}
.plan--price2 {
    font-size: 18px;
    color: #646b52;
    line-height: 1;
}

@media screen and (max-width: 767px){
    .page-wraper h2{
        font-size: 24px;
    }
}
/*Dacia Service plan page end*/

/*Blue light offer accordion start*/
.bl-ofr-box .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f9fa;
}
.th-save{
    color: #e7252d;
}
.bl-ofr-box .table td, .bl-ofr-box .table th{
    line-height: 1.1;
    vertical-align: middle;
}
/*Blue light offer accordion end*/


/*Contract Hire search page start*/
.contract-hire-new{
    position: relative;
    z-index: 999;
}
.sidenav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: -100%;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
}
.mobSearchWrap {
    background: #000;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.mobSearchButton {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    border: 0px;
    background: #fff;
    font-size: 16px;
    text-transform: uppercase;
    color: #000 !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}
.mobSearchButton i {
    font-size: 15px;
}
.contract-srch-left-block {
    background: #000;
    padding: 30px 15px;
}
.contract-hire-new .car-search.vsbl{
    display: block;
}
.contract-hire-new .car-search .big{
    width: 100%;
    margin: 0;
    float: none;
}
.srch-cont-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
}
.srch-cont-title h4{
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}
.clear-srch{
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    padding: 0;
    border: 0;
    background: none;
    text-decoration: underline;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
} 
.clear-srch:hover{
    color: #cc0000;
}
.cont-srch-row{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.contract-hire-new .car-search .bootstrap-select button{
    margin-bottom: 0;
}
.contract-hire-new .common-search .car-search .bootstrap-select button{
    background: #fff !important;
}
/*.contract-hire-new .car-search .bootstrap-select button{
    border-radius: 0;
}*/
.contract-hire-new .common-search .car-search .bootstrap-select .dropdown-menu{
    background: #fff;
    border-radius: 3px;
}
.cont-search-block {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.cont-search-block:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.contract-hire-new .car-search button.search{
    width: 100%;
    background: #e7252d !important;
        -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 0 !important;
}
.contract-hire-new .car-search button.search:hover{
    background: #fff !important;
    color: #CB2027 !important;
}
.cont-ofr--img{
    padding: 15px;
}
.contract-hire-new .used-car-list .top-title{
    padding: 0 15px 10px;
}
.cont-ofr-list .top-title h4{
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
.cont-ofr-list .top-title h4 sub{
    display: block;
    font-size: 13px;
    font-weight: normal;
    bottom: 0;
    line-height: 1;
}

.cont-price-row {
    display: flex;
    flex-wrap: wrap;
    /*column-gap: 4px;*/
    margin: 15px 0 15px 0;
    padding: 0 15px;
    /*background: #f1f1f1;*/
}
.cont-price-row li {
    list-style: none;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.2;
    width: 100%;
    padding: 4px 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.cont-price{
    color: #cc0000;
    font-size: 16px !important;
}
.cont-price-row li:first-child{
    padding-top: 0;
}
.cont-price-row li:last-child{
    padding-bottom: 0;
}

.cont-price-row li:last-child{
    border-right: 0;
}
.cont-price-row li span{
    width: 100%;
}
.cont-price-row li strong {
    line-height: 1.3;
    font-size: 13px;
    width: 100%;
}
.cont-price-row li .sep{
    width: 5px !important;
}
.contract-hire-new .used-car-list .btns-wrap .btn-1:hover{
    background: #000 !important;
}
.contract-top-title {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 25px;
}
.contract-top-title h1 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 0;
}

.sort-cont-ofr .bootstrap-select {
    width: 100% !important;
    border: 0;
}
.sort-cont-ofr .dropdown-toggle {
    background: #f2f2f2 !important;
    height: 40px !important;
    /*line-height: 1;*/
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 10px 20px 10px 15px;
    border: 0px;
    font-size: 14px;
}
.sort-cont-ofr .bootstrap-select .dropdown-menu {
    background: #f2f2f2;
    border: 0;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.sort-cont-ofr .bootstrap-select .dropdown-menu .dropdown-item.active {
    background: #cb2027;
}
.sort-cont-ofr .dropdown-toggle:focus{
    outline: none !important;
}
.sort-cont-ofr {
    width: 210px;
}
.sort-cont-ofr .dropdown-menu{
    padding: 0;
    border-radius: 0;
}
.sort-cont-ofr .bootstrap-select>.dropdown-menu>.dropdown-menu li a{
    padding: 4px 20px !important;
    font-weight: normal;
    font-size: 14px;
}
.sort-cont-ofr .bootstrap-select>.dropdown-menu>.dropdown-menu li a:hover {
    background: #000 !important;
    color: #fff;
}
.btn-show-more-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.btn-show-more{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #000;
    color: #fff;
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-show-more:hover{
    background: #e7252d ;
    color: #fff;
}
.cont-extra-fet table{
    margin-bottom: 0;
    table-layout: fixed;
}
.cont-extra-fet .table-bordered td, .cont-extra-fet .table-bordered th {
    /*border: 1px solid #f6f6f6;*/
    font-size: 15px;
    padding: 10px 15px;
}
.rt-star {
    color: #ffa534;
}
.cont-ofr-block .brand-btn-1 {
    display: block;
    font-size: 14px;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.modal-ch .modal-body{
    padding: 45px 15px 15px;
}
.modal-ch .modal-content {
    margin: 0;
    border-radius: 0;
}
/*.modal-ch .close {
    position: absolute;
    right: 0;
    top: 0;
    background: #cc0000;
    opacity: 1;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: 0;
    outline: none;
    font-size: 16px;
    transition: all .4s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    opacity: 1 !important;
    z-index: 1;
}*/
.modal-ch .close-btn {
    font-weight: 400;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background-color: #cc0000;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    z-index: 9;
}
.modal-ch .close:hover{
  background: #000;
  color: #fff;
}
.modal-ch {
    background: rgba(0, 0, 0, 0.46);
}
.modal-ch .table-responsive > .table-bordered{
    min-width: inherit;
}

@media screen and (max-width: 991px){
    .contract-hire-new .sidenav{
        width: 400px;
    }
    .contract-hire-new .closebtn {
        background: #e7252d ;
        width: 40px;
        height: 40px;
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff !important;
    }
    .contract-srch-left-block{
        background: #111;
        padding: 60px 15px 15px;
    }
    .contract-top-title {
        flex-direction: column;
        margin-bottom: 25px;
    }
    .cont--ofr--box h1{
        font-size: 27px;
        text-align: center;
    }
}
@media screen and (max-width: 575px){
    .contract-hire-new .sidenav {
        width: 100%;
    }
    .contract-top-title h1{
        font-size: 25px;
    }
    .sort-cont-ofr {
        width: 100%;
    }
}
/*Contract Hire search page end*/

/*Scenic page start*/
.scenic-bg-sec .hd-typ3{
    color: #fff;
}
.scenic-bg-sec .austral-spec-bg{
    position: relative;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 30px 0;
}
.scenic-bg-sec .austral-spec-bg::before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #000;
    opacity: .5;
}
.bg-light .aust-video-box .aust-video-sec{
    background: #fff;
}
@media screen and (max-width: 575px){
    .scenic-bg-sec .austral-spec-bg{
        padding: 15px 15px 0;
    }
}
/*Scenic page end*/

/*Duster suv page (A common layout) start*/
.bg-white .item-box{
    background: #f8f9fa;
} 
.page-main-wraper .item-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.page-main-wraper .bg-light .item-box{
    background: #fff;
}
.common-wraper-cell {
    background: #f8f9fa;
    padding: 25px 15px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.common-wraper-cell sub{
    bottom: 0;
}
.common-wraper-cell p{
    line-height: 1.3;
}
.common-wraper-cell h4{
    margin-bottom: 10px;
    line-height: 1;
}

.common-wraper-slider-main1 .owl-dots {
    text-align: center;
    padding: 30px 0 0;
}
.common-wraper-slider-main1 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 100px;
    background-color: #999797;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.common-wraper-slider-main1 .owl-dots .owl-dot.active {
    width: 27px;
    background-color: #000;
}
.common-wraper-slider-main1 .full-col-owl .owl-item{
    background: #fff;
}
.common-wraper-desc{
    padding: 20px;
}
.common-wraper-vdeo video{
    width: 100%;
    height: auto;
    display: block;
}
.common-wraper-video-sec{
    background: #f8f9fa;
    padding: 20px 15px;
}
.common-wraper-vide-col{
    margin-bottom: 30px;
}

.page-main-wraper .four-col-slider.owl-carousel .owl-nav .owl-next, .page-main-wraper .four-col-slider.owl-carousel .owl-nav .owl-prev{
    background-color: rgba(0, 0, 0, 0.8);
}
.page-main-wraper .four-col-slider.owl-carousel .owl-nav .owl-next:hover, .page-main-wraper .four-col-slider.owl-carousel .owl-nav .owl-prev:hover{
    background: #999999;
}
.common-wraper-spec-bg{
    padding: 100px 30px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center center !important;
}
.common-wraper-spec-text{
    background: rgba(0, 0, 0, 0.6);
    padding: 30px;
}
.common-wraper-spec-text p{
    color: #fff;
    line-height: 1.1;
}
.common-wraper-spec-text ul{
    margin: 0 0 15px 0;
    padding: 0;
}
.common-wraper-spec-text ul li{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
    padding: 0 0 0 30px;
    list-style: none;
    position: relative;
    margin-bottom: 8px;
}
.common-wraper-spec-text ul li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 3px;
}
.common-wraper-column{
    margin-bottom: 30px;
}
.common-wraper-column2 .common-wraper-cell h4{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}
.common-wraper-column2 .common-wraper-cell h4 strong{
    font-size: 45px;
}
.bg-light .common-wraper-video-sec{
    background: #fff;
}
.bg-type-1 .hd-typ3{
    color: #fff;
}
.bg-type-1{
    position: relative;
    min-height: 650px;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 30px 0;
}
.bg-type-1::before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #000;
    opacity: .5;
}
.content-box--row{
    row-gap: 24px;
}
.content-box {
    border: 1px solid #e8e8e8;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
}
.page-main-wraper .box-count-1{
    width: 45px;
    height: 45px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background: #646b52;
    border-radius: 50%;
}
.page-main-wraper .sub-hd1{
    line-height: 1.1;
}
.content-box p{
    line-height: 1.1;
}
.dacia .page-main-wraper .sub-hd1{
    text-transform: inherit;
    font-size: 19px;
}
.dacia .page-main-wraper .box-count-1{
    font-size: 22px;
}
.dacia .page-main-wraper .btn-typ1{
    padding: 10px 20px 10px 20px;
}

@media (max-width: 1199px) {
    .page-main-wraper .hd-typ3 {
        font-size: 35px;
    }
}
@media (max-width: 991px) {
    .common-wraper-column {
        margin-bottom: 30px;
    }
    .common-wraper-slider-main1 .owl-dots{
        padding: 15px 0;
    }
    .common-wraper-column2 .common-wraper-cell h4{
        font-size: 25px;
    }
    .common-wraper-column2 .common-wraper-cell h4 strong {
        font-size: 35px;
    }
}
@media (max-width: 767px) {
    .bg-type-1{
        min-height: 570px;
    }
    .page-main-wraper .hd-typ3 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .common-wraper-column {
        margin-bottom: 15px;
    }
    .common-wraper-vide-col {
        margin-bottom: 15px;
    }
    .common-wraper-feat .row{
        margin: 0 -7.5px;
    }
    .common-wraper-column{
        padding: 0 7.5px;
    }
    .common-wraper-spec-bg{
        padding: 30px;
    }
    .common-wraper-column2 .common-wraper-cell h4{
        font-size: 21px;
    }
    .common-wraper-column2 .common-wraper-cell h4 strong {
        font-size: 30px;
    }
    .bg-type-1{
        padding: 15px 0 0;
    }
    .page-main-wraper .hd-typ3 {
        font-size: 30px;
    }
}
/*Duster suv page (A common layout) end*/

/*Renault MOBILIZE POWER SOLUTIONS page start*/
.img-row1.fit-img{
    height: 100%;
}
.img-row1.fit-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.power-solutions-pg .list-1{
    background: transparent;
}
.renault .page-main-wraper .hd-typ3 {
    font-weight: 700;
}
.renault .page-main-wraper .btn-typ1 {
    padding: 10px 20px 10px 20px;
}
/*Renault MOBILIZE POWER SOLUTIONS page end*/
/*Rethink page start*/
.page-main-wraper .one--desc {
    padding: 20px;
}
.img-ovelay-1{
    position: relative;
}
.ovrly-text-1{
    position: absolute;
    left: 30px;
    top: 30px;
}
.ovrly-text-1 h4{
    color: #fff;
    line-height: 1.1;
}
/*Dacia Flex page start*/
.page-main-wraper .list-1 {
    background: transparent;
}

.table-box--1{
    padding: 50px 50px;
    background: #f8f9fa;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.bg-light .table-box--1{
    background: #fff;
}
.table-box--1 table{
    table-layout: fixed;
    margin-bottom: 0;
}
.table-box--1 table tr:nth-child(even){
    background: #f8f9fa;
}
@media (max-width: 767px) {
    .table-box--1{
        padding: 30px;
    }
    .table-box--1 table{
        table-layout: inherit;
    }
}
/*Dacia Flex page end*/

/* btn-row-1 :start */
.btn-row-1 {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
/* btn-row-1 :end */

/*You might also want to consider start*/
.condider--section{
    padding: 70px 0;
}
.condider--section a{
    text-decoration: none;
}
.condider--section h2{
    font-size: 35px;
    font-weight: bold;
}
.othr-model-row{
    row-gap: 30px;
}
.othr-model-box {
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.othr-model-box .om-name h4{
    font-weight: 700;
    color: #000;
    font-size: 24px;
    margin-bottom: 15px;
}
.om-btm{
    padding: 25px 15px;
    border-top: 1px solid #dfdfdf;
}
.om-img img {
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
}
.om-img{
    overflow: hidden;
}
.othr-model-box:hover .om-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
@media screen and (max-width: 767px){
    .condider--section {
        padding: 55px 0;
    }
    .condider--section h2{
        font-size: 32px;
    }
}
@media screen and (max-width: 575px){
    .othr-model-box .om-name h4{
        font-size: 20px;
    }
    .othr-model-row {
        row-gap: 15px;
    }
    .condider--section {
        padding: 50px 0;
    }
    .condider--section h2{
        font-size: 28px;
    }
}
/*You might also want to consider end*/
/*ALL YOU NEED EVENT start*/
.event-sec-features{
    background: #646b52;
}
.event-sec-features .content-box{
    background: #fff;
}
.event-sec-features .common-wraper-desc{
    padding: 35px 20px;
}
.all-you-need-event-pg .split-wraper a{
    color: #fff;
}
.all-you-need-event-pg .aust-vide-col{
    margin-bottom: 0;
}
.split-row-1{
    row-gap: 30px;
}
/*ALL YOU NEED EVENT end*/

/*Renault Affinity Scheme style start*/
.list-style-row{
    row-gap: 30px;
}
.list-box-style {
    padding: 25px 15px;
    border: 1px solid #e4e4e4;
    height: 100%;
}
.list-box-style li{
    font-weight: bold;
}
/*.renault .list-box-style li::before{
    border-color: transparent transparent transparent #efdf00;
}*/
.pricing-table--wraper table{
    margin-bottom: 0;
}
.pricing-table--wraper th{
    background: #000;
    color: #fff;
    border-bottom: 0;
}
.link-type-1{
    color: #000;
}
.link-type-1:hover{
    text-decoration: underline;
    color: #000;
}
.renault .link-type-1: hover{
    color:#efdf00 ;
}

/*Renault Affinity Scheme style end*/


/*Renault Affinity Scheme style end*/
.slider-bnt--details{
    padding: 30px 20px;
}
.features-item--row{
    row-gap: 30px;
}
.table-type-new-1{
    margin-bottom: 0;
    table-layout: fixed;
    /*border: 0;*/
}
.features-table-1 .table-type-new-1.min-W{
    min-width: inherit !important;
}
.table-type-new-1 th, .table-type-new-1 td{
    padding: 10px 15px;
}
.table-type-new-1 td{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
}
.table-type-new-1 td:last-child{
    text-align: right;
}
.table-type-new-1 tr:nth-child(odd){
    background: #f6f6f6;
}
/*.bg-white .table-type-new-1 tr:nth-child(odd){
    background: #fff;
}*/
.features-table-1 h4 small{
    font-weight: bold;
}
.bg-white .list-1{
    background: transparent;
}
.td-list{
    margin-bottom: 12px;
}
.acco-spec-table1 .table-type-new-1 td:last-child {
    text-align: left;
}
.spec-tab-style-1 .nav{
    gap: 3px;
}
.spec-tab-style-1 .nav-pills .nav-item{
    width: calc(33.3333333% - 2px);
}
.spec-tab-style-1 .nav-pills .nav-link.active, .spec-tab-style-1 .nav-pills .show>.nav-link{
    background: #000;
}
.spec-tab-style-1 .nav-pills .nav-link {
    width: 100%;
    outline: 0 !important;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    height: 100%;
    padding: 15px 8px;
}
@media (max-width: 767px) {
    .spec-tab-style-1 .nav-pills .nav-link{
        font-size: 15px;
        padding: 12px 8px;
    }
    .spec-tab-style-1 .table-type-new-1{
        min-width: 480px !important;
    }
   
}

.box-icon--1 {
    display: inline-block;
    width: 60px;
    margin: 0 auto 20px;
}


/*Refale page style start*/
.content-box-style-1{
    position: relative;
}
.content-box-style-1::before{
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    opacity: .5;
}
.ovrly-box--video{
    height: 620px;
}
.ovrly-box--video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.content-box-text{
    padding: 30px;
}
.bg--black{
    background: #000;
}
.content-box-style-1 h4{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.ovrly-box--video video{
    display: block;
}
.content-box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.renault .page-main-wraper .btn-typ4{
    padding: 10px 15px;
}
.slide-col:hover .img-pop a::before{
    opacity: 1;
}
/*Refale page style end*/


/*Bank Holiday Weekend event page start*/
.great-offer-box{
    padding: 25px 15px;
}
.great-offer-box.honda-1{
    background:#ed272d;
    color: #fff;
}
.great-offer-box.renault-1{
    background:#f1c603;
    color: #000;
}
.rg-1{
    row-gap: 30px;
}
.link--1{
    color: #e7252d;
}
.link--1:hover{
    color: #000;
}
.link--2{
    color: #f1c603;
}
.link--2:hover{
    color: #000;
}
/*Bank Holiday Weekend event page end*/

/*Dacia Zen page start*/
.rounded-icon{
    width: 100px;
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}
.rounded-icon img{
    max-width: 70px;
    margin: 0 auto;
}
.video-play-box1{
    position: relative;
}
.video-play-box1::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 50%);
    opacity: .5;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.video-play-box1:hover::before {
    opacity: .9;
}
.video-play-box1 video {
    width: 100%;
    display: block;
}
.video-icon1 {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 50%;
    bottom: 50%;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: shadow-pulse 1.8s infinite;
    color: #fff;
    font-size: 28px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 9;
    transform: translate(50%, 50%);
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.video-icon1:hover {
  background-color: #fff;
  color: #000;
}

.video-icon1 img {
    width: auto;
    height: auto;
    display: block;
  }
  @keyframes shadow-pulse {
    0% {
      box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.91);
    }
    100% {
      box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
    }
  }
  .box-style_1 .video-play-box1{
      height: 100%;
  }
  .box-style_1 .img-ovelay-1 {
      height: 100%;
  }
  .box-style_1 .img-ovelay-1 img{
      height: 100%;
      object-fit: cover;
  }
  .box-style_1 .one--desc{
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  /*Dacia Zen page end*/

.bg-text-ovly1 .sub-hd1{
    color: #ffff;
}
.tble-cell-1 .table th, .tble-cell-1 .table td{
    vertical-align: middle;
    line-height: 1.2;
}
.tble-cell-1 .table thead{
    background: #000;
    color: #fff;
}
.page-main-wraper .btn-typ4{
    padding: 13px 20px 13px 20px !important;
}

.renault .page-main-wraper .btn-typ3 {
    border: 1px solid #000;
    color: #000;
}
.renault .page-main-wraper .btn-typ3::before {
    background: #000;
}
.renault .page-main-wraper .btn-typ3::before {
    background: #000;
}
.renault .page-main-wraper .btn-typ3:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
.symbol-row {
    display: flex;
    row-gap: 15px;
    /*align-items: center;*/
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}
.symbol-row p{
    color: #fff;
}
.stybol-desc {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.icon-symbol {
    width: 90px;
    min-width: 90px;
    background: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
}
.symbol-row.green {
    background: #129915;
    border: 2px solid #129915;
}

.symbol-row.amber {
    background: #ffaf01;
    border: 2px solid #ffaf01;
}

.symbol-row.red {
    background: #a60001;
    border: 2px solid #a60001;
}

/*Ex-Demo Clearance Event start*/
.date-event{
    display: inline-block;
    background: #000;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    padding: 8px 20px;
    margin-bottom: 15px;
}
.date-event sup{
    font-size: 13px;
}
.link-1{
    color: #cb2027;
}
.link-1:hover{
    color: #000;
}
.model-price .stock-spec-sub{
    color: #cb2027;
    font-size: 22px;
    line-height: 1;
}
.dce-event-pg .newcar-filter li.active,
.dce-event-pg .newcar-filter li:hover {
    border-color: #cb2027;
    color: #000;
}
/*.dce-event-pg .img--cell.h-same{
    height: 252px;
}
.dce-event-pg .img--cell.h-same img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}*/
.dce-event-pg .img--cell img{
    height: auto;
    width: 100%;
    display: block;
}
.save-price-wraper{
    display: flex;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #f8f8f8;
    margin-top: 12px;
}
.save-price-wraper li {
    width: 33.3333333%;
    list-style: none;
    text-decoration: none;
    line-height: 1.2;
    font-size: 15px;
    color: #000;
    padding: 8px 5px;
    border-right: 1px solid #e9e9e9;
}
.save-price-wraper li:last-child{
    border-right: 0;
}
.save-price-wraper li strong{
    display: block;
}
.save-price-wraper li.save strong{
    color: #cb2027;
}
.dce-event-pg .stock-model-title{
    font-weight: 700;
    font-size: 21px;
}
.dce-event-pg .stock-model-title span {
    font-size: 15px;
    font-weight: normal;
}
.dce-event-pg .newcar-filter{
    font-size: 0;
    margin-bottom: 30px;
}
.dce-event-pg .newcar-filter li{
    font-size: 22px;
    color: #fff;
    padding: 12px 20px;
    line-height: 1;
    margin: 0;
    width: 175px;
}
.dce-event-pg .stock-spec-sub{
    font-weight: 600;
}
.dce-event-pg .newcar-filter li.honda-1{
    background: #cb2027;
}
.dce-event-pg .newcar-filter li.dacia-1{
    background: #1885c8;
}
.dce-event-pg .newcar-filter li.renault-1{
    background: #f2c327;
}
.dce-event-pg .newcar-filter li.honda-1.active,
.dce-event-pg .newcar-filter li.honda-1:hover {
    border-color: #a3383c;
    color: #fff;
}
.dce-event-pg .newcar-filter li.dacia-1.active,
.dce-event-pg .newcar-filter li.dacia-1:hover {
    border-color: #305972;
    color: #fff;
}
.dce-event-pg .newcar-filter li.renault-1.active,
.dce-event-pg .newcar-filter li.renault-1:hover {
    border-color: #d1ae3a;
    color: #fff;
}
.dce-event-pg .btn-typ4{
    background: #000;
    border: 1px solid #000;
}
.dce-event-pg .btn-typ4:hover {
    text-decoration: none;
    color: #000;
}
.dce-event-pg .stock-btn{
    display: flex;
    gap: 5px;
}
.dce-event-pg .btn{
    font-size: 14px;
    font-weight: bold;
}
.dce-event-pg .btn-typ3 {
    border: 1px solid #000;
    color: #000;
    padding: 13px 20px 13px 20px;
}
.dce-event-pg .btn-typ3::before {
    background: #000;
}
.dce-event-pg .btn-typ3:hover {
    text-decoration: none;
    color: #fff;
}
.box-stype_1{
    background: #f0f0f0;
    padding: 30px;
    border-radius: 20px;
    margin: 20px 0;
}
.box-stype_1 ul{
    margin: 0;
    padding: 0;
}
.box-stype_1 ul li{
    list-style: none;
    text-decoration: none;
    font-size: 22px;
    padding: 9px 0;
    font-weight: normal;
    line-height: 1.1;
}
.box-stype_1 ul li strong{
    font-weight: 700;
}
.dce-event-pg .img--cell{
    position: relative;
    overflow: hidden;
}
.cross-ribbon-top {
    position: absolute;
    top: 14px;
    left: -50px;
    width: 155px;
    height: auto;
    transform: rotate(-45deg);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    background-color: #cb2027;
    border: 1px dashed #ffffff;
    box-shadow: 0 0 0 3px #cb2027;
    padding: 5px 10px;
    margin: 5px;
    z-index: 2;
}
/*Prelude Register page start*/
.reg-padd{
    padding: 65px 0;
}
.regiter-intrest-pg-1 p:last-child{
    margin-bottom: 0;
}
.regiter-intrest-pg-1 h2 {
    font-size: 35px;
    color: #000;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 700;
}
.regiter-intrest-pg-1 h4{
    font-size: 27px;
    color: #000;
    line-height: 1.1;
    margin-bottom: 20px;
}
.row-grg-gap{
    row-gap:30px;
}
.reg-form--wraper{
    border: 1px solid #ebebeb;
    padding: 30px;
    border-radius: 20px;
}
@media (max-width: 991px) {
    .reg-padd{
        padding: 50px 0;
    }
    .regiter-intrest-pg-1 h2{
        font-size: 29px;
    }
    .regiter-intrest-pg-1 h4{
        font-size: 25px;
    }
}
@media (max-width: 767px) {
    .regiter-intrest-pg-1 h2{
        font-size: 27px;
    }
    .regiter-intrest-pg-1 h4{
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .reg-form--wraper{
        padding: 30px 15px;
    }
}
/*Prelude Register page end*/
/*Renault 4 page start*/
.box-spec-cell-2 h3 sub {
    font-size: 19px;
    line-height: 1;
    bottom: 0;
}
/*Renault 4 page end*/
/*Renault 4 page end*/
/*Think you don’t want a Honda? start*/
.row-type-1{
    row-gap:36px;
}
.icon-2 {
    width: 56px;
    margin: 0 auto 15px;
    display: block;
}
.image-overlay-row .bx--wraper h3{
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.image-overlay-row .bx--wraper h3 sub{
    bottom: 0;
    font-size: 20px;
}
.image-overlay-row .bx--wraper p{
    color: #fff;
    margin-bottom: 5px;
}
.sec-tab-type--1 .tab-wraper .nav-tabs .nav-link{
    font-size: 18px;
}
.sec-tab-type--1 .tab-wraper .nav-tabs .nav-item{
    margin-bottom: 0;
}
.icon-3 {
    width: 110px;
    margin: 0 auto 15px;
    display: block;
}
.common-wraper-spec.key-features .sub-hd2{
    color: #fff;
}
/*Think you don’t want a Honda? end*/

/*Snow falling effect start*/
#snow {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    pointer-events: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: .2;
  }
  
  .flake {
    position: absolute;
  }
  /*Snow falling effect end*/
   /* cross-ribbon :start */
.cross-ribbon-top-2 {
    position: absolute;
    top: 14px;
    left: -44px;
    width: 155px;
    height: auto;
    transform: rotate(-45deg);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    color: #ffffff;
    background-color: #cb2027;
    border: 1px dashed #ffffff;
    box-shadow: 0 0 0 3px #cb2027;
    padding: 5px 34px;
    margin: 5px;
    z-index: 2;
}
.with-ribbon{
    overflow: hidden;
}
/* cross-ribbon :end */

/* cross-ribbon :end */
/*Auto glym start*/
.auto-glym-logo {
    width: 300px;
    margin: 0 auto 30px;
}
.life-shine-section h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.autoglym-pg .ser-ben-box h3{
    line-height: 1;
}
.autoglym-pg .step--box {
    margin-bottom: 30px;
}
.autoglym-pg .step--box:nth-child(even) .row{
    flex-direction: row-reverse;
}
.autoglym-pg .steps-box h3 {
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}
.autoglym-pg .steps-box h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}
.autoglym-pg .steps-box ol {
    margin: 0;
    list-style: none;
    counter-reset: a;
}
.autoglym-pg .steps-box ol li,.whats-box h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.autoglym-pg .steps-box ol li {
    line-height: 1.2;
    color: #484848;
    counter-increment: a;
    position: relative;
    margin-left: 20px;
    list-style: none;
}
.autoglym-pg .steps-box ol li:before {
    margin-right: 10px;
    content: counter(a);
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cc0000;
}
/*Auto glym end*/

.inner-banner-video{
    width: 100%;
    position: relative;
    height: 650px;
}
.inner-banner-video::before{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: .5;
    left: 0;
    top: 0;
    content: "";
}
.inner-banner-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.video-banner-hdng{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.video-banner-hdng h1{
    font-size: 75px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
}

/*Road Hero start*/
.road-hero-logo {
    width: 150px;
    margin: 0 auto 30px;
}
.bx-styl1{
    background: #f8f8f8;
    height: 100%;
    text-align: center;
}
.bx-styl1 h4:last-child{
    margin-bottom: 0;
}
.bg-light .bx-styl1{
    background: #fff;
}
.bx-Desc1{
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.road-hero .bx-Desc1 {
    background: #ff9017;
}
.road-hero .bx-Desc1 h4{
    color: #fff;
}
.bx-styl2 {
    border: 1px solid #e8e8e8;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}
.bx-styl2 ul{
    margin: 0;
    padding: 0;
}
.bx-styl2 li{
    list-style: none;
    text-decoration: none;
    position: relative;
    line-height: 1.2;
    padding: 0 0 0 25px;
    margin-bottom: 15px;
}
.bx-styl2 li:last-child{
    margin-bottom: 0;
}
.bx-styl2 li::before{
    width: 12px;
    height: 12px;
    background: #ff9017;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
    content: "";
}
.gal-Slider-1 .owl-dots {
    text-align: center;
    padding: 30px 0 0;
}
.gal-Slider-1 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 100px;
    background-color: #999797;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.gal-Slider-1 .owl-dots .owl-dot.active {
    width: 27px;
    background-color: #000;
}
.gal-Slider-1 .image-Item{
    height: auto;
    aspect-ratio: 1.6 / 1;
}
.gal-Slider-1 .image-Item img{
    height: 100%;
    object-fit: cover;
}
.gal-Slider-1 .image-Item, .gal-Slider-1 .img-pop, .gal-Slider-1 .img-pop a{
    height: 100%;
}
.gal-Slider-1 .image-Item .img-pop a:hover::before{
    opacity: 1;
}
.gal-Slider-1 .image-Item .img-pop a::after{
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.gal-Slider-1 .image-Item .img-pop a:hover::after{
    opacity: 1;
}
.road-hero-gallery .video-play-box1{
    margin-bottom: 30px;
}
/*Road Hero end*/

/*Usedcar month-payment start*/
.price-row.month-payment{
    justify-content: space-between;
}
.cust-dpst{
    display: flex;
    justify-content: flex-end;
    gap:14px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    width: 100%;
}
.cust-price{
    position: relative;
}
.cust-price::after {
    width: 1px;
    height: 85%;
    background: #8d8d8d;
    position: absolute;
    right: -7px;
    top: 50%;
    content: "";
    transform: translate(0, -50%);
}
.cust-price:last-child::after{
    display: none;
}
/*Usedcar month-payment end*/



/* .ZoomPan-wrapper :start */
.ZoomPan-wrapper {
    overflow: hidden;
    position: relative;
}
.zoomscaleModal .select-parts-wrap{
  width: 100%;
  border: 0;
  overflow: auto;
}
.zoomscaleModal .scaleItem_wraper{
  border: 2px solid #adadad;
  border-radius: 5px;
}
.ZoomPan-wrapper .zpw-title {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e0e0e0;
    /* border-bottom-right-radius: 10px; */
    padding: 10px 20px;
    overflow: hidden;
    z-index: 1;
}
.ZoomPan-wrapper .select-parts-wrap img{
  width: 100%;
  height: auto;

}
.ZoomPan-wrapper #imgZoomPan {
    width: 100%;
    height: auto;
    min-height: 400px;
/*    aspect-ratio: 2/1;*/
    overflow: auto;
    cursor: all-scroll;
}
.ZoomPan-wrapper #imgZoomPan:active {
    cursor: grab;
}
.ZoomPan-wrapper #imgZoomPan.izp-styl1 {
    min-height: 250px;
    aspect-ratio: 3.5/1;
}
.zoomscaleModal #controls {
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-top: 0;
    display: none;
}
.zoomscaleModal #controls button {
    width: 32px;
    height: 32px;
    font-size: 14px;
    color: #ffffff;
    background-color: #e7252d;
    border: 0;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.zoomscaleModal #controls button:hover {
    background-color: #000000;
}

.zoomscaleModal #controls input[type="range"] {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none; 
    /* creating a custom design */
    width: 100%;
    max-width: 130px;
    cursor: pointer;
    outline: none;
    /*  slider progress trick  */
    overflow: hidden;
    border-radius: 16px;
}
  
/* Track: webkit browsers */
.zoomscaleModal #controls  input[type="range"]::-webkit-slider-runnable-track {
    height: 12px;
    background: #ccc;
    border-radius: 16px;
}
  
/* Track: Mozilla Firefox */
.zoomscaleModal #controls  input[type="range"]::-moz-range-track {
    height: 12px;
    background: #ccc;
    border-radius: 16px;
}
  
/* Thumb: webkit */
.zoomscaleModal #controls  input[type="range"]::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none; 
    /* creating a custom design */
    height: 12px;
    width: 12px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #e7252d;
    /*  slider progress trick  */
    box-shadow: -407px 0 0 400px #e7252d;
}
  
  
/* Thumb: Firefox */
.zoomscaleModal #controls  input[type="range"]::-moz-range-thumb {
    height: 12px;
    width: 12px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e7252d;
    /*  slider progress trick  */
    box-shadow: -407px 0 0 400px #e7252d;
}

.ZoomPan-wrapper-note {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    margin-top: 10px;
    text-align: right;
}
.zoomscaleModal .modal-footer{
  justify-content: flex-end;
}
/*.zoomscaleModal .parts{
    max-width: 1205px;
    width: 1205px;
}*/

body:has(.modal.zoomscaleModal.show) {
      touch-action: none !important;
}

@media (min-width: 1205px) {
    #scaleItem {
        overflow: hidden;  /* Hide overflow on desktop */
    }
}

/* Allow overflow and scaling on mobile screens */
@media (max-width: 1205px) {
    #scaleItem {
        overflow: visible;  /* Allow overflow on mobile */
        width: 1205px;
        max-width: 1205px;
        transition: transform 0.2s ease-in-out, height 0.2s ease-in-out;
        min-height: 450px;
    }
    .zoomscaleModal .modal-dialog{
      width: 100% !important;
      max-width: 100% !important;
    }
    .ZoomPan-wrapper{
      overflow-y: auto;
    }
    .zoomscaleModal #controls{
      display: inline-flex;
    }
    .zoomscaleModal .modal-footer{
      justify-content: space-between;
    }
    .zoomscaleModal .scaleItem_wraper{
      overflow-y: scroll;
    }
}

/* .ZoomPan-wrapper :end */

/*Mobilize home charger start*/
.wrap-1{
    margin: 0 30px;
}
.img-wrap-Bx-1 {
    background: #fff;
    padding: 25px;
    position: relative;
    width: 100%;
    margin: -85px 0px 0;
}
.tc-1 p{
    margin-bottom: 2px;
}
/*Mobilize home charger end*/

/*Whereis-colin-pg start*/
.whereis-colin-pg .bg-light .content-box{
    border: 0;
    background: #fff;
    border-bottom: 4px solid #cb2027;
}
.page-main-wraper.whereis-colin-pg .box-count-1{
    background: #cb2027;
}
.whereis-colin-pg .img-wrap-Bx-1{
    box-shadow: 1px -1px 5px 3px rgba(0,0,0,0.11);
-webkit-box-shadow: 1px -1px 5px 3px rgba(0,0,0,0.11);
-moz-box-shadow: 1px -1px 5px 3px rgba(0,0,0,0.11);
border-radius: 15px;
}
.tips-ul{
    margin: 0;
    padding: 0;
}
.tips-ul li{
    list-style: none;
    text-decoration: none;
    display: flex;
    gap:20px;
    font-size: 18px;
    line-height: 1.1;
    font-weight: bold;
    align-items: center;
    margin-bottom: 15px;
}
.tips-ul li span {
    display: block;
    background: #000;
    width: 60px;
    padding: 15px;
    flex-shrink: 0;
    border-radius: 50%;
    height: 60px;
}
.bx-txt--1 {
    background: #cb2027;
    padding: 30px;
    border-radius: 15px;
    color: #fff;
}
.bx-txt--1 p{
    font-size: 20px;
    line-height: 1.2;
}
.clr-red{
    color: #cb2027;
}
.whereis-colin-pg .btn-typ4 {
    background: #e7252d;
    border: 1px solid #e7252d;
}

/*Honda Contract Hire start*/
.ch-Bx1{
    background: #f4f4f4;
    padding: 20px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}
.ch-Bx1 a:hover{
    text-decoration: none;
}
.ch-Bx1 h4{
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    color: #000;
}

.ch-table-1 table{
    font-size: 14px;
    line-height: 1.2;
    table-layout: fixed;
}
.ch-table-1 table b{
    font-weight: 600;
}
.ch-table-1 table th, .ch-table-1 table td{
    padding: 8px 10px;
    vertical-align: middle;
    border: 1px solid #cecece;
}
.ch-table-1 table th:last-child, .ch-table-1 table td:last-child {
    text-align: right;
}
.ch-image {
    margin-bottom: 20px;
    overflow: hidden;
}
.ch-image img {
  transition: transform 0.3s ease;
}

.ch-Bx1:hover img{
  transform: scale(1.1);
}
.ch-btn-row {
    margin-top: auto;
    padding-top: 20px;
}
.ch-btn-row .btn{
    display: block;
    padding: 10px 12px;
    color: #fff;
    font-weight: 500;
    background: #cc0000;
    border-radius: 0;
    border: 1px solid #cc0000;
    border-radius: 8px;
}
.ch-btn-row .btn:hover{
    background: transparent;
    color: #cc0000;
}
.ch-row{
    row-gap:30px;
}
/*Honda Contract Hire end*/

/*Autumn/Winter Check start*/
.winter-check-bx{
    background: #f2f2f2;
    padding: 40px 30px;
    display: flex;
    gap: 30px;
    align-items: center;
    border-radius: 100px;
}
.winter-check-bx.honda{
    background: #c00;
    color: #fff;
}
.winter-check-bx h2{
    font-size: 40px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 0;
    text-align: right;
}
.winter-check-bx h2 strong{
    font-weight: 700;
}
.winter-check-bx p{
    font-size: 19px;
    line-height: 1.1;
    font-weight: 400;
}
.win-check-bx-inner{
    flex: 1;
}
/*Autumn/Winter Check end*/
.carOfTheWeek.ribbon-1 {
    width: 105px;
}
.uc-img-Bx-1{
    position: relative;
}
.uc-ser-list{
    position: absolute;
    bottom: 0;
    padding: 15px 5px 10px;
    text-align: center;
    width: 100%;
    background: linear-gradient(to top,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 32%,rgba(0,0,0,0) 100%);
}
.uc-ser-list h4{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: .5px;
}

/*Prelude page start*/
.popup-Bx-1 {
    width: 100%;
    height: auto;
/*    aspect-ratio: 1170 / 520;*/
    position: relative;
    overflow: hidden;
}
.popup-Bx-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.popup-Bx-1::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 50%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.popup-Bx-1::after {
    content: "\f065";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 40px;
    color: #ffffff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.popup-Bx-1.video::after {
    content: "\f04b";
    opacity: 1;
    display: none;
}
.popup-Bx-1:hover::before {
    opacity: 1;
}
.popup-Bx-1:hover::after {
    opacity: 1;
}
.popup-Bx-1:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.popup-Bx-1 video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.video-icon-2 {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 50%;
    bottom: 50%;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: shadow-pulse 1.8s infinite;
    color: #fff;
    font-size: 24px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 9;
    transform: translate(50%, 50%);
    background: rgba(0, 0, 0, 0.5);
}
.video-icon-2:hover {
  background-color: #fff;
  color: #000;
}
.video-icon-2 img {
  width: auto;
  height: auto;
  display: block;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.91);
  }
  100% {
    box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
  }
}
.page-main-wraper .bx-txt--1 .btn-typ4 {
    background: transparent;
    border: 1px solid #fff;
}
.page-main-wraper .bx-txt--1 .btn-typ4:hover {
    text-decoration: none;
    color: #cb2027;
}
.page-main-wraper .img-wrap-Bx-1 {
    box-shadow: 1px -1px 5px 3px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 1px -1px 5px 3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 1px -1px 5px 3px rgba(0, 0, 0, 0.11);
    border-radius: 15px;
}
/*Prelude page end*/
/*DACIA'S ADVENTURE READY start*/
.zen-box{
    background: #728898;
    padding: 30px;
}
.zen-box p {
    color: #fff;
}
/*DACIA'S ADVENTURE READY end*/