@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

:root{
    --conatiner-width:1270px;
    --price-list-container-width:1140px;
    --query-container-width:850px;
    --query-contaner-shadow:0px 0px 20px 6px rgba(0, 0, 0, 0.06);
    --text-light-color:rgba(34, 34, 34, 1);
    --subscription-primary-button-color:rgba(235, 34, 39, 1);
    --subscription-secondry-button-color:rgba(255, 242, 0, 1);
    --header-button-drop-shadow:0px 12px 21px 0px rgba(68, 97, 242, 0.15);
    --subscription-pricing-model-drop-shadow:0px 0px 5px 5px rgba(0, 0, 0, 0.05);
    --subscription-pricing-button-shadow:0px 12px 21px 4px #4461F226;
    --lato-font-family:"Lato", sans-serif;
    --merriweather-font-family:"Merriweather", serif;
} 



*, ::before, ::after{
    box-sizing: border-box; 
    padding: 0;
    margin: 0; 
}

h1, h2 , h3, p , ul {
    margin: 0 ;
    padding: 0;
}

img{max-width: 100%;}

body{
    font-family: var(--lato-font-family);
}

.subscription-container {
    max-width: var(--conatiner-width, 1270px);
    margin-inline: auto;
    width: calc(100% - 40px);
}
.subscription-top-magzine {
    display: grid;
    grid-template-columns: 492px 1fr;
    column-gap: 72px;
    align-items: center;
    margin-bottom: 80px;
}

.subscription-top-magzine-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 23px;
}

.subscription-top-magzine-cover-headline {
    font-weight: 800;
    font-size: 54px;
    line-height: 50px;
}
.subscription-top-magzine-cover-kicker {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

.subscription-top-magzine-cover-text {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: var(--text-light-color, rgba(34, 34, 34, 1));
}

.subscription-top-magzine-button-container a {
    all: unset;
    background-color: var(--subscription-primary-button-color, rgba(235, 34, 39, 1));
    padding: 20px 20px;
    display: inline-grid;
    grid-template-columns: 1fr 34px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    box-shadow: var(--header-button-drop-shadow);
    border-radius: 99999px;
    cursor: pointer;
    align-items: center;
    column-gap: 10px;
    white-space: nowrap;
}

.subscription-top-magzine-button-icon {
    background-image: url('data:image/svg+xml,<svg width="34" height="35" viewBox="0 0 34 35" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="34" y="0.448242" width="34" height="34" rx="17" transform="rotate(90 34 0.448242)" fill="white"/><path d="M23.9033 18.3347C24.1377 18.0992 24.2693 17.7805 24.2693 17.4482C24.2693 17.1159 24.1377 16.7972 23.9033 16.5617L18.8891 11.5476C18.7727 11.4311 18.6345 11.3388 18.4824 11.2758C18.3303 11.2128 18.1673 11.1804 18.0026 11.1804C17.6701 11.1804 17.3512 11.3124 17.1161 11.5476C16.881 11.7827 16.7489 12.1016 16.7489 12.4341C16.7489 12.7666 16.881 13.0854 17.1161 13.3206L19.9902 16.1947L10.9828 16.1947C10.6504 16.1947 10.3315 16.3267 10.0964 16.5618C9.86135 16.7969 9.72929 17.1157 9.72929 17.4482C9.72929 17.7807 9.86135 18.0995 10.0964 18.3346C10.3315 18.5697 10.6504 18.7017 10.9828 18.7017L19.9902 18.7017L17.1161 21.5758C16.9997 21.6923 16.9074 21.8305 16.8444 21.9826C16.7813 22.1347 16.7489 22.2977 16.7489 22.4623C16.7489 22.627 16.7813 22.79 16.8444 22.9421C16.9074 23.0942 16.9997 23.2324 17.1161 23.3488C17.2325 23.4653 17.3707 23.5576 17.5228 23.6206C17.675 23.6836 17.838 23.716 18.0026 23.716C18.1673 23.716 18.3303 23.6836 18.4824 23.6206C18.6345 23.5576 18.7727 23.4653 18.8891 23.3488L23.9033 18.3347Z" fill="black"/></svg>');
    width: 34px;
    height: 34px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.subscription-top-magzine-button-container span {
    color: var(--subscription-secondry-button-color, rgba(255, 242, 0, 1));
}

.price-list-container {
    max-width: var(--price-list-container-width, 1140px);
    width: calc(100% - 40px);
    margin: 0px auto 60px auto;
    box-shadow: var(--subscription-pricing-model-drop-shadow);
    padding: 30px 20px;
    border-radius: 10px;
}

.price-list-container li{list-style: none;}

.price-list-container form {
    display: grid;
    grid-template-columns: 1fr 520px;
    align-items: flex-start;
    column-gap: 20px;
}

.price-list-container h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -0.42px;
    text-align: left;
    vertical-align: middle;
}

.price-list-container .cartHeading {
    display: grid;
    row-gap: 23px;
    padding: 16px 0px 14px 70px;
}
.price-list-container h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.18px;
    text-align: left;
    vertical-align: middle;
    color: rgba(102, 102, 102, 1);
}

.price-list-container .cart_ul li{
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding-inline-start: 0px;
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 20px;
    align-items: center;
}
.price-list-container .cart_ul{
    margin-inline-start: 20px;
}
.price-list-container .cart_ul li:not(:last-child){
    margin-bottom: 10px;
}
.price-list-container .cart_ul li::before{
    content: '';
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0px 0px 11.69px 4.13px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border-radius: 99999px;
    display: inline-block;
}


