.tab-2-plan-container {
    float: left;
    border-radius: 5px;
    box-shadow: 0px 0px 14px #bbb;
    background-color: white;
    width: 100%;
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.tab-2-plan-container:hover {
    box-shadow: 0px 0px 20px #676464;
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-transition: padding 0.3s, margin-top 0.3s, margin-bottom 0.3s;
    /* Safari */
    transition: padding 0.3s, margin-top 0.3s, margin-bottom 0.3s;
}

.show-expander {
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.tab-2-plan-container:hover .plans-caret-up {
    border-bottom: 1px solid black;
}

.plan-container-GB {
    font-size: 32px;
    font-weight: normal;
    margin-right: 25px;
}

.plan-container-GB-text {
    font-size: 20px;
    /* padding-left: 5px; */
    /* white-space: nowrap; */
}

.plans-container-right-side {
    float: right;
    padding: 5px;
}

.plans-container-left-side {
    float: left;
}

.plan-container-price {
    font-size: 24px;
    font-weight: normal;
}

.plan-container-expander {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    padding-bottom: 0px;
    box-shadow: 0px 0px 14px #bbb;
    padding-top: 80px;
    display: none;
}

.plan-container-expander-left-side {
    width: 37%;
    float: left;
    padding-top: 5px;
    margin-top: 8px;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.plan-container-expander-left-side-container-1 {
    width: 79%;
    float: left;
}

.plan-container-expander-left-side-container-2 {
    width: 60px;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid black;
}

.higher-upfrot {
    float: right;
}

.lower-upfrot {
    float: right;
}

.plan-container-included-title {
    color: red;
    font-size: 18px;
    font-weight: normal;
}

.plan-container-included-list li {
    font-size: 16px;
    padding-top: 12px;
    font-weight: normal;
}

.highner-upfrot, .lower-upfrot {
    font-size: 12px;
    margin-top: 10px;
    font-weight: normal;
}

.plan-container-included-limmited-offer {
    border-radius: 3px;
    background-color: #ffc647;
    padding: 2px 7px 2px 7px;
    font-size: 12px
}

.plan-container-expander-right-side {
    float: right;
    width: 63%;
    padding-left: 20px;
    /* border-left: 1px solid black; */
}

.plan-container-expander-right-side-container-1 {
    width: 100%;
}

.expander-right-side-promo {
    padding: 2px 7px 2px 7px;
    font-size: 12px;
    width: auto;
    float: left;
    margin-top: 2px;
}

.yellowPromoBanner{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #ffc647;
}
.plan-detail-1 {
    font-size: 18px;
    font-weight: normal;
    float: left !important;
}

.plan-detail-2 {
    font-size: 28px;
    font-weight: normal;
    color: black;
    /* width: 52px; */
    padding-right: 5px;
}

.promo-red {
    color: red;
}

.plan-detail-3 {
    font-size: 20px;
    font-weight: normal;
    text-decoration: line-through;
    /* width: 40px; */
    padding-right: 5px;
    padding-bottom: 3px;
}

.plan-detail-4 {
    font-size: 14px;
    font-weight: normal;
    /* width: 58px; */
    padding-right: 10px;
    padding-bottom: 6px;
}

.plan-detail-5 {
    font-size: 16px;
    font-weight: normal;
    color: red;
    /* width: 36px; */
    /* padding-right: 57px; */
    padding-bottom: 6px;
}

.plan-detail-button button {
    font-size: 16px;
    color: white;
    background-color: #de2e1e;
    padding: 3px 15px;
    border-radius: 5px;
}

.plan-detail-button button:hover {
    text-decoration: underline;
}

.plan-details-container {
    height: 44px;
    width: 100%;
    padding-left: 17px;
}

.plan-additional-line-details-container {
    height: 20px;
    width: 100%;
    padding-left: 18px;
}

.plan-details-container div {
    float: right;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.plan-additional-line-details-container div {
    float: right;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-weight: normal;
}

.plan-detail-6 {
    font-size: 14px;
    float: left!important;
}

.plan-detail-7 {
    font-size: 16px;
    padding-right: 5px;
    /* width: auto; */
    text-align: right;
}

.plan-detail-8 {
    font-size: 16px;
    text-decoration: line-through;
    padding-right: 5px;
    /* width: 38px; */
}

.plan-detail-9 {
    font-size: 14px;
    /* width: 58px; */
    padding-right: 10px;
}

.plan-detail-10 {
    font-size: 16px;
    color: red;
    width: 42px;
    margin-right: 104px;
}

.plan-detail-button {
    height: 60px;
    width: auto;
    float: right!important;
    width: 90px;
}

.right-side-plans {
    border-bottom: 1px solid lightgray;
    padding-bottom: 6px;
}

.plan-container-expander-right-side .right-side-plans:last-child {
    border: none;
}

.plan-detail-button-mobile {
    width: 100%;
    display: none;
}

.top-bottom-triangles {
    width: 100%;
    height: 1px;
    text-align: center;
}

.bottom-triangle {
    bottom: 21px;
    position: relative;
    right: 13.1%;
}

.top-triangle {
    bottom: -3px;
    position: relative;
    right: 13.1%;
}

.plans-listing {
    margin-bottom: 15px;
}

.lower-upfront, .higher-upfront {
    font-size: 14px;
    margin-bottom: 17px;
}

.promo-br {
    display: none;
}

.plans-caret-down {
    transform: rotate(180deg);
    float: right;
    height: 31px;
    margin-left: 5px;
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
}

.plans-caret-up {
    float: right;
    height: 21px;
    margin-left: 5px;
    font-size: 22px;
    margin-top: 10px;
    display: none;
    /* border-bottom: 1px solid; */
}

@media screen and (max-width: 1023px) {
    .plan-container-expander-left-side-container-2 {
        display: none;
    }
    .plan-container-expander-left-side {
        width: 100%;
        margin-top: 10px;
        height: auto!important;
    }
    .plan-container-expander-right-side {
        width: 100%;
        border: none;
    }
    .right-side-plans {
        border-top: 1px solid lightgray!important;
        padding-bottom: 10px;
        padding-right: 20px;
    }
    .plan-container-expander-left-side-container-1 {
        width: 100%;
        padding: 10px;
    }
    .plan-container-expander {
        width: 96%;
        padding-top: 90px;
    }
    /*     .plan-detail-button{
            width: 100%;
            display: none!important;
       } */
    /*     .plan-detail-button-mobile{
            display: block;
            text-align: center;
       }
        .plan-detail-button-mobile button{
            font-size: 16px;
            color: white;
            background-color: #de2e1e;
            padding: 3px 15px;
            border-radius: 5px;
            width: 90%;
            margin-top: 10px;
       } */
    .plan-container-expander-right-side {
        padding-left: 0;
    }
    .plan-container-expander {
        padding: 14px 0px;
    }
    .plan-detail-1 {
        font-size: 16px;
    }
    .plan-detail-2 {
        font-size: 24px;
    }
    .plan-detail-3 {
        font-size: 16px;
    }
    .plan-detail-4 {
        font-size: 12px;
        padding-right: 0!important;
        width: 60px!important;
    }
    .plan-detail-6 {
        font-size: 12px;
    }
    .plan-detail-7 {
        font-size: 12px;
    }
    .plan-detail-8 {
        font-size: 12px;
    }
    .plan-detail-9 {
        font-size: 12px;
        padding-right: 0!important;
        width: 60px!important;
    }
    .tab-2-plan-container {
        padding: 10px!important;
    }
    .expander-right-side-promo {
        margin-left: 5px;
    }
    .top-bottom-triangles {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .promo-br {
        display: block;
    }
}

@media screen and (max-width: 425px) {
    .plans-container-right-side {
        float: left;
    }
    .plan-detail-5, .plan-detail-10 {
        display: none!important;
    }
}

@media screen and (max-width: 768px) {
    .plan-detail-10 {
        margin-right: 131px;
    }
    .right-side-plans {
        padding-right: 0px;
    }
    .plan-detail-button {
        margin-right: 24px;
    }
    .plan-detail-9 {
        font-size: 12px;
        padding-right: 0!important;
        width: 58px!important;
    }
}

@media screen and (max-width: 767px) {
    .plan-detail-10 {
        margin-right: 17px;
    }
    .plan-detail-button-mobile {
        display: block;
        text-align: center;
    }
    .plan-detail-button-mobile button {
        font-size: 16px;
        color: white;
        background-color: #de2e1e;
        padding: 3px 15px;
        border-radius: 5px;
        width: 90%;
        margin-top: 10px;
    }
    .plan-detail-button {
        width: 100%;
        display: none!important;
    }
}

.tab-2-top-description {
    width: 100%;
    position: relative;
}

.tab-2-top-description-included {
    width: 100%;
    float: left;
}

.why-different-tabs {
    width: 100%;
    float: right;
    position: absolute;
}

.why-different-tabs a {
    float: right
}

@media screen and (max-width: 767px) {
    .why-different-tabs {
        width: 100%;
        float: right;
        position: relative;
    }
    .why-different-tabs a {
        float: left;
    }
}

.tab-2-top-description-included-list li {
    padding-bottom: 10px;
    width: 210px;
    display: inline-block;
    margin-right: 21px;
}

.tab-2-top-description-included-list li span {
    width: 200px;
    font-size: 16px;
    font-weight: normal;
    margin-right: 35px;
    float: left;
}

.tab-2-top-description-included-list {
    /* display:flex; */
    display: -webkit-inline-box;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
}

.tab-2-list-header {
    font-size: 16px;
    font-weight: normal;
}

.tab-2-top-description-included-header {
    font-size: 32px!important;
    font-weight: normal !important;
    margin-bottom: 20px;
}

.tab-2-top-description-included-list {
    list-style: none;
}

.tab-2-top-description-included-list .expanderMinimize {
    display: none;
}

.tab-2-top-description-included-list li:before {
    content: "\2713";
    font-weight: bold;
    margin-left: -18em;
    font-family: Devanagari MT;
}

@media screen and (max-width: 1024px) {
    .tab-2-top-description-included-list li div {
        margin-right: 17px;
    }
    .tab-2-top-description-included-list li:before {
        margin-left: -18em;
    }
    .tab-2-top-description-included-list li div {
        width: 200px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    .tab-2-top-description-included {
        width: 100%;
    }
    .why-different-tabs {
        width: 100%;
        margin-bottom: 20px;
    }
    .tab-2-top-description-included-list li div {
        margin-right: 27px;
    }
    .tab-2-top-description-included-list li:before {
        margin-left: -18em;
    }
    .tab-2-top-description-included-list li div {
        width: 200px
    }
    .tab-2-top-description-included-header {
        font-size: 24px!important;
    }
}

@media screen and (max-width: 425px) {
    .tab-2-top-description-included-list li:before {
        margin-left: -18.5em;
    }
    .tab-2-top-description-included-list li div {
        width: 300px;
    }
}

@media screen and (max-width: 320px) {
    .tab-2-top-description-included-list li:before {
        margin-left: -18.5em;
    }
    .tab-2-top-description-included-list li div {
        width: 250px;
    }
}

.how-tabs-work-close-button-div {
    width: 100%;
    background-color: white;
    float: right;
    border-radius: 5px;
    padding-bottom: 5px;
}

.how-tabs-work-modal-leftside {
    width: 67%;
    float: left;
}

.how-tabs-work-modal-rightside {
    width: 33%;
    background-color: green;
    float: right;
}

.how-tabs-work-modal-righside img {
    width: 100%;
}

.how-tabs-work-modal-bottom {
    background-color: #e1f7f8;
    width: 100%;
    padding: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.how-tabs-work-plans-list {
    display: flex;
    justify-content: space-between;
}

.how-tabs-work-plans {
    width: 100%;
    margin-right: 10px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    margin-top: 20px;
    background-color: white;
}

.how-works-bottom-header {
    width: 100%;
    font-size: 16px;
    /* margin-bottom: 20px; */
}

.how-work-plans-list {
    width: 100%;
}

.how-tabs-work-plans-top {
    width: 100%;
    height: 34px;
    border-bottom: 1px solid #c8c8c8;
    padding: 6px;
    font-size: 18px;
}

.how-tabs-work-plans-bottom {
    width: 100%;
    height: 68px;
    font-size: 32px;
    padding: 10px;
}

.how-tabs-work-modal-top {
    background-color: white;
    padding: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabs-work-header {
    font-size: 24px;
}

.tabs-work-ul {
    font-size: 16px;
    padding-right: 10px;
}

.tabs-work-ul li {
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .how-tabs-work-modal-leftside {
        width: 100%;
        float: left;
    }
    .how-tabs-work-modal-rightside {
        display: none;
    }
    .how-tabs-work-plans {
        width: 100%;
    }
    .how-tabs-work-plans-list {
        display: flex;
        flex-direction: column
    }
    .how-tabs-work-close-button-div button {
        background-color: white;
    }
    .how-tabs-work-modal-top {
        padding: 16px;
    }
    .how-tabs-work-modal-bottom {
        padding: 16px;
    }
}

.how-tabs-work-close-button-div button {
    background-color: white;
}

.additional-line-bonus-data {
    width: 100%;
    display: none;
}

.plan-bonus-data {
    width: 100%;
    display: none;
}

.plan-bonus-data-1 {
    float: left;
    color: red;
    font-size: 12px;
}

.plan-bonus-data-2 {
    float: right;
    font-size: 20px;
    font-weight: 500;
}

.additional-line-bonus-data-1 {
    float: left;
    color: red;
    font-size: 12px;
}

.additional-line-bonus-data-2 {
    float: right;
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width: 425px) {
    .additional-line-bonus-data {
        display: block;
        padding-left: 17px;
        padding-right: 19px;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
    .plan-bonus-data {
        display: block;
        float: left;
        padding-left: 17px;
        padding-right: 19px;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
}
html[lang="fr"] .lower-upfront, .higher-upfront {
    margin-left: -25px;
}

.fulldetailscontent li {
    font-weight: 400;
}
.plans-promo{
    background: #fec646;
    padding: 4px 10px;
    width: fit-content;
    border-radius: 7px;
    font-weight: 400;
    font-size: 16px;
    margin-left: auto;
}

.hide{
    display: none !important;
}