/* HOME MAIN PAGE CSS */

#home .section-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 48px;
  color: #1c244b;
}

@media (max-width: 1024px) {
  #home .section-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  #home .section-title {
    font-size: 28px;
    line-height: 39px;
  }
}

#home .section-subtitle {
  color: #172640;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

#home #best-seller .section-title {
  margin-bottom: 22px;
}

#home #google-reviews .section-title {
  margin-bottom: 30px;
}

#home .delivery-section-wrapper {
  position: relative;
}

#home .delivery-section-wrapper .delivery-options-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: calc(100% - 128px);
  z-index: 4;
  max-width: 1440px;
}

@media (max-width: 1280px) {
  #home .delivery-section-wrapper .delivery-options-container {
    width: calc(100% - 48px);
  }
}

@media (max-width: 1024px) {
  #home .delivery-section-wrapper .delivery-options-container {
    width: calc(100% - 32px);
  }
}

@media (max-width: 767.98px) {
  #home .delivery-section-wrapper .delivery-options-container {
    background: #f6faff;
    padding: 40px 16px 32px;
    width: calc(100% + 32px);
    margin: 0 -16px;
    position: relative;
    transform: unset;
    left: unset;
  }
}

#home .delivery-section-wrapper .delivery-options-container .delivery-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #1c244b;
  text-align: center;
  margin-bottom: 16px;
}

@media (min-width: 767.98px) {
  #home .delivery-section-wrapper .delivery-options-container .delivery-title {
    display: none;
  }
}

#home .delivery-section-wrapper .delivery-options-container .delivery-options {
  background: #fff;
  border: 1px solid #e8e9ea;
  box-shadow: 0px 9px 26px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 10px 0;
  display: flex;
}

@media (max-width: 1024px) {
  #home .delivery-section-wrapper .delivery-options-container .delivery-options {
    padding: 7px 0;
  }
}

@media (max-width: 767.98px) {
  #home .delivery-section-wrapper .delivery-options-container .delivery-options {
    flex-direction: column;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
  }
}

#home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
}

@media (max-width: 1024px) {
  #home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt {
    padding: 15px 0;
  }
}

@media (max-width: 767.98px) {
  #home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt {
    width: 100%;
    padding: 8px 0;
    justify-content: flex-start;
  }
}

#home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt:not(:last-child) {
  border-right: 1px solid #f4f5f7;
}

@media (max-width: 767.98px) {
  #home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt:not(:last-child) {
    border-bottom: 1px solid #f4f5f7;
    border-right: none;
  }
}

#home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .photo {
  width: 65px;
  height: 65px;
  margin-right: 16px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .photo {
    width: 47px;
    height: 47px;
    margin-right: 8px;
  }
}

@media (max-width: 767.98px) {
  #home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .photo {
    width: 86px;
    height: 86px;
  }
}

#home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content {
  max-width: calc(100% - 102px);
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content {
    max-width: calc(100% - 55px);
  }
}

#home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 10px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .title {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px;
  }
}

#home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #555e6d;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {
  #home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail {
    font-size: 16px;
    line-height: 19px;
  }
}

#home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail span,
#home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail a {
  font-weight: 600;
}

#home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail a {
  color: #005eff;
  text-decoration: none;
  font-size: 14px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail a {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {
  #home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail a {
    font-size: 16px;
    line-height: 19px;
  }
}

#home .delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail span {
  color: #1c244b;
}

.grecaptcha-badge {
  display: none !important;
}

/* HOME PAGE MAIN END */

/* HOME INTRO SECTION */
#home #home-intro {
  padding: 46px 0 0;
}

@media (max-width: 1024px) {
  #home #home-intro {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #home #home-intro {
    padding: 24px 0 0;
  }
}

#home #home-intro .intro_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1024px) {
  #home #home-intro .intro_wrapper {
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  #home #home-intro .intro_wrapper {
    flex-direction: column;
    padding-bottom: 50px;
  }
}

#home #home-intro .intro-mob-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px;
  width: 100%;
}

@media (min-width: 767.98px) {
  #home #home-intro .intro-mob-title {
    display: none;
  }
}

@media (max-wdith: 767.98px) {
  #home #home-intro .intro-mob-title {
    order: 1;
  }
}

#home #home-intro .intro-mob-title .title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 45px;
  color: #1c244b;
}

#home #home-intro .google-reviews {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  #home #home-intro .google-reviews {
    margin-top: 16px;
  }
}

@media (max-width: 767.98px) {
  #home #home-intro .google-reviews {
    margin: 0;
  }
}

#home #home-intro .google-reviews .ti-widget>.ti-widget-container {
  display: flex;
}

@media (min-width: 767.98px) {
  #home #home-intro .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    flex-wrap: nowrap !important;
    padding-left: 0;
  }
}

#home #home-intro .intro-content {
  width: calc(100% - 560px);
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  #home #home-intro .intro-content {
    width: calc(50% - 12px);
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  #home #home-intro .intro-content {
    width: 100%;
    order: 3;
  }
}

#home #home-intro .intro-content .title {
  font-weight: 900;
  font-size: 50px;
  line-height: 70px;
  color: #1c244b;
  margin-bottom: 42px;
}

@media (max-width: 1260px) {
  #home #home-intro .intro-content .title {
    font-size: 46px;
    line-height: 76px;
  }
}

@media (max-width: 1024px) {
  #home #home-intro .intro-content .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  #home #home-intro .intro-content .title {
    display: none;
  }
}

#home #home-intro .intro-content .title .custom-word-break {
  white-space: nowrap;
}

#home #home-intro .intro-content .intro-features {
  list-style: none;
  padding: 0;
  margin-bottom: 38px;
}

@media (max-width: 1024px) {
  #home #home-intro .intro-content .intro-features {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  #home #home-intro .intro-content .intro-features {
    background: #fff;
    box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #e6e8ea;
    padding: 16px 26px 14px;
    border-radius: 8px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
  }
}

#home #home-intro .intro-content .intro-features .feature {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #172640;
  position: relative;
  padding: 7px 0 7px 34px;
}

@media (max-width: 767.98px) {
  #home #home-intro .intro-content .intro-features .feature {
    font-size: 18px;
    padding: 0 0 0 28px;
    margin-bottom: 12px;
  }

  #home #home-intro .intro-content .intro-features .feature:first-child {
    order: 4;
  }

  #home #home-intro .intro-content .intro-features .feature:nth-child(2) {
    order: 3;
  }

  #home #home-intro .intro-content .intro-features .feature:nth-child(3) {
    order: 1;
  }
}

@media (max-width: 767.98px) {
  #home #home-intro .intro-content .intro-features .feature.v-mob-none {
    display: none;
  }
}

#home #home-intro .intro-content .intro-features .feature:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background-image: url("/uploads/12037607/File/embroidery/assets/tick-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

@media (max-width: 767.98px) {
  #home #home-intro .intro-content .intro-features .feature:before {
    top: 1px;
  }
}

@media (max-width: 767.98px) {
  #home #home-intro .intro-content .g-reviews {
    display: none;
  }
}

#home #home-intro .intro-content .button-wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  #home #home-intro .intro-content .button-wrapper {
    flex-direction: column;
    gap: 16px;
    margin-top: 28px;
  }
}

#home #home-intro .intro-content .button-blue,
#home #home-intro .intro-content .button-outline {
  padding: 10px;
  width: 50%;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  border-radius: 26px;
  text-align: center;
}

@media (max-width: 1024px) and (min-width: 767.98px) {

  #home #home-intro .intro-content .button-blue,
  #home #home-intro .intro-content .button-outline {
    font-size: 14px;
    line-height: 22px;
    max-width: 136px;
    font-weight: 500;
    padding: 6px;
    min-height: 36px;
  }
}

@media (max-width: 767.98px) {

  #home #home-intro .intro-content .button-blue,
  #home #home-intro .intro-content .button-outline {
    width: 100%;
    max-width: 316px;
    min-height: 52px;
  }
}

