/*#region Intro start*/
#custom-home-intro {
  background-color: #EEF7FF;
  padding         : 70px 0
  }
  
  @media only screen and (max-width:1024px) {
  #custom-home-intro {
  background: #EEF7FF;
  padding   : 30px 0 55px
  }
  }
  
  @media only screen and (max-width:768px) {
  #custom-home-intro {
  padding: 30px 0 60px
  }
  }
  
  #custom-home-intro .intro-box {
  display       : flex;
  padding-bottom: 154px;
  align-items   : center;
  flex-wrap     : wrap
  }
  
  @media only screen and (max-width:1024px) {
  #custom-home-intro .intro-box {
  padding-bottom: 0;
  flex-direction: column;
  margin-top    : 16px
  }
  }
  
  #custom-home-intro .intro-box .title {
  color        : #000;
  font-family  : Montserrat !important;
  font-size    : 40px;
  font-weight  : 700;
  line-height  : 56px;
  margin-bottom: 24px
  }
  
   #custom-home-intro .intro-box .subtitle{
    color        : #000;
    font-family  : Montserrat !important;
    font-size    : 16px;
    font-weight  : 400;
    line-height  : 25.6px;
    margin-bottom: 24px;
  }

  @media only screen and (max-width:1024px) {
  #custom-home-intro .intro-box .title {
  text-align    : center;
  font-size     : 32px;
  line-height   : 44.8px;
  margin        : 16px auto 24px;
  text-transform: uppercase;
  width         : 80%
  }
   #custom-home-intro .intro-box .subtitle{
    text-align: center;
  }
  }
  
  @media only screen and (max-width:768px) {
  #custom-home-intro .intro-box .title {
  font-size  : 32px;
  line-height: 44.8px;
  width      : 100%
  }
  }
  
  #custom-home-intro .intro-box .text {
  width: 58%;
  }
  
  @media only screen and (max-width:1024px) {
  #custom-home-intro .intro-box .text {
  width: 100%
  }
  }
  #custom-home-intro .intro-box .text .desc {
    color        : #000;
    font-family  : Montserrat !important;
    font-size    : 16px;
    font-weight  : 400;
    line-height  : 25.6px;
    margin-bottom: 24px;
    display: flex;
    gap: 24px;
    align-items: center;
    }
  
  #custom-home-intro .intro-box .text .desc li{
      width: max-content;
      display:flex;
      gap:4px;
      align-items:center;
      font-family  : Montserrat !important;
  }
#custom-home-intro .intro-box .text .desc li:nth-child(4){
      width:100%
  }
  @media only screen and (max-width:1024px) {
  #custom-home-intro .intro-box .text .desc {
  text-align : center;
  justify-content: center;
  line-height: 22.4px
  }
  }
  @media only screen and (min-width:768px) and (max-width:1024px) {
  #custom-home-intro .intro-box .text .desc li{
  justify-content: center;
  }
  }
  
  @media only screen and (max-width:768px) {
  #custom-home-intro .intro-box .text .desc {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 4px;
  border: 1px solid #F4F4F4;
  background: #FFF;
  box-shadow: 0px 4px 6px -1px rgba(13, 16, 45, 0.10), 0px 2px 4px -2px rgba(13, 16, 45, 0.10);
  padding: 20px 30px;
  font-size    : 18px;
  line-height  : 32px;
  margin-bottom: 22px
  }
  #custom-home-intro .intro-box .text .desc a{
    width: 100%;
    color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: 1.44px;
  margin-top: 6px;
  padding: 11px;
  }
  }
  
  #custom-home-intro .intro-box .text .ti-widget {
  text-align: start;
  margin-top: 24px
  }
  
  @media only screen and (max-width:1024px) {
  #custom-home-intro .intro-box .text .ti-widget {
  text-align: center
  }
  }
  
  @media only screen and (max-width:768px) {
  #custom-home-intro .intro-box .text .ti-widget {
  margin-top: 0
  }
  }
  
  #custom-home-intro .intro-box .btn-box {
  display  : flex;
  gap      : 16px;
  flex-wrap: wrap;
  width    : 100%
  }
  
  @media only screen and (max-width:1024px) {
  #custom-home-intro .intro-box .btn-box {
  justify-content: center
  }
  }
  
  #custom-home-intro .intro-box .btn-box .btn {
  padding    : 15px 0;
  width      : 232px;
  font-size  : 20px;
  line-height: 22px;
  font-weight: 600
  }
  
  @media only screen and (max-width:1300px) {
  #custom-home-intro .intro-box .btn-box .btn {
  width      : 196px;
  font-size  : 18px;
  line-height: 20px;
  padding    : 11px 0
  }
  }
  
  @media only screen and (max-width:768px) {
  #custom-home-intro .intro-box .btn-box .btn {
  width      : 100%;
  line-height: 28px;
  padding    : 11px 0;
  font-weight: 600;
  font-size  : 20px
  }
  }
  
  @media only screen and (max-width:768px) {
  #custom-home-intro .intro-box .btn-box {
  margin-top: 20px
  }
  }
  
  #custom-home-intro .intro-box .left-part {
  position: relative;
  width: 42%;
  }
  
  @media only screen and (max-width:1024px) {
  #custom-home-intro .intro-box .left-part {
  width: 100%
  }
  }
  
  #custom-home-intro .intro-box .left-part .photo {
  display        : flex;
  justify-content: flex-end
  }
  
  @media only screen and (max-width:1024px) {
  #custom-home-intro .intro-box .left-part .photo {
  width          : 100%;
  justify-content: center
  }
  }
  
  #custom-home-intro .intro-box .photo  {
  width: 100%
  }
  #custom-home-intro .intro-box .photo img {
  width: 100%
  }
  
  #custom-home-intro .intro-box .left-part .delivery {
  display         : flex;
  position        : absolute;
  right           : 0;
  top             : 100%;
  width           : max-content;
  background-color: #fff;
  padding: 0;
  gap: 0;
  box-shadow      : 0 2px 4px 0 rgba(13, 16, 45, .1), 0 1px 2px -1px rgba(13, 16, 45, .1);
  border-radius   : 4px;
  flex-wrap       : wrap;
  justify-content : space-between
  }
  
  @media only screen and (max-width:1024px) {
  #custom-home-intro .intro-box .left-part .delivery {
  display: none;
  }
  }
  
