@font-face {
    font-family: museoslab500italic;
    src: url("../../fonts/museoslab500italic.woff");
}

@font-face {
    font-family: Roboto;
    src: url("../../fonts/RobotoCondensed-Regular.ttf");
}

@font-face {
    font-family: Raleway;
    src: url("../../fonts/Raleway-Regular.ttf");
}

@font-face {
    font-family: BlairITCStdBold;
    src: url("../../fonts/BlairITCStdBold.woff");
}

@font-face {
    font-family: BlairITCLight;
    src: url("../../fonts/BlairITCLight.woff2");
}

@font-face {
    font-family: MuseoSans_500;
    src: url("../../fonts/MuseoSans_500.otf");
}

.full_width_wrapper.with_yellow_bg {
    background: #fff613;
}

.buyback a {
    display: block;
}

body {
    margin: 0;
}

.full_width_wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

body {
    box-sizing: border-box;
}

.fixed_width {
    max-width: 100%;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}


.sub_description {
    margin-top: 10px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 40px !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.lot-single h1 {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 40px !important;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.main_container.fixed_width.header_navigation {
    max-width: 94% !important;
}

ul.account_and_user li,
ul.social_media li {
    display: inline-block;
}

.buyback_wrapper>div,
div#social-sterling,
div#account-sterling,
.lastUpdated {
    display: inline-block;
    vertical-align: top;
}

div#account-sterling ul {
    margin: 0;
    text-align: right;
}

.top-media-button {
    grid-template-columns: 0.5fr 1.5fr 0.9fr;
}

.grid_wrapper {
    display: grid;
}

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

.lastUpdated p {
    margin: 0;
}

.top-media-button {
    padding: 20px 0;
}

div#header-popular-search ul li,
div#header-popular-industry ul li,
.menu-container ul li,
div#header-popular-brands ul li {
    display: inline-block;
}

ul.header-mid-menu {
    list-style-type: decimal;
    margin: 0;
    background: #ff1623;
    overflow: hidden;
    padding: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

li.search-title {
    background: yellow;
    padding: 4px 10px;
    position: relative;
    min-width: 142px;
    margin-right: 24px;
    color: red;
    box-shadow: 25px 0px 35px -6px #000;
    font-weight: 800;
    font-family: "museoslab500italic";
    font-size: 13.3px;
    text-transform: uppercase;
    line-height: 27px;
    width: 152px;
}

li.search-title:after {
    content: "";
    width: 0px;
    border-bottom: 18px solid #0000;
    border-left: 13px solid #ff0;
    border-top: 18px solid #0000;
    height: 0;
    top: 0;
    right: -11.5px;
    position: absolute;
    /* box-shadow: 12px -3px 39px 1px #000; */
}

.header-menu-item a {
    color: #fff;
    text-decoration: none;
    font-family: "museoslab500italic";
    font-size: 12.5px;
    font-weight: normal;
    line-height: 24px;
    text-shadow: 1px 1px 1px #777777;
}

.full_width_wrapper.second_section {
    overflow: visible;
    background: #3599cd none repeat scroll 0 0;
}

div#header-popular-search li.header-menu-item:before,
div#header-popular-industry li.header-menu-item:before,
div#header-popular-brands li.header-menu-item:before {
    content: "\2022";
    color: white;
    font-weight: bold;
    display: inline-block;
    width: 10px;
    font-size: 23px;
    position: relative;
    top: 3px;
}

ul.right_side_menu.with_bg {
    background: url("/../../auctions/public/uploads/frontendmedia/top-menu_bg.png");
    background-repeat: no-repeat;
    padding: 0px 20px 20px;
    margin: 0;
}

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

.flex_wrapper {
    display: flex;
    align-items: center;
}

.main-trade.flex_wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main_container.fixed_width.main_menu {
    box-shadow: 0 9px 0 0 rgba(255, 255, 255, 1), 0 -9px 0 0 #fff613,
        12px 0 15px -4px rgba(31, 73, 125, 0.8),
        0 0 15px -4px rgba(31, 73, 125, 0.8);
}

.menu-container ul li a {
    text-decoration: unset;
    border: medium none;
    color: #3d3d3d;
    font-family: "BlairITCStdBold";
    padding: 7px;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #ffffff;
}

div#header-popular-search li.header-menu-item,
div#header-popular-industry li.header-menu-item,
div#header-popular-brands li.header-menu-item {
    margin-left: 4px;
}

.main-trade .paypal-icon {
    margin-right: 10px;
}

.strip_image {
    background: url("/../../auctions/public/uploads/frontendmedia/sterling-sprites1.png");
    background-repeat: no-repeat;
}

ul.social_media li a {
    height: 23px;
    display: block;
    width: 22px;
}

li.fb-bg.strip_image {
    background-position: 16% 17%;
}

li.print-bg.strip_image {
    background-position: 27% 17%;
}

li.tube-bg.strip_image {
    background-position: 38% 17%;
}

li.plus-bg.strip_image {
    background-position: 49% 17%;
}

li.twt-bg.strip_image {
    background-position: 59% 17%;
}

li.insta-bg.strip_image {
    background-position: 70% 17%;
}

li.linked-bg.strip_image {
    background-position: 5% 17%;
}

ul.account_and_user li a {
    padding-left: 28px;
}

li.account a.strip_image {
    background-position: 6% 5%;
}

li.wish_list a.strip_image {
    background-position: 6% 5%;
}

li.quote a.strip_image {
    background-position: 32% 5%;
}

li.cart a.strip_image {
    background-position: 61% 5%;
}

ul.account_and_user li {
    font-family: "MuseoSans_500";
    margin-right: 5px;
}

ul.account_and_user li a {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11.49px;
    color: #000;
    text-decoration: none;
    padding-top: 0;
}

.facebook_code img {
    max-width: 150px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.lastUpdated p {
    margin-bottom: 7px;
    font: 300 12px "Lucida Grande", Tahoma, Verdana, sans-serif;
    color: #000000;
}

div#account-sterling ul.social_media {
    margin-top: 10px;
}

/*Blue Navigation*/
.signle_menu {
    min-width: 119px;
    border-right: 1px solid #666e74;
    word-break: break-all;
    text-align: center;
    list-style-type: none;
    vertical-align: top;
    height: 39px;
}

.signle_menu.has_child_node {
    position: relative;
}

.sub_menu {
    display: none;
}

.signle_menu.has_child_node:hover .sub_menu {
    display: block;
}

.blue_navigation_container {
    background: linear-gradient(180deg, #49a8d8, #1c9bd0);
}

.blue_navigation_container ul.navigation_here {
    padding: 0;
    margin: 0;
    align-items: flex-start;
}

.signle_menu a {
    letter-spacing: 1px !important;
    display: block;
    text-decoration: unset;
    padding: 15px 0px;
    line-height: 13px;
    word-break: break-word;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: bold;
    color: #fff;
    font-family: "MuseoSans_500";
}

.signle_menu:nth-last-of-type(1) {
    border: unset;
}

.sub_menu {
    position: absolute;
    z-index: 10;
    top: 40px;
    overflow: visible;
    background: #2a9fd2;
}

.sub_menu ul {
    padding: 0;
    list-style-type: unset;
    text-align: left;
    word-break: break-all;
}

.full_width_wrapper.blue_navigation_bar,
.main_container.fixed_width.blue_navigation_container {
    overflow: visible;
}

.signle_menu:hover {
    background: #ff1623;
}

.sub_menu li:hover {
    background: #ff1623;
}

.sub_menu li a {
    padding: 10px;
}

.in_mobile {
    display: none;
}

.active_red_nav {
    background: #fd1623;
}

.active_red_nav a {
    color: #000;
}

/*White Bg PopUp Hover*/
.container_menu {
    overflow: visible;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 151515;
    left: 0;
    right: 0;
    top: 39px;
    width: 1200px;
    max-width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.halfwidthlfloat {
    color: #000;
}

.megamenurightarea .navigationItem a {
    color: #000;
    font-family: MuseoSans_500;
    font-size: 12.5px !important;
    letter-spacing: 1px;
    margin: 0;
    text-decoration: unset;
    padding: 4px;
    font-weight: bold;
}

.megamenuleftarea .heading {
    color: red;
    font: 300 12px "Lucida Grande", Tahoma, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}

.megamenuleftarea .navigationItem a {
    color: red !important;
    text-align: left;
    font-family: "BlairITCLight";
}

.wrapper.bigger_hover.menu {
    padding: 0px 0px 40px;
}

.megamenurightarea .heading {
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    text-align: center;
    color: red;
    font-size: 28px;
    font-weight: 400;
    margin-left: -22%;
    margin-top: 3%;
}

.megamenuleftarea .navigationItem,
.megamenurightarea .navigationItem {
    font-size: 20px;
    margin: 20px 0;
    text-align: left;
    text-decoration: none;
    display: block;
    list-style-type: unset;
}

#header-nav #wp-nav-container div a {
    font-family: "BlairITCLight";
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1px;
}

ul.navigation_here.flex_wrapper.tab_content {
    position: relative;
}

.halfwidthlfloat {
    width: 49%;
    float: left;
}

.fullwidthlfloat {
    width: 100%;
    float: left;
}

.megamenuleftarea {
    color: red;
    float: left;
    height: auto;
    margin: 15px 3%;
    text-align: left;
    width: 18%;
}

.megamenurightarea {
    color: red;
    float: left;
    height: auto;
    margin: -10px 1% 0;
    text-align: center;
    width: 74%;
}

.floating_layout {
    overflow: hidden;
    clear: both;
}

.menu_here.leftside li a {
    font-family: "BlairITCLight";
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 9px;
    text-decoration: unset;
}

.megamenuleftarea ul.menu_here.leftside {
    list-style-type: unset !important;
    display: block;
    padding: 0;
}

.navigationItem.subheading {
    font: 300 12px "Lucida Grande", Tahoma, Verdana, sans-serif;
    font-size: 20px;
}

.navigationItem a {
    color: #000;
    font-family: MuseoSans_500;
    font-size: 9px !important;
    letter-spacing: 1px;
    margin: 0;
    padding: 4px;
}

.submenu_here.leftside.submenu {
    padding: 0;
}

@media only screen and (max-width: 900px) {
    .container_menu.for_Used {
        top: 88px;
    }

    .megamenuleftarea ul.menu_here.leftside {
        text-align: center;
    }

    .container_menu.for_new {
        top: 132px;
    }

    .megamenuleftarea,
    .megamenurightarea {
        float: unset;
        width: 100%;
        margin: 0 auto !important;
    }

    .megamenuleftarea p.heading {
        text-align: center;
    }

    ul.menu_here.leftside li {
        display: inline-block;
        text-align: center;
        margin: 8px 0;
    }

    .megamenurightarea .heading {
        margin: 0 auto;
    }

    .wrapper.bigger_hover.menu {
        padding: 0 10px;
    }

    .signle_menu:hover {
        background: #d0d0d0;
    }

    li.signle_menu.has_child_node:hover .sub_menu {
        background: #d8d8d8;
    }
}

/**/
/*.... End*/
/*Media Queries*/
@media only screen and (max-width: 767px) {

    .flex_wrapper,
    .grid_wrapper {
        display: block;
    }

    .lastUpdated {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .lastUpdated img {
        display: block;
        margin: 0 auto 20px;
    }

    .buyback_wrapper.flex_wrapper {
        display: none;
    }

    .warranty {
        display: none;
    }

    .header_div.left_side_header .flex_wrapper {
        display: flex;
        overflow: hidden;
        clear: both;
        align-items: center;
        justify-content: center;
    }

    div#account-sterling ul.social_media {
        text-align: center;
    }

    ul.right_side_menu.with_bg {
        display: block;
        background: #f4f3f3;
        padding: 10px 10px;
    }

    .main-trade.flex_wrapper {
        display: flex;
        padding: 10px 10px;
        margin: 0;
    }

    .main-trade.flex_wrapper img {
        max-width: 100%;
    }

    div#account-sterling ul {
        text-align: center;
        margin-left: 0 !important;
        padding-left: 0;
    }

    div#account-sterling {
        display: block;
    }

    .register_for_bidding.button_like_block {
        width: 245px;
    }
}

