/*#region Review Delivery Start*/
.section-subtitle-delivery {
    text-align : center;
    color      : #1C244B;
    font-family: Inter;
    font-size  : 17px;
    font-style : normal;
    font-weight: 500;
    line-height: normal;
}

.section-subtitle-delivery span {
    color      : #FD6020;
    font-weight: 600;

}

.section-container {
    max-width: 1440px;
    margin   : 0 auto;
    padding  : 0 64px !important;

    @media (max-width: 1280px) {
        padding: 0 24px !important;
    }

    @media (max-width: 1024px) {
        padding: 0 16px !important;
    }
}

#review-delivery {
    padding         : 20px 0;
    background-color: #F3F8FF;
}

@media (max-width: 768px) {
    #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: #F3F8FF;
    padding         : 50px 0;
}

@media (max-width: 768px) {
    #review-delivery #review {
        padding         : 12px 0;
        background-color: transparent;
    }
}


#review-delivery #review .title {
    color         : #1C244B;
    font-family   : Geologica;
    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 {
    color        : #172640;
    text-align   : center;
    font-family  : Inter;
    font-size    : 16px;
    font-style   : normal;
    font-weight  : 400;
    line-height  : 22.4px;
    margin-bottom: 30px;
    display      : block;
}

@media (max-width: 768px) {
    #review-delivery #review .subtitle {
        display: none;
    }
}

#review-delivery #review .ti-header {
    display: none;
}

#review-delivery #review .btn {
    width      : 280px;
    font-size  : 20px;
    font-style : normal;
    font-weight: 600;
    line-height: 30px;
    margin     : 40px auto 0;
    padding    : 11px;
}

#review-delivery #review .ti-widget[data-set-id='light-background'] .ti-review-item>.ti-inner {
    background-color: white !important;
    border          : 1px solid #E8E9EA !important;
}

@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         : 40px 0;
    background-color: #fff;
}

@media (max-width: 768px) {
    #review-delivery #delivery {
        background-color: transparent;
        padding         : 12px 0;
    }
}


#review-delivery #delivery .title {
    color         : #1C244B;
    font-family   : Geologica;
    font-size     : 32px;
    font-style    : normal;
    font-weight   : 600;
    line-height   : normal;
    text-transform: capitalize;
    text-align    : center;
}

@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         : #1C244B;
        font-family   : Geologica;
        font-size     : 24px;
        font-style    : normal;
        font-weight   : 700;
        line-height   : normal;
        text-transform: capitalize;
        text-align    : center;
        margin-bottom : 24px;
    }
}

@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 .subtitle {
    color      : #172640;
    text-align : center;
    font-family: Inter;
    font-size  : 16px;
    font-style : normal;
    font-weight: 400;
    line-height: 22.4px;
    margin     : 12px 0 36px;
}

@media (max-width: 1024px) {
    #review-delivery #delivery .subtitle {
        display: none;
    }
}

#review-delivery #delivery .delivery-boxs {
    display        : flex;
    justify-content: space-between;
    flex-wrap      : wrap;
    gap            : 24px;
}

#review-delivery #delivery .delivery-boxs-item {
    width        : calc((100% - (2 * 90px)) / 3);
    border-radius: 8px;
    border       : 1px solid #E8E9EA;
    background   : #FFF;
    box-shadow   : 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    display      : flex;
    gap          : 24px;
    padding      : 24px;
}

@media (max-width: 1280px) {
    #review-delivery #delivery .delivery-boxs-item {
        width: calc((100% - (2 * 30px)) / 3);
    }
}

@media (max-width: 1024px) {
    #review-delivery #delivery .delivery-boxs-item {
        width: 100%;
    }
}

#review-delivery #delivery .delivery-boxs-item .photo {
    width           : 50px;
    height          : 50px;
    display         : flex;
    align-items     : center;
    justify-content : center;
    border-radius   : 50%;
    background-color: #D4E2FF;
}

#review-delivery #delivery .delivery-boxs-item .text-title {
    font-size    : 18px;
    font-style   : normal;
    font-weight  : 600;
    line-height  : 20px;
    margin-bottom: 10px;
}

#review-delivery #delivery .delivery-boxs-item .text .detail {
    color      : #354156;
    font-size  : 16px;
    font-style : normal;
    font-weight: 500;
    line-height: 20px;
}

