@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body{
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	background-color: #F9FBFC;
	color: #050B20;
}
header.header-topbar{
	background-color: #050B20;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
	z-index: 2;
}
.header-search{
	background-color: #EEF1FB !important;
	padding: 172px 15px 15px;
}
main{
	padding: 72px 0 50px;
}
#header-search{
	width: 630px;
}
#header-search .input-group{
	border: 1px solid #fff;
    border-radius: 50px;
	background: #fff;
}
#header-search .input-group .form-control{
	background: #fff;
    box-shadow: none;
}
#header-search .input-group .btn-primary img{
	filter: invert(1);
}
#header-search .input-group .btn-secondary{
	border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 15px;
	width: 145px;
}
.btn-header-user{
	height: 50px;
}
.btn-secondary{
	background-color: #EEF1FB;
    color: #050b20;
}
.bg-050B20{
	background-color: #050B20;
}

.item-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #e1e8ee;
    margin: 0 10px;
}
.item-price {
    font-size: 14px;
    color: #334150;
}
.item-horizontal .gallery {
    width: 28%;
    position: relative;
}

.item-horizontal .item-info {
    width: 43%;
    padding-top: 0px;
    position: relative;
}

.item-specs ul {
    margin: 0;
    padding: 0 5px 0 0;
    width: 100%;
}

.item-specs {
    display: flex;
    flex-direction: row;
    margin-top: 5px;
}

.item-specs ul li {
    margin: 0;
    padding: 3px 0;
    list-style: none;
    font-size: 13px;
    display: flex;
    flex-direction: column;
}

.item-title a {
    color: #249AF3;
    font-size: 16px;
}

.item-specs ul li span {
    color: #7F8FA4;
    font-size: 12px;
}

.item-horizontal .item-price {
    border-left: 1px solid #e1e8ee;
    padding-left: 10px;
    width: 26%;
}

.item-price .price-box {
    background: rgba(191, 199, 209, 0.12);
    text-align: center;
    font-size: 14px;
    padding: 8px 5px;
    border-radius: 5px;
    margin: 8px 0;
    width: 100%;
}

.item-price .date {
    font-size: 12px;
	margin-top: 10px;
}

.item-price .bid-status {
    font-size: 13px;
}

.item-price .date img {
    float: left;
    margin: 1px 9px 0 0;
}

.item-specs ul:last-child {
    width: 70%;
}

.item-price .bid-status img {
    float: left;
    margin: 1px 9px 0 0;
    width: 16px;
}

.main-content {
    background: #fff;
    padding: 0;
    box-shadow: 0 2px 3px rgba(51, 65, 80, 0.03);
    border-radius: 5px;
    margin: 0;
}

.dropdowns-right {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: -8px;
    margin-bottom: -10px;
}

.dropdowns-right-single {
    display: block !important;
}

.dropdowns-right .dropdown button {
    width: 100%;
    text-align: left;
    position: relative;
}

.dropdowns-right .dropdown {
    width: 100%;
    margin: 0 12px;
}

.header-content {
    padding: 25px 0;
    border-bottom: 1px solid #E1E8EE;
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
}

.header-content .h5, .header-content h5 {
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    margin: 0;
    width: 100%;
    margin-top: -10px;
}

.header-content .basic-search-h1 h1 {
    font-size: 16px;
    font-weight: 600;
    /*padding-left: 15px;*/
    margin: 0;
    width: 100%;
    /*margin-top: -10px;*/
}

.header-content .basic-search-h1 h2 {
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    margin: 0;
    width: 100%;
    margin-top: -10px;
}

.header-content .h5 span, .header-content h5 span {
    font-weight: 400;
    color: #7F8FA4;
    font-size: 14px;
}

.header-content .h5 span.vin-drop h1 {
    font-size: inherit;
    display: inherit;
    margin-right: 0px !important;
}

.header-content .h5 span.lot-drop h1 {
    font-size: inherit;
    display: inherit;
}

.header-content h5 {
    margin: 0;
}
.search-main .auction-label {
    font-size: 14px;
    display: inline-table;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    margin-left: 10px;
    transition: all .3s ease-out;
}

.search-main .auction-label.copart, span.item-seller .copart {
    background: #0e5db8;
    box-shadow: 0 0 0px 1px #0e5db8 inset;
/*    position: absolute;*/
    top: 8px;
    right: 5px;
    text-transform: capitalize;
}

.search-main .auction-label.iaai, span.item-seller .iaai {
    background: #c90106;
    box-shadow: 0 0 0px 1px #c90106 inset;
/*    position: absolute;*/
    top: 8px;
    right: 80px;
    text-transform: uppercase;
}

.search-main .auction-label.iaai, .search-main .auction-label.copart {
    position: absolute;
}

span.item-seller {
    float: right;
}

.item-title {
    position: relative;
/*    max-width: 270px;*/
}

span.item-seller span {
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 4px;
    top: 0px!important;
    right: -40px!important;
}

.run-svg.hasSVG.alert-history {
    float: left;
    margin-top: 4px;
    margin-right: 5px;
    display: none;
    color: #f68135;
}

.run-svg.hasSVG.alert-history.show {
    display: block;  
}

