.feature-card12-text,
.home-about-us,
.home-features,
.home-hero,
.home-import,
.home-integrations {
    font-family: system-ui
}

.bg,
.home-container06 {
    background-size: cover
}

.bg,
.gallery a img {
    transform: scale(1, 1)
}

.feature-card12-feature-card {
    width: 80%;
    display: flex;
    padding: 0;
    box-shadow: 5px 5px 10px 0 rgba(18, 18, 18, .1);
    transition: .3s;
    align-items: flex-start;
    border: 3px solid rgba(0, 0, 0, .2);
    border-radius: 15px;
    flex-direction: column;
    justify-content: flex-start
}

.feature-card1-feature-card:hover,
.feature-card12-feature-card:hover {
    transform: scale(1.02)
}

.feature-card12-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-color: rgba(0, 0, 0, .2);
    border: 3px solid #00000033;
    border-radius: var(--dl-radius-radius-radius4);
    border-width: 0 0 3px;
    border-radius: 12px 12px 0 0
}

.feature-card12-text {
    font-size: 26px;
    margin: 25px 25px 10px
}

.feature-card12-root-class-name1,
.feature-card12-root-class-name12,
.feature-card12-text1 {
    margin-left: 25px;
    margin-right: 25px
}

.feature-card12-text1 {
    color: #555;
    font-size: 18px;
    margin-bottom: 30px
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    gap: 20px
}

.image-popup,
.new_landing.purchase_area .edd-sl-upgrade-link {
    display: none
}

.gallery-item {
    position: relative;
    width: 31%;
    height: 250px;
    overflow: hidden;
    border: 3px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    box-shadow: 5px 5px 10px 0 rgba(18, 18, 18, .2)
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery-image {
    cursor: pointer;
    transition: transform .3s ease-in-out
}

.gallery-image:hover {
    transform: scale(1.1)
}

.bg:hover,
.gallery a img:hover {
    transform: scale(1.1, 1.1)
}

.image-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, .8)
}

.close,
.next,
.prev {
    position: absolute;
    color: #fff;
    cursor: pointer
}

.popup-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.popup-image {
    max-width: 90%;
    max-height: 90%
}

.close {
    top: 10%;
    right: 50px;
    font-size: 40px;
    font-weight: 700
}

.next,
.prev {
    top: 50%;
    font-size: 48px
}

.prev {
    left: 10px
}

.next {
    right: 10px
}

.feature-card12-root-class-name9 {
    margin-left: 50px;
    margin-right: 50px
}

@media(max-width:991px) {

    .feature-card12-root-class-name,
    .feature-card12-root-class-name11,
    .feature-card12-root-class-name13,
    .feature-card12-root-class-name2,
    .home-container06 {
        width: 100%
    }

    .feature-card12-root-class-name1,
    .feature-card12-root-class-name12 {
        width: 100%;
        margin: 15px 0
    }

    .home-container04,
    .home-container05 {
        display: block !important
    }

    .tmls .tmls_container.tmls_grid .tmls_row {
        display: flex;
        flex-direction: column
    }

    .tmls .tmls_container.tmls_grid .tmls_row .tmls_column {
        width: 100% !important;
        margin-top: 10px;
        margin-bottom: 20px
    }
}

.feature-card21-feature-card {
    width: 100%;
    display: flex;
    padding: var(--dl-space-space-unit);
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start
}

.feature-card21-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start
}

.feature-card21-container1 {
    width: 100px;
    display: flex;
    padding: 7px 5px;
    align-items: center;
    border-radius: 10px;
    flex-direction: row;
    justify-content: center;
    background-color: #d9f0ff
}

.feature-card21-icon {
    width: 100%;
    height: 100%
}

.feature-card21-container2 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-left: 15px;
    flex-direction: column;
    justify-content: flex-start
}

.feature-card21-text {
    color: #fff;
    width: 100%;
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    margin: 10px 0
}

.feature-card21-text1 {
    color: #dcdcdc;
    width: 100%;
    font-size: 15px
}

.gallery-card3-text,
.gallery-card3-text1 {
    color: var(--dl-color-gray-white);
    text-align: center
}

.feature-card21-root-class-name12,
.feature-card21-root-class-name14 {
    width: 33.33%
}

.gallery-card3-gallery-card {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

.gallery-card3-image {
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    object-fit: cover
}

.gallery-card3-container {
    width: 100%;
    height: 400px;
    display: flex;
    opacity: 0;
    padding: var(--dl-space-space-twounits);
    z-index: 1;
    transition: .3s;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .9))
}

