@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Rajdhani:500,600,700&display=swap");

/*Global CSS*/

* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    min-width: 320px;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    word-break: break-word;
}

.clear {
    clear: both;
}

a,
button {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    cursor: pointer;
    outline: none;
    display: inline-block;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.container {
    max-width: 1330px;
    position: relative;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #c2c0ca;
    border-radius: 4px;
    box-shadow: none !important;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    height: 50px;
    outline: medium none !important;
    width: 100%;
}

.form-control:focus {
    border-color: #aac938;
}

textarea.form-control {
    min-height: 130px;
    resize: none;
}

.btn-custom {
    color: #d8322d;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    padding: 0 30px;
    box-shadow: none !important;
    display: inline-block;
}

.btn-custom:hover,
.btn-custom:focus {
    color: #3f3178;
}

.cmn-btn {
    background: #d8322d none repeat scroll 0 0;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.cmn-btn:hover,
.cmn-btn:focus {
    background: #212529 none repeat scroll 0 0;
    color: #ffffff;
}

.checkbox-area input[type=checkbox] {
    display: none;
}

.checkbox-area input[type=checkbox]+label {
    display: inline-block;
    height: 21px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    margin: 0;
    color: #8a8b8e;
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    font-family: 'Poppins', sans-serif;
    background: url(/frontend/images/chk.png) no-repeat left top;
}

.checkbox-area input[type=checkbox]:checked+label {
    background-image: url(/frontend/images/chk-a.png);
}

p {
    margin-bottom: 20px;
}

.padd-t-80 {
    padding-top: 80px;
}

.padd-b-80 {
    padding-bottom: 80px;
}

.main-heading {
    margin-bottom: 30px;
    text-align: center;
}

.main-heading h2 {
    font-size: 36px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

ul,
ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.submit-btn {
    background: #d8322d none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 36px;
    line-height: 38px;
    padding: 0 15px;
    text-transform: uppercase;
}

.submit-btn:hover {
    background: #111 none repeat scroll 0 0;
    color: #fff;
}

.sitemap-list ul {
    margin: 0 0 20px 35px;
}

.sitemap-list ul li {
    display: list-item;
    line-height: 24px;
    list-style: disc;
    margin-bottom: 15px;
}

.sitemap-list ul ul,
.sitemap-list li li {
    margin-bottom: 0;
    margin-top: 5px;
}

.sitemap-list ul li a:hover {
    color: #3f3178;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}


/*Global CSS*/


/*****header*****/

.header {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

.navnewclass .header {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.logo {
    margin: 10px 20px 10px 0;
}

.navigation {}

.navigation .head-top-nav {
    display: none;
}

.navigation .call-info {
    display: none;
}

.navigation ul {
    margin: 0;
    padding: 0;
}

.navigation ul li {
    margin: 0 0 0 50px;
    padding: 40px 0;
    list-style: none;
    float: left;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.navigation ul li i.fa-sort-down {
    position: relative;
    top: -3px;
}

.navigation ul li a {
    display: block;
    color: #000;
    padding: 0;
}

.navigation ul li a:hover {
    color: #d8322d;
}

.navigation .sub-menu {
    left: 0;
    min-width: 100%;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9999;
    background: #fff;
    border-top: solid 4px #d8322d;
    margin: -1px 0 0 0;
    display: none;
}

.navigation .sub-menu.full-menu {
    display: none;
    width: 100%;
    justify-content: space-between;
}

.navigation ul li:hover>.sub-menu {
    display: flex;
}

.menu-list {
    margin: 0 !important;
    padding: 10px 0 5px 25px !important;
    width: 28%;
    background: url(/frontend/images/menu-left-bg.jpg) no-repeat center top;
    background-size: cover;
}

.menu-list ul {
    margin: 0;
    padding: 0;
}

.menu-list ul li {
    margin: 0 0 6px;
    padding: 0;
    list-style: none;
    display: block;
    float: none;
    font-weight: 300;
}

.menu-list ul li a {
    font-size: 20px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    display: inline-block;
    font-weight: 300;
}

.menu-list ul li a strong {
    font-weight: 700;
}

.right-menu-list {
    width: 72%;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
}

.right-menu-list .body-typ {
    display: block;
    width: 60%;
    padding: 15px 15px 0;
}

.right-menu-list .body-typ ul {
    margin: 0 -15px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    min-height: 385px;
}

.right-menu-list .body-typ ul li {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    width: 33.333%;
    float: none;
    padding: 0 15px;
}

.right-menu-list .body-typ ul li img {
    display: block;
    margin: 0 auto;
}

.right-menu-list .body-typ ul li span {
    display: block;
    text-align: center;
}

.right-menu-list .body-typ.brands-typ ul li img {
    display: block;
    margin: 0 auto 6px;
}

.right-menu-list .brands-typ {
    width: 40%;
    display: block;
    background: #f2f2f2;
}

.menu-hd {
    display: block;
    font-size: 16px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    padding: 0 0 10px;
}

.menu-hd strong {
    color: #d8322d;
}

.more-links {
    display: block;
    text-align: center;
    border-top: solid 1px #e5e5e5;
    padding: 20px 0
}

.more-links a {
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #d8322d !important;
    display: inline-block !important;
}

body {
    position: relative;
}

.menu-bg-hover:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.manage-btn {
    background: #3f3178;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 5px;
    margin: 0 10px;
}

.manage-btn:hover {
    background: #d8322d;
    color: #fff;
}

.hd-right {
    background: #d8322d;
    border-radius: 5px;
    padding: 13px 5px;
}

.hd-right ul {
    margin: 0;
    padding: 0;
}

.hd-right ul li {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    border-right: solid 1px #fff;
    font-size: 16px;
    line-height: 11px;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
}

.hd-right ul li:last-child {
    border-right: none;
}

.hd-right ul li a {
    color: #fff;
    font-weight: 600;
}

.even-odd-block .container-outer:nth-of-type(odd) {
    background: #d8322d;
}

.even-odd-block .container-outer:nth-of-type(odd) .row.no-gutters {
    flex-direction: row-reverse;
}

.even-odd-block .container-outer:nth-of-type(odd) .img-block {
    right: auto;
    left: 0;
}

.even-odd-block .container-outer:nth-of-type(odd) .block-contain {
    padding-left: 50px;
    max-width: 500px;
}

.even-odd-block .container-outer:nth-of-type(even) {
    background: #3f3178;
}

.even-odd-block .block-contain {
    background: none;
}

.even-odd-block .main-heading h2 {
    text-transform: capitalize;
}

.car-search-section {
    padding-top: 65px;
    padding-bottom: 40px;
}


/*tabs*/

.car-search-section .tab-content>.tab-pane {
    padding: 0;
}

.nav-tabs {
    border: 2px solid #3f3178;
    border-radius: 8px;
    justify-content: center;
    margin: 0 auto 30px;
    text-align: center;
    width: 344px;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
    width: 170px;
}

.nav-tabs .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    color: #3f3178;
    padding: 8px 35px;
    border-radius: 3px;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #3f3178;
    border-color: #3f3178;
}

.car-content-box {
    padding: 0 15px;
}

.car-content-box .img-block {
    min-height: 97px;
}

.car-search-row li {
    margin-bottom: 10px;
}

.car-name {
    padding: 10px;
}

.tab-view-btn.btn-custom {
    border-bottom: 1px solid #d8322d;
    color: #d8322d;
    font-size: 16px;
    padding: 0 5px !important;
    position: absolute;
    right: 0;
    top: -60px;
}

.tab-view-btn.btn-custom:hover,
.tab-view-btn.btn-custom:focus {
    border-color: #3f3178;
    color: #3f3178;
}


/*car-search-section*/


/*advtisement-section-*/

.advertisement-section {
    background: #f2f2f2;
}


/*review-section*/

.block-content {
    background: #f2f2f2;
    border-radius: 5px;
    height: 100%;
}

.block-content .img-block img {
    border-radius: 5px 5px 0 0;
}

.text-block {
    padding: 20px 25px;
}

.review-row {
    color: #3f3178;
    font-weight: 700;
    margin-bottom: 10px;
}

.file-outer {
    padding: 0 10px;
    position: relative;
    max-width: 40px;
}

.file-outer img {
    width: auto !important;
    position: absolute;
    top: 3px;
}

.file-outer .custom-flie {
    opacity: 0;
    z-index: 1;
    width: 20px;
    position: relative;
}

.review-desc {
    font-size: 18px;
    padding-bottom: 10px;
    min-height: 64px;
}

.review-row .btn-custom {
    color: #d8322d;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
}

.review-date {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
}

.block-slider .owl-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.block-slider .owl-dots .owl-dot {
    height: 18px;
    width: 18px;
    display: block;
    background: #f2b9b7;
    border-radius: 100%;
    margin: 0 4px;
    outline: none;
}

.block-slider .owl-dots .owl-dot.active {
    background: #d8322d;
}


/*review-section*/


/*car-week-section*/

.car-week-section .main-heading {
    margin-bottom: 0;
}

.car-week-section .main-heading h2 {
    font-size: 66px;
    line-height: 100%;
}

.car-week-section .car-week-bg {
    background: url(/frontend/images/car-week-bg.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 5px;
}

.car-week-section .img-block img {
    width: 100%;
    border-radius: 5px 0 0 5px;
}

.car-week-contain {
    font-size: 17px;
    font-family: 'Rajdhani', sans-serif;
    color: #fff;
}

.car-week-contain .btn-custom {
    background: #d8322d none repeat scroll 0 0;
    color: #ffffff;
    font-family: "Rajdhani", sans-serif;
    line-height: 100%;
    padding: 22px 100px;
    text-transform: uppercase;
}

.car-week-contain p {
    margin-bottom: 25px;
}

.car-week-contain .btn-custom:hover,
.car-week-contain .btn-custom:focus {
    background: #ee5d5d;
}


/*about*/

.about-section {
    position: relative;
    background: #3f3178;
    color: #fff;
}

.about-section .main-heading {
    margin-bottom: 15px;
}

.about-section p {
    margin-bottom: 25px;
}

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

.block-contain {
    padding: 80px 0 115px;
}

.container-outer {
    position: relative;
}

.about-section .container {
    position: static;
}

.container-outer .img-block {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    content: '';
    height: 100%;
    max-width: 50vw;
}

.container-outer .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.block-contain {
    background: #3f3178;
    max-width: 460px;
}


/*footer*/

.footer-main {
    background: url("/frontend/images/footer-main-bg.jpg") no-repeat center center;
    background-size: cover;
    color: #fff;
}

.f-link {
    text-transform: uppercase;
}

.f-link li {
    margin-bottom: 15px;
}

.f-link li:last-child {
    margin-bottom: 0px;
}

.f-link li a:hover {
    color: #d8322d;
}

.f-title {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 28px;
    padding-bottom: 15px;
}

.f-link.contact-info {
    margin-bottom: 40px;
}

.f-link.contact-info li {
    position: relative;
    padding-left: 30px;
    display: table;
}

.f-link.contact-info img {
    position: absolute;
    left: 0;
    top: 2px;
}

.socila-links li {
    text-transform: uppercase;
    color: #ffffff;
    margin-right: 8px;
    line-height: 100%;
}

.socila-links li:last-child {
    margin-right: 0;
}

.socila-links li a {
    padding: 10px 15px;
}


/* .socila-links li i {
    margin-right: 5px;
    } */

.fb-icon {
    background: #003868;
}

.fb-icon:hover {
    background: #4998db;
}

.twitter-icon {
    background: #00a9cd;
}

.twitter-icon:hover {
    background: #65cfe6;
}

.youtube-icon {
    background: #cd0000;
}

.youtube-icon:hover {
    background: #e85555;
}

.insta-icon {
    background-color: #d32e94;
}

.insta-icon:hover {
    background-color: #e251ab;
}

.footer-bottom {
    padding: 30px 0;
}

.footer-logo-block {
    background: #15181a;
    position: relative;
}

.footer-main .container {
    position: relative;
}

.footer-main .container::before {
    background: #15181a;
    content: '';
    position: absolute;
    right: 100%;
    height: 100%;
    width: 200%;
    top: 0;
    bottom: 0;
}


/* 19 Nov 2019 SJ */

.select-outer {
    position: relative;
}

.select-outer select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.select-outer::after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 50%;
    color: #fff;
    font-size: 18px;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select-outer select::-ms-expand {
    display: none;
}

.sliderBlock {
    position: relative;
    padding-top: 180px;
    padding-bottom: 115px;
}

.sliderBlock .bannerImg {
    background: url(/frontend/images/bannerImg.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.BannerForm {
    width: 385px;
    max-width: 100%;
}

.BannerForm ul.BannerFormTab {
    padding: 0 0 0 25px;
    margin: 0;
}

.BannerForm ul.BannerFormTab li {
    list-style: none;
    position: relative;
    cursor: pointer;
}

.BannerForm ul.BannerFormTab li input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    width: 100%;
}

.BannerForm ul.BannerFormTab li label {
    color: #000;
    margin: 0;
    position: relative;
    pointer-events: none;
    padding: 16px 30px;
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100%;
    text-align: center;
    width: 100%;
}

.BannerForm ul.BannerFormTab li input:checked+label {
    background-color: #3f3178;
    color: #fff;
    font-weight: 700;
}

.formContent {
    background-color: #3f3178;
    color: #fff;
    padding: 20px 20px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.formContentInner {
    position: relative;
    padding-left: 55px;
    overflow: hidden;
}

.formContent .form-group {
    margin-bottom: 15px;
}

.formContent .form-group label {
    font-size: 14px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.formContent .form-group .form-control {
    background-color: transparent;
    height: 42px !important;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding: 0 10px;
    opacity: 1;
}

.formContent .form-group .form-control:focus {
    border-color: inherit;
}

.formContent .form-group .form-control option {
    color: #3f3178;
}

.BannerForm .searchBtn {
    background-color: #d8322d;
    border-radius: 0;
    color: #ffffff;
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 15px;
    text-transform: uppercase;
    width: 100%;
}

.BannerForm .searchBtn:hover {
    background-color: #fff;
    color: #d8322d;
}

.BannerForm .searchBtn:focus {
    box-shadow: none;
}

.BannerForm .formContent .verticalText {
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: 40px;
    bottom: 15px;
    color: #fff;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    font-size: 41px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    line-height: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 999px;
}

.BannerForm .formContent .verticalText::after {
    content: "";
    background: #fff;
    height: 2px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.container2 {
    display: inline-block;
    cursor: pointer;
    border: solid 1px #3f3178;
    padding: 2px 8px;
}

.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 2px;
    background-color: #3f3178;
    margin: 5px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-2px, 2px);
    transform: rotate(-45deg) translate(-2px, 2px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.menuImage {
    display: none;
}

.navigation .head-right-info {
    display: none !important;
}


/*********Listing***Page***Start*****************/

.top-advert-banner {
    padding: 30px 0px;
    background: #f3f3f3;
    text-align: center;
}

.inner-wrapper {
    padding-top: 105px;
}

.padd-t-50 {
    padding-top: 15px;
}

.padd-t-b-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.title-sec h1 {
    font-size: 36px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
	
}

.right-text {
    text-align: right;
}

.search-result-text {
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
}

.search-result-text a {
    display: inline-block;
    color: #d8322d;
    margin-left: 10px;
}

.search-result-text a:hover {
    text-decoration: underline;
}

.feture-select {
    max-width: 100%;
}

.feture-select:after {
    color: #000;
}

.feture-select select {
    border-color: #000;
    color: #000;
    font-size: 15px;
}

.feture-select select:focus {
    border-color: #000;
    color: #000;
}

.car-list-inner-sec {
    padding: 30px 0;
}

.car-list-inner-sec>.row {
    position: relative;
}

.car-list-form .form-group h3 {
    font-size: 24px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.car-list-form:before {
    content: "";
    background: #3f3178;
    position: absolute;
    left: -843%;
    height: 100%;
    width: 844%;
    top: 0px;
}

.car-list-form:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
}

.car-list-form {
    background-color: #3f3178;
    color: #fff;
    padding: 30px 30px 20px 5px;
    vertical-align: top;
    width: 100%;
    position: relative;
    height: 100%;
}

.car-list-form .form-group .form-control {
    background-color: transparent;
    height: 42px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    padding: 0 10px;
    opacity: 1;
}

.car-list-form .form-group textarea.form-control {
    height: 100px;
    padding: 10px;
}

.car-list-form .form-group .form-control:focus {
    -webkit-opacity: 1;
    opacity: 1;
    border-color: #fff;
}

.input-col {
    margin-bottom: 10px;
}

.car-list-form .form-group .form-control option {
    color: #3f3178;
}

.car-list-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    -webkit-opacity: 1;
    opacity: 1;
}

.car-list-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    -webkit-opacity: 1;
    opacity: 1;
}

.car-list-form input::-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    -webkit-opacity: 1;
    opacity: 1;
}

.car-list-form input::-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    -webkit-opacity: 1;
    opacity: 1;
}

.car-list-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    -webkit-opacity: 1;
    opacity: 1;
}

.car-list-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    -webkit-opacity: 1;
    opacity: 1;
}

.car-list-form textarea::-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    -webkit-opacity: 1;
    opacity: 1;
}

.car-list-form textarea::-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    -webkit-opacity: 1;
    opacity: 1;
}

.car-item {
    width: 100%;
    margin-bottom: 30px;
    background: #f1f1f1;
    height: calc(100% - 30px);
}

.list-item-img {
    width: 100%;
    position: relative;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.edit-dropdown .dropdown-menu a {
    display: block;
    font-size: 12px !important;
    padding: 1px 10px !important;
}

.list-item-img a {
    display: block;
    height: calc(100% - 41px);
}

.list-item-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.list-item-img:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.item-icon-bar {
    background: #000;
    padding: 10px 20px 10px 0px;
    text-align: right;
    position: relative;
    z-index: 1;
}

.item-icon-bar ul {
    list-style: none;
    margin: 0px;
}

.item-icon-bar ul li {
    display: inline-block;
}

.item-icon-bar ul li:first-child {
    float: left;
}

.item-icon-bar ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-left: 20px;
    height: auto;
}

.item-icon-bar ul li i {
    margin-right: 5px;
}

.item-icon-bar ul li a:hover,
.item-icon-bar ul li a.active {
    color: #d8322d;
}

.list-item-detail {
    padding: 15px;
    background: #f1f1f1;
}

.list-item-detail h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.list-item-detail h4 a:hover {
    color: #d8322d;
}

.bullet-list {
    margin: 0px;
    list-style: none;
}

.bullet-list li:before {
    background: #3f3178;
    content: "";
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 2px;
}

.bullet-list li {
    margin: 0px;
    list-style: none;
    color: #3f3178;
    font-size: 14px;
    padding-left: 25px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    margin-bottom: 5px;
}

.list-item-detail ul li:before {
    display: none;
}

.list-item-detail ul li {
    margin: 0 15px 5px 0;
    padding-left: 0;
}

.list-item-detail ul .parts-icon {
    margin-right: 8px;
}

.list-item-detail ul .parts-icon img {
    max-height: 25px;
    max-width: 25px;
}

.view-info-sec {
    border-top: 1px solid #c2c2c2;
    padding-top: 15px;
    margin-top: 10px;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between;
}

.view-info-sec .left-info span {
    font-size: 14px;
    color: #000;
    display: block;
}

.view-info-sec .left-info a {
    color: #d8322d;
}

.inquery-btn-col a {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 10px;
    white-space: nowrap;
}

.enquiry-btn {
    background: #3f3178;
}

.inquery-btn-col a.view-detail-btn {
    background: #d8322d;
}

.inquery-btn-col a:hover {
    color: #fff;
    background: #333;
}

.car-list-detail-page {
    border-bottom: 2px solid #3f3178;
}


/**********Radio***And***CheckBox***css**********/

.car-list-form .radio {
    padding-right: 15px;
    display: inline-block;
}

.car-list-form .radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    vertical-align: middle;
    line-height: 16px;
}

.car-list-form .radio label::before {
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -18px;
    position: absolute;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 17px;
}

.car-list-form .radio label::after {
    background-color: #555555;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 11px;
    left: 7px;
    margin-left: -20px;
    position: absolute;
    top: 6px;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33) 0s;
    width: 11px;
}

.car-list-form .radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}

