strong.radio-price {
    width: 199px;
    display: inline-block;
}
.page-header .header.content  .buy-plan-header{
        order: 4;
}
.page-header .header.content  .upgrade-plan-li-link{
    order: 3;
}
.upgrade-plan-li-link a{
    cursor: pointer;
}
.upgrade-plan-li-link .upgrade-plan-popup  a:after {
    content: "";
    background-image: url('../../Magento_Theme/images/arrow-new.png');;
    height: 11px;
    width: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
    right: 12px;
    top: 12px;
}
.upgrade-plan-li-link{
    position:relative;
}
.upgrade-plan-li-link .upgrade-plan-popup  a{
    background: #9cee69;
    border-radius: 100px;
    padding: 0 13px;
    height: 35px;
    line-height: 35px !important;
    display: inline-block;
    font-weight: 600;
    color: #1a4200 !important;
    position: relative;
    width: 128px;
    box-sizing: border-box;
}
.upgrade-plan-li-link .upgrade-plan-popup a:hover {
    background: #6cc832;
}

.custom-svg-icon.large {
    z-index: 1;
}

.pricing-card {}
.pricing-card {}

.upgrade-plan-popup .download-overlay {
    z-index: 999999;
}

.upgrade-plan-popup-data.active .pricing-card {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background-color: rgba(21, 17, 17, 0.61);
}

.pricing-card__cross {
    height: 25px;
    position: absolute;
    right: 9px;
    width: 25px;
    background: #fff;
    border-radius: 100px;
    top: 5px;
    z-index: 99;
    cursor: pointer;
}

.pricing-card__cross img {
    width: 11px;
    line-height: 20px;
    position: relative;
    top: 4px;
    right: -7px;
}

.pricing-card___contents {
    padding: 15px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 360px;
    height: 100%;
    overflow: auto;
    transition: all 0.25s ease-in-out;
    transform: translate(-100%, 0);
    /* -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); */
    background: rgba(255, 255, 255, .5);
    font-family: "Montserrat", sans-serif;
}

.pricing-card .pricing-card__head p {
    color: #fff;
    line-height: normal;
}

.page-header .header.content .panel.wrapper .header_panel_wrapper .header.links li .pricing-card___contents {
    line-height: normal;
}

.pricing-card__summary {
    background: #3C3F41;
    padding: 15px;
    border-radius: 8px;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
    position: relative;
overflow: scroll;
}

.pricing-card__head {
    display: flex;
    align-items: flex-start;
    color: #fff;
    justify-content: space-between;

}

.pricing-card__head .plan_id {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    font-family: "Montserrat", sans-serif;
    line-height: normal;
    color:#fff;
}

.pricing-card__head .plan_id:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    bottom: -5px;
    left: 0px;
}

.pricing-card__head .price {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.plan_t {
    display: inline-block;
    width: 100%;
    text-align: right;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.pricing-card__pricing-line {
    border: 1px solid #6688A4;
    margin: 20px 0px;
    border-radius: 8px;
    background: #27292A;
    padding: 15px;
}

.pricing-card__des {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 5px 15px 5px;
    border-bottom: 1px solid #8CC9FC;
}

.pricing-card__des .user_num {
    margin-right: auto;
}

.pricing-card_download {
    padding-top: 15px;
}

.pricing-card__offer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.offer__ribbon {
    float: left;
    color: #fff;
    background: rgb(6, 169, 130);
    background: linear-gradient(0deg, rgba(6, 169, 130, 1) 35%, rgba(49, 247, 200, 1) 100%);
    padding: 8px 8px 8px 30px;
    margin-top: 5px;
    position: relative;
    font-size: 13px;
    font-weight: 600;
}

.offer__ribbon:before {
    content: '';
    width: 0;
    height: 0;
    top: -1px;
    position: absolute;
    left: -1px;
    border-left: 18px solid #3c3f41;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.card__Upgrade_head {
    color: #fff;
    font-size: 20px;
    font-weight: 600;

}

.pricing-card__Upgrade ul {
    margin: 0px;
    padding: 0px;
    overflow: auto;
    list-style: none;
}

.pricing-card__Upgrade ul li {
    list-style: none;
    color: #fff;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #8CC9FC;
    border-radius: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.discount_calc {
    position: absolute;
    top: 0px;
    right: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #22FFCA;
}

.pricing-card__Upgrade ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.pricing-card__Upgrade ul li label {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    padding: 0px 5px 0px 40px;
    margin: 10px auto;
    height: auto;
    z-index: 6;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    line-height: 22px;
}

.pricing-card__Upgrade strong {
    font-size: 14px;
    font-weight: 600;
}
.plan-list-item .final-price {
font-size: 16px;
}
.pricing-card__Upgrade strong span {
    border-bottom: 1px solid #fff;
}

.pricing-card__Upgrade ul li .check {
    display: block;
    position: absolute;
    border: 2px solid #0099FF;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    top: 16px;
    left: 10px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    background: #fff;
}

.pricing-card__Upgrade ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 7px;
    width: 7px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    border: 1px solid #A4DCFF;
}

.pricing-card__Upgrade input[type=radio]:checked~.check {
    border: 2px solid #0099FF;
}

.pricing-card__Upgrade input[type=radio]:checked~.check::before {
    background: #0099FF;
    border: 1px solid #0099FF;
}


.pricing-card__btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 5px 0px 10px 0px;
}

.card__Upgradebtn,
.card__Upgradebtn:active,
.card__Upgradebtn:visited,
.card__Upgradebtn:hover,
.card__Upgradebtn:focus {
    background: #FFA500;
    color: #fff;
    padding: 12px 10px;
    border-radius: 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0px 7px 8px #181818;
    border: none;
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    line-height: normal;
}


.page-header .header.content .panel.wrapper .header_panel_wrapper .pricing-card__btn .all_plans {
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 0px;
    display: inline-block;
    text-decoration: underline !important;
    text-align: center !important;
    background: none;
    line-height: normal !important;
    border-radius: 0px;
    height: auto;
    width: auto;
}
.page-header .header.content .panel.wrapper .header_panel_wrapper .pricing-card__btn .all_plans::after{
    content:none;
}

/* .pricing-card__info-text {
    border: 1px solid #88C9FF;
    border-radius: 8px;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
    /*  position: absolute;
    bottom: 15px;
    right: 0px;
    margin: 0px 15px; */
} */

