body {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    font-family: 'lato';
    background-color: #f3f3f3;
}
body, p {
    font-size: 14px;
    color: #545454;
    font-family: 'lato';
}
* {
    text-rendering: optimizeLegibility !important;
    -webkit-text-size-adjust: none !important;
}
a {
    text-decoration: none;
    color: #4199d3;
    outline: 0;
}
a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
}
p {
    margin: 5px 0 5px;
    line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    font-family: 'lato';
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
    line-height: 24px;
}
h6 {
    font-size: 14px;
}
li {
    font-family: 'Lato', sans-serif;
}
.top-bar {
    background: #e1e1e1;
    padding: 10px 0;
}
.top-bar h3 {
    font-size: 16px;
    margin: 13px 0 0;
}
.top-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    float: right;
}
li {
    list-style-type: none;
}
.top-nav li {
    display: inline;
    padding: 0 4px 0 8px;
    background: url(../images/seperator.gif) no-repeat 0 0;
}
.top-nav li:first-child {
    background: none;
}
.top-nav li a {
    display: inline-block;
    padding: 10px;
    color: #3f3f3f;
    border-radius: 4px;
}
.top-nav li a:hover {
    background: #4199d3;
    color: #fff;
}
.navigation {
    background: url(../images/bg-nav.png) no-repeat 50% 0 rgba(25, 25, 25, 0.36);
}
/*============================ top-dropdown css start===============================
*/

.top-dropdown {
    float: left;
}
.dropdown-menu {
    min-width: 193px;
}
.top-dropdown ul {
    z-index: 99999;
    right: 0;
    left: inherit;
}
.top-dropdown ul:after {
    content: "";
    background-image: url(../images/langafter.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 10px;
    position: absolute;
    top: -9px;
    right: 7px;
}
.top-dropdown ul li {
    border-bottom: none;
    margin: 0 !important;
    float: none !important;
    display: block !important;
}
.top-dropdown ul li:last-child {
    border-bottom: none;
}
.top-dropdown li {
    display: block;
    background: none;
}
.top-dropdown li a {
    font-size: 14px !important;
    font-weight: normal !important;
    text-transform: capitalize !important;
    padding: 6px 6px !important;
}
.top-dropdown li a:hover {
    background-color: #fff !important;
    color: #4199d3 !important;
}
.dropbtn {
    background: none;
    padding: 13px 0 10px 0;
    color: #ba2121;
    font-weight: bold;
}
.fa-userr, .fa-adds, .fa-keyy, .fa-msg, .fa-database, .fa-sitemap, .fa-file-text, .fa-file {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 11px;
}
.fa-database, .fa-sitemap, .fa-file-text, .fa-file {
    font-size: 20px !important;
    padding: 3px;
}
.fa-userr {
    background: url(../images/my-account.png) no-repeat;
}
.fa-adds {
    background: url(../images/top-d-icon.png) no-repeat;
}
.fa-keyy {
    background: url(../images/logout.png) no-repeat;
}
.fa-msg {
    background: url(../images/msg.png) no-repeat;
}
.top-dropdown li a:hover .fa-userr {
    background: url(../images/my-account-hover.png) no-repeat;
}
.top-dropdown li a:hover .fa-adds {
    background: url(../images/top-d-icon-h.png) no-repeat;
}
.top-dropdown li a:hover .fa-keyy {
    background: url(../images/logout-hover.png) no-repeat;
}
.top-dropdown li a:hover .fa-msg {
    background: url(../images/msg-hover.png) no-repeat;
}
/*============================ top-dropdown css end===============================
*/

.nopaddingleft {
    padding-left: 0!important;
}
.nopaddingright {
    padding-right: 0!important;
}
.nopaddingtop {
    padding-top: 0!important;
}
.paddingleft60 {
    padding-left: 60px;
}
.margin-left10 {
    margin-left: 10px;
}
.paddingleft-right {
    padding-left: 60px;
    padding-right: 40px;
}
.paddingright {
    padding-right: 40px;
}
.banner {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 130px 0 40px;
}
.banner img {
    display: block;
}
.banner-overlay {
    background: rgba(0,0,0, 0.66);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}
.packages {
    z-index: 20000;
    position: relative;
    max-width: 960px;
}
.slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.package {
    background: #fff;
    padding: 0;
    margin: 24px 0 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 6px rgba(0,0,0, 0.3);
    border-radius: 10px;
}
.left-package {
    margin-right: -10px;
    margin-left: 10px;
}
.right-package {
    margin-left: -10px;
    margin-right: 10px;
}
.package h2 {
    font-family: 'Lato', sans-serif;
    background: #f4f4f4;
    margin: 0;
    color: #29a4df;
    text-shadow: 1px 1px 0 #fff;
    line-height: 98px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    border: 1px solid #eaeaea;
    font-size: 32px;
}
.package ul {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
.package ul li {
    float: left;
    position: relative;
    width: 100%;
    padding: 15px 34px;
    border-top: 1px solid #eaeaea;
    font-size: 18px;
    color: #4f5051;
    text-align: center;
}
.package ul li:first-child {
    border: none;
}
.banner-btn {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    background: #4199d3;
    color: #fff;
    display: inline-block;
    box-shadow: 0 6px 0 #b3d9ec;
    border-radius: 6px;
    line-height: 67px;
    padding: 0 13%;
}
.banner-btn:active {
    box-shadow: 0 6px 0 #4199d3;
}
.main-package {
    position: relative;
    z-index: 2;
    margin: 0;
}
.main-package ul li {
    padding: 26px 34px;
}
.main-package h2 {
    background: #4199d3;
    color: #fff;
}
.main-package select {
    font-size: 16px;
    color: #a0a0a0;
    font-family: 'Lato', sans-serif;
}
#selectSelectBoxIt, #selectSelectBoxItContainer {
    width: 100% !important;
    text-align: left;
    float: left;
}
#selectSelectBoxItArrowContainer {
    float: right;
}
#selectSelectBoxItText {
    float: left;
    font-family: 'Lato', sans-serif;
    color: #a0a0a0 !important;
}
#selectSelectBoxItOptions {
    width: 83%;
    left: 33px;
    color: #a0a0a0 !important;
}
#selectSelectBoxItOptions > li {
    padding: 0 !important;
    color: #a0a0a0 !important;
    font-size: 16px;
    text-align: left !important;
}
.selectboxit {
    background: #f6f6f6 !important;
    padding: 9px;
}
.row2 {
    overflow: hidden;
}
.featured {
    overflow: hidden;
    margin: 0 0 80px;
    background: url(../images/seperator2.gif) no-repeat 50% 100%;
}
.featured .container {
    padding: 80px 15px 50px;
}
.featured h2 {
    font-size: 30px;
    margin: 0 0 60px;
    position: relative;
    text-align: center;
}
.featured h2:before {
    background: #111;
    height: 1px;
    box-shadow: 0 1px #292929;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.offer-week {
    position: relative;
    padding-bottom: 30px;
}
.offer-week h3 {
    font-size: 20px;
    margin: 0 0 24px;
    color: #45525c;
    font-family: 'Ubuntu', sans-serif;
}
.offer-week img {
    width: 100%;
    display: block;
    height: 250px;
}
.offer-content {
    padding: 30px 20px;
    border-radius: 0 0 2px 2px;
    border-bottom: 2px solid #c7d1d6;
    background: #fcfcfc;
    overflow: hidden;
}
.offer-content h3 {
    margin: 0 0 25px;
    color: #4199d3;
}
.offer-content h3 .price {
    float: right;
}
.offer-content p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #80868c;
}
.deals {
    overflow: hidden;
}
.deal {
    overflow: hidden;
    margin: 0 0 20px;
    border-bottom: 3px solid #c8d1d7;
}
.deal-img {
    padding: 0;
}
.deal-img a {
    display: block;
}
.content-deal {
    border-left: 3px solid #4199d3;
    padding: 5px 10px 0;
    background: #fcfcfc;
}
.content-deal h4 {
    margin: 0 0 9.5px;
    text-align: center;
    padding: 0 0 10px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    color: #4199d3;
}
.content-deal h4 a {
    color: #4199d3;
}
.content-deal h4 a:hover {
    text-decoration: underline;
}
.content-deal ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.content-deal ul li {
    display: block;
    border-bottom: 1px solid #e9e9e9;
    color: #8e959b;
    padding: 5px 0 5px;
    font-size: 12px;
}
.content-deal ul li span {
    float: right;
}
.content-deal .deal-price {
    margin: 9px 0 6px;
    border: none;
    padding: 0;
}
.arrow-up, .arrow-down {
    color: #cad3db;
    font-size: 26px;
    line-height: 26px;
    position: absolute;
    right: 95px;
}
.arrow-up {
    top: 4px;
}
.arrow-down {
    bottom: 12px;
}
.arrow-up:hover, .arrow-down:hover {
    color: #4199d3;
}
.testimonials {
    overflow: hidden;
    padding: 0 0 60px;
}
.quote {
    display: block;
    margin: 0 0 50px;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    color: #efeff0;
}
.testi {
    overflow: hidden;
    position: relative;
}
.testi blockquote {
    border: none;
    padding: 0 20%;
    text-align: center;
    font-style: italic;
    quotes: none;
    font-size: 22px;
    line-height: 33px;
    color: #3f3f3f;
}
.testi blockquote q {
    display: block;
    margin: 0 0 50px;
}
.testi blockquote cite {
    color: #0d8fcd;
}
.arrow-left, .arrow-right {
    color: #e6e6e6;
    font-size: 40px;
    line-height: 40px;
    top: 0;
    position: absolute;
}
.arrow-left {
    left: 0;
}
.arrow-right {
    right: 0;
}
.notify {
    background: #4199d3;
    padding: 30px 0;
}
.notify h2 {
    color: #fff;
    font-size: 26px;
    margin: 0 0 30px;
    line-height: 32px;
    text-align: center;
}
.notify input[type="text"] {
    float: left;
    width: 28%;
    padding: 6px 5px;
    margin: 0 10px 0 0;
    border: 2px solid #e6e6e6;
    border-radius: 4px;
    color: #a0a0a0;
}
.form-select {
    width: 28%;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}
.form-select .selectboxit-text {
    float: left;
    color: #a0a0a0;
}
.form-select .selectboxit-arrow-container {
    float: right;
}
.form-select .selectboxit {
    padding: 7px 12px !important;
}
.form-select .selectboxit {
    width: 100% !important;
    text-align: left;
}
.notify input[type="submit"] {
    background: #f3f3f3;
    color: #4199d3;
    border: none;
    border-radius: 4px;
    padding: 8px 3%;
}
.top-section {
    padding: 60px 0;
    background: url(../images/seperator2.gif) no-repeat 50% 100%;
    overflow: hidden;
    margin: 0 0 60px;
}
.top-section h3 {
    color: #3e3e3e;
    font-size: 24px;
    margin: 0 0 23px;
    font-family: 'Ubuntu', sans-serif;
}
.top-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.top-section ul li {
}
.top-section ul li:before {
    content: "\f0da";
    font-size: 16px;
    padding: 0 13px 0 0;
    color: #808080;
    font-family: 'FontAwesome';
}
.top-section ul li a {
    color: #808080;
}
.popular {
    overflow: hidden;
    margin: 0 0 0px;
    background-color: white;
    padding-bottom: 13px;
    padding-top: 40px;
}
.popular h3 {
    font-size: 22px;
    color: #4199d3;
    margin: 0 0 15px;
    font-family: 'lato-semibold';
}
.popular h3 a {
    float: right;
    color: #3c3c3c;
    text-decoration: none;
}
.popular ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    overflow: hidden;
    text-align: center;
}
.popular ul li {
    display: inline-block;
    padding: 25px 14px;
    float: left;
    width: 179px;
    height: 179px;
    margin-right: 18px;
    background-color: #f6f6f6;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
}
.popular ul li:last-child {
    margin-right: 0;
}
.popular ul li a {
    display: inline-block;
}
.footer-links {
    overflow: hidden;
    background: #151515;
    padding: 63px 0 54px;
}
.footer-links h3 {
    margin: 0 0 29px;
    font-size: 28px;
    color: #ffffff;
}
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.footer-links ul li {
    padding: 0 0 7px;
}
.footer-links ul li a {
    color: #ffffff;
    font-size: 16px;
}
.footer-links ul li a:hover {
    color: #fff;
}
.footer-links p {
    color: #e5e5e5;
    margin: 0 0 20px;
}
.footer-links ul li a .fa {
    padding: 0 8px 0 0;
    font-size: 16px;
    line-height: 20px;
}
.footer-links ul li a .fa-facebook, .footer-links ul li a .fa-twitter {
    font-size: 15px;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 1px 0;
    margin-right: 5px;
}
.footer-links ul li a .fa-youtube {
    font-size: 15px;
    width: 21px;
    height: 20px;
    padding: 1px 0;
    text-align: center;
    margin-right: 5px;
}
.footer-links ul li a img {
    padding: 0 5px 0 0;
    margin: -3px 0 0 0;
}
.footer-nav {
    padding: 25px 0 20px;
    overflow: hidden;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    background: #ffffff;
    color: #000000;
}
.footer-nav p {
    margin: 0;
    font-size: 13px;
    color: #e5e5e5;
}
.footer-nav a {
    color: #e5e5e5;
}
.footer-nav a:hover {
    text-decoration: underline;
}
/*contact us page css start from here*/
.innerwraper {
    background-color: white;
    border-top: solid 9px #e8e8e8;
    border-left: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
    padding-bottom: 20px;
    border-bottom: solid 1px #e8e8e8;
}
.inner-top-bar {
    background-color: #4199d3;
    margin-bottom: 17px;
}
.inner-top-bar p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 0px;
    padding: 25px 0px;
}
.cont-heading p {
    font-family: 'Lato', sans-serif;
    margin-top: 22px;
    font-size: 16px;
    color: #9c9c9c;
}
.contact-wrapper {
}
.contact-wrapper h5 {
    font-family: 'Lato', sans-serif;
    margin-bottom: 0px;
    font-size: 14px;
    color: #4199d3;
}
.contact-wrapper h6 {
    color: #9c9c9c;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin: 0px 0 10px 0px;
    line-height: 26px;
}
.contact-detail {
    margin: 0px 51px 40px 51px;
}
.border-bottom {
    padding: 1px 0 0 0;
    background-color: #e8e8e8;
    margin: 0 -15px;
}
.contact-form ul {
    float: left;
    padding: 0px;
    width: 100%;
}
.contact-form ul li {
    list-style-type: none;
    float: left;
    padding: 0px;
    width: 100%;
}
.contact-form p {
    color: #4c4c4c;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 26px;
}
.contact-form h6 {
    color: #9c9c9c;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 42px;
}
.contact-form h3 {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 13px;
    margin: 34px 0px 6px;
}
.contact-form form p {
    color: #9c9c9c;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 38px;
    text-align: right;
    margin-right: -15px;
    min-width: 100px;
}
.contact-form button {
    margin-top: 16px;
}
.contact-form textarea {
    font-family: 'Lato', sans-serif;
    background-color: #f6f5f5;
    font-size: 14px;
    line-height: 26px;
    max-width: 410px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}
.contact-form input {
    font-family: 'Lato', sans-serif;
    background-color: #f6f5f5;
    font-size: 14px;
    line-height: 26px;
    max-width: 330px;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 6px 7px;
    margin-bottom: 20px;
}
.btn-contact {
    font-family: 'Lato', sans-serif;
    background-color: #4199d3;
    font-size: 20px;
    line-height: 26px;
    color: #FFF !important;
    border: 1px solid #1c95cf;
    border-radius: 4px;
    padding: 14px 58px;
}
.navbar-toggle {
    margin-top: 28px;
    background-color: white;
}
.navbar-toggle .icon-bar {
    background-color: #333;
}
.number-a {
    font-size: 40px !important;
    padding: 48px 0px !important;
}
/*contact us page css end from here*/
/*transfer lease page css start from here*/
.tranfer-lease {
    max-width: 880px;
    margin: 0 auto;
    margin-top: 55px;
}
.trans-heading-a {
    margin: 40px 0px 0 0;
}
.transfer-lease-button .login-model {
    border-radius: 26px;
    font-size: 16px;
    font-weight: bold;
}
.transfer-lease-button .login-model:hover, .transfer-lease-button .login-model:focus {
    background-color: #4199d3;
    color: #fff;
}
.check-ul li {
    color: #747474;
    font-size: 18px;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 38px !important;
    margin-bottom: 14px;
}
/*faq's page css start from here*/

.faq-main {
    margin: 0 8px;
}
.faq-main h2 {
    font-weight: bold;
    color: #999999;
    font-size: 18px;
}
.faq-left-bar ul {
    padding: 0px;
}
.faq-left-bar .panel-group {
    margin-bottom: 0px;
}
.faq-left-bar .panel-group .panel {
    border-radius: 4px;
    margin-bottom: 16px;
    border: none;
}
.faq-left-bar .panel-default > .panel-heading {
    background-color: transparent;
    border: 0px;
    padding-left: 11px;
    color: #4199d3;
    list-style-type: none;
}
.faq-left-bar .panel-default > .panel-heading:after {
    content: '';
    position: relative;
    top: -14px;
    left: -11px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 5px solid #999999;
    float: left;
}
faq-left-bar .panel-title {
    padding-left: 11px;
    color: #4199d3;
    font-size: 14px;
    margin-bottom: 16px;
    list-style-type: none;
}
.faq-left-bar ul li {
    padding-left: 11px;
    color: #4199d3;
    font-size: 14px;
    margin-bottom: 16px;
    list-style-type: none;
}
.faq-left-bar li:after {
    content: '';
    position: relative;
    top: 3px;
    left: -11px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 5px solid #999999;
    float: left;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background-color: #f5f5f5;
    color: #878787;
    margin-top: 10px;
    margin-left: 17px;
    position: relative;
}
.panel-title {
    margin-left: 3px;
}
.panel-body:before {
    content: '\25b2';
    color: #dcdcdc;
    font-size: 16px;
    position: absolute;
    top: -17px;
}
.faq-right-bar {
    margin-top: 14px;
}
.may-like {
    background-color: #4199d3;
    padding: 24px;
    margin-top: 15px;
    border-radius: 4px;
}
.may-like h4 {
    color: #fff;
    margin: 0 0 28px 0;
}
.may-like ul li {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #FFF;
    padding: 0 0 14px 0px;
    list-style-type: none;
}
.may-like ul li:after {
    content: '';
    position: relative;
    top: 5px;
    left: -11px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    float: left;
}
.may-like ul li a {
    color: #FFF;
    list-style-type: none;
}
.email-sign-up {
    background-color: #f3f3f3;
    padding: 14px;
    margin-top: 15px;
    border-radius: 4px;
}
.email-sign-up h4 {
    font-size: 18px;
    font-weight: bold;
    color: #999999;
    margin: 10px 0px;
}
.email-sign-up p {
    font-size: 12px;
    font-weight: bold;
    color: #989898;
}
.email-sign-up input {
    float: left;
    max-width: 228px;
    width: 100%;
    border: solid 1px #e7e7e7;
    border-radius: 2px;
    padding: 10px;
}
.blue-btn {
    background-color: #4199d3;
    color: #fff;
    max-width: 97px !important;
    margin-left: 7px;
    float: right;
}
.email-sign-up2 {
    background-color: #f3f3f3;
    padding: 14px;
    margin-top: 15px;
    border-radius: 4px;
}
.email-sign-up2 h4 {
    font-size: 18px;
    font-weight: bold;
    color: #999999;
    margin: 10px 0px;
}
.email-sign-up2 p {
    font-size: 12px;
    font-weight: bold;
    color: #989898;
}
.email-sign-up2 input {
    float: left;
    max-width: 135px;
    width: 100%;
    border: solid 1px #e7e7e7;
    border-radius: 2px;
    padding: 10px;
}
.email-sign-up2 .selectboxit {
    display: none !important;
}
.email-sign-up2 select {
    float: left;
    width: 100%;
    border: solid 1px #e7e7e7;
    border-radius: 2px;
    padding: 9px;
    display: block !important;
    background-image: url(../images/selectbg.png) !important;
    background-repeat: no-repeat;
    background-position: 61px 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select-menu {
    float: left;
    max-width: 86px;
    margin-left: 7px;
    width: 100%;
}
.email-sign-up2 .selectboxit {
    background: #fff !important;
    max-width: 89px;
    background-color: white;
    border: solid 1px #e7e7e7;
    border-radius: 2px;
    padding: 10px;
}
.inner-top-bar p span {
    font-size: 18px;
    color: #fff;
}
.inner-top-bar a {
    color: #fff;
}
/*detail page css start from here*/

.inner-top-bartwo {
    margin-bottom: 16px;
    border-bottom: solid 1px #CCC;
}
.inner-top-bartwo p {
    font-size: 14px;
    color: #4199d3;
    padding: 15px 0 15px 0;
    margin-bottom: 0px;
}
/*=========================scroll css start=============================
*/
 #ex3::-webkit-scrollbar {
 width:8px;
 background-color:#cccccc;
}
 #ex3::-webkit-scrollbar-thumb {
 background-color:#4199d3;
 border-radius:10px;
}
#ex3::-webkit-scrollbar-thumb:hover {
 background-color:#4199d3;
 border:1px solid #4199d3;
}
#ex3::-webkit-scrollbar-thumb:active {
 background-color:#4199d3;
 border:1px solid #4199d3;
}
 #ex3::-webkit-scrollbar-track {
 border:1px gray solid;
 border-radius:10px;
 webkit-box-shadow:0 0 2px gray inset;
}
/*=========================scroll css end=============================
*/