#custom-home-intro .intro-box .left-part .delivery-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 60px;
  border: 1px solid #D9D9D9;
  border-right: none;
}
#custom-home-intro .intro-box .left-part .delivery-item:nth-child(3){
  border-right: 1px solid #D9D9D9;
}
#custom-home-intro .intro-box .left-part .delivery-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  z-index: 1;
}

#custom-home-intro .intro-box .left-part .delivery-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #D9D9D9;
  z-index: 1;
}
#custom-home-intro .intro-box .left-part .delivery-item:nth-child(3)::after,
#custom-home-intro .intro-box .left-part .delivery-item:nth-child(3)::before  {
display: none;
}


  @media only screen and (max-width:768px) {
  #custom-home-intro .intro-box .left-part .delivery-item {
  align-items: center
  }
  }
  
  #custom-home-intro .intro-box .left-part .delivery-item-icon {
  width: 29px;
  height: 29px;
  margin-bottom: 13px
  }
  
  @media only screen and (max-width:600px) {
  #custom-home-intro .intro-box .left-part .delivery-item-icon {
  width        : 32px;
  height       : 32px;
  margin-bottom: 6px
  }
  }
  
  #custom-home-intro .intro-box .left-part .delivery-item-title {
  color        : #0d1c2c;
  font-family  : Montserrat !important;
  font-size    : 16px;
  font-weight  : 600;
  line-height  : 22.4px;
  margin-bottom: 4px
  }
  
  @media only screen and (max-width:600px) {
  #custom-home-intro .intro-box .left-part .delivery-item-title {
  font-size  : 12px;
  line-height: 16.8px
  }
  }
  
  #custom-home-intro .intro-box .left-part .delivery-item-desc {
  color                  : #666;
  font-size              : 14px;
  font-weight            : 500;
  text-decoration        : none;
  }
  
  @media only screen and (max-width:600px) {
  #custom-home-intro .intro-box .left-part .delivery-item-desc {
  font-size: 12px
  }
  }
  
  #custom-home-intro .intro-box .left-part .delivery-item-desc span {
  color      : #666;
  font-size  : 14px;
  font-weight: 500
  }
  
  #custom-home-intro .intro-box .left-part .delivery-item-desc span.num {
  color        : #005eff;
  }
  
  #custom-home-intro .intro-box .left-part .delivery:before {
  content : url(/uploads/12762042/File/deco/cities/assets/intro-arrow.svg);
  position: absolute;
  top     : 30px;
  right   : calc(100% + 15px)
  }
  
  @media only screen and (max-width:1024px) {
  #custom-home-intro .intro-box .left-part .delivery:before {
  display: none
  }
  }
  
  #custom-home-intro .ti-header {
  padding      : 0;
  margin-bottom: 8px;
  background: none !important;
  border: none;
  }
  
  #custom-home-intro .ti-widget .ti-header span,
  #custom-home-intro .ti-widget .ti-header strong {
  font-size: 10px
  }
  
  #custom-home-intro .ti-widget .ti-header .ti-stars .ti-star {
  width: 12px
  }
  
  #custom-home-intro .ti-widget .ti-mob-row {
  align-items: center
  }
  
  /*#endregion Intro end*/
   /*#region Product start*/
  
  #custom-home-product {
  padding: 70px 0;
  background-color: #fff;
  }
  
  @media only screen and (max-width:1024px) {
  #custom-home-product {
  padding         : 50px 0;
  }
  }
  
  #custom-home-product .title {
  color         : #0d1c2c;
  text-align    : center;
  font-family   : Montserrat !important;
  font-size     : 36px;
  font-weight   : 600;
  line-height   : 50.4px;
  text-transform: capitalize;
  margin-bottom : 12px
  }
  
  @media only screen and (max-width:1024px) {
  #custom-home-product .title {
  font-size  : 28px;
  line-height: 39.2px
  }
  }
  
  @media only screen and (max-width:768px) {
  #custom-home-product .title {
  font-size  : 30px;
  line-height: 42px
  }
  }
  
  #custom-home-product .subtitle {
  color      : #333;
  font-family: Montserrat !important;
  font-size  : 16px;
  font-weight: 400;
  line-height: 24px;
  text-align : center
  }
  
  @media only screen and (max-width:1024px) {
  #custom-home-product .subtitle {
  margin-bottom: 24px
  }
  }
  
  #custom-home-product .product-box {
  margin               : 36px 0;
  display              : grid;
  grid-template-columns: repeat(4, 1fr);
  gap                  : 20px
  }
  
  @media only screen and (max-width:1024px) {
  #custom-home-product .product-box {
  grid-template-columns: repeat(2, 1fr);
  gap                  : 16px;
  margin               : 0
  }
  }
  
  @media only screen and (max-width:768px) {
  
  #custom-home-product .product-box .product-box-item:first-child,
  #custom-home-product .product-box .product-box-item:nth-child(6) {
  grid-column: span 2
  }
  }
  
  #custom-home-product .product-box-item {
  text-decoration: none;
  display        : flex;
  padding        : 16px 10px 10px;
  flex-direction : column;
  align-items    : center;
  gap            : 22px;
  border-radius  : 4px;
  border         : 1px solid #e6e8ea;
  background     : #fff;
  box-shadow     : 0 5px 15px 0 rgba(0, 0, 0, .1);
  transition     : all .3s
  }
  
  #custom-home-product .product-box-item p {
  color      : #0b1629;
  font-family: Montserrat !important;
  font-size  : 24px;
  font-weight: 500;
  line-height: 24px;
  text-align : center
  }
  
  @media only screen and (max-width:768px) {
  #custom-home-product .product-box-item p {
  font-size: 20px
  }
  }
  
  #custom-home-product .product-box-item .photo {
  height         : 100%;
  display        : flex;
  align-items    : center;
  justify-content: center
  }
  
  #custom-home-product .product-box-item img {
  max-height: 277px;
  max-width : 100%
  }
  
  #custom-home-product .product-box-item:hover {
  box-shadow: 0 5px 15px 0 rgba(2, 41, 107, .39)
  }
  
  #custom-home-product .view-all {
  color          : #003ca3;
  font-family    : Montserrat !important;
  font-size      : 20px;
  font-weight    : 500;
  line-height    : 32px;
  display        : block;
  text-align     : center;
  text-decoration: none;
  transition     : all .3s;
  text-decoration: underline
  }
  
  @media only screen and (max-width:1024px) {
  #custom-home-product .view-all {
  margin-top: 24px
  }
  }
  
  /*endregion Product end */
   /*#region Reviews start*/
  
  #custom-home-reviews {
  background-color: #f6f9fc;
  padding         : 50px 0
  }
  
  #custom-home-reviews .title {
  color         : #0d1c2c;
  text-align    : center;
  font-family   : Montserrat !important;
  font-size     : 30px;
  font-weight   : 600;
  line-height   : 42px;
  text-transform: capitalize;
  margin-bottom : 12px
  }
   #custom-home-reviews .subtitle {
  color: #333;