.car-list-form .radio input[type="radio"]:checked+label::after {
    transform: scale(1, 1);
}

.car-list-form .radio input[type="radio"]+label::after {
    background-color: #1161b7;
}

.car-list-form .radio input[type="radio"]:checked+label::before {
    border-color: #b2adc9;
}

.car-list-form .radio input[type="radio"]:checked+label::after {
    background: url(/frontend/images/radio_check.png) no-repeat;
}

.car-list-form .checkbox {
    padding-left: 0px;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}

.car-list-form .checkbox label {
    display: block;
    padding-left: 25px;
    position: relative;
    line-height: 16px;
}

.car-list-form .checkbox label::before {
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 5px;
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: 0px;
    position: absolute;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 17px;
}

.car-list-form .checkbox label::after {
    background-color: #555555;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 11px;
    left: 5px;
    margin-left: 0px;
    position: absolute;
    top: 6px;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33) 0s;
    width: 11px;
}

.car-list-form .checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
}

.car-list-form .checkbox input[type="checkbox"]:checked+label::after {
    transform: scale(1, 1);
}

.car-list-form .checkbox input[type="checkbox"]+label::after {
    background-color: #1161b7;
}

.car-list-form .checkbox input[type="checkbox"]:checked+label::before {
    border-color: #b2adc9;
}

.car-list-form .checkbox input[type="checkbox"]:checked+label::after {
    background: url(/frontend/images/radio_check.png) no-repeat;
}

.radio-outer p {
    margin-bottom: 10px;
}

.checkbox-outer {
    margin-bottom: 10px;
}

.checkbox-outer .fa {
    margin-left: 5px;
    font-size: 16px;
    color: #fff;
    position: absolute;
}

.checkbox-outer label {
    color: #b4b0c6;
}

.term-info p {
    color: #b4b0c6;
    font-size: 12px;
}

.term-info a {
    text-decoration: underline;
    display: inline-block;
}