.thamnail-a ul li {
    float: left;
    max-width: 150px;
    margin-bottom: 25px;
}
.thamnail-a ul li:last-child {
    margin-bottom: 0px;
}
.left-img {
    max-width: 580px;
}
.right-box-detail h3 {
    font-size: 22px;
    line-height: 34px;
    margin-top: 0px;
    margin-bottom: 2px;
    text-align: center;
    vertical-align: bottom;
}
.right-box-detail-first-li {
    background-color: #4199d3;
    padding: 24px 0px;
    border: none;
}
.right-box-detail-first-li .tag-icon {
    background-color: #fff;
    width: 43px;
    height: 43px;
}
.right-box-detail-first-li .tag-icon i {
    color: #4199d3;
    font-size: 26px;
}
.right-box-detail h3 span {
    font-size: 22px;
    color: #999;
}
.right-box-detail .more-adds {
    font-size: 15px;
    text-transform: none;
    text-decoration: underline;
}
.circle-white {
    border: 1px solid #fff;
    border-radius: 23px;
    padding: 4px 5px 2px 6px;
    margin-right: 10px;
}
.right-box-detail li h6 {
    max-width: 54px;
    float: left;
    margin-right: 11px;
}
.right-box-detail li h6 img {
}
.right-box-detail li h6 {
    margin-bottom: 0px
}
.right-box-detail li span {
    color: #ffffff;
}
.right-box-detail li h4 {
    font-size: 20px;
    color: #fff;
}
.right-box-detail li p {
    color: #fff;
    margin: 0px;
}
.right-box-detail ul li:nth-child(3) p {
    text-align: left;
    margin-top: 0;
}
.right-box-detail ul li:nth-child(4) img {
    text-align: center;
    margin: 0 auto;
}
.left-img ul {
    max-width: 50%;
    float: none;
    min-height: 70px;
}
.left-img ul li {
    margin-bottom: 5px;
    max-width: 110px;
}
.left-img ul li i {
    margin-right: 4px;
    width: 16px;
    font-size: 14px;
}
.subscriptip_frm {
    background-color: #4199d3;
    padding: 14px 0px 24px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}
.subscriptip_frm p {
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 16px;
}
.subscriptip_frm input {
    background-color: #FFF;
    max-width: 100%;
    width: 100%;
    color: #7c7c7c;
    font-size: 16px;
    margin-bottom: 0px;
    border-radius: 2px;
    min-height: 44px;
    padding: 9px 12px;
    border: none;
}
.subscriptip_frm select {
    background-color: #FFF;
    max-width: 100%;
    width: 100%;
    color: #7c7c7c;
    font-size: 16px;
    margin-bottom: 0px;
    border-radius: 2px;
    min-height: 44px;
    padding: 9px 12px;
    border: none;
}
.subscriptip_frm .subscription-btn {
    background-color: #000000 !important;
    border: none !important;
    text-transform: uppercase;
    max-width: 100% !important;
    display: block;
    font-size: 14px;
}
.submit_btn {
    font-family: 'Lato', sans-serif;
    background-color: #4199d3 !important;
    font-size: 20px;
    line-height: 26px;
    color: #FFF !important;
    border: 1px solid #1c95cf !important;
    border-radius: 4px;
    padding: 8px 18px;
    max-width: 110px !important;
    margin-bottom: 0px;
    float: left;
}
.lightblue {
    color: #4199d3 !important;
    background-color: inherit !important;
    border: none !important;
    padding: 0px !important;
    ;
}
/*lease-companies page css here*/
.lease-companies p {
    color: #000;
    margin-top: 40px;
}
.QUICK_REFERENCE {
    background-color: #f3f3f3;
    border: solid 1px #e6e6e6;
    padding: 22px 22px 0px 22px;
    margin-bottom: 11px;
}
.QUICK_REFERENCE h4 {
    margin: 0 0 28px 0;
    color: #999999;
}
.QUICK_REFERENCE ul li {
    margin-bottom: 14px;
}
.QUICK_REFERENCE ul li a {
    color: #0488c7;
}
.QUICK_REFERENCEtwo ul li {
    width: 50%;
    float: left;
}
.company_lease li {
    margin-bottom: 14px;
    float: left;
    width: 100%;
}
.company_lease li:after {
    border: 0px
}
.company_lease li div {
    padding: 0px;
    font-size: 13px !important;
}
.company_lease li div:nth-child(2) {
    color: #8f8f8f;
}
.company_contact p {
    color: #7c7c7c;
}
.company_contact h5 a {
    text-decoration: underline;
    color: #7c7c7c;
    margin-right: 30px;
}
.company_contact h5 a:nth-child(2) {
    color: #428bca;
}
.company_contact h5 {
}
.blu-btn {
    font-size: 16px;
    color: white;
    padding: 13.5px 30px;
    background-color: #4199d3;
    margin: 0px auto;
    float: left;
    border: solid 1px #269dd5;
    border-radius: 4px;
    box-shadow: inset 0px 1px 0px white;
}
.gray-btn {
    background-color: #848484;
    border: solid 1px #848484;
    box-shadow: inset 0px 1px 0px white;
    padding: 14.5px 13px;
    margin-left: 8px;
    border-radius: 4px;
    color: white;
    float: left;
}
/*..................................listing css start........................................*/

