.plan-list {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(31%, 1fr));
    justify-items: center;
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 15px
}

.plan-list .card {
    padding: 0;
    /*border: 1px solid #c7c7c7;*/
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center
}

.plan-list .card .card-title {
    padding: 20px;
    border-bottom: 1px solid #c7c7c7;
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 600;
    text-align: left
}

.plan-list .card .card-title span {
    color: #dc3545;
    float: right
}

.plan-list .card .card-info {
    padding: 20px
}

.plan-list .card .card-info .subscription-plan-section {
    float: left;
    padding: 0;
    margin: 5px 0;
    font-size: 16px;
    text-align: left;
    color: #333;
    width: 100%
}

.plan-list .card .card-info p {
    color: #6f6f6f
}

/*.plan-list .card .card-info ul {*/
/*    text-align: left;*/
/*    margin-left: 50px;*/
/*    padding: 0;*/
/*    list-style: lower-roman*/
/*}*/

.plan-list .card .card-info ul li {
    border-bottom: 0
}

.plan-list .card .card-info .btn {
    width: 100%;
    margin-top: 20px
}

.checkout {
    position: relative
}

.checkout .sale-container {
    padding-right: 150px;
    padding-left: 450px;
}

.checkout .sale-summary {
    width: 350px;
    position: absolute;
    left: 50px;
    top: 0
}

.checkout .sale-summary h3 {
    font-size: 16px;
    margin-top: 0
}

.checkout .sale-summary .item-detail {
    margin-top: 12px
}

.checkout .sale-summary .item-detail label.right {
    float: right
}

.checkout .sale-summary .payable-amount {
    margin-top: 17px;
    border-top: 1px solid #c7c7c7;
    padding-top: 12px
}

.checkout .sale-summary .payable-amount label {
    font-weight: 700
}

.checkout .sale-summary .payable-amount label.right {
    float: right
}

.checkout .sale-summary .btn {
    width: 100%;
    margin-top: 30px
}

.tabs {
    margin-bottom: 20px
}

.card{
    /*border-radius: 25px 25px 0px 0px !important;*/
    /*border-style: solid !important;*/
    /*border-width: 40px 0.5px 0.5px 0.5px !important;*/
    /*border-color: #A387D7 !important;*/
    /*transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;    font-family: baloo !important;*/
    background-color: #fff;
    position: relative;
    float: none;
    margin: 0 5px;
    max-width: 360px;
    padding: 40px 40px 30px!important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}
.plan-list .card .card-info {
    padding-left: 10px;
    padding-right: 10px;

}
.plan-name{
    color: #232323 !important;
    font-family:  droid , Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-align: left !important;
    font-family: 'baloo' !important;
    line-height: 30px !important;
    margin-bottom: 15px !important;
}

.priceAndCurrency{
    /*text-align: center !important;*/
    color: #060606 !important;
    display: inline-block;
    font-size: 25px !important;
    font-family: 'baloo' !important;
    margin-left: -5px !important;
}

.plan-includ{
    padding: 15px !important;
    background-color:#EAE8E8 !important;
    margin-top:15px !important;

}

.plan-feature{
    list-style-type: none !important;
    text-align:left !important;
    margin-left: 10px !important;
    line-height: 20px;
}

.rtl .plan-feature {
    list-style-type: none !important;
    text-align:right !important;
    margin-right: 10px !important;
}

