.brand_box {
  margin-bottom: 55px;
}
.brand_box .txt_login {
  font-size: 26px;
  font-weight: 700;
  color: #353893;
}

.brand_icons > ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.brand_icons > ul > li {
  background: transparent;
  display: block;
  width: 18.7%;
  height: auto;
  text-align: center;
}

.brand_icons > ul > li > a {
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: block;
  padding: 30px;
  width: 100%;
  height: auto;
  text-align: center;
  color: #000;
  transition: 0.5s;
  transform: scale(1);
}

.brand_icons > ul > li > a:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

.brand_icons > ul > li > a .imgbrand {
  height: 84px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand_icons > ul > li > a img {
  max-width: 100%;
  object-fit: contain;
}

.flexbrand .titlebrand {
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  text-transform: capitalize;
}

.flexbrand .brandcheck {
  width: 20px;
  height: 20px;
}

.buttonsearch {
  border-top: #e5e5e5 solid thin;
  margin-top: 30px;
  padding-top: 20px;
  text-align: right;
}

.buttonsearch .searchbtn {
  color: #fff;
  background: #ec2028;
  border: none;
  width: 250px;
  border-radius: 5px;
  padding: 10px 24px;
}

.subtitle_brand {
  border-bottom: #e5e5e5 solid thin;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}
div#brandpage {
  min-height: 50vh;
}

@media all and (max-width: 767px) {
  .brand_icons > ul {
    display: block;
  }
  .brand_icons > ul > li {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .brand_icons > ul > li {
    width: 31.2%;
  }
}
@media all and (min-width: 992px) and (max-width: 1283px) {
  .brand_icons > ul > li {
    width: 23.2%;
  }
}