@media only screen and (max-width: 480px) {
    .menu-container ul li {
        width: 49%;
        display: inline-block;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .menu-container ul li {
        width: 24%;
        display: inline-block;
    }
}

@media only screen and (max-width: 340px) {
    ul.account_and_user li {
        margin-right: 3px;
    }
}

@media only screen and (min-width: 652px) and (max-width: 767px) {
    .top-media-button.grid_wrapper {
        display: grid;
        grid-template-columns: 1fr 0fr 1fr;
    }
}

@media only screen and (max-width: 900px) {
    .menu_button.in_mobile.tab_button p {
        font-family: "BlairITCLight";
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
    }

    .menu_button.in_mobile.tab_button p:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #dadada;
        margin: 0px 0 0 3px;
        opacity: 0.7;
        display: inline-block;
        vertical-align: middle;
    }

    .menu_button.in_mobile.tab_button {
        text-align: center;
        font-size: 15px;
    }

    .in_mobile {
        display: block !important;
    }

    .signle_menu.has_child_node:hover .sub_menu {
        position: static;
        display: block;
        clear: both;
    }

    .signle_menu {
        height: unset;
        font-family: "BlairITCLight";
        border-bottom: 1px solid #dadada;
    }

    .signle_menu a {
        font-size: 9px;
        color: #000;
        font-family: "BlairITCLight";
        text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    }

    .blue_navigation_container ul.navigation_here {
        background: #f1f1f1;
    }

    .blue_navigation_container ul.navigation_here {
        display: block;
    }
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {
    .signle_menu a {
        font-size: 6px !important;
    }

    .signle_menu {
        min-width: auto;
        width: 100%;
    }
}

@media only screen and (min-width: 1169px) and (max-width: 1200px) {
    .main_container.fixed_width.header_navigation {
        max-width: 91% !important;
    }
}

@media only screen and (min-width: 768px) {
    .menu-container ul li a:hover {
        color: #fff;
        text-decoration: none;
        text-shadow: 0 1px 18px #fff;
    }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    ul.right_side_menu.with_bg li a {
        font-family: BlairITCStdBold !important;
        font-size: 8px !important;
        padding: 2px;
    }

    ul.right_side_menu.with_bg {
        padding: 4px 11px 11px;
    }

    .view-type-list .lot-listing-results .item .lot-single .thumb,
    .view-type-description .lot-listing-results .item .lot-single .thumb,
    .view-type-list .lot-listing-results .item .lot-single aside,
    .view-type-description .lot-listing-results .item .lot-single aside {

        width: 100% !important;
    }
}

@media only screen and (min-width: 901px) and (max-width: 1111px) {
    ul.right_side_menu.with_bg li a {
        font-family: BlairITCStdBold !important;
        font-size: 9px !important;
        padding-left: 0px;
        padding-right: 0;
    }

    ul.right_side_menu.with_bg {
        padding-right: 0;
        padding-left: 10px;
    }
}

/*....*/
.header_div.left_side_header .flex_wrapper img {
    max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
    .header_div.left_side_header .flex_wrapper img {
        max-width: 90%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .top-media-button {
        padding: 10px 10px;
    }

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

    .top-media-button.grid_wrapper {
        grid-template-columns: 1fr 1fr 2fr;
        column-gap: 14px;
    }

    div#account-sterling ul {
        padding: 0;
    }

    div#social-sterling img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
}

/*Footer Styles*/
.full_width_wrapper.footer_bar {
    background: #f1f1f1;
}

.copy_right_section p {
    font-family: "MuseoSans_500";
    text-align: center;
    color: #000000;
    font-size: 12px;
}

ul.footer_nav {
    text-align: center;
    display: block;
}

ul.footer_nav li {
    display: inline-block;
    margin-right: 11px;
}

ul.footer_nav li a {
    text-decoration: unset;
    color: #808080;
    font-size: 12px;
    font-family: "MuseoSans_500";
}

ul.footer.social_media {
    text-align: center;
}

footer {
    display: block;
    overflow: hidden;
}

.full_width_wrapper.copy_right_section {
    background: #3599cd;
}

/**/
/*Search Module*/
input.search_input {
    padding: 8.5px 10px;
    float: left;
    margin: 0 !important;
    border: unset;
    width: 330px;
    max-width: 100%;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

button.search-button {
    background: #de001c;
    box-shadow: unset;
    border: unset;
    float: left;
    padding: 8px 15px;
    display: block;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

button.search-button img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 0px 1px;
    width: 16px;
}

.form_wrapper {
    border: 1px solid #0000;
    display: block;
    overflow: hidden;
    clear: both;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 4px;
}

.seach_module {
    background: #1c1b50;
    padding: 30px 0;
}

ul.footer_nav li a:hover {
    color: #000;
    transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 480px) {
    input.search_input {
        width: auto;
    }

    ul.footer_nav li {
        display: block;
        text-align: left;
        margin-bottom: 9px;
    }
}

/**/
/*Tabs */
/*  Tabs  */
@media only screen and (max-width: 900px) {
    .signle_menu a {
        width: max-content;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .tab_button.active_tab:after {
        content: "-";
        position: absolute;
        right: 13px;
        font-family: "TimesNew Roman";
        font-size: 35px;
        font-weight: 700;
        color: #000;
        top: -1px;
    }

    .tab_button {
        position: relative;
    }

    .tab_button:after {
        content: "+";
        position: absolute;
        right: 10px;
        font-family: initial;
        top: 2px;
        font-size: 31px;
        font-weight: 800;
        color: #000;
    }
}

.menu_button.in_mobile.tab_button:after {
    content: "";
}

/*------------------------------*/
/*      Past Auction Screen     */
/*------------------------------*/
div#pastAuction {
    background: #ededed;
}

/*navigation Before the Breadcrumps*/
.graymenu.auction_menu {
    background: #c9cacc;
    overflow: hidden;
}

.active_menu_cat {
    background: #2e3181;
}

nav.bottom.fourthNavigation ul {
    display: flex;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    list-style-type: none;
}

nav.bottom.fourthNavigation ul li {
    /* display: inline-block; */
    position: relative;
    margin: 0 10px 0 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

nav.bottom.fourthNavigation ul li a {
    color: #414042;
    text-decoration: unset;
    font-size: 16px;
    font-family: "Roboto";
    padding: 16px 10px;
    display: block;
    overflow: hidden;
}

nav.bottom.fourthNavigation ul li:hover {
    background: #a41a21;
}

nav.bottom.fourthNavigation .active_menu_cat a {
    color: #fff;
}

nav.bottom.fourthNavigation ul li:hover a {
    color: #fff;
}

nav.bottom.fourthNavigation ul li:after {
    content: "|";
    padding-left: 19px;
    top: 15px;
    right: -9px;
    color: #414042;
    position: absolute;
}

nav.bottom.fourthNavigation ul li:nth-last-of-type(1):after {
    content: "";
}

nav.bottom.fourthNavigation ul li:nth-of-type(1) {
    margin-left: 0 !important;
}

/*...*/
/*breadCrumps*/
.has_child {
    color: #3599cd;
}

.breadcrumps_container {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}

.current_position {
    margin: 0;
    font-family: "Roboto";
}

.has_child {
    position: relative;
    display: block;
    margin-right: 5px;
}

.has_child:after {
    content: ">";
    font-family: monospace;
    font-size: 19px;
    position: absolute;
    right: 0;
    top: -10%;
    color: #414042;
}

.breadcrumps_container a {
    color: #414042;
    font-family: "Roboto";
    margin-bottom: 0;
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 15px;
    flex-basis: auto;
}

.breadcrumps_container .has_child {
    color: #004e98;
    text-decoration: unset;
}

.breadcrumps_container .has_child:hover {
    text-decoration: underline;
}

/*... breadCrumps*/
/* Title Section */
.page_title {
    text-align: center;
    font-size: 45px;
    color: #1d1b50;
    font-family: "Roboto";
    text-transform: uppercase;
    font-weight: 600;
}

.page_title .title {
    margin: 0;
}

.title_container .container_wrapper.fixed_width {
    border-bottom: 1px solid #c9cacc;
}

/* ... Title Section */
/*Content Area*/
.content_container {
    margin-top: 20px;
}

.filter_section.left_side {
    display: block;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
}

.result_section.right_side {
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 0;
}

/*.Filter*/
.filter_intro.head {
    margin-bottom: 10px;
    padding-left: 10px;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 18px;
    color: #414042;
    animation: 0;
    margin: 0 auto;
    margin-bottom: 10px;
}

ul.filter_data {
    list-style-type: none;
    padding: 0;
}

ul.filter_data a {
    text-decoration: unset;
    display: block;
    padding: 5px 10px;
    color: #545355;
    font-family: "Roboto";
    font-weight: 400;
}

ul.filter_data a:hover {
    text-decoration: underline;
}

.filter_title:after {
    content: "+";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #2e3181;
    position: relative;
    color: #fff;
    float: right;
    display: block;
    line-height: 26px;
    vertical-align: middle;
    text-align: center;
    width: 26px;
    height: 26px;
}

.filter_title.filter_open:after {
    content: "-";
    font-family: cursive;
    line-height: 21px;
}

.filter_title {
    overflow: hidden;
    clear: both;
    cursor: pointer;
    font-weight: 800;
    padding: 10px 0px 0px 0;
}

/*input#filterSearchBox_client+ul.filter_data {*/
/*    max-height: 725px;*/
/*    overflow: auto;*/
/*}*/

input.searchList+ul.filter_data {
    max-height: 725px;
    overflow: auto;
}

.searchList {
    display: block;
    margin-bottom: 10px;
    clear: both;
    position: relative;
    padding: 5px 30px 5px 5px;
    width: 100%;
    border: 0;
    margin: 10px auto;
    border-radius: 4px;
}

.filterSearchGroups {
    padding-bottom: 4px;
    padding-left: 20px;
    font-family: "Roboto";
}

.single_filter {
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    border-bottom: 1px solid rgba(65, 64, 66, 0.3);
    padding-bottom: 3px;
    padding-right: 0;
    padding-left: 0px;
    font-family: "Roboto";
    color: #414042;
}

.single_filter ul.hideen_if_more li:nth-of-type(5)~li {
    display: none;
}

.single_filter.hideen_if_more ul li {
    display: block;
}

.showMoreFilter,
.showLessFilter {
    margin-bottom: 10px;
    font-size: 12px;
    color: #2e3181;
    text-align: right;
    padding-top: 10px;
    cursor: pointer;
}

/*.Filter*/
/* Result Area*/
div#results {
    margin-top: 20px;
}

.pagination-sort-container {
    display: block;
    background: #fff;
    padding: 14px 20px;
}

select#sortBy {
    width: auto;
    max-width: 480px;
    padding: 4px;
    outline: none;
    border: 1px solid #a8a9ac;
    font-size: 14px;
    color: #414042;
    border-radius: 2px;
}

article.auction-summary {
    background: #fff;
    margin-bottom: 20px;
    font-family: "Arial";
    padding: 20px;
}

.result_header h1 a {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #004e98;
    text-decoration: none;
    cursor: pointer;
}

span.client-name a {
    text-decoration: none;
    cursor: pointer;
    color: #004e98;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.result_header .buttons {
    width: 200px;
    max-width: 155px;
    margin-bottom: 10px;
}

a#sign_up bid_button {
    display: inline-block;
    width: 200px;
    margin-bottom: 10px;
}

.result_header .button {
    border-color: #2e3181;
    background-color: #2e3181;
    color: #fff;
    outline: none;
    position: relative;
    padding: 10px 10px;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid transparent;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: bottom;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    font-family: "Roboto", helvetica, arial, sans-serif;
}

