.tradein_page_block{
  margin-bottom: 50px;
}
.tradein_page_block > h2{
  margin-bottom: 20px;
}
.tradein_category_item label .active {
  display: none !important;
}
.tradein_category_item input[type="radio"]:checked+label .default,
.tradein_category_item input[type="radio"]+label:hover .default {
  display: none !important;
}
.tradein_category_item input[type="radio"]:checked+label .active,
.tradein_category_item input[type="radio"]+label:hover .active {
  display: block !important;
}
.tradein_hows{
  display: flex;
  gap: 15px;
}
.tradein_hows_item{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px;
  width: calc((100% - (15px * 3)) / 4);  
}
.tradein_hows_item .num{
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 16px;
  background: #3296d9;
  color: #fff;
}
.tradein_hows_item .info{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tradein_hows_item .info .title{
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: 500;
}
.tradein_hows_item .info .text{
  font-size: 14px;
  line-height: 18px;
}
.tradein_forms {
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.tradein_header_steps {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.tradein_header_steps .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.product-autocomplete-dropdown {
  position: absolute;
  z-index: 999;
  background: white;
  border: 1px solid #ccc;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}
.autocomplete-item {
  padding: 8px;
  cursor: pointer;
}
.autocomplete-item:hover {
  background: #f0f0f0;
}
.tradein_header_steps .item .num {
  background: #f5f5f5;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 16px;
  color: #707070;
}
.tradein_header_steps .item.active .num {
  background: #3296d9;
  color: #fff;
}
.tradein_header_steps .item .info {
  display: flex;
  flex-direction: column;
}
.tradein_header_steps .item .info .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #707070;
  white-space: nowrap;
}
.tradein_header_steps .item.active .info .title {
  color: #000;
}
.tradein_step {
  display: none;
}
.tradein_step.active {
  display: block;
}
.tradein_step_content {
  margin-bottom: 30px;
}
.tradein_steps form .form-group {
  margin-left: 0;
  margin-right: 0;
}
.tradein_categories {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.tradein_category_item {
  display: block;
  flex-shrink: 0;
  width: calc((100% - (15px * 4)) / 5);
}
.tradein_category_item input[type="radio"] {
  display: none;
}
.tradein_category_item input[type="radio"]+label {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 18px 3px;
  margin: 0;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tradein_category_item input[type="radio"]+label img {
  height: 40px;
  height: auto;
  margin: 0 0 5px 0;
  display: block;
}
.tradein_category_item input[type="radio"]+label span {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  height: 36px;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.tradein_category_item input[type="radio"]+label:hover {
  background: #e7e8f8;
  border: 1px solid #e7e8f8;
}
.tradein_category_item input[type="radio"]:checked+label {
  background: #c3e7ff;
  border: 1px solid #23a1d1;
}
.trade_in_field_select.error_style select,
.trade_in_field_text.error_style input,
.trade_in_field_textarea.error_style textarea,
#tradein_contact_form .form-group.error_style input {
  border: 1px solid rgba(255, 0, 0, 0.7);
}
.trade_in_field_radio.error_style .trade_in_field_values,
.trade_in_field_checkbox.error_style .trade_in_field_values {
  border-radius: 6px;
  border: 1px solid rgba(255, 0, 0, 0.7);
  padding: 5px;
}
.fil_val_title{
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
.fil_val_description{
  color: #707070;
}
.current_info {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: #707070;
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.current_info .ci_name{
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: baseline;
  max-width: 135px;
  text-overflow: ellipsis;
}
.change_cat,
.change_product {
  margin: 0;
  cursor: pointer;
  color: #23a1d1;
  border-bottom: 1px dashed #23a1d1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.change_cat:hover,
.change_product:hover {
  color: #23a1d1;
}
.tradein_alert{
  margin-top: 20px;
  padding: 15px;
  font-size: 14px;
  line-height: 18px;
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 10px;
}
.tradein_faq_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.tfaq_item {
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px;
}
.tfaq_item.active {
  border-color: #23a1d1;
}
.tfaq_item_header {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.tfaq_item_title{
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
}
.tfaq_item_arrow{
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M9.375 14.0625L14.2311 18.9501C15.2081 19.9333 16.7919 19.9333 17.7689 18.9501L22.625 14.0625' stroke='%23000000' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.tfaq_item_header.active .tfaq_item_title{
  color: #23a1d1;
}
.tfaq_item_header.active .tfaq_item_arrow{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M9.33398 22.6666L14.19 17.7791C15.167 16.7958 16.7509 16.7958 17.7279 17.7791L22.584 22.6666M9.33398 10.375L14.19 15.2625C15.167 16.2458 16.7509 16.2458 17.7279 15.2625L22.584 10.375' stroke='%23000000' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.tfaq_item_content {
  display: none;
  padding-top: 20px;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 991px) {
  .tradein_hows{
    flex-wrap: wrap;
  }
  .tradein_hows_item{
    width: calc((100% - (15px * 1)) / 2);
  }
  .tradein_header_steps {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .tradein_category_item input[type="radio"]+label span {
    text-align: left;
  }
  .tradein_category_item {
    width: calc((100% - (15px * 2)) / 3);
  }
}
@media (max-width: 767px) {
  .tradein_hows_item,
  .tradein_category_item {
    width: 100%;
  }
}