/* plan-feature new style */
.plan-feature.new {
    list-style-type: none !important;
    text-align: left !important;
    margin-left: 10px !important;
    line-height: 20px;
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.rtl .plan-feature.new {
    list-style-type: none !important;
    text-align: right !important;
    margin-right: 10px !important;
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.plan-feature.new li {
    padding-left: 1em;
    text-indent: -.7em;
    line-height: 2em;
}

.rtl .plan-feature.new li {
    padding-left: 1em;
    text-indent: -.7em;
    line-height: 2em;
}

.plan-feature.new li.active:before,
.rtl .plan-feature.new li.active:before {
    content: "\2713";
    color: #088500;
    font-size: x-large;
    font-weight: bolder;
    padding: 0 5px 0 0;
}
.plan-feature.new li.inactive:before,
.rtl .plan-feature.new li.inactive:before {
    content: "\2717";
    color: #c70000;
    font-size: x-large;
    font-weight: bolder;
    padding: 0 5px 0 0;
}

.Basic-Features{
    text-align:left !important;
    margin-top: 25px;
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.rtl .Basic-Features{
    text-align:right !important;
}

.rtl .subscription-plan-section {
    text-align:right !important;
}

.sale-container .sale-section .section-content .row .title {
    width: 300px !important;
}
.sale-section.new .value.active:before {
    content: "\2713";
    color: #088500;
    font-size: x-large;
    font-weight: bolder;
    padding: 0 5px 0 0;
}
.sale-section.new .value.inactive:before {
    content: "\2717";
    color: #c70000;
    font-size: x-large;
    font-weight: bolder;
    padding: 0 5px 0 0;
}
.b-green b {
    color: #088500;
}
.green-value .value {
    color: #088500 !important;
}
.package-img{
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    margin-top: -7px;
    margin-right: 7px;
}
.pricing{
    position: relative;
    text-align: left;
}
.pricing-period{
    font-size: 13px;
    display: inline-block;
    font-weight: 500;
    font-family: 'baloo' !important;
    color: #6a7c92 !important;
}
.Basic-Features ul li{
    position: relative;
    list-style: none;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
    margin-left: 30px;
    color: #6a7c92;
}
.Basic-Features ul li:after{
    font-family: Font Awesome\ 5 Free;
    display: block;
    position: absolute;
    top: 3px;
    content: "\f058";
    font-size: 26px;
    color: #f0ebfa;
    background-color: #7d55c7;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    left: -20px;
    padding-top: 0;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Basic-Features ul li.false{
    opacity: .5;
}
.Basic-Features ul li.false:after{
    content: "\f057";
    font-size: 26px;
}

.toggle{
    position: relative;
    display: inline-block;
    width: 70px;
    height: 34px;
    top: 18px;
    left: -12px;
}

.rtl .toggle{
    position: relative;
    display: inline-block;
    width: 70px;
    height: 34px;
    top: 26px;
    left: -12px;
}

.toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #7d55c7;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .toggle-slider {
    background-color: #7d55c7;
}

input:focus + .toggle-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .toggle-slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}

/* Rounded sliders */
.toggle-slider.round {
    border-radius: 34px;
}

.toggle-slider.round:before {
    border-radius: 50%;
}
.price-toggler-height{
    background-image: url(https://markatty.com/wp-content/uploads/2022/11/Payment-EN.jpg?id=2092) !important;
    height:80px !important;
    background-repeat: no-repeat;
    background-position-x: center;
    text-align: center;
}
.rtl .price-toggler-height{
    background-image: url(https://markatty.com/wp-content/uploads/2022/11/Payment-ar-1.jpg) !important;
    height:80px !important;
    background-repeat: no-repeat;
    background-position-x: center;
    text-align: center;
}
.pricing-item.style1 ul li:after{
    font-family: FontAwesome;
    display: block;
    position: absolute;
    top: 3px;
    content: "\f058";
    font-size: 30px;
    color: #f0ebfa;
    background-color: #7d55c7;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    left: -20px;
    padding-top: 0;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-item ul li.false:after{
    content: "\f057";
    font-size: 28px;
}
.price-toggler-height{
    background-image: url(../images/Payment-EN.png) !important;
    height: 90px !important;
    background-repeat: no-repeat;
    background-position-x: center;
    text-align: center;
}
.rtl .price-toggler-height{
    background-image: url(../images/Payment-ar.png) !important;
    height: 90px !important;
    background-repeat: no-repeat;
    background-position-x: 50%;
    text-align: center;
}
.price-egp{
    font-size: 25px !important;
    color: #060606 !important;
    margin-left: 5px;
    margin-right: 5px;
}
.rtl .plan-name{
    text-align: right !important;
}
.rtl .package-img{
    float: right !important;
    margin-left: 7px !important;
}
.rtl .pricing{
    text-align: right !important;
}
.rtl .priceAndCurrency{
    margin-right: 5px;
}
.rtl .Basic-Features ul li:after{
    right: 0;
}
.rtl .Basic-Features ul li{
    padding-right: 30px;
}