#review-delivery #delivery .delivery-boxs-item .text .detail span,
#review-delivery #delivery .delivery-boxs-item .text .detail a {
    color          : #3578EA;
    text-decoration: none;
}

#review-delivery #delivery .delivery-boxs-item .text .detail span::before {
    content: '\200B  ';
}

#review-delivery #delivery .delivery-boxs-item:nth-child(1) .text-title {
    color: #20C84F;
}

@media (max-width: 1024px) {
    #review-delivery #delivery .delivery-boxs-item:nth-child(1) .text-title {
        color: #172640;
    }
}

#review-delivery #delivery .delivery-boxs-item:nth-child(2) .text-title {
    color: #FD6020;
}

@media (max-width: 1024px) {
    #review-delivery #delivery .delivery-boxs-item:nth-child(2) .text-title {
        color: #172640;
    }
}

#review-delivery #delivery .delivery-boxs-item:nth-child(3) .text-title {
    color: #FF2C5C;
}

@media (max-width: 1024px) {
    #review-delivery #delivery .delivery-boxs-item:nth-child(3) .text-title {
        color: #172640;
    }
}

@media (max-width: 768px) {
    #review-delivery #delivery .delivery-boxs {
        max-height: 0;
        overflow  : hidden;
        transition: all 0.3s ease;
        padding   : 0;
    }
}

/*#endregion Review Delivery End*/

/*#region  Info Start*/


@media (max-width: 768px) {
    #info.info .info-boxs {
        padding: 50px 0;
    }
}

#info.info .info-boxs-item {
    padding: 60px 0;
}

#info.info .info-boxs-item-content {
    display        : flex;
    justify-content: space-between;
    flex-wrap      : wrap;
    align-items    : center;
}

#info.info .info-boxs-item-content .text {
    width: 50%;
}

@media (max-width: 1024px) {
    #info.info .info-boxs-item-content .text {
        width: 100%;
    }
}

#info.info .info-boxs-item-content .text .title {
    color         : #1C244B;
    font-family   : Geologica;
    font-size     : 28px;
    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: calc(100% / 12 * 5);
}

#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%;
    }
}

@media (max-width: 768px) {
    #info.info .info-boxs-item-content .photo {
        display: none;
    }
}

@media (max-width: 768px) {
    #info.info .info-boxs-item {
        padding      : 0;
        border-bottom: 1px solid #F4F5F6;
    }

    #info.info .info-boxs-item-content .text .title {
        padding-right: 50px;
        position     : relative;
        font-size    : 18px;
        cursor       : pointer;
        padding-top  : 16px;
    }

    #info.info .info-boxs-item-content .text .title::after {
        position  : absolute;
        right     : 0;
        top       : 16px;
        transition: all 0.3s ease;
        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>');
    }

    #info.info .info-boxs-item-content .text .desc {
        height    : 0px;
        overflow  : hidden;
        transition: all 0.3s ease;
    }
}

@media (max-width: 768px) {
    #info.info .info-boxs-item.active {
        padding: 0;
    }

    #info.info .info-boxs-item.active .info-boxs-item-content .text .title {
        color: #3578EA;
    }

    #info.info .info-boxs-item.active .info-boxs-item-content .text .title::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="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: rotate(180deg);
    }

    #info.info .info-boxs-item.active .info-boxs-item-content .text .desc {
        height: auto;
    }
}

#info.info .info-boxs-item:first-of-type {
    background-color: #F3F8FF;
    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;
    }
}

/*#endregion Info End*/

/*#region Design-area Start*/
#design-area {
    padding: 70px 0;
}

@media (max-width: 1024px) {
    #design-area {
        padding: 50px 0;
    }
}


#design-area .design-content-boxs-item {
    padding      : 16px;
    border-bottom: 1px solid #E8E9EA;
}

#design-area .design-content-boxs-item .title {
    color         : #1C244B;
    font-family   : Inter;
    font-size     : 20px;
    font-style    : normal;
    font-weight   : 500;
    line-height   : 29.6px;
    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: 19.6px;
    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         : 20px;
    background-color: #fff;
    border-radius   : 4px;
    border          : 1px solid #E8E9EA;
    width           : calc((100% - 16px * 3) / 4);
}

@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: #F3F8FF;
    border-radius   : 8px;
    border          : 1px solid #F4F5F6;
}

