.category-steps {
    padding: 70px 0;
}

@media only screen and (max-width: 1024px) {
    .category-steps {
        padding: 50px 0;

    }
}

.category-steps .content-box {
    display    : flex;
    gap        : 40px;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .category-steps .content-box {
        flex-direction: column;
        gap           : 15px;
    }
}

.category-steps .content-box-left {
    width: 48%;
}

.category-steps .content-box-left .photo {
    width: 100%;
}

.category-steps .content-box-left .photo img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .category-steps .content-box-left .photo img {
        width: max-content;
    }

    .category-steps .content-box-left .photo {
        width : max-content;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .category-steps .content-box-left {
        width: 100%;
    }
}

.category-steps .content-box-left .section-title {
    color         : #213343;
    font-family   : Poppins !important;
    font-size     : 24px;
    font-style    : normal;
    font-weight   : 600;
    line-height   : 33.6px;
    text-transform: capitalize;
}

.category-steps .content-box-left .section-subtitle {
    color      : #333;
    font-family: Poppins !important;
    font-size  : 14px;
    font-style : normal;
    font-weight: 400;
    line-height: 24px;
    margin     : 12px 0;
}

.category-steps .content-box .steps {
    width: 52%;
}

@media only screen and (max-width: 768px) {
    .category-steps .content-box .steps {
        width: 100%;
    }
}

.category-steps .content-box .steps-item-title {
    display    : flex;
    gap        : 12px;
    align-items: center;
    cursor     : pointer;
}

.category-steps .content-box .steps-item-title p {
    color         : #333;
    font-family   : Poppins !important;
    font-size     : 16px;
    font-style    : normal;
    font-weight   : 600;
    line-height   : 24px;
    text-transform: capitalize;
    position      : relative;
    transition    : all 0.3s;
    padding-right : 35px;
}

.category-steps .content-box .steps-item-title p::after {
    content   : url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M3.75 12L20.25 12" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.5 18.75L20.25 12L13.5 5.25" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    position  : absolute;
    top       : 50%;
    transform : translateY(-50%);
    right     : 0px;
    transition: all 0.3s;
}

.category-steps .content-box .steps-item-title span.number {
    width          : 40px;
    height         : 40px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    border-radius  : 4px;
    color          : #FFF;
    font-family    : Poppins !important;
    font-size      : 16px;
    font-style     : normal;
    font-weight    : 600;
    line-height    : 24px;
    text-transform : capitalize;
}

.category-steps .content-box .steps-item-content {
    margin      : 8px 0;
    padding-left: 70px;
    position    : relative;
    height      : 0px;
    overflow    : hidden;
    transition  : all 0.3s;
}

.category-steps .content-box .steps-item-content p,
.category-steps .content-box .steps-item-content li {
    color: #000 !important;
    font-family: Poppins !important;
    font-size  : 13px;
    font-style : normal;
    font-weight: 400;
    line-height: 24px;
    list-style: disc;
}
.category-steps .content-box .steps-item-content ul.with-img-list{
    list-style: none !important;
   
}
.category-steps .content-box .steps-item-content ul.with-img-list li{
    list-style: none !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.category-steps .content-box .steps-item-content::before {
    content         : '';
    position        : absolute;
    width           : 1px;
    height          : 100%;
    background-color: #cccccccc;
    left            : 20px;
    top             : 0px;
}

.category-steps .content-box .steps-item-content p {
    list-style: disc;
    display   : list-item;
}

.category-steps .content-box .steps-item:first-of-type .steps-item-title span {
    background-color: #6A4EE9;
}

.category-steps .content-box .steps-item:nth-child(2) .steps-item-title span {
    background-color: #227DFF;
}

.category-steps .content-box .steps-item:nth-child(3) .steps-item-title span {
    background-color: #FFCB29;
}

.category-steps .content-box .steps-item:nth-child(4) .steps-item-title span {
    background-color: #282527;
}

.category-steps .content-box .steps-item:nth-child(5) .steps-item-title span {
    background-color: #AE5892;
}

.category-steps .content-box .steps-item:nth-child(6) .steps-item-title span {
    background-color: #63c03e;
}

.category-steps .content-box .steps-item.active .steps-item-title p {
    color: #4475F2;
}

.category-steps .content-box .steps-item.active .steps-item-title p::after {
    content  : url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M3.75 12L20.25 12" stroke="%234475F2" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.5 18.75L20.25 12L13.5 5.25" stroke="%234475F2" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    transform: translateY(-50%) rotate(45deg);
}

.category-steps .content-box .steps-item.active .steps-item-content {
    height: auto;
}

#review-delivery {
    background-color: #fff;
}