h4.big-name {
    padding: 26px 0;
}

.search-main input[type="text"] {
    padding: 10px 20px;
    max-width: 520px;
    border-radius: 4px;
    border: none;
    background: #fff;
    width: 100%;
}

.search-main {
    position: relative;
    max-width: 520px;
    display: table;
    margin: 30px auto -60px auto;
    width: 100%;
}

form.search-main button {
    position: absolute;
    cursor: pointer;
    right: -42px;
    height: 44px;
    border: none;
    color: #6e8094;
    width: 45px;
    background: #ffffff;
    border-radius: 0 4px 4px 0;
    transition: all .3s ease-out;
    top:0;
}

form.search-main button:hover {
    color: #229af3;
}

.search-main input[type="text"] {
    box-shadow: 0 0px 0px 0px #ff002fcf;
    transition: all .3s ease-out;
}

.search-main input[type="text"].error {
    box-shadow: 0 0px 0px 2px #ff002fcf;
}

.header-content.item-header .h5 .auction-label, .seo-label, .header-content.item-header h5 .auction-label {
    font-size: 14px;
    display: inline-table;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    margin-right: 10px;
    transition: all .3s ease-out;
}

.header-content.item-header .h5 .auction-label:hover, .seo-label:hover, .header-content.item-header h5 .auction-label:hover {
    background: transparent!important;
    text-decoration: none;
}

.header-content.item-header .h5 .copart, .seo-label.copart {
    background: #0e5db8;
    box-shadow: 0 0 0px 1px #0e5db8 inset;
}





.header-content.tabs-version {
    padding: 0 20px;
    align-items: center;
    border-bottom: 1px solid #E6EDF6;
}