.leftnavsearch {
    max-width: 250px;
    width: 21%;
    float: left;
    background-color: #fff;
    border: 1px solid #e8e8e8;
}
.listtoptext {
    padding: 14px 14px 3px 0;
}
.listtoptext h5 {
    float: left;
    font-size: 17px;
    color: #4199d3;
    margin: 0px;
    font-weight: bold;
}
.listtoptext a {
    float: right;
    color: #000;
}
.listtoptext span {
    font-size: 17px;
    color: #000000;
    padding-left: 4px;
    font-weight: bold;
}
.listing_left {
    background-color: #fff;
}
.listmainul {
    margin: 0px;
    padding: 0px;
}
.listmainul .collapsed {
    border-bottom: 1px solid #000;
}
.listmainul li {
    border-bottom: 1px solid #4199d3;
}
.listmainul .sub-menu li {
    border-bottom: none;
}
.listmainul .sub-menu li label {
    font-family: 'lato-semibold';
}
.connobg {
    background-image: inherit !important;
}
.listmainul li a {
    color: #4199d3;
    font-size: 17px;
    padding: 17px 14px 5px 0px;
    display: block;
    font-family: 'lato-semibold';
}
.listmainul li.collapsed a {
    color: #000000;
}
.listmainul li:before {
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
    color: #4199d3;
    line-height: 30px;
    margin: 14px 10px 0 0;
    font-size: 25px;
}
.listmainul li.collapsed:before {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
    line-height: 30px;
    color: #000;
}
.listmainul .sub-menu {
    background-color: #fff;
    padding: 10px 0px;
}
.listmainul .sub-menu li:before {
    display: none;
}
.listmainul .sub-menu li a {
    padding: 4px 0px;
    display: block;
    color: #666666;
}
.listmainul .sub-menu li a:hover, .listmainul .sub-menu li a:focus {
    color: #4199d3;
}
.less-list {
    font-family: 'lato-semibold';
    color: #4199d3;
    font-size: 17px;
    position: relative;
    padding: 0 0 0 25px;
    cursor: pointer;
}
.less-list:before {
    content: "+";
    font-size: 27px;
    color: #4199d3;
    left: 3px;
    top: -7px;
    position: absolute;
}
.show-more-list {
    font-family: 'lato-semibold';
    color: #4199d3;
    font-size: 17px;
    position: relative;
    padding: 0 0 0 25px;
    cursor: pointer;
}
.show-more-list:before {
    content: "+";
    font-size: 27px;
    color: #4199d3;
    left: 3px;
    top: -7px;
    position: absolute;
}
.left-image {
    background-image: url(../images/plussign.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.listmainul .filter-sub-menu {
    background-color: #4199d3;
    border-radius: 3px;
}
.listmainul .filter-sub-menu li {
    display: inline-block;
    margin: 6px;
}
.listmainul .filter-sub-menu li a {
    background-color: #fff;
    padding: 4px 37px 4px 20px;
    border-radius: 25px;
    display: inline-block;
    font-size: 12px;
}
.right-image {
    background-image: url(../images/minussign.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.image1 {
    margin-top: 42px;
    padding-bottom: 20px;
}
.image1 img {
    margin: 0 auto;
}
.crossarrow li a {
    background-image: url(../images/cross1.png);
    background-repeat: no-repeat;
    background-position: 88%;
}
.crossarrow li a:hover, .crossarrow li a:focus {
    background-image: url(../images/cross2.png) !important;
    background-repeat: no-repeat !important;
    background-position: 88% !important;
}
#Distance {
    position: relative;
}
.findzip {
    border: 1px solid #e8e8e8;
    padding: 2px 10px;
    width: 70px;
    font-size: 12px;
    position: absolute;
    right: 31px;
    top: 13px;
}
/*....................................center area start...................................*/
.centersearch_container {
    max-width: 800px;
    width: 67%;
    float: left;
}
.topsortby {
    background-color: #fff;
    border: 1px solid #e8e8e8;
}
.topsortbyleft {
    float: left;
    padding: 6px 0px 0 0px;
    max-width: 240px;
    width: 100%;
}
.topsortbyleft span {
    margin-top: 2px;
    float: left;
}
.sortselect {
    width: 100px !important;
    background-color: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: inherit;
    padding: 3px 4px;
    display: block !important;
    float: right;
}
.topsortbyleft .selectboxit {
    display: none !important;
}
.topsortbyleft .btn {
    text-align: left !important;
}
.topsortbyleft .btn .caret {
    margin-left: 12px;
}
.topsortbyleft .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 81px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.topsortbycenter {
    float: left;
    margin-left: 100px;
    padding-top: 12px;
}
.topsortbycenter ul {
    padding: 0px;
    margin: 0px;
}
.topsortbycenter li {
    display: inline-block;
    padding: 0px 7px;
}
.topsortbycenter li a {
    color: #666666;
}
.topsortbycenter input {
    border: 1px solid #e8e8e8;
    width: 46px;
    text-align: center;
    padding: 3px 7px;
}
.topsortbyright {
    float: right;
    padding: 10px 14px;
    background-color: #4199d3;
    text-align: center;
}
.topsortbyright a {
    color: #fff;
}
.searchlist_leftdetail img {
    padding: 5px;
    border: solid 1px #e8e8e8;
}
.car_seararea2 {
    background-color: white;
    border-top: solid 9px #e8e8e8;
    border-left: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
}
.car_seararea3 {
    background-color: white;
    border-left: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
}
.nomargin {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
/*===== Listing page updated =====*/

.listing_main-updated .row {
    background-color: #fff;
    border: 1px solid #c1c1c1;
    margin-bottom: 15px;
}
.listing_main-updated .car-info-home .row {
    border: none;
}
.leftnavsearch {
    max-width: inherit;
    width: 25%;
    border: none;
    padding: 0 22px;
}
.centersearch_container {
    max-width: inherit;
    width: 75%;
    position: relative;
    border-left: 1px solid #c1c1c1;
}
/*
.centersearch_container:before {
	content: "";
	border-left: 1px solid #ccc;
	
}
*/
.centersearch_container .col-md-12 {
    padding: 0px 5px;
}
.listing_main-updated .topsortby {
    border: none;
    padding: 6px 22px 26px;
}
.topsortbyleft span {
    font-weight: bold;
    font-size: 18px;
}
.listing_main-updated .sortselect {
    width: 90px !important;
    border: inherit!important;
    color: #4199d3;
    font-weight: bold;
    font-size: 18px;
    float: left;
    position: relative;
}
.listing_main-updated .car_seararea {
    border: none;
}
.car-listing-col-main-updated {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.car-listing-col-main-updated .item-car-main {
    padding: 0 16px;
    margin: 0 0 10px 0;
}
.car-listing-col-main-updated .item-car-updated {
    border: 1px solid #d1d1d1;
}
.car-listing-col-main-updated .item-car-updated:hover {
    box-shadow: 0px 0px 15px -4px #4199d3;
}
.car-listing-col-main-updated .item-car-main .car-name {
    margin: 0 0 10px 0;
}
.tag-icon {
    width: 36px;
    height: 36px;
    float: left;
    background-color: #4199d3;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.tag-icon i {
    color: #fff;
    font-size: 22px;
    margin: 2px 0 0 4px;
}
.car-listing-col-main-updated .car-info-home .col-xs-10 {
    padding: 0 0 0 6px;
}
.car-info-home h4 {
    font-size: 20px;
    color: #4199d3;
    font-family: 'lato-semibold';
}
.car-listing-col-main-updated .car-info-home p {
    color: #4199d3;
    margin: 0 0;
}
.car-listing-col-main-updated .car-info-home .car-info-ul {
    margin: 10px 0 0 0;
}
.button-3 {
    background-color: #dedede;
    color: #000 !important;
    display: block;
    padding: 10px 24px;
    text-align: center;
    font-size: 14px !important;
    border-radius: 0px 0 3px 3px;
    border: none;
    text-transform: uppercase;
    margin: 22px -14px -21px -14px;
}
.button-3:hover {
    background-color: #4199d3;
    color: #fff !important;
}


.button-4 {
    background-color: #4199d3;
    color: #fff !important;
    display: block;
    padding: 14px 24px;
    text-align: center;
    font-size: 14px !important;
    border-radius: 0px 0 3px 3px;
    border: none;
    text-transform: uppercase;
    max-width: 200px;
    margin: 0 auto;
}
.button-4:hover {
    background-color: #4199d3;
    color: #fff !important;
}







.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*===== Takeover Lease Updated  =====*/

.listing_main-updated .topsortby-takeover-p .row {
    border: none;
    margin-bottom: 0px;
}
.topsortby-takeover-p .take-over-form select {
    min-height: 40px;
}
.topsortby-takeover-p .take-over-form input {
    min-height: 40px;
}
.topsortby-takeover-p .take-over-form .find-lease-b {
    min-height: 40px;
    padding: 10px 24px;
}
.listing_main-updated .topsortby-takeover-p {
    padding: 6px 22px 6px;
}
/*..........................car search area.............................*/
.searchlist_maindetailleft {
    max-width: 650px;
    width: 80%;
    float: left;
}
.searchlist_maindetailright {
    max-width: 150px;
    width: 70%;
    float: right;
}
.searchlist_leftdetail {
    margin-top: 16px;
}
.searchlist_leftdetail p {
    font-size: 12px;
    line-height: 20px;
}
.textcenter {
    text-align: center;
}
.inner-top-bartwo2 {
    border-bottom: solid 1px #CCC;
}
.inner-top-bartwo2 p {
    font-size: 14px;
    color: #4199d3;
    padding: 15px 0 15px 0;
    margin-bottom: 0px;
}
.car_seararea {
    background-color: white;
    border-top: solid 9px #e8e8e8;
    border-left: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    margin-top: 16px;
}
.bg-none {
    background-color: transparent;
}
.bg-mar-b {
    background-color: #fff;
    margin-bottom: 12px;
}
.span-set {
    width: 100%;
    margin-bottom: 5px;
}
.span1 {
    color: #4199d3;
    width: 50%;
    display: block;
    float: left;
}
.del_location .span1 {
    width: 43%;
}
.searchlist_ul {
    max-width: 100%;
    float: none;
    min-height: 81px;
    border-top: 1px solid #ccc;
    margin-top: 7px;
    padding-top: 5px !important;
}
.searchlist_ul li {
    margin-bottom: 7px;
    max-width: 110px;
    list-style-type: none;
    float: left;
    padding: 0px;
    width: 100%;
    display: inline-flex;
}
.searchlist_ul li:last-child {
    max-width: 188px;
}
.searchlist_ul li i {
    margin-right: 4px;
    width: 16px;
    font-size: 14px;
}
.automatic {
    background-image: url(../images/automatic.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    background-position: 0px 3px;
}
.used {
    background-image: url(../images/usedicon.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 16px;
    background-position: 0px 0px;
}
.engine {
    background-image: url(../images/engineicon.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 17px;
    background-position: 0px 3px;
}
.metter {
    background: url(../images/new-det-icon1.png) no-repeat center left;
}
.automatic2 {
    background: url(../images/new-det-icon2.png) no-repeat center left;
}
.used2 {
    background: url(../images/new-det-icon3.png) no-repeat center left;
}
.electric {
    background: url(../images/new-det-icon4.png) no-repeat center left;
}
.engine2 {
    background: url(../images/new-det-icon5.png) no-repeat center left;
}
.bodytype {
    background: url(../images/new-det-icon6.png) no-repeat center left;
}
.metter, .automatic2, .used2, .electric, .engine2, .bodytype {
    width: 30px !important;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}
/*..............................searchlist_rightdetail................................*/  


.searchlist_rightdetail {
    border-left: 1px solid #e8e8e8;
}
.spanf12 {
    font-size: 12px;
    color: #666666;
}
.searchlist_rightdetail h4 {
    margin: 15px 0 15px 14px;
    font-size: 20px;
}
.viewdetail_button, .viewdetail_button:focus {
    color: #fff;
    background-color: #4199d3;
    text-align: center;
    padding: 15px 0px;
    display: block;
    cursor: pointer;
}
.viewdetail_button:hover, .viewdetail_button:focus {
    color: #fff;
    background-color: #4199d3;
}
.viewdetail_unpublish_button, .viewdetail_unpublish_button:focus {
    background-color: #EF0B06;
}
.viewdetail_unpublish_button:hover, .viewdetail_unpublish_button:focus {
    color: #fff;
    background-color: #EF0B06;
}
.del_location li a {
    color: #666666;
    padding-bottom: 10px;
    display: block;
    pointer-events: none;
}
.del_location li a:hover {
    color: #428bca;
}
.main_buttonfone {
    border-top: 1px solid #e8e8e8;
}
.fone_btn {
    background-color: #f7f7f7;
    padding: 10px 25px;
    color: #b3b3b3;
    float: left;
    border-right: 1px solid #e8e8e8;
}
.messsage_btn {
    background-color: #f7f7f7;
    padding: 11px 31px;
    color: #b3b3b3;
    float: right;
}
.circle-gray {
    border: 1px solid #b3b3b3;
    border-radius: 50%;
    padding: 3px 0px 0px 6px;
    width: 22px;
    height: 22px;
}
/*.......................................rightsearch_nav................................*/	
.rightsearch_nav {
    max-width: 150px;
    width: 13%;
    float: right;
}
.mar_bot18 {
    margin-bottom: 18px;
}
.alert_row {
    background-color: #999999;
    padding: 16px 70px;
}
.round_bell {
    width: 33px;
    height: 33px;
    background-color: #fff;
    color: #4199d3;
    float: left;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    margin-top: 3px;
}
.alert_row h5 {
    font-size: 16px;
    color: #fff;
    float: left;
    margin: 8px 0 0 20px;
}
.alertbutton {
    color: #727272;
    font-size: 14px;
    padding: 9px 20px;
    float: right;
    border-radius: 2px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
.bottomsortby {
    background-color: #fff;
    padding: 0px 0 4px;
}
.pagination > li > a, .pagination > li > span {
    color: #000000;
    background-color: #ebebeb;
    border: 1px solid #c8c8c8;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #4199d3;
    border-color: #4199d3;
}
/*...........................Vehicle Details css start.....................................  */

add-post.Vehicle_Details {
    background-color: #f3f3f3;
    border: solid 1px #e6e6e6;
    padding: 5px 22px 30px 20px;
    margin-bottom: 11px;
    margin-top: 14px;
    border-radius: 0 0 3px 3px;
}
.Vehicle_form_main ul {
    padding: 0px;
}
.leftselect_field {
    float: left;
    /*    max-width: 371px;*/
    width: 50%;
}
.leftselect_field .vehicle_select {
    float: right;
}
span.floatright {
    float: right;
    margin-right: 10px;
    margin-top: 12px;
}
.rightselect_field {
    float: right;
    /*    max-width: 350px;*/
    width: 50%;
}
.vehicle_select {
    background-color: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 2px;
    padding: 10px 7px;
    display: block !important;
    color: #9b9b9b;
}
.rightselect_field .vehicle_select {
    float: right;
}
.Vehicle_form_main li {
    margin-bottom: 10px;
    position: relative;
}
.vehicle_select {
    background-color: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 2px;
    padding: 8px 7px;
    display: block !important;
    color: #9b9b9b;
    float: right;
}
.vehicle_selectmonth {
    background-color: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 2px;
    padding: 7px 7px;
    display: block !important;
    color: #9b9b9b;
    float: right;
}
.Vehicle_form_main select {
    float: right;
}
.top_selectlease {
    position: relative;
}
.styled-select select {
    background-image: url(../images/selectbg.png);
    background-repeat: no-repeat;
    background-position: 202px 9px;
}
.styled-select2 select {
    background: transparent;
    background-image: url(../images/selectbg.png);
    background-repeat: no-repeat;
    background-position: 80px 8px;
}
.vehicle_selectlittle {
    width: 160px !important;
    background-color: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 2px;
    padding: 10px 7px;
    float: right;
    margin-right: 70px;
    display: block !important;
    color: #9b9b9b;
}
.Vehicle_form_main .selectboxit {
    display: none !important;
}
.Vehicle_form_main .selectboxit {
    display: none !important;
}
/*..............................top_selectlease...............................*/ 

.top_selectleaseleft {
    float: left;
    max-width: 350px;
    width: 100%;
    margin-bottom: 10px;
}
.top_selectleaseright {
    float: left;
    max-width: 356px;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.Leasing_Company {
    max-width: 707px;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.insentive_checkbox {
    float: left;
    margin-left: 47px;
    margin-bottom: 12px;
}
.insentive_checkbox input[type='checkbox'] {
    float: right;
    margin-top: 17px;
}
.emptyselect {
    height: 44px;
    float: left;
}
/*..................................check box area css start...............................*/

.checkbox_area {
    padding: 0px 22px 0px 20px;
    margin-bottom: 11px;
}
.checkbox_area span {
    color: #757575;
    font-size: 12px;
}
.checkbox_row {
    margin-bottom: 30px;
}
div#ui-datepicker-div {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0px 0px 5px 5px;
}
div#ui-datepicker-div .ui-icon-circle-triangle-w {
    background-color: #4199d3;
    color: #fff;
    padding: 1px 4px;
    border-radius: 3px;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-right: 4px;
}
div#ui-datepicker-div .ui-icon-circle-triangle-e {
    background-color: #4199d3;
    color: #fff;
    padding: 1px 4px;
    border-radius: 3px;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-right: 4px;
}
div#ui-datepicker-div th {
    padding: 0px 8px 0 0;
}
.blue-btn2 {
    background-color: #4199d3;
    color: #fff;
    float: right;
    margin-left: 7px;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    max-width: 97px;
    padding: 10px;
    width: 100%;
}
.blue-btn2:hover, .blue-btn2:focus {
    background-color: #249dd6;
    color: #fff;
}
.remove-button {
    padding: 9px 10px;
}
/*===== Add post updated ====*/
.add-post-main {
    padding: 0px 0 17px;
}
.add-post-main .panel {
    border-radius: 0px;
}
.add-post-main .panel-body {
    padding: 50px 15px;
}
.add-post-main .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
}
.stepper .nav-tabs {
    position: relative;
    width: 50%;
    margin: 0 auto;
}
.stepper .nav-tabs > li {
    position: relative;
}
.stepper .nav-tabs > li:after {
    content: '';
    position: absolute;
    background: #f1f1f1;
    display: block;
    width: 100%;
    height: 5px;
    top: 30px;
    left: 50%;
    z-index: 1;
}
.stepper .nav-tabs > li.completed::after {
    background: #0073bd;
}
.stepper .nav-tabs > li:last-child::after {
    background: transparent;
}
/*.stepper .nav-tabs > li.active:last-child .round-tab {
    background: #2ad570;
}

.stepper .nav-tabs > li.active:last-child .round-tab::after {
    content: '✔';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}
*/
.stepper .nav-tabs [data-toggle='tab'] {
    width: 35px;
    height: 35px;
    margin: 15px auto;
    border-radius: 100%;
    border: none;
    padding: 0;
    color: #d7d7d7;
}
.stepper .nav-tabs [data-toggle='tab']:hover {
    background: transparent;
    border: none;
}
.stepper .nav-tabs > .active > [data-toggle='tab'], .stepper .nav-tabs > .active > [data-toggle='tab']:hover, .stepper .nav-tabs > .active > [data-toggle='tab']:focus {
    color: #2ad570;
    cursor: default;
    border: none;
}
.stepper .tab-pane {
    position: relative;
    padding-top: 50px;
}
.stepper .round-tab {
    width: 35px;
    height: 35px;
    line-height: 29px;
    display: inline-block;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #2ad570;
    color: #2ad570;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 14px;
}
.stepper .completed .round-tab {
    background: #2ad570;
}
.stepper .completed .round-tab::after {
    content: '✔';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}
.stepper .active .round-tab {
    background: #0073bd;
    border: 2px solid #0073bd;
    color: #fff;
}
.stepper .active .round-tab:hover {
    background: #fff;
    border: 2px solid #2ad570;
    color: #000;
}
.stepper .active .round-tab::after {
    display: none;
}
.stepper .disabled .round-tab {
    background: #fff;
    color: #000000;
    border-color: #d7d7d7;
}
.stepper .disabled .round-tab:hover {
    color: #4dd3b6;
    border: 2px solid #a6dfd3;
}
.stepper .disabled .round-tab::after {
    display: none;
}
/*headings*/
.fs-title {
    font-size: 20px;
    color: #4199d3;
    font-weight: bold;
    margin: 10px 0 0;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 16px;
    color: #000;
    margin: 3px 0;
}
/*==== Add post updated =====*/

.add-post-main .panel-body:before {
    display: none;
}
.add-post-main .nav-tabs>li.active>a:hover:after, .add-post-main .nav-tabs>li.active>a:focus:after {
    display: none;
}
.fields-area {
    margin: 40px 0;
}
.fields-area .form-group {
    margin-bottom: 10px;
}
.fields-area select {
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
    border-radius: inherit;
    padding: 4px 0px;
}
.fields-area input {
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
    border-radius: inherit;
    padding: 4px 0px;
}
.fields-area textarea {
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
    border-radius: inherit;
    padding: 4px 0px;
    width: 100%;
}
.fields-area .form-horizontal label {
    font-family: 'Roboto', sans-serif;
    padding-top: 20px;
    line-height: 14px;
}
.fields-area select:focus, .fields-area select:active {
    border-bottom: 1px solid #57b846;
    outline: none;
    box-shadow: none;
}
.fields-area input:focus, .fields-area input:active {
    border-bottom: 1px solid #57b846;
    outline: none;
    box-shadow: none;
}
.fields-area .chosefile {
    padding: 8px;
}
.form-button {
    padding: 0 20px;
}
.add-post-main .btn-primary {
    padding: 9px 33px;
    text-transform: uppercase;
    border-radius: 2px;
    background-color: #4199d3;
    font-size: 14px;
    min-width: 150px;
    border: none;
}
.add-post-main .btn-default {
    padding: 9px 33px;
    text-transform: uppercase;
    border-radius: 2px;
    background-color: #ef0b0a;
    font-size: 14px;
    min-width: 150px;
    color: #fff;
    border: none;
}
.add-post-main .btn-primary-01 {
    background-color: #666666;
}
.my-vehicle .col-sm-12:nth-child(5) .col-sm-3, .my-vehicle .col-sm-12:nth-child(6) .col-sm-3 {
    width: 22.3%;
}
.my-vehicle .col-sm-12:nth-child(5) .col-sm-9, .my-vehicle .col-sm-12:nth-child(6) .col-sm-9 {
    width: 77.6%;
}
.my-vehicle .col-sm-12:nth-child(7) .col-sm-2 {
    width: 11.2%;
}
.my-vehicle .col-sm-12:nth-child(7) .col-sm-10 {
    width: 88.8%;
}
.error-message-add {
    position: absolute;
    right: 0;
    top: -23px;
    background-color: #f93535;
    display: inline-block;
    color: #fff;
    padding: 1px 7px;
    border-radius: 3px;
    font-size: 12px;
}

/*For safari only*/  

@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) and (stroke-color:transparent) {
.fields-area .form-horizontal label {
 font-size: 12px;
}
}
}
/*................Manage all your stuff css start ...........*/	

.Manage_stuff {
    padding: 0px;
    margin-top: 0px;
}
.Manage_stuff h4 {
    color: #999999;
}
.manageallnav_main {
    margin-top: 22px;
    float: left;
}
.manageallnav {
}
.manageallnav ul {
    margin: 0px;
    padding: 0px;
}
.manageallnav li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.manageallnav li a {
    background-color: #4199d3;
    font-size: 16px;
    color: #fff;
    padding: 13px 21px;
    border-radius: 3px 3px 0px 0px;
}
.manageallnav li a:hover, .manageallnav li a.active {
    background-color: #666666;
}
.information_area {
    border: 1px solid #e6e6e6;
    /*    border-bottom: 0px;*/
    margin-top: 11px;
    word-wrap: break-word;
}
.information_area span {
    color: #1f99d3;
}
.information_area h4 {
    color: #4199d3;
    margin: 0px 0 8px 0;
}
.information_area h6 {
    line-height: 12px;
    margin: 0px;
    margin-bottom: 16px;
    font-size: 14px;
}
.marbottom5 {
    margin-bottom: 5px;
}
.martop20 {
    margin-top: 20px;
}
.marbottom10 {
    margin-bottom: 7px;
}
.marright10 {
    margin-right: 10px;
}
.borderrightgray {
    border-right: 1px solid #e6e6e6;
    min-height: 294px;
}
.leftinfor {
    padding: 20px 0px 0 28px;
}
.forallbtn {
    border: solid 1px #1e97d0;
    border-radius: 4px;
    padding: 13px 16px;
    font-size: 16px;
    color: #fff;
    min-width: 133px;
    width: 100%;
    background-color: #4199d3;
}
.forallbtn:hover {
    color: #fff;
    background-color: #4199d3;
}
.buttons {
    line-height: 47px;
}
.rightinfor {
    padding: 20px 0px 0 28px;
    word-wrap: break-word;
}
.rightinfor h4 {
    margin-bottom: 28px;
}
.whatch-btn {
    padding: 5px 8px;
    border-radius: 4px;
    float: right;
    cursor: pointer;
}
.user-dashboard {
    padding: 35px 0;
}
.user-dashboard-nav {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 14px 5px #c5c5c5;
    padding: 24px 25px 30px;
}
.user-dashboard-nav h4 {
    font-size: 22px;
    color: #4199d3;
    margin-bottom: 40px;
}
.user-dashboard-nav .list-group-item {
    border: none;
    font-size: 17px;
    color: #979797;
    padding: 9px 0px;
    font-family: 'Roboto', sans-serif;
}
.user-dashboard-nav .list-group-item i {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
    position: relative;
    border-radius: 50%;
}
.user-dashboard-nav .list-group-item span {
    padding-left: 16px;
    line-height: 29px;
}
.user-dashboard-nav .list-group-item i:before {
    content: "";
    width: 30px;
    height: 29px;
    position: absolute;
    left: 0;
    top: 0;
}
.user-dashboard-nav a.list-group-item:hover, .user-dashboard-nav a.list-group-item:focus {
    color: #4199d3;
    background-color: transparent;
}
.user-dashboard-nav a.list-group-item:hover i, .user-dashboard-nav a.list-group-item:focus i {
    background-color: #4199d3;
}
.user-dashboard-nav .u-das-nav-icon-01:before {
    background: url(../images/u-das-nav-icon-01.png) no-repeat center center;
}
.user-dashboard-nav a.list-group-item:hover .u-das-nav-icon-01:before, .user-dashboard-nav a.list-group-item:focus .u-das-nav-icon-01:before {
    background: url(../images/u-das-nav-icon-01-hover.png) no-repeat center center;
}
.user-dashboard-nav .u-das-nav-icon-1:before {
    background: url(../images/u-das-nav-icon-1.png) no-repeat center center;
}
.user-dashboard-nav a.list-group-item:hover .u-das-nav-icon-1:before, .user-dashboard-nav a.list-group-item:focus .u-das-nav-icon-1:before {
    background: url(../images/u-das-nav-icon-1-hover.png) no-repeat center center;
}
.user-dashboard-nav .u-das-nav-icon-2:before {
    background: url(../images/u-das-nav-icon-2.png) no-repeat center center;
}
.user-dashboard-nav a.list-group-item:hover .u-das-nav-icon-2:before, .user-dashboard-nav a.list-group-item:focus .u-das-nav-icon-2:before {
    background: url(../images/u-das-nav-icon-2-hover.png) no-repeat center center;
}
.user-dashboard-nav .u-das-nav-icon-3:before {
    background: url(../images/u-das-nav-icon-3.png) no-repeat center center;
}
.user-dashboard-nav a.list-group-item:hover .u-das-nav-icon-3:before, .user-dashboard-nav a.list-group-item:focus .u-das-nav-icon-3:before {
    background: url(../images/u-das-nav-icon-3-hover.png) no-repeat center center;
}
.user-dashboard-nav .u-das-nav-icon-4:before {
    background: url(../images/u-das-nav-icon-4.png) no-repeat center center;
}
.user-dashboard-nav a.list-group-item:hover .u-das-nav-icon-4:before, .user-dashboard-nav a.list-group-item:focus .u-das-nav-icon-4:before {
    background: url(../images/u-das-nav-icon-4-hover.png) no-repeat center center;
}
.user-dashboard-nav .u-das-nav-icon-5:before {
    background: url(../images/u-das-nav-icon-5.png) no-repeat center center;
}
.user-dashboard-nav a.list-group-item:hover .u-das-nav-icon-5:before, .user-dashboard-nav a.list-group-item:focus .u-das-nav-icon-5:before {
    background: url(../images/u-das-nav-icon-5-hover.png) no-repeat center center;
}
.user-dashboard-nav .u-das-nav-icon-6:before {
    background: url(../images/u-das-nav-icon-6.png) no-repeat center center;
}
.user-dashboard-nav a.list-group-item:hover .u-das-nav-icon-6:before, .user-dashboard-nav a.list-group-item:focus .u-das-nav-icon-6:before {
    background: url(../images/u-das-nav-icon-6-hover.png) no-repeat center center;
}
.user-dashboard-nav .u-das-nav-active {
    color: #4199d3;
}
.user-dashboard-nav .u-das-nav-active i {
    background-color: #4199d3;
}
.user-dashboard-nav .u-das-nav-active .u-das-nav-icon-01:before {
    background: url(../images/u-das-nav-icon-01-hover.png) no-repeat center center;
}
.user-dashboard-nav .u-das-nav-active .u-das-nav-icon-1:before {
    background: url(../images/u-das-nav-icon-1-hover.png) no-repeat center center;
}
.user-dashboard-nav .u-das-nav-active .u-das-nav-icon-2:before {
    background: url(../images/u-das-nav-icon-2-hover.png) no-repeat center center;
}
.user-dashboard-nav .u-das-nav-active .u-das-nav-icon-3:before {
    background: url(../images/u-das-nav-icon-3-hover.png) no-repeat center center;
}
.user-dashboard-nav .u-das-nav-active .u-das-nav-icon-4:before {
    background: url(../images/u-das-nav-icon-4-hover.png) no-repeat center center;
}
.user-dashboard-nav .u-das-nav-active .u-das-nav-icon-5:before {
    background: url(../images/u-das-nav-icon-5-hover.png) no-repeat center center;
}
.user-dashboard-nav .u-das-nav-active .u-das-nav-icon-6:before {
    background: url(../images/u-das-nav-icon-6-hover.png) no-repeat center center;
}
.user-dashboard-content {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 14px 5px #c5c5c5;
    padding: 24px 30px 40px;
}
.user-dashboard-content .user-info-coloumn {
    margin-top: 43px;
}
.user-dashboard-content h4 {
    font-size: 22px;
    color: #4199d3;
}
.user-dashboard-content .car-info-ul li {
    font-size: 15px;
    font-weight: normal;
    padding: 9px 0;
}
.user-dashboard-content .car-info-ul li span:first-of-type {
    width: 35%;
    min-width: 35%;
    color: #4199d3 !important;
    text-transform: uppercase;
    font-size: 15px;
}
.user-dashboard-content .dasboard-btn {
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 11px 33px;
    text-transform: uppercase;
    border-radius: 2px;
    background-color: #4199d3;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    border: none;
}
.user-dashboard-content .dasboard-btn:hover, .user-dashboard-content .dasboard-btn:focus {
    border: none;
    outline: none;
}
.dashboard-btn-unpublish {
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 2px;
    background-color: #ef0b0a;
    font-size: 13px;
    color: #fff;
}
.dashboard-btn-unpublish:hover {
    color: #fff;
    cursor: pointer;
}
.ads-details-area-inner {
    margin: 19px 0 0;
}
.car-pro-img {
    overflow: hidden;
    position: relative;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    background-color: #ececec;
}
.ads-details-area-inner .ads-main-img img {
    border: 1px solid #dcdcdc;
    padding: 4px;
    border-radius: 3px;
    width: 100%;
    height: 260px;
    object-fit: scale-down;
}
.ads-details-area-inner h5 {
    font-size: 16px;
    font-weight: bold;
    color: #4199d3;
    line-height: 23px;
    margin: -4px 0 10px 0;
}
.user-dashboard-content .ads-details-area-inner .car-info-ul {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
}
.user-dashboard-content .ads-details-area-inner .car-info-ul li {
    font-weight: bold;
    padding: 0;
}
.user-dashboard-content .ads-details-area-inner .car-info-ul li span:first-of-type {
    color: #000 !important;
    text-transform: capitalize;
    width: 40%;
    min-width: 40%;
}
.ads-details-area-inner .vehicle-feature .vehicle-f-ul {
    margin: 13px 0;
}
.ads-details-area-inner .vehicle-feature .vehicle-f-ul li {
    padding: 4px 0;
    flex: 0 0 50%;
}
.ads-details-area-inner .vehicle-feature .vehicle-f-ul li .veh-f-info {
    padding-right: 0px;
}
.my-ads-btn .send-msg-btn, .my-ads-btn .dasboard-btn {
    display: inline-block;
    padding: 10px 30px;
    font-size: 13px;
    margin-top: 2px;
    border-radius: 2px;
}
.my-ads-btn-2 .tag-icon {
    margin: 0 2px 12px;
}
.my-ads-btn-2 .tag-icon .p-un-btn {
    padding: 0;
}
.my-ads-btn-2 .tag-icon i {
    font-size: 20px;
    margin: 0px;
}
.edit-ac label {
    font-size: 13px;
}
/*........LEASE COMPANY POLICY & CONTACT INFORMATION css start..........*/

.vleasecompany_details {
    background-color: #f3f3f3;
    border: solid 1px #e6e6e6;
    padding: 0px 22px 10px 20px;
    margin-bottom: 11px;
    border-radius: 0 0 3px 3px;
}
.record {
    padding: 10px 0 11px;
    min-height: 95px;
}
.roungimage, .record-images {
    text-align: center;
}
.roungimage > img {
    margin-top: 10px;
}
.record h4 {
    font-size: 14px;
    margin-bottom: 5px;
}
.record h6 {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 22px;
}
.border_bottominfo {
    padding: 18px 0px 19px 28px;
    border-bottom: 1px solid #e6e6e6;
}
.border_bottominfo2 {
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
}
.watchlist-btn .send-msg-btn, .watchlist-btn .dasboard-btn {
    padding: 5px 15px;
    font-size: 13px;
    min-width: 125px;
    border-radius: 2px;
    margin: 0px
}
.border_bottominfo h4 {
    color: #999999;
    margin: 0px;
}
.borderrightgray2 {
    border-right: 1px solid #e6e6e6;
}
.profile-picset {
    max-width: 45px;
    height: 45px;
    border: none;
    outline: none;
    width: 100%;
}
.border_bottominfo1 {
    padding: 6px 5px 5px 28px;
}
.border_bottominfo1 h4 {
    margin: 13px 0px;
    color: #999999;
}
/*...........................buyer signup..................................*/	
.textunderline {
    text-decoration: underline;
    display: block;
}
.Continuing {
    margin: 8px 0 0 21px;
    display: block;
    width: 100%;
}
.floatnone {
    float: inherit;
}
.floatleft {
    float: left;
}
.buyersignup_Details {
    background-color: #f3f3f3;
    border: solid 1px #e6e6e6;
    padding: 5px 22px 20px 20px;
    margin-bottom: 11px;
    margin-top: 14px;
    border-radius: 0 0 3px 3px;
}
.buyersignup_Details .rightselect_field img {
    margin: 0 auto;
    display: block;
}
.Congratulations_on {
    padding: 0px 50px 0 0;
}
.Congratulations_on h3 {
    font-size: 27px;
    margin: 13px 0 8px 0;
}
.Congratulations_on span {
    font-size: 14px;
    color: #666666;
}
.Congratulations_on h4 {
    font-size: 23px;
    color: #000;
    margin: 17px 0 22px 0;
}
.Congratulations_on ul {
    padding: 0px;
    list-style-position: inside;
}
.Congratulations_on li {
    list-style-type: decimal;
    color: #4199d3;
    font-size: 19px;
    margin-bottom: 30px;
}
.Congratulations_on h5 {
    font-size: 19px;
}
.forspan span {
    margin-left: 22px;
    display: block;
    line-height: 22px;
}
/*=============================== detail-ul ==============================	
*/	
.detail-ul {
    max-width: inherit !important;
    min-height: inherit !important;
    padding-left: 15px !important;
    margin-top: 25px;
}
.detail-ul li {
    max-width: 50% !important;
    font-size: 16px;
    padding-bottom: 5px !important;
}
.detail-ul .fa {
    color: #4199d3;
    font-size: 17px;
    width: 13px !important;
    margin-right: 5px;
}
/*====================buyer page css start from here=========================		
*/		
.buyer {
    max-width: 343px;
}
.buyer2 {
    max-width: 382px;
}
.Continuing-buyer {
    margin: 0px 0 10px 36px;
    display: block;
}
.buyer-btn {
    margin-left: 37px;
    text-align: center;
}
.buyer-btn2 {
    margin-left: 5px;
    text-align: center;
}
.buyer-information {
    border: 1px solid #e6e6e6;
    margin-top: 11px;
    word-wrap: break-word;
}
table .bg-th th {
    border-right: 1px solid #fff !important;
    color: #fff !important;
    font-size: 16px;
    padding: 11px 8px !important;
}
table .bg-th th:last-child {
    border-right: none !important;
}
.buyer-panel {
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    margin-bottom: 0px;
    border: none;
}
table .bg-th {
    background: #4199d3!important;
    color: #fff;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: inherit;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: inherit;
}
.buyer-table tr td {
    padding: 20px 15px !important;
    font-size: 17px;
}
.buyer-table tr td:first-child {
    width: 42%;
}
.buyer-table2 tr td:first-child {
    width: 86%;
}
.buyer-table tr td:last-child {
    border-right: none;
}
.buyer-table tr th:last-child {
    border-right: none;
}
.buyer-table tr th {
    border-right: 1px solid #ccc;
    color: #666666;
    font-weight: normal;
}
.buyer-table .fa {
    color: #1bc92c;
    font-size: 18px;
}
.buyer_Details {
    background-color: #f3f3f3;
    padding: 0px 15px 10px 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 0 0 3px 3px;
}
.display-center {
    margin-top: 24px;
    display: block;
}
.font-13 {
    font-size: 15px;
    padding-top: 3px;
    display: block;
}
.buyer-table2 .fa-check-b {
    position: relative;
    display: inline-block;
}
.buyer-table2 .fa-check-b:after {
    content: "";
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0px;
    width: 7px;
    border-bottom: 2px solid #000000;
    height: 18px;
    border-right: 2px solid #000000;
    transform: rotate(45deg);
    o-transform: rotate(45deg);
    ms-transform: rotate(45deg);
    webkit-transform: rotate(45deg);
}
.mar-top22 {
    margin-top: 22px !important;
}
.table-for-buy-sell .table-bordered > thead > tr > th, .table-for-buy-sell .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
    padding: 12px 20px;
}
.table-for-buy-sell .table tbody tr th, .table-for-buy-sell .table tbody tr td {
    padding: 12px 20px;
}
.table-for-buy-sell .table tbody tr th h5, .table-for-buy-sell .table tbody tr td h5 {
    color: #000;
}
.table-for-searchlist .table-bordered > thead > tr > th, .table-for-searchlist .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
    padding: 12px 20px;
}
.table-for-searchlist .table tbody tr th, .table-for-searchlist .table tbody tr td {
    padding: 12px 20px;
    vertical-align: middle;
}
.del-searchlist i {
    color: #9c9c9c;
    font-size: 26px;
    line-height: 40px;
}
.del-searchlist i:hover, .del-searchlist i:focus {
    color: #ff0000;
}
/*====================buyer page css end from here=========================		
*/	
.details_ul {
    max-width: 100% !important;
    background-color: #4199d3;
    padding: 30px 14px 18px !important;
    margin-bottom: 0px;
}
.details_ul li {
    font-size: 16px;
    color: #fff;
    max-width: 140px !important;
    padding-bottom: 12px !important;
}
.left-box-detail ul .bodytype-li {
    max-width: 43% !important;
}
.ve-feature h3 {
    background-color: #4199d3;
    margin: 0px;
    padding: 26px 15px;
    color: #fff;
}
/*====================login page css start from here=========================		
*/
.modal-dialog.modal-login {
    max-width: 540px;
}
.modal-dialog.modal-login .modal-body {
    padding: 0px 15px;
}
.modal-login .modal-header {
    border: none;
    padding: 14px;
}
.modal-login .modal-header .close {
    opacity: 1;
    font-size: 28px;
    font-weight: normal;
    text-shadow: none;
    margin-top: -8px;
}
.loginpage {
    text-align: center;
    margin: 0 auto;
    padding: 5px 34px 19px;
}
.loginpage .fb-button {
    margin: 36px 0 0;
    text-transform: capitalize;
    padding: 11px;
    font-size: 17px;
}
.loginpage .or-seprt {
    margin: 33px 0 16px;
    font-size: 17px;
}
.login-input {
    text-align: left;
}
.login-input ul {
    padding: 25px 0 0 0;
}
.login-input a {
    font-size: 13px;
}
.login-input span {
    font-size: 13px;
    color: #848484;
}
.login-input .input-field input {
    background-color: #fff;
    border: none;
    padding: 7px 0px;
    width: 100%;
    margin-bottom: 12px;
    border-bottom: 1px solid #000;
}
.login-input .input-field input:focus, .login-input .input-field input:active {
    border-bottom: 1px solid #57b846;
    outline: none;
}
.login-input .input-field select {
    background-color: #fff;
    border: none;
    padding: 7px 0px;
    width: 100%;
    margin-bottom: 12px;
    border-bottom: 1px solid #000;
    box-shadow: none;
    border-radius: inherit;
    color: #757575;
}
.login-input .input-field select:focus, .login-input .input-field select:active {
    border-bottom: 1px solid #57B846;
    outline: none;
}
.login-input .checkbox {
    margin: 6px 0;
}
.login-input .blue-btn4 {
    background-color: #ef0b0a;
    color: #fff;
    margin: 29px 0 0;
    padding: 12px;
    font-size: 17px;
    border: none;
    outline: none;
    width: 100%;
    border-radius: 3px;
    font-weight: bold;
}
.login-input .blue-btn04 {
    margin: 12px 0 0;
}
.login-input .sign-up-li {
    text-align: center;
}
.login-input .sign-up-li span {
    font-size: 17px;
    color: #000;
    margin: 28px 0 0;
    display: inline-block;
}
.login-input .sign-up-li span a {
    font-size: 17px;
}
.login-input .sign-up-li-2 span, .login-input .sign-up-li-2 span a {
    font-size: 14px;
    margin: 20px 0 0;
}
.bor-left {
    border-left: 1px solid #dadada;
    margin-bottom: 60px;
    padding-bottom: 50px;
}
.are_you input {
    float: left;
    width: 18px;
    margin: 3px 4px 0 0;
}
.error_messages {
    color: #871414;
    font-size: 12px;
    padding: 7px 5px 7px 30px !important;
    margin: 0px 0px 15px 0px;
    background: #ffd2d3 url(../images/error.jpg) 9px 7px no-repeat;
    border: 1px solid #df8f90;
    min-height: 25px;
    background-size: 3%;
    border-radius: 3px;
}
.error_messages li, .success_messages li {
    list-style: none;
    padding-top: 5px;
}
.pad5 {
    padding-top: 12px;
}
.error_ul {
    width: auto !important;
    background-size: 3%;
}
.success_messages {
    color: #4F8A10;
    font-size: 12px;
    padding: 7px 5px 7px 48px !important;
    margin: 0px 0px 15px 0px;
    background: #DFF2BF url(../images/success.png) 5px 3px no-repeat;
    border: 1px solid #DFF2BF;
    min-height: 25px;
    background-size: 3%;
    border-radius: 3px;
}
.warning_messages {
    color: #9F6000;
    font-size: 12px;
    padding: 7px 5px 7px 48px !important;
    margin: 0px 0px 15px 0px;
    background: #FEEFB3 url(../images/warning.png) 5px 3px no-repeat;
    border: 1px solid #FEEFB3;
    min-height: 25px;
    background-size: 3%;
    border-radius: 3px;
}
/*====================login page css end from here=========================		
*/
@font-face {
    font-family: 'lato';
    src: url(../fonts/Lato-Medium.eot);
    src: url(../fonts/Lato-Medium.eot?iefix) format('eot'), url(../fonts/Lato-Medium.woff) format('woff'), url(../fonts/Lato-Medium.ttf) format('truetype'), url(../fonts/Lato-Medium.svg#Lato-Regular) format('svg')
}
@font-face {
    font-family: 'lato-semibold';
    src: url(../fonts/Lato-Semibold.eot);
    src: url(../fonts/Lato-Semibold.eot?iefix) format('eot'), url(../fonts/Lato-Semibold.woff) format('woff'), url(../fonts/Lato-Semibold.ttf) format('truetype'), url(../fonts/Lato-Semibold.svg#Lato-Regular) format('svg')
}
@font-face {
    font-family: 'lato-black';
    src: url(../fonts/Lato-Black.eot);
    src: url(../fonts/Lato-Black.eot) format('eot'), url(../fonts/Lato-Black.woff) format('woff'), url(../fonts/Lato-Black.ttf) format('truetype'), url(../fonts/Lato-Black.svg#Lato-Black) format('svg')
}
header, section, nav {
    display: block;
}
section:after {
    content: "";
    display: block;
    clear: both;
}
/*=================================== header css start ===============================*/

.navbar-brand {
    padding: 0;
    margin-top: 5px
}
header {
    text-align: left
}
.navbar {
    margin-bottom: 0
}
.navbar-inverse {
    background: 0 0;
    border: none;
    background-color: #fff;
}
.navbar-collapse ul li {
    float: left;
    display: inline-block;
    position: relative;
    margin: 26px 0;
}
.navbar-collapse ul li a {
    color: #2d2d2d;
    padding: 14px 16px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
}
.navbar-collapse ul li a {
    color: #2d2d2d;
    padding: 12px 10px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 2px;
}
.navbar-collapse ul li a.active {
    color: #ec1552;
}
.navbar-collapse ul li a:hover, .navbar-collapse ul li a:active, .navbar-collapse ul li a:focus {
    color: #fff;
    background-color: #4199d3;
}
.nav-active {
    color: #fff !important;
    background-color: #4199d3;
}
.navbar-toggle {
    background-color: #4199d3
}
.logo {
    padding: 14px 0;
}
/*=========================== home page css start ====================================*/
section.section-all-2.home-banner {
    padding: 85px 0 95px;
}
.home-banner {
    background: url('data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=') no-repeat center top;
    background-size: cover;
}
.home-banner h1 {
    font-family: 'lato-black';
}
.lease-tabs .nav-tabs {
    border-bottom: none;
    display: inline-block;
}
.lease-tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background: #4199d3;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
}
.lease-tabs .nav-tabs>li.active>a:after, .nav-tabs>li.active>a:hover:after, .nav-tabs>li.active>a:focus:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #4199d3;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.lease-tabs .nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: none;
    border-radius: 2px 2px 0 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+47,ededed+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 47%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 47%, #ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 47%, #ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
    color: #000;
    font-size: 16px;
    padding: 12px 39px;
    min-width: 202px;
}
.lease-tabs .tab-content {
    margin-top: 35px;
}
.lease-tabs-ul {
    max-width: 450px;
}
.lease-tabs-ul li {
    margin-bottom: 10px;
}
.home-tabs .item-car-updated img {
    width: 295px;
    height: 195px;
    object-fit: scale-down;
}
.border-r-1 {
    border-radius: 50px 0px 0px 50px !important;
    border-right: none !important;
}
.border-r-2 {
    border-radius: 0px 50px 50px 0px !important;
    border-left: none !important;
}
.lease-form {
}
.lease-form select {
    min-height: 50px;
    font-size: 14px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right 13px bottom 19px;
}
.lease-form input {
    min-height: 50px;
    font-size: 14px;
    border-radius: 2px;
}
.find-lease-b {
    background-color: #4199d3;
    color: #fff;
    display: inline-block;
    padding: 13px 24px;
    text-align: center;
    float: left;
    font-size: 14px;
    border-radius: 2px;
    border: none;
    width: 100%;
    min-width: 172px;
    min-height: 50px;
    text-transform: uppercase;
}
.find-lease-b:hover, find-lease-b:focus {
    background-color: #fff;
    color: #000;
}
.deal-ul {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.item-car-main {
    padding: 0 10px;
}
.item-car {
    position: relative;
    overflow: hidden;
    margin: 0 0px 50px;
}
.item-car a {
    color: #5c5b5b;
    font-size: 16px;
}
.item-car h6 {
    color: #5c5b5b;
    font-size: 16px;
}
.overlay {
    background-color: #fff;
    padding: 18px 8px;
}
.item-car:hover {
    -webkit-box-shadow: 0px 6px 51px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 51px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 51px -15px rgba(0,0,0,0.75);
}
.item-car:hover .overlay {
    background-color: #4199d3;
}
.item-car:hover .overlay .blue-color-dark {
    color: #fff !important;
}
.item-car:hover .overlay h5 a, .item-car:hover .overlay h6 {
    color: #fff;
}
.lease-tabs-2 .nav-tabs>li>a {
    border: 1px solid #a9a9a9;
}
.lease-tabs-2 .tab-content {
    width: 100%;
    margin: 40px auto 0;
    position: relative;
}
.lease-tabs-2 .nav-tabs>li.active>a, .lease-tabs-2 .nav-tabs>li.active>a:hover, .lease-tabs-2 .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #4199d3;
    border: 1px solid #a9a9a9;
    border-bottom-color: transparent;
    cursor: default;
}
.button-area {
    text-align: center;
    float: left;
    width: 100%;
    padding: 20px 0 0;
    text-transform: uppercase;
}
.preview-btn {
    background-color: #4199d3;
    color: #fff;
    display: inline-block;
    padding: 13px 43px;
    text-align: center;
    margin-left: 10px;
    font-size: 14px;
    border-radius: 2px;
    min-width: 150px;
}
.preview-btn:hover, a.preview-btn:focus {
    background-color: #535353;
    color: #fff !important;
}
.next-btn {
    background-color: #535353;
    color: #fff;
    display: inline-block;
    padding: 13px 43px;
    text-align: center;
    margin-left: 10px;
    font-size: 14px;
    border-radius: 2px;
    min-width: 150px;
}
a.next-btn:hover, a.next-btn:focus {
    background-color: #4199d3;
    color: #fff !important;
}
/*==== Car info updated ======*/
.item-car-main {
    padding: 0 5px;
    margin: 0;
}
.item-car-updated {
    margin: 0 0px 10px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    height: calc(100% - 20px);
    flex: 1 auto;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.item-car-updated:hover {
    -webkit-box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.75);
}
.car-name {
    font-weight: bold;
    font-size: 16px;
    clear: both;
    padding: 9px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.car-img {
    overflow: hidden;
    position: relative;
    min-height: 174px;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    background-color: #ececec;
}
.deal-cat {
    position: absolute;
    background: #ffc000;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    padding: 6px 58px;
    left: 0;
    top: 0;
    white-space: nowrap;
    -webkit-transform: rotate(-45deg) translate(-44%, 153%);
    -ms-transform: rotate(-45deg) translate(-44%, 153%);
    transform: rotate(-45deg) translate(-44%, 153%);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
.item-car-updated img {
    width: 270px;
    height: 174px;
    object-fit: scale-down;
}
.similar-car-sec .item-car-updated img {
    width: 300px;
    height: 198px;
    object-fit: scale-down;
}
.car-info-home {
    text-align: left;
    padding: 19px 14px 21px;
}
.car-info-ul {
    padding: 0;
    margin: 0;
}
.car-info-ul li {
    display: flex;
    align-items: center;
    padding: 1px 0;
    color: #000;
    font-weight: bold;
    position: relative;
    font-size: 15px;
}
.car-info-ul li span:first-of-type {
    width: 57%;
    min-width: 57%;
    position: relative;
    font-size: 14px;
    padding-right: 7px;
    font-weight: 400;
    color: #000!important;
    display: flex;
    align-items: left;
}
/*========================= how it works section =================================*/
.how-it-home {
    background: url(../images/car-bg.png) no-repeat bottom right;
    padding-bottom: 60px !important;
}
.home-icon {
    width: 153px;
    height: 153px;
    margin: 0 auto;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.decimal-circle {
    background-color: #4199d3;
    color: #fff;
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    font-size: 36px;
    font-weight: 900;
    margin: -9px 20px 0px 0;
}
.bg-dark-s-grey {
    background-color: #1eb4ce;
}
.bg-steel-blue {
    background-color: #576ada;
}
.bg-dark-pink {
    background-color: #e65677;
}
.bg-green {
    background-color: #a4cb2d;
}
.color-dark-s-grey {
    color: #169bb2;
}
.color-steel-blue {
    color: #6a7be3;
}
.color-dark-pink {
    color: #e65677;
}
.color-green {
    color: #a4cb2d!important;
}
/*========================= owner a car section =================================*/
.owner-a-home {
    background: url(../images/car-2-bg.png) no-repeat bottom center;
    background-size: cover;
}
.owner-a-ul {
    margin-top: 110px;
}
.owner-a-ul li {
    margin-bottom: 70px;
}
.owner-a-ul li h4 {
    line-height: 24px;
}
.owner-a-ul li:last-child {
    margin-bottom: 0px;
}
.radius-circle {
    background-color: #00a4f4;
    color: #fff;
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 22px;
    text-align: center;
    line-height: 58px;
    font-size: 30px;
    font-weight: 900;
    margin: 0px 28px 0px 0;
}
.owner-a-car {
    background-color: #fff;
    padding: 143px 20px 14px 0px;
    margin-top: -51px;
    position: relative;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(186,186,186,1);
    -moz-box-shadow: 0px 0px 24px 0px rgba(186,186,186,1);
    box-shadow: 0px 0px 24px 0px rgba(186,186,186,1);
}
.owner-a-car::before {
    content: "+";
    background-color: #4199d3;
    position: absolute;
    width: 91px;
    height: 83px;
    color: #fff;
    font-weight: bold;
    left: 0;
    top: 0;
    font-size: 52px;
    text-align: center;
}
.owner-a-car h1 {
    padding: 0px 0px 0 118px;
}
.owner-a-car h4 {
    padding: 0px 0px 0 118px;
    margin-bottom: 55px;
}
.owner-a-car img {
    margin-left: 23px;
}
/*========================= crousal slider ======================================*/	
.crousal-slider {
    text-align: center;
}
.crousal-slider-inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 30px;
}
.counter-decimal-main {
    background-color: #fff;
}
.counter-decimal h2 {
    color: #000;
    font-weight: bold;
    font-size: 45px;
}
.counter-decimal p {
    font-size: 18px;
}
.crousal-slider-update h2 {
    text-align: center;
    margin: 0px 0 50px 0;
}
.crousal-slider-update .col-md-4 {
    padding: 35px;
}
.crousal-slider-update .testi-inner-box {
    background-color: #fff;
    box-shadow: 0px 0px 24px 4px #ccc;
    padding: 30px 20px 17px;
    border-radius: 10px;
    position: relative;
    min-height: 190px;
}
.crousal-slider-update .testi-inner-box:before {
    content: "";
    background: url(../images/quote-blue.png) no-repeat left center;
    width: 33px;
    height: 24px;
    position: absolute;
    top: -10px;
}
.crousal-slider-update .testi-inner-box .testi-icon {
    width: 75px;
    height: 75px;
    position: absolute;
    right: -37px;
    bottom: 30px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 5px;
    overflow: hidden;
}
.crousal-slider-update .testi-inner-box .testi-icon img {
    border-radius: 50%;
}
.crousal-slider-update h5 {
    font-size: 15px;
    color: #0073bd;
    line-height: 20px;
}
.crousal-slider-update p {
    padding: 0 38px 0 0;
}
/*============================ messages box design ============================*/
.message-box-ul {
    padding: 0;
    margin: 0;
    border-right: 1px solid #e2e2e2;
    max-height: 634px;
    overflow-x: hidden;
}
.message-box-ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}
.unread-msg {
    background-color: #ff0000;
    text-align: center;
    position: absolute;
    left: 11px;
    top: 7px;
    color: #fff !important;
    border-radius: 50%;
    line-height: 19px;
    font-size: 11px;
    width: 20px;
    height: 20px;
}
.message-box-ul li:last-child {
    border-bottom: none;
}
.message-img {
    width: 45px;
    height: 45px;
    background-color: #ededed;
    border-radius: 50%;
    /*border: 1px solid #e7e7e7;*/
    text-align: center;
    color: #c53527;
    overflow: hidden;
    float: left;
    margin-right: 9px;
}
.message-img img {
    float: left;
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.message-s-main h1 {
    font-size: 14px;
    text-align: center;
    color: #4199d3;
    background-color: #fafafa;
    margin: 0 -25px 15px;
    padding: 13px 20px;
    border-bottom: 1px solid #e2e2e2;
    text-transform: uppercase;
    line-height: 20px;
}
.message-s-main h1 .fa {
    font-size: 17px;
    margin: 0px 7px 0 0;
    transform: rotate(85deg);
}
.message-s-main h1 a {
    text-decoration: underline;
}
.message-active-true {
    background-color: #f5f5f5;
}
.message-s-main {
    padding: 32px 25px;
    max-height: 540px;
    overflow: auto;
    min-height: 300px;
}
.message-s-main, .load-more {
    padding: 0px 25px 10px 25px;
}
.left-message {
    background-color: #fff;
    padding: 15px 35px 6px;
    max-width: 600px;
    width: 90%;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    float: left;
}
.left-message:before {
    content: '';
    background-image: url(../images/corner-1.png);
    display: block;
    position: absolute;
    top: 5px;
    left: -15px;
    width: 18px;
    height: 30px;
}
.right-message {
    background-color: #7db6db;
    padding: 15px 35px 6px;
    max-width: 600px;
    width: 90%;
    border-radius: 5px;
    position: relative;
    float: right;
    color: #fff;
    -webkit-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
}
.right-message:before {
    content: '';
    background-image: url(../images/corner-2.png);
    display: block;
    position: absolute;
    top: 5px;
    right: -15px;
    width: 18px;
    height: 30px;
}
.time-msg {
    float: right;
    font-size: 12px;
}
.message-btn {
    background-color: #4199d3;
    color: #fff;
    display: inline-block;
    padding: 16px 33px;
    text-align: center;
    float: left;
    font-size: 16px;
    border-radius: 2px;
    border: none;
    text-transform: uppercase;
    margin: 20px 0;
}
.message-btn:hover, .message-btn:focus {
    background-color: #9a9a9a;
    color: #fff;
}
.bottom-text-a {
    padding: 0 10px;
    margin: 0;
}
.conver-trash {
    position: absolute;
    right: 6px;
    bottom: 12px;
    font-size: 19px !important;
}
/*============ newsletter  css start from here ============*/		
.newsletter_frequency {
    font-size: 14px;
    line-height: 20px;
    max-width: 330px;
    width: 100%;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    padding: 9px 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*======== pop up  css start from here =========*/
.popset {
    padding: 0 0px 0 80px;
}
/*=== Pop Up  Css End here ====*/
.gallery {
    margin-top: 15px;
}
.gallery ul {
    margin: 0;
    padding: 0;
    list-style-type: decimal;
}
.gallery ul li {
    padding: 4px;
    border: 1px solid #ccc;
    float: left;
    margin: 5px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}
.placeholder {
    border-style: dashed !important;
}
#reorder-helper {
    margin: 18px 10px;
    padding: 10px;
    background: #666666;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
}
.reorder_link {
    position: absolute;
    right: 23px;
    float: right;
    display: inline-block;
    width: 45px;
    height: 40px;
    margin: -1px -1px 0 0;
    text-indent: -999999px;
    background-color: #F3F3F3;
    background-image: url(../images/sort-images.png);
    /*    background-size: 70%;*/
    background-position: center;
    background-repeat: no-repeat;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    z-index: 99999;
}
#save_reorder {
    background-image: url(../images/save-icon.png);
    display: none;
}
#saving_reorder {
    background-image: url(../images/spinner-mini.gif);
    display: none;
}
.delete_link {
    position: absolute;
    top: -7px;
    right: -7px;
}
.delete_link::after {
    content: 'X';
    position: absolute;
    background-color: #4199d3;
    border-radius: 50%;
    top: 0;
    right: 0;
    height: 18px;
    width: 18px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 17px;
}
/*===== New pages Desing Start ====*/
/*==== How it Works ====*/
.how-it-bg {
    background: url(../images/how-it-bg.jpg) no-repeat center center;
    background-size: cover;
}
.guide-step {
    font-size: 23px;
    font-weight: bold;
    padding: 43px 3px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-transform: uppercase;
    right: 11%;
    top: 3%;
    background: #4199d3;
    position: absolute;
    text-align: center;
    display: inline-block;
}
.guide-step-2 {
    right: 15%;
    top: -21%;
}
.guide-step-3 {
    left: 1%;
    top: -11%;
}
.guide-step-4 {
    right: 12%;
    top: -12%;
}
.guide-step:after {
    content: "";
    border: 2px dashed #4199d3;
    width: 132px;
    height: 132px;
    display: inline-block;
    border-radius: 50%;
    top: -6px;
    left: -6px;
    position: absolute;
}
.arrow-controls-direction {
    top: 42%;
    position: absolute;
    width: 100%;
}
.arrow-prev, .arrow-next {
    background: url(../images/left-prev.png) no-repeat;
    height: 51px;
    width: 28px;
    text-indent: -99999px;
    display: block;
    float: left;
    position: relative;
    left: -53px;
    background-size: 29px;
}
.arrow-next {
    background: url(../images/right-next.png) no-repeat;
    float: right;
    top: 0px;
    left: 22px;
    background-size: 29px;
}
.arrow-prev:hover {
    background: url(../images/left-prev-hover.png) no-repeat;
    background-size: 29px;
}
.arrow-next:hover {
    background: url(../images/right-next-hover.png) no-repeat;
    background-size: 29px;
}
.faster-heading {
    color: #fff;
    line-height: 54px;
    font-size: 38px;
}
.left-car-img {
    max-width: 373px;
    width: 90%;
    position: relative;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 103px 20px rgba(30,119,160,1);
    -moz-box-shadow: 0px 0px 103px 20px rgba(30,119,160,1);
    box-shadow: 0px 0px 103px 20px rgba(30,119,160,1);
    z-index: 999999;
}
.left-car-img img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}
.plus-icon {
    width: 64px;
    height: 64px;
    display: inline-block;
    position: absolute;
    background-color: #9ab938;
    color: #fff;
    right: -31px;
    border-radius: 50%;
    text-align: center;
    font-size: 39px;
    line-height: 62px;
    bottom: 128px;
}
.img-bottom-content {
    padding: 24px 20px;
    border-radius: 0 0 5px 5px;
}
.img-bottom-content:after {
    content: "";
    width: 62px;
    height: 400px;
    position: absolute;
    left: -62px;
    top: 70px;
    background-color: #9ab938;
    border-radius: 5px 0 0 5px;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 53px 3px rgba(30,119,160,1);
    -moz-box-shadow: 0px 0px 53px 3px rgba(30,119,160,1);
    box-shadow: 0px 0px 53px 3px rgba(30,119,160,1);
}
.home-icon-main {
    width: 90%;
    margin: 84px auto 0;
}
.home-ul li {
    background: url(../images/left-icon.png) no-repeat;
    padding-left: 36px;
    padding-bottom: 35px;
    font-size: 16px;
    line-height: 27px;
    background-position: 0px 8px;
}
.take-over-car {
    background: url(../images/take-over-car-bg.jpg) no-repeat center center;
    background-size: cover;
}
.button-2 {
    max-width: 195px;
    line-height: 23px;
}
.faq-bg {
    background: url(../images/last-bg.png) no-repeat center top;
    background-size: cover;
}
.faq-ul {
    padding-left: 0px;
}
.faq-ul li {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.faq-ul h5 {
    font-size: 16px;
}
.why-icon {
    width: 88px;
    height: 88px;
    padding: 15px 0;
}
.main-bottom-section {
    margin-top: -70px;
}
.shadow:after {
    content: "";
    background: url(../images/after-shadow.png) no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 157px;
    position: absolute;
}
.counter-decimal {
    width: 85%;
    margin: 0 auto;
}
.decimal-number {
    border-radius: 8px 0 0 0;
}
.decimal-number-2 {
    border-radius: 0px 8px 0 0px;
}
.other-p-faq:after {
    content: "";
    display: none;
}
.seen-on-section-main {
    margin-top: -60px;
    position: relative;
}
.seen-on-section-main .seen-on-inner {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: -51px -23px 32px -42px #bdbdbd, 51px -23px 32px -42px #bdbdbd, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: -51px -23px 32px -42px #bdbdbd, 51px -23px 32px -42px #bdbdbd, 5px 5px 15px 5px rgba(0,0,0,0);
}
.seen-on-section-main h2 {
    font-size: 30px;
    margin: 36px 0 20px 0;
}
.login-bg {
    background: url(../images/login-bg.jpg) no-repeat center;
    background-size: cover;
}
.top-tips {
    background-color: #fafafa;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 64px 38px 41px;
    position: relative;
    width: 94%;
    margin: 200px auto 0;
    -webkit-box-shadow: 0px 65px 91px -92px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 65px 91px -92px rgba(0,0,0,0.75);
    box-shadow: 0px 65px 91px -92px rgba(0,0,0,0.75);
}
.top-tips:before {
    content: "";
    background: url(../images/buyer-top.png) no-repeat top center;
    width: 521px;
    height: 303px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -230px;
}
.tips-ul {
    padding: 0px;
}
.tips-ul li {
    background: url(../images/buyer-tick.png) no-repeat left;
    padding: 0px 0 7px 38px;
    font-size: 18px;
    background-position: 0px 2px;
}
.tips-ul li a {
    color: #545454;
}
.faq-question-main .panel-default > .panel-heading {
    background-color: #4199d3;
    color: #fff;
    padding: 17px 15px 20px;
}
.faq-question-main .panel-title > a {
    font-size: 22px;
    display: block;
}
.faq-question-main .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    background-color: #fff;
    color: inherit;
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
    position: relative;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 7px 17px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 17px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 17px -11px rgba(0,0,0,0.75);
}
.faq-question-main .panel-body:before {
    display: none;
}
.faq-question-main .panel-heading .accordion-toggle:before {
    content: "-";
    float: left;
    color: #4199d3;
    width: 27px;
    height: 27px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    margin-right: 10px;
    font-size: 31px;
}
.faq-question-main .panel-heading .accordion-toggle.collapsed:before {
    content: "+";
    font-size: 21px;
    line-height: 26px;
}
.faq-question-main .panel-group .panel + .panel {
    margin-top: 13px;
}
button.accordion-inner {
    color: #4199d3;
    cursor: pointer;
    padding: 0px 0 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    background: transparent;
}
button.accordion-inner.active, button.accordion-inner:hover {
}
.panel-inner {
    display: none;
    background-color: white;
    transition: max-height 0.2s ease-out;
}
.panel-inner p {
    font-size: 18px;
    color: #000;
    margin: 0 0 13px;
}
.login-page-ul {
    padding-left: 25px;
}
.login-page-ul li {
    color: #3a3a3a;
    font-size: 23px;
    padding-bottom: 1px;
    list-style-type: disc;
}
.tag-featured img {
    position: absolute;
    right: -4px;
    top: -16px;
    padding: 0;
    border: 0;
}
.take-over-form select {
    min-height: 45px;
}
.take-over-form .find-lease-b {
    min-width: auto;
    min-height: 45px;
}
.take-over-form .find-lease-b:hover {
    background-color: #199cda;
    color: #fff;
}
.comment-box {
    border: 1px solid #dbdbdb;
}
.left-bar-hr {
    margin: 0;
    padding: 5px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #e8e8e8;
}
/*===== Popular cities =====*/
.pop-ul {
    margin: 40px 0 0;
    padding: 0;
}
.pop-ul li {
    position: relative;
    padding: 0 0 7px 15px;
    display: inline-block;
    width: 25%;
    float: left;
}
.pop-ul li:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 3px;
}
/*=== Detail page new desing ===*/
.car-slider-summary {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-bottom: none;
    padding-bottom: 16px;
}
.car-slider-summary .pgwSlider .ps-current {
    width: 100%;
    float: none;
}
.car-slider-summary .pgwSlider .ps-current .ps-prev {
    border: none;
    border-radius: 4px 0px 0px 4px;
    padding: 15px 14px;
    left: 10%;
    top: 0;
    width: 38px;
    height: 52px;
    z-index: 999;
}
.car-slider-summary .pgwSlider .ps-current .ps-next {
    border: none;
    border-radius: 0px 4px 4px 0px;
    padding: 15px 14px;
    right: 10%;
    top: 0;
    width: 38px;
    height: 52px;
    z-index: 999;
}
.car-slider-summary .thamnail-a.thumbnail-set {
    float: none;
    width: 100%;
    padding: 23px 10px;
    overflow-x: inherit;
    clear: both;
}
.car-slider-summary .thamnail-a.thumbnail-set:after {
    content: "";
    display: block;
    clear: both;
}
.car-slider-summary .thamnail-a.thumbnail-set li {
    display: inline-block;
    margin: 0px;
    width: 20%;
    float: left;
    height: 100px;
    overflow: hidden;
}
.car-slider-summary .thamnail-a.thumbnail-set li a img {
    border: 1px solid #dcdcdc;
    padding: 4px;
    margin: 0px auto !important;
    width: 145px;
    height: 100px;
    object-fit: scale-down;
}
.white-bg-and-bor-t-b {
    background-color: #fff;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.vehicle-det {
    padding: 15px 0 25px;
}
.vehicle-det .car-info-ul-detail-p {
    padding: 0 30px 0 0;
}
.vehicle-det .car-info-ul-detail-p li {
    padding: 7px 0;
}
.bor-b-black {
    border-bottom: 1px solid #000;
}
.vehicle-feature .vehicle-f-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin-top: 18px;
}
.vehicle-feature .vehicle-f-ul li {
    display: flex;
    flex-wrap: wrap;
    padding: 6px 0;
    flex: 0 0 40%;
}
.vehicle-feature .vehicle-f-ul li .veh-f-icn {
    flex: 0 0 5%;
    margin-right: 13px;
    text-align: center;
}
.vehicle-feature .vehicle-f-ul li .veh-f-info {
    flex: 1;
    padding-right: 7px;
}
.car-info-ul-detail-p.addit-f-ul {
    padding: 0;
}
.car-info-ul-detail-p.addit-f-ul li span:first-of-type {
    width: 97%;
    min-width: 97%;
}
.show-a-feature {
    background: none;
    border: none;
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: #4199d3;
    text-decoration: underline;
}
.yes-icon i {
    color: #a0bd40;
    font-size: 18px;
}
.no-icon i {
    color: #ff5844;
    font-size: 18px;
}
.seller-vehicle-det {
    padding: 20px 0;
}
.det-rating-sec {
}
.progress {
    height: 8px;
    margin-bottom: 0px
}
.progress-bar {
    transition-duration: 3s
}
.bsp_big-image {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0);
    border-radius: 5px;
    margin-top: 0px
}
.progress-bar-warning {
    background-color: #ffa200;
    box-shadow: none;
}
.det-star-rating {
    margin: 14px 0 21px;
}
.det-star-rating .fa {
    font-size: 18px;
}
.det-star-rating span:last-child {
    margin-left: 7px;
}
.checked-star {
    color: #ffa200;
}
.right-box-detail-p-ul {
    background-color: #fff;
    padding: 0 0 24px;
    border: 1px solid #dcdcdc;
}
.car-info-ul-detail-p li span:first-of-type {
    width: 47%;
    min-width: 47%;
}
.car-info-ul-detail-p {
    padding: 20px;
}
.car-info-ul-detail-p li {
    padding: 2px 0;
}
.sep-devicer {
    height: 1px;
    background-color: #d8d8d8;
    width: 100%;
    margin: 11px 0;
}
.send-msg-btn, .fb-button {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 3px;
    display: block;
    text-align: center;
    margin-top: 13px;
}
.send-msg-btn i, .fb-button i {
    margin-right: 5px;
}
.send-msg-btn i {
    font-size: 18px;
}
.fb-button i {
    font-size: 25px;
}
.send-msg-btn {
    background-color: #ef0b0a;
    padding: 16px;
}
.fb-button {
    background-color: #224991;
    padding: 14px;
}
.send-msg-btn:hover, .send-msg-btn:focus, .fb-button:hover, .fb-button:focus {
    color: #fff;
}
.right-box-detail li .share-icons h4 {
    font-size: 15px;
    color: #000;
    margin: 20px 0 8px;
}
.share-icons .fa {
    font-size: 21px;
    width: 37px;
    height: 37px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    margin: 5px;
    padding: 8px 0;
    float: left;
}
.copy-link {
    margin: 6px 0 0 10px !important;
    display: inline-block;
    position: relative;
}
.tooltip-copy-hide{
    display: none !important;
}
.tooltip-copy-show{
    display: block !important;
}
.copy-link .tooltip {
    position: absolute;
    top: -34px;
    min-width: 83px;
    left: -27px;
	opacity: 1;
}
.copy-link .tooltip .tooltip-inner {
    padding: 4px 8px;
}
.share-icons .fa:hover {
    opacity: 0.7;
}
.share-icons .fa-facebook {
    background: #3B5998;
    color: white;
}
.share-icons .fa-twitter {
    background: #55ACEE;
    color: white;
}
.share-icons .fa-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1 );
    color: white;
}
.share-icons .fa-linkedin {
    background: #007bb5;
    color: white;
}
.share-icons .fa-pinterest {
    background: #cb2027;
    color: white;
}
.add-img {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
}
.similar-car-sec .col-sm-12.nopadding {
    margin-bottom: 15px;
}
.similar-car-sec .elastislide-carousel #carousel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.similar-car-sec .car-info-home {
    padding-bottom: 52px;
}
.similar-car-sec .button-3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
.car-listing-col-main-updated .car-info-home {
    padding-bottom: 52px;
}
.car-listing-col-main-updated .button-3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
.similar-car-sec .item-car-updated .car-name {
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 43%;
    max-width: 296px;
    padding: 3px 12px;
    background-color: rgba(66, 153, 211, 0.6);
}
.send-msg-modal .modal-header {
    padding: 10px 15px;
}
.send-msg-modal .modal-header h4 {
    font-size: 20px;
}
/*===== New pages Desing End ====*/
/* NOTICE */
.notice, .notice a {
    color: #fff !important;
}
.notice {
    z-index: 8888;
}
.notice a {
    font-weight: bold;
}
.notice_error {
    background: #E46360;
}
.notice_success {
    background: #657E3F;
}
.gallery img {
    /*	max-width: 100px;*/
    max-height: 100px;
}
 @-webkit-keyframes slide {
 0% {
 width: 0;
 height: 0;
}
 100% {
 width: 20px;
 height: 20px;
}
}
 @keyframes slide {
 0% {
 width: 0;
 height: 0;
}
 100% {
 width: 20px;
 height: 20px;
}
}
/*=================================== add important =================================*/
.section-all {
    padding: 40px 0;
    position: relative;
}
.section-all-2 {
    padding: 55px 0;
    position: relative;
}
.section-all-3 {
    padding: 90px 0;
    position: relative;
}
.gray-bg {
    background-color: #f5f5f5;
}
.gray-bg-dark {
    background-color: #d3d3d3;
}
.white-bg {
    background-color: #fff;
}
.blue-bg {
    background-color: #4199d3;
}
.white-color {
    color: #fff!important;
}
.blue-color {
    color: #4199d3!important;
}
.blue-color-dark {
    color: #4199d3!important;
}
.grey-color {
    color: #3a3a3a!important;
}
.grey-color-dark {
    color: #121212!important;
}
.red-color {
    color: #ff2424!important;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.float-none {
    float: none !important;
}
.font-15 {
    font-size: 15px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-22 {
    font-size: 22px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-26 {
    font-size: 26px !important;
}
.font-28 {
    font-size: 28px !important;
}
.font-32 {
    font-size: 32px !important;
}
.font-34 {
    font-size: 34px !important;
}
.font-36 {
    font-size: 34px !important;
}
.font-40 {
    font-size: 40px !important;
}
.font-45 {
    font-size: 45px !important;
}
.font-60 {
    font-size: 60px !important;
}
.font-70 {
    font-size: 70px !important;
}
.font-f-l {
    font-family: 'lato';
}
.font-normal {
    font-weight: normal!important;
}
.font-bold {
    font-weight: bold;
}
.font-bold-black {
    font-family: 'lato-black';
}
.text-underline {
    text-decoration: underline;
}
.bor-r-none {
    border-right: none !important;
}
.bor-l-none {
    border-left: none !important;
}
.bor-t-none {
    border-top: none !important;
}
.bor-b-none {
    border-bottom: none !important;
}
.bor-r-white {
    border-right: 1px solid #fff !important;
}
.bor-l-black {
    border-left: 1px solid #000 !important;
}
.clear {
    clear: both;
}
.nopadding {
    padding: 0px;
}
.nopadding-top {
    padding-top: 0px;
}
.nopadding-right {
    padding-right: 0px;
}
.nopadding-left {
    padding-left: 0px;
}
.nopadding-bottom {
    padding-bottom: 0px!important;
}
.nomargin {
    margin: 0px !important;
}
.nomargin-top {
    margin-top: 0px !important;
}
.nomargin-right {
    margin-right: 0px;
}
.nomargin-bottom {
    margin-bottom: 0px !important;
}
.nomargin-left {
    margin-left: 0px;
}
.margin-t-2 {
    margin-top: 2px;
}
.margin-t-5 {
    margin-top: 5px;
}
.margin-t-10 {
    margin-top: 10px;
}
.margin-t-15 {
    margin-top: 15px;
}
.margin-t-20 {
    margin-top: 20px;
}
.margin-t-25 {
    margin-top: 25px;
}
.margin-t-30 {
    margin-top: 30px!important;
}
.margin-t-35 {
    margin-top: 35px;
}
.margin-t-40 {
    margin-top: 40px;
}
.margin-t-45 {
    margin-top: 45px;
}
.margin-t-50 {
    margin-top: 50px;
}
.margin-t-55 {
    margin-top: 55px;
}
.margin-t-60 {
    margin-top: 60px;
}
.margin-t-62 {
    margin-top: 62px;
}
.margin-t-65 {
    margin-top: 65px;
}
.margin-t-70 {
    margin-top: 70px;
}
.margin-t-75 {
    margin-top: 75px;
}
.margin-t-80 {
    margin-top: 80px;
}
.margin-t-85 {
    margin-top: 85px;
}
.margin-t-90 {
    margin-top: 90px;
}
.margin-t-95 {
    margin-top: 95px;
}
.margin-t-100 {
    margin-top: 100px;
}
.margin-t-106 {
    margin-top: 106px;
}
.margin-t-110 {
    margin-top: 110px;
}
.margin-t-112 {
    margin-top: 112px;
}
.margin-t-120 {
    margin-top: 120px;
}
.margin-t-130 {
    margin-top: 130px;
}
.margin-b-5 {
    margin-bottom: 5px !important;
}
.margin-b-10 {
    margin-bottom: 10px!important;
}
.margin-b-15 {
    margin-bottom: 15px!important;
}
.margin-b-20 {
    margin-bottom: 20px !important;
}
.margin-b-25 {
    margin-bottom: 25px;
}
.margin-b-30 {
    margin-bottom: 30px;
}
.margin-b-35 {
    margin-bottom: 35px;
}
.margin-b-40 {
    margin-bottom: 40px;
}
.margin-b-45 {
    margin-bottom: 45px;
}
.margin-b-50 {
    margin-bottom: 50px;
}
.margin-b-55 {
    margin-bottom: 55px;
}
.margin-b-65 {
    margin-bottom: 65px;
}
.margin-t-b-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.margin-t-b-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.margin-t-b-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.margin-t-b-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.margin-t-b-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.margin-t-b-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.margin-t-b-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}
.margin-t-b-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.margin-t-b-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}
.margin-t-b-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.margin-t-18-b-15 {
    margin: 18px 0 15px;
}
.margin-l-5 {
    margin-left: 5px;
}
.margin-l-10 {
    margin-left: 10px;
}
.margin-l-15 {
    margin-left: 15px;
}
.margin-l-20 {
    margin-left: 20px;
}
.margin-l-25 {
    margin-left: 25px;
}
.margin-l-30 {
    margin-left: 30px;
}
.margin-l-35 {
    margin-left: 35px;
}
.margin-l-40 {
    margin-left: 40px;
}
.margin-l-45 {
    margin-left: 45px;
}
.margin-l-50 {
    margin-left: 50px;
}
.margin-r-5 {
    margin-right: 5px;
}
.margin-r-10 {
    margin-right: 10px;
}
.margin-r-15 {
    margin-right: 15px;
}
.margin-r-20 {
    margin-right: 20px;
}
.margin-r-25 {
    margin-right: 25px;
}
.margin-r-30 {
    margin-right: 30px;
}
.margin-r-35 {
    margin-right: 35px;
}
.margin-r-40 {
    margin-right: 40px;
}
.margin-r-45 {
    margin-right: 45px;
}
.margin-r-50 {
    margin-right: 50px;
}
.margin-0-auto {
    margin: 0 auto !important;
}
.padding-l-2 {
    padding-left: 2px !important;
}
.padding-l-10 {
    padding-left: 10px !important;
}
.padding-l-20 {
    padding-left: 20px !important;
}
.padding-l-30 {
    padding-left: 30px !important;
}
.padding-l-40 {
    padding-left: 40px !important;
}
.padding-l-50 {
    padding-left: 50px !important;
}
.padding-r-2 {
    padding-right: 2px;
}
.padding-r-10 {
    padding-right: 10px;
}
.padding-t-b-15 {
    padding: 15px 0;
}
.padding-t-20 {
    padding-top: 20px;
}
.padding-t-30 {
    padding-top: 30px;
}
.padding-t-40 {
    padding-top: 40px;
}
.padding-b-5 {
    padding-bottom: 5px!important;
}
.padding-b-10 {
    padding-bottom: 10px!important;
}
.padding-b-30 {
    padding-bottom: 30px;
}
.padding-b-40 {
    padding-bottom: 40px;
}
.padding-b-50 {
    padding-bottom: 50px;
}
.padding-b-60 {
    padding-bottom: 60px;
}
.padding-b-80 {
    padding-bottom: 80px;
}
.padding-t-b-45 {
    padding: 45px 0 !important;
}
.padding-t-b-65 {
    padding: 65px 0 !important;
}
.padding-t90-b-50 {
    padding: 90px 0 50px;
}
.text-left {
    text-align: left !important;
}
.popular_maker_list {
    padding: 0;
    border: 1px solid #f7f7f7;
    text-align: center;
}
.popular_maker_list img {
    width: 75%;
}
.text-transform-none {
    text-transform: inherit!important;
}
.popset h2 {
    color: #12b2cc;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}
.popset p {
    color: #818181;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}
.popset span {
    color: #12b2cc;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}
input[type="text"].error {
    border: 1px solid #ff0000;
}
.conversation {
    margin-top: 45px;
    text-align: center;
    color: #ff0000;
}
.view_deal_all {
    margin: 26px auto 0;
    max-width: 195px;
}
.message-box {
    display: none;
}
/*===== New pages Desing End ====*/
.guide-pages .col-sm-3 {
    width: 27%;
}
.guide-pages .col-sm-9 {
    width: 73%;
}
.list-ul {
    padding-left: 30px;
    margin: 15px 0;
}
.list-ul li {
    list-style-type: disc;
    padding-bottom: 6px;
}
.guide-pages p {
    margin-bottom: 10px;
    font-family: 'lato';
    font-size: 17px;
    line-height: 24px;
}
.nav-side-menu {
    font-size: 16px;
    font-weight: 200;
    background-color: #151515;
    color: #fff;
    border-radius: 8px 8px 0 0;
}
.nav-side-menu .brand {
    background-color: #151515;
    line-height: 42px;
    display: block;
    text-align: left;
    font-size: 22px;
    border-radius: 8px;
    padding: 10px 20px 0;
}
.nav-side-menu .toggle-btn {
    display: none;
}
.nav-side-menu ul, .nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 50px;
    cursor: pointer;
}
.nav-side-menu ul :not(collapsed) .arrow:before, .nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: middle;
    float: right;
    position: absolute;
    right: 9px;
    top: 15px;
}
.nav-side-menu ul .active, .nav-side-menu li .active {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active, .nav-side-menu li .sub-menu li.active {
    color: #4199d3;
}
.nav-side-menu ul .sub-menu li.active a, .nav-side-menu li .sub-menu li.active a {
    color: #4199d3;
}
.nav-side-menu ul .sub-menu li, .nav-side-menu li .sub-menu li {
    background-color: #181c20;
    border: none;
    line-height: 22px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
    position: relative;
    padding: 2px 10px 2px 20px;
}
.nav-side-menu ul .sub-menu li:hover, .nav-side-menu li .sub-menu li:hover {
    background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before, .nav-side-menu li .sub-menu li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 0px;
    padding-right: 5px;
    vertical-align: top;
    position: absolute;
    top: 11px;
}
.nav-side-menu li {
    padding: 13px 30px 13px 16px;
    border-left: 3px solid #2e353d;
    border-bottom: 1px solid #23282e;
    position: relative;
    line-height: 22px;
}
.nav-side-menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
}
.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}
.nav-side-menu ul .sub-menu li a {
    font-size: 13px;
    margin: 0 15px;
    display: block;
    line-height: 22px;
    padding: 8px 0;
    font-weight: 100;
}
.nav-side-menu li:hover {
    border-left: 3px solid #4199d3;
    background-color: #4f5b69;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
span.arrow {
    font-size: 13px;
}
.inner-menu-101 {
    padding: 0px;
}
.inner-menu-101 li {
    padding-bottom: 2px;
    font-size: 20px;
}
.guide-pages-ul {
    margin-top: 40px;
}
.guide-pages-ul li {
    margin: 0px 10px;
}
.guide-pages-ul li a {
    padding: 6px 24px;
    font-size: 15px;
    border-radius: 25px;
}
/*===== How to pages ====*/
.how-to-page-main h1 {
    font-size: 36px;
}
.how-to-page-main h2 {
    font-size: 30px;
}
.how-to-page-main h3 {
    font-size: 25px;
}
.inhe-a {
    color: inherit;
    font-size: inherit;
    text-decoration: underline;
}
.bread-crumb-updated {
    background-color: #666666;
}
ul#crumbs {
    padding: 11px 0;
    margin: 0;
}
#crumbs li {
    display: inline-block !important;
    padding: 0 !important;
    color: #fff;
}
#crumbs li .fa {
    padding: 0 6px;
}
#crumbs li a, #crumbs li span {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
}

