/* -- CUSTOM APPAREL MAIN CSS -- */
#custom-apparel #custom-apparel-intro {
    background: #f6faff;
    padding: 32px 0 62px;
  }
  
  @media (max-width: 1024px) {
    #custom-apparel #custom-apparel-intro {
      padding: 16px 0 30px;
    }
  }
  
  @media (max-width: 767.98px) {
    #custom-apparel #custom-apparel-intro {
      padding: 10px 0 22px;
    }
  }
  
  #custom-apparel #breadcrumbs {
    margin-bottom: 16px;
  }
  
  @media (max-width: 767.98px) {
    #custom-apparel #breadcrumbs {
      margin-bottom: 20px;
    }
  }
  
  #custom-apparel .section-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #0b1629;
  }
  
  @media (max-width: 1024px) {
    #custom-apparel .section-title {
      font-size: 20px;
      line-height: 30px;
    }
  }
  
  #custom-apparel .section-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #354156;
  }
  
  @media (max-width: 767.98px) {
    #custom-apparel .section-subtitle {
      font-size: 16px;
    }
  }
  
  @media (max-width: 1024px) {
    #custom-apparel #google-reviews {
      padding: 50px 0 0;
    }
  }
  
  #custom-apparel #google-reviews .section-title {
    margin-bottom: 36px;
  }
  
  @media (max-width: 1024px) {
    #custom-apparel #google-reviews .section-title {
      margin-bottom: 28px;
    }
  }
  
  @media (max-width: 767.98px) {
    #custom-apparel #google-reviews .section-title {
      margin-bottom: 24px;
    }
  }
  
  @media (max-width: 1024px) {
    #custom-apparel #google-reviews .button-outline {
      display: none;
    }
  }
  
  /* -- CUSTOM APPAREL MAIN CSS END -- */
  
  /* -- BREADCRUMBS CSS -- */
  #breadcrumbs {
    display: flex;
    flex-wrap: wrap;
  }
  
  #breadcrumbs .breadcrumb-link {
    font-weight: 500;
    font-size: 16px;
    color: #8bb5ff;
    transition: 0.3s;
    text-decoration: none;
  }
  
  @media (max-width: 1024px) {
    #breadcrumbs .breadcrumb-link {
      font-size: 14px;
    }
  }
  
  #breadcrumbs .breadcrumb-link:not(:last-child) {
    padding-right: 32px;
    position: relative;
    color: #3578ea;
  }
  
  #breadcrumbs .breadcrumb-link:not(:last-child):before {
    content: "";
    position: absolute;
    background-image: url("/uploads/12037607/File/deco/home/assets/right-black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
  }
  
  #breadcrumbs .breadcrumb-link:hover {
    color: #3578ea;
  }
  
  #breadcrumbs .breadcrumb-link.active {
    pointer-events: none;
  }
  
  #breadcrumbs .separator {
    display: flex;
    justify-content: center;
    width: 28px;
    margin: 0 8px;
  }
  
  /* -- BREADCRUMBS CSS END -- */
  
  /* -- CATALOGUE PRODUCTS CSS -- */
  @media (max-width: 1024px) {
    #catalogue-products .v-lg {
      display: none !important;
    }
  }
  
  @media (min-width: 1025px) {
    #catalogue-products .v-md {
      display: none !important;
    }
  }
  
  #catalogue-products .title-wrapper {
    margin-bottom: 8px;
  }
  
  @media (max-width: 1024px) {
    #catalogue-products .title-wrapper {
      max-width: 328px;
      margin: 0 auto 24px;
    }
  }
  
  @media (max-width: 767.98px) {
    #catalogue-products .title-wrapper {
      margin-bottom: 20px;
    }
  }
  
  #catalogue-products .title-wrapper .section-title {
    margin-bottom: 8px;
  }
  
  #catalogue-products .section-wrapper {
    display: flex;
    justify-content: space-between;
  }
  
  #catalogue-products .section-wrapper.top-content {
    margin-bottom: 30px;
  }
  
  #catalogue-products .section-wrapper .column-sm {
    width: 244px;
  }
  
  @media (max-width: 1280px) and (min-width: 1025px) {
    #catalogue-products .section-wrapper .column-sm {
      width: 210px;
    }
  }
  
  #catalogue-products .section-wrapper .column-lg {
    width: calc(100% - 284px);
  }
  
  @media (max-width: 1280px) and (min-width: 1025px) {
    #catalogue-products .section-wrapper .column-lg {
      width: calc(100% - 244px);
    }
  }
  
  @media (max-width: 1024px) {
    #catalogue-products .section-wrapper .column-lg {
      width: 100%;
    }
  }
  
  #catalogue-products .section-wrapper .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    color: #0b1629;
  }
  
  #catalogue-products .search-form {
    width: 100%;
    max-width: 338px;
    margin-left: auto;
    position: relative;
  }
  
  #catalogue-products .search-form input {
    border-width: 0 0 1px 0;
    border-color: #a1a8b4;
    background: transparent;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #0b1629;
    outline: none;
    transition: 0.3s;
    width: 100%;
    padding-left: 25px;
  }
  
  #catalogue-products .search-form input::placeholder {
    color: #929497;
  }
  
  #catalogue-products .search-form input:focus {
    border-color: #0b1629;
  }
  
  #catalogue-products .search-form .search-button {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    outline: none;
  }
  
  #catalogue-products .search-form .search-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  #catalogue-products .accordion-menu {
    list-style: none;
  }
  
  #catalogue-products .accordion-menu .accordion-item {
    width: 100%;
    border-bottom: 1px solid #e8e9ea;
    transition: 0.3s;
  }
  
  #catalogue-products .accordion-menu .accordion-item.active {
    padding-bottom: 4px;
  }
  
  #catalogue-products
    .accordion-menu
    .accordion-item.active
    .accordion-button:after {
    transform: rotate(180deg);
  }
  
  #catalogue-products .accordion-menu .accordion-item .accordion-button,
  #catalogue-products .accordion-menu .accordion-item .accordion-link {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #0b1629;
    text-align: left;
    padding: 16px 0;
    transition: 0.3s;
  }
  
  #catalogue-products .accordion-menu .accordion-item .accordion-link {
    text-decoration: none;
  }
  
  #catalogue-products .accordion-menu .accordion-item .accordion-link:hover {
    color: #3578ea;
  }
  
  #catalogue-products .accordion-menu .accordion-item .accordion-button {
    background: transparent;
    border: none;
    position: relative;
  }
  
  #catalogue-products .accordion-menu .accordion-item .accordion-button:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 0;
    background-image: url("/uploads/12037607/File/deco/home/assets/down-black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    transition: 0.3s;
  }
  
  #catalogue-products .accordion-menu .accordion-item .accordion-content {
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  
  #catalogue-products .accordion-menu .accordion-item .accordion-content .link {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #0b1629;
    transition: 0.3s;
    text-decoration: none;
    padding: 12px 0;
  }
  
  #catalogue-products
    .accordion-menu
    .accordion-item
    .accordion-content
    .link:first-child {
    padding-top: 2px;
  }
  
  #catalogue-products
    .accordion-menu
    .accordion-item
    .accordion-content
    .link:hover {
    color: #3578ea;
  }
  
  #catalogue-products .delivery-dates {
    display: flex;
    flex-direction: column;
  }
  
  #catalogue-products .delivery-dates .delivery-option {
    border: 1px solid #e8e9ea;
    background: #fff;
    border-radius: 4px;
    padding: 16px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  #catalogue-products .delivery-dates .delivery-option .icon {
    width: 44px;
    height: 44px;
  }
  
  #catalogue-products .delivery-dates .delivery-option .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  #catalogue-products .delivery-dates .delivery-option .content {
    width: calc(100% - 54px);
  }
  
  #catalogue-products .delivery-dates .delivery-option .content .title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
  }
  
  #catalogue-products .delivery-dates .delivery-option .content .detail {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #555e6d;
  }
  
  #catalogue-products .delivery-dates .delivery-option .content .detail span,
  #catalogue-products .delivery-dates .delivery-option .content .detail a {
    color: #005eff;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
  }
  
  #catalogue-products .products-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 18px);
    margin: 0 -9px;
  }
  
  @media (max-width: 1024px) {
    #catalogue-products .products-list {
      width: calc(100% + 20px);
      margin: 0 -10px;
    }
  }
  
  @media (max-width: 767.98px) {
    #catalogue-products .products-list {
      width: 100%;
      margin: 0;
      justify-content: space-between;
    }
  }
  
  #catalogue-products .products-list a.product-card {
    padding: 24px 4px 0;
  }
  
  #catalogue-products .products-list a.product-card:hover {
    box-shadow: 0px 5px 15px 0px rgba(2, 41, 107, 0.39);
  }
  
  #catalogue-products .products-list div.product-card {
    border: 1px solid #e8e9ea;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  #catalogue-products .products-list div.product-card img {
    width: 100%;
    object-fit: contain;
  }
  
  #catalogue-products .products-list .product-card {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    margin: 0 9px 18px;
    transition: 0.3s;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 240px;
  }
  
  @media (min-width: 1025px) {
    #catalogue-products .products-list .product-card {
      width: calc(66% / 3 - 18px);
    }
  
    #catalogue-products .products-list .product-card:nth-child(3),
    #catalogue-products .products-list .product-card:nth-child(7),
    #catalogue-products .products-list .product-card:nth-child(11),
    #catalogue-products .products-list .product-card:nth-child(14) {
      width: calc(34% - 18px);
    }
  
    #catalogue-products .products-list .product-card:nth-child(1),
    #catalogue-products .products-list .product-card:nth-child(12) {
      width: calc((66% / 3 * 2) - 18px);
    }
  }
  
  @media (max-width: 1024px) and (min-width: 767.98px) {
    #catalogue-products .products-list .product-card {
      margin: 0 10px 20px;
      font-size: 16px;
      padding: 20px 4px 0;
      min-height: 200px;
    }
  
    #catalogue-products .products-list .product-card:nth-child(1) {
      order: 1;
      width: calc(50% - 20px);
      padding: 20px 12px 0;
    }
  
    #catalogue-products .products-list .product-card:nth-child(2) {
      order: 3;
      width: calc(100% / 4 - 20px);
    }
  
    #catalogue-products .products-list .product-card:nth-child(3) {
      order: 6;
      width: calc(100% / 4 - 20px);
    }
  
    #catalogue-products .products-list .product-card:nth-child(4) {
      order: 5;
      width: calc(100% / 4 - 20px);
    }
  
    #catalogue-products .products-list .product-card:nth-child(5) {
      order: 7;
      width: calc(100% / 4 - 20px);
    }
  
    #catalogue-products .products-list .product-card:nth-child(6) {
      order: 8;
      width: calc(100% / 4 - 20px);
    }
  
    #catalogue-products .products-list .product-card:nth-child(7) {
      order: 2;
      width: calc(50% - 20px);
      padding: 20px 12px 0;
    }
  
    #catalogue-products .products-list .product-card:nth-child(8) {
      order: 10;
      width: calc(100% / 4 - 20px);
    }
  
    #catalogue-products .products-list .product-card:nth-child(9) {
      order: 4;
      width: calc(100% / 4 - 20px);
    }
  
    #catalogue-products .products-list .product-card:nth-child(10) {
      order: 9;
      width: calc(100% / 4 - 20px);
    }
  
    #catalogue-products .products-list .product-card:nth-child(11) {
      order: 11;
      width: calc(50% - 20px);
      padding: 20px 12px 0;
    }
  
    #catalogue-products .products-list .product-card:nth-child(12) {
      order: 12;
      width: calc(100% / 4 - 20px);
    }
  
    #catalogue-products .products-list .product-card:nth-child(13) {
      order: 13;
      width: calc(100% / 4 - 20px);
    }
  }
  
  @media (max-width: 767.98px) {
    #catalogue-products .products-list .product-card {
      width: calc(50% - 10px);
      margin: 0 0 16px;
      padding: 16px 4px 0;
      min-height: 200px;
    }
  
    #catalogue-products .products-list .product-card:nth-child(1) {
      order: 1;
      width: 100%;
      min-height: 240px;
    }
  
    #catalogue-products .products-list .product-card:nth-child(2) {
      order: 2;
    }
  
    #catalogue-products .products-list .product-card:nth-child(3) {
      order: 5;
    }
  
    #catalogue-products .products-list .product-card:nth-child(4) {
      order: 4;
    }
  
    #catalogue-products .products-list .product-card:nth-child(5) {
      order: 7;
    }
  
    #catalogue-products .products-list .product-card:nth-child(6) {
      order: 8;
    }
  
    #catalogue-products .products-list .product-card:nth-child(7) {
      order: 6;
      width: 100%;
      min-height: 240px;
    }
  
    #catalogue-products .products-list .product-card:nth-child(8) {
      order: 10;
    }
  
    #catalogue-products .products-list .product-card:nth-child(9) {
      order: 3;
    }
  
    #catalogue-products .products-list .product-card:nth-child(10) {
      order: 9;
    }
  
    #catalogue-products .products-list .product-card:nth-child(11) {
      order: 11;
      width: 100%;
      min-height: 240px;
    }
  
    #catalogue-products .products-list .product-card:nth-child(12) {
      order: 12;
    }
  
    #catalogue-products .products-list .product-card:nth-child(13) {
      order: 13;
    }
  }
  
  #catalogue-products .products-list .product-card p {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #0b1629;
    text-align: center;
  }
  
  #catalogue-products .products-list .product-card .photo {
    width: 100%;
    margin-top: 10px;
    display: flex;
  }
  
  #catalogue-products .products-list .product-card .photo img {
    width: 100%;
    object-fit: contain;
  }
  
  /* -- CATALOGUE PRODUCTS CSS END -- */
  
  /* -- GOOGLE REVIEWS CSS -- */
  #google-reviews {
    padding: 60px 0px;
  }
  
  @media (max-width: 1024px) {
    #google-reviews {
      padding: 25px 0 50px;
    }
  }
  
  @media (max-width: 576px) {
    #google-reviews {
      padding-top: 30px;
    }
  }
  
  #google-reviews .reviews-wrapper {
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% + 26px);
    margin: 0 -13px 20px;
    transition: 0.8s ease-in-out;
    overflow-x: auto;
  }
  
  #google-reviews .reviews-wrapper::-webkit-scrollbar {
    display: none;
  }
  
  @media (max-width: 1200px) {
    #google-reviews .reviews-wrapper {
      width: calc(100% + 20px);
      margin: 0 -10px 20px;
    }
  }
  
  @media (max-width: 1024px) {
    #google-reviews .reviews-wrapper {
      width: 100%;
      margin: 0 0 20px;
    }
  }
  
  #google-reviews .reviews-wrapper .review-box {
    width: calc(100% / 3 - 26px);
    margin: 5px 13px 30px;
    background: #fff;
    border: 1px solid #e8e9ea;
    border-radius: 8px;
    box-shadow: 0px 9px 26px rgba(0, 0, 0, 0.05);
    padding: 24px;
    transition: 0.3s;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 auto;
  }
  
  @media (max-width: 1200px) {
    #google-reviews .reviews-wrapper .review-box {
      width: calc(100% / 3 - 20px);
      margin: 5px 10px 30px;
    }
  }
  
  @media (max-width: 1024px) {
    #google-reviews .reviews-wrapper .review-box {
      width: 420px;
      margin: 0px 20px 30px 0;
    }
  
    #google-reviews .reviews-wrapper .review-box:last-child {
      margin-right: 0;
    }
  }
  
  @media (max-width: 576px) {
    #google-reviews .reviews-wrapper .review-box {
      padding: 16px 24px;
      width: 320px;
      margin-right: 10px;
    }
  }
  
  @media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
    #google-reviews .reviews-wrapper .review-box:hover {
      transform: scale(1.05, 1.05);
      box-shadow: 0px 14px 19px -10px rgba(0, 0, 0, 0.09);
    }
  }
  
  #google-reviews .reviews-wrapper .review-box .r_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
  }
  
  #google-reviews .reviews-wrapper .review-box .r_header .photo {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
  }
  
  #google-reviews .reviews-wrapper .review-box .r_header .photo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e8e9ea;
    border-radius: 100%;
    z-index: 2;
  }
  
  #google-reviews .reviews-wrapper .review-box .r_header .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  #google-reviews .reviews-wrapper .review-box .r_header .content {
    width: calc(100% - 52px);
  }
  
  #google-reviews .reviews-wrapper .review-box .r_header .content .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #172640;
    margin-bottom: 6px;
  }
  
  #google-reviews .reviews-wrapper .review-box .r_feedback {
    margin-bottom: 24px;
  }
  
  @media (max-width: 576px) {
    #google-reviews .reviews-wrapper .review-box .r_feedback {
      margin-bottom: 12px;
    }
  }
  
  #google-reviews .reviews-wrapper .review-box .r_feedback p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #545454;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 60;
    overflow: hidden;
  }
  
  #google-reviews .reviews-wrapper .review-box .r_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  #google-reviews .reviews-wrapper .review-box .r_footer .date p {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #929497;
  }
  
  #google-reviews .reviews-wrapper .review-box .r_footer .logo {
    width: 56px;
  }
  
  #google-reviews .reviews-wrapper .review-box .r_footer .logo img {
    width: 100%;
    object-fit: contain;
  }
  
  #google-reviews .reviews-wrapper .rate-stars .icon {
    width: 16px;
    height: 16px;
  }
  
  #google-reviews .button-outline {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.015em;
    border-radius: 32px;
    padding: 9px;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    color: #FF5C35;
  }
  
  #google-reviews .button-outline:hover {
    color: white;
  }
  
  /* -- GOOGLE REVIEWS CSS END -- */
  
  /* -- OUR DIFFERENCE CSS -- */
  
  /*#region  Service*/