font-family: Montserrat !important;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
text-align: center;
margin-bottom: 30px;
}
  @media only screen and (max-width:1024px) and (min-width:768px) {
  #custom-home-reviews .title {
  font-size  : 24px;
  line-height: 33.6px
  }
  }
  #custom-home-reviews .photo {
    margin-top     : 56px;
    display        : none;
    align-items    : center;
    justify-content: center;
    position       : relative;
}

@media only screen and (min-width: 1024px) {
    #custom-home-reviews .photo {
        display: flex;
    }
}

#custom-home-reviews .photo img {
    width: 126px;
}

#custom-home-reviews .photo::after {
    content         : '';
    position        : absolute;
    height          : 1px;
    width           : calc((100% - 194px) / 2);
    right           : 0;
    background-color: #7ec3ff;
}

#custom-home-reviews .photo::before {
    content         : '';
    position        : absolute;
    height          : 1px;
    width           : calc((100% - 194px) / 2);
    left            : 0;
    background-color: #7ec3ff;
}
  #custom-home-reviews .btn-box {
  margin-top     : 33px;
  display        : flex;
  justify-content: center;
  gap            : 16px
  }
  
  @media only screen and (max-width:768px) {
  #custom-home-reviews .btn-box {
  flex-direction: column
  }
  }
  
  #custom-home-reviews .btn-box .btn {
  width      : 273px;
  font-size  : 20px;
  font-weight: 600;
  line-height: 22px;
  padding    : 15px 0
  }
  #custom-home-reviews .ti-widget-header{
  display: none;
  }
  @media only screen and (max-width:1024px) {
  #custom-home-reviews .btn-box .btn {
  width      : 153px;
  font-size  : 16px;
  font-weight: 500
  }
  }
  
  @media only screen and (max-width:768px) {
  #custom-home-reviews .btn-box .btn {
  display: none
  }
  }
  @media only screen and (max-width:1024px) {
  #custom-home-reviews .ti-widget .ti-controls-line {
  display: block !important
  }
  
  #custom-home-reviews .ti-widget .ti-header {
  display: none
  }
  }
  
  /*#endregion Reviews end*/
   /*#region Best Seller Start*/
  
  #custom-home-best-seller {
  padding: 70px 0;
  background-color: #fff
  }
  
  @media only screen and (max-width:1024px) {
  #custom-home-best-seller {
  padding         : 50px 0;
  background-color: #fff
  }
  }
  
  #custom-home-best-seller .title {
  color         : #0d1c2c;
  text-align    : center;
  font-family   : Montserrat !important;
  font-size     : 36px;
  font-weight   : 600;
  line-height   : 50.4px;
  text-transform: capitalize;
  margin-bottom : 12px
  }
  
  @media only screen and (max-width:1024px) {
  #custom-home-best-seller .title {
  font-size  : 28px;
  line-height: 39.2px
  }
  }
  
  @media only screen and (max-width:768px) {
  #custom-home-best-seller .title {
  font-size  : 30px;
  line-height: 42px
  }
  }
  
  #custom-home-best-seller .subtitle {
  color      : #333;
  font-family: Montserrat !important;
  font-size  : 16px;
  font-weight: 400;
  line-height: 24px;
  text-align : center
  }
  
  @media only screen and (max-width:768px) {
  #custom-home-best-seller .subtitle {
  font-size: 17px
  }
  }
  
  #custom-home-best-seller .best-seller-box {
  margin-top           : 40px;
  display              : grid;
  grid-template-columns: repeat(4, 1fr);
  gap                  : 20px
  }
  
  @media only screen and (max-width:1024px) {
  #custom-home-best-seller .best-seller-box {
  grid-template-columns: repeat(2, 1fr);
  gap                  : 16px;
  margin-top           : 24px
  }
  }
  
  #custom-home-best-seller .best-seller-box-item {
  border-radius  : 4px;
  border         : 1px solid #e8e9ea;
  background: #f6f9fc;
  box-shadow     : 0 2px 4px 0 rgba(13, 16, 45, .1), 0 1px 2px -1px rgba(13, 16, 45, .1);
  padding        : 16px 11px;
  text-align     : center;
  display        : flex;
  flex-direction : column;
  justify-content: space-between;
  text-decoration: none;
  transition     : all .3s
  }
  
  #custom-home-best-seller .best-seller-box-item:hover {
  box-shadow: 0 5px 15px 0 rgba(2, 41, 107, .39)
  }
  
  
  @media only screen and (max-width:768px) {
  #custom-home-best-seller .best-seller-box-item {
  padding: 16px 8px
  }
  }
  
  #custom-home-best-seller .best-seller-box-item .next {
  color      : #0b1629;
  text-align : center;
  font-family: Montserrat !important;
  font-size  : 18px;
  font-weight: 600;
  line-height: 26.64px
  }
  
  @media only screen and (min-width:768px) and (max-width:1024px) {
  #custom-home-best-seller .best-seller-box-item .next {
  font-size  : 24px;
  line-height: 24px
  }
  }
  
  #custom-home-best-seller .best-seller-box-item .desc {
  color             : #172640;
  text-align        : center;
  font-family       : Montserrat !important;
  font-size         : 14px;
  font-weight       : 400;
  line-height       : 20.72px;
  overflow          : hidden;
  display           : -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow     : ellipsis;
  white-space       : normal;
  max-width         : 214px;
  margin            : 0 auto
  }
  
  @media only screen and (max-width:768px) {
  #custom-home-best-seller .best-seller-box-item .desc {
  -webkit-line-clamp: 2
  }
  }
  
  @media only screen and (min-width:768px) and (max-width:1024px) {
  #custom-home-best-seller .best-seller-box-item .desc {
  font-size  : 13px;
  line-height: 24px
  }
  }
  
  #custom-home-best-seller .best-seller-box-item .photo {
  display        : flex;
  align-items    : flex-end;
  justify-content: center;
  margin         : 20px 0 10px;
  width          : 100%;
  height         : 100%
  }
  
  #custom-home-best-seller .best-seller-box-item .photo img {
  max-width : 100%;
  width     : 215px;
  height    : 100%;
  object-fit: cover
  }
  #custom-home-best-seller .best-seller-box-item .colors {
    display        : flex;
    align-items    : center;
    justify-content: center;
    flex-wrap: wrap;
   
    width          : 100%;
    height         : 100%;
    margin-top: 16px; 
    gap: 10px;
    }
  
    #custom-home-best-seller .best-seller-box-item .colors span{
      width: 24px;
      height: 24px;
    border-radius: 18px;
  border: 1px solid #E0DEDE;
  background: #F9E793;
    }
    #custom-home-best-seller .best-seller-box-item .colors .text{
      color: #354156;
  font-family: Montserrat !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.76px;
    }
    #custom-home-best-seller .best-seller-box-item .type{
      display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 100%;
    height         : 100%;
    margin-top: 16px; 
    gap: 10px;
    }
    #custom-home-best-seller .best-seller-box-item .type p{
     color: #555E6D;
  font-family: Montserrat !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
    }
  
    #custom-home-best-seller .best-seller-box-item .type span{
     width: 1px;
     height: 16px;
     background-color: #E8E9EA;
    }
    #custom-home-best-seller .best-seller-box-item .price{
     color: #1A1A1A;
  font-family: Montserrat !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-top: 16px;
    }
  /*#endregion Best Seller end*/
   
  #custom-home-works {
  padding: 70px 0;
  background: #F6F9FC;
}
@media only screen and (max-width: 1024px) {
  #custom-home-works {
    padding: 50px 0;
  }
}
#custom-home-works .title {
  color: #0d1c2c;
  text-align: center;
  font-family: Montserrat !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  #custom-home-works .title {
    font-size: 24px;
    line-height: 33.6px;
  }
}
@media only screen and (max-width: 768px) {
  #custom-home-works .title {
    font-size: 32px;
    line-height: 44.8px;
  }
}
#custom-home-works .subtitle {
  color: #333;
  font-family: Montserrat !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
