* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: Calibri;
    src: url(../fonts/Calibri.woff2) format("woff2"), url(../fonts/Calibri.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: Calibri;
    src: url(../fonts/Calibri-Bold.woff2) format("woff2"), url(../fonts/Calibri-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: Calibri;
    src: url(../fonts/Calibri-Light.woff2) format("woff2"), url(../fonts/Calibri-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: auto
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

p {
    font-size: 18px !important;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

header,
section,
footer {
    width: 100%;
    float: left;
}

[class^="col-"],
[class*=" col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*header part css start*/

.header-top {
    background: #2a2a2a;
    border-top: 3px solid #eb8f3c;
    position: relative;
}

.logo-outer img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

.time-outer {
    padding: 15px 0;
}

.time-outer p {
    font-size: 13px !important;
    color: #fff;
    margin: 0 0 0 5px;
}

.time-outer p img {
    margin: 0 10px 0 6px;
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: text-bottom;
}

.register-outer {
    text-align: right;
    /* padding: 7px 0 0; */
    margin-left: auto;
}

.register-outer ul {
    width: auto;
    float: right;
}

.select-country ul {
    float: left;
    width: 100%;
}

.select-country ul li {
    float: left !important;
    display: block;
    width: 100%;
}

.select-country .btn-info {
    background-color: transparent !important;
    border: none !important;
    font-size: 13px !important;
    padding: 0 !important;
}

.select-country .caret {
    margin: -4px 5px 0 0;
    margin-left: 0px;
}

.select-country .btn-info:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.register-outer li a img {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: text-bottom;
}

.register-outer li .language-outer ul {
    overflow: auto;
}

.register-outer li {
    float: left;
}

.register-outer li a {
    font-size: 13px;
    color: #fff;
    padding: 0 14px 0;
    float: left;
}

.language-outer {
    display: inline-block;
    margin: 6px 0 0;
}

.language-outer select {
    border: none;
    width: 100%;
    background: #2a2a2a url(../images/select-iconwhite.png) no-repeat 100%;
    padding: 3px 19px;
    -webkit-appearance: none;
    appearance: none;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    text-transform: uppercase;
}

.language-outer select option {
    width: 100%;
    box-shadow: none;
    outline: none;
    padding: 5px 0;
}

.language-outer select:focus {
    outline: none;
    box-shadow: none;
}

.language-outer a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    padding: 0 15px 0 0;
}

.language-outer a span {
    display: inline-block;
    margin: 0 8px 0 0;
}

/*nav css start*/
.nav-inner {
    text-align: right;
    padding: 25px 0 13px;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.nav-inner .navbar {
    width: auto;
    display: inline-block;
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
}

.nav-inner li a {
    padding: 0 0 5px !important;
    color: #333333 !important;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 0 38px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background: transparent !important;
    padding: 0 0 5px !important;
    color: #333333 !important;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 0 38px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    border: 0;
    border-bottom: 2px solid #fff;
}

.nav-inner li a:hover {
    border-bottom: 2px solid #eb8f3c;
    color: #eb8f3c !important;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background-color: transparent !important;
}

.open>a.dropdown-toggle.active {
    border-color: #eb8f3c !important;
}

.nav-inner li .active-nav {
    border-bottom: 2px solid #eb8f3c !important;
    color: #eb8f3c !important;
}

.nav-inner li a:after,
.sidenav li a:after {
    display: none;
}

.nav-inner #navbar {
    padding: 0;
}

.navbar {
    display: none;
}

/*nav css end*/


/*header part css end*/





/*banner css start*/

.banner-inner {
    text-align: center
}

.banner-content {
    width: 660px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    padding: 27px 20px 25px;
}

.banner-content h1 {
    font-size: 32px;
    color: #fff;
    position: relative;
    font-weight: bold;
    letter-spacing: 0px;
    padding: 0 0 20px;
    text-transform: uppercase;
}

.banner-content h1:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: #eb8f3c;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.banner-content p {
    font-size: 20px;
    color: #fff;
    margin: 20px 0 28px;
    letter-spacing: 0.2px;
    font-weight: bold;
}

.banner-content a {
    border: 2px solid #eb8f3c;
    padding: 15px 25px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.banner-content a:hover {
    background: #eb8f3c;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    color: #fff;
}

/*banner css end*/




/*cars catagories css start*/
.cars-catagories-outer {
    margin: -80px 0 -230px;
    position: relative;
    z-index: 9999;
}

.used-cars-inner {
    width: auto;
    display: inline-block;
    border: 4px solid #fff;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.used-cars-outer {
    text-align: center;
}

.used-cars-inner h2 {
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
    position: absolute;
    top: 21px;
    z-index: 9999;

    width: 100%;
    margin: 0;
}

.used-cars-inner h2 span {
    font-size: 30px;
    display: inline-block;
    width: 100%;
    font-weight: 800;

}

.used-cars-inner img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    z-index: 0;
}

.used-cars-inner img {
    transition-duration: 1s;
}

/*cars catagories css end*/




/*featured cars css start*/
.featured-cars-outer {
    padding: 170px 0 150px;
    background: url(../images/featured-cars-bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
}

.featured-cars-inner {
    text-align: center
}

.featured-cars-inner h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 16px;
    letter-spacing: 0.4px;
}

.featured-cars-inner span {
    display: inline-block;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-dots {
    text-align: center;
    padding-top: 26px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.featured-decription-outer {
    width: 100%;
    float: left;
    background: #fff;
}

.featured-decription-inner {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 194px;
}

.used-machinery-detail .featured-decription-inner {
    height: 246px;
}

.featured-decription-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #f5f5f5;
    float: left;
}

.featured-decription-inner h2 {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(85, 85, 85, 0.8);
    font-size: 12px;
    padding: 4px 7px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.mercedes-outer {
    width: 100%;
    float: left;
}

.mercedes-outer h2 {
    font-size: 16px;
    color: #333333;
    margin: 0;
    padding: 13px 10px;
    font-weight: 600;
    letter-spacing: 1px;
    min-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding: 14px 35px 0 25px;
}

.mercedes-outer h2 span {
    float: right;
    position: absolute;
    right: 4px;
    top: 5px;
    z-index: 999;
    width: 20px;
}

.mercedes-outer h2 span img {
    width: 20px;
}

.mercedes-outer p {
    font-size: 12px;
    color: #959595;
    margin: 7px 0 12px;
    font-weight: 500;
    line-height: 20px;
}

.mercedes-outer li img {
    width: 14px !important;
    float: none;
    vertical-align: middle;
    display: inline-block !important;
    margin: -1px 5px 0 0;
}

.mercedes-outer li span {
    font-size: 12px;
    text-transform: capitalize;
    color: #959595;
    font-weight: 500;
}

.mercedes-outer li {
    width: 50%;
    float: left;
    padding: 5px 0;
    text-align: center;
    border-top: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    font-size: 14px;
}

.mercedes-outer li a {
    color: #eb8f3c;
}

.mercedes-outer li:nth-child(2n) {
    border-right: none;
}

.cars-slider-outer {
    margin: 50px 0 0;
}

.owl-nav button.owl-prev span {
    border: 2px solid #4d4d4d !important;
    display: inline-block;
    width: 45px;
    background: none !important;
    font-size: 27px;
    height: 45px;
    border-radius: 50px;
    color: #4d4d4d;
}

.owl-nav button.owl-prev span:hover,
.owl-nav button.owl-next span:hover {
    border: 2px solid #eb8f3c !important;
    color: #eb8f3c;
}

.owl-nav button.owl-next span {
    border: 2px solid #4d4d4d !important;
    display: inline-block;
    width: 45px;
    background: none !important;
    font-size: 27px;
    height: 45px;
    border-radius: 50px;
    color: #4d4d4d;
}

.owl-nav button.owl-prev {
    left: -55px;
    background: none !important;
}

.owl-nav button.owl-next {
    right: -55px;
    background: none !important;
}

.owl-dot {
    background: #fff !important;
    width: 13px !important;
    height: 13px !important;
}

.owl-dot.active {
    background: #eb8f3c !important;
}

.welcome-content {
    text-align: center;
    padding: 0 0 40px;
}

.welcome-content h2 {
    color: #fff;
    display: inline-block;
    font-size: 50px;
    font-weight: 800;
    padding: 8px 30px;
    margin: 0 0 25px;
    background-size: 100%;
}

.welcome-content p {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 0 60px;
}

.get-social {
    padding: 0 0 0 50px !important;
}

.about-btn {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.more-btn {
    text-align: center;
    border: 2px solid #eb8f3c;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 10px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin: 0 11px 11px 0;
    width: 28%;
    display: inline-block;
}

.more-btn:hover {
    color: #eb8f3c;
    background-color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    border: 2px solid #fff;
}

/*featured cars css end*/


/*featured crane section css start*/
.featured-crane-outer {
    padding: 58px 0 9px;
    background: url(../images/crane-bg.jpg) no-repeat fixed;
    background-size: cover;
}

.featured-crane-inner {
    text-align: center;
}

.featured-crane-inner h3 {
    font-size: 30px;
    color: #333333;
    font-weight: 700;
    margin: 0 0 15px;
    letter-spacing: 0.4px;
}

.featured-crane-inner span {
    display: inline-block;
}

.featured-crane-outer .mercedes-outer {
    border: 2px solid #ededed;
    border-top: none;
}

.featured-crane-outer .owl-nav button.owl-prev span {
    border: 2px solid #c5c5c5 !important;
    color: #c5c5c5;
}

.featured-crane-outer .owl-nav button.owl-next span {
    border: 2px solid #c5c5c5 !important;
    color: #c5c5c5;
}

.featured-crane-outer .owl-nav button.owl-prev span:hover,
.owl-nav button.owl-next span:hover {
    border: 2px solid #eb8f3c !important;
    color: #eb8f3c;
}

.featured-crane-outer .owl-dot {
    background: #bcbcbc !important;
    width: 13px !important;
    height: 13px !important;
}

.featured-crane-outer .owl-dot.active {
    background: #eb8f3c !important;
}

/*featured crane section css end*/



/*join us css start*/
.join-us-outer {
    padding: 33px 0;
    background: url(../images/join-us-bg.jpg) no-repeat;
    background-size: auto;
    background-size: cover;
    position: relative;
    text-align: center;
}

.join-us-inner h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 16px 0 0;
    letter-spacing: -0.2px;
    text-align: left;
}

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

.join-register a {
    display: inline-block;
    text-align: center;
    border: 2px solid #fff;
    padding: 16px 21px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2.7px;
    font-weight: 600;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.join-register a:hover {
    background: #fff;
    color: #eb8f3c;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

/*join us css end*/




/*footer css start*/

footer {
    padding: 57px 0 0;
    background: #333333;
}

.footer-links {
    width: 23%;
}

.footer-links:last-child {
    width: 19% !important;
    float: right;
    padding: 0 !important;
}

.footer-links:nth-child(3n) {
    width: 30% !important;
    padding: 0 0 0 50px !important;
}

.footer-links h2 {
    font-size: 25px;
    color: #fff;
    margin: -1px 0 19px;
    font-weight: 700;
    letter-spacing: -1px;
}

.footer-links li {
    font-size: 14px;
    color: #fff;
    margin: 0 0 16px;
    width: 100%;
    font-weight: 500;
}

.footer-links li a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    line-height: 19px;
}

.footer-links-two li {
    margin: 0 0 16px 0;
}

.col-lg-3.col-sm-3.col-md-3.col-xs-12.footer-links.footer-links-two {
    width: 30%;
}

.footer-links li p {
    width: 90%;
    display: inline-block;
    vertical-align: text-top;
    margin: 0;
}

.footer-links li p strong {
    width: 100%;
    display: inline-block;
    font-size: 19px;
    line-height: 18px;
    margin: 0 0 5px;
}

.col-lg-3.col-sm-3.col-md-3.col-xs-12.footer-links {
    width: 24%;
}

.footer-links li span {
    display: inline-block;
    border: 2px solid #eb8f3c;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin: 0 6px 0 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.footer-links li:hover span {
    background: #eb8f3c;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.sales-static li {
    margin: 5px 0 24px;
}

.col-lg-3.col-sm-3.col-md-3.col-xs-12.footer-links.sales-static {
    width: 22%;
}

.col-lg-3.col-sm-3.col-md-3.col-xs-12.footer-links.footer-links-three {
    padding: 0 0 0 98px !important;
}

.footer-links li a i {
    color: #eb8f3c;
    font-size: 17px;
    margin: 0 12px 0 2px;
    display: inline-block;
    vertical-align: sub;
}

.copyright-outer {
    padding: 19px 0 9px;
    background: #2c2c2c;
    margin: 40px 0 0;
}

.col-lg-2.col-sm-2.col-md-2.col-xs-12.copyright-center {
    text-align: center;
}

.copyright-content p {
    font-size: 14px;
    color: #8b8b8b;
    font-weight: 600;
}

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

.copyright-links li {
    display: inline-block;
}

.copyright-links li:last-child a {
    background: none;
    padding-right: 0;
}

.copyright-links li a {
    font-size: 14px;
    color: #8b8b8b;
    font-weight: 600;
    display: inline-block;
    background: url(../images/border-line2.png) no-repeat right;
    padding: 0 12px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.copyright-links li a:hover {
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

/*footer css start*/



/*about page css start*/
.about-banner {
    padding: 80px 0;
    background: url(../images/about-banner.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about-decription-outer {
    padding: 27px 0 50px;
}

.about-decription-content p {
    font-size: 14px;
    color: #959595;
    margin: 0 0 15px;
    line-height: 26px;
    letter-spacing: 0px;
}

.about-decription-content img {
    margin: 25px 0 0;
}

/*about page css end*/



/*used machinery page css start*/
.client-zone-inner label {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    width: 100px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0;
}

.used-machinery-banner {
    padding: 45px 0;
    background: url(../images/used-machinery-banner.jpg) no-repeat;
    background-size: cover !important;
    text-align: right;
}

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

.heading-content h1 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.usedcars-outer {
    padding: 50px 0 100px;
}

.shopbrand-main-outer h2 {
    font-size: 23px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
}

.shopbrand-main-outer p {
    font-size: 14px;
    color: #eb8f3c;
    font-weight: 700;
    text-transform: uppercase;
}

.shop-brand-outer {
    padding: 0 33px 0 0 !important;
}

.shop-brand-form h3 {
    background: #333333;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    padding: 13px;
    font-weight: 700;
    /*letter-spacing:2px;*/
    text-align: center;
    margin: 0;
}

.shop-brand-form {
    width: 100%;
    float: left;
    border: 1px solid #eeeeee;
}

.shop-brand-form form {
    display: inline-block;
    padding: 15px 10px 10px;
    width: 100%;
}

.select-option {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

.year-selection {
    float: left;
    width: 100%;
}

.select-option select,
.select-year select {
    border: none;
    width: 100%;
    background: #f4f4f4 url(../images/select-icon.png) no-repeat 93%;
    padding: 13px 13px;
    -webkit-appearance: none;
    appearance: none;
    font-size: 12px;
    /* 	color: #959595; */
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}

.select-option select::placeholder,
.select-year select::placeholder,
.select-option input::placeholder,
.select-year input::placeholder {

    color: #959595;
}

.select-option input {
    border: none;
    width: 100%;
    background: #f4f4f4;
    padding: 13px 13px;
    -webkit-appearance: none;
    appearance: none;
    font-size: 12px;
    /* 	color: #959595; */
    font-weight: 600;
    text-transform: uppercase;
}

.select-option input:focus {
    outline: none;
}

.select-option select:focus,
.select-year select:focus {
    box-shadow: none;
    outline: none;
    border: none;
}

.select-year {
    width: 47%;
    float: left;
    margin: 0 0 10px;
}

.select-year.right-content {
    float: right;
}

.year-selection label {
    font-size: 10px;
    color: #959595;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    float: left;
    margin: 3px 0 5px;
}

.year-selection select {
    background-position: 83%;
}

.find-car-button {
    width: 100%;
    float: left;
}

.find-car-button a {
    background: #b7b7b7;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    padding: 13px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.find-car-button a:hover {
    background-color: #333;
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.display-item-outer {
    text-align: left;
    margin: 0 0 27px;
}

.brand-detail-list {
    width: 100%;
    float: left;
    margin: 0 0 28px 0;
}

.brand-detail-list li {
    float: left;
    width: 23%;
}

.brand-detail-list.brand-detail-list-star li:first-child {
    width: 53px;
}

.brand-detail-list li a {
    display: block;
    font-size: 14px;
    color: #191919;
    border: 2px solid #a1a1a1;
    background-color: #ebebeb;
    padding: 10px 0;
    text-align: center;
    margin: 0 10px 0 0;
    font-weight: bold;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.brand-detail-list li a:hover {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background-color: #eb8f3c;
    border: 2px solid #eb8f3c;
    color: #fff;
}

.listing_outer_content .brand-detail-list-star ul {
    display: flex;
    overflow: hidden;
}

.listing_outer_content .brand-detail-list-star li {
    flex-grow: 1;
}

.listing_outer_content li.auc_a:nth-child(4) a {
    color: #e80303 !important;
}

.active-stock {
    background-color: #eb8f3c !important;
    border: 2px solid #eb8f3c !important;
    color: #fff !important;
}

.brand-detail-list li:last-child a {
    margin-right: 0;
}

.display-item-outer li {
    width: auto;
    display: inline-block;
    margin: 0 30px 0 0;
    text-align: left;
    flex-wrap: nowrap;
}

.display-item-outer li label {
    font-size: 14px;
    color: #959595;
    font-weight: 500;
    margin: 0 5px 0 0;
}

.display-item-outer select {
    border: 1px solid #d4d4d4;
    width: auto;
    background: #fff url(../images/select-icon2.png) no-repeat 95%;
    padding: 2px 40px 2px 15px;
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    color: #959595;
    font-weight: 400;
    cursor: pointer;
    text-transform: capitalize;
    background-size: 10px;
    outline: none !important;
}

.display-item-outer li {}

.flex-list-item {
    display: flex !important;
    align-items: center;
}

div .flex-list-item select,
.flex-list-item select {
    font-size: 18px;
    margin-left: 10px;
    white-space: nowrap;
    margin-top: 0 !important;
    font-weight: 500;
}

.flex-list-item label {
    margin: 0 !important;
}

.flex-list-item select {
    font-size: 18px;
    margin-left: 10px;
}

.grid-option {
    display: inline-block;
}

.grid-option a {
    padding: 13px 15px;
    display: inline-block;
}

.grid-option .grid-active {
    background: #eeeeee;
}

.grid-option a:hover {
    background: #eeeeee;
}

.used-cars-decription {
    margin: 0 0 20px;
    border: 1px solid #eeeeee;
}

.cars-decription-rightbar {
    padding: 16px 0 21px 15px !important;
    position: relative;
}

.used-cars-block {
    height: 258px;
    overflow: hidden;
}

.cars-decription-rightbar h2 {
    font-size: 14px;
    color: #eb8f3c;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.cars-decription-rightbar h3 {
    font-size: 22px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 15px;
}

.cars-decription-rightbar h3:before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 57px;
    height: 2px;
    background: #eeeeee;
}

.cars-decription-rightbar p {
    font-size: 12px;
    color: #959595;
    font-weight: 500;
}

.decription-heading {
    width: 75%;
    float: left;
}

.price-outer {
    float: right;
    border-bottom: 45px solid #eb8f3c;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    height: 0;
    width: 140px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 0 0 0 0;
    line-height: 43px;
    margin: 0 -10px 0 0;
    position: relative;
}

.price-outer::before {
    background: url(../images/shape.png) no-repeat right;
    content: "";
    right: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 45px;
}

.milage-detail li {
    width: 20%;
    float: left;
    border-right: 2px solid #eee;
    padding: 5px 0;
    text-align: center;
}

.milage-detail li img {
    display: inline-block;
    vertical-align: super;
    margin: 0 10px 0 0;
}

.milage-detail li span {
    float: none;
    display: inline-block;
    text-align: left;
}

.milage-detail li span h4 {
    font-size: 10px;
    font-weight: 600;
    color: #959595;
}

.milage-detail li span p {
    font-size: 12px;
    font-weight: 600;
    color: #333333;
}

.milage-detail {
    margin: 0 0 13px;
}

.milage-detail li:first-child {
    text-align: left;
}

.milage-detail li:last-child {
    width: 30%;
    border-right: none;
}

.call-now-button {
    color: #eb8f3c;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #eb8f3c;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.call-now-button:hover {
    background: #eb8f3c;
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.ads-banner-outer li {
    display: inline-block;
    margin: 22px 0 0;
    width: 100%;
}

.ads-banner-outer li a img {
    width: 100%;
}

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

.pagination-outer li {
    display: inline-block;
    color: #959595;
    margin: 0 1px;
}

.pagination-outer li a {
    font-size: 12px;
    color: #959595;
    font-weight: 600;
    padding: 5px 7px;
    display: inline-block;
    /* width: 24px; */
    /* height: 24px; */
    float: none;
    line-height: 20px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    text-align: center;
}

.pagination-outer p {
    margin: 6px 0 0;
    float: left;
    font-size: 14px !important;
    color: #676767;
    text-transform: uppercase;
}

.pagination-outer li a:hover {
    background: #eb8f3c;
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.active-pagination {
    background: #eb8f3c;
    color: #fff !important;
}

.pagination-outer li:first-child a i,
.pagination-outer li:nth-child(2) a i,
.pagination-outer li:last-child a i,
.pagination-outer li:nth-child(10) a i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.pagination-outer li:hover:first-child a,
.pagination-outer li:hover:nth-child(2) a,
.pagination-outer li:hover:last-child a,
.pagination-outer li:hover:nth-child(10) a {
    background: none;
    color: #959595;
}

@media (min-width: 992px) {
    .pagination-outer {
        display: flex;
        justify-content: flex-end;
    }

    .pagination-outer p {
        margin-top: 0;
    }
}

.outer_list {
    margin-right: -10px;
    margin-left: -10px;
    width: calc(100% + 20px) !important;
}

.vertical-view .mercedes-outer {
    text-align: center;
    border: 2px solid #eee;
    border-top: none;
}

.vertical-view .featured-decription-outer {
    padding: 0 10px;
    margin: 0 0 20px;
}

.view-more-btn {
    display: inline-block;
    border: 2px solid #ea8f3c;
    padding: 8px 15px;
    text-transform: uppercase;
    color: #ea8f3c;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 20px;
}

.view-more-btn:hover {
    background: #ea8f3c;
    color: #fff;
}

.heading-content {
    width: auto;
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 30px;
    border: 5px solid #e79948;
}

/*used machinery page css end*/



/*about page css start*/
.about-content {
    text-align: center;
    padding: 0 120px 40px !important;
    padding-right: 0px;
    padding-left: 0px;
}

.about-content h2 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 30px;
}

.about-content p {
    font-size: 20px;
    color: #fff;
    margin: 0 0 40px;
}

.about-content a {
    border: 2px solid #eb8f3c;
    padding: 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 30%;
    margin: 0 5px;
    background: #000;
}

/*about page css end*/


/*used machinery page css start*/
.search-outer {
    margin: 0;
}

.categories-outer {
    /*margin:22px 0 0;*/
}

.categories-outer h2 {
    background: #333;
    text-align: center;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0;
}

.categories-outer ul {
    border: 1px solid #eeeeee;
    padding: 10px 7px;
    background: #fff;
    margin: 0;
}

.categories-outer li {
    display: inline-block;
    width: 100%;
    font-weight: 600;
}

.categories-outer li a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: #191919;
    font-size: 14px;
}


.categories-outer li a:hover {
    background: #e6e6e6;
}

.categories-outer li a span {
    float: right;
}

.grey-color {
    background: #f2f2f2;
}

.showing-result-outer {
    margin: 0 0 23px;
}

.showing-result-outer h2 {
    font-size: 24px;
    color: #333333;
    /*text-transform:capitalize;*/
    font-weight: 600;
    margin: 0;
    width: auto;
    display: inline-block;
}

.listing_top_outer h2[data-before] span:nth-child(2) {
    font-weight: normal;
}

.showing-result-outer h2 a {
    font-size: 16px;
    color: #2b64b1;
    text-decoration: underline !important;
    font-weight: normal;
    vertical-align: middle;
    margin: 0 0 0 10px;
    text-transform: initial;
}

.showing-result-outer>span {
    float: right;
}

.showing-result-outer span a {
    display: inline-block;
    font-size: 16px;
    color: #fe0000;
    font-weight: 600;
    vertical-align: -webkit-baseline-middle;
}

.view-more-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(235, 143, 60, 0.6);
    text-align: center;
    display: none;
}


.view-more-button a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 25px;
    display: inline-block;
}

.view-more-button a:hover {
    background: #fff;
    color: #eb8f3c;
}

.view-more-button {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 95%;
}

.featured-decription-outer:hover .view-more-content {
    display: grid;
}

/*used machinery page css end*/




/*used bikes & cars page css start*/
.cars-banner {
    background: url(../images/used-bikes&cars-banner.jpg) no-repeat center top;
    background-size: cover;
}

.cars-and-bikes-outer {
    padding: 50px 0;
}

.cars-and-bikes-outer .decription-content {
    padding: 0 165px 38px !important;
}

.cars-and-bikes-outer .view-all {
    padding: 10px !important;
    width: 100%;
}

.decription-content {
    text-align: center;
    padding: 0 165px 70px !important;
}

.decription-content p {
    font-size: 18px;
    color: #333333;
    margin: 0;
}

.available-used-cars {
    margin-right: -10px;
    margin-left: -10px;
}

.cars-and-bikes-detail {
    width: 20%;
    float: left;
    background: #fff;
    padding: 0 10px;
    margin: 0 0 40px;
}

.cars-and-bikes-detail .mercedes-outer h2 {
    font-size: 13px;
    margin: 0;
}

.cars-and-bikes-detail:nth-child(5n) .mercedes-outer ul {
    width: 50%;
}

.cars-and-bikes-detail:nth-child(5n) .mercedes-outer li {
    width: 100%;
    border-right: 2px solid #eeeeee;
}

.cars-and-bikes-detail .mercedes-outer {
    border: 2px solid #eee;
    text-align: center;
    border-top: none;
}

.available-cars-outer {
    text-align: center;
}

.available-cars-outer h2 {
    font-size: 30px;
    color: #333333;
    font-weight: 700;
    margin: 0 0 15px;
    letter-spacing: 0.4px;
}

.available-cars-outer span {
    margin: 0 0 30px;
    display: inline-block;
}

.view-all {
    padding: 10px 50px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background: #eb8f3c;
}

.view-all:hover {
    color: #fff;
    background: #333333;
}

.machinery-stock {
    margin: 50px 0 40px;
}

.machinery-stock h3 {
    font-size: 30px;
    color: #333333;
    font-weight: 600;
}

.machinery-stock p {
    font-size: 18px;
    color: #414141;
}

.used-cars-about {
    padding: 106px 0 160px !important;
}

.auction-outer {
    position: relative;
}

.auction-content {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
}

.auction-content h2 {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    margin: 0;
}

.auction-content h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    background: #f69220;
    margin: 8px 0 5px;
    display: inline-block;
    padding: 5px 20px;
}

.auction-content a {
    font-size: 20px;
    color: #f69220;
    font-weight: bold;
    margin: 0;
    display: inline-block;
}

.auction-content a:hover {
    color: #f69220;
}

.cars-catagories-img {
    border: 4px solid #fff;
}

.auction-outer {
    padding: 0 10px !important;
    margin: 0 0 60px;
}

.blue-bg-color {
    background: #04256d !important;
}

.blue-color {
    color: #04256d !important;
}

/*used bikes & cars page css end*/


.check-out {
    background: url(../images/checkout-bg.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 42px 0 0 0;
}

.check-out h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.check-out p {
    font-size: 20px;
    color: #414141;
    font-weight: 500;
    text-align: center;
    padding: 0 0 4px;
}

.daily-update {
    width: 100%;
    float: left;
    margin: 37px 0 0 0;
}

.daily-update-left {
    width: 236px;
    float: left;
    text-align: center;
    padding: 19px 0 0 0;
}

.daily-update-left a {
    text-transform: uppercase;
    color: #e84d3e;
    font-size: 18px;
    text-decoration: underline !important;
    font-weight: bold;
    display: block;
}

.daily-update-right {
    width: 904px;
    float: right;
}

.daily-update-right li {
    float: left;
    margin: 0 1% 0 0;
    width: 13.4%;
}

.daily-update-right li img {
    width: 100%;
    border: 1px solid #eb8f3c;
}

.daily-update-right li:last-child {
    margin-right: 0;
}

.all-update {
    width: 100%;
    float: left;
    background-color: #d9d9d9;
}

.all-update li {
    float: left;
    width: 20%;
    text-align: center;
    margin: 0 1% 0 0;
}

/*back to top css*/
.back-to-top {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 30px solid #333;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    width: 145px;
}

.back-to-top a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-style: italic;
    margin: 7px 0 0;
    font-weight: 500;
}

.back-to-top a:hover,
.back-to-top a:focus {
    color: #fff;
    outline: none !important;
}

/*back to top css*/











/******************tejinder starts****************/







/******************contact-us starts****************/

.contact-banner {
    background: url(../images/contact-banner.jpg) no-repeat top center;
    background-size: cover;
    padding: 55px 0 42px;
}

.contact-title {
    width: 50%;
    float: right;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    padding: 0 60px 10px;
}

.contact-title h2 {
    font-size: 50px;
    position: relative;
    color: #fff;

    margin: 0 0 10px;
    padding: 10px 0 10px;
}

.contact-title h2::after {
    background: #eb8f3c;
    width: 80px;
    height: 3px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contact-title p {
    font-size: 20px;
    position: relative;
    color: #fff;

}

.address-section h2 {
    color: #231f20;
    font-size: 24px;

    font-weight: 600;
    padding: 0 0 30px;
    margin: 0;
}

.contact-main-con {
    padding: 100px 0 0;
}

.address-section li {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.address-section li strong {
    float: left;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #eb8f3c;
}

.address-section li span h3 {
    display: inline-block;
    font-size: 18px;

    color: #231f20;
    margin: 0;
    font-weight: 600;
}

.address-section li span {
    float: left;
    width: 90%;

    font-size: 18px;
    color: #231f20;
    font-weight: 400;
    line-height: 25px;
    padding: 0 0 0 12px;
}

.address-section li span a {

    font-size: 18px;
    color: #231f20;
    font-weight: 400;
    line-height: 25px;
    margin: 0 10px;
}

.contact-main-con.contact-main-con2 {
    padding-bottom: 150px;
}

.map-outer iframe {
    box-shadow: 10px 10px 0 #757575;
    width: 580px;
    float: right;
    height: 290px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(99%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

/******************contact-us ends****************/


/********************login starts*********/

.contact-banner.login-banner {
    background: url(../images/login-banner.jpg) no-repeat top center;
    background-size: cover;
}

.client-zone-outer {
    text-align: center;
}

.client-zone-inner {
    width: 800px;
    display: inline-block;
    background: url(../images/login-bg2.png) no-repeat;
    background-size: auto;
    padding: 30px 20px 40px;
}

.client-zone-inner h2 {
    color: #fff;
    font-size: 30px;

    font-weight: 600;
    margin: 0 0 20px;
}

.client-zone-inner label {
    color: #fff;
    font-size: 16px;

    text-transform: uppercase;
    font-weight: 400;
    width: 33%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.client-zone-inner label label {
    width: auto;
}

.form-inner {
    margin: 0 0 10px;
}

.login-field {
    border: 2px solid #a2a2a2;
    width: 61%;
    font-size: 23px;
    padding: 8px 35px 8px 20px;
}

.forgot-password {
    background: no-repeat;
    border: none;
    color: #f6f6f6;
    text-transform: uppercase;
    font-style: italic;

    font-size: 16px;
}

.login-btn {
    border: 2px solid #eb8f3c;
    background: #000;
    color: #f6f6f6;
    font-size: 16px;
    background: url(../images/lock-img.png) no-repeat top left;

    font-weight: 600;
}

input.login-btn {
    border: 2px solid #eb8f3c;
    color: #f6f6f6;
    font-size: 16px;
    background: #000 url(../images/lock-img.png) no-repeat 85px;

    font-weight: 600;
    padding: 7px 110px !important;
    display: inline-block;
    margin: 20px 0 0;
}

.client-zone {
    padding: 60px 0;
}

.free-register-zone {
    text-align: center;
    background: url(../images/register-bg.png) no-repeat top center;
    background-size: cover;
}

.free-register-zone h2 {
    font-size: 24px;

    color: #1a1a1a;
    margin: 0 0 20px;
}

.free-register-zone h2 a {
    color: #eb8f3c;
    font-weight: 600;
}

.free-register-zone p {
    font-size: 20px;
    color: #222;

    padding: 0 100px;
    font-weight: 500;
    margin: 0 0px 35px;
}

.register-btn {

    color: #f6f6f6;
    font-size: 18px;
    background: #eb8f3c url(../images/admin-icon.png) no-repeat 70px;
    padding: 6px 93px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
}

.register-btn:hover {
    color: #fff;
    background-color: #003;
}

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

.back-top a {
    display: inline-block;
    background: url(../images/back-top-bg.png) no-repeat top center;
    background-size: 100% 100%;
    color: #fff;
    font-size: 14px;
    font-style: italic;

    font-weight: 500;
    padding: 6px 27px 4px;
    letter-spacing: 0.3px;
}

.back-top a:hover {
    color: #fff;
}

.back-top a:focus {
    outline: inherit;
    color: #fff;
}

.free-register-zone img {
    margin: 40px 0 100px;
}

/********************login ends*********/


/********************registeration starts*********/
.estec-trade {
    text-align: center;
    padding: 60px 0 0;
}

.estec-trade p {
    font-size: 20px;
    color: #222222;

    margin: 0;
    padding: 0 150px;
}

.client-zone-inner label span {
    color: #eb8f3c;
    font-size: 14px;
    font-style: italic;
    text-transform: lowercase;
    margin: -2px 0 0;
    display: block;
    text-align: left;
    padding: 0 0 0 3px;
}

.recaptcha {
    cursor: pointer;
    margin: 16px 0 6px;
}

.client-zone.register-client-zone {
    padding-bottom: 110px;
    background: url(../images/404-form-bg.jpg) no-repeat top center;
    background-size: auto;
    background-size: cover;
}

.registration-page .client-zone-inner {
    width: 660px;
    background: none;
    padding: 0;
}

.registration-page .login-field {
    width: 67%;
    float: right;
}

.captcha-outer {
    width: 676px;
    float: right;
    text-align: center;
}

.captcha-outer .error-recaptcha {
    float: left;
}

.registration-page .estec-trade {
    padding: 35px 0;
}

/********************registeration ends*********/




/********************404 page starts*********/

.error-side-content h2 {
    font-size: 30px;
    color: #231f20;

    font-weight: 600;
}

.error-side-content p {
    font-size: 18px;
    color: #231f20;

    font-weight: 500;
    margin: 50px 0;
}

.error-page-main {
    padding: 50px 0;
}

.error-side-content li {
    margin: 10px 0;
}

.error-side-content li a {
    font-size: 18px;

    color: #3b74ca;
}

.error-form-outer {
    background: url(../images/404-form-bg.jpg) no-repeat top center;
    background-size: cover;
    text-align: center;
    padding: 80px 0px 130px;
    margin: 0 0 -30px;
}

.error-form-outer h2 {
    margin: 0 0 30px;
    font-size: 24px;

    color: #f5f5f5;
    font-weight: 600;
}

.error-form-outer form {
    display: inline-block;
    width: 800px;
    float: none;
}

.error-form-outer label {

    color: #f5f5f5;
    text-transform: uppercase;
    width: 100px;
    font-weight: 500;
    font-size: 14px;
    vertical-align: top;
    text-align: left;
    margin: 15px 0 0;
    float: left;
}

.error-form-outer .login-field {
    background: #8f8f8f;
    width: 676px;
    float: right;
}

.error-form-outer .login-field:focus {
    outline: none;
    box-shadow: none;
}

.contact-page .captcha-outer .login-btn:focus {
    outline: none;
    box-shadow: none;
}

.login-field:focus {
    outline: none;
    box-shadow: none;
}

input.login-btn:focus {
    outline: none;
    box-shadow: none;
}

.error-form-outer .login-btn {
    background: #000;
    padding: 5px 60px !important;
    margin: 0;
    vertical-align: top;
    float: right;
    width: 365px;
}

/********************404 page ends*********/




/********************machinery page starts*********/





.leading-jpanese {
    padding: 50px 0;
}

.leading-jpanese p {
    text-align: center;
    color: #2a2a2a;
    font-size: 20px;

    padding: 0 180px;
}

.stock-jpanese li {
    float: left;
    width: 256px;
    position: relative;
    margin: 0 0px 0 62px;
    overflow: hidden;
}

.stock-jpanese li img {
    border: 4px solid #eee;
    transition-duration: 1s;
}

.stock-jpanese li img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    z-index: 0;
}

.stock-jpanese li:last-child {
    margin-right: 0;
}

.stock-jpanese li h2 {
    position: absolute;
    top: 32%;
    background: rgba(255, 255, 255, .8);
    text-align: center;
    width: 100%;
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
    padding: 15px 10px;

    font-weight: 600;
}

.stock-jpanese p {
    color: #2a2a2a;
    font-size: 20px;

    padding: 30px 0;
    line-height: 27px;
    float: left;
    width: 100%;
}

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

.unit-stock h2 {
    font-size: 28px;
    color: #474747;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;

    margin: 20px 0 40px;
}

.unit-stock h2::after {
    background: #333333;
    width: 0px;
    height: 2px;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
}

.unit-stock h2 span {
    display: inline-block;
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}

.unit-stock li {
    float: left;
    width: 139px;
    margin: 0 14px 0 0px;
}

.unit-stock li img {
    transition-duration: 1s;
}

.unit-stock li img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    z-index: 0;
}

.unit-stock li:last-child {
    margin-right: 0;
}

.unit-stock p {
    color: #2a2a2a;
    font-size: 20px;

    padding: 30px 0;
    line-height: 27px;
    float: left;
    width: 100%;
    text-align: left;
}

.unit-stock-main {
    text-align: center;
    background: url(../images/export-care-bg.png) no-repeat top center;
    background-size: cover;
}

.unit-category-stock h2 {
    font-size: 28px;
    color: #474747;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;

    margin: 20px 0 40px;
    display: inline-block;
}

.unit-category-stock h2::after {
    background: #333333;
    width: 80px;
    height: 2px;
    position: absolute;
    top: 15px;
    left: -100px;
    content: "";
}

.unit-category-stock h2::before {
    background: #333333;
    width: 80px;
    height: 2px;
    position: absolute;
    top: 15px;
    right: -100px;
    content: "";
}

.unit-category-stock h2 span {
    display: inline-block;
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}

.unit-category-stock li {
    float: left;
    width: 230px;
    border: 2px solid #e2e2e2;
    margin: 20px 45px 0px 0;
    background: #fff;
    position: relative;
}

.unit-category-stock li:hover h3 {
    background: #eb8f3c;
    color: #fff;
}

.unit-category-stock li span {
    position: absolute;
    color: #fff;
    top: 12px;
    right: -11px;
    font-size: 18px;
    background: url(../images/orange-ribon.png) no-repeat top center;
    background-size: 100% 100%;

    font-weight: 600;
    padding: 0px 23px 10px 24px;
}

.unit-category-stock li strong {
    display: table-cell;
    vertical-align: middle;
    width: 1000px;
    height: 150px;
    padding: 30px 0 0;
}

.unit-category-stock li:nth-child(5n) {
    margin-right: 0;
}

.unit-category-stock li h3 {
    background: #e2e2e2;
    margin: 0;

    color: #474747;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0 10px;
}

.available-machinery {
    background: #3a3a3a;
    color: #fff;
    border: 1px solid #eb8f3c;
    font-size: 16px;

    padding: 11px 35px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin: 20px 0 0;
}

.available-machinery:hover {
    background: #eb8f3c;
    color: #fff;
}

.available-machinery-outer {
    text-align: center;
    padding: 20px 0 0;
}

.export-care {
    text-align: left;
}

.export-care p {
    font-size: 20px;
    color: #2a2a2a;

}

.export-care-outer {
    padding: 0px 0 40px;
}

/********************machinery page ends*********/




/********************machinery-details page starts*********/


.breadcrumb-outer {
    padding: 20px 0;
}

.breadcrumb-left-outer li {
    float: left;
    font-size: 16px;
    color: #3773a8;

    font-weight: 500;
    margin: 0 10px 0 0;
}

.breadcrumb-left-outer li a {
    font-size: 16px;
    color: #3773a8;

    font-weight: 500;
}

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

.breadcrumb-right-outer a {
    color: #fe0000;

    font-weight: 600;
    font-size: 18px;
}

.product-lg-img {
    padding: 0 0 20px 0;
}

.product-sm-img {
    text-align: center;
}

.download-links {
    text-align: center;
    padding: 15px 0 0;
}

.machinery-detail .download-links {
    padding: 15px 0 0;
}

.download-links a {
    font-size: 14px;

    font-weight: 600;
    text-transform: uppercase;
    color: #3773a8;
    margin: 0;
    padding: 0;
    width: 32%;
    display: inline-block;
}

.download-links a span {
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
}

.product_options_more {
    display: flex;
    /* margin-right: 40px; */
    width: calc(100% - 40px) !important;
    flex-basis: 122px;
    justify-content: space-between;
}

.product_options_more>div {
    flex-grow: 1;
    max-width: 190px;
}

/* .product_options_more span, */
.product_options_more a {
    /* max-width: 131px; */
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: left;
    width: auto;
}

.product_options_more span {
    min-width: 36px;
    /* flex-grow: 1; */
    padding: 0;
}

.product_options_more img {
    width: 30px;
}

.contactApps {
    overflow: auto;
    text-align: center;
    clear: both;
    padding-top: 10px;
}

.contactApps img {
    max-width: 40px;
    margin: 0 5px;
}

@media (max-width: 1199px) {
    .product_options_more {
        flex-wrap: wrap;
    }

    .product_options_more>div {
        max-width: 50%;
        padding: 0 0 20px;
    }
}

@media (max-width: 767px) {
    .product_options_more {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .product_options_more>div {
        max-width: 100%;
        width: 100%;
        padding: 5px 0;
    }
}

.product-detail-main {
    padding: 0 0 100px;
}

.product-text h2 {
    font-size: 22px;

    font-weight: 700;
    color: #333333;
    margin: 0 0 20px;
}

.product-text li {
    float: left;
    width: 100%;
    padding: 8px 20px;
}

.machinery-detail .product-text li {
    padding: 10px 20px;
}

.product-text li strong {
    float: left;
    width: 42%;
    font-size: 18px;

    font-weight: 600;
    color: #414141;
}

.product-text li span {
    float: left;
    width: 50%;
    font-size: 18px;

    font-weight: 400;
    color: #414141;
    word-break: break-all;
}

.product-text li:nth-child(odd) {
    background-color: #f6f6f6;
}

.product-text h3 {
    float: left;
    width: 100%;
    border: 2px solid #414141;
    margin: 35px 0 22px;
    margin: 25px 0 20px;
    display: flex;
    align-items: center;
}

.product-text h3 strong {
    background: #414141;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #f3f3f3;
    /* float: left; */
}

.product-text h3 .prod_detal_more {
    background: #fff;
    /* float: left; */
    font-weight: 600;
    font-size: 20px;
    color: #414141;
    padding: 0 18px;
    /* text-align: center; */
    flex-grow: 1;
}

.product-text {
    padding: 0 40px 0 30px !important;
}

.email-us {
    width: 100%;
    background: #eb8f3c url(../images/envelop-img.png) no-repeat 9%;
    color: #fff;

    font-weight: 600;
    text-transform: uppercase;
    float: left;
    font-size: 16px;
    text-align: center;
    padding: 11px;
}

.email-us:hover {
    background-color: #003;
    color: #fff;
}

.product-text h4 {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
    font-size: 20px;
    color: #414141;
    margin: 10px 0 0;
}

.product-text h4 a {
    color: #eb8f3c;
}

.machinery-detail-main {
    background: url(../images/machinery-details-img.jpg) no-repeat top center;
    background-size: cover;
    padding: 60px 0 150px;
    margin: 0 0 -30px;
}

.machinery-detail-main h2 {
    margin: 0 0 35px;
    text-align: center;
    color: #fff;
    font-size: 24px;

    font-weight: 600;
}

.open-all {
    color: #fff;
    border: 2px solid #eb8f3c;
    background: #3a3a3a;
    font-size: 16px;

    font-weight: 600;
    padding: 11px 40px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 30px 0 0;
}

.open-all:hover {
    background: #eb8f3c;
    color: #fff;
}

.car-detail-outer {
    padding: 50px 0 0;
    text-align: center;
}

.car-detail-outer li {
    float: none;
    margin: 0 33px 0 0px;
    display: inline-block;
    width: 22%;
}

.car-detail-outer li:last-child {
    margin-right: 0;
}

.my-accounts h2 {
    float: left;
    margin: 0;
    color: #fff;

    font-weight: 600;
    border-right: 2px solid #fff;
    font-size: 20px;
    background: #eb8f3c;
    padding: 10px 0;
    width: 162px;
    text-align: center;
}

.my-accounts p {
    float: left;
    margin: 0;
    color: #fff;

    font-weight: 500;
    border-right: 2px solid #fff;
    font-size: 15px !important;
    background: #707070;
    padding: 10.5px 30px;
    width: 86%;
}

.my-accounts {
    margin: 40px 0 0;
}

.my-accounts li {
    float: left;
    text-align: center;
    margin: 25px 25px 0 0px;
}

.my-accounts li img {
    border: 1px solid #cedfe8;
}

.my-accounts li:first-child {
    width: 162px;
    margin-right: 0;
}

.my-accounts li:last-child {
    margin-right: 0;
}

.my-accounts li h3 {
    font-size: 18px;
    color: #111;

    font-weight: 500;
}

.my-accounts li h3 span {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 24px;
    color: #111111;
    font-weight: 600;
}

.my-accounts.auction-access {
    padding: 0 0 150px;
}

.my-accounts.my-accounts-main {
    padding: 20px 0 0;
}

/********************machinery-details page ends*********/


/******************tejinder ends****************/





.offer-content h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;

    margin: 0;
}

.offer-content h3 strong {
    color: #fe0000;
}

.pagination-outer {
    text-align: right;
    margin: 0;
}

.pagination-outer ul {
    margin: 0;
}

.reset-filter-outer h2 {
    width: 100%;
}

.reset-filter {
    float: right;
    margin: 10px 0 0 !important;
}

.reset-filter-outer h2 {
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 0 10px;
}

.model-select li label {
    font-size: 14px;
    text-transform: uppercase;
    color: #676767;
}

.model-select li select {
    font-size: 14px;
    text-transform: uppercase;
    color: #676767;
}

.model-select li {
    margin: 0 60px 0 0;
}

.model-select {
    margin: 30px 0 20px;
}

.model-select li label {
    margin: 0 5px 0 0;
}

.model-select li:last-child {
    margin: 0;
    float: right;
}

.seacrh-button {
    display: inline-block;
    background: #d7d7d7;
    color: #fff;
    width: 37px;
    text-align: center;
    height: 29px;
    padding: 0 0 0;
    outline: none;
    border: navajowhite;
}

.seacrh-button:hover {
    background: #eb8f3c;
    color: #fff;
}

.available-used-cars .mercedes-outer li {
    font-size: 11px;
}

.cars-listing-detail li:last-child {
    width: 100% !important;
    padding: 0;
}

.price-detail {
    width: 100%;
    background: #3a3a3a;
    display: inline-block;
    font-size: 14px;
    color: #fff !important;
    padding: 4px 0;
    min-height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cars-and-bikes-detail .view-more-content {
    display: inline-block;
}

.cars-listing-outer:nth-child(5n) .mercedes-outer ul {
    width: 100%;
}

.cars-listing-outer:nth-child(5n) .mercedes-outer li {
    width: 50%;
}

.cars-listing-outer .mercedes-outer h2 {
    letter-spacing: 0;
}

.similar-car-price {
    padding: 5px 0 !important;
}

.similar-cars-heading {
    text-align: center;
    margin: 0 0 30px;
}

.similar-cars-heading h2 {
    font-size: 30px;
    color: #414141;
    font-weight: bold;
    text-transform: uppercase;

    margin: 0 0 10px
}

.similar-cars-outer {
    padding: 0 0 30px;
}

.additional-service-outer {
    padding: 0 0 100px;
    text-align: center;
}

.additional-service-content {
    text-align: center;
    margin: 0 0 30px;
}

.additional-service-content h2 {
    font-size: 30px;
    color: #414141;
    font-weight: bold;
    text-transform: uppercase;

    margin: 0 0 10px
}

.additional-service li {
    float: none;
    display: inline-block;
    margin: 0 10px;
}

.car-detail-page {
    margin-top: 0;
}

.home-page .welcome-content,
.about-page .about-content {
    margin: 50px 0 0;
}

.machinery-detail .machinery-detail-main {
    margin: 0;
}

.car-listing-page .pagination-outer {
    text-align: right;
}

.car-listing-page .pagination-outer p {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 0;
}

.car-listing-page .pagination-outer ul {
    float: none;
    display: inline-block;
}

.cars-listing-outer .view-more-button a {
    font-size: 13px;
    padding: 8px 15px;
    letter-spacing: 3px;
}

/*machinery detail thumbnail slider css*/

.thumbnail-slider #thumbs .item {
    height: auto;
    line-height: 70px;
    padding: 0px;
    margin: 0 7px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

.thumbnail-slider #big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
    background: #333;
    width: 22px;
    line-height: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
}

.thumbnail-slider #big.owl-theme .owl-prev {
    left: -30px;
    padding: 0;
    margin: 0;
    background: none;
}

.thumbnail-slider #big.owl-theme .owl-prev i,
#big.owl-theme .owl-next i {
    font-size: 40px;
    color: #d1d1d1;
}

#big.owl-theme .owl-prev i:hover,
#big.owl-theme .owl-next i:hover {
    color: #eb8f3c;
}

.thumbnail-slider #big.owl-theme .owl-next {
    right: -30px;
    padding: 0;
    margin: 0;
    background: none;
}

.thumbnail-slider #thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
    background: #333;
}

.product-lg-img {
    padding: 0 40px 0 0 !important;
}

.thumbnail-slider #big {
    padding: 0 5px;
}

.thumbnail-slider #thumbs .owl-dots {
    display: none !important;
}

.thumbnail-slider #thumbs.owl-theme .owl-prev,
.thumbnail-slider #thumbs.owl-theme .owl-next {
    background: #dbdbdb !important;
    position: absolute;
    top: 50%;
    border: 2px solid #ededed !important;
    border-radius: 0;
    padding: 0 0 0 !important;
    margin: 0;
    height: 89%;
    width: 30px;
    text-align: center;
}

.thumbnail-slider #thumbs.owl-theme .owl-prev {
    left: 0;
}

.thumbnail-slider #thumbs.owl-theme .owl-prev:focus {
    outline: none;
}

.thumbnail-slider #thumbs.owl-theme .owl-next {
    right: 0;
}

.thumbnail-slider #thumbs.owl-theme .owl-next:focus {
    outline: none;
}