/*===== agreements =====*/

.agreements p {
	margin: 10px 0 5px;
	font-size: 17px;
}

/*==== Email Thank you ====*/

.email-thank-you {
    padding-bottom: 15px;
}

.email-thank-you h4 {
    color: #ff0000;
    text-transform: uppercase;
    font-size: 32px;
    margin: 24px 0 15px;
}


.inner-email-veri {
    text-align: center;
    padding: 50px 0;
}

.inner-email-veri img {
 margin-bottom: 30px;
}

.inner-email-veri p {
 font-size: 18px;
     line-height: 26px;
}



/*============================ Media Query Start ======================================*/
@media (min-width: 768px) {
.nav-side-menu .menu-list .menu-content {
    display: block;
}
.del_location {
    padding-left: 8px !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}
.left-img {
    max-width: 610px;
    width: 100%;
}
.custom-width {
    width: 20%;
}
.left-box-detail-page {
    max-width: 100%;
    width: 100%;
}
.right-box-detail-page {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    margin-left: 0;
    float: right;
}
.nopaddingrightsm {
    padding-right: 0!important;
}
.nopaddingleftsm {
    padding-left: 0px !important;
}
.nopadding-min-767 {
    padding: 0px!important;
}
.show-filter {
    display: none;
}
.nav-responsive-btn {
    display: none;
}
.car-slider-summary .pgwSlider .ps-current {
    min-height: 389px;
}
.left-box-detail-page .pgwSlider .ps-current li {
    overflow: hidden;
    position: relative;
    height: 410px;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    padding: 4px;
}
.car-slider-summary .pgwSlider .ps-current img {
    height: 399px;
    width: 100%;
    object-fit: scale-down;
}
}