#custom-home-works .works-box {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px 16px;
}
@media only screen and (max-width: 1024px) {
  #custom-home-works .works-box {
    margin-top: 28px;
    gap: 20px;
  }
  #custom-home-works .works-box .photo:first-of-type {
    grid-column: span 2;
    grid-row: span 2;
  }
  #custom-home-works .works-box .photo:nth-child(6), #custom-home-works .works-box .photo:nth-child(7), #custom-home-works .works-box .photo:nth-child(8) {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #custom-home-works .works-box {
    margin-top: 24px;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-home-works .works-box .photo:first-of-type {
    grid-column: span 1;
    grid-row: span 1;
  }
  #custom-home-works .works-box .photo:nth-child(6) {
    display: block;
  }
}

#custom-home-works .works-box .photo img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #custom-home-works .works-box .photo img {
    border-radius: 8px;
  }
}
#custom-home-company {
  padding: 70px 0;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  #custom-home-company {
    padding: 50px 0;
  }
}
#custom-home-company .title {
  color: #0d1c2c;
  text-align: center;
  font-family: Montserrat !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
  text-transform: capitalize;
  margin-bottom: 14px;
}
#custom-home-company .subtitle {
  color: #333;
font-family: Montserrat !important;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
text-align: center;
margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  #custom-home-company .title {
    font-size: 32px;
    line-height: 44.8px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #custom-home-company .title {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