.result_header .button.secondary.go-to-auction {
    background-color: #272728;
    border-color: #272728;
    color: #fff;
    margin-bottom: 0;
}

.result_header .button:hover {
    background-color: #4246b9;
    border-color: #4246b9;
}

.result_header .button.secondary.go-to-auction:hover {
    background-color: #676669;
    border-color: #676669;
}

.result_header .button {
    display: block;
    margin-bottom: 10px;
    max-width: 155px;
    margin-left: auto;
}

.result_header {
    border-bottom: 1px solid rgba(65, 64, 66, 0.3);
    padding-bottom: 15px;
    margin-bottom: 10px;
    min-height: 105px;
    align-items: center;
    justify-content: space-between;
}

section.categories a:hover,
.header_left_info h1 a:hover,
span.client-name a:hover {
    color: #ff2e2c !important;
}

section.categories a {
    text-decoration: none;
    cursor: pointer;
    color: #004e98;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

section.categories a:after {
    content: ",";
}

section.categories a:nth-last-of-type(1):after {
    content: " ";
}

span.sub-title {
    color: #8d8c8f;
    font-size: 14px;
}

span.lots_number {
    color: #8d8c8f;
}

.meta .auction-status {
    color: #f26522;
    font-size: 14px;
}

.meta .auction-status span {
    display: block;
}

.header_left_info h1 {
    margin: 0;
    line-height: 16px;
    margin-bottom: 10px;
}

article.auction-summary time {
    line-height: 22px;
    display: block;
    font-size: 14px;
    list-style-type: unset;
}

article.auction-summary .sale-dates li {
    list-style-type: none;
}

article.auction-summary .sale-dates ul {
    padding: 0;
    margin: 0;
}

.sale-dates h2 {
    margin-bottom: 5px;
    font-size: 14px;
    color: rgb(65, 64, 66);
    font-weight: bold;
    font-family: "Roboto";
    margin: 0;
}

.extra-details h2 {
    font-size: 14px;
    color: #f26522;
    font-style: italic;
    font-weight: 500;
    margin: 0;
}

section.categories {
    border-top: 1px solid rgba(65, 64, 66, 0.3);
    padding-top: 10px;
    margin: 10px 0 5px 0;
}

.date_data_container {
    align-items: flex-start;
    justify-content: space-between;
}

.date_data_container .sale-dates {
    flex: 1 50%;
}

.date_data_container .extra-details {
    flex: 1 20%;
}

.date_data_container .extra-details .img_container {
    margin: 10px 0;
}

.pagination-sort label {
    margin-right: 10px;
    font-size: 14px;
    font-family: "Arial";
}

.one_container.title_image .img_container {
    /*flex: 1 14%;*/
    margin-right: 2%;
}

.content_this_side {
    flex: 1 46% !important;
}

.one_container.title_image .img_container img {
    display: block;
    margin: 10px auto;
}

.fixed_position_wrapper {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 25;
}

.button.icon-display-filters.toggle-filters {
    border-color: #414042;
    background-color: #414042;
    color: #fff;
    padding: 10px 10px;
    border-radius: 8px;
}

.mobile {
    display: none;
}

section.show_more_less>div {
    cursor: pointer;
}

.single_filter:nth-last-of-type(1) {
    border-bottom: 0;
}

/*Responsive : Filter and Result Area*/
@media only screen and (max-width: 767px) {
    select#sortBy {
        width: 75%;
        max-width: 340px !important;
    }

    .pagination-sort div {
        text-align: center;
    }

    .mobile {
        display: block;
    }

    section.show_more_less.mobile {
        margin: 10px;
    }

    .filter_section.left_side .filters.onscreen_mobile {
        position: fixed;
        top: 0;
        left: 0;
        display: block !important;
        right: 0;
        height: 100%;
        width: 100%;
        overflow-y: auto;
        background: #fbfbfb;
        z-index: 1515;
    }

    .filters.onscreen_mobile .filter_lists {
        width: 90%;
        overflow: hidden;
        margin: 30px auto;
    }

    .search-box-temp.searchLotsFilter {
        width: 90%;
        overflow: hidden;
        margin: 0px auto;
    }

    .filter_section.left_side .filters {
        display: none;
    }

    .filter_section.left_side {
        display: block;
        float: unset;
        max-width: 700px;
        margin: 0 auto;
        width: 100%;
        top: 0;
    }

    .result_section.right_side {
        width: 100%;
    }

    .one_container.title_image.flex_wrapper {
        display: flex;
    }

    .result_header.flex_wrapper {
        display: flex;
    }

    .mobile.buttonClose {
        display: block;
        width: 100%;
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0;
        background: #e3e3e3;
        right: 0;
        padding: 15px 10px 15px 10px;
        text-align: center;
        border-top: 1px solid rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    }

    .mobile.buttonClose button.button.icon-display-filters.toggle-filters {
        width: 180px;
        text-align: center;
        margin: 0 auto;
        display: block;
        border-color: #2e3181;
        background-color: #2e3181;
        color: #fff;
    }

    .single_filter:nth-last-of-type(1) {
        margin-bottom: 50px;
    }

    .extra-details {
        border-top: 1px solid rgba(65, 64, 66, 0.3);
        padding-top: 10px;
        margin: 10px 0 5px 0;
    }

    .breadcrumps_container {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 600px) {
    .one_container.title_image.flex_wrapper {
        display: block;
    }

    .result_header.flex_wrapper {
        display: block;
    }

    .one_container.title_image .img_container img {
        margin: 10px auto;
    }

    .result_header .buttons {
        margin: 10px auto;
    }

    .page_title .title {
        font-size: 24px;
        margin: 10px 0px;
    }

    nav.bottom.fourthNavigation ul {
        display: block;
    }

    nav.bottom.fourthNavigation ul {
        width: 100%;
        text-align: center;
    }

    nav.bottom.fourthNavigation ul li {
        float: left;
        margin: 0;
        width: 50%;
    }

    nav.bottom.fourthNavigation ul li:nth-of-type(even):after {
        content: " ";
    }
}

/*...*/
/*...*/
/*... Content Area*/
/*--- About Us Page ----*/
.about_us_form {
    width: 1200px;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto 20px;
    background: #fff;
    padding: 30px 30px;
    border-radius: 6px;
}

.about_us_form {
    font-family: "Roboto";
}

/*--- Contact Us Page ----*/
.contact_us_form {
    width: 1200px;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto 20px;
    background: #fff;
    padding: 40px 40px;
    border-radius: 6px;
}

.contact_us_form .value input,
.value textarea {
    padding: 8px 10px;
    border-radius: 4px;
    border-style: groove;
}

.contact_us_form .value input,
.value textarea {
    padding: 8px 10px;
    border-radius: 4px;
    border-style: groove;
    border: 1px solid #c0c0c0;
}

.contact_us_form .submit_button input {
    background: #2e3181;
    color: #fff;
    border: 0;
    padding: 6px 20px;
    text-align: left;
    /* text-align: center; */
    display: block;
    /* margin: 0 auto; */
    /* margin-right: 0; */
}

.contact_us_form {
    font-family: "Roboto";
}

.contact_us_form .name_space input {
    width: 100%;
}

.contact_us_form .what_info input {
    width: 100%;
}

.auctioneer-list-img .what_info.choose-f-btn input {
    width: 40%;
}

.contact_us_form .auction_timing {
    padding-left: 10px;
}

.contact_us_form .add_me_on_contact {
    padding-left: 10px;
}

.comment_section textarea {
    width: 100%;
    min-height: 100px;
    border: 1px solid #c0c0c0;
    overflow-y: auto;
}

.comment_section .value {
    margin-bottom: 12px;
}

.contact_us_form form {
    margin: 0 20px;
}

.contact_us_form .value {
    margin-bottom: 10px;
}

.contact_us_form .field {
    margin-bottom: 10px;
}

@media only screen and (max-width: 560px) {
    .contact_us_form {
        width: auto;
        padding: 0;
    }
}

/*FAQ CONTENT HERE*/
.question.question_tab {
    background: #42464e;
    color: #ededed;
    font-size: 8px;
    padding: 0px 0;
    overflow: hidden;
    line-height: 1.3;
    position: relative;
}

.faq_container {
    width: 660px;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    clear: both;
}

.answer_tab.answer_content h2.answerTag:before {
    content: "Answer: ";
}

.question.question_tab h1:before {
    content: "Question: ";
}

h2.answerTag {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 10px 10px;
}

.single_question_answer {
    font-family: "Roboto";
    margin-bottom: 10px;
    cursor: pointer;
}

.question.question_tab h1 {
    padding: 0 30px 0px 10px;
}

.answer_tab.answer_content {
    border: 1px solid #797979;
    border-top: 0;
}

.question.question_tab:after {
    content: "+";
    position: absolute;
    right: 12px;
    top: 50%;
    font-size: 30px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -mos-transform: translateY(-50%);
    transform: translateY(-50%);
    -mos-transform: translateY(-50%);
}

.question.question_tab.active_question:after {
    content: "-";
    right: 14px;
    font-family: "TimesNewRoman";
}

div#faq_page .page_title .title {
    font-size: 30px;
}

@media only screen and (max-width: 700px) {
    .faq_wrapper {
        padding: 0 10px;
    }
}

/*___________________________________________HOME PAGE___________________________________________*/
body.home_page_new_design {
    background: #ededed;
    /*background: #ffffff;*/
}

.main_container.fixed_width.sterling_machinery_exchange_container {
    margin-top: 15px;
}

.main_container.fixed_width.sterling_machinery_exchange_container,
.main_container.fixed_width.have_any_question_container {
    background-color: #ededed;
}

.main_container.fixed_width.upcoming_auction_container {
    background-color: #ededed;
}

.other_site_link p {
    margin-bottom: 0;
}

input#home_page_search[type="text"] {
    background-color: #ededed;
}

.header_wrapper.new_wrapper .header_logo,
.header_wrapper.new_wrapper .header_searchbar {
    display: inline-block;
    vertical-align: middle;
}

.header_logo_and_search {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
}

.header_searchbar form {
    width: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
}

form.home_page.header_form button {
    background: #2f3194;
    border: 0;
    padding: 4px 5px 5px;
    /* float: left; */
    width: 39px;
    clear: right;
}

form.home_page.header_form button img {
    width: 32px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 2px 3px;
}

input#home_page_search {
    padding: 8px 6px 8px;
    width: 520px;
    max-width: 100%;
    overflow: hidden;
    /* text-transform: uppercase; */
    float: left;
    /* clear: left;*/
    border: 1px solid #2e3093;
    color: #606060;
    font-weight: 700;
    font-size: 13.33px;
}

.header_wrapper.new_wrapper .header_logo {
    /*width: 210px;*/
    max-width: 100%;
    margin: 0px 19% 0 0;
    max-width: 300px;
}

.header_wrapper.new_wrapper .header_logo a {
    display: block;
    overflow: hidden;
}

.header_wrapper.new_wrapper .header_logo a img {
    max-width: 100%;
}

.full_width_wrapper.navigation_wrapper {
    background: #2e3093;
}

ul.navigation_wrapper {
    list-style-type: none;
    padding: 22px 0;
    text-align: center;
    margin: 0;
}

li.navigation_single.menu a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Arial";
}

li.navigation_single.menu {
    display: inline-block;
    /* padding: 0px 10px; */
    padding: 0px 5px;
    transition: 0.3s all ease-in-out;
}

li.navigation_single.menu:hover a {
    /* text-decoration: underline; */
    opacity: 0.8;
}

li.navigation_single.menu.active_nav a {
    font-weight: 700;
}

li.navigation_single.menu>a:after {
    content: "|";
    margin-left: 19px;
}

li.navigation_single.menu:nth-last-of-type(1) a:after {
    content: " ";
    margin-left: 19px;
}