.thumbnail-slider #thumbs {
    padding: 0 40px !important;
}

.thumbnail-slider #thumbs.owl-theme .owl-prev i,
#thumbs.owl-theme .owl-next i {
    font-size: 35px;
    color: #fff;
}

.thumbnail-slider
/*machinery detail thumbnail slider css end*/



.car-detail-page .usedcars-outer {
    padding: 50px 0 50px;
}

.car-detail-page .breadcrumb-left-outer {
    margin: 0 0 15px;
}

.car-detail-page .product-text li {
    padding: 6px 20px;
}

.car-detail-page .product-text li strong,
.product-text li span {
    font-size: 18px;
}

.car-detail-page .product-text h3 {
    margin: 20px 0 22px;
}

.dashboard-page .auction-access {
    margin-bottom: 0;
    padding: 0 0 70px;
}

.dashboard-page .additional-service-outer {
    padding: 0 0 150px;
}

.login-page .free-register-zone {
    padding: 0 0 30px;
}

.registration-page .register-btn {
    margin: 20px 0 0;
    border: none;
    width: 100%;
}

.view-per-page select {
    padding: 2px 20px 2px 8px;
    background-position: 28px;
}

.display-item-outer ul {
    margin: 0;
}

.car-listing-page .model-select li {
    margin: 0 20px 0 0;
}

