body {
    color: #202020;
    padding-top: 60px
}

img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast
}

a {
    color: #d32525
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: .03rem
}

.card-header .btn {
    text-transform: none
}

.red_btn {
    background-color: #d32525;
    color: #fff
}

.white_btn {
    background-color: #fff;
    color: #202020
}

.red_btn_outline {
    border: 1px solid #d32525;
    color: #d32525;
    font-weight: 600
}

.red_btn_outline:hover {
    border: 1px solid #202020;
    color: #fff;
    background-color: #202020
}

.grey_btn_outline {
    color: #202020
}

.grey_btn,
.grey_btn_outline {
    border: 1px solid #202020;
    font-weight: 600
}

.grey_btn {
    background: #202020;
    color: #fff
}

.grey_btn2 {
    background: #b95e00;
    color: #fff;
    font-weight: 600;
    border: 1px solid #b95e00
}

.grey_btn2:hover {
    background-color: #fff;
    border-color: #b95e00;
    color: #b95e00
}

.grey_btn:hover,
.red_btn:hover {
    color: #fff
}

.common_title {
    letter-spacing: .03rem;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700
}

.more,
.readless {
    display: none
}

.form-control:focus {
    box-shadow: none;
    background-color: transparent
}

.btn:focus {
    box-shadow: none
}

.form-control {
    background-color: transparent;
    border-radius: 0
}

#sidebar-wrapper {
    min-height: 100vh;
    left: -16rem;
    transition: left .25s ease-out;
    position: fixed;
    z-index: 999;
    overflow: hidden
}

.readmore-table {
    display: none
}

#sidebar-wrapper .list-group {
    width: 15rem;
    overflow: auto;
    height: 90vh
}

body.sb-sidenav-toggled #sidebar-wrapper {
    left: 0;
    top: 0
}

.nav-mask,
body.sb-sidenav-toggled {
    overflow: hidden
}

.nav-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: opacity .25s, width 0s .25s, height 0s .25s
}

.sb-sidenav-toggled .nav-mask {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity .25s
}

.dropdown-item.active,
.dropdown-item:active,
.list-group-item.active {
    background-color: #d32525
}

.list-group-item.active {
    border-color: #d32525
}

.card-details {
    text-align: center
}

.search-mobile {
    display: none;
    position: absolute;
    background: #fff;
    height: 70px;
    left: 0;
    top: 0;
    padding: 10px;
    border-bottom: 1px solid #ccc
}

.searchisopen {
    display: flex;
    flex-wrap: nowrap
}

.navbar {
    justify-content: flex-start;
    z-index: 150
}

.navbar-toggler {
    border: 0;
    padding: 0
}

.list-group-item-action {
    text-transform: uppercase;
    padding: 10px 15px !important
}

.form-control {
    border: 0;
    border-bottom: 1px solid #ced4da;
    padding-left: 0
}

.error {
    color: #d32525;
    border-bottom: 1px solid #d32525
}

.tab_container .nav-tabs {
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    flex-wrap: nowrap
}

.tab_container .nav-tabs .nav-link.active {
    color: #d32525
}

.tab_container .nav-tabs .nav-link {
    padding: 0 0 12px;
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
    color: #212529;
    position: relative;
    margin-right: 20px
}

.tab_container .nav-tabs .nav-link:last-child {
    margin-right: 0
}

.tab_container .nav-tabs .nav-link.active:before {
    background-color: #d32525;
    width: 100%;
    height: 3px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0
}

.tractor_title {
    letter-spacing: .03rem;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4rem;
    margin-bottom: 10px
}

.tractor_title a {
    color: inherit;
    text-decoration: none
}

.call_for_price,
.read-a a,
.read-a span,
.trac_price a {
    text-decoration: underline;
    text-transform: uppercase;
    color: #d32525
}

.call_for_price:hover,
.read-a span:hover {
    cursor: pointer
}

.single_item {
    min-width: 280px
}

.item_inner {
    border: .5px solid rgb(0, 0, 0, 25%);
    position: relative;
    height: 100%
}

.item_content {
    padding: 10px
}

.star_rating img {
    width: 16px
}

.star_rating li {
    display: inline-block
}

.item_row {
    flex-wrap: nowrap
}

.item_row_inner .single_item {
    margin-bottom: 30px
}

.item_img {
    text-align: center;
    height: 160px
}

.compare_trac .item_img {
    height: auto;
    position: relative
}

.flex-center {
    align-items: center;
    justify-content: center
}

.comp_item .tractor_title {
    height: 40px
}

.item_img img {
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto
}

.used_tractor_cards .item_img img {
    width: auto
}

.item_content p {
    -webkit-line-clamp: 3
}

.blogcontent h5,
.item_content p {
    margin: 0;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blogcontent h5 {
    -webkit-line-clamp: 2;
    min-height: 44px
}

.blogcontent p {
    margin: 0;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4em
}

.left_badge {
    left: 0
}

.left_badge,
.right_badge {
    background-color: #202020;
    color: #fff;
    position: absolute;
    top: 0;
    padding: 2px 6px
}

.right_badge {
    right: 0
}

.featured_badge {
    position: absolute;
    left: 0;
    top: 0
}

.flex_scroll {
    overflow-x: auto;
}

.brand_item {
    flex: 0 0 50%;
    max-width: 50%;
    border: 1px solid rgba(79, 78, 78, .2)
}

.brand_img_inner {
    padding: 20px;
    background: #fff
}

.brand-img-box-mobile {
    display: grid;
    grid-template-columns: 25% 75%;
    align-items: center
}

.compare_trac .comp_item {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 120px
}

.comp_item .tractor_title {
    white-space: normal;
    text-align: left;
    font-size: .875rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: auto
}

.single_item .item_inner .item_content .d-flex .comp_item:nth-child(2n) p {
    text-align: right
}

.news_item .tractor_title {
    white-space: normal;
    text-align: left;
    margin-bottom: 10px
}

.compare_trac img {
    height: auto
}

.quick_links {
    -moz-column-count: 2;
    column-count: 2
}

.quick_links a {
    color: #202020
}

.quick_links li {
    line-height: 35px
}

.app_btn {
    border-radius: 30px;
    height: 64px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    margin: auto
}

.app_btn a,
.footer_links a {
    color: #fff
}

.footer_links li {
    line-height: 40px
}

.social_icons img {
    width: 20px;
    height: 20px
}

.social_icons a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%
}