@media (max-width: 768px) {
    #review-delivery {
        background-color: #F6FAFF;
    }

    #review-delivery section {
        position: relative;
    }

    #review-delivery section::after {
        content         : '';
        position        : absolute;
        bottom          : 0px;
        height          : 1px;
        width           : calc(100% - 32px);
        background-color: #C5CAD1;
        left            : 50%;
        transform       : translate(-50%);
    }

    #review-delivery section:last-of-type::after {
        display: none;
    }
}

#review-delivery #review {
    background-color: #fff;
    padding         : 50px 0;
}

@media (max-width: 768px) {
    #review-delivery #review {
        padding         : 12px 4px;
        background-color: transparent;
    }
}

#review-delivery #review .section-container {
    padding: 0 86px;
}

@media (max-width: 1280px) {
    #review-delivery #review .section-container {
        padding: 0 5px;
    }
}

@media (max-width: 768px) {
    #review-delivery #review .section-container {
        padding: 0 16px;
    }
}

#review-delivery #review .title {
    color         : #1C244B;
    font-family   : Poppins !important;
    font-size     : 32px;
    font-style    : normal;
    font-weight   : 600;
    line-height   : normal;
    text-transform: capitalize;
    margin-bottom : 12px;
    text-align    : center;
}

@media (max-width: 768px) {
    #review-delivery #review .title {
        font-size    : 18px;
        text-align   : start;
        line-height  : 22px;
        position     : relative;
        margin-bottom: 0;
    }

    #review-delivery #review .title::before {
        content   : url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%23666666" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
        position  : absolute;
        right     : 0;
        top       : 50%;
        transform : translateY(-50%);
        transition: all 0.3s;
    }

    #review-delivery #review .title.active::before {
        transform: translateY(-50%) rotate(180deg);
    }

    #review-delivery #review .title.active {
        margin-bottom: 24px;
    }
}

#review-delivery #review .subtitle {
    max-width    : 810px;
    color        : #172640;
    text-align   : center;
    font-family  : Inter;
    font-size    : 16px;
    font-style   : normal;
    font-weight  : 400;
    line-height  : 22.4px;
    margin       : 0 auto;
    margin-bottom: 30px;
    display      : block;
}

@media (max-width: 768px) {
    #review-delivery #review .subtitle {
        display: none;
    }
}

#review-delivery #review .ti-widget-header {
    display: none;
}

#review-delivery #review .ti-header {
    display: none;
}

#review .ti-inner {
    border-radius  : 3.68px;
    background     : #F3F3F3 !important;
    backdrop-filter: blur(0px);
}

#review-delivery #review .btn {
    width      : 280px;
    font-size  : 20px;
    font-style : normal;
    font-weight: 600;
    line-height: 30px;
    margin     : 40px auto 0;
    padding    : 11px;
}



@media (max-width: 768px) {
    #review-delivery #review .reviews-box {
        max-height: 0;
        overflow  : hidden;
        transition: all 0.3s ease;
        padding   : 0;
    }
}

#review-delivery #delivery {
    padding         : 28px 0px;
    background-color: #F6FAFF;
}

@media (max-width: 768px) {
    #review-delivery #delivery {
        background-color: transparent;
        padding         : 12px 0;
    }
}

#review-delivery #delivery .delivery-container {
    border-radius  : 4px;
    background     : #FFF;
    box-shadow     : 2px 2px 11px 0px rgba(0, 109, 205, 0.10), 2px 1px 10px -1px rgba(115, 78, 234, 0.10);
    display        : flex;
    gap            : 64px;
    justify-content: space-between;
    padding        : 24px 36px 24px 29px;
}

@media (max-width: 1100px) {
    #review-delivery #delivery .delivery-container {
        gap: 15px
    }
}

@media (max-width: 768px) {
    #review-delivery #delivery .text-box .btn-box {
        display: none;
    }
}

@media (max-width: 1024px) {
    #review-delivery #delivery .delivery-container {
        flex-direction: column
    }
}

@media (max-width: 768px) {
    #review-delivery #delivery .delivery-container {
        flex-direction: column;
        gap           : 5px;
        padding       : 12px 4px;
        background    : none;
        box-shadow    : none;
    }
}

#review-delivery .text-box {
    width    : 100%;
    max-width: 410px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    #review-delivery .text-box {
        max-width     : 100%;
        display       : flex;
        flex-direction: column;
        align-items   : center;
    }
}

@media (max-width: 768px) {
    #review-delivery .text-box {
        max-width: 100%;
    }
}

#review-delivery .text-box .title {
    color         : #213343;
    font-family   : Poppins !important;
    font-size     : 24px;
    font-style    : normal;
    font-weight   : 600;
    line-height   : 32px;
    text-transform: capitalize;
    margin-bottom : 16px;
    text-align    : left;
}