.full_width_wrapper.featured_post {
    background: #000;
    padding: 10px 10px;
    margin-top: 3px;
}

.left_sider.img_diff {
    width: 30%;
}

.featured_post_title p {
    font-family: "Arial";
}

.featured_post_details .right_sider {
    width: 69%;
}

.featured_post_title {
    text-align: center;
    color: #fff;
    font-size: 40px;
}

.auction_type {
    font-size: 23px;
    color: red;
    font-weight: bold;
    padding-left: 0px !important;
    text-decoration: underline;
    padding-bottom: 20px;
}

.featured_post_title p {
    margin: 0;
}

.featured_post_details .right_sider {
    color: #fff;
}

.featured_post_details {
    display: block;
    margin: 0px auto;
    padding: 20px 0;
    width: 750px;
    max-width: 100%;
}

.featured_post_details .right_sider div {
    padding-left: 46px;
}

.left_sider.img_diff,
.featured_post_details .right_sider {
    display: inline-block;
    vertical-align: middle;
}

.img_diff img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 204px;
}

.content_over_here p {
    text-transform: uppercase;
    font-family: "Arial";
    font-size: 14px;
    letter-spacing: 2px;
}

.content_over_here p.location span.location_bold {
    font-weight: 600;
}

.content_over_here p.title_for_auction.title,
.content_over_here p.Date_time {
    font-weight: 600;
}

.content_over_here p.Date_time {}

.content_over_here p.tags_ {
    font-weight: 400;
    font-size: 13px;
}

.sterling_machinery_exchangeHeader .title_home_section {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    font-family: "Arial";
    text-transform: uppercase;
    margin: 0 auto;
    letter-spacing: 0.4rem;
}

.sterling_machinery_exchangeHeader {
    margin: 0;
    padding: 10px 0;
}

.left_side_image,
.right_side_image {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
}

.left_side_image img {
    display: block;
    max-width: 100%;
    overflow: hidden;
    clear: both;
    border-radius: 10px;
    width: 100%;
}

.wrapper_for_image {
    padding: 20px 20px 10px;
    background: #2d348e;
    border-radius: 10px;
    max-width: 100%;
    margin-bottom: 15px;
}

.image_and_text.left_right p.image_caption {
    text-align: center;
    color: #fff;
    font-family: "Arial";
    margin: 0;
    padding-top: 10px;
}

.main_container.fixed_width.sterling_machinery_exchange_container .right_side_image .wrapper_for_text {
    padding-left: 10px;
}

.main_container.fixed_width.sterling_machinery_exchange_container .right_side_image .wrapper_for_text p {
    margin-top: 0px;
    font-family: "Arial";
    font-weight: 500;
    word-spacing: 2px;
    line-height: 1.3;
    font-size: 15px;
    word-break: break-word;
}

.image_and_text.left_right {
    padding-top: 20px;
}

.have_any_questionContent p.home_contact_details {
    text-align: center;
    font-family: "Roboto";
    text-transform: uppercase;
    font-weight: 800;
    font-size: 23px;
    margin: 0;
    padding-top: 10px;
    letter-spacing: 8px;
}

p.have_any_questionTitle {
    text-align: center;
    font-size: 38px;
    font-family: "Arial";
    font-weight: 600;
    margin: 0;
    letter-spacing: 8px;
}

.main_container.fixed_width.have_any_question_container {
    padding: 30px 0 40px 0;
}

.main_container.fixed_width.upcoming_auction_container .upcoming_auctionHeader p.upcoming_auctionTitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    padding: 6px 0;
    font-family: "Arial";
    border-bottom: 1px solid #2d348e;
    border-top: 1px solid #2d348e;
    width: 900px;
    max-width: 100%;
    /* margin: 0 auto; */
    margin-left: auto;
    margin-right: auto;
}

.single_upcoming.single_layout .image_and_button,
.single_upcoming.single_layout .auction_details {
    display: inline-block;
    vertical-align: top;
}

.single_upcoming.single_layout .image_and_button {
    width: 25%;
}

.single_upcoming.single_layout .auction_details {
    width: 73.8%;
    margin-left: 7px;
    padding: 0 0px;
}

.single_upcoming.single_layout .image_and_button img {
    display: block;
    max-width: 100%;
}

.button_like_block {
    display: block;
    text-align: center;
    background: #2d348e;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 5px auto;
    word-break: break-word;
    padding: 10px 10px;
    font-size: 14px;
}

.auction_details p {
    margin: 0;
}

.date_like_banner p {
    padding: 10px 10px;
    background: #2d348e;
    text-transform: uppercase;
    color: #fff;
    font-family: "Arial";
    /* font-size: 20px;
    letter-spacing: 7px; */
    font-size: 19px;
    letter-spacing: 6px;
}

.single_upcoming.single_layout {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.auction_details div {
    font-family: "Roboto";
    /* text-transform: uppercase; */
    text-transform: capitalize;
    letter-spacing: 3px;
    margin-bottom: 14px;
    font-size: 20px;
}

span.location_bold {
    font-weight: 600;
}

.auction_like_title {
    font-weight: 800;
}

/*footer*/
.full_width_wrapper.footer_wrapper {
    background: #2d348e;
    padding: 20px 0;
}

.footer_content_wrapper>div {
    width: 32.2%;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    clear: both;
}

.footer_content_wrapper div.footer_logo img {
    display: block;
    max-width: 100%;
    overflow: hidden;
    clear: both;
    width: 260px;
    margin: 0 auto;
}

.footer_content_wrapper div.footer_address p {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    letter-spacing: 3px;
    padding-left: 20px;
}

.footer_content_wrapper .news_letter_block {
    width: 100%;
}

.footer_news_letter p.news_head {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    letter-spacing: 3px;
}

.newsL_form input {
    width: 75%;
    border: unset;
    padding: 0.7rem;
    /* text-transform: uppercase; */
    font-family: "Raleways";
    color: #000;
}

.other_site_link {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 30px 0 0;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.other_site_link a {
    text-decoration: none;
    color: #fff;
}

.other_site_link a:hover {
    text-decoration: underline;
}

.footer_content_wrapper a {
    display: block;
    margin: 0 auto;
}

/*..Footer*/
/*Home responsive*/

@media only screen and (max-width: 767px) {
    .footer_content_wrapper>div {
        width: 100%;
        margin: 0 auto;
        /*text-align: center;*/

    }

    .footer_content_wrapper div.footer_logo img {
        margin: 0 auto;
        max-width: 240px;
    }

    .footer_news_letter p.news_head,
    .newsL_form form {
        padding: 0 20px;
    }

    .featured_post_details .right_sider div {
        padding: 0 20px;
        margin: 0 auto;
    }

    .img_diff img {
        width: 90%;
        display: block;
        overflow: hidden;
        max-width: 100%;
    }

    .single_upcoming.single_layout .image_and_button {
        width: auto;
        padding: 0 10px;
        display: block;
        margin: 0 auto;
    }

    .single_upcoming.single_layout .image_and_button img {
        width: auto;
        padding: 0 10px;
        max-width: 200px;
        display: block;
        margin: 0 auto;
    }

    .single_upcoming.single_layout .auction_details {
        width: auto;
        max-width: 100%;
        padding: 0 10px;
        margin: 0;
    }

    .date_like_banner p {
        /* letter-spacing: normal; */
        font-size: 17px;
        letter-spacing: 1px;
    }

    .main_container.fixed_width.upcoming_auction_container .upcoming_auctionHeader p.upcoming_auctionTitle {
        width: 90%;
    }

    .footer_content_wrapper>div p.para_address {
        text-align: center;
        word-break: break-word;
        padding: 0 10px;
    }

    p.have_any_questionTitle {
        letter-spacing: normal;
        font-size: 25px;
    }

    .have_any_questionContent p.home_contact_details {
        letter-spacing: normal;
        font-size: 22px;
        word-break: break-word;
        padding: 10px 30px;
    }

    .footer_content_wrapper .news_letter_block {
        width: 100%;
        max-width: 430px;
        /*text-align: center;*/
        margin: 0 auto;
    }

    .header_wrapper.new_wrapper .header_logo {
        margin-right: 21px;
        /* margin: auto; */
    }
}

@media only screen and (max-width: 812px) and (min-width: 767px) {
    /*.header_wrapper.new_wrapper .header_logo {
        margin-right: 21px;
    }*/

    .single_upcoming.single_layout .auction_details {
        width: auto;
        max-width: 100%;
        padding: 0 10px;
        margin: 0;
    }

    .date_like_banner p {
        /* letter-spacing: normal; */
        font-size: 16px;
        letter-spacing: 3px;
    }
}

@media only screen and (max-width: 480px) {
    .header_wrapper.new_wrapper .header_logo {
        margin: 0;
        max-width: 200px;
        padding-bottom: 10px;
    }

    .header_wrapper.new_wrapper .header_logo {
        margin-right: 0 !important;
    }

    input#home_page_search {
        width: auto;
    }

    .featured_post_title p {
        font-size: 25px;
        word-break: break-word;
    }

    .left_sider.img_diff,
    .featured_post_details .right_sider {
        display: block;
        width: 100%;
    }

    .sterling_machinery_exchangeHeader .title_home_section {
        font-size: 25px;
    }

    .image_and_text.left_right .left_side_image,
    .image_and_text.left_right .right_side_image {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .left_side_image .wrapper_for_image {
        padding: 10px 10px;
    }

    .main_container.fixed_width.sterling_machinery_exchange_container {
        padding: 10px 10px;
        width: auto;
    }

    .other_site_link {
        /* font-size: 18px; */
        font-size: 14px;
    }

    p.have_any_questionTitle {
        letter-spacing: normal;
        font-size: 20px;
    }

    .have_any_questionContent p.home_contact_details {
        letter-spacing: normal;
        font-size: 15px;
        word-break: break-word;
        padding: 10px 30px;
    }

    .date_like_banner p {
        /* letter-spacing: normal; */
        font-size: 16px;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .single_upcoming.single_layout .auction_details {
        width: 73%;
    }

    .single_upcoming.single_layout .image_and_button {
        padding-left: 0.5%;
    }

    .date_like_banner p {
        /* letter-spacing: normal; */
        font-size: 16px;
        letter-spacing: 4px;
    }
}

@media only screen and (max-width: 500px) {
    li.navigation_single.menu a:after {
        content: " ";
        margin: 0;
        text-align: center;
        display: block;
    }
}

@media only screen and (max-width: 767px) and (min-width: 500px) {
    .button_like_block {
        display: inline-block;
        vertical-align: middle;
        width: 216px;
    }

    .know_more_buttons {
        text-align: center;
    }
}

@media only screen and (max-width: 500px) {
    .single_upcoming.single_layout .image_and_button {
        /* max-width: 216px;*/
    }

    .date_like_banner p {
        /* letter-spacing: normal; */
        font-size: 16px;
        letter-spacing: 1px;
    }
}

@media only screen and (min-width: 681px) {
    ul.navigation_wrapper.mobile_menu_content {
        display: block !important;
    }
}

@media only screen and (max-width: 680px) {
    .menutoggle_button.hidden_in_desktop {
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-family: "Arial";
        padding: 10px 0;
        display: block !important;
        text-transform: uppercase;
    }

    .menutoggle_button.hidden_in_desktop:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        margin: 0px 0 0 3px;
        opacity: 1;
        display: inline-block;
        vertical-align: middle;
        /* top: 1px; */
        top: 0px;
        position: relative;

    }

    li.navigation_single.menu {
        display: block;
        padding: 6px 0;
        border-bottom: 1px solid #ffffff38;
    }

    li.navigation_single.menu a:after {
        content: " ";
        margin: 0;
    }

    ul.navigation_wrapper {
        padding: 4px 0 0;
    }
}

.menutoggle_button.hidden_in_desktop {
    display: none;
}

/*...HOME RESPONSIVE*/
/*_________________________________________..HOME PAGE..__________________________________________*/

/* New Changes*/

.main_wrapper.fixed_width_content {
    margin: 0 auto !important;
    width: 1580px;
    max-width: 100%;
    overflow: hidden;
    clear: both;
}

/*....*/
.breadcrumps.main_wrapper .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.breadcrumps.main_wrapper {
    width: 1200px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    overflow: hidden;
}

/*To change */
.req {
    color: red;
}

.button_like_block:hover {
    color: #fff;
    text-decoration: unset;
    opacity: 0.9;
}

@media only screen and (max-width: 767px) {
    body.home_page_new_design ul.pagination {
        display: block;
        margin: 0 0 20px;
    }

    body.home_page_new_design ul.pagination li {
        display: inline-block;
        max-width: 100%;
        width: auto !important;
    }
}

.full_width_wrapper.footer_wrapper.black_.media {
    padding: 0;
    background: #000;
}

.icons_list ul.list_items li.single_media {
    padding: 0px 5px;
    display: inline;
}

.icons_list ul.list_items {
    list-style-type: none;
    text-align: center;
    display: block;
    padding: 10px 10px;
    margin: 0;
}

.icons_list ul.list_items li.single_media a {
    color: #fff;
}

/* Start - Frontend ajax Load more pagination */
.ajax-loading {
    background-image: url("../../images/loading.gif");
    background-color: #111111ad;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 40%;
    background-size: 70px;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 99999;
}

/* End - Frontend ajax Load more pagination */

/* Start - Frontend header navigation part classes for Category nav */

li.navigation_single.menu.has_sub_menus p {
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Arial";
    font-size: 16px;
    margin: 0;
    padding: 0px;
}

li.navigation_single.menu.has_sub_menus.active_nav p {
    font-weight: bold;
}

ul.level_1_menu,
ul.level_2_menu {
    display: none;
}

.has_sub_menus {
    position: relative;
}

li.navigation_single.has_sub_menus:hover ul.level_1_menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    list-style: none;
    padding: 0;
    background: #2e3093;
    z-index: 222;
    width: 180px;
    color: #fff;
    max-width: 180px;
    left: 0;
    padding-top: 25px;
}

li.navigation_single.menu.has_sub_menus p:hover {
    cursor: pointer;
}

li.navigation_single.menu.has_sub_menus {
    z-index: 2;
}

li.submenu_list.has_subSubMenu {
    position: relative;
}

li.submenu_list.has_subSubMenu:hover .level_2_menu {
    display: block;
    cursor: pointer;
    padding: 0px 0px;
    width: 180px;
}

ul.sub_Menus.level_2_menu {
    position: absolute;
    left: 180px;
    background: #2e3093;
    padding: 0;
    top: 0;
    list-style: none;
}

.main_container.fixed_width.header_navigation,
.full_width_wrapper.navigation_wrapper {
    overflow: visible !important;
}

ul.level_1_menu.submenu li {
    padding: 10px 10px;
}

li.navigation_single.menu>p:after {
    content: "|";
    margin-left: 19px;
}

ul.level_1_menu.submenu li.submenu_list {
    border-bottom: 1px solid #ffffff38;
    position: relative;
    top: 0;
}

ul.level_1_menu.submenu li {
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Arial";
    font-size: 16px;
    margin: 0;
    padding: 10px;
}

li.submenu_list.has_subSubMenu li {
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Arial";
    font-size: 16px;
    margin: 0;
    padding: 10px;
}

ul.sub_Menus.level_2_menu li a:after {
    content: "";
    width: 0;
    margin: 0;
}

ul.sub_Menus.level_2_menu li a {
    text-decoration: none !important;
}

@media only screen and (max-width: 680px) {
    li.submenu_list.has_subSubMenu:hover .level_2_menu {
        background: #29292985;
    }

    li.navigation_single.menu>p:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #fff;
        margin: 0px 0 0 3px;
        opacity: 1;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        right: 10px;
        top: 12px;
    }

    li.navigation_single.has_sub_menus:hover ul.level_1_menu,
    li.submenu_list.has_subSubMenu:hover .level_2_menu {
        position: unset;
        width: auto;
        max-width: 100%;
        background: #2e3093;
        padding: 0;
        margin-top: 4px;
    }

    li.submenu_list.has_subSubMenu li {
        border: 0px;
    }
}

