.banner-1 {
  position: relative;
  z-index: 10;
  background-image: url(../image/ban3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
}

.new_1 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #f9f9f9 !important;
}

.new_2 {
  background-color: #6a7f6c !important;
}

.new_3 {
  background-color: #464646 !important;
}

.model-tab .tablinks[data-tab="tab3"]:before {
  display: none !important;
}

.model-tab .tablinks[data-tab="tab3"]:after {
  display: none !important;
}

/* meadia-query */

@media screen and (max-width: 600px) {
  .banner-1 {
    height: 400px;
  }
}