.color-bg-grey {
    background: #e6e6e6 url(../images/envelop-img2.png) no-repeat 9% !important;
    color: #626363;
}

.color-bg-grey:hover {
    color: #626363;
}

.make-bid1 {
    width: 100%;
    background: #eb8f3c;
    color: #fff;

    font-weight: 700;
    text-transform: uppercase;
    float: left;
    font-size: 20px;
    text-align: center;
    padding: 11px;
    margin: 0 0 10px;
}

.make-bid {
    margin-top: 10px !important;
    width: 100%;
    background: #eb8f3c;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    font-size: 20px;
    text-align: center;
    padding: 11px;
    margin: 0 0 10px;
}

.make-bid1:hover {
    color: #fff;
    background: #3a3a3a;
}

.make-bid:hover {
    color: #fff;
    background: #3a3a3a;
}

.machinery-detail .product-text h3 {
    margin: 25px 0 20px;
}

.machinery-detail .make-bid {
    margin: 0 0 20px;
    cursor: pointer;
}

.machinery-detail .color-bg-grey {
    margin: 0 0 20px !important;
    cursor: pointer;
}

.machinery-detail .product-text h4 {
    font-size: 18px;
    margin: 0;
}

.machinery-detail .product-text h4 br {
    display: none;
}

.prod_detal_more span {
    color: #eb8f3b;
    margin-left: 15px;
    font-size: 16px;
}