#custom-home-company .company-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
  width: 100%;
}

#custom-home-company .company-box-item {
  min-width: 280px; 
  flex-shrink: 0;
}
#custom-home-company .company-box img {
  width: 100%;
}
#custom-home-company .company-box-item {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(13, 16, 45, 0.1), 0px 1px 2px -1px rgba(13, 16, 45, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (hover: hover) and (pointer: fine) {
  #custom-home-company .company-box-item:hover {
    transition: .5s;
    border: 1px solid #E40046;
  }
}
#custom-home-company .company-box-item-title {
  color: #102437;
  font-family: Montserrat !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.68px;
  padding: 0 16px;
}
#custom-home-company .company-box-item-text {
  color: #576675;
  font-family: Montserrat !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.72px;
  padding: 0 16px 16px;
}
#custom-home-company .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
#custom-home-company .btn-box .btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 23.68px;
  padding: 14px 66px 14px 56px;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  #custom-home-company .btn-box .btn {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    width: 328px;
    padding: 11px 52px;
    text-transform: capitalize;
  }
}
@media only screen and (max-width: 768px) {
  #custom-home-company .btn-box .btn {
    width: 100%;
  }
}
/* SCREEN SERVICES */
.custom-home-services {
  padding: 70px 0;
  background: #F6F9FC;
}

@media only screen and (max-width: 768px) {
  .custom-home-services {
    padding: 50px 0;
  }
}

.custom-home-services .title {
  color: #0d1c2c;
  text-align: center;
  font-family: Montserrat !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
  text-transform: capitalize;
  margin-bottom: 20px;

}

@media only screen and (max-width: 768px) {
  .custom-home-services .section-title {
    font-size  : 28px;
    font-weight: 600 !important;
  }
}

.custom-home-services .subtitle {
    color: #333;
font-family: Montserrat !important;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
text-align: center;
margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .custom-home-services .section-subtitle {
    width : 100%;
    margin: 0 auto 40px;
  }
}

.custom-home-services .service-container {
  overflow-x: auto;
}

.custom-home-services .service-container::-webkit-scrollbar-track {
  background: transparent !important;
}

.custom-home-services .service-container::-webkit-scrollbar-thumb {
  background: transparent !important;
}

.custom-home-services .service-container::-webkit-scrollbar {
  width : 12px;
  height: 5px;
}

.custom-home-services .service {
  display        : flex;
  justify-content: space-between;
  gap            : 22px;
  min-width      : max-content;
  border-bottom  : 5px solid #e8e9ea;
  position       : relative;
  margin-bottom  : 25px;
}

.custom-home-services .service::before {
  content         : '';
  height          : 5px;
  width           : var(--before-width, 50px);
  background-color: #E40046;
  position        : absolute;
  bottom          : -5px;
  left            : var(--before-left, 0);
  transition      : left 0.3s ease;
}

.custom-home-services .service-type {
  color      : #172640;
  font-size  : 17px;
  font-weight: 500;
  line-height: 23.8px;
  text-align : center;
  padding    : 15px 0;
  cursor     : pointer;
}

@media only screen and (max-width: 768px) {
  .custom-home-services .service-type {
    font-size  : 14px;
    font-weight: 700;
    line-height: 20px;
  }
}

.custom-home-services .service-type.active {
  color: #E40046;
}

.custom-home-services .content-item {
  display   : flex;
  gap       : 14px;
  opacity   : 0;
  height    : 0;
  overflow  : hidden;
  transition: opacity 0.5s ease;
}

.custom-home-services .content-item-text {
  width        : calc((100% - 14px) * 0.62);
  padding      : 24px 20px;
  border-radius: 4px;
  background   : #fff;
  height       : max-content;
}

@media only screen and (max-width: 768px) {
  .custom-home-services .content-item-text {
    width  : 100%;
    padding: 20px;
  }
}

.custom-home-services .content-item-text .desc {
  display       : flex;
  flex-direction: column;
  gap           : 14px;
  margin-bottom : 24px;
}

.custom-home-services .content-item-text .desc p {
  color      : #1c244b;
  font-family: Montserrat !important;
  font-size  : 15px;
  font-style : normal;
  font-weight: 400;
  line-height: 21px;
}