#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);
}

/*#endregion Design-area End */

/*#region Order Start*/
#order {
    background: #141A39;
    padding   : 38px 0;
}

@media (max-width: 1024px) {
    #order {
        padding: 60px 0;
    }
}

@media (max-width: 767.98px) {
    #order {
        padding: 40px 0;
    }
}

#order .title {
    font-size    : 44px;
    font-weight  : 600;
    line-height  : 65.12px;
    margin-bottom: 4px;
    color        : #fff;
    text-align   : center;
}

@media (max-width: 1024px) {
    #order .title {
        font-size  : 24px;
        line-height: 35px;
    }
}

#order .sub-title {
    color        : #FFF;
    text-align   : center;
    font-family  : Inter;
    font-size    : 16px;
    font-style   : normal;
    font-weight  : 400;
    line-height  : 23.2px;
    margin       : 0 auto;
    margin-bottom: 40px;
    max-width    : 855px;
}

#order .button-wrapper {
    display        : flex;
    align-items    : center;
    justify-content: center;
    gap            : 16px;
    flex-wrap      : wrap;
}

@media (max-width: 767.98px) {
    #order .button-wrapper {
        max-width: 400px;
        margin   : 0 auto;
    }
}

.button-orng {
    width: 275px;
}

.button-orng-otl-white {
    width: 200px;
}

@media only screen and (max-width: 1024px) {
    .button-orng {
        width: 225px;
    }

    .button-orng-otl-white {
        width: 225px;
    }
}

@media only screen and (max-width: 768px) {
    .button-orng {
        width: 100%;
    }

    .button-orng-otl-white {
        width: 100%;
    }
}

.button-orng {
    border-radius  : 28px;
    background     : #FF5C35;
    display        : flex;
    padding        : 14px;
    justify-content: center;
    align-items    : center;
    color          : #FFF;
    text-align     : center;
    font-size      : 20px;
    font-style     : normal;
    font-weight    : 600;
    line-height    : normal;
    border         : 1px solid #FF5C35;
    transition     : all 0.3s ease;
    text-decoration: none !important;

}

.button-orng:hover {
    border         : 1px solid #DC320A;
    background     : #DC320A;
    color          : #FFF;
    text-decoration: none !important;
    box-shadow     : inset 0px 4px 4px #FF5C35, inset 0px -2px 4px rgba(0, 0, 0, 0.25);
}

.button-orng-otl-white {
    padding         : 14px;
    border-radius   : 28px;
    border          : 1px solid #F5F9FD;
    color           : #FFF;
    text-align      : center;
    font-size       : 20px;
    font-style      : normal;
    font-weight     : 600;
    line-height     : normal;
    transition      : all 0.3s ease;
    text-decoration : none !important;
    background-color: transparent;

}

.button-orng-otl-white:hover {
    border          : 1px solid #FF5C35;
    background-color: #FF5C35;
    color           : #fff;
    text-decoration : none !important;
}

/*#endregion Order End*/

/*#region Faq Start*/
#faq.faq {
    padding   : 70px 0;
    background: #F3F8FF;
}

@media (max-width: 1024px) {
    #faq.faq {
        padding: 50px 0;
    }
}

#faq.faq ul {
    list-style: none;
}

#faq.faq .section-wrapper {
    max-width: 1440px;
    padding  : 0 64px;
    margin   : 0 auto;
}

@media (max-width: 1280px) {
    #faq.faq .section-wrapper {
        padding: 0 24px;
    }
}

@media (max-width: 1024px) {
    #faq.faq .section-wrapper {
        padding: 0 16px;
    }
}

#faq.faq .section-wrapper .faq-container {
    width : 80%;
    margin: 0 auto;
}

@media (max-width: 1280px) {
    #faq.faq .section-wrapper .faq-container {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    #faq.faq .section-wrapper .faq-container {
        padding    : 0;
        padding-top: 32px;
        max-width  : 625px;
    }
}

@media (min-width: 0) {
    #faq.faq .section-wrapper .faq-container {
        padding-top: 24px;
        max-width  : 100%;
    }
}

#faq.faq .section-wrapper .faq-container .section-title {
    font-size    : 36px;
    margin-bottom: 24px;
    text-align   : center;
    width        : 72%;
    font-family  : "Geologica", sans-serif !important;
    margin       : 0 auto 30px;
    line-height  : normal;
}