.govt-charges {
    border: 1px solid #9f98bc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

.govt-charges strong {
    font-size: 30px;
    display: block;
    color: #fff;
    font-weight: 400;
}

.govt-charges span {
    font-size: 15px;
    display: block;
    color: #fff;
}

.submit-form input {}

.submit-form {
    padding-top: 25px;
    padding-bottom: 25px;
}

.submit-form input {
    background: #d8322d;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
    cursor: pointer;
}

.submit-form input:hover {
    background: #fff;
    color: #d8322d;
}


/*detail-right-content Start*/

.car-parts-row {
    background-color: #f3f3f3;
    border-radius: 3px;
    padding: 0 15px;
    margin: 30px 0;
    overflow: hidden;
}

.car-parts-inner {
    margin: 0 -17px 0 -15px;
}

.car-parts-inner li {
    width: 25%;
    border-right: 1px solid #e0e0e0;
    padding: 0 15px;
}

.car-parts-contain {
    padding: 25px 0;
}

.car-parts-detail {
    padding-left: 10px;
    flex: 1;
}

.car-parts-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.parts-name {
    font-weight: 300;
    color: rgba(0, 0, 0, 0.6);
    text-transform: capitalize;
    line-height: 20px;
}

.comment-row {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.overview-heading,
.comment-heading {
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.comment-row p,
.overview-bottom-row p {
    line-height: 18px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 15px;
}

.comment-row .btn-custom {
    color: #3f3178;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
}

.comment-row .btn-custom:hover,
.overview-right a:hover {
    color: #d8322d;
}

.overview-section {
    padding-top: 40px;
}

.overview-right i {
    font-size: 18px;
}

.overview-contain {
    font-size: 15px;
}

.overview-contain li {
    margin-bottom: 16px;
}

.overview-contain li:last-child {
    margin-bottom: 0;
}

.overview-left {
    font-weight: 500;
    width: 320px;
    text-transform: capitalize;
}

.overview-right {
    font-weight: 300;
    flex: 1;
    padding-left: 15px;
}

.overview-right a,
.overview-right i {
    color: #3f3178;
}

.overview-contain-outer {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
}

.yellow-star-rating {
    color: #efce4a;
}

.green-star-rating {
    color: #82f464;
}

.overview-bottom-row {
    padding-top: 50px;
    padding-bottom: 15px;
}

.overview-bottom-top {
    border-bottom: 1px solid #e5e5e5;
}

.overview-bottom-left,
.overview-socila-links {
    padding-bottom: 15px;
}

.overview-bottom-left li {
    padding-right: 25px;
}

.overview-bottom-left li:last-child {
    padding-right: 0;
}

.overview-socila-links li {
    padding-right: 15px;
}

.overview-socila-links li:last-child {
    padding-right: 0;
}

.overview-bottom-row p {
    margin-top: 10px;
}

.overview-section .nav-tabs {
    display: none;
}

.overview-section .nav-tabs .nav-item {
    width: auto;
}

.overview-section .nav-tabs .nav-link {
    padding: 0 0 5px;
    display: inline-block;
    border-radius: 0;
    font-size: 18px;
    border: transparent;
    color: #000;
    border-bottom: 2px solid transparent !important;
}

.overview-section .nav-tabs .nav-link.active {
    border-bottom-color: #d8322d !important;
    color: #d8322d;
    background: #fff;
}

.overview-section .nav-tabs .nav-item::after {
    content: '/';
    padding: 0 30px;
    color: #000;
    display: inline-block;
}

.overview-section .nav-tabs .nav-item:last-child:after {
    display: none;
}


/*detail-right-content End*/

.ct-info {
    padding: 25px 35px 25px 0;
    border-top: 1px solid #9f98bc;
    position: relative;
}

.ct-info h5 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.phone-no {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.phone-no img {
    margin-left: 20px;
}

.car-code-no {
    font-size: 15px;
    font-weight: 400;
    color: #b4b0c6;
}

.call-dealer {
    background: url(/frontend/images/icon_call.png) no-repeat right 26px;
}

.ct-location {
    background: url(/frontend/images/icon_location.png) no-repeat right 26px;
}

.ct-location p {
    color: #fff;
    font-size: 15px;
    margin: 0px;
}

.ct-location span {
    color: #b4b0c6;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}


/*==========Image Gallery CSS==============*/

.flex-container a:hover,
.flex-slider a:hover {
    outline: none
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    -webkit-backface-visibility: hidden
}


/*.flexslider .slides img{width:100%;display:block}*/

.flexslider .slides:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 10px;
    position: relative
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.car-thumb-sec .slides img {
    height: 82px;
    object-fit: cover;
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

#carousel {
    margin: 0
}

#carousel .flex-viewport ul li {
    position: relative;
    cursor: pointer;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    transition: all 0.5s ease;
}

#carousel .flex-viewport ul li:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

#carousel .flex-viewport ul li.flex-active-slide:after,
#carousel ul li:hover:after {
    opacity: 0
}

.flex-direction-nav li a {
    height: 33px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 21px;
    font-size: 0;
    content: "";
    opacity: 0
}

.flex-direction-nav li a.flex-next::after,
.flex-direction-nav li a.flex-prev::after {
    font-family: FontAwesome;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 30px;
}

.flex-direction-nav li a.flex-next:after {
    content: "\f105";
    right: 0px;
}

.flex-direction-nav li a.flex-prev:after {
    content: "\f104";
    left: 0px;
}

.flex-direction-nav li a.flex-next {
    background: rgba(0, 0, 0, 0) url(/frontend/images/next.png) no-repeat scroll center center;
    right: 0px
}

.flex-direction-nav li a.flex-prev {
    background: rgba(0, 0, 0, 0) url(/frontend/images/prev.png) no-repeat scroll center center;
    left: 0px
}


/*.flex-direction-nav li a.flex-disabled { display: none!important }*/

.flexslider:hover .flex-direction-nav li a {
    opacity: 1
}

#carousel .flex-direction-nav li a {
    background: #eeeeee none repeat scroll 0 0;
    border-radius: 5px;
    bottom: 0;
    height: auto;
    margin: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    width: 34px;
}

#carousel .flex-direction-nav li a:hover,
#carousel .flex-direction-nav li a:focus {
    background: #3f3178;
    color: #fff;
}

#carousel .flex-viewport ul li.flex-active-slide {
    -webkit-opacity: 1;
    opacity: 1;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.car-thumb-text .flex-direction-nav {
    display: none;
}

.car-thumb-sec {
    margin-top: 0px !important;
    padding: 0px 30px;
}

.car-thumb-sec .flex-viewport {
    margin: 0 17px;
}

.car-thumb-col {
    position: relative;
    padding: 0 12px 0 12px;
}

.car-thumb-col h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.car-thumb-col span {
    font-size: 14px;
    color: #d1d1d1;
}

.car-thumb-col img {
    width: 100%;
}

#carousel .flex-viewport ul li.flex-active-slide .car-thumb-col img {
    border-color: #1161b7;
}

.car-thumb-text li p {
    padding: 0 10%;
}


/*==========Image Gallery CSS==============*/

.similar-cars-sec .main-heading {
    text-align: left;
    padding: 0 50px;
}

.similar-cars-slider,
.slider-with-nav {
    margin: 0 50px;
    width: auto;
}

.similar-cars-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.similar-cars-slider .owl-stage .owl-item {
    flex-grow: 1;
    max-width: 100%;
}

.similar-cars-slider .owl-stage .items,
.similar-cars-slider .owl-stage .block-content {
    height: 100%;
}

.similar-cars-slider .owl-nav,
.slider-with-nav .owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 55px;
    line-height: 50px;
}

.similar-cars-slider .owl-nav span,
.slider-with-nav .owl-nav span {
    display: none;
}

.similar-cars-slider button:focus,
.slider-with-nav button:focus {
    outline: none;
}

.similar-cars-slider .owl-nav .owl-prev:after,
.slider-with-nav .owl-nav .owl-prev:after,
.similar-cars-slider .owl-nav .owl-next:after,
.slider-with-nav .owl-nav .owl-next:after {
    width: 100%;
    width: 40px;
    font-family: FontAwesome;
    font-size: 45px;
    position: absolute;
    top: 0;
}

.similar-cars-slider .owl-nav .owl-prev:after,
.slider-with-nav .owl-nav .owl-prev:after {
    left: -40px;
    content: "\f104";
}

.similar-cars-slider .owl-nav .owl-next:after,
.slider-with-nav .owl-nav .owl-next:after {
    right: -40px;
    content: "\f105";
}

.read-more {
    background: #3f3178;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
    cursor: pointer;
    margin-top: 20px;
}

.read-more:hover {
    background: #d8322d;
    color: #fff;
}


/*********Listing***Page***End*****************/


/********Find*A**Car****Start*****************/

.find-car-sec {
    padding: 15px 0 0;
}

.top-hd-block {
    border-bottom: 1px solid #dddddd;
    padding: 0 0 15px;
}

.global-form .form-group .form-control {
    background-color: #fff;
    height: 42px !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    padding: 0 12px;
    opacity: 1;
    border-color: #e5e5e5;
}

.global-form .form-group textarea.form-control {
    height: 100px;
    padding: 10px;
}

.global-form .form-group .form-control:focus {
    -webkit-opacity: 1;
    opacity: 1;
    border-color: #3f3178;
}

.global-form .form-group .select-outer:after {
    right: 15px;
    font-size: 21px;
    color: #000;
    line-height: 100%;
}


/*27-11-2019*/

.global-form .form-group label {
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    padding: 0;
}

.contact-form .form-group,
.find-car-form .form-group {
    margin-bottom: 5px;
}

.car-find-sub-hd {
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0 10px;
    margin-bottom: 40px;
}

.find-car-form .form-group.row .form-group.row {
    margin-bottom: 0;
}

.find-car-form .form-group.row .form-group.row .input-col {
    margin-bottom: 0;
}

.global-form .submit-btn {
    font-size: 16px;
    font-family: 'Rajdhani', sans-serif;
    background: #d8322d;
    color: #fff;
    border: 0;
    box-shadow: none;
    line-height: 100%;
    padding: 10px 15px;
    min-width: 135px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
}

.global-form .btn-outer {
    padding-top: 40px;
}

.global-form .submit-btn:hover,
.global-form .submit-btn:focus {
    background: #3f3178;
}

.global-form textarea.form-control {
    min-height: 85px;
}

.find-car-form {
    margin: 30px 0;
    padding: 0 !important;
    position: relative;
}


/*radio-btn-css*/

.radio-row .radio-custom::after {
    content: '/';
    display: inline-block;
    color: #000;
    font-size: 16px;
    padding: 0 10px;
    vertical-align: middle;
}

.radio-row .radio-custom:last-child:after {
    display: none;
}