.car-detail-page .thumbnail-slider #thumbs {
    text-align: center;
}

.car-detail-page .owl-stage {
    display: inline-block;
}

.car-detail-page .model-select li {
    margin: 0 20px 0 0;
}

.car-detail-page .product-lg-img {
    padding: 0 40px 0 11px !important;
}

.car-detail-page .breadcrumb-left-outer {
    margin: 0;
    padding: 0 0 10px 15px !important;
}

/*slider css start*/


.owl-carousel .owl-stage,
.owl-carousel .owl-item,
.owl-carousel .owl-item .item {
    display: flex;
    align-items: stretch;
}

.owl-carousel .owl-item .item,
.slider-banner {
    width: 100%;
}

.slider-banner {
    position: relative;
}

.banner-inner {
    float: none;
    position: static;
    padding: 90px 0 120px;
}

.banner-outer .owl-dots {
    padding-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 90px;
}

/*slider css end*/
button#dLabel {
    background: url(../images/select-iconwhite.png) 100% 8px no-repeat;
    outline: none;
    color: #fff;
    border: none;
    font-size: 13px;
    width: 101px;
    padding: 0;
}

.dropdown-menu li {
    display: block;
    width: 100%;
}

.dropdown-menu li a {
    display: block;
    width: 100%;
    color: #333333 !important;
}