#home #home-intro .intro-content .button-blue {
  margin-right: 16px;
  text-transform: capitalize;
}

@media (min-width: 1024px) {
  #home #home-intro .intro-content .button-blue {
    max-width: 242px;
  }
}

@media (max-width: 767.98px) {
  #home #home-intro .intro-content .button-blue {
    margin: 0;
  }
}

#home #home-intro .intro-content .button-outline {
  display: flex;
  align-items: center;
}

#home #home-intro .intro-content .button-outline.v-desktop {
  text-transform: capitalize;
}

#home #home-intro .intro-content .button-outline:not(:hover) {
  background: #fff;
}

@media (min-width: 1024px) {
  #home #home-intro .intro-content .button-outline {
    max-width: 214px;
  }
}

#home #home-intro .intro-content .button-outline:hover svg path {
  fill: #fff;
}

#home #home-intro .intro-content .button-outline svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

@media (max-width: 700px) {
  #home #home-intro .intro-content .button-outline svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
}

@media (max-width: 576px) {
  #home #home-intro .intro-content .button-outline svg {
    display: none;
  }
}

#home #home-intro .intro-content .button-outline svg path {
  transition: 0.3s;
}

#home #home-intro .intro-photo {
  width: 530px;
  height: 500px;
  position: relative;
}

@media (max-width: 1024px) {
  #home #home-intro .intro-photo {
    height: 400px;
    width: 50%;
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  #home #home-intro .intro-photo {
    order: 2;
    height: unset;
    width: 100%;
    max-width: 400px;
  }
}

#home #home-intro .intro-photo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url("/uploads/12037607/File/embroidery/assets/circle-pattern.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  #home #home-intro .intro-photo:before {
    top: 25%;
  }
}

#home #home-intro .intro-photo .main-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: block;
}

@media (min-width: 1025px) {
  #home #home-intro .intro-photo .main-image {
    top: -40px;
  }
}

@media (max-width: 767.98px) {
  #home #home-intro .intro-photo .main-image {
    height: unset;
  }
}

#home #home-intro .intro-photo .main-image img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: bottom;
}

@media (max-width: 767.98px) {
  #home #home-intro .intro-photo .main-image img {
    height: unset !important;
  }
}

/* HOME INTRO SECTION END */

/* HOME PRODUCTS SECTION */
#home-products {
  padding: 145px 0 44px;
}

@media (min-width: 767.98px) {
  #home-products {
    background: #f6faff;
  }
}

@media (max-width: 1024px) {
  #home-products {
    padding: 110px 0 24px;
  }
}

@media (max-width: 767.98px) {
  #home-products {
    padding: 50px 0;
  }
}

#home-products .section-title-box {
  margin-bottom: 34px;
}

@media (max-width: 1024px) {
  #home-products .section-title-box {
    margin-bottom: 14px;
  }
}

@media (max-width: 767.98px) {
  #home-products .section-title-box {
    margin-bottom: 28px;
  }
}

#home-products .section-title-box .section-title {
  margin-bottom: 4px;
}

#home-products .products-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px 32px;
}

@media (max-width: 1024px) {
  #home-products .products-wrapper {
    margin-bottom: 26px;
  }
}

@media (max-width: 767.98px) {
  #home-products .products-wrapper {
    width: 100%;
    margin: 0 0 18px;
  }
}

#home-products .products-wrapper .home-product-card {
  width: calc(100% / 4 - 20px);
  height: 285px;
  background: #fff;
  border: 1px solid #f4f5f7;
  border-radius: 4px;
  margin: 10px;
  padding: 16px 4px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  /*new*/
}

@media (hover: hover) and (pointer: fine) {
  #home-products .products-wrapper .home-product-card:hover {
    box-shadow: 0px 5px 15px 0px rgba(2, 41, 107, 0.39);
  }
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #home-products .products-wrapper .home-product-card {
    height: 200px;
    padding: 20px 4px 0;
  }

  #home-products .products-wrapper .home-product-card:first-child {
    order: 1;
  }

  #home-products .products-wrapper .home-product-card:nth-child(2) {
    order: 3;
  }

  #home-products .products-wrapper .home-product-card:nth-child(3) {
    order: 4;
  }

  #home-products .products-wrapper .home-product-card:nth-child(4) {
    order: 2;
  }

  #home-products .products-wrapper .home-product-card:nth-child(5) {
    order: 7;
  }

  #home-products .products-wrapper .home-product-card:nth-child(6) {
    order: 5;
  }

  #home-products .products-wrapper .home-product-card:nth-child(7) {
    order: 8;
  }

  #home-products .products-wrapper .home-product-card:nth-child(8) {
    order: 6;
  }

  #home-products .products-wrapper .home-product-card:first-child,
  #home-products .products-wrapper .home-product-card:nth-child(4),
  #home-products .products-wrapper .home-product-card:nth-child(5) {
    width: calc(50% - 20px);
    padding: 20px 12px 0;
  }

  #home-products .products-wrapper .home-product-card:first-child .photo,
  #home-products .products-wrapper .home-product-card:nth-child(4) .photo,
  #home-products .products-wrapper .home-product-card:nth-child(5) .photo {
    height: calc(100% - 33px);
  }
}

@media (max-width: 767.98px) {
  #home-products .products-wrapper .home-product-card {
    width: 100%;
    background: #f4f8ff;
    border-color: #f4f8ff;
    flex-direction: row;
    height: 96px;
    padding: 4px 4px 0 16px;
    margin: 0 0 16px;
    box-shadow: none;
  }
}

#home-products .products-wrapper .home-product-card .photo {
  width: 100%;
  height: calc(100% - 40px);
}

@media (max-width: 767.98px) {
  #home-products .products-wrapper .home-product-card .photo {
    height: 100%;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
  }
}

#home-products .products-wrapper .home-product-card .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

#home-products .products-wrapper .home-product-card .photo img.v-mob {
  display: none;
}

@media (max-width: 767.98px) {
  #home-products .products-wrapper .home-product-card .photo img {
    object-position: right bottom;
  }

  #home-products .products-wrapper .home-product-card .photo img.v-mob {
    display: block;
  }

  #home-products .products-wrapper .home-product-card .photo img.v-desktop {
    display: none;
  }
}

#home-products .products-wrapper .home-product-card .name {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #0b1629;
  text-align: center;
  margin: 0;
}

@media (max-width: 1024px) {
  #home-products .products-wrapper .home-product-card .name {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767.98px) {
  #home-products .products-wrapper .home-product-card .name {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 4px;
    text-align: left;
  }
}

#home-products .button-more {
  display: block;
  max-width: max-content;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #003ca3;
  text-transform: capitalize;
  text-decoration: none;
}

#home-products .button-more:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  #home-products .button-more {
    font-size: 20px;
    line-height: 32px;
  }
}

/* HOME PRODUCTS SECTION END */

/* HOME STEPS */
#steps {
  padding: 70px 0;
  background: #f3f8fd;
}

@media (max-width: 1024px) {
  #steps {
    padding: 50px 0;
  }
}

#steps .process-steps {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}

@media (max-width: 1024px) {
  #steps .process-steps {
    margin-bottom: 32px;
  }
}

@media (max-width: 767.98px) {
  #steps .process-steps {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto 28px;
  }
}

#steps .process-steps .step {
  width: calc(100% / 3 - 100px);
  position: relative;
  z-index: 2;
}

@media (max-width: 1260px) {
  #steps .process-steps .step {
    width: calc(100% / 3 - 80px);
  }
}

@media (max-width: 1024px) {
  #steps .process-steps .step {
    width: calc(100% / 3 - 8px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 767.98px) {
  #steps .process-steps .step {
    width: 100%;
    margin-bottom: 24px;
    border: 1px solid #e8e9ea;
    box-shadow: 0px 9px 26px rgba(0, 0, 0, 0.13);
    border-radius: 8px;
    overflow: hidden;
  }
}