.header-content.tabs-version .tabs li.active:after {content: '';position: absolute;width: calc(100% + 20px);height: 2px;background: #219AF3;bottom: 0px;left: -10px;}

.header-content.tabs-version .tabs li a:hover {
    text-decoration: none;
    color: #249af3;
}
 
.header-content.tabs-version .tabs li.active a:hover {
    color: #334150; 
}

.item-specs ul li img {
    margin-top: -3px;
}

.container.container-transparent.container-expanded .item-specs ul li span.specs-icons {
    display: flex;
    gap: 5px;
}

.item-specs ul:last-child {
    width: 100%;
}

.container.container-transparent.container-expanded .item-specs ul li span.specs-icons img {height: 20px; max-width: 30px;}

.box-title,
.item-horizontal{
    border-bottom: 1px solid #E6EDF6;
}

.item-horizontal .item-info {
    width: 63%;
}

.item-horizontal .wrapper {
    width: 70%;
}

.item-horizontal .item-column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.item-horizontal .item-header {
    width: 100%;
    margin-bottom: 10px;
}

.item-horizontal .extra-information {
    background: #f5f6f8;
    padding: 4px 11px;
    border-radius: 6px;
    display: table;
    margin-bottom: 9px;
}

.item-horizontal .extra-information .specs {
    gap: 15px;
}

.specs img {
    height: 30px;
    object-fit: none;
    width: 23px;
}
.item-horizontal .item-price {
    width: 37%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0;
    border: none;
    padding: 0;
    border-left: 1px solid #e6edf6;
    padding-left: 20px;
}

.item-price .bid-status img,
.item-price .date img,
.item-price .people-watch img{
    width: auto;
    margin: -2px 6px 0 0;
    float: left;
}

.item-price .bid-status {
    padding: 7px 0 0 0;
    position: relative;
}


.item-price .people-watch {
    margin: 10px 0;
    line-height: 16px;
    align-items: flex-start;
}

.item-price .people-watch img {
    margin-top: -2px;
}

.item-horizontal .gallery .carousel {
    border-radius: 6px;
    overflow: hidden;
}

.item-price .people-watch b {
    margin: 0;
    font-size: 13px;
}

.bid-status span.indicator {
    position: absolute;
    left: 13px;
    bottom: 0px;
}

.item-price .price-box {
    background: #F5F6F8;
    padding: 5px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
}

/*SEARCH PAGE END*/

/*HOME STYLES START*/
.bg-main .container {
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.bg-main:before {
    content: '';
    background: linear-gradient(180deg, #000000a6, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
}

.bg-main {
    position: relative;
    overflow: h;
}

a.link-main.secondary:hover {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

.form-search-main {
    background: #fff;
    max-width: 950px;
    padding: 0;
    position: relative;
    width: 100%;
    margin-bottom: -35px;
    box-shadow: 0 24px 24px -30px rgb(54 65 79 / 10%);
    transition: all .3s;
    border-radius: 15px;
}
.item-specs > ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
@media (min-width:668px) and (max-width:768px) {
    .form-search-main {
        width: 85%;
    }

    section#footer-map .container {
        grid-template-columns: 1fr;
        width: 85% !important;
    }
}

.archieved-lot .lot-wrapper-new .box.final-bid {
    background: #fff7f6;
    padding-bottom: 30px;
}

.lot-wrapper-new .box.green-gr {
    background: linear-gradient(180deg, rgb(0 255 113) -50%, rgba(255, 255, 255, 1) 30%);
}

.tags-inline {
    display: flex;
} 

.select2-dropdown {
    border: 1px solid #e6edf6!important;
}

a.step:not(.active) {
  animation-name: heartbeat;
  animation-duration: 3.3s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes heartbeat {
	0%   { transform: scale(1);    }
	30%  { transform: scale(1);    }
	40%  { transform: scale(0.9); }
	50%  { transform: scale(1);    }
	60%  { transform: scale(0.93);    }
	70%  { transform: scale(1); }
	80%  { transform: scale(1);    }
	100% { transform: scale(1);    }
}

.mobile-version.status {
    position: absolute;
    z-index: 999;
    transform: translateX(-50%);
    background: #fff;
    font-size: 12px;
    padding: 8px 7px 7px 7px;
    left: 50%;
    width: 100%;
    max-width: 220px;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 0 0 6px 6px;
    opacity: 0.8;
}

.specs {
    font-size: 12px;
    color: #7F8FA4;
    display: flex;
    gap: 5px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.form-search-main .select2-container--default span {
    color: #000!important;
}

.form-search-main .select2-container--default .select2-selection--single {
    color: #444;
    border: 1px solid #E6EDF6;
    background: #fff;
    height: 48px;
}
    
body .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent;
    opacity: 0.5;
}

.top-options ul li button {
    color: #7F8FA4;
    opacity: 1;
    padding: 15px 15px;
}

.top-options ul li.active button {
    color: #000;
}

.form.form_1col input {
    background: #fff;
    color: #000;
    border: 1px solid #E6EDF6;
}

.form.form_1col input::placeholder {
    color: #7F8FA4;
}

.form-search-main label.switch span.label {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    margin: -11px 0 0 30px;
}
    
.section_title.archieved-wr span {
    color: #7F8FA4!important;
}

.section_title.second p {
    color: #7F8FA4;
    font-weight: 400;
}

.top-options.main-types {
    border-bottom: 1px solid #E6EDF6;
}

.form-grid {
    display: flex;
    width: 100%;
    padding: 20px 20px 5px 20px;
}

.form-grid > .side {
    width: 100%;
}

.form-search-main .side label.form-cols {height: 63px;padding: 0;margin: 0;width: 100%;}
.form-search-main .side .years-wrapper label.form-cols {
}

.form-grid > .side:first-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 5px;
}

.form-search-main .years-wrapper {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}


.section_title.archieved-wr {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}

.form.form_1col {
    padding: 0;
}

.form-search-main .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}

.form-grid > .side:nth-child(2n) {
    text-align: center;
}

body .section_title.second {
    display: table;
    padding-top: 12px;
}

.form-search-main .side > label.form-cols:first-child {
    min-width: 200px;
}

.form-search-main .side > label.form-cols:nth-child(2n) {
    min-width: 200px;
}

.footer-buttons {padding: 20px 0px 0px 0px;}

.footer-buttons button.btn.btn-big {
    height: 47px;
    border-radius: 8px;
    min-width: 216px
}

a.link-main {
    border-radius: 8px;
}

input:checked+.slider:before {
    -webkit-transform: translateX(9px);
    -ms-transform: translateX(9px);
    transform: translateX(9px);
}
    
.top-options ul li button:hover {
    color: #111;
    background: transparent;
}

.top-options ul li button:hover:after {
    background: #249af3;
}

.top-options ul li button:after {
    width: 80%;
    height: 2px;
    position: absolute;
    content: '';
    background: #249af300;
    left: 10%;
    bottom: 0;
    transition: all .3s;
}
    
.form-search-main .select2-container--default .select2-selection--single:after {
    background-image: url(/img/upd/arrs.svg);
    content: '';
    position: absolute;
    width: 13px;
    height: 16px;
    right: 10px;
    top: 17px;
}
    
body .select2-search--dropdown {
    border-bottom: 1px solid #E6EDF6;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    background: #e6edf645;
}

body span.select2-search.select2-search--dropdown svg path {
    fill: #6b85a7;
}

.select2-dropdown {
    border: 1px solid #E6EDF6;
}

span.select2-selection__arrow {
    display: none;
}

body .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: #fff;
    border-left: 1px solid #E6EDF6;
}

body .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #e6edf6;
    border: 3px solid transparent;
    background-clip: padding-box;
    border-radius: 9999px;
}
    

    
.title-caption h3 {
    font-family: 'Rubik', sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 44px;
    margin-bottom: 15px;
}

.title-caption {
    margin-top: 60px;
    max-width: 600px;
    text-align: center;
    margin-bottom: 40px;
}

ul.quick-access {
    justify-content: center;
    user-select: none;
    pointer-events: none;   
}

ul.quick-access li a {
    background: rgb(255 255 255 / 5%);
}
    
section#offers {
    background: #F6F6F8;
    padding-top: 100px;
    padding-bottom: 60px; /*90*/
    position: relative;
    z-index: 0;
}
    
label.switch.switch-archieved span.slider.round {
    width: 30px;
}
    
.slider:before {
    left:2px;
}
    
section#offers .container {
    max-width: 1600px;
}

.form-search-main.archived .dropdown-psa-new button {
    color: #000!important;
}

