
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

main {
    overflow: hidden;
    z-index: 99;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
a {
    color: #233670;
}
a,
button,
input,
textarea {
    outline: none !important;
    box-shadow: none !important;
}

a:hover {
    text-decoration: none;
    color:#000000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.imgBg img.find {
    display: none;
}
input[type=number] {
    -moz-appearance: textfield;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ============ Gutter gap ============  */

.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;
}

.g-36.row {
    margin-right: -18px;
    margin-left: -18px;
}

.g-36>[class^="col"] {
    padding-right: 18px;
    padding-left: 18px;
}


/* ============== bootstrap select to work start ============== */


/* .bootstrap-select.btn-group .dropdown-menu.inner { display: block; } */

.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;
}

/* Multi */

.bootstrap-select>.dropdown-menu>.dropdown-menu li a[aria-selected="true"] .check-mark {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 13px;
    background: url(../images/arrow-check.png) center center no-repeat;
}


/* ============== bootstrap select to work end ============== */


/* =====video start==== */
video#bgvid, .bg-vdo-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/group-banner.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-vdo-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
}


/* =====video end==== */


header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}
header .top {
    background: #1d1d1d;
    padding: 5.5px 40px;
}
header .top ul {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    float: left;
}
header .top ul li {
    float: left;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    position: relative;
}
header .top ul li a {
    color: #fff;
}
header .top ul li a:hover span {
    text-decoration: underline;
}

header .top ul li::after {
    width: 2px;
    height: 11px;
    content: "";
    background: #A1A1A1;
    position: absolute;
    right: 0;
    top: 3px;
}
header .top ul li:last-child {
    padding: 0;
    margin: 0;
}
header .top ul li:last-child::after {
    display: none;
}
header .top a.saved {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}
header .top a.saved:hover {
    color: #D11831;
}
header .top a.saved span {
    width: 17px;
    height: 17px;
    background: #D11831;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 17px;
    margin-right: 3px;
    font-size: 11px;
    position: relative;
    top: -1px;
    color: #fff !important;
}
header .bottom {
    padding: 18px 40px;
}
header nav {
    position: relative;
    z-index: 9;
    float: left;
    margin: 26px 0 0 40px;
}
header nav.navbar {
    padding: 0 !important;
    background-color: none !important;
}
header a.nav-link {
    padding: 0 !important;
    position: relative;
}
header a.nav-link::before {
    background: #F02232;
    width: 0%;
    height: 2px;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

header .dropdown-toggle::after {
    display: none;
}
header .nav-item {
    color: #FFF;
    /*padding: 0 0 0 17px;*/
    margin: 0 0 0 17px;
}
header .nav-item a.nav-link {
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
}
header .nav-item a.nav-link i {
    font-size: 14px;
    margin: 0 0 0 2px;
    position: relative;
    bottom: -1px;
}
header .logo {
    float: left;
}
header .nav-item.show .dropdown-menu {
    display: block;
}
header .nav-item.active a.nav-link::before,
header .nav-item.show a.nav-link::before {
    width: 100% !important;
}
/*header .nav-item .dropdown-menu {
    display: block;
}*/

header .nav-item .dropdown-menu {
    margin: 0;
    -webkit-border-radius: 0px;
            border-radius: 0px;
    padding: 10px 0 0 0;
    border: 0px;
    left: auto;
    right: 0;
    overflow: hidden;
    background: none;
    position: relative;
}
header .nav-item .dropdown-menu::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    right: 0;
    top: 2px;
}
header .nav-item .dropdown-menu a {
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    background: #FFF;
}
header .nav-item .dropdown-menu a:hover {
    background: #f02232;
    color: #fff;
}
header.inner {
    position: relative;
    background: #383838;
}