.rating-div {
    width: 50px;
    height: 50px;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: 500
}

table {
    table-layout: fixed
}

.write-review {
    color: #202020;
    text-decoration: underline;
    cursor: pointer
}

.user-review-title {
    font-size: 16px
}

#toTopBtn {
    position: fixed;
    bottom: 70px;
    right: 39px;
    z-index: 98;
    padding: 21px;
    background-color: #d32525
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
    background-color: #d32525;
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), .8)
}

table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border: 1px solid #dee2e6
}

.table td,
.table th,
table td,
table th {
    padding: .5rem;
    vertical-align: middle;
    border: 1px solid #dee2e6;
    color: #000
}

.pricing_table table tr:first-child,
.pricing_table thead tr:first-child td,
.pricing_table thead tr:first-child th,
.table th,
table th {
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table td,
.table td p,
.table th,
.table th p,
table td,
table td p,
table th,
table th p {
    margin-bottom: 0;
    word-wrap: break-word
}

.sort-menu {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    overflow-y: auto;
    z-index: 10033
}

.sort-menu-div {
    display: none
}

.sort-title {
    font-size: 20px;
    margin-bottom: 0
}

.sort-title-2 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 30px
}

.filter-screen {
    position: fixed;
    top: 0;
    height: 100%;
    margin: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 1000
}

.filter-menu,
.filter-screen {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none
}

.filter-menu {
    position: absolute;
    height: 90%;
    background-color: #fff;
    overflow-y: auto;
    z-index: 1001
}

.filter-menu-head {
    display: grid;
    grid-template-columns: 15% 70% 15%;
    vertical-align: middle
}

.filter-sort-btn,
.filter-sort-btn-1 {
    font-weight: 500;
    box-shadow: 0 14px 28px rgb(0 0 0/25%), 0 10px 10px rgb(0 0 0/22%)
}

.filter-sort-btn {
    display: grid;
    grid-template-columns: 50% 50%
}

.sort-menu .sort-div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    vertical-align: middle
}

.checkbox-div {
    width: 30px;
    height: 30px;
    float: right;
    text-align: center;
    font-size: 20px;
    color: #d32526
}

.container-btn {
    margin: 0 auto;
    width: 80px;
    font-size: 16px
}

.textSort {
    width: 50px;
    float: left;
    height: 30px
}

.filter-title-name {
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.grid-col [type=checkbox],
.grid-col [type=radio] {
    opacity: 0;
    display: none
}

.filter-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px
}

.grid-col {
    padding: 3px;
    text-align: center;
    border: 1px solid #000;
    font-size: 12px;
    color: #000;
    vertical-align: middle
}

.grid-col label {
    position: relative;
    margin-bottom: 0
}

.active-grid {
    color: #fff;
    background-color: #000 !important
}

.mh250 {
    min-height: 250px
}

.mh200 {
    min-height: 200px
}

.filter-close-icon img {
    width: 25px;
    height: 25px
}

.calculated-result .result {
    color: #d32526
}

.compare-div {
    position: relative
}

.card-height:after,
.compare-div:after {
    position: absolute;
    content: "VS";
    top: 50%;
    left: 50%;
    background: #d32526;
    width: 30px;
    height: 30px;
    transform: translate(-50%);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 28px;
    margin-top: -15px
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 970;
    margin-top: 60px;
    background-color: #fff
}

.loan-companys {
    display: grid;
    grid-template-columns: 20% 80%;
    height: 100%
}

.link-group a {
    text-decoration: underline;
    color: #000
}

.link-group a:hover {
    color: #d32525
}

.hide-section-page-title,
.hide_tractor_image {
    display: none
}

.user_rating {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    overflow: hidden;
    flex-direction: row-reverse;
    position: relative
}

.rating-0 {
    filter: grayscale(100%)
}

.user_rating>input {
    display: none
}

.user_rating>label {
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-top: auto;
    background-image: url(/images/star.svg?9d4fc5c7a5e997f22a29d1c3977794ab);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 76%;
    transition: .3s
}

.user_rating>input:checked~label,
.user_rating>input:checked~label~label,
.user_rating>input:not(:checked)~label:hover,
.user_rating>input:not(:checked)~label:hover~label {
    background-image: url(/images/star_full.svg?7db0599c79a6c67b88444960d6296b66)
}

.compare-card-tractor-details .card {
    height: 100%
}

img.small-tractor-img1,
img.small-tractor-img2 {
    position: absolute;
    bottom: -20px;
    z-index: 1
}

img.small-tractor-img1 {
    right: 0;
    -webkit-animation: movement1 10s linear infinite;
    animation: movement1 10s linear infinite;
    z-index: 6
}

img.small-tractor-img2 {
    left: 0;
    -webkit-animation: movement2 10s linear infinite;
    animation: movement2 10s linear infinite;
    z-index: 6
}

@-webkit-keyframes movement1 {
    0% {
        right: 0
    }
    to {
        right: 96%
    }
}

@keyframes movement1 {
    0% {
        right: 0
    }
    to {
        right: 96%
    }
}

@-webkit-keyframes movement2 {
    0% {
        left: 10%
    }
    to {
        left: 96%
    }
}

@keyframes movement2 {
    0% {
        left: 0
    }
    to {
        left: 96%
    }
}

.sell_btn {
    height: 53px;
    line-height: 32px
}

.team-title {
    font-size: .975rem;
    letter-spacing: .03rem
}

.team-div a {
    text-decoration: underline;
    color: #000;
    cursor: pointer
}

.team-div a:hover {
    color: #d32526
}

.contact-info-div img {
    width: 30px;
    height: 30px
}

.sell-btn-group {
    flex-wrap: wrap
}

.slider-nav-thumbnails .slick-dots {
    display: none
}