.contact-page .captcha-outer {
    width: 675px;
}

.contact-page .error-recaptcha {
    float: left;
}

.contact-page .captcha-outer .login-btn {
    width: 350px !important;
    margin: 0;
}

.machinery-detail .product-slider-outer .owl-carousel .owl-item img {
    margin: 10px 0;
}

.col-xs-12.product-slider {
    padding: 0 14px !important;
}

.btns {
    position: absolute;
    top: 43%;
    width: 100%;
}

.customPreviousBtn {
    position: absolute;
    right: 5px;
    z-index: 99999;
    cursor: pointer;
}

.customNextBtn {
    position: absolute;
    left: -25px;
    cursor: pointer;
}

#owl-2 .owl-prev {
    left: -25px !important;
}

#owl-2 .owl-prev:focus {
    outline: none;
}

#owl-2 .owl-prev span {
    background: url(../images/slider-left-arow.png) no-repeat !important;
    width: 30px;
    float: left;
    height: 30px;
    border: none !important;
    color: transparent;
}

#owl-2 .owl-next {
    right: -37px !important;
}

#owl-2 .owl-next:focus {
    outline: none;
}

#owl-2 .owl-next span {
    background: url(../images/slider-right-arow.png) no-repeat !important;
    width: 30px;
    height: 30px;
    border: none !important;
    color: transparent;
    border-radius: 0 !important;
}

