.pages-banner.pte-voucher-banner .price-banner-badge {
    border-radius: 13px;
    background: var(--white-color);
    color: var(--green-color);
    text-align: center;
    font-family: var(--font-family-heading);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding: 9px 30px;
    position: relative;
    display: inline-flex;
    margin: 20px 0 0;
}
.pages-banner.pte-voucher-banner .price-banner-badge svg {
    position: absolute;
    top: -12px;
    right: -12px;
}
.pte-voucher-inner {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
}
.pte-voucher-right {
    border-radius: 30px;
    background: var(--white-color);
    box-shadow: 0 0 55px 0 var(--box-shadow-color4);
    width: 100%;
}
.pte-voucher-left {
    flex: 0 0 312px;
    display: flex;
}
.pte-voucher-right {
    border-radius:0 30px 30px 0 ;
    background: var(--white-color);
    box-shadow: 0 0 55px 0 var(--box-shadow-color4);
    width: 100%;
    padding: 30px 30px;
    position: relative;
}
section.pte-voucher {
    position: relative;
    z-index: 1;
    margin-top: -240px;
}
.pte-voucher-right h2 {
    color: var(--dark-blue);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    margin-bottom: 40px;
}
.pte-voucher-right h2 span {
    border-radius: 3px;
    background: var(--main-color);
    color: var(--white-color);
    transform: rotate(-4.281deg);
    display: inline-block;
    padding: 3px 7px;
    position: relative;
}
.pte-voucher-right h2 span svg {
    position: absolute;
    bottom: -17px;
    width: 100%;
    height: auto;
    left: 0;
    transform: rotate(4deg);
}
.pte-voucher-right p {
    color: var(--dark-blue);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px;
}
.pte-voucher-right ul {
    display: flex;
    flex-flow: wrap;
    max-width: 400px;
    gap: 20px;
}
.pte-voucher-right ul li {
    color: var(--text-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    align-items: center;
    display: flex;
    align-items: center;
    gap: 10px;
}
.pte-voucher-right-btn {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}
.pte-voucher-right-price {
    width: 110px;
    height: 110px;
    position: relative;
    background: var(--green-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    padding: 22px;
}
.pte-voucher-right-price span {
    color: var(--white-color);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    margin-top: 4px;
}
.pte-voucher-right-price small {
    color: var(--white-color);
    font-family: var(--font-family-heading);
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    display: block;
    text-align: right;
    width: 100%;
}
.pte-voucher-right-price:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--white-color);
    z-index: 1;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.pte-voucher-right-off {
    position: absolute;
    top: 0px;
    right: 27px;
    -webkit-animation: swing 2s linear infinite alternate;
    animation: swing 2s linear infinite alternate;
    transform-origin: center top;
    animation-delay: 2s;
    transform: rotate(0deg);
}
.pte-voucher-right-line {
    width: 2px;
    background: var(--colorD2D0D0);
    height: 96px;
    margin: 0 auto 0px;
    position: relative;
    z-index: 1;
    animation: drop 2s ease-in-out forwards; /* 'forwards' keeps final state */
    transform-origin: top;
}
@-webkit-keyframes swing {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(4deg); }
  75%  { transform: rotate(-4deg); }
  100% { transform: rotate(4deg); }
}
@keyframes swing {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(4deg); }
  75%  { transform: rotate(-4deg); }
  100% { transform: rotate(4deg); }
}
@-webkit-keyframes drop {
  0% { height: 0; }
  100% { height: 96px; }
}
@keyframes drop {
  0% { height: 0; }
  100% { height: 96px; }
}
.features-inner {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.features-box {
    border-radius: 5px;
    background: linear-gradient(180deg, var(--bg2-light10) 0%, var(--bg2-light02) 100%);
    padding: 25px;
    border-top: 7px solid var(--main-color);
    width: 33.33%;
}
.features-box h3 {
    color: var(--color12141D);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 24px;
}
.features-box ul li {
    color: var(--text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    align-items: flex-start;
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}
.features-box li img {
    margin-top: 4px;
}
.feature-btn {
    text-align: center;
}
.benefits-inner {
    display: flex;
    gap: 20px;
}
.benefits-outer {
    background: var(--colorE0EDFF);
    padding: 50px 0;
}
.benefits-box {
    border-radius: 20px;
    background: var(--white-color);
    padding: 30px;
    width: 25%;
}
.benefits-box p {
    color: var(--dark-blue);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 20px 0 10px;
}
.benefits-box span {
    color: var(--text-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: flex;
}
.pages-banner.pte-voucher-banner {
    padding-bottom: 300px;
}
.features-box ul li:last-child{
    margin-bottom: 0;
}
.pte-voucher-right-inner {
    max-width: 510px;
}
.pte-voucher-form form {
    display: flex;
    column-gap: 20px;
    row-gap: 24px;
    flex-flow: wrap;
}
.input-box-outer {
    width: calc(50% - 10px);
}
.input-box-outer.input-box-phone-number {
    width: 100%;
    display: flex;
    gap: 20px;
}
.input-box-phone-number-flag {
    width: 90px;
    border-radius: 10px;
    background: var(--colorF3F3F3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color919191);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    gap: 10px;
}
.input-box-outer.input-box-phone-number .floating-label {
    width: calc(100% - 110px);
}
.iti__selected-country-primary:hover {
    background: transparent !important;
}
.customize-box-price-detail {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--colorE5EAF4);
    margin-bottom: 20px;
}
.customize-box-price-detail p {
    margin: 0 !important;
    color: var(--text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
}
.customize-box-price-detail .output {
    color: var(--color12141D);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
}
.customize-box-price-detail sub {
    font-size: 12px;
    vertical-align: text-bottom;
    font-weight: 500;
    color: var(--text-color);
}
.checkout-button-outer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
a#btn-checkout-previous {
    color: var(--dark-blue);
    padding: 0;
    margin: 0;
    background: transparent !important;
    text-decoration: underline;
    border: 0;
}
a#btn-checkout-previous:before {
    display: none;
}
a#btn-checkout-previous:hover {
    color: var(--main-color);
}
.customize-range-box-right-inner p.voucher-heading {
    margin-bottom: 30px;
}
.banner-price small, .banner-discount-price small {
    color: var(--green-color);
    text-align: center;
    font-family:  var(--font-family-heading);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.price-banner-badge {
    gap: 20px;
}
.banner-middle {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.banner-middle svg {
    position: static !important;
}
.banner-middle span {
    color: var(--black-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: -6px;
}
.banner-price-cut {
    position: relative;
}
.banner-price-cut svg {
    position: absolute;
    top: 62% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100%;
}

@media(max-width:1350px){
    .pages-banner.pte-voucher-banner .price-banner-badge {
        font-size: 42px;
        padding: 9px 24px;
    }
}
@media(max-width:1200px){
    .pages-banner.pte-voucher-banner .price-banner-badge {
        font-size: 36px;
        padding: 8px 20px;
    }
    .pte-voucher-right {
        padding: 32px 24px;
    }
    .pte-voucher-left {
        flex: 0 0 305px;
        display: flex;
    }
    .pte-voucher-inner {
        max-width: 950px;
        margin: 0 auto;
    }
    .pte-voucher-right-price {
        width: 90px;
        height: 90px;
        padding: 18px;
    }
    .pte-voucher-right-price span {
        font-size: 30px;
        margin-top: 6px;
    }
    .pte-voucher-right-price small {
        font-size: 14px;
    }
    .features-inner {
        gap: 24px;
        margin-bottom: 24px;
    }
    .benefits-box {
        padding: 24px;
    }
    .benefits-box p {
        font-size: 18px;
        margin: 15px 0 8px;
    }
    .features-box h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .features-box {
        padding: 20px;
        border-top: 5px solid var(--main-color);
    }
}
@media(max-width:991px){
    .pages-banner.pte-voucher-banner .price-banner-badge {
        font-size: 30px;
    }
    .pte-voucher-right p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .pte-voucher-right-btn {
        margin-top: 0px;
    }
    .pte-voucher-inner {
        max-width: 750px;
    }
    .pte-voucher-left {
        flex: 0 0 235px;
    }
    .pte-voucher-right-inner {
        max-width: calc(100% - 57px);
    }
    .pte-voucher-right {
        padding: 20px 20px;
    }
    .pte-voucher-right ul {
        gap: 10px;
        max-width: 310px;
    }
    .pte-voucher-right ul li {
        font-size: 12px;
        gap: 8px;
    }
    .pte-voucher-right-price span {
        font-size: 28px;
        margin-top: 6px;
    }
    .features-box h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .features-box ul li {
        font-size: 14px;
        gap: 10px;
        margin-bottom: 14px;
    }
    .benefits-box img {
        width: 40px;
        height: 40px;
    }
    .benefits-box p {
        font-size: 16px;
        margin: 10px 0 6px;
    }
    .benefits-box {
        padding: 20px;
    }
    .pte-voucher-form form {
        column-gap: 20px;
        row-gap: 20px;
    }
    .customize-range-box-right-inner p.voucher-heading {
        margin-bottom: 20px;
    }
    .customize-box-price-detail .output {
        font-size: 18px;
    }
    .customize-box-price-detail p {
        font-size: 14px;
    }
    .customize-box-price-detail {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .banner-price small, .banner-discount-price small {
        font-size: 12px;
    }
    .banner-middle span {
        font-size: 12px;
    }
    .banner-middle svg {
        width: 80px;
        height: auto;
    }
}
@media(max-width:991px){
    .pte-voucher-right h2 {
        font-size: 18px;
        margin-bottom: 14px;
        max-width: 360px;
        position: relative;
        z-index: 1;
        line-height: 150%
    }
    .pte-voucher-right h2 span {
        padding: 3px 6px;
        line-height: 110%;
    }
    .pte-voucher-right ul {
        max-width: 250px;
        gap: 8px;
    }
    .pte-voucher-right-price span {
        font-size: 20px;
        margin-top: 6px;
    }
    .pte-voucher-right-price {
        width: 70px;
        height: 70px;
        padding: 16px;
    }
    .pte-voucher-right-price small {
        font-size: 12px;
    }
    .pte-voucher-right-off {
        right: 10px;
    }
    @-webkit-keyframes drop {
        0% { height: 0; }
        100% { height: 80px; }
    }
    @keyframes drop {
        0% { height: 0; }
        100% { height: 80px; }
    }
    .pte-voucher-right h2 span svg{
        display: none;
    }
    .pages-banner.pte-voucher-banner {
        padding-bottom: 270px;
    }
    .pages-banner.pte-voucher-banner .price-banner-badge {
        font-size: 24px;
    }
    .features-inner {
        flex-flow: wrap;
    }
    .features-box {
        width: calc(50% - 12px);
    }
    .benefits-box {
        width: calc(50% - 10px);
    }
    .benefits-inner {
        flex-flow: wrap;
    }
    .benefits-box img {
        width: 30px;
        height: 30px;
    }
}
@media(max-width:767px){
    .pte-voucher-left {
        display: none;
    }
}
@media(max-width:576px){
    
    .pte-voucher-right {
        border-radius: 20px;
    }
     .features-box {
        width: 100%;
    }
    .benefits-box {
        width: 100%;
    }
    .price-banner-badge {
        gap: 10px;
    }
    .banner-middle svg {
        width: 60px;
        height: auto;
    }
    .banner-middle span {
        margin-bottom: -4px;
    }
    .pages-banner.pte-voucher-banner .price-banner-badge {
        font-size: 22px;
    }
}