@media (max-width: 1024px) {
    #faq.faq .section-wrapper .faq-container .section-title {
        font-size  : 24px;
        line-height: 34px;
    }
}

@media (min-width: 0) {
    #faq.faq .section-wrapper .faq-container .section-title {
        display: none;
    }
}

#faq.faq .section-wrapper .faq-container .mob-v {
    display: none;
}

@media (min-width: 0) {
    #faq.faq .section-wrapper .faq-container .mob-v {
        display    : block;
        color      : #1c244b;
        font-family: "Geologica", sans-serif !important;
        font-size  : 28px;
        font-weight: 600;
        line-height: normal;
        text-align : center;
    }
}

#faq.faq .section-wrapper .faq-container .section-subtitle {
    display: none;
}

@media (min-width: 0) {
    #faq.faq .section-wrapper .faq-container .section-subtitle {
        display      : block;
        color        : #213343;
        text-align   : center;
        font-size    : 16px;
        font-weight  : 400;
        line-height  : 24px;
        margin-top   : 14px;
        margin-bottom: 24px;
    }
}

#faq.faq .section-wrapper .faq-container .tab-item {
    border-radius: 4px;
    border-bottom: 1px solid #E8E9EA;
    padding      : 16px 0;
}

#faq.faq .section-wrapper .faq-container .tab-item:last-of-type {
    margin-bottom : 0;
    border-bottom : 0px;
    padding-bottom: 0px;
}

#faq.faq .section-wrapper .faq-container .tab-item:first-of-type {
    padding-top: 0px;
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-title {
    color       : #353535;
    font-size   : 16px;
    font-style  : normal;
    font-weight : 500;
    line-height : 24px;
    position    : relative;
    cursor      : pointer;
    padding-left: 33px;
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-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="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    position  : absolute;
    top       : 0;
    left      : 0;
    transition: 0.3s;
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-title::after {
    content         : '';
    position        : absolute;
    top             : 7px;
    left            : 11px;
    height          : 10px;
    width           : 1.5px;
    transform-origin: center;
    background-color: #666666be;
    border-radius   : 2px;
    transition      : all 0.3s;
    transform       : rotate(0deg);
}

@media (max-width: 1024px) {
    #faq.faq .section-wrapper .faq-container .tab-item .tab-title {
        font-size  : 16px;
        line-height: 26px;
    }

    #faq.faq .section-wrapper .faq-container .tab-item .tab-title::before,
    #faq.faq .section-wrapper .faq-container .tab-item .tab-title::after {
        right: 0px;
    }
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-content {
    max-height  : 0;
    overflow    : hidden;
    color       : #475467;
    font-size   : 16px;
    font-style  : normal;
    font-weight : 400;
    line-height : 24px;
    transition  : margin 0.3s;
    padding-left: 33px;
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-content a {
    color          : #3578ea;
    text-decoration: underline !important;
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-content ul {
    list-style-type: decimal;
    padding-left   : 30px;
    margin         : 16px 0;
    display        : flex;
    flex-direction : column;
    gap            : 6px;
}

#faq.faq .section-wrapper .faq-container .tab-item .tab-content ul ul {
    list-style-type: circle;
}

#faq.faq .section-wrapper .faq-container .tab-item.active>.tab-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="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

#faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title::after {
    transform       : rotate(90deg);
    background-color: #3578ea;
}

#faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title {
    font-weight: 500;
}

@media (min-width: 0) {
    #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title {
        border-bottom: none;
    }
}

#faq.faq .section-wrapper .faq-container .tab-item.active {
    max-height: unset;
}

#faq.faq .section-wrapper .faq-container .tab-item.active>.tab-content {
    margin-top: 16px;
}

@media (max-width: 0) {
    #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-content {
        margin: 8px 0 16px;
    }
}

#faq.faq .section-wrapper .section-img {
    width       : 45%;
    padding-left: 50px;
    height      : 400px;
}

@media (max-width: 1024px) {
    #faq.faq .section-wrapper .section-img {
        width    : 100%;
        max-width: 100%;
        padding  : 0;
    }
}

@media (min-width: 0) {
    #faq.faq .section-wrapper .section-img {
        height: 320px;
    }
}

