.design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper .center-area-content .area-address-wrapper ul {
  margin: 0
}
@media screen and (max-width:1400px) {
  .design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper .center-area-content .area-address-wrapper ul {
    padding: 0 0 0 10px
  }
}
@media screen and (max-width:767px) {
  .design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper .center-area-content .area-address-wrapper ul {
    padding: 0 0 0 12px
  }
}
.design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper .center-area-content .area-address-wrapper ul li {
  list-style: none;
  position: relative;
  padding-left: 24px;
  padding-bottom: 12px
}
.design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper .center-area-content .area-address-wrapper ul li:last-child {
  padding-bottom: 0
}
.design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper .center-area-content .area-address-wrapper ul li::after {
  content: "";
  width: 8px;
  height: 8px;
  border: none;
  border-top: 2px solid #112868;
  border-right: 2px solid #112868;
  position: absolute;
  top: 10px;
  left: 0;
  transform: skew(-20deg,0deg)
}
.design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper .item-content::-webkit-scrollbar,
.design-centers-wrapper .centers-wrapper .center-content .tab-pane::-webkit-scrollbar {
  width: 5px;
  background-color: #d5d5d5;
  border-radius: 16px;
  margin-left: 8px
}
.design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper .item-content::-webkit-scrollbar-thumb,
.design-centers-wrapper .centers-wrapper .center-content .tab-pane::-webkit-scrollbar-thumb {
  border-radius: 24px;
  background: #112868;
  border: 1px solid transparent
}
.design-centers-wrapper {
  width: 100vw;
  margin-left: calc((100% - 100vw)/ 2);
  position: relative;
  background-color: #112868;
  overflow: hidden
}
.design-centers-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc((100% - 100vw)/ 2);
  background: url(/themes/custom/ltts_revamp/images/design-centers/upper-wave.webp) no-repeat;
  width: 500px;
  height: 200px;
  background-size: cover;
  background-position: top right
}
@media screen and (max-width:767px) {
  .design-centers-wrapper::after {
    right: calc((100% - 100vw)/ 2 - 20px);
    width: 250px;
    height: 100px
  }
}
.design-centers-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc((100% - 100vw)/ 2);
  background: url(/themes/custom/ltts_revamp/images/design-centers/lower-wave.webp) no-repeat;
  width: 500px;
  height: 200px;
  background-size: contain;
  background-position: bottom left;
  z-index: 0
}
@media screen and (max-width:767px) {
  .design-centers-wrapper::before {
    width: 250px
  }
}
.design-centers-wrapper .fade:not(.show) {
  display: none
}
.design-centers-wrapper .centers-wrapper {
  position: relative;
  z-index: 1
}
@media screen and (max-width:767px) {
  .design-centers-wrapper .centers-wrapper {
    margin: 0
  }
}
.design-centers-wrapper .centers-wrapper .country-name h4 {
  color: #fff;
  margin-bottom: 20px
}
.design-centers-wrapper .centers-wrapper .country-tabs {
  flex-direction: column
}
.design-centers-wrapper .centers-wrapper .country-tabs li button {
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  padding: 12px 28px;
  width: 100%;
  text-align: left;
  opacity: .5;
  border: none;
  background: 0 0;
  position: relative
}
.design-centers-wrapper .centers-wrapper .country-tabs li button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f6f6f6
}
.design-centers-wrapper .centers-wrapper .country-tabs li button.active {
  opacity: 1
}
.design-centers-wrapper .centers-wrapper .country-tabs li button.active::after {
  background: linear-gradient(to right,#084cc8 0,#75c044 50%,#fed314 100%)
}
.design-centers-wrapper .centers-wrapper .center-content {
  background: #f8f8f8;
  border-radius: 4px;
  padding: 40px;
  height: 100%;
  position: relative
}
.design-centers-wrapper .centers-wrapper .center-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/themes/custom/ltts_revamp/images/fullwidth-wave.webp) no-repeat;
  width: 50%;
  height: 180px;
  background-size: cover;
  background-position: right
}
@media screen and (max-width:1199px) {
  .design-centers-wrapper .centers-wrapper .center-content::after {
    display: none
  }
}
@media screen and (max-width:1199px) {
  .design-centers-wrapper .centers-wrapper .center-content {
    padding: 40px 24px
  }
}
@media screen and (max-width:767px) {
  .design-centers-wrapper .centers-wrapper .center-content {
    background: 0 0;
    padding: 0;
    border-radius: 0
  }
}
.design-centers-wrapper .centers-wrapper .center-content .responsive-country-wrapper {
  position: relative;
  z-index: 5
}
.design-centers-wrapper .centers-wrapper .center-content .tab-pane {
  padding-right: 35px;
  height: 700px;
  overflow-y: auto
}
@media screen and (max-width:767px) {
  .design-centers-wrapper .centers-wrapper .center-content .tab-pane {
    display: block!important;
    opacity: 1!important;
    padding-right: 0;
    height: auto;
    overflow: unset
  }
}
.design-centers-wrapper .centers-wrapper .center-content .accordion-button {
  font-weight: 700!important;
  color: #fff!important;
  padding: .75rem 3.6rem .75rem 2rem!important;
  border: none!important;
  min-height: 52px!important;
  display: flex!important;
  align-items: center!important;
  border-radius: 0!important;
  width: 100%!important;
  position: relative;
  opacity: .5;
  margin-bottom: 6px;
  font-size: 1.125rem;
  line-height: 24px
}
.design-centers-wrapper .centers-wrapper .center-content .accordion-button:focus {
  box-shadow: none!important
}
.design-centers-wrapper .centers-wrapper .center-content .accordion-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff
}
.design-centers-wrapper .centers-wrapper .center-content .accordion-button::after {
  content: "\e92e";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  font-family: icomoon,sans-serif!important;
  font-weight: 400;
  font-size: 2rem;
  filter: brightness(0) invert(1);
  transition: all .3s ease
}
.design-centers-wrapper .centers-wrapper .center-content .accordion-button:not(.collapsed) {
  opacity: 1
}
.design-centers-wrapper .centers-wrapper .center-content .accordion-button:not(.collapsed)::after {
  content: "\e935"
}
.design-centers-wrapper .centers-wrapper .center-content .accordion-button:not(.collapsed)::before {
  background: linear-gradient(to right,#084cc8 0,#75c044 50%,#fed314 100%)
}
@media screen and (max-width:767px) {
  .design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper {
    background: #f8f8f8;
    border-radius: 4px;
    padding: 30px 15px
  }
}
@media screen and (max-width:767px) {
  .design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper .item-content {
    padding-right: 20px;
    height: 60vh;
    overflow-y: auto
  }
}
.design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper h3 {
  color: #112868;
  margin-bottom: 24px
}
.design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper .center-overview img {
  border-radius: 4px;
  object-fit: cover;
  height: 100%
}
.design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper .center-overview .overview-content p {
  color: #112868
}
@media screen and (max-width:991px) {
  .design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper .center-overview .overview-content p {
    font-size: .875rem;
    line-height: 24px
  }
}
.design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper .center-overview .overview-content .text-icons-wrapper .content-icon {
  max-width: 70%
}
@media screen and (max-width:1199px) {
  .design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper .center-overview .overview-content .text-icons-wrapper .content-icon {
    max-width: 90%
  }
}
.design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper .center-overview .overview-content .text-icons-wrapper .content-icon .text-icons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px
}
.design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper .center-overview .overview-content .text-icons-wrapper .content-icon .text-icons:last-child {
  margin-bottom: 0
}
.design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper .center-overview .overview-content .text-icons-wrapper .content-icon .text-icons p {
  margin-bottom: 0;
  font-weight: 500
}
.design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper .center-overview .overview-content .text-icons-wrapper .content-icon .text-icons img {
  width: 45px;
  height: 45px;
  object-fit: contain
}
.design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper .center-area-content .area-address-wrapper h4 {
  color: #112868
}
.design-centers-wrapper .centers-wrapper .center-content .item-content-wrapper .center-area-content .area-address-wrapper .address-wrapper .address-content {
  padding: 30px 24px;
  border-radius: 4px;
  background: #e6e6e6;
  color: #112868
}