#our-difference {
  padding: 70px 0;
  background-color: #f6f9fc
}

@media only screen and (max-width:768px) {
  #our-difference {
      padding: 50px 0
  }
}

#our-difference .title {
  color: #213343;
  text-align: center;
  font-family: Poppins !important;
  font-size: 32px;
  font-weight: 600;
  line-height: 44.8px;
  margin-bottom: 24px
}

@media only screen and (max-width:768px) {
  #our-difference .title {
      font-size: 30px;
      line-height: 42px
  }
}

#our-difference .service-box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap
}

#our-difference .service-box-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #e6e8ea;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(13, 16, 45, .1), 0 1px 2px -1px rgba(13, 16, 45, .1);
  width: calc(50% - 10px);
  min-height: 257px
}

@media only screen and (max-width:1024px) {
  #our-difference .service-box-item {
      width: 100%
  }
}

@media only screen and (max-width:768px) {
  #our-difference .service-box-item {
      min-height: 0
  }
}

#our-difference .service-box-item-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px
}

@media only screen and (max-width:768px) {
  #our-difference .service-box-item-title {
      font-size: 16px
  }
}

#our-difference .service-box-item-desc {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}

@media only screen and (max-width:1024px) {
  #our-difference .service-box {
      gap: 16px
  }
}