.radio-custom {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.radio-custom input[type="radio"] {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.radio-custom input[type="radio"]+label {
    text-transform: uppercase;
    margin-bottom: 0;
    border-bottom: 2px solid transparent;
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    ;
    padding: 0 20px 12px;
    position: relative;
    cursor: pointer;
}

.radio-custom input[type="radio"]:checked+label {
    color: #d8322d;
    border-bottom: 2px solid #d8322d;
}


/*radio-btn-css*/

.privacy-policy-row {
    padding: 10px 0 0;
}

.privacy-policy-row p {
    margin-bottom: 0
}

.privacy-policy-row p a {
    padding: 0;
    color: #d8322d;
    font-size: 14px;
    text-decoration: underline;
}

.privacy-policy-row p a:hover {
    text-decoration: none;
}

.back-link .btn-custom {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    padding: 0;
}

.back-link .btn-custom:hover {
    color: #d8322d;
}

.back-link .btn-custom i {
    margin-right: 5px;
    font-size: 16px;
}


/*27-11-2019*/


/*28-11-2019*/

.capta-row {
    padding-top: 50px;
}

.contact-right-section {
    padding: 30px 0;
}

.contact-title {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

.contact-info-detail li {
    position: relative;
    padding-left: 30px;
}

.contact-info-detail strong {
    font-size: 18px;
    font-weight: 600;
}

.contact-sub-ttle {
    font-size: 18px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.contact-info-detail li .icon {
    position: absolute;
    left: 0;
    top: 5px;
}

.contact-info-detail .text-block {
    padding: 0 0 15px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    font-weight: 300;
}

.contact-info-detail .text-block p {
    margin-bottom: 0;
}

.contact-info-detail .text-block .text-block-title {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}


/*28-11-2019*/

.login {
    width: 100%;
}

.main {
    background: url(/frontend/images/login-bannerImg.jpg) no-repeat fixed center center;
    background-size: cover;
    min-height: 100vh;
}

.login-section {
    width: 100%;
}

.login-logo {
    margin: 0 auto 30px;
    padding: 30px 0 0;
    text-align: center;
}

.login-logo a {
    display: block;
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
}

.login-block {
    width: 100%;
    padding: 0 0 30px;
}

.login-left {
    position: relative;
    background: url(/frontend/images/login-leftImg.jpg) no-repeat center right;
    height: 100%;
    background-size: cover;
}

.login-left img {
    width: 100%;
    display: block;
}

.features {
    padding: 35px 35px 60px 35px;
    top: 0;
    left: 0;
}

.features h3 {
    font-size: 36px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    color: #ffffff;
}

.features p {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
    color: #ffffff;
}

.checkbox-area {
    margin-bottom: 18px;
}

.checkbox-area input[type=checkbox].css-checkbox {
    display: none;
}

.checkbox-area input[type="checkbox"]+label {
    padding: 0;
}

.checkbox-area input[type=checkbox].css-checkbox+label.css-label {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #ffffff;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    margin: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-area label.css-label::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 10px;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #000000;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.checkbox-area input[type=checkbox].css-checkbox:checked+label.css-label::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkbox-area .checkbox-lable {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding-left: 10px;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
}

.back {
    position: absolute;
    bottom: -5px;
    margin-bottom: 35px;
    margin-left: 35px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    left: 0;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
}

.back:hover {
    color: #ffffff;
}

.back i {
    margin-right: 10px;
    font-family: FontAwesome;
    vertical-align: middle;
}

.login-form {
    width: 100%;
    background: #3f3178;
    padding: 30px 40px;
    height: 100%;
}

.login-form .form-control {
    color: #ffffff;
}

.login-form .form-control::-webkit-input-placeholder {
    color: #fff;
}

.login-form .form-control::-moz-placeholder {
    color: #fff;
}

.login-form .form-control:-ms-input-placeholder {
    color: #fff;
}

.login-form .form-control:-moz-placeholder {
    color: #fff;
}

.login-top {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

.login-top h4 {
    font-size: 30px;
    font-weight: 300;
}

.login-top p {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.form-control {
    background: transparent repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 4px;
    box-shadow: none !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    outline: medium none !important;
    width: 100%;
}

.form-control:focus {
    background: none !important;
}

.forgot-pass {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
}

.forgot-pass:hover {
    color: #ffffff;
}

.btn-block {
    background: #d8322d;
    margin: 22px 0;
    padding: 14px 0;
}

.btn-block:hover {
    color: #ffffff;
}

.btn-block:focus {
    background: #ffffff;
    color: #000000;
}

.btn-custom {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 400;
    box-shadow: none !important;
    display: inline-block;
}

.or-seperate {
    text-align: center;
    margin-bottom: 20px;
}

.register {
    position: relative;
    color: #9e9e9e;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    background: #3f3178;
    display: block;
    text-align: center;
    padding: 0 10px;
}

.register strong {
    font-weight: 400;
    background: #3f3178;
    padding: 0 8px;
    display: inline-block;
    position: relative;
}

.register::before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    content: "";
    width: 150px;
    height: 1px;
    background: #9e9e9e;
    margin: 0 auto;
    display: block;
}

.register-option {
    border-radius: 4px;
    overflow: hidden;
    flex-wrap: wrap;
}

.register-option a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 66px;
    padding: 0 0 0 20px;
    line-height: 68px;
}

.register-option i {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.facebook {
    background: #3b5998;
    width: 50%;
    color: #ffffff;
}

.facebook:hover {
    color: #ffffff;
}

.google-plus {
    background: #ffffff;
    width: 50%;
    color: #dc4e41;
}

.google-plus:hover {
    color: #dc4e41;
}

.form-bottom {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 300;
    display: block;
    text-align: center;
    margin-top: 25px;
}

.form-bottom .join {
    font-weight: 500;
    display: block;
    text-decoration: underline;
}

.profile-form .car-find-sub-hd {
    padding-top: 0;
}

.profile-form .read-more {
    padding: 0;
    margin: 0;
    width: 100%;
}

.find-car-form.profile-form .form-group {
    margin-bottom: 25px;
}

.find-car-form.profile-form .btn-outer {
    padding: 10px 0 0;
}

.user-block {
    align-items: center;
    display: flex;
}

.user-img {
    border: 5px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    width: 95px;
    margin: 0 15px 0 0;
    position: relative;
}

.user-img img {
    width: 85px;
    border-radius: 50%;
}

.user-name {
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.profile-nav {
    margin: 25px 0 0;
}

.profile-nav ul li {
    margin: 2px 0 0;
}

.profile-nav ul li a {
    display: block;
    font-size: 18px;
    font-weight: 300;
    height: 70px;
    line-height: 70px;
    padding: 0 15px 0 70px;
    position: relative;
}

.profile-nav ul li a img {
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.profile-nav ul li a:hover,
.profile-nav ul li a.active {
    background: #564794;
    color: #fff;
}

.car-list-form.my-profile-nav-outer {
    padding-right: 0;
}

.header .user-btn::after {
    display: none;
}

.dropdown-menu.cmn-list-box {
    background: #d8322d none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    left: auto !important;
    margin-top: -4px;
    min-width: auto;
    padding: 0;
    right: 0;
    top: 100% !important;
    transform: inherit !important;
    width: 180px;
}

.dropdown-menu.cmn-list-box .dropdown-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 12px;
    position: relative;
}

.dropdown-menu.cmn-list-box .dropdown-item i {
    width: 18px;
}

.hdr-top-nav .user-btn.dropdown-toggle {
    background: #d8322d none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 15px;
    text-transform: uppercase;
}

.dropdown-menu.cmn-list-box .dropdown-item:focus,
.dropdown-menu.cmn-list-box .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0);
}

.dropdown-menu.cmn-list-box .dropdown-item:hover {
    color: #ddd;
}

.hdr-top-nav .user-btn.dropdown-toggle i {
    font-size: 18px;
    margin: 0 0 0 5px;
    vertical-align: middle;
}


/***about-us***/

.about-sec-box {
    margin-bottom: 40px;
}

.content-page h2 {
    font-size: 32px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.about-sec-box .about-img {
    width: 37%;
    float: left;
}

.about-text {
    width: 60%;
    float: right;
    padding: 20px 0 0;
}

.content-page h3 {
    font-size: 28px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.content-page h4 {
    font-size: 24px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.about-img.about-img-right {
    float: right;
}

.about-text.about-text-left {
    float: left;
}

.content-list {
    padding: 0 0 10px;
}

.content-list ul,
ol {
    padding-left: 15px;
}

.content-list li {
    padding-left: 7px;
    margin-bottom: 2px;
}

.content-list ul {
    margin-bottom: 20px;
}

.content-list ul li {
    list-style-type: disc;
}

.content-list ol li {
    list-style-type: decimal;
}


/***about-us***/


/***Page not found***/

.page-not-found {
    width: 100%;
    padding: 0;
}

.page-not-found img {
    margin-bottom: 20px;
}

.page-not-found h2 {
    color: #d8322d;
    font-size: 55px;
    font-weight: 800;
    margin-bottom: 20px;
}

.page-not-found p {
    margin: 0 auto;
    color: #666;
    margin-bottom: 25px;
    width: 80%;
}


/***Page not found***/

.block-contain .main-heading h2 {
    text-transform: none;
}

.select-outer .select2-container .select2-selection--single,
.select-2-field .select2-container .select2-selection--single,
.input-col .select2-container .select2-selection--single {
    height: 42px;
}

.select-outer .select2-container--default .select2-selection--single,
.select-2-field .select2-container--default .select2-selection--single,
.input-col .select2-container--default .select2-selection--single {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 4px;
}

.select-outer .select2-container--default .select2-selection--single .select2-selection__rendered,
.select-2-field .select2-container--default .select2-selection--single .select2-selection__rendered,
.input-col .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
}

.select-outer .select2-container--default .select2-selection--single .select2-selection__arrow,
.select-2-field .select2-container--default .select2-selection--single .select2-selection__arrow,
.input-col .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.car-list-form .select-outer .select2-container--default .select2-selection--single .select2-selection__rendered,
.car-list-form .select-2-field .select2-container--default .select2-selection--single .select2-selection__rendered,
.input-col .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px !important;
}

.custom-pagination .page-link {
    box-shadow: none !important;
    color: #666;
    font-size: 16px;
}

.custom-pagination .page-item.active .page-link {
    background-color: #3f3178;
    border-color: #3f3178;
}

.no-result-block {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    margin: 30px auto;
    max-width: 700px;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.no-result-block h2 {
    color: #d8322d;
    font-weight: 600;
    padding: 0 0 10px;
}


/***16-12-19***/

.menu-list {
    padding: 10px 0 10px 25px !important;
}

.right-menu-list .body-typ {
    position: relative;
}

.right-menu-list .body-typ ul {
    margin: 5px -15px 0;
    align-items: inherit;
    min-height: inherit;
    justify-content: inherit;
}

.right-menu-list .body-typ ul li {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}

.more-links {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}

.car-content-box .img-block img {
    max-height: 97px;
    width: auto;
}

.select-outer.feture-select .select2-container--default .select2-selection--single .select2-selection__rendered,
.feture-select .select-2-field .select2-container--default .select2-selection--single .select2-selection__rendered,
.feture-select .input-col .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.select-outer.feture-select .select2-container--default .select2-selection--single,
.feture-select .select-2-field .select2-container--default .select2-selection--single,
.feture-select .input-col .select2-container--default .select2-selection--single {
    border-color: #000;
}


/***16-12-19***/


/***Custom Popup***/

.modal-backdrop.show {
    opacity: 0.75;
}

.custom-popup .close {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 5;
}

.custom-popup .modal-body {
    padding: 25px;
}

.custom-popup .modal-dialog {
    max-width: 700px;
}

.custom-popup .modal-content {
    border: medium none;
    border-radius: 0;
}

.custom-popup h2 {
    color: #3f3178;
    font-size: 22px;
    margin-bottom: 25px;
}

.custom-popup .form-group {
    margin-bottom: 20px;
}

.custom-popup .input-col {
    margin-bottom: 15px;
}

.custom-popup .form-control {
    height: 44px;
    border-color: #c2c0ca;
    color: #000;
}

.custom-popup .radio {
    padding-right: 15px;
    display: inline-block;
}

.custom-popup .radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}

.custom-popup .radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    vertical-align: middle;
    line-height: 16px;
}

.custom-popup .radio label::before {
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -18px;
    position: absolute;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 17px;
}

.custom-popup .radio label::after {
    background-color: #555555;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 11px;
    left: 7px;
    margin-left: -20px;
    position: absolute;
    top: 6px;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33) 0s;
    width: 11px;
}

.custom-popup .radio input[type="radio"]+label::after {
    background-color: #3f3178;
}

.custom-popup .radio input[type="radio"]:checked+label::after {
    background: url(/frontend/images/radio_check.png) no-repeat;
    transform: scale(1, 1);
}

.custom-popup .radio input[type="radio"]:checked+label::before {
    background-color: #3f3178;
}

.custom-popup .fa {
    color: #999;
}

.custom-popup .checkbox {
    padding-left: 0px;
    display: block;
    margin-bottom: 5px;
}

.custom-popup .checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
}

.custom-popup .checkbox label {
    display: block;
    padding-left: 25px;
    position: relative;
    line-height: 16px;
}

.custom-popup .checkbox label:before {
    background-color: transparent;
    border: 1px solid #3f3178;
    border-radius: 5px;
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: 0px;
    position: absolute;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 17px;
}

.custom-popup .checkbox label::after {
    background-color: #555555;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 11px;
    left: 5px;
    margin-left: 0px;
    position: absolute;
    top: 6px;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33) 0s;
    width: 11px;
}

.custom-popup .checkbox input[type="checkbox"]+label::after {
    background-color: #3f3178;
}

.custom-popup .checkbox input[type="checkbox"]:checked+label::after {
    background: url(/frontend/images/radio_check.png) no-repeat;
    transform: scale(1, 1);
}

.custom-popup .checkbox input[type="checkbox"]:checked+label::before {
    background-color: #3f3178;
}

.custom-popup .submit-form {
    padding-bottom: 0;
    text-align: center;
}

.custom-popup .submit-form input:hover {
    background-color: #3f3178;
    color: #fff;
}

@media (min-width: 576px) {
    .custom-popup .modal-dialog {
        max-width: 700px;
    }
}


/***Custom Popup***/

.login-form select.form-control:not([size]):not([multiple]) {
    height: 60px;
}


/***16-12-19***/

@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}

.spinner-border {
    animation: 0.75s linear 0s normal none infinite running spinner-border;
    border-color: currentcolor rgba(0, 0, 0, 0) currentcolor currentcolor;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.25em;
    display: inline-block;
    height: 2rem;
    vertical-align: text-bottom;
    width: 2rem;
}

.spinner-border-sm {
    border-width: 0.2em;
    height: 1rem;
    width: 1rem;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.BannerForm .searchBtn .spinner-border.spinner-border-sm.text-danger {
    color: #ffffff !important;
}

.BannerForm .searchBtn:hover .spinner-border.spinner-border-sm.text-danger {
    color: #ff0000 !important;
}

.green-color,
.green-color a,
.green-color i {
    color: #2acc2a !important;
}

.red-color,
.red-color a,
.red-color i {
    color: #ff0000 !important;
}

.login-middle select.form-control option {
    background: #3f3176;
}

ul.authInfo-list {
    padding: 0;
    margin: 0;
}

ul.authInfo-list li {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding-left: 30px;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px;
}

ul.authInfo-list li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
}

.login-middle button.btn.btn-custom.btn-block {
    margin: 0;
}

.login-middle .text-right .forgot-pass.font-weight-bold {
    display: inline-block;
    margin: 0 0 20px;
}

.row .col-md-8.col-lg-9.right-bar-list .row.text-right {
    margin: 0;
}

ul.car-search-row.d-flex.flex-wrap.align-items-center.justify-content-xl-between {
    justify-content: center !important;
    align-items: flex-start !important;
}

.car-search-row li {
    flex: 0 0 16.6666666%;
    max-width: 16.6666666%;
}

.select2-dropdown {
    border-color: #fff!important;
}

.select2-results__option[aria-selected] {
    background: #3f3176!important;
    color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #3f3176!important;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3c5996!important;
}

