body {
    direction: rtl;
    font-family: 'Tajawal', sans-serif;
}
.products {
    padding: 50px 0;
    text-align: center;
    min-height: 1000px;
    background-color: #f7fbfe;
}
.pricing ul
{
    text-align:right;
}
.features {
    text-align: right;
}
.products h2 {
    font-weight: bold;
    color: #2c599d;
    font-size: 32px;
    width: 48%;
    margin: 23px auto;
    line-height: 45px;
}

    .products .box-products {
        min-height: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
        border-radius: 8px;
        background-color: #FFFFFF;
        padding: 35px;
        box-shadow: 0 0 60px rgb(234,244,252);
        filter: grayscale(0);
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

   .products .box-products:hover {
            transform: translateY(-8px);
            filter: grayscale(0);
        }

   .products .box-products h5 {
            margin-bottom: 20px;
            color: #2c599d;
            margin-left: 5px;
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            margin-top: 30px;
        }

   .products .box-products h6 {
            margin: 9px 8px;
            color: #f98124;
            margin-top: 30px;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 16px;
        }

   .products .box-products ul li {
            font-size: 14px;
            color: #2c599d;
            line-height: 35px;
            margin-left: -31px;
            text-align: right;
            margin-right: -60px;
        }

   .products .box-products .icon {
            padding: 22px;
            background-color: #fdf2e9;
            border-radius: 20px;
            width: 100px;
            height: 100px;
            font-size: 42px;
            color: #f07626;
            margin: 0 auto;
        }

   .products .box-products .icon .las {
                font-size: 48px;
                color: #f98124;
                padding: 4px;
            }

   .products .box-products ul {
            list-style: none;
        }

   .products .box-products ul li::before {
                content: "\2022";
                color: #f98124;
                font-weight: bold;
                display: inline-block;
                width: 2em;
                margin-left: -1em;
                font-size: 16px;
            }

   .products .box-products p {
            font-size: 16px;
            line-height: 25px;
            text-align: center;
            margin-top: 20px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 20px;
            margin-bottom: 20px;
            color: #2c599d;
        }

   .products .box-products a {
            color: #2c599d;
        }


    .products .box-products a:hover {
                color: #2c599d;
                text-decoration: none;
            }


   .products .box-products .h-line {
            height: 2px;
            background-color: #f98124;
            width: 50%;
            margin: 0 auto
        }

   .products .box-products .btn-primary {
            color: #fff;
            background-color: #f98124;
            border-color: #f98124;
            border-radius: 50px;
            padding: 8px 25px;
            font-size: 14px;
            margin-top: 25px;
            width: 50%;
            position: absolute;
            margin: auto;
            left: 0;
            bottom: -17px;
            right: 0;
        }

 .products .box-products .btn-primary:hover,
 .products .box-products .btn-primary:active {
                color: #fff;
                background-color: #2c599d;
                border-color: #2c599d;
            }
.price-wrapper.svelte-1hwmy5z
{
    direction:ltr;
    margin-left:47px;
    margin-top:35px;
}
.svelte-1qqsbtn hero-promotion-product-tagline
{
    margin-right:128px;
    margin-top:28px;
}
.promo-container.svelte-1cnfxvj.svelte-1cnfxvj {
    margin-right: 800px;
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: right;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 
  {
    width: 33.33333333%;
  }
  .col-lg-3
  {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.hero-promotion-product.svelte-1qqsbtn.svelte-1qqsbtn {
    width: 100%;
    padding-bottom: 5%;
    display: grid;
    justify-content: center;
    align-content: space-around;
    align-items: end;
    grid-gap: 0;
}