.pricing-card__info-text p {
    margin: 0px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}


.pricing-card__Upgrade ul.plan-list li.plan-list-item {
    margin-left: 0px !important;
    margin-bottom: 20px !important;
}

.upgrade-plan-popup-data {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.overflow-hidden .nav.is-fixed .nav-toggle {
    z-index: 9 !important;
}

body.overflow-hidden #left-section.scroll-nav {
    z-index: 9 !important;
}
body.overflow-hidden li.menu-item.has-sub-class {
    z-index: 9 !important;
}
body.overflow-hidden .png-position-relative.png-info-container{
    z-index: 9 !important;
}

.pricing-card__Upgrade_error_text.show-err {
    margin-bottom: 3%;
    margin-left: 5%;
    color: #ff0000;
}






.Upgrade-list {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
}
.page-header .header.content .panel.wrapper .header_panel_wrapper .header.links .pricing-card__info-text .Upgrade-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    column-gap: 8px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 18px;
    margin-left: 0px;
}
.Upgrade-list li img{
    height: 15px;
width:auto;
}
.Money_Back_div{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    column-gap: 8px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    justify-content: center;
    margin-bottom: 10px;
    height:30px;
}
.Money_Back_div img{
 height: 17px;
width:auto;
}

.cms-ai-ml-consulting-services .pricing-card___contents {
    width: 390px;
    box-sizing: border-box;
}
.cms-ai-ml-consulting-services .pricing-card__cross img {
    display: inline-block;
}
.cms-ai-ml-consulting-services .Money_Back_div img {
    height: 17px;
    display: inline-block;
    margin: initial;
}
.cms-ai-ml-consulting-services .pricing-card__Upgrade ul li .check {
    width: 18px;
    height: 18px;
}
.cms-ai-ml-consulting-services .pricing-card___contents {
    font-family: "Montserrat", sans-serif !important;
}
.pricing-card__des .user_num {
    margin-right: auto;
    font-family: "Montserrat", sans-serif !important;
}
.user_dig, .card__Upgrade_head, .pricing-card__Upgrade strong, .pricing-card__Upgrade ul li label, .discount_calc, .Money_Back_div, .offer__ribbon, .pricing-card__Upgrade del, .card__Upgradebtn span {
    font-family: "Montserrat", sans-serif !important;
}

@media (max-width: 1023px) {
    .page-header .header.content .panel.wrapper .header_panel_wrapper .header.links .upgrade-plan-li-link .upgrade-plan-popup a {
        line-height: 23px !important;
    }
	li.upgrade-plan-li-link .upgrade-plan-popup a:after {
        right: 9px !important;
    }
    li.upgrade-plan-li-link {
        border-bottom: 1px solid #40515c;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    li.upgrade-plan-li-link .upgrade-plan-popup a {
       
        border: none;
        font-family: "Montserrat", sans-serif;
        margin-left: 10px;
        background: #9cee69;
        border-radius: 100px;
        height: 40px;
        font-weight: 600;
        color: #1a4200 !important;
        position: relative;
        width: 156px;
        box-sizing: border-box;
        padding-left: 18px !important;
        padding-top: 0px !important;
    }
    li.upgrade-plan-li-link .upgrade-plan-popup a:after {
        content: "";
        background-image: url('../../Magento_Theme/images/arrow-new.png');;
        height: 11px;
        width: 15px;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        display: block;
        right: 12px;
        top: 14px;
    }
}


@media (max-width: 375px) {
    .pricing-card___contents {
        width: 300px;
    }

    .cms-ai-ml-consulting-services .pricing-card___contents {
        width: 330px;
    }

    .pricing-card__head .price,
    .pricing-card__head .plan_id {
        font-size: 18px;
    }

    .pricing-card__des {
        font-size: 12px;
        padding: 0px 5px 10px 5px;
    }

    .pricing-card__Upgrade h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .pricing-card__Upgrade ul li label {
        font-size: 11px;
        line-height: 18px;
        padding: 0px 5px 0px 40px;
    }


    .pricing-card__Upgrade strong {
        font-size: 12px;
    }

    .card__Upgradebtn {
        font-size: 14px;
    }

    .pricing-card_download {
        padding-top: 15px;
    }

    .offer__ribbon {
        font-size: 12px;
        padding: 8px 8px 8px 25px
    }

    .card__Upgrade_head {
        font-size: 14px;
    }

    .offer__ribbon:before {
        top: -2.5px;
    }
}



@media screen and ( max-height: 1920px ){
   .pricing-card__info-text {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 90%;
    margin: auto;
}
}

@media screen and ( max-height: 850px ){
   .pricing-card__info-text {
    position: static;
    width: auto;
   
}
}