.banner-mid {
    height: calc(100vh - 134px);
    padding: 0 0 0 0;
    margin-top: 134px;
    /*background: red;*/
    position: relative;
    /*display: flex;
    -webkit-align-items: center;
            align-items: center;*/
}
.banner-mid .cell-wrap {
    width: 165px;
    /* background: blue; */
    margin: 0 0 0 45px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.banner-mid .cell-wrap span.title {
    border: 1px solid #ffffff;
    display: block;
    text-align: center;
    font-weight: 700;
    color: #FFF;
    padding: 3px 0 1px 0;
    font-size: 16px;
}
.banner-mid .cell-wrap .logos-cell {
    background: rgba(0, 0, 0, 0.6);
    height: 60px;
    margin-bottom: 1px;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 10px;
}
.banner-mid .cell-wrap .logos-cell:hover {
    background: #000;
}
.banner-mid .cell-wrap .logos-cell img {
    max-width: 100%;
    max-height: 100%;
}
.banner-mid .cell-wrap .logos-cell span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
    margin: 0 4px 0 0;
}
.banner-mid .cell-wrap .logos-cell span sub {
    display: block;
    text-align: center;
    bottom: 0;
    margin: 0 0 0 0;
    font-size: 10px;
    line-height: normal;
}
.banner-mid .cell-wrap .logos-cell:last-child {
    background: #ed1a36;
    border-radius: 5px;
    margin-top: 5px
}
.banner-mid .cell-wrap .logos-cell:last-child:hover {
    background: #C3001A;
}
.banner-mid a.arrow-bottom {
    width: 44px;
    height: 32px;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    color: #FFF;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.banner-mid a.arrow-bottom i {
    font-size: 36px;
}
.banner-mid a.arrow-bottom:hover {
    background: #C00;
}
.shadow-top {
    height: 214px;
    width: 100%;
    background: url(../images/shadow-header.png) top left repeat-x;
    position: absolute;
    top: 0;
    left: -1px;
} 

footer {
    background: #FFF;
}
footer .top {
    padding: 4px 40px;
    border-bottom: 1px solid #d6d6d6;
}
footer .top span {
    font-size: 11px;
    color: #000;
    display: block;
    float: left;
    margin: 2px 0 0 0;
}
footer ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul.social i {
    font-size: 9px;
    color: #FFF;
}
footer ul.social a {
    width: 17px;
    height: 17px;
    display: block;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0;
}
footer ul.social li {
    float: left;
    margin: 2px 4px 0 0;
}
footer ul.social li.facebook a {
    background: #3b5998;
}
footer ul.social li.twitter a {
    background: #38a1f3;
}
footer ul.social a:hover {
    background: #ED1A36 !important;
}
footer .wrap-1 {
    padding: 0 40px;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
footer .wrap-1 .cell {
    padding: 13px 20px 0 0;
}
footer .wrap-1 .cell span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    display: block;
}
footer .wrap-1 .cell p {
    line-height: 18px;
    color: #555;
    font-size: 12px;
    margin: 0 0 4px 0;
}
footer .left-aligns a {
    float: none;
    display: inline-block;
}
footer .left-aligns label {
    float: none;
    display: inline-block;
    padding: 2px 0 0 0;
}
footer a {
    color: #555;
    font-size: 12px;
    display: table;
    margin: 0 5px 4px 0;
    text-transform: capitalize;
}
footer a i {
    color: #C00;    
}
footer a:hover {
    color: #cc0000;
}
footer label {
    margin: 0 5px 0 0;
    font-size: 11px;
    position: relative;
    top: -1px;
}
footer .quick-links {
    padding: 0 40px 15px 40px;
}
footer .quick-links span {
    font-size: 12px;
    font-weight: 700;
}
footer .copyright {
    padding: 0 40px;
}
footer .copyright p {
    font-size: 12px;
    margin: 0 0 8px 0;
    color: #555;
}
footer .copyright p a {
    color: #555 !important;
}
footer.inner {
    background: #f5f5f5;
    border-top: 5px solid #ececec;
}

