body.cms-tape-base .main-container {
    margin-top: 0;
}
.tapebase-top-conatiner{
    font-size: 18px;
    line-height: 1.2;
}
.tapebase-top-conatiner .tp-banner-section {
    background-image: url(../images/tapebase/tp-bg.png?ver=1.0);
    text-align: center;
    padding: 3.5rem 0 0;
}
.tapebase-middle-section {
    display: block;
    margin: 0 auto;
    max-width: 960px;
}
.tp-imgwith-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 10px 50px 10px;
}
.tp-imgwith-text img {
    width: 225px;
}
.tp-imgwith-text .paragraph {
    padding: 0 0 0 70px;
    font-size: 20px;
    letter-spacing: 1px;
}
.tp-imgwith-text .paragraph > p{
    color: var(--dark-color);
    font-size: 20px;
    line-height: 1.4;
}
.tp-imgwith-text .paragraph > p:not(:last-child){ margin-bottom: 20px;}

.tapebase-middle-section .mid-title, .tapebase-middle-section .mid-title2 {
    font-size: 30px;
    font-weight: 700;
    color: #513466;
}
.tapebase-middle-section .mid-title2 {
    color: var(--dark-color);
    font-weight: 600;
}
.tapebase-middle-section .mid-title2 span {
    font-weight: 800;
}
.tapebase-middle-section .mid-title2 strong {
    color: #513466;
}
.tapebase-middle-section .tape-grid>li>p>strong {
    display: block;
    color: #513466;
    margin-bottom: 5px;
}
.tapebase-middle-section .tape-grid {
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tapebase-middle-section .tape-grid>li {
    max-width: 25%;
    width: 100%;
    flex: 0 0 25%;
    text-align: center;
}
.tapebase-middle-section .tape-grid>li>p{
    font-size: clamp(16px, 3vw, 18px);
    color: var(--dark-color);
}
.tapebase-middle-section .tape-grid>li>img {
    width: 100px;
    margin: 0 0 15px 0;
}
.tapebase-middle-section .tapetype-count {
    counter-reset: section;
    padding: 2rem 0 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tapebase-middle-section .tapetype-count>li {
    max-width: 33.333%;
    width: 100%;
    flex: 0 0 33.333%;
    padding-left: 3.2rem;
}
.tapebase-middle-section .tapetype-count>li>p {
    position: relative;
    text-align: left;
    font-size: clamp(16px, 3vw, 18px);;
    min-height: 55px;
    color: var(--dark-color);
}
.tapebase-middle-section .tapetype-count>li>p:before{
    position: absolute;
    left: -20px;
    counter-increment: section;
    content: counter(section)".";
    color: #503466;
    font-weight: 700;
}
.tapebase-top-conatiner .shopnowsection {
    background: url(../images/tapebase/tapebase-bottombg.png?ver=1.0) no-repeat;
    background-size: 100%;
    padding: 3rem;
    text-align: left;
    overflow-x: hidden;
}
.shopnow-content {
    position: relative;
    color: var(--white-color);
}
.shopnow-content>img {
    width: auto;
}
.shopnow-content>p {
    font-size: 20px;
    margin: 25px 0 25px 25px;
    color: var(--white-color);
}
.shopnow-content>span {
    font-weight: 600;
    font-size: 5rem;
    margin-left: 25px;
    color: var(--white-color);
}
.shopnow-content .purchase-btn {
    position: absolute;
    right: 0;
    top: 50px;
}
.shopnow-content .purchase-btn>img {
    width: 340px;
    position: relative;
    z-index: 1;
}
.shopnow-content .purchase-btn:before {
    content: "";
    width: 1156px;
    position: absolute;
    height: 3px;
    background-color: var(--white-color);
    right: 23px;
    top: 45px;
}
.tapebase-top-conatiner .bottom-tproduct {
    float: right;
    margin-right: 2rem;
    margin-top: -7rem;
}
.tapebase-top-conatiner .bottom-tproduct>img {
    width: 640px;
}
.tapebase-middle-section .tp-padding {
    padding: 1.5rem 0rem;
}
.tapebase-middle-section .tp-padding img {
    width: 767px;
}
.conform-bx.gRemainder_popup {
    background: rgba(248, 248, 248, 0.64) none repeat scroll 0 0;
}
.tapebase-yt.conform-bx .conform-bx-inner {
    height: auto;
    position: relative;
    max-width: 700px;
    width: 100%;
    overflow: inherit;
}
.tapebase-yt.conform-bx .conform-bx-inner .message {
    margin: 0;
    width: 100%;
}
.tapebase-yt.conform-bx .conform-bx-inner .tapebase-close {
    position: absolute;
    top: -20px;
    right: -12px;
    background-color: var(--dark-color);
    color: var(--white-color);
    font-size: 26px;
    font-weight: 700;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 20px;
}
.tapebase-yt.conform-bx .conform-bx-inner .ytvideo{
    width: 100%;
    border: 0;
}
/* start media query */

@media screen and (max-width:1150px) {
    .tapebase-top-conatiner .bottom-tproduct>img {
        width: 550px;
    }
    .shopnow-content>span{
        font-size: 4rem;
    }
}
@media screen and (max-width:980px) {
    .tapebase-middle-section {
        max-width: 100%;
        width: 100%;
    }
    .shopnow-content {
        text-align: center;
    }
    .shopnow-content .purchase-btn {
        float: left;
        position: inherit;
        right: inherit;
        top: inherit;
        width: 100%;
        padding: 1rem 0 1rem;
    }
    .shopnow-content .purchase-btn:before {
        display: none;
    }
    .tapebase-top-conatiner .bottom-tproduct {
        margin: 0 auto;
    }
    .tapebase-top-conatiner .shopnowsection{
        background-size: auto;
    }
    .shopnow-content>p, .shopnow-content>span{margin-left: 0;}
}
@media screen and (max-width:768px){
    .gRemainder_popup .conform-bx-inner {
        width: 90%;
    }
    .gRemainder_popup .conform-bx-inner img {
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    .tapebase-top-conatiner{
        font-size: 16px;
    }
    .tp-imgwith-text{
        flex-direction: column;
    }
    .tp-imgwith-text .paragraph, .tp-imgwith-text .paragraph > p{
        padding: 0;
        margin-top: 40px;
        text-align: center;
        font-size: 17px;
    }
    .tapebase-middle-section .tape-grid>li {
        max-width: 50%;
        flex: 0 0 50%;
        margin: 0 0 2rem;
    }
    .tapebase-middle-section .tapetype-count>li {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
    }
    .tapebase-middle-section .tapetype-count>li>p {
        min-height: 0;
        text-align: left;
        border-bottom: 1px solid var(--grey-color-tone-eight);
        margin: 0;
        padding: 12px 12px 12px 25px;
    }
    .tapebase-middle-section .tapetype-count>li>p:before{
        position: absolute;
        left: 0;
    }
    .tapebase-middle-section .tapetype-count>li>p>br {
        display: none;
    }
    .tapebase-top-conatiner .tp-banner-section {
        padding: 2.5rem 1rem 0;
        background-size: cover;
    }
    .tapebase-middle-section .tapetype-count>li:last-child>p:last-child {
        border-bottom: 0;
    }
    .shopnow-content>span {
        font-size: 2.5rem;
    }
    .tapebase-top-conatiner .shopnowsection {
        padding: 1.6rem;
    }
    .tapebase-yt.conform-bx .conform-bx-inner {
        max-width: 100%;
        width: 93%;
    }
    .tapebase-middle-section .tp-padding img{
        width: 100%;
    }
}
@media screen and (max-height:545px) {
    .tapebase-yt.conform-bx .conform-bx-inner iframe{
        height: 265px;
    }
}