.select2-container--default .select2-results__option .select2-results__option {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

.select2-container--default .select2-results__group {
    background: #d73133;
    color: #fff;
    font-weight: 500;
}

.title-sec .row {
    align-items: center;
}

.custom-pagination {
    width: 100%;
}

.select2-dropdown {
    z-index: 9 !important;
}

.global-form small {
    color: #666;
}


/* Custom radio and checkbox */

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox input[type="checkbox"]+label {
    background: rgba(0, 0, 0, 0) url('/frontend/images/custom-check.jpg') no-repeat left top;
    line-height: 25px;
    min-height: 22px;
    min-width: 22px;
    padding: 0 0 0 30px;
    margin-bottom: 0;
    font-size: 14px;
}

.custom-checkbox input[type="checkbox"]:checked+label {
    background-image: url('/frontend/images/custom-check-checked.jpg');
}

.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio input[type="radio"]+label {
    background: rgba(0, 0, 0, 0) url('/frontend/images/custom-radio.png') no-repeat left top;
    line-height: 25px;
    margin: 0;
    min-height: 22px;
    min-width: 22px;
    padding: 0 0 0 30px;
    margin-bottom: 0;
    font-size: 14px;
}

.custom-radio input[type="radio"]:checked+label {
    background-image: url('/frontend/images/custom-radio-checked.png');
}

.radio-inline,
.checkbox-inline {
    display: flex;
    flex-wrap: wrap;
}

.radio-inline .radio-inner,
.checkbox-inline .checkbox-inner {
    margin-bottom: 10px;
    margin-right: 15px;
}


/* Custom radio and checkbox end*/


/* Subscription plan*/

.subscription-plan-block {
    margin-bottom: 30px;
}

.subs-plan-box {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    height: 100%;
    padding: 0;
    text-align: center;
    position: relative;
}

.subs-plan-box small {
    font-size: 12px;
}

.subscription-plan-block .panel-body {
    font-size: 16px;
    padding: 0 0 165px;
    text-align: center;
}

.the-price {
    align-content: center;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #3f3178;
    display: flex;
    flex-wrap: wrap;
    height: 100px;
    justify-content: center;
    margin: 0 auto -15px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100px;
    z-index: auto;
}

.the-price h2 {
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.subscript {
    font-size: 25px;
}

.content-page .subs-plan-box h3 {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #3f3178;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    padding: 25px 5px 17px;
}

.panel-footer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}

.panel-footer .submit-btn {
    background: #3f3178 none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0;
    width: 100%;
}


/* step form*/

.create-ads-inner {
    padding: 0 0 30px;
}

.add-steps {
    margin-bottom: 15px;
}

.add-steps li {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0 30px;
}

.add-steps li:first-child {
    padding-left: 0;
}

.add-steps li:last-child {
    padding-right: 0;
}

.add-steps li i {
    text-align: center;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    position: relative;
    z-index: 2;
}

.add-steps li h3 {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 0;
}

.add-steps li::before {
    height: 1px;
    width: 50%;
    position: absolute;
    right: 50%;
    top: 25px;
    content: "";
    background: #ddd;
    z-index: 1;
}

.add-steps li::after {
    height: 1px;
    width: 50%;
    position: absolute;
    left: 50%;
    top: 25px;
    content: "";
    background: #ddd;
    z-index: 1;
}

.add-steps li:first-child::before,
.add-steps li:last-child::after {
    display: none;
}

.add-steps li.complete i {
    color: #fff;
    background: #d8322d;
    border-color: #d8322d;
}

.add-steps li.complete::before,
.add-steps li.complete::after {
    background: #d8322d;
}

.create-car-ads-form .btn-outer {
    padding: 15px 0 0;
}

.add-steps li.complete h3 {
    color: #d8322d;
}

.owl-carousel.body-type-slider .owl-nav.disabled,
.owl-carousel.brands-slider .owl-nav.disabled {
    display: block;
}

.owl-carousel.body-type-slider .owl-nav button,
.owl-carousel.brands-slider .owl-nav button {
    font-size: 60px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border: none;
    background: none;
    outline: none;
    width: 40px;
    display: block;
}

.owl-carousel.body-type-slider .owl-nav button.owl-prev,
.owl-carousel.brands-slider .owl-nav button.owl-prev {
    left: -40px;
}

.owl-carousel.body-type-slider .owl-nav button.owl-next,
.owl-carousel.brands-slider .owl-nav button.owl-next {
    right: -40px;
}

.price-block {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-radius: 4px 0 0 4px;
    color: #ffffff;
    font-family: "Rajdhani", sans-serif;
    font-size: 24px;
    font-weight: 600;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 1;
}

.content-page .subs-plan-box.standard-plan h3 {
    color: #f8931d;
}

.standard-plan .the-price {
    color: #f8931d;
}

.standard-plan .panel-footer .submit-btn {
    background: #f8931d;
}

.content-page .subs-plan-box.lite-plan h3 {
    color: #d8322d;
}

.lite-plan .the-price {
    color: #d8322d;
}

.lite-plan .panel-footer .submit-btn {
    background: #d8322d;
}

.content-page .subs-plan-box.ultimate-plan h3 {
    color: #2ac30b;
}

.ultimate-plan .the-price {
    color: #2ac30b;
}

.ultimate-plan .panel-footer .submit-btn {
    background: #2ac30b;
}

.blue-btn {
    background: #3f3178 none repeat scroll 0 0 !important;
}

.blue-btn:hover {
    background: #d8322d none repeat scroll 0 0 !important;
}

.progress {
    width: 100px;
    height: 100px;
    background: none;
    position: absolute;
    display: block;
    right: 15px;
    top: 0;
}

.progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

.progress .border-primary {
    border-color: #d8322d !important;
}

.value-text {
    color: #d8322d;
    font-family: "Rajdhani", sans-serif;
    font-size: 26px;
    font-weight: 600;
}

.content-page .order-confirm.text-center h3 {
    color: #d8322d;
    font-size: 45px;
    margin: 0;
    padding: 15px 0 10px;
}

.content-page .order-confirm.text-center p {
    font-size: 18px;
    margin: 0;
}

header.inner-hdr {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
}

.ps3 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.icon-btn {
    background: #d8322d none repeat scroll 0 0;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    margin: 0 0 0 12px;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
}

.icon-btn:hover {
    background: #3f3178 none repeat scroll 0 0;
    color: #fff;
}

.edit-btn {
    bottom: -5px;
    cursor: pointer;
    display: block;
    height: 40px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: -15px;
    width: 40px;
    z-index: 3;
}

.edit-btn i {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    bottom: 0;
    color: #ffffff;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 36px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
}

.edit-btn input.btn {
    bottom: 0;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

.filter-bar {
    border-bottom: 1px solid #dddddd;
    margin: 0 0 20px;
    padding: 0 0 15px;
}

.filter-lt label,
.filter-rt label {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.filter-bar .select-outer {
    width: 200px;
}

.car-img3 {
    display: inline-block;
    vertical-align: top;
    width: 150px;
}

.car-info3 {
    display: inline-block;
    padding-left: 15px;
    vertical-align: top;
}

.car-info3 ul {
    display: flex;
    flex-wrap: wrap;
}

.car-info3 ul li {
    color: #888888;
    display: list-item;
    font-size: 14px;
    list-style: outside none disc;
    margin: 0 15px;
}

.custom-table .icon-btn {
    margin: 0 2px;
}

.left-info strong {
    color: #d8322d;
    font-size: 20px;
}

.cmn-dash-tab {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
    overflow: hidden;
    position: relative;
}

.top-dash-bar {
    border-top: 1px solid #dddddd;
    display: flex;
    justify-content: space-between;
    line-height: 56px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.setting-btn {
    border-right: 1px solid #dddddd;
    padding: 0 15px;
    text-align: center;
}

.view-dtl-btn {
    border-left: 1px solid #dddddd;
    color: #d8322d;
    font-size: 17px;
    padding: 0 15px;
    text-decoration: none !important;
}

.btm-dash-bar {
    display: flex;
    justify-content: space-between;
    padding: 30px 15px;
    width: 100%;
    position: relative;
}

.dash-text {
    color: #3f3178;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}

.dash-text span {
    display: block;
    font-size: 26px;
    font-weight: 600;
}

.dash-icon {
    color: #d8322d;
    font-size: 30px;
    font-weight: 600;
    line-height: 56px;
}

.cmn-dash-tab::before {
    background: rgba(0, 0, 0, 0) url(/frontend/images/trans-bg.png) no-repeat scroll center center;
    bottom: 0;
    content: "";
    display: block;
    height: 190px;
    position: absolute;
    right: 0;
    width: 237px;
}

.global-form .form-group {
    position: relative;
}

.link {
    color: #3f3178;
    display: inline-block;
    font-size: 12px;
    margin: 3px 0;
    text-decoration: underline;
}

.link:hover {
    color: #3f3178;
    text-decoration: none;
}

.chat-screen-outer {
    background: #ffffff none repeat scroll 0 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}

.chat-list {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
    width: 330px;
}

.cmn-chat-list {
    align-items: center;
    display: flex
}

.user-chat-info {
    background: #3f3178 none repeat scroll 0 0;
    padding: 10px;
    position: relative
}

.side-chat-list {
    max-height: 572px;
    overflow-x: hidden;
    overflow-y: auto
}

.side-chat-list li {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    padding: 12px 10px;
    position: relative
}

.side-chat-list li:hover {
    background: #fafafa none repeat scroll 0 0
}

.side-chat-list li.active {
    background: #fff none repeat scroll 0 0
}

.cmn-chat-img {
    margin-right: 10px;
    min-width: 60px;
    position: relative
}

.cmn-chat-img img {
    border: 1px solid #d7d9d9;
    border-radius: 50%;
    height: 60px;
    width: 60px
}

.cmn-chat-img span,
.chat-img span {
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 0;
    height: 12px;
    position: absolute;
    right: 0;
    width: 12px
}

.cmn-chat-img span.offline,
.chat-img span.offline {
    background: #fff none repeat scroll 0 0;
    border-color: #32ce53
}

.cmn-chat-img span.online,
.chat-img span.online {
    background: #32ce53 none repeat scroll 0 0
}

.cmn-chat-info {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    width: calc(100% - 70px);
}

.cmn-chat-info strong {
    color: #999;
    display: block;
    font-size: 12px;
    font-weight: 400
}

.user-chat-info .cmn-chat-info {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 0 200px 0 0;
}

.ttl1 {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 200px;
    font-weight: 400;
    font-size: 13px;
}

.ttl-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.user-chat-info .cmn-chat-info strong {
    color: #ccc;
    font-size: 14px
}

.user-chat-info .cmn-chat-img img {
    height: 60px;
    width: 60px
}

.chat-block {
    width: calc(100% - 330px)
}

.chat-inr {
    height: 405px;
    overflow: auto;
    padding: 20px
}

.chat-loop {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.chat-img {
    position: relative;
    width: 32px;
}

.chat-img img {
    border-radius: 50%;
    width: 100%;
}

.chat-dtl {
    max-width: calc(100% - 32px);
    padding: 0 0 0 10px;
    flex: 0 0 calc(100% - 32px);
    position: relative;
}

.chat-name {
    font-size: 14px;
    font-weight: 500;
}

.chat-dtl p {
    color: #777;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

.chat-time {
    color: #999;
    font-size: 11px;
}

.chat-time span {
    margin: 0 0 0 2px
}

.chat-block .chat-type {
    position: relative;
    padding: 10px;
    border-right: 1px solid #ddd;
}

.chat-area {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    height: 70px;
    outline: medium none;
    padding: 10px;
    resize: none;
    width: 100%;
    border: 1px solid #ddd;
}

.chat-send2 {
    background: #d73133;
    border: medium none;
    cursor: pointer;
    z-index: 1;
    box-shadow: none !important;
    outline: none !important;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 20px;
    border-radius: 4px;
    margin: 10px 0 0;
}

.cmn-chat-info a {
    color: #3f3178;
    font-weight: 400;
    display: block;
    width: 100%;
}

.side-chat-list .cmn-chat-info strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.chat-list .nav-tabs {
    border: none;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    display: flex;
    margin: 0;
    width: 100%;
    background: #f3f3f3;
}

.chat-list .nav-tabs .nav-item {
    flex: 0 0 50%;
    margin-bottom: 0;
    max-width: 50%;
    text-align: center
}

.chat-list .nav-tabs .nav-link {
    border: medium none;
    border-radius: 0;
    color: #888888;
    font-weight: 600;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
}

.chat-list .nav-tabs .nav-link::before {
    background: #d8322d none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    opacity: 0
}

.chat-list .nav-tabs .nav-item.show .nav-link,
.chat-list .nav-tabs .nav-link.active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #d8322d;
}

.chat-list .nav-tabs .nav-item.show .nav-link::before,
.chat-list .nav-tabs .nav-link.active::before {
    opacity: 1
}

.accordion-block .card {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0
}

.accordion-block .card-header {
    padding: 10px;
    background: #fef9f6 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd
}

.accordion-block .card-header:first-child {
    border-radius: 0
}

.accordion-block .card-body {
    padding: 0
}

.side-chat-list .card-header .cmn-chat-info strong {
    width: auto
}

.accordion-block .card-header .card-link {
    display: block;
    position: relative
}

.accordion-block .card-header .card-link::before {
    bottom: 0;
    content: "";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    right: 0;
    color: #3f3178;
}

.accordion-block .card-header .card-link[aria-expanded="true"]::before {
    content: ""
}

.chat-list .no-result-block {
    font-size: 16px;
    font-weight: 400;
    margin: 10px;
    padding: 10px;
    width: auto;
}

.chat-list .no-result-block h2 {
    font-size: 24px;
    margin: 0;
    padding: 0 0 5px;
}

.chat-list .no-result-block p {
    margin: 0;
    padding: 0;
}

.side-chat-list .card-body ul {
    margin: 0;
}

.chat-msg {
    border-right: 1px solid #cccccc;
}

.file-attach {
    bottom: 0;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 0;
    width: 40px;
}

.file-btn {
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 1;
}

.file-attach i {
    border: 1px solid #3f3178;
    border-radius: 50%;
    color: #3f3178;
    cursor: pointer;
    height: 30px;
    line-height: 28px;
    margin-top: 30px;
    opacity: 0.5;
    text-align: center;
    width: 30px;
}

.side-chat-list li.active {
    background: #f4f2fa;
}

.step-block-outer .select-outer .select2-container--default .select2-selection--single,
.step-block-outer .select-2-field .select2-container--default .select2-selection--single,
.step-block-outer .input-col .select2-container--default .select2-selection--single {
    border: 1px solid #e5e5e5;
}

.step-block-outer .select-outer .select2-container--default .select2-selection--single .select2-selection__rendered,
.step-block-outer .select-2-field .select2-container--default .select2-selection--single .select2-selection__rendered,
.step-block-outer .input-col .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    font-weight: 400;
}

.step-block-outer select.sltd2 {
    display: none !important;
}

.custom-popup2 .modal-dialog {
    max-width: 700px;
}

.preview2 .car-item {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}

.preview2 .list-item-img {
    border-radius: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.preview2 .list-item-detail {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px 20px 0;
}

.preview1 {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
    padding: 20px;
}

.preview-img {
    padding: 0 20px 0 0;
}

.preview1 h2 {
    color: #d8322d;
    font-size: 20px;
}

.preview1 .bullet-list li {
    display: block;
    margin: 0 0 5px;
    padding-left: 18px;
    color: #777;
}

.preview1 .bullet-list li::before {
    height: 8px;
    top: 6px;
    width: 8px;
    background: #000;
}

.preview1 .bullet-list li strong {
    display: inline-block;
    font-weight: 600;
    min-width: 140px;
    vertical-align: middle;
    color: #000;
}

.preview-block h3 {
    font-size: 20px;
}

.link2 {
    color: #3f3178;
    text-decoration: underline;
}

.preview-img img {
    display: block;
    width: 100%;
}

.thanks-block {
    padding: 5%;
}

.thanks-block h3 {
    color: #d8322d;
    font-family: "Rajdhani", sans-serif;
    font-size: 50px;
    font-weight: 600;
    margin: 0;
    padding: 20px 0 10px;
}

.thanks-block {
    font-size: 20px;
    padding: 5%;
}

.thanks-block p {
    margin: 0;
    padding: 0 0 10px;
}

.overlay-block {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
}

.overlay-block-inr {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
    display: block;
    left: 0;
    margin: auto;
    max-width: 500px;
    padding: 30px 20px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}

.loader-logo {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 6px 6px 0 0;
    margin: -30px -20px 25px;
    padding: 15px;
}

.ldr-img {
    color: #d8322d;
    font-size: 22px;
    padding: 0 0 10px;
}

.ldr-img img {
    display: block;
    margin: 0 auto 10px;
}

.cars-review-block {
    margin: 0 -10px;
}

.cars-news-block.row {
    margin-left: -10px;
    margin-right: -10px;
}

.cars-review-block li,
.cars-news-block li {
    width: 33.33%;
    padding: 0 10px;
    float: left;
    margin-bottom: 20px;
}

.cars-news-block li .review-row li {
    margin-bottom: 0;
    padding: 0;
    width: auto;
}

.cars-news-block li .review-row li .file-outer img {
    display: block;
}

.cars-review-block .block-content {
    border: 1px solid rgba(36, 39, 44, .1);
    background: transparent;
    height: 100%;
}

.cars-review-block .block-content .img-block img,
.cars-news-block .block-content .img-block img {
    width: 100%;
    object-fit: cover;
}

.cars-review-block .block-content .img-block,
.cars-news-block .block-content .img-block {
    display: block;
    overflow: hidden;
}

.cars-review-block .block-content .img-block:hover img,
.cars-news-block .block-content .img-block:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.cars-review-block .text-block,
.cars-news-block .text-block {
    padding: 15px;
}

.cars-review-block .review-heading {
    font-size: 13px;
}

.star-rating i {
    color: #efce4a;
}

.cars-review-block .review-user-count {
    font-size: 11px;
    color: #8c8c8c;
}

.cars-review-block .review-user-count a {
    color: #000000;
}

.cars-review-block .review-desc {
    font-size: 16px;
    padding-bottom: 10px;
    min-height: 60px;
    font-weight: 500;
}

.cars-review-block .reviews-link a {
    color: #3f3178;
}

.review-tab .review-block {
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.review-tab .review-block:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.review-tab h3 {
    font-size: 17px;
    margin: 10px 0;
}

.review-tab p {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 300;
}

.review-tab .author-detail .name {
    font-size: 13px;
}

.review-tab .author-detail .date {
    font-size: 11px;
    color: rgba(36, 39, 44, .5);
}

.car-news-block .publishtxt {
    font-size: 12px;
    color: rgba(36, 39, 44, .5);
}

.car-news-block .car-newsimg {
    margin-bottom: 15px;
}

.find-car-form .list-item-detail ul.bullet-list li {
    padding-left: 22px;
}

.find-car-form .list-item-detail ul li::before {
    display: block;
}

.manage-ads .list-item-img a {
    display: block;
}

.manage-ads .edit-dropdown {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 80px;
}

.manage-ads .edit-dropdown .dropdown-toggle {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-radius: 0 4px 4px 0;
    display: flex;
    padding: 5px 8px;
}

.manage-ads .edit-dropdown .dropdown-toggle::after {
    display: none;
}

.manage-ads .edit-dropdown .dropdown-toggle:focus {
    box-shadow: none;
}

.manage-ads .edit-dropdown .dropdown-toggle i {
    color: #ffffff;
    font-size: 18px;
}

.manage-ads .edit-dropdown .dropdown-menu {
    border-radius: 3px;
    z-index: 1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.manage-ads .edit-dropdown .dropdown-item {
    padding: 0.2rem 1.5rem 0.2rem 1rem;
    font-size: 14px;
}

.manage-ads .edit-dropdown .dropdown-item:hover {
    background-color: transparent;
    color: #d8322d;
}

.manage-ads .edit-dropdown .dropdown-item::before {
    content: "\f101";
    font-family: FontAwesome;
    margin-right: 10px;
}

.text-small {
    font-size: 11px;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.text-center {
    text-align: center;
}

.text-primary {
    color: #2fa3e6;
}

.display-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.show-image.centered {
    left: 0;
    transform: inherit;
    top: 0;
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
}

.image-container {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #f8f5f5;
    position: relative;
    overflow: hidden;
    min-height: 162px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.image-center {
    width: 100%;
    height: 100%;
}

.image-icon-drag {
    fill: #c9c8c8;
    height: 50px;
    width: 50px;
}

.drag-text {
    padding-top: 5px;
    color: #777;
    font-weight: 400;
    line-height: 1.5;
}

.browse-text {
    font-size: 86%;
    color: #206ec5;
    text-decoration: none;
}

.image-input {
    overflow: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.image-input label {
    display: block;
}

.drag-upload-cover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FCFEFF;
    opacity: .9;
    z-index: 1;
    margin: 5px;
    border: 2px dashed #268DDD;
}

.drag-upload-cover {
    font-weight: 400;
    font-size: 20px;
}

.icon-drag-drop {
    height: 50px;
    width: 50px;
    fill: #2fa3e6;
}

.drop-text-here {
    margin: 0;
    line-height: 1.5;
}

.display-none {
    display: none;
}


/* list images*/

.preview-image {
    height: calc(100% - 40px);
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
}

.image-overlay {
    background: rgba(0, 0, 0, .7);
    z-index: 10;
    border-radius: 5px 5px 0 0;
    opacity: 0;
    transition: all .3s ease-in-out 0s;
}

.image-overlay-details {
    position: absolute;
    z-index: 11;
    opacity: 0;
    transform: translate(0, -50%);
    top: 50%;
    color: #fff;
    font-size: 22px;
}

.icon-overlay {
    width: 40px;
    height: 40px;
    fill: #fff;
}

.preview-image:hover .image-overlay,
.preview-image:hover .image-overlay-details {
    opacity: 1;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

img.show-img.img-responsive {
    max-height: 100%;
    max-width: 100%;
    display: block;
    vertical-align: middle;
    object-fit: cover;
    height: 100%;
    width: 100%;
}


/*image bottom*/

.image-bottom {
    bottom: 0;
    left: 0;
    height: 40px;
    padding: 5px 10px;
    background: #fff;
    box-sizing: border-box;
}

.image-primary {
    border-radius: 4px;
    background-color: #e3edf7;
    padding: 3px 7px;
    font-size: 11px;
    margin-right: 5px;
}

.image-icon-primary {
    width: 10px;
    height: 10px;
    margin-right: 2px;
}

.image-icon-delete {
    height: 14px;
    width: 14px;
    fill: #222;
}

.image-edit {
    margin-right: 10px;
    margin-bottom: 0;
}

.image-icon-edit {
    height: 14px;
    width: 14px;
    fill: #222;
}

.image-list-container {
    max-width: 190px;
    min-height: 50px;
    margin-top: 10px;
}

.image-list-container .image-list-item {
    height: 32px;
    width: 32px;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
}

.image-list-container .image-list-item:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 5px;
}

.image-list-container .image-list-item .show-img {
    max-width: 25px;
    max-height: 17px;
}

.image-list-container .image-highlight {
    border: 1px solid #2fa3e7;
}

.add-image-svg {
    width: 12px;
    height: 12px;
    fill: #222;
}

.input-add-image {
    overflow: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 11;
}

.input-add-image label {
    display: block;
    margin: 0;
}

.image-icon-info {
    width: 14px;
    height: 14px;
    fill: #222;
}

.mark-text-primary {
    color: #034694;
}

.popper-custom {
    background: #000;
    padding: 10px;
    border: none;
    box-shadow: none;
    color: white;
    text-align: left;
    font-size: 12px;
}

.popper-custom .popper__arrow {
    border-color: #000 transparent transparent transparent !important;
}

.image-delete,
.image-edit {
    font-size: 18px;
    color: #d8322d !important;
}

.image-bottom-left a {
    font-size: 13px;
    color: #d8322d !important;
    font-weight: 500;
}

.image-delete:hover,
.image-edit:hover,
.image-bottom-left a:hover {
    color: #3f3176 !important;
}

.loop-img-outer {
    background: #f3f3f3;
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.loop-img-outer .row {
    margin: 0;
}

.loop-img-b {
    padding: 10px;
}

.loop-img-b img {
    border-radius: 4px;
    cursor: pointer;
}

.loop-img-b i.fa.fa-plus {
    width: auto;
    height: auto;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    font-size: 20px;
    color: #d8322d;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    background: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
}


/*newcss*/

.step-box1.step-5 {
    margin-top: 20px;
}

.col-4.loop-img-b.add-img-btn {
    min-height: 75px;
}

.pad0 {
    padding: 0 !important;
}

.right-bar-list.manage-ads {
    padding-bottom: 30px;
    padding-top: 30px;
}

.pad-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.login-middle .invalid-feedback {
    color: #ccc;
}


/*Car Compare page css*/

.car-compare-outer {
    padding: 30px 0;
}

.compare-bock2>.row.no-gutters {
    border: 1px solid #dddddd;
}

.compare-car-img {
    background: #ffffff none repeat scroll 0 0;
    height: 100%;
    position: relative;
}

.compare-car-img img {
    display: block;
    width: 100%;
}

.compare-car-img a {
    background: #ffffff none repeat scroll 0 0;
    color: #343d48;
    display: block;
    font-size: 16px;
    padding: 15px;
    text-align: center;
}

.vs-block {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    height: 40px;
    line-height: 38px;
    position: absolute;
    right: -20px;
    text-align: center;
    top: 35%;
    width: 40px;
    z-index: 2;
}

.compare-bock2 {
    background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
    border-left: 1px solid #ddd;
    padding-left: 200px;
    position: relative
}

.compare-bock2::before {
    background: #ddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 200px
}

.compare-bock2::after {
    background: #ddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 200px
}

.compare-bock2 .row .col+.col::before {
    background: #dddddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
}

.compare-bock2 .card {
    border: medium none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.compare-bock2 .card-header {
    padding: 0;
    margin-bottom: 0;
    border-bottom: medium none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0)
}

.compare-bock2 .card-header:first-child {
    border-radius: 0
}

.compare-bock2 .card-body {
    padding: 0
}

.compare-bock2 .card-body .row {
    position: relative
}

.compare-bock2 .col-ps {
    bottom: 0;
    color: #d8322d;
    /* font-weight: 500; */
    line-height: 2.2;
    padding: 0 8px 0 0;
    position: absolute;
    right: 100%;
    text-align: right;
    top: 0;
    width: 200px;
}

.compare-bock2 .card-body .row .col:nth-of-type(2) {
    border-left: 1px solid #dddddd;
}

.compare-bock2 .card-header .card-link {
    background: #3f3178 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    position: relative;
}

.compare-bock2 .card-header .card-link::before {
    content: "";
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 12px
}

.compare-bock2 .card-header .card-link[aria-expanded="true"]::before {
    content: ""
}

.compare-bock2 .card-header .card-link[aria-expanded="true"] {
    background: #d8322d none repeat scroll 0 0;
    color: #ffffff;
}

.compare-bock2 .card-body .row .col {
    padding: 5px 15px
}

.compare-bock2 .card-body .row:nth-of-type(2n+2) {
    background-color: rgba(0, 0, 0, 0.05)
}

.compare-bock2 .card-body .row .col:last-child::after {
    background: #dddddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    z-index: 1;
}

.compare-bock2 .row.no-gutters>.col:last-child .vs-block {
    display: none;
}


/*Car Compare page css*/

.check-list.overview-contain li {
    margin: 0;
    padding: 8px 0 5px;
}

.check-list.overview-contain li .overview-left {
    width: 80%;
}

.checkbox-inline.loop-check .checkbox-inner {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}

.label-block {
    background: #d8322d none repeat scroll 0 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    left: -30px;
    letter-spacing: 1px;
    padding: 2px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
    transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    width: 140px;
    z-index: 1;
}

.icon-btn.ps4 {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.review-form .yellow-star-rating {
    cursor: pointer;
    font-size: 28px;
}

.collapse.review-tab {
    padding: 1px 0 0;
}

.review-form.global-form {
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 5px;
    margin: 40px 0 20px;
    padding: 20px;
    display: block;
}

.theme-yellow-bg {
    background-color: rgba(209, 207, 24, 0.8) !important;
}

.theme-green-bg {
    background-color: rgba(43, 225, 24, 0.8) !important;
}

.theme-red-bg {
    background-color: rgba(216, 50, 45, 0.8) !important;
}


/*------13-01-2020-------*/

.review-section .owl-stage-outer,
.news-section .owl-stage-outer {
    text-align: center;
}

.review-section .owl-stage-outer .items,
.news-section .owl-stage-outer .items {
    text-align: left;
}

.review-section .owl-stage-outer .owl-stage,
.news-section .owl-stage-outer .owl-stage {
    display: inline-block;
}

.img-block {
    display: block;
}

.advertisement-section .container.text-center .row {
    justify-content: center;
}

.video-block {
    display: block;
    position: relative;
    padding-top: 57.7%
}

.video-block iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.news-and-review-nav-item {
    position: relative;
}

.navigation ul li.news_and_review_nav_item {
    position: relative;
}

.navigation ul li.news_and_review_nav_item ul {
    background: #ffffff none repeat scroll 0 0;
    border-top: 4px solid #d8322d;
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 230px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.navigation ul li.news_and_review_nav_item:hover ul {
    display: block;
}

.navigation ul li.news_and_review_nav_item ul li {
    padding: 0;
    margin: 0;
    display: block;
    float: none;
}

.navigation ul li.news_and_review_nav_item ul li a {
    padding: 10px 15px !important;
}

.news_and_review_nav_item ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
}

.news_and_review_nav_item ul li:last-child {
    border-bottom: none;
}

.news_and_review_nav_item ul li a {
    padding: 10px 0;
    display: block;
}

.ps-fixed-top {
    background: #f7f6fb none repeat scroll 0 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 106px;
    width: 100%;
    z-index: 9;
}

.btn.icon-btn.ps-btn1 {
    border-radius: 0 0 4px 4px;
    left: 15px;
    margin: 0;
    position: absolute;
    top: 0;
}

.ps-inr2 {
    align-items: center;
    min-height: 60px;
    position: relative;
}

.bx1 {
    left: 0;
    position: absolute;
    top: 8px;
}

.bx1 h3 {
    font-size: 20px;
    margin: 0;
}

.ps-btn2,
.ps-btn5 {
    border-bottom: 1px solid #d8322d;
    color: #d8322d;
    font-size: 12px;
    line-height: 14px;
}

.bx2 {
    position: absolute;
    right: 0;
    text-align: center;
    top: 4px;
}

.ps-btn4.btn.icon-btn {
    display: block;
    margin: 0;
}

.ps-inr2 ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 110px;
    width: 100%;
}

.ps-inr2 ul li {
    align-items: center;
    border-right: 1px solid #dddddd;
    display: flex;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
    position: relative;
}

.ps-inr2 ul li:first-child {
    border-left: 1px solid #dddddd;
}

.cpr-img {
    border-radius: 50%;
    height: 60px;
    margin: 0 10px 0 0;
    overflow: hidden;
    width: 60px;
}

.cpr-img>img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.cpr-info {
    flex: 0 0 calc(100% - 70px);
    font-size: 14px;
    font-weight: 500;
    max-width: calc(100% - 70px);
}

.cpr-nm {
    overflow: hidden;
    padding: 5px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.ps-btn3.btn.icon-btn {
    background: #3f3178 none repeat scroll 0 0;
    border-radius: 2px;
    font-size: 9px;
    height: 14px;
    line-height: 12px;
    margin: 0;
    padding: 0 3px;
    position: absolute;
    right: 10px;
    top: 0;
}

.ps-fixed-top .icon-btn {
    font-size: 12px;
}

.ps-fixed-inr {
    display: none;
    padding: 10px 0;
}

.ps-btn5 {
    margin: 10px 0 0;
}

.show-bar {
    border-bottom: 1px solid #ddd;
}

.show-bar .ps-fixed-inr {
    display: block;
}

.show-bar .ps-btn1 {
    display: none;
}

.car-newsvideo {
    position: relative;
    width: 70%;
    padding-top: 39.3%;
    margin: 20px 0;
}

.car-newsvideo iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.review-block-new .review-desc {
    min-height: inherit;
    padding-bottom: 5px;
}

.review-block-new p {
    color: #888888;
    font-size: 13px;
    margin: 5px 0 0;
}

.review-block-new .review-desc a,
.review-block-new p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-item-detail .custom-checkbox input[type="checkbox"]+label {
    color: #3f3178;
    cursor: pointer;
    font-size: 13px;
}

.cmn-rt-sec-add {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.rt-hd3 {
    display: flex;
    flex: 1 1 0;
    justify-content: flex-end;
    text-align: right;
}

.cmn-rt-btn label {
    font-size: 16px;
    font-weight: 500;
    margin: 0 10px 0 0;
}

.cmn-rt-btn .icon-btn {
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.cmn-rt-btn {
    margin-left: 15px;
}

.my-sltd-plan {
    padding: 0;
}

.plan-loop-block {
    align-items: center;
    border-bottom: 1px solid #dddddd;
    display: flex;
    font-family: "Rajdhani", sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}

.plan-loop-block label {
    background: #f4f4f6 none repeat scroll 0 0;
    border-right: 1px solid #dddddd;
    color: #3f3178;
    flex: 0 0 200px;
    margin: 0;
    max-width: 200px;
    padding: 8px 15px;
}

.plan-loop-block span {
    padding: 8px 15px;
}

.global-form .my-sltd-plan small {
    color: #d8322d;
}

.my-sltd-plan::before {
    display: none;
}

.my-sltd-plan .manage-btn {
    margin: 0;
}

.tab-block2 {
    border: 1px solid #dddddd;
    display: flex;
    flex-wrap: wrap;
}

.tab-block2 .nav.nav-tabs {
    border: medium none;
    border-right: 1px solid #ddd;
    border-radius: 0;
    flex: 0 0 30%;
    margin: 0;
    max-width: 30%;
    text-align: left;
    width: auto;
    display: block;
}

.tab-block2 .nav-tabs .nav-item {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    display: block;
}

.tab-block2 .nav-tabs .nav-item:last-child {
    border-bottom: none;
}

.tab-block2 .nav-tabs .nav-link {
    border: medium none;
    border-radius: 0;
    color: #3f3178;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    position: relative;
    text-transform: none;
}

.tab-block2 .nav-tabs .nav-link img {
    margin: 0 5px 0 0;
}

.tab-block2 .nav-tabs .nav-link i {
    position: absolute;
    right: 15px;
    top: 20px;
}

.tab-block2 .nav-tabs .nav-link.active {
    color: #ffffff;
}

.tab-block2 .tab-content {
    flex: 0 0 70%;
    max-width: 70%;
    padding: 0 20px 20px;
}

.payment-block-outer .car-find-sub-hd {
    margin-bottom: 20px;
}

.tab-block2 .tab-content .btn.cmn-btn {
    padding: 0;
    width: 100%;
}

.find-car-form.profile-form .tab-block2 .form-group {
    margin-bottom: 15px;
}

.global-form .tab-block2 small {
    font-size: 90%;
}

.chat-type form {
    width: 100%;
    display: block;
    position: relative;
}

.chat-list .select-outer .select2-container--default .select2-selection--single,
.chat-list .select-2-field .select2-container--default .select2-selection--single,
.chat-list .input-col .select2-container--default .select2-selection--single {
    background-color: #d8322d;
    border: none;
    border-radius: 0;
}

.chat-list .select-outer .select2-container--default .select2-selection--single .select2-selection__rendered,
.chat-list .select-2-field .select2-container--default .select2-selection--single .select2-selection__rendered,
.chat-list .input-col .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
}

.car-search-section .main-heading {
    margin: 0;
}

.car-search-section .main-heading h2 {
    margin: 0 0 20px;
}

.compare-block-pad30 {
    padding-top: 30px;
}

.wd1 {
    width: 150px;
}

.StripeElement {
    height: 42px !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px 10px 0;
}

.StripeElement .__PrivateStripeElement {
    height: 42px !important;
}

.StripeElement .__PrivateStripeElement iframe {
    height: 42px !important;
}

.show-selected {
    color: #777777;
    font-size: 12px;
    margin: 5px 0 0;
}

.show-selected span {
    color: #000000;
    font-weight: 500;
}

.search-result-text .show-selected {
    font-size: 14px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.user-name small.role {
    display: block;
    font-size: 13px;
    font-weight: 300;
}

.detail-slider {
    overflow: hidden;
    position: relative;
}

.chat-type .chat-send2 .text-danger {
    color: #fff!important;
}

.chat-type textarea.chat-area.is-invalid {
    border-color: red;
}

.chat-type textarea.chat-area.is-invalid+.invalid-feedback {
    display: block;
}

.newsletter-section {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px 0;
}

.newsletter-section .container {
    max-width: 1000px;
    width: 100%;
}

.subs-hd {
    font-family: "Rajdhani", sans-serif;
    font-size: 36px;
    font-weight: 600;
}

.subs-form {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    position: relative;
}

.subs-form .form-control {
    padding: 0 130px 0 20px;
}

.subs-form .subs-btn {
    background: #d8322d none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    bottom: 8px;
    color: #ffffff;
    cursor: pointer;
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    font-weight: 600;
    outline: medium none;
    padding: 0 20px;
    position: absolute;
    right: 8px;
    text-transform: uppercase;
    top: 8px;
}

.subs-form .subs-btn:hover {
    background: #15181a none repeat scroll 0 0;
    color: #fff;
}

.double-price span {
    display: block;
    line-height: 1.1;
}

.double-price span.original-price {
    color: #cccccc;
    padding: 0 0 5px;
    text-decoration: line-through;
}

.double-price span.discount-price {
    background: #d8322d none repeat scroll 0 0;
    border-radius: 0 0 0 4px;
    margin: -5px -15px;
    padding: 5px 15px;
}

.blur-text {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 5px #ffffff;
}

.double-price span span {
    display: inline;
}


/*1-2-2020*/

.newsletter-section .subs-form .invalid-feedback {
    position: absolute;
    left: 0px;
    bottom: -20px;
}

.lable-block-inspected {
    background-color: #003868;
    top: 32px;
    width: 195px;
}

.lable-block-inspected.without-featured-block {
    top: 20px;
    width: 150px;
}


/*1-2-2020*/


/*5-2-2020*/

.badges {
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    bottom: 45px;
    z-index: 1;
    padding: 5px 5px;
    background-color: #3f3178;
    display: flex;
    width: 55px;
    height: 40px;
    overflow: hidden;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-size: 0px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.badges img {
    width: 33px;
    height: auto;
    transform: none;
}

.list-item-img:hover .badges img {
    transform: none;
}

.badges:hover {
    width: 130px;
    font-size: 14px;
    color: #ffffff;
}

.badges.detail-badges {
    bottom: inherit;
    top: 20px;
}

.badges.ad-badges,
.badges.saved-badges {
    bottom: 10px;
}

.compare-bock2 {
    padding-left: 300px;
}

.car-compare-outer .compare-bock2 .col-ps {
    line-height: 130%;
    font-size: 14px;
    position: relative;
    margin-left: -31%;
    width: 310px;
    right: inherit;
    padding: 8px 8px 8px 15px;
}

.compare-bock2::before,
.compare-bock2::after {
    width: 100%;
}


/*5-2-2020*/


/*11-2-2020*/

.news-section p,
.cars-news-block p {
    font-size: 13px;
    color: #888888;
}

#topsendbutton {
    display: inline-block;
    background-color: #d8322d;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #ffffff;
}

#topsendbutton::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.6em;
    line-height: 46px;
    color: #fff;
}

#topsendbutton:hover {
    cursor: pointer;
    background-color: #3f3178;
}

#topsendbutton:active {
    background-color: #3f3178;
}

#topsendbutton.show {
    opacity: 1;
    visibility: visible;
}


/*faq page*/

.faq-inner-content .card {
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    margin: 0 0 20px;
    overflow: hidden;
}

.faq-inner-content .card-header {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
}

.faq-inner-content .card-header:first-child {
    border-radius: 0;
}

.faq-inner-content .card-header a {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    color: #000;
    display: block;
    font-size: 23px;
    font-weight: 400;
    padding: 12px 70px 12px 20px;
    position: relative;
    text-decoration: none !important;
    font-family: 'Rajdhani', sans-serif;
}

.faq-inner-content .card-header a::before {
    background-color: #d8322d;
    bottom: 0px;
    margin: auto;
    color: #ffffff;
    content: "+";
    display: block;
    font-size: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}

.faq-inner-content .card-header a[aria-expanded="true"]::before {
    content: "-";
    background-color: #3f3178;
}

.faq-inner-content .card-header a[aria-expanded="true"] {
    border-color: #ddd;
    color: #000000;
}

.faq-inner-content .card-body {
    padding: 20px;
}


/*faq page*/

.news-section .block-content .review-desc {
    min-height: inherit;
}


/*11-2-2020*/

.country-language-block {
    background-color: #ffffff;
    border: 1px solid #3f3178;
    border-radius: 3px;
}

.country-language-block a {
    padding: 6px 10px;
    display: inline-block;
}

.country-language-block .dropdown-toggle::after {
    border-top: .4em solid #3f3178;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
    position: relative;
    top: 3px;
}

.country-language-block .flag-icon {
    width: 32px;
    line-height: inherit;
    height: 23px;
}

.country-language-block .dropdown-menu.show {
    width: 100px;
    padding: 0px;
}

.country-language-block .dropdown-menu a.dropdown-item {
    font-size: 13px;
    padding: 2px 10px;
}

.country-language-block .dropdown-menu a.dropdown-item .flag-icon {
    width: 21px;
    margin-right: 5px;
}

.country-language-block .dropdown-menu a.dropdown-item .flag-icon.flag-icon-cm {
    background-size: 23px;
}

.bg-red-btn {
    background-color: #d8322d;
}

.bg-red-btn:hover {
    background-color: #3f3178;
}

.bootbox .modal-body {
    position: relative;
}

.bootbox .modal-body .bootbox-body {
    font-size: 17px;
    font-family: 'Rajdhani', sans-serif;
}

.bootbox .bootbox-close-button {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #f3f3f3;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    font-size: 23px;
    font-weight: normal;
    opacity: 1;
}

.bootbox .bootbox-close-button:focus {
    outline: none;
}

.bootbox .modal-footer {
    background-color: #f3f3f3;
    padding: 7px 15px;
}

.bootbox .modal-footer .bootbox-accept {
    background-color: #3f3178;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.bootbox .modal-footer .bootbox-accept:hover {
    background-color: #000000;
}

.bootbox .bootbox-body .form-control {
    border: 1px solid #e5e5e5 !important;
    height: 42px !important
}


/*27-2-2020*/

.review-section .owl-stage-outer .owl-stage,
.news-section .owl-stage-outer .owl-stage,
.review-section .owl-stage-outer .owl-stage .owl-item,
.news-section .owl-stage-outer .owl-stage .owl-item,
.similar-cars-slider .owl-stage-outer .owl-stage,
.similar-cars-slider .owl-stage-outer .owl-stage .owl-item {
    display: flex;
    justify-content: center;
}

.review-section .owl-stage-outer .owl-stage .items,
.news-section .owl-stage-outer .owl-stage .items .similar-cars-slider .owl-stage-outer .owl-stage .items {
    width: 100%;
}

.processing-loader {
    flex-direction: column;
    align-items: center;
}

.processing-loader .spinner-border {
    margin: 20px 0px 5px 0px;
    border-color: #3f3178 #d8322d #3f3178 #3f3178;
    width: 35px;
    height: 35px;
}

.car-loaction-place {
    position: relative;
    padding-left: 12px;
}

.car-loaction-place i {
    position: absolute;
    left: 0;
    top: 5px;
}

.qrcode figure {
    background-color: #f2f2f2;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
}

.qrcode .col-sm-2 {
    text-align: center;
}

.qrcode p {
    margin-bottom: 0px;
}


/*27-2-2020*/


/* 18-03-2020 */

.list,
.featured,
.sale,
.sold {
    margin-top: 10px;
}

.list button,
.featured button,
.sale button,
.sold button {
    width: 10px;
    height: 10px;
    border-radius: 0px;
    padding: 0px;
}

.car-item.disabled{
    position: relative;
}
.car-item.disabled::before{
    background-color: rgba(165, 165, 165, 0.6);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 50;
}

.payment-button-extra{padding-top: 15px;}
.payment-button-extra span{display: block;    font-family: 'Rajdhani', sans-serif;font-size: 18px;padding-bottom: 8px;font-weight: 600;}

/*dealer-profile*/
.enquiry-info{margin-bottom: 12px;color: #3f3178;}
.enquiry-info strong{color: #d8322d;}
.bullet-points.bullet-list li{padding-left: 22px;}
.bullet-points.bullet-list li::before{background: #3f3178;content: "";width: 15px;height: 15px;border-radius: 50%;position: absolute;left: 0px;top: 2px;display: block;}
.dealer-profile-pg .view-info-sec{align-items: center;}
.dealer-profile-block{margin-bottom: 15px;text-align: center;}
.dealer-img{height: 170px;width: 170px;border-radius: 50%;margin: 10px auto 30px;box-shadow: 0 0 25px rgba(0,0,0,0.4);}
.dealer-img img{height: 170px;width: 170px;border-radius: 50%;}
.dealer-name{font-size: 36px;color: #fff;font-family: 'Rajdhani', sans-serif;}
.dealer-name span{display: block;font-size: 15px;font-weight: 300;font-family: 'Poppins', sans-serif;color: #c1bfd0;}
.dealer-info ul li{font-size: 15px;color: #c1bfd0;padding: 20px 0 10px 22px;position: relative;border-top: 1px solid #4a3d80;font-weight: 300;}
.dealer-info ul li i, .dealer-info ul li img{position: absolute;content: "";left: 0;top: 50%;transform: translateY(-50%);}
.dealer-info ul li img{top: 30px;}
.dealer-info ul li a:hover{color: #d8322d;}
.dealer-info ul li span.car-col-heading{font-weight: 600;display: block;margin-bottom: 10px;}
.dealer-info ul .share-profile{font-size: 24px;font-weight: 500;text-transform: uppercase;font-family: 'Rajdhani', sans-serif;color: #fff;display: block;}
/*.dealer-info ul.contact-detail li:nth-of-type(5){padding-left: 0;}*/
.dealer-info ul.share-links{padding-top: 20px;border-top: 1px solid #4a3d80;}
.dealer-info ul.share-links li{margin-right: 15px;border-top: none;padding: 10px 0 0 0;display: inline-block;}
.dealer-info ul.share-links li a{width: 36px;height: 36px;border-radius: 50%;background: #8b83ae;text-align: center;line-height: 56px;}
.dealer-info ul.share-links li a:hover{background: #d8322d;}
.dealer-info ul.share-links li a:hover i{color: #fff;}
.dealer-info ul.share-links li a i{color: #3f3178;position: relative;top: inherit;font-size: 18px;}
.dealer-name .dealer-location{display: none;margin-top: 10px;}
.dealer-name .dealer-location i{font-size: 16px;margin-right: 10px;}
.dealer-contact-btn{display: none;}
.dealer-contact-btn a{height: 36px;padding: 0 45px;border: 1px solid #c1bfd0;border-radius: 4px;line-height: 36px;text-align: center;color: #fff;text-transform: uppercase;font-size: 16px;
    font-weight: 600;font-family: 'Rajdhani', sans-serif;}
.dealer-contact-btn a i{margin-right: 5px;}
.dealer-contact-btn a.call-btn{background: #d8322d;}
.dealer-contact-btn a.email-btn{margin-right: 15px;}
.dealer-info ul{margin-bottom: 0;}
.dealer-contact-btn a:hover{background: #000;}
.distance-dealer p{margin-bottom:0;}
.dealer-info ul li.distance-dealer{padding: 0 0 10px 22px; border-top: none;}
.icon-set li:before{display:none !important;}
.icon-set i {
    display: inline-block;
    width: 24px;
    position: relative;
    top: -2px;
    margin-right: 6px;

}
.icon-set li {
    padding-left: 0 !important;
}
/*dealer-profile*/

/* 9th Sep 2021 */
.title-sec {
    position: relative;
    padding-right: 190px;
}
.total-views {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #3f3178;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}
.total-views span {
    margin: 0 5px;
}
.total-views label {
    background: #d8322d;
    height: 30px;
    color: #fff;
    border-radius: 4px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0;
}

.app-notification {
    border-bottom: 1px solid #ccc;
    background-color: #f2f2f2;
}
.app-inr {
    padding: 10px 50px 10px 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.img1 {
    background: #fff;
    border-radius: 21px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    margin: 0 0 0 5px;
}
.img1 img {
    width: 50px;
}
.img2 {
    margin: 0 0 0 12px;
    line-height: 16px;
    font-size: 12px;
}
.install-btn {
    color: #d8322d!important;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
	transform: translateY(-50%);
    font-weight: 600;
}
.close-btn {
    position: absolute;
    left: 5px;
    top: 50%;
	transform: translateY(-50%);
    width: 20px;
    height: 20px;
    text-align: center;
}
.txt1 {
    font-size: 16px;
    font-weight: 600;
}
.txt3 {
    font-size: 14px;
    font-weight: 400;
}