.hd-type-1 {
    font-size: 35px;
    font-weight: 600;
    color: #383838;
    margin: 0 0 15px 0;
}
.hd-type-2 {
    font-size: 20px;
    font-weight: 600;
    color: #383838;
    margin: 0 0 10px 0;
}
.hd-type-3 {
    font-size: 25px;
    font-weight: 600;
    color: #383838;
    margin: 0 0 5px 0;
}
.hd-type-4 {
    padding: 0;
    position: relative;
    font-weight: 700;
    color: #000;
    font-size: 25px;
    margin-bottom: 10px;
}
.hd-type-4 .star::after {
    position: absolute;
    left: 100%;
    bottom: 10px;
}
.btn-type-1 {
    padding: 12px 20px;
    background: #C00;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    color: #fff;
    font-size: 14px;
}
.btn-type-1:hover {
    background: #000;
    color: #fff;
}
p {
    font-size: 16px;
    color: #000;
    margin: 0 0 15px 0;
}
p a {
   color: #ed1a36 !important; 
   word-break: break-all;
}
p a:hover {
   text-decoration: underline; 
}
.inner-banner {
    margin: 0 0 40px 0;
    /*height: 180px;*/
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    position: relative;
}
.inner-banner::after {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.inner-banner h1 {
    color: #FFF;
    font-weight: 600;
    margin: 0;
    position: relative;
    z-index: 9;
}
.inner-page {
    padding: 0 0 40px 0;
}

/* Used car listing start */

.used-car-list {
    height: 100%;
    -webkit-box-shadow: 0px 0px 30px -23px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 0px 30px -23px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 0px 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: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.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;
}

.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: normal;
    color: #000;
    display: block;
    bottom: 0;
    margin: 0 0 0 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;
    /* float: right; */
    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: 0px;
    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: 0px;
    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: 0px !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: normal;
    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;
    font-weight: normal;
}

.used-car-list .approved a:hover {
    background: #C00;
}

.used-car-list .adrs-phn {
    padding: 4px 0;
    width: calc(100% - 30px);
    border: 0px;
    border-top: 1px solid #c3c3c3;
    border-style: dashed;
    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;
    color: #ed1a36;
}

.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:hover,
.used-car-list .btns-wrap .styl2 {
    background: #C00;
}

.used-car-list .btns-wrap .styl2:hover {
    background: #000;
}

.used-car-list .btns-wrap .btn i {
    font-size: 11px;
    margin-left: 3px;
    position: relative;
    top: 0;
}

/* Used car listing End */

.mb-30 {
    margin-bottom: 30px;
}

/* comon search start */

.common-search {
    padding-top: 30px;
    padding-bottom: 20px;
    background: #f3f3f3;
    z-index: 99;
}

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

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

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

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

.common-search #collapseSearch {
    /* width: 1163px; */
    margin-left: 5px;
}
.car-search {
    display: table;
    margin: 0 auto 30px auto;
}

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

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

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

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

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


/* .car-search .bootstrap-select .dropdown-menu .dropdown-item.active {
    background: #CB2027;
} */



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

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

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

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

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

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

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

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

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

.car-search span.cars b {
    color: #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 33px;
    height: 52px;
    border: 0px;
    background: #CB2027;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

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


/* comon search end */


.popup-contact .form-typ2 {  
    border: 0px solid #cc0000;
    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: 0px; 
    line-height: 1;
    margin: 0; 
    padding: 0;
    z-index: 0;
}
.popup-contact {
    padding: 0 30px !important;
    background: rgba(0, 0, 0, 0.46);
}
.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 0px;
}
.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: 16px;
    font-weight: 400;
    border: 0px;
    background: #C00;
    color: #fff;
    text-transform: uppercase;
}
.form-typ2 .btn-typ1:hover {
    background: #000;
}
.form-typ2 { 
    border: 1px solid #0682ca; 
    padding: 35px 40px;
    background-color: #ffffff; 
}
.form-typ2 .form-group { 
    border-bottom: 2px solid #ed1a36;
    position: relative; 
    margin-bottom: 40px;
}
.form-typ2 .form-control {  
    position: relative;
    z-index: 2;
    padding: 0%;
    background-color: transparent;
    height: auto;
    color: #000000;
    border: none;
    padding: 15px 0 0 0;
}
.form-typ2 .form-group .select-box-wrap .bootstrap-select.btn-group {
    width: 100%;
}
.form-typ2 .form-control:focus + label {  
    top: -15px;
    font-size: 14px;
}
.form-typ2 .error label  { 
    color: #cc0000;
}
.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; 
}
.cus-form .form-typ2 .form-group {
    margin-bottom: 25px;
}
.cus-form .form-typ2 {
    border: 2px solid #042f63;
    border-radius: 4px;
}
.popup-ctnt {  
    max-width: 950px;
    padding: 30px;
    position: relative;
    margin: 0 auto;
    background-color: #ffffff;
    margin-top: 20vh;
    border: 3px solid #ed1a36;
}
.popup-ctnt .close-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    background-color: #ed1a36;
    position: absolute;
    cursor: pointer;
    right: 0em;
    top: 0;
}
.popup-ctnt .close-btn:hover {
    background: #000;
}
.popup-ctnt .hd-typ2 { 
    margin-bottom: 40px; 
}
.error-txt {
    color: #c00;
    position: absolute;
    right: 5px;
    bottom: -18px;
    font-size: 12px;
    line-height: 1.2;
    display: none;
}
.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; 
  }
  .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.chk-box input[type=checkbox].css-checkbox + label.css-label, .lg-chk input[type=checkbox].css-checkbox + label.css-label.clr { 
    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:checked + label.css-label::before, .chk-box.lg-chk input[type=checkbox].css-checkbox + label.css-label.chk::before {
    background-position: -23px -23px;
}


.chk-box.lg-chk label.css-label::before { 
    background-position: -23px -0px;
    width: 22px;
    height: 22px;
    top: -3px;
}
.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 0px;
}

