.banner-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-banner .banner-wrapper .banner-text {
    width: 39.5%;
    margin-top: 1.333vw;
}

.product-banner .banner-wrapper .banner-image {
    width: 46%;
}

.product-banner .banner-wrapper .banner-image img {
    border-radius: 14px;
    display: block;
}

.product-banner {
    background: #F5F5F7;
    padding: 3.378vw 0 8.533vw 0;
}

.product-banner .banner-wrapper .banner-text h6 {
    font-size: 1.867vw;
    line-height: 2.222vw;
    margin-bottom: 3.644vw;
    color: #8155A1;
    font-family: 'Circular Std';
    text-transform: uppercase;
}

.product-banner .banner-wrapper .banner-text h1 {
    font-size: 6.667vw;
    line-height: 1;
    font-family: 'Acumin Pro';
    color: #8155A1;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0.889vw;
}

.product-banner .banner-wrapper .banner-text p {
    color: #8155A1;
    font-size: 1.867vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.8vw;
    /* 63px */
}

.product-banner .banner-wrapper .banner-text .btn {
    margin-top: 3.911vw;
}

.product-banner .product-info-wrapper {
    margin-top: 7.556vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-banner .product-info-wrapper .text-block p {
    font-size: 1.422vw;
    line-height: 2.489vw;
    font-weight: 300;
}

.product-banner .product-info-wrapper .text-block,
.product-banner .product-info-wrapper .list-box {
    width: 46%;
}

.product-banner .product-info-wrapper .list-box ul li {
    background-image: url('../images/list-check-icon.svg');
    background-repeat: no-repeat;
    background-size: 2.044vw;
    padding-left: 3.111vw;
    font-size: 1.422vw;
    line-height: 2.489vw;
    font-weight: 600;
}

.product-banner .product-info-wrapper .list-box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.product-banner .product-info-wrapper .list-box ul li a {
    color: #33D8E5;
    text-decoration: underline;
}

.product-banner .product-info-wrapper .list-box ul li:not(:last-child) {
    margin-bottom: 2vw;
}

.product-banner .product-info-wrapper .list-box ul li a:hover {
    text-decoration: none;
}

.product-banner .banner-image .btn {
    display: none;
}

.breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    width: 100%;
    justify-content: flex-end;
}

.breadcrumb-sec {
    margin-bottom: 68px;
}

.breadcrumb li:hover a {
    color: #8155A1;
}

.breadcrumb li {
    position: relative;
    text-transform: uppercase;
    padding: 0.222vw 1vw;
    font-size: 1.2vw;
    font-weight: 500;
    color: #8155A1;
}

.breadcrumb li:first-child {
    padding-left: 0
}

.breadcrumb li:not(:first-child):before {
    content: ">";
    display: block;
    position: absolute;
    left: -0.3vw;
    font-size: 1.2vw;
    color: #33D8E5;
    top: 0.356vw;
    line-height: 1.8vw;
}

.breadcrumb .breadcrumb-item a {
    color: #33D8E5;
    display: inline-block;
}

.product-info-wrapper .faqs-wrapper .faq-item {
    margin-top: 2vw;
}

.product-info-wrapper .faqs-wrapper .title-block {
    display: flex;
    /*     align-items: center; */
    cursor: pointer;
}

.product-info-wrapper .faqs-wrapper .title-block h3 {
    font-size: 1.422vw;
    line-height: 2.489vw;
    font-weight: 600;
    color: #33D8E5;
    padding-left: 1.111vw;
}

.product-info-wrapper .faqs-wrapper .answer-block ul {
    list-style-type: square;
    margin-left: 4.889vw;
    margin-top: 2.222vw;
}

.product-info-wrapper .faqs-wrapper .answer-block ul li {
    background-image: none;
    padding: 0;
    margin-bottom: 1.111vw !important;
}

.product-info-wrapper .faqs-wrapper .title-block .icon {
    width: 2.044vw;
    height: 2.044vw;
    min-width: 2.044vw;
    min-height: 2.044vw;
    background-color: #33D8E5;
    border-radius: 50%;
    position: relative;
    margin-top: 0.044vw;
}