@media (min-width: 992px) {
.Leasing_Company .vehicle_select {
    background-position: 538px 11px;
    width: 567px !important;
}
.chosefile {
    width: 100% !important;
}
.vehicle_selectmonth {
    width: 110px !important;
}
.Vehicle_form_main select {
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    float: right;
}
.top_selectleaseleft .vehicle_select {
    background-position: 185px 8px;
    width: 209px !important;
    background-image: url(../images/selectbg.png);
    background-repeat: no-repeat;
}
.top_selectleaseright .vehicle_select {
    background-position: 182px 8px;
    width: 207px !important;
    background-image: url(../images/selectbg.png);
    background-repeat: no-repeat;
}
.custom-width {
    width: 20%;
}
.nopadding-sm {
    padding: 0px;
}
.owner-a-home {
    height: 573px;
}
.user-dashboard-nav {
    width: 21%;
}
.user-dashboard-con-main {
    width: 79%;
}
}

@media (min-width: 1200px) {
.left-box-detail-page {
    max-width: 800px;
    width: 90%;
}
.right-box-detail-page {
    max-width: 377px;
    width: 90%;
    padding-left: 0px;
    margin-left: 0;
    float: right;
}
.fbshear {
    margin-top: 70px;
    float: right;
    min-width: 600px;
}
.owner-width {
    width: 63.4%;
}
.owner-width-2 {
    padding-left: 54px;
}
.navbar-collapse ul li a {
    color: #2d2d2d;
    padding: 13px 16px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
}
}