.top-options .dropdown-psa-new ul li.active button {
    background: #249af31a!important;
    color:#249af3!important;
}


.row-title h5,
.row-title h4 {
    font-size: 18px; /*previous 20px*/
    font-weight: 600;
    color: #000;
    margin-right: 10px;
}
    
.dropdown-psa-new {
    left: 250px;
    right: auto;
    background: #ffffff;
    z-index: 999;
}

.top-options .dropdown-psa-new ul li button {
    color: #000;
}

.top-options .dropdown-psa-new ul li button:hover {
    background: #e6edf6;
}

.top-options .dropdown-psa-new ul li button:after {
    display: none;
}
    
.dropdown-psa-new::-webkit-scrollbar {
    width: 15px
}

.dropdown-psa-new::-webkit-scrollbar-track {
    background: #fff;
    border-left: 1px solid #E6EDF6;
}

.dropdown-psa-new::-webkit-scrollbar-thumb {
    background: #e6edf6;
    border: 3px solid transparent;
    background-clip: padding-box;
    border-radius: 9999px;
}

.dropdown-psa-new::-webkit-scrollbar-thumb:hover {
    background: #acafb5;
    border: 3px solid transparent;
    background-clip: padding-box;
    border-radius: 9999px
}
    
.form-search-main.archived {
    background: #293542;
}

.form-search-main.archived .top-options ul li button {
    color:#fff;
}

.form-search-main.archived .top-options.main-types {
    border-bottom: 1px solid #3a4552;
}

.form-search-main.archived .select2-container--default .select2-selection--single {
    background: #343f4b;
    border: 1px solid #343f4b;
}

.form-search-main.archived .select2-container--default span {
    color: #fff!important;
}

.form-search-main.archived .form.form_1col input {
    background: #343f4b;
    border: 1px solid #343f4b;
    color:#fff;
}

.form-search-main.archived  label.switch span.label {
    color: #fff;
}
.form.form_1col svg {
    right: 16px;
    top: 15px;
    opacity: 1;
}
.form.form_1col svg path {
    fill: #249af3;
}
.item-horizontal .gallery ol.carousel-indicators {
    opacity: 1!important;
}

a.carousel-control-prev {
    left: 6px;
    background: rgb(17 24 33 / 45%);
    border-radius: 4px;
    height: 40px;
    top: 49%;
    transform: translateY(-50%);
    width: 30px;
}
    
.carousel-control-next {
    right: 6px;
    background: rgb(17 24 33 / 45%);
    border-radius: 4px;
    height: 40px;
    top: 49%;
    transform: translateY(-50%);
    width: 30px;
}
    
a.carousel-control-prev:hover,
a.carousel-control-next:hover {
    background: rgb(17 24 33 / 100%);  
}
    
.fancybox__slide.has-html5video .fancybox__content {
    aspect-ratio: 1.778 / 1!important;
    height: 60%!important;
}
    
.psa-carousel { 
    opacity: 0;
    transition: all .3s;
}  
    
.choose-item a {
    left:6px;
    background: rgb(17 24 33 / 45%);
    opacity: 1;
}

.choose-item a:hover {
    background: rgb(17 24 33);
}

ol.carousel-indicators {
    width: 100%;
    margin: 0;
    opacity: 1!important;
}

.carousel-indicators {
    z-index: 9;
}

.carousel-indicators li {
    width: 100%;
    border-radius: 0;
    transform: scale(1)!important;
    margin: 0;
    height: 4px;
    background: rgb(17 24 33 / 45%);
}

.f-carousel__thumb.active {
    opacity: 0.6;
}

.f-carousel__thumb {
    opacity: 1;
    transition: all .3s;
    cursor: pointer;
}
.psa-row .box.item-box {
    box-shadow: 0 3px 2px rgb(51 65 80 / 3%);
    background: #fff;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.psa-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.row-title .link-right {
    background: #219AF3;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border-radius: 100px;
    transition: all .3s;
}
    
.row-title .link-right:hover,
button#show-btn:hover {
    background: #2b3541;
}

section#offers .row-title {
    align-items: center;
}

.psa-row .item-name {
    margin: 0;
    padding: 10px;
}

.psa-row .item-time {
    margin: 0;
    padding: 0 0 10px 10px;
    display: flex;
    align-items: center;
    /*gap: 5px;*/
}

.psa-row .item-price {
    font-weight: 600;
    margin: 0;
    padding: 0 0 10px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.psa-row .item-name a {
    color: #000;
}

.psa-row .item-name a:hover {
    color: #249af3;
    text-decoration: none;
}

.psa-row .item-name a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
}
    
.psa-row .item-time span.item-info {
    position: relative;
    z-index: 9;
    margin-top: -3px;
}

.psa-row .gallery {
    z-index: 9;
}

.psa-row .carousel-home {
    height: 190px!important;
}
    
section#offers .row-title .link-right img {
    margin: 2px 0 0 3px;
}
    
.item-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 12px;
    padding: 0 0px 10px 10px;
}

.item-tags span {
    border-radius: 35px;
    background: #F5F6F8;
    padding: 5px 10px;
    font-weight: 600;
}