.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;
}
.chk-col { 
    float: left; 
    margin-right: 15px; 
    min-height: 30px;
}
.chk-col:first-child {  
    margin-left: 0;
}
.chk-col label { 
    margin-left: 0; 
} 

.used-car-listing .bottom {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 9px 0;
    margin: 20px 0 0 0;
}

.used-car-listing .bottom ul.pagi-1 {
    float: left;
}

.used-car-listing .bottom ul.pagi-1 li:first-child {
    margin-left: 0;
}

.used-car-listing .bottom span.result {
    float: right;
}

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:first-child::after,
ul.pagi-1 li:last-child::after,
ul.pagi-1 li.blank::after {
    display: none;
}

ul.pagi-1 li.first,
ul.pagi-1 li.last {
    display: none;
}

.used-car-listing .top {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 9px 0;
    margin: 0 0 40px 0;
}

.used-car-listing .top ul.pagi-1 {
    float: right;
}

.used-car-listing .top ul.pagi-1 li:first-child {
    margin-left: 0;
}

.used-car-listing .top .bootstrap-select {
    float: left;
    width: 160px;
}

.used-car-listing .top .dropdown-toggle {
    outline: none !important;
    padding: 0;
    height: 24px;
    -webkit-box-shadow: #FFF !important;
    box-shadow: #FFF !important;
    position: relative;
    font-size: 14px;
    background: none !important;
    border: 0px;
    box-shadow: none;
}

.used-car-listing .top .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 9px;
}

.used-car-listing .top .dropdown-menu {
    padding: 0;
    top: 7px !important;
    border: 0px !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
}

.used-car-listing .top .dropdown-menu .dropdown-menu.inner {
    border: 1px solid #e8e8e8 !important;
}

.used-car-listing .top .dropdown-menu li a {
    padding: 5px 10px;
}

.used-car-listing .top .dropdown-menu li a:hover {
    background: #CB2027;
    color: #fff;
}

.used-car-listing .top .dropdown-menu li a.active {
    background: #CB2027;
    color: #fff;
}


.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: normal;
}

.used-car-detail .btn-bar {
    margin-bottom: 15px;
}

.used-car-detail .bn-typ3 {
    float: right;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: normal;
}

/* used car detail */

.cardetail-sect {
    margin-bottom: 45px;
}

.cardetail-sect .btn-bar .dtil-btn {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    padding: 5px 5px 5px 5px;
    text-align: center;
    background-color: #232323;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2px;
}
.cardetail-sect .btn-bar .dtil-btn:nth-of-type(even) {
    margin-right: 0;
}

.cardetail-sect .btn-bar .dtil-btn i {
    position: relative;
    bottom: -1px;
    margin: 0 0 0 4px;
}

.cardetail-sect .btn-bar .dtil-btn:hover {
    background-color: #000000;
}
.cardetail-sect .btn-bar .dtil-btn.full {
    width: 100%;
    margin-right: 0;
}
/*.cardetail-sect .btn-bar .dtil-btn:first-child {
    margin-left: 0;
}*/

.cardetail-sect {
    border-bottom: 1px dashed #c3c3c3;
    padding-bottom: 10px;
}

