/*#region Intro start*/
#custom-dtg-service-intro {
    background-color: #EEF7FF;
    padding         : 30px 0
    }
    
    @media only screen and (max-width:1024px) {
    #custom-dtg-service-intro {
    background: #EEF7FF;
    padding   : 30px 0 55px
    }
    }
    
    @media only screen and (max-width:768px) {
    #custom-dtg-service-intro {
    padding: 30px 0 60px
    }
    }
    
    #custom-dtg-service-intro .intro-box {
    display       : flex;
    padding-bottom: 62px;
    align-items   : center;
    flex-wrap     : wrap
    }
    
    @media only screen and (max-width:1024px) {
    #custom-dtg-service-intro .intro-box {
    padding-bottom: 0;
    flex-direction: column;
    margin-top    : 16px
    }
    }
    
    #custom-dtg-service-intro .intro-box .title {
    color        : #000;
    font-family  : Montserrat !important;
    font-size    : 40px;
    font-weight  : 700;
    line-height  : 56px;
    /* margin: 0 auto; */
    text-align: center;
    margin-bottom: 24px
    }
    
    #custom-dtg-service-intro .intro-box .subtitle{
    color        : #000;
    font-family  : Montserrat !important;
    font-size    : 16px;
    font-weight  : 400;
    line-height  : 25.6px;
    margin-bottom: 24px;
    text-align: center;
    }
    
    @media only screen and (max-width:1024px) {
    #custom-dtg-service-intro .intro-box .title {
    text-align    : center;
    font-size     : 32px;
    line-height   : 44.8px;
    margin        : 16px auto 24px;
    text-transform: uppercase;
    width         : 80%
    }
    #custom-dtg-service-intro .intro-box .subtitle{
    text-align: center;
    }
    }
    
    @media only screen and (max-width:768px) {
    #custom-dtg-service-intro .intro-box .title {
    font-size  : 32px;
    line-height: 44.8px;
    width      : 100%
    }
    }
    
    #custom-dtg-service-intro .intro-box .text {
    align-items: center;
    width: 54%;
    background-color: #fff;
    padding: 25px 21px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
    
    @media only screen and (max-width:1024px) {
    #custom-dtg-service-intro .intro-box .text {background-color: transparent;width: 100%;padding: 0;}
    }
    #custom-dtg-service-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: 28px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    }
    
    #custom-dtg-service-intro .intro-box .text .desc li{
    display:flex;
    gap:4px;
    align-items:center;
    font-family  : Montserrat !important;
    }
    @media only screen and (max-width:1024px) {
    #custom-dtg-service-intro .intro-box .text .desc {
    text-align : center;
    justify-content: center;
    line-height: 22.4px
    }
    #custom-dtg-service-intro .intro-box .text .desc li{
    width: 100%;
    }
    }
    
    @media only screen and (max-width:768px) {
    #custom-dtg-service-intro .intro-box .text .desc {width: 100%;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-dtg-service-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-dtg-service-intro .intro-box .text .ti-widget {
    text-align: start;
    margin-top: 24px
    }
    
    @media only screen and (max-width:1024px) {
    #custom-dtg-service-intro .intro-box .text .ti-widget {
    text-align: center
    }
    }
    
    @media only screen and (max-width:768px) {
    #custom-dtg-service-intro .intro-box .text .ti-widget {
    margin-top: 0
    }
    }
    
    #custom-dtg-service-intro .intro-box .btn-box {
    display  : flex;
    justify-content: center;
    gap      : 16px;
    flex-wrap: wrap;
    width    : 100%
    }
    
    @media only screen and (max-width:1024px) {
    #custom-dtg-service-intro .intro-box .btn-box {
    justify-content: center
    }
    }
    
    #custom-dtg-service-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-dtg-service-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-dtg-service-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-dtg-service-intro .intro-box .btn-box {
    margin-top: 20px
    }
    }
    
    #custom-dtg-service-intro .intro-box .left-part {
    position: relative;
    width   : 46%
    }
    
    @media only screen and (max-width:1024px) {
    #custom-dtg-service-intro .intro-box .left-part {
    width: 100%
    }
    }
    
    #custom-dtg-service-intro .intro-box .left-part .photo {
    display        : flex;
    justify-content: flex-end
    }
    
    @media only screen and (max-width:1024px) {
    #custom-dtg-service-intro .intro-box .left-part .photo {
    width          : 100%;
    justify-content: center
    }
    }
    
    #custom-dtg-service-intro .intro-box .photo {
    width: 100%
    }
    #custom-dtg-service-intro .intro-box  .photo img {
    width: 100%
    }
    
    #custom-dtg-service-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-dtg-service-intro .intro-box .left-part .delivery {
    display: none;
    }
    }
    
    #custom-dtg-service-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-dtg-service-intro .intro-box .left-part .delivery-item:nth-child(3){
    border-right: 1px solid #D9D9D9;
    }
    #custom-dtg-service-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-dtg-service-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-dtg-service-intro .intro-box .left-part .delivery-item:nth-child(3)::after,
    #custom-dtg-service-intro .intro-box .left-part .delivery-item:nth-child(3)::before  {
    display: none;
    }
    
    
    @media only screen and (max-width:768px) {
    #custom-dtg-service-intro .intro-box .left-part .delivery-item {
    align-items: center
    }
    }
    
    #custom-dtg-service-intro .intro-box .left-part .delivery-item-icon {
    width: 29px;
    height: 29px;
    margin-bottom: 13px
    }
    
    @media only screen and (max-width:600px) {
    #custom-dtg-service-intro .intro-box .left-part .delivery-item-icon {
    width        : 32px;
    height       : 32px;
    margin-bottom: 6px
    }
    }
    
    #custom-dtg-service-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-dtg-service-intro .intro-box .left-part .delivery-item-title {
    font-size  : 12px;
    line-height: 16.8px
    }
    }
    
    #custom-dtg-service-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-dtg-service-intro .intro-box .left-part .delivery-item-desc {
    font-size: 12px
    }
    }
    
    #custom-dtg-service-intro .intro-box .left-part .delivery-item-desc span {
    color      : #666;
    font-size  : 14px;
    font-weight: 500
    }
    
    #custom-dtg-service-intro .intro-box .left-part .delivery-item-desc span.num {
    color        : #005eff;
    }
    
    #custom-dtg-service-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-dtg-service-intro .intro-box .left-part .delivery:before {
    display: none
    }
    }
    
    #custom-dtg-service-intro .ti-header {padding      : 0;margin-bottom: 8px;background: none !important;border: navajowhite;}
    
    #custom-dtg-service-intro .ti-widget .ti-header span,
    #custom-dtg-service-intro .ti-widget .ti-header strong {
    font-size: 10px
    }
    
    #custom-dtg-service-intro .ti-widget .ti-header .ti-stars .ti-star {
    width: 12px
    }
    
    #custom-dtg-service-intro .ti-widget .ti-mob-row {
    align-items: center
    }
    
    /*#endregion Intro end*/
    /*#region Product start*/
    
    #custom-dtg-service-product {
    padding: 70px 0;
    background-color: #fff;
    }
    
    @media only screen and (max-width:1024px) {
    #custom-dtg-service-product {
    padding         : 50px 0;
    }
    }
    
    #custom-dtg-service-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-dtg-service-product .title {
    font-size  : 28px;
    line-height: 39.2px
    }
    }
    
    @media only screen and (max-width:768px) {
    #custom-dtg-service-product .title {
    font-size  : 30px;
    line-height: 42px
    }
    }
    
    #custom-dtg-service-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-dtg-service-product .subtitle {
    margin-bottom: 24px
    }
    }
    
    #custom-dtg-service-product .product-box {
    margin               : 36px 0;
    display              : grid;
    grid-template-columns: repeat(4, 1fr);
    gap                  : 20px
    }
    
    @media only screen and (max-width:1024px) {
    #custom-dtg-service-product .product-box {
    grid-template-columns: repeat(2, 1fr);
    gap                  : 16px;
    margin               : 0
    }
    }
    
    @media only screen and (max-width:768px) {
    
    #custom-dtg-service-product .product-box .product-box-item:first-child,
    #custom-dtg-service-product .product-box .product-box-item:nth-child(6) {
    grid-column: span 2
    }
    }
    
    #custom-dtg-service-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     : #F4F4F4;
    box-shadow     : 0 5px 15px 0 rgba(0, 0, 0, .1);
    transition     : all .3s
    }
    
    #custom-dtg-service-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-dtg-service-product .product-box-item p {
    font-size: 20px
    }
    }
    
    #custom-dtg-service-product .product-box-item .photo {
    height         : 100%;
    display        : flex;
    align-items    : center;
    justify-content: center
    }
    
    #custom-dtg-service-product .product-box-item img {
    max-height: 277px;
    max-width : 100%
    }
    
    #custom-dtg-service-product .product-box-item:hover {
    box-shadow: 0 5px 15px 0 rgba(2, 41, 107, .39)
    }
    
    #custom-dtg-service-product .view-all {
    color          : #003ca3;
    font-family    : Montserrat;
    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-dtg-service-product .view-all {
    margin-top: 24px
    }
    }
    
    /*endregion Product end */
    /*#region Reviews start*/
    
    #custom-dtg-service-reviews {
    background-color: #f6f9fc;
    padding         : 50px 0
    }
    
    #custom-dtg-service-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-dtg-service-reviews .subtitle {
    color: #333;
    font-family: Montserrat;
    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-dtg-service-reviews .title {
    font-size  : 24px;
    line-height: 33.6px
    }
    }
    #custom-dtg-service-reviews .photo {
    margin-top     : 56px;
    display        : none;
    align-items    : center;
    justify-content: center;
    position       : relative;
    }
    
    @media only screen and (min-width: 1024px) {
    #custom-dtg-service-reviews .photo {
     display: flex;
    }
    }
    
    #custom-dtg-service-reviews .photo img {
    width: 126px;
    }
    
    #custom-dtg-service-reviews .photo::after {
    content         : '';
    position        : absolute;
    height          : 1px;
    width           : calc((100% - 194px) / 2);
    right           : 0;
    background-color: #7ec3ff;
    }
    
    #custom-dtg-service-reviews .photo::before {
    content         : '';
    position        : absolute;
    height          : 1px;
    width           : calc((100% - 194px) / 2);
    left            : 0;
    background-color: #7ec3ff;
    }
    #custom-dtg-service-reviews .btn-box {
    margin-top     : 33px;
    display        : flex;
    justify-content: center;
    gap            : 16px
    }
    
    @media only screen and (max-width:768px) {
    #custom-dtg-service-reviews .btn-box {
    flex-direction: column
    }
    }
    
    #custom-dtg-service-reviews .btn-box .btn {
    width      : 273px;
    font-size  : 20px;
    font-weight: 600;
    line-height: 22px;
    padding    : 15px 0
    }
    #custom-dtg-service-reviews .ti-widget-header{
    display: none;
    }
    @media only screen and (max-width:1024px) {
    #custom-dtg-service-reviews .btn-box .btn {
    width      : 153px;
    font-size  : 16px;
    font-weight: 500
    }
    }
    
    @media only screen and (max-width:768px) {
    #custom-dtg-service-reviews .btn-box .btn {
    display: none
    }
    }
    @media only screen and (max-width:1024px) {
    #custom-dtg-service-reviews .ti-widget .ti-controls-line {
    display: block !important
    }
    
    #custom-dtg-service-reviews .ti-widget .ti-header {
    display: none
    }
    }
    
    /*#endregion Reviews end*/
    /*#region Best Seller Start*/
    
    #custom-dtg-service-best-seller {
    padding: 70px 0;
    background-color: #fff
    }
    
    @media only screen and (max-width:1024px) {
    #custom-dtg-service-best-seller {
    padding         : 50px 0;
    background-color: #fff
    }
    }
    
    #custom-dtg-service-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-dtg-service-best-seller .title {
    font-size  : 28px;
    line-height: 39.2px
    }
    }
    
    @media only screen and (max-width:768px) {
    #custom-dtg-service-best-seller .title {
    font-size  : 30px;
    line-height: 42px
    }
    }
    
    #custom-dtg-service-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-dtg-service-best-seller .subtitle {
    font-size: 17px
    }
    }
    
    #custom-dtg-service-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-dtg-service-best-seller .best-seller-box {
    grid-template-columns: repeat(2, 1fr);
    gap                  : 16px;
    margin-top           : 24px
    }
    }
    
    #custom-dtg-service-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;
    text-align     : center;
    display        : flex;
    flex-direction : column;
    justify-content: space-between;
    text-decoration: none;
    transition     : all .3s
    }
    
    #custom-dtg-service-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-dtg-service-best-seller .best-seller-box-item {
    padding: 16px 8px
    }
    }
    
    #custom-dtg-service-best-seller .best-seller-box-item .next {
    color      : #0b1629;
    text-align : center;
    font-family: Inter !important;
    font-size  : 18px;
    font-weight: 600;
    line-height: 26.64px
    }
    
    @media only screen and (min-width:768px) and (max-width:1024px) {
    #custom-dtg-service-best-seller .best-seller-box-item .next {
    font-size  : 24px;
    line-height: 24px
    }
    }
    
    #custom-dtg-service-best-seller .best-seller-box-item .desc {
    color             : #172640;
    text-align        : center;
    font-family       : Inter !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-dtg-service-best-seller .best-seller-box-item .desc {
    -webkit-line-clamp: 2
    }
    }
    
    @media only screen and (min-width:768px) and (max-width:1024px) {
    #custom-dtg-service-best-seller .best-seller-box-item .desc {
    font-size  : 13px;
    line-height: 24px
    }
    }
    
    #custom-dtg-service-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-dtg-service-best-seller .best-seller-box-item .photo img {
    max-width : 100%;
    width     : 215px;
    height    : 100%;
    object-fit: cover
    }
    #custom-dtg-service-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-dtg-service-best-seller .best-seller-box-item .colors span{
          width: 24px;
          height: 24px;
        border-radius: 18px;
      border: 1px solid #E0DEDE;
      background: #F9E793;
        }
        #custom-dtg-service-best-seller .best-seller-box-item .colors .text{
          color: #354156;
      font-family: Inter;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 17.76px;
        }
        #custom-dtg-service-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-dtg-service-best-seller .best-seller-box-item .type p{
         color: #555E6D;
      font-family: Inter;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: 16px;
        }
      
        #custom-dtg-service-best-seller .best-seller-box-item .type span{
         width: 1px;
         height: 16px;
         background-color: #E8E9EA;
        }
        #custom-dtg-service-best-seller .best-seller-box-item .price{
         color: #1A1A1A;
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 16px;
      margin-top: 16px;
        }
    /*#endregion Best Seller end*/
    
    #custom-dtg-service-works {
    padding: 70px 0;
    background: #fff;
    }
    @media only screen and (max-width: 1024px) {
    #custom-dtg-service-works {
    padding: 50px 0;
    }
    }
    #custom-dtg-service-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-dtg-service-works .title {
    font-size: 24px;
    line-height: 33.6px;
    }
    }
    @media only screen and (max-width: 768px) {
    #custom-dtg-service-works .title {
    font-size: 32px;
    line-height: 44.8px;
    }
    }
    #custom-dtg-service-works .subtitle {
    color: #333;
    font-family: Montserrat !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    }
    #custom-dtg-service-works .works-box {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 11px 16px;
    }
    @media only screen and (max-width: 1024px) {
    #custom-dtg-service-works .works-box {
    margin-top: 28px;
    gap: 20px;
    }
    #custom-dtg-service-works .works-box .photo:first-of-type {
    grid-column: span 2;
    grid-row: span 2;
    }
    #custom-dtg-service-works .works-box .photo:nth-child(6), #custom-dtg-service-works .works-box .photo:nth-child(7), #custom-dtg-service-works .works-box .photo:nth-child(8) {
    display: none;
    }
    }
    @media only screen and (max-width: 768px) {
    #custom-dtg-service-works .works-box {
    margin-top: 24px;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    }
    #custom-dtg-service-works .works-box .photo:first-of-type {
    grid-column: span 1;
    grid-row: span 1;
    }
    #custom-dtg-service-works .works-box .photo:nth-child(6) {
    display: block;
    }
    }
    #custom-dtg-service-works .works-box .photo img {
    width: 100%;
    }
    @media only screen and (max-width: 1024px) {
    #custom-dtg-service-works .works-box .photo img {
    border-radius: 8px;
    }
    }
    #custom-dtg-service-company {
    padding: 70px 0;
    background-color: #fff;
    }
    @media only screen and (max-width: 1024px) {
    #custom-dtg-service-company {
    padding: 50px 0;
    }
    }
    #custom-dtg-service-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-dtg-service-company .subtitle {
    color: #333;
    font-family: Montserrat;
    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-dtg-service-company .title {
    font-size: 32px;
    line-height: 44.8px;
    margin-bottom: 24px;
    }
    }
    @media only screen and (max-width: 768px) {
    #custom-dtg-service-company .title {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
    }
    }
    #custom-dtg-service-company .company-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
    width: 100%;
    }
    
    #custom-dtg-service-company .company-box-item {
    min-width: 280px; 
    flex-shrink: 0;
    }
    #custom-dtg-service-company .company-box img {
    width: 100%;
    }
    #custom-dtg-service-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;
    }
    #custom-dtg-service-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-dtg-service-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-dtg-service-company .btn-box {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    }
    #custom-dtg-service-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-dtg-service-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-dtg-service-company .btn-box .btn {
    width: 100%;
    }
    }
    /* SCREEN SERVICES */
    .custom-dtg-service-services {
    padding: 70px 0;
    background: #fff;
    }
    
    @media only screen and (max-width: 768px) {
    .custom-dtg-service-services {
    padding: 50px 0;
    }
    }
    
    .custom-dtg-service-services .section-title {
    font-size     : 36px;
    font-weight   : 700 !important;
    text-transform: capitalize;
    line-height   : normal;
    text-align    : center;
    margin-bottom : 12px;
    font-family   : "Geologica", sans-serif !important;
    }
    
    @media only screen and (max-width: 768px) {
    .custom-dtg-service-services .section-title {
    font-size  : 28px;
    font-weight: 600 !important;
    }
    }
    
    .custom-dtg-service-services .section-subtitle {
    color         : #172640;
    text-align    : center;
    font-size     : 16px;
    font-weight   : 400;
    line-height   : 22.4px;
    letter-spacing: -0.24px;
    width         : 63%;
    margin        : 0 auto 50px;
    }
    
    @media only screen and (max-width: 768px) {
    .custom-dtg-service-services .section-subtitle {
    width : 100%;
    margin: 0 auto 40px;
    }
    }
    
    .custom-dtg-service-services .service-container {
    overflow-x: auto;
    }
    
    .custom-dtg-service-services .service-container::-webkit-scrollbar-track {
    background: transparent !important;
    }
    
    .custom-dtg-service-services .service-container::-webkit-scrollbar-thumb {
    background: transparent !important;
    }
    
    .custom-dtg-service-services .service-container::-webkit-scrollbar {
    width : 12px;
    height: 5px;
    }
    
    .custom-dtg-service-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-dtg-service-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-dtg-service-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-dtg-service-services .service-type {
    font-size  : 14px;
    font-weight: 700;
    line-height: 20px;
    }
    }
    
    .custom-dtg-service-services .service-type.active {
    color: #E40046;
    }
    
    .custom-dtg-service-services .content-item {
    display   : flex;
    gap       : 14px;
    opacity   : 0;
    height    : 0;
    overflow  : hidden;
    transition: opacity 0.5s ease;
    }
    
    .custom-dtg-service-services .content-item-text {
    width        : 100%;
    padding      : 24px 20px;
    border-radius: 4px;
    border: 1px solid #E6E8EA;
    box-shadow: 0px 2px 4px 0px rgba(13, 16, 45, 0.10), 0px 1px 2px -1px rgba(13, 16, 45, 0.10);
    background   : #fff;
    height       : max-content;
    }
    
    @media only screen and (max-width: 768px) {
    .custom-dtg-service-services .content-item-text {
    width  : 100%;
    padding: 20px;
    }
    }
    
    .custom-dtg-service-services .content-item-text .desc {
    display       : flex;
    flex-direction: column;
    gap           : 14px;
    margin-bottom : 24px;
    }
    
    .custom-dtg-service-services .content-item-text li {
    list-style: none;
    color: #1C244B;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    }
    
    .custom-dtg-service-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-dtg-service-services .content-item-text .desc b,
    .custom-dtg-service-services .content-item-text .desc em {
    font-family: Montserrat !important;
    font-size  : 15px;
    }
    
    .custom-dtg-service-services .content-item-text .desc em {
    font-style: italic !important;
    }
    
    .custom-dtg-service-services .content-item-text .desc a {
    text-decoration: underline;
    color          : #1c244b !important;
    font-family    : Montserrat !important;
    }
    
    .custom-dtg-service-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-dtg-service-services .content-item-text a.btn {
    width: 100%;
    }
    }
    
    .custom-dtg-service-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-dtg-service-services .content-item .photo {
    display: none;
    }
    }
    
    .custom-dtg-service-services .content-item .photo img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
    max-height: 300px;
    }
    
    .custom-dtg-service-services .content-item.active {
    opacity: 1;
    height : auto;
    }
    
    
    /* END OF SCREEN SERVICES */
    #custom-dtg-service-us {
    padding: 70px 0;
    background-color: #fff;
    }
    @media only screen and (max-width: 1024px) {
    #custom-dtg-service-us {
    padding: 50px 0;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #custom-dtg-service-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-dtg-service-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-dtg-service-us .title-box .title {
    font-size: 28px;
    line-height: 39.2px;
    }
    }
    @media only screen and (max-width: 768px) {
    #custom-dtg-service-us .title-box .title {
    font-size: 32px;
    line-height: 44.8px;
    text-align: start;
    }
    }
    #custom-dtg-service-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-dtg-service-us .title-box .subtitle {
    text-align: start;
    margin-bottom: 32px;
    }
    }
    #custom-dtg-service-us .us-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 52px;
    }
    @media only screen and (max-width: 1024px) {
    #custom-dtg-service-us .us-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
    }
    }
    @media only screen and (max-width: 768px) {
    #custom-dtg-service-us .us-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 0;
    }
    }
    #custom-dtg-service-us .us-box img {
    width: 64px;
    }
    #custom-dtg-service-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-dtg-service-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-dtg-service-us .us-box-item-title {
    max-width: 100%;
    }
    }
    #custom-dtg-service-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-dtg-service-us .us-box-item-text {
    font-size: 15px;
    line-height: 21px;
    }
    }
    @media (max-width: 768px) {
    #custom-dtg-service-us .us-box-item {
    border: 1px solid #e6e8ea;
    padding: 16px 12px;
    position: relative;
    min-height: 0;
    box-shadow: none;
    gap: 0;
    }
    
    #custom-dtg-service-us .us-box-item-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #102437;
    cursor: pointer;
    padding-right: 24px;
    position: relative;
    margin: 0;
    }
    
    #custom-dtg-service-us .us-box-item-title::before,
    #custom-dtg-service-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-dtg-service-us .us-box-item-title::after {
    transform: rotate(90deg);
    }
    
    #custom-dtg-service-us .us-box-item.active .us-box-item-title::after {
    transform: rotate(0deg);
    }
    
    #custom-dtg-service-us .us-box-item-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding-top 0.3s ease;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    color: #576675;
    line-height: 22px;
    padding-top: 0;
    margin: 0;
    }
    
    #custom-dtg-service-us .us-box-item.active .us-box-item-text {
    max-height: 500px;
    padding-top: 12px;
    }
    }
    #custom-dtg-service-us .btn-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    gap: 16px;
    }
    #custom-dtg-service-us .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;
    }
    @media only screen and (max-width: 1024px) {
    #custom-dtg-service-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-dtg-service-us .btn-box .btn {
    width: 100%;
    }
    }
    /*#region CITY DESIGN PRODUCT CSS */
    
    #custom-dtg-service-design-product {
    padding   : 70px 0;
    }
    
    #custom-dtg-service-design-product:nth-of-type(1) {
    background: #F6FAFF;
    }
    
    #custom-dtg-service-design-product:nth-of-type(2) {
    background: #fff;
    }
    
    @media (max-width: 1024px) {
    #custom-dtg-service-design-product {
    padding: 50px 0;
    }
    }
    
    @media (max-width: 767.98px) {
    #custom-dtg-service-design-product {
    padding-bottom: 30px;
    }
    }
    
    #custom-dtg-service-design-product .content-wrapper {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    }
    
    @media (max-width: 767.98px) {
    #custom-dtg-service-design-product .content-wrapper {
    flex-direction: column-reverse !important;
    }
    }
    
    @media (max-width: 1024px) and (min-width: 767.98px) {
    
    #custom-dtg-service-design-product .content-wrapper .content,
    #custom-dtg-service-design-product .content-wrapper .photo {
    width: calc(50% - 28px);
    }
    }
    
    @media (min-width: 1025px) {
    #custom-dtg-service-design-product .content-wrapper .content {
    width: 50%;
    }
    }
    
    #custom-dtg-service-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-dtg-service-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;
    }
    
    @media (max-width: 767.98px) {
    
    #custom-dtg-service-design-product .content-wrapper .content .title-wrapper .section-title,
    #custom-dtg-service-design-product .content-wrapper .content .title-wrapper .section-subtitle {
    text-align: start;
    }
    
    #custom-dtg-service-design-product .content-wrapper .content .title-wrapper .section-title {
    font-size  : 28px;
    font-weight: 600;
    }
    }
    
    #custom-dtg-service-design-product .content-wrapper .content .button-wrapper {
    display   : flex;
    gap       : 16px;
    margin-top: 32px;
    }
    
    @media (max-width: 767.98px) {
    #custom-dtg-service-design-product .content-wrapper .content .button-wrapper {
    flex-direction: column;
    max-width     : 350px;
    margin        : 32px auto 0;
    }
    }
    
    #custom-dtg-service-design-product .content-wrapper .content .button-wrapper .btn-red,
    #custom-dtg-service-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-dtg-service-design-product .content-wrapper .content .button-wrapper .btn-red,
    #custom-dtg-service-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-dtg-service-design-product .content-wrapper .content .button-wrapper .btn-red,
    #custom-dtg-service-design-product .content-wrapper .content .button-wrapper .button-outline {
    font-size  : 18px;
    line-height: 30px;
    }
    }
    
    #custom-dtg-service-design-product .content-wrapper .content .google-reviews {
    margin-top: 8px;
    }
    
    @media (max-width: 767.98px) {
    #custom-dtg-service-design-product .content-wrapper .content .google-reviews {
    margin-top: 12px;
    }
    }
    
    #custom-dtg-service-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
    display: flex;
    }
    
    @media (max-width: 767.98px) {
    #custom-dtg-service-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
    justify-content: center;
    }
    }
    
    #custom-dtg-service-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    padding: 20px 0;
    }
    
    @media (min-width: 768px) {
    #custom-dtg-service-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    flex-wrap: nowrap !important;
    }
    }
    
    #custom-dtg-service-design-product .content-wrapper .photo {
    border-radius: 4px;
    overflow     : hidden;
    }
    
    @media (min-width: 1025px) {
    #custom-dtg-service-design-product .content-wrapper .photo {
    width: calc(50% - 100px);
    }
    }
    
    @media (max-width: 767.98px) {
    #custom-dtg-service-design-product .content-wrapper .photo {
    margin-bottom: 32px;
    }
    }
    
    #custom-dtg-service-design-product .content-wrapper .photo img {
    width     : 100%;
    object-fit: contain;
    }
    #custom-dtg-service-design-product .see-more-link {
    color: #1E90FF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
    cursor: pointer;
    }
    #dtg-print-faq {
    padding         : 70px 0;
    background-color: #f6f9fc;
    }
    
    @media only screen and (max-width: 1024px) {
    #dtg-print-faq {
    padding: 50px 0;
    }
    }
    
    #dtg-print-faq .title {
    color         : #0d1c2c;
    font-family   : Poppins !important;
    font-size     : 30px;
    font-weight   : 600;
    line-height   : 42px;
    text-transform: capitalize;
    margin-bottom : 24px;
    text-align: center;
    }
    
    @media only screen and (max-width: 1024px) {
    #dtg-print-faq .title {
    font-size    : 24px;
    line-height  : 33.6px;
    }
    }
    
    @media only screen and (max-width: 768px) {
    #dtg-print-faq .title {
    font-size  : 30px;
    line-height: 42px;
    }
    }
    
    #dtg-print-faq .faq-box {
    display    : flex;
    gap        : 96px;
    align-items: flex-start;
    }
    
    @media only screen and (max-width: 1024px) {
    #dtg-print-faq .faq-box {
    flex-direction: column-reverse;
    gap           : 24px;
    }
    }
    
    #dtg-print-faq .faq-box .photo {
    width: calc(100% / 12 * 5);
    }
    
    @media only screen and (max-width: 1024px) {
    #dtg-print-faq .faq-box .photo {
    display: none;
    }
    }
    
    #dtg-print-faq .faq-box .photo img {
    width        : 100%;
    border-radius: 8px;
    }
    
    #dtg-print-faq .faq-box .text {
    width: 100%;
    }
    
    @media only screen and (max-width: 1024px) {
    #dtg-print-faq .faq-box .text {
    width: 100%;
    }
    }
    
    #dtg-print-faq .faq-box .question {
    width         : 100%;
    display       : flex;
    flex-direction: column;
    gap           : 16px;
    }
    
    @media only screen and (max-width: 1024px) {
    #dtg-print-faq .faq-box .question {
    width: 100%;
    }
    }
    
    @media only screen and (max-width: 768px) {
    #dtg-print-faq .faq-box .question {
    display       : flex;
    flex-direction: column;
    gap           : 16px;
    }
    }
    
    #dtg-print-faq .faq-box .question-item {
    padding      : 19px 40px 19px 16px;
    position     : relative;
    cursor       : pointer;
    border-radius: 4px;
    border       : 1px solid #e8e9ea;
    background   : #fff;
    box-shadow   : 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    }
    
    #dtg-print-faq .faq-box .question-item::before {
    content : url("/uploads/12762042/File/deco/service/assets/arrow-down.svg");
    position: absolute;
    right   : 16px;
    top     : 19px;
    width   : 24px;
    height  : 24px;
    transition: 0.3s;
    }
    #dtg-print-faq .faq-box .question-item.active::before {
    transform: rotate(180deg);
    transition: 0.3s;
    }
    
    @media only screen and (max-width: 768px) {
    #dtg-print-faq .faq-box .question-item {
    border-radius: 4px;
    border       : 1px solid #e8e9ea;
    background   : #fff;
    box-shadow   : 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    padding      : 16px 40px 16px 13px;
    }
    }
    
    #dtg-print-faq .faq-box .question-item-title {
    color      : #232528;
    font-family: Poppins !important;
    font-size  : 16px;
    font-weight: 400;
    line-height: 26px;
    }
    
    @media only screen and (max-width: 1024px) {
    #dtg-print-faq .faq-box .question-item-title {
    font-size  : 18px;
    font-weight: 500;
    }
    }
    
    @media only screen and (max-width: 768px) {
    #dtg-print-faq .faq-box .question-item-title {
    font-weight: 600;
    }
    }
    
    #dtg-print-faq .faq-box .question-item-desc {
    color      : #4d4f53;
    font-family: Poppins !important;
    font-size  : 14px;
    font-weight: 500;
    line-height: 22px;
    max-height : 0;
    overflow   : hidden;
    transition : all 0.3s;
    padding-top: 0;
    }
    
    @media only screen and (max-width: 768px) {
    #dtg-print-faq .faq-box .question-item-desc {
    font-size  : 16px;
    font-weight: 400;
    }
    }
    
    #dtg-print-faq .faq-box .question-item:last-of-type {
    border-bottom: none;
    }
    
    #dtg-print-faq .faq-box .question-item.active .question-item-desc {
    padding-top: 16px;
    max-height : 100vh;
    }
    
    #dtg-print-faq .faq-box .question-item.active::after {
    transform: rotate(0deg);
    }
    
    @media only screen and (max-width: 768px) {
    #dtg-print-faq .faq-box .question-item.active::after {
    transform: rotate(180deg);
    }
    }
    
    #dtg-print-faq .faq-box .mob {
    display: none;
    }
    
    @media only screen and (max-width: 1024px) {
    #dtg-print-faq .faq-box .mob {
    display: block !important;
    }
    }
    
    
    
    /*Brand start*/
    #custom-dtg-service-brand {
    padding         : 70px 0;
    background-color: #f6f9fc;
    }
    
    @media only screen and (max-width: 1024px) {
    #custom-dtg-service-brand {
     padding: 50px 0;
    }
    }
    
    #custom-dtg-service-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-dtg-service-brand .title {
     font-size  : 28px;
     line-height: 39.2px;
    }
    }
    
    @media only screen and (max-width: 768px) {
    #custom-dtg-service-brand .title {
     font-size  : 30px;
     line-height: 42px;
    }
    }
    
    #custom-dtg-service-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-dtg-service-brand .subtitle {
     font-size  : 16px;
     line-height: 24px;
    }
    }
    
    @media only screen and (max-width: 768px) {
    #custom-dtg-service-brand .subtitle {
     font-size: 17px;
    }
    }
    
    #custom-dtg-service-brand .brand-box {
    margin-top     : 32px;
    display        : flex;
    gap            : 20px 16px;
    justify-content: center;
    flex-wrap      : wrap;
    }
    
    #custom-dtg-service-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-dtg-service-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-dtg-service-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-dtg-service-brand .brand-box-item {
     width: calc((100% - 2 * 16px) / 3);
    }
    }
    
    #custom-dtg-service-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-dtg-service-brand .brand-box-item .photo {
     border: none;
    }
    }
    
    #custom-dtg-service-brand .brand-box-item .photo img {
    max-width: 100%;
    }
    
    /*Brand end*/
    #how-to-order {
    padding: 70px 0;
    text-align: center;
    background-color: #F6F9FC;
    }
    
    #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;
    background-color: #F6F9FC;
    }
    }
    
    #how-to-order .section-title {
    color: #0D1C2C;
    text-align: center;
    font-family: Poppins;
    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: Poppins;
    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;
    }
    @media (max-width: 768px) {
    #how-to-order .step {
    background: #F6F9FC;
    }
    }
    #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: Poppins;
    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: Poppins;
    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  : 'Poppins' !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  : Inter;
    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: Inter !important;
    line-height: 22px;
    padding    : 14px 80px;
    }
    
    .dn-use-page-margin{
        display: none !important;
    }
    .dn-page-section-content{
        max-width: 100% !important;
      }
      .dn-page-section-margin-top-default{
        margin-top: 0 !important;
      }