.c-container {
    max-width: 1250px;
    margin: 0px auto;
    padding-right: 15px;
    padding-left: 15px
}

.createandsell{
	background-image: url("/Images/embroidery/digitization/bg-img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    color: #fff;
}
.c-row {
    display: flex;
}

.c-align-center {
    align-items: center
}

.c-row .c-col-6 {
    width: 50%
}

.c-row .c-col-8 {
    width: 62%
}

.c-row .c-col-4 {
    width: 38%
}

.text-center {
    text-align: center
}
.organize{
	display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
}
.organize > p {
	border: 1px lightgrey solid;
    border-radius: 3px;
    padding: 25px;
    margin: 20px;
    min-height: 200px;
    color: black;
    box-shadow: 8px 10px 0px 0px lightgrey;
}
.img-background-2{
    max-width: 750px;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.p-0 {
    padding: 0px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Questrial"
}

li {
    font-family: "Questrial"
}

img {
    cursor: default !important;
}

.private-label-choice{
    color: white !important;
}

@media(min-width: 768px) {
    .side-left-container {
        max-width: calc((100% - 750px)/2 + 750px) !important;
        margin-right: 0;
        padding-right: 0px
    }
}

@media(min-width: 992px) {
    .side-left-container {
        max-width: calc((100% - 970px)/2 + 970px) !important;
        margin-right: 0;
        padding-right: 0px
    }
}

@media(min-width: 1200px) {
    .side-left-container {
        max-width: calc((100% - 1170px)/2 + 1170px) !important;
        margin-right: 0;
        padding-right: 0px
    }
}

.primary-btn:hover {
    background-color: #e0a800 !important;
}

.page-wrapper .banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 680px;
    background-image: linear-gradient(to right, #00e0de, #ffb600);
    position: relative
}

.page-wrapper .banner .svg-containerr-vip {
    position: absolute;
    width: 100%;
    bottom: -6px;
    left: 0px
}

.page-wrapper .banner .banner-content {
    display: flex;
    padding-top: 22px;
    align-items: center
}

.page-wrapper .banner .banner-content .banner-des {
    align-items: center;
    margin-bottom: 120px
}

.page-wrapper .banner .banner-content .banner-des h1 {
    line-height: 66px;
    font-size: 46px;
    color: #fff;
    text-shadow: none;
    text-transform: initial;
    font-family: "Questrial";
    text-align: left !important
}

.page-wrapper .banner .banner-content .banner-des h4 {
    font-size: 30px;
    line-height: 41px;
    color: #fff;
    text-align: left !important
}

.page-wrapper .banner .banner-content .banner-des .btn-container {
    text-align: left !important
}

.page-wrapper .banner .banner-content .banner-des .primary-btn,
.page-wrapper .banner .banner-content .banner-des .secondary-btn {
    font-family: "Questrial";
    min-width: 224px;
    height: 55px;
    padding: 20px;
    font-size: 19px;
    background-color: #ffb600;
    color: #000;
    text-align: center;
    display: inline-block;
    width: fit-content;
    margin-top: 40px
}

.page-wrapper .banner .banner-content .banner-des .primary-btn:hover {
    background-color: #e0a800
}

.page-wrapper .banner .banner-content .banner-des .primary-btn a,
.page-wrapper .banner .banner-content .banner-des .secondary-btn a {
    text-transform: unset;
    font-size: 20px;
    color: #000;
    font-family: "Questrial";
    text-transform: initial
}

.page-wrapper .banner .banner-content .banner-img {
    position: relative;
    height: 569px;
}
.page-wrapper .banner .banner-content .banner-img img:first-child{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-wrapper .banner .banner-content .banner-img .shirt-images {
    position: absolute;
    bottom: 0px;
    right: 50px;
    z-index: 2
}

.page-wrapper .apliq-account {
    padding-top: 50px
}

.page-wrapper .apliq-account .c-container .heading {
    margin-bottom: 56px
}

.page-wrapper .apliq-account .c-container .heading h1 {
    color: #000;
    text-align: center;
    font-size: 60px;
    line-height: 68px;
    text-shadow: none;
    text-transform: initial;
    font-family: "Questrial";
    font-weight: 400;
    padding: 0px !important;
    margin: 0px !important
}

.page-wrapper .apliq-account .c-container .appiq-account-cards {
    display: inline-flex;
    gap: 30px;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
}

.page-wrapper .apliq-account .c-container .appiq-account-cards .signle-card {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .1);
    padding: 20px;
    width: 375px;
    /* min-height: 374px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box
}

.page-wrapper .apliq-account .c-container .appiq-account-cards .signle-card h6 {
    font-size: 26px;
    text-transform: initial;
    font-family: "Questrial";
    text-align: left
}

.page-wrapper .apliq-account .c-container .appiq-account-cards .signle-card ul {
    margin-top: 25px;
    padding-left: 15px;
    flex-grow: 1
}

.page-wrapper .apliq-account .c-container .appiq-account-cards .signle-card ul li {
    text-align: left !important;
    line-height: 26px;
    font-size: 18px;
    font-weight: 400;
    list-style: none;
    position: relative;
    padding-left: 15px;
    text-transform: initial !important;
    margin-bottom: 10px;
}

.page-wrapper .apliq-account .c-container .appiq-account-cards .signle-card ul li:before {
    content: "";
    background-image: url("../Images/vip-landing/tick.png");
    background-repeat: no-repeat;
    position: absolute;
    left: -15px;
    top: 10px;
    width: 24px;
    height: 24px
}

.page-wrapper .apliq-account .c-container .appiq-account-cards .signle-card .btn-container {
    margin-top: auto;
    display: flex;
    justify-content: start
}

.page-wrapper .apliq-account .c-container .appiq-account-cards .signle-card .primary-btn,
.page-wrapper .apliq-account .c-container .appiq-account-cards .signle-card .secondary-btn {
    font-family: "Questrial";
    height: 55px;
    padding: 20px;
    font-size: 19px;
    background-color: #ffb600;
    color: #000;
    text-align: center;
    display: inline-block;
    width: fit-content;
    margin-top: 32px;
    text-transform: initial;
    min-width: 166px
}

.page-wrapper .apliq-account .c-container .appiq-account-cards .signle-card .primary-btn:hover {
    background-color: #e0a800
}

.page-wrapper .apliq-account .c-container .appiq-account-cards .signle-card .primary-btn a,
.page-wrapper .apliq-account .c-container .appiq-account-cards .signle-card .secondary-btn a {
    text-transform: unset;
    font-size: 20px;
    color: #000;
    font-family: "Questrial"
}

.page-wrapper .key-benifits {
    margin-top: 90px
}

.page-wrapper .key-benifits .img-background {
    position: relative;
    height: 543px;
}

    .page-wrapper .key-benifits .img-background .persons-img, .img-background .persons-img .emb-detail {
        position: relative;
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: left;
    }

.page-wrapper .key-benifits .img-background:before {
    content: "";
    background-color: #ffb600;
    position: absolute;
    height: calc(100% - 63px);
    max-width: 750px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px
}

.page-wrapper .key-benifits .keyBenefits-des {
    padding-left: 40px
}

.page-wrapper .key-benifits .keyBenefits-des h5 {
    font-size: 36px;
    text-align: left;
    font-family: "Questrial";
    margin-bottom: 30px;
    text-transform: initial;
}

.page-wrapper .key-benifits .keyBenefits-des ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.page-wrapper .key-benifits .keyBenefits-des .primary-benefits li {
    font-size: 18px;
    font-family: "Questrial";
    line-height: 1.5;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    text-align: left;
    text-transform: initial;
}

.page-wrapper .key-benifits .keyBenefits-des .primary-benefits li:before {
    content: "";
    background-image: url("../Images/vip-landing/tick.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.page-wrapper .key-benifits .keyBenefits-des .button-learn-more {
    text-align: left;
    margin-bottom: 15px
}

.page-wrapper .key-benifits .keyBenefits-des .button-learn-more .primary-btn {
    font-family: "Questrial";
    height: 55px;
    padding: 20px;
    font-size: 19px;
    background-color: #ffb600;
    color: #000;
    text-align: center;
    display: inline-block;
    width: fit-content;
    margin-top: 40px;
    text-transform: initial
}

.page-wrapper .key-benifits .keyBenefits-des .button-learn-more .primary-btn a {
    text-transform: unset;
    font-size: 20px;
    color: #000;
    font-family: "Questrial"
}

.page-wrapper .common-prints-hero {
    position: relative;
    margin-top: 135px
}

.page-wrapper .common-prints-hero .common-prints-hero-img {
    position: relative;
    height: 550px
}

.page-wrapper .common-prints-hero .common-prints-hero-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.page-wrapper .common-prints-hero .common-hero-content {
    width: 100%;
    height: 100%;
    text-align: left !important;
    position: absolute;
    top: 0px;
    background-color: rgba(0, 0, 0, .3)
}

.page-wrapper .common-prints-hero .common-hero-content .hero-container {
    padding: 0px 56px;
    height: 100%
}

.page-wrapper .common-prints-hero .common-hero-content .c-container {
    height: 100%
}

.page-wrapper .common-prints-hero .common-hero-content .content-box-full-w {
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.page-wrapper .common-prints-hero .common-hero-content .content-box-full-w h2 {
    text-shadow: none;
    color: #fff;
    font-size: 59px;
    line-height: 68px;
    text-transform: initial;
    margin-bottom: 20px;
    padding: 0px;
    text-align: center !important
}

.page-wrapper .common-prints-hero .common-hero-content .content-box-full-w h6 {
    margin-bottom: 35px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    max-width: 800px;
    text-transform: initial !important;
}


.page-wrapper .common-prints-hero .common-hero-content .content-box-full-w .primary-btn,
.page-wrapper .common-prints-hero .common-hero-content .content-box-full-w .secondary-btn {
    text-transform: initial;
    font-family: "Questrial";
    padding: 20px;
    font-size: 19px;
    background-color: #ffb600;
    color: #000;
    text-align: center;
    display: inline-block;
    width: fit-content;
    min-width: 166px
}

.page-wrapper .common-prints-hero .common-hero-content .content-box-full-w .primary-btn a,
.page-wrapper .common-prints-hero .common-hero-content .content-box-full-w .secondary-btn a {
    text-transform: unset;
    font-size: 20px;
    color: #000;
    font-family: Questrial;
    text-transform: initial
}

.page-wrapper .common-prints-hero .common-hero-content .content-box-full-w .secondary-btn {
    background-color: #ffb600;
    height: 55px
}

.page-wrapper .common-prints-hero .common-hero-content .content-box-full-w .secondary-btn a {
    font-family: "Questrial";
    font-size: 20px
}

.page-wrapper .who-is-apliq {
    margin-top: 200px;
    min-height: 808px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-image: url("../Images/vip-landing/who-is-apliq-bg.png");
    padding-bottom: 30px
}

.page-wrapper .who-is-apliq .who-apliiq-outer-cont {
    max-width: 1200px;
    margin: 0px auto
}

.page-wrapper .who-is-apliq .who-apliiq-outer-cont .who-is-apliq-outer {
    width: 100%
}

.page-wrapper .who-is-apliq .who-apliiq-outer-cont .who-is-apliq-outer .list-card {
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin: 0px auto;
    transform: translateY(-50%);
    max-width: 1080px
}

.page-wrapper .who-is-apliq .who-apliiq-outer-cont .who-is-apliq-outer .list-card ol {
    list-style: decimal inside;
    padding: 0;
    margin: 0;
    text-align: left
}

.page-wrapper .who-is-apliq .who-apliiq-outer-cont .who-is-apliq-outer .list-card ol li {
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: initial
}

.page-wrapper .who-is-apliq .who-apliiq-outer-cont .who-is-apliq-outer .list-card .primary-btn {
    font-family: "Questrial";
    height: 55px;
    padding: 0 20px;
    font-size: 19px;
    background-color: #ffb600;
    color: #000;
    text-align: center;
    display: inline-block;
    text-transform: initial;
    line-height: 55px;
    margin-top: 20px;
    text-decoration: none;
    transition: background-color .3s
}

.page-wrapper .who-is-apliq .who-apliiq-outer-cont .who-is-apliq-outer .list-card .primary-btn:hover {
    background-color: #e0a800
}

.page-wrapper .who-is-apliq .who-apliiq-outer-cont .who-is-apliq-outer .list-card .side-shirt {
    position: absolute;
    bottom: -75px;
    right: -75px
}

.page-wrapper .who-is-apliq .who-apliiq-outer-cont .who-is-apliq-front {
    position: relative;
    width: 100%;
    height: 540px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-wrapper .who-is-apliq .who-apliiq-outer-cont .who-is-apliq-front h1 {
    text-shadow: none;
    color: #fff;
    text-transform: initial;
    margin-top: -140px
}

    .page-wrapper .who-is-apliq.emb-digi-demo .who-is-apliq-front {
        display:block;
    }

.page-wrapper .c-container .common-question {
    padding: 70px 0px
}

.page-wrapper .c-container .common-question h2 {
    padding: 0px;
    font-size: 60px;
    line-height: 68px;
    font-family: "Questrial";
    text-transform: initial;
    max-width: 900px;
    margin: 0px auto;
    text-align: center;
    text-shadow: none
}

.page-wrapper .c-container .common-question .question-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
}

.page-wrapper .c-container .common-question .question-section .question-section-left {
    width: 100%;
}

.page-wrapper .c-container .common-question .question-section .question-section-left .question-ans {
    margin-bottom: 30px;
    text-align: left
}

.page-wrapper .c-container .common-question .question-section .question-section-left .question-ans h4 {
    text-transform: initial;
    text-align: left;
    font-size: 26px
}

.page-wrapper .c-container .common-question .question-section .question-section-left .question-ans p {
    text-transform: initial;
    color: #000;
    font-size: 16px;
    text-align: left !important;
    line-height: 23px;
    padding-top: 10px
}

.page-wrapper .c-container .common-question .question-section .question-section-right {
    width: 100%;
}

.page-wrapper .c-container .common-question .question-section .question-section-right .question-ans {
    text-align: left;
    margin-bottom: 30px;
}

.page-wrapper .c-container .common-question .question-section .question-section-right .question-ans h4 {
    text-transform: initial;
    text-align: left;
    font-size: 26px;
    line-height: 35px
}

.page-wrapper .c-container .common-question .question-section .question-section-right .question-ans p {
    text-transform: initial;
    color: #000;
    font-size: 16px;
    text-align: left !important;
    line-height: 23px;
    padding-top: 10px
}

.page-wrapper .print-on-demand {
    background-image: url("../Images/vip-landing/bg-img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    color: #fff
}

.pod-btn-wrap {
    display: flex;
    justify-content: start;
}
.pod-btn-wrap .primary-btn{
    margin-top: 28px !important;
}

.page-wrapper .content-top {
    display: flex;
    align-items: center;
    padding: 60px 0 30px 0;
    align-items: flex-start
}

.page-wrapper .heading h2 {
    color: #000;
    margin-bottom: 20px;
    text-shadow: none;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    text-transform: initial !important;
}
.page-wrapper .content-top .heading h2 {
    color: #fff;
    margin-bottom: 20px;
    text-shadow: none;
    font-size: 60px;
    line-height: 70px;
    text-align: left;
    text-transform: initial !important;
}

.page-wrapper .des {
    text-align: left;
    width: 50%;
}

.page-wrapper .des p {
    color: #fff;
    margin: 10px 0;
    font-size: 20px;
    text-align: left !important;
    text-transform: initial;
    width: 100%;
    max-width: 100%;
}

.page-wrapper .primary-btn {
    text-transform: initial;
    font-family: "Questrial";
    padding: 20px;
    font-size: 19px;
    background-color: #ffb600;
    color: #000;
    text-align: center;
    display: inline-block;
    width: fit-content;
    min-width: 166px;
    margin-top: 15px
}

.page-wrapper .how-works-video-section {
    margin-top: 30px;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    transform: translateY(41px);
    height: 650px;
}

.page-wrapper .how-works-video-section .vip-video-section {
    background-color: #fff;
    padding: 20px;
    height: 100%;
    width: 100%
}

.page-wrapper .how-works-video-section .video-wrap {
    display: none;
    position: relative;
    width: 100%;
    height: 100%
}

.page-wrapper .how-works-video-section .video-wrap iframe {
    height: 100%;
    width: 100%
}

.page-wrapper .how-works-video-section .video-play {
    width: 100%;
    display: block;
    height: 100%
}

.page-wrapper .how-works-video-section .video-play .thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.page-wrapper .how-works-video-section .play-button {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: .3s;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center
}

.page-wrapper .how-works-video-section .video-wrap .youtube-video.bl-video {
    height: 100%;
    width: 100%
}

.last-sec-bg {
    background-color: #F9F9F9;
    padding-bottom: 90px;
}

.page-wrapper .apliq-vip {
    max-width: 1500px;
    margin: 0px auto
}

.page-wrapper .apliq-vip .activate-apliiq-heading {
    padding: 85px 0px
}

.page-wrapper .apliq-vip .activate-apliiq-heading h2 {
    padding: 0px;
    font-size: 60px;
    line-height: 68px;
    font-family: "Questrial";
    text-transform: initial;
    margin: 0px auto;
    text-align: center;
    text-shadow: none;
    text-transform: initial !important;
}

.page-wrapper .apliq-vip .active-apliiq-inner .c-row .c-col-6 {
    padding: 0px 30px;
    margin-top: 13px;
}

.page-wrapper .apliq-vip .active-apliiq-inner .c-row .c-col-6:first-child {
    padding-left: 0px
}

.page-wrapper .apliq-vip .active-apliiq-inner .img-section {
    height: 500px;
    overflow: hidden
}

.page-wrapper .apliq-vip .active-apliiq-inner .img-section img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.page-wrapper .apliq-vip .active-apliiq-inner .timeline-section {
    width: 100%
}

.page-wrapper .apliq-vip .active-apliiq-inner .timeline-section h2 {
    font-size: 40px;
    text-shadow: none;
    padding: 0;
    text-transform: initial;
    text-align: left;
    margin-bottom: 30px;
}

.page-wrapper .apliq-vip .active-apliiq-inner .timeline-section .timeline {
    position: relative;
    /* padding-left: 4rem;
    margin: 0 0 0 30px; */
    color: #fff
}

/* .page-wrapper .apliq-vip .active-apliiq-inner .timeline-section .timeline:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 84%;
    background: #d9d9d9
} */

/* .page-wrapper .apliq-vip .active-apliiq-inner .timeline-section .timeline .timeline-container {
    position: relative;
    min-height: 55px;
    margin-bottom: 55px;
    align-items: center;
    display: flex;
}

.page-wrapper .apliq-vip .active-apliiq-inner .timeline-section .timeline .timeline-container .timeline-icon {
    position: absolute;
    left: -100px;
    top: -10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    font-size: 2rem;
    background: #ffb600
}

.page-wrapper .apliq-vip .active-apliiq-inner .timeline-section .timeline .timeline-container .timeline-icon img {
    height: 35px;
    width: 35px;
    margin-top: 17px
}

.page-wrapper .apliq-vip .active-apliiq-inner .timeline-section .timeline .timeline-container .timeline-body:before {
    content: "";
    background: inherit;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: -10px;
    transform: rotate(45deg);
    border-radius: 0 0 0 2px
}

.page-wrapper .apliq-vip .active-apliiq-inner .timeline-section .timeline .timeline-container .timeline-body .timeline-title {
    text-align: left;
    font-size: 26px;
    text-transform: initial;
    margin-bottom: 0px;
    color: #000;
    padding: 0px;
}

.page-wrapper .apliq-vip .active-apliiq-inner .timeline-section .timeline .timeline-container .timeline-body p {
    text-align: left !important;
    font-weight: 400;
    font-size: 16px;
    color: #000 !important;
    text-transform: initial;
    line-height: 20px;
    width: 100% !important;
    max-width: 100% !important;
} */




.page-wrapper .apliq-vip .active-apliiq-inner .timeline-section .timeline .timeline-container {
    position: relative;
    display: flex;
    gap: 30px;
    padding-bottom: 30px
}

.page-wrapper .apliq-vip .active-apliiq-inner .timeline-section .timeline .timeline-container .c-align-center {
    align-items: center
}

.page-wrapper .apliq-vip .active-apliiq-inner .timeline-section .timeline .timeline-container .timeline-icon {
    position: relative;
    z-index: 2;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    background: #ffb600
}

.page-wrapper .apliq-vip .active-apliiq-inner .timeline-section .timeline .timeline-container .timeline-icon img {
    height: 35px;
    width: 35px;
    margin-top: 17px
}

.page-wrapper .apliq-vip .active-apliiq-inner .timeline-section .timeline .timeline-container .timeline-body {
    text-align: left;
    width: calc(100% - 100px)
}

.page-wrapper .apliq-vip .active-apliiq-inner .timeline-section .timeline .timeline-container .timeline-body .timeline-title {
    text-align: left;
    font-size: 26px;
    text-transform: initial;
    margin: 0px;
    color: #000;
    margin-bottom: 18px !important;
}

.page-wrapper .apliq-vip .active-apliiq-inner .timeline-section .timeline .timeline-container .timeline-body p {
    text-align: left !important;
    font-weight: 400;
    font-size: 16px;
    color: #000 !important;
    text-transform: initial;
    line-height: 20px;
    width: 100% !important;
    margin-bottom: 0px;
}

.page-wrapper .apliq-vip .active-apliiq-inner .timeline-section .timeline .timeline-container:after {
    content: "";
    position: absolute;
    left: 35px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #d9d9d9
}

.page-wrapper .apliq-vip .active-apliiq-inner .timeline-section .timeline .timeline-container:last-child::after {
    display: none;
}

.page-wrapper .apliq-vip .active-apliiq-inner .timeline-section .timeline .button-learn-more {
    text-align: left
}

.page-wrapper .apliq-vip .active-apliiq-inner .timeline-section .timeline .button-learn-more .primary-btn {
    font-family: "Questrial";
    height: 55px;
    padding: 0 20px;
    font-size: 19px;
    background-color: #ffb600;
    color: #000;
    text-align: center;
    display: inline-block;
    text-transform: initial;
    line-height: 55px;
    text-decoration: none;
    transition: background-color .3s
}

#modal article.vip-plan-selector .perCycle {
    height: 250px;
    margin-top: 30px;
    text-align: center;
    position: relative;
    border-radius: 5px;
    background-color: #d2d2d254;
    padding: 50px 15px;
}

#modal article.vip-plan-selector .vip-price {
    font-size: 1.25rem;
    line-height: 25px;
}