@media (max-width: 767.98px) {
  #steps .process-steps .step:last-child {
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  #steps .process-steps .step:nth-child(odd) .step-title {
    margin-bottom: 56px;
  }
}

@media (min-width: 1024px) {
  #steps .process-steps .step:nth-child(even) .step-title {
    margin-bottom: 8px;
  }
}

#steps .process-steps .step:first-child .image-box:after,
#steps .process-steps .step:nth-child(2) .image-box:after {
  content: "";
  position: absolute;
  height: 62px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
}

@media (max-width: 1024px) {

  #steps .process-steps .step:first-child .image-box:after,
  #steps .process-steps .step:nth-child(2) .image-box:after {
    content: unset;
  }
}

#steps .process-steps .step:first-child .image-box:after {
  width: 140px;
  background-image: url("/uploads/12037607/File/embroidery/assets/steps/step-pattern-1.svg");
  bottom: 0px;
  transform: translateX(100%);
}

@media (max-width: 1260px) {
  #steps .process-steps .step:first-child .image-box:after {
    width: 114px;
  }
}

@media (max-width: 767.98px) {
  #steps .process-steps .step:first-child .image-box .photo {
    background: #becce4;
  }
}

#steps .process-steps .step:nth-child(2) .image-box:after {
  width: 140px;
  background-image: url("/uploads/12037607/File/embroidery/assets/steps/step-pattern-2.svg");
  top: 20%;
  transform: translate(100%, 100%);
}

@media (max-width: 1260px) {
  #steps .process-steps .step:nth-child(2) .image-box:after {
    width: 114px;
    top: 0%;
  }
}

@media (max-width: 767.98px) {
  #steps .process-steps .step:nth-child(2) .image-box .photo {
    background: #f5ddca;
  }
}

#steps .process-steps .step .step-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1024px) {
  #steps .process-steps .step .step-title {
    margin-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  #steps .process-steps .step .step-title {
    padding: 16px 16px 10px;
    margin-bottom: 0;
    align-items: center;
    background: #fff;
  }
}

#steps .process-steps .step .step-title .count {
  width: 66px;
  height: 66px;
  object-fit: contain;
  background-image: url("/uploads/12037607/File/embroidery/assets/steps/step-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  #steps .process-steps .step .step-title .count {
    width: 44px;
  }
}

@media (max-width: 767.98px) {
  #steps .process-steps .step .step-title .count {
    background: #354156;
    border-radius: 100%;
    width: 32px;
    height: 32px;
  }
}

#steps .process-steps .step .step-title .count p {
  font-weight: 600;
  font-size: 28px;
  line-height: 66px;
  color: #006dcd;
  margin: 0;
}

@media (max-width: 1024px) {
  #steps .process-steps .step .step-title .count p {
    font-size: 19px;
    line-height: 33px;
  }
}

@media (max-width: 767.98px) {
  #steps .process-steps .step .step-title .count p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
  }
}

#steps .process-steps .step .step-title .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #353535;
  width: calc(100% - 70px);
  margin: 0;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #steps .process-steps .step .step-title .title {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 1024px) {
  #steps .process-steps .step .step-title .title {
    width: calc(100% - 58px);
  }
}

@media (max-width: 767.98px) {
  #steps .process-steps .step .step-title .title {
    width: calc(100% - 40px);
    font-size: 18px;
  }
}

#steps .process-steps .step .photo {
  margin: 0;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  filter: drop-shadow(0px 9px 10px rgba(94, 93, 93, 0.49));
  position: relative;
  display: flex;
  min-height: 170px;
}

@media (max-width: 1024px) {
  #steps .process-steps .step .photo {
    height: 180px;
    filter: unset;
  }
}

@media (max-width: 767.98px) {
  #steps .process-steps .step .photo {
    height: 156px;
  }
}

@media (max-width: 767.98px) {
  #steps .process-steps .step .photo {
    height: unset;
    border-radius: 0 0 8px 8px;
  }
}

@media (max-width: 1024px) {
  #steps .process-steps .step .photo.p_desk {
    display: none;
  }
}

@media (min-width: 1024px) {
  #steps .process-steps .step .photo.p_tablet {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #steps .process-steps .step .photo.p_tablet {
    display: none;
  }
}

#steps .process-steps .step .photo.p_mob {
  border-radius: 0;
}

@media (min-width: 767.98px) {
  #steps .process-steps .step .photo.p_mob {
    display: none;
  }
}

#steps .process-steps .step .photo:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 8px;
  border: 2px solid #c5cad1;
}

@media (max-width: 767.98px) {
  #steps .process-steps .step .photo:before {
    content: unset;
  }
}

#steps .process-steps .step .photo img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  #steps .process-steps .step .photo img {
    height: 100%;
  }
}

@media (max-width: 767.98px) {
  #steps .process-steps .step .photo img {
    height: unset;
  }
}

#steps .process-steps .step .image-box {
  position: relative;
}

#steps .process-steps .step .photo-del {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 70%;
  margin: 0;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  display: flex;
}

#steps .process-steps .step .photo-del img {
  width: 100%;
  object-fit: contain;
}

#steps .process-steps .step .delivery-info {
  list-style: none;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: calc(100% - 16px);
  max-width: 70%;
}

@media (max-width: 1200px) {
  #steps .process-steps .step .delivery-info {
    left: 8px;
  }
}

@media (max-width: 767.98px) {
  #steps .process-steps .step .delivery-info {
    left: 12px;
  }
}

#steps .process-steps .step .delivery-info .info-box {
  padding: 8px 10px 8px 26px;
  border-radius: 8px;
  background: #fff;
  position: relative;
}

@media (max-width: 1200px) {
  #steps .process-steps .step .delivery-info .info-box {
    padding: 6px 10px 6px 18px;
  }
}

@media (max-width: 767.98px) {
  #steps .process-steps .step .delivery-info .info-box {
    padding: 6px 10px 6px 30px;
  }
}

#steps .process-steps .step .delivery-info .info-box:first-child:before {
  background-image: url("/uploads/12037607/File/embroidery/assets/steps/radio-fill.svg");
}

#steps .process-steps .step .delivery-info .info-box:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/uploads/12037607/File/embroidery/assets/steps/pointer.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  right: 20%;
}

#steps .process-steps .step .delivery-info .info-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("/uploads/12037607/File/embroidery/assets/steps/radio.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1200px) {
  #steps .process-steps .step .delivery-info .info-box:before {
    width: 8px;
    height: 8px;
    left: 4px;
  }
}

@media (max-width: 767.98px) {
  #steps .process-steps .step .delivery-info .info-box:before {
    width: 13px;
    height: 13px;
    left: 8px;
  }
}

#steps .process-steps .step .delivery-info .info-box:not(:last-child) {
  margin-bottom: 8px;
}

@media (max-width: 1200px) and (min-width: 1024px) {
  #steps .process-steps .step .delivery-info .info-box:not(:last-child) {
    margin-bottom: 4px;
  }
}

#steps .process-steps .step .delivery-info .info-box p {
  font-size: 8px;
  line-height: 6px;
}

#steps .process-steps .step .delivery-info .info-box .del_type {
  font-weight: 700;
  color: #515255;
  margin-bottom: 6px;
}

@media (max-width: 1200px) {
  #steps .process-steps .step .delivery-info .info-box .del_type {
    margin-bottom: 4px;
  }
}

@media (max-width: 767.98px) {
  #steps .process-steps .step .delivery-info .info-box .del_type {
    font-size: 10px;
    margin-bottom: 8px;
  }
}

#steps .process-steps .step .delivery-info .info-box .subtitle {
  font-weight: 500;
  color: #929497;
  margin-bottom: 8px;
}

@media (max-width: 1200px) {
  #steps .process-steps .step .delivery-info .info-box .subtitle {
    margin-bottom: 5px;
  }
}

#steps .process-steps .step .delivery-info .info-box .date {
  font-weight: 600;
  color: #20c84f;
  margin: 0;
}

