.d-flex {
    display: flex;
}

.explore-used-trucks {
    width: 20% !important;
}

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

.align-items-end {
    align-items: flex-end;
}

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

.used-trucks-form-container {
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
}

.used-trucks-form-container .tabs {
    display: inline-block;
    border: 1px solid #FFFFFF !important;
    width: 430px;
    margin-bottom: 24px;
}

.used-trucks-form-container .tabs a {
    color: #FFF;
}

.tabs .active a {
    color: #000;
    font-weight: bolder;
    font-size: 16px;
}

.tab-content {
    display: none;
    transform: all 1s;
}

.tab-content.active {
    display: block;
}

.enquirytypH label {
    font-weight: 400;
}

.used-trucks-form-container .tabs li {
    display: inline-block;
    width: 33.333%;
    box-sizing: border-box;
    color: #FFFFFF;
    text-align: center;
    float: left;
    padding: 12px;
    font-weight: 400;
    cursor: pointer;
}

.used-trucks-form-container .tabs li.active {
    background: #FFFFFF;
    color: #000000;
}

.used-trucks-form-container .Statebox {
    /*font-size: 14px;*/
    font-size: 18px;
    padding-top: 12px;
    font-family: "Roboto", sans-serif;
    padding-left: 2px;
}

.used-trucks-form-container .d-flex .inputSec+.inputSec {
    margin-left: 20px;
}

.used-trucks-form-container .col-left {
    width: 50%;
    text-align: left;
}

a.send-us-button {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 2px;
    text-align: center;
    line-height: 100%;
    text-transform: uppercase;
    background: #ba0c15;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 25px;
    margin-left: 10px;
}

.used-trucks-form-container .col-left p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 15px;
}

.used-trucks-form-container .col-left .formH {
    margin: 0;
}

.used-trucks-form-container .col-right {
    width: 50%;
    text-align: left;
}

.used-trucks-form-container .selected-vehicle {
    position: absolute;
    right: -40px;
    /*bottom: -7rem;*/
    bottom: -1rem;
}

.selected-vehicle img {
    width: 578px;
    height: 338px;
    object-fit: contain;
}

#vehicle-features {
    margin-top: 6%;
}

.features {
    display: flex;
    margin: 4% auto 0;
}

.features-icon {
    width: 35%;
    display: grid;
}

.features-icon img {
    width: 60px !important;
    height: 60px !important;
    display: block;
    margin: 0 auto 5%;
}

.features-icon p {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
}

.main-content {
    padding: 5rem 0 3rem;
}

.main-content h3 {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 2rem;
}

.main-content h3 span {
    color: #ba0c15;
}

.main-content a {
    color: #000000;
    text-decoration: underline;
    padding-bottom: 3%;
}

.main-content p,
.main-content li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 1.5rem;
}

.main-content li {
    line-height: 25px !important;
    margin-bottom: 10px !important;
}

.main-content ul {
    margin-bottom: 30px;
    padding-left: 3%;

}

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

.main-content img {
    padding-right: 1%;
    width: 6%;
}

/* truck listing page */
.truckInfolist {
    text-align: left;
    padding: 0 0 30px;
    margin: 0px -20px;

    display: flex;
    flex-wrap: wrap;
}

.col {
    width: 33%;
    padding: 0 20px;
}

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

.filter-wrapper .filter-ele {
    display: flex;
    flex-direction: column;
    margin-left: 24px;
}

.filter-wrapper .filter-ele label {
    font-size: 12px;
    font-weight: bold;
}

.custom-select-filter {
    padding: 6px 12px;
    background: url(../images/select-box-arrow-black.png) no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-size: 10px;
    background-position: right 6px bottom 10px;
    min-width: 120px;
    font-family: "Roboto", sans-serif;
}

.truck-card {
    margin: 15px 0px 15px 0px;
    width: 100%;
    cursor: pointer;
}

.truck-card .truck-figure {
    display: inline-block;
    width: 100%;
    height: 178px;

    border: solid 1px #CDCDCD;
    border-bottom: 0px;
    border-radius: 10px 10px 0 0;
}

.truck-card .truck-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 10px 0 0;
}

.truck-card .truckData {
    vertical-align: top;
    padding: 15px 20px 15px 20px;
    border-left: solid 1px #CDCDCD;
    border-right: solid 1px #CDCDCD;
}

.truck-card .truckData .title {
    border-bottom: 1px solid #cdcdcd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.truck-card .truckData .title h3 {
    font-family: "Roboto", sans-serif;
    text-align: left;
    padding: 0 0 12px 0;

    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 1.63333px;
    color: #000000;
}

.truck-card .truckData .title p {
    font-size: 16px;
    line-height: 24px;
    color: #000317;

    display: flex;
    justify-content: center;
}