.price-list-container .cart_ul li:nth-child(1)::before{
    background-image: url('data:image/svg+xml,<svg width="16" height="19" viewBox="0 0 16 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.2591 5.14954H2.7409C2.18299 5.14954 1.64792 5.3812 1.25341 5.79356C0.858901 6.20592 0.637268 6.7652 0.637268 7.34836V16.8033C0.637268 17.3865 0.858901 17.9457 1.25341 18.3581C1.64792 18.7705 2.18299 19.0021 2.7409 19.0021H13.2591C13.817 19.0021 14.3521 18.7705 14.7466 18.3581C15.1411 17.9457 15.3627 17.3865 15.3627 16.8033V7.34836C15.3627 6.7652 15.1411 6.20592 14.7466 5.79356C14.3521 5.3812 13.817 5.14954 13.2591 5.14954ZM13.6798 16.8033C13.6798 16.9199 13.6355 17.0318 13.5566 17.1143C13.4777 17.1967 13.3707 17.2431 13.2591 17.2431H2.7409C2.62932 17.2431 2.52231 17.1967 2.44341 17.1143C2.3645 17.0318 2.32018 16.9199 2.32018 16.8033V7.34836C2.32018 7.23173 2.3645 7.11987 2.44341 7.0374C2.52231 6.95493 2.62932 6.90859 2.7409 6.90859H13.2591C13.3707 6.90859 13.4777 6.95493 13.5566 7.0374C13.6355 7.11987 13.6798 7.23173 13.6798 7.34836V16.8033Z" fill="black"/><path d="M10.3769 8.16064C10.1537 8.16064 9.9397 8.25331 9.78189 8.41825C9.62409 8.5832 9.53544 8.80691 9.53544 9.04017V9.83175H6.46413V9.04017C6.46413 8.80691 6.37548 8.5832 6.21767 8.41825C6.05987 8.25331 5.84584 8.16064 5.62267 8.16064C5.39951 8.16064 5.18548 8.25331 5.02768 8.41825C4.86987 8.5832 4.78122 8.80691 4.78122 9.04017V10.7113C4.78122 10.9445 4.86987 11.1683 5.02768 11.3332C5.18548 11.4981 5.39951 11.5908 5.62267 11.5908H10.3769C10.6001 11.5908 10.8141 11.4981 10.9719 11.3332C11.1297 11.1683 11.2183 10.9445 11.2183 10.7113V9.04017C11.2183 8.80691 11.1297 8.5832 10.9719 8.41825C10.8141 8.25331 10.6001 8.16064 10.3769 8.16064Z" fill="%23CF1F25"/><path d="M1.90033 3.60902C1.90033 3.84229 1.98898 4.066 2.14679 4.23094C2.30459 4.39589 2.51862 4.48855 2.74178 4.48855H13.26C13.4831 4.48855 13.6972 4.39589 13.855 4.23094C14.0128 4.066 14.1014 3.84229 14.1014 3.60902C14.1014 3.37576 14.0128 3.15204 13.855 2.9871C13.6972 2.82216 13.4831 2.72949 13.26 2.72949H2.74178C2.51862 2.72949 2.30459 2.82216 2.14679 2.9871C1.98898 3.15204 1.90033 3.37576 1.90033 3.60902Z" fill="%23CF1F25"/><path d="M12.2074 2.07034C12.4306 2.07034 12.6446 1.97767 12.8024 1.81273C12.9602 1.64779 13.0488 1.42407 13.0488 1.19081C13.0488 0.957543 12.9602 0.733831 12.8024 0.568887C12.6446 0.403944 12.4306 0.311279 12.2074 0.311279H3.79284C3.56967 0.311279 3.35565 0.403944 3.19784 0.568887C3.04004 0.733831 2.95139 0.957543 2.95139 1.19081C2.95139 1.42407 3.04004 1.64779 3.19784 1.81273C3.35565 1.97767 3.56967 2.07034 3.79284 2.07034H12.2074Z" fill="%23CF1F25"/></svg>');
}

.price-list-container .cart_ul li:nth-child(2)::before{
    background-image: url('data:image/svg+xml,<svg width="17" height="10" viewBox="0 0 17 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.23439 8.01201H3.10749L2.84563 8.79758C2.61971 9.47533 2.23463 9.81421 1.69037 9.81421C1.39257 9.81421 1.13071 9.71152 0.904794 9.50614C0.678877 9.29049 0.565918 9.0389 0.565918 8.75137C0.565918 8.64868 0.576187 8.54086 0.596725 8.4279C0.627532 8.31494 0.668608 8.19171 0.719952 8.05822L3.06128 1.71199C3.23585 1.22935 3.4515 0.880207 3.70822 0.664559C3.97521 0.438642 4.30896 0.325684 4.70945 0.325684C5.09967 0.325684 5.42314 0.438642 5.67986 0.664559C5.94686 0.880207 6.16764 1.22935 6.34221 1.71199L8.69894 7.96579C8.80163 8.23279 8.85297 8.47924 8.85297 8.70516C8.85297 9.00296 8.73488 9.26482 8.49869 9.49074C8.27278 9.70638 8.00065 9.81421 7.68231 9.81421C7.10725 9.81421 6.70676 9.45993 6.48084 8.75137L6.23439 8.01201ZM5.66446 6.07117L4.69404 3.23694L3.69282 6.07117H5.66446Z" fill="black"/><path d="M9.77598 8.15064V1.98926C9.77598 1.445 9.89407 1.05991 10.1303 0.833997C10.3664 0.597811 10.7515 0.479718 11.2855 0.479718H12.6564C13.6731 0.479718 14.4997 0.602945 15.1364 0.849401C15.7731 1.09586 16.2403 1.52202 16.5381 2.12789C16.8462 2.72349 17.0002 3.55014 17.0002 4.60784V5.53205C17.0002 6.58975 16.8462 7.42154 16.5381 8.02741C16.2403 8.62301 15.7731 9.04404 15.1364 9.29049C14.4997 9.53695 13.6731 9.66017 12.6564 9.66017H11.0083C10.5359 9.66017 10.2124 9.50614 10.0378 9.19807C9.86326 8.89 9.77598 8.54086 9.77598 8.15064ZM12.1789 7.58071H12.9953C13.4779 7.58071 13.8271 7.49342 14.0427 7.31885C14.2687 7.13401 14.4124 6.88242 14.474 6.56408C14.5356 6.24574 14.5665 5.87606 14.5665 5.45503V4.68486C14.5665 4.26383 14.5356 3.89415 14.474 3.57581C14.4124 3.25747 14.2687 3.01102 14.0427 2.83645C13.8271 2.6516 13.4779 2.55918 12.9953 2.55918H12.1789V7.58071Z" fill="%23FF0000"/></svg>');
}