#steps .button-blue {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  padding: 10px 48px;
  max-width: max-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
}

@media (max-width: 1024px) {
  #steps .button-blue {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding: 8px 50px;
    min-height: 44px;
    max-width: 277px;
  }
}

@media (max-width: 767.98px) {
  #steps .button-blue {
    font-weight: 600;
    min-height: 52px;
    max-width: 330px;
  }
}

/* HOME STEPS END */

/* HOME OUR SERVICES */
#our-services {
  padding: 70px 0;
}

@media (max-width: 1024px) {
  #our-services {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #our-services {
    padding: 50px 0 30px;
  }
}

#our-services .services-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  background: #fff;
}

@media (max-width: 767.98px) {
  #our-services .services-list {
    flex-direction: column;
    align-items: center;
  }
}

#our-services .services-list .service {
  width: calc(100% / 3 - 12px);
  box-shadow: 0px 9px 26px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  border-radius: 4px;
  border: 1px solid #e8e9ea;
  overflow: hidden;
  text-decoration: none;
}

@media (max-width: 1024px) {
  #our-services .services-list .service {
    width: calc(100% / 3 - 8px);
  }
}

@media (max-width: 767.98px) {
  #our-services .services-list .service {
    width: 100%;
    max-width: 500px;
    margin: 0 0 20px;
  }
}

@media (hover: hover) and (pointer: fine) {
  #our-services .services-list .service:hover {
    border-color: #3578ea;
  }
}

#our-services .services-list .service .photo {
  width: 100%;
  height: 275px;
  margin-bottom: 0;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

@media (max-width: 1024px) {
  #our-services .services-list .service .photo {
    height: 156px;
  }
}

@media (max-width: 767.98px) {
  #our-services .services-list .service .photo {
    height: 234px;
  }
}

#our-services .services-list .service .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#our-services .services-list .service .content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 275px);
}

@media (max-width: 1024px) {
  #our-services .services-list .service .content {
    height: calc(100% - 156px);
    padding: 16px;
  }
}

@media (max-width: 767.98px) {
  #our-services .services-list .service .content {
    padding: 12px 16px 24px;
  }
}

#our-services .services-list .service .content .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #11263c;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  #our-services .services-list .service .content .title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}

@media (max-width: 767.98px) {
  #our-services .services-list .service .content .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin-bottom: 8px;
  }
}

#our-services .services-list .service .content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #555e6d;
  margin: 0;
}

@media (max-width: 1024px) {
  #our-services .services-list .service .content .text {
    font-size: 12px;
    line-height: 17px;
  }
}

@media (max-width: 767.98px) {
  #our-services .services-list .service .content .text {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}

#our-services .services-list .service .content .text .t_feature {
  font-weight: 500;
  color: #354156;
}

#our-services .services-list .service .content .btn-more {
  margin-top: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #11263c;
  transition: 0.3s;
  text-decoration: none;
  max-width: max-content;
  display: none;
}

@media (max-width: 1024px) {
  #our-services .services-list .service .content .btn-more {
    font-size: 14px;
    font-weight: 400;
  }
}

@media (max-width: 576px) {
  #our-services .services-list .service .content .btn-more {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (hover: hover) and (pointer: fine) {
  #our-services .services-list .service .content .btn-more:hover {
    color: #3578ea;
  }

  #our-services .services-list .service .content .btn-more:hover svg path {
    stroke: #3578ea;
  }
}

#our-services .services-list .service .content .btn-more svg {
  width: 20px;
  height: 20px;
  margin-left: 12px;
}

#our-services .services-list .service .content .btn-more svg path {
  stroke: #4fb68d;
  transition: 0.3s;
}

/* HOME OUR SERVICES END */

/* HOME BEST SELLER */
#best-seller {
  padding: 70px 0;
}

@media (max-width: 1024px) {
  #best-seller {
    padding: 50px 0 25px;
  }
}

@media (max-width: 767.98px) {
  #best-seller {
    padding: 44px 0;
  }
}

#best-seller .tab-links-box {
  display: flex;
  justify-content: center;
}

#best-seller .tab-links-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}

@media (max-width: 1024px) {
  #best-seller .tab-links-wrapper {
    margin-bottom: 44px;
  }
}

@media (max-width: 767.98px) {
  #best-seller .tab-links-wrapper {
    margin-bottom: 32px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  #best-seller .tab-links-wrapper::-webkit-scrollbar {
    display: none;
  }
}

#best-seller .tab-links-wrapper .tab-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #555e6d;
  padding: 14px;
  border: 1px solid transparent;
  transition: 0.3s;
  border-radius: 23px;
  text-decoration: none;
  margin: 0 6px;
  background: transparent;
}

@media (max-width: 767.98px) {
  #best-seller .tab-links-wrapper .tab-link {
    background: #f4f5f6;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #131740;
    border: none;
    flex: 0 0 auto;
    margin: 0 10px 0 0;
  }
}

#best-seller .tab-links-wrapper .tab-link:focus {
  outline: none;
}

#best-seller .tab-links-wrapper .tab-link:hover,
#best-seller .tab-links-wrapper .tab-link.active {
  color: #3578ea;
}

@media (max-width: 767.98px) {

  #best-seller .tab-links-wrapper .tab-link:hover,
  #best-seller .tab-links-wrapper .tab-link.active {
    background: #3578ea;
    color: #fff;
    font-weight: 600;
  }
}

#best-seller .category-items {
  display: flex;
  width: calc(100% + 20px);
  margin: 0 -10px 32px;
}

@media (max-width: 1024px) {
  #best-seller .category-items {
    margin-bottom: 36px;
  }
}

@media (max-width: 767.98px) {
  #best-seller .category-items {
    width: 100%;
    margin: 0 0 36px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  #best-seller .category-items::-webkit-scrollbar {
    display: none;
  }
}

#best-seller .category-items .category-card {
  width: calc(100% / 4 - 20px);
  margin: 0 10px;
  transition: 0.3s;
  display: none;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  #best-seller .category-items .category-card {
    width: 165px;
    margin: 0 10px 0 0;
    flex: 0 0 auto;
  }
}

@media (hover: hover) and (pointer: fine) {
  #best-seller .category-items .category-card:hover .photo img {
    transform: scale(1.1, 1.1);
  }
}

#best-seller .category-items .category-card.active {
  display: block;
}

#best-seller .category-items .category-card.active .photo .image-box {
  animation: zoomIn 0.8s forwards;
}

#best-seller .category-items .category-card .photo {
  height: 330px;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  border: 1px solid #e8e9ea;
  box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg,
      rgba(208, 208, 208, 0.38) 0%,
      rgba(208, 208, 208, 0.17) 100%);
}

@media (max-width: 1024px) {
  #best-seller .category-items .category-card .photo {
    height: 200px;
    padding: 14px;
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  #best-seller .category-items .category-card .photo {
    margin-bottom: 12px;
    padding: 8px;
    height: 215px;
  }
}

#best-seller .category-items .category-card .photo .image-box {
  width: 100%;
  height: 100%;
}

#best-seller .category-items .category-card .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
}

#best-seller .category-items .category-card .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #232528;
  text-transform: capitalize;
  margin: 0;
}

#best-seller .button-outline {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  max-width: max-content;
  padding: 10px 48px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  #best-seller .button-outline {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 10px 40px;
  }
}

@media (max-width: 767.98px) {
  #best-seller .button-outline {
    font-size: 18px;
    font-weight: 600;
    max-width: 330px;
    padding: 13px 40px;
  }
}

/* HOME BEST SELLER END */

/* HOME CONTENT CSS */
#home-content {
  padding: 70px 0 54px;
  background: #f6faff;
}

@media (max-width: 1024px) {
  #home-content {
    padding: 50px 0 34px;
  }
}

#home-content .content-cards {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: 0 -8px;
}

@media (max-width: 1024px) {
  #home-content .content-cards {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
}