.gallery-card3-container:hover {
    opacity: 1
}

.new_landing.purchase_area .edd_price_options input[type=radio],
.tabs__item .tabs__tooltip {
    position: absolute;
    opacity: 0
}

.gallery-card3-text {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: var(--dl-space-space-oneandhalfunits)
}

.gallery-card3-root-class-name10,
.gallery-card3-root-class-name11,
.gallery-card3-root-class-name12,
.gallery-card3-root-class-name13,
.gallery-card3-root-class-name14,
.gallery-card3-root-class-name15,
.gallery-card3-root-class-name8,
.gallery-card3-root-class-name9 {
    width: 100px;
    height: 100px
}

.feature-card1-feature-card {
    width: auto;
    display: flex;
    max-width: var(--dl-size-size-maxwidth);
    transition: .3s;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between
}

.feature-card1-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: var(--dl-radius-radius-radius4)
}

.home-container {
    width: 100%;
    /*display: flex;*/
    overflow: auto;
    min-height: 100vh;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #fff
}

.home-container02,
.home-hero {
    align-items: center;
    display: flex
}

.home-hero {
    width: 80%;
    min-height: 100%;
    padding: 50px 0;
    flex-direction: row;
    justify-content: space-between
}

.home-container01 {
    display: flex;
    margin-right: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    flex-direction: column
}

.home-container02 {
    flex-direction: row
}

.home-image {
    width: 35px;
    object-fit: cover
}

.home-text {
    color: #000;
    font-size: 22px;
    align-self: center;
    padding-left: 15px;
    margin-top: 20px
}

.home-button,
.home-text03 {
    align-self: flex-start;
    font-weight: 600
}

.home-text01 {
    font-size: 3rem;
    max-width: 450px;
    padding-top: 15px
}

.home-text02 {
    color: #555;
    margin-bottom: 25px;
    font-size: 18px
}

.home-text03,
.home-text04 {
    margin-bottom: var(--dl-space-space-unit)
}

.home-button {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    transition: .3s;
    padding-top: var(--dl-space-space-unit);
    border-width: 0;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-unit);
    background-color: #3498db
}

.home-image1 {
    width: 450px;
    object-fit: cover
}

.home-about-us {
    width: 80%;
    display: flex;
    align-items: center;
    padding: 50PX 0;
    justify-content: space-between
}

.home-image2 {
    width: auto;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 15px
}

.home-container03 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-left: 50px;
    margin-right: 0;
    flex-direction: column;
    justify-content: space-between
}

.home-text03 {
    text-align: left
}

.home-text04 {
    color: #555;
    text-align: left;
    margin-right: 0;
    font-size: 18px
}

.home-import {
    width: 80%;
    display: flex;
    padding: 80px 0;
    flex-direction: column
}

.home-text08 {
    align-self: stretch;
    text-align: center;
    margin-bottom: var(--dl-space-space-threeunits);
    font-weight: 700
}

.home-button2,
.home-container14,
.home-text09,
.home-text11,
.home-text12,
.home-text14 {
    align-self: center
}

.home-container04 {
    display: flex;
    align-items: stretch;
    flex-direction: row
}

.home-container05 {
    display: flex;
    align-items: stretch;
    padding-top: 25px;
    flex-direction: row
}

.home-container06 {
    display: flex;
    padding: 50px;
    margin-top: 50px;
    align-items: center;
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    background-image: url("https://staging.xylusthemes.com/wp-content/uploads/2023/06/More-Events.jpg")
}

.home-text09 {
    color: #fff;
    width: auto;
    font-size: 36px;
    font-weight: 700
}

.home-text10 {
    color: #fff;
    width: 750px;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 25px
}

.home-features {
    width: 80%;
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    background-color: #fff
}

.home-features h1 {
    color: #3498db
}

.home-features span {
    color: #555
}

.features01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin: 60px 0 0
}

.feature-card-501 {
    width: 31%;
    text-align: center;
    border: 3px solid #cccccc80;
    padding: 25px;
    border-radius: 10px
}

.feature-card-501 img {
    width: 100px;
    height: auto;
    border-radius: 0
}

.feature-card-501 h2 {
    font-size: 24px;
    color: #222;
    margin: 50px 0 0;
    text-align: left
}

.feature-card-501 p {
    font-size: 18px;
    color: #555;
    margin: 10px 0 0;
    text-align: left
}

.home-text11 {
    color: #fff;
    font-weight: 700
}