.price-list-container .cart_ul li:nth-child(3)::before{
    background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.4 8.39948H13.2V0.599736C13.2 0.440611 13.1368 0.288004 13.0243 0.175486C12.9117 0.0629678 12.7591 -0.000244141 12.6 -0.000244141H0.6C0.44087 -0.000244141 0.288258 0.0629678 0.175736 0.175486C0.0632141 0.288004 0 0.440611 0 0.599736V14.9993C0.000952715 15.7946 0.317329 16.5571 0.879732 17.1195C1.44213 17.6818 2.20464 17.9982 3 17.9992H15.012C15.0162 17.9992 15.0198 17.9992 15.024 17.9992C15.8155 17.9928 16.5724 17.674 17.1298 17.1121C17.6873 16.5502 18 15.7907 18 14.9993V8.99946C18 8.84033 17.9368 8.68773 17.8243 8.57521C17.7117 8.46269 17.5591 8.39948 17.4 8.39948ZM3 16.7992C2.52261 16.7992 2.06477 16.6096 1.72721 16.272C1.38964 15.9345 1.2 15.4766 1.2 14.9993V1.19972H12V14.9993C12.0014 15.1862 12.0203 15.3726 12.0564 15.556C12.0672 15.613 12.0846 15.667 12.0984 15.7228C12.1281 15.8451 12.1656 15.9653 12.2106 16.0828C12.234 16.1428 12.2592 16.1992 12.2856 16.2568C12.3367 16.3664 12.3944 16.4728 12.4584 16.5754C12.4896 16.6258 12.5184 16.6768 12.5538 16.7248C12.5706 16.7488 12.5838 16.7758 12.6012 16.7998L3 16.7992ZM16.8 14.9993C16.8 15.4766 16.6104 15.9345 16.2728 16.272C15.9352 16.6096 15.4774 16.7992 15 16.7992C14.5226 16.7992 14.0648 16.6096 13.7272 16.272C13.3896 15.9345 13.2 15.4766 13.2 14.9993V9.59944H16.8V14.9993Z" fill="black"/><path d="M10.8001 2.3999H2.40011C2.24098 2.3999 2.08837 2.46312 1.97585 2.57564C1.86332 2.68816 1.80011 2.84077 1.80011 2.9999C1.80011 3.15903 1.86332 3.31164 1.97585 3.42417C2.08837 3.53669 2.24098 3.5999 2.40011 3.5999H10.8001C10.9592 3.5999 11.1119 3.53669 11.2244 3.42417C11.3369 3.31164 11.4001 3.15903 11.4001 2.9999C11.4001 2.84077 11.3369 2.68816 11.2244 2.57564C11.1119 2.46312 10.9592 2.3999 10.8001 2.3999Z" fill="black"/><path d="M10.8001 11.3999H2.40011C2.24098 11.3999 2.08837 11.4631 1.97585 11.5756C1.86332 11.6882 1.80011 11.8408 1.80011 11.9999C1.80011 12.159 1.86332 12.3116 1.97585 12.4241C2.08837 12.5367 2.24098 12.5999 2.40011 12.5999H10.8001C10.9592 12.5999 11.1119 12.5367 11.2244 12.4241C11.3369 12.3116 11.4001 12.159 11.4001 11.9999C11.4001 11.8408 11.3369 11.6882 11.2244 11.5756C11.1119 11.4631 10.9592 11.3999 10.8001 11.3999Z" fill="black"/><path d="M10.8001 13.7997H2.40011C2.24098 13.7997 2.08837 13.8629 1.97585 13.9754C1.86332 14.0879 1.80011 14.2405 1.80011 14.3997C1.80011 14.5588 1.86332 14.7114 1.97585 14.8239C2.08837 14.9364 2.24098 14.9996 2.40011 14.9996H10.8001C10.9592 14.9996 11.1119 14.9364 11.2244 14.8239C11.3369 14.7114 11.4001 14.5588 11.4001 14.3997C11.4001 14.2405 11.3369 14.0879 11.2244 13.9754C11.1119 13.8629 10.9592 13.7997 10.8001 13.7997Z" fill="black"/><path d="M2.40011 10.1995H5.40011C5.55924 10.1995 5.71185 10.1363 5.82437 10.0238C5.9369 9.91125 6.00011 9.75865 6.00011 9.59952V5.39966C6.00011 5.24054 5.9369 5.08793 5.82437 4.97541C5.71185 4.86289 5.55924 4.79968 5.40011 4.79968H2.40011C2.24098 4.79968 2.08837 4.86289 1.97585 4.97541C1.86332 5.08793 1.80011 5.24054 1.80011 5.39966V9.59952C1.80011 9.75865 1.86332 9.91125 1.97585 10.0238C2.08837 10.1363 2.24098 10.1995 2.40011 10.1995ZM3.00011 5.99964H4.80011V8.99954H3.00011V5.99964Z" fill="%23CF1F25"/><path d="M10.8 5.39966H7.20004C7.04091 5.39966 6.88829 5.46287 6.77577 5.57539C6.66325 5.68791 6.60004 5.84051 6.60004 5.99964C6.60004 6.15876 6.66325 6.31137 6.77577 6.42389C6.88829 6.53641 7.04091 6.59962 7.20004 6.59962H10.8C10.9592 6.59962 11.1118 6.53641 11.2243 6.42389C11.3368 6.31137 11.4 6.15876 11.4 5.99964C11.4 5.84051 11.3368 5.68791 11.2243 5.57539C11.1118 5.46287 10.9592 5.39966 10.8 5.39966Z" fill="%23CF1F25"/><path d="M10.8 8.39978H7.20004C7.04091 8.39978 6.88829 8.46299 6.77577 8.57551C6.66325 8.68803 6.60004 8.84064 6.60004 8.99976C6.60004 9.15888 6.66325 9.31149 6.77577 9.42401C6.88829 9.53653 7.04091 9.59974 7.20004 9.59974H10.8C10.9592 9.59974 11.1118 9.53653 11.2243 9.42401C11.3368 9.31149 11.4 9.15888 11.4 8.99976C11.4 8.84064 11.3368 8.68803 11.2243 8.57551C11.1118 8.46299 10.9592 8.39978 10.8 8.39978Z" fill="%23CF1F25"/></svg>');
}
.price-list-container .cart_ul li:nth-child(4)::before{
    background-image: url('data:image/svg+xml,<svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.83721 6.54603C8.83721 6.14403 8.52521 5.81803 8.14021 5.81803H6.58021C6.90521 4.15803 8.31221 2.91003 10.0002 2.91003C11.6882 2.91003 13.0952 4.16003 13.4192 5.82003H10.9302C10.5452 5.82003 10.2332 6.14503 10.2332 6.54603C10.2332 6.94803 10.5452 7.27403 10.9302 7.27403H13.4882V8.72803H10.9302C10.5452 8.72803 10.2332 9.05403 10.2332 9.45503C10.2332 9.85703 10.5452 10.183 10.9302 10.183H13.4192C13.1412 11.608 12.0652 12.73 10.6982 13.019V15.274C10.6982 15.675 10.3852 16.001 10.0002 16.001C9.61521 16.001 9.30221 15.675 9.30221 15.274V13.019C7.93521 12.729 6.85921 11.608 6.58221 10.183H8.13921C8.52521 10.183 8.83721 9.85703 8.83721 9.45503C8.83721 9.05303 8.52521 8.72803 8.14021 8.72803H6.51221V7.27403H8.13921C8.52521 7.27403 8.83721 6.94803 8.83721 6.54703" fill="%23EB2328"/><path d="M10 0C6.67 0 3.946 2.701 3.734 6.116C3.37302 5.92005 2.96873 5.8176 2.558 5.818C1.145 5.818 0 7.012 0 8.485V10.425C0 11.897 1.145 13.091 2.558 13.091C2.606 13.091 2.65367 13.0897 2.701 13.087V13.091C4.035 13.091 5.116 11.964 5.116 10.573V6.545C5.116 3.734 7.303 1.455 10 1.455C12.697 1.455 14.884 3.734 14.884 6.545V10.573C14.884 11.963 15.964 13.091 17.299 13.091V13.087C17.3457 13.0897 17.3933 13.091 17.442 13.091C18.855 13.091 20 11.897 20 10.424V8.484C20 7.012 18.855 5.818 17.442 5.818C17.018 5.818 16.618 5.926 16.266 6.116C16.054 2.701 13.329 0 10 0Z" fill="black"/></svg>');
}
.price-list-container .cart_ul li:nth-child(5)::before{
    background-image: url('data:image/svg+xml,<svg width="13" height="24" viewBox="0 0 13 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2065_3159)"><path d="M10.2857 24H2.28571C1.6795 24 1.09812 23.7592 0.66947 23.3305C0.240816 22.9019 0 22.3205 0 21.7143V6.85713C0 6.25092 0.240816 5.66954 0.66947 5.24088C1.09812 4.81223 1.6795 4.57141 2.28571 4.57141H10.2857C10.8919 4.57141 11.4733 4.81223 11.902 5.24088C12.3306 5.66954 12.5714 6.25092 12.5714 6.85713V21.7143C12.5714 22.3205 12.3306 22.9019 11.902 23.3305C11.4733 23.7592 10.8919 24 10.2857 24ZM2.28571 5.71427C1.98261 5.71427 1.69192 5.83468 1.47759 6.049C1.26327 6.26333 1.14286 6.55402 1.14286 6.85713V21.7143C1.14286 22.0174 1.26327 22.3081 1.47759 22.5224C1.69192 22.7367 1.98261 22.8571 2.28571 22.8571H10.2857C10.5888 22.8571 10.8795 22.7367 11.0938 22.5224C11.3082 22.3081 11.4286 22.0174 11.4286 21.7143V6.85713C11.4286 6.55402 11.3082 6.26333 11.0938 6.049C10.8795 5.83468 10.5888 5.71427 10.2857 5.71427H2.28571ZM8.57143 21.1428H4V22.2857H8.57143V21.1428ZM6.28571 6.85713C6.05968 6.85713 5.83872 6.7901 5.65078 6.66452C5.46283 6.53894 5.31635 6.36045 5.22985 6.15162C5.14335 5.94279 5.12072 5.713 5.16482 5.49131C5.20891 5.26962 5.31776 5.06598 5.47759 4.90615C5.63742 4.74632 5.84106 4.63747 6.06275 4.59337C6.28445 4.54927 6.51424 4.57191 6.72307 4.65841C6.9319 4.74491 7.11039 4.89139 7.23596 5.07933C7.36154 5.26727 7.42857 5.48823 7.42857 5.71427C7.42857 6.01737 7.30816 6.30806 7.09384 6.52239C6.87951 6.73672 6.58882 6.85713 6.28571 6.85713Z" fill="black"/><path d="M6.98627 -0.116361L0.493605 3.56866L7.11789 1.59454L6.98627 -0.116361Z" fill="black"/><path d="M6.98627 -0.116361L0.493605 3.56866L7.11789 1.59454L6.98627 -0.116361Z" fill="black"/><path d="M6.98627 -0.116361L0.493605 3.56866L7.11789 1.59454L6.98627 -0.116361Z" stroke="black" stroke-width="0.0877387"/><path d="M10.9781 1.33144L1.8094 3.91973L10.978 3.26172L10.9781 1.33144Z" fill="black"/><path d="M10.9781 1.33144L1.8094 3.91973L10.978 3.26172L10.9781 1.33144Z" fill="black"/><path d="M10.9781 1.33144L1.8094 3.91973L10.978 3.26172L10.9781 1.33144Z" stroke="black" stroke-width="0.0877387"/><rect x="4" y="21.1428" width="4.57143" height="1.14286" fill="%23CF1F25"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.14286 17.1429L9.141 10.8572H4V17.1429H5.14941V16.3471H4.60235V11.4905H8.52455V16.3429H7.99291V17.1423L9.14286 17.1429Z" fill="%23CF1F25"/></g><defs><clipPath id="clip0_2065_3159"><rect width="12.5714" height="24" fill="white"/></clipPath></defs></svg>');
}
.price-list-container .cart_ul li:nth-child(6)::before{
    background-image: url('data:image/svg+xml,<svg width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2065_3171)"><path d="M20.4836 1.21532C20.4836 1.20187 20.4749 1.18921 20.4718 1.17576C20.4627 1.14378 20.4511 1.11257 20.4371 1.0824C20.43 1.06737 20.4221 1.05391 20.4135 1.03967C20.3983 1.01208 20.3812 0.985638 20.3623 0.960553C20.352 0.947102 20.3418 0.934443 20.3307 0.921784C20.3064 0.896673 20.2801 0.873647 20.2519 0.852947C20.2441 0.846617 20.2378 0.838705 20.2299 0.832375L20.2228 0.828421C20.1842 0.801236 20.1427 0.778415 20.0991 0.760375L20.0762 0.753255C20.0397 0.739554 20.0019 0.729225 19.9635 0.722397C19.9486 0.722397 19.9328 0.7224 19.917 0.717652C19.9013 0.712905 19.8792 0.714486 19.8603 0.714486H10.3965C10.2268 0.714696 10.064 0.78256 9.94404 0.90317C9.82407 1.02378 9.75668 1.18727 9.75668 1.35774V6.39299C9.7625 6.55958 9.83251 6.7174 9.95194 6.83319C10.0714 6.94898 10.2309 7.01369 10.3969 7.01369C10.5629 7.01369 10.7225 6.94898 10.8419 6.83319C10.9613 6.7174 11.0313 6.55958 11.0372 6.39299V2.0002H15.9834L13.0481 3.00108C12.9216 3.04433 12.8117 3.12625 12.7338 3.23536C12.656 3.34447 12.614 3.4753 12.6139 3.60952V6.3922C12.6139 6.5627 12.6814 6.72621 12.8015 6.84677C12.9215 6.96733 13.0844 7.03506 13.2542 7.03506C13.424 7.03506 13.5868 6.96733 13.7069 6.84677C13.827 6.72621 13.8944 6.5627 13.8944 6.3922V4.07L19.2205 2.25022V17.9296L13.8944 19.7494V15.2063C13.8944 15.0358 13.827 14.8723 13.7069 14.7517C13.5868 14.6311 13.424 14.5634 13.2542 14.5634C13.0844 14.5634 12.9215 14.6311 12.8015 14.7517C12.6814 14.8723 12.6139 15.0358 12.6139 15.2063V17.7476H11.038V15.2063C11.0321 15.0397 10.9621 14.8819 10.8427 14.7661C10.7233 14.6503 10.5637 14.5856 10.3977 14.5856C10.2317 14.5856 10.0722 14.6503 9.95273 14.7661C9.8333 14.8819 9.7633 15.0397 9.75748 15.2063V18.3909C9.75748 18.4754 9.77404 18.559 9.80624 18.637C9.83843 18.7151 9.88563 18.786 9.94511 18.8457C10.0046 18.9055 10.0752 18.9528 10.153 18.9852C10.2307 19.0175 10.314 19.0341 10.3981 19.0341H12.6147V20.6435C12.6149 20.7456 12.6392 20.8462 12.6857 20.937C12.7323 21.0279 12.7997 21.1062 12.8824 21.1657C12.9651 21.2252 13.0607 21.264 13.1614 21.279C13.262 21.294 13.3647 21.2847 13.461 21.2519L20.0676 18.9993C20.1941 18.9561 20.304 18.8741 20.3819 18.765C20.4597 18.6559 20.5016 18.5251 20.5017 18.3909V1.35774C20.501 1.30973 20.495 1.26196 20.4836 1.21532Z" fill="%23CF1F25"/><path d="M10.0087 13.0376C10.1563 13.0375 10.2993 12.9864 10.4137 12.8928L11.1804 12.2598L12.3766 12.6064C12.4342 12.6231 12.4939 12.6316 12.5539 12.6317H15.2867C15.4184 12.6316 15.5469 12.5907 15.6546 12.5146L17.062 11.5232C17.0785 11.5121 17.0912 11.4979 17.1061 11.4852C17.1211 11.4726 17.1361 11.4631 17.1503 11.4488L17.1542 11.4433C17.1708 11.4247 17.1863 11.4051 17.2007 11.3847C17.2117 11.3705 17.2235 11.357 17.2338 11.342C17.2445 11.3238 17.2542 11.3051 17.2629 11.2858C17.2724 11.2669 17.2834 11.2487 17.2905 11.2297C17.2976 11.2107 17.3 11.1956 17.3047 11.179C17.3123 11.1565 17.3186 11.1335 17.3236 11.1102C17.3236 11.0928 17.3236 11.0746 17.3283 11.0564C17.3314 11.0336 17.3332 11.0106 17.3339 10.9876C17.3339 10.9686 17.3299 10.9488 17.3275 10.9298C17.326 10.908 17.3234 10.8864 17.3197 10.8649C17.3197 10.8475 17.3094 10.8309 17.3039 10.8135C17.2979 10.7901 17.2906 10.7671 17.2818 10.7447C17.2755 10.7304 17.2669 10.717 17.2598 10.7027C17.2482 10.6784 17.235 10.6549 17.2204 10.6323V10.6268C17.2094 10.6109 17.1952 10.5975 17.1826 10.5832C17.17 10.569 17.1597 10.5524 17.1455 10.5389L17.1353 10.5287L15.7374 9.14958C15.6175 9.03089 15.4558 8.96438 15.2874 8.96443H8.4989C8.04556 8.13202 7.32951 7.47452 6.46335 7.09537C5.5972 6.71622 4.6301 6.63692 3.71416 6.86994C2.79822 7.10296 1.98541 7.63509 1.40357 8.38262C0.821728 9.13016 0.503873 10.0507 0.5 10.9994C0.501671 12.131 0.950896 13.2155 1.74887 14.0145C2.54684 14.8135 3.62822 15.2616 4.75515 15.2601C5.51986 15.2616 6.27081 15.0559 6.92877 14.6646C7.58672 14.2733 8.12727 13.7109 8.49338 13.0368L10.0087 13.0376ZM4.7583 13.9752C4.36729 13.9767 3.97985 13.9006 3.61823 13.7512C3.25662 13.6018 2.92798 13.3822 2.65122 13.1048C2.37513 12.8296 2.15632 12.502 2.00751 12.1411C1.8587 11.7802 1.78287 11.3932 1.78443 11.0026C1.78796 10.3167 2.02608 9.65279 2.45892 9.12211C2.89176 8.59144 3.49304 8.22618 4.16207 8.08751C4.83111 7.94884 5.52728 8.04516 6.13402 8.36036C6.74077 8.67556 7.22124 9.19049 7.495 9.81894C7.53822 9.94481 7.61941 10.0541 7.7273 10.1315C7.83519 10.2089 7.96442 10.2506 8.09702 10.2509H15.0313L15.7051 10.9179L15.0912 11.3507H12.6485L11.2167 10.9353C11.1171 10.9063 11.012 10.9019 10.9104 10.9228C10.8088 10.9436 10.7138 10.9889 10.6336 11.0548L9.78411 11.7519H8.10569C8.06124 11.7515 8.01688 11.7557 7.97331 11.7645H7.967C7.92872 11.7726 7.89126 11.7843 7.85511 11.7993C7.84408 11.8041 7.83462 11.8104 7.82438 11.8159C7.79718 11.8284 7.77085 11.8427 7.74558 11.8587C7.73612 11.865 7.72824 11.8729 7.71958 11.88C7.69514 11.8976 7.67196 11.9169 7.65023 11.9378C7.64078 11.9473 7.6329 11.9592 7.62423 11.9687C7.60517 11.9888 7.58753 12.0102 7.57143 12.0327C7.54757 12.0678 7.52724 12.1052 7.51076 12.1443C7.28352 12.6884 6.90079 13.1528 6.4109 13.4786C5.92101 13.8045 5.34594 13.9773 4.7583 13.9752Z" fill="black"/><path d="M3.66612 11.6993C4.05127 11.6993 4.36349 11.3868 4.36349 11.0014C4.36349 10.616 4.05127 10.3036 3.66612 10.3036C3.28097 10.3036 2.96875 10.616 2.96875 11.0014C2.96875 11.3868 3.28097 11.6993 3.66612 11.6993Z" fill="black"/></g><defs><clipPath id="clip0_2065_3171"><rect width="20" height="20.5714" fill="white" transform="translate(0.5 0.714233)"/></clipPath></defs></svg>');
}
.price-list-container .cart_ul li:nth-child(7)::before{
    background-image: url('data:image/svg+xml,<svg width="76" height="76" viewBox="0 0 76 76" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_2065_3179)"><circle cx="38" cy="38" r="22" fill="white"/></g><path fill-rule="evenodd" clip-rule="evenodd" d="M31.1852 45.1501C29.9585 45.0276 29 43.9919 29 42.7321V36.365C29 35.9352 29.171 35.5228 29.4749 35.219C29.7788 34.9151 30.1912 34.7441 30.6209 34.7441H32.4727V33.355C32.4727 32.9253 32.6437 32.5129 32.9476 32.209C33.2515 31.9052 33.6639 31.7341 34.0936 31.7341H45.6691C46.5642 31.7341 47.29 32.4599 47.29 33.3542V34.7433C47.29 35.127 46.9783 35.4378 46.5954 35.4378C46.2117 35.4378 45.9009 35.127 45.9009 34.7433V33.3542C45.9009 33.2265 45.7967 33.1232 45.6691 33.1232H34.0927C34.0311 33.1232 33.9729 33.1475 33.9295 33.1909C33.8861 33.2344 33.8618 33.2934 33.8618 33.3542V42.7313C33.8618 43.1038 33.7776 43.4571 33.6282 43.7723H42.8909C44.5535 43.7723 45.9009 42.4248 45.9009 40.7632V38.4477C45.9009 38.064 46.2117 37.7532 46.5955 37.7532C46.9783 37.7532 47.29 38.064 47.29 38.4477V40.7632C47.29 43.1924 45.321 45.1614 42.8909 45.1614H31.3154C31.2712 45.1614 31.2278 45.1579 31.1852 45.1501ZM32.4727 36.1332H30.62C30.5584 36.1332 30.5002 36.1575 30.4568 36.2009C30.4134 36.2443 30.3891 36.3033 30.3891 36.365V42.7321C30.3891 43.3069 30.8553 43.7731 31.4301 43.7731H31.4318C32.0065 43.7731 32.4727 43.3069 32.4727 42.7321V38.9114L32.4727 36.1332ZM41.5018 35.6704C41.1181 35.6704 40.8073 35.3596 40.8073 34.9759C40.8073 34.5921 41.1181 34.2813 41.5018 34.2813H43.5855C43.9692 34.2813 44.28 34.5921 44.28 34.9759C44.28 35.3596 43.9692 35.6704 43.5855 35.6704H41.5018ZM41.5018 38.9114C41.1181 38.9114 40.8073 38.6006 40.8073 38.2168C40.8073 37.8339 41.1181 37.5223 41.5018 37.5223H43.5855C43.9692 37.5223 44.28 37.8339 44.28 38.2168C44.28 38.6006 43.9692 38.9114 43.5855 38.9114H41.5018ZM36.1773 42.1532C35.7935 42.1532 35.4827 41.8415 35.4827 41.4586C35.4827 41.0749 35.7935 40.7641 36.1773 40.7641H43.5855C43.9692 40.7641 44.28 41.0749 44.28 41.4586C44.28 41.8415 43.9692 42.1532 43.5855 42.1532H36.1773ZM38.2609 34.0495C39.156 34.0495 39.8809 34.7753 39.8809 35.6704V37.2913C39.8809 38.1864 39.1552 38.9114 38.2609 38.9114H36.64C35.7449 38.9114 35.0191 38.1856 35.0191 37.2913V35.6704C35.0191 34.7754 35.7449 34.0495 36.64 34.0495H38.2609ZM38.2609 35.4386H36.64C36.5124 35.4386 36.4082 35.5428 36.4082 35.6704V37.2913C36.4082 37.419 36.5124 37.5223 36.64 37.5223H38.2609C38.3885 37.5223 38.4919 37.419 38.4919 37.2913V35.6704C38.4919 35.5428 38.3885 35.4386 38.2609 35.4386Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M38.2609 34.0496C39.156 34.0496 39.8809 34.7754 39.8809 35.6705V37.2914C39.8809 38.1865 39.1552 38.9114 38.2609 38.9114H36.64C35.7449 38.9114 35.0191 38.1856 35.0191 37.2914V35.6705C35.0191 34.7754 35.7449 34.0496 36.64 34.0496H38.2609ZM38.2609 35.4387H36.64C36.5124 35.4387 36.4082 35.5428 36.4082 35.6705V37.2914C36.4082 37.419 36.5124 37.5223 36.64 37.5223H38.2609C38.3885 37.5223 38.4919 37.419 38.4919 37.2914V35.6705C38.4919 35.5428 38.3885 35.4387 38.2609 35.4387Z" fill="%23EB2328"/><defs><filter id="filter0_d_2065_3179" x="0.1875" y="0.1875" width="75.625" height="75.625" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feMorphology radius="4.125" operator="dilate" in="SourceAlpha" result="effect1_dropShadow_2065_3179"/><feOffset/><feGaussianBlur stdDeviation="5.84375"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2065_3179"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2065_3179" result="shape"/></filter></defs></svg>');
}