@media screen and (min-width:992px) and (max-width:1199px) {
.navbar-collapse ul li a {
    padding: 12px 6px;
    font-size: 12px;
}
.dropbtn {
    font-size: 12px;
}
.logo {
    max-width: 220px;
}
.left-box-detail-page {
    max-width: 660px;
    width: 90%;
}
.right-box-detail-page {
    max-width: 300px;
    width: 90%;
}
.car-name {
    font-size: 14px;
    padding: 7px 11px;
}
.car-info-home {
    text-align: left;
    padding: 19px 7px 21px;
}
.tag-icon {
    width: 30px;
    height: 30px;
}
.tag-icon i {
    font-size: 18px;
}
.car-info-home h4 {
    font-size: 16px;
}
.car-info-home p {
    font-size: 13px;
}
.car-info-ul li span:first-of-type {
    width: 60%;
    min-width: 60%;
    font-size: 12px;
}
.car-info-ul li {
    font-size: 12px;
}
/*===user add form ===	*/
	
.fields-area .form-horizontal label {
    padding: 22px 10px 0px 10px;
    font-size: 11px;
}
.fields-area select, .fields-area input, .fields-area textarea {
    font-size: 11px;
}
.footer-links h3 {
    margin: 0 0 10px;
    font-size: 24px;
}
.watchlist-btn .send-msg-btn, .watchlist-btn .dasboard-btn {
    padding: 5px 15px;
    font-size: 12px;
    min-width: 98px;
    text-transform: capitalize;
}
/*===== User Dashboard ====*/
.user-dashboard-nav {
    padding: 24px 15px 30px;
}
.user-dashboard-nav h4 {
    font-size: 19px;
    margin-bottom: 30px;
}
.user-dashboard-content h4 {
    font-size: 19px;
}
.right-m-content h5 {
    font-size: 12px;
}
.right-m-content p {
    font-size: 11px;
}
.edit-ac label {
    padding-right: 0;
    padding-left: 0;
    font-size: 13px;
}
}

@media (max-width: 1199px) {
.paddingleft-right {
    padding: 0px;
}
.paddingleft {
    padding-left: 0px;
}
.navigation {
    position: relative;
    top: 1px;
}
.inner-top-bar {
    margin-top: 15px;
}
.guide-step {
    font-size: 20px;
    padding: 37px 3px;
    width: 100px;
    height: 100px;
    right: 0%;
}
.guide-step:after {
    width: 112px;
    height: 112px;
}
.guide-step-2 {
    right: 10%;
    top: -10%;
}
.guide-step-3 {
    left: 21%;
    top: -4%;
}
.guide-step-4 {
    right: 5%;
    top: -2%;
}
}

@media (max-width: 991px) {
.find-lease-b {
    min-width: inherit;
}
.faster-heading {
    line-height: 44px;
    font-size: 30px;
}
.home-ul {
    margin-top: 20px;
}
.home-ul li {
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
}
.why-icon {
    width: 58px;
    height: 58px;
    padding: 10px 0;
}
.why-icon img {
    height: 37px;
}
.footer-links h3 {
    font-size: 18px;
    margin: 0 0 15px;
}
.footer-links ul li a {
    font-size: 14px;
}
.contact-form input {
    max-width: 338px;
}
.leftselect_field {
    float: inherit !important;
    max-width: 100% !important;
}
.rightselect_field {
    float: inherit !important;
    max-width: 100% !important;
}
.vehicle_select {
    width: 100% !important;
}
.vehicle_selectmonth {
    width: 100% !important;
}
.styled-select select {
    background-image: inherit !important;
}
.styled-select2 select {
    background-image: inherit !important;
    margin-bottom: 10px;
    margin-right: 0px;
}
span.floatright {
    float: inherit !important;
}
.top_selectleaseleft {
    float: inherit !important;
    max-width: 100% !important;
}
.top_selectleaseright {
    float: inherit !important;
    max-width: 100% !important;
}
.insentive_checkbox {
    float: inherit !important;
    margin-left: 0px !important;
    max-width: 130px;
}
.insentive_checkbox input[type='checkbox'] {
    margin-top: 5px !important;
}
.footer-nav a {
    line-height: 20px;
}
.thamnail-a {
    overflow-y: hidden;
    height: auto;
}
.guide-step {
    font-size: 16px;
    padding: 30px 3px;
    width: 80px;
    height: 80px;
    right: -5%;
}
.guide-step:after {
    width: 92px;
    height: 92px;
}
.responsive-how-it .margin-t-130 {
    margin-top: 0px;
}
.responsive-how-it h2 {
    font-size: 22px;
}
.responsive-how-it h5 {
    margin-top: 5px;
}
}

@media screen and (min-width:768px) and (max-width:991px) {
.img-bottom-content:after {
    height: 370px;
    left: -22px;
    top: 10px;
}
.navbar-collapse ul li {
    margin: 17px 0;
}
.navbar-collapse ul li a {
    padding: 12px 4px;
    font-size: 12px;
    text-transform: capitalize;
}
.dropbtn {
    font-size: 12px;
}
.logo {
    max-width: 115px;
}
.guide-pages .col-sm-3 {
    width: 40%;
}
.guide-pages .col-sm-9 {
    width: 60%;
}
.loginpage h4 {
    margin: 0px 0 20px 0;
}
.loginpage h5 {
    margin: 20px 0;
}
.leftnavsearch {
    width: 30%;
    padding: 0 15px;
}
.listtoptext h5 {
    font-size: 15px;
}
.listtoptext span {
    font-size: 15px;
}
.centersearch_container {
    width: 70%;
}
.car-name {
    font-size: 14px;
    padding: 7px 11px;
}
.car-info-home {
    text-align: left;
    padding: 19px 7px 21px;
}
.tag-icon {
    width: 30px;
    height: 30px;
}
.tag-icon i {
    font-size: 18px;
}
.car-info-home h4 {
    font-size: 16px;
}
.car-info-home p {
    font-size: 13px;
}
.car-info-ul li span:first-of-type {
    width: 60%;
    min-width: 60%;
    font-size: 12px;
}
.car-info-ul li {
    font-size: 12px;
}
.subscriptip_frm input {
    font-size: 12px;
    min-height: 40px;
    padding: 7px 8px;
}
.subscriptip_frm select {
    font-size: 12px;
    min-height: 40px;
    padding: 7px 8px;
}
.subscriptip_frm .subscription-btn {
    text-transform: none;
    font-size: 12px;
}
.subscriptip_frm p {
    font-size: 14px;
}
.popular ul li {
    padding: 25px 2px;
    width: 140px;
    height: 150px;
    margin-right: 0px;
}
.user-dashboard-nav {
    padding: 24px 15px 10px;
}
.user-dashboard-nav h4 {
    font-size: 17px;
    margin-bottom: 20px;
}
.user-dashboard-nav .list-group-item {
    font-size: 15px;
    padding: 8px 0px;
}
.user-dashboard-content .user-info-coloumn {
    margin-top: 23px;
}
.user-dashboard-content h4 {
    font-size: 17px;
}
.user-dashboard-content .car-info-ul li span:first-of-type {
    font-size: 13px;
    width: 40%;
    min-width: 40%;
}
.user-dashboard-content .car-info-ul li {
    font-size: 13px;
}
.user-dashboard-content .dasboard-btn {
    padding: 10px 30px;
    font-size: 13px;
}
.user-dashboard-content {
    padding: 24px 15px 30px;
}
.ads-details-area-inner h5 {
    margin: -4px 0 5px 0;
}
.user-dashboard-content .ads-details-area-inner .car-info-ul {
    padding-bottom: 8px;
}
.ads-details-area-inner .vehicle-feature .vehicle-f-ul {
    margin: 5px 0;
}
.my-ads-btn .send-msg-btn, .my-ads-btn .dasboard-btn {
    padding: 10px 13px;
    font-size: 12px;
    margin-top: 5px;
}
.watchlist-btn .send-msg-btn, .watchlist-btn .dasboard-btn {
    padding: 5px 13px;
    font-size: 12px;
    min-width: 90px;
    margin: 0px;
    text-transform: capitalize;
}
/*===user adds form ===	*/
	
.fields-area .form-horizontal label {
    padding: 22px 10px 0px 10px;
    font-size: 11px;
}
.fields-area select, .fields-area input, .fields-area textarea {
    font-size: 11px;
}
/*====== User Dashboard ====*/
	
.right-m-content h5 {
    font-size: 11px;
    line-height: 11px;
}
.right-m-content p {
    font-size: 11px;
    line-height: 15px;
}
.table-for-searchlist .table-bordered > thead > tr > th, .table-for-searchlist .table-bordered > thead > tr > td {
    padding: 10px;
    font-size: 13px;
}
.table-for-searchlist .table tbody tr th, .table-for-searchlist .table tbody tr td {
    padding: 10px;
    font-size: 13px;
}
.edit-ac label {
    padding-right: 0;
    padding-left: 0;
    font-size: 12px;
}
}