.custom-home-services .content-item-text .desc b,
.custom-home-services .content-item-text .desc em {
  font-family: Montserrat !important;
  font-size  : 15px;
}

.custom-home-services .content-item-text .desc em {
  font-style: italic !important;
}

.custom-home-services .content-item-text .desc a {
  text-decoration: underline;
  color          : #1c244b !important;
  font-family    : Montserrat !important;
}

.custom-home-services .content-item-text a.btn {
  width      : 270px;
  font-size  : 20px;
  font-weight: 600;
  line-height: 22px;
  padding    : 14px;
  box-shadow : 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
}

@media only screen and (max-width: 768px) {
  .custom-home-services .content-item-text a.btn {
    width: 100%;
  }
}

.custom-home-services .content-item .photo {
  width           : calc((100% - 14px) * 0.38);
  padding         : 18px;
  background-color: none;
  border-radius   : 4px;
  display         : flex;
  align-items     : center;
}

@media only screen and (max-width: 768px) {
  .custom-home-services .content-item .photo {
    display: none;
  }
}

.custom-home-services .content-item .photo img {
  width     : 100%;
  height    : 100%;
  object-fit: cover;
  max-height: 300px;
}

.custom-home-services .content-item.active {
  opacity: 1;
  height : auto;
}


/* END OF SCREEN SERVICES */
#custom-home-us {
  padding: 70px 0;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  #custom-home-us {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #custom-home-us .title-box {
    padding: 38px 33px 37px 33px;
    border: 1px solid #e6e8ea;
    box-shadow: 0px 2px 4px 0px rgba(13, 16, 45, 0.1), 0px 1px 2px -1px rgba(13, 16, 45, 0.1);
  }
}
#custom-home-us .title-box .title {
  color: #0d1c2c;
  text-align: center;
  font-family: Montserrat !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #custom-home-us .title-box .title {
    font-size: 28px;
    line-height: 39.2px;
  }
}
@media only screen and (max-width: 768px) {
  #custom-home-us .title-box .title {
    font-size: 32px;
    line-height: 44.8px;
    text-align: start;
  }
}
#custom-home-us .title-box .subtitle {
  max-width: 812px;
  margin: 0 auto;
  color: #213343;
  text-align: center;
  font-family: Montserrat !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  #custom-home-us .title-box .subtitle {
    text-align: start;
    margin-bottom: 32px;
  }
}
#custom-home-us .us-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 52px;
}
@media only screen and (max-width: 1024px) {
  #custom-home-us .us-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
  }
}
@media only screen and (max-width: 768px) {
  #custom-home-us .us-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 0;
  }
}
#custom-home-us .us-box img {
  width: 64px;
}
#custom-home-us .us-box-item {
  min-height: 194px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(13, 16, 45, 0.1), 0px 1px 2px -1px rgba(13, 16, 45, 0.1);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#custom-home-us .us-box-item-title {
  color: #102437;
  font-family: Montserrat !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  max-width: 269px;
}
@media only screen and (max-width: 768px) {
  #custom-home-us .us-box-item-title {
    max-width: 100%;
  }
}
#custom-home-us .us-box-item-text {
  color: #576675;
  font-family: Montserrat !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #custom-home-us .us-box-item-text {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  #custom-home-us .us-box-item {
    border: 1px solid #e6e8ea;
    padding: 16px 12px;
    position: relative;
    min-height: 0;
  box-shadow: none;
  gap: 0;
  }

  #custom-home-us .us-box-item-title {
    font-family: Montserrat !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #102437;
    cursor: pointer;
    padding-right: 24px;
    position: relative;
    margin: 0;
  }

  #custom-home-us .us-box-item-title::before,
  #custom-home-us .us-box-item-title::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #000;
    top: 50%;
    right: 0;
    transition: transform 0.3s ease;
    border-radius: 2px;
  }

  #custom-home-us .us-box-item-title::after {
    transform: rotate(90deg);
  }

  #custom-home-us .us-box-item.active .us-box-item-title::after {
    transform: rotate(0deg);
  }

  #custom-home-us .us-box-item-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding-top 0.3s ease;
    font-family: Montserrat !important;
    font-size: 15px;
    color: #576675;
    line-height: 22px;
    padding-top: 0;
    margin: 0;
  }

  #custom-home-us .us-box-item.active .us-box-item-text {
    max-height: 500px;
    padding-top: 12px;
  }
}
#custom-home-us .btn-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  gap: 16px;
}
#custom-home-us .btn-box .btn {
  font-family: Poppins !important;
  font-size: 22px;
  font-weight: 600;
  line-height: 23.68px;
  padding: 14px 45px;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #custom-home-us .btn-box .btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 23.68px;
    padding: 11px 52px;
  }
}
@media only screen and (max-width: 768px) {
  #custom-home-us .btn-box .btn {
    width: 100%;
  }
}
/*#region CITY DESIGN PRODUCT CSS */

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

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

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

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

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

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

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

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

#custom-home-design-product .content-wrapper .content .title-wrapper .section-title {
  color: #0D1C2C;
font-family: Montserrat !important;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 50.4px;
text-transform: capitalize;
  margin-bottom : 16px;
}
#custom-home-design-product .content-wrapper .content .title-wrapper .section-subtitle {
color: #333;
font-family: Montserrat !important;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
  margin-bottom : 32px;
}