.item-tags span.copart {
    background: #0E5DB8;
    color: #fff;
}

.item-tags span.iaai {
    background: #D91E1E;
    color: #fff;
}
.item-horizontal .item-specs {
    display: table;
    width: 100%;
    margin: 0;
}
.item-title > div {
    display: flex;
}

.item-price .estimated_price {
    display: flex;
    gap: 9px;
    margin-bottom: 10px;
    padding-left: 1px;
    font-size: 12px;
    color: #7F8FA4;
}

.item-horizontal.red .item-price .price-box {
    background: #ff878412;
    color: #ef2621;
}

.item-horizontal.green .item-price .price-box {
    background: #0fbb5b12;
    color: #0fbb5b;
}

.item-horizontal.orange .item-price .price-box {
    background: #E0A42E12;
    color: #E0A42E;
}

.item-horizontal.orange .bid-status.status-orange {
    display: none;
}

.time-frame.just-before span:last-child {
    color: #E0A42E;
}

.time-frame.live span:last-child {
    color: #00CC52;
}
    
.time-frame.after span:last-child {
    color: #ef2621;
}
    
a.tips-question {
    margin-bottom: 2px;
}
.no-wrap-text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item-price .bid-status img, .item-price .date img, .item-price .people-watch img {
    width: auto;
    margin: -2px 6px 0 0;
    float: left;
}

.item-price .bid-status img, .item-price img {
    display: block;
}

.bid-status.status-green {
    color: #16ad59;
}

.item-horizontal .price-box.buy-now, .item-horizontal .price-box.price-box-bid-tab {
    display: flex;
}
.item-price .price-box span {
    display: table;
    margin: 0 auto;
    font-size: 12px;
    color: #7F8FA4;
    font-weight: 400;
}
.spec-line {
    display: flex;
    font-size: 13px;
    gap: 10px;
    margin: 10px 0 0 0;
}
.spec-line {
    display: flex;
    font-size: 13px;
    gap: 10px;
    margin: 7px 0 0 0;
}
span.type.default {
    background: #F5F6F8;
    height: 28px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 100%;
}
span.type.default.open {
    color: #fff;
    background: #16AD59;
}
.item-horizontal .item-price .spec-line > span {
    width: 100%;
}
.container.container-transparent.container-expanded .item-specs ul li span {
    display: table;
}
.item-specs ul li img {
    margin-top: -3px;
}
li.status_item.green strong {
    color: #16AD59;
}
li.status_item.orange strong {
    color: #E0A42E;
}
.item-title {
    display: flex;
    justify-content: space-between;
}
.item-title > div {
    display: flex;
}
.item-title a {
    color: #249AF3;
    font-size: 16px;
}
a.item-title.damage-info {
    display: flex;
    align-items: end;
    transition: all .3s;
}
.item-title span.vin_title, .item-title h2.vin_title {
    color: #7F8FA4;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-left: 7px;
    transform: translateY(1px);
    white-space: nowrap;
}
.item-title span.vin_title:before, .item-title h2.vin_title:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #B4C1D3;
    display: inline-table;
    border-radius: 10px;
}
.item-title .spec-line {
    margin: 0 0 0 5px;
    flex-direction: row-reverse;
}
#search_area .gallery img{
    max-width: 100%;
}
#pagination svg{
    height: 32px;
}
.ui-slider {
    margin: 10px 0;
}
span.type.default.live {
    background: #00cc5214;
}
span.indicator {
    position: relative;
    width: 7px;
    height: 7px;
}
span.type.default span.indicator {
    margin-right: 4px;
    margin-top: -1px;
}
span.indicator::after {
    width: 7px;
    height: 7px;
    content: '';
    background: #00CC52;
    position: absolute;
    border-radius: 100px;
    box-shadow: 0 0 0 0 #00CC52;
    transform: scale(1);
    animation: pulse 2s infinite;
}
.bid-status.status-red {
    color: #ef2621;
}
span.type.default.finished {
    background: #fff7f6;
    color: #ef2621;
}
.bid-status.status-red {
    color: #ef2621;
}
.bid-status.status-red span.indicator::after, span.indicator.red::after {
    box-shadow: 0;
    background: #ef2621;
    animation: none;
}
.item-price .price-box {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 15px;
    background: rgb(245, 246, 248);
    padding: 5px;
}
.price-box.buy-now > div, .price-box.price-box-bid-tab > div {
    width: 100%;
    font-weight: 600;
    font-size: 15px;
}
.price-box.buy-now > div:nth-child(2) {
    color: rgb(15, 187, 91);
}
.item-horizontal .price-box.buy-now, .item-horizontal .price-box.price-box-bid-tab {
    display: flex;
}