#faq.faq .section-wrapper .section-img img {
    width          : 100%;
    height         : 100%;
    object-fit     : cover;
    object-position: center center;
    border-radius  : 8px;
}

#faq.faq .order {
    display      : flex;
    width        : 100%;
    border-bottom: 5px solid #E8E9EA;
    position     : relative;
}

@media only screen and (min-width: 0) {
    #faq.faq .order {
        display: none;
    }
}

#faq.faq .order::before {
    content         : '';
    height          : 5px;
    width           : calc(100% / 3);
    background-color: #3578EA;
    position        : absolute;
    bottom          : -5px;
    left            : var(--before-left, 0);
    transition      : left 0.3s ease;
}

#faq.faq .order-type {
    width          : calc(100% / 3);
    padding        : 15px 0;
    color          : #7E899B;
    font-family    : Inter;
    font-size      : 17px;
    font-weight    : 500;
    display        : flex;
    justify-content: center;
    gap            : 11px;
    cursor         : pointer;
    transition     : all 0.8s ease;
}

#faq.faq .order-type.active {
    color: #003CA3;
}

#faq.faq .order-type.active svg {
    fill: #3578EA;
}

#faq.faq .order-type.active svg path {
    fill: #3578EA;
}

#faq.faq .faq {
    padding         : 16px;
    background-color: #F6F9FC;
    border-radius   : 4px;
    overflow        : hidden;
}

@media only screen and (max-width: 992px) {
    #faq.faq .faq {
        background-color: transparent;
        padding         : 0;
    }
}

#faq.faq .faq-accordian {
    opacity         : 0;
    height          : 0;
    overflow        : hidden;
    transition      : opacity 0.8s ease;
    background-color: #fff;
    cursor          : pointer;
}

@media only screen and (min-width: 0) {
    #faq.faq .faq-accordian {
        opacity      : 1;
        height       : auto;
        margin-bottom: 16px;
        border-radius: 4px;
        border       : 1px solid #E1E1E1;
        padding      : 16px 16px 0 16px;
    }

    #faq.faq .faq-accordian-text {
        border-radius: 4px;
        border       : 0.5px solid #E8E9EA;
        background   : #FFF;
        opacity      : 0;
        max-height   : 0;
        overflow     : hidden;
        transition   : opacity 0.3s ease, max-height 0.1s ease;
        margin-top   : 16px;
    }

    #faq.faq .faq-accordian ul {
        padding: 20px 16px;
    }
}

#faq.faq .faq-accordian .order-mob-item {
    display        : flex;
    justify-content: flex-start;
    gap            : 12px;
    align-items    : center;
    position       : relative;
}

#faq.faq .faq-accordian .order-mob-item p {
    color      : #213343;
    font-size  : 18px;
    font-weight: 500;
}

#faq.faq .faq-accordian .order-mob-item::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="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    position  : absolute;
    top       : 50%;
    right     : 0;
    transition: 0.3s;
    transform : translateY(-50%);
    width     : 24px;
    height    : 24px;
}

#faq.faq .faq-accordian .order-mob-item::after {
    content         : '';
    position        : absolute;
    top             : 50%;
    right           : 11px;
    height          : 11px;
    width           : 2px;
    transform-origin: center;
    background-color: #666666cb;
    border-radius   : 2px;
    transition      : all 0.3s;
    transform       : rotate(0deg) translate(0, -50%);
}

@media only screen and (max-width: none) {
    #faq.faq .faq-accordian .order-mob-item {
        display: none;
    }
}

#faq.faq .faq-accordian.active {
    opacity: 1;
    height : auto;
    padding: 20px;
}

@media only screen and (min-width: 0) {
    #faq.faq .faq-accordian.active {
        padding   : 16px;
        background: #F6F9FC;
        border    : 1px solid #3578EA;
    }

    #faq.faq .faq-accordian.active .order-mob-item {
        margin-bottom: 16px;
    }

    #faq.faq .faq-accordian.active .order-mob-item p {
        color: #3578EA;
    }

    #faq.faq .faq-accordian.active .order-mob-item::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="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }

    #faq.faq .faq-accordian.active .order-mob-item::after {
        transform       : translate(0, -50%) rotate(90deg);
        background-color: #3578ea;
    }

    #faq.faq .faq-accordian.active .faq-accordian-text {
        max-height: 100vh;
        opacity   : 1;
    }
}

/*#endregion Faq End */