#review-delivery .text-box .subtitle {
    color        : #172640;
    font-family  : Inter;
    font-size    : 14px;
    font-style   : normal;
    font-weight  : 400;
    line-height  : 16px;
    margin-bottom: 23px;
}

@media (max-width: 768px) {
    #review-delivery .text-box .subtitle {
        display: none;
    }
}

#review-delivery .text-box .btn {
    width      : 280px;
    padding    : 14px 34px;
    color      : #FFF;
    font-family: Inter !important;
    font-size  : 18px;
    font-style : normal;
    font-weight: 600;
    line-height: 20px;
}


@media (max-width: 1024px) {
    #review-delivery #delivery .title {
        display: none;
    }
}

#review-delivery #delivery .title-mob {
    display: none;
}

@media (max-width: 1024px) {
    #review-delivery #delivery .title-mob {
        display       : block;
        color         : #213343;
        font-family   : Poppins !important;
        font-size     : 24px;
        font-style    : normal;
        font-weight   : 600;
        line-height   : 32px;
        text-transform: capitalize;
        text-align    : center;
        margin-bottom : 16px;
    }
}

@media (max-width: 768px) {
    #review-delivery #delivery .title-mob {
        text-align   : start;
        font-size    : 18px;
        line-height  : 22px;
        position     : relative;
        font-weight  : 600;
        margin-bottom: 0;
    }

    #review-delivery #delivery .title-mob::before {
        content   : url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%23666666" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
        position  : absolute;
        right     : 0;
        top       : 50%;
        transform : translateY(-50%);
        transition: all 0.3s;
    }

    #review-delivery #delivery .title-mob.active {
        margin-bottom: 24px;
    }

    #review-delivery #delivery .title-mob.active::before {
        transform: translateY(-50%) rotate(180deg);
    }
}


#review-delivery #delivery .delivery-boxs {
    width             : 100%;
    display           : flex;
    justify-content   : space-between;
    flex-wrap         : wrap;
    /* gap            : 65px; */
}

@media (max-width: 1024px) {
    #review-delivery #delivery .delivery-boxs {
        margin-top: 44px
    }
}

@media (min-width: 768px) {
    #review-delivery #delivery .delivery-boxs {
        align-items: center;
    }
}

#review-delivery #delivery .delivery-box-item .text-title {
    color      : #102437;
    font-family: Poppins !important;
    font-size  : 17px;
    font-style : normal;
    font-weight: 500;
    line-height: 25.16px;
    margin-top : 16px;
}

#review-delivery #delivery .delivery-box-item .text-desc {
    color          : #555E6D;
    font-family    : Poppins !important;
    font-size      : 14px;
    font-style     : normal;
    font-weight    : 500;
    line-height    : normal;
    text-decoration: none !important;
}

#review-delivery .delivery-box-item:nth-child(1) .text-desc span {
    color      : #2C9321;
    font-weight: 600;
}

#review-delivery .delivery-box-item:nth-child(2) .text-desc span {
    color      : #E8C127;
    font-weight: 600;
}

#review-delivery .delivery-box-item:nth-child(3) .text-desc span {
    color      : #E74E3A;
    font-weight: 600;
}

@media (max-width: 768px) {
    #review-delivery #delivery .delivery-boxs {
        max-height     : 0;
        overflow       : hidden;
        transition     : all 0.3s ease;
        gap            : 0;
        padding        : 0 16px;
        justify-content: space-between;
        flex-direction : column;
        flex-wrap      : nowrap;
    }

    #review-delivery #delivery .delivery-boxs.active {
        margin-top      : 0;
        background-color: #fff
    }

    #review-delivery #delivery .delivery-box-item {
        display           : flex;
        gap               : 16px;
        /* justify-content:space-between; */
        align-items       : center;
        border-bottom     : 1px solid #E4E4E4;
        padding           : 14px 0;
    }

    #review-delivery #delivery .photo {
        width: 56px;
    }

    #review-delivery #delivery .photo img {
        width: 100%;
    }

    #review-delivery #delivery .delivery-box-item .text-title {
        margin-top: 0;
    }
}

/*#endregion Review Delivery End*/

/*#region  Info Start*/


#info.info .info-boxs-item {
    padding: 60px 0;
}

#info.info .info-boxs-item-content {
    width          : 100%;
    gap            : 32px;
    display        : flex;
    justify-content: space-between;
    align-items    : center;
}

@media (max-width: 1024px) {
    #info.info .info-boxs-item-content {
        flex-wrap: wrap;
        gap      : 0;
    }
}

#info.info .info-boxs-item-content .text {
    width: max-content;
}