.has_subSubMenu:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    margin: 0px 0 0 3px;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 14px;
}

p.subMenu.level2 {
    position: relative;
}

li.submenu_list.has_subSubMenu li {
    border-bottom: 1px solid #fff;
}

li.submenu_list.has_subSubMenu li:nth-last-of-type(1) {
    border-bottom: 0px;
}

ul.sub_Menus.level_2_menu {
    max-height: 280px;
    overflow-y: auto;
}

@media only screen and (max-width: 1260px) and (min-width: 780px) {
    li.submenu_list.has_subSubMenu:hover .level_2_menu {
        left: -180px;
    }
}

/* End - Frontend header navigation part classes for Category nav */

/* Start - selected filter */

.filter-group--selected .filter_title:after {
    background: #f26522;
    content: "\f00d";
    font-family: "FontAwesome" !important;
    font-size: 20px;
    line-height: normal;
    width: 26px;
    height: 26px;
}

/* End - selected filter */

/* Start -For Search page */
div#ajaxPageData.list {
    overflow: hidden !important;
    display: block;
    height: auto;
    position: unset;
}

/* Ends - For Search page */

/* Starts - backToTopButton */
#backToTopButton {
    display: inline-block;
    background-color: #2d6e8e;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#backToTopButton::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 34px;
    color: #fff;
}

#backToTopButton:hover {
    cursor: pointer;
    background-color: #333;
}

#backToTopButton:active {
    background-color: #555;
}

#backToTopButton.show {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 500px) {
    #backToTopButton {
        margin: 20px;
    }
}

/* Ends - For backToTopButton */

/* Starts - For terms & condition + categories list pags by ui/ux - Kis - Sunarc  */

/*For the All Categories page */
section.listing .accordion .bulet::before,
.toggle.bulet::before {
    position: unset;
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 15px;
    padding-right: 5px;
}

section.listing .accordion .accor div h4 {
    text-align: center;
    border-bottom: 1px solid #6f46468c;
    padding-bottom: 8px;
}

section.listing .accordion .inner.show .bulet:before {
    position: unset;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 13px;
}

section.listing .accordion {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: 0.85em;
    max-width: 100%;
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    clear: both;
    background: #fff;
    padding: 20px 20px;
    /* display: block !important; */
    display: flex !important;
}

section.listing .accor {
    display: inline-block !important;
    width: 100%;
    padding: 4px 0;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

section.listing .accordion a {
    color: #2e3093;
    text-decoration: unset;
    font-weight: 500 !important;
}

section.listing .inner.show a {
    color: #0f3c7f !important;
}

section.listing .accor a h4 {
    text-align: center;
    border-bottom: 1px solid;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 8px;
}

section.listing>h1 {
    margin: 10px auto 20px;
}

.responsive-layout-full-width {
    width: 1200px;
    margin: 20px auto;
    padding: 20px;
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    max-width: 100%;
}

.auction-header h2 {
    font-size: 19px;
}

.responsive-layout-full-width>h1 {
    font-size: 31px;
}

h3#important-info {
    font-size: 18px;
}

.responsive-layout-full-width a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1220px) {
    .responsive-layout-full-width {
        width: 95%;
    }
}

@media only screen and (max-width: 500px) {
    section.listing .accordion {
        display: block !important;
        column-count: 1 !important;
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
    }
}

@media only screen and (max-width: 680px) and (min-width: 501px) {
    section.listing .accordion {
        display: block !important;
        column-count: 2 !important;
        -webkit-column-count: 2 !important;
        -moz-column-count: 2 !important;
    }
}

@media only screen and (max-width: 800px) and (min-width: 681px) {
    section.listing .accordion {
        display: block !important;
        column-count: 3 !important;
        -webkit-column-count: 3 !important;
        -moz-column-count: 3 !important;
    }
}

/*....*/

/* Ends - For terms & condition + categories list pags by ui/ux - Kis - Sunarc  */

/* Starts - Homepage page slider */

.Featured_slider_parent {
    width: 750px;
    max-width: 100%;
    /* overflow: hidden; */
    margin: 0 auto;
}

/* Ends - Homepage page slider */

/* Start - Resolve content 'l' in before to google translatot */
.skiptranslate.goog-te-gadget span:before {
    content: " " !important;
}

/* End - Resolve content 'l' in before to google translatot */

/* Starts- google translator */

.lot_details_google #google_translate_element .skiptranslate.goog-te-gadget * {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    max-width: 150px;
}

.lot_details_google #google_translate_element .skiptranslate.goog-te-gadget #\:0\.targetLanguage {
    max-width: 150px;
    padding: 2px 0;
}

.lot_details_google .skiptranslate.goog-te-gadget span {
    width: 150px;
    height: 20px;
}

@media only screen and (min-width: 768px) {
    .primary-breadcrumb {
        clear: both;
        display: block;
        overflow: hidden;
    }

    .primary-breadcrumb .breadcrumb {
        float: left;
    }

    .lot_details_google {
        display: inline-block;
        vertical-align: middle;
        float: right;
        overflow: hidden;
        clear: right;
    }

    .primary-breadcrumb+.ui.container {
        clear: both;
    }
}

@media only screen and (max-width: 1200px) {
    .msg-news {
        width: 62% !important;
    }

    .div-highlight-menu-bar,
    .div-highlight-info {
        position: relative !important;
        margin: 18px !important;
        right: 0 !important;
        max-width: 100%;
        flex: 1%;
    }

    .col-md-8.login-page-field {
        width: 94% !important;
        max-width: 100% !important;
        flex: 1 !important;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 768px) {

    .view-type-list .lot-listing-results .item .lot-single .thumb,
    .view-type-description .lot-listing-results .item .lot-single .thumb,
    .view-type-list .lot-listing-results .item .lot-single aside,
    .view-type-description .lot-listing-results .item .lot-single aside {
        width: 100% !important;
    }
}

/* Ends- google translator */

/* Starts- adjust auction title for lot listing/ auction details page  */
@media only screen and (max-width: 767px) {
    .auction-summary header h1 {
        padding: 0 20px !important;
    }
}

/* Endss- adjust auction title for lot listing/ auction details page  */

/* Starts - No record found for load more ajax */
.background__white {
    background: #fff;
}

/* Ends - No record found for load more ajax */
.alertMessageNo {
    width: 800px;
    max-width: 100%;
    margin: 10px auto;
}

/* Lot view pages -- below changes are by kishan */

@media only screen and (max-width: 640px) {
    .mobile-accordion {
        display: block !important;
    }
}

.mobile-accordion {
    display: none;
}

.slider-nav button.slick-next.slick-arrow:before {
    content: "\f104" !important;
    font-size: 42px !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    color: #4246b9;
}

.slider-nav button.slick-prev.slick-arrow:before {
    content: "\f105" !important;
    font-size: 42px !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    color: #4246b9;
}

.mobile-accordion button.accordion:after {
    content: "+";
    line-height: 22px;
}

.mobile-accordion button.accordion.active:after {
    content: "-";
}

.slider-nav.slider_thumbs {
    width: 90%;
    margin: 0 auto;
}

.slider-for.slider_lot_view {
    margin-bottom: 10px;
}

.slider_thumbs .slick-prev,
.slider_thumbs .slick-next {
    top: 14px !important;
}

.slider-for.slider_lot_view img.img-responsive {
    margin: 0 auto;
    width: 90%;
}

.slider-nav.slider_thumbs .slick-slide.slick-current {
    opacity: 1;
}

.slider-nav.slider_thumbs .slick-slide {
    opacity: 0.8;
}

img.img-responsive {
    cursor: pointer;
}

.TabbedPanelsTab {
    margin: 0;
    outline: none;
    background: #e0e0e0;
    color: #4246b9;
    border: 0 !important;
}

.slider-nav.slider_thumbs .slick-slide img {
    margin: 0 auto;
    border: 1px solid #00000082;
    padding: 3px 2px;
}

.slider-nav.slider_thumbs .slick-slide.slick-current img {
    border: 1px solid #2e3093;
}

.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {
    top: 50% !important;
}

.slick-lightbox button.slick-next.slick-arrow:before {
    content: "\f105" !important;
    font-size: 42px !important;
    font: normal normal normal 14px/1 FontAwesome;
    color: #ffffff;
}

.slick-lightbox button.slick-prev.slick-arrow:before {
    content: "\f104" !important;
    font-size: 42px !important;
    font: normal normal normal 14px/1 FontAwesome;
    color: #ffffff;
}

.lot_details_header_text {
    display: block;
    margin: 0;
    font-family: Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #222;
}

.lot-details.startsHere .lot-number {
    font-size: 2.5rem;
}

.right_side_containerView input#idLotNumber {
    padding: 5px;
}