.search-mobile .dropdown-item {
    white-space: normal
}

.search_desk .dropdown-item {
    white-space: normal;
    max-width: 200px;
    padding: 6px 10px;
    font-size: .825rem
}

.second_detail img {
    max-height: 260px;
    margin: 0 auto;
    min-height: 260px;
    -o-object-fit: contain;
    object-fit: contain
}

.pricing_table tbody tr td:nth-child(2),
.pricing_table th,
.pricing_table tr:first-child td:nth-child(2) {
    text-align: center
}

.implement-type {
    list-style: none
}

.implement_type li {
    display: inline-block
}

.frmSearch .dropdown-menu {
    max-height: 200px;
    overflow: auto
}

.frmSearch .dropdown-menu::-webkit-scrollbar-track {
    background-color: #f4f4f4
}

.frmSearch .dropdown-menu::-webkit-scrollbar {
    width: 7px;
    background-color: #f4f4f4
}

.frmSearch .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    border: 2px solid #f4f4f4
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #d32525;
    color: #fff
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg?2630a3e3eab21c607e21576571b95b9d#slick) format("svg")
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

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

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    display: none
}

.slick-next:before,
.slick-prev:before {
    font-family: 'FontAwesome', sans-serif;
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px;
    z-index: 9
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "\f053";
}

[dir=rtl] .slick-prev:before {
    content: "\f053";
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "\f054";
}

[dir=rtl] .slick-next:before {
    content: "\f054";
}

.slick-track {
    display: flex !important
}

.slick-slide {
    height: inherit !important
}

.slider-nav-thumbnails .slick-slide {
    opacity: .5
}

.slider-nav-thumbnails .slick-slide.slick-active {
    opacity: 1
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'FontAwesome', sans-serif; /* Use the Font Awesome font */
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\f111"; /* Use the Font Awesome circle icon code */
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

#accordion .card+.card {
    margin-top: 20px
}

.card-header button:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/images/up.svg?f2d00e555bc0b5b38c36de43d45ae40a);
    position: absolute;
    right: 10px;
    top: 15px;
    background-repeat: no-repeat
}

.card-header button.collapsed:after {
    background-image: url(/images/down.svg?470d9f5c0e5912881341c92053b0aaa4)
}

.second_hand_tractor_box .single_item .d-table .d-table-cell:first-child,
.used_tractor_cards .item_img {
    background-color: #ddd
}

.h-auto {
    height: auto
}

@media(min-width:768px) {
    .card_minh {
        min-height: 93px
    }
    .google_play_btn {
        margin-left: 10px !important
    }
    .second_detail img {
        max-height: 400px;
        margin: 0 auto;
        min-height: 400px
    }
    .second_detail .slider-nav-thumbnails img {
        max-height: 100px;
        margin: 0 auto;
        min-height: 100px
    }
}

.slick-slide {
    margin: 0 15px
}

.slick-list {
    margin: 0 -15px
}

@media(max-width:480px) {
    .slick-list {
        margin: 0
    }
    .slick-next {
        right: 5px
    }
    .slick-prev {
        left: -5px
    }
}

@media(max-width:576px) {
    .mb-100 {
        width: 100%
    }
}

.used-tractor-img-box {
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center
}

.used-tractor-year-reating {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 5px 0
}

