*{
  margin: 0px;
  padding: 0px;
}

.maintenance-title {
  font-style: normal;
  font-weight: 700;
  font-size: 43.6923px;
  color: #333333;
}
.section-name {
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 57px;
  color: #333333;
}

.section-name:hover {
  color: #333333;
}

.sna-cta-w {
  text-decoration: none;
  box-sizing: border-box;
  background: #fff;
  color: #2E2E33;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  width: 187px;
  height: 55px;
  border: 1px solid #2E2E33;
}
.sna-cta-r {
  text-decoration: none;
  box-sizing: border-box;
  background: #EB0B1E;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  width: 187px;
  height: 55px;
  /* border: 1px solid #2E2E33; */
}

.sna-cta-w:hover {
  color: #FFFFFF;
  background: #EB0B1E;
}
.sna-cta-r:hover {
  color: #fff;
  background: #A8000E;
}

.tem-title {
  font-size: 24px;
  font-weight: 700px;
  /* color: #2E2E33; */
}
.tem-content {
  font-size: 18px;
  font-weight: 400px;
  color: #2E2E33;
}



.tem-image{
  width: 897px;
  height: 598px;
  object-fit: contain;
}

.bp-image {
  width: 897px;
  height: 1001px;
  /* object-fit: contain; */
}

.sec {
  /* height: 71px; */
  position: relative;
  border-bottom: 1px solid #2E2E33;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.arrow_prev_sec {
  position: absolute;
  top: 35%;
  z-index: 1;
  left: 0;
}
.arrow_next_sec {
  position: absolute;
  right: 0;
  top: 35%;
}

.arrow_prev_sec[aria-disabled="true"] {
  /* display: none!important; */
  color: gray;
}
.arrow_next_sec[aria-disabled="true"] {
  /* display: none!important; */
  color: gray;
}

.btn-un .accordion-button:not(.collapsed) {
  background: #000000;
  color: white;
}

.btn-un [type=button]:not(:disabled) {
  background-color: #000000;
  color: white;
}

.btn-un .accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' stroke='%23ffffff' stroke-width='2'/></svg>") !important;
}

.accordion-button:focus {
  box-shadow: unset;
}

.accordion-body {
  background: #F5F5F5;
}

.accordion-item {
  border: unset;
}

table {
  border: 0!important;
}

td {
  border-bottom: 1px solid black;
  height: 48px!important;
}

/* .sec .slick-track {
  display: flex !important;
  justify-content: space-around !important;
}

.sec .slick-slide {
  width: auto !important;
} */

.s-slide {
  width: auto!important;
  margin: 0 22px;
}





@media screen and (max-width: 2560px) {
  .s-slide {
    width: auto!important;
    margin: 0 73px;
  }
}

@media screen and (max-width: 2504px) {
  .s-slide {
    width: auto!important;
    margin: 0 50px;
  }
}

@media screen and (max-width: 2138px) {
  .s-slide {
    width: auto!important;
    margin: 0 35px;
  }
}



@media screen and (max-width: 1921px) {
  .s-slide {
    width: auto!important;
    margin: 0 30px;
  }
}

@media screen and (max-width: 1500px) {
.tem-image, .bp-image {
    width: 480px;
   height: 388px;
  }
}

@media screen and (max-width: 768px) {
  .tem-image, .bp-image {
    width: 380px;
   height: 288px;
  }

  .s-slide {
    /* width: auto!important; */
    margin: 11px 11px;
  }

  .maintenance-title {
    font-size: 36px;
  }

  .tem-title {
    font-size: 18px;
  }

  .sm-content { 
    font-size: 16px!important;
  }

}

@media screen and (max-width: 370px) {
  .s-slide {
    width: unset;
    margin: 0px 3px;
  }

  .section-name {
    line-height: 30px;
  }

  .n-l {
    width: 160px;
  }
}