.truck-card .truckData .title p img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.truck-card .truckData .desc,
.truck-details .desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.truck-card .truckData .desc {
    flex-wrap: wrap;
}

.truck-card .truckData .desc .sec {
    width: 50%;
    margin-bottom: 12px;
}

.truck-card .truckData .desc .sec span,
.truck-details .desc .sec span {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.0338601px;
    color: rgba(0, 3, 23, 0.6);
}

.truck-card .truckData .desc .sec p,
.truck-details .desc .sec p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.8px;
    color: #000317;
}

.truck-card .footer {
    background: rgba(205, 205, 205, 0.2);
    border: 1px solid #CDCDCD;
    border-radius: 0px 0px 10px 10px;

    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.8px;
    color: #000317;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.truck-card:hover .footer {
    background-color: #b30a13;
    color: #fff;
}

.pricevalueH {
    display: inline-block;
    float: right;
}

.pricevalueH h2 {
    font-size: 20px;
    text-align: left;
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
}

.pricevalueH h2 span {
    font-family: "Roboto", sans-serif;
}

/* Details page */
.col-left {
    width: 50%;
}

.col-right {
    width: 50%;
}

.col-right #truckdetailsH {
    padding: 20px;
}

/*Used truck banner gallery*/
#ut_gallery_banner {
    font-size: 0;
    padding-top: 20px;
}

#ut_gallery_banner img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

#ut_gallery_banner .gallery_lt {
    display: inline-block;
    width: 100%;
    padding: 0;
    vertical-align: top;
    cursor: pointer;
}

#ut_gallery_banner .gallery_rt {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    vertical-align: top;
}

#ut_gallery_banner .gl_rt_top {
    position: relative;
    width: 120px;
    padding: 0;
    cursor: pointer;
    /*margin: 0 12px;*/
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#ut_gallery_banner .gl_rt_top:first-child {
    margin-left: 0;
}

#ut_gallery_banner .gl_rt_top:last-child {
    margin-right: 0;
}

#ut_gallery_banner .pic_overlay {
    position: absolute;
    left: 0px;
    pointer-events: none;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

#ut_gallery_banner .pic_count {
    position: absolute;
    left: 0;
    pointer-events: none;
    top: 50%;
    display: inline-block;
    width: 100%;
    font-size: 71px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#ut_gallery_banner .otherPopImages {
    display: none;
}

#truckdetailsH {
    width: 100%;
    padding: 0px 0px 30px 0px;
}

#truckdetailsH h1 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    padding: 0;

    color: #000000;
    border-bottom: 0px;
}

#truckinginfoH {
    background: #000;
    padding: 30px 0 30px 0;
}

.truck-details .desc {
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #cdcdcd;
}

.truck-details .desc:last-child {
    border-bottom: 0px;
}

.truck-details .desc .sec {
    width: 50%;
    margin-bottom: 12px;
}

.btn-sm {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 24px;
}

#models_vehicles img {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

#blog_tl img {
    width: 180px;
    height: 40px;
    object-fit: contain;
    margin-left: -4px;
}

#blog_tl .sim-button {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -12px;
}

@media screen and (min-width: 767px) {
    .visible-xs {
        display: none;
    }
}