#info.info .info-boxs-item-content .text .title {
    color         : #1C244B;
    font-family   : 'Poppins' !important;
    font-size     : 32px;
    font-style    : normal;
    font-weight   : 600;
    line-height   : normal;
    padding-bottom: 24px;
}

#info.info .info-boxs-item-content .text p,
#info.info .info-boxs-item-content .text li {
    color        : #374151;
    font-family  : Inter;
    font-size    : 16px;
    font-style   : normal;
    font-weight  : 400;
    line-height  : normal;
    margin-bottom: 16px;
}

#info.info .info-boxs-item-content .text p a,
#info.info .info-boxs-item-content .text li a {
    color: #3578EA !important;
}

#info.info .info-boxs-item-content .text ul {
    padding-left: 30px;
}

#info.info .info-boxs-item-content .photo {
    width: 100%;
}

#info.info .info-boxs-item-content .photo img {
    max-width    : 100%;
    border-radius: 6px;
}

@media (max-width: 1024px) {
    #info.info .info-boxs-item-content .photo {
        width        : 100%;
        text-align   : center;
        margin-bottom: 24px;
    }

    #info.info .info-boxs-item-content .text .title {
        font-size: 24px;
    }
}



#info.info .info-boxs-item:first-of-type {
    background-color: #fff;
    flex-direction  : row-reverse;
}

#info.info .info-boxs-item:last-of-type {
    background-color: #fff;
    flex-direction  : row-reverse;
}

@media only screen and (max-width: 768px) {
    #info.info .info-boxs-item:first-of-type {
        background-color: #fff;
    }
}

@media (max-width: 768px) {
    #info.info .info-boxs-item:last-of-type {
        border-bottom: none;
    }
}

#info.info .btn {
    width      : 280px;
    padding    : 14px 34px;
    color      : #FFF;
    font-family: Inter !important;
    font-size  : 18px;
    font-style : normal;
    font-weight: 600;
    line-height: 20px;
}

@media (max-width: 1024px) {
    #info.info .btn {
        margin: 0 auto
    }
}

@media (max-width: 768px) {
    #info.info .btn {
        width: 100%;
    }
}

/*#endregion Info End*/
/* Cities Faq  */
#category-faq {
    padding   : 70px 0;
    background: #F6FAFF;
}

@media (max-width: 1024px) {
    #category-faq {
        padding: 50px 0;
    }
}

#category-faq ul {
    list-style: none;
}

#category-faq .section-container {
    display       : flex;
    align-items   : center;
    flex-direction: column;
}

#category-faq .section-container .section-title {
    font-size     : 32px;
    line-height   : 45px;
    font-family   : Poppins !important;
    font-weight   : 700;
    color         : #1C244B;
    text-transform: capitalize;
    margin-bottom : 50px;
    text-align    : center;
}

@media (max-width: 1024px) {
    #category-faq .section-container .section-title {
        font-size  : 24px;
        line-height: 34px;
        text-align : center;
    }
}

@media (max-width: 767.98px) {
    #category-faq .section-container .section-title {
        display: none;
    }
}

#category-faq .section-container .mob-v {
    display: none;
}

@media (max-width: 767.98px) {
    #category-faq .section-container .mob-v {
        display      : block;
        color        : #1c244b;
        font-size    : 24px;
        font-weight  : 600;
        line-height  : normal;
        margin-bottom: 24px;
        text-align   : center;
    }
}

#category-faq .section-container .faq-container {
    width          : 100%;
    display        : flex;
    justify-content: center;
    gap            : 20px;
    padding        : 0;
}

@media (max-width: 1024px) {
    #category-faq .section-container .faq-container {
        width         : 100%;
        max-width     : 625px;
        flex-direction: column;
        gap           : 16px;
    }
}

@media (max-width: 767.98px) {
    #category-faq .section-container .faq-container {
        max-width: 100%;
    }
}

#category-faq .section-container .faq-container .faq-accordian {
    width: 50%;
}

@media (max-width: 1024px) {
    #category-faq .section-container .faq-container .faq-accordian {
        width: 100%;
    }
}

#category-faq .section-container .faq-container .tab-item {
    border-radius  : 4px;
    border         : 1px solid #e8e9ea;
    background     : #fff;
    box-shadow     : 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    margin-bottom  : 16px;
    padding        : 0 16px;
    min-height     : 85px;
    display        : flex;
    flex-direction : column;
    justify-content: center;
    transition     : all 0.3s;
}

#category-faq .section-container .faq-container .tab-item:last-of-type {
    margin-bottom: 0;
}

#category-faq .section-container .faq-container .tab-item .tab-title {
    color      : #172640;
    font-size  : 18px;
    font-style : normal;
    font-weight: 400;
    line-height: 26px;
    position   : relative;
    cursor     : pointer;
    padding    : 16px 40px 16px 0;
}