@media only screen and (max-width: 767px) {
.fa {
    font-family: FontAwesome !important;
}
.inner-top-bar {
    display: none;
}
.overlay-header {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .5;
    filter: alpha(opacity=50);
    position: fixed;
    right: 0;
    top: 55px;
    z-index: 9999;
}
.navbar-collapse {
    position: fixed;
    top: 55px;
    right: 0;
    padding-bottom: 200px;
    width: 82%;
    z-index: 99999;
    background-color: #fff;
    height: 100vh !important;
}
.navbar-collapse ul li {
    float: none!important;
    display: block;
    border-bottom: 1px solid #929292;
}

.navbar-collapse ul li.active a, .navbar-collapse ul li:hover a {
    color: #000;
    background-color: #ffffff;
}
.navbar-collapse ul {
    padding: 0;
    margin: 0;
    width: 100%;
}
.navbar-collapse.in {
    background: #fff;
    transition: all .2s ease;
    overflow-y: hidden;
}
.navbar-collapse {
    position: fixed;
    top: 57px;
    right: 0;
    padding-bottom: 200px;
    width: 82%;
    z-index: 99999;
    background-color: #fff;
    height: 100vh !important;
}
.navbar-collapse.collapsing {
    height: auto;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    right: -100%;
}
.navbar-collapse.in {
    right: 0;
    padding: 0px;
    border: none;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.head-cross {
    position: absolute;
    left: 5px;
    top: 5px;
    cursor: pointer;
    width: 19px;
    height: 19px;
    background-color: #fff;
    border-radius: 2px;
}
.head-cross:before {
    position: absolute;
    content: "";
    background: url(../images/cross-top.png) no-repeat;
    background-size: 9px;
    width: 9px;
    height: 9px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.nav-responsive-btn {
    width: 100%;
    text-align: center;
    margin: 0;
    background-image: url(../images/nav-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 25px 0;
}
.res-header-btn-1 {
    background-color: #4199d3;
    color: #fff;
    padding: 9px 10px;
    border-radius: 25px;
    display: inline-block;
    min-width: 190px;
    text-align: center;
    font-size: 16px;
}
.res-header-btn-2 {
    color: #fff;
    padding: 0px 2px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
    margin-top: 5px;
}
.res-header-btn-1:hover, .res-header-btn-1:focus, .res-header-btn-2:hover, .res-header-btn-2:focus {
    color: #fff;
}
header.navbar.navbar-inverse {
    min-height: 54px;
    box-shadow: 0 0 5px 1px #ccc;
    z-index: 9999;
}
.fixed-header-top {
    position: fixed;
    width: 100%;
    top: 0;
}
.navbar-collapse ul li {
    margin: 0;
    width: 100%;
}
.navbar-collapse2 ul {
    padding: 0px;
}


.navbar-collapse2 ul li .top-dropdown {
    float: none;
}







.logo {
    float: left;
    padding: 5px 10px;
    height: 57px;
}
.navbar-toggle {
    padding: 6px 7px;
    margin-top: 14px;
    border: none;
    border-radius: 0;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
    width: 25px;
    height: 3px;
    background-color: #000;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}
.section-all-2.home-banner .home-first-section .lease-form select {
    min-height: 44px;
    background-position: right 13px bottom 18px;
}
.section-all-2.home-banner .lease-form input {
    margin-bottom: 15px;
    min-height: 44px;
    padding: 10px 12px;
}
.dropbtn {
    padding: 13px 10px;
}
.top-dropdown ul {
    left: 20px;
    top: -161px;
}
.top-dropdown ul:after {
    left: 7px;
    top: 163px;
    transform: rotate(180deg);
}
.section-all-2.home-banner {
    background: none;
    background-color: #fff;
    padding: 0 !important;
}
.section-all-2.home-banner .home-first-section {
    background: url(../images/home-mobile-top-1.jpg) no-repeat center;
    background-size: cover;
    padding: 40px 25px 35px;
}
.section-all-2.home-banner .home-first-section h1 {
    margin-bottom: 5px;
}
.home-banner h1 {
    font-size: 22px !important;
    text-align: center;
    font-weight: 600;
}
.home-banner h5 {
    text-align: center;
    margin-top: 6px;
}
.section-all-2.home-banner .home-first-section .lease-form {
    padding: 5px 0 0px;
    margin-top: 20px !important;
}
input.find-lease-b.search_takeover {
    max-width: 200px;
    border-radius: 3px;
    margin: 20px 0 10px 0 !important;
}
.button-center-xs {
    text-align: center;
}
input.find-lease-b {
    max-width: 200px;
    border-radius: 3px;
    padding: 10px 12px;
    min-height: 44px;
}
/*
input.find-lease-b-2 {
    background-color: #000000;
}
*/
.lease-form {
    margin-top: 0;
    padding: 5px 0 20px;
}
.section-all-2.home-banner .home-second-section {
    background: url(../images/home-mobile-top-2.jpg) no-repeat center top;
    background-size: cover;
    padding: 66px 15px 56px;
    margin-top: 0px;
}
.item-car-main {
    height: auto !important;
    min-height: 270px !important;
    margin: 0 15px 20px;
}
.item-car-main:nth-child(5), .item-car-main:nth-child(6), .item-car-main:nth-child(7), .item-car-main:nth-child(8), .item-car-main:nth-child(9) {
    display: none;
}
.item-car {
    margin: 0 0px 20px;
}
.item-car:hover {
    box-shadow: none;
}
.overlay {
    padding: 8px;
    background-color: transparent;
}
.item-car:hover .overlay {
    background-color: transparent;
}
.item-car:hover .overlay h5 a, .item-car:hover .overlay h6 {
    color: #000;
}
.overlay .inner h6 {
    padding: 3px 0 0 !important;
}
.similar-car-sec .item-car-main:first-child, .similar-car-sec .item-car-main:last-child {
    padding: 0;
}
.similar-car-sec .item-car-main {
    -webkit-box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 13px -6px rgba(0,0,0,0.75);
    padding: 0;
}
.similar-car-sec .item-car-main .item-car-updated {
    border-radius: 0px;
}
.lease-tabs .nav-tabs>li>a {
    background: none;
}
.lease-tabs .nav-tabs>li>a {
    font-size: 14px;
    padding: 12px 31px;
    min-width: inherit;
    background-color: #f4f4f4;
}
.arrow-controls-direction {
    bottom: 50px;
    top: inherit;
    display: none;
}
.arrow-prev {
    height: 25px;
    width: 25px;
    left: 86px;
    background-size: 15px;
}
.arrow-next {
    top: 0px;
    left: -103px;
    width: 25px;
    height: 35px;
    background-size: 15px;
}
.arrow-prev:hover {
    background-size: 15px;
}
.arrow-next:hover {
    background-size: 15px;
}
.view_deal_all {
    max-width: 230px;
}
.home-tabs .view_deal_all .viewdetail_button {
    max-width: 200px;
    border-radius: 3px;
    background-color: #4199d3;
    color: #fff;
    display: block;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.how-it-home {
    background: #fff;
}
.trusted-and-reliable h2 {
    line-height: 28px;
}
.trusted-and-reliable h5 {
    margin-top: 15px !important;
    font-weight: 600;
    font-size: 18px;
}
.home-icon-main {
    width: 100%;
    margin: 20px auto 0;
}
.home-icon {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
section.section-all-2.take-over-car {
    padding: 66px 0px !important;
}
section.section-all-2.transfer-leas {
    background: url(../images/transfer-leas-bg.jpg) no-repeat center center;
    background-size: cover;
}
/*.lease-tabs .nav-tabs>li.active>a:after, .nav-tabs>li.active>a:hover:after, .nav-tabs>li.active>a:focus:after {
    display: none;
}*/
.item-car img {
    max-width: inherit;
}
.item-car a {
    color: #4199d3;
}
.item-car h6, .item-car h6 span {
    color: #121212 !important;
}
.left-car-img {
    width: 100%;
    margin: 30px auto 60px;
}
.faster-heading {
    line-height: 32px;
}
.img-bottom-content:after {
    display: none;
}
.home-ul {
    padding-left: 20px !important;
    margin: 0;
}
.home-ul li {
    padding: 15px 10px 10px 10px;
    font-size: 14px;
    color: #fff;
    position: relative;
    background: none;
}
.home-ul li:last-child {
    border-bottom: none;
}
.home-ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    top: 20px;
    background-color: #fff;
    border-radius: 50%;
}
.faq-bg {
    background: none;
}
.faq-bg h2 {
    line-height: 25px;
}
.faq-ul h5 {
    color: #000;
}
.faq-ul li {
    font-size: 17px;
    color: #4199d3;
    text-transform: inherit;
}
.font-roboto {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.home-icon.why-icon {
    padding: 0;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.why-icon img {
    height: 42px;
}
.testi-grey-bg .crousal-slider.white-bg {
}
.why-icon {
    width: 88px;
    height: 88px;
    padding: 15px 0;
    margin: 0 auto 17px;
    display: block;
}
.shadow:after {
    display: none;
}
.plus-icon {
    display: none;
}
.faq-bg:after {
    display: none;
}
.main-bottom-section {
    margin-top: 0;
}
.counter-decimal {
    width: 100%;
}
.guide-step {
    font-size: 14px;
    padding: 26px 3px;
    width: 70px;
    height: 70px;
    right: 3%;
}
.guide-step:after {
    width: 82px;
    height: 82px;
}
.guide-step-2 {
    right: 7%;
    top: -10%;
}
.guide-step-3 {
    left: inherit;
    top: -2%;
    right: 16px;
}
.guide-step-4 {
    right: 2%;
    top: -6%;
}
.faq-ul {
    padding-bottom: 0px;
}
.responsive-how-it .margin-t-130 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.responsive-how-it .margin-t-80 {
    margin-top: 0px;
}
.responsive-how-it .margin-t-90 {
    margin-top: 0px;
}
.top-tips {
    padding: 15px 5px;
    width: 100%;
    margin: 0px auto 0;
}
.top-tips:before {
    display: none;
}
.top-tips h5 {
    margin-top: 10px;
}
.are_you input {
    margin: 3px 5px 0px 0;
}
.left-box-detail ul .bodytype-li {
    max-width: 100% !important;
}
.left-img ul li {
    max-width: 100% !important;
}
.formError {
    left: 0% !important;
}
.tag-featured img {
    top: 0px;
    right: 0;
}
.details_ul {
    padding: 15px 4px 0 !important;
}
.detail-ul {
    padding-left: 0px !important;
}
.email-sign-up input {
    max-width: inherit;
    width: 70%;
}
.email-sign-up .blue-btn {
    width: 28%;
}
.buyer-table tr td {
    padding: 14px 9px !important;
    font-size: 12px;
}
.detail-ul li {
    max-width: 100% !important;
    font-size: 14px;
}
.lease-t-over h1 {
    font-size: 26px !important;
}
.section-all {
    padding: 25px 0!important;
}
.section-all-2 {
    padding: 45px 0!important;
}
.section-all-3 {
    padding: 35px 0!important;
}
.responsive-box {
    background-color: transparent;
}
.responsive-box-2 {
    background-color: transparent;
}
.responsive-box, .responsive-box-2, .responsive-box-3 {
    padding: 15px 10px;
    text-align: center;
}
.footer-links {
    /*    background: #f4f4f4;*/
    padding: 40px 0 10px;
}
.footer-links h3 {
    margin: 0px 0 10px;
    font-size: 16px;
    /*    color: #000;*/
    font-weight: bold;
}
.footer-links ul li a {
    font-size: 14px;/*    color: #000;*/
}
.footer-links ul li a:hover {
    /*    color: #000;*/
    text-shadow: none;
}
.footer-links ul li a .fa-facebook, .footer-links ul li a .fa-twitter {
    /*
    background-color: #000;
    color: #fff;
*/
    font-size: 14px;
}
div#ui-datepicker-div {
    display: none;
}
.footer-nav {
    border-top: 1px solid #ccc;
}
.grey-color-dark-xs {
    color: #121212!important;
}
.clear-xs {
    clear: both;
}
.text-center-xs {
    text-align: center;
}
.float-left-xs {
    float: left!important;
}
.margin-t-5-xs {
    margin-top: 5px!important;
}
.margin-t-10-xs {
    margin-top: 10px!important;
}
.margin-t-20-xs {
    margin-top: 20px!important;
}
.margin-t-30-xs {
    margin-top: 30px!important;
}
.margin-t-40-xs {
    margin-top: 40px!important;
}
.margin-t-0-xs {
    margin-top: 0px!important;
}
.margin-l-0-xs {
    margin-left: 0px!important;
}
.margin-b-0-xs {
    margin-bottom: 0px!important;
}
.margin-b-6-xs {
    margin-bottom: 6px!important;
}
.margin-b-10-xs {
    margin-bottom: 10px!important;
}
.margin-b-15-xs {
    margin-bottom: 15px!important;
}
.margin-b-20-xs {
    margin-bottom: 20px!important;
}
.margin-b-30-xs {
    margin-bottom: 30px!important;
}
.margin-b-40-xs {
    margin-bottom: 40px!important;
}
.padding-b-0-xs {
    padding-bottom: 0px;
}
.padding-l-0-xs {
    padding-left: 0px;
}
.nopadding-xs {
    padding: 0px!important;
}
.nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px
}
.nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 14px;
    z-index: 10 !important;
    padding: 2px;
    background-color: #ffffff;
    color: #000;
    width: 38px;
    text-align: center;
    font-size: 21px;
}
.nav-side-menu .brand {
    text-align: left !important;
    font-size: 22px;
    line-height: 22px !important;
    padding: 15px 20px 15px;
    border-radius: 0px;
}
.guide-pages .col-sm-3 {
    width: 100%;
}
.guide-pages .col-sm-9 {
    width: inherit;
    margin: 15px 15px 0 15px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 0px 7px 1px #adadad;
}
.guide-pages .col-sm-9 h1 {
    font-size: 20px !important;
    line-height: 25px;
}
.inner-top-bar p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    padding: 13px 0px;
    margin: 0;
}
.inner-top-bar p span {
    font-size: 16px;
}
.QUICK_REFERENCE h4 {
    margin: 0 0 8px 0;
    font-size: 82%;
}
.QUICK_REFERENCE ul li a {
    color: #0488c7;
    font-size: 11px;
}
.QUICK_REFERENCEtwo ul li {
    width: 100%;
}
.contact-form input {
    max-width: 338px;
}
.right-package {
    margin-left: 0px;
    margin-right: 0px;
}
.left-package {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
}
.contact-form form p {
    text-align: center;
}
.contact-form input {
    max-width: 100%;
    margin-bottom: 4px;
}
.newsletter_frequency {
    max-width: inherit;
}
element.style {
}
.contact-form textarea {
    max-width: 100%;
}
.contact-form h6 {
    margin-bottom: 12px;
}
.banner {
    padding: 0px 0 40px;
}
.may-like ul li {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
}
.topsortby {
    border: none;
}
.for-bg-white {
    background-color: #d3d3d3;
    padding: 20px 0 0;
}
.show-filter {
    display: block;
    width: 90%;
    background-color: #4199d3;
    color: #fff;
    border: none;
    font-size: 15px;
    padding: 12px 0;
    position: relative;
    border-radius: 3px;
    margin: 0px auto;
    text-transform: uppercase;
}
.show-filter:after {
    content: "\f0d7";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 3px 9px;
    font-size: 18px;
}
.show-filter.icon-angle:after {
    content: "\f0d8";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 4px 9px;
    font-size: 18px;
}
.leftnavsearch {
    max-width: 90% !important;
    width: 90% !important;
    float: inherit !important;
    min-height: inherit !important;
    display: none;
    margin: 20px auto 0;
    border-radius: 3px;
    box-shadow: 0 0 19px 0px #848484;
}
.topsortby-takeover-p .take-over-form .find-lease-b {
    min-height: 45px;
    padding: 10px 24px;
    max-width: 230px;
    margin-top: 5px;
}
.topsortby-takeover-p .take-over-form input {
    min-height: 45px!important;
}
.subscriptip_frm {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}
.subscriptip_frm p {
    color: #000 !important;
}
.subscriptip_frm input {
    margin-bottom: 10px;
}
.subscriptip_frm input, .subscriptip_frm select {
    border: 1px solid #ccc;
    background-color: #f4f4f4;
}
.subscriptip_frm .subscription-btn {
    max-width: 200px!important;
    border-radius: 3px;
    margin-top: 20px!important;
    margin: 0 auto;
    float: none;
    background-color: #4199d3 !important;
    min-height: 44px;
    padding: 9px 12px;
    font-size: 14px;
    text-transform: uppercase;
}
.how-does-lease {
    background-color: #f4f4f4;
}
.how-does-lease h2 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 600;
}
.how-does-lease h2, .how-does-lease h5 {
    color: #000!important;
}
.how-does-lease .login-page-ul {
    padding: 0px;
}
.how-does-lease .login-page-ul li {
    padding: 15px 10px 15px 24px;
    font-size: 14px;
    color: #000 !important;
    border-bottom: 1px dashed #000;
    position: relative;
    list-style-type: none;
}
.how-does-lease .login-page-ul li:last-child {
    border-bottom: none;
}
.how-does-lease .login-page-ul li:before {
    content: "";
    background: url(../images/blue-tick.png) no-repeat left;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    background-size: 14px;
}
.popular ul li {
    margin: 0px auto 0px;
    display: block;
    float: none;
    background-color: transparent;
    border: none;
    padding: 5px 4px;
    width: auto;
    height: auto;
}
.popular {
    padding-bottom: 30px;
    padding-top: 40px;
}
.car_seararea {
    border: none;
}
.bg-mar-b {
    margin: 20px 15px;
    background-color: #d3d3d3;
}
/*====== Car-Listing-Col-Main ========*/
	
.leftnavsearch .listmainul {
    padding: 0 !important;
}
.listtoptext {
    padding: 8px 14px;
    background-color: #fff;
}
.listtoptext .fa.fa-power-off {
    background-color: #4199d3;
    padding: 4px 5px;
    border: 1px solid #3c66b1;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    color: #3c66b1;
}
.listtoptext h5 {
    float: left;
    font-size: 14px;
    color: #4199d3;
    margin: 0px;
}
.listtoptext span {
    font-size: 14px;
    color: #000000;
    padding-left: 5px;
}
.car-listing-col-main {
/*
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 0 6px 4px #ccc;
*/
}
.car-listing-col-main-updated {
    display: block;
}
.deal-ul {
    display: block;
}
.car-listing-col-main-updated .item-car-main .car-name {
    margin: 0;
}
.inner-top-bartwo2 {
    border-bottom: none;
}
.searchlist_leftdetail {
    margin-top: 0;
    padding: 0px 8px 0px 8px !important;
}
.searchlist_leftdetail img {
    padding: 0;
    border: none;
    border-radius: 5px;
}
.for-g-bg {
    background-color: #f4f4f4;
    padding: 5px 10px;
    border-radius: 5px;
}
.span-set {
    position: relative;
}
.span-set:after {
    content: "";
    display: block;
    clear: both;
}
.inner-top-bartwo2 p {
    font-size: 18px;
    padding: 10px 0;
    margin: 0px;
}
.span1, .span2 {
    color: #000000;
}
.searchlist_ul {
    border: none;
    padding: 0px !important;
    max-width: inherit;
    min-height: 42px;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    margin: 0;
}
.searchlist_ul li:nth-child(2), .searchlist_ul li:nth-child(4), .searchlist_ul li:nth-child(5), .searchlist_ul li:nth-child(6) {
    display: none;
}
.searchlist_ul li {
    display: block;
    color: #000;
    font-size: 14px;
    max-width: inherit;
    margin: 0px 20px;
    width: inherit;
}
.searchlist_ul li i {
    margin-right: 4px;
    width: auto;
    font-size: 18px;
}
.searchlist_ul li .fa-tachometer, .searchlist_ul li .fa-circle-o-notch {
    position: relative;
}
.searchlist_ul li .fa-tachometer:before {
    content: "";
    background-image: url(../images/metter-icon.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 23px;
    height: 18px;
    left: -22px;
    top: -15px;
}
.searchlist_ul li .fa-circle-o-notch:before {
    content: "";
    background-image: url(../images/use-icon.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    left: -19px;
    top: -16px;
}
.searchlist_maindetailright {
    max-width: 100% !important;
    width: 100% !important;
    float: right;
    padding: 0 8px;
}
.searchlist_rightdetail h4 {
    margin: 0px !important;
    font-weight: bold;
}
.listing-p-info p {
    margin-bottom: 10px;
}
.listing-p-info ul li h4 a {
    color: #4199d3;
}
.spanf12 {
    font-size: 14px;
    color: #000;
    font-weight: normal;
}
.del_location {
    padding-top: 15px !important;
    padding-bottom: 11px !important;
}
.del_location li a {
    color: #000000;
    padding-bottom: 0px;
}
.del_location li a span {
    color: #000;
}
.main_buttonfone {
    border: none;
    margin: 15px 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.fone_btn {
    border: none;
    background-color: #4199d3;
    padding: 12px 15px;
    color: #fff;
    width: 45%;
    text-align: center;
    border-radius: 25px;
    margin: 0px 4px;
}
.messsage_btn {
    border: none;
    background-color: #d6ba4c;
    color: #000;
    padding: 12px 15px;
    width: 45%;
    text-align: center;
    border-radius: 25px;
    margin: 0px 4px;
}
.fone_btn .fa, .messsage_btn .fa {
    border: none;
    width: auto;
    height: auto;
    font-size: 26px;
}
.main_buttonfone a:hover, .main_buttonfone a:focus {
    color: #fff;
    cursor: pointer;
}
.viewdetail_button, .viewdetail_button:focus {
    color: #000;
    background-color: transparent;
    padding: 0;
    margin: 20px auto;
    border: none;
    text-decoration: underline;
}
.viewdetail_button:hover, .viewdetail_button:focus {
    color: #000;
    background-color: transparent;
}
.listmainul {
    padding: 0px 10px 0 0 !important;
}
.listmainul li a {
    background-position: right center !important;
    padding: 13px 14px 4px 0px;
    font-weight: bold;
    color: #4199d3;
    text-transform: uppercase;
    font-size: 15px;
}
.listmainul .collapsed a {
    color: #000;
}
.listmainul li a:focus {
    background-position: right center !important;
}
.listmainul li:before {
    background-color: transparent;
    font-size: 19px;
    line-height: 12px;
}
.listmainul li.collapsed:before {
    font-size: 19px;
    line-height: 12px;
}
.image1 {
    margin-top: 2px;
    padding-bottom: 20px;
}
/*
.listmainul .sub-menu li a {
	background-image: inherit !important;
}
*/
.listing_main-updated .row {
    background-color: #d3d3d3;
}
.listing_main-updated .car-info-home .row {
    background-color: #fff;
}
.listing_main-updated .topsortby {
    background-color: #d3d3d3;
    padding: 3px 0px 0px;
}
.listing_main-updated .sortselect {
    width: 90% !important;
    border: 1px solid #b7b7b7 !important;
    color: #000000;
    padding: 9px 10px;
    font-weight: normal;
}
.car-listing-col-main-updated .car-info-home .col-xs-10 {
    padding: 0 0 0 10px;
}
.centersearch_container {
    max-width: 100% !important;
    width: 100% !important;
    float: inherit !important;
    border-left: none;
}
.circle-gray {
    line-height: 21px !important;
    padding: 0;
}
.searchlist_rightdetail {
    border-left: none !important;
    background-color: #f4f4f4;
    padding: 6px 10px !important;
    margin-bottom: 9px;
    border-radius: 5px;
}
.listing_main-updated .topsortby-takeover-p {
    width: 90%;
    margin: 0 auto;
}
.topsortby-takeover-p .take-over-form select {
    min-height: 45px;
}
.topsortby-takeover-p .col-sm-3 {
    margin-top: 10px;
}
.alertbutton {
    float: inherit !important;
    width: 100%;
    clear: both;
    margin: 0 auto;
    max-width: 109px;
    display: block;
    margin-top: 15px;
}
.bottomsortby {
    background-color: #d3d3d3;
    border: none;
    padding: 0;
}
.pagination > li > a, .pagination > li > span {
    background-color: #ffffff;
}
.no-p-r-max767 {
    padding-right: 0!important;
}
.bor-left {
    border-left: none !important;
}
.rightsearch_nav {
    max-width: 400px !important;
    width: 100% !important;
    float: inherit !important;
    margin: 0 auto;
    margin-top: 20px;
}
.nopaddingsm {
    padding: 0px !important;
}
.searchlist_maindetailleft {
    max-width: 100% !important;
    width: 100% !important;
}
.how-it-bg h1 {
    font-size: 26px !important;
}
.topsortbyleft {
    max-width: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    padding: 10px 0;
}
.topsortbyleft span {
    margin-top: 0px;
    font-size: 17px;
    display: none;
}
.sortselect {
    width: 75% !important;
    padding: 9px 4px;
    border-radius: 3px;
    margin: 0;
    min-height: 44px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right 13px bottom 19px;
}
.topsortbycenter {
    float: inherit !important;
    margin-left: inherit !important;
    max-width: 230px;
    margin: 0 auto !important;
}
.topsortbyright {
    padding: 12px 10px;
    float: none;
    clear: both;
    text-align: center;
    max-width: 230px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #4199d3;
}
.topsortbyright a {
    font-size: 14px;
    color: #ffffff;
}
.leftselect_field {
    float: inherit !important;
    max-width: 100% !important;
    width: 100%;
}
.rightselect_field {
    float: inherit !important;
    max-width: 100% !important;
    width: 100%;
}
.vehicle_select {
    width: 100% !important;
    margin-bottom: 0px;
}
.vehicle_selectmonth {
    width: 100% !important;
}
.styled-select select {
    background-image: inherit !important;
    margin-bottom: 0;
}
span.floatright {
    float: left !important;
    margin-top: 0px;
    margin-bottom: 5px;
}
.Vehicle_form_main li {
    margin-bottom: 35px;
}
.responsive-span {
    position: absolute;
    left: 2px;
    top: -21px;
    display: none;
}
.styled-select {
    margin-bottom: 0px;
}
.top_selectleaseleft {
    float: inherit !important;
    max-width: 100% !important;
}
.top_selectleaseright {
    float: inherit !important;
    max-width: 100% !important;
}
.insentive_checkbox {
    float: inherit !important;
    margin-left: 0px !important;
    max-width: 130px;
}
.insentive_checkbox input[type='checkbox'] {
    margin-top: 5px !important;
}
.manageallnav_main {
    margin-left: 0px !important;
}
.manageallnav li {
    margin-right: 3px;
    padding: 11px 0px;
}
.manageallnav li a {
    font-size: 12px !important;
    padding: 13px 9px !important;
}
.border_bottominfo1 {
    padding: 6px 5px 5px 10px;
}
.border_bottominfo2 {
    padding: 15px 0px 15px 0px;
}
.vleasecompany_details {
    padding: 0px 5px 10px;
}
.may-like ul {
    padding-left: 13px;
}
.Manage_stuff h4 {
    margin-left: 14px !important;
    margin-bottom: 0px;
}
.information_area h4 {
    margin: 0px 0 8px 0 !important;
}
.popular ul li:last-child {
    margin-right: 18px;
}
.information_area {
    padding-bottom: 14px;
    margin-top: 0;
}
.footer-nav a {
    line-height: 20px;
}
.Congratulations_on {
    padding: 0px 0px 0 0 !important;
}
.Continuing {
    margin: 8px 0 0 0px !important;
}
.blue-btn2 {
    margin-left: 0px !important;
}
.float-right {
    float: none;
}
.float-left {
    float: none;
}
h1 {
    font-size: 26px!important;
}
.section-all h1 {
    font-size: 26px!important;
}
h2 {
    font-size: 22px!important;
}
h3 {
    font-size: 20px;
    margin: 0px;
}
h4 {
    font-size: 18px;
    margin: 0px;
}
h5 {
    font-size: 16px;
    margin: 0px;
}
.margin-l-50 {
    margin-left: 0px;
}
select {
    margin-bottom: 10px;
}
input {
    margin-bottom: 10px;
}
.find-lease-b {
    float: none;
    border-radius: 3px;
    min-height: 44px;
    padding: 10px 24px;
}
.owner-a-car img {
    margin-left: 0px;
}
.owner-a-home {
    padding: 26px 0 50px;
}
.counter-decimal-main {
    padding: 32px 0 16px;
}
.slick-prev, .slick-next {
    display: none !important;
}
.time-msg {
    margin-top: 5px;
}
.ve-feature.car-detail-fe .vehicle-feature-button {
    padding: 15px 5px;
    max-width: 230px;
    font-size: 15px;
    margin: 12px auto 0;
}
.black-color-xs {
    color: #000 !important;
}
.grey-bg-xs {
    background-color: #d3d3d3;
}
.white-bg-xs {
    background-color: #fff;
}
/*===== Detail page Set ========*/
	
.left-box-detail-page .pgwSlider .ps-current li {
    overflow: hidden;
    position: relative;
    height: 210px;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    padding: 4px;
}
.car-slider-summary .pgwSlider .ps-current img {
    height: 200px;
    object-fit: scale-down;
}
.car-slider-summary .pgwSlider .ps-current .ps-prev, .car-slider-summary .pgwSlider .ps-current .ps-next {
    display: none!important;
}
.left-box-detail-page {
    padding: 0;
}
.left-box-detail-page h4 {
    font-size: 18px !important;
}
.pgwSlider ul li a img {
    border-radius: 5px;
    padding: 3px;
}
.left-box-detail-page .h-p {
    padding: 0 4px;
}
.left-box-detail-page .buyer-table .detail-page-de td {
    background-color: transparent;
    border: none;
    padding: 1px !important;
    font-weight: 600;
}
table.table.table-striped.detail-page-de {
    margin-bottom: 0px;
}
.buyer-information {
    border: none;
    padding-bottom: 9px;
    margin-top: 0px;
}
.detailpage .car-info {
    background-color: transparent;
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    float: none;
    width: inherit;
    max-width: inherit !important;
}
.detailpage .car-info li {
    color: #000;
    font-size: 14px;
    margin: 0;
    -ms-flex-item-align: center!important;
    align-self: center!important;
    float: none;
    width: inherit;
    max-width: inherit !important;
    padding: 0 !important;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.detailpage .car-info li i {
    position: relative;
    background: none;
}
.detailpage .car-info li .metter:before {
    content: "";
    background-image: url(../images/metter-icon.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 23px;
    height: 18px;
    left: 0px;
    top: 2px;
}
.detailpage .car-info li .automatic2:before {
    content: "";
    background-image: url(../images/local-or-imported.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 23px;
    height: 18px;
    left: 0px;
    top: 2px;
}
.detailpage .car-info li .used2:before {
    content: "";
    background-image: url(../images/use-icon.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    left: 0px;
    top: 0px;
}
.detailpage .car-info li .electric:before {
    content: "";
    background-image: url(../images/gasloline-or-electric.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    left: 3px;
    top: -1px;
}
.car-info li:nth-child(5), .car-info li:nth-child(6) {
    display: none;
}
.car-info li:nth-child(3), .car-info li:nth-child(4) {
    padding-bottom: 0px !important;
}
.vehicle-det .car-info-ul-detail-p li {
    padding: 3px 0;
    border-bottom: none;
}
.for-button {
    margin: 0;
}
.for-month {
    background-color: transparent;
    padding: 0px 0px !important;
    border: none;
    margin: 0 auto;
    float: none !important;
    clear: both;
}
.for-month h3 {
    font-size: 22px;
    line-height: 34px;
    margin-top: 0px;
    margin-bottom: 2px;
    text-align: center;
    vertical-align: bottom;
    color: #4199d3;
    text-transform: uppercase;
}
.for-month h3 i {
    position: relative;
}
.for-month h3 .fa-tag:before {
    content: "";
    background-image: url(../images/for-price-tag.png);
    position: absolute;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: -11px;
    top: -18px;
}
.for-month span {
    color: #4199d3;
    font-size: 22px;
}
.car-slider-summary .thamnail-a.thumbnail-set li {
    height: 70px;
}
.car-slider-summary .pgwSlider .ps-current img {
    padding: 1px;
    border-radius: 0;
}
.car-slider-summary .thamnail-a.thumbnail-set li a {
    padding: 8px 0px;
}
.car-slider-summary .thamnail-a.thumbnail-set li a img {
    padding: 2px;
    border-radius: 0;
    width: 70px;
    height: 42px;
}
.metter, .automatic2, .used2, .electric, .engine2, .bodytype {
    width: 25px !important;
    height: 25px;
    vertical-align: middle;
    margin-right: 0px;
}
.left-box-detail-page .buyer-table .detail-page-de-2 {
    margin-bottom: 0px !important;
}
.left-box-detail-page .buyer-table .detail-page-de-2 td {
    font-weight: bold;
    color: #000 !important;
}
.left-box-detail-page .buyer-table .detail-page-de-2 a {
    font-weight: bold;
    color: #000 !important;
}
.comment-box {
    border: none;
    margin: 19px 15px;
    border-radius: 5px;
    padding: 1px 8px;
    box-shadow: 0 0 6px 4px #ccc;
}
.comment-box .margin-t-20.margin-b-20 {
    margin: 15px 0!important;
}
.comment-box .margin-t-20.margin-b-20 h3 {
    color: #4c4c4c !important;
}
.right-box-detail-first-li {
    background-color: #fff;
    padding: 5px 0px;
}
.right-box-detail-first-li .tag-icon {
    background-color: #4199d3;
}
.right-box-detail-first-li .tag-icon i {
    color: #fff;
}
.right-box-detail li h4 {
    color: #4199d3;
}
.right-box-detail li p {
    color: #000;
}
.right-box-detail-p-ul {
    border: none;
    padding: 0 0 10px;
}
.car-info-ul-detail-p {
    padding: 10px 0;
}
.right-box-detail ul .detail-last-li .col-md-12 {
    padding: 0px;
}
.send-msg-btn, .fb-button {
    font-size: 12px;
    text-transform: capitalize;
    margin-top: 20px;
    display: inline-block;
    padding: 10px 13px;
}
.send-msg-btn i, .fb-button i {
    font-size: 15px;
    margin-right: 3px;
}
.right-box-detail ul li:nth-child(4) span a {
    border: none;
    padding: 15px 30px;
    margin-top: 9px;
}
.similar_ars {
    margin-top: 20px;
}
.similar_ars h4 {
    font-size: 22px;
    color: #000;
}
/*.vehicle-feature {
    display: none;
}*/
.ve-feature .vehicle-feature-button {
    background-color: #4199d3;
    padding: 20px 5px;
    position: relative;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
}
.ve-feature .vehicle-feature-button:after {
    content: "\f107";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0px 7px;
    font-size: 20px;
}
.ve-feature .vehicle-feature-button.icon-angle:after {
    content: "\f106";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0px 7px;
    font-size: 20px;
}
.similar-car-sec {
    margin: 20px 0 0;
}
.similar-car-sec .item-car-updated .car-name {
    top: 46%;
}
/*===== Takeover Lease ========*/		

.lease-t-over {
    padding: 25px 0 20px !important;
    background-color: #ffffff;
    margin: 0 !important;
}
.lease-t-over h1 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 22px !important;
    font-weight: 600;
    color: #000;
}
/*===== Transfer Lease And Login ========*/	
.Vehicle_Details {
    padding: 5px 22px 10px 20px;
}
.Vehicle_Details h4, .checkbox_area h4 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 600;
    margin: 15px 0 10px !important;
}
.vehicle-photo h4 {
    float: left;
}
.vehicle-photo .blue-btn2 {
    float: right;
    min-width: 150px;
    border-radius: 25px;
    text-align: center;
    background-color: #4199d3;
}
.vehicle-photo .blue-btn2 i {
    color: #fff;
    font-size: 18px;
    margin-right: 4px;
}
.vehicle-photo .remove_row.remove-button {
    margin: 7px 0;
}
.login-bg {
    background: none;
    background-color: #ffffff;
    padding: 0!important;
}
input.blue-btn2.form_save {
    margin: 0 auto !important;
    max-width: 170px;
    float: inherit;
    background-color: #000;
    border-radius: 25px;
    padding: 11px;
}
.transfer-section {
    margin: 0;
    background-color: #f4f4f4;
    padding: 20px 0 !important;
}
.transfer-section h1 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 22px !important;
    font-weight: 600;
    color: #000;
}
.padding-n-xs {
    padding: 0px !important;
}
.city-detail {
    margin: 0 0 15px !important;
}
.seen-on-section-main {
    margin-top: 0px;
}
.seen-on-section-main .seen-on-inner {
    border-radius: 0;
}
.crousal-slider-update .col-md-4 {
    padding: 28px 50px 35px 12px;
}
.crousal-slider-update .testi-inner-box {
    padding: 35px 38px 35px 12px;
}
.crousal-slider-update p {
    padding: 0 27px 0 0px;
}
.crousal-slider-update .testi-inner-box .testi-icon {
    width: 55px;
    height: 55px;
    right: -26px;
    bottom: 19px;
}
.car-listing-col-main-updated .item-car-main {
    padding: 0;
    max-width: 100%;
}
.modal-dialog.modal-login {
    margin: 90px auto;
    max-width: inherit;
    width: 90%;
}
.modal-body {
    padding: 0px;
}
.loginpage {
    padding: 5px 20px;
}
.loginpage .fb-button {
    margin: 14px 0 0;
    padding: 9px;
    font-size: 14px;
    display: block;
}
.loginpage .or-seprt {
    margin: 10px 0 3px;
    font-size: 14px;
}
.login-input .input-field input {
    padding: 5px 0px;
    margin-bottom: 10px;
}
.login-input .blue-btn4 {
    margin: 15px 0 0;
    padding: 9px;
    font-size: 14px;
}
.login-input .sign-up-li span {
    font-size: 14px;
    margin: 10px 0 0;
}
.login-input .sign-up-li span a {
    font-size: 14px;
}
/*===== Dashboard Updated ===*/
	
.user-dashboard-nav {
    min-height: auto !important;
    margin: 0px 15px 20px;
    padding: 20px 20px 10px 20px;
}
.user-dashboard-nav h4 {
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
}
.user-dashboard-nav h4 i {
    color: #000;
    float: right;
    font-size: 24px;
}
.collapse-xs {
    display: none;
}
/*===user adds form ===	*/
.add-post-main .panel-body {
    padding: 20px 15px;
}
.stepper .nav-tabs {
    width: 100%;
}
.stepper .tab-pane {
    padding-top: 20px;
}
.stepper .nav-tabs [data-toggle='tab'] {
    width: 25px;
    height: 25px;
    margin: 10px auto;
}
.stepper .round-tab {
    width: 25px;
    height: 25px;
    line-height: 21px;
    font-size: 11px;
}
.stepper .nav-tabs > li:after {
    height: 3px;
    top: 22px;
}
.fields-area .form-horizontal label {
    padding: 0px;
    font-size: 11px;
    margin: 0;
    color: #0073bd;
}
.fields-area select, .fields-area textarea {
    font-size: 11px;
    height: 25px;
}
.fields-area input {
    font-size: 11px;
}
fieldset.my-vehicle input, fieldset.lease-details input, fieldset.contact-details input {
    height: 25px;
}
.fs-title {
    font-size: 16px;
}
.fields-area .form-group {
    margin-bottom: 5px;
}
.fields-area {
    margin: 30px 0;
}
.my-vehicle .col-sm-12:nth-child(5) .col-sm-3, .my-vehicle .col-sm-12:nth-child(6) .col-sm-3 {
    width: inherit;
}
.my-vehicle .col-sm-12:nth-child(5) .col-sm-9, .my-vehicle .col-sm-12:nth-child(6) .col-sm-9 {
    width: inherit;
}
.my-vehicle .col-sm-12:nth-child(7) .col-sm-2 {
    width: inherit;
}
.my-vehicle .col-sm-12:nth-child(7) .col-sm-10 {
    width: inherit;
}
.add-post-main .list-inline {
    float: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.checkbox_row {
    margin-bottom: 0px;
}
/*===== Dashboard updated ====	*/
.user-dashboard-nav .list-group-item {
    font-size: 16px;
    padding: 4px 0px;
}
.user-dashboard-content {
    padding: 20px 15px 30px;
}
.user-dashboard-content h4 {
    font-size: 18px;
}
.user-dashboard-content .user-info-coloumn {
    margin-top: 15px;
}
.user-dashboard-content .car-info-ul li {
    font-size: 12px;
    padding: 5px 0;
}
.user-dashboard-content .car-info-ul li span:first-of-type {
    text-transform: capitalize;
    font-size: 12px;
}
.user-dashboard-content .dasboard-btn {
    padding: 9px 33px;
    font-size: 14px;
    text-transform: capitalize;
}
.ads-details-area-inner .ads-main-img {
    margin-bottom: 15px;
}
.ads-details-area-inner h5 {
    font-size: 14px;
}
.ads-details-area-inner .vehicle-feature {
    display: block;
}
.watchlist-btn .send-msg-btn, .watchlist-btn .dasboard-btn {
    padding: 5px 15px;
    font-size: 13px;
    min-width: 105px;
}
.right-m-content h5 {
    font-size: 13px;
    line-height: 20px;
}
.right-m-content p {
    font-size: 11px !important;
    line-height: 15px;
}
.bottom-text-a {
    padding: 20px 108px 20px 14px;
}
.right-message, .left-message {
    margin-bottom: 10px;
    padding: 10px 25px 6px;
    width: 93%;
}
.edit-ac .form-group {
    margin-bottom: 10px;
}
.edit-ac label {
    font-size: 12px;
}
.edit-ac .col-xs-12 {
    padding: 0;
}
/*== Message module ==*/	
	
.message-s-main h1 {
    font-size: 13px !important;
    margin: 0 -27px 15px;
    padding: 9px 12px;
    text-transform: none;
}
.msg-area-main .user-dashboard-content h4 {
    margin-bottom: 30px !important;
}
.msg-area-main .user-dashboard-content .contact-wrapper {
    box-shadow: 0 0 5px 1px #c5c5c5;
    background-color: #fff;
}
.msg-area-main .information_area {
    padding-bottom: 0;
}
.msg-area-main .user-dashboard-content .message-img {
    background-color: transparent;
    border: none;
}
.msg-area-main .user-dashboard-content .message-box-ul {
    border: none;
}
.msg-area-main .msg-pop-up {
    margin: 90px 0;
}
.msg-area-main .modal-header {
    background-color: #eaeaea;
    border-radius: 3px 3px 0 0;
    padding: 11px;
}
.msg-area-main .user-dashboard-content .modal-header h4 {
    margin: 0 !important;
    font-size: 14px;
}
.msg-area-main .user-dashboard-content .modal-header h4 img {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    margin-right: 10px;
}
.msg-area-main .user-dashboard-content .modal-header .close {
    opacity: 10;
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    margin: -17px -17px 0px 0px;
}
.msg-pop-up .modal-body .gray-bg {
    background-color: #fff;
}
.msg-pop-up .modal-body .right-message, .msg-pop-up .modal-body .left-message {
    box-shadow: none;
    color: #6a6a6a;
    margin-bottom: 15px;
    width: 75%;
}
.msg-pop-up .modal-body .right-message {
    background-color: #f0f2ff;
}
.msg-pop-up .modal-body .right-message .col-sm-10.nopadding, .msg-pop-up .modal-body .left-message .col-sm-10.nopadding {
    padding: 0 30px 0 5px;
}
.msg-pop-up .modal-body .right-message:before {
    display: none;
}
.msg-pop-up .modal-body .left-message {
    background-color: #fff8e3;
}
.msg-pop-up .modal-body .left-message:before {
    display: none;
}
.msg-pop-up .modal-body .right-message .time-msg, .msg-pop-up .modal-body .left-message .time-msg {
    color: #6a6a6a!important;
}
.msg-pop-up .modal-body .right-message .fa-trash-o, .msg-pop-up .modal-body .left-message .fa-trash-o {
    color: #6a6a6a!important;
}
.msg-pop-up .modal-body .bottom-text-a {
    -webkit-box-shadow: 0px -3px 19px 0px rgba(50, 50, 50, 0.34);
    -moz-box-shadow: 0px -3px 19px 0px rgba(50, 50, 50, 0.34);
    box-shadow: 0px -5px 19px 0px rgba(50, 50, 50, 0.34);
    margin: 30px 0 0;
    padding: 20px;
}
.msg-pop-up .modal-body .bottom-text-a .col-xs-10.col-sm-10 {
    padding: 0;
}
.msg-pop-up .modal-body .bottom-text-a textarea.form-control {
    padding: 0;
    border: none;
    box-shadow: none;
}
.msg-pop-up .modal-body .bottom-text-a .message-btn {
    color: transparent;
    background-image: url(../images/send-msg-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.del-conver-modal {
    top: 20%;
}
.del-conver-modal .modal-body {
    padding: 10px 15px;
    text-align: center;
}
.del-conver-modal .modal-body strong {
    color: #ff2424;
    font-size: 16px;
}
/*=== Brand logos page ===*/	
	
.popular-m-main .row {
    margin: 0px;
    background-color: #fff;
}
.popular-m-main .topsortby {
    background-color: #fff;
}
.popular-m-main .show-filter {
    margin: 30px auto;
}
}

@media screen and (min-width:481px) and (max-width:767px) {
.pop-ul li {
    width: 50%;
}
.table-for-searchlist .table-bordered > thead > tr > th, .table-for-searchlist .table-bordered > thead > tr > td {
    padding: 9px;
    font-size: 12px;
}
.table-for-searchlist .table tbody tr th, .table-for-searchlist .table tbody tr td {
    padding: 9px;
    font-size: 12px;
}
.del-searchlist i {
    font-size: 18px;
}
}

@media screen and (min-width:320px) and (max-width:480px) {
.blue-btn {
    margin-left: 2px;
    margin-top: 0px;
}
.QUICK_REFERENCE ul li a {
    color: #0488c7;
    font-size: 11px;
}
.QUICK_REFERENCE ul li {
    margin-bottom: 4px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.thamnail-a ul li {
    max-width: 86px;
    margin-bottom: 0;
}
.thamnail-a img {
    max-width: 80px;
    max-height: 60px;
}
.left-img ul {
    max-width: 100%;
    float: none;
    min-height: 70px;
}
.popular h3 {
    text-align: center;
}
.popular h3 a {
    display: block;
    float: none;
    line-height: 30px;
}
body, p {
    font-size: 14px!important;
}
.font-18 {
    font-size: 16px !important;
}
.lease-tabs .nav-tabs>li>a {
    font-size: 13px;
    padding: 9px 16px;
    min-width: inherit;
}
.owner-a-car {
    padding: 133px 20px 14px 0px;
}
.owner-a-car h1 {
    padding: 0px 0px 0 18px;
}
.owner-a-car h4 {
    padding: 0px 0px 0 18px;
    margin-bottom: 55px;
}
.owner-a-ul {
    margin-top: 40px;
}
.popular ul li:last-child {
    margin: 10px auto 10px;
}
.pagination > li > a, .pagination > li > span {
    padding: 5px 9px;
    font-size: 12px;
}
.faq-question-main .panel-title > a {
    font-size: 14px;
}
.faq-question-main .panel-heading .accordion-toggle.collapsed:before {
    font-size: 21px;
    line-height: 23px;
    margin-top: -3px;
    width: 24px;
    height: 24px;
}
.faq-question-main .panel-heading .accordion-toggle:before {
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-size: 31px;
    margin-top: -3px;
}
.faq-question-main .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 15px;
}
button.accordion-inner {
    padding: 0px 0 5px;
    font-size: 16px;
}
.panel-inner p {
    font-size: 14px;
    margin: 0 0 10px;
}
.tips-ul li {
    padding: 0px 0 7px 30px;
    font-size: 16px;
    background-position: 0px 3px;
    background-size: 16px;
}
.pop-ul li {
    width: 100%;
}
/*==== New Design 2020 ====	*/
	
.how-it-bg {
    background-color: #e9e9e9;
    background: none;
    padding: 20px 0!important;
}
.how-it-bg h1 {
    font-size: 18px !important;
    color: #020202;
}
.how-it-bg p {
    color: #020202 !important;
}
.guide-step {
    font-size: 17px;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #000 !important;
    background: none;
    top: -30px;
    width: 100%;
}
.guide-step:after {
    border: none;
}
.responsive-how-it .margin-t-130 {
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: center;
}
/*==== New Design 2020 ====	*/	
.car-listing-col-main-updated .car-info-home .col-xs-10 {
    padding: 0 0 0 18px;
}
.car-name {
    font-size: 14px;
    padding: 7px 11px;
}
.car-info-home {
    text-align: left;
    padding: 19px 10px 21px;
}
.tag-icon {
    width: 30px;
    height: 30px;
}
.tag-icon i {
    font-size: 18px!important;
}
.car-info-home h4 {
    font-size: 16px;
}
.car-info-home p {
    font-size: 13px;
}
.car-info-ul li span:first-of-type {
    width: 50%;
    min-width: 50%;
    font-size: 12px;
}
.car-info-ul li {
    font-size: 12px;
}
.modal-dialog.modal-login .modal-body {
    padding: 0px 15px;
}
.loginpage {
    padding: 5px 0px;
}
.add-post-main .btn-primary, .add-post-main .btn-default {
    padding: 8px 19px;
    font-size: 12px;
    min-width: 80px;
}
/*===== Dashboard updated ====	*/
.ads-details-area-inner h5 {
    font-size: 12px;
    line-height: 18px;
}
.user-dashboard-content .ads-details-area-inner .car-info-ul li span:first-of-type {
    width: 55%;
    min-width: 55%;
    font-size: 11px;
}
.user-dashboard-content .ads-details-area-inner .car-info-ul li {
    font-size: 11px;
}
.vehicle-feature .vehicle-f-ul li .veh-f-icn {
    margin-right: 7px;
}
.ads-details-area-inner .vehicle-feature .vehicle-f-ul li {
    align-items: center;
    justify-content: center;
    font-size: 11px;
}
.user-dashboard-content .dasboard-btn {
    padding: 9px 23px;
    font-size: 11px;
}
.my-ads-btn .send-msg-btn, .my-ads-btn .dasboard-btn {
    padding: 9px 23px;
    font-size: 11px;
}
.bottom-text-a {
    padding: 20px 75px 20px 14px;
}
.bottom-text-a .col-xs-10.col-sm-10 {
    padding-right: 0;
}
.bottom-text-a .col-xs-2.col-sm-2.nopadding-sm input {
    font-size: 12px;
    padding: 8px 18px;
    text-transform: capitalize;
    margin: 10px 0;
}
.table-for-searchlist .table-bordered > thead > tr > th, .table-for-searchlist .table-bordered > thead > tr > td {
    padding: 9px;
    font-size: 12px;
}
.table-for-searchlist .table tbody tr th, .table-for-searchlist .table tbody tr td {
    padding: 9px;
    font-size: 12px;
}
.del-searchlist i {
    font-size: 18px;
}
.table-for-searchlist .table tbody tr td a.hidden-lg.hidden-md.hidden-sm strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 182px;
}
}


@media screen and (min-width:320px) and (max-width:360px) {
/*===== Dashboard updated ====	*/
.ads-details-area-inner h5 {
    font-size: 12px;
    line-height: 18px;
}
.my-ads-btn-2 .tag-icon {
    margin: 0 1px 12px;
    width: 25px;
    height: 25px;
}
.my-ads-btn-2 .tag-icon i, .my-ads-btn-2 .tag-icon img {
    max-width: 17px;
}
.table-for-searchlist .table tbody tr td a.hidden-lg.hidden-md.hidden-sm strong {
    width: 145px;
}
}