@media (max-width: 767.98px) {
  #home-content .content-cards {
    flex-direction: column;
    align-items: center;
    justify-content: unset;
  }
}

#home-content .content-cards .c_card {
  width: calc(100% / 4 - 16px);
  margin: 0 8px 16px;
  border-radius: 4px;
  border: 1px solid #e8e9ea;
  background: #fff;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1024px) {
  #home-content .content-cards .c_card {
    width: calc(50% - 10px);
    margin: 0 0 16px;
  }
}

@media (max-width: 767.98px) {
  #home-content .content-cards .c_card {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
}

#home-content .content-cards .c_card.active {
  padding-bottom: 24px;
}

@media (max-width: 767.98px) {
  #home-content .content-cards .c_card.active .c_heading {
    padding-bottom: 8px;
  }

  #home-content .content-cards .c_card.active .c_heading:after {
    transform: rotate(180deg) translateY(9px);
  }

  #home-content .content-cards .c_card.active .c_content {
    padding: 8px 0 0;
  }
}

#home-content .content-cards .c_card .link {
  text-decoration: underline;
  color: inherit;
  transition: 0.3s;
}

#home-content .content-cards .c_card .link:hover {
  color: #3578ea;
}

#home-content .content-cards .c_card .c_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  transition: 0.3s;
}

@media (max-width: 767.98px) {
  #home-content .content-cards .c_card .c_heading {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    padding: 16px 50px 16px 13px;
  }
}

#home-content .content-cards .c_card .c_heading:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-9px);
  width: 18px;
  height: 18px;
  background-image: url("/uploads/12037607/File/embroidery/assets/arrow-down-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}

@media (max-width: 767.98px) {
  #home-content .content-cards .c_card .c_heading:after {
    content: "";
  }
}

#home-content .content-cards .c_card .c_heading .icon {
  width: 115px;
  height: 115px;
  border-radius: 100%;
  background: #eaf3ff;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1024px) {
  #home-content .content-cards .c_card .c_heading .icon {
    width: 74px;
    height: 74px;
  }
}

@media (max-width: 767.98px) {
  #home-content .content-cards .c_card .c_heading .icon {
    width: 44px;
    height: 44px;
    margin: 0;
  }
}

#home-content .content-cards .c_card .c_heading .icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

@media (max-width: 1024px) {
  #home-content .content-cards .c_card .c_heading .icon img {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 767.98px) {
  #home-content .content-cards .c_card .c_heading .icon img {
    width: 25px;
    height: 25px;
  }
}

#home-content .content-cards .c_card .c_heading .c_title {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  #home-content .content-cards .c_card .c_heading .c_title {
    width: calc(100% - 54px);
    text-align: left;
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  #home-content .content-cards .c_card .c_content {
    max-height: 0;
    transition: 0.3s;
    margin: 0 30px 0 66px;
    border-top: 1px solid #e8e9ea;
  }
}

#home-content .content-cards .c_card .c_content .c_text {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #home-content .content-cards .c_card .c_content .c_text {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  #home-content .content-cards .c_card .c_content .c_text {
    text-align: left;
  }
}

#home-content .content-cards .c_card .c_content .c_text .underline {
  text-decoration: underline;
}

/* HOME CONTENT CSS END */

/* HOME FAQ CSS */
#home-faq {
  padding: 70px 0 110px;
}

@media (max-width: 1024px) {
  #home-faq {
    padding: 50px 0;
  }
}

#home-faq .title-wrapper {
  margin-bottom: 44px;
}

@media (max-width: 1024px) {
  #home-faq .title-wrapper {
    margin-bottom: 32px;
  }
}

@media (max-width: 767.98px) {
  #home-faq .title-wrapper {
    margin-bottom: 36px;
  }
}

#home-faq .title-wrapper .section-title {
  margin-bottom: 14px;
}

@media (max-width: 767.98px) {
  #home-faq .title-wrapper .section-title {
    font-size: 20px;
    line-height: 28px;
  }
}

#home-faq .faq-category-list {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#home-faq .faq-category-list .faq-category {
  transition: 0.3s;
  overflow: hidden;
  padding: 11px 16px 0 16px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background: #f6f9fc;
}

#home-faq .faq-category-list .faq-category.active {
  border-color: #3578ea;
  padding-bottom: 11px;
}

#home-faq .faq-category-list .faq-category.active .faq-c-button:after {
  background-image: url("/uploads/12037607/File/deco/home/assets/minus-circle.svg");
}

#home-faq .faq-category-list .faq-c-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: transparent;
  position: relative;
  padding-right: 30px;
  transition: 0.3s;
  outline: none;
}

#home-faq .faq-category-list .faq-c-button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/uploads/12037607/File/deco/home/assets/add-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  right: 0;
}

#home-faq .faq-category-list .faq-c-button .icon {
  width: 40px;
  height: 40px;
}

@media (max-width: 767.98px) {
  #home-faq .faq-category-list .faq-c-button .icon {
    width: 32px;
    height: 32px;
  }
}

#home-faq .faq-category-list .faq-c-button .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#home-faq .faq-category-list .faq-c-button .faq-c-title {
  color: #213343;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  width: calc(100% - 56px);
}

@media (max-width: 767.98px) {
  #home-faq .faq-category-list .faq-c-button .faq-c-title {
    width: calc(100% - 44px);
  }
}

#home-faq .faq-category-list .faq-c-content {
  max-height: 0;
  transition: 0.3s;
  padding-top: 11px;
}

#home-faq .faq-category-list .faq-c-content .content-box {
  padding: 4px 16px;
  border-radius: 4px;
  border: 0.5px #e8e9ea;
  background: #fff;
}

#home-faq .faq-category-list .faq-c-content .faq-list-secondary {
  list-style: none;
}

#home-faq .faq-category-list .faq-c-content .faq-list-secondary .faq-secondary {
  padding: 0;
  position: relative;
  overflow: hidden;
}

#home-faq .faq-category-list .faq-c-content .faq-list-secondary .faq-secondary.active {
  padding-bottom: 16px;
}

#home-faq .faq-category-list .faq-c-content .faq-list-secondary .faq-secondary.active:before {
  background-image: url("/uploads/12037607/File/deco/home/assets/minus-circle.svg");
}

#home-faq .faq-category-list .faq-c-content .faq-list-secondary .faq-secondary:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 33px;
  width: calc(100% - 33px);
  height: 1px;
  background: #e8e9ea;
}

#home-faq .faq-category-list .faq-c-content .faq-list-secondary .faq-secondary:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("/uploads/12037607/File/deco/home/assets/add-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;

}

#home-faq .faq-category-list .faq-c-content .faq-list-secondary .faq-s-button {
  width: 100%;
  background: transparent;
  border: none;
  color: #353535;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  padding: 16px 0 16px 33px;
  outline: none;
}

#home-faq .faq-category-list .faq-c-content .faq-list-secondary .faq-s-content {
  max-height: 0;
  transition: 0.3s;
  padding-left: 33px;

}

#home-faq .faq-category-list .faq-c-content .faq-list-secondary .faq-s-content p {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

/* HOME FAQ CSS END */

/* HOME DESIGN PRODUCT CSS */

#home-design-product {
  padding: 70px 0;
  background: #f6faff;
}

@media (max-width: 1024px) {
  #home-design-product {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #home-design-product {
    padding-bottom: 30px;
  }
}

#home-design-product .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  #home-design-product .content-wrapper {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1024px) and (min-width: 767.98px) {

  #home-design-product .content-wrapper .content,
  #home-design-product .content-wrapper .photo {
    width: calc(50% - 28px);
  }
}

@media (min-width: 1025px) {
  #home-design-product .content-wrapper .content {
    width: 50%;
  }
}

#home-design-product .content-wrapper .content .title-wrapper .section-title {
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {

  #home-design-product .content-wrapper .content .title-wrapper .section-title,
  #home-design-product .content-wrapper .content .title-wrapper .section-subtitle {
    text-align: center;
  }
}