#category-faq .section-container .faq-container .tab-item .tab-title::before,
#category-faq .section-container .faq-container .tab-item .tab-title::after {
    content      : "";
    position     : absolute;
    width        : 16px;
    height       : 2px;
    border-radius: 2px;
    background   : #000;
    top          : 50%;
    right        : 0;
    transition   : 0.3s;
}

#category-faq .section-container .faq-container .tab-item .tab-title::before {
    transform: translateY(-50%);
}

#category-faq .section-container .faq-container .tab-item .tab-title::after {
    transform: rotate(90deg) translateX(-1px);
}

@media (max-width: 1024px) {
    #category-faq .section-container .faq-container .tab-item .tab-title {
        font-size  : 16px;
        line-height: 26px;
    }

    #category-faq .section-container .faq-container .tab-item .tab-title::before,
    #category-faq .section-container .faq-container .tab-item .tab-title::after {
        right: 0px;
    }
}

@media (max-width: 767.98px) {

    #category-faq .section-container .faq-container .tab-item .tab-title::before,
    #category-faq .section-container .faq-container .tab-item .tab-title::after {
        width: 14px;
    }
}

#category-faq .section-container .faq-container .tab-item .tab-content {
    max-height    : 0;
    overflow      : hidden;
    color         : #4d4f53;
    font-size     : 16px;
    font-style    : normal;
    font-weight   : 400;
    line-height   : 24px;
    transition    : max-height 0.3s;
    transition    : margin 0.3s;
    display       : flex;
    flex-direction: column;
}

#category-faq .section-container .faq-container .tab-item .tab-content a {
    color          : #3578ea;
    text-decoration: underline !important;
}

#category-faq .section-container .faq-container .tab-item .tab-content span {
    font-weight: 600;
}

#category-faq .section-container .faq-container .tab-item.active>.tab-title::after {
    transform: rotate(0deg) translate(0, -50%);
}

#category-faq .section-container .faq-container .tab-item.active>.tab-title {
    border-bottom: 1px solid #f4f5f6;
    font-weight  : 500;
}

@media (max-width: 767.98px) {
    #category-faq .section-container .faq-container .tab-item.active>.tab-title {
        border-bottom: none;
    }
}

#category-faq .section-container .faq-container .tab-item.active {
    max-height: unset;
}

#category-faq .section-container .faq-container .tab-item.active>.tab-content {
    margin: 16px 0;
}

@media (max-width: 767.98px) {
    #category-faq .section-container .faq-container .tab-item.active>.tab-content {
        margin: 8px 0 16px;
    }
}

#category-faq .section-container .section-img {
    width       : 45%;
    padding-left: 50px;
    height      : 400px;
}

@media (max-width: 1024px) {
    #category-faq .section-container .section-img {
        width    : 100%;
        max-width: 100%;
        padding  : 0;
    }
}

@media (max-width: 767.98px) {
    #category-faq .section-container .section-img {
        height: 320px;
    }
}

#category-faq .section-container .section-img img {
    width          : 100%;
    height         : 100%;
    object-fit     : cover;
    object-position: center center;
    border-radius  : 8px;
}

#category-faq b {
    font-weight: 700;
}

#category-design-product {
    padding   : 70px 0;
    background: #fff;
}

@media (max-width: 1024px) {
    #category-design-product {
        padding: 50px 0;
    }
}

@media (max-width: 767.98px) {
    #category-design-product {
        padding-bottom: 30px;
    }
}

#category-design-product .content-wrapper {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    gap            : 38px;
}

@media (max-width: 767.98px) {
    #category-design-product .content-wrapper {
        flex-direction: column-reverse;
    }
}

@media (max-width: 1024px) and (min-width: 767.98px) {

    #category-design-product .content-wrapper .content,
    #category-design-product .content-wrapper .photo {
        width: calc(50% - 28px);
    }
}

@media (min-width: 1025px) {
    #category-design-product .content-wrapper .content {
        width: 50%;
    }
}

#category-design-product .content-wrapper .content .title-wrapper .section-title {
    color         : #1C244B;
    font-family   : Poppins !important;
    font-size     : 32px;
    font-style    : normal;
    font-weight   : 600;
    line-height   : normal;
    text-transform: capitalize;
    margin-bottom : 16px;
}

@media (max-width: 767.98px) {

    #category-design-product .content-wrapper .content .title-wrapper .section-title,
    #category-design-product .content-wrapper .content .title-wrapper .section-subtitle {
        text-align: center;
    }

    #category-design-product .content-wrapper .content .title-wrapper .section-title {
        font-size  : 28px;
        font-weight: 600;
    }
}

#category-design-product .content-wrapper .content .button-wrapper {
    display   : flex;
    gap       : 16px;
    margin-top: 32px;
}