.product-info-wrapper .faqs-wrapper .title-block .icon:before,
.product-info-wrapper .faqs-wrapper .title-block .icon:after {
    content: "";
    position: absolute;
    transition: all 0.2s ease;
    background-color: #fff;
    left: 50.5%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-info-wrapper .faqs-wrapper .title-block .icon:before {
    width: 0.933vw;
    height: 0.133vw;
    min-width: 0.933vw;
    min-height: 0.133vw;
}

.product-info-wrapper .faqs-wrapper .title-block .icon:after {
    width: 0.133vw;
    height: 0.933vw;
    min-width: 0.133vw;
    min-height: 0.933vw;
}

.product-info-wrapper .faqs-wrapper .answer-block {
    height: 0;
    transition: all 0.2s ease;
    overflow: hidden;
}

.product-info-wrapper .faqs-wrapper .faq-item.active .title-block .icon:after {
    display: none;
}

@media only screen and (max-width:1199px) {
    .breadcrumb-sec {
        margin-bottom: 30px;
    }

    .breadcrumb li {
        font-size: 16px;
        line-height: 24px;
        padding: 2px 12px;
    }

    .breadcrumb li:not(:first-child):before {
        font-size: 16px;
        line-height: 24px;
        left: -4px;
        top: 1px;
    }
}

@media only screen and (max-width:767px) {
    .breadcrumb-sec {
        display: none;
    }

    .product-banner .banner-wrapper .banner-text {
        width: 100%;
        text-align: center;
        margin-bottom: 27px;
    }

    .product-banner .banner-wrapper .banner-image {
        width: 100%;
        text-align: center;
    }

    .product-banner .product-info-wrapper .text-block,
    .product-banner .product-info-wrapper .list-box {
        width: 100%;
    }

    .product-banner {
        padding: 40px 28px 100px 28px;
    }

    .product-banner .container {
        padding: 0;
    }

    .product-banner .banner-wrapper .banner-text h6 {
        color: #8155A1;
        font-size: 20px;
        font-weight: 450;
        line-height: 50px;
    }

    .product-banner .banner-wrapper .banner-text h1 {
        color: #8155A1;
        font-size: 60px;
        line-height: 1;
        font-weight: 300;
    }

    .product-banner .banner-wrapper .banner-text p {
        color: #8155A1;
        font-size: 20px;
        line-height: 30px;
    }

    .product-banner .banner-wrapper .banner-text .btn {
        display: none;
    }

    .product-banner .banner-wrapper .banner-image .btn {
        display: inline-block;
        margin-top: 40px;
    }

    .product-banner .product-info-wrapper .text-block p,
    .product-banner .product-info-wrapper .list-box ul li,
    .product-info-wrapper .faqs-wrapper .title-block h3 {
        color: #454B4C;
        font-size: 19px;
        font-weight: 300;
        line-height: 28.5px;
        /* 28.5px */
    }

    .product-banner .product-info-wrapper .text-block {
        margin-bottom: 75px;
    }

    .product-banner .product-info-wrapper .list-box ul li {
        padding-left: 35px;
    }

    .product-banner .product-info-wrapper .list-box ul li {
        font-weight: 600;
        background-size: 25px;
    }

    .product-banner .product-info-wrapper .list-box ul li:not(:last-child) {
        margin-bottom: 30px;
    }

    .product-info-wrapper .faqs-wrapper .title-block .icon {
        width: 25px;
        height: 25px;
        min-width: 25px;
        min-height: 25px;
        margin-top: -1px;
    }

    .product-info-wrapper .faqs-wrapper .title-block .icon:before {
        width: 12px;
        height: 2px;
    }

    .product-info-wrapper .faqs-wrapper .title-block .icon:after {
        width: 2px;
        height: 12px;
    }

    .product-info-wrapper .faqs-wrapper .title-block h3 {
        padding-left: 10px;
        font-weight: 600;
        color: #33D8E5;
    }

    .product-info-wrapper .faqs-wrapper .answer-block ul {
        margin-left: 60px;
        margin-top: 10px;
    }

    .product-info-wrapper .faqs-wrapper .answer-block ul li {
        padding: 0;
    }

    .product-info-wrapper .faqs-wrapper .faq-item {
        margin-top: 30px;
    }
}