#home-design-product .content-wrapper .content .button-wrapper {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  #home-design-product .content-wrapper .content .button-wrapper {
    flex-direction: column;
    max-width: 350px;
    margin: 32px auto 0;
  }
}

#home-design-product .content-wrapper .content .button-wrapper .button-blue,
#home-design-product .content-wrapper .content .button-wrapper .button-outline {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  padding: 10px 50px;
  text-align: center;
}

@media (max-width: 1024px) and (min-width: 767.98px) {

  #home-design-product .content-wrapper .content .button-wrapper .button-blue,
  #home-design-product .content-wrapper .content .button-wrapper .button-outline {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 6px 16px;
  }
}

@media (max-width: 767.98px) {

  #home-design-product .content-wrapper .content .button-wrapper .button-blue,
  #home-design-product .content-wrapper .content .button-wrapper .button-outline {
    font-size: 18px;
    line-height: 30px;
  }
}

#home-design-product .content-wrapper .content .google-reviews {
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  #home-design-product .content-wrapper .content .google-reviews {
    margin-top: 12px;
  }
}

#home-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
  display: flex;
}

@media (max-width: 767.98px) {
  #home-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
    justify-content: center;
  }
}

#home-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
  padding: 20px 0;
}

@media (min-width: 768px) {
  #home-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    flex-wrap: nowrap !important;
  }
}

#home-design-product .content-wrapper .photo {
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  #home-design-product .content-wrapper .photo {
    width: calc(50% - 100px);
  }
}

@media (max-width: 767.98px) {
  #home-design-product .content-wrapper .photo {
    margin-bottom: 32px;
  }
}

#home-design-product .content-wrapper .photo img {
  width: 100%;
  object-fit: contain;
}

/* HOME DESIGN PRODUCT CSS END */

/* HOME GOOGLE REVIEWS */
#google-reviews {
  padding: 44px 0px;
}

@media (max-width: 1024px) {
  #google-reviews {
    padding: 50px 0;
  }
}

#google-reviews .reviews-wrapper {
  width: calc(100% + 40px);
  margin: 0 -20px 40px;
}

@media (max-width: 1024px) {
  #google-reviews .reviews-wrapper {
    width: 100%;
    margin: 0 0 40px;
  }
}

#google-reviews .button-blue {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  border-radius: 26px;
  padding: 10px 46px;
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1024px) {
  #google-reviews .button-blue {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding: 8px 50px;
  }
}

@media (max-width: 767.98px) {
  #google-reviews .button-blue {
    font-weight: 600;
    max-width: 330px;
    min-height: 52px;
  }
}

/* HOME GOOGLE REVIEWS END */

/* HOME BRANDS */
#home-brands {
  background: #f6faff;
  padding: 40px 0 100px;
}

@media (max-width: 1024px) {
  #home-brands {
    padding: 24px 0 50px;
  }
}

@media (max-width: 767.98px) {
  #home-brands {
    padding: 40px 0 24px;
  }
}

#home-brands .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  text-align: center;
  margin-bottom: 36px;
  color: #555e6d;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #home-brands .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 36px;
  }
}

@media (max-width: 767.98px) {
  #home-brands .title {
    margin-bottom: 28px;
  }
}

#home-brands .brands-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 24px);
  margin: 0 -12px;
}

@media (max-width: 1024px) {
  #home-brands .brands-list {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}

@media (max-width: 767.98px) {
  #home-brands .brands-list {
    width: calc(100% + 14px);
    margin: 0 -7px;
    justify-content: center;
  }
}

#home-brands .brands-list .brand-item {
  width: calc(100% / 8 - 24px);
  height: 80px;
  margin: 0 12px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 30px 40px 0px rgba(212, 217, 232, 0.25);
  padding: 8px 4px;
}

@media (max-width: 1024px) {
  #home-brands .brands-list .brand-item {
    width: calc(100% / 8 - 16px);
    margin: 0 8px;
    height: 64px;
  }
}

@media (max-width: 767.98px) {
  #home-brands .brands-list .brand-item {
    width: calc(100% / 3 - 14px);
    margin: 0 7px 16px;
    max-width: 100px;
  }
}

#home-brands .brands-list .brand-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  #home-brands .brands-list .brand-item img.v_desk {
    display: none;
  }
}

@media (min-width: 767.98px) {
  #home-brands .brands-list .brand-item img.v_mobile {
    display: none;
  }
}

/* HOME BRANDS END */




/*------------------------------------------New------------------------------------------------*/


/*#region  POPUP START*/



.pop-up {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background: #232528cc;
  z-index: 10000000000;
  flex-direction: column;
  align-items: center;
  padding: 20px !important;
  display: none;
  overflow-y: auto !important;
}

.pop-up::-webkit-scrollbar {
  width: 3px;
}

.pop-up::-webkit-scrollbar-track {
  background: #d9dbdd;
}

.pop-up::-webkit-scrollbar-thumb {
  background: #929497;
  border-radius: 3px;
}

.pop-up::-webkit-scrollbar-thumb:hover {
  background: #65615e;
}

.pop-up.active {
  display: flex;
  animation: fadeIn 0.5s forwards;
}

.pop-up_content-box {
  background: #fff;
  border-radius: 4px;
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.pop-up_header {
  padding: 16px;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  justify-content: center;
  position: relative;
}

.pop-up_header .pop-up_header-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #232528;
  text-align: center;
  padding: 0 32px;
}

.pop-up_header .back-button {
  background: 0 0;
  border: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  left: 16px;
}

.pop-up_header .back-button:focus {
  outline: 0;
}

@media (hover: hover) and (pointer: fine) {
  .pop-up_header .back-button:hover svg path {
    fill: #3578ea;
  }
}

.pop-up_header .back-button svg {
  width: 100%;
  height: 100%;
}

.pop-up_header .back-button svg path {
  fill: #232528;
  transition: 0.3s;
}

.pop-up_header .close-button {
  width: 24px;
  height: 24px;
  border: none;
  background: 0 0;
  position: absolute;
  right: 16px;
  top: 16px;
}

.pop-up_header .close-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #232528;
  opacity: 0;
  transition: 0.3s;
}

.pop-up_header .close-button:focus {
  outline: 0;
}

.pop-up_header .close-button:focus:before {
  opacity: 1;
}

.pop-up_header .close-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pop-up_body {
  padding: 32px;
}

#login-register_popup .multiple-account .title-wrapper {
  margin-bottom: 24px;
}

#login-register_popup .multiple-account .account-list {
  max-height: 280px;
}

.login-form .content-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #232528;
  text-align: center;
  margin-bottom: 28px;
}

.login-form .content-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #232528;
  text-align: center;
  margin-bottom: 32px;
}

.login-form form {
  max-width: 330px;
  margin: 0 auto;
}

.login-form form .input_wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.login-form form .input_wrapper.validatable-input.invalid-input .error-message {
  display: none !important;
}

.login-form form .input_wrapper.invalid-input input {
  border-color: #ea3535;
}

.login-form form .input_wrapper.invalid-input .error-message {
  display: block;
}

.login-form form .input_wrapper .error-message {
  font-size: 12px;
  font-weight: 400;
  color: #ea3535;
  display: none;
  margin-top: 6px;
}

.login-form form .input_wrapper label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #515254;
  display: block;
  margin-bottom: 4px;
}

.login-form form .input_wrapper input {
  border: 1px solid #c5c7cb;
  border-radius: 4px;
  padding: 0 16px;
  font-size: 14px;
  height: 36px;
  transition: 0.3s;
}

.login-form form .input_wrapper input:focus {
  border-color: #232528;
  outline: 0;
}

.login-form form .checkbox-wrapper label {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #232528;
  padding-left: 25px;
}

.login-form form .password-input {
  width: 100%;
  position: relative;
}

.login-form form .password-input input {
  width: 100%;
  padding-right: 50px;
}

.login-form form .password-input .visibility-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 20px;
  height: 20px;
  border: none;
  background: 0 0;
}