.form-control, input[type="text"], input[type="number"] {
    border-radius: 0.5rem;
    border: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    height: 50px;
    font-size: 14px;
	transition: all .3s ease-in-out;
}
.form-control:focus{
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.ui-widget.ui-widget-content {
    border: 0;
    background-color: #f9fbfc;
    height: 6px;
    display: flex;
    align-items: center;
}
.ui-slider-horizontal .ui-slider-range {
    background-color: #405FF2;
}
.ui-slider-horizontal .ui-slider-handle {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: #405FF2;
    border: 2px solid #fff;
    top: auto;
}
.tags-style {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.form-check-label{
	cursor: pointer;
}
.tags-style .form-check-obj{
	padding: 4px 8px;
    font-size: 13px;
    background: #f9fbfc;
    border-radius: 5px;
    letter-spacing: 1px;
	border: 1px solid #b5bfd9;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.tags-style .form-check-obj:has(> .form-check-input:checked){
    border-color:#2260ff;
}
.tags-style .form-check-obj:hover{
    border-color:#2260ff;
}
.ui-slider {
    margin: 15px 0;
}



  .checkbox-wrapper-16 *,
  .checkbox-wrapper-16 *:after,
  .checkbox-wrapper-16 *:before {
    box-sizing: border-box;
  }
.checkbox-wrapper-16 .checkbox-wrapper{
	width: calc(33.3% - .33rem);
}
  .checkbox-wrapper-16 .checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #2260ff;
    border-color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-icon,
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-label {
    color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
  }
  .checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
  }

  .checkbox-wrapper-16 .checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: 1px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
  }
  .checkbox-wrapper-16 .checkbox-tile:not(.no-checker):before {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .checkbox-wrapper-16 .checkbox-tile:hover {
    border-color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
  }

.checkbox-wrapper-16 .checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
	position: relative;
}
.checkbox-wrapper-16 .checkbox-icon svg {
    width: 3rem;
    height: 3rem;
}
.checkbox-wrapper-16 .checkbox-icon img, .checkbox-wrapper-16 .checkbox-icon span {
    width: 36px;
    height: 36px;
}
.checkbox-wrapper-16 .checkbox-icon span {
    display: block;
}
.checkbox-wrapper-16 .checkbox-wrapper.checkbox-color span.color-select {
    width: 26px;
    height: 26px;
	border: 1px solid #b5bfd9;
	border-radius: 50%;
}
.checkbox-wrapper-16 .checkbox-wrapper.checkbox-color span.color-select.color-other{
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	transform: rotate(45deg);
}
.checkbox-wrapper-16 .checkbox-wrapper.checkbox-color span.color-select.color-other:before,
.checkbox-wrapper-16 .checkbox-wrapper.checkbox-color span.color-select.color-other:after{
	content: '';
	position: absolute;
    width: 26px;
    height: 26px;
}
.checkbox-wrapper-16 .checkbox-wrapper.checkbox-color span.color-select.color-other:before{
	left: -18px;
	background-color: #fff;
}
.checkbox-wrapper-16 .checkbox-wrapper.checkbox-color span.color-select.color-other:after{
	right: -18px;
	background-color: #000;
}
.checkbox-wrapper-16.checkbox-4 .checkbox-wrapper {
    width: calc(25% - .4rem);
}
.checkbox-wrapper-16.checkbox-5 .checkbox-wrapper {
    width: calc(20% - .4rem);
}
.checkbox-wrapper-16.checkbox-5 .checkbox-wrapper .checkbox-label{
    font-size: 11px;
}
.checkbox-wrapper-16.checkbox-5 .checkbox-icon img, .checkbox-wrapper-16.checkbox-5 .checkbox-icon span{
    width: 36px;
    height: 36px;
}
.checkbox-wrapper-16 .checkbox-wrapper.checkbox-color .checkbox-icon{
	height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.checkbox-wrapper-16 .checkbox-label {
    transition: 0.375s ease;
    text-align: center;
	font-size: 11px;
	line-height: 13px;
}
.checkbox-wrapper-16.checkbox-4 .checkbox-tile:before{
	width: 1rem;
    height: 1rem;
	top: 0.15rem;
    left: 0.15rem;
}
.checkbox-wrapper-16.checkbox-3 .checkbox-icon img, .checkbox-wrapper-16.checkbox-3 .checkbox-icon span{
    width: 48px;
    height: 48px;
}
.checkbox-wrapper-16.checkbox-3 .checkbox-label {
	font-size: 14px;
	line-height: 16px;
}


.checkbox-wrapper-16 .checkbox-icon.icon-without{
	display: flex;
	align-items: center;
	justify-content: center;
}
.checkbox-wrapper-16 .checkbox-icon.icon-without:after{
	content: '';
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    transform: rotate(45deg);
}
.checkbox-wrapper-16 .checkbox-icon.icon-water,
.checkbox-wrapper-16 .checkbox-icon.icon-vandalized,
.checkbox-wrapper-16 .checkbox-icon.icon-electric,
.checkbox-wrapper-16 .checkbox-icon.icon-manual {
    height: 36px;
	display: flex;
	justify-content: center;
    align-items: center;
}
.checkbox-wrapper-16 .checkbox-icon.icon-water img,
.checkbox-wrapper-16 .checkbox-icon.icon-vandalized img,
.checkbox-wrapper-16 .checkbox-icon.icon-electric img,
.checkbox-wrapper-16 .checkbox-icon.icon-manual img{
    height: 30px;
}
.swiper-vehicle-thumb{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 180px;
	position: relative;
}
.swiper-vehicle-thumb .swiper-vehicle-zoom{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-in-out;
	opacity: 0;
}
.swiper-vehicle-thumb .swiper-vehicle-zoom:hover{
	opacity: 1;
}
.swiper-vehicle-thumb .swiper-vehicle-zoom img{
	width: 30px;
	filter: invert(1);
    opacity: .5;
}
.gallery .swiper .swiper-button-next, .gallery .swiper .swiper-button-prev{
	color: #405ff2;
	transition: all .3s ease-in-out;
}
.gallery .swiper .swiper-button-next{
	right: -50px;
}
.gallery .swiper .swiper-button-prev{
	left: -50px;
}
.gallery .swiper:hover .swiper-button-next{
	right: 0;
}
.gallery .swiper:hover .swiper-button-prev{
	left: 0;
}
.gallery .swiper .swiper-button-next:after, .gallery .swiper .swiper-button-prev:after {
    font-size: 28px;
}
.gallery .swiper .swiper-pagination-bullet{
	transition: all .3s ease-in-out;
	display: none;
}
.gallery .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 20px;
    background: #405ff2;
    border-radius: 5px;
}
.gallery .swiper .swiper-pagination-bullet:nth-child(-n+7) {
	display: inline-block;
}
.gallery .swiper .swiper-pagination{
	bottom: 0;
}
.lot-search-info{
	padding: 4px 8px;
    font-size: 10px;
    background: #f9fbfc;
    border-radius: 5px;
    letter-spacing: 1px;
    border: 1px solid #b5bfd9;
}
.lot-search-details ul,
.lot-search-seller ul{
    letter-spacing: .5px;
}
.lot-search-seller ul{
	padding: 2px 6px;
    background: #f9fbfc;
    border-radius: 5px;
    border: 1px solid #b5bfd9;
}
.lot-search-details li,
.lot-search-seller li{
	display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
}
.lot-search-details li > img,
.lot-search-seller li > img{
	width: 32px;
}
.lot-search-details li > img.small-icon{
	width: 24px;
    margin-right: 8px;
}
.lot-search-details li span,
.lot-search-seller li span{
	font-weight: 700;
}
.lot-search-details ul{
	display: flex;
    flex-wrap: wrap;
	gap: 5px;
}
.lot-search-details ul li{
	width: calc(25% - 5px)
}
.lot-thumbs-wrap{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 10px;
}
.lot-thumbs-wrap .lot-thumb-single{
	width: calc(20% - 8px);
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 85px;
}
.lot-thumbs-wrap .lot-thumb-single:before{
	content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    position: absolute;
    z-index: 2;
	transition: all .3s ease-in-out;
}
.lot-thumbs-wrap .lot-thumb-single.active:before{
	background: rgba(0,0,0,.5);
}
.lot-page .lot-search-info{
	font-size: 14px;
	cursor: pointer;
}
.lot-page .lot-search-info svg{
	width: 20px;
	height: 20px;
}
.lot-details ul li{
	padding: 10px;
	border-bottom: 1px solid #ededed;
	font-size: 14px;
    line-height: 18px;
}
.lot-details ul li:last-child{
	border: 0;
}
.swiper-vehicle .swiper-vehicle-thumb{
	height: 480px;
}
#tertiary-info button span{
	width: 19px;
    height: 19px;
    display: inline-flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    background-color: #0d6efd;
    color: #fff;
    border-radius: 15px;
    margin-left: 5px;
	transition: all .3s ease-in-out;
}
#tertiary-info button:hover span{
    background-color: #fff;
    color: #0d6efd;
}
.vehicle-si-i{
	line-height: 18px;
}
.cursor-pointer{
	cursor: pointer;
}
.vehicle-si .vehicle-si-i{
	border-left: 1px solid #dee2e6;
}
.vehicle-si .vehicle-si-i:last-child{
	border-right: 1px solid #dee2e6;
}
#bid-input .minus-btn,
#bid-input .plus-btn{
	justify-content: center;
    width: 50px;
	cursor: pointer;
}
.body-auth{
	min-height: 100vh;
	background-image: url(https://demoapus1.com/boxcar/wp-content/uploads/2023/09/h61.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.price-estimator-items > div{
	flex: 1 1 30%;
}
.option .num{
	width: 19px;
    height: 19px;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-info{
	font-weight: bold;
}
.user-cabinet-menu a img{
	filter: invert(1);
}

.loader-wrap{
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	background: rgba(0,0,0,.8);
	align-items: center;
	justify-content: center;
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-right-color: #0d6efd;
  animation: l15 1s infinite linear;
}
.loader::before,
.loader::after {    
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
  animation: l15 2s infinite;
}
.loader::after {
  margin: 8px;
  animation-duration: 3s;
}

.vehicle-images-sticky{
	position: sticky;
    top: 0;
}
.vehicle-images-wrap{
	position: relative;
}
.more-resources{
	display: flex;
    position: absolute;
    bottom: 15px;
    right: 15px;
	gap: 15px;
	z-index: 2;
}
.more-resources > div{
	display: flex;
	align-items: center;
	gap: 5px;
	background-color: rgba(0,0,0,.7);
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	padding: 3px 5px;
	cursor: pointer;
}
.more-resources > div img{
	filter: invert(1);
}

.alert-success{
	background: rgba(0, 204, 82, 0.08);
}
#video-target{
	height: 100%;
}
.form_boxes.line-r {
    position: relative;
}
.boxcar-banner-section-v1 {
    background-image: url(../images/banner-page1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}
.boxcar-banner-section-v1 .banner-content {
    width: 924px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.boxcar-banner-section-v1 .banner-content>span {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}
.boxcar-banner-section-v1 .banner-content h2 {
    color: #fff;
    font-size: 70px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 48px;
}
.boxcar-banner-section-v1 .banner-content .form-tabs-list {
    margin-bottom: 22px;
}
.boxcar-banner-section-v1 .banner-content .form-tabs-list li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-right: 26px;
    cursor: pointer;
    position: relative;
    padding-bottom: 3px;
}
.boxcar-banner-section-v1 .banner-content .form-tabs-list li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.boxcar-banner-section-v1 .banner-content .form-tabs-list li.current:before {
    opacity: 1;
    visibility: visible;
}
.boxcar-banner-section-v1 .banner-content .form-tab-pane form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 15px;
}
.boxcar-banner-section-v1 .banner-content .form-tab-pane form > div:first-child > div {
    width: calc(25% - 7.5px);
}
.boxcar-banner-section-v1 .banner-content .form-tab-pane form > div:last-child > div {
	width: calc(37% - 1px);
}
.boxcar-banner-section-v1 .banner-content .form-tab-pane form > div:last-child > div:last-child {
    width: calc(25% - 7.5px);
}
.boxcar-banner-section-v1 .banner-content .form-tab-content>span {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-top: 31px;
    margin-bottom: 20px;
}
.boxcar-banner-section-v1 .banner-content .form-tab-content .model-links li {
    display: inline-block;
    margin-right: 6px;
}
.boxcar-banner-section-v1 .banner-content .form-tab-content .model-links li span {
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    height: 44px;
    line-height: 44px;
    padding: 0 30px;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.boxcar-banner-section-v1 .banner-content .form-tab-content .form-submit button img{
	filter: invert(1);
	position: relative;
    top: -2px;
}
.form_boxes .checkbox-wrapper-16.checkbox-3 .checkbox-icon img, 
.form_boxes .checkbox-wrapper-16.checkbox-3 .checkbox-icon span {
    width: 32px;
    height: 32px;
}
.home-brands img{
	max-height: 40px;
}
.boxcar-testimonial-section-three{
    position: relative;
}
.large-container {
    position: static;
    max-width: 1730px;
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}
.boxcar-testimonial-section-three .right-box {
    background-color: #405FF2;
    border-radius: 16px;
    padding: 110px 150px;
}
.boxcar-testimonial-section-three .content-column .inner-column {
    margin-top: 47px;
}
.boxcar-testimonial-section-three .content-column .inner-column .boxcar-title {
    margin-bottom: 0px;
}
.boxcar-title h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #050B20;
    text-transform: capitalize;
    line-height: 45px;
}
.boxcar-title.light .text, .boxcar-title.light h2, .boxcar-title.light h1 {
    color: #fff;
}
.boxcar-testimonial-section-three .content-column .inner-column .boxcar-title h2 {
    margin-bottom: 13px;
}
.boxcar-testimonial-section-three .content-column .inner-column .boxcar-title .text {
    margin-top: 13px;
    padding-right: 130px;
}
.testimonial-block-three .inner-box {
    background-color: #ffffff;
    text-align: center;
    padding: 34px 0 40px;
    border-radius: 16px;
	height: 100%;
}
.testimonial-block-three .inner-box .content-box span {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 13px;
    display: inline-block;
}
.testimonial-block-three .inner-box .content-box .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	list-style: none;
}
.testimonial-block-three .inner-box .content-box .rating li {
    width: 37.5px;
    height: 37.5px;
    text-align: center;
    line-height: 37.5px;
    font-size: 25px;
    background-color: #00B67A;
    color: #ffffff;
    margin-right: 3px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-block-three .inner-box .content-box .rating li img{
	width: 26px;
}
.testimonial-block-three .inner-box .content-box small {
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
}
.image {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.image img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
figure.image {
    margin-bottom: 0;
}







@keyframes l15{ 
  100%{transform: rotate(1turn)}
}

footer .h6{
	margin-bottom: 15px;
}
footer ul li a{
	color: #fff;
	font-size: 14px;
    line-height: 26px;
    text-decoration: none;
	transition: all .3s ease-in-out;
	font-weight: 300;
}
footer ul li a:hover{
	color: #0d6efd;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }
}
@media (min-width: 1181px) {
    .item-title > div {
        flex-wrap: wrap;
        width: 100%;
        display: flex;
    }
    .item-title > div:first-child {
        width: 84%;
    }
    .item-title > div {
        flex-wrap: wrap;
        width: 100%;
        display: flex;
    }
    .item-title > div:first-child {
        width: 84%;
    }
    .item-title > div:last-child {
        width: 16%;
    }
}

@media (min-width: 1640px) {
    .container-lot {
        max-width: 1600px;
    }
}