div#google_translate_element span:after {
    content: " ";
}

h4#important-info {
    font-size: 1.375rem;
    font-weight: 400;
    margin-bottom: 1em;
}

.bottom_grid_next_prev {
    padding: 30px;
}

/*.TabbedPanelsContent.TabbedPanelsContentVisible p {
    font-family: Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
}*/
.primary-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

p.ui.header.bottom_right.Headers {
    text-transform: uppercase;
    font-size: 0.875rem;
}

.six.wide.column.cata-heading {
    width: 51% !important;
}

.auction-header h3 {
    font-size: 1.375rem;
    font-weight: 400;
    margin-bottom: 1em;
    font-family: "Roboto";
}

.bottom_grid_next_prev a {
    display: block;
}

.bottom_grid_next_prev a .description {
    color: #222;
    margin-top: 10px;
    text-transform: uppercase;
}

.bottom_grid_next_prev a .description:hover {
    text-decoration: unset;
}

.bottom_grid_next_prev a:hover {
    text-decoration: unset;
}

.mobile-accordion.mobile_tab_lot {
    border-radius: 0;
    /* background: #fff; */
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15),
        0 0 0 1px rgba(34, 36, 38, 0.15);
}

@media only screen and (max-width: 640px) {
    .lot_details_google {
        padding: 0 15px;
    }

    div#lot-list-wrapper .main_top_container._view_page .left_side_containerView {
        width: 100% !important;
        margin: 0;
        max-width: 100%;
        float: unset !important;
        overflow: hidden;
        clear: both !important;
        display: block !important;
    }

    .row.row_container {
        display: block !important;
        margin: 0 auto !important;
    }

    .list.lot-details.startsHere .lot-details .header,
    .list.lot-details.startsHere .lot-details .lot {
        font-size: 15px;
    }

    .list.lot-details.startsHere {
        padding: 0px 10px;
    }

    button.accordion:nth-of-type(1) {
        border-top: 0;
    }

    button.accordion:focus {
        outline: none;
    }
}

div#prev-lots-catalog-img {
    width: 100%;
}

@media only screen and (max-width: 1240px) and (min-width: 641px) {
    div#lot-list-wrapper>.fixed_width {
        padding: 0px 30px;
    }
}

.contentAfterHeader.tab h5 {
    font-family: Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 1.2857em;
    margin: calc(2rem - 0.14285em) 0 1rem;
    font-weight: 700;
    padding: 0;
    font-size: 16px;
}

.contentAfterHeader.tab .ui.list {
    font-family: Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 1.2857em;
    padding: 0;
    font-size: 16px;
}

.lot_details_google #google_translate_element .skiptranslate.goog-te-gadget select {
    width: 140px;
    padding: 0 0px;
    margin-right: 3px;
}

@media only screen and (max-width: 900px) and (min-width: 777px) {
    li.navigation_single.has_sub_menus:hover ul.level_1_menu {
        left: -60px;
    }

    li.submenu_list.has_subSubMenu:hover .level_2_menu {
        left: -180px;
    }
}

ul.level_1_menu.submenu li.submenu_list.has_subSubMenu p,
ul.level_1_menu.submenu li.submenu_list,
.subMenu .has_subSubMenu .subMenu {
    text-align: left;
}

ul.level_1_menu.submenu li.submenu_list.has_subSubMenu a,
ul.level_1_menu.submenu li a,
ul.level_1_menu.submenu li.submenu_list.has_subSubMenu p a {
    text-transform: capitalize;
}

.slider-nav.slider_thumbs .slick-track {
    margin: unset !important;
}

@media only screen and (max-width: 640px) and (min-width: 420px) {
    div#prev-lots-catalog-img .bottom_grid_next_prev_parent {
        width: 49% !important;
        display: inline-block;
    }
}

.slider-for.slider_lot_view.slick-initialized.slick-slider .single_slide_img img.img-responsive {
    width: 100%;
    object-fit: contain;
    object-position: center;
    height: 300px;
}

@media only screen and (min-width: 485px) and (max-width: 640px) {
    .six.wide.column.right_side_containerView.pre-right-side-bar.pt-2 .three.wide.column.nopadding {
        display: inline-block;
        width: auto !important;
        float: unset;
    }

    /* Start - error message class help-block by dev-sh al */
    .help-block {
        color: red;
        /*font-size: 13px;*/
    }

    .six.wide.column.right_side_containerView.pre-right-side-bar.pt-2 .six.wide.column.search-center-form {
        display: inline-block;
        width: auto !important;
        float: unset;
    }

    .six.wide.column.right_side_containerView.pre-right-side-bar.pt-2 .three.wide.column.nopadding {
        display: inline-block;
        width: auto !important;
        float: unset;
    }

    .previous-next-lot {
        margin: 10px auto;
    }
}

@media only screen and (min-width: 641px) and (max-width: 900px) {
    input#idLotNumber {
        width: 100px;
    }
}

@media only screen and (max-width: 1080px) {
    .bottom_section .left_bottom {
        flex: 0 0 100% !important;
        max-width: 100%;
    }

    /* Start - error message class help-block by dev-sh al */
    .bottom_section .right_bottom {
        flex: 0 0 40% !important;
        max-width: 40%;
    }

    .col-6.col-md-3.large-side-bar-img.right_bottom {
        flex: 0 0 100% !important;
        max-width: 100%;
    }
}

/* Start - error message class help-block by dev-sh al */
.help-block {
    color: red;
    /*font-size: 13px;*/
}

p.help-block::before {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: 800;
    padding: 0 4px;
    font-size: 17px;
    color: red;
}

/* Ends - error message class help-block by dev-sh al */

li.TabbedPanelsTab.TabbedPanelsTabSelected {
    font-weight: 600;
}

li.TabbedPanelsTab {
    font-weight: 400;
}

/* .....Lot view pages -- below changes are by kishan */

/* Start - fix for bootstrape model not showing in mobile view by dev shu al*/
.modal {
    z-index: 999999999 !important;
}

.modal-content {
    width: 98% !important;
}

/* Ends - fix for bootstrape model not showing in mobile view by dev shu al*/

/*For Search Bar : Cross Icon*/

@media only screen and (max-width: 1000px) {
    input#home_page_search[type="text"] {
        width: 221px;
        max-width: 100%;
    }
}

form#sterlingSearchForm {
    position: relative;
}

button#clearHeaderSearch {
    position: absolute;
    right: 28px !important;
    top: 50% !important;
    background: transparent;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

input#home_page_search {
    position: relative;
    top: 0;
    line-height: 18.9px;
}

div#lotSearchOptionList {
    padding: 0 10px;
    text-transform: uppercase !important;
}

.search-box-temp.searchLotsFilter .forSearchBar.FilterSections {
    position: relative;
}

.formLotsFilter button#clearSearchFromLotsWithAuction {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    line-height: 10px;
    padding: 0 10px;
}

.forSearchBar.FilterSections button#goToLotFromDetails {
    position: absolute;
    top: 48%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding: 0 10px 0 5px;
}

.formLotsFilter button#clearSearchFromLotsWithAuction i {
    font-size: 15px;
}

button#goToLotFromDetails i {
    font-size: 15px;
}

.forSearchBar.FilterSections input#searchTerm {
    padding-right: 60px;
}

.search-box-temp.searchLotsFilter label {
    margin: 0;
    padding: 0 8px;
}

/*..Ends*/

/*  For News Letter Footer */

.newsL_form button#submit-newsletter {
    display: inline-block;
    border: 0px;
    background: yellow;
    color: #000;
    padding: 0.7rem;
    font-weight: 700;
}

.breadcrumps.main_wrapper ol.breadcrumb {
    background: #ecedec;
}

.primary-breadcrumb .breadcrumb {
    background: #fff;
}

/*...  */

/* Starts - added favourite class by dev sh..al */

.favourite {
    background-color: #077307 !important;
    color: #fff !important;
    border-color: #077307 !important;
}

/* Ends - added favourite class by dev sh..al */
/*9-jan-20 sushil*/
.navbar-nav.ml-auto.login-header-heading {
    display: block;
    /*position: absolute;
    top:0;*/
    float: right;


}

.top-nav-new-color {
    background-color:
        #2e3093;
    height: 2rem;
}

.g-recaptcha.footerRecaptcha.footer-re-catch {
    margin: 10px 0;
}

.navbar-nav.ml-auto.login-header-heading li {
    display: inline-block;
    border: 0px;

    padding: 2px;
    /*background: #154994;
    margin: 5px;
    display: block;
    border-radius: 4px;
    width:150px;*/
    text-align: center;

}

.navbar-nav.ml-auto.login-header-heading li a {
    color: #fff;

    font-family: "Arial";
}
}

.nav-item.login-header a {

    padding: 0;

}

.navbar-nav.ml-auto.login-header-heading li:hover {
    padding: 2px;
    /*background:#4246b9 ;border-radius: 4px; */
    display: block;
}

.view-type-grid div#ajaxPageData.grid-text-col .panel.item .main h1 {
    white-space: nowrap;
    height: 15px;
}

.login-header-heading li {
    float: left;
}

/*.view-type-grid div#ajaxPageData.grid-text-col .main .description p {white-space: nowrap; max-height: 30px;}*/
.login-header {}

.logo-f-cl {
    clear: both;
}

.lot-list-s-search {
    float: left;
}

.newsL_form input {

    width: 57% !important;
    max-width: 100%;
}

.form-control1.lot-list-s-search {
    height: 37px;

}

#home_page_search {
    border-left: 0 !important;
    border-right: 0 !important;
}

/*select {
    padding:7px;
    outline:0;
    !*border:1px solid #000 !important;*!
    font-size:14px !important;
    color:#000;
    border-radius:2px;
    background:#fff;
}
select:hover {
    outline:none;
    border-color:#4246b9;
}*/


@media only screen and (max-width: 367px) {
    input#home_page_search[type="text"] {

        width: 57.7% !important;
    }

    .form-control1.lot-list-s-search {

        width: 30%;

    }
}

@media only screen and (max-width: 1024px) {
    .header_wrapper.new_wrapper .header_logo {
        /* margin: 0px 14% 0 0; */
    }

    .form-control1.lot-list-s-search {

        width: auto;

    }
}

.fa-caret-left::before {
    padding-right: 5px;
}

.fa-caret-right::before {
    padding-left: 5px;
}

.view-type-grid div#ajaxPageData .description p {
    white-space: nowrap;
    width: 240px;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

button.slick-next.slick-arrow:before,
button.slick-prev.slick-arrow:before {
    background: none !important;
}

#cataloguePages {
    overflow: hidden;
}

.sterling-listing-page-header.text-center.d-block h6 {

    font-weight: normal !important;
    font-size: 1rem !important;
    font-family: "Arial";
}

.page-outer.result_section.right_side.wishlist-page-outter {
    width: 100%;
    max-width: 100%;
}

.level_1_menu.submenu li a {
    font-size: 14px;
}