div#owl-2 {
    text-align: center;
}

div#owl-1 img {
    border: 3px solid #ededed;
}

div#owl-2 img {
    border: 2px solid #ededed;
}

.bd-text {
    font-weight: bold;
    margin-bottom: 20px;
}

.btn-new {
    width: 100%;
    background: #eb8f3c;
    color: #fff;

    font-weight: 600;
    text-transform: uppercase;
    float: left;
    font-size: 18px;
    text-align: center;
    padding: 11px;
    margin: 10px 0 10px;
    border: none;
}

.snd-btn {
    background: #eb8f3c;
    color: #fff;

    font-weight: 600;
    text-transform: uppercase;
    float: left;
    font-size: 18px;
    text-align: center;
    padding: 11px 30px;
    margin: 10px 0 10px;
    border: none;
}

.large-wd {
    width: 46%;
    padding: 10px;
    border: 2px solid #414141;
    font-size: 18px;
    font-weight: bold;
}


.blk-btn {
    background: #414141;
    padding: 4px 25px 4px;

    font-weight: 600;
    font-size: 18px;
    color: #f3f3f3;
    border: none;
    margin-top: 10px;
}

div#com_bid_calc_text {
    text-align: center;
}

.mrg2 {
    margin: 10px 0;
    width: 100%;
}