@media (max-width: 767.98px) {
    #category-design-product .content-wrapper .content .button-wrapper {
        flex-direction: column;
        max-width     : 350px;
        margin        : 32px auto 0;
    }
}

#category-design-product .content-wrapper .content .button-wrapper .btn-orng,
#category-design-product .content-wrapper .content .button-wrapper .btn-outline {
    font-size  : 18px;
    font-weight: 600;
    line-height: 20px;
    font-family: Inter !important;
    padding    : 14px 70px;
    text-align : center;
}

@media (max-width: 1024px) and (min-width: 767.98px) {

    #category-design-product .content-wrapper .content .button-wrapper .btn-orng,
    #category-design-product .content-wrapper .content .button-wrapper .btn-outline {
        font-size  : 14px;
        font-weight: 500;
        line-height: 22px;
        padding    : 6px 16px;
    }
}

@media (max-width: 767.98px) {

    #category-design-product .content-wrapper .content .button-wrapper .btn-orng,
    #category-design-product .content-wrapper .content .button-wrapper .btn-outline {
        font-size  : 18px;
        line-height: 30px;
    }
}

#category-design-product .content-wrapper .content .google-reviews {
    margin-top: 8px;
}

@media (max-width: 767.98px) {
    #category-design-product .content-wrapper .content .google-reviews {
        margin-top: 12px;
    }
}

#category-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
    display: flex;
}

@media (max-width: 767.98px) {
    #category-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
        justify-content: center;
    }
}

#category-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    padding: 20px 0;
}

@media (min-width: 768px) {
    #category-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
        flex-wrap: nowrap !important;
    }
}

#category-design-product .content-wrapper .photo {
    border-radius: 4px;
    overflow     : hidden;
}


@media (max-width: 767.98px) {
    #category-design-product .content-wrapper .photo {
        margin-bottom: 32px;
    }
}

#category-design-product .content-wrapper .photo img {
    width     : 100%;
    object-fit: contain;
}

/*#endregion DESIGN PRODUCT CSS END */
/*#region Design-area Start*/
#design-area {
    padding         : 70px 0;
    background-color: #F6FAFF;
}

@media (max-width: 1024px) {
    #design-area {
        padding: 50px 0;
    }
}

#design-area .design-content-boxs {
    background-color: #fff;
    padding         : 20px 23px;
}

@media (max-width: 1024px) {
    #design-area .design-content-boxs {
        padding: 0;
    }
}

#design-area .design-content-boxs-item {
    transition: all 0.3s;
}

#design-area .design-content-boxs-item:first-of-type.active {
    margin-top: 0px !important;
}

#design-area .design-content-boxs-item:last-of-type.active {
    margin-bottom: 0px !important;
}

#design-area .design-content-boxs-item.active .design-content-boxs-item-content {
    /* height: auto;*/
}

#design-area .design-content-boxs-item.active .title {
    color: #3578EA;
}

#design-area .design-content-boxs-item.active .title::before {
    content  : url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%233578EA" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
    transform: translateY(-50%) rotate(180deg);
}

#design-area .design-content-boxs-item-content .description {
    display       : flex;
    flex-direction: column;
    gap           : 10px;
}

#design-area .design-content-boxs-item-content .description .description-item .description-item-title {
    color         : #172640;
    font-family   : Inter;
    font-size     : 14px;
    font-style    : normal;
    font-weight   : 600;
    line-height   : 22.4px;
    padding: 8px 0;
}

#design-area .design-content-boxs-item-content .description .description-item .description-item-text {
    color            : #354156;
    font-family      : Inter;
    font-size        : 14px;
    font-style       : normal;
    font-weight      : 400;
    line-height      : 22.4px;
    /* display       : flex;
    flex-direction   : column;
    gap              : 8px; */
}

#design-area .design-content-boxs-item-content .description .description-item a {
    font-size      : 14px;
    text-decoration: underline
}
#design-area .design-content-boxs-item-content .description .description-item ul{
    padding-left: 17px;
    
}
#design-area .design-content-boxs-item-content .description .description-item ul.with-img-list{
    padding-left: 0px;
}
#design-area .design-content-boxs-item-content .description .description-item ul.with-img-list li{
    display: flex;
    gap: 8px;
    align-items: center;

}
#design-area .design-content-boxs-item-content .description .description-item ul li {
    color         : #354156;
    font-size     : 13px;
    font-style    : normal;
    font-weight   : 400;
    line-height   : 19.6px;
    /* display    : flex;
    align-items   : center;
    gap           : 8px; */
}

/* @media (max-width: 768px) {
    #design-area .design-content-boxs-item-content .description .description-item ul li {
        flex-direction: column;
        justify-content:center;
        align-items:start;
    }
} */