.page-wrapper .apliq-vip .active-apliiq-inner .timeline-section .timeline .button-learn-more .primary-btn:hover {
    background-color: #e0a800
}

.page-wrapper .apliq-vip.last-sec {
    padding: 30px 0px
}

#modal article.vip-plan-selector {
    max-width: 600px;
    padding: 30px;
}

@media only screen and (max-width: 835px)and (min-width: 576px) {
    .page-wrapper .c-container .common-question {
        padding: 20px 35px
    }

    .page-wrapper .c-container .common-question h2 {
        padding: 0px;
        font-size: 30px;
        line-height: 30px;
        font-family: "Questrial";
        text-transform: initial;
        margin: 0px auto;
        text-align: center
    }

    .page-wrapper .c-container .common-question .question-section {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .page-wrapper .c-container .common-question .question-section .question-section-left {
        max-width: 100% !important
    }

    .page-wrapper .c-container .common-question .question-section .question-section-left .question-ans h4 {
        line-height: 30px
    }

    .page-wrapper .c-container .common-question .question-section .question-section-left .question-ans p {
        max-width: 100% !important
    }

    .page-wrapper .c-container .common-question .question-section .question-section-right {
        max-width: 100% !important
    }

    .page-wrapper .c-container .common-question .question-section .question-section-right .question-ans p {
        max-width: 100% !important
    }

    .page-wrapper .banner .banner-content .banner-des h2 {
        line-height: 46px !important;
        font-size: 36px !important
    }

    .page-wrapper .banner .banner-content .banner-des h4 {
        font-size: 24px;
        line-height: 30px
    }

    .page-wrapper .apliq-account .c-container .heading h1 {
        font-size: 40px;
        line-height: 45px
    }

    .page-wrapper .banner-content .c-row {
        flex-wrap: wrap
    }

    .page-wrapper .banner-content .c-row .c-col-8 {
        width: 100%
    }

    .page-wrapper .banner-content .c-row .c-col-4 {
        width: 100%
    }

    .page-wrapper .banner-content .banner-img:first-child {
        margin-bottom: -16px
    }

    .page-wrapper .banner-content .banner-img .shirt-Images {
        left: 30%
    }

    .page-wrapper .apliq-account .c-container .appiq-account-cards {
        flex-wrap: wrap;
        justify-content: center
    }

    .key-benifits .c-row{
        flex-wrap: wrap;
    }

    .page-wrapper .key-benifits .img-background {
        margin-bottom: 40px
    }

    .page-wrapper .key-benifits .img-background .persons-img .emb-detail {
        width: 100% !important;
        height: 380px !important;
        object-fit: contain
    }

    .page-wrapper .key-benifits .c-col-8 {
        width: 100%
    }

    .page-wrapper .key-benifits .c-col-4 {
        width: 100%
    }

    .page-wrapper .apliq-vip .active-apliiq-inner .c-row .c-col-6 {
        width: 100%;
        padding: 0px
    }

    .page-wrapper .apliq-vip .active-apliiq-inner .timeline-section {
        padding: 20px 50px
    }

    .page-wrapper .who-is-apliq {
        margin-top: 20px !important
    }

    .page-wrapper .who-is-apliq .who-apliiq-outer-cont .who-is-apliq-outer .list-card .side-shirt {
        bottom: -144px;
        right: 0px
    }

    .page-wrapper .print-on-demand .content-top .heading {
        width: 40%
    }

    .page-wrapper .print-on-demand .content-top .heading h1 {
        font-size: 30px
    }

    .page-wrapper .print-on-demand .content-top .des {
        width: 60%
    }
}

@media only screen and (max-width: 575px)and (min-width: 0px) {
    .page-wrapper .c-container .common-question h2 {
        padding: 0px;
        font-size: 30px;
        line-height: 30px;
        font-family: "Questrial";
        text-transform: initial;
        margin: 0px auto;
        text-align: center
    }

    .page-wrapper .c-container .common-question .question-section {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px
    }

    .page-wrapper .c-container .common-question .question-section .question-section-left {
        max-width: 100% !important
    }

    .page-wrapper .c-container .common-question .question-section .question-section-left .question-ans h4 {
        line-height: 30px
    }

    .page-wrapper .c-container .common-question .question-section .question-section-left .question-ans p {
        max-width: 100% !important
    }

    .page-wrapper .c-container .common-question .question-section .question-section-right {
        max-width: 100% !important
    }

    .page-wrapper .c-container .common-question .question-section .question-section-right .question-ans h4 {
        line-height: 30px
    }

    .page-wrapper .c-container .common-question .question-section .question-section-right .question-ans p {
        max-width: 100% !important
    }
}

@media screen and (max-width: 600px) {
    .page-wrapper .banner .banner-content{
        padding: 50px 0px !important;
    }
    .key-benifits .side-left-container .c-row{
        flex-wrap: wrap !important;
    }
    .page-wrapper .banner .banner-content .banner-des h1{
        font-size: 32px !important;
        line-height: 40px !important;
        padding: 0px !important;
    }
    .page-wrapper .heading h2{
        padding: 0px !important;
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .page-wrapper .common-prints-hero .common-hero-content .content-box-full-w h2{
        font-size: 36px !important;
        line-height: 48px !important;
    }

    .page-wrapper .how-works-video-section{
        height: 400px;
    }
    .last-sec-bg{
        padding-bottom: 0px !important;
    }
    .banner .banner-content .banner-des h2 {
        line-height: 46px !important;
        font-size: 36px !important
    }

    .banner .banner-content .banner-des h4 {
        font-size: 24px;
        line-height: 30px
    }

    .apliq-account .c-container .heading h1 {
        font-size: 32px !important;
        line-height: 40px !important
    }

    .banner-content .c-row {
        flex-wrap: wrap
    }

    .banner-content .c-row .c-col-8 {
        width: 100%
    }

    .banner-content .c-row .c-col-4 {
        width: 100%
    }

    .banner-content .banner-img img:first-child {
        margin-bottom: 0px;
        width: 100%
    }

    .page-wrapper .banner .banner-content .banner-img .shirt-images {
        left: 35% !important;
        height: 151px !important
    }

    .apliq-account .c-container .appiq-account-cards {
        flex-wrap: wrap;
        justify-content: center
    }

    .key-benifits .img-background {
        margin-bottom: 40px;
        height: auto !important;
    }

    .page-wrapper .key-benifits .img-background:before {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .key-benifits .img-background .persons-img .emb-detail {
        width: 82% !important;
        height: 328px !important;
        object-fit: contain;
        top: 4px !important;
    }


    .key-benifits .keyBenefits-des .button-learn-more .primary-btn {
        margin-bottom: 30px
    }

    .common-prints-hero .common-hero-content .content-box-full-w h1 {
        font-size: 36px !important;
        line-height: 42px !important
    }

    .key-benifits .c-col-8 {
        width: 100%
    }

    .key-benifits .c-col-4 {
        width: 100%
    }

    .active-apliiq-inner .c-row {
        flex-wrap: wrap;
    }

    .apliq-vip .active-apliiq-inner .c-row .c-col-6 {
        width: 100%;
        padding: 0px !important
    }

    .apliq-vip .active-apliiq-inner .timeline-section {
        padding: 20px 50px
    }

    .who-is-apliq {
        margin-top: 20px !important
    }

    .who-is-apliq .who-apliiq-outer-cont .who-is-apliq-outer .list-card .side-shirt {
        bottom: -144px !important;
        right: 0px !important
    }

    .print-on-demand .content-top .heading {
        width: 100%
    }

    .print-on-demand .content-top .heading h1 {
        font-size: 30px;
        padding: 0px;
        font-weight: 600
    }

    .print-on-demand .content-top {
        flex-wrap: wrap
    }

    .print-on-demand .content-top .des {
        width: 100%
    }

    .apliq-vip .activate-apliiq-heading {
        padding: 35px 0px
    }

    .apliq-vip .activate-apliiq-heading h2 {
        font-size: 45px !important;
        line-height: 52px !important
    }

    .apliq-vip .active-apliiq-inner .img-section {
        height: 300px !important;
    }

    .apliq-vip .active-apliiq-inner .timeline-section h2 {
        font-size: 30px !important;
        margin-bottom: 40px !important;
        line-height: 36px;
    }

    .apliq-vip .active-apliiq-inner .timeline-section {
        padding: 50px 30px
    }

    .apliq-vip .active-apliiq-inner .timeline-section .timeline .timeline-container .timeline-body .timeline-title {
        font-size: 20px !important;
    }

    .apliq-vip .active-apliiq-inner .timeline-section .timeline:before {
        left: -14px !important;
    }

    .who-is-apliq .who-apliiq-outer-cont .who-is-apliq-front h1 {
        font-size: 38px
    }

    .who-is-apliq .who-apliiq-outer-cont .who-is-apliq-outer .list-card ol li {
        font-size: 18px !important;
        line-height: 22px !important
    }

    .who-is-apliq .who-apliiq-outer-cont .who-is-apliq-outer .list-card .side-shirt {
        bottom: -100px;
        right: -45px;
        height: 150px
    }

    .who-is-apliq .who-apliiq-outer-cont .who-is-apliq-outer .list-card .side-shirt img {
        height: 100%
    }

    .c-container .common-question {
        padding: 35px 15px !important
    }

    .apliq-vip .activate-apliiq-heading {
        padding: 35px 0px
    }

    .apliq-vip .active-apliiq-inner .timeline-section .timeline:before {
        height: 75% !important
    }
}

@media screen and (min-width: 768px) {
    #modal article.vip-plan-selector {
        max-height: 765px;
    }
}

@media screen and (min-width: 1024px) {
    #modal article.vip-plan-selector {
        max-width: 650px;
        max-height: 475px;
    }

        #modal article.vip-plan-selector.hasStore {
            max-height: 525px;
        }

        #modal article.vip-plan-selector .perMonth {
            float: left;
        }

        #modal article.vip-plan-selector .perYear {
            float: right;
        }

        #modal article.vip-plan-selector .perAnnual {
            margin: 25px auto 0;
        }

        #modal article.vip-plan-selector .perCycle {
            max-width: 275px;
        }

    .page-wrapper .who-is-apliq.emb-digi-demo .who-is-apliq-front {
        display: flex;
    }

        /*.page-wrapper .who-is-apliq.emb-digi-demo .who-is-apliq-front .what-is-digi {
            width: 37%;
            float: left;
        }

        .page-wrapper .who-is-apliq.emb-digi-demo .who-is-apliq-front .image-container {
            float: left;
        }*/
}
/*# sourceMappingURL=style.css.map */