.navigation_single.menu.has_sub_menus p {
    font-size: 0.9rem !important;
}

.lot-details {
    width: 70%;
}

.header.lot_details_header_text {
    white-space: pre-wrap;
    overflow: hidden;
    height: 2rem;
}

.slider-nav.slider_thumbs.lotList.slick-initialized.slick-slider {
    padding-top: 18px;
}

#news_letter {
    /*width: 100% !important;*/
}

.msg-news {
    float: left;
    width: 74%;
}

.msg-news input {

    width: 100% !important;
}

#submit-newsletter {
    border: 0 !important;
    border-radius: unset !important;

}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    .upcoming_auctionHeader p {
        font-size: 20px !important;
    }

    .view-type-list .lot-listing-results .item .lot-single .thumb,
    .view-type-description .lot-listing-results .item .lot-single .thumb,
    .view-type-list .lot-listing-results .item .lot-single aside,
    .view-type-description .lot-listing-results .item .lot-single aside {
        width: 100% !important;
    }

    .button_wrapper {
        text-align: inherit !important;
        padding: 0;
    }

    .image_and_text.left_right .left_side_image,
    .image_and_text.left_right .right_side_image {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .div-highlight-info {
        right: 0 !important;
    }

    .auctioneer-list-img .what_info.choose-f-btn input {
        width: 100% !important;
    }

    ul.sub_Menus.level_2_menu {
        position: relative !important;
        left: 0px !important;
    }

    ul.level_1_menu.submenu {
        margin-left: 10px !important;
        padding: 0;
    }

    ul.level_1_menu.submenu li {
        list-style-type: none;
    }

    .col-md-6.refresh-icon-rig-p {

        max-width: 100% !important;
    }
}

.header_left_info {
    width: 100%;
}

.topper-text-head {
    margin: 0 auto;
}

.topper-text-head ul li a {
    padding: 0 !important;
}

.text-danger.font-weight-bold.text-center {
    color: #212529 !important;
}

.view-type-list .lot-listing-results .item .lot-single .thumb,
.view-type-description .lot-listing-results .item .lot-single .thumb,
.view-type-list .lot-listing-results .item .lot-single aside,
.view-type-description .lot-listing-results .item .lot-single aside {

    width: 10%;
}

.div-related-lots {
    padding: 10px !important;
    margin-bottom: 10px;
}

div.related_lots_single_slide_img img {
    max-width: 100% !important;
}

.lot-image .lot-details-image .slick-slide {
    margin: 2px;
    overflow: hidden;
}

.lot-image .lot-details-image .slick-prev {
    /*left:100% !important;*/
    right: 0 !important;
    z-index: 99;
    background-color: #dfdcdc;
    top: 45% !important;
    border-radius: 20px;
    border: 0;
    margin-left: 2px;
}

.lot-image .lot-details-image .slick-next {
    /* right:0 !important;  */
    left: 0 !important;
    z-index: 99;
    background-color: #dfdcdc !important;
    top: 45% !important;
    border-radius: 20px;
    border: 0;
    margin-right: 2px;
}

.lot-image .lot-details-image .slick-prev:hover,
.lot-image .lot-details-image .slick-prev:focus,
.lot-image .lot-details-image .slick-next:hover,
.lot-image .lot-details-image.slick-next:focus {
    background-color: #dfdcdc !important;
    top: 45% !important;
    border-radius: 20px;
    border: 0;
    margin-right: 2px;

}

.lot-image .lot-details-image .slick-prev:hover,
.lot-image .lot-details-image .slick-prev:focus,
.lot-image .lot-details-image .slick-next:hover,
.lot-image .lot-details-image.slick-next:focus {

    background-color: #dfdcdc !important;
    top: 45% !important;
    border-radius: 20px;
    border: 0;
    margin-left: 2px;
}

.lot-image .lot-details-image .slider-nav button.slick-next.slick-arrow::before,
.slider-nav button.slick-prev.slick-arrow:before {

    font-size: 20px !important;
}

.g-recaptcha.footerRecaptcha.footer-re-catch {
    height: 120px;
}

/*reg css/lot*/
.form-group.row.mb-0 div {
    margin-top: 1rem;
}

.div-lot-preview-images {
    padding: 0.5rem !important;
}

.slick-lightbox-close:before {
    font-size: 3rem !important;
}

.related-lot-num {
    display: block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

/* css homepage*/
.home_contact_details.e-mail-contact a {
    color: #212529;
}

.home-auction-title-heading a {
    color: #212529;
}

.home-title-slider a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
}

.txt-heading-line h3 {
    font-size: 0.9rem;
}

.txt-heading-line-2 {
    font-size: 0.9rem;
}

@media only screen and (max-width: 767px) {
    .upcoming_auctionContent .single_upcoming.single_layout {
        display: flex;
        flex-direction: column;
    }

    .upcoming_auctionContent .single_upcoming.single_layout .image_and_button {
        order: 2;
    }

    .view-type-list .lot-listing-results .item .lot-single .thumb,
    .view-type-description .lot-listing-results .item .lot-single .thumb,
    .view-type-list .lot-listing-results .item .lot-single aside,
    .view-type-description .lot-listing-results .item .lot-single aside {

        width: 100% !important;
    }
}

#lots-view-displaypage {
    background-color: #fff;
}

#lots-view-displaypage .TabbedPanelsContent.TabbedPanelsContentVisible {
    background-color: #fff !important;
}

/*css views lot pages arrow*/
.lot-image .view-page-slider-part-2 .slick-prev {
    left: 2 !important;
    right: 0 !important;
    z-index: 99;
    background-color: #dfdcdc;
    top: 45% !important;
    border-radius: 20px;
    border: 0;
    margin-left: 2px;
}

.lot-image .view-page-slider-part-2 .slick-next {
    right: 0 !important;
    left: 100% !important;
    z-index: 99;
    background-color: #dfdcdc !important;
    top: 45% !important;
    border-radius: 20px;
    border: 0;
    margin-right: 2px;
}

.view-page-slider-part-2 .slider-nav button.slick-next.slick-arrow:before {
    content: "\f105" !important;
    color: #4246b9;

}

.view-page-slider-part-2 .slider-nav button.slick-prev.slick-arrow:before {
    content: "\f104" !important;
    color: #4246b9;

}

#search-brands-page .catalogue-search-submit.cross-btn {
    position: absolute;
    right: 32px;
    top: 30%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    line-height: 10px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: normal;
}

#search-brands-page .catalogue-search-submit.search-icon-btn {
    position: absolute;
    right: 0px;
    top: 30%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    line-height: 10px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: normal;
}

/*css slider mobile*/
@media only screen and (max-width: 480px) {
    .btn.btn-primary.pass-ipad-btn {
        padding: .375rem 0.30rem;
    }
}

@media only screen and (min-width: 320px) and (max-width: 820px) {
    .Featured_slider_parent.slider-box-arrow.slick-initialized.slick-slider .slick-prev {
        right: 0px !important;
        left: auto;
        z-index: 99;
    }

    .Featured_slider_parent.slider-box-arrow.slick-initialized.slick-slider .slick-next {
        right: 100% !important;
        left: 35px;
        margin: 0 -20px !important;
        z-index: 99;
    }

    .menutoggle_button.hidden_in_desktop.mobile_menu_button {
        max-width: 100%;
        width: 100%;
    }

    ul.navigation_wrapper.mobile_menu_content {
        max-width: 100%;
        width: 100%;
    }

    .div-highlight-menu-bar {
        /* margin-top: 6px !important; */
        font-size: 9px !important;
    }

    .description.home-bottom-slider {
        width: 100%;
        text-align: center;
        padding: 0 !important;
    }

    .view-type-list .lot-listing-results .lot-single .buttons.buy-now-btn-search {
        position: relative;
        top: -10px;
    }

    .view-type-list .lot-listing-results .lot-single .buttons.buy-now-btn-search a {
        width: 125px !important;
    }

    .have-auction-heading {
        padding: 5px;
        font-size: 15px;
        font-family: arial;
    }

    .reload-captcha-register {}

    .view-page-slider-part-2 iframe {
        width: 100%;
        max-width: 100%;
    }
}

.card-header.register-title-heading {
    font-size: 20px;
    font-weight: bold;
}

.div-highlight-info {
    position: absolute;
    float: right;
    right: 14%;
    background-color: yellow;
    border-radius: 5px;
    padding: 2px;
    margin-top: -2px;
}

.div-highlight-info a,
div-highlight-info a:hover,
.div-highlight-menu-bar a,
.div-highlight-menu-bar a:hover {
    color: red;
    text-decoration: none;
}

.span-for-lots-by-brands {
    text-transform: capitalize;
}

.span-price-of-machine {
    background-color: yellow;
    padding: 2px;
    margin-left: 5px;
    text-align: center;
    border-radius: 5px;
}

.div-highlight-menu-bar {
    position: absolute;
    float: right;
    right: 2%;
    background-color: yellow;
    border-radius: 5px;
    padding: 2px;
    margin-top: 10px;
    width: 30%;
}

.full_width_wrapper.auctioneer_caption_wrapper {
    overflow: visible !important;
}

.auctioneer_caption_wrapper {
    background: #2e3093;
}

.auctioneer-caption-text {
    padding: 5px 0px;
    color: #fffc00;
}

/*css CR */
.ui.segment.lot-image ul li a {
    color: #fffc00;
    text-decoration: none;
}

.ui.segment.lot-image ul {
    margin-top: 10px;
    text-align: center;
}

.ui.segment.lot-image ul li {
    float: left;
    list-style-type: disc;
    margin-left: 1.7rem;
    display: list-item;
    color: #fffc00;
}

.ui.segment.lot-image ul .list-inline-item:first-child {
    list-style-type: none !important;
}

.submit_button.auctioneer-btn-submit {
    margin-top: 1rem;
    margin-left: 0.9rem;
}

.lot-details-image.view-page-slider-part .similar_lots_single_slide_img a {
    color: #ff0000;
}

.lot-details-image.view-page-slider-part {
    width: 90%;
    margin: 0 auto 10px;
}

.view-page-slider-part.description {}

.description.home-bottom-slider {
    width: 100%;
    text-align: center;
    padding: 0 5rem 0 0rem;
    margin: 5px 0;
}

ul.display-type.buy-now-grid-list-view.buynow-grid {
    float: right;
}

.pagination-sort-container.buynow-cont-page {
    margin-top: 15px;
}

.view-type-grid .lot-listing-results .lot-single .buttons.buy-now-btn-search {
    position: relative;
    top: -10px;
}

.view-type-grid .lot-listing-results .lot-single .buttons.buy-now-btn-search a {
    width: 125px !important;
}

.card-header.register-title-heading {
    font-size: 20px;
    font-weight: bold;
    padding: .75rem 1.25rem;
}

.unsubscribe-text.unsubscibe-prag {
    padding: .75rem 1.25rem;
    font-size: 15px;
    font-family: "Arial";
}

.reload-captcha-contactus,
.reload-captcha-auctioneer {
    position: absolute;
    float: left;
    left: 32%;
    cursor: pointer;
    color: white;
    background-color: #2d348e;
    width: 2%;
    padding: 2px;
    text-align: center;
    border-radius: 4px;
    margin-top: -50px;
}

.reload-captcha-footer {
    position: absolute;
    float: right;
    right: 6%;
    cursor: pointer;
    color: white;
    background-color: #2d348e;
    width: 2%;
    padding: 2px;
    text-align: center;
    border-radius: 4px;
    margin-top: -101px;
}

.reload-captcha-auctioneer {
    position: absolute;
    float: left;
    left: 29%;
    cursor: pointer;
    color: white;
    background-color: #2d348e;
    width: 2%;
    padding: 2px;
    text-align: center;
    border-radius: 4px;
    margin-top: -50px;
}

