.security_img_hp img {
  width: 100% !important;
  height: 50vh;
  object-fit: contain;
}
.service .design_info_hp a {
  color: #fff;
  border-bottom: 1px #fff solid;
}
.contact_change_cp .take_img_hp img {
  filter: none;
}

.social a {
  color: #fff;
  font-size: 22px;
  margin-right: 10px;
}
.copyright_new a {
  color: #ccce00;
}
.more_service {
  display: none;
}
/* .axis_box_img_acp img {
  width: 100%;
  height: 25vh;
  object-fit: contain;
} */

.axis_box_img_acp img {
    width: 100%;
    height: 50vh;
    object-fit: contain;
}
.service img {
    width: 100%;
    height: 100%;
    object-fit: inherit;
}
.axis_box_info_acp {
  padding: 0 0px;
}

.carousel-indicators button.thumbnail img {
  width: 100px;
  /* min-height: 70px !important;
  max-height: 70px !important;
  height: 70px !important; */
  object-fit: cover !important;
}

.carousel-indicators button.thumbnail {
  width: 100px;
}

.banner_detail_acp .warranty_badge img {
  z-index: 999;
}

.carousel-item img {
  /* width: 75% !important; */
  height: 40vh;
  object-fit: contain;
}
#carouselExampleIndicators {
  width: 75%;
}
.about_info_ap {
  padding-top: 0px;
  text-align: center;
  padding-bottom: 20px;
}
.about_info_ap h3 {
  font-size: 30px;
  line-height: 42px;
  color: #000;
  font-weight: 600;
}
.form_input_cp textarea {
  margin-bottom: 10px !important;
}
.form_btn_cp button {
  min-width: 158px;
  padding: 10px;
  font-size: 16px;
  line-height: 25px;
  border: none;
}
[type=submit]{
    border: none !important;
}

.carousel-indicators [data-bs-target] {

    background-color: #f8f7f5 !important;

}
@media (max-width: 767px) {
  #carouselExampleIndicators {
    width: 100%;
  }
  .banner_detail_inner {
    margin-top: 80px;
  }
  .banner_detail_acp .warranty_badge img {
    right: 0px;
  }
  .banner_detail_acp .warranty_badge img {
    top: -53px;
  }
}
@media (min-width: 992px) and (max-width: 1460px) {
  .axis_box_info_acp {
    padding: 0 0px;
  }
}