.cardetail-sect .hd-type-4::before {
    content: attr(company-attr);
    display: block;
    font-size: 80%;
}

.cardetail-sect .hd-typ1 {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 10px;
}
.usedcar-detail-tab {
    margin-bottom: 40px;
}

.usedcar-detail-tab .tab-content ul {
    list-style-type: none;
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

.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: #000000;
}



.usedcar-detail-tab .ctnt,
.usedcar-detail-tab p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
}

.usedcar-detail-tab p a {
    color: #000;
}

.usedcar-detail-tab .tab-content {
    max-width: 100%;
}

.tab-wraper .nav-tabs .nav-link.active,
.tab-wraper .nav-tabs .nav-link:hover {
    border: none;
    color: #ffffff;
    background-color: #C00;
}

.tab-wraper .nav-tabs .nav-link {
    border-radius: 0%;
    color: #000000;
    border: none;
    font-size: 14px;
    font-weight: 700;
}

.tab-wraper .nav-tabs {
    border-bottom: 2px solid #C00;
    line-height: 1.2;
    align-items: flex-end;
    margin-bottom: 30px;
}

.tab-wraper>ul {
    list-style-type: none;
    margin: 0em;
    padding: 0%;
}

.tab-wraper .tab-icon-wrap {
    margin-bottom: 40px;
}

.tab-hd1 {
    font-size: 18px;
    margin-bottom: 15px;
}

.price-tag {
    font-size: 16px;
    color: #000000;
    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;
}

.price-tag-ctnt span.lbl {
    font-size: 12px;
}

.slider-wrap {
    position: relative;
    min-height: 100px;
    margin-top: 10px;
}
.red-txt-bar {
    text-align: center;
    margin-bottom: 25px;
}
.red-txt-bar .red-txt {
    position: relative;
    font-size: 14px;
    margin-left: 5px;
    padding-right: 5px;
    font-weight: 700;
    padding: 4px 15px !important;
    background: #ed1a36;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.red-txt-bar .red-txt:hover {
    background: #000;
}
.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;
}

.shar-icon-bar>* {
    display: inline-block;
}
.share-ctnt {
    position: relative;
    padding-left: 85px;
    text-align: center;
}

.share-ctnt::before {
    content: attr(shared-lbl-attr);
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: normal;
}

.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);
}

.shr-icon:hover,
.shr-icon:focus {
    text-decoration: none;
    outline: none;
}

.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;
}

.apply-finance {
    background-color: #00803f;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    float: right;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: normal;
}
.apply-finance:hover,
.apply-finance:focus {
    outline: none;
    text-decoration: none;
    background-color: #000000;
    color: #ffffff;
}
span.carOfTheWeek {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
}
.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(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
}

.usedcar-slider.owl-carousel .owl-nav {
    font-size: 0px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

.usedcar-slider.owl-carousel .owl-nav span {
    border: 7px solid #000000;
    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: #ed1a36;
}

.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;
}
.img-count {
    color: #ffffff;
    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%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
}

.car-loca {
    font-size: 20px;
    margin: 10px 0 0 0;
    color: #000;
}

.car-loca a {
    color: #000;
}