.price-list-container .pricegry.freenow {
    font-family: var(--merriweather-font-family, Merriweather);
    font-weight: 400;
    font-size: 72px;
    line-height: 74px;
    letter-spacing: -2.88px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

.price-list-container .yeargray {
    font-family: inherit;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -0.22px;
    text-align: center;
    vertical-align: middle;
    color: rgba(106, 106, 106, 1);
}

.price-list-container .gryCartinnerCont {
    text-align: center;
    margin-top: 0;
}



.price-list-container .offCancelany ul li {
    margin: 17px 0px 0px 0px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.15px;
    vertical-align: middle;
    color: #000;
}
.price-list-container .offCancelany {
    margin-bottom: 30px;
}
.price-list-container .priceCartListBigimg {
    max-width: 300px;
    margin-inline: auto;
    width: calc(100% - 40px);
    height: 100%;
    background: unset;
    position: relative;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}

.price-list-container  .grpbgcart {
    background-color: rgba(242, 242, 242, 1);
    padding: 30px;
    border-radius: 10px 10px 20px 20px;
}

.price-list-container .subsndStartbtn-btn .subscribe_btn{
    all: unset;
    font-family: inherit;
    font-weight: 900;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.13px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background-color: var(--subscription-primary-button-color, rgba(235, 34, 39, 1));
    box-shadow: 0px 12px 21px 4px rgba(68, 97, 242, 0.15);
    color: #fff;
    padding: 8px 70px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: var(--subscription-pricing-button-shadow);
    box-sizing: border-box;
}

.price-list-container .subsndStartbtn-btn {
    text-align: center;
    margin-top: 20px;
}

.subscription-query-panel {
    max-width: var(--query-container-width, 850px);
    width: calc(100% - 40px);
    margin: 60px auto;
    background-color: #fff;
    box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.06);
    padding: 40px 0px;
    border-radius: 10px;
}

