.motor_5 {
  position: relative;
  z-index: 10;
  background-image: url(../image/ban7.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
}

.new_1 {
  background-color: #1c429d !important;
}
.new_4 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background-color: #464646 !important;
}
.new_6 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background-color: #dc0026 !important;
}

.model-tab .tablinks[data-tab="tab2"]::before,
.model-tab .tablinks[data-tab="tab2"]::after {
  content: "";
  width: 12px;
  height: 24px;
}

.model-tab .tablinks[data-tab="tab2"]:before {
  float: left;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #787878;
}

.model-tab .tablinks[data-tab="tab2"]:after {
  transform: rotate(180deg);
  float: right;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #c4508a;
}

.model-tab .tablinks-tablinks[data-tab="tab6"]::before,
.model-tab .tablinks-tablinks[data-tab="tab6"]::after {
  content: "";
  width: 12px;
  height: 24px;
}

.model-tab .tablinks-tablinks[data-tab="tab6"]:before {
  float: left;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #d20021;
}

.model-tab .tablinks-tablinks[data-tab="tab6"]:after {
  transform: rotate(180deg);
  float: right;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #c4508a;
}

/* .tablinks-tablinks{


} */


/* meadia-query */

@media screen and (max-width: 600px) {
  .motor_5 {
    height: 400px;
  }
}