.login-form form .password-input .visibility-icon:focus {
  outline: 0;
}

.login-form form .password-input .visibility-icon.active img.hide {
  opacity: 1;
}

.login-form form .password-input .visibility-icon.active img.show {
  opacity: 0;
}

.login-form form .password-input .visibility-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.login-form form .password-input .visibility-icon img.hide {
  opacity: 0;
}

.login-form form .links_wrapper {
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
}

.login-form form .links_wrapper .pop-up_inner-button {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #3578ea;
  transition: 0.3s;
  border: none;
  background: 0 0;
  text-decoration: none;
  position: relative;
}

.login-form form .links_wrapper .pop-up_inner-button:focus {
  outline: 0;
}

@media (hover: hover) and (pointer: fine) {
  .login-form form .links_wrapper .pop-up_inner-button:hover {
    color: #1764e9;
  }

  .login-form form .links_wrapper .pop-up_inner-button:hover:before {
    width: 100%;
    opacity: 1;
  }
}

.login-form form .links_wrapper .pop-up_inner-button:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  opacity: 0;
  height: 1px;
  background: #1764e9;
  transition: 0.3s;
}

.login-form form .recaptcha-box {
  width: 100%;
  height: 78px;
}

.login-form form .button-blue {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.login-form .is-member {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.login-form .is-member p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #232528;
  margin-right: 4px;
}

.login-form .is-member .pop-up_inner-button {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #3578ea;
  text-decoration: none;
  position: relative;
  border: none;
  background: 0 0;
}

.login-form .is-member .pop-up_inner-button:focus {
  outline: 0;
}

@media (hover: hover) and (pointer: fine) {
  .login-form .is-member .pop-up_inner-button:hover:before {
    width: 100%;
    opacity: 1;
  }
}

.login-form .is-member .pop-up_inner-button:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #3578ea;
  transition: 0.3s;
  opacity: 0;
}

.login-form .validation-criteria-wrapper {
  max-height: 0;
  overflow-y: hidden;
  transition: 0.3s;
}

.login-form .validation-criteria {
  list-style: none;
  margin-top: 16px;
}

.login-form .validation-criteria .criteria {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #232528;
  padding-left: 28px;
  position: relative;
}

.login-form .validation-criteria .criteria:not(:last-child) {
  margin-bottom: 4px;
}

.login-form .validation-criteria .criteria.valid:before {
  border-color: #20c84f;
}

.login-form .validation-criteria .criteria.valid:after {
  background-image: url(/uploads/12037607/File/embroidery/assets/tick-green.svg);
  transform: translate(1px, 1px) scale(1, 1);
}

.login-form .validation-criteria .criteria.invalid:before {
  border-color: #ea3535;
}

.login-form .validation-criteria .criteria.invalid:after {
  background-image: url(/uploads/12037607/File/embroidery/assets/close-red.svg);
  transform: translate(1px, 1px) scale(1, 1);
}

.login-form .validation-criteria .criteria:after,
.login-form .validation-criteria .criteria:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  transition-delay: 0.3s;
  transition: 0.3s;
  box-sizing: border-box;
}

.login-form .validation-criteria .criteria:before {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #232528;
}

.login-form .validation-criteria .criteria:after {
  width: 10px;
  height: 10px;
  transform: translate(1px, 1px) scale(0, 0);
  background-size: contain;
}

@media (min-width: 576px) {
  .multiple-account {
    padding: 24px 10px 24px 24px;
  }
}

.multiple-account .header-content {
  margin-bottom: 28px;
}

@media (min-width: 576px) {
  .multiple-account .header-content {
    padding-right: 14px;
  }
}

@media (max-width: 576px) {
  .multiple-account .header-content {
    margin-bottom: 10px;
  }
}

.multiple-account .header-content .title-wrapper {
  background: #f9ffd3;
  border-radius: 4px;
  padding: 10px 16px 10px 12px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}

.multiple-account .header-content .title-wrapper .icon {
  width: 24px;
  height: 24px;
}

.multiple-account .header-content .title-wrapper .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.multiple-account .header-content .content-subtitle {
  width: calc(100% - 32px);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #354156;
}

@media (max-width: 576px) {
  .multiple-account .header-content .content-subtitle {
    font-size: 13px;
    line-height: 21px;
  }
}

.multiple-account .header-content .content-subtitle span {
  font-weight: 500;
  color: #0b1629;
}

.multiple-account .header-content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #354156;
}

.multiple-account .account-list {
  list-style: none;
  padding: 0;
  max-height: 350px;
}

@media (min-width: 576px) {
  .multiple-account .account-list {
    padding-right: 14px;
    overflow-y: auto;
  }

  .multiple-account .account-list::-webkit-scrollbar {
    width: 3px;
  }

  .multiple-account .account-list::-webkit-scrollbar-track {
    background: #d9dbdd;
  }

  .multiple-account .account-list::-webkit-scrollbar-thumb {
    background: #929497;
    border-radius: 3px;
  }

  .multiple-account .account-list::-webkit-scrollbar-thumb:hover {
    background: #65615e;
  }
}

@media (max-width: 576px) {
  .multiple-account .account-list {
    max-height: unset;
  }
}

.multiple-account .account-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}

.multiple-account .account-list li:not(:last-child) {
  border-bottom: 1px solid #f4f5f7;
}

@media (max-width: 576px) {
  .multiple-account .account-list li:not(:last-child) {
    padding: 20px 0;
  }
}

.multiple-account .account-list li:nth-child(5n + 1) .dp {
  background: #e75493;
}

.multiple-account .account-list li:nth-child(5n + 2) .dp {
  background: #68affb;
}

.multiple-account .account-list li:nth-child(5n + 3) .dp {
  background: #f6c336;
}

.multiple-account .account-list li:nth-child(5n + 4) .dp {
  background: #36fb99;
}

.multiple-account .account-list li:nth-child(5n + 5) .dp {
  background: #fc5fff;
}

.multiple-account .account-list li .user-detail {
  display: flex;
  width: calc(100% - 135px);
}

.multiple-account .account-list li .user-detail .dp {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #f6faff;
}

@media (max-width: 576px) {
  .multiple-account .account-list li .user-detail .dp {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
  }
}

.multiple-account .account-list li .user-detail .content {
  width: calc(100% - 44px);
}

@media (max-width: 576px) {
  .multiple-account .account-list li .user-detail .content {
    width: calc(100% - 32px);
  }
}

.multiple-account .account-list li .user-detail .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #172640;
  margin-bottom: 2px;
}

@media (max-width: 576px) {
  .multiple-account .account-list li .user-detail .name {
    font-size: 14px;
  }
}

.multiple-account .account-list li .user-detail .date {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #555e6d;
}

@media (max-width: 576px) {
  .multiple-account .account-list li .user-detail .date {
    font-size: 10px;
  }
}

.multiple-account .account-list li .button-outline {
  line-height: 20px;
  padding: 7px 16px;
}

.multiple-account .account-list li .button-outline:focus {
  outline: 0;
}

.success-form {
  padding: 0 24px 24px;
}

.success-form .symbol {
  width: 48px;
  height: 48px;
  margin: 0 auto 24px;
}

.success-form .symbol img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.success-form .content-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #232528;
  text-align: center;
  margin-bottom: 8px;
}

.success-form .content-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #4d4f53;
  text-align: center;
  margin-bottom: 32px;
}

.success-form .button-blue {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  #login-register_popup {
    display: none !important;
  }
}

#login-register_popup .pop-up_content-box {
  display: none;
}

#login-register_popup .pop-up_content-box.active {
  animation: fadeIn 0.3s forwards;
  display: block;
}

#login-register_popup .pop-up_body {
  padding: 20px;
}

#popup_successful-message .pop-up_header {
  border: none;
  justify-content: flex-end;
  padding-bottom: 8px;
}

#popup_successful-message .close-button {
  position: relative;
  top: unset;
  right: unset;
}



/*#endregion POPUP END*/