.subscription-query-headline {
    font-family: inherit;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    padding: 0px 40px;
    font-weight: 800;
}

.subscription-query-panel ul li {
    list-style: none;
    border-bottom: 1px solid rgba(229, 228, 228, 1);
    padding: 20px 0px;
    
}

.subscription-query-panel ul li .subscription-query-panel-row{
    display: grid;
    grid-template-columns: 24px 1fr;
    column-gap: 20px;
    align-items: center;
    max-width: 320px;
    width: calc(100% - 40px);
    margin-inline: auto;
}

.subscription-query-panel ul li a{
    font-family: inherit;
    font-weight: 400;
    font-size: 26px;
    line-height: 0px;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

.subscription-query-panel address {
    font-family: inherit;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    max-width: 600px;
    width: calc(100% - 40px);
    margin: 20px auto 10px auto;
    color: #000;
    font-style: normal;
}

.subscription-query-panel address  a, .subscription-query-panel address  span{
    color: var(--subscription-primary-button-color, rgba(235, 34, 39, 1));
    text-decoration: none;
    overflow-wrap: break-word;
}
.subscription-query-contact-timing {
    font-family: inherit;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(102, 102, 102, 1);
}
.subscription-top-magzine-button-container.mobile-sub-button {
    display: none;
}

.amanites-magazine.premiumInfo {
    border-radius: 0;
    margin-bottom: 60px;
}

.subscription-query-contact-icon svg {
    width: 100%;
    height: 100%;
}

.subscription-query-panel ul li .subscription-query-contact-icon {
    width: 24px;
    height: 24px;
}
.terms-plangroup {
    margin: 30px auto;
}

.price-list-container .priceCartListBigimg:before {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(243, 243, 243, 0.5) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 99999px;
    z-index: 0;
}

.priceCartListBigimg img {
    position: relative;
}


@media (max-width:1150px) {
     .subscription-top-magzine{
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
    }
    .price-list-container .cartHeading {
        padding: 16px 0px 14px 20px;
    }
    .price-list-container h3 {
        font-size: 34px;
        line-height: 34px;
    }
}

@media (max-width:1024px) {
    .subscription-top-magzine-cover-headline {
        font-size: 40px;
        line-height: 44px;
    }
    .subscription-top-magzine-cover-kicker {
        font-size: 23px;
        line-height: 33px;
    }
    .subscription-top-magzine-cover-text {
        font-size: 19px;
        line-height: 29px;
    }
    .subscription-top-magzine-button-container a{
        font-size: 16px;
        padding: 15px 20px;
    }
    .price-list-container .cartHeading {
        padding: 16px 0px 14px 0px;
    }
    .price-list-container form {
        grid-template-columns: 420px 1fr;
    }
    .price-list-container h3 {
        font-size: 32px;
        line-height: 32px;
    }
    .price-list-container h6 {
        font-size: 16px;
        line-height: 22px;
    }
    .price-list-container .pricegry.freenow {
        font-size: 62px;
        line-height: 64px;
    }
    .subscription-top-magzine-button-icon{
        width: 30px;
        height: 30px;
    }
    .subscription-top-magzine-right{
        row-gap: 25px;
    }
    .price-list-container .cart_ul li::before{
        width: 40px;
        height: 40px;
    }
    .subscription-query-headline {
        font-size: 20px;
        line-height: 32px;
    }
    .subscription-query-panel ul li a{
        font-size: 24px;
    }
    .subscription-query-panel address {
        font-size: 19px;
        line-height: 26px;
    }
    .subscription-query-contact-timing{
        font-size: 17px;
    }

}

@media (max-width:850px) {
    .price-list-container form {
        grid-template-columns: repeat(2, 1fr);
    }
    .price-list-container h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .price-list-container .cart_ul {
        margin-inline-start: 0px;
    }

}

@media (max-width:767px){
    .subscription-top-magzine {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 20px;
    }
    .subscription-top-magzine-right , .price-list-container .grpbgcart{
        order: 1;
        row-gap: 0;
    }
    .subscription-top-magzine-left  , .price-list-container .cartHeading{
        order: 2;
        text-align: center;
    }
    .subscription-top-magzine-cover-icon {
        text-align: center;
    }
    .subscription-top-magzine-cover-icon svg {
        max-width: 210px;
    }
    .subscription-top-magzine-cover-headline {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 5px;
    }
    .subscription-top-magzine-cover-kicker {
        font-size: 15px;
        line-height: 22px;
        font-weight: 700;
    }
    .subscription-top-magzine-cover-text {
        font-size: 16px;
        line-height: 23px;
        margin: 20px 0px;
    }
    .subscription-top-magzine-button-container.mobile-sub-button {
        display: block;
        margin-top: 30px;
    }
    .subscription-top-magzine-button-container.desktop-sub-button {
        display: none;
    }
    .subscription-top-magzine-left img {
        max-width: 320px;
        width: calc(100% - 40px);
    }
    .subscription-top-magzine-button-container a {
        padding: 20px 40px;
        white-space: normal;
    }
    .subscription-top-magzine-button-icon {
        width: 34px;
        height: 34px;
    }
    .price-list-container form {
        grid-template-columns: 1fr;
        row-gap: 20px;
        column-gap: 0px;
    }
    .price-list-container {
        width: 100%;
        padding: 10px;
    }
    .price-list-container .grpbgcart {
        padding: 30px 10px;
    }
    .price-list-container .pricegry.freenow {
        font-size: 72px;
        line-height: 74px;
    }
    .price-list-container h3 {
        font-size: 24px;
        line-height: 42px;
        text-align: center;
    }
    .price-list-container h6 {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }
    .price-list-container .cart_ul li::before {
        width: 44px;
        height: 44px;
    }
    .price-list-container .cart_ul li {
        padding-inline-start: 20px;
    }
    .subscription-query-panel {
        padding: 20px 10px 24px 15px;
        border-radius: 12px;
    }
    .subscription-query-headline {
        font-size: 18px;
        line-height: 25.5px;
        font-weight: 700;
        padding: 0px;
        padding-inline-start: 24px;
        margin-bottom: 20px;
    }
   
    .subscription-query-panel ul li .subscription-query-panel-row {
            grid-template-columns: 34px 1fr;
    }
    .subscription-query-panel ul li .subscription-query-contact-icon {
        width: 34px;
        height: 34px;
    }
    .subscription-query-panel ul li a {
        font-size: 17px;
        line-height: 28px;
        word-break: break-word;
    }
    .subscription-query-panel address {
        font-size: 16px;
        line-height: 21px;
        margin: 16px auto 27px auto;
        width: 100%;box-sizing: border-box;
    }
    .subscription-query-panel address a, .subscription-query-panel address span {
        color: #9A9A9A;

    }
    .subscription-query-contact-timing {
        font-size: 12px;
        line-height: 19px;
    }
    .subscription-query-panel ul li {
        padding: 16px 0px 16px 48px;
    }
    
    .subscription-query-panel ul li:last-child{border-bottom: 0;}
}

@media (max-width:350px) {
    .subscription-query-headline {
        padding-inline-start: 0px;
    }
    .subscription-top-magzine-button-container a {
        padding: 20px 20px;
    }
    .subscription-query-panel ul li {
        padding-inline-start: 0;
    }
    .price-list-container .subsndStartbtn-btn .subscribe_btn{
        padding: 8px 20px;
        width: 100%;
    }
}