@media (max-width: 767.98px) {

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

  #custom-home-design-product .content-wrapper .content .title-wrapper .section-title {
    font-size  : 28px;
    font-weight: 600;
  }
}

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

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

#custom-home-design-product .content-wrapper .content .button-wrapper .btn-red,
#custom-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) {

  #custom-home-design-product .content-wrapper .content .button-wrapper .btn-red,
  #custom-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) {

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

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

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

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

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

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

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

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

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

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

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

#custom-home-faq {
  padding: 70px 0;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  #custom-home-faq {
    padding: 50px 0;
  }
}
#custom-home-faq .title-box .title {
  color: #0d1c2c;
  text-align: center;
  font-family: Montserrat !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #custom-home-faq .title-box .title {
    font-size: 28px;
    line-height: 39.2px;
  }
}
@media only screen and (max-width: 768px) {
  #custom-home-faq .title-box .title {
    font-size: 32px;
    line-height: 44.8px;
    text-align: center;
  }
}
#custom-home-faq .title-box .subtitle {
  max-width: 812px;
  margin: 0 auto;
  color: #213343;
  text-align: center;
  font-family: Montserrat !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  #custom-home-faq .title-box .subtitle {
    text-align: start;
  }
}
#custom-home-faq .faq-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 52px;
}
@media only screen and (max-width: 1024px) {
  #custom-home-faq .faq-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
  }
}
@media only screen and (max-width: 768px) {
  #custom-home-faq .faq-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 0;
  }
}
#custom-home-faq .faq-box img {
  width: 64px;
}
#custom-home-faq .faq-box-item {
  min-height: 194px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(13, 16, 45, 0.1), 0px 1px 2px -1px rgba(13, 16, 45, 0.1);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#custom-home-faq .faq-box-item-title {
  color: #102437;
  font-family: Montserrat !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  max-width: 269px;
}
@media only screen and (max-width: 768px) {
  #custom-home-faq .faq-box-item-title {
    max-width: 100%;
  }
}
#custom-home-faq .faq-box-item-text {
  color: #576675;
  font-family: Montserrat !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #custom-home-faq .faq-box-item-text {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  #custom-home-faq .faq-box-item {
    border: 1px solid #e6e8ea;
    padding: 16px 12px;
    position: relative;
    min-height: 0;
  box-shadow: none;
  gap: 0;
  }

  #custom-home-faq .faq-box-item-title {
    font-family: Montserrat !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #102437;
    cursor: pointer;
    padding-right: 24px;
    position: relative;
    margin: 0;
  }

  #custom-home-faq .faq-box-item-title::before,
  #custom-home-faq .faq-box-item-title::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #000;
    top: 50%;
    right: 0;
    transition: transform 0.3s ease;
    border-radius: 2px;
  }

  #custom-home-faq .faq-box-item-title::after {
    transform: rotate(90deg);
  }

  #custom-home-faq .faq-box-item.active .faq-box-item-title::after {
    transform: rotate(0deg);
  }

  #custom-home-faq .faq-box-item-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding-top 0.3s ease;
    font-family: Montserrat !important;
    font-size: 15px;
    color: #576675;
    line-height: 22px;
    padding-top: 0;
    margin: 0;
  }

  #custom-home-faq .faq-box-item.active .faq-box-item-text {
    max-height: 500px;
    padding-top: 12px;
  }
}

#custom-home-faq .btn-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  gap: 16px;
}
#custom-home-faq .btn-box .btn {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 23.68px;
  padding: 14px 66px 14px 56px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  #custom-home-faq .btn-box .btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 23.68px;
    padding: 11px 52px;
  }
}
@media only screen and (max-width: 768px) {
  #custom-home-faq .btn-box .btn {
    text-transform: capitalize;
    width: 100%;
  }
}
/*Brand start*/
#custom-home-brand {
    padding         : 70px 0;
    background-color: #f6f9fc;
}

@media only screen and (max-width: 1024px) {
    #custom-home-brand {
        padding: 50px 0;
    }
}

#custom-home-brand .title {
    color         : #0d1c2c;
    text-align    : center;
    font-family   : Montserrat !important;
    font-size     : 36px;
    font-weight   : 600;
    line-height   : 50.4px;
    text-transform: capitalize;
    margin-bottom : 12px;
}

@media only screen and (max-width: 1024px) {
    #custom-home-brand .title {
        font-size  : 28px;
        line-height: 39.2px;
    }
}

@media only screen and (max-width: 768px) {
    #custom-home-brand .title {
        font-size  : 30px;
        line-height: 42px;
    }
}

#custom-home-brand .subtitle {
    color      : #333;
    font-family: Montserrat !important;
    font-size  : 16px;
    font-weight: 400;
    line-height: 24px;
    text-align : center;
}

@media only screen and (max-width: 1024px) {
    #custom-home-brand .subtitle {
        font-size  : 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 768px) {
    #custom-home-brand .subtitle {
        font-size: 17px;
    }
}

#custom-home-brand .brand-box {
    margin-top     : 32px;
    display        : flex;
    gap            : 20px 16px;
    justify-content: center;
    flex-wrap      : wrap;
}

#custom-home-brand .brand-box-item {
    border-radius: 4px;
    border       : 1px solid #e6e8ea;
    background   : #fff;
    padding      : 12px;
    width        : calc((100% - 4 * 16px) / 5);
    transition   : all 0.3s;
}