/*#region Get Quote Pupup start */
#get-quote_popup_home {
  padding: 0 !important;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#get-quote_popup_home.active {
  display: flex;
}

#get-quote_popup_home .pop-up_content-box {
  padding: 20px 35px 75px;
  margin-left: auto;
  min-height: 100vh;
  margin-right: 0;
  border-radius: 0;
  position: relative;
}

#get-quote_popup_home .pop-up_content-box.v-mob {
  display: none;
  padding-inline: 16px;
}

@media (max-width: 575.98px) {
  #get-quote_popup_home .pop-up_content-box.v-mob {
    display: block;
    padding-block: 46px 28px !important;
  }
}

#get-quote_popup_home .pop-up_content-box .pop-up_heading {
  text-align: center;
}

#get-quote_popup_home .pop-up_content-box .pop-up_heading .pop-up_title {
  color: #353535;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

@media only screen and (max-width: 1024px) {
  #get-quote_popup_home .pop-up_content-box .pop-up_heading .pop-up_title {
    font-size: 28px;
  }
}

#get-quote_popup_home .pop-up_content-box .pop-up_heading .pop-up_subtitle {
  color: #4d4f53;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 8px;
}

#get-quote_popup_home .pop-up_content-box .pop-up_heading .pop-up_subtitle span {
  color: #17d24b;
  font-weight: 700;
}

#get-quote_popup_home .pop-up_content-box .pop-up_body {
  padding: 0;
}

#get-quote_popup_home .pop-up_content-box .pop-up_body form {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

@media (max-width: 575.98px) {
  #get-quote_popup_home .pop-up_content-box .pop-up_body form {
    margin-top: 20px;
  }
}

#get-quote_popup_home .pop-up_content-box .pop-up_body form .form-block label {
  color: #576675;
  margin-bottom: 4px;
}

#get-quote_popup_home .pop-up_content-box .pop-up_body form .form-block-btn {
  padding-inline: 45px;
  margin-top: 12px;
}

@media (max-width: 575.98px) {
  #get-quote_popup_home .pop-up_content-box .pop-up_body form .form-block-btn {
    padding-inline: 0;
  }
}

#get-quote_popup_home .pop-up_content-box .pop-up_body form .input,
#get-quote_popup_home .pop-up_content-box .pop-up_body form .textarea {
  border-radius: 2px;
  border: 1px solid #c5cad1;
  background: #fff;
  width: 100%;
  outline: none !important;
  color: #576675;
  font-size: 16px;
}

#get-quote_popup_home .pop-up_content-box .pop-up_body form .input:focus,
#get-quote_popup_home .pop-up_content-box .pop-up_body form .textarea:focus {
  border: 1px solid #3578EA;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
}

#get-quote_popup_home .pop-up_content-box .pop-up_body form .input {
  padding: 12px 16px;
}

@media (max-width: 575.98px) {
  #get-quote_popup_home .pop-up_content-box .pop-up_body form .input {
    padding: 9px 12px;
  }
}

#get-quote_popup_home .pop-up_content-box .pop-up_body form textarea {
  padding: 10px 16px;
  height: 126px;
}

@media (max-width: 575.98px) {
  #get-quote_popup_home .pop-up_content-box .pop-up_body form textarea::placeholder {
    font-size: 13px;
    color: #a1a8b4;
  }
}

#get-quote_popup_home .pop-up_content-box .pop-up_body form .input-file {
  border: 1px solid navy;
  position: relative;
  border: none !important;
  outline: none !important;
  box-shadow: none;
  visibility: hidden;
  padding-block: 5px;
  transition: all 0.3s;

}

#get-quote_popup_home .pop-up_content-box .pop-up_body form .input-file::after {
  content: "Upload file";
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
  bottom: 0;
  right: 0;
  width: 100px;
  border-radius: 4px;
  background: #e8e9ea;
  cursor: pointer;
  padding-inline: 12px;
  color: #555e6d;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

#get-quote_popup_home .pop-up_content-box .pop-up_body form .input-file:hover::after {
  background: #131740;
  color: #fff;
}

#get-quote_popup_home .pop-up_content-box .pop-up_body form .input-file::before {
  content: var(--file-name, '');
  color: #555;
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
  visibility: visible;
  width: calc(100% - 120px);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
}

#get-quote_popup_home .pop-up_content-box .pop-up_body form div .btn-submit {
  width: 100%;
  padding: 9px 15px;
  outline: none;
  border: none;
  border-radius: 26px;
  background: #ff551d;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s;

}

#get-quote_popup_home .pop-up_content-box .pop-up_body form div .btn-submit:hover {
  background: #DC320A;

}

@media only screen and (max-width: 1024px) {
  #get-quote_popup_home .pop-up_content-box .pop-up_body form div .btn-submit {
    border-radius: 4px;
  }
}

#get-quote_popup_home .pop-up_content-box .pop-up_body form div p {
  margin-top: 12px;
  color: #666;
  font-size: 14px;
  text-align: center;
}

#get-quote_popup_home .pop-up_content-box .btn-close {
  position: absolute;
  left: -25px;
  top: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e8e9ea;
  background: #fff;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1024px) {
  #get-quote_popup_home .pop-up_content-box .btn-close {
    top: 16px;
    right: 16px;
    left: auto;
    border-radius: 0;
    border: none;
    box-shadow: none;
  }
}

@media (max-width: 575.98px) {
  #get-quote_popup_home .pop-up_content-box .btn-close {
    background: none;
    top: 14px;
  }
}

@media (max-width: 1024px) {
  #get-quote_popup_home .pop-up_content-box {
    margin-right: auto;
    height: auto;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  #get-quote_popup_home .pop-up_content-box {
    padding: 42px 35px;
  }
}

@media (max-width: 575.98px) {
  #get-quote_popup_home .pop-up_content-box {
    margin: 0;
    width: 100%;
    height: 100%;
    display: none;
  }

  #get-quote_popup_home .pop-up_content-box form div .btn-submit {
    border-radius: 4px !important;
    line-height: 34px;
  }
}

@media (max-width: 575.98px) {
  #get-quote_popup_home {
    margin: 0;
    overflow: hidden;
    height: 100vh;
  }
}

@media (max-width: 1024px) {
  #get-quote_popup_home {
    align-items: center;
  }
}

/*FREE QUOTE BUTTON */

.free-quote-btn {
  cursor: pointer;
  position: fixed;
  right: -37px;
  top: 200px;
  display: flex;
  gap: 4px;
  padding: 5px 8px;
  background-color: #20c84f;
  align-items: center;
  transform: rotate(-90deg);
}

.free-quote-btn p {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.free-quote-btn .icon {
  transform: rotate(90deg);
  width: 16px;
  height: 16px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .free-quote-btn {
    display: none;
  }
}

/*#endregion  Get Quote Pupup end */

/*#region H1 bug soloved*/
@media only screen and (min-width:767.98px) {
  .intro_wrapper {
    display: grid !important;
    grid-template-areas: "a c" "b c" !important;
  }

  .intro-mob-title {
    grid-area: a !important;
  }

  .intro-content {
    grid-area: b !important;
    width: auto !important;
  }

  .intro-photo {
    grid-area: c !important;
    width: auto !important;
    max-width: 440px !important;

  }

  .intro-mob-title {
    display: block !important;
    margin-bottom: 0px !important;
  }

  .intro-mob-title h1.title {
    text-align: start !important;
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 45px !important;
    color: #1c244b !important;
    margin-bottom: 10px !important;
  }
}

@media only screen and (min-width:1024px) {
  .intro-mob-title h1.title {
    font-size: 46px !important;
    line-height: 76px !important;
    margin-bottom: 25px !important;

  }

  .intro-photo {
    width: 530px !important;
    max-width: none !important;
  }

}

@media only screen and (min-width:1260px) {
  .intro-mob-title h1.title {
    font-size: 50px !important;
    line-height: 70px !important;
    font-weight: 900 !important;
  }
}

/*#endregion H1 bug soloved*/