.mrg {
    margin: 10px 0;
    text-align: left;
}

.pd {
    float: left;
    margin-right: 5px !important;
}

.snd-btn-bid {
    background: #eb8f3c;
    color: #fff;

    font-weight: 600;
    text-transform: uppercase;
    float: none;
    font-size: 18px;
    text-align: center;
    padding: 8px 15px;
    margin: 10px 0 10px;
    border: none;
    margin: 10px auto 0;
    display: inline-block;
    width: 51%;
}

.snd-btn-bid:hover {
    background-color: #000;
}

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


@media print {
    .time-outer {
        display: none;
    }

    .register-outer {
        display: none;
    }

    .breadcrumb-outer {
        display: none;
    }

    .download-links {
        display: none;
    }

    .nav-inner,
    .used-machinery-banner,
    .fr-bid {
        display: none;
    }

    .footer-links {
        display: none;
    }

    .make-bid {
        display: none;
    }

    .join-us-outer {
        display: none;
    }

    .machinery-detail-main {
        display: none;
    }

    .email-us {
        display: none;
    }

    .breadcrumb-left-outer {
        display: none;
    }

    .logo-outer {
        width: 80px;
    }

    .col-lg-12.col-xs-12.display-item-outer.model-select.car-detail-page {
        display: none;
    }

    .col-xs-12.col-md-7.col-sm-7.product-slider-outer {
        margin: 80px 0 0 0;
    }

    .col-lg-5.col-sm-5.col-md-5.col-xs-12.copyright-links {
        display: none;
    }

    .owl-nav {
        display: none;
    }

    .logo-outer img {
        width: 100px;
    }

    .thumbnail-slider #thumbs .item {
        display: none;
    }

    .machinery-detail .product-text li {
        background-color: #f6f6f6;
    }

    .product-text ul li {
        background-color: #f6f6f6 !important;
    }

    .machinery-detail .product-slider-outer .owl-carousel .owl-item img {
        width: 100% !important;
    }

}