.home-text12 {
    color: #f0f0f0;
    width: 550px;
    font-size: 18px;
    text-align: center;
    padding-top: 10px
}

.home-container07 {
    gap: 25px;
    display: flex;
    padding-top: 25px;
    flex-direction: row;
    justify-content: flex-start
}

.home-container08,
.home-container09,
.home-container10,
.home-container11 {
    gap: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

.home-gallery {
    width: 80%;
    display: flex;
    padding: 50px 0;
    align-items: center;
    flex-direction: column;
    background-color: #3498db
}

.home-text13 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px
}

.home-container12 {
    width: 100%;
    display: grid;
    grid-gap: var(--dl-space-space-unit);
    margin-top: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.home-integrations {
    width: 80%;
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    background-color: #efefef
}

.home-text14 {
    font-weight: 700;
    text-align: center;
    margin-bottom: var(--dl-space-space-threeunits)
}

.home-container13 {
    display: flex;
    flex-direction: row
}

.home-container14 {
    width: 100%;
    display: flex;
    align-items: center;
    padding-right: 30px;
    flex-direction: row;
    justify-content: space-between
}

.home-container15 {
    width: 50%;
    display: flex;
    align-self: stretch;
    padding-left: 30px;
    flex-direction: row;
    justify-content: space-between
}

@media(max-width:1200px) {

    .home-about-us,
    .home-features,
    .home-hero,
    .home-import,
    .home-integrations {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px
    }

    .home-text03 {
        font-size: 30px
    }

    .home-gallery {
        width: 100%;
        padding: 10px 25px 80px
    }
}

@media(max-width:991px) {

    .feature-card21-root-class-name12,
    .feature-card21-root-class-name14 {
        width: 100%
    }

    .home-container01,
    .home-container02 {
        align-self: flex-start
    }

    .home-features,
    .home-import {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px
    }

    .home-container01 {
        width: 50%;
        align-items: center;
        margin-right: 0;
        padding-right: 0;
        flex-direction: column;
        justify-content: center
    }

    .home-text01,
    .home-text04 {
        align-self: flex-start;
        text-align: left
    }

    .home-container15,
    .home-text08,
    .home-text14 {
        align-self: center
    }

    .home-text02 {
        text-align: left
    }

    .home-image1 {
        width: 50%;
        padding-left: 50px
    }

    .home-about-us {
        flex-direction: row;
        padding: 25px 0;
        width: 95%
    }

    .home-container03 {
        align-items: center;
        margin-right: 0;
        justify-content: center
    }

    .home-container07,
    .home-container08,
    .home-container09,
    .home-container10,
    .home-container11 {
        gap: 0;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .home-container12 {
        grid-template-columns: 1fr 1fr 1fr
    }

    .home-container13 {
        flex-direction: column
    }

    .home-container14 {
        width: 100%;
        padding-right: 0
    }

    .home-container15 {
        width: 100%;
        align-items: center;
        padding-top: 25px;
        padding-left: 0;
        padding-right: 0;
        justify-content: space-between
    }

    .home-integrations {
        padding-left: 25px;
        padding-right: 25px;
        width: 100%
    }

    .home-gallery {
        width: 100%;
        padding: 25px 25px 40px
    }
}

@media(max-width:767px) {

    .feature-card12-root-class-name,
    .feature-card12-root-class-name2,
    .feature-card21-root-class-name,
    .feature-card21-root-class-name12,
    .feature-card21-root-class-name14,
    .feature-card21-root-class-name3 {
        width: 100%
    }

    .feature-card12-root-class-name1 {
        width: 100%;
        margin: 25px 0
    }

    .feature-card12-root-class-name12 {
        margin: 25px 0
    }

    .home-hero {
        padding-top: 50px;
        padding-left: 50px;
        padding-right: 50px;
        flex-direction: row
    }

    .home-container01 {
        align-self: flex-start;
        padding-right: 25px
    }

    .home-text02 {
        align-self: flex-start;
        padding-left: 0;
        padding-right: 0
    }

    .home-image1 {
        padding-left: 25px
    }

    .home-about-us,
    .home-features,
    .home-gallery,
    .home-import,
    .home-integrations {
        padding: 50px
    }

    .home-container03 {
        margin-left: 30px
    }

    .home-text03 {
        margin-bottom: 0
    }

    .home-text04 {
        margin-top: 10px;
        margin-bottom: 25px
    }

    .home-container04 {
        flex-direction: column
    }

    .home-container05 {
        padding-top: 25px;
        flex-direction: column
    }

    .home-container06 {
        margin-top: 25px;
        padding-left: 50px;
        padding-right: 50px
    }

    .home-text10 {
        width: auto
    }

    .home-container07 {
        gap: 0;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between
    }

    .home-container08,
    .home-container09,
    .home-container10 {
        gap: 0;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .home-container11 {
        flex-wrap: wrap;
        flex-direction: row
    }

    .home-container12 {
        grid-template-columns: 1fr 1fr
    }

    .home-container13 {
        position: relative
    }

    .home-container15 {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width:479px) {

    .feature-card12-root-class-name,
    .feature-card12-root-class-name2,
    .feature-card21-root-class-name12,
    .feature-card21-root-class-name14 {
        width: 100%
    }

    .feature-card12-root-class-name1 {
        width: 100%;
        margin: 25px 0
    }

    .feature-card12-root-class-name12 {
        margin: 25px 0
    }

    .feature-card21-container,
    .home-container04 {
        flex-direction: column
    }

    .feature-card21-container2 {
        padding-top: 25px;
        padding-left: 0
    }

    .gallery-card3-text {
        align-self: center;
        margin-bottom: var(--dl-space-space-unit)
    }

    .feature-card1-root-class-name12,
    .feature-card1-root-class-name13,
    .feature-card1-root-class-name6,
    .feature-card1-root-class-name7,
    .home-text10,
    .home-text12 {
        width: auto
    }

    .home-button,
    .home-container02,
    .home-text01 {
        align-self: center
    }

    .home-text01,
    .home-text02,
    .home-text03,
    .home-text09,
    .home-text11 {
        text-align: center
    }

    .home-about-us,
    .home-hero {
        flex-direction: column;
        padding: 50px 25px
    }

    .home-container01 {
        width: 100%;
        margin-bottom: 50px;
        padding-right: 0
    }

    .home-image1 {
        width: 100%;
        padding-left: 0
    }

    .home-image2 {
        width: 100%;
        height: auto
    }

    .home-container03 {
        margin-top: 30px;
        margin-left: 0
    }

    .home-text03 {
        margin-bottom: 20px
    }

    .home-text04 {
        font-size: 18px;
        margin: 10px 0 25px
    }

    .home-features,
    .home-gallery,
    .home-import,
    .home-integrations {
        padding: 50px 25px
    }

    .home-container05 {
        padding-top: 25px;
        flex-direction: column
    }

    .home-container06 {
        padding: 25px;
        margin-top: 25px
    }

    .home-container07 {
        gap: 0;
        flex-wrap: wrap;
        padding-top: 30px;
        flex-direction: row;
        justify-content: space-between
    }

    .home-container08,
    .home-container11 {
        gap: 0;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between
    }

    .home-container09,
    .home-container10 {
        gap: 0;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .home-container12 {
        grid-template-columns: 1fr
    }

    .home-container13 {
        flex-direction: row
    }

    .home-container14 {
        gap: 25px;
        width: 100%;
        align-items: center;
        flex-direction: column;
        justify-content: flex-start
    }

    .home-container15 {
        gap: 25px;
        width: 50%;
        align-items: center;
        padding-top: 0;
        flex-direction: column;
        justify-content: flex-start
    }
}

.clear:after,
.clear:before {
    content: '';
    display: table;
    clear: both
}

.gallery a {
    display: block;
    text-decoration: none;
    width: 25%;
    overflow: hidden;
    outline: 0;
    padding: 5px
}

.gallery a img {
    height: 100%;
    transition: .3s
}

.bg {
    width: 100%;
    height: 300px;
    border: 3px solid #f3f3f3;
    transition: .3s;
    border-radius: 5px
}

.bg:hover {
    border-radius: 40px
}

@media(max-width:991px) {
    .gallery a {
        width: 50%
    }
}

@media(max-width:767px) {
    .gallery a {
        width: 100%
    }

    .bg {
        height: 300px
    }
}

.xt-wpea-full-width {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center
}

.featuresset a .content p {
    color: #4a545a
}

.wr-avatar-wrap {
    border-radius: 50%
}

.new_landing.purchase_area [id^=edd_purchase] .edd_price_options ul li {
    float: left;
    border-bottom: 0;
    margin-right: 5px
}

.new_landing.purchase_area [id^=edd_purchase] .edd_price_options ul li label {
    background-color: #ccc;
    padding: 15px 5px 15px 0;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    border-right: 1px solid #ddd;
    border-radius: 10px
}

.new_landing.purchase_area [id^=edd_purchase] .edd_price_options ul li label.active {
    background-color: #3498db;
    color: #fff;
    padding-left: 8px
}

.new_landing.purchase_area [id^=edd_purchase] .edd_price_options ul li:last-child label {
    border-right: none
}

.new_landing.purchase_area .edd_price_options input[type=radio]+span.edd_price_option_name:before {
    content: '';
    background: #fff;
    border: 2px solid #f5f5f5;
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    padding: 0;
    margin-right: 7px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    margin-top: -4px
}

.new_landing.purchase_area .edd_price_options input[type=radio]:checked+span.edd_price_option_name:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #3498db
}

.new_landing.purchase_area .purchase-price {
    margin-bottom: 25px;
    margin-top: 25px
}

.new_landing.purchase_area .edd_price_options {
    margin-bottom: 0;
    margin-top: 1px
}

.new_landing.purchase_area [id^=edd_purchase] .edd_price_options {
    width: 80%;
    float: left
}

.new_landing.purchase_area [id^=edd_purchase] .edd_purchase_submit_wrapper {
    float: left;
    width: 20%;
    text-align: center
}

.new_landing.purchase_area .edd_price_option_price {
    font-weight: 700;
    padding-right: 5px
}

.new_landing.purchase_area .edd-add-to-cart.button,
.new_landing.purchase_area .edd_go_to_checkout.button {
    padding: 18px 36px;
    margin-top: 3px;
    background-color: #3498db;
    text-decoration: none
}

.new_landing.purchase_area .price-range {
    text-align: center;
    font-weight: 700
}

.single-plugins section.screenshot_section {
    background-color: #4a545a;
    color: #f5f5f5;
    text-align: center;
    position: relative;
    clear: both;
    padding-bottom: 30px
}

.single-plugins section.screenshot_section h2 {
    color: #f5f5f5;
    text-align: center
}

.plugins.featuresset .feature_item:hover {
    background-color: #f9f9f9
}

.plugin-info-section .pititle {
    text-align: left;
    display: block;
    text-transform: uppercase;
    color: #888
}

.plugin_info {
    margin-bottom: 15px
}

.plugin-info-section .pivalue {
    text-align: left;
    display: block;
    font-weight: 700
}

#ChangelogModel li {
    font-size: 14px
}

#ChangelogModel ul {
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .new_landing.purchase_area [id^=edd_purchase] .edd_price_options ul li label {
        padding: 10px 5px;
        font-size: 18px
    }

    .new_landing.purchase_area .edd-add-to-cart.button {
        margin-top: 2px;
        padding: 13px 30px
    }
}

@media (max-width:992px) {
    .new_landing.purchase_area .edd_price_options input[type=radio]+span.edd_price_option_name:before {
        width: 22px;
        height: 22px;
        margin-right: 4px;
        font-size: 14px;
        margin-top: -4px
    }
}

@media (min-width:768px) and (max-width:991.98px) {

    .new_landing.purchase_area [id^=edd_purchase] .edd_price_options,
    .new_landing.purchase_area [id^=edd_purchase] .edd_purchase_submit_wrapper {
        width: auto
    }

    .new_landing.purchase_area [id^=edd_purchase] .edd_price_options ul li label {
        font-size: 16px
    }

    .new_landing.purchase_area .edd-add-to-cart.button {
        padding: 10px 30px
    }
}

@media (max-width:767px) {
    .new_landing.purchase_area [id^=edd_purchase] .edd_price_options {
        float: none;
        width: 100%
    }

    .new_landing.purchase_area [id^=edd_purchase] .edd_purchase_submit_wrapper {
        float: none;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px
    }

    .new_landing.purchase_area [id^=edd_purchase] .edd_price_options ul li {
        float: none;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .new_landing.purchase_area [id^=edd_purchase] .edd_price_options ul li label {
        border-right: 0px;
        padding: 12px 10px;
        border-bottom: 1px solid #ddd
    }

    .new_landing.purchase_area [id^=edd_purchase] .edd_price_options ul li:last-child label {
        border-bottom: 0
    }

    .new_landing.purchase_area .edd_price_options input[type=radio]+span.edd_price_option_name:before {
        margin-right: 10px
    }
}

section.quick_intro {
    padding: 0
}

.tabs__inner .tabs__item.tabs__item--active,
.tabs__item:hover {
    background-color: rgba(200, 200, 200, .05)
}

.tabs__item .tabs__tooltip {
    background-color: #223;
    border-radius: 10px;
    color: #fff;
    padding: .4rem;
    font-size: 14px;
    display: block;
    width: auto;
    min-width: 100px;
    text-align: center;
    user-select: none;
    bottom: 50%;
    transform: scale(.4);
    transition: .2s
}

.tabs__item:hover .tabs__tooltip {
    transform: scale(1);
    opacity: 1;
    bottom: calc(100% + 0px + 0px + 0px)
}

@media (max-width:768px) {
    .header_image {
        width: 90%;
        margin: 0 auto
    }

    .header_image img {
        width: 90%;
        margin: 0 auto -110px !important
    }

    .feature-card-501,
    .gallery-item {
        width: 100% !important
    }
}

@media (min-width:768px) and (max-width:992px) {

    .feature-card-501,
    .gallery-item {
        width: 47% !important
    }
}

@media (min-width:993px) and (max-width:1200px) {

    .feature-card-501,
    .gallery-item {
        width: 31% !important
    }
}

@media (min-width:768px) {
    .new_landing.purchase_area.sticky {
        z-index: 9999999;
        position: fixed;
        top: 0;
        width: 100%;
        height: 90px;
        background-color: #f5f5f5
    }

    .new_landing.purchase_area.sticky .purchase-price.price-range,
    .new_landing.purchase_area.sticky small {
        display: none !important
    }

    .new_landing.purchase_area.sticky #purchase-box {
        margin-bottom: 0;
        margin-top: 20px;
        padding-bottom: 0
    }

    .new_landing.purchase_area.sticky [id^=edd_purchase] .edd_price_options ul li label {
        font-size: 17px;
        padding: 10px 5px
    }

    .new_landing.purchase_area.sticky .edd-add-to-cart.button,
    .new_landing.purchase_area.sticky .edd_go_to_checkout.button {
        margin-top: 2px;
        padding: 13px 30px
    }
}

.btnviewall,
.contain,
.plugintitle,
.price,
.section {
    display: flex
}

.plugins-home-section {
    margin-bottom: 50px;
    background-color: #fff;
    margin: 0;
    padding: 80px 0 0
}

.btnviewall,
.plugintitle {
    display: flex;
    justify-content: space-between
}

.btnviewall {
    justify-content: center
}

.price {
    justify-content: space-between;
    align-items: center;
    margin-top: 10px
}

.contain,
.price,
.xt_plugin_section {
    display: flex
}

.contain {
    padding-left: 40px;
    flex-direction: column;
    justify-content: center
}

.contain p {
    color: #555
}

.xt_plugin_section .latest_img {
    max-width: 50%
}

.xt_section1 {
    background-color: #fff;
    padding: 0 240px
}

.xt_section2 {
    background-color: #eef2f5;
    padding: 80px 240px 0
}

.xt_section3,
.xt_section4 {
    background-color: #fff;
    padding: 80px 240px 0
}

.xt_section4 {
    background-color: #eef2f5
}

.xt_plugn_inner_section {
    display: contents
}

@media (max-width:767px) {
    .xt_section1 {
        background-color: #fff;
        padding: 0 60px
    }

    .xt_section2 {
        background-color: #eef2f5;
        padding: 80px 60px 0
    }

    .xt_section3,
    .xt_section4 {
        background-color: #fff;
        padding: 80px 60px 0
    }

    .xt_section4 {
        background-color: #eef2f5
    }

    .xt_plugin_section .latest_img,
    .xt_plugin_section .xt_plugn_inner_section .latest_img {
        max-width: 100%
    }

    .xt_plugn_inner_section {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .contain {
        padding: 10px
    }

    .price {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px
    }
}

@media (min-width:768px) and (max-width:992px) {
    .xt_section1 {
        background-color: #fff;
        padding: 0 50px
    }

    .xt_section2 {
        background-color: #eef2f5;
        padding: 80px 50px 0
    }

    .xt_section3,
    .xt_section4 {
        background-color: #fff;
        padding: 80px 50px 0
    }

    .xt_section4 {
        background-color: #eef2f5
    }
}

@media (min-width:993px) and (max-width:1200px) {
    .xt_section1 {
        background-color: #fff;
        padding: 0 100px
    }

    .xt_section2 {
        background-color: #eef2f5;
        padding: 80px 100px 0
    }

    .xt_section3,
    .xt_section4 {
        background-color: #fff;
        padding: 80px 100px 0
    }

    .xt_section4 {
        background-color: #eef2f5
    }
}