@media only screen and (max-width:768px) {
  #our-difference .service-box .service-box-item {
      box-shadow: 0 9px 26px 0 rgba(0, 0, 0, .05);
      padding: 16px 13px;
      gap: 0;
      background-color: #fff;
      width: 100%
  }

  #our-difference .service-box .service-box-item-title:first-child {
      padding-bottom: 0;
      position: relative;
      padding-right: 40px
  }

  #our-difference .service-box .service-box-item-title:first-child:before {
      content: url(/uploads/12046237/File/deco/cities/assets/arrow-down.svg);
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      transition: .3s
  }

  #our-difference .service-box .service-box-item-desc {
      max-height: 0;
      overflow: hidden;
      transition: max-height .3s, padding .3s
  }

  #our-difference .service-box .service-box-item .service-box-item-title:not(:first-child) {
      max-height: 0;
      overflow: hidden
  }

  #our-difference .service-box .service-box-item.active .service-box-item-title:first-child {
      padding-bottom: 16px;
      border-bottom: 1px solid #e8e9ea
  }

  #our-difference .service-box .service-box-item.active .service-box-item-title:first-child:before {
      top: 0;
      transform: rotate(-180deg) translateY(0)
  }

  #our-difference .service-box .service-box-item.active .service-box-item-title:not(:first-child) {
      padding-top: 16px;
      max-height: 100vh
  }

  #our-difference .service-box .service-box-item.active .service-box-item-desc {
      padding-top: 16px;
      max-height: 100vh;
      line-height: 18px
  }
}