/* Mobile responsive styles */
@media screen and (max-width: 767px) {
    .visible-xs {
        display: flex;
    }

    .hidden-xs {
        display: none;
    }

    .px-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #blog_tl .sim-button {
        top: 5px;
    }

    #blog_tl h1 {
        font-size: 22px;
    }

    #formsectionH {
        padding-left: 10px;
        padding-right: 10px;
    }

    .used-trucks-form-container .col-left {
        width: 80%;
        font-size: 11px;
        text-align: center;
        margin: 0 auto;
    }

    .used-trucks-form-container .col-right {
        display: none;
    }

    .used-trucks-form-container .tabs {
        width: 100%;
    }

    .used-trucks-form-container .tabs li {
        padding: 8px;
    }

    .used-trucks-form-container .col-left p {
        font-size: 11px;
        margin-bottom: 20px;
    }

    .xs-form {
        text-align: left;
    }

    .used-trucks-form-container .Statebox,
    .used-trucks-form-container .StateboxContS {
        font-size: 11px
    }

    .inputSec {
        padding: 12px 0 12px 0;
    }

    .sim-button {
        font-size: 11px;
        padding: 10px 15px;
        line-height: 16px;
    }

    .main-content {
        padding: 2rem 1rem;
    }

    .main-content p,
    .main-content li {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 1rem;
    }

    .main-content a {
        font-size: 12px !important;
    }

    .main-content ul {
        padding-left: 15%;
    }

    /* Listing page */
    .truckInfolist {
        margin: 0;
    }

    .truckInfolist .col {
        width: 100%;
    }

    .title-filter-sec-xs {
        padding: 0 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .title-filter-sec-xs .filter-wrapper {
        width: 100%;
        margin-top: 12px;
    }

    .filter-wrapper .filter-ele {
        margin: 0 12px;
    }

    .truck-card .truck-figure {
        height: 120px;
    }

    .truck-card .truckData {
        padding: 12px 15px;
        border-bottom: solid 1px #CDCDCD;
        border-radius: 0 0 10px 10px;
    }

    .truck-card .truckData .title {
        margin-bottom: 12px;
    }

    .truck-card .truckData .title h3 {
        padding: 0;
        font-size: 20px;
        line-height: 30px;
    }

    .truck-card .truckData .title p {
        font-size: 11px;
        line-height: 18px;
        align-items: center;
    }

    .truck-card .truckData .title p img {
        width: 12px;
        height: 12px;
        margin-right: 4px;
    }

    .truck-card .truckData .desc .sec {
        margin-bottom: 6px;
        width: auto;
    }

    .truck-card .truckData .desc .sec span,
    .truck-details .desc .sec span {
        font-size: 11px;
        line-height: 18px;
    }

    .truck-card .truckData .desc .sec p,
    .truck-details .desc .sec p {
        font-size: 11px;
        line-height: 18px;
    }

    .truck-card .footer {
        display: none;
    }

    /* Truck details */
    .truck-details-page-wrapper {
        flex-direction: column;
    }

    .truck-details-page-wrapper .col-left,
    .truck-details-page-wrapper .col-right {
        width: 100%;
    }

    #ut_gallery_banner {
        padding-left: 20px;
        padding-right: 20px;
    }

    #ut_gallery_banner .gl_rt_top {
        width: 70px;
        /*margin: 0 6px;*/
        margin-bottom: 10px;
        margin-right: 10px;
        margin-left: 0;
    }

    #ut_gallery_banner .pic_count {
        font-size: 38px !important;
    }

    .col-right #truckdetailsH {
        padding-top: 0;
    }

    .Statebox {
        background-size: 10px;
    }

    .inputinfoH {
        font-size: 11px;
    }

    .inputSecConT {
        padding: 12px 0;
    }

    .exchange_form {
        font-size: 11px !important;
        padding-bottom: 6px !important;
    }

    .features {
        display: block;
        margin: 0 auto;
    }

    .features-icon {
        width: 100%;
        display: inline-flex;
        margin: 3%;
    }

    .features-icon img {
        margin: 0 10px 0 0;
    }

    .features-icon p {
        margin: auto 2%;
    }
}

::placeholder {
    color: white;
}

.error_display {
    color: red;
}

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

.main-content h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 2rem;
}

.main-content h3 span {
    color: #ba0c15;
}

.main-content h6 {
    margin-bottom: 1.5rem;
}

.main-content a {
    color: #000000;
    text-decoration: underline;
    font-size: 18px;
}

.banner-content2223 {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #A70E13;
}

.used-trucks-form-container .col-left p {
    /* margin-top: 15px; */
}
button.sim-button.button_effect {
    margin-bottom: 15px;
}
.used-trucks-form-container .tabs li {
    border-right: 1px solid #a70d13;
}

.exchange-tc {
    margin-top: 20px;
}

@media only screen and (min-width: 768px) {
    .used-trucks-form-container .selected-vehicle {
        /*position: static;*/
        top: 0;
    }

    .selected-vehicle img {
        /*object-fit: cover;*/
        height: auto;
    }

    #tab1 .inputSec {
        width: 70%;
    }

    #formsectionH {

        background: url(/assets/images/exchangebuybackgroundimage.png);
    }

    .used-trucks-form-container .col-left {
        /* padding-top: 2%; */
    }

    .used-trucks-form-container .col-left p span {
        display: block;
    }

}

.selected-vehicle {
    position: static !important;
}

.selected-vehicle img {
    width: 90%;

}

element.style {}

.features-icon p {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
}

#breadcrumbs a.sim-button.button_effect {
    display: inline-block;
    background: #ba0c15;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 100%;
    text-transform: uppercase;
    margin: 2px;
}

.container.flex-butttons {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

#breadcrumbs a.sim-button.button_effect {
    padding: 15px 15px;
}

.used-trucks-form-container .Statebox {
    /* font-size: 14px; */
    font-size: 18px;
    padding-top: 12px;
    font-family: "Roboto", sans-serif;
    padding-left: 2px;
}

.hidden {
    display: none;
}
#buy-now-send-us .inputSecConT {
								padding: 20px 0;
								display: inline-block;
								width: 45%;
								margin: 0 4% 0 0;
							}