.product-slider {
    padding: 0 40px 0 0;
}

#carousel .carousel-inner .item img {
    /*width: auto;*/
}

#thumbcarousel {
    min-height: 173px;
}

.product-slider #thumbcarousel {
    margin: 12px 0 0;
    padding: 0 23px;
}

.product-slider #thumbcarousel .item {
    text-align: center;
}

.product-slider #thumbcarousel .item .thumb {
    width: 17.5%;
    margin: 4px 2px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    opacity: .8;
}

.product-slider #thumbcarousel .item .thumb:hover {

    opacity: 1;
}

.product-slider .item img {
    width: 100%;
    height: auto;
}

.carousel-control {
    color: #0284b8;
    text-align: center;
    text-shadow: none;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    top: 23%;
}

.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
    color: #333;
}

.carousel-caption,
.carousel-control .fa {
    font: normal normal normal 30px/26px FontAwesome;
}

.carousel-control {
    background-color: rgba(0, 0, 0, 0);
    bottom: auto;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 30%;
    width: auto;
}


.right.carousel-control {
    background: #6b6b6b !important;
    position: absolute;
    top: 0;
    border: 2px solid #ededed !important;
    border-radius: 0;
    padding: 70px 0 0 !important;
    margin: 0;
    height: 100%;
    width: 30px;
    text-align: center;
}

.left.carousel-control {
    background: #6b6b6b !important;
    position: absolute;
    top: 0;
    border: 2px solid #ededed !important;
    border-radius: 0;
    padding: 70px 0 0 !important;
    margin: 0;
    height: 100%;
    width: 30px;
    text-align: center;
}

#com_bid_input {
    display: none;
}

.make-bid-red #com_bid_input {
    display: block;
}

.featured-decription-outer {
    min-height: 300px;
}

.breadcrumb-left-outer li a {
    text-transform: uppercase;
}

.client-zone-inner label {
    /* float: left;
	white-space: nowrap; */
}

#form-signup label.control-label {
    float: left;
    /* width: auto; */
}

.field-icon {
    float: right;
    position: relative;
    z-index: 2;
}

.toggle-password {
    position: absolute;
    right: 13px;
    top: 20px;
    background: url(../images/password-eye.png) no-repeat top center;
    border: none;
    background-size: 100%;
    outline: inherit;
}

.catg-btn,
.filter_toggle_option {
    width: 100%;
    float: left;
    background: #333333;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    padding: 7px;
    font-weight: 700;

    letter-spacing: 2px;
    text-align: center;
    margin: 0;
    display: none;
}

.catg-btn2 {
    width: 100%;
    float: left;
    background: #333333;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    padding: 7px;
    font-weight: 700;

    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 10px;
    display: none;
}

.catg-btn2,
.catg-btn {
    outline: none !important;
    border: 0;
}

.catg-mobile {
    display: none;
}

.view-rightbtn {
    float: right !important;
}

/*blog page css start*/
.blog-list {
    width: 100%;
    display: inline-block;
}

.blog-list li {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #cacaca;
    padding: 36px 0 42px;
}

.blog-post-img {
    max-width: 301px;
    float: left;
}

.blog-post-detail {
    float: right;
    width: 72%;
}

.blog-post-detail h3 {
    font-size: 24px;
    color: #2b2b2b;
    margin: 0;
    padding: 0 0 10px;
}

.posted {
    width: 100%;
    display: inline-block;
    margin: 0 0 9px;
}

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

.posted li {
    width: auto;
    float: left !important;
    border: none;
    color: #ab6319;
    padding: 0;
}

.posted li:first-child {
    margin-right: 58px;
}

.posted li span {
    font-family: 'Montserrat', sans-serif !important;
}

.blog-post-text {
    width: 100%;
    display: inline-block;
}

.blog-post-text p {
    font-size: 18px !important;
    color: #2b2b2b;
    padding: 0 0 4px;
}

.reading-btn {
    width: 153px;
    float: left;
    border: 2px solid #e79948;
    font-size: 14px;
    text-align: center;
    color: #2b2b2b;
    font-weight: 500;
    padding: 4px 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.reading-btn:hover {
    color: #fff;
    background-color: #e79948;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.post-heading {
    font-size: 24px;
    color: #2b2b2b;
    margin-bottom: 30px;
    line-height: 30px;
}

/*blog page css end*/


.collapsing {
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: inherit !important;
    -o-transition-property: inherit !important;
    transition-property: inherit !important;
    padding-bottom: 0 !important;
}

.catg-mobile .collapse {
    display: block;
}














.user_farm_equip .brand-detail-list li a {
    border: 2px #3c763d solid
}

.user_farm_equip .brand-detail-list li a.active-stock,
.user_farm_equip .brand-detail-list li a:hover {
    background: #3c763d !important;
    border: 2px solid #3c763d !important;
    color: #fff !important;
}

.user_farm_equip a.current_paged_table,
.user_farm_equip .pagination-outer .active a,
.user_farm_equip .top__table_pager .active a,
.user_farm_equip .pagination-outer a:hover,
.user_farm_equip .top__table_pager a:hover {
    background-color: #3c763d;
    color: #fff;
    box-shadow: 0 0 3px 0px #3c763d87;
    border-color: #3c763d;
}

.user_farm_equip .mercedes-outer li:last-child a {
    color: #3c763d;
    font-weight: 700;
    /* font-size: 18px */
}

.user_farm_equip .view-more-button a:hover {
    color: #3c763d;
}

.user_farm_equip .view-more-content {
    background: #3c763d99;
}


















#form-signup .field-signupform-recaptcha {
    clear: both;
    float: none;
    display: block;
}

#form-signup .field-signupform-recaptcha label {
    display: none;
}


#form-signup .field-signupform-terms.required label input {
    float: left;
    width: initial;
    min-width: initial;
}


#form-signup .captcha-outer {
    width: 67% !important;
    float: right;
}

form#form-signup .client-zone-inner label input {
    width: auto !important;
}

form#form-signup label[for='signupform-terms'] {
    margin-bottom: 15px;
    width: 100%;
    overflow: auto;
    margin-bottom: 2px;
}


@media (max-width: 600px) {
    #form-signup .captcha-outer {
        width: 100% !important;
        overflow: hidden;
    }

    .view-more-content {
        pointer-events: none;
    }
}

@media (min-width: 601px) {
    .help-block {
        width: 67%;
        margin: 0;
        margin-left: 33%;
        text-align: left;
        clear: both;
        padding-top: 5px;
    }
}

.help-block:empty {
    display: none;
}

b,
strong {
    font-weight: 600 !important;
}










.pagination-outer i.fa.fa-angle-double-left:before {
    content: "\f04a";
}

.pagination-outer i.fa.fa-angle-double-right:before {

    content: "\f04e";
}

.pagination-outer .fa.fa-angle-left,
.pagination-outer .fa.fa-angle-right,
.pagination-outer i.fa.fa-angle-double-right,
.pagination-outer i.fa.fa-angle-double-left {
    font-size: .9em
}

.pagination-outer .fa.fa-angle-left:before {
    content: "\f04b";
    transform: scale(-1);
    display: inline-block;
    margin-bottom: 2px
}

.pagination-outer .fa.fa-angle-right:before {
    content: "\f04b";
}

@media (max-width: 640px) {

    .pagination-outer li.first,
    .pagination-outer li.last {
        display: none
    }
}

















.form__select_transparent option {
    color: #000 !important
}

.feedback__title,
.subscribe__title {
    color: #fff;
}

@media (min-width: 767px) {

    span.top__table_search_span1 {
        min-width: 150px;
        display: inline-block;
    }

}

/* Change the white to any color */
.top__table_search input:-webkit-autofill,
.top__table_search input:-webkit-autofill:hover,
.top__table_search input:-webkit-autofill:focus,
.top__table_search input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #f7f7f7 inset !important;
}



.top__table_search_input .table__input_submit button {
    width: 37px;
    height: 45px;
}


.alert.in {
    border-radius: 0;
    font-size: 1em;
    font-weight: 600;
    font-size: 22px;
    margin: 0;
}

.alert.alert-success {
    color: #ffffff;
    background-color: #eb8f3c;
    border-color: #eb8f3c;
}

.alert-success button.close {
    color: #fff;
    opacity: 1;
    font-weight: normal;
}