/* Header */
/* Section Contact */
.sec-contact .banner-contact .banner-bg {
  border-radius: 15px;
}
/* Sec factory */
.sec-factory-2 .box .box-text {
  padding: 0;
}
.sec-factory-2 .box .box-text .label-number > p > span,
.sec-factory-2 .box .box-text .label-number > span {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 33px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 55px;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 50%;
}
/*Sec main category */
.row-main-category {
  position: relative;
}
.row-main-category .box .box-image img {
  padding: 0;
  border-radius: 100%;
  border: 9px solid #AE7146;
}
/*Sec sale staff */
.sec-sale-staff .salestaff-box {
  padding-bottom: 15px;
}
.sec-sale-staff .salestaff-box .icon-box-text {
  padding-left: 7px !important;
}
.sec-sale-staff .salestaff-box .icon-box-text p {
  margin: 0;
  line-height: 23px;
}
.sec-sale-staff .salestaff-box .icon-box-text i.fab {
  color: #ffffff;
}
.sec-sale-staff .salestaff-box .icon-box-text a[class*='ss-icon-'] {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.sec-sale-staff .salestaff-box .icon-box-text a.ss-icon-skypee {
  background: #00AFF0;
}
.sec-sale-staff .salestaff-box .icon-box-text a.ss-icon-facebook {
  background: #3954a1;
}
.sec-sale-staff .salestaff-box .icon-box-text a.ss-icon-whatsapp {
  background: #189D0E;
}
.sec-sale-staff .salestaff-box .icon-box-text a.ss-icon-instagram i {
  color: #DD974A;
}
.sec-sale-staff .salestaff-box .icon-box-img img {
  aspect-ratio: 1 / 1.3;
  object-fit: cover;
}
/* For Mobile */
/* For Mobile and Tablet */
@media only screen and (max-width: 1200px) {
  /*Sec sale staff */
  .sec-sale-staff .salestaff-box {
    display: block;
    text-align: center;
  }
  .sec-sale-staff .salestaff-box .icon-box-img {
    margin-left: calc(50% - 40px);
  }
}
/* For Desktop */
@media only screen and (min-width: 1600px) {
  /*Sec main category */
  .row-main-category {
    position: relative;
  }
  .row-main-category::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('category_line_vector.svg');
    background-repeat: no-repeat;
    background-position: center center;
  }
}