.used-tractor-year-reating-1 {
    grid-template-columns: 50% 30%;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.ico_img img {
    width: 20px
}

.used-tractor-all-details img {
    width: 40px
}

img.specific_height {
    height: 100px;
    min-height: 100px
}

.team-member-img img {
    min-width: 120px
}

@media only screen and (max-width:767px) {
    .slick-slide {
        margin: 0
    }
    .mobsticky .EnquiryPopup {
        background: #d32525;
        color: #fff;
        width: calc(100% - 30px);
        text-transform: uppercase
    }
    .mobsticky {
        position: fixed;
        bottom: 5px;
        left: 0
    }
    .headcenter {
        font-weight: 700;
        text-align: center
    }
}

@media only screen and (min-width:768px) {
    #detailCarousel .list-inline {
        white-space: nowrap;
        overflow-x: hidden
    }
    body {
        font-size: 14px
    }
    .brand_item {
        flex: 0 0 20%;
        max-width: 20%
    }
    .quick_links {
        -moz-column-count: auto;
        column-count: auto
    }
    .quick_links li {
        display: inline-block;
        margin-right: 15px
    }
    .app_links {
        display: flex;
        justify-content: center
    }
    .app_btn {
        margin: 0
    }
    .compare_trac .comp_item {
        min-width: auto
    }
    .navbar-light .navbar-nav .nav-link:hover {
        color: #d32525
    }
    .red_btn:hover {
        background-color: #202020;
        color: #fff
    }
    .grey_btn_outline:hover {
        background-color: #d32525;
        border-color: #d32525;
        color: #fff
    }
    .grey_btn:hover {
        background-color: #fff;
        border-color: #202020;
        color: #202020
    }
    .form_img {
        background-image: url(https://staging.tractorguru.in/static/images/banner-1.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }
    .center_form {
        max-width: 450px
    }
    .center_form.center_form_brand {
        max-width: inherit;
        background-color: #fff
    }
    .filter-content .checkbox,
    .filter-content .radio {
        width: 100%;
        margin: 0 auto;
        position: relative;
        display: block;
        padding: 5px 0
    }
    .filter-content .checkbox input[type=checkbox],
    .filter-content .radio input[type=radio] {
        width: auto;
        position: absolute;
        left: 0;
        margin-left: -20px
    }
    .filter-content .radio input[type=radio]:checked~label,
    filter-content .checkbox input[type=checkbox]:checked~label {
        color: #d32526
    }
    .filter-content .checkbox label,
    .filter-content .radio label {
        min-height: 26px;
        display: block;
        padding-left: 30px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }
    .filter-content .checkbox input[type=checkbox]:checked~label:before,
    .filter-content .radio input[type=radio]:checked~label:before {
        color: #d32526
    }
    .filter-content .checkbox label:before,
    .filter-content .radio label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        margin: 4px;
        width: 16px;
        height: 16px;
        transition: transform .28s ease;
        border-radius: 0;
        border: 1px solid #d32526
    }
    .filter-content .checkbox input[type=checkbox]:checked~label:after,
    .filter-content .radio input[type=radio]:checked~label:after {
        transform: rotate(-45deg) scale(1)
    }
    .filter-content .checkbox label:after,
    .filter-content .radio label:after {
        content: "";
        display: block;
        width: 8px;
        height: 5px;
        border-bottom: 1px solid #d32526;
        border-left: 1px solid #d32526;
        transform: rotate(-45deg) scale(0);
        transition: transform .25s ease;
        will-change: transform;
        position: absolute;
        top: 9px;
        left: 8px
    }
    .filter-content .checkbox label,
    .filter-content .radio label {
        position: relative
    }
    .filter-block .filter-content {
        padding: 10px;
        max-height: 160px;
        overflow-y: auto
    }
    .filter-content::-webkit-scrollbar-track {
        background-color: #f4f4f4
    }
    .filter-content::-webkit-scrollbar {
        width: 7px;
        background-color: #f4f4f4
    }
    .filter-content::-webkit-scrollbar-thumb {
        background-color: #d8d8d8;
        border: 2px solid #f4f4f4
    }
    .filter-content .radio label:before {
        border-radius: 50%
    }
}

.banner_form_compare {
    padding: 15px 0 25px
}

@media only screen and (min-width:1024px) {
    .sort-menu-div {
        display: none
    }
    .container {
        max-width: 1280px
    }
    .search_desk {
        background-color: #f4f4f4;
        padding-left: 10px;
        color: #000;
        border-radius: 25px
    }
    .search_desk input,
    .search_desk input:focus {
        background: 0 0;
        border: 0;
        box-shadow: none
    }
    .banner_form {
        background-color: hsla(0, 0%, 100%, .9);
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 100;
        width: 400px;
        padding: 10px 30px 20px
    }
    .banner_form_compare {
        background-color: #fff;
        width: 400px;
        max-width: 450px;
        padding: 15px 30px 20px
    }
    .brand_item {
        flex: 0 0 25%;
        max-width: 25%
    }
    .center_form,
    .form_img {
        background-color: #f4f4f4
    }
    .single_item {
        flex: 0 0 20%;
        max-width: 20%;
        min-width: auto
    }
    .news_row .single_item {
        flex: 0 0 25%;
        max-width: 25%
    }
    .filter_row .single_item {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
    .brand_item {
        flex: 0 0 16.66%;
        max-width: 16.66%
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
        font-weight: 500;
        color: #202020;
        letter-spacing: .02rem
    }
    .search_desk input {
        width: 70px !important
    }
}

@media only screen and (min-width:1024px) and (max-height:1366px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1.5) {
    .container {
        max-width: 1010px
    }
    .single_item {
        flex: 0 0 25%;
        max-width: 25%;
        min-width: auto
    }
}

@media only screen and (min-width:1366px) {
    .flex_scroll {
        overflow-x: scroll;
    }
    .search_desk input {
        width: 140px !important
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .02rem
    }
}

.web_story_news .item_img,
.web_story_news .item_img img {
    height: 385px
}

.custom-row {
    margin-left: -8px;
    margin-right: -8px
}

.custom-col {
    padding-left: 8px;
    padding-right: 8px
}

.dropdown-scroll-menu {
    max-height: 350px;
    overflow-y: auto
}

.news_main_section {
    border-bottom: 1px solid #ddd
}

.news_cate_strip {
    white-space: nowrap;
    overflow-x: auto
}

.news_cate_strip a {
    line-height: 45px;
    margin-right: 15px;
    display: inline-block;
    color: #202020;
    font-weight: 600
}

.news_block_img_big {
    height: 166px
}

.two_line {
    -webkit-line-clamp: 2
}

.three_line,
.two_line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.three_line {
    -webkit-line-clamp: 3
}

.one_line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.news_cate {
    color: #d32525;
    font-weight: 700;
    margin-bottom: 3px
}

.news_info {
    justify-content: center
}

.news_info,
.news_info_single {
    border-top: 1.1px dashed #979797;
    border-bottom: 1.1px dashed #979797;
    padding: 4px 0;
    display: flex
}

.news_info_single {
    justify-content: space-between;
    margin: 5px 0 15px
}

.news_info_date {
    font-size: 12px
}

.news_info_share {
    font-size: 12px;
    color: #d32525;
    font-weight: 700
}

.news_info_single_date {
    font-size: 14px
}

.news_info_single_share {
    font-size: 14px;
    color: #d32525;
    font-weight: 700
}

.news_info_share:hover,
.news_info_single_share:hover {
    cursor: pointer
}

.img_contain {
    -o-object-fit: contain;
    object-fit: contain
}

.img_contain,
.img_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.img_cover {
    -o-object-fit: cover;
    object-fit: cover
}

.news_sidebar {
    margin-bottom: 30px
}

.sidebar_title {
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    color: #292929;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    position: relative
}

.sidebar_title:before {
    background-color: #d32525;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 70px;
    height: 1px
}

.sidebar_search_form input {
    width: 70%;
    line-height: 38px;
    float: left;
    border: .5px solid rgb(0, 0, 0, 25%);
    padding-left: 15px
}

.sidebar_search_form button {
    width: 30%;
    line-height: 38px;
    background-color: #202020;
    color: #fff;
    border: .5px solid rgb(0, 0, 0, 25%)
}

.sidebar_search_form button:hover {
    background-color: #d32525
}

.sidebar_cate a {
    display: block;
    padding: 9px 12px;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    color: #333
}

.sidebar_cate a:hover {
    background-color: #222;
    color: #fff
}

.sidebar_cate a span {
    float: right
}

.sidebar_tags a {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    font-size: 12px;
    margin: 0 1px 5px 0;
    font-weight: 600;
    background: #222
}

.sidebar_posts {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.sidebar_posts_img {
    flex: 0 0 32%;
    max-width: 32%;
    height: 70px
}

.sidebar_posts_content {
    flex: 0 0 68%;
    max-width: 68%;
    padding-left: 12px
}

.sidebar_posts_title {
    font-weight: 700;
    font-size: 13px
}

.sidebar_posts_title a {
    color: #333
}

.sidebar_posts_date {
    font-size: 12px;
    color: #d32525
}

.news_layout_first_big .news_layout_first_big_img {
    height: 260px
}

.news_layout_first_side {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background-color: #f8f9fa
}

.news_layout_first_side_img {
    flex: 0 0 32%;
    max-width: 32%;
    height: 83px
}

.news_layout_first_side_content {
    flex: 0 0 68%;
    max-width: 68%;
    padding-left: 12px
}

.news_layout_first_side_title {
    font-weight: 700;
    font-size: 13px
}

.news_layout_first_side_title a {
    color: #333
}

.news_layout_first_side_date {
    font-size: 12px;
    color: #d32525
}

.tab_container_2 .nav-tabs {
    border: 0;
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: unset
}

.tab_container_2 .nav-tabs .nav-link {
    margin-bottom: 0;
    border: 0;
    background: #f9f9f9;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #333;
    font-size: 12px;
    font-weight: 700
}

.tab_container_2 .nav-tabs .nav-link:first-child {
    border-left: 1px solid #ddd
}

.tab_container_2 .nav-tabs .nav-link.active {
    background-color: #d32525;
    color: #fff
}

.fixed_news_sidebar {
    position: sticky;
    top: 70px
}

.news_web_story .news_web_story_img {
    height: 400px
}

.news_web_story_title {
    font-weight: 700;
    font-size: 13px
}

.news_web_story_title a {
    color: #333
}

.single_news_content {
    padding: 15px;
    background-color: #fff
}

.single_news_img {
    height: 375px;
    background-color: #fff;
    margin-bottom: 30px
}

.share_news_social {
    display: none;
    position: absolute;
    right: 0;
    top: 45px;
    background: #fff
}

.share_news_social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #222;
    text-align: center
}

.share_news_social a img {
    width: 18px;
    filter: invert(100%);
    margin-top: 2px
}

.news_info_single_inner h2,
.news_info_single_inner h3,
.news_info_single_inner h4,
.news_info_single_inner h5,
.news_info_single_inner h6 {
    font-size: 18px;
    font-weight: 700;
    color: #292929;
    margin-bottom: 12px
}

.home_filter_tab nav a {
    border-radius: 0 !important;
    font-size: 1rem;
    text-transform: uppercase;
    background-color: #fff;
    color: #202020;
    border: 1px solid #202020 !important;
    width: 50%;
    text-align: center;
    padding: .375rem .75rem
}

.home_filter_tab nav a.active {
    border-radius: 0;
    background-color: #d32525 !important;
    color: #fff !important;
    border: 1px solid #d32525 !important
}

.lang_dropdown_span {
    background-color: #f4f4f4;
    padding: 8px 10px;
    border-radius: 25px;
    font-size: 13px;
    margin-right: 10px;
    font-weight: 600
}

.lang_dropdown .dropdown-toggle span {
    background-color: #f4f4f4;
    padding: 9px 12px;
    border-radius: 25px
}

.lang_dropdown .dropdown-toggle:after {
    margin-left: 0
}

.lang_dropdown_block {
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none
}

.lang_dropdown_block_inner {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0
}

.lang_dropdown_block_inner a {
    display: block;
    line-height: 45px;
    padding: 0 15px;
    border-bottom: 1px solid #eee;
    color: #333
}

.lang_dropdown_block_inner a:last-child {
    border-bottom: 0
}

.lang_dropdown_block_close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    font-weight: 600;
    text-decoration: underline
}

@media(max-width:767px) {
    .news_block_img_big,
    .news_layout_first_big .news_layout_first_big_img {
        height: 200px
    }
    .single_news_img {
        height: 200px;
        margin-bottom: 0
    }
    .single_news_content {
        margin-bottom: 20px
    }
    .share_news_social a {
        height: 32px
    }
    .share_news_social a img {
        margin-top: 1px
    }
    .news_info_single_inner h2,
    .news_info_single_inner h3,
    .news_info_single_inner h4,
    .news_info_single_inner h5,
    .news_info_single_inner h6 {
        font-size: 15px
    }
}

.filter-sort-btn-tyre {
    grid-template-columns: 100% 100%
}

.filter-sort-btn-tyre .container-btn {
    width: 125px
}

.filter-sort-btn-tyre .container-btn .textSort {
    width: 90px
}

.col_padding {
    padding-left: 6px;
    padding-right: 6px
}

.row_margin {
    margin-left: -6px;
    margin-right: -6px
}

.compare_three_view_result:after {
    display: none
}

.compare_banner_block_img {
    height: 300px
}

.compare_banner_block .banner_form_compare {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:767px) {
    .compare_banner_block_img {
        height: 140px
    }
    .compare_banner_block .banner_form_compare {
        position: unset;
        transform: none
    }
}

.breadcrumbs_bar {
    margin-top: .5px
}

.google_badge img {
    max-width: 400px;
    width: 100%
}

.interested__userMsg {
    border: .5px solid rgba(0, 0, 0, .05)
}

.interested__userMsgPara {
    font-size: 12px
}

.brand-imgcls {
    width: 10%;
    margin-right: 1em;
    float: left
}

@media(max-width:767px) {
    .interested__userMsg .common_title {
        text-transform: capitalize
    }
    .brand-imgcls {
        width: 35%
    }
}

.bottomdesc h2,
.bottomdesc h3,
.bottomdesc h4,
.bottomdesc h5,
.bottomdesc h6 {
    letter-spacing: .03rem;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px
}

.single__brandLogo img {
    height: auto
}

.pagecontent h2,
.pagecontent h3,
.pagecontent h4,
.pagecontent h5,
.pagecontent h6 {
    letter-spacing: .03rem;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 28px
}

@media(max-width:375px) {
    .tg__logo {
        max-width: 165px;
        height: auto
    }
}

.feature__grid {
    box-shadow: 0 4px 20px rgb(0 0 0/15%);
    background-color: #fff;
    padding: 15px 5px 10px;
    border-radius: 10px;
    margin: 25px 0 15px
}

.feature__gridProperty {
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.feature__gridIcon {
    width: 70px;
    height: 70px;
    background-color: #e9ecef;
    margin: -45px auto 10px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    padding-top: 6px
}

.feature__gridIcon img {
    width: 56px;
    height: auto
}

.social_shareProduct {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0
}

.social_shareIcon {
    width: 37px;
    height: 37px;
    background-color: #e9ecef;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 0;
    z-index: 9
}

.social_shareIcon img {
    width: 24px;
    margin-top: 6px;
    opacity: .8
}

.ratethis__block {
    background-color: #fbfbfb;
    box-shadow: 0 1px 2px 1px rgb(36 39 44/15%);
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    color: #333
}

.ratethis__block:hover {
    color: #d32525;
    text-decoration: none
}

.star__rating img {
    width: 15px;
    margin-right: 4px
}

.social__shareIcons {
    position: relative;
    z-index: 99;
    background: #fff;
    box-shadow: 0 2px 24px 0 rgba(36, 39, 44, .15);
    padding: 10px;
    min-width: 180px;
    border-radius: 5px;
    display: none
}

.social__shareIcons p {
    font-weight: 700;
    font-size: 13px
}

.social__shareIcons .facebook {
    background-color: #3b5998
}

.social__shareIcons .twitter {
    background-color: #1da1f2
}

.social__shareIcons .whatsapp {
    background-color: #25d366
}

.social__shareIcons a img {
    filter: invert(100%)
}

@media(max-width:600px) {
    .feature__grid .one_line {
        -webkit-line-clamp: 2
    }
    .feature__gridIcon img {
        width: 48px
    }
    .feature__gridIcon {
        width: 60px;
        height: 60px
    }
    .feature__gridProperty {
        text-transform: capitalize;
        font-size: 12px
    }
    .feature__gridValue {
        font-size: 13px
    }
    .single_news_content iframe {
        height: 280px !important
    }
}

.product-tooltip h1 {
    margin-bottom: 0
}

.product-tooltip .product-tooltip-content {
    position: absolute;
    left: 0;
    top: 30px;
    max-width: 420px;
    width: 100%;
    padding: 10px 12px;
    border-radius: 3px;
    background-color: #202020;
    z-index: 99;
    display: none
}

.product-tooltip .product-tooltip-content:before {
    border: solid;
    border-color: #202020 transparent;
    border-width: 0 8px 10px;
    content: "";
    left: 15px;
    top: -8px;
    position: absolute
}

.find-link,
.product-tooltip:hover .product-tooltip-content {
    display: block
}

.find-link {
    text-align: center;
    line-height: 38px;
    border-radius: 15px;
    color: #fff;
    background: #343a40;
    font-weight: 600;
    margin-bottom: 10px
}

.find-link:hover {
    text-decoration: none;
    background: #d32525;
    color: #fff
}

.single_news_content iframe {
    width: 100%;
    height: 450px;
    margin-bottom: 10px
}

.tyre-details-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.tyre-details-wrp .item_img {
    flex: 0 0 50%;
    max-width: 50%;
    height: auto;
    padding: 10px
}

.tyre-details-wrp .item_content {
    flex: 0 0 50%;
    max-width: 50%
}

.rating-stars ul li img {
    height: 14px;
    width: 14px
}

.rating-stars ul {
    padding: 0;
    margin: 0;
    line-height: 0
}

.rating-stars ul li {
    list-style: none;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 5px
}

.tyre-details-wrp span {
    color: #d32525;
    font-size: 16px;
    font-weight: 600
}

.tyre-sec {
    overflow-x: auto
}

@media(max-width:1199px) {
    .tyre-details-wrp .item_img img {
        height: 125px
    }
}

.hcls {
    font-size: 1.25rem;
    font-weight: 500
}

.widgitCard-container .compareWidgitBlock {
    padding: 13px 0 0
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main .compareWidgit-inner {
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 3px 12px -1px rgba(28, 52, 84, .26);
    border-radius: 4px;
    width: 100%;
    margin-bottom: 12px
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main .compareWidgit-inner .compareWidgit-in-wrap {
    display: flex;
    position: relative;
    flex-wrap: wrap
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main .compareWidgit-inner .compareWidgit-in-wrap .compareWidgit-img {
    position: relative
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main .compareWidgit-inner .compareWidgit-in-wrap .compareWidgit-img img {
    max-height: 130px;
    -o-object-fit: cover;
    object-fit: cover
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main .compareWidgit-inner .compareWidgit-in-wrap .compareWidgit-img .wh-power {
    background: #edae00;
    border-radius: 15px;
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 10px !important;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    font-weight: 400
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main .compareWidgit-inner .compareWidgit-in-wrap .compareWidgit-left {
    flex-basis: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main .compareWidgit-inner .compareWidgit-in-wrap .compareWidgit-left .compareWidgit-img {
    border-top-left-radius: 4px;
    position: absolute;
    top: 0
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main .compareWidgit-inner .compareWidgit-in-wrap .compareWidgit-left .compareWidgit-img img {
    border-top-left-radius: 4px;
    width: 100% !important
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main .compareWidgit-inner .compareWidgit-in-wrap .compareWidgit-right {
    flex-basis: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main .compareWidgit-inner .compareWidgit-in-wrap .compareWidgit-right .compareWidgit-img {
    border-top-right-radius: 4px;
    position: absolute;
    top: 0;
    right: 46px
}

.compareWidgit-main .compareWidgit-full-img img {
    max-height: 130px
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main .compareWidgit-inner .compareWidgit-in-wrap .compareWidgit-right .compareWidgit-img img {
    border-top-right-radius: 4px;
    width: 100% !important
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main .compareWidgit-inner .compareWidgit-in-wrap .compareWidgit-content {
    position: relative;
    padding: 10px 12px
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main .compareWidgit-inner .compareWidgit-in-wrap .compareWidgit-content .compare-brand {
    font-size: 12px;
    line-height: 20px;
    color: #464646;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main .compareWidgit-inner .compareWidgit-in-wrap .compareWidgit-content .compare-title {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main .compareWidgit-inner .compareWidgit-in-wrap .compareWidgit-content .compare-price {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 8px 0 0;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main .compareWidgit-inner .compareWidgit-in-wrap .compareWidgit-middle {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main .compareWidgit-inner .compareWidgit-in-wrap .compareWidgit-middle span {
    background: #0d3b66;
    box-shadow: 0 0 8px hsla(0, 0%, 68.2%, .15);
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 400
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main .compareWidgit-inner .WidgitBtn-in {
    padding: 7px 12px 12px
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main .compareWidgit-inner .WidgitBtn-in .WidgitBtn {
    color: #d85057;
    font-size: 16px;
    background: #fff;
    border: 1px solid #d85057;
    border-radius: 4px;
    display: block;
    font-weight: 700;
    transition: .3s;
    outline: none;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 1px 10px 4px
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main .compareWidgit-inner .WidgitBtn-in .WidgitBtn:hover {
    background: #d85057;
    color: #fff;
    border-color: #d85057
}

.widgitCard-container a {
    text-decoration: none !important
}

.widgit-wildTruck-slider .owl-nav button {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #fff !important;
    opacity: 1;
    border-radius: 50%;
    top: 48%;
    transform: translateY(-48%);
    z-index: 1;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .3)
}

.widgit-wildTruck-slider .owl-nav button:visited {
    background-color: #d32525 !important;
    color: #fff
}

.widgit-wildTruck-slider .owl-nav button.disabled {
    opacity: 0
}

.widgit-wildTruck-slider .owl-nav button.owl-prev {
    left: -18px
}

.widgit-wildTruck-slider .owl-nav button.owl-next {
    right: -18px
}

.widgit-wildTruck-slider .owl-nav button.owl-prev:before {
    background-image: url(https://d8tjui.tractorfirst.com/ui/assets/images/icons/left-arrow-thick.svg);
    left: 45%
}

.widgit-wildTruck-slider .owl-nav button.owl-next:after,
.widgit-wildTruck-slider .owl-nav button.owl-prev:before {
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.widgit-wildTruck-slider .owl-nav button.owl-next:after {
    background-image: url(https://d8tjui.tractorfirst.com/ui/assets/images/icons/right-arrow-thick.svg);
    left: 55%
}

.widgitCard-container .compareWidgitBlock::-webkit-scrollbar {
    display: none
}

.widgitCard-container .compareWidgitBlock .compareWidgit-main {
    margin: 0
}

@media(max-width:1360px) {
    .widgit-wildTruck-slider .owl-nav button {
        width: 22px;
        height: 22px
    }
    .widgit-wildTruck-slider .owl-nav button.owl-prev {
        left: -10px
    }
    .widgit-wildTruck-slider .owl-nav button.owl-next {
        right: -10px
    }
    .widgit-wildTruck-slider .owl-nav button.owl-next:after,
    .widgit-wildTruck-slider .owl-nav button.owl-prev:before {
        width: 11px;
        height: 11px
    }
}

@media(max-width:1199px) {
    .widgitCard-container .compareWidgitBlock {
        display: flex !important;
        gap: 12px;
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        padding: 13px 0
    }
    .widgitCard-container .compareWidgitBlock .compareWidgit-main {
        margin: 0;
        flex-direction: row;
        flex-basis: 33.3% !important;
        flex: none;
        max-width: none;
        width: auto !important
    }
}

@media(max-width:480px) {
    .widgitCard-container .compareWidgitBlock .compareWidgit-main {
        flex-basis: auto !important;
        width: 90% !important;
        max-width: none
    }
}

.compareWidgit-content .compare-brand:hover {
    color: #d32525 !important
}

.news-scroller .news-scroller-inner {
    padding-left: 100%
}

.news-scroller .news-scroller-inner ul {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 25s;
    animation-duration: 25s
}

.news-scroller .news-scroller-inner ul:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.news-scroller .news-scroller-inner ul li {
    display: inline-block
}

.news-scroller .news-scroller-inner ul li a {
    padding: 0 10px;
    border-right: 1px solid #999;
    font-weight: 600;
    font-size: 14px;
    color: #202020
}

.news-scroller .news-scroller-inner ul li a:hover {
    color: #cd454e
}

@-webkit-keyframes ticker {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes ticker {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(-100%, 0, 0)
    }
}

.search-input-wrp {
    padding: 8px 15px 15px;
    display: none;
    background: #fff
}

.search-input-wrp .serach-btn-wrp {
    max-width: 100%;
    margin: auto;
    width: 100%;
    position: relative
}

.search-input-wrp .serach-btn-wrp .serach-inpt {
    width: 100%;
    height: 48px;
    background: #e8e8e8;
    border: 0;
    outline: 0;
    padding: 0 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 48px;
    letter-spacing: .5px;
    box-sizing: border-box;
    cursor: pointer
}

.search-input-wrp .serach-btn-wrp .serach-img {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: 0 0
}

.popup-fixed-main-wrp {
    background: #fff;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 9999;
    position: fixed;
    display: none;
    left: 0
}

.popup-fixed-main-wrp .search-module-inner {
    max-width: 500px;
    position: relative;
    margin: auto;
    padding: 0
}

.popup-fixed-main-wrp .search-module-inner .back-btn {
    height: 43px;
    left: 0;
    position: absolute;
    top: 0;
    width: 42px;
    z-index: 99;
    cursor: pointer;
    text-align: center
}

.popup-fixed-main-wrp .search-module-inner .back-btn img {
    position: relative;
    top: 10px;
    max-height: 19px
}

.popup-fixed-main-wrp .search-module-inner .search-form {
    background: 0 0;
    z-index: 12;
    position: relative
}

.popup-fixed-main-wrp .search-module-inner .search-form .searchinput {
    background: #fff;
    border: 0;
    border-bottom: 1px solid rgba(36, 39, 44, .15);
    border-radius: 0;
    box-shadow: none;
    color: rgba(36, 39, 44, .5);
    font-size: 13px;
    height: 48px;
    line-height: 48px;
    margin: 0;
    padding: 0 20px 0 49px;
    text-overflow: ellipsis;
    width: 100%;
    outline: 0
}

.serch-header-list {
    height: 525px;
    overflow-y: auto
}

.serch-header-list ul {
    padding: 0;
    margin: 0
}

.serch-header-list ul li {
    list-style: none
}

.serch-header-list p {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
    padding: 20px 15px 10px
}

.serch-header-list ul li a {
    padding: 9px 15px;
    font-size: 14px;
    color: #24272c;
    font-weight: 400;
    transition: .3s;
    background-color: #fff;
    display: block
}

@media(max-width:991px) {
    #sidebar-wrapper .list-group ul.mob-nav {
        margin: 0;
        padding: 0;
        border: 0
    }
    #sidebar-wrapper .list-group ul.mob-nav li {
        list-style: none;
        margin: 0;
        padding: 0;
        border: 0;
        position: relative
    }
    #sidebar-wrapper .list-group ul.mob-nav li ul.submenu-mob {
        display: none;
        padding: 0
    }
    #sidebar-wrapper .list-group ul.mob-nav li ul.submenu-mob a {
        padding-left: 27px !important
    }
    #sidebar-wrapper .list-group ul.mob-nav li.submenu-toggle span.caret-btn {
        width: 35px;
        height: 44px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9
    }
    #sidebar-wrapper .list-group ul.mob-nav li.submenu-toggle span.caret-btn:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 1px;
        transform: translate(-50%, -35%) rotate(0deg);
        border-color: #000 transparent;
        border-style: solid;
        border-width: 12px 8px 0;
        display: block;
        transition: .3s
    }
    #sidebar-wrapper .list-group ul.mob-nav li.submenu-toggle span.caret-btn.car-togg:after {
        transform: translate(-50%, -35%) rotate(-180deg)
    }
    #sidebar-wrapper .list-group ul.mob-nav li a.list-group-item {
        border: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .125)
    }
    .search-input-wrp {
        display: block !important
    }
}

.card-header {
    border-bottom: none
}

@media(max-width:767px) {
    .web_story_news .single_item {
        min-width: auto;
        max-width: 50%;
        flex-basis: 50%
    }
    .web_story_news .item_img img {
        -o-object-fit: fill;
        object-fit: fill
    }
    .web_story_news .item_img {
        height: 310px
    }
    .web_story_news .item_img img {
        height: 300px
    }
    .tractor-brand-image-slider ul.slick-dots,
    .uk-section-xsmall .slider-nav-thumbnails ul.slick-dots {
        display: none !important
    }
}

@media(max-width:480px) {
    .search-input-wrp .serach-btn-wrp .serach-inpt {
        font-size: 13px
    }
}

.navbar-expand-lg .navbar-nav .dropdown-menu::-webkit-scrollbar {
    width: 0 !important;
    background-color: #fff
}

ul.more-dropdown,
ul.more-dropdown li {
    padding: 0;
    list-style: none
}

ul.more-dropdown li {
    position: relative
}

ul.more-dropdown li.list-dropdown ul.submenu-list-desk {
    padding: 0;
    display: none
}

ul.more-dropdown li.list-dropdown ul.submenu-list-desk a.list-group-item {
    border: 0;
    text-transform: none;
    padding: .25rem 1.5rem !important
}

ul.more-dropdown li.list-dropdown ul.submenu-list-desk li a {
    padding-left: 35px !important
}

.caret-dwn {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 2px;
    right: 0;
    cursor: pointer;
    z-index: 9
}

.caret-dwn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translate(-50%, -35%) rotate(0deg);
    border-color: #000 transparent;
    border-style: solid;
    border-width: 9px 7px 0;
    display: block;
    transition: .3s
}

ul.more-dropdown li.list-dropdown.shet-open .caret-dwn:after {
    transform: translate(-50%, -35%) rotate(180deg)
}

.dropdown-menu.more-drw.dropdown-scroll-menu.shet {
    display: block
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 215px
}

div#accordion .card-header button {
    line-height: 1.2
}

div#accordion .card-header button,
div#accordion .card-header button h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 400 !important;
    letter-spacing: .8px
}

div#accordion .card-body h4 {
    font-size: 14px !important;
    margin: 0;
    font-weight: 400 !important
}

@media(max-width:480px) {
    .slider-nav-thumbnails .slick-slide {
        margin: 0 5px;
        height: auto !important
    }
    .slider-nav-thumbnails .slick-slide img {
        height: 100px !important;
        max-height: none !important;
        min-height: 0 !important;
        -o-object-fit: contain;
        object-fit: contain
    }
    .tractor-brand-image-slider figure img {
        height: auto !important;
        max-height: 165px !important;
        min-height: auto !important
    }
    .tractor-brand-image-slider .slider button {
        display: none !important
    }
}

select#selsort {
    padding: 0 5px
}

#suggustitle .TitleSugHead {
    display: block;
    font-size: 12px;
    color: #495057;
    opacity: .6;
    font-weight: 500
}

#suggustitle .TitleSugName {
    color: #495057;
    display: block;
    font-size: 14px;
    padding: 7px 0 5px
}

.reviefield .shadow24 {
    background: #fff;
    padding: 10px;
    white-space: normal;
    box-shadow: 0 1px 3px rgba(36, 39, 44, .15)
}

span.charLimit {
    display: block;
    font-size: 10px;
    margin-top: 3px;
    text-align: right;
    color: rgba(36, 39, 44, .7)
}

.reviefield .serch-header-list {
    height: inherit !important
}

.reviefield .serch-header-list ul li a {
    padding: 3px 0;
    text-decoration: none
}

.reviefield .serch-header-list p {
    padding: 0;
    font-size: 12px
}

div#data-wrapper .user-review-title span {
    font-size: 14px;
    font-weight: 400
}

.common_title.privacy-heading {
    font-size: 16px
}

.privacy-selction .footer-bottom-left .linkwhite {
    color: #fff
}

.filter-content .checkbox input[type=checkbox],
.filter-content .radio input[type=radio] {
    display: none
}