#custom-home-brand .brand-box-item:hover {
    box-shadow: 0px 5px 15px 0px rgba(2, 41, 107, 0.39);
}

@media only screen and (max-width: 1024px) {
    #custom-home-brand .brand-box-item {
        width     : calc((100% - 5 * 16px) / 6);
        box-shadow: 0px 30px 40px 0px rgba(212, 217, 232, 0.25);
    }
}

@media only screen and (max-width: 768px) {
    #custom-home-brand .brand-box-item {
        width: calc((100% - 2 * 16px) / 3);
    }
}

#custom-home-brand .brand-box-item .photo {
    border-radius  : 2px;
    border         : 1px solid #475467;
    width          : 100%;
    height         : 100%;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    #custom-home-brand .brand-box-item .photo {
        border: none;
    }
}

#custom-home-brand .brand-box-item .photo img {
    max-width: 100%;
}

/*Brand end*/
#how-to-order {
  padding: 70px 0;
  text-align: center;
}

#how-to-order .container{
  padding: 33px 28px 50.964px 28px;
  border-radius: 4px;
border: 1px solid #F4F4F4;
background: #FFF;
box-shadow: 0px 2px 4px 0px rgba(13, 16, 45, 0.10), 0px 1px 2px -1px rgba(13, 16, 45, 0.10);
}

@media (max-width: 768px) {
  #how-to-order .container {
    box-shadow: none;
    border: none;
    padding: 0;
  }
}

#how-to-order .section-title {
   color: #0D1C2C;
text-align: center;
font-family: Montserrat !important;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 33.6px;
  margin-bottom: 12px;
}

#how-to-order .section-subtitle {
  max-width: 700px;
  margin: 0 auto 43px;
 color: #333;
text-align: center;
font-family: Montserrat !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}

#how-to-order .steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

#how-to-order .step {
  background: #ffffff;
  padding: 16px;
  border-radius: 16px;
}
#how-to-order .step .step-box{
  display: flex;
  gap: 12px;
}

#how-to-order .step-icon {
  margin-bottom: 8px;
}

#how-to-order .step .step-title {
  color: #333;
font-family: Montserrat !important;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 24px;
text-align: start;
}

#how-to-order .step h3 span {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-top: 4px;
}

#how-to-order .step .step-subtitle {
  color: #333;
font-family: Montserrat !important;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 24px;
text-transform: capitalize;
  margin-top: 6px;
  text-align: start;
}
@media (max-width: 768px) {
  #how-to-order .step .step-box{
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
#how-to-order .step .step-title {
  text-align: center;
}
#how-to-order .step .step-subtitle {
  text-align: center;
}
}
@media (max-width: 1024px) {
  #how-to-order .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  #how-to-order .steps {
    grid-template-columns: 1fr;
  }
}
/*#region -- DESIGN PRODUCTS CSS -- */
#design-products {
    background: #073077;
    padding   : 38px 0;
}

@media (max-width: 1024px) {
    #design-products {
        padding: 60px 0;
    }
}

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

#design-products .title {
    font-size    : 32px;
    font-weight  : 600;
    line-height  : 32px;
    margin-bottom: 16px;
    color        : #fff;
    text-align   : center;
    font-family  : Montserrat !important;
}

@media (max-width: 1024px) {
    #design-products .title {
        font-size  : 24px;
        line-height: 35px;
    }
}

#design-products .sub-title {
    color        : #FFF;
    text-align   : center;
    font-family  : Montserrat !important;
    font-size    : 14px;
    font-style   : normal;
    font-weight  : 400;
    line-height  : 22px;
    margin       : 0 auto;
    margin-bottom: 16px;
    max-width    : 855px;
}

#design-products .sub-title a {
    color          : #fff;
    text-decoration: none;
    border-bottom  : 1px solid #fff;
    font-size      : 14px;
}

#design-products .button-wrapper {
    display        : flex;
    align-items    : center;
    justify-content: center;
    gap            : 16px;
    margin-bottom  : 10px;
}

@media (max-width: 767.98px) {
    #design-products .button-wrapper {
        max-width    : 400px;
        margin       : 0 auto;
        margin-bottom: 16px;
    }
}

#design-products .button-wrapper .btn-red,
#design-products .button-wrapper .button-outline {
    font-weight    : 600;
    line-height    : 20px;
    border         : 1px solid #f6faff;
    border-radius  : 4px;
    text-decoration: none;
    cursor         : pointer;
    transition     : 0.3s;
    text-align     : center;
    padding        : 13px 70px;
    font-size      : 18px;
    width          : max-content;
}

@media (max-width: 1024px) {

    #design-products .button-wrapper .btn-red,
    #design-products .button-wrapper .button-outline {
        font-size  : 16px;
        line-height: 14px;
    }
}

@media (max-width: 767.98px) {

    #design-products .button-wrapper .btn-red,
    #design-products .button-wrapper .button-outline {
        padding    : 11px 8px;
        width      : 400px;
        line-height: 20px;
    }
}

#design-products .button-wrapper .btn-red {
    background : #E40046;
    color      : #fff;
    border     : none;
    font-size  : 22px;
    font-weight: 600;
    font-family: Poppins !important;
    line-height: 22px;
    padding    : 14px 80px;
}
.dn-page-section-content{
  max-width: 100% !important;
}
.dn-page-section-margin-top-default{
  margin-top: 0 !important;
}