

section.pricing-feature {
    background: #dfeaf6;
}
.pricing-feature-inner {
    background: #fff;
    border-radius: 20px;
}
.pricing-feature-inner table {
    width: 100%;
    border-collapse: collapse;
}
.pricing-feature-inner th {
    padding: 20px;
}
.pricing-feature-inner th h4{
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 154%;
    text-align: center;
    white-space: nowrap;
    font-family: 'plus-jakarta-sans';
}
.pricing-feature-inner th p {
    color: #212121;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 206%;
}
.pricing-feature-inner th:first-child {
    text-align: left;
}
.pricing-feature-inner thead tr:first-child th:nth-child(2) {
    border-left: 1px solid #E2EAFE;
    border-right: 1px solid #E2EAFE;
}
.pricing-feature-inner tbody td {
    padding: 15px 20px;
    border-top: 1px solid #E2EAFE;
    border-right: 1px solid #E2EAFE;
    text-align: center;
}
.table-device {
    display: flex;
    align-items: center;
    column-gap: 8px;
    justify-content: center;
}
.pricing-feature-inner tbody td p{
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; 
    white-space: nowrap;
    word-wrap: break-word;
}
.pricing-feature-inner table tbody tr:nth-child(even) {
    background: #FBFBFB;
}
.pricing-feature-inner td:first-child {
    text-align: left;
}
.pricing-feature-inner td:last-child {
    border-right:0;
}
.pricing-table-content {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
    margin-left: 30px;
}
span.privin-tooltip svg {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}
span.privin-tooltip {
    position: relative;
    display: flex;
    cursor: pointer;
}
span.tooltip-content {
    position: absolute;
    width: auto;
    background: #d9d9d9;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    width: 200px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    z-index: 1;
    display: none;
    flex-flow: wrap;
    white-space: break-spaces;
    justify-content: center;
}
span.privin-tooltip:hover span.tooltip-content{
    display: flex;
}
span.tooltip-content:after {
    position: absolute;
    content: "";
    border-bottom: 7px solid #d9d9d9;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
}
.become-a-prime-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ffaa16;
    background-color: rgba(37, 28, 0, 0.96);
}
.become-a-prime-icon svg {
    width: 7.5px;
    height: 13.5px;
}
.pricing-feature-inner table thead tr td {
    padding: 12px 18px;
    background: #F6F9FF;
    border-right: 1px solid #E2EAFE;
}
.pricing-feature-inner table thead tr td:last-child {
    border-right: 0px solid #E2EAFE;
}
.pricing-feature-inner table thead tr td:nth-child(2) {
    border-bottom: 2px solid #0D56F9;
}
.pricing-feature-inner table thead tr td:nth-child(3) {
    border-bottom: 2px solid #E31B39;
}
.pricing-feature-inner table thead tr td:nth-child(4) {
    border-bottom: 2px solid #FFC800;
}
.pricing-feature-inner table thead tr td:nth-child(5) {
    border-bottom: 2px solid #BAA86B;
}
.pte-table-title p {
    color: #0D56F9 !important;
    text-align: center;
}
.ielts-table-title p {
    color: #E31B39 !important;
    text-align: center;
}
.duolingo-table-title p {
    color: #FFC800 !important;
    text-align: center;
}
.celpip-table-title p {
    color: #BAA86B !important;
    text-align: center;
}
.pricing-feature-inner table thead tr td p {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.75px;
}
.prime-user-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}
.pricing-feature-inner {
    overflow: auto;
}
.new-price-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    flex-flow: wrap;
}
.new-price-box {
    border-radius: 10px;
    background: linear-gradient(180deg, #FFEBB6 -0.1%, rgba(255, 235, 182, 0.28) 75.26%);
    padding: 39px 20px 30px;
    text-align: center;
    position: relative;
}
.new-price-box-outer {
    width: calc(25% - 23px);
    flex: calc(25% - 23px);
}
.new-price-box h2 {
    display: flex;
    align-items: flex-end;
    color: #B74606;
    text-align: center;
    font-family: 'plus-jakarta-sans' !important;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 80%;
    justify-content: center;
    column-gap: 5px;
    margin-bottom: 16px;
}
.new-price-box h2 sub {
    font-size: 18px;
    line-height: 18px;
    bottom: 0;
}
.new-price-box p {
    color: #B74606;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
    margin-bottom: 43px;
}
.new-price-box h4 {
    color: #343434;
    font-family: 'plus-jakarta-sans' !important;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.new-price-box h4 sub {
    font-size: 20px;
    line-height: 0;
    vertical-align: baseline;
}
.new-price-box span {
    position: relative;
    z-index: 2;
}
.new-price-box a {
    border-radius: 10px;
    padding: 12px 20px;
    color: #B1712E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    display: inline-block;
    margin-top: 40px;
    transition: all .4s ease-out;
    position: relative;
    width: 120px;
    overflow: hidden;
}
.new-price-box a::after {
    border: 2px solid #B1712E;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: 2;
}
.new-price-box a::before {
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0%;
    content: "";
    position: absolute;
    transition: 0.4s ease-out;
    background-color: #B1712E;
}
.new-price-box a:hover::before {
    width: 100%;
}
.new-price-box a:hover{
    color: #fff;
}
.new-price-box-outer:nth-child(2) .new-price-box a::after{
    border-color:#FF0095 ;
}
.new-price-box-outer:nth-child(2) .new-price-box a::before{
    background: #FF0095;
}
.new-price-box-outer:nth-child(2) .new-price-box a:hover{
    color: #fff;
}
.new-price-box-outer:nth-child(3) .new-price-box a::after{
    border-color:#0029BB ;
}
.new-price-box-outer:nth-child(3) .new-price-box a::before{
    background: #0029BB;
}
.new-price-box-outer:nth-child(3) .new-price-box a:hover {
    color: #fff;
}
.new-price-box-outer:nth-child(4) .new-price-box a::after{
    border-color:#03A100 ;
}
.new-price-box-outer:nth-child(4) .new-price-box a::before{
    background: #03A100;
}
.new-price-box-outer:nth-child(4) .new-price-box a:hover {
    color: #fff;
}
.new-price-box h4 span sub {
    text-decoration: line-through;
    color: #A4A4A4;
    font-size: 18px;
}
.new-price-box-outer:nth-child(2) .new-price-box h2,
.new-price-box-outer:nth-child(2) .new-price-box a,
.new-price-box-outer:nth-child(2) .new-price-box p{
    color: #FF0095;
}
.new-price-box-outer:nth-child(2) .new-price-box a{
    border-color:#FF0095 ;
}
.new-price-box-outer:nth-child(2) .new-price-box {
    background: linear-gradient(180deg, #FFD8EE -18.43%, rgba(255, 216, 238, 0.22) 80.03%);
}
.new-price-box-outer:nth-child(3) .new-price-box h2,
.new-price-box-outer:nth-child(3) .new-price-box a,
.new-price-box-outer:nth-child(3) .new-price-box p{
    color: #0029BB;
}
.new-price-box-outer:nth-child(3) .new-price-box a{
    border-color: #0029BB;
}
.new-price-box-outer:nth-child(3) .new-price-box {
    border-radius:0 0 10px 10px;
}
.new-price-box-outer:nth-child(3) .new-price-box {
    background: linear-gradient(180deg, #CFE5FF -13.82%, rgba(207, 229, 255, 0.22) 78.67%);
    padding-bottom: 54px;
    padding-top: 50px;
}
.new-price-box-outer:nth-child(4) .new-price-box h2,
.new-price-box-outer:nth-child(4) .new-price-box a,
.new-price-box-outer:nth-child(4) .new-price-box p{
    color:#03A100;
}
.new-price-box-outer:nth-child(4) .new-price-box a {
    border-color: #03A100;
}
.new-price-box-outer:nth-child(4) .new-price-box {
    border-radius:0 0 10px 10px;
}
.new-price-box-outer:nth-child(4) .new-price-box {
    background: linear-gradient(180deg, #C9F1E0 -19.97%, rgba(201, 241, 224, 0.22) 65.53%);
}
.new-popular {
    background: #EF7200;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 7px 10px 5px;
    border-radius: 10px 10px 0 0;
}
.new-popular.gurully-choice{
    background: #0D56F9;
}
.new-price-text p {
    color: #A4A4A4;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 30px;
}
.prime-feature-box-new:after {
    position: absolute;
    content: "";
    background: #E9E9E9;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    max-width: 309px;
}
.prime-feature-box-new {
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
}
.pricing-banner .product-banner-inner {
    max-width: 814px;
    margin: 0 auto;
}
.new-price-free {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
    background: #E7EFFF;
    padding: 30px 30px 26px;
    border-radius: 20px;
    border-bottom: 4px solid #0D56F9;
    margin-bottom: 34px;
}
.new-price-free-content h4 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.075px;
    text-transform: capitalize;
    color: #212121;
}
.new-price-free-content p {
    color: #5F5F5F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.075px;
    margin-top: 10px;
}
.new-price-free .comman-btn {
    padding: 10px 26px 12px;
    white-space: nowrap;
}
.new-price-text p {
    color: #212121;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 30px;
}


@media(max-width:1350px){
    .new-popular {
        font-size: 12px;
        padding: 6px 10px 4px;
    }
    .new-price-box h2 {
        font-size: 36px;
        column-gap: 4px;
        margin-bottom: 10px;
    }
    .new-price-box p {
        font-size: 14px;
        margin-bottom: 24px;
    }
    .new-price-box h4 {
        font-size: 26px;
    }
    .new-price-box a {
        padding: 8px 18px;
        font-size: 14px;
        margin-top: 26px;
    }
    .new-price-box-offe.new-price-box p {
        margin-bottom: 17px;
    }
    .new-price-box h4 span sub {
        font-size: 14px;
    }
    .new-price-box h4 sub {
        font-size: 16px;
    }
    .new-price-box-outer:nth-child(3) .new-price-box {
        padding-bottom: 34px;
        padding-top: 34px;
    }
    .new-price-box {
        padding: 30px 16px 24px;
    }
    .new-price-inner {
        column-gap: 18px;
    }
    .prime-feature-box-content ul li span svg {
        width: 18px;
        height: 18px;
    }
    .new-price-box h2 sub {
        font-size: 16px;
        line-height: 16px;
    }
    .new-price-text p {
        font-size: 12px;
        margin-top: 20px;
    }
    .new-price-text p {
        font-size: 12px;
        margin-top: 20px;
    }
    .pricing-feature-inner th h4 {
        font-size: 14px;
    }
    .pricing-feature-inner th p {
        font-size: 12px;
        line-height: 180%;
    }
    .pricing-feature-inner table thead tr td p {
        font-size: 12px;
        line-height: 22.75px;
    }
    .pricing-feature-inner table thead tr td {
        padding: 10px 12px;
    }
    .pricing-feature-inner th {
        padding: 12px 12px;
    }
    .pricing-feature-inner tbody td {
        padding: 10px 12px;
    }
    .pricing-feature-inner tbody td p {
        font-size: 12px;
    }
    .pricing-feature-inner tbody td svg {
        width: 15px;
        height: 15px;
    }
    .become-a-prime-icon {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
    }
    .become-a-prime-icon svg {
        width: 5.5px;
        height: 10.5px;
    }
}

@media(max-width:991px){
    .new-price-inner{
        row-gap: 18px;
    }
    .new-price-box h2 {
        font-size: 30px;
    }
    .new-price-box h2 sub {
        font-size: 14px;
        line-height: 14px;
    }
    .new-price-box p {
        margin-bottom: 20px;
    }
    .new-price-box h4 {
        font-size: 24px;
    }
    .new-price-box h4 sub {
        font-size: 14px;
    }
    .new-price-box-offe.new-price-box p {
        margin-bottom: 15px;
    }
    .new-price-box-offe.new-price-box a {
        margin-top: 20px;
    }
    .new-price-box a {
        padding: 8px 14px;
        margin-top: 20px;
    }
    .new-price-box-outer:nth-child(3) .new-price-box {
        padding-bottom: 35px;
        padding-top: 35px;
    }
}
@media(max-width:767px){
    .pricing-feature-inner td {
        padding: 15px 20px;
        font-size: 16px;
        white-space: nowrap;
    }
    span.tooltip-content {
        width: 160px;
    }
    .new-price-box-outer {
        width: calc(50% - 15px);
        flex: calc(50% - 15px);
    }
    .new-price-free-content h4 {
        font-size: 26px;
        line-height: 30px;
    }
    .new-price-free-content p {
        margin-top: 8px;
    }
    .new-price-free .comman-btn {
        padding: 8px 19px 8px;
    }
    .new-price-free {
        flex-flow: wrap;
        row-gap: 20px;
        padding: 20px 20px 16px;
        margin-bottom: 24px;
    }
}
@media(max-width: 576px){
    .new-sample-answer-question-box-duolingo .new-sample-answer-box-comman {
        width: calc(100% - 0px);
    }
    .new-price-box-outer {
        width: calc(100% - 0px);
        flex: calc(100% - 0px);
    }
}