.reload-captcha-login {
    position: absolute;
    float: right;
    right: 6%;
    cursor: pointer;
    color: white;
    background-color: #2d348e;
    width: 10%;
    padding: 2px;
    text-align: center;
    border-radius: 4px;
    margin-top: -65px;
}

.reload-captcha-register {
    position: absolute;
    float: right;
    right: 6%;
    cursor: pointer;
    color: white;
    background-color: #2d348e;
    width: 10%;
    padding: 2px;
    text-align: center;
    border-radius: 4px;
    margin-top: -65px;
}

/*Footer Refresh - Recaptcha - 22May-2020*/

.footer-captcha-custom {
    position: relative;
    width: 100%;
    max-width: 260px;
}

.footer-captcha-custom .reload-captcha-footer.reload-recaptcha {
    margin-top: -116px;
    background: #007bff;
    display: block;
    width: 30px;
}

.footer-captcha-custom .reload-captcha-auctioneer {
    margin-top: -65px;
    background: #007bff;
    display: block;
    width: 30px;
    margin-left: 140px;
}

.reload-captcha-contactus.reload-recaptcha {}

/*..Footer Refresh - Recaptcha - 22May-2020*/


.fblike.fbsocial {
    width: 20%;
    text-align: center;
    clear: both;
    float: left;
    padding: 2px 0px;
}

.topper-text-head {
    padding: 2px;
}

.toggle-slick-slider {
    opacity: 0;
    height: 0;
}

.g-recaptcha {
    transform: scale(0.67);
    -webkit-transform: scal(0.67);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.rc-anchor-checkbox-label {
    font-size: 20px !important;
}

.used_featured_machines_slider_thumbs.lotList img {
    display: block !important;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}

.used_featured_machines_slider_thumbs .description.home-bottom-slider {
    width: 300px;
    margin: 0 auto;
    text-align: center !important;
    padding: 0px;
    max-width: 100%;
}

@media only screen and (max-width: 480px) {
    .used_featured_machines_slider_thumbs.lotList img {
        height: 180px;
    }

    .used_featured_machines_slider_thumbs .description.home-bottom-slider {
        width: auto;
    }
}

@media only screen and (max-width: 550px) and (min-width:481px) {
    .used_featured_machines_slider_thumbs.lotList img {
        height: 250px;
        object-fit: contain !important;
    }

    .used_featured_machines_slider_thumbs .description.home-bottom-slider {
        width: auto;
    }
}

@media only screen and (max-width: 660px) and (min-width:551px) {
    .used_featured_machines_slider_thumbs.lotList img {
        height: 152px;
        object-fit: contain !important;
    }

    .used_featured_machines_slider_thumbs .description.home-bottom-slider {
        width: auto;
    }
}

@media only screen and (max-width: 767px) and (min-width:661px) {
    .used_featured_machines_slider_thumbs.lotList img {
        height: 191px;
        object-fit: contain !important;
    }

    .used_featured_machines_slider_thumbs .description.home-bottom-slider {
        width: auto;
    }
}

.home-slide-f-bottom img {
    max-width: 100%;
}

/*updated 05/06*/

input#auctioneer_filename_1,
input#auctioneer_filename_2,
input#auctioneer_filename_3 {
    padding: 3px;
}


/* Kishan - 13-06-2020 */

.upcoming_auction_wrapper .col-md-12.font-weight-bold.text-center ul {
    width: 1300px;
    max-width: 100%;
    margin: 10px auto 0;
}

.slick-slide img {
    margin: 0 auto;
}

.upcoming_auction_wrapper .lot-details-image.view-page-slider-part .description.home-bottom-slider {
    width: 300px;
    margin: 0 auto;
    text-align: center !important;
    padding: 0px;
    max-width: 100%;
}

div#lot-list-wrapper .ui.image {
    display: block;
}

div#lot-list-wrapper .ui.image img {
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.lot-details-image .ui.image img {
    height: 300px !important;
}

.positionRelative {
    position: relative;
    top: 0;
}

.searchPageAPIIResult .lot-details-image.view-page-slider-part {
    margin: 0 auto;
    width: 100%;
    padding: 0 30px;
}

.searchPageAPIIResult .slider-nav.text-slider-images .slick-list.draggable {
    padding: 0 0px !important;
}

.text-slider-images .description {
    width: 300px;
    margin: 0 auto;
    text-align: center !important;
    padding: 0px;
    max-width: 100%;
}

.div-brand-external-api-result .description.home-bottom-slider {
    margin: 0 auto;
    padding: 0 30px !important;
    max-width: 100%;
}

.new_featured_machines_slider_thumbs.lotList img {
    display: block !important;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}

.new_featured_machines_slider_thumbs.lotList .description.home-bottom-slider {
    width: 300px;
    margin: 0 auto;
    text-align: center !important;
    padding: 0px;
    max-width: 100%;
}

@media only screen and (max-width: 480px) {
    .new_featured_machines_slider_thumbs.lotList img {
        height: 180px;
    }

    .new_featured_machines_slider_thumbs.lotList .description.home-bottom-slider {
        width: auto;
    }
}

@media only screen and (max-width: 550px) and (min-width:481px) {
    .new_featured_machines_slider_thumbs.lotList img {
        height: 250px;
        object-fit: contain !important;
    }

    .new_featured_machines_slider_thumbs.lotList .description.home-bottom-slider {
        width: auto;
    }
}

@media only screen and (max-width: 660px) and (min-width:551px) {
    .new_featured_machines_slider_thumbs.lotList img {
        height: 152px;
        object-fit: contain !important;
    }

    .new_featured_machines_slider_thumbs.lotList .description.home-bottom-slider {
        width: auto;
    }
}

@media only screen and (max-width: 767px) and (min-width:661px) {
    .new_featured_machines_slider_thumbs.lotList img {
        height: 191px;
        object-fit: contain !important;
    }

    .new_featured_machines_slider_thumbs.lotList .description.home-bottom-slider {
        width: auto;
    }
}

@media only screen and (max-width: 367px) {
    .header-desgin-one input#home_page_search[type="text"] {
        width: 52.7% !important;
    }

    .header_searchbar {
        max-width: 280px;
    }
}

.div-highlight-menu-bar {
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
}

.full_width_wrapper.navigation_wrapper {
    position: relative;
}

@media only screen and (max-width: 1358px) and (min-width:1201px) {
    .div-highlight-menu-bar a {
        font-size: 10px;
        width: 110px;
    }

    /* .div-highlight-menu-bar {
        position: unset !important;
        float: unset!important;
        right: unset!important;   
        margin-top: 10px;
        width: 30%;
        margin: auto !important;
        text-align: center;
    } */
    .div-highlight-menu-bar {
        width: 150px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 450px) {
    .lot-details .item .extra .lot-number {
        font-size: 14px;
    }
}

/* Ends Kishan */

/*Start- Add by Neha on 15-june-2020 */

.ui.segment.lot-image.used-machines img,
.ui.segment.lot-image.new-machines img {
    display: block !important;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}

.ui.segment.lot-image.used-machines .description.home-bottom-slider,
.ui.segment.lot-image.new-machines .description.home-bottom-slider {
    width: 300px;
    margin: 0 auto;
    text-align: center !important;
    padding: 0px;
    max-width: 100%;
}

@media only screen and (max-width: 480px) {
    .ui.segment.lot-image.used-machines img {
        height: 180px;
    }

    .ui.segment.lot-image.used-machines .description.home-bottom-slider {
        width: auto;
    }
}

@media only screen and (max-width: 550px) and (min-width:481px) {

    .ui.segment.lot-image.used-machines img,
    .ui.segment.lot-image.new-machines img {
        height: 250px;
        object-fit: contain !important;
    }

    .ui.segment.lot-image.used-machines .description.home-bottom-slider,
    .ui.segment.lot-image.new-machines .description.home-bottom-slider {
        width: auto;
    }
}

@media only screen and (max-width: 660px) and (min-width:551px) {

    .ui.segment.lot-image.used-machines img,
    .ui.segment.lot-image.used-machines img {
        height: 152px;
        object-fit: contain !important;
    }

    .ui.segment.lot-image.used-machines .description.home-bottom-slider,
    .ui.segment.lot-image.new-machines .description.home-bottom-slider {
        width: auto;
    }
}

@media only screen and (max-width: 767px) and (min-width:661px) {

    .ui.segment.lot-image.used-machines img,
    .ui.segment.lot-image.new-machines img {
        height: 191px;
        object-fit: contain !important;
    }

    .ui.segment.lot-image.used-machines .description.home-bottom-slider,
    .ui.segment.lot-image.new-machines .description.home-bottom-slider {
        width: auto;
    }
}

.main_container fixed_width footer_container .footer_wrapper .other_site_link p {
    word-break: break-word;
}

#lots-view-displaypage .similar_lots_single_slide_img .description {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    text-align: justify;
}

#searchFilter .apiResultData {
    position: relative;
}

/*Ends- Add by Neha on 15-june-2020 */

/*Starts- Add by Shuaib on 25-june-2020 */
.call_now_logo {
    position: absolute;
    left: 32%;
    top: 6.9%;
}

@media only screen and (min-width: 1450px) and (max-width: 1500px) {
    .call_now_logo {
        left: 31.5%;
        top: 6.9%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1449px) {
    .call_now_logo {
        left: 30.5%;
        top: 6.9%;
    }
}

@media only screen and (min-width: 1350px) and (max-width: 1399px) {
    .call_now_logo {
        left: 29.5%;
        top: 6.9%;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1349px) {
    .call_now_logo {
        left: 29%;
        top: 6.9%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .call_now_logo {
        left: 27.5%;
        top: 6.9%;
    }
}

@media only screen and (min-width: 1181px) and (max-width: 1199px) {
    .call_now_logo {
        left: 26%;
        top: 6.9%;
    }
}

@media only screen and (min-width: 1080px) and (max-width: 1180px) {
    .call_now_logo {
        left: 55%;
        top: 6.9%;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1079px) {
    .call_now_logo {
        left: 60%;
        top: 6.9%;
    }
}

@media only screen and (min-width: 765px) and (max-width: 1000px) {
    .call_now_logo {
        /* left: 40.5%;
        top: 6.9%; */
        display: none;
    }

    .call_now_logo img {
        /* width: 67%!important;
        height: 70px; */
    }
}

@media only screen and (min-width: 269px) and (max-width: 764px) {
    .call_now_logo {
        position: relative !important;
        margin: 1% 0% 1% 0;
        left: 0;
        top: 0;
    }
}

@media only screen and (min-width: 269px) and (max-width: 450px) {
    .call_now_logo img {
        width: 50% !important;
    }
}

.sold-out {
    position: absolute;
    right: 10%;
    top: 0%;
    width: 30%;
}

/* By Kishan 14-july-2020 */

@media only screen and (max-width: 1180px) and (min-width:765px) {
    .header_wrapper.new_wrapper .header_logo {
        display: inline-block;
        width: 208px;
        margin-right: 0;
    }

    .call_now_logo img {
        width: 167px !important;
        padding: 0px 10px;
    }

    .call_now_logo {
        display: inline-block;
        position: unset !important;
    }
}

@media only screen and (max-width: 764px) and (min-width: 587px) {
    .header_wrapper.new_wrapper .header_logo {
        padding-bottom: 10px;
        display: inline-block;
    }

    .call_now_logo {
        padding-bottom: 10px;
        display: inline-block !important;
        position: unset !important;
    }
}

@media only screen and (max-width: 586px) {
    .header_wrapper.new_wrapper .header_logo {
        display: inline-block;
        width: 208px;
        margin-right: 0;
        padding-bottom: 10px;
    }

    .call_now_logo img {
        width: 167px !important;
        padding: 0px 10px;
    }

    .call_now_logo {
        display: inline-block;
        position: unset !important;
        padding-bottom: 10px;
    }
}

.call_now_logo {
    top: 26%;
    left: 325px;
}

.header_logo_and_search {
    position: relative;
}

.hide-a-tag {
    display: none !important;
}