.quick_pileg .tab_pileg {
  /* margin-top: 30px; */
  margin-bottom: 30px;
  padding: 0 20px 20px 20px;
}

.nav-tabs li a {
  text-transform: uppercase;
  font-size: 12px;
  background: #f9f9f9;
  color: #404040;
  font-weight: 600;
}

.nav-tabs {
  border-bottom: none;
  display: flex;
  /* flex-wrap: wrap; */
}

.nav-tabs li {
  margin-right: 10px;
  margin-top: 10px;
}

.nav-tabs>li.active>a {
  border: none;
  color: #fff;
  background: #4ca3d8;
}

.nav-tabs>li>a {
  border: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #fff;
  cursor: default;
  background: #4ca3d8;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background: #4ca3d8;
  color: #fff;
}

.tab-content {
  margin-top: 30px;
}

.tab-content .survey_1 {
  display: flex;
  width: 100%;
  height: 114px;
  margin-bottom: 20px;
}

.tab-content>.active {
  display: block;
  visibility: visible;
}

.survey_1 .data {
  width: 16%;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 252px;
  /* padding: 30px 0; */
  /* gap: 10px; */
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 3px solid #4ca3d8;
  background: #f9fdff;
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.survey_1 .data2 {
  width: 16%;
}

.survey_1 .pic_data img {
  object-fit: cover;
  /* width: 80%; */
  height: auto;
}

.survey_1 .text_data {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #1e1e1e;
  text-align: center;
}

.survey_1 .pic_data {
  width: 100%;
  padding: 20px 0;
}

/* owl Carousel star */

.survey_1 .item:hover {
  cursor: grab;
}

.survey_1 .item:active {
  cursor: grabbing;
}

.survey_1 .owl-pagination {
  display: none;
}

/* owl Carousel star */

.survey_1 .item p:first-child {
  text-align: center;
  background: #4ca3d8;
  color: #fff;
  font-weight: bold;
  margin: 0;
  letter-spacing: 2px;
  padding: 3px;
}

.survey_1 .check_pileg {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  background: #f6f6f6;
  padding: 16px 0;
}

.survey_1 .check_pileg img {
  width: 50%;
  height: 60px;
  object-fit: contain;
}

.survey_1 .check_pileg p {
  color: #1e1e1e;
  font-weight: 700;
  font-size: 16px;
}

.wraper_owl_carousel {
  display: flex;
  flex-direction: column;
}

/* breakpoint */
@media (max-width: 768px) {
  .survey_1 .data {
    width: 29%;
    position: relative;
  }

  .survey_1 .data2 {
    width: 29%;
  }

  .survey_1 .data .text_data {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .survey_1 .data {
    width: 60%;
    position: relative;
  }

  .survey_1 .data2 {
    width: 60%;
  }
}

.tab_pileg .nav-tabs {
  Flex-wrap: wrap;
}