.banner_3 {
  position: relative;
  z-index: 10;
  background-image: url(../image/ban10.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
}

.design-box {
  width: 26%;
}

/* .new-div .model-dot {
  width: 57%;
  margin: 0 0 0 20px;
}

.new-div {
  margin: 0 0 25px 48%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.new-div h4 {
  margin-bottom: 0 !important;
}

.tab-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab-txt {
  margin-left: 5px;
}

.tab-txt h5 {
  margin-bottom: 0 !important;
}

.model-tab .tab-div:first-child {
  margin-right: 25px;
}

.tab-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.tab-btn.active {
  border: 1px solid #191919;
}

.tab-btn.active .inner-btn {
  background-color: #191919;
}

.inner-btn {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #bebebe;
  border: 1px solid #191919;
  cursor: pointer;
}

.tab-img {
  width: 100%;
}

.tab-img img {
  width: 100%;
}

.dot-1 {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dot-1.active {
  border: 2px solid #003487;
}

.dot-new {
  display: flex;
  justify-content: flex-start;
}

.new-dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #00849f;
  cursor: pointer;
}

.tab-con {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
}

.img-container {
  width: 47%;
}

.txt-container {
  text-align: left;
  width: 53%;
} */

.dot-1[data-tab="tab2"] .new-dot {
  background-color: #333333;
}

.dot-1[data-tab="tab3"] .new-dot {
  background-color: #a6212b;
}

.dot-2[data-id="tab2"] .new-dot {
  background-color: #a6212b;
}

.dot-2[data-id="tab3"] .new-dot {
  background-color: #333333;
}

.dot-2[data-id="tab4"] .new-dot {
  background-color: #103051;
}

.dot-2[data-id="tab5"] .new-dot {
  background-color: #103051;
}

.dot-new .dot-2[data-id="tab6"]::before,
.dot-new .dot-2[data-id="tab6"]::after {
  content: "";
  width: 12px;
  height: 24px;
}

.dot-new .dot-2[data-id="tab6"]:before {
  float: left;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #333333;
}

.dot-new .dot-2[data-id="tab6"]:after {
  transform: rotate(180deg);
  float: right;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #2e2d8b;
}

/* .tab-parent {
  display: none;
}

.tab-parent.active {
  display: block;
}

.txt-container h5 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #222222;
  margin-bottom: 12px;
  margin-top: 10px;
} */