#design-area .design-content-boxs-item {
    padding      : 24px 19px;
    border-bottom: 1px solid #E8E9EA;
}

#design-area .design-content-boxs-item .title {
    color         : #1C244B;
    font-family   : Inter;
    font-size     : 14px;
    font-style    : normal;
    font-weight   : 700;
    line-height   : 22.4px;
    text-transform: capitalize;
    position      : relative;
    cursor        : pointer;
    padding-right : 35px;
}

@media (max-width: 1024px) {
    #design-area .design-content-boxs-item .title {
        font-size  : 16px;
        line-height: 24px;
    }
}

#design-area .design-content-boxs-item .title::before {
    content   : url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%23666666" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
    position  : absolute;
    right     : 0;
    top       : 50%;
    transform : translateY(-50%);
    transition: all 0.3s;
}

#design-area .design-content-boxs-item-content {
    height    : 0;
    overflow  : hidden;
    transition: all 0.3s ease;
}

#design-area .design-content-boxs-item-content .subtitle {
    color      : #354156;
    font-family: Inter;
    font-size  : 14px;
    font-style : normal;
    font-weight: 400;
    line-height: 22.4px;
    margin     : 16px 0;
}

#design-area .design-content-boxs-item-content .cards {
    display  : flex;
    gap      : 16px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
    #design-area .design-content-boxs-item-content .cards {
        gap: 4px;
    }
}

#design-area .design-content-boxs-item-content .cards-item {
    padding         : 12px;
    background-color: #fff;
    border-radius   : 4px;
    border          : 1px solid #E8E9EA;
    width           : calc((100% - 16px * 4) / 5);
}

@media only screen and (max-width: 992px) {
    #design-area .design-content-boxs-item-content .cards-item {
        width  : calc((100% - 4px) / 2);
        padding: 10px;
    }
}

#design-area .design-content-boxs-item-content .cards-item-photo {
    /* height         : 210px; */
    display        : flex;
    align-items    : center;
    justify-content: center;
    border         : 1px solid #E8E9EA;
    border-radius  : 2px;
}

#design-area .design-content-boxs-item-content .cards-item-photo img {
    max-height: 100%;
    max-width : 100%;
    object-fit: contain;
}

#design-area .design-content-boxs-item-content .cards-item-text {
    margin-top: 16px;
    text-align: center;
}

#design-area .design-content-boxs-item-content .cards-item-text-title {
    color      : #354156;
    font-size  : 18px;
    font-style : normal;
    font-weight: 500;
    line-height: 25.2px;
}

#design-area .design-content-boxs-item-content .cards-item-text-desc {
    color      : #354156;
    font-size  : 14px;
    font-style : normal;
    font-weight: 500;
    line-height: 19.6px;
    margin-top : 16px;
}

#design-area .design-content-boxs-item.active {
    background-color: #fff;
}

#design-area .design-content-boxs-item.active .design-content-boxs-item-content {
    height: auto;
}

#design-area .design-content-boxs-item.active .title {
    color: #FF5C35;
}

#design-area .design-content-boxs-item.active .title::before {
    content  : url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%23FF5C35" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
    transform: translateY(-50%) rotate(180deg);
}

#design-area b {
    font-weight: 700 !important;
}

/*#endregion Design-area End */

/*#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  : 16px;
    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 .button-white,
#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 .button-white,
    #design-products .button-wrapper .button-outline {
        font-size  : 16px;
        line-height: 14px;
    }
}

@media (max-width: 767.98px) {

    #design-products .button-wrapper .button-white,
    #design-products .button-wrapper .button-outline {
        padding    : 11px 8px;
        width      : 400px;
        line-height: 20px;
    }
}

#design-products .button-wrapper .button-white {
    background : #FF5C35;
    color      : #fff;
    border     : none;
    font-size  : 18px;
    font-weight: 600;
    font-family: Inter !important;
    line-height: 20px;
    padding    : 14px 80px;
}

@media (hover: hover) and (pointer: fine) {
    #design-products .button-wrapper .button-white:hover {
        background-color: #CA300B;
    }
}

#design-products .button-wrapper .button-outline {
    background-color: transparent;
    color           : #fff;
}

@media (hover: hover) and (pointer: fine) {
    #design-products .button-wrapper .button-outline:hover {
        background: #fff;
        color     : #CA300B;
    }
}

@media (max-width: 767.98px) {
    #design-products .button-wrapper .button-outline {
        font-weight: 500;
    }
}

/*#region Faq2*/
#category-faq-v2 {
    padding         : 70px 0;
    background-color: #f6f9fc
}

@media only screen and (max-width:1024px) {
    #category-faq-v2 {
        padding: 50px 0
    }
}