.news-detail-sec {
    padding:30px 30px;
    background: #f5f5f5;
}
.news-list {
    padding: 0;
}
.news-list a.cell {
    padding: 8px 8px 15px 8px;
    margin: 0 0 15px 0;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    display: block;
}
.news-list .cell p {
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0 0 0;
    line-height: normal;
}
.news-list .cell span {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    color: #797575;
    margin: 5px 0 0 0;
}
.news-list a.cell:hover {
    border-color: #c3c3c3;
}
.list-1 {
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
}
.list-1 li {
    padding: 0 0 10px 15px;
    position: relative;
}
.list-1 li::after {
    width: 7px;
    height: 7px;
    background: #2f64b0;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

.you-tube-video {
    width: 100%;
    background: #f5f5f5;
    position: relative;
}
.you-tube-video::before {
    width: 100%;
    display: block;
    padding-bottom: 100%;
    content: "";
}
.you-tube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.common-img-bx img {
    max-width: 200px;
}
.common-img-bx:hover img {
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.common-img-bx:hover img {
    -webkit-transform: scale(1.09);
       -moz-transform: scale(1.09);
        -ms-transform: scale(1.09);
         -o-transform: scale(1.09);
            transform: scale(1.09);
}
.partnerships .cell {
    border: 1px solid #dee2e6;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    width: 100%;
    padding: 10px 0;
    margin: 0 0 30px 0;
    text-align: center;
    display: block;
}
.partnerships .cell:hover {
    border: 1px solid #C00;    
}






.our-location .top-left h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
}
.our-location .top-left p {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin: 0 0 5px 0;
    padding: 0;
}
.our-location .top-left span {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin: 8px 0 0 0;
    padding: 0;
    display: block;
    font-weight: bold;
}
.our-location .top-left a {
    color: #fff;
    font-size: 18px;
    color: #000;
    text-decoration: none;
}
.our-location .top-left a i {
    font-size: 16px;
    margin: 0 4px 0 0;
    color: #E62850;
}
.our-location .top-left a:hover {
    text-decoration: underline;
}


.our-location .top-left .splt-row {
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}

.our-location .top-left .signup-cell {
    position: relative;
}
.our-location .top-left .signup-cell input {
    width: 100%;
    border: 0px;
    height: 35px;
    padding: 0 100px 0 10px;
    background: #eaeaea;
    color: #000;
    outline: none;
    font-size: 14px;
}
.our-location .top-left .signup-cell input::placeholder {
    color: #000;
}
.our-location .top-left .signup-cell button {
    width: 90px;
    height: 35px;
    line-height: 35px;
    border: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: #ac0001;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    outline: none;
}
.our-location .top-left .signup-cell button:hover {
    background: #000;
    color: #fff;
}

.our-location .top-bottom {
    padding: 40px 0 50px 0;
}
.our-location .top-bottom p {
    font-size: 18px;
}

.our-location .top-bottom .cell {
    height: 100%;
}
.our-location .top-bottom .cell::after {
    width: 1px;
    height: 100%;
    background: #C8C0BE;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}
.our-location .top-bottom .cell.no-border::after {
    display: none;
}
.our-location .top-bottom ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    line-height: normal;
}
.our-location .top-bottom ul li {
    margin: 0 0 4px 0;
}
.our-location .top-bottom ul label {
    margin: 0;
}
.our-location .top-bottom ul span {
    width: 100px;
    display: inline-block;
}
.our-location .top-bottom ul label.red {
    color: #C00;
}
.our-location .top-bottom span.title {
    color: #E62850;
    font-weight: bold;
    display: block;
    margin: 0 0 10px 0;
}


.your-details {
    background: #EAEAEA;
    padding: 40px 0 70px 0;
}
.your-details h1 {
    margin-bottom: 20px;
}
.your-details textarea,
.your-details input {
    width: 100%;
    border: 0px;
    background: none;
    outline: none;
    height: 30px;
    border-bottom: 2px solid #a6a6a6;
    margin: 0 0 30px 0;
}
.your-details textarea::placeholder,
.your-details input::placeholder {
    color: #000;
}
.your-details textarea {
    height: 60px;
} 
.your-details span.title {
    font-size: 16px;
    color: #000;
    display: block;
    position: relative;
    margin-top: -12px;
    margin-bottom: 4px;
}
.your-details .communication {
    padding: 0 0 15px 0;
}
.your-details .communication 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;
}
.your-details .communication input[type=checkbox].css-checkbox+label.css-label,
.your-details .communication input[type=checkbox].css-checkbox+label.css-label.clr {
    padding-left: 24px;
    height: 19px;
    display: inline-block;
    line-height: 19px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 19px;
    vertical-align: middle;
    cursor: pointer;
    margin:  0 20px 0 0;
}
.your-details .communication input[type=checkbox].css-checkbox:checked+label.css-label,
.your-details .communication input[type=checkbox].css-checkbox+label.css-label.chk {
    background-position: 0 -19px;
}
.your-details .communication label.css-label {
    background-image: url(../images/csscheckbox-2.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.your-details button.submit {
    width: 118px;
    height: 40px;
    background: #AC0000;
    border: 0px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 30px 0;
}
.your-details button.submit:hover {
    background: #000;
}
.your-details .google-map {
    overflow: hidden;
    padding-bottom: 430px;
    position: relative;
    height: 0;
    border: 1px solid #dedada;
}
.your-details .google-map iframe {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.your-details.city-quay .form-control {
    margin-bottom: 0;
}
.your-details.city-quay .form-typ2 .form-group {
    border-bottom: 2px solid #e62850;
}
.your-details.city-quay .form-typ2 .btn-typ1 {
    background: #e62850;
}
.our-location.city-quay .top-left .signup-cell button {
    background: #E62850;
}
.our-location.city-quay .top-left .signup-cell button:hover {
    background: #000;
}
/*Group home used car search*/
.banner-mid .common-search {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    background: none;
    transform: translateY(50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-mid .common-search .car-search {
    margin: 0 40px 0 0;
    float: right;
}
.banner-mid .car-search .card-body {
    background: none;
}
.banner-mid .common-search .car-search .bootstrap-select button {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.banner-mid .car-search .adv-search {
    color: #FFF;
    font-weight: normal;
}
.banner-mid .car-search span.cars {
    color: #FFF !important;
}
.banner-mid .car-search span.cars b {
    color: #fff;
}

.error .your-details textarea, 
.error .your-details input {
    border-bottom: 2px solid red;
}

/*.bootstrap-select.multi {
    width: 100% !important;
}
.bootstrap-select.multi .dropdown-toggle {
    border: 1px solid #ced4da;
    padding: 5px 0 0 15px;
}
.bootstrap-select.multi .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 16px;
}
.bootstrap-select.multi span.filter-option {
    color: #000;
}*/

.book-service input {
    width: 100%;
    border: 1px solid #ddd;
    height: 40px;
    color: #000;
    padding: 0 10px;
}
.book-service .dropdown-toggle {
    height: 40px;
    background: #fff;
    padding: 8px 10px 0 10px;
    width: 100%;
    border: 1px solid #ddd;
}
.book-service .bootstrap-select {
    width: 100% !important;
}
.book-service .btn-type-1.find {
    border: 0px;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    width: 100%;
}
.book-service .red-cell {
    background: #2f64b0;
    color: #fff;
}
.book-service .red-cell p {
    color: #fff;
}

.group-home .contact-detail .dropdown-toggle::after {
    display: none;
}

.group-home .contact-detail .dropdown-menu {
    width: 370px;
    right: 0 !important;
    left: auto !important;
    top: 50px !important;
    background: #000;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #fff;
    padding: 0;
    position: relative;
    z-index: 99999;
    transform: inherit !important;
    overflow: hidden;
}
.group-home .contact-detail .dlrship .dropdown-menu {
    right: -430px;
}
.group-home .contact-detail .dlrship .dropdown-menu .cell {
    width: 20%;
    float: left;
    border-right: 1px solid #fff;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    padding: 15px 10px 15px 10px;
}
.group-home .contact-detail .dlrship .dropdown-menu .cell span.title {
    font-weight: 700;
    color: #FFF;
    font-size: 14px;
    display: block;
    margin: 0 0 6px 0;
}
.group-home .dropdown-item{
    color: #FFF;
}
.group-home .contact-detail .dropdown-menu a {
    color: #FFF;
    padding: 10px 18px;
    font-size: 14px;
    background:#000 !important;
    border-bottom: 2px solid #fff;
}
.group-home .contact-detail .dropdown-menu a:last-child {
    border-bottom: 0;
}
.group-home .contact-detail .dropdown-toggle {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    height: 34px;
    line-height: 34px;
    display: block;
    padding: 0 13px;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 30px;
    display:none;
}

.group-home .contact-detail .dropdown-toggle:hover {
    color: #C00;
}
.group-home .contact-detail .dropdown-menu::after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #fff;
    content: "";
    position: absolute;
    right: 20px;
    top: -10px;
}
header.honda .top ul.brands li a.mg {
    background: #ae020d;
}
header.honda .top ul.brands li a.mg:hover {
    background: #000;
}
/* Thankyou-page style */
.thankyou-wraper {
    background: #f3f3f3;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.09);
-moz-box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.09);
box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.09);
}
.tic-icon{
    color: #5bbc2f !important;
}
.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: 60px;
    margin: 0;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.more-images{
    height: 180px;
    padding: 5px;
}
.more-images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fix-example-table{
    padding: 0 30px;
}
.fix-example-table .table td{
    font-size: 16px !important;
    padding: 6px 12px !important;
    font-weight: bold !important;
}
.print-fin-disclo p{
    font-size: 10px;
    margin-bottom: 8px;
}

.fin-comp-details p{
    display: inline-block;
    padding-right: 10px;
}
.print-full .used-car-detail .details-cell li{
    padding: 15px 5px;
}

.print-spec{
    padding: 0;
}
.print-spec li{
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
.print-car-details{
    margin-bottom: 10px;
}
.print-car-details span{
    font-size: 16px;
    padding-right: 0;
    width: 100%;
}
.print-car-details span:nth-child(2){
    width: 15px;
}
.print-new p{
    font-size: 16px;
}
.dealer-box{
    padding: 6px;
    background: #f3f3f3;
}
.print-rght-image .print-image{
    margin-bottom: 15px;
    margin-right: 15px;
    width: 100%;
}
.print-rght-image .print-image img{
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}
.print-single-image{
    height: 270px;
}
.print-two-image{
    height: 135px;
}
.print-fin-disclo p{
    font-size: 9px;
}

.print-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.print-price p{
    font-weight: bold;
}
.print-price strong{
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #ed1a36;
}
.print-new .hd-type-1 small{
    font-size: 70%;
}
.dt-title {
    width: 84px;
}
.price-col p{
    margin-bottom: 0;
}
.print-new{
    font-family: 'Proxima Nova' !important;
}

/*Careers New start*/

.careers-new table.careertable thead {
    background-color: #383838;
    color: #fff;
}

.careers-new table.careertable thead th {
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
}
.job-type{
    width: 200px;
    min-width: 200px;
}
.job-loc{
    width: 200px;
    min-width: 200px;
}
.job-close{
    width: 120px;
    min-width: 120px;
}
.job-more{
    width: 120px;
    min-width: 120px;
}
.careers-new table.careertable tr:nth-child(2n){
    background: #f9f9f9;
}
.careers-new table.careertable tbody tr td {
    font-size: 14px;
    vertical-align: middle;
}
.careers-new table.careertable tbody tr td a {
    color: #000;
    font-size: 14px;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}
.careers-new table.careertable tbody tr td a:hover {
    color: #F02232;
}
.careers-new table.careertable tr td a:hover {
    color: #000;
}
.careers-new.details h6{
    font-size: 16px;
    font-weight: 700;
}
.careers-det-right {
    border-left: 1px solid #dbdbdb;
    height: 100%;
    padding-left: 30px;
}
.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
}
.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 6px 0;
    display: block;
    width: calc(100% - 70px);
    pointer-events: none;
    z-index: 20;
    height: calc(1.5em + .75rem + 2px);
    color: #000;
    border-radius: 4px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-upload-wrapper:before {
    content: "Upload";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: calc(1.5em + .75rem + 2px);
    background: #ededed;
    color: #000;
    font-weight: 700;
    z-index: 25;
    font-size: 14px;
    line-height: calc(1.5em + .75rem + 2px);
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}
.file-upload-wrapper:hover:before {
    background: #d5d5d5;
}
.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}
/*Careers new end*/
/*Honda Civic Timing Belt Start*/
#sec-accordion .card {
    margin-bottom: 15px;
    border: 0;
}

#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;
}

#sec-accordion .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #f8f8f8;
    color: #222;
    padding: 20px 40px 20px 20px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    position: relative;
    box-shadow: none;
    border: 0;
}

#sec-accordion .card .card-header .btn-header-link:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    /* float: right; */
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%) rotate(90deg);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#sec-accordion .card .card-header .btn-header-link.collapsed:after {
    transform: translate(0, -50%) rotate(0deg);
}

#sec-accordion .card .collapsing {
    background: #fff;
    line-height: 30px;
}

#sec-accordion .card .collapse {
    border: 0;
}

#sec-accordion .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
}

#sec-accordion {
    width: 100%;
}

#sec-accordion .card-body {
    background: #f1f1f1;
}
/*Honda Civic Timing Belt End*/