/*#endregion Service*/

  /* -- OUR DIFFERENCE CSS END -- */
  
  /* -- FAQ CSS -- */
  #ca-faq {
    padding: 70px 0;
  }
  
  @media (max-width: 1024px) {
    #ca-faq {
      padding: 50px 0;
    }
  }
  
  #ca-faq .section-title {
    margin-bottom: 48px;
  }
  
  @media (max-width: 1024px) {
    #ca-faq .section-title {
      margin-bottom: 40px;
    }
  }
  
  @media (max-width: 767.98px) {
    #ca-faq .section-title {
      margin-bottom: 28px;
    }
  }
  
  #ca-faq .ca-faq-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  
  @media (max-width: 767.98px) {
    #ca-faq .ca-faq-list {
      row-gap: 10px;
    }
  }
  
  #ca-faq .ca-faq-list .faq-accordion {
    width: calc(100% / 3 - 20px);
  }
  
  #ca-faq .ca-faq-list .faq-accordion.active .faq-button:before {
    transform: rotate(180deg);
  }
  
  @media (max-width: 1024px) {
    #ca-faq .ca-faq-list .faq-accordion {
      width: calc(50% - 14px);
      row-gap: 36px;
    }
  }
  
  @media (max-width: 1024px) and (min-width: 767.98px) {
    #ca-faq .ca-faq-list .faq-accordion:nth-child(1) {
      order: 1;
    }
  
    #ca-faq .ca-faq-list .faq-accordion:nth-child(2) {
      order: 2;
    }
  
    #ca-faq .ca-faq-list .faq-accordion:nth-child(3) {
      order: 3;
    }
  
    #ca-faq .ca-faq-list .faq-accordion:nth-child(4) {
      order: 5;
    }
  
    #ca-faq .ca-faq-list .faq-accordion:nth-child(5) {
      order: 4;
    }
  
    #ca-faq .ca-faq-list .faq-accordion:nth-child(6) {
      order: 6;
    }
  }
  
  @media (max-width: 767.98px) {
    #ca-faq .ca-faq-list .faq-accordion {
      width: 100%;
      row-gap: 0px;
      border-radius: 4px;
      border: 1px solid #e8e9ea;
      background: #fff;
      padding: 0 16px;
    }
  }
  
  #ca-faq .ca-faq-list .faq-button {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 12px;
    color: #0b1629;
    background: transparent;
    border: none;
    outline: none;
    text-align: left;
    position: relative;
    width: 100%;
  }
  
  @media (min-width: 767.98px) {
    #ca-faq .ca-faq-list .faq-button {
      pointer-events: none;
    }
  }
  
  @media (max-width: 767.98px) {
    #ca-faq .ca-faq-list .faq-button {
      margin: 0;
      padding: 14px 30px 14px 0;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      color: #172640;
    }
  }
  
  #ca-faq .ca-faq-list .faq-button:before {
    content: "";
    position: absolute;
    top: 14px;
    width: 24px;
    height: 24px;
    right: 0;
    background-image: url("/uploads/12037607/File/deco/home/assets/angle-down-gray.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
  }
  
  @media (min-width: 767.98px) {
    #ca-faq .ca-faq-list .faq-button:before {
      content: unset;
    }
  }
  
  @media (max-width: 767.98px) {
    #ca-faq .ca-faq-list .faq-content {
      max-height: 0;
      overflow: hidden;
      transition: 0.3s;
    }
  }
  
  #ca-faq .ca-faq-list .faq-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #354156;
  }
  
  @media (max-width: 767.98px) {
    #ca-faq .ca-faq-list .faq-content p {
      font-size: 16px;
      line-height: 25px;
      margin-bottom: 16px;
    }
  }
  
  /* -- FAQ CSS END -- */
  
  /* -- RELATED LINKS CSS -- */
  #related-links {
    padding: 44px 0 54px;
    background: #f6faff;
  }
  
  @media (max-width: 1024px) {
    #related-links {
      padding: 50px 0;
    }
  }
  
  @media (max-width: 767.98px) {
    #related-links {
      background: #fff;
      padding: 0;
    }
  }
  
  #related-links .section-title {
    margin-bottom: 44px;
  }
  
  @media (max-width: 1024px) {
    #related-links .section-title {
      margin-bottom: 24px;
    }
  }
  
  @media (max-width: 767.98px) {
    #related-links .section-title {
      margin-bottom: 28px;
    }
  }
  
  #related-links .links-wrapper {
    padding-bottom: 44px;
  }
  
  @media (max-width: 1024px) {
    #related-links .links-wrapper {
      gap: 16px;
      padding-bottom: 58px;
    }
  }
  
  @media (max-width: 767.98px) {
    #related-links .links-wrapper {
      background: #f6faff;
      padding: 50px 0 30px;
    }
  }
  
  #related-links .r_links_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
  }
  
  @media (max-width: 1024px) {
    #related-links .r_links_list {
      gap: 16px;
    }
  }
  
  @media (max-width: 767.98px) {
    #related-links .r_links_list {
      justify-content: space-between;
      gap: 0;
      row-gap: 28px;
    }
  }
  
  #related-links .r_links_list .link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #0b1629;
    padding: 14px 28px;
    border-radius: 4px;
    border: 1px solid #e8e9ea;
    background: #fff;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    transition: 0.3s;
    text-align: center;
  }
  
  @media (max-width: 1024px) {
    #related-links .r_links_list .link {
      padding: 10px 16px;
      font-size: 14px;
      line-height: 20px;
    }
  }
  
  @media (max-width: 767.98px) {
    #related-links .r_links_list .link {
      padding: 14px 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(50% - 10px);
    }
  
    #related-links .r_links_list .link:nth-child(1) {
      order: 2;
    }
  
    #related-links .r_links_list .link:nth-child(2) {
      order: 4;
    }
  
    #related-links .r_links_list .link:nth-child(3) {
      order: 6;
    }
  
    #related-links .r_links_list .link:nth-child(4) {
      order: 8;
    }
  
    #related-links .r_links_list .link:nth-child(5) {
      order: 10;
    }
  
    #related-links .r_links_list .link:nth-child(6) {
      order: 1;
    }
  
    #related-links .r_links_list .link:nth-child(7) {
      order: 3;
    }
  
    #related-links .r_links_list .link:nth-child(8) {
      order: 5;
    }
  
    #related-links .r_links_list .link:nth-child(9) {
      order: 7;
    }
  
    #related-links .r_links_list .link:nth-child(10) {
      order: 9;
    }
  }
  
  #related-links .r_links_list .link:hover {
    border-color: #3578ea;
  }
  
  @media (max-width: 767.98px) {
    #related-links .contact-wrapper {
      padding: 40px 0;
      background: #fff;
    }
  }
  
  #related-links .contact-wrapper .contact-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  @media (min-width: 767.98px) {
    #related-links .contact-wrapper .contact-box {
      border-radius: 4px;
      background: #e5fff1;
      padding: 14px 16px 14px 26px;
    }
  }
  
  @media (max-width: 767.98px) {
    #related-links .contact-wrapper .contact-box {
      flex-direction: column;
      gap: 28px;
    }
  }
  
  #related-links .contact-wrapper .contact-box .title-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  @media (max-width: 1024px) {
    #related-links .contact-wrapper .contact-box .title-wrapper {
      gap: 4px;
    }
  }
  
  #related-links .contact-wrapper .contact-box .title-wrapper .icon {
    width: 28px;
    height: 28px;
  }
  
  #related-links .contact-wrapper .contact-box .title-wrapper .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  #related-links .contact-wrapper .contact-box .title-wrapper p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #1c244b;
    margin: 0;
  }
  
  @media (max-width: 1024px) {
    #related-links .contact-wrapper .contact-box .title-wrapper p {
      font-size: 13px;
    }
  }
  
  @media (max-width: 767.98px) {
    #related-links .contact-wrapper .contact-box .title-wrapper p {
      font-size: 16px;
      text-align: center;
    }
  }
  
  #related-links .contact-wrapper .contact-box .ctc-link {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  
  @media (max-width: 1024px) {
    #related-links .contact-wrapper .contact-box .ctc-link {
      gap: 16px;
    }
  }
  
  @media (max-width: 767.98px) {
    #related-links .contact-wrapper .contact-box .ctc-link {
      width: 100%;
      justify-content: center;
    }
  }
  
  #related-links .contact-wrapper .contact-box .ctc-link .phone {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #006400;
    text-decoration: none;
  }
  
  @media (max-width: 1024px) {
    #related-links .contact-wrapper .contact-box .ctc-link .phone {
      font-size: 14px;
    }
  }
  
  @media (max-width: 767.98px) {
    #related-links .contact-wrapper .contact-box .ctc-link .phone {
      font-weight: 500;
      line-height: 16px;
      background: #3578ea;
      color: #fff;
      border-radius: 26px;
      border: 1px solid #3578ea;
      padding: 5px;
      min-height: 48px;
      gap: 4px;
      display: flex;
      align-items: center;
      width: 50%;
      max-width: 160px;
      text-align: center;
      justify-content: center;
    }
  }
  
  #related-links .contact-wrapper .contact-box .ctc-link .phone img {
    width: 18px;
    height: 18px;
    object-fit: contain;
  }
  
  #related-links .contact-wrapper .contact-box .ctc-link .button-green {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
    border-radius: 26px;
    background: #138808;
    border: 1px solid #138808;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
    padding: 9px;
    width: 188px;
    height: 41px;
    transition: 0.3s;
  }
  
  @media (max-width: 1024px) {
    #related-links .contact-wrapper .contact-box .ctc-link .button-green {
      width: 120px;
    }
  }
  
  @media (max-width: 767.98px) {
    #related-links .contact-wrapper .contact-box .ctc-link .button-green {
      border-color: #003ca3;
      background: #fff;
      color: #003ca3;
      font-size: 14px;
      font-weight: 500;
      line-height: 16px;
      min-height: 48px;
      width: 50%;
      max-width: 160px;
    }
  }
  
  @media (hover: hover) and (pointer: fine) and (min-width: 767.98px) {
    #related-links .contact-wrapper .contact-box .ctc-link .button-green:hover {
      background: #0c5306;
      border-color: #0c5306;
    }
  }
  
  /* -- RELATED LINKS CSS END -- */
  .dn-page-section-content{
    max-width: 100% !important;
  }
  .dn-breadcrumbs{
    display: none !important;
  }