@media only screen and (max-width:768px) {
    #category-faq-v2 {
        background-color: #f6f9fc
    }
}

#category-faq-v2 .title {
    color         : #1c244b;
    text-align    : start;
    font-family   : Poppins !important;
    font-size     : 30px;
    font-weight   : 600;
    line-height   : 42px;
    text-transform: capitalize;
    margin-bottom : 24px
}

@media only screen and (max-width:1024px) {
    #category-faq-v2 .title {
        text-align: center;
        color     : #213343
    }
}

#category-faq-v2 .faq-box {
    display    : flex;
    gap        : 61px;
    align-items: center
}

@media only screen and (max-width:1024px) {
    #category-faq-v2 .faq-box {
        flex-direction: column-reverse;
        gap           : 50px
    }
}

@media only screen and (max-width:768px) {
    #category-faq-v2 .faq-box {
        gap: 27px
    }
}

#category-faq-v2 .faq-box .photo {
    width   : 50%;
    position: relative;
    z-index : 1;
    padding : 35px 24px
}

@media only screen and (max-width:1024px) {
    #category-faq-v2 .faq-box .photo {
        width  : 100%;
        padding: 35px 112px
    }
}

@media only screen and (max-width:768px) {
    #category-faq-v2 .faq-box .photo {
        padding: 20px 15px
    }
}

#category-faq-v2 .faq-box .photo img {
    width: 100%
}


#category-faq-v2 .faq-box .text {
    width: 50%
}

@media only screen and (max-width:1024px) {
    #category-faq-v2 .faq-box .text {
        width: 100%
    }
}

#category-faq-v2 .faq-box .question {
    display       : flex;
    flex-direction: column;
    gap           : 16px
}

@media only screen and (max-width:768px) {
    #category-faq-v2 .faq-box .question {
        gap: 10px
    }
}

#category-faq-v2 .faq-box .question-item {
    padding         : 19px 40px 19px 16px;
    background-color: #fff;
    border          : 1px solid #e8e9ea;
    position        : relative;
    cursor          : pointer;
    border-radius   : 4px;
    box-shadow      : 0 9px 26px 0 rgba(0, 0, 0, .05)
}

#category-faq-v2 .faq-box .question-item.active {
    background-color: #F6FAFF;
}

#category-faq-v2 .faq-box .question-item.active .question-item-title {
    color: #3578EA;
}

#category-faq-v2 .faq-box .question-item:after,
#category-faq-v2 .faq-box .question-item:before {
    content : url(/uploads/12046237/File/deco/cities/assets/minus.svg);
    position: absolute;
    right   : 16px;
    top     : 19px;
    width   : 24px;
    height  : 24px;
}

#category-faq-v2 .faq-box .question-item:after {
    transition: all .3s;
    transform : rotate(90deg)
}

@media only screen and (max-width:768px) {
    #category-faq-v2 .faq-box .question-item {
        border-radius: 4px;
        border       : 1px solid #e8e9ea;
        background   : #fff;
        box-shadow   : 0 9px 26px 0 rgba(0, 0, 0, .05);
        padding      : 16px 40px 16px 13px
    }

    #category-faq-v2 .faq-box .question-item:after {
        content  : url(/uploads/12046237/File/deco/home/assets/arrow-down.svg);
        top      : 16px;
        right    : 13px;
        transform: rotate(0deg)
    }

    #category-faq-v2 .faq-box .question-item:before {
        content: "";
        top    : 16px;
        right  : 13px
    }
}

#category-faq-v2 .faq-box .question-item-title {
    color      : #1C244B;
    font-family: Inter;
    font-size  : 16px;
    font-style : normal;
    font-weight: 700;
    line-height: 25.6px;
}

@media only screen and (max-width:768px) {
    #category-faq-v2 .faq-box .question-item-title {
        font-size  : 16px;
        line-height: 24px;
        font-weight: 600
    }
}

#category-faq-v2 .faq-box .question-item-desc {
    color      : #1C244B;
    font-family: Inter;
    font-size  : 15px;
    font-style : normal;
    font-weight: 400;
    line-height: 24px;
    max-height : 0;
    overflow   : hidden;
    transition : all .3s;
    padding-top: 0
}

@media only screen and (max-width:768px) {
    #category-faq-v2 .faq-box .question-item-desc {
        font-size: 16px;
        color    : #576675;
    }
}

#category-faq-v2 .faq-box .question-item.active .question-item-desc {
    padding-top: 16px;
    max-height : 100vh
}

#category-faq-v2 .faq-box .question-item.active:after {
    transform: rotate(180deg)
}

@media only screen and (max-width:768px) {
    #category-faq-v2 .faq-box .question-item.active:after {
        transform: rotate(180deg)
    }
}

/*#endregion Faq2*/